7fff496
# If we have a prerelease version we can define it here
7242f69
#%%global prever RC1
7fff496
af31c52
# OpenTTD cmake does not allow in-source builds
af31c52
# Can be removed after F32 EOL
af31c52
%undefine __cmake_in_source_build
af31c52
7fff496
Name:           openttd
985f98c
Version:        12.1
0c80dcf
Release:        1%{?prever:.%{prever}}%{?dist}
7fff496
Summary:        Transport system simulation game
7fff496
d6aff49
License:        GPLv2+
e93d886
URL:            https://www.openttd.org
e93d886
Source0:        https://cdn.openttd.org/openttd-releases/%{version}%{?prever:-%{prever}}/%{name}-%{version}%{?prever:-%{prever}}-source.tar.xz
747bf25
af31c52
BuildRequires:  cmake
747bf25
BuildRequires:  desktop-file-utils
747bf25
BuildRequires:  doxygen
747bf25
BuildRequires:  fontconfig-devel
af31c52
BuildRequires:  fluidsynth-devel
747bf25
BuildRequires:  freetype-devel
21fafa6
BuildRequires:  gcc-c++
747bf25
BuildRequires:  libicu-devel
747bf25
BuildRequires:  libpng-devel
747bf25
BuildRequires:  lzo-devel
e93d886
BuildRequires:  SDL2-devel
747bf25
BuildRequires:  xz-devel
747bf25
BuildRequires:  zlib-devel
747bf25
db7ce98
Requires:       hicolor-icon-theme
747bf25
747bf25
Recommends:     openttd-opengfx => 0.5.0
7fff496
7fff496
%description
7fff496
OpenTTD is modeled after a popular transportation business simulation game
7fff496
by Chris Sawyer and enhances the game experience dramatically. Many features
7fff496
were inspired by TTDPatch while others are original.
7fff496
7fff496
7fff496
%package docs
7fff496
Summary:        Documentation for OpenTTD
7fff496
BuildArch:      noarch
7fff496
Requires:       %{name} = %{version}-%{release}
7fff496
7fff496
%description docs
7fff496
Development documentation for OpenTTD. Includes information on how to program
7fff496
the AI.
7fff496
ecf146c
7fff496
%prep
747bf25
%autosetup -p1 -n %{name}-%{version}%{?prever:-%{prever}}
7fff496
af31c52
sed -i "s|/usr/share|%{_datadir}|g" src/music/fluidsynth.cpp
ecf146c
7fff496
%build
4e31fd7
%cmake \
4e31fd7
    -DCMAKE_BUILD_TYPE=Release \
4e31fd7
    -DCMAKE_INSTALL_BINDIR=bin \
4e31fd7
    -DCMAKE_INSTALL_DATADIR=%{_datadir} \
4e31fd7
    -DGLOBAL_DIR:PATH=%{_datadir}/%{name}
