From 6e1db532c90b6ac27dceaa685d9d78d21bb6f984 Mon Sep 17 00:00:00 2001 From: Jesse Keating Date: Wed, 15 Apr 2009 05:35:21 +0000 Subject: [PATCH 01/16] Initialize branch F-11 for xmms-lirc --- branch | 1 + 1 file changed, 1 insertion(+) create mode 100644 branch diff --git a/branch b/branch new file mode 100644 index 0000000..25c7708 --- /dev/null +++ b/branch @@ -0,0 +1 @@ +F-11 From b9b63b51db9461204073e86a5333e19386faaa5e Mon Sep 17 00:00:00 2001 From: Jesse Keating Date: Mon, 27 Jul 2009 08:16:50 +0000 Subject: [PATCH 02/16] - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild --- xmms-lirc.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xmms-lirc.spec b/xmms-lirc.spec index 6f80384..868fda0 100644 --- a/xmms-lirc.spec +++ b/xmms-lirc.spec @@ -3,7 +3,7 @@ Summary: X MultiMedia System control plugin to use infrared devices Name: xmms-lirc Version: 1.4 -Release: 13 +Release: 14 License: GPLv2+ Group: Applications/Multimedia URL: http://www.lirc.org/ @@ -43,6 +43,9 @@ LIRC (Linux Infrared Remote Control) plugin for XMMS (X Multimedia System). %changelog +* Mon Jul 27 2009 Fedora Release Engineering - 1.4-14 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild + * Thu Feb 26 2009 Fedora Release Engineering - 1.4-13 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild From 3268717f7cbfe9639f03ad76d7f8443b2a66e934 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Wed, 25 Nov 2009 22:41:01 +0000 Subject: [PATCH 03/16] 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 721c8e8..bf19791 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ NAME := xmms-lirc 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 5529e35d1566df5321d60a0e5e72b92bdc34677f Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Thu, 26 Nov 2009 01:35:03 +0000 Subject: [PATCH 04/16] 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 721c8e8..bf19791 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ NAME := xmms-lirc 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 765412e8f54639e68c0ca353f6447f831e27bc7c Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 29 Jul 2010 15:59:53 +0000 Subject: [PATCH 05/16] 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 bf19791..0000000 --- a/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# Makefile for source rpm: xmms-lirc -# $Id$ -NAME := xmms-lirc -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 8cb0d49c7912d4fa6fc5e547b7a0146e19b3ceb0 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 29 Jul 2010 15:59:56 +0000 Subject: [PATCH 06/16] dist-git conversion --- .cvsignore => .gitignore | 0 Makefile | 21 --------------------- branch | 1 - 3 files changed, 22 deletions(-) rename .cvsignore => .gitignore (100%) delete mode 100644 Makefile delete mode 100644 branch 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 bf19791..0000000 --- a/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# Makefile for source rpm: xmms-lirc -# $Id$ -NAME := xmms-lirc -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/branch b/branch deleted file mode 100644 index 25c7708..0000000 --- a/branch +++ /dev/null @@ -1 +0,0 @@ -F-11 From c85bedb6d8cd4d6d0169afafbf4d1c62bb27f8f9 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Mon, 7 Feb 2011 23:42:40 -0600 Subject: [PATCH 07/16] - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild --- xmms-lirc.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xmms-lirc.spec b/xmms-lirc.spec index 868fda0..0c501a5 100644 --- a/xmms-lirc.spec +++ b/xmms-lirc.spec @@ -3,7 +3,7 @@ Summary: X MultiMedia System control plugin to use infrared devices Name: xmms-lirc Version: 1.4 -Release: 14 +Release: 15 License: GPLv2+ Group: Applications/Multimedia URL: http://www.lirc.org/ @@ -43,6 +43,9 @@ LIRC (Linux Infrared Remote Control) plugin for XMMS (X Multimedia System). %changelog +* Mon Feb 07 2011 Fedora Release Engineering - 1.4-15 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild + * Mon Jul 27 2009 Fedora Release Engineering - 1.4-14 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild From c98ec1e758c696011e57ba85e4e5c87daa127f94 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Sat, 14 Jan 2012 03:07:11 -0600 Subject: [PATCH 08/16] - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild --- xmms-lirc.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xmms-lirc.spec b/xmms-lirc.spec index 0c501a5..aca3ffc 100644 --- a/xmms-lirc.spec +++ b/xmms-lirc.spec @@ -3,7 +3,7 @@ Summary: X MultiMedia System control plugin to use infrared devices Name: xmms-lirc Version: 1.4 -Release: 15 +Release: 16 License: GPLv2+ Group: Applications/Multimedia URL: http://www.lirc.org/ @@ -43,6 +43,9 @@ LIRC (Linux Infrared Remote Control) plugin for XMMS (X Multimedia System). %changelog +* Sat Jan 14 2012 Fedora Release Engineering - 1.4-16 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild + * Mon Feb 07 2011 Fedora Release Engineering - 1.4-15 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild From 046945123cf6199ddc31b90e64c21ef056b70011 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Sun, 22 Jul 2012 01:03:48 -0500 Subject: [PATCH 09/16] - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild --- xmms-lirc.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xmms-lirc.spec b/xmms-lirc.spec index aca3ffc..902204a 100644 --- a/xmms-lirc.spec +++ b/xmms-lirc.spec @@ -3,7 +3,7 @@ Summary: X MultiMedia System control plugin to use infrared devices Name: xmms-lirc Version: 1.4 -Release: 16 +Release: 17 License: GPLv2+ Group: Applications/Multimedia URL: http://www.lirc.org/ @@ -43,6 +43,9 @@ LIRC (Linux Infrared Remote Control) plugin for XMMS (X Multimedia System). %changelog +* Sun Jul 22 2012 Fedora Release Engineering - 1.4-17 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild + * Sat Jan 14 2012 Fedora Release Engineering - 1.4-16 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild From 421042c8802f9cd7d45873a73a0597eda833a9cd Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Thu, 14 Feb 2013 21:53:25 -0600 Subject: [PATCH 10/16] - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild --- xmms-lirc.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xmms-lirc.spec b/xmms-lirc.spec index 902204a..e0b169e 100644 --- a/xmms-lirc.spec +++ b/xmms-lirc.spec @@ -3,7 +3,7 @@ Summary: X MultiMedia System control plugin to use infrared devices Name: xmms-lirc Version: 1.4 -Release: 17 +Release: 18 License: GPLv2+ Group: Applications/Multimedia URL: http://www.lirc.org/ @@ -43,6 +43,9 @@ LIRC (Linux Infrared Remote Control) plugin for XMMS (X Multimedia System). %changelog +* Fri Feb 15 2013 Fedora Release Engineering - 1.4-18 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild + * Sun Jul 22 2012 Fedora Release Engineering - 1.4-17 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild From 6294ad1382f5a3420a3d7e6e998f8787879e486c Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Sun, 4 Aug 2013 03:36:40 -0500 Subject: [PATCH 11/16] - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild --- xmms-lirc.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xmms-lirc.spec b/xmms-lirc.spec index e0b169e..453714e 100644 --- a/xmms-lirc.spec +++ b/xmms-lirc.spec @@ -3,7 +3,7 @@ Summary: X MultiMedia System control plugin to use infrared devices Name: xmms-lirc Version: 1.4 -Release: 18 +Release: 19 License: GPLv2+ Group: Applications/Multimedia URL: http://www.lirc.org/ @@ -43,6 +43,9 @@ LIRC (Linux Infrared Remote Control) plugin for XMMS (X Multimedia System). %changelog +* Sun Aug 04 2013 Fedora Release Engineering - 1.4-19 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild + * Fri Feb 15 2013 Fedora Release Engineering - 1.4-18 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild From 199c530f91dd93961718ae9ad56e1ba1e79d6a5c Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Sun, 8 Jun 2014 01:13:02 -0500 Subject: [PATCH 12/16] - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild --- xmms-lirc.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xmms-lirc.spec b/xmms-lirc.spec index 453714e..a03a66b 100644 --- a/xmms-lirc.spec +++ b/xmms-lirc.spec @@ -3,7 +3,7 @@ Summary: X MultiMedia System control plugin to use infrared devices Name: xmms-lirc Version: 1.4 -Release: 19 +Release: 20 License: GPLv2+ Group: Applications/Multimedia URL: http://www.lirc.org/ @@ -43,6 +43,9 @@ LIRC (Linux Infrared Remote Control) plugin for XMMS (X Multimedia System). %changelog +* Sun Jun 08 2014 Fedora Release Engineering - 1.4-20 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild + * Sun Aug 04 2013 Fedora Release Engineering - 1.4-19 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild From d084338de8f1996b1b91c07191759b4a6f341d09 Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Mon, 18 Aug 2014 10:20:36 +0000 Subject: [PATCH 13/16] - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild --- xmms-lirc.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xmms-lirc.spec b/xmms-lirc.spec index a03a66b..623de20 100644 --- a/xmms-lirc.spec +++ b/xmms-lirc.spec @@ -3,7 +3,7 @@ Summary: X MultiMedia System control plugin to use infrared devices Name: xmms-lirc Version: 1.4 -Release: 20 +Release: 21 License: GPLv2+ Group: Applications/Multimedia URL: http://www.lirc.org/ @@ -43,6 +43,9 @@ LIRC (Linux Infrared Remote Control) plugin for XMMS (X Multimedia System). %changelog +* Mon Aug 18 2014 Fedora Release Engineering - 1.4-21 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild + * Sun Jun 08 2014 Fedora Release Engineering - 1.4-20 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild From 2612769363678c7536d9235a95ef5435f85b04e9 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Fri, 19 Jun 2015 04:12:00 +0000 Subject: [PATCH 14/16] - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild --- xmms-lirc.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xmms-lirc.spec b/xmms-lirc.spec index 623de20..97bd409 100644 --- a/xmms-lirc.spec +++ b/xmms-lirc.spec @@ -3,7 +3,7 @@ Summary: X MultiMedia System control plugin to use infrared devices Name: xmms-lirc Version: 1.4 -Release: 21 +Release: 22 License: GPLv2+ Group: Applications/Multimedia URL: http://www.lirc.org/ @@ -43,6 +43,9 @@ LIRC (Linux Infrared Remote Control) plugin for XMMS (X Multimedia System). %changelog +* Fri Jun 19 2015 Fedora Release Engineering - 1.4-22 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild + * Mon Aug 18 2014 Fedora Release Engineering - 1.4-21 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild From 460adfd45def039aa8efbeb90e35aeb02de5eb87 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ralf=20Cors=C3=A9pius?= Date: Thu, 2 Jul 2015 07:15:00 +0200 Subject: [PATCH 15/16] Add dist-tag (RHBZ #1237202). - Honour CFLAGS (Fix FTBFS). - Modernize spec. - Add %license. --- xmms-lirc.spec | 28 ++++++++++++++++------------ 1 file changed, 16 insertions(+), 12 deletions(-) diff --git a/xmms-lirc.spec b/xmms-lirc.spec index 97bd409..a49d5f2 100644 --- a/xmms-lirc.spec +++ b/xmms-lirc.spec @@ -3,15 +3,15 @@ Summary: X MultiMedia System control plugin to use infrared devices Name: xmms-lirc Version: 1.4 -Release: 22 +Release: 23%{?dist} License: GPLv2+ Group: Applications/Multimedia URL: http://www.lirc.org/ Source: http://dl.sf.net/lirc/lirc-xmms-plugin-%{version}.tar.bz2 -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root Requires: xmms -BuildRequires: xmms-devel, lirc-devel - +BuildRequires: xmms-devel +BuildRequires: lirc-devel +BuildRequires: gtk2-devel %description LIRC (Linux Infrared Remote Control) plugin for XMMS (X Multimedia System). @@ -20,29 +20,33 @@ LIRC (Linux Infrared Remote Control) plugin for XMMS (X Multimedia System). %prep %setup -q -n lirc-xmms-plugin-%{version} +# Prevent configure from overriding CFLAGS +sed -i -e '/^CFLAGS="-O2 -g -Wall"/d' configure* +touch -r aclocal.m4 configure* %build %configure --libdir=%{xmms_generaldir} -%{__make} %{?_smp_mflags} CFLAGS="%{optflags}" +%{__make} %{?_smp_mflags} %install -%{__rm} -rf %{buildroot} %{__make} install DESTDIR=%{buildroot} -%clean -%{__rm} -rf %{buildroot} - - %files -%defattr(-,root,root,-) -%doc AUTHORS ChangeLog COPYING NEWS README +%doc AUTHORS ChangeLog NEWS README +%license COPYING %exclude %{xmms_generaldir}/liblirc.la %{xmms_generaldir}/liblirc.so %changelog +* Thu Jul 02 2015 Ralf Corsépius - 1.4-23 +- Add dist-tag (RHBZ #1237202). +- Honour CFLAGS (Fix FTBFS). +- Modernize spec. +- Add %%license. + * Fri Jun 19 2015 Fedora Release Engineering - 1.4-22 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild From eb6bd938b59ea7a210ed5ec1ba6c9053d628b3e2 Mon Sep 17 00:00:00 2001 From: Till Maas Date: Sun, 15 Nov 2015 22:37:08 +0100 Subject: [PATCH 16/16] 2015-11-15: Retired orphaned package, because it was orphaned for more than six weeks. --- .gitignore | 1 - dead.package | 3 ++ sources | 1 - xmms-lirc.spec | 135 ------------------------------------------------- 4 files changed, 3 insertions(+), 137 deletions(-) delete mode 100644 .gitignore create mode 100644 dead.package delete mode 100644 sources delete mode 100644 xmms-lirc.spec diff --git a/.gitignore b/.gitignore deleted file mode 100644 index 538d2ad..0000000 --- a/.gitignore +++ /dev/null @@ -1 +0,0 @@ -lirc-xmms-plugin-1.4.tar.bz2 diff --git a/dead.package b/dead.package new file mode 100644 index 0000000..3e321cc --- /dev/null +++ b/dead.package @@ -0,0 +1,3 @@ +2015-11-15: Retired orphaned package, because it was orphaned for +more than six weeks. + diff --git a/sources b/sources deleted file mode 100644 index e6058ca..0000000 --- a/sources +++ /dev/null @@ -1 +0,0 @@ -d853ef236a67eef0d61749fca90a0990 lirc-xmms-plugin-1.4.tar.bz2 diff --git a/xmms-lirc.spec b/xmms-lirc.spec deleted file mode 100644 index a49d5f2..0000000 --- a/xmms-lirc.spec +++ /dev/null @@ -1,135 +0,0 @@ -%define xmms_generaldir %(xmms-config --general-plugin-dir 2>/dev/null || echo %{_libdir}/xmms/General) - -Summary: X MultiMedia System control plugin to use infrared devices -Name: xmms-lirc -Version: 1.4 -Release: 23%{?dist} -License: GPLv2+ -Group: Applications/Multimedia -URL: http://www.lirc.org/ -Source: http://dl.sf.net/lirc/lirc-xmms-plugin-%{version}.tar.bz2 -Requires: xmms -BuildRequires: xmms-devel -BuildRequires: lirc-devel -BuildRequires: gtk2-devel - -%description -LIRC (Linux Infrared Remote Control) plugin for XMMS (X Multimedia System). - - -%prep -%setup -q -n lirc-xmms-plugin-%{version} - -# Prevent configure from overriding CFLAGS -sed -i -e '/^CFLAGS="-O2 -g -Wall"/d' configure* -touch -r aclocal.m4 configure* - -%build -%configure --libdir=%{xmms_generaldir} -%{__make} %{?_smp_mflags} - - -%install -%{__make} install DESTDIR=%{buildroot} - - -%files -%doc AUTHORS ChangeLog NEWS README -%license COPYING -%exclude %{xmms_generaldir}/liblirc.la -%{xmms_generaldir}/liblirc.so - - -%changelog -* Thu Jul 02 2015 Ralf Corsépius - 1.4-23 -- Add dist-tag (RHBZ #1237202). -- Honour CFLAGS (Fix FTBFS). -- Modernize spec. -- Add %%license. - -* Fri Jun 19 2015 Fedora Release Engineering - 1.4-22 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild - -* Mon Aug 18 2014 Fedora Release Engineering - 1.4-21 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild - -* Sun Jun 08 2014 Fedora Release Engineering - 1.4-20 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild - -* Sun Aug 04 2013 Fedora Release Engineering - 1.4-19 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild - -* Fri Feb 15 2013 Fedora Release Engineering - 1.4-18 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild - -* Sun Jul 22 2012 Fedora Release Engineering - 1.4-17 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild - -* Sat Jan 14 2012 Fedora Release Engineering - 1.4-16 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild - -* Mon Feb 07 2011 Fedora Release Engineering - 1.4-15 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild - -* Mon Jul 27 2009 Fedora Release Engineering - 1.4-14 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild - -* Thu Feb 26 2009 Fedora Release Engineering - 1.4-13 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild - -* Tue Feb 19 2008 Fedora Release Engineering - 1.4-12 -- Autorebuild for GCC 4.3 - -* Thu Aug 23 2007 Matthias Saou 1.4-11 -- Rebuild for new BuildID feature. - -* Fri Aug 3 2007 Matthias Saou 1.4-10 -- Update License field. -- Remove dist tag, since the package will seldom change. -- Switch to using the DESTDIR install method. - -* Mon Aug 28 2006 Matthias Saou 1.4-9 -- FC6 rebuild. - -* Wed May 31 2006 Matthias Saou 1.4-8 -- Add explicit xmms requirement (#193599). - -* Mon Feb 13 2006 Matthias Saou 1.4-7 -- Rebuild for new gcc/glibc. -- Spec file cleanup. -- Override CFLAGS to have ours used. - -* Sun May 22 2005 Jeremy Katz - 1.4-6 -- rebuild on all arches - -* Wed Mar 30 2005 Ville Skyttä - 1.4-5 -- BuildRequire lirc-devel. - -* Thu Jan 13 2005 Matthias Saou 1.4-4 -- Bump release for upgrade path. - -* Wed May 19 2004 Matthias Saou 1.4-3 -- Rebuilt for Fedora Core 2. - -* Wed Jan 7 2004 Matthias Saou 1.4-2 -- Rebuilt for Fedora Core 1. - -* Wed May 14 2003 Matthias Saou -- Update to 1.4. - -* Mon Mar 31 2003 Matthias Saou -- Update to 1.3. -- Rebuilt for Red Hat Linux 9. -- Exclude .la file. - -* Wed Oct 9 2002 Matthias Saou -- Rebuilt for Red Hat Linux 8.0. - -* Fri May 3 2002 Matthias Saou -- Changed the xmms General dir to be expanded from xmms-config (cleaner). -- Rebuilt against Red Hat Linux 7.3. -- Added the %{?_smp_mflags} expansion. - -* Fri Oct 5 2001 Matthias Saou -- Initial RPM release. -