From 05327d16a9887575dee4a8b769c109846e2651cd Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Tue, 13 Jan 2009 01:50:23 +0000 Subject: [PATCH 001/104] Initial version checkin for fedora --- .cvsignore | 1 + import.log | 1 + sources | 1 + xfconf-4.5.92-perl.patch | 12 ++++ xfconf.spec | 123 +++++++++++++++++++++++++++++++++++++++ 5 files changed, 138 insertions(+) create mode 100644 import.log create mode 100644 xfconf-4.5.92-perl.patch create mode 100644 xfconf.spec diff --git a/.cvsignore b/.cvsignore index e69de29..c666e98 100644 --- a/.cvsignore +++ b/.cvsignore @@ -0,0 +1 @@ +xfconf-4.5.92.tar.bz2 diff --git a/import.log b/import.log new file mode 100644 index 0000000..63166e1 --- /dev/null +++ b/import.log @@ -0,0 +1 @@ +xfconf-4_5_92-4_fc11:HEAD:xfconf-4.5.92-4.fc11.src.rpm:1231811349 diff --git a/sources b/sources index e69de29..12a65ba 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +1ca682571554c7704f4c09398b74529d xfconf-4.5.92.tar.bz2 diff --git a/xfconf-4.5.92-perl.patch b/xfconf-4.5.92-perl.patch new file mode 100644 index 0000000..984145d --- /dev/null +++ b/xfconf-4.5.92-perl.patch @@ -0,0 +1,12 @@ +diff -Nur xfconf-4.5.92.orig/xfconf-perl/Makefile.in xfconf-4.5.92/xfconf-perl/Makefile.in +--- xfconf-4.5.92.orig/xfconf-perl/Makefile.in 2008-11-09 16:08:15.000000000 -0700 ++++ xfconf-4.5.92/xfconf-perl/Makefile.in 2008-12-22 21:30:56.000000000 -0700 +@@ -551,7 +551,7 @@ + @BUILD_PERL_BINDINGS_TRUE@ test -f $$f || $(LN_S) $(srcdir)/$$f $$f; \ + @BUILD_PERL_BINDINGS_TRUE@ done; \ + @BUILD_PERL_BINDINGS_TRUE@ fi +-@BUILD_PERL_BINDINGS_TRUE@ top_builddir="$(top_srcdir)" $(PERL) Makefile.PL ++@BUILD_PERL_BINDINGS_TRUE@ top_builddir="$(top_srcdir)" $(PERL) Makefile.PL INSTALLDIRS="vendor" + + @BUILD_PERL_BINDINGS_TRUE@all-local: Makefile.perl + @BUILD_PERL_BINDINGS_TRUE@ $(MAKE) -f Makefile.perl diff --git a/xfconf.spec b/xfconf.spec new file mode 100644 index 0000000..0bef88c --- /dev/null +++ b/xfconf.spec @@ -0,0 +1,123 @@ +Name: xfconf +Version: 4.5.92 +Release: 4%{?dist} +Summary: Hierarchical configuration system for Xfce + +Group: Development/Libraries +License: GPLv2 +URL: http://www.xfce.org/ +Source0: http://www.xfce.org/archive/xfce-%{version}/src/xfconf-%{version}.tar.bz2 +Patch1: xfconf-4.5.92-perl.patch +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) + +BuildRequires: glib2-devel +BuildRequires: libxfce4util-devel = 4.5.92 +BuildRequires: dbus-devel +BuildRequires: dbus-glib-devel +BuildRequires: perl(ExtUtils::Depends) perl(ExtUtils::PkgConfig) perl(Glib) +BuildRequires: gettext + +Obsoletes: libxfce4mcs < 4.4.3-2 +Obsoletes: xfce-mcs-manager < 4.4.3-2 +Obsoletes: xfce-mcs-plugins < 4.4.3-2 +Obsoletes: xfce-mcs-plugins-extra < 2.0-3 +Obsoletes: xfce4-gsynaptics-mcs-plugin < 1.0.0-3 + +%description +Xfconf is a hierarchical (tree-like) configuration system where the +immediate child nodes of the root are called "channels". All settings +beneath the channel nodes are called "properties." + +%package devel +Summary: Developpment tools for xfconf +Group: Development/Libraries +Requires: %{name} = %{version}-%{release} +Requires: pkgconfig +Requires: dbus-devel +Requires: dbus-glib-devel +Requires: glib2-devel +Obsoletes: libxfce4mcs-devel < 4.4.3-2 + +%description devel +This package includes the libraries and header files you will need +to compile applications for xfconf. + +%package perl +Summary: Perl modules for xfconf +Group: Development/Libraries +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. + +%prep +%setup -q + +%patch1 -p1 + +%build +%configure --disable-static --disable-rpath +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 + +make %{?_smp_mflags} + +%install +rm -rf $RPM_BUILD_ROOT +make install DESTDIR=$RPM_BUILD_ROOT + +# remove unneeded la files. +rm -f $RPM_BUILD_ROOT/%{_libdir}/*.la +# remove perl temp file +rm -f $RPM_BUILD_ROOT/%{perl_archlib}/perllocal.pod +# remove unneeded dynloader bootstrap file +rm -f $RPM_BUILD_ROOT/%{perl_vendorarch}/auto/Xfce4/Xfconf/Xfconf.bs +# remove .packlist files. +find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \; +# fix permissions on the .so file +chmod 755 $RPM_BUILD_ROOT/%{perl_vendorarch}/auto/Xfce4/Xfconf/Xfconf.so + +%find_lang %{name} + +%clean +rm -rf $RPM_BUILD_ROOT + +%post -p /sbin/ldconfig + +%postun -p /sbin/ldconfig + +%files -f %{name}.lang +%defattr(-,root,root,-) +%doc AUTHORS ChangeLog NEWS TODO COPYING +%{_libdir}/lib*.so.* +%{_bindir}/xfconf-query +%{_bindir}/xfconfd +%{_datadir}/dbus-1/services/org.xfce.Xfconf.service +%{_datadir}/gtk-doc/html/xfconf + +%files devel +%defattr(-,root,root,-) +%{_libdir}/lib*.so +%{_libdir}/pkgconfig/*.pc +%{_includedir}/xfce4/xfconf-0 + +%files perl +%defattr(-,root,root,-) +%{perl_vendorarch}/auto/* +%{perl_vendorarch}/Xfce4 +%{_mandir}/man3/*.3* + +%changelog +* 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 From b34a85482f6a9eaf791e4e4d96b1ab3f0e30fd32 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Fri, 16 Jan 2009 23:49:59 +0000 Subject: [PATCH 002/104] Update to 4.5.93 --- .cvsignore | 2 +- sources | 2 +- xfconf-4.5.92-perl.patch | 12 ------------ xfconf.spec | 16 ++++++++-------- 4 files changed, 10 insertions(+), 22 deletions(-) delete mode 100644 xfconf-4.5.92-perl.patch diff --git a/.cvsignore b/.cvsignore index c666e98..40e27d5 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -xfconf-4.5.92.tar.bz2 +xfconf-4.5.93.tar.bz2 diff --git a/sources b/sources index 12a65ba..36c608a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -1ca682571554c7704f4c09398b74529d xfconf-4.5.92.tar.bz2 +d426da2c79f9741aeea7a55ce967ffa3 xfconf-4.5.93.tar.bz2 diff --git a/xfconf-4.5.92-perl.patch b/xfconf-4.5.92-perl.patch deleted file mode 100644 index 984145d..0000000 --- a/xfconf-4.5.92-perl.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -Nur xfconf-4.5.92.orig/xfconf-perl/Makefile.in xfconf-4.5.92/xfconf-perl/Makefile.in ---- xfconf-4.5.92.orig/xfconf-perl/Makefile.in 2008-11-09 16:08:15.000000000 -0700 -+++ xfconf-4.5.92/xfconf-perl/Makefile.in 2008-12-22 21:30:56.000000000 -0700 -@@ -551,7 +551,7 @@ - @BUILD_PERL_BINDINGS_TRUE@ test -f $$f || $(LN_S) $(srcdir)/$$f $$f; \ - @BUILD_PERL_BINDINGS_TRUE@ done; \ - @BUILD_PERL_BINDINGS_TRUE@ fi --@BUILD_PERL_BINDINGS_TRUE@ top_builddir="$(top_srcdir)" $(PERL) Makefile.PL -+@BUILD_PERL_BINDINGS_TRUE@ top_builddir="$(top_srcdir)" $(PERL) Makefile.PL INSTALLDIRS="vendor" - - @BUILD_PERL_BINDINGS_TRUE@all-local: Makefile.perl - @BUILD_PERL_BINDINGS_TRUE@ $(MAKE) -f Makefile.perl diff --git a/xfconf.spec b/xfconf.spec index 0bef88c..526e166 100644 --- a/xfconf.spec +++ b/xfconf.spec @@ -1,17 +1,16 @@ Name: xfconf -Version: 4.5.92 -Release: 4%{?dist} +Version: 4.5.93 +Release: 1%{?dist} Summary: Hierarchical configuration system for Xfce Group: Development/Libraries License: GPLv2 URL: http://www.xfce.org/ Source0: http://www.xfce.org/archive/xfce-%{version}/src/xfconf-%{version}.tar.bz2 -Patch1: xfconf-4.5.92-perl.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: glib2-devel -BuildRequires: libxfce4util-devel = 4.5.92 +BuildRequires: libxfce4util-devel = %{version} BuildRequires: dbus-devel BuildRequires: dbus-glib-devel BuildRequires: perl(ExtUtils::Depends) perl(ExtUtils::PkgConfig) perl(Glib) @@ -55,10 +54,8 @@ interact with xfconf using perl. %prep %setup -q -%patch1 -p1 - %build -%configure --disable-static --disable-rpath +%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 @@ -93,7 +90,7 @@ rm -rf $RPM_BUILD_ROOT %doc AUTHORS ChangeLog NEWS TODO COPYING %{_libdir}/lib*.so.* %{_bindir}/xfconf-query -%{_bindir}/xfconfd +%{_libexecdir}/xfconfd %{_datadir}/dbus-1/services/org.xfce.Xfconf.service %{_datadir}/gtk-doc/html/xfconf @@ -110,6 +107,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/*.3* %changelog +* 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 From 7fab0d6a4d4c95f29eb15847b0460713eb617684 Mon Sep 17 00:00:00 2001 From: Christoph Wickert Date: Sun, 18 Jan 2009 23:43:06 +0000 Subject: [PATCH 003/104] fix group tag --- xfconf.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xfconf.spec b/xfconf.spec index 526e166..e8c2327 100644 --- a/xfconf.spec +++ b/xfconf.spec @@ -3,7 +3,7 @@ Version: 4.5.93 Release: 1%{?dist} Summary: Hierarchical configuration system for Xfce -Group: Development/Libraries +Group: User Interface/Desktops License: GPLv2 URL: http://www.xfce.org/ Source0: http://www.xfce.org/archive/xfce-%{version}/src/xfconf-%{version}.tar.bz2 From 488f0551ba46aa88bf7a6cb3b2e274b3636762e5 Mon Sep 17 00:00:00 2001 From: Christoph Wickert Date: Wed, 21 Jan 2009 23:56:54 +0000 Subject: [PATCH 004/104] - Add Obsoletes for mcs devel package --- xfconf.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/xfconf.spec b/xfconf.spec index e8c2327..458449a 100644 --- a/xfconf.spec +++ b/xfconf.spec @@ -1,6 +1,6 @@ Name: xfconf Version: 4.5.93 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Hierarchical configuration system for Xfce Group: User Interface/Desktops @@ -36,6 +36,7 @@ Requires: dbus-devel Requires: dbus-glib-devel Requires: glib2-devel Obsoletes: libxfce4mcs-devel < 4.4.3-2 +Obsoletes: xfce-mcs-manager-devel < 4.4.3-2 %description devel This package includes the libraries and header files you will need @@ -107,6 +108,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/*.3* %changelog +* Tue Jan 13 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 From beb9d5bb6070750ab9fbb25009dafc3b0bd40edd Mon Sep 17 00:00:00 2001 From: Christoph Wickert Date: Thu, 22 Jan 2009 00:29:23 +0000 Subject: [PATCH 005/104] fix date in changelog --- xfconf.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xfconf.spec b/xfconf.spec index 458449a..b1ac206 100644 --- a/xfconf.spec +++ b/xfconf.spec @@ -108,7 +108,7 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/*.3* %changelog -* Tue Jan 13 2009 Christoph Wickert - 4.5.93-2 +* 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 From 26509c46c2af96b6cfcf47dc8a1b16b14078b49d Mon Sep 17 00:00:00 2001 From: Christoph Wickert Date: Thu, 22 Jan 2009 16:35:34 +0000 Subject: [PATCH 006/104] - Let xfce4-settings Obsolete mcs manager and plugin packages --- xfconf.spec | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/xfconf.spec b/xfconf.spec index b1ac206..ae03082 100644 --- a/xfconf.spec +++ b/xfconf.spec @@ -1,9 +1,9 @@ Name: xfconf Version: 4.5.93 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Hierarchical configuration system for Xfce -Group: User Interface/Desktops +Group: System Environment/Base License: GPLv2 URL: http://www.xfce.org/ Source0: http://www.xfce.org/archive/xfce-%{version}/src/xfconf-%{version}.tar.bz2 @@ -17,10 +17,6 @@ BuildRequires: perl(ExtUtils::Depends) perl(ExtUtils::PkgConfig) perl(Glib) BuildRequires: gettext Obsoletes: libxfce4mcs < 4.4.3-2 -Obsoletes: xfce-mcs-manager < 4.4.3-2 -Obsoletes: xfce-mcs-plugins < 4.4.3-2 -Obsoletes: xfce-mcs-plugins-extra < 2.0-3 -Obsoletes: xfce4-gsynaptics-mcs-plugin < 1.0.0-3 %description Xfconf is a hierarchical (tree-like) configuration system where the @@ -28,7 +24,7 @@ immediate child nodes of the root are called "channels". All settings beneath the channel nodes are called "properties." %package devel -Summary: Developpment tools for xfconf +Summary: Development tools for xfconf Group: Development/Libraries Requires: %{name} = %{version}-%{release} Requires: pkgconfig @@ -108,6 +104,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/*.3* %changelog +* 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 From c5dd83986cfb4a05b491ce5023c91a43d452646f Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Tue, 27 Jan 2009 18:18:43 +0000 Subject: [PATCH 007/104] Update to 4.5.99.1 --- .cvsignore | 2 +- sources | 2 +- xfconf.spec | 7 +++++-- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/.cvsignore b/.cvsignore index 40e27d5..69e82be 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -xfconf-4.5.93.tar.bz2 +xfconf-4.5.99.1.tar.bz2 diff --git a/sources b/sources index 36c608a..4536821 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -d426da2c79f9741aeea7a55ce967ffa3 xfconf-4.5.93.tar.bz2 +4c22977a41a46ad11bde08ea8c03af73 xfconf-4.5.99.1.tar.bz2 diff --git a/xfconf.spec b/xfconf.spec index ae03082..d00a3e4 100644 --- a/xfconf.spec +++ b/xfconf.spec @@ -1,6 +1,6 @@ Name: xfconf -Version: 4.5.93 -Release: 3%{?dist} +Version: 4.5.99.1 +Release: 1%{?dist} Summary: Hierarchical configuration system for Xfce Group: System Environment/Base @@ -104,6 +104,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/*.3* %changelog +* 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 From 36e8f47e61f40f0efa0a64e4d813af7f2e674177 Mon Sep 17 00:00:00 2001 From: Jesse Keating Date: Thu, 26 Feb 2009 09:18:57 +0000 Subject: [PATCH 008/104] - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild --- xfconf.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xfconf.spec b/xfconf.spec index d00a3e4..06b3c86 100644 --- a/xfconf.spec +++ b/xfconf.spec @@ -1,6 +1,6 @@ Name: xfconf Version: 4.5.99.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Hierarchical configuration system for Xfce Group: System Environment/Base @@ -104,6 +104,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/*.3* %changelog +* 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 From 39fbfcbc6a619ddaa1ab8b0e0828db81bfe9a6f4 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Fri, 27 Feb 2009 19:55:03 +0000 Subject: [PATCH 009/104] Update to 4.6.0 --- .cvsignore | 2 +- sources | 2 +- xfconf.spec | 7 +++++-- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/.cvsignore b/.cvsignore index 69e82be..186324e 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -xfconf-4.5.99.1.tar.bz2 +xfconf-4.6.0.tar.bz2 diff --git a/sources b/sources index 4536821..f1d50a4 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -4c22977a41a46ad11bde08ea8c03af73 xfconf-4.5.99.1.tar.bz2 +38595f78379eb1f456e97b393fdafd20 xfconf-4.6.0.tar.bz2 diff --git a/xfconf.spec b/xfconf.spec index 06b3c86..f10b437 100644 --- a/xfconf.spec +++ b/xfconf.spec @@ -1,6 +1,6 @@ Name: xfconf -Version: 4.5.99.1 -Release: 2%{?dist} +Version: 4.6.0 +Release: 1%{?dist} Summary: Hierarchical configuration system for Xfce Group: System Environment/Base @@ -104,6 +104,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/*.3* %changelog +* 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 From c840c4ee3e1c46230f76dd8e6faba28d88a95d00 Mon Sep 17 00:00:00 2001 From: Christoph Wickert Date: Mon, 2 Mar 2009 20:18:21 +0000 Subject: [PATCH 010/104] - Fix directory ownership problems - Move gtk-doc into devel package and mark it %doc - Make devel package require gtk-doc --- xfconf.spec | 22 +++++++++++++++++----- 1 file changed, 17 insertions(+), 5 deletions(-) diff --git a/xfconf.spec b/xfconf.spec index f10b437..15434e5 100644 --- a/xfconf.spec +++ b/xfconf.spec @@ -1,6 +1,6 @@ Name: xfconf Version: 4.6.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Hierarchical configuration system for Xfce Group: System Environment/Base @@ -16,7 +16,7 @@ BuildRequires: dbus-glib-devel BuildRequires: perl(ExtUtils::Depends) perl(ExtUtils::PkgConfig) perl(Glib) BuildRequires: gettext -Obsoletes: libxfce4mcs < 4.4.3-2 +Obsoletes: libxfce4mcs < 4.4.3-3 %description Xfconf is a hierarchical (tree-like) configuration system where the @@ -28,11 +28,12 @@ Summary: Development tools for xfconf Group: Development/Libraries Requires: %{name} = %{version}-%{release} Requires: pkgconfig +Requires: gtk-doc Requires: dbus-devel Requires: dbus-glib-devel Requires: glib2-devel -Obsoletes: libxfce4mcs-devel < 4.4.3-2 -Obsoletes: xfce-mcs-manager-devel < 4.4.3-2 +Obsoletes: libxfce4mcs-devel < 4.4.3-3 +Obsoletes: xfce-mcs-manager-devel < 4.4.3-3 %description devel This package includes the libraries and header files you will need @@ -75,6 +76,10 @@ chmod 755 $RPM_BUILD_ROOT/%{perl_vendorarch}/auto/Xfce4/Xfconf/Xfconf.so %find_lang %{name} +# we need to own +mkdir -p ${RPM_BUILD_ROOT}%{_libdir}/xfce4/ +mkdir -p ${RPM_BUILD_ROOT}%{_libexecdir}/xfce4/ + %clean rm -rf $RPM_BUILD_ROOT @@ -89,10 +94,12 @@ rm -rf $RPM_BUILD_ROOT %{_bindir}/xfconf-query %{_libexecdir}/xfconfd %{_datadir}/dbus-1/services/org.xfce.Xfconf.service -%{_datadir}/gtk-doc/html/xfconf +%ghost %dir %{_libdir}/xfce4/ +%ghost %dir %{_libexecdir}/xfce4/ %files devel %defattr(-,root,root,-) +%doc %{_datadir}/gtk-doc/html/xfconf %{_libdir}/lib*.so %{_libdir}/pkgconfig/*.pc %{_includedir}/xfce4/xfconf-0 @@ -104,6 +111,11 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/*.3* %changelog +* 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 From 496c87149e01bd709bd3a342b2770d66eaa54a5f Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Mon, 20 Apr 2009 02:01:29 +0000 Subject: [PATCH 011/104] Update to 4.6.1 --- .cvsignore | 2 +- sources | 2 +- xfconf.spec | 7 +++++-- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/.cvsignore b/.cvsignore index 186324e..511d5a0 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -xfconf-4.6.0.tar.bz2 +xfconf-4.6.1.tar.bz2 diff --git a/sources b/sources index f1d50a4..3b4f484 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -38595f78379eb1f456e97b393fdafd20 xfconf-4.6.0.tar.bz2 +d4d3018767ea9eb4b57cc57d4038023b xfconf-4.6.1.tar.bz2 diff --git a/xfconf.spec b/xfconf.spec index 15434e5..44fdbe8 100644 --- a/xfconf.spec +++ b/xfconf.spec @@ -1,6 +1,6 @@ Name: xfconf -Version: 4.6.0 -Release: 2%{?dist} +Version: 4.6.1 +Release: 1%{?dist} Summary: Hierarchical configuration system for Xfce Group: System Environment/Base @@ -111,6 +111,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/*.3* %changelog +* 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 From b0c5cd4b9b9ad8dcec5cf525d695f3d993b81f19 Mon Sep 17 00:00:00 2001 From: Christoph Wickert Date: Sun, 14 Jun 2009 12:34:32 +0000 Subject: [PATCH 012/104] - Require dbus-x11 (#505499) --- xfconf.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/xfconf.spec b/xfconf.spec index 44fdbe8..1cce571 100644 --- a/xfconf.spec +++ b/xfconf.spec @@ -1,6 +1,6 @@ Name: xfconf Version: 4.6.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Hierarchical configuration system for Xfce Group: System Environment/Base @@ -15,6 +15,7 @@ BuildRequires: dbus-devel BuildRequires: dbus-glib-devel BuildRequires: perl(ExtUtils::Depends) perl(ExtUtils::PkgConfig) perl(Glib) BuildRequires: gettext +Requires: dbus-x11 Obsoletes: libxfce4mcs < 4.4.3-3 @@ -111,6 +112,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/*.3* %changelog +* 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 From 1c46a77b4b6c7e551001dd3a436120502e821c3e Mon Sep 17 00:00:00 2001 From: Jesse Keating Date: Mon, 27 Jul 2009 07:58:56 +0000 Subject: [PATCH 013/104] - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild --- xfconf.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xfconf.spec b/xfconf.spec index 1cce571..21c6140 100644 --- a/xfconf.spec +++ b/xfconf.spec @@ -1,6 +1,6 @@ Name: xfconf Version: 4.6.1 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Hierarchical configuration system for Xfce Group: System Environment/Base @@ -112,6 +112,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/*.3* %changelog +* 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) From d9ae18cda5bff157fa5624fe2c0d78d65137688c Mon Sep 17 00:00:00 2001 From: Orion Poplawski Date: Tue, 20 Oct 2009 16:45:58 +0000 Subject: [PATCH 014/104] - Add BR perl(ExtUtils::MakeMaker) and perl(Glib::MakeHelper) --- xfconf.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/xfconf.spec b/xfconf.spec index 21c6140..54a22c7 100644 --- a/xfconf.spec +++ b/xfconf.spec @@ -1,6 +1,6 @@ Name: xfconf Version: 4.6.1 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Hierarchical configuration system for Xfce Group: System Environment/Base @@ -14,6 +14,7 @@ BuildRequires: libxfce4util-devel = %{version} BuildRequires: dbus-devel BuildRequires: dbus-glib-devel BuildRequires: perl(ExtUtils::Depends) perl(ExtUtils::PkgConfig) perl(Glib) +BuildRequires: perl(ExtUtils::MakeMaker) perl(Glib::MakeHelper) BuildRequires: gettext Requires: dbus-x11 @@ -112,6 +113,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/*.3* %changelog +* 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 From 0872362838733dfa527a3df06185c0d632ddaf7d Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Wed, 25 Nov 2009 22:40:58 +0000 Subject: [PATCH 015/104] Fix typo that causes a failure to update the common directory. (releng #2781) --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index fd79ce4..d8d6bd4 100644 --- a/Makefile +++ b/Makefile @@ -1,10 +1,10 @@ # Makefile for source rpm: xfconf -# $Id$ +# $Id: Makefile,v 1.1 2009/01/11 16:58:13 kevin Exp $ NAME := xfconf SPECFILE = $(firstword $(wildcard *.spec)) define find-makefile-common -for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done +for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$d/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done endef MAKEFILE_COMMON := $(shell $(find-makefile-common)) From 4388c62e8a0b5849df0546590bc0ff45f7c77cb2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=A0t=C4=9Bp=C3=A1n=20Kasal?= Date: Mon, 7 Dec 2009 00:09:31 +0000 Subject: [PATCH 016/104] - rebuild against perl 5.10.1 --- xfconf.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xfconf.spec b/xfconf.spec index 54a22c7..0e57ed8 100644 --- a/xfconf.spec +++ b/xfconf.spec @@ -1,6 +1,6 @@ Name: xfconf Version: 4.6.1 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Hierarchical configuration system for Xfce Group: System Environment/Base @@ -113,6 +113,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/*.3* %changelog +* 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) From 0e7b37c684802e15aa35ddc83d683b074d3c1c53 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Fri, 21 May 2010 21:31:40 +0000 Subject: [PATCH 017/104] Update to 4.6.2 --- .cvsignore | 2 +- sources | 2 +- xfconf.spec | 11 ++++++++--- 3 files changed, 10 insertions(+), 5 deletions(-) diff --git a/.cvsignore b/.cvsignore index 511d5a0..bff547b 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -xfconf-4.6.1.tar.bz2 +xfconf-4.6.2.tar.bz2 diff --git a/sources b/sources index 3b4f484..c3ba2c4 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -d4d3018767ea9eb4b57cc57d4038023b xfconf-4.6.1.tar.bz2 +5ff93c15077c6dbbcd38c437bc1ab2ef xfconf-4.6.2.tar.bz2 diff --git a/xfconf.spec b/xfconf.spec index 0e57ed8..40bede6 100644 --- a/xfconf.spec +++ b/xfconf.spec @@ -1,12 +1,12 @@ Name: xfconf -Version: 4.6.1 -Release: 5%{?dist} +Version: 4.6.2 +Release: 1%{?dist} Summary: Hierarchical configuration system for Xfce Group: System Environment/Base License: GPLv2 URL: http://www.xfce.org/ -Source0: http://www.xfce.org/archive/xfce-%{version}/src/xfconf-%{version}.tar.bz2 +Source0: http://archive.xfce.org/src/xfce/xfconf/4.6/xfconf-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: glib2-devel @@ -16,6 +16,8 @@ BuildRequires: dbus-glib-devel BuildRequires: perl(ExtUtils::Depends) perl(ExtUtils::PkgConfig) perl(Glib) BuildRequires: perl(ExtUtils::MakeMaker) perl(Glib::MakeHelper) BuildRequires: gettext +BuildRequires: intltool + Requires: dbus-x11 Obsoletes: libxfce4mcs < 4.4.3-3 @@ -113,6 +115,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/*.3* %changelog +* 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 From 9f7ace169ac4344bce0bf03d0846da8253430e6f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcela=20Ma=C5=A1l=C3=A1=C5=88ov=C3=A1?= Date: Wed, 2 Jun 2010 09:29:41 +0000 Subject: [PATCH 018/104] - Mass rebuild with perl-5.12.0 --- xfconf.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xfconf.spec b/xfconf.spec index 40bede6..313cfd2 100644 --- a/xfconf.spec +++ b/xfconf.spec @@ -1,6 +1,6 @@ Name: xfconf Version: 4.6.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Hierarchical configuration system for Xfce Group: System Environment/Base @@ -115,6 +115,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/*.3* %changelog +* 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 From 24a0e46d33d8389381e14ec10f2e8cd204ee1d80 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 29 Jul 2010 15:49:32 +0000 Subject: [PATCH 019/104] dist-git conversion --- .cvsignore => .gitignore | 0 Makefile | 21 --------------------- import.log | 1 - 3 files changed, 22 deletions(-) rename .cvsignore => .gitignore (100%) delete mode 100644 Makefile delete mode 100644 import.log diff --git a/.cvsignore b/.gitignore similarity index 100% rename from .cvsignore rename to .gitignore diff --git a/Makefile b/Makefile deleted file mode 100644 index d8d6bd4..0000000 --- a/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# Makefile for source rpm: xfconf -# $Id: Makefile,v 1.1 2009/01/11 16:58:13 kevin Exp $ -NAME := xfconf -SPECFILE = $(firstword $(wildcard *.spec)) - -define find-makefile-common -for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$d/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done -endef - -MAKEFILE_COMMON := $(shell $(find-makefile-common)) - -ifeq ($(MAKEFILE_COMMON),) -# attept a checkout -define checkout-makefile-common -test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2 -endef - -MAKEFILE_COMMON := $(shell $(checkout-makefile-common)) -endif - -include $(MAKEFILE_COMMON) diff --git a/import.log b/import.log deleted file mode 100644 index 63166e1..0000000 --- a/import.log +++ /dev/null @@ -1 +0,0 @@ -xfconf-4_5_92-4_fc11:HEAD:xfconf-4.5.92-4.fc11.src.rpm:1231811349 From e8c5cbcfb825442bab8f4cb680904cc1d8a64fa4 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Mon, 23 Aug 2010 17:48:22 -0600 Subject: [PATCH 020/104] Remove unneeded gtk-doc dep. Fixes bug #604423 --- xfconf.spec | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/xfconf.spec b/xfconf.spec index 313cfd2..ad6333b 100644 --- a/xfconf.spec +++ b/xfconf.spec @@ -1,6 +1,6 @@ Name: xfconf Version: 4.6.2 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Hierarchical configuration system for Xfce Group: System Environment/Base @@ -32,7 +32,6 @@ Summary: Development tools for xfconf Group: Development/Libraries Requires: %{name} = %{version}-%{release} Requires: pkgconfig -Requires: gtk-doc Requires: dbus-devel Requires: dbus-glib-devel Requires: glib2-devel @@ -103,7 +102,7 @@ rm -rf $RPM_BUILD_ROOT %files devel %defattr(-,root,root,-) -%doc %{_datadir}/gtk-doc/html/xfconf +%doc %{_datadir}/gtk-doc %{_libdir}/lib*.so %{_libdir}/pkgconfig/*.pc %{_includedir}/xfce4/xfconf-0 @@ -115,6 +114,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/*.3* %changelog +* 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 From 9c5d18b0969e1f098da7446760f4f941809ba644 Mon Sep 17 00:00:00 2001 From: Christoph Wickert Date: Thu, 6 Jan 2011 23:32:49 +0100 Subject: [PATCH 021/104] - Update to 4.7.5 --- .gitignore | 1 + sources | 2 +- xfconf.spec | 65 ++++++++++++++++++++++++++++++----------------------- 3 files changed, 39 insertions(+), 29 deletions(-) diff --git a/.gitignore b/.gitignore index bff547b..c098ac6 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ xfconf-4.6.2.tar.bz2 +/xfconf-4.7.5.tar.bz2 diff --git a/sources b/sources index c3ba2c4..33a6f85 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -5ff93c15077c6dbbcd38c437bc1ab2ef xfconf-4.6.2.tar.bz2 +c72007ce68808b64f39d26e2fb51da46 xfconf-4.7.5.tar.bz2 diff --git a/xfconf.spec b/xfconf.spec index ad6333b..908afea 100644 --- a/xfconf.spec +++ b/xfconf.spec @@ -1,20 +1,25 @@ +%global xfceversion 4.7 + Name: xfconf -Version: 4.6.2 -Release: 3%{?dist} +Version: 4.7.5 +Release: 1%{?dist} Summary: Hierarchical configuration system for Xfce Group: System Environment/Base License: GPLv2 URL: http://www.xfce.org/ -Source0: http://archive.xfce.org/src/xfce/xfconf/4.6/xfconf-%{version}.tar.bz2 +Source0: http://archive.xfce.org/src/xfce/%{name}/%{xfceversion}/%{name}-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: glib2-devel -BuildRequires: libxfce4util-devel = %{version} +BuildRequires: libxfce4util-devel >= %{xfceversion} BuildRequires: dbus-devel BuildRequires: dbus-glib-devel -BuildRequires: perl(ExtUtils::Depends) perl(ExtUtils::PkgConfig) perl(Glib) -BuildRequires: perl(ExtUtils::MakeMaker) perl(Glib::MakeHelper) +BuildRequires: perl(ExtUtils::Depends) +BuildRequires: perl(ExtUtils::PkgConfig) +BuildRequires: perl(ExtUtils::MakeMaker) +BuildRequires: perl(Glib) +BuildRequires: perl(Glib::MakeHelper) BuildRequires: gettext BuildRequires: intltool @@ -27,26 +32,26 @@ Xfconf is a hierarchical (tree-like) configuration system where the immediate child nodes of the root are called "channels". All settings beneath the channel nodes are called "properties." -%package devel -Summary: Development tools for xfconf -Group: Development/Libraries -Requires: %{name} = %{version}-%{release} -Requires: pkgconfig -Requires: dbus-devel -Requires: dbus-glib-devel -Requires: glib2-devel -Obsoletes: libxfce4mcs-devel < 4.4.3-3 -Obsoletes: xfce-mcs-manager-devel < 4.4.3-3 +%package devel +Summary: Development tools for xfconf +Group: Development/Libraries +Requires: %{name} = %{version}-%{release} +Requires: pkgconfig +Requires: dbus-devel +Requires: dbus-glib-devel +Requires: glib2-devel +Obsoletes: libxfce4mcs-devel < 4.4.3-3 +Obsoletes: xfce-mcs-manager-devel < 4.4.3-3 %description devel This package includes the libraries and header files you will need to compile applications for xfconf. %package perl -Summary: Perl modules for xfconf -Group: Development/Libraries -Requires: %{name} = %{version}-%{release} -Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) +Summary: Perl modules for xfconf +Group: Development/Libraries +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 @@ -64,7 +69,7 @@ make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT -make install DESTDIR=$RPM_BUILD_ROOT +make install DESTDIR=$RPM_BUILD_ROOT INSTALL='install -p' # remove unneeded la files. rm -f $RPM_BUILD_ROOT/%{_libdir}/*.la @@ -79,10 +84,6 @@ chmod 755 $RPM_BUILD_ROOT/%{perl_vendorarch}/auto/Xfce4/Xfconf/Xfconf.so %find_lang %{name} -# we need to own -mkdir -p ${RPM_BUILD_ROOT}%{_libdir}/xfce4/ -mkdir -p ${RPM_BUILD_ROOT}%{_libexecdir}/xfce4/ - %clean rm -rf $RPM_BUILD_ROOT @@ -95,10 +96,8 @@ rm -rf $RPM_BUILD_ROOT %doc AUTHORS ChangeLog NEWS TODO COPYING %{_libdir}/lib*.so.* %{_bindir}/xfconf-query -%{_libexecdir}/xfconfd +%{_libdir}/xfce4/xfconf/ %{_datadir}/dbus-1/services/org.xfce.Xfconf.service -%ghost %dir %{_libdir}/xfce4/ -%ghost %dir %{_libexecdir}/xfce4/ %files devel %defattr(-,root,root,-) @@ -114,6 +113,16 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/*.3* %changelog +* 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 From 98ec1f18d742d9a21b554d23e5a96eeb53419b46 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Sun, 16 Jan 2011 13:45:01 -0700 Subject: [PATCH 022/104] Update to 4.8.0 final. --- .gitignore | 1 + sources | 2 +- xfconf.spec | 7 +++++-- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index c098ac6..9bb9b07 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ xfconf-4.6.2.tar.bz2 /xfconf-4.7.5.tar.bz2 +/xfconf-4.8.0.tar.bz2 diff --git a/sources b/sources index 33a6f85..d191265 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -c72007ce68808b64f39d26e2fb51da46 xfconf-4.7.5.tar.bz2 +0f11ed1ec7789c5c4c3fcc7cdb3c2940 xfconf-4.8.0.tar.bz2 diff --git a/xfconf.spec b/xfconf.spec index 908afea..c6ceeb2 100644 --- a/xfconf.spec +++ b/xfconf.spec @@ -1,7 +1,7 @@ -%global xfceversion 4.7 +%global xfceversion 4.8 Name: xfconf -Version: 4.7.5 +Version: 4.8.0 Release: 1%{?dist} Summary: Hierarchical configuration system for Xfce @@ -113,6 +113,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/*.3* %changelog +* 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 From a8fc81d6143705dad18a657de1eb5eb27694c5f1 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Mon, 7 Feb 2011 22:59:47 -0600 Subject: [PATCH 023/104] - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild --- xfconf.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xfconf.spec b/xfconf.spec index c6ceeb2..09ecadd 100644 --- a/xfconf.spec +++ b/xfconf.spec @@ -2,7 +2,7 @@ Name: xfconf Version: 4.8.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Hierarchical configuration system for Xfce Group: System Environment/Base @@ -113,6 +113,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/*.3* %changelog +* 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. From 6a60b39065a847b7ce0f2988cd77f7352f3e3d08 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcela=20Ma=C5=A1l=C3=A1=C5=88ov=C3=A1?= Date: Mon, 20 Jun 2011 21:58:27 +0200 Subject: [PATCH 024/104] Perl mass rebuild --- xfconf.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xfconf.spec b/xfconf.spec index 09ecadd..582ff0d 100644 --- a/xfconf.spec +++ b/xfconf.spec @@ -2,7 +2,7 @@ Name: xfconf Version: 4.8.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Hierarchical configuration system for Xfce Group: System Environment/Base @@ -113,6 +113,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/*.3* %changelog +* 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 From 0d8a6429871c07d36d8129cf20eccf77858ccec8 Mon Sep 17 00:00:00 2001 From: Petr Sabata Date: Thu, 21 Jul 2011 16:33:41 +0200 Subject: [PATCH 025/104] Perl mass rebuild --- xfconf.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xfconf.spec b/xfconf.spec index 582ff0d..ac15322 100644 --- a/xfconf.spec +++ b/xfconf.spec @@ -2,7 +2,7 @@ Name: xfconf Version: 4.8.0 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Hierarchical configuration system for Xfce Group: System Environment/Base @@ -113,6 +113,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/*.3* %changelog +* 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 From 56d1a2637944b40f1e72f6741e2542cb14f1b472 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Fri, 23 Dec 2011 10:54:12 -0700 Subject: [PATCH 026/104] Update to 4.8.1 --- .gitignore | 1 + sources | 2 +- xfconf.spec | 7 +++++-- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 9bb9b07..1d4b96a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ xfconf-4.6.2.tar.bz2 /xfconf-4.7.5.tar.bz2 /xfconf-4.8.0.tar.bz2 +/xfconf-4.8.1.tar.bz2 diff --git a/sources b/sources index d191265..9d1ee8d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -0f11ed1ec7789c5c4c3fcc7cdb3c2940 xfconf-4.8.0.tar.bz2 +70b4185aa7eed8a85f015f16c5c86d36 xfconf-4.8.1.tar.bz2 diff --git a/xfconf.spec b/xfconf.spec index ac15322..9c0bc20 100644 --- a/xfconf.spec +++ b/xfconf.spec @@ -1,8 +1,8 @@ %global xfceversion 4.8 Name: xfconf -Version: 4.8.0 -Release: 4%{?dist} +Version: 4.8.1 +Release: 1%{?dist} Summary: Hierarchical configuration system for Xfce Group: System Environment/Base @@ -113,6 +113,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/*.3* %changelog +* 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 From 9a0a183417569bb0f407c08297fa4fc380cb58bc Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Sat, 14 Jan 2012 02:54:33 -0600 Subject: [PATCH 027/104] - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild --- xfconf.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xfconf.spec b/xfconf.spec index 9c0bc20..933d626 100644 --- a/xfconf.spec +++ b/xfconf.spec @@ -2,7 +2,7 @@ Name: xfconf Version: 4.8.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Hierarchical configuration system for Xfce Group: System Environment/Base @@ -113,6 +113,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/*.3* %changelog +* 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 From a66a59800e653673f08c2cca4c8b13cb06a62f6f Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Wed, 4 Apr 2012 16:44:19 -0600 Subject: [PATCH 028/104] Update to 4.9.0 --- .gitignore | 1 + sources | 2 +- xfconf.spec | 9 ++++++--- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 1d4b96a..3fa1af3 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ xfconf-4.6.2.tar.bz2 /xfconf-4.7.5.tar.bz2 /xfconf-4.8.0.tar.bz2 /xfconf-4.8.1.tar.bz2 +/xfconf-4.9.0.tar.bz2 diff --git a/sources b/sources index 9d1ee8d..86a3ee5 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -70b4185aa7eed8a85f015f16c5c86d36 xfconf-4.8.1.tar.bz2 +ccced675964aded626f40ace7317c391 xfconf-4.9.0.tar.bz2 diff --git a/xfconf.spec b/xfconf.spec index 933d626..372eb97 100644 --- a/xfconf.spec +++ b/xfconf.spec @@ -1,8 +1,8 @@ -%global xfceversion 4.8 +%global xfceversion 4.9 Name: xfconf -Version: 4.8.1 -Release: 2%{?dist} +Version: 4.9.0 +Release: 1%{?dist} Summary: Hierarchical configuration system for Xfce Group: System Environment/Base @@ -113,6 +113,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/*.3* %changelog +* 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 From f38ccf1e4462602447b7bc888b6725e4a28bfce4 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Sat, 14 Apr 2012 12:06:18 -0600 Subject: [PATCH 029/104] Update to 4.9.1 (Xfce 4.10pre2) --- .gitignore | 1 + sources | 2 +- xfconf.spec | 5 ++++- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 3fa1af3..2d3eabd 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ xfconf-4.6.2.tar.bz2 /xfconf-4.8.0.tar.bz2 /xfconf-4.8.1.tar.bz2 /xfconf-4.9.0.tar.bz2 +/xfconf-4.9.1.tar.bz2 diff --git a/sources b/sources index 86a3ee5..551d543 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -ccced675964aded626f40ace7317c391 xfconf-4.9.0.tar.bz2 +ba9756ced7b6cbc88ccf1fb4d0b62334 xfconf-4.9.1.tar.bz2 diff --git a/xfconf.spec b/xfconf.spec index 372eb97..93291d1 100644 --- a/xfconf.spec +++ b/xfconf.spec @@ -1,7 +1,7 @@ %global xfceversion 4.9 Name: xfconf -Version: 4.9.0 +Version: 4.9.1 Release: 1%{?dist} Summary: Hierarchical configuration system for Xfce @@ -113,6 +113,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/*.3* %changelog +* 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 From 53581c1ab66079d7a00b2d966c27ef3cd27e9695 Mon Sep 17 00:00:00 2001 From: Christoph Wickert Date: Sat, 28 Apr 2012 22:43:13 +0200 Subject: [PATCH 030/104] Update to 4.10.0 final - Make build verbose - Add VCS key --- .gitignore | 1 + sources | 2 +- xfconf.spec | 20 +++++++++++++------- 3 files changed, 15 insertions(+), 8 deletions(-) diff --git a/.gitignore b/.gitignore index 2d3eabd..e0bc960 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ xfconf-4.6.2.tar.bz2 /xfconf-4.8.1.tar.bz2 /xfconf-4.9.0.tar.bz2 /xfconf-4.9.1.tar.bz2 +/xfconf-4.10.0.tar.bz2 diff --git a/sources b/sources index 551d543..4db37e1 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -ba9756ced7b6cbc88ccf1fb4d0b62334 xfconf-4.9.1.tar.bz2 +4ed48150a03fb5f42b455494307b7f28 xfconf-4.10.0.tar.bz2 diff --git a/xfconf.spec b/xfconf.spec index 93291d1..52c2032 100644 --- a/xfconf.spec +++ b/xfconf.spec @@ -1,20 +1,21 @@ -%global xfceversion 4.9 +%global xfceversion 4.10 Name: xfconf -Version: 4.9.1 +Version: 4.10.0 Release: 1%{?dist} Summary: Hierarchical configuration system for Xfce Group: System Environment/Base License: GPLv2 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 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: glib2-devel -BuildRequires: libxfce4util-devel >= %{xfceversion} -BuildRequires: dbus-devel -BuildRequires: dbus-glib-devel +BuildRequires: pkgconfig(libxfce4util-1.0) >= %{xfceversion} +BuildRequires: pkgconfig(dbus-1) >= 1.1.0 +BuildRequires: pkgconfig(dbus-glib-1) >= 1.1.0 BuildRequires: perl(ExtUtils::Depends) BuildRequires: perl(ExtUtils::PkgConfig) BuildRequires: perl(ExtUtils::MakeMaker) @@ -25,7 +26,7 @@ BuildRequires: intltool Requires: dbus-x11 -Obsoletes: libxfce4mcs < 4.4.3-3 +Obsoletes: libxfce4mcs < 4.4.3-3 %description Xfconf is a hierarchical (tree-like) configuration system where the @@ -65,7 +66,7 @@ interact with xfconf using perl. 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 -make %{?_smp_mflags} +make %{?_smp_mflags} V=1 %install rm -rf $RPM_BUILD_ROOT @@ -113,6 +114,11 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/*.3* %changelog +* 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) From d4e7362eb6e44ea3aff21ff555b8e43f26ccb979 Mon Sep 17 00:00:00 2001 From: Christoph Wickert Date: Sat, 28 Apr 2012 22:50:13 +0200 Subject: [PATCH 031/104] Fix BR version --- xfconf.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xfconf.spec b/xfconf.spec index 52c2032..4a8129d 100644 --- a/xfconf.spec +++ b/xfconf.spec @@ -15,7 +15,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: glib2-devel BuildRequires: pkgconfig(libxfce4util-1.0) >= %{xfceversion} BuildRequires: pkgconfig(dbus-1) >= 1.1.0 -BuildRequires: pkgconfig(dbus-glib-1) >= 1.1.0 +BuildRequires: pkgconfig(dbus-glib-1) >= 0.84 BuildRequires: perl(ExtUtils::Depends) BuildRequires: perl(ExtUtils::PkgConfig) BuildRequires: perl(ExtUtils::MakeMaker) From 0c47ab8089c8d5ee217bc89eb91ef737541a46e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= Date: Tue, 12 Jun 2012 13:31:19 +0200 Subject: [PATCH 032/104] Perl 5.16 rebuild --- xfconf.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xfconf.spec b/xfconf.spec index 4a8129d..1becee7 100644 --- a/xfconf.spec +++ b/xfconf.spec @@ -2,7 +2,7 @@ Name: xfconf Version: 4.10.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Hierarchical configuration system for Xfce Group: System Environment/Base @@ -114,6 +114,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/*.3* %changelog +* 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 From a0f650382582d6fc1e598814b7874fc56536abef Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Sun, 22 Jul 2012 00:25:07 -0500 Subject: [PATCH 033/104] - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild --- xfconf.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xfconf.spec b/xfconf.spec index 1becee7..90b88d2 100644 --- a/xfconf.spec +++ b/xfconf.spec @@ -2,7 +2,7 @@ Name: xfconf Version: 4.10.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Hierarchical configuration system for Xfce Group: System Environment/Base @@ -114,6 +114,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/*.3* %changelog +* 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 From 5e0752f4490f3e6845035d57031e1c87b21abdb2 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Thu, 14 Feb 2013 21:42:17 -0600 Subject: [PATCH 034/104] - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild --- xfconf.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xfconf.spec b/xfconf.spec index 90b88d2..cc1adf3 100644 --- a/xfconf.spec +++ b/xfconf.spec @@ -2,7 +2,7 @@ Name: xfconf Version: 4.10.0 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Hierarchical configuration system for Xfce Group: System Environment/Base @@ -114,6 +114,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/*.3* %changelog +* 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 From cd694b5dee4a3aea1cd999dc3fa8279fd8a9be74 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= Date: Thu, 18 Jul 2013 21:06:36 +0200 Subject: [PATCH 035/104] Perl 5.18 rebuild --- xfconf.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xfconf.spec b/xfconf.spec index cc1adf3..97f17ce 100644 --- a/xfconf.spec +++ b/xfconf.spec @@ -2,7 +2,7 @@ Name: xfconf Version: 4.10.0 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Hierarchical configuration system for Xfce Group: System Environment/Base @@ -114,6 +114,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/*.3* %changelog +* 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 From ffb5fdf3ecfcbca9e7d7437b996390649405aa42 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Sun, 4 Aug 2013 03:10:34 -0500 Subject: [PATCH 036/104] - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild --- xfconf.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xfconf.spec b/xfconf.spec index 97f17ce..e640c84 100644 --- a/xfconf.spec +++ b/xfconf.spec @@ -2,7 +2,7 @@ Name: xfconf Version: 4.10.0 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Hierarchical configuration system for Xfce Group: System Environment/Base @@ -114,6 +114,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/*.3* %changelog +* 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 From ea167d5fad2acd8090a75e7cf74be0e9f3ea5b50 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Sun, 8 Jun 2014 00:48:34 -0500 Subject: [PATCH 037/104] - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild --- xfconf.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xfconf.spec b/xfconf.spec index e640c84..bc8caa7 100644 --- a/xfconf.spec +++ b/xfconf.spec @@ -2,7 +2,7 @@ Name: xfconf Version: 4.10.0 -Release: 6%{?dist} +Release: 7%{?dist} Summary: Hierarchical configuration system for Xfce Group: System Environment/Base @@ -114,6 +114,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/*.3* %changelog +* 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 From a8066222605f306bf2cc5712db70df3f39df9699 Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Mon, 18 Aug 2014 09:58:29 +0000 Subject: [PATCH 038/104] - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild --- xfconf.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xfconf.spec b/xfconf.spec index bc8caa7..1b12857 100644 --- a/xfconf.spec +++ b/xfconf.spec @@ -2,7 +2,7 @@ Name: xfconf Version: 4.10.0 -Release: 7%{?dist} +Release: 8%{?dist} Summary: Hierarchical configuration system for Xfce Group: System Environment/Base @@ -114,6 +114,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/*.3* %changelog +* 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 From dab18f34bd501fac6f9dc999e595672a276773d6 Mon Sep 17 00:00:00 2001 From: Jitka Plesnikova Date: Mon, 1 Sep 2014 09:20:54 +0200 Subject: [PATCH 039/104] Perl 5.20 rebuild --- xfconf.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xfconf.spec b/xfconf.spec index 1b12857..b04fce9 100644 --- a/xfconf.spec +++ b/xfconf.spec @@ -2,7 +2,7 @@ Name: xfconf Version: 4.10.0 -Release: 8%{?dist} +Release: 9%{?dist} Summary: Hierarchical configuration system for Xfce Group: System Environment/Base @@ -114,6 +114,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/*.3* %changelog +* 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 From 1f4b5e97a49fe3ed86ec001d7ff5f00c948cd194 Mon Sep 17 00:00:00 2001 From: Till Maas Date: Sat, 21 Feb 2015 22:16:41 +0100 Subject: [PATCH 040/104] Rebuilt for Fedora 23 Change https://fedoraproject.org/wiki/Changes/Harden_all_packages_with_position-independent_code --- xfconf.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/xfconf.spec b/xfconf.spec index b04fce9..3c4e14b 100644 --- a/xfconf.spec +++ b/xfconf.spec @@ -2,7 +2,7 @@ Name: xfconf Version: 4.10.0 -Release: 9%{?dist} +Release: 10%{?dist} Summary: Hierarchical configuration system for Xfce Group: System Environment/Base @@ -114,6 +114,10 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/*.3* %changelog +* 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 From e19fad7a6b19b4411030dc320d8016b29826f6c5 Mon Sep 17 00:00:00 2001 From: nonamedotc Date: Sat, 28 Feb 2015 11:04:32 -0600 Subject: [PATCH 041/104] Update to stable release 4.12.0 --- .gitignore | 1 + sources | 2 +- xfconf.spec | 10 ++++++---- 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index e0bc960..ed62620 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ xfconf-4.6.2.tar.bz2 /xfconf-4.9.0.tar.bz2 /xfconf-4.9.1.tar.bz2 /xfconf-4.10.0.tar.bz2 +/xfconf-4.12.0.tar.bz2 diff --git a/sources b/sources index 4db37e1..3297193 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -4ed48150a03fb5f42b455494307b7f28 xfconf-4.10.0.tar.bz2 +8ebfac507b4d6ce3f4bac9d257c2853b xfconf-4.12.0.tar.bz2 diff --git a/xfconf.spec b/xfconf.spec index 3c4e14b..88eabec 100644 --- a/xfconf.spec +++ b/xfconf.spec @@ -1,8 +1,8 @@ -%global xfceversion 4.10 +%global xfceversion 4.12 Name: xfconf -Version: 4.10.0 -Release: 10%{?dist} +Version: 4.12.0 +Release: 1%{?dist} Summary: Hierarchical configuration system for Xfce Group: System Environment/Base @@ -10,7 +10,6 @@ License: GPLv2 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 -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: glib2-devel BuildRequires: pkgconfig(libxfce4util-1.0) >= %{xfceversion} @@ -114,6 +113,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/*.3* %changelog +* Sat Feb 28 2015 Mukundan Ragavan - 4.12.0-1 +- Update to stable release 4.12.0 + * 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 From 9742e866870ec359178a18c061c1fbd2bf6773cb Mon Sep 17 00:00:00 2001 From: nonamedotc Date: Sat, 28 Feb 2015 12:58:18 -0600 Subject: [PATCH 042/104] Update to stable release 4.12.0 - Fix permissions for installed libraries --- xfconf.spec | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/xfconf.spec b/xfconf.spec index 88eabec..b29b6de 100644 --- a/xfconf.spec +++ b/xfconf.spec @@ -71,6 +71,9 @@ make %{?_smp_mflags} V=1 rm -rf $RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT INSTALL='install -p' +# fix permissions for installed libraries +chmod 755 $RPM_BUILD_ROOT/%{_libdir}/*.so + # remove unneeded la files. rm -f $RPM_BUILD_ROOT/%{_libdir}/*.la # remove perl temp file @@ -115,6 +118,7 @@ rm -rf $RPM_BUILD_ROOT %changelog * 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 From 794cf886a1cb6b3f5ac50b5075bfd663e5d5ac2a Mon Sep 17 00:00:00 2001 From: Jitka Plesnikova Date: Mon, 8 Jun 2015 16:20:45 +0200 Subject: [PATCH 043/104] Perl 5.22 rebuild --- xfconf.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xfconf.spec b/xfconf.spec index b29b6de..745db75 100644 --- a/xfconf.spec +++ b/xfconf.spec @@ -2,7 +2,7 @@ Name: xfconf Version: 4.12.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Hierarchical configuration system for Xfce Group: System Environment/Base @@ -116,6 +116,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/*.3* %changelog +* 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 From b4489e0ff49af768c3e14cbc571887edc66e233d Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Fri, 19 Jun 2015 04:00:13 +0000 Subject: [PATCH 044/104] - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild --- xfconf.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xfconf.spec b/xfconf.spec index 745db75..c159905 100644 --- a/xfconf.spec +++ b/xfconf.spec @@ -2,7 +2,7 @@ Name: xfconf Version: 4.12.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Hierarchical configuration system for Xfce Group: System Environment/Base @@ -116,6 +116,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/*.3* %changelog +* 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 From f0f6cc3cf6e015617e9075e4dadd9065d04db9be Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 5 Feb 2016 03:29:38 +0000 Subject: [PATCH 045/104] - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild --- xfconf.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xfconf.spec b/xfconf.spec index c159905..501d429 100644 --- a/xfconf.spec +++ b/xfconf.spec @@ -2,7 +2,7 @@ Name: xfconf Version: 4.12.0 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Hierarchical configuration system for Xfce Group: System Environment/Base @@ -116,6 +116,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/*.3* %changelog +* 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 From 25b8540b27bc65895c6556bb039cb699f24e5778 Mon Sep 17 00:00:00 2001 From: Jitka Plesnikova Date: Mon, 16 May 2016 22:20:48 +0200 Subject: [PATCH 046/104] Perl 5.24 rebuild --- xfconf.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xfconf.spec b/xfconf.spec index 501d429..ddf52d5 100644 --- a/xfconf.spec +++ b/xfconf.spec @@ -2,7 +2,7 @@ Name: xfconf Version: 4.12.0 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Hierarchical configuration system for Xfce Group: System Environment/Base @@ -116,6 +116,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/*.3* %changelog +* 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 From b4e60ccfad9491513e3cfe1fc52a4af42c219dad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= Date: Fri, 24 Jun 2016 09:23:14 +0200 Subject: [PATCH 047/104] Mandatory Perl build-requires added --- xfconf.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/xfconf.spec b/xfconf.spec index ddf52d5..4286748 100644 --- a/xfconf.spec +++ b/xfconf.spec @@ -15,6 +15,8 @@ BuildRequires: glib2-devel BuildRequires: pkgconfig(libxfce4util-1.0) >= %{xfceversion} BuildRequires: pkgconfig(dbus-1) >= 1.1.0 BuildRequires: pkgconfig(dbus-glib-1) >= 0.84 +BuildRequires: perl-devel +BuildRequires: perl-generators BuildRequires: perl(ExtUtils::Depends) BuildRequires: perl(ExtUtils::PkgConfig) BuildRequires: perl(ExtUtils::MakeMaker) From c1a2da19156e46a4d01276e4424e6d9a3a6b9a03 Mon Sep 17 00:00:00 2001 From: Mukundan Ragavan Date: Mon, 24 Oct 2016 20:27:13 -0400 Subject: [PATCH 048/104] Update to 4.12.1 --- .gitignore | 1 + sources | 2 +- xfconf.spec | 7 +++++-- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index ed62620..7fb0769 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ xfconf-4.6.2.tar.bz2 /xfconf-4.9.1.tar.bz2 /xfconf-4.10.0.tar.bz2 /xfconf-4.12.0.tar.bz2 +/xfconf-4.12.1.tar.bz2 diff --git a/sources b/sources index 3297193..d500966 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -8ebfac507b4d6ce3f4bac9d257c2853b xfconf-4.12.0.tar.bz2 +20dc8d2bfd80ba136bf4964021b32757 xfconf-4.12.1.tar.bz2 diff --git a/xfconf.spec b/xfconf.spec index 4286748..514165b 100644 --- a/xfconf.spec +++ b/xfconf.spec @@ -1,8 +1,8 @@ %global xfceversion 4.12 Name: xfconf -Version: 4.12.0 -Release: 5%{?dist} +Version: 4.12.1 +Release: 1%{?dist} Summary: Hierarchical configuration system for Xfce Group: System Environment/Base @@ -118,6 +118,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/*.3* %changelog +* 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 From 0a48effa6a85829e8ec7b45703d0f99aa2aa8c5d Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 11 Feb 2017 17:51:13 +0000 Subject: [PATCH 049/104] - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild --- xfconf.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xfconf.spec b/xfconf.spec index 514165b..bbad064 100644 --- a/xfconf.spec +++ b/xfconf.spec @@ -2,7 +2,7 @@ Name: xfconf Version: 4.12.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Hierarchical configuration system for Xfce Group: System Environment/Base @@ -118,6 +118,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/*.3* %changelog +* 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 From 3bb7198e4820c08f4bc8d4741ead0a0d70fa6ad6 Mon Sep 17 00:00:00 2001 From: Jitka Plesnikova Date: Tue, 6 Jun 2017 18:02:10 +0200 Subject: [PATCH 050/104] Perl 5.26 rebuild --- xfconf.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xfconf.spec b/xfconf.spec index bbad064..0dcc3c4 100644 --- a/xfconf.spec +++ b/xfconf.spec @@ -2,7 +2,7 @@ Name: xfconf Version: 4.12.1 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Hierarchical configuration system for Xfce Group: System Environment/Base @@ -118,6 +118,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/*.3* %changelog +* 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 From 516d19e4b2b087da0512ff5bb40585ac4fa06a92 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 27 Jul 2017 22:06:48 +0000 Subject: [PATCH 051/104] - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild --- xfconf.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xfconf.spec b/xfconf.spec index 0dcc3c4..b7e624d 100644 --- a/xfconf.spec +++ b/xfconf.spec @@ -2,7 +2,7 @@ Name: xfconf Version: 4.12.1 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Hierarchical configuration system for Xfce Group: System Environment/Base @@ -118,6 +118,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/*.3* %changelog +* 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 From 6dafcc1e6df4f6a5d46b76e5fcde86e4fc8a4d73 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 3 Aug 2017 10:42:23 +0000 Subject: [PATCH 052/104] - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild --- xfconf.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xfconf.spec b/xfconf.spec index b7e624d..af5cae5 100644 --- a/xfconf.spec +++ b/xfconf.spec @@ -2,7 +2,7 @@ Name: xfconf Version: 4.12.1 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Hierarchical configuration system for Xfce Group: System Environment/Base @@ -118,6 +118,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/*.3* %changelog +* 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 From ce55a891f1fb83f292390b9408109526559e876d Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 9 Feb 2018 21:38:27 +0000 Subject: [PATCH 053/104] - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_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 af5cae5..98d80f7 100644 --- a/xfconf.spec +++ b/xfconf.spec @@ -2,7 +2,7 @@ Name: xfconf Version: 4.12.1 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Hierarchical configuration system for Xfce Group: System Environment/Base @@ -118,6 +118,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/*.3* %changelog +* 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 From 9f38b38004eac306610d1253914d4281e7227e53 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Wed, 14 Feb 2018 09:00:37 +0100 Subject: [PATCH 054/104] Remove %clean section None of currently supported distributions need that. Last one was EL5 which is EOL for a while. Signed-off-by: Igor Gnatenko --- xfconf.spec | 3 --- 1 file changed, 3 deletions(-) diff --git a/xfconf.spec b/xfconf.spec index 98d80f7..d8d6332 100644 --- a/xfconf.spec +++ b/xfconf.spec @@ -89,9 +89,6 @@ chmod 755 $RPM_BUILD_ROOT/%{perl_vendorarch}/auto/Xfce4/Xfconf/Xfconf.so %find_lang %{name} -%clean -rm -rf $RPM_BUILD_ROOT - %post -p /sbin/ldconfig %postun -p /sbin/ldconfig From d05f5a41c5f5baf28304a4e65a3116c7eb0c4d11 Mon Sep 17 00:00:00 2001 From: Jitka Plesnikova Date: Sat, 30 Jun 2018 02:40:22 +0200 Subject: [PATCH 055/104] Perl 5.28 rebuild --- xfconf.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xfconf.spec b/xfconf.spec index d8d6332..781c5b1 100644 --- a/xfconf.spec +++ b/xfconf.spec @@ -2,7 +2,7 @@ Name: xfconf Version: 4.12.1 -Release: 6%{?dist} +Release: 7%{?dist} Summary: Hierarchical configuration system for Xfce Group: System Environment/Base @@ -115,6 +115,9 @@ chmod 755 $RPM_BUILD_ROOT/%{perl_vendorarch}/auto/Xfce4/Xfconf/Xfconf.so %{_mandir}/man3/*.3* %changelog +* 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 From 86ed8057752a1f8cd2528a4c8d36d9cd3482b66f Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Sat, 7 Jul 2018 13:53:40 -0700 Subject: [PATCH 056/104] Drop unneeded ldconfig calls --- xfconf.spec | 4 ---- 1 file changed, 4 deletions(-) diff --git a/xfconf.spec b/xfconf.spec index 781c5b1..ed8c7c6 100644 --- a/xfconf.spec +++ b/xfconf.spec @@ -89,10 +89,6 @@ chmod 755 $RPM_BUILD_ROOT/%{perl_vendorarch}/auto/Xfce4/Xfconf/Xfconf.so %find_lang %{name} -%post -p /sbin/ldconfig - -%postun -p /sbin/ldconfig - %files -f %{name}.lang %defattr(-,root,root,-) %doc AUTHORS ChangeLog NEWS TODO COPYING From 54e27863c006b24bb57caf18133d33e1bfaed77e Mon Sep 17 00:00:00 2001 From: Jason Tibbitts Date: Mon, 9 Jul 2018 23:54:15 -0500 Subject: [PATCH 057/104] Remove needless use of %defattr --- xfconf.spec | 3 --- 1 file changed, 3 deletions(-) diff --git a/xfconf.spec b/xfconf.spec index ed8c7c6..282fcfb 100644 --- a/xfconf.spec +++ b/xfconf.spec @@ -90,7 +90,6 @@ chmod 755 $RPM_BUILD_ROOT/%{perl_vendorarch}/auto/Xfce4/Xfconf/Xfconf.so %find_lang %{name} %files -f %{name}.lang -%defattr(-,root,root,-) %doc AUTHORS ChangeLog NEWS TODO COPYING %{_libdir}/lib*.so.* %{_bindir}/xfconf-query @@ -98,14 +97,12 @@ chmod 755 $RPM_BUILD_ROOT/%{perl_vendorarch}/auto/Xfce4/Xfconf/Xfconf.so %{_datadir}/dbus-1/services/org.xfce.Xfconf.service %files devel -%defattr(-,root,root,-) %doc %{_datadir}/gtk-doc %{_libdir}/lib*.so %{_libdir}/pkgconfig/*.pc %{_includedir}/xfce4/xfconf-0 %files perl -%defattr(-,root,root,-) %{perl_vendorarch}/auto/* %{perl_vendorarch}/Xfce4 %{_mandir}/man3/*.3* From 55c1748aa00ef4b496a1944cc7af39768db54561 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 14 Jul 2018 09:17:52 +0000 Subject: [PATCH 058/104] - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_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 282fcfb..13fb98e 100644 --- a/xfconf.spec +++ b/xfconf.spec @@ -2,7 +2,7 @@ Name: xfconf Version: 4.12.1 -Release: 7%{?dist} +Release: 8%{?dist} Summary: Hierarchical configuration system for Xfce Group: System Environment/Base @@ -108,6 +108,9 @@ chmod 755 $RPM_BUILD_ROOT/%{perl_vendorarch}/auto/Xfce4/Xfconf/Xfconf.so %{_mandir}/man3/*.3* %changelog +* 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 From c235a832887ee4ffb106cc99e55843393bc152dc Mon Sep 17 00:00:00 2001 From: Mukundan Ragavan Date: Mon, 16 Jul 2018 18:59:32 -0400 Subject: [PATCH 059/104] Add gcc-c++ as BR --- xfconf.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/xfconf.spec b/xfconf.spec index 13fb98e..a8c6510 100644 --- a/xfconf.spec +++ b/xfconf.spec @@ -2,7 +2,7 @@ Name: xfconf Version: 4.12.1 -Release: 8%{?dist} +Release: 9%{?dist} Summary: Hierarchical configuration system for Xfce Group: System Environment/Base @@ -24,6 +24,7 @@ BuildRequires: perl(Glib) BuildRequires: perl(Glib::MakeHelper) BuildRequires: gettext BuildRequires: intltool +BuildRequires: gcc-c++ Requires: dbus-x11 @@ -108,6 +109,9 @@ chmod 755 $RPM_BUILD_ROOT/%{perl_vendorarch}/auto/Xfce4/Xfconf/Xfconf.so %{_mandir}/man3/*.3* %changelog +* 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 From 197879db7627057f3bb6b25244c035e145982d03 Mon Sep 17 00:00:00 2001 From: Mukundan Ragavan Date: Sat, 11 Aug 2018 12:43:28 -0400 Subject: [PATCH 060/104] update to 4.13.5 --- .gitignore | 1 + sources | 2 +- xfconf.spec | 21 ++++++++++++++------- 3 files changed, 16 insertions(+), 8 deletions(-) diff --git a/.gitignore b/.gitignore index 7fb0769..af4257e 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ xfconf-4.6.2.tar.bz2 /xfconf-4.10.0.tar.bz2 /xfconf-4.12.0.tar.bz2 /xfconf-4.12.1.tar.bz2 +/xfconf-4.13.5.tar.bz2 diff --git a/sources b/sources index d500966..6150c12 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -20dc8d2bfd80ba136bf4964021b32757 xfconf-4.12.1.tar.bz2 +SHA512 (xfconf-4.13.5.tar.bz2) = 34e6b99be0b288707f8632c5fe4f2e66e01ec3950f4d194a7007afb4bc1cfe8bea44f8f80873de2364680481921332c9860b23bca4ced94ecb95c9199df5315b diff --git a/xfconf.spec b/xfconf.spec index a8c6510..c9b0777 100644 --- a/xfconf.spec +++ b/xfconf.spec @@ -1,8 +1,8 @@ -%global xfceversion 4.12 +%global xfceversion 4.13 Name: xfconf -Version: 4.12.1 -Release: 9%{?dist} +Version: 4.13.5 +Release: 20%{?dist} Summary: Hierarchical configuration system for Xfce Group: System Environment/Base @@ -68,21 +68,23 @@ interact with xfconf using perl. 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 -make %{?_smp_mflags} V=1 +%make_build %install -rm -rf $RPM_BUILD_ROOT -make install DESTDIR=$RPM_BUILD_ROOT INSTALL='install -p' +%make_install # fix permissions for installed libraries chmod 755 $RPM_BUILD_ROOT/%{_libdir}/*.so # remove unneeded la files. rm -f $RPM_BUILD_ROOT/%{_libdir}/*.la + # remove perl temp file rm -f $RPM_BUILD_ROOT/%{perl_archlib}/perllocal.pod + # remove unneeded dynloader bootstrap file rm -f $RPM_BUILD_ROOT/%{perl_vendorarch}/auto/Xfce4/Xfconf/Xfconf.bs + # remove .packlist files. find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \; # fix permissions on the .so file @@ -91,7 +93,8 @@ chmod 755 $RPM_BUILD_ROOT/%{perl_vendorarch}/auto/Xfce4/Xfconf/Xfconf.so %find_lang %{name} %files -f %{name}.lang -%doc AUTHORS ChangeLog NEWS TODO COPYING +%license COPYING +%doc AUTHORS ChangeLog NEWS TODO %{_libdir}/lib*.so.* %{_bindir}/xfconf-query %{_libdir}/xfce4/xfconf/ @@ -109,6 +112,10 @@ chmod 755 $RPM_BUILD_ROOT/%{perl_vendorarch}/auto/Xfce4/Xfconf/Xfconf.so %{_mandir}/man3/*.3* %changelog +* 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 From 0fec2b5aa5dd2cddc916b084254d8c722376edcb Mon Sep 17 00:00:00 2001 From: Mukundan Ragavan Date: Mon, 22 Oct 2018 18:46:55 -0400 Subject: [PATCH 061/104] Update to 4.13.6 --- .gitignore | 1 + sources | 2 +- xfconf.spec | 7 +++++-- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index af4257e..a91c66b 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,4 @@ xfconf-4.6.2.tar.bz2 /xfconf-4.12.0.tar.bz2 /xfconf-4.12.1.tar.bz2 /xfconf-4.13.5.tar.bz2 +/xfconf-4.13.6.tar.bz2 diff --git a/sources b/sources index 6150c12..9b7e1b3 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (xfconf-4.13.5.tar.bz2) = 34e6b99be0b288707f8632c5fe4f2e66e01ec3950f4d194a7007afb4bc1cfe8bea44f8f80873de2364680481921332c9860b23bca4ced94ecb95c9199df5315b +SHA512 (xfconf-4.13.6.tar.bz2) = 0eaa1ad428be5bea97b891a6bf0488293064e31d4869b70389ded940a23f9d8cffd0801dd98932658a67e57d6a0da95998872202cf7756aa24caa8f9d2c5f755 diff --git a/xfconf.spec b/xfconf.spec index c9b0777..b7eae21 100644 --- a/xfconf.spec +++ b/xfconf.spec @@ -1,8 +1,8 @@ %global xfceversion 4.13 Name: xfconf -Version: 4.13.5 -Release: 20%{?dist} +Version: 4.13.6 +Release: 1%{?dist} Summary: Hierarchical configuration system for Xfce Group: System Environment/Base @@ -112,6 +112,9 @@ chmod 755 $RPM_BUILD_ROOT/%{perl_vendorarch}/auto/Xfce4/Xfconf/Xfconf.so %{_mandir}/man3/*.3* %changelog +* 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 From 6c3f38991193741c31bab6ebfba28d85f4306caf Mon Sep 17 00:00:00 2001 From: Mukundan Ragavan Date: Mon, 22 Oct 2018 22:03:48 -0400 Subject: [PATCH 062/104] Fix files section Spec clean up --- xfconf.spec | 24 +++++++++++++++--------- 1 file changed, 15 insertions(+), 9 deletions(-) diff --git a/xfconf.spec b/xfconf.spec index b7eae21..8f653c1 100644 --- a/xfconf.spec +++ b/xfconf.spec @@ -2,7 +2,7 @@ Name: xfconf Version: 4.13.6 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Hierarchical configuration system for Xfce Group: System Environment/Base @@ -74,21 +74,22 @@ sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool %make_install # fix permissions for installed libraries -chmod 755 $RPM_BUILD_ROOT/%{_libdir}/*.so - -# remove unneeded la files. -rm -f $RPM_BUILD_ROOT/%{_libdir}/*.la +chmod 755 %{buildroot}/%{_libdir}/*.so # remove perl temp file -rm -f $RPM_BUILD_ROOT/%{perl_archlib}/perllocal.pod +rm -f %{buildroot}/%{perl_archlib}/perllocal.pod # remove unneeded dynloader bootstrap file -rm -f $RPM_BUILD_ROOT/%{perl_vendorarch}/auto/Xfce4/Xfconf/Xfconf.bs +rm -f %{buildroot}/%{perl_vendorarch}/auto/Xfce4/Xfconf/Xfconf.bs # remove .packlist files. -find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \; +find %{buildroot} -type f -name .packlist -exec rm -f {} \; + +# get rid of .la files +find %{buildroot} -type f -name *.la -exec rm -f {} \; + # fix permissions on the .so file -chmod 755 $RPM_BUILD_ROOT/%{perl_vendorarch}/auto/Xfce4/Xfconf/Xfconf.so +chmod 755 %{buildroot}/%{perl_vendorarch}/auto/Xfce4/Xfconf/Xfconf.so %find_lang %{name} @@ -98,6 +99,7 @@ chmod 755 $RPM_BUILD_ROOT/%{perl_vendorarch}/auto/Xfce4/Xfconf/Xfconf.so %{_libdir}/lib*.so.* %{_bindir}/xfconf-query %{_libdir}/xfce4/xfconf/ +%{_libdir}/gio/modules/libxfconfgsettingsbackend.so %{_datadir}/dbus-1/services/org.xfce.Xfconf.service %files devel @@ -112,6 +114,10 @@ chmod 755 $RPM_BUILD_ROOT/%{perl_vendorarch}/auto/Xfce4/Xfconf/Xfconf.so %{_mandir}/man3/*.3* %changelog +* 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 From 54ffcdad2dfef6cb26ef0feba1d5b43a36887548 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Hor=C3=A1k?= Date: Thu, 17 Jan 2019 12:30:03 +0100 Subject: [PATCH 063/104] - Limit the perl subpackage to Fedora, nothing requires it anyway --- xfconf.spec | 24 ++++++++++++++++++++---- 1 file changed, 20 insertions(+), 4 deletions(-) diff --git a/xfconf.spec b/xfconf.spec index 8f653c1..ab6e30d 100644 --- a/xfconf.spec +++ b/xfconf.spec @@ -1,8 +1,13 @@ %global xfceversion 4.13 +%if 0%{?fedora} +%bcond_without perl +%else +%bcond_with perl +%endif Name: xfconf Version: 4.13.6 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Hierarchical configuration system for Xfce Group: System Environment/Base @@ -15,6 +20,7 @@ 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) @@ -22,6 +28,7 @@ BuildRequires: perl(ExtUtils::PkgConfig) BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Glib) BuildRequires: perl(Glib::MakeHelper) +%endif BuildRequires: gettext BuildRequires: intltool BuildRequires: gcc-c++ @@ -50,6 +57,7 @@ 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 Group: Development/Libraries @@ -59,6 +67,7 @@ Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $versi %description perl This package includes the perl modules and files you will need to interact with xfconf using perl. +%endif %prep %setup -q @@ -76,21 +85,23 @@ sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool # 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 {} \; # get rid of .la files find %{buildroot} -type f -name *.la -exec rm -f {} \; -# fix permissions on the .so file -chmod 755 %{buildroot}/%{perl_vendorarch}/auto/Xfce4/Xfconf/Xfconf.so - %find_lang %{name} %files -f %{name}.lang @@ -108,12 +119,17 @@ chmod 755 %{buildroot}/%{perl_vendorarch}/auto/Xfce4/Xfconf/Xfconf.so %{_libdir}/pkgconfig/*.pc %{_includedir}/xfce4/xfconf-0 +%if %{with perl} %files perl %{perl_vendorarch}/auto/* %{perl_vendorarch}/Xfce4 %{_mandir}/man3/*.3* +%endif %changelog +* 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 From 5c11f68d3412f1d57c7326395fd0be23277432cf Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Mon, 28 Jan 2019 20:18:31 +0100 Subject: [PATCH 064/104] Remove obsolete Group tag References: https://fedoraproject.org/wiki/Changes/Remove_Group_Tag --- xfconf.spec | 3 --- 1 file changed, 3 deletions(-) diff --git a/xfconf.spec b/xfconf.spec index ab6e30d..2501ad7 100644 --- a/xfconf.spec +++ b/xfconf.spec @@ -10,7 +10,6 @@ Version: 4.13.6 Release: 3%{?dist} Summary: Hierarchical configuration system for Xfce -Group: System Environment/Base License: GPLv2 URL: http://www.xfce.org/ #VCS git:git://git.xfce.org/xfce/xfconf @@ -44,7 +43,6 @@ beneath the channel nodes are called "properties." %package devel Summary: Development tools for xfconf -Group: Development/Libraries Requires: %{name} = %{version}-%{release} Requires: pkgconfig Requires: dbus-devel @@ -60,7 +58,6 @@ to compile applications for xfconf. %if %{with perl} %package perl Summary: Perl modules for xfconf -Group: Development/Libraries Requires: %{name} = %{version}-%{release} Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) From 1c0505e5e3a4e36c55f1033f1671f0e4fcc4844f Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sun, 3 Feb 2019 12:24:29 +0000 Subject: [PATCH 065/104] - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_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 2501ad7..8535b54 100644 --- a/xfconf.spec +++ b/xfconf.spec @@ -7,7 +7,7 @@ Name: xfconf Version: 4.13.6 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Hierarchical configuration system for Xfce License: GPLv2 @@ -124,6 +124,9 @@ find %{buildroot} -type f -name *.la -exec rm -f {} \; %endif %changelog +* 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 From 7e84708ec04b5fb7efabb2e4842e5d9c833f493d Mon Sep 17 00:00:00 2001 From: Mukundan Ragavan Date: Sat, 18 May 2019 08:42:37 -0400 Subject: [PATCH 066/104] Update to 4.13.7 --- .gitignore | 1 + sources | 2 +- xfconf.spec | 8 +++++--- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index a91c66b..51e0542 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,4 @@ xfconf-4.6.2.tar.bz2 /xfconf-4.12.1.tar.bz2 /xfconf-4.13.5.tar.bz2 /xfconf-4.13.6.tar.bz2 +/xfconf-4.13.7.tar.bz2 diff --git a/sources b/sources index 9b7e1b3..689e125 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (xfconf-4.13.6.tar.bz2) = 0eaa1ad428be5bea97b891a6bf0488293064e31d4869b70389ded940a23f9d8cffd0801dd98932658a67e57d6a0da95998872202cf7756aa24caa8f9d2c5f755 +SHA512 (xfconf-4.13.7.tar.bz2) = 113fb22b449a318b0cca6521914eda6cfeb6b2056a1aad4d49a5e83c28661c843c9912bbf7eddb7d6cd1f172b532c73dd02259bf6fabe60a377024f9f8d5825d diff --git a/xfconf.spec b/xfconf.spec index 8535b54..b8f8410 100644 --- a/xfconf.spec +++ b/xfconf.spec @@ -6,8 +6,8 @@ %endif Name: xfconf -Version: 4.13.6 -Release: 4%{?dist} +Version: 4.13.7 +Release: 1%{?dist} Summary: Hierarchical configuration system for Xfce License: GPLv2 @@ -107,7 +107,6 @@ find %{buildroot} -type f -name *.la -exec rm -f {} \; %{_libdir}/lib*.so.* %{_bindir}/xfconf-query %{_libdir}/xfce4/xfconf/ -%{_libdir}/gio/modules/libxfconfgsettingsbackend.so %{_datadir}/dbus-1/services/org.xfce.Xfconf.service %files devel @@ -124,6 +123,9 @@ find %{buildroot} -type f -name *.la -exec rm -f {} \; %endif %changelog +* 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 From e5ede28bb4610fcacf48ab26aaee6240c91fd1a7 Mon Sep 17 00:00:00 2001 From: Jitka Plesnikova Date: Fri, 31 May 2019 16:41:51 +0200 Subject: [PATCH 067/104] Perl 5.30 rebuild --- xfconf.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xfconf.spec b/xfconf.spec index b8f8410..5e6d01f 100644 --- a/xfconf.spec +++ b/xfconf.spec @@ -7,7 +7,7 @@ Name: xfconf Version: 4.13.7 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Hierarchical configuration system for Xfce License: GPLv2 @@ -123,6 +123,9 @@ find %{buildroot} -type f -name *.la -exec rm -f {} \; %endif %changelog +* 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 From d60e468c3a90a08862e37f6206496fa6adf15397 Mon Sep 17 00:00:00 2001 From: Mukundan Ragavan Date: Mon, 1 Jul 2019 21:53:18 -0400 Subject: [PATCH 068/104] Update to 4.13.8 --- xfconf.spec | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) diff --git a/xfconf.spec b/xfconf.spec index 5e6d01f..e0e1afd 100644 --- a/xfconf.spec +++ b/xfconf.spec @@ -1,13 +1,13 @@ %global xfceversion 4.13 %if 0%{?fedora} -%bcond_without perl -%else %bcond_with perl +%else +%bcond_without perl %endif Name: xfconf -Version: 4.13.7 -Release: 2%{?dist} +Version: 4.13.8 +Release: 1%{?dist} Summary: Hierarchical configuration system for Xfce License: GPLv2 @@ -31,10 +31,12 @@ BuildRequires: perl(Glib::MakeHelper) BuildRequires: gettext BuildRequires: intltool BuildRequires: gcc-c++ +BuildRequires: gobject-introspection-devel Requires: dbus-x11 Obsoletes: libxfce4mcs < 4.4.3-3 +Obsoletes: xfconf-perl < 4.13.8 %description Xfconf is a hierarchical (tree-like) configuration system where the @@ -73,6 +75,7 @@ interact with xfconf using perl. %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 +export LD_LIBRARY_PATH="`pwd`/xfconf/.libs" %make_build @@ -107,7 +110,9 @@ find %{buildroot} -type f -name *.la -exec rm -f {} \; %{_libdir}/lib*.so.* %{_bindir}/xfconf-query %{_libdir}/xfce4/xfconf/ +%{_libdir}/girepository-1.0/Xfconf-0.typelib %{_datadir}/dbus-1/services/org.xfce.Xfconf.service +%{_datadir}/gir-1.0/Xfconf-0.gir %files devel %doc %{_datadir}/gtk-doc @@ -123,6 +128,11 @@ find %{buildroot} -type f -name *.la -exec rm -f {} \; %endif %changelog +* 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 From 06522a5db3f0cedc8d3e12828999279a94894bf7 Mon Sep 17 00:00:00 2001 From: Mukundan Ragavan Date: Mon, 1 Jul 2019 21:53:37 -0400 Subject: [PATCH 069/104] Update to 4.13.8 --- .gitignore | 1 + sources | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 51e0542..bab9356 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,4 @@ xfconf-4.6.2.tar.bz2 /xfconf-4.13.5.tar.bz2 /xfconf-4.13.6.tar.bz2 /xfconf-4.13.7.tar.bz2 +/xfconf-4.13.8.tar.bz2 diff --git a/sources b/sources index 689e125..0cd23ba 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (xfconf-4.13.7.tar.bz2) = 113fb22b449a318b0cca6521914eda6cfeb6b2056a1aad4d49a5e83c28661c843c9912bbf7eddb7d6cd1f172b532c73dd02259bf6fabe60a377024f9f8d5825d +SHA512 (xfconf-4.13.8.tar.bz2) = 2b6afee1c9299e56e1576f93b34410c99b16109e83b0b34c4e13d952997d4812de6a6ab69f015c8f7fb8cf01e1b00b5d953261c3cbbfeab216c878aae3618f77 From 964be0f5353b416839c6323c1fb1ff21f35ca340 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 27 Jul 2019 04:11:54 +0000 Subject: [PATCH 070/104] - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_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 e0e1afd..9c4fe72 100644 --- a/xfconf.spec +++ b/xfconf.spec @@ -7,7 +7,7 @@ Name: xfconf Version: 4.13.8 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Hierarchical configuration system for Xfce License: GPLv2 @@ -128,6 +128,9 @@ find %{buildroot} -type f -name *.la -exec rm -f {} \; %endif %changelog +* 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 From c017b70535aa997d3b8314343e6cb141b0cf4f0d Mon Sep 17 00:00:00 2001 From: Mukundan Ragavan Date: Mon, 29 Jul 2019 17:50:10 -0400 Subject: [PATCH 071/104] rebuild for xfce 4.14pre3 --- xfconf.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xfconf.spec b/xfconf.spec index 9c4fe72..902093c 100644 --- a/xfconf.spec +++ b/xfconf.spec @@ -7,7 +7,7 @@ Name: xfconf Version: 4.13.8 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Hierarchical configuration system for Xfce License: GPLv2 @@ -128,6 +128,9 @@ find %{buildroot} -type f -name *.la -exec rm -f {} \; %endif %changelog +* 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 From a7899928e9f4184fc0c55ada812b33dbd7e89b2c Mon Sep 17 00:00:00 2001 From: Mukundan Ragavan Date: Mon, 29 Jul 2019 20:14:08 -0400 Subject: [PATCH 072/104] Enable vala --- xfconf.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/xfconf.spec b/xfconf.spec index 902093c..f2db26c 100644 --- a/xfconf.spec +++ b/xfconf.spec @@ -7,7 +7,7 @@ Name: xfconf Version: 4.13.8 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Hierarchical configuration system for Xfce License: GPLv2 @@ -32,6 +32,7 @@ BuildRequires: gettext BuildRequires: intltool BuildRequires: gcc-c++ BuildRequires: gobject-introspection-devel +BuildRequires: vala Requires: dbus-x11 @@ -111,6 +112,8 @@ find %{buildroot} -type f -name *.la -exec rm -f {} \; %{_bindir}/xfconf-query %{_libdir}/xfce4/xfconf/ %{_libdir}/girepository-1.0/Xfconf-0.typelib +%{_datadir}/vala/vapi/libxfconf-0.deps +%{_datadir}/vala/vapi/libxfconf-0.vapi %{_datadir}/dbus-1/services/org.xfce.Xfconf.service %{_datadir}/gir-1.0/Xfconf-0.gir @@ -128,6 +131,9 @@ find %{buildroot} -type f -name *.la -exec rm -f {} \; %endif %changelog +* 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 From 73145f1e475035edb36134d2cad111152807ad62 Mon Sep 17 00:00:00 2001 From: Mukundan Ragavan Date: Mon, 12 Aug 2019 17:34:30 -0400 Subject: [PATCH 073/104] Update to 4.14.1 --- .gitignore | 1 + sources | 2 +- xfconf.spec | 9 ++++++--- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index bab9356..6b42d4a 100644 --- a/.gitignore +++ b/.gitignore @@ -11,3 +11,4 @@ xfconf-4.6.2.tar.bz2 /xfconf-4.13.6.tar.bz2 /xfconf-4.13.7.tar.bz2 /xfconf-4.13.8.tar.bz2 +/xfconf-4.14.1.tar.bz2 diff --git a/sources b/sources index 0cd23ba..47e893b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (xfconf-4.13.8.tar.bz2) = 2b6afee1c9299e56e1576f93b34410c99b16109e83b0b34c4e13d952997d4812de6a6ab69f015c8f7fb8cf01e1b00b5d953261c3cbbfeab216c878aae3618f77 +SHA512 (xfconf-4.14.1.tar.bz2) = 727d013f7e71e0eb9ff17e464acd65c1fa507f8eba1bd29621dae070161042f60f47b8ac048b28849bf45232d04d5d6e48530aa0bd1e661a3f58db47703a8808 diff --git a/xfconf.spec b/xfconf.spec index f2db26c..888ad74 100644 --- a/xfconf.spec +++ b/xfconf.spec @@ -1,4 +1,4 @@ -%global xfceversion 4.13 +%global xfceversion 4.14 %if 0%{?fedora} %bcond_with perl %else @@ -6,8 +6,8 @@ %endif Name: xfconf -Version: 4.13.8 -Release: 4%{?dist} +Version: 4.14.1 +Release: 1%{?dist} Summary: Hierarchical configuration system for Xfce License: GPLv2 @@ -131,6 +131,9 @@ find %{buildroot} -type f -name *.la -exec rm -f {} \; %endif %changelog +* 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 From 49c0acdbcc358a76df679204ee4641367d526e94 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 31 Jan 2020 04:27:34 +0000 Subject: [PATCH 074/104] - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_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 888ad74..18de1d1 100644 --- a/xfconf.spec +++ b/xfconf.spec @@ -7,7 +7,7 @@ Name: xfconf Version: 4.14.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Hierarchical configuration system for Xfce License: GPLv2 @@ -131,6 +131,9 @@ find %{buildroot} -type f -name *.la -exec rm -f {} \; %endif %changelog +* 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 From 10ed76f1b7224c2011bed1b5487ed3ad860fd00d Mon Sep 17 00:00:00 2001 From: Mukundan Ragavan Date: Wed, 6 May 2020 11:35:35 -0400 Subject: [PATCH 075/104] Update to 4.14.3 --- .gitignore | 1 + sources | 2 +- xfconf.spec | 7 +++++-- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 6b42d4a..8486362 100644 --- a/.gitignore +++ b/.gitignore @@ -12,3 +12,4 @@ xfconf-4.6.2.tar.bz2 /xfconf-4.13.7.tar.bz2 /xfconf-4.13.8.tar.bz2 /xfconf-4.14.1.tar.bz2 +/xfconf-4.14.3.tar.bz2 diff --git a/sources b/sources index 47e893b..51c21fe 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (xfconf-4.14.1.tar.bz2) = 727d013f7e71e0eb9ff17e464acd65c1fa507f8eba1bd29621dae070161042f60f47b8ac048b28849bf45232d04d5d6e48530aa0bd1e661a3f58db47703a8808 +SHA512 (xfconf-4.14.3.tar.bz2) = e3add05018215cc597bb76d852903077e1fd0a21429c462116c560739eaf32167f9dddac3adb36e89b9380b87fc4b4c38d4ee9fdd5139b540268be437fc3a713 diff --git a/xfconf.spec b/xfconf.spec index 18de1d1..faea537 100644 --- a/xfconf.spec +++ b/xfconf.spec @@ -6,8 +6,8 @@ %endif Name: xfconf -Version: 4.14.1 -Release: 2%{?dist} +Version: 4.14.3 +Release: 1%{?dist} Summary: Hierarchical configuration system for Xfce License: GPLv2 @@ -131,6 +131,9 @@ find %{buildroot} -type f -name *.la -exec rm -f {} \; %endif %changelog +* Wed Mar 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 From 11485d04cc57564b650a89fc0a12ac6155fde4d1 Mon Sep 17 00:00:00 2001 From: Mukundan Ragavan Date: Thu, 7 May 2020 08:32:30 -0400 Subject: [PATCH 076/104] Update to 4.14.3 --- xfconf.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xfconf.spec b/xfconf.spec index faea537..49cf545 100644 --- a/xfconf.spec +++ b/xfconf.spec @@ -131,7 +131,7 @@ find %{buildroot} -type f -name *.la -exec rm -f {} \; %endif %changelog -* Wed Mar 06 2020 Mukundan Ragavan - 4.14.3-1 +* 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 From bb7909d8e63510f3f1b52291d94d1355035fcf7c Mon Sep 17 00:00:00 2001 From: Jeff Law Date: Tue, 30 Jun 2020 13:54:21 -0600 Subject: [PATCH 077/104] Disable LTO. --- xfconf.spec | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/xfconf.spec b/xfconf.spec index 49cf545..d83e2e1 100644 --- a/xfconf.spec +++ b/xfconf.spec @@ -7,7 +7,7 @@ Name: xfconf Version: 4.14.3 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Hierarchical configuration system for Xfce License: GPLv2 @@ -73,6 +73,11 @@ 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 @@ -131,6 +136,9 @@ find %{buildroot} -type f -name *.la -exec rm -f {} \; %endif %changelog +* 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 From be96040c37bd51cb72b972ef0f9dcb5822f35d0e Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 29 Jul 2020 14:43:52 +0000 Subject: [PATCH 078/104] - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_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 d83e2e1..0e521da 100644 --- a/xfconf.spec +++ b/xfconf.spec @@ -7,7 +7,7 @@ Name: xfconf Version: 4.14.3 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Hierarchical configuration system for Xfce License: GPLv2 @@ -136,6 +136,9 @@ find %{buildroot} -type f -name *.la -exec rm -f {} \; %endif %changelog +* 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 From 6ba64857f3022ad91f5c8967d123ea35f1352026 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 1 Aug 2020 09:43:48 +0000 Subject: [PATCH 079/104] - Second attempt - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- xfconf.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/xfconf.spec b/xfconf.spec index 0e521da..bd78371 100644 --- a/xfconf.spec +++ b/xfconf.spec @@ -7,7 +7,7 @@ Name: xfconf Version: 4.14.3 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Hierarchical configuration system for Xfce License: GPLv2 @@ -136,6 +136,10 @@ find %{buildroot} -type f -name *.la -exec rm -f {} \; %endif %changelog +* 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 From 8220cfea9eb3cc01f44865473629026c12f47362 Mon Sep 17 00:00:00 2001 From: Mukundan Ragavan Date: Tue, 10 Nov 2020 20:11:00 -0500 Subject: [PATCH 080/104] Update to 4.14.4 --- .gitignore | 1 + sources | 2 +- xfconf.spec | 7 +++++-- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 8486362..b9aef55 100644 --- a/.gitignore +++ b/.gitignore @@ -13,3 +13,4 @@ xfconf-4.6.2.tar.bz2 /xfconf-4.13.8.tar.bz2 /xfconf-4.14.1.tar.bz2 /xfconf-4.14.3.tar.bz2 +/xfconf-4.14.4.tar.bz2 diff --git a/sources b/sources index 51c21fe..e90251b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (xfconf-4.14.3.tar.bz2) = e3add05018215cc597bb76d852903077e1fd0a21429c462116c560739eaf32167f9dddac3adb36e89b9380b87fc4b4c38d4ee9fdd5139b540268be437fc3a713 +SHA512 (xfconf-4.14.4.tar.bz2) = 2335c73078ec1b035ceb1d96a2e16d9e63ca7ad5cabac96478d134ad3f94c0e81351df8acd8fb446a97a56f30472502006d93e96acdafc69262af3bbb1fc79ad diff --git a/xfconf.spec b/xfconf.spec index bd78371..00ba94b 100644 --- a/xfconf.spec +++ b/xfconf.spec @@ -6,8 +6,8 @@ %endif Name: xfconf -Version: 4.14.3 -Release: 4%{?dist} +Version: 4.14.4 +Release: 1%{?dist} Summary: Hierarchical configuration system for Xfce License: GPLv2 @@ -136,6 +136,9 @@ find %{buildroot} -type f -name *.la -exec rm -f {} \; %endif %changelog +* 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 From 3f14eb0055df8b2877347ce706971afc88033e00 Mon Sep 17 00:00:00 2001 From: Mukundan Ragavan Date: Wed, 23 Dec 2020 10:23:03 -0500 Subject: [PATCH 081/104] 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 082/104] 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 083/104] - 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 084/104] - 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 085/104] - 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 086/104] 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 087/104] - 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 c62bc313fe447c6dee2ce072fd4a4a9fb21a16cc Mon Sep 17 00:00:00 2001 From: Troy Dawson Date: Mon, 31 Jan 2022 18:10:44 -0800 Subject: [PATCH 088/104] epel8-playground decommissioned : https://pagure.io/epel/issue/136 --- .cvsignore | 0 Makefile | 21 --------------------- dead.package | 1 + sources | 0 4 files changed, 1 insertion(+), 21 deletions(-) delete mode 100644 .cvsignore delete mode 100644 Makefile create mode 100644 dead.package delete mode 100644 sources diff --git a/.cvsignore b/.cvsignore deleted file mode 100644 index e69de29..0000000 diff --git a/Makefile b/Makefile deleted file mode 100644 index fd79ce4..0000000 --- a/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# Makefile for source rpm: xfconf -# $Id$ -NAME := xfconf -SPECFILE = $(firstword $(wildcard *.spec)) - -define find-makefile-common -for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done -endef - -MAKEFILE_COMMON := $(shell $(find-makefile-common)) - -ifeq ($(MAKEFILE_COMMON),) -# attept a checkout -define checkout-makefile-common -test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2 -endef - -MAKEFILE_COMMON := $(shell $(checkout-makefile-common)) -endif - -include $(MAKEFILE_COMMON) diff --git a/dead.package b/dead.package new file mode 100644 index 0000000..a72aec0 --- /dev/null +++ b/dead.package @@ -0,0 +1 @@ +epel8-playground decommissioned : https://pagure.io/epel/issue/136 diff --git a/sources b/sources deleted file mode 100644 index e69de29..0000000 From f40fa4c1d8b86496dd1f81810e80c6a1ac2a5c94 Mon Sep 17 00:00:00 2001 From: Mukundan Ragavan Date: Fri, 13 May 2022 07:17:42 -0500 Subject: [PATCH 089/104] 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 090/104] 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 091/104] 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 092/104] 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 093/104] 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 094/104] 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 095/104] 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 096/104] 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 097/104] 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 098/104] 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 099/104] 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 100/104] 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 101/104] 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 102/104] 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 103/104] 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 104/104] Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild