From df5c16366ad3d0a1e71e44a489df386a6bdbfb0d Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Tue, 22 Jun 2010 14:40:41 +0000 Subject: [PATCH 1/4] rebuild --- pdf2svg.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pdf2svg.spec b/pdf2svg.spec index bdcd24a..9678a30 100644 --- a/pdf2svg.spec +++ b/pdf2svg.spec @@ -1,6 +1,6 @@ Name: pdf2svg Version: 0.2.1 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Small tool to convert PDF files into SVG Group: Applications/File @@ -41,6 +41,9 @@ rm -rf %{buildroot} %changelog +* Tue Jun 22 2010 Matthias Clasen - 0.2.1-3 +- Rebuild against poppler + * Sun Oct 4 2009 Ben Boeckel 0.2.1-2 - Fix things for review From e8c8025b08b73a34fd174f3c861485481b1080f2 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 29 Jul 2010 05:39:25 +0000 Subject: [PATCH 2/4] 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 083e162..0000000 --- a/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# Makefile for source rpm: pdf2svg -# $Id$ -NAME := pdf2svg -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 7b96e2b6548e67bde4065b51b2729df5d020e54d Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Thu, 19 Aug 2010 11:47:10 -0500 Subject: [PATCH 3/4] - rebuild (poppler) --- pdf2svg.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pdf2svg.spec b/pdf2svg.spec index 9678a30..b912c64 100644 --- a/pdf2svg.spec +++ b/pdf2svg.spec @@ -1,6 +1,6 @@ Name: pdf2svg Version: 0.2.1 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Small tool to convert PDF files into SVG Group: Applications/File @@ -41,6 +41,9 @@ rm -rf %{buildroot} %changelog +* Thu Aug 19 2010 Rex Dieter - 0.2.1-4 +- rebuild (poppler) + * Tue Jun 22 2010 Matthias Clasen - 0.2.1-3 - Rebuild against poppler From fafdc2c818425bdbff5df406e10237d057de42fa Mon Sep 17 00:00:00 2001 From: Ben Boeckel Date: Sat, 21 Aug 2010 08:33:51 -0400 Subject: [PATCH 4/4] - Rebuild against poppler --- pdf2svg.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pdf2svg.spec b/pdf2svg.spec index b912c64..8dbe46e 100644 --- a/pdf2svg.spec +++ b/pdf2svg.spec @@ -1,6 +1,6 @@ Name: pdf2svg Version: 0.2.1 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Small tool to convert PDF files into SVG Group: Applications/File @@ -41,6 +41,9 @@ rm -rf %{buildroot} %changelog +* Sat Aug 21 2010 Ben Boeckel - 0.2.1-5 +- Rebuild against poppler + * Thu Aug 19 2010 Rex Dieter - 0.2.1-4 - rebuild (poppler)