Hello community, here is the log from the commit of package istanbul checked in at Fri May 19 16:45:48 CEST 2006. -------- --- GNOME/istanbul/istanbul.changes 2006-04-10 07:10:43.000000000 +0200 +++ istanbul/istanbul.changes 2006-05-19 12:53:23.000000000 +0200 @@ -1,0 +2,7 @@ +Fri May 19 12:53:14 CEST 2006 - sbrabec@suse.cz + +- Byte-compile python code (#175614). +- Fixed gstreamer 0.10 patch (#175615). +- Require gstreamer010-plugins-bad (#175615#c3). + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ istanbul.spec ++++++ --- /var/tmp/diff_new_pack.kaAU8W/_old 2006-05-19 16:45:04.000000000 +0200 +++ /var/tmp/diff_new_pack.kaAU8W/_new 2006-05-19 16:45:04.000000000 +0200 @@ -13,13 +13,15 @@ Name: istanbul BuildRequires: gstreamer010-plugins-base-devel gstreamer010-plugins-good gtk2-devel intltool perl-XML-Parser python-devel python-gstreamer010 update-desktop-files Version: 0.1.1 -Release: 16 +Release: 24 License: GPL Group: Productivity/Other Autoreqprov: on Requires: python-gnome python-gnome-extras python-gstreamer010 # For theora codec: Requires: gstreamer010-plugins-base +# For ximagesrc: +Requires: gstreamer010-plugins-bad Summary: Istanbul desktop session recorder URL: http://live.gnome.org/Istanbul Source: %{name}-%{version}.tar.bz2 @@ -54,6 +56,9 @@ %install %suse_update_desktop_file istanbul Application Utility Applet make install DESTDIR=$RPM_BUILD_ROOT +for file in $RPM_BUILD_ROOT%{py_sitedir}/istanbul/{,*,*/*}/*.py ; do + python -c "import py_compile; py_compile.compile('$file', None, '${file#$RPM_BUILD_ROOT}', True);" +done %clean rm -rf $RPM_BUILD_ROOT @@ -68,6 +73,10 @@ %{_datadir}/pixmaps/istanbul.png %changelog -n istanbul +* Fri May 19 2006 - sbrabec@suse.cz +- Byte-compile python code (#175614). +- Fixed gstreamer 0.10 patch (#175615). +- Require gstreamer010-plugins-bad (#175615#c3). * Mon Apr 10 2006 - aj@suse.de - Fix Requires. - Reduce BuildRequires. ++++++ istanbul-gstreamer-0-10.patch ++++++ --- /var/tmp/diff_new_pack.kaAU8W/_old 2006-05-19 16:45:05.000000000 +0200 +++ /var/tmp/diff_new_pack.kaAU8W/_new 2006-05-19 16:45:05.000000000 +0200 @@ -176,6 +176,17 @@ dnl output stuff AC_OUTPUT( +--- istanbul/configure/config.py.in ++++ istanbul/configure/config.py.in +@@ -23,6 +23,8 @@ + 'gladedir': os.path.join('@DATADIR@', 'istanbul', 'glade'), + 'imagedir': os.path.join('@DATADIR@', 'istanbul', 'image'), + 'pythondir': os.path.join('@LIBDIR@', 'istanbul', 'python'), ++ 'localedir': os.path.join('@DATADIR@', 'locale'), ++ 'domain': 'istanbul', + 'version': '@VERSION@' + } + --- istanbul/main/main.py +++ istanbul/main/main.py @@ -17,6 +17,9 @@ ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun...
participants (1)
-
root@suse.de