Hello community,

here is the log from the commit of package courier-authlib for openSUSE:Factory 
checked in at 2013-01-20 07:46:31
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/courier-authlib (Old)
 and      /work/SRC/openSUSE:Factory/.courier-authlib.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "courier-authlib", Maintainer is "hvo...@suse.com"

Changes:
--------
--- /work/SRC/openSUSE:Factory/courier-authlib/courier-authlib.changes  
2012-10-22 21:45:22.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.courier-authlib.new/courier-authlib.changes     
2013-01-20 07:46:33.000000000 +0100
@@ -1,0 +2,14 @@
+Tue Jan 15 17:39:02 UTC 2013 - ch...@computersalat.de
+
+- update to 0.65.0
+  * New authsqlite authentication module.
+  * Fixed: when using authpgsql, if the Postgres server goes down
+    authpgsql will then start leaking memory.
+  * Fixed error codes returned by several authentication modules that
+    prevent certain combinations of authentication modules from being
+    used together.
+- fix deps
+  * add missing pkg-config
+- add module sqlite
+
+-------------------------------------------------------------------

Old:
----
  courier-authlib-0.64.0.tar.bz2

New:
----
  courier-authlib-0.65.0.tar.bz2

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ courier-authlib.spec ++++++
--- /var/tmp/diff_new_pack.T6snC8/_old  2013-01-20 07:46:34.000000000 +0100
+++ /var/tmp/diff_new_pack.T6snC8/_new  2013-01-20 07:46:34.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package courier-authlib
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -20,7 +20,7 @@
 Summary:        Courier authentication library
 License:        SUSE-GPL-3.0-with-openssl-exception
 Group:          Productivity/Networking/Email/Servers
-Version:        0.64.0
+Version:        0.65.0
 Release:        0
 Url:            http://www.courier-mta.org/imap/
 Source0:        %{name}-%{version}.tar.bz2
@@ -35,8 +35,10 @@
 BuildRequires:  mysql-devel
 BuildRequires:  openldap2-devel
 BuildRequires:  pam-devel
+BuildRequires:  pkg-config
 BuildRequires:  postgresql-devel
 BuildRequires:  procps
+BuildRequires:  sqlite3-devel
 Requires:       expect
 
 %description
@@ -100,6 +102,15 @@
 library. Install this package in order to be able to authenticate using
 Pipe.
 
+%package sqlite
+Summary:        SQLite support for the Courier authentication library
+Group:          Productivity/Networking/Email/Servers
+
+%description sqlite
+This package installs SQLite support for the Courier authentication
+library. Install this package in order to be able to authenticate using
+SQLite.
+
 %prep
 %setup -q
 
@@ -172,6 +183,10 @@
 
 %postun pipe -p /sbin/ldconfig
 
+%post sqlite -p /sbin/ldconfig
+
+%postun sqlite -p /sbin/ldconfig
+
 %clean
 %{__rm} -rf %{buildroot}
 
@@ -243,4 +258,8 @@
 %defattr(-,root,root,-)
 %{_libdir}/libauthpipe.so*
 
+%files sqlite
+%defattr(-,root,root,-)
+%{_libdir}/libauthsqlite.so*
+
 %changelog

++++++ courier-authlib-0.64.0.tar.bz2 -> courier-authlib-0.65.0.tar.bz2 ++++++
++++ 32201 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to