9da495
# Filter provides for plugin .so files
9da495
%global __provides_exclude_from ^%{_libdir}/gedit/plugins/
9da495
9da495
%global tarball_version %%(echo %{version} | tr '~' '.')
9da495
9da495
Name:           gedit-plugins
9da495
Version:        40.1
9da495
Release:        2%{?dist}
9da495
Summary:        Plugins for gedit
9da495
9da495
License:        GPLv2+
9da495
URL:            https://wiki.gnome.org/Apps/Gedit
9da495
Source0:        https://download.gnome.org/sources/%{name}/40/%{name}-%{tarball_version}.tar.xz
9da495
9da495
BuildRequires:  atk-devel
9da495
BuildRequires:  cairo-devel
9da495
BuildRequires:  gedit-devel
9da495
BuildRequires:  gettext
9da495
BuildRequires:  gtksourceview4-devel
9da495
BuildRequires:  itstool
9da495
BuildRequires:  libappstream-glib-devel
9da495
%if !0%{?rhel}
9da495
BuildRequires:  libgit2-glib-devel
9da495
%endif
9da495
BuildRequires:  libpeas-devel
9da495
BuildRequires:  meson
9da495
BuildRequires:  pygobject3-devel
9da495
BuildRequires:  python3-devel
9da495
BuildRequires:  python3-gobject
9da495
BuildRequires:  vala
9da495
BuildRequires:  vte291-devel
9da495
BuildRequires:  yelp-tools
9da495
9da495
# this is a metapackage dragging in all the plugins
9da495
Requires:       gedit-plugin-bookmarks
9da495
Requires:       gedit-plugin-bracketcompletion
9da495
%if !0%{?rhel}
9da495
Requires:       gedit-plugin-charmap
9da495
%endif
9da495
Requires:       gedit-plugin-codecomment
9da495
Requires:       gedit-plugin-colorpicker
9da495
Requires:       gedit-plugin-colorschemer
9da495
Requires:       gedit-plugin-commander
9da495
Requires:       gedit-plugin-drawspaces
9da495
Requires:       gedit-plugin-findinfiles
9da495
%if !0%{?rhel}
9da495
Requires:       gedit-plugin-git
9da495
%endif
9da495
Requires:       gedit-plugin-joinlines
9da495
Requires:       gedit-plugin-multiedit
9da495
Requires:       gedit-plugin-sessionsaver
9da495
Requires:       gedit-plugin-smartspaces
9da495
Requires:       gedit-plugin-synctex
9da495
Requires:       gedit-plugin-terminal
9da495
Requires:       gedit-plugin-textsize
9da495
Requires:       gedit-plugin-translate
9da495
Requires:       gedit-plugin-wordcompletion
9da495
9da495
%description
9da495
A collection of plugins for gedit.
9da495
9da495
%package data
9da495
Summary:        Common data required by plugins
9da495
Requires:       gedit
9da495
Requires:       python3-gobject
9da495
%description data
9da495
Common files required by all plugins.
9da495
9da495
%package -n     gedit-plugin-bookmarks
9da495
Summary:        gedit bookmarks plugin
9da495
Requires:       %{name}-data = %{version}-%{release}
9da495
%description -n gedit-plugin-bookmarks
9da495
The gedit bookmarks plugin.
9da495
9da495
%package -n     gedit-plugin-bracketcompletion
9da495
Summary:        gedit bracketcompletion plugin
9da495
Requires:       %{name}-data = %{version}-%{release}
9da495
Requires:       libpeas-loader-python3%{?_isa}
9da495
%description -n gedit-plugin-bracketcompletion
9da495
The gedit bracketcompletion plugin.
9da495
9da495
%if !0%{?rhel}
9da495
%package -n     gedit-plugin-charmap
9da495
Summary:        gedit charmap plugin
9da495
Requires:       %{name}-data = %{version}-%{release}
9da495
Requires:       gucharmap-libs
9da495
Requires:       libpeas-loader-python3%{?_isa}
9da495
%description -n gedit-plugin-charmap
9da495
The gedit charmap plugin.
9da495
%endif
9da495
9da495
%package -n     gedit-plugin-codecomment
9da495
Summary:        gedit codecomment plugin
9da495
Requires:       %{name}-data = %{version}-%{release}
9da495
Requires:       libpeas-loader-python3%{?_isa}
9da495
%description -n gedit-plugin-codecomment
9da495
The gedit codecomment plugin.
9da495
9da495
%package -n     gedit-plugin-colorpicker
9da495
Summary:        gedit colorpicker plugin
9da495
Requires:       %{name}-data = %{version}-%{release}
9da495
Requires:       libpeas-loader-python3%{?_isa}
9da495
%description -n gedit-plugin-colorpicker
9da495
The gedit colorpicker plugin.
9da495
9da495
%package -n     gedit-plugin-colorschemer
9da495
Summary:        gedit colorschemer plugin
9da495
Requires:       %{name}-data = %{version}-%{release}
9da495
Requires:       libpeas-loader-python3%{?_isa}
9da495
%description -n gedit-plugin-colorschemer
9da495
The gedit colorschemer plugin.
9da495
9da495
%package -n     gedit-plugin-commander
9da495
Summary:        gedit commander plugin
9da495
Requires:       %{name}-data = %{version}-%{release}
9da495
Requires:       libpeas-loader-python3%{?_isa}
9da495
%description -n gedit-plugin-commander
9da495
The gedit commander plugin.
9da495
9da495
%package -n     gedit-plugin-drawspaces
9da495
Summary:        gedit drawspaces plugin
9da495
Requires:       %{name}-data = %{version}-%{release}
9da495
%description -n gedit-plugin-drawspaces
9da495
The gedit drawspaces plugin.
9da495
9da495
%package -n     gedit-plugin-findinfiles
9da495
Summary:        gedit findinfiles plugin
9da495
Requires:       %{name}-data = %{version}-%{release}
9da495
%description -n gedit-plugin-findinfiles
9da495
The gedit findinfiles plugin.
9da495
9da495
%if !0%{?rhel}
9da495
%package -n     gedit-plugin-git
9da495
Summary:        gedit git plugin
9da495
Requires:       %{name}-data = %{version}-%{release}
9da495
Requires:       libgit2-glib
9da495
Requires:       libpeas-loader-python3%{?_isa}
9da495
%description -n gedit-plugin-git
9da495
The gedit git plugin.
9da495
%endif
9da495
9da495
%package -n     gedit-plugin-joinlines
9da495
Summary:        gedit joinlines plugin
9da495
Requires:       %{name}-data = %{version}-%{release}
9da495
Requires:       libpeas-loader-python3%{?_isa}
9da495
%description -n gedit-plugin-joinlines
9da495
The gedit joinlines plugin.
9da495
9da495
%package -n     gedit-plugin-multiedit
9da495
Summary:        gedit multiedit plugin
9da495
Requires:       %{name}-data = %{version}-%{release}
9da495
Requires:       libpeas-loader-python3%{?_isa}
9da495
%description -n gedit-plugin-multiedit
9da495
The gedit multiedit plugin.
9da495
9da495
%package -n     gedit-plugin-sessionsaver
9da495
Summary:        gedit sessionsaver plugin
9da495
Requires:       %{name}-data = %{version}-%{release}
9da495
Requires:       libpeas-loader-python3%{?_isa}
9da495
%description -n gedit-plugin-sessionsaver
9da495
The gedit sessionsaver plugin.
9da495
9da495
%package -n     gedit-plugin-smartspaces
9da495
Summary:        gedit smartspaces plugin
9da495
Requires:       %{name}-data = %{version}-%{release}
9da495
Requires:       libpeas-loader-python3%{?_isa}
9da495
%description -n gedit-plugin-smartspaces
9da495
The gedit smartspaces plugin.
9da495
9da495
%package -n     gedit-plugin-synctex
9da495
Summary:        gedit synctex plugin
9da495
Requires:       %{name}-data = %{version}-%{release}
9da495
Requires:       libpeas-loader-python3%{?_isa}
9da495
%description -n gedit-plugin-synctex
9da495
The gedit synctex plugin.
9da495
9da495
%package -n     gedit-plugin-terminal
9da495
Summary:        gedit terminal plugin
9da495
Requires:       %{name}-data = %{version}-%{release}
9da495
Requires:       libpeas-loader-python3%{?_isa}
9da495
Requires:       vte291
9da495
%description -n gedit-plugin-terminal
9da495
The gedit terminal plugin.
9da495
9da495
%package -n     gedit-plugin-textsize
9da495
Summary:        gedit textsize plugin
9da495
Requires:       %{name}-data = %{version}-%{release}
9da495
Requires:       libpeas-loader-python3%{?_isa}
9da495
%description -n gedit-plugin-textsize
9da495
The gedit textsize plugin.
9da495
9da495
%package -n     gedit-plugin-translate
9da495
Summary:        gedit translate plugin
9da495
Requires:       %{name}-data = %{version}-%{release}
9da495
Requires:       libpeas-loader-python3%{?_isa}
9da495
%description -n gedit-plugin-translate
9da495
The gedit translate plugin.
9da495
9da495
%package -n     gedit-plugin-wordcompletion
9da495
Summary:        gedit wordcompletion plugin
9da495
Requires:       %{name}-data = %{version}-%{release}
9da495
%description -n gedit-plugin-wordcompletion
9da495
The gedit wordcompletion plugin.
9da495
9da495
%prep
9da495
%autosetup -p1 -n %{name}-%{tarball_version}
9da495
9da495
%build
9da495
%meson \
9da495
%if 0%{?rhel}
9da495
  -Dplugin_charmap=false \
