Hello community,

here is the log from the commit of package gtksourceview for openSUSE:Factory
checked in at Wed May 4 14:05:20 CEST 2011.



--------
--- GNOME/gtksourceview/gtksourceview.changes   2010-10-05 23:29:53.000000000 
+0200
+++ /mounts/work_src_done/STABLE/gtksourceview/gtksourceview.changes    
2011-04-27 13:27:09.000000000 +0200
@@ -1,0 +2,61 @@
+Wed Apr 27 11:25:15 UTC 2011 - fcro...@novell.com
+
+- Update to version 3.0.1:
+  + Improvements to some of the lang files.
+  + Misc bugfixes.
+  + Updated translations.
+
+-------------------------------------------------------------------
+Wed Apr  6 16:13:20 UTC 2011 - fcro...@novell.com
+
+- Update to version 3.0.0:
+  + Updated translations.
+- Changes from version 2.91.9:
+  + Use the GTK_SOURCE_ prefix also for all the macros
+- Changes from version 2.91.8:
+  + Misc bugfixes
+- Changes from versions 2.91.7 / 2.91.6:
+  + Misc bugfixes
+- Changes from version 2.91.5:
+  + Improvements to some of the lang files
+  + Misc bugfixes
+- Changes from version 2.91.4:
+  + Highlight C standard streams and signals
+  + GtkSourceView is not a factory of categories now
+  + Fix style problems
+  + Improvements to some of the lang files
+  + Misc bugfixes
+- Changes from version 2.91.3:
+  + Improvements to some of the lang files
+  + Misc bugfixes
+- Changes from version 2.91.2:
+  + Improved Gutter support
+  + New languages: Cobol, GO, Scilab
+  + Misc bugfixes
+- Changes from version 2.91.1:
+  + Removed SourceIter, caseless search is now in gtk
+  + Adapt to latest gtk changes
+  + Misc bugfixes
+- Changes from version 2.91.0:
+  + Added SystemVerilog language
+  + Improvements to some of the lang files
+  + Misc bugfixes
+- Changes from version 2.90.4:
+  + Improvements to some of the lang files
+  + Misc bugfixes
+- Changes from version 2.90.3:
+  + Bump version to 2.90: we are now targeting gtk3.
+    This release is parallel installable with GtkSourveView 2
+  + Misc bugfixes
+- Disable glade3 catalog support with the enable_glade_catalog
+  macro, as we don't have the gtk3 version of glade yet.
+- Change gtk2-devel BuildRequires to pkgconfig(gtk+-3.0).
+- Add gobject-introspection-devel BuildRequires to enable
+  introspection support.
+- Rename libgtksourceview-2_0-0 to libgtksourceview-3_0-0 following
+  soname change.
+- Remove explicit Requires for gtk2-devel and libxml2-devel in
+  devel package: they will automatically be added the pkgconfig()
+  way.
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


Old:
----
  gtksourceview-2.10.5.tar.bz2

New:
----
  gtksourceview-3.0.1.tar.bz2

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

Other differences:
------------------
++++++ gtksourceview.spec ++++++
--- /var/tmp/diff_new_pack.a27HiT/_old  2011-05-04 14:03:19.000000000 +0200
+++ /var/tmp/diff_new_pack.a27HiT/_new  2011-05-04 14:03:19.000000000 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package gtksourceview (Version 2.10.5)
+# spec file for package gtksourceview
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 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
@@ -16,9 +16,10 @@
 #
 
 
+%define enable_glade_catalog 0
 
 Name:           gtksourceview
-Version:        2.10.5
+Version:        3.0.1
 Release:        1
 License:        GPLv2+
 Summary:        GTK+ Source Editing Widget
@@ -26,11 +27,14 @@
 Group:          System/GUI/GNOME
 Source:         
ftp://ftp.gnome.org/pub/GNOME/sources/gtksourceview/1.8/%{name}-%{version}.tar.bz2
 BuildRequires:  fdupes
-BuildRequires:  gtk2-devel
+BuildRequires:  gobject-introspection-devel
 BuildRequires:  intltool
+%if %{enable_glade_catalog}
 BuildRequires:  libgladeui-1_0-devel
+%endif
 BuildRequires:  libxml2-devel
 BuildRequires:  translation-update-upstream
+BuildRequires:  pkgconfig(gtk+-3.0)
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -40,7 +44,7 @@
 It improves GtkTextView by implementing syntax highlighting and other
 features typical of a source editor.
 
