[python3-simplepam] New upstream version

Leon Weber leonn at fedoraproject.org
Wed May 28 08:47:39 UTC 2014


commit 1920256c6eef7e98092425ecbc817ac9b3037e4b
Author: Leon Weber <leon at leonweber.de>
Date:   Wed May 28 10:45:16 2014 +0200

    New upstream version

 .gitignore             |    1 +
 python3-simplepam.spec |    9 ++++++---
 sources                |    2 +-
 3 files changed, 8 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 92473f4..bdb3e6c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /0.1.4.tar.gz
+/0.1.5.tar.gz
diff --git a/python3-simplepam.spec b/python3-simplepam.spec
index dc3bfd1..951d629 100644
--- a/python3-simplepam.spec
+++ b/python3-simplepam.spec
@@ -1,6 +1,6 @@
 Name:           python3-simplepam
-Version:        0.1.4
-Release:        2%{?dist}
+Version:        0.1.5
+Release:        1%{?dist}
 Summary:        Pure Python interface to the Pluggable Authentication Modules system on Linux
 
 License:        MIT
@@ -27,13 +27,16 @@ authenticate a given username / password against the PAM system on Linux.
 
 
 %files
-%doc README.md
+%doc README.md COPYING
 %{python3_sitelib}/simplepam.py
 %{python3_sitelib}/__pycache__/*
 %{python3_sitelib}/*egg-info
 
 
 %changelog
+* Thu May 22 2014 Leon Weber <leon at leonweber.de> - 0.1.5-1
+- New upstream version
+
 * Tue May 27 2014 Kalev Lember <kalevlember at gmail.com> - 0.1.4-2
 - Rebuilt for https://fedoraproject.org/wiki/Changes/Python_3.4
 
diff --git a/sources b/sources
index 1c327d9..22c2185 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-c8fcb14af7652058da774d43e7fc3342  0.1.4.tar.gz
+d2213c1b2d28e1c67d77af29b05ddc69  0.1.5.tar.gz


More information about the scm-commits mailing list