Mailinglist Archive: opensuse-commit (762 mails)
| < Previous | Next > |
commit python-gtk for openSUSE:Factory
- From: root@xxxxxxxxxxxxxxx (h_root)
- Date: Mon, 09 Aug 2010 02:10:24 +0200
- Message-id: <20100809001024.6D79B20236@xxxxxxxxxxxxxxx>
Hello community,
here is the log from the commit of package python-gtk for openSUSE:Factory
checked in at Mon Aug 9 02:10:24 CEST 2010.
--------
--- GNOME/python-gtk/python-gtk.changes 2010-04-08 16:36:16.000000000 +0200
+++ /mounts/work_src_done/STABLE/python-gtk/python-gtk.changes 2010-08-08
18:57:28.000000000 +0200
@@ -1,0 +2,26 @@
+Sun Aug 8 18:54:07 CEST 2010 - vuntz@xxxxxxxxxxxx
+
+- Only have a python-gobject2-doc BuildRequires on openSUSE 11.3
+ and earlier: starting with 11.4, this package is merged in
+ python-gobject2-devel.
+
+-------------------------------------------------------------------
+Sun Aug 8 14:27:13 CEST 2010 - vuntz@xxxxxxxxxxxx
+
+- Update to version 2.21.0:
+ + Bump version number so next stable release will be aligned with
+ the final gtk+-2.0 release (gtk+-2.22)
+ + Wrap new API added in GTK/GDK 2.21/2.22
+ + Wrap new API added in GTK/GDK 2.20
+ + Add forgotten API from GTK/GDK 2.12/14/16/18/20
+- Drop python-gtk-fix-pkg-config.patch: fixed upstream.
+- Move /usr/share/pygobject/ and files belonging to the demo
+ application to devel subpackage.
+
+-------------------------------------------------------------------
+Sat Aug 7 12:36:27 CEST 2010 - vuntz@xxxxxxxxxxxx
+
+- Add python-gtk-fix-pkg-config.patch to add missing gtk+-2.0 in
+ pkg-config file. Taken from upstream.
+
+-------------------------------------------------------------------
calling whatdependson for head-i586
Old:
----
pygtk-2.17.0.tar.bz2
New:
----
pygtk-2.21.0.tar.bz2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-gtk.spec ++++++
--- /var/tmp/diff_new_pack.hDC4YX/_old 2010-08-09 02:10:05.000000000 +0200
+++ /var/tmp/diff_new_pack.hDC4YX/_new 2010-08-09 02:10:05.000000000 +0200
@@ -1,5 +1,5 @@
#
-# spec file for package python-gtk (Version 2.17.0)
+# spec file for package python-gtk (Version 2.21.0)
#
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@@ -21,7 +21,7 @@
Name: python-gtk
%define _name pygtk
BuildRequires: fdupes libglade2-devel python-cairo-devel python-devel
python-gobject2-devel
-%if %suse_version > 1020 || 0%{?opensuse_bs}
+%if %suse_version <= 1130
BuildRequires: python-gobject2-doc
%endif
BuildRequires: python-numpy-devel
@@ -30,8 +30,8 @@
BuildRequires: gtk-doc
Url: http://www.pygtk.org/
Summary: Python bindings for the GTK+ widget set
-Version: 2.17.0
-Release: 2
+Version: 2.21.0
+Release: 1
License: LGPLv2.1+
Group: Development/Libraries/Python
Source: %{_name}-%{version}.tar.bz2
@@ -84,9 +84,8 @@
%makeinstall
find $RPM_BUILD_ROOT -name '*.la' -or -name '*.a' | xargs rm -v
rm examples/Makefile*
-mkdir -p $RPM_BUILD_ROOT%{_docdir}/%{name}
-cp -a AUTHORS NEWS README MAPPING ChangeLog THREADS COPYING examples
$RPM_BUILD_ROOT%{_docdir}/%{name}
-#chmod +x $RPM_BUILD_ROOT%{_libdir}/pygtk/2.0/{,*/}*.py
$RPM_BUILD_ROOT%{_datadir}/pygtk/2.0/*/*.py
+# demo is already in devel package
+rm -rf examples/pygtk-demo
chmod +x $RPM_BUILD_ROOT%{_libdir}/pygtk/2.0/{,*/}*.py
%fdupes $RPM_BUILD_ROOT%{_libdir}
%fdupes $RPM_BUILD_ROOT%{_datadir}
@@ -96,19 +95,31 @@
%files
%defattr(-,root,root)
-%doc %dir %{_docdir}/%{name}
-%doc %{_docdir}/%{name}/[ACMNRT]*
-%{py_sitedir}/gtk-2.0/*
-%{_datadir}/%{_name}
-%{_libdir}/%{_name}
+%doc AUTHORS NEWS README MAPPING ChangeLog THREADS COPYING examples
+%{py_sitedir}/gtk-2.0/gtk/
+%{py_sitedir}/gtk-2.0/atk.so
+%{py_sitedir}/gtk-2.0/gtkunixprint.so
+%{py_sitedir}/gtk-2.0/pango*.so
%files devel
%defattr(-,root,root)
-%doc %{_docdir}/%{name}/examples
+%{_includedir}/%{_name}-2.0/%{_name}/
+%{_libdir}/pkgconfig/*.pc
+## codegen
%{_bindir}/%{_name}-codegen-2.0
+# we explicitly list the directories here to be sure we don't include something
+# that should live in the main package
+%dir %{_datadir}/%{_name}
+%dir %{_datadir}/%{_name}/2.0
+%{_datadir}/%{_name}/2.0/defs/
+## demo
%{_bindir}/%{_name}-demo
-%{_includedir}/%{_name}-2.0/%{_name}
-%{_libdir}/pkgconfig/*.pc
+# we explicitly list the directories here to be sure we don't include something
+# that should live in the main package
+%dir %{_libdir}/%{_name}
+%dir %{_libdir}/%{_name}/2.0
+%{_libdir}/%{_name}/2.0/demos/
+%{_libdir}/%{_name}/2.0/pygtk-demo.py*
%files doc
%defattr(-,root,root)
++++++ pygtk-2.17.0.tar.bz2 -> pygtk-2.21.0.tar.bz2 ++++++
++++ 19462 lines of diff (skipped)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
--
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx
| < Previous | Next > |