-%package -n libgtksourceview-2_0-0
+%package -n libgtksourceview-3_0-0
 License:        GPLv2+
 Summary:        GTK+ Source Editing Widget
 Group:          System/GUI/GNOME
@@ -48,18 +52,20 @@
 Provides:       gtksourceview = %{version}
 Obsoletes:      gtksourceview < %{version}
 
-%description -n libgtksourceview-2_0-0
+%description -n libgtksourceview-3_0-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.
 
+%if %{enable_glade_catalog}
+
 %package -n glade3-catalog-gtksourceview
 License:        GPLv2+
 Summary:        GTK+ Source Editing Widget -- Catalog for Glade
 Group:          Development/Tools/GUI Builders
-Requires:       libgtksourceview-2_0-0 = %{version}
+Requires:       libgtksourceview-3_0-0 = %{version}
 Requires:       glade3
 Supplements:    packageand(glade3:%{name}-devel)
 
@@ -72,14 +78,13 @@
 
 This package provides a catalog for Glade, to allow the use the
 GtkSourceView widget in Glade.
+%endif
 
 %package devel
 License:        GPLv2+
 Summary:        GTK+ Source Editing Widget
 Group:          System/GUI/GNOME
-Requires:       gtk2-devel
 Requires:       gtksourceview = %{version}
-Requires:       libxml2-devel
 Obsoletes:      gtksourceview-doc <= 2.5.4
 Provides:       gtksourceview-doc = 2.5.4
 
@@ -96,45 +101,48 @@
 translation-update-upstream
 
 %build
-#autoreconf -f -i
 %configure --disable-static --with-pic\
-       --disable-gtk-doc \
-        --enable-glade-catalog
-make %{?jobs:-j%jobs}
+%if %{enable_glade_catalog}
+        --enable-glade-catalog\
+%endif
+        --disable-gtk-doc
+make %{?jobs:-j%jobs} V=1
 
 %install
 %makeinstall
-%if 0%{?suse_version} <= 1120
-%{__rm} %{buildroot}%{_datadir}/locale/en@shaw/LC_MESSAGES/*
-%endif
-%find_lang %{name}-2.0
+%find_lang %{name}-3.0
 %{__rm} -f %{buildroot}%{_libdir}/*.la
 %fdupes %{buildroot}
 
 %clean
 rm -rf %{buildroot}
 
-%post -n libgtksourceview-2_0-0 -p /sbin/ldconfig
+%post -n libgtksourceview-3_0-0 -p /sbin/ldconfig
 
-%postun -n libgtksourceview-2_0-0 -p /sbin/ldconfig
+%postun -n libgtksourceview-3_0-0 -p /sbin/ldconfig
 
-%files -n libgtksourceview-2_0-0
+%files -n libgtksourceview-3_0-0
 %defattr(-, root, root)
 %doc AUTHORS COPYING ChangeLog MAINTAINERS NEWS README
-%{_libdir}/libgtksourceview-2.0.so.*
-%{_datadir}/gtksourceview-2.0/
+%{_libdir}/libgtksourceview-3.0.so.*
+%{_libdir}/girepository-1.0/GtkSource-3.0.typelib
+%{_datadir}/gtksourceview-3.0/
+
+%if %{enable_glade_catalog}
 
 %files -n glade3-catalog-gtksourceview
 %defattr(-, root, root)
 %{_datadir}/glade3/catalogs/gtksourceview-glade.xml
+%endif
 
 %files devel
 %defattr(-, root, root)
-%{_includedir}/gtksourceview-2.0/
-%{_libdir}/libgtksourceview-2.0.so
-%{_libdir}/pkgconfig/gtksourceview-2.0.pc
-%{_datadir}/gtk-doc/html/gtksourceview-2.0/
+%{_includedir}/gtksourceview-3.0/
+%{_libdir}/libgtksourceview-3.0.so
+%{_libdir}/pkgconfig/gtksourceview-3.0.pc
+%{_datadir}/gir-1.0/GtkSource-3.0.gir
+%{_datadir}/gtk-doc/html/gtksourceview-3.0/
 
-%files lang -f %{name}-2.0.lang
+%files lang -f %{name}-3.0.lang
 
 %changelog

++++++ gtksourceview-2.10.5.tar.bz2 -> gtksourceview-3.0.1.tar.bz2 ++++++
++++ 334285 lines of diff (skipped)


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



Remember to have fun...

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

Reply via email to