Hello community,

here is the log from the commit of package libdvbpsi for openSUSE:Factory 
checked in at 2013-01-24 15:35:13
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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      2013-01-02 
12:57:40.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.libdvbpsi.new/libdvbpsi.changes 2013-01-24 
15:35:49.000000000 +0100
@@ -2,24 +1,0 @@
-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-1.0.0.tar.bz2

New:
----
  libdvbpsi-0.2.2.tar.bz2

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

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

++++++ baselibs.conf ++++++
--- /var/tmp/diff_new_pack.ew9ttN/_old  2013-01-24 15:35:51.000000000 +0100
+++ /var/tmp/diff_new_pack.ew9ttN/_new  2013-01-24 15:35:51.000000000 +0100
@@ -1 +1 @@
-libdvbpsi8
+libdvbpsi7

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

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

Reply via email to