[pdfchain] Update to 0.3.2.

Jussi Lehtola jussilehtola at fedoraproject.org
Sun Nov 13 17:36:34 UTC 2011


commit 2d179a8e614f91202c60e8cff818da7397fa6176
Author: Jussi Lehtola <jussilehtola at fedoraproject.org>
Date:   Sun Nov 13 19:36:30 2011 +0200

    Update to 0.3.2.

 .gitignore             |    1 +
 pdfchain-desktop.patch |   20 +++++++++-----------
 pdfchain.spec          |   17 ++++++++++-------
 sources                |    2 +-
 4 files changed, 21 insertions(+), 19 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index f188604..f132207 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 pdfchain-0.123.tar.gz
+/pdfchain-0.3.2.tar.gz
diff --git a/pdfchain-desktop.patch b/pdfchain-desktop.patch
index bf5a513..1eb26c8 100644
--- a/pdfchain-desktop.patch
+++ b/pdfchain-desktop.patch
@@ -1,23 +1,21 @@
-diff -up pdfchain-0.123/application/pdfchain.desktop.orig pdfchain-0.123/application/pdfchain.desktop
---- pdfchain-0.123/application/pdfchain.desktop.orig	2009-06-18 16:59:53.000000000 +0300
-+++ pdfchain-0.123/application/pdfchain.desktop	2009-07-16 17:04:49.756593863 +0300
-@@ -1,16 +1,12 @@
+diff -up pdfchain-0.3.2/application/pdfchain.desktop.orig pdfchain-0.3.2/application/pdfchain.desktop
+--- pdfchain-0.3.2/application/pdfchain.desktop.orig	2011-08-31 22:42:42.000000000 +0300
++++ pdfchain-0.3.2/application/pdfchain.desktop	2011-11-13 19:34:49.841128686 +0200
+@@ -1,13 +1,12 @@
  [Desktop Entry]
 -Version=ALPHA
  Encoding=UTF-8
  Name=PDF Chain
  GenericName=pdfchain
- Comment=GUI for PDFTK - A graphical tool for manipulating PDF
--Exec=/usr/bin/pdfchain
+-Comment=GUI for the PDFTK - A graphical tool for manipulating PDF
++Comment=GUI for PDFTK - A graphical tool for manipulating PDF
+ Exec=pdfchain
 -Icon=/usr/share/pixmaps/pdfchain.png
-+Exec=pdfchain
 +Icon=pdfchain
  Type=Application
  StartupNotify=false
  Categories=Office;
  MimeType=application/pdf;
- Terminal=false
--
--#Name[de_DE]=PDF Chain
--#Comment[de_DE]=GUI für PDFTK - Ein grafisches Werkzeug zum manipulieren von PDFs
+-Terminal=false
 \ No newline at end of file
++Terminal=false
diff --git a/pdfchain.spec b/pdfchain.spec
index b44b383..6c1383c 100644
--- a/pdfchain.spec
+++ b/pdfchain.spec
@@ -1,9 +1,11 @@
 Name:		pdfchain
-Version:	0.123
-Release:	3%{?dist}
+# Need epoch since upstream changed versioning style
+Epoch:		1
+Version:	0.3.2
+Release:	1%{?dist}
 Summary:	A GUI for pdftk
 Group:		Applications/Productivity
-License:	GPLv3
+License:	GPLv3+
 URL:		http://sourceforge.net/projects/pdfchain
 Source0:	http://downloads.sourceforge.net/pdfchain/%{name}-%{version}.tar.gz
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -11,8 +13,7 @@ BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Patch0:		pdfchain-desktop.patch
 
 BuildRequires:	desktop-file-utils
-BuildRequires:	glibmm24-devel
-BuildRequires:	gtkmm24-devel
+BuildRequires:	gtkmm30-devel
 BuildRequires:	intltool
 
 # For dir ownership
@@ -30,7 +31,6 @@ to one pdf file or split. There are also some options and tools.
 %patch0 -p1
 # Stop if files acquire content
 [ -s NEWS ] && exit 1
-[ -s README ] && exit 1
 
 %build
 %configure
@@ -69,13 +69,16 @@ rm -rf %{buildroot}
 
 %files
 %defattr(-,root,root,-)
-%doc AUTHORS ChangeLog COPYING
+%doc AUTHORS ChangeLog COPYING README
 %{_bindir}/pdfchain
 %{_datadir}/applications/pdfchain.desktop
 %{_datadir}/icons/hicolor/*/apps/pdfchain.png
 %{_datadir}/pixmaps/pdfchain.png
 
 %changelog
+* Sun Nov 13 2011 Jussi Lehtola <jussilehtola at fedoraproject.org> - 1:0.3.2-1
+- Update to 0.3.2 (BZ #753593), based on Nicholas Kudriavtsev's patch.
+
 * Tue Feb 08 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.123-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 
diff --git a/sources b/sources
index 4f88578..0f60926 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-88870ffaf28833b85d84b02da60f41a4  pdfchain-0.123.tar.gz
+0c1687ae36305ee2b509bf97ea89173d  pdfchain-0.3.2.tar.gz


More information about the scm-commits mailing list