4e31fd7
af31c52
%cmake_build
34ddaa7
7fff496
%install
af31c52
%cmake_install
7fff496
7fff496
# Remove the installed docs - we will install subset of those
7fff496
rm -rf $RPM_BUILD_ROOT%{_docdir}
7fff496
7fff496
# install documentation
7fff496
install -dpm 755 $RPM_BUILD_ROOT%{_datadir}/%{name}/docs/
af31c52
cp -a docs/* $RPM_BUILD_ROOT%{_datadir}/%{name}/docs/
af31c52
# this is installed into the proper path earlier
af31c52
rm $RPM_BUILD_ROOT%{_datadir}/%{name}/docs/%{name}.6
af31c52
7fff496
7fff496
desktop-file-install --dir=$RPM_BUILD_ROOT%{_datadir}/applications \
7fff496
        --add-category=StrategyGame \
af31c52
        $RPM_BUILD_ROOT%{_datadir}/applications/openttd.desktop
7fff496
Richard Hughes fad6406
# Register as an application to be visible in the software center
Richard Hughes fad6406
#
Richard Hughes fad6406
# NOTE: It would be *awesome* if this file was maintained by the upstream
Richard Hughes fad6406
# project, translated and installed into the right place during `make install`.
Richard Hughes fad6406
#
Richard Hughes fad6406
# See http://www.freedesktop.org/software/appstream/docs/ for more details.
Richard Hughes fad6406
#
Richard Hughes fad6406
mkdir -p $RPM_BUILD_ROOT%{_datadir}/appdata
Richard Hughes fad6406
cat > $RPM_BUILD_ROOT%{_datadir}/appdata/%{name}.appdata.xml <
Richard Hughes fad6406
Richard Hughes fad6406
Richard Hughes fad6406
Richard Hughes fad6406
EmailAddress: alberth@openttd.org
Richard Hughes fad6406
SentUpstream: 2014-09-25
Richard Hughes fad6406
-->
Richard Hughes fad6406
<application>
Richard Hughes fad6406
  <id type="desktop">openttd.desktop</id>
Richard Hughes fad6406
  <metadata_license>CC0-1.0</metadata_license>
Richard Hughes fad6406
  <summary>A highly detailed transport simulation game</summary>
Richard Hughes fad6406
  <description>
Richard Hughes fad6406
  

Richard Hughes fad6406
      OpenTTD is a transport tycoon simulation game that enhances the
Richard Hughes fad6406
      original Transport Tycoon game developed by Chris Sawyer.
Richard Hughes fad6406
      The game includes road, air, train and naval transport with a large
Richard Hughes fad6406
      selection of industries and passenger services that need to be provided.
Richard Hughes fad6406
    

Richard Hughes fad6406
  

Richard Hughes fad6406
      The game can be played in both single and multiplayer modes where
Richard Hughes fad6406
      you compete with other transport companies to dominate the markets.
Richard Hughes fad6406
  

Richard Hughes fad6406
  </description>
af31c52
  <url type="homepage">https://www.openttd.org</url>
Richard Hughes fad6406
  <screenshots>
af31c52
    <screenshot type="default">https://www.openttd.org/screenshots/1.4-02-opengfx-1920x1200.png</screenshot>
af31c52
    <screenshot>https://www.openttd.org/screenshots/1.9-darkuk-3.png</screenshot>
Richard Hughes fad6406
  </screenshots>
af31c52
  <updatecontact>info@openttd.org</updatecontact>
Richard Hughes fad6406
</application>
Richard Hughes fad6406
EOF
ecf146c
7fff496
%files
e93d886
%license COPYING.md
e93d886
%doc changelog.txt CONTRIBUTING.md CREDITS.md known-bugs.txt README.md
7fff496
%{_bindir}/%{name}
Richard Hughes fad6406
%{_datadir}/appdata/%{name}.appdata.xml
7fff496
%{_datadir}/applications/%{name}.desktop
7fff496
%{_mandir}/man6/%{name}.6*
7fff496
%{_datadir}/%{name}
7fff496
%{_datadir}/pixmaps/%{name}.32.xpm
af31c52
%{_datadir}/pixmaps/%{name}.64.xpm
7fff496
%{_datadir}/icons/hicolor/*/apps/%{name}.png
7fff496
%exclude %{_datadir}/%{name}/docs
7fff496
7fff496
%files docs
7fff496
# These are really devel docs, but as we don't have -devel subpackage, we put it here
7fff496
# Could be useful for people making graphics, AI scripts or translations
7fff496
%{_datadir}/%{name}/docs/
7fff496
ecf146c
7fff496
%changelog
985f98c
* Tue Nov 09 2021 Felix Kaechele <felix@kaechele.ca> - 12.1-1
985f98c
- update to 12.1
985f98c
0c80dcf
* Mon Oct 18 2021 Felix Kaechele <felix@kaechele.ca> - 12.0-1
0c80dcf
- update to 12.0
0c80dcf
0c80dcf
* Sat Sep 25 2021 Felix Kaechele <felix@kaechele.ca> - 12.0-0.2.RC1
0c80dcf
- update to 12.0-RC1
0c80dcf
0c80dcf
* Sun Aug 22 2021 Felix Kaechele <felix@kaechele.ca> - 12.0-0.1.beta2
0c80dcf
- update to 12.0-beta2
0c80dcf
6ed658e
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.11.2-4
6ed658e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
6ed658e
4e31fd7
* Sat May 22 2021 Felix Kaechele <felix@kaechele.ca> - 1.11.2-3
4e31fd7
- set CMAKE_BUILD_TYPE to Release (rhbz#1963215)
4e31fd7
1466439
* Thu May 20 2021 Pete Walter <pwalter@fedoraproject.org> - 1.11.2-2
1466439
- Rebuild for ICU 69
1466439
6c302a6
* Tue May 04 2021 Felix Kaechele <felix@kaechele.ca> - 1.11.2-1
6c302a6
- update to 1.11.2
6c302a6
9aa2ef0
* Mon Apr 19 2021 Felix Kaechele <felix@kaechele.ca> - 1.11.1-1
9aa2ef0
- update to 1.11.1
9aa2ef0
af31c52
* Thu Apr 01 2021 Felix Kaechele <felix@kaechele.ca> - 1.11.0-1
af31c52
- update to 1.11.0 final
af31c52
af31c52
* Mon Mar 15 2021 Felix Kaechele <felix@kaechele.ca> - 1.11.0-0.2.RC1
af31c52
- update to 1.11.0-RC1
af31c52
- replace timidity with fluidsynth to allow for ingame sound control
af31c52
af31c52
* Mon Mar 08 2021 Felix Kaechele <felix@kaechele.ca> - 1.11.0-0.1.beta2
af31c52
- update to 1.11.0-beta2
af31c52
- switch to cmake build system
af31c52
- remove BR on ccache, libtimidity, unzip; no longer needed
af31c52
- update screenshots and indentation in appdata.xml
af31c52
1373f83
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.10.3-2
1373f83
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
1373f83
af31c52
054887c
* Thu Aug 13 2020 Felix Kaechele <heffer@fedoraproject.org> - 1.10.3-1
054887c
- update to 1.10.3
054887c
73ffa94
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.10.2-2
73ffa94
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
73ffa94
1b22060
* Wed Jun 03 2020 Felix Kaechele <heffer@fedoraproject.org> - 1.10.2-1
1b22060
- update to 1.10.2
1b22060
4d18b03
* Fri May 15 2020 Pete Walter <pwalter@fedoraproject.org> - 1.10.1-2
4d18b03
- Rebuild for ICU 67
4d18b03
91cba0c
* Tue Apr 14 2020 Felix Kaechele <heffer@fedoraproject.org> - 1.10.1-1
91cba0c
- update to 1.10.1
91cba0c
e93d886
* Wed Apr 01 2020 Felix Kaechele <heffer@fedoraproject.org> - 1.10.0-1
e93d886
- update to 1.10.0
e93d886
e93d886
* Wed Feb 26 2020 Felix Kaechele <heffer@fedoraproject.org> - 1.10.0-0.1.RC1
e93d886
- update to 1.10.0-RC1
e93d886
- switch to SDL2
e93d886
- update source URL
e93d886
5807dda
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.9.3-3
5807dda
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
5807dda
c7945ed
* Fri Nov 01 2019 Pete Walter <pwalter@fedoraproject.org> - 1.9.3-2
c7945ed
- Rebuild for ICU 65
c7945ed
951f5df
* Thu Sep 19 2019 Felix Kaechele <heffer@fedoraproject.org> - 1.9.3-1
951f5df
- update to 1.9.3
951f5df
00fe916
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.9.2-2
00fe916
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
00fe916
8f2ef55
* Mon Jul 22 2019 Felix Kaechele <heffer@fedoraproject.org> - 1.9.2-1
8f2ef55
- update to 1.9.2
8f2ef55
2ff0574
* Mon Apr 08 2019 Felix Kaechele <heffer@fedoraproject.org> - 1.9.1-1
2ff0574
- update to 1.9.1
2ff0574
7b3006b
* Tue Apr 02 2019 Felix Kaechele <heffer@fedoraproject.org> - 1.9.0-1
7b3006b
- Update to 1.9.0
7b3006b
- Upstream changed source URLs
7b3006b
817c0bf
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.8.0-7
817c0bf
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
817c0bf
990e8d6
* Wed Jan 23 2019 Pete Walter <pwalter@fedoraproject.org> - 1.8.0-6
990e8d6
- Rebuild for ICU 63
990e8d6
1ba1187
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.8.0-5
1ba1187
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
1ba1187
2648c03
* Tue Jul 10 2018 Pete Walter <pwalter@fedoraproject.org> - 1.8.0-4
2648c03
- Rebuild for ICU 62
2648c03
747bf25
* Thu Jun 07 2018 Felix Kaechele <heffer@fedoraproject.org> - 1.8.0-3
747bf25
- re-sort BuildRequires
747bf25
- use autosetup macro
747bf25
- Switch openttd-opengfx from Requires to Recommends (game works without it as
747bf25
  free/libre content can be downloaded from within the game)
747bf25
- add Recommends timidity++ (BZ#1588367)
747bf25
- add patch to fix compilation with ICU 61
747bf25
ecf1968
* Mon Apr 30 2018 Pete Walter <pwalter@fedoraproject.org> - 1.8.0-2
ecf1968
- Rebuild for ICU 61.1
ecf1968
7568294
* Wed Apr 04 2018 Felix Kaechele <heffer@fedoraproject.org> - 1.8.0-1
7568294
- update to 1.8.0
7568294
5ffec16
* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.7.2-3
5ffec16
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
5ffec16
267238a
* Thu Jan 18 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.7.2-2
267238a
- Remove obsolete scriptlets
267238a
df95be7
* Thu Dec 28 2017 Felix Kaechele <heffer@fedoraproject.org> - 1.7.2-1
df95be7
- update to 1.7.2
df95be7
7cd50a6
* Thu Nov 30 2017 Pete Walter <pwalter@fedoraproject.org> - 1.7.1-4
7cd50a6
- Rebuild for ICU 60.1
7cd50a6
aa270cc
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.7.1-3
aa270cc
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
aa270cc
3fa4bc2
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.7.1-2
3fa4bc2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
3fa4bc2
64e25ea
* Mon Jun 26 2017 Felix Kaechele <heffer@fedoraproject.org> - 1.7.1-1
64e25ea
- update to 1.7.1
64e25ea
f345e63
* Mon Apr 10 2017 Felix Kaechele <heffer@fedoraproject.org> - 1.7.0-1
f345e63
- update to 1.7.0
f345e63
56d8bd7
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.6.1-3
56d8bd7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
56d8bd7
d6aff49
* Thu Oct 06 2016 Igor Gnatenko <ignatenko@redhat.com> - 1.6.1-2
d6aff49
- rebuild for libtimidity 0.2.x
d6aff49
5bec256
* Thu Jun 30 2016 Felix Kaechele <heffer@fedoraproject.org> - 1.6.1-1
5bec256
- update to 1.6.1
5bec256
- drop GCC 6 patch
5bec256
1da8197
* Mon May 23 2016 Felix Kaechele <heffer@fedoraproject.org> - 1.6.0-1
1da8197
- update to 1.6.0
1da8197
71ee13e
* Fri Apr 15 2016 David Tardon <dtardon@redhat.com> - 1.5.3-4
71ee13e
- rebuild for ICU 57.1
71ee13e
985d80d
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.3-3
985d80d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
985d80d
517242c
* Tue Feb 02 2016 Jonathan Wakely <jwakely@redhat.com> - 1.5.3-2
44dfe46
- Patched to build with GCC 6
44dfe46
63304a0
* Sat Jan 02 2016 Felix Kaechele <heffer@fedoraproject.org> - 1.5.3-1
63304a0
- update to 1.5.3
63304a0
c7bace6
* Wed Oct 28 2015 David Tardon <dtardon@redhat.com> - 1.5.2-2
c7bace6
- rebuild for ICU 56.1
c7bace6
5d281f7
* Sat Oct 03 2015 Felix Kaechele <heffer@fedoraproject.org> - 1.5.2-1
5d281f7
- update to 1.5.2
5d281f7
d7536ca
* Tue Jul 28 2015 Felix Kaechele <heffer@fedoraproject.org> - 1.5.1-1
d7536ca
- update to 1.5.1
d7536ca
53d11a6
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.5.0-3
53d11a6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
53d11a6
299bf56
* Sat May 02 2015 Kalev Lember <kalevlember@gmail.com> - 1.5.0-2
299bf56
- Rebuilt for GCC 5 C++11 ABI change
299bf56
1fa7a78
* Sun Apr 05 2015 Felix Kaechele <heffer@fedoraproject.org> - 1.5.0-1
1fa7a78
- update to 1.5.0
1fa7a78
- remove compile patch, fixed upstream
1fa7a78
Richard Hughes fad6406
* Thu Mar 26 2015 Richard Hughes <rhughes@redhat.com> - 1.4.4-3
Richard Hughes fad6406
- Add an AppData file for the software center
Richard Hughes fad6406
0761901
* Mon Jan 26 2015 David Tardon <dtardon@redhat.com> - 1.4.4-2
0761901
- rebuild for ICU 54.1
0761901
2921276
* Tue Oct 21 2014 Felix Kaechele <heffer@fedoraproject.org> - 1.4.4-1
2921276
- update to 1.4.4
2921276
65ccb67
* Tue Sep 23 2014 Felix Kaechele <heffer@fedoraproject.org> - 1.4.3-1
65ccb67
- update to 1.4.3
65ccb67
271c587
* Tue Aug 26 2014 David Tardon <dtardon@redhat.com> - 1.4.2-3
271c587
- rebuild for ICU 53.1
271c587
abac241
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4.2-2
abac241
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
abac241
d69f5b6
* Sat Aug 16 2014 Felix Kaechele <heffer@fedoraproject.org> - 1.4.2-1
d69f5b6
- update to 1.4.2
d69f5b6
4c1089f
* Sat Jun 21 2014 Felix Kaechele <heffer@fedoraproject.org> - 1.4.1-1
4c1089f
- update to 1.4.1
4c1089f
- change my e-mail in the changelogs
4c1089f
78934d9
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4.0-2
78934d9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
78934d9
4c1089f
* Fri Apr 04 2014 Felix Kaechele <heffer@fedoraproject.org> - 1.4.0-1
db7ce98
- update to 1.4.0
db7ce98
- bump dependency on openttd-opengfx to 0.5.0
db7ce98
4c1089f
* Thu Feb 13 2014 Felix Kaechele <heffer@fedoraproject.org> - 1.3.3-2
9976c96
- rebuild for new ICU
9976c96
4c1089f
* Thu Dec 12 2013 Felix Kaechele <heffer@fedoraproject.org> - 1.3.3-1
3304bc9
- update to 1.3.3
3304bc9
- fixes CVE-2013-6411
3304bc9
3a7f6c0
* Sat Sep 21 2013 Felix Kaechele <heffer@fedoraproject.org> - 1.3.2-3
3a7f6c0
- another try at a rebuild to fix BZ#989786
3a7f6c0
726aeb9
* Fri Aug 02 2013 Felix Kaechele <heffer@fedoraproject.org> - 1.3.2-2
726aeb9
- rebuild for icu
726aeb9
7242f69
* Sun Jul 28 2013 Felix Kaechele <heffer@fedoraproject.org> - 1.3.2-1
7242f69
- update to 1.3.2
7242f69
ebe3f7f
* Mon Jul 22 2013 David Tardon <dtardon@redhat.com> - 1.3.2-0.2.RC1
ebe3f7f
- rebuild for ICU ABI break
ebe3f7f
0eaeea8
* Thu Jul 04 2013 Felix Kaechele <heffer@fedoraproject.org> - 1.3.2-0.1.RC1
0eaeea8
- update to 1.3.2-RC1
0eaeea8
80fa31e
* Wed May 22 2013 Felix Kaechele <heffer@fedoraproject.org> - 1.3.1-0.1.RC1
80fa31e
- update to the 1.3.1-RC1
80fa31e
- fixes compilation with F19+
80fa31e
769a611
* Mon Apr 08 2013 Felix Kaechele <heffer@fedoraproject.org> - 1.3.0-1
769a611
- update to 1.3.0
769a611
ecf146c
* Sat Mar 23 2013 Felix Kaechele <heffer@fedoraproject.org> - 1.3.0-0.1.RC3
ecf146c
- update to 1.3.0-RC3
ecf146c
- fixes compilation on F19+
ecf146c
91ed985
* Fri Feb 08 2013 Jon Ciesla <limburgher@gmail.com> - 1.2.3-2
91ed985
- libicu rebuild.
91ed985
730f62e
* Sat Dec 15 2012 Felix Kaechele <heffer@fedoraproject.org> - 1.2.3-1
730f62e
- update to 1.2.3
730f62e
02d52dd
* Sat Aug 18 2012 Felix Kaechele <heffer@fedoraproject.org> - 1.2.2-1
02d52dd
- fixes CVE-2012-3436
02d52dd
- many other bugfixes
02d52dd
1a8bd52
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.1-2
1a8bd52
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
1a8bd52
b81fce3
* Tue Jun 26 2012 Felix Kaechele <heffer@fedoraproject.org> - 1.2.1-1
b81fce3
- update to 1.2.1
b81fce3
3af3d55
* Mon Apr 23 2012 Felix Kaechele <heffer@fedoraproject.org> - 1.2.0-2
3af3d55
- rebuild for new icu
3af3d55
bc7d187
* Sun Apr 15 2012 Felix Kaechele <heffer@fedoraproject.org> - 1.2.0-1
bc7d187
- update to stable 1.2.0
bc7d187
ac83882
* Tue Apr 03 2012 Felix Kaechele <heffer@fedoraproject.org> - 1.2.0-0.1.RC4
ac83882
- Update to 1.2.0-RC4
ac83882
- builds in F17 and rawhide again
ac83882
0f1849e
* Sun Jan 15 2012 Felix Kaechele <heffer@fedoraproject.org> - 1.1.5-1
0f1849e
- update to 1.1.5
0f1849e
- fixes CVE-2012-0049 (bz #782179)
0f1849e
044751a
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.3-3
044751a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
044751a
0a35763
* Tue Dec 06 2011 Adam Jackson <ajax@redhat.com> - 1.1.3-2
0a35763
- Rebuild for new libpng
0a35763
b0731e6
* Sun Sep 18 2011 Felix Kaechele <heffer@fedoraproject.org> - 1.1.3-1
b0731e6
- update to 1.1.3
b0731e6
- fixes CVE-2011-3341, CVE-2011-3342 and CVE-2011-3343
b0731e6
fc2ee0d
* Fri Sep 09 2011 Felix Kaechele <heffer@fedoraproject.org> - 1.1.2-2
fc2ee0d
- rebuild for new icu
fc2ee0d
e0a9b96
* Mon Aug 29 2011 Rahul Sundaram <sundaram@fedoraproject.org> - 1.1.2-1
e0a9b96
- update to 1.1.2
e0a9b96
- drop definition of buildroot, defattr and clean stage
e0a9b96
4ab80b4
* Sun Jun 12 2011 Felix Kaechele <heffer@fedoraproject.org> - 1.1.1-1
4ab80b4
- update to 1.1.1
4ab80b4
85ff89e
* Tue Apr 05 2011 Felix Kaechele <heffer@fedoraproject.org> - 1.1.0-2
85ff89e
- add BR xz-devel
85ff89e
2b59950
* Tue Apr 05 2011 Felix Kaechele <heffer@fedoraproject.org> - 1.1.0-1
2b59950
- update to 1.1.0
2b59950
- cleaned up configure arguments
2b59950
- enabled GCC's Link Time Optimization (LTO)
2b59950
7ca4b8f
* Mon Mar 07 2011 Caolán McNamara <caolanm@redhat.com> - 1.0.5-3
7ca4b8f
- rebuild for icu 4.6
7ca4b8f
b7144dc
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.5-2
b7144dc
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
b7144dc
977eccf
* Sun Nov 21 2010 Felix Kaechele <heffer@fedoraproject.org> - 1.0.5-1
977eccf
- 1.0.5
977eccf
- fixes CVE-2010-4168 Denial of service (server/client) via invalid read
977eccf
- switched to using the XZ tarball
977eccf
faae0bb
* Sat Sep 18 2010 Felix Kaechele <heffer@fedoraproject.org> - 1.0.4-1
faae0bb
- new upstream release
faae0bb
4d51ee2
* Tue Aug 03 2010 Felix Kaechele <heffer@fedoraproject.org> - 1.0.3-1
4d51ee2
- update to final 1.0.3
4d51ee2
- fixes various and desync bugs
4d51ee2
8e01adc
* Sat Jul 24 2010 Felix Kaechele <heffer@fedoraproject.org> - 1.0.3-0.1.RC1
8e01adc
- update to 1.0.3-RC1
8e01adc
- contains fixes for a remote DoS described in CVE-2010-2534
8e01adc
2c56a80
* Sun Jun 20 2010 Felix Kaechele <heffer@fedoraproject.org> - 1.0.2-1
2c56a80
- update to 1.0.2
2c56a80
- contains bugfixes and translation updates
2c56a80
e2c2dcc
* Sat May 01 2010 Felix Kaechele <heffer@fedoraproject.org> - 1.0.1-1
e2c2dcc
- update to 1.0.1
e2c2dcc
- fixes CVE-2010-0401, CVE-2010-0402, CVE-2010-0406
e2c2dcc
e456dce
* Fri Apr 02 2010 Caolán McNamara <caolanm@redhat.com> - 1.0.0-2
e456dce
- rebuild for icu 4.4
e456dce
fba01b5
* Thu Apr 01 2010 Felix Kaechele <heffer@fedoraproject.org> - 1.0.0-1
fba01b5
- update to final release
fba01b5
23b1e03
* Thu Mar 18 2010 Felix Kaechele <heffer@fedoraproject.org> - 1.0.0-0.6.RC3
23b1e03
- update to RC3
23b1e03
7aec982
* Thu Mar 04 2010 Felix Kaechele <heffer@fedoraproject.org> - 1.0.0-0.5.RC2
7aec982
- 1.0.0-RC2 bugfix release
7aec982
588346f
* Wed Feb 24 2010 Felix Kaechele <heffer@fedoraproject.org> - 1.0.0-0.4.RC1
588346f
- update to RC1
588346f
b4fac87
* Fri Feb 05 2010 Felix Kaechele <heffer@fedoraproject.org> - 1.0.0-0.3.beta4
b4fac87
- 1.0.0-beta4
b4fac87
b9a13e3
* Thu Jan 21 2010 Felix Kaechele <heffer@fedoraproject.org> - 1.0.0-0.2.beta3
b9a13e3
- 1.0.0-beta3
b9a13e3
d1c5b87
* Sat Jan 16 2010 Felix Kaechele <heffer@fedoraproject.org>
d1c5b87
- 1.0.0-beta2
d1c5b87
51af2dc
* Sat Jan 02 2010 Felix Kaechele <heffer@fedoraproject.org> - 0.7.5-1
51af2dc
- 0.7.5 stable release
51af2dc
- fixes CVE-2009-4007
51af2dc
c423393
* Thu Dec 17 2009 Felix Kaechele <heffer@fedoraproject.org> - 0.7.5-0.1.rc1
c423393
- bump to 0.7.5-RC1
c423393
- omitting 0.7.4 because it has a bug
c423393
Alexey Torkhov 3bf087e
* Sat Oct 10 2009 Alexey Torkhov <atorkhov@gmail.com> - 0.7.3-1
Alexey Torkhov 3bf087e
- New upstream release 0.7.3
Alexey Torkhov 3bf087e
dbb8e59
* Sun Aug 23 2009 Felix Kaechele <heffer@fedoraproject.org> - 0.7.2-1
dbb8e59
- new upstream release 0.7.2
dbb8e59
b9fd360
* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.7.1-2
b9fd360
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
b9fd360
5c5a651
* Fri Jun 12 2009 Felix Kaechele <heffer@fedoraproject.org> - 0.7.1-1
5c5a651
- upstream 0.7.1
5c5a651
a5d01bf
* Sun May 31 2009 Felix Kaechele <heffer@fedoraproject.org> - 0.7.1-0.4.rc2
a5d01bf
- disable allegro due to performance problems
a5d01bf
34ddaa7
* Fri May 29 2009 Felix Kaechele <heffer@fedoraproject.org> - 0.7.1-0.3.rc2
34ddaa7
- updated icon cache scriptlets
34ddaa7
7fff496
* Thu May 28 2009 Felix Kaechele <heffer@fedoraproject.org> - 0.7.1-0.2.rc2
7fff496
- 0.7.1-RC2
7fff496
- build docs from source
7fff496
7fff496
* Sat May 16 2009 Felix Kaechele <heffer@fedoraproject.org> - 0.7.1-0.1.rc1
7fff496
- updated to 0.7.1-RC1
7fff496
7fff496
* Sat Apr 11 2009 Felix Kaechele <felix at fetzig dot org> - 0.7.0-1
7fff496
- upstream 0.7.0
7fff496
- added docs subpackage
7fff496
7fff496
* Sun Mar 29 2009 Felix Kaechele <felix at fetzig dot org> - 0.7.0-0.3.rc2
7fff496
- 0.7.0-RC2
7fff496
- dropped Patch0 since this does not reflect the behaviour that is intended
7fff496
  by upstream. See http://bugs.openttd.org/task/2756
7fff496
7fff496
* Sat Mar 21 2009 Felix Kaechele <felix at fetzig dot org> - 0.7.0-0.2.rc1
7fff496
- updated to RC1
7fff496
- removed all references to possible trademarks
7fff496
- added patch to ignore a missing sample.cat
7fff496
7fff496
* Mon Mar 09 2009 Alexey Torkhov <atorkhov@gmail.com> - 0.7.0-0.1.beta1
7fff496
- Doing big cleanup of package:
7fff496
- Dropping subpackages
7fff496
- Drop .desktop sources in favour of one bundled
7fff496
- Drop server menu entry - one can start server from game menu
7fff496
- Drop suspicious data_patch (what was it needed for?)
7fff496
- Cleanup macro usage
7fff496
- Drop version from freetype build dep
7fff496
- Correcting dirs in configure call: icons paths, disable duplicate shared dir,
7fff496
  correct doc dir
7fff496
7fff496
- And adding few improvements:
7fff496
- Using VERBOSE when doing make
7fff496
- Adding libicu to build requires
7fff496
- Add icons theme require
7fff496
- Drop installation instructions from docs
7fff496
- Use ccache (should speedup the local and mock builds)
7fff496
- Change source url to canonical one
7fff496
7fff496
* Sun Jan 11 2009 Felix Kaechele <felix at fetzig dot org> - 0.6.3-3
7fff496
- even more improvements made
7fff496
7fff496
* Sun Jan 11 2009 Felix Kaechele <felix at fetzig dot org> - 0.6.3-2
7fff496
- incorporated suggestions made by reviewers
7fff496
7fff496
* Wed Dec 31 2008 Felix Kaechele <felix at fetzig dot org> - 0.6.3-1
7fff496
- Initial build based on the SPEC by Peter Hanecak (http://hany.sk/~hany/RPM/)