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
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
February 2023
----- 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
569 discussions
Start a n
N
ew thread
Architecture specific change in rpms/rust-bytecheck.git
by githook-noreply@fedoraproject.org
28 Feb '23
28 Feb '23
The package rpms/rust-bytecheck.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-bytecheck.git/commit/?id=61123…
. Change: -ExclusiveArch: %{rust_arches} Thanks. Full change: ============ commit 611232322e65120849351d6844fb1500e827e27a Author: Fabio Valentini <decathorpe(a)gmail.com> Date: Tue Feb 28 17:16:59 2023 +0100 Update to version 0.6.10 diff --git a/.gitignore b/.gitignore index c2134a6..2d26713 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ /bytecheck-0.6.7.crate /bytecheck-0.6.8.crate /bytecheck-0.6.9.crate +/bytecheck-0.6.10.crate diff --git a/README.md b/README.md deleted file mode 100644 index ab38e9e..0000000 --- a/README.md +++ /dev/null @@ -1,3 +0,0 @@ -# rust-bytecheck - -The rust-bytecheck package diff --git a/rust-bytecheck.spec b/rust-bytecheck.spec index e2d5dd2..2f38877 100644 --- a/rust-bytecheck.spec +++ b/rust-bytecheck.spec @@ -1,11 +1,11 @@ -# Generated by rust2rpm 22 +# Generated by rust2rpm 24 %bcond_without check %global debug_package %{nil} %global crate bytecheck Name: rust-bytecheck -Version: 0.6.9 +Version: 0.6.10 Release: %autorelease Summary: Derive macro for bytecheck @@ -13,8 +13,6 @@ License: MIT URL:
https://crates.io/crates/bytecheck
Source: %{crates_source} -ExclusiveArch: %{rust_arches} - BuildRequires: rust-packaging >= 21 %global _description %{expand: @@ -61,18 +59,6 @@ use the "simdutf8" feature of the "%{crate}" crate. %files -n %{name}+simdutf8-devel %ghost %{crate_instdir}/Cargo.toml -%package -n %{name}+simdutf8_std-devel -Summary: %{summary} -BuildArch: noarch - -%description -n %{name}+simdutf8_std-devel %{_description} - -This package contains library source intended for building other packages which -use the "simdutf8_std" feature of the "%{crate}" crate. - -%files -n %{name}+simdutf8_std-devel -%ghost %{crate_instdir}/Cargo.toml - %package -n %{name}+std-devel Summary: %{summary} BuildArch: noarch diff --git a/sources b/sources index 4efaa1b..c05083d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (bytecheck-0.6.9.crate) = 092f7588d785a52496acb9bf12b8fcdac0679c10c732697a166d742b2bddc3da539c6e02dfa6208ed4c4f18b9458b08db3f07988bc6039d5ea18b56d7911702b +SHA512 (bytecheck-0.6.10.crate) = 9a4985f21c9cd22011e4f9c6c768f62abc5a4b5188c11f8e0b38d0a264cbf35ec46f526747b870a5320ba9ec369ab4458d6025ee614327b8eca22bbd1dc639a7 commit c954e1b9e6b958c061487600dd922daea462e88a Author: Fedora Release Engineering <releng(a)fedoraproject.org> Date: Fri Jan 20 21:51:04 2023 +0000 Rebuilt for
https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng(a)fedoraproject.org>
1
0
0
0
Architecture specific change in rpms/rust-bytecheck_derive.git
by githook-noreply@fedoraproject.org
28 Feb '23
28 Feb '23
The package rpms/rust-bytecheck_derive.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-bytecheck_derive.git/commit/?i…
. Change: -ExclusiveArch: %{rust_arches} Thanks. Full change: ============ commit d56572a60e328462e5e0cc6a9a2206abaf1de8b7 Author: Fabio Valentini <decathorpe(a)gmail.com> Date: Tue Feb 28 17:16:53 2023 +0100 Update to version 0.6.10 diff --git a/.gitignore b/.gitignore index dc428dc..55c7619 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ /bytecheck_derive-0.6.7.crate /bytecheck_derive-0.6.8.crate /bytecheck_derive-0.6.9.crate +/bytecheck_derive-0.6.10.crate diff --git a/README.md b/README.md deleted file mode 100644 index 93958ff..0000000 --- a/README.md +++ /dev/null @@ -1,3 +0,0 @@ -# rust-bytecheck_derive - -The rust-bytecheck_derive package diff --git a/rust-bytecheck_derive.spec b/rust-bytecheck_derive.spec index a689a82..67ab006 100644 --- a/rust-bytecheck_derive.spec +++ b/rust-bytecheck_derive.spec @@ -1,11 +1,11 @@ -# Generated by rust2rpm 22 +# Generated by rust2rpm 24 %bcond_without check %global debug_package %{nil} %global crate bytecheck_derive Name: rust-bytecheck_derive -Version: 0.6.9 +Version: 0.6.10 Release: %autorelease Summary: Derive macro for bytecheck @@ -13,8 +13,6 @@ License: MIT URL:
https://crates.io/crates/bytecheck_derive
Source: %{crates_source} -ExclusiveArch: %{rust_arches} - BuildRequires: rust-packaging >= 21 %global _description %{expand: diff --git a/sources b/sources index f2b92b4..efe0630 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (bytecheck_derive-0.6.9.crate) = a67ae48b2a58b3811e933aeddb6b7c67c64a59124100e87e0b71d9c959666d25cbbe4a9479a020a5768e9c5765e595c1dc796c9ce8cdb648b7e34d8b7ce298c6 +SHA512 (bytecheck_derive-0.6.10.crate) = d35c1e4f22bef503fa768819998f3055da3ae81a5ca54ad67c65a8e640b10740daab71ed855a4b5450a6a227103149596dda85dda46b307348002fa489ac3d23 commit 7277de8004f171c5ea3c4d995fcfd30baec3369a Author: Fedora Release Engineering <releng(a)fedoraproject.org> Date: Fri Jan 20 21:51:13 2023 +0000 Rebuilt for
https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng(a)fedoraproject.org>
1
0
0
0
Architecture specific change in rpms/rust-bytecheck.git
by githook-noreply@fedoraproject.org
28 Feb '23
28 Feb '23
The package rpms/rust-bytecheck.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-bytecheck.git/commit/?id=61123…
. Change: -ExclusiveArch: %{rust_arches} Thanks. Full change: ============ commit 611232322e65120849351d6844fb1500e827e27a Author: Fabio Valentini <decathorpe(a)gmail.com> Date: Tue Feb 28 17:16:59 2023 +0100 Update to version 0.6.10 diff --git a/.gitignore b/.gitignore index c2134a6..2d26713 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ /bytecheck-0.6.7.crate /bytecheck-0.6.8.crate /bytecheck-0.6.9.crate +/bytecheck-0.6.10.crate diff --git a/README.md b/README.md deleted file mode 100644 index ab38e9e..0000000 --- a/README.md +++ /dev/null @@ -1,3 +0,0 @@ -# rust-bytecheck - -The rust-bytecheck package diff --git a/rust-bytecheck.spec b/rust-bytecheck.spec index e2d5dd2..2f38877 100644 --- a/rust-bytecheck.spec +++ b/rust-bytecheck.spec @@ -1,11 +1,11 @@ -# Generated by rust2rpm 22 +# Generated by rust2rpm 24 %bcond_without check %global debug_package %{nil} %global crate bytecheck Name: rust-bytecheck -Version: 0.6.9 +Version: 0.6.10 Release: %autorelease Summary: Derive macro for bytecheck @@ -13,8 +13,6 @@ License: MIT URL:
https://crates.io/crates/bytecheck
Source: %{crates_source} -ExclusiveArch: %{rust_arches} - BuildRequires: rust-packaging >= 21 %global _description %{expand: @@ -61,18 +59,6 @@ use the "simdutf8" feature of the "%{crate}" crate. %files -n %{name}+simdutf8-devel %ghost %{crate_instdir}/Cargo.toml -%package -n %{name}+simdutf8_std-devel -Summary: %{summary} -BuildArch: noarch - -%description -n %{name}+simdutf8_std-devel %{_description} - -This package contains library source intended for building other packages which -use the "simdutf8_std" feature of the "%{crate}" crate. - -%files -n %{name}+simdutf8_std-devel -%ghost %{crate_instdir}/Cargo.toml - %package -n %{name}+std-devel Summary: %{summary} BuildArch: noarch diff --git a/sources b/sources index 4efaa1b..c05083d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (bytecheck-0.6.9.crate) = 092f7588d785a52496acb9bf12b8fcdac0679c10c732697a166d742b2bddc3da539c6e02dfa6208ed4c4f18b9458b08db3f07988bc6039d5ea18b56d7911702b +SHA512 (bytecheck-0.6.10.crate) = 9a4985f21c9cd22011e4f9c6c768f62abc5a4b5188c11f8e0b38d0a264cbf35ec46f526747b870a5320ba9ec369ab4458d6025ee614327b8eca22bbd1dc639a7 commit c954e1b9e6b958c061487600dd922daea462e88a Author: Fedora Release Engineering <releng(a)fedoraproject.org> Date: Fri Jan 20 21:51:04 2023 +0000 Rebuilt for
https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng(a)fedoraproject.org>
1
0
0
0
Architecture specific change in rpms/rust-bytecheck_derive.git
by githook-noreply@fedoraproject.org
28 Feb '23
28 Feb '23
The package rpms/rust-bytecheck_derive.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-bytecheck_derive.git/commit/?i…
. Change: -ExclusiveArch: %{rust_arches} Thanks. Full change: ============ commit d56572a60e328462e5e0cc6a9a2206abaf1de8b7 Author: Fabio Valentini <decathorpe(a)gmail.com> Date: Tue Feb 28 17:16:53 2023 +0100 Update to version 0.6.10 diff --git a/.gitignore b/.gitignore index dc428dc..55c7619 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ /bytecheck_derive-0.6.7.crate /bytecheck_derive-0.6.8.crate /bytecheck_derive-0.6.9.crate +/bytecheck_derive-0.6.10.crate diff --git a/README.md b/README.md deleted file mode 100644 index 93958ff..0000000 --- a/README.md +++ /dev/null @@ -1,3 +0,0 @@ -# rust-bytecheck_derive - -The rust-bytecheck_derive package diff --git a/rust-bytecheck_derive.spec b/rust-bytecheck_derive.spec index a689a82..67ab006 100644 --- a/rust-bytecheck_derive.spec +++ b/rust-bytecheck_derive.spec @@ -1,11 +1,11 @@ -# Generated by rust2rpm 22 +# Generated by rust2rpm 24 %bcond_without check %global debug_package %{nil} %global crate bytecheck_derive Name: rust-bytecheck_derive -Version: 0.6.9 +Version: 0.6.10 Release: %autorelease Summary: Derive macro for bytecheck @@ -13,8 +13,6 @@ License: MIT URL:
https://crates.io/crates/bytecheck_derive
Source: %{crates_source} -ExclusiveArch: %{rust_arches} - BuildRequires: rust-packaging >= 21 %global _description %{expand: diff --git a/sources b/sources index f2b92b4..efe0630 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (bytecheck_derive-0.6.9.crate) = a67ae48b2a58b3811e933aeddb6b7c67c64a59124100e87e0b71d9c959666d25cbbe4a9479a020a5768e9c5765e595c1dc796c9ce8cdb648b7e34d8b7ce298c6 +SHA512 (bytecheck_derive-0.6.10.crate) = d35c1e4f22bef503fa768819998f3055da3ae81a5ca54ad67c65a8e640b10740daab71ed855a4b5450a6a227103149596dda85dda46b307348002fa489ac3d23 commit 7277de8004f171c5ea3c4d995fcfd30baec3369a Author: Fedora Release Engineering <releng(a)fedoraproject.org> Date: Fri Jan 20 21:51:13 2023 +0000 Rebuilt for
https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng(a)fedoraproject.org>
1
0
0
0
Architecture specific change in rpms/rust-bytecheck.git
by githook-noreply@fedoraproject.org
28 Feb '23
28 Feb '23
The package rpms/rust-bytecheck.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-bytecheck.git/commit/?id=61123…
. Change: -ExclusiveArch: %{rust_arches} Thanks. Full change: ============ commit 611232322e65120849351d6844fb1500e827e27a Author: Fabio Valentini <decathorpe(a)gmail.com> Date: Tue Feb 28 17:16:59 2023 +0100 Update to version 0.6.10 diff --git a/.gitignore b/.gitignore index c2134a6..2d26713 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ /bytecheck-0.6.7.crate /bytecheck-0.6.8.crate /bytecheck-0.6.9.crate +/bytecheck-0.6.10.crate diff --git a/README.md b/README.md deleted file mode 100644 index ab38e9e..0000000 --- a/README.md +++ /dev/null @@ -1,3 +0,0 @@ -# rust-bytecheck - -The rust-bytecheck package diff --git a/rust-bytecheck.spec b/rust-bytecheck.spec index e2d5dd2..2f38877 100644 --- a/rust-bytecheck.spec +++ b/rust-bytecheck.spec @@ -1,11 +1,11 @@ -# Generated by rust2rpm 22 +# Generated by rust2rpm 24 %bcond_without check %global debug_package %{nil} %global crate bytecheck Name: rust-bytecheck -Version: 0.6.9 +Version: 0.6.10 Release: %autorelease Summary: Derive macro for bytecheck @@ -13,8 +13,6 @@ License: MIT URL:
https://crates.io/crates/bytecheck
Source: %{crates_source} -ExclusiveArch: %{rust_arches} - BuildRequires: rust-packaging >= 21 %global _description %{expand: @@ -61,18 +59,6 @@ use the "simdutf8" feature of the "%{crate}" crate. %files -n %{name}+simdutf8-devel %ghost %{crate_instdir}/Cargo.toml -%package -n %{name}+simdutf8_std-devel -Summary: %{summary} -BuildArch: noarch - -%description -n %{name}+simdutf8_std-devel %{_description} - -This package contains library source intended for building other packages which -use the "simdutf8_std" feature of the "%{crate}" crate. - -%files -n %{name}+simdutf8_std-devel -%ghost %{crate_instdir}/Cargo.toml - %package -n %{name}+std-devel Summary: %{summary} BuildArch: noarch diff --git a/sources b/sources index 4efaa1b..c05083d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (bytecheck-0.6.9.crate) = 092f7588d785a52496acb9bf12b8fcdac0679c10c732697a166d742b2bddc3da539c6e02dfa6208ed4c4f18b9458b08db3f07988bc6039d5ea18b56d7911702b +SHA512 (bytecheck-0.6.10.crate) = 9a4985f21c9cd22011e4f9c6c768f62abc5a4b5188c11f8e0b38d0a264cbf35ec46f526747b870a5320ba9ec369ab4458d6025ee614327b8eca22bbd1dc639a7
1
0
0
0
Architecture specific change in rpms/rust-bytecheck_derive.git
by githook-noreply@fedoraproject.org
28 Feb '23
28 Feb '23
The package rpms/rust-bytecheck_derive.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-bytecheck_derive.git/commit/?i…
. Change: -ExclusiveArch: %{rust_arches} Thanks. Full change: ============ commit d56572a60e328462e5e0cc6a9a2206abaf1de8b7 Author: Fabio Valentini <decathorpe(a)gmail.com> Date: Tue Feb 28 17:16:53 2023 +0100 Update to version 0.6.10 diff --git a/.gitignore b/.gitignore index dc428dc..55c7619 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ /bytecheck_derive-0.6.7.crate /bytecheck_derive-0.6.8.crate /bytecheck_derive-0.6.9.crate +/bytecheck_derive-0.6.10.crate diff --git a/README.md b/README.md deleted file mode 100644 index 93958ff..0000000 --- a/README.md +++ /dev/null @@ -1,3 +0,0 @@ -# rust-bytecheck_derive - -The rust-bytecheck_derive package diff --git a/rust-bytecheck_derive.spec b/rust-bytecheck_derive.spec index a689a82..67ab006 100644 --- a/rust-bytecheck_derive.spec +++ b/rust-bytecheck_derive.spec @@ -1,11 +1,11 @@ -# Generated by rust2rpm 22 +# Generated by rust2rpm 24 %bcond_without check %global debug_package %{nil} %global crate bytecheck_derive Name: rust-bytecheck_derive -Version: 0.6.9 +Version: 0.6.10 Release: %autorelease Summary: Derive macro for bytecheck @@ -13,8 +13,6 @@ License: MIT URL:
https://crates.io/crates/bytecheck_derive
Source: %{crates_source} -ExclusiveArch: %{rust_arches} - BuildRequires: rust-packaging >= 21 %global _description %{expand: diff --git a/sources b/sources index f2b92b4..efe0630 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (bytecheck_derive-0.6.9.crate) = a67ae48b2a58b3811e933aeddb6b7c67c64a59124100e87e0b71d9c959666d25cbbe4a9479a020a5768e9c5765e595c1dc796c9ce8cdb648b7e34d8b7ce298c6 +SHA512 (bytecheck_derive-0.6.10.crate) = d35c1e4f22bef503fa768819998f3055da3ae81a5ca54ad67c65a8e640b10740daab71ed855a4b5450a6a227103149596dda85dda46b307348002fa489ac3d23
1
0
0
0
Architecture specific change in rpms/jimtcl.git
by githook-noreply@fedoraproject.org
28 Feb '23
28 Feb '23
The package rpms/jimtcl.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/jimtcl.git/commit/?id=0174b82554db4…
. Change: +%ifarch s390x # zlib test fails on s390x Thanks. Full change: ============ commit 0174b82554db4a93457079a2eb6898742247b673 Author: Michel Alexandre Salim <salimma(a)fedoraproject.org> Date: Mon Feb 27 20:59:48 2023 -0600 Properly disable zlib extension on s390x - move README files meant for programming with jimtcl to main package Signed-off-by: Michel Alexandre Salim <salimma(a)fedoraproject.org> diff --git a/jimtcl.spec b/jimtcl.spec index 758cc98..40f196d 100644 --- a/jimtcl.spec +++ b/jimtcl.spec @@ -19,10 +19,7 @@ BuildRequires: pkgconfig(openssl) BuildRequires: pkgconfig(SDL2_gfx) BuildRequires: pkgconfig(SDL2_ttf) BuildRequires: pkgconfig(sqlite3) -%ifnarch s390x -# zlib test fails on s390x BuildRequires: pkgconfig(zlib) -%endif %if %{with tests} BuildRequires: hostname %endif @@ -64,8 +61,10 @@ export STRIP=strip # see ./configure --extinfo for list %configure --shared --disable-option-checking \ --allextmod \ - --docdir=%{_datadir}/doc/%{name} \ -# make %{?_smp_mflags} +%ifarch s390x # zlib test fails on s390x + --without-ext=zlib \ +%endif + --docdir=%{_datadir}/doc/%{name} %make_build @@ -84,7 +83,8 @@ make test %files %license LICENSE -%doc AUTHORS README +%doc AUTHORS README README.ensemble README.extensions README.namespaces +%doc README.oo README.redis README.sqlite README.utf-8 %doc %{_datadir}/doc/%{name}/Tcl.html %{_bindir}/jimdb %{_bindir}/jimsh @@ -95,7 +95,7 @@ make test %files devel -%doc DEVELOPING README.extensions README.metakit README.namespaces README.oo README.utf-8 STYLE +%doc DEVELOPING STYLE %{_includedir}/* %{_bindir}/build-jim-ext %{_libdir}/libjim.so commit 33e8f9587c290a09229dbdd3cad0b9201ee436cb Author: Michel Alexandre Salim <salimma(a)fedoraproject.org> Date: Mon Feb 27 20:36:43 2023 -0600 Update to 0.82 - enable more extensions - update license to use SPDX Signed-off-by: Michel Alexandre Salim <salimma(a)fedoraproject.org> diff --git a/.gitignore b/.gitignore index 48b646b..f81146a 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /jimtcl-0.81.tar.gz +/jimtcl-0.82.tar.gz diff --git a/jimtcl-lib64.patch b/jimtcl-lib64.patch deleted file mode 100644 index 521c7d8..0000000 --- a/jimtcl-lib64.patch +++ /dev/null @@ -1,42 +0,0 @@ -diff -ruN jimtcl-0.81/auto.def jimtcl-lib64/auto.def ---- jimtcl-0.81/auto.def 2021-11-27 15:06:54.000000000 -0800 -+++ jimtcl-lib64/auto.def 2022-01-07 12:05:53.769713328 -0800 -@@ -271,7 +271,7 @@ - cc-check-lfs - cc-check-functions fseeko ftello - --define TCL_LIBRARY [get-define prefix]/lib/jim -+define TCL_LIBRARY [get-define libdir]/jim - - lassign [split [get-define host] -] host_cpu host_vendor host_os - # Scrub revision from the host_os -@@ -445,7 +445,7 @@ - } - define VERSION [format %.2f [expr {[get-define JIM_VERSION] / 100.0}]] - define LIBSOEXT [format [get-define SH_SOEXTVER] [get-define VERSION]] --if {[get-define libdir] ni {/lib /usr/lib}} { -+if {[get-define libdir] ni {/lib /usr/lib /usr/lib64}} { - define SH_LINKRPATH_FLAGS [format [get-define SH_LINKRPATH] [get-define libdir]] - } else { - define SH_LINKRPATH_FLAGS "" -diff -ruN jimtcl-0.81/build-jim-ext.in jimtcl-lib64/build-jim-ext.in ---- jimtcl-0.81/build-jim-ext.in 2021-11-27 15:06:54.000000000 -0800 -+++ jimtcl-lib64/build-jim-ext.in 2022-01-07 12:07:18.397171096 -0800 -@@ -41,7 +41,7 @@ - set cross 1 - } - --install { -- # Install to $DESTDIR/@prefix@/lib/jim -+ # Install to $DESTDIR/@libdir@/jim - set install 1 - } - --static { -@@ -225,7 +225,7 @@ - load ./$target - } - if {$install} { -- set dest [env DESTDIR ""]@prefix@/lib/jim -+ set dest [env DESTDIR ""]@libdir@/jim - puts "Install: $target => $dest" - file mkdir $dest - file copy $target $dest/$target diff --git a/jimtcl.spec b/jimtcl.spec index 05fc170..758cc98 100644 --- a/jimtcl.spec +++ b/jimtcl.spec @@ -1,21 +1,24 @@ %bcond_without tests Name: jimtcl -Version: 0.81 +Version: 0.82 Release: %autorelease Summary: A small embeddable Tcl interpreter -License: BSD +License: BSD-2-Clause-Views URL:
http://jim.tcl.tk
Source0:
https://github.com/msteveb/%{name}/archive/%{version}/%{name}-%{version}.ta…
-# support using lib64 instead of lib -Patch0: %{name}-lib64.patch BuildRequires: gcc-c++ BuildRequires: asciidoc BuildRequires: make # Extension dependencies +BuildRequires: pkgconfig(hiredis) +BuildRequires: pkgconfig(readline) BuildRequires: pkgconfig(openssl) +BuildRequires: pkgconfig(SDL2_gfx) +BuildRequires: pkgconfig(SDL2_ttf) +BuildRequires: pkgconfig(sqlite3) %ifnarch s390x # zlib test fails on s390x BuildRequires: pkgconfig(zlib) @@ -69,9 +72,6 @@ export STRIP=strip %install %make_install INSTALL_DOCS=nodocs rm %{buildroot}/%{_libdir}/jim/README.extensions -pushd %{buildroot}/%{_libdir}/ -ln -s libjim.so.* libjim.so -popd %if %{with tests} diff --git a/sources b/sources index 8ff85cc..3bf99e6 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (jimtcl-0.81.tar.gz) = 5f798b15fd32673e2e2769e25c4dfeee43696e5bbd2d3ec3fd2f312fa49da9ef057fb4de81a10d3812dc07fb2e40ed79924b024e537e064d3213b10e06a416b6 +SHA512 (jimtcl-0.82.tar.gz) = d0f8c8d515b9c7eee3ee2089a8fe9b8616b0541b7fca6b769132201c3a65a8216f9e8a333c6a3a4c2a8fa4754ab0c9d3c2bca3306b3b4db566d4f3e401a709fe commit 1e5f867d724bbc899b7483121c950fcb21961770 Author: Fedora Release Engineering <releng(a)fedoraproject.org> Date: Thu Jan 19 13:47:24 2023 +0000 Rebuilt for
https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng(a)fedoraproject.org>
1
0
0
0
Architecture specific change in rpms/rust-rkyv.git
by githook-noreply@fedoraproject.org
28 Feb '23
28 Feb '23
The package rpms/rust-rkyv.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-rkyv.git/commit/?id=ba46f6f95e…
. Change: -ExclusiveArch: %{rust_arches} Thanks. Full change: ============ commit ba46f6f95e0e16c2e302f96d95a4c46230e64a8d Author: Fabio Valentini <decathorpe(a)gmail.com> Date: Tue Feb 28 15:30:37 2023 +0100 Update to version 0.7.40; Fixes RHBZ#2169603 diff --git a/.gitignore b/.gitignore index ecaebbe..74848ac 100644 --- a/.gitignore +++ b/.gitignore @@ -16,3 +16,4 @@ /rkyv-0.7.37.crate /rkyv-0.7.38.crate /rkyv-0.7.39.crate +/rkyv-0.7.40.crate diff --git a/README.md b/README.md deleted file mode 100644 index 2c3c48f..0000000 --- a/README.md +++ /dev/null @@ -1,3 +0,0 @@ -# rust-rkyv - -The rust-rkyv package diff --git a/rkyv-fix-metadata.diff b/rkyv-fix-metadata.diff deleted file mode 100644 index 3311fe4..0000000 --- a/rkyv-fix-metadata.diff +++ /dev/null @@ -1,11 +0,0 @@ ---- rkyv-0.7.39/Cargo.toml 1970-01-01T00:00:01+00:00 -+++ rkyv-0.7.39/Cargo.toml 2022-07-16T11:24:10.982804+00:00 -@@ -40,7 +40,7 @@ - default-features = false - - [dependencies.hashbrown] --version = "0.12" -+version = "0.11" - optional = true - - [dependencies.indexmap] diff --git a/rust-rkyv.spec b/rust-rkyv.spec index 6a54297..1e51c0a 100644 --- a/rust-rkyv.spec +++ b/rust-rkyv.spec @@ -1,23 +1,17 @@ -# Generated by rust2rpm 21 +# Generated by rust2rpm 24 %bcond_without check %global debug_package %{nil} %global crate rkyv -Name: rust-%{crate} -Version: 0.7.39 +Name: rust-rkyv +Version: 0.7.40 Release: %autorelease Summary: Zero-copy deserialization framework for Rust -# Upstream license specification: MIT License: MIT URL:
https://crates.io/crates/rkyv
Source: %{crates_source} -# Initial patched metadata -# * temporarily downgrade hashbrown dependency from 0.12 to 0.11 -Patch0: rkyv-fix-metadata.diff - -ExclusiveArch: %{rust_arches} BuildRequires: rust-packaging >= 21 @@ -101,6 +95,42 @@ use the "archive_le" feature of the "%{crate}" crate. %files -n %{name}+archive_le-devel %ghost %{crate_instdir}/Cargo.toml +%package -n %{name}+arrayvec-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+arrayvec-devel %{_description} + +This package contains library source intended for building other packages which +use the "arrayvec" feature of the "%{crate}" crate. + +%files -n %{name}+arrayvec-devel +%ghost %{crate_instdir}/Cargo.toml + +%package -n %{name}+bitvec-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+bitvec-devel %{_description} + +This package contains library source intended for building other packages which +use the "bitvec" feature of the "%{crate}" crate. + +%files -n %{name}+bitvec-devel +%ghost %{crate_instdir}/Cargo.toml + +%package -n %{name}+bitvec_alloc-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+bitvec_alloc-devel %{_description} + +This package contains library source intended for building other packages which +use the "bitvec_alloc" feature of the "%{crate}" crate. + +%files -n %{name}+bitvec_alloc-devel +%ghost %{crate_instdir}/Cargo.toml + %package -n %{name}+bytecheck-devel Summary: %{summary} BuildArch: noarch diff --git a/sources b/sources index 6e4e938..0361136 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (rkyv-0.7.39.crate) = 5f98986d40c2af06f61ad7d3b213282c133f1c10cf96f674c31926b15269299a1100344b82dda7f59c96d6891042a778777d4bddc2a5ee75b3a682104855ba6b +SHA512 (rkyv-0.7.40.crate) = ee8b9a0db89cc34c019c16dc72457fa8f8e63b0905b3c9c166279378faf3d1d911f39a62c672cc1da8f06aabeeabf4976a87d592338b70d28a7c9df760583055 commit f09cb3b9c15468b7c47908114e518a2059ec4ee0 Author: Fedora Release Engineering <releng(a)fedoraproject.org> Date: Sat Jan 21 01:03:11 2023 +0000 Rebuilt for
https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng(a)fedoraproject.org> commit 99f042ace1eb0eea17a1321e453e267e787edc66 Author: Fedora Release Engineering <releng(a)fedoraproject.org> Date: Sat Jul 23 06:16:17 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-mbrman.git
by githook-noreply@fedoraproject.org
28 Feb '23
28 Feb '23
The package rpms/rust-mbrman.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-mbrman.git/commit/?id=59e3a163…
. Change: -ExclusiveArch: %{rust_arches} Thanks. Full change: ============ commit 59e3a163477cca94fbe00080257cc6deb4a04097 Author: Fabio Valentini <decathorpe(a)gmail.com> Date: Tue Feb 28 15:17:46 2023 +0100 bump bitvec dependency from 0.22 to 1.0 diff --git a/0001-port-to-bitvec-1.0.patch b/0001-port-to-bitvec-1.0.patch new file mode 100644 index 0000000..dc79120 --- /dev/null +++ b/0001-port-to-bitvec-1.0.patch @@ -0,0 +1,51 @@ +From 59473fb8bb4f8e37e90ffccd1a1e3178bdd9c1c0 Mon Sep 17 00:00:00 2001 +From: Fabio Valentini <decathorpe(a)gmail.com> +Date: Tue, 28 Feb 2023 15:15:43 +0100 +Subject: [PATCH] port to bitvec 1.0 + +https://github.com/rust-disk-partition-management/mbrman/commit/8f10408 +--- + src/lib.rs | 16 ++++++++-------- + 1 file changed, 8 insertions(+), 8 deletions(-) + +diff --git a/src/lib.rs b/src/lib.rs +index 84b5c82..a290b31 100644 +--- a/src/lib.rs ++++ b/src/lib.rs +@@ -1455,15 +1455,15 @@ impl<'de> Visitor<'de> for CHSVisitor { + where + A: SeqAccess<'de>, + { +- let head = BitVec::<Msb0, u8>::from_vec(vec![seq.next_element::<u8>()?.unwrap()]); +- let mut bv = BitVec::<Msb0, u8>::from_vec(vec![seq.next_element::<u8>()?.unwrap()]); +- let mut cylinder = BitVec::<Msb0, u16>::with_capacity(10); ++ let head = BitVec::<u8, Msb0>::from_vec(vec![seq.next_element::<u8>()?.unwrap()]); ++ let mut bv = BitVec::<u8, Msb0>::from_vec(vec![seq.next_element::<u8>()?.unwrap()]); ++ let mut cylinder = BitVec::<u16, Msb0>::with_capacity(10); + cylinder.extend(repeat(false).take(6)); + cylinder.extend(bv.drain(..2)); +- cylinder.extend(BitVec::<Msb0, u8>::from_vec(vec![seq ++ cylinder.extend(BitVec::<u8, Msb0>::from_vec(vec![seq + .next_element::<u8>()? + .unwrap()])); +- let mut sector = BitVec::<Msb0, u8>::with_capacity(8); ++ let mut sector = BitVec::<u8, Msb0>::with_capacity(8); + sector.push(false); + sector.push(false); + sector.extend(bv.drain(..)); +@@ -1490,9 +1490,9 @@ impl Serialize for CHS { + where + S: Serializer, + { +- let mut bv = BitVec::<Msb0, u8>::from_vec(vec![self.head]); +- let mut sector = BitVec::<Msb0, u8>::from_vec(vec![self.sector]); +- let mut cylinder = BitVec::<Msb0, u16>::from_vec(vec![self.cylinder]); ++ let mut bv = BitVec::<u8, Msb0>::from_vec(vec![self.head]); ++ let mut sector = BitVec::<u8, Msb0>::from_vec(vec![self.sector]); ++ let mut cylinder = BitVec::<u16, Msb0>::from_vec(vec![self.cylinder]); + bv.extend(cylinder.drain(..8).skip(6)); + bv.extend(sector.drain(2..)); + bv.extend(cylinder.drain(..)); +-- +2.39.2 + diff --git a/mbrman-fix-metadata.diff b/mbrman-fix-metadata.diff index 90b805a..63ed451 100644 --- a/mbrman-fix-metadata.diff +++ b/mbrman-fix-metadata.diff @@ -1,11 +1,11 @@ ---- mbrman-0.4.1/Cargo.toml 1970-01-01T00:00:00+00:00 -+++ mbrman-0.4.1/Cargo.toml 2021-03-16T10:18:41.674373+00:00 -@@ -28,7 +28,7 @@ +--- mbrman-0.5.0/Cargo.toml 1970-01-01T00:00:01+00:00 ++++ mbrman-0.5.0/Cargo.toml 2023-02-28T14:13:57.095410+00:00 +@@ -40,7 +40,7 @@ version = "1.0.1" [dependencies.bitvec] -version = "0.22" -+version = "0.19" ++version = "1.0" [dependencies.serde] version = "1.0.116" diff --git a/rust-mbrman.spec b/rust-mbrman.spec index d953851..0786ef7 100644 --- a/rust-mbrman.spec +++ b/rust-mbrman.spec @@ -1,4 +1,4 @@ -# Generated by rust2rpm 22 +# Generated by rust2rpm 24 %bcond_without check %global debug_package %{nil} @@ -6,19 +6,18 @@ Name: rust-mbrman Version: 0.5.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: MBR Partition Management in Rust License: MIT OR Apache-2.0 URL:
https://crates.io/crates/mbrman
Source: %{crates_source} -# Initial patched metadata -# Change the version of bitvec to appease fedora CI -# as bitvec 0.22 depends on funty 1.2.0, which is -# broken:
https://github.com/myrrlyn/funty/issues/3
-Patch0: mbrman-fix-metadata.diff - -ExclusiveArch: %{rust_arches} +# Manually created patch for downstream crate metadata changes +# * bump bitvec dependency from 0.22 to 1.0 +Patch: mbrman-fix-metadata.diff +# * port to bitvec 1.0: +#
https://github.com/rust-disk-partition-management/mbrman/commit/8f10408
+Patch: 0001-port-to-bitvec-1.0.patch BuildRequires: rust-packaging >= 21 @@ -73,6 +72,9 @@ use the "default" feature of the "%{crate}" crate. %endif %changelog +* Tue Feb 28 2023 Fabio Valentini <decathorpe(a)gmail.com> - 0.5.0-3 +- Bump bitvec dependency from 0.22 to 1.0. + * Fri Jan 20 2023 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.5.0-2 - Rebuilt for
https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
commit ae8dbb8bd75ea9d0d18b36182a710659b66a4ed2 Author: Fedora Release Engineering <releng(a)fedoraproject.org> Date: Fri Jan 20 23:55:20 2023 +0000 Rebuilt for
https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng(a)fedoraproject.org> diff --git a/rust-mbrman.spec b/rust-mbrman.spec index 86fd920..d953851 100644 --- a/rust-mbrman.spec +++ b/rust-mbrman.spec @@ -6,7 +6,7 @@ Name: rust-mbrman Version: 0.5.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: MBR Partition Management in Rust License: MIT OR Apache-2.0 @@ -73,6 +73,9 @@ use the "default" feature of the "%{crate}" crate. %endif %changelog +* Fri Jan 20 2023 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.5.0-2 +- Rebuilt for
https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
+ * Fri Oct 14 2022 Benjamin Gilbert <bgilbert(a)redhat.com> - 0.5.0-1 - New release - Regenerate with rust2rpm 22
1
0
0
0
Architecture specific change in rpms/rust-rkyv.git
by githook-noreply@fedoraproject.org
28 Feb '23
28 Feb '23
The package rpms/rust-rkyv.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-rkyv.git/commit/?id=ba46f6f95e…
. Change: -ExclusiveArch: %{rust_arches} Thanks. Full change: ============ commit ba46f6f95e0e16c2e302f96d95a4c46230e64a8d Author: Fabio Valentini <decathorpe(a)gmail.com> Date: Tue Feb 28 15:30:37 2023 +0100 Update to version 0.7.40; Fixes RHBZ#2169603 diff --git a/.gitignore b/.gitignore index ecaebbe..74848ac 100644 --- a/.gitignore +++ b/.gitignore @@ -16,3 +16,4 @@ /rkyv-0.7.37.crate /rkyv-0.7.38.crate /rkyv-0.7.39.crate +/rkyv-0.7.40.crate diff --git a/README.md b/README.md deleted file mode 100644 index 2c3c48f..0000000 --- a/README.md +++ /dev/null @@ -1,3 +0,0 @@ -# rust-rkyv - -The rust-rkyv package diff --git a/rkyv-fix-metadata.diff b/rkyv-fix-metadata.diff deleted file mode 100644 index 3311fe4..0000000 --- a/rkyv-fix-metadata.diff +++ /dev/null @@ -1,11 +0,0 @@ ---- rkyv-0.7.39/Cargo.toml 1970-01-01T00:00:01+00:00 -+++ rkyv-0.7.39/Cargo.toml 2022-07-16T11:24:10.982804+00:00 -@@ -40,7 +40,7 @@ - default-features = false - - [dependencies.hashbrown] --version = "0.12" -+version = "0.11" - optional = true - - [dependencies.indexmap] diff --git a/rust-rkyv.spec b/rust-rkyv.spec index 6a54297..1e51c0a 100644 --- a/rust-rkyv.spec +++ b/rust-rkyv.spec @@ -1,23 +1,17 @@ -# Generated by rust2rpm 21 +# Generated by rust2rpm 24 %bcond_without check %global debug_package %{nil} %global crate rkyv -Name: rust-%{crate} -Version: 0.7.39 +Name: rust-rkyv +Version: 0.7.40 Release: %autorelease Summary: Zero-copy deserialization framework for Rust -# Upstream license specification: MIT License: MIT URL:
https://crates.io/crates/rkyv
Source: %{crates_source} -# Initial patched metadata -# * temporarily downgrade hashbrown dependency from 0.12 to 0.11 -Patch0: rkyv-fix-metadata.diff - -ExclusiveArch: %{rust_arches} BuildRequires: rust-packaging >= 21 @@ -101,6 +95,42 @@ use the "archive_le" feature of the "%{crate}" crate. %files -n %{name}+archive_le-devel %ghost %{crate_instdir}/Cargo.toml +%package -n %{name}+arrayvec-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+arrayvec-devel %{_description} + +This package contains library source intended for building other packages which +use the "arrayvec" feature of the "%{crate}" crate. + +%files -n %{name}+arrayvec-devel +%ghost %{crate_instdir}/Cargo.toml + +%package -n %{name}+bitvec-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+bitvec-devel %{_description} + +This package contains library source intended for building other packages which +use the "bitvec" feature of the "%{crate}" crate. + +%files -n %{name}+bitvec-devel +%ghost %{crate_instdir}/Cargo.toml + +%package -n %{name}+bitvec_alloc-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+bitvec_alloc-devel %{_description} + +This package contains library source intended for building other packages which +use the "bitvec_alloc" feature of the "%{crate}" crate. + +%files -n %{name}+bitvec_alloc-devel +%ghost %{crate_instdir}/Cargo.toml + %package -n %{name}+bytecheck-devel Summary: %{summary} BuildArch: noarch diff --git a/sources b/sources index 6e4e938..0361136 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (rkyv-0.7.39.crate) = 5f98986d40c2af06f61ad7d3b213282c133f1c10cf96f674c31926b15269299a1100344b82dda7f59c96d6891042a778777d4bddc2a5ee75b3a682104855ba6b +SHA512 (rkyv-0.7.40.crate) = ee8b9a0db89cc34c019c16dc72457fa8f8e63b0905b3c9c166279378faf3d1d911f39a62c672cc1da8f06aabeeabf4976a87d592338b70d28a7c9df760583055 commit f09cb3b9c15468b7c47908114e518a2059ec4ee0 Author: Fedora Release Engineering <releng(a)fedoraproject.org> Date: Sat Jan 21 01:03:11 2023 +0000 Rebuilt for
https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng(a)fedoraproject.org>
1
0
0
0
← Newer
1
2
3
4
5
6
...
57
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
Results per page:
10
25
50
100
200