[chromium-bsu/f13/master] - New upstream release 0.9.14.1 - Drop Fedora specific README.license (upstream has fixed the includ

Hans de Goede jwrdegoede at fedoraproject.org
Wed Aug 4 13:25:58 UTC 2010


commit a974dd25bbeb9364361df12aa1f4cbce51679f02
Author: Hans de Goede <jwrdegoede at fedoraproject.org>
Date:   Mon Jun 21 10:26:33 2010 +0000

    - New upstream release 0.9.14.1
    - Drop Fedora specific README.license (upstream has fixed the included
        license)
    - This fixes the FTBFS of the previous version (#599832)

 .gitignore                  |    2 +-
 chromium-bsu-README.license |   70 -------------------------------------------
 chromium-bsu.spec           |   18 +++++-----
 sources                     |    2 +-
 4 files changed, 11 insertions(+), 81 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 86636f9..fb1236a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-chromium-bsu-0.9.14.tar.gz
+chromium-bsu-0.9.14.1.tar.gz
diff --git a/chromium-bsu.spec b/chromium-bsu.spec
index a320e25..1d0b783 100644
--- a/chromium-bsu.spec
+++ b/chromium-bsu.spec
@@ -1,15 +1,14 @@
 Name:           chromium-bsu
-Version:        0.9.14
-Release:        6%{?dist}
+Version:        0.9.14.1
+Release:        1%{?dist}
 Summary:        Fast paced, arcade-style, top-scrolling space shooter
 Group:          Amusements/Games
 License:        Artistic clarified
 URL:            http://chromium-bsu.sourceforge.net/
 Source0:        http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
-Source1:        chromium-bsu-README.license
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:  desktop-file-utils SDL-devel alsa-lib-devel libvorbis-devel
-BuildRequires:  libpng-devel libglpng-devel quesoglc-devel
+BuildRequires:  SDL_image-devel libpng-devel libglpng-devel quesoglc-devel
 BuildRequires:  openal-soft-devel freealut-devel >= 1.1.0-10
 Requires:       hicolor-icon-theme
 
@@ -22,10 +21,6 @@ vessel. This is an OpenGL-based shoot 'em up game with fine graphics.
 
 %prep
 %setup -q
-cp -a %{SOURCE1} README.license
-iconv -f iso8859-1 -t utf8 NEWS -o NEWS.utf8
-touch -r NEWS.utf8 NEWS
-mv NEWS.utf8 NEWS
 
 
 %build
@@ -36,7 +31,7 @@ make %{?_smp_mflags}
 %install
 rm -rf $RPM_BUILD_ROOT
 make install DESTDIR=$RPM_BUILD_ROOT
-cp -a AUTHORS README README.license COPYING NEWS TODO \
+cp -a AUTHORS README COPYING NEWS \
   $RPM_BUILD_ROOT%{_docdir}/%{name}
 # Put icon in the new fdo location
 mkdir -p $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/64x64/apps
@@ -73,6 +68,11 @@ fi
 
 
 %changelog
+* Mon Jun 21 2010 Hans de Goede <hdegoede at redhat.com> 0.9.14.1-1
+- New upstream release 0.9.14.1
+- Drop Fedora specific README.license (upstream has fixed the included license)
+- This fixes the FTBFS of the previous version (#599832)
+
 * Fri Oct  9 2009 Hans de Goede <hdegoede at redhat.com> 0.9.14-6
 - Switch to quesoglc instead of ftgl (glc is the upstream default)
 - This fixes chromium-bsu not finding its font, as quesoglc properly uses
diff --git a/sources b/sources
index 2f98ea9..db68f33 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-26df69b13e2ca370b6b45ac8e9efddd5  chromium-bsu-0.9.14.tar.gz
+b8b41d08cd20cd870f497d06cf103db3  chromium-bsu-0.9.14.1.tar.gz


More information about the scm-commits mailing list