commit yast2-core for openSUSE:13.1

2013-10-22 Thread h_root
Hello community,

here is the log from the commit of package yast2-core for openSUSE:13.1 checked 
in at 2013-10-22 10:16:08

Comparing /work/SRC/openSUSE:13.1/yast2-core (Old)
 and  /work/SRC/openSUSE:13.1/.yast2-core.new (New)


Package is yast2-core

Changes:

--- /work/SRC/openSUSE:13.1/yast2-core/yast2-core.changes   2013-10-08 
15:18:32.0 +0200
+++ /work/SRC/openSUSE:13.1/.yast2-core.new/yast2-core.changes  2013-10-22 
10:16:10.0 +0200
@@ -1,0 +2,7 @@
+Mon Oct 21 14:02:54 UTC 2013 - lsle...@suse.cz
+
+- generateYCPWrappers: check also for YCPNull to avoid segfault
+  when a parameter is missing (bnc#846467)
+- 3.0.3
+
+---

Old:

  yast2-core-3.0.2.tar.bz2

New:

  yast2-core-3.0.3.tar.bz2



Other differences:
--
++ yast2-core.spec ++
--- /var/tmp/diff_new_pack.bqwGwW/_old  2013-10-22 10:16:11.0 +0200
+++ /var/tmp/diff_new_pack.bqwGwW/_new  2013-10-22 10:16:11.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package yast2-core
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 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
@@ -16,20 +16,21 @@
 #
 
 
+
 Name:   yast2-core
-Version:3.0.2
-Release:3
+Version:3.0.3
+Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Source0:yast2-core-%{version}.tar.bz2
 
+
+Group: System/YaST
+License: GPL-2.0+
 # obviously
-BuildRequires:  boost-devel
-BuildRequires:  gcc-c++
-BuildRequires:  libtool
+BuildRequires: gcc-c++ boost-devel libtool
 # we have a parser
-BuildRequires:  bison
-BuildRequires:  flex
+BuildRequires: flex bison
 # incompatible change, parser.h - parser.hh
 BuildRequires:  automake = 1.12
 # needed for all yast packages
@@ -39,14 +40,11 @@
 # autodocs
 BuildRequires:  doxygen
 # docbook docs
-BuildRequires:  docbook-xsl-stylesheets
-BuildRequires:  libxslt
+BuildRequires: docbook-xsl-stylesheets libxslt
 # catalog: convert URIs to local filenames
 BuildRequires:  sgml-skel
 
 Summary:YaST2 - Core Libraries
-License:GPL-2.0+
-Group:  System/YaST
 Requires:   perl = %{perl_version}
 Provides:   liby2util = 2.16.1
 Obsoletes:  liby2util  2.16.1
@@ -59,13 +57,10 @@
 Requires:   yast2-core = %version
 
 Summary:YaST2 - Core Libraries
-Group:  System/YaST
 Provides:   liby2util-devel = 2.16.1
 Obsoletes:  liby2util-devel  2.16.1
-Requires:   glibc-devel
 Requires:   hwinfo-devel
-Requires:   libstdc++-devel
-Requires:   sysfsutils
+Requires:  glibc-devel libstdc++-devel sysfsutils
 # required for libscr
 # for FlexLexer.h; I think that this dependency could be made
 # private but it seems not worth the effort
@@ -77,8 +72,8 @@
 
 %package debugger
 Requires:   yast2-core = %version
-Summary:YaST2 - Core Libraries
 Group:  Development/Libraries
+Summary:   YaST2 - Core Libraries
 
 %description debugger
 YCP debugger client.
@@ -86,6 +81,7 @@
 %prep
 %setup -n yast2-core-%{version}
 
+
 %build
 
 %ifarch %arm
@@ -190,5 +186,3 @@
 %files debugger
 %defattr(-,root,root)
 %attr(0755,-,-) /usr/lib/YaST2/bin/ycp-debugger
-
-%changelog

++ yast2-core-3.0.2.tar.bz2 - yast2-core-3.0.3.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-core-3.0.2/VERSION new/yast2-core-3.0.3/VERSION
--- old/yast2-core-3.0.2/VERSION2013-10-02 13:06:47.0 +0200
+++ new/yast2-core-3.0.3/VERSION2013-10-22 09:21:19.0 +0200
@@ -1 +1 @@
-3.0.2
+3.0.3
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-core-3.0.2/agent-modules/testsuite/tests/dir.scr 
new/yast2-core-3.0.3/agent-modules/testsuite/tests/dir.scr
--- old/yast2-core-3.0.2/agent-modules/testsuite/tests/dir.scr  2013-09-09 
13:30:40.0 +0200
+++ new/yast2-core-3.0.3/agent-modules/testsuite/tests/dir.scr  1970-01-01 
01:00:00.0 +0100
@@ -1,6 +0,0 @@
-.
-
-`ag_modules(
-`ModulesConf(tests/dir.in.test)
-)
-
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-core-3.0.2/agent-modules/testsuite/tests/missing.scr 
new/yast2-core-3.0.3/agent-modules/testsuite/tests/missing.scr
--- old/yast2-core-3.0.2/agent-modules/testsuite/tests/missing.scr  
2013-09-09 13:30:40.0 +0200
+++ new/yast2-core-3.0.3/agent-modules/testsuite/tests/missing.scr  
1970-01-01 01:00:00.0 +0100
@@ -1,6 +0,0 @@
-.
-

commit vim for openSUSE:13.1

2013-10-22 Thread h_root


binlaqJdA3bit.bin
Description: Binary data


commit glibc for openSUSE:13.1

2013-10-22 Thread h_root
Hello community,

here is the log from the commit of package glibc for openSUSE:13.1 checked in 
at 2013-10-22 10:17:23

Comparing /work/SRC/openSUSE:13.1/glibc (Old)
 and  /work/SRC/openSUSE:13.1/.glibc.new (New)


Package is glibc

Changes:

