commit autoyast2 for openSUSE:Factory

2013-04-29 Thread h_root
Hello community,

here is the log from the commit of package autoyast2 for openSUSE:Factory 
checked in at 2013-04-29 14:23:04

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


Package is autoyast2, Maintainer is f...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/autoyast2/autoyast2.changes  2013-04-05 
07:24:24.0 +0200
+++ /work/SRC/openSUSE:Factory/.autoyast2.new/autoyast2.changes 2013-04-29 
14:23:06.0 +0200
@@ -1,0 +2,15 @@
+Thu Apr 18 16:41:15 CEST 2013 - f...@suse.de
+
+- version 2.24.1
+- restart all running services to cover possible config changes
+  when auto-client of modules are executed (bnc#804454)
+
+---
+Mon Apr 15 18:16:04 CEST 2013 - f...@suse.de
+
+- prevent execution of init-scripts before they are fetched
+  (bnc#811688)
+- recognize mounted device also when by-id names are used 
+  in /proc/mounts (bnc#565557)
+
+---

Old:

  autoyast2-2.24.0.tar.bz2

New:

  autoyast2-2.24.1.tar.bz2



Other differences:
--
++ autoyast2.spec ++
--- /var/tmp/diff_new_pack.Ew0wr6/_old  2013-04-29 14:23:09.0 +0200
+++ /var/tmp/diff_new_pack.Ew0wr6/_new  2013-04-29 14:23:09.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   autoyast2
-Version:2.24.0
+Version:2.24.1
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ autoyast2-2.24.0.tar.bz2 - autoyast2-2.24.1.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/autoyast2-2.24.0/Makefile.am 
new/autoyast2-2.24.1/Makefile.am
--- old/autoyast2-2.24.0/Makefile.am2013-03-27 14:46:42.0 +0100
+++ new/autoyast2-2.24.1/Makefile.am2013-04-25 14:56:38.0 +0200
@@ -158,19 +158,14 @@
 
 TAGVERSION  = $(Y2TOOL) tagversion
 
-check-up-to-date check-cvs-up-to-date check-svn-up-to-date:
-   if [ -d $(srcdir)/CVS ]; then \
- cd $(srcdir)  ! cvs -q -n up 2/dev/null | grep '^[MCAR] ';\
-   else \
- cd $(srcdir)  ! LC_ALL=C svn status --show-updates --quiet | grep 
-v '^Status against revision' ;\
+# check if there is no modified files and all commits were pushed
+check-up-to-date:
+   if [ `git status --short --branch | sed '/##[^[]*$/d;/^??/d' | wc -l` 
-gt 0 ]; then \
+ (echo ERROR: Source is not commited and pushed. See `git status`; 
false) \
fi
 
 check-tagversion:
-   @if [ -d $(srcdir)/CVS ]; then \
- cd $(srcdir)  cvs status -v VERSION | grep -w `$(TAGVERSION) -n` ;\
-   else \
- cd $(srcdir)  svn cat `$(TAGVERSION) --echourl`/VERSION; \
-   fi /dev/null; \
+   cd $(srcdir)  $(TAGVERSION) --check /dev/null; \
[ $$? = 0 ] || ( echo ERROR: Please run 'tagversion' first; false )
 
 check-parse-old:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/autoyast2-2.24.0/Makefile.am.common 
new/autoyast2-2.24.1/Makefile.am.common
--- old/autoyast2-2.24.0/Makefile.am.common 2013-03-27 14:46:42.0 
+0100
+++ new/autoyast2-2.24.1/Makefile.am.common 2013-04-25 14:56:38.0 
+0200
@@ -31,7 +31,7 @@
 
 CHECK_SYNTAX = true
 check-syntax: $(client_DATA) $(ycpchook) $(ybcfiles)
-   @if test $(client_DATA); then \
+   @if test $(filter %.ycp,client_DATA); then \
  if $(CHECK_SYNTAX); then \
TO_CHECK=$(filter %.ycp,$^); \
echo Checking syntax of $${TO_CHECK}; \
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/autoyast2-2.24.0/Makefile.in 
new/autoyast2-2.24.1/Makefile.in
--- old/autoyast2-2.24.0/Makefile.in2013-03-27 14:46:46.0 +0100
+++ new/autoyast2-2.24.1/Makefile.in2013-04-25 14:56:43.0 +0200
@@ -980,19 +980,14 @@
 
 package: check-up-to-date check-tagversion check-textdomain package-local
 
-check-up-to-date check-cvs-up-to-date check-svn-up-to-date:
-   if [ -d $(srcdir)/CVS ]; then \
- cd $(srcdir)  ! cvs -q -n up 2/dev/null | grep '^[MCAR] ';\
-   else \
- cd $(srcdir)  ! LC_ALL=C svn status --show-updates --quiet | grep 
-v '^Status against revision' ;\
+# check if there is no modified files and all commits were pushed
+check-up-to-date:
+   if [ `git status --short --branch | sed '/##[^[]*$/d;/^??/d' | wc -l` 
-gt 0 ]; then \
+ (echo ERROR: Source is not commited and pushed. See `git status`; 
false) \
fi
 
 check-tagversion:
-   @if [ -d $(srcdir)/CVS ]; then \
- cd $(srcdir)  cvs status -v VERSION | grep -w `$(TAGVERSION) -n` ;\
-   else \
- cd 

commit chromium for openSUSE:Factory

2013-04-29 Thread h_root
Hello community,

here is the log from the commit of package chromium for openSUSE:Factory 
checked in at 2013-04-29 14:23:18

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


Package is chromium, Maintainer is orpha...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/chromium/chromium.changes2013-04-10 
20:21:50.0 +0200
+++ /work/SRC/openSUSE:Factory/.chromium.new/chromium.changes   2013-04-29 
14:23:43.0 +0200
@@ -1,0 +2,19 @@
+Sat Apr 27 21:34:51 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 28.0.1493
+  * bug and stability fixes
+  * Bring back the lost buildflag to enable proprietary codecs
+
+---
+Sun Apr 14 13:46:39 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 28.0.1479
+  * bug and stability fixes
+
+---
+Wed Apr 10 20:34:07 UTC 2013 - tittiatc...@gmail.com
+
+- use %config(noreplace) for /etc/default/chromium, so that user 
+  changes are preserved.
+
+---

Old:

  chromium.28.0.1468.0.svn192763.tar.bz2

New:

  chromium.28.0.1493.0.svn196982.tar.bz2



Other differences:
--
++ chromium.spec ++
--- /var/tmp/diff_new_pack.qtOiQM/_old  2013-04-29 14:24:56.0 +0200
+++ /var/tmp/diff_new_pack.qtOiQM/_new  2013-04-29 14:24:56.0 +0200
@@ -16,12 +16,12 @@
 #
 
 
-%define svn_revision 192763
+%define svn_revision 196982
 %define chromium_no_dlopen 1
 %define chromium_system_libs 0%{?suse_version}  1220
 
 Name:   chromium
-Version:28.0.1468.0
+Version:28.0.1493.0
 Release:0
 Summary:Google's opens source browser project
 License:BSD-3-Clause and LGPL-2.1+
@@ -92,6 +92,7 @@
 BuildRequires:  sqlite3-devel
 BuildRequires:  subversion
 BuildRequires:  update-desktop-files
+BuildRequires:  util-linux
 BuildRequires:  wdiff
 BuildRequires:  perl(Switch)
 BuildRequires:  pkgconfig(cairo) = 1.6
@@ -254,6 +255,7 @@
 -Duse_system_ffmpeg=0 \
 -Dbuild_ffmpegsumo=1 \
 -Dremove_webcore_debug_symbols=1 \
+-Dproprietary_codecs=1 \
 -Duse_system_libxml=1 \
 %ifnarch x86_64
 -Ddisable_sse2=1 \
@@ -269,7 +271,6 @@
 -Duse_system_libsrtp=1 \
 -Duse_system_libmtp=1 \
 -Duse_system_opus=1 \
--Duse_system_libwebp=1 \
 %endif
 %if 0%{?chromium_no_dlopen}
 -Duse_pulseaudio=1 \
@@ -423,7 +424,7 @@
 %defattr(-,root,root,-)
 %doc AUTHORS LICENSE
 %config %{_sysconfdir}/%{name}
-%config %{_sysconfdir}/default/chromium
+%config(noreplace) %{_sysconfdir}/default/chromium
 %dir %{_datadir}/gnome-control-center
 %dir %{_datadir}/gnome-control-center/default-apps
 %dir %{_libdir}/chromium/


++ chromium-gcc-fixes.patch ++
--- /var/tmp/diff_new_pack.qtOiQM/_old  2013-04-29 14:24:56.0 +0200
+++ /var/tmp/diff_new_pack.qtOiQM/_new  2013-04-29 14:24:56.0 +0200
@@ -1,10 +1,35 @@
 chromium/src/base/debug/stack_trace.h  2012-11-17 11:50:04.117577121 
+0100
-+++ chromium/src/base/debug/stack_trace.h  2012-11-17 11:50:04.117577121 
+0100
-@@ -7,6 +7,7 @@
+--- chromium/src/chrome/browser/memory_details_linux.cc2012-06-07 
08:28:54.414707511 +0200
 chromium/src/chrome/browser/memory_details_linux.cc2012-06-07 
08:28:54.414707511 +0200
+@@ -6,6 +6,7 @@
  
+ #include map
+ #include set
++#include unistd.h
+ 
+ #include base/bind.h
+ #include base/process_util.h
+Index: chromium/src/base/debug/stack_trace.h
+===
+--- chromium.orig/src/base/debug/stack_trace.h
 chromium/src/base/debug/stack_trace.h
+@@ -5,6 +5,7 @@
+ #ifndef BASE_DEBUG_STACK_TRACE_H_
+ #define BASE_DEBUG_STACK_TRACE_H_
+ 
++#include stdint.h
  #include iosfwd
  #include string
-+#include stdint.h
  
- #include base/base_export.h
- #include build/build_config.h
+Index: chromium/src/third_party/skia/src/ports/SkFontHost_fontconfig.cpp
+===
+--- chromium.orig/src/third_party/skia/src/ports/SkFontHost_fontconfig.cpp
 chromium/src/third_party/skia/src/ports/SkFontHost_fontconfig.cpp
+@@ -13,6 +13,7 @@
+ #include SkStream.h
+ #include SkTypeface.h
+ #include SkTypefaceCache.h
++#include unistd.h
+ 
+ SK_DECLARE_STATIC_MUTEX(gFontConfigInterfaceMutex);
+ static SkFontConfigInterface* gFontConfigInterface;
+ 
\ No newline at end of file

++ chromium-more-codec-aliases.patch ++
--- /var/tmp/diff_new_pack.qtOiQM/_old  2013-04-29 14:24:56.0 +0200
+++ /var/tmp/diff_new_pack.qtOiQM/_new  2013-04-29 14:24:56.0 +0200
@@ -1,7 +1,7 @@
-Index: 

commit kiwi-config-openSUSE for openSUSE:Factory

2013-04-29 Thread h_root
Hello community,

here is the log from the commit of package kiwi-config-openSUSE for 
openSUSE:Factory checked in at 2013-04-29 14:23:37

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


Package is kiwi-config-openSUSE, Maintainer is co...@suse.com

Changes:

--- 
/work/SRC/openSUSE:Factory/kiwi-config-openSUSE/kiwi-config-openSUSE.changes
2013-04-24 15:52:37.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.kiwi-config-openSUSE.new/kiwi-config-openSUSE.changes
   2013-04-29 14:24:58.0 +0200
@@ -1,0 +2,5 @@
+Mon Apr 29 09:42:25 UTC 2013 - co...@suse.com
+
+- switch to 13.1 version
+
+---



Other differences:
--
++ kiwi-config-openSUSE.spec ++
--- /var/tmp/diff_new_pack.kfNIgl/_old  2013-04-29 14:25:01.0 +0200
+++ /var/tmp/diff_new_pack.kfNIgl/_new  2013-04-29 14:25:01.0 +0200
@@ -35,7 +35,7 @@
 Summary:KDE live CD
 License:BSD-3-Clause
 Group:  System/Boot
-Version:12.3
+Version:13.1
 Release:0
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Source1:COPYING
@@ -72,7 +72,7 @@
 patch -p0  %{SOURCE26}
 
 %build
-kiwiversion=12.3
+kiwiversion=13.1
 BASEDIR=$PWD
 localedir=`mktemp -d`
 OUTPUTDIR=$localedir/ /usr/lib/YaST2/bin/y2base %{SOURCE22} UI



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



commit trustedgrub for openSUSE:Factory

2013-04-29 Thread h_root
Hello community,

here is the log from the commit of package trustedgrub for openSUSE:Factory 
checked in at 2013-04-29 14:23:59

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


Package is trustedgrub, Maintainer is d...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/trustedgrub/trustedgrub.changes  2012-11-12 
16:06:56.0 +0100
+++ /work/SRC/openSUSE:Factory/.trustedgrub.new/trustedgrub.changes 
2013-04-29 14:25:02.0 +0200
@@ -1,0 +2,5 @@
+Fri Apr 26 08:18:49 UTC 2013 - mmeis...@suse.com
+
+- Added makeinfo BuildRequire to fix build with new automake
+
+---



Other differences:
--
++ trustedgrub.spec ++
--- /var/tmp/diff_new_pack.VfzHVU/_old  2013-04-29 14:25:04.0 +0200
+++ /var/tmp/diff_new_pack.VfzHVU/_new  2013-04-29 14:25:04.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package trustedgrub
 #
-# 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
@@ -25,6 +25,9 @@
 BuildRequires:  ncurses-devel-32bit
 %endif
 BuildRequires:  automake
+%if %suse_version = 1230
+BuildRequires:  makeinfo
+%endif
 Version:1.1.3
 Release:0
 Source0:TrustedGRUB-%{version}.tgz

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



commit yast2-security for openSUSE:Factory

2013-04-29 Thread h_root
Hello community,

here is the log from the commit of package yast2-security for openSUSE:Factory 
checked in at 2013-04-29 14:24:07

Comparing /work/SRC/openSUSE:Factory/yast2-security (Old)
 and  /work/SRC/openSUSE:Factory/.yast2-security.new (New)


Package is yast2-security, Maintainer is jsuch...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/yast2-security/yast2-security.changes
2013-03-24 22:36:02.0 +0100
+++ /work/SRC/openSUSE:Factory/.yast2-security.new/yast2-security.changes   
2013-04-29 14:25:05.0 +0200
@@ -1,0 +2,6 @@
+Thu Apr 25 14:15:59 CEST 2013 - jsuch...@suse.cz
+
+- ignore case for encryption method names (bnc#810600)
+- 2.23.6 
+
+---

Old:

  yast2-security-2.23.5.tar.bz2

New:

  yast2-security-2.23.6.tar.bz2



Other differences:
--
++ yast2-security.spec ++
--- /var/tmp/diff_new_pack.GsqZ7f/_old  2013-04-29 14:25:07.0 +0200
+++ /var/tmp/diff_new_pack.GsqZ7f/_new  2013-04-29 14:25:07.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-security
-Version:2.23.5
+Version:2.23.6
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ yast2-security-2.23.5.tar.bz2 - yast2-security-2.23.6.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-security-2.23.5/Makefile.am 
new/yast2-security-2.23.6/Makefile.am
--- old/yast2-security-2.23.5/Makefile.am   2013-03-15 18:29:08.0 
+0100
+++ new/yast2-security-2.23.6/Makefile.am   2013-04-26 14:16:43.0 
+0200
@@ -158,19 +158,14 @@
 
 TAGVERSION  = $(Y2TOOL) tagversion
 
-check-up-to-date check-cvs-up-to-date check-svn-up-to-date:
-   if [ -d $(srcdir)/CVS ]; then \
- cd $(srcdir)  ! cvs -q -n up 2/dev/null | grep '^[MCAR] ';\
-   else \
- cd $(srcdir)  ! LC_ALL=C svn status --show-updates --quiet | grep 
-v '^Status against revision' ;\
+# check if there is no modified files and all commits were pushed
+check-up-to-date:
+   if [ `git status --short --branch | sed '/##[^[]*$/d;/^??/d' | wc -l` 
-gt 0 ]; then \
+ (echo ERROR: Source is not commited and pushed. See `git status`; 
false) \
fi
 
 check-tagversion:
-   @if [ -d $(srcdir)/CVS ]; then \
- cd $(srcdir)  cvs status -v VERSION | grep -w `$(TAGVERSION) -n` ;\
-   else \
- cd $(srcdir)  svn cat `$(TAGVERSION) --echourl`/VERSION; \
-   fi /dev/null; \
+   cd $(srcdir)  $(TAGVERSION) --check /dev/null; \
[ $$? = 0 ] || ( echo ERROR: Please run 'tagversion' first; false )
 
 check-parse-old:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-security-2.23.5/Makefile.am.common 
new/yast2-security-2.23.6/Makefile.am.common
--- old/yast2-security-2.23.5/Makefile.am.common2013-03-15 
18:29:08.0 +0100
+++ new/yast2-security-2.23.6/Makefile.am.common2013-04-26 
14:16:43.0 +0200
@@ -31,7 +31,7 @@
 
 CHECK_SYNTAX = true
 check-syntax: $(client_DATA) $(ycpchook) $(ybcfiles)
-   @if test $(client_DATA); then \
+   @if test $(filter %.ycp,client_DATA); then \
  if $(CHECK_SYNTAX); then \
TO_CHECK=$(filter %.ycp,$^); \
echo Checking syntax of $${TO_CHECK}; \
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-security-2.23.5/Makefile.in 
new/yast2-security-2.23.6/Makefile.in
--- old/yast2-security-2.23.5/Makefile.in   2013-03-15 18:29:12.0 
+0100
+++ new/yast2-security-2.23.6/Makefile.in   2013-04-26 14:16:47.0 
+0200
@@ -980,19 +980,14 @@
 
 package: check-up-to-date check-tagversion check-textdomain package-local
 
-check-up-to-date check-cvs-up-to-date check-svn-up-to-date:
-   if [ -d $(srcdir)/CVS ]; then \
- cd $(srcdir)  ! cvs -q -n up 2/dev/null | grep '^[MCAR] ';\
-   else \
- cd $(srcdir)  ! LC_ALL=C svn status --show-updates --quiet | grep 
-v '^Status against revision' ;\
+# check if there is no modified files and all commits were pushed
+check-up-to-date:
+   if [ `git status --short --branch | sed '/##[^[]*$/d;/^??/d' | wc -l` 
-gt 0 ]; then \
+ (echo ERROR: Source is not commited and pushed. See `git status`; 
false) \
fi
 
 check-tagversion:
-   @if [ -d $(srcdir)/CVS ]; then \
- cd $(srcdir)  cvs status -v VERSION | grep -w `$(TAGVERSION) -n` ;\
-   else \
- cd $(srcdir)  svn cat `$(TAGVERSION) --echourl`/VERSION; \
-   fi /dev/null; \
+   cd $(srcdir)  $(TAGVERSION) --check /dev/null; \
[ $$? = 0 ] || ( echo ERROR: Please run 'tagversion' first; 

commit python-flake8 for openSUSE:Factory

2013-04-29 Thread h_root
Hello community,

here is the log from the commit of package python-flake8 for openSUSE:Factory 
checked in at 2013-04-29 14:31:21

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


Package is python-flake8, Maintainer is 

Changes:

New Changes file:

--- /dev/null   2013-04-05 00:01:41.916011506 +0200
+++ /work/SRC/openSUSE:Factory/.python-flake8.new/python-flake8.changes 
2013-04-29 14:31:22.0 +0200
@@ -0,0 +1,12 @@
+---
+Wed Apr 24 08:57:24 UTC 2013 - speili...@suse.com
+
+- Spec file cleanup
+- Run testsuite
+- Add LICENSE (for legal)
+
+---
+Sun Apr 21 23:40:09 UTC 2013 - dmuel...@suse.com
+
+- Initial package (2.0) 
+
New Changes file:

--- /dev/null   2013-04-05 00:01:41.916011506 +0200
+++ /work/SRC/openSUSE:Factory/.python-flake8.new/python3-flake8.changes
2013-04-29 14:31:22.0 +0200
@@ -0,0 +1,12 @@
+---
+Wed Apr 24 09:07:31 UTC 2013 - speili...@suse.com
+
+- Spec file cleanup
+- Run testsuite
+- Add LICENSE (for legal)
+
+---
+Sun Apr 21 23:40:09 UTC 2013 - dmuel...@suse.com
+
+- Initial package (2.0) 
+

New:

  flake8-2.0.tar.gz
  python-flake8.changes
  python-flake8.spec
  python3-flake8.changes
  python3-flake8.spec



Other differences:
--
++ python-flake8.spec ++
#
# spec file for package python-flake8
#
# 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-flake8
Version:2.0
Release:0
License:MIT
Summary:Modular source code checker: pep8, pyflakes and co
Url:http://bitbucket.org/tarek/flake8
Group:  Development/Languages/Python
Source: 
http://pypi.python.org/packages/source/f/flake8/flake8-%{version}.tar.gz
BuildRequires:  python-devel
BuildRequires:  python-distribute
# Test requirements:
BuildRequires:  python-mccabe = 0.2
BuildRequires:  python-nose
BuildRequires:  python-pep8 = 1.4.3
BuildRequires:  python-pyflakes = 0.6.1
Requires:   python-mccabe = 0.2
Requires:   python-pep8 = 1.4.3
Requires:   python-pyflakes = 0.6.1
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
Flake8 is a wrapper around these tools:

- PyFlakes
- pep8
- Ned Batchelder's McCabe script

Flake8 runs all the tools by launching the single ``flake8`` script.

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

%build
python setup.py build

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

%check
python setup.py test

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

%changelog
++ python3-flake8.spec ++
#
# spec file for package python-flake8
#
# 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:   python3-flake8
Version:2.0
Release:0
License:MIT
Summary:Modular source code checker: pep8, pyflakes and co
Url:http://bitbucket.org/tarek/flake8
Group:  Development/Languages/Python
Source: 

commit aranym for openSUSE:Factory

2013-04-29 Thread h_root
Hello community,

here is the log from the commit of package aranym for openSUSE:Factory checked 
in at 2013-04-29 09:52:30

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


Package is aranym, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/aranym/aranym.changes2013-04-17 
06:59:48.0 +0200
+++ /work/SRC/openSUSE:Factory/.aranym.new/aranym.changes   2013-04-29 
09:52:34.0 +0200
@@ -1,0 +2,5 @@
+Sun Apr 28 12:35:52 UTC 2013 - sch...@linux-m68k.org
+
+- byteswap.patch: Avoid conflict with byteswap.h imported by SDL
+
+---

New:

  byteswap.patch



Other differences:
--
++ aranym.spec ++
--- /var/tmp/diff_new_pack.DgpIsC/_old  2013-04-29 09:52:37.0 +0200
+++ /var/tmp/diff_new_pack.DgpIsC/_new  2013-04-29 09:52:37.0 +0200
@@ -34,6 +34,7 @@
 Release:0
 Source: %{name}-%{version}.tar.gz
 Source1:afros-0.9.6-1.zip
+Patch1: byteswap.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -66,6 +67,7 @@
 
 %prep
 %setup -q -n %{name}-%{version} -a 1
+%patch1 -p1
 # Don't remove -g from CFLAGS
 sed -i -e 's,/-g,/-:,' configure
 


++ byteswap.patch ++
From: Andreas Schwab sch...@linux-m68k.org
Date: Sun, 28 Apr 2013 14:21:46 +0200
Subject: [PATCH] Avoid conflict with definitions from byteswap.h

diff --git a/src/uae_cpu/compiler/compemu.h b/src/uae_cpu/compiler/compemu.h
index d2a942c..233dca8 100644
--- a/src/uae_cpu/compiler/compemu.h
+++ b/src/uae_cpu/compiler/compemu.h
@@ -396,7 +396,9 @@ DECLARE_MIDFUNC(lea_l_rr_indexed(W4 d, R4 s, R4 index, IMM 
factor));
 DECLARE_MIDFUNC(mov_l_bRr(R4 d, R4 s, IMM offset));
 DECLARE_MIDFUNC(mov_w_bRr(R4 d, R2 s, IMM offset));
 DECLARE_MIDFUNC(mov_b_bRr(R4 d, R1 s, IMM offset));
+#undef bswap_32
 DECLARE_MIDFUNC(bswap_32(RW4 r));
+#undef bswap_16
 DECLARE_MIDFUNC(bswap_16(RW2 r));
 DECLARE_MIDFUNC(mov_l_rr(W4 d, R4 s));
 DECLARE_MIDFUNC(mov_l_mr(IMM d, R4 s));
-- 
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-04-29 Thread h_root
Hello community,

here is the log from the commit of package clementine for openSUSE:Factory 
checked in at 2013-04-29 09:52:37

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


Package is clementine, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/clementine/clementine.changes2013-04-06 
19:53:34.0 +0200
+++ /work/SRC/openSUSE:Factory/.clementine.new/clementine.changes   
2013-04-29 09:52:38.0 +0200
@@ -1,0 +2,7 @@
+Sun Apr 28 09:15:24 UTC 2013 - davejpla...@gmail.com
+
+- Fixed bnc#815434 with -DCMAKE_BUILD_TYPE:STRING=Release flag.
+- Fixed factory build with clementine-1.1.1-fixboostparseerror.patch
+  see also QTBUG-22829
+
+---

New:

  clementine-1.1.1-fixboostparseerror.patch



Other differences:
--
++ clementine.spec ++
--- /var/tmp/diff_new_pack.nylFqR/_old  2013-04-29 09:52:41.0 +0200
+++ /var/tmp/diff_new_pack.nylFqR/_new  2013-04-29 09:52:41.0 +0200
@@ -36,6 +36,9 @@
 # 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 :
+# https://bugreports.qt-project.org/browse/QTBUG-22829
+Patch2: clementine-1.1.1-fixboostparseerror.patch
 BuildRequires:  boost-devel
 BuildRequires:  cmake
 BuildRequires:  fdupes
@@ -102,6 +105,7 @@
 %setup -q
 %patch0
 %patch1
+%patch2
 # Remote control support cannot be enabled without the owner of gloox 
(http://camaya.net/gloox)
 # first giving permission for relicensing to GPLv2 or later. See bnc#695820
 rm -rf --verbose 3rdparty/gloox
@@ -116,12 +120,14 @@
 export CFLAGS=$CXXFLAGS
 mkdir build  cd build  \
 cmake -DCMAKE_VERBOSE_MAKEFILE=ON \
+  -DCMAKE_BUILD_TYPE:STRING=Release \
   -DCMAKE_INSTALL_PREFIX=%{_prefix} \
 %if 0%{?suse_version} = 1230
   -DENABLE_GOOGLE_DRIVE=ON \
 %endif
-  -DENABLE_MOODBAR=ON ..
-#cat %%{_includedir}/glib-2.0/gobject/gtype.h
+  -DENABLE_MOODBAR=ON \
+  ..
+find ../ %{_includedir} -name 'has_binary_operator.hp'
   make %{?_smp_mflags}
 
 %install

++ clementine-1.1.1-fixboostparseerror.patch ++
Index: src/core/mergedproxymodel.h
===
--- src/core/mergedproxymodel.h.orig2012-10-11 13:16:39.0 +0200
+++ src/core/mergedproxymodel.h 2013-04-28 10:32:44.561601516 +0200
@@ -20,10 +20,12 @@
 
 #include QAbstractProxyModel
 
+#ifndef Q_MOC_RUN
 #include boost/multi_index_container.hpp
 #include boost/multi_index/member.hpp
 #include boost/multi_index/ordered_index.hpp
 #include boost/multi_index/hashed_index.hpp
+#endif
 
 using boost::multi_index::multi_index_container;
 using boost::multi_index::indexed_by;

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



commit digikam for openSUSE:Factory

2013-04-29 Thread h_root
Hello community,

here is the log from the commit of package digikam for openSUSE:Factory checked 
in at 2013-04-29 09:52:41

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


Package is digikam, Maintainer is kde-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/digikam/digikam.changes  2013-04-18 
10:14:06.0 +0200
+++ /work/SRC/openSUSE:Factory/.digikam.new/digikam.changes 2013-04-29 
09:52:43.0 +0200
@@ -5 +5 @@
-  detection of certain cameras (bnc#814622, bko#311393)
+  detection of certain cameras (bnc#814622, kde#311393)
@@ -10 +10 @@
-- Update to 3.1.0:
+- Update to 3.1.0 (bnc#816693):



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



commit dropbear for openSUSE:Factory

2013-04-29 Thread h_root
Hello community,

here is the log from the commit of package dropbear for openSUSE:Factory 
checked in at 2013-04-29 09:52:46

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


Package is dropbear, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/dropbear/dropbear.changes2013-03-30 
14:55:32.0 +0100
+++ /work/SRC/openSUSE:Factory/.dropbear.new/dropbear.changes   2013-04-29 
09:52:49.0 +0200
@@ -1,0 +2,14 @@
+Sat Apr 20 18:49:38 UTC 2013 - thard...@suse.com
+
+- reverted init file installation on 12.3
+
+---
+Fri Apr 19 08:26:17 UTC 2013 - thard...@suse.com
+
+- imported upstream version 2013.58
+  * Fix building with Zlib disabled, thanks to Hans Harder and cuma@freetz
+  * Use % as a separator for ports, fixes scp in multihop mode, from Hans 
Harder
+  * Reject logins for other users when running as non-root, from Hans Harder
+  * Disable client immediate authentication request by default, it prevents 
passwordless logins from working 
+
+---
@@ -17 +31 @@
-  * A few improvements for Android from Reimar D�ffinger
+  * A few improvements for Android from Reimar Döffinger
@@ -19 +33 @@
-  reported by Norbert Bencz�r. Appears to be a very long-standing bug.
+  reported by Norbert Benczúr. Appears to be a very long-standing bug.

Old:

  dropbear-2013.56.tar.bz2

New:

  dropbear-2013.58.tar.bz2



Other differences:
--
++ dropbear.spec ++
--- /var/tmp/diff_new_pack.5Z03Ez/_old  2013-04-29 09:52:50.0 +0200
+++ /var/tmp/diff_new_pack.5Z03Ez/_new  2013-04-29 09:52:50.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   dropbear
-Version:2013.56
+Version:2013.58
 Release:0
 Summary:A relatively small SSH 2 server and client
 License:MIT
@@ -53,6 +53,7 @@
 make install DESTDIR=%{buildroot}
 install -d %{buildroot}%{_sysconfdir}/%{name}
 install -D -m 0644 %{SOURCE3} 
%{buildroot}%{_localstatedir}/adm/fillup-templates/sysconfig.%{name}
+#no init service needed anymore for 12.3+
 install -D -m0755 %{SOURCE4} %{buildroot}%{_initrddir}/%{name}
 ln -sf ../../%{_initrddir}/%{name} %{buildroot}%{_sbindir}/rc%{name}
 %if 0%{?suse_version} = 1210

++ dropbear-2013.56.tar.bz2 - dropbear-2013.58.tar.bz2 ++
 4378 lines of diff (skipped)

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



commit enscript for openSUSE:Factory

2013-04-29 Thread h_root
Hello community,

here is the log from the commit of package enscript for openSUSE:Factory 
checked in at 2013-04-29 09:52:53

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


Package is enscript, Maintainer is wer...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/enscript/enscript.changes2012-05-31 
17:03:54.0 +0200
+++ /work/SRC/openSUSE:Factory/.enscript.new/enscript.changes   2013-04-29 
09:52:54.0 +0200
@@ -1,0 +2,5 @@
+Fri Apr 26 08:09:26 UTC 2013 - mmeis...@suse.com
+
+- Added makeinfo BuildRequire to fix build with new automake
+
+---



Other differences:
--
++ enscript.spec ++
--- /var/tmp/diff_new_pack.MuBgUP/_old  2013-04-29 09:52:56.0 +0200
+++ /var/tmp/diff_new_pack.MuBgUP/_new  2013-04-29 09:52:56.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package enscript
 #
-# 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
@@ -18,6 +18,9 @@
 
 Name:   enscript
 BuildRequires:  automake
+%if %suse_version = 1230
+BuildRequires:  makeinfo
+%endif
 Provides:   genscript
 Provides:   nenscrip
 Requires:   /bin/sed

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



commit e-theme-darkness for openSUSE:Factory

2013-04-29 Thread h_root
Hello community,

here is the log from the commit of package e-theme-darkness for 
openSUSE:Factory checked in at 2013-04-29 09:52:58

Comparing /work/SRC/openSUSE:Factory/e-theme-darkness (Old)
 and  /work/SRC/openSUSE:Factory/.e-theme-darkness.new (New)


Package is e-theme-darkness, Maintainer is 

Changes:

New Changes file:

--- /dev/null   2013-04-05 00:01:41.916011506 +0200
+++ /work/SRC/openSUSE:Factory/.e-theme-darkness.new/e-theme-darkness.changes   
2013-04-29 09:53:01.0 +0200
@@ -0,0 +1,130 @@
+---
+Mon Apr 22 19:46:53 UTC 2013 - sleep_wal...@suse.cz
+
+- correct license
+
+---
+Wed Jan  9 11:50:31 UTC 2013 - sleep_wal...@suse.cz
+
+- provide e17-theme
+
+---
+Mon Dec 31 11:29:29 UTC 2012 - sleep_wal...@suse.cz
+
+- require only edje, not devel
+- be more verbose
+
+---
+Fri Dec 28 16:07:24 UTC 2012 - sleep_wal...@suse.cz
+
+- clean the changes file
+- clean the spec file for Factory
+- noarch now
+- own directories, don't require e17-devel
+
+---
+Thu Dec 27 22:40:23 UTC 2012 - sleep_wal...@suse.cz
+
+- fix filenames
+
+---
+Tue Dec 18 16:18:06 UTC 2012 - sleep_wal...@suse.cz
+
+- source_grabber autoupdate to revision 
7f696865f49509bad2f77b8b63a17033b74546d6
+
+---
+Mon Dec 17 14:16:10 UTC 2012 - sleep_wal...@suse.cz
+
+- fix permissions
+- fix license
+
+---
+Mon Dec  3 08:09:39 UTC 2012 - sleep_wal...@suse.cz
+
+- source_grabber autoupdate to revision 
c8bf8b1e5b97e1c49faa621c5d11ab9526e4be2f
+
+---
+Mon Nov 26 19:58:49 UTC 2012 - sleep_wal...@suse.cz
+
+- source_grabber autoupdate to revision 
cc2d36179758e7c7f0aeab3266f23b84e94b3a38
+
+---
+Fri Nov 16 13:58:21 UTC 2012 - sleep_wal...@suse.cz
+
+- source_grabber autoupdate to revision 
d4d76f4684da4e058fac0231f5e943ea56ff35fa
+
+---
+Tue Nov  6 13:52:20 UTC 2012 - sleep_wal...@suse.cz
+
+- source_grabber autoupdate to revision 
811a96b3734ce1457f0b750f028d1bda0c3a1f4c
+
+---
+Fri Oct 26 21:22:30 UTC 2012 - sleep_wal...@suse.cz
+
+- source_grabber autoupdate to revision 
ce57d6771ee718dc4470f56218fdaa91ad23149b
+
+---
+Thu Sep 20 21:47:55 UTC 2012 - sleep_wal...@suse.cz
+
+- source_grabber autoupdate to revision 
c15280ff7713f6ae2bc3b74a6170af26af975e1b
+
+---
+Mon Sep 10 08:21:41 UTC 2012 - sleep_wal...@suse.cz
+
+- refresh version patch
+
+---
+Sun Sep  9 19:51:40 UTC 2012 - sleep_wal...@suse.cz
+
+- source_grabber autoupdate to revision 
c9aa8682a079ee7ee5d486d95bc2b7905ca989ef
+
+---
+Thu Sep  6 22:26:36 UTC 2012 - sleep_wal...@suse.cz
+
+- source_grabber autoupdate to revision 
02134b2f3c210cdfb3caa655272969cc190dff95
+
+---
+Fri Aug 10 00:07:32 UTC 2012 - sleep_wal...@suse.cz
+
+- source_grabber autoupdate to revision 
52f0d9ac815a7d31123a5361de7ac5906ea06f6a
+
+---
+Wed Aug  1 23:03:03 UTC 2012 - sleep_wal...@suse.cz
+
+- source_grabber autoupdate to revision 
6b614ddb8275fc9f8caf084aafeea01a6bc2da8f
+
+---
+Fri Jul 20 10:24:17 UTC 2012 - sleep_wal...@suse.cz
+
+- source_grabber autoupdate to revision 
6b331476cc738327da47a13d9c2c34d38c3e7a61
+
+---
+Thu Jul 19 10:29:26 UTC 2012 - sleep_wal...@suse.cz
+
+- source_grabber autoupdate to revision 
8c3918684b5077f9c5f8d61b77e8f8e41192a975
+
+---
+Sun Jul 15 20:19:19 UTC 2012 - sleep_wal...@suse.cz
+
+- source_grabber autoupdate to revision 
f4cb395606b91dcb934af7814b276f4a8681a702
+
+---
+Fri Jul 13 13:34:26 UTC 2012 - sleep_wal...@suse.cz
+
+- source_grabber autoupdate to revision 
2e99e64c8a033b2f09966597abf3f0b21cf9037e
+

commit e-theme-efenniht for openSUSE:Factory

2013-04-29 Thread h_root
Hello community,

here is the log from the commit of package e-theme-efenniht for 
openSUSE:Factory checked in at 2013-04-29 09:53:04

Comparing /work/SRC/openSUSE:Factory/e-theme-efenniht (Old)
 and  /work/SRC/openSUSE:Factory/.e-theme-efenniht.new (New)


Package is e-theme-efenniht, Maintainer is 

Changes:

New Changes file:

--- /dev/null   2013-04-05 00:01:41.916011506 +0200
+++ /work/SRC/openSUSE:Factory/.e-theme-efenniht.new/e-theme-efenniht.changes   
2013-04-29 09:53:05.0 +0200
@@ -0,0 +1,48 @@
+---
+Mon Apr 22 19:41:31 UTC 2013 - sleep_wal...@suse.cz
+
+- correct license
+
+---
+Wed Jan  9 11:51:37 UTC 2013 - sleep_wal...@suse.cz
+
+- provide e17-theme
+
+---
+Mon Dec 31 11:39:52 UTC 2012 - sleep_wal...@suse.cz
+
+- require only edje, not edje-devel
+
+---
+Fri Dec 28 15:58:17 UTC 2012 - sleep_wal...@suse.cz
+
+- clean changes file
+- own directories, don't need e17-devel for build
+- clean the spec for Factory
+
+---
+Thu Dec 27 22:05:53 UTC 2012 - sleep_wal...@suse.cz
+
+- fix filenames
+
+---
+Mon Dec 17 14:14:48 UTC 2012 - sleep_wal...@suse.cz
+
+- fix license
+- fix permissions
+
+---
+Tue Oct 30 22:35:36 UTC 2012 - sleep_wal...@suse.cz
+
+- update Makefile patch
+
+---
+Tue Sep 11 21:37:21 UTC 2012 - sleep_wal...@suse.cz
+
+- add needed files from elementary sources, adjust paths
+
+---
+Fri Jul 13 13:04:11 UTC 2012 - sleep_wal...@suse.cz
+
+- let there be efenniht
+

New:

  change_elm_location.patch
  e-theme-efenniht-79994.tar.bz2
  e-theme-efenniht.changes
  e-theme-efenniht.spec
  elementary-images.tar.bz2



Other differences:
--
++ e-theme-efenniht.spec ++
#
# spec file for package e_theme-efenniht
#
# Copyright (c) 2010 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/
#

%define theme   efenniht

Name:   e-theme-%{theme}
Version:79994
Release:0
License:LGPL-2.1
Summary:Theme %{theme} for Enlightenment 17
Url:http://enlightenment.org
Group:  Amusements/Toys/Graphics
Source: %{name}-%{version}.tar.bz2
Source2:elementary-images.tar.bz2
Patch:  change_elm_location.patch
BuildRequires:  edje
Requires:   e17
Provides:   e17-theme
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
BuildArch:  noarch

%description
Theme %{theme} for Enlightenment 17 - fast and beautiful DE.

%prep
%setup -q -n %{theme}
tar xjf %SOURCE2
%patch -p1

%build
make

%install
mkdir -p %{buildroot}%{_datadir}/enlightenment/data/themes/
cp %{theme}.edj %{buildroot}%{_datadir}/enlightenment/data/themes/
cp elm-%{theme}.edj %{buildroot}%{_datadir}/enlightenment/data/themes/
chmod 0755 %{buildroot}%{_datadir}/enlightenment/data/themes/ 
%{buildroot}%{_datadir}/enlightenment/data/ 
%{buildroot}%{_datadir}/enlightenment
chmod 0644 %{buildroot}%{_datadir}/enlightenment/data/themes/*.edj

%clean
%{?buildroot:rm -rf %{buildroot}}

%files
%defattr(-,root,root)
%dir %{_datadir}/enlightenment
%dir %{_datadir}/enlightenment/data
%dir %{_datadir}/enlightenment/data/themes
%{_datadir}/enlightenment/data/themes/*.edj

%changelog
++ change_elm_location.patch ++
Index: efenniht/Makefile
===
--- efenniht.orig/Makefile
+++ efenniht/Makefile
@@ -37,7 +37,7 @@ efenniht-light.edj: $(COMMON_EDCS) $(E_E
$(BUILDDIR)/efenniht-light.edj
 
 elm-efenniht.edj: $(COMMON_EDCS) $(ELM_EDCS) $(IMAGES) Makefile
-   $(EDJE_CC) -id images/ -id ../../elementary/data/themes/images/ \
+   $(EDJE_CC) -id images/ -id 

commit fcitx for openSUSE:Factory

2013-04-29 Thread h_root
Hello community,

here is the log from the commit of package fcitx for openSUSE:Factory checked 
in at 2013-04-29 09:53:12

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


Package is fcitx, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/fcitx/fcitx.changes  2013-04-17 
23:04:41.0 +0200
+++ /work/SRC/openSUSE:Factory/.fcitx.new/fcitx.changes 2013-04-29 
09:53:14.0 +0200
@@ -1,0 +2,6 @@
+Fri Apr 26 23:57:32 UTC 2013 - i...@marguerite.su
+
+- in baselibs.conf, obsoletes libfcitx-targettype  version
+  instead of =.
+
+---



Other differences:
--
++ baselibs.conf ++
--- /var/tmp/diff_new_pack.q20CeJ/_old  2013-04-29 09:53:18.0 +0200
+++ /var/tmp/diff_new_pack.q20CeJ/_new  2013-04-29 09:53:18.0 +0200
@@ -1,6 +1,6 @@
 libfcitx-4_2_7
requires fcitx = version
-obsoletes libfcitx-targettype = version
+obsoletes libfcitx-targettype  version
 provides libfcitx-targettype = version
post /sbin/ldconfig
 postun /sbin/ldconfig

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



commit gnuplot for openSUSE:Factory

2013-04-29 Thread h_root
Hello community,

here is the log from the commit of package gnuplot for openSUSE:Factory checked 
in at 2013-04-29 09:53:17

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


Package is gnuplot, Maintainer is wer...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/gnuplot/gnuplot.changes  2013-04-02 
11:48:14.0 +0200
+++ /work/SRC/openSUSE:Factory/.gnuplot.new/gnuplot.changes 2013-04-29 
09:53:19.0 +0200
@@ -1,0 +2,7 @@
+Thu Apr 25 07:55:00 UTC 2013 - bur...@net-b.de
+
+- Update to 4.6.3
+  * FIX suppression of color in linetypes after set term ... mono
+  * FIX synchronization of graphics and text color in latex terminals
+
+---

Old:

  gnuplot-4.6.2.tar.gz

New:

  gnuplot-4.6.3.tar.gz



Other differences:
--
++ gnuplot.spec ++
--- /var/tmp/diff_new_pack.NGK7Uc/_old  2013-04-29 09:53:22.0 +0200
+++ /var/tmp/diff_new_pack.NGK7Uc/_new  2013-04-29 09:53:22.0 +0200
@@ -64,7 +64,7 @@
 BuildRequires:  plotutils
 %endif
 Url:http://www.gnuplot.info/
-Version:4.6.2
+Version:4.6.3
 Release:0
 Summary:GNUplot a Function Plotting Utility
 License:SUSE-Gnuplot and GPL-2.0+

++ gnuplot-4.6.0.dif ++
--- /var/tmp/diff_new_pack.NGK7Uc/_old  2013-04-29 09:53:22.0 +0200
+++ /var/tmp/diff_new_pack.NGK7Uc/_new  2013-04-29 09:53:22.0 +0200
@@ -96,10 +96,10 @@
  extern int samples_1;
  extern int samples_2;
  
-diff -upr ../gnuplot-4.6.2.orig/src/gplt_x11.c ./src/gplt_x11.c
 ../gnuplot-4.6.2.orig/src/gplt_x11.c   2013-03-31 23:12:33.0 
+0200
-+++ ./src/gplt_x11.c   2013-03-31 23:15:44.0 +0200
-@@ -2241,8 +2241,11 @@ exec_cmd(plot_struct *plot, char *comman
+diff -upr ../gnuplot-4.6.3.orig/src/gplt_x11.c ./src/gplt_x11.c
+--- ../gnuplot-4.6.3.orig/src/gplt_x11.c   2013-04-25 10:01:45.0 
+0200
 ./src/gplt_x11.c   2013-04-25 09:58:02.0 +0200
+@@ -2256,8 +2256,11 @@ exec_cmd(plot_struct *plot, char *comman
}
  }
  /*   X11_justify_text(mode) - set text justification mode  */

++ gnuplot-4.6.2.tar.gz - gnuplot-4.6.3.tar.gz ++
 11721 lines of diff (skipped)


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



commit guile1 for openSUSE:Factory

2013-04-29 Thread h_root
Hello community,

here is the log from the commit of package guile1 for openSUSE:Factory checked 
in at 2013-04-29 09:53:29

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


Package is guile1, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/guile1/guile1.changes2013-03-05 
06:44:32.0 +0100
+++ /work/SRC/openSUSE:Factory/.guile1.new/guile1.changes   2013-04-29 
09:53:31.0 +0200
@@ -1,0 +2,5 @@
+Fri Apr 26 08:15:42 UTC 2013 - mmeis...@suse.com
+
+- Added makeinfo BuildRequire to fix build with new automake
+
+---



Other differences:
--
++ guile1.spec ++
--- /var/tmp/diff_new_pack.chLPev/_old  2013-04-29 09:53:32.0 +0200
+++ /var/tmp/diff_new_pack.chLPev/_new  2013-04-29 09:53:32.0 +0200
@@ -28,6 +28,9 @@
 BuildRequires:  pkgconfig
 %endif
 BuildRequires:  readline-devel
+%if %suse_version = 1230
+BuildRequires:  makeinfo
+%endif
 Version:1.8.8
 Release:0
 Summary:GNU's Ubiquitous Intelligent Language for Extension

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



commit kdepim4 for openSUSE:Factory

2013-04-29 Thread h_root
Hello community,

here is the log from the commit of package kdepim4 for openSUSE:Factory checked 
in at 2013-04-29 09:54:06

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


Package is kdepim4, Maintainer is kde-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/kdepim4/kdepim4.changes  2013-04-18 
10:22:43.0 +0200
+++ /work/SRC/openSUSE:Factory/.kdepim4.new/kdepim4.changes 2013-04-29 
09:54:08.0 +0200
@@ -1,0 +2,6 @@
+Sat Apr 20 15:52:18 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Added 0004-Fix-Bug-316256.patch, fixes build with newer boost 
+  (kde#316256)
+
+---

New:

  0004-Fix-Bug-316256.patch



Other differences:
--
++ kdepim4.spec ++
--- /var/tmp/diff_new_pack.nsUkhk/_old  2013-04-29 09:54:11.0 +0200
+++ /var/tmp/diff_new_pack.nsUkhk/_new  2013-04-29 09:54:11.0 +0200
@@ -34,6 +34,8 @@
 Patch5: 0002-Use-the-index-we-just-calculated-a-bit-faster.patch
 # PATCH-FIX-UPSTREAM 0003-Fix-kmail-autocompletion-from-akonadi.patch
 Patch6: 0003-Fix-kmail-autocompletion-from-akonadi.patch
+# PATCH-FIX-UPSTREAM 0004-Fix-Bug-316256.patch -- Fixes build with newer boost 
(kde#316256)
+Patch7: 0004-Fix-Bug-316256.patch
 BuildRequires:  fdupes
 BuildRequires:  gpgme-devel
 BuildRequires:  grantlee-devel
@@ -74,6 +76,7 @@
 %patch4 -p1
 %patch5 -p1
 %patch6 -p1
+%patch7 -p1
 
 %build
 %ifarch ppc64

++ 0004-Fix-Bug-316256.patch ++
From 2573a6678d3415d7de8024a417d8f2e92b8c7611 Mon Sep 17 00:00:00 2001
From: Montel Laurent mon...@kde.org
Date: Wed, 3 Apr 2013 08:01:08 +0200
Subject: [PATCH 1/1] Fix Bug 316256 - Kleopatra in KDEPIM 4.10.1 fails to
 build

BUG: 316256
FIXED-IN: 4.10.3

Apply patch from Sven-Hendrik Haase
It compiles here, and for him.
So I hope that it will fix this bug.
---
 kleopatra/models/keylistmodel.cpp | 2 +-
 kleopatra/uiserver/assuanserverconnection.cpp | 2 ++
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/kleopatra/models/keylistmodel.cpp 
b/kleopatra/models/keylistmodel.cpp
index 26c65c7..4ade983 100644
--- a/kleopatra/models/keylistmodel.cpp
+++ b/kleopatra/models/keylistmodel.cpp
@@ -55,13 +55,13 @@
 
 #include gpgme++/key.h
 
-#include boost/bind.hpp
 
 #ifdef _WIN32_WCE
 #define BOOST_ALL_NO_LIB
 #endif
 
 #ifndef Q_MOC_RUN // QTBUG-22829
+#include boost/bind.hpp
 #include boost/graph/topological_sort.hpp
 #include boost/graph/adjacency_list.hpp
 #endif
diff --git a/kleopatra/uiserver/assuanserverconnection.cpp 
b/kleopatra/uiserver/assuanserverconnection.cpp
index d0580db..de43e21 100644
--- a/kleopatra/uiserver/assuanserverconnection.cpp
+++ b/kleopatra/uiserver/assuanserverconnection.cpp
@@ -78,6 +78,7 @@
 
 #include kleo-assuan.h
 
+#ifndef Q_MOC_RUN // QTBUG-22829
 #include boost/type_traits/remove_pointer.hpp
 #ifndef _WIN32_WCE
 #include boost/lexical_cast.hpp
@@ -85,6 +86,7 @@
 #include boost/bind.hpp
 #include boost/mem_fn.hpp
 #include boost/mpl/if.hpp
+#endif
 
 #include vector
 #include map
-- 
1.8.2.1

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



commit libchewing for openSUSE:Factory

2013-04-29 Thread h_root
Hello community,

here is the log from the commit of package libchewing for openSUSE:Factory 
checked in at 2013-04-29 09:54:17

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


Package is libchewing, Maintainer is fjk...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/libchewing/libchewing.changes2013-04-26 
13:27:08.0 +0200
+++ /work/SRC/openSUSE:Factory/.libchewing.new/libchewing.changes   
2013-04-29 09:54:18.0 +0200
@@ -1,0 +2,5 @@
+Fri Apr 26 19:31:22 UTC 2013 - i...@marguerite.su
+
+- revert unnessary renaming chewing-devel back to libchewing-devel.
+
+---



Other differences:
--
++ libchewing.spec ++
--- /var/tmp/diff_new_pack.r09Pkd/_old  2013-04-29 09:54:19.0 +0200
+++ /var/tmp/diff_new_pack.r09Pkd/_new  2013-04-29 09:54:19.0 +0200
@@ -47,15 +47,13 @@
 %description
 Intelligent phonetic input method library for traditional Chinese.
 
-%package -n chewing-devel
+%package devel
 Summary:Development package for chewing
 Group:  Development/Libraries/C and C++
 Requires:   %{name} = %{version}
 Requires:   python-chewing = %{version}
-Provides:   %{name}-devel = %{version}
-Obsoletes:  %{name}-devel = %{version}
 
-%description -n chewing-devel
+%description devel
 Development package for chewing (An Intelligent phonetic input method library 
for traditional Chinese)
 
 %package -n %lname
@@ -193,7 +191,7 @@
 %{_bindir}/zhuindict_compile
 %doc %{_docdir}/chewing-utils
 
-%files -n chewing-devel
+%files devel
 %defattr(-, root, root)
 %{_includedir}/chewing/
 %{_libdir}/libchewing.so

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



commit libwpd for openSUSE:Factory

2013-04-29 Thread h_root
Hello community,

here is the log from the commit of package libwpd for openSUSE:Factory checked 
in at 2013-04-29 09:54:21

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


Package is libwpd, Maintainer is pmla...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/libwpd/libwpd.changes2013-04-19 
15:41:58.0 +0200
+++ /work/SRC/openSUSE:Factory/.libwpd.new/libwpd.changes   2013-04-29 
09:54:22.0 +0200
@@ -1,0 +2,5 @@
+Sat Apr 20 12:04:38 UTC 2013 - tchva...@suse.com
+
+- Add URL download path.
+
+---



Other differences:
--
++ libwpd.spec ++
--- /var/tmp/diff_new_pack.rfDMAi/_old  2013-04-29 09:54:24.0 +0200
+++ /var/tmp/diff_new_pack.rfDMAi/_new  2013-04-29 09:54:24.0 +0200
@@ -28,7 +28,7 @@
 Summary:Library for Importing WordPerfect (tm) Documents
 License:LGPL-2.1+ and MPL-2.0+
 Group:  Productivity/Publishing/Word
-Source: libwpd-%{version}.tar.xz
+Source: 
http://downloads.sourceforge.net/project/%{name}/%{name}/%{name}-%{version}/%{name}-%{version}.tar.xz
 Url:http://libwpd.sourceforge.net
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 

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



commit libwps for openSUSE:Factory

2013-04-29 Thread h_root
Hello community,

here is the log from the commit of package libwps for openSUSE:Factory checked 
in at 2013-04-29 09:54:27

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


Package is libwps, Maintainer is mhruse...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/libwps/libwps.changes2013-04-19 
15:45:22.0 +0200
+++ /work/SRC/openSUSE:Factory/.libwps.new/libwps.changes   2013-04-29 
09:54:28.0 +0200
@@ -1,0 +2,5 @@
+Sat Apr 20 12:05:52 UTC 2013 - tchva...@suse.com
+
+- Use url download path.
+
+---



Other differences:
--
++ libwps.spec ++
--- /var/tmp/diff_new_pack.OCQe70/_old  2013-04-29 09:54:29.0 +0200
+++ /var/tmp/diff_new_pack.OCQe70/_new  2013-04-29 09:54:29.0 +0200
@@ -29,7 +29,7 @@
 Version:0.2.8
 Release:0
 Url:http://libwps.sourceforge.net/
-Source: libwps-%{version}.tar.xz
+Source: 
http://downloads.sourceforge.net/project/%{name}/%{name}/%{name}-%{version}/%{name}-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description

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



commit mythes for openSUSE:Factory

2013-04-29 Thread h_root
Hello community,

here is the log from the commit of package mythes for openSUSE:Factory checked 
in at 2013-04-29 09:54:34

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


Package is mythes, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/mythes/mythes.changes2012-12-20 
11:02:33.0 +0100
+++ /work/SRC/openSUSE:Factory/.mythes.new/mythes.changes   2013-04-29 
09:54:36.0 +0200
@@ -1,0 +2,5 @@
+Sat Apr 20 11:53:44 UTC 2013 - tchva...@suse.com
+
+- Add downloadable URL.
+
+---



Other differences:
--
++ mythes.spec ++
--- /var/tmp/diff_new_pack.btTBas/_old  2013-04-29 09:54:37.0 +0200
+++ /var/tmp/diff_new_pack.btTBas/_new  2013-04-29 09:54:37.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package mythes
 #
-# 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
@@ -21,14 +21,14 @@
 Name:   mythes
 Version:1.2.3
 Release:0
-License:BSD-2-Clause and MIT
 Summary:A simple thesaurus for Libreoffice
-Url:http://hunspell.sourceforge.net/
+License:BSD-2-Clause and MIT
 Group:  System/Libraries
-Source0:%name-%version.tar.gz
-BuildRequires:  pkgconfig
-BuildRequires:  hunspell-devel
+Url:http://hunspell.sourceforge.net/
+Source0:http://downloads.sourceforge.net/hunspell/%name-%version.tar.gz
 BuildRequires:  gcc-c++
+BuildRequires:  hunspell-devel
+BuildRequires:  pkgconfig
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description

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



commit pam for openSUSE:Factory

2013-04-29 Thread h_root
Hello community,

here is the log from the commit of package pam for openSUSE:Factory checked in 
at 2013-04-29 09:54:42

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


Package is pam, Maintainer is m...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/pam/pam.changes  2013-02-07 10:45:08.0 
+0100
+++ /work/SRC/openSUSE:Factory/.pam.new/pam.changes 2013-04-29 
09:54:43.0 +0200
@@ -1,0 +2,6 @@
+Fri Apr 26 10:25:06 UTC 2013 - mmeis...@suse.com
+
+- Added libtool as BuildRequire, and autoreconf -i option to fix 
+  build with new automake
+
+---



Other differences:
--
++ pam.spec ++
--- /var/tmp/diff_new_pack.88wHju/_old  2013-04-29 09:54:46.0 +0200
+++ /var/tmp/diff_new_pack.88wHju/_new  2013-04-29 09:54:46.0 +0200
@@ -32,6 +32,7 @@
 %endif
 BuildRequires:  autoconf
 BuildRequires:  automake
+BuildRequires:  libtool
 %define libpam_so_version 0.83.1
 %define libpam_misc_so_version 0.82.0
 %define libpamc_so_version 0.82.1
@@ -107,7 +108,7 @@
 %patch3 -p1
 
 %build
-autoreconf
+autoreconf -i
 export CFLAGS=%optflags -DNDEBUG
 %configure \
--sbindir=/sbin \

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



commit roundcubemail for openSUSE:Factory

2013-04-29 Thread h_root
Hello community,

here is the log from the commit of package roundcubemail for openSUSE:Factory 
checked in at 2013-04-29 09:54:47

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


Package is roundcubemail, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/roundcubemail/roundcubemail.changes  
2013-04-02 12:55:00.0 +0200
+++ /work/SRC/openSUSE:Factory/.roundcubemail.new/roundcubemail.changes 
2013-04-29 09:54:51.0 +0200
@@ -1,0 +2,13 @@
+Sat Apr 27 09:31:24 UTC 2013 - w...@rosenauer.org
+
+- Update to version 0.9.0
+  * Improved rendering of forwarded and attached messages
+  * Optionally display and compose email messages a new windows
+  * Unified UI for message view and composition
+  * Show sender photos from contacts in email view
+  * Render thumbnails for image attachments
+  * Download all attachments as zip archive (using the zipdownload plugin)
+  * Forward multiple emails as attachments
+  * CSV import for contacts
+
+---

Old:

  roundcubemail-0.8.6.tar.gz

New:

  roundcubemail-0.9.0.tar.gz



Other differences:
--
++ roundcubemail.spec ++
--- /var/tmp/diff_new_pack.4itLbH/_old  2013-04-29 09:54:53.0 +0200
+++ /var/tmp/diff_new_pack.4itLbH/_new  2013-04-29 09:54:53.0 +0200
@@ -21,7 +21,7 @@
 License:GPL-3.0+ and GPL-2.0 and BSD-3-Clause
 Group:  Productivity/Networking/Email/Clients
 Url:http://www.roundcube.net/
-Version:0.8.6
+Version:0.9.0
 Release:0
 BuildRequires:  apache2-devel
 %if 0%{suse_version} = 1100

++ roundcubemail-0.8.6.tar.gz - roundcubemail-0.9.0.tar.gz ++
 238574 lines of diff (skipped)

++ roundcubemail-config-dir.patch ++
--- /var/tmp/diff_new_pack.4itLbH/_old  2013-04-29 09:54:54.0 +0200
+++ /var/tmp/diff_new_pack.4itLbH/_new  2013-04-29 09:54:54.0 +0200
@@ -1,26 +1,26 @@
 diff --git a/installer/index.php b/installer/index.php
-index 4c94fea..204cdf4 100644
+index 0e80b1c..0123a70 100644
 --- a/installer/index.php
 +++ b/installer/index.php
-@@ -43,7 +43,7 @@ ini_set('error_reporting', E_ALL~E_NOTICE);
- ini_set('display_errors', 1);
+@@ -41,7 +41,7 @@ ini_set('display_errors', 1);
  
  define('INSTALL_PATH', realpath(dirname(__FILE__) . '/../').'/');
--define('RCMAIL_CONFIG_DIR', INSTALL_PATH . 'config');
-+define('RCMAIL_CONFIG_DIR', '/etc/roundcubemail');
- define('RCMAIL_CHARSET', 'UTF-8');
+ define('RCUBE_INSTALL_PATH', INSTALL_PATH);
+-define('RCUBE_CONFIG_DIR', INSTALL_PATH . 'config/');
++define('RCUBE_CONFIG_DIR', '/etc/roundcubemail/');
  
  $include_path  = INSTALL_PATH . 'program/lib' . PATH_SEPARATOR;
+ $include_path .= INSTALL_PATH . 'program/include' . PATH_SEPARATOR;
 diff --git a/program/include/iniset.php b/program/include/iniset.php
-index 3809479..5004448 100644
+index c2efe01..2cccf74 100644
 --- a/program/include/iniset.php
 +++ b/program/include/iniset.php
-@@ -52,7 +52,7 @@ if (!defined('INSTALL_PATH')) {
+@@ -44,7 +44,7 @@ if (!defined('INSTALL_PATH')) {
  }
  
  if (!defined('RCMAIL_CONFIG_DIR')) {
 -define('RCMAIL_CONFIG_DIR', INSTALL_PATH . 'config');
-+define('RCMAIL_CONFIG_DIR', '/etc/roundcubemail');
++define('RCMAIL_CONFIG_DIR', '/etc/roundcubemail/');
  }
  
- // make sure path_separator is defined
+ if (!defined('RCUBE_LOCALIZATION_DIR')) {

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



commit rubygem-gem2rpm for openSUSE:Factory

2013-04-29 Thread h_root
Hello community,

here is the log from the commit of package rubygem-gem2rpm for openSUSE:Factory 
checked in at 2013-04-29 09:56:30

Comparing /work/SRC/openSUSE:Factory/rubygem-gem2rpm (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-gem2rpm.new (New)


Package is rubygem-gem2rpm, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-gem2rpm/rubygem-gem2rpm.changes  
2013-03-20 09:54:19.0 +0100
+++ /work/SRC/openSUSE:Factory/.rubygem-gem2rpm.new/rubygem-gem2rpm.changes 
2013-04-29 09:56:32.0 +0200
@@ -1,0 +2,15 @@
+Sun Apr 28 06:55:08 UTC 2013 - co...@suse.com
+
+- support ruby 2.0
+
+---
+Sat Apr 27 16:09:07 UTC 2013 - co...@suse.com
+
+- update to 0.9.2 - no changelog
+
+---
+Mon Apr 22 19:03:01 UTC 2013 - mrueck...@suse.de
+
+- fix redirection in gem2rpm-opensuse
+
+---

Old:

  gem2rpm-0.8.4.gem

New:

  gem2rpm-0.9.2.gem



Other differences:
--
++ rubygem-gem2rpm.spec ++
--- /var/tmp/diff_new_pack.JYweLL/_old  2013-04-29 09:56:33.0 +0200
+++ /var/tmp/diff_new_pack.JYweLL/_new  2013-04-29 09:56:33.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   rubygem-gem2rpm
-Version:0.8.4
+Version:0.9.2
 Release:0
 %define mod_name gem2rpm
 %define mod_full_name %{mod_name}-%{version}
@@ -34,6 +34,9 @@
 Summary:Generate rpm specfiles from gems
 License:GPL-2.0+
 Group:  Development/Languages/Ruby
+%define mod_branch -%{version}
+%define mod_weight 9
+PreReq: update-alternatives
 
 %description
 Generate source rpms and rpm spec files from a Ruby Gem.
@@ -57,12 +60,24 @@
 %gem_build
 
 %install
-%gem_install
+%gem_install -f
 %{__install} -D -m 0755 %{S:2} %{buildroot}%{_bindir}/gem2rpm-opensuse
+mv %{buildroot}%{_bindir}/gem2rpm{,%{mod_branch}}
+ln -s gem2rpm%{mod_branch} %{buildroot}%{_bindir}/gem2rpm
+
+%post
+/usr/sbin/update-alternatives --install \
+%{_bindir}/gem2rpm gem2rpm %{_bindir}/gem2rpm%{mod_branch} %{mod_weight}
+
+%preun
+if [ $1 = 0 ] ; then
+/usr/sbin/update-alternatives --remove gem2rpm 
%{_bindir}/gem2rpm%{mod_branch}
+fi
 
 %files
 %defattr(-,root,root,-)
-%{_bindir}/gem2rpm
+%{_bindir}/gem2rpm%{mod_branch}
+%ghost %{_bindir}/gem2rpm
 %{_libdir}/ruby/gems/%{rb_ver}/cache/%{mod_full_name}.gem
 %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/
 %{_libdir}/ruby/gems/%{rb_ver}/specifications/%{mod_full_name}.gemspec

++ gem2rpm-fix-opensuse-template.diff ++
--- /var/tmp/diff_new_pack.JYweLL/_old  2013-04-29 09:56:33.0 +0200
+++ /var/tmp/diff_new_pack.JYweLL/_new  2013-04-29 09:56:33.0 +0200
@@ -1,7 +1,7 @@
-diff -ru gem2rpm-0.8.4.orig/bin/gem2rpm gem2rpm-0.8.4/bin/gem2rpm
 gem2rpm-0.8.4.orig/bin/gem2rpm 2013-03-18 14:10:53.897635829 +0100
-+++ gem2rpm-0.8.4/bin/gem2rpm  2013-03-18 14:11:06.853676714 +0100
-@@ -122,9 +122,15 @@
+diff -ru gem2rpm-0.9.2.orig/bin/gem2rpm gem2rpm-0.9.2/bin/gem2rpm
+--- gem2rpm-0.9.2.orig/bin/gem2rpm 2013-04-27 18:05:35.507339324 +0200
 gem2rpm-0.9.2/bin/gem2rpm  2013-04-27 18:06:04.661974841 +0200
+@@ -121,9 +121,15 @@
  if output_file.nil?
  Gem2Rpm::convert(gemfile, template, $stdout, nongem, local, 
doc_subpackage) unless deps
  else
@@ -18,10 +18,10 @@
  ensure
  out.close()
  end
-Nur in gem2rpm-0.8.4/bin: gem2rpm.orig.
-diff -ru gem2rpm-0.8.4.orig/lib/gem2rpm/specification.rb 
gem2rpm-0.8.4/lib/gem2rpm/specification.rb
 gem2rpm-0.8.4.orig/lib/gem2rpm/specification.rb2013-03-18 
14:10:53.897635829 +0100
-+++ gem2rpm-0.8.4/lib/gem2rpm/specification.rb 2013-03-18 14:11:06.852676700 
+0100
+Only in gem2rpm-0.9.2/bin: gem2rpm.orig
+diff -ru gem2rpm-0.9.2.orig/lib/gem2rpm/specification.rb 
gem2rpm-0.9.2/lib/gem2rpm/specification.rb
+--- gem2rpm-0.9.2.orig/lib/gem2rpm/specification.rb2013-04-27 
18:05:35.561338649 +0200
 gem2rpm-0.9.2/lib/gem2rpm/specification.rb 2013-04-27 18:06:04.661974841 
+0200
 @@ -6,7 +6,11 @@
class Specification  SimpleDelegator
  # A long description of gem wrapped to 78 characters.
@@ -53,28 +53,31 @@
  # List of dependencies that are used for development.
  def development_dependencies
super.map {|d| Gem2Rpm::Dependency.new d}
-diff -ru gem2rpm-0.8.4.orig/lib/gem2rpm.rb gem2rpm-0.8.4/lib/gem2rpm.rb
 gem2rpm-0.8.4.orig/lib/gem2rpm.rb  2013-03-18 14:10:53.897635829 +0100
-+++ gem2rpm-0.8.4/lib/gem2rpm.rb   2013-03-18 14:11:06.853676714 +0100
-@@ -35,11 +35,13 @@
+diff -ru gem2rpm-0.9.2.orig/lib/gem2rpm.rb gem2rpm-0.9.2/lib/gem2rpm.rb
+--- gem2rpm-0.9.2.orig/lib/gem2rpm.rb  2013-04-27 

commit rubygem-ruby_parser for openSUSE:Factory

2013-04-29 Thread h_root
Hello community,

here is the log from the commit of package rubygem-ruby_parser for 
openSUSE:Factory checked in at 2013-04-29 09:59:01

Comparing /work/SRC/openSUSE:Factory/rubygem-ruby_parser (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-ruby_parser.new (New)


Package is rubygem-ruby_parser, Maintainer is ruby-de...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-ruby_parser/rubygem-ruby_parser.changes  
2013-03-28 13:26:27.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.rubygem-ruby_parser.new/rubygem-ruby_parser.changes 
2013-04-29 09:59:04.0 +0200
@@ -1,0 +2,9 @@
+Sat Apr 20 15:47:11 UTC 2013 - co...@suse.com
+
+- updated to version 3.1.3
+* 2 bug fixes:
+
+  * Fixed begin w/ else but no rescue. (whitequark)
+  * Removed literal stripping from block_append. Not its job.
+
+---

Old:

  ruby_parser-3.1.2.gem

New:

  ruby_parser-3.1.3.gem



Other differences:
--
++ rubygem-ruby_parser.spec ++
--- /var/tmp/diff_new_pack.eAhbZM/_old  2013-04-29 09:59:05.0 +0200
+++ /var/tmp/diff_new_pack.eAhbZM/_new  2013-04-29 09:59:05.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   rubygem-ruby_parser
-Version:3.1.2
+Version:3.1.3
 Release:0
 %define mod_name ruby_parser
 %define mod_full_name %{mod_name}-%{version}
@@ -30,7 +30,7 @@
 Summary:ruby_parser (RP) is a ruby parser written in pure ruby 
(utilizing
 License:MIT
 Group:  Development/Languages/Ruby
-%define mod_branch -3.1.2
+%define mod_branch -3.1.3
 %define mod_weight 3
 PreReq: update-alternatives
 

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



commit taglib for openSUSE:Factory

2013-04-29 Thread h_root
Hello community,

here is the log from the commit of package taglib for openSUSE:Factory checked 
in at 2013-04-29 10:00:28

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


Package is taglib, Maintainer is vdziewie...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/taglib/taglib.changes2013-02-05 
15:47:03.0 +0100
+++ /work/SRC/openSUSE:Factory/.taglib.new/taglib.changes   2013-04-29 
10:00:30.0 +0200
@@ -1,0 +2,14 @@
+Fri Apr 26 17:19:29 UTC 2013 - davejpla...@gmail.com
+
+- Added taglib-1.8-ds-rusxmms-r8.patch which fixes bnc#814814
+- Removed old taglib-1.8-ds-rusxmms-r4.patch
+
+---
+Thu Apr 25 17:05:18 UTC 2013 - davejpla...@gmail.com
+
+- Incorporated updated taglib-1.8-ds-rusxmms-r4.patch see bnc#814814
+- Added built binary examples which manipulate tags from the command line
+  to enable easier testing of libtag. These are in the taglib rpm.
+- Created taglib-1.8-strip-rpath.patch to remove rpath from binaries.
+
+---

Old:

  taglib-1.8-ds-rusxmms-r2.patch

New:

  taglib-1.8-ds-rusxmms-r8.patch
  taglib-1.8-strip-rpath.patch



Other differences:
--
++ taglib.spec ++
--- /var/tmp/diff_new_pack.tUmfwN/_old  2013-04-29 10:00:33.0 +0200
+++ /var/tmp/diff_new_pack.tUmfwN/_new  2013-04-29 10:00:33.0 +0200
@@ -21,15 +21,18 @@
 Release:0
 Summary:Audio Meta-Data Library
 License:LGPL-2.1+ and MPL-1.1
-Group:  System/Libraries
+Group:  Productivity/Multimedia/Other
 Url:http://ktown.kde.org/~wheeler/taglib/
 Source0:
https://github.com/downloads/taglib/taglib/%{name}-%{version}.tar.gz
 Source1:%{name}.desktop
 Source100:  baselibs.conf
-Patch0: taglib-1.8-ds-rusxmms-r2.patch
+# This patch is to fix bnc#814814.
+Patch0: taglib-1.8-ds-rusxmms-r8.patch
 Patch1: taglib-1.7.2-doxygen.patch
 # PATCH-FIX-UPSTREAM taglib-1.8-version_fix.patch - fix version defines in 
taglib.h
 Patch2: taglib-1.8-version_fix.patch
+# Get example executables to build without rpath
+Patch3: taglib-1.8-strip-rpath.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  cmake
 BuildRequires:  doxygen
@@ -43,14 +46,18 @@
 %endif
 BuildRequires:  librcc-devel
 BuildRequires:  zlib-devel
-Requires:   libtag1 = %{version}
-Requires:   libtag_c0 = %{version}
+# NOTE: The tagreader and writer executables give different results when built 
with
+# an earlier taglib-1.8-ds-rusxmms patch. See bnc#814814
+Requires:   libtag1 = %{version}-%{release}
+Requires:   libtag_c0 = %{version}-%{release}
 
 %description
 TagLib is a library for reading and editing the meta-data of several popular
 audio formats. Currently it supports both ID3v1 and ID3v2 for MP3 files, Ogg
 Vorbis comments and ID3 tags and Vorbis comments in FLAC, MPC, Speex, WavPack
 TrueAudio, WAV, AIFF, MP4 and ASF files.
+This package contains built examples which manipulate tags from the
+command line.
 
 %package -n libtag1
 Summary:Audio Meta-Data Library
@@ -100,6 +107,7 @@
 %patch0 -p1
 %patch1 -p1
 %patch2 -p1
+%patch3
 
 %build
 mkdir build
@@ -107,7 +115,12 @@
 export CXXFLAGS=%{optflags} -D_GNU_SOURCE
 export CFLAGS=%{optflags} -D_GNU_SOURCE
 _libsuffix=$(echo %{_lib} | cut -b4-)
-cmake -DCMAKE_INSTALL_PREFIX=%{_prefix} -DBUILD_TESTS:BOOL=ON 
-DLIB_SUFFIX=$_libsuffix -DWITH_ASF:BOOL=ON -DWITH_MP4:BOOL=ON ..
+cmake -DCMAKE_INSTALL_PREFIX=%{_prefix} \
+-DBUILD_TESTS:BOOL=ON \
+-DLIB_SUFFIX=$_libsuffix \
+-DWITH_ASF:BOOL=ON \
+-DWITH_MP4:BOOL=ON \
+-DBUILD_EXAMPLES:BOOL=ON ..
 make %{?_smp_mflags} VERBOSE=1
 cd ..
 
@@ -115,9 +128,9 @@
 doxygen
 
 %install
-cd build
-%makeinstall
-cd ..
+pushd build
+make DESTDIR=%{buildroot} install
+popd
 
 # install susehelp file
 mkdir -p %{buildroot}%{_datadir}/susehelp/meta/Development/Libraries/
@@ -133,11 +146,9 @@
 cp -a AUTHORS COPYING.LGPL COPYING.MPL NEWS doc/html/ examples/ 
%{buildroot}%{_defaultdocdir}/libtag-devel/
 
 %fdupes -s %{buildroot}
-
-echo EOF README.taglib
-This package only acts as a placeholder until all packages that use taglib
-have upgraded to the new package names libtag1 and libtag_c0.
-EOF
+# Add built examples to taglib package.
+mkdir -p %{buildroot}%{_bindir}
+for i in `find build/examples -maxdepth 1 ! -type d -executable`; do cp -v 
${i} %{buildroot}%{_bindir}/; done
 
 %check
 # check the library
@@ -177,6 +188,11 @@
 
 %files
 %defattr(-,root,root,-)
+%if 1 == 1
+%{_bindir}/*
+%exclude %{_bindir}/taglib-config
+%else
 %doc README.taglib
+%endif
 
 

commit ucpp for openSUSE:Factory

2013-04-29 Thread h_root
Hello community,

here is the log from the commit of package ucpp for openSUSE:Factory checked in 
at 2013-04-29 10:04:34

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


Package is ucpp, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/ucpp/ucpp.changes2012-12-21 
15:05:22.0 +0100
+++ /work/SRC/openSUSE:Factory/.ucpp.new/ucpp.changes   2013-04-29 
10:04:35.0 +0200
@@ -1,0 +2,5 @@
+Sat Apr 20 11:37:41 UTC 2013 - tchva...@suse.com
+
+- Add http url path.
+
+---



Other differences:
--
++ ucpp.spec ++
--- /var/tmp/diff_new_pack.vtKyiN/_old  2013-04-29 10:04:36.0 +0200
+++ /var/tmp/diff_new_pack.vtKyiN/_new  2013-04-29 10:04:36.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ucpp
 #
-# 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
@@ -20,13 +20,13 @@
 
 Name:   ucpp
 Summary:A quick and light preprocessor, but anyway fully compliant to 
C99
+License:BSD-3-Clause
+Group:  Development/Tools/Building
 Version:1.3.4
 Release:0
-Group:  Development/Tools/Building
-License:BSD-3-Clause
 Url:http://code.google.com/p/ucpp/
 # http://github.com/scarabeusiv/ucpp
-Source: %{name}-%{version}.tar.xz
+Source: 
http://dev.gentooexperimental.org/~scarabeus/%{name}-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  pkgconfig
 BuildRequires:  xz
@@ -50,7 +50,6 @@
 must be called repeatedly, otherwise ucpp is a stand-alone binary.
 
 %package -n %{libname}
-License:BSD-3-Clause
 Summary:A Mixed Integer Linear Programming (MILP) Solver Library
 Group:  Development/Libraries/Other
 
@@ -73,7 +72,6 @@
 must be called repeatedly, otherwise ucpp is a stand-alone binary.
 
 %package devel
-License:BSD-3-Clause
 Requires:   %{libname} = %{version}
 Summary:Files for Developing with ucpp
 Group:  Development/Libraries/C and C++

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



commit zhu3d for openSUSE:Factory

2013-04-29 Thread h_root
Hello community,

here is the log from the commit of package zhu3d for openSUSE:Factory checked 
in at 2013-04-29 10:04:53

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


Package is zhu3d, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/zhu3d/zhu3d.changes  2013-01-02 
13:02:39.0 +0100
+++ /work/SRC/openSUSE:Factory/.zhu3d.new/zhu3d.changes 2013-04-29 
10:04:55.0 +0200
@@ -1,0 +2,10 @@
+Sat Apr 20 07:57:41 UTC 2013 - dmitr...@opensuse.org
+
+- Update to version 4.2.6
+  * Removed loading of real ancient Zhu3D-files
+  * Improved Makefile for compilations for newer Intel ICC
+  * Improved Czech translation.
+  * Cosmetic improvements/updates or typo-fixes elsewhere
+  * Removed obsolete zhu2d-4.2.4-glu-link.patch (upstream)
+
+---

Old:

  zhu3d-4.2.4-glu-link.patch
  zhu3d-4.2.4.tar.gz

New:

  zhu3d-4.2.6.tar.gz



Other differences:
--
++ zhu3d.spec ++
--- /var/tmp/diff_new_pack.7E8buD/_old  2013-04-29 10:04:57.0 +0200
+++ /var/tmp/diff_new_pack.7E8buD/_new  2013-04-29 10:04:57.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package zhu3d
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 # Copyright (c) 2006 Víctor Fernández Martínez. Valencia, Spain.
 # openSuse  (c) 2006 pne...@novell.com
 # Copyright (c) 2006 Pavel Nemec pne...@suse.cz
@@ -23,13 +23,12 @@
 Summary:OpenGL-based equation viewer and solver
 License:GPL-3.0
 Group:  Productivity/Scientific/Math
-Version:4.2.4
+Version:4.2.6
 Release:0
 Url:http://sourceforge.net/projects/zhu3d/
 Source0:
http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
 Source1:%{name}.desktop
 Patch0: %{name}-pri.patch
-Patch1: %{name}-4.2.4-glu-link.patch
 # PATCH-FIX-OPENSUSE zhu3d-no-compilation-date.patch - fix W: 
file-contains-current-date
 Patch2: %{name}-no-compilation-date.patch
 # PATCH-FIX-OPENSUSE zhu3d-ppc.patch - fixes ppc build
@@ -64,11 +63,10 @@
 %prep
 %setup -q
 %patch0
-%patch1
 %patch2 -p1
 %patch3 -p1
 find . -type f -print0|xargs -0 chmod -x
-sed -i 's/\r//' readme.txt license.gpl
+sed -i 's/\r//' readme.txt license.gpl src/changelog.txt
 
 %build
 qmake SYSDIR=%{_datadir} QMAKE_CFLAGS_RELEASE=%{optflags} 
QMAKE_CXXFLAGS_RELEASE=%{optflags}
@@ -104,6 +102,6 @@
 %{_datadir}/icons/hicolor/
 %{_datadir}/pixmaps/zhu3d.png
 %dir %{_datadir}/%{name}
-%doc license.gpl readme.txt
+%doc license.gpl readme.txt src/changelog.txt
 
 %changelog

++ zhu3d-4.2.4.tar.gz - zhu3d-4.2.6.tar.gz ++
 6016 lines of diff (skipped)

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



commit icedtea-web.1594 for openSUSE:12.3:Update

2013-04-29 Thread h_root
Hello community,

here is the log from the commit of package icedtea-web.1594 for 
openSUSE:12.3:Update checked in at 2013-04-29 10:33:05

Comparing /work/SRC/openSUSE:12.3:Update/icedtea-web.1594 (Old)
 and  /work/SRC/openSUSE:12.3:Update/.icedtea-web.1594.new (New)


Package is icedtea-web.1594, Maintainer is 

Changes:

New Changes file:

--- /dev/null   2013-04-05 00:01:41.916011506 +0200
+++ /work/SRC/openSUSE:12.3:Update/.icedtea-web.1594.new/icedtea-web.changes
2013-04-29 10:33:06.0 +0200
@@ -0,0 +1,243 @@
+---
+Wed Apr 17 14:11:32 UTC 2013 - mvysko...@suse.com
+
+- update to 1.3.2 (bnc#815596) 
+- Security Updates
+  * CVE-2013-1927, RH884705: fixed gifar vulnerability
+  * CVE-2013-1926, RH916774: Class-loader incorrectly shared for applets with 
same relative-path.
+- Common
+  * Added new option in itw-settings which allows users to set JVM arguments
+when plugin is initialized.
+- NetX
+  * PR580: http://www.horaoficial.cl/ loads improperly
+- Plugin
+  * PR1260: IcedTea-Web should not rely on GTK
+   obsoletes icedtea-web-remove-gtk-dep.patch
+  * PR1157: Applets can hang browser after fatal exception
+
+---
+Sat Jan 19 22:55:39 UTC 2013 - zai...@opensuse.org
+
+- Add icedtea-web-remove-gtk-dep.patch, build icedtea-web without
+  GTK. Plugin now works in both gtk2 and gtk3 based browsers.
+
+---
+Wed Jan 16 15:03:43 UTC 2013 - mvysko...@suse.com
+
+- limit the provides/obsoletes to architectures, where -plugin package
+  existed and don't pollute shiny new arm with an old garbage
+
+---
+Tue Jan 15 21:17:00 UTC 2013 - dmuel...@suse.com
+
+- handle the package renaming on arm properly
+
+---
+Wed Nov  7 08:44:05 UTC 2012 - mvysko...@suse.com
+
+- update to 1.3.1 (bnc#787846)
+- Security Updates
+  * CVE-2012-4540, RH869040: Heap-based buffer overflow after triggering event 
attached to applet
+- Common
+  - PR1161: X509VariableTrustManager does not work correctly with OpenJDK7
+fixes the self-signed issue (mentioned in bnc#784859, bnc#785333, 
bnc#786775)
+
+---
+Mon Sep 10 08:29:27 UTC 2012 - mvysko...@suse.cz
+
+- update to 1.3 (bnc#779001)
+- New features:
+  * Web Start launch errors are now printed to give proper indication as to the
+cause
+  * Significant performance improvement when loading applets that refer to
+missing classes
+  * Support for latest versions of Chromium
+  * Security warning dialog improvements to better clarify security request
+  * Support build with GTK2 and GTK3
+  * Cookie write support (i.e set cookies in browser via Java/Applet)
+- Common:
+  * Applet window icon improved
+- Plug-in:
+  * PR975: Ignore classpaths specified in jar manifests when using jnlp_href
+  * PR1011: Treat folders as such when specified in archive tags
+  * PR855: AppletStub getDocumentBase() now returns full URL
+  * PR722: Unsigned META-INF entries are ignored
+  * PR861: Jars can now load from non codebase hosts
+  * PR1106: Icedtea 1.2.1 crashes Firefox 14
+- Web Start:
+  * PR898: Large signed JNLP files now supported
+  * PR811: URLs with spaces now handled correctly
+- drop already upstreamed icetea-web-1.2.1-old-xulrunner-typo.patch
+
+---
+Wed Aug  8 12:55:43 UTC 2012 - mvysko...@suse.cz
+
+- fix PR1106: Icedtea 1.2.1 crashes Firefox 14
+  * http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=1106
+
+---
+Thu Aug  2 08:35:25 UTC 2012 - mvysko...@suse.cz
+
+- update to 1.2.1 (bnc#773458)
+- Security Updates
+  * CVE-2012-3422, RH840592: Potential read from an uninitialized memory 
location
+  * CVE-2012-3423, RH841345: Incorrect handling of not 0-terminated strings
+- NetX
+  * PR898: signed applications with big jnlp-file doesn't start (webstart 
affect like frozen)
+  * PR811: javaws is not handling urls with spaces (and other characters 
needing encoding) correctly
+  * 816592: icedtea-web not loading GeoGebra java applets in Firefox or Chrome
+- Plugin
+  * PR863: Error passing strings to applet methods in Chromium
+  * PR895: IcedTea-Web searches for missing classes on each loadClass or 
findClass
+  * PR518: NPString.utf8characters not guaranteed to be nul-terminated
+- Common
+  * RH838417: Disambiguate signed applet security prompt from certificate 
warning
+  * RH838559: Disambiguate signed applet security prompt from certificate 
warning 
+

commit patchinfo.1594 for openSUSE:12.3:Update

2013-04-29 Thread h_root
Hello community,

here is the log from the commit of package patchinfo.1594 for 
openSUSE:12.3:Update checked in at 2013-04-29 10:33:09

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


Package is patchinfo.1594, Maintainer is 

Changes:

New Changes file:

NO CHANGES FILE!!!

New:

  _patchinfo



Other differences:
--
++ _patchinfo ++
patchinfo
  issue id=815596 tracker=bncicedtea-web: CVE-2013-1926, CVE-2013-1927: 
bypass same origin policy/issue
  issue id=CVE-2013-1927 tracker=cve /
  issue id=CVE-2013-1926 tracker=cve /
  categorysecurity/category
  ratingmoderate/rating
  packagermvyskocil/packager
  description
- update to 1.3.2 (bnc#815596) 
- Security Updates
  * CVE-2013-1927, RH884705: fixed gifar vulnerability
  * CVE-2013-1926, RH916774: Class-loader incorrectly shared for applets with 
same relative-path.
- Common
  * Added new option in itw-settings which allows users to set JVM arguments
when plugin is initialized.
- NetX
  * PR580: http://www.horaoficial.cl/ loads improperly
- Plugin
  * PR1260: IcedTea-Web should not rely on GTK
   obsoletes icedtea-web-remove-gtk-dep.patch
  * PR1157: Applets can hang browser after fatal exception
/description
  summaryupdate for icedtea-web/summary
/patchinfo
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit libxml2 for openSUSE:12.1:Update

2013-04-29 Thread h_root
Hello community,

here is the log from the commit of package libxml2 for openSUSE:12.1:Update 
checked in at 2013-04-29 10:37:13

Comparing /work/SRC/openSUSE:12.1:Update/libxml2 (Old)
 and  /work/SRC/openSUSE:12.1:Update/.libxml2.new (New)


Package is libxml2, Maintainer is vci...@suse.com

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.YvQ0HF/_old  2013-04-29 10:37:15.0 +0200
+++ /var/tmp/diff_new_pack.YvQ0HF/_new  2013-04-29 10:37:15.0 +0200
@@ -1 +1 @@
-link package='libxml2.1454' cicount='copy' /
+link package='libxml2.1604' cicount='copy' /

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



commit libxml2 for openSUSE:12.2:Update

2013-04-29 Thread h_root
Hello community,

here is the log from the commit of package libxml2 for openSUSE:12.2:Update 
checked in at 2013-04-29 10:37:16

Comparing /work/SRC/openSUSE:12.2:Update/libxml2 (Old)
 and  /work/SRC/openSUSE:12.2:Update/.libxml2.new (New)


Package is libxml2, Maintainer is vci...@suse.com

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.8jPlmH/_old  2013-04-29 10:37:17.0 +0200
+++ /var/tmp/diff_new_pack.8jPlmH/_new  2013-04-29 10:37:17.0 +0200
@@ -1 +1 @@
-link package='libxml2.1454' cicount='copy' /
+link package='libxml2.1604' cicount='copy' /

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



commit libxml2 for openSUSE:12.3:Update

2013-04-29 Thread h_root
Hello community,

here is the log from the commit of package libxml2 for openSUSE:12.3:Update 
checked in at 2013-04-29 10:37:20

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


Package is libxml2, Maintainer is vci...@suse.com

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.TCR2F2/_old  2013-04-29 10:37:21.0 +0200
+++ /var/tmp/diff_new_pack.TCR2F2/_new  2013-04-29 10:37:21.0 +0200
@@ -1 +1 @@
-link package='libxml2.1454' cicount='copy' /
+link package='libxml2.1604' cicount='copy' /

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



commit python-libxml2.1604 for openSUSE:12.2:Update

2013-04-29 Thread h_root
Hello community,

here is the log from the commit of package python-libxml2.1604 for 
openSUSE:12.2:Update checked in at 2013-04-29 10:37:21

Comparing /work/SRC/openSUSE:12.2:Update/python-libxml2.1604 (Old)
 and  /work/SRC/openSUSE:12.2:Update/.python-libxml2.1604.new (New)


Package is python-libxml2.1604, Maintainer is 

Changes:

New Changes file:

NO CHANGES FILE!!!

New:

  _link



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



commit python-libxml2 for openSUSE:12.2:Update

2013-04-29 Thread h_root
Hello community,

here is the log from the commit of package python-libxml2 for 
openSUSE:12.2:Update checked in at 2013-04-29 10:37:22

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


Package is python-libxml2, Maintainer is 

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.aqde5c/_old  2013-04-29 10:37:24.0 +0200
+++ /var/tmp/diff_new_pack.aqde5c/_new  2013-04-29 10:37:24.0 +0200
@@ -1 +1 @@
-link package='python-libxml2.1454' cicount='copy' /
+link package='python-libxml2.1604' cicount='copy' /

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



commit python-libxml2.1604 for openSUSE:12.3:Update

2013-04-29 Thread h_root
Hello community,

here is the log from the commit of package python-libxml2.1604 for 
openSUSE:12.3:Update checked in at 2013-04-29 10:37:25

Comparing /work/SRC/openSUSE:12.3:Update/python-libxml2.1604 (Old)
 and  /work/SRC/openSUSE:12.3:Update/.python-libxml2.1604.new (New)


Package is python-libxml2.1604, Maintainer is 

Changes:

New Changes file:

NO CHANGES FILE!!!

New:

  _link



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



commit python-libxml2 for openSUSE:12.3:Update

2013-04-29 Thread h_root
Hello community,

here is the log from the commit of package python-libxml2 for 
openSUSE:12.3:Update checked in at 2013-04-29 10:38:21

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


Package is python-libxml2, Maintainer is 

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.KDSzmm/_old  2013-04-29 10:38:22.0 +0200
+++ /var/tmp/diff_new_pack.KDSzmm/_new  2013-04-29 10:38:22.0 +0200
@@ -1 +1 @@
-link package='python-libxml2.1454' cicount='copy' /
+link package='python-libxml2.1604' cicount='copy' /

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



commit patchinfo.1604 for openSUSE:12.1:Update

2013-04-29 Thread h_root
Hello community,

here is the log from the commit of package patchinfo.1604 for 
openSUSE:12.1:Update checked in at 2013-04-29 10:40:33

Comparing /work/SRC/openSUSE:12.1:Update/patchinfo.1604 (Old)
 and  /work/SRC/openSUSE:12.1:Update/.patchinfo.1604.new (New)


Package is patchinfo.1604, Maintainer is 

Changes:

New Changes file:

NO CHANGES FILE!!!

New:

  _patchinfo



Other differences:
--
++ _patchinfo ++
patchinfo
  issue id=815665 tracker=bnclibxml2: CVE-2013-1969: 2 use after free 
bugs/issue
  issue id=CVE-2013-1969 tracker=cve /
  categorysecurity/category
  ratingmoderate/rating
  packagervitezslav_cizek/packager
  summarylibxml2 security update/summary
  description
- fix for CVE-2013-1969 (bnc#815665)
  * libxml2-CVE-2013-1969.patch

/description
/patchinfo

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



commit amanda for openSUSE:Factory

2013-04-29 Thread h_root
Hello community,

here is the log from the commit of package amanda for openSUSE:Factory checked 
in at 2013-04-29 13:52:58

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


Package is amanda, Maintainer is vdziewie...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/amanda/amanda.changes2013-01-19 
16:35:30.0 +0100
+++ /work/SRC/openSUSE:Factory/.amanda.new/amanda.changes   2013-04-29 
13:53:00.0 +0200
@@ -1,0 +2,5 @@
+Fri Apr 26 08:36:36 UTC 2013 - mmeis...@suse.com
+
+- Added automake --add-missing option to fix build with new automake
+
+---

New:

  amanda-automake_add_missing.patch



Other differences:
--
++ amanda.spec ++
--- /var/tmp/diff_new_pack.m5UE2j/_old  2013-04-29 13:53:04.0 +0200
+++ /var/tmp/diff_new_pack.m5UE2j/_new  2013-04-29 13:53:04.0 +0200
@@ -67,6 +67,7 @@
 Patch6: amanda-2.6.1p1-avoid-perl-provides.patch
 Patch8: amanda-gets.patch
 Patch9: amanda-3.3.2-returnvalues.patch
+Patch10:amanda-automake_add_missing.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -82,6 +83,7 @@
 %patch6 -p1
 %patch8 -p1
 %patch9 -p1
+%patch10 
 
 %build
 ./autogen

++ amanda-automake_add_missing.patch ++
--- autogen.orig2013-04-26 10:27:38.591941991 +0200
+++ autogen 2013-04-26 10:28:28.255657782 +0200
@@ -57,4 +57,4 @@
 touch config/config.h.in
 
 echo ..automake
-automake --force --copy --warnings=none || die automake failed
+automake --force --copy --warnings=none --add-missing || die automake failed
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit galculator for openSUSE:Factory

2013-04-29 Thread h_root
Hello community,

here is the log from the commit of package galculator for openSUSE:Factory 
checked in at 2013-04-29 13:57:39

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


Package is galculator, Maintainer is bwa...@novell.com

Changes:

--- /work/SRC/openSUSE:Factory/galculator/galculator.changes2013-03-14 
15:36:32.0 +0100
+++ /work/SRC/openSUSE:Factory/.galculator.new/galculator.changes   
2013-04-29 13:57:40.0 +0200
@@ -1,0 +2,9 @@
+Mon Apr 29 09:19:33 UTC 2013 - and...@opensuse.org
+
+- new upstream version 2.1.2
+  * This release fixes a handful of bugs:
+a minor flaw in the build process and
+migrates some deprecated GUI elements to recent GTK3
+  * Added Lithuanian Translation.
+  
+---

Old:

  galculator-2.1.tar.bz2

New:

  galculator-2.1.2.tar.bz2



Other differences:
--
++ galculator.spec ++
--- /var/tmp/diff_new_pack.dBAKx0/_old  2013-04-29 13:57:41.0 +0200
+++ /var/tmp/diff_new_pack.dBAKx0/_new  2013-04-29 13:57:41.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   galculator
-Version:2.1
+Version:2.1.2
 Release:0
 Summary:A GTK 2/3 based calculator
 License:GPL-2.0+

++ galculator-2.1.tar.bz2 - galculator-2.1.2.tar.bz2 ++
 47709 lines of diff (skipped)

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



commit git for openSUSE:Factory

2013-04-29 Thread h_root
Hello community,

here is the log from the commit of package git for openSUSE:Factory checked in 
at 2013-04-29 13:57:47

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


Package is git, Maintainer is ti...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/git/git.changes  2013-04-08 14:37:41.0 
+0200
+++ /work/SRC/openSUSE:Factory/.git.new/git.changes 2013-04-29 
13:57:48.0 +0200
@@ -1,0 +2,5 @@
+Fri Apr 26 07:22:29 UTC 2013 - pgaj...@suse.com
+
+- require cvsps2 instead of cvsps [bnc#809800]
+
+---



Other differences:
--
++ git.spec ++
--- /var/tmp/diff_new_pack.QaC4bQ/_old  2013-04-29 13:57:50.0 +0200
+++ /var/tmp/diff_new_pack.QaC4bQ/_new  2013-04-29 13:57:50.0 +0200
@@ -98,7 +98,7 @@
 Summary:Git tools for importing CVS repositories
 Group:  Development/Tools/Version Control
 Requires:   cvs
-Requires:   cvsps
+Requires:   cvsps2
 Requires:   git-core = %{version}
 Requires:   perl-DBD-SQLite
 

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



commit kdebase4-workspace for openSUSE:Factory

2013-04-29 Thread h_root
Hello community,

here is the log from the commit of package kdebase4-workspace for 
openSUSE:Factory checked in at 2013-04-29 13:59:01

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


Package is kdebase4-workspace, Maintainer is kde-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/kdebase4-workspace/kdebase4-workspace.changes
2013-04-22 14:31:05.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.kdebase4-workspace.new/kdebase4-workspace.changes   
2013-04-29 13:59:02.0 +0200
@@ -1,0 +2,17 @@
+Fri Apr 26 15:32:44 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Remove plasma-notifications-kill-timer.diff, that was fix for
+  kde#230740, but it is commited upstream 3 years ago
+- Remove unused patches: kwin-suse.diff, kdm-audit-log.diff,
+  systemsettings-root-kcm.diff, pam-translate.diff and
+  kdm-suspend-hal.diff (which used HAL, but we migrated away from
+  it long ago)
+- Group patches wheter they are for KDM or Workspace components
+- Remove checks and obsoletes/provides for no longer supported versions
+- Fix rpmlint warnings: devel files shipping in the main package and
+  kdm missing logrotate dependency
+- Remove not needed kdesud %verify checks
+- Added %kde4_runtime_requires to ksysguard and plasma-calendar packages
+- Annotate existing patches where possible
+
+---

Old:

  kdm-audit-log.diff
  kdm-suspend-hal.diff
  kwin-suse.diff
  pam-translate.diff
  plasma-notifications-kill-timer.diff
  systemsettings-root-kcm.diff



Other differences:
--
++ kdebase4-workspace.spec ++
--- /var/tmp/diff_new_pack.zXH9ov/_old  2013-04-29 13:59:08.0 +0200
+++ /var/tmp/diff_new_pack.zXH9ov/_new  2013-04-29 13:59:08.0 +0200
@@ -32,11 +32,7 @@
 %if !%{with_systemd}
 BuildRequires:  ConsoleKit-devel
 %endif
-%if 0%{?suse_version}  1140
 BuildRequires:  NetworkManager-devel  0.8.997
-%else
-BuildRequires:  NetworkManager-devel  0.8.5
-%endif
 BuildRequires:  fdupes
 BuildRequires:  gpsd-devel
 BuildRequires:  libQtWebKit-devel
@@ -45,9 +41,7 @@
 BuildRequires:  libkde4-devel = %{version}
 BuildRequires:  libkdepimlibs4-devel = %{version}
 BuildRequires:  liblazy-devel
-%if %suse_version  1110
 BuildRequires:  libpolkit-qt-1-devel
-%endif
 BuildRequires:  libprison-devel
 BuildRequires:  libqalculate-devel
 BuildRequires:  libqimageblitz-devel
@@ -79,85 +73,92 @@
 Source6:kdm-logrotate
 Source7:ksysguardd.service
 Source91:   %{name}-rpmlintrc
-Patch8: kwin-suse.diff
-Patch18:startkde.diff
-Patch60:kdm-audit-log.diff
-Patch62:kdm-cope-with-new-grub.diff
-Patch63:kdm-relaxed-auth.diff
-Patch64:kdm-suspend-hal.diff
-%if %suse_version  1210
-Patch65:kdm-sysconfig-values.diff
-%endif
-Patch66:kdm-wordbreak.diff
-Patch67:kdm-remove-duplicated-sessions.diff
-Patch68:kdm-make_it_cool.diff
-Patch69:kdm-all-users-nopass.diff
-Patch70:same-pam-generic-classic.diff
-Patch71:kdm-kdmconf.diff
-Patch77:systemsettings-desktop.diff
-Patch82:rotate-wacom-pointers.diff
-Patch88:kde4-migrate.diff
-Patch94:systemsettings-root-kcm.diff
-Patch98:kdm-dont-grab-mouse.diff
-#Subject: Increase the time KDM waits for X to start up
-#From: Lubos Lunak
-#Patch-upstream: no
-#Bug: bnc#462478
-Patch99:kdm-long-xserver-timeout.diff
-Patch104:   plasma-branding-defaults-applets.diff
-Patch106:   plasma-dashboard-leave.diff
-Patch107:   plasma-kickoff-newly-collapsing.diff
-Patch108:   plasma-panel-resize-hint.diff
-Patch123:   kdm-fix-generic-greeter.diff
-Patch124:   kdm-fix-labelcolors.diff
-Patch125:   pam-translate.diff
-Patch126:   dont-install-solid-netbackends.diff
-Patch127:   krunner-no-italics.diff
-Patch201:   plasma-notifications-kill-timer.diff
-Patch202:   plasma-disable-networkmanager.diff
+## KDM patches
+# PATCH-FIX-OPENSUSE kdm-cope-with-new-grub.diff -- Don't look for 
grub-set-default, we won't need it (bnc#771545)
+Patch1: kdm-cope-with-new-grub.diff
+# PATCH-FIX-OPENSUSE In O:F since r24
+Patch2: kdm-relaxed-auth.diff
+Patch3: kdm-make_it_cool.diff
+# PATCH-FIX-OPENSUSE kdm-sysconfig-values.diff -- Adds syconfig support to KDM
+Patch4: kdm-sysconfig-values.diff
+# PATCH-FIX-OPENSUSE kdm-wordbreak.diff -- Wraps the username if it's too long
+Patch5: kdm-wordbreak.diff
+# PATCH-FIX-OPENSUSE kdm-remove-duplicated-sessions.diff -- Removes duplicate 
sessions from KDM session list
+Patch6: kdm-remove-duplicated-sessions.diff
+# 

commit libcaes for openSUSE:Factory

2013-04-29 Thread h_root
Hello community,

here is the log from the commit of package libcaes for openSUSE:Factory checked 
in at 2013-04-29 14:04:14

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


Package is libcaes, Maintainer is 

Changes:

New Changes file:

--- /dev/null   2013-04-05 00:01:41.916011506 +0200
+++ /work/SRC/openSUSE:Factory/.libcaes.new/libcaes.changes 2013-04-29 
14:04:15.0 +0200
@@ -0,0 +1,4 @@
+---
+Fri Apr  5 20:08:25 UTC 2013 - jeng...@inai.de
+
+- Initial package (version 0~20130331) for build.opensuse.org

New:

  libcaes-alpha-20130331.tar.xz
  libcaes.changes
  libcaes.spec



Other differences:
--
++ libcaes.spec ++
#
# spec file for package libcaes
#
# 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:   libcaes
%define lname   libcaes1
%define timestamp 20130331
Version:0~%timestamp
Release:0
License:LGPL-3.0+
Summary:Library for cross-platform AES encryption
Group:  Development/Libraries/C and C++
Url:http://code.google.com/p/libcaes/

#Git-Clone: http://code.google.com/p/libcaes
#DL-URL:
http://libcaes.googlecode.com/files/libcaes-alpha-20130331.tar.gz
Source: %name-alpha-%timestamp.tar.xz
BuildRequires:  pkg-config
BuildRequires:  xz
BuildRequires:  pkgconfig(libcerror) = 20120425
#BuildRequires:  pkgconfig(libcstring) = 20120425
BuildRequires:  pkgconfig(openssl) = 1.0
BuildRoot:  %{_tmppath}/%{name}-%{version}-build

%description
libcaes is a library for cross-platform AES encryption.

%package -n %lname
Summary:Library for cross-platform AES encryption
Group:  System/Libraries

%description -n %lname
libcaes is a library for cross-platform AES encryption.

%package devel
Summary:Development files for libcaes, a cross-platform AES encryption 
library
Group:  Development/Libraries/C and C++
Requires:   %lname = %version

%description devel
libcaes is a library for cross-platform AES encryption.

This subpackage contains libraries and header files for developing
applications that want to make use of libcaes.

%prep
%setup -qn libcaes-%timestamp

%build
%configure --disable-static --enable-wide-character-type
make %{?_smp_mflags}

%install
make install DESTDIR=%buildroot
rm -f %buildroot/%_libdir/*.la

%post   -n %lname -p /sbin/ldconfig
%postun -n %lname -p /sbin/ldconfig

%files -n %lname
%defattr(-,root,root)
%doc AUTHORS COPYING ChangeLog
%_libdir/libcaes.so.1*

%files devel
%defattr(-,root,root)
%_includedir/libcaes*
%_libdir/libcaes.so
%_libdir/pkgconfig/libcaes.pc
%_mandir/man3/libcaes.3*

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



commit libmwaw for openSUSE:Factory

2013-04-29 Thread h_root
Hello community,

here is the log from the commit of package libmwaw for openSUSE:Factory checked 
in at 2013-04-29 14:04:48

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


Package is libmwaw, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/libmwaw/libmwaw.changes  2013-04-03 
13:01:39.0 +0200
+++ /work/SRC/openSUSE:Factory/.libmwaw.new/libmwaw.changes 2013-04-29 
14:04:49.0 +0200
@@ -1,0 +2,11 @@
+Sun Apr 28 13:44:00 UTC 2013 - fridrich.st...@suse.com
+
+- Upgrade to upstream 0.1.8
+  - Several improvements in different parsers
+
+---
+Sat Apr 20 12:08:23 UTC 2013 - tchva...@suse.com
+
+- Use download URL path.
+
+---

Old:

  libmwaw-0.1.7.tar.xz

New:

  libmwaw-0.1.8.tar.xz



Other differences:
--
++ libmwaw.spec ++
--- /var/tmp/diff_new_pack.2h0hSE/_old  2013-04-29 14:04:50.0 +0200
+++ /var/tmp/diff_new_pack.2h0hSE/_new  2013-04-29 14:04:50.0 +0200
@@ -1,5 +1,5 @@
 #
-# spec file for package libmspub
+# spec file for package libmwaw
 #
 # Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
@@ -35,10 +35,10 @@
 Summary:Pre Mac OSX text file formats parser library
 License:(LGPL-2.1+ or MPL-2.0) and GPL-2.0+
 Group:  Productivity/Publishing/Word
-Version:0.1.7
+Version:0.1.8
 Release:0
 Url:http://sourceforge.net/p/libmwaw/wiki/Home/
-Source: libmwaw-%{version}.tar.xz
+Source: 
http://downloads.sourceforge.net/project/%{name}/%{name}/%{name}-%{version}/%{name}-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description

++ libmwaw-0.1.7.tar.xz - libmwaw-0.1.8.tar.xz ++
 12541 lines of diff (skipped)

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



commit mupdf for openSUSE:Factory

2013-04-29 Thread h_root
Hello community,

here is the log from the commit of package mupdf for openSUSE:Factory checked 
in at 2013-04-29 14:07:16

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


Package is mupdf, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/mupdf/mupdf.changes  2013-04-09 
07:08:00.0 +0200
+++ /work/SRC/openSUSE:Factory/.mupdf.new/mupdf.changes 2013-04-29 
14:07:18.0 +0200
@@ -1,0 +2,6 @@
+Sun Apr 28 10:28:56 UTC 2013 - dap.darkn...@gmail.com
+
+- Fixed ld: relocation R_X86_64_32 against `.rodata' can not
+  be used when making a shared object; recompile with -fPIC.
+
+---



Other differences:
--
++ mupdf.spec ++
--- /var/tmp/diff_new_pack.4zKxus/_old  2013-04-29 14:07:20.0 +0200
+++ /var/tmp/diff_new_pack.4zKxus/_new  2013-04-29 14:07:20.0 +0200
@@ -65,6 +65,7 @@
 rm -rf thirdparty
 
 %build
+export CFLAGS=%{optflags} -fPIC
 export XCFLAGS=%{optflags}
 make %{?_smp_mflags} verbose=1
 ls -1 build/debug


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



commit nodejs for openSUSE:Factory

2013-04-29 Thread h_root
Hello community,

here is the log from the commit of package nodejs for openSUSE:Factory checked 
in at 2013-04-29 14:08:07

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


Package is nodejs, Maintainer is jmassaguer...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/nodejs/nodejs.changes2013-04-23 
15:17:37.0 +0200
+++ /work/SRC/openSUSE:Factory/.nodejs.new/nodejs.changes   2013-04-29 
14:08:08.0 +0200
@@ -1,0 +2,10 @@
+Thu Apr 25 18:33:51 UTC 2013 - adaugher...@tamu.edu
+
+- update to 0.10.5
+
+---
+Thu Apr 25 18:12:39 UTC 2013 - adaugher...@tamu.edu
+
+- rebase 0.10.4 build/patches against current OBS state
+
+---
@@ -18,0 +29,32 @@
+
+---
+Fri Apr 19 20:05:20 UTC 2013 - adaugher...@tamu.edu
+
+- make v8 version deps explicit, and add more provides (copied from Fedora)
+
+This will require manually updating the nodejs pkg whenever there's a
+minor version bump in v8 (3.x to 3.y, not micro, i.e. 3.x.a to 3.x.b),
+but that's better than v8 updates breaking existing nodejs installations.
+
+---
+Thu Apr 18 23:31:58 UTC 2013 - adaugher...@tamu.edu
+
+- Fix build on platforms w/openssl 0.9.8 (e.g. SLES 11).
+- Fix -devel subpkg -- manually install headers (copied from Fedora),
+  and move dtrace and share to -devel subpkg.
+  + NodeJS = 0.8 installed headers itself, so this was not previously
+necessary.
+  + NB: Fedora uses an external libuv pkg, but we don't, so we must
+also copy libuv headers.
+
+---
+Thu Apr 18 14:23:49 UTC 2013 - dims...@opensuse.org
+
+- Update to version 0.10.4:
+  + See https://raw.github.com/joyent/node/v0.10.4/ChangeLog
+- Delete no longer needed patches:
+  + node-v0.8.12_missing_include.patch
+  + nodejs-devel-lib64path.patch
+  + nodejs-no-v8-headers.patch
+- Rebase nodejs-lib64path.patch and nodejs-libpath.patch.
+- Add nodejs-v8-3.18.0.patch: make node.js compatible to V8 3.18.0.

Old:

  node-v0.8.12_missing_include.patch
  node-v0.8.23.tar.gz
  nodejs-devel-lib64path.patch
  nodejs-no-v8-headers.patch
  nodejs-v8-deprecated-api.patch

New:

  node-v0.10.5.tar.gz
  nodejs-v8-3.18.0.patch



Other differences:
--
++ nodejs.spec ++
--- /var/tmp/diff_new_pack.AeDhzD/_old  2013-04-29 14:08:12.0 +0200
+++ /var/tmp/diff_new_pack.AeDhzD/_new  2013-04-29 14:08:12.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   nodejs
-Version:0.8.23
+Version:0.10.5
 Release:0
 Summary:Evented I/O for V8 JavaScript
 License:MIT
@@ -25,22 +25,23 @@
 Url:http://www.nodejs.org
 Source: http://nodejs.org/dist/v%{version}/node-v%{version}.tar.gz
 Patch0: nodejs-lib64path.patch
-Patch1: nodejs-devel-lib64path.patch
 Patch2: nodejs-libpath.patch
-Patch3: node-v0.8.12_missing_include.patch
 Patch4: node-gyp-addon-gypi.patch
-Patch5: nodejs-no-v8-headers.patch
+Patch5: nodejs-v8-3.18.0.patch
 Patch6: nodejs-openssl-missing-api.patch
-Patch7: nodejs-v8-deprecated-api.patch
 BuildRequires:  curl
 BuildRequires:  gcc-c++
 BuildRequires:  procps
-%if 0%{?suse_version} == 1140
-BuildRequires:  v8-devel = 3.7
-%else
-BuildRequires:  v8-devel = 3.15.3
-%endif
-Requires:   %(rpm -q --requires v8-devel | grep libv8)
+# V8 presently breaks ABI at least every x.y release while never bumping 
SONAME,
+# so we need to be more explicit.  v8_ge may be specified as e.g. 
+# major.minor.micro-release if necessary.
+%global v8_ge 3.18
+%global v8_lt 3.19
+%global v8_abi 3.18
+BuildRequires:  v8-devel = %{v8_ge}
+Requires:   v8%{?isa}  %{v8_lt}
+Requires:   v8%{?isa} = %{v8_ge}
+
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %if 0%{?suse_version}
 BuildRequires:  libopenssl-devel
@@ -48,11 +49,19 @@
 BuildRequires:  openssl-devel
 %endif
 BuildRequires:  pkg-config
-BuildRequires:  zlib-devel
-# for waf
 BuildRequires:  python
+BuildRequires:  zlib-devel
 Provides:   npm = %{version}
 Obsoletes:  npm = 1.0.999
+#we need ABI virtual provides where SONAMEs aren't enough/not present so deps
+#break when binary compatibility is broken
+%global nodejs_abi 0.10
+Provides:   nodejs(abi) = %{nodejs_abi}
+Provides:   nodejs(v8-abi) = %{v8_abi}
+
+#this corresponds to the engine requirement in package.json
+Provides:   nodejs(engine) = %{version}
+
 #building nodejs makes sense only on v8 archs
 

commit openstack-cinder for openSUSE:Factory

2013-04-29 Thread h_root
Hello community,

here is the log from the commit of package openstack-cinder for 
openSUSE:Factory checked in at 2013-04-29 14:08:51

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


Package is openstack-cinder, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/openstack-cinder/openstack-cinder-doc.changes
2013-01-17 09:51:17.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.openstack-cinder.new/openstack-cinder-doc.changes   
2013-04-29 14:08:52.0 +0200
@@ -1,0 +2,184 @@
+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 python-daemon dependency
+  + Make tox.ini run pep8/hacking checks on bin.
+  + Various pep8/HACKING fixes for Cinder.
+  + Volume RPC API Versioning
+  + Remove gen_uuid()
+  + Remove obsolete 

commit openstack-glance for openSUSE:Factory

2013-04-29 Thread h_root
Hello community,

here is the log from the commit of package openstack-glance for 
openSUSE:Factory checked in at 2013-04-29 14:09:09

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


Package is openstack-glance, Maintainer is radma...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/openstack-glance/openstack-glance-doc.changes
2013-01-17 09:52:22.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.openstack-glance.new/openstack-glance-doc.changes   
2013-04-29 14:09:11.0 +0200
@@ -1,0 +2,10 @@
+Mon Mar 18 10:40:43 UTC 2013 - speili...@suse.com
+
+- Drop +git.$TIMESTAMP.$COMMITHASH version suffix 
+
+---
+Fri Feb 22 10:24:40 UTC 2013 - sasc...@suse.de
+
+- Require openstack-suse-macros instead of openstack-macros
+
+---
--- /work/SRC/openSUSE:Factory/openstack-glance/openstack-glance.changes
2013-03-25 20:41:36.0 +0100
+++ /work/SRC/openSUSE:Factory/.openstack-glance.new/openstack-glance.changes   
2013-04-29 14:09:11.0 +0200
@@ -0,0 +1,10 @@
+---
+Thu Apr  4 16:34:56 UTC 2013 - dmuel...@suse.com
+
+- update to grizzly-stable
+
+---
+Tue Apr  2 08:39:30 UTC 2013 - speili...@suse.com
+
+- Update to version 2013.1.rc2
+
@@ -2 +12 @@
-Thu Mar 14 20:23:37 UTC 2013 - vu...@suse.com
+Tue Mar 26 12:32:36 UTC 2013 - opensuse-cl...@opensuse.org
@@ -4,3 +14 @@
-- Update to version 2012.2.4+git.1363292617.dd849a9:
-  + Do not return location in headers (CVE-2013-1840)
-- This fixes bnc#808626.
+- Downgrade to version 2013.1.rc1
@@ -9 +17 @@
-Tue Mar 12 09:06:56 UTC 2013 - vu...@suse.com
+Mon Mar 25 13:50:43 UTC 2013 - opensuse-cl...@opensuse.org
@@ -11,6 +19,10 @@
-- Update to version 2012.2.4+git.1363079216.04f88c8:
-  + Clean dangling image fragments in filesystem store
-  + Wait in TestBinGlance.test_update_copying_from until image is active
-  + Fixes deletion of invalid image member
-- Drop glance-test_bin_glance-fail-on-slow-machines.patch: fixed
-  upstream.
+- Update to version 2013.2.a117.ga3c0a5f:
+  + Handle Swift 404 in scrubber
+  + Don't print sql password in debug messages
+  + Delete swift segments when image_size_cap exceeded
+  + bump version to 2013.2
+
+---
+Mon Mar 18 10:40:37 UTC 2013 - speili...@suse.com
+
+- Drop +git.$TIMESTAMP.$COMMITHASH version suffix 
@@ -19 +31 @@
-Wed Mar  6 15:25:21 UTC 2013 - cloud-de...@suse.de
+Sun Mar 17 00:12:19 UTC 2013 - cloud-de...@suse.de
@@ -21,3 +33,30 @@
-- Update to version 2012.2.4+git.1362583521.1fb759d:
-  + Swallow UserWarning from glance-cache-manage
-  + Avoid dangling partial image on size/checksum mismatch
+- Update to version 2013.1.a110.g975c5ac+git.1363479139.975c5ac:
+  + Fix calls to image_member_find in tests
+  + Retain migration 12 indexes for table image_properties with sqlite.
+  + Fix up publicize_image unit test
+  + Mark password options secret
+  + Fix visibility on db image_member_find
+  + Switch to final 1.1.0 oslo.config release
+  + Honor metadata_encryption_key in glance domain
+  + Publish API version 2.1
+  + Insure that migration 6 retains deleted image property index.
+  + Log when image_size_cap has been exceeded
+  + Fix circular import in glance/db/sqlalchemy
+  + Fix check_003 method.
+  + Declare index on ImageMember model
+  + Fix uniqueness constraint on image_members table.
+  + Do not return location in headers
+  + Segmented images not deleted cleanly from swift.
+  + Document the os options config for swift store
+  + Fix scrubber and other utils to use log.setup().
+  + Fix rabbit_max_retry
+
+---
+Fri Mar 15 17:45:26 UTC 2013 - iartar...@suse.com
+
+- Change ownership of /var/cache/glance to the openstack-glance user
+
+---
+Fri Mar 15 15:33:05 UTC 2013 - iartar...@suse.com
+
+- Move signing_dir to /var/cache/glance/(api|registry)
@@ -26 +65,4 @@
-Tue Mar  5 17:17:04 UTC 2013 - cloud-de...@suse.de
+Wed Mar 13 00:15:32 UTC 2013 - cloud-de...@suse.de
+
+- Update to version 2013.1.a77.ge360117+git.1363133732.e360117:
+  + Characterize image_member_find
@@ -28 +70,31 @@
-- Update to version 2012.2.4+git.1362503824.afe6166:
+---
+Tue Mar 12 10:52:35 UTC 2013 - dmuel...@suse.com
+
+- python-oslo-config - python-oslo.config 
+
+---
+Mon Mar 11 16:08:27 UTC 2013 - dmuel...@suse.com
+
+- 

commit openstack-keystone for openSUSE:Factory

2013-04-29 Thread h_root
Hello community,

here is the log from the commit of package openstack-keystone for 
openSUSE:Factory checked in at 2013-04-29 14:09:42

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


Package is openstack-keystone, Maintainer is radma...@suse.com

Changes:

--- 
/work/SRC/openSUSE:Factory/openstack-keystone/openstack-keystone-doc.changes
2013-01-17 15:14:51.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.openstack-keystone.new/openstack-keystone-doc.changes
   2013-04-29 14:09:43.0 +0200
@@ -1,0 +2,10 @@
+Mon Mar 18 10:41:35 UTC 2013 - speili...@suse.com
+
+- Drop +git.$TIMESTAMP.$COMMITHASH version suffix 
+
+---
+Fri Feb 22 10:25:35 UTC 2013 - sasc...@suse.de
+
+- Require openstack-suse-macros instead of openstack-macros
+
+---
--- /work/SRC/openSUSE:Factory/openstack-keystone/openstack-keystone.changes
2013-04-17 23:13:05.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.openstack-keystone.new/openstack-keystone.changes   
2013-04-29 14:09:43.0 +0200
@@ -0,0 +1,82 @@
+---
+Thu Apr  4 16:27:44 UTC 2013 - dmuel...@suse.com
+
+- update to grizzly branch
+
+---
+Tue Apr  2 08:48:35 UTC 2013 - speili...@suse.com
+
+- Update to version 2013.1.rc3
+
+---
+Thu Mar 28 10:49:54 UTC 2013 - dmuel...@suse.com
+
+- update to 2013.1.rc2 
+
+---
+Tue Mar 26 12:44:27 UTC 2013 - dmuel...@suse.com
+
+- downgrade to 2013.1 
+
+
+Mon Mar 25 13:52:34 UTC 2013 - opensuse-cl...@opensuse.org
+
+- Update to version 2013.2.a338.gbceee56:
+  + Fix XML handling of member links (bug 1156594)
+  + Test default_project_id scoping (bug 1023502)
+  + Ensure delete domain removes all owned entities
+  + Utilize legacy_endpoint_id column (bug 1154918)
+  + Pass project membership as dict in migration 015.
+  + V2, V3 token intermix for unscoped tokens (bug 1156913)
+  + Revise docs to use keystoneclient.middleware.auth_token
+  + Fix live ldap tests
+  + Support for LDAP groups (bug #1092187)
+  + Correct spacing in warning msg
+  + Validate domains unconditionally (bug 1130236)
+  + Prohibit V3 V2 token intermix for resource in non-default domain (bug 
1157430)
+  + Properly handle emulated ldap enablement
+  + Wrap config module and require manual setup (bug 1143998)
+  + Enable emulation for domains
+  + Allow trusts to be optional
+  + Version bump to 2013.2
+  + Add a dereference option for ldap
+  + Move trusts to extension
+  + Make versions aware of enabled pipelines.
+  + Imported Translations from Transifex
+  + Rework S3Token middleware tests.
+  + Rename trust extension.
+
+---
+Mon Mar 18 10:41:29 UTC 2013 - speili...@suse.com
+
+- Drop +git.$TIMESTAMP.$COMMITHASH version suffix 
+
+
+Sun Mar 17 11:28:35 UTC 2013 - dmuel...@suse.com
+
+- Update to version 2013.1.a301.g16b4643+git.1363519715.16b4643:
+  + Explain LDAP page_size  default value
+  + Catch and log server exceptions
+  + Filter out legacy_endpoint_id (bug 1152635)
+  + Ensure tokens are revoked for relevant v3 api calls
+  + Switch to final 1.1.0 oslo.config release
+  + Added test cases to improve LDAP project testing
+  + Migrate roles from metadata to user_project_metadata
+  + duplicated trust tests
+  + quiet route logging on skipped tests
+  + Remove TODO that didn't land in grizzly
+  + No parent exception to wrap
+  + Remove duplicate password/token opts.
+  + Fixes bug 1151747: broken XML translation for resource collections
+  + xml_body returns backtrace on XMLSyntaxError
+  + extracting user and trust ids into normalized fields
+  + Discard null endpoints (bug 1152632)
+- remove keystone-cs24277.diff:
+  * merged upstream
+
+---
+Wed Mar 13 10:17:48 UTC 2013 - dmuel...@suse.com
+
+- add keystone-cs24277.diff:
+  * make keystone start again 
+
@@ -2 +84 @@
-Wed Mar 20 16:27:29 UTC 2013 - vu...@suse.com
+Wed Mar 13 00:17:24 UTC 2013 - cloud-de...@suse.de
@@ -4,2 +86,57 @@
-- Update to version 2012.2.4+git.1363796849.255b1d4:
-  + validate from backend (lp#1129713, bnc#809590, CVE-2013-1865)
+- Update to version 2013.1.a271.g45228ca+git.1363133844.45228ca:
+  + cleanup trusts in controllers
+  + remove spurious roles check
+  + add belongs_to check
+  + 

commit openstack-nova for openSUSE:Factory

2013-04-29 Thread h_root
Hello community,

here is the log from the commit of package openstack-nova for openSUSE:Factory 
checked in at 2013-04-29 14:09:47

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


Package is openstack-nova, Maintainer is radma...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/openstack-nova/openstack-nova-doc.changes
2013-01-29 06:46:19.0 +0100
+++ /work/SRC/openSUSE:Factory/.openstack-nova.new/openstack-nova-doc.changes   
2013-04-29 14:09:49.0 +0200
@@ -2 +2 @@
-Fri Jan 18 13:42:51 UTC 2013 - vu...@suse.com
+Mon Mar 18 09:39:21 UTC 2013 - speili...@suse.com
@@ -4,6 +4 @@
-- Update to version 2012.2.3+git.1358515929.3545a7d:
-  + Add NFS to the libvirt volume driver list
-  + Call plug_vifs() for all instances in init_host
-  + Fix addition of CPU features when running against legacy libvirt
-  + Fix typo in resource tracker audit message
-- Move back to git_tarballs source service.
+- Drop +git.$TIMESTAMP.$COMMITHASH version suffix
@@ -11,16 +6,2 @@
-
-Thu Jan 17 15:22:36 UTC 2013 - cloud-de...@suse.de
-
-- Start using obs-service-github_tarballs
-
-
-Thu Jan 17 14:52:08 UTC 2013 - cloud-de...@suse.de
-
-- Update to version 2012.2.3+git.1358434328.a41b913:
-  + Provide better error message for aggregate-create
-  + Fix errors in used_limits extension
-  + Add an iptables mangle rule per-bridge for DHCP.
-  + Limit formatting routes when adding resources
-
-
-Thu Jan  3 12:17:48 UTC 2013 - cloud-de...@suse.de
+---
+Fri Feb 22 10:26:40 UTC 2013 - sasc...@suse.de
@@ -28,2 +9 @@
-- Update to version 2012.2.3+git.1357215468.451003e:
-  + Fix a crash when launching qcow2 images containing snapshots
+- BuildRequire openstack-suse-macros instead of openstack-macros
@@ -37 +17 @@
-Tue Dec 11 17:36:43 UTC 2012 - cloud-de...@suse.de
+Tue Dec 11 17:36:43 UTC 2012 - sasc...@suse.de
--- /work/SRC/openSUSE:Factory/openstack-nova/openstack-nova.changes
2013-04-17 23:13:13.0 +0200
+++ /work/SRC/openSUSE:Factory/.openstack-nova.new/openstack-nova.changes   
2013-04-29 14:09:49.0 +0200
@@ -0,0 +1,15 @@
+---
+Thu Apr  4 16:34:42 UTC 2013 - dmuel...@suse.com
+
+- update to grizzly-stable
+
+---
+Tue Apr  2 08:38:44 UTC 2013 - speili...@suse.com
+
+- Update to version 2013.1.rc2
+
+---
+Tue Mar 26 12:37:25 UTC 2013 - dmuel...@suse.com
+
+- downgrade to 2013.1.rc1 
+
@@ -2 +17 @@
-Sun Mar 24 00:11:28 UTC 2013 - cloud-de...@suse.de
+Tue Mar 26 10:50:54 CET 2013 - bere...@b1-systems.de
@@ -4,5 +19 @@
-- Update to version 2012.2.4+git.1364083888.5b43cef:
-  + libvirt: enable apic setting for Xen or KVM guest.
-  + Fix double reboot issue during soft reboot
-  + Enable VM DHCP request to reach DHCP agent
-  + Handle compute node records with no timestamp.
+- fixed openstack-nova-vncproxy.init
@@ -11 +22 @@
-Thu Mar 14 21:53:59 UTC 2013 - vu...@suse.com
+Sun Mar 24 00:44:59 UTC 2013 - cloud-de...@suse.de
@@ -13,4 +24,59 @@
-- Update to version 2012.2.4+git.1363298039.9561484:
-  + Fix an error in affinity filters
-  + Add quotas for fixed ips. (CVE-2013-1838)
-- This fixes bnc#808622.
+- Update to version 2013.2.a35.g4fedcd7+git.1364085899.4fedcd7:
+  + Change type of ssh_port option from Str to Int
+  + nova-manage vm list fails looking 'instance_type'
+  + Add caching for ec2 mapping ids.
+  + Make nova.virt.fake.FakeDriver useable in integration testing
+  + Change arguments to volume_detach()
+  + Fixes passing arbitrary conductor_api argument
+  + translate cinder BadRequest exception
+  + Initialize compute manager before loading driver.
+  + py2.6 doesn't support TextTestRunner resultclass
+  + Add a comment to placeholder migrations.
+  + Make _downsize_quota_delta() use stashed instance types
+  + Remove outdated try except block in ec2 code
+
+---
+Wed Mar 20 09:10:00 UTC 2013 - speili...@suse.com
+
+- python-discover is only a test-dependency on platforms with Python  2.7
+  (SLE_11_SP2 in other words)
+
+
+Tue Mar 19 12:04:24 CET 2013 - bere...@b1-systems.de
+
+- added missing requirement novnc for package
+  openstack-nova-novncproxy
+
+
+Mon Mar 18 18:59:11 CET 2013 - bere...@b1-systems.de
+
+- 

commit openstack-quickstart for openSUSE:Factory

2013-04-29 Thread h_root
Hello community,

here is the log from the commit of package openstack-quickstart for 
openSUSE:Factory checked in at 2013-04-29 14:10:21

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


Package is openstack-quickstart, Maintainer is radma...@suse.com

Changes:

--- 
/work/SRC/openSUSE:Factory/openstack-quickstart/openstack-quickstart.changes
2013-03-25 20:41:44.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.openstack-quickstart.new/openstack-quickstart.changes
   2013-04-29 14:10:22.0 +0200
@@ -2 +2 @@
-Fri Mar 15 11:09:05 UTC 2013 - cloud-de...@suse.de
+Sun Mar 17 00:16:08 UTC 2013 - cloud-de...@suse.de
@@ -4 +4 @@
-- Update to latest git (96c1d32):
+- Update to latest git (cf8af8b):
@@ -8 +8 @@
-Mon Mar 11 12:58:48 UTC 2013 - cloud-de...@suse.de
+Mon Mar 11 13:05:30 UTC 2013 - cloud-de...@suse.de
@@ -10 +10,2 @@
-- Update to latest git (657d782):
+- Update to latest git (9b7cd13):
+  + Run *-manage tools as the respective user for each service
@@ -14 +15 @@
-Thu Feb  7 18:38:37 UTC 2013 - cloud-de...@suse.de
+Mon Mar 11 10:03:15 UTC 2013 - cloud-de...@suse.de
@@ -16,3 +17,3 @@
-- Update to latest git (cb0fbe8):
-  + Enalbe Cinder and Swift Service endpoints
-  + Setup Cinder properly
+- Update to latest git (073d42e):
+  + Only install postgresql91-server on SLE11, not on openSUSE
+  + Fix typo that was breaking the nova secgroup-* calls at the end
@@ -21 +22 @@
-Wed Jan 30 07:48:46 UTC 2013 - cloud-de...@suse.de
+Fri Mar  8 09:09:10 UTC 2013 - vu...@suse.com
@@ -23,2 +24,57 @@
-- Update to latest git (95d7088):
-  + Fill in values in the cinder/api-paste.ini templatae
+- Add patterns-OpenStack-clients and
+  patterns-OpenStack-network-node Suggests as we'll get them
+  installed with the demosetup script.
+
+---
+Tue Mar  5 16:56:53 UTC 2013 - cloud-de...@suse.de
+
+- Update to latest git (943d412):
+  + Don't set keystone catalog default driver.
+  + Don't chown /var/lib/keystone.
+  + Don't set glance flavour=keystone, done in package
+  + Use openstack-config for setting lxc libvirt_type.
+  + Shameless tab-killing spree
+
+---
+Thu Feb 14 16:17:16 UTC 2013 - cloud-de...@suse.de
+
+- Update to latest git (fab4032):
+  + Don't fix keystone/glance directory ownership errors here
+  + Set nova.volume.cinder.API as nova's volume_api_class
+  + Revert Set nova.volume.cinder.API as nova's volume_api_class
+  + less error messages during execution
+  + use openstack-config to setup values
+  + cleanup
+  + also start the quantum server
+  + also install clients and network node pattern
+
+---
+Thu Feb  7 18:05:01 UTC 2013 - cloud-de...@suse.de
+
+- Update to latest git (1df2290):
+  + abort if a package couldn't be installed
+  + Configure Cinder properly
+  + Enable Cinder, Quantum, Swift and Heat Service endpoints
+
+---
+Thu Feb  7 14:53:44 UTC 2013 - dmuel...@suse.com
+
+- require openstack-utils for the demosetup
+
+---
+Mon Feb  4 14:40:00 UTC 2013 - cloud-de...@suse.de
+
+- Update to latest git (0b1ec58):
+  + openstack dashboard moved to /usr/share
+  + Stop manipulating /etc/sudoers.
+
+---
+Wed Jan 23 09:23:10 UTC 2013 - sasc...@suse.de
+
+- Update to latest git (d3a5de9):
+  + Lotsa fixes
+
+---
+Mon Jan 14 15:08:31 UTC 2013 - sasc...@suse.de
+
+- Move to master branch (from stable/folsom)

Old:

  openstack-quickstart-2012.2+git.1363345658.96c1d32.tar.gz

New:

  openstack-quickstart-2013.1+git.1363345119.cf8af8b.tar.gz



Other differences:
--
++ openstack-quickstart.spec ++
--- /var/tmp/diff_new_pack.M410hC/_old  2013-04-29 14:10:24.0 +0200
+++ /var/tmp/diff_new_pack.M410hC/_new  2013-04-29 14:10:24.0 +0200
@@ -16,17 +16,19 @@
 #
 
 
-
 Name:   openstack-quickstart
-Version:2012.2+git.1363345658.96c1d32
+Version:2013.1+git.1363345119.cf8af8b
 Release:0
-License:MIT
 Summary:OpenStack Quickstart
-Url:http://en.opensuse.org/SDB:Cloud_OpenStack_Quickstart
+License:MIT
 Group:  System/Management
+Url:http://en.opensuse.org/SDB:Cloud_OpenStack_Quickstart
 Source0:%{name}-%{version}.tar.gz
+Suggests:   patterns-OpenStack-clients
 Suggests:   patterns-OpenStack-compute-node
 Suggests:

commit openstack-suse for openSUSE:Factory

2013-04-29 Thread h_root
Hello community,

here is the log from the commit of package openstack-suse for openSUSE:Factory 
checked in at 2013-04-29 14:13:57

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


Package is openstack-suse, Maintainer is 

Changes:

New Changes file:

--- /dev/null   2013-04-05 00:01:41.916011506 +0200
+++ /work/SRC/openSUSE:Factory/.openstack-suse.new/openstack-suse.changes   
2013-04-29 14:13:58.0 +0200
@@ -0,0 +1,33 @@
+---
+Mon Mar 18 18:35:36 UTC 2013 - dmuel...@suse.com
+
+- copy PKG-INFO as well for nova testsuite 
+
+---
+Mon Feb 25 13:00:25 UTC 2013 - sasc...@suse.de
+
+- Expand openstack_test_package_install macro to include horizon-specific
+  files
+
+---
+Fri Feb 22 10:14:46 UTC 2013 - sasc...@suse.de
+
+- Renamed to openstack-suse to avoid confusion with upstream openstack-common
+
+---
+Fri Jan 25 10:48:00 UTC 2013 - sasc...@suse.de
+
+- (Build)Require sudo in the openstack-commons-sudo package
+- Only create /etc/sudoers.d on SLE_11_SP2
+
+---
+Fri Jan 25 07:45:53 UTC 2013 - sasc...@suse.de
+
+- Install /etc/sudoers.d on SLE
+- Added rpmlintrc
+
+---
+Thu Jan 24 16:41:47 UTC 2013 - sasc...@suse.de
+
+- Initial version
+

New:

  macros.openstack
  openstack-skeleton.init
  openstack-suse.changes
  openstack-suse.spec
  rpmlintrc



Other differences:
--
++ openstack-suse.spec ++
#
# spec file for package openstack-suse
#
# 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:   openstack-suse
Version:2013.11
Release:0
Summary:OpenStack SUSE
License:Apache-2.0
Group:  Development/Libraries/Python
Url:https://www.suse.com/products/suse-cloud/
Source1:macros.openstack
Source2:openstack-skeleton.init
Requires:   %{name}-sudo = %{version}
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
BuildArch:  noarch
Requires:   openstack-suse-macros = %{version}
Requires:   openstack-suse-sudo = %{version}
#NOTE(saschpe): We don't provide openstack-common here to not
#   collide with upstream, sorry:
#Provides:   openstack-common = %%{version}
#Obsoletes:  openstack-common  %%{version}

%description
This packages pulls in various other utility packages that are mainly useful
for OpenStack packaging. Some are even only used at build-time.

%package macros
Summary:OpenStack SUSE - RPM Macros
Group:  Development/Libraries/Python
Provides:   openstack-macros = %{version}
Obsoletes:  openstack-macros  %{version}
Provides:   openstack-common-macros = %{version}
Obsoletes:  openstack-common-macros  %{version}

%description macros
This package provides OpenStack RPM macros. You need it to build OpenStack
packages.

%package sudo
Summary:OpenStack SUSE - Sudo Support
Group:  Development/Libraries/Python
# For directory ownership:
BuildRequires:  sudo
Requires:   sudo
Provides:   openstack-common-sudo = %{version}
Obsoletes:  openstack-common-sudo  %{version}

%description sudo
OpenStack packages install sudo configuration files for rootwrap binaries
in /etc/sudoers.d. This directory is disabled by default, thus this package
enables it in /etc/sudoers.

%prep

%build

%install
# Make the base package non-empty for now:
echo OpenStack SUSE  README

# Macros sub-package
install -D -m644 %{SOURCE1} %{buildroot}%{_sysconfdir}/rpm/macros.openstack
install -D -m755 %{SOURCE2} %{buildroot}%{_initddir}/openstack-skeleton

# Sudo sub-package, SLES sudo doesn't own /etc/sudoers.d, openSUSE-12.2 and 
later does:
%if 0%{?suse_version}  0%{?suse_version} = 1110
install -d %{buildroot}%{_sysconfdir}/sudoers.d
%endif


commit openstack-swift for openSUSE:Factory

2013-04-29 Thread h_root
Hello community,

here is the log from the commit of package openstack-swift for openSUSE:Factory 
checked in at 2013-04-29 14:14:52

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


Package is openstack-swift, Maintainer is radma...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/openstack-swift/openstack-swift-doc.changes  
2013-01-30 11:18:25.0 +0100
+++ /work/SRC/openSUSE:Factory/.openstack-swift.new/openstack-swift-doc.changes 
2013-04-29 14:14:54.0 +0200
@@ -2 +2 @@
-Wed Jan 30 07:11:43 UTC 2013 - cloud-de...@suse.de
+Tue Apr  2 08:17:21 UTC 2013 - speili...@suse.com
@@ -4,2 +4,193 @@
-- Update to version 1.7.4.1+git.1359529903.0ce3e1d:
-  + Use pypi for python-swiftclient dependency.
+- Update to version 1.8.0.rc2
+  + additional unit test coverage for container/server.py
+  + Fixing SLO range requests
+  + fixed some minor things in tests that pyflakes complained about
+  + fixes some problems pyflakes complains about
+  + updated AUTHORS and CHANGELOG
+  + Dynamic Large Object sleeps too much
+
+
+Mon Mar 25 11:08:08 UTC 2013 - cloud-de...@suse.de
+
+- Start using obs-service-github_tarballs
+
+
+Mon Mar 25 10:54:28 UTC 2013 - cloud-de...@suse.de
+
+- Start using obs-service-github_tarballs
+
+
+Sun Mar 24 00:02:58 UTC 2013 - cloud-de...@suse.de
+
+- Update to version 1.8.1+git.1364083378.a979c80:
+  + Fix for unicode issues in staticweb
+  + instruction command was not documented in right format.
+  + Fix bugs in bulk and slo and small doc change.
+  + Add support for Hash Prefix
+
+
+Thu Mar 21 15:44:33 UTC 2013 - cloud-de...@suse.de
+
+- Update to version 1.8.1+git.1363880673.7df4323:
+  + Improved container-sync resiliency
+  + Give friendly notification in swift-get-nodes
+  + Permit functional tests against Swift with Keystone
+  + Fix crash in swift-ring-builder's list_parts command.
+  + Small clarification to swift-recon section of admin guide.
+  + swift-ring-builder blows up when not supported command requested.
+  + Basic ring builder validation.
+  + Instruction for multi node setup misses /var/run/swift creation
+  + increase unit test coverage on account server
+  + AUTHORS/CHANGELOG uploades for the next release
+  + version bump for 1.8.1
+  + Use role in insensitive case in keystoneauth.
+  + fix stupid bug with bulk delete max items
+  + Fix misspelled variable.
+  + Fix for attempted COPY of objects gt MAX_FILE_SIZE
+
+
+Sun Mar 17 11:38:08 UTC 2013 - cloud-de...@suse.de
+
+- Update to version 1.7.7+git.1363520288.c2f8f00:
+  + Add tests and doc entry for request.environ[reseller_request]
+  + Add missing CONTRIBUTING.md to source tarball
+  + Add a region tier to Swift's ring.
+  + Fix swift-ring-builder's list_parts command.
+  + Remove check for valid Origin for the actual request.
+  + Fix format device
+
+
+Wed Mar 13 00:03:14 UTC 2013 - cloud-de...@suse.de
+
+- Update to version 1.7.7+git.1363132994.f6d1fa1:
+  + Fixed bug with account_info
+
+
+Mon Mar 11 11:26:56 UTC 2013 - cloud-de...@suse.de
+
+- Start using obs-service-github_tarballs
+
+
+Mon Mar 11 11:25:05 UTC 2013 - cloud-de...@suse.de
+
+- Update to version 1.7.7+git.1363001105.5e427e5:
+  + Account and container info fixes and improvement.
+  + timing-based affinity sorting for primary replicas
+  + Fixed formpost QUERY_STRING bugs.
+  + Adding speed limit options for DB auditor
+  + Allow acl with a valid token.
+  + Add tests on keystone for invalid path requests.
+  + Add cache=swift.cache for authtoken example.
+  + Make rings' replica counts adjustable.
+  + Improve bin/swift-account-audit
+  + Correct docstring for swift.common.ring.utils.build_tier_tree and add
+  + Fix descriptions in sample configs.
+  + Add debug level logs for TempAuth.authorize.
+  + Move the swift.1 manpage to python-swiftclient
+  + Account Server: Refactor HEAD request handler
+  + Force log entries to be one line
+  + Adding a quick note to helper functions so its clear what they do and
+  + Updating classifiers status to stable and clean up
+  + make swift fsync
+  + Added per disk PUT timing monitoring support.
+  + Remove reduant check of list.
+  + TempURL filename options; bug fixes
+  + Static Large Object Support
+  + Updated get_more_nodes 

commit openvswitch for openSUSE:Factory

2013-04-29 Thread h_root
Hello community,

here is the log from the commit of package openvswitch for openSUSE:Factory 
checked in at 2013-04-29 14:15:26

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


Package is openvswitch, Maintainer is 

Changes:

New Changes file:

--- /dev/null   2013-04-05 00:01:41.916011506 +0200
+++ /work/SRC/openSUSE:Factory/.openvswitch.new/openvswitch.changes 
2013-04-29 14:15:27.0 +0200
@@ -0,0 +1,220 @@
+---
+Wed Apr  3 09:30:20 UTC 2013 - tpaszkow...@novell.com
+
+- %make_install macro no longer works on SLE11. Spec file now uses 
%makeinstall.
+
+
+---
+Tue Mar 26 11:21:37 UTC 2013 - speili...@suse.com
+
+- Use build conditionals instead of %define and disable GUI by default
+  everywhere
+
+---
+Thu Mar 21 13:23:36 UTC 2013 - tpaszkow...@novell.com
+
+- Fix openvswitch-controller init script
+- Add openflow-controller sysconfig file with default binding to ptcp:
+
+---
+Tue Mar 12 13:36:57 UTC 2013 - tpaszkow...@suse.com
+
+- ipsec build temporary disabled
+
+---
+Fri Mar  8 14:16:57 UTC 2013 - tpaszkow...@suse.com
+
+- Provides and Obsolete for former openvswitch-common package 
+
+---
+Thu Mar  7 21:49:09 UTC 2013 - tpaszkow...@suse.com
+
+- always build in openvswitch kernel module (gre tunelling not present
+  within the standard kernel module)
+- removed unnedded build rquirements (move to appropriate subpackage)
+- moved common stuff to main pkg
+- added group filed to packages and sub packages
+- switch pkg suggest kernel module pkg
+- moved python test stuff to python-openvswitch-test sub pkg
+- moved ui interface requirements to ovsdbmonitor sub pkg
+- ovsdbmonitor will not be build on sles (for now)
+- sub pkg test require python-twisted (ovs-test)
+- don't call boot.sh on sles11 (old autoconf). Shipped configuration stuff
+  is ok (we don't patch plenty of stuff)
+- ovs-parse-backtrace now part of main pkg
+- addes ovs-l3ping,ovs-vlan-test to test sub pkg
+
+
+---
+Thu Feb 28 22:17:11 UTC 2013 - e.isto...@edss.ee
+
+- New upstream version 1.9.0
+  http://openvswitch.org/releases/NEWS-1.9.0
+
+---
+Thu Nov 15 08:59:41 UTC 2012 - rha...@suse.com
+
+- New patch openvswitch-1.7.1-ovs-pki-permissions.patch: Avoid
+  creating world writeable directory (bnc#774332, CVE-2012-3449)
+
+---
+Sun Sep  9 15:33:08 UTC 2012 - o...@morlock.nu
+
+- New upstream version 1.7.1
+  * This release only contain bug fixes.
+
+---
+Tue Jul 31 12:41:19 UTC 2012 - o...@morlock.nu
+
+- New upstream version 1.7.0
+  * kernel modules are renamed. openvswitch_mod.ko is now
+openvswitch.ko and brcompat_mod.ko is now brcompat.ko.
+  * Increased the number of NXM registers to 8.
+  * Added ability to configure DSCP setting for manager and controller
+connections.  By default, these connections have a DSCP value of
+Internetwork Control (0xc0).
+  * Added the granular link health statistics, 'cfm_health', to an
+interface.
+  * OpenFlow:
+  - Added support to mask nd_target for ICMPv6 neighbor discovery flows.
+  - Added support for OpenFlow 1.3 port description (OFPMP_PORT_DESC)
+multipart messages.
+  * ovs-ofctl:
+  - Added the dump-ports-desc command to retrieve port
+information using the new port description multipart messages.
+  * ovs-test:
+  - Added support for spawning ovs-test server from the client.
+  - Now ovs-test is able to automatically create test bridges and ports.
+  * ovs-dpctl dump-flows now prints observed TCP flags in TCP flows.
+  * Tripled flow setup performance.
+  * The coverage/log command previously available through ovs-appctl
+has been replaced by coverage/show.  The new command replies with
+coverage counter values, instead of logging them.
+- Adjusted openvswitch-1.1.0-stp-fwd-delay.patch (new filename)
+
+---
+Thu Jul 26 11:47:36 UTC 2012 - rha...@suse.com
+
+- The kernel modules where renamed in recent kernels. Backported a
+  patch from the 1.7 branch to use the new kernel names when
+  building on openSUSE  12.1.
+
+---
+Tue Jun 26 15:09:02 

commit python-cinderclient for openSUSE:Factory

2013-04-29 Thread h_root
Hello community,

here is the log from the commit of package python-cinderclient for 
openSUSE:Factory checked in at 2013-04-29 14:16:42

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


Package is python-cinderclient, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/python-cinderclient/python-cinderclient.changes  
2013-04-05 13:10:36.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-cinderclient.new/python-cinderclient.changes 
2013-04-29 14:16:43.0 +0200
@@ -2 +2 @@
-Wed Mar 27 14:41:40 UTC 2013 - bwiedem...@suse.com
+Tue Apr  2 09:46:11 UTC 2013 - dmuel...@suse.com
@@ -4 +4,2 @@
-- Add missing python-requests Requires.
+- update to 1.0.3:
+  + Released version of the tarball 
@@ -7 +8 @@
-Wed Mar  6 15:06:33 UTC 2013 - vu...@suse.com
+Mon Mar 18 10:42:23 UTC 2013 - speili...@suse.com
@@ -9,2 +10,73 @@
-- Add compat-newer-requests.patch: take patches from upstream to
-  allow working with newer versions of python-requests.
+- Drop +git.$TIMESTAMP.$COMMITHASH version suffix
+
+
+Fri Feb 22 12:57:59 UTC 2013 - sasc...@suse.de
+
+- Update to version 1.0.2.26+git.1361537879.458ff24:
+  + Allow requests 0.8 and greater
+  + Avoid UnicodeEncodeError exception on exception
+  + Handle metadata args the same for all calls.
+  + Fix upload-to-image volume_id help
+  + adding v2 support to cinderclient
+  + Fix typo breaking --debug option to cinder client
+- Drop patches (merged upstream):
+  + print-exceptions.patch
+  + support-requests-1.0.patch
+
+---
+Fri Feb 22 11:27:25 UTC 2013 - sasc...@suse.de
+
+- BuildRequire openstack-suse-macros instead of openstack-macros
+
+---
+Tue Feb 12 17:20:28 UTC 2013 - dmuel...@suse.com
+
+- Update support-requests-1.0.patch:
+  + Use alternative version from upstream
+
+---
+Mon Feb 11 16:14:36 UTC 2013 - dmuel...@suse.com
+
+- Fix requires of test package
+
+
+Mon Feb 11 15:10:30 UTC 2013 - cloud-de...@suse.de
+
+- Update to version 1.0.2.17+git.1360595430.c5cd7e4:
+  + Correct parsing of volume metadata
+  + Update to latest oslo version code.
+  + Re-add setuptools-git to setup.py.
+
+---
+Wed Feb  6 16:35:02 UTC 2013 - dmuel...@suse.com
+
+- Add print-exceptions.patch:
+  Fix printing of exceptions
+- Add support-requests-1.0.patch
+  Fix support for requests = 1.0
+
+
+Mon Feb  4 12:03:11 UTC 2013 - dmuel...@suse.com
+
+- Update to version 1.0.2.13+git.1359979391.b49f727:
+  + Fixed documentation of the cinder shell command.
+  + Change Nova - Cinder in credentials error message
+  + Add ability to call force_delete from cinderclient
+  + Move from nose to testr.
+  + Fixed Version Functionality
+  + Add upload-to-image function to client.
+
+---
+Thu Jan 17 14:08:20 UTC 2013 - vu...@suse.com
+
+- Use version-regexp param for git_tarballs service to avoid
+  uselessly including the last git commit id twice.
+
+
+Mon Jan 14 12:42:54 UTC 2013 - sasc...@suse.de
+
+- Update to version 1.0.2.3.g61e2a42+git.1358163774.61e2a42:
+  + Add access to update volume metadata.
+  + Move from unittest2 to testtools
+  + Add list-extensions capability to cinderclient.
+- Updated requirements

Old:

  compat-newer-requests.patch
  python-cinderclient-master.tar.gz

New:

  python-cinderclient-1.0.3.tar.gz



Other differences:
--
++ python-cinderclient.spec ++
--- /var/tmp/diff_new_pack.Oj8pdJ/_old  2013-04-29 14:16:45.0 +0200
+++ /var/tmp/diff_new_pack.Oj8pdJ/_new  2013-04-29 14:16:45.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-cinderclient
 #
-# 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
@@ -19,29 +19,27 @@
 %define component cinderclient
 
 Name:   python-%{component}
-Version:1.0.1.5.g82e47d0+git.1355912775.82e47d0
+Version:1.0.3
 Release:0
-License:Apache-2.0
 Summary:Openstack Block Storage (Cinder) API Client
-Url:

commit python-glanceclient for openSUSE:Factory

2013-04-29 Thread h_root
Hello community,

here is the log from the commit of package python-glanceclient for 
openSUSE:Factory checked in at 2013-04-29 14:17:01

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


Package is python-glanceclient, Maintainer is radma...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/python-glanceclient/python-glanceclient.changes  
2013-01-17 09:58:56.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-glanceclient.new/python-glanceclient.changes 
2013-04-29 14:17:02.0 +0200
@@ -1,0 +2,95 @@
+Wed Apr  3 11:44:48 UTC 2013 - dmuel...@suse.com
+
+- add 31960f0a8584802852d97ec8ce27b5516b32d63b.diff
+
+---
+Tue Apr  2 10:12:08 UTC 2013 - dmuel...@suse.com
+
+- downgrade to the released tarball (0.8.0) 
+
+---
+Tue Mar 26 13:43:11 UTC 2013 - dmuel...@suse.com
+
+- update to 0.8.0.13 
+
+---
+Mon Mar 18 10:42:52 UTC 2013 - speili...@suse.com
+
+- Drop +git.$TIMESTAMP.$COMMITHASH version suffix
+
+
+Wed Mar 13 00:14:12 UTC 2013 - cloud-de...@suse.de
+
+- Update to version 0.8.0.10+git.1363133652.c7c8e92:
+  + Implements filters: visibility, owner, member_status. Includes tests.
+
+
+Tue Mar 12 00:12:02 UTC 2013 - cloud-de...@suse.de
+
+- Update to version 0.8.0.8+git.1363047122.8787c82:
+  + Control C does not cancel the CLI cleanly
+
+
+Mon Mar 11 10:04:27 UTC 2013 - cloud-de...@suse.de
+
+- Update to version 0.8.0.6+git.1362996267.d810019:
+  + Add missing spaces in help msg
+
+
+Tue Mar  5 17:23:47 UTC 2013 - cloud-de...@suse.de
+
+- Update to version 0.8.0.5+git.1362504227.0ca43be:
+  + Replace SchemaNotFound with HTTPNotFound
+  + Use getattr properly in legacy shell
+
+---
+Fri Feb 22 14:12:23 UTC 2013 - sasc...@suse.de
+
+- Update to version 0.8.0.2+git.1361542435.6c7fb0e:
+  + Make effective ssl callback behaviour more obvious
+  + Update .coveragerc
+  + Expect minumum warlock version of 0.7.0
+  + Add library support for v2 image update
+  + Update to latest oslo-version.
+  + Decode input and encode output
+  + Add docs for v0.8.0
+  + Report name resolution errors properly
+- Add glanceclient-prettytable.patch: Relax version constraints
+  on python-prettytable
+
+---
+Fri Feb 22 11:26:09 UTC 2013 - sasc...@suse.de
+
+- BuildRequire openstack-suse-macros instead of openstack-macros
+
+
+Mon Feb 11 15:10:58 UTC 2013 - cloud-de...@suse.de
+
+- Update to version 0.7.0.13+git.1360595458.60cfebc:
+  + Quote image ids before passing them to glance
+
+
+Mon Feb  4 12:03:59 UTC 2013 - dmuel...@suse.com
+
+- Update to version 0.7.0.12+git.1359979439.ed67c32:
+  + Fix typo in image-update help page
+  + Adds image-delete functionality.
+  + Change https port to be an optional parameter
+  + Migrate to testr.
+
+---
+Thu Jan 17 14:08:20 UTC 2013 - vu...@suse.com
+
+- Use version-regexp param for git_tarballs service to avoid
+  uselessly including the last git commit id twice.
+
+
+Mon Jan 14 12:50:33 UTC 2013 - cloud-de...@suse.de
+
+- Update to version 0.7.0.5.ga5f996c+git.1358164233.a5f996c:
+  + Add image names to glance command arguments.
+  + Use testtools instead of unittest.
+  + Add details to stdout error message.
+- Build HTML documentation
+
+---

Old:

  python-glanceclient-master.tar.gz

New:

  31960f0a8584802852d97ec8ce27b5516b32d63b.diff
  python-glanceclient-0.8.0.tar.gz



Other differences:
--
++ python-glanceclient.spec ++
--- /var/tmp/diff_new_pack.kPYv28/_old  2013-04-29 14:17:03.0 +0200
+++ /var/tmp/diff_new_pack.kPYv28/_new  2013-04-29 14:17:03.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-glanceclient
 #
-# 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 

commit python-heatclient for openSUSE:Factory

2013-04-29 Thread h_root
Hello community,

here is the log from the commit of package python-heatclient for 
openSUSE:Factory checked in at 2013-04-29 14:17:06

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


Package is python-heatclient, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/python-heatclient/python-heatclient.changes  
2013-01-17 10:00:01.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-heatclient.new/python-heatclient.changes 
2013-04-29 14:17:07.0 +0200
@@ -0,0 +1,55 @@
+---
+Mon Mar 18 10:43:21 UTC 2013 - speili...@suse.com
+
+- Drop +git.$TIMESTAMP.$COMMITHASH version suffix
+
+
+Mon Mar 11 10:04:50 UTC 2013 - cloud-de...@suse.de
+
+- Update to version 0.2.0+git.1362996290.841ded0:
+  + Remove warlock from pip-requires as it is not used
+
+
+Tue Mar  5 16:52:17 UTC 2013 - cloud-de...@suse.de
+
+- Update to version 0.2.0+git.1362502337.b6ff6d2:
+  + Change --disable-rollback option to --enable-rollback
+
+
+Thu Feb 28 12:53:02 UTC 2013 - sasc...@suse.de
+
+- Update to version 0.2.0+git.1362055982.ec0a708:
+  + Don't add 'dev' to tag_build
+
+
+Sun Feb 24 18:19:14 UTC 2013 - cloud-de...@suse.de
+
+- Update to version 0.2.0dev+git.1361729954.f1baa75:
+  + heatclient : correct timeout parameter name
+  + heatclient : Add --disable-rollback option
+
+---
+Fri Feb 22 11:27:01 UTC 2013 - sasc...@suse.de
+
+- BuildRequire openstack-suse-macros instead of openstack-macros
+
+
+Mon Feb 18 09:40:19 UTC 2013 - cloud-de...@suse.de
+
+- Update to version 0.2.0dev+git.1361180419.84b7969:
+  + Return the exit code from tox to callers of run_tests.sh
+
+
+Mon Feb  4 12:04:33 UTC 2013 - dmuel...@suse.com
+
+- Update to version 0.2.0dev+git.1359979473.bcaf6c4:
+  + Add switch to disable token authentication.
+  + Don't log at all if debugging is not turned on
+
+
+Mon Jan 14 13:00:00 UTC 2013 - sasc...@suse.de
+
+- Update to version 0.2.0dev+git.1358164800.7f50a72:
+  + Fixes required for packaging
+- Updated requirements
+
@@ -2 +57 @@
-Wed Jan  9 08:55:36 UTC 2013 - cloud-de...@suse.de
+Wed Jan  9 08:55:36 UTC 2013 - sasc...@suse.de
@@ -10 +65 @@
-Wed Dec 19 15:03:10 UTC 2012 - cloud-de...@suse.de
+Wed Dec 19 15:03:10 UTC 2012 - sasc...@suse.de



Other differences:
--
++ python-heatclient.spec ++
--- /var/tmp/diff_new_pack.9U3CgV/_old  2013-04-29 14:17:08.0 +0200
+++ /var/tmp/diff_new_pack.9U3CgV/_new  2013-04-29 14:17:08.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-heatclient
 #
-# 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
@@ -19,25 +19,28 @@
 %define component heatclient
 
 Name:   python-%{component}
-Version:0.1.0.2.gb1b5455+git.1357718178.b1b5455
+Version:0.2.0
 Release:0
-License:Apache-2.0
 Summary:Openstack Orchestration (Heat) API Client
-Url:http://launchpad.net/python-heatclient
+License:Apache-2.0
 Group:  Development/Languages/Python
+Url:http://launchpad.net/python-heatclient
 Source: python-heatclient-master.tar.gz
-BuildRequires:  openstack-macros
+BuildRequires:  openstack-suse-macros
 BuildRequires:  python-base
 BuildRequires:  python-distribute
 # Documentation build requirements:
+BuildRequires:  python-Sphinx
 BuildRequires:  python-httplib2
+BuildRequires:  python-iso8601 = 0.1.4
 BuildRequires:  python-keystoneclient
 BuildRequires:  python-prettytable
-BuildRequires:  python-Sphinx
 Requires:   python = 2.6.8
 Requires:   python-argparse
-Requires:   python-prettytable = 0.6
-Requires:   python-keystoneclient = 0.1.2
+Requires:   python-httplib2
+Requires:   python-iso8601 = 0.1.4
+Requires:   python-keystoneclient = 0.2
+Requires:   python-prettytable = 0.5
 Requires:   python-warlock  2
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %if 0%{?suse_version}  

commit python-keystoneclient for openSUSE:Factory

2013-04-29 Thread h_root
Hello community,

here is the log from the commit of package python-keystoneclient for 
openSUSE:Factory checked in at 2013-04-29 14:17:42

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


Package is python-keystoneclient, Maintainer is radma...@suse.com

Changes:

--- 
/work/SRC/openSUSE:Factory/python-keystoneclient/python-keystoneclient.changes  
2013-03-08 09:43:32.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-keystoneclient.new/python-keystoneclient.changes
 2013-04-29 14:17:44.0 +0200
@@ -2 +2 @@
-Wed Mar  6 14:01:15 UTC 2013 - vu...@suse.com
+Tue Apr  2 09:48:06 UTC 2013 - dmuel...@suse.com
@@ -4,2 +4,165 @@
-- Add compat-newer-requests.patch: take patches from upstream to
-  allow working with newer versions of python-requests.
+- switch to released version of the tarball (0.2.3)
+
+---
+Tue Mar 26 13:39:46 UTC 2013 - dmuel...@suse.com
+
+- update to 0.2.3.1 
+
+---
+Mon Mar 18 10:33:06 UTC 2013 - speili...@suse.com
+
+- Drop +git.$TIMESTAMP.$COMMITHASH version suffix
+
+
+Sun Mar 17 00:05:07 UTC 2013 - cloud-de...@suse.de
+
+- Update to version 0.2.2.79+git.1363478707.d62bbdf:
+  + Switch to final 1.1.0 oslo.config release
+  + Make keystone client handle the response code 300.
+  + Make auth_token lazy load the auth_version.
+  + Use v2.0 api by default in auth_token middleware
+  + Retry http_request and json_request failure.
+  + update v3 domains - remove public/private namespace
+  + Doc info and other readability improvements
+
+
+Wed Mar 13 00:06:33 UTC 2013 - cloud-de...@suse.de
+
+- Update to version 0.2.2.67+git.1363133193.d782a99:
+  + Fix auth-token middleware to understand v3 tokens
+
+
+Mon Mar 11 10:05:13 UTC 2013 - cloud-de...@suse.de
+
+- Update to version 0.2.2.66+git.1362996313.ae36809:
+  + Sync memorycache and timeutils from oslo.
+  + Save test_auth_token_middleware from unlimited recursion
+  + Work better in server env with no keyrings
+  + Switch to oslo.config.
+  + Remove test dep on name of dir (bug 1124283)
+  + help text improvements
+
+
+Fri Mar  1 11:40:53 UTC 2013 - cloud-de...@suse.de
+
+- Update to version 0.2.2.56+git.1362138053.3ce3fe8:
+  + Improve error message for missing endpoint
+
+
+Sun Feb 24 18:19:42 UTC 2013 - cloud-de...@suse.de
+
+- Update to version 0.2.2.55+git.1361729982.58cb347:
+  + Added missing unit tests for shell.py
+  + Implements token expiration handling
+  + Use oslo-config-2013.1b3
+  + Fix selef to self in class.
+  + Update oslo-config version.
+
+---
+Fri Feb 22 11:26:36 UTC 2013 - sasc...@suse.de
+
+- BuildRequire openstack-suse-macros instead of openstack-macros
+
+
+Mon Feb 18 09:50:05 UTC 2013 - cloud-de...@suse.de
+
+- Update to version 0.2.2.46+git.1361181005.21d9952:
+  + Allow requests up to 0.8 and greater
+  + Add name arguments to keystone command.
+  + Fix debug with requests.
+  + Remove useless import
+  + Fix how python 2.6 doesn't have assertDictEqual
+  + If you specify the --debug argument, it doesn't show the body of a POST 
request. The body (string rep) is at 'data' in the kwargs dict. 'body' was 
deleted prior to this call.
+  + Update .coveragerc
+  + Allow configure auth_token http connect timeout.
+  + Use install_venv_common.py from oslo.
+  + sync README with keystone help
+
+---
+Mon Feb 18 09:49:46 UTC 2013 - dmuel...@suse.com
+
+- remove keystoneclient-requests-compat.patch:
+  * Merged upstream
+
+
+Mon Feb 11 15:11:44 UTC 2013 - cloud-de...@suse.de
+
+- Update to version 0.2.2.28+git.1360595504.ff24716:
+  + Mark password config options with secret
+  + Update requests requirements
+  + Pin requests module more strictly.
+  + Treat HTTP code 400 and above as error.
+  + Fix incomplete sentence in help
+
+
+Mon Feb  4 12:05:48 UTC 2013 - dmuel...@suse.com
+
+- Update to version 0.2.2.21+git.1359979548.92bf8a7:
+  + fix discrepancies seen in domain and credential, v3 - bug 1109349
+- Remove 0001-Fix-thinko-in-self.middleware.cert_file_missing.patch:
+  + Merged 

commit rekonq for openSUSE:Factory

2013-04-29 Thread h_root
Hello community,

here is the log from the commit of package rekonq for openSUSE:Factory checked 
in at 2013-04-29 14:18:10

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


Package is rekonq, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/rekonq/rekonq.changes2013-03-18 
07:17:40.0 +0100
+++ /work/SRC/openSUSE:Factory/.rekonq.new/rekonq.changes   2013-04-29 
14:18:12.0 +0200
@@ -1,0 +2,17 @@
+Sun Apr 28 20:48:33 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Update to 2.3.0
+  * bookmarks  history panels
+  * work on web view contextual menus
+  * activities support
+  * private browsing: stop saving sessions  sharing sessions
+cookies by tabs of the same window
+  * open url as webapp option
+  * session saving (load/save/rename sessions)
+  * some work on respecting more of the kde wide settings
+  * urlbar look change
+  * Favorites management
+  * appmenu-qt support
+- Added nepomuk-core-devel and libkactivities-devel BuildRequires
+
+---

Old:

  rekonq-2.2.1.tar.bz2

New:

  rekonq-2.3.0.tar.bz2



Other differences:
--
++ rekonq.spec ++
--- /var/tmp/diff_new_pack.mg6008/_old  2013-04-29 14:18:14.0 +0200
+++ /var/tmp/diff_new_pack.mg6008/_new  2013-04-29 14:18:14.0 +0200
@@ -18,7 +18,7 @@
 
 
 Name:   rekonq
-Version:2.2.1
+Version:2.3.0
 Release:0
 Summary:WebKit Based Web Browser for KDE
 License:GPL-2.0+
@@ -26,10 +26,12 @@
 Url:http://rekonq.kde.org/
 Source0:
http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.bz2
 BuildRequires:  fdupes
+BuildRequires:  libkactivities-devel
 BuildRequires:  libkde4-devel = 4.8.3
-# for opera sync service
 BuildRequires:  libqca2-devel
 BuildRequires:  libqt4-devel = 4.8.0
+BuildRequires:  nepomuk-core-devel
+# for opera sync service
 BuildRequires:  qoauth-devel
 %if 0%{?suse_version}
 BuildRequires:  update-desktop-files

++ rekonq-2.2.1.tar.bz2 - rekonq-2.3.0.tar.bz2 ++
 60519 lines of diff (skipped)

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



commit rosegarden for openSUSE:Factory

2013-04-29 Thread h_root
Hello community,

here is the log from the commit of package rosegarden for openSUSE:Factory 
checked in at 2013-04-29 14:18:16

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


Package is rosegarden, Maintainer is lti...@novell.com

Changes:

--- /work/SRC/openSUSE:Factory/rosegarden/rosegarden.changes2013-02-07 
14:54:33.0 +0100
+++ /work/SRC/openSUSE:Factory/.rosegarden.new/rosegarden.changes   
2013-04-29 14:18:17.0 +0200
@@ -1,0 +2,15 @@
+Sun Apr 28 07:24:23 UTC 2013 - davejpla...@gmail.com
+
+- Update to release 13.04 code named Allysand
+- Upstream bug fixes :
+  * Don't export certain properties in MusicXML that MusicXML can't
+handle
+  * Fix #1387; export text events (eg. lyrics) to MIDI
+  * Fix #703; auto-beaming no longer does an extra unselected bar
+  * Fix minor notation layout issue
+  * Fix notation scrolling problem
+  * Fix bug with FreeChannel
+- New features :
+  * Choose among 0db, -3dB, -6dB panning laws for audio
+
+---

Old:

  rosegarden-12.12.25.tar.bz2

New:

  rosegarden-13.04.tar.bz2



Other differences:
--
++ rosegarden.spec ++
--- /var/tmp/diff_new_pack.U3gOJV/_old  2013-04-29 14:18:20.0 +0200
+++ /var/tmp/diff_new_pack.U3gOJV/_new  2013-04-29 14:18:20.0 +0200
@@ -16,6 +16,18 @@
 #
 
 Name:   rosegarden
+Version:13.04
+Release:0
+License:GPL-2.0+
+Summary:Midi, Audio And Notation Editor
+Url:http://www.rosegardenmusic.com/
+Group:  Productivity/Multimedia/Sound/Midi
+# http://sourceforge.net/projects/rosegarden/files/ This source url prevent me 
from checking out the tarball.
+Source0:%{name}/%{version}/%{name}-%{version}.tar.bz2
+Source1:%{name}.xpm
+Source2:%{name}.1
+# This patch fixes the file search paths for examples, templates and midi 
driver libraries.
+Patch1: rosegarden-10.10-filepaths.patch
 BuildRequires:  alsa-devel
 BuildRequires:  automake
 BuildRequires:  dssi-devel
@@ -29,27 +41,19 @@
 BuildRequires:  libqt4-devel = 4.6.3
 BuildRequires:  libsamplerate-devel
 BuildRequires:  libsndfile-devel
-BuildRequires:  libxml2-devel
 BuildRequires:  lirc-devel
 BuildRequires:  pkg-config
 BuildRequires:  shared-mime-info
 BuildRequires:  update-desktop-files
 BuildRequires:  xorg-x11-util-devel
-Version:12.12.25
-Release:0
-Source0:
http://downloads.sourceforge.net/project/%{name}/%name/11.11/%{name}-%{version}.tar.bz2
-Source1:%{name}.xpm
-Source2:%{name}.1
-# This patch fixes the file search paths for examples, templates and midi 
driver libraries.
-Patch1: rosegarden-10.10-filepaths.patch
-Summary:Midi, Audio And Notation Editor
-License:GPL-2.0+
-Group:  Productivity/Multimedia/Sound/Midi
+BuildRequires:  pkgconfig(libxml-2.0)
+Requires:   dssi
+Requires:   ladspa
+Provides:   rosegarden-qt4 = %{version}
+Provides:   rosegarden4 = %{version}
+Obsoletes:  rosegarden-qt4  %{version}
+Obsoletes:  rosegarden4  %{version}
 Icon:   rosegarden.xpm
-Url:http://www.rosegardenmusic.com/
-Provides:   rosegarden-qt4 = %{version}-%{release} rosegarden4 = 
%{version}-%{release}
-Obsoletes:  rosegarden-qt4  %{version}-%{release} rosegarden4  
%{version}-%{release}
-Requires:   ladspa dssi
 %if 0%{?suse_version}  1120
 Requires:   lilypond
 %else
@@ -84,7 +88,7 @@
 export CXXFLAGS=$CFLAGS
 # -fmessage-length=0 -O2 -fno-strict-aliasing -Wall -D_FORTIFY_SOURCE=2 
-fstack-protector -funwind-tables -fasynchronous-unwind-tables
 %configure --enable-debug --localedir=%{_datadir}/%{name}/locale/
-%__make %{?jobs:-j%{jobs}}
+make %{?_smp_mflags}
 # This translation handling make section is possibly only necessary when 
building svn
 make ts
 make ts-noobsolete
@@ -95,7 +99,7 @@
 cp -p scripts/* %{buildroot}%{_datadir}/%{name}/scripts/
 cp -r data/* %{buildroot}%{_datadir}/%{name}/
 
-%makeinstall
+%make_install
 rm -rf %{buildroot}%{_datadir}/%{name}/desktop
 rm -rf %{buildroot}%{_datadir}/%{name}/mime
 rm -f %{buildroot}%{_datadir}/%{name}/*.cpp
@@ -106,11 +110,11 @@
 chmod 644 %{buildroot}%{_datadir}/%{name}/scripts/color-list
 chmod 644 %{buildroot}%{_datadir}/%{name}/scripts/simple-makefile
 
-%__install -D -m 0644 %{SOURCE1} 
%{buildroot}%{_datadir}/pixmaps/%{name}.xpm
+install -D -m 0644 %{SOURCE1} %{buildroot}%{_datadir}/pixmaps/%{name}.xpm
 %suse_update_desktop_file %{buildroot}/%{_datadir}/applications/%{name}.desktop
 #This is a man page made by help2man to satisfy factories hunger for one 
/usr/bin/ one man page.
 mkdir -p 

commit simh for openSUSE:Factory

2013-04-29 Thread h_root
Hello community,

here is the log from the commit of package simh for openSUSE:Factory checked in 
at 2013-04-29 14:18:22

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


Package is simh, Maintainer is kkae...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/simh/simh.changes2011-09-23 
12:46:18.0 +0200
+++ /work/SRC/openSUSE:Factory/.simh.new/simh.changes   2013-04-29 
14:18:24.0 +0200
@@ -1,0 +2,15 @@
+Mon Apr 22 12:50:25 UTC 2013 - bo...@steki.net
+
+- Updated to latest upstream 39_0 version
+  a lot of changes please look at CHANGELOG_simh_rev_h.txt in
+  /usr/share/doc/packages/simh
+- Interim source fixes attached ( interim-20130422.patch )
+- Use source url for zip
+
+---
+Mon Apr 22 07:49:30 UTC 2013 - speili...@suse.com
+
+- Rename binary nova to simh.nova to avoid file conflict with
+  python-novaclient (from OpenStack)
+
+---

Old:

  simhv37-3.zip

New:

  interim-20130422.patch
  interim-20130422.tar.gz
  simhv39-0.zip



Other differences:
--
++ simh.spec ++
--- /var/tmp/diff_new_pack.huoFE4/_old  2013-04-29 14:18:27.0 +0200
+++ /var/tmp/diff_new_pack.huoFE4/_new  2013-04-29 14:18:27.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package simh (Version 3.7_3)
+# spec file for package simh
 #
-# Copyright (c) 2009 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,56 +15,49 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   simh
-BuildRequires:  libpcap-devel unzip
+BuildRequires:  libpcap-devel
+BuildRequires:  unzip
 Url:http://simh.trailing-edge.com/
+Version:3.9_0
+Release:0
+Summary:A collection of simulators of historically significant data 
processing systems
 License:BSD-3-Clause
 Group:  System/Emulators/Other
-AutoReqProv:on
-Version:3.7_3
-Release:35
-Summary:A collection of simulators of historically significant data 
processing systems
-Source: simhv37-3.zip
+Source: http://simh.trailing-edge.com/sources/simhv39-0.zip
 Source1:uv7swre.tar.bz2
-Patch:  simhv37-3.dif
+# Preparation of interim patches...
+# DFORMAT=$(date +%Y%m%d)
+# export DFORMAT
+# wget -q -nH -m -np http://simh.trailing-edge.com/interim/   mv interim/ 
interim-${DFORMAT}  mv interim-${DFORMAT}  rm interim-${DFORMAT}/index*
+# tar zvcf interim-${DFORMAT}.tar.gz interim-${DFORMAT}
+Source2:interim-20130422.tar.gz
+# PATCH-FIX-UPSTREAM -- obsolete not used any more...
+Patch0: simhv37-3.dif
+# PATCH-FIX-UPSTREAM  interim-20130422.patch fix for interim source as it has 
typo error 
+Patch1: interim-20130422.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
+BuildRequires:  help2man
+
 %description
 This package contains simulators of the following systems:
-
 Data General Nova
-
 Data General Eclipse
-
 Digital Equipment Corporation PDP-1
-
 Digital Equipment Corporation PDP-4
-
 Digital Equipment Corporation PDP-7
-
 Digital Equipment Corporation PDP-8
-
 Digital Equipment Corporation PDP-9
-
 Digital Equipment Corporation PDP-10
-
 Digital Equipment Corporation PDP-11
-
 Digital Equipment Corporation PDP-15
-
 Digital Equipment Corporation PDP-18B
-
 IBM 1401
-
 IBM System 3
-
 Hewlett-Packard HP 2100
-
 Honeywell H316
-
 MITS Altair 8800
 
 A disk image with UNIX V7 for the PDP-11 is included, instructions on
@@ -75,25 +68,32 @@
 History Simulation Project at http://simh.trailing-edge.com/
 
 
-
-Authors:
-
-Bob Supnik
-Charles Owen
-Peter Schorn
-
 %prep
 %setup -c -T -a 1
 unzip -a %SOURCE0
-%patch
+tar zxvf %SOURCE2
+# obsolete patch
+#%%patch
+%patch1
 #for i in `find -name *.[ch]` makefile
 #do
 #  recode ibmpc..lat1 $i || true
 #done
 
+# replace files with interim fixed ones...
+for i in interim-20130422/* ; do
+   FLOCATION=$(find . -name $(basename $i)|grep -v interim)
+   cp -v $i $FLOCATION
+done
+
 %build
 mkdir -p BIN
 USE_NETWORK=1 make
+for i in $(cd BIN; ls *) ; do 
+   mv -v BIN/${i} BIN/simh-${i}
+done
+
+cp sim_rev.h CHANGELOG_sim_rev_h.txt
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -107,31 +107,34 @@
 %files
 %defattr(-,root,root)
 %doc *.txt Disks */*txt
-/usr/bin/altair
-/usr/bin/altairz80
-/usr/bin/simh-eclipse
-/usr/bin/gri
-/usr/bin/h316
-/usr/bin/hp2100