[gedit-plugins] 3.7.1

Ignacio Casal Quinteiro nacho at fedoraproject.org
Sun Jan 27 13:41:44 UTC 2013


commit daed2b45bd3ab6ed9fc98d916eb2f17ab13c2496
Author: Ignacio Casal Quinteiro <ignacio.casal at nice-software.com>
Date:   Sun Jan 27 14:41:28 2013 +0100

    3.7.1

 .gitignore         |    1 +
 gedit-plugins.spec |   13 ++++++++++---
 sources            |    2 +-
 3 files changed, 12 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index b526e61..a48e2c9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -22,3 +22,4 @@ gedit-plugins-2.31.1.tar.bz2
 /gedit-plugins-3.5.2.tar.xz
 /gedit-plugins-3.6.0.tar.xz
 /gedit-plugins-3.6.1.tar.xz
+/gedit-plugins-3.7.1.tar.xz
diff --git a/gedit-plugins.spec b/gedit-plugins.spec
index ab5e2e7..c2c52b0 100644
--- a/gedit-plugins.spec
+++ b/gedit-plugins.spec
@@ -1,12 +1,14 @@
+%global __python %{__python3}
+
 Name:           gedit-plugins
-Version:        3.6.1
+Version:        3.7.1
 Release:        1%{?dist}
 Summary:        Plugins for gedit
 
 Group:          Applications/Editors
 License:        GPLv2+
 URL:            http://live.gnome.org/GeditPlugins
-Source0:        ftp://ftp.gnome.org/pub/gnome/sources/gedit-plugins/3.3/%{name}-%{version}.tar.xz
+Source0:        ftp://ftp.gnome.org/pub/gnome/sources/gedit-plugins/3.7/%{name}-%{version}.tar.xz
 
 BuildRequires:  gedit-devel
 BuildRequires:  gnome-doc-utils
@@ -14,13 +16,15 @@ BuildRequires:  perl(XML::Parser)
 BuildRequires:  gettext
 BuildRequires:  cairo-devel
 BuildRequires:  atk-devel
+BuildRequires:  python3-devel
 BuildRequires:  pygobject3-devel
+BuildRequires:  python3-gobject
 BuildRequires:  intltool
 BuildRequires:  libpeas-devel
 BuildRequires:  dbus-python-devel
 BuildRequires:  vte3-devel
 Requires:       gedit
-Requires:       pygobject3
+Requires:       python3-gobject >= %{pygo_version}
 # these are needed for gobject-introspection
 Requires:       vte3 >= 0.27.90-2.fc15
 Requires:       gucharmap >= 2.33.2-6.fc15
@@ -69,6 +73,9 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &>/dev/null || :
 
 
 %changelog
+* Sun Jan 27 2013 Ignacio Casal Quinteiro <icq at gnome.org> - 3.7.1-1
+- Update to 3.7.1
+
 * Tue Oct 16 2012 Ignacio Casal Quinteiro <icq at gnome.org> - 3.6.1-1
 - Update to 3.6.1
 
diff --git a/sources b/sources
index 047efef..3cc681b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-1aafef5cbe013f6babe3b8ffe06b053d  gedit-plugins-3.6.1.tar.xz
+4ba40a1eb4adef451d9f90c228700ba4  gedit-plugins-3.7.1.tar.xz


More information about the scm-commits mailing list