Accepting request 103012 from home:vuntz:branches:GNOME:Factory
Update to 3.3.3 OBS-URL: https://build.opensuse.org/request/show/103012 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gedit?expand=0&rev=107
This commit is contained in:
committed by
Git OBS Bridge
parent
46713e38ea
commit
d5dc22af0c
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:496076d82482150fde4bf61de8568cfe0fadf5917f1c40ba28b1d7969007dab1
|
|
||||||
size 2929344
|
|
3
gedit-3.3.3.tar.xz
Normal file
3
gedit-3.3.3.tar.xz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:ad4bd60f3cd705deab6bc530fbd61f623f18dc4459dae63a1184971af176e679
|
||||||
|
size 2942088
|
@@ -1,3 +1,20 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Feb 7 10:25:54 UTC 2012 - vuntz@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 3.3.3:
|
||||||
|
+ Bring the OSX port up to date
|
||||||
|
+ Start fixing the Win32 port
|
||||||
|
+ Some minor UI improvements, some css styling is now in the
|
||||||
|
Adwaita theme
|
||||||
|
+ Misc bugfixes
|
||||||
|
+ Updated translations.
|
||||||
|
- Remove xz BuildRequires now that it comes for free in the build
|
||||||
|
system.
|
||||||
|
- Add pkgconfig(zeitgeist-1.0) BuildRequires to build the zeitgeist
|
||||||
|
plugin, that we missed before.
|
||||||
|
- Create a plugin-zeitgeist subpackage for the zeitgeist plugin, to
|
||||||
|
avoid a dependency on zeitgeist from the main gedit package.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Jan 8 15:55:21 UTC 2012 - dimstar@opensuse.org
|
Sun Jan 8 15:55:21 UTC 2012 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
51
gedit.spec
51
gedit.spec
@@ -15,8 +15,9 @@
|
|||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
Name: gedit
|
Name: gedit
|
||||||
Version: 3.3.2
|
Version: 3.3.3
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Small and lightweight UTF-8 text editor
|
Summary: Small and lightweight UTF-8 text editor
|
||||||
License: GPL-2.0+
|
License: GPL-2.0+
|
||||||
@@ -34,13 +35,12 @@ 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)
|
||||||
BuildRequires: pkgconfig(libsoup-2.4)
|
BuildRequires: pkgconfig(libsoup-2.4)
|
||||||
BuildRequires: pkgconfig(pygobject-3.0) >= 3.0.0
|
BuildRequires: pkgconfig(pygobject-3.0) >= 3.0.0
|
||||||
|
BuildRequires: pkgconfig(zeitgeist-1.0) >= 0.3.2
|
||||||
Requires: python-gobject
|
Requires: python-gobject
|
||||||
Recommends: %{name}-lang
|
Recommends: %{name}-lang
|
||||||
Recommends: iso-codes
|
Recommends: iso-codes
|
||||||
@@ -53,6 +53,16 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|||||||
Gedit is a small and lightweight UTF-8 text editor for the GNOME
|
Gedit is a small and lightweight UTF-8 text editor for the GNOME
|
||||||
environment.
|
environment.
|
||||||
|
|
||||||
|
%package plugin-zeitgeist
|
||||||
|
Summary: Zeitgeist dataprovider for gedit
|
||||||
|
Group: Productivity/Text/Editors
|
||||||
|
Requires: %{name}
|
||||||
|
Supplements: packageand(%{name}:zeitgeist)
|
||||||
|
|
||||||
|
%description plugin-zeitgeist
|
||||||
|
The zeitgeist plugin for gedit provides a zeitgeist dataprovider that
|
||||||
|
logs access and leave event for documents used with gedit.
|
||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
Summary: Small and lightweight UTF-8 text editor
|
Summary: Small and lightweight UTF-8 text editor
|
||||||
Group: Productivity/Text/Editors
|
Group: Productivity/Text/Editors
|
||||||
@@ -121,16 +131,47 @@ rm -rf %{buildroot}
|
|||||||
%{_datadir}/glib-2.0/schemas/org.gnome.gedit.plugins.pythonconsole.gschema.xml
|
%{_datadir}/glib-2.0/schemas/org.gnome.gedit.plugins.pythonconsole.gschema.xml
|
||||||
%{_datadir}/glib-2.0/schemas/org.gnome.gedit.plugins.time.enums.xml
|
%{_datadir}/glib-2.0/schemas/org.gnome.gedit.plugins.time.enums.xml
|
||||||
%{_datadir}/glib-2.0/schemas/org.gnome.gedit.plugins.time.gschema.xml
|
%{_datadir}/glib-2.0/schemas/org.gnome.gedit.plugins.time.gschema.xml
|
||||||
%{_libdir}/gedit/
|
%dir %{_libdir}/gedit/
|
||||||
|
%{_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/
|
||||||
|
%{_libdir}/gedit/plugins/externaltools.plugin
|
||||||
|
%{_libdir}/gedit/plugins/filebrowser.plugin
|
||||||
|
%{_libdir}/gedit/plugins/libfilebrowser.so
|
||||||
|
%{_libdir}/gedit/plugins/modelines.plugin
|
||||||
|
%{_libdir}/gedit/plugins/libmodelines.so
|
||||||
|
%{_libdir}/gedit/plugins/pythonconsole/
|
||||||
|
%{_libdir}/gedit/plugins/pythonconsole.plugin
|
||||||
|
%{_libdir}/gedit/plugins/quickopen/
|
||||||
|
%{_libdir}/gedit/plugins/quickopen.plugin
|
||||||
|
%{_libdir}/gedit/plugins/snippets/
|
||||||
|
%{_libdir}/gedit/plugins/snippets.plugin
|
||||||
|
%{_libdir}/gedit/plugins/sort.plugin
|
||||||
|
%{_libdir}/gedit/plugins/libsort.so
|
||||||
|
%{_libdir}/gedit/plugins/spell.plugin
|
||||||
|
%{_libdir}/gedit/plugins/libspell.so
|
||||||
|
%{_libdir}/gedit/plugins/time.plugin
|
||||||
|
%{_libdir}/gedit/plugins/libtime.so
|
||||||
%if "%{_libdir}" != "%{_libexecdir}"
|
%if "%{_libdir}" != "%{_libexecdir}"
|
||||||
%{_libexecdir}/gedit/
|
%dir %{_libexecdir}/gedit
|
||||||
%endif
|
%endif
|
||||||
|
%{_libexecdir}/gedit/gedit-bugreport.sh
|
||||||
%{_libdir}/libgedit-private.so.0*
|
%{_libdir}/libgedit-private.so.0*
|
||||||
%{py_sitedir}/gi/overrides/Gedit.py*
|
%{py_sitedir}/gi/overrides/Gedit.py*
|
||||||
%doc %{_mandir}/man1/gedit*
|
%doc %{_mandir}/man1/gedit*
|
||||||
|
|
||||||
%files lang -f %{name}.lang
|
%files lang -f %{name}.lang
|
||||||
|
|
||||||
|
%files plugin-zeitgeist
|
||||||
|
%defattr(-, root, root)
|
||||||
|
%{_libdir}/gedit/plugins/zeitgeist.plugin
|
||||||
|
%{_libdir}/gedit/plugins/libzeitgeistplugin.so
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-, root, root)
|
%defattr(-, root, root)
|
||||||
%doc %{_datadir}/gtk-doc/html/gedit/
|
%doc %{_datadir}/gtk-doc/html/gedit/
|
||||||
|
Reference in New Issue
Block a user