Accepting request 228794 from GNOME:Next
Push GNOME:Next -- Update to Gnome 3.12 Resub (minor .changes fix) OBS-URL: https://build.opensuse.org/request/show/228794 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gedit?expand=0&rev=162
This commit is contained in:
parent
1ab93d8655
commit
506043b694
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:40dc10b6e26fd8523087e7321a20a063f4c1e586dffd7ce8ee78eead11359f9e
|
||||
size 3086320
|
3
gedit-3.12.0.tar.xz
Normal file
3
gedit-3.12.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6028d535d50c85017739b84e7fe94ad5a1940064bb315375d5d1d6ed99eb38c2
|
||||
size 2894480
|
@ -1,3 +1,80 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 24 09:24:26 UTC 2014 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 3.12.0:
|
||||
+ Fix regression sorting recent files.
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 18 11:36:25 UTC 2014 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 3.11.92:
|
||||
+ Implement drag'n'drop for the documents panel.
|
||||
+ Misc bug fixes.
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 5 08:11:25 UTC 2014 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 3.11.91:
|
||||
+ Add keyboard shortcuts to change text case.
|
||||
+ Readd bus message to add context menu items to the filebrowser.
|
||||
+ Reopen last closed tab with ctrl+shift+T.
|
||||
+ Rework fullscreen mode to use GtkRevealer.
|
||||
+ Misc bug fixes.
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 19 20:26:34 UTC 2014 - zaitor@opensuse.org
|
||||
|
||||
- Update to version 3.11.90:
|
||||
+ Even more work on the new UI (use popovers, CSD in dialogs and
|
||||
much more).
|
||||
+ Reimplement the documents sidepane using GtkListBox.
|
||||
+ Adapt plugins to the latest changes.
|
||||
+ Misc bug fixes.
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 6 16:25:01 UTC 2014 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 3.11.3:
|
||||
+ More work on the new UI.
|
||||
+ Finalize the new API to extend the menu from plugins.
|
||||
+ Adapt plugins to the latest changes.
|
||||
+ Restore command line handling that was broken in laste release.
|
||||
+ Detect when network is not available and warn if using remote
|
||||
documents.
|
||||
+ Add an fpaste tool to the external tools scripts.
|
||||
+ Rewrite the build system with nonrecursive Makefiles.
|
||||
+ Improvements in docs.
|
||||
+ Misc bug fixes.
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 23 22:50:15 UTC 2014 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 3.11.2:
|
||||
+ Refresh the main user interface, radically changing the user
|
||||
interacts with the UI.
|
||||
+ Remove deprecated API.
|
||||
+ Integrate change case plugin inside GtkSourceView directly.
|
||||
+ Improvements in docs.
|
||||
+ Misc bug fixes.
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 23 19:45:16 UTC 2014 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 3.11.1:
|
||||
+ Implement XDS dnd support for GeditView and GeditWindow.
|
||||
+ Documentation Improvements.
|
||||
+ Style fixes.
|
||||
+ Implement Move to New Tab Group.
|
||||
+ Expand tabs and center tab labels.
|
||||
+ Misc bugfixes and improvements.
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 22 20:34:19 UTC 2014 - dimstar@opensuse.org
|
||||
|
||||
|
14
gedit.spec
14
gedit.spec
@ -19,13 +19,13 @@
|
||||
%define _with_gi_python 1
|
||||
|
||||
Name: gedit
|
||||
Version: 3.10.4
|
||||
Version: 3.12.0
|
||||
Release: 0
|
||||
Summary: Small and lightweight UTF-8 text editor
|
||||
License: GPL-2.0+
|
||||
Group: Productivity/Text/Editors
|
||||
Url: http://www.gnome.org
|
||||
Source: http://download.gnome.org/sources/gedit/3.10/%{name}-%{version}.tar.xz
|
||||
Source: http://download.gnome.org/sources/gedit/3.12/%{name}-%{version}.tar.xz
|
||||
# PATCH-FIX-OPENSUSE gedit-desktop.patch -- adds more MIME types and change icon
|
||||
Patch0: gedit-desktop.patch
|
||||
BuildRequires: enchant-devel
|
||||
@ -38,10 +38,10 @@ BuildRequires: python >= 3.2.3
|
||||
BuildRequires: translation-update-upstream
|
||||
BuildRequires: update-desktop-files
|
||||
BuildRequires: yelp-tools
|
||||
BuildRequires: pkgconfig(gio-2.0) >= 2.37.5
|
||||
BuildRequires: pkgconfig(gio-2.0) >= 2.39.3
|
||||
BuildRequires: pkgconfig(gsettings-desktop-schemas)
|
||||
BuildRequires: pkgconfig(gtk+-3.0) >= 3.9.9
|
||||
BuildRequires: pkgconfig(gtksourceview-3.0) >= 3.9.91
|
||||
BuildRequires: pkgconfig(gtk+-3.0) >= 3.11.6
|
||||
BuildRequires: pkgconfig(gtksourceview-3.0) >= 3.11.2
|
||||
BuildRequires: pkgconfig(ice)
|
||||
BuildRequires: pkgconfig(libpeas-1.0) >= 1.7.0
|
||||
BuildRequires: pkgconfig(libpeas-gtk-1.0) >= 1.7.0
|
||||
@ -165,8 +165,6 @@ rm -rf %{buildroot}
|
||||
%{_libdir}/gedit/girepository-1.0/
|
||||
%dir %{_libdir}/gedit/plugins/
|
||||
# Explicitly list plugins so we know when we miss one
|
||||
%{_libdir}/gedit/plugins/changecase.plugin
|
||||
%{_libdir}/gedit/plugins/libchangecase.so
|
||||
%{_libdir}/gedit/plugins/docinfo.plugin
|
||||
%{_libdir}/gedit/plugins/libdocinfo.so
|
||||
%{_libdir}/gedit/plugins/externaltools/
|
||||
@ -198,7 +196,7 @@ rm -rf %{buildroot}
|
||||
%files plugin-zeitgeist
|
||||
%defattr(-, root, root)
|
||||
%{_libdir}/gedit/plugins/zeitgeist.plugin
|
||||
%{_libdir}/gedit/plugins/libzeitgeistplugin.so
|
||||
%{_libdir}/gedit/plugins/libzeitgeist.so
|
||||
|
||||
%if %{_with_gi_python}
|
||||
%files -n python3-gedit
|
||||
|
Loading…
x
Reference in New Issue
Block a user