From d5de18720322e486555fea5e5311b74a0ee1d34b Mon Sep 17 00:00:00 2001 From: Christoph Wickert Date: Thu, 5 Oct 2006 13:31:04 +0000 Subject: [PATCH 01/72] auto-import xfce4-dev-tools-4.3.99.1-3.fc5 on branch devel from xfce4-dev-tools-4.3.99.1-3.fc5.src.rpm --- .cvsignore | 1 + sources | 1 + xfce4-dev-tools.spec | 55 ++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 57 insertions(+) create mode 100644 xfce4-dev-tools.spec diff --git a/.cvsignore b/.cvsignore index e69de29..3261105 100644 --- a/.cvsignore +++ b/.cvsignore @@ -0,0 +1 @@ +xfce4-dev-tools-4.3.99.1.tar.bz2 diff --git a/sources b/sources index e69de29..db5addc 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +dc6403caf82edfb896eb3878385b439a xfce4-dev-tools-4.3.99.1.tar.bz2 diff --git a/xfce4-dev-tools.spec b/xfce4-dev-tools.spec new file mode 100644 index 0000000..4ca5e1a --- /dev/null +++ b/xfce4-dev-tools.spec @@ -0,0 +1,55 @@ +Name: xfce4-dev-tools +Version: 4.3.99.1 +Release: 3%{?dist} +Summary: Xfce developer tools + +Group: Development/Tools +License: GPL +URL: http://xfce.org/~benny/projects/xfce4-dev-tools/ +Source0: http://www.xfce.org/archive/xfce-%{version}/src/%{name}-%{version}.tar.bz2 +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) + +Requires: glib2-devel, gettext-devel, gtk-doc, libtool, intltool, make +BuildArch: noarch + +%description +This package contains common tools required by Xfce developers and people +that want to build Xfce from SVN. In addition, this package contains the +Xfce developer's handbook. + +%prep +%setup -q + +%build +%configure +make + +%install +rm -rf $RPM_BUILD_ROOT +make install DESTDIR=$RPM_BUILD_ROOT mandir=%{_mandir} + +mkdir $RPM_BUILD_ROOT%{_datadir}/aclocal/ +install -m 644 m4macros/xdt*.m4 $RPM_BUILD_ROOT%{_datadir}/aclocal/ + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(-,root,root,-) +%doc AUTHORS COPYING ChangeLog HACKING NEWS README +%{_bindir}/xdt-autogen +%dir %{_datadir}/xfce4 +%{_datadir}/xfce4/dev-tools +%{_datadir}/aclocal/* + +%changelog +* Tue Oct 03 2006 Christoph Wickert - 4.3.99.1-3 +- Require gettext-devel. +- Install m4 macros also to /usr/share/aclocal. + +* Tue Oct 03 2006 Christoph Wickert - 4.3.99.1-2 +- Some more requires: glib2-devel, make and gtk-doc. +- Own %%{_datadir}/xfce4 + +* Sat Sep 23 2006 Christoph Wickert - 4.3.99.1-1 +- Initial Fedora Extras release. From ec5d4d4fdbeacc59eefc71e4407501c993386d8d Mon Sep 17 00:00:00 2001 From: Christoph Wickert Date: Thu, 5 Oct 2006 13:51:59 +0000 Subject: [PATCH 02/72] Some minor changes suggested in #209025 --- xfce4-dev-tools.spec | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/xfce4-dev-tools.spec b/xfce4-dev-tools.spec index 4ca5e1a..a0e5e81 100644 --- a/xfce4-dev-tools.spec +++ b/xfce4-dev-tools.spec @@ -14,8 +14,7 @@ BuildArch: noarch %description This package contains common tools required by Xfce developers and people -that want to build Xfce from SVN. In addition, this package contains the -Xfce developer's handbook. +that want to build Xfce from SVN. %prep %setup -q @@ -29,7 +28,7 @@ rm -rf $RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT mandir=%{_mandir} mkdir $RPM_BUILD_ROOT%{_datadir}/aclocal/ -install -m 644 m4macros/xdt*.m4 $RPM_BUILD_ROOT%{_datadir}/aclocal/ +install -p -m 644 m4macros/xdt*.m4 $RPM_BUILD_ROOT%{_datadir}/aclocal/ %clean rm -rf $RPM_BUILD_ROOT @@ -39,7 +38,7 @@ rm -rf $RPM_BUILD_ROOT %doc AUTHORS COPYING ChangeLog HACKING NEWS README %{_bindir}/xdt-autogen %dir %{_datadir}/xfce4 -%{_datadir}/xfce4/dev-tools +%{_datadir}/xfce4/dev-tools/ %{_datadir}/aclocal/* %changelog From 534c3421a5513e388df0b33f173b9fe01924284b Mon Sep 17 00:00:00 2001 From: Christoph Wickert Date: Sat, 11 Nov 2006 15:36:37 +0000 Subject: [PATCH 03/72] Update to 4.3.99.2 --- .cvsignore | 2 +- sources | 2 +- xfce4-dev-tools.spec | 7 +++++-- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/.cvsignore b/.cvsignore index 3261105..de03f40 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -xfce4-dev-tools-4.3.99.1.tar.bz2 +xfce4-dev-tools-4.3.99.2.tar.bz2 diff --git a/sources b/sources index db5addc..d39f24e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -dc6403caf82edfb896eb3878385b439a xfce4-dev-tools-4.3.99.1.tar.bz2 +6f79a59eb7ed5a9a5e8ebef253a704f8 xfce4-dev-tools-4.3.99.2.tar.bz2 diff --git a/xfce4-dev-tools.spec b/xfce4-dev-tools.spec index a0e5e81..299fb74 100644 --- a/xfce4-dev-tools.spec +++ b/xfce4-dev-tools.spec @@ -1,6 +1,6 @@ Name: xfce4-dev-tools -Version: 4.3.99.1 -Release: 3%{?dist} +Version: 4.3.99.2 +Release: 1%{?dist} Summary: Xfce developer tools Group: Development/Tools @@ -42,6 +42,9 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/aclocal/* %changelog +* Sat Nov 11 2006 Christoph Wickert - 4.3.99.2-1 +- Update to 4.3.99.2. + * Tue Oct 03 2006 Christoph Wickert - 4.3.99.1-3 - Require gettext-devel. - Install m4 macros also to /usr/share/aclocal. From 2c7e41a4b18869aea98c9362585c3f5670ae810e Mon Sep 17 00:00:00 2001 From: Christoph Wickert Date: Mon, 22 Jan 2007 12:47:40 +0000 Subject: [PATCH 04/72] update to 4.4.0 --- .cvsignore | 2 +- sources | 2 +- xfce4-dev-tools.spec | 5 ++++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.cvsignore b/.cvsignore index de03f40..853b6e9 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -xfce4-dev-tools-4.3.99.2.tar.bz2 +xfce4-dev-tools-4.4.0.tar.bz2 diff --git a/sources b/sources index d39f24e..95e3de7 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -6f79a59eb7ed5a9a5e8ebef253a704f8 xfce4-dev-tools-4.3.99.2.tar.bz2 +db31d1ad47a96ebb7c8b69e0ee38f336 xfce4-dev-tools-4.4.0.tar.bz2 diff --git a/xfce4-dev-tools.spec b/xfce4-dev-tools.spec index 299fb74..a4ca08a 100644 --- a/xfce4-dev-tools.spec +++ b/xfce4-dev-tools.spec @@ -1,5 +1,5 @@ Name: xfce4-dev-tools -Version: 4.3.99.2 +Version: 4.4.0 Release: 1%{?dist} Summary: Xfce developer tools @@ -42,6 +42,9 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/aclocal/* %changelog +* Mon Jan 22 2007 Christoph Wickert - 4.4.0-1 +- Update to 4.4.0. + * Sat Nov 11 2006 Christoph Wickert - 4.3.99.2-1 - Update to 4.3.99.2. From f94b9f6ea2bd36f9f25a400b49282100a4f4c02d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jason=20=E3=83=86=E3=82=A3=E3=83=93=E3=83=84?= Date: Tue, 12 Aug 2008 13:45:06 +0000 Subject: [PATCH 05/72] - Fix license tag. --- xfce4-dev-tools.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/xfce4-dev-tools.spec b/xfce4-dev-tools.spec index a4ca08a..5ffdffa 100644 --- a/xfce4-dev-tools.spec +++ b/xfce4-dev-tools.spec @@ -1,10 +1,10 @@ Name: xfce4-dev-tools Version: 4.4.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Xfce developer tools Group: Development/Tools -License: GPL +License: GPLv2+ URL: http://xfce.org/~benny/projects/xfce4-dev-tools/ Source0: http://www.xfce.org/archive/xfce-%{version}/src/%{name}-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -42,6 +42,9 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/aclocal/* %changelog +* Tue Aug 12 2008 Jason L Tibbitts III - 4.4.0-2 +- Fix license tag. + * Mon Jan 22 2007 Christoph Wickert - 4.4.0-1 - Update to 4.4.0. From 44e2fc5ee771a8462701e881f295439083041232 Mon Sep 17 00:00:00 2001 From: Christoph Wickert Date: Mon, 8 Sep 2008 02:06:27 +0000 Subject: [PATCH 06/72] - Update to 4.4.0.1 --- .cvsignore | 2 +- sources | 2 +- xfce4-dev-tools.spec | 8 ++++++-- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.cvsignore b/.cvsignore index 853b6e9..f320959 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -xfce4-dev-tools-4.4.0.tar.bz2 +xfce4-dev-tools-4.4.0.1.tar.bz2 diff --git a/sources b/sources index 95e3de7..f4a2b54 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -db31d1ad47a96ebb7c8b69e0ee38f336 xfce4-dev-tools-4.4.0.tar.bz2 +7d09d161efc7ef86b3b48791d98c8ae8 xfce4-dev-tools-4.4.0.1.tar.bz2 diff --git a/xfce4-dev-tools.spec b/xfce4-dev-tools.spec index 5ffdffa..75c50ff 100644 --- a/xfce4-dev-tools.spec +++ b/xfce4-dev-tools.spec @@ -1,6 +1,6 @@ Name: xfce4-dev-tools -Version: 4.4.0 -Release: 2%{?dist} +Version: 4.4.0.1 +Release: 1%{?dist} Summary: Xfce developer tools Group: Development/Tools @@ -37,11 +37,15 @@ rm -rf $RPM_BUILD_ROOT %defattr(-,root,root,-) %doc AUTHORS COPYING ChangeLog HACKING NEWS README %{_bindir}/xdt-autogen +%{_bindir}/xdt-commit %dir %{_datadir}/xfce4 %{_datadir}/xfce4/dev-tools/ %{_datadir}/aclocal/* %changelog +* Mon Sep 08 2008 Christoph Wickert - 4.4.0.1-1 +- Update to 4.4.0.1 + * Tue Aug 12 2008 Jason L Tibbitts III - 4.4.0-2 - Fix license tag. From dc978dc4133a8139e9f4970da691155f47cfe1e2 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Sat, 17 Jan 2009 21:50:24 +0000 Subject: [PATCH 07/72] Update to 4.5.93 --- .cvsignore | 2 +- sources | 2 +- xfce4-dev-tools.spec | 8 +++++++- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/.cvsignore b/.cvsignore index f320959..504bdea 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -xfce4-dev-tools-4.4.0.1.tar.bz2 +xfce4-dev-tools-4.5.93.tar.bz2 diff --git a/sources b/sources index f4a2b54..8988db7 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -7d09d161efc7ef86b3b48791d98c8ae8 xfce4-dev-tools-4.4.0.1.tar.bz2 +99d2362c4007d567dacec6b9cd1f05b9 xfce4-dev-tools-4.5.93.tar.bz2 diff --git a/xfce4-dev-tools.spec b/xfce4-dev-tools.spec index 75c50ff..3ac93a1 100644 --- a/xfce4-dev-tools.spec +++ b/xfce4-dev-tools.spec @@ -1,5 +1,5 @@ Name: xfce4-dev-tools -Version: 4.4.0.1 +Version: 4.5.93 Release: 1%{?dist} Summary: Xfce developer tools @@ -43,6 +43,12 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/aclocal/* %changelog +* Tue Jan 13 2009 Kevin Fenzi - 4.5.93-1 +- Update to 4.5.93 + +* Sun Dec 28 2008 Kevin Fenzi - 4.5.92-1 +- Update to 4.5.92 + * Mon Sep 08 2008 Christoph Wickert - 4.4.0.1-1 - Update to 4.4.0.1 From e1883ab82c2372cb2bc2e48e9711b31439dabc65 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Tue, 27 Jan 2009 19:33:35 +0000 Subject: [PATCH 08/72] Update to 4.5.99.1 --- .cvsignore | 2 +- sources | 2 +- xfce4-dev-tools.spec | 5 ++++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.cvsignore b/.cvsignore index 504bdea..85d6d6a 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -xfce4-dev-tools-4.5.93.tar.bz2 +xfce4-dev-tools-4.5.99.1.tar.bz2 diff --git a/sources b/sources index 8988db7..0116228 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -99d2362c4007d567dacec6b9cd1f05b9 xfce4-dev-tools-4.5.93.tar.bz2 +a25cc6c03ebe5144ce7236ff116bb7b0 xfce4-dev-tools-4.5.99.1.tar.bz2 diff --git a/xfce4-dev-tools.spec b/xfce4-dev-tools.spec index 3ac93a1..f3bac59 100644 --- a/xfce4-dev-tools.spec +++ b/xfce4-dev-tools.spec @@ -1,5 +1,5 @@ Name: xfce4-dev-tools -Version: 4.5.93 +Version: 4.5.99.1 Release: 1%{?dist} Summary: Xfce developer tools @@ -43,6 +43,9 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/aclocal/* %changelog +* Mon Jan 26 2009 Kevin Fenzi - 4.5.99.1-1 +- Update to 4.5.99.1 + * Tue Jan 13 2009 Kevin Fenzi - 4.5.93-1 - Update to 4.5.93 From fb9147741f8dc20a8734b208efbecd7073d136dd Mon Sep 17 00:00:00 2001 From: Jesse Keating Date: Thu, 26 Feb 2009 08:45:34 +0000 Subject: [PATCH 09/72] - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild --- xfce4-dev-tools.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xfce4-dev-tools.spec b/xfce4-dev-tools.spec index f3bac59..f700596 100644 --- a/xfce4-dev-tools.spec +++ b/xfce4-dev-tools.spec @@ -1,6 +1,6 @@ Name: xfce4-dev-tools Version: 4.5.99.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Xfce developer tools Group: Development/Tools @@ -43,6 +43,9 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/aclocal/* %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 b2d7d5b0d26e9bba9a7baeaad911ac6705946d1a Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Fri, 27 Feb 2009 20:51:38 +0000 Subject: [PATCH 10/72] Update to 4.6.0 --- .cvsignore | 2 +- sources | 2 +- xfce4-dev-tools.spec | 7 +++++-- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/.cvsignore b/.cvsignore index 85d6d6a..f93df21 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -xfce4-dev-tools-4.5.99.1.tar.bz2 +xfce4-dev-tools-4.6.0.tar.bz2 diff --git a/sources b/sources index 0116228..3258bdd 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -a25cc6c03ebe5144ce7236ff116bb7b0 xfce4-dev-tools-4.5.99.1.tar.bz2 +c9587fa78e877eee858a33391d0afd62 xfce4-dev-tools-4.6.0.tar.bz2 diff --git a/xfce4-dev-tools.spec b/xfce4-dev-tools.spec index f700596..7406f9d 100644 --- a/xfce4-dev-tools.spec +++ b/xfce4-dev-tools.spec @@ -1,6 +1,6 @@ Name: xfce4-dev-tools -Version: 4.5.99.1 -Release: 2%{?dist} +Version: 4.6.0 +Release: 1%{?dist} Summary: Xfce developer tools Group: Development/Tools @@ -43,6 +43,9 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/aclocal/* %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 c87bde3b16807ff045fcbf1dc76dd7aacce8bb0a Mon Sep 17 00:00:00 2001 From: Jesse Keating Date: Mon, 27 Jul 2009 07:50:48 +0000 Subject: [PATCH 11/72] - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild --- xfce4-dev-tools.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xfce4-dev-tools.spec b/xfce4-dev-tools.spec index 7406f9d..16d86a4 100644 --- a/xfce4-dev-tools.spec +++ b/xfce4-dev-tools.spec @@ -1,6 +1,6 @@ Name: xfce4-dev-tools Version: 4.6.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Xfce developer tools Group: Development/Tools @@ -43,6 +43,9 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/aclocal/* %changelog +* Mon Jul 27 2009 Fedora Release Engineering - 4.6.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild + * Thu Feb 26 2009 Kevin Fenzi - 4.6.0-1 - Update to 4.6.0 From e3761392e240c2435e7bb657ccd648346d291f73 Mon Sep 17 00:00:00 2001 From: Christoph Wickert Date: Wed, 19 Aug 2009 13:06:17 +0000 Subject: [PATCH 12/72] - Update to 4.7.0 --- .cvsignore | 2 +- sources | 2 +- xfce4-dev-tools.spec | 9 ++++++--- 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/.cvsignore b/.cvsignore index f93df21..1feb3ed 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -xfce4-dev-tools-4.6.0.tar.bz2 +xfce4-dev-tools-4.7.0.tar.bz2 diff --git a/sources b/sources index 3258bdd..13bb84f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -c9587fa78e877eee858a33391d0afd62 xfce4-dev-tools-4.6.0.tar.bz2 +6077a9d0b64e89f213520eb7d9b2aa91 xfce4-dev-tools-4.7.0.tar.bz2 diff --git a/xfce4-dev-tools.spec b/xfce4-dev-tools.spec index 16d86a4..a33e251 100644 --- a/xfce4-dev-tools.spec +++ b/xfce4-dev-tools.spec @@ -1,12 +1,12 @@ Name: xfce4-dev-tools -Version: 4.6.0 -Release: 2%{?dist} +Version: 4.7.0 +Release: 1%{?dist} Summary: Xfce developer tools Group: Development/Tools License: GPLv2+ URL: http://xfce.org/~benny/projects/xfce4-dev-tools/ -Source0: http://www.xfce.org/archive/xfce-%{version}/src/%{name}-%{version}.tar.bz2 +Source0: http://archive.xfce.org/src/xfce/xfce4-dev-tools/4.7/%{name}-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: glib2-devel, gettext-devel, gtk-doc, libtool, intltool, make @@ -43,6 +43,9 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/aclocal/* %changelog +* Wed Aug 19 2009 Christoph Wickert - 4.7.0-1 +- Update to 4.7.0 + * Mon Jul 27 2009 Fedora Release Engineering - 4.6.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild From 269cac84895e54ed8679e2dfcbf03b101fd352fc Mon Sep 17 00:00:00 2001 From: Christoph Wickert Date: Wed, 19 Aug 2009 13:10:39 +0000 Subject: [PATCH 13/72] use %{?_smp_mflags} --- xfce4-dev-tools.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xfce4-dev-tools.spec b/xfce4-dev-tools.spec index a33e251..02f4f03 100644 --- a/xfce4-dev-tools.spec +++ b/xfce4-dev-tools.spec @@ -21,7 +21,7 @@ that want to build Xfce from SVN. %build %configure -make +make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT From a9e5ace39377899a176f66ea851ba0902a60ca16 Mon Sep 17 00:00:00 2001 From: Christoph Wickert Date: Sun, 20 Sep 2009 02:56:37 +0000 Subject: [PATCH 14/72] - Update to 4.7.1 --- .cvsignore | 2 +- sources | 2 +- xfce4-dev-tools.spec | 21 ++++++++++++--------- 3 files changed, 14 insertions(+), 11 deletions(-) diff --git a/.cvsignore b/.cvsignore index 1feb3ed..1310e56 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -xfce4-dev-tools-4.7.0.tar.bz2 +xfce4-dev-tools-4.7.1.tar.bz2 diff --git a/sources b/sources index 13bb84f..0e2f71d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -6077a9d0b64e89f213520eb7d9b2aa91 xfce4-dev-tools-4.7.0.tar.bz2 +9841ccb2e0c2ca8a56d6eeabc54bb569 xfce4-dev-tools-4.7.1.tar.bz2 diff --git a/xfce4-dev-tools.spec b/xfce4-dev-tools.spec index 02f4f03..68c5eb4 100644 --- a/xfce4-dev-tools.spec +++ b/xfce4-dev-tools.spec @@ -1,5 +1,5 @@ Name: xfce4-dev-tools -Version: 4.7.0 +Version: 4.7.1 Release: 1%{?dist} Summary: Xfce developer tools @@ -25,7 +25,7 @@ make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT -make install DESTDIR=$RPM_BUILD_ROOT mandir=%{_mandir} +make install DESTDIR=$RPM_BUILD_ROOT mandir=%{_mandir} INSTALL='install -p' mkdir $RPM_BUILD_ROOT%{_datadir}/aclocal/ install -p -m 644 m4macros/xdt*.m4 $RPM_BUILD_ROOT%{_datadir}/aclocal/ @@ -43,7 +43,10 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/aclocal/* %changelog -* Wed Aug 19 2009 Christoph Wickert - 4.7.0-1 +* Sun Sep 20 2009 Christoph Wickert - 4.7.1-1 +- Update to 4.7.1 + +* Wed Aug 19 2009 Christoph Wickert - 4.7.0-1 - Update to 4.7.0 * Mon Jul 27 2009 Fedora Release Engineering - 4.6.0-2 @@ -64,25 +67,25 @@ rm -rf $RPM_BUILD_ROOT * Sun Dec 28 2008 Kevin Fenzi - 4.5.92-1 - Update to 4.5.92 -* Mon Sep 08 2008 Christoph Wickert - 4.4.0.1-1 +* Mon Sep 08 2008 Christoph Wickert - 4.4.0.1-1 - Update to 4.4.0.1 * Tue Aug 12 2008 Jason L Tibbitts III - 4.4.0-2 - Fix license tag. -* Mon Jan 22 2007 Christoph Wickert - 4.4.0-1 +* Mon Jan 22 2007 Christoph Wickert - 4.4.0-1 - Update to 4.4.0. -* Sat Nov 11 2006 Christoph Wickert - 4.3.99.2-1 +* Sat Nov 11 2006 Christoph Wickert - 4.3.99.2-1 - Update to 4.3.99.2. -* Tue Oct 03 2006 Christoph Wickert - 4.3.99.1-3 +* Tue Oct 03 2006 Christoph Wickert - 4.3.99.1-3 - Require gettext-devel. - Install m4 macros also to /usr/share/aclocal. -* Tue Oct 03 2006 Christoph Wickert - 4.3.99.1-2 +* Tue Oct 03 2006 Christoph Wickert - 4.3.99.1-2 - Some more requires: glib2-devel, make and gtk-doc. - Own %%{_datadir}/xfce4 -* Sat Sep 23 2006 Christoph Wickert - 4.3.99.1-1 +* Sat Sep 23 2006 Christoph Wickert - 4.3.99.1-1 - Initial Fedora Extras release. From 43c925e8b1449dbe97f7e7c2daf19651eb5dae46 Mon Sep 17 00:00:00 2001 From: Christoph Wickert Date: Mon, 21 Sep 2009 15:44:31 +0000 Subject: [PATCH 15/72] - Update to 4.7.2 --- .cvsignore | 2 +- sources | 2 +- xfce4-dev-tools.spec | 5 ++++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.cvsignore b/.cvsignore index 1310e56..33c4cf6 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -xfce4-dev-tools-4.7.1.tar.bz2 +xfce4-dev-tools-4.7.2.tar.bz2 diff --git a/sources b/sources index 0e2f71d..bbdd78c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -9841ccb2e0c2ca8a56d6eeabc54bb569 xfce4-dev-tools-4.7.1.tar.bz2 +b76d6b7548b4bf248a4af9b0dbdf34e8 xfce4-dev-tools-4.7.2.tar.bz2 diff --git a/xfce4-dev-tools.spec b/xfce4-dev-tools.spec index 68c5eb4..c33870e 100644 --- a/xfce4-dev-tools.spec +++ b/xfce4-dev-tools.spec @@ -1,5 +1,5 @@ Name: xfce4-dev-tools -Version: 4.7.1 +Version: 4.7.2 Release: 1%{?dist} Summary: Xfce developer tools @@ -43,6 +43,9 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/aclocal/* %changelog +* Mon Sep 21 2009 Christoph Wickert - 4.7.2-1 +- Update to 4.7.2 + * Sun Sep 20 2009 Christoph Wickert - 4.7.1-1 - Update to 4.7.1 From c11d28b1a1cd74e839b551b083e73d4890ef2683 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Wed, 25 Nov 2009 22:40:56 +0000 Subject: [PATCH 16/72] Fix typo that causes a failure to update the common directory. (releng #2781) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 71f3684..3f2c0bd 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ NAME := xfce4-dev-tools 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 cb3586520ab664c08b03e3bca529ebf27d61e760 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 29 Jul 2010 15:43:51 +0000 Subject: [PATCH 17/72] dist-git conversion --- .cvsignore => .gitignore | 0 Makefile | 21 --------------------- 2 files changed, 21 deletions(-) rename .cvsignore => .gitignore (100%) delete mode 100644 Makefile 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 3f2c0bd..0000000 --- a/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# Makefile for source rpm: xfce4-dev-tools -# $Id$ -NAME := xfce4-dev-tools -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) From d639c8360028deaf5ad5651cc430f3441b781ed4 Mon Sep 17 00:00:00 2001 From: Christoph Wickert Date: Sun, 31 Oct 2010 16:50:27 +0100 Subject: [PATCH 18/72] - Update to 4.7.3 --- .gitignore | 1 + sources | 2 +- xfce4-dev-tools.spec | 5 ++++- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 33c4cf6..76e597a 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ xfce4-dev-tools-4.7.2.tar.bz2 +/xfce4-dev-tools-4.7.3.tar.bz2 diff --git a/sources b/sources index bbdd78c..d7d63b4 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -b76d6b7548b4bf248a4af9b0dbdf34e8 xfce4-dev-tools-4.7.2.tar.bz2 +38ac952d738634d98566014168e90890 xfce4-dev-tools-4.7.3.tar.bz2 diff --git a/xfce4-dev-tools.spec b/xfce4-dev-tools.spec index c33870e..1431001 100644 --- a/xfce4-dev-tools.spec +++ b/xfce4-dev-tools.spec @@ -1,5 +1,5 @@ Name: xfce4-dev-tools -Version: 4.7.2 +Version: 4.7.3 Release: 1%{?dist} Summary: Xfce developer tools @@ -43,6 +43,9 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/aclocal/* %changelog +* Sun Oct 31 2010 Christoph Wickert - 4.7.3-1 +- Update to 4.7.3 + * Mon Sep 21 2009 Christoph Wickert - 4.7.2-1 - Update to 4.7.2 From 95efb9c85052e1a0e14bf55febc219f1fb1325f4 Mon Sep 17 00:00:00 2001 From: Christoph Wickert Date: Sun, 2 Jan 2011 16:27:07 +0100 Subject: [PATCH 19/72] - Update to 4.7.4 --- xfce4-dev-tools.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/xfce4-dev-tools.spec b/xfce4-dev-tools.spec index 1431001..b1db603 100644 --- a/xfce4-dev-tools.spec +++ b/xfce4-dev-tools.spec @@ -1,5 +1,5 @@ Name: xfce4-dev-tools -Version: 4.7.3 +Version: 4.7.4 Release: 1%{?dist} Summary: Xfce developer tools @@ -38,11 +38,14 @@ rm -rf $RPM_BUILD_ROOT %doc AUTHORS COPYING ChangeLog HACKING NEWS README %{_bindir}/xdt-autogen %{_bindir}/xdt-commit -%dir %{_datadir}/xfce4 +%dir %{_datadir}/xfce4/ %{_datadir}/xfce4/dev-tools/ %{_datadir}/aclocal/* %changelog +* Sun Jan 02 2011 Christoph Wickert - 4.7.4-1 +- Update to 4.7.4 + * Sun Oct 31 2010 Christoph Wickert - 4.7.3-1 - Update to 4.7.3 From 710c14e6f57d5ca90092341c305ca0671d3e0975 Mon Sep 17 00:00:00 2001 From: Christoph Wickert Date: Sun, 2 Jan 2011 16:36:58 +0100 Subject: [PATCH 20/72] Upload new source --- .gitignore | 1 + sources | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 76e597a..168bd7c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ xfce4-dev-tools-4.7.2.tar.bz2 /xfce4-dev-tools-4.7.3.tar.bz2 +/xfce4-dev-tools-4.7.4.tar.bz2 diff --git a/sources b/sources index d7d63b4..460f1fc 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -38ac952d738634d98566014168e90890 xfce4-dev-tools-4.7.3.tar.bz2 +fcd0fadb39b20500c873c2f5d5a6913c xfce4-dev-tools-4.7.4.tar.bz2 From a22041c670483aadc11f34751a412dd860e19936 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Sun, 16 Jan 2011 12:56:27 -0700 Subject: [PATCH 21/72] Update to 4.8.0 final. --- .gitignore | 1 + sources | 2 +- xfce4-dev-tools.spec | 7 +++++-- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 168bd7c..d084d9a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ xfce4-dev-tools-4.7.2.tar.bz2 /xfce4-dev-tools-4.7.3.tar.bz2 /xfce4-dev-tools-4.7.4.tar.bz2 +/xfce4-dev-tools-4.8.0.tar.bz2 diff --git a/sources b/sources index 460f1fc..f329f3d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -fcd0fadb39b20500c873c2f5d5a6913c xfce4-dev-tools-4.7.4.tar.bz2 +9591299c49d92d00ba47974c42a735fa xfce4-dev-tools-4.8.0.tar.bz2 diff --git a/xfce4-dev-tools.spec b/xfce4-dev-tools.spec index b1db603..60bceb5 100644 --- a/xfce4-dev-tools.spec +++ b/xfce4-dev-tools.spec @@ -1,12 +1,12 @@ Name: xfce4-dev-tools -Version: 4.7.4 +Version: 4.8.0 Release: 1%{?dist} Summary: Xfce developer tools Group: Development/Tools License: GPLv2+ URL: http://xfce.org/~benny/projects/xfce4-dev-tools/ -Source0: http://archive.xfce.org/src/xfce/xfce4-dev-tools/4.7/%{name}-%{version}.tar.bz2 +Source0: http://archive.xfce.org/src/xfce/xfce4-dev-tools/4.8/%{name}-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: glib2-devel, gettext-devel, gtk-doc, libtool, intltool, make @@ -43,6 +43,9 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/aclocal/* %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.4-1 - Update to 4.7.4 From c0bb1d6c038c24fd2b06eb5afe56d5f3d8f08a64 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Mon, 7 Feb 2011 22:15:22 -0600 Subject: [PATCH 22/72] - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild --- xfce4-dev-tools.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xfce4-dev-tools.spec b/xfce4-dev-tools.spec index 60bceb5..200f775 100644 --- a/xfce4-dev-tools.spec +++ b/xfce4-dev-tools.spec @@ -1,6 +1,6 @@ Name: xfce4-dev-tools Version: 4.8.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Xfce developer tools Group: Development/Tools @@ -43,6 +43,9 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/aclocal/* %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 eae4ee839464974daf8fa64e08273d198530abd9 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Sat, 14 Jan 2012 02:47:51 -0600 Subject: [PATCH 23/72] - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild --- xfce4-dev-tools.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xfce4-dev-tools.spec b/xfce4-dev-tools.spec index 200f775..a1fe215 100644 --- a/xfce4-dev-tools.spec +++ b/xfce4-dev-tools.spec @@ -1,6 +1,6 @@ Name: xfce4-dev-tools Version: 4.8.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Xfce developer tools Group: Development/Tools @@ -43,6 +43,9 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/aclocal/* %changelog +* Sat Jan 14 2012 Fedora Release Engineering - 4.8.0-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild + * Mon Feb 07 2011 Fedora Release Engineering - 4.8.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild From 68f3ff23562a38c31375d024fcd44cdabc6d2fe5 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Wed, 4 Apr 2012 15:54:11 -0600 Subject: [PATCH 24/72] Update to 4.9.1 - Packge is no longer noarch. --- .gitignore | 1 + sources | 2 +- xfce4-dev-tools.spec | 13 +++++++++---- 3 files changed, 11 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index d084d9a..0358017 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ xfce4-dev-tools-4.7.2.tar.bz2 /xfce4-dev-tools-4.7.3.tar.bz2 /xfce4-dev-tools-4.7.4.tar.bz2 /xfce4-dev-tools-4.8.0.tar.bz2 +/xfce4-dev-tools-4.9.1.tar.bz2 diff --git a/sources b/sources index f329f3d..0a93c44 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -9591299c49d92d00ba47974c42a735fa xfce4-dev-tools-4.8.0.tar.bz2 +3cbc68d6f1df527affa114631c66eb48 xfce4-dev-tools-4.9.1.tar.bz2 diff --git a/xfce4-dev-tools.spec b/xfce4-dev-tools.spec index a1fe215..35b9110 100644 --- a/xfce4-dev-tools.spec +++ b/xfce4-dev-tools.spec @@ -1,16 +1,16 @@ Name: xfce4-dev-tools -Version: 4.8.0 -Release: 3%{?dist} +Version: 4.9.1 +Release: 1%{?dist} Summary: Xfce developer tools Group: Development/Tools License: GPLv2+ URL: http://xfce.org/~benny/projects/xfce4-dev-tools/ -Source0: http://archive.xfce.org/src/xfce/xfce4-dev-tools/4.8/%{name}-%{version}.tar.bz2 +Source0: http://archive.xfce.org/src/xfce/xfce4-dev-tools/4.9/%{name}-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: glib2-devel, gettext-devel, gtk-doc, libtool, intltool, make -BuildArch: noarch +BuildRequires: glib2-devel %description This package contains common tools required by Xfce developers and people @@ -38,11 +38,16 @@ rm -rf $RPM_BUILD_ROOT %doc AUTHORS COPYING ChangeLog HACKING NEWS README %{_bindir}/xdt-autogen %{_bindir}/xdt-commit +%{_bindir}/xdt-csource %dir %{_datadir}/xfce4/ %{_datadir}/xfce4/dev-tools/ %{_datadir}/aclocal/* %changelog +* Sun Apr 01 2012 Kevin Fenzi - 4.9.1-1 +- Update to 4.9.1 +- Packge is no longer noarch. + * Sat Jan 14 2012 Fedora Release Engineering - 4.8.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild From e747256b291ae504b5a8621596fcb491fbd18522 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Sat, 14 Apr 2012 11:32:31 -0600 Subject: [PATCH 25/72] Update to 4.9.2 (Xfce 4.10pre2) --- .gitignore | 1 + sources | 2 +- xfce4-dev-tools.spec | 5 ++++- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 0358017..3f8c038 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ xfce4-dev-tools-4.7.2.tar.bz2 /xfce4-dev-tools-4.7.4.tar.bz2 /xfce4-dev-tools-4.8.0.tar.bz2 /xfce4-dev-tools-4.9.1.tar.bz2 +/xfce4-dev-tools-4.9.2.tar.bz2 diff --git a/sources b/sources index 0a93c44..ec3437d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -3cbc68d6f1df527affa114631c66eb48 xfce4-dev-tools-4.9.1.tar.bz2 +2ab55894cd6e396ca3bad418a88b539d xfce4-dev-tools-4.9.2.tar.bz2 diff --git a/xfce4-dev-tools.spec b/xfce4-dev-tools.spec index 35b9110..81a4c27 100644 --- a/xfce4-dev-tools.spec +++ b/xfce4-dev-tools.spec @@ -1,5 +1,5 @@ Name: xfce4-dev-tools -Version: 4.9.1 +Version: 4.9.2 Release: 1%{?dist} Summary: Xfce developer tools @@ -44,6 +44,9 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/aclocal/* %changelog +* Sat Apr 14 2012 Kevin Fenzi - 4.9.2-1 +- Update to 4.9.2 (Xfce 4.10pre2) + * Sun Apr 01 2012 Kevin Fenzi - 4.9.1-1 - Update to 4.9.1 - Packge is no longer noarch. From fed3f610f28ce597451a9006c6b36e29a5f7d887 Mon Sep 17 00:00:00 2001 From: Christoph Wickert Date: Sat, 28 Apr 2012 23:35:48 +0200 Subject: [PATCH 26/72] Update to 4.10.0 final - Add VCS key --- .gitignore | 1 + sources | 2 +- xfce4-dev-tools.spec | 32 ++++++++++++++++++++++---------- 3 files changed, 24 insertions(+), 11 deletions(-) diff --git a/.gitignore b/.gitignore index 3f8c038..7d4f597 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ xfce4-dev-tools-4.7.2.tar.bz2 /xfce4-dev-tools-4.8.0.tar.bz2 /xfce4-dev-tools-4.9.1.tar.bz2 /xfce4-dev-tools-4.9.2.tar.bz2 +/xfce4-dev-tools-4.10.0.tar.bz2 diff --git a/sources b/sources index ec3437d..07f07c5 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -2ab55894cd6e396ca3bad418a88b539d xfce4-dev-tools-4.9.2.tar.bz2 +372b74f432e7e02d946c2ea9d3de2805 xfce4-dev-tools-4.10.0.tar.bz2 diff --git a/xfce4-dev-tools.spec b/xfce4-dev-tools.spec index 81a4c27..986b2c6 100644 --- a/xfce4-dev-tools.spec +++ b/xfce4-dev-tools.spec @@ -1,16 +1,24 @@ -Name: xfce4-dev-tools -Version: 4.9.2 -Release: 1%{?dist} -Summary: Xfce developer tools +%global xfceversion 4.10 -Group: Development/Tools -License: GPLv2+ -URL: http://xfce.org/~benny/projects/xfce4-dev-tools/ -Source0: http://archive.xfce.org/src/xfce/xfce4-dev-tools/4.9/%{name}-%{version}.tar.bz2 -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +Name: xfce4-dev-tools +Version: 4.10.0 +Release: 1%{?dist} +Summary: Xfce developer tools -Requires: glib2-devel, gettext-devel, gtk-doc, libtool, intltool, make +Group: Development/Tools +License: GPLv2+ +URL: http://xfce.org/~benny/projects/xfce4-dev-tools/ +#VCS git:git://git.xfce.org/xfce/xfce4-dev-tools +Source0: http://archive.xfce.org/src/xfce/xfce4-dev-tools/%{xfceversion}/%{name}-%{version}.tar.bz2 +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) + +BuildRequires: gettext-devel +BuildRequires: gtk-doc +BuildRequires: libtool +BuildRequires: intltool +BuildRequires: make BuildRequires: glib2-devel +Requires: glib2-devel %description This package contains common tools required by Xfce developers and people @@ -44,6 +52,10 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/aclocal/* %changelog +* Sat Apr 28 2012 Christoph Wickert - 4.10.0-1 +- Update to 4.10.0 final +- Add VCS key + * Sat Apr 14 2012 Kevin Fenzi - 4.9.2-1 - Update to 4.9.2 (Xfce 4.10pre2) From 876b574acfbc847888c2db1fb3bc9a709f31bfb7 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Sun, 22 Jul 2012 00:03:43 -0500 Subject: [PATCH 27/72] - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild --- xfce4-dev-tools.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xfce4-dev-tools.spec b/xfce4-dev-tools.spec index 986b2c6..887aa3f 100644 --- a/xfce4-dev-tools.spec +++ b/xfce4-dev-tools.spec @@ -2,7 +2,7 @@ Name: xfce4-dev-tools Version: 4.10.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Xfce developer tools Group: Development/Tools @@ -52,6 +52,9 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/aclocal/* %changelog +* Sun Jul 22 2012 Fedora Release Engineering - 4.10.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild + * Sat Apr 28 2012 Christoph Wickert - 4.10.0-1 - Update to 4.10.0 final - Add VCS key From c5694aa41c569f4dc35be18b1fdd253240e98832 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Thu, 14 Feb 2013 21:35:08 -0600 Subject: [PATCH 28/72] - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild --- xfce4-dev-tools.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xfce4-dev-tools.spec b/xfce4-dev-tools.spec index 887aa3f..28eca15 100644 --- a/xfce4-dev-tools.spec +++ b/xfce4-dev-tools.spec @@ -2,7 +2,7 @@ Name: xfce4-dev-tools Version: 4.10.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Xfce developer tools Group: Development/Tools @@ -52,6 +52,9 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/aclocal/* %changelog +* Fri Feb 15 2013 Fedora Release Engineering - 4.10.0-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild + * Sun Jul 22 2012 Fedora Release Engineering - 4.10.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild From 1dff31a523b97e6672d6f52da1b98b41216277bb Mon Sep 17 00:00:00 2001 From: Christoph Wickert Date: Sun, 19 May 2013 11:13:27 +0200 Subject: [PATCH 29/72] Require missing dependencies (#964474) --- xfce4-dev-tools.spec | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/xfce4-dev-tools.spec b/xfce4-dev-tools.spec index 28eca15..791000d 100644 --- a/xfce4-dev-tools.spec +++ b/xfce4-dev-tools.spec @@ -2,7 +2,7 @@ Name: xfce4-dev-tools Version: 4.10.0 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Xfce developer tools Group: Development/Tools @@ -18,7 +18,14 @@ BuildRequires: libtool BuildRequires: intltool BuildRequires: make BuildRequires: glib2-devel +Requires: autoconf +Requires: automake +Requires: gawk +Requires: git Requires: glib2-devel +Requires: grep +Requires: gtk-doc +Requires: intltool %description This package contains common tools required by Xfce developers and people @@ -52,6 +59,9 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/aclocal/* %changelog +* Sun May 19 2013 Christoph Wickert - 4.10.0-4 +- Require missing dependencies (#964474) + * Fri Feb 15 2013 Fedora Release Engineering - 4.10.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild From 0431839157d422d4a351cab407254b4feb12796e Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Sun, 4 Aug 2013 02:56:34 -0500 Subject: [PATCH 30/72] - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild --- xfce4-dev-tools.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xfce4-dev-tools.spec b/xfce4-dev-tools.spec index 791000d..0cf81e4 100644 --- a/xfce4-dev-tools.spec +++ b/xfce4-dev-tools.spec @@ -2,7 +2,7 @@ Name: xfce4-dev-tools Version: 4.10.0 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Xfce developer tools Group: Development/Tools @@ -59,6 +59,9 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/aclocal/* %changelog +* Sun Aug 04 2013 Fedora Release Engineering - 4.10.0-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild + * Sun May 19 2013 Christoph Wickert - 4.10.0-4 - Require missing dependencies (#964474) From dd8e3e4223b6c08123e1ed6452be5a3799b1faba Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Sun, 8 Jun 2014 00:34:49 -0500 Subject: [PATCH 31/72] - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild --- xfce4-dev-tools.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xfce4-dev-tools.spec b/xfce4-dev-tools.spec index 0cf81e4..5023963 100644 --- a/xfce4-dev-tools.spec +++ b/xfce4-dev-tools.spec @@ -2,7 +2,7 @@ Name: xfce4-dev-tools Version: 4.10.0 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Xfce developer tools Group: Development/Tools @@ -59,6 +59,9 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/aclocal/* %changelog +* Sun Jun 08 2014 Fedora Release Engineering - 4.10.0-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild + * Sun Aug 04 2013 Fedora Release Engineering - 4.10.0-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild From d64be3d2e1aa6b26b0e122db1d2211c42632a8f8 Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Mon, 18 Aug 2014 09:40:40 +0000 Subject: [PATCH 32/72] - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild --- xfce4-dev-tools.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xfce4-dev-tools.spec b/xfce4-dev-tools.spec index 5023963..d84f011 100644 --- a/xfce4-dev-tools.spec +++ b/xfce4-dev-tools.spec @@ -2,7 +2,7 @@ Name: xfce4-dev-tools Version: 4.10.0 -Release: 6%{?dist} +Release: 7%{?dist} Summary: Xfce developer tools Group: Development/Tools @@ -59,6 +59,9 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/aclocal/* %changelog +* Mon Aug 18 2014 Fedora Release Engineering - 4.10.0-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild + * Sun Jun 08 2014 Fedora Release Engineering - 4.10.0-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild From 6c9ba52e282ed9e1d60fedae0d17a09fe980581e Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Tue, 10 Mar 2015 13:16:27 -0600 Subject: [PATCH 33/72] Update to 4.12 --- .gitignore | 1 + sources | 2 +- xfce4-dev-tools.spec | 9 ++++++--- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 7d4f597..a389163 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ xfce4-dev-tools-4.7.2.tar.bz2 /xfce4-dev-tools-4.9.1.tar.bz2 /xfce4-dev-tools-4.9.2.tar.bz2 /xfce4-dev-tools-4.10.0.tar.bz2 +/xfce4-dev-tools-4.12.0.tar.bz2 diff --git a/sources b/sources index 07f07c5..7f25081 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -372b74f432e7e02d946c2ea9d3de2805 xfce4-dev-tools-4.10.0.tar.bz2 +559202c4d9650e23696c44aa94cfc5a9 xfce4-dev-tools-4.12.0.tar.bz2 diff --git a/xfce4-dev-tools.spec b/xfce4-dev-tools.spec index d84f011..e51b89d 100644 --- a/xfce4-dev-tools.spec +++ b/xfce4-dev-tools.spec @@ -1,8 +1,8 @@ -%global xfceversion 4.10 +%global xfceversion 4.12 Name: xfce4-dev-tools -Version: 4.10.0 -Release: 7%{?dist} +Version: 4.12.0 +Release: 1%{?dist} Summary: Xfce developer tools Group: Development/Tools @@ -59,6 +59,9 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/aclocal/* %changelog +* Tue Mar 10 2015 Kevin Fenzi 4.12.0-1 +- Update to 4.12 + * Mon Aug 18 2014 Fedora Release Engineering - 4.10.0-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild From aef9c8357e2a6eb5571e5a7a2484c7c9491f13d0 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Fri, 19 Jun 2015 03:54:09 +0000 Subject: [PATCH 34/72] - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild --- xfce4-dev-tools.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xfce4-dev-tools.spec b/xfce4-dev-tools.spec index e51b89d..7badf0d 100644 --- a/xfce4-dev-tools.spec +++ b/xfce4-dev-tools.spec @@ -2,7 +2,7 @@ Name: xfce4-dev-tools Version: 4.12.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Xfce developer tools Group: Development/Tools @@ -59,6 +59,9 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/aclocal/* %changelog +* Fri Jun 19 2015 Fedora Release Engineering - 4.12.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild + * Tue Mar 10 2015 Kevin Fenzi 4.12.0-1 - Update to 4.12 From f06b0df4b469c587147b16eb04c1ff936436e7f2 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 5 Feb 2016 03:24:52 +0000 Subject: [PATCH 35/72] - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild --- xfce4-dev-tools.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xfce4-dev-tools.spec b/xfce4-dev-tools.spec index 7badf0d..e853537 100644 --- a/xfce4-dev-tools.spec +++ b/xfce4-dev-tools.spec @@ -2,7 +2,7 @@ Name: xfce4-dev-tools Version: 4.12.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Xfce developer tools Group: Development/Tools @@ -59,6 +59,9 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/aclocal/* %changelog +* Fri Feb 05 2016 Fedora Release Engineering - 4.12.0-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild + * Fri Jun 19 2015 Fedora Release Engineering - 4.12.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild From ce4ea0f102cf139aa559281d0f2ecef55425b1d1 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 11 Feb 2017 17:47:16 +0000 Subject: [PATCH 36/72] - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild --- xfce4-dev-tools.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xfce4-dev-tools.spec b/xfce4-dev-tools.spec index e853537..2b3b5a4 100644 --- a/xfce4-dev-tools.spec +++ b/xfce4-dev-tools.spec @@ -2,7 +2,7 @@ Name: xfce4-dev-tools Version: 4.12.0 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Xfce developer tools Group: Development/Tools @@ -59,6 +59,9 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/aclocal/* %changelog +* Sat Feb 11 2017 Fedora Release Engineering - 4.12.0-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild + * Fri Feb 05 2016 Fedora Release Engineering - 4.12.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild From aba57eb46e2f5eafec141e5c33ff1573cc4e3fb3 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 27 Jul 2017 22:02:08 +0000 Subject: [PATCH 37/72] - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild --- xfce4-dev-tools.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xfce4-dev-tools.spec b/xfce4-dev-tools.spec index 2b3b5a4..b80a15e 100644 --- a/xfce4-dev-tools.spec +++ b/xfce4-dev-tools.spec @@ -2,7 +2,7 @@ Name: xfce4-dev-tools Version: 4.12.0 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Xfce developer tools Group: Development/Tools @@ -59,6 +59,9 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/aclocal/* %changelog +* Thu Jul 27 2017 Fedora Release Engineering - 4.12.0-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild + * Sat Feb 11 2017 Fedora Release Engineering - 4.12.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild From 2103e5fc0ffaef59d70bead63dcafbae48f67a30 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 3 Aug 2017 10:36:30 +0000 Subject: [PATCH 38/72] - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild --- xfce4-dev-tools.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xfce4-dev-tools.spec b/xfce4-dev-tools.spec index b80a15e..6e9255a 100644 --- a/xfce4-dev-tools.spec +++ b/xfce4-dev-tools.spec @@ -2,7 +2,7 @@ Name: xfce4-dev-tools Version: 4.12.0 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Xfce developer tools Group: Development/Tools @@ -59,6 +59,9 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/aclocal/* %changelog +* Thu Aug 03 2017 Fedora Release Engineering - 4.12.0-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild + * Thu Jul 27 2017 Fedora Release Engineering - 4.12.0-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild From d196bc705120a11cab3a599377088219fffb523b Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 9 Feb 2018 21:31:50 +0000 Subject: [PATCH 39/72] - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- xfce4-dev-tools.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xfce4-dev-tools.spec b/xfce4-dev-tools.spec index 6e9255a..fc11a16 100644 --- a/xfce4-dev-tools.spec +++ b/xfce4-dev-tools.spec @@ -2,7 +2,7 @@ Name: xfce4-dev-tools Version: 4.12.0 -Release: 6%{?dist} +Release: 7%{?dist} Summary: Xfce developer tools Group: Development/Tools @@ -59,6 +59,9 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/aclocal/* %changelog +* Fri Feb 09 2018 Fedora Release Engineering - 4.12.0-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild + * Thu Aug 03 2017 Fedora Release Engineering - 4.12.0-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild From 856706b143226a81ab79609e98a90823f5754e73 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Wed, 14 Feb 2018 00:50:37 +0100 Subject: [PATCH 40/72] Remove BuildRoot definition None of currently supported distributions need that. It was needed last for EL5 which is EOL now Signed-off-by: Igor Gnatenko --- xfce4-dev-tools.spec | 1 - 1 file changed, 1 deletion(-) diff --git a/xfce4-dev-tools.spec b/xfce4-dev-tools.spec index fc11a16..9c560ca 100644 --- a/xfce4-dev-tools.spec +++ b/xfce4-dev-tools.spec @@ -10,7 +10,6 @@ License: GPLv2+ URL: http://xfce.org/~benny/projects/xfce4-dev-tools/ #VCS git:git://git.xfce.org/xfce/xfce4-dev-tools Source0: http://archive.xfce.org/src/xfce/xfce4-dev-tools/%{xfceversion}/%{name}-%{version}.tar.bz2 -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: gettext-devel BuildRequires: gtk-doc From a864eeb7f4ca6200b4450f9f84110f676611c858 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Wed, 14 Feb 2018 09:00:29 +0100 Subject: [PATCH 41/72] 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 --- xfce4-dev-tools.spec | 3 --- 1 file changed, 3 deletions(-) diff --git a/xfce4-dev-tools.spec b/xfce4-dev-tools.spec index 9c560ca..732d3f9 100644 --- a/xfce4-dev-tools.spec +++ b/xfce4-dev-tools.spec @@ -44,9 +44,6 @@ make install DESTDIR=$RPM_BUILD_ROOT mandir=%{_mandir} INSTALL='install -p' mkdir $RPM_BUILD_ROOT%{_datadir}/aclocal/ install -p -m 644 m4macros/xdt*.m4 $RPM_BUILD_ROOT%{_datadir}/aclocal/ -%clean -rm -rf $RPM_BUILD_ROOT - %files %defattr(-,root,root,-) %doc AUTHORS COPYING ChangeLog HACKING NEWS README From beec9d289bb095334a8ff8f2ab2d3f56cbc5c246 Mon Sep 17 00:00:00 2001 From: Jason Tibbitts Date: Mon, 9 Jul 2018 23:54:07 -0500 Subject: [PATCH 42/72] Remove needless use of %defattr --- xfce4-dev-tools.spec | 1 - 1 file changed, 1 deletion(-) diff --git a/xfce4-dev-tools.spec b/xfce4-dev-tools.spec index 732d3f9..ed45c92 100644 --- a/xfce4-dev-tools.spec +++ b/xfce4-dev-tools.spec @@ -45,7 +45,6 @@ mkdir $RPM_BUILD_ROOT%{_datadir}/aclocal/ install -p -m 644 m4macros/xdt*.m4 $RPM_BUILD_ROOT%{_datadir}/aclocal/ %files -%defattr(-,root,root,-) %doc AUTHORS COPYING ChangeLog HACKING NEWS README %{_bindir}/xdt-autogen %{_bindir}/xdt-commit From b55553b5e502450dc1c0d601049ddd1213fc400f Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 14 Jul 2018 09:13:37 +0000 Subject: [PATCH 43/72] - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- xfce4-dev-tools.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xfce4-dev-tools.spec b/xfce4-dev-tools.spec index ed45c92..3745677 100644 --- a/xfce4-dev-tools.spec +++ b/xfce4-dev-tools.spec @@ -2,7 +2,7 @@ Name: xfce4-dev-tools Version: 4.12.0 -Release: 7%{?dist} +Release: 8%{?dist} Summary: Xfce developer tools Group: Development/Tools @@ -54,6 +54,9 @@ install -p -m 644 m4macros/xdt*.m4 $RPM_BUILD_ROOT%{_datadir}/aclocal/ %{_datadir}/aclocal/* %changelog +* Sat Jul 14 2018 Fedora Release Engineering - 4.12.0-8 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild + * Fri Feb 09 2018 Fedora Release Engineering - 4.12.0-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild From c22ecc696017ea70bfbe62c1aec21ae44b295d5a Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Mon, 28 Jan 2019 20:18:31 +0100 Subject: [PATCH 44/72] Remove obsolete Group tag References: https://fedoraproject.org/wiki/Changes/Remove_Group_Tag --- xfce4-dev-tools.spec | 1 - 1 file changed, 1 deletion(-) diff --git a/xfce4-dev-tools.spec b/xfce4-dev-tools.spec index 3745677..05101a7 100644 --- a/xfce4-dev-tools.spec +++ b/xfce4-dev-tools.spec @@ -5,7 +5,6 @@ Version: 4.12.0 Release: 8%{?dist} Summary: Xfce developer tools -Group: Development/Tools License: GPLv2+ URL: http://xfce.org/~benny/projects/xfce4-dev-tools/ #VCS git:git://git.xfce.org/xfce/xfce4-dev-tools From 41e54ab332f3974c830e48d612c596b003d494a4 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sun, 3 Feb 2019 12:18:06 +0000 Subject: [PATCH 45/72] - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- xfce4-dev-tools.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xfce4-dev-tools.spec b/xfce4-dev-tools.spec index 05101a7..7dec14a 100644 --- a/xfce4-dev-tools.spec +++ b/xfce4-dev-tools.spec @@ -2,7 +2,7 @@ Name: xfce4-dev-tools Version: 4.12.0 -Release: 8%{?dist} +Release: 9%{?dist} Summary: Xfce developer tools License: GPLv2+ @@ -53,6 +53,9 @@ install -p -m 644 m4macros/xdt*.m4 $RPM_BUILD_ROOT%{_datadir}/aclocal/ %{_datadir}/aclocal/* %changelog +* Sun Feb 03 2019 Fedora Release Engineering - 4.12.0-9 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild + * Sat Jul 14 2018 Fedora Release Engineering - 4.12.0-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild From 6c5a854fb3fe4c28c3ded3f99248d40008158d9e Mon Sep 17 00:00:00 2001 From: Mukundan Ragavan Date: Tue, 2 Jul 2019 21:50:16 -0400 Subject: [PATCH 46/72] Update to 4.13.0 --- .gitignore | 1 + sources | 2 +- xfce4-dev-tools.spec | 10 ++++++---- 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index a389163..8c70c69 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ xfce4-dev-tools-4.7.2.tar.bz2 /xfce4-dev-tools-4.9.2.tar.bz2 /xfce4-dev-tools-4.10.0.tar.bz2 /xfce4-dev-tools-4.12.0.tar.bz2 +/xfce4-dev-tools-4.13.0.tar.bz2 diff --git a/sources b/sources index 7f25081..b3eb0d3 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -559202c4d9650e23696c44aa94cfc5a9 xfce4-dev-tools-4.12.0.tar.bz2 +SHA512 (xfce4-dev-tools-4.13.0.tar.bz2) = ee1289044cda9d908b15b7c88c5911f785efec1fed4c4ff20d66d535078a652f827489ec8ce58467f44b185ccba887fd9b4cd55ea62dfc181ddc87ce74ed5618 diff --git a/xfce4-dev-tools.spec b/xfce4-dev-tools.spec index 7dec14a..1a8d09e 100644 --- a/xfce4-dev-tools.spec +++ b/xfce4-dev-tools.spec @@ -1,8 +1,8 @@ -%global xfceversion 4.12 +%global xfceversion 4.13 Name: xfce4-dev-tools -Version: 4.12.0 -Release: 9%{?dist} +Version: 4.13.0 +Release: 1%{?dist} Summary: Xfce developer tools License: GPLv2+ @@ -46,13 +46,15 @@ install -p -m 644 m4macros/xdt*.m4 $RPM_BUILD_ROOT%{_datadir}/aclocal/ %files %doc AUTHORS COPYING ChangeLog HACKING NEWS README %{_bindir}/xdt-autogen -%{_bindir}/xdt-commit %{_bindir}/xdt-csource %dir %{_datadir}/xfce4/ %{_datadir}/xfce4/dev-tools/ %{_datadir}/aclocal/* %changelog +* Tue Jul 02 2019 Mukundan Ragavan - 4.13.0-1 +- Update to 4.13.0 + * Sun Feb 03 2019 Fedora Release Engineering - 4.12.0-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild From 79b8e2906247c8ae503d758a1ca33be15bae7e50 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 27 Jul 2019 04:04:55 +0000 Subject: [PATCH 47/72] - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- xfce4-dev-tools.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xfce4-dev-tools.spec b/xfce4-dev-tools.spec index 1a8d09e..579500b 100644 --- a/xfce4-dev-tools.spec +++ b/xfce4-dev-tools.spec @@ -2,7 +2,7 @@ Name: xfce4-dev-tools Version: 4.13.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Xfce developer tools License: GPLv2+ @@ -52,6 +52,9 @@ install -p -m 644 m4macros/xdt*.m4 $RPM_BUILD_ROOT%{_datadir}/aclocal/ %{_datadir}/aclocal/* %changelog +* Sat Jul 27 2019 Fedora Release Engineering - 4.13.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + * Tue Jul 02 2019 Mukundan Ragavan - 4.13.0-1 - Update to 4.13.0 From 17516be4893c27b5444b0fa7ef7a2d2d32e81e48 Mon Sep 17 00:00:00 2001 From: Mukundan Ragavan Date: Mon, 12 Aug 2019 17:25:00 -0400 Subject: [PATCH 48/72] Update to 4.14.0 --- .gitignore | 1 + sources | 2 +- xfce4-dev-tools.spec | 9 ++++++--- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 8c70c69..2c75350 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ xfce4-dev-tools-4.7.2.tar.bz2 /xfce4-dev-tools-4.10.0.tar.bz2 /xfce4-dev-tools-4.12.0.tar.bz2 /xfce4-dev-tools-4.13.0.tar.bz2 +/xfce4-dev-tools-4.14.0.tar.bz2 diff --git a/sources b/sources index b3eb0d3..a3e230f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (xfce4-dev-tools-4.13.0.tar.bz2) = ee1289044cda9d908b15b7c88c5911f785efec1fed4c4ff20d66d535078a652f827489ec8ce58467f44b185ccba887fd9b4cd55ea62dfc181ddc87ce74ed5618 +SHA512 (xfce4-dev-tools-4.14.0.tar.bz2) = e22b139ff7516ec0e510f882cc6a9e8e8b2b7bd41093c8e67e5ef11eb6c2c2848637513369d652f7238f10b5005c5483a938d3348020b48a4c1fadadd6d635f8 diff --git a/xfce4-dev-tools.spec b/xfce4-dev-tools.spec index 579500b..22daf48 100644 --- a/xfce4-dev-tools.spec +++ b/xfce4-dev-tools.spec @@ -1,8 +1,8 @@ -%global xfceversion 4.13 +%global xfceversion 4.14 Name: xfce4-dev-tools -Version: 4.13.0 -Release: 2%{?dist} +Version: 4.14.0 +Release: 1%{?dist} Summary: Xfce developer tools License: GPLv2+ @@ -52,6 +52,9 @@ install -p -m 644 m4macros/xdt*.m4 $RPM_BUILD_ROOT%{_datadir}/aclocal/ %{_datadir}/aclocal/* %changelog +* Mon Aug 12 2019 Mukundan Ragavan - 4.14.0-1 +- Update to 4.14.0 + * Sat Jul 27 2019 Fedora Release Engineering - 4.13.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild From 426c8701dbce8c053e25f199f32af7c6248d3fbf Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 31 Jan 2020 04:20:05 +0000 Subject: [PATCH 49/72] - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- xfce4-dev-tools.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xfce4-dev-tools.spec b/xfce4-dev-tools.spec index 22daf48..c6757de 100644 --- a/xfce4-dev-tools.spec +++ b/xfce4-dev-tools.spec @@ -2,7 +2,7 @@ Name: xfce4-dev-tools Version: 4.14.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Xfce developer tools License: GPLv2+ @@ -52,6 +52,9 @@ install -p -m 644 m4macros/xdt*.m4 $RPM_BUILD_ROOT%{_datadir}/aclocal/ %{_datadir}/aclocal/* %changelog +* Fri Jan 31 2020 Fedora Release Engineering - 4.14.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + * Mon Aug 12 2019 Mukundan Ragavan - 4.14.0-1 - Update to 4.14.0 From 5b8ec5d9daee3e5d6ccb94bb35f51a22d49e7a85 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 29 Jul 2020 14:38:14 +0000 Subject: [PATCH 50/72] - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- xfce4-dev-tools.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xfce4-dev-tools.spec b/xfce4-dev-tools.spec index c6757de..5445860 100644 --- a/xfce4-dev-tools.spec +++ b/xfce4-dev-tools.spec @@ -2,7 +2,7 @@ Name: xfce4-dev-tools Version: 4.14.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Xfce developer tools License: GPLv2+ @@ -52,6 +52,9 @@ install -p -m 644 m4macros/xdt*.m4 $RPM_BUILD_ROOT%{_datadir}/aclocal/ %{_datadir}/aclocal/* %changelog +* Wed Jul 29 2020 Fedora Release Engineering - 4.14.0-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + * Fri Jan 31 2020 Fedora Release Engineering - 4.14.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild From 44c1a697e647228ae7274fa1b4c3a8ef542a5f02 Mon Sep 17 00:00:00 2001 From: Mukundan Ragavan Date: Sun, 27 Dec 2020 10:37:14 -0500 Subject: [PATCH 51/72] Update to 4.16.0 --- .gitignore | 1 + sources | 2 +- xfce4-dev-tools.spec | 27 ++++++++++++++++----------- 3 files changed, 18 insertions(+), 12 deletions(-) diff --git a/.gitignore b/.gitignore index 2c75350..233b24c 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,4 @@ xfce4-dev-tools-4.7.2.tar.bz2 /xfce4-dev-tools-4.12.0.tar.bz2 /xfce4-dev-tools-4.13.0.tar.bz2 /xfce4-dev-tools-4.14.0.tar.bz2 +/xfce4-dev-tools-4.16.0.tar.bz2 diff --git a/sources b/sources index a3e230f..6f1464d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (xfce4-dev-tools-4.14.0.tar.bz2) = e22b139ff7516ec0e510f882cc6a9e8e8b2b7bd41093c8e67e5ef11eb6c2c2848637513369d652f7238f10b5005c5483a938d3348020b48a4c1fadadd6d635f8 +SHA512 (xfce4-dev-tools-4.16.0.tar.bz2) = 54d9b45535c174ab0d13a3061ba2ff247c788a1190a6622b0adb4242d12e1fe42715256a18168d42fd5e425bbc7e9e81de30aa507da04f3e8d9b6f1ae5a5a7a7 diff --git a/xfce4-dev-tools.spec b/xfce4-dev-tools.spec index 5445860..53238d0 100644 --- a/xfce4-dev-tools.spec +++ b/xfce4-dev-tools.spec @@ -1,8 +1,8 @@ -%global xfceversion 4.14 +%global xfceversion 4.16 Name: xfce4-dev-tools -Version: 4.14.0 -Release: 3%{?dist} +Version: 4.16.0 +Release: 1%{?dist} Summary: Xfce developer tools License: GPLv2+ @@ -34,24 +34,29 @@ that want to build Xfce from SVN. %build %configure -make %{?_smp_mflags} +%make_build %install -rm -rf $RPM_BUILD_ROOT -make install DESTDIR=$RPM_BUILD_ROOT mandir=%{_mandir} INSTALL='install -p' +%make_install -mkdir $RPM_BUILD_ROOT%{_datadir}/aclocal/ -install -p -m 644 m4macros/xdt*.m4 $RPM_BUILD_ROOT%{_datadir}/aclocal/ %files -%doc AUTHORS COPYING ChangeLog HACKING NEWS README +%license COPYING +%doc AUTHORS ChangeLog HACKING NEWS +%{_bindir}/xfce-build +%{_bindir}/xfce-do-release +%{_bindir}/xfce-get-release-notes +%{_bindir}/xfce-get-translations +%{_bindir}/xfce-update-news %{_bindir}/xdt-autogen %{_bindir}/xdt-csource -%dir %{_datadir}/xfce4/ -%{_datadir}/xfce4/dev-tools/ %{_datadir}/aclocal/* +%{_mandir}/man1/xdt-csource.1.gz %changelog +* Sun Dec 27 2020 Mukundan Ragavan - 4.16.0-1 +- Update to 4.16.0 + * Wed Jul 29 2020 Fedora Release Engineering - 4.14.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild From da4b97861e837eb2360351104df013cde8afb208 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 27 Jan 2021 23:57:40 +0000 Subject: [PATCH 52/72] - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- xfce4-dev-tools.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xfce4-dev-tools.spec b/xfce4-dev-tools.spec index 53238d0..3170bd8 100644 --- a/xfce4-dev-tools.spec +++ b/xfce4-dev-tools.spec @@ -2,7 +2,7 @@ Name: xfce4-dev-tools Version: 4.16.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Xfce developer tools License: GPLv2+ @@ -54,6 +54,9 @@ that want to build Xfce from SVN. %{_mandir}/man1/xdt-csource.1.gz %changelog +* Wed Jan 27 2021 Fedora Release Engineering - 4.16.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + * Sun Dec 27 2020 Mukundan Ragavan - 4.16.0-1 - Update to 4.16.0 From b1fe8e272c1e54607985ae332398bee92fc2d820 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 23 Jul 2021 21:29:04 +0000 Subject: [PATCH 53/72] - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- xfce4-dev-tools.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xfce4-dev-tools.spec b/xfce4-dev-tools.spec index 3170bd8..e1f5d2c 100644 --- a/xfce4-dev-tools.spec +++ b/xfce4-dev-tools.spec @@ -2,7 +2,7 @@ Name: xfce4-dev-tools Version: 4.16.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Xfce developer tools License: GPLv2+ @@ -54,6 +54,9 @@ that want to build Xfce from SVN. %{_mandir}/man1/xdt-csource.1.gz %changelog +* Fri Jul 23 2021 Fedora Release Engineering - 4.16.0-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + * Wed Jan 27 2021 Fedora Release Engineering - 4.16.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild From 1dc06158871bb3fd701992e15bde12f29fb1234d Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 22 Jan 2022 05:00:38 +0000 Subject: [PATCH 54/72] - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- xfce4-dev-tools.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xfce4-dev-tools.spec b/xfce4-dev-tools.spec index e1f5d2c..15b6002 100644 --- a/xfce4-dev-tools.spec +++ b/xfce4-dev-tools.spec @@ -2,7 +2,7 @@ Name: xfce4-dev-tools Version: 4.16.0 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Xfce developer tools License: GPLv2+ @@ -54,6 +54,9 @@ that want to build Xfce from SVN. %{_mandir}/man1/xdt-csource.1.gz %changelog +* Sat Jan 22 2022 Fedora Release Engineering - 4.16.0-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild + * Fri Jul 23 2021 Fedora Release Engineering - 4.16.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild From 9157d6b28007eff550ef874e7599b90491447e23 Mon Sep 17 00:00:00 2001 From: Troy Dawson Date: Mon, 31 Jan 2022 18:06:39 -0800 Subject: [PATCH 55/72] 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 71f3684..0000000 --- a/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# Makefile for source rpm: xfce4-dev-tools -# $Id$ -NAME := xfce4-dev-tools -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 7c15ca4c14940ace5ccbb850c07219bba30e5ddb Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 23 Jul 2022 13:01:46 +0000 Subject: [PATCH 56/72] Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- xfce4-dev-tools.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xfce4-dev-tools.spec b/xfce4-dev-tools.spec index 15b6002..b07aad1 100644 --- a/xfce4-dev-tools.spec +++ b/xfce4-dev-tools.spec @@ -2,7 +2,7 @@ Name: xfce4-dev-tools Version: 4.16.0 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Xfce developer tools License: GPLv2+ @@ -54,6 +54,9 @@ that want to build Xfce from SVN. %{_mandir}/man1/xdt-csource.1.gz %changelog +* Sat Jul 23 2022 Fedora Release Engineering - 4.16.0-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild + * Sat Jan 22 2022 Fedora Release Engineering - 4.16.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild From 62fc621b5d6d290851af04a480e06864bb325a27 Mon Sep 17 00:00:00 2001 From: Mukundan Ragavan Date: Sun, 15 Jan 2023 20:51:35 -0600 Subject: [PATCH 57/72] rpmautospec --- changelog | 150 ++++++++++++++++++++++++++++++++++++++++++ xfce4-dev-tools.spec | 153 +------------------------------------------ 2 files changed, 152 insertions(+), 151 deletions(-) create mode 100644 changelog diff --git a/changelog b/changelog new file mode 100644 index 0000000..d3ff50b --- /dev/null +++ b/changelog @@ -0,0 +1,150 @@ +* Sat Jul 23 2022 Fedora Release Engineering - 4.16.0-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild + +* Sat Jan 22 2022 Fedora Release Engineering - 4.16.0-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild + +* Fri Jul 23 2021 Fedora Release Engineering - 4.16.0-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + +* Wed Jan 27 2021 Fedora Release Engineering - 4.16.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + +* Sun Dec 27 2020 Mukundan Ragavan - 4.16.0-1 +- Update to 4.16.0 + +* Wed Jul 29 2020 Fedora Release Engineering - 4.14.0-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + +* Fri Jan 31 2020 Fedora Release Engineering - 4.14.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + +* Mon Aug 12 2019 Mukundan Ragavan - 4.14.0-1 +- Update to 4.14.0 + +* Sat Jul 27 2019 Fedora Release Engineering - 4.13.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + +* Tue Jul 02 2019 Mukundan Ragavan - 4.13.0-1 +- Update to 4.13.0 + +* Sun Feb 03 2019 Fedora Release Engineering - 4.12.0-9 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild + +* Sat Jul 14 2018 Fedora Release Engineering - 4.12.0-8 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild + +* Fri Feb 09 2018 Fedora Release Engineering - 4.12.0-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild + +* Thu Aug 03 2017 Fedora Release Engineering - 4.12.0-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild + +* Thu Jul 27 2017 Fedora Release Engineering - 4.12.0-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild + +* Sat Feb 11 2017 Fedora Release Engineering - 4.12.0-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild + +* Fri Feb 05 2016 Fedora Release Engineering - 4.12.0-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild + +* Fri Jun 19 2015 Fedora Release Engineering - 4.12.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild + +* Tue Mar 10 2015 Kevin Fenzi 4.12.0-1 +- Update to 4.12 + +* Mon Aug 18 2014 Fedora Release Engineering - 4.10.0-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild + +* Sun Jun 08 2014 Fedora Release Engineering - 4.10.0-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild + +* Sun Aug 04 2013 Fedora Release Engineering - 4.10.0-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild + +* Sun May 19 2013 Christoph Wickert - 4.10.0-4 +- Require missing dependencies (#964474) + +* Fri Feb 15 2013 Fedora Release Engineering - 4.10.0-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild + +* Sun Jul 22 2012 Fedora Release Engineering - 4.10.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild + +* Sat Apr 28 2012 Christoph Wickert - 4.10.0-1 +- Update to 4.10.0 final +- Add VCS key + +* Sat Apr 14 2012 Kevin Fenzi - 4.9.2-1 +- Update to 4.9.2 (Xfce 4.10pre2) + +* Sun Apr 01 2012 Kevin Fenzi - 4.9.1-1 +- Update to 4.9.1 +- Packge is no longer noarch. + +* Sat Jan 14 2012 Fedora Release Engineering - 4.8.0-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_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.4-1 +- Update to 4.7.4 + +* Sun Oct 31 2010 Christoph Wickert - 4.7.3-1 +- Update to 4.7.3 + +* Mon Sep 21 2009 Christoph Wickert - 4.7.2-1 +- Update to 4.7.2 + +* Sun Sep 20 2009 Christoph Wickert - 4.7.1-1 +- Update to 4.7.1 + +* Wed Aug 19 2009 Christoph Wickert - 4.7.0-1 +- Update to 4.7.0 + +* Mon Jul 27 2009 Fedora Release Engineering - 4.6.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild + +* 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 + +* Tue Jan 13 2009 Kevin Fenzi - 4.5.93-1 +- Update to 4.5.93 + +* Sun Dec 28 2008 Kevin Fenzi - 4.5.92-1 +- Update to 4.5.92 + +* Mon Sep 08 2008 Christoph Wickert - 4.4.0.1-1 +- Update to 4.4.0.1 + +* Tue Aug 12 2008 Jason L Tibbitts III - 4.4.0-2 +- Fix license tag. + +* Mon Jan 22 2007 Christoph Wickert - 4.4.0-1 +- Update to 4.4.0. + +* Sat Nov 11 2006 Christoph Wickert - 4.3.99.2-1 +- Update to 4.3.99.2. + +* Tue Oct 03 2006 Christoph Wickert - 4.3.99.1-3 +- Require gettext-devel. +- Install m4 macros also to /usr/share/aclocal. + +* Tue Oct 03 2006 Christoph Wickert - 4.3.99.1-2 +- Some more requires: glib2-devel, make and gtk-doc. +- Own %%{_datadir}/xfce4 + +* Sat Sep 23 2006 Christoph Wickert - 4.3.99.1-1 +- Initial Fedora Extras release. diff --git a/xfce4-dev-tools.spec b/xfce4-dev-tools.spec index b07aad1..2130df1 100644 --- a/xfce4-dev-tools.spec +++ b/xfce4-dev-tools.spec @@ -2,7 +2,7 @@ Name: xfce4-dev-tools Version: 4.16.0 -Release: 5%{?dist} +Release: %autorelease Summary: Xfce developer tools License: GPLv2+ @@ -54,153 +54,4 @@ that want to build Xfce from SVN. %{_mandir}/man1/xdt-csource.1.gz %changelog -* Sat Jul 23 2022 Fedora Release Engineering - 4.16.0-5 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild - -* Sat Jan 22 2022 Fedora Release Engineering - 4.16.0-4 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild - -* Fri Jul 23 2021 Fedora Release Engineering - 4.16.0-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild - -* Wed Jan 27 2021 Fedora Release Engineering - 4.16.0-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild - -* Sun Dec 27 2020 Mukundan Ragavan - 4.16.0-1 -- Update to 4.16.0 - -* Wed Jul 29 2020 Fedora Release Engineering - 4.14.0-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild - -* Fri Jan 31 2020 Fedora Release Engineering - 4.14.0-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild - -* Mon Aug 12 2019 Mukundan Ragavan - 4.14.0-1 -- Update to 4.14.0 - -* Sat Jul 27 2019 Fedora Release Engineering - 4.13.0-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild - -* Tue Jul 02 2019 Mukundan Ragavan - 4.13.0-1 -- Update to 4.13.0 - -* Sun Feb 03 2019 Fedora Release Engineering - 4.12.0-9 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild - -* Sat Jul 14 2018 Fedora Release Engineering - 4.12.0-8 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild - -* Fri Feb 09 2018 Fedora Release Engineering - 4.12.0-7 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild - -* Thu Aug 03 2017 Fedora Release Engineering - 4.12.0-6 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild - -* Thu Jul 27 2017 Fedora Release Engineering - 4.12.0-5 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild - -* Sat Feb 11 2017 Fedora Release Engineering - 4.12.0-4 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild - -* Fri Feb 05 2016 Fedora Release Engineering - 4.12.0-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild - -* Fri Jun 19 2015 Fedora Release Engineering - 4.12.0-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild - -* Tue Mar 10 2015 Kevin Fenzi 4.12.0-1 -- Update to 4.12 - -* Mon Aug 18 2014 Fedora Release Engineering - 4.10.0-7 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild - -* Sun Jun 08 2014 Fedora Release Engineering - 4.10.0-6 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild - -* Sun Aug 04 2013 Fedora Release Engineering - 4.10.0-5 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild - -* Sun May 19 2013 Christoph Wickert - 4.10.0-4 -- Require missing dependencies (#964474) - -* Fri Feb 15 2013 Fedora Release Engineering - 4.10.0-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild - -* Sun Jul 22 2012 Fedora Release Engineering - 4.10.0-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild - -* Sat Apr 28 2012 Christoph Wickert - 4.10.0-1 -- Update to 4.10.0 final -- Add VCS key - -* Sat Apr 14 2012 Kevin Fenzi - 4.9.2-1 -- Update to 4.9.2 (Xfce 4.10pre2) - -* Sun Apr 01 2012 Kevin Fenzi - 4.9.1-1 -- Update to 4.9.1 -- Packge is no longer noarch. - -* Sat Jan 14 2012 Fedora Release Engineering - 4.8.0-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_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.4-1 -- Update to 4.7.4 - -* Sun Oct 31 2010 Christoph Wickert - 4.7.3-1 -- Update to 4.7.3 - -* Mon Sep 21 2009 Christoph Wickert - 4.7.2-1 -- Update to 4.7.2 - -* Sun Sep 20 2009 Christoph Wickert - 4.7.1-1 -- Update to 4.7.1 - -* Wed Aug 19 2009 Christoph Wickert - 4.7.0-1 -- Update to 4.7.0 - -* Mon Jul 27 2009 Fedora Release Engineering - 4.6.0-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild - -* 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 - -* Tue Jan 13 2009 Kevin Fenzi - 4.5.93-1 -- Update to 4.5.93 - -* Sun Dec 28 2008 Kevin Fenzi - 4.5.92-1 -- Update to 4.5.92 - -* Mon Sep 08 2008 Christoph Wickert - 4.4.0.1-1 -- Update to 4.4.0.1 - -* Tue Aug 12 2008 Jason L Tibbitts III - 4.4.0-2 -- Fix license tag. - -* Mon Jan 22 2007 Christoph Wickert - 4.4.0-1 -- Update to 4.4.0. - -* Sat Nov 11 2006 Christoph Wickert - 4.3.99.2-1 -- Update to 4.3.99.2. - -* Tue Oct 03 2006 Christoph Wickert - 4.3.99.1-3 -- Require gettext-devel. -- Install m4 macros also to /usr/share/aclocal. - -* Tue Oct 03 2006 Christoph Wickert - 4.3.99.1-2 -- Some more requires: glib2-devel, make and gtk-doc. -- Own %%{_datadir}/xfce4 - -* Sat Sep 23 2006 Christoph Wickert - 4.3.99.1-1 -- Initial Fedora Extras release. +%autochangelog From ae9849c50f99216e09dc4004d0ae80a3cc507a09 Mon Sep 17 00:00:00 2001 From: Mukundan Ragavan Date: Sun, 15 Jan 2023 20:58:11 -0600 Subject: [PATCH 58/72] Update to v4.18.0 (Xfce 4.18) --- .gitignore | 1 + sources | 2 +- xfce4-dev-tools.spec | 4 ++-- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 233b24c..7faa0e6 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,4 @@ xfce4-dev-tools-4.7.2.tar.bz2 /xfce4-dev-tools-4.13.0.tar.bz2 /xfce4-dev-tools-4.14.0.tar.bz2 /xfce4-dev-tools-4.16.0.tar.bz2 +/xfce4-dev-tools-4.18.0.tar.bz2 diff --git a/sources b/sources index 6f1464d..861cee8 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (xfce4-dev-tools-4.16.0.tar.bz2) = 54d9b45535c174ab0d13a3061ba2ff247c788a1190a6622b0adb4242d12e1fe42715256a18168d42fd5e425bbc7e9e81de30aa507da04f3e8d9b6f1ae5a5a7a7 +SHA512 (xfce4-dev-tools-4.18.0.tar.bz2) = 59f858b633d95585a74c9b9515a0994744f4355ab3813e582e10c776454ac41c86296a9fbd935d5dae88929ec09ec9c30f48629c7addb5729e6bea108d304f7c diff --git a/xfce4-dev-tools.spec b/xfce4-dev-tools.spec index 2130df1..8eadcfb 100644 --- a/xfce4-dev-tools.spec +++ b/xfce4-dev-tools.spec @@ -1,7 +1,7 @@ -%global xfceversion 4.16 +%global xfceversion 4.18 Name: xfce4-dev-tools -Version: 4.16.0 +Version: 4.18.0 Release: %autorelease Summary: Xfce developer tools From 05ba6a2e24bf6d09b160ccb27595f3f8f6c69a68 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 21 Jan 2023 07:22:16 +0000 Subject: [PATCH 59/72] Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild Signed-off-by: Fedora Release Engineering From c4833df5925bf390f206270e0c90428fb0522ac8 Mon Sep 17 00:00:00 2001 From: Mukundan Ragavan Date: Wed, 7 Jun 2023 21:09:19 -0500 Subject: [PATCH 60/72] drop gtk-doc as BR; not needed --- xfce4-dev-tools.spec | 1 - 1 file changed, 1 deletion(-) diff --git a/xfce4-dev-tools.spec b/xfce4-dev-tools.spec index 8eadcfb..2a67c8c 100644 --- a/xfce4-dev-tools.spec +++ b/xfce4-dev-tools.spec @@ -11,7 +11,6 @@ URL: http://xfce.org/~benny/projects/xfce4-dev-tools/ Source0: http://archive.xfce.org/src/xfce/xfce4-dev-tools/%{xfceversion}/%{name}-%{version}.tar.bz2 BuildRequires: gettext-devel -BuildRequires: gtk-doc BuildRequires: libtool BuildRequires: intltool BuildRequires: make From ad3c05fec7f81d72d636460f9a21ef6661cd4e06 Mon Sep 17 00:00:00 2001 From: Mukundan Ragavan Date: Wed, 7 Jun 2023 21:22:29 -0500 Subject: [PATCH 61/72] drop gtk-doc as req --- xfce4-dev-tools.spec | 1 - 1 file changed, 1 deletion(-) diff --git a/xfce4-dev-tools.spec b/xfce4-dev-tools.spec index 2a67c8c..d291b7c 100644 --- a/xfce4-dev-tools.spec +++ b/xfce4-dev-tools.spec @@ -21,7 +21,6 @@ Requires: gawk Requires: git Requires: glib2-devel Requires: grep -Requires: gtk-doc Requires: intltool %description From 5a43e9adf8e646b5cc1b57940b6a9cdb403889ac Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 22 Jul 2023 18:44:50 +0000 Subject: [PATCH 62/72] Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild Signed-off-by: Fedora Release Engineering From a774657bf29c7db8d272f50c8fd1b4b7fd19e572 Mon Sep 17 00:00:00 2001 From: Mukundan Ragavan Date: Thu, 16 Nov 2023 19:52:44 -0600 Subject: [PATCH 63/72] Update to v4.18.1; add libxslt-devel as BR --- .gitignore | 1 + sources | 2 +- xfce4-dev-tools.spec | 3 ++- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 7faa0e6..48d7cb3 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,4 @@ xfce4-dev-tools-4.7.2.tar.bz2 /xfce4-dev-tools-4.14.0.tar.bz2 /xfce4-dev-tools-4.16.0.tar.bz2 /xfce4-dev-tools-4.18.0.tar.bz2 +/xfce4-dev-tools-4.18.1.tar.bz2 diff --git a/sources b/sources index 861cee8..38ba8dd 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (xfce4-dev-tools-4.18.0.tar.bz2) = 59f858b633d95585a74c9b9515a0994744f4355ab3813e582e10c776454ac41c86296a9fbd935d5dae88929ec09ec9c30f48629c7addb5729e6bea108d304f7c +SHA512 (xfce4-dev-tools-4.18.1.tar.bz2) = 8fa65aa57450d3e65ef55bf86e8a113c06e64289a9f71875049b422da2a8bdfcdd36c3a3e94a3c0e7c602a3e9577eca14d63318489f81fd88d6743e188636304 diff --git a/xfce4-dev-tools.spec b/xfce4-dev-tools.spec index d291b7c..f2348ef 100644 --- a/xfce4-dev-tools.spec +++ b/xfce4-dev-tools.spec @@ -1,7 +1,7 @@ %global xfceversion 4.18 Name: xfce4-dev-tools -Version: 4.18.0 +Version: 4.18.1 Release: %autorelease Summary: Xfce developer tools @@ -15,6 +15,7 @@ BuildRequires: libtool BuildRequires: intltool BuildRequires: make BuildRequires: glib2-devel +BuildRequires: libxslt-devel Requires: autoconf Requires: automake Requires: gawk From 95eb740c7c2ed8c8a4d1acf98af6c2034daa49dc Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 27 Jan 2024 09:34:10 +0000 Subject: [PATCH 64/72] Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild From f3d1535982f6b2c0a9058a1b67a611d80b6c2fc4 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 20 Jul 2024 09:57:37 +0000 Subject: [PATCH 65/72] Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild From 0c15aa49d6668dd071a80dffdb54ca6373241a4f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miroslav=20Such=C3=BD?= Date: Fri, 26 Jul 2024 03:50:19 +0200 Subject: [PATCH 66/72] convert GPLv2+ license to SPDX This is part of https://fedoraproject.org/wiki/Changes/SPDX_Licenses_Phase_4 --- xfce4-dev-tools.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/xfce4-dev-tools.spec b/xfce4-dev-tools.spec index f2348ef..337bd9e 100644 --- a/xfce4-dev-tools.spec +++ b/xfce4-dev-tools.spec @@ -5,7 +5,8 @@ Version: 4.18.1 Release: %autorelease Summary: Xfce developer tools -License: GPLv2+ +# Automatically converted from old format: GPLv2+ - review is highly recommended. +License: GPL-2.0-or-later URL: http://xfce.org/~benny/projects/xfce4-dev-tools/ #VCS git:git://git.xfce.org/xfce/xfce4-dev-tools Source0: http://archive.xfce.org/src/xfce/xfce4-dev-tools/%{xfceversion}/%{name}-%{version}.tar.bz2 From 315c13ceabf6bcb313ea46e30dc685a15f152173 Mon Sep 17 00:00:00 2001 From: Neal Gompa Date: Sun, 10 Nov 2024 09:49:17 -0500 Subject: [PATCH 67/72] Update to 4.19.4 --- .gitignore | 1 + sources | 2 +- xfce4-dev-tools.spec | 19 +++++++++++-------- 3 files changed, 13 insertions(+), 9 deletions(-) diff --git a/.gitignore b/.gitignore index 48d7cb3..676a39d 100644 --- a/.gitignore +++ b/.gitignore @@ -11,3 +11,4 @@ xfce4-dev-tools-4.7.2.tar.bz2 /xfce4-dev-tools-4.16.0.tar.bz2 /xfce4-dev-tools-4.18.0.tar.bz2 /xfce4-dev-tools-4.18.1.tar.bz2 +/xfce4-dev-tools-4.19.4.tar.bz2 diff --git a/sources b/sources index 38ba8dd..22a4359 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (xfce4-dev-tools-4.18.1.tar.bz2) = 8fa65aa57450d3e65ef55bf86e8a113c06e64289a9f71875049b422da2a8bdfcdd36c3a3e94a3c0e7c602a3e9577eca14d63318489f81fd88d6743e188636304 +SHA512 (xfce4-dev-tools-4.19.4.tar.bz2) = 433873a7058d71b24035ae8408625af3e440329dfec178c89c95e44cd35b4d11ed7002d454ba75dce11ff16b381f00c41b0660cb54cdc4e4cdeb4905cc818152 diff --git a/xfce4-dev-tools.spec b/xfce4-dev-tools.spec index 337bd9e..5bff61e 100644 --- a/xfce4-dev-tools.spec +++ b/xfce4-dev-tools.spec @@ -1,15 +1,15 @@ -%global xfceversion 4.18 +%global prerel pre1 +%global xfceversion 4.20%{?prerel} Name: xfce4-dev-tools -Version: 4.18.1 +Version: 4.19.4 Release: %autorelease Summary: Xfce developer tools -# Automatically converted from old format: GPLv2+ - review is highly recommended. License: GPL-2.0-or-later -URL: http://xfce.org/~benny/projects/xfce4-dev-tools/ -#VCS git:git://git.xfce.org/xfce/xfce4-dev-tools -Source0: http://archive.xfce.org/src/xfce/xfce4-dev-tools/%{xfceversion}/%{name}-%{version}.tar.bz2 +URL: https://docs.xfce.org/xfce/xfce4-dev-tools/start +#VCS git:https://gitlab.xfce.org/xfce/xfce4-dev-tools.git +Source0: http://archive.xfce.org/xfce/%{xfceversion}/src/%{name}-%{version}.tar.bz2 BuildRequires: gettext-devel BuildRequires: libtool @@ -17,6 +17,7 @@ BuildRequires: intltool BuildRequires: make BuildRequires: glib2-devel BuildRequires: libxslt-devel +BuildRequires: meson Requires: autoconf Requires: automake Requires: gawk @@ -27,10 +28,10 @@ Requires: intltool %description This package contains common tools required by Xfce developers and people -that want to build Xfce from SVN. +that want to build Xfce from Git. %prep -%setup -q +%autosetup %build %configure @@ -49,7 +50,9 @@ that want to build Xfce from SVN. %{_bindir}/xfce-get-translations %{_bindir}/xfce-update-news %{_bindir}/xdt-autogen +%{_bindir}/xdt-check-abi %{_bindir}/xdt-csource +%{_bindir}/xdt-gen-visibility %{_datadir}/aclocal/* %{_mandir}/man1/xdt-csource.1.gz From f0eea3e5efc6e6baad537a8a7160038a80cac8e0 Mon Sep 17 00:00:00 2001 From: Mukundan Ragavan Date: Sun, 22 Dec 2024 07:54:12 -0600 Subject: [PATCH 68/72] Update to v4.20.0 --- .gitignore | 1 + sources | 2 +- xfce4-dev-tools.spec | 4 ++-- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 676a39d..5c062af 100644 --- a/.gitignore +++ b/.gitignore @@ -12,3 +12,4 @@ xfce4-dev-tools-4.7.2.tar.bz2 /xfce4-dev-tools-4.18.0.tar.bz2 /xfce4-dev-tools-4.18.1.tar.bz2 /xfce4-dev-tools-4.19.4.tar.bz2 +/xfce4-dev-tools-4.20.0.tar.bz2 diff --git a/sources b/sources index 22a4359..5bb3aad 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (xfce4-dev-tools-4.19.4.tar.bz2) = 433873a7058d71b24035ae8408625af3e440329dfec178c89c95e44cd35b4d11ed7002d454ba75dce11ff16b381f00c41b0660cb54cdc4e4cdeb4905cc818152 +SHA512 (xfce4-dev-tools-4.20.0.tar.bz2) = 2ee8d0e4512c326ad404310f15081a8c6eec026634bcc2e76873cecc5b4356c3425d883c07f05e5a76a500c135d62809e6323f318ac6fc33d16023a9c5bd5441 diff --git a/xfce4-dev-tools.spec b/xfce4-dev-tools.spec index 5bff61e..3238395 100644 --- a/xfce4-dev-tools.spec +++ b/xfce4-dev-tools.spec @@ -1,8 +1,8 @@ %global prerel pre1 -%global xfceversion 4.20%{?prerel} +%global xfceversion 4.20 Name: xfce4-dev-tools -Version: 4.19.4 +Version: 4.20.0 Release: %autorelease Summary: Xfce developer tools From 162b1f6847924011df01a26ac38ca403d9c1b8af Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sun, 19 Jan 2025 15:42:29 +0000 Subject: [PATCH 69/72] Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild From 5b5922b1fdf27413ec2182b19e67d4ec54918e6d Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 25 Jul 2025 20:46:26 +0000 Subject: [PATCH 70/72] Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild From 2988a0de8ff5ae546b3c9a47849c7cf217d8ad35 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 17 Jan 2026 20:36:25 +0000 Subject: [PATCH 71/72] Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild From eeec4cfa6ed782ebb738b06d1162a632140dec68 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 17 Jul 2026 09:09:33 +0000 Subject: [PATCH 72/72] Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild