Hello community,

here is the log from the commit of package libdvbpsi for openSUSE:Factory 
checked in at 2013-01-02 12:57:38
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libdvbpsi (Old)
 and      /work/SRC/openSUSE:Factory/.libdvbpsi.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libdvbpsi", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/libdvbpsi/libdvbpsi.changes      2011-11-07 
14:19:01.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.libdvbpsi.new/libdvbpsi.changes 2013-01-02 
12:57:40.000000000 +0100
@@ -1,0 +2,24 @@
+Sat Dec 29 16:16:25 UTC 2012 - [email protected]
+
+- Update to 1.0.0 version:
+       * new example application dvbinfo: use 'dvbinfo -h' for more 
information on commandline options
+       * misc examples: fixes to gen_pat, gen_pmt
+       * updated documentation (new api howto)
+       * add log callback (remove fprintf's)
+       * make API more consistent, see doxygen "howto-new-api" section for 
converting your code:
+               - introduces dvbpsi_t typedef
+               - removed dvbpsi_handle
+               - changed argument order
+               - changed table functions prototypes
+       * EIT table generation, and decoding fixes
+       * RST table decoding and generation
+       * new descriptor 0x40, 0x41, 0x49, 0x4a, 0x4b, 0x4f, 0x50 and 0x7c 
(decoder and generators)
+       * descriptor 0x03: added variable_rate_audio_indicator
+       * new descriptor (ATSC): 0x13, 0x14, 0x62, 0x66, 0x73, 0x83 decoders
+       * ATSC tables EIT, ETT, MGT, STT and VCT decoders
+- Some improvements:
+  * Use soname tag to simplify furthers updates
+  * Replace libdvbpsi with %name
+  * Remove INSTALL doc from documentation of the package
+
+-------------------------------------------------------------------

Old:
----
  libdvbpsi-0.2.2.tar.bz2

New:
----
  libdvbpsi-1.0.0.tar.bz2

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

Other differences:
------------------
++++++ libdvbpsi.spec ++++++
--- /var/tmp/diff_new_pack.Vu6Pno/_old  2013-01-02 12:57:41.000000000 +0100
+++ /var/tmp/diff_new_pack.Vu6Pno/_new  2013-01-02 12:57:41.000000000 +0100
@@ -15,11 +15,11 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-
+%define _soname 8
 
 Name:           libdvbpsi
-Version:        0.2.2
-Release:        1
+Version:        1.0.0
+Release:        0
 License:        LGPL-2.1+
 Summary:        Library for Decoding and Generating MPEG TS and DVB PSI Tables
 Url:            http://www.videolan.org/developers/libdvbpsi.html
@@ -37,12 +37,12 @@
 
 * All MPEG 2 descriptors, decoders and generators.
 
-%package -n libdvbpsi7
+%package -n %{name}%{_soname}
 License:        LGPL-2.1+
 Summary:        Library for Decoding and Generating MPEG TS and DVB PSI Tables
 Group:          System/Libraries
 
-%description -n libdvbpsi7
+%description -n %{name}%{_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.
@@ -54,7 +54,7 @@
 License:        LGPL-2.1+
 Summary:        Library for Decoding and Generation of MPEG TS and DVB PSI 
Tables
 Group:          Development/Libraries/C and C++
-Requires:       libdvbpsi7 = %{version}
+Requires:       %{name}%{_soname} = %{version}
 
 %description devel
 libdvbpsi is a simple library designed for decoding and generation of
@@ -78,23 +78,20 @@
 %makeinstall
 find %{buildroot}%{_libdir} -type f -name "*.la" -delete -print
 
-%clean
-%{__rm} -rf %{buildroot}
-
-%post -n libdvbpsi7 -p /sbin/ldconfig
+%post -n %{name}%{_soname} -p /sbin/ldconfig
 
-%postun -n libdvbpsi7 -p /sbin/ldconfig
+%postun -n %{name}%{_soname} -p /sbin/ldconfig
 
-%files -n libdvbpsi7
+%files -n %{name}%{_soname}
 %defattr (-, root, root)
-%{_libdir}/libdvbpsi.so.7
-%{_libdir}/libdvbpsi.so.7.*
+%{_libdir}/%{name}.so.%{_soname}
+%{_libdir}/%{name}.so.%{_soname}.*
 
 %files devel
 %defattr (-, root, root)
-%doc AUTHORS COPYING ChangeLog INSTALL NEWS README
-%{_libdir}/libdvbpsi.so
+%doc AUTHORS COPYING ChangeLog NEWS README
+%{_libdir}/%{name}.so
 %{_includedir}/dvbpsi
-%{_libdir}/pkgconfig/libdvbpsi.pc
+%{_libdir}/pkgconfig/%{name}.pc
 
 %changelog

++++++ baselibs.conf ++++++
--- /var/tmp/diff_new_pack.Vu6Pno/_old  2013-01-02 12:57:41.000000000 +0100
+++ /var/tmp/diff_new_pack.Vu6Pno/_new  2013-01-02 12:57:41.000000000 +0100
@@ -1 +1 @@
-libdvbpsi7
+libdvbpsi8

++++++ libdvbpsi-0.2.2.tar.bz2 -> libdvbpsi-1.0.0.tar.bz2 ++++++
++++ 60487 lines of diff (skipped)

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

Reply via email to