Hello community, here is the log from the commit of package courier-authlib for openSUSE:Factory checked in at 2013-11-14 10:40:03 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/courier-authlib (Old) and /work/SRC/openSUSE:Factory/.courier-authlib.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "courier-authlib" Changes: -------- --- /work/SRC/openSUSE:Factory/courier-authlib/courier-authlib.changes 2013-01-20 07:46:33.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.courier-authlib.new/courier-authlib.changes 2013-11-14 10:40:04.000000000 +0100 @@ -1,0 +2,12 @@ +Mon Nov 11 13:51:33 UTC 2013 - [email protected] + +- update to 0.66 + * sqlite fixes. + * authldaplib.c (ldapopen): Added LDAP_INITBIND option. + * Makefile.am: chmod $(pkglibexecdir) explicitly to 755 + * courier-authlib.spec.in: Typo. +- add Source sig file +- add makedat patch + * fix wrong source path to install makedatprog + +------------------------------------------------------------------- Old: ---- courier-authlib-0.65.0.tar.bz2 New: ---- courier-authlib-0.66.0.tar.bz2 courier-authlib-0.66.0.tar.bz2.sig courier-authlib-makedat.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ courier-authlib.spec ++++++ --- /var/tmp/diff_new_pack.boc4jK/_old 2013-11-14 10:40:05.000000000 +0100 +++ /var/tmp/diff_new_pack.boc4jK/_new 2013-11-14 10:40:05.000000000 +0100 @@ -20,12 +20,15 @@ Summary: Courier authentication library License: SUSE-GPL-3.0-with-openssl-exception Group: Productivity/Networking/Email/Servers -Version: 0.65.0 +Version: 0.66.0 Release: 0 Url: http://www.courier-mta.org/imap/ Source0: %{name}-%{version}.tar.bz2 -Source1: courier-authdaemon.init -Source2: rpmlintrc +Source1: %{name}-%{version}.tar.bz2.sig +Source2: courier-authdaemon.init +Source3: rpmlintrc +# FIX-SuSE: fix wrong source path to install makedatprog +Patch0: %{name}-makedat.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build PreReq: coreutils BuildRequires: expect @@ -113,6 +116,7 @@ %prep %setup -q +%patch0 %build export CFLAGS="$RPM_OPT_FLAGS -DLDAP_DEPRECATED=1" @@ -134,7 +138,7 @@ %{__install} -m 755 sysconftool %{buildroot}%{_prefix}/lib/%{name} %{__install} -m 755 authmigrate %{buildroot}%{_prefix}/lib/%{name} %{__mkdir_p} %{buildroot}%{_sysconfdir}/init.d -%{__install} -m 755 %{S:1} %{buildroot}%{_sysconfdir}/init.d/courier-authdaemon +%{__install} -m 755 %{S:2} %{buildroot}%{_sysconfdir}/init.d/courier-authdaemon %{__ln_s} -f ../../%{_sysconfdir}/init.d/courier-authdaemon \ %{buildroot}%{_sbindir}/rccourier-authdaemon ++++++ courier-authlib-0.65.0.tar.bz2 -> courier-authlib-0.66.0.tar.bz2 ++++++ ++++ 683401 lines of diff (skipped) ++++++ courier-authlib-makedat.patch ++++++ Index: Makefile.in =================================================================== --- Makefile.in.orig +++ Makefile.in @@ -2019,7 +2019,7 @@ install-exec-hook: -chown @mailuser@ $(DESTDIR)@authdaemonvar@ -chgrp @mailgroup@ $(DESTDIR)@authdaemonvar@ test "@LIBAUTHUSERDB@" = "" && exit 0 ;\ - $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) makedat/makedatprog \ + $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) libs/makedat/makedatprog \ $(DESTDIR)$(pkglibexecdir)/makedatprog ; \ $(INSTALL_SCRIPT) userdb/pw2userdb \ $(DESTDIR)$(sbindir)/pw2userdb ; \ -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
