From 12d5783f5658fc3d05d8f48d7a118dd4c3e24ecd Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 31 Jan 2020 05:22:21 +0000 Subject: [PATCH 01/22] - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- zmat.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/zmat.spec b/zmat.spec index 1574249..ca436e4 100644 --- a/zmat.spec +++ b/zmat.spec @@ -1,6 +1,6 @@ Name: zmat Version: 0.9.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: An easy-to-use data compression library License: GPLv3+ URL: https://github.com/fangq/%{name} @@ -105,5 +105,8 @@ popd %changelog +* Fri Jan 31 2020 Fedora Release Engineering - 0.9.2-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + * Mon Oct 14 2019 Qianqian Fang - 0.9.2-1 - Initial package From 90b16c920922240b3f00e671d1bcd4633ca83921 Mon Sep 17 00:00:00 2001 From: Qianqian Fang Date: Tue, 26 May 2020 00:52:35 -0400 Subject: [PATCH 02/22] update to new upstream release v0.9.8 --- zmat.spec | 45 +++++++++++++-------------------------------- 1 file changed, 13 insertions(+), 32 deletions(-) diff --git a/zmat.spec b/zmat.spec index 1574249..2855b3c 100644 --- a/zmat.spec +++ b/zmat.spec @@ -1,12 +1,11 @@ Name: zmat -Version: 0.9.2 +Version: 0.9.8 Release: 1%{?dist} Summary: An easy-to-use data compression library License: GPLv3+ URL: https://github.com/fangq/%{name} Source0: https://github.com/fangq/%{name}/archive/v%{version}/%{name}-%{version}.tar.gz -Source1: https://github.com/lloyd/easylzma/archive/0.0.7/easylzma-0.0.7.tar.gz -BuildRequires: cmake gcc-c++ zlib-devel +BuildRequires: gcc-c++ zlib-devel %description ZMat is a portable C library to enable easy-to-use data compression @@ -22,7 +21,7 @@ between speed and compression time. %package devel Summary: Development files for zmat - an easy-to-use data compression library Requires: %{name}%{?_isa} = %{version}-%{release} -Requires: lz4-devel +Requires: zlib-devel %description devel The %{name}-devel package provides the headers files and tools you may need to @@ -38,32 +37,20 @@ The %{name}-static package provides the static library you may need to develop applications using zmat. %prep -%autosetup -n %{name}-%{version} -b 1 -rm -rf src/easylzma -cp -r ../easylzma-0.0.7 src/easylzma - +%autosetup -n %{name}-%{version} +chmod a-x src/easylzma/pavlov/* %build %set_build_flags -mkdir lib -mkdir include -pushd src -pushd easylzma -%cmake . -%make_build -mv easylzma-0.0.7 easylzma-0.0.8 -cp -r easylzma-0.0.8/include/easylzma ../../include -popd -popd pushd src %make_build clean -%make_build lib BINARY=lib%{name}.a CPPOPT="%{optflags} -fPIC" -cp ../lib%{name}.a ../lib/ -cp zmatlib.h ../include +%make_build lib CPPOPT="%{optflags} -fPIC" +mv ../lib/lib%{name}.a ../ %make_build clean -%make_build dll BINARY=lib%{name}.so CPPOPT="%{optflags} -fPIC" -mv ../lib%{name}.so ../lib/lib%{name}.so.%{version} +%make_build dll CPPOPT="%{optflags} -fPIC" +mv ../lib/lib%{name}.so ../lib/lib%{name}.so.%{version} +mv ../lib%{name}.a ../lib popd @@ -71,11 +58,6 @@ popd install -m 755 -pd %{buildroot}/%{_includedir}/ install -m 644 -pt %{buildroot}/%{_includedir}/ include/%{name}lib.h -install -m 755 -pd %{buildroot}/%{_includedir}/easylzma -install -m 644 -pt %{buildroot}/%{_includedir}/easylzma include/easylzma/common.h -install -m 644 -pt %{buildroot}/%{_includedir}/easylzma include/easylzma/compress.h -install -m 644 -pt %{buildroot}/%{_includedir}/easylzma include/easylzma/decompress.h - install -m 755 -pd %{buildroot}/%{_libdir}/ install -m 755 -pt %{buildroot}/%{_libdir}/ lib/lib%{name}.so.%{version} install -m 644 -pt %{buildroot}/%{_libdir}/ lib/lib%{name}.a @@ -93,11 +75,7 @@ popd %{_libdir}/lib%{name}.so.1 %files devel -%dir %{_includedir}/easylzma %{_includedir}/%{name}lib.h -%{_includedir}/easylzma/common.h -%{_includedir}/easylzma/compress.h -%{_includedir}/easylzma/decompress.h %{_libdir}/lib%{name}.so %files static @@ -105,5 +83,8 @@ popd %changelog +* Mon May 25 2020 Qianqian Fang - 0.9.8-1 +- Update to new release v0.9.8 + * Mon Oct 14 2019 Qianqian Fang - 0.9.2-1 - Initial package From d2daa087c11cb4582f17376c476530d3c75da52d Mon Sep 17 00:00:00 2001 From: Qianqian Fang Date: Tue, 26 May 2020 00:54:55 -0400 Subject: [PATCH 03/22] import new source --- .gitignore | 1 + sources | 3 +-- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index cb519b3..550c9fd 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /easylzma-0.0.7.tar.gz /zmat-0.9.2.tar.gz +/zmat-0.9.8.tar.gz diff --git a/sources b/sources index 844602a..462b99c 100644 --- a/sources +++ b/sources @@ -1,2 +1 @@ -SHA512 (easylzma-0.0.7.tar.gz) = 23bc2b6b88ae3bea389a04319effdf129477fed302ee719b9fadc7db1a79eec8c54fe9971e4d88dbbfb552371ce1dd308636f0e7fad2343a6cf26736c3261103 -SHA512 (zmat-0.9.2.tar.gz) = 5ef735f0d25598b9b9b1d7adf7f2cf7f71503178d471f41e7ed46c6e4d6ea897b774f8fb0001a4a3608afb3bfc84f0a1bc50357217de5a04fa8ecbeb230609c8 +SHA512 (zmat-0.9.8.tar.gz) = b738ffa0d0e5b3a9efc8bd9899157480c7e0e99e23e89763df006977b9ba27d08fa69a209a36d7b1a62346d07000a585d22f89b1e6f7c5aaca532d169542b48a From c638db5d2dda7872a3cba5aa5e16658afdd60d91 Mon Sep 17 00:00:00 2001 From: Qianqian Fang Date: Tue, 26 May 2020 13:06:41 -0400 Subject: [PATCH 04/22] add fortran90 header, and sample codes in demos package --- zmat.spec | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/zmat.spec b/zmat.spec index 22fb819..b0d928e 100644 --- a/zmat.spec +++ b/zmat.spec @@ -36,12 +36,23 @@ Requires: %{name}-devel The %{name}-static package provides the static library you may need to develop applications using zmat. +%package demos +Summary: Example codes to use zmatlib in C/Fortran programs +BuildArch: noarch +Requires: %{name} %{name}-devel + +%description demos +This package contains the demo codes for %{name}-devel to show how +to call zmatlib functions in other programming languages. + %prep %autosetup -n %{name}-%{version} chmod a-x src/easylzma/pavlov/* +mv test examples %build %set_build_flags +mv fortran90/%{name}lib.f90 include/ pushd src %make_build clean @@ -57,6 +68,7 @@ popd %install install -m 755 -pd %{buildroot}/%{_includedir}/ install -m 644 -pt %{buildroot}/%{_includedir}/ include/%{name}lib.h +install -m 644 -pt %{buildroot}/%{_includedir}/ include/%{name}lib.f90 install -m 755 -pd %{buildroot}/%{_libdir}/ install -m 755 -pt %{buildroot}/%{_libdir}/ lib/lib%{name}.so.%{version} @@ -76,11 +88,16 @@ popd %files devel %{_includedir}/%{name}lib.h +%{_includedir}/%{name}lib.f90 %{_libdir}/lib%{name}.so %files static %{_libdir}/lib%{name}.a +%files demos +%license LICENSE.txt +%doc examples + %changelog * Mon May 25 2020 Qianqian Fang - 0.9.8-1 From 07ffa867b803d90930e9b3a0cba557f6ada5095f Mon Sep 17 00:00:00 2001 From: Qianqian Fang Date: Tue, 26 May 2020 16:45:39 -0400 Subject: [PATCH 05/22] fix rpmlint error on the demos package --- zmat.spec | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/zmat.spec b/zmat.spec index b0d928e..93bec29 100644 --- a/zmat.spec +++ b/zmat.spec @@ -39,7 +39,7 @@ develop applications using zmat. %package demos Summary: Example codes to use zmatlib in C/Fortran programs BuildArch: noarch -Requires: %{name} %{name}-devel +Requires: %{name}-devel%{?_isa} = %{version}-%{release} %description demos This package contains the demo codes for %{name}-devel to show how @@ -95,7 +95,6 @@ popd %{_libdir}/lib%{name}.a %files demos -%license LICENSE.txt %doc examples From f7b1b290d3821729ed9f2282da94af12ce1fdafc Mon Sep 17 00:00:00 2001 From: Qianqian Fang Date: Wed, 27 May 2020 16:32:11 -0400 Subject: [PATCH 06/22] bump up release number to add the new demos subpackage --- zmat.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/zmat.spec b/zmat.spec index 93bec29..c602453 100644 --- a/zmat.spec +++ b/zmat.spec @@ -1,6 +1,6 @@ Name: zmat Version: 0.9.8 -Release: 1%{?dist} +Release: 2%{?dist} Summary: An easy-to-use data compression library License: GPLv3+ URL: https://github.com/fangq/%{name} @@ -99,6 +99,9 @@ popd %changelog +* Wed May 27 2020 Qianqian Fang - 0.9.8-2 +- Update spec file to include demos package + * Mon May 25 2020 Qianqian Fang - 0.9.8-1 - Update to new release v0.9.8 From 108f9c57133eb325e52f68b35c7abb55294d503b Mon Sep 17 00:00:00 2001 From: Qianqian Fang Date: Thu, 28 May 2020 21:03:02 -0400 Subject: [PATCH 07/22] bump up release to rebuild --- zmat.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/zmat.spec b/zmat.spec index c602453..dfc4ded 100644 --- a/zmat.spec +++ b/zmat.spec @@ -1,6 +1,6 @@ Name: zmat Version: 0.9.8 -Release: 2%{?dist} +Release: 3%{?dist} Summary: An easy-to-use data compression library License: GPLv3+ URL: https://github.com/fangq/%{name} @@ -99,6 +99,9 @@ popd %changelog +* Thu May 28 2020 Qianqian Fang - 0.9.8-3 +- Rebuild packages + * Wed May 27 2020 Qianqian Fang - 0.9.8-2 - Update spec file to include demos package From 51019828ea4bc207c946ebdd96f249ff5d3bbf5d Mon Sep 17 00:00:00 2001 From: Qianqian Fang Date: Fri, 29 May 2020 12:51:36 -0400 Subject: [PATCH 08/22] merge demos to devel --- zmat.spec | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) diff --git a/zmat.spec b/zmat.spec index dfc4ded..7b78f28 100644 --- a/zmat.spec +++ b/zmat.spec @@ -36,15 +36,6 @@ Requires: %{name}-devel The %{name}-static package provides the static library you may need to develop applications using zmat. -%package demos -Summary: Example codes to use zmatlib in C/Fortran programs -BuildArch: noarch -Requires: %{name}-devel%{?_isa} = %{version}-%{release} - -%description demos -This package contains the demo codes for %{name}-devel to show how -to call zmatlib functions in other programming languages. - %prep %autosetup -n %{name}-%{version} chmod a-x src/easylzma/pavlov/* @@ -83,6 +74,7 @@ popd %doc README.rst %doc AUTHORS.txt %doc ChangeLog.txt +%doc examples %{_libdir}/lib%{name}.so.%{version} %{_libdir}/lib%{name}.so.1 @@ -94,13 +86,11 @@ popd %files static %{_libdir}/lib%{name}.a -%files demos -%doc examples - %changelog * Thu May 28 2020 Qianqian Fang - 0.9.8-3 - Rebuild packages +- Add sample codes directly to the devel package * Wed May 27 2020 Qianqian Fang - 0.9.8-2 - Update spec file to include demos package From d4a27f3a8ceab35be7112469595c869d771915dd Mon Sep 17 00:00:00 2001 From: Qianqian Fang Date: Fri, 29 May 2020 13:19:21 -0400 Subject: [PATCH 09/22] moving sample codes from main to devel --- zmat.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/zmat.spec b/zmat.spec index 7b78f28..1f215bc 100644 --- a/zmat.spec +++ b/zmat.spec @@ -1,6 +1,6 @@ Name: zmat Version: 0.9.8 -Release: 3%{?dist} +Release: 4%{?dist} Summary: An easy-to-use data compression library License: GPLv3+ URL: https://github.com/fangq/%{name} @@ -74,11 +74,11 @@ popd %doc README.rst %doc AUTHORS.txt %doc ChangeLog.txt -%doc examples %{_libdir}/lib%{name}.so.%{version} %{_libdir}/lib%{name}.so.1 %files devel +%doc examples %{_includedir}/%{name}lib.h %{_includedir}/%{name}lib.f90 %{_libdir}/lib%{name}.so @@ -88,6 +88,9 @@ popd %changelog +* Fri May 29 2020 Qianqian Fang - 0.9.8-4 +- Move sample codes to devel and remove from the main package + * Thu May 28 2020 Qianqian Fang - 0.9.8-3 - Rebuild packages - Add sample codes directly to the devel package From 9d4fbcc8a3e3b6b04488b20a7bc338a1f3cef654 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 29 Jul 2020 15:26:06 +0000 Subject: [PATCH 10/22] - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- zmat.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/zmat.spec b/zmat.spec index 1f215bc..b6fe5e4 100644 --- a/zmat.spec +++ b/zmat.spec @@ -1,6 +1,6 @@ Name: zmat Version: 0.9.8 -Release: 4%{?dist} +Release: 5%{?dist} Summary: An easy-to-use data compression library License: GPLv3+ URL: https://github.com/fangq/%{name} @@ -88,6 +88,9 @@ popd %changelog +* Wed Jul 29 2020 Fedora Release Engineering - 0.9.8-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + * Fri May 29 2020 Qianqian Fang - 0.9.8-4 - Move sample codes to devel and remove from the main package From b4f895f9cb19a85def08bad8b8a2e9fb9b489331 Mon Sep 17 00:00:00 2001 From: Tom Stellard Date: Sat, 9 Jan 2021 01:55:37 +0000 Subject: [PATCH 11/22] Add BuildRequires: make https://fedoraproject.org/wiki/Changes/Remove_make_from_BuildRoot --- zmat.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/zmat.spec b/zmat.spec index b6fe5e4..32a307e 100644 --- a/zmat.spec +++ b/zmat.spec @@ -5,6 +5,7 @@ Summary: An easy-to-use data compression library License: GPLv3+ URL: https://github.com/fangq/%{name} Source0: https://github.com/fangq/%{name}/archive/v%{version}/%{name}-%{version}.tar.gz +BuildRequires: make BuildRequires: gcc-c++ zlib-devel %description From 51719a083b5641ec0dcf525378557834e36ecaaf Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 28 Jan 2021 00:44:44 +0000 Subject: [PATCH 12/22] - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- zmat.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/zmat.spec b/zmat.spec index 32a307e..b799823 100644 --- a/zmat.spec +++ b/zmat.spec @@ -1,6 +1,6 @@ Name: zmat Version: 0.9.8 -Release: 5%{?dist} +Release: 6%{?dist} Summary: An easy-to-use data compression library License: GPLv3+ URL: https://github.com/fangq/%{name} @@ -89,6 +89,9 @@ popd %changelog +* Thu Jan 28 2021 Fedora Release Engineering - 0.9.8-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + * Wed Jul 29 2020 Fedora Release Engineering - 0.9.8-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild From 0e3fe05ee95b696e722c9cabcbcc5057bcb7f02c Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 23 Jul 2021 22:20:59 +0000 Subject: [PATCH 13/22] - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- zmat.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/zmat.spec b/zmat.spec index b799823..b64c107 100644 --- a/zmat.spec +++ b/zmat.spec @@ -1,6 +1,6 @@ Name: zmat Version: 0.9.8 -Release: 6%{?dist} +Release: 7%{?dist} Summary: An easy-to-use data compression library License: GPLv3+ URL: https://github.com/fangq/%{name} @@ -89,6 +89,9 @@ popd %changelog +* Fri Jul 23 2021 Fedora Release Engineering - 0.9.8-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + * Thu Jan 28 2021 Fedora Release Engineering - 0.9.8-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild From f55a5370c3ece4b5fa3cc6c37b5e8a7861bc5e68 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 22 Jan 2022 05:54:35 +0000 Subject: [PATCH 14/22] - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- zmat.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/zmat.spec b/zmat.spec index b64c107..f0eb764 100644 --- a/zmat.spec +++ b/zmat.spec @@ -1,6 +1,6 @@ Name: zmat Version: 0.9.8 -Release: 7%{?dist} +Release: 8%{?dist} Summary: An easy-to-use data compression library License: GPLv3+ URL: https://github.com/fangq/%{name} @@ -89,6 +89,9 @@ popd %changelog +* Sat Jan 22 2022 Fedora Release Engineering - 0.9.8-8 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild + * Fri Jul 23 2021 Fedora Release Engineering - 0.9.8-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild From 04094ec83a29b6599384d1835c0a9a19f2b7e9b5 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 23 Jul 2022 13:58:31 +0000 Subject: [PATCH 15/22] Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- zmat.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/zmat.spec b/zmat.spec index f0eb764..5365174 100644 --- a/zmat.spec +++ b/zmat.spec @@ -1,6 +1,6 @@ Name: zmat Version: 0.9.8 -Release: 8%{?dist} +Release: 9%{?dist} Summary: An easy-to-use data compression library License: GPLv3+ URL: https://github.com/fangq/%{name} @@ -89,6 +89,9 @@ popd %changelog +* Sat Jul 23 2022 Fedora Release Engineering - 0.9.8-9 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild + * Sat Jan 22 2022 Fedora Release Engineering - 0.9.8-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild From 2814902d88ff00b77bf1498bad2dec154812229e Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 21 Jan 2023 08:19:10 +0000 Subject: [PATCH 16/22] Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- zmat.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/zmat.spec b/zmat.spec index 5365174..a5c2bfd 100644 --- a/zmat.spec +++ b/zmat.spec @@ -1,6 +1,6 @@ Name: zmat Version: 0.9.8 -Release: 9%{?dist} +Release: 10%{?dist} Summary: An easy-to-use data compression library License: GPLv3+ URL: https://github.com/fangq/%{name} @@ -89,6 +89,9 @@ popd %changelog +* Sat Jan 21 2023 Fedora Release Engineering - 0.9.8-10 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild + * Sat Jul 23 2022 Fedora Release Engineering - 0.9.8-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild From 270df9ad7805f73e6d2cabaf8a729f3c97bcff88 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 22 Jul 2023 19:45:36 +0000 Subject: [PATCH 17/22] Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- zmat.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/zmat.spec b/zmat.spec index a5c2bfd..abca8bd 100644 --- a/zmat.spec +++ b/zmat.spec @@ -1,6 +1,6 @@ Name: zmat Version: 0.9.8 -Release: 10%{?dist} +Release: 11%{?dist} Summary: An easy-to-use data compression library License: GPLv3+ URL: https://github.com/fangq/%{name} @@ -89,6 +89,9 @@ popd %changelog +* Sat Jul 22 2023 Fedora Release Engineering - 0.9.8-11 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild + * Sat Jan 21 2023 Fedora Release Engineering - 0.9.8-10 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild From 8a61cec86af6b3507458602d6d6001ebb79a4df8 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 27 Jan 2024 11:14:03 +0000 Subject: [PATCH 18/22] Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild --- zmat.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/zmat.spec b/zmat.spec index abca8bd..372c6c8 100644 --- a/zmat.spec +++ b/zmat.spec @@ -1,6 +1,6 @@ Name: zmat Version: 0.9.8 -Release: 11%{?dist} +Release: 12%{?dist} Summary: An easy-to-use data compression library License: GPLv3+ URL: https://github.com/fangq/%{name} @@ -89,6 +89,9 @@ popd %changelog +* Sat Jan 27 2024 Fedora Release Engineering - 0.9.8-12 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + * Sat Jul 22 2023 Fedora Release Engineering - 0.9.8-11 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild From 6adee7344d7ec9f086a2e92a44e26324f00345d0 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 20 Jul 2024 10:55:35 +0000 Subject: [PATCH 19/22] Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild --- zmat.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/zmat.spec b/zmat.spec index 372c6c8..abd9131 100644 --- a/zmat.spec +++ b/zmat.spec @@ -1,6 +1,6 @@ Name: zmat Version: 0.9.8 -Release: 12%{?dist} +Release: 13%{?dist} Summary: An easy-to-use data compression library License: GPLv3+ URL: https://github.com/fangq/%{name} @@ -89,6 +89,9 @@ popd %changelog +* Sat Jul 20 2024 Fedora Release Engineering - 0.9.8-13 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild + * Sat Jan 27 2024 Fedora Release Engineering - 0.9.8-12 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild From 7ad2df73a0d68683b66fcc0af0cc0544185eb3be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miroslav=20Such=C3=BD?= Date: Thu, 25 Jul 2024 13:37:33 +0200 Subject: [PATCH 20/22] convert GPLv3+ license to SPDX This is part of https://fedoraproject.org/wiki/Changes/SPDX_Licenses_Phase_4 --- zmat.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/zmat.spec b/zmat.spec index abd9131..d49598d 100644 --- a/zmat.spec +++ b/zmat.spec @@ -1,8 +1,9 @@ Name: zmat Version: 0.9.8 -Release: 13%{?dist} +Release: 14%{?dist} Summary: An easy-to-use data compression library -License: GPLv3+ +# Automatically converted from old format: GPLv3+ - review is highly recommended. +License: GPL-3.0-or-later URL: https://github.com/fangq/%{name} Source0: https://github.com/fangq/%{name}/archive/v%{version}/%{name}-%{version}.tar.gz BuildRequires: make @@ -89,6 +90,9 @@ popd %changelog +* Thu Jul 25 2024 Miroslav Suchý - 0.9.8-14 +- convert license to SPDX + * Sat Jul 20 2024 Fedora Release Engineering - 0.9.8-13 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild From 4a23141a4caf5e92771cd26f77a802f961f5a1c7 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sun, 19 Jan 2025 16:50:23 +0000 Subject: [PATCH 21/22] Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild --- zmat.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/zmat.spec b/zmat.spec index d49598d..b3308e7 100644 --- a/zmat.spec +++ b/zmat.spec @@ -1,6 +1,6 @@ Name: zmat Version: 0.9.8 -Release: 14%{?dist} +Release: 15%{?dist} Summary: An easy-to-use data compression library # Automatically converted from old format: GPLv3+ - review is highly recommended. License: GPL-3.0-or-later @@ -90,6 +90,9 @@ popd %changelog +* Sun Jan 19 2025 Fedora Release Engineering - 0.9.8-15 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild + * Thu Jul 25 2024 Miroslav Suchý - 0.9.8-14 - convert license to SPDX From bf575342bb7b2e53919d013ff6c1a29fb40da4ad Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 25 Jul 2025 21:19:59 +0000 Subject: [PATCH 22/22] Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild --- zmat.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/zmat.spec b/zmat.spec index b3308e7..089ca8b 100644 --- a/zmat.spec +++ b/zmat.spec @@ -1,6 +1,6 @@ Name: zmat Version: 0.9.8 -Release: 15%{?dist} +Release: 16%{?dist} Summary: An easy-to-use data compression library # Automatically converted from old format: GPLv3+ - review is highly recommended. License: GPL-3.0-or-later @@ -90,6 +90,9 @@ popd %changelog +* Fri Jul 25 2025 Fedora Release Engineering - 0.9.8-16 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild + * Sun Jan 19 2025 Fedora Release Engineering - 0.9.8-15 - Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild