Hello community,

here is the log from the commit of package libdvbpsi for openSUSE:Factory 
checked in at 2015-06-09 08:49:39
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libdvbpsi (Old)
 and      /work/SRC/openSUSE:Factory/.libdvbpsi.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libdvbpsi"

Changes:
--------
--- /work/SRC/openSUSE:Factory/libdvbpsi/libdvbpsi.changes      2015-05-10 
10:46:52.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.libdvbpsi.new/libdvbpsi.changes 2015-06-09 
08:50:38.000000000 +0200
@@ -1,0 +2,21 @@
+Mon Jun  8 13:16:10 UTC 2015 - joerg.loren...@ki.tng.de
+
+- Update to version 1.3.0:
+ + New descriptor:
+   - 0x10 Smoothing Buffer
+   - 0x11 STD descriptor
+   - 0x12 IBP descriptor
+   - 0x1b MPEG-4 video descriptor
+   - 0x1c MPEG-4 audio descriptor
+ + Fix bugs in descriptor: 0x02, 0x0a, 0x45, 0x48, 0x50, 0x56, 0x7c
+ + Fix bugs in table: EIT, NIT
+ + Fix bugs in demux.c
+ + Build with mingw32
+ + Generate descriptors: 0x83, 0xa1
+ + Documentation fixes:
+   - tables: NIT
+   - descriptors: 0xa1
+- Fixed libdvbpsi-gcc5-fixes.patch and changed baselibs.conf
+  to libdvbpsi10.
+
+-------------------------------------------------------------------

Old:
----
  libdvbpsi-1.2.0.tar.bz2

New:
----
  libdvbpsi-1.3.0.tar.bz2

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

Other differences:
------------------
++++++ libdvbpsi.spec ++++++
--- /var/tmp/diff_new_pack.3z2SIj/_old  2015-06-09 08:50:39.000000000 +0200
+++ /var/tmp/diff_new_pack.3z2SIj/_new  2015-06-09 08:50:39.000000000 +0200
@@ -16,8 +16,10 @@
 #
 
 
+%define         soname 10
+
 Name:           libdvbpsi
-Version:        1.2.0
+Version:        1.3.0
 Release:        0
 Summary:        Library for Decoding and Generating MPEG TS and DVB PSI Tables
 License:        LGPL-2.1+
@@ -38,11 +40,11 @@
 
 * All MPEG 2 descriptors, decoders and generators.
 
-%package -n libdvbpsi9
+%package -n libdvbpsi%{soname}
 Summary:        Library for Decoding and Generating MPEG TS and DVB PSI Tables
 Group:          System/Libraries
 
-%description -n libdvbpsi9
+%description -n libdvbpsi%{soname}
 libdvbpsi is a simple library designed for decoding and generating
    MPEG TS and DVB PSI tables. Current features: * Program
    Association Table (PAT), decoder and generator.
@@ -53,7 +55,7 @@
 %package devel
 Summary:        Library for Decoding and Generation of MPEG TS and DVB PSI 
Tables
 Group:          Development/Libraries/C and C++
-Requires:       libdvbpsi9 = %{version}
+Requires:       libdvbpsi%{soname} = %{version}
 
 %description devel
 libdvbpsi is a simple library designed for decoding and generation of
@@ -81,14 +83,14 @@
 %clean
 %{__rm} -rf %{buildroot}
 
-%post -n libdvbpsi9 -p /sbin/ldconfig
+%post -n libdvbpsi%{soname} -p /sbin/ldconfig
 
-%postun -n libdvbpsi9 -p /sbin/ldconfig
+%postun -n libdvbpsi%{soname} -p /sbin/ldconfig
 
-%files -n libdvbpsi9
+%files -n libdvbpsi%{soname}
 %defattr (-, root, root)
-%{_libdir}/libdvbpsi.so.9
-%{_libdir}/libdvbpsi.so.9.*
+%{_libdir}/libdvbpsi.so.%{soname}
+%{_libdir}/libdvbpsi.so.%{soname}.*
 
 %files devel
 %defattr (-, root, root)

++++++ baselibs.conf ++++++
--- /var/tmp/diff_new_pack.3z2SIj/_old  2015-06-09 08:50:39.000000000 +0200
+++ /var/tmp/diff_new_pack.3z2SIj/_new  2015-06-09 08:50:39.000000000 +0200
@@ -1 +1 @@
-libdvbpsi9
+libdvbpsi10

++++++ libdvbpsi-1.2.0.tar.bz2 -> libdvbpsi-1.3.0.tar.bz2 ++++++
++++ 8092 lines of diff (skipped)

++++++ libdvbpsi-gcc5-fixes.patch ++++++
--- /var/tmp/diff_new_pack.3z2SIj/_old  2015-06-09 08:50:39.000000000 +0200
+++ /var/tmp/diff_new_pack.3z2SIj/_new  2015-06-09 08:50:39.000000000 +0200
@@ -1,11 +1,11 @@
---- misc/test_dr.h
-+++ misc/test_dr.h
-@@ -99,7 +99,7 @@
+--- misc/test_dr.h.orig        2015-06-08 14:07:40.455936279 +0200
++++ misc/test_dr.h     2015-06-08 14:07:40.485935688 +0200
+@@ -103,7 +103,7 @@
  
  #define BOZO_end_boolean(name)                                          \
        s_decoded.name += 12;                                             \
 -    } while(!i_err && (s_decoded.name <= 12));                          \
 +    } while(!i_err);                                                    \
-     fprintf(stdout, "\r  iteration count: %22llu", i_loop_count);       \
+     fprintf(stdout, "\r  iteration count: %22"PRI64d, i_loop_count);       \
      if(i_err)                                                           \
        fprintf(stdout, "    FAILED !!!\n");                              \


Reply via email to