openSUSE Commits
Threads by month
- ----- 2024 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2023 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2022 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2021 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2020 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2019 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2018 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2017 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2016 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2015 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2014 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2013 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2012 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2011 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2010 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2009 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2008 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2007 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2006 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
August 2006
- 2 participants
- 1318 discussions
Hello community,
here is the log from the commit of package sarien
checked in at Wed Aug 30 23:34:32 CEST 2006.
--------
--- sarien/sarien.changes 2006-01-25 21:41:20.000000000 +0100
+++ sarien/sarien.changes 2006-08-30 19:08:45.000000000 +0200
@@ -1,0 +2,5 @@
+Wed Aug 30 19:08:06 CEST 2006 - sndirsch(a)suse.de
+
+- minor warning fix (Bug #202244)
+
+-------------------------------------------------------------------
New:
----
warnings.diff
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ sarien.spec ++++++
--- /var/tmp/diff_new_pack.4Zab8V/_old 2006-08-30 23:33:31.000000000 +0200
+++ /var/tmp/diff_new_pack.4Zab8V/_new 2006-08-30 23:33:31.000000000 +0200
@@ -1,11 +1,11 @@
#
# spec file for package sarien (Version 0.7.0)
#
-# Copyright (c) 2005 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
#
-# Please submit bugfixes or comments via http://www.suse.de/feedback/
+# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
# norootforbuild
@@ -17,10 +17,11 @@
Group: Amusements/Games/Other
Autoreqprov: on
Version: 0.7.0
-Release: 883
+Release: 897
Summary: Interpreter for Early Sierra On-Line Adventure Games
Source: %name-%version.tar.bz2
Patch: %name-%version.dif
+Patch1: warnings.diff
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
@@ -47,6 +48,7 @@
%prep
%setup -q
%patch
+%patch1
%build
rm -f config.cache
@@ -71,6 +73,8 @@
rm -rf $RPM_BUILD_ROOT
%changelog -n sarien
+* Wed Aug 30 2006 - sndirsch(a)suse.de
+- minor warning fix (Bug #202244)
* Wed Jan 25 2006 - mls(a)suse.de
- converted neededforbuild to BuildRequires
* Wed Jul 06 2005 - mmj(a)suse.de
++++++ warnings.diff ++++++
diff -u src/core.orig/menu.c src/core/menu.c
--- src/core.orig/menu.c 2006-08-30 19:06:19.000000000 +0200
+++ src/core/menu.c 2006-08-30 19:06:41.000000000 +0200
@@ -175,7 +175,7 @@
}
-static void new_menu_selected (i)
+static void new_menu_selected (int i)
{
show_pic ();
draw_menu_bar ();
diff -u src/core.orig/sprite.c src/core/sprite.c
--- src/core.orig/sprite.c 2006-08-30 19:06:19.000000000 +0200
+++ src/core/sprite.c 2006-08-30 19:06:58.000000000 +0200
@@ -712,7 +712,7 @@
* a message box with the object description.
* @param n Number of the object to show
*/
-void show_obj (n)
+void show_obj (int n)
{
struct view_cel *c;
struct sprite s;
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit+unsubscribe(a)opensuse.org
For additional commands, e-mail: opensuse-commit+help(a)opensuse.org
1
0
Hello community,
here is the log from the commit of package mod_mono
checked in at Wed Aug 30 23:28:37 CEST 2006.
--------
--- mod_mono/mod_mono.changes 2006-08-03 00:01:44.000000000 +0200
+++ mod_mono/mod_mono.changes 2006-08-30 19:24:16.000000000 +0200
@@ -1,0 +2,7 @@
+Wed Aug 30 19:23:34 CEST 2006 - wberrier(a)suse.de
+
+- Update to 1.1.17
+- Remove upstream patches
+- Added support for X.509 client certificates
+
+-------------------------------------------------------------------
Old:
----
mod_mono-1.1.16.1.tar.gz
mod_mono-apache222-63267.patch
mod_mono-cppflags-63272.patch
New:
----
mod_mono-1.1.17.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ mod_mono.spec ++++++
--- /var/tmp/diff_new_pack.zxxiWs/_old 2006-08-30 23:28:26.000000000 +0200
+++ /var/tmp/diff_new_pack.zxxiWs/_new 2006-08-30 23:28:26.000000000 +0200
@@ -1,5 +1,5 @@
#
-# spec file for package mod_mono (Version 1.1.16.1)
+# spec file for package mod_mono (Version 1.1.17)
#
# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
@@ -20,12 +20,10 @@
Group: Productivity/Networking/Web/Servers
Autoreqprov: on
Requires: gnome-filesystem xsp
-Version: 1.1.16.1
+Version: 1.1.17
Release: 1
Summary: Run ASP.NET Pages on Unix with Apache and Mono
Source: %{name}-%{version}.tar.gz
-Patch0: mod_mono-apache222-63267.patch
-Patch1: mod_mono-cppflags-63272.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
@@ -36,8 +34,6 @@
%prep
%setup
-%patch0
-%patch1
%build
# Necessary when building with apr 1.2.x instead of the apr that comes with httpd
@@ -65,6 +61,10 @@
%{prefix}/share/man/man8/mod_mono.8.gz
%changelog -n mod_mono
+* Wed Aug 30 2006 - wberrier(a)suse.de
+- Update to 1.1.17
+- Remove upstream patches
+- Added support for X.509 client certificates
* Tue Aug 01 2006 - wberrier(a)suse.de
- Added some patches to build against apache 2.2.2
- Removed xsp from build deps
++++++ mod_mono-1.1.16.1.tar.gz -> mod_mono-1.1.17.tar.gz ++++++
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/mod_mono-1.1.16.1/ChangeLog new/mod_mono-1.1.17/ChangeLog
--- old/mod_mono-1.1.16.1/ChangeLog 2006-07-20 09:49:48.000000000 +0200
+++ new/mod_mono-1.1.17/ChangeLog 2006-08-30 17:05:42.000000000 +0200
@@ -1,3 +1,25 @@
+2006-08-18 Gonzalo Paniagua Javier <gonzalo(a)ximian.com>
+
+ * man/mod_mono.8.in:
+ * src/mod_mono.[ch]: From now on, we run the mod-mono-server or
+ mod-mono-server2 script instead of running mono directly. This is
+ needed after the latest changes in the runtime that will make
+ ShadowCopyFiles possible.
+
+2006-08-03 Sebastien Pouliot <sebastien(a)ximian.com>
+
+ * man/mod_mono.8.in: Add documentation about MOD_MONO_CCV variable
+ used to control the validation of X.509 client certificates.
+
+2006-08-02 Wade Berrier <wberrier(a)novell.com>
+
+ * configure.in: Make sure CPPFLAGS get propogated
+
+2006-08-02 Gonzalo Paniagua Javier <gonzalo(a)ximian.com>
+
+ * configure.in: make it work with the latest and greates apache 2.2.3
+ and simplified.
+
2006-07-20 Gonzalo Paniagua Javier <gonzalo(a)ximian.com>
* src/mod_mono.c: when using autoapplications, pass all the options that
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/mod_mono-1.1.16.1/INSTALL new/mod_mono-1.1.17/INSTALL
--- old/mod_mono-1.1.16.1/INSTALL 2006-04-07 22:35:35.000000000 +0200
+++ new/mod_mono-1.1.17/INSTALL 2006-08-30 17:05:42.000000000 +0200
@@ -10,9 +10,8 @@
-Tip: If mono was not installed in /usr
* APPENDIX A: Typical configuration without virtual hosts
- * APPENDIX B: Configuration directives for mod_mono
- * APPENDIX C: Webapp file format
- * APPENDIX D: More information
+ * APPENDIX B: Webapp file format
+ * APPENDIX C: More information
* CREDITS
@@ -198,120 +197,7 @@
but this will make PathInfo unusable.
-APPENDIX B: Configuration directives for mod_mono
----------------------------------------------------
-
- For the default values that have a path beginning with /usr, replace
- that /usr with your installation prefix if you installed elsewhere.
-
- These are the directives supported under both apache 1.3 and 2.0. All
- of them but MonoSetServerAlias accept an optional first argument that
- is the mod-mono-server instance alias for which the directive applies.
- If only one argument is provided for them, it will apply to the
- 'default' mod-mono-server instance. Refer to the monodoc documentation
- on configuring mod_mono for more examples.
-
-
- MonoUnixSocket
-
- It accepts a file name as argument. That file will be a named pipe
- used to send/receive data from/to mod_mono to/from mod-mono-server.
- Default value: "/tmp/mod_mono_server".
-
- MonoRunXSP
-
- If the value is True, it tells mod_mono to spawn mod-mono-server.exe
- if it's not already running. If set to 'false', the rest of
- directives are useless.
- Default value: True
-
- MonoExecutablePath
-
- The full path to mono executable.
- Default value: "/usr/bin/mono"
-
- MonoPath
-
- This value will be used to set the MONO_PATH environment variable.
- Default value: ""
-
- MonoServerPath
-
- The full path to mod-mono-server.exe.
- Default value: "/usr/bin/mod-mono-server.exe"
-
- MonoWapiDir
-
- The directory where mono runtime will create the ".wapi" directory
- used to emulate windows I/O. It's used to set MONO_SHARED_DIR.
- Default value: "/tmp"
-
- MonoDocumentRootDir
-
- Value passed in --root argument when running mod-mono-server. This
- tells mod-mono-server to change the directory to the value specified
- before doing anything else.
-
- MonoMaxCPUTime
-
- If MonoRunXSP is True, CPU time limit in seconds allowed for the
- spawned mono process. Beyond that, it will be restarted. If this
- capability is not available on your system, the directive will be
- ignored.
- Default value: system default
-
- MonoMaxMemory
-
- If MonoRunXSP is True, the maximum size of the process's data
- segment (data size) in bytes allowed for the spawned mono process.
- It will be restarted when the limit is reached. If this capability
- is not available on your system, the directive will be ignored.
- Default value: system default
-
- MonoApplications
-
- This value will be passed to mod-mono-server.exe in the
- --applications option. See xsp(1) manual page for details.
-
- AddMonoApplications
-
- Same as MonoApplications, but the alias argument is mandatory.
-
- MonoApplicationsConfigFile
-
- Adds application definitions from the XML configuration file.
- See Appendix C for details on the file format.
- Default value: ""
-
- MonoApplicationsConfigDir
-
- Adds application definitions from all XML files found in the
- specified directory DIR. Files must have '.webapp' extension.
- Default value: config/mod-mono-applications
-
- Note that you must specify at least one of MonoApplications,
- MonoApplicationsConfigFile and MonoApplicationsConfigDir.
-
- MonoDebug
-
- Runs mono in debug mode, which produces stack traces with line
- numbers.
- Default value: false
-
- MonoSetServerAlias
-
- Takes a server alias name. This is to be used inside <Directory> or
- <Location>.
- Default value: 'default' if the directive is not used.
-
- MonoSetEnv
-
- Takes a string of 'name=value' pairs separated by semicolons. For
- each pair, it calls setenv (name, value) before running
- mod-mono-server.
-
-
-APPENDIX C: Webapp file format
+APPENDIX B: Webapp file format
---------------------------------
The format of the .webapp files is:
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/mod_mono-1.1.16.1/configure new/mod_mono-1.1.17/configure
--- old/mod_mono-1.1.16.1/configure 2006-07-20 09:50:00.000000000 +0200
+++ new/mod_mono-1.1.17/configure 2006-08-30 17:05:54.000000000 +0200
@@ -1817,7 +1817,7 @@
# Define the identity of the package.
PACKAGE=mod_mono
- VERSION=1.1.16.1
+ VERSION=1.1.17
cat >>confdefs.h <<_ACEOF
@@ -21069,8 +21069,6 @@
# check for --with-apxs
-echo "$as_me:$LINENO: checking for --with-apxs" >&5
-echo $ECHO_N "checking for --with-apxs... $ECHO_C" >&6
# Check whether --with-apxs or --without-apxs was given.
if test "${with_apxs+set}" = set; then
@@ -21078,8 +21076,6 @@
if test -x "$withval"
then
- echo "$as_me:$LINENO: result: $withval executable, good" >&5
-echo "${ECHO_T}$withval executable, good" >&6
APXS=$withval
else
echo
@@ -21088,16 +21084,11 @@
{ (exit 1); exit 1; }; }
fi
-else
- echo "$as_me:$LINENO: result: no" >&5
-echo "${ECHO_T}no" >&6
fi;
# check for --with-apr-config
# apr-config - at least in debian apr include directory is different
APR_INCLUDES=""
-echo "$as_me:$LINENO: checking for --with-apr-config" >&5
-echo $ECHO_N "checking for --with-apr-config... $ECHO_C" >&6
# Check whether --with-apr-config or --without-apr-config was given.
if test "${with_apr_config+set}" = set; then
@@ -21119,91 +21110,46 @@
fi
fi
-else
- echo "$as_me:$LINENO: result: not specified" >&5
-echo "${ECHO_T}not specified" >&6
fi;
-# if no apxs found yet, check /usr/local/apache/sbin
-# since it's the default Apache location
-if test -z "$APXS"; then
- echo "$as_me:$LINENO: checking for apxs2 in /usr/local/apache/sbin" >&5
-echo $ECHO_N "checking for apxs2 in /usr/local/apache/sbin... $ECHO_C" >&6
- if test -x /usr/local/apache/sbin/apxs2; then
- APXS=/usr/local/apache/sbin/apxs2
- echo "$as_me:$LINENO: result: found, we'll use this. Use --with-apxs to specify another." >&5
-echo "${ECHO_T}found, we'll use this. Use --with-apxs to specify another." >&6
- else
- echo "$as_me:$LINENO: result: no" >&5
-echo "${ECHO_T}no" >&6
- fi
-fi
-
-if test -z "$APXS"; then
- echo "$as_me:$LINENO: checking for apxs in /usr/local/apache/sbin" >&5
-echo $ECHO_N "checking for apxs in /usr/local/apache/sbin... $ECHO_C" >&6
- if test -x /usr/local/apache/sbin/apxs; then
- APXS=/usr/local/apache/sbin/apxs
- echo "$as_me:$LINENO: result: found, we'll use this. Use --with-apxs to specify another." >&5
-echo "${ECHO_T}found, we'll use this. Use --with-apxs to specify another." >&6
- else
- echo "$as_me:$LINENO: result: no" >&5
-echo "${ECHO_T}no" >&6
- fi
-fi
-
if test -z "$APXS"; then
- echo "$as_me:$LINENO: checking for apxs2 in /usr/local/apache2/bin" >&5
-echo $ECHO_N "checking for apxs2 in /usr/local/apache2/bin... $ECHO_C" >&6
- if test -x /usr/local/apache/bin/apxs2; then
- APXS=/usr/local/apache/bin/apxs2
- echo "$as_me:$LINENO: result: found, we'll use this. Use --with-apxs to specify another." >&5
-echo "${ECHO_T}found, we'll use this. Use --with-apxs to specify another." >&6
- else
- echo "$as_me:$LINENO: result: no" >&5
+ for mydir in /usr/local/apache2/sbin \
+ /usr/local/apache2/bin \
+ /usr/local/apache/sbin \
+ /usr/local/apache/bin \
+ /usr/sbin \
+ /usr/bin
+ do
+ echo "$as_me:$LINENO: checking for apxs2 in $mydir" >&5
+echo $ECHO_N "checking for apxs2 in $mydir... $ECHO_C" >&6
+ A1="$mydir/apxs2"
+ if test -x "$A1" ; then
+ APXS="$A1"
+ echo "$as_me:$LINENO: result: $APXS" >&5
+echo "${ECHO_T}$APXS" >&6
+ break
+ else
+ echo "$as_me:$LINENO: result: no" >&5
echo "${ECHO_T}no" >&6
- fi
-fi
+ fi
-if test -z "$APXS"; then
- echo "$as_me:$LINENO: checking for apxs in /usr/local/apache2/bin" >&5
-echo $ECHO_N "checking for apxs in /usr/local/apache2/bin... $ECHO_C" >&6
- if test -x /usr/local/apache2/bin/apxs; then
- APXS=/usr/local/apache2/bin/apxs
- echo "$as_me:$LINENO: result: found, we'll use this. Use --with-apxs to specify another." >&5
-echo "${ECHO_T}found, we'll use this. Use --with-apxs to specify another." >&6
- else
- echo "$as_me:$LINENO: result: no" >&5
+ echo "$as_me:$LINENO: checking for apxs in $mydir" >&5
+echo $ECHO_N "checking for apxs in $mydir... $ECHO_C" >&6
+ A2="$mydir/apxs"
+ if test -x "$A2" ; then
+ APXS="$A2"
+ echo "$as_me:$LINENO: result: $APXS" >&5
+echo "${ECHO_T}$APXS" >&6
+ break
+ else
+ echo "$as_me:$LINENO: result: no" >&5
echo "${ECHO_T}no" >&6
- fi
-fi
+ fi
-if test -z "$APXS"; then
- echo "$as_me:$LINENO: checking for apxs2 in /usr/sbin" >&5
-echo $ECHO_N "checking for apxs2 in /usr/sbin... $ECHO_C" >&6
- if test -x /usr/sbin/apxs2; then
- APXS=/usr/sbin/apxs2
- echo "$as_me:$LINENO: result: found, we'll use this. Use --with-apxs to specify another." >&5
-echo "${ECHO_T}found, we'll use this. Use --with-apxs to specify another." >&6
- else
- echo "$as_me:$LINENO: result: no" >&5
-echo "${ECHO_T}no" >&6
- fi
+ done
fi
-if test -z "$APXS"; then
- echo "$as_me:$LINENO: checking for apxs in /usr/sbin" >&5
-echo $ECHO_N "checking for apxs in /usr/sbin... $ECHO_C" >&6
- if test -x /usr/sbin/apxs; then
- APXS=/usr/sbin/apxs
- echo "$as_me:$LINENO: result: found, we'll use this. Use --with-apxs to specify another." >&5
-echo "${ECHO_T}found, we'll use this. Use --with-apxs to specify another." >&6
- else
- echo "$as_me:$LINENO: result: no" >&5
-echo "${ECHO_T}no" >&6
- fi
-fi
-# last resort
+# last resort 1
if test -z "$APXS"; then
# Extract the first word of "apxs2", so it can be a program name with args.
set dummy apxs2; ac_word=$2
@@ -21246,6 +21192,7 @@
fi
+# last resort 2
if test -z "$APXS"; then
# Extract the first word of "apxs", so it can be a program name with args.
set dummy apxs; ac_word=$2
@@ -21294,27 +21241,144 @@
{ (exit 1); exit 1; }; }
fi
-# determine LIBEXEC
-echo "$as_me:$LINENO: checking for Apache libexec directory" >&5
-echo $ECHO_N "checking for Apache libexec directory... $ECHO_C" >&6
-APXS_LIBEXECDIR=`${APXS} -q LIBEXECDIR`
-echo "$as_me:$LINENO: result: $APXS_LIBEXECDIR" >&5
-echo "${ECHO_T}$APXS_LIBEXECDIR" >&6
+if test -z "$APRCONFIG"; then
+ for mydir in `dirname ${APXS}` \
+ /usr/local/apache2/sbin \
+ /usr/local/apache2/bin \
+ /usr/local/apache/sbin \
+ /usr/local/apache/bin \
+ /usr/sbin \
+ /usr/bin
+ do
+ echo "$as_me:$LINENO: checking for apr-1-config in $mydir" >&5
+echo $ECHO_N "checking for apr-1-config in $mydir... $ECHO_C" >&6
+ A1="$mydir/apr-1-config"
+ if test -x "$A1" ; then
+ APRCONFIG="$A1"
+ echo "$as_me:$LINENO: result: found." >&5
+echo "${ECHO_T}found." >&6
+ break
+ else
+ echo "$as_me:$LINENO: result: no" >&5
+echo "${ECHO_T}no" >&6
+ fi
-echo "$as_me:$LINENO: checking for Apache sysconf directory" >&5
-echo $ECHO_N "checking for Apache sysconf directory... $ECHO_C" >&6
-APXS_SYSCONFDIR=`${APXS} -q SYSCONFDIR`
-echo "$as_me:$LINENO: result: $APXS_SYSCONFDIR" >&5
-echo "${ECHO_T}$APXS_SYSCONFDIR" >&6
-# determine INCLUDES
+ echo "$as_me:$LINENO: checking for apr-config in $mydir" >&5
+echo $ECHO_N "checking for apr-config in $mydir... $ECHO_C" >&6
+ A2="$mydir/apr-config"
+ if test -x "$A2" ; then
+ APRCONFIG="$A2"
+ echo "$as_me:$LINENO: result: found." >&5
+echo "${ECHO_T}found." >&6
+ break
+ else
+ echo "$as_me:$LINENO: result: no" >&5
+echo "${ECHO_T}no" >&6
+ fi
+
+ done
+fi
-echo "$as_me:$LINENO: checking for Apache include directory" >&5
-echo $ECHO_N "checking for Apache include directory... $ECHO_C" >&6
+# last resort 1
+if test -z "$APRCONFIG"; then
+ # Extract the first word of "apr-1-config", so it can be a program name with args.
+set dummy apr-1-config; ac_word=$2
+echo "$as_me:$LINENO: checking for $ac_word" >&5
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
+if test "${ac_cv_path_APRCONFIG+set}" = set; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+else
+ case $APRCONFIG in
+ [\\/]* | ?:[\\/]*)
+ ac_cv_path_APRCONFIG="$APRCONFIG" # Let the user override the test with a path.
+ ;;
+ *)
+ as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+for as_dir in $PATH
+do
+ IFS=$as_save_IFS
+ test -z "$as_dir" && as_dir=.
+ for ac_exec_ext in '' $ac_executable_extensions; do
+ if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
+ ac_cv_path_APRCONFIG="$as_dir/$ac_word$ac_exec_ext"
+ echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
+ break 2
+ fi
+done
+done
+
+ ;;
+esac
+fi
+APRCONFIG=$ac_cv_path_APRCONFIG
+
+if test -n "$APRCONFIG"; then
+ echo "$as_me:$LINENO: result: $APRCONFIG" >&5
+echo "${ECHO_T}$APRCONFIG" >&6
+else
+ echo "$as_me:$LINENO: result: no" >&5
+echo "${ECHO_T}no" >&6
+fi
+
+fi
+
+# last resort 2
+if test -z "$APRCONFIG"; then
+ # Extract the first word of "apr-config", so it can be a program name with args.
+set dummy apr-config; ac_word=$2
+echo "$as_me:$LINENO: checking for $ac_word" >&5
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
+if test "${ac_cv_path_APRCONFIG+set}" = set; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+else
+ case $APRCONFIG in
+ [\\/]* | ?:[\\/]*)
+ ac_cv_path_APRCONFIG="$APRCONFIG" # Let the user override the test with a path.
+ ;;
+ *)
+ as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+for as_dir in $PATH
+do
+ IFS=$as_save_IFS
+ test -z "$as_dir" && as_dir=.
+ for ac_exec_ext in '' $ac_executable_extensions; do
+ if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
+ ac_cv_path_APRCONFIG="$as_dir/$ac_word$ac_exec_ext"
+ echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
+ break 2
+ fi
+done
+done
+
+ ;;
+esac
+fi
+APRCONFIG=$ac_cv_path_APRCONFIG
+
+if test -n "$APRCONFIG"; then
+ echo "$as_me:$LINENO: result: $APRCONFIG" >&5
+echo "${ECHO_T}$APRCONFIG" >&6
+else
+ echo "$as_me:$LINENO: result: no" >&5
+echo "${ECHO_T}no" >&6
+fi
+
+fi
+
+APXS_LIBEXECDIR=`${APXS} -q LIBEXECDIR`
+APXS_SYSCONFDIR=`${APXS} -q SYSCONFDIR`
AP_INCLUDES="-I`${APXS} -q INCLUDEDIR`"
-echo "$as_me:$LINENO: result: $AP_INCLUDES" >&5
-echo "${ECHO_T}$AP_INCLUDES" >&6
-CFLAGS="$CFLAGS $AP_INCLUDES"
+CFLAGS="$CFLAGS $AP_INCLUDES"
+CFLAGS="$CFLAGS `$APXS -q CFLAGS`"
+CFLAGS="$CFLAGS `$APXS -q EXTRA_CFLAGS`"
+CPPFLAGS="$CPPFLAGS $AP_INCLUDES"
+CPPFLAGS="$CPPFLAGS $CFLAGS `$APXS -q EXTRA_CPPFLAGS`"
+CPPFLAGS="$CPPFLAGS $CFLAGS `$APXS -q CPPFLAGS`"
+if test -x "$APRCONFIG" ; then
+ CFLAGS="$CFLAGS `$APRCONFIG --includes --cflags`"
+ CPPFLAGS="$CFLAGS $CPPFLAGS `$APRCONFIG --includes --cflags --cppflags`"
+fi
echo "$as_me:$LINENO: checking Apache version" >&5
echo $ECHO_N "checking Apache version... $ECHO_C" >&6
cat >conftest.$ac_ext <<_ACEOF
@@ -21461,7 +21525,6 @@
(exit $ac_status); }; }; then
APACHE_VER=2.2
- APRCONFIG_NAME=apr-1-config
else
echo "$as_me: program exited with status $ac_status" >&5
@@ -21470,7 +21533,6 @@
( exit $ac_status )
- APRCONFIG_NAME=apr-config
fi
rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
@@ -21482,122 +21544,8 @@
echo "$as_me:$LINENO: result: ${APACHE_VER}" >&5
echo "${ECHO_T}${APACHE_VER}" >&6
fi
-if test ! "$APACHE_VER" = "1.3" -a -z "$APRCONFIG" ; then
- A_DIR=`dirname ${APXS}`
- echo "$as_me:$LINENO: checking for ${APRCONFIG_NAME} in ${A_DIR}" >&5
-echo $ECHO_N "checking for ${APRCONFIG_NAME} in ${A_DIR}... $ECHO_C" >&6
- APRCONFIG=`dirname ${APXS}`/${APRCONFIG_NAME}
- if test -x $APRCONFIG ; then
- echo "$as_me:$LINENO: result: found. We'll use this. Use --with-apr-config to specify another." >&5
-echo "${ECHO_T}found. We'll use this. Use --with-apr-config to specify another." >&6
- else
- echo "$as_me:$LINENO: result: no" >&5
-echo "${ECHO_T}no" >&6
- APRCONFIG=""
- fi
-fi
-
-if test ! "$APACHE_VER" = "1.3" -a -z "$APRCONFIG"; then
- echo "$as_me:$LINENO: checking for ${APRCONFIG_NAME} in /usr/local/apache/sbin" >&5
-echo $ECHO_N "checking for ${APRCONFIG_NAME} in /usr/local/apache/sbin... $ECHO_C" >&6
- if test -x /usr/local/apache/sbin/${APRCONFIG_NAME}; then
- APRCONFIG=/usr/local/apache/sbin/${APRCONFIG_NAME}
- echo "$as_me:$LINENO: result: found, we'll use this. Use --with-apr-config to specify another." >&5
-echo "${ECHO_T}found, we'll use this. Use --with-apr-config to specify another." >&6
- else
- echo "$as_me:$LINENO: result: no" >&5
-echo "${ECHO_T}no" >&6
- APRCONFIG=""
- fi
-fi
-
-if test ! "$APACHE_VER" = "1.3" -a -z "$APRCONFIG"; then
- echo "$as_me:$LINENO: checking for ${APRCONFIG_NAME} in /usr/local/apache2/bin" >&5
-echo $ECHO_N "checking for ${APRCONFIG_NAME} in /usr/local/apache2/bin... $ECHO_C" >&6
- if test -x /usr/local/apache2/bin/${APRCONFIG_NAME}; then
- APRCONFIG=/usr/local/apache2/bin/${APRCONFIG_NAME}
- echo "$as_me:$LINENO: result: found, we'll use this. Use --with-apr-config to specify another." >&5
-echo "${ECHO_T}found, we'll use this. Use --with-apr-config to specify another." >&6
- else
- echo "$as_me:$LINENO: result: no" >&5
-echo "${ECHO_T}no" >&6
- APRCONFIG=""
- fi
-fi
-
-if test ! "$APACHE_VER" = "1.3" -a -z "$APRCONFIG"; then
- echo "$as_me:$LINENO: checking for ${APRCONFIG_NAME} in /usr/sbin" >&5
-echo $ECHO_N "checking for ${APRCONFIG_NAME} in /usr/sbin... $ECHO_C" >&6
- if test -x /usr/sbin/${APRCONFIG_NAME}; then
- APRCONFIG=/usr/sbin/${APRCONFIG_NAME}
- echo "$as_me:$LINENO: result: found, we'll use this. Use --with-apr-config to specify another." >&5
-echo "${ECHO_T}found, we'll use this. Use --with-apr-config to specify another." >&6
- else
- echo "$as_me:$LINENO: result: no" >&5
-echo "${ECHO_T}no" >&6
- APRCONFIG=""
- fi
-fi
-
-if test ! "$APACHE_VER" = "1.3" -a -z "$APRCONFIG"; then
- echo "$as_me:$LINENO: checking for ${APRCONFIG_NAME} in /usr/bin" >&5
-echo $ECHO_N "checking for ${APRCONFIG_NAME} in /usr/bin... $ECHO_C" >&6
- if test -x /usr/bin/${APRCONFIG_NAME}; then
- APRCONFIG=/usr/bin/${APRCONFIG_NAME}
- echo "$as_me:$LINENO: result: found, we'll use this. Use --with-apr-config to specify another." >&5
-echo "${ECHO_T}found, we'll use this. Use --with-apr-config to specify another." >&6
- else
- echo "$as_me:$LINENO: result: no" >&5
-echo "${ECHO_T}no" >&6
- APRCONFIG=""
- fi
-fi
-
-if test ! "$APACHE_VER" = "1.3" -a -z "$APRCONFIG"; then
- # Extract the first word of "${APRCONFIG_NAME}", so it can be a program name with args.
-set dummy ${APRCONFIG_NAME}; ac_word=$2
-echo "$as_me:$LINENO: checking for $ac_word" >&5
-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
-if test "${ac_cv_path_APRCONFIG+set}" = set; then
- echo $ECHO_N "(cached) $ECHO_C" >&6
-else
- case $APRCONFIG in
- [\\/]* | ?:[\\/]*)
- ac_cv_path_APRCONFIG="$APRCONFIG" # Let the user override the test with a path.
- ;;
- *)
- as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
-for as_dir in $PATH
-do
- IFS=$as_save_IFS
- test -z "$as_dir" && as_dir=.
- for ac_exec_ext in '' $ac_executable_extensions; do
- if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
- ac_cv_path_APRCONFIG="$as_dir/$ac_word$ac_exec_ext"
- echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
- break 2
- fi
-done
-done
-
- ;;
-esac
-fi
-APRCONFIG=$ac_cv_path_APRCONFIG
-
-if test -n "$APRCONFIG"; then
- echo "$as_me:$LINENO: result: $APRCONFIG" >&5
-echo "${ECHO_T}$APRCONFIG" >&6
-else
- echo "$as_me:$LINENO: result: no" >&5
-echo "${ECHO_T}no" >&6
-fi
-
-fi
-
# Try apr-config, probably 1.3
if test "$APACHE_VER" = "retry" -a -x "$APRCONFIG"; then
- CFLAGS="$CFLAGS `$APRCONFIG --includes --cflags`"
cat >conftest.$ac_ext <<_ACEOF
/* confdefs.h. */
_ACEOF
@@ -21665,10 +21613,6 @@
echo "${ECHO_T}$APACHE_VER" >&6
fi
-if test ! "$APACHE_VER" = "1.3" -a -x "$APRCONFIG"; then
- CFLAGS="$CFLAGS `$APRCONFIG --includes --cflags`"
-fi
-
# Extract the first word of "pkg-config", so it can be a program name with args.
set dummy pkg-config; ac_word=$2
echo "$as_me:$LINENO: checking for $ac_word" >&5
@@ -21759,8 +21703,6 @@
fi
# check for --with-mono-default-config-dir
-echo "$as_me:$LINENO: checking for --with-mono-default-config-dir" >&5
-echo $ECHO_N "checking for --with-mono-default-config-dir... $ECHO_C" >&6
DFLT_MONO_CONFIG_DIR=`$APXS -q SYSCONFDIR`/mod-mono-applications
# Check whether --with-mono-default-config-dir or --without-mono-default-config-dir was given.
@@ -21777,9 +21719,6 @@
echo "${ECHO_T}$DFLT_MONO_CONFIG_DIR" >&6
fi
-else
- echo "$as_me:$LINENO: result: $DFLT_MONO_CONFIG_DIR" >&5
-echo "${ECHO_T}$DFLT_MONO_CONFIG_DIR" >&6
fi;
if test ! "$APACHE_VER" = "1.3" ; then
@@ -21873,8 +21812,6 @@
if test x$MONO_PREFIX = "x" ; then
MONO_PREFIX=$prefix
fi
-echo "$as_me:$LINENO: checking for mono installation prefix" >&5
-echo $ECHO_N "checking for mono installation prefix... $ECHO_C" >&6
# Check whether --with-mono-prefix or --without-mono-prefix was given.
if test "${with_mono_prefix+set}" = set; then
@@ -21893,18 +21830,12 @@
if test "$MONO_PREFIX" = NONE ; then
MONO_PREFIX=$ac_default_prefix
fi
-echo "$as_me:$LINENO: result: $MONO_PREFIX" >&5
-echo "${ECHO_T}$MONO_PREFIX" >&6
cat >>confdefs.h <<_ACEOF
#define MONO_PREFIX "$MONO_PREFIX"
_ACEOF
-CPPFLAGS="$CPPFLAGS $CFLAGS `$APXS -q EXTRA_CPPFLAGS`"
-CPPFLAGS="$CPPFLAGS $CFLAGS `$APXS -q CPPFLAGS`"
-CFLAGS="$CFLAGS `$APXS -q CFLAGS`"
-CFLAGS="$CFLAGS `$APXS -q EXTRA_CFLAGS`"
echo "$as_me:$LINENO: checking for http_protocol.h" >&5
echo $ECHO_N "checking for http_protocol.h... $ECHO_C" >&6
if test "${ac_cv_header_http_protocol_h+set}" = set; then
@@ -21973,6 +21904,7 @@
+
ac_config_files="$ac_config_files Makefile mod_mono.conf src/Makefile man/mod_mono.8 man/Makefile"
cat >confcache <<\_ACEOF
# This file is a shell script that caches the results of configure
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/mod_mono-1.1.16.1/configure.in new/mod_mono-1.1.17/configure.in
--- old/mod_mono-1.1.16.1/configure.in 2006-07-20 09:49:48.000000000 +0200
+++ new/mod_mono-1.1.17/configure.in 2006-08-30 17:05:42.000000000 +0200
@@ -1,5 +1,5 @@
AC_INIT(src/mod_mono.c)
-AM_INIT_AUTOMAKE(mod_mono, 1.1.16.1)
+AM_INIT_AUTOMAKE(mod_mono, 1.1.17)
AM_CONFIG_HEADER(include/mod_mono_config.h:config.in)
AC_PROG_CC
@@ -47,24 +47,20 @@
dnl AC_MSG_RESULT($enable_old_module)
# check for --with-apxs
-AC_MSG_CHECKING(for --with-apxs)
AC_ARG_WITH(apxs, [ --with-apxs=PATH Path to apxs],
[
if test -x "$withval"
then
- AC_MSG_RESULT([$withval executable, good])
APXS=$withval
else
echo
AC_MSG_ERROR([$withval not found or not executable])
fi
-],
-AC_MSG_RESULT(no))
+],)
# check for --with-apr-config
# apr-config - at least in debian apr include directory is different
APR_INCLUDES=""
-AC_MSG_CHECKING(for --with-apr-config)
AC_ARG_WITH(apr-config,
[ --with-apr-config=PATH Path to apr-config (apache 2.0). You may use
this option when apr-config is not in the same
@@ -84,75 +80,45 @@
AC_MSG_ERROR([$withval not found or not executable])
fi
fi
-],
-AC_MSG_RESULT(not specified))
+],)
-# if no apxs found yet, check /usr/local/apache/sbin
-# since it's the default Apache location
if test -z "$APXS"; then
- AC_MSG_CHECKING(for apxs2 in /usr/local/apache/sbin)
- if test -x /usr/local/apache/sbin/apxs2; then
- APXS=/usr/local/apache/sbin/apxs2
- AC_MSG_RESULT([found, we'll use this. Use --with-apxs to specify another.])
- else
- AC_MSG_RESULT(no)
- fi
-fi
-
-if test -z "$APXS"; then
- AC_MSG_CHECKING(for apxs in /usr/local/apache/sbin)
- if test -x /usr/local/apache/sbin/apxs; then
- APXS=/usr/local/apache/sbin/apxs
- AC_MSG_RESULT([found, we'll use this. Use --with-apxs to specify another.])
- else
- AC_MSG_RESULT(no)
- fi
-fi
+ for mydir in /usr/local/apache2/sbin \
+ /usr/local/apache2/bin \
+ /usr/local/apache/sbin \
+ /usr/local/apache/bin \
+ /usr/sbin \
+ /usr/bin
+ do
+ AC_MSG_CHECKING(for apxs2 in $mydir)
+ A1="$mydir/apxs2"
+ if test -x "$A1" ; then
+ APXS="$A1"
+ AC_MSG_RESULT($APXS)
+ break
+ else
+ AC_MSG_RESULT(no)
+ fi
+
+ AC_MSG_CHECKING(for apxs in $mydir)
+ A2="$mydir/apxs"
+ if test -x "$A2" ; then
+ APXS="$A2"
+ AC_MSG_RESULT($APXS)
+ break
+ else
+ AC_MSG_RESULT(no)
+ fi
-if test -z "$APXS"; then
- AC_MSG_CHECKING(for apxs2 in /usr/local/apache2/bin)
- if test -x /usr/local/apache/bin/apxs2; then
- APXS=/usr/local/apache/bin/apxs2
- AC_MSG_RESULT([found, we'll use this. Use --with-apxs to specify another.])
- else
- AC_MSG_RESULT(no)
- fi
+ done
fi
-if test -z "$APXS"; then
- AC_MSG_CHECKING(for apxs in /usr/local/apache2/bin)
- if test -x /usr/local/apache2/bin/apxs; then
- APXS=/usr/local/apache2/bin/apxs
- AC_MSG_RESULT([found, we'll use this. Use --with-apxs to specify another.])
- else
- AC_MSG_RESULT(no)
- fi
-fi
-
-if test -z "$APXS"; then
- AC_MSG_CHECKING(for apxs2 in /usr/sbin)
- if test -x /usr/sbin/apxs2; then
- APXS=/usr/sbin/apxs2
- AC_MSG_RESULT([found, we'll use this. Use --with-apxs to specify another.])
- else
- AC_MSG_RESULT(no)
- fi
-fi
-
-if test -z "$APXS"; then
- AC_MSG_CHECKING(for apxs in /usr/sbin)
- if test -x /usr/sbin/apxs; then
- APXS=/usr/sbin/apxs
- AC_MSG_RESULT([found, we'll use this. Use --with-apxs to specify another.])
- else
- AC_MSG_RESULT(no)
- fi
-fi
-# last resort
+# last resort 1
if test -z "$APXS"; then
AC_PATH_PROG(APXS, apxs2)
fi
+# last resort 2
if test -z "$APXS"; then
AC_PATH_PROG(APXS, apxs)
fi
@@ -161,21 +127,62 @@
AC_MSG_ERROR([**** apxs was not found, DSO compilation will not be available.])
fi
-# determine LIBEXEC
-AC_MSG_CHECKING(for Apache libexec directory)
-APXS_LIBEXECDIR=`${APXS} -q LIBEXECDIR`
-AC_MSG_RESULT($APXS_LIBEXECDIR)
+if test -z "$APRCONFIG"; then
+ for mydir in `dirname ${APXS}` \
+ /usr/local/apache2/sbin \
+ /usr/local/apache2/bin \
+ /usr/local/apache/sbin \
+ /usr/local/apache/bin \
+ /usr/sbin \
+ /usr/bin
+ do
+ AC_MSG_CHECKING(for apr-1-config in $mydir)
+ A1="$mydir/apr-1-config"
+ if test -x "$A1" ; then
+ APRCONFIG="$A1"
+ AC_MSG_RESULT(found.)
+ break
+ else
+ AC_MSG_RESULT(no)
+ fi
+
+ AC_MSG_CHECKING(for apr-config in $mydir)
+ A2="$mydir/apr-config"
+ if test -x "$A2" ; then
+ APRCONFIG="$A2"
+ AC_MSG_RESULT(found.)
+ break
+ else
+ AC_MSG_RESULT(no)
+ fi
+
+ done
+fi
+
+# last resort 1
+if test -z "$APRCONFIG"; then
+ AC_PATH_PROG(APRCONFIG, apr-1-config)
+fi
+
+# last resort 2
+if test -z "$APRCONFIG"; then
+ AC_PATH_PROG(APRCONFIG, apr-config)
+fi
-AC_MSG_CHECKING(for Apache sysconf directory)
+APXS_LIBEXECDIR=`${APXS} -q LIBEXECDIR`
APXS_SYSCONFDIR=`${APXS} -q SYSCONFDIR`
-AC_MSG_RESULT($APXS_SYSCONFDIR)
-# determine INCLUDES
-
-AC_MSG_CHECKING([for Apache include directory])
AP_INCLUDES="-I`${APXS} -q INCLUDEDIR`"
-AC_MSG_RESULT($AP_INCLUDES)
-CFLAGS="$CFLAGS $AP_INCLUDES"
+CFLAGS="$CFLAGS $AP_INCLUDES"
+CFLAGS="$CFLAGS `$APXS -q CFLAGS`"
+CFLAGS="$CFLAGS `$APXS -q EXTRA_CFLAGS`"
+CPPFLAGS="$CPPFLAGS $AP_INCLUDES"
+CPPFLAGS="$CPPFLAGS $CFLAGS `$APXS -q EXTRA_CPPFLAGS`"
+CPPFLAGS="$CPPFLAGS $CFLAGS `$APXS -q CPPFLAGS`"
+if test -x "$APRCONFIG" ; then
+ CFLAGS="$CFLAGS `$APRCONFIG --includes --cflags`"
+ CPPFLAGS="$CFLAGS $CPPFLAGS `$APRCONFIG --includes --cflags --cppflags`"
+fi
AC_MSG_CHECKING([Apache version])
AC_TRY_COMPILE([
#include <ap_release.h>
@@ -207,9 +214,7 @@
}
], [
APACHE_VER=2.2
- APRCONFIG_NAME=apr-1-config
], [
- APRCONFIG_NAME=apr-config
])
fi
@@ -217,69 +222,8 @@
if test ! "$APACHE_VER" = "1.3" -a ! "$APACHE_VER" = "retry" ; then
AC_MSG_RESULT(${APACHE_VER})
fi
-if test ! "$APACHE_VER" = "1.3" -a -z "$APRCONFIG" ; then
- A_DIR=`dirname ${APXS}`
- AC_MSG_CHECKING(for ${APRCONFIG_NAME} in ${A_DIR})
- APRCONFIG=`dirname ${APXS}`/${APRCONFIG_NAME}
- if test -x $APRCONFIG ; then
- AC_MSG_RESULT([found. We'll use this. Use --with-apr-config to specify another.])
- else
- AC_MSG_RESULT(no)
- APRCONFIG=""
- fi
-fi
-
-if test ! "$APACHE_VER" = "1.3" -a -z "$APRCONFIG"; then
- AC_MSG_CHECKING(for ${APRCONFIG_NAME} in /usr/local/apache/sbin)
- if test -x /usr/local/apache/sbin/${APRCONFIG_NAME}; then
- APRCONFIG=/usr/local/apache/sbin/${APRCONFIG_NAME}
- AC_MSG_RESULT([found, we'll use this. Use --with-apr-config to specify another.])
- else
- AC_MSG_RESULT(no)
- APRCONFIG=""
- fi
-fi
-
-if test ! "$APACHE_VER" = "1.3" -a -z "$APRCONFIG"; then
- AC_MSG_CHECKING(for ${APRCONFIG_NAME} in /usr/local/apache2/bin)
- if test -x /usr/local/apache2/bin/${APRCONFIG_NAME}; then
- APRCONFIG=/usr/local/apache2/bin/${APRCONFIG_NAME}
- AC_MSG_RESULT([found, we'll use this. Use --with-apr-config to specify another.])
- else
- AC_MSG_RESULT(no)
- APRCONFIG=""
- fi
-fi
-
-if test ! "$APACHE_VER" = "1.3" -a -z "$APRCONFIG"; then
- AC_MSG_CHECKING(for ${APRCONFIG_NAME} in /usr/sbin)
- if test -x /usr/sbin/${APRCONFIG_NAME}; then
- APRCONFIG=/usr/sbin/${APRCONFIG_NAME}
- AC_MSG_RESULT([found, we'll use this. Use --with-apr-config to specify another.])
- else
- AC_MSG_RESULT(no)
- APRCONFIG=""
- fi
-fi
-
-if test ! "$APACHE_VER" = "1.3" -a -z "$APRCONFIG"; then
- AC_MSG_CHECKING(for ${APRCONFIG_NAME} in /usr/bin)
- if test -x /usr/bin/${APRCONFIG_NAME}; then
- APRCONFIG=/usr/bin/${APRCONFIG_NAME}
- AC_MSG_RESULT([found, we'll use this. Use --with-apr-config to specify another.])
- else
- AC_MSG_RESULT(no)
- APRCONFIG=""
- fi
-fi
-
-if test ! "$APACHE_VER" = "1.3" -a -z "$APRCONFIG"; then
- AC_PATH_PROG(APRCONFIG, ${APRCONFIG_NAME})
-fi
-
# Try apr-config, probably 1.3
if test "$APACHE_VER" = "retry" -a -x "$APRCONFIG"; then
- CFLAGS="$CFLAGS `$APRCONFIG --includes --cflags`"
AC_TRY_COMPILE([
#include <apr.h>
], [
@@ -300,10 +244,6 @@
AC_MSG_RESULT($APACHE_VER)
fi
-if test ! "$APACHE_VER" = "1.3" -a -x "$APRCONFIG"; then
- CFLAGS="$CFLAGS `$APRCONFIG --includes --cflags`"
-fi
-
AC_PATH_PROG(PKG_CONFIG, pkg-config, no)
if test "x$PKG_CONFIG" = "xno"; then
AC_MSG_ERROR([You need to install pkg-config])
@@ -333,7 +273,6 @@
fi
# check for --with-mono-default-config-dir
-AC_MSG_CHECKING(for --with-mono-default-config-dir)
DFLT_MONO_CONFIG_DIR=`$APXS -q SYSCONFDIR`/mod-mono-applications
AC_ARG_WITH(mono-default-config-dir,
[ --with-mono-default-config-dir=PATH Default value for MonoApplicationsConfigDir],
@@ -345,8 +284,7 @@
else
AC_MSG_RESULT([$DFLT_MONO_CONFIG_DIR])
fi
-],
-AC_MSG_RESULT($DFLT_MONO_CONFIG_DIR))
+],)
if test ! "$APACHE_VER" = "1.3" ; then
found_apr_socket_connect=yes
@@ -364,7 +302,6 @@
if test x$MONO_PREFIX = "x" ; then
MONO_PREFIX=$prefix
fi
-AC_MSG_CHECKING([for mono installation prefix])
AC_ARG_WITH(mono-prefix,
[ --with-mono-prefix=PATH The prefix where mono is installed. It's used
to set the default paths for mod-mono-server.exe
@@ -383,13 +320,8 @@
if test "$MONO_PREFIX" = NONE ; then
MONO_PREFIX=$ac_default_prefix
fi
-AC_MSG_RESULT($MONO_PREFIX)
AC_DEFINE_UNQUOTED([MONO_PREFIX],"$MONO_PREFIX",[Mono installation prefix])
-CPPFLAGS="$CPPFLAGS $CFLAGS `$APXS -q EXTRA_CPPFLAGS`"
-CPPFLAGS="$CPPFLAGS $CFLAGS `$APXS -q CPPFLAGS`"
-CFLAGS="$CFLAGS `$APXS -q CFLAGS`"
-CFLAGS="$CFLAGS `$APXS -q EXTRA_CFLAGS`"
AC_CHECK_HEADER(http_protocol.h, \
AC_DEFINE([HAVE_HTTP_PROTOCOL_H],1,\
[Define to 1 if you have the <http_protocol.h> header file.]),,\
@@ -401,6 +333,7 @@
AC_SUBST(APXS)
AC_SUBST(AP_INCLUDES)
AC_SUBST(CFLAGS)
+AC_SUBST(CPPFLAGS)
AC_SUBST(DFLT_MONO_CONFIG_DIR)
AC_OUTPUT(
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/mod_mono-1.1.16.1/man/mod_mono.8.in new/mod_mono-1.1.17/man/mod_mono.8.in
--- old/mod_mono-1.1.16.1/man/mod_mono.8.in 2006-04-07 22:35:35.000000000 +0200
+++ new/mod_mono-1.1.17/man/mod_mono.8.in 2006-08-30 17:05:42.000000000 +0200
@@ -50,8 +50,8 @@
useless.
Default value: True
.TP
-.I MonoExecutablePath
-The full path to mono executable.
+.I MonoExecutablePath (Obsoleted, ignored)
+Don't use this. It is ignored and has been left here for compatibility purposes.
Default value: "/usr/bin/mono"
.TP
.I MonoPath
@@ -59,8 +59,8 @@
Default value: ""
.TP
.I MonoServerPath
-The full path to mod-mono-server.exe.
-Default value: "/usr/bin/mod-mono-server.exe"
+The full path to the mod-mono-server script.
+Default value: "/usr/bin/mod-mono-server"
.TP
.I "MonoWapiDir"
The directory where mono runtime will create the ".wapi" directory
@@ -193,6 +193,13 @@
.PP
It may modify MONO_PATH, PATH and MONO_SHARED_DIR when starting
mod-mono-server.
+.PP
+The MOD_MONO_CCV variable may be used to select which component will
+do client certificate validity (CCV) checks. By default both Apache and
+Mono will verify the client certificates. This can be changed to either
+"apache" or "mono" to limit the validity check to either environment.
+This variable can be set using MonoSetEnv to allow different vhost to
+use separate validation techniques.
.SH FILES
.PP
httpd.conf
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/mod_mono-1.1.16.1/src/mod_mono.c new/mod_mono-1.1.17/src/mod_mono.c
--- old/mod_mono-1.1.16.1/src/mod_mono.c 2006-07-20 09:49:48.000000000 +0200
+++ new/mod_mono-1.1.17/src/mod_mono.c 2006-08-30 17:05:42.000000000 +0200
@@ -165,8 +165,8 @@
server->alias = apr_pstrdup (pool, alias);
server->filename = NULL;
server->run_xsp = "True";
- server->executable_path = EXECUTABLE_PATH;
- server->path = MONO_PATH;
+ /* (Obsolete) server->executable_path = EXECUTABLE_PATH; */
+ server->path = NULL;
server->server_path = MODMONO_SERVER_PATH;
server->applications = NULL;
server->wapidir = WAPIDIR;
@@ -1023,7 +1023,6 @@
int argi;
char *path;
char *tmp;
- char *monodir;
char *serverdir;
char *wapidir;
int max_memory = 0;
@@ -1111,22 +1110,15 @@
if (tmp == NULL)
tmp = "";
- monodir = get_directory (pool, config->executable_path);
- DEBUG_PRINT (1, "monodir: %s", monodir);
serverdir = get_directory (pool, config->server_path);
DEBUG_PRINT (1, "serverdir: %s", serverdir);
- if (strcmp (monodir, serverdir)) {
- path = apr_pcalloc (pool, strlen (tmp) + strlen (monodir) +
- strlen (serverdir) + 3);
- sprintf (path, "%s:%s:%s", monodir, serverdir, tmp);
- } else {
- path = apr_pcalloc (pool, strlen (tmp) + strlen (monodir) + 2);
- sprintf (path, "%s:%s", monodir, tmp);
- }
+ path = apr_pcalloc (pool, strlen (tmp) + strlen (serverdir) + 2);
+ sprintf (path, "%s:%s", serverdir, tmp);
DEBUG_PRINT (1, "PATH after: %s", path);
SETENV (pool, "PATH", path);
- SETENV (pool, "MONO_PATH", config->path);
+ if (config->path != NULL)
+ SETENV (pool, "MONO_PATH", config->path);
wapidir = apr_pcalloc (pool, strlen (config->wapidir) + 5 + 2);
sprintf (wapidir, "%s/%s", config->wapidir, ".wapi");
mkdir (wapidir, 0700);
@@ -1137,13 +1129,11 @@
}
SETENV (pool, "MONO_SHARED_DIR", config->wapidir);
+ if (config->debug && !strcasecmp (config->debug, "True"))
+ SETENV (pool, "MONO_OPTIONS", "--debug");
memset (argv, 0, sizeof (char *) * MAXARGS);
argi = 0;
- argv [argi++] = config->executable_path;
- if (config->debug && !strcasecmp (config->debug, "True"))
- argv [argi++] = "--debug";
-
argv [argi++] = config->server_path;
if (config->listen_port != NULL) {
char *la;
@@ -1825,7 +1815,7 @@
),
MAKE_CMD12 (MonoExecutablePath, executable_path,
- "If MonoRunXSP is True, this is the full path where mono is located. "
+ "(Obsolete) If MonoRunXSP is True, this is the full path where mono is located. "
"Default: /usr/bin/mono"
),
@@ -1835,7 +1825,7 @@
),
MAKE_CMD12 (MonoServerPath, server_path,
- "If MonoRunXSP is True, this is the full path to mod-mono-server.exe. "
+ "If MonoRunXSP is True, this is the full path to the mod-mono-server script. "
"Default: " MODMONO_SERVER_PATH
),
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/mod_mono-1.1.16.1/src/mod_mono.h new/mod_mono-1.1.17/src/mod_mono.h
--- old/mod_mono-1.1.16.1/src/mod_mono.h 2006-04-07 22:35:35.000000000 +0200
+++ new/mod_mono-1.1.17/src/mod_mono.h 2006-08-30 17:05:42.000000000 +0200
@@ -158,9 +158,7 @@
#define DIRECTORY_SEPARATOR ":"
#endif
-#define EXECUTABLE_PATH MONO_PREFIX "/bin/mono"
-#define MONO_PATH MONO_PREFIX "/lib"
-#define MODMONO_SERVER_PATH MONO_PREFIX "/lib/xsp/1.0/mod-mono-server.exe"
+#define MODMONO_SERVER_PATH MONO_PREFIX "/bin/mod-mono-server"
#define WAPIDIR "/tmp"
#define DOCUMENT_ROOT NULL
#define APPCONFIG_FILE NULL
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit+unsubscribe(a)opensuse.org
For additional commands, e-mail: opensuse-commit+help(a)opensuse.org
1
0
Hello community,
here is the log from the commit of package libgdiplus
checked in at Wed Aug 30 23:28:22 CEST 2006.
--------
--- libgdiplus/libgdiplus.changes 2006-08-01 00:39:53.000000000 +0200
+++ libgdiplus/libgdiplus.changes 2006-08-30 19:16:13.000000000 +0200
@@ -1,0 +2,7 @@
+Wed Aug 30 19:14:14 CEST 2006 - wberrier(a)suse.de
+
+- Update to 1.1.17
+ - upgraded Cairo stack (from 1.0 to 1.2)
+ - Windows.Forms: Printing is now supported.
+
+-------------------------------------------------------------------
Old:
----
libgdiplus-1.1.16.1.tar.gz
libgdiplus-overflow.patch
New:
----
libgdiplus-1.1.17.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ libgdiplus.spec ++++++
--- /var/tmp/diff_new_pack.lK0BAl/_old 2006-08-30 23:27:59.000000000 +0200
+++ /var/tmp/diff_new_pack.lK0BAl/_new 2006-08-30 23:27:59.000000000 +0200
@@ -1,5 +1,5 @@
#
-# spec file for package libgdiplus (Version 1.1.16.1)
+# spec file for package libgdiplus (Version 1.1.17)
#
# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
@@ -16,10 +16,9 @@
Group: Development/Libraries/Other
Summary: Open Source Implementation of the GDI+ API
URL: http://go-mono.org/
-Version: 1.1.16.1
+Version: 1.1.17
Release: 1
Source0: %name-%version.tar.gz
-Patch0: libgdiplus-overflow.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Obsoletes: libgdiplus-devel
@@ -39,7 +38,6 @@
%prep
%setup
-%patch0
%build
autoreconf -fi
@@ -62,6 +60,10 @@
%{_libdir}/pkgconfig/libgdiplus.pc
%changelog -n libgdiplus
+* Wed Aug 30 2006 - wberrier(a)suse.de
+- Update to 1.1.17
+- upgraded Cairo stack (from 1.0 to 1.2)
+- Windows.Forms: Printing is now supported.
* Mon Jul 31 2006 - wberrier(a)suse.de
- Update to 1.1.16.1.
- update internal cairo to 1.2
++++++ libgdiplus-1.1.16.1.tar.gz -> libgdiplus-1.1.17.tar.gz ++++++
++++ 94829 lines of diff (skipped)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit+unsubscribe(a)opensuse.org
For additional commands, e-mail: opensuse-commit+help(a)opensuse.org
1
0
Hello community,
here is the log from the commit of package 3ddiag
checked in at Wed Aug 30 23:27:53 CEST 2006.
--------
--- 3ddiag/3ddiag.changes 2006-08-30 16:18:47.000000000 +0200
+++ 3ddiag/3ddiag.changes 2006-08-30 17:51:34.000000000 +0200
@@ -1,0 +2,5 @@
+Wed Aug 30 17:50:48 CEST 2006 - sndirsch(a)suse.de
+
+- fixed nvidia driver detection (X.Org 7 driver path related)
+
+-------------------------------------------------------------------
Old:
----
3Ddiag-0.735.tar.gz
3Ddiag-nosysfs.patch
New:
----
3Ddiag-0.738.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ 3ddiag.spec ++++++
--- /var/tmp/diff_new_pack.8cOoF6/_old 2006-08-30 23:27:13.000000000 +0200
+++ /var/tmp/diff_new_pack.8cOoF6/_new 2006-08-30 23:27:13.000000000 +0200
@@ -1,5 +1,5 @@
#
-# spec file for package 3ddiag (Version 0.735)
+# spec file for package 3ddiag (Version 0.738)
#
# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
@@ -15,14 +15,13 @@
License: GPL
Group: System/Base
Autoreqprov: on
-Version: 0.735
-Release: 5
+Version: 0.738
+Release: 1
Summary: A Tool to Verify the 3D Configuration
Source: 3Ddiag-%{version}.tar.gz
Source5: switch2nv
Source6: switch2nvidia
Source7: 3Ddiag-result
-Patch: 3Ddiag-nosysfs.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
@@ -36,7 +35,6 @@
%prep
%setup -n 3Ddiag
-%patch
%build
make CFLAGS="$RPM_OPT_FLAGS"
@@ -72,6 +70,8 @@
/usr/bin/switch2nvidia
%changelog -n 3ddiag
+* Wed Aug 30 2006 - sndirsch(a)suse.de
+- fixed nvidia driver detection (X.Org 7 driver path related)
* Wed Aug 30 2006 - ro(a)suse.de
- remove libsysfs completely (unused)
* Tue Aug 29 2006 - ro(a)suse.de
++++++ 3Ddiag-0.735.tar.gz -> 3Ddiag-0.738.tar.gz ++++++
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/3Ddiag/3Ddiag new/3Ddiag/3Ddiag
--- old/3Ddiag/3Ddiag 2006-05-25 20:30:42.000000000 +0200
+++ new/3Ddiag/3Ddiag 2006-08-30 18:08:55.000000000 +0200
@@ -183,8 +183,12 @@
echo -n " $server ... "
libdir="lib"
test "$(arch)" == "x86_64" && libdir="lib64"
- strings /usr/X11R6/$libdir/modules/{updates/,}drivers/nvidia_drv.so | \
- grep -q "NVIDIA dlloader X Driver"
+ if [ -r /usr/$libdir/xorg/modules/updates/drivers/nvidia_drv.so ]; then
+ driver=/usr/$libdir/xorg/modules/updates/drivers/nvidia_drv.so
+ else
+ driver=/usr/$libdir/xorg/modules/drivers/nvidia_drv.so
+ fi
+ strings $driver | grep -q "NVIDIA dlloader X Driver"
if test $? -eq 0; then
echo "done."
else
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/3Ddiag/Makefile new/3Ddiag/Makefile
--- old/3Ddiag/Makefile 2006-06-06 22:12:18.000000000 +0200
+++ new/3Ddiag/Makefile 2006-08-30 17:32:02.000000000 +0200
@@ -22,7 +22,7 @@
all: 3dinfo
3dinfo: 3dinfo.c
- gcc $(CFLAGS) -o 3dinfo 3dinfo.c -lhd -lsysfs
+ gcc $(CFLAGS) -o 3dinfo 3dinfo.c -lhd
figures:
fig2dev -L ps 3d_glide.fig > 3d_glide.ps
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/3Ddiag/version new/3Ddiag/version
--- old/3Ddiag/version 2006-06-06 22:14:39.000000000 +0200
+++ new/3Ddiag/version 2006-08-30 18:09:22.000000000 +0200
@@ -1 +1 @@
-735
+738
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit+unsubscribe(a)opensuse.org
For additional commands, e-mail: opensuse-commit+help(a)opensuse.org
1
0
Hello community,
here is the log from the commit of package info2html
checked in at Wed Aug 30 19:46:16 CEST 2006.
--------
--- info2html/info2html.changes 2006-07-14 11:29:22.000000000 +0200
+++ info2html/info2html.changes 2006-08-30 17:19:42.000000000 +0200
@@ -1,0 +2,8 @@
+Wed Aug 30 17:17:44 CEST 2006 - werner(a)suse.de
+
+- Update to version 2.0
+ * Output HTML is tidier now. CSS added.
+ * Minor bugfixes to the (de)escaping logic.
+ * Minor typoes in comments fixed.
+
+-------------------------------------------------------------------
Old:
----
info2html-1.4.dif
info2html-1.4.tar.gz
New:
----
info2html-2.0.dif
info2html-2.0.tar.bz2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ info2html.spec ++++++
--- /var/tmp/diff_new_pack.RTMNRQ/_old 2006-08-30 19:46:00.000000000 +0200
+++ /var/tmp/diff_new_pack.RTMNRQ/_new 2006-08-30 19:46:00.000000000 +0200
@@ -1,5 +1,5 @@
#
-# spec file for package info2html (Version 1.4)
+# spec file for package info2html (Version 2.0)
#
# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
@@ -18,13 +18,13 @@
Autoreqprov: on
Provides: inf2htm
Obsoletes: inf2htm
-Version: 1.4
-Release: 16
+Version: 2.0
+Release: 1
Summary: Program to Convert Info Pages into HTML Pages
BuildArchitectures: noarch
-Source: info2html-1.4.tar.gz
+Source: info2html-2.0.tar.bz2
Source1: arrows.tar.bz2
-Patch: info2html-1.4.dif
+Patch: info2html-2.0.dif
%define apache_serverroot %(/usr/sbin/apxs2 -q datadir 2>/dev/null || apxs -q PREFIX)
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@@ -45,7 +45,7 @@
Karl Guggisberg <guggis(a)iam.unibe.ch>
%prep
-%setup -n info2html-1.4 -a 1
+%setup -n info2html-2.0 -a 1
%patch
%build
@@ -75,6 +75,11 @@
%{apache_serverroot}/htdocs/gif/r-ball.gif
%changelog -n info2html
+* Wed Aug 30 2006 - werner(a)suse.de
+- Update to version 2.0
+ * Output HTML is tidier now. CSS added.
+ * Minor bugfixes to the (de)escaping logic.
+ * Minor typoes in comments fixed.
* Fri Jul 14 2006 - olh(a)suse.de
- rename bzip2 archive from .gz to .bz2
* Wed Jan 25 2006 - mls(a)suse.de
++++++ info2html-1.4.dif -> info2html-2.0.dif ++++++
--- info2html/info2html-1.4.dif 2005-10-17 16:53:24.000000000 +0200
+++ info2html/info2html-2.0.dif 2006-08-30 17:12:45.000000000 +0200
@@ -1,58 +1,57 @@
--- info2html
-+++ info2html 2005-10-17 16:44:16.000000000 +0200
-@@ -1,4 +1,4 @@
--#!/usr/local/bin/perl
-+#!/usr/bin/perl
- #---------------------------------------------------------
- # info2html
- #---------------------------------------------------------
-@@ -52,16 +52,18 @@
++++ info2html 2006-08-30 16:57:37.000000000 +0200
+@@ -62,15 +62,20 @@ $FTAG = '[^\)]+'; #-- p
#---------------------------------------------------------
# Don't reveal where we're looking... --jonh 5/20/97 (and reapplied 5/4/1998)
sub DieFileNotFound{
- local($FileName) = @_;
+ local($FileName) = CGI::escape(@_);
#-- TEXT : error message if a file could not be opened
- print <<EOF;
+ print <<"EOF";
+-<html><head><title>Info Files - Error Message</title>
+<html>
- <head>
- <title>Info Files - Error Message</title>
++<head>
++<title>Info Files - Error Message</title>
+ $BOTS_STAY_AWAY
+-$HTML_HEAD_STUFF</head><body class='error noopen'>
++$HTML_HEAD_STUFF
++</head>
++<body bgcolor="#ffffff" link="#008000" alink="#008000" vlink="#fb8000" class='error noopen'>
<h1>File IO Error</h1>
- </head>
--<body>
-+<body BGCOLOR="#ffffff" LINK="#008000" ALINK="#008000" VLINK="#fb8000">
- The info file could not be opened for reading.
- </body>
+ The Info file could not be opened for reading.
+-</body></html>
++</body>
+</html>
EOF
die "\n";
}
-@@ -84,6 +86,24 @@
+@@ -90,6 +95,25 @@ sub Escape{
+ return CGI::escape($Tag);
}
- #----------------------------------------------------------
++
++#----------------------------------------------------------
+# DirnameCheck
+#----------------------------------------------------------
+sub DirnameCheck{
+ local($Base) = @_;
+ local($Dir) = @_;
-+
++
+ $Base =~ s@.*/@@g;
+ $Dir =~ s@/[^/]*$@@;
+ $Dir = "" if ($Dir eq $Base);
-+
++
+ for (@INFODIR) {
+ return(1) if ( $Dir eq $_ );
+ }
-+
++
+ return(0);
+}
+
-+#----------------------------------------------------------
+ #----------------------------------------------------------
# DeEscape
#----------------------------------------------------------
- sub DeEscape{
-@@ -93,6 +113,10 @@
+@@ -100,6 +124,10 @@ sub DeEscape{
$Tag =~ s/%20/ /g;
#-- oh yes it is -- jonh 5/16/1997
#$Tag;
@@ -63,7 +62,7 @@
return CGI::unescape($Tag);
}
-@@ -165,23 +189,23 @@
+@@ -172,23 +200,23 @@ sub MenuItem2HTML{
$Line = &Tab2Space($Line); # make sure columns line up well
if ($Line =~ /\* ([^:]+)::/){ # -- is a simple entry ending with :: ?
@@ -91,7 +90,7 @@
$MenuLinkText = $Line;
}
}
-@@ -203,11 +227,10 @@
+@@ -213,11 +241,10 @@ sub MenuItem2HTML{
sub ReadIndirectTable{
local($FileName,*InfoFiles,*Offsets) = @_;
local($i,$Next);
@@ -105,11 +104,9 @@
} else {
open(FH1,$FileName) || &DieFileNotFound($FileName);
}
-@@ -249,11 +272,10 @@
- local($FileName,*TagList,*Exists,*IsIndirect) = @_;
+@@ -260,9 +287,9 @@ sub ReadTagTable{
local($File,$Offset);
--# open(FH,$FileName) || &DieFileNotFound($FileName);
if ( $FileName =~ /^(.+)\.gz$/ ) {
- open(FH,"gunzip < " . $FileName . " 2>/dev/null |") || &DieFileNotFound($FileName);
+ open(FH,"gunzip -q -d -c < " . $FileName . " 2>/dev/null |") || &DieFileNotFound($FileName);
@@ -119,41 +116,57 @@
} else {
open(FH,$FileName) || &DieFileNotFound($FileName);
}
-@@ -418,7 +440,7 @@
- print <<EOF;
- <html>
- <head><title>Info: ($BaseInfoFile) $LinkList[1]</title></head>
--<body>
-+<body BGCOLOR="#ffffff" LINK="#008000" ALINK="#008000" VLINK="#fb8000">
- <h1><em>($BaseInfoFile)</em> $LinkList[1]</h1>
+@@ -437,8 +464,11 @@ sub PrintHeader{
+ ;
+
+ print <<"EOF";
+-<html><head><title>Info: ($BaseInfoFile) $LinkList[1]</title>
+-$HTML_HEAD_STUFF</head><body class='node'>
++<html>
++<head>
++<title>Info: ($BaseInfoFile) $LinkList[1]</title>
++$HTML_HEAD_STUFF</head>
++<body bgcolor="#ffffff" link="#008000" alink="#008000" vlink="#fb8000" class='node'>
EOF
- print "<a href=\"infocat\">$CATALOG_URL Info Catalog</a>\n"; #jonh 1997-05-20
-@@ -459,15 +481,19 @@
+
+ print "\n<div class='nav navtop'\n>",
+@@ -484,7 +514,7 @@ EOF
+ print "<!-- info2html v$VERSION -->\n";
+ }
+
+- print "</body></html>\n";
++ print "</body>\n</html>\n";
+ return;
+ }
+
+@@ -493,14 +523,21 @@ EOF
#----------------------------------------------------------
sub ReplyNotFoundMessage{
local($FileName,$Tag) = @_;
+ $FileName = CGI::escape($FileName);
+ $Tag = CGI::escape($Tag);
- print <<EOF;
+ print <<"EOF";
+-<html><head><title>Info Files - Error Message</title>
+<html>
- <head>
- <title>Info Files - Error Message</title>
++<head>
++<title>Info Files - Error Message</title>
+ $BOTS_STAY_AWAY
+-$HTML_HEAD_STUFF</head><body class='error nonesuch'>
++$HTML_HEAD_STUFF
++</head>
++<body bgcolor="#ffffff" link="#008000" alink="#008000" vlink="#fb8000" class='error nonesuch'>
<h1>Error</h1>
- </head>
--<body>
-+<body BGCOLOR="#ffffff" LINK="#008000" ALINK="#008000" VLINK="#fb8000">
The Info node <em>$Tag</em> in Info file <em>$FileName</em>
does not exist.
- </body>
+-</body></html>
++</body>
+</html>
EOF
}
#-----------------------------------------------------------
-@@ -480,10 +506,11 @@
- sub InfoNode2HTML{
+@@ -514,9 +551,9 @@ sub InfoNode2HTML{
local($FileName,$Offset,$Tag,$BaseInfoFile) = @_;
local($Found);
-+
if ( $FileName =~ /^(.+)\.gz$/ ) {
- open(FH2,"gunzip < " . $FileName . " 2>/dev/null |") || &DieFileNotFound($FileName);
+ open(FH2,"gunzip -q -d -c < " . $FileName . " 2>/dev/null |") || &DieFileNotFound($FileName);
@@ -163,17 +176,17 @@
} else {
open(FH2,$FileName) || &DieFileNotFound($FileName);
}
-@@ -623,8 +650,8 @@
+@@ -657,8 +694,8 @@ $PROGRAM = $ENV{'SCRIPT_NAME'};
$CommandLine = DeEscape($ENV{'QUERY_STRING'}); # jonh DeEscape() 1997.05.16
if ($CommandLine =~ /\(([^\)]+)\)(.+)/) {
$BaseInfoFile = &DeEscape($1);
- $BaseInfoFile =~ s#\.\./##g; # jonh 5/20/97 -- sanitize up-references
$NodeName = &DeEscape($2);
+ &DirnameCheck($BaseInfoFile) || &DieFileNotFound($BaseInfoFile);
- } else {
- $BaseInfoFile = 'dir';
+ } elsif( $CommandLine =~ /^([-_0-9a-zA-Z]+)$/) { # tolerate bare queries
+ $BaseInfoFile = &DeEscape($1);
$NodeName = 'Top';
-@@ -637,7 +664,7 @@
+@@ -674,7 +711,7 @@ $File = $BaseInfoFile if $File eq "";
$FileNameFull = &FindFile($File);
&InfoNode2HTML($FileNameFull,$Offset,$NodeName,$BaseInfoFile);
@@ -183,64 +196,68 @@
###############################################################################
# #
--- info2html.conf
-+++ info2html.conf 2005-10-17 16:44:17.000000000 +0200
-@@ -20,30 +20,33 @@
- #-- on the given server.
++++ info2html.conf 2006-08-30 16:42:00.000000000 +0200
+@@ -26,7 +26,8 @@
#-- URL for an icon for cross references
--$CR_URL = '';
-+$CR_URL = '<img src="/gif/r_hand.gif" align=top border=0 alt="See">';
+ #$CR_URL = '';
+-$CR_URL = '⇒';
++#$CR_URL = '⇒';
++$CR_URL = '<img src="/gif/r_hand.gif" align=top border=0 alt="See">';
+
+ #-- Leading decoration for menu items
+ #$MENU_DOT = "* ";
+@@ -34,20 +35,23 @@ $MENU_DOT = "· ";
#-- URL specifying an icon for an 'up' link
--$UP_URL = '<img src="/icons/up.gif" border=1 width=20 height=22>';
-+$UP_URL = '<img src="/gif/u_arrow.gif" align=top border=0 alt="Up">';
+ #$UP_URL = '<img border=1 width=20 height=22 src="/icons/up.gif" alt="up">';
+-$UP_URL = '<span class="icon">↑</span>';
++#$UP_URL = '<span class="icon">↑</span>';
++$UP_URL = '<img src="/gif/u_arrow.gif" align=top border=0 alt="Up">';
#-- URL specifying an icon for a 'next' link
--$NEXT_URL = '<img src="/icons/right.gif" border=1 width=20 height=22>';
-+$NEXT_URL = '<img src="/gif/r_arrow.gif" align=top border=0 alt="Next">';
+ #$NEXT_URL = '<img border=1 width=20 height=22 src="/icons/right.gif" alt="next">';
+-$NEXT_URL = '<span class="icon">→</span>';
++#$NEXT_URL = '<span class="icon">→</span>';
++$NEXT_URL = '<img src="/gif/r_arrow.gif" align=top border=0 alt="Next">';
#-- URL specifying an icon for a 'prev' link
--$PREV_URL = '<img src="/icons/left.gif" border=1 width=20 height=22>';
+ #$PREV_URL = '<img border=1 width=20 height=22 src="/icons/left.gif" alt="previous">';
+-$PREV_URL = '<span class="icon">←</span>';
++#$PREV_URL = '<span class="icon">←</span>';
+$PREV_URL = '<img src="/gif/l_arrow.gif" align=top border=0 alt="Prev">';
#-- URL specifying an icon for a link to the catalog page
--$CATALOG_URL = '<img src="/icons/ball.red.gif" border=1 width=20 height=22>';
-+$CATALOG_URL = '<img src="/gif/r-ball.gif" align=top border=0 alt="*">';
-
- #-- location of info files.
--@INFODIR = (
-- '/usr/local/GNU/info',
-- '/usr/local/GNU/emacs18.58/info',
-- '/usr/local/info',
-- '/opt/FSFgzip/info',
-- '/opt/FSFgmake/info',
-- '/opt/GCC2721/info',
-- '/usr/local/lib/bash-doc-2.01/lib/readline/doc/'
--);
-+@INFODIR = ("",
-+ "/usr/share/info",
-+ "/usr/info",
-+ "/usr/lib/info",
-+# "/usr/lib/teTeX/info",
-+ "/usr/local/info",
-+ "/usr/local/lib/info",
-+ "/usr/X11R6/info",
-+ "/usr/X11R6/lib/info",
-+ "/usr/share/xemacs/info",
-+ "/usr/X11R6/lib/xemacs/info",
-+ );
+ #$CATALOG_URL = '<img src="/icons/ball.red.gif" title="catalog" alt="catalog" border=1 width=20 height=22>';
+-$CATALOG_URL = '<span class="icon">⇖</span>';
+-
++#$CATALOG_URL = '<span class="icon">⇖</span>';
++$CATALOG_URL = '<img src="/gif/r-ball.gif" align=top border=0 alt="*">';
+
+ #-- Location of info files. Customize as necessary!
+ # Note that we (currently) don't use quite the same path-resolution
+@@ -56,15 +60,10 @@ $CATALOG_URL = '<span class="icon">
+
+ @INFODIR = (
+ '/usr/share/info/',
+- '/usr/share/info/emacs-21/',
+-
+- '/usr/local/GNU/info',
+- '/usr/local/GNU/emacs18.58/info',
++ '/usr/info/',
+ '/usr/local/info',
+- '/opt/FSFgzip/info',
+- '/opt/FSFgmake/info',
+- '/opt/GCC2721/info',
+- '/usr/local/lib/bash-doc-2.01/lib/readline/doc/'
++ '/usr/local/lib/info',
++ '/usr/share/xemacs/info'
+ );
#-- URL for documentation of info2html
- $DOC_URL = "http://www.cs.dartmouth.edu/~jonh/info2html/";
--- infocat
-+++ infocat 2005-10-17 16:48:41.000000000 +0200
-@@ -1,4 +1,4 @@
--#!/usr/local/bin/perl
-+#!/usr/bin/perl
- #---------------------------------------------------------
- # infocat
- #---------------------------------------------------------
-@@ -60,6 +60,10 @@
++++ infocat 2006-08-30 17:04:50.000000000 +0200
+@@ -66,6 +66,10 @@ sub DeEscape{
#$Tag =~ s/%20/ /g;
#-- yes it is jonh 5/16/97
#$Tag;
@@ -251,17 +268,18 @@
return CGI::unescape($Tag);
}
-@@ -81,11 +85,11 @@
- opendir DIR, $dir;
- while ($infofile = readdir(DIR)) {
- if ($infofile =~ m/.info.bz2$/ ) {
-- open INFOFILE, "bzcat $dir/$infofile|";
-+ open INFOFILE, "bunzip2 -q -d -c < $dir/$infofile|";
+@@ -90,12 +94,12 @@ foreach $dir (@INFODIR) {
+ my $base;
+ if ($baseext =~ m/^(.+)\.info\.bz2$/ ) {
+ $base = $1;
+- next unless open INFOFILE, "bzcat $dir/$baseext|";
++ next unless open INFOFILE, "bunzip2 -q -d -c < $dir/$baseext|";
$collect = 0;
}
- elsif ($infofile =~ m/.info.gz$/ ) {
-- open INFOFILE, "gzip -dc $dir/$infofile|";
-+ open INFOFILE, "gunzip -q -d -c < $dir/$infofile|";
+ elsif ($baseext =~ m/^(.+)\.info\.gz$/ ) {
+ $base = $1;
+- next unless open INFOFILE, "gzip -dc $dir/$baseext|";
++ next unless open INFOFILE, "gunzip -q -d -c < $dir/$baseext|";
$collect = 0;
}
- elsif ($infofile =~ m/.info$/) {
+ elsif ($baseext =~ m/^(.+)\.info$/) {
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit+unsubscribe(a)opensuse.org
For additional commands, e-mail: opensuse-commit+help(a)opensuse.org
1
0
Hello community,
here is the log from the commit of package yast2-trans-vi
checked in at Wed Aug 30 19:44:05 CEST 2006.
--------
--- yast2-trans-vi/yast2-trans-vi.changes 2006-08-07 16:14:05.000000000 +0200
+++ yast2-trans-vi/yast2-trans-vi.changes 2006-08-30 16:52:55.000000000 +0200
@@ -1,0 +2,20 @@
+Wed Aug 30 16:52:55 2006 - ke(a)suse.de
+
+- Update to version 2.14.5.
+
+------------------------------------------------------------------------
+Tue Aug 29 16:44:18 2006 - ke(a)suse.de
+
+- Update to version 2.14.4.
+
+------------------------------------------------------------------------
+Tue Aug 29 16:39:12 2006 - ke(a)suse.de
+
+- Update to version 2.14.3.
+
+------------------------------------------------------------------------
+Tue Aug 29 14:15:40 2006 - ke(a)suse.de
+
+- Update to version 2.14.2.
+
+------------------------------------------------------------------------
Old:
----
yast2-trans-vi-2.14.1.tar.bz2
New:
----
yast2-trans-vi-2.14.5.tar.bz2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ yast2-trans-vi.spec ++++++
--- /var/tmp/diff_new_pack.dFhDOe/_old 2006-08-30 19:44:02.000000000 +0200
+++ /var/tmp/diff_new_pack.dFhDOe/_new 2006-08-30 19:44:02.000000000 +0200
@@ -1,5 +1,5 @@
#
-# spec file for package yast2-trans-vi (Version 2.14.1)
+# spec file for package yast2-trans-vi (Version 2.14.5)
#
# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
@@ -11,12 +11,12 @@
# norootforbuild
Name: yast2-trans-vi
-Version: 2.14.1
+Version: 2.14.5
Release: 1
License: GPL
Group: System/YaST
BuildRoot: %{_tmppath}/%{name}-%{version}-build
-Source0: yast2-trans-vi-2.14.1.tar.bz2
+Source0: yast2-trans-vi-2.14.5.tar.bz2
prefix: /usr
Provides: locale(yast2:vi)
BuildRequires: pkgconfig yast2-devtools
@@ -31,7 +31,7 @@
%prep
-%setup -n yast2-trans-vi-2.14.1
+%setup -n yast2-trans-vi-2.14.5
%build
autoreconf --force --install
@@ -63,6 +63,14 @@
/usr/share/YaST2/locale
%changelog -n yast2-trans-vi
+* Wed Aug 30 2006 - ke(a)suse.de
+- Update to version 2.14.5.
+* Tue Aug 29 2006 - ke(a)suse.de
+- Update to version 2.14.4.
+* Tue Aug 29 2006 - ke(a)suse.de
+- Update to version 2.14.3.
+* Tue Aug 29 2006 - ke(a)suse.de
+- Update to version 2.14.2.
* Mon Aug 07 2006 - ke(a)suse.de
- Update to version 2.14.1.
* Thu Aug 03 2006 - ke(a)suse.de
++++++ yast2-trans-vi-2.14.1.tar.bz2 -> yast2-trans-vi-2.14.5.tar.bz2 ++++++
++++ 6486 lines of diff (skipped)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit+unsubscribe(a)opensuse.org
For additional commands, e-mail: opensuse-commit+help(a)opensuse.org
1
0
Hello community,
here is the log from the commit of package yast2-trans-ru
checked in at Wed Aug 30 19:43:54 CEST 2006.
--------
--- yast2-trans-ru/yast2-trans-ru.changes 2006-06-16 11:52:38.000000000 +0200
+++ yast2-trans-ru/yast2-trans-ru.changes 2006-08-30 16:55:12.000000000 +0200
@@ -1,0 +2,5 @@
+Wed Aug 30 16:55:12 2006 - ke(a)suse.de
+
+- Update to version 2.14.1.
+
+------------------------------------------------------------------------
Old:
----
yast2-trans-ru-2.13.14.tar.bz2
New:
----
yast2-trans-ru-2.14.1.tar.bz2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ yast2-trans-ru.spec ++++++
--- /var/tmp/diff_new_pack.UNBTuE/_old 2006-08-30 19:43:50.000000000 +0200
+++ /var/tmp/diff_new_pack.UNBTuE/_new 2006-08-30 19:43:50.000000000 +0200
@@ -1,5 +1,5 @@
#
-# spec file for package yast2-trans-ru (Version 2.13.14)
+# spec file for package yast2-trans-ru (Version 2.14.1)
#
# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
@@ -11,12 +11,12 @@
# norootforbuild
Name: yast2-trans-ru
-Version: 2.13.14
+Version: 2.14.1
Release: 1
License: GPL
Group: System/YaST
BuildRoot: %{_tmppath}/%{name}-%{version}-build
-Source0: yast2-trans-ru-2.13.14.tar.bz2
+Source0: yast2-trans-ru-2.14.1.tar.bz2
prefix: /usr
Provides: locale(yast2:ru)
BuildRequires: pkgconfig yast2-devtools
@@ -31,7 +31,7 @@
YaST2 - Russian Translations
%prep
-%setup -n yast2-trans-ru-2.13.14
+%setup -n yast2-trans-ru-2.14.1
%build
autoreconf --force --install
@@ -63,6 +63,8 @@
/usr/share/YaST2/locale
%changelog -n yast2-trans-ru
+* Wed Aug 30 2006 - ke(a)suse.de
+- Update to version 2.14.1.
* Fri Jun 16 2006 - ke(a)suse.de
- Update to version 2.13.14.
* Tue Jun 06 2006 - ke(a)suse.de
++++++ yast2-trans-ru-2.13.14.tar.bz2 -> yast2-trans-ru-2.14.1.tar.bz2 ++++++
++++ 43497 lines of diff (skipped)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit+unsubscribe(a)opensuse.org
For additional commands, e-mail: opensuse-commit+help(a)opensuse.org
1
0
Hello community,
here is the log from the commit of package yast2-trans-pa
checked in at Wed Aug 30 19:43:41 CEST 2006.
--------
--- yast2-trans-pa/yast2-trans-pa.changes 2006-06-22 16:33:17.000000000 +0200
+++ yast2-trans-pa/yast2-trans-pa.changes 2006-08-30 16:43:50.000000000 +0200
@@ -1,0 +2,5 @@
+Wed Aug 30 16:43:50 2006 - ke(a)suse.de
+
+- Update to version 2.14.1.
+
+------------------------------------------------------------------------
Old:
----
yast2-trans-pa-2.13.5.tar.bz2
New:
----
yast2-trans-pa-2.14.1.tar.bz2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ yast2-trans-pa.spec ++++++
--- /var/tmp/diff_new_pack.cLf2UJ/_old 2006-08-30 19:43:36.000000000 +0200
+++ /var/tmp/diff_new_pack.cLf2UJ/_new 2006-08-30 19:43:36.000000000 +0200
@@ -1,5 +1,5 @@
#
-# spec file for package yast2-trans-pa (Version 2.13.5)
+# spec file for package yast2-trans-pa (Version 2.14.1)
#
# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
@@ -11,12 +11,12 @@
# norootforbuild
Name: yast2-trans-pa
-Version: 2.13.5
+Version: 2.14.1
Release: 1
License: GPL
Group: System/YaST
BuildRoot: %{_tmppath}/%{name}-%{version}-build
-Source0: yast2-trans-pa-2.13.5.tar.bz2
+Source0: yast2-trans-pa-2.14.1.tar.bz2
prefix: /usr
Provides: locale(yast2:pa)
BuildRequires: pkgconfig yast2-devtools
@@ -30,7 +30,7 @@
%prep
-%setup -n yast2-trans-pa-2.13.5
+%setup -n yast2-trans-pa-2.14.1
%build
autoreconf --force --install
@@ -62,6 +62,8 @@
/usr/share/YaST2/locale
%changelog -n yast2-trans-pa
+* Wed Aug 30 2006 - ke(a)suse.de
+- Update to version 2.14.1.
* Thu Jun 22 2006 - ke(a)suse.de
- Update to version 2.13.5.
* Tue Apr 11 2006 - ke(a)suse.de
++++++ yast2-trans-pa-2.13.5.tar.bz2 -> yast2-trans-pa-2.14.1.tar.bz2 ++++++
++++ 16517 lines of diff (skipped)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit+unsubscribe(a)opensuse.org
For additional commands, e-mail: opensuse-commit+help(a)opensuse.org
1
0
Hello community,
here is the log from the commit of package yast2-trans-hu
checked in at Wed Aug 30 19:43:26 CEST 2006.
--------
--- yast2-trans-hu/yast2-trans-hu.changes 2006-08-07 16:29:23.000000000 +0200
+++ yast2-trans-hu/yast2-trans-hu.changes 2006-08-30 16:51:57.000000000 +0200
@@ -1,0 +2,5 @@
+Wed Aug 30 16:51:57 2006 - ke(a)suse.de
+
+- Update to version 2.14.2.
+
+------------------------------------------------------------------------
Old:
----
yast2-trans-hu-2.14.1.tar.bz2
New:
----
yast2-trans-hu-2.14.2.tar.bz2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ yast2-trans-hu.spec ++++++
--- /var/tmp/diff_new_pack.jfZJjf/_old 2006-08-30 19:43:20.000000000 +0200
+++ /var/tmp/diff_new_pack.jfZJjf/_new 2006-08-30 19:43:20.000000000 +0200
@@ -1,5 +1,5 @@
#
-# spec file for package yast2-trans-hu (Version 2.14.1)
+# spec file for package yast2-trans-hu (Version 2.14.2)
#
# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
@@ -11,12 +11,12 @@
# norootforbuild
Name: yast2-trans-hu
-Version: 2.14.1
+Version: 2.14.2
Release: 1
License: GPL
Group: System/YaST
BuildRoot: %{_tmppath}/%{name}-%{version}-build
-Source0: yast2-trans-hu-2.14.1.tar.bz2
+Source0: yast2-trans-hu-2.14.2.tar.bz2
prefix: /usr
Provides: locale(yast2:hu)
BuildRequires: pkgconfig yast2-devtools
@@ -33,7 +33,7 @@
%prep
-%setup -n yast2-trans-hu-2.14.1
+%setup -n yast2-trans-hu-2.14.2
%build
autoreconf --force --install
@@ -65,6 +65,8 @@
/usr/share/YaST2/locale
%changelog -n yast2-trans-hu
+* Wed Aug 30 2006 - ke(a)suse.de
+- Update to version 2.14.2.
* Mon Aug 07 2006 - ke(a)suse.de
- Update to version 2.14.1.
* Fri Jun 30 2006 - ke(a)suse.de
++++++ yast2-trans-hu-2.14.1.tar.bz2 -> yast2-trans-hu-2.14.2.tar.bz2 ++++++
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/yast2-trans-hu-2.14.1/Makefile.in new/yast2-trans-hu-2.14.2/Makefile.in
--- old/yast2-trans-hu-2.14.1/Makefile.in 2006-08-07 16:29:30.000000000 +0200
+++ new/yast2-trans-hu-2.14.2/Makefile.in 2006-08-30 16:52:07.000000000 +0200
@@ -130,6 +130,7 @@
PACKAGE_VERSION = @PACKAGE_VERSION@
PATH_SEPARATOR = @PATH_SEPARATOR@
PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
+POTDIR = @POTDIR@
RPMNAME = $(shell cat $(srcdir)/RPMNAME)
SET_MAKE = @SET_MAKE@
SHELL = @SHELL@
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/yast2-trans-hu-2.14.1/VERSION new/yast2-trans-hu-2.14.2/VERSION
--- old/yast2-trans-hu-2.14.1/VERSION 2006-08-07 16:29:23.000000000 +0200
+++ new/yast2-trans-hu-2.14.2/VERSION 2006-08-30 16:51:57.000000000 +0200
@@ -1 +1 @@
-2.14.1
+2.14.2
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/yast2-trans-hu-2.14.1/configure new/yast2-trans-hu-2.14.2/configure
--- old/yast2-trans-hu-2.14.1/configure 2006-08-07 16:29:29.000000000 +0200
+++ new/yast2-trans-hu-2.14.2/configure 2006-08-30 16:52:06.000000000 +0200
@@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.59 for yast2-trans-hu 2.14.1.
+# Generated by GNU Autoconf 2.59 for yast2-trans-hu 2.14.2.
#
# Report bugs to <http://bugs.opensuse.org/>.
#
@@ -269,13 +269,13 @@
# Identity of this package.
PACKAGE_NAME='yast2-trans-hu'
PACKAGE_TARNAME='yast2-trans-hu'
-PACKAGE_VERSION='2.14.1'
-PACKAGE_STRING='yast2-trans-hu 2.14.1'
+PACKAGE_VERSION='2.14.2'
+PACKAGE_STRING='yast2-trans-hu 2.14.2'
PACKAGE_BUGREPORT='http://bugs.opensuse.org/'
ac_unique_file="RPMNAME"
ac_default_prefix=/usr
-ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS build build_cpu build_vendor build_os host host_cpu host_vendor host_os target target_cpu target_vendor target_os INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA CYGPATH_W PACKAGE VERSION ACLOCAL AUTOCONF AUTOMAKE AUTOHEADER MAKEINFO install_sh STRIP ac_ct_STRIP INSTALL_STRIP_PROGRAM mkdir_p AWK SET_MAKE am__leading_dot AMTAR am__tar am__untar RPMNAME MAINTAINER pkgconfigdir pkgconfigdatadir yast2dir ybindir ystartupdir plugindir potdir execcompdir docdir ydatadir imagedir themedir localedir clientdir moduledir yncludedir schemadir scrconfdir agentdir desktopdir fillupdir LL COMPENDIUM LN_S PKG_CONFIG_PATH XGETTEXT CREATE_PKGCONFIG_TRUE CREA
TE_PKGCONFIG_FALSE CREATE_PKGCONFIG_NOARCH_TRUE CREATE_PKGCONFIG_NOARCH_FALSE STYLESHEET_HTML STYLESHEET_PDF STYLESHEET_CSS STYLESHEET_YDOC STYLESHEET_YCPDOC MSGFMT MSGCAT MSGMERGE MSGCONV LIBOBJS LTLIBOBJS'
+ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS build build_cpu build_vendor build_os host host_cpu host_vendor host_os target target_cpu target_vendor target_os INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA CYGPATH_W PACKAGE VERSION ACLOCAL AUTOCONF AUTOMAKE AUTOHEADER MAKEINFO install_sh STRIP ac_ct_STRIP INSTALL_STRIP_PROGRAM mkdir_p AWK SET_MAKE am__leading_dot AMTAR am__tar am__untar RPMNAME MAINTAINER pkgconfigdir pkgconfigdatadir yast2dir ybindir ystartupdir plugindir potdir execcompdir docdir ydatadir imagedir themedir localedir clientdir moduledir yncludedir schemadir scrconfdir agentdir desktopdir fillupdir LL COMPENDIUM POTDIR LN_S PKG_CONFIG_PATH XGETTEXT CREATE_PKGCONFIG_TR
UE CREATE_PKGCONFIG_FALSE CREATE_PKGCONFIG_NOARCH_TRUE CREATE_PKGCONFIG_NOARCH_FALSE STYLESHEET_HTML STYLESHEET_PDF STYLESHEET_CSS STYLESHEET_YDOC STYLESHEET_YCPDOC MSGFMT MSGCAT MSGMERGE MSGCONV LIBOBJS LTLIBOBJS'
ac_subst_files=''
# Initialize some variables set by options.
@@ -728,7 +728,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 yast2-trans-hu 2.14.1 to adapt to many kinds of systems.
+\`configure' configures yast2-trans-hu 2.14.2 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -795,7 +795,7 @@
if test -n "$ac_init_help"; then
case $ac_init_help in
- short | recursive ) echo "Configuration of yast2-trans-hu 2.14.1:";;
+ short | recursive ) echo "Configuration of yast2-trans-hu 2.14.2:";;
esac
cat <<\_ACEOF
@@ -910,7 +910,7 @@
test -n "$ac_init_help" && exit 0
if $ac_init_version; then
cat <<\_ACEOF
-yast2-trans-hu configure 2.14.1
+yast2-trans-hu configure 2.14.2
generated by GNU Autoconf 2.59
Copyright (C) 2003 Free Software Foundation, Inc.
@@ -924,7 +924,7 @@
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
-It was created by yast2-trans-hu $as_me 2.14.1, which was
+It was created by yast2-trans-hu $as_me 2.14.2, which was
generated by GNU Autoconf 2.59. Invocation command line was
$ $0 $@
@@ -1654,7 +1654,7 @@
# Define the identity of the package.
PACKAGE='yast2-trans-hu'
- VERSION='2.14.1'
+ VERSION='2.14.2'
cat >>confdefs.h <<_ACEOF
@@ -1865,7 +1865,7 @@
-VERSION="2.14.1"
+VERSION="2.14.2"
RPMNAME="yast2-trans-hu"
MAINTAINER="Karl Eichwalder <ke(a)suse.de>"
@@ -1951,11 +1951,21 @@
y2compendium=no
fi;
if test "x$with_own_compendium" = "x" ; then
- COMPENDIUM='../../memory/yast2.$(LL).po'
+ if test -d ../50-memory ; then
+ COMPENDIUM='../../50-memory/yast2.$(LL).po'
+ else
+ COMPENDIUM='../../memory/yast2.$(LL).po'
+ fi
else
COMPENDIUM=${with_own_compendium}
fi
+if test -d ../50-pot ; then
+ POTDIR=../../50-pot
+else
+ POTDIR=../../pot/pot
+fi
+
# Find a good install program. We prefer a C program (faster),
@@ -2761,7 +2771,7 @@
} >&5
cat >&5 <<_CSEOF
-This file was extended by yast2-trans-hu $as_me 2.14.1, which was
+This file was extended by yast2-trans-hu $as_me 2.14.2, which was
generated by GNU Autoconf 2.59. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -2816,7 +2826,7 @@
cat >>$CONFIG_STATUS <<_ACEOF
ac_cs_version="\\
-yast2-trans-hu config.status 2.14.1
+yast2-trans-hu config.status 2.14.2
configured by $0, generated by GNU Autoconf 2.59,
with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
@@ -3063,6 +3073,7 @@
s,@fillupdir@,$fillupdir,;t t
s,@LL@,$LL,;t t
s,@COMPENDIUM@,$COMPENDIUM,;t t
+s,@POTDIR@,$POTDIR,;t t
s,@LN_S@,$LN_S,;t t
s,@PKG_CONFIG_PATH@,$PKG_CONFIG_PATH,;t t
s,@XGETTEXT@,$XGETTEXT,;t t
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/yast2-trans-hu-2.14.1/configure.in new/yast2-trans-hu-2.14.2/configure.in
--- old/yast2-trans-hu-2.14.1/configure.in 2006-08-07 16:29:26.000000000 +0200
+++ new/yast2-trans-hu-2.14.2/configure.in 2006-08-30 16:52:03.000000000 +0200
@@ -1,9 +1,9 @@
dnl configure.in for yast2-trans-hu
dnl
-dnl -- This file is generated by y2autoconf 2.13.20 - DO NOT EDIT! --
+dnl -- This file is generated by y2autoconf 2.13.21 - DO NOT EDIT! --
dnl (edit configure.in.in instead)
-AC_INIT(yast2-trans-hu, 2.14.1, http://bugs.opensuse.org/, yast2-trans-hu)
+AC_INIT(yast2-trans-hu, 2.14.2, http://bugs.opensuse.org/, yast2-trans-hu)
dnl Check for presence of file 'RPMNAME'
AC_CONFIG_SRCDIR([RPMNAME])
@@ -17,7 +17,7 @@
AM_INIT_AUTOMAKE(tar-ustar) dnl searches for some needed programs
dnl Important YaST2 variables
-VERSION="2.14.1"
+VERSION="2.14.2"
RPMNAME="yast2-trans-hu"
MAINTAINER="Karl Eichwalder <ke(a)suse.de>"
@@ -97,11 +97,21 @@
[Location of compendium file]),
y2compendium=yes, y2compendium=no)
if test "x$with_own_compendium" = "x" ; then
- COMPENDIUM='../../memory/yast2.$(LL).po'
+ if test -d ../50-memory ; then
+ COMPENDIUM='../../50-memory/yast2.$(LL).po'
+ else
+ COMPENDIUM='../../memory/yast2.$(LL).po'
+ fi
else
COMPENDIUM=${with_own_compendium}
fi
AC_SUBST(COMPENDIUM)
+if test -d ../50-pot ; then
+ POTDIR=../../50-pot
+else
+ POTDIR=../../pot/pot
+fi
+AC_SUBST(POTDIR)
dnl Checks for programs.
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/yast2-trans-hu-2.14.1/po/Makefile.am new/yast2-trans-hu-2.14.2/po/Makefile.am
--- old/yast2-trans-hu-2.14.1/po/Makefile.am 2006-08-07 16:29:26.000000000 +0200
+++ new/yast2-trans-hu-2.14.2/po/Makefile.am 2006-08-30 16:52:03.000000000 +0200
@@ -11,7 +11,8 @@
# Emacs: -*- makefile -*-
LL = @LL@
-POTDIR = ../../pot/pot
+#POTDIR = ../../50-pot
+POTDIR = @POTDIR@
POTFILES = $(wildcard $(POTDIR)/*.pot)
GENERATED = $(MOFILES)
CLEANFILES = $(GENERATED)
@@ -98,7 +99,7 @@
checkpo:
for f in $(POFILES); do \
- mypot=../../pot/pot/$${f/$(LL).po/pot}; echo $$f $$mypot; \
+ mypot=$(POTDIR)/$${f/$(LL).po/pot}; echo $$f $$mypot; \
[ -f $$mypot ] && { LANG=C $(MSGMERGE) --verbose --output=/dev/null $$f $$mypot || exit 1; }; \
LANG=C $(MSGFMT) --output=/dev/null --check --statistics --verbose $$f \
|| exit 1; \
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/yast2-trans-hu-2.14.1/po/Makefile.in new/yast2-trans-hu-2.14.2/po/Makefile.in
--- old/yast2-trans-hu-2.14.1/po/Makefile.in 2006-08-07 16:29:30.000000000 +0200
+++ new/yast2-trans-hu-2.14.2/po/Makefile.in 2006-08-30 16:52:07.000000000 +0200
@@ -98,6 +98,8 @@
PACKAGE_VERSION = @PACKAGE_VERSION@
PATH_SEPARATOR = @PATH_SEPARATOR@
PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
+#POTDIR = ../../50-pot
+POTDIR = @POTDIR@
RPMNAME = @RPMNAME@
SET_MAKE = @SET_MAKE@
SHELL = @SHELL@
@@ -166,7 +168,6 @@
ydatadir = @ydatadir@
yncludedir = @yncludedir@
ystartupdir = @ystartupdir@
-POTDIR = ../../pot/pot
POTFILES = $(wildcard $(POTDIR)/*.pot)
GENERATED = $(MOFILES)
CLEANFILES = $(GENERATED)
@@ -396,7 +397,7 @@
checkpo:
for f in $(POFILES); do \
- mypot=../../pot/pot/$${f/$(LL).po/pot}; echo $$f $$mypot; \
+ mypot=$(POTDIR)/$${f/$(LL).po/pot}; echo $$f $$mypot; \
[ -f $$mypot ] && { LANG=C $(MSGMERGE) --verbose --output=/dev/null $$f $$mypot || exit 1; }; \
LANG=C $(MSGFMT) --output=/dev/null --check --statistics --verbose $$f \
|| exit 1; \
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/yast2-trans-hu-2.14.1/po/country.hu.po new/yast2-trans-hu-2.14.2/po/country.hu.po
--- old/yast2-trans-hu-2.14.1/po/country.hu.po 2006-08-07 14:06:35.000000000 +0200
+++ new/yast2-trans-hu-2.14.2/po/country.hu.po 2006-08-29 10:36:54.000000000 +0200
@@ -12,17 +12,17 @@
# Keresztes Ákos <xsak(a)c2.hu>, 2006.
msgid ""
msgstr ""
-"Project-Id-Version: country.hu\n"
+"Project-Id-Version: country\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2006-05-24 15:42+0200\n"
-"PO-Revision-Date: 2006-06-23 11:35+0200\n"
+"PO-Revision-Date: 2006-08-08 16:28+0200\n"
"Last-Translator: \n"
"Language-Team: <hu(a)li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
-"X-Generator: KBabel 1.11.2\n"
+"X-Generator: KBabel 1.11.4\n"
#. keyboard layout
#: keyboard/data/keyboard_raw.ycp:35
@@ -1170,7 +1170,7 @@
"</p>\n"
msgstr ""
"<p>\n"
-"Kattintson az <b>Elfogadás</b> gombra a folytatáshoz.\n"
+"A folytatáshoz kattintson a <b>Következő</b> gombra.\n"
"</p>\n"
# modules/inst_language.ycp:103
@@ -1183,7 +1183,7 @@
"</p>\n"
msgstr ""
"<p>\n"
-"Semmi nem változik a számítógépén mindaddig, amíg meg\n"
+"Semmilyen változtatás nem jut érvényre mindaddig, amíg meg\n"
"nem erősíti beállításait az utolsó telepítési párbeszédablakban.\n"
"</p>\n"
@@ -1196,7 +1196,7 @@
"</p>\n"
msgstr ""
"<p>\n"
-"A <b>Telepítés megszakítása</b> gombbal bármikor kiléphet a telepítőből.\n"
+"Az <b>Elvet</b> gombbal bármikor kiléphet a telepítőből.\n"
"</p>\n"
# modules/inst_language.ycp:89
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/yast2-trans-hu-2.14.1/po/installation.hu.po new/yast2-trans-hu-2.14.2/po/installation.hu.po
--- old/yast2-trans-hu-2.14.1/po/installation.hu.po 2006-08-07 14:06:35.000000000 +0200
+++ new/yast2-trans-hu-2.14.2/po/installation.hu.po 2006-08-29 10:37:05.000000000 +0200
@@ -19,13 +19,13 @@
"Project-Id-Version: installation\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2006-05-24 15:43+0200\n"
-"PO-Revision-Date: 2006-06-26 12:15+0200\n"
+"PO-Revision-Date: 2006-08-08 17:47+0200\n"
"Last-Translator: \n"
"Language-Team: <hu(a)li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: KBabel 1.11.2\n"
+"X-Generator: KBabel 1.11.4\n"
#. this is a heading
#: doc/proposal/dummy_proposal.ycp:69
@@ -413,9 +413,9 @@
"one of the available options. If you do not agree to the license agreement,\n"
"the configuration will be aborted.</p>\n"
msgstr ""
-"<p>Gondosan olvassa el a licencfeltételeket és döntse el, hogy elfogadja-e azokat.\n"
+"<p>A licencfeltételek elfogadása előfeltétele a telepítésnek. Gondosan olvassa el a licencfeltételeket és döntse el, hogy elfogadja-e azokat.\n"
"Amennyiben nem fogadja el a licencmegállapodást, akkor\n"
-"a telepítés megszakad.</p>\n"
+"a telepítés megszakad. A licencfeltételek csak angol nyelven érhetők el.</p>\n"
#. yes-no popup
#: src/clients/inst_license.ycp:148 src/modules/AddOnProduct.ycp:825
@@ -1280,7 +1280,7 @@
"your hard disk. With this option, try to fix problems automatically.\n"
"</p>"
msgstr ""
-"<p>Ha a merevlemezen egy sérült Linux rendszere van,\n"
+"<p>Ha a merevlemezen egy sérült Linux-rendszere van,\n"
"kattintson az <b>Egyéb...</b> gombra, majd válassza <b>A telepített rendszer javítása</b>\n"
"lehetőséget. Ezzel a beállítással megpróbálhatja automatikusan kijavítania a hibákat.\n"
"</p>"
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/yast2-trans-hu-2.14.1/po/packager.hu.po new/yast2-trans-hu-2.14.2/po/packager.hu.po
--- old/yast2-trans-hu-2.14.1/po/packager.hu.po 2006-08-07 14:06:35.000000000 +0200
+++ new/yast2-trans-hu-2.14.2/po/packager.hu.po 2006-08-29 10:37:35.000000000 +0200
@@ -18,13 +18,13 @@
"Project-Id-Version: packager\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2006-05-24 15:49+0200\n"
-"PO-Revision-Date: 2006-06-26 12:15+0200\n"
+"PO-Revision-Date: 2006-08-08 17:51+0200\n"
"Last-Translator: \n"
"Language-Team: <hu(a)li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: KBabel 1.11.2\n"
+"X-Generator: KBabel 1.11.4\n"
#. module description
#: src/clients/checkmedia.ycp:36
@@ -1303,7 +1303,7 @@
"to perform the check. The check can take several minutes depending on\n"
"speed of the drive and size of the medium. The check verifies the MD5 checksum.</P>\n"
msgstr ""
-"<P>Válasszon ki egy meghajtót, helyezze be az adathordozót a meghajtóba és \n"
+"<P>Válasszon ki a megfelelő meghajtót, helyezze be az adathordozót a meghajtóba és \n"
"nyomja meg az <B>Ellenőrzés indítása</B> gombot az ellenőrzés megkezdéséhez.\n"
"Az ellenőrzés több percig is eltarthat a meghajtó sebességétől és\n"
"az adathordozó méretétől függően. Az ellenőrzés megvizsgálja az\n"
@@ -1316,8 +1316,8 @@
"It may fail or you may lose your data. You should replace the broken\n"
"medium.</P>\n"
msgstr ""
-"<P>Ha az adathordozó ellenőrzése hibát jelez, ne folytassa a telepítést.\n"
-"Lehet, hogy nem fog sikerülni, vagy adatok vesznek el. Cserélje ki a\n"
+"<P>Ha az adathordozó ellenőrzése hibát jelez, ne folytassa a telepítést,\n"
+"mert lehet, hogy nem fog sikerülni, vagy adatok elvesznek. Cserélje ki a\n"
"hibás adathordozót.</P>\n"
#. help text - media check 5/7
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit+unsubscribe(a)opensuse.org
For additional commands, e-mail: opensuse-commit+help(a)opensuse.org
1
0
Hello community,
here is the log from the commit of package yast2-trans-cs
checked in at Wed Aug 30 19:43:09 CEST 2006.
--------
--- yast2-trans-cs/yast2-trans-cs.changes 2006-08-07 16:27:10.000000000 +0200
+++ yast2-trans-cs/yast2-trans-cs.changes 2006-08-30 16:41:57.000000000 +0200
@@ -1,0 +2,10 @@
+Wed Aug 30 16:41:57 2006 - ke(a)suse.de
+
+- Update to version 2.14.3.
+
+------------------------------------------------------------------------
+Tue Aug 29 10:43:13 2006 - ke(a)suse.de
+
+- Update to version 2.14.2.
+
+------------------------------------------------------------------------
Old:
----
yast2-trans-cs-2.14.1.tar.bz2
New:
----
yast2-trans-cs-2.14.3.tar.bz2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ yast2-trans-cs.spec ++++++
--- /var/tmp/diff_new_pack.8BN1Y5/_old 2006-08-30 19:43:01.000000000 +0200
+++ /var/tmp/diff_new_pack.8BN1Y5/_new 2006-08-30 19:43:01.000000000 +0200
@@ -1,5 +1,5 @@
#
-# spec file for package yast2-trans-cs (Version 2.14.1)
+# spec file for package yast2-trans-cs (Version 2.14.3)
#
# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
@@ -11,12 +11,12 @@
# norootforbuild
Name: yast2-trans-cs
-Version: 2.14.1
+Version: 2.14.3
Release: 1
License: GPL
Group: System/YaST
BuildRoot: %{_tmppath}/%{name}-%{version}-build
-Source0: yast2-trans-cs-2.14.1.tar.bz2
+Source0: yast2-trans-cs-2.14.3.tar.bz2
prefix: /usr
Provides: locale(yast2:cs)
BuildRequires: pkgconfig yast2-devtools
@@ -33,7 +33,7 @@
%prep
-%setup -n yast2-trans-cs-2.14.1
+%setup -n yast2-trans-cs-2.14.3
%build
autoreconf --force --install
@@ -65,6 +65,10 @@
/usr/share/YaST2/locale
%changelog -n yast2-trans-cs
+* Wed Aug 30 2006 - ke(a)suse.de
+- Update to version 2.14.3.
+* Tue Aug 29 2006 - ke(a)suse.de
+- Update to version 2.14.2.
* Mon Aug 07 2006 - ke(a)suse.de
- Update to version 2.14.1.
* Mon Jun 26 2006 - ke(a)suse.de
++++++ yast2-trans-cs-2.14.1.tar.bz2 -> yast2-trans-cs-2.14.3.tar.bz2 ++++++
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/yast2-trans-cs-2.14.1/Makefile.in new/yast2-trans-cs-2.14.3/Makefile.in
--- old/yast2-trans-cs-2.14.1/Makefile.in 2006-08-07 16:27:16.000000000 +0200
+++ new/yast2-trans-cs-2.14.3/Makefile.in 2006-08-30 16:42:06.000000000 +0200
@@ -130,6 +130,7 @@
PACKAGE_VERSION = @PACKAGE_VERSION@
PATH_SEPARATOR = @PATH_SEPARATOR@
PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
+POTDIR = @POTDIR@
RPMNAME = $(shell cat $(srcdir)/RPMNAME)
SET_MAKE = @SET_MAKE@
SHELL = @SHELL@
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/yast2-trans-cs-2.14.1/VERSION new/yast2-trans-cs-2.14.3/VERSION
--- old/yast2-trans-cs-2.14.1/VERSION 2006-08-07 16:27:10.000000000 +0200
+++ new/yast2-trans-cs-2.14.3/VERSION 2006-08-30 16:41:57.000000000 +0200
@@ -1 +1 @@
-2.14.1
+2.14.3
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/yast2-trans-cs-2.14.1/configure new/yast2-trans-cs-2.14.3/configure
--- old/yast2-trans-cs-2.14.1/configure 2006-08-07 16:27:15.000000000 +0200
+++ new/yast2-trans-cs-2.14.3/configure 2006-08-30 16:42:05.000000000 +0200
@@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.59 for yast2-trans-cs 2.14.1.
+# Generated by GNU Autoconf 2.59 for yast2-trans-cs 2.14.3.
#
# Report bugs to <http://bugs.opensuse.org/>.
#
@@ -269,13 +269,13 @@
# Identity of this package.
PACKAGE_NAME='yast2-trans-cs'
PACKAGE_TARNAME='yast2-trans-cs'
-PACKAGE_VERSION='2.14.1'
-PACKAGE_STRING='yast2-trans-cs 2.14.1'
+PACKAGE_VERSION='2.14.3'
+PACKAGE_STRING='yast2-trans-cs 2.14.3'
PACKAGE_BUGREPORT='http://bugs.opensuse.org/'
ac_unique_file="RPMNAME"
ac_default_prefix=/usr
-ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS build build_cpu build_vendor build_os host host_cpu host_vendor host_os target target_cpu target_vendor target_os INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA CYGPATH_W PACKAGE VERSION ACLOCAL AUTOCONF AUTOMAKE AUTOHEADER MAKEINFO install_sh STRIP ac_ct_STRIP INSTALL_STRIP_PROGRAM mkdir_p AWK SET_MAKE am__leading_dot AMTAR am__tar am__untar RPMNAME MAINTAINER pkgconfigdir pkgconfigdatadir yast2dir ybindir ystartupdir plugindir potdir execcompdir docdir ydatadir imagedir themedir localedir clientdir moduledir yncludedir schemadir scrconfdir agentdir desktopdir fillupdir LL COMPENDIUM LN_S PKG_CONFIG_PATH XGETTEXT CREATE_PKGCONFIG_TRUE CREA
TE_PKGCONFIG_FALSE CREATE_PKGCONFIG_NOARCH_TRUE CREATE_PKGCONFIG_NOARCH_FALSE STYLESHEET_HTML STYLESHEET_PDF STYLESHEET_CSS STYLESHEET_YDOC STYLESHEET_YCPDOC MSGFMT MSGCAT MSGMERGE MSGCONV LIBOBJS LTLIBOBJS'
+ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS build build_cpu build_vendor build_os host host_cpu host_vendor host_os target target_cpu target_vendor target_os INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA CYGPATH_W PACKAGE VERSION ACLOCAL AUTOCONF AUTOMAKE AUTOHEADER MAKEINFO install_sh STRIP ac_ct_STRIP INSTALL_STRIP_PROGRAM mkdir_p AWK SET_MAKE am__leading_dot AMTAR am__tar am__untar RPMNAME MAINTAINER pkgconfigdir pkgconfigdatadir yast2dir ybindir ystartupdir plugindir potdir execcompdir docdir ydatadir imagedir themedir localedir clientdir moduledir yncludedir schemadir scrconfdir agentdir desktopdir fillupdir LL COMPENDIUM POTDIR LN_S PKG_CONFIG_PATH XGETTEXT CREATE_PKGCONFIG_TR
UE CREATE_PKGCONFIG_FALSE CREATE_PKGCONFIG_NOARCH_TRUE CREATE_PKGCONFIG_NOARCH_FALSE STYLESHEET_HTML STYLESHEET_PDF STYLESHEET_CSS STYLESHEET_YDOC STYLESHEET_YCPDOC MSGFMT MSGCAT MSGMERGE MSGCONV LIBOBJS LTLIBOBJS'
ac_subst_files=''
# Initialize some variables set by options.
@@ -728,7 +728,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 yast2-trans-cs 2.14.1 to adapt to many kinds of systems.
+\`configure' configures yast2-trans-cs 2.14.3 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -795,7 +795,7 @@
if test -n "$ac_init_help"; then
case $ac_init_help in
- short | recursive ) echo "Configuration of yast2-trans-cs 2.14.1:";;
+ short | recursive ) echo "Configuration of yast2-trans-cs 2.14.3:";;
esac
cat <<\_ACEOF
@@ -910,7 +910,7 @@
test -n "$ac_init_help" && exit 0
if $ac_init_version; then
cat <<\_ACEOF
-yast2-trans-cs configure 2.14.1
+yast2-trans-cs configure 2.14.3
generated by GNU Autoconf 2.59
Copyright (C) 2003 Free Software Foundation, Inc.
@@ -924,7 +924,7 @@
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
-It was created by yast2-trans-cs $as_me 2.14.1, which was
+It was created by yast2-trans-cs $as_me 2.14.3, which was
generated by GNU Autoconf 2.59. Invocation command line was
$ $0 $@
@@ -1654,7 +1654,7 @@
# Define the identity of the package.
PACKAGE='yast2-trans-cs'
- VERSION='2.14.1'
+ VERSION='2.14.3'
cat >>confdefs.h <<_ACEOF
@@ -1865,7 +1865,7 @@
-VERSION="2.14.1"
+VERSION="2.14.3"
RPMNAME="yast2-trans-cs"
MAINTAINER="Karl Eichwalder <ke(a)suse.de>"
@@ -1951,11 +1951,21 @@
y2compendium=no
fi;
if test "x$with_own_compendium" = "x" ; then
- COMPENDIUM='../../memory/yast2.$(LL).po'
+ if test -d ../50-memory ; then
+ COMPENDIUM='../../50-memory/yast2.$(LL).po'
+ else
+ COMPENDIUM='../../memory/yast2.$(LL).po'
+ fi
else
COMPENDIUM=${with_own_compendium}
fi
+if test -d ../50-pot ; then
+ POTDIR=../../50-pot
+else
+ POTDIR=../../pot/pot
+fi
+
# Find a good install program. We prefer a C program (faster),
@@ -2761,7 +2771,7 @@
} >&5
cat >&5 <<_CSEOF
-This file was extended by yast2-trans-cs $as_me 2.14.1, which was
+This file was extended by yast2-trans-cs $as_me 2.14.3, which was
generated by GNU Autoconf 2.59. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -2816,7 +2826,7 @@
cat >>$CONFIG_STATUS <<_ACEOF
ac_cs_version="\\
-yast2-trans-cs config.status 2.14.1
+yast2-trans-cs config.status 2.14.3
configured by $0, generated by GNU Autoconf 2.59,
with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
@@ -3063,6 +3073,7 @@
s,@fillupdir@,$fillupdir,;t t
s,@LL@,$LL,;t t
s,@COMPENDIUM@,$COMPENDIUM,;t t
+s,@POTDIR@,$POTDIR,;t t
s,@LN_S@,$LN_S,;t t
s,@PKG_CONFIG_PATH@,$PKG_CONFIG_PATH,;t t
s,@XGETTEXT@,$XGETTEXT,;t t
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/yast2-trans-cs-2.14.1/configure.in new/yast2-trans-cs-2.14.3/configure.in
--- old/yast2-trans-cs-2.14.1/configure.in 2006-08-07 16:27:12.000000000 +0200
+++ new/yast2-trans-cs-2.14.3/configure.in 2006-08-30 16:42:02.000000000 +0200
@@ -1,9 +1,9 @@
dnl configure.in for yast2-trans-cs
dnl
-dnl -- This file is generated by y2autoconf 2.13.20 - DO NOT EDIT! --
+dnl -- This file is generated by y2autoconf 2.13.21 - DO NOT EDIT! --
dnl (edit configure.in.in instead)
-AC_INIT(yast2-trans-cs, 2.14.1, http://bugs.opensuse.org/, yast2-trans-cs)
+AC_INIT(yast2-trans-cs, 2.14.3, http://bugs.opensuse.org/, yast2-trans-cs)
dnl Check for presence of file 'RPMNAME'
AC_CONFIG_SRCDIR([RPMNAME])
@@ -17,7 +17,7 @@
AM_INIT_AUTOMAKE(tar-ustar) dnl searches for some needed programs
dnl Important YaST2 variables
-VERSION="2.14.1"
+VERSION="2.14.3"
RPMNAME="yast2-trans-cs"
MAINTAINER="Karl Eichwalder <ke(a)suse.de>"
@@ -97,11 +97,21 @@
[Location of compendium file]),
y2compendium=yes, y2compendium=no)
if test "x$with_own_compendium" = "x" ; then
- COMPENDIUM='../../memory/yast2.$(LL).po'
+ if test -d ../50-memory ; then
+ COMPENDIUM='../../50-memory/yast2.$(LL).po'
+ else
+ COMPENDIUM='../../memory/yast2.$(LL).po'
+ fi
else
COMPENDIUM=${with_own_compendium}
fi
AC_SUBST(COMPENDIUM)
+if test -d ../50-pot ; then
+ POTDIR=../../50-pot
+else
+ POTDIR=../../pot/pot
+fi
+AC_SUBST(POTDIR)
dnl Checks for programs.
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/yast2-trans-cs-2.14.1/po/Makefile.am new/yast2-trans-cs-2.14.3/po/Makefile.am
--- old/yast2-trans-cs-2.14.1/po/Makefile.am 2006-08-07 16:27:12.000000000 +0200
+++ new/yast2-trans-cs-2.14.3/po/Makefile.am 2006-08-30 16:42:02.000000000 +0200
@@ -11,7 +11,8 @@
# Emacs: -*- makefile -*-
LL = @LL@
-POTDIR = ../../pot/pot
+#POTDIR = ../../50-pot
+POTDIR = @POTDIR@
POTFILES = $(wildcard $(POTDIR)/*.pot)
GENERATED = $(MOFILES)
CLEANFILES = $(GENERATED)
@@ -98,7 +99,7 @@
checkpo:
for f in $(POFILES); do \
- mypot=../../pot/pot/$${f/$(LL).po/pot}; echo $$f $$mypot; \
+ mypot=$(POTDIR)/$${f/$(LL).po/pot}; echo $$f $$mypot; \
[ -f $$mypot ] && { LANG=C $(MSGMERGE) --verbose --output=/dev/null $$f $$mypot || exit 1; }; \
LANG=C $(MSGFMT) --output=/dev/null --check --statistics --verbose $$f \
|| exit 1; \
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/yast2-trans-cs-2.14.1/po/Makefile.in new/yast2-trans-cs-2.14.3/po/Makefile.in
--- old/yast2-trans-cs-2.14.1/po/Makefile.in 2006-08-07 16:27:16.000000000 +0200
+++ new/yast2-trans-cs-2.14.3/po/Makefile.in 2006-08-30 16:42:06.000000000 +0200
@@ -98,6 +98,8 @@
PACKAGE_VERSION = @PACKAGE_VERSION@
PATH_SEPARATOR = @PATH_SEPARATOR@
PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
+#POTDIR = ../../50-pot
+POTDIR = @POTDIR@
RPMNAME = @RPMNAME@
SET_MAKE = @SET_MAKE@
SHELL = @SHELL@
@@ -166,7 +168,6 @@
ydatadir = @ydatadir@
yncludedir = @yncludedir@
ystartupdir = @ystartupdir@
-POTDIR = ../../pot/pot
POTFILES = $(wildcard $(POTDIR)/*.pot)
GENERATED = $(MOFILES)
CLEANFILES = $(GENERATED)
@@ -396,7 +397,7 @@
checkpo:
for f in $(POFILES); do \
- mypot=../../pot/pot/$${f/$(LL).po/pot}; echo $$f $$mypot; \
+ mypot=$(POTDIR)/$${f/$(LL).po/pot}; echo $$f $$mypot; \
[ -f $$mypot ] && { LANG=C $(MSGMERGE) --verbose --output=/dev/null $$f $$mypot || exit 1; }; \
LANG=C $(MSGFMT) --output=/dev/null --check --statistics --verbose $$f \
|| exit 1; \
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/yast2-trans-cs-2.14.1/po/dhcp-server.cs.po new/yast2-trans-cs-2.14.3/po/dhcp-server.cs.po
--- old/yast2-trans-cs-2.14.1/po/dhcp-server.cs.po 2006-08-07 14:07:54.000000000 +0200
+++ new/yast2-trans-cs-2.14.3/po/dhcp-server.cs.po 2006-08-29 10:43:42.000000000 +0200
@@ -938,7 +938,7 @@
#. part of help text - push button label, NO SHORTCUT!!!
#: src/dialogs2.ycp:1484
msgid "Stop DHCP Server Now"
-msgstr "Zastavit DNS server"
+msgstr "Zastavit DHCP server"
#. part of help text - push button label, NO SHORTCUT!!!
#: src/dialogs2.ycp:1486
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/yast2-trans-cs-2.14.1/po/ldap-client.cs.po new/yast2-trans-cs-2.14.3/po/ldap-client.cs.po
--- old/yast2-trans-cs-2.14.1/po/ldap-client.cs.po 2006-08-07 14:07:54.000000000 +0200
+++ new/yast2-trans-cs-2.14.3/po/ldap-client.cs.po 2006-08-29 10:56:03.000000000 +0200
@@ -1,15 +1,12 @@
-# translation of ldap-client.po to Czech
# translation of ldap-client.po to
# translation of ldap-client.po to
# translation of ldap-client.po to
# translation of ldap-client.po to
# translation of ldap-client.po to
# translation of ldap-client.po to cs_CZ
-# translation of ldap-client.cs.po to czech
-# translation of ldap-client.po to czech
-# translation of ldap-client.cs.po to Czech
# Czech message file for YaST2 (ldap_client).
# Copyright (C) 1999-2002 SuSE CR.
+#
# Lukáš Tinkl <lukas.tinkl(a)suse.cz>, 2002,2003.
# Klara Cihlarova <cihlarov(a)suse.cz>, 2003.
# Martin Jezek <mjezek(a)suse.cz>, 2003.
@@ -17,20 +14,19 @@
# Jakub Friedl <jfriedl(a)suse.cz>, 2005, 2006.
# SUSE CR <cihlarov(a)suse.cz>, 2005.
# Jakub Friedl <jfried(a)suse.cz>, 2005.
-#
msgid ""
msgstr ""
"Project-Id-Version: ldap-client\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2006-04-13 15:35+0200\n"
-"PO-Revision-Date: 2006-04-19 14:14+0200\n"
+"POT-Creation-Date: 2006-05-24 15:45+0200\n"
+"PO-Revision-Date: 2006-08-28 14:12+0200\n"
"Last-Translator: Klara Cihlarova <koty(a)seznam.cz>\n"
"Language-Team: cs_CZ <cs(a)li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
-"X-Generator: KBabel 1.10.2\n"
+"X-Generator: KBabel 1.11.2\n"
#. summary item
#: src/Ldap.ycp:432
@@ -340,7 +336,7 @@
msgstr "Prázdná pol&ožka"
#. button label
-#: src/LdapPopup.ycp:291 src/ui.ycp:636 src/ui.ycp:669
+#: src/LdapPopup.ycp:291 src/ui.ycp:638 src/ui.ycp:671
msgid "Bro&wse"
msgstr "&Procházet"
@@ -507,12 +503,12 @@
msgstr "&Znovu načíst"
#. table header 1/2
-#: src/ldap_browser.ycp:242 src/ui.ycp:960 src/ui.ycp:1250
+#: src/ldap_browser.ycp:242 src/ui.ycp:964 src/ui.ycp:1254
msgid "Attribute"
msgstr "Atribut"
#. table header 2/2
-#: src/ldap_browser.ycp:244 src/ui.ycp:962 src/ui.ycp:1252
+#: src/ldap_browser.ycp:244 src/ui.ycp:966 src/ui.ycp:1256
msgid "Value"
msgstr "Hodnota"
@@ -526,7 +522,7 @@
msgstr "Administrační DN"
#. error popup, %1 is attribute name
-#: src/ldap_browser.ycp:457 src/ui.ycp:1111 src/ui.ycp:1291
+#: src/ldap_browser.ycp:457 src/ui.ycp:1115 src/ui.ycp:1295
#, ycp-format
msgid ""
"The \"%1\" attribute is mandatory.\n"
@@ -723,18 +719,18 @@
msgstr "Konfigurace klienta LDAP"
#. error popup label
-#: src/ui.ycp:333
+#: src/ui.ycp:335
msgid "Enter an LDAP base DN."
msgstr "Zadejte položku základny DN."
#. error popup label
-#: src/ui.ycp:341
+#: src/ui.ycp:343
msgid "Enter at least one address of an LDAP server."
msgstr "Zadejte nejméně jednu adresu LDAP serveru."
#. popup question: user enabled LDAP now, but probably has
#. enabled NIS client before
-#: src/ui.ycp:357
+#: src/ui.ycp:359
msgid ""
"When you configure your machine as an LDAP client,\n"
"you cannot retrieve data with NIS. Are you sure?\n"
@@ -743,7 +739,7 @@
"nemůžete získávat data z NIS. Jste si jistí?\n"
#. popup question
-#: src/ui.ycp:371
+#: src/ui.ycp:373
msgid ""
"An active configuration of the Kerberos client is present.\n"
"Which should be used as the primary authentication service?\n"
@@ -752,22 +748,22 @@
"Co má být použito jako primární autentizační služba?\n"
#. button label (authentication service)
-#: src/ui.ycp:375
+#: src/ui.ycp:377
msgid "&LDAP"
msgstr "&LDAP"
#. button label (authentication service)
-#: src/ui.ycp:377
+#: src/ui.ycp:379
msgid "&Kerberos"
msgstr "&Kerberos"
#. popup text
-#: src/ui.ycp:435
+#: src/ui.ycp:437
msgid "Now you have enabled LDAP."
msgstr "Nyní povolte LDAP."
#. message popup, part 1/2
-#: src/ui.ycp:439
+#: src/ui.ycp:441
msgid ""
"This change only affects newly created processes and not already\n"
"running services. Restart your services manually or reboot \n"
@@ -778,7 +774,7 @@
"počítač, pokud chcete, aby ovlivnila všechny služby.\n"
#. message popup, part 1/2
-#: src/ui.ycp:448
+#: src/ui.ycp:450
msgid ""
"\n"
"To enable remote login for LDAP users, 'sshd' will be\n"
@@ -789,12 +785,12 @@
"YaST automaticky restartuje 'sshd'.\n"
#. help text caption 1
-#: src/ui.ycp:479
+#: src/ui.ycp:481
msgid "<p><b>Advanced LDAP Client Settings</b></p>"
msgstr "<p><b>Pokročilá nastavení LDAP klienta</b></p>"
#. help text 1/3
-#: src/ui.ycp:482
+#: src/ui.ycp:484
msgid ""
"<p>Specify the search bases to use for specific maps (users, passwords, and groups) if they are different from the base DN. These values are\n"
"set to the nss_base_passwd, nss_base_shadow, and nss_base_group attributes\n"
@@ -805,27 +801,27 @@
" souboru /etc/ldap.conf.</p>\n"
#. help text 2/3
-#: src/ui.ycp:488
+#: src/ui.ycp:490
msgid "<p><b>Password Change Protocol</b> refers to the pam_password attribute of /etc/ldap.conf file. See <tt>man pam_ldap</tt> for the meaning of its values.</p>"
msgstr "<p><b>Protokol změny hesla</b> odkazuje na atribut pam_password souboru /etc/ldap.conf. Možné hodnoty jsou popsány v <tt>man pam_ldap</tt>.</p>"
#. help text 3/3, %1 is attribute name
-#: src/ui.ycp:491
+#: src/ui.ycp:493
#, ycp-format
msgid ""
"<p>Set the type of LDAP groups you are using.\n"
"The default value for <b>Group Member Attribute</b> is <i>%1</i>.</p>"
msgstr ""
"<p>Nastavte typ LDAP skupin.\n"
-"Výchozí hodnota pro <b>Vlastnosti členství skupiny</b> je <i>%1</i>.</p>"
+"Výchozí hodnota pro <b>Atribut členství ve skupině</b> je <i>%1</i>.</p>"
#. help text caption 2
-#: src/ui.ycp:497
+#: src/ui.ycp:499
msgid "<p><b>Access to Server</b></p>"
msgstr "<p><b>Přístup k serveru</b>"
#. help text 1/4
-#: src/ui.ycp:500
+#: src/ui.ycp:502
msgid ""
"<p>First, set <b>Configuration Base DN</b>.\n"
"It is the base for storing your configuration data, which is saved on the LDAP\n"
@@ -835,7 +831,7 @@
"Tím nastavíte základnu pro uchovávání konfiguračních dat na serveru LDAP.</p>\n"
#. help text 2/4
-#: src/ui.ycp:506
+#: src/ui.ycp:508
msgid ""
"<p>To access the data stored on the server, enter the\n"
"<b>Administrator DN</b>.\n"
@@ -848,7 +844,7 @@
"relativní DN (např. cn=Administrator). Základní LDAP DN bude automaticky připojeno, pokud je zaškrtnuta příslušná volba.</p>"
#. help text 3/4
-#: src/ui.ycp:512
+#: src/ui.ycp:514
msgid ""
"<p>To create the default configuration objects for LDAP users and groups,\n"
"check <b>Create Default Configuration Objects</b>. The objects are only created when they do not already exist.</p>\n"
@@ -857,7 +853,7 @@
"zaškrtněte <b>Vytvořit výchozí konfiguraci objektů</b>.</p>\n"
#. help text 4/4
-#: src/ui.ycp:517
+#: src/ui.ycp:519
msgid ""
"<p>Press <b>Configure</b> to configure settings stored on the\n"
"LDAP server. You will be asked for the password if you are not connected yet or\n"
@@ -868,12 +864,12 @@
"budete dotázáni na heslo.</p>\n"
#. help text caption 3
-#: src/ui.ycp:523
+#: src/ui.ycp:525
msgid "<p><b>Home Directories</b></p>"
msgstr "<p><b>Domovské adresáře</b></p>"
#. help text 1/1
-#: src/ui.ycp:526
+#: src/ui.ycp:528
msgid ""
"<p>If home directories of users should be stored on this machine,\n"
"check the appropriate option. Changing this value does not cause any direct\n"
@@ -886,102 +882,102 @@
"který spravuje domovské adresáře uživatelů.</p>\n"
#. tab label
-#: src/ui.ycp:578
+#: src/ui.ycp:580
msgid "C&lient Settings"
msgstr "Nastavení &klienta"
#. tab label
-#: src/ui.ycp:580
+#: src/ui.ycp:582
msgid "Ad&ministration Settings"
msgstr "Nastavení &administrace"
#. frame label
-#: src/ui.ycp:606
+#: src/ui.ycp:608
msgid "Naming Contexts"
msgstr "Názvové kontexty"
#. textentry label
-#: src/ui.ycp:612
+#: src/ui.ycp:614
msgid "&User Map"
msgstr "Mapa &uživatelů"
#. button label
-#: src/ui.ycp:616
+#: src/ui.ycp:618
msgid "&Browse"
msgstr "&Procházet"
#. textentry label
-#: src/ui.ycp:622
+#: src/ui.ycp:624
msgid "&Password Map"
msgstr "Mapa &hesel"
#. button label
-#: src/ui.ycp:626
+#: src/ui.ycp:628
msgid "Br&owse"
msgstr "Pr&ocházet"
#. textentry label
-#: src/ui.ycp:632
+#: src/ui.ycp:634
msgid "&Group Map"
msgstr "Mapa &skupin"
#. combobox label
-#: src/ui.ycp:646
+#: src/ui.ycp:648
msgid "Pa&ssword Change Protocol"
msgstr "Protokol změny he&sla"
#. combobox label
-#: src/ui.ycp:650
+#: src/ui.ycp:652
msgid "G&roup Member Attribute"
-msgstr "&Vlastnosti členství skupiny"
+msgstr "&Atribut členství ve skupině"
#. textentry label
-#: src/ui.ycp:665
+#: src/ui.ycp:667
msgid "Configuration &Base DN"
msgstr "Základna DN pro konfigura&ci"
#. textentry label
-#: src/ui.ycp:675
+#: src/ui.ycp:677
msgid "Administrator &DN"
msgstr "&Administrační DN"
#. checkbox label
-#: src/ui.ycp:678
+#: src/ui.ycp:680
msgid "A&ppend Base DN"
msgstr "&Přidat Base DN"
#. checkbox label
-#: src/ui.ycp:684
+#: src/ui.ycp:686
msgid "Crea&te Default Configuration Objects"
msgstr "Vytvoři&t výchozí konfiguraci objektů"
#. checkbox label
-#: src/ui.ycp:688
+#: src/ui.ycp:690
msgid "&Home Directories on This Machine"
msgstr "&Domovské adresáře na tomto stroji"
#. pushbutton label
-#: src/ui.ycp:694
+#: src/ui.ycp:696
msgid "Configure User Management &Settings..."
msgstr "Konfigurace správy na&stavení uživatelů..."
#. dialog label
-#: src/ui.ycp:709
+#: src/ui.ycp:711
msgid "Advanced Configuration"
msgstr "Pokročilá konfigurace"
#. error popup label
-#: src/ui.ycp:789
+#: src/ui.ycp:793
msgid "Enter the DN used for binding to the LDAP server."
msgstr "Zadejte DN, kterou používáte pro připojení k LDAP serveru."
#. error popup label
-#: src/ui.ycp:797
+#: src/ui.ycp:801
msgid "Enter the configuration base DN"
msgstr "Zdejte základnu pro konfiguraci LDAP"
#. yes/no popup
-#: src/ui.ycp:884
+#: src/ui.ycp:888
msgid ""
"Reread settings from server?\n"
"All changes will be lost.\n"
@@ -990,7 +986,7 @@
"Všechny vaše změny budou ztraceny.\n"
#. help text 1/3
-#: src/ui.ycp:908
+#: src/ui.ycp:912
msgid ""
"<p>Here, configure the template used for\n"
"creating new objects (like users or groups).</p>\n"
@@ -999,7 +995,7 @@
"pro vytváření nových objektů (uživatelů, skupin).</p>\n"
#. help text 2/3
-#: src/ui.ycp:913
+#: src/ui.ycp:917
msgid ""
"<p>Edit the template attribute values with <b>Edit</b>.\n"
"Changing the <b>cn</b> value renames the template.</p>\n"
@@ -1008,7 +1004,7 @@
"Změna <b>cn</b> přejmenuje šablonu.</p>\n"
#. help text 3/3
-#: src/ui.ycp:918
+#: src/ui.ycp:922
msgid ""
"<p>The second table contains a list of <b>default values</b>, used\n"
"for new objects. Modify the list by adding new values and editing or\n"
@@ -1019,48 +1015,48 @@
"přidáním nebo odebráním.</p>\n"
#. label (table folows)
-#: src/ui.ycp:969
+#: src/ui.ycp:973
msgid "Default Values for New Objects"
msgstr "Výchozí hodnoty pro nové objekty"
#. table header 1/2
-#: src/ui.ycp:972
+#: src/ui.ycp:976
msgid "Attribute of Object"
msgstr "Atribut objektu"
#. table header 2/2
-#: src/ui.ycp:974
+#: src/ui.ycp:978
msgid "Default Value"
msgstr "Implicitní hodnota"
#. button label (with non-default shortcut)
-#: src/ui.ycp:978
+#: src/ui.ycp:982
msgid "A&dd"
msgstr "Při&dat"
#. button label
-#: src/ui.ycp:980
+#: src/ui.ycp:984
msgid "&Edit"
msgstr "&Upravit"
#. dialog label
-#: src/ui.ycp:990
+#: src/ui.ycp:994
msgid "Object Template Configuration"
msgstr "Konfigurace šablony objektu"
#. yes/no popup, %1 is name
-#: src/ui.ycp:1089
+#: src/ui.ycp:1093
#, ycp-format
msgid "Really delete default attribute \"%1\"?"
msgstr "Opravdu odstranit implicitní atribut \"%1\"?"
#. helptext 1/4
-#: src/ui.ycp:1133
+#: src/ui.ycp:1137
msgid "<p>Here, manage the configuration stored in LDAP directory.</p>"
msgstr "<p>Zde můžete spravovat konfiguraci uloženou v adresáři LDAP.</p>"
#. helptext 2/4
-#: src/ui.ycp:1136
+#: src/ui.ycp:1140
msgid ""
"<p>Each configuration set is called a <b>configuration module</b>. If there\n"
"is no configuration module in the provided location (Base Configuration),\n"
@@ -1072,7 +1068,7 @@
"<b>Nový</b>. Smazat modul můžete pomocí <b>Smazat</b>.</p>\n"
#. helptext 3/4
-#: src/ui.ycp:1143
+#: src/ui.ycp:1147
msgid ""
"<p>Edit the values of attributes in the table with <b>Edit</b>.\n"
"Some values have special meanings, for example, changing the <b>cn</b> value renames the\n"
@@ -1083,7 +1079,7 @@
"provede přejmenování modulu.</p>\n"
#. helptext 4/4
-#: src/ui.ycp:1149
+#: src/ui.ycp:1153
msgid ""
"<p>To configure the default template of the current module,\n"
"click <b>Configure Template</b>.\n"
@@ -1093,28 +1089,28 @@
" šablony modulu.</p>\n"
#. combobox label
-#: src/ui.ycp:1217
+#: src/ui.ycp:1221
msgid "Configuration &Module"
msgstr "&Modul pro konfiguraci"
#. button label
-#: src/ui.ycp:1234
+#: src/ui.ycp:1238
msgid "C&onfigure Template"
msgstr "Nas&tavit šablonu"
#. dialog label
-#: src/ui.ycp:1264
+#: src/ui.ycp:1268
msgid "Module Configuration"
msgstr "Konfigurace modulu"
#. yes/no popup, %1 is name
-#: src/ui.ycp:1315
+#: src/ui.ycp:1319
#, ycp-format
msgid "Really delete module \"%1\"?"
msgstr "Opravdu chcete odstranit modul \"%1\"?"
#. message
-#: src/ui.ycp:1347
+#: src/ui.ycp:1351
msgid ""
"You currently have configuration modules\n"
"of each type, so you cannot add a new one."
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/yast2-trans-cs-2.14.1/po/online-update.cs.po new/yast2-trans-cs-2.14.3/po/online-update.cs.po
--- old/yast2-trans-cs-2.14.1/po/online-update.cs.po 2006-08-07 14:25:48.000000000 +0200
+++ new/yast2-trans-cs-2.14.3/po/online-update.cs.po 2006-08-29 10:43:42.000000000 +0200
@@ -1,29 +1,25 @@
-# translation of online-update.cs.po to sk_SK
-# translation of online-update.po to Czech
# translation of online-update.po to cs_CZ
-# translation of online-update.po to czech
-# translation of online-update.cs.po to Czech
# LANGUAGE message file for YaST2 (online_update).
# Copyright (C) 2000-2002 SuSE CR.
+#
# Lukáš Tinkl <lukas.tinkl(a)suse.cz>, 2002,2003.
# Klara Cihlarova <cihlarov(a)suse.cz>, 2003.
# Klara Cihlarova <koty(a)seznam.cz>, 2003, 2004, 2005, 2006.
# Klára Cihlářová <cihlarov(a)suse.cz>, 2004.
# Jakub Friedl <jfried(a)suse.cz>, 2005.
-#
msgid ""
msgstr ""
"Project-Id-Version: online-update\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2006-05-24 15:47+0200\n"
-"PO-Revision-Date: 2006-08-07 14:25+0200\n"
+"PO-Revision-Date: 2006-08-09 07:41+0200\n"
"Last-Translator: Klara Cihlarova <koty(a)seznam.cz>\n"
"Language-Team: cs_CZ <cs(a)li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
-"X-Generator: KBabel 1.10.2\n"
+"X-Generator: KBabel 1.11.2\n"
#: src/AutoOnlineUpdate.ycp:103
msgid "Sunday"
@@ -532,12 +528,12 @@
msgstr "Poslední úspěšná aktualizace byla provedena před méně než jedním dnem."
#: src/online_update_start.ycp:262
-#, ycp-format, fuzzy
+#, ycp-format
msgid "Last successful update was performed %1 day ago."
msgid_plural "Last successful update was performed %1 days ago."
msgstr[0] "Poslední úspěšná aktualizace proběhla včera."
msgstr[1] "Poslední úspěšná aktualizace proběhla před %1 dny."
-msgstr[2] "Poslední úspěšná aktualizace proběhla včera."
+msgstr[2] "Poslední úspěšná aktualizace proběhla před %1 dny."
# Tady je málo místa, musí tam být jen "oddíl"...
#: src/online_update_start.ycp:294
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/yast2-trans-cs-2.14.1/po/status.txt new/yast2-trans-cs-2.14.3/po/status.txt
--- old/yast2-trans-cs-2.14.1/po/status.txt 2006-08-07 14:29:41.000000000 +0200
+++ new/yast2-trans-cs-2.14.3/po/status.txt 2006-08-29 10:57:04.000000000 +0200
@@ -1,6 +1,6 @@
-Translated : 16193
-Fuzzy : 1
+Translated : 15692
+Fuzzy : 0
Untranslated : 0
--------------------
- All strings : 16194
+ All strings : 15692
100 % are translated
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit+unsubscribe(a)opensuse.org
For additional commands, e-mail: opensuse-commit+help(a)opensuse.org
1
0