From 8e26b50460468b71dd8ed60df6ef5500b971b25f Mon Sep 17 00:00:00 2001 From: Ben Boeckel Date: Mon, 6 Jan 2014 22:55:56 -0500 Subject: [PATCH] Update to 0.2.2 --- .gitignore | 1 + pdf2svg.spec | 18 +++++++----------- sources | 2 +- 3 files changed, 9 insertions(+), 12 deletions(-) diff --git a/.gitignore b/.gitignore index daaa170..ec9f3a1 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ pdf2svg-0.2.1.tar.gz +/pdf2svg-0.2.2.tar.gz diff --git a/pdf2svg.spec b/pdf2svg.spec index ff07e2c..f7c63f0 100644 --- a/pdf2svg.spec +++ b/pdf2svg.spec @@ -1,13 +1,12 @@ Name: pdf2svg -Version: 0.2.1 -Release: 21%{?dist} +Version: 0.2.2 +Release: 1%{?dist} Summary: Small tool to convert PDF files into SVG Group: Applications/File License: GPLv2+ -URL: http://www.cityinthesky.co.uk/pdf2svg.html -Source0: http://www.cityinthesky.co.uk/files/pdf2svg-%{version}.tar.gz -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +URL: http://www.cityinthesky.co.uk/opensource/pdf2svg/ +Source0: http://www.cityinthesky.co.uk/wp-content/uploads/2013/10/pdf2svg-0.2.2.tar.gz BuildRequires: poppler-glib-devel BuildRequires: cairo-devel @@ -27,21 +26,18 @@ make %{?_smp_mflags} %install -rm -rf %{buildroot} make install INSTALL="install -p" DESTDIR=%{buildroot} -%clean -rm -rf %{buildroot} - - %files -%defattr(-,root,root,-) %doc COPYING AUTHORS ChangeLog %{_bindir}/pdf2svg %changelog +* Mon Jan 06 2014 Ben Boeckel - 0.2.2-1 +- Update to 0.2.2 + * Sat Aug 03 2013 Fedora Release Engineering - 0.2.1-21 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild diff --git a/sources b/sources index 0e59159..240ea01 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -59b3b9768166f73b77215e95d91f0a9d pdf2svg-0.2.1.tar.gz +800488ff6d773b309561dfa9be5dc712 pdf2svg-0.2.2.tar.gz