Hello community,

here is the log from the commit of package libwebp for openSUSE:Factory checked 
in at 2013-06-28 16:04:21
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libwebp (Old)
 and      /work/SRC/openSUSE:Factory/.libwebp.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libwebp"

Changes:
--------
--- /work/SRC/openSUSE:Factory/libwebp/libwebp.changes  2013-04-17 
23:05:18.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.libwebp.new/libwebp.changes     2013-06-28 
16:04:25.000000000 +0200
@@ -1,0 +2,8 @@
+Wed Jun 26 10:22:32 UTC 2013 - [email protected]
+
+- Update to new upstream release 0.3.1
+* Add incremental decoding support for images containing
+  ALPH and ICCP chunks.
+- Enable libwebpmux, libwebpdemux
+
+-------------------------------------------------------------------

Old:
----
  libwebp-0.3.0.tar.xz

New:
----
  libwebp-0.3.1.tar.gz

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

Other differences:
------------------
++++++ libwebp.spec ++++++
--- /var/tmp/diff_new_pack.IYOq4V/_old  2013-06-28 16:04:26.000000000 +0200
+++ /var/tmp/diff_new_pack.IYOq4V/_new  2013-06-28 16:04:26.000000000 +0200
@@ -18,22 +18,23 @@
 
 Name:           libwebp
 %define lname  libwebp4
-Version:        0.3.0
+Version:        0.3.1
 Release:        0
 Url:            https://developers.google.com/speed/webp/
 Summary:        Library and tools for the WebP graphics format
 License:        BSD-3-Clause
-Group:          System/Libraries
+Group:          Development/Libraries/C and C++
 
-#DL-URL:       https://webp.googlecode.com/files/libwebp-0.3.0.tar.gz
-Source:         %name-%version.tar.xz
+#Git-Clone:    http://git.chromium.org/webm/libwebp.git
+#DL-URL:       https://webp.googlecode.com/files/libwebp-0.3.1.tar.gz
+Source:         https://webp.googlecode.com/files/%name-%version.tar.gz
 Source2:        baselibs.conf
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  giflib-devel
 BuildRequires:  libjpeg-devel
 BuildRequires:  libpng-devel
 BuildRequires:  libtiff-devel
 BuildRequires:  pkgconfig
-BuildRequires:  xz
 
 %description
 WebP is an image format that does lossy compression of digital
@@ -56,21 +57,41 @@
 developers can use WebP to compress, archive and distribute digital
 images more efficiently.
 
-%package -n %lname
+%package -n libwebp4
 Summary:        Library for the WebP graphics format
 Group:          System/Libraries
 
-%description -n %lname
+%description -n libwebp4
 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
 developers can use WebP to compress, archive and distribute digital
 images more efficiently.
 
+%package -n libwebpdemux0
+Summary:        Library for extraction of data and images from WebP container 
files
+Group:          System/Libraries
+
+%description -n libwebpdemux0
+The WebP Demux API enables extraction of images and extended format
+data from WebP files. This API currently supports reading of XMP/EXIF
+metadata, ICC profile and animated images.
+
+%package -n libwebpmux0
+Summary:        Library for reading/adding data to WebP container files
+Group:          System/Libraries
+
+%description -n libwebpmux0
+The WebP Mux API contains methods for adding data to and reading data
+from WebP files. This API currently supports XMP/EXIF metadata, ICC
+profile and animation.
+
 %package devel
 Summary:        Development files for libwebp, a library for the WebP format
 Group:          Development/Libraries/C and C++
-Requires:       %lname = %version
+Requires:       libwebp4 = %version
+Requires:       libwebpdemux0 = %version
+Requires:       libwebpmux0 = %version
 
 %description devel
 WebP is an image format that does lossy compression of digital
@@ -83,7 +104,7 @@
 %setup -q
 
 %build
-%configure --disable-static
+%configure --disable-static --enable-libwebpmux --enable-libwebpdemux
 make %{?_smp_mflags}
 
 %install
@@ -91,23 +112,34 @@
 make install DESTDIR="$b";
 rm -f "$b/%_libdir"/*.la;
 
-%post -n %lname -p /sbin/ldconfig
-
-%postun -n %lname -p /sbin/ldconfig
+%post   -n libwebp4 -p /sbin/ldconfig
+%postun -n libwebp4 -p /sbin/ldconfig
+%post   -n libwebpdemux0 -p /sbin/ldconfig
+%postun -n libwebpdemux0 -p /sbin/ldconfig
+%post   -n libwebpmux0 -p /sbin/ldconfig
+%postun -n libwebpmux0 -p /sbin/ldconfig
 
 %files -n libwebp-tools
 %defattr(-,root,root)
 %_bindir/*
 %_mandir/man*/*
 
-%files -n %lname
+%files -n libwebp4
 %defattr(-,root,root)
 %_libdir/libwebp.so.4*
 
+%files -n libwebpdemux0
+%defattr(-,root,root)
+%_libdir/libwebpdemux.so.0*
+
+%files -n libwebpmux0
+%defattr(-,root,root)
+%_libdir/libwebpmux.so.0*
+
 %files devel
 %defattr(-,root,root)
-%_libdir/libwebp.so
-%_includedir/webp
-%_libdir/pkgconfig/libwebp.pc
+%_libdir/libwebp*.so
+%_includedir/webp/
+%_libdir/pkgconfig/libwebp*.pc
 
 %changelog

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

Reply via email to