Hello community,

here is the log from the commit of package libwebp for openSUSE:Factory checked 
in at 2014-10-31 09:39:26
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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  2014-08-30 
16:03:39.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.libwebp.new/libwebp.changes     2014-10-31 
12:27:03.000000000 +0100
@@ -1,0 +2,20 @@
+Wed Oct 29 08:21:16 UTC 2014 - dims...@opensuse.org
+
+- Update baselibs.conf: make it match the currently build library
+  packages.
+
+-------------------------------------------------------------------
+Tue Oct 28 06:45:02 UTC 2014 - dmuel...@suse.com
+
+- update to 0.4.2:
+  This is a binary compatible release.
+  * Android / gcc build fixes
+  * (Windows) fix reading from stdin and writing to stdout
+  * gif2webp: miscellaneous fixes
+  * fix 'alpha-leak' with lossy compression (issue #220)
+  * the lossless bitstream spec has been amended to reflect the current code
+- add aarch64-disable-neon.diff: work around compile failure with
+  neon on aarch64.
+- add libwebpdecoder1 subpackage
+
+-------------------------------------------------------------------

Old:
----
  libwebp-0.4.1.tar.gz

New:
----
  aarch64-disable-neon.diff
  libwebp-0.4.2.tar.gz

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

Other differences:
------------------
++++++ libwebp.spec ++++++
--- /var/tmp/diff_new_pack.1DlP5F/_old  2014-10-31 12:27:04.000000000 +0100
+++ /var/tmp/diff_new_pack.1DlP5F/_new  2014-10-31 12:27:04.000000000 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           libwebp
-Version:        0.4.1
+Version:        0.4.2
 Release:        0
 Summary:        Library and tools for the WebP graphics format
 License:        BSD-3-Clause
@@ -27,6 +27,8 @@
 #Git-Clone:    http://git.chromium.org/webm/libwebp.git
 Source:         
http://downloads.webmproject.org/releases/webp/%name-%version.tar.gz
 Source2:        baselibs.conf
+# PATCH-UPSTREAM-NEVER: incompatible types when initializing type 'int32x4_t' 
using type 'int32x2_t'
+Patch0:         aarch64-disable-neon.diff
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  giflib-devel
 BuildRequires:  libjpeg-devel
@@ -84,12 +86,24 @@
 from WebP files. This API currently supports XMP/EXIF metadata, ICC
 profile and animation.
 
+%package -n libwebpdecoder1
+Summary:        Library for decoding WebP graphics format
+Group:          System/Libraries
+
+%description -n libwebpdecoder1
+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 devel
 Summary:        Development files for libwebp, a library for the WebP format
 Group:          Development/Libraries/C and C++
 Requires:       libwebp5 = %version
 Requires:       libwebpdemux1 = %version
 Requires:       libwebpmux1 = %version
+Requires:       libwebpdecoder1 = %version
 
 %description devel
 WebP is an image format that does lossy compression of digital
@@ -100,9 +114,12 @@
 
 %prep
 %setup -q
+%patch0
 
 %build
-%configure --disable-static --enable-libwebpmux --enable-libwebpdemux
+%configure --disable-static \
+    --enable-libwebpmux --enable-libwebpdemux \
+    --enable-libwebpdecoder
 make %{?_smp_mflags}
 
 %install
@@ -116,6 +133,8 @@
 %postun -n libwebpdemux1 -p /sbin/ldconfig
 %post   -n libwebpmux1 -p /sbin/ldconfig
 %postun -n libwebpmux1 -p /sbin/ldconfig
+%post   -n libwebpdecoder1 -p /sbin/ldconfig
+%postun -n libwebpdecoder1 -p /sbin/ldconfig
 
 %files -n libwebp-tools
 %defattr(-,root,root)
@@ -134,6 +153,10 @@
 %defattr(-,root,root)
 %_libdir/libwebpmux.so.1*
 
+%files -n libwebpdecoder1
+%defattr(-,root,root)
+%_libdir/libwebpdecoder.so.1*
+
 %files devel
 %defattr(-,root,root)
 %_libdir/libwebp*.so

++++++ aarch64-disable-neon.diff ++++++
--- src/dsp/dsp.h
+++ src/dsp/dsp.h
@@ -66,7 +66,7 @@
 #define WEBP_ANDROID_NEON  // Android targets that might support NEON
 #endif
 
-#if defined(__ARM_NEON__) || defined(WEBP_ANDROID_NEON) || defined(__aarch64__)
+#if defined(__ARM_NEON__) || defined(WEBP_ANDROID_NEON)
 #define WEBP_USE_NEON
 #endif
 
++++++ baselibs.conf ++++++
--- /var/tmp/diff_new_pack.1DlP5F/_old  2014-10-31 12:27:04.000000000 +0100
+++ /var/tmp/diff_new_pack.1DlP5F/_new  2014-10-31 12:27:04.000000000 +0100
@@ -1 +1,4 @@
 libwebp5
+libwebpdecoder1
+libwebpdemux1
+libwebpmux1

++++++ libwebp-0.4.1.tar.gz -> libwebp-0.4.2.tar.gz ++++++
++++ 4111 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