Hello community,

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

Package is "libmatroska"

Changes:
--------
--- /work/SRC/openSUSE:Factory/libmatroska/libmatroska.changes  2013-04-02 
15:35:41.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.libmatroska.new/libmatroska.changes     
2013-11-04 07:07:07.000000000 +0100
@@ -1,0 +2,15 @@
+Sat Nov  2 18:46:38 UTC 2013 - [email protected]
+
+- Update to version 1.4.1
+  * Added new elements/classes DiscardPadding, CodecDelay and
+    SeekPreRoll
+  * The licensing information has been cleared up/unified.
+  * The Makefile now contain options for specifying the destination
+    base directory during installation ("DESTDIR") and for
+    specifying which library types to build ("link").
+  * The libraries are built without the "-ansi" and
+    "-fno-gnu-keywords" flags on Linux
+  * Code cleanup
+- Remove matroska-noansiflag.patch. Applied upstream.
+
+-------------------------------------------------------------------

Old:
----
  libmatroska-1.4.0.tar.bz2
  matroska-noansiflag.patch

New:
----
  libmatroska-1.4.1.tar.bz2

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

Other differences:
------------------
++++++ libmatroska.spec ++++++
--- /var/tmp/diff_new_pack.GYsxgO/_old  2013-11-04 07:07:08.000000000 +0100
+++ /var/tmp/diff_new_pack.GYsxgO/_new  2013-11-04 07:07:08.000000000 +0100
@@ -19,7 +19,7 @@
 %define soname 6
 
 Name:           libmatroska
-Version:        1.4.0
+Version:        1.4.1
 Release:        0
 Summary:        Library to Deal with Matroska Files
 License:        LGPL-2.1+
@@ -29,7 +29,6 @@
 Source1:        baselibs.conf
 BuildRequires:  gcc-c++
 BuildRequires:  libebml-devel >= 1.3.0
-Patch:          matroska-noansiflag.patch
 
 %description
 Libmatroska is a C++ library to parse Matroska files (.mkv and .mka).
@@ -58,17 +57,17 @@
 
 %prep
 %setup -q
-%patch
 FAKE_BUILDTIMESTAMP=$(LC_ALL=C date -r %{_sourcedir}/%{name}.changes '+%a %b 
%e %H:%M:%S %Y')
 sed -i "s/__TIMESTAMP__/\"$FAKE_BUILDTIMESTAMP\"/" matroska/KaxVersion.h
 
 %build
 cd make/linux
-%{__make} %{?_smp_mflags} CXXFLAGS='%{optflags}' sharedlib
+export CXXFLAGS='%{optflags}'
+make %{?_smp_mflags} link=shared
 
 %install
 cd make/linux
-%{__make} libdir=%{buildroot}%{_libdir} 
includedir=%{buildroot}%{_includedir}/matroska install_sharedlib install_headers
+%make_install prefix=%{_prefix} libdir=%{_libdir} link=shared
 
 %post -n libmatroska%{soname} -p /sbin/ldconfig
 

++++++ libmatroska-1.4.0.tar.bz2 -> libmatroska-1.4.1.tar.bz2 ++++++
++++ 5416 lines of diff (skipped)

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

Reply via email to