Sign In
Sign Up
Sign In
Sign Up
Manage this list
×
Keyboard Shortcuts
Thread View
j
: Next unread message
k
: Previous unread message
j a
: Jump to all threads
j l
: Jump to MailingList overview
2025
April
March
February
January
2024
December
November
October
September
August
July
June
May
April
March
February
January
2023
December
November
October
September
August
July
June
May
April
March
February
January
2022
December
November
October
September
August
July
June
May
April
March
February
January
2021
December
November
October
September
August
July
June
May
April
March
February
January
2020
December
November
October
September
August
July
June
May
April
March
February
January
2019
December
November
October
September
August
July
June
May
April
March
February
January
2018
December
November
October
September
August
July
June
May
April
March
February
January
2017
December
November
October
September
August
July
June
May
April
March
February
January
List overview
Download
Arch-excludes
November 2022
----- 2025 -----
April 2025
March 2025
February 2025
January 2025
----- 2024 -----
December 2024
November 2024
October 2024
September 2024
August 2024
July 2024
June 2024
May 2024
April 2024
March 2024
February 2024
January 2024
----- 2023 -----
December 2023
November 2023
October 2023
September 2023
August 2023
July 2023
June 2023
May 2023
April 2023
March 2023
February 2023
January 2023
----- 2022 -----
December 2022
November 2022
October 2022
September 2022
August 2022
July 2022
June 2022
May 2022
April 2022
March 2022
February 2022
January 2022
----- 2021 -----
December 2021
November 2021
October 2021
September 2021
August 2021
July 2021
June 2021
May 2021
April 2021
March 2021
February 2021
January 2021
----- 2020 -----
December 2020
November 2020
October 2020
September 2020
August 2020
July 2020
June 2020
May 2020
April 2020
March 2020
February 2020
January 2020
----- 2019 -----
December 2019
November 2019
October 2019
September 2019
August 2019
July 2019
June 2019
May 2019
April 2019
March 2019
February 2019
January 2019
----- 2018 -----
December 2018
November 2018
October 2018
September 2018
August 2018
July 2018
June 2018
May 2018
April 2018
March 2018
February 2018
January 2018
----- 2017 -----
December 2017
November 2017
October 2017
September 2017
August 2017
July 2017
June 2017
May 2017
April 2017
March 2017
February 2017
January 2017
arch-excludes@lists.fedoraproject.org
2 participants
319 discussions
Start a n
N
ew thread
Architecture specific change in rpms/rust-gtk4-macros.git
by githook-noreply@fedoraproject.org
29 Nov '22
29 Nov '22
The package rpms/rust-gtk4-macros.git has added or updated architecture specific content in its spec file (ExclusiveArch/ExcludeArch or %ifarch/%ifnarch) in commit(s):
https://src.fedoraproject.org/cgit/rpms/rust-gtk4-macros.git/commit/?id=b10…
. Change: -ExclusiveArch: %{rust_arches} Thanks. Full change: ============ commit b10db755ae0110055343f210cb6ed03c9373d5c3 Author: Fabio Valentini <decathorpe(a)gmail.com> Date: Tue Nov 29 22:08:47 2022 +0100 Update to version 0.5.2; Fixes RHBZ#2136117 diff --git a/.gitignore b/.gitignore index c9d392a..c2c46cc 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ /gtk4-macros-0.4.3.crate /gtk4-macros-0.4.7.crate /gtk4-macros-0.4.8.crate +/gtk4-macros-0.5.2.crate diff --git a/rust-gtk4-macros.spec b/rust-gtk4-macros.spec index c8d9d30..7416f20 100644 --- a/rust-gtk4-macros.spec +++ b/rust-gtk4-macros.spec @@ -1,4 +1,4 @@ -# Generated by rust2rpm 22 +# Generated by rust2rpm 23 # * tests can only be run in-tree %bcond_with check %global debug_package %{nil} @@ -6,7 +6,7 @@ %global crate gtk4-macros Name: rust-gtk4-macros -Version: 0.4.8 +Version: 0.5.2 Release: %autorelease Summary: Macros helpers for GTK 4 bindings @@ -14,8 +14,6 @@ License: MIT URL:
https://crates.io/crates/gtk4-macros
Source: %{crates_source} -ExclusiveArch: %{rust_arches} - BuildRequires: rust-packaging >= 21 %global _description %{expand: @@ -50,6 +48,30 @@ use the "default" feature of the "%{crate}" crate. %files -n %{name}+default-devel %ghost %{crate_instdir}/Cargo.toml +%package -n %{name}+quick-xml-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+quick-xml-devel %{_description} + +This package contains library source intended for building other packages which +use the "quick-xml" feature of the "%{crate}" crate. + +%files -n %{name}+quick-xml-devel +%ghost %{crate_instdir}/Cargo.toml + +%package -n %{name}+xml_validation-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+xml_validation-devel %{_description} + +This package contains library source intended for building other packages which +use the "xml_validation" feature of the "%{crate}" crate. + +%files -n %{name}+xml_validation-devel +%ghost %{crate_instdir}/Cargo.toml + %prep %autosetup -n %{crate}-%{version_no_tilde} -p1 %cargo_prep diff --git a/sources b/sources index 40936dd..ab5e1da 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (gtk4-macros-0.4.8.crate) = f6337a664fadb403edf021760833461d9934499987b9c1d0a7693ab7e7faaa209c12408d236ba3eaa393f9d67006c1bc84fe0d3011670c98fa6dec9e5c1c046a +SHA512 (gtk4-macros-0.5.2.crate) = 600a357d0e1b8c6169d7d3555ebc001a36d075c8e7aac39122d8971b61cc86effcf267861ee95162dd8a0886dcae86a287cc1210d4336214de3cd1b1da6d3435
1
0
0
0
Architecture specific change in rpms/rust-gtk4.git
by githook-noreply@fedoraproject.org
29 Nov '22
29 Nov '22
The package rpms/rust-gtk4.git has added or updated architecture specific content in its spec file (ExclusiveArch/ExcludeArch or %ifarch/%ifnarch) in commit(s):
https://src.fedoraproject.org/cgit/rpms/rust-gtk4.git/commit/?id=8569bd1f43…
. Change: -ExclusiveArch: %{rust_arches} Thanks. Full change: ============ commit 8569bd1f43a8375f4fbd7111961c4afcf54f656c Author: Fabio Valentini <decathorpe(a)gmail.com> Date: Wed Nov 30 00:01:41 2022 +0100 Update to version 0.5.2; Fixes RHBZ#2136116 diff --git a/.gitignore b/.gitignore index 44d8152..02bb213 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ /gtk4-0.4.6.crate /gtk4-0.4.7.crate /gtk4-0.4.8.crate +/gtk4-0.5.2.crate diff --git a/rust-gtk4.spec b/rust-gtk4.spec index 679e74f..6069884 100644 --- a/rust-gtk4.spec +++ b/rust-gtk4.spec @@ -1,4 +1,4 @@ -# Generated by rust2rpm 22 +# Generated by rust2rpm 23 # * tests require a running display server %bcond_with check %global debug_package %{nil} @@ -6,7 +6,7 @@ %global crate gtk4 Name: rust-gtk4 -Version: 0.4.8 +Version: 0.5.2 Release: %autorelease Summary: Rust bindings of the GTK 4 library @@ -14,8 +14,6 @@ License: MIT URL:
https://crates.io/crates/gtk4
Source: %{crates_source} -ExclusiveArch: %{rust_arches} - BuildRequires: rust-packaging >= 21 %global _description %{expand: @@ -62,6 +60,42 @@ use the "dox" feature of the "%{crate}" crate. %files -n %{name}+dox-devel %ghost %{crate_instdir}/Cargo.toml +%package -n %{name}+gnome_42-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+gnome_42-devel %{_description} + +This package contains library source intended for building other packages which +use the "gnome_42" feature of the "%{crate}" crate. + +%files -n %{name}+gnome_42-devel +%ghost %{crate_instdir}/Cargo.toml + +%package -n %{name}+gnome_43-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+gnome_43-devel %{_description} + +This package contains library source intended for building other packages which +use the "gnome_43" feature of the "%{crate}" crate. + +%files -n %{name}+gnome_43-devel +%ghost %{crate_instdir}/Cargo.toml + +%package -n %{name}+unsafe-assume-initialized-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+unsafe-assume-initialized-devel %{_description} + +This package contains library source intended for building other packages which +use the "unsafe-assume-initialized" feature of the "%{crate}" crate. + +%files -n %{name}+unsafe-assume-initialized-devel +%ghost %{crate_instdir}/Cargo.toml + %package -n %{name}+v4_2-devel Summary: %{summary} BuildArch: noarch @@ -98,6 +132,18 @@ use the "v4_6" feature of the "%{crate}" crate. %files -n %{name}+v4_6-devel %ghost %{crate_instdir}/Cargo.toml +%package -n %{name}+xml_validation-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+xml_validation-devel %{_description} + +This package contains library source intended for building other packages which +use the "xml_validation" feature of the "%{crate}" crate. + +%files -n %{name}+xml_validation-devel +%ghost %{crate_instdir}/Cargo.toml + %prep %autosetup -n %{crate}-%{version_no_tilde} -p1 %cargo_prep diff --git a/rust2rpm.conf b/rust2rpm.conf index 748f6e0..c2f456b 100644 --- a/rust2rpm.conf +++ b/rust2rpm.conf @@ -1,3 +1,4 @@ [DEFAULT] unwanted-features = v4_8 + v4_10 diff --git a/sources b/sources index a72b6bc..53e447d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (gtk4-0.4.8.crate) = 10bbc3b68c985ddd4bf3474387e29df367443ee0c9f79f34be7e4dd3bb85f1db982284c5e655df0fe3d196d9fc9dc0535aaabd57e18edeb78713e92d0ede9201 +SHA512 (gtk4-0.5.2.crate) = fcf33886a62ea338eb027168eff19047e86ca93524eb9aab988943e43ef646bb6797652c8b5ea70859068f302e6ca956e86c62a6cc02bf3fc70e6cbbf18b8660
1
0
0
0
Architecture specific change in rpms/rust-gsk4-sys.git
by githook-noreply@fedoraproject.org
29 Nov '22
29 Nov '22
The package rpms/rust-gsk4-sys.git has added or updated architecture specific content in its spec file (ExclusiveArch/ExcludeArch or %ifarch/%ifnarch) in commit(s):
https://src.fedoraproject.org/cgit/rpms/rust-gsk4-sys.git/commit/?id=9d1311…
. Change: -ExclusiveArch: %{rust_arches} Thanks. Full change: ============ commit 9d1311193311001d19dd7653a0a2b3da5d39b8c7 Author: Fabio Valentini <decathorpe(a)gmail.com> Date: Tue Nov 29 22:07:13 2022 +0100 Update to version 0.5.2; Fixes RHBZ#2136115 diff --git a/.gitignore b/.gitignore index bec296d..411f346 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ /gsk4-sys-0.3.1.crate /gsk4-sys-0.4.2.crate /gsk4-sys-0.4.8.crate +/gsk4-sys-0.5.2.crate diff --git a/rust-gsk4-sys.spec b/rust-gsk4-sys.spec index 109f5f8..2bfbb4e 100644 --- a/rust-gsk4-sys.spec +++ b/rust-gsk4-sys.spec @@ -1,11 +1,11 @@ -# Generated by rust2rpm 22 +# Generated by rust2rpm 23 %bcond_without check %global debug_package %{nil} %global crate gsk4-sys Name: rust-gsk4-sys -Version: 0.4.8 +Version: 0.5.2 Release: %autorelease Summary: FFI bindings of GSK 4 @@ -13,8 +13,6 @@ License: MIT URL:
https://crates.io/crates/gsk4-sys
Source: %{crates_source} -ExclusiveArch: %{rust_arches} - BuildRequires: rust-packaging >= 21 %global _description %{expand: diff --git a/sources b/sources index 940f4ae..002dcfe 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (gsk4-sys-0.4.8.crate) = 2db75fd7d56154b79b5decaf748c3a5fd3da970d8efa54d19bed3ecda70e1766ef62f49e454a33c0fa3d42161357b801d758570cbb83fecd98ad610dc1593478 +SHA512 (gsk4-sys-0.5.2.crate) = d3e50ebe40d08f8be9169b12757f9dcebe13af441836375b3364e830ad518765ed78fae15bfd7195fb6ff0b3683c145d0130146cec3e0a3d2e29ec16b28c317e
1
0
0
0
Architecture specific change in rpms/rust-gsk4.git
by githook-noreply@fedoraproject.org
29 Nov '22
29 Nov '22
The package rpms/rust-gsk4.git has added or updated architecture specific content in its spec file (ExclusiveArch/ExcludeArch or %ifarch/%ifnarch) in commit(s):
https://src.fedoraproject.org/cgit/rpms/rust-gsk4.git/commit/?id=413ec2001c…
. Change: -ExclusiveArch: %{rust_arches} Thanks. Full change: ============ commit 413ec2001cdb27db3ffcbaeee1f569e34c525c41 Author: Fabio Valentini <decathorpe(a)gmail.com> Date: Tue Nov 29 22:06:31 2022 +0100 Update to version 0.5.2; Fixes RHBZ#2136114 diff --git a/.gitignore b/.gitignore index fc56f93..53dfd79 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ /gsk4-0.4.6.crate /gsk4-0.4.7.crate /gsk4-0.4.8.crate +/gsk4-0.5.2.crate diff --git a/rust-gsk4.spec b/rust-gsk4.spec index 984aebd..4dbefbe 100644 --- a/rust-gsk4.spec +++ b/rust-gsk4.spec @@ -1,11 +1,11 @@ -# Generated by rust2rpm 22 +# Generated by rust2rpm 23 %bcond_without check %global debug_package %{nil} %global crate gsk4 Name: rust-gsk4 -Version: 0.4.8 +Version: 0.5.2 Release: %autorelease Summary: Rust bindings of the GSK 4 library @@ -13,8 +13,6 @@ License: MIT URL:
https://crates.io/crates/gsk4
Source: %{crates_source} -ExclusiveArch: %{rust_arches} - BuildRequires: rust-packaging >= 21 %global _description %{expand: diff --git a/sources b/sources index b4c0014..e3bb258 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (gsk4-0.4.8.crate) = 7dbf0f8ce3674a9b05f2a36280dc185aa108c97f6880e44a5d3164a3769780f77d58a2502639f9c9405d2c1b0b0e823a507f4534596060cd785d5c5e5b45c3dc +SHA512 (gsk4-0.5.2.crate) = bcac961c203dc5833048c47c760bb9789bfd3c16d7fe07d9cd5e64449b7bcb3d70b69764587299b8412d80d936fcb34e1b256abf05061ab5b25cdbfa427829e8
1
0
0
0
Architecture specific change in rpms/rust-graphene-sys.git
by githook-noreply@fedoraproject.org
29 Nov '22
29 Nov '22
The package rpms/rust-graphene-sys.git has added or updated architecture specific content in its spec file (ExclusiveArch/ExcludeArch or %ifarch/%ifnarch) in commit(s):
https://src.fedoraproject.org/cgit/rpms/rust-graphene-sys.git/commit/?id=bb…
. Change: -ExclusiveArch: %{rust_arches} Thanks. Full change: ============ commit bb818ff38803dcefcdb96c88922d9753cd74ac82 Author: Fabio Valentini <decathorpe(a)gmail.com> Date: Tue Nov 29 22:05:51 2022 +0100 Update to version 0.16.3; Fixes RHBZ#2136067 diff --git a/.gitignore b/.gitignore index 7cb14fd..9e7f48a 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ /graphene-sys-0.14.8.crate /graphene-sys-0.15.1.crate /graphene-sys-0.15.10.crate +/graphene-sys-0.16.3.crate diff --git a/rust-graphene-sys.spec b/rust-graphene-sys.spec index 8e6281e..d5917cd 100644 --- a/rust-graphene-sys.spec +++ b/rust-graphene-sys.spec @@ -1,22 +1,19 @@ -# Generated by rust2rpm 21 +# Generated by rust2rpm 23 # * tests are broken:
https://github.com/gtk-rs/gtk-rs-core/issues/64
%bcond_with check %global debug_package %{nil} %global crate graphene-sys -Name: rust-%{crate} -Version: 0.15.10 +Name: rust-graphene-sys +Version: 0.16.3 Release: %autorelease Summary: FFI bindings to libgraphene-1.0 -# Upstream license specification: MIT License: MIT URL:
https://crates.io/crates/graphene-sys
Source: %{crates_source} -ExclusiveArch: %{rust_arches} - BuildRequires: rust-packaging >= 21 %global _description %{expand: @@ -36,7 +33,6 @@ use the "%{crate}" crate. %files devel %license %{crate_instdir}/LICENSE -%doc %{crate_instdir}/versions.txt %{crate_instdir}/ %package -n %{name}+default-devel diff --git a/.rust2rpm.conf b/rust2rpm.conf similarity index 100% rename from .rust2rpm.conf rename to rust2rpm.conf diff --git a/sources b/sources index 01ebbf3..af480c4 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (graphene-sys-0.15.10.crate) = 7f3fe348e039167a85c8d15ae7022aca6d28c220a084590d28795113a525cd6623ce8e416d55aa443dd56627ce57198662035c2c5f784ad2189be88d2c83701c +SHA512 (graphene-sys-0.16.3.crate) = 1dadfb69887cc55c9fb2b85b21e9faa5dd5336f0a905a5ba62f46afe35cf28beae39275e1c9cf40a4c169a902e52b5b966089c0f2f30e4e82fd4494a8aa22a6f commit 04a561f6f67324d8ecf03ee92e1333b7fec06311 Author: Fedora Release Engineering <releng(a)fedoraproject.org> Date: Sat Jul 23 04:22:24 2022 +0000 Rebuilt for
https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng(a)fedoraproject.org>
1
0
0
0
Architecture specific change in rpms/rust-graphene-rs.git
by githook-noreply@fedoraproject.org
29 Nov '22
29 Nov '22
The package rpms/rust-graphene-rs.git has added or updated architecture specific content in its spec file (ExclusiveArch/ExcludeArch or %ifarch/%ifnarch) in commit(s):
https://src.fedoraproject.org/cgit/rpms/rust-graphene-rs.git/commit/?id=67a…
. Change: -ExclusiveArch: %{rust_arches} Thanks. Full change: ============ commit 67ac161c0d926afc67864d322650265aeb3b31ae Author: Fabio Valentini <decathorpe(a)gmail.com> Date: Tue Nov 29 22:04:50 2022 +0100 Update to version 0.16.3; Fixes RHBZ#2136068 diff --git a/.gitignore b/.gitignore index a64c6b5..5470462 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /graphene-rs-0.14.0.crate /graphene-rs-0.14.8.crate /graphene-rs-0.15.1.crate +/graphene-rs-0.16.3.crate diff --git a/rust-graphene-rs.spec b/rust-graphene-rs.spec index 4e0cd49..e59aef0 100644 --- a/rust-graphene-rs.spec +++ b/rust-graphene-rs.spec @@ -1,22 +1,19 @@ -# Generated by rust2rpm 20 +# Generated by rust2rpm 23 %bcond_without check %global debug_package %{nil} %global crate graphene-rs -Name: rust-%{crate} -Version: 0.15.1 +Name: rust-graphene-rs +Version: 0.16.3 Release: %autorelease Summary: Rust bindings for the Graphene library -# Upstream license specification: MIT License: MIT URL:
https://crates.io/crates/graphene-rs
Source: %{crates_source} -ExclusiveArch: %{rust_arches} - -BuildRequires: rust-packaging +BuildRequires: rust-packaging >= 21 %global _description %{expand: Rust bindings for the Graphene library.} @@ -33,9 +30,10 @@ This package contains library source intended for building other packages which use the "%{crate}" crate. %files devel -%license COPYRIGHT LICENSE -%doc README.md -%{cargo_registry}/%{crate}-%{version_no_tilde}/ +%license %{crate_instdir}/COPYRIGHT +%license %{crate_instdir}/LICENSE +%doc %{crate_instdir}/README.md +%{crate_instdir}/ %package -n %{name}+default-devel Summary: %{summary} @@ -47,7 +45,7 @@ This package contains library source intended for building other packages which use the "default" feature of the "%{crate}" crate. %files -n %{name}+default-devel -%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml +%ghost %{crate_instdir}/Cargo.toml %package -n %{name}+dox-devel Summary: %{summary} @@ -59,7 +57,7 @@ This package contains library source intended for building other packages which use the "dox" feature of the "%{crate}" crate. %files -n %{name}+dox-devel -%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml +%ghost %{crate_instdir}/Cargo.toml %prep %autosetup -n %{crate}-%{version_no_tilde} -p1 diff --git a/sources b/sources index 5e0acff..18a6b5d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (graphene-rs-0.15.1.crate) = 4ebafc99c29318c03435908a541b233ce3c5df79a7c3ab6c33f0db348fc4f74446feca6951c9b8b6641e3d25c6152d8d2a6cb99db7eed92d36268073e2bb5103 +SHA512 (graphene-rs-0.16.3.crate) = a4d59748db7786254719182f10f1deab4c3640e3b2302a9676a0becfa6bf80ff03bf8babfe04aeba09a9e2ca8f5829c15a8a2714a8623456ca2731524f9cb865 commit 9c133947ace5f421fef0d508c1123e8c487c3e63 Author: Fedora Release Engineering <releng(a)fedoraproject.org> Date: Sat Jul 23 04:22:15 2022 +0000 Rebuilt for
https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng(a)fedoraproject.org>
1
0
0
0
Architecture specific change in rpms/rust-gdk4-sys.git
by githook-noreply@fedoraproject.org
29 Nov '22
29 Nov '22
The package rpms/rust-gdk4-sys.git has added or updated architecture specific content in its spec file (ExclusiveArch/ExcludeArch or %ifarch/%ifnarch) in commit(s):
https://src.fedoraproject.org/cgit/rpms/rust-gdk4-sys.git/commit/?id=a48278…
. Change: -ExclusiveArch: %{rust_arches} Thanks. Full change: ============ commit a4827890f0edff5c6acda1c29ae791d6681d39bc Author: Fabio Valentini <decathorpe(a)gmail.com> Date: Tue Nov 29 23:55:06 2022 +0100 Update to version 0.5.2; Fixes RHBZ#2136110 diff --git a/.gitignore b/.gitignore index 4795b06..6c75bce 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ /gdk4-sys-0.3.1.crate /gdk4-sys-0.4.2.crate /gdk4-sys-0.4.8.crate +/gdk4-sys-0.5.2.crate diff --git a/rust-gdk4-sys.spec b/rust-gdk4-sys.spec index 3ebe71d..9a48bc9 100644 --- a/rust-gdk4-sys.spec +++ b/rust-gdk4-sys.spec @@ -1,4 +1,4 @@ -# Generated by rust2rpm 22 +# Generated by rust2rpm 23 # * tests are broken:
https://github.com/gtk-rs/gtk-rs-core/issues/64
%bcond_with check %global debug_package %{nil} @@ -6,7 +6,7 @@ %global crate gdk4-sys Name: rust-gdk4-sys -Version: 0.4.8 +Version: 0.5.2 Release: %autorelease Summary: FFI bindings of GDK 4 @@ -14,8 +14,6 @@ License: MIT URL:
https://crates.io/crates/gdk4-sys
Source: %{crates_source} -ExclusiveArch: %{rust_arches} - BuildRequires: rust-packaging >= 21 %global _description %{expand: diff --git a/sources b/sources index 60c46fe..aec4365 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (gdk4-sys-0.4.8.crate) = 22677c829ef297d7033d4c309e23e0e7bbe611cd2bfc614dd56f4a4d57c8cb16f9fd2654c7201efdc2a2dd196707c340baf3bcc4e272ee11bda91c27e2802e6f +SHA512 (gdk4-sys-0.5.2.crate) = c68101b72f3d0399006092d1799f3e3566d705bef85b2a714afe2708e644f010119a3b7b443b68ff504ed82867acca793158744e78c262f9aa0090df53ac8e0b
1
0
0
0
Architecture specific change in rpms/rust-gdk4.git
by githook-noreply@fedoraproject.org
29 Nov '22
29 Nov '22
The package rpms/rust-gdk4.git has added or updated architecture specific content in its spec file (ExclusiveArch/ExcludeArch or %ifarch/%ifnarch) in commit(s):
https://src.fedoraproject.org/cgit/rpms/rust-gdk4.git/commit/?id=1bbf193f0b…
. Change: -ExclusiveArch: %{rust_arches} Thanks. Full change: ============ commit 1bbf193f0b7c196743cb43f751f1548bb2f3a950 Author: Fabio Valentini <decathorpe(a)gmail.com> Date: Tue Nov 29 23:52:03 2022 +0100 Update to version 0.5.2; Fixes RHBZ#2136109 diff --git a/.gitignore b/.gitignore index dff1871..1c2576b 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ /gdk4-0.4.6.crate /gdk4-0.4.7.crate /gdk4-0.4.8.crate +/gdk4-0.5.2.crate diff --git a/rust-gdk4.spec b/rust-gdk4.spec index d77a5ce..0983465 100644 --- a/rust-gdk4.spec +++ b/rust-gdk4.spec @@ -1,11 +1,11 @@ -# Generated by rust2rpm 22 +# Generated by rust2rpm 23 %bcond_without check %global debug_package %{nil} %global crate gdk4 Name: rust-gdk4 -Version: 0.4.8 +Version: 0.5.2 Release: %autorelease Summary: Rust bindings of the GDK 4 library @@ -13,8 +13,6 @@ License: MIT URL:
https://crates.io/crates/gdk4
Source: %{crates_source} -ExclusiveArch: %{rust_arches} - BuildRequires: rust-packaging >= 21 %global _description %{expand: diff --git a/sources b/sources index ab4bc2a..0727ebd 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (gdk4-0.4.8.crate) = 66b4e95d22cba9c90b23ff3bb064581033663efc4b9fec81a347555e407c80f26d44a108cd7414d3d92ed1947b2a6a2d57ac0cf10932c71f1d35f893df406a65 +SHA512 (gdk4-0.5.2.crate) = 83612e580facaf48eb3aeb96570c81291749b8287a7c352589959be902b6a9eecd3f8954854d902068d8a2918cad5b16fec0ca2a645974fe2e77864b136dd558
1
0
0
0
Architecture specific change in rpms/rust-quick-xml.git
by githook-noreply@fedoraproject.org
29 Nov '22
29 Nov '22
The package rpms/rust-quick-xml.git has added or updated architecture specific content in its spec file (ExclusiveArch/ExcludeArch or %ifarch/%ifnarch) in commit(s):
https://src.fedoraproject.org/cgit/rpms/rust-quick-xml.git/commit/?id=a1ddb…
. Change: -ExclusiveArch: %{rust_arches} Thanks. Full change: ============ commit a1ddbb6049d8c84ee7292bcde3206320ce464ee0 Author: Fabio Valentini <decathorpe(a)gmail.com> Date: Tue Nov 29 22:13:28 2022 +0100 Update to version 0.25.0 diff --git a/.gitignore b/.gitignore index 94a5efe..e667834 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ /quick-xml-0.20.0.crate /quick-xml-0.22.0.crate /quick-xml-0.23.0.crate +/quick-xml-0.25.0.crate diff --git a/quick-xml-fix-metadata.diff b/quick-xml-fix-metadata.diff index 7819737..1ba3b0c 100644 --- a/quick-xml-fix-metadata.diff +++ b/quick-xml-fix-metadata.diff @@ -1,12 +1,23 @@ ---- quick-xml-0.23.0/Cargo.toml 1970-01-01T00:00:01+00:00 -+++ quick-xml-0.23.0/Cargo.toml 2022-07-28T18:39:06.943614+00:00 -@@ -65,9 +65,6 @@ - version = "1.0" - optional = true +--- quick-xml-0.25.0/Cargo.toml 1970-01-01T00:00:01+00:00 ++++ quick-xml-0.25.0/Cargo.toml 2022-11-29T15:49:36.702883+00:00 +@@ -78,10 +78,6 @@ + name = "macrobenches" + harness = false +-[dependencies.document-features] +-version = "0.2" +-optional = true +- + [dependencies.encoding_rs] + version = "0.8" + optional = true +@@ -98,9 +94,6 @@ + features = ["io-util"] + optional = true + default-features = false +- -[dev-dependencies.criterion] -version = "0.3" -- + [dev-dependencies.pretty_assertions] version = "1.2" - diff --git a/rust-quick-xml.spec b/rust-quick-xml.spec index 8f9ff72..27d781b 100644 --- a/rust-quick-xml.spec +++ b/rust-quick-xml.spec @@ -1,11 +1,11 @@ -# Generated by rust2rpm 22 +# Generated by rust2rpm 23 %bcond_without check %global debug_package %{nil} %global crate quick-xml Name: rust-quick-xml -Version: 0.23.0 +Version: 0.25.0 Release: %autorelease Summary: High performance xml reader and writer @@ -14,10 +14,9 @@ URL:
https://crates.io/crates/quick-xml
Source: %{crates_source} # Manually created patch for downstream crate metadata changes # * drop unused, benchmark-only criterion dev-dependency to speed up builds +# * drop unused, optional document-features dependency Patch: quick-xml-fix-metadata.diff -ExclusiveArch: %{rust_arches} - BuildRequires: rust-packaging >= 21 %global _description %{expand: @@ -52,6 +51,18 @@ use the "default" feature of the "%{crate}" crate. %files -n %{name}+default-devel %ghost %{crate_instdir}/Cargo.toml +%package -n %{name}+async-tokio-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+async-tokio-devel %{_description} + +This package contains library source intended for building other packages which +use the "async-tokio" feature of the "%{crate}" crate. + +%files -n %{name}+async-tokio-devel +%ghost %{crate_instdir}/Cargo.toml + %package -n %{name}+encoding-devel Summary: %{summary} BuildArch: noarch @@ -88,6 +99,18 @@ use the "escape-html" feature of the "%{crate}" crate. %files -n %{name}+escape-html-devel %ghost %{crate_instdir}/Cargo.toml +%package -n %{name}+overlapped-lists-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+overlapped-lists-devel %{_description} + +This package contains library source intended for building other packages which +use the "overlapped-lists" feature of the "%{crate}" crate. + +%files -n %{name}+overlapped-lists-devel +%ghost %{crate_instdir}/Cargo.toml + %package -n %{name}+serde-devel Summary: %{summary} BuildArch: noarch @@ -112,6 +135,18 @@ use the "serialize" feature of the "%{crate}" crate. %files -n %{name}+serialize-devel %ghost %{crate_instdir}/Cargo.toml +%package -n %{name}+tokio-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+tokio-devel %{_description} + +This package contains library source intended for building other packages which +use the "tokio" feature of the "%{crate}" crate. + +%files -n %{name}+tokio-devel +%ghost %{crate_instdir}/Cargo.toml + %prep %autosetup -n %{crate}-%{version_no_tilde} -p1 %cargo_prep @@ -127,8 +162,7 @@ use the "serialize" feature of the "%{crate}" crate. %if %{with check} %check -# * skip a failing test:
https://github.com/tafia/quick-xml/issues/443
-%cargo_test -- -- --skip test_writer_indent_cdata +%cargo_test %endif %changelog diff --git a/sources b/sources index 7b0d878..f6c4ccf 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (quick-xml-0.23.0.crate) = 9f2cea83e81e7f5de8a5ccd883c9d83cebf9169ffeba5a7355aca9925c7d2bb2216f0803203b91709dea292f89111bfe1e9ae6d34e84741473df5b00a3b21340 +SHA512 (quick-xml-0.25.0.crate) = e887baba28d68aa6cff93221e3641d1a86ad2a4c8402037b32485fa27b27e2911e61eb9ffa72ed8d2b6b0aa3d1bb9fa1f6767c2c790fda526e0c4ecde50b07c9
1
0
0
0
Architecture specific change in rpms/rust-gtk4-sys.git
by githook-noreply@fedoraproject.org
29 Nov '22
29 Nov '22
The package rpms/rust-gtk4-sys.git has added or updated architecture specific content in its spec file (ExclusiveArch/ExcludeArch or %ifarch/%ifnarch) in commit(s):
https://src.fedoraproject.org/cgit/rpms/rust-gtk4-sys.git/commit/?id=474985…
. Change: -ExclusiveArch: %{rust_arches} Thanks. Full change: ============ commit 47498548788f40f2bc373efc1cf713fa80ae8192 Author: Fabio Valentini <decathorpe(a)gmail.com> Date: Tue Nov 29 22:09:35 2022 +0100 Update to version 0.5.2; Fixes RHBZ#2136118 diff --git a/.gitignore b/.gitignore index f517752..c2f7b07 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ /gtk4-sys-0.3.1.crate /gtk4-sys-0.4.5.crate /gtk4-sys-0.4.8.crate +/gtk4-sys-0.5.2.crate diff --git a/rust-gtk4-sys.spec b/rust-gtk4-sys.spec index c265c76..49f5c12 100644 --- a/rust-gtk4-sys.spec +++ b/rust-gtk4-sys.spec @@ -1,4 +1,4 @@ -# Generated by rust2rpm 22 +# Generated by rust2rpm 23 # * tests are broken:
https://github.com/gtk-rs/gtk-rs-core/issues/64
%bcond_with check %global debug_package %{nil} @@ -6,7 +6,7 @@ %global crate gtk4-sys Name: rust-gtk4-sys -Version: 0.4.8 +Version: 0.5.2 Release: %autorelease Summary: FFI bindings of GTK 4 @@ -14,8 +14,6 @@ License: MIT URL:
https://crates.io/crates/gtk4-sys
Source: %{crates_source} -ExclusiveArch: %{rust_arches} - BuildRequires: rust-packaging >= 21 %global _description %{expand: @@ -100,6 +98,19 @@ use the "v4_6" feature of the "%{crate}" crate. %files -n %{name}+v4_6-devel %ghost %{crate_instdir}/Cargo.toml +%package -n %{name}+v4_8-devel +Summary: %{summary} +BuildArch: noarch +Requires: pkgconfig(gtk4) >= 4.7 + +%description -n %{name}+v4_8-devel %{_description} + +This package contains library source intended for building other packages which +use the "v4_8" feature of the "%{crate}" crate. + +%files -n %{name}+v4_8-devel +%ghost %{crate_instdir}/Cargo.toml + %prep %autosetup -n %{crate}-%{version_no_tilde} -p1 %cargo_prep diff --git a/rust2rpm.conf b/rust2rpm.conf index f2f254d..2ff9486 100644 --- a/rust2rpm.conf +++ b/rust2rpm.conf @@ -1,6 +1,7 @@ [DEFAULT] unwanted-features = - v4_8 + v4_10 + v4_12 buildrequires = pkgconfig(gtk4) >= 4.0.0 lib.requires = @@ -11,3 +12,5 @@ lib+v4_4.requires = pkgconfig(gtk4) >= 4.4 lib+v4_6.requires = pkgconfig(gtk4) >= 4.6 +lib+v4_8.requires = + pkgconfig(gtk4) >= 4.7 diff --git a/sources b/sources index 67be97f..6363d67 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (gtk4-sys-0.4.8.crate) = b6997ea334f3616a97948f517fe845da2bd05b6fc6c62e5b9a3743877c15b60eaaee767bf2dcd83be56409d6e9a541942e4d738249ac05c92c84596323cd03e0 +SHA512 (gtk4-sys-0.5.2.crate) = c26e3a7278ccc1c2efe0c14455aba4efda9c134fbecc0359250eb1dc28a22795c71475cc6bf1a38d6f21e76371286101db27adf487e8b0a281f877aaeb87fd19
1
0
0
0
← Newer
1
2
3
4
5
...
32
Older →
Jump to page:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
Results per page:
10
25
50
100
200