cvsextras b7899e1
Name:           wesnoth
049804a
Version:        1.18.0
804403a
Release:        1%{?dist}
91b9d21
Summary:        Turn-based strategy game with a fantasy theme
cvsextras b7899e1
c58b749
License:        GPL-2.0-or-later
cvsextras b7899e1
URL:            http://www.wesnoth.org
f5bfcf5
Source0:        http://www.%{name}.org/files/%{name}-%{version}.tar.bz2
e44c1e0
Source1:        wesnothd.service
52fda35
Source2:        %{name}.sysconfig
0b54846
Patch0:         scons-env.patch
9b7240e
b35502b
Requires:       wesnoth-data = %{version}
5f3329b
BuildRequires:  gcc-c++
80f0d07
BuildRequires:  SDL2_image-devel
80f0d07
BuildRequires:  SDL2_mixer-devel
80f0d07
BuildRequires:  SDL2_net-devel
80f0d07
BuildRequires:  SDL2_ttf-devel
10214bf
BuildRequires:  dbus-devel
c09bc32
BuildRequires:  freetype-devel
0aa6c68
BuildRequires:  libpng-devel
c09bc32
BuildRequires:  fribidi-devel
60ca791
BuildRequires:  python%{python3_pkgversion}-devel
d0edd11
BuildRequires:  desktop-file-utils
c09bc32
BuildRequires:  gettext
c09bc32
BuildRequires:  boost-devel
c09bc32
BuildRequires:  pango-devel
c09bc32
BuildRequires:  lua-devel
10214bf
BuildRequires:  readline-devel
b1308f3
BuildRequires:  python3-scons
083315d
BuildRequires:  openssl-devel
50aff00
BuildRequires:  libvorbis-devel
9ed22a0
BuildRequires:  libcurl-devel
50aff00
BuildRequires:  systemd
cvsextras b7899e1
cvsextras b7899e1
%description
91b9d21
The Battle for Wesnoth is a turn-based strategy game with a fantasy theme.
91b9d21
91b9d21
Build up a great army, gradually turning raw recruits into hardened
91b9d21
veterans. In later games, recall your toughest warriors and form a deadly
91b9d21
host against whom none can stand. Choose units from a large pool of
91b9d21
specialists, and hand-pick a force with the right strengths to fight well
91b9d21
on different terrains against all manner of opposition.
cvsextras b7899e1
91b9d21
Fight to regain the throne of Wesnoth, of which you are the legitimate
91b9d21
heir, or use your dread power over the Undead to dominate the land of
91b9d21
mortals, or lead your glorious Orcish tribe to victory against the humans
91b9d21
who dared despoil your lands. Wesnoth has many different sagas waiting to
91b9d21
be played out. You can create your own custom units, and write your own
91b9d21
scenarios--or even full-blown campaigns. You can also challenge your
91b9d21
friends--or strangers--and fight multi-player epic fantasy battles.
cvsextras b7899e1
f0ce723
##%ifnarch noarch
0aa6c68
%package server
c09bc32
Summary:        %{summary}
c09bc32
Requires:       %{name} = %{version}-%{release}
c09bc32
Requires(pre):  /usr/sbin/useradd
52fda35
0aa6c68
%description server
0aa6c68
This package contains the binaries for running a Wesnoth server
0aa6c68
for multi-player games.
0aa6c68
0aa6c68
0aa6c68
%package tools
c09bc32
Summary:        %{summary}
c09bc32
Requires:       %{name} = %{version}-%{release}
0aa6c68
52fda35
0aa6c68
%description tools
0aa6c68
This package contains the game editor and development tools.
0aa6c68
f0ce723
##%else
b35502b
%package data
c09bc32
Summary:        %{summary}
c09bc32
Requires:       %{name} = %{version}
f441be6
Requires:	dejavu-sans-fonts
c09bc32
BuildArch:      noarch
b35502b
b35502b
%description data
b35502b
This package contains the data files for Wesnoth.
f0ce723
##%endif
0aa6c68
cvsextras b7899e1
%prep
0b54846
%autosetup -p0
cvsextras b7899e1
cvsextras b7899e1
%build
64c2a3e
scons wesnoth wesnothd campaignd prefix=%{_prefix} \
f441be6
          bindir=%{_bindir} \
f441be6
          libdir=%{_libdir} \
6ca5c01
          boostdir=%{_includedir} \
6ca5c01
          boostlibdir=%{_libdir} \
f441be6
          localedirname=locale \
b1308f3
          python_site_packages_dir=%{python3_sitelib}/wesnoth \
f441be6
          extra_flags_release="$RPM_OPT_FLAGS $RPM_LD_FLAGS" \
4dbf06e
          luadir=%{_includedir} \
344598b
          fifodir=/run/wesnothd \
804403a
          systemd=True \
f441be6
          %{?_smp_mflags}
cvsextras b7899e1
cvsextras b7899e1
%install
f441be6
scons install install-pytools destdir=$RPM_BUILD_ROOT
f441be6
344598b
#Workaround for BZ 1981728
804403a
sed -i "s|@FIFO_DIR@|\/run\/wesnothd|g" $RPM_BUILD_ROOT%{_prefix}/lib/tmpfiles.d/wesnothd.tmpfiles.conf
804403a
804403a
#Correct user/group
804403a
sed -i "s/_wesnoth/wesnothd/g" $RPM_BUILD_ROOT%{_prefix}/lib/tmpfiles.d/wesnothd.tmpfiles.conf
344598b
324913d
%if 0%{?flatpak}
324913d
# Fix install paths for flatpak builds where systemd prefix differs from wesnoth prefix
324913d
mkdir -p $RPM_BUILD_ROOT%{_unitdir}
324913d
mv $RPM_BUILD_ROOT%{_prefix}/lib/systemd/system/wesnothd.service $RPM_BUILD_ROOT%{_unitdir}
324913d
mkdir -p $RPM_BUILD_ROOT%{_tmpfilesdir}
804403a
mv $RPM_BUILD_ROOT%{_prefix}/lib/tmpfiles.d/wesnothd.tmpfiles.conf $RPM_BUILD_ROOT%{_tmpfilesdir}
324913d
%endif
324913d
f441be6
# extra files we provide
f441be6
install -Dpm 644 %{SOURCE1} $RPM_BUILD_ROOT%{_unitdir}/wesnothd.service
f441be6
install -Dpm 644 %{SOURCE2} $RPM_BUILD_ROOT%{_sysconfdir}/sysconfig/wesnoth
f441be6
f441be6
# create this so we can %ghost it
344598b
mkdir -p ${RPM_BUILD_ROOT}/run/wesnothd/
344598b
touch ${RPM_BUILD_ROOT}/run/wesnothd/socket
f441be6
f441be6
# move server stuff into sbindir
35bf02e
mkdir -p $RPM_BUILD_ROOT/%{_sbindir}
f441be6
mv $RPM_BUILD_ROOT/%{_bindir}/wesnothd $RPM_BUILD_ROOT/%{_sbindir}
f441be6
mv $RPM_BUILD_ROOT/%{_bindir}/campaignd $RPM_BUILD_ROOT/%{_sbindir}
b35502b
454f1f5
# Wesnoth ships its own fonts, replace with Fedora packaged versions
e60a227
for f in dejavu-sans-fonts/DejaVuSans-Bold.ttf dejavu-sans-mono-fonts/DejaVuSansMono-Bold.ttf dejavu-sans-mono-fonts/DejaVuSansMono.ttf dejavu-sans-fonts/DejaVuSans-Oblique.ttf dejavu-sans-fonts/DejaVuSans.ttf ; do
ec39fb2
    rm $RPM_BUILD_ROOT%{_datadir}/wesnoth/fonts/$(basename $f)
