Hello community, here is the log from the commit of package gaupol for openSUSE:Factory checked in at 2012-03-08 19:42:48 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/gaupol (Old) and /work/SRC/openSUSE:Factory/.gaupol.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gaupol", Maintainer is "" Changes: -------- --- /work/SRC/openSUSE:Factory/gaupol/gaupol.changes 2012-02-02 17:57:13.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.gaupol.new/gaupol.changes 2012-03-08 19:42:50.000000000 +0100 @@ -1,0 +2,5 @@ +Sun Feb 26 15:49:47 UTC 2012 - [email protected] + +- Add ifelse to python-pyenchant (new name for > 12.1) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gaupol.spec ++++++ --- /var/tmp/diff_new_pack.2vEwtL/_old 2012-03-08 19:42:51.000000000 +0100 +++ /var/tmp/diff_new_pack.2vEwtL/_new 2012-03-08 19:42:51.000000000 +0100 @@ -1,10 +1,17 @@ # # spec file for package gaupol # -# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. -# This file and all modifications and additions to this -# package are under the same license as the package itself. +# Copyright (c) 2012 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 +# upon. The license for this file, and modifications and additions to the +# file, is the same license as for the pristine package itself (unless the +# license for the pristine package is not an Open Source License, in which +# case the license is the MIT License). An "Open Source License" is a +# license that conforms to the Open Source Definition (Version 1.9) +# published by the Open Source Initiative. + # Please submit bugfixes or comments via http://bugs.opensuse.org/ # @@ -12,22 +19,30 @@ Name: gaupol Version: 0.19.2 Release: 0 -License: GPL-3.0+ Summary: GTK Subtitle editor -Url: http://home.gna.org/gaupol/ +License: GPL-3.0+ Group: Productivity/Multimedia/Video/Editors and Convertors +Url: http://home.gna.org/gaupol/ Source0: %{name}-%{version}.tar.gz # PATCH-FIX-OPENSUSE gaupol-0.17.1-desktop.patch [email protected] -- add desktop category Patch0: %{name}-0.17.1-desktop.patch BuildRequires: fdupes BuildRequires: intltool BuildRequires: python-devel +%if 0%{?suse_version} <= 1210 BuildRequires: python-enchant >= 1.4.0 +%else +BuildRequires: python-pyenchant +%endif BuildRequires: python-gtk >= 2.16 BuildRequires: python-xml BuildRequires: update-desktop-files Requires: python-aeidon +%if 0%{?suse_version} <= 1210 Requires: python-enchant >= 1.4.0 +%else +Requires: python-pyenchant +%endif Requires: python-gtk >= 2.16 BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildArch: noarch -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
