Hello community,

here is the log from the commit of package gtksourceview for openSUSE:Factory 
checked in at 2013-04-02 17:43:12
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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      
2012-11-12 12:37:19.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.gtksourceview.new/gtksourceview.changes 
2013-04-02 17:55:07.000000000 +0200
@@ -1,0 +2,74 @@
+Mon Mar 25 16:21:29 UTC 2013 - [email protected]
+
+- Update to version 3.8.0:
+  + Add Libtool versioning. There was an ABI break during this
+    development cycle, because some private functions were
+    accidentally exported. So the Libtool's -version-info is bumped
+    from 0:0:0 to 1:0:0. On GNU/Linux, this results in a version
+    bump of the soname.
+  + Updated translations.
+- rename libgtksourceview-3_0-0 subpackage to
+  libgtksourceview-3_0-1, following upstreams soname bump.
+
+-------------------------------------------------------------------
+Mon Mar 18 16:58:13 UTC 2013 - [email protected]
+
+- Update to version 3.7.92:
+  + New style id for warnings.
+  + Improvements to the completion code and documentation.
+  + Misc bugfixes.
+  + Updated translations.
+- Add pkgconfig(glib-2.0) BuildRequires: new, explicitly tested
+  dependency.
+
+-------------------------------------------------------------------
+Mon Mar  4 19:53:25 UTC 2013 - [email protected]
+
+- Update to version 3.7.91:
+  + Simplify code for the completion.
+  + Improvements of the Perl, R and Ruby language specs.
+  + Misc bugfixes.
+  + Updated translations.
+
+-------------------------------------------------------------------
+Tue Feb 19 15:22:26 UTC 2013 - [email protected]
+
+- Update to version 3.7.90:
+  + Improvements in completion.
+  + Add Modelica language spec.
+  + Misc bugfixes.
+  + Updated translations.
+
+-------------------------------------------------------------------
+Mon Feb  4 23:08:40 UTC 2013 - [email protected]
+
+- Update to version 3.7.3:
+  + Deprecate gtk_source_completion_move_window().
+  + Deprecate gtk_source_completion_info_get_widget().
+  + Deprecate gtk_source_completion_info_set_widget().
+  + CompletionInfo: always a natural size.
+  + Simplify internal code for the completion (new CompletionModel)
+  + Fixes for the style schemes and GtkSourceMark.
+  + Other misc bugfixes.
+  + Updated translations.
+
+-------------------------------------------------------------------
+Tue Jan 15 15:00:09 UTC 2013 - [email protected]
+
+- Update to version 3.7.2:
+  + Improved unit tests and code coverage support.
+  + Misc bugfixes.
+  + Updated translations.
+
+-------------------------------------------------------------------
+Wed Jan  9 17:04:36 UTC 2013 - [email protected]
+
+- Update to version 3.7.1:
+  + Add Bluespec SystemVerilog syntax highlighter.
+  + Improvements in completion.
+  + Add language spec for IDL.
+  + Lots of fixes in gtk doc.
+  + Misc bugfixes.
+  + Updated translations.
+
+-------------------------------------------------------------------

Old:
----
  gtksourceview-3.6.1.tar.xz

New:
----
  gtksourceview-3.8.0.tar.xz

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

Other differences:
------------------
++++++ gtksourceview.spec ++++++
--- /var/tmp/diff_new_pack.Q4AzHJ/_old  2013-04-02 17:55:44.000000000 +0200
+++ /var/tmp/diff_new_pack.Q4AzHJ/_new  2013-04-02 17:55:44.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package gtksourceview
 #
-# Copyright (c) 2012 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
@@ -17,21 +17,22 @@
 
 
 Name:           gtksourceview
-Version:        3.6.1
+Version:        3.8.0
 Release:        0
 Summary:        GTK+ Source Editing Widget
 License:        GPL-2.0+
 Group:          System/GUI/GNOME
 Url:            http://www.gnome.org/
-Source:         
http://download.gnome.org/sources/gtksourceview/3.6/%{name}-%{version}.tar.xz
+Source:         
http://download.gnome.org/sources/gtksourceview/3.8/%{name}-%{version}.tar.xz
 BuildRequires:  fdupes
 BuildRequires:  gobject-introspection-devel
 BuildRequires:  intltool
 BuildRequires:  libxml2-devel
 BuildRequires:  translation-update-upstream
-BuildRequires:  pkgconfig(gio-2.0) >= 2.32.0
+BuildRequires:  pkgconfig(gio-2.0) >= 2.34.0
 BuildRequires:  pkgconfig(gladeui-2.0)
-BuildRequires:  pkgconfig(gtk+-3.0) >= 3.4.0
+BuildRequires:  pkgconfig(glib-2.0) >= 2.34.0
+BuildRequires:  pkgconfig(gtk+-3.0) >= 3.4.12
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -41,14 +42,14 @@
 It improves GtkTextView by implementing syntax highlighting and other
 features typical of a source editor.
 
-%package -n libgtksourceview-3_0-0
+%package -n libgtksourceview-3_0-1
 Summary:        GTK+ Source Editing Widget
 Group:          System/GUI/GNOME
 Recommends:     %{name}-lang = %{version}
 Provides:       gtksourceview = %{version}
 Obsoletes:      gtksourceview < %{version}
 
-%description -n libgtksourceview-3_0-0
+%description -n libgtksourceview-3_0-1
 GtkSourceView is a text widget that extends GtkTextView, the standard
 GTK+ text widget.
 
@@ -73,7 +74,7 @@
 Summary:        GTK+ Source Editing Widget -- Catalog for Glade
 Group:          Development/Tools/GUI Builders
 Requires:       glade
-Requires:       libgtksourceview-3_0-0 = %{version}
+Requires:       libgtksourceview-3_0-1 = %{version}
 Supplements:    packageand(glade:%{name}-devel)
 
 %description -n glade-catalog-gtksourceview
@@ -121,11 +122,11 @@
 %clean
 rm -rf %{buildroot}
 
-%post -n libgtksourceview-3_0-0 -p /sbin/ldconfig
+%post -n libgtksourceview-3_0-1 -p /sbin/ldconfig
 
-%postun -n libgtksourceview-3_0-0 -p /sbin/ldconfig
+%postun -n libgtksourceview-3_0-1 -p /sbin/ldconfig
 
-%files -n libgtksourceview-3_0-0
+%files -n libgtksourceview-3_0-1
 %defattr(-, root, root)
 %doc AUTHORS COPYING ChangeLog MAINTAINERS NEWS README
 %{_libdir}/libgtksourceview-3.0.so.*

++++++ gtksourceview-3.6.1.tar.xz -> gtksourceview-3.8.0.tar.xz ++++++
++++ 127875 lines of diff (skipped)

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

Reply via email to