3 commits - install-kolab.sh kolab-z-push/kolab-z-push.spec pear/PHPUnit

Git Service User git at kolabsys.com
Wed Apr 13 11:54:23 CEST 2011


 install-kolab.sh               |    4 ++--
 kolab-z-push/kolab-z-push.spec |   25 ++++++++++++++-----------
 pear/PHPUnit/package.info      |    2 +-
 3 files changed, 17 insertions(+), 14 deletions(-)

New commits:
commit 7a5384ff50195074997c205b264849f3614c3fae
Author: Christoph Wickert <cwickert at fedoraproject.org>
Date:   Wed Apr 13 11:34:03 2011 +0200

    install-kolab.sh: add kolab-z-push package and remove old webclient option

diff --git a/install-kolab.sh b/install-kolab.sh
index a14ac19..b790e88 100755
--- a/install-kolab.sh
+++ b/install-kolab.sh
@@ -20,8 +20,8 @@ USER=""
 PREFIX=""
 UNIQEXT="$RANDOM.$RANDOM.$RANDOM.$$"
 
-PACKAGES="openpkg-tools openldap postfix kolabd kolab-webadmin kolab-fbview kolab-webclient"
-DEFINE="-D openldap::with_pth=no -D sasl::with_ldap -D sasl::with_login -D sasl::with_ntlm -D postfix::with_sasl -D postfix::with_ssl -D postfix::with_ldap -D imapd::with_kolab_nocaps -D imapd::with_crossdomain_acl -D kolab-webclient::with_activesync=no"
+PACKAGES="openpkg-tools openldap postfix kolabd kolab-webadmin kolab-fbview kolab-webclient kolab-z-push"
+DEFINE="-D openldap::with_pth=no -D sasl::with_ldap -D sasl::with_login -D sasl::with_ntlm -D postfix::with_sasl -D postfix::with_ssl -D postfix::with_ldap -D imapd::with_kolab_nocaps -D imapd::with_crossdomain_acl -D"
 EXCLUDEPKGS=""
 
 #Flags


commit 2b61d897e949b8ca962b7ebac107b755f8938e46
Author: Christoph Wickert <cwickert at fedoraproject.org>
Date:   Tue Apr 12 18:51:44 2011 +0200

    PHPUnit: Bump release to make sure the package gets updated/rebuilt

diff --git a/pear/PHPUnit/package.info b/pear/PHPUnit/package.info
index c821f1f..e072274 100644
--- a/pear/PHPUnit/package.info
+++ b/pear/PHPUnit/package.info
@@ -16,7 +16,7 @@ package_origin='WGET'
 version='3.3.3'
 
 # Package release number
-release='1'
+release='2'
 
 # Source URL to download from
 sourceurl='http://pear.phpunit.de/get'


commit 1aeb639fdb86396489327bb6ef1291f7bb1921ee
Author: Christoph Wickert <cwickert at fedoraproject.org>
Date:   Tue Apr 12 18:50:13 2011 +0200

    kolab-z-push: Bump release and update changelog

diff --git a/kolab-z-push/kolab-z-push.spec b/kolab-z-push/kolab-z-push.spec
index 585d83b..30f02bc 100644
--- a/kolab-z-push/kolab-z-push.spec
+++ b/kolab-z-push/kolab-z-push.spec
@@ -1,7 +1,7 @@
 # Package Information
 Name:	        kolab-z-push
 Version:        0.7.3
-Release:        1
+Release:        2
 Summary:        Kolab backend for the Z-Push Active Sync implementation
 Group:          Web
 License:        GPLv2
@@ -101,37 +101,40 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
-* Sun Dec 02 2010 Christoph Wickert <cwickert at fedoraproject.org> - 0.7.3-1
+* Tue Apr 12 2011 Christoph Wickert <wickert at kolabsys.com> - 0.7.3-2
+- Strip down requirements to what is actually needed
+
+* Sun Dec 02 2010 Christoph Wickert <wickert at kolabsys.com> - 0.7.3-1
 - Update to 0.7.3
 
-* Sun Dec 02 2010 Christoph Wickert <cwickert at fedoraproject.org> - 0.7.2-2
+* Sun Dec 02 2010 Christoph Wickert <wickert at kolabsys.com> - 0.7.2-2
 - Bump release for Kolab 2.3 alpha
 
-* Sat Nov 27 2010 Christoph Wickert <cwickert at fedoraproject.org> - 0.7.2-1
+* Sat Nov 27 2010 Christoph Wickert <wickert at kolabsys.com> - 0.7.2-1
 - Update to 0.7.2
 
-* Thu Nov 04 2010 Christoph Wickert <cwickert at fedoraproject.org> - 0.7.1-3
+* Thu Nov 04 2010 Christoph Wickert <wickert at kolabsys.com> - 0.7.1-3
 - Update to SVN snapshot of Nov. 4th 2010
 
-* Mon Nov 01 2010 Christoph Wickert <cwickert at fedoraproject.org> - 0.7.1-2
+* Mon Nov 01 2010 Christoph Wickert <wickert at kolabsys.com> - 0.7.1-2
 - Make kolab-z-push.conf a template and handle it through kolabconf
 - Mark templates as %%config instead of %%noverify
 
-* Sun Oct 31 2010 Christoph Wickert <cwickert at fedoraproject.org> - 0.7.1-1
+* Sun Oct 31 2010 Christoph Wickert <wickert at kolabsys.com> - 0.7.1-1
 - Update to 0.7.1
 - Deny apache access to debug.txt
 - Remove upstreamed fix-zpush-config-permissions.patch
 
-* Mon Sep 13 2010 Christoph Wickert <cwickert at fedoraproject.org> - 0.6.4-2
+* Mon Sep 13 2010 Christoph Wickert <wickert at kolabsys.com> - 0.6.4-2
 - Make permissions of zpush-config.php more restrictive
 
-* Sun Sep 12 2010 Christoph Wickert <cwickert at fedoraproject.org> - 0.6.4-1
+* Sun Sep 12 2010 Christoph Wickert <wickert at kolabsys.com> - 0.6.4-1
 - Update to 0.6.4 for use with z-push 1.5beta1
 
-* Wed Aug 25 2010 Christoph Wickert <cwickert at fedoraproject.org> - 0.6.3-1
+* Wed Aug 25 2010 Christoph Wickert <wickert at kolabsys.com> - 0.6.3-1
 - Update to 0.6.3 for use with z-push 1.4.1
 
-* Wed Jul 14 2010 Christoph Wickert <cwickert at fedoraproject.org> - 0.6.2-1
+* Wed Jul 14 2010 Christoph Wickert <wickert at kolabsys.com> - 0.6.2-1
 - Update to 0.6.2 for use with z-push 1.4.1RC
 
 * Fri Jul 09 2010 Christoph Wickert <wickert at kolabsys.com> - 0.6.1-1





More information about the commits mailing list