commit python-gtksourceview for openSUSE:Factory

2018-04-19 Thread root
Hello community,

here is the log from the commit of package python-gtksourceview for 
openSUSE:Factory checked in at 2018-04-19 15:29:16

Comparing /work/SRC/openSUSE:Factory/python-gtksourceview (Old)
 and  /work/SRC/openSUSE:Factory/.python-gtksourceview.new (New)


Package is "python-gtksourceview"

Thu Apr 19 15:29:16 2018 rev:29 rq:597158 version:2.10.1

Changes:

--- 
/work/SRC/openSUSE:Factory/python-gtksourceview/python-gtksourceview.changes
2018-03-11 15:24:58.411813148 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-gtksourceview.new/python-gtksourceview.changes
   2018-04-19 15:29:17.635533458 +0200
@@ -1,0 +2,5 @@
+Sat Mar 10 09:14:36 UTC 2018 - jeng...@inai.de
+
+- Update descriptions. Replace xargs by find's internal methods.
+
+---



Other differences:
--
++ python-gtksourceview.spec ++
--- /var/tmp/diff_new_pack.WIRnZo/_old  2018-04-19 15:29:18.287506772 +0200
+++ /var/tmp/diff_new_pack.WIRnZo/_new  2018-04-19 15:29:18.291506608 +0200
@@ -23,7 +23,7 @@
 Summary:Python bindings for the GTK+ source editing widget
 License:LGPL-2.0-only
 Group:  Development/Languages/Python
-URL:http://gtksourceview.sourceforge.net/
+Url:http://gtksourceview.sourceforge.net/
 Source: 
ftp://ftp.gnome.org/pub/GNOME/sources/%{_name}/2.2/%{_name}-%{version}.tar.bz2
 BuildRequires:  pkgconfig
 BuildRequires:  python-devel
@@ -42,7 +42,7 @@
 This package contains Python bindings for the library.
 
 %package devel
-Summary:Python bindings for the GTK+ source editing widget
+Summary:Development files for the GTK+ source editing widget Python 
bindings
 Group:  Development/Languages/Python
 Requires:   %{name} = %{version}
 Requires:   pkgconfig(gtksourceview-2.0)
@@ -66,7 +66,7 @@
 
 %install
 %make_install
-find %{buildroot} -name '*.la' -or -name '*.a' | xargs rm -v
+find %{buildroot} "(" -name "*.la" -or -name "*.a" ")" -print -delete
 
 %files
 %license COPYING




commit python-gtksourceview for openSUSE:Factory

2018-03-11 Thread root
Hello community,

here is the log from the commit of package python-gtksourceview for 
openSUSE:Factory checked in at 2018-03-11 15:24:55

Comparing /work/SRC/openSUSE:Factory/python-gtksourceview (Old)
 and  /work/SRC/openSUSE:Factory/.python-gtksourceview.new (New)


Package is "python-gtksourceview"

Sun Mar 11 15:24:55 2018 rev:28 rq:584814 version:2.10.1

Changes:

--- 
/work/SRC/openSUSE:Factory/python-gtksourceview/python-gtksourceview.changes
2016-08-12 15:42:47.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-gtksourceview.new/python-gtksourceview.changes
   2018-03-11 15:24:58.411813148 +0100
@@ -1,0 +2,5 @@
+Wed Feb 28 16:39:07 UTC 2018 - dims...@opensuse.org
+
+- Modernize spec-file by calling spec-cleaner
+
+---



Other differences:
--
++ python-gtksourceview.spec ++
--- /var/tmp/diff_new_pack.ZhTH9w/_old  2018-03-11 15:24:59.207784593 +0100
+++ /var/tmp/diff_new_pack.ZhTH9w/_new  2018-03-11 15:24:59.215784306 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-gtksourceview
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,23 +16,21 @@
 #
 
 
-Name:   python-gtksourceview
 %define _name pygtksourceview
-BuildRequires:  pkg-config
-BuildRequires:  python-devel
-BuildRequires:  python-gobject2-devel >= 2.8.0
-BuildRequires:  python-gtk-devel >= 2.8.0
-BuildRequires:  pkgconfig(gtksourceview-2.0)
-Url:http://gtksourceview.sourceforge.net/ 
+Name:   python-gtksourceview
 Version:2.10.1
 Release:0
 Summary:Python bindings for the GTK+ source editing widget
-License:LGPL-2.0
+License:LGPL-2.0-only
 Group:  Development/Languages/Python
+URL:http://gtksourceview.sourceforge.net/
 Source: 
ftp://ftp.gnome.org/pub/GNOME/sources/%{_name}/2.2/%{_name}-%{version}.tar.bz2
+BuildRequires:  pkgconfig
+BuildRequires:  python-devel
+BuildRequires:  python-gobject2-devel >= 2.8.0
+BuildRequires:  python-gtk-devel >= 2.8.0
+BuildRequires:  pkgconfig(gtksourceview-2.0)
 Requires:   python-gtk >= 2.8.0
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-%{py_requires}
 
 %description
 GtkSourceView is a text widget that extends GtkTextView, the standard
