From b99d1f9a935c4c5717cfc553882c127b49983265 Mon Sep 17 00:00:00 2001 From: Jesse Keating Date: Tue, 29 Sep 2009 06:28:48 +0000 Subject: [PATCH 1/6] Initialize branch F-12 for poppler-data --- 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 4510838870232de54fc46f029baa201d5fbf00ee Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Mon, 23 Nov 2009 21:53:15 +0000 Subject: [PATCH 2/6] - poppler-data-0.3.1 --- .cvsignore | 2 +- poppler-data.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.cvsignore b/.cvsignore index c614d71..7f0135a 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -poppler-data-0.3.0.tar.gz +poppler-data-0.3.1.tar.gz diff --git a/poppler-data.spec b/poppler-data.spec index a59017b..4ff6c90 100644 --- a/poppler-data.spec +++ b/poppler-data.spec @@ -1,7 +1,7 @@ Summary: Encoding files Name: poppler-data -Version: 0.3.0 +Version: 0.3.1 Release: 1%{?dist} # The cMap data files installed by the poppler-data package are # under the COPYING.adobe license @@ -45,6 +45,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Mon Nov 23 2009 Rex Dieter - 0.3.1-1 +- poppler-data-0.3.1 + * Tue Sep 22 2009 Rex Dieter - 0.3.0-1 - poppler-data-0.3.0 - License: BSD and GPLv2 diff --git a/sources b/sources index 5a2c1c5..c8f2995 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -5b739b79378c2f41b577e0438e519eeb poppler-data-0.3.0.tar.gz +1222399ddebf74482e10be815c8df035 poppler-data-0.3.1.tar.gz From 05a77c8229d124c7e7a96428cccaafc275cf36ee Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Thu, 26 Nov 2009 01:43:38 +0000 Subject: [PATCH 3/6] Fix typo that causes a failure to update the common directory. (releng #2781) --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index c4d71c8..0284f50 100644 --- a/Makefile +++ b/Makefile @@ -1,10 +1,10 @@ # Makefile for source rpm: poppler-data -# $Id$ +# $Id: Makefile,v 1.1 2009/07/30 22:58:43 tibbs Exp $ NAME := poppler-data 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 15641cbfbcc40fb9e56bf384f1555995a155df4f Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Mon, 14 Dec 2009 19:29:17 +0000 Subject: [PATCH 4/6] - poppler-data-0.4.0 --- .cvsignore | 2 +- poppler-data.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.cvsignore b/.cvsignore index 7f0135a..0b21167 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -poppler-data-0.3.1.tar.gz +poppler-data-0.4.0.tar.gz diff --git a/poppler-data.spec b/poppler-data.spec index 4ff6c90..99ab50e 100644 --- a/poppler-data.spec +++ b/poppler-data.spec @@ -1,7 +1,7 @@ Summary: Encoding files Name: poppler-data -Version: 0.3.1 +Version: 0.4.0 Release: 1%{?dist} # The cMap data files installed by the poppler-data package are # under the COPYING.adobe license @@ -45,6 +45,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Mon Dec 14 2009 Rex Dieter - 0.4.0-1 +- poppler-data-0.4.0 + * Mon Nov 23 2009 Rex Dieter - 0.3.1-1 - poppler-data-0.3.1 diff --git a/sources b/sources index c8f2995..634be2c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -1222399ddebf74482e10be815c8df035 poppler-data-0.3.1.tar.gz +6975bf8e9ea2cfb42b9ecdbcc257cf57 poppler-data-0.4.0.tar.gz From 86b7e5801e94d70d877b9355efa424758efcbc61 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Mon, 10 May 2010 20:35:04 +0000 Subject: [PATCH 5/6] - poppler-data-0.4.2 --- .cvsignore | 2 +- poppler-data.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.cvsignore b/.cvsignore index 0b21167..2390bf9 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -poppler-data-0.4.0.tar.gz +poppler-data-0.4.2.tar.gz diff --git a/poppler-data.spec b/poppler-data.spec index 99ab50e..29b2be5 100644 --- a/poppler-data.spec +++ b/poppler-data.spec @@ -1,7 +1,7 @@ Summary: Encoding files Name: poppler-data -Version: 0.4.0 +Version: 0.4.2 Release: 1%{?dist} # The cMap data files installed by the poppler-data package are # under the COPYING.adobe license @@ -45,6 +45,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Sat May 01 2010 Rex Dieter - 0.4.2-1 +- poppler-data-0.4.2 + * Mon Dec 14 2009 Rex Dieter - 0.4.0-1 - poppler-data-0.4.0 diff --git a/sources b/sources index 634be2c..5ccb66e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -6975bf8e9ea2cfb42b9ecdbcc257cf57 poppler-data-0.4.0.tar.gz +4b7598072bb95686f58bdadc4f09715c poppler-data-0.4.2.tar.gz From dfd6c78e3294dd7d960cf7ba1b5d903eabd959e1 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 29 Jul 2010 09:36:04 +0000 Subject: [PATCH 6/6] 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 0284f50..0000000 --- a/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# Makefile for source rpm: poppler-data -# $Id: Makefile,v 1.1 2009/07/30 22:58:43 tibbs Exp $ -NAME := poppler-data -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 bd03d94..0000000 --- a/import.log +++ /dev/null @@ -1 +0,0 @@ -poppler-data-0_2_1-1_fc11:HEAD:poppler-data-0.2.1-1.fc11.src.rpm:1249316128