[agistudio] 1.3.0.

Jon Ciesla limb at fedoraproject.org
Wed Apr 3 14:07:08 UTC 2013


commit ae211b63a71e4815c90cedcd04a8e09092ed3d7e
Author: Jon Ciesla <limburgher at gmail.com>
Date:   Wed Apr 3 09:03:27 2013 -0500

    1.3.0.

 .gitignore     |    1 +
 agistudio.spec |   11 +++++++----
 sources        |    2 +-
 3 files changed, 9 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 81ef3cd..b912c77 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 agistudio-1.2.4.tar.gz
+/agistudio-1.3.0.tar.gz
diff --git a/agistudio.spec b/agistudio.spec
index 65e11e3..c858883 100644
--- a/agistudio.spec
+++ b/agistudio.spec
@@ -1,6 +1,6 @@
 Name: agistudio
-Version: 1.2.4
-Release: 8%{?dist}
+Version: 1.3.0
+Release: 1%{?dist}
 Summary: AGI integrated development environment
 License: GPLv2+
 Group: Amusements/Games
@@ -8,7 +8,7 @@ Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
 Source1: %{name}.desktop
 URL: http://agistudio.sourceforge.net/
 
-BuildRequires: qt3-devel desktop-file-utils
+BuildRequires: qt4-devel desktop-file-utils
 #Requiring nagi, needed at runtime, not picked up by rpm.
 Requires: hicolor-icon-theme, nagi, gtk2
 
@@ -23,7 +23,7 @@ is a program which allows you to view, create and edit AGI games.
 
 %build
 cd src
-qmake
+qmake-qt4
 make RPM_OPT_FLAGS="$RPM_OPT_FLAGS"
 
 %install
@@ -61,6 +61,9 @@ touch --no-create %{_datadir}/icons/hicolor || :
 %{_datadir}/icons/hicolor/32x32/apps/agistudio.xpm
 
 %changelog
+* Wed Apr 03 2013 Jon Ciesla <limburgher at gmail.com> - 1.3.0-1
+- Latest upstream.
+
 * Sat Feb 09 2013 Rahul Sundaram <sundaram at fedoraproject.org> - 1.2.4-8
 - remove vendor tag from desktop file. https://fedorahosted.org/fpc/ticket/247
 - clean up spec to follow current guidelines
diff --git a/sources b/sources
index 48ba661..3897d50 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-ee22fc83ab7b36b9e15d52cf59d4896a  agistudio-1.2.4.tar.gz
+7605f041e4e46609109e4c7d781d7b26  agistudio-1.3.0.tar.gz


More information about the scm-commits mailing list