[boswars] Fix missing patches / textures (#691251)

Hans de Goede jwrdegoede at fedoraproject.org
Wed Apr 27 14:25:35 UTC 2011


commit 2a12b76e0b7e5cec62add272df1b0d67e6cfd7b9
Author: Hans de Goede <hdegoede at redhat.com>
Date:   Wed Apr 27 16:26:40 2011 +0200

    Fix missing patches / textures (#691251)

 boswars.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/boswars.spec b/boswars.spec
index 7241a35..c1636bc 100644
--- a/boswars.spec
+++ b/boswars.spec
@@ -1,6 +1,6 @@
 Name:           boswars
 Version:        2.6.1
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Bos Wars is a futuristic real-time strategy game
 Group:          Amusements/Games
 License:        GPLv2
@@ -42,7 +42,7 @@ mkdir -p $RPM_BUILD_ROOT%{_datadir}/%{name}/languages
 install -m 755 %{name} $RPM_BUILD_ROOT%{_bindir}
 install -p -m 644 languages/*.po languages/*.pot \
   $RPM_BUILD_ROOT%{_datadir}/%{name}/languages
-cp -a campaigns graphics intro maps scripts sounds units \
+cp -a campaigns graphics intro maps scripts sounds units patches \
   $RPM_BUILD_ROOT%{_datadir}/%{name}
 
 
@@ -83,6 +83,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 
 
 %changelog
+* Wed Apr 27 2011 Hans de Goede <hdegoede at redhat.com> - 2.6.1-2
+- Fix missing patches / textures (#691251)
+
 * Sun Mar 13 2011 Hans de Goede <hdegoede at redhat.com> - 2.6.1-1
 - New upstream release 2.6.1
 


More information about the scm-commits mailing list