Hello community, here is the log from the commit of package podofo for openSUSE:Factory checked in at 2012-03-20 11:31:41 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/podofo (Old) and /work/SRC/openSUSE:Factory/.podofo.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "podofo", Maintainer is "" Changes: -------- --- /work/SRC/openSUSE:Factory/podofo/podofo.changes 2011-11-29 16:24:44.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.podofo.new/podofo.changes 2012-03-20 11:31:42.000000000 +0100 @@ -1,0 +2,6 @@ +Sat Mar 17 14:11:54 UTC 2012 - [email protected] + +- Change lua-devel BuildRequires to lua51-devel on openSUSE > 12.1: + the code is not ready to work with lua 5.2. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ podofo.spec ++++++ --- /var/tmp/diff_new_pack.VOU4NA/_old 2012-03-20 11:31:43.000000000 +0100 +++ /var/tmp/diff_new_pack.VOU4NA/_new 2012-03-20 11:31:43.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package podofo # -# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2012 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 @@ -20,11 +20,11 @@ Name: podofo Version: 0.9.1 -Release: 1 -License: GPL-2.0+ +Release: 0 Summary: Tools to work with PDF files -Url: http://podofo.sourceforge.net/ +License: GPL-2.0+ Group: Productivity/Publishing/PDF +Url: http://podofo.sourceforge.net/ # http://downloads.sourceforge.net/podofo/podofo-0.9.1.tar.gz Source0: %{name}-%{version}.tar.bz2 # PATCH-FIX-OPENSUSE podofobox.1_fix.patch [email protected] -- Fix "manual-page-warning" rpmlint warning @@ -36,7 +36,11 @@ BuildRequires: libjpeg-devel BuildRequires: libpng-devel BuildRequires: libtiff-devel +%if 0%{?suse_version} > 1210 +BuildRequires: lua51-devel +%else BuildRequires: lua-devel +%endif BuildRequires: openssl-devel BuildRequires: zlib-devel BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -46,16 +50,16 @@ %package -n libpodofo%{libver} -License: LGPL-2.1+ Summary: PDF parsing and creation library +License: LGPL-2.1+ Group: System/Libraries %description -n libpodofo%{libver} A cross platform PDF parsing and creation library. %package -n libpodofo-devel -License: LGPL-2.1+ Summary: Development files for podofo +License: LGPL-2.1+ Group: Development/Libraries/Other Requires: libpodofo%{libver} = %{version} -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
