commit kdebase4-workspace for openSUSE:Factory

2013-08-18 Thread h_root
Hello community,

here is the log from the commit of package kdebase4-workspace for 
openSUSE:Factory checked in at 2013-08-18 22:21:11

Comparing /work/SRC/openSUSE:Factory/kdebase4-workspace (Old)
 and  /work/SRC/openSUSE:Factory/.kdebase4-workspace.new (New)


Package is kdebase4-workspace

Changes:

--- /work/SRC/openSUSE:Factory/kdebase4-workspace/kdebase4-workspace.changes
2013-08-16 13:49:04.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.kdebase4-workspace.new/kdebase4-workspace.changes   
2013-08-18 22:21:13.0 +0200
@@ -1,0 +2,5 @@
+Fri Aug 16 07:25:19 UTC 2013 - sch...@linux-m68k.org
+
+- kdm-backend-session.patch: fix type mismatch in resource handling
+
+---

New:

  kdm-backend-session.patch



Other differences:
--
++ kdebase4-workspace.spec ++
--- /var/tmp/diff_new_pack.0wa6YP/_old  2013-08-18 22:21:15.0 +0200
+++ /var/tmp/diff_new_pack.0wa6YP/_new  2013-08-18 22:21:15.0 +0200
@@ -139,6 +139,8 @@
 Patch63:opensuse-kinfocenter.diff
 # PATCH-FIX-UPSTREAM klipper.diff -- fix performance issue with Klipper see 
https://bugs.kde.org/show_bug.cgi?id=238084
 Patch64:klipper.patch
+# PATCH-FIX-UPSTREAM kdm-backend-session.patch fix type mismatch in resource 
handling kde#323436
+Patch65:kdm-backend-session.patch
 # PATCH-FIX-OPENSUSE helper_actions_syspath.patch -- disables 
org.kde.powerdevil.backlighthelper.syspath policy, until bnc#825256 gets 
resolved
 Patch1000:  helper_actions_syspath.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -353,6 +355,7 @@
 %patch62 -p1
 %patch63 -p1
 %patch64 -p1
+%patch65 -p1
 %if 0%{?suse_version} = 1230
 %patch1000 -p1
 %endif

