[revelation] Official upstream release, bumping packaging to match

Jef Spaleta jspaleta at fedoraproject.org
Mon Jul 2 20:45:01 UTC 2012


commit 3971d23b0b693a1cb47761697e8fbf1d4cc61f2f
Author: Jef Spaleta <jspaleta at fedoraproject.org>
Date:   Mon Jul 2 12:44:45 2012 -0800

    Official upstream release, bumping packaging to match

 .gitignore      |    1 +
 revelation.spec |   16 +++++++---------
 sources         |    2 +-
 3 files changed, 9 insertions(+), 10 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 074fe02..cbffe31 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 revelation-0.4.11.tar.bz2
 /revelation-0.4.13.tar.bz2
+/revelation-0.4.14.tar.xz
diff --git a/revelation.spec b/revelation.spec
index ffefaf6..24bf996 100644
--- a/revelation.spec
+++ b/revelation.spec
@@ -5,16 +5,11 @@
 
 Summary:	Password manager for GNOME 2
 Name:		revelation
-Version:	0.4.13
-Release: 	3%{?dist}
+Version:	0.4.14
+Release: 	1%{?dist}
 License:	GPLv2+
 Group:		Applications/Productivity
-# 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 
+Source0: 	revelation-%{version}.tar.xz 
 URL:		http://revelation.olasagasti.info/index.php 	
 
 Requires:	python-crypto >= 2.0
@@ -52,7 +47,7 @@ Revelation is a password manager. It organizes accounts in
 a tree structure, and stores them as AES-encrypted XML files.
 
 %prep
-%setup -q -n %{name}-%{hgrev}
+%setup -q 
 #%patch0 -p0
 #%patch1 -p1 -b .noapplet
 #%patch2 -p1 -b .gcc
@@ -117,6 +112,9 @@ gtk-update-icon-cache -qf %{_datadir}/icons/hicolor &> /dev/null || :
 %{_datadir}/mime/packages/*
 
 %changelog
+* Mon Jul 01 2012 Jef Spaleta <jspaleta at fedoraproject.org> - 0.4.14-1
+- New Upstream release which addresses weak encryption format. 
+
 * 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 
diff --git a/sources b/sources
index fab5df6..e081e0d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-4490bd0d080307f3338b9dcf84b50535  revelation-0.4.13.tar.bz2
+ab8e0b7a106ce68d9c796867f539e9f4  revelation-0.4.14.tar.xz


More information about the scm-commits mailing list