Hello community,

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

Package is "libwebp", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/libwebp/libwebp.changes  2011-11-23 
19:36:29.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.libwebp.new/libwebp.changes     2012-02-10 
17:17:46.000000000 +0100
@@ -1,0 +2,6 @@
+Mon Jan 30 12:51:06 UTC 2012 - [email protected]
+
+- Rename webp-tools to libwebp-tools to follow scheme of other
+  lib*-tools packages.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ libwebp.spec ++++++
--- /var/tmp/diff_new_pack.iYVCuL/_old  2012-02-10 17:17:47.000000000 +0100
+++ /var/tmp/diff_new_pack.iYVCuL/_new  2012-02-10 17:17:47.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libwebp
 #
-# 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
@@ -16,22 +16,25 @@
 #
 
 
-
 Name:           libwebp
 %define lname  libwebp2
 Version:        0.1.3
-Release:        1
-Group:          System/Libraries
+Release:        0
 Url:            http://webmproject.org/
 Summary:        Library and tools for the WebP graphics format
-License:        BSD3c
+License:        BSD-3-Clause
+Group:          System/Libraries
 
 Source0:        http://webp.googlecode.com/files/%{name}-%{version}.tar.gz
 Source1:        baselibs.conf
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  libjpeg-devel libpng-devel libtool xz
-
-%define debug_package_requires %lname = %version-%release
+BuildRequires:  autoconf
+BuildRequires:  automake
+BuildRequires:  libjpeg-devel
+BuildRequires:  libpng-devel
+BuildRequires:  libtool
+BuildRequires:  pkgconfig
+BuildRequires:  xz
 
 %description
 WebP is an image format that does lossy compression of digital
@@ -40,11 +43,14 @@
 developers can use WebP to compress, archive and distribute digital
 images more efficiently.
 
-%package -n webp-tools
-Group:          Productivity/Archiving/Compression
+%package tools
 Summary:        The WebP command line tools
+Group:          Productivity/Archiving/Compression
+#O/P added in 12.2
+Obsoletes:      webp-tools < %version-%release
+Provides:       webp-tools = %version-%release
 
-%description -n webp-tools
+%description tools
 WebP is an image format that does lossy compression of digital
 photographic images. WebP consists of a codec based on VP8, and a
 container based on RIFF. Webmasters, web developers and browser
@@ -52,8 +58,8 @@
 images more efficiently.
 
 %package -n %lname
-Group:          System/Libraries
 Summary:        Library for the WebP graphics format
+Group:          System/Libraries
 
 %description -n %lname
 WebP is an image format that does lossy compression of digital
@@ -63,8 +69,8 @@
 images more efficiently.
 
 %package devel
-Group:          Development/Libraries/C and C++
 Summary:        Development files for libwebp, a library for the WebP format
+Group:          Development/Libraries/C and C++
 Requires:       %lname = %version
 
 %description devel
@@ -86,13 +92,13 @@
 %install
 b="%buildroot";
 make install DESTDIR="$b";
-find "$b/%_libdir" -type f -name "*.la" -delete;
+rm -f "%buildroot/%_libdir"/*.la;
 
 %post -n %lname -p /sbin/ldconfig
 
 %postun -n %lname -p /sbin/ldconfig
 
-%files -n webp-tools
+%files -n libwebp-tools
 %defattr(-,root,root)
 %_bindir/*
 %_mandir/man*/*

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

Reply via email to