poedit/poedit.spec

560 lines
20 KiB
RPMSpec
Raw Normal View History

Name: poedit
2022-12-01 21:05:16 +00:00
Version: 3.2.2
2023-02-20 22:12:27 +00:00
Release: 4%{?dist}
Summary: GUI editor for GNU gettext .po files
Summary(de): Grafischer Editor für GNU Gettext-Dateien
License: MIT
2018-07-12 10:37:06 +00:00
URL: https://poedit.net/
2015-01-08 22:07:16 +00:00
Source0: https://github.com/vslavik/%{name}/releases/download/v%{version}-oss/%{name}-%{version}.tar.gz
2021-04-26 19:55:31 +00:00
Source1: https://src.fedoraproject.org/rpms/%{name}/raw/rawhide/f/%{name}.1.de.po
2021-04-26 19:55:31 +00:00
BuildRequires: make
2022-08-04 18:31:31 +00:00
BuildRequires: wxGTK-devel >= 3.0.3
2015-01-08 22:07:16 +00:00
BuildRequires: gtkspell3-devel
2016-10-18 10:40:42 +00:00
BuildRequires: libappstream-glib
2015-01-08 22:07:16 +00:00
BuildRequires: lucene++-devel
BuildRequires: gcc-c++
2012-10-11 18:48:38 +00:00
BuildRequires: boost-devel
2009-09-18 02:58:14 +00:00
BuildRequires: desktop-file-utils
2015-01-08 22:07:16 +00:00
BuildRequires: po4a
2017-06-03 19:31:18 +00:00
BuildRequires: libsecret-devel
BuildRequires: openssl-devel
2017-07-26 21:18:27 +00:00
BuildRequires: cpprest-devel
# cld2 is not available for ppc64 s390x
%ifnarch ppc64 s390x
BuildRequires: cld2-devel
%endif
2017-06-03 19:31:18 +00:00
# Use json.hpp from Fedora and not the version bundled with Poedit
BuildRequires: json-devel
BuildRequires: pkgconfig(pugixml) >= 1.9
2015-01-08 22:07:16 +00:00
2007-08-17 19:11:08 +00:00
Requires: gettext
%description
This program is a GUI frontend to GNU Gettext utilities and a catalogs
editor/source code parser. It helps with translating applications into
other languages.
%description -l de
Dieses Programm stellt eine grafische Benutzeroberfläche für die
Dienstprogramme aus GNU Gettext bereit, sowie einen Katalogeditor und einen
Quellcode-Parser. Es hilft beim Übersetzen von Anwendungen in andere Sprachen.
%prep
2018-06-07 14:53:43 +00:00
%autosetup -p1
# Remove bundled sources
rm -rf deps/
%build
%ifarch ppc64 s390x
# cld2 is not available for ppc64 s390x
2022-08-04 18:31:31 +00:00
%configure --with-wx-config=/usr/bin/wx-config-3.2 --with-cpprest
%else
2022-08-04 18:31:31 +00:00
%configure --with-wx-config=/usr/bin/wx-config-3.2 --with-cpprest --with-cld2
%endif
2012-10-12 15:23:49 +00:00
make %{?_smp_mflags} V=1
%install
2015-01-14 19:32:00 +00:00
make install DESTDIR=%{buildroot} INSTALL='install -p'
2012-06-01 15:36:46 +00:00
# Install the desktop file
desktop-file-install \
--delete-original \
--add-category=GTK \
2015-01-14 19:32:00 +00:00
--dir %{buildroot}%{_datadir}/applications \
%{buildroot}%{_datadir}/applications/net.%{name}.Poedit.desktop
2015-01-08 22:07:16 +00:00
# Generate and install localized man pages
mkdir -p man/de
po4a-translate -M utf-8 -f man \
--option groff_code=verbatim \
2015-01-14 19:32:00 +00:00
-m docs/%{name}.1 -p %{SOURCE1} \
2015-01-08 22:07:16 +00:00
-l man/de/%{name}.1
2015-01-14 19:32:00 +00:00
mkdir -p %{buildroot}%{_mandir}/de/man1
install -p -m 644 man/de/%{name}.1 %{buildroot}%{_mandir}/de/man1
2015-01-08 22:07:16 +00:00
appstream-util validate-relax --nonet %{buildroot}%{_datadir}/metainfo/net.%{name}.Poedit.appdata.xml ||:
2015-01-08 22:07:16 +00:00
2015-01-14 19:32:00 +00:00
%{find_lang} poedit --with-man
%files -f poedit.lang
%doc NEWS README.md AUTHORS docs/*.txt
2015-01-08 22:07:16 +00:00
%license COPYING
%{_bindir}/*
%{_datadir}/metainfo/net.%{name}.Poedit.appdata.xml
%{_datadir}/applications/*.desktop
2015-01-08 22:07:16 +00:00
%{_datadir}/icons/hicolor/*/apps/*
%{_datadir}/poedit
%{_mandir}/man?/*
%changelog
2023-02-20 22:12:27 +00:00
* Mon Feb 20 2023 Jonathan Wakely <jwakely@redhat.com> - 3.2.2-4
- Rebuilt for Boost 1.81
* Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 3.2.2-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
2022-12-31 03:04:12 +00:00
* Sat Dec 31 2022 Pete Walter <pwalter@fedoraproject.org> - 3.2.2-2
- Rebuild for ICU 72
2022-12-01 21:05:16 +00:00
* Thu Dec 01 2022 Wolfgang Stöggl <c72578@yahoo.de> - 3.2.2-1
- New upstream version
2022-08-04 18:31:31 +00:00
* Thu Aug 04 2022 Scott Talbert <swt@techie.net> - 3.1.1-4
- Rebuild with wxWidgets 3.2
2022-08-01 13:08:24 +00:00
* Mon Aug 01 2022 Frantisek Zatloukal <fzatlouk@redhat.com> - 3.1.1-3
- Rebuilt for ICU 71.1
* Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 3.1.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
2022-07-09 04:17:03 +00:00
* Sat Jul 09 2022 Wolfgang Stöggl <c72578@yahoo.de> - 3.1.1-1
- New upstream version
* Wed Jun 08 2022 Wolfgang Stöggl <c72578@yahoo.de> - 3.1-1
- New upstream version
2022-05-04 09:41:06 +00:00
* Wed May 04 2022 Thomas Rodgers <trodgers@redhat.com> - 3.0.1-4
- Rebuilt for Boost 1.78
* Sun Feb 13 2022 Wolfgang Stöggl <c72578@yahoo.de> - 3.0.1-3
- Add poedit-3.0.1-about-icon.patch
* Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
* Sat Dec 11 2021 Wolfgang Stöggl <c72578@yahoo.de> - 3.0.1-1
- New upstream version
2021-09-14 17:11:52 +00:00
* Tue Sep 14 2021 Sahana Prasad <sahana@redhat.com> - 3.0-4
- Rebuilt with OpenSSL 3.0.0
2021-08-07 00:55:40 +00:00
* Sat Aug 07 2021 Jonathan Wakely <jwakely@redhat.com> - 3.0-3
- Rebuilt for Boost 1.76
* Tue Jul 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 3.0-2
- Second attempt - Rebuilt for
https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
* Sat Jun 05 2021 Wolfgang Stöggl <c72578@yahoo.de> - 3.0-1
- New upstream version
2021-05-20 00:13:25 +00:00
* Thu May 20 2021 Pete Walter <pwalter@fedoraproject.org> - 2.4.3-2
- Rebuild for ICU 69
2021-04-26 19:55:31 +00:00
* Mon Apr 26 2021 Wolfgang Stöggl <c72578@yahoo.de> - 2.4.3-1
- New upstream version
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.4.2-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
2021-01-22 21:03:03 +00:00
* Fri Jan 22 2021 Jonathan Wakely <jwakely@redhat.com> - 2.4.2-2
- Rebuilt for Boost 1.75
2020-11-10 16:33:14 +00:00
* Tue Nov 10 2020 Wolfgang Stöggl <c72578@yahoo.de> - 2.4.2-1
- New upstream version
2020-08-10 18:45:40 +00:00
* Mon Aug 10 2020 Wolfgang Stöggl <c72578@yahoo.de> - 2.4.1-1
- New upstream version
2020-07-27 19:43:09 +00:00
* Mon Jul 27 2020 Wolfgang Stöggl <c72578@yahoo.de> - 2.4-1
- New upstream version
2020-05-28 22:51:45 +00:00
* Thu May 28 2020 Jonathan Wakely <jwakely@redhat.com> - 2.3.1-4
- Rebuilt for Boost 1.73
2020-05-17 07:03:43 +00:00
* Sun May 17 2020 Pete Walter <pwalter@fedoraproject.org> - 2.3.1-3
- Rebuild for ICU 67
2020-05-16 17:16:19 +00:00
* Sat May 16 2020 Pete Walter <pwalter@fedoraproject.org> - 2.3.1-2
- Rebuild for ICU 67
2020-05-10 16:50:03 +00:00
* Sun May 10 2020 Wolfgang Stöggl <c72578@yahoo.de> - 2.3.1-1
- New upstream version
2020-04-25 20:01:15 +00:00
* Sat Apr 25 2020 Wolfgang Stöggl <c72578@yahoo.de> - 2.3-3
- Rebuild for cpprest v2.10.16
2020-02-24 20:16:46 +00:00
* Mon Feb 24 2020 Wolfgang Stöggl <c72578@yahoo.de> - 2.3-2
- Rebuild for cpprest v2.10.15
2020-02-03 22:33:38 +00:00
* Mon Feb 03 2020 Wolfgang Stöggl <c72578@yahoo.de> - 2.3-1
- New upstream version
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.2.4-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
2019-11-01 15:54:59 +00:00
* Fri Nov 01 2019 Pete Walter <pwalter@fedoraproject.org> - 2.2.4-2
- Rebuild for ICU 65
2019-09-29 18:44:36 +00:00
* Sun Sep 29 2019 Wolfgang Stöggl <c72578@yahoo.de> - 2.2.4-1
- New upstream version
* Thu Sep 19 2019 Wolfgang Stöggl <c72578@yahoo.de> - 2.2.3-3
- Rebuild poedit for pugixml 1.10
pugixml.pc is available now in the Fedora rpm
- Drop: poedit-2.1-update_configure_check_for_pugixml.patch
- Update URL for poedit.1.de.po
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.2.3-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
* Mon May 20 2019 Wolfgang Stöggl <c72578@yahoo.de> - 2.2.3-1
- New upstream version
- Drop: poedit-2.2.2-fix_wxBitmap_wxIcon_asserts.patch
* Sun May 19 2019 Wolfgang Stöggl <c72578@yahoo.de> - 2.2.2-2
- Add: poedit-2.2.2-fix_wxBitmap_wxIcon_asserts.patch
* Wed May 15 2019 Wolfgang Stöggl <c72578@yahoo.de> - 2.2.2-1
- New upstream version
- Change dir for net.poedit.Poedit.appdata.xml from appdata to metainfo
* Wed Mar 20 2019 Wolfgang Stöggl <c72578@yahoo.de> - 2.2.1-4
- Remove part from %%install section about unnecessary locations.
No more files are installed in: applnk, mimelnk, gnome, mime-info
- Rebuild for cpprest v2.10.11
2019-01-31 13:43:50 +00:00
* Thu Jan 31 2019 Kalev Lember <klember@redhat.com> - 2.2.1-3
- Rebuilt for Boost 1.69
2019-01-23 21:54:12 +00:00
* Wed Jan 23 2019 Pete Walter <pwalter@fedoraproject.org> - 2.2.1-2
- Rebuild for ICU 63
* Tue Jan 15 2019 Wolfgang Stöggl <c72578@yahoo.de> - 2.2.1-1
- New upstream version
- Remove patches:
poedit-2.0.8-configure_ppc64_ppc64le.patch
poedit-2.2-fix_dark_mode_assert.patch
poedit-2.2-fix_wayland_incompatibility.patch
- Remove obsolete pixmaps/* from files
* Fri Jan 11 2019 Wolfgang Stöggl <c72578@yahoo.de> - 2.2-3
- Add patches:
poedit-2.2-fix_dark_mode_assert.patch, fixes #1639361
poedit-2.2-fix_wayland_incompatibility.patch, fixes #1659253
2018-11-01 20:38:30 +00:00
* Thu Nov 01 2018 Wolfgang Stöggl <c72578@yahoo.de> - 2.2-2
- Rebuild for cpprest v2.10.7
* Mon Oct 08 2018 Wolfgang Stöggl <c72578@yahoo.de> - 2.2-1
- New upstream version
- Use reverse DNS names for appdata and desktop:
net.poedit.Poedit.desktop, net.poedit.Poedit.appdata.xml
2018-08-07 07:59:07 +00:00
* Tue Aug 07 2018 Wolfgang Stöggl <c72578@yahoo.de> - 2.1.1-1
- New upstream version
2018-07-24 10:01:13 +00:00
* Tue Jul 24 2018 Wolfgang Stöggl <c72578@yahoo.de> - 2.1-1
- New upstream version
- Add BR pugixml-devel
- Add poedit-2.1-update_configure_check_for_pugixml.patch
* Mon Jul 23 2018 Wolfgang Stöggl <c72578@yahoo.de> - 2.0.9-3
- Remove bundled sources after autosetup
- Removed from spec file: Make sure docs are utf-8
This was obsolete as there were no more *.hpp files since Poedit v1.5
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.9-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
2018-07-12 10:37:06 +00:00
* Thu Jul 12 2018 Wolfgang Stöggl <c72578@yahoo.de> - 2.0.9-1
- New upstream version
- Update URL
2018-07-10 20:57:50 +00:00
* Tue Jul 10 2018 Pete Walter <pwalter@fedoraproject.org> - 2.0.8-4
- Rebuild for ICU 62
* Fri Jun 08 2018 Wolfgang Stöggl <c72578@yahoo.de> - 2.0.8-3
- Use simplified patch poedit-2.0.8-configure_ppc64_ppc64le.patch
Fixes build errors on ppc64 and ppc64le (boost library not found)
2018-06-07 15:29:24 +00:00
* Thu Jun 07 2018 Wolfgang Stöggl <c72578@yahoo.de> - 2.0.8-2
2018-06-07 14:53:43 +00:00
- Add patch to use configure from Poedit 2.0.7
Fixes build errors on ppc64 and ppc64le (boost library not found)
For now, this circumvents commit acdb967 - Update autoconf-archive macros
2018-06-05 19:40:43 +00:00
* Tue Jun 05 2018 Wolfgang Stöggl <c72578@yahoo.de> - 2.0.8-1
- New upstream version
2018-04-30 19:37:51 +00:00
* Mon Apr 30 2018 Pete Walter <pwalter@fedoraproject.org> - 2.0.7-2
- Rebuild for ICU 61.1
2018-04-23 13:36:16 +00:00
* Mon Apr 23 2018 Wolfgang Stöggl <c72578@yahoo.de> - 2.0.7-1
- New upstream version
2018-02-12 21:02:55 +00:00
* Mon Feb 12 2018 Wolfgang Stöggl <c72578@yahoo.de> - 2.0.6-1
- New upstream version
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.4-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
* Thu Jan 18 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 2.0.4-3
- Remove obsolete scriptlets
2017-11-30 20:43:00 +00:00
* Thu Nov 30 2017 Pete Walter <pwalter@fedoraproject.org> - 2.0.4-2
- Rebuild for ICU 60.1
* Fri Oct 13 2017 Wolfgang Stöggl <c72578@yahoo.de> - 2.0.4-1
- New upstream version
- Configure without cld2 for ppc64 s390x (instead of ExcludeArch)
* Mon Aug 28 2017 Mario Blättermann <mario.blaettermann@gmail.com> - 2.0.3-4
- Add ExcludeArch: ppc64 s390x (no cld2 there)
- Use cld2-devel for language detection
- Add BuildRequires: gcc-c++
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.3-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
2017-07-26 21:18:27 +00:00
* Wed Jul 26 2017 Mario Blättermann <mario.blaettermann@gmail.com> - 2.0.3-1
- New upstream version
- Use cpprest-devel for Crowdin support
2017-06-03 19:31:18 +00:00
* Sat Jun 03 2017 Mario Blättermann <mario.blaettermann@gmail.com> - 2.0.2-5
- Thanks to Wolfgang Stöggl <c72578@yahoo.de> for the following changes:
- Add upstream fix to enable opening of .po files again in Poedit 2.0.2
- Fix DrawRoundedRectangle assert with wxGTK 3.0
- Add dependency on json-devel (use json.hpp from Fedora and not the version
bundled with Poedit
- Fixed spurious assert in wxGTK wxDataViewCtrl::EditItem()
- Compile with CLD2 language detection from copr c72578/cld2
- Compile with Crowdin integration using cpprest from copr c72578/cpprest
- Remove outdated BuildRequires
* Mon May 15 2017 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0.2-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_27_Mass_Rebuild
2017-05-15 09:00:04 +00:00
* Mon May 15 2017 Mario Blättermann <mario.blaettermann@gmail.com> - 2.0.2-1
- New upstream version
2017-05-12 13:44:48 +00:00
* Fri May 12 2017 Mario Blättermann <mario.blaettermann@gmail.com> - 2.0.1-1
2017-02-19 09:55:01 +00:00
- New upstream version
2017-05-12 13:44:48 +00:00
* Sun Feb 19 2017 Mario Blättermann <mario.blaettermann@gmail.com> - 1.8.12-1
- New upstream version
2017-01-28 07:37:14 +00:00
2016-10-30 17:15:24 +00:00
* Sun Oct 30 2016 Mario Blättermann <mario.blaettermann@gmail.com> - 1.8.11-1
- New upstream version
2016-10-18 10:40:42 +00:00
* Tue Oct 18 2016 Mario Blättermann <mario.blaettermann@gmail.com> - 1.8.10-1
- New upstream version
- Add libappstream-glib to BuildRequires
- Appdata file is now maintained upstream
- Use a better URL for the po file
2016-09-04 19:50:58 +00:00
2016-09-02 20:30:44 +00:00
* Fri Sep 02 2016 Mario Blättermann <mario.blaettermann@gmail.com> - 1.8.9-1
- New upstream version
- Added latest features to the appdata file:
translation hints, keywords, donations
2016-06-01 18:16:20 +00:00
* Wed Jun 01 2016 Mario Blättermann <mario.blaettermann@gmail.com> - 1.8.8-1
- New upstream version
2016-04-15 18:14:56 +00:00
* Fri Apr 15 2016 David Tardon <dtardon@redhat.com> - 1.8.7.1-2
- rebuild for ICU 57.1
2016-02-27 19:22:53 +00:00
* Sat Feb 27 2016 Mario Blättermann <mario.blaettermann@gmail.com> - 1.8.7.1-1
- New upstream version
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.8.6-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
2016-01-18 23:32:09 +00:00
* Mon Jan 18 2016 Jonathan Wakely <jwakely@redhat.com> - 1.8.6-3
- Rebuilt for Boost 1.60
2016-01-01 17:13:05 +00:00
* Fri Jan 01 2016 Mario Blättermann <mario.blaettermann@gmail.com> - 1.8.6-2
- Fixed appdata file
2016-01-01 16:40:06 +00:00
* Fri Jan 01 2016 Mario Blättermann <mario.blaettermann@gmail.com> - 1.8.6-1
- New upstream version
2015-10-28 13:08:40 +00:00
* Wed Oct 28 2015 David Tardon <dtardon@redhat.com> - 1.8.5-2
- rebuild for ICU 56.1
2015-09-26 18:26:25 +00:00
* Sat Sep 26 2015 Mario Blättermann <mario.blaettermann@gmail.com> - 1.8.5-1
- New upstream version
2015-08-27 19:47:04 +00:00
* Thu Aug 27 2015 Jonathan Wakely <jwakely@redhat.com> - 1.8.4-3
- Rebuilt for Boost 1.59
2015-08-04 17:59:48 +00:00
* Tue Aug 04 2015 Mario Blättermann <mario.blaettermann@gmail.com> - 1.8.4-1
- New upstream version
- Updated screenshot for appdata
* Wed Jul 29 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.8.2-3
- Rebuilt for https://fedoraproject.org/wiki/Changes/F23Boost159
2015-07-22 17:19:40 +00:00
* Wed Jul 22 2015 David Tardon <dtardon@redhat.com> - 1.8.2-2
- rebuild for Boost 1.58
2015-07-07 19:46:12 +00:00
* Tue Jul 07 2015 Mario Blättermann <mario.blaettermann@gmail.com> - 1.8.2-1
- New upstream version
2015-05-28 09:45:28 +00:00
* Thu May 28 2015 Mario Blättermann <mario.blaettermann@gmail.com> - 1.8.1-1
- New upstream version
2015-05-21 19:34:42 +00:00
* Thu May 21 2015 Mario Blättermann <mario.blaettermann@gmail.com> - 1.8-1
2015-05-04 10:36:36 +00:00
- New upstream version
2015-05-21 19:34:42 +00:00
* Mon May 04 2015 Mario Blättermann <mario.blaettermann@gmail.com> - 1.7.6-1
- New upstream version
2015-05-02 14:48:09 +00:00
* Thu Apr 02 2015 Mario Blättermann <mario.blaettermann@gmail.com> - 1.7.5-2
- Rebuilt for latest versions of wxGTK3 and lucene++
* Fri Mar 13 2015 Mario Blättermann <mario.blaettermann@gmail.com> - 1.7.5-1
2015-03-05 10:34:04 +00:00
- New upstream version
- Add screenshot URL to appdata file, thanks to Wolfgang Stöggl
- Updated German man page
2015-03-05 10:34:04 +00:00
* Thu Mar 05 2015 Mario Blättermann <mario.blaettermann@gmail.com> - 1.7.4-1
- New upstream version
2015-01-28 02:17:19 +00:00
* Thu Jan 15 2015 Mario Blättermann <mario.blaettermann@gmail.com> - 1.7.3-4
- Tweak appdata file and add German summary and description
- Spec file cleanup
2015-01-14 19:32:00 +00:00
* Wed Jan 14 2015 Mario Blättermann <mario.blaettermann@gmail.com> - 1.7.3-3
- Add an appdata file
- Some spec file cleanup
* Wed Jan 14 2015 Mario Blättermann <mario.blaettermann@gmail.com> - 1.7.3-2
- Disable non-working menu entries (backported from upstream's Git)
- Add an appdata file
- Some spec file cleanup
2015-01-11 20:39:45 +00:00
* Sat Jan 10 2015 Mario Blättermann <mario.blaettermann@gmail.com> - 1.7.3-1
- New upstream version
2015-01-08 22:07:16 +00:00
* Thu Jan 08 2015 Mario Blättermann <mario.blaettermann@gmail.com> - 1.7.1-3
- Remove the redundant zip from BuildRequires
- Fix directory ownership in %%{_datadir}/icons/hicolor/
* Fri Jan 02 2015 Mario Blättermann <mario.blaettermann@gmail.com> - 1.7.1-2
- New upstream version
- Use the %%license macro
- Install German man page
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.5.4-11
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.5.4-10
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
2014-05-23 03:04:13 +00:00
* Fri May 23 2014 Petr Machata <pmachata@redhat.com> - 1.5.4-9
- Rebuild for boost 1.55.0
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.5.4-8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
2013-07-30 12:37:14 +00:00
* Tue Jul 30 2013 Petr Machata <pmachata@redhat.com> - 1.5.4-7
- Rebuild for boost 1.54.0
* Wed Mar 6 2013 Toshio Kuratomi <toshio@fedoraproject.org> - 1.5.4-6
- Remove vendor prefix from desktop files in F19+ https://fedorahosted.org/fesco/ticket/1077
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.5.4-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
* Thu Dec 27 2012 Christoph Wickert <cwickert@fedoraproject.org> - 1.5.4-4
- Make sure translation memory gets built (#870724)
* Mon Oct 22 2012 Christoph Wickert <cwickert@fedoraproject.org> - 1.5.4-3
- Really fix file conflict, affects all sizes (#866058)
2012-10-15 16:38:15 +00:00
* Mon Oct 15 2012 Christoph Wickert <cwickert@fedoraproject.org> - 1.5.4-2
- Fix file conflict (#866058)
2012-10-11 18:48:38 +00:00
* Thu Oct 11 2012 Christoph Wickert <cwickert@fedoraproject.org> - 1.5.4-1
- Update to 1.5.4
* Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4.6.1-7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
2012-06-01 15:36:46 +00:00
* Fri Jun 01 2012 Christoph Wickert <cwickert@fedoraproject.org> - 1.4.6.1-6
- Don't ship docs twice (#827472)
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4.6.1-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
2011-12-06 05:52:13 +00:00
* Tue Dec 06 2011 Adam Jackson <ajax@redhat.com> - 1.4.6.1-4
- Rebuild for new libpng
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4.6.1-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
2010-07-14 12:42:41 +00:00
* Wed Jul 14 2010 Dan Horák <dan@danny.cz> - 1.4.6.1-2
- rebuilt against wxGTK-2.8.11-2
2015-01-08 22:07:16 +00:00
* Sat Apr 03 2010 Christoph Wickert <cwickert@fedoraproject.org> - 1.4.6.1-1
- Update to 1.4.6.1 (#579235)
- New BuildRequires boost-devel
- Update icon cache scriptlets
2010-02-05 21:20:19 +00:00
* Fri Feb 05 2010 Haïkel Guémar <karlthered@gmail.com> - 1.4.5-1
* Updated to 1.4.5
2010-01-29 18:50:50 +00:00
* Fri Jan 29 2010 Haïkel Guémar <karlthered@gmail.com> - 1.4.4-1
* Updated to 1.4.4
2009-09-18 02:58:14 +00:00
* Fri Sep 18 2009 Haïkel Guémar <karlthered@gmail.com> - 1.4.3-1
* Updated to 1.4.3
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4.2-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
2009-03-26 14:09:03 +00:00
* Thu Mar 26 2009 Bill Nottingham <notting@redhat.com> - 1.4.2-4
- rebuild per bug #492193, releng ticket 1432
* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4.2-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
* Sat Dec 27 2008 Konstantin Ryabitsev <icon@fedoraproject.org> - 1.4.2-2
- We still need desktop-file-utils, just not the post/postun scriptlets
* Sat Dec 27 2008 Konstantin Ryabitsev <icon@fedoraproject.org> - 1.4.2-1
- Upstream 1.4.2
- Do not depend on desktop-file-utils (#463047)
- Fix source location
2008-02-19 05:08:54 +00:00
* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 1.3.9-2
- Autorebuild for GCC 4.3
* Sun Dec 23 2007 Konstantin Ryabitsev <icon@fedoraproject.org> - 1.3.9-1
- Upstream 1.3.9
- Make sure all docs are utf-8
2007-08-17 19:11:08 +00:00
* Fri Aug 17 2007 Konstantin Ryabitsev <icon@fedoraproject.org> - 1.3.7-1
- Upstream 1.3.7
- Require gettext (#253228)
2006-12-17 19:48:02 +00:00
* Sun Dec 17 2006 Konstantin Ryabitsev <icon@fedoraproject.org> - 1.3.6-1.2
- Rebuild for new wx in devel
* Fri Nov 10 2006 Konstantin Ryabitsev <icon@fedoraproject.org> - 1.3.6-1.1
2006-11-10 19:50:28 +00:00
- Rebuild for newer db4 in devel
2006-10-30 15:26:55 +00:00
* Mon Oct 30 2006 Konstantin Ryabitsev <icon@fedoraproject.org> - 1.3.6-1
- Upstream 1.3.6
2006-10-29 15:14:00 +00:00
* Sun Oct 29 2006 Konstantin Ryabitsev <icon@fedoraproject.org> - 1.3.5-1
- Upstream 1.3.5
2006-09-03 18:09:53 +00:00
* Sun Sep 03 2006 Konstantin Ryabitsev <icon@fedoraproject.org> - 1.3.4-2.1
- FC6 rebuild
* Wed May 24 2006 Konstantin Ryabitsev <icon@fedoraproject.org> - 1.3.4-2
- Remove any potential places where makefile may create copies of
.desktop files and icons.
* Tue May 23 2006 Konstantin Ryabitsev <icon@fedoraproject.org> - 1.3.4-1
- Initial packaging