[ccrypt] * Sun Oct 21 2012 Fabian Affolter <mail at fabian-affolter.ch> - 1.10-1 - Updated to new upstream versi

Fabian Affolter fab at fedoraproject.org
Sun Oct 21 11:05:43 UTC 2012


commit 9afde30fbcf676a92c81725f80c125b32c07a076
Author: Fabian Affolter <mail at fabian-affolter.ch>
Date:   Sun Oct 21 13:05:34 2012 +0200

    * Sun Oct 21 2012 Fabian Affolter <mail at fabian-affolter.ch> - 1.10-1
    - Updated to new upstream version 1.10

 .gitignore  |    1 +
 ccrypt.spec |   15 +++++----------
 sources     |    2 +-
 3 files changed, 7 insertions(+), 11 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 4d7aa40..69a0990 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 ccrypt-1.9.tar.gz
+/ccrypt-1.10.tar.gz
diff --git a/ccrypt.spec b/ccrypt.spec
index 414e7db..a7e379f 100644
--- a/ccrypt.spec
+++ b/ccrypt.spec
@@ -1,13 +1,12 @@
 Name:           ccrypt
-Version:        1.9
-Release:        5%{?dist}
+Version:        1.10
+Release:        1%{?dist}
 Summary:        Secure encryption and decryption of files and streams
 
 Group:          Applications/Productivity
 License:        GPLv2+
 URL:            http://ccrypt.sourceforge.net/
 Source0:        http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  gettext
 
@@ -16,16 +15,13 @@ ccrypt is a utility for encrypting and decrypting files and streams.
 It was designed as a replacement for the standard unix crypt utility,
 which is notorious for using a very weak encryption algorithm.
 
-
 %prep
 %setup -q
 
-
 %build
 %configure --disable-static
 make %{?_smp_mflags}
 
-
 %install
 rm -rf %{buildroot}
 make install DESTDIR=%{buildroot} INSTALL="install -p"
@@ -35,19 +31,18 @@ make install DESTDIR=%{buildroot} INSTALL="install -p"
 %check
 make check 
 
-
 %clean
 rm -rf %{buildroot}
 
-
 %files -f %{name}.lang
-%defattr(-,root,root,-)
 %doc AUTHORS ChangeLog COPYING NEWS README doc/cypfaq01.txt
 %{_mandir}/man*/*.*
 %{_bindir}/cc*
 
-
 %changelog
+* Sun Oct 21 2012 Fabian Affolter <mail at fabian-affolter.ch> - 1.10-1
+- Updated to new upstream version 1.10
+
 * Wed Jul 18 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.9-5
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 
diff --git a/sources b/sources
index b51ddeb..001fdff 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-c3f78019d7a166dd66f1d4b1390c62c2  ccrypt-1.9.tar.gz
+44ddd763465c254df83f5d38851d04d7  ccrypt-1.10.tar.gz


More information about the scm-commits mailing list