diff --git a/.cvsignore b/.cvsignore deleted file mode 100644 index c614d71..0000000 --- a/.cvsignore +++ /dev/null @@ -1 +0,0 @@ -poppler-data-0.3.0.tar.gz diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..2390bf9 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +poppler-data-0.4.2.tar.gz diff --git a/Makefile b/Makefile deleted file mode 100644 index c4d71c8..0000000 --- a/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# Makefile for source rpm: poppler-data -# $Id$ -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 -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 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 diff --git a/poppler-data.spec b/poppler-data.spec index a59017b..29b2be5 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.4.2 Release: 1%{?dist} # The cMap data files installed by the poppler-data package are # under the COPYING.adobe license @@ -45,6 +45,15 @@ 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 + +* 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..5ccb66e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -5b739b79378c2f41b577e0438e519eeb poppler-data-0.3.0.tar.gz +4b7598072bb95686f58bdadc4f09715c poppler-data-0.4.2.tar.gz