From 9836d768ea3b99f503b3087cfbaca58696f3f9f3 Mon Sep 17 00:00:00 2001 From: Gwyn Ciesla Date: Fri, 4 Nov 2022 14:50:40 +0000 Subject: [PATCH 1/8] Added the README --- README.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..aa0c117 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# libglibutil + +The libglibutil package From 2ab596cb236c2079b5881a18b0dc6342da7591df Mon Sep 17 00:00:00 2001 From: Alessandro Astone Date: Sun, 6 Nov 2022 01:30:12 +0100 Subject: [PATCH 2/8] Initial import (fedora#2120132). --- .gitignore | 1 + libglibutil.spec | 55 ++++++++++++++++++++++++++++++++++++++++++++++++ sources | 1 + 3 files changed, 57 insertions(+) create mode 100644 .gitignore create mode 100644 libglibutil.spec create mode 100644 sources diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..0c27267 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +/1.0.67.tar.gz diff --git a/libglibutil.spec b/libglibutil.spec new file mode 100644 index 0000000..f2cfc68 --- /dev/null +++ b/libglibutil.spec @@ -0,0 +1,55 @@ +Name: libglibutil +Version: 1.0.67 +Release: 1%{?dist} +Summary: Library of glib utilities +License: BSD +URL: https://github.com/sailfishos/libglibutil +Source0: %{url}/archive/refs/tags/%{version}.tar.gz + +BuildRequires: pkgconfig +BuildRequires: pkgconfig(glib-2.0) +BuildRequires: make gcc + +%description +Provides glib utility functions and macros + +%package devel +Summary: Development library for %{name} +Requires: %{name}%{?_isa} = %{version}-%{release} +Requires: pkgconfig + +%description devel +This package contains the development library for %{name}. + +%prep +%setup -q + +%build +%make_build LIBDIR=%{_libdir} KEEP_SYMBOLS=1 release pkgconfig + +%install +%{make_build} LIBDIR=%{_libdir} DESTDIR=%{buildroot} install-dev + +%check +%{make_build} -C test test + +%files +%license LICENSE +%{_libdir}/%{name}.so.* + +%files devel +%{_libdir}/pkgconfig/*.pc +%{_libdir}/%{name}.so +%{_includedir}/gutil + +%changelog +* Sat Oct 29 2022 Alessandro Astone - 1.0.67-1 +- Update to 1.0.67 + +* Mon Aug 22 2022 Benson Muite - 1.0.66-1 +- Update to new release + +* Sun Dec 12 2021 Mo 森 - 1.0.61-1 +- Track a new upstream URL +- Use the 'make_build' macro +- 1.0.61 diff --git a/sources b/sources new file mode 100644 index 0000000..dfbdca4 --- /dev/null +++ b/sources @@ -0,0 +1 @@ +SHA512 (1.0.67.tar.gz) = 5b8d4b00ae149bba0b2df55d5e23910dc52ef3a7ee9162202afe4774e246e9389ba971b3d54ac0542b3678b15a3310c8d0e7536b7296d1a3b82e2ae2f021c541 From c2778fafd2b280a52c0cbccc781e6ac2ddcf2377 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 19 Jan 2023 16:26:33 +0000 Subject: [PATCH 3/8] Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- libglibutil.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libglibutil.spec b/libglibutil.spec index f2cfc68..2671caa 100644 --- a/libglibutil.spec +++ b/libglibutil.spec @@ -1,6 +1,6 @@ Name: libglibutil Version: 1.0.67 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Library of glib utilities License: BSD URL: https://github.com/sailfishos/libglibutil @@ -43,6 +43,9 @@ This package contains the development library for %{name}. %{_includedir}/gutil %changelog +* Thu Jan 19 2023 Fedora Release Engineering - 1.0.67-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild + * Sat Oct 29 2022 Alessandro Astone - 1.0.67-1 - Update to 1.0.67 From a276dab42d0276d8a4a36223131ceb41e0ae1176 Mon Sep 17 00:00:00 2001 From: Alessandro Astone Date: Fri, 24 Feb 2023 12:08:26 +0100 Subject: [PATCH 4/8] Update to 1.0.68 --- .gitignore | 1 + libglibutil.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 0c27267..e5c2b94 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /1.0.67.tar.gz +/1.0.68.tar.gz diff --git a/libglibutil.spec b/libglibutil.spec index 2671caa..d996162 100644 --- a/libglibutil.spec +++ b/libglibutil.spec @@ -1,6 +1,6 @@ Name: libglibutil -Version: 1.0.67 -Release: 2%{?dist} +Version: 1.0.68 +Release: 1%{?dist} Summary: Library of glib utilities License: BSD URL: https://github.com/sailfishos/libglibutil @@ -43,6 +43,9 @@ This package contains the development library for %{name}. %{_includedir}/gutil %changelog +* Fri Feb 24 2023 Alessandro Astone - 1.0.68-1 +- Update to 1.0.68 + * Thu Jan 19 2023 Fedora Release Engineering - 1.0.67-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild diff --git a/sources b/sources index dfbdca4..ad96db0 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (1.0.67.tar.gz) = 5b8d4b00ae149bba0b2df55d5e23910dc52ef3a7ee9162202afe4774e246e9389ba971b3d54ac0542b3678b15a3310c8d0e7536b7296d1a3b82e2ae2f021c541 +SHA512 (1.0.68.tar.gz) = 8437c9eb125a42e9a4fcd1063818472a1e6a27375189b9996d2ce2c4c96de813b532dd7806d917164987fb4d6e5d67bd981b251b3c0f33cc66e9dd857de04fa1 From 533445ce5468e56644f55cbd9f8d179173c33201 Mon Sep 17 00:00:00 2001 From: Alessandro Astone Date: Tue, 25 Apr 2023 11:49:38 +0200 Subject: [PATCH 5/8] Update to 1.0.69 --- .gitignore | 1 + libglibutil.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index e5c2b94..0a51c81 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /1.0.67.tar.gz /1.0.68.tar.gz +/1.0.69.tar.gz diff --git a/libglibutil.spec b/libglibutil.spec index d996162..7df4374 100644 --- a/libglibutil.spec +++ b/libglibutil.spec @@ -1,5 +1,5 @@ Name: libglibutil -Version: 1.0.68 +Version: 1.0.69 Release: 1%{?dist} Summary: Library of glib utilities License: BSD @@ -43,6 +43,9 @@ This package contains the development library for %{name}. %{_includedir}/gutil %changelog +* Tue Apr 25 2023 Alessandro Astone - 1.0.69-1 +- Update to 1.0.69 + * Fri Feb 24 2023 Alessandro Astone - 1.0.68-1 - Update to 1.0.68 diff --git a/sources b/sources index ad96db0..03b6844 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (1.0.68.tar.gz) = 8437c9eb125a42e9a4fcd1063818472a1e6a27375189b9996d2ce2c4c96de813b532dd7806d917164987fb4d6e5d67bd981b251b3c0f33cc66e9dd857de04fa1 +SHA512 (1.0.69.tar.gz) = 310b9749fd01615ca8b79bc6f6dfccbd0dbe3e78208c4e33ede32c1ff931c189decac382197df9900f7e72233ac315c8e01ad18c95f07f7f4bff12912cc1ea18 From 3233c02bc1f11fa57fbce3291cde1e83aa27292d Mon Sep 17 00:00:00 2001 From: Alessandro Astone Date: Thu, 15 Jun 2023 17:40:11 +0200 Subject: [PATCH 6/8] Update to 1.0.70 --- .gitignore | 1 + libglibutil.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 0a51c81..be529b7 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /1.0.67.tar.gz /1.0.68.tar.gz /1.0.69.tar.gz +/1.0.70.tar.gz diff --git a/libglibutil.spec b/libglibutil.spec index 7df4374..0c67b6d 100644 --- a/libglibutil.spec +++ b/libglibutil.spec @@ -1,5 +1,5 @@ Name: libglibutil -Version: 1.0.69 +Version: 1.0.70 Release: 1%{?dist} Summary: Library of glib utilities License: BSD @@ -43,6 +43,9 @@ This package contains the development library for %{name}. %{_includedir}/gutil %changelog +* Thu Jun 15 2023 Alessandro Astone - 1.0.70-1 +- Update to 1.0.70 + * Tue Apr 25 2023 Alessandro Astone - 1.0.69-1 - Update to 1.0.69 diff --git a/sources b/sources index 03b6844..3f1c5ab 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (1.0.69.tar.gz) = 310b9749fd01615ca8b79bc6f6dfccbd0dbe3e78208c4e33ede32c1ff931c189decac382197df9900f7e72233ac315c8e01ad18c95f07f7f4bff12912cc1ea18 +SHA512 (1.0.70.tar.gz) = 87388bdeee86119fe23883dd42e6798ce9c092691b47275c3c75c6d088aa61e5234f98e0bf4de86128a87977d177be982d63ba3d26c8b9d28f3f4b0f5900ed54 From 74856e9a93ebd3cfc9c005ab96a9747d7c148ead Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 20 Jul 2023 10:59:08 +0000 Subject: [PATCH 7/8] Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- libglibutil.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libglibutil.spec b/libglibutil.spec index 0c67b6d..6e281b2 100644 --- a/libglibutil.spec +++ b/libglibutil.spec @@ -1,6 +1,6 @@ Name: libglibutil Version: 1.0.70 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Library of glib utilities License: BSD URL: https://github.com/sailfishos/libglibutil @@ -43,6 +43,9 @@ This package contains the development library for %{name}. %{_includedir}/gutil %changelog +* Thu Jul 20 2023 Fedora Release Engineering - 1.0.70-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild + * Thu Jun 15 2023 Alessandro Astone - 1.0.70-1 - Update to 1.0.70 From eb369bd8da4b5e7c92b2e961490541730bb73caa Mon Sep 17 00:00:00 2001 From: Alessandro Astone Date: Sat, 16 Sep 2023 21:22:12 +0200 Subject: [PATCH 8/8] Update to 1.0.74 --- .gitignore | 1 + libglibutil.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index be529b7..5997195 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ /1.0.68.tar.gz /1.0.69.tar.gz /1.0.70.tar.gz +/1.0.74.tar.gz diff --git a/libglibutil.spec b/libglibutil.spec index 6e281b2..66a6b2f 100644 --- a/libglibutil.spec +++ b/libglibutil.spec @@ -1,6 +1,6 @@ Name: libglibutil -Version: 1.0.70 -Release: 2%{?dist} +Version: 1.0.74 +Release: 1%{?dist} Summary: Library of glib utilities License: BSD URL: https://github.com/sailfishos/libglibutil @@ -43,6 +43,9 @@ This package contains the development library for %{name}. %{_includedir}/gutil %changelog +* Sat Sep 16 2023 Alessandro Astone - 1.0.74-1 +- Update to 1.0.74 + * Thu Jul 20 2023 Fedora Release Engineering - 1.0.70-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild diff --git a/sources b/sources index 3f1c5ab..9ced922 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (1.0.70.tar.gz) = 87388bdeee86119fe23883dd42e6798ce9c092691b47275c3c75c6d088aa61e5234f98e0bf4de86128a87977d177be982d63ba3d26c8b9d28f3f4b0f5900ed54 +SHA512 (1.0.74.tar.gz) = 39d6230944cccc08f61fd421e4fde2c9d19a575197919d114cb9151088445376250bc251e6a8106e7cbe8a98f0847047ff9e36aaed44d4c28667898f48f5bb15