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

tweaked

OBS-URL: https://build.opensuse.org/request/show/108621
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gedit?expand=0&rev=114
This commit is contained in:
Dominique Leuenberger 2012-03-11 17:33:57 +00:00 committed by Git OBS Bridge
parent b3b59a8cd6
commit 6b5677bced
5 changed files with 37 additions and 7 deletions

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

3
gedit-3.3.7.tar.xz Normal file

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

@ -2,7 +2,7 @@ Index: data/gedit.desktop.in.in
=================================================================== ===================================================================
--- data/gedit.desktop.in.in.orig --- data/gedit.desktop.in.in.orig
+++ data/gedit.desktop.in.in +++ data/gedit.desktop.in.in
@@ -5,7 +5,7 @@ Exec=gedit %U @@ -6,7 +6,7 @@ Exec=gedit %U
Terminal=false Terminal=false
Type=Application Type=Application
StartupNotify=true StartupNotify=true
@ -10,4 +10,4 @@ Index: data/gedit.desktop.in.in
+MimeType=application/x-awk;application/x-csh;application/x-perl;application/x-php;application/x-shellscript;text/plain;text/x-c;text/x-c++;text/x-c++hdr;text/x-chdr;text/x-c++src;text/x-csrc;text/x-fortran;text/x-java;text/x-log;text/x-makefile;text/x-moc;text/x-pascal;text/x-patch;text/x-python;text/x-readme;text/x-scheme;text/x-tcl;text/x-tex; +MimeType=application/x-awk;application/x-csh;application/x-perl;application/x-php;application/x-shellscript;text/plain;text/x-c;text/x-c++;text/x-c++hdr;text/x-chdr;text/x-c++src;text/x-csrc;text/x-fortran;text/x-java;text/x-log;text/x-makefile;text/x-moc;text/x-pascal;text/x-patch;text/x-python;text/x-readme;text/x-scheme;text/x-tcl;text/x-tex;
Icon=accessories-text-editor Icon=accessories-text-editor
Categories=GNOME;GTK;Utility;TextEditor; Categories=GNOME;GTK;Utility;TextEditor;
X-GNOME-DocPath=gedit/gedit.xml Actions=Window;Document;

@ -1,3 +1,30 @@
-------------------------------------------------------------------
Tue Mar 6 20:16:28 UTC 2012 - dimstar@opensuse.org
- Update to version 3.3.7:
+ Add support for fdo desktop action spec.
+ Misc bugfixes.
- Rebase gedit-desktop.patch.
-------------------------------------------------------------------
Mon Mar 5 22:10:33 UTC 2012 - dimstar@opensuse.org
- Update to version 3.3.6:
+ Fix the "time" plugin
+ Misc bugfixes
+ Updated translations.
-------------------------------------------------------------------
Fri Mar 2 19:25:35 UTC 2012 - dimstar@opensuse.org
- Update to version 3.3.5:
+ Less clutter search popup
+ Use GResources
+ Misc bugfixes
+ Updated translations.
- Add pkgconfig(gtk+-3.0) and pkgconfig(libxml-2.0) BuildRequires
to be able to require a minimum version.
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Feb 23 07:10:33 UTC 2012 - vuntz@opensuse.org Thu Feb 23 07:10:33 UTC 2012 - vuntz@opensuse.org

@ -16,8 +16,9 @@
# #
Name: gedit Name: gedit
Version: 3.3.4 Version: 3.3.7
Release: 0 Release: 0
# FIXME: the %%{_datadir}/help/$locale/ files be found by %%find_lang # FIXME: the %%{_datadir}/help/$locale/ files be found by %%find_lang
Summary: Small and lightweight UTF-8 text editor Summary: Small and lightweight UTF-8 text editor
@ -37,10 +38,12 @@ BuildRequires: translation-update-upstream
BuildRequires: update-desktop-files BuildRequires: update-desktop-files
BuildRequires: yelp-tools BuildRequires: yelp-tools
BuildRequires: pkgconfig(gsettings-desktop-schemas) BuildRequires: pkgconfig(gsettings-desktop-schemas)
BuildRequires: pkgconfig(gtk+-3.0) >= 3.3.15
BuildRequires: pkgconfig(gtksourceview-3.0) BuildRequires: pkgconfig(gtksourceview-3.0)
BuildRequires: pkgconfig(ice) BuildRequires: pkgconfig(ice)
BuildRequires: pkgconfig(libpeas-gtk-1.0) BuildRequires: pkgconfig(libpeas-gtk-1.0) >= 1.1.0
BuildRequires: pkgconfig(libsoup-2.4) BuildRequires: pkgconfig(libsoup-2.4)
BuildRequires: pkgconfig(libxml-2.0) >= 2.5.0
BuildRequires: pkgconfig(pygobject-3.0) >= 3.0.0 BuildRequires: pkgconfig(pygobject-3.0) >= 3.0.0
BuildRequires: pkgconfig(sm) >= 1.0.0 BuildRequires: pkgconfig(sm) >= 1.0.0
BuildRequires: pkgconfig(x11) BuildRequires: pkgconfig(x11)