From c4c4635a0e6df4ea6a5deb0273eb098947f49089 Mon Sep 17 00:00:00 2001 From: Jesse Keating Date: Tue, 29 Sep 2009 08:14:58 +0000 Subject: [PATCH 01/22] Initialize branch F-12 for abby --- branch | 1 + 1 file changed, 1 insertion(+) create mode 100644 branch diff --git a/branch b/branch new file mode 100644 index 0000000..06de2d2 --- /dev/null +++ b/branch @@ -0,0 +1 @@ +F-12 From aa44db284af988cad40e07562aa4ac5bdef47b81 Mon Sep 17 00:00:00 2001 From: Nicoleau Fabien Date: Sat, 31 Oct 2009 18:02:22 +0000 Subject: [PATCH 02/22] Update to 0.4.4 --- .cvsignore | 2 +- abby.spec | 4 +++- sources | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.cvsignore b/.cvsignore index 3cdee66..1ff168f 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -abby-0.4.3.tar.bz2 +abby-0.4.4.tar.bz2 diff --git a/abby.spec b/abby.spec index 0084385..06605ec 100644 --- a/abby.spec +++ b/abby.spec @@ -1,5 +1,5 @@ Name: abby -Version: 0.4.3 +Version: 0.4.4 Release: 1%{?dist} Summary: Front-end for cclive and clive @@ -55,6 +55,8 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Sat Oct 31 2009 Nicoleau Fabien 0.4.4-1 +- Update to 0.4.4 * Sun Sep 5 2009 Nicoleau Fabien 0.4.3-1 - Update to 0.4.3 * Mon Aug 3 2009 Nicoleau Fabien 0.4.2-1 diff --git a/sources b/sources index f0266ad..d62860f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -943a2d2c33ba8d7c437b814f0da71f67 abby-0.4.3.tar.bz2 +15bdf608a2f30c050df3057365716963 abby-0.4.4.tar.bz2 From 25305919b1f452c7a9239d7108146734b0ff6eb9 Mon Sep 17 00:00:00 2001 From: Nicoleau Fabien Date: Sat, 31 Oct 2009 18:05:34 +0000 Subject: [PATCH 03/22] Update to 0.4.4 --- .cvsignore | 2 +- abby.spec | 4 +++- sources | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.cvsignore b/.cvsignore index 3cdee66..1ff168f 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -abby-0.4.3.tar.bz2 +abby-0.4.4.tar.bz2 diff --git a/abby.spec b/abby.spec index 0084385..06605ec 100644 --- a/abby.spec +++ b/abby.spec @@ -1,5 +1,5 @@ Name: abby -Version: 0.4.3 +Version: 0.4.4 Release: 1%{?dist} Summary: Front-end for cclive and clive @@ -55,6 +55,8 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Sat Oct 31 2009 Nicoleau Fabien 0.4.4-1 +- Update to 0.4.4 * Sun Sep 5 2009 Nicoleau Fabien 0.4.3-1 - Update to 0.4.3 * Mon Aug 3 2009 Nicoleau Fabien 0.4.2-1 diff --git a/sources b/sources index f0266ad..d62860f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -943a2d2c33ba8d7c437b814f0da71f67 abby-0.4.3.tar.bz2 +15bdf608a2f30c050df3057365716963 abby-0.4.4.tar.bz2 From e47e650a68573a3669fc9fbe47bae864cc9bb440 Mon Sep 17 00:00:00 2001 From: Kevin Kofler Date: Tue, 24 Nov 2009 22:09:48 +0000 Subject: [PATCH 04/22] - Rebuild for Qt 4.6.0 RC1 in F13 (was built against Beta 1 with unstable ABI) NOTE: Your package needs to be rebuilt IF AND ONLY IF it was built against Qt 4.6.0 Beta 1. This was in the buildroot ONLY for dist-f13 after F12 branched. Packages built against Qt 4.5.x or older do NOT need a rebuild for 4.6.x (backwards binary compatibility). I have a list of packages needing a rebuild and am going through it. This package is in my list, so I am rebuilding it. --- abby.spec | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/abby.spec b/abby.spec index 06605ec..1556425 100644 --- a/abby.spec +++ b/abby.spec @@ -1,6 +1,6 @@ Name: abby Version: 0.4.4 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Front-end for cclive and clive Group: Applications/Multimedia @@ -55,6 +55,8 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Tue Nov 24 2009 Kevin Kofler 0.4.4-2 +- Rebuild for Qt 4.6.0 RC1 in F13 (was built against Beta 1 with unstable ABI) * Sat Oct 31 2009 Nicoleau Fabien 0.4.4-1 - Update to 0.4.4 * Sun Sep 5 2009 Nicoleau Fabien 0.4.3-1 From 191653fcce40ce0cf41ba701874e57c982babc6a Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Wed, 25 Nov 2009 22:38:01 +0000 Subject: [PATCH 05/22] 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 12eadf0..d13ee1e 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ NAME := abby 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 bc0391e634acc8f39f68292d1ff57ba46b02b9b3 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Thu, 26 Nov 2009 01:24:08 +0000 Subject: [PATCH 06/22] 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 12eadf0..d13ee1e 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ NAME := abby 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 1171bac678e9183a196cc70bb74ec755a0e0ab34 Mon Sep 17 00:00:00 2001 From: Nicoleau Fabien Date: Sat, 28 Nov 2009 19:25:16 +0000 Subject: [PATCH 07/22] Update to 0.4.5 --- .cvsignore | 2 +- abby.spec | 6 ++++-- sources | 2 +- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/.cvsignore b/.cvsignore index 1ff168f..2cb54b6 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -abby-0.4.4.tar.bz2 +abby-0.4.5.tar.bz2 diff --git a/abby.spec b/abby.spec index 1556425..01ff448 100644 --- a/abby.spec +++ b/abby.spec @@ -1,6 +1,6 @@ Name: abby -Version: 0.4.4 -Release: 2%{?dist} +Version: 0.4.5 +Release: 1%{?dist} Summary: Front-end for cclive and clive Group: Applications/Multimedia @@ -55,6 +55,8 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Sat Nov 28 2009 Nicoleau Fabien 0.4.5-1 +- Update to 0.4.5 * Tue Nov 24 2009 Kevin Kofler 0.4.4-2 - Rebuild for Qt 4.6.0 RC1 in F13 (was built against Beta 1 with unstable ABI) * Sat Oct 31 2009 Nicoleau Fabien 0.4.4-1 diff --git a/sources b/sources index d62860f..27115ad 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -15bdf608a2f30c050df3057365716963 abby-0.4.4.tar.bz2 +7ac13b41a5964f9f726d22d66d5d4195 abby-0.4.5.tar.bz2 From 2b9482bf9b5c665e41aac5b4004a3952666f5daa Mon Sep 17 00:00:00 2001 From: Nicoleau Fabien Date: Sat, 28 Nov 2009 19:28:06 +0000 Subject: [PATCH 08/22] Update to 0.4.5 --- .cvsignore | 2 +- abby.spec | 6 +++++- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.cvsignore b/.cvsignore index 1ff168f..2cb54b6 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -abby-0.4.4.tar.bz2 +abby-0.4.5.tar.bz2 diff --git a/abby.spec b/abby.spec index 06605ec..01ff448 100644 --- a/abby.spec +++ b/abby.spec @@ -1,5 +1,5 @@ Name: abby -Version: 0.4.4 +Version: 0.4.5 Release: 1%{?dist} Summary: Front-end for cclive and clive @@ -55,6 +55,10 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Sat Nov 28 2009 Nicoleau Fabien 0.4.5-1 +- Update to 0.4.5 +* Tue Nov 24 2009 Kevin Kofler 0.4.4-2 +- Rebuild for Qt 4.6.0 RC1 in F13 (was built against Beta 1 with unstable ABI) * Sat Oct 31 2009 Nicoleau Fabien 0.4.4-1 - Update to 0.4.4 * Sun Sep 5 2009 Nicoleau Fabien 0.4.3-1 diff --git a/sources b/sources index d62860f..27115ad 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -15bdf608a2f30c050df3057365716963 abby-0.4.4.tar.bz2 +7ac13b41a5964f9f726d22d66d5d4195 abby-0.4.5.tar.bz2 From 65731ce2cab66c1d3b2e1bb6986f9ebc3f1460a9 Mon Sep 17 00:00:00 2001 From: Nicoleau Fabien Date: Sun, 6 Dec 2009 17:00:45 +0000 Subject: [PATCH 09/22] Update to 0.4.6.1 --- .cvsignore | 2 +- abby.spec | 4 +++- sources | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.cvsignore b/.cvsignore index 2cb54b6..e7a17d6 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -abby-0.4.5.tar.bz2 +abby-0.4.6.1.tar.bz2 diff --git a/abby.spec b/abby.spec index 01ff448..dc53193 100644 --- a/abby.spec +++ b/abby.spec @@ -1,5 +1,5 @@ Name: abby -Version: 0.4.5 +Version: 0.4.6.1 Release: 1%{?dist} Summary: Front-end for cclive and clive @@ -55,6 +55,8 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Sun Dec 6 2009 Nicoleau Fabien 0.4.6.1-1 +- Update to 0.4.6.1 * Sat Nov 28 2009 Nicoleau Fabien 0.4.5-1 - Update to 0.4.5 * Tue Nov 24 2009 Kevin Kofler 0.4.4-2 diff --git a/sources b/sources index 27115ad..2c296cf 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -7ac13b41a5964f9f726d22d66d5d4195 abby-0.4.5.tar.bz2 +f8ca71a7c4a07b4aa1c51bc1b66d24d7 abby-0.4.6.1.tar.bz2 From 751a1bb54b0245b9b309778b18020e91eb4ed77b Mon Sep 17 00:00:00 2001 From: Nicoleau Fabien Date: Sun, 6 Dec 2009 17:01:55 +0000 Subject: [PATCH 10/22] Update to 0.4.6.1 --- .cvsignore | 2 +- abby.spec | 4 +++- sources | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.cvsignore b/.cvsignore index 2cb54b6..e7a17d6 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -abby-0.4.5.tar.bz2 +abby-0.4.6.1.tar.bz2 diff --git a/abby.spec b/abby.spec index 01ff448..dc53193 100644 --- a/abby.spec +++ b/abby.spec @@ -1,5 +1,5 @@ Name: abby -Version: 0.4.5 +Version: 0.4.6.1 Release: 1%{?dist} Summary: Front-end for cclive and clive @@ -55,6 +55,8 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Sun Dec 6 2009 Nicoleau Fabien 0.4.6.1-1 +- Update to 0.4.6.1 * Sat Nov 28 2009 Nicoleau Fabien 0.4.5-1 - Update to 0.4.5 * Tue Nov 24 2009 Kevin Kofler 0.4.4-2 diff --git a/sources b/sources index 27115ad..2c296cf 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -7ac13b41a5964f9f726d22d66d5d4195 abby-0.4.5.tar.bz2 +f8ca71a7c4a07b4aa1c51bc1b66d24d7 abby-0.4.6.1.tar.bz2 From d79fe3dc6e413f75b21ee15c8f5271b03dce8f93 Mon Sep 17 00:00:00 2001 From: Nicoleau Fabien Date: Fri, 18 Dec 2009 23:15:42 +0000 Subject: [PATCH 11/22] Update to 0.4.7 --- .cvsignore | 2 +- abby.spec | 4 +++- sources | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.cvsignore b/.cvsignore index e7a17d6..be45910 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -abby-0.4.6.1.tar.bz2 +abby-0.4.7.tar.bz2 diff --git a/abby.spec b/abby.spec index dc53193..71611cf 100644 --- a/abby.spec +++ b/abby.spec @@ -1,5 +1,5 @@ Name: abby -Version: 0.4.6.1 +Version: 0.4.7 Release: 1%{?dist} Summary: Front-end for cclive and clive @@ -55,6 +55,8 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Fri Dec 18 2009 Nicoleau Fabien 0.4.7-1 +- Update to 0.4.7 * Sun Dec 6 2009 Nicoleau Fabien 0.4.6.1-1 - Update to 0.4.6.1 * Sat Nov 28 2009 Nicoleau Fabien 0.4.5-1 diff --git a/sources b/sources index 2c296cf..57ef4e3 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -f8ca71a7c4a07b4aa1c51bc1b66d24d7 abby-0.4.6.1.tar.bz2 +c9ed01675da814435dc60fde5c38b9ec abby-0.4.7.tar.bz2 From fbc58993d3af4323a6e582d35e8bfa4935dd8bc8 Mon Sep 17 00:00:00 2001 From: Nicoleau Fabien Date: Fri, 18 Dec 2009 23:16:54 +0000 Subject: [PATCH 12/22] Update to 0.4.7 --- .cvsignore | 2 +- abby.spec | 4 +++- sources | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.cvsignore b/.cvsignore index e7a17d6..be45910 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -abby-0.4.6.1.tar.bz2 +abby-0.4.7.tar.bz2 diff --git a/abby.spec b/abby.spec index dc53193..71611cf 100644 --- a/abby.spec +++ b/abby.spec @@ -1,5 +1,5 @@ Name: abby -Version: 0.4.6.1 +Version: 0.4.7 Release: 1%{?dist} Summary: Front-end for cclive and clive @@ -55,6 +55,8 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Fri Dec 18 2009 Nicoleau Fabien 0.4.7-1 +- Update to 0.4.7 * Sun Dec 6 2009 Nicoleau Fabien 0.4.6.1-1 - Update to 0.4.6.1 * Sat Nov 28 2009 Nicoleau Fabien 0.4.5-1 diff --git a/sources b/sources index 2c296cf..57ef4e3 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -f8ca71a7c4a07b4aa1c51bc1b66d24d7 abby-0.4.6.1.tar.bz2 +c9ed01675da814435dc60fde5c38b9ec abby-0.4.7.tar.bz2 From da0f9abc3cbf257eccc2dd155270160782f0141b Mon Sep 17 00:00:00 2001 From: Nicoleau Fabien Date: Thu, 21 Jan 2010 19:42:52 +0000 Subject: [PATCH 13/22] Update to 0.4.8 --- .cvsignore | 2 +- abby.spec | 6 ++++-- sources | 2 +- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/.cvsignore b/.cvsignore index be45910..d7ab5c0 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -abby-0.4.7.tar.bz2 +abby-0.4.8.tar.bz2 diff --git a/abby.spec b/abby.spec index 71611cf..4a72d5f 100644 --- a/abby.spec +++ b/abby.spec @@ -1,5 +1,5 @@ Name: abby -Version: 0.4.7 +Version: 0.4.8 Release: 1%{?dist} Summary: Front-end for cclive and clive @@ -49,12 +49,14 @@ rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) -%doc AUTHORS CHANGES COPYING README TODO +%doc AUTHORS ChangeLog COPYING README TODO %{_bindir}/%{name} %{_datadir}/applications/%{name}.desktop %changelog +* Thu Jan 21 2010 Nicoleau Fabien 0.4.8-1 +- Update to 0.4.8 * Fri Dec 18 2009 Nicoleau Fabien 0.4.7-1 - Update to 0.4.7 * Sun Dec 6 2009 Nicoleau Fabien 0.4.6.1-1 diff --git a/sources b/sources index 57ef4e3..5763092 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -c9ed01675da814435dc60fde5c38b9ec abby-0.4.7.tar.bz2 +22cfd98ea16a4f02640af5b0cadcaa91 abby-0.4.8.tar.bz2 From d22038024a28b65651abe5835223a05d61501a46 Mon Sep 17 00:00:00 2001 From: Nicoleau Fabien Date: Thu, 21 Jan 2010 19:44:03 +0000 Subject: [PATCH 14/22] Update to 0.4.8 --- .cvsignore | 2 +- abby.spec | 6 ++++-- sources | 2 +- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/.cvsignore b/.cvsignore index be45910..d7ab5c0 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -abby-0.4.7.tar.bz2 +abby-0.4.8.tar.bz2 diff --git a/abby.spec b/abby.spec index 71611cf..4a72d5f 100644 --- a/abby.spec +++ b/abby.spec @@ -1,5 +1,5 @@ Name: abby -Version: 0.4.7 +Version: 0.4.8 Release: 1%{?dist} Summary: Front-end for cclive and clive @@ -49,12 +49,14 @@ rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) -%doc AUTHORS CHANGES COPYING README TODO +%doc AUTHORS ChangeLog COPYING README TODO %{_bindir}/%{name} %{_datadir}/applications/%{name}.desktop %changelog +* Thu Jan 21 2010 Nicoleau Fabien 0.4.8-1 +- Update to 0.4.8 * Fri Dec 18 2009 Nicoleau Fabien 0.4.7-1 - Update to 0.4.7 * Sun Dec 6 2009 Nicoleau Fabien 0.4.6.1-1 diff --git a/sources b/sources index 57ef4e3..5763092 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -c9ed01675da814435dc60fde5c38b9ec abby-0.4.7.tar.bz2 +22cfd98ea16a4f02640af5b0cadcaa91 abby-0.4.8.tar.bz2 From f1236c122b22a334156818710858fae8b74477b5 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 28 Jul 2010 09:30:12 +0000 Subject: [PATCH 15/22] dist-git conversion --- .cvsignore => .gitignore | 0 Makefile | 21 --------------------- branch | 1 - import.log | 1 - 4 files changed, 23 deletions(-) rename .cvsignore => .gitignore (100%) delete mode 100644 Makefile delete mode 100644 branch delete mode 100644 import.log diff --git a/.cvsignore b/.gitignore similarity index 100% rename from .cvsignore rename to .gitignore diff --git a/Makefile b/Makefile deleted file mode 100644 index d13ee1e..0000000 --- a/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# Makefile for source rpm: abby -# $Id$ -NAME := abby -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 06de2d2..0000000 --- a/branch +++ /dev/null @@ -1 +0,0 @@ -F-12 diff --git a/import.log b/import.log deleted file mode 100644 index 4f477ba..0000000 --- a/import.log +++ /dev/null @@ -1 +0,0 @@ -abby-0_2_0-2_fc10:HEAD:abby-0.2.0-2.fc10.src.rpm:1240520381 From 5975a2b463b4c8d4095c5ea65e096d18b85a87a6 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 28 Jul 2010 09:30:13 +0000 Subject: [PATCH 16/22] dist-git conversion --- .cvsignore => .gitignore | 0 Makefile | 21 --------------------- import.log | 1 - 3 files changed, 22 deletions(-) rename .cvsignore => .gitignore (100%) delete mode 100644 Makefile delete mode 100644 import.log diff --git a/.cvsignore b/.gitignore similarity index 100% rename from .cvsignore rename to .gitignore diff --git a/Makefile b/Makefile deleted file mode 100644 index d13ee1e..0000000 --- a/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# Makefile for source rpm: abby -# $Id$ -NAME := abby -SPECFILE = $(firstword $(wildcard *.spec)) - -define find-makefile-common -for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$d/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done -endef - -MAKEFILE_COMMON := $(shell $(find-makefile-common)) - -ifeq ($(MAKEFILE_COMMON),) -# attept a checkout -define checkout-makefile-common -test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2 -endef - -MAKEFILE_COMMON := $(shell $(checkout-makefile-common)) -endif - -include $(MAKEFILE_COMMON) diff --git a/import.log b/import.log deleted file mode 100644 index 4f477ba..0000000 --- a/import.log +++ /dev/null @@ -1 +0,0 @@ -abby-0_2_0-2_fc10:HEAD:abby-0.2.0-2.fc10.src.rpm:1240520381 From 7af0bc8d868c79c7d3a10cac21bcb5a035d92504 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Mon, 7 Feb 2011 18:05:09 -0600 Subject: [PATCH 17/22] - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild --- abby.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/abby.spec b/abby.spec index 4a72d5f..03e0f82 100644 --- a/abby.spec +++ b/abby.spec @@ -1,6 +1,6 @@ Name: abby Version: 0.4.8 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Front-end for cclive and clive Group: Applications/Multimedia @@ -55,6 +55,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Mon Feb 07 2011 Fedora Release Engineering - 0.4.8-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild + * Thu Jan 21 2010 Nicoleau Fabien 0.4.8-1 - Update to 0.4.8 * Fri Dec 18 2009 Nicoleau Fabien 0.4.7-1 From 86070e90b9cc7e04b48136806b1a17a15710bfad Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Thu, 12 Jan 2012 14:56:24 -0600 Subject: [PATCH 18/22] - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild --- abby.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/abby.spec b/abby.spec index 03e0f82..ec9bba6 100644 --- a/abby.spec +++ b/abby.spec @@ -1,6 +1,6 @@ Name: abby Version: 0.4.8 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Front-end for cclive and clive Group: Applications/Multimedia @@ -55,6 +55,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Thu Jan 12 2012 Fedora Release Engineering - 0.4.8-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild + * Mon Feb 07 2011 Fedora Release Engineering - 0.4.8-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild From f2db33b68ca34f799fd6d162279329eb7e209a3a Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Wed, 18 Jul 2012 10:27:05 -0500 Subject: [PATCH 19/22] - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild --- abby.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/abby.spec b/abby.spec index ec9bba6..fe18597 100644 --- a/abby.spec +++ b/abby.spec @@ -1,6 +1,6 @@ Name: abby Version: 0.4.8 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Front-end for cclive and clive Group: Applications/Multimedia @@ -55,6 +55,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Wed Jul 18 2012 Fedora Release Engineering - 0.4.8-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild + * Thu Jan 12 2012 Fedora Release Engineering - 0.4.8-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild From e58fbbeafcdd3b6da69300c6d2451242a1277b4e Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Wed, 13 Feb 2013 10:12:32 -0600 Subject: [PATCH 20/22] - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild --- abby.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/abby.spec b/abby.spec index fe18597..c914852 100644 --- a/abby.spec +++ b/abby.spec @@ -1,6 +1,6 @@ Name: abby Version: 0.4.8 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Front-end for cclive and clive Group: Applications/Multimedia @@ -55,6 +55,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Wed Feb 13 2013 Fedora Release Engineering - 0.4.8-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild + * Wed Jul 18 2012 Fedora Release Engineering - 0.4.8-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild From 419bbdab68711f25de4ec55ec6956c907f7205bb Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Fri, 2 Aug 2013 19:06:18 -0500 Subject: [PATCH 21/22] - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild --- abby.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/abby.spec b/abby.spec index c914852..63717b6 100644 --- a/abby.spec +++ b/abby.spec @@ -1,6 +1,6 @@ Name: abby Version: 0.4.8 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Front-end for cclive and clive Group: Applications/Multimedia @@ -55,6 +55,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Sat Aug 03 2013 Fedora Release Engineering - 0.4.8-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild + * Wed Feb 13 2013 Fedora Release Engineering - 0.4.8-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild From 5cfd57a0055c6af734a56934af5ab86e1e7bc55e Mon Sep 17 00:00:00 2001 From: Till Maas Date: Wed, 4 Jun 2014 19:17:31 +0200 Subject: [PATCH 22/22] 2014-06-04 - This package was already retired in pkgdb/blocked in koji, but no dead.package file existed. The original retirement reason is unclear. --- .gitignore | 1 - abby.spec | 101 --------------------------------------------------- dead.package | 1 + sources | 1 - 4 files changed, 1 insertion(+), 103 deletions(-) delete mode 100644 .gitignore delete mode 100644 abby.spec create mode 100644 dead.package delete mode 100644 sources diff --git a/.gitignore b/.gitignore deleted file mode 100644 index d7ab5c0..0000000 --- a/.gitignore +++ /dev/null @@ -1 +0,0 @@ -abby-0.4.8.tar.bz2 diff --git a/abby.spec b/abby.spec deleted file mode 100644 index 63717b6..0000000 --- a/abby.spec +++ /dev/null @@ -1,101 +0,0 @@ -Name: abby -Version: 0.4.8 -Release: 6%{?dist} -Summary: Front-end for cclive and clive - -Group: Applications/Multimedia -License: GPLv3+ -URL: http://code.google.com/p/abby/ -Source0: http://%{name}.googlecode.com/files/%{name}-%{version}.tar.bz2 -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) - -BuildRequires: qt-devel desktop-file-utils -Requires: cclive - -%description -abby is a front-end for clive and cclive, allowing users unfamiliar with -command-line interfaces to make most of cclive using a graphical -user-interface. abby is written in C++. - -%prep -%setup -q -echo "[Desktop Entry]" > %{name}.desktop -echo "Name=abby" >> %{name}.desktop -echo "GenericName=abby" >> %{name}.desktop -echo "Comment=Front-end for cclive and clive" >> %{name}.desktop -echo "Exec=abby" >> %{name}.desktop -echo "Terminal=false" >> %{name}.desktop -echo "Type=Application" >> %{name}.desktop -echo "Categories=Network;FileTransfer;Qt;" >> %{name}.desktop - - -%build -qmake-qt4 -make %{?_smp_mflags} - - -%install -rm -rf $RPM_BUILD_ROOT -install -d $RPM_BUILD_ROOT%{_bindir} -install -Dm 755 -p %{name} $RPM_BUILD_ROOT%{_bindir} -desktop-file-install --vendor="" \ - --dir=%{buildroot}%{_datadir}/applications/ \ - %{name}.desktop - - -%clean -rm -rf $RPM_BUILD_ROOT - - -%files -%defattr(-,root,root,-) -%doc AUTHORS ChangeLog COPYING README TODO -%{_bindir}/%{name} -%{_datadir}/applications/%{name}.desktop - - -%changelog -* Sat Aug 03 2013 Fedora Release Engineering - 0.4.8-6 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild - -* Wed Feb 13 2013 Fedora Release Engineering - 0.4.8-5 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild - -* Wed Jul 18 2012 Fedora Release Engineering - 0.4.8-4 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild - -* Thu Jan 12 2012 Fedora Release Engineering - 0.4.8-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild - -* Mon Feb 07 2011 Fedora Release Engineering - 0.4.8-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild - -* Thu Jan 21 2010 Nicoleau Fabien 0.4.8-1 -- Update to 0.4.8 -* Fri Dec 18 2009 Nicoleau Fabien 0.4.7-1 -- Update to 0.4.7 -* Sun Dec 6 2009 Nicoleau Fabien 0.4.6.1-1 -- Update to 0.4.6.1 -* Sat Nov 28 2009 Nicoleau Fabien 0.4.5-1 -- Update to 0.4.5 -* Tue Nov 24 2009 Kevin Kofler 0.4.4-2 -- Rebuild for Qt 4.6.0 RC1 in F13 (was built against Beta 1 with unstable ABI) -* Sat Oct 31 2009 Nicoleau Fabien 0.4.4-1 -- Update to 0.4.4 -* Sun Sep 5 2009 Nicoleau Fabien 0.4.3-1 -- Update to 0.4.3 -* Mon Aug 3 2009 Nicoleau Fabien 0.4.2-1 -- Update to 0.4.2 -* Fri Jul 24 2009 Fedora Release Engineering - 0.4.1-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild -* Sat Jul 11 2009 Nicoleau Fabien 0.4.1-1 -- Rebuild for 0.4.1 -* Mon Jun 22 2009 Nicoleau Fabien 0.3.0-1 -- Rebuild for 0.3.0 -* Wed May 6 2009 Nicoleau Fabien 0.2.1-1 -- Rebuild for 0.2.1 -* Tue Apr 21 2009 Nicoleau Fabien 0.2.0-2 -- URL fix -- Add cclive as an explicit require -* Sun Apr 5 2009 Nicoleau Fabien 0.2.0-1 -- Initial build diff --git a/dead.package b/dead.package new file mode 100644 index 0000000..5784d07 --- /dev/null +++ b/dead.package @@ -0,0 +1 @@ +2014-06-04 - This package was already retired in pkgdb/blocked in koji, but no dead.package file existed. The original retirement reason is unclear. diff --git a/sources b/sources deleted file mode 100644 index 5763092..0000000 --- a/sources +++ /dev/null @@ -1 +0,0 @@ -22cfd98ea16a4f02640af5b0cadcaa91 abby-0.4.8.tar.bz2