[valyriatear] New release canidate

Erik Schilling ablu at fedoraproject.org
Sun Aug 3 20:41:01 UTC 2014


commit 5298998d945c13c7fdccb706217364ecb8eae678
Author: Erik Schilling <ablu.erikschilling at googlemail.com>
Date:   Sun Aug 3 22:40:11 2014 +0200

    New release canidate

 .gitignore       |    1 +
 sources          |    2 +-
 valyriatear.spec |   14 +++++++++-----
 3 files changed, 11 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 266e3e3..ca7ec49 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /valyriatear-0.5.0.tar.gz
 /ValyriaTear-0.6.0.tar.gz
+/ValyriaTear-1.0.0-rc1.tar.gz
diff --git a/sources b/sources
index 54958e9..0bb6120 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-b7f0fcdf5d640c26acb1b3ef6e2899e4  ValyriaTear-0.6.0.tar.gz
+81709e3b8d386c86e767240889b6ee2d  ValyriaTear-1.0.0-rc1.tar.gz
diff --git a/valyriatear.spec b/valyriatear.spec
index da9b9a7..e395d39 100644
--- a/valyriatear.spec
+++ b/valyriatear.spec
@@ -1,11 +1,11 @@
 %global alias ValyriaTear
 Name:       valyriatear
-Version:    0.6.0
-Release:    3%{?dist}
+Version:    1.0.0
+Release:    0.1rc1%{?dist}
 Summary:    Valyria Tear is a free 2D J-RPG based on the Hero of Allacrost engine
 License:    GPLv2
 URL:        http://valyriatear.blogspot.de/
-Source0:    http://downloads.sourceforge.net/project/%{name}/%{alias}-%{version}.tar.gz
+Source0:    http://downloads.sourceforge.net/project/%{name}/%{alias}-%{version}-rc1.tar.gz
 Requires:   %{name}-data = %{version}-%{release}
 BuildRequires: boost-devel
 BuildRequires: cmake
@@ -58,7 +58,7 @@ different states of operation in the game.
 This package contains the game data.
 
 %prep
-%setup -q -n %{alias}-%{version}
+%setup -q -n %{alias}-%{version}-rc1
 # Ensure that it builds against system libaries
 rm -r src/luabind
 # Use system fonts
@@ -95,8 +95,9 @@ fi
 /usr/bin/gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 
 %files -f %{name}.lang
-%doc AUTHORS MANUAL README LICENSES COPYING.CC0 COPYING.CC-BY-3 COPYING.CC-BY-SA-3 COPYING.GPL-2 COPYING.GPL-3
+%doc AUTHORS MANUAL README.md LICENSES COPYING.CC0 COPYING.CC-BY-3 COPYING.CC-BY-SA-3 COPYING.GPL-2 COPYING.GPL-3
 %{_bindir}/%{name}
+%{_datadir}/appdata/%{name}.appdata.xml
 %{_datadir}/applications/%{name}.desktop
 %{_datadir}/icons/hicolor/48x48/apps/valyriatear.png
 %{_mandir}/man6/%{name}.6*
@@ -105,6 +106,9 @@ fi
 %{_datadir}/%{name}
 
 %changelog
+* Sun Aug 03 2014 Erik Schilling <ablu.erikschilling at googlemail.com> - 1.0.0-0.1rc1
+- New release candidate
+
 * Sun Jun 08 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.6.0-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
 


More information about the scm-commits mailing list