a0f7777
%define glib2_version 2.32.0
758f907
# this is already higher than the minimum supported upstream
b2c1f21
%define gtk3_version 3.15.9
8216a19
8216a19
Name:           gucharmap
b26a169
Version:        15.1.5
9bff94f
Release:        1%{?dist}
8216a19
Summary:        Unicode character picker and font browser
8216a19
8d86c1b
# semver X, Y and Y+1
8d86c1b
%global ver_major       %(echo %{version} | cut -d. -f1)
8d86c1b
%global ver_minor       %(echo %{version} | cut -d. -f2)
8d86c1b
%global ver_minor_next  %(echo $((%{ver_minor}+1)))
8d86c1b
a4281e9
License:        GPL-3.0-or-later AND GFDL-1.3-or-later AND Unicode-DFS-2016
b7d608d
# GPL for the source code, GFDL for the docs, MIT for Unicode data
6df7a11
URL:            https://wiki.gnome.org/Apps/Gucharmap
3525a49
Source:         https://gitlab.gnome.org/GNOME/gucharmap/-/archive/%{version}/gucharmap-%{version}.tar.bz2
0e7bd9c
7a0e046
BuildRequires:  desktop-file-utils
05a6201
BuildRequires:  glib2-devel >= %{glib2_version}
05a6201
BuildRequires:  gtk3-devel >= %{gtk3_version}
05a6201
BuildRequires:  gobject-introspection-devel
05a6201
BuildRequires:  gettext
7ce4b6f
BuildRequires:  gtk-doc
7a0e046
BuildRequires:  itstool
7a0e046
BuildRequires:  libappstream-glib
3525a49
BuildRequires:  meson
7a0e046
BuildRequires:  perl(Env)
8d86c1b
BuildRequires:  (unicode-ucd >= %{ver_major}.%{ver_minor} with unicode-ucd < %{ver_major}.%{ver_minor_next})
8d86c1b
BuildRequires:  (unicode-ucd-unihan >= %{ver_major}.%{ver_minor} with unicode-ucd-unihan < %{ver_major}.%{ver_minor_next})
3525a49
BuildRequires:  vala
8216a19
68411a3
Requires:       %{name}-libs%{?_isa} = %{version}-%{release}
68411a3
8216a19
%description
364bd5a
This program allows you to browse through all the available Unicode
364bd5a
characters and categories for the installed fonts, and to examine their
364bd5a
detailed properties. It is an easy way to find the character you might
8216a19
only know by its Unicode name or code point.
8216a19
68411a3
%package libs
68411a3
Summary: libgucharmap library
68411a3
68411a3
%description libs
68411a3
The %{name}-libs package contains the libgucharmap library.
68411a3
8216a19
%package devel
8216a19
Summary: Libraries and headers for libgucharmap
68411a3
Requires: %{name}-libs%{?_isa} = %{version}-%{release}
8216a19
8216a19
%description devel
8216a19
The gucharmap-devel package contains header files and other resources
8216a19
needed to use the libgucharmap library.
8216a19
8216a19
%prep
5df027c
%autosetup
8216a19
8216a19
%build
7ce4b6f
%meson -Ducd_path=%{_datadir}/unicode/ucd -Ddocs=true
3525a49
758f907
%meson_build
8216a19
8216a19
%install
3525a49
%meson_install
8216a19
b7d608d
%find_lang gucharmap --with-gnome
8216a19
547a351
%check
7a0e046
desktop-file-validate %{buildroot}%{_datadir}/applications/%{name}.desktop
7a0e046
appstream-util validate-relax --nonet %{buildroot}%{_metainfodir}/%{name}.metainfo.xml
547a351
8216a19
%files -f gucharmap.lang
3525a49
%license COPYING COPYING.GFDL COPYING.UNICODE
3525a49
%doc README.md
7a0e046
%{_bindir}/%{name}
7a0e046
%{_datadir}/applications/%{name}.desktop
4b1285a
%{_datadir}/glib-2.0/schemas/org.gnome.Charmap.gschema.xml
7a0e046
%{_metainfodir}/%{name}.metainfo.xml
8216a19
68411a3
%files libs
68411a3
%license COPYING
68411a3
%{_libdir}/libgucharmap_2_90.so.*
68411a3
%{_libdir}/girepository-1.0/
68411a3
8216a19
%files devel
25f1631
%{_includedir}/gucharmap-2.90
25f1631
%{_libdir}/libgucharmap_2_90.so
25f1631
%{_libdir}/pkgconfig/gucharmap-2.90.pc
cbe7cca
%{_datadir}/gir-1.0
7ce4b6f
%{_datadir}/gtk-doc/html/gucharmap-2.90/
3525a49
%{_datadir}/vala/vapi/gucharmap-2.90.deps
3525a49
%{_datadir}/vala/vapi/gucharmap-2.90.vapi
8216a19
8216a19
%changelog
b26a169
* Sat May 25 2024 Alexander Ploumistos <alexpl@fedoraproject.org> - 15.1.5-1
b26a169
- Update to 15.1.5 (#2283261)
b26a169
aee9d0c
* Sun Apr 21 2024 Alexander Ploumistos <alexpl@fedoraproject.org> - 15.1.4-1
aee9d0c
- Update to 15.1.4 (#2276236)
aee9d0c
9bff94f
* Sat Mar 16 2024 Alexander Ploumistos <alexpl@fedoraproject.org> - 15.1.3-1
9bff94f
- Update to 15.1.3 (#2269745)
9bff94f
0a8919a
* Wed Jan 24 2024 Fedora Release Engineering <releng@fedoraproject.org> - 15.1.2-3
0a8919a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
0a8919a
aa718c2
* Sat Jan 20 2024 Fedora Release Engineering <releng@fedoraproject.org> - 15.1.2-2
aa718c2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
aa718c2
939f574
* Thu Oct 19 2023 Alexander Ploumistos <alexpl@fedoraproject.org> - 15.1.2-1
939f574
 - Update to 15.1.2 (#2245093)
939f574
f8fcb4c
* Sun Sep 17 2023 Alexander Ploumistos <alexpl@fedoraproject.org> - 15.1.1-1
f8fcb4c
- Update to 15.1.1 (#2239341)
f8fcb4c
a4281e9
* Sun Sep 17 2023 Alexander Ploumistos <alexpl@fedoraproject.org> - 15.1.0-1
a4281e9
- Update to 15.1.0 (#2238638)
a4281e9
- Correct license for Unicode data to Unicode-DFS-2016
a4281e9
c805b0c
* Thu Jul 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 15.0.4-2
c805b0c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
c805b0c
a64ad99
* Sat Apr 15 2023 Alexander Ploumistos <alexpl@fedoraproject.org> - 15.0.4-1
a64ad99
- Update to 15.0.4 (#2187006)
a64ad99
03895d9
* Sat Mar 18 2023 Alexander Ploumistos <alexpl@fedoraproject.org> - 15.0.3-1
03895d9
- Update to 15.0.3 (#2179532)
03895d9
df5085b
* Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 15.0.2-3
df5085b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
df5085b
7ce4b6f
* Thu Jan 05 2023 Yaakov Selkowitz <yselkowi@redhat.com> - 15.0.2-2
7ce4b6f
- Enable docs
7ce4b6f
ebf2d2a
* Sat Dec 03 2022 Alexander Ploumistos <alexpl@fedoraproject.org> - 15.0.2-1
ebf2d2a
- Update to 15.0.2 (#2150421)
ebf2d2a
- Use upstream screenshots in AppStream metadata (commit 694e4420)
ebf2d2a
7a0e046
* Fri Oct 21 2022 Alexander Ploumistos <alexpl@fedoraproject.org> - 15.0.1-1
7a0e046
- Update to 15.0.1 (#2136883)
7a0e046
- Add itstool BuildRequires
7a0e046
- Switch to SPDX license identifier
7a0e046
- Clean up spec file
7a0e046
0c82ac8
* Wed Sep 14 2022 Alexander Ploumistos <alexpl@fedoraproject.org> - 15.0.0-1
0c82ac8
- Update to 15.0.0 (#2126886)
0c82ac8
67c3885
* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 14.0.3-2
67c3885
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
67c3885
fc4f5d8
* Sun Mar 27 2022 Alexander Ploumistos <alexpl@fedoraproject.org> - 14.0.3-1
fc4f5d8
- Update to 14.0.3 (#2068937)
fc4f5d8
5df027c
* Sat Feb 12 2022 Alexander Ploumistos <alexpl@fedoraproject.org> - 14.0.2-1
5df027c
- Update to 14.0.2 (#2053859)
5df027c
e53789f
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 14.0.1-3
e53789f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
e53789f
8d86c1b
* Sat Oct 30 2021 Alexander Ploumistos <alexpl@fedoraproject.org> - 14.0.1-2
8d86c1b
- Reimplement UCD version check with boolean deps
8d86c1b
8b5431f
* Sat Oct 30 2021 Alexander Ploumistos <alexpl@fedoraproject.org> - 14.0.1-1
8b5431f
- Update to 14.0.1 (#2018738)
8b5431f
- Remove UCD version check (implemented upstream)
8b5431f
a6707b9
* Sat Oct 16 2021 Alexander Ploumistos <alexpl@fedoraproject.org> - 14.0.0-2
a6707b9
- Rebuild against Unicode Character Database v14
a6707b9
- Add version to unicode-ucd deps
a6707b9
8865f51
* Tue Sep 14 2021 Alexander Ploumistos <alexpl@fedoraproject.org> - 14.0.0-1
8865f51
- Update to 14.0.0 (#2004196)
8865f51
86c5d26
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 13.0.8-2
86c5d26
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
86c5d26
48c6f88
* Sat Jun 05 2021 Alexander Ploumistos <alexpl@fedoraproject.org> - 13.0.8-1
48c6f88
- Update to 13.0.8 (#1968127)
48c6f88
69383e6
* Fri Apr 30 2021 Alexander Ploumistos <alexpl@fedoraproject.org> - 13.0.7-1
69383e6
- Update to 13.0.7 (#1955706)
69383e6
00913cc
* Sat Mar 20 2021 Alexander Ploumistos <alexpl@fedoraproject.org> - 13.0.6-1
00913cc
- Update to 13.0.6
00913cc
- Drop gcc11 patch
00913cc
c5447de
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 13.0.5-2
c5447de
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
c5447de
5b13817
* Sat Jan 09 2021 Alexander Ploumistos <alexpl@fedoraproject.org> - 13.0.5-1
5b13817
- Update to 13.0.5
5b13817
0c0b95d
* Sat Nov 14 2020 Jeff Law <law@redhat.com> - 13.0.4-2
0c0b95d
- Fix bogus volatile caught by gcc-11
0c0b95d
423170b
* Sun Oct 04 2020 Alexander Ploumistos <alexpl@fedoraproject.org> - 13.0.4-1
423170b
- Update to 13.0.4
423170b
65f2ed6
* Sun Sep 13 2020 Alexander Ploumistos <alexpl@fedoraproject.org> - 13.0.3-1
65f2ed6
- Update to 13.0.3
65f2ed6
c9b7459
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 13.0.2-3
c9b7459
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
c9b7459
758f907
* Thu May 21 2020 Alexander Ploumistos <alexpl@fedoraproject.org> - 13.0.2-2
758f907
- Drop intltool and itstool from BR
758f907
- Remove unneeded _smp_mflags macro
758f907
088b146
* Sat Apr 25 2020 Alexander Ploumistos <alexpl@fedoraproject.org> - 13.0.2-1
088b146
- Update to 13.0.2
088b146
3525a49
* Wed Apr 15 2020 Alexander Ploumistos <alexpl@fedoraproject.org> - 13.0.1-1
3525a49
- Update to 13.0.1
3525a49
- Switch to meson build system
3525a49
- Enable vala bindings
3525a49
332aea9
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 12.0.1-4
332aea9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
332aea9
0e7bd9c
* Thu Nov 14 2019 Alexander Ploumistos <alexpl@fedoraproject.org> - 12.0.1-3
0e7bd9c
- Build against newer unicode-ucd - fix RHBZ#1735327
0e7bd9c
- Add Debian patch for Unicode 12.1
0e7bd9c
c212ce0
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 12.0.1-2
c212ce0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
c212ce0
2ce4077
* Tue Mar 12 2019 Kalev Lember <klember@redhat.com> - 12.0.1-1
2ce4077
- Update to 12.0.1
2ce4077
ea4d8f5
* Mon Mar 11 2019 Kalev Lember <klember@redhat.com> - 12.0.0-1
ea4d8f5
- Update to 12.0.0
ea4d8f5
cf1233f
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 11.0.3-2
cf1233f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
cf1233f
351a821
* Fri Oct 26 2018 Kalev Lember <klember@redhat.com> - 11.0.3-1
351a821
- Update to 11.0.3
351a821
bea3ca5
* Fri Sep 07 2018 Kalev Lember <klember@redhat.com> - 11.0.2-2
bea3ca5
- Rebuilt against fixed atk (#1626575)
bea3ca5
93f30b7
* Fri Sep 07 2018 Kalev Lember <klember@redhat.com> - 11.0.2-1
93f30b7
- Update to 11.0.2
c997f68
- Drop ldconfig scriptlets
93f30b7
e6836ae
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 10.0.4-2
e6836ae
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
e6836ae
0901929
* Mon Mar 12 2018 Kalev Lember <klember@redhat.com> - 10.0.4-1
0901929
- Update to 10.0.4
0901929
cbe561e
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 10.0.3-3
cbe561e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
cbe561e
149ed75
* Thu Jan 11 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 10.0.3-2
149ed75
- Remove obsolete scriptlets
149ed75
ef6d155
* Wed Nov 01 2017 Kalev Lember <klember@redhat.com> - 10.0.3-1
ef6d155
- Update to 10.0.3
ef6d155
22c3a6d
* Mon Oct 09 2017 Kalev Lember <klember@redhat.com> - 10.0.2-1
22c3a6d
- Update to 10.0.2
22c3a6d
a60e7d8
* Wed Sep 13 2017 Kalev Lember <klember@redhat.com> - 10.0.1-1
a60e7d8
- Update to 10.0.1
a60e7d8
11e5332
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 10.0.0-3
11e5332
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
11e5332
02bcb6a
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 10.0.0-2
02bcb6a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
02bcb6a
b2c1f21
* Wed Jun 21 2017 Kalev Lember <klember@redhat.com> - 10.0.0-1
b2c1f21
- Update to 10.0.0
b2c1f21
840b84d
* Wed May 10 2017 Kalev Lember <klember@redhat.com> - 9.0.4-1
840b84d
- Update to 9.0.4
840b84d
8f67dc7
* Tue Mar 21 2017 Kalev Lember <klember@redhat.com> - 9.0.3-1
8f67dc7
- Update to 9.0.3
8f67dc7
39b153a
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 9.0.2-2
39b153a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
39b153a
aade7ed
* Wed Nov 23 2016 Kalev Lember <klember@redhat.com> - 9.0.2-1
aade7ed
- Update to 9.0.2
aade7ed
971f325
* Wed Sep 21 2016 Kalev Lember <klember@redhat.com> - 9.0.1-1
971f325
- Update to 9.0.1
6df7a11
- Update project URLs
547a351
- Move desktop file validation to check section
971f325
f53f36c
* Tue Jul 26 2016 Yaakov Selkowitz <yselkowi@redhat.com> - 9.0.0-1
f53f36c
- Update for https://fedoraproject.org/wiki/Changes/Unicode_9.0
f53f36c
f6c4f6e
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 3.18.2-2
f6c4f6e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
f6c4f6e
b231a70
* Tue Nov 10 2015 Kalev Lember <klember@redhat.com> - 3.18.2-1
b231a70
- Update to 3.18.2
b231a70
2115e94
* Mon Oct 12 2015 Kalev Lember <klember@redhat.com> - 3.18.1-1
2115e94
- Update to 3.18.1
2115e94
82d87bd
* Mon Sep 21 2015 Kalev Lember <klember@redhat.com> - 3.18.0-1
82d87bd
- Update to 3.18.0
82d87bd
68411a3
* Sat Sep 05 2015 Kalev Lember <klember@redhat.com> - 3.17.90-2
68411a3
- Split out gucharmap-libs
05a6201
- Minor spec file cleanup
68411a3
308c284
* Mon Aug 17 2015 Kalev Lember <klember@redhat.com> - 3.17.90-1
308c284
- Update to 3.17.90
65c6bc6
- Use make_install macro
308c284
e67ad3c
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.16.2-2
e67ad3c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
e67ad3c
80446a9
* Sun May 10 2015 Kalev Lember <kalevlember@gmail.com> - 3.16.2-1
80446a9
- Update to 3.16.2
80446a9
c779923
* Tue Apr 14 2015 Kalev Lember <kalevlember@gmail.com> - 3.16.1-1
c779923
- Update to 3.16.1
c779923
Richard Hughes 49c6512
* Mon Mar 30 2015 Richard Hughes <rhughes@redhat.com> - 3.16.0-2
Richard Hughes 49c6512
- Use better AppData screenshots
Richard Hughes 49c6512
5c5d9a4
* Mon Mar 23 2015 Kalev Lember <kalevlember@gmail.com> - 3.16.0-1
5c5d9a4
- Update to 3.16.0
5c5d9a4
fdfc9b0
* Tue Mar 17 2015 Kalev Lember <kalevlember@gmail.com> - 3.15.92-1
fdfc9b0
- Update to 3.15.92
1a98cc6
- Use license macro for the COPYING file
fc7cfdd
- Tighten -devel deps with the _isa macro
fdfc9b0
Richard Hughes 9e1b6b7
* Tue Jan 20 2015 Richard Hughes <rhughes@redhat.com> - 3.15.0-1
Richard Hughes 9e1b6b7
- Update to 3.15.0
Richard Hughes 9e1b6b7
c16f67a
* Mon Nov 10 2014 Kalev Lember <kalevlember@gmail.com> - 3.14.2-1
c16f67a
- Update to 3.14.2
c16f67a
f9e5805
* Mon Oct 13 2014 Kalev Lember <kalevlember@gmail.com> - 3.14.1-1
f9e5805
- Update to 3.14.1
f9e5805
a4e67b2
* Sun Sep 21 2014 Kalev Lember <kalevlember@gmail.com> - 3.14.0-1
a4e67b2
- Update to 3.14.0
a4e67b2
03d435b
* Tue Aug 19 2014 Kalev Lember <kalevlember@gmail.com> - 3.13.90-1
03d435b
- Update to 3.13.90
03d435b
c3804fc
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.12.1-4
c3804fc
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
c3804fc
06fafc6
* Tue Jul 22 2014 Kalev Lember <kalevlember@gmail.com> - 3.12.1-3
06fafc6
- Rebuilt for gobject-introspection 1.41.4
06fafc6
f2c6374
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.12.1-2
f2c6374
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
f2c6374
98a9be7
* Thu May 15 2014 Kalev Lember <kalevlember@gmail.com> - 3.12.1-1
98a9be7
- Update to 3.12.1
98a9be7
Richard Hughes cf347d8
* Mon Mar 24 2014 Richard Hughes <rhughes@redhat.com> - 3.12.0-1
Richard Hughes cf347d8
- Update to 3.12.0
Richard Hughes cf347d8
Richard Hughes bc4a479
* Thu Nov 14 2013 Richard Hughes <rhughes@redhat.com> - 3.10.1-1
Richard Hughes bc4a479
- Update to 3.10.1
Richard Hughes bc4a479
Richard Hughes 28cfd34
* Tue Oct 29 2013 Richard Hughes <rhughes@redhat.com> - 3.10.0-1
Richard Hughes 28cfd34
- Update to 3.10.0
Richard Hughes 28cfd34
Richard Hughes 7fdef85
* Wed Sep 25 2013 Richard Hughes <rhughes@redhat.com> - 3.9.99-1
Richard Hughes 7fdef85
- Update to 3.9.99
Richard Hughes 7fdef85
f9db3f3
* Wed Sep 18 2013 Kalev Lember <kalevlember@gmail.com> - 3.9.92-1
f9db3f3
- Update to 3.9.92
f9db3f3
de52734
* Sat Aug 10 2013 Kalev Lember <kalevlember@gmail.com> - 3.9.90-1
de52734
- Update to 3.9.90
de52734
7d0d85d
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.8.2-2
7d0d85d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
7d0d85d
Richard Hughes 63db45e
* Mon May 13 2013 Richard Hughes <rhughes@redhat.com> - 3.8.2-1
Richard Hughes 63db45e
- Update to 3.8.2
Richard Hughes 63db45e
2b5ecf2
* Mon Apr 15 2013 Kalev Lember <kalevlember@gmail.com> - 3.8.1-1
2b5ecf2
- Update to 3.8.1
2b5ecf2
8c6cc4a
* Tue Mar 26 2013 Kalev Lember <kalevlember@gmail.com> - 3.8.0-1
8c6cc4a
- Update to 3.8.0
8c6cc4a
Richard Hughes 1ac5ba9
* Tue Mar 19 2013 Richard Hughes <rhughes@redhat.com> - 3.7.92-1
Richard Hughes 1ac5ba9
- Update to 3.7.92
Richard Hughes 1ac5ba9
fdc3c68
* Fri Feb 22 2013 Kalev Lember <kalevlember@gmail.com> - 3.6.1-3
fdc3c68
- Drop the desktop file vendor prefix
fdc3c68
a8d2c37
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.6.1-2
a8d2c37
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
a8d2c37
8df3a27
* Tue Nov 13 2012 Kalev Lember <kalevlember@gmail.com> - 3.6.1-1
8df3a27
- Update to 3.6.1
8df3a27
a0f7777
* Tue Oct 16 2012 Kalev Lember <kalevlember@gmail.com> - 3.6.0-1
a0f7777
- Update to 3.6.0
a0f7777
dfa3621
* Tue Sep 25 2012 Matthias Clasen <mclasen@redhat.com> - 3.5.99-1
dfa3621
- Update to 3.5.99
dfa3621
Richard Hughes 9778109
* Tue Aug 21 2012 Richard Hughes <hughsient@gmail.com> - 3.5.90-1
Richard Hughes 9778109
- Update to 3.5.90
Richard Hughes 9778109
61c205a
* Fri Jul 27 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.5.1-2
61c205a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
61c205a
Richard Hughes bad02c6
* Mon Jun 25 2012 Richard Hughes <hughsient@gmail.com> - 3.5.1-1
Richard Hughes bad02c6
- Update to 3.5.1
Richard Hughes bad02c6
Richard Hughes eb5cbde
* Thu Jun 07 2012 Richard Hughes <hughsient@gmail.com> - 3.5.0-1
Richard Hughes eb5cbde
- Update to 3.5.0
Richard Hughes eb5cbde
0c0ed22
* Tue Apr 24 2012 Kalev Lember <kalevlember@gmail.com> - 3.4.1.1-2
0c0ed22
- Silence rpm scriptlet output
0c0ed22
1bc48f2
* Tue Apr 17 2012 Kalev Lember <kalevlember@gmail.com> - 3.4.1.1-1
1bc48f2
- Update to 3.4.1.1
1bc48f2
6dea1ef
* Tue Mar 27 2012 Kalev Lember <kalevlember@gmail.com> - 3.4.0.1-1
6dea1ef
- Update to 3.4.0.1
6dea1ef
3b32efb
* Wed Mar  7 2012 Matthias Clasen <mclasen@redhat.com> - 3.3.1-2
3b32efb
- Fix pc file
3b32efb
e17d4fa
* Tue Feb  7 2012 Matthias Clasen <mclasen@redhat.com> - 3.3.1-1
e17d4fa
- Update to 3.3.1
e17d4fa
a9b5b99
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.3.0-2
a9b5b99
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
a9b5b99
a983152
* Tue Dec 20 2011 Matthias Clasen <mclasen@redhat.com> - 3.3.0-1
a983152
- Update to 3.3.0
a983152
acb4366
* Tue Nov 22 2011 Matthias Clasen <mclasen@redhat.com> - 3.2.2-1
acb4366
- Update to 3.2.2
acb4366
3a528d9
* Wed Oct 26 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.2.1-2
3a528d9
- Rebuilt for glibc bug#747377
3a528d9
6141a09
* Tue Oct 18 2011 Matthias Clasen <mclasen@redhat.com> - 3.2.1-1
6141a09
- Update to 3.2.1
6141a09
e6e02c4
* Tue Sep 27 2011 Ray <rstrode@redhat.com> - 3.2.0-1
e6e02c4
- Update to 3.2.0
e6e02c4
9e60902
* Tue Sep 20 2011 Matthias Clasen <mclasen@redhat.com> - 3.1.92-1
9e60902
- Update to 3.1.92
9e60902
Christopher Aillon a948233
* Sat May 07 2011 Christopher Aillon <caillon@redhat.com> - 3.0.1-2
Christopher Aillon a948233
- Update scriptlets
Christopher Aillon a948233
31d12c0
* Mon Apr 25 2011 Matthias Clasen <mclasen@redhat.com> - 3.0.1-1
31d12c0
- Update to 3.0.1
31d12c0
4a06775
* Mon Apr  4 2011 Matthias Clasen <mclasen@redhat.com> - 3.0.0-1
4a06775
- Update to 3.0.0
4a06775
cbe7cca
* Thu Feb 24 2011 Matthias Clasen <mclasen@redhat.com> - 2.33.2-6
cbe7cca
- Enable introspection
cbe7cca
d24bb7d
* Thu Feb 10 2011 Matthias Clasen <mclasen@redhat.com> - 2.33.2-5
d24bb7d
- Rebuild against newer gtk
d24bb7d
360386d
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.33.2-4
360386d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
360386d
6877501
* Wed Feb  2 2011 Matthias Clasen <mclasen@redhat.com> - 2.33.2-3
6877501
- Rebuild
6877501
981cfc1
* Mon Jan 10 2011 Matthias Clasen <mclasen@redhat.com> - 2.33.2-2
981cfc1
- Rebuild
981cfc1
9c94922
* Fri Jan  7 2011 Matthias Clasen <mclasen@redhat.com> - 2.33.2-1
e301910
- Update to 2.33.2
e301910
f0a17ec
* Fri Dec  3 2010 Matthias Clasen <mclasen@redhat.com> - 2.33.2-0.2.gitc50414f
f0a17ec
- Rebuild against new gtk
f0a17ec
d0584d7
* Tue Nov  2 2010 Matthias Clasen <mclasen@redhat.com> - 2.33.2-0.1.gitc50414f
d0584d7
- Git snapshot that builds against new gtk3
d0584d7
8ecc1f9
* Mon Nov  1 2010 Matthias Clasen <mclasen@redhat.com> - 2.33.0-3
8ecc1f9
- Update license field to match changed license (#639133)
8ecc1f9
f4f259e
* Wed Oct  6 2010 Paul Howarth <paul@city-fan.org> - 2.33.0-2
f4f259e
- gtk2 dependencies become gtk3 dependencies
10dda28
25f1631
* Mon Oct  4 2010 Matthias Clasen <mclasen@redhat.com> - 2.33.0-1
25f1631
- Update to 2.33.0
25f1631
ce2e5ab
* Wed Sep 29 2010 Matthias Clasen <mclasen@redhat.com> - 2.32.0-1
ce2e5ab
- Update to 2.32.0
ce2e5ab
09b7d08
* Tue Aug 31 2010 Matthias Clasen <mclasen@redhat.com> - 2.31.91-1
09b7d08
- Update to 2.31.91
09b7d08
6211a09
* Thu Aug 19 2010 Matthias Clasen <mclasen@redhat.com> - 2.31.90-1
6211a09
- Update to 2.31.90
6211a09
4a5fb43
* Mon Apr 26 2010 Matthias Clasen <mclasen@redhat.com> - 2.30.1-1
4a5fb43
- Update to 2.30.1
4a5fb43
134e9af
* Mon Mar 29 2010 Matthias Clasen <mclasen@redhat.com> - 2.30.0-1
134e9af
- Update to 2.30.0
134e9af
38dd48f
* Thu Mar 11 2010 Matthias Clasen <mclasen@redhat.com> - 2.29.92-1
38dd48f
- Update to 2.29.92
38dd48f
72ba878
* Fri Dec  4 2009 Matthias Clasen <mclasen@redhat.com> - 2.29.1-1
72ba878
- Update to 2.29.1
0dfa264
2da96d5
* Mon Oct 19 2009 Matthias Clasen <mclasen@redhat.com> - 2.28.1-1
2da96d5
- Update to 2.28.1
2da96d5
069053b
* Mon Sep 21 2009 Matthias Clasen <mclasen@redhat.com> - 2.28.0-1
069053b
- Update to 2.28.0
069053b
ccdf849
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.26.3.1-3
ccdf849
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
ccdf849
dfc76f0
* Wed Jul 15 2009 Matthias Clasen <mclasen@redhat.com> - 2.26.3.1-2
dfc76f0
- Fix some stubborn button images
dfc76f0
ad39b69
* Sun Jul 12 2009 Matthias Clasen <mclasen@redhat.com> - 2.26.3.1-1
ad39b69
- Update to 2.26.3.1
ad39b69
731a234
* Mon Apr 13 2009 Matthias Clasen <mclasen@redhat.com> - 2.26.1-1
731a234
- Update to 2.26.1
731a234
364bd5a
* Mon Mar 16 2009 Matthias Clasen <mclasen@redhat.com> - 2.26.0-1
364bd5a
- Update to 2.26.0
364bd5a
8f1deb7
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.25.91-2
8f1deb7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
8f1deb7
b92841b
* Wed Feb 18 2009 Matthias Clasen <mclasen@redhat.com> - 2.25.91-1
b92841b
- Update to 2.25.91
b92841b
7b45692
* Thu Jan 15 2009 Matthias Clasen <mclasen@redhat.com> - 2.24.3-1
7b45692
- Update to 2.24.3
7b45692
1e107e6
* Mon Oct 20 2008 Matthias Clasen <mclasen@redhat.com> - 2.24.1-1
1e107e6
- Update to 2.24.1
1e107e6
3492560
* Wed Oct  8 2008 Matthias Clasen <mclasen@redhat.com> - 2.24.0-2
3492560
- Save some space
3492560
00c1566
* Mon Sep 22 2008 Matthias Clasen <mclasen@redhat.com> - 2.24.0-1
00c1566
- Update to 2.24.0
00c1566
3d28666
* Tue Sep  2 2008 Matthias Clasen <mclasen@redhat.com> - 2.23.91-1
3d28666
- Update to 2.23.91
3d28666
1d0abaf
* Mon Aug  4 2008 Matthias Clasen <mclasen@redhat.com> - 2.23.6-1
1d0abaf
- Update to 2.23.6
1d0abaf
5f75114
* Tue Jul 29 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 2.23.4-2
5f75114
- fix license tag
5f75114
518da07
* Tue Jun 17 2008 Matthias Clasen <mclasen@redhat.com> - 2.23.4-1
518da07
- Update to 2.23.4
518da07
2ff05fd
* Mon Apr  7 2008 Matthias Clasen <mclasen@redhat.com> - 2.22.1-1
2ff05fd
- Update to 2.22.1
2ff05fd
9eeba31
* Sun Mar  9 2008 Matthias Clasen <mclasen@redhat.com> - 2.22.0-1
9eeba31
- Update to 2.22.0
9eeba31
dda388e
* Wed Jan 30 2008 Matthias Clasen <mclasen@redhat.com> - 2.21.90-1
dda388e
- Update to 2.21.90
dda388e
6d411b3
* Tue Jan 15 2008 Matthias Clasen <mclasen@redhat.com> - 2.21.5-1
6d411b3
- Update to 2.21.5
6d411b3
9b2ca2b
* Tue Dec 18 2007 Matthias Clasen <mclasen@redhat.com> - 2.21.4-1
9b2ca2b
- Update to 2.21.4
9b2ca2b
06556e5
* Thu Dec  6 2007 Matthias Clasen <mclasen@redhat.com> - 2.21.3-1
06556e5
- Update to 2.21.3
06556e5
db32cd2
* Tue Sep 18 2007 Matthias Clasen <mclasen@redhat.com> - 1.10.1-1
db32cd2
- Update to 1.10.1
db32cd2
b7d608d
* Tue Aug  7 2007 Matthias Clasen <mclasen@redhat.com> - 1.10.0-2
b7d608d
- Update license field
b7d608d
- Use %%find_lang for help files
b7d608d
cf683a1
* Tue Mar 13 2007 Matthias Clasen <mclasen@redhat.com> - 1.10.0-1
cf683a1
- Update to 1.10.0
cf683a1
cb1c298
* Mon Sep  4 2006 Matthias Clasen <mclasen@redhat.com> - 1.8.0-1
cb1c298
- Update to 1.8.0
cb1c298
- Require pgkconfig for the -devel package
cb1c298
besfahbo adefdbb
* Wed Aug 02 2006 Behdad Esfahbod <besfahbo@redhat.com> - 1.7.0-1
besfahbo adefdbb
- Update to 1.7.0
besfahbo adefdbb
622568e
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 1.6.0-8.1
75df5ce
- rebuild
75df5ce
ab35c58
* Fri Jun  9 2006 Matthias Clasen <mclasen@redhat.com> 1.6.0-8
ab35c58
- Add missing BuildRequires
ab35c58
3035fff
* Fri Jun  2 2006 Matthias Clasen <mclasen@redhat.com> 1.6.0-7
3035fff
- Rebuild
3035fff
8216a19
* Tue Apr 18 2006 Matthias Clasen <mclasen@redhat.com> 1.6.0-6
8216a19
- Make -devel require the exact n-v-r
8216a19
8216a19
* Tue Apr 18 2006 Matthias Clasen <mclasen@redhat.com> 1.6.0-5
8216a19
- incorporate more package review feedback
8216a19
8216a19
* Mon Apr 17 2006 Matthias Clasen <mclasen@redhat.com> 1.6.0-4
8216a19
- split off a -devel package
8216a19
8216a19
* Mon Apr 17 2006 Matthias Clasen <mclasen@redhat.com> 1.6.0-3
8216a19
- fix issues pointed out in package review
8216a19
8216a19
* Tue Apr 11 2006 Matthias Clasen <mclasen@redhat.com> 1.6.0-2
8216a19
- Initial revision