Hello community, here is the log from the commit of package pythoncad for openSUSE:Factory checked in at 2012-05-22 08:18:12 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/pythoncad (Old) and /work/SRC/openSUSE:Factory/.pythoncad.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "pythoncad", Maintainer is "[email protected]" Changes: -------- --- /work/SRC/openSUSE:Factory/pythoncad/pythoncad.changes 2011-09-23 12:43:32.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.pythoncad.new/pythoncad.changes 2012-05-22 08:18:14.000000000 +0200 @@ -1,0 +2,6 @@ +Mon May 21 11:39:08 UTC 2012 - [email protected] + +- Use BuildRequires: libgnutls-devel instead of gnutls-devel for + Factory in keeping with gnutls package naming changes. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ pythoncad.spec ++++++ --- /var/tmp/diff_new_pack.h5tbRH/_old 2012-05-22 08:18:16.000000000 +0200 +++ /var/tmp/diff_new_pack.h5tbRH/_new 2012-05-22 08:18:16.000000000 +0200 @@ -1,7 +1,7 @@ # -# spec file for package pythoncad (Version DS1_R36) +# spec file for package pythoncad # -# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. +# 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 @@ -15,16 +15,25 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # -# norootforbuild - Name: pythoncad -BuildRequires: gnutls-devel libglade2-devel libgnomeprintui-devel libgnomeui-devel libwnck-devel python-devel python-gtk-devel update-desktop-files +BuildRequires: libglade2-devel +BuildRequires: libgnomeprintui-devel +BuildRequires: libgnomeui-devel +BuildRequires: libwnck-devel +BuildRequires: python-devel +BuildRequires: python-gtk-devel +BuildRequires: update-desktop-files +%if 0%{?suse_version} > 1210 +BuildRequires: libgnutls-devel +%else +BuildRequires: gnutls-devel +%endif Summary: PythonCAD--CAD in Python License: GPL-2.0+ -Version: DS1_R36 -Release: 193 Group: Productivity/Graphics/CAD +Version: DS1_R36 +Release: 0 Source: http://www.pythoncad.org/releases/PythonCAD-DS1-R36.tar.bz2 Source1: pythoncad-rpmlintrc %define my_packname PythonCAD-DS1-R36 @@ -35,7 +44,8 @@ Requires: python-numeric Requires: python-xml %define pyver %(python -c 'import sys; print sys.version[:3]') -Requires: python >= %pyver, python < %pyver.99 +Requires: python < %pyver.99 +Requires: python >= %pyver BuildRoot: %{_tmppath}/%{name}-%{version}-build Url: http://www.pythoncad.org/ -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