@@ -44,10 +42,10 @@
 This package contains Python bindings for the library.
 
 %package devel
-Requires:   %{name} = %{version}
-Requires:   pkgconfig(gtksourceview-2.0)
 Summary:Python bindings for the GTK+ source editing widget
 Group:  Development/Languages/Python
+Requires:   %{name} = %{version}
+Requires:   pkgconfig(gtksourceview-2.0)
 
 %description devel
 GtkSourceView is a text widget that extends GtkTextView, the standard
@@ -64,23 +62,19 @@
 %build
 %configure \
 --disable-docs
-make %{?jobs:-j%jobs}
+make %{?_smp_mflags}
 
 %install
-%makeinstall
-find $RPM_BUILD_ROOT -name '*.la' -or -name '*.a' | xargs rm -v
-
-%clean
-rm -rf $RPM_BUILD_ROOT
+%make_install
+find %{buildroot} -name '*.la' -or -name '*.a' | xargs rm -v
 
 %files
-%defattr (-, root, root)
-%doc AUTHORS COPYING ChangeLog NEWS README
+%license COPYING
+%doc AUTHORS ChangeLog NEWS README
 %{py_sitedir}/gtksourceview2.so
 %{_datadir}/pygtk/2.0/defs/gtksourceview2.defs
 
 %files devel