--- /work/SRC/openSUSE:13.1/glibc/glibc-testsuite.changes   2013-09-26 
19:33:55.0 +0200
+++ /work/SRC/openSUSE:13.1/.glibc.new/glibc-testsuite.changes  2013-10-22 
10:17:24.0 +0200
@@ -1,0 +2,16 @@
+Mon Oct 21 12:14:38 UTC 2013 - sch...@suse.de
+
+- Remove SSE4.2 implementation of strstr for x86-32 (bnc#843464)
+
+---
+Mon Oct 14 09:32:44 UTC 2013 - sch...@suse.de
+
+- Depend on gcc defaults for base powerpc optimisations (bnc#844824)
+
+---
+Fri Oct 11 08:37:38 UTC 2013 - sch...@suse.de
+
+- Enable ports addon for m68k and adapt file list
+- m68k-Scrt1.patch: Use PIC for Scrt1.o
+
+---
glibc-utils.changes: same change
glibc.changes: same change

New:

  i686-no-sse42-strstr.patch
  m68k-Scrt1.patch



Other differences:
--
++ glibc-testsuite.spec ++
--- /var/tmp/diff_new_pack.PvWxzt/_old  2013-10-22 10:17:25.0 +0200
+++ /var/tmp/diff_new_pack.PvWxzt/_new  2013-10-22 10:17:25.0 +0200
@@ -78,11 +78,11 @@
 %ifarch ppc ppc64
  %define optimize_power 1
  %ifarch ppc
- %define powerpc_optimize_base power3
+ %define powerpc_optimize_base %{nil}
  %define powerpc_optimize_tune power3
  %define powerpc_optimize_cpu_power4 %{normal_build}
  %else
- %define powerpc_optimize_base power4
+ %define powerpc_optimize_base %{nil}
  %define powerpc_optimize_tune power5
  %define powerpc_optimize_cpu_power4 0
  %endif
@@ -92,7 +92,7 @@
  %define powerpc_optimize_cpu_cell 0
 %else
  %define optimize_power 0
- %define powerpc_optimize_base 0
+ %define powerpc_optimize_base %{nil}
  %define powerpc_optimize_cpu_power4 0
  %define powerpc_optimize_cpu_power6 0
  %define powerpc_optimize_cpu_power7 0
@@ -211,6 +211,8 @@
 Patch18:glibc-cpusetsize.diff
 # PATCH-FEATURE-SLE Use nscd user for nscd
 Patch19:nscd-server-user.patch
+# PATCH-FIX-OPENSUSE Remove SSE4.2 implementation of strstr for x86-32 
(bnc#843464)
+Patch20:i686-no-sse42-strstr.patch
 
 ### Locale related patches
 # PATCH-FIX-OPENSUSE Add additional locales
@@ -246,6 +248,8 @@
 Patch1000:  fcntl-o-tmpfile.patch
 # PATCH-FIX-UPSTREAM Integer overflows in malloc
 Patch1001:  malloc-overflows.patch
+# PATCH-FIX-UPSTREAM m68k: Use PIC for Scrt1.o
+Patch1002:  m68k-Scrt1.patch
 
 ### 
 # Patches awaiting upstream approval
@@ -457,6 +461,7 @@
 %patch15 -p1
 %patch18 -p1
 %patch19 -p1
+%patch20 -p1
 
 %patch100 -p1
 %patch101 -p1
@@ -472,6 +477,7 @@
 
 %patch1000 -p1
 %patch1001 -p1
+%patch1002 -p1
 
 # XXX Disable, it breaks the testsuite, test elf/tst-audit2 
 # %patch2008 -p1
@@ -585,7 +591,7 @@
 %ifarch %ix86
add_ons=$add_ons,noversion
 %endif
-%ifarch %arm aarch64 mipsel ia64
+%ifarch %arm aarch64 mipsel ia64 m68k
add_ons=$add_ons,ports
 %endif
 %ifarch mipsel
@@ -655,8 +661,11 @@
# Build POWER-optimized glibc
#
# First, base build:
-   pBuildFlags=$BuildFlags -mcpu=%{powerpc_optimize_base} 
-mtune=%{powerpc_optimize_tune}
-   %if %{powerpc_optimize_base} != power3
+   pBuildFlags=$BuildFlags -mtune=%{powerpc_optimize_tune}
+   %if %{powerpc_optimize_base} != 
+   pBuildFlags+= -mcpu=%{powerpc_optimize_base}
+   %endif
+   %if %{powerpc_optimize_base} != 
configure_and_build_glibc base $pBuildFlags $add_ons 
--with-cpu=%{powerpc_optimize_base}
%else
# Use no default CPU
@@ -1057,7 +1066,7 @@
 %ifarch ia64
 /%{_lib}/ld-linux-ia64.so.2
 %endif
-%ifarch ppc s390 mips hppa
+%ifarch ppc s390 mips hppa m68k
 /%{_lib}/ld.so.1
 %endif
 %ifarch ppc64
@@ -1156,7 +1165,7 @@
 %{_bindir}/getent
 %{_bindir}/iconv
 %attr(755,root,root) %{_bindir}/ldd
-%ifarch %ix86 sparc sparcv9
+%ifarch %ix86 sparc sparcv9 m68k
%{_bindir}/lddlibc4
 %endif
 %{_bindir}/locale

glibc-utils.spec: same change
++ glibc.spec ++
--- /var/tmp/diff_new_pack.PvWxzt/_old  2013-10-22 10:17:25.0 +0200
+++ /var/tmp/diff_new_pack.PvWxzt/_new  2013-10-22 10:17:25.0 +0200
@@ -78,11 +78,11 @@
 %ifarch ppc ppc64
  %define optimize_power 1
  %ifarch ppc
- %define powerpc_optimize_base power3
+ %define powerpc_optimize_base %{nil}
  %define powerpc_optimize_tune power3
  %define powerpc_optimize_cpu_power4 %{normal_build}
  %else
- %define powerpc_optimize_base power4
+ %define powerpc_optimize_base %{nil}
  %define powerpc_optimize_tune power5
  

commit glibc for openSUSE:Factory

2013-10-22 Thread h_root
Hello community,

here is the log from the commit of package glibc for openSUSE:Factory checked 
in at 2013-10-22 10:17:17

Comparing /work/SRC/openSUSE:Factory/glibc (Old)
 and  /work/SRC/openSUSE:Factory/.glibc.new (New)


Package is glibc

Changes:

--- /work/SRC/openSUSE:Factory/glibc/glibc-testsuite.changes2013-10-17 
14:05:41.0 +0200
+++ /work/SRC/openSUSE:Factory/.glibc.new/glibc-testsuite.changes   
2013-10-22 10:17:18.0 +0200
@@ -1,0 +2,5 @@
+Mon Oct 21 12:14:38 UTC 2013 - sch...@suse.de
+
+- Remove SSE4.2 implementation of strstr for x86-32 (bnc#843464)
+
+---
glibc-utils.changes: same change
glibc.changes: same change

New:

  i686-no-sse42-strstr.patch



Other differences:
--
++ glibc-testsuite.spec ++
--- /var/tmp/diff_new_pack.iKaRzL/_old  2013-10-22 10:17:21.0 +0200
+++ /var/tmp/diff_new_pack.iKaRzL/_new  2013-10-22 10:17:21.0 +0200
@@ -211,6 +211,8 @@
 Patch18:glibc-cpusetsize.diff
 # PATCH-FEATURE-SLE Use nscd user for nscd
 Patch19:nscd-server-user.patch
+# PATCH-FIX-OPENSUSE Remove SSE4.2 implementation of strstr for x86-32 
(bnc#843464)
+Patch20:i686-no-sse42-strstr.patch
 
 ### Locale related patches
 # PATCH-FIX-OPENSUSE Add additional locales
@@ -459,6 +461,7 @@
 %patch15 -p1
 %patch18 -p1
 %patch19 -p1
+%patch20 -p1
 
 %patch100 -p1
 %patch101 -p1

glibc-utils.spec: same change
++ glibc.spec ++
--- /var/tmp/diff_new_pack.iKaRzL/_old  2013-10-22 10:17:21.0 +0200
+++ /var/tmp/diff_new_pack.iKaRzL/_new  2013-10-22 10:17:21.0 +0200
@@ -211,6 +211,8 @@
 Patch18:glibc-cpusetsize.diff
 # PATCH-FEATURE-SLE Use nscd user for nscd
 Patch19:nscd-server-user.patch
+# PATCH-FIX-OPENSUSE Remove SSE4.2 implementation of strstr for x86-32 
(bnc#843464)
+Patch20:i686-no-sse42-strstr.patch
 
 ### Locale related patches
 # PATCH-FIX-OPENSUSE Add additional locales
@@ -459,6 +461,7 @@
 %patch15 -p1
 %patch18 -p1
 %patch19 -p1
+%patch20 -p1
 
 %patch100 -p1
 %patch101 -p1


++ i686-no-sse42-strstr.patch ++
Index: glibc-2.18/sysdeps/i386/i686/multiarch/Makefile
===
--- glibc-2.18.orig/sysdeps/i386/i686/multiarch/Makefile
+++ glibc-2.18/sysdeps/i386/i686/multiarch/Makefile
@@ -11,7 +11,7 @@ sysdep_routines += bzero-sse2 memset-sse
   memmove-ssse3-rep bcopy-ssse3 bcopy-ssse3-rep \
   memset-sse2-rep bzero-sse2-rep strcmp-ssse3 \
   strcmp-sse4 strncmp-c strncmp-ssse3 strncmp-sse4 \
-  memcmp-ssse3 memcmp-sse4 strcasestr-nonascii varshift \
+  memcmp-ssse3 memcmp-sse4 varshift \
   strlen-sse2 strlen-sse2-bsf strncpy-c strcpy-ssse3 \
   strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3 strcpy-sse2 \
   strncpy-sse2 stpcpy-sse2 stpncpy-sse2 strcat-ssse3 \
@@ -25,14 +25,11 @@ sysdep_routines += bzero-sse2 memset-sse
   strncase_l-c strncase-c strncase_l-ssse3 \
   strcasecmp_l-sse4 strncase_l-sse4
 ifeq (yes,$(config-cflags-sse4))
-sysdep_routines += strcspn-c strpbrk-c strspn-c strstr-c strcasestr-c
+sysdep_routines += strcspn-c strpbrk-c strspn-c
 CFLAGS-varshift.c += -msse4
 CFLAGS-strcspn-c.c += -msse4
 CFLAGS-strpbrk-c.c += -msse4
 CFLAGS-strspn-c.c += -msse4
-CFLAGS-strstr.c += -msse4
-CFLAGS-strcasestr.c += -msse4
-CFLAGS-strcasestr-nonascii.c += -msse4
 endif
 endif
 
Index: glibc-2.18/sysdeps/i386/i686/multiarch/ifunc-impl-list.c
===
--- glibc-2.18.orig/sysdeps/i386/i686/multiarch/ifunc-impl-list.c
+++ glibc-2.18/sysdeps/i386/i686/multiarch/ifunc-impl-list.c
@@ -141,12 +141,6 @@ __libc_ifunc_impl_list (const char *name
  IFUNC_IMPL_ADD (array, i, strcasecmp_l, 1,
  __strcasecmp_l_ia32))
 
-  /* Support sysdeps/i386/i686/multiarch/strcasestr.c.  */
-  IFUNC_IMPL (i, name, strcasestr,
- IFUNC_IMPL_ADD (array, i, strcasestr, HAS_SSE4_2,
- __strcasestr_sse42)
- IFUNC_IMPL_ADD (array, i, strcasestr, 1, __strcasestr_ia32))
-
   /* Support sysdeps/i386/i686/multiarch/strcat.S.  */
   IFUNC_IMPL (i, name, strcat,
  IFUNC_IMPL_ADD (array, i, strcat, HAS_SSSE3, __strcat_ssse3)
@@ -234,11 +228,6 @@ __libc_ifunc_impl_list (const char *name
  IFUNC_IMPL_ADD (array, i, strspn, HAS_SSE4_2, __strspn_sse42)
  IFUNC_IMPL_ADD (array, i, strspn, 1, __strspn_ia32))
 
-  /* Support sysdeps/i386/i686/multiarch/strstr-c.c.  */
-  IFUNC_IMPL (i, name, strstr,
- IFUNC_IMPL_ADD 

commit kdelibs4 for openSUSE:13.1

2013-10-22 Thread h_root
Hello community,

here is the log from the commit of package kdelibs4 for openSUSE:13.1 checked 
in at 2013-10-22 10:18:08

Comparing /work/SRC/openSUSE:13.1/kdelibs4 (Old)
 and  /work/SRC/openSUSE:13.1/.kdelibs4.new (New)


Package is kdelibs4

Changes:

--- /work/SRC/openSUSE:13.1/kdelibs4/kdelibs4.changes   2013-10-19 
16:49:04.0 +0200
+++ /work/SRC/openSUSE:13.1/.kdelibs4.new/kdelibs4.changes  2013-10-22 
10:18:15.0 +0200
@@ -1,0 +2,6 @@
+Mon Oct 21 14:30:48 UTC 2013 - wba...@tmo.at
+
+- Added 0001-Improve-fix-for-association-with-derived-mimetypes.patch,
+  improves the last fix for mimetype handling (kde#321706)
+
+---

New:

  0001-Improve-fix-for-association-with-derived-mimetypes.patch



Other differences:
--
++ kdelibs4.spec ++
--- /var/tmp/diff_new_pack.Us2fCr/_old  2013-10-22 10:18:16.0 +0200
+++ /var/tmp/diff_new_pack.Us2fCr/_new  2013-10-22 10:18:16.0 +0200
@@ -110,6 +110,8 @@
 Patch1000:  0001-verbose.patch
 # PATCH-FIX-UPSTREAM 0001-Fix-association-with-derived-mimetype-again.patch -- 
fixup for resolving kde#321706. resolves kde#324502
 Patch2000:  0001-Fix-association-with-derived-mimetype-again.patch
+# PATCH-FIX-UPSTREAM 
0001-Improve-fix-for-association-with-derived-mimetypes.patch -- followup fix 
for resolving kde#321706.
+Patch2001:  0001-Improve-fix-for-association-with-derived-mimetypes.patch
 PreReq: permissions
 Requires:   soprano = %( echo `rpm -q --queryformat '%{VERSION}' 
libsoprano-devel`)
 Recommends: strigi = %( echo `rpm -q --queryformat '%{VERSION}' 
strigi-devel`)
@@ -176,6 +178,7 @@
 %patch11 -p1
 %patch1000 -p1
 %patch2000 -p1
+%patch2001 -p1
 
 %build
   EXTRA_FLAGS=-DLIB_INSTALL_DIR=%{_kde4_libdir} \

++ 0001-Improve-fix-for-association-with-derived-mimetypes.patch ++
commit 8bfcace7efc0feea8899f70dfc15c3050c90ea99
Author: David Faure fa...@kde.org
Date:   Sat Oct 19 10:15:35 2013 +0200

Improve fix for association with derived mimetypes (f723e2e7d36)

If a desktop file was mentionning two aliases, they would both get
removed, due to is() returning true for aliases as well.

CCBUG: 321706

diff --git a/kded/kbuildservicefactory.cpp b/kded/kbuildservicefactory.cpp
index b4564bd..7a2a2fc 100644
--- a/kded/kbuildservicefactory.cpp
+++ b/kded/kbuildservicefactory.cpp
@@ -269,8 +269,13 @@ void KBuildServiceFactory::populateServiceTypes()
 } else {
 bool shouldAdd = true;
 foreach (const QString otherType, 
service-serviceTypes()) {
+// Skip derived types if the base class is listed 
(#321706)
 if (stName != otherType  mime-is(otherType)) {
-shouldAdd = false;
+// But don't skip aliases (they got resolved into 
mime-name() already, but don't let two aliases cancel out)
+if 
(KMimeTypeRepository::self()-canonicalName(otherType) != mime-name()) {
+//kDebug()  Skipping  mime-name()  
because of  otherType  (canonical  
KMimeTypeRepository::self()-canonicalName(otherType)  ) while parsing  
service-entryPath();
+shouldAdd = false;
+}
 }
 }
 if (shouldAdd) {
diff --git a/kded/tests/kmimeassociationstest.cpp 
b/kded/tests/kmimeassociationstest.cpp
index a07637f..342a8fd 100644
--- a/kded/tests/kmimeassociationstest.cpp
+++ b/kded/tests/kmimeassociationstest.cpp
@@ -140,10 +140,12 @@ private Q_SLOTS:
 // This interacted badly with mimeapps.list listing another app for 
text/plain, but the
 // lookup found this app first, due to c-src. The fix: ignoring 
derived mimetypes when
 // the base mimetype is already listed.
+//
+// Also include aliases (msword), to check they don't cancel each 
other out.
 fakeCSrcApplication = m_localApps + fakecsrcapplication.desktop;
 if (!QFile::exists(fakeCSrcApplication)) {
 mustUpdateKSycoca = true;
-writeAppDesktopFile(fakeCSrcApplication, QStringList()  
text/plain  text/c-src, 8);
+writeAppDesktopFile(fakeCSrcApplication, QStringList()  
text/plain  text/c-src  application/vnd.ms-word  
application/msword, 8);
 }
 
 fakeJpegApplication = m_localApps + fakejpegapplication.desktop;
@@ -200,6 +202,7 @@ private Q_SLOTS:
 preferredApps[text/plain]  faketextapplication.desktop  
kde4-kwrite.desktop;
 preferredApps[text/x-csrc]  faketextapplication.desktop  
kde4-kwrite.desktop;
 

commit kdelibs4 for openSUSE:Factory

2013-10-22 Thread h_root
Hello community,

here is the log from the commit of package kdelibs4 for openSUSE:Factory 
checked in at 2013-10-22 10:18:05

Comparing /work/SRC/openSUSE:Factory/kdelibs4 (Old)
 and  /work/SRC/openSUSE:Factory/.kdelibs4.new (New)


Package is kdelibs4

Changes:

--- /work/SRC/openSUSE:Factory/kdelibs4/kdelibs4.changes2013-10-19 
11:15:56.0 +0200
+++ /work/SRC/openSUSE:Factory/.kdelibs4.new/kdelibs4.changes   2013-10-22 
10:18:06.0 +0200
@@ -1,0 +2,6 @@
+Mon Oct 21 14:30:48 UTC 2013 - wba...@tmo.at
+
+- Added 0001-Improve-fix-for-association-with-derived-mimetypes.patch,
+  improves the last fix for mimetype handling (kde#321706)
+
+---

New:

  0001-Improve-fix-for-association-with-derived-mimetypes.patch



Other differences:
--
++ kdelibs4.spec ++
--- /var/tmp/diff_new_pack.Mlh1vu/_old  2013-10-22 10:18:15.0 +0200
+++ /var/tmp/diff_new_pack.Mlh1vu/_new  2013-10-22 10:18:15.0 +0200
@@ -110,6 +110,8 @@
 Patch1000:  0001-verbose.patch
 # PATCH-FIX-UPSTREAM 0001-Fix-association-with-derived-mimetype-again.patch -- 
fixup for resolving kde#321706. resolves kde#324502
 Patch2000:  0001-Fix-association-with-derived-mimetype-again.patch
+# PATCH-FIX-UPSTREAM 
0001-Improve-fix-for-association-with-derived-mimetypes.patch -- followup fix 
for resolving kde#321706.
+Patch2001:  0001-Improve-fix-for-association-with-derived-mimetypes.patch
 PreReq: permissions
 Requires:   soprano = %( echo `rpm -q --queryformat '%{VERSION}' 
libsoprano-devel`)
 Recommends: strigi = %( echo `rpm -q --queryformat '%{VERSION}' 
strigi-devel`)
@@ -176,6 +178,7 @@
 %patch11 -p1
 %patch1000 -p1
 %patch2000 -p1
+%patch2001 -p1
 
 %build
   EXTRA_FLAGS=-DLIB_INSTALL_DIR=%{_kde4_libdir} \

++ 0001-Improve-fix-for-association-with-derived-mimetypes.patch ++
commit 8bfcace7efc0feea8899f70dfc15c3050c90ea99
Author: David Faure fa...@kde.org
Date:   Sat Oct 19 10:15:35 2013 +0200

Improve fix for association with derived mimetypes (f723e2e7d36)

If a desktop file was mentionning two aliases, they would both get
removed, due to is() returning true for aliases as well.

CCBUG: 321706

diff --git a/kded/kbuildservicefactory.cpp b/kded/kbuildservicefactory.cpp
index b4564bd..7a2a2fc 100644
--- a/kded/kbuildservicefactory.cpp
+++ b/kded/kbuildservicefactory.cpp
@@ -269,8 +269,13 @@ void KBuildServiceFactory::populateServiceTypes()
 } else {
 bool shouldAdd = true;
 foreach (const QString otherType, 
service-serviceTypes()) {
+// Skip derived types if the base class is listed 
(#321706)
 if (stName != otherType  mime-is(otherType)) {
-shouldAdd = false;
+// But don't skip aliases (they got resolved into 
mime-name() already, but don't let two aliases cancel out)
+if 
(KMimeTypeRepository::self()-canonicalName(otherType) != mime-name()) {
+//kDebug()  Skipping  mime-name()  
because of  otherType  (canonical  
KMimeTypeRepository::self()-canonicalName(otherType)  ) while parsing  
service-entryPath();
+shouldAdd = false;
+}
 }
 }
 if (shouldAdd) {
diff --git a/kded/tests/kmimeassociationstest.cpp 
b/kded/tests/kmimeassociationstest.cpp
index a07637f..342a8fd 100644
--- a/kded/tests/kmimeassociationstest.cpp
+++ b/kded/tests/kmimeassociationstest.cpp
@@ -140,10 +140,12 @@ private Q_SLOTS:
 // This interacted badly with mimeapps.list listing another app for 
text/plain, but the
 // lookup found this app first, due to c-src. The fix: ignoring 
derived mimetypes when
 // the base mimetype is already listed.
+//
+// Also include aliases (msword), to check they don't cancel each 
other out.
 fakeCSrcApplication = m_localApps + fakecsrcapplication.desktop;
 if (!QFile::exists(fakeCSrcApplication)) {
 mustUpdateKSycoca = true;
-writeAppDesktopFile(fakeCSrcApplication, QStringList()  
text/plain  text/c-src, 8);
+writeAppDesktopFile(fakeCSrcApplication, QStringList()  
text/plain  text/c-src  application/vnd.ms-word  
application/msword, 8);
 }
 
 fakeJpegApplication = m_localApps + fakejpegapplication.desktop;
@@ -200,6 +202,7 @@ private Q_SLOTS:
 preferredApps[text/plain]  faketextapplication.desktop  
kde4-kwrite.desktop;
 preferredApps[text/x-csrc]  faketextapplication.desktop  

commit libdb-4_8 for openSUSE:13.1

2013-10-22 Thread h_root
Hello community,

here is the log from the commit of package libdb-4_8 for openSUSE:13.1 checked 
in at 2013-10-22 10:18:48

Comparing /work/SRC/openSUSE:13.1/libdb-4_8 (Old)
 and  /work/SRC/openSUSE:13.1/.libdb-4_8.new (New)


Package is libdb-4_8

Changes:

--- /work/SRC/openSUSE:13.1/libdb-4_8/libdb-4_8.changes 2013-09-23 
10:56:57.0 +0200
+++ /work/SRC/openSUSE:13.1/.libdb-4_8.new/libdb-4_8.changes2013-10-22 
10:18:54.0 +0200
@@ -1,0 +2,10 @@
+Mon Oct 21 13:05:38 UTC 2013 - co...@suse.com
+
+- fix update-alternatives usage
+
+---
+Tue Oct  8 16:27:57 UTC 2013 - jeng...@inai.de
+
+- Add update-alternatives rules to db48-utils (bnc#840738)
+
+---



Other differences:
--
++ libdb-4_8.spec ++
--- /var/tmp/diff_new_pack.vMO7cH/_old  2013-10-22 10:18:54.0 +0200
+++ /var/tmp/diff_new_pack.vMO7cH/_new  2013-10-22 10:18:54.0 +0200
@@ -54,6 +54,7 @@
 Group:  Productivity/Databases/Tools
 Provides:   db-utils = %{version}
 Obsoletes:  db-utils  %{version}
+PreReq: update-alternatives
 
 %description -n db48-utils
 The Berkeley DB Database is a programmatic toolkit that provides
@@ -173,9 +174,14 @@
 rm -rf %{buildroot}%{_libdir}/*.la
 rm -rf %{buildroot}%{_libdir}/tls/*.la
 
-for i in archive checkpoint deadlock dump hotbackup load printlog \
-recover sql stat upgrade verify; do
+mkdir -p %{buildroot}%{_sysconfdir}/alternatives
+
+%define util_list archive checkpoint deadlock dump hotbackup load printlog 
recover sql stat upgrade verify
+for i in %util_list; do
+# dummy
+touch %{buildroot}%{_sysconfdir}/alternatives/db_$i
mv %buildroot/%_bindir/db_$i %buildroot/%_bindir/db48_$i
+ln -s %{_sysconfdir}/alternatives/db_$i %{buildroot}%_bindir/db_$i
 done
 
 %fdupes %{buildroot}%{_libdir}
@@ -185,6 +191,17 @@
 
 %postun -p /sbin/ldconfig
 
+%post -n db48-utils
+for i in %util_list; do
+   %_sbindir/update-alternatives --install %_bindir/db_$i \
+   db_$i %_bindir/db48_$i 48
+done
+
+%postun -n db48-utils
+for i in %util_list; do
+   %_sbindir/update-alternatives --remove db_$i %_bindir/db_$i
+done
+
 %files
 %defattr(-,root,root)
 %{_libdir}/libdb-%{major}.%{minor}.so
@@ -208,18 +225,20 @@
 
 %files -n db48-utils
 %defattr(-,root,root)
-%{_bindir}/db48_archive
-%{_bindir}/db48_checkpoint
-%{_bindir}/db48_deadlock
-%{_bindir}/db48_dump
-%{_bindir}/db48_hotbackup
-%{_bindir}/db48_load
-%{_bindir}/db48_printlog
-%{_bindir}/db48_recover
-%{_bindir}/db48_sql
-%{_bindir}/db48_stat
-%{_bindir}/db48_upgrade
-%{_bindir}/db48_verify
+%_bindir/db48_*
+%ghost %{_sysconfdir}/alternatives/db_archive
+%ghost %{_sysconfdir}/alternatives/db_checkpoint
+%ghost %{_sysconfdir}/alternatives/db_deadlock
+%ghost %{_sysconfdir}/alternatives/db_dump
+%ghost %{_sysconfdir}/alternatives/db_hotbackup
+%ghost %{_sysconfdir}/alternatives/db_load
+%ghost %{_sysconfdir}/alternatives/db_printlog
+%ghost %{_sysconfdir}/alternatives/db_recover
+%ghost %{_sysconfdir}/alternatives/db_sql
+%ghost %{_sysconfdir}/alternatives/db_stat
+%ghost %{_sysconfdir}/alternatives/db_upgrade
+%ghost %{_sysconfdir}/alternatives/db_verify
+%_bindir/db_*
 
 %files devel
 %defattr(-,root,root)

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



commit libdb-4_8 for openSUSE:Factory

2013-10-22 Thread h_root
Hello community,

here is the log from the commit of package libdb-4_8 for openSUSE:Factory 
checked in at 2013-10-22 10:18:43

Comparing /work/SRC/openSUSE:Factory/libdb-4_8 (Old)
 and  /work/SRC/openSUSE:Factory/.libdb-4_8.new (New)


Package is libdb-4_8

Changes:

--- /work/SRC/openSUSE:Factory/libdb-4_8/libdb-4_8.changes  2013-07-24 
15:07:41.0 +0200
+++ /work/SRC/openSUSE:Factory/.libdb-4_8.new/libdb-4_8.changes 2013-10-22 
10:18:44.0 +0200
@@ -1,0 +2,10 @@
+Mon Oct 21 13:05:38 UTC 2013 - co...@suse.com
+
+- fix update-alternatives usage
+
+---
+Tue Oct  8 16:27:57 UTC 2013 - jeng...@inai.de
+
+- Add update-alternatives rules to db48-utils (bnc#840738)
+
+---



Other differences:
--
++ libdb-4_8.spec ++
--- /var/tmp/diff_new_pack.7keSoU/_old  2013-10-22 10:18:45.0 +0200
+++ /var/tmp/diff_new_pack.7keSoU/_new  2013-10-22 10:18:45.0 +0200
@@ -54,6 +54,7 @@
 Group:  Productivity/Databases/Tools
 Provides:   db-utils = %{version}
 Obsoletes:  db-utils  %{version}
+PreReq: update-alternatives
 
 %description -n db48-utils
 The Berkeley DB Database is a programmatic toolkit that provides
@@ -173,9 +174,14 @@
 rm -rf %{buildroot}%{_libdir}/*.la
 rm -rf %{buildroot}%{_libdir}/tls/*.la
 
-for i in archive checkpoint deadlock dump hotbackup load printlog \
-recover sql stat upgrade verify; do
+mkdir -p %{buildroot}%{_sysconfdir}/alternatives
+
+%define util_list archive checkpoint deadlock dump hotbackup load printlog 
recover sql stat upgrade verify
+for i in %util_list; do
+# dummy
+touch %{buildroot}%{_sysconfdir}/alternatives/db_$i
mv %buildroot/%_bindir/db_$i %buildroot/%_bindir/db48_$i
+ln -s %{_sysconfdir}/alternatives/db_$i %{buildroot}%_bindir/db_$i
 done
 
 %fdupes %{buildroot}%{_libdir}
@@ -185,6 +191,17 @@
 
 %postun -p /sbin/ldconfig
 
+%post -n db48-utils
+for i in %util_list; do
+   %_sbindir/update-alternatives --install %_bindir/db_$i \
+   db_$i %_bindir/db48_$i 48
+done
+
+%postun -n db48-utils
+for i in %util_list; do
+   %_sbindir/update-alternatives --remove db_$i %_bindir/db_$i
+done
+
 %files
 %defattr(-,root,root)
 %{_libdir}/libdb-%{major}.%{minor}.so
@@ -208,18 +225,20 @@
 
 %files -n db48-utils
 %defattr(-,root,root)
-%{_bindir}/db48_archive
-%{_bindir}/db48_checkpoint
-%{_bindir}/db48_deadlock
-%{_bindir}/db48_dump
-%{_bindir}/db48_hotbackup
-%{_bindir}/db48_load
-%{_bindir}/db48_printlog
-%{_bindir}/db48_recover
-%{_bindir}/db48_sql
-%{_bindir}/db48_stat
-%{_bindir}/db48_upgrade
-%{_bindir}/db48_verify
+%_bindir/db48_*
+%ghost %{_sysconfdir}/alternatives/db_archive
+%ghost %{_sysconfdir}/alternatives/db_checkpoint
+%ghost %{_sysconfdir}/alternatives/db_deadlock
+%ghost %{_sysconfdir}/alternatives/db_dump
+%ghost %{_sysconfdir}/alternatives/db_hotbackup
+%ghost %{_sysconfdir}/alternatives/db_load
+%ghost %{_sysconfdir}/alternatives/db_printlog
+%ghost %{_sysconfdir}/alternatives/db_recover
+%ghost %{_sysconfdir}/alternatives/db_sql
+%ghost %{_sysconfdir}/alternatives/db_stat
+%ghost %{_sysconfdir}/alternatives/db_upgrade
+%ghost %{_sysconfdir}/alternatives/db_verify
+%_bindir/db_*
 
 %files devel
 %defattr(-,root,root)

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



commit libquvi for openSUSE:Factory

2013-10-22 Thread h_root
Hello community,

here is the log from the commit of package libquvi for openSUSE:Factory checked 
in at 2013-10-22 10:18:54

Comparing /work/SRC/openSUSE:Factory/libquvi (Old)
 and  /work/SRC/openSUSE:Factory/.libquvi.new (New)


Package is libquvi

Changes:

--- /work/SRC/openSUSE:Factory/libquvi/libquvi.changes  2013-08-30 
11:42:12.0 +0200
+++ /work/SRC/openSUSE:Factory/.libquvi.new/libquvi.changes 2013-10-22 
10:18:54.0 +0200
@@ -1,0 +2,12 @@
+Mon Oct 21 13:48:36 UTC 2013 - tchva...@suse.com
+
+- Version bump to 0.9.3:
+  - AC_PREREQ: Bump to 2.69 [c591b1b]
+  - API: Add QUVI_OPTION_ALLOW_COOKIES [f56798b]
+  - API: Add QUVI_VERSION_SCRIPTS_CONFIGURATION [f0c95e0]
+  - API: quvi_version: Read version file as ini-file [4466c98]
+  - FIX: error: implicit declaration of function 'luaL_register' [f02cc3a]
+  - FIX: Unescape input URL before URL resolving [f2ce9b7]
+  - quvi.http.cookie: Return unless QUVI_OPTION_ALLOW_COOKIES is QUVI_TRUE 
[876949e]
+
+---

Old:

  libquvi-0.9.2.tar.xz

New:

  libquvi-0.9.3.tar.xz



Other differences:
--
++ libquvi.spec ++
--- /var/tmp/diff_new_pack.p7QeBH/_old  2013-10-22 10:18:59.0 +0200
+++ /var/tmp/diff_new_pack.p7QeBH/_new  2013-10-22 10:18:59.0 +0200
@@ -16,16 +16,16 @@
 #
 
 
-%define soname -0_9-0_9_2
+%define soname -0_9-0_9_3
 
 Name:   libquvi
-Version:0.9.2
+Version:0.9.3
 Release:0
 Summary:Library to parse flash media stream URLs
 License:LGPL-2.1+
 Group:  System/Libraries
 Url:http://quvi.sourceforge.net/
-Source: 
http://downloads.sourceforge.net/project/quvi/0.9/libquvi/libquvi-0.9.2.tar.xz
+Source: 
http://downloads.sourceforge.net/project/quvi/0.9/libquvi/libquvi-%{version}.tar.xz
 BuildRequires:  lua-devel
 # For pkgconfig() Provides
 BuildRequires:  libgcrypt-devel

++ libquvi-0.9.2.tar.xz - libquvi-0.9.3.tar.xz ++
 2120 lines of diff (skipped)

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



commit nfs-utils for openSUSE:Factory

2013-10-22 Thread h_root
Hello community,

here is the log from the commit of package nfs-utils for openSUSE:Factory 
checked in at 2013-10-22 10:20:46

Comparing /work/SRC/openSUSE:Factory/nfs-utils (Old)
 and  /work/SRC/openSUSE:Factory/.nfs-utils.new (New)


Package is nfs-utils

Changes:

--- /work/SRC/openSUSE:Factory/nfs-utils/nfs-utils.changes  2013-09-05 
23:21:42.0 +0200
+++ /work/SRC/openSUSE:Factory/.nfs-utils.new/nfs-utils.changes 2013-10-22 
10:20:48.0 +0200
@@ -1,0 +2,17 @@
+Tue Oct 22 04:45:13 UTC 2013 - nfbr...@suse.com
+
+- mountd-fix-bug-affecting-exports-of-dirs-with-64bit-.patch
+  allow NFS export to work for XFS filesystems with INODE64
+  (bnc#841971)
+
+---
+Tue Oct 15 01:13:01 UTC 2013 - nfbr...@suse.com
+
+- nfs.init: run ldconfig directly rather than calling
+  boot.ldconfig.
+  boot.ldconfig had some optimisations which are
+  unimportant and inconvenient for NFS, and doesn't
+  exist any more anyway.
+  (bnc#834164).
+
+---

New:

  mountd-fix-bug-affecting-exports-of-dirs-with-64bit-.patch



Other differences:
--
++ nfs-utils.spec ++
--- /var/tmp/diff_new_pack.ejy9gt/_old  2013-10-22 10:20:56.0 +0200
+++ /var/tmp/diff_new_pack.ejy9gt/_new  2013-10-22 10:20:56.0 +0200
@@ -71,6 +71,8 @@
 Patch6: 0006-gssd-fixed-typo-in-machine-cred-name.patch
 # PATCH-FIX-UPSTREAM skip-on-ENOENT.patch nfbr...@suse.de
 Patch7: skip-on-ENOENT.patch
+# PATCH-FIX-UPSTREAM 
mountd-fix-bug-affecting-exports-of-dirs-with-64bit-.patch nfbr...@suse.de
+Patch8: mountd-fix-bug-affecting-exports-of-dirs-with-64bit-.patch
 Suggests:   python-base
 
 %description
@@ -128,6 +130,7 @@
 %patch5 -p1
 %patch6 -p1
 %patch7 -p1
+%patch8 -p1
 cp %{S:6} .
 
 %build

++ mountd-fix-bug-affecting-exports-of-dirs-with-64bit-.patch ++
Git-commit: b3a156fe96c6645ca5dbf4b75e9cff710218d920
From: Neil Brown ne...@suse.de
Date: Mon, 21 Oct 2013 16:27:32 +1100
Subject: [PATCH 1/2] mountd: fix bug affecting exports of dirs with 64bit
 inode number.
References: bnc:841971

parse_fsid is currently truncating all inode numbers to
32bits, and assumes that 'int' is 32 bits (which it probably is,
but we shouldn't assume).

So make the 'inode' field in 'struct parsed_fsid' a 64 bit field.
and only memcpy into variables or fields that have been declared
to a specific bit size.

Signed-off-by: NeilBrown ne...@suse.de
---
 utils/mountd/cache.c |   25 ++---
 1 file changed, 14 insertions(+), 11 deletions(-)

--- nfs-utils-1.2.8.orig/utils/mountd/cache.c
+++ nfs-utils-1.2.8/utils/mountd/cache.c
@@ -388,10 +388,10 @@ struct parsed_fsid {
int fsidtype;
/* We could use a union for this, but it would be more
 * complicated; why bother? */
-   unsigned int inode;
+   uint64_t inode;
unsigned int minor;
unsigned int major;
-   unsigned int fsidnum;
+   uint32_t fsidnum;
size_t uuidlen;
char *fhuuid;
 };
@@ -399,8 +399,8 @@ struct parsed_fsid {
 static int parse_fsid(int fsidtype, int fsidlen, char *fsid,
struct parsed_fsid *parsed)
 {
-   unsigned int dev;
-   unsigned long long inode64;
+   uint32_t dev;
+   uint32_t inode32;
 
memset(parsed, 0, sizeof(*parsed));
parsed-fsidtype = fsidtype;
@@ -409,7 +409,8 @@ static int parse_fsid(int fsidtype, int
if (fsidlen != 8)
return -1;
memcpy(dev, fsid, 4);
-   memcpy(parsed-inode, fsid+4, 4);
+   memcpy(inode32, fsid+4, 4);
+   parsed-inode = inode32;
parsed-major = ntohl(dev)16;
parsed-minor = ntohl(dev)  0x;
break;
@@ -420,7 +421,7 @@ static int parse_fsid(int fsidtype, int
memcpy(parsed-fsidnum, fsid, 4);
break;
 
-   case FSID_MAJOR_MINOR: /* 12 bytes: 4 major, 4 minor, 4 inode 
+   case FSID_MAJOR_MINOR: /* 12 bytes: 4 major, 4 minor, 4 inode
 * This format is never actually used but was
 * an historical accident
 */
@@ -430,7 +431,8 @@ static int parse_fsid(int fsidtype, int
parsed-major = ntohl(dev);
memcpy(dev, fsid+4, 4);
parsed-minor = ntohl(dev);
-   memcpy(parsed-inode, fsid+8, 4);
+   memcpy(inode32, fsid+8, 4);
+   parsed-inode = inode32;
break;
 
case FSID_ENCODE_DEV: /* 8 bytes: 4 byte packed device number, 4 inode 
*/
@@ -440,7 +442,8 @@ static int parse_fsid(int fsidtype, int
   

commit nfs-utils for openSUSE:13.1

2013-10-22 Thread h_root
Hello community,

here is the log from the commit of package nfs-utils for openSUSE:13.1 checked 
in at 2013-10-22 10:20:50

Comparing /work/SRC/openSUSE:13.1/nfs-utils (Old)
 and  /work/SRC/openSUSE:13.1/.nfs-utils.new (New)


Package is nfs-utils

Changes:

--- /work/SRC/openSUSE:13.1/nfs-utils/nfs-utils.changes 2013-09-23 
11:01:29.0 +0200
+++ /work/SRC/openSUSE:13.1/.nfs-utils.new/nfs-utils.changes2013-10-22 
10:20:57.0 +0200
@@ -1,0 +2,17 @@
+Tue Oct 22 04:45:13 UTC 2013 - nfbr...@suse.com
+
+- mountd-fix-bug-affecting-exports-of-dirs-with-64bit-.patch
+  allow NFS export to work for XFS filesystems with INODE64
+  (bnc#841971)
+
+---
+Tue Oct 15 01:13:01 UTC 2013 - nfbr...@suse.com
+
+- nfs.init: run ldconfig directly rather than calling
+  boot.ldconfig.
+  boot.ldconfig had some optimisations which are
+  unimportant and inconvenient for NFS, and doesn't
+  exist any more anyway.
+  (bnc#834164).
+
+---

New:

  mountd-fix-bug-affecting-exports-of-dirs-with-64bit-.patch



Other differences:
--
++ nfs-utils.spec ++
--- /var/tmp/diff_new_pack.9k1XfI/_old  2013-10-22 10:20:57.0 +0200
+++ /var/tmp/diff_new_pack.9k1XfI/_new  2013-10-22 10:20:57.0 +0200
@@ -71,6 +71,8 @@
 Patch6: 0006-gssd-fixed-typo-in-machine-cred-name.patch
 # PATCH-FIX-UPSTREAM skip-on-ENOENT.patch nfbr...@suse.de
 Patch7: skip-on-ENOENT.patch
+# PATCH-FIX-UPSTREAM 
mountd-fix-bug-affecting-exports-of-dirs-with-64bit-.patch nfbr...@suse.de
+Patch8: mountd-fix-bug-affecting-exports-of-dirs-with-64bit-.patch
 Suggests:   python-base
 
 %description
@@ -128,6 +130,7 @@
 %patch5 -p1
 %patch6 -p1
 %patch7 -p1
+%patch8 -p1
 cp %{S:6} .
 
 %build

++ mountd-fix-bug-affecting-exports-of-dirs-with-64bit-.patch ++
Git-commit: b3a156fe96c6645ca5dbf4b75e9cff710218d920
From: Neil Brown ne...@suse.de
Date: Mon, 21 Oct 2013 16:27:32 +1100
Subject: [PATCH 1/2] mountd: fix bug affecting exports of dirs with 64bit
 inode number.
References: bnc:841971

parse_fsid is currently truncating all inode numbers to
32bits, and assumes that 'int' is 32 bits (which it probably is,
but we shouldn't assume).

So make the 'inode' field in 'struct parsed_fsid' a 64 bit field.
and only memcpy into variables or fields that have been declared
to a specific bit size.

Signed-off-by: NeilBrown ne...@suse.de
---
 utils/mountd/cache.c |   25 ++---
 1 file changed, 14 insertions(+), 11 deletions(-)

--- nfs-utils-1.2.8.orig/utils/mountd/cache.c
+++ nfs-utils-1.2.8/utils/mountd/cache.c
@@ -388,10 +388,10 @@ struct parsed_fsid {
int fsidtype;
/* We could use a union for this, but it would be more
 * complicated; why bother? */
-   unsigned int inode;
+   uint64_t inode;
unsigned int minor;
unsigned int major;
-   unsigned int fsidnum;
+   uint32_t fsidnum;
size_t uuidlen;
char *fhuuid;
 };
@@ -399,8 +399,8 @@ struct parsed_fsid {
 static int parse_fsid(int fsidtype, int fsidlen, char *fsid,
struct parsed_fsid *parsed)
 {
-   unsigned int dev;
-   unsigned long long inode64;
+   uint32_t dev;
+   uint32_t inode32;
 
memset(parsed, 0, sizeof(*parsed));
parsed-fsidtype = fsidtype;
@@ -409,7 +409,8 @@ static int parse_fsid(int fsidtype, int
if (fsidlen != 8)
return -1;
memcpy(dev, fsid, 4);
-   memcpy(parsed-inode, fsid+4, 4);
+   memcpy(inode32, fsid+4, 4);
+   parsed-inode = inode32;
parsed-major = ntohl(dev)16;
parsed-minor = ntohl(dev)  0x;
break;
@@ -420,7 +421,7 @@ static int parse_fsid(int fsidtype, int
memcpy(parsed-fsidnum, fsid, 4);
break;
 
-   case FSID_MAJOR_MINOR: /* 12 bytes: 4 major, 4 minor, 4 inode 
+   case FSID_MAJOR_MINOR: /* 12 bytes: 4 major, 4 minor, 4 inode
 * This format is never actually used but was
 * an historical accident
 */
@@ -430,7 +431,8 @@ static int parse_fsid(int fsidtype, int
parsed-major = ntohl(dev);
memcpy(dev, fsid+4, 4);
parsed-minor = ntohl(dev);
-   memcpy(parsed-inode, fsid+8, 4);
+   memcpy(inode32, fsid+8, 4);
+   parsed-inode = inode32;
break;
 
case FSID_ENCODE_DEV: /* 8 bytes: 4 byte packed device number, 4 inode 
*/
@@ -440,7 +442,8 @@ static int parse_fsid(int fsidtype, int
if (fsidlen != 

commit parole for openSUSE:Factory

2013-10-22 Thread h_root
Hello community,

here is the log from the commit of package parole for openSUSE:Factory checked 
in at 2013-10-22 10:21:00

Comparing /work/SRC/openSUSE:Factory/parole (Old)
 and  /work/SRC/openSUSE:Factory/.parole.new (New)


Package is parole

Changes:

--- /work/SRC/openSUSE:Factory/parole/parole.changes2013-07-27 
15:49:28.0 +0200
+++ /work/SRC/openSUSE:Factory/.parole.new/parole.changes   2013-10-22 
10:21:01.0 +0200
@@ -1,0 +2,11 @@
+Mon Oct 21 12:40:06 UTC 2013 - lazy.k...@opensuse.org
+
+- Update to 0.5.3.
+  * Bugfix release.
+  * Fix “Remember playlist” option in GUI not working.
+  * Added accelerator to Audio menu item.
+  * Fix remembered playlist not being forgotten when setting
+disabled.
+- Mark Parole Plugins Manual as doc.
+
+---

Old:

  parole-0.5.2.tar.bz2

New:

  parole-0.5.3.tar.bz2



Other differences:
--
++ parole.spec ++
--- /var/tmp/diff_new_pack.8SlEIV/_old  2013-10-22 10:21:02.0 +0200
+++ /var/tmp/diff_new_pack.8SlEIV/_new  2013-10-22 10:21:02.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   parole
-Version:0.5.2
+Version:0.5.3
 Release:0
 Summary:Modern, Simple Media Player for the Xfce Desktop Environment
 License:GPL-2.0+
@@ -125,13 +125,12 @@
 %{_datadir}/icons/hicolor/scalable/apps/parole.svg
 %{_datadir}/parole
 %{_datadir}/parole/pixmaps
-%{_datadir}/parole/pixmaps/parole.png
 
 %files lang -f %{name}.lang
 
 %files devel
 %defattr(-,root,root)
 %{_includedir}/parole/
-%{_datadir}/gtk-doc/html/Parole-Plugins
+%doc %{_datadir}/gtk-doc/html/Parole-Plugins
 
 %changelog

++ parole-0.5.2.tar.bz2 - parole-0.5.3.tar.bz2 ++
 23126 lines of diff (skipped)

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



commit patchinfo.2070 for openSUSE:12.3:Update

2013-10-22 Thread h_root
Hello community,

here is the log from the commit of package patchinfo.2070 for 
openSUSE:12.3:Update checked in at 2013-10-22 10:21:03

Comparing /work/SRC/openSUSE:12.3:Update/patchinfo.2070 (Old)
 and  /work/SRC/openSUSE:12.3:Update/.patchinfo.2070.new (New)


Package is patchinfo.2070

Changes:

New Changes file:

NO CHANGES FILE!!!

New:

  _patchinfo



Other differences:
--
++ _patchinfo ++
patchinfo
  issue id=844967 tracker=bncVUL-1: CVE-2013-4324: spice-gtk: fix polkit 
pid race problem/issue
  issue id=CVE-2013-4324 tracker=cve /
  categorysecurity/category
  ratingmoderate/rating
  packagerdimstar/packager
  descriptionspice-gtk received fixes for the acl helper policy kit checks
  that had a race condition in PID checking. (CVE-2013-4324, bnc#844967).
/description
  summaryspice-gtk: fixed race condition in pid checking/summary
/patchinfo
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit python-virtinst for openSUSE:Factory

2013-10-22 Thread h_root
Hello community,

here is the log from the commit of package python-virtinst for openSUSE:Factory 
checked in at 2013-10-22 10:22:16

Comparing /work/SRC/openSUSE:Factory/python-virtinst (Old)
 and  /work/SRC/openSUSE:Factory/.python-virtinst.new (New)


Package is python-virtinst

Changes:

--- /work/SRC/openSUSE:Factory/python-virtinst/python-virtinst.changes  
2013-10-02 13:33:26.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-virtinst.new/python-virtinst.changes 
2013-10-22 10:22:17.0 +0200
@@ -1,0 +2,6 @@
+Mon Oct 21 12:25:16 MDT 2013 - carn...@suse.com
+
+- bnc#846906 - It's SUSE Linux Enterprise Server in virt-manager 
+  virtinst-support-suse-distros.patch
+
+---



Other differences:
--
++ python-virtinst.spec ++
--- /var/tmp/diff_new_pack.BT7xm7/_old  2013-10-22 10:22:19.0 +0200
+++ /var/tmp/diff_new_pack.BT7xm7/_new  2013-10-22 10:22:19.0 +0200
@@ -15,7 +15,6 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-
 %{!?python_sitelib: %define python_sitelib %(python -c from 
distutils.sysconfig import get_python_lib; print get_python_lib())}
 
 # This macro is used for the continuous automated builds. It just

++ virtinst-support-suse-distros.patch ++
--- /var/tmp/diff_new_pack.BT7xm7/_old  2013-10-22 10:22:19.0 +0200
+++ /var/tmp/diff_new_pack.BT7xm7/_new  2013-10-22 10:22:19.0 +0200
@@ -56,20 +56,21 @@
 +},
 +
 +sles9: {
-+label: Suse Linux Enterprise Server 9,
++label: SUSE Linux Enterprise Server 9,
 +distro: suse,
 +supported: True,
 +pv_cdrom_install: False,
 +},
  sles10: {
 -label: Suse Linux Enterprise Server,
-+label: Suse Linux Enterprise Server 10,
++label: SUSE Linux Enterprise Server 10,
  distro: suse,
  supported: True,
 +pv_cdrom_install: True,
  },
  sles11: {
- label: Suse Linux Enterprise Server 11,
+-label: Suse Linux Enterprise Server 11,
++label: SUSE Linux Enterprise Server 11,
  distro: suse,
  supported: True,
 +pv_cdrom_install: True,
@@ -80,13 +81,13 @@
 +},
 +
 +sled10: {
-+label: Suse Linux Enterprise Desktop 10,
++label: SUSE Linux Enterprise Desktop 10,
 +distro: suse,
 +supported: True,
 +pv_cdrom_install: True,
 +},
 +sled11: {
-+label: Suse Linux Enterprise Desktop 11,
++label: SUSE Linux Enterprise Desktop 11,
 +distro: suse,
 +supported: True,
 +pv_cdrom_install: True,

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



commit python-virtinst for openSUSE:13.1

2013-10-22 Thread h_root
Hello community,

here is the log from the commit of package python-virtinst for openSUSE:13.1 
checked in at 2013-10-22 10:22:20

Comparing /work/SRC/openSUSE:13.1/python-virtinst (Old)
 and  /work/SRC/openSUSE:13.1/.python-virtinst.new (New)


Package is python-virtinst

Changes:

--- /work/SRC/openSUSE:13.1/python-virtinst/python-virtinst.changes 
2013-10-02 13:33:29.0 +0200
+++ /work/SRC/openSUSE:13.1/.python-virtinst.new/python-virtinst.changes
2013-10-22 10:22:26.0 +0200
@@ -1,0 +2,6 @@
+Mon Oct 21 12:25:16 MDT 2013 - carn...@suse.com
+
+- bnc#846906 - It's SUSE Linux Enterprise Server in virt-manager 
+  virtinst-support-suse-distros.patch
+
+---



Other differences:
--
++ python-virtinst.spec ++
--- /var/tmp/diff_new_pack.lBofER/_old  2013-10-22 10:22:26.0 +0200
+++ /var/tmp/diff_new_pack.lBofER/_new  2013-10-22 10:22:26.0 +0200
@@ -15,7 +15,6 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-
 %{!?python_sitelib: %define python_sitelib %(python -c from 
distutils.sysconfig import get_python_lib; print get_python_lib())}
 
 # This macro is used for the continuous automated builds. It just

++ virtinst-support-suse-distros.patch ++
--- /var/tmp/diff_new_pack.lBofER/_old  2013-10-22 10:22:26.0 +0200
+++ /var/tmp/diff_new_pack.lBofER/_new  2013-10-22 10:22:26.0 +0200
@@ -56,20 +56,21 @@
 +},
 +
 +sles9: {
-+label: Suse Linux Enterprise Server 9,
++label: SUSE Linux Enterprise Server 9,
 +distro: suse,
 +supported: True,
 +pv_cdrom_install: False,
 +},
  sles10: {
 -label: Suse Linux Enterprise Server,
-+label: Suse Linux Enterprise Server 10,
++label: SUSE Linux Enterprise Server 10,
  distro: suse,
  supported: True,
 +pv_cdrom_install: True,
  },
  sles11: {
- label: Suse Linux Enterprise Server 11,
+-label: Suse Linux Enterprise Server 11,
++label: SUSE Linux Enterprise Server 11,
  distro: suse,
  supported: True,
 +pv_cdrom_install: True,
@@ -80,13 +81,13 @@
 +},
 +
 +sled10: {
-+label: Suse Linux Enterprise Desktop 10,
++label: SUSE Linux Enterprise Desktop 10,
 +distro: suse,
 +supported: True,
 +pv_cdrom_install: True,
 +},
 +sled11: {
-+label: Suse Linux Enterprise Desktop 11,
++label: SUSE Linux Enterprise Desktop 11,
 +distro: suse,
 +supported: True,
 +pv_cdrom_install: True,

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



commit patchinfo.2060 for openSUSE:12.3:Update

2013-10-22 Thread h_root
Hello community,

here is the log from the commit of package patchinfo.2060 for 
openSUSE:12.3:Update checked in at 2013-10-22 10:22:51

Comparing /work/SRC/openSUSE:12.3:Update/patchinfo.2060 (Old)
 and  /work/SRC/openSUSE:12.3:Update/.patchinfo.2060.new (New)


Package is patchinfo.2060

Changes:

New Changes file:

NO CHANGES FILE!!!

New:

  _patchinfo



Other differences:
--
++ _patchinfo ++
patchinfo
  issue id=787884 tracker=bncproftpd won't start without preexisting 
/var/run/proftpd/issue
  issue id=811793 tracker=bnc/var/run/nologin is periodically re-created 
after upgrade to 12.3/issue
  issue id=843444 tracker=bncVUL-0: CVE-2013-4359: proftpd: remote denial 
of service/issue
  issue id=CVE-2013-4359 tracker=cve /
  categorysecurity/category
  ratingmoderate/rating
  packagercomputersalat/packager
  description
proftpd was updated to 1.3.4d.
  * Fixed broken build when using --disable-ipv6 configure option
  * Fixed mod_sql SQLAuthType Backend MySQL issues
- fix for bnc#843444 (CVE-2013-4359)
  * http://bugs.proftpd.org/show_bug.cgi?id=3973
  * add proftpd-sftp-kbdint-max-responses-bug3973.patch

- Improve systemd service file 
- use upstream tmpfiles.d file. related to [bnc#811793]
- Use /run instead of /var/run 

- update to 1.3.4c
  * Added Spanish translation.
  * Fixed several mod_sftp issues, including SFTPPassPhraseProvider,
handling of symlinks for REALPATH requests, and response code logging.
  * Fixed symlink race for creating directories when UserOwner is in effect.
  * Increased performance of FTP directory listings.
- rebase and rename patches (remove version string)
  * proftpd-1.3.4a-dist.patch -gt; proftpd-dist.patch
  * proftpd-1.3.4a-ftpasswd.patch -gt; proftpd-ftpasswd.patch
  * proftpd-1.3.4a-strip.patch -gt; proftpd-strip.patch

- fix proftpd.conf (rebase basic.conf patch)
  * IdentLookups is now a seperate module
lt;IfModule mod_ident.cgt; IdentLookups on/off lt;/IfModulegt;
is needed and module is not built cause crrodriguez disabled it.

- fix for bnc#787884
   (https://bugzilla.novell.com/show_bug.cgi?id=787884)
  * added extra Source proftpd.conf.tmpfile

- Disable ident lookups, this protocol is totally obsolete
 and dangerous. (add --disable-ident)
- Fix debug info generation ( add --disable-strip) 

- Add systemd unit 

- update to 1.3.4b
  + Fixed mod_ldap segfault on login when LDAPUsers with no filters used.
  + Fixed sporadic SFTP upload issues for large files.
  + Fixed SSH2 handling for some clients (e.g. OpenVMS).
  + New FactsOptions directive; see doc/modules/mod_facts.html#FactsOptions
  + Fixed build errors on Tru64, AIX, Cygwin.
- add Source Signatuire (.asc) file
- add noBuildDate patch
- add lang pkg
  * --enable-nls
- add configure option
  * --enable-openssl, --with-lastlog
/description
  summaryproftpd: security and bugfix update to 1.3.4d/summary
/patchinfo
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit open-iscsi for openSUSE:13.1

2013-10-22 Thread h_root
Hello community,

here is the log from the commit of package open-iscsi for openSUSE:13.1 checked 
in at 2013-10-22 10:30:41

Comparing /work/SRC/openSUSE:13.1/open-iscsi (Old)
 and  /work/SRC/openSUSE:13.1/.open-iscsi.new (New)


Package is open-iscsi

Changes:

--- /work/SRC/openSUSE:13.1/open-iscsi/open-iscsi.changes   2013-09-23 
11:02:03.0 +0200
+++ /work/SRC/openSUSE:13.1/.open-iscsi.new/open-iscsi.changes  2013-10-22 
10:30:42.0 +0200
@@ -1,0 +2,13 @@
+Fri Oct  4 16:07:47 CEST 2013 - oher...@suse.de
+
+- Remove usage of iscsiuio from mkinitrd scripts
+- Add programs tags to mkinitrd scripts
+  open-iscsi-2.0-873.patch
+
+---
+Fri Sep 27 14:23:10 PDT 2013 - ldun...@suse.com
+
+- add support for systemd integration (bnc#827654)
+  open-iscsi-openSUSE-Factory-first-merge.diff.bz2
+
+---

Old:

  Week

New:

  open-iscsi-2.0-873.patch
  open-iscsi-openSUSE-Factory-first-merge.diff.bz2



Other differences:
--
++ open-iscsi.spec ++
--- /var/tmp/diff_new_pack.r2bEou/_old  2013-10-22 10:30:42.0 +0200
+++ /var/tmp/diff_new_pack.r2bEou/_new  2013-10-22 10:30:42.0 +0200
@@ -21,10 +21,14 @@
 BuildRequires:  db-devel
 BuildRequires:  flex
 BuildRequires:  openssl-devel
+%if 0%{?suse_version} = 1230
+BuildRequires:  systemd
+%endif
 Url:http://www.open-iscsi.org
 PreReq: %fillup_prereq %insserv_prereq
 Version:2.0.873
 Release:0
+%{?systemd_requires}
 Provides:   linux-iscsi
 Obsoletes:  linux-iscsi
 %define iscsi_release 873
@@ -38,6 +42,8 @@
 Patch4: %{name}-sles11-sp3-flash-update.diff.bz2
 Patch5: %{name}-sles11-sp3-general-updates-1.diff.bz2
 Patch6: %{name}-openSUSE-12.3-first-merge.diff.bz2
+Patch7: %{name}-openSUSE-Factory-first-merge.diff.bz2
+Patch10:open-iscsi-2.0-873.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -73,12 +79,19 @@
 %patch4 -p1
 %patch5 -p1
 %patch6 -p1
+%patch7 -p1
+%patch10 -p1
 
 %build
 %{__make} OPTFLAGS=${RPM_OPT_FLAGS} -fno-strict-aliasing 
-DLOCK_DIR=\\\/etc/iscsi\\\ user
 
 %install
 make DESTDIR=${RPM_BUILD_ROOT} install_user
+make DESTDIR=${RPM_BUILD_ROOT} install_mkinitrd_suse
+# install service files
+%if 0%{?suse_version} = 1230
+make DESTDIR=${RPM_BUILD_ROOT} install_service_suse
+%else
 make DESTDIR=${RPM_BUILD_ROOT} install_initd_suse
 # rename open-iscsi service to iscsid for openSUSE
 mv ${RPM_BUILD_ROOT}/etc/init.d/boot.open-iscsi \
@@ -88,6 +101,7 @@
 # create rc shortcut
 [ -d ${RPM_BUILD_ROOT}/usr/sbin ] || mkdir -p ${RPM_BUILD_ROOT}/usr/sbin
 ln -sf ../../etc/init.d/iscsid ${RPM_BUILD_ROOT}/usr/sbin/rciscsid
+%endif
 (cd ${RPM_BUILD_ROOT}/etc; ln -sf iscsi/iscsid.conf iscsid.conf)
 touch ${RPM_BUILD_ROOT}/etc/iscsi/initiatorname.iscsi
 
@@ -96,17 +110,33 @@
 
 %post
 [ -x /sbin/mkinitrd_setup ]  mkinitrd_setup
-%{fillup_and_insserv -y boot.iscsid-early}
 if [ ! -f /etc/iscsi/initiatorname.iscsi ] ; then
 /sbin/iscsi-gen-initiatorname
 fi
+%if 0%{?suse_version} = 1230
+%{service_add_post iscsid.socket iscsid.service iscsi.service}
+%else
+%{fillup_and_insserv -Y boot.iscsid-early}
+%endif
 
 %postun
 [ -x /sbin/mkinitrd_setup ]  mkinitrd_setup
+%if 0%{?suse_version} = 1230
+%{service_del_postun iscsid.socket iscsid.service iscsi.service}
+%else
 %{insserv_cleanup}
+%endif
+
+%pre
+%if 0%{?suse_version} = 1230
+%{service_add_pre iscsid.socket iscsid.service iscsi.service}
+%endif
 
 %preun
 %{stop_on_removal iscsid}
+%if 0%{?suse_version} = 1230
+%{service_del_preun iscsid.socket iscsid.service iscsi.service}
+%endif
 
 %files
 %defattr(-,root,root)
@@ -116,10 +146,16 @@
 %dir /etc/iscsi/ifaces
 %config /etc/iscsi/ifaces/iface.example
 /etc/iscsid.conf
+%if 0%{?suse_version} = 1230
+%config %{_unitdir}/iscsid.service
+%{_unitdir}/iscsid.socket
+%config %{_unitdir}/iscsi.service
+%else
 %config /etc/init.d/iscsid
 %config /etc/init.d/boot.iscsid-early
-/sbin/*
 /usr/sbin/rciscsid
+%endif
+/sbin/*
 %dir /lib/mkinitrd
 %dir /lib/mkinitrd/scripts
 /lib/mkinitrd/scripts/setup-iscsi.sh

++ open-iscsi-2.0-873.patch ++
---
 etc/mkinitrd/mkinitrd-boot.sh |6 --
 etc/mkinitrd/mkinitrd-stop.sh |4 ++--
 2 files changed, 6 insertions(+), 4 deletions(-)

Index: open-iscsi-2.0-873/etc/mkinitrd/mkinitrd-boot.sh
===
--- open-iscsi-2.0-873.orig/etc/mkinitrd/mkinitrd-boot.sh
+++ open-iscsi-2.0-873/etc/mkinitrd/mkinitrd-boot.sh
@@ -1,7 +1,10 @@
 #!/bin/bash
 #%stage: device
 #%depends: network
-#%programs: /sbin/iscsid /sbin/iscsiadm /sbin/iscsiuio
+#%programs: mkdir

commit kiwi for openSUSE:13.1

2013-10-22 Thread h_root
Hello community,

here is the log from the commit of package kiwi for openSUSE:13.1 checked in at 
2013-10-22 10:56:35

Comparing /work/SRC/openSUSE:13.1/kiwi (Old)
 and  /work/SRC/openSUSE:13.1/.kiwi.new (New)


Package is kiwi

Changes:

--- /work/SRC/openSUSE:13.1/kiwi/kiwi.changes   2013-10-19 16:49:11.0 
+0200
+++ /work/SRC/openSUSE:13.1/.kiwi.new/kiwi.changes  2013-10-22 
10:56:41.0 +0200
@@ -1,0 +2,49 @@
+Tue Oct 22 09:19:18 CEST 2013 - m...@suse.de
+
+- v5.05.39 released
+  
+---
+Mon Oct 21 16:53:33 CEST 2013 - rjsch...@suse.de
+  
+- fix setup of target image
+  + at present the build image settings for keymap, timezone and other
+configuration settings are changed instead of applying the settings
+to the target image. This fix addresses this bug.
+
+---
+Mon Oct 21 16:27:46 CEST 2013 - adr...@suse.de
+
+- do not ignore addarch, if also the base architecture got added
+  
+---
+Mon Oct 21 11:45:51 CEST 2013 - m...@suse.de
+
+- added custom bootkernel profile (bnc #846068)
+  * with the bootkernel=custom profile one can prevent the
+installation of a kernel in the kiwi boot image (initrd)
+This makes sense if a non profiled kernel or a specific
+version of a kernel is used as part of the system image
+XML description. Examples:
+
+type ... bootkernel=custom/
+
+== version pinned kernel:
+package name=kernel-default-3.7.10-1.16.1 bootinclude=true/
+
+== non profiled/custom kernel:
+package name=kernel-bob bootinclude=true/
+
+If the custom bootkernel attribute is used it's required to
+mark the kernel in the system image XML with bootinclude=true
+If this is not done the initrd will not have a kernel/modules
+which is in most cases unwanted
+
+---
+Sat Oct 19 07:12:57 CEST 2013 - rjsch...@suse.de
+  
+- fix repository image inclusion behavior
+  + adding imageinclude=true did not have the desirec effect of adding the
+specified repo to the image permanently. This changes fixes this
+problem
+
+---



Other differences:
--
++ kiwi.spec ++
--- /var/tmp/diff_new_pack.GExk7H/_old  2013-10-22 10:56:41.0 +0200
+++ /var/tmp/diff_new_pack.GExk7H/_new  2013-10-22 10:56:41.0 +0200
@@ -26,7 +26,7 @@
 Summary:openSUSE - KIWI Image System
 License:GPL-2.0
 Group:  System/Management
-Version:5.05.38
+Version:5.05.39
 Release:0
 # requirements to build packages
 BuildRequires:  diffutils

++ kiwi.tar.bz2 ++
/work/SRC/openSUSE:13.1/kiwi/kiwi.tar.bz2 
/work/SRC/openSUSE:13.1/.kiwi.new/kiwi.tar.bz2 differ: char 11, line 1

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



commit kiwi for openSUSE:Factory

2013-10-22 Thread h_root
Hello community,

here is the log from the commit of package kiwi for openSUSE:Factory checked in 
at 2013-10-22 10:56:12

Comparing /work/SRC/openSUSE:Factory/kiwi (Old)
 and  /work/SRC/openSUSE:Factory/.kiwi.new (New)


Package is kiwi

Changes:

--- /work/SRC/openSUSE:Factory/kiwi/kiwi.changes2013-10-18 
19:21:50.0 +0200
+++ /work/SRC/openSUSE:Factory/.kiwi.new/kiwi.changes   2013-10-22 
10:56:14.0 +0200
@@ -1,0 +2,49 @@
+Tue Oct 22 09:19:18 CEST 2013 - m...@suse.de
+
+- v5.05.39 released
+  
+---
+Mon Oct 21 16:53:33 CEST 2013 - rjsch...@suse.de
+  
+- fix setup of target image
+  + at present the build image settings for keymap, timezone and other
+configuration settings are changed instead of applying the settings
+to the target image. This fix addresses this bug.
+
+---
+Mon Oct 21 16:27:46 CEST 2013 - adr...@suse.de
+
+- do not ignore addarch, if also the base architecture got added
+  
+---
+Mon Oct 21 11:45:51 CEST 2013 - m...@suse.de
+
+- added custom bootkernel profile (bnc #846068)
+  * with the bootkernel=custom profile one can prevent the
+installation of a kernel in the kiwi boot image (initrd)
+This makes sense if a non profiled kernel or a specific
+version of a kernel is used as part of the system image
+XML description. Examples:
+
+type ... bootkernel=custom/
+
+== version pinned kernel:
+package name=kernel-default-3.7.10-1.16.1 bootinclude=true/
+
+== non profiled/custom kernel:
+package name=kernel-bob bootinclude=true/
+
+If the custom bootkernel attribute is used it's required to
+mark the kernel in the system image XML with bootinclude=true
+If this is not done the initrd will not have a kernel/modules
+which is in most cases unwanted
+
+---
+Sat Oct 19 07:12:57 CEST 2013 - rjsch...@suse.de
+  
+- fix repository image inclusion behavior
+  + adding imageinclude=true did not have the desirec effect of adding the
+specified repo to the image permanently. This changes fixes this
+problem
+
+---



Other differences:
--
++ kiwi.spec ++
--- /var/tmp/diff_new_pack.NYYwSp/_old  2013-10-22 10:56:15.0 +0200
+++ /var/tmp/diff_new_pack.NYYwSp/_new  2013-10-22 10:56:15.0 +0200
@@ -26,7 +26,7 @@
 Summary:openSUSE - KIWI Image System
 License:GPL-2.0
 Group:  System/Management
-Version:5.05.38
+Version:5.05.39
 Release:0
 # requirements to build packages
 BuildRequires:  diffutils

++ kiwi.tar.bz2 ++
/work/SRC/openSUSE:Factory/kiwi/kiwi.tar.bz2 
/work/SRC/openSUSE:Factory/.kiwi.new/kiwi.tar.bz2 differ: char 11, line 1

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



commit froxlor.2105 for openSUSE:13.1:Update

2013-10-22 Thread h_root
Hello community,

here is the log from the commit of package froxlor.2105 for 
openSUSE:13.1:Update checked in at 2013-10-22 11:14:05

Comparing /work/SRC/openSUSE:13.1:Update/froxlor.2105 (Old)
 and  /work/SRC/openSUSE:13.1:Update/.froxlor.2105.new (New)


Package is froxlor.2105

Changes:

New Changes file:

--- /dev/null   2013-10-11 12:16:15.204037506 +0200
+++ /work/SRC/openSUSE:13.1:Update/.froxlor.2105.new/froxlor.changes
2013-10-22 11:14:06.0 +0200
@@ -0,0 +1,553 @@
+---
+Fri Oct 11 13:24:33 CEST 2013 - ase...@suse.de
+
+- added configuration files openSUSE 12.x (at Server Configuration)
+  configfiles_index.inc.php.patch
+
+---
+Tue Oct  8 14:51:43 CEST 2013 - ase...@suse.de
+
+- upstream upragde to version 0.9.29 (bnc#846355)
+Bug #1139: Froxlor package for armhf doesn't show up in aptitude
+Bug #1258: unable to register 'memcache' SSL session cache: Memcache support 
not enabled
+Bug #1260: Cron Domain-SSL Zertifikat
+Bug #1261: Fehler Apache mod_write
+Feature #587: Provide php.ini Konfiguration for php-fpm
+
+---
+Mon Apr 15 12:20:54 CEST 2013 - ase...@suse.de
+
+- upstream upragde to version 0.9.28.1
+Due to a syntax-error in the updater we had to re-release as version 0.9.28.1
+- upstream upragde to version 0.9.28
+#536 Use complete domain name as default path for DocumentRoot
+#1150 added possibility to add random prefixes to a customers database-name
+#668 fixed FreeBSD 8.2: Bind 9 is missing from list of Daemons
+#758 fixed bug in Amount of APS installations counter
+#916 fixed webserver-specific default vHost settings don't work in ligHTTPd
+#1023 fixed Redirect with SSL Enabled Domain
+#1058 fixed bug in Amount of autoresponders counter
+#1085 fixed incorrect configuration command for awstats under Gentoo
+#1127 fixed falsely used e-mail sender name
+#1134 updated default parameter list of sendmail-program in php.ini-template
+#1136 fixed falsely added specialsettings to a ssl-redirect
+#1160 fixed usage of empty value for CertificateChainFile (it's allowed)
+#1172 cleaned up language files
+#1173 fixed redirect to ip:port
+#1180 fixed clean-up if fcgid/php-fpm configurations
+
+---
+Thu Mar 14 12:46:28 CET 2013 - ase...@suse.de
+
+- upstream upragde to version 0.9.28-rc1
+#1064 customers are now able to search their email-addresses in the overview 
(like domains, etc.)
+#1103 new directory-structure for e-mail accounts.  New added accounts will be 
stored in a new maildir-structure (e.g.   
+  /var/customers/mail/customeracc/domain/mailacc/Maildir/).   
+  An explanation why this makes sense can be found in the ticket-description. 
Note: no configuration changes are necessary 
+  and existing accounts do not need to be updated, as the homedir/maildir is 
read from the database.
+#1107 the default language for users without a language-setting is now 
determined via HTTP_ACCEPT_LANGUAGE
+#1138 added support for apache-2.4 (note: mod_log_sql is not compatible to 
apache-2.4)
+#1153 path to nginx's fastcgi_params-file is now customizable (as other 
distributions/systems do not have it in /etc/nginx/)
+#1067 fixed alias generation when the docroot of a (sub)domain was below the 
customerdocroot
+#1068 Apply settings for all subdomains in now deactivateable (but will be 
checked when you re-open the domain-edit view, this is intended!)
+#1075 the default php-cgi listener for nginx is now editable as intended 
+#1079 php-fpm files are generated correctly - due to a double cleaning of 
the php-cgi-configdir, they were created and later removed in the cronjobs
+#1089 + #1118 fixed php-fpm usage on apache-webserver
+#1095 fixed incorrect display of used traffic in admin-overview
+#1097 fixed falsey used private class property in database-class
+#1104 fixed endless-loop in readdir() when bind is not installed but php-fpm 
is activated
+#1108 fixed problems when disabling a customer / the customer removes one of 
his database with mysql version 4.1
+#1117 froxlor is now completely using UTF-8 encoding.
+#1119 The classic theme has been removed.  Maintaining two very different 
themes and the goal to gain usability and simplicity lead to that decision.
+
+Important information: 
+support for mod_log_sql will drop in the final 0.9.28 release. If you 
still use it, please switch to webalizer or awstats
+support for dovecot-1 on Gentoo will be dropped in 0.9.29 as Gentoo's tree 
does not include it anymore.
+support for Debian Lenny has been removed as it is EOL since 6.2.2012.
+support for Ubuntu Hardy will be deprecated in 0.9.28 and removed in 
0.9.29 as it will be 

commit soprano-backend-virtuoso.2111 for openSUSE:13.1:Update

2013-10-22 Thread h_root
Hello community,

here is the log from the commit of package soprano-backend-virtuoso.2111 for 
openSUSE:13.1:Update checked in at 2013-10-22 11:14:37

Comparing /work/SRC/openSUSE:13.1:Update/soprano-backend-virtuoso.2111 (Old)
 and  /work/SRC/openSUSE:13.1:Update/.soprano-backend-virtuoso.2111.new 
(New)


Package is soprano-backend-virtuoso.2111

Changes:

New Changes file:

NO CHANGES FILE!!!

New:

  _link



Other differences:
--
++ _link ++
link package=soprano.2111 cicount=copy/--
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit yast2 for openSUSE:13.1:Update

2013-10-22 Thread h_root
Hello community,

here is the log from the commit of package yast2 for openSUSE:13.1:Update 
checked in at 2013-10-22 11:14:27

Comparing /work/SRC/openSUSE:13.1:Update/yast2 (Old)
 and  /work/SRC/openSUSE:13.1:Update/.yast2.new (New)


Package is yast2

Changes:

New Changes file:

NO CHANGES FILE!!!

New:

  _link



Other differences:
--
++ _link ++
link package='yast2.2109' cicount='copy' /
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit soprano-backend-virtuoso for openSUSE:13.1:Update

2013-10-22 Thread h_root
Hello community,

here is the log from the commit of package soprano-backend-virtuoso for 
openSUSE:13.1:Update checked in at 2013-10-22 11:14:41

Comparing /work/SRC/openSUSE:13.1:Update/soprano-backend-virtuoso (Old)
 and  /work/SRC/openSUSE:13.1:Update/.soprano-backend-virtuoso.new (New)


Package is soprano-backend-virtuoso

Changes:

New Changes file:

NO CHANGES FILE!!!

New:

  _link



Other differences:
--
++ _link ++
link package='soprano-backend-virtuoso.2111' cicount='copy' /
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit at for openSUSE:Factory

2013-10-22 Thread h_root
Hello community,

here is the log from the commit of package at for openSUSE:Factory checked in 
at 2013-10-22 14:50:19

Comparing /work/SRC/openSUSE:Factory/at (Old)
 and  /work/SRC/openSUSE:Factory/.at.new (New)


Package is at

Changes:

--- /work/SRC/openSUSE:Factory/at/at.changes2013-10-07 15:48:54.0 
+0200
+++ /work/SRC/openSUSE:Factory/.at.new/at.changes   2013-10-22 
14:50:20.0 +0200
@@ -1,0 +2,5 @@
+Tue Oct 22 06:38:25 UTC 2013 - meiss...@suse.com
+
+- adding service hook was in %verifyscript section not in %post
+
+---



Other differences:
--
++ at.spec ++
--- /var/tmp/diff_new_pack.uTEds2/_old  2013-10-22 14:50:21.0 +0200
+++ /var/tmp/diff_new_pack.uTEds2/_new  2013-10-22 14:50:21.0 +0200
@@ -150,12 +150,13 @@
 fi
 %{fillup_and_insserv -n atd atd }
 %set_permissions /usr/bin/at
-%verifyscript
-%verify_permissions -e /usr/bin/at
 %if 0%{?has_systemd}
 %service_add_post atd.service
 %endif
 
+%verifyscript
+%verify_permissions -e /usr/bin/at
+
 %postun
 %restart_on_update atd
 %insserv_cleanup

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



commit clementine for openSUSE:Factory

2013-10-22 Thread h_root
Hello community,

here is the log from the commit of package clementine for openSUSE:Factory 
checked in at 2013-10-22 14:50:29

Comparing /work/SRC/openSUSE:Factory/clementine (Old)
 and  /work/SRC/openSUSE:Factory/.clementine.new (New)


Package is clementine

Changes:

--- /work/SRC/openSUSE:Factory/clementine/clementine.changes2013-10-04 
07:32:00.0 +0200
+++ /work/SRC/openSUSE:Factory/.clementine.new/clementine.changes   
2013-10-22 14:50:31.0 +0200
@@ -1,0 +2,42 @@
+Thu Oct 17 11:19:45 UTC 2013 - fi...@opensuse.org
+
+- Update to 1.2.0:
+  * Add support for indexing and playing music from Box, Dropbox, Skydrive,
+and Ubuntu One.
+  * Add support for Subsonic.
+  * Remote control support for Android.
+  * Add a Playlist tab to the sidebar.  Starred playlists are saved in here
+when their tabs are closed.
+  * Add configurable blur  opacity to album art when used as a playlist
+background.
+  * Support Opus where available.
+  * Support .mka and .oga file extensions.
+  * Parsing support for WPL playlists.
+  * Sort providers by user preference.
+  * Add year and bitrate to MPRIS2 messages.
+  * Add not equals operator to fields in the smart playlist wizard.
+  * Add an option to write ratings, play count and scores to files.
+  * Add options to show the rating and score on the OSD.
+  * Add support for POPM tags.
+  * Add support for FMPS tags in Ogg, FLAC, MP4 and ASF files.
+  * Compile the bundled Taglib with ASF, MP4 and Opus support.
+  * Make it possible to cancel cover searches.
+  * Add an option to resume playback on startup.
+  * Add support for Performer and Grouping tags.
+  * Add Radio GFM.
+  * Add an Apply button to the settings dialog.
+  * Make it possible to mark all episodes of a podcast as new/listened.
+  * Add an option for fading in/out on pause/unpause.
+  * Add stereo balance slider to the equalizer.
+  * Add a --restart-or-previous commandline flag.
+  * Allow files to be transcoded directly from the playlist.
+  * Export downloaded album covers
+  * Removed iDevice support - it doesn't work well with modern devices and
+libgpod isn't being updated to support them.
+  * Many bugfixes
+- Drop sites.js and ultimate_providers.xml: fixed upstream.
+- Drop clementine-nowerror.patch: fixes upstream.
+- Drop Add-a-setting-for-disabling-moodbar-generation.patch: fixed upstream.
+- Drop clementine-libimobiledevice-fix.patch: iDevice support dropped upstream
+
+---

Old:

  Add-a-setting-for-disabling-moodbar-generation.patch
  clementine-1.1.1.tar.gz
  clementine-libimobiledevice-fix.patch
  clementine-nowerror.patch
  sites.js
  ultimate_providers.xml

New:

  clementine-1.2.0.tar.gz



Other differences:
--
++ clementine.spec ++
--- /var/tmp/diff_new_pack.8WEn2k/_old  2013-10-22 14:50:36.0 +0200
+++ /var/tmp/diff_new_pack.8WEn2k/_new  2013-10-22 14:50:36.0 +0200
@@ -17,49 +17,30 @@
 
 
 Name:   clementine
-Version:1.1.1
+Version:1.2.0
 Release:0
 Summary:A cross-platform Music Player based on Amarok 1
 License:GPL-3.0+
 Group:  Productivity/Multimedia/Sound/Players
 Url:http://code.google.com/p/clementine-player/
-# TODO:This source url seemed to prevent checkout of package but it works with 
wget. Possibly an osc problem
-#  with slow connections, will investigate at a later stage. Osc failed at 
/- 4M = half the file osc then
-#  reported incorect file size and failed. NOTE:I Was unable to access the 
url with lynx. (davejpla...@gmail.com)
 Source: 
http://clementine-player.googlecode.com/files/%{name}-%{version}.tar.gz
-# Those 2 source files fixes 2 polish lyrics parser.
-# TODO Please drop them with next version of clementine  1.1.1
-Source1:ultimate_providers.xml
-Source2:sites.js
+### FIXME KDE taskbar can handle unity shortcuts
 # PATCH-FIX-OPENSUSE clementine-desktop-fix.patch fi...@opensuse.org -- remove 
unity related shortcuts
 Patch0: clementine-desktop-fix.patch
-# Patch to fix factory build which fails on glib's depreciated mark of void 
g_type_init in gobject/gtype.h
-# Reported upstream, issue: 
https://code.google.com/p/clementine-player/issues/detail?id=3596
-Patch1: clementine-nowerror.patch
-# Patch to fix factory build failure due to an issue between boost and qt4. 
See :
+### Patch to fix factory build failure due to an issue between boost and qt4. 
See :
 # https://bugreports.qt-project.org/browse/QTBUG-22829
-Patch2: clementine-1.1.1-fixboostparseerror.patch
-#PATCH-FIX-UPSTREAM
-Patch3: Add-a-setting-for-disabling-moodbar-generation.patch
-# 

commit freeradius-server for openSUSE:Factory

2013-10-22 Thread h_root
Hello community,

here is the log from the commit of package freeradius-server for 
openSUSE:Factory checked in at 2013-10-22 14:51:18

Comparing /work/SRC/openSUSE:Factory/freeradius-server (Old)
 and  /work/SRC/openSUSE:Factory/.freeradius-server.new (New)


Package is freeradius-server

Changes:

--- /work/SRC/openSUSE:Factory/freeradius-server/freeradius-server.changes  
2013-09-07 12:35:16.0 +0200
+++ /work/SRC/openSUSE:Factory/.freeradius-server.new/freeradius-server.changes 
2013-10-22 14:51:19.0 +0200
@@ -1,0 +2,29 @@
+Mon Oct 21 12:06:19 UTC 2013 - vci...@suse.com
+
+- don't build with experimental modules
+- fix packaging bugs:
+  * install init scripts only on = 11.4
+  * install systemd unit
+  * add %defattr for submodules
+
+---
+Tue Oct 15 15:15:24 UTC 2013 - vci...@suse.com
+
+- update to 3.0.0
+  * new feature release
+  * see /usr/share/doc/packages/freeradius-server/ChangeLog
+for complete list of changes in this release
+  * documentation for upgrading from 2.x is in /etc/raddb/README.rst
+- drop oracle support (wasn't built anyway)
+- dropped patches (obsolete):
+  * freeradius-server-2.1.6-codecleanup.patch
+  * freeradius-server-2.1.6-dialup_admin.patch
+  * freeradius-server-2.1.1-edirectory.patch
+- added systemd service unit
+  * radiusd.service
+- added systemd-tmpfile for /var/run/radiusd
+  * freeradius-tmpfiles.conf
+- added gpg-offline verification
+  * freeradius-server.keyring
+
+---

Old:

  freeradius-server-2.1.1-edirectory.patch
  freeradius-server-2.1.6-codecleanup.patch
  freeradius-server-2.1.6-dialup_admin.patch
  freeradius-server-2.2.0.tar.bz2

New:

  freeradius-server-3.0.0.tar.bz2
  freeradius-server-3.0.0.tar.bz2.sig
  freeradius-server.keyring
  freeradius-tmpfiles.conf
  radiusd.service



Other differences:
--
++ freeradius-server.spec ++
 778 lines (skipped)
 between /work/SRC/openSUSE:Factory/freeradius-server/freeradius-server.spec
 and 
/work/SRC/openSUSE:Factory/.freeradius-server.new/freeradius-server.spec

++ freeradius-server-2.1.1-logrotate_su.patch ++
--- /var/tmp/diff_new_pack.Q3nBiA/_old  2013-10-22 14:51:23.0 +0200
+++ /var/tmp/diff_new_pack.Q3nBiA/_new  2013-10-22 14:51:23.0 +0200
@@ -1,7 +1,7 @@
-Index: freeradius-server-2.1.12/suse/radiusd-logrotate
+Index: freeradius-server-3.0.0/suse/radiusd-logrotate
 ===
 freeradius-server-2.1.12.orig/suse/radiusd-logrotate   2013-01-08 
18:25:29.358157621 +0100
-+++ freeradius-server-2.1.12/suse/radiusd-logrotate2013-01-08 
18:28:38.487684634 +0100
+--- freeradius-server-3.0.0.orig/suse/radiusd-logrotate2013-10-15 
18:26:37.704603079 +0200
 freeradius-server-3.0.0/suse/radiusd-logrotate 2013-10-15 
18:27:37.232218844 +0200
 @@ -6,6 +6,7 @@
  # second technique, you will need another cron job that removes old
  # detail files.  You do not need to comment out the below for method #2.
@@ -18,13 +18,13 @@
  compress
  dateext
  maxage 365
-@@ -25,10 +27,12 @@
+@@ -25,11 +27,12 @@
  missingok
  create
  postrotate
 -  kill -HUP `cat /var/run/radiusd/radiusd.pid`
 +  kill -HUP `cat /var/run/radiusd/radiusd.pid` || :
-+endscript
+ endscript
  }
  
  /var/log/radius/radwatch.log {
@@ -32,7 +32,7 @@
  compress
  dateext
  maxage 365
-@@ -40,6 +44,7 @@
+@@ -41,6 +44,7 @@
  }
  
  /var/log/radius/radwtmp {
@@ -40,10 +40,10 @@
  compress
  dateext
  maxage 365
-@@ -54,6 +59,7 @@
+@@ -55,6 +59,7 @@
  }
  
- /var/log/radius/sqltrace.sql {
+ /var/log/radius/sqllog.sql {
 +su radiusd radiusd
  compress
  dateext

++ freeradius-server-2.1.6-rcradiusd.patch ++
--- /var/tmp/diff_new_pack.Q3nBiA/_old  2013-10-22 14:51:23.0 +0200
+++ /var/tmp/diff_new_pack.Q3nBiA/_new  2013-10-22 14:51:23.0 +0200
@@ -1,30 +1,13 @@
-Index: suse/rcradius-relayd
-===
 suse/rcradius-relayd.orig  2010-06-21 21:15:56.0 +0200
-+++ suse/rcradius-relayd   2010-06-21 21:16:03.0 +0200
-@@ -12,8 +12,8 @@
- #
- ### BEGIN INIT INFO
- # Provides:  radius-relayd
--# Required-Start:$network $syslog $remotefs
--# Required-Stop:
-+# Required-Start:$network $syslog $remote_fs
-+# Required-Stop: $network $syslog $remote_fs
- # Default-Start: 3 5
- # Default-Stop:  0 1 2 6
- # Short-Description: RADIUS Relay Server
 Index: suse/rcradiusd
 ===
 

commit fcoe-utils for openSUSE:Factory

2013-10-22 Thread h_root
Hello community,

here is the log from the commit of package fcoe-utils for openSUSE:Factory 
checked in at 2013-10-22 14:51:13

Comparing /work/SRC/openSUSE:Factory/fcoe-utils (Old)
 and  /work/SRC/openSUSE:Factory/.fcoe-utils.new (New)


Package is fcoe-utils

Changes:

New Changes file:

--- /dev/null   2013-10-11 12:16:15.204037506 +0200
+++ /work/SRC/openSUSE:Factory/.fcoe-utils.new/fcoe-utils.changes   
2013-10-22 14:51:14.0 +0200
@@ -0,0 +1,248 @@
+---
+Thu Oct 10 15:22:26 UTC 2013 - tchva...@suse.com
+
+- Redo the autotools patch to actually fix --as-needed build,
+  should be upstreamed.
+- Adds patch: fcoe-utils-1.0.29-as-needed.patch
+- Removes patch: fcoe-utils-1.0.29-no-as-needed.patch
+
+---
+Thu Oct 10 15:16:52 UTC 2013 - tchva...@suse.com
+
+- Fix Requires we have just device-mapper, used wrong pkg name.
+
+---
+Thu Oct 10 13:34:08 CEST 2013 - h...@suse.de
+
+- Disable --as-needed to fix build failures
+- Use %fillup for sysconfig file
+- Fixup build dependencies
+
+---
+Wed Oct  9 14:04:35 UTC 2013 - tchva...@suse.com
+
+- Bump to 1.0.29 removing all our suse stuff.
+  * Still does not build, requires packaging of other deps they
+provide in git repo to clone.
+
+---
+Tue Jul 23 14:38:15 CEST 2013 - oher...@suse.de
+
+- Remove usage of absolute paths in initrd
+- List all used binaries in programs tag
+- Use new emergency function, related to other bug (bnc#809812)
+- Remove unneeded mkdir in setup script, mkinitrd does it now
+
+---
+Tue May 29 13:08:21 UTC 2012 - pu...@suse.com
+
+- fix build with automake-1.12
+  - add: automake-1.12.patch
+
+---
+Fri Dec  2 16:25:04 UTC 2011 - co...@suse.com
+
+- add automake as buildrequire to avoid implicit dependency
+
+---
+Tue Jul  6 13:20:52 CEST 2010 - h...@suse.de
+
+- Fix build on Factory.
+
+---
+Tue Jul  6 11:20:52 CEST 2010 - h...@suse.de
+
+- Refresh patches.
+
+---
+Tue Jul  6 10:56:33 CEST 2010 - h...@suse.de
+
+- Port from SLES11 SP1.
+
+---
+Mon May 10 18:02:18 CEST 2010 - h...@suse.de
+
+- Fix EMC SAN MAC issue (bnc#603964)
+
+---
+Mon Apr 26 14:12:43 CEST 2010 - h...@suse.de
+
+- fixes no lun display issue due to wrong check for target role
+  (bnc#599421)
+
+---
+Thu Apr  8 10:36:53 CEST 2010 - h...@suse.de
+
+- Resync with open-fcoe for RC3 (bnc#594212)
+
+---
+Thu Mar 25 13:36:12 CET 2010 - h...@suse.de
+
+- More fipvlan fixes for RC2 (bnc#590324)
+- Update mkinitrd script to actually boot the system (bnc#590868)
+
+---
+Tue Mar 23 14:12:30 CET 2010 - h...@suse.de
+
+- Sync-up package with git tree for RC2 (bnc#590324)
+- Compile against lldpad (bnc#590487)
+
+---
+Mon Mar 15 13:50:54 CET 2010 - h...@suse.de
+
+- Sync-up package with commit id
+  9403c2aaac0b79d0d236ef9413cc88b7d6f7f04e (bnc#588150)
+
+---
+Sun Mar 14 11:59:25 CET 2010 - r...@suse.de
+
+- finally fix build 
+
+---
+Sat Mar 13 17:31:15 CET 2010 - r...@suse.de
+
+- fix typo in specfile 
+
+---
+Fri Mar  5 10:47:03 CET 2010 - h...@suse.de
+
+- Add option '-i' to fipvlan (bnc#585045)
+- Add setup script /sbin/fcoe-setup (bnc#585045)
+
+---
+Mon Feb 22 15:25:30 CET 2010 - h...@suse.de
+
+- Fixup mkinitrd scripts (bnc#570643)
+
+---
+Mon Feb 22 12:12:58 CET 2010 - h...@suse.de
+
+- Sync-up package with git tree (bnc#581550)
+
+---
+Fri Jan 22 08:56:46 CET 2010 - h...@suse.de
+
+- Sync-up package with git commit id
+  3f25915a92c308c5db352a7fe24092350498f179 (bnc#572686)
+- fcoemon uses memcpy when copying path name 

commit hamcrest for openSUSE:Factory

2013-10-22 Thread h_root
Hello community,

here is the log from the commit of package hamcrest for openSUSE:Factory 
checked in at 2013-10-22 14:51:58

Comparing /work/SRC/openSUSE:Factory/hamcrest (Old)
 and  /work/SRC/openSUSE:Factory/.hamcrest.new (New)


Package is hamcrest

Changes:

--- /work/SRC/openSUSE:Factory/hamcrest/hamcrest.changes2013-09-12 
17:05:18.0 +0200
+++ /work/SRC/openSUSE:Factory/.hamcrest.new/hamcrest.changes   2013-10-22 
14:52:04.0 +0200
@@ -1,0 +2,16 @@
+Mon Oct 21 11:34:31 UTC 2013 - mvysko...@suse.com
+
+- Update to 1.3
+  bugfix and feature update, see CHANGES.txt for details
+- Removed patches
+  * hamcrest-1.1-build.patch
++ renamed to hamcrest-1.3-build.patch
+  * hamcrest-1.1-no-jarjar.patch
++ renamed to hamcrest-1.3-no-jarjar.patch
+  * hamcrest-1.1-no-integration.patch
++ renamed to hamcrest-1.3-no-integration.patch
+- Added patches
+  * hamcrest-1.3-javadoc.patch
+- Updated poms and added OSGI manifests from Fedora
+
+---

Old:

  hamcrest-1.1-build.patch
  hamcrest-1.1-no-integration.patch
  hamcrest-1.1-no-jarjar.patch
  hamcrest-1.1.tar.bz2
  hamcrest-all-1.1.pom
  hamcrest-core-1.1.pom
  hamcrest-generator-1.1.pom
  hamcrest-integration-1.1.pom
  hamcrest-library-1.1.pom
  hamcrest-parent-1.1.pom
  hamcrest-text-1.1.pom

New:

  hamcrest-1.3-build.patch
  hamcrest-1.3-javadoc.patch
  hamcrest-1.3-no-integration.patch
  hamcrest-1.3-no-jarjar.patch
  hamcrest-1.3.tgz
  hamcrest-all-1.3.pom
  hamcrest-core-1.3.pom
  hamcrest-core-MANIFEST.MF
  hamcrest-generator-1.3.pom
  hamcrest-generator-MANIFEST.MF
  hamcrest-integration-1.3.pom
  hamcrest-integration-MANIFEST.MF
  hamcrest-library-1.3.pom
  hamcrest-library-MANIFEST.MF
  hamcrest-parent-1.3.pom
  hamcrest-text-1.3.pom
  hamcrest-text-MANIFEST.MF



Other differences:
--
++ hamcrest.spec ++
--- /var/tmp/diff_new_pack.pWorON/_old  2013-10-22 14:52:07.0 +0200
+++ /var/tmp/diff_new_pack.pWorON/_new  2013-10-22 14:52:07.0 +0200
@@ -19,46 +19,67 @@
 %define _without_integration 1
 %define _without_tests 1
 %define _withouth_jarjar 1
+
 # This option controls integration which requires easymock2 and jmock
 %bcond_without integration
+
 # This option controls jarjar on qdox
 # Since bundling the qdox classes prevents upgrades, we disable it by default
 %bcond_with jarjar
+
 # This option controls tests which requires ant-junit and testng
 %bcond_without tests
+
 # If integration is disabled, then tests are disabled
 %if %without integration
 %bcond_with tests
 %endif
 
 Name:   hamcrest
-Version:1.1
+Version:1.3
 Release:0
 Summary:Library of matchers for building test expressions
 License:BSD-3-Clause
 Group:  Development/Libraries/Java
-Url:http://code.google.com/p/hamcrest/
-Source0:http://hamcrest.googlecode.com/files/hamcrest-1.1.tar.bz2
-Source1:
http://repo1.maven.org/maven2/org/hamcrest/hamcrest-parent/1.1/hamcrest-parent-1.1.pom
-Source2:
http://repo1.maven.org/maven2/org/hamcrest/hamcrest-library/1.1/hamcrest-library-1.1.pom
-Source3:
http://repo1.maven.org/maven2/org/hamcrest/hamcrest-integration/1.1/hamcrest-integration-1.1.pom
-Source4:
http://repo1.maven.org/maven2/org/hamcrest/hamcrest-generator/1.1/hamcrest-generator-1.1.pom
-Source5:
http://repo1.maven.org/maven2/org/hamcrest/hamcrest-core/1.1/hamcrest-core-1.1.pom
-Source6:
http://repo1.maven.org/maven2/org/hamcrest/hamcrest-all/1.1/hamcrest-all-1.1.pom
-Source7:hamcrest-text-1.1.pom
-Patch0: hamcrest-1.1-build.patch
-Patch1: hamcrest-1.1-no-jarjar.patch
-Patch2: hamcrest-1.1-no-integration.patch
-Requires:   java = 1.5.0
+Url:http://code.google.com/p/%{name}/
+Source0:http://%{name}.googlecode.com/files/%{name}-%{version}.tgz
+Source1:
http://repo1.maven.org/maven2/org/%{name}/%{name}-parent/%{version}/%{name}-parent-%{version}.pom
+Source2:
http://repo1.maven.org/maven2/org/%{name}/%{name}-library/%{version}/%{name}-library-%{version}.pom
+Source3:
http://repo1.maven.org/maven2/org/%{name}/%{name}-integration/%{version}/%{name}-integration-%{version}.pom
+Source4:
http://repo1.maven.org/maven2/org/%{name}/%{name}-generator/%{version}/%{name}-generator-%{version}.pom
+Source5:
http://repo1.maven.org/maven2/org/%{name}/%{name}-core/%{version}/%{name}-core-%{version}.pom
+Source6:
http://repo1.maven.org/maven2/org/%{name}/%{name}-all/%{version}/%{name}-all-%{version}.pom
+# This file was added by the maintainer for compatibility with maven dep
+# solving system
+Source7:

commit go for openSUSE:Factory

2013-10-22 Thread h_root
Hello community,

here is the log from the commit of package go for openSUSE:Factory checked in 
at 2013-10-22 14:51:34

Comparing /work/SRC/openSUSE:Factory/go (Old)
 and  /work/SRC/openSUSE:Factory/.go.new (New)


Package is go

Changes:

--- /work/SRC/openSUSE:Factory/go/go.changes2013-08-21 10:29:35.0 
+0200
+++ /work/SRC/openSUSE:Factory/.go.new/go.changes   2013-10-22 
14:51:35.0 +0200
@@ -1,0 +2,17 @@
+Fri Oct 18 14:19:53 UTC 2013 - speili...@suse.com
+
+- Add %go_tooldir macro
+
+---
+Fri Oct 18 12:49:52 UTC 2013 - speili...@suse.com
+
+- Update to version 1.2rc2:
+  + New packages: encoding, image/color/palette
+  + Performance improvements
+  + Three-index slices
+  + godoc and vet commands moved to go-go.tools package
+* Removed godoc-path-locations.patch and godoc.service
+  + Check golang.org/doc/go1.2 for a full list of changes
+- Fix go_ver macro to provide the version number again
+
+---

Old:

  go1.1.2.src.tar.gz
  godoc-path-locations.patch
  godoc.service

New:

  go1.2rc2.src.tar.gz



Other differences:
--
++ go.spec ++
--- /var/tmp/diff_new_pack.WNAQT2/_old  2013-10-22 14:51:38.0 +0200
+++ /var/tmp/diff_new_pack.WNAQT2/_new  2013-10-22 14:51:38.0 +0200
@@ -18,7 +18,7 @@
 
 
 Name:   go
-Version:1.1.2
+Version:1.2rc2
 Release:0
 Summary:A compiled, garbage-collected, concurrent programming language
 License:BSD-3-Clause
@@ -28,20 +28,17 @@
 Source1:rpmlintrc
 Source2:go.sh
 Source3:macros.go
-Source4:godoc.service
 Source6:go-wiki-gadget.xml
 Source5:README-openSUSE
-# PATCH-FIX-OPENSUSE adjust documentation paths for API/doc server
-Patch1: godoc-path-locations.patch
 # PATCH-FIX-OPENSUSE add -s flag to 'go install' (don't rebuild/install std 
libs)
-Patch3: go-build-dont-reinstall-stdlibs.patch
+Patch1: go-build-dont-reinstall-stdlibs.patch
 # PATCH-FIX-OPENSUSE re-enable build binary only packages (we are binary 
distro)
 # see http://code.google.com/p/go/issues/detail?id=2775  also issue 3268
-Patch4: allow-binary-only-packages.patch
+Patch2: allow-binary-only-packages.patch
 #PATCH-FIX-OPENSUSE use -x verbose build output for qemu-arm builders
-Patch5: verbose-build.patch
+Patch3: verbose-build.patch
 # PATCH-FIX-OPENSUSE BNC#776058
-Patch6: go-install-dont-reinstall-stdlibs.patch
+Patch4: go-install-dont-reinstall-stdlibs.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  rpm
 %if 0%{?suse_version} = 1210
@@ -60,10 +57,6 @@
 Provides:   go-devel-static = %{name}%{version}
 Obsoletes:  go-devel  %{name}%{version}
 ExclusiveArch:  %ix86 x86_64 %arm
-# For godoc service
-%if 0%{?suse_version} = 1210
-%systemd_requires
-%endif
 
 %description
 Go is an expressive, concurrent, garbage collected systems programming language
@@ -99,11 +92,9 @@
 %prep
 %setup -q -n %{name}
 %patch1 -p1
+%patch2 -p1
 %patch3 -p1
 %patch4 -p1
-%patch5 -p1
-%patch6 -p1
-cp %{SOURCE4} .
 cp %{SOURCE5} .
 
 # setup go_arch (BSD-like scheme)
@@ -134,7 +125,7 @@
 bin/go install -race std
 %endif
 %ifarch %ix86
-strip $GOBIN/go $GOBIN/godoc # bnc#818502
+strip $GOBIN/go # bnc#818502
 %endif
 
 %install
@@ -160,10 +151,6 @@
 install -Dm644 README-openSUSE %{buildroot}%{_libdir}/go/contrib/
 ln -s %{_libdir}/go/contrib/README-openSUSE 
%{buildroot}%{_datadir}/go/contrib/README-openSUSE
 
-# godoc service
-mkdir -p %{buildroot}%{_unitdir}
-install -Dm644 godoc.service %{buildroot}%{_unitdir}/godoc.service
-
 # source files for go install, godoc, etc
 install -d %{buildroot}%{_datadir}/go
 for ext in *.{go,c,h,s,S,py}; do
@@ -176,7 +163,6 @@
 # copy document templates, packages, obj libs and command utilities
 mkdir -p %{buildroot}%{_bindir}
 mkdir -p $GOROOT/lib
-cp -ar lib/godoc $GOROOT/lib
 mv pkg $GOROOT
 mv bin/* %{buildroot}%{_bindir}
 rm -f %{buildroot}%{_bindir}/{hgpatch,quietgcc}
@@ -207,26 +193,6 @@
 %fdupes %{buildroot}%{_prefix}
 %endif
 
-%pre
-%if 0%{?suse_version} = 1210
-%service_add_pre godoc.service
-%endif
-
-%post
-%if 0%{?suse_version} = 1210
-%service_add_post godoc.service
-%endif
-
-%preun
-%if 0%{?suse_version} = 1210
-%service_del_preun godoc.service
-%endif
-
-%postun
-%if 0%{?suse_version} = 1210
-%service_del_postun godoc.service
-%endif
-
 %files
 %defattr(-,root,root,-)
 %doc AUTHORS CONTRIBUTORS LICENSE PATENTS README README-openSUSE
@@ -246,9 +212,6 @@
 #%%config %{_sysconfdir}/bash_completion.d/go.sh
 %config %{_sysconfdir}/profile.d/go.sh
 %config 

commit libguestfs for openSUSE:Factory

2013-10-22 Thread h_root
Hello community,

here is the log from the commit of package libguestfs for openSUSE:Factory 
checked in at 2013-10-22 14:52:33

Comparing /work/SRC/openSUSE:Factory/libguestfs (Old)
 and  /work/SRC/openSUSE:Factory/.libguestfs.new (New)


Package is libguestfs

Changes:

--- /work/SRC/openSUSE:Factory/libguestfs/libguestfs.changes2013-09-26 
11:48:14.0 +0200
+++ /work/SRC/openSUSE:Factory/.libguestfs.new/libguestfs.changes   
2013-10-22 14:52:34.0 +0200
@@ -1,0 +2,39 @@
+Fri Oct 18 10:26:12 CEST 2013 - oher...@suse.de
+
+- Update to version 1.22.7
+  * fish: CVE-2013-4419: Fix insecure temporary directory handling for remote 
guestfish (bnc#845720).
+  * sysprep: firstboot: Don't set `Created_files flag unless files are created.
+  * firstboot: Add some debugging to the control script.
+  * firstboot: Fix test for installing sysvinit scripts.
+  * firstboot: Install both systemd and SysV init scripts.
+  * firstboot: Start service after network only.
+  * firstboot: Fix firstboot scripts so they work on Ubuntu.
+  * edit: Add virt-edit --edit as an alias for virt-edit -e.
+  * btrfs: Fix improper memmove usage in do_btrfs_subvolume_list 
(RHBZ#1018149).
+  * daemon: xattr: Fix scope of cleanup buf to avoid memory leaks.
+  * daemon: parted: Fix memory leak of list of strings.
+  * daemon: Fix scope of cleanup functions to avoid memory leaks.
+  * df: parallel: Add a debug message when work function returns an error.
+  * daemon: 'exists' API should not follow broken symlinks.
+  * sysprep: Don't remove /var/cache/apt/archives/partial directory.
+  * firstboot: Invoke firstboot.sh script with 'start' parameter.
+  * daemon: Don't set LD_PRELOAD for guestfsd children.
+  * daemon: Fix xfs_info parser because of new format.
+  * sysprep: Fix option quoting in manual page.
+  * virt-df: parallel: Send debugging messages to stderr.
+  * inspection: Don't print a warning if \Windows\explorer.exe does not exist.
+  * launch: direct: Set QEMU_AUDIO_DRV=none to stop qemu opening audio devices.
+  * virt-df: parallel: Compile debugging messages in always.
+  * daemon: augeas: Don't test if AUG_NO_ERR_CLOSE is defined.
+  * daemon: augeas: Enhance error reporting for aug_init failures.
+  * drives: Don't need to call free_drive_servers since preceding code checks 
servers == NULL.
+  * sparsify: Fix signal handling.
+  * daemon: tar: Use a temporary file to pass excludes to tar command 
(RHBZ#1001875).
+  * format: Set MBR partition type byte appropriately (RHBZ#1000428).
+
+---
+Mon Oct 14 19:32:05 CEST 2013 - oher...@suse.de
+
+- Keep setup-dm.sh, required to copy dm rules (bnc#837595)
+
+---

Old:

  libguestfs-1.22.6.tar.xz

New:

  libguestfs-1.22.7.tar.xz



Other differences:
--
++ libguestfs.spec ++
--- /var/tmp/diff_new_pack.B0sAXM/_old  2013-10-22 14:52:35.0 +0200
+++ /var/tmp/diff_new_pack.B0sAXM/_new  2013-10-22 14:52:35.0 +0200
@@ -17,7 +17,7 @@
 #
 
 
-Version:1.22.6
+Version:1.22.7
 Release:0
 
 %define opt %(test -x %{_bindir}/ocamlopt  echo 1 || echo 0)
@@ -588,7 +588,6 @@
 rm -rf mkinitrd
 cp -av /lib/mkinitrd .
 for bad in \
-   setup-dm.sh \
setup-storage.sh \
boot-storage.sh \
;

++ libguestfs-1.22.6.tar.xz - libguestfs-1.22.7.tar.xz ++
 107322 lines of diff (skipped)

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



commit ipmiutil for openSUSE:Factory

2013-10-22 Thread h_root
Hello community,

here is the log from the commit of package ipmiutil for openSUSE:Factory 
checked in at 2013-10-22 14:52:09

Comparing /work/SRC/openSUSE:Factory/ipmiutil (Old)
 and  /work/SRC/openSUSE:Factory/.ipmiutil.new (New)


Package is ipmiutil

Changes:

--- /work/SRC/openSUSE:Factory/ipmiutil/ipmiutil.changes2013-03-08 
13:10:21.0 +0100
+++ /work/SRC/openSUSE:Factory/.ipmiutil.new/ipmiutil.changes   2013-10-22 
14:52:10.0 +0200
@@ -1,0 +2,12 @@
+Fri Oct 11 06:58:05 UTC 2013 - kkae...@suse.com
+
+- update to upstream ipmiutil-2.9.2
+  See http://ipmiutil.sourceforge.net/docs/ChangeLog 
+
+---
+Fri Oct  4 08:02:42 UTC 2013 - kkae...@suse.com
+
+- update to upstream ipmiutil-2.9.1
+  See http://ipmiutil.sourceforge.net/docs/ChangeLog 
+
+---

Old:

  ipmiutil-2.8.8.tar.gz

New:

  ipmiutil-2.9.2.tar.gz



Other differences:
--
++ ipmiutil.spec ++
--- /var/tmp/diff_new_pack.iEo4SU/_old  2013-10-22 14:52:25.0 +0200
+++ /var/tmp/diff_new_pack.iEo4SU/_new  2013-10-22 14:52:25.0 +0200
@@ -18,7 +18,7 @@
 
 
 Name:   ipmiutil
-Version:2.8.8
+Version:2.9.2
 Release:1%{?dist}
 Summary:Easy-to-use IPMI server management utilities
 License:BSD-3-Clause
@@ -132,6 +132,7 @@
 %{_datadir}/%{name}/ipmi_if.sh
 %{_datadir}/%{name}/evt.sh
 %{_datadir}/%{name}/bmclanpet.mib
+%{_datadir}/%{name}/ipmi.init.basic
 %{_mandir}/man8/isel.8*
 %{_mandir}/man8/isensor.8*
 %{_mandir}/man8/ireset.8*
@@ -158,6 +159,8 @@
 %{_mandir}/man8/iekanalyzer.8*
 %{_mandir}/man8/itsol.8*
 %{_mandir}/man8/idcmi.8*
+%{_mandir}/man8/ismcoem.8*
+
 %doc AUTHORS ChangeLog COPYING NEWS README TODO 
 %doc doc/UserGuide
 

++ automake-1_13.patch ++
--- /var/tmp/diff_new_pack.iEo4SU/_old  2013-10-22 14:52:25.0 +0200
+++ /var/tmp/diff_new_pack.iEo4SU/_new  2013-10-22 14:52:25.0 +0200
@@ -1,10 +1,10 @@
-diff -wruN -x '*~' -x '*.o' -x '*.a' -x '*.so' -x '*.so.[0-9]' -x 
autom4te.cache -x .deps -x .libs -x Makefile -x Makefile.in 
../orig-ipmiutil-2.8.8/configure.in ./configure.in
 ../orig-ipmiutil-2.8.8/configure.in2013-02-06 16:16:23.0 
+0100
-+++ ./configure.in 2013-02-28 14:34:28.241199677 +0100
+diff -wruN -x '*~' -x '*.o' -x '*.a' -x '*.so' -x '*.so.[0-9]' -x 
autom4te.cache -x .deps -x .libs ../orig-ipmiutil-2.9.2/configure.ac 
./configure.ac
+--- ../orig-ipmiutil-2.9.2/configure.ac2013-10-09 20:20:02.0 
+0200
 ./configure.ac 2013-10-15 08:21:48.521304910 +0200
 @@ -1,7 +1,7 @@
  dnl Process this file with autoconf to produce a configure script.
  AC_INIT(util/ipmiutil.c)
- AM_INIT_AUTOMAKE(ipmiutil,2.8.8)
+ AM_INIT_AUTOMAKE(ipmiutil,2.9.2)
 -AM_CONFIG_HEADER(config.h)
 +AC_CONFIG_HEADERS(config.h)
  

++ ipmiutil-2.8.8.tar.gz - ipmiutil-2.9.2.tar.gz ++
 86094 lines of diff (skipped)

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



commit nfsidmap for openSUSE:Factory

2013-10-22 Thread h_root
Hello community,

here is the log from the commit of package nfsidmap for openSUSE:Factory 
checked in at 2013-10-22 14:52:56

Comparing /work/SRC/openSUSE:Factory/nfsidmap (Old)
 and  /work/SRC/openSUSE:Factory/.nfsidmap.new (New)


Package is nfsidmap

Changes:

--- /work/SRC/openSUSE:Factory/nfsidmap/nfsidmap.changes2013-08-01 
15:49:25.0 +0200
+++ /work/SRC/openSUSE:Factory/.nfsidmap.new/nfsidmap.changes   2013-10-22 
14:52:57.0 +0200
@@ -1,0 +2,7 @@
+Tue Oct 22 11:10:00 UTC 2013 - p.drou...@gmail.com
+
+- Remove %fillup_prereq %insserv_prereq PreReq; the package doesn't
+  contain any sysvinit script and sysconfig file
+- Remove redundant %clean section
+
+---



Other differences:
--
++ nfsidmap.spec ++
--- /var/tmp/diff_new_pack.5WCaQA/_old  2013-10-22 14:52:58.0 +0200
+++ /var/tmp/diff_new_pack.5WCaQA/_new  2013-10-22 14:52:58.0 +0200
@@ -27,13 +27,11 @@
 Group:  Productivity/Networking/NFS
 Version:0.25
 Release:0
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-PreReq: %fillup_prereq %insserv_prereq
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Source0:
http://www.citi.umich.edu/projects/nfsv4/linux/libnfsidmap/libnfsidmap-%{version}.tar.gz
 Source1:nfsv4.schema
 Patch0: fix-prototype.patch
 Patch1: libnfsidmap-export-symbols.patch
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %package devel
 Summary:NFSv4 ID Mapping Library development libraries
@@ -82,9 +80,6 @@
 %{__rm} -f %{buildroot}%{_libdir}/*.la
 %{__rm} -f %{buildroot}%{_libdir}/libnfsidmap/*.la
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %post -p /sbin/ldconfig
 
 %postun -p /sbin/ldconfig

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



commit libsodium for openSUSE:Factory

2013-10-22 Thread h_root
Hello community,

here is the log from the commit of package libsodium for openSUSE:Factory 
checked in at 2013-10-22 14:52:43

Comparing /work/SRC/openSUSE:Factory/libsodium (Old)
 and  /work/SRC/openSUSE:Factory/.libsodium.new (New)


Package is libsodium

Changes:

--- /work/SRC/openSUSE:Factory/libsodium/libsodium.changes  2013-09-23 
09:54:07.0 +0200
+++ /work/SRC/openSUSE:Factory/.libsodium.new/libsodium.changes 2013-10-22 
14:52:45.0 +0200
@@ -1,0 +2,11 @@
+Tue Oct 22 08:41:03 UTC 2013 - idon...@suse.com
+
+- Update to version 0.4.4
+  * Big-endian architectures are now supported.
+  * The donna_c64 implementation of curve25519_donna_c64 now handles
+non-canonical points like the ref implementation.
+  * Missing scalarmult_curve25519 and stream_salsa20 constants are
+now exported.
+  * A crypto_onetimeauth_poly1305_ref() wrapper has been added.
+
+---

Old:

  libsodium-0.4.3.tar.gz

New:

  libsodium-0.4.4.tar.gz



Other differences:
--
++ libsodium.spec ++
--- /var/tmp/diff_new_pack.GJJOxK/_old  2013-10-22 14:52:47.0 +0200
+++ /var/tmp/diff_new_pack.GJJOxK/_new  2013-10-22 14:52:47.0 +0200
@@ -18,7 +18,7 @@
 
 %define lname libsodium4
 Name:   libsodium
-Version:0.4.3
+Version:0.4.4
 Release:0
 Summary:Portable NaCl-based crypto library
 License:ISC

++ libsodium-0.4.3.tar.gz - libsodium-0.4.4.tar.gz ++
 4691 lines of diff (skipped)

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



commit akonadi-runtime for openSUSE:13.1:Update

2013-10-22 Thread h_root
Hello community,

here is the log from the commit of package akonadi-runtime for 
openSUSE:13.1:Update checked in at 2013-10-22 16:31:21

Comparing /work/SRC/openSUSE:13.1:Update/akonadi-runtime (Old)
 and  /work/SRC/openSUSE:13.1:Update/.akonadi-runtime.new (New)


Package is akonadi-runtime

Changes:

New Changes file:

NO CHANGES FILE!!!

New:

  _link



Other differences:
--
++ _link ++
link package='akonadi-runtime.2110' cicount='copy' /
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit openstack-cinder.2119 for openSUSE:13.1:Update

2013-10-22 Thread h_root
Hello community,

here is the log from the commit of package openstack-cinder.2119 for 
openSUSE:13.1:Update checked in at 2013-10-22 16:31:49

Comparing /work/SRC/openSUSE:13.1:Update/openstack-cinder.2119 (Old)
 and  /work/SRC/openSUSE:13.1:Update/.openstack-cinder.2119.new (New)


Package is openstack-cinder.2119

Changes:

New Changes file:

--- /dev/null   2013-10-11 12:16:15.204037506 +0200
+++ 
/work/SRC/openSUSE:13.1:Update/.openstack-cinder.2119.new/openstack-cinder-doc.changes
  2013-10-22 16:31:50.0 +0200
@@ -0,0 +1,227 @@
+---
+Fri Jul 19 20:34:16 UTC 2013 - dmuel...@suse.com
+
+- adjust rm command 
+
+---
+Tue Feb 26 11:21:48 UTC 2013 - dmuel...@suse.com
+
+- add python-oslo-config buildrequires 
+
+---
+Fri Feb 22 11:23:00 UTC 2013 - sasc...@suse.de
+
+- BuildRequire openstack-suse-macros instead of openstack-macros
+
+---
+Tue Jan 15 15:36:50 UTC 2013 - sasc...@suse.de
+
+- Revert fix, it's sufficient to require python-cinder
+
+
+Tue Jan 15 14:08:28 UTC 2013 - cloud-de...@suse.de
+
+- Update to version 2013.1+git.1358255308.7905b6b:
+  + Factor out LVM code.
+
+
+Mon Jan 14 12:01:00 UTC 2013 - dmuel...@suse.com
+
+- Update to version 2013.1+git.1358161260.643f916:
+  + Implement filter scheduler
+  + Revert Implement filter scheduler
+  + Provide HP 3PAR array iSCSI driver
+  + Fix CinderClient exception name in EMCISCSIDriver.
+  + Enable cinder exception format checking in tests.
+  + Update exceptions to pass correct kwargs.
+  + Add option to make exception format errors fatal.
+  + Implement filter scheduler
+  + Use tempdir for lock_path in tests.
+  + Make WebOb version specification more flexible
+  + Fix cmds clearing in TargetAdminTestCase.
+  + Add missing library
+  + use deleted = False, not 0 for update
+  + Implement ability to Clone volumes in Cinder.
+  + Add pyflakes
+  + Adds synchronization to attach volume.
+  + Add EMC Volume Driver in Cinder
+  + Adding marker, pagination, sort key and sort direction to v2 api
+  + Fix typo in image_utils tempfile handling
+  + Make the NetAppISCSIDriver._is_clone_done() method able to handle
+  + Make sure we don't double remove tmp on exception
+  + Add service mgmt extension.
+  + Added the lockutils, fileutils, gettextutils
+  + Fixes a Windows volume driver bug on disk export
+  + Moving host admin extension with other extensions
+  + Allow the lvm backed drivers to use mirrrors
+  + CHAP support for IBM Storwize/SVC driver.
+  + Remove instance quota re-sync code
+  + Add image metadata API extension
+  + Raise NotImplemented for drivers that don't support images
+  + Add *.swp to gitignore.
+  + Support glance servers over https
+  + Add commands used by NFS volume driver to rootwrap
+  + Changing display_name to name in v2 api
+  + Make summary and detail view consistent with other projects
+  + creating separate v1 and v2 stubs and general fakes
+  + Make copy_to_volume a bit more useful.
+  + Delete type call in api needs update to use ID.
+  + Convert volume_type id from int to uuid.
+  + Rename Config osapi_compute_link_prefix to osapi_volume_base_URL
+  + Fix exception when size is None.
+  + Ensure request_spec can be serialized.
+  + attaching volumes will set instance_uuid instantly
+  + Revert changes to monkey_patch.
+  + Improve provider_location cleanup code for RBD.
+  + Fix import order to make it alphabetical.
+  + Fix None being passed into as_int().
+  + Use auth_token middleware from keystoneclient.
+  + Provide i18n to those messages without _()
+  + Revert use O_DIRECT when copying from /dev/zero too
+  + Make pep8 checks a bit stricter.
+  + Unpin lxml requirements
+  + use O_DIRECT when copying from /dev/zero too
+  + Add CONTRIBUTING file.
+  + Add the persistency to the volume created by iscsi IET.
+  + adding copy of v1 as v2
+  + Moving contrib to cinder.api
+  + Moving api v1 implementation into v1 directory
+  + Switching api to use base extension manager
+  + moving all middleware code in cinder.api.middleware
+  + Moving common api code into cinder.api
+  + Cleaning up volume driver paths
+  + Add volume bootable information to api response
+  + Add XenAPINFSDriver
+  + Add db table for Glance Metadata
+  + Remove redundant db.volume_update() in volume manager create_volume()
+  + Pin pep8 1.3.3
+  + Removes the xensm driver
+  + Pass in correct volume_ref to create_from_snapshot.
+  + Add hosts extension to Cinder.
+  + Remove unused 

commit openstack-heat-doc.2119 for openSUSE:13.1:Update

2013-10-22 Thread h_root
Hello community,

here is the log from the commit of package openstack-heat-doc.2119 for 
openSUSE:13.1:Update checked in at 2013-10-22 16:31:56

Comparing /work/SRC/openSUSE:13.1:Update/openstack-heat-doc.2119 (Old)
 and  /work/SRC/openSUSE:13.1:Update/.openstack-heat-doc.2119.new (New)


Package is openstack-heat-doc.2119

Changes:

New Changes file:

NO CHANGES FILE!!!

New:

  _link



Other differences:
--
++ _link ++
link package=openstack-heat.2119 cicount=copy/--
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit akonadi-runtime.2110 for openSUSE:13.1:Update

2013-10-22 Thread h_root
Hello community,

here is the log from the commit of package akonadi-runtime.2110 for 
openSUSE:13.1:Update checked in at 2013-10-22 16:31:20

Comparing /work/SRC/openSUSE:13.1:Update/akonadi-runtime.2110 (Old)
 and  /work/SRC/openSUSE:13.1:Update/.akonadi-runtime.2110.new (New)


Package is akonadi-runtime.2110

Changes:

New Changes file:

--- /dev/null   2013-10-11 12:16:15.204037506 +0200
+++ 
/work/SRC/openSUSE:13.1:Update/.akonadi-runtime.2110.new/akonadi-runtime.changes
2013-10-22 16:31:21.0 +0200
@@ -0,0 +1,601 @@
+---
+Fri Oct  4 14:32:54 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Update to 1.10.3
+  * Fix support for latest PostgreSQL
+  * Check MySQL version at runtime, require at least 5.1
+  * Fix crash when destroying DataStore with backends other than MySQL
+  * Fix problem with too long socket paths
+  * Send dummy queries to MySQL to keep the connection alive
+  * Fix crash when no flags are changed
+  * For more details see:
+http://www.progdan.cz/2013/10/akonadi-1-10-3-with-postgresql-fix/
+
+---
+Thu Aug  1 05:00:03 UTC 2013 - co...@suse.com
+
+- openSUSE defaults to mariadb, so let's do the same
+
+---
+Thu Jul 25 19:02:36 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Update to 1.10.2
+  * Fix PostgreSQL support (once more)
+ * Changes from version 1.10.1:
+  * Fix PostgreSQL support
+  * Optimize appending flags to items
+  * Introduce CHANGEDSINCE parameter to FETCH command
+
+---
+Tue Jul  9 21:52:48 UTC 2013 - cgiboude...@gmx.com
+
+- Update to 1.10.0
+  * Memory optimizations
+  * Fix a runtime error on Windows
+
+---
+Thu Jun 13 01:12:14 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Update to 1.9.80
+  * Update item access time less often.
+  * Don't try to start akonadiserver if mysqld is not installed
+  * Allow to fetch available items even if there are errors in
+some of the items.
+  * Properly restrict the external part removal to the deleted
+collection.
+  * Support checking the cache for payloads in the FETCH command.
+  * Add infrastructure to track client capabilities.
+  * Allow to disable the cache verification on retrieval.
+  * fsck: move orphaned pim items to lost+found, delete orphaned
+pim item flags.
+  * Introduce NotificationMessageV2 that supports batch operations
+on set of entities.
+  * Fix build with Boost = 1.53.
+  * Fix a runtime issue with MySQL = 5.6 (MySQL = 5.1.3 is now
+the minimum version).
+- Drop mysql56.diff, patch is included in this release
+
+---
+Fri Jun  7 14:40:06 UTC 2013 - cgiboude...@gmx.com
+
+- Add mysql56.diff
+Renames an option that was removed in MySQL = 5.6 (kde#319016)
+
+
+---
+Mon May  6 09:42:28 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Update to 1.9.2
+  * Add option to FETCH to ignore external retrieval failures.
+  * Properly restrict external payload removal.
+  * Add buildsystem option to choose between Qt4 and Qt5.
+ * Changes from version 1.9.1:
+  * Disable query cache for Sqlite.
+  * Handle missing mysqld better.
+  * Ignore my.cnf settings when using the internal MySQL server.
+
+---
+Thu Dec 27 12:08:21 UTC 2012 - hrvoje.sen...@gmail.com
+
+- Update to 1.9.0
+  * Respect collection cache policy refresh interval for collection tree sync.
+  * Fix initialization of PostgreSQL database.
+  * Correctly count items flags in virtual collections.
+  * Notify parent virtual collections about item changes.
+  * Require CMake = 2.8.8.
+  * Remove dependency to Automoc4.
+  * Support Qt 5.
+- Remove automoc4 BuildRequires
+
+---
+Sun Nov 25 13:25:37 UTC 2012 - cgiboude...@gmx.com
+
+- Only require mysql on SLES.
+
+---
+Sat Nov 24 13:20:43 UTC 2012 - cgiboude...@gmx.com
+
+- Update to 1.9beta1
+  * Recover from lost external payload files.
+  * Improve the virtual collections handling.
+  * Many code and queries optimizations.
+
+---
+Tue Nov 20 17:23:54 UTC 2012 - nico.kru...@gmail.com
+
+- Fix the SLES build (%make_install is not expanded on SLES)
+
+---
+Fri Nov  2 17:14:43 UTC 2012 - tittiatc...@gmail.com
+
+- Update to akonadi 1.8.1
+  * Fix payload loss on some move/copy scenarios.
+  * 

commit openstack-dashboard.2119 for openSUSE:13.1:Update

2013-10-22 Thread h_root
Hello community,

here is the log from the commit of package openstack-dashboard.2119 for 
openSUSE:13.1:Update checked in at 2013-10-22 16:31:50

Comparing /work/SRC/openSUSE:13.1:Update/openstack-dashboard.2119 (Old)
 and  /work/SRC/openSUSE:13.1:Update/.openstack-dashboard.2119.new (New)


Package is openstack-dashboard.2119

Changes:

New Changes file:

--- /dev/null   2013-10-11 12:16:15.204037506 +0200
+++ 
/work/SRC/openSUSE:13.1:Update/.openstack-dashboard.2119.new/openstack-dashboard.changes
2013-10-22 16:31:51.0 +0200
@@ -0,0 +1,1662 @@
+---
+Thu Oct 17 15:28:43 UTC 2013 - dmuel...@suse.com
+
+- update to 2013.2:
+  + No changes
+
+---
+Tue Oct 15 07:48:31 UTC 2013 - speili...@suse.com
+
+- Update to version 2013.2.rc2:
+  + ru and zh_TW locales readded
+
+---
+Fri Oct  4 16:39:22 UTC 2013 - opensuse-cl...@opensuse.org
+
+- Update to version 2013.2.rc1:
+  + Correcting help text for database launch
+  + Fix add policy missing rule issue
+  + Release notes for the Havana release
+
+---
+Wed Oct  2 20:07:06 UTC 2013 - dmuel...@suse.com
+
+- remove python-troveclient dependency, this is now optional 
+
+---
+Wed Oct  2 08:46:04 UTC 2013 - speili...@suse.com
+
+- Update to version 2013.2.a194.g45dd0a3:
+  + Import translations from Transifex for Havana RC1
+  + Create links between FWaaS resources
+  + Code more defensively in image views/forms
+  + enabling trove to work in multi-region deployment
+  + Convert generator to list in Heat list API call
+  + Code quality improvements in heat topology
+  + Don't generate the secret_key until after loading local settings
+  + Correct amount of samples in the chart
+  + Updated from global requirements
+  + Remove unused LOG
+  + Optimization of ceilometer API
+  + Limit the odds of making N calls to Glance for image names
+- Refreshed lang catalog list
+
+---
+Tue Oct  1 00:15:00 UTC 2013 - opensuse-cl...@opensuse.org
+
+- Update to version 2013.2.a170.g912425a:
+  + Retrieve security group quotas from Neutron if enabled
+  + Cleaning up policy documentation
+  + Remove extra blank line
+
+---
+Sun Sep 29 01:01:26 UTC 2013 - opensuse-cl...@opensuse.org
+
+- Update to version 2013.2.a165.gffdf190:
+  + Remove gettext_lazy of log message in nexus/profile impl
+  + Make some PEP8 understandable in run_tests.sh -p
+  + Only send gateway_ip on neutron subnet update when it's changed
+  + Ensure to return empty when no secgroup is associated to VM
+  + Add support for loadbalancer providers
+  + Handle case without session_persistence attr in LBaaS VIP
+  + VPNaaS: Sync field names in IPSecSiteConn detail with creation form
+
+---
+Fri Sep 27 00:29:04 UTC 2013 - opensuse-cl...@opensuse.org
+
+- Update to version 2013.2.a151.g9d41eba:
+  + Handled ajax request crash after session timeout
+  + Update English PO files (source lang of translations)
+  + Fixing database instance launch workflow
+
+---
+Thu Sep 26 10:10:16 UTC 2013 - opensuse-cl...@opensuse.org
+
+- Update to version 2013.2.a145.g1d88989:
+  + Fix a bug firewall rule creation fails with ANY protocol
+  + Update English PO files
+  + Allow Django unknown language in LANGUAGES settings
+  + Fix excessive volume_get requests in snaps table
+  + Fix editing of nameless images
+  + Fixes openrc to properly manage '\' characters in the user password
+  + Remove colon in item names in LBaaS detail page
+  + Determine security group API dynamically
+  + Don't insert Any Availaibility Zone on single-AZ configurations
+
+---
+Tue Sep 24 23:38:55 UTC 2013 - opensuse-cl...@opensuse.org
+
+- Update to version 2013.2.a127.ge063659:
+  + Fix help string for peer_address and peer_id
+  + Reduce image_list_detailed calls
+  + show limit summary in GB
+
+---
+Tue Sep 24 00:17:20 UTC 2013 - opensuse-cl...@opensuse.org
+
+- Update to version 2013.2.a121.g6415314:
+  + Chart css small fixes
+  + Fixes inconsistent console problem
+  + Update English PO files (source lang of translations)
+
+---
+Sun Sep 22 23:56:26 UTC 2013 - opensuse-cl...@opensuse.org
+
+- Update to version 2013.2.a115.g8432143:
+  + 

commit openstack-heat for openSUSE:13.1:Update

2013-10-22 Thread h_root
Hello community,

here is the log from the commit of package openstack-heat for 
openSUSE:13.1:Update checked in at 2013-10-22 16:32:04

Comparing /work/SRC/openSUSE:13.1:Update/openstack-heat (Old)
 and  /work/SRC/openSUSE:13.1:Update/.openstack-heat.new (New)


Package is openstack-heat

Changes:

New Changes file:

NO CHANGES FILE!!!

New:

  _link



Other differences:
--
++ _link ++
link package='openstack-heat.2119' cicount='copy' /
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit openstack-nova-doc for openSUSE:13.1:Update

2013-10-22 Thread h_root
Hello community,

here is the log from the commit of package openstack-nova-doc for 
openSUSE:13.1:Update checked in at 2013-10-22 16:32:16

Comparing /work/SRC/openSUSE:13.1:Update/openstack-nova-doc (Old)
 and  /work/SRC/openSUSE:13.1:Update/.openstack-nova-doc.new (New)


Package is openstack-nova-doc

Changes:

New Changes file:

NO CHANGES FILE!!!

New:

  _link



Other differences:
--
++ _link ++
link package='openstack-nova-doc.2119' cicount='copy' /
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit openstack-dashboard for openSUSE:13.1:Update

2013-10-22 Thread h_root
Hello community,

here is the log from the commit of package openstack-dashboard for 
openSUSE:13.1:Update checked in at 2013-10-22 16:31:52

Comparing /work/SRC/openSUSE:13.1:Update/openstack-dashboard (Old)
 and  /work/SRC/openSUSE:13.1:Update/.openstack-dashboard.new (New)


Package is openstack-dashboard

Changes:

New Changes file:

NO CHANGES FILE!!!

New:

  _link



Other differences:
--
++ _link ++
link package='openstack-dashboard.2119' cicount='copy' /
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit openstack-cinder-doc.2119 for openSUSE:13.1:Update

2013-10-22 Thread h_root
Hello community,

here is the log from the commit of package openstack-cinder-doc.2119 for 
openSUSE:13.1:Update checked in at 2013-10-22 16:31:47

Comparing /work/SRC/openSUSE:13.1:Update/openstack-cinder-doc.2119 (Old)
 and  /work/SRC/openSUSE:13.1:Update/.openstack-cinder-doc.2119.new (New)


Package is openstack-cinder-doc.2119

Changes:

New Changes file:

NO CHANGES FILE!!!

New:

  _link



Other differences:
--
++ _link ++
link package=openstack-cinder.2119 cicount=copy/--
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit openstack-neutron.2119 for openSUSE:13.1:Update

2013-10-22 Thread h_root
Hello community,

here is the log from the commit of package openstack-neutron.2119 for 
openSUSE:13.1:Update checked in at 2013-10-22 16:32:13

Comparing /work/SRC/openSUSE:13.1:Update/openstack-neutron.2119 (Old)
 and  /work/SRC/openSUSE:13.1:Update/.openstack-neutron.2119.new (New)


Package is openstack-neutron.2119

Changes:

New Changes file:

--- /dev/null   2013-10-11 12:16:15.204037506 +0200
+++ 
/work/SRC/openSUSE:13.1:Update/.openstack-neutron.2119.new/openstack-neutron-doc.changes
2013-10-22 16:32:14.0 +0200
@@ -0,0 +1,20 @@
+---
+Fri Jul 19 07:09:33 UTC 2013 - bere...@b1-systems.de
+
+- replacing Quantum with Neutron
+
+---
+Mon Mar 18 10:59:30 UTC 2013 - speili...@suse.com
+
+- Drop +git.$TIMESTAMP.$COMMITHASH version suffix 
+
+---
+Fri Feb 22 11:24:49 UTC 2013 - sasc...@suse.de
+
+- BuildRequire openstack-suse-macros instead of openstack-macros
+
+---
+Mon Jan 14 13:41:52 UTC 2013 - sasc...@suse.de
+
+- Initial version
+
New Changes file:

--- /dev/null   2013-10-11 12:16:15.204037506 +0200
+++ 
/work/SRC/openSUSE:13.1:Update/.openstack-neutron.2119.new/openstack-neutron.changes
2013-10-22 16:32:14.0 +0200
@@ -0,0 +1,3948 @@
+---
+Fri Oct 18 20:08:31 UTC 2013 - dmuel...@suse.com
+
+- add 0001-Fix-update_device_up-method-of-linuxbridge-plugin.patch 
+
+---
+Thu Oct 17 15:59:26 UTC 2013 - dmuel...@suse.com
+
+- update to 2013.2:
+  + No changes
+
+---
+Sat Oct 12 13:31:27 UTC 2013 - speili...@suse.com
+
+- Update to version 2013.2.rc2:
+  + No changes
+
+---
+Sat Oct  5 09:34:18 UTC 2013 - opensuse-cl...@opensuse.org
+
+- Update to version 2013.2.rc1:
+  + Cisco plugin should check for switch - vlan bindings
+  + Disable lazy translation
+  + Imported Translations from Transifex
+  + Should not add metadata filter rules if disable metadata proxy
+  + add greenthread.sleep to increase yields
+  + Updated from global requirements
+  + create milestone migration for Havana release
+
+---
+Wed Oct  2 00:49:20 UTC 2013 - opensuse-cl...@opensuse.org
+
+- Update to version 2013.2.a780.gb94a602:
+  + Increase number of concurrent_connections to nvp
+
+---
+Tue Oct  1 21:12:13 UTC 2013 - dmuel...@suse.com
+
+- set log to verbose by default 
+- require dnsmasq-utils on 13.1 or newer
+
+---
+Tue Oct  1 00:38:19 UTC 2013 - opensuse-cl...@opensuse.org
+
+- Update to version 2013.2.a778.g6d089df:
+  + Fixes Hyper-V agent RPC calls for ML2 support
+  + Fix auto-deletion of ports and subnets in ML2
+  + Add error log for SystemExit in l3-agent
+  + Add missing migration for fields in Cisco Nexus table
+  + ML2 Cisco Nexus mech driver portbinding support
+  + Imported Translations from Transifex
+  + Ensure that security group agent is bound prior to accessing
+  + Reverse the order of interface update and DNAT rule config
+  + Fix to enable delete of firewall in PENDING_CREATE state
+  + Improve ml2_conf.ini
+  + Imported Translations from Transifex
+
+---
+Sun Sep 29 00:36:48 UTC 2013 - opensuse-cl...@opensuse.org
+
+- Update to version 2013.2.a757.g5527e76:
+  + Add host routes and dns nameservers to Midonet DHCP
+  + Fix adding identical metering rules on two labels
+  + Pythonic method names for l3_agent unit tests
+  + Imported Translations from Transifex
+
+---
+Sat Sep 28 00:31:59 UTC 2013 - opensuse-cl...@opensuse.org
+
+- Update to version 2013.2.a750.g4f14217:
+  + Sync rootwrap with code from oslo
+  + Ensure router exists when auto_schedule_routers
+  + Add an option for always synchronizing status
+  + Allowed Address Pairs support in NEC plugin
+  + Send proper exception info as expected by the neutron client
+  + Redefine behavior for NvpAdvancedPlugin during network creation
+  + Raise an exception if no router_id provided
+
+---
+Fri Sep 27 16:30:53 UTC 2013 - dmuel...@suse.com
+
+- switch to crudini 
+
+---
+Fri Sep 27 00:36:42 UTC 2013 - opensuse-cl...@opensuse.org
+

commit openstack-glance for openSUSE:13.1:Update

2013-10-22 Thread h_root
Hello community,

here is the log from the commit of package openstack-glance for 
openSUSE:13.1:Update checked in at 2013-10-22 16:31:55

Comparing /work/SRC/openSUSE:13.1:Update/openstack-glance (Old)
 and  /work/SRC/openSUSE:13.1:Update/.openstack-glance.new (New)


Package is openstack-glance

Changes:

New Changes file:

NO CHANGES FILE!!!

New:

  _link



Other differences:
--
++ _link ++
link package='openstack-glance.2119' cicount='copy' /
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit libqt4-sql-plugins for openSUSE:13.1:Update

2013-10-22 Thread h_root
Hello community,

here is the log from the commit of package libqt4-sql-plugins for 
openSUSE:13.1:Update checked in at 2013-10-22 16:31:29

Comparing /work/SRC/openSUSE:13.1:Update/libqt4-sql-plugins (Old)
 and  /work/SRC/openSUSE:13.1:Update/.libqt4-sql-plugins.new (New)


Package is libqt4-sql-plugins

Changes:

New Changes file:

NO CHANGES FILE!!!

New:

  _link



Other differences:
--
++ _link ++
link package='libqt4-sql-plugins.2110' cicount='copy' /
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit openstack-heat.2119 for openSUSE:13.1:Update

2013-10-22 Thread h_root
Hello community,

here is the log from the commit of package openstack-heat.2119 for 
openSUSE:13.1:Update checked in at 2013-10-22 16:31:59

Comparing /work/SRC/openSUSE:13.1:Update/openstack-heat.2119 (Old)
 and  /work/SRC/openSUSE:13.1:Update/.openstack-heat.2119.new (New)


Package is openstack-heat.2119

Changes:

New Changes file:

--- /dev/null   2013-10-11 12:16:15.204037506 +0200
+++ 
/work/SRC/openSUSE:13.1:Update/.openstack-heat.2119.new/openstack-heat-doc.changes
  2013-10-22 16:32:00.0 +0200
@@ -0,0 +1,20 @@
+---
+Thu Jul 18 08:52:40 UTC 2013 - bere...@b1-systems.de
+
+- setting correct paths to the generated documentation
+
+---
+Mon Jun 10 21:16:23 UTC 2013 - dmuel...@suse.com
+
+- fix requires 
+
+---
+Mon Mar 18 10:49:31 UTC 2013 - speili...@suse.com
+
+- Drop +git.$TIMESTAMP.$COMMITHASH version suffix 
+
+---
+Thu Feb 28 12:47:19 UTC 2013 - sasc...@suse.de
+
+- Initial version
+
New Changes file:

--- /dev/null   2013-10-11 12:16:15.204037506 +0200
+++ 
/work/SRC/openSUSE:13.1:Update/.openstack-heat.2119.new/openstack-heat.changes  
2013-10-22 16:32:00.0 +0200
@@ -0,0 +1,2111 @@
+---
+Thu Oct 17 15:57:11 UTC 2013 - dmuel...@suse.com
+
+- update to 2013.2:
+  + No changes
+- Update requires
+
+---
+Sat Oct 12 12:07:33 UTC 2013 - speili...@suse.com
+
+- Update to verison 2013.2.rc2:
+  + No changes
+
+---
+Wed Oct  9 09:25:16 UTC 2013 - dmuel...@suse.com
+
+- default to sqlite (like the other openstack modules)
+
+---
+Mon Oct  7 10:09:58 UTC 2013 - opensuse-cl...@opensuse.org
+
+- Update to version 2013.2.rc1:
+  + Log exception traces in APIs
+  + Disable lazy translation
+  + heat_keystoneclient: Fix consuming trusts via v2 API
+  + Add _() around the attributes_schema in net.py
+  + Add the show attribute to the neurton attribute_schema
+  + Purge Fedora getting started of old info
+  + Purge ubuntu getting started guide of old info
+  + Imported Translations from Transifex
+  + Fix F17 CFN link in Getting Started
+  + Updated from global requirements
+
+---
+Wed Oct  2 00:22:31 UTC 2013 - opensuse-cl...@opensuse.org
+
+- Update to version 2013.2.a205.g003a3b9:
+  + Fix inconsitencies in HOT template guide and spec
+  + Lazily load resources when loading a Stack
+  + Remove tools/openstack*
+
+---
+Tue Oct  1 14:29:32 UTC 2013 - vu...@suse.com
+
+- Fix description of python-heat subpackage.
+
+---
+Mon Sep 30 23:47:48 UTC 2013 - opensuse-cl...@opensuse.org
+
+- Update to version 2013.2.a200.g002dcaa:
+  + Conform stack resource error so it gives a 4xx
+  + Do not assume fixed_ips is a specified property
+
+---
+Sun Sep 29 00:45:24 UTC 2013 - opensuse-cl...@opensuse.org
+
+- Update to version 2013.2.a196.g31dac07:
+  + Document EIP resource properties:
+  + api : default signal body to None
+  + Store tenant with trust details in user_creds
+  + Remove Router resource id attribute
+  + Remove Subnet id attribute
+  + Provide config option to cap events per stack
+  + Remove Neutron VPN resources id attributes
+
+---
+Sat Sep 28 00:49:53 UTC 2013 - opensuse-cl...@opensuse.org
+
+- Update to version 2013.2.a182.gdcbd7b6:
+  + Rename counter_name to meter_name in alarm
+  + Do not translate HOT param constraints
+  + Sync gettextutils from oslo
+  + Document floatingip properties
+  + For Subnet gateway_ip, pass None for empty string
+  + Handle HOT param constraints in provider templates
+  + Move Rackspace resources into contrib
+  + Document neutron Net properties
+  + Make availability zone for CinderVolume optional
+  + Imported Translations from Transifex
+  + Skip None values in fixed_ips when creating Port
+  + Return parsed list value in CommaDelimitedList
+
+---
+Fri Sep 27 16:23:53 UTC 2013 - dmuel...@suse.com
+
+- switch to crudini 
+
+---
+Thu Sep 26 23:40:04 UTC 2013 - opensuse-cl...@opensuse.org
+
+- Update to version 2013.2.a158.g841862b:
+  + Add config 

commit python-glanceclient.2119 for openSUSE:13.1:Update

2013-10-22 Thread h_root
Hello community,

here is the log from the commit of package python-glanceclient.2119 for 
openSUSE:13.1:Update checked in at 2013-10-22 16:32:36

Comparing /work/SRC/openSUSE:13.1:Update/python-glanceclient.2119 (Old)
 and  /work/SRC/openSUSE:13.1:Update/.python-glanceclient.2119.new (New)


Package is python-glanceclient.2119

Changes:

New Changes file:

--- /dev/null   2013-10-11 12:16:15.204037506 +0200
+++ 
/work/SRC/openSUSE:13.1:Update/.python-glanceclient.2119.new/python-glanceclient.changes
2013-10-22 16:32:37.0 +0200
@@ -0,0 +1,353 @@
+---
+Mon Oct  7 10:21:35 UTC 2013 - opensuse-cl...@opensuse.org
+
+- Downgrade to version 0.11.0:
+  * go with a released version for openSUSE 13.1
+
+---
+Thu Sep 26 09:58:14 UTC 2013 - opensuse-cl...@opensuse.org
+
+- Update to version 0.10.0.21:
+  + Support glance client can get ipv6 image url correctly
+
+---
+Fri Sep 20 00:04:18 UTC 2013 - opensuse-cl...@opensuse.org
+
+- Update to version 0.10.0.19:
+  + Use openstack-images-v2.1-json-patch for update method
+
+---
+Wed Sep 18 09:11:55 UTC 2013 - dmuel...@suse.com
+
+- fix requires 
+
+---
+Tue Sep  3 23:54:49 UTC 2013 - opensuse-cl...@opensuse.org
+
+- Update to version 0.10.0.17:
+  + Enable query image by tag
+
+---
+Thu Aug 29 00:12:44 UTC 2013 - opensuse-cl...@opensuse.org
+
+- Update to version 0.10.0.16:
+  + Fix glanceclient usage inconsistences for options
+
+---
+Fri Aug 23 23:47:40 UTC 2013 - opensuse-cl...@opensuse.org
+
+- Update to version 0.10.0.15:
+  + Add 0.11.0 doc notes
+
+---
+Fri Aug 23 00:10:25 UTC 2013 - opensuse-cl...@opensuse.org
+
+- Update to version 0.10.0.14:
+  + Allow single-wildcard SSL common name matching
+  + Don't use posixpath for URLs
+
+---
+Tue Aug 20 00:03:20 UTC 2013 - opensuse-cl...@opensuse.org
+
+- Update to version 0.10.0.10:
+  + removed deprecated parameter --public
+  + Revert removed deprecated parameter --public
+
+---
+Fri Aug 16 23:45:53 UTC 2013 - opensuse-cl...@opensuse.org
+
+- Update to version 0.10.0.7:
+  + \Allow removal of properties using glance v2 api
+
+---
+Tue Aug 13 00:13:56 UTC 2013 - opensuse-cl...@opensuse.org
+
+- Update to version 0.10.0.6:
+  + Updated from global requirements
+  + Raise warlock requirement
+
+---
+Sat Aug 10 10:54:46 UTC 2013 - opensuse-cl...@opensuse.org
+
+- Update to version 0.10.0.2:
+  + Add 0.10.0 docs update
+  + Revert 02116565d358a4fa254217779fef82b14b38d8ca
+  + Cast image_id to string before calling urllib.quote
+
+---
+Thu Aug  8 23:40:00 UTC 2013 - opensuse-cl...@opensuse.org
+
+- Update to version 0.9.0.73:
+  + Show a pretty progressbar when uploading and downloading an image.
+
+---
+Tue Jul 16 00:18:16 UTC 2013 - opensuse-cl...@opensuse.org
+
+- Update to version 0.9.0.49:
+  + uncap python-keystoneclient version requirement
+
+---
+Mon Jul  8 23:45:21 UTC 2013 - opensuse-cl...@opensuse.org
+
+- Update to version 0.9.0.48:
+  + Flake8 should ignore build folder
+  + Rename invalid domain name to be RFC compliant.
+
+---
+Fri Jul  5 23:43:24 UTC 2013 - opensuse-cl...@opensuse.org
+
+- Update to version 0.9.0.45:
+  + Enable client V2 to update/delete tags for a given image.
+
+---
+Tue Jul  2 00:18:59 UTC 2013 - opensuse-cl...@opensuse.org
+
+- Update to version 0.9.0.44:
+  + Start using Pyflakes and Hacking
+
+---
+Thu Jun 27 09:43:46 UTC 2013 - speili...@suse.com
+
+- Only depend on python-discover on SLE, it's a Python-2.6 feature
+  backport
+
+---
+Wed Jun 12 09:55:33 UTC 2013 - dmuel...@suse.com
+
+- fix requires of test package 
+
+---
+Tue Jun  4 12:28:52 UTC 2013 - 

commit python-cinderclient for openSUSE:13.1:Update

2013-10-22 Thread h_root
Hello community,

here is the log from the commit of package python-cinderclient for 
openSUSE:13.1:Update checked in at 2013-10-22 16:32:33

Comparing /work/SRC/openSUSE:13.1:Update/python-cinderclient (Old)
 and  /work/SRC/openSUSE:13.1:Update/.python-cinderclient.new (New)


Package is python-cinderclient

Changes:

New Changes file:

NO CHANGES FILE!!!

New:

  _link



Other differences:
--
++ _link ++
link package='python-cinderclient.2119' cicount='copy' /
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit python-ceilometerclient for openSUSE:13.1:Update

2013-10-22 Thread h_root
Hello community,

here is the log from the commit of package python-ceilometerclient for 
openSUSE:13.1:Update checked in at 2013-10-22 16:32:29

Comparing /work/SRC/openSUSE:13.1:Update/python-ceilometerclient (Old)
 and  /work/SRC/openSUSE:13.1:Update/.python-ceilometerclient.new (New)


Package is python-ceilometerclient

Changes:

New Changes file:

NO CHANGES FILE!!!

New:

  _link



Other differences:
--
++ _link ++
link package='python-ceilometerclient.2119' cicount='copy' /
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit python-neutronclient.2119 for openSUSE:13.1:Update

2013-10-22 Thread h_root
Hello community,

here is the log from the commit of package python-neutronclient.2119 for 
openSUSE:13.1:Update checked in at 2013-10-22 16:32:43

Comparing /work/SRC/openSUSE:13.1:Update/python-neutronclient.2119 (Old)
 and  /work/SRC/openSUSE:13.1:Update/.python-neutronclient.2119.new (New)


Package is python-neutronclient.2119

Changes:

New Changes file:

--- /dev/null   2013-10-11 12:16:15.204037506 +0200
+++ 
/work/SRC/openSUSE:13.1:Update/.python-neutronclient.2119.new/python-neutronclient.changes
  2013-10-22 16:32:44.0 +0200
@@ -0,0 +1,502 @@
+---
+Mon Oct  7 10:25:35 UTC 2013 - opensuse-cl...@opensuse.org
+
+- Downgrade to version 2.3.1:
+  * go with released version of client tools
+
+---
+Wed Oct  2 00:29:52 UTC 2013 - opensuse-cl...@opensuse.org
+
+- Update to version 2.3.1.10.gc8dfa4b:
+  + Fixes the display message for the insert/remove firewall rule CLI
+
+---
+Tue Oct  1 21:26:02 UTC 2013 - dmuel...@suse.com
+
+- add bash completion 
+
+---
+Tue Oct  1 00:25:05 UTC 2013 - opensuse-cl...@opensuse.org
+
+- Update to version 2.3.1.8.g16bf282:
+  + Adds IpAddressGenerationFailureClient exception
+
+---
+Thu Sep 26 10:02:40 UTC 2013 - opensuse-cl...@opensuse.org
+
+- Update to version 2.3.1.7.g15d5e50:
+  + Update tox.ini to use new features
+
+---
+Tue Sep 24 00:18:36 UTC 2013 - opensuse-cl...@opensuse.org
+
+- Update to version 2.3.1.6.g89936fa:
+  + Remove openstack.common.exception usage
+  + Update help string to match API doc
+
+---
+Wed Sep 18 15:00:08 UTC 2013 - opensuse-cl...@opensuse.org
+
+- Update to version 2.3.1.2.ge61e846:
+  + Client for metering extension
+
+---
+Wed Sep 18 09:14:19 UTC 2013 - dmuel...@suse.com
+
+- fix requires 
+
+---
+Mon Sep 16 23:35:19 UTC 2013 - opensuse-cl...@opensuse.org
+
+- Update to version 2.3.0.10.g030da0e:
+  + Update cliff version to 1.4.3 in requirements.txt
+
+---
+Thu Sep 12 23:56:19 UTC 2013 - opensuse-cl...@opensuse.org
+
+- Update to version 2.3.0.8.ga3f5d0a:
+  + Fix cisco n1kv plugin cli option and help
+
+---
+Sat Sep  7 07:26:20 UTC 2013 - opensuse-cl...@opensuse.org
+
+- Update to version 2.3.0.6.g920a5af:
+  + Add provider attribute to lb-pool-create command
+
+---
+Thu Sep  5 23:35:18 UTC 2013 - opensuse-cl...@opensuse.org
+
+- Update to version 2.3.0.4.gdb7b01d:
+  + Allow 'any' option for protocol in the firewall rule
+  + bp:pxeboot-ports, provide pxboot on ports
+
+---
+Wed Sep  4 00:14:21 UTC 2013 - opensuse-cl...@opensuse.org
+
+- Update to version 2.2.6.33.gb1f348a:
+  + Added support for running the tests under PyPy with tox
+  + Sync test-requirements with global requirements
+  + The arg_value was not getting checked for empty list
+  + Use assertEqual instead of assertEquals
+  + neutron router-gateway-set failed for non-admin users
+  + Remove status field from the list of fields of Healthmonitor
+
+---
+Tue Sep  3 00:02:20 UTC 2013 - opensuse-cl...@opensuse.org
+
+- Update to version 2.2.6.21.g375dcff:
+  + Makes client always use provided endpoint_url
+  + Add 'distributed' option to router-create command
+  + Add multi-segment and trunk support to N1KV Neutron client
+  + Move vpn unittest code to neutronclient.tests
+  + Make _test_update_resource honor format
+
+---
+Sat Aug 31 23:49:54 UTC 2013 - opensuse-cl...@opensuse.org
+
+- Update to version 2.2.6.11.g081b55b:
+  + Fix H202 hacking check in VPN client
+
+---
+Tue Aug 27 00:17:46 UTC 2013 - opensuse-cl...@opensuse.org
+
+- Update to version 2.2.6.10.gad59ba6:
+  + VPN as a Service (VPNaaS) Client API
+  + Merge with Oslo (master/ded9bd6)
+
+---
+Thu Aug 22 23:52:34 UTC 2013 - opensuse-cl...@opensuse.org
+
+- Update to version 2.2.6.7.ge34a06a:
+  + Add credentials and profile support to Neutron client
+  + Improve help message of 

commit python-neutronclient for openSUSE:13.1:Update

2013-10-22 Thread h_root
Hello community,

here is the log from the commit of package python-neutronclient for 
openSUSE:13.1:Update checked in at 2013-10-22 16:32:44

Comparing /work/SRC/openSUSE:13.1:Update/python-neutronclient (Old)
 and  /work/SRC/openSUSE:13.1:Update/.python-neutronclient.new (New)


Package is python-neutronclient

Changes:

New Changes file:

NO CHANGES FILE!!!

New:

  _link



Other differences:
--
++ _link ++
link package='python-neutronclient.2119' cicount='copy' /
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit python-cinderclient.2119 for openSUSE:13.1:Update

2013-10-22 Thread h_root
Hello community,

here is the log from the commit of package python-cinderclient.2119 for 
openSUSE:13.1:Update checked in at 2013-10-22 16:32:30

Comparing /work/SRC/openSUSE:13.1:Update/python-cinderclient.2119 (Old)
 and  /work/SRC/openSUSE:13.1:Update/.python-cinderclient.2119.new (New)


Package is python-cinderclient.2119

Changes:

New Changes file:

--- /dev/null   2013-10-11 12:16:15.204037506 +0200
+++ 
/work/SRC/openSUSE:13.1:Update/.python-cinderclient.2119.new/python-cinderclient.changes
2013-10-22 16:32:31.0 +0200
@@ -0,0 +1,295 @@
+---
+Mon Oct  7 10:20:35 UTC 2013 - opensuse-cl...@opensuse.org
+
+- Update to version 1.0.6:
+  + Replace OpenStack LLC with OpenStack Foundation
+  + Use v2 endpoint with v2 shell for migration
+  + Implement qos support
+  + Fix find volume for migrate command
+  + Synch up with OSLO-Incubator
+  + Error if arguments are not supplied for rename commands
+  + Update docs/index.rst with release info for 1.0.6
+
+---
+Thu Sep 26 10:11:11 UTC 2013 - opensuse-cl...@opensuse.org
+
+- Update to version 1.0.5.29:
+  + Fix help messages for name arguments
+  + Add volume name arguments
+
+---
+Sun Sep 15 23:49:02 UTC 2013 - opensuse-cl...@opensuse.org
+
+- Update to version 1.0.5.25:
+  + Implement ability to migrate volume
+
+---
+Fri Sep  6 00:12:40 UTC 2013 - opensuse-cl...@opensuse.org
+
+- Update to version 1.0.5.24:
+  + Don't need to init testr explicitly
+
+---
+Mon Sep  2 00:13:46 UTC 2013 - opensuse-cl...@opensuse.org
+
+- Update to version 1.0.5.23:
+  + Add volume encryption metadata to cinderclient
+
+---
+Thu Aug 29 00:00:45 UTC 2013 - opensuse-cl...@opensuse.org
+
+- Update to version 1.0.5.21:
+  + Add update_snapshot_metadata action
+  + Fixing erroneous clearing of test callstack
+
+---
+Thu Aug 15 23:38:58 UTC 2013 - opensuse-cl...@opensuse.org
+
+- Update to version 1.0.5.18:
+  + Fixing malformed assert message formatting
+
+---
+Wed Aug 14 23:40:41 UTC 2013 - opensuse-cl...@opensuse.org
+
+- Update to version 1.0.5.16:
+  + Updated from global requirements
+  + python3: Fix tox requirements
+  + Add timeout parameter in requests
+  + Sync strutils from oslo
+  + Add print for backup-create command
+
+---
+Tue Aug 13 23:38:59 UTC 2013 - opensuse-cl...@opensuse.org
+
+- Update to version 1.0.5.7:
+  + Add commandline option --metadata for cinder list
+
+---
+Tue Aug 13 00:02:36 UTC 2013 - opensuse-cl...@opensuse.org
+
+- Update to version 1.0.5.5:
+  + Add missing babel dependency
+  + convert third-party exception to ConnectionError
+
+---
+Sat Aug 10 10:54:02 UTC 2013 - opensuse-cl...@opensuse.org
+
+- Update to version 1.0.5.1:
+  + Add support for multiple cinder endpoints
+
+---
+Wed Aug  7 00:15:19 UTC 2013 - opensuse-cl...@opensuse.org
+
+- Update to version 1.0.4.86:
+  + Provide cinder CLI man page.
+  + Sync with global requirements
+  + Add a couple more things to index before release
+
+---
+Tue Jul 16 00:21:35 UTC 2013 - opensuse-cl...@opensuse.org
+
+- Update to version 1.0.4.62:
+  + Update to latest openstack/requirements.
+
+---
+Sat Jul 13 23:35:16 UTC 2013 - opensuse-cl...@opensuse.org
+
+- Update to version 1.0.4.61:
+  + Fix wrong method call for extend subcommand
+  + Sync install_venv_common from oslo
+  + Implement ability to extend volume for v1.
+
+---
+Fri Jul  5 23:42:47 UTC 2013 - opensuse-cl...@opensuse.org
+
+- Update to version 1.0.4.56:
+  + Implement ability to extend volume.
+  + Enable ability to reset state on snapshots.
+
+---
+Wed Jul  3 08:38:49 UTC 2013 - opensuse-cl...@opensuse.org
+
+- Update to version 1.0.4.52:
+  + Use exceptions from oslo
+
+---
+Tue Jul  2 23:44:53 UTC 2013 - opensuse-cl...@opensuse.org
+
+- Update to version 1.0.4.50:
+  + Fix volume info display error 

commit python-django_openstack_auth.2119 for openSUSE:13.1:Update

2013-10-22 Thread h_root
Hello community,

here is the log from the commit of package python-django_openstack_auth.2119 
for openSUSE:13.1:Update checked in at 2013-10-22 16:32:35

Comparing /work/SRC/openSUSE:13.1:Update/python-django_openstack_auth.2119 (Old)
 and  /work/SRC/openSUSE:13.1:Update/.python-django_openstack_auth.2119.new 
(New)


Package is python-django_openstack_auth.2119

Changes:

New Changes file:

--- /dev/null   2013-10-11 12:16:15.204037506 +0200
+++ 
/work/SRC/openSUSE:13.1:Update/.python-django_openstack_auth.2119.new/python-django_openstack_auth.changes
  2013-10-22 16:32:36.0 +0200
@@ -0,0 +1,79 @@
+---
+Fri Sep 27 10:24:59 UTC 2013 - speili...@suse.com
+
+- Add python-oslo.config=1.2.0 test requirement
+
+---
+Tue Sep 17 08:45:26 UTC 2013 - dmuel...@suse.com
+
+- update to 1.1.2:
+  * Try to scope token for all available projects
+
+---
+Fri Aug  9 08:17:32 UTC 2013 - speili...@suse.com
+
+- Buildrequire python-netaddr for testsuite
+
+---
+Thu Aug  8 20:33:19 UTC 2013 - dmuel...@suse.com
+
+- update to 1.1.1:
+  * Keystone V3 support
+- drop newer-keystoneclient.diff, fix-testsuite.diff, docs-update.diff
+
+---
+Tue Jul  9 12:16:14 UTC 2013 - dmuel...@suse.com
+
+- add fix-testsuite.diff
+
+---
+Sat Jun 22 16:01:37 UTC 2013 - dmuel...@suse.com
+
+- add newer-keystoneclient.diff 
+
+---
+Thu Jun 13 10:09:34 UTC 2013 - dmuel...@suse.com
+
+- add python-argparse dependency 
+
+---
+Fri Jun  7 13:18:37 UTC 2013 - dmuel...@suse.com
+
+- update to 1.0.11:
+  * fix tarball
+  * fix tests
+- enable tests
+
+---
+Mon May 27 10:25:48 UTC 2013 - dmuel...@suse.com
+
+- update to 1.0.10:
+  * Add basic multi-region support
+  * Improved User login/logout auditing
+
+---
+Tue May  7 06:55:07 UTC 2013 - dmuel...@suse.com
+
+- update to 1.0.9:
+  * Django 1.5 compatibility
+  * Allow insecure authentication
+  * Improve compatibility with Django 1.4.2 and older
+
+---
+Tue Jan 29 08:17:22 UTC 2013 - dmuel...@suse.com
+
+- update to 1.0.6:
+  * Fix compatibility with keystoneclient v0.2.
+  * Improves error handling; fixes failing test
+
+---
+Mon Nov 19 15:01:26 UTC 2012 - sasc...@suse.de
+
+- Mark mo files as %lang
+- Fix doc file path
+
+---
+Mon Nov 19 13:27:02 UTC 2012 - sasc...@suse.de
+
+- Initial version
+

New:

  django_openstack_auth-1.1.2.tar.gz
  python-django_openstack_auth.changes
  python-django_openstack_auth.spec



Other differences:
--
++ python-django_openstack_auth.spec ++
#
# spec file for package python-django_openstack_auth
#
# Copyright (c) 2013 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/
#


Name:   python-django_openstack_auth
Version:1.1.2
Release:0
Summary:A Django auth backend for use with the OpenStack Keystone
License:BSD-3-Clause
Group:  Development/Languages/Python
Url:http://django_openstack_auth.readthedocs.org/
Source: 
http://pypi.python.org/packages/source/d/django_openstack_auth/django_openstack_auth-%{version}.tar.gz
BuildRequires:  python-Babel
BuildRequires:  python-devel
# Documentation requirements:
BuildRequires:  python-Sphinx
# Test requirements:
BuildRequires:  python-argparse
BuildRequires:  python-django
BuildRequires:  python-keystoneclient
BuildRequires:  python-mox
BuildRequires:  python-netaddr
BuildRequires:  

commit python-mox3.2119 for openSUSE:13.1:Update

2013-10-22 Thread h_root
Hello community,

here is the log from the commit of package python-mox3.2119 for 
openSUSE:13.1:Update checked in at 2013-10-22 16:32:41

Comparing /work/SRC/openSUSE:13.1:Update/python-mox3.2119 (Old)
 and  /work/SRC/openSUSE:13.1:Update/.python-mox3.2119.new (New)


Package is python-mox3.2119

Changes:

New Changes file:

--- /dev/null   2013-10-11 12:16:15.204037506 +0200
+++ /work/SRC/openSUSE:13.1:Update/.python-mox3.2119.new/python-mox3.changes
2013-10-22 16:32:43.0 +0200
@@ -0,0 +1,5 @@
+---
+Mon Sep  2 18:48:29 UTC 2013 - dmuel...@suse.com
+
+- Initial package (0.7.0) 
+

New:

  mox3-0.7.0.tar.gz
  python-mox3.changes
  python-mox3.spec



Other differences:
--
++ python-mox3.spec ++
#
# spec file for package python-mox3
#
# Copyright (c) 2013 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/
#


Name:   python-mox3
Version:0.7.0
Release:0
Summary:Mock object framework for Python
License:Apache-2.0
Group:  Development/Languages/Python
Url:http://www.openstack.org/
Source: 
https://pypi.python.org/packages/source/m/mox3/mox3-%{version}.tar.gz
BuildRequires:  python-devel
BuildRequires:  python-pbr
BuildRequires:  python-setuptools
Requires:   python-pbr = 0.5.21
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
%if 0%{?suse_version}  0%{?suse_version} = 1110
%{!?python_sitelib: %global python_sitelib %(python -c from 
distutils.sysconfig import get_python_lib; print get_python_lib())}
%else
BuildArch:  noarch
%endif

%description
Mox3 is an unofficial port of the Google mox framework
(http://code.google.com/p/pymox/) to Python 3. It was meant to be as compatible
with mox as possible, but small enhancements have been made. The library was
tested on Python version 3.2, 2.7 and 2.6.

%prep
%setup -q -n mox3-%{version}

%build
python setup.py build

%install
python setup.py install --prefix=%{_prefix} --root=%{buildroot}

%files
%defattr(-,root,root,-)
%doc COPYING.txt ChangeLog AUTHORS README.rst
%{python_sitelib}/*

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



commit python-novaclient.2119 for openSUSE:13.1:Update

2013-10-22 Thread h_root
Hello community,

here is the log from the commit of package python-novaclient.2119 for 
openSUSE:13.1:Update checked in at 2013-10-22 16:32:45

Comparing /work/SRC/openSUSE:13.1:Update/python-novaclient.2119 (Old)
 and  /work/SRC/openSUSE:13.1:Update/.python-novaclient.2119.new (New)


Package is python-novaclient.2119

Changes:

New Changes file:

--- /dev/null   2013-10-11 12:16:15.204037506 +0200
+++ 
/work/SRC/openSUSE:13.1:Update/.python-novaclient.2119.new/python-novaclient.changes
2013-10-22 16:32:46.0 +0200
@@ -0,0 +1,650 @@
+---
+Mon Oct  7 10:16:48 UTC 2013 - opensuse-cl...@opensuse.org
+
+- Downgrade to version 2.15.0:
+  * better ship a released tarball
+
+---
+Tue Sep 24 23:35:28 UTC 2013 - opensuse-cl...@opensuse.org
+
+- Update to version 2.15.0.22:
+  + Corrected usage of len(filter(...))
+  + py33: 'dict_keys' object does not support indexing
+  + py33: dict.keys() is not a list in python3
+  + Corrected several usage of keys() for Python 3
+  + Update pbr usage
+  + Make nova CLI use term server where possible
+  + Fixed several test failures on Python3
+  + Fix AttributeError in Keypair._add_details()
+
+---
+Tue Sep 24 00:19:26 UTC 2013 - opensuse-cl...@opensuse.org
+
+- Update to version 2.15.0.7:
+  + Clean up a little cruft
+
+---
+Fri Sep 20 23:57:04 UTC 2013 - opensuse-cl...@opensuse.org
+
+- Update to version 2.15.0.5:
+  + Novaclient shell list command should support a minimal server list
+
+---
+Thu Sep 19 00:07:15 UTC 2013 - opensuse-cl...@opensuse.org
+
+- Update to version 2.15.0.4:
+  + Create v3 tests directory
+  + Add v3 HostManager
+
+---
+Wed Sep 18 09:12:48 UTC 2013 - dmuel...@suse.com
+
+- fix requires 
+
+---
+Tue Sep 17 23:37:40 UTC 2013 - opensuse-cl...@opensuse.org
+
+- Update to version 2.14.1.73:
+  + Small bugfix for client v3
+  + Fix the print order of quota-show
+  + Add a block device for the image when using BDMv2
+  + Modify --num-instances flag description to clarify limit upper bound
+  + python3: Fix traceback while running unit tests
+  + python3: Compatibility for iteritems differences
+  + python3: Fix Traceback while running unit tests
+  + Allow name argument to flavor-access-add
+  + Add delete method to Flavor class
+  + assertEquals is deprecated, use assertEqual
+
+---
+Wed Sep 11 23:54:11 UTC 2013 - opensuse-cl...@opensuse.org
+
+- Update to version 2.14.1.54:
+  + Python3: Fix traceback while running unit tests
+  + Python3: Use six.StringIO for io.Bytes()
+
+---
+Tue Sep 10 23:38:00 UTC 2013 - opensuse-cl...@opensuse.org
+
+- Update to version 2.14.1.50:
+  + Add support for os-assisted-volume-snapshots
+
+---
+Tue Sep 10 00:07:59 UTC 2013 - opensuse-cl...@opensuse.org
+
+- Update to version 2.14.1.48:
+  + Unittests added for client v1_1
+
+---
+Sat Sep  7 07:15:25 UTC 2013 - opensuse-cl...@opensuse.org
+
+- Update to version 2.14.1.47:
+  + Update oslo from oslo-incubator
+
+---
+Thu Sep  5 00:24:08 UTC 2013 - opensuse-cl...@opensuse.org
+
+- Update to version 2.14.1.46:
+  + New syntax to boot from a block device mapping
+
+---
+Sun Sep  1 23:48:15 UTC 2013 - opensuse-cl...@opensuse.org
+
+- Update to version 2.14.1.45:
+  + Suport instance list pagination in novaclient, Part I
+  + Add interface for listing security groups of an instance
+
+---
+Thu Aug 29 23:40:17 UTC 2013 - opensuse-cl...@opensuse.org
+
+- Update to version 2.14.1.42:
+  + python3: Fix imports for py2/py3
+  + Fix the help messages to specify image/flavor name
+  + Added support for running the tests under PyPy with tox
+  + change 'Host' object's 'host' attribute to 'host_name'
+  + Added 'nova migration-list' command
+
+---
+Wed Aug 28 23:48:04 UTC 2013 - opensuse-cl...@opensuse.org
+
+- Update to version 2.14.1.32:
+  + Upgrade to Hacking 0.7
+  + Fix and gate on H501, no locals for string formatting
+

commit patchinfo.2119 for openSUSE:13.1:Update

2013-10-22 Thread h_root
Hello community,

here is the log from the commit of package patchinfo.2119 for 
openSUSE:13.1:Update checked in at 2013-10-22 16:32:50

Comparing /work/SRC/openSUSE:13.1:Update/patchinfo.2119 (Old)
 and  /work/SRC/openSUSE:13.1:Update/.patchinfo.2119.new (New)


Package is patchinfo.2119

Changes:

New Changes file:

NO CHANGES FILE!!!

New:

  _patchinfo



Other differences:
--
++ _patchinfo ++
patchinfo
  categoryrecommended/category
  ratingcritical/rating
  packagerdirkmueller/packager
  summaryopenstack Havana update/summary
  descriptionThis update fixes several issues for openstack Havana. For 
example bnc#845639 and bnc#846985./description
  issue tracker=bnc id=845639openstack-db not working/issue
  issue tracker=bnc id=846985OpenStack Havana for 13.1/issue
/patchinfo
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org