Hello community, here is the log from the commit of package libpeas for openSUSE:Factory checked in at 2013-04-03 12:57:40 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libpeas (Old) and /work/SRC/openSUSE:Factory/.libpeas.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libpeas", Maintainer is "" Changes: -------- --- /work/SRC/openSUSE:Factory/libpeas/libpeas.changes 2012-12-07 14:40:57.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.libpeas.new/libpeas.changes 2013-04-03 12:57:41.000000000 +0200 @@ -1,0 +2,21 @@ +Tue Mar 26 10:37:01 UTC 2013 - [email protected] + +- Update to version 1.8.0: + + Misc bugfixes. + + Updated translations. + +------------------------------------------------------------------- +Fri Mar 15 19:08:42 CET 2013 - [email protected] + +- Added support for translation-update-upstream. + +------------------------------------------------------------------- +Wed Jan 9 17:30:06 UTC 2013 - [email protected] + +- Update to version 1.7.0: + + Add python3 loader. + + Updated translations. +- Add python3-devel BuildRequires to also build the python3 loader. +- Create loader-python3 subpackage. + +------------------------------------------------------------------- Old: ---- libpeas-1.6.2.tar.xz New: ---- libpeas-1.8.0.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libpeas.spec ++++++ --- /var/tmp/diff_new_pack.k3p4Y8/_old 2013-04-03 12:57:44.000000000 +0200 +++ /var/tmp/diff_new_pack.k3p4Y8/_new 2013-04-03 12:57:44.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package libpeas # -# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,16 +17,18 @@ Name: libpeas -Version: 1.6.2 +Version: 1.8.0 Release: 0 Summary: GObject-based Plugin Engine License: LGPL-2.1+ Group: System/Libraries Url: http://live.gnome.org/Libpeas -Source: http://download.gnome.org/sources/libpeas/1.6/%{name}-%{version}.tar.xz +Source: http://download.gnome.org/sources/libpeas/1.8/%{name}-%{version}.tar.xz BuildRequires: intltool BuildRequires: libseed-gtk3-devel -BuildRequires: python-devel +BuildRequires: python-devel >= 2.5.2 +BuildRequires: python3-devel >= 3.2.0 +BuildRequires: translation-update-upstream BuildRequires: pkgconfig(gio-2.0) >= 2.31.2 BuildRequires: pkgconfig(gjs-internals-1.0) >= 1.31.11 BuildRequires: pkgconfig(gladeui-2.0) @@ -107,6 +109,17 @@ This package contains the python loader. +%package loader-python3 +Summary: GObject-based Plugin Engine - Python3 runtime loader +Group: System/Libraries +Supplements: packageand(libpeas-1_0-0:python3) + +%description loader-python3 +libpeas is a gobject-based plugin engine, and is targetted at giving +every application the chance to assume its own extensibility. + +This package contains the python3 loader. + %package loader-seed Summary: GObject-based Plugin Engine - Seed runtime loader Group: System/Libraries @@ -155,6 +168,7 @@ %lang_package %prep %setup -q +translation-update-upstream %build %configure \ @@ -207,6 +221,10 @@ %defattr(-, root, root) %{_libdir}/libpeas-1.0/loaders/libpythonloader.so +%files loader-python3 +%defattr(-,root,root) +%{_libdir}/libpeas-1.0/loaders/libpython3loader.so + %files loader-seed %defattr(-, root, root) %{_libdir}/libpeas-1.0/loaders/libseedloader.so ++++++ libpeas-1.6.2.tar.xz -> libpeas-1.8.0.tar.xz ++++++ ++++ 21429 lines of diff (skipped) -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
