[ophcrack/f18] Update to latest upstream (BZ#919553)

Adam Miller maxamillion at fedoraproject.org
Wed May 29 16:22:04 UTC 2013


commit 07c9eb197a15047ed81766c49187d27ba2d6dec5
Author: Adam Miller <admiller at redhat.com>
Date:   Wed May 29 11:21:51 2013 -0500

    Update to latest upstream (BZ#919553)

 .gitignore    |    1 +
 ophcrack.spec |   42 +++++++++++++++++++++++++++++++++---------
 sources       |    2 +-
 3 files changed, 35 insertions(+), 10 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index bb611d6..b0bae9a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 ophcrack-3.3.0.tar.bz2
 /ophcrack-3.3.1.tar.bz2
+/ophcrack-3.5.0.tar.bz2
diff --git a/ophcrack.spec b/ophcrack.spec
index 48bacdb..c7d955a 100644
--- a/ophcrack.spec
+++ b/ophcrack.spec
@@ -1,6 +1,6 @@
 Name:           ophcrack
-Version:        3.3.1
-Release:        2%{?dist}
+Version:        3.5.0
+Release:        1%{?dist}
 Summary:        Free Windows password cracker based on rainbow tables
 Group:          Applications/System
 License:        GPLv2+ with exceptions
@@ -8,12 +8,20 @@ URL:            http://ophcrack.sourceforge.net
 Source0:        http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.bz2
 BuildRoot:      %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
 
-BuildRequires:  qt-devel >= 4.3
+# upstreamable
+#Patch1: ophcrack-3.3.1-qwt5.patch
+BuildRequires: automake libtool
+
+BuildRequires:  qt4-devel >= 4.3
 BuildRequires:  openssl-devel
-BuildRequires:  libstdc++-devel
-BuildRequires:  qwt-devel
-BuildRequires:  expat
+BuildRequires:  expat-devel
 BuildRequires:  desktop-file-utils
+%if 0%{?fedora} > 17
+BuildRequires:  pkgconfig(qwt5-qt4)
+%else
+BuildRequires:  qwt-devel
+%endif
+
 
 %description
 Ophcrack is a free Windows password cracker based on rainbow tables. 
@@ -38,13 +46,15 @@ Features:
 %prep
 %setup -q
 
+#%patch1 -p1 -b .qwt5
+# FIXME? to not require reauto-foo -- rex
+autoreconf -f -i
+
 
 %build
 %configure
 
-# The LFLAGS argument to make is needed since by default the linking uses
-# "-m64 -Wl,-O1" as linker flags instead of %{optflags}.
-make LFLAGS="%{optflags}" %{?_smp_mflags}
+make %{?_smp_mflags}
 
 
 %install
@@ -80,6 +90,20 @@ rm -rf %{buildroot}
 %{_datadir}/applications/%{name}.desktop
 
 %changelog
+* Wed May 29 2013 Adam Miller <maxamillion at fedoraproject.org> - 3.5.0-1
+- Update to latest upstream (BZ#919553)
+
+* Mon Mar 04 2013 Adam Miller <maxamillion at fedoraproject.org> - 3.4.0-1
+- Update to latest upstream (BZ#915223)
+
+* Thu Feb 14 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 3.3.1-4
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
+
+* Fri Oct 19 2012 Rex Dieter <rdieter at fedoraproject.org> - 3.3.1-3
+- s/qt-devel/qt4-devel/
+- rebuild (qwt)
+- undo LFLAGS hack (the default flags are legit)
+
 * Fri Jul 20 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 3.3.1-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 
diff --git a/sources b/sources
index 8c0b85d..0eccf67 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-740eef54e9082f26851e15c1cb4ef55c  ophcrack-3.3.1.tar.bz2
+1c61adde21c5dc226515cbd1dc654c60  ophcrack-3.5.0.tar.bz2


More information about the scm-commits mailing list