++ kdm-backend-session.patch ++
Index: kde-workspace-4.10.5/kdm/backend/session.c
===
--- kde-workspace-4.10.5.orig/kdm/backend/session.c
+++ kde-workspace-4.10.5/kdm/backend/session.c
@@ -294,7 +294,7 @@ ctrlGreeterWait(int wreply, time_t *star
 switch (type  C_TYPE_MASK) {
 case C_TYPE_INT:
 /*debug( - int %#x (%d)\n, *(int *)avptr, *(int 
*)avptr);*/
-gSendInt(*(int *)avptr);
+gSendInt((int)(unsigned long)*(char **)avptr);
 break;
 case C_TYPE_STR:
 /*debug( - string %\s\n, *avptr);*/


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



commit kopete for openSUSE:Factory

2013-08-18 Thread h_root
Hello community,

here is the log from the commit of package kopete for openSUSE:Factory checked 
in at 2013-08-18 22:20:27

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


Package is kopete

Changes:

--- /work/SRC/openSUSE:Factory/kopete/kopete.changes2013-08-16 
13:48:57.0 +0200
+++ /work/SRC/openSUSE:Factory/.kopete.new/kopete.changes   2013-08-18 
22:20:29.0 +0200
@@ -1,0 +2,16 @@
+Fri Aug 16 20:04:17 UTC 2013 - hrvoje.sen...@gmail.com
+
+- BuildRequire pkgconfig(libsrtp) on openSUSE versions 12.3 and higher
+- For openSUSE 12.2 BuildRequire libotr-devel and for higher versions
+  libotr2-devel, as pkgconfig(otr) provides v4 api, which kopete doesn't
+  support yet
+
+---
+Fri Aug 16 15:12:32 UTC 2013 - mailaen...@opensuse.org
+
+- Add missing dependencies for secured communication:
+  - libOTR
+  - libSRTP
+  - expat (for libjingle)
+
+---



Other differences:
--
++ kopete.spec ++
--- /var/tmp/diff_new_pack.8UbQWI/_old  2013-08-18 22:20:30.0 +0200
+++ /var/tmp/diff_new_pack.8UbQWI/_new  2013-08-18 22:20:30.0 +0200
@@ -30,6 +30,13 @@
 BuildRequires:  openslp-devel
 BuildRequires:  speex-devel
 BuildRequires:  sqlite-devel
+BuildRequires:  pkgconfig(expat)
+%if 0%{?suse_version}  1230
+BuildRequires:  libotr-devel
+%else
+BuildRequires:  libotr2-devel
+BuildRequires:  pkgconfig(libsrtp)
+%endif
 BuildRequires:  pkgconfig(ortp) = 0.22
 Version:4.11.0
 Release:0
@@ -104,6 +111,7 @@
 %{_kde4_htmldir}/en/kopete/
 %{_kde4_iconsdir}/hicolor/*/apps/kopete*.*
 %{_kde4_iconsdir}/oxygen/*/actions/*
+%{_kde4_iconsdir}/oxygen/*/status/*
 %{_kde4_appsdir}/kconf_update/
 %{_kde4_appsdir}/kopete/
 %{_kde4_configkcfgdir}/*
@@ -117,6 +125,7 @@
 %_kde4_appsdir/kopete_history2/
 %_kde4_appsdir/kopete_jabber/
 %_kde4_appsdir/kopete_latex/
+%_kde4_appsdir/kopete_otr/
 %_kde4_appsdir/kopete_privacy/
 %_kde4_appsdir/kopete_skype/
 %_kde4_appsdir/kopete_statistics/

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



commit kdelibs4 for openSUSE:Factory

2013-08-18 Thread h_root
Hello community,

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

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-apidocs.changes
2013-08-16 13:48:51.0 +0200
+++ /work/SRC/openSUSE:Factory/.kdelibs4.new/kdelibs4-apidocs.changes   
2013-08-18 22:21:22.0 +0200
@@ -1,0 +2,9 @@
+Sat Aug 17 20:52:53 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Added two patches from upstream 4.11 branch:
+  0001-when-the-request-theme-does-not-exist-delete-all-old.patch
+  fixes crash on non-existing plasma themes (kde#320855) and
+  0002-Fix-crash-when-failing-to-get-audio-CD-block-device.patch
+  fixes crash when failing to get audio CD block device (kde#314544)
+
+---
kdelibs4.changes: same change

New:

  0001-when-the-request-theme-does-not-exist-delete-all-old.patch
  0002-Fix-crash-when-failing-to-get-audio-CD-block-device.patch



Other differences:
--
++ kdelibs4.spec ++
--- /var/tmp/diff_new_pack.cE3ad3/_old  2013-08-18 22:21:23.0 +0200
+++ /var/tmp/diff_new_pack.cE3ad3/_new  2013-08-18 22:21:23.0 +0200
@@ -104,6 +104,10 @@
 # this patch exlcudes qtuitools symbols from libs that link to qtuitools, as 
otherwise users of
 # those libs are crashing(bnc#819437, kde#303576, kde#231077, qtbug#437)
 Patch11:exclude-qtuitools-symbols-from-public-libraries.patch
+# PATCH-FIX-UPSTREAM 
0001-when-the-request-theme-does-not-exist-delete-all-old.patch -- fixes crash 
on non-existing plasma themes (kde#320855)
+Patch100:   0001-when-the-request-theme-does-not-exist-delete-all-old.patch
+# PATCH-FIX-UPSTREAM 
0002-Fix-crash-when-failing-to-get-audio-CD-block-device.patch -- fixes crash 
when failing to get audio CD block device (kde#314544)
+Patch101:   0002-Fix-crash-when-failing-to-get-audio-CD-block-device.patch
 PreReq: permissions
 Requires:   soprano = %( echo `rpm -q --queryformat '%{VERSION}' 
libsoprano-devel`)
 Recommends: strigi = %( echo `rpm -q --queryformat '%{VERSION}' 
strigi-devel`)
@@ -168,6 +172,8 @@
 %patch9
 %patch10
 %patch11 -p1
+%patch100 -p1
+%patch101 -p1
 
 %build
   EXTRA_FLAGS=-DLIB_INSTALL_DIR=%{_kde4_libdir} \

++ 0001-when-the-request-theme-does-not-exist-delete-all-old.patch ++
From 59e88c777b92935cc95f28e52f84fe97563dec9d Mon Sep 17 00:00:00 2001
From: Aaron Seigo ase...@kde.org
Date: Wed, 14 Aug 2013 12:52:52 +0200
Subject: [PATCH 1/3] when the request theme does not exist, delete all old
 caches for it and don't crash

BUG:320855
---
 plasma/theme.cpp | 21 ++---
 1 file changed, 14 insertions(+), 7 deletions(-)

diff --git a/plasma/theme.cpp b/plasma/theme.cpp
index 4554de7..cb44878 100644
--- a/plasma/theme.cpp
+++ b/plasma/theme.cpp
@@ -222,18 +222,25 @@ bool ThemePrivate::useCache()
 {
 if (cacheTheme  !pixmapCache) {
 const bool isRegularTheme = themeName != systemColorsTheme;
-QString cacheFile = plasma_theme_ + themeName;
+const QString cacheFile = plasma_theme_ + themeName;
 
 if (isRegularTheme) {
+const QString cacheFileBase = cacheFile + *.kcache;
+
 const QString path = KStandardDirs::locate(data, desktoptheme/ 
+ themeName + /metadata.desktop);
-const KPluginInfo pluginInfo(path);
+// if the path is empty, then we haven't found the theme and so
+// we will leave currentCacheFileName empty, resulting in the 
deletion of
+// *all* matching cache files
+QString currentCacheFileName;
+if (!path.isEmpty()) {
+const KPluginInfo pluginInfo(path);
+currentCacheFileName = cacheFile + _v + pluginInfo.version() 
+ .kcache;
+}
 
-// now we check for, and remove if necessary, old caches
-const QString cacheFileBase = cacheFile + *.kcache;
-cacheFile += _v + pluginInfo.version();
-const QString currentCacheFileName = cacheFile + .kcache;
+// now we check for (and remove) old caches
 foreach (const QString file, 
KGlobal::dirs()-findAllResources(cache, cacheFileBase)) {
-if (!file.endsWith(currentCacheFileName)) {
+if (currentCacheFileName.isEmpty() ||
+!file.endsWith(currentCacheFileName)) {
 QFile::remove(file);
 }
 }
-- 
1.8.3.4

++ 0002-Fix-crash-when-failing-to-get-audio-CD-block-device.patch ++
From 31fdb4ab1b72fa39290931f6a8934eda4eb4f636 Mon 

commit lv2 for openSUSE:Factory

2013-08-18 Thread h_root
Hello community,

here is the log from the commit of package lv2 for openSUSE:Factory checked in 
at 2013-08-18 22:22:18

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


Package is lv2

Changes:

--- /work/SRC/openSUSE:Factory/lv2/lv2.changes  2012-10-24 17:12:17.0 
+0200
+++ /work/SRC/openSUSE:Factory/.lv2.new/lv2.changes 2013-08-18 
22:22:19.0 +0200
@@ -1,0 +2,31 @@
+Sat Aug 17 12:29:54 UTC 2013 - reddw...@opensuse.org
+
+- Update to 1.6.0
+  * Upgrade to waf 1.7.11.
+  * Fix lv2specgen usage from command line.
+  * atom: Fix crash in forge.h when pushing atoms to a full buffer.
+  * ui: Add idle interface so native UIs and foreign toolkits can drive their 
event
+loops.
+  * ui: Add ui:updateRate property.
+  * Add metronome example plugin to demonstrate sample accurate tempo sync.
+  * Generate book-style HTML documentation from example plugins.
+  * lv2core: Make lv2:Parameter rdfs:subClassOf rdf:Property.
+  * lv2core: Set range of lv2:designation to lv2:Designation.
+  * lv2core: Add lv2:control for designating primary event-based control ports.
+  * lv2core: Add lv2:EnvelopePlugin class.
+  * lv2core: Reserve minor version 0 for unstable development plugins.
+  * atom: Fix lv2_atom_sequence_end().
+  * atom: Remove atom:stringType in favour of owl:onDatatype so generic tools 
can
+understand and validate atom literals.
+  * atom: Improve atom documentation.
+  * buf-size: Fix typo in bufsz:sequenceSize label.
+  * event: Fix incorrect return type in lv2_event_get().
+  * log: Add logger convenience API.
+  * options: Set the range of opts:requiredOption and opts:supportedOption to 
opts:Option.
+  * patch: Add patch:readable and patch:writable for describing available 
properties.
+  * patch: Make patch:Set a compact message for setting one property.
+  * state: Add state:loadDefaultState feature so plugins can have their 
default state
+loaded without hard-coding default state as a special case.
+  * ui: Fix incorrect linker flag in ui:makeSONameResident documentation.
+
+---

Old:

  lv2-1.2.0.tar.bz2

New:

  lv2-1.6.0.tar.bz2



Other differences:
--
++ lv2.spec ++
--- /var/tmp/diff_new_pack.zHlJDH/_old  2013-08-18 22:22:20.0 +0200
+++ /var/tmp/diff_new_pack.zHlJDH/_new  2013-08-18 22:22:20.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package lv2
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# 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
@@ -17,7 +17,7 @@
 
 
 Name:   lv2
-Version:1.2.0
+Version:1.6.0
 Release:0
 Summary:Portable plugin standard for audio systems
 License:ISC

++ lv2-1.2.0.tar.bz2 - lv2-1.6.0.tar.bz2 ++
 6515 lines of diff (skipped)

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



commit saxon6 for openSUSE:Factory

2013-08-18 Thread h_root
Hello community,

here is the log from the commit of package saxon6 for openSUSE:Factory checked 
in at 2013-08-18 22:24:00

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


Package is saxon6

Changes:

--- /work/SRC/openSUSE:Factory/saxon6/saxon6.changes2013-07-16 
17:02:37.0 +0200
+++ /work/SRC/openSUSE:Factory/.saxon6.new/saxon6.changes   2013-08-18 
22:24:01.0 +0200
@@ -1,0 +2,9 @@
+Mon Aug 12 08:55:15 UTC 2013 - mvysko...@suse.com
+
+- implement batch support for saxon: saxon-batch
+  * requested by docu team
+  * adds saxon6-batch script with new -batch/-style arguments, which
+allows to proceed more XML files per one JVM launch removing the
+bootleneck in docu build
+
+---

New:

  saxon6-batch.patch
  saxon6.saxon-batch.script



Other differences:
--
++ saxon6.spec ++
--- /var/tmp/diff_new_pack.1pzdzy/_old  2013-08-18 22:24:02.0 +0200
+++ /var/tmp/diff_new_pack.1pzdzy/_new  2013-08-18 22:24:02.0 +0200
@@ -31,12 +31,16 @@
 Source2:%{name}.build.script
 Source3:%{name}.1
 Source4:http://www.xml.com/2000/08/09/xslt/StructXmlParser.java
+# implementes batch based interface to saxon6, SUSE specific
+Source5:saxon6.saxon-batch.script
 Patch2: %{name}-cmdlinefix.patch
 #PATCH-FIX-OPENSUSE: jdk7+ assumes ASCII as default encoding, so iso-8859-1 
does not work by default
 Patch3: saxon-javac-encoding.patch
 #PATCH-FIX-OPENSUSE: bnc#739498 - backport changes from 
com/icl/saxon/aelfred/XmlParser.java
 # to older version released under more permissive license
 Patch4: saxon-add-fixes-from-com-isl-saxon-aelfred.patch
+#PATCH-FIX-OPENSUSE: implements batch mode in which saxon is capable to 
proceed more files per one JVM launch
+Patch5: saxon6-batch.patch
 BuildRequires:  fop = 0.20.1
 BuildRequires:  jdom = 1.0
 BuildRequires:  jpackage-utils = 1.6
@@ -52,8 +56,6 @@
 %endif
 Requires:   /usr/sbin/update-alternatives
 Requires:   jaxp_parser_impl
-Recommends: %{name}-scripts
-Recommends: xml-commons-resolver
 Provides:   jaxp_transform_impl = %{name}-%{version}
 # bnc#780666
 Provides:   saxon
@@ -159,6 +161,7 @@
 %patch2 -p0
 %patch3 -p1
 %patch4 -p0
+%patch5 -p1
 cp XmlParser.java com/icl/saxon/aelfred/XmlParser.java
 # cleanup unnecessary stuff we'll build ourselves
 rm -rf *.jar docs/api
@@ -193,6 +196,8 @@
 sed 's,__RESOLVERDIR__,%{resolverdir},'  %{SOURCE1} \
%{buildroot}%{_bindir}/%{name}
 ln -s %{name} %{buildroot}%{_bindir}/saxon
+sed 's,__RESOLVERDIR__,%{resolverdir},'  %{SOURCE5} \
+   %{buildroot}%{_bindir}/%{name}-batch
 
 mkdir -p %{buildroot}%{_mandir}/man1
 sed 's,__RESOLVERDIR__,%{resolverdir},'  %{SOURCE3} \
@@ -251,6 +256,7 @@
 %files scripts
 %defattr(0755,root,root,0755)
 %{_bindir}/%{name}
+%{_bindir}/%{name}-batch
 %{_bindir}/saxon
 %attr(0644,root,root) %{_mandir}/man1/%{name}.1*
 


++ saxon6-batch.patch ++
---
 com/icl/saxon/StyleSheetBatch.java |  160 +
 1 file changed, 160 insertions(+)

Index: saxon6-6.5.5/com/icl/saxon/StyleSheetBatch.java
===
--- /dev/null
+++ saxon6-6.5.5/com/icl/saxon/StyleSheetBatch.java
@@ -0,0 +1,160 @@
+/**
+  * This BStyleSheetBatch/B class supports multiple input/output files 
proceed by StyleSheet.main().
+  * It does work around the performance problems when running an extra 
saxon/JVM process for each filep
+  *
+  * The XSLT syntax supported conforms to the W3C XSLT 1.0 and XPath 1.0 
recommendation.
+  * Only the transformation language is implemented (not the formatting 
objects).
+  * Saxon extensions are documented in the file extensions.html
+  *
+  * @author Michal Vyskocil
+  */
+
+package com.icl.saxon;
+
+import java.io.BufferedReader;
+import java.io.IOException;
+import java.io.File;
+import java.io.FileReader;
+import java.io.FileNotFoundException;
+
+import java.util.Arrays;
+import java.util.List;
+import java.util.Vector;
+
+public class StyleSheetBatch {
+
+protected static String toString(ListString lst) {
+StringBuilder sb = new StringBuilder();
+for (String s: lst) {
+sb.append(s);
+sb.append(, );
+}
+return sb.toString();
+}
+
+public static void main (String args[])
+throws java.lang.Exception {
+
+int i = -1;
+int bi = -1;// -batch index
+int si = -1;// -style index
+int pi = 65536; // param=value lowest index
+String batchFileName = null;
+String styleFileName = null;
+String line 

commit yate for openSUSE:Factory

2013-08-18 Thread h_root
Hello community,

here is the log from the commit of package yate for openSUSE:Factory checked in 
at 2013-08-18 22:26:02

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


Package is yate

Changes:

--- /work/SRC/openSUSE:Factory/yate/yate.changes2013-04-24 
09:22:29.0 +0200
+++ /work/SRC/openSUSE:Factory/.yate.new/yate.changes   2013-08-18 
22:26:04.0 +0200
@@ -1,0 +2,14 @@
+Fri Aug 16 15:06:07 UTC 2013 - d...@suse.com
+
+- update to 4.3.0:
+  * Various changes to improve Jingle and Google Voice support
+  * Javascript is now usable in routing scripts 
+  * SIGTRAN links failures fixed by always setting the SCTP socket
+timers 
+  * Flood protection in the SIP channel 
+  * iLBC codes based on fixed point WebRTC library 
+  * Added XML support in Javascript
+  * SCCP - GTT routing between different networks
+  * Stability improvements
+
+---

Old:

  yate-4.1.0-1.tar.gz

New:

  yate-4.3.0-1.tar.gz



Other differences:
--
++ yate.spec ++
--- /var/tmp/diff_new_pack.MeUxSp/_old  2013-08-18 22:26:05.0 +0200
+++ /var/tmp/diff_new_pack.MeUxSp/_new  2013-08-18 22:26:05.0 +0200
@@ -19,7 +19,7 @@
 
 
 Name:   yate
-Version:4.1.0
+Version:4.3.0
 Release:0
 Summary:Yet Another Telephony Engine
 License:GPL-2.0+
@@ -174,6 +174,7 @@
 %{_libdir}/%{name}/h323chan.yate
 %endif
 %{_libdir}/%{name}/ilbccodec.yate
+%{_libdir}/%{name}/ilbcwebrtc.yate
 %{_libdir}/%{name}/isaccodec.yate
 %{_libdir}/%{name}/jabber
 %{_libdir}/%{name}/javascript.yate
@@ -207,6 +208,7 @@
 %dir %config(noreplace) %{_sysconfdir}/%{name}
 %config(noreplace) %{_sysconfdir}/%{name}/accfile.conf
 %config(noreplace) %{_sysconfdir}/%{name}/analog.conf
+%config(noreplace) %{_sysconfdir}/%{name}/amrnbcodec.conf
 %config(noreplace) %{_sysconfdir}/%{name}/cache.conf
 %config(noreplace) %{_sysconfdir}/%{name}/callcounters.conf
 %config(noreplace) %{_sysconfdir}/%{name}/callfork.conf
@@ -220,6 +222,7 @@
 %config(noreplace) %{_sysconfdir}/%{name}/dbpbx.conf
 %config(noreplace) %{_sysconfdir}/%{name}/dsoundchan.conf
 %config(noreplace) %{_sysconfdir}/%{name}/enumroute.conf
+%config(noreplace) %{_sysconfdir}/%{name}/eventlogs.conf
 %config(noreplace) %{_sysconfdir}/%{name}/extmodule.conf
 %config(noreplace) %{_sysconfdir}/%{name}/filetransfer.conf
 %config(noreplace) %{_sysconfdir}/%{name}/gvoice.conf
@@ -231,6 +234,7 @@
 %config(noreplace) %{_sysconfdir}/%{name}/javascript.conf
 %config(noreplace) %{_sysconfdir}/%{name}/jbfeatures.conf
 %config(noreplace) %{_sysconfdir}/%{name}/lateroute.conf
+%config(noreplace) %{_sysconfdir}/%{name}/lksctp.conf
 %config(noreplace) %{_sysconfdir}/%{name}/mgcpca.conf
 %config(noreplace) %{_sysconfdir}/%{name}/mgcpgw.conf
 %config(noreplace) %{_sysconfdir}/%{name}/moh.conf

++ yate-4.1.0-1.tar.gz - yate-4.3.0-1.tar.gz ++
 63108 lines of diff (skipped)

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



commit plymouth for openSUSE:Factory

2013-08-18 Thread h_root
Hello community,

here is the log from the commit of package plymouth for openSUSE:Factory 
checked in at 2013-08-18 22:27:38

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


Package is plymouth

Changes:

--- /work/SRC/openSUSE:Factory/plymouth/plymouth.changes2013-08-02 
15:28:28.0 +0200
+++ /work/SRC/openSUSE:Factory/.plymouth.new/plymouth.changes   2013-08-18 
22:27:39.0 +0200
@@ -1,0 +2,5 @@
+Fri Aug 16 12:03:43 UTC 2013 - lmue...@suse.com
+
+- Pre require plymouth from plymouth-scripts; (bnc#806388).
+
+---



Other differences:
--
++ plymouth.spec ++
--- /var/tmp/diff_new_pack.ilHLvt/_old  2013-08-18 22:27:40.0 +0200
+++ /var/tmp/diff_new_pack.ilHLvt/_new  2013-08-18 22:27:40.0 +0200
@@ -155,7 +155,7 @@
 %package scripts
 Summary:Plymouth related scripts
 Group:  System/Base
-Requires:   %{name} = %{version}
+Requires(pre):  %{name} = %{version}
 Requires:   coreutils
 Requires:   cpio
 Requires:   findutils


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



commit xprop for openSUSE:Factory

2013-08-18 Thread h_root
Hello community,

here is the log from the commit of package xprop for openSUSE:Factory checked 
in at 2013-08-18 22:27:58

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


Package is xprop

Changes:

--- /work/SRC/openSUSE:Factory/xprop/xprop.changes  2012-05-08 
12:08:00.0 +0200
+++ /work/SRC/openSUSE:Factory/.xprop.new/xprop.changes 2013-08-18 
22:28:00.0 +0200
@@ -1,0 +2,15 @@
+Tue Aug 13 14:58:11 UTC 2013 - zai...@opensuse.org
+
+- Update to version 1.2.2:
+  + Mark usage() as noreturn, as suggested by gcc
+-Wmissing-noreturn.
+  + Fix const conversion warnings from gcc.
+  + Add unicode argument to Format_Len_String to reduce code
+duplication.
+  + Replace strlen/malloc/memcpy set with strdup.
+  + Mark FatalError() as taking printf-style arguments.
+  + config: Add missing AC_CONFIG_SRCDIR.
+  + Enable setting property of type UTF8_STRING.
+  + Expand description in README a little.
+
+---

Old:

  xprop-1.2.1.tar.bz2

New:

  xprop-1.2.2.tar.bz2



Other differences:
--
++ xprop.spec ++
--- /var/tmp/diff_new_pack.9MrOTU/_old  2013-08-18 22:28:01.0 +0200
+++ /var/tmp/diff_new_pack.9MrOTU/_new  2013-08-18 22:28:01.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package xprop
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# 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
@@ -15,13 +15,14 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   xprop
-Version:1.2.1
-Release:1
-License:MIT
+Version:1.2.2
+Release:0
 Summary:Property displayer for X
-Url:http://xorg.freedesktop.org/
+License:MIT
 Group:  System/X11/Utilities
+Url:http://xorg.freedesktop.org/
 Source0:
http://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.bz2
 BuildRequires:  pkg-config
 BuildRequires:  pkgconfig(x11)

++ xprop-1.2.1.tar.bz2 - xprop-1.2.2.tar.bz2 ++
 13081 lines of diff (skipped)
retrying with extended exclude list
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/xprop-1.2.1/ChangeLog new/xprop-1.2.2/ChangeLog
--- old/xprop-1.2.1/ChangeLog   2011-06-30 06:09:36.0 +0200
+++ new/xprop-1.2.2/ChangeLog   2013-08-09 05:05:32.0 +0200
@@ -1,3 +1,89 @@
+commit 9e0f57f6a271313d1b49b5019753b4410f407cc5
+Author: Alan Coopersmith alan.coopersm...@oracle.com
+Date:   Thu Aug 8 20:04:00 2013 -0700
+
+xprop 1.2.2
+
+Signed-off-by: Alan Coopersmith alan.coopersm...@oracle.com
+
+commit b150b99c56bc4c98bf416be66764fb49dce425dc
+Author: Alan Coopersmith alan.coopersm...@oracle.com
+Date:   Fri Jul 19 18:38:25 2013 -0700
+
+Mark usage() as noreturn, as suggested by gcc -Wmissing-noreturn
+
+Signed-off-by: Alan Coopersmith alan.coopersm...@oracle.com
+
+commit 7ed5afd77941f89467e57ec8562992dd27ea3e7f
+Author: Alan Coopersmith alan.coopersm...@oracle.com
+Date:   Fri Jul 19 18:36:17 2013 -0700
+
+Fix const conversion warnings from gcc
+
+Signed-off-by: Alan Coopersmith alan.coopersm...@oracle.com
+
+commit 6f16b22c4a6a878ca0f07e57da50f7ac04fef306
+Author: Alan Coopersmith alan.coopersm...@oracle.com
+Date:   Sun Jan 20 13:21:57 2013 -0800
+
+Add unicode argument to Format_Len_String to reduce code duplication
+
+Allows us to get rid of a second copy of the code that differed only
+in the unicode argument passed on to Format_String.
+
+Signed-off-by: Alan Coopersmith alan.coopersm...@oracle.com
+Reviewed-by: Peter Hutterer peter.hutte...@who-t.net
+
+commit 0384b1c6567d3f90975665ed4e7b3a09947cabee
+Author: Alan Coopersmith alan.coopersm...@oracle.com
+Date:   Sun Jan 20 13:03:15 2013 -0800
+
+Replace strlen/malloc/memcpy set with strdup
+
+Signed-off-by: Alan Coopersmith alan.coopersm...@oracle.com
+Reviewed-by: Peter Hutterer peter.hutte...@who-t.net
+
+commit 7dba9bf178878e09aaad09be9ed9bdccb60c08b9
+Author: Alan Coopersmith alan.coopersm...@oracle.com
+Date:   Sun Jan 20 12:56:43 2013 -0800
+
+Mark FatalError() as taking printf-style arguments
+
+Silences -Wformat-nonliteral warnings about passing through
+

commit ecryptfs-utils for openSUSE:Factory

2013-08-18 Thread h_root
Hello community,

here is the log from the commit of package ecryptfs-utils for openSUSE:Factory 
checked in at 2013-08-18 22:29:39

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


Package is ecryptfs-utils

Changes:

--- /work/SRC/openSUSE:Factory/ecryptfs-utils/ecryptfs-utils.changes
2013-08-06 12:41:13.0 +0200
+++ /work/SRC/openSUSE:Factory/.ecryptfs-utils.new/ecryptfs-utils.changes   
2013-08-18 22:29:40.0 +0200
@@ -1,0 +2,5 @@
+Thu Aug 15 19:41:04 UTC 2013 - da...@darins.net
+
+- fix %postun to not run pam-config on update (bnc#814098, bnc#834993)
+
+---



Other differences:
--
++ ecryptfs-utils.spec ++
--- /var/tmp/diff_new_pack.yRhIQh/_old  2013-08-18 22:29:40.0 +0200
+++ /var/tmp/diff_new_pack.yRhIQh/_new  2013-08-18 22:29:40.0 +0200
@@ -90,7 +90,9 @@
 
 %postun
 /sbin/ldconfig
-/usr/sbin/pam-config -d --ecryptfs
+if [ $1 -eq 0 ]; then
+   /usr/sbin/pam-config -d --ecryptfs
+fi
 
 %files -f %{name}.lang
 %defattr(-, root, root)

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



commit kernel-source for openSUSE:Factory

2013-08-18 Thread h_root
Hello community,

here is the log from the commit of package kernel-source for openSUSE:Factory 
checked in at 2013-08-18 22:33:30

Comparing /work/SRC/openSUSE:Factory/kernel-source (Old)
 and  /work/SRC/openSUSE:Factory/.kernel-source.new (New)


Package is kernel-source

Changes:

New Changes file:

--- /dev/null   2013-07-23 23:44:04.804033756 +0200
+++ /work/SRC/openSUSE:Factory/.kernel-source.new/kernel-cubox.changes  
2013-08-18 22:33:32.0 +0200
@@ -0,0 +1,28814 @@
+---
+Thu Aug 15 15:46:32 CEST 2013 - jbeul...@suse.com
+
+- Update Xen patches to 3.11-rc5.
+- config.conf: Re-enable Xen configs
+- Delete patches.xen/xen-sections.
+- commit adcd98b
+
+---
+Tue Aug 13 17:03:09 CEST 2013 - guillaume.gar...@oliseo.fr
+
+- config: update armv6 default config to multi-arch armv6
+- commit 25b5917
+
+---
+Mon Aug 12 15:26:59 CEST 2013 - je...@suse.com
+
+- Update to 3.11-rc5.
+- commit c33c981
+
+---
+Thu Aug  8 12:05:35 CEST 2013 - guillaume.gar...@oliseo.fr
+
+- arm: update default config for 3.11.0-rc4
+- Add sound modules
+- Add TI wifi modules
+- commit 448a93c
+
+---
+Thu Aug  8 09:28:39 CEST 2013 - dmuel...@suse.com
+
+- config/arm: update and reenable ARM64 config
+- commit 327e5fc
+
+---
+Thu Aug  8 09:23:41 CEST 2013 - dmuel...@suse.com
+
+- Reenable ARMv6/ARMv7 configs
+- commit 461df98
+
+---
+Wed Aug  7 19:07:39 CEST 2013 - je...@suse.com
+
+- config: disable RCU_USER_QS
+  RCU_USER_QS is used for hacking on debugging the full dynticks model,
+  which we've disabled.
+- commit 910e01d
+
+---
+Mon Aug  5 22:59:55 CEST 2013 - je...@suse.com
+
+- reiserfs: locking, release lock around quota operations
+  (bnc#815320).
+- reiserfs: locking, handle nested locks properly (bnc#815320).
+- reiserfs: locking, push write lock out of xattr code
+  (bnc#815320).
+- commit 01695c8
+
+---
+Mon Aug  5 14:30:18 CEST 2013 - mma...@suse.cz
+
+- rpm/kernel-binary.spec.in: Avoid hardcoded runtime dependency on
+  module-init-tools.
+- commit 2889cef
+
+---
+Mon Aug  5 04:24:06 CEST 2013 - je...@suse.com
+
+- Update to 3.11-rc4.
+- commit 38e9077
+
+---
+Tue Jul 30 07:43:15 CEST 2013 - jsl...@suse.cz
+
+- Delete patches.drivers/elousb.patch.
+- Delete patches.kernel.org/patch-3.10.1-2.
+  They are both obsolete.
+- commit e924b54
+
+---
+Mon Jul 29 14:45:28 CEST 2013 - je...@suse.com
+
+- Update to 3.11-rc3.
+- Eliminated 3 patches.
+- commit c0a4742
+
+---
+Thu Jul 25 22:55:37 CEST 2013 - je...@suse.com
+
+- btrfs: check index in extent_buffer_page.
+- commit 15eacb9
+
+---
+Thu Jul 25 19:01:09 CEST 2013 - jdelv...@suse.de
+
+- Hu, OK, RapidIO can't be fully modularized on PPC (yet.)
+- commit 4c2611f
+
+---
+Thu Jul 25 17:58:15 CEST 2013 - jdelv...@suse.de
+
+- Update config files: build RapidIO support as modules
+- commit 1c6c425
+
+---
+Thu Jul 25 02:08:31 CEST 2013 - je...@suse.com
+
+- rpm/kernel-binary.spec.in: Obsolete microcode_ctl
+  The kernel can request CPU microcode itself now and microcode_ctl is
+  no longer required.
+- commit 3fb567f
+
+---
+Thu Jul 25 00:51:31 CEST 2013 - je...@suse.com
+
+- config: enable early CPU microcode loading.
+- commit 0911270
+
+---
+Wed Jul 24 19:12:20 CEST 2013 - je...@suse.com
+
+- btrfs: fall back to global reservation when removing subvolumes.
+- commit 026dc43
+
+---
+Wed Jul 24 08:25:45 CEST 2013 - jsl...@suse.cz
+
+- drm/i915: correctly restore fences with objects attached
+  (bnc#830492).
+- commit e9259e0
+
+---
+Tue Jul 23 03:35:59 CEST 2013 - je...@suse.com
+
+- config: disable USB_CHIPIDEA
+- commit 00cdcf9
+

commit python-boto for openSUSE:Factory

2013-08-18 Thread h_root
Hello community,

here is the log from the commit of package python-boto for openSUSE:Factory 
checked in at 2013-08-18 22:34:37

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


Package is python-boto

Changes:

--- /work/SRC/openSUSE:Factory/python-boto/python-boto-doc.changes  
2012-04-12 09:51:08.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-boto.new/python-boto-doc.changes 
2013-08-18 22:34:39.0 +0200
@@ -1,0 +2,16 @@
+Thu Aug  8 13:02:29 UTC 2013 - rschweik...@suse.com
+
+- update to version 2.9.9
+  * Updated CloudFront docs. (issue 1546, commit a811197)
+  * Updated the URL explaining the use of base64 in SQS messages.
+(issue 1596, commit 00de3a2)
+  * Typo in boto.connection fixed. (issue 1569, commit cf39fd)
+  * All previous release notes added to the docs. (commit 165596)
+  * Corrected error in get_all_tags docs. (commit 4bca5d)
+  * Corrected a typo in the S3 tutorial. (commit f0cef8)
+  * Corrected several import errors in the DDBv2 tutorial. (commit 5401a3)
+  * Fixed an error in the get_key_pair docstring. (issue 1590, commit a9cb8d)
+
+
+
+---
--- /work/SRC/openSUSE:Factory/python-boto/python-boto.changes  2013-06-25 
14:44:45.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-boto.new/python-boto.changes 
2013-08-18 22:34:39.0 +0200
@@ -1,0 +2,59 @@
+Thu Aug  8 12:50:30 UTC 2013 - rschweik...@suse.com
+
+- update to 2.9.9
+  * Added AMI, configuration manager  Chef 11 support to Opsworks.
+(commit 55725fc).
+  * Added in support for SQS messages. (issue 1593, commit e5fe1ed)
+  * Added support for the ap-southeast-2 region in Elasticache.
+(issue 1607, commit 9986b61)
+  * Added support for block device mappings in ELB.
+(issue 1343, issue 753, issue 1357, commit 974a23a)
+  * Added support for DBSubnetGroup in RDS.
+(issue 1500, commit 01eef87, commit 45c60a0, commit c4c859e)
+  * Fixed the canonicalization of paths on Windows. (issue 1609, commit 
a1fa98c)
+  * Fixed how BotoServerException uses message. (issue 1353, commit b944f4b)
+  * Fixed DisableRollback always being True in a CloudFormation Stack.
+(issue 1379, commit 32b3150)
+  * Changed EMR instance groups to no longer require a string price
+(can now be a Decimal). (issue 1396, commit dfc39ff)
+  * Altered Distribution._sign_string to accept any file-like object as
+well within CloudFront. (issue 1349, commit 8df6c14)
+  * Fixed the detach_lb_from_subnets call within ELB.
+(issue 1417, issue 1418 commit 4a397bd, commit c11d72b,
+ commit 9e595b5, commit 634469d, commit 586dd54)
+  * Altered boto to obey no_proxy environment variables.
+(issue 1600, issue 1603, commit aaef5a9)
+  * Fixed ELB connections to use HTTPS by default. (issue 1587, commit fe158c4)
+  * Updated S3 to be Python 2.5 compatible again. (issue 1598, commit 066009f)
+  * All calls within SES will now return all DKIMTokens, instead of just one.
+(issue 1550, issue 1610, commit 1a079da, commit 1e82f85, commit 5c8b6b8)
+  * Fixed the logging parameter within DistributionConfig in CloudFront
+to respect whatever is provided to the constructor.
+(issue 1457, commit e76180d)
+  * Fixed CloudSearch to no longer raise an error if a non-JSON response
+is received. (issue 1555, issue 1614, commit 5e2c292, commit 6510e1f)
+  * Added support for the DecodeAuthorizationMessage in STS (commit 1ada5ac).
+  * Added support for creating/deleting/describing ``OptionGroup``s in RDS.
+(commit d629228  commit d059a3b)
+  * Added CancelUpdateStack to CloudFormation. (issue 1476, commit 5bae130)
+  * Added support for getting/setting lifecycle configurations on GS buckets.
+(issue 1604, commit 652fc81)
+  * Added region support to bin/elbadmin. (issue 1586, commit 2ffbc60)
+  * Changed the mock storage to use case-insensitive headers.
+(issue 1594, commit 71849cb)
+  * Added complex_listeners to ELB. (issue 1048, commit b782ce2)
+  * Added tests for Route53’s ResourceRecordSets. (commit fad5bde)
+  * Added support for selecting specific attributes in DynamoDB v2.
+(issue 1567, commit d9e5c2)
+  * Added support for variable bit rate, max frame rate  watermark
+features in Elastic Transcoder. (commit 3791c9)
+  * Altered RDS to now use SigV4. (commit be1633)
+  * Removed parsing check in StorageUri. (commit 21bc8f)
+  * More information returned about GS key generation.
+(issue 1571, commit 6d5e3a)
+  * Upload handling headers now case-insensitive. (issue 1575, commit 60383d)
+  * Several CloudFormation timestamp updates.
+(issue 1582, issue 1583, issue 1588, commit 0a23d34, commit 6d4209)
+  * Corrected a bug in how limits are handled in DynamoDB v2
+

commit python-alembic for openSUSE:Factory

2013-08-18 Thread h_root
Hello community,

here is the log from the commit of package python-alembic for openSUSE:Factory 
checked in at 2013-08-18 22:34:29

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


Package is python-alembic

Changes:

--- /work/SRC/openSUSE:Factory/python-alembic/python-alembic.changes
2013-04-26 12:37:31.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-alembic.new/python-alembic.changes   
2013-08-18 22:34:31.0 +0200
@@ -1,0 +2,17 @@
+Thu Aug  8 20:36:51 UTC 2013 - dmuel...@suse.com
+
+- update to 0.6.0:
+  * [feature] Added new kw argument to EnvironmentContext.configure() 
include_object.
+  * [feature] The output of the alembic history command is now expanded.
+  * [feature] Added alembic.config.Config.cmd_opts attribute, allows access to 
the
+  argparse options passed to the alembic runner.(link)
+  * [feature] Added new command line argument -x, allows extra arguments to be
+  appended to the command line which can be consumed within an env.py script by
+  looking at context.config.cmd_opts.x, or more simply a new method
+  EnvironmentContext.get_x_argument().(link)
+  * [feature] Added -r argument to alembic history command, allows 
specification of [start]:[end] to view a slice of history. 
+  * [feature] Source base is now in-place for Python 2.6 through 3.3, 
+  without the need for 2to3. 
+  * [feature] Added new kw argument to EnvironmentContext.configure() 
include_object.
+
+---

Old:

  alembic-0.5.0.tar.gz
  zzzeek-alembic-5c05656a0f81.zip

New:

  alembic-0.6.0.tar.gz



Other differences:
--
++ python-alembic.spec ++
--- /var/tmp/diff_new_pack.wCp5d1/_old  2013-08-18 22:34:32.0 +0200
+++ /var/tmp/diff_new_pack.wCp5d1/_new  2013-08-18 22:34:32.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   python-alembic
-Version:0.5.0
+Version:0.6.0
 Release:0
 Url:http://bitbucket.org/zzzeek/alembic
 Summary:A database migration tool for SQLAlchemy

++ alembic-0.5.0.tar.gz - alembic-0.6.0.tar.gz ++
 4769 lines of diff (skipped)

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



commit python-pytest-cov for openSUSE:Factory

2013-08-18 Thread h_root
Hello community,

here is the log from the commit of package python-pytest-cov for 
openSUSE:Factory checked in at 2013-08-18 22:35:19

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


Package is python-pytest-cov

Changes:

New Changes file:

--- /dev/null   2013-07-23 23:44:04.804033756 +0200
+++ /work/SRC/openSUSE:Factory/.python-pytest-cov.new/python-pytest-cov.changes 
2013-08-18 22:35:21.0 +0200
@@ -0,0 +1,5 @@
+---
+Mon Aug 12 09:35:04 UTC 2013 - speili...@suse.com
+
+- Initial version
+

New:

  pytest-cov-1.6.tar.gz
  python-pytest-cov.changes
  python-pytest-cov.spec



Other differences:
--
++ python-pytest-cov.spec ++
#
# spec file for package python-pytest-cov
#
# 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-pytest-cov
Version:1.6
Release:0
License:MIT
Summary:Pytest plugin for coverage reporting
Url:http://bitbucket.org/memedough/pytest-cov/overview
Group:  Development/Languages/Python
Source: 
https://pypi.python.org/packages/source/p/pytest-cov/pytest-cov-%{version}.tar.gz
BuildRequires:  python-devel
BuildRequires:  python-setuptools
# Test requirements:
BuildRequires:  python-py
Requires:   python-pytest = 2.2.3
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
This plugin produces coverage reports.  It supports centralised testing and 
distributed testing in
both load and each modes.  It also supports coverage of subprocesses.

All features offered by the coverage package should be available, either 
through pytest-cov or
through coverage's config file.

%prep
%setup -q -n pytest-cov-%{version}

%build
python setup.py build

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

%check
python test_pytest_cov.py

%files
%defattr(-,root,root,-)
%doc LICENSE.txt README.txt
%{python_sitelib}/*

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



commit php5-pear-phpunit-Text_Template for openSUSE:Factory

2013-08-18 Thread h_root
Hello community,

here is the log from the commit of package php5-pear-phpunit-Text_Template for 
openSUSE:Factory checked in at 2013-08-18 22:39:14

Comparing /work/SRC/openSUSE:Factory/php5-pear-phpunit-Text_Template (Old)
 and  /work/SRC/openSUSE:Factory/.php5-pear-phpunit-Text_Template.new (New)


Package is php5-pear-phpunit-Text_Template

Changes:

--- 
/work/SRC/openSUSE:Factory/php5-pear-phpunit-Text_Template/php5-pear-phpunit-Text_Template.changes
  2012-02-29 14:10:41.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.php5-pear-phpunit-Text_Template.new/php5-pear-phpunit-Text_Template.changes
 2013-08-18 22:39:16.0 +0200
@@ -1,0 +2,7 @@
+Sun Aug  4 21:23:25 UTC 2013 - robert.munte...@gmail.com
+
+- Updated to version 1.1.4
+ - Improved error message in case `renderTo()` cannot write to 
+   the target file  
+
+---

Old:

  Text_Template-1.1.1.tgz

New:

  Text_Template-1.1.4.tgz



Other differences:
--
++ php5-pear-phpunit-Text_Template.spec ++
--- /var/tmp/diff_new_pack.f1tPdN/_old  2013-08-18 22:39:16.0 +0200
+++ /var/tmp/diff_new_pack.f1tPdN/_new  2013-08-18 22:39:16.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package php5-pear-phpunit-Text_Template
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# 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
@@ -16,15 +16,14 @@
 #
 
 
-
 Name:   php5-pear-phpunit-Text_Template
 %define pear_name  Text_Template
 %define pear_sname text_template
 Summary:Simple template engine
-Version:1.1.1
-Release:1
 License:BSD-3-Clause
 Group:  Development/Libraries/PHP
+Version:1.1.4
+Release:0
 Source0:http://pear.phpunit.de/get/%{pear_name}-%{version}.tgz
 Url:http://pear.phpunit.de/
 Requires:   php5-pear-channel-phpunit
@@ -36,13 +35,14 @@
 BuildArch:  noarch
 
 # Fix for renaming (package convention)
-Provides:   php5-pear-%{pear_sname} = %{version}
-Provides:   php-pear-%{pear_sname} = %{version}
-Provides:   php-pear-%{pear_name} pear-%{pear_name}
+Provides:   pear-%{pear_name}
 Provides:   pear-%{pear_sname} = %{version}
-Obsoletes:  php5-pear-%{pear_sname}  %{version}
-Obsoletes:  php-pear-%{pear_sname}  %{version}
+Provides:   php-pear-%{pear_name}
+Provides:   php-pear-%{pear_sname} = %{version}
+Provides:   php5-pear-%{pear_sname} = %{version}
 Obsoletes:  pear-%{pear_sname}  %{version}
+Obsoletes:  php-pear-%{pear_sname}  %{version}
+Obsoletes:  php5-pear-%{pear_sname}  %{version}
 
 %description
 This is a simple template engine which is used in phpunit.

++ Text_Template-1.1.1.tgz - Text_Template-1.1.4.tgz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Text_Template-1.1.1/ChangeLog.markdown 
new/Text_Template-1.1.1/ChangeLog.markdown
--- old/Text_Template-1.1.1/ChangeLog.markdown  2011-11-22 14:00:08.0 
+0100
+++ new/Text_Template-1.1.1/ChangeLog.markdown  1970-01-01 01:00:00.0 
+0100
@@ -1,9 +0,0 @@
-Text_Template 1.1
-=
-
-This is the list of changes for the Text_Template 1.1 release series.
-
-Text_Template 1.1.1

-
-* No changes.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Text_Template-1.1.1/LICENSE 
new/Text_Template-1.1.1/LICENSE
--- old/Text_Template-1.1.1/LICENSE 2011-11-22 14:00:08.0 +0100
+++ new/Text_Template-1.1.1/LICENSE 1970-01-01 01:00:00.0 +0100
@@ -1,33 +0,0 @@
-Text_Template
-
-Copyright (c) 2009-2011, Sebastian Bergmann s...@sebastian-bergmann.de.
-All rights reserved.
-
-Redistribution and use in source and binary forms, with or without
-modification, are permitted provided that the following conditions
-are met:
-
- * Redistributions of source code must retain the above copyright
-   notice, this list of conditions and the following disclaimer.
-
- * Redistributions in binary form must reproduce the above copyright
-   notice, this list of conditions and the following disclaimer in
-   the documentation and/or other materials provided with the
-   distribution.
-
- * Neither the name of Sebastian Bergmann nor the names of his
-   contributors may be used to endorse or promote products derived
-   from this software without specific prior written permission.
-
-THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
-AS IS AND ANY EXPRESS OR IMPLIED WARRANTIES, 

commit python-swiftclient for openSUSE:Factory

2013-08-18 Thread h_root
Hello community,

here is the log from the commit of package python-swiftclient for 
openSUSE:Factory checked in at 2013-08-18 22:39:10

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


Package is python-swiftclient

Changes:

--- /work/SRC/openSUSE:Factory/python-swiftclient/python-swiftclient.changes
2013-07-10 17:32:18.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-swiftclient.new/python-swiftclient.changes   
2013-08-18 22:39:12.0 +0200
@@ -1,0 +2,19 @@
+Sun Jul 14 00:04:39 UTC 2013 - opensuse-cl...@opensuse.org
+
+- Update to version 1.5.0.7:
+  + Update docstring for swiftclient.Connection.__init__
+
+---
+Sat Jul 13 00:04:06 UTC 2013 - opensuse-cl...@opensuse.org
+
+- Update to version 1.5.0.6:
+  + Allow setting # of retries in the binary
+  + Adds max-backoff for retries in Connection.
+
+---
+Thu Jul 11 08:24:06 UTC 2013 - opensuse-cl...@opensuse.org
+
+- Update to version 1.5.0.2:
+  + Allow storage url override for both auth vers.
+
+---



Other differences:
--
++ python-swiftclient.spec ++
--- /var/tmp/diff_new_pack.1fQnr4/_old  2013-08-18 22:39:12.0 +0200
+++ /var/tmp/diff_new_pack.1fQnr4/_new  2013-08-18 22:39:12.0 +0200
@@ -19,7 +19,7 @@
 %define component swiftclient
 
 Name:   python-%{component}
-Version:1.4.0.35
+Version:1.5.0.17
 Release:0
 Summary:Openstack Object Storage (Swift) API Client
 License:Apache-2.0
@@ -78,13 +78,13 @@
 This package contains testsuite files for %{name}.
 
 %prep
-%setup -q -n python-swiftclient-1.4.0.35.g94d7c23
+%setup -q -n python-swiftclient-1.5.0.17.gc626c2a
 %openstack_cleanup_prep
 
 %build
 python setup.py build
 python setup.py build_sphinx
-rm -rf doc/build/html/{.buildinfo,.doctrees}
+rm doc/build/html/.buildinfo
 
 %install
 python setup.py install --prefix=%{_prefix} --root=%{buildroot}

++ python-swiftclient-master.tar.gz ++
 2679 lines of diff (skipped)

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



commit openstack-quickstart for openSUSE:Factory

2013-08-18 Thread h_root
Hello community,

here is the log from the commit of package openstack-quickstart for 
openSUSE:Factory checked in at 2013-08-18 22:39:05

Comparing /work/SRC/openSUSE:Factory/openstack-quickstart (Old)
 and  /work/SRC/openSUSE:Factory/.openstack-quickstart.new (New)


Package is openstack-quickstart

Changes:

--- 
/work/SRC/openSUSE:Factory/openstack-quickstart/openstack-quickstart.changes
2013-07-02 12:26:33.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.openstack-quickstart.new/openstack-quickstart.changes
   2013-08-18 22:39:07.0 +0200
@@ -1,0 +2,8 @@
+Sun Jul 14 23:50:47 UTC 2013 - cloud-de...@suse.de
+
+- Update to latest git (200c026):
+  + Setup heat
+  + add missing comment
+  + Setup database connection in neutron
+
+---

Old:

  openstack-quickstart-2013.1+git.1370075232.e1b6374.tar.gz

New:

  devstack-master.tar.gz
  openstack-quickstart-2013.2+git.1373836091.200c026.tar.gz



Other differences:
--
++ openstack-quickstart.spec ++
--- /var/tmp/diff_new_pack.QSBPIE/_old  2013-08-18 22:39:08.0 +0200
+++ /var/tmp/diff_new_pack.QSBPIE/_new  2013-08-18 22:39:08.0 +0200
@@ -17,13 +17,14 @@
 
 
 Name:   openstack-quickstart
-Version:2013.1+git.1370075232.e1b6374
+Version:2013.2+git.1373836091.200c026
 Release:0
 Summary:OpenStack Quickstart
 License:MIT
 Group:  System/Management
 Url:http://en.opensuse.org/SDB:Cloud_OpenStack_Quickstart
 Source0:%{name}-%{version}.tar.gz
+Source1:devstack-master.tar.gz
 Suggests:   patterns-OpenStack-clients
 Suggests:   patterns-OpenStack-compute-node
 Suggests:   patterns-OpenStack-controller
@@ -36,16 +37,23 @@
 Scripts and configs to easily generate an openstack demo setup.
 
 %prep
-%setup -q
+%setup -q -a 1
 
 %build
 
 %install
 make install DESTDIR=%{buildroot}
 
+# install some stuff from devstack
+ds=%{buildroot}/usr/lib/devstack
+for i in exercise.sh functions openrc stackrc eucarc exerciserc; do 
+  install -m 755 devstack-master/$i  $ds
+done
+cp -r devstack-master/exercises devstack-master/lib $ds
+
 %files
 %defattr(-,root,root)
-%config %{_sbindir}/openstack-quickstart-*
+%{_sbindir}/openstack-quickstart-*
 %{_sbindir}/openstack-loopback-lvm
 %{_bindir}/getkstoken
 /usr/lib/devstack

++ _service ++
--- /var/tmp/diff_new_pack.QSBPIE/_old  2013-08-18 22:39:08.0 +0200
+++ /var/tmp/diff_new_pack.QSBPIE/_new  2013-08-18 22:39:08.0 +0200
@@ -12,6 +12,19 @@
 param name=compressiongz/param
   /service
 
+  service name=tar_scm mode=disabled
+param name=urlgit://github.com/openstack-dev/devstack.git/param
+param name=scmgit/param
+param name=exclude.git/param
+param name=versionformatmaster/param
+param name=revisionmaster/param
+  /service
+
+  service name=recompress mode=disabled
+param name=filedevstack-master.tar/param
+param name=compressiongz/param
+  /service
+
   service name=set_version mode=disabled
 param name=basenameopenstack-quickstart/param
   /service

++ openstack-quickstart-2013.1+git.1370075232.e1b6374.tar.gz - 
openstack-quickstart-2013.2+git.1373836091.200c026.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/openstack-quickstart-2013.1+git.1370075232.e1b6374/etc/bash.openstackrc 
new/openstack-quickstart-2013.2+git.1373836091.200c026/etc/bash.openstackrc
--- old/openstack-quickstart-2013.1+git.1370075232.e1b6374/etc/bash.openstackrc 
2013-06-02 02:02:52.0 +0200
+++ new/openstack-quickstart-2013.2+git.1373836091.200c026/etc/bash.openstackrc 
2013-08-07 02:08:37.0 +0200
@@ -1,44 +1,27 @@
-# adjusted by bmw
-# default credentials for SUSE OpenStack appliance
+# default credentials for SUSE OpenStack Appliance
 
 # input: optional username
 # input: optional password
-# sets required variables for nova, will read from stdin if param not given
+# sets required variables for OpenStack services, reads from stdin if not given
 function setcreds() {
-   export NOVA_PROJECT_ID=$1
-   if [ -z $NOVA_PROJECT_ID ] ; then
+   export OS_USERNAME=$1
+   if [ -z $OS_USERNAME ] ; then
echo -n username: 
-   read NOVA_PROJECT_ID
+   read OS_USERNAME
fi
-   export NOVA_USERNAME=$NOVA_PROJECT_ID
-   export NOVA_API_KEY=$2
-   if [ -z $NOVA_API_KEY ] ; then
+   export OS_PASSWORD=$2
+   if [ -z $OS_PASSWORD ] ; then
echo password (will not be echoed): 
-   read -s NOVA_API_KEY
+   read -s OS_PASSWORD
fi
-   export 

commit python-novaclient for openSUSE:Factory

2013-08-18 Thread h_root
Hello community,

here is the log from the commit of package python-novaclient for 
openSUSE:Factory checked in at 2013-08-18 22:39:49

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


Package is python-novaclient

Changes:

--- /work/SRC/openSUSE:Factory/python-novaclient/python-novaclient.changes  
2013-07-04 18:05:40.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-novaclient.new/python-novaclient.changes 
2013-08-18 22:39:51.0 +0200
@@ -1,0 +2,74 @@
+Thu Aug 15 00:08:13 UTC 2013 - opensuse-cl...@opensuse.org
+
+- Update to version 2.14.1.17:
+  + python3: Fix traceback while running tests
+
+---
+Tue Aug 13 23:35:20 UTC 2013 - opensuse-cl...@opensuse.org
+
+- Update to version 2.14.1.16:
+  + Begin adding v3 api support
+  + Enable v3 api code
+  + Remove old references
+  + Updated from global requirements
+
+---
+Mon Aug 12 23:41:25 UTC 2013 - opensuse-cl...@opensuse.org
+
+- Update to version 2.14.1.8:
+  + Clean up inaccurate docstrings of server list() method
+  + FakeClient: fix the arguments of a string format.
+
+---
+Sat Aug 10 11:04:31 UTC 2013 - opensuse-cl...@opensuse.org
+
+- Update to version 2.14.1.4:
+  + Fix typo and grammar in docstring only
+
+---
+Thu Aug  8 23:53:40 UTC 2013 - opensuse-cl...@opensuse.org
+
+- Update to version 2.14.1.2:
+  + Do not restrict flavor to only ID and integers
+
+---
+Thu Aug  8 00:01:15 UTC 2013 - opensuse-cl...@opensuse.org
+
+- Update to version 2.14.0.1:
+  + remove requests version max
+
+---
+Wed Aug  7 00:17:28 UTC 2013 - opensuse-cl...@opensuse.org
+
+- Update to version 2.13.0.153:
+  + Sync with global requirements
+
+---
+Fri Jul 26 12:17:12 UTC 2013 - bwiedem...@suse.com
+
+- Drop upstreamed patches
+
+---
+Mon Jul 15 23:59:45 UTC 2013 - opensuse-cl...@opensuse.org
+
+- Update to version 2.13.0.112:
+  + CLI for disable service reason
+
+---
+Thu Jul 11 08:46:57 UTC 2013 - opensuse-cl...@opensuse.org
+
+- Update to version 2.13.0.110:
+  + python3: Fix unicode compatibility python2/python3
+
+---
+Wed Jul 10 15:12:32 UTC 2013 - dmuel...@suse.com
+
+- add 0001-Skip-setting-volume_size-if-not-given.patch (bnc#828490) 
+
+---
+Tue Jul  9 10:32:16 UTC 2013 - opensuse-cl...@opensuse.org
+
+- Update to version 2.13.0.108:
+  + Sync install_venv_common from oslo
+
+---

Old:

  0001-Restore-compatibility-with-PrettyTable-0.7.2-update.patch



Other differences:
--
++ python-novaclient.spec ++
--- /var/tmp/diff_new_pack.N1EIQY/_old  2013-08-18 22:39:51.0 +0200
+++ /var/tmp/diff_new_pack.N1EIQY/_new  2013-08-18 22:39:51.0 +0200
@@ -19,7 +19,7 @@
 %define component novaclient
 
 Name:   python-%{component}
-Version:2.13.0.107
+Version:2.14.1.17
 Release:0
 Summary:Openstack Compute (Nova) API Client
 License:Apache-2.0
@@ -92,7 +92,7 @@
 This package contains testsuite files for %{name}.
 
 %prep
-%setup -q -n python-novaclient-2.13.0.107.g5c8616d
+%setup -q -n python-novaclient-2.14.1.17.g8dbd684
 %openstack_cleanup_prep
 
 %build
@@ -102,7 +102,7 @@
 %install
 python setup.py install --prefix=%{_prefix} --root=%{buildroot} 
--install-data=%{python_sitelib}
 chmod +x %{buildroot}/%{_bindir}/nova
-rm -rf doc/build/html/{.buildinfo,.doctrees}
+rm doc/build/html/.buildinfo
 
 ### bash-completion
 install -p -D -m 644 %{SOURCE2} 
%{buildroot}%{_sysconfdir}/bash_completion.d/openstack-nova.sh

++ python-novaclient-master.tar.gz ++
 10267 lines of diff (skipped)

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



commit python-glanceclient for openSUSE:Factory

2013-08-18 Thread h_root
Hello community,

here is the log from the commit of package python-glanceclient for 
openSUSE:Factory checked in at 2013-08-18 22:39:01

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


Package is python-glanceclient

Changes:

--- /work/SRC/openSUSE:Factory/python-glanceclient/python-glanceclient.changes  
2013-07-22 13:48:19.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-glanceclient.new/python-glanceclient.changes 
2013-08-18 22:39:02.0 +0200
@@ -1,0 +2,33 @@
+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
+
+---



Other differences:
--
++ python-glanceclient.spec ++
--- /var/tmp/diff_new_pack.IHibQq/_old  2013-08-18 22:39:02.0 +0200
+++ /var/tmp/diff_new_pack.IHibQq/_new  2013-08-18 22:39:02.0 +0200
@@ -19,7 +19,7 @@
 %define component glanceclient
 
 Name:   python-glanceclient
-Version:0.9.0.48
+Version:0.10.0.7
 Release:0
 Summary:Openstack Image (Glance) API Client
 License:Apache-2.0
@@ -80,7 +80,7 @@
 This package contains testsuite files for %{name}.
 
 %prep
-%setup -q -n python-glanceclient-0.9.0.48.g8427208
+%setup -q -n python-glanceclient-0.10.0.7.g7e4ba22
 %openstack_cleanup_prep
 # Our package versioning scheme is different (but we provide the correct 
thing) thus:
 sed -i s|python-keystoneclient=0.1.2,1|python-keystoneclient| 
requirements.txt

++ python-glanceclient-master.tar.gz ++
 2692 lines of diff (skipped)

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



commit openstack-dashboard for openSUSE:Factory

2013-08-18 Thread h_root
Hello community,

here is the log from the commit of package openstack-dashboard for 
openSUSE:Factory checked in at 2013-08-18 22:39:39

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


Package is openstack-dashboard

Changes:

--- /work/SRC/openSUSE:Factory/openstack-dashboard/openstack-dashboard.changes  
2013-06-20 21:24:47.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.openstack-dashboard.new/openstack-dashboard.changes 
2013-08-18 22:39:41.0 +0200
@@ -0,0 +1,26 @@
+---
+Sun Aug 11 23:57:25 UTC 2013 - opensuse-cl...@opensuse.org
+
+- Update to version 2013.2.a69.gfe659b2:
+  + Sync install_venv_common from oslo
+  + Refactoring of user assignment workflow.
+  + Updated from global requirements
+  + Customization: Add an explicit example of disabling Floating IPs
+  + fix gettext calls to work on uninterpolated strings
+
+---
+Thu Aug  8 23:36:07 UTC 2013 - opensuse-cl...@opensuse.org
+
+- Update to version 2013.2.a60.g99c46c2:
+  + Allow translators to control the word order
+  + Updates Topology to correctly handle resources in the INIT state.
+  + Ensure the user monkey patching is done for the API tests
+  + Revert Fix selector syntax
+
+---
+Wed Aug  7 08:36:01 UTC 2013 - opensuse-cl...@opensuse.org
+
+- Update to version 2013.2.a53.g8cc1517:
+  + Update implementation and remove TODO comment
+  + Fix selector syntax
+
@@ -2 +28 @@
-Tue Jun 18 23:57:20 UTC 2013 - opensuse-cl...@opensuse.org
+Mon Aug  5 21:06:44 UTC 2013 - opensuse-cl...@opensuse.org
@@ -4,3 +30,78 @@
-- Update to version 2013.1.3.a5.g21a4b20:
-  + Increase socket timeout for selenium tests
-  + Mark additional strings as translatable
+- Update to version 2013.2.a49.g602275b:
+  + Fix typo.
+  + Fixing missed translation.
+
+
+Sat Aug  3 23:59:40 UTC 2013 - opensuse-cl...@opensuse.org
+
+- Update to version 2013.2.a46.gf02f0ee:
+  + Better sorting of flavors in the Launch Instance view
+
+
+Sat Aug  3 00:03:01 UTC 2013 - opensuse-cl...@opensuse.org
+
+- Update to version 2013.2.a45.ga68fae2:
+  + Fixed keystone test data to match openstack_auth.
+  + Minor typo corrections
+
+
+Fri Aug  2 00:12:03 UTC 2013 - opensuse-cl...@opensuse.org
+
+- Update to version 2013.2.a42.ga81bfc2:
+  + Add Image Source Field to choose Location or File
+
+
+Thu Aug  1 13:15:38 UTC 2013 - speili...@suse.com
+
+- Update to version 2013.2.a40.gfe2554a:
+  + Ignore non-existing attr in APIResourceWrapper __repr__
+  + Flavor ID added to Flavor creation form
+  + Replaces term tenant with project
+  + calling nova extensions api to enable certain nova features
+  + Email field is made not mandatory in user creation and editing.
+- Add 0001-Fix-selector-syntax.patch
+- Refresh 0001-Drop-NodeJS-dependency-in-favor-of-pure-python-lessc.patch
+
+
+Tue Jul 30 13:14:13 UTC 2013 - opensuse-cl...@opensuse.org
+
+- Update to version 2013.2.a31.g9bb75cf:
+  + Query a period of time for usage summary
+  + Correct error messages
+  + removing horizon exceptions adding colors to log messages
+  + Add column Uptime to instances overview
+  + Update heat and ceilometer clients requirements
+  + Make row actions menu visible for the lower row
+  + remove 'import *' usage (or mark is #noqa)
+
+---
+Fri Jul 26 12:23:13 UTC 2013 - bwiedem...@suse.com
+
+- refresh 0001-Drop-NodeJS-dependency-in-favor-of-pure-python-lessc.patch
+  to not have fuzz
+
+
+Thu Jul 25 23:46:50 UTC 2013 - opensuse-cl...@opensuse.org
+
+- Update to version 2013.2.a18.g07b1343:
+  + Enable pep8 F841 checking.
+  + Use oslo.sphinx and remove local copy of doc theme
+  + Removed a comment from tox.ini that no longer applied.
+  + Unpinning upper bound on python-*clients
+  + fix r'home/$' in url partten
+  + added Compute Services to System Info panel
+  + adding aggregates panel to admin dashboard
+
+
+Mon Jul 22 23:55:56 UTC 2013 - opensuse-cl...@opensuse.org
+
+- Update to version 2013.2.a7.g11fccd3:
+  + rename enable action to toggle
+  + Fixing the AJAX function location
+  + Remove all_tenants from server_list of Floating IPs tab
+

commit python-heatclient for openSUSE:Factory

2013-08-18 Thread h_root
Hello community,

here is the log from the commit of package python-heatclient for 
openSUSE:Factory checked in at 2013-08-18 22:40:04

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


Package is python-heatclient

Changes:

--- /work/SRC/openSUSE:Factory/python-heatclient/python-heatclient.changes  
2013-07-18 18:08:31.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-heatclient.new/python-heatclient.changes 
2013-08-18 22:40:06.0 +0200
@@ -0,0 +1,53 @@
+---
+Wed Aug 14 00:07:28 UTC 2013 - opensuse-cl...@opensuse.org
+
+- Update to version 0.2.4.4:
+  + Generate a template from a resource
+
+---
+Sat Aug 10 11:08:17 UTC 2013 - opensuse-cl...@opensuse.org
+
+- Update to version 0.2.4.2:
+  + Fix heat event list sorted order incorrect
+
+---
+Thu Aug  8 14:40:37 UTC 2013 - opensuse-cl...@opensuse.org
+
+- Update to version 0.2.4.1:
+  + Updated from global requirements
+
+---
+Wed Aug  7 23:49:59 UTC 2013 - opensuse-cl...@opensuse.org
+
+- Update to version 0.2.3.15.g2c05c73:
+  + Add mock as a test requirement
+  + Fix Stack instance delete method
+  + Custom Stack get method to avoid lookup redirects
+  + Do not paginate stack list unless page_size is set
+  + Remove unused Stack data method
+
+---
+Tue Aug  6 23:52:13 UTC 2013 - opensuse-cl...@opensuse.org
+
+- Update to version 0.2.3.10.g9104cb0:
+  + Sync with global requirements
+
+
+Mon Aug  5 21:15:56 UTC 2013 - opensuse-cl...@opensuse.org
+
+- Update to version 0.2.3.9.g529d429:
+  + Implement Stack status and action properties
+
+
+Tue Jul 30 14:52:28 UTC 2013 - opensuse-cl...@opensuse.org
+
+- Update to version 0.2.3.8.gcae2c0f:
+  + Parse error object (in json format) returned by heat-api
+
+
+Mon Jul 22 23:46:33 UTC 2013 - opensuse-cl...@opensuse.org
+
+- Update to version 0.2.3.6.ge5d68a4:
+  + Validate heat url is supplied for --os-no-client-auth.
+  + Set credentials headers if there is no auth token.
+



Other differences:
--
++ python-heatclient.spec ++
--- /var/tmp/diff_new_pack.5IJlTD/_old  2013-08-18 22:40:06.0 +0200
+++ /var/tmp/diff_new_pack.5IJlTD/_new  2013-08-18 22:40:06.0 +0200
@@ -19,7 +19,7 @@
 %define component heatclient
 
 Name:   python-%{component}
-Version:0.2.3.2.ga49cf4c
+Version:0.2.4.4
 Release:0
 Summary:Openstack Orchestration (Heat) API Client
 License:Apache-2.0
@@ -85,14 +85,14 @@
 This package contains testsuite files for %{name}.
 
 %prep
-%setup -q -n python-heatclient-0.2.3.2.ga49cf4c
+%setup -q -n python-heatclient-0.2.4.4.gc0457ff
 %openstack_cleanup_prep
 echo %{version}  heatclient/versioninfo
 
 %build
 python setup.py build
 python setup.py build_sphinx
-rm -rf doc/build/html/{.buildinfo,.doctrees}
+rm doc/build/html/.buildinfo
 
 %install
 python setup.py install --prefix=%{_prefix} --root=%{buildroot} 
--install-data=%{python_sitelib}

++ _service ++
--- /var/tmp/diff_new_pack.5IJlTD/_old  2013-08-18 22:40:06.0 +0200
+++ /var/tmp/diff_new_pack.5IJlTD/_new  2013-08-18 22:40:06.0 +0200
@@ -2,6 +2,7 @@
   service name=git_tarballs mode=disabled
 param 
name=urlhttp://tarballs.openstack.org/python-heatclient/python-heatclient-master.tar.gz/param
 param name=emailopensuse-cl...@opensuse.org/param
+param name=version-regexp.*-([^-]+)\.g[a-zA-Z0-9]{7}/param
 param name=plain-versionTrue/param
   /service
 /services

++ python-heatclient-master.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python-heatclient-0.2.3.2.ga49cf4c/.gitignore 
new/python-heatclient-0.2.4.4.gc0457ff/.gitignore
--- old/python-heatclient-0.2.3.2.ga49cf4c/.gitignore   2013-07-17 
01:45:28.0 +0200
+++ new/python-heatclient-0.2.4.4.gc0457ff/.gitignore   1970-01-01 
01:00:00.0 +0100
@@ -1,20 +0,0 @@
-.coverage
-.venv
-*,cover
-cover
-*.pyc
-.idea
-*.swp
-*~
-AUTHORS
-build
-dist
-ChangeLog
-run_tests.err.log
-.tox
-doc/source/api
-*.egg
-heatclient/versioninfo
-python_heatclient.egg-info
-*.log
-.testrepository
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 

commit python-cinderclient for openSUSE:Factory

2013-08-18 Thread h_root
Hello community,

here is the log from the commit of package python-cinderclient for 
openSUSE:Factory checked in at 2013-08-18 22:39:59

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


Package is python-cinderclient

Changes:

--- /work/SRC/openSUSE:Factory/python-cinderclient/python-cinderclient.changes  
2013-07-18 18:08:30.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-cinderclient.new/python-cinderclient.changes 
2013-08-18 22:40:01.0 +0200
@@ -1,0 +2,37 @@
+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
+
+---



Other differences:
--
++ python-cinderclient.spec ++
--- /var/tmp/diff_new_pack.yq2Kns/_old  2013-08-18 22:40:02.0 +0200
+++ /var/tmp/diff_new_pack.yq2Kns/_new  2013-08-18 22:40:02.0 +0200
@@ -19,7 +19,7 @@
 %define component cinderclient
 
 Name:   python-%{component}
-Version:1.0.4.66
+Version:1.0.5.16
 Release:0
 Summary:Openstack Block Storage (Cinder) API Client
 License:Apache-2.0
@@ -84,7 +84,7 @@
 This package contains testsuite files for %{name}.
 
 %prep
-%setup -q -n python-cinderclient-1.0.4.66.g509a54b
+%setup -q -n python-cinderclient-1.0.5.16.g43827f4
 %openstack_cleanup_prep
 echo %{version}  cinderclient/versioninfo
 
@@ -95,7 +95,7 @@
 %install
 python setup.py install --skip-build --prefix=%{_prefix} --root=%{buildroot}
 
-rm -rf doc/build/html/{.buildinfo,.doctrees}
+rm doc/build/html/.buildinfo
 
 ### bash-completion
 install -p -D -m 644 tools/cinder.bash_completion 
%{buildroot}%{_sysconfdir}/bash_completion.d/openstack-cinder.sh

++ python-cinderclient-master.tar.gz ++
 5584 lines of diff (skipped)

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



commit openstack-heat for openSUSE:Factory

2013-08-18 Thread h_root
Hello community,

here is the log from the commit of package openstack-heat for openSUSE:Factory 
checked in at 2013-08-18 22:40:14

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


Package is openstack-heat

Changes:

--- /work/SRC/openSUSE:Factory/openstack-heat/openstack-heat-doc.changes
2013-07-10 17:29:48.0 +0200
+++ /work/SRC/openSUSE:Factory/.openstack-heat.new/openstack-heat-doc.changes   
2013-08-18 22:40:16.0 +0200
@@ -1,0 +2,5 @@
+Thu Jul 18 08:52:40 UTC 2013 - bere...@b1-systems.de
+
+- setting correct paths to the generated documentation
+
+---
--- /work/SRC/openSUSE:Factory/openstack-heat/openstack-heat.changes
2013-07-10 17:29:48.0 +0200
+++ /work/SRC/openSUSE:Factory/.openstack-heat.new/openstack-heat.changes   
2013-08-18 22:40:16.0 +0200
@@ -1,0 +2,345 @@
+Thu Aug 15 00:07:28 UTC 2013 - opensuse-cl...@opensuse.org
+
+- Update to version 2013.2.a281.gc92aa02:
+  + Do validation in parameter schema
+  + Handle heat with SQLAlchemy = 0.8
+
+---
+Wed Aug 14 10:11:34 UTC 2013 - dmuel...@suse.com
+
+- fix requirements
+
+---
+Wed Aug 14 09:14:41 UTC 2013 - speili...@suse.com
+
+- Fix file permissions for /etc/heat/heat-*.conf files
+
+---
+Wed Aug 14 09:09:07 UTC 2013 - speili...@suse.com
+
+- Install global heat config file (etc/heat/heat.conf.sample) as
+  /etc/heat/heat.conf and load that from init files
+
+---
+Wed Aug 14 07:09:23 UTC 2013 - speili...@suse.com
+
+- Update to version 2013.2.a277.g752bf20:
+  + ReST API: Add an API for retrieving resource schemata
+  + Introduce new resource_data_delete db api
+  + Add constraint checking to Property schema
+  + Remove unneccessary Property constraints from unit tests
+  + Move property constraints validation to Schema
+  + Fix intermittent failure in autoscaling tests
+  + Move heat-cfn, heat-boto, heat-watch to new repo
+  + Add debug option to run_tests.sh
+  + Fix syntax description of HOT get_attr function
+  + Update Oslo to 96d1f887dda Part 1
+  + Tidy up a few places in test_engine_serivce.py
+  + Validate created/updated stacks in StackResource
+  + Use correct actions for StackResource
+  + Ensure all REST API error responses are consistent
+  + Fixes files with wrong bitmode
+  + Hot SoftwareConfig model part
+  + Revert Add missing _ imports to allow doc generation
+  + Not to eat Metadata parsing error
+  + Derive keystone_ec2_uri from auth_uri
+  + Update test requirements
+  + Stub ResourceWithProps instead of GenericResource
+  + Differentiate resource types in test_update_rollback_remove
+- No need to require shadow-utils anymore, even SLE_11_SP3 has pwdutils
+- Refresh dependencies
+- Drop outdated binaries (heat-boto, heat-cfn, heat-watch) and their 
+  man-pages
+
+---
+Mon Aug 12 23:51:33 UTC 2013 - opensuse-cl...@opensuse.org
+
+- Update to version 2013.2.a237.g499ef45:
+  + Fix problem creating ResourceFailure
+  + Port policy from oslo and refactor heat policy
+  + RPC Client: Add missing unit tests
+  + RPC: Add an RPC call to get a resource type schema
+  + Enable multi-cloud standalone mode
+  + Don't raise ResourceFailure directly in Instance
+  + Initial input for HOT template guide and spec
+  + Resolve LaunchConfig references
+  + Get rid of unused greenlet things in test_resource
+  + Fail fast if Resource action methods are missing
+
+---
+Sun Aug 11 23:53:59 UTC 2013 - opensuse-cl...@opensuse.org
+
+- Update to version 2013.2.a219.g82e01b6:
+  + Define a Schema format for properties
+  + Tidy up RPC API definitions
+
+---
+Sat Aug 10 10:55:30 UTC 2013 - opensuse-cl...@opensuse.org
+
+- Update to version 2013.2.a215.g872fcf8:
+  + Remove unnecessary individual import tests.utils.X
+  + Add unittests for faultwrap middleware
+  + db: Remove deprecated assert_unicode attribute
+  + Implement neutron health monitor resource
+  + Implement neutron pool resource
+  + HOT parameter validator part
+  + Use openstack rpc functions to generate _Remote exceptions
+  + Remove meaningless property set in models.HeatBase
+  + Tolerance for modified ceilometer alarm notification
+
+---
+Thu Aug  8 23:52:25 UTC 2013 - opensuse-cl...@opensuse.org
+
+- Update to version 2013.2.a198.gbafa5fe:

commit acpid for openSUSE:Factory

2013-08-18 Thread h_root
Hello community,

here is the log from the commit of package acpid for openSUSE:Factory checked 
in at 2013-08-18 22:43:32

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


Package is acpid

Changes:

--- /work/SRC/openSUSE:Factory/acpid/acpid.changes  2013-08-04 
16:48:00.0 +0200
+++ /work/SRC/openSUSE:Factory/.acpid.new/acpid.changes 2013-08-18 
22:43:34.0 +0200
@@ -1,0 +2,6 @@
+Tue Aug 13 06:44:10 UTC 2013 - mch...@suse.com
+
+- power_button: iterate systemd-logind sessions and do nothing if a
+  active X session found (bnc#810125) 
+
+---



Other differences:
--
++ power_button ++
--- /var/tmp/diff_new_pack.TVoiOV/_old  2013-08-18 22:43:34.0 +0200
+++ /var/tmp/diff_new_pack.TVoiOV/_new  2013-08-18 22:43:34.0 +0200
@@ -54,5 +54,28 @@
 fi
 done  (ck-list-sessions)   
 
+# iterate over all sessions. If a active X session is found, do nothing
+# bnc#810125 - 12.3 power button always halts system instead suspend
+# similar to consolekit checks, this time we check systemd-logind sessions
+while read SESSION DUMMY ; do
+
+# check if this is a X session, if not, go on
+DISP=`loginctl --property=Display show-session $SESSION`
+DISP=`echo $DISP | sed -e 's/^Display=//'`
+[ -n $DISP ] || continue
+
+STATE=`loginctl --property=State show-session $SESSION`
+STATE=`echo $STATE | sed -e 's/^State=//'`
+
+if [ $STATE = active -a -n $DISP ]; then
+   # additional check, if none of these two apps are running, go on
+   if [ -n `pidof kpowersave` -o -n `pidof gnome-power-manager` -o -n 
`pidof kded4` -o -n `pidof dalston-power-applet` -o -n `pidof 
gnome-settings-daemon` ]; then
+   echo doing nothing...
+   exit 0
+   fi
+fi
+
+done  (loginctl list-sessions)
+
 logger -s -t pm-profiler Power Button pressed, executing $EXEC
 $EXEC

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