Revisions of pam_csync
buildservice-autocommit
accepted
request 992466
from
Andreas Schneider (gladiac)
(revision 26)
baserev update by copy to link target
Andreas Schneider (gladiac)
accepted
request 992459
from
Ludwig Nussel (lnussel)
(revision 25)
- use %_pam_moduledir (boo#1190949) - run spec-cleaner
buildservice-autocommit
accepted
request 813156
from
Andreas Schneider (gladiac)
(revision 24)
baserev update by copy to link target
Andreas Schneider (gladiac)
committed
(revision 23)
Fix typo in Source0
Andreas Schneider (gladiac)
committed
(revision 22)
Update to version 0.43.0
buildservice-autocommit
accepted
request 293434
from
Andreas Schneider (gladiac)
(revision 21)
baserev update by copy to link target
Andreas Schneider (gladiac)
accepted
request 290990
from
Dominique Leuenberger (dimstar)
(revision 20)
- Fix popd usage: since bash 4.3, it only takes a numeric argument.
buildservice-autocommit
accepted
request 225689
from
Andreas Schneider (gladiac)
(revision 19)
baserev update by copy to link target
Andreas Schneider (gladiac)
accepted
request 225688
from
James McDonough (jmcdough)
(revision 18)
Try to adhere to packaging guidelines despite factory team poitning to the wrong document for their rejection reason. + Added 0001-Remove-backward-compatibility-option-for-newer-cmake.patch + Added 0002-Update-FSF-address.patch
Andreas Schneider (gladiac)
accepted
request 225513
from
James McDonough (jmcdough)
(revision 17)
- Remove cmake backward compatibility flag and update FSF address in license
Stephan Kulow (coolo)
committed
(revision 16)
prepare_spec
Stephan Kulow (coolo)
committed
(revision 15)
converted link to branch
Stephan Kulow (coolo)
committed
(revision 14)
James McDonough (jmcdough)
committed
(revision 13)
Fix changelog order - update to version 0.42.0 + Added support to sync with the Windows Home Directory
James McDonough (jmcdough)
committed
(revision 12)
Bring in-line with factory package, including merging fixes: - package baselibs.conf - Supplement pam-32bit/pam-64bit in baselibs.conf (bnc#354164).
Andreas Schneider (gladiac)
committed
(revision 11)
upload missing file
Andreas Schneider (gladiac)
committed
(revision 10)
update to version 0.42.0 --This line, and those below, will be ignored-- ! pam_csync-0.41.94.tar.bz2 M pam_csync.changes M pam_csync.spec Diff for working copy: . Index: pam_csync.changes =================================================================== --- pam_csync.changes (revision 9) +++ pam_csync.changes (working copy) @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Jun 15 11:14:32 CEST 2009 - anschneider@exsuse.de + +- update to version 0.42.0 + + Added support to sync with the Windows Home Directory + ------------------------------------------------------------------- Tue Oct 28 12:07:10 CET 2008 - anschneider@suse.de Index: pam_csync.spec =================================================================== --- pam_csync.spec (revision 9) +++ pam_csync.spec (working copy) @@ -14,7 +14,7 @@ BuildRequires: cmake libcsync-devel pam-devel libiniparser-devel License: GPL v2 or later Group: System/Libraries -Version: 0.41.94 +Version: 0.42.0 Release: 1 Summary: A PAM module for roaming home directories Url: http://www.csync.org/ @@ -40,13 +40,12 @@ mkdir build fi pushd build -CFLAGS="%{optflags} -g" \ -CXXFLAGS="%{optflags} -g" \ cmake \ - -DCMAKE_SKIP_RPATH=ON \ - -DCMAKE_BUILD_TYPE=None \ - -DCMAKE_INSTALL_PREFIX=%{_prefix} \ - -DSYSCONF_INSTALL_DIR=%{_sysconfdir} \ + -DCMAKE_C_FLAGS:STRING="%{optflags}" \ + -DCMAKE_BUILD_TYPE:STRING=RelWithDebInfo \ + -DCMAKE_SKIP_RPATH:BOOL=ON \ + -DCMAKE_INSTALL_PREFIX:PATH=%{_prefix} \ + -DSYSCONF_INSTALL_DIR:PATH=%{_sysconfdir} \ %if %{_lib} == lib64 -DLIB_SUFFIX=64 \ %endif
Andreas Schneider (gladiac)
committed
(revision 9)
Update changes file.
Andreas Schneider (gladiac)
committed
(revision 8)
Update to 0.42.0 beta2.
Andreas Schneider (gladiac)
committed
(revision 7)
Update to version 0.42.0 beta1.
Displaying revisions 1 - 20 of 26