Mailinglist Archive: opensuse-commit (1083 mails)

< Previous Next >
commit yast2-network
  • From: root@xxxxxxxxxxxxxxx (h_root)
  • Date: Mon, 03 Sep 2007 10:31:33 +0200
  • Message-id: <20070903083133.D1B9C678180@xxxxxxxxxxxxxxx>

Hello community,

here is the log from the commit of package yast2-network
checked in at Mon Sep 3 10:31:33 CEST 2007.

--------
--- yast2-network/yast2-network.changes 2007-09-01 09:02:42.000000000 +0200
+++ /mounts/work_src_done/STABLE/yast2-network/yast2-network.changes    2007-09-03 09:33:05.000000000 +0200
@@ -1,0 +2,5 @@
+Mon Sep  3 09:37:00 CEST 2007 - mzugec@xxxxxxx
+
+- fixed Proxy testsuite
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ yast2-network.spec ++++++
--- /var/tmp/diff_new_pack.vt4106/_old  2007-09-03 10:31:04.000000000 +0200
+++ /var/tmp/diff_new_pack.vt4106/_new  2007-09-03 10:31:04.000000000 +0200
@@ -12,7 +12,7 @@
 
 Name:           yast2-network
 Version:        2.15.71
-Release:        2
+Release:        3
 License:        GPL v2 or later
 Group:          System/YaST
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
@@ -44,7 +44,7 @@
 Summary:        YaST2 - Network Configuration
 %package devel-doc
 Version:        2.15.71
-Release:        2
+Release:        3
 License:        GPL v2 or later
 Group:          System/YaST
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
@@ -141,6 +141,8 @@
 %exclude %{prefix}/share/doc/packages/yast2-network/README
 
 %changelog
+* Mon Sep 03 2007 - mzugec@xxxxxxx
+- fixed Proxy testsuite
 * Sat Sep 01 2007 - mzugec@xxxxxxx
 - read NISDomain instead of NisDomain from install.inf
 * Fri Aug 31 2007 - locilka@xxxxxxx

++++++ yast2-network-2.15.71.tar.bz2 ++++++
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/yast2-network-2.15.71/configure.in new/yast2-network-2.15.71/configure.in
--- old/yast2-network-2.15.71/configure.in      2007-09-01 08:59:39.000000000 +0200
+++ new/yast2-network-2.15.71/configure.in      2007-09-03 09:35:28.000000000 +0200
@@ -1,6 +1,6 @@
 dnl configure.in for yast2-network
 dnl
-dnl -- This file is generated by y2autoconf 2.15.8 - DO NOT EDIT! --
+dnl -- This file is generated by y2autoconf 2.15.7 - DO NOT EDIT! --
 dnl    (edit configure.in.in instead)
 
 AC_INIT(yast2-network, 2.15.71, http://bugs.opensuse.org/, yast2-network)
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/yast2-network-2.15.71/Makefile.am new/yast2-network-2.15.71/Makefile.am
--- old/yast2-network-2.15.71/Makefile.am       2007-09-01 08:59:39.000000000 +0200
+++ new/yast2-network-2.15.71/Makefile.am       2007-09-03 09:35:29.000000000 +0200
@@ -30,7 +30,7 @@
 
 extra_COPYRIGHT_files =  $(if $(HAS_YAST_LICENSE), $(COPYRIGHT_files_yast), $(COPYRIGHT_files_gpl))
 
-AUTOMAKE_OPTIONS = foreign dist-bzip2 no-dist-gzip
+AUTOMAKE_OPTIONS = foreign dist-bzip2
 # where devtools instal m4 snippets
 # argh, executed literally
 #ACLOCAL_AMFLAGS = -I $(Y2DEVTOOLS_PREFIX)/share/aclocal
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/yast2-network-2.15.71/Makefile.in new/yast2-network-2.15.71/Makefile.in
--- old/yast2-network-2.15.71/Makefile.in       2007-09-01 08:59:47.000000000 +0200
+++ new/yast2-network-2.15.71/Makefile.in       2007-09-03 09:35:39.000000000 +0200
@@ -86,8 +86,8 @@
   { test ! -d $(distdir) \
     || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
          && rm -fr $(distdir); }; }
+DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.bz2
 GZIP_ENV = --best
-DIST_ARCHIVES = $(distdir).tar.bz2
 distuninstallcheck_listfiles = find . -type f -print
 distcleancheck_listfiles = find . -type f -print
 ACLOCAL = @ACLOCAL@
@@ -222,7 +222,7 @@
                          COPYRIGHT.french COPYRIGHT.german COPYRIGHT.spanish
 
 extra_COPYRIGHT_files = $(if $(HAS_YAST_LICENSE), $(COPYRIGHT_files_yast), $(COPYRIGHT_files_gpl))
-AUTOMAKE_OPTIONS = foreign dist-bzip2 no-dist-gzip
+AUTOMAKE_OPTIONS = foreign dist-bzip2
 # where devtools instal m4 snippets
 # argh, executed literally
 #ACLOCAL_AMFLAGS = -I $(Y2DEVTOOLS_PREFIX)/share/aclocal
@@ -517,6 +517,7 @@
        $(am__remove_distdir)
 
 dist dist-all: distdir
+       tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
        tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
        $(am__remove_distdir)
 
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/yast2-network-2.15.71/testsuite/tests/Proxy.out new/yast2-network-2.15.71/testsuite/tests/Proxy.out
--- old/yast2-network-2.15.71/testsuite/tests/Proxy.out 2007-08-16 16:13:15.000000000 +0200
+++ new/yast2-network-2.15.71/testsuite/tests/Proxy.out 2007-09-03 09:35:12.000000000 +0200
@@ -6,9 +6,9 @@
 Read   .sysconfig.proxy.NO_PROXY nil
 Read   .sysconfig.proxy.PROXY_ENABLED nil
 Read   .target.size "/root/.curlrc" 1
-Read   .root.curlrc.proxy-user "user:pass"
+Read   .root.curlrc."--proxy-user" nil
 Return true
 Dump   Write
 Dump   Import
 Dump   Export
-Return $["enabled":true, "ftp_proxy":"f", "http_proxy":"h", "https_proxy":"h", "no_proxy":"", "proxy_password":"pass", "proxy_user":"user"]
+Return $["enabled":true, "ftp_proxy":"f", "http_proxy":"h", "https_proxy":"h", "no_proxy":"", "proxy_password":"", "proxy_user":""]


++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++



Remember to have fun...

---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx

< Previous Next >