Hello community,

here is the log from the commit of package gtksourceview for openSUSE:Factory 
checked in at 2012-01-17 11:33:20
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gtksourceview (Old)
 and      /work/SRC/openSUSE:Factory/.gtksourceview.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gtksourceview", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/gtksourceview/gtksourceview.changes      
2011-10-18 14:15:03.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.gtksourceview.new/gtksourceview.changes 
2012-01-17 16:08:56.000000000 +0100
@@ -1,0 +2,36 @@
+Sun Jan  8 16:06:57 UTC 2012 - [email protected]
+
+- Update to version 3.3.2:
+  + Introduce gtk_source_language_get_style_fallback.
+  + Refactoring and cleanup.
+  + Misc bugfixes.
+  + Updated translations.
+ 
+-------------------------------------------------------------------
+Tue Dec 20 23:06:52 UTC 2011 - [email protected]
+
+- Update to version 3.3.1:
+  + Change IgeMacIntegration to GtkOSXApplication
+  + Allow for multiple GDK backends
+  + Sort schemes alphabetically
+  + Sort the languages alphabetically
+  + Misc bugfixes
+  + Updated translations.
+- Add xz BuildRequires because we can't build a package for a
+  xz-compressed tarball without explicitly specifying that... See
+  bnc#697467 for more details.
+
+-------------------------------------------------------------------
+Thu Dec  8 22:38:40 UTC 2011 - [email protected]
+
+- Split typelib file into typelib-1_0-GtkSource-3_0 subpackage.
+- Add typelib-1_0-GtkSource-3_0 Requires to devel subpackage.
+
+-------------------------------------------------------------------
+Tue Nov 15 10:06:44 UTC 2011 - [email protected]
+
+- Update to version 3.2.3:
+  + Misc bugfixes.
+  + Updated translations.
+
+-------------------------------------------------------------------

Old:
----
  gtksourceview-3.2.2.tar.bz2

New:
----
  gtksourceview-3.3.2.tar.xz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ gtksourceview.spec ++++++
--- /var/tmp/diff_new_pack.kx58Cs/_old  2012-01-17 16:09:00.000000000 +0100
+++ /var/tmp/diff_new_pack.kx58Cs/_new  2012-01-17 16:09:00.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gtksourceview
 #
-# Copyright (c) 2011 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,21 +15,21 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-
-
 Name:           gtksourceview
-Version:        3.2.2
-Release:        1
-License:        GPLv2+
+Version:        3.3.2
+Release:        0
 Summary:        GTK+ Source Editing Widget
-Url:            http://www.gnome.org/
+License:        GPL-2.0+
 Group:          System/GUI/GNOME
-Source:         
http://download.gnome.org/sources/gtksourceview/3.2/%{name}-%{version}.tar.bz2
+Url:            http://www.gnome.org/
+Source:         
http://download.gnome.org/sources/gtksourceview/3.3/%{name}-%{version}.tar.xz
 BuildRequires:  fdupes
 BuildRequires:  gobject-introspection-devel
 BuildRequires:  intltool
 BuildRequires:  libxml2-devel
 BuildRequires:  translation-update-upstream
+# Only needed because we don't (and won't) support building xz tarballs by 
default... See bnc#697467
+BuildRequires:  xz
 BuildRequires:  pkgconfig(gladeui-2.0)
 BuildRequires:  pkgconfig(gtk+-3.0)
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
@@ -42,7 +42,6 @@
 features typical of a source editor.
 
 %package -n libgtksourceview-3_0-0
-License:        GPLv2+
 Summary:        GTK+ Source Editing Widget
 Group:          System/GUI/GNOME
 Recommends:     %{name}-lang = %{version}
@@ -56,8 +55,21 @@
 It improves GtkTextView by implementing syntax highlighting and other
 features typical of a source editor.
 
+%package -n typelib-1_0-GtkSource-3_0
+Summary:        GTK+ Source Editing Widget -- Introspection bindings
+Group:          System/Libraries
+
+%description -n typelib-1_0-GtkSource-3_0
+GtkSourceView is a text widget that extends GtkTextView, the standard
+GTK+ text widget.
+
+It improves GtkTextView by implementing syntax highlighting and other
+features typical of a source editor.
+
+This package provides the GObject Introspection bindings for
+GtkSourceView.
+
 %package -n glade-catalog-gtksourceview
-License:        GPLv2+
 Summary:        GTK+ Source Editing Widget -- Catalog for Glade
 Group:          Development/Tools/GUI Builders
 Requires:       libgtksourceview-3_0-0 = %{version}
@@ -75,10 +87,10 @@
 GtkSourceView widget in Glade.
 
 %package devel
-License:        GPLv2+
 Summary:        GTK+ Source Editing Widget
 Group:          System/GUI/GNOME
 Requires:       gtksourceview = %{version}
+Requires:       typelib-1_0-GtkSource-3_0 = %{version}
 Obsoletes:      gtksourceview-doc <= 2.5.4
 Provides:       gtksourceview-doc = 2.5.4
 
@@ -117,9 +129,12 @@
 %defattr(-, root, root)
 %doc AUTHORS COPYING ChangeLog MAINTAINERS NEWS README
 %{_libdir}/libgtksourceview-3.0.so.*
-%{_libdir}/girepository-1.0/GtkSource-3.0.typelib
 %{_datadir}/gtksourceview-3.0/
 
+%files -n typelib-1_0-GtkSource-3_0
+%defattr(-,root,root)
+%{_libdir}/girepository-1.0/GtkSource-3.0.typelib
+
 %files -n glade-catalog-gtksourceview
 %defattr(-, root, root)
 %{_datadir}/glade/catalogs/gtksourceview.xml

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to