Hello community,

here is the log from the commit of package libdvbpsi for openSUSE:Factory 
checked in at 2017-02-22 13:50:35
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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-06-09 
08:50:38.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.libdvbpsi.new/libdvbpsi.changes 2017-02-22 
13:50:36.809260153 +0100
@@ -1,0 +2,13 @@
+Mon Feb 20 10:20:27 UTC 2017 - tchva...@suse.com
+
+- Cleanup a bit with spec-cleaner
+
+-------------------------------------------------------------------
+Sat Feb 18 23:13:23 UTC 2017 - joerg.loren...@ki.tng.de
+
+- Update to version 1.3.1:
+ + Fix bugs in table: EIT
+ + Fix test_dr
+- Removed libdvbpsi-gcc5-fixes.patch, fixed upstream.
+
+-------------------------------------------------------------------

Old:
----
  libdvbpsi-1.3.0.tar.bz2
  libdvbpsi-gcc5-fixes.patch

New:
----
  libdvbpsi-1.3.1.tar.bz2

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

Other differences:
------------------
++++++ libdvbpsi.spec ++++++
--- /var/tmp/diff_new_pack.nEjDuJ/_old  2017-02-22 13:50:37.325186716 +0100
+++ /var/tmp/diff_new_pack.nEjDuJ/_new  2017-02-22 13:50:37.329186147 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libdvbpsi
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,10 +16,9 @@
 #
 
 
-%define         soname 10
-
+%define libname %{name}10
 Name:           libdvbpsi
-Version:        1.3.0
+Version:        1.3.1
 Release:        0
 Summary:        Library for Decoding and Generating MPEG TS and DVB PSI Tables
 License:        LGPL-2.1+
@@ -27,70 +26,51 @@
 Url:            http://www.videolan.org/developers/libdvbpsi.html
 Source:         
http://download.videolan.org/%{name}/%{version}/%{name}-%{version}.tar.bz2
 Source99:       baselibs.conf
-Patch0:         libdvbpsi-gcc5-fixes.patch
-BuildRequires:  pkg-config
+BuildRequires:  pkgconfig
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
 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.
-
-* Program Map Table (PMT), decoder and generator.
-
-* All MPEG 2 descriptors, decoders and generators.
+MPEG TS and DVB PSI tables. Current features: * Program Association Table
+(PAT), decoder and generator.
 
-%package -n libdvbpsi%{soname}
+%package -n %{libname}
 Summary:        Library for Decoding and Generating MPEG TS and DVB PSI Tables
 Group:          System/Libraries
 
-%description -n libdvbpsi%{soname}
+%description -n %{libname}
 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.
-
-* Program Map Table (PMT), decoder and generator.
-* All MPEG 2 descriptors, decoders and generators.
+MPEG TS and DVB PSI tables. Current features: * Program Association Table
+(PAT), decoder and generator.
 
 %package devel
-Summary:        Library for Decoding and Generation of MPEG TS and DVB PSI 
Tables
+Summary:        Development headers and libraries for %{name}
 Group:          Development/Libraries/C and C++
-Requires:       libdvbpsi%{soname} = %{version}
+Requires:       %{libname} = %{version}
 
 %description devel
-libdvbpsi is a simple library designed for decoding and generation of
-MPEG TS and DVB PSI tables.
-
-Current features: * Program Association Table (PAT), decoder and
-   generator.
-
-* Program Map Table (PMT), decoder and generator.
-* All MPEG 2 descriptors, decoders and generators.
+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.
 
 %prep
 %setup -q
-%patch0
 
 %build
 %configure\
        --disable-static
-%{__make} %{?_smp_mflags}
+make %{?_smp_mflags}
 
 %install
-%makeinstall
-find %{buildroot}%{_libdir} -type f -name "*.la" -delete -print
-
-%clean
-%{__rm} -rf %{buildroot}
-
-%post -n libdvbpsi%{soname} -p /sbin/ldconfig
+%make_install
+find %{buildroot} -type f -name "*.la" -delete -print
 
-%postun -n libdvbpsi%{soname} -p /sbin/ldconfig
+%post -n %{libname} -p /sbin/ldconfig
+%postun -n %{libname} -p /sbin/ldconfig
 
-%files -n libdvbpsi%{soname}
+%files -n %{libname}
 %defattr (-, root, root)
-%{_libdir}/libdvbpsi.so.%{soname}
-%{_libdir}/libdvbpsi.so.%{soname}.*
+%{_libdir}/libdvbpsi.so.*
 
 %files devel
 %defattr (-, root, root)

++++++ libdvbpsi-1.3.0.tar.bz2 -> libdvbpsi-1.3.1.tar.bz2 ++++++
++++ 22230 lines of diff (skipped)


Reply via email to