ec39fb2
    ln -s /usr/share/fonts/$f $RPM_BUILD_ROOT%{_datadir}/wesnoth/fonts/$(basename $f)
ec39fb2
done
35bf02e
f441be6
# language stuff
f441be6
%find_lang %{name} LANGFILES --with-man
0aa6c68
0aa6c68
%pre server
0aa6c68
/usr/sbin/useradd -c "Wesnoth server" -s /sbin/nologin \
344598b
          -r -d /run/wesnothd wesnothd 2> /dev/null || :
0aa6c68
0aa6c68
0aa6c68
%post server
f441be6
%systemd_post wesnothd.service
e44c1e0
0aa6c68
%preun server
f441be6
%systemd_preun wesnothd.service
e44c1e0
e44c1e0
%postun server
f441be6
%systemd_postun_with_restart wesnothd.service
0aa6c68
e44c1e0
b35502b
%files
e087630
%license COPYING
46fde22
%doc changelog.md README.md copyright
f441be6
%docdir %{_docdir}/wesnoth
f441be6
%{_docdir}/wesnoth
52fda35
%{_bindir}/%{name}
0aa6c68
0aa6c68
%files tools
f0ce723
%{_bindir}/wesnoth_addon_manager
35bf02e
%{_bindir}/wml*
b1308f3
%{python3_sitelib}/wesnoth
536c3d4
%{_datadir}/wesnoth/data/tools
0aa6c68
0aa6c68
%files server
0aa6c68
%config(noreplace) %{_sysconfdir}/sysconfig/wesnoth
0aa6c68
%{_sbindir}/wesnothd
f441be6
%{_sbindir}/campaignd
344598b
%attr(0700,wesnothd,wesnothd) %dir /run/wesnothd/
344598b
%ghost /run/wesnothd/socket
324913d
%{_unitdir}/wesnothd.service
804403a
%{_tmpfilesdir}/wesnothd.tmpfiles.conf
804403a
%exclude %{_prefix}/lib/sysusers.d/wesnothd.sysusers.conf
b35502b
f441be6
%files data -f LANGFILES
1e8532a
%{_datadir}/applications/org.wesnoth.Wesnoth.desktop
f441be6
%{_datadir}/icons/*
1e8532a
%{_datadir}/metainfo/org.wesnoth.Wesnoth.appdata.xml
536c3d4
%{_datadir}/wesnoth/
536c3d4
%exclude %{_datadir}/wesnoth/data/tools
662a5e8
%{_mandir}/man6/wesnoth*.6*
662a5e8
%{_mandir}/*/man6/wesnoth*.6*
cvsextras b7899e1
cvsextras b7899e1
%changelog
049804a
* Mon Mar 18 2024 Gwyn Ciesla <gwync@protonmail.com> - 1.18.0-1
049804a
- 1.18.0
049804a
6fccb86
* Wed Feb 21 2024 Gwyn Ciesla <gwync@protonmail.com> - 1.17.26-1
6fccb86
- 1.17.26
6fccb86
804403a
* Mon Jan 22 2024 Gwyn Ciesla <gwync@protonmail.com> - 1.17.25-1
804403a
- 1.17.25
804403a
c093e52
* Thu Jan 18 2024 Jonathan Wakely <jwakely@redhat.com> - 1.17.24-2
c093e52
- Rebuilt for Boost 1.83
c093e52
ffbe6d5
* Mon Dec 18 2023 Gwyn Ciesla <gwync@protonmail.com> - 1.17.24-1
ffbe6d5
- 1.17.24
ffbe6d5
0975f60
* Tue Nov 28 2023 Gwyn Ciesla <gwync@protonmail.com> - 1.17.23-1
0975f60
- 1.17.23
0975f60
2470852
* Wed Oct 18 2023 Gwyn Ciesla <gwync@protonmail.com> - 1.17.22-1
2470852
- 1.17.22
2470852
086f685
* Tue Sep 19 2023 Gwyn Ciesla <gwync@protonmail.com> - 1.17.21-1
086f685
- 1.17.21
086f685
1bfe412
* Wed Aug 23 2023 Gwyn Ciesla <gwync@protonmail.com> - 1.17.20-1
1bfe412
- 1.17.20
1bfe412
411ce7e
* Sat Jul 22 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.17.19-2
411ce7e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
411ce7e
0f1876a
* Mon Jul 17 2023 Gwyn Ciesla <gwync@protonmail.com> - 1.17.19-1
0f1876a
- 1.17.19
0f1876a
89062dc
* Mon Jun 26 2023 Python Maint <python-maint@redhat.com> - 1.17.18-2
89062dc
- Rebuilt for Python 3.12
89062dc
2d8776f
* Tue Jun 20 2023 Gwyn Ciesla <gwync@protonmail.com> - 1.17.18-1
2d8776f
- 1.17.18
2d8776f
65f2615
* Wed Jun 14 2023 Python Maint <python-maint@redhat.com> - 1.17.17-3
65f2615
- Rebuilt for Python 3.12
65f2615
344598b
* Thu May 25 2023 Gwyn Ciesla <gwync@protonmail.com> - 1.17.17-2
344598b
- Workaround for BZ 1981728.
344598b
5f4131a
* Mon May 22 2023 Gwyn Ciesla <gwync@protonmail.com> - 1.17.17-1
5f4131a
- 1.17.17
5f4131a
cef0bae
* Mon Apr 24 2023 Gwyn Ciesla <gwync@protonmail.com> - 1.17.16-1
cef0bae
- 1.17.16
cef0bae
3f9bbe2
* Mon Apr 17 2023 Gwyn Ciesla <gwync@protonmail.com> - 1.17.15-1
3f9bbe2
- 1.17.15
3f9bbe2
9ed22a0
* Mon Mar 20 2023 Gwyn Ciesla <gwync@protonmail.com> - 1.17.14-1
9ed22a0
- 1.17.14
9ed22a0
c58b749
* Fri Mar 03 2023 Gwyn Ciesla <gwync@protonmail.com> - 1.17.13-3
c58b749
- migrated to SPDX license
c58b749
85c5ccd
* Thu Feb 23 2023 Kalev Lember <klember@redhat.com> - 1.17.13-2
85c5ccd
- Rebuilt for Boost 1.81
85c5ccd
e32a539
* Tue Feb 21 2023 Gwyn Ciesla <gwync@protonmail.com> - 1.17.13-1
e32a539
- 1.17.13
e32a539
2c61f65
* Mon Feb 20 2023 Jonathan Wakely <jwakely@redhat.com> - 1.17.7-3
2c61f65
- Rebuilt for Boost 1.81
2c61f65
0e59bb6
* Sat Jan 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.17.7-2
0e59bb6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
0e59bb6
6cfdd08
* Mon Aug 22 2022 Gwyn Ciesla <gwync@protonmail.com> - 1.17.7-1
6cfdd08
- 1.17.7
6cfdd08
7c90c6f
* Sat Jul 23 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.17.6-2
7c90c6f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
7c90c6f
a945d0f
* Wed Jul 20 2022 Gwyn Ciesla <gwync@protonmail.com> - 1.17.6-1
a945d0f
- 1.17.6
a945d0f
250b3af
* Tue Jun 21 2022 Gwyn Ciesla <gwync@protonmail.com> - 1.17.5-1
250b3af
- 1.17.5
250b3af
51efcc2
* Mon Jun 13 2022 Python Maint <python-maint@redhat.com> - 1.17.4-2
51efcc2
- Rebuilt for Python 3.11
51efcc2
dc265a6
* Mon May 16 2022 Gwyn Ciesla <gwync@protonmail.com> - 1.17.4-1
dc265a6
- 1.17.4
dc265a6
079b9f1
* Wed May 04 2022 Thomas Rodgers <trodgers@redhat.com> - 1.17.3-2
079b9f1
- Rebuilt for Boost 1.78
079b9f1
2fb30f8
* Mon Apr 18 2022 Gwyn Ciesla <gwync@protonmail.com> - 1.17.3-1
2fb30f8
- 1.17.3
2fb30f8
4dbf06e
* Mon Mar 21 2022 Gwyn Ciesla <gwync@protonmail.com> - 1.17.2-1
4dbf06e
- 1.17.2
4dbf06e
3c3d392
* Tue Feb 22 2022 Gwyn Ciesla <gwync@protonmail.com> - 1.17.1-1
3c3d392
- 1.17.1
3c3d392
922fb2c
* Sat Jan 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.17.0-2
922fb2c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
922fb2c
d373909
* Tue Jan 18 2022 Gwyn Ciesla <gwync@protonmail.com> - 1.17.0-1
d373909
- 1.17.0
d373909
3c69ccc
* Tue Nov 09 2021 Gwyn Ciesla <gwync@protonmail.com> - 1.16.1-1
3c69ccc
- 1.16.1
3c69ccc
2093ee2
* Fri Oct 29 2021 Kalev Lember <klember@redhat.com> - 1.16.0-2
2093ee2
- Remove Python 2 workarounds as everything has been ported to Python 3
2b18280
- Drop post/preun/postun requires on systemd
2093ee2
41db563
* Sun Oct 24 2021 Gwyn Ciesla <gwync@protonmail.com> - 1.16.0-1
41db563
- 1.16.0
41db563
334e795
* Mon Sep 27 2021 Gwyn Ciesla <gwync@protonmail.com> - 1.15.18-1
334e795
- 1.15.18
334e795
ae9e6bd
* Tue Sep 14 2021 Sahana Prasad <sahana@redhat.com> - 1.15.17-2
ae9e6bd
- Rebuilt with OpenSSL 3.0.0
ae9e6bd
fcddc37
* Thu Sep 02 2021 Gwyn Ciesla <gwync@protonmail.com> - 1.15.17-1
fcddc37
- 1.15.17
fcddc37
31028e0
* Mon Aug 23 2021 Gwyn Ciesla <gwync@protonmail.com> - 1.15.16-1
31028e0
- 1.15.16
31028e0
232b3e7
* Sat Aug 07 2021 Jonathan Wakely <jwakely@redhat.com> - 1.15.15-3
232b3e7
- Rebuilt for Boost 1.76
232b3e7
7cb2509
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.15.15-2
7cb2509
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
7cb2509
75f0d01
* Mon Jul 19 2021 Gwyn Ciesla <gwync@protonmail.com> - 1.15.15-1
75f0d01
- 1.15.15
75f0d01
82e9f71
* Mon Jun 21 2021 Gwyn Ciesla <gwync@protonmail.com> - 1.15.14-1
82e9f71
- 1.15.14
82e9f71
a5d2580
* Fri Jun 04 2021 Python Maint <python-maint@redhat.com> - 1.15.13-2
a5d2580
- Rebuilt for Python 3.10
a5d2580
81f5984
* Mon May 17 2021 Gwyn Ciesla <gwync@protonmail.com> - 1.15.13-1
81f5984
- 1.15.13
81f5984
fb8c3c5
* Mon Apr 19 2021 Gwyn Ciesla <gwync@protonmail.com> - 1.15.12-1
fb8c3c5
- 1.15.12
fb8c3c5
c7eaf6b
* Tue Mar 30 2021 Jonathan Wakely <jwakely@redhat.com> - 1.15.11-2
c7eaf6b
- Rebuilt for removed libstdc++ symbol (#1937698)
c7eaf6b
f8ca997
* Mon Mar 22 2021 Gwyn Ciesla <gwync@protonmail.com> - 1.5.11-1
f8ca997
- 1.5.11
f8ca997
e6b7c44
* Tue Mar 02 2021 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 1.15.10-2
e6b7c44
- Rebuilt for updated systemd-rpm-macros
e6b7c44
  See https://pagure.io/fesco/issue/2583.
e6b7c44
f9df0cb
* Mon Feb 22 2021 Gwyn Ciesla <gwync@protonmail.com> - 1.15.10-1
f9df0cb
- 1.15.10
f9df0cb
5de76ca
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.15.9-3
5de76ca
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
5de76ca
255380c
* Fri Jan 22 2021 Jonathan Wakely <jwakely@redhat.com> - 1.15.9-2
255380c
- Rebuilt for Boost 1.75
255380c
9ed29c0
* Tue Jan 19 2021 Gwyn Ciesla <gwync@protonmail.com> - 1.15.9-1
9ed29c0
- 1.15.9
9ed29c0
88f3f15
* Mon Dec 21 2020 Gwyn Ciesla <gwync@protonmail.com> - 1.15.8-1
88f3f15
- 1.15.8
88f3f15
97a6e04
* Sun Dec 06 2020 Jeff Law <law@redhat.com> - 1.15.7-2
97a6e04
- Fix missing #include for gcc-11
97a6e04
15033ae
* Mon Nov 23 2020 Gwyn Ciesla <gwync@protonmail.com> - 1.15.7-1
15033ae
- 1.15.7
15033ae
db73853
* Mon Oct 19 2020 Gwyn Ciesla <gwync@protonmail.com> - 1.15.6-1
db73853
- 1.15.6
db73853
e28f887
* Mon Sep 21 2020 Gwyn Ciesla <gwync@protonmail.com> - 1.15.5-1
e28f887
- 1.15.5
e28f887
438664e
* Wed Sep 02 2020 Gwyn Ciesla <gwync@protonmail.com> - 1.15.4-2
438664e
- Upstream crash patch.
438664e
98ab1c8
* Mon Aug 24 2020 Gwyn Ciesla <gwync@protonmail.com> - 1.15.4-1
98ab1c8
- 1.15.4
98ab1c8
da6f38a
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.15.3-5
da6f38a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
da6f38a
56efa39
* Fri May 29 2020 Jonathan Wakely <jwakely@redhat.com> - 1.15.3-4
56efa39
- Rebuilt for Boost 1.73
56efa39
7816edf
* Tue May 26 2020 Miro Hrončok <mhroncok@redhat.com> - 1.15.3-3
7816edf
- Rebuilt for Python 3.9
7816edf
e60a227
* Mon May 18 2020 Gwyn Ciesla <gwync@protonmail.com> - 1.15.3-2
e60a227
- Update dejavu font paths.
e60a227
404a325
* Thu Mar 12 2020 Kalev Lember <klember@redhat.com> - 1.15.3-1
404a325
- 1.15.3
404a325
b7a7806
* Fri Jan 31 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.15.2-2
b7a7806
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
b7a7806
0cceeee
* Wed Oct 23 2019 Gwyn Ciesla <gwync@protonmail.com> - 1.15.2-1
0cceeee
- 1.15.2
0cceeee
1e8532a
* Tue Sep 03 2019 Gwyn Ciesla <gwync@protonmail.com> - 1.15.1-1
1e8532a
- 1.15.1
1e8532a
8b3dbe5
* Mon Aug 19 2019 Miro Hrončok <mhroncok@redhat.com> - 1.14.7-6
8b3dbe5
- Rebuilt for Python 3.8
8b3dbe5
f1dc9e2
* Mon Aug 19 2019 Miro Hrončok <mhroncok@redhat.com> - 1.14.7-5
f1dc9e2
- Rebuilt for Python 3.8
f1dc9e2
b1308f3
* Fri Aug 09 2019 Gwyn Ciesla <gwync@protonmail.com> - 1.14.7-4
b1308f3
- Exclude Python 2 tools per upstream.
b1308f3
013f2d3
* Sat Jul 27 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.14.7-3
013f2d3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
013f2d3
536c3d4
* Tue Jun 04 2019 Kalev Lember <klember@redhat.com> - 1.14.7-2
536c3d4
- Move tools python scripts from -data subpackage to -tools
536c3d4
c9d9c4f
* Tue Apr 16 2019 Kalev Lember <klember@redhat.com> - 1.14.7-1
c9d9c4f
- Update to 1.14.7
c9d9c4f
71cc4d6
* Tue Feb 26 2019 Kalev Lember <klember@redhat.com> - 1.14.6-1
71cc4d6
- Update to 1.14.6
9370e0a
- Enable ppc64le build again
71cc4d6
10214bf
* Thu Feb 14 2019 Kalev Lember <klember@redhat.com> - 1.14.5-3
10214bf
- Add missing dbus-devel and readline-devel BRs for optional features
ec39fb2
- Fix dejavu font unbundling
ec39fb2
- Drop obsolete sazanami-gothic and wqy-zenhei font deps
10214bf
50ef8e4
* Sun Feb 03 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.14.5-2
50ef8e4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
50ef8e4
fd333aa
* Mon Sep 24 2018 Gwyn Ciesla <limburgher@gmail.com> - 1.14.5-1
fd333aa
- 1.14.5.
fd333aa
5c57668
* Mon Jul 23 2018 Gwyn Ciesla <limburgher@gmail.com> - 1.14.4-1
5c57668
- 1.14.4.
5c57668
7977c43
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.14.3-4
7977c43
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
7977c43
89a1240
* Tue Jul 10 2018 Pete Walter <pwalter@fedoraproject.org> - 1.14.3-3
89a1240
- Rebuild for ICU 62
89a1240
25e3f14
* Tue Jun 19 2018 Miro Hrončok <mhroncok@redhat.com> - 1.14.3-2
25e3f14
- Rebuilt for Python 3.7
25e3f14
6c007fe
* Mon Jun 11 2018 Gwyn Ciesla <limburgher@gmail.com> - 1.14.3-1
6c007fe
- 1.14.3.
6c007fe
80f2b36
* Tue May 29 2018 Gwyn Ciesla <limburgher@gmail.com> - 1.14.2-1
80f2b36
- 1.14.2.
80f2b36
21db833
* Tue May 22 2018 Pete Walter <pwalter@fedoraproject.org> - 1.14.1-3
21db833
- Don't install duplicate appdata
21db833
60810de
* Wed May 16 2018 Pete Walter <pwalter@fedoraproject.org> - 1.14.1-2
60810de
- Rebuild for ICU 61.1
60810de
12b0b39
* Wed May 09 2018 Gwyn Ciesla <limburgher@gmail.com> - 1.14.1-1
12b0b39
- 1.14.1.
12b0b39
e056f9f
* Wed May 02 2018 Gwyn Ciesla <limburgher@gmail.com> - 1.14.0-1
e056f9f
- 1.14.0.
e056f9f
46b0b38
* Mon Apr 30 2018 Pete Walter <pwalter@fedoraproject.org> - 1.13.14-2
46b0b38
- Rebuild for ICU 61.1
46b0b38
b4bf326
* Tue Apr 17 2018 Gwyn Ciesla <limburgher@gmail.com> - 1.13.14-1
b4bf326
- 1.13.14.
b4bf326
4664ed0
* Mon Apr 02 2018 Gwyn Ciesla <limburgher@gmail.com> - 1.13.13-1
4664ed0
- 1.13.13.
4664ed0
46fde22
* Mon Mar 26 2018 Gwyn Ciesla <limburgher@gmail.com> - 1.13.12-1
46fde22
- 1.13.12.
46fde22
e087630
* Mon Feb 19 2018 Gwyn Ciesla <limburgher@gmail.com> - 1.13.11-1
e087630
- 1.13.11.
e087630
c719e3a
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.13.10-2
c719e3a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
c719e3a
f390125
* Wed Oct 25 2017 Gwyn Ciesla <limburgher@gmail.com> - 1.13.10-1
f390125
- 1.13.10.
f390125
a6f9d26
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.13.8-4
a6f9d26
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
a6f9d26
eeba5b6
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.13.8-3
eeba5b6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
eeba5b6
7bed576
* Fri Jul 21 2017 Kalev Lember <klember@redhat.com> - 1.13.8-2
7bed576
- Rebuilt for Boost 1.64
7bed576
baec98a
* Mon May 22 2017 Gwyn Ciesla <limburgher@gmail.com> - 1.13.8-1
baec98a
- 1.13.8.
baec98a
f5bfcf5
* Wed Mar 22 2017 Gwyn Ciesla <limburgher@gmail.com> - 1.13.7-1
f5bfcf5
- 1.13.7.
f5bfcf5
5197cf2
* Thu Feb 23 2017 Jon Ciesla <limburgher@gmail.com> - 1.13.6-4.20170103git795624ab4e
5197cf2
- ExcludeArch ppc64le
5197cf2
9cb47ba
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.13.6-3.20170103git795624ab4e
9cb47ba
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
9cb47ba
24d23c8
* Fri Jan 27 2017 Jonathan Wakely <jwakely@redhat.com> - 1.13.6-2.20170103git795624ab4e
24d23c8
- Rebuilt for Boost 1.63
24d23c8
900fc6e
* Tue Jan 03 2017 Jon Ciesla <limburgher@gmail.com> - 1.13.6-1.20170103git795624ab4e
900fc6e
- 1.13.6 snapshot 795624ab4e for FTBFS.
900fc6e
73705bb
* Thu Dec 29 2016 Jon Ciesla <limburgher@gmail.com> - 1.13.6-1.2016129git181503
73705bb
- 1.13.6 snapshot 181503 for FTBFS.
73705bb
64c2a3e
* Mon Dec 19 2016 Jon Ciesla <limburgher@gmail.com> - 1.13.6-1.20161219git3621a3
64c2a3e
- 1.13.6 snapshot 3621a3 for FTBFS.
64c2a3e
- Dropped some tools, dropped upstream.
64c2a3e
80f0d07
* Tue Sep 06 2016 Jon Ciesla <limburgher@gmail.com> - 1.13.5-1
80f0d07
- 1.13.5.
80f0d07
- Disabled byte-complilation, project is a mix between Python 2 and 3.
80f0d07
465de43
* Tue Jul 19 2016 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.12.6-2
465de43
- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages
465de43
a364254
* Sun May 22 2016 Jon Ciesla <limburgher@gmail.com> - 1.12.6-1
a364254
- 1.12.6.
a364254
4c49841
* Tue May 17 2016 Jonathan Wakely <jwakely@redhat.com> - 1.12.5-4
4c49841
- Rebuilt for linker errors in boost (#1331983)
4c49841
e3a2884
* Fri Feb 05 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.12.5-3
e3a2884
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
e3a2884
0864a29
* Sat Jan 16 2016 Jonathan Wakely <jwakely@redhat.com> - 1.12.5-2
0864a29
- Rebuilt for Boost 1.60
0864a29
7703e7d
* Wed Nov 11 2015 Jon Ciesla <limburgher@gmail.com> - 1.12.5-1
7703e7d
- 1.12.5.
7703e7d
6d79f32
* Tue Sep 22 2015 Jon Ciesla <limburgher@gmail.com> - 1.12.4-5
6d79f32
- Fix boost FTBFS, BZ 1261123.
6d79f32
3354dd9
* Sat Sep 05 2015 Bruno Wolff III <bruno@wolff.to> - 1.12.4-4
3354dd9
- Rebuild for boost 1.59 again as it still was using 1.58
3354dd9
0dc0327
* Wed Jul 29 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.12.4-3
0dc0327
- Rebuilt for https://fedoraproject.org/wiki/Changes/F23Boost159
0dc0327
7d325e9
* Wed Jul 22 2015 David Tardon <dtardon@redhat.com> - 1.12.4-2
7d325e9
- rebuild for Boost 1.58
7d325e9
c261f6b
* Mon Jun 29 2015 Jon Ciesla <limburgher@gmail.com> - 1.12.4-1
c261f6b
- Upstream maintenance release.
c261f6b
dd88d1f
* Fri Jun 26 2015 Jon Ciesla <limburgher@gmail.com> - 1.12.2-3
dd88d1f
- Patches for CVE-2015-5069 and CVE-2015-5070.
dd88d1f
a59b788
* Fri Jun 19 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.12.2-2
a59b788
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
a59b788
02861fd
* Mon Apr 13 2015 Jon Ciesla <limburgher@gmail.com> - 1.12.2-1
02861fd
- 1.12.2, security release.
02861fd
Richard Hughes d433fb0
* Thu Mar 26 2015 Richard Hughes <rhughes@redhat.com> - 1.12.1-3
Richard Hughes d433fb0
- Add an AppData file for the software center
Richard Hughes d433fb0
Petr Machata 1126514
* Tue Jan 27 2015 Petr Machata <pmachata@redhat.com> - 1.12.1-2
Petr Machata 1126514
- Rebuild for boost 1.57.0
Petr Machata 1126514
a4eb3c9
* Mon Jan 26 2015 Jon Ciesla <limburgher@gmail.com> - 1.12.1-1
a4eb3c9
- 1.12.1, bugfix release.
a4eb3c9
9fbd3e4
* Mon Nov 24 2014 Jon Ciesla <limburgher@gmail.com> - 1.12-1
9fbd3e4
- 1.12 final.
9fbd3e4
099e720
* Mon Nov 10 2014 Jon Ciesla <limburgher@gmail.com> - 1.11.19-1
099e720
- 1.12 RC3.
099e720
44eee5a
* Mon Oct 27 2014 Jon Ciesla <limburgher@gmail.com> - 1.11.18-1
44eee5a
- 1.12 RC2.
44eee5a
0626179
* Thu Oct 16 2014 Jon Ciesla <limburgher@gmail.com> - 1.11.17-1
0626179
- 1.12 RC1.
0626179
2aad9d3
* Mon Aug 18 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.11.16-2
2aad9d3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
2aad9d3
92402df
* Mon Jul 14 2014 Jon Ciesla <limburgher@gmail.com> - 1.11.16-1
92402df
- 1.12 Beta 6.
92402df
b7dc67e
* Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.11.15-2
b7dc67e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
b7dc67e
6ae2297
* Tue May 27 2014 Jon Ciesla <limburgher@gmail.com> - 1.11.15-1
6ae2297
- 1.12 Beta 5.
6ae2297
- Changelog fix.
6ae2297
Petr Machata 047c0ef
* Fri May 23 2014 Petr Machata <pmachata@redhat.com> - 1.11.13-3
Petr Machata 047c0ef
- Rebuild for boost 1.55.0
Petr Machata 047c0ef
f076c09
* Fri May 23 2014 David Tardon <dtardon@redhat.com> - 1.11.13-2
f076c09
- rebuild for boost 1.55.0
f076c09
32968f2
* Thu Apr 24 2014 Jon Ciesla <limburgher@gmail.com> - 1.11.13-1
6ae2297
- 1.12 Beta 4.
32968f2
32968f2
* Wed Mar 26 2014 Jon Ciesla <limburgher@gmail.com> - 1.11.12-1
94e08e5
- 1.12 Beta 3.
94e08e5
aad20d8
* Fri Mar 07 2014 Jon Ciesla <limburgher@gmail.com> - 1.11.11-1
aad20d8
- 1.12 Beta 2.
aad20d8
8ca68fd
* Tue Feb 25 2014 Jon Ciesla <limburgher@gmail.com> - 1.11.10-1
8ca68fd
- 1.12 Beta 1.
8ca68fd
abc2645
* Mon Aug 26 2013 Jon Ciesla <limburgher@gmail.com> - 1.10.7-1
abc2645
- Latest upstream stable release.
abc2645
- Crash patch upstreamed.
abc2645
f441be6
* Mon Aug 12 2013 Jon Ciesla <limburgher@gmail.com> - 1.10.6-8
f441be6
- Spec cleanup, better scons build, BZ 991376.
f441be6
- Add systemd macros, BZ 850365.
f441be6
- Fix font requires.
f441be6
2d61c43
* Thu Aug 01 2013 Jon Ciesla <limburgher@gmail.com> - 1.10.6-7
2d61c43
- Another man page fix attempt.
2d61c43
e94eb08
* Tue Jul 30 2013 Jon Ciesla <limburgher@gmail.com> - 1.10.6-6
957be24
- Fix man page ownership, with comments from BZ 905379.
957be24
Petr Machata 20cb110
* Sat Jul 27 2013 pmachata@redhat.com - 1.10.6-5
Petr Machata 20cb110
- Rebuild for boost 1.54.0
Petr Machata 20cb110
85586d2
* Thu Jul 25 2013 Jon Ciesla <limburgher@gmail.com> - 1.10.6-4
85586d2
- Fix man page ownership, BZ 958465.
85586d2
2a67c8d
* Thu Apr 25 2013 Jon Ciesla <limburgher@gmail.com> - 1.10.6-3
2a67c8d
- Add PIE, BZ 955196.
2a67c8d
a05f071
* Wed Apr 24 2013 Jon Ciesla <limburgher@gmail.com> - 1.10.6-2
a05f071
- Fix for crash, BZ 953327.
a05f071
b2f91ec
* Thu Mar 28 2013 Jon Ciesla <limburgher@gmail.com> - 1.10.6-1
b2f91ec
- New upstream maintainance release.
b2f91ec
Parag Nemade 8f6984a
* Mon Feb 11 2013 Parag Nemade <paragn AT fedoraproject DOT org> - 1.10.5-5
Parag Nemade 8f6984a
- Remove vendor tag from desktop file as per https://fedorahosted.org/fesco/ticket/1077
Parag Nemade 8f6984a
- Cleanup spec as per recently changed packaging guidelines
Parag Nemade 8f6984a
5b56c36
* Sat Feb 09 2013 Denis Arnaud <denis.arnaud_fedora@m4x.org> - 1.10.5-4
5b56c36
- Rebuild for Boost-1.53.0
5b56c36
04e75e1
* Fri Feb 01 2013 Jon Ciesla <limburgher@gmail.com> - 1.10.5-3
04e75e1
- Fin man page locations, BZ 905379.
04e75e1
7ce17b4
* Tue Nov 20 2012 Jon Ciesla <limburgher@gmail.com> - 1.10.5-2
7ce17b4
- Switched from cmake to scons to fix build issue.
7ce17b4
b1013ab
* Tue Nov 20 2012 Jon Ciesla <limburgher@gmail.com> - 1.10.5-1
b1013ab
- New upstream maintainance release.
b1013ab
70c6ca7
* Tue Aug 28 2012 Jon Ciesla <limburgher@gmail.com> - 1.10.4-1
70c6ca7
- New upstream maintainance release.
70c6ca7
bd7bc00
* Fri Jul 27 2012 Jon Ciesla <limburgher@gmail.com> - 1.10.3-5
bd7bc00
- Fix for translation issue, BZ 840916.
bd7bc00
3907849
* Thu Jul 26 2012 Jon Ciesla <limburgher@gmail.com> - 1.10.3-4
3907849
- Rebuild for boost 1.50.
3907849
3fd8add
* Sun Jul 22 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.10.3-2
3fd8add
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
3fd8add
8fc5ff1
* Mon May 21 2012 Jon Ciesla <limburgher@gmail.com> - 1.10.3-1
8fc5ff1
- New upstream maintainance release.
8fc5ff1
aff2d9c
* Fri Apr 13 2012 Jon Ciesla <limburgher@gmail.com> - 1.10.2-2
aff2d9c
- Added hardened build.
aff2d9c
03dae34
* Mon Apr 09 2012 Jon Ciesla <limburgher@gmail.com> - 1.10.2-1
03dae34
- New upstream maintainance release.
03dae34
ddcf857
* Mon Feb 27 2012 Jon Ciesla <limburgher@gmail.com> - 1.10.1-1
ddcf857
- New upstream maintainance release.
ddcf857
e44c1e0
* Tue Jan 31 2012 Jon Ciesla <limburgher@gmail.com> - 1.10-2
e44c1e0
- Migrate to systemd, BZ 661241.
e44c1e0
- Placed python modules.
e44c1e0
a0a5171
* Sun Jan 29 2012 Jon Ciesla <limburgher@gmail.com> - 1.10-1
a0a5171
- New upstream, 1.10 final.
1da8b05
98f52ca
* Tue Jan 10 2012 Jon Ciesla <limburgher@gmail.com> - 1.9.14-1
98f52ca
- New upstream, 1.10-rc1.
98f52ca
9105e08
* Wed Dec 21 2011 Jon Ciesla <limburgher@gmail.com> - 1.9.13-1
9105e08
- New upstream.
9105e08
35bf02e
* Thu Dec 08 2011 Jon Ciesla <limb@jcomserv.net> - 1.9.12-1
35bf02e
- Update to latest development release.
35bf02e
- Dropped ogg-test patch.
35bf02e
- Dropped cstddef patch, upstreamed.
35bf02e
- Moved from autotools to cmake build system.
35bf02e
- Could not get cmake install to work, did it my way.
35bf02e
e24ad67
* Sun Nov 20 2011 Bruno Wolff III <bruno@wolff.to> - 1.8.6-5
e24ad67
- Rebuild for boost soname bump
e24ad67
6d3533e
* Sun Nov 06 2011 Bruno Wolff III <bruno@wolff.to> - 1.8.6-4
843b89c
- Include zlib.h since libpng 1.5 no longer does
843b89c
- Replace some macros for null values with NULL no longer defined by png.h
6d3533e
Jon Ciesla 5dead66
* Thu Jul 21 2011 Jon Ciesla <limb@jcomserv.net> - 1.8.6-3
Jon Ciesla 5dead66
- Rebuild for new boost.
Jon Ciesla 9880a95
- Patch for foreach change, BZ 724818.
Jon Ciesla 5dead66
Jon Ciesla ba7dced
* Fri Jun 17 2011 Jon Ciesla <limb@jcomserv.net> - 1.8.6-2
Jon Ciesla ba7dced
- Bump and rebuild for BZ 712251.
Jon Ciesla ba7dced
Jon Ciesla 418981b
* Fri May 13 2011 Jon Ciesla <limb@jcomserv.net> - 1.8.6-1
Jon Ciesla 418981b
- Upstream maintenance release.
Jon Ciesla 418981b
0b5cec6
* Fri Apr 08 2011 Bruno Wolff III <bruno@wolff.to> - 1.8.5-5
0b5cec6
- Rebuild for boost 1.46.1 soname bump in rawhide
0b5cec6
6567d18
* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.8.5-4
6567d18
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
6567d18
2cca927
* Sun Feb 06 2011 Thomas Spura <tomspur@fedoraproject.org> - 1.8.5-3
2cca927
- rebuild for new boost
2cca927
Jon Ciesla 84b6b35
* Tue Oct 05 2010 Jon Ciesla <limb@jcomserv.net> - 1.8.5-2
Jon Ciesla 84b6b35
- Font symlink correction, BZ 604905.
Jon Ciesla 84b6b35
Jon Ciesla b55eb3f
* Thu Sep 30 2010 Jon Ciesla <limb@jcomserv.net> - 1.8.5-1
Jon Ciesla b55eb3f
- Upstream maintenance release.
Jon Ciesla b55eb3f
- Boost iostreams patch upstreamed.
Jon Ciesla b55eb3f
Jon Ciesla f9137a8
* Tue Aug 10 2010 Jon Ciesla <limb@jcomserv.net> - 1.8.4-1
Jon Ciesla f9137a8
- Upstream maintenance release.
Jon Ciesla f9137a8
0cdbbec
* Thu Aug  5 2010 Michael Schwendt <mschwendt@fedoraproject.org> - 1.8.3-3
0cdbbec
- Fix boost.m4 configure check.
0cdbbec
Jon Ciesla fd82a93
* Wed Jul 28 2010 Jon Ciesla <limb@jcomserv.net> - 1.8.3-2
Jon Ciesla fd82a93
- Rebuild for new Boost.
Jon Ciesla fd82a93
9272d53
* Tue Jul 06 2010 Jon Ciesla <limb@jcomserv.net> - 1.8.3-1
9272d53
- Upstream maintenance release.
9272d53
fbabdb3
* Mon Jun 07 2010 Jon Ciesla <limb@jcomserv.net> - 1.8.2-1
fbabdb3
- Upstream maintenance release.
fbabdb3
44c3c1b
* Thu May 13 2010 Jon Ciesla <limb@jcomserv.net> - 1.8.1-2
44c3c1b
- Rebuild for new Boost, BZ 590205.
44c3c1b
d28d74e
* Tue May 04 2010 Jon Ciesla <limb@jcomserv.net> - 1.8.1-1
d28d74e
- Upstream maintenance release.
d28d74e
6320559
* Mon Apr 05 2010 Jon Ciesla <limb@jcomserv.net> - 1.8-1
6320559
- New stable.
6320559
1c79af5
* Wed Mar 17 2010 Jon Ciesla <limb@jcomserv.net> - 1.7.15-1
1c79af5
- RC1.
1c79af5
0a9e75b
* Thu Mar 11 2010 Jon Ciesla <limb@jcomserv.net> - 1.7.14-1
0a9e75b
- Beta 7.
0a9e75b
1aaed9d
* Thu Feb 11 2010 Jon Ciesla <limb@jcomserv.net> - 1.7.13-1
1aaed9d
- Beta 6.
1aaed9d
c09bc32
* Fri Jan 22 2010 Rahul Sundaram <sundaram@fedoraproject.org> - 1.7.12-2
c09bc32
- Rebuild for Boost soname bump
c09bc32
- Fix mixed space and tabs
c09bc32
- Fix def attr
c09bc32
1c6b728
* Tue Jan 19 2010 Jon Ciesla <limb@jcomserv.net> - 1.7.12-1
1c6b728
- Beta 5.
1c6b728
1c6b728
* Mon Jan 04 2010 Jon Ciesla <limb@jcomserv.net> - 1.7.11-1
1c6b728
- Beta 4.
1c6b728
1c6b728
* Tue Dec 15 2009 Jon Ciesla <limb@jcomserv.net> - 1.7.10-1
1c6b728
- Beta 3.
1c6b728
1c6b728
* Tue Dec 01 2009 Jon Ciesla <limb@jcomserv.net> - 1.7.9-1
1c6b728
- Beta.
1c6b728
- Add lua-devel BR, altered autoreconf options.
1c6b728
- Dropped fribidi patch, upstreamed.
1b0be55
4104fa7
* Sun Sep 06 2009 Warren Togami <wtogami@redhat.com> - 1.6.5-1
4104fa7
- 1.6.5
4104fa7
d2addec
* Mon Jul 27 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.6.4-3
d2addec
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
d2addec
117a114
* Fri Jul 10 2009 Jon Ciesla <limb@jcomserv.net> - 1.6.4-2
117a114
- Fribidi patch, BZ 504526.
117a114
e70a033
* Sun Jul 05 2009 Warren Togami <wtogami@redhat.com> - 1.6.4-1
e70a033
- 1.6.4 maintenance release
e70a033
ed864d7
* Sun Jun 28 2009 Warren Togami <wtogami@redhat.com> - 1.6.3-1
ed864d7
- 1.6.3 maintenance release
ed864d7
d95a314
* Tue May 12 2009 Jon Ciesla <limb@jcomserv.net> - 1.6.2-1
d95a314
- 1.6.2 maintenance release.
d95a314
a40fb8b
* Tue Apr 21 2009 Debarshi Ray <rishi@fedoraproject.org> - 1.6.1-2
a40fb8b
- Respect $RPM_OPT_FLAGS, BZ 496897.
a40fb8b
287b386
* Mon Apr 20 2009 Jon Ciesla <limb@jcomserv.net> - 1.6.1-1
287b386
- 1.6.1 maintenance release.
287b386
20b63a8
* Mon Mar 23 2009 Jon Ciesla <limb@jcomserv.net> - 1.6-1
20b63a8
- Update to 1.6 stable.
20b63a8
4069b55
* Tue Mar 17 2009 Jon Ciesla <limb@jcomserv.net> - 1.5.14-1
4069b55
- Update to 1.5.14.
4069b55
897c0b0
* Wed Mar 11 2009 Jon Ciesla <limb@jcomserv.net> - 1.5.13-1
897c0b0
- Update to 1.5.13.
897c0b0
e2d2609
* Wed Mar 04 2009 Jon Ciesla <limb@jcomserv.net> - 1.5.12-1
e2d2609
- Update to 1.5.12.
e2d2609
e38a860
* Wed Feb 25 2009 Jon Ciesla <limb@jcomserv.net> - 1.5.11-5
e38a860
- Drop -Werror.
e38a860
a06bf11
* Wed Feb 25 2009 Jon Ciesla <limb@jcomserv.net> - 1.5.11-4
a06bf11
- Add pango BR.
a06bf11
c3a1e15
* Wed Feb 25 2009 Jon Ciesla <limb@jcomserv.net> - 1.5.11-3
c3a1e15
- Add SDL_ttf BR.
c3a1e15
74dbb33
* Wed Feb 25 2009 Jon Ciesla <limb@jcomserv.net> - 1.5.11-2
74dbb33
- Rename rediffed ogg test patch.
74dbb33
f0ce723
* Wed Feb 25 2009 Jon Ciesla <limb@jcomserv.net> - 1.5.11-1
f0ce723
- Update to dev version 1.5.11.
f0ce723
f0ce723
* Tue Feb 24 2009 Jon Ciesla <limb@jcomserv.net> - 1.5.10-1
f0ce723
- Update to dev version 1.5.10.
f0ce723
- Move data to noarch.
f0ce723
f0ce723
* Wed Feb 04 2009 Jon Ciesla <limb@jcomserv.net> - 1.5.9-1
f0ce723
- Update to dev version 1.5.9.
f0ce723
f0ce723
* Mon Feb 02 2009 Jon Ciesla <limb@jcomserv.net> - 1.5.8-1
f0ce723
- Update to dev version 1.5.8.
74dbb33
- Rediffed remove-ogg-test patch.
f0ce723
ad102af
* Sun Dec 28 2008 Warren Togami <wtogami@redhat.com> - 1.4.7-1
ad102af
- 1.4.7
ad102af
- Remove font requirement
ad102af
fa74e40
* Wed Dec 17 2008 Benjamin Kosnik  <bkoz@redhat.com> - 1.4.6-6
fa74e40
- Rebuild for boost-1.37.0.
fa74e40
454f1f5
* Sun Dec 14 2008 Warren Togami <wtogami@redhat.com> - 1.4.6-5
454f1f5
- No longer ship Wesnoth's redundant copy of fonts.
454f1f5
  We now symlink to the Fedora packaged fonts that wesnoth expects.
454f1f5
  dejavu-fonts (Latin)
454f1f5
  sazanami-fonts-gothic (Japanese)
454f1f5
  wqy-zenhei-fonts (Chinese)
454f1f5
  We do not explicitly require these fonts.  Normally these fonts would be 
ad102af
  already installed by your system to use that language.
454f1f5
c5bcdb6
* Wed Dec 10 2008 Jon Ciesla <limb@jcomserv.net> - 1.4.6-4
c5bcdb6
- Rediffed fuzzy gcc43 patch.
c5bcdb6
b609f7a
* Tue Nov 18 2008 Warren Togami <wtogami@redhat.com> 1.4.6-3
b35502b
- split into -data noarch subpackage to save mirror space
1da9de4
08c2679
* Mon Nov 17 2008 Jon Ciesla <limb@jcomserv.net> - 1.4.6-1
08c2679
- New upstream release.
08c2679
0139cb5
* Tue Sep 09 2008 Jon Ciesla <limb@jcomserv.net> - 1.4.5-1
0139cb5
- New upstream release.
d6838b0
c00f5ac
* Tue Aug 12 2008 Jon Ciesla <limb@jcomserv.net> - 1.4.4-1
c00f5ac
- New upstream release.
a1a55eb
- Introduced patch fuzz workaround, will fix.
c00f5ac
abd6c60
* Thu May 08 2008 Jon Ciesla <limb@jcomserv.net> - 1.4.2-1
abd6c60
- New upstream maintenance release.
abd6c60
153d54e
* Fri Apr 18 2008 Jon Ciesla <limb@jcomserv.net> - 1.4.1-1
153d54e
- New upstream bugfix release.
153d54e
a11e5c2
* Wed Apr 09 2008 Jon Ciesla <limb@jcomserv.net> - 1.4-2
a11e5c2
- LSB initscript fix, BZ 247094.
a11e5c2
9efd1e7
* Tue Mar 11 2008 Jon Ciesla <limb@jcomserv.net> - 1.4-1
9efd1e7
- Update to 1.4 stable.
9efd1e7
77cf45b
* Fri Feb 15 2008 Jon Ciesla <limb@jcomserv.net> - 1.3.16-1
77cf45b
- Update to 1.3.16.
77cf45b
- Updated ogg test patch.
77cf45b
- Corrected license tag.
77cf45b
- Added boost-devel BR.
77cf45b
- Corrected .desktop/icon handling for subpackage.
77cf45b
a923bce
* Mon Feb 11 2008 Warren Togami <wtogami@redhat.com> - 1.2.8-5
a923bce
- Patch to fix build with gcc-4.3.
a923bce
400a481
* Fri Feb  8 2008 Brian Pepple <bpepple@fedoraproject.org> - 1.2.8-4
400a481
- Rebuild for gcc-4.3.
400a481
7b20b52
* Fri Nov 30 2007 Brian Pepple <bpepple@fedoraproject.org> - 1.2.8-3
7b20b52
- Re-add the server-gid that accidently got removed.
7b20b52
db42e62
* Fri Nov 30 2007 Brian Pepple <bpepple@fedoraproject.org> - 1.2.8-2
db42e62
- Add patch to drop ogg test from configure script, until better workaround.
db42e62
- Enable python support.
db42e62
343ea20
* Thu Nov 29 2007 Brian Pepple <bpepple@fedoraproject.org> - 1.2.8-1
343ea20
- Update to 1.2.8.
343ea20
7b969bc
* Tue Oct  9 2007 Brian Pepple <bpepple@fedoraproject.org> - 1.2.7-1
7b969bc
- Update to 1.2.7. Fixes #324841 (CVE-2007-3917)
7b969bc
ae45654
* Tue Aug 21 2007 Warren Togami <wtogami@redhat.com> - 1.2.6-2
ae45654
- rebuild
ae45654
7f1b017
* Sat Jul 28 2007 Brian Pepple <bpepple@fedoraproject.org> - 1.2.6-1
7f1b017
- Update to 1.2.6.
7f1b017
7960633
* Sat Jun 16 2007 Brian Pepple <bpepple@fedoraproject.org> - 1.2.5-2
7960633
- Drop wmlxgettext.
7960633
85573f7
* Sat Jun 16 2007 Brian Pepple <bpepple@fedoraproject.org> - 1.2.5-1
85573f7
- Update to 1.2.5.
85573f7
110e988
* Sat Apr 21 2007 Warren Togami <wtogami@redhat.com> - 1.2.4-1
110e988
- 1.2.4
110e988
371b7c9
* Fri Mar 16 2007 Brian Pepple <bpepple@fedoraproject.org> - 1.2.3-1
371b7c9
- Update to 1.2.3.
371b7c9
c68f382
* Sat Feb 24 2007 Brian Pepple <bpepple@fedoraproject.org> - 1.2.2-2
c68f382
- Bump.
c68f382
a54b358
* Sat Feb 24 2007 Warren Togami <wtogami@redhat.com> - 1.2.2-1
a54b358
- 1.2.2
a54b358
a3afc40
* Mon Jan 15 2007 Brian Pepple <bpepple@fedoraproject.org> - 1.2.1-1
a3afc40
- Update to 1.2.1.
a3afc40
b2934c8
* Sun Dec 24 2006 Brian Pepple <bpepple@fedoraproject.org> - 1.2-1
b2934c8
- Update to 1.2.
b2934c8
52fda35
* Sat Dec 23 2006 Brian Pepple <bpepple@fedoraproject.org> - 1.1.14-1
52fda35
- Update to 1.1.14.
52fda35
- Add BR on fribidi-devel.
52fda35
- Drop X-Fedora category from desktop file.
52fda35
- Drop help speedup patch, fixed upstream.
52fda35
- Drop ttf patch, fixed upstream.
52fda35
d0edd11
* Thu Sep  7 2006 Brian Pepple <bpepple@fedoraproject.org> - 1.0.2-4
d0edd11
- Rebuild for FC6.
d0edd11
- Remove unnecessary BR on SDL-devel.
d0edd11
521506c
* Tue Jul 18 2006 Michael Schwendt <mschwendt[AT]users.sf.net> - 1.0.2-3
ef170a4
- fix #199079, so loading some help pages like the "License" doesn't
ef170a4
  take ages
521506c
- remove BR SDL_ttf-devel, an included/patched copy is used since 0.8.7
521506c
- patch included SDL_ttf to build with freetype 2.x and not access
521506c
  an old freetype 1.x internal
521506c
9a608fb
* Wed Feb 15 2006 Michael Schwendt <mschwendt[AT]users.sf.net> - 1.0.2-2
9a608fb
- rebuilt for FC5
9a608fb
60b6354
* Wed Dec 21 2005 Michael Schwendt <mschwendt[AT]users.sf.net> - 1.0.2-1
60b6354
- update to 1.0.2
60b6354
5355bda
* Sat Oct 22 2005 Michael Schwendt <mschwendt[AT]users.sf.net> - 1.0.1-1
5355bda
- update to 1.0.1
5355bda
ad839bb
* Tue Oct  4 2005 Michael Schwendt <mschwendt[AT]users.sf.net> - 1.0-1
ad839bb
- update to 1.0
6eaea0c
- remove README.fedora warning about game development status
ad839bb
cd8243b
* Wed Sep 21 2005 Michael Schwendt <mschwendt[AT]users.sf.net> - 1.0-0.1.rc1
cd8243b
- update to 1.0rc1
62eb38e
- remove exe bit from Turkish manual
cd8243b
f2144da
* Wed Sep 14 2005 Michael Schwendt <mschwendt[AT]users.sf.net> - 0.9.7-1
f2144da
- update to 0.9.7
f2144da
142ad59
* Wed Aug 31 2005 Michael Schwendt <mschwendt[AT]users.sf.net> - 0.9.6-2
142ad59
- update summary and description
142ad59
- move and specify server package scriptlet requirements
142ad59
6b3538f
* Sun Aug 28 2005 Michael Schwendt <mschwendt[AT]users.sf.net> - 0.9.6-1
6b3538f
- update to 0.9.6
6b3538f
333d530
* Sat Aug 13 2005 Michael Schwendt <mschwendt[AT]users.sf.net> - 0.9.5-1
333d530
- update to 0.9.5
333d530
4525cbf
* Wed Jul 27 2005 Michael Schwendt <mschwendt[AT]users.sf.net> - 0.9.4-1
4525cbf
- update to 0.9.4
4525cbf
ebef6cc
* Fri Jul  8 2005 Michael Schwendt <mschwendt[AT]users.sf.net> - 0.9.3-1
ebef6cc
- update to 0.9.3
ebef6cc
0aa6c68
* Mon Jun 13 2005 Michael Schwendt <mschwendt[AT]users.sf.net> - 0.9.2-1
0aa6c68
- update to 0.9.2
0aa6c68
- BR libpng-devel is needed
0aa6c68
- add initscript and scriptlets for -server package
0aa6c68
- don't build campaign server (upstream suggestion)
7157d21
- split off editor+tools into -tools sub-package
0aa6c68
- install translations into system's locale directories
0aa6c68
- merge Panu's changes:
0aa6c68
  Sat Apr 16 2005 Panu Matilainen <pmatilai@welho.com> 0.9.0-1
0aa6c68
- enable campaign server and tools
0aa6c68
- split server to separate package
0aa6c68
- add wesnothd user in server %%pre
0aa6c68
- buildrequire gettext
0aa6c68
72cc8e1
* Thu May 26 2005 Jeremy Katz <katzj@redhat.com> - 0.8-5
72cc8e1
- fix build on x86_64
72cc8e1
71befc3
* Sun May 22 2005 Jeremy Katz <katzj@redhat.com> - 0.8-4
71befc3
- rebuild on all arches
71befc3
a0e80a8
* Fri Apr 08 2005 Michael Schwendt <mschwendt[AT]users.sf.net>
8cb0c9b
- rebuilt
8cb0c9b
cvsextras 5d43533
* Fri Jul 09 2004 Panu Matilainen <pmatilai@welho.com> 0:0.8-0.fdr.2
cvsextras 5d43533
- use upstream desktop file and icon
cvsextras 5d43533
cvsextras 5d43533
* Sat Jul 03 2004 Panu Matilainen <pmatilai@welho.com> 0:0.8-0.fdr.1
cvsextras 5d43533
- update to 0.8
cvsextras 5d43533
cvsextras b7899e1
* Tue Mar 30 2004 Panu Matilainen <pmatilai@welho.com> 0:0.7-0.fdr.1
cvsextras b7899e1
- update to 0.7
cvsextras b7899e1
cvsextras b7899e1
* Wed Dec 17 2003 Panu Matilainen <pmatilai@welho.com> 0:0.6.1-0.fdr.1
cvsextras b7899e1
- update to 0.6.1
cvsextras b7899e1
cvsextras b7899e1
* Mon Dec 15 2003 Panu Matilainen <pmatilai@welho.com> 0:0.6-0.fdr.2
cvsextras b7899e1
- update to bugfixed tarball of 0.6
cvsextras b7899e1
cvsextras b7899e1
* Fri Dec 12 2003 Panu Matilainen <pmatilai@welho.com> 0:0.6-0.fdr.1
cvsextras b7899e1
- update to 0.6
cvsextras b7899e1
- adapt to the new autoconf make system
cvsextras b7899e1
- enable editor and server
cvsextras b7899e1
cvsextras b7899e1
* Tue Nov 11 2003 Panu Matilainen <pmatilai@welho.com> 0:0.5.1-0.fdr.1
cvsextras b7899e1
- update to 0.5.1
cvsextras b7899e1
- Fedora -> fedora in desktop file vendor
cvsextras b7899e1
cvsextras b7899e1
* Tue Nov 04 2003 Panu Matilainen <pmatilai@welho.com> 0:0.5-0.fdr.1
cvsextras b7899e1
- Initial Fedora packaging.