diff --git a/gedit-plugins-3.3.1.tar.xz b/gedit-plugins-3.3.1.tar.xz deleted file mode 100644 index 8c8f863..0000000 --- a/gedit-plugins-3.3.1.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2e2de6c18f8be8943f5b8ee024fe383740175afdbb17d10b86690215ce45d3ed -size 1440660 diff --git a/gedit-plugins-3.3.2.tar.xz b/gedit-plugins-3.3.2.tar.xz new file mode 100644 index 0000000..2f20528 --- /dev/null +++ b/gedit-plugins-3.3.2.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5048ec7a606e969d3ec90b29e181d3be552938cf32a4f4ea728490471d0e1a39 +size 1417448 diff --git a/gedit-plugins.changes b/gedit-plugins.changes index bfc99e6..76c5352 100644 --- a/gedit-plugins.changes +++ b/gedit-plugins.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Tue Feb 7 11:01:50 UTC 2012 - vuntz@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. + ------------------------------------------------------------------- Wed Dec 21 14:23:43 UTC 2011 - vuntz@opensuse.org diff --git a/gedit-plugins.spec b/gedit-plugins.spec index 1f31b32..0b2270d 100644 --- a/gedit-plugins.spec +++ b/gedit-plugins.spec @@ -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 @@ Name: gedit-plugins 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 dimstar@opensuse.org -- #include stdio.h to have atoi defined. Patch0: gedit-plugins-implicit.patch @@ -32,13 +33,12 @@ BuildRequires: gnome-doc-utils-devel 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 @@ Here follows a list of plugins currently available in gedit-plugins: %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