-%defattr(-, root, root)
 %{_libdir}/pkgconfig/*.pc
 
 %changelog




commit python-gtksourceview for openSUSE:Factory

2016-08-12 Thread h_root
Hello community,

here is the log from the commit of package python-gtksourceview for 
openSUSE:Factory checked in at 2016-08-12 15:42:45

Comparing /work/SRC/openSUSE:Factory/python-gtksourceview (Old)
 and  /work/SRC/openSUSE:Factory/.python-gtksourceview.new (New)


Package is "python-gtksourceview"

Changes:

--- 
/work/SRC/openSUSE:Factory/python-gtksourceview/python-gtksourceview.changes
2013-03-15 10:47:41.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-gtksourceview.new/python-gtksourceview.changes
   2016-08-12 15:42:47.0 +0200
@@ -1,0 +2,5 @@
+Tue Aug  9 09:00:48 UTC 2016 - dims...@opensuse.org
+
+- Unconditionally BuildRequire pkg-config.
+
+---



Other differences:
--
++ python-gtksourceview.spec ++
--- /var/tmp/diff_new_pack.AdR4wd/_old  2016-08-12 15:42:48.0 +0200
+++ /var/tmp/diff_new_pack.AdR4wd/_new  2016-08-12 15:42:48.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-gtksourceview
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,13 +18,11 @@
 
 Name:   python-gtksourceview
 %define _name pygtksourceview
+BuildRequires:  pkg-config
 BuildRequires:  python-devel
 BuildRequires:  python-gobject2-devel >= 2.8.0
 BuildRequires:  python-gtk-devel >= 2.8.0
 BuildRequires:  pkgconfig(gtksourceview-2.0)
-%if 0%{?opensuse_bs}
-BuildRequires:  pkg-config
-%endif
 Url:http://gtksourceview.sourceforge.net/ 
 Version:2.10.1
 Release:0




commit python-gtksourceview for openSUSE:Factory

2013-03-15 Thread h_root
Hello community,

here is the log from the commit of package python-gtksourceview for 
openSUSE:Factory checked in at 2013-03-15 10:47:40

Comparing /work/SRC/openSUSE:Factory/python-gtksourceview (Old)
 and  /work/SRC/openSUSE:Factory/.python-gtksourceview.new (New)


Package is python-gtksourceview, Maintainer is gnome-maintain...@suse.de

Changes:

--- 
/work/SRC/openSUSE:Factory/python-gtksourceview/python-gtksourceview.changes
2011-09-23 12:42:53.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-gtksourceview.new/python-gtksourceview.changes
   2013-03-15 10:47:41.0 +0100
@@ -1,0 +2,5 @@
+Fri Mar  1 12:46:38 UTC 2013 - dims...@opensuse.org
+
+- Spec-cleanup using format_spec_file service.
+
+---



Other differences:
--
++ python-gtksourceview.spec ++
--- /var/tmp/diff_new_pack.oXcSkZ/_old  2013-03-15 10:47:47.0 +0100
+++ /var/tmp/diff_new_pack.oXcSkZ/_new  2013-03-15 10:47:47.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-gtksourceview
 #
-# Copyright (c) 2011 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
@@ -15,24 +15,22 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   python-gtksourceview
 %define _name pygtksourceview
-BuildRequires:  pkgconfig(gtksourceview-2.0)
+BuildRequires:  python-devel
 BuildRequires:  python-gobject2-devel = 2.8.0
 BuildRequires:  python-gtk-devel = 2.8.0
-BuildRequires:  python-devel
+BuildRequires:  pkgconfig(gtksourceview-2.0)
 %if 0%{?opensuse_bs}
 BuildRequires:  pkg-config
 %endif
 Url:http://gtksourceview.sourceforge.net/ 
-License:LGPL-2.0
-Group:  Development/Languages/Python
 Version:2.10.1
-Release:7
+Release:0
 Summary:Python bindings for the GTK+ source editing widget
+License:LGPL-2.0
+Group:  Development/Languages/Python
 Source: 
ftp://ftp.gnome.org/pub/GNOME/sources/%{_name}/2.2/%{_name}-%{version}.tar.bz2
 Requires:   python-gtk = 2.8.0
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -48,11 +46,10 @@
 This package contains Python bindings for the library.
 
 %package devel
-License:LGPL-2.0
-Group:  Development/Languages/Python
 Requires:   %{name} = %{version}
 Requires:   pkgconfig(gtksourceview-2.0)
 Summary:Python bindings for the GTK+ source editing widget
+Group:  Development/Languages/Python
 
 %description devel
 GtkSourceView is a text widget that extends GtkTextView, the standard

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit python-gtksourceview for openSUSE:Factory

2011-12-06 Thread h_root
Hello community,

here is the log from the commit of package python-gtksourceview for 
openSUSE:Factory checked in at 2011-12-06 18:55:56

Comparing /work/SRC/openSUSE:Factory/python-gtksourceview (Old)
 and  /work/SRC/openSUSE:Factory/.python-gtksourceview.new (New)


Package is python-gtksourceview, Maintainer is gnome-maintain...@suse.de

Changes:




Other differences:
--
++ python-gtksourceview.spec ++
--- /var/tmp/diff_new_pack.ZdWowS/_old  2011-12-06 19:29:15.0 +0100
+++ /var/tmp/diff_new_pack.ZdWowS/_new  2011-12-06 19:29:15.0 +0100
@@ -28,7 +28,7 @@
 BuildRequires:  pkg-config
 %endif
 Url:http://gtksourceview.sourceforge.net/ 
-License:LGPLv2.0
+License:LGPL-2.0
 Group:  Development/Languages/Python
 Version:2.10.1
 Release:7
@@ -48,7 +48,7 @@
 This package contains Python bindings for the library.
 
 %package devel
-License:LGPLv2.0
+License:LGPL-2.0
 Group:  Development/Languages/Python
 Requires:   %{name} = %{version}
 Requires:   pkgconfig(gtksourceview-2.0)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit python-gtksourceview for openSUSE:Factory

2011-05-02 Thread h_root

Hello community,

here is the log from the commit of package python-gtksourceview for 
openSUSE:Factory
checked in at Mon May 2 13:21:55 CEST 2011.




--- GNOME/python-gtksourceview/python-gtksourceview.changes 2011-02-13 
17:33:05.0 +0100
+++ 
/mounts/work_src_done/STABLE/python-gtksourceview/python-gtksourceview.changes  
2011-04-11 10:57:35.0 +0200
@@ -1,0 +2,6 @@
+Mon Apr 11 08:56:10 UTC 2011 - fcro...@novell.com
+
+- Update Requires/BuildRequires to use
+  pkgconfig(gtksourceview-2.0) instead of gtksourceview-devel.
+
+---

calling whatdependson for head-i586




Other differences:
--
++ python-gtksourceview.spec ++
--- /var/tmp/diff_new_pack.oMzJFU/_old  2011-05-02 13:20:49.0 +0200
+++ /var/tmp/diff_new_pack.oMzJFU/_new  2011-05-02 13:20:49.0 +0200
@@ -20,7 +20,7 @@
 
 Name:   python-gtksourceview
 %define _name pygtksourceview
-BuildRequires:  gtksourceview-devel = 2.2.0
+BuildRequires:  pkgconfig(gtksourceview-2.0)
 BuildRequires:  python-gobject2-devel = 2.8.0
 BuildRequires:  python-gtk-devel = 2.8.0
 BuildRequires:  python-devel
@@ -31,7 +31,7 @@
 License:LGPLv2.0
 Group:  Development/Languages/Python
 Version:2.10.1
-Release:2
+Release:7
 Summary:Python bindings for the GTK+ source editing widget
 Source: 
ftp://ftp.gnome.org/pub/GNOME/sources/%{_name}/2.2/%{_name}-%{version}.tar.bz2
 Requires:   python-gtk = 2.8.0
@@ -51,7 +51,7 @@
 License:LGPLv2.0
 Group:  Development/Languages/Python
 Requires:   %{name} = %{version}
-Requires:   gtksourceview-devel
+Requires:   pkgconfig(gtksourceview-2.0)
 Summary:Python bindings for the GTK+ source editing widget
 
 %description devel






Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org