[diffpdf] Update to new release

Till Maas till at fedoraproject.org
Tue Oct 2 19:51:30 UTC 2012


commit 00028b4e779a34ac0d453319dea335f08d5c8a61
Author: Till Maas <opensource at till.name>
Date:   Tue Oct 2 21:50:55 2012 +0200

    Update to new release

 .gitignore   |    3 +--
 diffpdf.spec |   13 ++++++++++---
 sources      |    2 +-
 3 files changed, 12 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 972a843..f9dcc7a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1 @@
-diffpdf-1.0.0.tar.gz
-/diffpdf-1.2.2.tar.gz
+/diffpdf-2.1.1.tar.gz
diff --git a/diffpdf.spec b/diffpdf.spec
index 2c020db..08536e0 100644
--- a/diffpdf.spec
+++ b/diffpdf.spec
@@ -1,6 +1,6 @@
 Name:           diffpdf
-Version:        1.2.2
-Release:        5%{?dist}
+Version:        2.1.1
+Release:        1%{?dist}
 Summary:        PDF files comparator
 
 Group:          Applications/Text
@@ -11,6 +11,8 @@ Source3:        %{name}.desktop
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  poppler-qt4-devel, desktop-file-utils, ImageMagick
+# /usr/include/poppler/cpp/poppler-version.h
+BuildRequires:  poppler-cpp-devel
 Requires:       hicolor-icon-theme
 
 %description
@@ -25,6 +27,7 @@ ranges.
 
 
 %build
+lrelease-qt4 diffpdf.pro
 qmake-qt4
 make %{?_smp_mflags}
 
@@ -63,12 +66,16 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(-,root,root,-)
-%doc gpl-2.0.txt README
+%doc CHANGES gpl-2.0.txt help_cz.html help_de.html help_fr.html help.html README
 %{_bindir}/%{name}
 %{_datadir}/icons/hicolor/??x??/apps/*.png
 %{_datadir}/applications/%{name}.desktop
 
+
 %changelog
+* Tue Oct 02 2012 Till Maas <opensource at till.name> - 2.1.1-1
+- Update to new release
+
 * Wed Jul 18 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.2.2-5
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 
diff --git a/sources b/sources
index 34965ec..f6fecde 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-1c35151d9216e2225aa921e1faef91ca  diffpdf-1.2.2.tar.gz
+eca981ad8de6e9c1969bb0491c22db14  diffpdf-2.1.1.tar.gz


More information about the scm-commits mailing list