[hercstudio] update to 1.3.0

Dan Horák sharkcz at fedoraproject.org
Thu Jul 14 06:32:18 UTC 2011


commit c0561caa2b19d76d1e0cf5854431dd1496ff6450
Author: Dan Horák <dan at danny.cz>
Date:   Thu Jul 14 08:31:23 2011 +0200

    update to 1.3.0

 .gitignore                               |    1 +
 hercstudio.spec                          |   14 +++++++++-----
 herculesstudio-1.2.0-no-mutable.patch    |   12 ------------
 herculesstudio-1.3.0-verbose-build.patch |   18 ++++++++++++++++++
 sources                                  |    2 +-
 5 files changed, 29 insertions(+), 18 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 4068d77..137ed4c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 herculesstudio-1.2.0-src.tar.gz
+/herculesstudio-1.3.0-src.tar.gz
diff --git a/hercstudio.spec b/hercstudio.spec
index 25140c8..b5a3ae1 100644
--- a/hercstudio.spec
+++ b/hercstudio.spec
@@ -1,6 +1,6 @@
 Name:           hercstudio
-Version:        1.2.0
-Release:        3%{?dist}
+Version:        1.3.0
+Release:        1%{?dist}
 Summary:        GUI front-end to the Hercules mainframe Emulator
 
 Group:          Applications/Emulators
@@ -8,7 +8,8 @@ License:        GPLv3+
 URL:            http://www.mvsdasd.org/hercstudio/
 Source0:        http://www.mvsdasd.org/hercstudio/herculesstudio-%{version}-src.tar.gz
 Source1:        %{name}.desktop
-Patch0:         herculesstudio-1.2.0-no-mutable.patch
+# make build verbose
+Patch0:         herculesstudio-1.3.0-verbose-build.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  qt4-devel
@@ -21,8 +22,8 @@ GUI front-end to the Hercules mainframe Emulator.
 
 
 %prep
-%setup -q -n HerculesStudio
-%patch0 -p1 -b .no-mutable
+%setup -q -c
+%patch0 -p1 -b .verbose-build
 
 
 %build
@@ -56,6 +57,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Thu Jul 14 2011 Dan Horák <dan[at]danny.cz> - 1.3.0-1
+- update to 1.3.0
+
 * Fri Apr 29 2011 Dan Horák <dan[at]danny.cz> - 1.2.0-3
 - fix build with gcc 4.6
 
diff --git a/herculesstudio-1.3.0-verbose-build.patch b/herculesstudio-1.3.0-verbose-build.patch
new file mode 100644
index 0000000..332809f
--- /dev/null
+++ b/herculesstudio-1.3.0-verbose-build.patch
@@ -0,0 +1,18 @@
+diff -up hercstudio-1.3.0/HerculesStudio.pro.verbose hercstudio-1.3.0/HerculesStudio.pro
+--- hercstudio-1.3.0/HerculesStudio.pro.verbose	2011-07-14 08:12:45.000000000 +0200
++++ hercstudio-1.3.0/HerculesStudio.pro	2011-07-14 08:13:16.000000000 +0200
+@@ -11,14 +11,7 @@ INCLUDEPATH += HercConfiguration \
+ UI_DIR = ui
+ MOC_DIR = moc
+ OBJECTS_DIR = obj
+-!win32{
+-QMAKE_CC   = @echo [c] $< && $$QMAKE_CC
+-QMAKE_CXX  = @echo [c++] $< && $$QMAKE_CXX
+-QMAKE_MOC  = @echo [moc] $< && $$QMAKE_MOC
+-QMAKE_LINK = @echo [link] $$TARGET && $$QMAKE_LINK
+-#QMAKE_UIC  = @echo [uic ] $< && $$QMAKE_UIC
+ QMAKE_CXXFLAGS = -pedantic -Wno-long-long
+-}
+ 
+ # Input
+ HEADERS += HercConfiguration/CardReaderProperties.h \
diff --git a/sources b/sources
index a86e839..249f074 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-997494afa931b9ed113e77d332a4ea29  herculesstudio-1.2.0-src.tar.gz
+79c2f6bb9de1a572f113e89d9f7e32f8  herculesstudio-1.3.0-src.tar.gz


More information about the scm-commits mailing list