Hello community, here is the log from the commit of package python-liblarch for openSUSE:Factory checked in at 2013-02-07 13:51:22 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-liblarch (Old) and /work/SRC/openSUSE:Factory/.python-liblarch.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-liblarch", Maintainer is "" Changes: -------- --- /work/SRC/openSUSE:Factory/python-liblarch/python-liblarch.changes 2013-01-03 19:40:28.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.python-liblarch.new/python-liblarch.changes 2013-02-07 13:51:24.000000000 +0100 @@ -1,0 +2,11 @@ +Sat Jan 26 13:52:53 UTC 2013 - [email protected] + +- Update to version 2.1.0: + + Removed completely the "transparency" property. + + Added a new object : viewcount + + The version number of liblarch will now be the API number + a + number. +- Added liblarch_gtk as a subpackage, it is no longer released as a + separate sourcepackage. + +------------------------------------------------------------------- Old: ---- liblarch-0.1.0.tar.gz New: ---- liblarch-2.1.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-liblarch.spec ++++++ --- /var/tmp/diff_new_pack.8Byu0l/_old 2013-02-07 13:51:25.000000000 +0100 +++ /var/tmp/diff_new_pack.8Byu0l/_new 2013-02-07 13:51:25.000000000 +0100 @@ -1,6 +1,7 @@ # -# spec file for package +# spec file for package python-liblarch # +# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2012 Dominique Leuenberger, Amsterdam, The Netherlands. # # All modifications and additions to the file contributed by third parties @@ -15,15 +16,16 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # + Name: python-liblarch %define _name liblarch -Version: 0.1.0 +Version: 2.1.0 Release: 0 -License: LGPL-3.0+ Summary: A python library to easily handle data structure -Url: https://live.gnome.org/liblarch +License: LGPL-3.0+ Group: Development/Languages/Python -Source: http://gtg.fritalk.com/publique/gtg.fritalk.com/liblarch/0.1/%{_name}-%{version}.tar.gz +Url: https://live.gnome.org/liblarch +Source: http://gtg.fritalk.com/publique/gtg.fritalk.com/liblarch/2.1.0/%{_name}-%{version}.tar.gz BuildRequires: python Requires: python-gobject2 BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -38,6 +40,20 @@ Liblarch is a python library built to easily handle data structure such are lists, trees and acyclic graphs (tree where nodes can have multiple parents) +%package -n python-liblarch_gtk +%define _name_gtk liblarch_gtk +Summary: GTK bindings for liblarch +Group: Development/Languages/Python +Requires: %{name} = %{version} +Requires: python-gobject2 +Requires: python-gtk + +%description -n python-liblarch_gtk +Liblarch is a python library built to easily handle data structure such are lists, trees and acyclic graphs +(tree where nodes can have multiple parents) + +This package provides GTK bindings for liblarch. + %prep %setup -q -n %{_name}-%{version} @@ -53,4 +69,9 @@ %{python_sitelib}/%{_name}-%{version}-*.egg-info %{python_sitelib}/%{_name}/ +%files -n python-liblarch_gtk +%defattr(-,root,root) +%doc README LICENSE +%{python_sitelib}/%{_name_gtk}/ + %changelog ++++++ liblarch-0.1.0.tar.gz -> liblarch-2.1.0.tar.gz ++++++ ++++ 2213 lines of diff (skipped) -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
