Hello community,

here is the log from the commit of package gedit-plugins for openSUSE:Factory 
checked in at 2012-02-16 12:20:47
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gedit-plugins (Old)
 and      /work/SRC/openSUSE:Factory/.gedit-plugins.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gedit-plugins", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/gedit-plugins/gedit-plugins.changes      
2012-01-09 12:04:18.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.gedit-plugins.new/gedit-plugins.changes 
2012-02-16 12:20:51.000000000 +0100
@@ -1,0 +2,14 @@
+Tue Feb  7 11:01:50 UTC 2012 - vu...@opensuse.org
+
+- Update to version 3.3.2:
+  + Commander plugin bugfixes
+  + Misc bugfixes
+  + Updated translations.
+- Remove xz BuildRequires now that it comes for free in the build
+  system.
+- Add pkgconfig(vte-2.90) BuildRequires to keep building the
+  terminal plugin, after a configure check got added for vte.
+- Add a sed hack in %prep to work around broken configure check for
+  vte.
+
+-------------------------------------------------------------------

Old:
----
  gedit-plugins-3.3.1.tar.xz

New:
----
  gedit-plugins-3.3.2.tar.xz

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

Other differences:
------------------
++++++ gedit-plugins.spec ++++++
--- /var/tmp/diff_new_pack.aUF7rR/_old  2012-02-16 12:20:52.000000000 +0100
+++ /var/tmp/diff_new_pack.aUF7rR/_new  2012-02-16 12:20:52.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gedit-plugins
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 # Copyright (c) 2009 Dominique Leuenberger, Almere, The Netherlands.
 #
 # All modifications and additions to the file contributed by third parties
@@ -21,8 +21,9 @@
 Summary:        A collection of plugins for gedit
 License:        GPL-2.0+
 Group:          Productivity/Editors/Other
-Version:        3.3.1
+Version:        3.3.2
 Release:        0
+# FIXME: remove sed hack in %%prep when bgo#669558 is fixed
 Source:         
http://download.gnome.org/sources/gedit-plugins/3.3/%{name}-%{version}.tar.xz
 # PATCH-FIX-UPSTREAM gedit-plugins-implicit.patch bgo#665541 
dims...@opensuse.org -- #include stdio.h to have atoi defined.
 Patch0:         gedit-plugins-implicit.patch
@@ -32,13 +33,12 @@
 BuildRequires:  intltool
 BuildRequires:  pkg-config
 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(dbus-python)
 BuildRequires:  pkgconfig(gedit) >= 3.2.1
 BuildRequires:  pkgconfig(gtk+-3.0)
 BuildRequires:  pkgconfig(gtksourceview-3.0)
 BuildRequires:  pkgconfig(libpeas-gtk-1.0)
+BuildRequires:  pkgconfig(vte-2.90)
 Requires:       gedit
 Requires:       %{name}-lang = %{version}
 # For dashboard plugin
@@ -68,6 +68,8 @@
 %prep
 %setup -q
 %patch0 -p1
+grep -q vte2_90 configure.ac && (echo "sed hack can be dropped"; /bin/false)
+sed -i "s/-lvte/-lvte2_90/g" configure
 translation-update-upstream
 
 %lang_package

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

Reply via email to