From 3f14eb0055df8b2877347ce706971afc88033e00 Mon Sep 17 00:00:00 2001 From: Mukundan Ragavan Date: Wed, 23 Dec 2020 10:23:03 -0500 Subject: [PATCH 01/23] Update to 4.16.0 --- .gitignore | 1 + sources | 2 +- xfconf.spec | 13 ++++++++++--- 3 files changed, 12 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index b9aef55..bc235af 100644 --- a/.gitignore +++ b/.gitignore @@ -14,3 +14,4 @@ xfconf-4.6.2.tar.bz2 /xfconf-4.14.1.tar.bz2 /xfconf-4.14.3.tar.bz2 /xfconf-4.14.4.tar.bz2 +/xfconf-4.16.0.tar.bz2 diff --git a/sources b/sources index e90251b..3d5285c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (xfconf-4.14.4.tar.bz2) = 2335c73078ec1b035ceb1d96a2e16d9e63ca7ad5cabac96478d134ad3f94c0e81351df8acd8fb446a97a56f30472502006d93e96acdafc69262af3bbb1fc79ad +SHA512 (xfconf-4.16.0.tar.bz2) = d2e6b272243d6eda71f42cb3df18cb9c0745a1864718639e9aa494902dfe5b4989b2761fee2195456e5725cad0f744978f9c95c6f01e48aa016a919ce3468344 diff --git a/xfconf.spec b/xfconf.spec index 00ba94b..56bcd2d 100644 --- a/xfconf.spec +++ b/xfconf.spec @@ -1,4 +1,5 @@ -%global xfceversion 4.14 +%global xfceversion 4.16 + %if 0%{?fedora} %bcond_with perl %else @@ -6,7 +7,7 @@ %endif Name: xfconf -Version: 4.14.4 +Version: 4.16.0 Release: 1%{?dist} Summary: Hierarchical configuration system for Xfce @@ -112,7 +113,7 @@ find %{buildroot} -type f -name *.la -exec rm -f {} \; %files -f %{name}.lang %license COPYING -%doc AUTHORS ChangeLog NEWS TODO +%doc AUTHORS NEWS TODO %{_libdir}/lib*.so.* %{_bindir}/xfconf-query %{_libdir}/xfce4/xfconf/ @@ -121,12 +122,15 @@ find %{buildroot} -type f -name *.la -exec rm -f {} \; %{_datadir}/vala/vapi/libxfconf-0.vapi %{_datadir}/dbus-1/services/org.xfce.Xfconf.service %{_datadir}/gir-1.0/Xfconf-0.gir +%{_datadir}/bash-completion/completions/xfconf-query %files devel %doc %{_datadir}/gtk-doc %{_libdir}/lib*.so %{_libdir}/pkgconfig/*.pc %{_includedir}/xfce4/xfconf-0 +%{_libdir}/gio/modules/libxfconfgsettingsbackend.so +%{_datadir}/gtk-doc/html/%{name}/* %if %{with perl} %files perl @@ -136,6 +140,9 @@ find %{buildroot} -type f -name *.la -exec rm -f {} \; %endif %changelog +* Wed Dec 23 2020 Mukundan Ragavan - 4.16.0-1 +- Update to 4.16.0 + * Tue Nov 10 2020 Mukundan Ragavan - 4.14.4-1 - Update to 4.14.4 From 5c6800403b4511c579b437ed98fa0ca69aaa2404 Mon Sep 17 00:00:00 2001 From: Tom Stellard Date: Sat, 9 Jan 2021 01:25:49 +0000 Subject: [PATCH 02/23] Add BuildRequires: make https://fedoraproject.org/wiki/Changes/Remove_make_from_BuildRoot --- xfconf.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/xfconf.spec b/xfconf.spec index 56bcd2d..d48b72b 100644 --- a/xfconf.spec +++ b/xfconf.spec @@ -16,6 +16,7 @@ URL: http://www.xfce.org/ #VCS git:git://git.xfce.org/xfce/xfconf Source0: http://archive.xfce.org/src/xfce/%{name}/%{xfceversion}/%{name}-%{version}.tar.bz2 +BuildRequires: make BuildRequires: glib2-devel BuildRequires: pkgconfig(libxfce4util-1.0) >= %{xfceversion} BuildRequires: pkgconfig(dbus-1) >= 1.1.0 From 9f242df496c6e5bf776f087c64cc51b05ad3eb0b Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 28 Jan 2021 00:02:57 +0000 Subject: [PATCH 03/23] - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- xfconf.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xfconf.spec b/xfconf.spec index d48b72b..34eb646 100644 --- a/xfconf.spec +++ b/xfconf.spec @@ -8,7 +8,7 @@ Name: xfconf Version: 4.16.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Hierarchical configuration system for Xfce License: GPLv2 @@ -141,6 +141,9 @@ find %{buildroot} -type f -name *.la -exec rm -f {} \; %endif %changelog +* Thu Jan 28 2021 Fedora Release Engineering - 4.16.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + * Wed Dec 23 2020 Mukundan Ragavan - 4.16.0-1 - Update to 4.16.0 From 890c130ab38045c397ee3d0a2a77357c8624010b Mon Sep 17 00:00:00 2001 From: Jeff Law Date: Sun, 9 May 2021 22:42:20 -0600 Subject: [PATCH 04/23] - Re-enable LTO now that gobject-introspection has been fixed. --- xfconf.spec | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/xfconf.spec b/xfconf.spec index 34eb646..1870540 100644 --- a/xfconf.spec +++ b/xfconf.spec @@ -8,7 +8,7 @@ Name: xfconf Version: 4.16.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Hierarchical configuration system for Xfce License: GPLv2 @@ -75,11 +75,6 @@ interact with xfconf using perl. %setup -q %build -# gobject introspection does not work with LTO. There is an effort to fix this -# in the appropriate project upstreams, so hopefully LTO can be enabled someday -# Disable LTO. -%define _lto_cflags %{nil} - %configure --disable-static --with-perl-options=INSTALLDIRS="vendor" sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool @@ -141,6 +136,9 @@ find %{buildroot} -type f -name *.la -exec rm -f {} \; %endif %changelog +* Sun May 09 2021 Jeff Law - 4.16.0-3 +- Re-enable LTO now that gobject-introspection has been fixed. + * Thu Jan 28 2021 Fedora Release Engineering - 4.16.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild @@ -158,7 +156,7 @@ find %{buildroot} -type f -name *.la -exec rm -f {} \; - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Tue Jun 30 2020 Jeff Law - 4.14.3-2 -Disable LTO +- Disable LTO * Wed May 06 2020 Mukundan Ragavan - 4.14.3-1 - Update to 4.14.3 From 26a46ebb6ca0b1050a418ac4f991d6ad6abe8678 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 23 Jul 2021 21:34:32 +0000 Subject: [PATCH 05/23] - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- xfconf.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xfconf.spec b/xfconf.spec index 1870540..8449e21 100644 --- a/xfconf.spec +++ b/xfconf.spec @@ -8,7 +8,7 @@ Name: xfconf Version: 4.16.0 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Hierarchical configuration system for Xfce License: GPLv2 @@ -136,6 +136,9 @@ find %{buildroot} -type f -name *.la -exec rm -f {} \; %endif %changelog +* Fri Jul 23 2021 Fedora Release Engineering - 4.16.0-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + * Sun May 09 2021 Jeff Law - 4.16.0-3 - Re-enable LTO now that gobject-introspection has been fixed. From 32ec348559e197be776d6e329c234928824173e9 Mon Sep 17 00:00:00 2001 From: Mukundan Ragavan Date: Sun, 19 Sep 2021 09:10:57 -0400 Subject: [PATCH 06/23] Replace dbus-x11 with dbus in requires (fixes bz#1975572) --- xfconf.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/xfconf.spec b/xfconf.spec index 8449e21..68fd172 100644 --- a/xfconf.spec +++ b/xfconf.spec @@ -8,7 +8,7 @@ Name: xfconf Version: 4.16.0 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Hierarchical configuration system for Xfce License: GPLv2 @@ -16,7 +16,7 @@ URL: http://www.xfce.org/ #VCS git:git://git.xfce.org/xfce/xfconf Source0: http://archive.xfce.org/src/xfce/%{name}/%{xfceversion}/%{name}-%{version}.tar.bz2 -BuildRequires: make +BuildRequires: make BuildRequires: glib2-devel BuildRequires: pkgconfig(libxfce4util-1.0) >= %{xfceversion} BuildRequires: pkgconfig(dbus-1) >= 1.1.0 @@ -36,7 +36,7 @@ BuildRequires: gcc-c++ BuildRequires: gobject-introspection-devel BuildRequires: vala -Requires: dbus-x11 +Requires: dbus Obsoletes: libxfce4mcs < 4.4.3-3 Obsoletes: xfconf-perl < 4.13.8 @@ -136,6 +136,9 @@ find %{buildroot} -type f -name *.la -exec rm -f {} \; %endif %changelog +* Sun Sep 19 2021 Mukundan Ragavan - 4.16.0-5 +- Replace dbus-x11 with dbus in requires (fixes bz#1975572) + * Fri Jul 23 2021 Fedora Release Engineering - 4.16.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild From 5b9bbff10b8244a3e41ff7ef9e488e296e011eaa Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 22 Jan 2022 05:06:18 +0000 Subject: [PATCH 07/23] - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- xfconf.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xfconf.spec b/xfconf.spec index 68fd172..a20e0c8 100644 --- a/xfconf.spec +++ b/xfconf.spec @@ -8,7 +8,7 @@ Name: xfconf Version: 4.16.0 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Hierarchical configuration system for Xfce License: GPLv2 @@ -136,6 +136,9 @@ find %{buildroot} -type f -name *.la -exec rm -f {} \; %endif %changelog +* Sat Jan 22 2022 Fedora Release Engineering - 4.16.0-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild + * Sun Sep 19 2021 Mukundan Ragavan - 4.16.0-5 - Replace dbus-x11 with dbus in requires (fixes bz#1975572) From f40fa4c1d8b86496dd1f81810e80c6a1ac2a5c94 Mon Sep 17 00:00:00 2001 From: Mukundan Ragavan Date: Fri, 13 May 2022 07:17:42 -0500 Subject: [PATCH 08/23] Remove all perl conditionals --- xfconf.spec | 49 ++++--------------------------------------------- 1 file changed, 4 insertions(+), 45 deletions(-) diff --git a/xfconf.spec b/xfconf.spec index a20e0c8..609ec7b 100644 --- a/xfconf.spec +++ b/xfconf.spec @@ -1,14 +1,8 @@ %global xfceversion 4.16 -%if 0%{?fedora} -%bcond_with perl -%else -%bcond_without perl -%endif - Name: xfconf Version: 4.16.0 -Release: 6%{?dist} +Release: 7%{?dist} Summary: Hierarchical configuration system for Xfce License: GPLv2 @@ -21,15 +15,6 @@ BuildRequires: glib2-devel BuildRequires: pkgconfig(libxfce4util-1.0) >= %{xfceversion} BuildRequires: pkgconfig(dbus-1) >= 1.1.0 BuildRequires: pkgconfig(dbus-glib-1) >= 0.84 -%if %{with perl} -BuildRequires: perl-devel -BuildRequires: perl-generators -BuildRequires: perl(ExtUtils::Depends) -BuildRequires: perl(ExtUtils::PkgConfig) -BuildRequires: perl(ExtUtils::MakeMaker) -BuildRequires: perl(Glib) -BuildRequires: perl(Glib::MakeHelper) -%endif BuildRequires: gettext BuildRequires: intltool BuildRequires: gcc-c++ @@ -60,17 +45,6 @@ Obsoletes: xfce-mcs-manager-devel < 4.4.3-3 This package includes the libraries and header files you will need to compile applications for xfconf. -%if %{with perl} -%package perl -Summary: Perl modules for xfconf -Requires: %{name} = %{version}-%{release} -Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) - -%description perl -This package includes the perl modules and files you will need to -interact with xfconf using perl. -%endif - %prep %setup -q @@ -88,17 +62,6 @@ export LD_LIBRARY_PATH="`pwd`/xfconf/.libs" # fix permissions for installed libraries chmod 755 %{buildroot}/%{_libdir}/*.so -%if %{with perl} -# remove perl temp file -rm -f %{buildroot}/%{perl_archlib}/perllocal.pod - -# remove unneeded dynloader bootstrap file -rm -f %{buildroot}/%{perl_vendorarch}/auto/Xfce4/Xfconf/Xfconf.bs - -# fix permissions on the .so file -chmod 755 %{buildroot}/%{perl_vendorarch}/auto/Xfce4/Xfconf/Xfconf.so -%endif - # remove .packlist files. find %{buildroot} -type f -name .packlist -exec rm -f {} \; @@ -128,14 +91,10 @@ find %{buildroot} -type f -name *.la -exec rm -f {} \; %{_libdir}/gio/modules/libxfconfgsettingsbackend.so %{_datadir}/gtk-doc/html/%{name}/* -%if %{with perl} -%files perl -%{perl_vendorarch}/auto/* -%{perl_vendorarch}/Xfce4 -%{_mandir}/man3/*.3* -%endif - %changelog +* Fri May 13 2022 Mukundan Ragavan - 4.16.0-7 +- Remove all perl conditionals + * Sat Jan 22 2022 Fedora Release Engineering - 4.16.0-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild From a160847d51609b24de09f442d1af43754a6b1167 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 23 Jul 2022 13:08:06 +0000 Subject: [PATCH 09/23] Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- xfconf.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xfconf.spec b/xfconf.spec index 609ec7b..6cc3670 100644 --- a/xfconf.spec +++ b/xfconf.spec @@ -2,7 +2,7 @@ Name: xfconf Version: 4.16.0 -Release: 7%{?dist} +Release: 8%{?dist} Summary: Hierarchical configuration system for Xfce License: GPLv2 @@ -92,6 +92,9 @@ find %{buildroot} -type f -name *.la -exec rm -f {} \; %{_datadir}/gtk-doc/html/%{name}/* %changelog +* Sat Jul 23 2022 Fedora Release Engineering - 4.16.0-8 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild + * Fri May 13 2022 Mukundan Ragavan - 4.16.0-7 - Remove all perl conditionals From 0b8db085c423df3c6127405a9408827e6a8f4658 Mon Sep 17 00:00:00 2001 From: Mukundan Ragavan Date: Sun, 15 Jan 2023 19:02:04 -0600 Subject: [PATCH 10/23] rpmautospec --- changelog | 251 +++++++++++++++++++++++++++++++++++++++++++++++++++ xfconf.spec | 254 +--------------------------------------------------- 2 files changed, 253 insertions(+), 252 deletions(-) create mode 100644 changelog diff --git a/changelog b/changelog new file mode 100644 index 0000000..b9ea7d0 --- /dev/null +++ b/changelog @@ -0,0 +1,251 @@ +* Sat Jul 23 2022 Fedora Release Engineering - 4.16.0-8 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild + +* Fri May 13 2022 Mukundan Ragavan - 4.16.0-7 +- Remove all perl conditionals + +* Sat Jan 22 2022 Fedora Release Engineering - 4.16.0-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild + +* Sun Sep 19 2021 Mukundan Ragavan - 4.16.0-5 +- Replace dbus-x11 with dbus in requires (fixes bz#1975572) + +* Fri Jul 23 2021 Fedora Release Engineering - 4.16.0-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + +* Sun May 09 2021 Jeff Law - 4.16.0-3 +- Re-enable LTO now that gobject-introspection has been fixed. + +* Thu Jan 28 2021 Fedora Release Engineering - 4.16.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + +* Wed Dec 23 2020 Mukundan Ragavan - 4.16.0-1 +- Update to 4.16.0 + +* Tue Nov 10 2020 Mukundan Ragavan - 4.14.4-1 +- Update to 4.14.4 + +* Sat Aug 01 2020 Fedora Release Engineering - 4.14.3-4 +- Second attempt - Rebuilt for + https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + +* Wed Jul 29 2020 Fedora Release Engineering - 4.14.3-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + +* Tue Jun 30 2020 Jeff Law - 4.14.3-2 +- Disable LTO + +* Wed May 06 2020 Mukundan Ragavan - 4.14.3-1 +- Update to 4.14.3 + +* Fri Jan 31 2020 Fedora Release Engineering - 4.14.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + +* Mon Aug 12 2019 Mukundan Ragavan - 4.14.1-1 +- Update to 4.14.1 + +* Mon Jul 29 2019 Mukundan Ragavan - 4.13.8-4 +- Enable vala + +* Mon Jul 29 2019 Mukundan Ragavan - 4.13.8-3 +- rebuild for xfce 4.14pre3 + +* Sat Jul 27 2019 Fedora Release Engineering - 4.13.8-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + +* Mon Jul 01 2019 Mukundan Ragavan - 4.13.8-1 +- Update to 4.13.8 +- Enable gobject introspection +- Following upstream, disable perl bindings and obsolete xfconf-perl sub-pkg + +* Fri May 31 2019 Jitka Plesnikova - 4.13.7-2 +- Perl 5.30 rebuild + +* Sat May 18 2019 Mukundan Ragavan - 4.13.7-1 +- Update to 4.13.7 + +* Sun Feb 03 2019 Fedora Release Engineering - 4.13.6-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild + +* Thu Jan 17 2019 Dan Horák - 4.13.6-3 +- Limit the perl subpackage to Fedora, nothing requires it anyway + +* Mon Oct 22 2018 Mukundan Ragavan - 4.13.6-2 +- Fix files section +- Spec clean up + +* Mon Oct 22 2018 Mukundan Ragavan - 4.13.6-1 +- Update to 4.13.6 + +* Sat Aug 11 2018 Mukundan Ragavan - 4.13.5-20 +- Update to 4.13.5 +- Spec cleanup + +* Mon Jul 16 2018 Mukundan Ragavan - 4.12.1-9 +- Add gcc-c++ as BR + +* Sat Jul 14 2018 Fedora Release Engineering - 4.12.1-8 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild + +* Sat Jun 30 2018 Jitka Plesnikova - 4.12.1-7 +- Perl 5.28 rebuild + +* Fri Feb 09 2018 Fedora Release Engineering - 4.12.1-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild + +* Thu Aug 03 2017 Fedora Release Engineering - 4.12.1-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild + +* Thu Jul 27 2017 Fedora Release Engineering - 4.12.1-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild + +* Tue Jun 06 2017 Jitka Plesnikova - 4.12.1-3 +- Perl 5.26 rebuild + +* Sat Feb 11 2017 Fedora Release Engineering - 4.12.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild + +* Mon Oct 24 2016 Mukundan Ragavan - 4.12.1-1 +- Update to 4.12.1 + +* Mon May 16 2016 Jitka Plesnikova - 4.12.0-5 +- Perl 5.24 rebuild + +* Fri Feb 05 2016 Fedora Release Engineering - 4.12.0-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild + +* Fri Jun 19 2015 Fedora Release Engineering - 4.12.0-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild + +* Mon Jun 08 2015 Jitka Plesnikova - 4.12.0-2 +- Perl 5.22 rebuild + +* Sat Feb 28 2015 Mukundan Ragavan - 4.12.0-1 +- Update to stable release 4.12.0 +- Fix permissions for installed libraries + +* Sat Feb 21 2015 Till Maas - 4.10.0-10 +- Rebuilt for Fedora 23 Change + https://fedoraproject.org/wiki/Changes/Harden_all_packages_with_position-independent_code + +* Mon Sep 01 2014 Jitka Plesnikova - 4.10.0-9 +- Perl 5.20 rebuild + +* Mon Aug 18 2014 Fedora Release Engineering - 4.10.0-8 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild + +* Sun Jun 08 2014 Fedora Release Engineering - 4.10.0-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild + +* Sun Aug 04 2013 Fedora Release Engineering - 4.10.0-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild + +* Thu Jul 18 2013 Petr Pisar - 4.10.0-5 +- Perl 5.18 rebuild + +* Fri Feb 15 2013 Fedora Release Engineering - 4.10.0-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild + +* Sun Jul 22 2012 Fedora Release Engineering - 4.10.0-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild + +* Tue Jun 12 2012 Petr Pisar - 4.10.0-2 +- Perl 5.16 rebuild + +* Sat Apr 28 2012 Christoph Wickert - 4.10.0-1 +- Update to 4.10.0 final +- Make build verbose +- Add VCS key + +* Sat Apr 14 2012 Kevin Fenzi - 4.9.1-1 +- Update to 4.9.1 (Xfce 4.10pre2) + +* Sun Apr 01 2012 Kevin Fenzi - 4.9.0-1 +- Update to 4.9.0 + +* Sat Jan 14 2012 Fedora Release Engineering - 4.8.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild + +* Fri Dec 23 2011 Kevin Fenzi - 4.8.1-1 +- Update to 4.8.1 + +* Thu Jul 21 2011 Petr Sabata - 4.8.0-4 +- Perl mass rebuild + +* Mon Jun 20 2011 Marcela Mašláňová - 4.8.0-3 +- Perl mass rebuild + +* Mon Feb 07 2011 Fedora Release Engineering - 4.8.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild + +* Sun Jan 16 2011 Kevin Fenzi - 4.8.0-1 +- Update to 4.8.0 final. + +* Sun Jan 02 2011 Christoph Wickert - 4.7.5-1 +- Update to 4.7.5 + +* Fri Dec 03 2010 Christoph Wickert - 4.7.4-1 +- Update to 4.7.4 +- Fix directory ownership + +* Sun Sep 05 2010 Christoph Wickert - 4.7.3-1 +- Update to 4.7.3 + +* Mon Aug 23 2010 Kevin Fenzi - 4.6.2-3 +- Remove unneeded gtk-doc dep. Fixes bug #604423 + +* Wed Jun 02 2010 Marcela Maslanova - 4.6.2-2 +- Mass rebuild with perl-5.12.0 + +* Fri May 21 2010 Kevin Fenzi - 4.6.2-1 +- Update to 4.6.2 + +* Mon Dec 7 2009 Stepan Kasal - 4.6.1-5 +- rebuild against perl 5.10.1 + +* Tue Oct 20 2009 Orion Poplawski - 4.6.1-4 +- Add BR perl(ExtUtils::MakeMaker) and perl(Glib::MakeHelper) + +* Mon Jul 27 2009 Fedora Release Engineering - 4.6.1-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild + +* Sun Jun 14 2009 Christoph Wickert - 4.6.1-2 +- Require dbus-x11 (#505499) + +* Sun Apr 19 2009 Kevin Fenzi - 4.6.1-1 +- Update to 4.6.1 + +* Mon Mar 02 2009 Christoph Wickert - 4.6.0-2 +- Fix directory ownership problems +- Move gtk-doc into devel package and mark it %%doc +- Make devel package require gtk-doc + +* Thu Feb 26 2009 Kevin Fenzi - 4.6.0-1 +- Update to 4.6.0 + +* Thu Feb 26 2009 Fedora Release Engineering - 4.5.99.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild + +* Mon Jan 26 2009 Kevin Fenzi - 4.5.99.1-1 +- Update to 4.5.99.1 + +* Thu Jan 22 2009 Christoph Wickert - 4.5.93-3 +- Let xfce4-settings Obsolete mcs manager and plugin packages + +* Thu Jan 22 2009 Christoph Wickert - 4.5.93-2 +- Add Obsoletes for mcs devel package + +* Tue Jan 13 2009 Kevin Fenzi - 4.5.93-1 +- Update to 4.5.93 + +* Fri Jan 02 2009 Kevin Fenzi - 4.5.92-4 +- Add Obsoletes for mcs packages + +* Mon Dec 22 2008 Kevin Fenzi - 4.5.92-3 +- Fixes for review ( bug 477732 ) + +* Mon Dec 22 2008 Kevin Fenzi - 4.5.92-2 +- Add gettext BuildRequires + +* Sun Dec 21 2008 Kevin Fenzi - 4.5.92-1 +- Initial version for Fedora diff --git a/xfconf.spec b/xfconf.spec index 6cc3670..a75fef6 100644 --- a/xfconf.spec +++ b/xfconf.spec @@ -2,7 +2,7 @@ Name: xfconf Version: 4.16.0 -Release: 8%{?dist} +Release: %autorelease Summary: Hierarchical configuration system for Xfce License: GPLv2 @@ -92,254 +92,4 @@ find %{buildroot} -type f -name *.la -exec rm -f {} \; %{_datadir}/gtk-doc/html/%{name}/* %changelog -* Sat Jul 23 2022 Fedora Release Engineering - 4.16.0-8 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild - -* Fri May 13 2022 Mukundan Ragavan - 4.16.0-7 -- Remove all perl conditionals - -* Sat Jan 22 2022 Fedora Release Engineering - 4.16.0-6 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild - -* Sun Sep 19 2021 Mukundan Ragavan - 4.16.0-5 -- Replace dbus-x11 with dbus in requires (fixes bz#1975572) - -* Fri Jul 23 2021 Fedora Release Engineering - 4.16.0-4 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild - -* Sun May 09 2021 Jeff Law - 4.16.0-3 -- Re-enable LTO now that gobject-introspection has been fixed. - -* Thu Jan 28 2021 Fedora Release Engineering - 4.16.0-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild - -* Wed Dec 23 2020 Mukundan Ragavan - 4.16.0-1 -- Update to 4.16.0 - -* Tue Nov 10 2020 Mukundan Ragavan - 4.14.4-1 -- Update to 4.14.4 - -* Sat Aug 01 2020 Fedora Release Engineering - 4.14.3-4 -- Second attempt - Rebuilt for - https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild - -* Wed Jul 29 2020 Fedora Release Engineering - 4.14.3-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild - -* Tue Jun 30 2020 Jeff Law - 4.14.3-2 -- Disable LTO - -* Wed May 06 2020 Mukundan Ragavan - 4.14.3-1 -- Update to 4.14.3 - -* Fri Jan 31 2020 Fedora Release Engineering - 4.14.1-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild - -* Mon Aug 12 2019 Mukundan Ragavan - 4.14.1-1 -- Update to 4.14.1 - -* Mon Jul 29 2019 Mukundan Ragavan - 4.13.8-4 -- Enable vala - -* Mon Jul 29 2019 Mukundan Ragavan - 4.13.8-3 -- rebuild for xfce 4.14pre3 - -* Sat Jul 27 2019 Fedora Release Engineering - 4.13.8-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild - -* Mon Jul 01 2019 Mukundan Ragavan - 4.13.8-1 -- Update to 4.13.8 -- Enable gobject introspection -- Following upstream, disable perl bindings and obsolete xfconf-perl sub-pkg - -* Fri May 31 2019 Jitka Plesnikova - 4.13.7-2 -- Perl 5.30 rebuild - -* Sat May 18 2019 Mukundan Ragavan - 4.13.7-1 -- Update to 4.13.7 - -* Sun Feb 03 2019 Fedora Release Engineering - 4.13.6-4 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild - -* Thu Jan 17 2019 Dan Horák - 4.13.6-3 -- Limit the perl subpackage to Fedora, nothing requires it anyway - -* Mon Oct 22 2018 Mukundan Ragavan - 4.13.6-2 -- Fix files section -- Spec clean up - -* Mon Oct 22 2018 Mukundan Ragavan - 4.13.6-1 -- Update to 4.13.6 - -* Sat Aug 11 2018 Mukundan Ragavan - 4.13.5-20 -- Update to 4.13.5 -- Spec cleanup - -* Mon Jul 16 2018 Mukundan Ragavan - 4.12.1-9 -- Add gcc-c++ as BR - -* Sat Jul 14 2018 Fedora Release Engineering - 4.12.1-8 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild - -* Sat Jun 30 2018 Jitka Plesnikova - 4.12.1-7 -- Perl 5.28 rebuild - -* Fri Feb 09 2018 Fedora Release Engineering - 4.12.1-6 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild - -* Thu Aug 03 2017 Fedora Release Engineering - 4.12.1-5 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild - -* Thu Jul 27 2017 Fedora Release Engineering - 4.12.1-4 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild - -* Tue Jun 06 2017 Jitka Plesnikova - 4.12.1-3 -- Perl 5.26 rebuild - -* Sat Feb 11 2017 Fedora Release Engineering - 4.12.1-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild - -* Mon Oct 24 2016 Mukundan Ragavan - 4.12.1-1 -- Update to 4.12.1 - -* Mon May 16 2016 Jitka Plesnikova - 4.12.0-5 -- Perl 5.24 rebuild - -* Fri Feb 05 2016 Fedora Release Engineering - 4.12.0-4 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild - -* Fri Jun 19 2015 Fedora Release Engineering - 4.12.0-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild - -* Mon Jun 08 2015 Jitka Plesnikova - 4.12.0-2 -- Perl 5.22 rebuild - -* Sat Feb 28 2015 Mukundan Ragavan - 4.12.0-1 -- Update to stable release 4.12.0 -- Fix permissions for installed libraries - -* Sat Feb 21 2015 Till Maas - 4.10.0-10 -- Rebuilt for Fedora 23 Change - https://fedoraproject.org/wiki/Changes/Harden_all_packages_with_position-independent_code - -* Mon Sep 01 2014 Jitka Plesnikova - 4.10.0-9 -- Perl 5.20 rebuild - -* Mon Aug 18 2014 Fedora Release Engineering - 4.10.0-8 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild - -* Sun Jun 08 2014 Fedora Release Engineering - 4.10.0-7 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild - -* Sun Aug 04 2013 Fedora Release Engineering - 4.10.0-6 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild - -* Thu Jul 18 2013 Petr Pisar - 4.10.0-5 -- Perl 5.18 rebuild - -* Fri Feb 15 2013 Fedora Release Engineering - 4.10.0-4 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild - -* Sun Jul 22 2012 Fedora Release Engineering - 4.10.0-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild - -* Tue Jun 12 2012 Petr Pisar - 4.10.0-2 -- Perl 5.16 rebuild - -* Sat Apr 28 2012 Christoph Wickert - 4.10.0-1 -- Update to 4.10.0 final -- Make build verbose -- Add VCS key - -* Sat Apr 14 2012 Kevin Fenzi - 4.9.1-1 -- Update to 4.9.1 (Xfce 4.10pre2) - -* Sun Apr 01 2012 Kevin Fenzi - 4.9.0-1 -- Update to 4.9.0 - -* Sat Jan 14 2012 Fedora Release Engineering - 4.8.1-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild - -* Fri Dec 23 2011 Kevin Fenzi - 4.8.1-1 -- Update to 4.8.1 - -* Thu Jul 21 2011 Petr Sabata - 4.8.0-4 -- Perl mass rebuild - -* Mon Jun 20 2011 Marcela Mašláňová - 4.8.0-3 -- Perl mass rebuild - -* Mon Feb 07 2011 Fedora Release Engineering - 4.8.0-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild - -* Sun Jan 16 2011 Kevin Fenzi - 4.8.0-1 -- Update to 4.8.0 final. - -* Sun Jan 02 2011 Christoph Wickert - 4.7.5-1 -- Update to 4.7.5 - -* Fri Dec 03 2010 Christoph Wickert - 4.7.4-1 -- Update to 4.7.4 -- Fix directory ownership - -* Sun Sep 05 2010 Christoph Wickert - 4.7.3-1 -- Update to 4.7.3 - -* Mon Aug 23 2010 Kevin Fenzi - 4.6.2-3 -- Remove unneeded gtk-doc dep. Fixes bug #604423 - -* Wed Jun 02 2010 Marcela Maslanova - 4.6.2-2 -- Mass rebuild with perl-5.12.0 - -* Fri May 21 2010 Kevin Fenzi - 4.6.2-1 -- Update to 4.6.2 - -* Mon Dec 7 2009 Stepan Kasal - 4.6.1-5 -- rebuild against perl 5.10.1 - -* Tue Oct 20 2009 Orion Poplawski - 4.6.1-4 -- Add BR perl(ExtUtils::MakeMaker) and perl(Glib::MakeHelper) - -* Mon Jul 27 2009 Fedora Release Engineering - 4.6.1-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild - -* Sun Jun 14 2009 Christoph Wickert - 4.6.1-2 -- Require dbus-x11 (#505499) - -* Sun Apr 19 2009 Kevin Fenzi - 4.6.1-1 -- Update to 4.6.1 - -* Mon Mar 02 2009 Christoph Wickert - 4.6.0-2 -- Fix directory ownership problems -- Move gtk-doc into devel package and mark it %%doc -- Make devel package require gtk-doc - -* Thu Feb 26 2009 Kevin Fenzi - 4.6.0-1 -- Update to 4.6.0 - -* Thu Feb 26 2009 Fedora Release Engineering - 4.5.99.1-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild - -* Mon Jan 26 2009 Kevin Fenzi - 4.5.99.1-1 -- Update to 4.5.99.1 - -* Thu Jan 22 2009 Christoph Wickert - 4.5.93-3 -- Let xfce4-settings Obsolete mcs manager and plugin packages - -* Thu Jan 22 2009 Christoph Wickert - 4.5.93-2 -- Add Obsoletes for mcs devel package - -* Tue Jan 13 2009 Kevin Fenzi - 4.5.93-1 -- Update to 4.5.93 - -* Fri Jan 02 2009 Kevin Fenzi - 4.5.92-4 -- Add Obsoletes for mcs packages - -* Mon Dec 22 2008 Kevin Fenzi - 4.5.92-3 -- Fixes for review ( bug 477732 ) - -* Mon Dec 22 2008 Kevin Fenzi - 4.5.92-2 -- Add gettext BuildRequires - -* Sun Dec 21 2008 Kevin Fenzi - 4.5.92-1 -- Initial version for Fedora +%autochangelog From 5182b8874765a748ad5b35520e81b4aed3b5b691 Mon Sep 17 00:00:00 2001 From: Mukundan Ragavan Date: Sun, 15 Jan 2023 20:17:51 -0600 Subject: [PATCH 11/23] Update to v4.18.0 (Xfce 4.18) --- .gitignore | 1 + sources | 2 +- xfconf.spec | 4 ++-- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index bc235af..62ed396 100644 --- a/.gitignore +++ b/.gitignore @@ -15,3 +15,4 @@ xfconf-4.6.2.tar.bz2 /xfconf-4.14.3.tar.bz2 /xfconf-4.14.4.tar.bz2 /xfconf-4.16.0.tar.bz2 +/xfconf-4.18.0.tar.bz2 diff --git a/sources b/sources index 3d5285c..396f7f3 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (xfconf-4.16.0.tar.bz2) = d2e6b272243d6eda71f42cb3df18cb9c0745a1864718639e9aa494902dfe5b4989b2761fee2195456e5725cad0f744978f9c95c6f01e48aa016a919ce3468344 +SHA512 (xfconf-4.18.0.tar.bz2) = 49ac3070e44e0c699c157e6c029bf14d932bc1e60b01bc3b4f7451acf403d451ac52e2dfb14fc97298cc774c7a0895616788cdbfc189976805669fcdb7aa47b6 diff --git a/xfconf.spec b/xfconf.spec index a75fef6..809ba92 100644 --- a/xfconf.spec +++ b/xfconf.spec @@ -1,7 +1,7 @@ -%global xfceversion 4.16 +%global xfceversion 4.18 Name: xfconf -Version: 4.16.0 +Version: 4.18.0 Release: %autorelease Summary: Hierarchical configuration system for Xfce From a974fd3d81612850ce13a324a16d5f2a6c1b3e23 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 21 Jan 2023 07:28:17 +0000 Subject: [PATCH 12/23] Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild Signed-off-by: Fedora Release Engineering From 166fdd1a298b7dae8e57456f41658795d7adc8c1 Mon Sep 17 00:00:00 2001 From: Mukundan Ragavan Date: Thu, 20 Apr 2023 20:09:23 -0500 Subject: [PATCH 13/23] Update to v4.18.1 --- .gitignore | 1 + sources | 2 +- xfconf.spec | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 62ed396..bca4d33 100644 --- a/.gitignore +++ b/.gitignore @@ -16,3 +16,4 @@ xfconf-4.6.2.tar.bz2 /xfconf-4.14.4.tar.bz2 /xfconf-4.16.0.tar.bz2 /xfconf-4.18.0.tar.bz2 +/xfconf-4.18.1.tar.bz2 diff --git a/sources b/sources index 396f7f3..5688c5e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (xfconf-4.18.0.tar.bz2) = 49ac3070e44e0c699c157e6c029bf14d932bc1e60b01bc3b4f7451acf403d451ac52e2dfb14fc97298cc774c7a0895616788cdbfc189976805669fcdb7aa47b6 +SHA512 (xfconf-4.18.1.tar.bz2) = cb4cc29497865755df4c9b8db7cbb84f9f2b5ce5eb7216bd5a3e7202424c565a36f4e4592c5ee0035a01fe4df043a87de43a536b0e63e1e200a077631e1c807a diff --git a/xfconf.spec b/xfconf.spec index 809ba92..15263c0 100644 --- a/xfconf.spec +++ b/xfconf.spec @@ -1,7 +1,7 @@ %global xfceversion 4.18 Name: xfconf -Version: 4.18.0 +Version: 4.18.1 Release: %autorelease Summary: Hierarchical configuration system for Xfce From 5cbdd1db65952385cf7da232cd3b63b8603a76c6 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 22 Jul 2023 18:51:07 +0000 Subject: [PATCH 14/23] Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild Signed-off-by: Fedora Release Engineering From cfa1a913fecf31ff0a5e85aa129becbb16e62135 Mon Sep 17 00:00:00 2001 From: Mukundan Ragavan Date: Wed, 15 Nov 2023 20:07:34 -0600 Subject: [PATCH 15/23] Update to v4.18.3 --- .gitignore | 1 + sources | 2 +- xfconf.spec | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index bca4d33..dccc1ba 100644 --- a/.gitignore +++ b/.gitignore @@ -17,3 +17,4 @@ xfconf-4.6.2.tar.bz2 /xfconf-4.16.0.tar.bz2 /xfconf-4.18.0.tar.bz2 /xfconf-4.18.1.tar.bz2 +/xfconf-4.18.3.tar.bz2 diff --git a/sources b/sources index 5688c5e..17a0c1e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (xfconf-4.18.1.tar.bz2) = cb4cc29497865755df4c9b8db7cbb84f9f2b5ce5eb7216bd5a3e7202424c565a36f4e4592c5ee0035a01fe4df043a87de43a536b0e63e1e200a077631e1c807a +SHA512 (xfconf-4.18.3.tar.bz2) = e1aa133f79ea584af067369f6fd059cd444c4743270ed90a8b0dfe158f7ae6fbc78af62fab67c64674060c2fd1404f06602ac8c019b0db8b70779a17fde4a327 diff --git a/xfconf.spec b/xfconf.spec index 15263c0..58d4fb2 100644 --- a/xfconf.spec +++ b/xfconf.spec @@ -1,7 +1,7 @@ %global xfceversion 4.18 Name: xfconf -Version: 4.18.1 +Version: 4.18.3 Release: %autorelease Summary: Hierarchical configuration system for Xfce From 970928b78f8de652fe6c1855d9480dccb032a19e Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 27 Jan 2024 09:41:55 +0000 Subject: [PATCH 16/23] Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild From 9769f35656c3ee07b38252ea7fe275e123b5bc1d Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 20 Jul 2024 10:03:47 +0000 Subject: [PATCH 17/23] Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild From abd6f89aca9bd5d6aa7ddaf61e9791f3bb4097e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miroslav=20Such=C3=BD?= Date: Mon, 29 Jul 2024 12:32:29 +0200 Subject: [PATCH 18/23] convert GPLv2 license to SPDX This is part of https://fedoraproject.org/wiki/Changes/SPDX_Licenses_Phase_4 --- xfconf.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/xfconf.spec b/xfconf.spec index 58d4fb2..43568b5 100644 --- a/xfconf.spec +++ b/xfconf.spec @@ -5,7 +5,8 @@ Version: 4.18.3 Release: %autorelease Summary: Hierarchical configuration system for Xfce -License: GPLv2 +# Automatically converted from old format: GPLv2 - review is highly recommended. +License: GPL-2.0-only URL: http://www.xfce.org/ #VCS git:git://git.xfce.org/xfce/xfconf Source0: http://archive.xfce.org/src/xfce/%{name}/%{xfceversion}/%{name}-%{version}.tar.bz2 From 777f887a5f613951f376ae2daaf139e01252cf6e Mon Sep 17 00:00:00 2001 From: Mukundan Ragavan Date: Sun, 22 Dec 2024 07:55:53 -0600 Subject: [PATCH 19/23] Update to v4.20.0 --- .gitignore | 1 + sources | 2 +- xfconf.spec | 9 +++++---- 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index dccc1ba..0d03946 100644 --- a/.gitignore +++ b/.gitignore @@ -18,3 +18,4 @@ xfconf-4.6.2.tar.bz2 /xfconf-4.18.0.tar.bz2 /xfconf-4.18.1.tar.bz2 /xfconf-4.18.3.tar.bz2 +/xfconf-4.20.0.tar.bz2 diff --git a/sources b/sources index 17a0c1e..0813f82 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (xfconf-4.18.3.tar.bz2) = e1aa133f79ea584af067369f6fd059cd444c4743270ed90a8b0dfe158f7ae6fbc78af62fab67c64674060c2fd1404f06602ac8c019b0db8b70779a17fde4a327 +SHA512 (xfconf-4.20.0.tar.bz2) = 87ae4e9366cccb6c2f13229539e8317d26bfb3fc5333e769ec2de1b596e04348595bb2e85ca90fb63c6c64968e5108e59490700028aeb077b32b9cd03062d9e9 diff --git a/xfconf.spec b/xfconf.spec index 43568b5..ceac9fc 100644 --- a/xfconf.spec +++ b/xfconf.spec @@ -1,7 +1,7 @@ -%global xfceversion 4.18 +%global xfceversion 4.20 Name: xfconf -Version: 4.18.3 +Version: 4.20.0 Release: %autorelease Summary: Hierarchical configuration system for Xfce @@ -21,6 +21,7 @@ BuildRequires: intltool BuildRequires: gcc-c++ BuildRequires: gobject-introspection-devel BuildRequires: vala +BuildRequires: systemd-rpm-macros Requires: dbus @@ -73,7 +74,7 @@ find %{buildroot} -type f -name *.la -exec rm -f {} \; %files -f %{name}.lang %license COPYING -%doc AUTHORS NEWS TODO +%doc AUTHORS NEWS %{_libdir}/lib*.so.* %{_bindir}/xfconf-query %{_libdir}/xfce4/xfconf/ @@ -83,6 +84,7 @@ find %{buildroot} -type f -name *.la -exec rm -f {} \; %{_datadir}/dbus-1/services/org.xfce.Xfconf.service %{_datadir}/gir-1.0/Xfconf-0.gir %{_datadir}/bash-completion/completions/xfconf-query +%{_userunitdir}/xfconfd.service %files devel %doc %{_datadir}/gtk-doc @@ -90,7 +92,6 @@ find %{buildroot} -type f -name *.la -exec rm -f {} \; %{_libdir}/pkgconfig/*.pc %{_includedir}/xfce4/xfconf-0 %{_libdir}/gio/modules/libxfconfgsettingsbackend.so -%{_datadir}/gtk-doc/html/%{name}/* %changelog %autochangelog From a6b459113128feaa1563714cdf0d9ddb7369e6f4 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sun, 19 Jan 2025 15:49:43 +0000 Subject: [PATCH 20/23] Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild From c3b82585b2a2bb2ca534bb7d8f052d4628b60ebf Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 25 Jul 2025 20:50:05 +0000 Subject: [PATCH 21/23] Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild From 1b3c8425d1643d58df349fe4474358404d7affbc Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 17 Jan 2026 20:40:05 +0000 Subject: [PATCH 22/23] Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild From 0b4ab8a75adc5986c541297a6d3a8e06523bc05a Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 17 Jul 2026 09:13:09 +0000 Subject: [PATCH 23/23] Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild