Hello community,

here is the log from the commit of package libebml for openSUSE:Factory checked 
in at 2015-02-06 10:42:30
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libebml (Old)
 and      /work/SRC/openSUSE:Factory/.libebml.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libebml"

Changes:
--------
--- /work/SRC/openSUSE:Factory/libebml/libebml.changes  2014-08-08 
10:10:17.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.libebml.new/libebml.changes     2015-02-06 
10:42:31.000000000 +0100
@@ -1,0 +2,12 @@
+Sun Feb  1 16:03:53 UTC 2015 - jeng...@inai.de
+       
+- Update to new upstream release 1.3.1
+* EbmlMaster: Fixed read() trying to calculate the end position of
+  elements with an unknown size. This avoids endless loops and
+  assertions in certain cases.
+* EbmlElement::Render(): does not catch exceptions anymore.
+  Instead, exceptions generated from the IOCallback class (e.g.
+  if a write failed) are propagated to the caller.
+- Drop libebml-1.3.0-6efcb74d1e.patch (no longer relevant)
+
+-------------------------------------------------------------------

Old:
----
  libebml-1.3.0-6efcb74d1e.patch
  libebml-1.3.0.tar.bz2

New:
----
  libebml-1.3.1.tar.bz2

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

Other differences:
------------------
++++++ libebml.spec ++++++
--- /var/tmp/diff_new_pack.lbkqsK/_old  2015-02-06 10:42:32.000000000 +0100
+++ /var/tmp/diff_new_pack.lbkqsK/_new  2015-02-06 10:42:32.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libebml
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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
@@ -19,24 +19,26 @@
 %define soname 4
 
 Name:           libebml
-Version:        1.3.0
+Version:        1.3.1
 Release:        0
-Summary:        Libary to Parse EBML Files
+Summary:        Library to parse EBML files
 License:        LGPL-2.1+
 Group:          Development/Libraries/C and C++
 Url:            http://www.matroska.org/
+
+#Git-Clone:    git://github.com/Matroska-Org/libebml
+#Git-Web:      https://github.com/Matroska-Org/libebml
 Source:         
http://dl.matroska.org/downloads/libebml/%{name}-%{version}.tar.bz2
 Source100:      baselibs.conf
-# PATCH-FIX-UPSTREAM libebml-1.3.0-6efcb74d1e.patch 
https://github.com/Matroska-Org/libebml/pull/1 reddw...@opensuse.org -- Add 
packaging updates from upstream
-Patch0:         libebml-1.3.0-6efcb74d1e.patch
 BuildRequires:  gcc-c++
+BuildRequires:  pkg-config
 
 %description
 libebml is a C++ library to parse EBML files. See the EBML RFV at
 http://www.matroska.org/technical/specs/rfc/.
 
 %package -n libebml%{soname}
-Summary:        Libary to Parse EBML Files
+Summary:        Library to parse EBML files
 Group:          System/Libraries
 
 %description -n libebml%{soname}
@@ -44,7 +46,7 @@
 http://www.matroska.org/technical/specs/rfc/.
 
 %package devel
-Summary:        Libary to Parse EBML Files
+Summary:        Development files for the EBML file parser library
 Group:          Development/Libraries/C and C++
 Requires:       glibc-devel
 Requires:       libebml%{soname} = %{version}
@@ -56,27 +58,26 @@
 
 %prep
 %setup -q
-%patch0 -p1
 
 %build
-cd make/linux
-make %{?_smp_mflags} link=shared CXXFLAGS="${CXXFLAGS:-%optflags}"
+%configure --disable-static
 
 %install
-cd make/linux
-%make_install link=shared prefix=%{_prefix} libdir=%{_libdir}
+%make_install
+rm -f "%buildroot/%_libdir"/*.la
 
 %post -n libebml%{soname} -p /sbin/ldconfig
 
 %postun -n libebml%{soname} -p /sbin/ldconfig
 
 %files -n libebml%{soname}
-%defattr (0644,root,root,0755)
-%{_libdir}/libebml.so.%{soname}
+%defattr(-,root,root)
+%{_libdir}/libebml.so.%{soname}*
 
 %files devel
-%defattr (0644,root,root,0755)
+%defattr(-,root,root)
 %{_libdir}/libebml.so
-%{_includedir}/ebml
+%{_libdir}/pkgconfig/*.pc
+%{_includedir}/ebml/
 
 %changelog

++++++ libebml-1.3.0.tar.bz2 -> libebml-1.3.1.tar.bz2 ++++++
++++ 120797 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