Hello community,

here is the log from the commit of package podofo for openSUSE:Factory
checked in at Mon May 30 10:33:07 CEST 2011.



--------
--- podofo/podofo.changes       2010-10-28 11:07:41.000000000 +0200
+++ /mounts/work_src_done/STABLE/podofo/podofo.changes  2011-05-25 
23:36:46.000000000 +0200
@@ -1,0 +2,23 @@
+Wed May 25 20:43:50 UTC 2011 - asterios.dra...@gmail.com
+
+- Update to version 0.9.1:
+  * Bug fixes and optimizations.
+  * Added a man page for podofogc.
+  From 0.9.0:
+  * Lot's of bug fixes for PDF parsing, PDF creation and in several other
+    areas.
+  * New compact write mode to create slightly smaller PDF files.
+  * Initial PDF signature support.
+  * Support for the 14 standard Type1 fonts.
+  * Improved font and encoding support (e.g. creation of fonts from existing
+    objects).
+  * New tools, e.g. podofocolor.
+- Spec files updates:
+  * Changes based on spec-cleaner run.
+  * Changes in License.
+  * Updates in Group:, Summary: and %description entries.
+  * Updates in %build section for lib64 compilation.
+  * Minor other updates.
+- Added a patch for podofobox.1 to fix an rpmlint warning.
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


Old:
----
  podofo-0.8.4.tar.bz2

New:
----
  podofo-0.9.1.tar.bz2
  podofobox.1_fix.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ podofo.spec ++++++
--- /var/tmp/diff_new_pack.DAqRsk/_old  2011-05-30 10:11:22.000000000 +0200
+++ /var/tmp/diff_new_pack.DAqRsk/_new  2011-05-30 10:11:22.000000000 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package podofo (Version 0.8.4)
+# spec file for package podofo
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,16 +16,19 @@
 #
 
 
-%define prefix   /usr
-%define libver 0_8_4
+%define libver 0_9_1
 
 Name:           podofo
-Version:        0.8.4
+Version:        0.9.1
 Release:        1
-License:        LGPLv2.1
-Summary:        PDF parsing and creation library
-Group:          Development/Libraries/Other
+License:        GPLv2+
+Summary:        Tools to work with PDF files
+Url:            http://podofo.sourceforge.net/
+Group:          Productivity/Publishing/PDF
+# http://downloads.sourceforge.net/podofo/podofo-0.9.1.tar.gz
 Source0:        %{name}-%{version}.tar.bz2
+# PATCH-FIX-OPENSUSE podofobox.1_fix.patch asterios.dra...@gmail.com -- Fix 
"manual-page-warning" rpmlint warning
+Patch0:         podofobox.1_fix.patch
 BuildRequires:  cmake >= 2.5
 BuildRequires:  fontconfig-devel
 BuildRequires:  freetype2-devel
@@ -39,75 +42,70 @@
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
-A cross platform PDF parsing and creation library. Podofo also
-includes some command line tools for working with PDF files.
-
-Author: Dominik Seichter domseichter at  web dot de
-and others.
+Command line tools for working with PDF files.
 
 %package -n   libpodofo%{libver}
 
-
-License:        LGPLv2.1
+License:        LGPLv2+
 Summary:        PDF parsing and creation library
-Group:          Development/Libraries/Other
+Group:          System/Libraries
 
 %description -n libpodofo%{libver}
-A cross platform PDF parsing and creation library. Podofo also
-includes some command line tools for working with PDF files.
+A cross platform PDF parsing and creation library.
 
 %package -n libpodofo-devel
+License:        LGPLv2+
 Summary:        Development files for podofo
 Group:          Development/Libraries/Other
 Requires:       libpodofo%{libver} = %{version}
 
-License:        LGPLv2.1
-
 %description -n libpodofo-devel
-Developer package for podofo library A cross platform PDF
-parsing and creation library.
+This package contains development files for podofo library.
 
 %prep
 %setup -q
+%patch0
 
 %build
 export CFLAGS="%{optflags} -fno-strict-aliasing"
 export CXXFLAGS="$CFLAGS"
+
 mkdir build
 cd build
-
-cmake ../ -DCMAKE_INSTALL_PREFIX=%prefix  -DPODOFO_BUILD_STATIC=FALSE 
-DPODOFO_USE_VISIBILITY=1
-
+cmake -DCMAKE_INSTALL_PREFIX=%{_prefix} -DPODOFO_BUILD_STATIC=FALSE 
-DPODOFO_USE_VISIBILITY=1 \
 %ifarch x86_64 ppc64 s390x mips64 sparc64
-cmake ../ -DWANT_LIB64=1 -DCMAKE_INSTALL_PREFIX=%prefix  
-DPODOFO_BUILD_STATIC=FALSE -DPODOFO_USE_VISIBILITY=1
+-DWANT_LIB64=1 \
 %endif
-
-make %{?jobs:-j %jobs}
+../
+make %{?_smp_mflags}
+cd ..
 
 %install
-#make install
 pushd build
-make -e DESTDIR=%{buildroot} install
+%make_install
 popd
 
+%post -n libpodofo%{libver} -p /sbin/ldconfig
+
+%postun -n libpodofo%{libver} -p /sbin/ldconfig
+
 %clean
-%{__rm} -rf %{buildroot}
+rm -rf %{buildroot}
 
 %files
-%defattr(-,root,root)
+%defattr(-,root,root,-)
+%doc AUTHORS COPYING README.html
 %{_bindir}/*
+%doc %{_mandir}/man1/podofo*.1%{ext_man}
 
 %files -n libpodofo%{libver}
-%defattr(-,root,root)
-%{_libdir}/libpodofo.so.*
+%defattr(-,root,root,-)
+%{_libdir}/libpodofo.so.%{version}
 
 %files -n libpodofo-devel
-%defattr(-,root,root)
-%{_includedir}/podofo
+%defattr(-,root,root,-)
+%doc AUTHORS COPYING.LIB ChangeLog FAQ.html README.html TODO
+%{_includedir}/podofo/
 %{_libdir}/libpodofo.so
 
-%post -n libpodofo%{libver} -p /sbin/ldconfig
-
-%postun -n libpodofo%{libver} -p /sbin/ldconfig
-
 %changelog

++++++ podofo-0.8.4.tar.bz2 -> podofo-0.9.1.tar.bz2 ++++++
++++ 152212 lines of diff (skipped)

++++++ podofobox.1_fix.patch ++++++
--- debian/man/podofobox.1.orig 2011-03-30 00:25:55.000000000 +0300
+++ debian/man/podofobox.1      2011-05-25 23:33:19.855000015 +0300
@@ -12,7 +12,7 @@
 useful operations to work with colors in PDF files\. It can parse and/or
 modify all colors or colorspaces in a PDF file\. The
 modifications can be defined via C++ or a Lua script\. Custom conversions like
-\fconvert all colors to grayscale\f are included. Please note that only colors
+convert all colors to grayscale are included. Please note that only colors
 of vector objects on pages and in XObjects are affected\. This tool does not
 transform colos in images at the moment\.
 .PP

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++



Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to