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=b5603abea1…
. Change: -ExclusiveArch: %{rust_arches} Thanks. Full change: ============ commit b5603abea1daa5eee4ee4fbb0ea9616b94c8996d Author: Fabio Valentini <decathorpe(a)gmail.com> Date: Tue Nov 29 22:08:05 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..a686810 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,30 @@ 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 + +%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 + +%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..ecb1ce2 100644 --- a/rust2rpm.conf +++ b/rust2rpm.conf @@ -1,3 +1,3 @@ [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
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
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=e2d4c8…
. Change: -ExclusiveArch: %{rust_arches} Thanks. Full change: ============ commit e2d4c85c25ba8d9701fc644accb286b92530d15e Author: Fabio Valentini <decathorpe(a)gmail.com> Date: Tue Nov 29 22:03:59 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..5384e56 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: @@ -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..b0aefac 100644 --- a/rust2rpm.conf +++ b/rust2rpm.conf @@ -1,6 +1,4 @@ [DEFAULT] -unwanted-features = - v4_8 buildrequires = pkgconfig(gtk4) >= 4.0.0 lib.requires = @@ -11,3 +9,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 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=640f3be2aa…
. Change: -ExclusiveArch: %{rust_arches} Thanks. Full change: ============ commit 640f3be2aa9ed167af279d3cef38d03252db52b9 Author: Fabio Valentini <decathorpe(a)gmail.com> Date: Tue Nov 29 22:01:08 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..4ed3c6b 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: @@ -97,6 +95,18 @@ 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 + +%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 deleted file mode 100644 index 748f6e0..0000000 --- a/rust2rpm.conf +++ /dev/null @@ -1,3 +0,0 @@ -[DEFAULT] -unwanted-features = - v4_8 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/cmake.git
by githook-noreply@fedoraproject.org
29 Nov '22
29 Nov '22
The package rpms/cmake.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/cmake.git/commit/?id=b02a9d979e6524…
. Change: -%ifarch s390x Thanks. Full change: ============ commit dbe4a674efd94277d26b27a8f0c591d0e50d69d7 Author: Björn Esser <besser82(a)fedoraproject.org> Date: Wed Nov 16 22:03:14 2022 +0100 cmake-3.25.0 Fixes rhbz#2143345 diff --git a/cmake.spec b/cmake.spec index 404b1fb..9daab9c 100644 --- a/cmake.spec +++ b/cmake.spec @@ -63,12 +63,12 @@ %global major_version 3 %global minor_version 25 # Set to RC version if building RC, else %%{nil} -%global rcsuf rc4 +#global rcsuf rc1 %{?rcsuf:%global relsuf .%{rcsuf}} %{?rcsuf:%global versuf -%{rcsuf}} # For handling bump release by rpmdev-bumpspec and mass rebuild -%global baserelease 0.6 +%global baserelease 1 # Uncomment if building for EPEL #global name_suffix %%{major_version} @@ -525,6 +525,10 @@ popd %changelog +* Wed Nov 16 2022 Björn Esser <besser82(a)fedoraproject.org> - 3.25.0-1 +- cmake-3.25.0 + Fixes rhbz#2143345 + * Wed Nov 09 2022 Björn Esser <besser82(a)fedoraproject.org> - 3.25.0-0.6.rc4 - cmake-3.25.0-rc4 Fixes rhbz#2141122 diff --git a/sources b/sources index 76b072e..f335010 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (cmake-3.25.0-rc4.tar.gz) = d2ecec5e35ebd184d685848ce14770d71ef6836993d73cd8156c6276c82cb51a54e5dd9ba7eee592ea22d05df4dd5c83c311e72963e5fc27eb972fa9b63a51a9 +SHA512 (cmake-3.25.0.tar.gz) = f6e527161b8501c72b71a95ff7a0cf304ae02a214086ff58dd686543243d939e83faf94780cda477b19e4d42e4b8f1ff96c52f98e8f7f717e102a5229f4dd44c commit 098fd9fa1553d39eb19836640da2c6a60e08a45b Author: Björn Esser <besser82(a)fedoraproject.org> Date: Wed Nov 9 08:07:16 2022 +0100 cmake-3.25.0-rc4 Fixes rhbz#2141122 diff --git a/cmake.spec b/cmake.spec index 38c2080..404b1fb 100644 --- a/cmake.spec +++ b/cmake.spec @@ -63,12 +63,12 @@ %global major_version 3 %global minor_version 25 # Set to RC version if building RC, else %%{nil} -%global rcsuf rc3 +%global rcsuf rc4 %{?rcsuf:%global relsuf .%{rcsuf}} %{?rcsuf:%global versuf -%{rcsuf}} # For handling bump release by rpmdev-bumpspec and mass rebuild -%global baserelease 0.5 +%global baserelease 0.6 # Uncomment if building for EPEL #global name_suffix %%{major_version} @@ -525,6 +525,10 @@ popd %changelog +* Wed Nov 09 2022 Björn Esser <besser82(a)fedoraproject.org> - 3.25.0-0.6.rc4 +- cmake-3.25.0-rc4 + Fixes rhbz#2141122 + * Wed Nov 02 2022 Björn Esser <besser82(a)fedoraproject.org> - 3.25.0-0.5.rc3 - Re-enable BundleUtilities, CMakeLib.testCTestResourceAllocator, CMakeLib.testCTestResourceSpec, CTest.UpdateGIT, ExternalProject diff --git a/sources b/sources index 5dd005c..76b072e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (cmake-3.25.0-rc3.tar.gz) = f0a99cf5f52d0dff64000ec2553126830e31d3a5b8015285f48f362d8e2ec40cc99b7cea1518c04644b3f5728b674dc64642859b73b5f2e2b85f05f15cf4e56d +SHA512 (cmake-3.25.0-rc4.tar.gz) = d2ecec5e35ebd184d685848ce14770d71ef6836993d73cd8156c6276c82cb51a54e5dd9ba7eee592ea22d05df4dd5c83c311e72963e5fc27eb972fa9b63a51a9 commit b02a9d979e6524080710405e995d07d4fe8f457d Author: Björn Esser <besser82(a)fedoraproject.org> Date: Wed Nov 2 09:36:12 2022 +0100 Re-enable kwsys.testProcess-{4,5} on s390x diff --git a/cmake.spec b/cmake.spec index 752d34c..38c2080 100644 --- a/cmake.spec +++ b/cmake.spec @@ -449,10 +449,6 @@ pushd %{_vpath_builddir} NO_TEST="CTestTestUpload" # Likely failing for hardening flags from system. NO_TEST="$NO_TEST|CustomCommand|RunCMake.PositionIndependentCode" -# kwsys.testProcess-{4,5} are flaky on s390x. -%ifarch s390x -NO_TEST="$NO_TEST|kwsys.testProcess-4|kwsys.testProcess-5" -%endif # curl test may fail during bootstrap %if %{with bootstrap} NO_TEST="$NO_TEST|curl" @@ -533,6 +529,7 @@ popd - Re-enable BundleUtilities, CMakeLib.testCTestResourceAllocator, CMakeLib.testCTestResourceSpec, CTest.UpdateGIT, ExternalProject during testsuite run +- Re-enable kwsys.testProcess-{4,5} on s390x * Wed Nov 02 2022 Björn Esser <besser82(a)fedoraproject.org> - 3.25.0-0.4.rc3 - cmake-3.25.0-rc3 commit e609e81f2792409797bb0592fad302a8ad8787ae Author: Björn Esser <besser82(a)fedoraproject.org> Date: Wed Nov 2 09:34:44 2022 +0100 Re-enable some more tests that are passing now diff --git a/cmake.spec b/cmake.spec index 4dee600..752d34c 100644 --- a/cmake.spec +++ b/cmake.spec @@ -445,12 +445,10 @@ find %{buildroot}%{_bindir} -type f -or -type l -or -xtype l | \ %if %{with test} %check pushd %{_vpath_builddir} -# CTestTestUpload and BundleUtilities require internet access -# CPackComponentsForAll-RPM-IgnoreGroup failing wih rpm 4.15 -
https://gitlab.kitware.com/cmake/cmake/issues/19983
-NO_TEST="CTestTestUpload|BundleUtilities" -# Likely failing for GCC 12 -NO_TEST="$NO_TEST|CustomCommand|CMakeLib.testCTestResourceAllocator" -NO_TEST="$NO_TEST|CMakeLib.testCTestResourceSpec|RunCMake.PositionIndependentCode" +# CTestTestUpload requires internet access. +NO_TEST="CTestTestUpload" +# Likely failing for hardening flags from system. +NO_TEST="$NO_TEST|CustomCommand|RunCMake.PositionIndependentCode" # kwsys.testProcess-{4,5} are flaky on s390x. %ifarch s390x NO_TEST="$NO_TEST|kwsys.testProcess-4|kwsys.testProcess-5" @@ -460,7 +458,7 @@ NO_TEST="$NO_TEST|kwsys.testProcess-4|kwsys.testProcess-5" NO_TEST="$NO_TEST|curl" %endif bin/ctest%{?name_suffix} %{?_smp_mflags} -V -E "$NO_TEST" --output-on-failure -## do this only periodically, not for every build -- rdieter 20210429 +## do this only periodically, not for every build -- besser82 20221102 # Keep an eye on failing tests #bin/ctest%{?name_suffix} %{?_smp_mflags} -V -R "$NO_TEST" --output-on-failure || : popd @@ -532,7 +530,9 @@ popd %changelog * Wed Nov 02 2022 Björn Esser <besser82(a)fedoraproject.org> - 3.25.0-0.5.rc3 -- Re-enable ExternalProject and CTest.UpdateGIT on testsuite run +- Re-enable BundleUtilities, CMakeLib.testCTestResourceAllocator, + CMakeLib.testCTestResourceSpec, CTest.UpdateGIT, ExternalProject + during testsuite run * Wed Nov 02 2022 Björn Esser <besser82(a)fedoraproject.org> - 3.25.0-0.4.rc3 - cmake-3.25.0-rc3 commit aa5cce21c6fbdacbad31afc90c3d42b9b3f3af66 Author: Björn Esser <besser82(a)fedoraproject.org> Date: Wed Nov 2 08:19:42 2022 +0100 Re-enable ExternalProject and CTest.UpdateGIT on testsuite run This reverts commit 7df9be99dc7f57cae228fe8e00a9320f91c0f4e7. diff --git a/cmake.spec b/cmake.spec index b1ea0b6..4dee600 100644 --- a/cmake.spec +++ b/cmake.spec @@ -68,7 +68,7 @@ %{?rcsuf:%global versuf -%{rcsuf}} # For handling bump release by rpmdev-bumpspec and mass rebuild -%global baserelease 0.4 +%global baserelease 0.5 # Uncomment if building for EPEL #global name_suffix %%{major_version} @@ -445,9 +445,9 @@ find %{buildroot}%{_bindir} -type f -or -type l -or -xtype l | \ %if %{with test} %check pushd %{_vpath_builddir} -# CTestTestUpload, BundleUtilities, ExternalProject, and CTest.UpdateGIT require internet access +# CTestTestUpload and BundleUtilities require internet access # CPackComponentsForAll-RPM-IgnoreGroup failing wih rpm 4.15 -
https://gitlab.kitware.com/cmake/cmake/issues/19983
-NO_TEST="CTestTestUpload|BundleUtilities|ExternalProject|CTest.UpdateGIT" +NO_TEST="CTestTestUpload|BundleUtilities" # Likely failing for GCC 12 NO_TEST="$NO_TEST|CustomCommand|CMakeLib.testCTestResourceAllocator" NO_TEST="$NO_TEST|CMakeLib.testCTestResourceSpec|RunCMake.PositionIndependentCode" @@ -531,6 +531,9 @@ popd %changelog +* Wed Nov 02 2022 Björn Esser <besser82(a)fedoraproject.org> - 3.25.0-0.5.rc3 +- Re-enable ExternalProject and CTest.UpdateGIT on testsuite run + * Wed Nov 02 2022 Björn Esser <besser82(a)fedoraproject.org> - 3.25.0-0.4.rc3 - cmake-3.25.0-rc3 Fixes rhbz#2062783 commit c0e29fc6cb49bc7716d1ecfb2fa8bab97221d846 Author: Björn Esser <besser82(a)fedoraproject.org> Date: Wed Nov 2 07:54:11 2022 +0100 cmake-3.25.0-rc3 Fixes rhbz#2062783 diff --git a/cmake.spec b/cmake.spec index 750255a..b1ea0b6 100644 --- a/cmake.spec +++ b/cmake.spec @@ -63,12 +63,12 @@ %global major_version 3 %global minor_version 25 # Set to RC version if building RC, else %%{nil} -%global rcsuf rc2 +%global rcsuf rc3 %{?rcsuf:%global relsuf .%{rcsuf}} %{?rcsuf:%global versuf -%{rcsuf}} # For handling bump release by rpmdev-bumpspec and mass rebuild -%global baserelease 0.3 +%global baserelease 0.4 # Uncomment if building for EPEL #global name_suffix %%{major_version} @@ -531,6 +531,10 @@ popd %changelog +* Wed Nov 02 2022 Björn Esser <besser82(a)fedoraproject.org> - 3.25.0-0.4.rc3 +- cmake-3.25.0-rc3 + Fixes rhbz#2062783 + * Sun Oct 30 2022 Björn Esser <besser82(a)fedoraproject.org> - 3.25.0-0.3.rc2 - Allow valid short arguments for %%ctest macro Fixes rhbz#2127650 diff --git a/sources b/sources index 3e604b9..5dd005c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (cmake-3.25.0-rc2.tar.gz) = 74d2f67d0653b0ca658b8b10556e575421f36ab10d4a233b6602a482871478af7322171df4a989b1393872e24edccc18e658ac31d78372ff2ef8da7ac6664dd4 +SHA512 (cmake-3.25.0-rc3.tar.gz) = f0a99cf5f52d0dff64000ec2553126830e31d3a5b8015285f48f362d8e2ec40cc99b7cea1518c04644b3f5728b674dc64642859b73b5f2e2b85f05f15cf4e56d commit 198fb99c989b7ff62ce3320610989143fba65b76 Author: Björn Esser <besser82(a)fedoraproject.org> Date: Sun Oct 30 13:56:05 2022 +0100 Allow valid short arguments for %%ctest macro Fixes rhbz#2127650 diff --git a/cmake.spec b/cmake.spec index e5cdf9a..750255a 100644 --- a/cmake.spec +++ b/cmake.spec @@ -68,7 +68,7 @@ %{?rcsuf:%global versuf -%{rcsuf}} # For handling bump release by rpmdev-bumpspec and mass rebuild -%global baserelease 0.2 +%global baserelease 0.3 # Uncomment if building for EPEL #global name_suffix %%{major_version} @@ -531,6 +531,10 @@ popd %changelog +* Sun Oct 30 2022 Björn Esser <besser82(a)fedoraproject.org> - 3.25.0-0.3.rc2 +- Allow valid short arguments for %%ctest macro + Fixes rhbz#2127650 + * Sun Oct 30 2022 Björn Esser <besser82(a)fedoraproject.org> - 3.25.0-0.2.rc2 - Drop non-upstream CMAKE_DL_LIBS windows patch Fixes rhbz#2127529 diff --git a/macros.cmake b/macros.cmake index 54598ee..257f0bd 100644 --- a/macros.cmake +++ b/macros.cmake @@ -50,7 +50,7 @@ %cmake_install \ DESTDIR="%{buildroot}" %__cmake --install "%{__cmake_builddir}" -%ctest(:-:) \ +%ctest(:-:h:j:u:v:A:C:D:E:F:H:I:L:M:N:O:Q:R:S:T:U:V:) \ cd "%{__cmake_builddir}" \ %__ctest --output-on-failure --force-new-ctest-process %{?_smp_mflags} %{**} \ cd - @@ -59,4 +59,5 @@ %cmake@@CMAKE_MAJOR_VERSION@@ %cmake %cmake@@CMAKE_MAJOR_VERSION@@_build %cmake_build %cmake@@CMAKE_MAJOR_VERSION@@_install %cmake_install -%ctest@@CMAKE_MAJOR_VERSION@@(:-:) %ctest %{**} +%ctest@@CMAKE_MAJOR_VERSION@@(:-:h:j:u:v:A:C:D:E:F:H:I:L:M:N:O:Q:R:S:T:U:V:) \ + %ctest %{**} commit 59c57b9caae3ceca514772cd3145c25ec8532093 Author: Björn Esser <besser82(a)fedoraproject.org> Date: Sun Oct 30 13:09:50 2022 +0100 Drop non-upstream CMAKE_DL_LIBS windows patch Fixes rhbz#2127529 diff --git a/cmake.spec b/cmake.spec index 60bc5c3..e5cdf9a 100644 --- a/cmake.spec +++ b/cmake.spec @@ -68,7 +68,7 @@ %{?rcsuf:%global versuf -%{rcsuf}} # For handling bump release by rpmdev-bumpspec and mass rebuild -%global baserelease 0.1 +%global baserelease 0.2 # Uncomment if building for EPEL #global name_suffix %%{major_version} @@ -108,7 +108,9 @@ Patch101: %{name}-fedora-flag_release.patch %endif # Add dl to CMAKE_DL_LIBS on MINGW #
https://gitlab.kitware.com/cmake/cmake/issues/17600
+%if 0%{?fedora} && 0%{?fedora} < 38 Patch102: %{name}-mingw-dl.patch +%endif # Patch for renaming on EPEL %if 0%{?name_suffix:1} @@ -529,6 +531,10 @@ popd %changelog +* Sun Oct 30 2022 Björn Esser <besser82(a)fedoraproject.org> - 3.25.0-0.2.rc2 +- Drop non-upstream CMAKE_DL_LIBS windows patch + Fixes rhbz#2127529 + * Sat Oct 29 2022 Björn Esser <besser82(a)fedoraproject.org> - 3.25.0-0.1.rc2 - cmake-3.25.0-rc2 Fixes rhbz#2062783 commit a538e8d057944c9ac1792e18dfd351f3c08ef2b5 Author: Björn Esser <besser82(a)fedoraproject.org> Date: Sat Oct 29 12:03:59 2022 +0200 cmake-3.25.0-rc2 Fixes rhbz#2062783 diff --git a/cmake.spec b/cmake.spec index a8518e5..60bc5c3 100644 --- a/cmake.spec +++ b/cmake.spec @@ -61,21 +61,21 @@ %{!?_vpath_builddir:%global _vpath_builddir %{_target_platform}} %global major_version 3 -%global minor_version 24 +%global minor_version 25 # Set to RC version if building RC, else %%{nil} -#global rcsuf %%{nil} +%global rcsuf rc2 %{?rcsuf:%global relsuf .%{rcsuf}} %{?rcsuf:%global versuf -%{rcsuf}} # For handling bump release by rpmdev-bumpspec and mass rebuild -%global baserelease 1 +%global baserelease 0.1 # Uncomment if building for EPEL #global name_suffix %%{major_version} %global orig_name cmake Name: %{orig_name}%{?name_suffix} -Version: %{major_version}.%{minor_version}.2 +Version: %{major_version}.%{minor_version}.0 Release: %{baserelease}%{?relsuf}%{?dist} Summary: Cross-platform make system @@ -529,6 +529,10 @@ popd %changelog +* Sat Oct 29 2022 Björn Esser <besser82(a)fedoraproject.org> - 3.25.0-0.1.rc2 +- cmake-3.25.0-rc2 + Fixes rhbz#2062783 + * Sat Oct 29 2022 Björn Esser <besser82(a)fedoraproject.org> - 3.24.2-1 - cmake-3.24.2 diff --git a/sources b/sources index 650f1f0..3e604b9 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (cmake-3.24.2.tar.gz) = 6f0e8e29bf0336f555ba72c4d83f35d820f8a5159cc999d48795dc57a6627b4ee3966dda84ca97d39906e35dd476ea00cf80023672cc0fad862e2996194c0674 +SHA512 (cmake-3.25.0-rc2.tar.gz) = 74d2f67d0653b0ca658b8b10556e575421f36ab10d4a233b6602a482871478af7322171df4a989b1393872e24edccc18e658ac31d78372ff2ef8da7ac6664dd4
1
0
0
0
Architecture specific change in rpms/cmake.git
by githook-noreply@fedoraproject.org
29 Nov '22
29 Nov '22
The package rpms/cmake.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/cmake.git/commit/?id=b02a9d979e6524…
. Change: -%ifarch s390x Thanks. Full change: ============ commit dbe4a674efd94277d26b27a8f0c591d0e50d69d7 Author: Björn Esser <besser82(a)fedoraproject.org> Date: Wed Nov 16 22:03:14 2022 +0100 cmake-3.25.0 Fixes rhbz#2143345 diff --git a/cmake.spec b/cmake.spec index 404b1fb..9daab9c 100644 --- a/cmake.spec +++ b/cmake.spec @@ -63,12 +63,12 @@ %global major_version 3 %global minor_version 25 # Set to RC version if building RC, else %%{nil} -%global rcsuf rc4 +#global rcsuf rc1 %{?rcsuf:%global relsuf .%{rcsuf}} %{?rcsuf:%global versuf -%{rcsuf}} # For handling bump release by rpmdev-bumpspec and mass rebuild -%global baserelease 0.6 +%global baserelease 1 # Uncomment if building for EPEL #global name_suffix %%{major_version} @@ -525,6 +525,10 @@ popd %changelog +* Wed Nov 16 2022 Björn Esser <besser82(a)fedoraproject.org> - 3.25.0-1 +- cmake-3.25.0 + Fixes rhbz#2143345 + * Wed Nov 09 2022 Björn Esser <besser82(a)fedoraproject.org> - 3.25.0-0.6.rc4 - cmake-3.25.0-rc4 Fixes rhbz#2141122 diff --git a/sources b/sources index 76b072e..f335010 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (cmake-3.25.0-rc4.tar.gz) = d2ecec5e35ebd184d685848ce14770d71ef6836993d73cd8156c6276c82cb51a54e5dd9ba7eee592ea22d05df4dd5c83c311e72963e5fc27eb972fa9b63a51a9 +SHA512 (cmake-3.25.0.tar.gz) = f6e527161b8501c72b71a95ff7a0cf304ae02a214086ff58dd686543243d939e83faf94780cda477b19e4d42e4b8f1ff96c52f98e8f7f717e102a5229f4dd44c commit 098fd9fa1553d39eb19836640da2c6a60e08a45b Author: Björn Esser <besser82(a)fedoraproject.org> Date: Wed Nov 9 08:07:16 2022 +0100 cmake-3.25.0-rc4 Fixes rhbz#2141122 diff --git a/cmake.spec b/cmake.spec index 38c2080..404b1fb 100644 --- a/cmake.spec +++ b/cmake.spec @@ -63,12 +63,12 @@ %global major_version 3 %global minor_version 25 # Set to RC version if building RC, else %%{nil} -%global rcsuf rc3 +%global rcsuf rc4 %{?rcsuf:%global relsuf .%{rcsuf}} %{?rcsuf:%global versuf -%{rcsuf}} # For handling bump release by rpmdev-bumpspec and mass rebuild -%global baserelease 0.5 +%global baserelease 0.6 # Uncomment if building for EPEL #global name_suffix %%{major_version} @@ -525,6 +525,10 @@ popd %changelog +* Wed Nov 09 2022 Björn Esser <besser82(a)fedoraproject.org> - 3.25.0-0.6.rc4 +- cmake-3.25.0-rc4 + Fixes rhbz#2141122 + * Wed Nov 02 2022 Björn Esser <besser82(a)fedoraproject.org> - 3.25.0-0.5.rc3 - Re-enable BundleUtilities, CMakeLib.testCTestResourceAllocator, CMakeLib.testCTestResourceSpec, CTest.UpdateGIT, ExternalProject diff --git a/sources b/sources index 5dd005c..76b072e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (cmake-3.25.0-rc3.tar.gz) = f0a99cf5f52d0dff64000ec2553126830e31d3a5b8015285f48f362d8e2ec40cc99b7cea1518c04644b3f5728b674dc64642859b73b5f2e2b85f05f15cf4e56d +SHA512 (cmake-3.25.0-rc4.tar.gz) = d2ecec5e35ebd184d685848ce14770d71ef6836993d73cd8156c6276c82cb51a54e5dd9ba7eee592ea22d05df4dd5c83c311e72963e5fc27eb972fa9b63a51a9 commit b02a9d979e6524080710405e995d07d4fe8f457d Author: Björn Esser <besser82(a)fedoraproject.org> Date: Wed Nov 2 09:36:12 2022 +0100 Re-enable kwsys.testProcess-{4,5} on s390x diff --git a/cmake.spec b/cmake.spec index 752d34c..38c2080 100644 --- a/cmake.spec +++ b/cmake.spec @@ -449,10 +449,6 @@ pushd %{_vpath_builddir} NO_TEST="CTestTestUpload" # Likely failing for hardening flags from system. NO_TEST="$NO_TEST|CustomCommand|RunCMake.PositionIndependentCode" -# kwsys.testProcess-{4,5} are flaky on s390x. -%ifarch s390x -NO_TEST="$NO_TEST|kwsys.testProcess-4|kwsys.testProcess-5" -%endif # curl test may fail during bootstrap %if %{with bootstrap} NO_TEST="$NO_TEST|curl" @@ -533,6 +529,7 @@ popd - Re-enable BundleUtilities, CMakeLib.testCTestResourceAllocator, CMakeLib.testCTestResourceSpec, CTest.UpdateGIT, ExternalProject during testsuite run +- Re-enable kwsys.testProcess-{4,5} on s390x * Wed Nov 02 2022 Björn Esser <besser82(a)fedoraproject.org> - 3.25.0-0.4.rc3 - cmake-3.25.0-rc3 commit e609e81f2792409797bb0592fad302a8ad8787ae Author: Björn Esser <besser82(a)fedoraproject.org> Date: Wed Nov 2 09:34:44 2022 +0100 Re-enable some more tests that are passing now diff --git a/cmake.spec b/cmake.spec index 4dee600..752d34c 100644 --- a/cmake.spec +++ b/cmake.spec @@ -445,12 +445,10 @@ find %{buildroot}%{_bindir} -type f -or -type l -or -xtype l | \ %if %{with test} %check pushd %{_vpath_builddir} -# CTestTestUpload and BundleUtilities require internet access -# CPackComponentsForAll-RPM-IgnoreGroup failing wih rpm 4.15 -
https://gitlab.kitware.com/cmake/cmake/issues/19983
-NO_TEST="CTestTestUpload|BundleUtilities" -# Likely failing for GCC 12 -NO_TEST="$NO_TEST|CustomCommand|CMakeLib.testCTestResourceAllocator" -NO_TEST="$NO_TEST|CMakeLib.testCTestResourceSpec|RunCMake.PositionIndependentCode" +# CTestTestUpload requires internet access. +NO_TEST="CTestTestUpload" +# Likely failing for hardening flags from system. +NO_TEST="$NO_TEST|CustomCommand|RunCMake.PositionIndependentCode" # kwsys.testProcess-{4,5} are flaky on s390x. %ifarch s390x NO_TEST="$NO_TEST|kwsys.testProcess-4|kwsys.testProcess-5" @@ -460,7 +458,7 @@ NO_TEST="$NO_TEST|kwsys.testProcess-4|kwsys.testProcess-5" NO_TEST="$NO_TEST|curl" %endif bin/ctest%{?name_suffix} %{?_smp_mflags} -V -E "$NO_TEST" --output-on-failure -## do this only periodically, not for every build -- rdieter 20210429 +## do this only periodically, not for every build -- besser82 20221102 # Keep an eye on failing tests #bin/ctest%{?name_suffix} %{?_smp_mflags} -V -R "$NO_TEST" --output-on-failure || : popd @@ -532,7 +530,9 @@ popd %changelog * Wed Nov 02 2022 Björn Esser <besser82(a)fedoraproject.org> - 3.25.0-0.5.rc3 -- Re-enable ExternalProject and CTest.UpdateGIT on testsuite run +- Re-enable BundleUtilities, CMakeLib.testCTestResourceAllocator, + CMakeLib.testCTestResourceSpec, CTest.UpdateGIT, ExternalProject + during testsuite run * Wed Nov 02 2022 Björn Esser <besser82(a)fedoraproject.org> - 3.25.0-0.4.rc3 - cmake-3.25.0-rc3 commit aa5cce21c6fbdacbad31afc90c3d42b9b3f3af66 Author: Björn Esser <besser82(a)fedoraproject.org> Date: Wed Nov 2 08:19:42 2022 +0100 Re-enable ExternalProject and CTest.UpdateGIT on testsuite run This reverts commit 7df9be99dc7f57cae228fe8e00a9320f91c0f4e7. diff --git a/cmake.spec b/cmake.spec index b1ea0b6..4dee600 100644 --- a/cmake.spec +++ b/cmake.spec @@ -68,7 +68,7 @@ %{?rcsuf:%global versuf -%{rcsuf}} # For handling bump release by rpmdev-bumpspec and mass rebuild -%global baserelease 0.4 +%global baserelease 0.5 # Uncomment if building for EPEL #global name_suffix %%{major_version} @@ -445,9 +445,9 @@ find %{buildroot}%{_bindir} -type f -or -type l -or -xtype l | \ %if %{with test} %check pushd %{_vpath_builddir} -# CTestTestUpload, BundleUtilities, ExternalProject, and CTest.UpdateGIT require internet access +# CTestTestUpload and BundleUtilities require internet access # CPackComponentsForAll-RPM-IgnoreGroup failing wih rpm 4.15 -
https://gitlab.kitware.com/cmake/cmake/issues/19983
-NO_TEST="CTestTestUpload|BundleUtilities|ExternalProject|CTest.UpdateGIT" +NO_TEST="CTestTestUpload|BundleUtilities" # Likely failing for GCC 12 NO_TEST="$NO_TEST|CustomCommand|CMakeLib.testCTestResourceAllocator" NO_TEST="$NO_TEST|CMakeLib.testCTestResourceSpec|RunCMake.PositionIndependentCode" @@ -531,6 +531,9 @@ popd %changelog +* Wed Nov 02 2022 Björn Esser <besser82(a)fedoraproject.org> - 3.25.0-0.5.rc3 +- Re-enable ExternalProject and CTest.UpdateGIT on testsuite run + * Wed Nov 02 2022 Björn Esser <besser82(a)fedoraproject.org> - 3.25.0-0.4.rc3 - cmake-3.25.0-rc3 Fixes rhbz#2062783 commit c0e29fc6cb49bc7716d1ecfb2fa8bab97221d846 Author: Björn Esser <besser82(a)fedoraproject.org> Date: Wed Nov 2 07:54:11 2022 +0100 cmake-3.25.0-rc3 Fixes rhbz#2062783 diff --git a/cmake.spec b/cmake.spec index 750255a..b1ea0b6 100644 --- a/cmake.spec +++ b/cmake.spec @@ -63,12 +63,12 @@ %global major_version 3 %global minor_version 25 # Set to RC version if building RC, else %%{nil} -%global rcsuf rc2 +%global rcsuf rc3 %{?rcsuf:%global relsuf .%{rcsuf}} %{?rcsuf:%global versuf -%{rcsuf}} # For handling bump release by rpmdev-bumpspec and mass rebuild -%global baserelease 0.3 +%global baserelease 0.4 # Uncomment if building for EPEL #global name_suffix %%{major_version} @@ -531,6 +531,10 @@ popd %changelog +* Wed Nov 02 2022 Björn Esser <besser82(a)fedoraproject.org> - 3.25.0-0.4.rc3 +- cmake-3.25.0-rc3 + Fixes rhbz#2062783 + * Sun Oct 30 2022 Björn Esser <besser82(a)fedoraproject.org> - 3.25.0-0.3.rc2 - Allow valid short arguments for %%ctest macro Fixes rhbz#2127650 diff --git a/sources b/sources index 3e604b9..5dd005c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (cmake-3.25.0-rc2.tar.gz) = 74d2f67d0653b0ca658b8b10556e575421f36ab10d4a233b6602a482871478af7322171df4a989b1393872e24edccc18e658ac31d78372ff2ef8da7ac6664dd4 +SHA512 (cmake-3.25.0-rc3.tar.gz) = f0a99cf5f52d0dff64000ec2553126830e31d3a5b8015285f48f362d8e2ec40cc99b7cea1518c04644b3f5728b674dc64642859b73b5f2e2b85f05f15cf4e56d commit 198fb99c989b7ff62ce3320610989143fba65b76 Author: Björn Esser <besser82(a)fedoraproject.org> Date: Sun Oct 30 13:56:05 2022 +0100 Allow valid short arguments for %%ctest macro Fixes rhbz#2127650 diff --git a/cmake.spec b/cmake.spec index e5cdf9a..750255a 100644 --- a/cmake.spec +++ b/cmake.spec @@ -68,7 +68,7 @@ %{?rcsuf:%global versuf -%{rcsuf}} # For handling bump release by rpmdev-bumpspec and mass rebuild -%global baserelease 0.2 +%global baserelease 0.3 # Uncomment if building for EPEL #global name_suffix %%{major_version} @@ -531,6 +531,10 @@ popd %changelog +* Sun Oct 30 2022 Björn Esser <besser82(a)fedoraproject.org> - 3.25.0-0.3.rc2 +- Allow valid short arguments for %%ctest macro + Fixes rhbz#2127650 + * Sun Oct 30 2022 Björn Esser <besser82(a)fedoraproject.org> - 3.25.0-0.2.rc2 - Drop non-upstream CMAKE_DL_LIBS windows patch Fixes rhbz#2127529 diff --git a/macros.cmake b/macros.cmake index 54598ee..257f0bd 100644 --- a/macros.cmake +++ b/macros.cmake @@ -50,7 +50,7 @@ %cmake_install \ DESTDIR="%{buildroot}" %__cmake --install "%{__cmake_builddir}" -%ctest(:-:) \ +%ctest(:-:h:j:u:v:A:C:D:E:F:H:I:L:M:N:O:Q:R:S:T:U:V:) \ cd "%{__cmake_builddir}" \ %__ctest --output-on-failure --force-new-ctest-process %{?_smp_mflags} %{**} \ cd - @@ -59,4 +59,5 @@ %cmake@@CMAKE_MAJOR_VERSION@@ %cmake %cmake@@CMAKE_MAJOR_VERSION@@_build %cmake_build %cmake@@CMAKE_MAJOR_VERSION@@_install %cmake_install -%ctest@@CMAKE_MAJOR_VERSION@@(:-:) %ctest %{**} +%ctest@@CMAKE_MAJOR_VERSION@@(:-:h:j:u:v:A:C:D:E:F:H:I:L:M:N:O:Q:R:S:T:U:V:) \ + %ctest %{**} commit 59c57b9caae3ceca514772cd3145c25ec8532093 Author: Björn Esser <besser82(a)fedoraproject.org> Date: Sun Oct 30 13:09:50 2022 +0100 Drop non-upstream CMAKE_DL_LIBS windows patch Fixes rhbz#2127529 diff --git a/cmake.spec b/cmake.spec index 60bc5c3..e5cdf9a 100644 --- a/cmake.spec +++ b/cmake.spec @@ -68,7 +68,7 @@ %{?rcsuf:%global versuf -%{rcsuf}} # For handling bump release by rpmdev-bumpspec and mass rebuild -%global baserelease 0.1 +%global baserelease 0.2 # Uncomment if building for EPEL #global name_suffix %%{major_version} @@ -108,7 +108,9 @@ Patch101: %{name}-fedora-flag_release.patch %endif # Add dl to CMAKE_DL_LIBS on MINGW #
https://gitlab.kitware.com/cmake/cmake/issues/17600
+%if 0%{?fedora} && 0%{?fedora} < 38 Patch102: %{name}-mingw-dl.patch +%endif # Patch for renaming on EPEL %if 0%{?name_suffix:1} @@ -529,6 +531,10 @@ popd %changelog +* Sun Oct 30 2022 Björn Esser <besser82(a)fedoraproject.org> - 3.25.0-0.2.rc2 +- Drop non-upstream CMAKE_DL_LIBS windows patch + Fixes rhbz#2127529 + * Sat Oct 29 2022 Björn Esser <besser82(a)fedoraproject.org> - 3.25.0-0.1.rc2 - cmake-3.25.0-rc2 Fixes rhbz#2062783 commit a538e8d057944c9ac1792e18dfd351f3c08ef2b5 Author: Björn Esser <besser82(a)fedoraproject.org> Date: Sat Oct 29 12:03:59 2022 +0200 cmake-3.25.0-rc2 Fixes rhbz#2062783 diff --git a/cmake.spec b/cmake.spec index a8518e5..60bc5c3 100644 --- a/cmake.spec +++ b/cmake.spec @@ -61,21 +61,21 @@ %{!?_vpath_builddir:%global _vpath_builddir %{_target_platform}} %global major_version 3 -%global minor_version 24 +%global minor_version 25 # Set to RC version if building RC, else %%{nil} -#global rcsuf %%{nil} +%global rcsuf rc2 %{?rcsuf:%global relsuf .%{rcsuf}} %{?rcsuf:%global versuf -%{rcsuf}} # For handling bump release by rpmdev-bumpspec and mass rebuild -%global baserelease 1 +%global baserelease 0.1 # Uncomment if building for EPEL #global name_suffix %%{major_version} %global orig_name cmake Name: %{orig_name}%{?name_suffix} -Version: %{major_version}.%{minor_version}.2 +Version: %{major_version}.%{minor_version}.0 Release: %{baserelease}%{?relsuf}%{?dist} Summary: Cross-platform make system @@ -529,6 +529,10 @@ popd %changelog +* Sat Oct 29 2022 Björn Esser <besser82(a)fedoraproject.org> - 3.25.0-0.1.rc2 +- cmake-3.25.0-rc2 + Fixes rhbz#2062783 + * Sat Oct 29 2022 Björn Esser <besser82(a)fedoraproject.org> - 3.24.2-1 - cmake-3.24.2 diff --git a/sources b/sources index 650f1f0..3e604b9 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (cmake-3.24.2.tar.gz) = 6f0e8e29bf0336f555ba72c4d83f35d820f8a5159cc999d48795dc57a6627b4ee3966dda84ca97d39906e35dd476ea00cf80023672cc0fad862e2996194c0674 +SHA512 (cmake-3.25.0-rc2.tar.gz) = 74d2f67d0653b0ca658b8b10556e575421f36ab10d4a233b6602a482871478af7322171df4a989b1393872e24edccc18e658ac31d78372ff2ef8da7ac6664dd4
1
0
0
0
← Newer
1
2
3
4
5
6
...
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