Hello community, here is the log from the commit of package resmgr checked in at Fri Oct 27 19:23:57 CEST 2006. -------- --- resmgr/resmgr.changes 2006-10-23 17:00:49.000000000 +0200 +++ /mounts/work_src_done/STABLE/resmgr/resmgr.changes 2006-10-27 11:51:24.000000000 +0200 @@ -1,0 +2,6 @@ +Fri Oct 27 11:50:39 CEST 2006 - lnussel@suse.de + +- set version to 1.1.0 +- declare experimental library symbols as final + +------------------------------------------------------------------- Old: ---- resmgr-0.9.8_SVNr120.tar.bz2 New: ---- resmgr-1.1.0_SVNr123.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ resmgr.spec ++++++ --- /var/tmp/diff_new_pack.5isxmz/_old 2006-10-27 19:23:38.000000000 +0200 +++ /var/tmp/diff_new_pack.5isxmz/_new 2006-10-27 19:23:38.000000000 +0200 @@ -1,5 +1,5 @@ # -# spec file for package resmgr (Version 0.9.8_SVNr120) +# spec file for package resmgr (Version 1.1.0_SVNr123) # # Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine @@ -14,7 +14,7 @@ BuildRequires: pam-devel License: GNU General Public License (GPL) - all versions Group: System/Daemons -Version: 0.9.8_SVNr120 +Version: 1.1.0_SVNr123 Release: 1 Summary: A program to track when users log in and out Source: resmgr-%{version}.tar.bz2 @@ -114,6 +114,9 @@ %dir /var/run/resmgr/classes %changelog -n resmgr +* Fri Oct 27 2006 - lnussel@suse.de +- set version to 1.1.0 +- declare experimental library symbols as final * Mon Oct 23 2006 - lnussel@suse.de - log all error cases in pam_resmgr (#213598) - add debug option to pam_resmgr ++++++ resmgr-0.9.8_SVNr120.tar.bz2 -> resmgr-1.1.0_SVNr123.tar.bz2 ++++++ diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/resmgr-0.9.8_SVNr120/configure new/resmgr-1.1.0_SVNr123/configure --- old/resmgr-0.9.8_SVNr120/configure 2006-10-23 16:54:10.000000000 +0200 +++ new/resmgr-1.1.0_SVNr123/configure 2006-10-27 11:50:11.000000000 +0200 @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.59 for resmgr 0.9.8_SVNr120. +# Generated by GNU Autoconf 2.59 for resmgr 1.1.0_SVNr123. # # Report bugs to <http://forge.novell.com/modules/xfmod/project/?resmgr>. # @@ -269,8 +269,8 @@ # Identity of this package. PACKAGE_NAME='resmgr' PACKAGE_TARNAME='resmgr' -PACKAGE_VERSION='0.9.8_SVNr120' -PACKAGE_STRING='resmgr 0.9.8_SVNr120' +PACKAGE_VERSION='1.1.0_SVNr123' +PACKAGE_STRING='resmgr 1.1.0_SVNr123' PACKAGE_BUGREPORT='http://forge.novell.com/modules/xfmod/project/?resmgr' ac_unique_file="src/resmgr.c" @@ -780,7 +780,7 @@ # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF -\`configure' configures resmgr 0.9.8_SVNr120 to adapt to many kinds of systems. +\`configure' configures resmgr 1.1.0_SVNr123 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -842,7 +842,7 @@ if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of resmgr 0.9.8_SVNr120:";; + short | recursive ) echo "Configuration of resmgr 1.1.0_SVNr123:";; esac cat <<\_ACEOF @@ -972,7 +972,7 @@ test -n "$ac_init_help" && exit 0 if $ac_init_version; then cat <<\_ACEOF -resmgr configure 0.9.8_SVNr120 +resmgr configure 1.1.0_SVNr123 generated by GNU Autoconf 2.59 Copyright (C) 2003 Free Software Foundation, Inc. @@ -986,7 +986,7 @@ This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by resmgr $as_me 0.9.8_SVNr120, which was +It was created by resmgr $as_me 1.1.0_SVNr123, which was generated by GNU Autoconf 2.59. Invocation command line was $ $0 $@ @@ -1632,7 +1632,7 @@ # Define the identity of the package. PACKAGE='resmgr' - VERSION='0.9.8_SVNr120' + VERSION='1.1.0_SVNr123' cat >>confdefs.h <<_ACEOF @@ -4391,7 +4391,7 @@ } >&5 cat >&5 <<_CSEOF -This file was extended by resmgr $as_me 0.9.8_SVNr120, which was +This file was extended by resmgr $as_me 1.1.0_SVNr123, which was generated by GNU Autoconf 2.59. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -4449,7 +4449,7 @@ cat >>$CONFIG_STATUS <<_ACEOF ac_cs_version="\\ -resmgr config.status 0.9.8_SVNr120 +resmgr config.status 1.1.0_SVNr123 configured by $0, generated by GNU Autoconf 2.59, with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\" diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/resmgr-0.9.8_SVNr120/src/libresmgr.map new/resmgr-1.1.0_SVNr123/src/libresmgr.map --- old/resmgr-0.9.8_SVNr120/src/libresmgr.map 2006-09-12 18:36:34.000000000 +0200 +++ new/resmgr-1.1.0_SVNr123/src/libresmgr.map 2006-10-27 11:43:02.000000000 +0200 @@ -36,7 +36,7 @@ rsm_recv_response; } RESMGR_1.0; -RESMGR_EXPERIMENTAL1 { +RESMGR_1.1 { global: rsm_test; rsm_list_classes; diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/resmgr-0.9.8_SVNr120/version.m4 new/resmgr-1.1.0_SVNr123/version.m4 --- old/resmgr-0.9.8_SVNr120/version.m4 2006-10-23 16:54:02.000000000 +0200 +++ new/resmgr-1.1.0_SVNr123/version.m4 2006-10-27 11:50:04.000000000 +0200 @@ -3,7 +3,7 @@ dnl .svn directory exists. To create releases without the revision dnl number use a copy of the repository generated with 'svn export' dnl -define(VERS,[0.9.8])dnl +define(VERS,[1.1.0])dnl syscmd(test -e .svn)dnl ifelse(sysval, 0,dnl dnl [define([VERS], VERS[_SVN]esyscmd([echo -n `date +%Y%m%d%H%M`]))]dnl ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@suse.de