[logstalgia/f20: 2/3] Update to 1.0.5, switch to SDL2. Fix bogus changelog date left by the previous maintainer. Add new B

Christopher Meng cicku at fedoraproject.org
Tue Apr 1 02:09:59 UTC 2014


commit 819f38ca0c04be9118a40caa127087cd70a54aa5
Author: Christopher Meng <i at cicku.me>
Date:   Tue Apr 1 10:01:39 2014 +0800

    Update to 1.0.5, switch to SDL2.
    Fix bogus changelog date left by the previous maintainer.
    Add new BR and BR only C++ dependencies.
    Remove bundled GNU Free Fonts.(+2 dependencies provided by gnu-free-fonts)

 .gitignore      |    1 +
 logstalgia.spec |   23 ++++++++++++++++-------
 sources         |    2 +-
 3 files changed, 18 insertions(+), 8 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index a8215be..b761261 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 logstalgia-1.0.0.tar.gz
 /logstalgia-1.0.2.tar.gz
 /logstalgia-1.0.3.tar.gz
+/logstalgia-1.0.5.tar.gz
diff --git a/logstalgia.spec b/logstalgia.spec
index f180c83..4d95082 100644
--- a/logstalgia.spec
+++ b/logstalgia.spec
@@ -1,16 +1,21 @@
 Name:           logstalgia
-Version:        1.0.3
-Release:        8%{?dist}
+Version:        1.0.5
+Release:        1%{?dist}
 Summary:        Web server access log visualizer
 License:        GPLv3+
 URL:            http://code.google.com/p/logstalgia/
-Source0:        http://logstalgia.googlecode.com/files/logstalgia-%{version}.tar.gz
+Source0:        https://github.com/acaudwell/Logstalgia/releases/download/logstalgia-%{version}/logstalgia-%{version}.tar.gz
+BuildRequires:  boost-devel
 BuildRequires:  ftgl-devel
+BuildRequires:  glew-devel
+BuildRequires:  glm-devel
 BuildRequires:  libjpeg-devel
 BuildRequires:  libpng-devel
 BuildRequires:  pcre-devel
-BuildRequires:  SDL-devel
-BuildRequires:  SDL_image-devel
+BuildRequires:  SDL2-devel
+BuildRequires:  SDL2_image-devel
+Requires:       gnu-free-mono-fonts
+Requires:       gnu-free-serif-fonts
 
 %description
 Logstalgia (aka ApachePong) replays or streams a standard website
@@ -20,7 +25,7 @@ access log (eg access.log) as a retro arcade game-like simulation.
 %setup -q
 
 %build
-%configure
+%configure --enable-ttf-font-dir=%{_datadir}/fonts/gnu-free/
 make %{?_smp_mflags}
 
 %install
@@ -33,6 +38,10 @@ make %{?_smp_mflags}
 %{_mandir}/man1/%{name}.1*
 
 %changelog
+* Tue Apr 01 2014 Christopher Meng <rpm at cicku.me> - 1.0.5-1
+- Update to 1.0.5, switch to SDL2.
+- Unbundle GNU Free Fonts to save package size by using fonts from gnu-free-fonts.
+
 * Sat Aug 03 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.0.3-8
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 
@@ -66,7 +75,7 @@ make %{?_smp_mflags}
 * Tue Feb 08 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.0.2-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 
-* Sun Jan 29 2011 Terje Røsten <terje.rosten at ntnu.no> - 1.0.2-1
+* Sat Jan 29 2011 Terje Røsten <terje.rosten at ntnu.no> - 1.0.2-1
 - 1.0.2
 
 * Sun Jun 20 2010 Terje Røsten <terje.rosten at ntnu.no> - 1.0.0-1
diff --git a/sources b/sources
index 6be7df8..f1028e8 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-5160380adb1fb1ed9272cf57fbdf3341  logstalgia-1.0.3.tar.gz
+6cf7fb56c1d2183cdfba9e1349fc429f  logstalgia-1.0.5.tar.gz


More information about the scm-commits mailing list