[dnssec-check/f15: 2/11] added a patch to use QML

Wes Hardaker hardaker at fedoraproject.org
Sat May 19 14:58:44 UTC 2012


commit 6320100a4d096ff31942f8523a443c99a1f77f2d
Author: Wes Hardaker <opensource at hardakers.net>
Date:   Fri Feb 3 09:35:40 2012 -0800

    added a patch to use QML

 dnssec-check.spec |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/dnssec-check.spec b/dnssec-check.spec
index f0fa90b..607e4c0 100644
--- a/dnssec-check.spec
+++ b/dnssec-check.spec
@@ -1,13 +1,14 @@
 Summary: A tool to check DNSSEC capabilities of the local DNS resolvers
 Name: dnssec-check
 Version: 1.12
-Release: 2%{?dist}
+Release: 3%{?dist}
 License: BSD
 Group: Applications/Internet
 URL: http://www.dnssec-tools.org/
 Source0: https://www.dnssec-tools.org/download/%{name}-%{version}.tar.gz
 Source1: dnssec-check.desktop
 Patch1: dnssec-check-fix-install-path.1.12.patch
+Patch2: dnssec-check-use-qml.1.12.patch
 
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
@@ -28,6 +29,7 @@ and what was tested.
 %setup -q 
 
 %patch1 -p1 -b .installpath
+%patch2 -p5 -b .qmlpatch
 
 %build
 qmake-qt4 PREFIX=/usr
@@ -67,6 +69,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &> /dev/null || :
 %{_datadir}/applications/dnssec-check.desktop
 
 %changelog
+* Fri Feb  3 2012 Wes Hardaker <wjhns174 at hardakers.net> - 1.12-3
+- Patch to use QML
+
 * Thu Feb  2 2012 Wes Hardaker <wjhns174 at hardakers.net> - 1.12-2
 - attempt forced rebuild for new dnssec-tools-libs
 


More information about the scm-commits mailing list