commit icedtea-web for openSUSE:11.4

2011-07-01 Thread h_root

Hello community,

here is the log from the commit of package icedtea-web for openSUSE:11.4
checked in at Fri Jul 1 23:11:07 CEST 2011.




--- old-versions/11.4/UPDATES/all/icedtea-web/icedtea-web.changes   
2011-06-10 11:01:59.0 +0200
+++ 11.4/icedtea-web/icedtea-web.changes2011-07-01 23:08:33.977845000 
+0200
@@ -1,0 +2,6 @@
+Thu Jun 30 11:37:13 UTC 2011 - mvysko...@suse.cz
+
+- fix bnc#702825 - IcedTeaPlugin.so gives undefined symbol
+  * fix the icedtea-web-1.1-moonlight-symbol-clash.patch
+
+---

calling whatdependson for 11.4-i586




Other differences:
--
++ icedtea-web.spec ++
--- /var/tmp/diff_new_pack.U8pxGT/_old  2011-07-01 23:10:41.0 +0200
+++ /var/tmp/diff_new_pack.U8pxGT/_new  2011-07-01 23:10:41.0 +0200
@@ -48,9 +48,11 @@
 %define pluginpath  %{_libdir}
 %define pluginname  IcedTeaPlugin.so
 
+%define suse_insert_debug_package ERROR %{suse_insert_debug_package}
+
 Name:   icedtea-web
 Version:1.1
-Release:0.
+Release:0.
 Summary:Java Web Start and plugin implementation
 Group:  Development/Languages/Java
 License:GPLv2 ; - with the OpenJDK Assembly Exception and the GNU 
Classpath Exception
@@ -104,7 +106,9 @@
 
 Summary:API documentation for %{name}
 Group:  Documentation/Other
+%if 0%{?suse_version} >= 1120
 BuildArch:  noarch
+%endif
 
 %description javadoc
 This package contains Javadocs for the %{name}.

++ icedtea-web-1.1-moonlight-symbol-clash.patch ++
--- /var/tmp/diff_new_pack.U8pxGT/_old  2011-07-01 23:10:41.0 +0200
+++ /var/tmp/diff_new_pack.U8pxGT/_new  2011-07-01 23:10:41.0 +0200
@@ -1,7 +1,7 @@
 Index: icedtea-web-1.1/plugin/icedteanp/IcedTeaNPPlugin.cc
 ===
 icedtea-web-1.1.orig/plugin/icedteanp/IcedTeaNPPlugin.cc   2011-06-08 
21:42:40.0 +0200
-+++ icedtea-web-1.1/plugin/icedteanp/IcedTeaNPPlugin.cc2011-06-10 
10:39:41.012379696 +0200
+--- icedtea-web-1.1.orig/plugin/icedteanp/IcedTeaNPPlugin.cc   2011-06-08 
21:42:40.350749654 +0200
 icedtea-web-1.1/plugin/icedteanp/IcedTeaNPPlugin.cc2011-06-30 
13:32:38.175450759 +0200
 @@ -243,8 +243,8 @@
  static GPid appletviewer_pid = -1;
  static guint appletviewer_watch_id = -1;
@@ -31,3 +31,86 @@
{
command_line[cmd_num++] = 
g_strdup("-Xrunjdwp:transport=dt_socket,address=8787,server=y,suspend=y");
} else
+Index: icedtea-web-1.1/plugin/icedteanp/IcedTeaNPPlugin.h
+===
+--- icedtea-web-1.1.orig/plugin/icedteanp/IcedTeaNPPlugin.h2011-06-08 
21:42:40.0 +0200
 icedtea-web-1.1/plugin/icedteanp/IcedTeaNPPlugin.h 2011-06-30 
13:34:25.401264860 +0200
+@@ -101,7 +101,7 @@
+ extern pthread_mutex_t pluginAsyncCallMutex;
+ 
+ // debug switch
+-extern int plugin_debug;
++extern int icedtea_plugin_debug;
+ 
+ // Browser function table.
+ extern NPNetscapeFuncs browser_functions;
+Index: icedtea-web-1.1/plugin/icedteanp/IcedTeaPluginUtils.cc
+===
+--- icedtea-web-1.1.orig/plugin/icedteanp/IcedTeaPluginUtils.cc
2011-06-08 21:42:40.0 +0200
 icedtea-web-1.1/plugin/icedteanp/IcedTeaPluginUtils.cc 2011-06-30 
13:34:57.213396453 +0200
+@@ -404,7 +404,7 @@
+ 
+   wchar_t c;
+ 
+-  if (plugin_debug) printf("Converted UTF-16LE string: ");
++  if (icedtea_plugin_debug) printf("Converted UTF-16LE string: ");
+ 
+   result_unicode_str->clear();
+   for (int i = begin; i < begin+length; i+=2)
+@@ -418,14 +418,14 @@
+   (c >= 'A' && c <= 'Z') ||
+   (c >= '0' && c <= '9'))
+ {
+-  if (plugin_debug) printf("%c", c);
++  if (icedtea_plugin_debug) printf("%c", c);
+ }
+ 
+ result_unicode_str->push_back(c);
+   }
+ 
+   // not routing via debug print macros due to wide-string issues
+-  if (plugin_debug) printf(". Length=%d\n", result_unicode_str->length());
++  if (icedtea_plugin_debug) printf(". Length=%d\n", 
result_unicode_str->length());
+ }
+ 
+ /*
+@@ -439,7 +439,7 @@
+ {
+ 
+ // This is a CPU intensive function. Run only if debugging
+-if (!plugin_debug)
++if (!icedtea_plugin_debug)
+ return;
+ 
+   std::string* str = new std::string();
+@@ -619,7 +619,7 @@
+ IcedTeaPluginUtilities::printStringPtrVector(const char* prefix, 
std::vector* str_ptr_vector)
+ {
+ // This is a CPU intensive function. Run only if debugging
+-if (!plugin_debug)
++if (!icedtea_plugin_debug)
+ return;
+ 
+   std::string* str = new std::string();
+@@ -643,7 +643,7 @@
+ IcedTeaPluginUtilities::printNPVariant(

commit icedtea-web for openSUSE:11.3

2011-07-01 Thread h_root

Hello community,

here is the log from the commit of package icedtea-web for openSUSE:11.3
checked in at Fri Jul 1 23:10:02 CEST 2011.




--- old-versions/11.3/UPDATES/all/icedtea-web/icedtea-web.changes   
2011-06-10 11:01:59.0 +0200
+++ 11.3/icedtea-web/icedtea-web.changes2011-07-01 23:06:00.574314000 
+0200
@@ -1,0 +2,6 @@
+Thu Jun 30 11:37:13 UTC 2011 - mvysko...@suse.cz
+
+- fix bnc#702825 - IcedTeaPlugin.so gives undefined symbol
+  * fix the icedtea-web-1.1-moonlight-symbol-clash.patch
+
+---

calling whatdependson for 11.3-i586




Other differences:
--
++ icedtea-web.spec ++
--- /var/tmp/diff_new_pack.DZNIVc/_old  2011-07-01 23:09:37.0 +0200
+++ /var/tmp/diff_new_pack.DZNIVc/_new  2011-07-01 23:09:37.0 +0200
@@ -48,9 +48,11 @@
 %define pluginpath  %{_libdir}
 %define pluginname  IcedTeaPlugin.so
 
+%define suse_insert_debug_package ERROR %{suse_insert_debug_package}
+
 Name:   icedtea-web
 Version:1.1
-Release:0.
+Release:0.
 Summary:Java Web Start and plugin implementation
 Group:  Development/Languages/Java
 License:GPLv2 ; - with the OpenJDK Assembly Exception and the GNU 
Classpath Exception
@@ -104,7 +106,9 @@
 
 Summary:API documentation for %{name}
 Group:  Documentation/Other
+%if 0%{?suse_version} >= 1120
 BuildArch:  noarch
+%endif
 
 %description javadoc
 This package contains Javadocs for the %{name}.

++ icedtea-web-1.1-moonlight-symbol-clash.patch ++
--- /var/tmp/diff_new_pack.DZNIVc/_old  2011-07-01 23:09:37.0 +0200
+++ /var/tmp/diff_new_pack.DZNIVc/_new  2011-07-01 23:09:37.0 +0200
@@ -1,7 +1,7 @@
 Index: icedtea-web-1.1/plugin/icedteanp/IcedTeaNPPlugin.cc
 ===
 icedtea-web-1.1.orig/plugin/icedteanp/IcedTeaNPPlugin.cc   2011-06-08 
21:42:40.0 +0200
-+++ icedtea-web-1.1/plugin/icedteanp/IcedTeaNPPlugin.cc2011-06-10 
10:39:41.012379696 +0200
+--- icedtea-web-1.1.orig/plugin/icedteanp/IcedTeaNPPlugin.cc   2011-06-08 
21:42:40.350749654 +0200
 icedtea-web-1.1/plugin/icedteanp/IcedTeaNPPlugin.cc2011-06-30 
13:32:38.175450759 +0200
 @@ -243,8 +243,8 @@
  static GPid appletviewer_pid = -1;
  static guint appletviewer_watch_id = -1;
@@ -31,3 +31,86 @@
{
command_line[cmd_num++] = 
g_strdup("-Xrunjdwp:transport=dt_socket,address=8787,server=y,suspend=y");
} else
+Index: icedtea-web-1.1/plugin/icedteanp/IcedTeaNPPlugin.h
+===
+--- icedtea-web-1.1.orig/plugin/icedteanp/IcedTeaNPPlugin.h2011-06-08 
21:42:40.0 +0200
 icedtea-web-1.1/plugin/icedteanp/IcedTeaNPPlugin.h 2011-06-30 
13:34:25.401264860 +0200
+@@ -101,7 +101,7 @@
+ extern pthread_mutex_t pluginAsyncCallMutex;
+ 
+ // debug switch
+-extern int plugin_debug;
++extern int icedtea_plugin_debug;
+ 
+ // Browser function table.
+ extern NPNetscapeFuncs browser_functions;
+Index: icedtea-web-1.1/plugin/icedteanp/IcedTeaPluginUtils.cc
+===
+--- icedtea-web-1.1.orig/plugin/icedteanp/IcedTeaPluginUtils.cc
2011-06-08 21:42:40.0 +0200
 icedtea-web-1.1/plugin/icedteanp/IcedTeaPluginUtils.cc 2011-06-30 
13:34:57.213396453 +0200
+@@ -404,7 +404,7 @@
+ 
+   wchar_t c;
+ 
+-  if (plugin_debug) printf("Converted UTF-16LE string: ");
++  if (icedtea_plugin_debug) printf("Converted UTF-16LE string: ");
+ 
+   result_unicode_str->clear();
+   for (int i = begin; i < begin+length; i+=2)
+@@ -418,14 +418,14 @@
+   (c >= 'A' && c <= 'Z') ||
+   (c >= '0' && c <= '9'))
+ {
+-  if (plugin_debug) printf("%c", c);
++  if (icedtea_plugin_debug) printf("%c", c);
+ }
+ 
+ result_unicode_str->push_back(c);
+   }
+ 
+   // not routing via debug print macros due to wide-string issues
+-  if (plugin_debug) printf(". Length=%d\n", result_unicode_str->length());
++  if (icedtea_plugin_debug) printf(". Length=%d\n", 
result_unicode_str->length());
+ }
+ 
+ /*
+@@ -439,7 +439,7 @@
+ {
+ 
+ // This is a CPU intensive function. Run only if debugging
+-if (!plugin_debug)
++if (!icedtea_plugin_debug)
+ return;
+ 
+   std::string* str = new std::string();
+@@ -619,7 +619,7 @@
+ IcedTeaPluginUtilities::printStringPtrVector(const char* prefix, 
std::vector* str_ptr_vector)
+ {
+ // This is a CPU intensive function. Run only if debugging
+-if (!plugin_debug)
++if (!icedtea_plugin_debug)
+ return;
+ 
+   std::string* str = new std::string();
+@@ -643,7 +643,7 @@
+ IcedTeaPluginUtilities::printNPVariant(

commit nfs-utils for openSUSE:11.4

2011-07-01 Thread h_root

Hello community,

here is the log from the commit of package nfs-utils for openSUSE:11.4
checked in at Fri Jul 1 23:07:02 CEST 2011.




--- old-versions/11.4/all/nfs-utils/nfs-utils.changes   2011-02-17 
00:58:58.0 +0100
+++ 11.4/nfs-utils/nfs-utils.changes2011-06-23 08:55:22.0 +0200
@@ -1,0 +2,12 @@
+Thu Jun 23 06:46:34 UTC 2011 - nfbr...@novell.com
+
+- rpc.mountd-segfault-fix; fix possible segfault caused
+  by "showmount -e" usage. (bnc#693189)
+- addmntent.fix - error check writes to /etc/mtab and
+  cope accordingly. (bnc#689799)
+- mount-catch-signals - don't abort on SIGXSFZ or other
+  signals while mtab is locked (bnc#689799)
+- mountd-auth-fix - fix bug that could give away incorrect
+  access to NFS exported filesystems. (bnc#701702)
+
+---

Package does not exist at destination yet. Using Fallback 
old-versions/11.4/all/nfs-utils
Destination is old-versions/11.4/UPDATES/all/nfs-utils
calling whatdependson for 11.4-i586


New:

  addmntent.fix
  mount-catch-signals
  mountd-auth-fix
  rpc.mountd-segfault-fix



Other differences:
--
++ nfs-utils.spec ++
--- /var/tmp/diff_new_pack.l1GJQw/_old  2011-07-01 23:06:32.0 +0200
+++ /var/tmp/diff_new_pack.l1GJQw/_new  2011-07-01 23:06:32.0 +0200
@@ -27,7 +27,7 @@
 Url:http://nfs.sourceforge.net
 Summary:Support Utilities for Kernel nfsd
 Version:1.2.3
-Release:11.
+Release:11.
 Group:  Productivity/Networking/NFS
 License:GPLv2+
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -54,6 +54,10 @@
 Patch3: nfs-utils-allow-port-number-sharing
 Patch4: nfs-utils-improve-v4-umount
 Patch5: nfs-utils-fix-remount
+Patch6: addmntent.fix
+Patch7: mount-catch-signals
+Patch8: mountd-auth-fix
+Patch9: rpc.mountd-segfault-fix
 Suggests:   python-base
 
 %description
@@ -137,6 +141,10 @@
 %patch3 -p1
 %patch4 -p1
 %patch5 -p1
+%patch6 -p1
+%patch7 -p1
+%patch8 -p1
+%patch9 -p1
 cp %{S:6} .
 
 %build

++ addmntent.fix ++
>From a47739bf3b89432e112d1d2ed9bbdaf1e09d450a Mon Sep 17 00:00:00 2001
From: Neil Brown 
Date: Tue, 17 May 2011 14:36:21 +1000
Subject: [PATCH] Remove risk of nfs_addmntent corrupting mtab

nfs_addmntent is used to append directly to /etc/mtab.
If the write partially fail, e.g. due to RLIMIT_FSIZE,
truncate back to original size and return an error.

See also https://bugzilla.redhat.com/show_bug.cgi?id=697975
 (CVE-2011-1749) CVE-2011-1749 nfs-utils: mount.nfs fails to anticipate 
RLIMIT_FSIZE

Signed-off-by: NeilBrown 
---
 support/nfs/nfs_mntent.c |9 +
 1 file changed, 9 insertions(+)

--- nfs-utils-1.2.1.orig/support/nfs/nfs_mntent.c
+++ nfs-utils-1.2.1/support/nfs/nfs_mntent.c
@@ -12,6 +12,7 @@
 #include /* for index */
 #include  /* for isdigit */
 #include   /* for umask */
