Compare commits
No commits in common. "c8" and "c9-beta" have entirely different histories.
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
|||||||
SOURCES/gtkspell3-3.0.9.tar.xz
|
SOURCES/gtkspell3-3.0.10.tar.xz
|
||||||
|
@ -1 +1 @@
|
|||||||
c14e7099dbbad98513d6ba00e40481f991453b46 SOURCES/gtkspell3-3.0.9.tar.xz
|
5a77b84891f6877fcf273c68ae8187912068304f SOURCES/gtkspell3-3.0.10.tar.xz
|
||||||
|
@ -1,20 +1,20 @@
|
|||||||
Name: gtkspell3
|
Name: gtkspell3
|
||||||
Version: 3.0.9
|
Version: 3.0.10
|
||||||
Release: 5%{?dist}
|
Release: 9%{?dist}
|
||||||
Summary: On-the-fly spell checking for GtkTextView widgets
|
Summary: On-the-fly spell checking for GtkTextView widgets
|
||||||
|
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
URL: http://gtkspell.sourceforge.net/
|
URL: http://gtkspell.sourceforge.net/
|
||||||
Source0: http://downloads.sourceforge.net/gtkspell/gtkspell3-%{version}.tar.xz
|
Source0: http://downloads.sourceforge.net/gtkspell/gtkspell3-%{version}.tar.xz
|
||||||
|
|
||||||
BuildRequires: enchant-devel
|
BuildRequires: enchant2-devel
|
||||||
BuildRequires: gettext
|
BuildRequires: gettext
|
||||||
BuildRequires: gobject-introspection-devel
|
BuildRequires: gobject-introspection-devel
|
||||||
BuildRequires: gtk3-devel
|
BuildRequires: gtk3-devel
|
||||||
BuildRequires: intltool
|
BuildRequires: intltool
|
||||||
BuildRequires: vala-devel
|
BuildRequires: vala
|
||||||
BuildRequires: vala-tools
|
|
||||||
BuildRequires: iso-codes-devel
|
BuildRequires: iso-codes-devel
|
||||||
|
BuildRequires: make
|
||||||
|
|
||||||
Requires: iso-codes
|
Requires: iso-codes
|
||||||
|
|
||||||
@ -50,10 +50,6 @@ find %{buildroot} -name '*.la' -exec rm -f {} ';'
|
|||||||
%find_lang gtkspell3
|
%find_lang gtkspell3
|
||||||
|
|
||||||
|
|
||||||
%post -p /sbin/ldconfig
|
|
||||||
%postun -p /sbin/ldconfig
|
|
||||||
|
|
||||||
|
|
||||||
%files -f gtkspell3.lang
|
%files -f gtkspell3.lang
|
||||||
%doc AUTHORS README
|
%doc AUTHORS README
|
||||||
%license COPYING
|
%license COPYING
|
||||||
@ -71,6 +67,37 @@ find %{buildroot} -name '*.la' -exec rm -f {} ';'
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 3.0.10-9
|
||||||
|
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
||||||
|
Related: rhbz#1991688
|
||||||
|
|
||||||
|
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 3.0.10-8
|
||||||
|
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
||||||
|
|
||||||
|
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.10-7
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||||
|
|
||||||
|
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.10-6
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||||
|
|
||||||
|
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.10-5
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||||
|
|
||||||
|
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.10-4
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||||||
|
|
||||||
|
* Mon Feb 04 2019 Kalev Lember <klember@redhat.com> - 3.0.10-3
|
||||||
|
- Update BRs for vala packaging changes
|
||||||
|
|
||||||
|
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.10-2
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||||
|
|
||||||
|
* Wed Sep 19 2018 Sandro Mani <manisandro@gmail.com> - 3.0.10-1
|
||||||
|
- Update to 3.0.10
|
||||||
|
|
||||||
|
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.9-6
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||||
|
|
||||||
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.9-5
|
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.9-5
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user