|
|
7e665f |
%if 0%{?fedora} > 12
|
|
|
7e665f |
%global with_zeitgeist 1
|
|
|
4a062d |
%global with_python3 0
|
|
|
7e665f |
%else
|
|
|
7e665f |
%global with_zeitgeist 0
|
|
|
7e665f |
%global with_python3 0
|
|
|
7e665f |
%endif
|
|
|
7e665f |
|
|
|
7e665f |
%if %{with_python3}
|
|
|
7e665f |
%global __python %{__python3}
|
|
|
7e665f |
%endif
|
|
|
7e665f |
|
|
|
7e665f |
Name: gedit-plugins
|
|
|
4a062d |
Version: 3.14.1
|
|
|
4a062d |
Release: 2%{?dist}
|
|
|
7e665f |
Summary: Plugins for gedit
|
|
|
7e665f |
|
|
|
7e665f |
Group: Applications/Editors
|
|
|
7e665f |
License: GPLv2+
|
|
|
7e665f |
URL: http://live.gnome.org/GeditPlugins
|
|
|
4a062d |
Source0: http://download.gnome.org/sources/%{name}/3.14/%{name}-%{version}.tar.xz
|
|
|
7e665f |
Patch0: gedit-plugins-disable-python3.patch
|
|
|
7e665f |
|
|
|
7e665f |
BuildRequires: gedit-devel
|
|
|
7e665f |
BuildRequires: gnome-doc-utils
|
|
|
4a062d |
BuildRequires: gucharmap-devel
|
|
|
7e665f |
BuildRequires: perl(XML::Parser)
|
|
|
7e665f |
BuildRequires: gettext
|
|
|
7e665f |
BuildRequires: cairo-devel
|
|
|
7e665f |
BuildRequires: atk-devel
|
|
|
7e665f |
%if %{with_python3}
|
|
|
7e665f |
BuildRequires: python3-devel
|
|
|
7e665f |
BuildRequires: python3-gobject
|
|
|
7e665f |
%else
|
|
|
7e665f |
BuildRequires: python-devel
|
|
|
7e665f |
%endif
|
|
|
7e665f |
BuildRequires: pygobject3-devel
|
|
|
7e665f |
BuildRequires: intltool
|
|
|
7e665f |
BuildRequires: libpeas-devel
|
|
|
7e665f |
BuildRequires: dbus-python-devel
|
|
|
4a062d |
BuildRequires: vte291-devel
|
|
|
4a062d |
BuildRequires: yelp-tools
|
|
|
4a062d |
BuildRequires: itstool
|
|
|
4a062d |
%if %{with_zeitgeist}
|
|
|
4a062d |
BuildRequires: zeitgeist-devel
|
|
|
4a062d |
%endif
|
|
|
4a062d |
BuildRequires: autoconf, automake, libtool, intltool, gettext
|
|
|
4a062d |
|
|
|
4a062d |
# this is a metapackage dragging in all the plugins
|
|
|
4a062d |
Requires: gedit-plugin-bookmarks
|
|
|
4a062d |
Requires: gedit-plugin-bracketcompletion
|
|
|
4a062d |
Requires: gedit-plugin-charmap
|
|
|
4a062d |
Requires: gedit-plugin-codecomment
|
|
|
4a062d |
Requires: gedit-plugin-colorpicker
|
|
|
4a062d |
Requires: gedit-plugin-colorschemer
|
|
|
4a062d |
Requires: gedit-plugin-commander
|
|
|
4a062d |
%if %{with_zeitgeist}
|
|
|
4a062d |
Requires: gedit-plugin-dashboard
|
|
|
4a062d |
%endif
|
|
|
4a062d |
Requires: gedit-plugin-drawspaces
|
|
|
4a062d |
Requires: gedit-plugin-joinlines
|
|
|
4a062d |
Requires: gedit-plugin-multiedit
|
|
|
4a062d |
Requires: gedit-plugin-smartspaces
|
|
|
4a062d |
Requires: gedit-plugin-synctex
|
|
|
4a062d |
Requires: gedit-plugin-terminal
|
|
|
4a062d |
Requires: gedit-plugin-textsize
|
|
|
4a062d |
Requires: gedit-plugin-wordcompletion
|
|
|
4a062d |
%if %{with_zeitgeist}
|
|
|
4a062d |
Requires: gedit-plugin-zeitgeist
|
|
|
4a062d |
%endif
|
|
|
4a062d |
|
|
|
4a062d |
%description
|
|
|
4a062d |
A collection of plugins for gedit.
|
|
|
4a062d |
|
|
|
4a062d |
%package data
|
|
|
4a062d |
Summary: Common data required by plugins
|
|
|
7e665f |
Requires: gedit
|
|
|
7e665f |
%if %{with_python3}
|
|
|
7e665f |
Requires: python3-gobject >= %{pygo_version}
|
|
|
7e665f |
%endif
|
|
|
4a062d |
%description data
|
|
|
4a062d |
Common files required by all plugins.
|
|
|
4a062d |
|
|
|
4a062d |
%package -n gedit-plugin-bookmarks
|
|
|
4a062d |
Summary: gedit bookmarks plugin
|
|
|
4a062d |
Requires: %{name}-data = %{version}-%{release}
|
|
|
4a062d |
%description -n gedit-plugin-bookmarks
|
|
|
4a062d |
The gedit bookmarks plugin.
|
|
|
4a062d |
|
|
|
4a062d |
%package -n gedit-plugin-bracketcompletion
|
|
|
4a062d |
Summary: gedit bracketcompletion plugin
|
|
|
4a062d |
Requires: %{name}-data = %{version}-%{release}
|
|
|
4a062d |
%description -n gedit-plugin-bracketcompletion
|
|
|
4a062d |
The gedit bracketcompletion plugin.
|
|
|
4a062d |
|
|
|
4a062d |
%package -n gedit-plugin-charmap
|
|
|
4a062d |
Summary: gedit charmap plugin
|
|
|
4a062d |
Requires: %{name}-data = %{version}-%{release}
|
|
|
7e665f |
Requires: gucharmap >= 2.33.2-6.fc15
|
|
|
4a062d |
%description -n gedit-plugin-charmap
|
|
|
4a062d |
The gedit charmap plugin.
|
|
|
7e665f |
|
|
|
4a062d |
%package -n gedit-plugin-codecomment
|
|
|
4a062d |
Summary: gedit codecomment plugin
|
|
|
4a062d |
Requires: %{name}-data = %{version}-%{release}
|
|
|
4a062d |
%description -n gedit-plugin-codecomment
|
|
|
4a062d |
The gedit codecomment plugin.
|
|
|
4a062d |
|
|
|
4a062d |
%package -n gedit-plugin-colorpicker
|
|
|
4a062d |
Summary: gedit colorpicker plugin
|
|
|
4a062d |
Requires: %{name}-data = %{version}-%{release}
|
|
|
4a062d |
%description -n gedit-plugin-colorpicker
|
|
|
4a062d |
The gedit colorpicker plugin.
|
|
|
7e665f |
|
|
|
4a062d |
%package -n gedit-plugin-colorschemer
|
|
|
4a062d |
Summary: gedit colorschemer plugin
|
|
|
4a062d |
Requires: %{name}-data = %{version}-%{release}
|
|
|
4a062d |
%description -n gedit-plugin-colorschemer
|
|
|
4a062d |
The gedit colorschemer plugin.
|
|
|
4a062d |
|
|
|
4a062d |
%package -n gedit-plugin-commander
|
|
|
4a062d |
Summary: gedit commander plugin
|
|
|
4a062d |
Requires: %{name}-data = %{version}-%{release}
|
|
|
4a062d |
%description -n gedit-plugin-commander
|
|
|
4a062d |
The gedit commander plugin.
|
|
|
4a062d |
|
|
|
4a062d |
%if %{with_zeitgeist}
|
|
|
4a062d |
%package -n gedit-plugin-dashboard
|
|
|
4a062d |
Summary: gedit dashboard plugin
|
|
|
4a062d |
Requires: %{name}-data = %{version}-%{release}
|
|
|
4a062d |
%description -n gedit-plugin-dashboard
|
|
|
4a062d |
The gedit dashboard plugin.
|
|
|
4a062d |
%endif
|
|
|
4a062d |
|
|
|
4a062d |
%package -n gedit-plugin-drawspaces
|
|
|
4a062d |
Summary: gedit drawspaces plugin
|
|
|
4a062d |
Requires: %{name}-data = %{version}-%{release}
|
|
|
4a062d |
%description -n gedit-plugin-drawspaces
|
|
|
4a062d |
The gedit drawspaces plugin.
|
|
|
4a062d |
|
|
|
4a062d |
%package -n gedit-plugin-joinlines
|
|
|
4a062d |
Summary: gedit joinlines plugin
|
|
|
4a062d |
Requires: %{name}-data = %{version}-%{release}
|
|
|
4a062d |
%description -n gedit-plugin-joinlines
|
|
|
4a062d |
The gedit joinlines plugin.
|
|
|
4a062d |
|
|
|
4a062d |
%package -n gedit-plugin-multiedit
|
|
|
4a062d |
Summary: gedit multiedit plugin
|
|
|
4a062d |
Requires: %{name}-data = %{version}-%{release}
|
|
|
4a062d |
%description -n gedit-plugin-multiedit
|
|
|
4a062d |
The gedit multiedit plugin.
|
|
|
4a062d |
|
|
|
4a062d |
%package -n gedit-plugin-smartspaces
|
|
|
4a062d |
Summary: gedit smartspaces plugin
|
|
|
4a062d |
Requires: %{name}-data = %{version}-%{release}
|
|
|
4a062d |
%description -n gedit-plugin-smartspaces
|
|
|
4a062d |
The gedit smartspaces plugin.
|
|
|
4a062d |
|
|
|
4a062d |
%package -n gedit-plugin-synctex
|
|
|
4a062d |
Summary: gedit synctex plugin
|
|
|
4a062d |
Requires: %{name}-data = %{version}-%{release}
|
|
|
4a062d |
%description -n gedit-plugin-synctex
|
|
|
4a062d |
The gedit synctex plugin.
|
|
|
4a062d |
|
|
|
4a062d |
%package -n gedit-plugin-terminal
|
|
|
4a062d |
Summary: gedit terminal plugin
|
|
|
4a062d |
Requires: %{name}-data = %{version}-%{release}
|
|
|
4a062d |
Requires: vte291
|
|
|
4a062d |
%description -n gedit-plugin-terminal
|
|
|
4a062d |
The gedit terminal plugin.
|
|
|
4a062d |
|
|
|
4a062d |
%package -n gedit-plugin-textsize
|
|
|
4a062d |
Summary: gedit textsize plugin
|
|
|
4a062d |
Requires: %{name}-data = %{version}-%{release}
|
|
|
4a062d |
%description -n gedit-plugin-textsize
|
|
|
4a062d |
The gedit textsize plugin.
|
|
|
4a062d |
|
|
|
4a062d |
%package -n gedit-plugin-wordcompletion
|
|
|
4a062d |
Summary: gedit wordcompletion plugin
|
|
|
4a062d |
Requires: %{name}-data = %{version}-%{release}
|
|
|
4a062d |
%description -n gedit-plugin-wordcompletion
|
|
|
4a062d |
The gedit wordcompletion plugin.
|
|
|
4a062d |
|
|
|
4a062d |
%if %{with_zeitgeist}
|
|
|
4a062d |
%package -n gedit-plugin-zeitgeist
|
|
|
4a062d |
Summary: gedit zeitgeist plugin
|
|
|
4a062d |
Requires: %{name}-data = %{version}-%{release}
|
|
|
4a062d |
Requires: zeitgeist
|
|
|
4a062d |
Obsoletes: gedit-zeitgeist < 2:3.13.0
|
|
|
4a062d |
%description -n gedit-plugin-zeitgeist
|
|
|
4a062d |
The gedit zeitgeist plugin.
|
|
|
4a062d |
%endif
|
|
|
7e665f |
|
|
|
7e665f |
%prep
|
|
|
7e665f |
%setup -q
|
|
|
7e665f |
%if !%{with_python3}
|
|
|
7e665f |
%patch0 -p1 -b .disable-python3
|
|
|
7e665f |
%endif
|
|
|
7e665f |
|
|
|
7e665f |
%build
|
|
|
4a062d |
aclocal
|
|
|
4a062d |
automake
|
|
|
4a062d |
autoconf
|
|
|
7e665f |
%if %{with_zeitgeist}
|
|
|
4a062d |
%configure --enable-python
|
|
|
7e665f |
%else
|
|
|
4a062d |
%configure --enable-python --disable-zeitgeist
|
|
|
7e665f |
%endif
|
|
|
7e665f |
make %{?_smp_mflags}
|
|
|
7e665f |
|
|
|
7e665f |
|
|
|
7e665f |
%install
|
|
|
7e665f |
make install DESTDIR=$RPM_BUILD_ROOT
|
|
|
4a062d |
%find_lang %{name} --with-gnome
|
|
|
4a062d |
%find_lang gedit --with-gnome
|
|
|
7e665f |
find $RPM_BUILD_ROOT/%{_libdir}/gedit/plugins -name "*.la" -exec rm {} \;
|
|
|
7e665f |
|
|
|
7e665f |
|
|
|
4a062d |
%check
|
|
|
4a062d |
[ -f ${RPM_BUILD_ROOT}%{_libdir}/gedit/plugins/terminal.py ]
|
|
|
4a062d |
|
|
|
4a062d |
|
|
|
4a062d |
%postun -n gedit-plugin-drawspaces
|
|
|
7e665f |
if [ $1 -eq 0 ]; then
|
|
|
7e665f |
glib-compile-schemas %{_datadir}/glib-2.0/schemas &>/dev/null || :
|
|
|
7e665f |
fi
|
|
|
7e665f |
|
|
|
4a062d |
%posttrans -n gedit-plugin-drawspaces
|
|
|
4a062d |
glib-compile-schemas %{_datadir}/glib-2.0/schemas &>/dev/null || :
|
|
|
4a062d |
|
|
|
7e665f |
|
|
|
4a062d |
%postun -n gedit-plugin-terminal
|
|
|
4a062d |
if [ $1 -eq 0 ]; then
|
|
|
4a062d |
glib-compile-schemas %{_datadir}/glib-2.0/schemas &>/dev/null || :
|
|
|
4a062d |
fi
|
|
|
4a062d |
|
|
|
4a062d |
%posttrans -n gedit-plugin-terminal
|
|
|
7e665f |
glib-compile-schemas %{_datadir}/glib-2.0/schemas &>/dev/null || :
|
|
|
7e665f |
|
|
|
7e665f |
|
|
|
4a062d |
%postun -n gedit-plugin-wordcompletion
|
|
|
4a062d |
if [ $1 -eq 0 ]; then
|
|
|
4a062d |
glib-compile-schemas %{_datadir}/glib-2.0/schemas &>/dev/null || :
|
|
|
4a062d |
fi
|
|
|
4a062d |
|
|
|
4a062d |
%posttrans -n gedit-plugin-wordcompletion
|
|
|
4a062d |
glib-compile-schemas %{_datadir}/glib-2.0/schemas &>/dev/null || :
|
|
|
7e665f |
|
|
|
7e665f |
|
|
|
4a062d |
# Empty files section for the metapackage to make sure it's created
|
|
|
4a062d |
%files
|
|
|
4a062d |
|
|
|
4a062d |
%files data -f %{name}.lang -f gedit.lang
|
|
|
7e665f |
%doc README NEWS AUTHORS COPYING
|
|
|
4a062d |
%dir %{_libdir}/gedit/plugins/
|
|
|
4a062d |
%dir %{_datadir}/gedit/plugins/
|
|
|
4a062d |
%{_libdir}/gedit/plugins/gpdefs.*
|
|
|
4a062d |
|
|
|
4a062d |
%files -n gedit-plugin-bookmarks
|
|
|
4a062d |
%{_libdir}/gedit/plugins/bookmarks.plugin
|
|
|
4a062d |
%{_libdir}/gedit/plugins/libbookmarks.so
|
|
|
4a062d |
%{_datadir}/appdata/gedit-bookmarks.metainfo.xml
|
|
|
4a062d |
|
|
|
4a062d |
%files -n gedit-plugin-bracketcompletion
|
|
|
4a062d |
%{_libdir}/gedit/plugins/bracketcompletion.*
|
|
|
4a062d |
%{_datadir}/appdata/gedit-bracketcompletion.metainfo.xml
|
|
|
4a062d |
|
|
|
4a062d |
%files -n gedit-plugin-charmap
|
|
|
4a062d |
%{_libdir}/gedit/plugins/charmap
|
|
|
4a062d |
%{_libdir}/gedit/plugins/charmap.plugin
|
|
|
4a062d |
%{_datadir}/appdata/gedit-charmap.metainfo.xml
|
|
|
4a062d |
|
|
|
4a062d |
%files -n gedit-plugin-codecomment
|
|
|
4a062d |
%{_libdir}/gedit/plugins/codecomment.*
|
|
|
4a062d |
%{_datadir}/appdata/gedit-codecomment.metainfo.xml
|
|
|
4a062d |
|
|
|
4a062d |
%files -n gedit-plugin-colorpicker
|
|
|
4a062d |
%{_libdir}/gedit/plugins/colorpicker.*
|
|
|
4a062d |
%{_datadir}/appdata/gedit-colorpicker.metainfo.xml
|
|
|
4a062d |
|
|
|
4a062d |
%files -n gedit-plugin-colorschemer
|
|
|
4a062d |
%{_datadir}/gedit/plugins/colorschemer/ui/schemer.ui
|
|
|
4a062d |
%{_libdir}/gedit/plugins/colorschemer
|
|
|
4a062d |
%{_libdir}/gedit/plugins/colorschemer.plugin
|
|
|
4a062d |
%{_datadir}/appdata/gedit-colorschemer.metainfo.xml
|
|
|
4a062d |
|
|
|
4a062d |
%files -n gedit-plugin-commander
|
|
|
4a062d |
%{_datadir}/gedit/plugins/commander
|
|
|
4a062d |
%{_libdir}/gedit/plugins/commander
|
|
|
4a062d |
%{_libdir}/gedit/plugins/commander.plugin
|
|
|
4a062d |
%{_datadir}/appdata/gedit-commander.metainfo.xml
|
|
|
4a062d |
|
|
|
4a062d |
%if %{with_zeitgeist}
|
|
|
4a062d |
%files -n gedit-plugin-dashboard
|
|
|
4a062d |
%{_libdir}/gedit/plugins/dashboard
|
|
|
4a062d |
%{_libdir}/gedit/plugins/dashboard.plugin
|
|
|
4a062d |
%{_datadir}/appdata/gedit-dashboard.metainfo.xml
|
|
|
4a062d |
%endif
|
|
|
4a062d |
|
|
|
4a062d |
%files -n gedit-plugin-drawspaces
|
|
|
7e665f |
%{_datadir}/glib-2.0/schemas/org.gnome.gedit.plugins.drawspaces.gschema.xml
|
|
|
4a062d |
%{_libdir}/gedit/plugins/drawspaces.plugin
|
|
|
4a062d |
%{_libdir}/gedit/plugins/libdrawspaces.so
|
|
|
4a062d |
%{_datadir}/appdata/gedit-drawspaces.metainfo.xml
|
|
|
4a062d |
|
|
|
4a062d |
%files -n gedit-plugin-joinlines
|
|
|
4a062d |
%{_libdir}/gedit/plugins/joinlines.*
|
|
|
4a062d |
%{_datadir}/appdata/gedit-joinlines.metainfo.xml
|
|
|
4a062d |
|
|
|
4a062d |
%files -n gedit-plugin-multiedit
|
|
|
4a062d |
%{_libdir}/gedit/plugins/multiedit
|
|
|
4a062d |
%{_libdir}/gedit/plugins/multiedit.plugin
|
|
|
4a062d |
%{_datadir}/appdata/gedit-multiedit.metainfo.xml
|
|
|
4a062d |
|
|
|
4a062d |
%files -n gedit-plugin-smartspaces
|
|
|
4a062d |
%{_libdir}/gedit/plugins/smartspaces.*
|
|
|
4a062d |
%{_datadir}/appdata/gedit-smartspaces.metainfo.xml
|
|
|
4a062d |
|
|
|
4a062d |
%files -n gedit-plugin-synctex
|
|
|
4a062d |
%{_libdir}/gedit/plugins/synctex
|
|
|
4a062d |
%{_libdir}/gedit/plugins/synctex.plugin
|
|
|
4a062d |
%{_datadir}/appdata/gedit-synctex.metainfo.xml
|
|
|
4a062d |
|
|
|
4a062d |
%files -n gedit-plugin-terminal
|
|
|
7e665f |
%{_datadir}/glib-2.0/schemas/org.gnome.gedit.plugins.terminal.gschema.xml
|
|
|
4a062d |
%{_libdir}/gedit/plugins/terminal.*
|
|
|
4a062d |
%{_datadir}/appdata/gedit-terminal.metainfo.xml
|
|
|
7e665f |
|
|
|
4a062d |
%files -n gedit-plugin-textsize
|
|
|
4a062d |
%{_libdir}/gedit/plugins/textsize
|
|
|
4a062d |
%{_libdir}/gedit/plugins/textsize.plugin
|
|
|
4a062d |
%{_datadir}/appdata/gedit-textsize.metainfo.xml
|
|
|
7e665f |
|
|
|
4a062d |
%files -n gedit-plugin-wordcompletion
|
|
|
4a062d |
%{_datadir}/glib-2.0/schemas/org.gnome.gedit.plugins.wordcompletion.gschema.xml
|
|
|
4a062d |
%{_libdir}/gedit/plugins/libwordcompletion.so
|
|
|
4a062d |
%{_libdir}/gedit/plugins/wordcompletion.plugin
|
|
|
4a062d |
%{_datadir}/appdata/gedit-wordcompletion.metainfo.xml
|
|
|
4a062d |
|
|
|
4a062d |
%if %{with_zeitgeist}
|
|
|
4a062d |
%files -n gedit-plugin-zeitgeist
|
|
|
4a062d |
%{_libdir}/gedit/plugins/libzeitgeist.so
|
|
|
4a062d |
%{_libdir}/gedit/plugins/zeitgeist.plugin
|
|
|
4a062d |
%{_datadir}/appdata/gedit-zeitgeist.metainfo.xml
|
|
|
4a062d |
%endif
|
|
|
7e665f |
|
|
|
7e665f |
%changelog
|
|
|
4a062d |
* Thu Jun 25 2015 Ray Strode <rstrode@redhat.com> 3.14.1-2
|
|
|
4a062d |
- Updated python2 support patch from Matěj Cepl
|
|
|
4a062d |
Related: #1230752
|
|
|
4a062d |
|
|
|
4a062d |
* Fri Jun 19 2015 Ray Strode <rstrode@redhat.com> 3.14.1-1
|
|
|
4a062d |
- Update to 3.14.1
|
|
|
4a062d |
Resolves: #1230752
|
|
|
4a062d |
|
|
|
70e4cd |
* Fri Jan 24 2014 Daniel Mach <dmach@redhat.com> - 3.8.3-4
|
|
|
70e4cd |
- Mass rebuild 2014-01-24
|
|
|
70e4cd |
|
|
|
70e4cd |
* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 3.8.3-3
|
|
|
70e4cd |
- Mass rebuild 2013-12-27
|
|
|
70e4cd |
|
|
|
7e665f |
* Tue Jul 16 2013 Matthias Clasen <mclasen@redhat.com> - 3.8.3-2
|
|
|
7e665f |
- Drop the git plugin (we don't ship libgit2)
|
|
|
7e665f |
|
|
|
7e665f |
* Wed Jun 19 2013 Ignacio Casal Quinteiro <icq@gnome.org> - 3.8.3-1
|
|
|
7e665f |
- Update to 3.8.3
|
|
|
7e665f |
|
|
|
7e665f |
* Sun May 26 2013 Ignacio Casal Quinteiro <icq@gnome.org> - 3.8.2-1
|
|
|
7e665f |
- Update to 3.8.2
|
|
|
7e665f |
|
|
|
7e665f |
* Mon May 6 2013 Marek Kasik <mkasik@redhat.com> - 3.8.1-2
|
|
|
7e665f |
- Make building of Zeitgeist plugins and usage of python3 conditional
|
|
|
7e665f |
|
|
|
7e665f |
* Mon Apr 15 2013 Kalev Lember <kalevlember@gmail.com> - 3.8.1-1
|
|
|
7e665f |
- Update to 3.8.1
|
|
|
7e665f |
|
|
|
7e665f |
* Tue Mar 26 2013 Kalev Lember <kalevlember@gmail.com> - 3.8.0-2
|
|
|
7e665f |
- Rebuilt for gtksourceview3 soname bump
|
|
|
7e665f |
|
|
|
7e665f |
* Mon Mar 25 2013 Ignacio Casal Quinteiro <icq@gnome.org> - 3.8.0-1
|
|
|
7e665f |
- Update to 3.8.0
|
|
|
7e665f |
|
|
|
7e665f |
* Sun Jan 27 2013 Ignacio Casal Quinteiro <icq@gnome.org> - 3.7.1-1
|
|
|
7e665f |
- Update to 3.7.1
|
|
|
7e665f |
|
|
|
7e665f |
* Tue Oct 16 2012 Ignacio Casal Quinteiro <icq@gnome.org> - 3.6.1-1
|
|
|
7e665f |
- Update to 3.6.1
|
|
|
7e665f |
|
|
|
7e665f |
* Mon Sep 24 2012 Ignacio Casal Quinteiro <icq@gnome.org> - 3.6.0-1
|
|
|
7e665f |
- Update to 3.6.0
|
|
|
7e665f |
|
|
|
7e665f |
* Wed Sep 19 2012 Ignacio Casal Quinteiro <icq@gnome.org> - 3.5.2-1
|
|
|
7e665f |
- Update to 3.5.2
|
|
|
7e665f |
|
|
|
7e665f |
* Sat Aug 18 2012 Ignacio Casal Quinteiro <icq@gnome.org> - 3.5.1-1
|
|
|
7e665f |
- Update to 3.5.1
|
|
|
7e665f |
|
|
|
7e665f |
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.4.0-3
|
|
|
7e665f |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
7e665f |
|
|
|
7e665f |
* Tue Apr 24 2012 Kalev Lember <kalevlember@gmail.com> - 3.4.0-2
|
|
|
7e665f |
- Silence rpm scriptlet output
|
|
|
7e665f |
|
|
|
7e665f |
* Mon Mar 26 2012 Ignacio Casal Quinteiro <icq@gnome.org> - 3.4.0-1
|
|
|
7e665f |
- Update to 3.4.0
|
|
|
7e665f |
|
|
|
7e665f |
* Wed Mar 07 2012 Ignacio Casal Quinteiro <icq@gnome.org> - 3.3.4-1
|
|
|
7e665f |
- Update to 3.3.4
|
|
|
7e665f |
|
|
|
7e665f |
* Sat Feb 25 2012 Ignacio Casal Quinteiro <icq@gnome.org> - 3.3.3-1
|
|
|
7e665f |
- Update to 3.3.3
|
|
|
7e665f |
|
|
|
7e665f |
* Tue Feb 07 2012 Ignacio Casal Quinteiro <icq@gnome.org> - 3.3.2-1
|
|
|
7e665f |
- Update to 3.3.2
|
|
|
7e665f |
|
|
|
7e665f |
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.3.1-2
|
|
|
7e665f |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
|
|
7e665f |
|
|
|
7e665f |
* Sat Dec 03 2011 Ignacio Casal Quinteiro <icq@gnome.org> - 3.3.1-1
|
|
|
7e665f |
- Update to 3.3.1
|
|
|
7e665f |
|
|
|
7e665f |
* Sun Oct 16 2011 Ignacio Casal Quinteiro <icq@gnome.org> - 3.2.1-1
|
|
|
7e665f |
- Update to 3.2.1
|
|
|
7e665f |
|
|
|
7e665f |
* Mon Sep 26 2011 Ignacio Casal Quinteiro <icq@gnome.org> - 3.2.0-1
|
|
|
7e665f |
- Update to 3.2.0
|
|
|
7e665f |
- Bump pygobject to 3.0
|
|
|
7e665f |
|
|
|
7e665f |
* Thu Sep 20 2011 Ignacio Casal Quinteiro <icq@gnome.org> - 3.1.5-1
|
|
|
7e665f |
- Update to 3.1.5
|
|
|
7e665f |
|
|
|
7e665f |
* Thu Sep 06 2011 Ignacio Casal Quinteiro <icq@gnome.org> - 3.1.4-1
|
|
|
7e665f |
- Update to 3.1.4
|
|
|
7e665f |
|
|
|
7e665f |
* Thu Sep 01 2011 Ignacio Casal Quinteiro <icq@gnome.org> - 3.1.3-1
|
|
|
7e665f |
- Update to 3.1.3
|
|
|
7e665f |
|
|
|
7e665f |
* Tue Jul 05 2011 Ignacio Casal Quinteiro <icq@gnome.org> - 3.1.2-1
|
|
|
7e665f |
- Update to 3.1.2
|
|
|
7e665f |
|
|
|
7e665f |
* Thu Jun 16 2011 Tomas Bzatek <tbzatek@redhat.com> - 3.1.1-1
|
|
|
7e665f |
- Update to 3.1.1
|
|
|
7e665f |
|
|
|
7e665f |
* Wed May 18 2011 Ignacio Casal Quinteiro <icq@gnome.org> - 3.0.2-2
|
|
|
7e665f |
- Remove useless deps
|
|
|
7e665f |
|
|
|
7e665f |
* Tue Apr 26 2011 Matthias Clasen <mclasen@redhat.com> - 3.0.2-1
|
|
|
7e665f |
- Update to 3.0.2
|
|
|
7e665f |
|
|
|
7e665f |
* Wed Apr 13 2011 Christopher Aillon <caillon@redhat.com> - 3.0.1-1
|
|
|
7e665f |
- Update to 3.0.1
|
|
|
7e665f |
|
|
|
7e665f |
* Wed Apr 6 2011 Tomas Bzatek <tbzatek@redhat.com> - 3.0.0-1
|
|
|
7e665f |
- Update to 3.0.0
|
|
|
7e665f |
|
|
|
7e665f |
* Sun Mar 27 2011 Christopher Aillon <caillon@redhat.com> - 2.91.3-1
|
|
|
7e665f |
- Update to 2.91.3
|
|
|
7e665f |
|
|
|
7e665f |
* Tue Mar 8 2011 Matthias Clasen <mclasen@redhat.com> - 2.91.1-1
|
|
|
7e665f |
- Update to 2.91.1
|
|
|
7e665f |
|
|
|
7e665f |
* Mon Feb 28 2011 Matthias Clasen <mclasen@redhat.com> - 2.91.90-3
|
|
|
7e665f |
- Rebuild against newer libpeas
|
|
|
7e665f |
|
|
|
7e665f |
* Thu Feb 24 2011 Matthias Clasen <mclasen@redhat.com> - 2.91.90-2
|
|
|
7e665f |
- Add runtime dependencies to make introspection work
|
|
|
7e665f |
|
|
|
7e665f |
* Tue Feb 22 2011 Matthias Clasen <mclasen@redhat.com> - 2.91.90-1
|
|
|
7e665f |
- Update to 2.91.90
|
|
|
7e665f |
|
|
|
7e665f |
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.31.6-3
|
|
|
7e665f |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
7e665f |
|
|
|
7e665f |
* Thu Oct 7 2010 Matthias Clasen <mclasen@redhat.com> 2.31.6-1
|
|
|
7e665f |
- Rebuild against newer gucharmap
|
|
|
7e665f |
|
|
|
7e665f |
* Thu Sep 02 2010 Rakesh Pandit <rakesh@fedoraproject.org> 2.31.6-1
|
|
|
7e665f |
- Updated to 2.31.6
|
|
|
7e665f |
- FTBFS 599912
|
|
|
7e665f |
|
|
|
7e665f |
* Wed Aug 11 2010 David Malcolm <dmalcolm@redhat.com> - 2.31.1-2
|
|
|
7e665f |
- recompiling .py files against Python 2.7 (rhbz#623308)
|
|
|
7e665f |
|
|
|
7e665f |
* Wed May 19 2010 Rakesh Pandit <rakesh@fedoraproject.org> 2.31.1-1
|
|
|
7e665f |
- Updated to 2.31.1
|
|
|
7e665f |
|
|
|
7e665f |
* Fri Apr 23 2010 Rakesh Pandit <rakesh@fedoraproject.org> 2.30.0-1
|
|
|
7e665f |
- Updated to 2.30.0
|
|
|
7e665f |
|
|
|
7e665f |
* Wed Jan 27 2010 Rakesh Pandit <rakesh@fedoraproject.org> 2.29.4-1
|
|
|
7e665f |
- Updated to 2.29.4
|
|
|
7e665f |
|
|
|
7e665f |
* Wed Dec 02 2009 Rakesh Pandit <rakesh@fedoraproject.org> 2.29.3-1
|
|
|
7e665f |
- Updated to 2.29.3
|
|
|
7e665f |
|
|
|
7e665f |
* Mon Nov 09 2009 Rakesh Pandit <rakesh@fedoraproject.org> 2.28.0-1
|
|
|
7e665f |
- Updated to 2.28.0
|
|
|
7e665f |
|
|
|
7e665f |
* Mon Aug 10 2009 Ville Skyttä <ville.skytta@iki.fi> - 2.26.1-3
|
|
|
7e665f |
- Use bzipped upstream tarball.
|
|
|
7e665f |
|
|
|
7e665f |
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.26.1-2
|
|
|
7e665f |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
|
|
7e665f |
|
|
|
7e665f |
* Sat Apr 11 2009 Dodji Seketeli <dodji@redhat.org> - 2.26.1-1
|
|
|
7e665f |
- Update to upstream release 2..26.1
|
|
|
7e665f |
- Fixes GNOME bugzilla bug #576766 - Crash when Configuring "Draw Spaces"
|
|
|
7e665f |
- Make sure to remove all *.la files
|
|
|
7e665f |
- Remove BuildRequire libgnomeui-devel as needless now
|
|
|
7e665f |
|
|
|
7e665f |
* Fri Apr 10 2009 Dodji Seketeli <dodji@redhat.org> - 2.26.0-1
|
|
|
7e665f |
- Update to upstream release (2.26.1)
|
|
|
7e665f |
- Add plugin files from %%{_datadir}
|
|
|
7e665f |
- Don't check for vte anymore, the package checks it pkg-config
|
|
|
7e665f |
- Add 'bookmarks' to the plugin set
|
|
|
7e665f |
|
|
|
7e665f |
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.22.3-4
|
|
|
7e665f |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
|
|
7e665f |
|
|
|
7e665f |
* Mon Dec 01 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm@gmail.com> - 2.22.3-3
|
|
|
7e665f |
- Rebuild for Python 2.6
|
|
|
7e665f |
|
|
|
7e665f |
* Mon Sep 29 2008 Rakesh Pandit <rakesh@fedoraproject.org> - 2.22.3-2
|
|
|
7e665f |
- Fixed buildrequires
|
|
|
7e665f |
|
|
|
7e665f |
* Mon Sep 29 2008 Rakesh Pandit <rakesh@fedoraproject.org> - 2.22.3-1
|
|
|
7e665f |
- Updated to 2.22.3
|
|
|
7e665f |
|
|
|
7e665f |
* Mon Sep 29 2008 Rakesh Pandit <rakesh@fedoraproject.org> - 2.22.0-2
|
|
|
7e665f |
- rebuild to pick latest gucharmap
|
|
|
7e665f |
|
|
|
7e665f |
* Tue Mar 18 2008 Trond Danielsen <trond.danielsen@gmail.com> - 2.22.0-1
|
|
|
7e665f |
- Updated.
|
|
|
7e665f |
|
|
|
7e665f |
* Mon Apr 30 2007 Trond Danielsen <trond.danielsen@gmail.com> - 2.18.0-2
|
|
|
7e665f |
- Disable buggy session saver plugin.
|
|
|
7e665f |
- Removed static libraries.
|
|
|
7e665f |
|
|
|
7e665f |
* Sun Apr 01 2007 Trond Danielsen <trond.danielsen@gmail.com> - 2.18.0-1
|
|
|
7e665f |
- Initial version.
|