[revelation] Upstream pre-release which addresses weak encryption format.

Jef Spaleta jspaleta at fedoraproject.org
Sun Jun 24 19:44:54 UTC 2012


commit 8f536dddb99d965a1a0663a6cea9cec486182d77
Author: Jef Spaleta <jspaleta at fedoraproject.org>
Date:   Sun Jun 24 11:44:39 2012 -0800

    Upstream pre-release which addresses weak encryption format.
    
    - This version will detect old encryption format and will prompt you to
      re-save in new format.

 revelation.spec |   21 ++++++++++++++-------
 1 files changed, 14 insertions(+), 7 deletions(-)
---
diff --git a/revelation.spec b/revelation.spec
index 567e78f..b69aae6 100644
--- a/revelation.spec
+++ b/revelation.spec
@@ -3,17 +3,18 @@
 %{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib(1))")}
 %endif
 
-
 Summary:	Password manager for GNOME 2
 Name:		revelation
 Version:	0.4.13
-Release: 	2%{?dist}
+Release: 	3%{?dist}
 License:	GPLv2+
 Group:		Applications/Productivity
-Source0: 	https://bitbucket.org/erikg/revelation/downloads/revelation-0.4.13.tar.bz2 	
-#Patch0:		revelation_ui.patch
-#Patch1:		revelation-0.4.11-no_applet.patch
-#Patch2:		revelation-0.4.11-gcc.patch
+# The source for this package was pulled from upstream's vcs.  Use the
+# following commands to generate the tarball:
+#  hg clone -r 236497122791 https://bitbucket.org/erikg/revelation revelation-236497122791 
+#  tar -cJvf revelation-236497122791.tar.xz revelation-236497122791 
+%define hgrev 236497122791
+Source0: revelation-%{hgrev}.tar.xz 
 URL:		http://revelation.olasagasti.info/index.php 	
 
 Requires:	python-crypto >= 2.0
@@ -51,12 +52,13 @@ Revelation is a password manager. It organizes accounts in
 a tree structure, and stores them as AES-encrypted XML files.
 
 %prep
-%setup -q
+%setup -q -n %{name}-%{hgrev}
 #%patch0 -p0
 #%patch1 -p1 -b .noapplet
 #%patch2 -p1 -b .gcc
 
 %build
+./autogen.sh
 autoreconf -i
 %configure --disable-desktop-update --disable-mime-update --with-cracklib-dict=/usr/share/cracklib/pw_dict
 make %{?_smp_mflags} CC="%{__cc} $RPM_OPT_FLAGS"
@@ -116,6 +118,11 @@ gtk-update-icon-cache -qf %{_datadir}/icons/hicolor &> /dev/null || :
 %{_datadir}/mime/packages/*
 
 %changelog
+* Sun Jun 24 2012 Jef Spaleta <jspaleta at fedoraproject.org> - 0.4.13-3
+- Upstream pre-release which addresses weak encryption format. 
+- This version will detect old encryption format and will prompt you to 
+  re-save in new format.
+
 * Fri Jun 15 2012 Jef Spaleta <jspaleta at fedoraproject.org> - 0.4.13-2
 - dep fix up for rawhide building 
 


More information about the scm-commits mailing list