Accepting request 96026 from home:dimstar:branches:GNOME:Factory

Update to 3.2.5

OBS-URL: https://build.opensuse.org/request/show/96026
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gedit?expand=0&rev=102
This commit is contained in:
Vincent Untz 2011-12-09 15:44:20 +00:00 committed by Git OBS Bridge
parent 3a229d364c
commit edf1caff49
4 changed files with 19 additions and 6 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a660fb81c70e55915541bd476e779bdd10a01f130a919167761aeed12faf2a81
size 3664211

3
gedit-3.2.5.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0cec1916b4ba878531d32163767a8d39b72eea8d6893103238c82d3a27127c81
size 2895420

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Thu Dec 8 20:53:35 UTC 2011 - dimstar@opensuse.org
- Update to version 3.2.5:
+ Misc bugfixes.
- Changes from version 3.2.4:
+ Misc bugfixes.
- 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.
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Nov 16 12:54:11 UTC 2011 - dimstar@opensuse.org Wed Nov 16 12:54:11 UTC 2011 - dimstar@opensuse.org

View File

@ -18,13 +18,13 @@
Name: gedit Name: gedit
Version: 3.2.3 Version: 3.2.5
Release: 1 Release: 1
License: GPLv2+ License: GPL-2.0+
Summary: Small and lightweight UTF-8 text editor Summary: Small and lightweight UTF-8 text editor
Url: http://www.gnome.org Url: http://www.gnome.org
Group: Productivity/Text/Editors Group: Productivity/Text/Editors
Source: http://download.gnome.org/sources/gedit/3.2/%{name}-%{version}.tar.bz2 Source: http://download.gnome.org/sources/gedit/3.2/%{name}-%{version}.tar.xz
# PATCH-FIX-OPENSUSE gedit-desktop.patch -- adds more MIME types and change icon # PATCH-FIX-OPENSUSE gedit-desktop.patch -- adds more MIME types and change icon
Patch0: gedit-desktop.patch Patch0: gedit-desktop.patch
BuildRequires: enchant-devel BuildRequires: enchant-devel
@ -36,6 +36,8 @@ BuildRequires: intltool
BuildRequires: iso-codes-devel BuildRequires: iso-codes-devel
BuildRequires: translation-update-upstream BuildRequires: translation-update-upstream
BuildRequires: update-desktop-files BuildRequires: update-desktop-files
# Only needed because we don't (and won't) support building xz tarballs by default... See bnc#697467
BuildRequires: xz
BuildRequires: pkgconfig(gsettings-desktop-schemas) BuildRequires: pkgconfig(gsettings-desktop-schemas)
BuildRequires: pkgconfig(gtksourceview-3.0) BuildRequires: pkgconfig(gtksourceview-3.0)
BuildRequires: pkgconfig(libpeas-gtk-1.0) BuildRequires: pkgconfig(libpeas-gtk-1.0)