From ace221e61d653fc4c7566e4e0a04512e3fea3b3f Mon Sep 17 00:00:00 2001 From: Jesse Keating Date: Wed, 15 Apr 2009 05:34:53 +0000 Subject: [PATCH 1/5] Initialize branch F-11 for tzclock --- 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 967f62368c1e6a8498bf0b49fb954445a396c872 Mon Sep 17 00:00:00 2001 From: Mamoru Tasaka Date: Wed, 29 Jul 2009 16:57:33 +0000 Subject: [PATCH 2/5] - 2.7.5 --- .cvsignore | 2 +- sources | 2 +- tzclock.spec | 8 +++++++- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/.cvsignore b/.cvsignore index 5bfbff1..15a530d 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -tzclock-2.7.4.tar.bz2 +tzclock-2.7.5.tar.bz2 diff --git a/sources b/sources index 8a1141c..baa08e4 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -bd369d591cd9243775e2f4c92cd4af90 tzclock-2.7.4.tar.bz2 +e67fa48eb90b6d91971390a055c2887b tzclock-2.7.5.tar.bz2 diff --git a/tzclock.spec b/tzclock.spec index 8611fb6..4891889 100644 --- a/tzclock.spec +++ b/tzclock.spec @@ -1,5 +1,5 @@ Name: tzclock -Version: 2.7.4 +Version: 2.7.5 Release: 1%{?dist} Summary: GTK+ graphical Clock displaying the time around the world @@ -67,6 +67,12 @@ desktop-file-install \ %{_mandir}/man1/* %changelog +* Thu Jul 30 2009 Mamoru Tasaka - 2.7.5-1 +- 2.7.5 + +* Sat Jul 25 2009 Mamoru Tasaka - 2.7.4-2 +- F-12: Mass rebuild + * Tue Mar 24 2009 Mamoru Tasaka - 2.7.4-1 - 2.7.4 From 4de698fb3cb4d758fce4a8074c3150518c8977b2 Mon Sep 17 00:00:00 2001 From: Mamoru Tasaka Date: Fri, 20 Nov 2009 17:50:38 +0000 Subject: [PATCH 3/5] - 2.7.6 --- .cvsignore | 2 +- sources | 2 +- tzclock.spec | 5 ++++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.cvsignore b/.cvsignore index 15a530d..8fdd712 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -tzclock-2.7.5.tar.bz2 +tzclock-2.7.6.tar.bz2 diff --git a/sources b/sources index baa08e4..5018c31 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -e67fa48eb90b6d91971390a055c2887b tzclock-2.7.5.tar.bz2 +94d10e9195629de12bad3d7a6cc65563 tzclock-2.7.6.tar.bz2 diff --git a/tzclock.spec b/tzclock.spec index 4891889..e8a8eeb 100644 --- a/tzclock.spec +++ b/tzclock.spec @@ -1,5 +1,5 @@ Name: tzclock -Version: 2.7.5 +Version: 2.7.6 Release: 1%{?dist} Summary: GTK+ graphical Clock displaying the time around the world @@ -67,6 +67,9 @@ desktop-file-install \ %{_mandir}/man1/* %changelog +* Sat Nov 21 2009 Mamoru Tasaka - 2.7.6-1 +- 2.7.6 + * Thu Jul 30 2009 Mamoru Tasaka - 2.7.5-1 - 2.7.5 From 9bafd25986aa4bf9573d57db9e99a7c20aaf1bf9 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Thu, 26 Nov 2009 01:34:13 +0000 Subject: [PATCH 4/5] 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 15a38ed..8da371a 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ NAME := tzclock 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 305138430ab1841d84bca09e6cc2c7fa64f9148f Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 29 Jul 2010 14:35:30 +0000 Subject: [PATCH 5/5] 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 8da371a..0000000 --- a/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# Makefile for source rpm: tzclock -# $Id$ -NAME := tzclock -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