Accepting request 158567 from GNOME:Next
- Replace python-gobject Requires with python3-requires. - Add python3-cairo requires: snippets/documents.py imports cairo. - Update to version 3.7.5: + Updated mallard snippets. + Improvements in docs. + Misc bugfixes. + Updated translations. - Update to version 3.7.4: + Use revealer to animate the search bar and the notification bars + Several fixes in snippets. + Improvements in docs. + Misc bugfixes. + Updated translations. - Update to version 3.7.3: + Application menu. + Misc bugfixes. - Changes from version 3.7.2: + Port to GtkApplication. + Lots of improvements in docs. + Misc bugfixes. + Updated translations. - Add pkgconfig(gio-2.0) and pkgconfig(libpeas-1.0) BuildRequires so they can be versioned. - Update to version 3.7.1: + Port to python 3. OBS-URL: https://build.opensuse.org/request/show/158567 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gedit?expand=0&rev=132
This commit is contained in:
parent
342855d00a
commit
3f8cb05d01
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ad4c6837a7e844e000f7cf2c248e636febdcc9b9b9559cf9e27b99392f5735c3
|
||||
size 3060832
|
3
gedit-3.7.5.tar.xz
Normal file
3
gedit-3.7.5.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4deedd522e143dea81984a2670a22c107f2683c0e384b13dbca8f6b04e1104f7
|
||||
size 3077596
|
@ -1,3 +1,55 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 11 20:00:03 UTC 2013 - dimstar@opensuse.org
|
||||
|
||||
- Replace python-gobject Requires with python3-requires.
|
||||
- Add python3-cairo requires: snippets/documents.py imports cairo.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 6 10:36:12 UTC 2013 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 3.7.5:
|
||||
+ Updated mallard snippets.
|
||||
+ Improvements in docs.
|
||||
+ Misc bugfixes.
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 19 20:33:09 UTC 2013 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 3.7.4:
|
||||
+ Use revealer to animate the search bar and the notification
|
||||
bars
|
||||
+ Several fixes in snippets.
|
||||
+ Improvements in docs.
|
||||
+ Misc bugfixes.
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 9 17:26:41 UTC 2013 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 3.7.3:
|
||||
+ Application menu.
|
||||
+ Misc bugfixes.
|
||||
- Changes from version 3.7.2:
|
||||
+ Port to GtkApplication.
|
||||
+ Lots of improvements in docs.
|
||||
+ Misc bugfixes.
|
||||
+ Updated translations.
|
||||
- Add pkgconfig(gio-2.0) and pkgconfig(libpeas-1.0) BuildRequires
|
||||
so they can be versioned.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 14 08:51:24 UTC 2012 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 3.7.1:
|
||||
+ Port to python 3.
|
||||
+ Misc bugfixes.
|
||||
+ Updated translations.
|
||||
- Add python BuildRequires so we can version it. Note: As the
|
||||
BuildRequires is python >= 3.2.3, this currently pulls in
|
||||
python3, which is in fact exactly what we want.
|
||||
- Drop .desktop fixup hack: fixed upstream.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 13 10:07:07 UTC 2012 - dimstar@opensuse.org
|
||||
|
||||
|
34
gedit.spec
34
gedit.spec
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package gedit
|
||||
#
|
||||
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -17,13 +17,13 @@
|
||||
|
||||
|
||||
Name: gedit
|
||||
Version: 3.6.2
|
||||
Version: 3.7.5
|
||||
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.6/%{name}-%{version}.tar.xz
|
||||
Source: http://download.gnome.org/sources/gedit/3.7/%{name}-%{version}.tar.xz
|
||||
# PATCH-FIX-OPENSUSE gedit-desktop.patch -- adds more MIME types and change icon
|
||||
Patch0: gedit-desktop.patch
|
||||
BuildRequires: enchant-devel
|
||||
@ -32,21 +32,25 @@ BuildRequires: gettext
|
||||
BuildRequires: gtk-doc
|
||||
BuildRequires: intltool
|
||||
BuildRequires: iso-codes-devel
|
||||
BuildRequires: python >= 3.2.3
|
||||
BuildRequires: translation-update-upstream
|
||||
BuildRequires: update-desktop-files
|
||||
BuildRequires: yelp-tools
|
||||
BuildRequires: pkgconfig(gio-2.0) >= 2.35.4
|
||||
BuildRequires: pkgconfig(gsettings-desktop-schemas)
|
||||
BuildRequires: pkgconfig(gtk+-3.0) >= 3.6.0
|
||||
BuildRequires: pkgconfig(gtksourceview-3.0)
|
||||
BuildRequires: pkgconfig(gtk+-3.0) >= 3.7.10
|
||||
BuildRequires: pkgconfig(gtksourceview-3.0) >= 3.2.0
|
||||
BuildRequires: pkgconfig(ice)
|
||||
BuildRequires: pkgconfig(libpeas-gtk-1.0) >= 1.1.0
|
||||
BuildRequires: pkgconfig(libpeas-1.0) >= 1.7.0
|
||||
BuildRequires: pkgconfig(libpeas-gtk-1.0) >= 1.7.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)
|
||||
BuildRequires: pkgconfig(zeitgeist-1.0) >= 0.3.2
|
||||
Requires: python-gobject
|
||||
Requires: python3-cairo
|
||||
Requires: python3-gobject
|
||||
Recommends: %{name}-lang
|
||||
Recommends: iso-codes
|
||||
Provides: gedit2 = %{version}
|
||||
@ -68,11 +72,22 @@ Supplements: packageand(%{name}:zeitgeist)
|
||||
The zeitgeist plugin for gedit provides a zeitgeist dataprovider that
|
||||
logs access and leave event for documents used with gedit.
|
||||
|
||||
%package -n python3-gedit
|
||||
Summary: Python bindings for gedit
|
||||
Group: Development/Languages/Python
|
||||
|
||||
%description -n python3-gedit
|
||||
Gedit is a small and lightweight UTF-8 text editor for the GNOME
|
||||
environment.
|
||||
|
||||
This package provides the python bindings, based on gobject-introspection.
|
||||
|
||||
%package devel
|
||||
Summary: Small and lightweight UTF-8 text editor
|
||||
Group: Productivity/Text/Editors
|
||||
Requires: %{name} = %{version}
|
||||
Requires: gtksourceview-devel
|
||||
Requires: python3-gedit
|
||||
Provides: gedit2-devel = %{version}
|
||||
Obsoletes: gedit2-devel < %{version}
|
||||
Provides: %{name}-doc = %{version}
|
||||
@ -165,7 +180,6 @@ rm -rf %{buildroot}
|
||||
%dir %{_libexecdir}/gedit
|
||||
%endif
|
||||
%{_libexecdir}/gedit/gedit-bugreport.sh
|
||||
%{py_sitedir}/gi/overrides/Gedit.py*
|
||||
%doc %{_mandir}/man1/gedit*
|
||||
|
||||
%files lang -f %{name}.lang
|
||||
@ -175,6 +189,10 @@ rm -rf %{buildroot}
|
||||
%{_libdir}/gedit/plugins/zeitgeist.plugin
|
||||
%{_libdir}/gedit/plugins/libzeitgeistplugin.so
|
||||
|
||||
%files -n python3-gedit
|
||||
%defattr(-,root,root)
|
||||
%{python3_sitearch}/gi/overrides/Gedit*
|
||||
|
||||
%files devel
|
||||
%defattr(-, root, root)
|
||||
%doc %{_datadir}/gtk-doc/html/gedit/
|
||||
|
Loading…
x
Reference in New Issue
Block a user