9da495
  -Dplugin_git=false \
9da495
%endif
9da495
  %nil
9da495
%meson_build
9da495
9da495
%install
9da495
%meson_install
9da495
9da495
%py_byte_compile %{__python3} %{buildroot}%{_libdir}/gedit/plugins/
9da495
9da495
%find_lang %{name} --with-gnome
9da495
%find_lang gedit --with-gnome
9da495
9da495
%check
9da495
[ -f ${RPM_BUILD_ROOT}%{_libdir}/gedit/plugins/terminal.py ]
9da495
9da495
# Empty files section for the metapackage to make sure it's created
9da495
%files
9da495
9da495
%files data -f %{name}.lang -f gedit.lang
9da495
%license COPYING
9da495
%doc README.md NEWS AUTHORS
9da495
%dir %{_libdir}/gedit/plugins/
9da495
%dir %{_libdir}/gedit/plugins/__pycache__/
9da495
%dir %{_datadir}/gedit/plugins/
9da495
%{_libdir}/gedit/plugins/gpdefs.*
9da495
%{_libdir}/gedit/plugins/__pycache__/gpdefs.*
9da495
9da495
%files -n gedit-plugin-bookmarks
9da495
%{_libdir}/gedit/plugins/bookmarks.plugin
9da495
%{_libdir}/gedit/plugins/libbookmarks.so
9da495
%{_datadir}/metainfo/gedit-bookmarks.metainfo.xml
9da495
9da495
%files -n gedit-plugin-bracketcompletion
9da495
%{_libdir}/gedit/plugins/bracketcompletion.*
9da495
%{_libdir}/gedit/plugins/__pycache__/bracketcompletion.*
9da495
%{_datadir}/metainfo/gedit-bracketcompletion.metainfo.xml
9da495
9da495
%if !0%{?rhel}
9da495
%files -n gedit-plugin-charmap
9da495
%{_libdir}/gedit/plugins/charmap
9da495
%{_libdir}/gedit/plugins/charmap.plugin
9da495
%{_datadir}/metainfo/gedit-charmap.metainfo.xml
9da495
%endif
9da495
9da495
%files -n gedit-plugin-codecomment
9da495
%{_libdir}/gedit/plugins/codecomment.*
9da495
%{_libdir}/gedit/plugins/__pycache__/codecomment.*
9da495
%{_datadir}/metainfo/gedit-codecomment.metainfo.xml
9da495
9da495
%files -n gedit-plugin-colorpicker
9da495
%{_libdir}/gedit/plugins/colorpicker.*
9da495
%{_libdir}/gedit/plugins/__pycache__/colorpicker.*
9da495
%{_datadir}/metainfo/gedit-colorpicker.metainfo.xml
9da495
9da495
%files -n gedit-plugin-colorschemer
9da495
%{_datadir}/gedit/plugins/colorschemer/ui/schemer.ui
9da495
%{_libdir}/gedit/plugins/colorschemer
9da495
%{_libdir}/gedit/plugins/colorschemer.plugin
9da495
%{_datadir}/metainfo/gedit-colorschemer.metainfo.xml
9da495
9da495
%files -n gedit-plugin-commander
9da495
%{_datadir}/gedit/plugins/commander
9da495
%{_libdir}/gedit/plugins/commander
9da495
%{_libdir}/gedit/plugins/commander.plugin
9da495
%{_datadir}/metainfo/gedit-commander.metainfo.xml
9da495
9da495
%files -n gedit-plugin-drawspaces
9da495
%{_datadir}/glib-2.0/schemas/org.gnome.gedit.plugins.drawspaces.gschema.xml
9da495
%{_libdir}/gedit/plugins/drawspaces.plugin
9da495
%{_libdir}/gedit/plugins/libdrawspaces.so
9da495
%{_datadir}/metainfo/gedit-drawspaces.metainfo.xml
9da495
9da495
%files -n gedit-plugin-findinfiles
9da495
%{_libdir}/gedit/plugins/findinfiles.plugin
9da495
%{_libdir}/gedit/plugins/libfindinfiles.so
9da495
%{_datadir}/metainfo/gedit-findinfiles.metainfo.xml
9da495
9da495
%if !0%{?rhel}
9da495
%files -n gedit-plugin-git
9da495
%{_libdir}/gedit/plugins/git
9da495
%{_libdir}/gedit/plugins/git.plugin
9da495
%{_datadir}/metainfo/gedit-git.metainfo.xml
9da495
%endif
9da495
9da495
%files -n gedit-plugin-joinlines
9da495
%{_libdir}/gedit/plugins/joinlines.*
9da495
%{_libdir}/gedit/plugins/__pycache__/joinlines.*
9da495
%{_datadir}/metainfo/gedit-joinlines.metainfo.xml
9da495
9da495
%files -n gedit-plugin-multiedit
9da495
%{_libdir}/gedit/plugins/multiedit
9da495
%{_libdir}/gedit/plugins/multiedit.plugin
9da495
%{_datadir}/metainfo/gedit-multiedit.metainfo.xml
9da495
9da495
%files -n gedit-plugin-sessionsaver
9da495
%{_datadir}/gedit/plugins/sessionsaver
9da495
%{_libdir}/gedit/plugins/sessionsaver
9da495
%{_libdir}/gedit/plugins/sessionsaver.plugin
9da495
9da495
%files -n gedit-plugin-smartspaces
9da495
%{_libdir}/gedit/plugins/libsmartspaces.so
9da495
%{_libdir}/gedit/plugins/smartspaces.plugin
9da495
%{_datadir}/metainfo/gedit-smartspaces.metainfo.xml
9da495
9da495
%files -n gedit-plugin-synctex
9da495
%{_libdir}/gedit/plugins/synctex
9da495
%{_libdir}/gedit/plugins/synctex.plugin
9da495
%{_datadir}/metainfo/gedit-synctex.metainfo.xml
9da495
9da495
%files -n gedit-plugin-terminal
9da495
%{_datadir}/glib-2.0/schemas/org.gnome.gedit.plugins.terminal.gschema.xml
9da495
%{_libdir}/gedit/plugins/__pycache__/terminal.*
9da495
%{_libdir}/gedit/plugins/terminal.*
9da495
%{_datadir}/metainfo/gedit-terminal.metainfo.xml
9da495
9da495
%files -n gedit-plugin-textsize
9da495
%{_libdir}/gedit/plugins/textsize
9da495
%{_libdir}/gedit/plugins/textsize.plugin
9da495
%{_datadir}/metainfo/gedit-textsize.metainfo.xml
9da495
9da495
%files -n gedit-plugin-translate
9da495
%{_datadir}/glib-2.0/schemas/org.gnome.gedit.plugins.translate.gschema.xml
9da495
%{_libdir}/gedit/plugins/translate/
9da495
%{_libdir}/gedit/plugins/translate.plugin
9da495
%{_datadir}/metainfo/gedit-translate.metainfo.xml
9da495
%{_datadir}/gedit/plugins/translate/
9da495
9da495
%files -n gedit-plugin-wordcompletion
9da495
%{_datadir}/glib-2.0/schemas/org.gnome.gedit.plugins.wordcompletion.gschema.xml
9da495
%{_libdir}/gedit/plugins/libwordcompletion.so
9da495
%{_libdir}/gedit/plugins/wordcompletion.plugin
9da495
%{_datadir}/metainfo/gedit-wordcompletion.metainfo.xml
9da495
9da495
%changelog
9da495
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 40.1-2
9da495
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
9da495
  Related: rhbz#1991688
