Hello community,

here is the log from the commit of package libkate for openSUSE:Factory
checked in at Mon Sep 26 10:35:29 CEST 2011.



--------
--- libkate/libkate.changes     2011-09-16 14:49:52.000000000 +0200
+++ /mounts/work_src_done/STABLE/libkate/libkate.changes        2011-09-25 
08:13:25.000000000 +0200
@@ -1,0 +2,20 @@
+Sun Sep 25 06:13:06 UTC 2011 - [email protected]
+
+- fix rename of sub packages
+
+-------------------------------------------------------------------
+Fri Sep 23 12:48:05 UTC 2011 - [email protected]
+
+- Update to 0.4.1 and added download service.
+- Split liboggkate into it's own package and updated baselibs.conf.
+- Renamed katedj python-katedj in line with python naming policy.
+- Upstream changes since 0.3.8 :
+  *update bitstream and shared library versioning missed from 0.4.0
+  *timed and object metadata support
+  *fix various precision issues with large timestamps
+  *fix KateDJ editor with newer versions of wxPython
+  *katedec now tries to avoid escaping non ASCII glyphs
+  *misc error handling improvements/fixes
+  *misc build and documentation fixes
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


Old:
----
  libkate-0.3.8.tar.bz2

New:
----
  _service
  libkate-0.4.1.tar.gz

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

Other differences:
------------------
++++++ libkate.spec ++++++
--- /var/tmp/diff_new_pack.cbG70J/_old  2011-09-26 10:35:23.000000000 +0200
+++ /var/tmp/diff_new_pack.cbG70J/_new  2011-09-26 10:35:23.000000000 +0200
@@ -19,7 +19,7 @@
 
 
 Name:           libkate
-Version:        0.3.8
+Version:        0.4.1
 Release:        11
 
 # "Other uncritical OpenSource License" is no longer allowed in the License 
field.
@@ -28,7 +28,7 @@
 Summary:        A karaoke and text codec for embedding in Ogg
 Url:            http://libkate.googlecode.com
 Group:          Productivity/Multimedia/Other
-Source:         %{name}-%{version}.tar.bz2
+Source:         http://libkate.googlecode.com/files/%{name}-%{version}.tar.gz
 BuildRequires:  doxygen
 BuildRequires:  fdupes
 BuildRequires:  libogg-devel
@@ -36,10 +36,6 @@
 BuildRequires:  pkg-config
 BuildRequires:  python-base
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-%if %suse_version <= 1110
-%define python_sitelib %{py_sitedir}
-%define python_sitearch %{py_sitedir}
-%endif
 
 %description
 Kate is a codec for karaoke and text encapsulation for Ogg. Most of the
@@ -71,11 +67,30 @@
 purpose. Motions can be attached to various semantics, like position,
 color, etc, so scrolling or fading text can be defined.
 
+%package -n liboggkate1
+
+License:        BSD3c
+Summary:        A karaoke and text codec for embedding in Ogg
+Group:          System/Libraries
+
+%description -n liboggkate1
+Kate is a codec for karaoke and text encapsulation for Ogg. Most of the
+time, this would be multiplexed with audio/video to carry subtitles,
+song lyrics (with or without karaoke data), etc, but doesn't have to be.
+A possible use of a lone Kate stream would be an e-book. Moreover, the
+motion feature gives Kate a powerful means to describe arbitrary curves,
+so hand drawing of shapes can be achieved.
+
+This was originally meant for karaoke use, but can be used for any
+purpose. Motions can be attached to various semantics, like position,
+color, etc, so scrolling or fading text can be defined.
+
 %package devel
 License:        BSD3c
 Summary:        A karaoke and text codec for embedding in Ogg - Development 
Files
 Group:          Development/Libraries/C and C++
 Requires:       %{name}1 = %{version}
+Requires:       liboggkate1 = %{version}
 Requires:       libogg-devel
 Requires:       glibc-devel
 
@@ -93,12 +108,14 @@
 
 This package contains files for developers.
 
-%package tools
+%package -n kate-tools
 License:        BSD3c
 Summary:        A karaoke and text codec for embedding in Ogg
 Group:          Productivity/Multimedia/Other
+Provides:       libkate-tools = 0.4.1
+Obsoletes:      libkate-tools < 0.4
 
-%description tools
+%description -n kate-tools
 Kate is a codec for karaoke and text encapsulation for Ogg. Most of the
 time, this would be multiplexed with audio/video to carry subtitles,
 song lyrics (with or without karaoke data), etc, but doesn't have to be.
@@ -110,11 +127,13 @@
 purpose. Motions can be attached to various semantics, like position,
 color, etc, so scrolling or fading text can be defined.
 
-%package -n katedj
+%package -n python-katedj
 License:        BSD3c
 Summary:        Editor and remixer for Kate streams in Ogg
 Group:          Productivity/Multimedia/Other
-Requires:       %{name}-tools = %{version}
+Provides:       katedj = 0.4.1
+Obsoletes:      katedj < 0.4.1
+Requires:       kate-tools = %{version}
 Requires:       python-wxWidgets
 Requires:       %{_bindir}/oggz-merge
 Requires:       %{_bindir}/oggz-rip
@@ -124,7 +143,7 @@
 BuildArch:      noarch
 %endif
 
-%description -n katedj
+%description -n python-katedj
 KateDJ allows extracting Kate tracks embedded in an Ogg stream, editing
 them, and rebuilding the Ogg stream after the Kate tracks are modified.
 
@@ -153,8 +172,16 @@
 %files -n %{name}1
 %defattr(-, root, root)
 %doc AUTHORS COPYING ChangeLog README THANKS
-%{_libdir}/%{name}.so.*
-%{_libdir}/liboggkate.so.*
+%{_libdir}/%{name}.so.1*
+
+%post -n liboggkate1 -p /sbin/ldconfig
+
+%postun -n liboggkate1 -p /sbin/ldconfig
+
+%files -n liboggkate1
+%defattr(-, root, root)
+%doc AUTHORS COPYING ChangeLog README THANKS
+%{_libdir}/liboggkate.so.1*
 
 %files devel
 %defattr(-, root, root)
@@ -165,7 +192,7 @@
 %{_libdir}/pkgconfig/kate.pc
 %{_libdir}/pkgconfig/oggkate.pc
 
-%files tools
+%files -n kate-tools
 %defattr(-, root, root)
 %{_bindir}/katedec
 %{_bindir}/kateenc
@@ -174,7 +201,7 @@
 %{_mandir}/man1/katedec.1*
 %{_mandir}/man1/kateenc.1*
 
-%files -n katedj
+%files -n python-katedj
 %defattr(-, root, root)
 %{_bindir}/KateDJ
 %{_mandir}/man1/KateDJ.1*

++++++ _service ++++++
<services>
  <service name="download_files" mode="localonly"/>
</services>
++++++ baselibs.conf ++++++
--- /var/tmp/diff_new_pack.cbG70J/_old  2011-09-26 10:35:23.000000000 +0200
+++ /var/tmp/diff_new_pack.cbG70J/_new  2011-09-26 10:35:23.000000000 +0200
@@ -1 +1,3 @@
 libkate1
+liboggkate1
+


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



Remember to have fun...

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

Reply via email to