diff --git a/gedit-3.3.4.tar.xz b/gedit-3.3.4.tar.xz deleted file mode 100644 index 3331f36..0000000 --- a/gedit-3.3.4.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:dddd7f2028fa1241ea5d842653fbad299ac9bb31de1ffcf5a1b8912f4e315149 -size 2957088 diff --git a/gedit-3.3.7.tar.xz b/gedit-3.3.7.tar.xz new file mode 100644 index 0000000..f6bc17d --- /dev/null +++ b/gedit-3.3.7.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8fa52ea9479ff50ae06e9d8a20ffdffda1093c4040e32c9a11ded24397325c24 +size 2957668 diff --git a/gedit-desktop.patch b/gedit-desktop.patch index 7a5902f..ee9dd65 100644 --- a/gedit-desktop.patch +++ b/gedit-desktop.patch @@ -2,7 +2,7 @@ Index: data/gedit.desktop.in.in =================================================================== --- data/gedit.desktop.in.in.orig +++ data/gedit.desktop.in.in -@@ -5,7 +5,7 @@ Exec=gedit %U +@@ -6,7 +6,7 @@ Exec=gedit %U Terminal=false Type=Application 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; Icon=accessories-text-editor Categories=GNOME;GTK;Utility;TextEditor; - X-GNOME-DocPath=gedit/gedit.xml + Actions=Window;Document; diff --git a/gedit.changes b/gedit.changes index 1cc6546..d039575 100644 --- a/gedit.changes +++ b/gedit.changes @@ -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 diff --git a/gedit.spec b/gedit.spec index a120b98..05f6b23 100644 --- a/gedit.spec +++ b/gedit.spec @@ -16,8 +16,9 @@ # + Name: gedit -Version: 3.3.4 +Version: 3.3.7 Release: 0 # FIXME: the %%{_datadir}/help/$locale/ files be found by %%find_lang Summary: Small and lightweight UTF-8 text editor @@ -37,10 +38,12 @@ BuildRequires: translation-update-upstream BuildRequires: update-desktop-files BuildRequires: yelp-tools BuildRequires: pkgconfig(gsettings-desktop-schemas) +BuildRequires: pkgconfig(gtk+-3.0) >= 3.3.15 BuildRequires: pkgconfig(gtksourceview-3.0) 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(libxml-2.0) >= 2.5.0 BuildRequires: pkgconfig(pygobject-3.0) >= 3.0.0 BuildRequires: pkgconfig(sm) >= 1.0.0 BuildRequires: pkgconfig(x11)