9da495
9da495
* Wed May 05 2021 Kalev Lember <klember@redhat.com> - 40.1-1
9da495
- Update to 40.1
9da495
9da495
* Tue May 04 2021 Ray Strode <rstrode@redhat.com> - 40.0-4
9da495
- Rebuild
9da495
  Related: #1951302
9da495
9da495
* Tue Apr 20 2021 Kalev Lember <klember@redhat.com> - 40.0-3
9da495
- Avoid depending on tepl as it's unmainained upstream
9da495
9da495
* Thu Apr 15 2021 Mohan Boddu <mboddu@redhat.com> - 40.0-2
9da495
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
9da495
9da495
* Wed Mar 24 2021 Kalev Lember <klember@redhat.com> - 40.0-1
9da495
- Update to 40.0
9da495
- Filter provides for plugin .so files
9da495
9da495
* Fri Feb 05 2021 Kalev Lember <klember@redhat.com> - 3.38.1-3
9da495
- Don't build gedit-plugin-charmap and gedit-plugin-git for RHEL
9da495
9da495
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 3.38.1-2
9da495
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
9da495
9da495
* Wed Nov 25 2020 Kalev Lember <klember@redhat.com> - 3.38.1-1
9da495
- Update to 3.38.1
9da495
9da495
* Fri Sep 11 2020 Kalev Lember <klember@redhat.com> - 3.38.0-1
9da495
- Update to 3.38.0
9da495
9da495
* Fri Sep 04 2020 Kalev Lember <klember@redhat.com> - 3.37.92-1
9da495
- Update to 3.37.92
9da495
- Explicitly byte-compile python files using py_byte_compile macro
9da495
- Fix FTBFS (#1863608)
9da495
9da495
* Sat Aug 01 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3.36.2-4
9da495
- Second attempt - Rebuilt for
9da495
  https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
9da495
9da495
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3.36.2-3
9da495
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
9da495
9da495
* Tue Jun 02 2020 Adam Williamson <awilliam@redhat.com> - 3.36.2-2
9da495
- Rebuild for new libgedit
9da495
9da495
* Fri Mar 27 2020 Kalev Lember <klember@redhat.com> - 3.36.2-1
9da495
- Update to 3.36.2
9da495
9da495
* Wed Mar 11 2020 Kalev Lember <klember@redhat.com> - 3.36.1-1
9da495
- Update to 3.36.1
9da495
9da495
* Fri Mar 06 2020 Kalev Lember <klember@redhat.com> - 3.36.0-1
9da495
- Update to 3.36.0
9da495
9da495
* Tue Feb 04 2020 Kalev Lember <klember@redhat.com> - 3.35.90-1
9da495
- Update to 3.35.90
9da495
- Remove the zeitgeist plugin
9da495
9da495
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3.35.1-2
9da495
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
9da495
9da495
* Mon Jan 20 2020 Kalev Lember <klember@redhat.com> - 3.35.1-1
9da495
- Update to 3.35.1
9da495
9da495
* Wed Nov 27 2019 Kalev Lember <klember@redhat.com> - 3.34.1-1
9da495
- Update to 3.34.1
9da495
- Re-add synctex plugin
9da495
9da495
* Wed Sep 11 2019 Kalev Lember <klember@redhat.com> - 3.34.0-2
9da495
- Fix building with zeitgeist disabled
9da495
9da495
* Mon Sep 09 2019 Kalev Lember <klember@redhat.com> - 3.34.0-1
9da495
- Update to 3.34.0
9da495
9da495
* Tue Sep 03 2019 Kalev Lember <klember@redhat.com> - 3.33.92-1
9da495
- Update to 3.33.92
9da495
9da495
* Sun Aug 25 2019 Kalev Lember <klember@redhat.com> - 3.33.90-2
9da495
- Spec file cleanups after the meson port
9da495
9da495
* Thu Aug 08 2019 Phil Wyett <philwyett@kathenas.org> - 3.33.90-1
9da495
- Update to 3.33.90.
9da495
- This release removes 'synctex' plugin.
9da495
- This release adds new 'sessionsaver' plugin.
9da495
- Update 'zeitgeist' plugin conditonal. Fedora only, not in RHEL.
9da495
- Remove old patches.
9da495
9da495
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 3.32.2-2
9da495
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
9da495
9da495
* Wed May 15 2019 Kalev Lember <klember@redhat.com> - 3.32.2-1
9da495
- Update to 3.32.2
9da495
9da495
* Mon Mar 11 2019 Kalev Lember <klember@redhat.com> - 3.32.0-1
9da495
- Update to 3.32.0
9da495
9da495
* Mon Feb 04 2019 Kalev Lember <klember@redhat.com> - 3.31.90-2
9da495
- Rebuilt for gtksourceview4
9da495
9da495
* Mon Feb 04 2019 Kalev Lember <klember@redhat.com> - 3.31.90-1
9da495
- Update to 3.31.90
9da495
9da495
* Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 3.31.4-2
9da495
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
9da495
9da495
* Thu Jan 10 2019 Kalev Lember <klember@redhat.com> - 3.31.4-1
9da495
- Update to 3.31.4
9da495
- Drop gedit-plugin-dashboard as the plugin is removed upstream
9da495
9da495
* Wed Sep 26 2018 Kalev Lember <klember@redhat.com> - 3.30.1-1
9da495
- Update to 3.30.1
9da495
9da495
* Thu Sep 06 2018 Kalev Lember <klember@redhat.com> - 3.30.0-1
9da495
- Update to 3.30.0
9da495
9da495
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.28.1-3
9da495
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
9da495
9da495
* Tue Jun 19 2018 Miro Hrončok <mhroncok@redhat.com> - 3.28.1-2
9da495
- Rebuilt for Python 3.7
9da495
9da495
* Mon Apr 09 2018 Kalev Lember <klember@redhat.com> - 3.28.1-1
9da495
- Update to 3.28.1
9da495
9da495
* Mon Mar 12 2018 Kalev Lember <klember@redhat.com> - 3.28.0-1
9da495
- Update to 3.28.0
9da495
9da495
* Sun Mar 11 2018 Kalev Lember <klember@redhat.com> - 3.27.92-1
9da495
- Update to 3.27.92
9da495
9da495
* Mon Mar 05 2018 Kalev Lember <klember@redhat.com> - 3.27.1-1
9da495
- Update to 3.27.1
9da495
- Add new translate plugin
9da495
9da495
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.22.0-6
9da495
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
9da495
9da495
* Fri Dec 08 2017 Ray Strode <rstrode@redhat.com> - 3.22.0-5
9da495
- Drop non-functional python2 support
9da495
9da495
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.22.0-4
9da495
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
9da495
9da495
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.22.0-3
9da495
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
9da495
9da495
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.22.0-2
9da495
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
9da495
9da495
* Mon Sep 19 2016 Kalev Lember <klember@redhat.com> - 3.22.0-1
9da495
- Update to 3.22.0
9da495
- Don't set group tags
9da495
- Use make_install macro
9da495
- Update project URLs
9da495
9da495
* Sun Mar 20 2016 Kalev Lember <klember@redhat.com> - 3.20.0-1
9da495
- Update to 3.20.0
9da495
9da495
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 3.18.0-3
9da495
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
9da495
9da495
* Tue Nov 10 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.18.0-2
9da495
- Rebuilt for https://fedoraproject.org/wiki/Changes/python3.5
9da495
9da495
* Mon Sep 21 2015 Kalev Lember <klember@redhat.com> - 3.18.0-1
9da495
- Update to 3.18.0
9da495
9da495
* Mon Sep 14 2015 Kalev Lember <klember@redhat.com> - 3.17.1-1
9da495
- Update to 3.17.1
9da495
- Require gucharmap-libs instead of gucharmap
9da495
9da495
* Fri Jul 31 2015 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 3.17.0-4
9da495
- Rebuilt for libgit2-0.23.0 and libgit2-glib-0.23
9da495
9da495
* Sat Jul 04 2015 Kalev Lember <klember@redhat.com> - 3.17.0-3
9da495
- Require libpeas-loader-python3 for Python 3 plugin support (#1226879)
9da495
9da495
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.17.0-2
9da495
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
9da495
9da495
* Fri May 01 2015 Kalev Lember <kalevlember@gmail.com> - 3.17.0-1
9da495
- Update to 3.17.0
9da495
- Include new findinfiles plugin
9da495
9da495
* Tue Mar 24 2015 Kalev Lember <kalevlember@gmail.com> - 3.16.0-1
9da495
- Update to 3.16.0
9da495
9da495
* Sat Mar 14 2015 Kalev Lember <kalevlember@gmail.com> - 3.15.1-1
9da495
- Update to 3.15.1
9da495
- Use %%license macro for the COPYING file
9da495
9da495
* Sat Feb 21 2015 Kalev Lember <kalevlember@gmail.com> - 3.15.0-1
9da495
- Update to 3.15.0
9da495
9da495
* Wed Nov 12 2014 Kalev Lember <kalevlember@gmail.com> - 3.14.1-1
9da495
- Update to 3.14.1
9da495
9da495
* Wed Nov 05 2014 Debarshi Ray <rishi@fedoraproject.org> - 3.14.0-2
9da495
- We need the new VTE API/ABI to run
9da495
- Carry an upstream patch to pick up a last-minute VTE API break
9da495
9da495
* Mon Sep 22 2014 Kalev Lember <kalevlember@gmail.com> - 3.14.0-1
9da495
- Update to 3.14.0
9da495
9da495
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org>
9da495
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
9da495
9da495
* Sat Jul 26 2014 Kalev Lember <kalevlember@gmail.com> - 3.13.2-1
9da495
- Update to 3.13.2
9da495
9da495
* Thu Jul 24 2014 Kalev Lember <kalevlember@gmail.com> - 3.13.1-1
9da495
- Update to 3.13.1
9da495
9da495
* Wed Jun 25 2014 Kalev Lember <kalevlember@gmail.com> - 3.13.0-2
9da495
- Ship gpdefs in the -data package
9da495
- Build the zeitgeist plugin
9da495
9da495
* Wed Jun 25 2014 Richard Hughes <rhughes@redhat.com> - 3.13.0-1
9da495
- Update to 3.13.0
9da495
9da495
* Fri Jun 13 2014 Richard Hughes <rhughes@redhat.com> - 3.12.1-3
9da495
- Split out the plugins into subpackages
9da495
- This allows us to add and remove them separately in gnome-software
9da495
9da495
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.12.1-2
9da495
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
9da495
9da495
* Tue Apr 15 2014 Kalev Lember <kalevlember@gmail.com> - 3.12.1-1
9da495
- Update to 3.12.1
9da495
9da495
* Mon Mar 24 2014 Richard Hughes <rhughes@redhat.com> - 3.12.0-1
9da495
- Update to 3.12.0
9da495
9da495
* Wed Mar 05 2014 Richard Hughes <rhughes@redhat.com> - 3.11.91-1
9da495
- Update to 3.11.91
9da495
9da495
* Fri Feb 14 2014 Richard Hughes <rhughes@redhat.com> - 3.11.2-1
9da495
- Update to 3.11.2
9da495
9da495
* Wed Jan 15 2014 Richard Hughes <rhughes@redhat.com> - 3.11.1-1
9da495
- Update to 3.11.1
9da495
9da495
* Fri Dec 27 2013 Ignacio Casal Quinteiro <icq@gnome.org> - 3.10.1-1
9da495
- Update to 3.10.1
9da495
9da495
* Tue Sep 24 2013 Ignacio Casal Quinteiro <icq@gnome.org> - 3.10.0-1
9da495
- Update to 3.10.0
9da495
9da495
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.8.3-2
9da495
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
9da495
9da495
* Wed Jun 19 2013 Ignacio Casal Quinteiro <icq@gnome.org> - 3.8.3-1
9da495
- Update to 3.8.3
9da495
9da495
* Sun May 26 2013 Ignacio Casal Quinteiro <icq@gnome.org> - 3.8.2-1
9da495
- Update to 3.8.2
9da495
9da495
* Mon May  6 2013 Marek Kasik <mkasik@redhat.com> - 3.8.1-2
9da495
- Make building of Zeitgeist plugins and usage of python3 conditional
9da495
9da495
* Mon Apr 15 2013 Kalev Lember <kalevlember@gmail.com> - 3.8.1-1
9da495
- Update to 3.8.1
9da495
9da495
* Tue Mar 26 2013 Kalev Lember <kalevlember@gmail.com> - 3.8.0-2
9da495
- Rebuilt for gtksourceview3 soname bump
9da495
9da495
* Mon Mar 25 2013 Ignacio Casal Quinteiro <icq@gnome.org> - 3.8.0-1
9da495
- Update to 3.8.0
9da495
9da495
* Sun Jan 27 2013 Ignacio Casal Quinteiro <icq@gnome.org> - 3.7.1-1
9da495
- Update to 3.7.1
9da495
9da495
* Tue Oct 16 2012 Ignacio Casal Quinteiro <icq@gnome.org> - 3.6.1-1
9da495
- Update to 3.6.1
9da495
9da495
* Mon Sep 24 2012 Ignacio Casal Quinteiro <icq@gnome.org> - 3.6.0-1
9da495
- Update to 3.6.0
9da495
9da495
* Wed Sep 19 2012 Ignacio Casal Quinteiro <icq@gnome.org> - 3.5.2-1
9da495
- Update to 3.5.2
9da495
9da495
* Sat Aug 18 2012 Ignacio Casal Quinteiro <icq@gnome.org> - 3.5.1-1
9da495
- Update to 3.5.1
9da495
9da495
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.4.0-3
9da495
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
9da495
9da495
* Tue Apr 24 2012 Kalev Lember <kalevlember@gmail.com> - 3.4.0-2
9da495
- Silence rpm scriptlet output
9da495
9da495
* Mon Mar 26 2012 Ignacio Casal Quinteiro <icq@gnome.org> - 3.4.0-1
9da495
- Update to 3.4.0
9da495
9da495
* Wed Mar 07 2012 Ignacio Casal Quinteiro <icq@gnome.org> - 3.3.4-1
9da495
- Update to 3.3.4
9da495
9da495
* Sat Feb 25 2012 Ignacio Casal Quinteiro <icq@gnome.org> - 3.3.3-1
9da495
- Update to 3.3.3
9da495
9da495
* Tue Feb 07 2012 Ignacio Casal Quinteiro <icq@gnome.org> - 3.3.2-1
9da495
- Update to 3.3.2
9da495
9da495
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.3.1-2
9da495
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
9da495
9da495
* Sat Dec 03 2011 Ignacio Casal Quinteiro <icq@gnome.org> - 3.3.1-1
9da495
- Update to 3.3.1
9da495
9da495
* Sun Oct 16 2011 Ignacio Casal Quinteiro <icq@gnome.org> - 3.2.1-1
9da495
- Update to 3.2.1
9da495
9da495
* Mon Sep 26 2011 Ignacio Casal Quinteiro <icq@gnome.org> - 3.2.0-1
9da495
- Update to 3.2.0
9da495
- Bump pygobject to 3.0
9da495
9da495
* Tue Sep 20 2011 Ignacio Casal Quinteiro <icq@gnome.org> - 3.1.5-1
9da495
- Update to 3.1.5
9da495
9da495
* Tue Sep 06 2011 Ignacio Casal Quinteiro <icq@gnome.org> - 3.1.4-1
9da495
- Update to 3.1.4
9da495
9da495
* Thu Sep 01 2011 Ignacio Casal Quinteiro <icq@gnome.org> - 3.1.3-1
9da495
- Update to 3.1.3
9da495
9da495
* Tue Jul 05 2011 Ignacio Casal Quinteiro <icq@gnome.org> - 3.1.2-1
9da495
- Update to 3.1.2
9da495
9da495
* Thu Jun 16 2011 Tomas Bzatek <tbzatek@redhat.com> - 3.1.1-1
9da495
- Update to 3.1.1
9da495
9da495
* Wed May 18 2011 Ignacio Casal Quinteiro <icq@gnome.org> - 3.0.2-2
9da495
- Remove useless deps
9da495
9da495
* Tue Apr 26 2011 Matthias Clasen <mclasen@redhat.com> - 3.0.2-1
9da495
- Update to 3.0.2
9da495
9da495
* Wed Apr 13 2011 Christopher Aillon <caillon@redhat.com> - 3.0.1-1
9da495
- Update to 3.0.1
9da495
9da495
* Wed Apr  6 2011 Tomas Bzatek <tbzatek@redhat.com> - 3.0.0-1
9da495
- Update to 3.0.0
9da495
9da495
* Sun Mar 27 2011 Christopher Aillon <caillon@redhat.com> - 2.91.3-1
9da495
- Update to 2.91.3
9da495
9da495
* Tue Mar  8 2011 Matthias Clasen <mclasen@redhat.com> - 2.91.1-1
9da495
- Update to 2.91.1
9da495
9da495
* Mon Feb 28 2011 Matthias Clasen <mclasen@redhat.com> - 2.91.90-3
9da495
- Rebuild against newer libpeas
9da495
9da495
* Thu Feb 24 2011 Matthias Clasen <mclasen@redhat.com> - 2.91.90-2
9da495
- Add runtime dependencies to make introspection work
9da495
9da495
* Tue Feb 22 2011 Matthias Clasen <mclasen@redhat.com> - 2.91.90-1
9da495
- Update to 2.91.90
9da495
9da495
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.31.6-3
9da495
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
9da495
9da495
* Thu Oct  7 2010 Matthias Clasen <mclasen@redhat.com> 2.31.6-1
9da495
- Rebuild against newer gucharmap
9da495
9da495
* Thu Sep 02 2010 Rakesh Pandit <rakesh@fedoraproject.org> 2.31.6-1
9da495
- Updated to 2.31.6
9da495
- FTBFS 599912
9da495
9da495
* Wed Aug 11 2010 David Malcolm <dmalcolm@redhat.com> - 2.31.1-2
9da495
- recompiling .py files against Python 2.7 (rhbz#623308)
9da495
9da495
* Wed May 19 2010 Rakesh Pandit <rakesh@fedoraproject.org> 2.31.1-1
9da495
- Updated to 2.31.1
9da495
9da495
* Fri Apr 23 2010 Rakesh Pandit <rakesh@fedoraproject.org> 2.30.0-1
9da495
- Updated to 2.30.0
9da495
9da495
* Wed Jan 27 2010 Rakesh Pandit <rakesh@fedoraproject.org> 2.29.4-1
9da495
- Updated to 2.29.4
9da495
9da495
* Wed Dec 02 2009 Rakesh Pandit <rakesh@fedoraproject.org> 2.29.3-1
9da495
- Updated to 2.29.3
9da495
9da495
* Mon Nov 09 2009 Rakesh Pandit <rakesh@fedoraproject.org> 2.28.0-1
9da495
- Updated to 2.28.0
9da495
9da495
* Mon Aug 10 2009 Ville Skyttä <ville.skytta@iki.fi> - 2.26.1-3
9da495
- Use bzipped upstream tarball.
9da495
9da495
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.26.1-2
9da495
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
9da495
9da495
* Sat Apr 11 2009 Dodji Seketeli <dodji@redhat.org> - 2.26.1-1
9da495
- Update to upstream release 2..26.1
9da495
- Fixes GNOME bugzilla bug #576766 - Crash when Configuring "Draw Spaces"
9da495
- Make sure to remove all *.la files
9da495
- Remove BuildRequire libgnomeui-devel as needless now
9da495
9da495
* Fri Apr 10 2009 Dodji Seketeli <dodji@redhat.org> - 2.26.0-1
9da495
- Update to upstream release (2.26.1)
9da495
- Add plugin files from %%{_datadir}
9da495
- Don't check for vte anymore, the package checks it pkg-config
9da495
- Add 'bookmarks' to the plugin set
9da495
9da495
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.22.3-4
9da495
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
9da495
9da495
* Mon Dec 01 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm@gmail.com> - 2.22.3-3
9da495
- Rebuild for Python 2.6
9da495
9da495
* Mon Sep 29 2008 Rakesh Pandit <rakesh@fedoraproject.org> - 2.22.3-2
9da495
- Fixed buildrequires
9da495
9da495
* Mon Sep 29 2008 Rakesh Pandit <rakesh@fedoraproject.org> - 2.22.3-1
9da495
- Updated to 2.22.3
9da495
9da495
* Mon Sep 29 2008 Rakesh Pandit <rakesh@fedoraproject.org> - 2.22.0-2
9da495
- rebuild to pick latest gucharmap
9da495
9da495
* Tue Mar 18 2008 Trond Danielsen <trond.danielsen@gmail.com> - 2.22.0-1
9da495
- Updated.
9da495
9da495
* Mon Apr 30 2007 Trond Danielsen <trond.danielsen@gmail.com> - 2.18.0-2
9da495
- Disable buggy session saver plugin.
9da495
- Removed static libraries.
9da495
9da495
* Sun Apr 01 2007 Trond Danielsen <trond.danielsen@gmail.com> - 2.18.0-1
9da495
- Initial version.