Skip to content

Commit

Permalink
build: Finalize 0.3.9.
Browse files Browse the repository at this point in the history
  • Loading branch information
wdoekes committed Apr 9, 2017
1 parent d1e0c72 commit 57d8b87
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 10 deletions.
5 changes: 3 additions & 2 deletions CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@ Changes made by Cal Heldenbrand unless otherwise noted.

As of 0.3.9

-- Fixes by Walter Doekes to make it compile on Debian Stretch
-- Cleanups for debian packaging
-- Fixes by Walter Doekes to make it compile on Debian Stretch\

-- Cleanups by Walter Doekes for debian packaging

As of 0.3.8

Expand Down
6 changes: 3 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
pam_imap for 2017+
pam-imap for 2017+
==================

This is an updated version of pam_imap 0.3.8, taken from
Expand All @@ -14,7 +14,7 @@ See also: https://github.com/MrDroid/pam_imap
Compiling
---------

Install prerequisites: libpam0g-dev libssl-dev libgdbm-dev
Debian install prerequisites: libpam0g-dev libssl-dev libgdbm-dev

.. code-block:: console
Expand All @@ -23,7 +23,7 @@ Install prerequisites: libpam0g-dev libssl-dev libgdbm-dev
$ make
Building a debian package with ``gbp``:
Building a Debian package with ``gbp``:

.. code-block:: console
Expand Down
2 changes: 1 addition & 1 deletion configure.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Process this file with autoconf to produce a configure script.
AC_INIT(pam_imap, 0.3.9~rc1, [email protected])
AC_INIT(pam_imap, 0.3.9, [email protected])
AC_CONFIG_SRCDIR([check_user.c])
AC_CONFIG_HEADER(config.h)
#AM_INIT_AUTOMAKE
Expand Down
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
pam-imap (0.3.9-1) unstable; urgency=medium

* Finalize 0.3.9. Rename from pam_imap to pam-imap in a few places.

-- Walter Doekes <[email protected]> Sun, 09 Apr 2017 15:31:43 +0200

pam-imap (0.3.9~rc1-1) unstable; urgency=medium

* Initial upload.
Expand Down
8 changes: 4 additions & 4 deletions pam_imap.spec
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
Summary: PAM Module to authenticate against an IMAP server
Name: pam_imap
Version: 0.3.8
Name: pam-imap
Version: 0.3.9
Release: 1
URL: https://sourceforge.net/projects/pam-imap/
Source: http://prdownloads.sourceforge.net/pam-imap/%{name}-%{version}.tar.bz2
Source: https://github.com/wdoekes/pam-imap/releases/download/v%{version}/%{name}_%{version}.tar.gz
Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
License: GPL
Group: Applications/System

BuildRequires: pam-devel

Obsoletes: pam-imap
Obsoletes: pam_imap

%description
This is a PAM module that authenticates a user login against a remote
Expand Down

0 comments on commit 57d8b87

Please sign in to comment.