commit horde3-nag for openSUSE:Factory
Hello community, here is the log from the commit of package horde3-nag for openSUSE:Factory checked in at Mon Jan 24 16:23:23 CET 2011. -------- New Changes file: --- /dev/null 2010-08-26 16:28:41.000000000 +0200 +++ /mounts/work_src_done/STABLE/horde3-nag/horde3-nag.changes 2010-12-09 12:06:37.000000000 +0100 @@ -0,0 +1,6 @@ +------------------------------------------------------------------- +Sat Oct 30 12:54:53 UTC 2010 - lang@b1-systems.de + +- fixed sed filter for php shebang +- use findlang + calling whatdependson for head-i586 New: ---- HK-JS-nag_2.2_RC1-Fix_library_import.patch horde3-nag.changes horde3-nag.spec nag-h3-2.3.6.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ horde3-nag.spec ++++++ # # spec file for package horde3-nag # # Copyright (c) 2011 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 # upon. The license for this file, and modifications and additions to the # file, is the same license as for the pristine package itself (unless the # license for the pristine package is not an Open Source License, in which # case the license is the MIT License). An "Open Source License" is a # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. # Please submit bugfixes or comments via http://bugs.opensuse.org/ # # norootforbuild %define _hordedir %(%{_sbindir}/apxs2 -q datadir)/htdocs/horde %define _nagdir %{_hordedir}/nag %define _pversion 2.3.6 Name: horde3-nag Version: 2.3.6 Release: 1 Summary: Nag is the Horde task list application License: GPL Group: Productivity/Networking/Other Url: http://www.horde.org/nag Source0: nag-h3-%{_pversion}.tar.bz2 #Patch0: HK-JS-nag_2.2_RC1-Fix_library_import.patch BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build Provides: nag = %{version} Obsoletes: nag <= 2.3.5 Requires: horde3 >= 3.3.0 Requires: php5-pear-db BuildRequires: apache2-devel %description Nag is the Horde task list application. It stores todo items, things due later this week, etc. It is very similar in functionality to the Palm ToDo application. Authors: -------- Jon Parise Chuck Hagenbuch Jan Schneider %prep %setup -qn nag-h3-%{_pversion} #%patch0 -p2 %build pushd scripts/ sed -i 's|/usr/bin/php|%{_bindir}/php5|g' {upgrades/create_missing_add_histories_sql.php,upgrades/2004-09-13_add_uid_field.php,upgrades/2006-04-18_add_creator_and_assignee_fields.php,import_vtodos.php} popd pushd config/ for i in *.dist; do %__mv $i ${i%.dist}; done popd %install %__mkdir_p %{buildroot}%{_nagdir} %__cp -r ./* %{buildroot}%{_nagdir} %__rm -rf %{buildroot}%{_nagdir}/{docs,README,COPYING} %find_lang nag %clean %__rm -rf %{buildroot} %files -f nag.lang %defattr(-, root, root) %doc docs README COPYING %dir %{_hordedir} %dir %{_nagdir} %{_nagdir}/*.php %{_nagdir}/js %{_nagdir}/lib %dir %{_nagdir}/locale %{_nagdir}/locale/en_US %{_nagdir}/po %{_nagdir}/scripts %{_nagdir}/templates %{_nagdir}/tasks %{_nagdir}/tasklists %{_nagdir}/themes %attr(0750, wwwrun, www) %dir %{_nagdir}/config %attr(0640, wwwrun, www) %config(noreplace) %{_nagdir}/config/* %attr(0640, wwwrun, www) %config(noreplace) %{_nagdir}/config/.htaccess %changelog ++++++ HK-JS-nag_2.2_RC1-Fix_library_import.patch ++++++ Fixes a problem with importing the WebDAV library. diff -r 39ccfa2e6380 nag/tasklists.php --- a/nag/tasklists.php Thu Nov 29 09:54:49 2007 +0100 +++ b/nag/tasklists.php Thu Nov 29 09:56:00 2007 +0100 @@ -14,7 +14,9 @@ @define('NAG_BASE', dirname(__FILE__)); require_once NAG_BASE . '/lib/base.php'; require_once 'Horde/RPC.php'; -require_once 'Horde/RPC/webdav.php'; +if (@include_once 'HTTP/WebDAV/Server.php') { + require_once 'Horde/RPC/webdav.php'; +} /* Exit if this isn't an authenticated user. */ if (!Auth::getAuth()) { ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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@hilbert.suse.de