Hello community,

here is the log from the commit of package transmageddon for openSUSE:Factory 
checked in at 2012-10-10 09:34:20
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/transmageddon (Old)
 and      /work/SRC/openSUSE:Factory/.transmageddon.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "transmageddon", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/transmageddon/transmageddon.changes      
2012-06-06 16:10:19.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.transmageddon.new/transmageddon.changes 
2012-10-10 09:34:28.000000000 +0200
@@ -1,0 +2,27 @@
+Mon Oct  1 19:05:50 UTC 2012 - [email protected]
+
+- Update to version 0.24:
+  + Switched to Python 3.
+  + Improved handling of missing codecs.
+- Changes from version 0.23:
+  + Switched to GTK3.
+  + Switched to GStreamer 1.0.
+  + Added notifications once file is finished.
+  + Re-enabled support for multipass encoding.
+- Add gobect-introspecton BuildRequires: needed so we can parse
+  the source code and produce typelib()-Requires.
+- Add python3 BuildRequires and Requires. Note: python
+  BuildRequires is still needed, as py-compile references python
+  (without suffix).
+- Drop python-gobject2, python-gtk, python-gstreamer-0_10 and
+  python-xml Requires: they are incorrect as transmageddon has been
+  ported to use the dynamic gi-bindins.
+- Move suse_update_desktop_file call to install, where it belongs.
+- Remove outdated openSUSE version conditions (<= 11.3).
+- Replace GStramer 0.10 Requires/Recommends with GStreamer 1.0:
+  + 0.10: gstreamer-0_10-plugins-base, gstreamer-0_10-plugins-bad,
+    gstreamer-0_10-plugins-good
+  + 1.0: gstreamer-0_10-plugins-base, gstreamer-plugins-bad,
+    gstreamer-plugins-bad.
+
+-------------------------------------------------------------------

Old:
----
  transmageddon-0.21.tar.xz

New:
----
  transmageddon-0.24.tar.xz

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

Other differences:
------------------
++++++ transmageddon.spec ++++++
--- /var/tmp/diff_new_pack.KSvtSo/_old  2012-10-10 09:34:29.000000000 +0200
+++ /var/tmp/diff_new_pack.KSvtSo/_new  2012-10-10 09:34:29.000000000 +0200
@@ -18,27 +18,27 @@
 
 
 Name:           transmageddon
-Version:        0.21
+Version:        0.24
 Release:        0
 Summary:        A Video Transcoder
 License:        LGPL-2.1+
 Group:          Productivity/Multimedia/Video/Editors and Convertors
 Source:         http://www.linuxrising.org/files/%{name}-%{version}.tar.xz
 BuildRequires:  fdupes
+# Needed to create typelib() Requires.
+BuildRequires:  gobject-introspection
 BuildRequires:  intltool
+# python is needed for the build (py-compile)
 BuildRequires:  python
+BuildRequires:  python3
 BuildRequires:  translation-update-upstream
 BuildRequires:  update-desktop-files
-Requires:       gstreamer-0_10-plugins-base >= 0.10.36
-Requires:       python-gobject2
-Requires:       python-gstreamer-0_10 >= 0.10.22
-Requires:       python-gtk >= 2.24.0
-Requires:       python-xml
-Recommends:     gstreamer-0_10-plugins-bad
-Recommends:     gstreamer-0_10-plugins-good
+Requires:       gstreamer-plugins-base >= 0.11.0
+Requires:       python3
+Recommends:     gstreamer-plugins-bad
+Recommends:     gstreamer-plugins-good
 Recommends:     %{name}-lang
 BuildArch:      noarch
-%py_requires
 
 %description
 Transmageddon is a video transcoder for Linux and Unix systems
@@ -57,24 +57,18 @@
 %build
 %configure
 %__make %{?_smp_mflags}
-%suse_update_desktop_file %{name} AudioVideoEditing
 
 %install
 %makeinstall
 %fdupes %{buildroot}%{_datadir}
+%suse_update_desktop_file %{name} AudioVideoEditing
 %find_lang %{name} %{?no_lang_C}
 
-%if 0%{?suse_version} > 1130
-
 %post
 %desktop_database_post
-%endif
-
-%if 0%{?suse_version} > 1130
 
 %postun
 %desktop_database_postun
-%endif
 
 %files
 %defattr(-, root, root)

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

Reply via email to