+#include /* for ftruncate */
 
 #include "nfs_mntent.h"
 #include "nls.h"
@@ -127,9 +128,11 @@ int
 nfs_addmntent (mntFILE *mfp, struct mntent *mnt) {
char *m1, *m2, *m3, *m4;
int res;
+   off_t length;
 
if (fseek (mfp->mntent_fp, 0, SEEK_END))
return 1;   /* failure */
+   length = ftell(mfp->mntent_fp);
 
m1 = mangle(mnt->mnt_fsname);
m2 = mangle(mnt->mnt_dir);
@@ -143,6 +146,12 @@ nfs_addmntent (mntFILE *mfp, struct mnte
free(m2);
free(m3);
free(m4);
+   if (res >= 0)
+   res = fflush(mfp->mntent_fp);
+   if (res < 0)
+   /* Avoid leaving a corrupt mtab file */
+   ftruncate(fileno(mfp->mntent_fp), length);
+
return (res < 0) ? 1 : 0;
 }
 
++ mount-catch-signals ++
Subject: [PATCH] mount: improve signal management when locking mtab.
References: bnc#689799

As mount.nfs can run setuid it must be careful about how the user can
interact with in.  In particular it needs to ensure it does not
respond badly to any signals that the user might be able to generate.

This is particularly an issue while updating /etc/mtab (when that is
not linked to /proc/mounts).  If the user can generate a signal which
kills mount.nfs while /etc/mtab is locked, then it will leave the file
locked, and could possibly corrupt mtab (particularly if 'ulimit 1'
was previously issued).

Currently lock_mtab does set some handlers for signals, but not
enough.  It arranges for every signal up to (but not including)
SIGCHLD to cause mount.nfs to unlock mdadm promptly exit ... even if
the default behaviour would be to ignore the signal.  SIGALRM is
handled specially, and signals after SIGCHLD are left with their
default behaviour.  This includes for example SIGXFSZ which can be
generated by the user running "ulimit 1".

So: change this so that some s

commit python-reportlab for openSUSE:Factory

2011-07-01 Thread h_root

Hello community,

here is the log from the commit of package python-reportlab for openSUSE:Factory
checked in at Fri Jul 1 17:01:57 CEST 2011.




--- python-reportlab/python-reportlab.changes   2011-04-12 20:44:17.0 
+0200
+++ python-reportlab/python-reportlab.changes   2011-05-30 17:18:10.0 
+0200
@@ -1,0 +2,6 @@
+Mon May 30 15:16:43 UTC 2011 - alexan...@exatati.com.br
+
+- Add Provides and Obsoletes to python-ReportLab in spec file to
+  better behaviour in 11.1.
+
+---

calling whatdependson for head-i586




Other differences:
--
++ python-reportlab.spec ++
--- /var/tmp/diff_new_pack.o7qaWf/_old  2011-07-01 17:01:38.0 +0200
+++ /var/tmp/diff_new_pack.o7qaWf/_new  2011-07-01 17:01:38.0 +0200
@@ -23,7 +23,7 @@
 
 Name:   python-%{mod_name}
 Version:2.5
-Release:1
+Release:3
 Url:http://www.reportlab.com/
 Summary:The Reportlab Toolkit
 License:BSD
@@ -36,6 +36,8 @@
 BuildRequires:  python-imaging
 BuildRequires:  python-xml
 Requires:   python-imaging
+Provides:   python-ReportLab = %{version}-%{release}
+Obsoletes:  python-ReportLab < %{version}
 %if 0%{?suse_version}
 %py_requires
 %endif






Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit python-pybtex for openSUSE:Factory

2011-07-01 Thread h_root

Hello community,

here is the log from the commit of package python-pybtex for openSUSE:Factory
checked in at Fri Jul 1 17:00:26 CEST 2011.




New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ python-pybtex/python-pybtex.changes 2011-06-13 18:51:03.0 +0200
@@ -0,0 +1,26 @@
+---
+Mon Jun 13 16:11:25 UTC 2011 - g...@opensuse.org
+
+- update to version 0.15
+  - changed license from GPL-3 to MIT
+  - when parsing multiple BibTeX files, macros defined in earlier
+files are now available to all subsequent files, like in BibTeX
+  - BibTeX .bst interpreter now prints warnings on missing entries,
+like BibTeX, instead of raising a KeyError
+  - call.type$ BibTeX built-in function now uses default.entry for
+unknown entry types, like in BibTeX
+  - substring$ now accepts start=0 and returns an empty string.
+  - added more detailed error messages for already defined
+variables in .bst files
+  - bugfixes
+
+---
+Sun Jan  9 18:13:59 UTC 2011 - g...@opensuse.org
+
+- add documentation
+
+---
+Sun Jan  9 11:31:32 UTC 2011 - g...@opensuse.org
+
+- initial packaging
+

calling whatdependson for head-i586


New:

  pybtex-0.15.tar.bz2
  python-pybtex.changes
  python-pybtex.spec



Other differences:
--
++ python-pybtex.spec ++
#
# spec file for package python-pybtex
#
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2010 Guido Berhoerster.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#



Name:   python-pybtex
Version:0.15
Release:1
License:MIT
Summary:BibTeX-compatible Bibliography Processor in Python
Url:http://pybtex.sourceforge.net/
Group:  Productivity/Publishing/TeX/Utilities
Source: 
http://pypi.python.org/packages/source/p/pybtex/pybtex-%{version}.tar.bz2
BuildRequires:  python-devel
BuildRequires:  python-setuptools
BuildRequires:  ed
BuildRequires:  fdupes
Requires:   python-pyparsing
%{py_requires}
Recommends: python-yaml
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
BuildArch:  noarch

%description
Pybtex is a BibTeX-compatible bibliography processor written in Python which
can produce formatted bibliographies in different, customizable formats. It
supports both native BibTeX style files and styles written in Python and
accepts BibTeX, BibTeXML, and a custom YAML-based bibligraphy input format and
can output LaTeX, HTML, and plain text.

Furthermore, Pybtex provides an interface for Python applications which need to
process the above formats.


%prep
%setup -q -n pybtex-%{version}
# prevent tests from being installed
rm -rf pybtex/tests
# remove shebang from non-executables
find pybtex/ -name '*.py' -print -exec sh -c '
ed -s "$1" 2>/dev/null <<\EOF
/^#!\/usr\/bin\/env/d
w
EOF
' {} {} \;

%build
%{__python} setup.py build

%install
%{__python} setup.py install --prefix=%{_prefix} --root=%{buildroot} 
--record-rpm=INSTALLED_FILES
install -D -p -m 644 docs/man1/pybtex.1 %{buildroot}%{_mandir}/man1/pybtex.1
install -D -p -m 644 docs/man1/pybtex-convert.1 
%{buildroot}%{_mandir}/man1/pybtex-convert.1
%fdupes %{buildroot}%{python_sitelib}

%clean
rm -rf %{buildroot}

%files -f INSTALLED_FILES
%defattr(-,root,root,-)
%doc COPYING CHANGES README
%doc docs/html
%doc %{_mandir}/man1/pybtex*.1*

%changelog





Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit build for openSUSE:Factory

2011-07-01 Thread h_root

Hello community,

here is the log from the commit of package build for openSUSE:Factory
checked in at Fri Jul 1 16:54:21 CEST 2011.




--- build/build-mkbaselibs-sle.changes  2011-06-07 21:19:23.0 +0200
+++ /mounts/work_src_done/STABLE/build/build-mkbaselibs-sle.changes 
2011-06-30 19:06:56.0 +0200
@@ -1,0 +2,5 @@
+Thu Jun 30 19:05:52 CEST 2011 - r...@suse.de
+
+- provide build-mkbaselibs so this can really be used 
+
+---
--- build/build.changes 2011-06-17 10:35:37.0 +0200
+++ /mounts/work_src_done/STABLE/build/build.changes2011-07-01 
09:27:45.0 +0200
@@ -1,0 +2,10 @@
+Fri Jul  1 07:26:34 UTC 2011 - adr...@suse.de
+
+- compat mode for broken kiwi of openSUSE 11.4
+
+---
+Thu Jun 30 10:42:15 UTC 2011 - adr...@suse.de
+
+- fixed kiwi execution call for some versions
+
+---

calling whatdependson for head-i586


Old:

  build-2011.06.17.tar.gz
  debian.tar.gz

New:

  build-2011.07.01.tar.gz



Other differences:
--
++ build-mkbaselibs-sle.spec ++
--- /var/tmp/diff_new_pack.4jDyW8/_old  2011-07-01 16:53:44.0 +0200
+++ /var/tmp/diff_new_pack.4jDyW8/_new  2011-07-01 16:53:44.0 +0200
@@ -23,9 +23,10 @@
 Group:  Development/Tools/Building
 AutoReqProv:on
 Summary:Tools to generate base lib packages
-Version:2011.06.17
+Version:2011.07.01
 Release:1
 #!BuildIgnore:  build-mkbaselibs
+Provides:   build-mkbaselibs
 Source: build-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch

++ build.spec ++
--- /var/tmp/diff_new_pack.4jDyW8/_old  2011-07-01 16:53:44.0 +0200
+++ /var/tmp/diff_new_pack.4jDyW8/_new  2011-07-01 16:53:44.0 +0200
@@ -23,7 +23,7 @@
 Group:  Development/Tools/Building
 AutoReqProv:on
 Summary:A Script to Build SUSE Linux RPMs
-Version:2011.06.17
+Version:2011.07.01
 Release:1
 #!BuildIgnore:  build-mkbaselibs
 Source: build-%{version}.tar.gz

++ _service ++
--- /var/tmp/diff_new_pack.4jDyW8/_old  2011-07-01 16:53:44.0 +0200
+++ /var/tmp/diff_new_pack.4jDyW8/_new  2011-07-01 16:53:44.0 +0200
@@ -1,6 +1,6 @@
 
   
-2011.06.17
+2011.07.01
 git://gitorious.org/opensuse/build.git
 git
   

++ build-2011.06.17.tar.gz -> build-2011.07.01.tar.gz ++
Files old/build-2011.06.17/.git/index and new/build-2011.07.01/.git/index differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/build-2011.06.17/.git/logs/HEAD 
new/build-2011.07.01/.git/logs/HEAD
--- old/build-2011.06.17/.git/logs/HEAD 2011-06-17 10:35:03.0 +0200
+++ new/build-2011.07.01/.git/logs/HEAD 2011-07-01 09:25:57.0 +0200
@@ -1 +1 @@
- 
f16b074840249b48a15abb34418ed7d260e238d8 Adrian Schröter  
1308299703 +0200clone: from git://gitorious.org/opensuse/build.git
+ 
b037032674406bc2935cb65115b8e2aad98e3974 Adrian Schröter  
1309505157 +0200clone: from git://gitorious.org/opensuse/build.git
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/build-2011.06.17/.git/logs/refs/heads/master 
new/build-2011.07.01/.git/logs/refs/heads/master
--- old/build-2011.06.17/.git/logs/refs/heads/master2011-06-17 
10:35:03.0 +0200
+++ new/build-2011.07.01/.git/logs/refs/heads/master2011-07-01 
09:25:57.0 +0200
@@ -1 +1 @@
- 
f16b074840249b48a15abb34418ed7d260e238d8 Adrian Schröter  
1308299703 +0200clone: from git://gitorious.org/opensuse/build.git
+ 
b037032674406bc2935cb65115b8e2aad98e3974 Adrian Schröter  
1309505157 +0200clone: from git://gitorious.org/opensuse/build.git
Files 
old/build-2011.06.17/.git/objects/pack/pack-c0d2ead062c8960bd7f7456a2c1bd0a5063dd87f.idx
 and 
new/build-2011.07.01/.git/objects/pack/pack-c0d2ead062c8960bd7f7456a2c1bd0a5063dd87f.idx
 differ
Files 
old/build-2011.06.17/.git/objects/pack/pack-c0d2ead062c8960bd7f7456a2c1bd0a5063dd87f.pack
 and 
new/build-2011.07.01/.git/objects/pack/pack-c0d2ead062c8960bd7f7456a2c1bd0a5063dd87f.pack
 differ
Files 
old/build-2011.06.17/.git/objects/pack/pack-c697ee5263143be6fe2b42cc58a04ce39673e511.idx
 and 
new/build-2011.07.01/.git/objects/pack/pack-c697ee5263143be6fe2b42cc58a04ce39673e511.idx
 differ
Files 
old/build-2011.06.17/.git/objects/pack/pack-c697ee5263143be6fe2b42cc58a04ce39673e511.pack
 and 
new/build-2011.07.01/.git/objects/pack/pack-c697ee5263143be6fe2b42cc58a04ce39673e511.pack
 differ
diff -urN '--exclude=CVS' '--exclude=.cvs

commit python-distribute for openSUSE:Factory

2011-07-01 Thread h_root

Hello community,

here is the log from the commit of package python-distribute for 
openSUSE:Factory
checked in at Fri Jul 1 16:54:15 CEST 2011.




--- python-distribute/python-distribute.changes 2011-05-30 23:08:41.0 
+0200
+++ python-distribute/python-distribute.changes 2011-06-06 23:27:13.0 
+0200
@@ -1,0 +2,14 @@
+Mon Jun  6 21:25:00 UTC 2011 - pascal.ble...@opensuse.org
+
+- exclude tests
+
+---
+Thu Jun  2 11:35:38 UTC 2011 - alexan...@exatati.com.br
+
+- Update to 0.6.19:
+  - Issue 206: AttributeError: 'HTTPMessage' object has no attribute
+'getheaders'
+- Aditional changes from 0.6.18:
+  - Issue 210: Fixed a regression introduced by Issue 204 fix.
+
+---

calling whatdependson for head-i586


Old:

  distribute-0.6.17.tar.bz2

New:

  distribute-0.6.19.tar.bz2



Other differences:
--
++ python-distribute.spec ++
--- /var/tmp/diff_new_pack.MsvGBn/_old  2011-07-01 16:53:26.0 +0200
+++ /var/tmp/diff_new_pack.MsvGBn/_new  2011-07-01 16:53:26.0 +0200
@@ -22,7 +22,7 @@
 %define modname distribute
 
 Name:   python-%{modname}
-Version:0.6.17
+Version:0.6.19
 Release:1
 Url:http://packages.python.org/distribute/
 Summary:Easily Download, Build, Install, Upgrade, and Uninstall Python 
Packages
@@ -72,5 +72,6 @@
 %{python_sitelib}/pkg_resources.py*
 %{python_sitelib}/site.py*
 %{python_sitelib}/setuptools*
+%exclude %{python_sitelib}/setuptools/tests
 
 %changelog

++ distribute-0.6.17.tar.bz2 -> distribute-0.6.19.tar.bz2 ++
 8259 lines of diff (skipped)






Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit global for openSUSE:Factory

2011-07-01 Thread h_root

Hello community,

here is the log from the commit of package global for openSUSE:Factory
checked in at Fri Jul 1 16:52:57 CEST 2011.




--- global/global.changes   2011-06-07 13:16:10.0 +0200
+++ /mounts/work_src_done/STABLE/global/global.changes  2011-07-01 
13:05:42.0 +0200
@@ -1,0 +2,13 @@
+Fri Jul  1 11:03:20 UTC 2011 - pu...@novell.com
+
+- update to global-5.9.7 
+[CHANGES]
+  * global: the -c command accepts new -P and -r option.
+  * gozilla: Now support firefox.
+  * globash: Added two commands: d and rs.
+[INCOMPATIBLE CHANGES]
+  * globash: The -l option in each search command was removed.
+  * gtags.el: Removed the default mouse key mapping in gtags-mode
+and gtags-select-mode.
+
+---

calling whatdependson for head-i586


Old:

  global-5.9.6.tar.bz2

New:

  global-5.9.7.tar.gz



Other differences:
--
++ global.spec ++
--- /var/tmp/diff_new_pack.R7s44v/_old  2011-07-01 16:52:15.0 +0200
+++ /var/tmp/diff_new_pack.R7s44v/_new  2011-07-01 16:52:15.0 +0200
@@ -18,13 +18,13 @@
 
 
 Name:   global
-Version:5.9.6
+Version:5.9.7
 Release:1
 License:GPLv3
 Summary:Common source code tag system
 Url:http://www.gnu.org/software/global/
 Group:  Development/Tools/Navigators
-Source: %{name}-%{version}.tar.bz2
+Source: %{name}-%{version}.tar.gz
 Patch0: global-5.7.diff
 Patch1: global-5.7-gcc.diff
 Patch2: global-disable-plugin-example.patch






Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit kvm for openSUSE:Factory

2011-07-01 Thread h_root

Hello community,

here is the log from the commit of package kvm for openSUSE:Factory
checked in at Fri Jul 1 16:49:50 CEST 2011.




--- kvm/kvm.changes 2011-05-19 17:11:28.0 +0200
+++ /mounts/work_src_done/STABLE/kvm/kvm.changes2011-06-07 
17:21:43.0 +0200
@@ -0,0 +1,6 @@
+---
+Tue Jun  7 15:19:50 UTC 2011 - brog...@novell.com
+
+- added creation of user/group qemu/qemu for use by libvirt (and
+  potentially others) to avoid running as root
+

calling whatdependson for head-i586




Other differences:
--
++ kvm.spec ++
--- /var/tmp/diff_new_pack.FqGtiV/_old  2011-07-01 16:44:58.0 +0200
+++ /var/tmp/diff_new_pack.FqGtiV/_new  2011-07-01 16:44:58.0 +0200
@@ -83,12 +83,13 @@
 %if 0%{?suse_version} < 1110
 Requires:   kvm-kmp
 %endif
+Requires(pre):  pwdutils
 License:BSD3c ; GPLv2 ; GPLv2+ ; LGPLv2.1+ ; MIT
 Group:  System/Kernel
 Summary:Kernel-based Virtual Machine
 Url:http://kvm.qumranet.com/
 Version:%{package_base_version}%{package_extra_version} 
-Release:3
+Release:5
 Source0:qemu-%{name}-%{package_base_version}.tar.bz2
 Source1:60-kvm.rules
 Source2:qemu-ifup
@@ -503,7 +504,11 @@
 rm -rf $RPM_BUILD_ROOT
 
 %pre
-/usr/sbin/groupadd -r kvm 2>/dev/null || :
+%{_bindir}/getent group kvm >/dev/null || %{_sbindir}/groupadd -r kvm 
2>/dev/null
+%{_bindir}/getent group qemu >/dev/null || %{_sbindir}/groupadd -r qemu 
2>/dev/null
+%{_bindir}/getent passwd qemu >/dev/null || \
+  %{_sbindir}/useradd -r -g qemu -G kvm -d / -s /sbin/nologin \
+  -c "qemu user" qemu
 
 %files
 %defattr(-,root,root)








Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit puppet for openSUSE:Factory

2011-07-01 Thread h_root

Hello community,

here is the log from the commit of package puppet for openSUSE:Factory
checked in at Fri Jul 1 16:44:47 CEST 2011.




--- puppet/puppet.changes   2011-05-19 11:40:05.0 +0200
+++ /mounts/work_src_done/STABLE/puppet/puppet.changes  2011-06-27 
14:16:08.0 +0200
@@ -1,0 +2,13 @@
+Thu Jun 23 08:26:59 UTC 2011 - vci...@novell.com
+
+- update to 2.7.1 
+  - a major feature release:
+Ruby 1.9 Support
+Deterministic Catalog Application
+Puppet Faces - a new API for creating new Puppet subcommands
+Manage Network Devices
+Dependency cycle reporting produces graph of the cycle
+- license changed to Apache-2.0
+  - see http://docs.puppetlabs.com/guides/faq#change-to-apache-license
+
+---
@@ -4 +17 @@
-- using correct port for puppet in the firewall rules 
+- using correct port for puppet in the firewall rules (bnc#694825)

calling whatdependson for head-i586


Old:

  puppet-2.6.6.tar.bz2

New:

  puppet-2.7.1.tar.gz



Other differences:
--
++ puppet.spec ++
--- /var/tmp/diff_new_pack.3BH0Pv/_old  2011-07-01 16:43:36.0 +0200
+++ /var/tmp/diff_new_pack.3BH0Pv/_new  2011-07-01 16:43:36.0 +0200
@@ -20,22 +20,22 @@
 %define _fwdefdir /etc/sysconfig/SuSEfirewall2.d/services
 
 Name:   puppet
-Version:2.6.6
-Release:4
-License:GPLv2
+Version:2.7.1
+Release:1
+License:Apache-2.0
 Group:  Productivity/Networking/System
 Url:http://reductivelabs.com/projects/puppet/
-Source: %{name}-%{version}.tar.bz2
+Source: %{name}-%{version}.tar.gz
 Source1:puppetmaster.fw
 Source2:puppet.fw
 Source3:puppet.sysconfig
 Source4:puppetmasterd.sysconfig
-Patch:  %{name}-%{version}-yumconf.diff
-Patch1: %{name}-%{version}-init.diff
+Patch:  %{name}-2.6.6-yumconf.diff
+Patch1: %{name}-2.6.6-init.diff
 Requires:   ruby >= 1.8.1 
-Requires:   facter >= 1.1.4
+Requires:   facter >= 1.5.1
 PreReq: pwdutils %insserv_prereq %fillup_prereq 
-BuildRequires:  facter >= 1.1.4
+BuildRequires:  facter >= 1.5.1
 BuildRequires:  ruby >= 1.8.1
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Summary:A network tool for managing many disparate systems
@@ -68,13 +68,13 @@
 %setup -q
 %patch
 %patch1
-sed -i 's#/usr/local/bin/ruby#/usr/bin/ruby#' lib/puppet/external/nagios.rb
+#sed -i 's#/usr/local/bin/ruby#/usr/bin/ruby#' lib/puppet/external/nagios.rb
 
 %build
 
 %install
 DESTDIR=$RPM_BUILD_ROOT ruby -rvendor-specific install.rb install 
--prefix=%{buildroot}
-install -d -m 755 $RPM_BUILD_ROOT/var/lib/puppet
+#install -d -m 755 $RPM_BUILD_ROOT/var/lib/puppet
 mkdir -p $RPM_BUILD_ROOT/etc/puppet
 mkdir -p $RPM_BUILD_ROOT/etc/init.d
 mkdir -p $RPM_BUILD_ROOT/sbin
@@ -93,9 +93,9 @@
 mkdir -p $RPM_BUILD_ROOT/var/adm/fillup-templates
 cp %{S:3} $RPM_BUILD_ROOT/var/adm/fillup-templates/sysconfig.puppet
 cp %{S:4} $RPM_BUILD_ROOT/var/adm/fillup-templates/sysconfig.puppetmasterd
-chmod a+x 
$RPM_BUILD_ROOT/%{_libdir}/ruby/vendor_ruby/%{rb_ver}/puppet/external/nagios.rb
-chmod a+x 
$RPM_BUILD_ROOT/%{_libdir}/ruby/vendor_ruby/%{rb_ver}/puppet/network/http_server/mongrel.rb
-chmod a+x 
$RPM_BUILD_ROOT/%{_libdir}/ruby/vendor_ruby/%{rb_ver}/puppet/relationship.rb
+#chmod a+x 
$RPM_BUILD_ROOT/%{_libdir}/ruby/vendor_ruby/%{rb_ver}/puppet/external/nagios.rb
+#chmod a+x 
$RPM_BUILD_ROOT/%{_libdir}/ruby/vendor_ruby/%{rb_ver}/puppet/network/http_server/mongrel.rb
+#chmod a+x 
$RPM_BUILD_ROOT/%{_libdir}/ruby/vendor_ruby/%{rb_ver}/puppet/relationship.rb
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -126,11 +126,11 @@
 
 %files
 %defattr(-,root,root,-)
-%doc CHANGELOG COPYING LICENSE README 
-%{_bindir}/pi
+%doc CHANGELOG LICENSE README.*
 %{_bindir}/filebucket
 %{_bindir}/puppet
 %{_bindir}/ralsh
+%{_bindir}/pi
 %{_bindir}/puppetdoc
 %{_sbindir}/puppetca
 %dir %{_libdir}/ruby/vendor_ruby/%{rb_ver}/puppet
@@ -154,10 +154,10 @@
 %dir %attr(755,root,root) /var/lib/puppet
 %{_sbindir}/puppetmasterd
 %{_sbindir}/puppetrun
+%{_sbindir}/puppetqd
+%{_sbindir}/rcpuppetmasterd
 /etc/init.d/puppetmasterd
 %config %{_fwdefdir}/puppetmasterd
-%{_sbindir}/rcpuppetmasterd
-%{_sbindir}/puppetqd
 /var/adm/fillup-templates/sysconfig.puppetmasterd
 
 %changelog

++ puppet-2.6.6-init.diff ++
--- /var/tmp/diff_new_pack.3BH0Pv/_old  2011-07-01 16:43:36.0 +0200
+++ /var/tmp/diff_new_pack.3BH0Pv/_new  2011-07-01 16:43:36.0 +0200
@@ -2,6 +2,15 @@
 ===
 --- conf/suse/client.init.orig
 +++ conf/suse/client.init
+@@ -17,7 +17,7 @@
+ # Should-Start: puppet
+ # Required-Stop: $local_fs $remote_fs $network $syslog
+ # Should-Stop: puppet
+-# Default-Start: 3 4 5
++# Default-Start: 3 5
+ # Default-Sto

commit shared-color-profiles for openSUSE:Factory

2011-07-01 Thread h_root

Hello community,

here is the log from the commit of package shared-color-profiles for 
openSUSE:Factory
checked in at Fri Jul 1 16:43:25 CEST 2011.




--- shared-color-profiles/shared-color-profiles.changes 2011-05-03 
10:09:54.0 +0200
+++ 
/mounts/work_src_done/STABLE/shared-color-profiles/shared-color-profiles.changes
2011-07-01 14:14:45.0 +0200
@@ -1,0 +2,6 @@
+Fri Jul  1 14:10:38 CEST 2011 - vu...@opensuse.org
+
+- Add shared-color-profiles-extra and AdobeICCProfiles Suggests to
+  main package, to help people find additional profiles.
+
+---

calling whatdependson for head-i586




Other differences:
--
++ shared-color-profiles.spec ++
--- /var/tmp/diff_new_pack.4Eoq9z/_old  2011-07-01 16:42:39.0 +0200
+++ /var/tmp/diff_new_pack.4Eoq9z/_new  2011-07-01 16:42:39.0 +0200
@@ -21,12 +21,14 @@
 
 Name:   shared-color-profiles
 Version:0.1.4
-Release:1
+Release:3
 License:GPLv2+
 Group:  System/GUI/Other
 Summary:Color profiles for color management
 Url:http://github.com/hughsie/shared-color-profile
 Source: %{name}-%{version}.tar.bz2
+Suggests:   %{name}-extra
+Suggests:   AdobeICCProfiles
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
 






Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit yelp-xsl for openSUSE:Factory

2011-07-01 Thread h_root

Hello community,

here is the log from the commit of package yelp-xsl for openSUSE:Factory
checked in at Fri Jul 1 16:42:26 CEST 2011.




--- GNOME/yelp-xsl/yelp-xsl.changes 2011-05-17 18:18:12.0 +0200
+++ /mounts/work_src_done/STABLE/yelp-xsl/yelp-xsl.changes  2011-05-27 
17:18:02.0 +0200
@@ -1,0 +2,21 @@
+Tue May 24 08:57:15 CEST 2011 - dims...@opensuse.org
+
+- Update to version 3.1.1:
+  + Improvements to the JS/CSS for videos and TTML
+  + Changed gettext infrastructure, use itstool
+  + Improvements and cleanup to DocBook code
+  + Implemented experimental Mallard conditional processing
+  + Updated to jQuery.syntax 3.0, custom layout file
+  + Don't embed div in a tag for linkdivs
+  + Added title attribute to HTML output for all links
+  + Updated translations.
+- Changes from version 3.0.2:
+  + Updated translations.
+- Add itstool BuildRequires.
+- Drop yelp-xsl-update-jquery-syntax.patch: fixed upstream.
+- Drop the lang package:tThe .mo files are not used by anything;
+  the *.po are merged into the xml files (see bgo#650942).
+- Obsolete the lang subpackage, since we don't ship translations in
+  .mo files anymore.
+
+---

calling whatdependson for head-i586


Old:

  yelp-xsl-3.0.1.tar.bz2
  yelp-xsl-update-jquery-syntax.patch

New:

  yelp-xsl-3.1.1.tar.bz2



Other differences:
--
++ yelp-xsl.spec ++
--- /var/tmp/diff_new_pack.YjERWw/_old  2011-07-01 16:39:44.0 +0200
+++ /var/tmp/diff_new_pack.YjERWw/_new  2011-07-01 16:39:44.0 +0200
@@ -19,37 +19,34 @@
 
 
 Name:   yelp-xsl
-Version:3.0.1
-Release:3
+Version:3.1.1
+Release:1
 License:GPLv2+, LGPLv2.1+, MIT
 Summary:XSL stylesheets for the yelp help browser
 Group:  System/Libraries
 Source: %{name}-%{version}.tar.bz2
-# PATCH-FIX-UPSTREAM yelp-xsl-update-jquery-syntax.patch bnc#693971 bgo#650308 
fcro...@suse.com -- update jquery.syntax to latest version (from git)
-Patch0: yelp-xsl-update-jquery-syntax.patch
 BuildRequires:  intltool
+BuildRequires:  itstool
 BuildRequires:  pkgconfig(libxml-2.0)
 BuildRequires:  pkgconfig(libxslt)
 BuildArch:  noarch
+# The lang subpackage is obsoleted now that translationed are
+# merged inline in xml file, since 3.1.1.
+Obsoletes:  %{name}-lang < %{version}
 
 %description
 This package contains XSL stylesheets that are used by the yelp help browser.
 
 
-%lang_package
 %prep
 %setup -q
-%patch0 -p1
 
 %build
-#needed by patch0
-autoreconf
 %configure
 %__make %{?_smp_mflags}
 
 %install
 %makeinstall
-%find_lang %{name}
 
 %files
 %defattr(-, root, root)
@@ -60,6 +57,4 @@
 # package for it.
 %{_datadir}/pkgconfig/yelp-xsl.pc
 
-%files lang -f %{name}.lang
-
 %changelog

++ yelp-xsl-3.0.1.tar.bz2 -> yelp-xsl-3.1.1.tar.bz2 ++
 59909 lines of diff (skipped)






Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit filesystem for openSUSE:Factory

2011-07-01 Thread h_root

Hello community,

here is the log from the commit of package filesystem for openSUSE:Factory
checked in at Fri Jul 1 16:39:34 CEST 2011.




--- filesystem/filesystem.changes   2011-06-06 11:58:56.0 +0200
+++ /mounts/work_src_done/STABLE/filesystem/filesystem.changes  2011-06-30 
14:46:52.0 +0200
@@ -1,0 +2,6 @@
+Thu Jun 30 12:46:34 UTC 2011 - a...@suse.de
+
+- Bump version number.
+- Remove /etc/skel/.mozilla, it's not needed to have this by default.
+
+---

calling whatdependson for head-i586




Other differences:
--
++ filesystem.spec ++
--- /var/tmp/diff_new_pack.CD20uG/_old  2011-07-01 16:38:23.0 +0200
+++ /var/tmp/diff_new_pack.CD20uG/_new  2011-07-01 16:38:23.0 +0200
@@ -24,7 +24,7 @@
 AutoReqProv:on
 Summary:Basic Directory Layout
 Version:11.5
-Release:19
+Release:20
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Obsoletes:  aaa_dir
 Provides:   aaa_dir

++ directory.list ++
--- /var/tmp/diff_new_pack.CD20uG/_old  2011-07-01 16:38:23.0 +0200
+++ /var/tmp/diff_new_pack.CD20uG/_new  2011-07-01 16:38:23.0 +0200
@@ -30,7 +30,6 @@
 0755 root root /etc/skel
 0755 root root /etc/skel/bin
 0755 root root /etc/skel/.fonts
-0755 root root /etc/skel/.mozilla
 0755 root root /etc/susehelp.d
 0755 root root /etc/susehelp.d/htdig
 0755 root root /etc/sysconfig






Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit libmatroska for openSUSE:Factory

2011-07-01 Thread h_root

Hello community,

here is the log from the commit of package libmatroska for openSUSE:Factory
checked in at Fri Jul 1 16:38:15 CEST 2011.




--- libmatroska/libmatroska.changes 2011-04-19 00:17:42.0 +0200
+++ /mounts/work_src_done/STABLE/libmatroska/libmatroska.changes
2011-06-30 14:41:52.0 +0200
@@ -1,0 +2,11 @@
+Thu Jun 30 12:25:51 CEST 2011 - dims...@opensuse.org
+
+- Update to version 1.2.0:
+  + skip data from KaxBlockVirtual as it should not be used
+  + use semantic generated from the specs so there is no more
+possible mismatch
+- Bump suname to 4, following the source changes.
+- Stop using source service, as Factory is moving to a different
+  way to verify source authenticity.
+
+---

calling whatdependson for head-i586


Old:

  _service
  _service:download_url:libmatroska-1.1.0.tar.bz2
  _service:set_version:libmatroska.spec

New:

  libmatroska-1.2.0.tar.bz2



Other differences:
--
++ libmatroska.spec ++
--- /var/tmp/diff_new_pack.2OgHeJ/_old  2011-07-01 16:37:47.0 +0200
+++ /var/tmp/diff_new_pack.2OgHeJ/_new  2011-07-01 16:37:47.0 +0200
@@ -16,11 +16,11 @@
 #
 
 
-%define soname 3
+%define soname 4
 
 Name:   libmatroska
-Version:to_be_filled_by_service
-Release:2
+Version:1.2.0
+Release:1
 License:LGPLv2.1+
 Summary:Library to Deal with Matroska Files
 Url:http://www.matroska.org/

++ baselibs.conf ++
--- /var/tmp/diff_new_pack.2OgHeJ/_old  2011-07-01 16:37:47.0 +0200
+++ /var/tmp/diff_new_pack.2OgHeJ/_new  2011-07-01 16:37:47.0 +0200
@@ -1 +1 @@
-libmatroska3
+libmatroska4






Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit telnet for openSUSE:Factory

2011-07-01 Thread h_root

Hello community,

here is the log from the commit of package telnet for openSUSE:Factory
checked in at Fri Jul 1 16:37:29 CEST 2011.




--- telnet/telnet.changes   2009-09-30 15:30:39.0 +0200
+++ /mounts/work_src_done/STABLE/telnet/telnet.changes  2011-06-30 
11:32:28.0 +0200
@@ -1,0 +2,5 @@
+Thu Jun 30 09:29:53 UTC 2011 - vci...@novell.com
+
+- exit cleanly, when hostalias cannot be resolved (bnc#700229) 
+
+---

calling whatdependson for head-i586


New:

  telnet-bsd-1.2-hostalias.patch



Other differences:
--
++ telnet.spec ++
--- /var/tmp/diff_new_pack.hjwtiq/_old  2011-07-01 16:33:06.0 +0200
+++ /var/tmp/diff_new_pack.hjwtiq/_new  2011-07-01 16:33:06.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package telnet (Version 1.2)
+# spec file for package telnet
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -24,7 +24,7 @@
 Provides:   nkitb:/usr/bin/telnet
 AutoReqProv:on
 Version:1.2
-Release:142
+Release:152
 Summary:A client program for the telnet remote login protocol
 BuildRequires:  ncurses-devel
 Requires:   netcfg
@@ -35,6 +35,7 @@
 Patch1: %{name}-bsd-1.2-suppress_hostname.patch
 Patch2: %{name}-bsd-%{version}-man-page.patch
 Patch3: telnet-bsd-1.2-no_gethostbyname.patch
+Patch4: telnet-bsd-1.2-hostalias.patch
 
 %description
 Telnet is an old protocol for logging into remote systems.  It is
@@ -68,6 +69,7 @@
 %patch1 -p1
 %patch2
 %patch3
+%patch4 -p1
 
 %build
 export CFLAGS="$RPM_OPT_FLAGS -fpie $(ncurses5-config --cflags)"

++ telnet-bsd-1.2-hostalias.patch ++
Index: telnet-bsd-1.2/telnet/commands.c
===
--- telnet-bsd-1.2.orig/telnet/commands.c
+++ telnet-bsd-1.2/telnet/commands.c
@@ -2451,14 +2451,15 @@ tn (int argc, char *argv[])
  if (error)
{
  warn ("%s: %s", aliasp, gai_strerror (error));
+ printf ("Couldn't get address for %s\n", aliasp);
  close (net);
- freeaddrinfo (ares);
- continue;
+ return 0;
}
 
  if (bind (net, ares->ai_addr, ares->ai_addrlen) < 0)
{
  perror (aliasp);
+ printf ("Couldn't bind to %s\n", aliasp);
  close (net);  /* dump descriptor */
  return 0;
}





Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit libebml for openSUSE:Factory

2011-07-01 Thread h_root

Hello community,

here is the log from the commit of package libebml for openSUSE:Factory
checked in at Fri Jul 1 16:32:53 CEST 2011.




--- libebml/libebml.changes 2011-04-19 00:19:11.0 +0200
+++ /mounts/work_src_done/STABLE/libebml/libebml.changes2011-06-30 
12:21:17.0 +0200
@@ -1,0 +2,15 @@
+Thu Jun 30 12:16:17 CEST 2011 - dims...@opensuse.org
+
+- Update to version 1.2.1:
+  + fix the constructor of CRTError in StdIOCallback
+  + fix the size returned by MemIOCallback::read() when reaching
+the end of the buffer
+  + add a macro to define signed integer elements that have a
+default value
+  + fix compilation of debug builds on win32
+  + fix for Sun Studio C compiler
+- Stop source service usage: Factory is moving to a slightly
+  different approch to verify source authenticity. Cconsequently,
+  specify a full URL as Source.
+
+---

calling whatdependson for head-i586


Old:

  _service
  _service:download_url:libebml-1.2.0.tar.bz2
  _service:set_version:libebml.spec

New:

  libebml-1.2.1.tar.bz2



Other differences:
--
++ libebml.spec ++
--- /var/tmp/diff_new_pack.wRi1Iv/_old  2011-07-01 16:32:31.0 +0200
+++ /var/tmp/diff_new_pack.wRi1Iv/_new  2011-07-01 16:32:31.0 +0200
@@ -19,13 +19,13 @@
 %define soname 3
 
 Name:   libebml
-Version:to_be_filled_by_service
-Release:2
+Version:1.2.1
+Release:1
 License:LGPLv2.1+
 Summary:Libary to Parse EBML Files
 Url:http://www.matroska.org/
 Group:  Development/Libraries/Other
-Source: %{name}-%{version}.tar.bz2
+Source: 
http://dl.matroska.org/downloads/libebml/%{name}-%{version}.tar.bz2
 BuildRequires:  gcc-c++
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 






Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit mtools for openSUSE:Factory

2011-07-01 Thread h_root

Hello community,

here is the log from the commit of package mtools for openSUSE:Factory
checked in at Fri Jul 1 16:32:22 CEST 2011.




--- mtools/mtools.changes   2011-05-23 12:23:12.0 +0200
+++ /mounts/work_src_done/STABLE/mtools/mtools.changes  2011-06-30 
15:54:33.0 +0200
@@ -1,0 +2,17 @@
+Thu Jun 30 13:53:42 UTC 2011 - pgaj...@novell.com
+
+- updated to 4.0.17:
+  * mbadblocks now takes a list of bad blocks (either as sectors
+or as clusters)
+  * mbadblocks now is able to do write scanning for bad blocks
+  * mshowfat can show cluster of specific offset
+  * Enable mtools to deal with very small sector sizes...
+  * Fixed encoding of all-lowercase names (no need to mangle
+these)
+  * Consider every directory entry after an ENDMARK (0x00) to be deleted
+  * After writing a new entry at end of a directory, be sure to also add
+an ENDMARK (0x00)
+  * Deal with possibility of a NULL pointer being returned by
+localtime during timestamp conversion
+
+---

calling whatdependson for head-i586


Old:

  mtools-4.0.16-aliasing.diff
  mtools-4.0.16-autoconf.diff
  mtools-4.0.16-conf.diff
  mtools-4.0.16-fat-bits.diff
  mtools-4.0.16-prototypes.diff
  mtools-4.0.16.tar.bz2

New:

  mtools-4.0.17-aliasing.diff
  mtools-4.0.17-autoconf.diff
  mtools-4.0.17-conf.diff
  mtools-4.0.17-fat-bits.diff
  mtools-4.0.17-prototypes.diff
  mtools-4.0.17.tar.bz2



Other differences:
--
++ mtools.spec ++
--- /var/tmp/diff_new_pack.XkWrEb/_old  2011-07-01 16:31:59.0 +0200
+++ /var/tmp/diff_new_pack.XkWrEb/_new  2011-07-01 16:31:59.0 +0200
@@ -20,7 +20,7 @@
 
 Name:   mtools
 BuildRequires:  libpng texlive-latex xorg-x11 xorg-x11-devel
-Version:4.0.16
+Version:4.0.17
 Release:1
 AutoReqProv:on
 Group:  System/Filesystems

++ mtools-4.0.16-aliasing.diff -> mtools-4.0.17-aliasing.diff ++

++ mtools-4.0.16-autoconf.diff -> mtools-4.0.17-autoconf.diff ++

++ mtools-4.0.16-conf.diff -> mtools-4.0.17-conf.diff ++

++ mtools-4.0.16-fat-bits.diff -> mtools-4.0.17-fat-bits.diff ++

++ mtools-4.0.16-prototypes.diff -> mtools-4.0.17-prototypes.diff ++

++ mtools-4.0.16.tar.bz2 -> mtools-4.0.17.tar.bz2 ++
 2778 lines of diff (skipped)






Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit mkinitrd for openSUSE:Factory

2011-07-01 Thread h_root

Hello community,

here is the log from the commit of package mkinitrd for openSUSE:Factory
checked in at Fri Jul 1 16:31:50 CEST 2011.




--- mkinitrd/mkinitrd.changes   2011-06-22 17:32:36.0 +0200
+++ /mounts/work_src_done/STABLE/mkinitrd/mkinitrd.changes  2011-06-30 
23:11:12.0 +0200
@@ -1,0 +2,11 @@
+Thu Jun 30 21:07:11 UTC 2011 - mma...@novell.com
+
+- Allow scripts to set multiple interfaces in the $interface
+  variable (fate#311345).
+
+---
+Thu Jun 30 09:47:17 UTC 2011 - mma...@novell.com
+
+- Fix typo in resolve_device() (bnc#698946).
+
+---

calling whatdependson for head-i586




Other differences:
--
++ mkinitrd.spec ++
--- /var/tmp/diff_new_pack.Vyvuzr/_old  2011-07-01 16:29:38.0 +0200
+++ /var/tmp/diff_new_pack.Vyvuzr/_new  2011-07-01 16:29:38.0 +0200
@@ -31,7 +31,7 @@
 %endif
 AutoReqProv:on
 Version:2.7.0
-Release:15
+Release:17
 Conflicts:  udev < 118
 Requires:   dhcpcd
 PreReq: %fillup_prereq

++ mkinitrd.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mkinitrd-2.7.0/mkinitrd.changes 
new/mkinitrd-2.7.0/mkinitrd.changes
--- old/mkinitrd-2.7.0/mkinitrd.changes 2011-06-22 17:28:22.0 +0200
+++ new/mkinitrd-2.7.0/mkinitrd.changes 2011-06-30 23:10:43.0 +0200
@@ -1,4 +1,15 @@
 ---
+Thu Jun 30 21:07:11 UTC 2011 - mma...@novell.com
+
+- Allow scripts to set multiple interfaces in the $interface
+  variable (fate#311345).
+
+---
+Thu Jun 30 09:47:17 UTC 2011 - mma...@novell.com
+
+- Fix typo in resolve_device() (bnc#698946).
+
+---
 Wed Jun 22 15:02:26 UTC 2011 - mma...@novell.com
 
 - dcbd was replaced with lldpad.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mkinitrd-2.7.0/scripts/setup-network.sh 
new/mkinitrd-2.7.0/scripts/setup-network.sh
--- old/mkinitrd-2.7.0/scripts/setup-network.sh 2011-06-22 17:28:22.0 
+0200
+++ new/mkinitrd-2.7.0/scripts/setup-network.sh 2011-06-30 23:10:43.0 
+0200
@@ -177,7 +177,7 @@
 # get the default interface if requested
 if [ "$interface" = "default" ]; then
 interface=
-if -z "$static_interfaces$dhcp_interfaces"; then
+if test -z "$static_interfaces$dhcp_interfaces"; then
 ifspec=$(get_default_interface)
 case "${ifspec##*/}" in
 dhcp*)
@@ -190,6 +190,22 @@
 fi
 fi
 
+for iface in $interface; do
+cfg=/etc/sysconfig/network/ifcfg-$iface
+BOOTPROTO=
+if test -e "$cfg"; then
+eval $(grep BOOTPROTO "$cfg")
+fi
+case "$BOOTPROTO" in
+dhcp*)
+dhcp_interfaces="$dhcp_interfaces $iface"
+;;
+*)
+static_interfaces="$static_interfaces $iface"
+esac
+done
+interface=
+
 if [ "$create_monster_initrd" ]; then
 # include all network card modules
 for i in $(find $root_dir/lib/modules/$kernel_version/kernel/drivers/net 
-name "*.ko" -o -name "*.ko.gz"); do
@@ -199,16 +215,18 @@
 done
 fi
 
-if test -n "$interface"; then
-echo "XXX: \$interface still set (to $interface), should not happen." >&2
-fi
-
 static=true
+seen_interfaces=
 for iface in $static_interfaces -- $dhcp_interfaces; do
 if test "x$iface" = "x--"; then
 static=false
 continue
 fi
+case " $seen_interfaces " in
+*" $iface "*)
+continue
+esac
+seen_interfaces="$seen_interfaces $iface"
 if [ -d /sys/class/net/$iface/device ] ; then
 drvlink="$drvlink $(get_network_module $iface)"
 read macaddress < /sys/class/net/$iface/address
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mkinitrd-2.7.0/scripts/setup-storage.sh 
new/mkinitrd-2.7.0/scripts/setup-storage.sh
--- old/mkinitrd-2.7.0/scripts/setup-storage.sh 2011-06-22 17:28:22.0 
+0200
+++ new/mkinitrd-2.7.0/scripts/setup-storage.sh 2011-06-30 23:10:43.0 
+0200
@@ -216,7 +216,7 @@
 case "$realrootdev" in
   LABEL=*|UUID=*)
 # get real root via fsck hack
-realrootdev=$(fsck -N "$rootdev" \
+realrootdev=$(fsck -N "$realrootdev" \
   | sed -ne '2s/.* \/dev/\/dev/p' \
   | sed -e 's/  *//g')
 if [ -z "$realrootdev"  -o ! -b "$realrootdev" ] ; then






Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit systemd for openSUSE:Factory

2011-07-01 Thread h_root

Hello community,

here is the log from the commit of package systemd for openSUSE:Factory
checked in at Fri Jul 1 16:18:44 CEST 2011.




--- systemd/systemd.changes 2011-06-17 12:45:38.0 +0200
+++ /mounts/work_src_done/STABLE/systemd/systemd.changes2011-06-29 
15:07:06.0 +0200
@@ -1,0 +2,6 @@
+Wed Jun 29 12:54:24 UTC 2011 - fcro...@suse.com
+
+- Make sure to not start kbd initscript, it is handled by systemd
+  natively.
+
+---

calling whatdependson for head-i586




Other differences:
--
++ systemd.spec ++
--- /var/tmp/diff_new_pack.TbILcA/_old  2011-07-01 16:17:36.0 +0200
+++ /var/tmp/diff_new_pack.TbILcA/_new  2011-07-01 16:17:36.0 +0200
@@ -22,7 +22,7 @@
 Name:   systemd
 Url:http://www.freedesktop.org/wiki/Software/systemd
 Version:29
-Release:1
+Release:3
 License:GPLv2+
 Group:  System/Base
 Summary:A System and Session Manager
@@ -140,6 +140,7 @@
 ln -s /dev/null %{buildroot}/lib/systemd/system/crypto.service
 ln -s /dev/null %{buildroot}/lib/systemd/system/crypto-early.service
 ln -s /dev/null %{buildroot}/lib/systemd/system/earlysyslog.service
+ln -s /dev/null %{buildroot}/lib/systemd/system/kbd.service
 ln -s /dev/null %{buildroot}/lib/systemd/system/klog.service
 ln -s /dev/null %{buildroot}/lib/systemd/system/ldconfig.service
 ln -s /dev/null %{buildroot}/lib/systemd/system/loadmodules.service






Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit gdk-pixbuf for openSUSE:Factory

2011-07-01 Thread h_root

Hello community,

here is the log from the commit of package gdk-pixbuf for openSUSE:Factory
checked in at Fri Jul 1 16:10:22 CEST 2011.




--- GNOME/gdk-pixbuf/gdk-pixbuf.changes 2011-04-04 11:28:35.0 +0200
+++ /mounts/work_src_done/STABLE/gdk-pixbuf/gdk-pixbuf.changes  2011-06-28 
09:50:47.0 +0200
@@ -1,0 +2,16 @@
+Tue Jun 28 09:48:11 CEST 2011 - dims...@opensuse.org
+
+- Update to version 2.23.5:
+  + Prevent the return of partically initialized pixbuf structures
+from the gif loader in some error cases (CVE-2011-2485)
+  + Win32 build updates.
+
+---
+Tue Jun 14 19:48:30 CEST 2011 - vu...@opensuse.org
+
+- Update to version 2.23.4:
+  + Drop use of G_CONST_RETURN
+  + Win32 build fixes
+  + Updated translations.
+
+---

calling whatdependson for head-i586


Old:

  gdk-pixbuf-2.23.3.tar.bz2

New:

  gdk-pixbuf-2.23.5.tar.bz2



Other differences:
--
++ gdk-pixbuf.spec ++
--- /var/tmp/diff_new_pack.hZlKDR/_old  2011-07-01 16:07:55.0 +0200
+++ /var/tmp/diff_new_pack.hZlKDR/_new  2011-07-01 16:07:55.0 +0200
@@ -20,7 +20,7 @@
 %define gdk_pixbuf_binary_version 2.10.0
 
 Name:   gdk-pixbuf
-Version:2.23.3
+Version:2.23.5
 Release:1
 License:LGPLv2+
 Summary:An image loading library

++ gdk-pixbuf-2.23.3.tar.bz2 -> gdk-pixbuf-2.23.5.tar.bz2 ++
 9253 lines of diff (skipped)






Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit dbus-1 for openSUSE:Factory

2011-07-01 Thread h_root

Hello community,

here is the log from the commit of package dbus-1 for openSUSE:Factory
checked in at Fri Jul 1 16:07:45 CEST 2011.




--- dbus-1/dbus-1-x11.changes   2011-05-18 16:05:03.0 +0200
+++ /mounts/work_src_done/STABLE/dbus-1/dbus-1-x11.changes  2011-07-01 
10:14:39.0 +0200
@@ -1,0 +2,69 @@
+Fri Jul  1 10:07:55 CEST 2011 - vu...@opensuse.org
+
+- Update to version 1.5.4:
+  + Security (local denial of service):
+- Byte-swap foreign-endian messages correctly, preventing a
+  long-standing local DoS if foreign-endian messages are
+  relayed through the dbus-daemon (fdo#38120, deb#629938, no
+  CVE number yet)
+  + New things:
+- The constant to use for an infinite timeout now has a name,
+  DBUS_TIMEOUT_INFINITE.
+- If GLib and DBus-GLib are already installed, more tests will be built,
+  providing better coverage.(fdo#34570)
+  + Changes:
+- Consistently use atomic operations for the DBusConnection's
+  refcount, fixing potential threading problems (fdo#38005)
+- Don't use -Wl,--gc-sections by default: in practice the size
+  decrease is small (300KiB on x86-64) and it frequently
+  doesn't work in unusual toolchains. (fdo#33466)
+- Use #!/bin/sh for run-with-tmp-session-bus.sh, making it work
+  on *BSD (fdo#35880)
+- Use ln -fs to set up dbus for systemd, which should fix
+  reinstallation when not using a DESTDIR (fdo#37870)
+- Windows-specific changes:
+  . don't try to build dbus-daemon-launch-helper (fdo#37838)
+- Changes from  version 1.5.2:
+  + Notes for distributors:
+- This version of D-Bus no longer uses -fPIE by default.
+  + Changes:
++ D-Bus Specification v0.17
+  . Reserve the extra characters used in signatures by GVariant
+(fdo#34529)
+  . Define the ObjectManager interface (fdo#34869)
++ Don't force -fPIE: distributions and libtool know better than
+  we do whether it's desirable (fdo#16621, fdo#27215)
++ Allow --disable-gc-sections, in case your toolchain offers
+  the -ffunction-sections, -fdata-sections and
+  -Wl,--gc-sections options but they're broken, as seen on
+  Solaris (fdo#33466)
++ Install dbus-daemon and dbus-daemon-launch-helper in a more
+  normal way (fdo#14512)
++ Ensure that maintainers upload documentation with the right
+  permissions (fdo#36130)
++ Don't force users of libdbus to be linked against
+  -lpthread, -lrt (fdo#32827)
++ Log system-bus activation information to syslog (fdo#35705)
++ Log messages dropped due to quotas to syslog (fdo#35358)
++ Make the nonce-tcp transport work on Unix (fdo#34569)
++ On Unix, if /var/lib/dbus/machine-id cannot be read, try
+  /etc/machine-id (fdo#35228)
++ In the regression tests, don't report fds as "leaked" if they
+  were open on startup (fdo#35173)
++ Make dbus-monitor bail out if asked to monitor more than one
+  bus, rather than silently using the last one (fdo#26548)
++ Clarify documentation (fdo#35182)
++ Clean up minor dead code and some incorrect error handling
+  (fdo#33128, fdo#29881)
++ Check that compiler options are supported before using them
+  (fdo#19681)
++ Windows:
+  . Remove obsolete workaround for winioctl.h (fdo#35083)
+
+---
+Tue Jun 28 08:03:00 UTC 2011 - a...@suse.de
+
+- Fix filelist to own a directory.
+- Do not package html files twice.
+
+---
--- dbus-1/dbus-1.changes   2011-06-28 10:07:57.0 +0200
+++ /mounts/work_src_done/STABLE/dbus-1/dbus-1.changes  2011-07-01 
10:14:59.0 +0200
@@ -1,0 +2,63 @@
+Fri Jul  1 10:07:55 CEST 2011 - vu...@opensuse.org
+
+- Update to version 1.5.4:
+  + Security (local denial of service):
+- Byte-swap foreign-endian messages correctly, preventing a
+  long-standing local DoS if foreign-endian messages are
+  relayed through the dbus-daemon (fdo#38120, deb#629938, no
+  CVE number yet)
+  + New things:
+- The constant to use for an infinite timeout now has a name,
+  DBUS_TIMEOUT_INFINITE.
+- If GLib and DBus-GLib are already installed, more tests will be built,
+  providing better coverage.(fdo#34570)
+  + Changes:
+- Consistently use atomic operations for the DBusConnection's
+  refcount, fixing potential threading problems (fdo#38005)
+- Don't use -Wl,--gc-sections by default: in practice the size
+  decrease is small (300KiB on x86-64) and it frequently
+  doesn't work in unusual toolchains. (fdo#33466)
+- Use #!/bin/sh for run-with-tmp-session-bus.sh, making it work
+  on *BSD (fdo#35880)
+- Use ln -fs to set up dbus for systemd, which should fix
+  reinstallation when not using a DESTDIR (fdo#37870)
+- Windows-specific changes:
+  . don't try to build dbus-daemon-launch-helper (fdo#37838)
+- Cha

commit tk for openSUSE:Factory

2011-07-01 Thread h_root

Hello community,

here is the log from the commit of package tk for openSUSE:Factory
checked in at Fri Jul 1 16:07:08 CEST 2011.




--- tk/tk.changes   2011-03-08 15:20:32.0 +0100
+++ /mounts/work_src_done/STABLE/tk/tk.changes  2011-07-01 13:19:48.0 
+0200
@@ -1,0 +2,32 @@
+Fri Jul  1 11:18:51 UTC 2011 - m...@novell.com
+
+- New patchlevel release 8.5.10:
+  * (bug fix)[3057573] specify combobox text fg color
+  * (bug fix)[2829363] [$tv see] open item -> sched display
+  * (bug fix)[3085489] crash in [tag add/remove]
+  * (enhancement) Updated German messages.
+  * (platform) VS 2005 SP1 MSVC compiler
+  * (bug fix)[3071836] crash in tk_getSaveFile
+  * (bug fix)[3154705] tk_messageBox close button disabled
+  * (enhancement) add [ttk::entry validate]
+  * (bug fix)[3205260] crash in [wm manage]
+  * (bug fix)[3181181] tearoff submenu fix
+  * (bug fix)[3205464] [wm forget] loses window
+  * (bug fix)[3223850] ttk button state disabled during click
+  * (bug fix)[302] ttk scrollbar size Appearance
+  * (bug fix)[3239768] Win menu font support
+  * (bug fix)[3129527] stop buffer overflows
+  * (feature change)[2997657] No -container for [labelframe]
+  * (bug fix)[723765] [grid remove] lost -in value
+  * (bug fix)[3291543] mem corrupt when [$canvas dchars] removes
+all coords of a polygon
+  * (bug fix)[2949774] cascade menu unpost
+  * (bug fix)[2546087] [console] treatment of '\0'
+  * (bug fix)[2358545] Restore "08" in spinbox configured with
+-from and -to (porter)
+  * (bug fix)[2484771] modal dialog settings
+  * (bug fix)[3175610] incomplete line item refresh
+  * (bug fix)[3062331] crash in unset traces 
+- tk-xft.patch has been integrated upstream.
+
+---

calling whatdependson for head-i586


Old:

  tk-xft.patch
  tk8.5.9-src.tar.bz2

New:

  tk8.5.10-src.tar.bz2



Other differences:
--
++ tk.spec ++
--- /var/tmp/diff_new_pack.TI9Agc/_old  2011-07-01 15:59:41.0 +0200
+++ /var/tmp/diff_new_pack.TI9Agc/_new  2011-07-01 15:59:41.0 +0200
@@ -21,8 +21,8 @@
 Name:   tk
 BuildRequires:  tcl-devel xorg-x11-devel
 Url:http://www.tcl.tk
-Version:8.5.9
-Release:5
+Version:8.5.10
+Release:1
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Summary:Graphical User Interface Toolkit for Tcl
 License:BSD3c(or similar)
@@ -41,7 +41,6 @@
 Source1:tk-rpmlintrc
 Source2:baselibs.conf
 Patch0: %name.patch
-Patch1: %name-xft.patch
 
 %description
 Tk is a graphical user interface toolkit that takes developing desktop
@@ -89,7 +88,6 @@
 %prep
 %setup -q -n %name%version
 %patch0
-%patch1
 
 %build
 cd unix

++ tk8.5.9-src.tar.bz2 -> tk8.5.10-src.tar.bz2 ++
 13010 lines of diff (skipped)






Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit yast2-installation for openSUSE:Factory

2011-07-01 Thread h_root

Hello community,

here is the log from the commit of package yast2-installation for 
openSUSE:Factory
checked in at Fri Jul 1 13:58:46 CEST 2011.




--- yast2-installation/yast2-installation.changes   2011-06-07 
09:50:10.0 +0200
+++ /mounts/work_src_done/STABLE/yast2-installation/yast2-installation.changes  
2011-06-30 14:14:39.0 +0200
@@ -1,0 +2,6 @@
+Thu Jun 30 14:09:17 CEST 2011 - jsuch...@suse.cz
+
+- fixed typos (bnc#703119)
+- 2.21.6 
+
+---

calling whatdependson for head-i586


Old:

  yast2-installation-2.21.5.tar.bz2

New:

  yast2-installation-2.21.6.tar.bz2



Other differences:
--
++ yast2-installation.spec ++
--- /var/tmp/diff_new_pack.7t15DZ/_old  2011-07-01 13:58:27.0 +0200
+++ /var/tmp/diff_new_pack.7t15DZ/_new  2011-07-01 13:58:27.0 +0200
@@ -19,11 +19,11 @@
 
 
 Name:   yast2-installation
-Version:2.21.5
+Version:2.21.6
 Release:1
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-Source0:yast2-installation-2.21.5.tar.bz2
+Source0:yast2-installation-2.21.6.tar.bz2
 
 Prefix: /usr
 
@@ -136,7 +136,7 @@
 System installation code as present on installation media.
 
 %prep
-%setup -n yast2-installation-2.21.5
+%setup -n yast2-installation-2.21.6
 
 %build
 %{prefix}/bin/y2tool y2autoconf

++ yast2-installation-2.21.5.tar.bz2 -> yast2-installation-2.21.6.tar.bz2 
++
 7078 lines of diff (skipped)
retrying with extended exclude list
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/yast2-installation-2.21.5/VERSION new/yast2-installation-2.21.6/VERSION
--- old/yast2-installation-2.21.5/VERSION   2011-06-01 15:15:56.0 
+0200
+++ new/yast2-installation-2.21.6/VERSION   2011-06-30 14:09:44.0 
+0200
@@ -1 +1 @@
-2.21.5
+2.21.6
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/yast2-installation-2.21.5/src/clients/inst_automatic_configuration.ycp 
new/yast2-installation-2.21.6/src/clients/inst_automatic_configuration.ycp
--- old/yast2-installation-2.21.5/src/clients/inst_automatic_configuration.ycp  
2009-09-16 11:48:25.0 +0200
+++ new/yast2-installation-2.21.6/src/clients/inst_automatic_configuration.ycp  
2011-06-30 14:07:29.0 +0200
@@ -223,7 +223,7 @@
Wizard::OpenNextBackStepsDialog();
DumpACUIError();
InstError::ShowErrorPopupWithLogs (
-   sformat (_("An error has occured while calling '%1' AC 
script."), last_client)
+   sformat (_("An error has occurred while calling '%1' AC 
script."), last_client)
);
}
 
@@ -235,7 +235,7 @@
DumpACUIError();
y2error ("There is no Automatic Configuration dialog, adjusting 
the current one...");
InstError::ShowErrorPopupWithLogs (
-   sformat (_("An error has occured while calling '%1' AC 
script."), last_client)
+   sformat (_("An error has occurred while calling '%1' AC 
script."), last_client)
);
}
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/yast2-installation-2.21.5/src/clients/inst_system_analysis.ycp 
new/yast2-installation-2.21.6/src/clients/inst_system_analysis.ycp
--- old/yast2-installation-2.21.5/src/clients/inst_system_analysis.ycp  
2011-01-19 17:29:31.0 +0100
+++ new/yast2-installation-2.21.6/src/clients/inst_system_analysis.ycp  
2011-06-15 11:38:48.0 +0200
@@ -5,7 +5,7 @@
  * Authors:Jiri Srain 
  * Lukas Ocilka 
  *
- * $Id: inst_system_analysis.ycp 63227 2011-01-19 14:09:58Z jsrain $
+ * $Id: inst_system_analysis.ycp 64383 2011-06-15 09:38:48Z jsuchome $
  *
  */
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/yast2-installation-2.21.5/src/inst_finish/copy_files_finish.ycp 
new/yast2-i

commit yast2-fingerprint-reader for openSUSE:Factory

2011-07-01 Thread h_root

Hello community,

here is the log from the commit of package yast2-fingerprint-reader for 
openSUSE:Factory
checked in at Fri Jul 1 13:58:19 CEST 2011.




--- yast2-fingerprint-reader/yast2-fingerprint-reader.changes   2010-09-01 
19:44:14.0 +0200
+++ 
/mounts/work_src_done/STABLE/yast2-fingerprint-reader/yast2-fingerprint-reader.changes
  2011-06-30 14:25:50.0 +0200
@@ -1,0 +2,6 @@
+Thu Jun 30 14:23:39 CEST 2011 - jsuch...@suse.cz
+
+- fixed typo (bnc#703102)
+- 2.21.0 
+
+---

calling whatdependson for head-i586


Old:

  yast2-fingerprint-reader-2.20.0.tar.bz2

New:

  yast2-fingerprint-reader-2.21.0.tar.bz2



Other differences:
--
++ yast2-fingerprint-reader.spec ++
--- /var/tmp/diff_new_pack.l5K87I/_old  2011-07-01 13:56:54.0 +0200
+++ /var/tmp/diff_new_pack.l5K87I/_new  2011-07-01 13:56:54.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package yast2-fingerprint-reader (Version 2.20.0)
+# spec file for package yast2-fingerprint-reader
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,16 +19,16 @@
 
 
 Name:   yast2-fingerprint-reader
-Version:2.20.0
+Version:2.21.0
 Release:1
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-Source0:yast2-fingerprint-reader-2.20.0.tar.bz2
+Source0:yast2-fingerprint-reader-2.21.0.tar.bz2
 
 Prefix: /usr
 
 Group:  System/YaST
-License:GPLv2+
+License:GPL v2 or later
 Requires:   yast2 yast2-pam
 BuildRequires:  libfprint-devel libfprint0 libusb-devel
 BuildRequires:  doxygen gcc-c++ perl-XML-Writer update-desktop-files yast2 
yast2-core-devel yast2-devtools yast2-pam yast2-testsuite
@@ -42,7 +42,7 @@
 thinkfinger library.
 
 %prep
-%setup -n yast2-fingerprint-reader-2.20.0
+%setup -n yast2-fingerprint-reader-2.21.0
 
 %build
 %{prefix}/bin/y2tool y2autoconf

++ yast2-fingerprint-reader-2.20.0.tar.bz2 -> 
yast2-fingerprint-reader-2.21.0.tar.bz2 ++
 12219 lines of diff (skipped)
retrying with extended exclude list
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/yast2-fingerprint-reader-2.20.0/VERSION 
new/yast2-fingerprint-reader-2.21.0/VERSION
--- old/yast2-fingerprint-reader-2.20.0/VERSION 2010-08-31 10:41:33.0 
+0200
+++ new/yast2-fingerprint-reader-2.21.0/VERSION 2011-06-30 14:24:04.0 
+0200
@@ -1 +1 @@
-2.20.0
+2.21.0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/yast2-fingerprint-reader-2.20.0/config.h.in 
new/yast2-fingerprint-reader-2.21.0/config.h.in
--- old/yast2-fingerprint-reader-2.20.0/config.h.in 2010-05-11 
09:23:35.0 +0200
+++ new/yast2-fingerprint-reader-2.21.0/config.h.in 2011-06-23 
15:56:31.0 +0200
@@ -64,6 +64,9 @@
 /* Define to the one symbol short name of this package. */
 #undef PACKAGE_TARNAME
 
+/* Define to the home page for this package. */
+#undef PACKAGE_URL
+
 /* Define to the version of this package. */
 #undef PACKAGE_VERSION
 
@@ -80,3 +83,6 @@
 
 /* Version number of package */
 #undef VERSION
+
+/* Define to `unsigned int' if  does not define. */
+#undef size_t
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/yast2-fingerprint-reader-2.20.0/configure.in 
new/yast2-fingerprint-reader-2.21.0/configure.in
--- old/yast2-fingerprint-reader-2.20.0/configure.in2010-05-11 
09:23:25.0 +0200
+++ new/yast2-fingerprint-reader-2.21.0/configure.in2011-06-23 
15:56:23.0 +0200
@@ -3,7 +3,7 @@
 dnl -- This file is generated by y2autoconf 2.18.11 - DO NOT EDIT! --
 dnl(edit configure.in.in instead)
 
-AC_INIT(yast2-fingerprint-reader, 2.18.1, http://bugs.opensuse.org/, 
yast2-fingerprint-reader)
+AC_INIT(yast2-fingerprint-reader, 2.20.0, http://bugs.opensuse.org/, 
yast2-fingerprint-reader)
 dnl Check for presence of file 'RPMNAME'
 AC_CONFIG_SRCDIR([RPMNAME])
 
@@ -18

commit perl-XML-LibXML for openSUSE:Factory

2011-07-01 Thread h_root

Hello community,

here is the log from the commit of package perl-XML-LibXML for openSUSE:Factory
checked in at Fri Jul 1 13:55:30 CEST 2011.




--- perl-XML-LibXML/perl-XML-LibXML.changes 2010-12-01 14:57:54.0 
+0100
+++ /mounts/work_src_done/STABLE/perl-XML-LibXML/perl-XML-LibXML.changes
2011-06-16 09:51:16.0 +0200
@@ -1,0 +2,27 @@
+Thu Jun 16 07:37:20 UTC 2011 - vci...@novell.com
+
+- update to 1.71
+   - turn XML_LIBXML_PARSE_DEFAULTS constant to 
$XML::LibXML::XML_LIBXML_PARSE_DEFAULTS
+   - Apply 0001-XML-LibXML-Error-no-need-to-AUTOLOAD-domain.patch from
+ https://rt.cpan.org/Public/Bug/Display.html?id=68575 - no need to
+ AUTOLOAD 'domain' because a method like that exists.
+- Apply 0002-XML-LibXML-Error-avoid-AUTOLOAD.patch from
+  https://rt.cpan.org/Public/Bug/Display.html?id=68575 - get rid of
+  AUTOLOAD completely.
+- Apply 0003-XML-LibXML-Error-make-domain-work-for-unknown-domain.patch
+  from https://rt.cpan.org/Public/Bug/Display.html?id=68575 - handle
+  unknown domains.
+- Apply 0004-XML-LibXML-Error-add-domains-from-newer-libxml2.patch
+  from https://rt.cpan.org/Public/Bug/Display.html?id=68575 - add more
+  errors.
+- Apply 0005-XML-LibXML-Error-avoid-malformed-UTF-8-warnings.patch
+  from https://rt.cpan.org/Public/Bug/Display.html?id=68575
+- In replaceDataString - use 
+http://perldoc.perl.org/functions/quotemeta.html instead of a long (and
+incomplete) list of characters to escape.
+-- With test.
+-- also fix deleteDataString by making it use replaceDataString
+for help.
+-- Fixing https://rt.cpan.org/Ticket/Display.html?id=68564
+
+---

calling whatdependson for head-i586


Old:

  XML-LibXML-1.70.tar.bz2

New:

  XML-LibXML-1.71.tar.bz2
  _service:format_spec_file:perl-XML-LibXML.spec



Other differences:
--
++ _service:format_spec_file:perl-XML-LibXML.spec ++
#
# spec file for package perl-XML-LibXML
#
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#

# norootforbuild


Name:   perl-XML-LibXML
%define cpan_name %( echo %{name} | %{__sed} -e 's,perl-,,' )
Summary:Perl Binding for libxml2
Version:1.71
Release:8
AutoReqProv:on
Group:  Development/Libraries/Perl
License:GPL-1.0+ or Artistic
Url:http://search.cpan.org/dist/XML-LibXML/
Source: %{cpan_name}-%{version}.tar.bz2
Patch:  %{name}-utf16.diff
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
%{perl_requires}
BuildRequires:  perl
BuildRequires:  perl-macros
BuildRequires:  libxml2-devel >= 2.6.16
BuildRequires:  perl(XML::SAX) >= 0.11
Requires:   perl(XML::SAX) >= 0.11
Provides:   perl-XML-LibXML-Common = %{version}
Obsoletes:  perl-XML-LibXML-Common < %{version}


%description
This module implements a Perl interface to the Gnome libxml2 library which
provides interfaces for parsing and manipulating XML files. This module allows
Perl programmers to make use of the highly capable validating XML parser and
the high performance DOM implementation.

%prep
%setup -q -n %{cpan_name}-%{version}
%patch


%build
# [2,7,1,0], # broken release, broken utf-16
%if 0%{?suse_version} == 1110
%{__perl} Makefile.PL OPTIMIZE="$RPM_OPT_FLAGS -Wall" FORCE=1
%else
%{__perl} Makefile.PL OPTIMIZE="$RPM_OPT_FLAGS -Wall"
%endif
%{__make} %{?_smp_mflags}


%check
%{__make} test


%install
%perl_make_install
%perl_process_packlist
%perl_gen_filelist


%clean
%{__rm} -rf $RPM_BUILD_ROOT


%files -f %{name}.files
%defattr(-,root,root)
%doc Changes LICENSE README



%changelog
++ perl-XML-LibXML.spec ++
--- /var/tmp/diff_new_pack.U701x1/_old  2011-07-01 12:39:33.0 +0200
+++ /var/tmp/diff_new_pack.U701x1/_new  2011-07-01 12:39:33.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package perl-XML-LibXML (Version 1.70)
+# spec file for package perl-XML-LibXML
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owner

commit sysconfig for openSUSE:11.4

2011-07-01 Thread h_root

Hello community,

here is the log from the commit of package sysconfig for openSUSE:11.4
checked in at Fri Jul 1 13:28:30 CEST 2011.




--- old-versions/11.4/all/sysconfig/sysconfig.changes   2011-02-14 
14:59:46.0 +0100
+++ 11.4/sysconfig/sysconfig.changes2011-06-09 17:27:35.0 +0200
@@ -1,0 +2,18 @@
+Thu Jun  9 14:58:52 UTC 2011 - m...@suse.de
+
+- Fixed get_depending_ifaces to not return bonding slaves by
+  default as it is not required to stop the slaves before the
+  bonding master goes down and in fact it may cause a system
+  hang, when the slaves are infiniband child interfaces, that
+  are deleted while ifdown (bnc#698478).
+- Fixed to use 600 mode in spec attr for ifcfg-lo to avoid that
+  rpm -V report it as modified because of the chmod added to the
+  post-install script in bnc#670871.
+
+---
+Tue Jun  7 19:20:43 CEST 2011 - vbo...@suse.cz
+
+- Added WIRELESS_AUTH_MODE='no-encryption' option handling to
+  ifup-wireless, because YaST sets it (bnc#648830).
+
+---

Package does not exist at destination yet. Using Fallback 
old-versions/11.4/all/sysconfig
Destination is old-versions/11.4/UPDATES/all/sysconfig
calling whatdependson for 11.4-i586


New:

  0001-ifup-wireless-no-encryption-option.bnc648830.patch
  0002-do-not-stop-bonding-slaves-first.bnc698478.patch



Other differences:
--
++ sysconfig.spec ++
--- /var/tmp/diff_new_pack.S8RHJO/_old  2011-07-01 13:28:07.0 +0200
+++ /var/tmp/diff_new_pack.S8RHJO/_new  2011-07-01 13:28:07.0 +0200
@@ -20,7 +20,7 @@
 
 Name:   sysconfig
 Version:0.74.5
-Release:2
+Release:6.
 Summary:The system configuration scheme
 Url:http://gitorious.org/opensuse/sysconfig
 Group:  System/Base
@@ -32,6 +32,8 @@
 Requires:   iproute2 dbus-1 procps
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Source: %name-%version.tar.bz2
+Patch1: 0001-ifup-wireless-no-encryption-option.bnc648830.patch
+Patch2: 0002-do-not-stop-bonding-slaves-first.bnc698478.patch
 
 %description
 This package provides the SuSE system configuration scheme and
@@ -51,6 +53,8 @@
 
 %prep
 %setup -n sysconfig-%{version}
+%patch1 -p1
+%patch2 -p1
 
 %build
 autoreconf --force --install
@@ -87,7 +91,7 @@
 /etc/init.d/*
 %ghost /etc/sysconfig/network/config
 %ghost /etc/sysconfig/network/dhcp
-%config(noreplace) /etc/sysconfig/network/ifcfg-lo
+%config(noreplace) %attr(600,root,root) /etc/sysconfig/network/ifcfg-lo
 %config(noreplace) /etc/sysconfig/network/ifroute-lo
 %config(noreplace) /etc/ppp/ip-up
 %config(noreplace) /etc/ppp/ip-down

++ 0001-ifup-wireless-no-encryption-option.bnc648830.patch ++
>From b1bcb44dfd2cae8ee771ad7988d357e17e692687 Mon Sep 17 00:00:00 2001
From: Vladimir Botka 
Date: Wed, 8 Jun 2011 22:00:08 +0200
Subject: [PATCH] no-encryption option added to the WIRELESS_AUTH_MODE

(bnc#213001) introduced no-encryption option in Yast, but this option has
never been implemented in the sysconfig. The differnece between no-encryption
and open is that open system can use user authentication. In both cases
key_mgmt=NONE option shall be put into the wpa_supplicant.conf (bnc#648830).

Signed-off-by: Marius Tomaschewski 
---
 scripts/ifup-wireless |6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/scripts/ifup-wireless b/scripts/ifup-wireless
index 105ebe9..45f27af 100755
--- a/scripts/ifup-wireless
+++ b/scripts/ifup-wireless
@@ -304,7 +304,7 @@ EOL
 # special hack for madwifi
 test "$DRIVER" = "ath_pci" && run_iw_tool priv 
authmode 2
 ;;
-open|opensystem|"") WIRELESS_SEC_MODE="open";;
+open|opensystem|no-encryption|"") WIRELESS_SEC_MODE="open";;
 esac
 fi
 if [ -n "$WIRELESS_KEY_0" -a \
@@ -403,7 +403,7 @@ setup_wlanngdev()
 wlanctl dot11req_mibset 
mibattribute=dot11ExcludeUnencrypted=true
 AUTHTYPE=sharedkey
 ;;
-open|opensystem|"")
+open|opensystem|no-encryption|"")
 wlanctl dot11req_mibset 
mibattribute=dot11ExcludeUnencrypted=false
 AUTHTYPE=opensystem
 ;;
@@ -540,7 +540,7 @@ print_network_block()
 print_network_line ssid WIRELESS_ESSID "$SUFFIX"
 print_network_line_unquoted priority WIRELESS_PRIORITY "$SUFFIX"
 case "`eval echo \\$WIRELESS_AUTH_MODE$SUFFIX`" in
-open)
+open|no-encryption)
 echo "  key_mgmt=NONE"
 for i in 0 1 2 3 ; do
 KEY="`eval print_key \\"\\$WIRELESS_KEY_$i$SUFFIX\\" 
\\$WIRELESS_KEY_LENGTH$SUFFIX`"

commit sysconfig for openSUSE:11.3

2011-07-01 Thread h_root

Hello community,

here is the log from the commit of package sysconfig for openSUSE:11.3
checked in at Fri Jul 1 13:26:28 CEST 2011.




--- old-versions/11.3/UPDATES/all/sysconfig/sysconfig.changes   2011-02-14 
14:59:51.0 +0100
+++ 11.3/sysconfig/sysconfig.changes2011-06-09 17:28:10.0 +0200
@@ -1,0 +2,18 @@
+Thu Jun  9 14:58:52 UTC 2011 - m...@suse.de
+
+- Fixed get_depending_ifaces to not return bonding slaves by
+  default as it is not required to stop the slaves before the
+  bonding master goes down and in fact it may cause a system
+  hang, when the slaves are infiniband child interfaces, that
+  are deleted while ifdown (bnc#698478).
+- Fixed to use 600 mode in spec attr for ifcfg-lo to avoid that
+  rpm -V report it as modified because of the chmod added to the
+  post-install script in bnc#670871.
+
+---
+Tue Jun  7 19:20:43 CEST 2011 - vbo...@suse.cz
+
+- Added WIRELESS_AUTH_MODE='no-encryption' option handling to
+  ifup-wireless, because YaST sets it (bnc#648830).
+
+---

calling whatdependson for 11.3-i586


New:

  0008-ifup-wireless-no-encryption-option.bnc648830.patch
  0009-do-not-stop-bonding-slaves-first.bnc698478.patch



Other differences:
--
++ sysconfig.spec ++
--- /var/tmp/diff_new_pack.9egB9H/_old  2011-07-01 13:25:11.0 +0200
+++ /var/tmp/diff_new_pack.9egB9H/_new  2011-07-01 13:25:11.0 +0200
@@ -20,7 +20,7 @@
 
 Name:   sysconfig
 Version:0.73.7
-Release:2.
+Release:2.
 Summary:The system configuration scheme
 Group:  System/Base
 License:GPLv2+
@@ -36,6 +36,8 @@
 Patch5: 0005-Fixed-link_wait-scriptname-check-and-ping-usage.patch
 Patch6: 0006-Fixed-ifup-bonding-to-not-fail-on-enslave-errors.patch
 Patch7: 0007-udevmountd-allow-mounting-of-multipath-devices.patch
+Patch8: 0008-ifup-wireless-no-encryption-option.bnc648830.patch
+Patch9: 0009-do-not-stop-bonding-slaves-first.bnc698478.patch
 
 %description
 This package provides the SuSE system configuration scheme and
@@ -62,6 +64,8 @@
 %patch5 -p1
 %patch6 -p1
 %patch7 -p1
+%patch8 -p1
+%patch9 -p1
 
 %build
 autoreconf --force --install
@@ -98,7 +102,7 @@
 /etc/init.d/*
 %ghost /etc/sysconfig/network/config
 %ghost /etc/sysconfig/network/dhcp
-%config(noreplace) /etc/sysconfig/network/ifcfg-lo
+%config(noreplace) %attr(600,root,root) /etc/sysconfig/network/ifcfg-lo
 %config(noreplace) /etc/sysconfig/network/ifroute-lo
 %config(noreplace) /etc/ppp/ip-up
 %config(noreplace) /etc/ppp/ip-down

++ 0008-ifup-wireless-no-encryption-option.bnc648830.patch ++
>From 8064ca59488527584852bdc2e8d20c7b3eb051c3 Mon Sep 17 00:00:00 2001
From: Vladimir Botka 
Date: Wed, 8 Jun 2011 22:00:08 +0200
Subject: [PATCH] no-encryption option added to the WIRELESS_AUTH_MODE

(bnc#213001) introduced no-encryption option in Yast, but this option has
never been implemented in the sysconfig. The differnece between no-encryption
and open is that open system can use user authentication. In both cases
key_mgmt=NONE option shall be put into the wpa_supplicant.conf (bnc#648830).

Signed-off-by: Marius Tomaschewski 
---
 scripts/ifup-wireless |6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/scripts/ifup-wireless b/scripts/ifup-wireless
index 259d2f2..fb0582b 100755
--- a/scripts/ifup-wireless
+++ b/scripts/ifup-wireless
@@ -301,7 +301,7 @@ EOL
 # special hack for madwifi
 test "$DRIVER" = "ath_pci" && run_iw_tool priv 
authmode 2
 ;;
-open|opensystem|"") WIRELESS_SEC_MODE="open";;
+open|opensystem|no-encryption|"") WIRELESS_SEC_MODE="open";;
 esac
 fi
 if [ -n "$WIRELESS_KEY_0" -a \
@@ -400,7 +400,7 @@ setup_wlanngdev()
 wlanctl dot11req_mibset 
mibattribute=dot11ExcludeUnencrypted=true
 AUTHTYPE=sharedkey
 ;;
-open|opensystem|"")
+open|opensystem|no-encryption|"")
 wlanctl dot11req_mibset 
mibattribute=dot11ExcludeUnencrypted=false
 AUTHTYPE=opensystem
 ;;
@@ -537,7 +537,7 @@ print_network_block()
 print_network_line ssid WIRELESS_ESSID "$SUFFIX"
 print_network_line_unquoted priority WIRELESS_PRIORITY "$SUFFIX"
 case "`eval echo \\$WIRELESS_AUTH_MODE$SUFFIX`" in
-open)
+open|no-encryption)
 echo "  key_mgmt=NONE"
 for i in 0 1 2 3 ; do
 KEY="`eval print_key \\"\\$WIRELESS_KEY_$i$SUFFIX\\" 
\\$WIRELESS_KEY_LENGTH$SUFFIX`"
-- 
1.7.3.4

++ 0009-do-not-stop-bonding-slaves-first.bnc698478.patch +++

commit perl-MailTools for openSUSE:Factory

2011-07-01 Thread h_root

Hello community,

here is the log from the commit of package perl-MailTools for openSUSE:Factory
checked in at Fri Jul 1 12:39:24 CEST 2011.




--- perl-MailTools/perl-MailTools.changes   2010-11-30 20:26:59.0 
+0100
+++ /mounts/work_src_done/STABLE/perl-MailTools/perl-MailTools.changes  
2011-06-03 12:15:57.0 +0200
@@ -1,0 +2,13 @@
+Fri Jun  3 10:12:07 UTC 2011 - vci...@novell.com
+
+- corrected license (same as Perl)
+- removed authors
+
+---
+Wed Jun  1 22:14:00 UTC 2011 - pascal.ble...@opensuse.org
+
+- update to 2.08:
+  * respect errors on closing an Mail::Mailer::smtp/::smtps connection
+  * Mail::Internet should accept Net::SMTP::SSL as well (RT#68590)
+
+---

calling whatdependson for head-i586


Old:

  MailTools-2.07.tar.bz2

New:

  MailTools-2.08.tar.gz



Other differences:
--
++ perl-MailTools.spec ++
--- /var/tmp/diff_new_pack.VTv0dK/_old  2011-07-01 12:38:56.0 +0200
+++ /var/tmp/diff_new_pack.VTv0dK/_new  2011-07-01 12:38:56.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package perl-MailTools (Version 2.07)
+# spec file for package perl-MailTools
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -20,15 +20,14 @@
 
 Name:   perl-MailTools
 Url:http://cpan.org/modules/by-module/Mail/
-Version:2.07
-Release:3
-Provides:   p_mtools
-Obsoletes:  p_mtools
-AutoReqProv:on
-License:Artistic
+Version:2.08
+Release:1
+Provides:   p_mtools = %{version}
+Obsoletes:  p_mtools < %{version}
+License:GPL-1.0+ or Artistic
 Group:  Development/Libraries/Perl
-Summary:a set of perl modules related to mail applications
-Source: MailTools-%{version}.tar.bz2
+Summary:Set of perl modules related to mail applications
+Source: 
http://search.cpan.org/CPAN/authors/id/M/MA/MARKOV/MailTools-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %{perl_requires}
 BuildRequires:  perl
@@ -38,11 +37,6 @@
 a set of perl modules related to mail applications
 
 
-
-Authors:
-
-Graham Barr 
-
 %prep
 %setup -q -n MailTools-%{version}
 # ---






Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit pcsc-acsccid for openSUSE:Factory

2011-07-01 Thread h_root

Hello community,

here is the log from the commit of package pcsc-acsccid for openSUSE:Factory
checked in at Fri Jul 1 09:28:23 CEST 2011.




New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ /mounts/work_src_done/STABLE/pcsc-acsccid/pcsc-acsccid.changes  
2011-06-22 08:11:15.0 +0200
@@ -0,0 +1,13 @@
+---
+Wed Jun 22 03:16:13 UTC 2011 - godfrey.ch...@acs.com.hk
+
+- Updated to version 1.0.2 (22/6/2011):
+  * Fix non-redistributable reference manual problem.
+- Updated Url and Source.
+
+---
+Fri Apr 29 04:00:51 UTC 2011 - godfrey.ch...@acs.com.hk
+
+- Created package.
+- Based on pcsc-ccid.spec.
+

calling whatdependson for head-i586


New:

  acsccid-1.0.2-pcscd-autostart.patch
  acsccid-1.0.2.tar.bz2
  pcsc-acsccid-rpmlintrc
  pcsc-acsccid.changes
  pcsc-acsccid.spec



Other differences:
--
++ pcsc-acsccid.spec ++
#
# spec file for package pcsc-acsccid
#
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2011 Advanced Card Systems Ltd.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#

# norootforbuild


Name:   pcsc-acsccid
%define _name acsccid
BuildRequires:  flex libusb-devel pcsc-lite-devel pkg-config
%if 0%{?suse_version} >= 1140
BuildRequires:  udev
%endif
Version:1.0.2
Release:1
Group:  Productivity/Security
License:LGPLv2.1+
Url:http://acsccid.sourceforge.net/
Summary:PCSC Driver for ACS CCID Based Smart Card Readers
Source: 
http://downloads.sourceforge.net/%{_name}/%{_name}-%{version}.tar.bz2
Source1:%{name}-rpmlintrc
%if 0%{?suse_version} >= 1140
Patch:  acsccid-1.0.2-pcscd-autostart.patch
%endif
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
Requires:   pcsc-lite >= 1.3.3
%define ifddir %(pkg-config libpcsclite --variable=usbdropdir)

Enhances:   modalias(usb:v072fp90ccd*dc*dsc*dp*ic*isc*ip*)
Enhances:   modalias(usb:v072fp90d8d*dc*dsc*dp*ic*isc*ip*)
Enhances:   modalias(usb:v072fp90d2d*dc*dsc*dp*ic*isc*ip*)
Enhances:   modalias(usb:v072fp8306d*dc*dsc*dp*ic*isc*ip*)
Enhances:   modalias(usb:v072fp2011d*dc*dsc*dp*ic*isc*ip*)
Enhances:   modalias(usb:v072fp1204d*dc*dsc*dp*ic*isc*ip*)
Enhances:   modalias(usb:v072fp1205d*dc*dsc*dp*ic*isc*ip*)
Enhances:   modalias(usb:v072fp1206d*dc*dsc*dp*ic*isc*ip*)
Enhances:   modalias(usb:v072fp2200d*dc*dsc*dp*ic*isc*ip*)
Enhances:   modalias(usb:v072fp2207d*dc*dsc*dp*ic*isc*ip*)
Enhances:   modalias(usb:v072fp1280d*dc*dsc*dp*ic*isc*ip*)
Enhances:   modalias(usb:v072fp2206d*dc*dsc*dp*ic*isc*ip*)
Enhances:   modalias(usb:v072fp2203d*dc*dsc*dp*ic*isc*ip*)
Enhances:   modalias(usb:v072fp2100d*dc*dsc*dp*ic*isc*ip*)
Enhances:   modalias(usb:v072fp220fd*dc*dsc*dp*ic*isc*ip*)
Enhances:   modalias(usb:v072fp2208d*dc*dsc*dp*ic*isc*ip*)
Enhances:   modalias(usb:v072fp0901d*dc*dsc*dp*ic*isc*ip*)
Enhances:   modalias(usb:v072fp220ad*dc*dsc*dp*ic*isc*ip*)
Enhances:   modalias(usb:v072fp8201d*dc*dsc*dp*ic*isc*ip*)

%description
This package contains a ACS USB CCID (Chip/Smart Card Interface
Devices) driver.

This driver is meant to be used with the PCSC-Lite daemon from the
pcsc-lite package.

%prep
%setup -q -n %{_name}-%{version}
%if 0%{?suse_version} >= 1140
%patch
%endif
cp -a src/openct/LICENSE LICENSE.openct
cp -a src/towitoko/README README.towitoko

%build
%configure --enable-composite-as-multislot
make %{?jobs:-j%jobs}

%install
%makeinstall
%if 0%{?suse_version} >= 1140
mkdir -p $RPM_BUILD_ROOT/lib/udev
mkdir $RPM_BUILD_ROOT/lib/udev/rules.d
sed 's:GROUP="pcscd":GROUP="scard":' $RPM_BUILD_ROOT/lib/udev/rules.d/92_pcscd_acsccid.rules
%endif

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
# NEWS and ChangeLog are empty
%doc AUTHORS COPYING LICENSE.openct README README.towitoko
%{ifddir}/*
%if 0%{?suse_version} >= 1140
/lib/udev/rules.d/*.rules
%endif

%changelog
++ acsccid-1.0.2-pcscd-autostart.patch ++
diff -Naur src.orig/92_pcscd_acsccid.rules src/92_pcscd_acsccid.rules
--- src.orig/92_pcscd_acsccid.rules 1970-01-01 08:00:00.0 +0800
+++ src/92_pcscd_acsccid.rules  2011-04-27 17:13:05.153556000 +080

commit yast2-apparmor for openSUSE:Factory

2011-07-01 Thread h_root

Hello community,

here is the log from the commit of package yast2-apparmor for openSUSE:Factory
checked in at Fri Jul 1 09:00:44 CEST 2011.




--- yast2-apparmor/yast2-apparmor.changes   2011-06-14 15:45:40.0 
+0200
+++ /mounts/work_src_done/STABLE/yast2-apparmor/yast2-apparmor.changes  
2011-06-30 14:53:12.0 +0200
@@ -1,0 +2,6 @@
+Thu Jun 30 12:48:43 UTC 2011 - jreidin...@novell.com
+
+- fix typos (bnc#702639)
+- 2.21.1 
+
+---

calling whatdependson for head-i586


Old:

  yast2-apparmor-2.21.0.tar.bz2

New:

  yast2-apparmor-2.21.1.tar.bz2



Other differences:
--
++ yast2-apparmor.spec ++
--- /var/tmp/diff_new_pack.onLI0o/_old  2011-07-01 08:46:59.0 +0200
+++ /var/tmp/diff_new_pack.onLI0o/_new  2011-07-01 08:46:59.0 +0200
@@ -19,11 +19,11 @@
 
 
 Name:   yast2-apparmor
-Version:2.21.0
+Version:2.21.1
 Release:1
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-Source0:yast2-apparmor-2.21.0.tar.bz2
+Source0:yast2-apparmor-2.21.1.tar.bz2
 
 Prefix: /usr
 
@@ -53,7 +53,7 @@
 SubDomain.
 
 %prep
-%setup -n yast2-apparmor-2.21.0
+%setup -n yast2-apparmor-2.21.1
 
 %build
 %{prefix}/bin/y2tool y2autoconf

++ yast2-apparmor-2.21.0.tar.bz2 -> yast2-apparmor-2.21.1.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-apparmor-2.21.0/VERSION 
new/yast2-apparmor-2.21.1/VERSION
--- old/yast2-apparmor-2.21.0/VERSION   2011-06-14 15:29:28.0 +0200
+++ new/yast2-apparmor-2.21.1/VERSION   2011-06-30 14:49:17.0 +0200
@@ -1 +1 @@
-2.21.0
+2.21.1
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-apparmor-2.21.0/src/clients/apparmor.ycp 
new/yast2-apparmor-2.21.1/src/clients/apparmor.ycp
--- old/yast2-apparmor-2.21.0/src/clients/apparmor.ycp  2011-06-14 
15:38:18.0 +0200
+++ new/yast2-apparmor-2.21.1/src/clients/apparmor.ycp  2011-06-30 
14:48:05.0 +0200
@@ -10,7 +10,7 @@
 
 any startDialog(){
  /* AppArmor dialog caption */
- string caption = _("App Armor Configuration");
+ string caption = _("AppArmor Configuration");
 
  /* AppArmor dialog help */
  string help = _("Choose one of the available apparmor modules to configure
@@ -29,7 +29,7 @@
`item(`id("subdomain"), _("Settings"), true),
`item(`id("GenProf"), _("Generate Profile")),
`item(`id("LogProf"), _("Update Profile")),
-   `item(`id("SD_Report"), _("Repors")),
+   `item(`id("SD_Report"), _("Reports")),
`item(`id("SD_EditProfile"), _("Edit Profile")),
`item(`id("SD_AddProfile"), _("Add Manually Profile")),
`item(`id("SD_DeleteProfile"), _("Delete Profile"))






Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org