rpms/podofo/devel podofo-0.8.0-version.patch, NONE, 1.1 .cvsignore, 1.2, 1.3 podofo.spec, 1.3, 1.4 sources, 1.2, 1.3

Dan Horák sharkcz at fedoraproject.org
Thu Apr 29 10:58:16 UTC 2010


Author: sharkcz

Update of /cvs/pkgs/rpms/podofo/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv25823

Modified Files:
	.cvsignore podofo.spec sources 
Added Files:
	podofo-0.8.0-version.patch 
Log Message:
* Thu Apr 29 2010 Dan Horák <dan[at]danny.cz> 0.8.0-1
- updated to 0.8.0


podofo-0.8.0-version.patch:
 CMakeLists.txt |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- NEW FILE podofo-0.8.0-version.patch ---
diff -up podofo-0.8.0/CMakeLists.txt.orig podofo-0.8.0/CMakeLists.txt
--- podofo-0.8.0/CMakeLists.txt.orig	2010-04-29 11:44:15.000000000 +0200
+++ podofo-0.8.0/CMakeLists.txt	2010-04-29 11:44:26.000000000 +0200
@@ -14,7 +14,7 @@ SET(PODOFO_VERSION_MAJOR "0" CACHE STRIN
 SET(PODOFO_VERSION_MINOR "8" CACHE STRING "Minor part of PoDoFo version number")
 SET(PODOFO_VERSION_PATCH "0" CACHE STRING "Patchlevel part of PoDoFo version number")
 SET(PODOFO_SOVERSION "${PODOFO_VERSION_MAJOR}.${PODOFO_VERSION_MINOR}.${PODOFO_VERSION_PATCH}")
-SET(PODOFO_LIBVERSION "${PODOFO_LIBVERSION}")
+SET(PODOFO_LIBVERSION "${PODOFO_SOVERSION}")
 
 
 #


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/podofo/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- .cvsignore	2 May 2009 06:42:46 -0000	1.2
+++ .cvsignore	29 Apr 2010 10:58:12 -0000	1.3
@@ -1 +1 @@
-podofo-0.7.0.tar.gz
+podofo-0.8.0.tar.gz


Index: podofo.spec
===================================================================
RCS file: /cvs/pkgs/rpms/podofo/devel/podofo.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- podofo.spec	16 Feb 2010 11:04:09 -0000	1.3
+++ podofo.spec	29 Apr 2010 10:58:15 -0000	1.4
@@ -1,16 +1,25 @@
 Name:           podofo
-Version:        0.7.0
-Release:        4%{?dist}
+Version:        0.8.0
+Release:        1%{?dist}
 Summary:        Tools and libraries to work with the PDF file format
 
 Group:          Applications/Publishing
 License:        GPLv2+
 URL:            http://podofo.sourceforge.net
 Source0:        http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
+Patch0:         %{name}-0.8.0-version.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-BuildRequires:  cmake zlib-devel libjpeg-devel libtiff-devel freetype-devel fontconfig-devel
-BuildRequires:  cppunit-devel lua-devel doxygen
+BuildRequires:  cmake
+BuildRequires:  zlib-devel
+BuildRequires:  libjpeg-devel
+BuildRequires:  libtiff-devel
+BuildRequires:  libpng-devel
+BuildRequires:  freetype-devel
+BuildRequires:  fontconfig-devel
+BuildRequires:  cppunit-devel
+BuildRequires:  lua-devel
+BuildRequires:  doxygen
 
 
 %description
@@ -48,6 +57,7 @@ Development files and documentation for 
 
 %prep
 %setup -q
+%patch0 -p1 -b .version
 
 
 %build
@@ -96,6 +106,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Thu Apr 29 2010 Dan Horák <dan[at]danny.cz> 0.8.0-1
+- updated to 0.8.0
+
 * Tue Feb 16 2010 Dan Horák <dan[at]danny.cz> 0.7.0-4
 - set timestamp on generated docs (#565683)
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/podofo/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- sources	2 May 2009 06:42:46 -0000	1.2
+++ sources	29 Apr 2010 10:58:15 -0000	1.3
@@ -1 +1 @@
-b9623fd9279fca49f7cdd5c1fed182b1  podofo-0.7.0.tar.gz
+b73b4f2f3525a2dcd632f5e0054cab63  podofo-0.8.0.tar.gz



More information about the scm-commits mailing list