[gtksourceview3] 2.91.0

Matthias Clasen mclasen at fedoraproject.org
Thu Oct 7 03:44:36 UTC 2010


commit dd8c78f76265faede67fed2b094aefec1130f095
Author: Matthias Clasen <mclasen at redhat.com>
Date:   Wed Oct 6 23:43:21 2010 -0400

    2.91.0

 .gitignore          |    1 +
 gtksourceview3.spec |   16 +++++++---------
 sources             |    2 +-
 3 files changed, 9 insertions(+), 10 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index ae5ba6b..28a3c32 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 gtksourceview-2.90.4.tar.bz2
 /gtksourceview-2.90.4-git7701e36.tar.bz2
+/gtksourceview-2.91.0.tar.bz2
diff --git a/gtksourceview3.spec b/gtksourceview3.spec
index 9353149..7ee9cc1 100644
--- a/gtksourceview3.spec
+++ b/gtksourceview3.spec
@@ -1,19 +1,18 @@
 %define glib_version 2.25
-%define gtk_version 2.90
+%define gtk_version 2.91
 
 %define po_package gtksourceview-3.0
-%define alphatag git7701e36
 
 Summary: A library for viewing source files
 Name: gtksourceview3
-Version: 2.90.4
-Release: 5.%{alphatag}%{?dist}
+Version: 2.91.0
+Release: 1%{?dist}
 License: LGPLv2+ and GPLv2+
 # the library itself is LGPL, some .lang files are GPL
 Group: System Environment/Libraries
 URL: http://gtksourceview.sourceforge.net/
 #VCS: git:git://git.gnome.org/gtksourceview
-Source0: http://download.gnome.org/sources/gtksourceview/2.90/gtksourceview-%{version}-%{alphatag}.tar.bz2
+Source0: http://download.gnome.org/sources/gtksourceview/2.91/gtksourceview-%{version}-%{alphatag}.tar.bz2
 BuildRequires: libxml2-devel
 BuildRequires: glib2-devel >= %{glib_version}
 BuildRequires: gtk3-devel >= %{gtk_version}
@@ -21,9 +20,6 @@ BuildRequires: intltool >= 0.35
 BuildRequires: gettext
 BuildRequires: gobject-introspection-devel
 
-# Make it build with the released gobject-introspection
-Patch0: gtksourceview3-warn-all.patch
-
 %description
 GtkSourceView is a text widget that extends the standard GTK+
 GtkTextView widget. It improves GtkTextView by implementing
@@ -45,7 +41,6 @@ applications which use GtkSourceView 3.
 
 %prep
 %setup -q -n gtksourceview-%{version}
-%patch0 -p1 -b .warn-all
 
 %build
 %configure --disable-gtk-doc --disable-static
@@ -82,6 +77,9 @@ rm -f $RPM_BUILD_ROOT%{_datadir}/gtksourceview-3.0/language-specs/convert.py
 %{_datadir}/gir-1.0/GtkSource-3.0.gir
 
 %changelog
+* Wed Oct  6 2010 Matthias Clasen <mclasen at redhat.com> 2.91.0-1
+- Update to 2.91.0
+
 * Wed Sep 29 2010 jkeating - 2.90.4-5.git7701e36
 - Rebuilt for gcc bug 634757
 
diff --git a/sources b/sources
index 319e619..4a89d88 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-2aa6518cc58b2f6f77205c8fdce32740  gtksourceview-2.90.4-git7701e36.tar.bz2
+5653ab63d47ef25af5753fc9894033c0  gtksourceview-2.91.0.tar.bz2


More information about the scm-commits mailing list