diff --git a/.gitignore b/.gitignore index ec9f3a1..1849310 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ pdf2svg-0.2.1.tar.gz /pdf2svg-0.2.2.tar.gz +/v0.2.3.tar.gz diff --git a/pdf2svg.spec b/pdf2svg.spec index c44039b..4adaa09 100644 --- a/pdf2svg.spec +++ b/pdf2svg.spec @@ -1,12 +1,12 @@ Name: pdf2svg -Version: 0.2.2 -Release: 4%{?dist} +Version: 0.2.3 +Release: 1%{?dist} Summary: Small tool to convert PDF files into SVG Group: Applications/File License: GPLv2+ 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 +Source0: https://github.com/db9052/pdf2svg/archive/v%{version}.tar.gz BuildRequires: poppler-glib-devel BuildRequires: cairo-devel @@ -17,7 +17,7 @@ A small tool to convert PDF files into SVG using poppler and cairo. %prep -%setup -q +%setup -q -n %{name}-%{version} %build @@ -35,6 +35,9 @@ make install INSTALL="install -p" DESTDIR=%{buildroot} %changelog +* Sun Jul 19 2015 Ben Boeckel - 0.2.3-1 +- Update to 0.2.3 + * Thu Jun 18 2015 Fedora Release Engineering - 0.2.2-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild diff --git a/sources b/sources index 240ea01..24a2845 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -800488ff6d773b309561dfa9be5dc712 pdf2svg-0.2.2.tar.gz +d398b3b1c1979f554596238a44f12123 v0.2.3.tar.gz