Hello community,

here is the log from the commit of package libwebp for openSUSE:Factory checked 
in at 2012-09-10 15:20:33
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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  2012-02-10 
17:17:46.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.libwebp.new/libwebp.changes     2012-09-10 
15:20:35.000000000 +0200
@@ -1,0 +2,23 @@
+Fri Aug 31 08:57:43 UTC 2012 - dims...@opensuse.org
+
+- Update to version 0.2.0:
+* Add support for ARGB -> YUVA conversion for lossless decoder
+* Add stats for lossless and alpha encoding
+* Security related hardening: allocation and size checks
+* Add PAM output support to dwebp
+* Alpha channel encode/decode support
+* Lossless encoder/decoder
+* Add TIFF input support to cwebp
+* Incompatible changes:
+  - The encode ABI has been modified to support alpha encoding
+  - Deprecated function WebPINew() has been removed
+  - Decode function signatures have changed to consistently use
+    size_t over int/uint32_t
+  - decode_vp8.h is no longer installed system-wide
+  - cwebp will encode the alpha channel if present.
+* Add libtiff-devel BuildRequires for the new tiff input support.
+* Rename libwebp2 subpackage to libwebp4 (by changing lname
+  defines), following upstreams soname bump (incl. baselibs.conf).
+* No reason to run autogen
+
+-------------------------------------------------------------------

Old:
----
  libwebp-0.1.3.tar.gz

New:
----
  libwebp-0.2.0.tar.gz

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

Other differences:
------------------
++++++ libwebp.spec ++++++
--- /var/tmp/diff_new_pack.UHlb79/_old  2012-09-10 15:20:37.000000000 +0200
+++ /var/tmp/diff_new_pack.UHlb79/_new  2012-09-10 15:20:37.000000000 +0200
@@ -17,22 +17,20 @@
 
 
 Name:           libwebp
-%define lname  libwebp2
-Version:        0.1.3
+%define lname  libwebp4
+Version:        0.2.0
 Release:        0
-Url:            http://webmproject.org/
+Url:            https://developers.google.com/speed/webp/
 Summary:        Library and tools for the WebP graphics format
 License:        BSD-3-Clause
 Group:          System/Libraries
 
-Source0:        http://webp.googlecode.com/files/%{name}-%{version}.tar.gz
+Source0:        http://webp.googlecode.com/files/%name-%version.tar.gz
 Source1:        baselibs.conf
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  autoconf
-BuildRequires:  automake
 BuildRequires:  libjpeg-devel
 BuildRequires:  libpng-devel
-BuildRequires:  libtool
+BuildRequires:  libtiff-devel
 BuildRequires:  pkgconfig
 BuildRequires:  xz
 
@@ -84,15 +82,13 @@
 %setup -q
 
 %build
-mkdir -p m4
-./autogen.sh
 %configure --disable-static
 make %{?_smp_mflags}
 
 %install
 b="%buildroot";
 make install DESTDIR="$b";
-rm -f "%buildroot/%_libdir"/*.la;
+rm -f "$b/%_libdir"/*.la;
 
 %post -n %lname -p /sbin/ldconfig
 
@@ -105,12 +101,12 @@
 
 %files -n %lname
 %defattr(-,root,root)
-%_libdir/%{name}*.so.*
+%_libdir/libwebp.so.4*
 
 %files devel
 %defattr(-,root,root)
-%_libdir/%{name}*.so
-%_includedir/*
-%_libdir/pkgconfig/*
+%_libdir/libwebp.so
+%_includedir/webp
+%_libdir/pkgconfig/libwebp.pc
 
 %changelog

++++++ baselibs.conf ++++++
--- /var/tmp/diff_new_pack.UHlb79/_old  2012-09-10 15:20:37.000000000 +0200
+++ /var/tmp/diff_new_pack.UHlb79/_new  2012-09-10 15:20:37.000000000 +0200
@@ -1 +1 @@
-libwebp2
+libwebp4

++++++ libwebp-0.1.3.tar.gz -> libwebp-0.2.0.tar.gz ++++++
++++ 35373 lines of diff (skipped)

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

Reply via email to