Hello community,

here is the log from the commit of package tiff for openSUSE:Factory checked in 
at 2012-05-31 17:11:02
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/tiff (Old)
 and      /work/SRC/openSUSE:Factory/.tiff.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "tiff", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/tiff/tiff.changes        2012-04-12 
09:54:17.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.tiff.new/tiff.changes   2012-05-31 
17:11:14.000000000 +0200
@@ -1,0 +2,6 @@
+Tue Apr 10 17:37:25 UTC 2012 - [email protected]
+
+- Fix building on older targets from SUSE 10.0 to current.
+- Add jbig support
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ tiff.spec ++++++
--- /var/tmp/diff_new_pack.QB3Gj1/_old  2012-05-31 17:11:19.000000000 +0200
+++ /var/tmp/diff_new_pack.QB3Gj1/_new  2012-05-31 17:11:19.000000000 +0200
@@ -20,19 +20,28 @@
 BuildRequires:  gcc-c++
 BuildRequires:  libjpeg-devel
 BuildRequires:  libtool
+%if 0%{?suse_version} > 1030
 BuildRequires:  lzma-devel
+%endif
+%if 0%{?suse_version} <= 1000
+BuildRequires:  pkgconfig
+%endif
+%if 0%{?suse_version} > 1000
 BuildRequires:  pkg-config
+%endif
 BuildRequires:  zlib-devel
 # bug437293
 %ifarch ppc64
 Obsoletes:      tiff-64bit
 %endif
+%if 0%{?suse_version} > 1210
+BuildRequires:  libjbig-devel
+%endif
 Version:        4.0.1
 Release:        0
 Summary:        Tools for Converting from and to the Tiff Format
 License:        HPND
 Group:          Productivity/Graphics/Convertors
-#
 Url:            http://www.remotesensing.org/libtiff
 Source:         tiff-%{version}.tar.bz2
 Source2:        README.SUSE
@@ -53,7 +62,6 @@
 Summary:        The Tiff Library (with JPEG and compression support)
 Group:          System/Libraries
 Provides:       libtiff = %{version}
-Obsoletes:      libtiff < %{version}
 # bug437293
 %ifarch ppc64
 Obsoletes:      libtiff-64bit
@@ -94,7 +102,7 @@
 
 %install
 mkdir -p %{buildroot}/{%{_mandir}/{man1,man3},usr/{bin,lib,include}}
-%make_install
+%makeinstall
 for f in `find %{buildroot}/%{_mandir} -type f -print ` ; do
   if [ `wc -l <$f` -eq 1 ] && grep -q "^\.so " $f ; then
     linkto=`sed -e "s|^\.so ||" $f`

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to