[subsurface] 4.4.1 (#1194279), using unofficial ubuntu Qt4 patch for now

Rex Dieter rdieter at fedoraproject.org
Sat Feb 21 13:19:20 UTC 2015


commit 57fe0b7b679763e02c64b8806b2cb0f88b860969
Author: Rex Dieter <rdieter at gmail.com>
Date:   Sat Feb 21 07:19:18 2015 -0600

    4.4.1 (#1194279), using unofficial ubuntu Qt4 patch for now

 .gitignore      |  1 +
 sources         |  2 +-
 subsurface.spec | 10 +++++++++-
 3 files changed, 11 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index b6240fe..1b1db78 100644
--- a/.gitignore
+++ b/.gitignore
@@ -9,3 +9,4 @@
 /Subsurface-4.2.tgz
 /Subsurface-4.3.tgz
 /Subsurface-4.4.0.tgz
+/Subsurface-4.4.1.tgz
diff --git a/sources b/sources
index d665bf8..d187c4f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-7bba40ee3e44766a8aa9c65138e106c8  Subsurface-4.4.0.tgz
+97b450a73a6fd00f5dc65334355f9553  Subsurface-4.4.1.tgz
diff --git a/subsurface.spec b/subsurface.spec
index ec1ab22..0897b24 100644
--- a/subsurface.spec
+++ b/subsurface.spec
@@ -5,7 +5,7 @@
 %global         libdc_version 0.4.2
 
 Name:           subsurface
-Version:        4.4.0
+Version:        4.4.1
 #Release:        1.{snapver}%{?dist}
 Release:        1%{?dist}
 Summary:        A feature-full divelog in Qt
@@ -53,6 +53,11 @@ additional dive notes.
 %prep
 %setup -q -n Subsurface-%{version}
 
+# Qt4 no longer officially supported,
+# http://trac.subsurface-divelog.org/ticket/821
+# try using this patch until we have something better -- rex
+patch -p1 --backup < packaging/ubuntu/0001-Make-build-with-Qt4.patch
+
 %build
 qmake-qt4
 make %{?_smp_mflags}
@@ -91,6 +96,9 @@ fi
 
 
 %changelog
+* Sat Feb 21 2015 Rex Dieter <rdieter at fedoraproject.org> 4.4.1-1
+- 4.4.1 (#1194279), using unofficial ubuntu Qt4 patch for now
+
 * Fri Feb 06 2015 Pierre-Yves Chibon <pingou at pingoured.fr> - 4.4.0-1
 - Update to 4.4
 


More information about the scm-commits mailing list