commit python-WSME for openSUSE:Factory

2013-10-23 Thread h_root
Hello community,

here is the log from the commit of package python-WSME for openSUSE:Factory 
checked in at 2013-10-23 19:26:24

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


Package is "python-WSME"

Changes:

--- /work/SRC/openSUSE:Factory/python-WSME/python-WSME.changes  2013-09-26 
07:14:35.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-WSME.new/python-WSME.changes 
2013-10-23 19:26:25.0 +0200
@@ -1,0 +2,14 @@
+Tue Oct 22 14:12:14 UTC 2013 - speili...@suse.com
+
+- Update to version 0.5b6:
+  + Add improved support for HTTP response codes in cornice apps.
+  + Handle mandatory attributes
+  + Fix error code returned when None is used in an Enum
+  + Handle list and dict for body type in REST protocol
+  + Fix Sphinx for Python 3
+  + Add custom error code to ClientSideError
+  + Return a ClientSideError if unable to convert data
+  + Validate body when using Pecan
+- BuildRequire setuptools instead of distribute after upstream merge
+
+---

Old:

  WSME-0.5b5.tar.gz

New:

  WSME-0.5b6.tar.gz



Other differences:
--
++ python-WSME.spec ++
--- /var/tmp/diff_new_pack.PWaZDs/_old  2013-10-23 19:26:26.0 +0200
+++ /var/tmp/diff_new_pack.PWaZDs/_new  2013-10-23 19:26:26.0 +0200
@@ -17,19 +17,20 @@
 
 
 Name:   python-WSME
-Version:0.5b5
+Version:0.5b6
 Release:0
 Summary:Web Services Made Easy
 License:MIT
 Group:  Development/Languages/Python
 Url:http://packages.python.org/WSME/
 Source: 
http://pypi.python.org/packages/source/W/WSME/WSME-%{version}.tar.gz
-BuildRequires:  python-WebOb
 BuildRequires:  python-devel
-BuildRequires:  python-distribute
 BuildRequires:  python-pbr
-BuildRequires:  python-simplegeneric
+BuildRequires:  python-setuptools
 BuildRequires:  python-six
+# Test requirements:
+BuildRequires:  python-WebOb
+BuildRequires:  python-simplegeneric
 Requires:   python-WebOb
 Requires:   python-simplegeneric
 Requires:   python-six

++ WSME-0.5b5.tar.gz -> WSME-0.5b6.tar.gz ++
 3854 lines of diff (skipped)

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



commit polkit-default-privs for openSUSE:13.1

2013-10-23 Thread h_root
Hello community,

here is the log from the commit of package polkit-default-privs for 
openSUSE:13.1 checked in at 2013-10-23 19:25:26

Comparing /work/SRC/openSUSE:13.1/polkit-default-privs (Old)
 and  /work/SRC/openSUSE:13.1/.polkit-default-privs.new (New)


Package is "polkit-default-privs"

Changes:

--- /work/SRC/openSUSE:13.1/polkit-default-privs/polkit-default-privs.changes   
2013-09-23 11:05:48.0 +0200
+++ 
/work/SRC/openSUSE:13.1/.polkit-default-privs.new/polkit-default-privs.changes  
2013-10-23 19:25:31.0 +0200
@@ -1,0 +2,5 @@
+Wed Oct 23 12:52:53 UTC 2013 - meiss...@suse.com
+
+- disable system source refresh on inactive console to avoid annoying popups 
bnc#834165
+
+---



Other differences:
--
++ polkit-default-privs-13.1.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/polkit-default-privs-13.1/polkit-default-privs.standard 
new/polkit-default-privs-13.1/polkit-default-privs.standard
--- old/polkit-default-privs-13.1/polkit-default-privs.standard 2013-08-28 
15:57:53.0 +0200
+++ new/polkit-default-privs-13.1/polkit-default-privs.standard 2013-10-23 
14:52:03.0 +0200
@@ -63,7 +63,7 @@
 org.freedesktop.packagekit.system-update
auth_admin_keep_always:auth_admin_keep_always:yes
 org.freedesktop.packagekit.system-rollback  
auth_admin_keep_always
 org.freedesktop.packagekit.system-sources-configure 
auth_admin_keep_always
-org.freedesktop.packagekit.system-sources-refresh   
auth_admin_keep_always:auth_admin_keep_always:yes
+org.freedesktop.packagekit.system-sources-refresh   
auth_admin_keep_always:no:yes
 org.freedesktop.packagekit.system-network-proxy-configure   
auth_admin_keep_always
 org.freedesktop.packagekit.cancel-foreign   
auth_admin:auth_admin:auth_admin_keep
 org.freedesktop.packagekit.device-rebindauth_admin_keep

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



commit python3-pyenchant for openSUSE:Factory

2013-10-23 Thread h_root
Hello community,

here is the log from the commit of package python3-pyenchant for 
openSUSE:Factory checked in at 2013-10-23 19:26:43

Comparing /work/SRC/openSUSE:Factory/python3-pyenchant (Old)
 and  /work/SRC/openSUSE:Factory/.python3-pyenchant.new (New)


Package is "python3-pyenchant"

Changes:

--- /work/SRC/openSUSE:Factory/python3-pyenchant/python3-pyenchant.changes  
2013-09-26 19:43:49.0 +0200
+++ /work/SRC/openSUSE:Factory/.python3-pyenchant.new/python3-pyenchant.changes 
2013-10-23 19:26:54.0 +0200
@@ -1,0 +2,6 @@
+Wed Oct 23 08:47:34 UTC 2013 - toddrme2...@gmail.com
+
+- Add BuildRequires: python3 for openSUSE 12.2, so hashlib is
+  available.
+
+---



Other differences:
--
++ python3-pyenchant.spec ++
--- /var/tmp/diff_new_pack.7AhEP3/_old  2013-10-23 19:26:55.0 +0200
+++ /var/tmp/diff_new_pack.7AhEP3/_new  2013-10-23 19:26:55.0 +0200
@@ -27,9 +27,10 @@
 Patch0: pyenchant-setuptools.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  enchant
-#BuildRequires:  python3
-%if 0%{?suse_version} == 1220
+%if 0%{?suse_version} <= 1220
 BuildRequires:  python3-2to3
+# for hashlib
+BuildRequires:  python3
 %endif
 BuildRequires:  python3-devel
 BuildRequires:  python3-setuptools

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



commit yast2-sysconfig for openSUSE:Factory

2013-10-23 Thread h_root
Hello community,

here is the log from the commit of package yast2-sysconfig for openSUSE:Factory 
checked in at 2013-10-23 19:27:03

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


Package is "yast2-sysconfig"

Changes:

--- /work/SRC/openSUSE:Factory/yast2-sysconfig/yast2-sysconfig.changes  
2013-08-12 11:04:46.0 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-sysconfig.new/yast2-sysconfig.changes 
2013-10-23 19:27:04.0 +0200
@@ -1,0 +2,7 @@
+Thu Sep 19 17:33:13 UTC 2013 - lsle...@suse.cz
+
+- do not use *.spec.in template, use *.spec file with RPM macros
+  instead
+- 3.1.0
+
+---

Old:

  yast2-sysconfig-3.0.1.tar.bz2

New:

  yast2-sysconfig-3.1.0.tar.bz2



Other differences:
--
++ yast2-sysconfig.spec ++
--- /var/tmp/diff_new_pack.nJkFSA/_old  2013-10-23 19:27:05.0 +0200
+++ /var/tmp/diff_new_pack.nJkFSA/_new  2013-10-23 19:27:05.0 +0200
@@ -17,20 +17,23 @@
 
 
 Name:   yast2-sysconfig
-Version:3.0.1
+Version:3.1.0
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-Source0:yast2-sysconfig-%{version}.tar.bz2
+Source0:%{name}-%{version}.tar.bz2
 
 BuildRequires:  perl-XML-Writer
 BuildRequires:  update-desktop-files
 BuildRequires:  yast2
-BuildRequires:  yast2-devtools
+BuildRequires:  yast2-devtools >= 3.0.6
 BuildRequires:  yast2-testsuite
 Requires:   perl
 Requires:   yast2 >= 2.21.22
 
+# For tests
+BuildRequires:  ruby
+
 BuildArch:  noarch
 
 Provides:   y2c_rc_config
@@ -66,50 +69,31 @@
 provided by yast2-sysconfig package.
 
 %prep
-%setup -n yast2-sysconfig-%{version}
+%setup -n %{name}-%{version}
 
 %build
-%{_prefix}/bin/y2tool y2autoconf
-%{_prefix}/bin/y2tool y2automake
-autoreconf --force --install
-
-export CFLAGS="$RPM_OPT_FLAGS -DNDEBUG"
-export CXXFLAGS="$RPM_OPT_FLAGS -DNDEBUG"
-
-./configure --libdir=%{_libdir} --prefix=%{_prefix} --mandir=%{_mandir}
-# V=1: verbose build in case we used AM_SILENT_RULES(yes)
-# so that RPM_OPT_FLAGS check works
-make %{?jobs:-j%jobs} V=1
+%yast_build
 
 %install
-make install DESTDIR="$RPM_BUILD_ROOT"
-[ -e "%{_prefix}/share/YaST2/data/devtools/NO_MAKE_CHECK" ] || 
Y2DIR="$RPM_BUILD_ROOT/usr/share/YaST2" make check DESTDIR="$RPM_BUILD_ROOT"
-for f in `find $RPM_BUILD_ROOT/%{_prefix}/share/applications/YaST2/ -name 
"*.desktop"` ; do
-d=${f##*/}
-%suse_update_desktop_file -d ycc_${d%.desktop} ${d%.desktop}
-done
-
-%clean
-rm -rf "$RPM_BUILD_ROOT"
+%yast_install
 
 %files
 %defattr(-,root,root)
-%dir /usr/share/YaST2/include/sysconfig
-/usr/share/YaST2/include/sysconfig/*
-/usr/share/YaST2/clients/sysconfig.rb
-/usr/share/YaST2/clients/sysconfig_*.rb
-/usr/share/YaST2/modules/Sysconfig.rb
-%{_prefix}/share/applications/YaST2/sysconfig.desktop
-%{_prefix}/lib/YaST2/bin/parse_configs.pl
-/usr/share/YaST2/data/sysedit.agent
-/usr/share/YaST2/data/descriptions
-/usr/share/YaST2/schema/autoyast/rnc/sysconfig.rnc
-%dir %{_prefix}/share/doc/packages/yast2-sysconfig
-%doc %{_prefix}/share/doc/packages/yast2-sysconfig/README
-%doc %{_prefix}/share/doc/packages/yast2-sysconfig/COPYING
-%doc %{_prefix}/share/doc/packages/yast2-sysconfig/metadata.txt
+%dir %{yast_yncludedir}/sysconfig
+%{yast_yncludedir}/sysconfig/*
+%{yast_clientdir}/sysconfig.rb
+%{yast_clientdir}/sysconfig_*.rb
+%{yast_moduledir}/Sysconfig.rb
+%{yast_desktopdir}/sysconfig.desktop
+%{yast_ybindir}/parse_configs.pl
+%{yast_ydatadir}/sysedit.agent
+%{yast_ydatadir}/descriptions
+%{yast_schemadir}/autoyast/rnc/sysconfig.rnc
+%dir %{yast_docdir}
+%doc %{yast_docdir}/COPYING
+%doc %{yast_docdir}/metadata.txt
 
 %files devel-doc
-%doc %{_prefix}/share/doc/packages/yast2-sysconfig/autodocs
+%doc %{yast_docdir}/autodocs
 
 %changelog

++ yast2-sysconfig-3.0.1.tar.bz2 -> yast2-sysconfig-3.1.0.tar.bz2 ++
 15576 lines of diff (skipped)

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



commit python3-django for openSUSE:Factory

2013-10-23 Thread h_root
Hello community,

here is the log from the commit of package python3-django for openSUSE:Factory 
checked in at 2013-10-23 19:26:38

Comparing /work/SRC/openSUSE:Factory/python3-django (Old)
 and  /work/SRC/openSUSE:Factory/.python3-django.new (New)


Package is "python3-django"

Changes:

--- /work/SRC/openSUSE:Factory/python3-django/python3-django.changes
2013-08-15 20:03:24.0 +0200
+++ /work/SRC/openSUSE:Factory/.python3-django.new/python3-django.changes   
2013-10-23 19:26:39.0 +0200
@@ -1,0 +2,6 @@
+Wed Oct 23 08:30:21 UTC 2013 - toddrme2...@gmail.com
+
+- Add Requires: python3 for openSUSE 12.2, since almost all
+  django-based packages need hashlib.
+
+---



Other differences:
--
++ python3-django.spec ++
--- /var/tmp/diff_new_pack.AT1gJD/_old  2013-10-23 19:26:54.0 +0200
+++ /var/tmp/diff_new_pack.AT1gJD/_new  2013-10-23 19:26:54.0 +0200
@@ -32,10 +32,12 @@
 Requires:   python3-xml
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 #Requires:   gettext-tools
-%if 0%{?suse_version} > 1110
 BuildArch:  noarch
-%endif
 Requires:   python(abi) = %{py3_ver}
+# almost all django-based modules require hashlib
+%if 0%{?suse_version} <= 1220
+Requires:   python3
+%endif
 
 %description
 Django is a high-level Python Web framework that encourages rapid development 
and clean, pragmatic design.

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



commit yast2-sound for openSUSE:Factory

2013-10-23 Thread h_root
Hello community,

here is the log from the commit of package yast2-sound for openSUSE:Factory 
checked in at 2013-10-23 19:26:50

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


Package is "yast2-sound"

Changes:

--- /work/SRC/openSUSE:Factory/yast2-sound/yast2-sound.changes  2013-10-11 
11:11:36.0 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-sound.new/yast2-sound.changes 
2013-10-23 19:26:55.0 +0200
@@ -1,0 +2,7 @@
+Thu Oct 17 14:17:11 UTC 2013 - lsle...@suse.cz
+
+- do not crash during sound card removal (bnc#845928)
+  (workaround for Ops.is() not working properly with typed maps
+  and arrays)
+
+---



Other differences:
--
++ yast2-sound-3.1.0.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-sound-3.1.0/COPYING 
new/yast2-sound-3.1.0/COPYING
--- old/yast2-sound-3.1.0/COPYING   1970-01-01 01:00:00.0 +0100
+++ new/yast2-sound-3.1.0/COPYING   2013-10-21 11:30:10.0 +0200
@@ -0,0 +1,339 @@
+GNU GENERAL PUBLIC LICENSE
+   Version 2, June 1991
+
+ Copyright (C) 1989, 1991 Free Software Foundation, Inc.,
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+ Everyone is permitted to copy and distribute verbatim copies
+ of this license document, but changing it is not allowed.
+
+Preamble
+
+  The licenses for most software are designed to take away your
+freedom to share and change it.  By contrast, the GNU General Public
+License is intended to guarantee your freedom to share and change free
+software--to make sure the software is free for all its users.  This
+General Public License applies to most of the Free Software
+Foundation's software and to any other program whose authors commit to
+using it.  (Some other Free Software Foundation software is covered by
+the GNU Lesser General Public License instead.)  You can apply it to
+your programs, too.
+
+  When we speak of free software, we are referring to freedom, not
+price.  Our General Public Licenses are designed to make sure that you
+have the freedom to distribute copies of free software (and charge for
+this service if you wish), that you receive source code or can get it
+if you want it, that you can change the software or use pieces of it
+in new free programs; and that you know you can do these things.
+
+  To protect your rights, we need to make restrictions that forbid
+anyone to deny you these rights or to ask you to surrender the rights.
+These restrictions translate to certain responsibilities for you if you
+distribute copies of the software, or if you modify it.
+
+  For example, if you distribute copies of such a program, whether
+gratis or for a fee, you must give the recipients all the rights that
+you have.  You must make sure that they, too, receive or can get the
+source code.  And you must show them these terms so they know their
+rights.
+
+  We protect your rights with two steps: (1) copyright the software, and
+(2) offer you this license which gives you legal permission to copy,
+distribute and/or modify the software.
+
+  Also, for each author's protection and ours, we want to make certain
+that everyone understands that there is no warranty for this free
+software.  If the software is modified by someone else and passed on, we
+want its recipients to know that what they have is not the original, so
+that any problems introduced by others will not reflect on the original
+authors' reputations.
+
+  Finally, any free program is threatened constantly by software
+patents.  We wish to avoid the danger that redistributors of a free
+program will individually obtain patent licenses, in effect making the
+program proprietary.  To prevent this, we have made it clear that any
+patent must be licensed for everyone's free use or not licensed at all.
+
+  The precise terms and conditions for copying, distribution and
+modification follow.
+
+GNU GENERAL PUBLIC LICENSE
+   TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
+
+  0. This License applies to any program or other work which contains
+a notice placed by the copyright holder saying it may be distributed
+under the terms of this General Public License.  The "Program", below,
+refers to any such program or work, and a "work based on the Program"
+means either the Program or any derivative work under copyright law:
+that is to say, a work containing the Program or a portion of it,
+either verbatim or with modifications and/or translated into another
+language.  (Hereinafter, translation is included

commit python-lxml for openSUSE:Factory

2013-10-23 Thread h_root
Hello community,

here is the log from the commit of package python-lxml for openSUSE:Factory 
checked in at 2013-10-23 19:26:08

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


Package is "python-lxml"

Changes:

--- /work/SRC/openSUSE:Factory/python-lxml/python-lxml.changes  2013-08-15 
12:29:06.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-lxml.new/python-lxml.changes 
2013-10-23 19:26:11.0 +0200
@@ -1,0 +2,5 @@
+Wed Oct 23 08:54:33 UTC 2013 - toddrme2...@gmail.com
+
+- Remove old source file
+
+---

Old:

  lxml-3.2.1.tar.gz



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



commit python-lxml for openSUSE:13.1

2013-10-23 Thread h_root
Hello community,

here is the log from the commit of package python-lxml for openSUSE:13.1 
checked in at 2013-10-23 19:26:11

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


Package is "python-lxml"

Changes:

--- /work/SRC/openSUSE:13.1/python-lxml/python-lxml.changes 2013-09-23 
11:06:41.0 +0200
+++ /work/SRC/openSUSE:13.1/.python-lxml.new/python-lxml.changes
2013-10-23 19:26:18.0 +0200
@@ -1,0 +2,5 @@
+Wed Oct 23 08:54:33 UTC 2013 - toddrme2...@gmail.com
+
+- Remove old source file
+
+---

Old:

  lxml-3.2.1.tar.gz



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



commit polkit-default-privs for openSUSE:Factory

2013-10-23 Thread h_root
Hello community,

here is the log from the commit of package polkit-default-privs for 
openSUSE:Factory checked in at 2013-10-23 19:25:24

Comparing /work/SRC/openSUSE:Factory/polkit-default-privs (Old)
 and  /work/SRC/openSUSE:Factory/.polkit-default-privs.new (New)


Package is "polkit-default-privs"

Changes:

--- 
/work/SRC/openSUSE:Factory/polkit-default-privs/polkit-default-privs.changes
2013-08-30 11:46:41.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.polkit-default-privs.new/polkit-default-privs.changes
   2013-10-23 19:25:25.0 +0200
@@ -1,0 +2,5 @@
+Wed Oct 23 12:52:53 UTC 2013 - meiss...@suse.com
+
+- disable system source refresh on inactive console to avoid annoying popups 
bnc#834165
+
+---



Other differences:
--
++ polkit-default-privs-13.1.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/polkit-default-privs-13.1/polkit-default-privs.standard 
new/polkit-default-privs-13.1/polkit-default-privs.standard
--- old/polkit-default-privs-13.1/polkit-default-privs.standard 2013-08-28 
15:57:53.0 +0200
+++ new/polkit-default-privs-13.1/polkit-default-privs.standard 2013-10-23 
14:52:03.0 +0200
@@ -63,7 +63,7 @@
 org.freedesktop.packagekit.system-update
auth_admin_keep_always:auth_admin_keep_always:yes
 org.freedesktop.packagekit.system-rollback  
auth_admin_keep_always
 org.freedesktop.packagekit.system-sources-configure 
auth_admin_keep_always
-org.freedesktop.packagekit.system-sources-refresh   
auth_admin_keep_always:auth_admin_keep_always:yes
+org.freedesktop.packagekit.system-sources-refresh   
auth_admin_keep_always:no:yes
 org.freedesktop.packagekit.system-network-proxy-configure   
auth_admin_keep_always
 org.freedesktop.packagekit.cancel-foreign   
auth_admin:auth_admin:auth_admin_keep
 org.freedesktop.packagekit.device-rebindauth_admin_keep

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



commit plasma-nm for openSUSE:Factory

2013-10-23 Thread h_root
Hello community,

here is the log from the commit of package plasma-nm for openSUSE:Factory 
checked in at 2013-10-23 19:24:46

Comparing /work/SRC/openSUSE:Factory/plasma-nm (Old)
 and  /work/SRC/openSUSE:Factory/.plasma-nm.new (New)


Package is "plasma-nm"

Changes:

--- /work/SRC/openSUSE:Factory/plasma-nm/plasma-nm.changes  2013-10-17 
17:45:04.0 +0200
+++ /work/SRC/openSUSE:Factory/.plasma-nm.new/plasma-nm.changes 2013-10-23 
19:24:47.0 +0200
@@ -1,0 +2,8 @@
+Wed Oct 23 09:34:18 UTC 2013 - tittiatc...@gmail.com
+
+- Add upstream patch plasma-nm-upstream-fixes.patch as requested
+  by Jan Grulich (author plasma-nm) to fix the VPN icon displayed
+  when connected to a VPN connection
+
+- Split out Strongswan plugin to its own sub-package. 
+---

New:

  plasma-nm-upstream-fixes.patch



Other differences:
--
++ plasma-nm.spec ++
--- /var/tmp/diff_new_pack.dh1jDm/_old  2013-10-23 19:24:50.0 +0200
+++ /var/tmp/diff_new_pack.dh1jDm/_new  2013-10-23 19:24:50.0 +0200
@@ -26,6 +26,8 @@
 Source0:
http://download.kde.org/unstable/plasma-nm/%{name}-%{version}.tar.xz
 Source1:icon.tar.bz2
 Source2:01-plasma-nm.js
+# PATCH-FIX-UPSTREAM  Upstream patches to fix the wrong icon when connected to 
VPN (jgrul...@redhat.com)
+Patch1: plasma-nm-upstream-fixes.patch
 BuildRequires:  NetworkManager-devel >= 0.9.8.0
 BuildRequires:  fdupes
 BuildRequires:  libModemManagerQt-devel >= 0.5.0
@@ -92,10 +94,11 @@
 Summary:OpenConnect support for %{name}
 Group:  System/GUI/KDE
 Requires:   %{name} = %{version}
+Requires:   NetworkManager-openconnect
 Requires:   openconnect
 Provides:   NetworkManager-openconnect-frontend
 %if 0%{?suse_version} > 1310
-Supplements:packageand(%{name};openconnect)
+Supplements:packageand(%{name};NetworkManager-openconnect;openconnect)
 Obsoletes:  NetworkManager-openconnect-kde4
 %else
 Conflicts:  NetworkManager-openconnect-kde4
@@ -119,6 +122,18 @@
 %description openswan
 Openswan plugin for plasma-nm components.
 
+%package strongswan
+Summary:Strongswan support for %{name}
+Group:  System/GUI/KDE
+Requires:   %{name} = %{version}
+Requires:   NetworkManager-strongswan
+Supplements:packageand(%{name};NetworkManager-strongswan)
+Provides:   NetworkManager-strongswan-frontend
+%kde4_runtime_requires
+
+%description strongswan
+Strongswan plugin for plasma-nm components.
+
 %package l2tp
 Summary:L2TP support for %{name}
 Group:  System/GUI/KDE
@@ -152,6 +167,7 @@
 %lang_package
 %prep
 %setup -qn %{name}-%{version} -a 1
+%patch1 -p1
 
 %build
   %cmake_kde4 -d build
@@ -173,7 +189,6 @@
   mkdir -p %{buildroot}%{_kde4_appsdir}/plasma-desktop/updates/
   install -m 0644 %{SOURCE2} 
%{buildroot}%{_kde4_appsdir}/plasma-desktop/updates/01-plasma-nm.js
   
-
 %files lang -f %{name}.lang
 
 %files
@@ -235,6 +250,10 @@
 %doc COPYING.LIB COPYING
 %{_kde4_modulesdir}/plasmanetworkmanagement_openswanui.so
 %{_kde4_servicesdir}/plasmanetworkmanagement_openswanui.desktop
+
+%files strongswan
+%defattr(-,root,root)
+%doc COPYING.LIB COPYING
 %{_kde4_modulesdir}/plasmanetworkmanagement_strongswanui.so
 %{_kde4_servicesdir}/plasmanetworkmanagement_strongswanui.desktop
 

++ plasma-nm-upstream-fixes.patch ++
diff --git a/applet/declarative/contents/ui/main.qml 
b/applet/declarative/contents/ui/main.qml
index 8ea88cc..aa81707 100644
--- a/applet/declarative/contents/ui/main.qml
+++ b/applet/declarative/contents/ui/main.qml
@@ -19,6 +19,7 @@
 */
 
 import QtQuick 1.1
+import org.kde.plasma.extras 0.1 as PlasmaExtras
 import org.kde.plasma.components 0.1 as PlasmaComponents
 import org.kde.plasma.core 0.1 as PlasmaCore
 import org.kde.networkmanagement 0.1 as PlasmaNM
@@ -77,16 +78,7 @@ Item {
 anchors.fill: parent
 }
 
-ListView {
-id: connectionView;
-
-property bool expandedItem: false;
-property string previouslyExpandedItem: "";
-
-property bool activeExpanded: true;
-property bool previousExpanded: true;
-property bool unknownExpanded: true;
-
+PlasmaExtras.ScrollArea {
 anchors {
 left: parent.left;
 right: parent.right;
@@ -95,50 +87,64 @@ Item {
 topMargin: padding.margins.top;
 bottomMargin: padding.margins.bottom
 }
-clip: true
-model: connectionSortModel;
-currentIndex: -1;
-interactive: true;
-boundsBehavior: Flickable.StopAtBounds;
-section.property: "itemSection";
-section.delegate: SectionHeader {
-onHideSection: {
-

commit patterns-openSUSE for openSUSE:Factory

2013-10-23 Thread h_root
Hello community,

here is the log from the commit of package patterns-openSUSE for 
openSUSE:Factory checked in at 2013-10-23 19:24:26

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


Package is "patterns-openSUSE"

Changes:

--- /work/SRC/openSUSE:Factory/patterns-openSUSE/patterns-openSUSE.changes  
2013-10-08 11:03:56.0 +0200
+++ /work/SRC/openSUSE:Factory/.patterns-openSUSE.new/patterns-openSUSE.changes 
2013-10-23 19:24:28.0 +0200
@@ -1,0 +2,5 @@
+Wed Oct 16 08:57:45 UTC 2013 - co...@suse.com
+
+- Commit: d94d126e
+
+---



Other differences:
--
++ patterns-openSUSE.spec ++
--- /var/tmp/diff_new_pack.NrNRgO/_old  2013-10-23 19:24:29.0 +0200
+++ /var/tmp/diff_new_pack.NrNRgO/_new  2013-10-23 19:24:30.0 +0200
@@ -615,8 +615,8 @@
 Requires:   patterns-openSUSE-basesystem
 Requires:   patterns-openSUSE-directory_server
 %ifarch x86_64
-Recommends: pam_ldap-32bit
 Recommends: nss_ldap-32bit
+Recommends: pam_ldap-32bit
 %endif
 
 %description directory_server
@@ -752,9 +752,9 @@
 Requires:   patterns-openSUSE-enhanced_base
 %ifarch x86_64
 Recommends: glibc-32bit
-Recommends: numactl
 Recommends: linux32
 Recommends: glibc-locale-32bit
+Recommends: numactl
 %endif
 
 %description enhanced_base

++ patterns-openSUSE-data.tar.bz2 ++

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



commit lua51 for openSUSE:13.1

2013-10-23 Thread h_root
Hello community,

here is the log from the commit of package lua51 for openSUSE:13.1 checked in 
at 2013-10-23 19:23:42

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


Package is "lua51"

Changes:

--- /work/SRC/openSUSE:13.1/lua51/lua51.changes 2013-09-23 10:59:47.0 
+0200
+++ /work/SRC/openSUSE:13.1/.lua51.new/lua51.changes2013-10-23 
19:23:44.0 +0200
@@ -1,0 +2,13 @@
+Tue Oct 22 12:24:49 UTC 2013 - peter.tromm...@ohm-hochschule.de
+
+- fix patch lua51-5.1.5-pkgconfig.patch
+* libdl is required not librt 
+
+---
+Mon Oct 21 18:19:08 UTC 2013 - peter.tromm...@ohm-hochschule.de
+
+- refresh patch lua51-5.1.5-module-path.diff
+- new patch lua51-5.1.5-pkgconfig.patch
+* fix libraries in pkgconfig file 
+
+---

New:

  lua51-5.1.5-pkgconfig.patch



Other differences:
--
++ lua51.spec ++
--- /var/tmp/diff_new_pack.1zboGQ/_old  2013-10-23 19:23:44.0 +0200
+++ /var/tmp/diff_new_pack.1zboGQ/_new  2013-10-23 19:23:44.0 +0200
@@ -34,6 +34,7 @@
 Patch0: %{name}-%{version}-shared.diff
 Patch1: %{name}-%{version}-module-path.diff
 Patch3: %{name}-%{version}-libdir.diff
+Patch4: %{name}-%{version}-pkgconfig.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -108,6 +109,7 @@
 %patch0 -b .shared
 %patch1 -p1
 %patch3 -p1
+%patch4 -p1
 
 %build
 sed -i 's:LUA_ROOT2 "LIBDIR/lua/%{major_version}/":LUA_ROOT2 
\"%{_lib}/lua/%{major_version}/":' src/luaconf.h

++ lua51-5.1.5-module-path.diff ++
--- /var/tmp/diff_new_pack.1zboGQ/_old  2013-10-23 19:23:44.0 +0200
+++ /var/tmp/diff_new_pack.1zboGQ/_new  2013-10-23 19:23:44.0 +0200
@@ -1,7 +1,8 @@
-diff -urNad trunk~/src/luaconf.h trunk/src/luaconf.h
 trunk~/src/luaconf.h   2006-02-10 12:44:06.0 -0500
-+++ trunk/src/luaconf.h2006-02-17 21:32:55.0 -0500
-@@ -83,13 +83,17 @@
+Index: lua-5.1.5/src/luaconf.h
+===
+--- lua-5.1.5.orig/src/luaconf.h
 lua-5.1.5/src/luaconf.h
+@@ -95,13 +95,17 @@
  
  #else
  #define LUA_ROOT  "/usr/local/"
@@ -19,3 +20,5 @@
 -  "./?.so;"  LUA_CDIR"?.so;" LUA_CDIR"loadall.so"
 +  "./?.so;" LUA_CDIR"?.so;" LUA_CDIR2"?.so;" LUA_CDIR"loadall.so"
  #endif
+ 
+ 

++ lua51-5.1.5-pkgconfig.patch ++
Index: lua-5.1.5/etc/lua.pc
===
--- lua-5.1.5.orig/etc/lua.pc
+++ lua-5.1.5/etc/lua.pc
@@ -25,7 +25,7 @@ Name: Lua
 Description: An Extensible Extension Language
 Version: ${R}
 Requires: 
-Libs: -llua -lm
+Libs: -llua -lm -ldl
 Cflags: -I${includedir}
 
 # (end of lua.pc)
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit mcelog for openSUSE:Factory

2013-10-23 Thread h_root
Hello community,

here is the log from the commit of package mcelog for openSUSE:Factory checked 
in at 2013-10-23 19:23:57

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


Package is "mcelog"

Changes:

--- /work/SRC/openSUSE:Factory/mcelog/mcelog.changes2013-02-23 
16:38:09.0 +0100
+++ /work/SRC/openSUSE:Factory/.mcelog.new/mcelog.changes   2013-10-23 
19:23:59.0 +0200
@@ -1,0 +2,10 @@
+Tue Oct 15 17:02:13 UTC 2013 - tr...@suse.de
+
+- Updated to latest git HEAD:
+commit c7bf28088f056925c04d4fd5768504c59bbf19c4
+Author: Robin Holt 
+Date:   Mon Sep 16 04:30:02 2013 -0500
+  Because upstream does not use proper tags/revisions, I now
+  versioned this one mcelog-1.1
+
+---

Old:

  mcelog-1.0pre3.6e4e2a000124.tar.bz2

New:

  mcelog-1.1.tar.bz2



Other differences:
--
++ mcelog.spec ++
--- /var/tmp/diff_new_pack.Z8WZuI/_old  2013-10-23 19:24:00.0 +0200
+++ /var/tmp/diff_new_pack.Z8WZuI/_new  2013-10-23 19:24:00.0 +0200
@@ -16,11 +16,12 @@
 #
 
 
+
 Name:   mcelog
 Summary:Log Machine Check Events
 License:GPL-2.0+
 Group:  System/Monitoring
-Version:1.0pre3.6e4e2a000124
+Version:1.1
 Release:0
 ExclusiveArch:  ix86 x86_64
 BuildRequires:  libesmtp-devel

++ email.patch ++
--- /var/tmp/diff_new_pack.Z8WZuI/_old  2013-10-23 19:24:00.0 +0200
+++ /var/tmp/diff_new_pack.Z8WZuI/_new  2013-10-23 19:24:00.0 +0200
@@ -7,10 +7,10 @@
  msg.c|8 ++
  6 files changed, 343 insertions(+), 2 deletions(-)
 
-Index: mcelog-1.0pre3.6e4e2a000124/Makefile
+Index: mcelog-1.1/Makefile
 ===
 mcelog-1.0pre3.6e4e2a000124.orig/Makefile
-+++ mcelog-1.0pre3.6e4e2a000124/Makefile
+--- mcelog-1.1.orig/Makefile
 mcelog-1.1/Makefile
 @@ -1,3 +1,4 @@
 +CONFIG_EMAIL := 1
  CFLAGS := -g -Os
@@ -18,7 +18,7 @@
  etcprefix :=
 @@ -34,7 +35,8 @@ OBJ := p4.o k8.o mcelog.o dmi.o tsc.o co
 client.o cache.o sysfs.o yellow.o page.o rbtree.o   \
-xeon75xx.o sandy-bridge.o
+xeon75xx.o sandy-bridge.o ivy-bridge.o msr.o
  DISKDB_OBJ := diskdb.o dimm.o db.o
 -CLEAN := mcelog dmi tsc dbquery .depend .depend.X dbquery.o ${DISKDB_OBJ}
 +EMAIL_OBJ := email.o
@@ -39,10 +39,10 @@
  SRC := $(OBJ:.o=.c)
  
  mcelog: ${OBJ}
-Index: mcelog-1.0pre3.6e4e2a000124/email.c
+Index: mcelog-1.1/email.c
 ===
 --- /dev/null
-+++ mcelog-1.0pre3.6e4e2a000124/email.c
 mcelog-1.1/email.c
 @@ -0,0 +1,199 @@
 +#include 
 +#include 
@@ -111,7 +111,7 @@
 +  strncpy(c_recipient, email_env, MAX_STRING_LEN - 1);
 +  return 1;
 +  }
-+  return 0;   
++  return 0;
 +}
 +
 +/* Callback to prnt the recipient status */
@@ -243,10 +243,10 @@
 +  smtp_destroy_session (session);
 +  return 0;
 +}
-Index: mcelog-1.0pre3.6e4e2a000124/email.h
+Index: mcelog-1.1/email.h
 ===
 --- /dev/null
-+++ mcelog-1.0pre3.6e4e2a000124/email.h
 mcelog-1.1/email.h
 @@ -0,0 +1,34 @@
 +#ifndef _MCELOG_EMAIL_H_
 +#define _MCELOG_EMAIL_H_
@@ -282,10 +282,10 @@
 +#endif
 +
 +#endif
-Index: mcelog-1.0pre3.6e4e2a000124/mcelog.c
+Index: mcelog-1.1/mcelog.c
 ===
 mcelog-1.0pre3.6e4e2a000124.orig/mcelog.c
-+++ mcelog-1.0pre3.6e4e2a000124/mcelog.c
+--- mcelog-1.1.orig/mcelog.c
 mcelog-1.1/mcelog.c
 @@ -37,6 +37,7 @@
  #include 
  #include 
@@ -313,23 +313,23 @@
  static char *inputfile;
  char *processor_flags;
  static int foreground;
-@@ -914,6 +918,7 @@ void usage(void)
- "--num-errors N  Only process N errors (for testing)\n"
+@@ -927,6 +931,7 @@ void usage(void)
  "--pidfile fileWrite pid of daemon into file\n"
+ "--no-imc-log  Disable extended iMC logging\n"
);
 +  email_usage();
diskdb_usage();
print_cputypes();
exit(1);
-@@ -979,6 +984,7 @@ static struct option options[] = {
-   { "pidfile", 1, NULL, O_PIDFILE },
+@@ -994,6 +999,7 @@ static struct option options[] = {
{ "debug-numerrors", 0, NULL, O_DEBUG_NUMERRORS }, /* undocumented: for 
testing */
+   { "no-imc-log", 0, NULL, O_NO_IMC_LOG },
DISKDB_OPTIONS
 +  EMAIL_OPTIONS
{}
  };
  
-@@ -1153,11 +1159,86 @@ static void drop_cred(void)
+@@ -1171,11 +1177,86 @@ static void drop_cred(void)
}
  }
  
@@ -416,7 +416,7 @@
  
if (recordlen == 0) {
Wprintf("no data in mce record\n"

commit lua51 for openSUSE:Factory

2013-10-23 Thread h_root
Hello community,

here is the log from the commit of package lua51 for openSUSE:Factory checked 
in at 2013-10-23 19:23:40

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


Package is "lua51"

Changes:

--- /work/SRC/openSUSE:Factory/lua51/lua51.changes  2013-05-16 
16:14:10.0 +0200
+++ /work/SRC/openSUSE:Factory/.lua51.new/lua51.changes 2013-10-23 
19:23:41.0 +0200
@@ -1,0 +2,13 @@
+Tue Oct 22 12:24:49 UTC 2013 - peter.tromm...@ohm-hochschule.de
+
+- fix patch lua51-5.1.5-pkgconfig.patch
+* libdl is required not librt 
+
+---
+Mon Oct 21 18:19:08 UTC 2013 - peter.tromm...@ohm-hochschule.de
+
+- refresh patch lua51-5.1.5-module-path.diff
+- new patch lua51-5.1.5-pkgconfig.patch
+* fix libraries in pkgconfig file 
+
+---

New:

  lua51-5.1.5-pkgconfig.patch



Other differences:
--
++ lua51.spec ++
--- /var/tmp/diff_new_pack.1bnL8v/_old  2013-10-23 19:23:42.0 +0200
+++ /var/tmp/diff_new_pack.1bnL8v/_new  2013-10-23 19:23:42.0 +0200
@@ -34,6 +34,7 @@
 Patch0: %{name}-%{version}-shared.diff
 Patch1: %{name}-%{version}-module-path.diff
 Patch3: %{name}-%{version}-libdir.diff
+Patch4: %{name}-%{version}-pkgconfig.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -108,6 +109,7 @@
 %patch0 -b .shared
 %patch1 -p1
 %patch3 -p1
+%patch4 -p1
 
 %build
 sed -i 's:LUA_ROOT2 "LIBDIR/lua/%{major_version}/":LUA_ROOT2 
\"%{_lib}/lua/%{major_version}/":' src/luaconf.h

++ lua51-5.1.5-module-path.diff ++
--- /var/tmp/diff_new_pack.1bnL8v/_old  2013-10-23 19:23:43.0 +0200
+++ /var/tmp/diff_new_pack.1bnL8v/_new  2013-10-23 19:23:43.0 +0200
@@ -1,7 +1,8 @@
-diff -urNad trunk~/src/luaconf.h trunk/src/luaconf.h
 trunk~/src/luaconf.h   2006-02-10 12:44:06.0 -0500
-+++ trunk/src/luaconf.h2006-02-17 21:32:55.0 -0500
-@@ -83,13 +83,17 @@
+Index: lua-5.1.5/src/luaconf.h
+===
+--- lua-5.1.5.orig/src/luaconf.h
 lua-5.1.5/src/luaconf.h
+@@ -95,13 +95,17 @@
  
  #else
  #define LUA_ROOT  "/usr/local/"
@@ -19,3 +20,5 @@
 -  "./?.so;"  LUA_CDIR"?.so;" LUA_CDIR"loadall.so"
 +  "./?.so;" LUA_CDIR"?.so;" LUA_CDIR2"?.so;" LUA_CDIR"loadall.so"
  #endif
+ 
+ 

++ lua51-5.1.5-pkgconfig.patch ++
Index: lua-5.1.5/etc/lua.pc
===
--- lua-5.1.5.orig/etc/lua.pc
+++ lua-5.1.5/etc/lua.pc
@@ -25,7 +25,7 @@ Name: Lua
 Description: An Extensible Extension Language
 Version: ${R}
 Requires: 
-Libs: -llua -lm
+Libs: -llua -lm -ldl
 Cflags: -I${includedir}
 
 # (end of lua.pc)
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit libstorage for openSUSE:Factory

2013-10-23 Thread h_root
Hello community,

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

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


Package is "libstorage"

Changes:

--- /work/SRC/openSUSE:Factory/libstorage/libstorage.changes2013-10-20 
10:52:50.0 +0200
+++ /work/SRC/openSUSE:Factory/.libstorage.new/libstorage.changes   
2013-10-23 19:22:35.0 +0200
@@ -1,0 +2,6 @@
+Wed Oct 23 08:02:46 CEST 2013 - aschn...@suse.de
+
+- make btrfs the default filesystem (fate#315901)
+- version 2.25.1
+
+---

Old:

  libstorage-2.25.0.tar.bz2

New:

  libstorage-2.25.1.tar.bz2



Other differences:
--
++ libstorage.spec ++
--- /var/tmp/diff_new_pack.QTHqCN/_old  2013-10-23 19:22:36.0 +0200
+++ /var/tmp/diff_new_pack.QTHqCN/_new  2013-10-23 19:22:36.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   libstorage
-Version:2.25.0
+Version:2.25.1
 Release:0
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Source: libstorage-%{version}.tar.bz2

++ libstorage-2.25.0.tar.bz2 -> libstorage-2.25.1.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libstorage-2.25.0/Makefile.in 
new/libstorage-2.25.1/Makefile.in
--- old/libstorage-2.25.0/Makefile.in   2013-10-17 10:49:13.0 +0200
+++ new/libstorage-2.25.1/Makefile.in   2013-10-23 08:14:42.0 +0200
@@ -61,7 +61,7 @@
COPYING config.guess config.sub depcomp install-sh ltmain.sh \
missing py-compile
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
-am__aclocal_m4_deps = $(top_srcdir)/configure.in
+am__aclocal_m4_deps = $(top_srcdir)/configure.ac
 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
$(ACLOCAL_M4)
 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libstorage-2.25.0/VERSION 
new/libstorage-2.25.1/VERSION
--- old/libstorage-2.25.0/VERSION   2013-09-30 17:06:15.0 +0200
+++ new/libstorage-2.25.1/VERSION   2013-10-23 08:08:34.0 +0200
@@ -1 +1 @@
-2.25.0
+2.25.1
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libstorage-2.25.0/bindings/Makefile.in 
new/libstorage-2.25.1/bindings/Makefile.in
--- old/libstorage-2.25.0/bindings/Makefile.in  2013-10-17 10:49:13.0 
+0200
+++ new/libstorage-2.25.1/bindings/Makefile.in  2013-10-23 08:14:42.0 
+0200
@@ -56,7 +56,7 @@
 subdir = bindings
 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
-am__aclocal_m4_deps = $(top_srcdir)/configure.in
+am__aclocal_m4_deps = $(top_srcdir)/configure.ac
 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
$(ACLOCAL_M4)
 mkinstalldirs = $(install_sh) -d
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libstorage-2.25.0/bindings/python/Makefile.in 
new/libstorage-2.25.1/bindings/python/Makefile.in
--- old/libstorage-2.25.0/bindings/python/Makefile.in   2013-10-17 
10:49:13.0 +0200
+++ new/libstorage-2.25.1/bindings/python/Makefile.in   2013-10-23 
08:14:43.0 +0200
@@ -59,7 +59,7 @@
$(srcdir)/Makefile.in $(top_srcdir)/depcomp \
$(top_srcdir)/py-compile
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
-am__aclocal_m4_deps = $(top_srcdir)/configure.in
+am__aclocal_m4_deps = $(top_srcdir)/configure.ac
 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
$(ACLOCAL_M4)
 mkinstalldirs = $(install_sh) -d
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/libstorage-2.25.0/bindings/python/examples/Makefile.in 
new/libstorage-2.25.1/bindings/python/examples/Makefile.in
--- old/libstorage-2.25.0/bindings/python/examples/Makefile.in  2013-10-17 
10:49:13.0 +0200
+++ new/libstorage-2.25.1/bindings/python/examples/Makefile.in  2013-10-23 
08:14:43.0 +0200
@@ -57,7 +57,7 @@
 subdir = bindings/python/examples
 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
-am__aclocal_m4_deps = $(top_srcdir)/configure.in
+am__aclocal_m4_deps = $(top_srcdir)/configure.ac
 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
$(ACLOCAL_M4)
 mkinstalldirs = $(install_sh) -d
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libstorage-2.25.0/bindings/ruby/Makefile.in 
new/libstorage-2.25.1/bindings/ruby

commit gedit for openSUSE:13.1

2013-10-23 Thread h_root
Hello community,

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

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


Package is "gedit"

Changes:

--- /work/SRC/openSUSE:13.1/gedit/gedit.changes 2013-10-17 14:04:17.0 
+0200
+++ /work/SRC/openSUSE:13.1/.gedit.new/gedit.changes2013-10-23 
19:22:31.0 +0200
@@ -1,0 +2,9 @@
+Tue Oct 22 20:07:53 UTC 2013 - dims...@opensuse.org
+
+- Require python3-gedit if _with_gi_python is true: a bunch of
+  plugins depend on the introspection bindings (bnc#847114).
+  In theory, the plugins should depend on this, but there are many
+  ways users could get them, resulting in frustration for not
+  finding the right package.
+
+---



Other differences:
--
++ gedit.spec ++
--- /var/tmp/diff_new_pack.neV0HX/_old  2013-10-23 19:22:31.0 +0200
+++ /var/tmp/diff_new_pack.neV0HX/_new  2013-10-23 19:22:31.0 +0200
@@ -52,6 +52,10 @@
 BuildRequires:  pkgconfig(x11)
 BuildRequires:  pkgconfig(zeitgeist-2.0) >= 0.9.12
 Requires:   python3-cairo
+%if %{_with_gi_python}
+# See bnc#847114 - plugins generally depend on it
+Requires:   python3-gedit
+%endif
 Requires:   python3-gobject
 Recommends: %{name}-lang
 Recommends: iso-codes

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



commit gedit for openSUSE:Factory

2013-10-23 Thread h_root
Hello community,

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

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


Package is "gedit"

Changes:

--- /work/SRC/openSUSE:Factory/gedit/gedit.changes  2013-10-17 
14:04:07.0 +0200
+++ /work/SRC/openSUSE:Factory/.gedit.new/gedit.changes 2013-10-23 
19:22:24.0 +0200
@@ -1,0 +2,9 @@
+Tue Oct 22 20:07:53 UTC 2013 - dims...@opensuse.org
+
+- Require python3-gedit if _with_gi_python is true: a bunch of
+  plugins depend on the introspection bindings (bnc#847114).
+  In theory, the plugins should depend on this, but there are many
+  ways users could get them, resulting in frustration for not
+  finding the right package.
+
+---



Other differences:
--
++ gedit.spec ++
--- /var/tmp/diff_new_pack.OFhzdR/_old  2013-10-23 19:22:26.0 +0200
+++ /var/tmp/diff_new_pack.OFhzdR/_new  2013-10-23 19:22:26.0 +0200
@@ -52,6 +52,10 @@
 BuildRequires:  pkgconfig(x11)
 BuildRequires:  pkgconfig(zeitgeist-2.0) >= 0.9.12
 Requires:   python3-cairo
+%if %{_with_gi_python}
+# See bnc#847114 - plugins generally depend on it
+Requires:   python3-gedit
+%endif
 Requires:   python3-gobject
 Recommends: %{name}-lang
 Recommends: iso-codes

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



commit Test-DVD-x86_64 for openSUSE:Factory

2013-10-23 Thread h_root
Hello community,

here is the log from the commit of package Test-DVD-x86_64 for openSUSE:Factory 
checked in at 2013-10-23 14:14:00

Comparing /work/SRC/openSUSE:Factory/Test-DVD-x86_64 (Old)
 and  /work/SRC/openSUSE:Factory/.Test-DVD-x86_64.new (New)


Package is "Test-DVD-x86_64"

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ PRODUCT-x86_64.kiwi ++
--- /var/tmp/diff_new_pack.j2Xo5r/_old  2013-10-23 14:14:02.0 +0200
+++ /var/tmp/diff_new_pack.j2Xo5r/_new  2013-10-23 14:14:02.0 +0200
@@ -187,6 +187,7 @@
   
   
   
+  
   
   
   
@@ -204,6 +205,7 @@
   
   
   
+  
   
   
   
@@ -231,6 +233,7 @@
   
   
   
+  
   
   
   
@@ -567,6 +570,7 @@
   
   
   
+  
   
   
   
@@ -583,11 +587,13 @@
   
   
   
+  
   
   
   
   
   
+  
   
   
   


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



commit python-rtslib for openSUSE:13.1

2013-10-23 Thread h_root
Hello community,

here is the log from the commit of package python-rtslib for openSUSE:13.1 
checked in at 2013-10-23 13:12:18

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


Package is "python-rtslib"

Changes:

--- /work/SRC/openSUSE:13.1/python-rtslib/python-rtslib.changes 2013-09-23 
11:06:55.0 +0200
+++ /work/SRC/openSUSE:13.1/.python-rtslib.new/python-rtslib.changes
2013-10-23 13:12:20.0 +0200
@@ -1,0 +2,5 @@
+Wed Oct 16 13:24:27 CEST 2013 - h...@suse.de
+
+- Fixup typo in fabric.py (bnc#837519)
+
+---

New:

  rtslib-qla2xxx-fix.patch



Other differences:
--
++ python-rtslib.spec ++
--- /var/tmp/diff_new_pack.Vmj3oC/_old  2013-10-23 13:12:20.0 +0200
+++ /var/tmp/diff_new_pack.Vmj3oC/_new  2013-10-23 13:12:20.0 +0200
@@ -13,16 +13,18 @@
 # published by the Open Source Initiative.
 
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
+#
 
 
 Name:   python-rtslib
 Version:2.1.fb27
 Release:0
-License:AGPL-3.0
 Summary:API for Linux kernel SCSI target (aka LIO)
-Url:http://github.com/agrover/rtslib-fb
+License:AGPL-3.0
 Group:  Development/Languages/Python
+Url:http://github.com/agrover/rtslib-fb
 Source: 
http://pypi.python.org/packages/source/r/rtslib/rtslib-%{version}.tar.gz
+Patch1: rtslib-qla2xxx-fix.patch
 BuildRequires:  python-devel
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Provides:   %{name}-doc = %{version}
@@ -42,6 +44,7 @@
 
 %prep
 %setup -q -n rtslib-%{version}
+%patch1 -p1
 
 %build
 python setup.py build

++ rtslib-qla2xxx-fix.patch ++
diff -pur rtslib-2.1.fb27.orig/rtslib/fabrics.py 
rtslib-2.1.fb27/rtslib/fabrics.py
--- rtslib-2.1.fb27.orig/rtslib/fabrics.py  2013-01-03 01:55:35.0 
+0100
+++ rtslib-2.1.fb27/rtslib/fabrics.py   2013-10-16 13:17:56.688277000 +0200
@@ -178,7 +178,7 @@ fabrics = [
 ("ib_srpt", _ib_srpt),
 ("iscsi", _iscsi),
 ("loopback", _loopback),
-("qla2", _qla2xxx),
+("qla2xxx", _qla2xxx),
 ("sbp", _sbp),
 ("tcm_fc", _tcm_fc),
 ("usb_gadget", _usb_gadget),
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit python-rtslib for openSUSE:Factory

2013-10-23 Thread h_root
Hello community,

here is the log from the commit of package python-rtslib for openSUSE:Factory 
checked in at 2013-10-23 13:12:16

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


Package is "python-rtslib"

Changes:

--- /work/SRC/openSUSE:Factory/python-rtslib/python-rtslib.changes  
2013-03-01 08:03:57.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-rtslib.new/python-rtslib.changes 
2013-10-23 13:12:17.0 +0200
@@ -1,0 +2,5 @@
+Wed Oct 16 13:24:27 CEST 2013 - h...@suse.de
+
+- Fixup typo in fabric.py (bnc#837519)
+
+---

New:

  rtslib-qla2xxx-fix.patch



Other differences:
--
++ python-rtslib.spec ++
--- /var/tmp/diff_new_pack.letK66/_old  2013-10-23 13:12:19.0 +0200
+++ /var/tmp/diff_new_pack.letK66/_new  2013-10-23 13:12:19.0 +0200
@@ -13,16 +13,18 @@
 # published by the Open Source Initiative.
 
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
+#
 
 
 Name:   python-rtslib
 Version:2.1.fb27
 Release:0
-License:AGPL-3.0
 Summary:API for Linux kernel SCSI target (aka LIO)
-Url:http://github.com/agrover/rtslib-fb
+License:AGPL-3.0
 Group:  Development/Languages/Python
+Url:http://github.com/agrover/rtslib-fb
 Source: 
http://pypi.python.org/packages/source/r/rtslib/rtslib-%{version}.tar.gz
+Patch1: rtslib-qla2xxx-fix.patch
 BuildRequires:  python-devel
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Provides:   %{name}-doc = %{version}
@@ -42,6 +44,7 @@
 
 %prep
 %setup -q -n rtslib-%{version}
+%patch1 -p1
 
 %build
 python setup.py build

++ rtslib-qla2xxx-fix.patch ++
diff -pur rtslib-2.1.fb27.orig/rtslib/fabrics.py 
rtslib-2.1.fb27/rtslib/fabrics.py
--- rtslib-2.1.fb27.orig/rtslib/fabrics.py  2013-01-03 01:55:35.0 
+0100
+++ rtslib-2.1.fb27/rtslib/fabrics.py   2013-10-16 13:17:56.688277000 +0200
@@ -178,7 +178,7 @@ fabrics = [
 ("ib_srpt", _ib_srpt),
 ("iscsi", _iscsi),
 ("loopback", _loopback),
-("qla2", _qla2xxx),
+("qla2xxx", _qla2xxx),
 ("sbp", _sbp),
 ("tcm_fc", _tcm_fc),
 ("usb_gadget", _usb_gadget),
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit python3-pytz for openSUSE:Factory

2013-10-23 Thread h_root
Hello community,

here is the log from the commit of package python3-pytz for openSUSE:Factory 
checked in at 2013-10-23 13:12:29

Comparing /work/SRC/openSUSE:Factory/python3-pytz (Old)
 and  /work/SRC/openSUSE:Factory/.python3-pytz.new (New)


Package is "python3-pytz"

Changes:

--- /work/SRC/openSUSE:Factory/python3-pytz/python3-pytz.changes
2013-06-21 19:08:58.0 +0200
+++ /work/SRC/openSUSE:Factory/.python3-pytz.new/python3-pytz.changes   
2013-10-23 13:12:30.0 +0200
@@ -1,0 +2,8 @@
+Tue Oct 22 14:44:37 UTC 2013 - toddrme2...@gmail.com
+
+- Update to version 2013.7:
+  + No changes
+- update to 2013d:
+  * sync with timezone 2013d release
+
+---

Old:

  pytz-2013b.tar.bz2

New:

  pytz-2013.7.tar.bz2



Other differences:
--
++ python3-pytz.spec ++
--- /var/tmp/diff_new_pack.NTIGxe/_old  2013-10-23 13:12:30.0 +0200
+++ /var/tmp/diff_new_pack.NTIGxe/_new  2013-10-23 13:12:30.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   python3-pytz
-Version:2013b
+Version:2013.7
 Release:0
 Url:http://pytz.sourceforge.net
 Summary:World timezone definitions, modern and historical
@@ -25,13 +25,13 @@
 Group:  Development/Languages/Python
 Source: 
http://pypi.python.org/packages/source/p/pytz/pytz-%{version}.tar.bz2
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-Provides:   python3-tz = 2013b
-Obsoletes:  python3-tz < 2013b
 BuildRequires:  fdupes
 BuildRequires:  python3
 BuildRequires:  python3-devel
-BuildRequires:  python3-distribute
+BuildRequires:  python3-setuptools
 #BuildRequires:  python3-nose
+Provides:   python3-tz = 2013b
+Obsoletes:  python3-tz < 2013b
 BuildArch:  noarch
 
 %description
@@ -62,6 +62,7 @@
 %files
 %defattr(-,root,root,-)
 %doc LICENSE.txt README.txt
-%{python3_sitelib}/*
+%{python3_sitelib}/pytz/
+%{python3_sitelib}/pytz-%{version}-py*.egg-info
 
 %changelog

++ pytz-2013b.tar.bz2 -> pytz-2013.7.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pytz-2013b/PKG-INFO new/pytz-2013.7/PKG-INFO
--- old/pytz-2013b/PKG-INFO 2013-03-14 18:51:06.0 +0100
+++ new/pytz-2013.7/PKG-INFO2013-10-02 06:28:19.0 +0200
@@ -1,8 +1,8 @@
 Metadata-Version: 1.1
 Name: pytz
-Version: 2013b
+Version: 2013.7
 Summary: World timezone definitions, modern and historical
-Home-page: http://pytz.sourceforge.net
+Home-page: http://pythonhosted.org/pytz
 Author: Stuart Bishop
 Author-email: stu...@stuartbishop.net
 License: MIT
@@ -23,16 +23,18 @@
 
 Almost all of the Olson timezones are supported.
 
-Note that this library differs from the documented Python API for
-tzinfo implementations; if you want to create local wallclock
-times you need to use the ``localize()`` method documented in this
-document. In addition, if you perform date arithmetic on local
-times that cross DST boundaries, the result may be in an incorrect
-timezone (ie. subtract 1 minute from 2002-10-27 1:00 EST and you get
-2002-10-27 0:59 EST instead of the correct 2002-10-27 1:59 EDT). A
-``normalize()`` method is provided to correct this. Unfortunately these
-issues cannot be resolved without modifying the Python datetime
-implementation.
+.. note::
+
+This library differs from the documented Python API for
+tzinfo implementations; if you want to create local wallclock
+times you need to use the ``localize()`` method documented in this
+document. In addition, if you perform date arithmetic on local
+times that cross DST boundaries, the result may be in an incorrect
+timezone (ie. subtract 1 minute from 2002-10-27 1:00 EST and you 
get
+2002-10-27 0:59 EST instead of the correct 2002-10-27 1:59 EDT). A
+``normalize()`` method is provided to correct this. Unfortunately 
these
+issues cannot be resolved without modifying the Python datetime
+implementation (see PEP-431).
 
 
 Installation
@@ -542,7 +544,7 @@
   it. pytz is a direct translation of the Olson timezone database, and
   changes to the timezone definitions need to be made to this source.
   If you find errors they should be reported to the time zone mailing
-  list, linked from http://www.twinsun.com/tz/tz-link.htm
+  list, linked from http://www.iana.org/time-zones.
 
 
 Further Reading
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--e

commit python3-lxml for openSUSE:Factory

2013-10-23 Thread h_root
Hello community,

here is the log from the commit of package python3-lxml for openSUSE:Factory 
checked in at 2013-10-23 13:12:25

Comparing /work/SRC/openSUSE:Factory/python3-lxml (Old)
 and  /work/SRC/openSUSE:Factory/.python3-lxml.new (New)


Package is "python3-lxml"

Changes:

--- /work/SRC/openSUSE:Factory/python3-lxml/python3-lxml.changes
2013-06-25 18:07:34.0 +0200
+++ /work/SRC/openSUSE:Factory/.python3-lxml.new/python3-lxml.changes   
2013-10-23 13:12:27.0 +0200
@@ -1,0 +2,20 @@
+Tue Oct 22 14:37:53 UTC 2013 - toddrme2...@gmail.com
+
+- update to 3.2.3:
+* LP#1185701: spurious XMLSyntaxError after finishing iterparse().
+* Crash in lxml.objectify during xsi annotation.
+- update to 3.2.1:
+* The methods ``apply_templates()`` and ``process_children()`` of XSLT
+  extension elements have gained two new boolean options ``elements_only``
+  and ``remove_blank_text`` that discard either all strings or whitespace-only
+  strings from the result list.
+* When moving Elements to another tree, the namespace cleanup mechanism
+  no longer drops namespace prefixes from attributes for which it finds
+  a default namespace declaration, to prevent them from appearing as
+  unnamespaced attributes after serialisation.
+* Returning non-type objects from a custom class lookup method could lead
+  to a crash.
+* Instantiating and using subtypes of Comments and ProcessingInstructions
+  crashed.
+
+---

Old:

  lxml-3.2.1.tar.gz
  lxmldoc-3.2.1.pdf

New:

  lxml-3.2.3.tar.gz
  lxmldoc-3.2.3.pdf



Other differences:
--
++ python3-lxml.spec ++
--- /var/tmp/diff_new_pack.wOaIdY/_old  2013-10-23 13:12:28.0 +0200
+++ /var/tmp/diff_new_pack.wOaIdY/_new  2013-10-23 13:12:28.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   python3-lxml
-Version:3.2.1
+Version:3.2.3
 Release:0
 Summary:Powerful and Pythonic XML processing library
 License:BSD-3-Clause and GPL-2.0+

++ lxml-3.2.1.tar.gz -> lxml-3.2.3.tar.gz ++
 73869 lines of diff (skipped)

++ lxmldoc-3.2.1.pdf -> lxmldoc-3.2.3.pdf ++
(binary differes)

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



commit python3-Cython for openSUSE:Factory

2013-10-23 Thread h_root
Hello community,

here is the log from the commit of package python3-Cython for openSUSE:Factory 
checked in at 2013-10-23 13:12:21

Comparing /work/SRC/openSUSE:Factory/python3-Cython (Old)
 and  /work/SRC/openSUSE:Factory/.python3-Cython.new (New)


Package is "python3-Cython"

Changes:

--- /work/SRC/openSUSE:Factory/python3-Cython/python3-Cython.changes
2013-10-17 17:46:39.0 +0200
+++ /work/SRC/openSUSE:Factory/.python3-Cython.new/python3-Cython.changes   
2013-10-23 13:12:22.0 +0200
@@ -1,0 +2,22 @@
+Tue Oct 22 14:18:37 UTC 2013 - toddrme2...@gmail.com
+
+- update to 0.19.2:
+* Some standard declarations were fixed or updated, including the 
previously
+incorrect declaration of ``PyBuffer_FillInfo()`` and some missing bits in
+``libc.math``.
+
+* Heap allocated subtypes of ``type`` used the wrong base type struct at 
the
+C level.
+
+* Calling the unbound method dict.keys/value/items() in dict subtypes could
+call the bound object method instead of the unbound supertype method.
+
+* "yield" wasn't supported in "return" value expressions.
+
+* Using the "bint" type in memory views lead to unexpected results.
+It is now an error.
+
+* Assignments to global/closure variables could catch them in an illegal 
state
+while deallocating the old value.
+
+---

Old:

  Cython-0.19.1.tar.gz

New:

  Cython-0.19.2.tar.gz



Other differences:
--
++ python3-Cython.spec ++
--- /var/tmp/diff_new_pack.rEK2Uh/_old  2013-10-23 13:12:23.0 +0200
+++ /var/tmp/diff_new_pack.rEK2Uh/_new  2013-10-23 13:12:23.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   python3-Cython
-Version:0.19.1
+Version:0.19.2
 Release:0
 Url:http://www.cython.org
 Summary:The Cython compiler for writing C extensions for the Python 
language

++ Cython-0.19.1.tar.gz -> Cython-0.19.2.tar.gz ++
 2001 lines of diff (skipped)

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



commit python-Genshi for openSUSE:Factory

2013-10-23 Thread h_root
Hello community,

here is the log from the commit of package python-Genshi for openSUSE:Factory 
checked in at 2013-10-23 13:11:11

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


Package is "python-Genshi"

Changes:

--- /work/SRC/openSUSE:Factory/python-Genshi/python-Genshi.changes  
2011-09-23 12:42:24.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-Genshi.new/python-Genshi.changes 
2013-10-23 13:11:13.0 +0200
@@ -1,0 +2,40 @@
+Tue Oct 22 14:31:18 UTC 2013 - toddrme2...@gmail.com
+
+- Update to 0.7
+ * Add support for Python 3.1, 3.2 and 3.3 (via 2to3) and for PyPy. The
+   majority of the coding was done in a sprint run by the Cape Town Python
+   Users Group with financial assistance from the Python Software Foundation.
+ * Default input and output encodings changed from UTF-8 to None (i.e. unicode
+   strings).
+ * Skip Mako benchmarks if Mako isn't installed (rather than failing
+   completely).
+- Update to 0.6.1
+ * Security fix to enhance sanitizing of CSS in style attributes. Genshi's
+   `HTMLSanitizer` disallows style attributes by default (this remains
+   unchanged) and warns against such attacks in its documentation, but
+   the provided CSS santizing is now less lacking (see #455).
+ * Fix for error in how `HTMLFormFiller` would handle `textarea` elements if
+   no value was not supplied form them.
+ * The `HTMLFormFiller` now correctly handles check boxes and radio buttons
+   with an empty `value` attribute.
+ * Template `Context` objects now have a `.copy` method.
+ * Added a simple `tox.ini` file for using tox to test against multiple
+   verions of Python.
+ * Fix for bug in `QName` comparison (see #413).
+ * Fix for bug in handling of trailing events in match template matches
+   (see #399).
+ * Fix i18n namespace declaration in documentation (see #400).
+ * Fix for bug in caching of events in serializers by no longer caching
+   `(TEXT, Markup)` events (see #429).
+ * Fix handling of `None` by `Markup.escape` in `_speedups.c` (see #439).
+ * Fix handling of internal state by match templates (relevant when multiple
+   templates match the same part of the stream, see #370).
+ * Fix handling of multiple events between or on either side of start and end
+   tags in translated messages (see #404).
+ * Fix test failures caused by changes in HTMLParser in Python 2.7 (see #501).
+ * Fix infinite loop in interplotation lexing that was introduced by a change
+   in Python 2.7's tokenizer (see #540).
+ * Fix handling of processing instructions without data (see #368).
+ * Updated MANIFEST.in so as not to rely on build from Subersion 1.6.
+
+---

Old:

  Genshi-0.6.tar.bz2

New:

  Genshi-0.7.tar.gz



Other differences:
--
++ python-Genshi.spec ++
--- /var/tmp/diff_new_pack.jpXnah/_old  2013-10-23 13:11:13.0 +0200
+++ /var/tmp/diff_new_pack.jpXnah/_new  2013-10-23 13:11:13.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-Genshi
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,30 +16,27 @@
 #
 
 
-
 Name:   python-Genshi
-Version:0.6
+Version:0.7
 Release:1
 Url:http://genshi.edgewall.org/
 Summary:A toolkit for generation of output for the web
 License:BSD-3-Clause
 Group:  Development/Languages/Python
-Source: Genshi-%{version}.tar.bz2
+Source: http://ftp.edgewall.com/pub/genshi/Genshi-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  python-devel
-BuildRequires:  python-distribute
+BuildRequires:  python-Babel
+BuildRequires:  python-setuptools
+BuildRequires:  python-xml
 Requires:   python-xml
 Requires:   python-Babel
-%if 0%{?suse_version}
-%py_requires
-%if 0%{?suse_version} > 1110
-BuildArch:  noarch
-%endif
-%endif
 Provides:   python-genshi = %{version}
-#TODO: Change back to '<' after next version update:
-Obsoletes:  python-genshi <= %{version}
-%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib()")}
+Obsoletes:  python-genshi < %{version}
+%if 0%{?suse_version} <= 1110
+%{!?python_sitearch: %global python_sitelib %(python -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib(True)")}
+%{py_requires}
+%endif
 
 %description
 Genshi is a Python library that provide

commit python-html5lib for openSUSE:Factory

2013-10-23 Thread h_root
Hello community,

here is the log from the commit of package python-html5lib for openSUSE:Factory 
checked in at 2013-10-23 13:11:17

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


Package is "python-html5lib"

Changes:

--- /work/SRC/openSUSE:Factory/python-html5lib/python-html5lib.changes  
2012-03-29 19:02:47.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-html5lib.new/python-html5lib.changes 
2013-10-23 13:11:19.0 +0200
@@ -1,0 +2,7 @@
+Tue Oct 22 13:29:08 UTC 2013 - toddrme2...@gmail.com
+
+- Update to 0.99
+  * No changes, just updated version number
+- Add additional dependencies
+
+---

Old:

  html5lib-0.95.tar.gz

New:

  html5lib-0.99.tar.gz



Other differences:
--
++ python-html5lib.spec ++
--- /var/tmp/diff_new_pack.Sejluu/_old  2013-10-23 13:11:20.0 +0200
+++ /var/tmp/diff_new_pack.Sejluu/_new  2013-10-23 13:11:20.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-html5lib
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,7 +16,7 @@
 #
 
 Name:   python-html5lib
-Version:0.95
+Version:0.99
 Release:0
 License:MIT
 Summary:HTML parser based on the WHAT-WG Web Applications 1
@@ -24,7 +24,13 @@
 Group:  Development/Languages/Python
 Source: 
http://pypi.python.org/packages/source/h/html5lib/html5lib-%{version}.tar.gz
 BuildRequires:  python-devel
-BuildRequires:  python-distribute
+BuildRequires:  python-Genshi
+BuildRequires:  python-lxml
+BuildRequires:  python-setuptools
+BuildRequires:  python-six
+Requires:   python-six
+Recommends: python-Genshi
+Recommends: python-lxml
 #BuildRequires:  python-nose
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %if 0%{?suse_version} && 0%{?suse_version} <= 1110
@@ -51,14 +57,14 @@
 
 %install
 python setup.py install --prefix=%{_prefix} --root=%{buildroot}
-rm -r %{buildroot}%{python_sitelib}/html5lib/tests # Don't ship tests
 
 #%%check
 #nosetests
 
 %files
 %defattr(-,root,root,-)
-%doc README
-%{python_sitelib}/*
+%doc CHANGES.rst LICENSE README.rst
+%{python_sitelib}/html5lib/
+%{python_sitelib}/html5lib-%{version}-py*.egg-info
 
 %changelog

++ html5lib-0.95.tar.gz -> html5lib-0.99.tar.gz ++
 67060 lines of diff (skipped)

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



commit amavisd-new for openSUSE:13.1

2013-10-23 Thread h_root
Hello community,

here is the log from the commit of package amavisd-new for openSUSE:13.1 
checked in at 2013-10-23 13:11:07

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


Package is "amavisd-new"

Changes:

--- /work/SRC/openSUSE:13.1/amavisd-new/amavisd-new.changes 2013-10-04 
15:56:31.0 +0200
+++ /work/SRC/openSUSE:13.1/.amavisd-new.new/amavisd-new.changes
2013-10-23 13:11:08.0 +0200
@@ -1,0 +2,6 @@
+Tue Oct 22 15:51:56 UTC 2013 - vark...@suse.com
+
+- bnc#844575 - amavis received a change where /var/run was replaced
+   with /run still /var/run is present
+
+---



Other differences:
--
++ activate_virus_scanner.diff ++
--- /var/tmp/diff_new_pack.ann314/_old  2013-10-23 13:11:08.0 +0200
+++ /var/tmp/diff_new_pack.ann314/_new  2013-10-23 13:11:08.0 +0200
@@ -11,7 +11,7 @@
 -#   qr/\bOK$/m, qr/\bFOUND$/m,
 -#   qr/^.*?: (?!Infected Archive)(.*) FOUND$/m ],
 +['ClamAV-clamd',
-+   \&ask_daemon, ["CONTSCAN {}\n", "/run/clamav/clamd-socket"],
++   \&ask_daemon, ["CONTSCAN {}\n", "/var/run/clamav/clamd-socket"],
 +   qr/\bOK$/m, qr/\bFOUND$/m,
 +   qr/^.*?: (?!Infected Archive)(.*) FOUND$/m ],
  # # NOTE: run clamd under the same user as amavisd - or run it under its own

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



commit amavisd-new for openSUSE:Factory

2013-10-23 Thread h_root
Hello community,

here is the log from the commit of package amavisd-new for openSUSE:Factory 
checked in at 2013-10-23 13:11:02

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


Package is "amavisd-new"

Changes:

--- /work/SRC/openSUSE:Factory/amavisd-new/amavisd-new.changes  2013-10-04 
15:56:23.0 +0200
+++ /work/SRC/openSUSE:Factory/.amavisd-new.new/amavisd-new.changes 
2013-10-23 13:11:03.0 +0200
@@ -1,0 +2,6 @@
+Tue Oct 22 15:51:56 UTC 2013 - vark...@suse.com
+
+- bnc#844575 - amavis received a change where /var/run was replaced
+   with /run still /var/run is present
+
+---



Other differences:
--
++ activate_virus_scanner.diff ++
--- /var/tmp/diff_new_pack.A1pY6i/_old  2013-10-23 13:11:04.0 +0200
+++ /var/tmp/diff_new_pack.A1pY6i/_new  2013-10-23 13:11:04.0 +0200
@@ -11,7 +11,7 @@
 -#   qr/\bOK$/m, qr/\bFOUND$/m,
 -#   qr/^.*?: (?!Infected Archive)(.*) FOUND$/m ],
 +['ClamAV-clamd',
-+   \&ask_daemon, ["CONTSCAN {}\n", "/run/clamav/clamd-socket"],
++   \&ask_daemon, ["CONTSCAN {}\n", "/var/run/clamav/clamd-socket"],
 +   qr/\bOK$/m, qr/\bFOUND$/m,
 +   qr/^.*?: (?!Infected Archive)(.*) FOUND$/m ],
  # # NOTE: run clamd under the same user as amavisd - or run it under its own

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



commit jakarta-commons-fileupload for openSUSE:13.1

2013-10-23 Thread h_root
Hello community,

here is the log from the commit of package jakarta-commons-fileupload for 
openSUSE:13.1 checked in at 2013-10-23 11:35:58

Comparing /work/SRC/openSUSE:13.1/jakarta-commons-fileupload (Old)
 and  /work/SRC/openSUSE:13.1/.jakarta-commons-fileupload.new (New)


Package is "jakarta-commons-fileupload"

Changes:




Other differences:
--
++ jakarta-commons-fileupload.spec ++
--- /var/tmp/diff_new_pack.tt3j2W/_old  2013-10-23 11:35:59.0 +0200
+++ /var/tmp/diff_new_pack.tt3j2W/_new  2013-10-23 11:35:59.0 +0200
@@ -24,7 +24,7 @@
 
 Name:   jakarta-commons-fileupload
 Version:1.1.1
-Release:0
+Release:117.5
 Summary:Jakarta Commons FileUpload Package
 License:Apache-2.0
 Group:  Development/Libraries/Java

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



commit jakarta-commons-fileupload for openSUSE:13.1

2013-10-23 Thread h_root
Hello community,

here is the log from the commit of package jakarta-commons-fileupload for 
openSUSE:13.1 checked in at 2013-10-23 11:35:27

Comparing /work/SRC/openSUSE:13.1/jakarta-commons-fileupload (Old)
 and  /work/SRC/openSUSE:13.1/.jakarta-commons-fileupload.new (New)


Package is "jakarta-commons-fileupload"

Changes:

--- 
/work/SRC/openSUSE:13.1/jakarta-commons-fileupload/jakarta-commons-fileupload.changes
   2013-09-23 10:54:18.0 +0200
+++ 
/work/SRC/openSUSE:13.1/.jakarta-commons-fileupload.new/jakarta-commons-fileupload.changes
  2013-10-23 11:35:28.0 +0200
@@ -1,0 +2,7 @@
+Thu Oct 17 08:32:35 UTC 2013 - mvysko...@suse.com
+
+- fix bnc#846174/CVE-2013-2186: null byte injection flaw
+  http://svn.apache.org/viewvc?view=revision&revision=1507048
+  * jakarta-commons-fileupload-CVE-2013-2186.patch
+
+---

New:

  jakarta-commons-fileupload-CVE-2013-2186.patch



Other differences:
--
++ jakarta-commons-fileupload.spec ++
--- /var/tmp/diff_new_pack.XpeD0u/_old  2013-10-23 11:35:28.0 +0200
+++ /var/tmp/diff_new_pack.XpeD0u/_new  2013-10-23 11:35:28.0 +0200
@@ -32,6 +32,9 @@
 Source0:
http://www.apache.org/dist/jakarta/commons/fileupload/source/commons-fileupload-1.1.1-src.tar.gz
 Patch0: %{name}-build_xml.patch
 Patch1: %{name}-%{version}-servletapi5.patch
+#PATCH-FIX-UPSTREAM: bnc#846174
+#DiskFileItem.java part of 
http://svn.apache.org/viewvc?view=revision&revision=1507048
+Patch2: jakarta-commons-fileupload-CVE-2013-2186.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %if ! %{gcj_support}
 BuildArch:  noarch
@@ -87,6 +90,7 @@
 %setup -q -n %{short_name}-%{version}
 %patch0 -b .build.xml
 %patch1 -p0 -b .servletapi5
+%patch2 -p0
 # -
 
 %build
@@ -96,7 +100,6 @@
 -Dbuild.sysclasspath=only \
 -Dfinal.name=%{name}-%{version} \
 -Dservletapi.javadoc=%{_javadocdir}/servletapi5 \
--Dant.build.javac.source=1.4 -Dant.build.javac.target=1.4 \
 dist
 # -
 

++ jakarta-commons-fileupload-CVE-2013-2186.patch ++
Index: src/java/org/apache/commons/fileupload/disk/DiskFileItem.java
===
--- src/java/org/apache/commons/fileupload/disk/DiskFileItem.java.orig
+++ src/java/org/apache/commons/fileupload/disk/DiskFileItem.java
@@ -674,6 +674,26 @@ public class DiskFileItem
 // read values
 in.defaultReadObject();
 
+/* One expected use of serialization is to migrate HTTP sessions
+ * containing a DiskFileItem between JVMs. Particularly if the JVMs are
+ * on different machines It is possible that the repository location is
+ * not valid so validate it.
+ */
+if (repository != null) {
+if (repository.isDirectory()) {
+// Check path for nulls
+if (repository.getPath().contains("\0")) {
+throw new IOException(java.lang.String.format(
+"The repository [%s] contains a null character",
+repository.getPath()));
+}
+} else {
+throw new IOException(java.lang.String.format(
+"The repository [%s] is not a directory",
+repository.getAbsolutePath()));
+}
+}
+
 OutputStream output = getOutputStream();
 if (cachedContent != null) {
 output.write(cachedContent);
Index: src/java/org/apache/commons/fileupload/DiskFileUpload.java
===
--- src/java/org/apache/commons/fileupload/DiskFileUpload.java.orig
+++ src/java/org/apache/commons/fileupload/DiskFileUpload.java
@@ -19,6 +19,8 @@ import java.io.File;
 import java.util.List;
 import javax.servlet.http.HttpServletRequest;
 
+import static java.lang.String.format;
+
 /**
  * High level API for processing file uploads.
  *
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit lightdm for openSUSE:13.1

2013-10-23 Thread h_root
Hello community,

here is the log from the commit of package lightdm for openSUSE:13.1 checked in 
at 2013-10-23 11:34:58

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


Package is "lightdm"

Changes:




Other differences:
--
++ lightdm.spec ++
--- /var/tmp/diff_new_pack.nOYDki/_old  2013-10-23 11:34:59.0 +0200
+++ /var/tmp/diff_new_pack.nOYDki/_new  2013-10-23 11:34:59.0 +0200
@@ -29,7 +29,7 @@
 
 Name:   lightdm
 Version:1.8.0
-Release:0
+Release:8.2
 Summary:Lightweight, Cross-desktop Display Manager
 License:GPL-3.0+
 Group:  System/X11/Displaymanagers

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



commit lightdm for openSUSE:13.1

2013-10-23 Thread h_root
Hello community,

here is the log from the commit of package lightdm for openSUSE:13.1 checked in 
at 2013-10-23 11:34:25

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


Package is "lightdm"

Changes:

--- /work/SRC/openSUSE:13.1/lightdm/lightdm.changes 2013-10-19 
16:49:34.0 +0200
+++ /work/SRC/openSUSE:13.1/.lightdm.new/lightdm.changes2013-10-23 
11:34:26.0 +0200
@@ -1,0 +2,7 @@
+Tue Oct 22 11:11:24 UTC 2013 - g...@opensuse.org
+
+- add lightdm-set-xdg-session-class.patch in order to correctly set
+  $XDG_SESSION_CLASS for greeters (bnc#846914, lp#1242939,
+  backported from upstream bzr)
+
+---

New:

  lightdm-set-xdg-session-class.patch



Other differences:
--
++ lightdm.spec ++
--- /var/tmp/diff_new_pack.fLzxwZ/_old  2013-10-23 11:34:26.0 +0200
+++ /var/tmp/diff_new_pack.fLzxwZ/_new  2013-10-23 11:34:26.0 +0200
@@ -29,7 +29,7 @@
 
 Name:   lightdm
 Version:1.8.0
-Release:5
+Release:0
 Summary:Lightweight, Cross-desktop Display Manager
 License:GPL-3.0+
 Group:  System/X11/Displaymanagers
@@ -56,6 +56,8 @@
 Patch7: lightdm-fix-session-setup-script-env.patch
 # PATCH-FIX-UPSTREAM lightdm-destroy-quit-timeout.patch lp#1207935 
g...@opensuse.org -- Destroy quit timeout when a process object is destroyed - 
fixes a crash where a deleted Process object might be accessed after a timeout 
(backported from upstream bzr)
 Patch8: lightdm-destroy-quit-timeout.patch
+# PATCH-FIX-UPSTREAM lightdm-set-xdg-session-class.patch bnc#846914 lp#1242939 
g...@opensuse.org -- Correctly set $XDG_SESSION_CLASS for greeters (backported 
from upstream bzr)
+Patch9: lightdm-set-xdg-session-class.patch
 BuildRequires:  gcc-c++
 BuildRequires:  gnome-common
 BuildRequires:  gtk-doc
@@ -144,6 +146,7 @@
 %endif
 %patch7 -p1
 %patch8 -p1
+%patch9 -p1
 
 %build
 bash ./autogen.sh

++ lightdm-set-xdg-session-class.patch ++
 1648 lines (skipped)

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



commit yast2 for openSUSE:13.1

2013-10-23 Thread h_root
Hello community,

here is the log from the commit of package yast2 for openSUSE:13.1 checked in 
at 2013-10-23 11:33:34

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


Package is "yast2"

Changes:




Other differences:
--
++ yast2.spec ++
--- /var/tmp/diff_new_pack.iLaTk4/_old  2013-10-23 11:33:36.0 +0200
+++ /var/tmp/diff_new_pack.iLaTk4/_new  2013-10-23 11:33:36.0 +0200
@@ -18,7 +18,7 @@
 
 Name:   yast2
 Version:3.0.10
-Release:0
+Release:4.3
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Source0:yast2-%{version}.tar.bz2

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



commit froxlor for openSUSE:13.1

2013-10-23 Thread h_root
Hello community,

here is the log from the commit of package froxlor for openSUSE:13.1 checked in 
at 2013-10-23 11:33:16

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


Package is "froxlor"

Changes:




Other differences:
--
++ froxlor.spec ++
--- /var/tmp/diff_new_pack.YwMKUR/_old  2013-10-23 11:33:17.0 +0200
+++ /var/tmp/diff_new_pack.YwMKUR/_new  2013-10-23 11:33:17.0 +0200
@@ -21,7 +21,7 @@
 
 Name:   froxlor
 Version:0.9.29
-Release:0
+Release:2.5
 Source0:froxlor-%{version}.tar.bz2
 Source1:froxlor.suse.adapt.template.config.tar.bz2 
 Patch0: froxlor.sql.patch  

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



commit froxlor for openSUSE:13.1

2013-10-23 Thread h_root
Hello community,

here is the log from the commit of package froxlor for openSUSE:13.1 checked in 
at 2013-10-23 11:32:05

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


Package is "froxlor"

Changes:

--- /work/SRC/openSUSE:13.1/froxlor/froxlor.changes 2013-09-23 
10:51:14.0 +0200
+++ /work/SRC/openSUSE:13.1/.froxlor.new/froxlor.changes2013-10-23 
11:32:06.0 +0200
@@ -1,0 +2,16 @@
+Fri Oct 11 13:24:33 CEST 2013 - ase...@suse.de
+
+- added configuration files openSUSE 12.x (at Server Configuration)
+  configfiles_index.inc.php.patch
+
+---
+Tue Oct  8 14:51:43 CEST 2013 - ase...@suse.de
+
+- upstream upragde to version 0.9.29 (bnc#846355)
+Bug #1139: Froxlor package for armhf doesn't show up in aptitude
+Bug #1258: unable to register 'memcache' SSL session cache: Memcache support 
not enabled
+Bug #1260: Cron Domain-SSL Zertifikat
+Bug #1261: Fehler Apache mod_write
+Feature #587: Provide php.ini Konfiguration for php-fpm
+
+---

Old:

  froxlor-0.9.28.1.tar.bz2

New:

  configfiles_index.inc.php.patch
  froxlor-0.9.29.tar.bz2



Other differences:
--
++ froxlor.spec ++
--- /var/tmp/diff_new_pack.roSqUd/_old  2013-10-23 11:32:06.0 +0200
+++ /var/tmp/diff_new_pack.roSqUd/_new  2013-10-23 11:32:06.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package froxlor
 #
-# 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,11 +20,12 @@
 %define apache_serverroot /srv/www/htdocs
 
 Name:   froxlor
-Version:0.9.28.1
+Version:0.9.29
 Release:0
 Source0:froxlor-%{version}.tar.bz2
 Source1:froxlor.suse.adapt.template.config.tar.bz2 
 Patch0: froxlor.sql.patch  
+Patch1: configfiles_index.inc.php.patch
 #Packager:  Andrej Semen ase...@suse.de
 Url:http://www.froxlor.org
 #   froxlor is under GPL-2.0 and Smarty-3.0.8 is under GPL-3.0. As 
both are under in run time in same Memory this lead to GPL-2.0+ 
@@ -33,7 +34,6 @@
 Summary:Froxlor Server Management Panel a php web-based administration 
software
 License:GPL-2.0+
 Group:  Productivity/Networking/Web/Utilities
-
 BuildRequires:  apache2
 Requires:   apache2
 Requires:   apache2-mod_php5
@@ -63,6 +63,7 @@
 %setup1 -T -D -b 1 -n %{name}
 %setup2 -T -D -b 1 -n %{name}
 %patch0  
+%patch1
 
 %build
 

++ configfiles_index.inc.php.patch ++
--- lib/configfiles_index.inc.php.orig  2013-10-10 14:38:12.401901296 +0200
+++ lib/configfiles_index.inc.php   2013-10-10 14:38:32.578217003 +0200
@@ -45,5 +45,5 @@
 
 $cfgPath = 'lib/configfiles/';
 $configfiles = Array();
-$configfiles = array_merge(include $cfgPath . 'wheezy.inc.php', include 
$cfgPath . 'squeeze.inc.php', include $cfgPath . 'precise.inc.php', include 
$cfgPath . 'lucid.inc.php', include $cfgPath . 'gentoo.inc.php', include 
$cfgPath . 'suse11.inc.php', include $cfgPath . 'sle10.inc.php', include 
$cfgPath . 'freebsd.inc.php');
+$configfiles = array_merge(include $cfgPath . 'wheezy.inc.php', include 
$cfgPath . 'squeeze.inc.php', include $cfgPath . 'precise.inc.php', include 
$cfgPath . 'lucid.inc.php', include $cfgPath . 'gentoo.inc.php', include 
$cfgPath . 'suse.inc.php', include $cfgPath . 'suse11.inc.php', include 
$cfgPath . 'sle10.inc.php', include $cfgPath . 'freebsd.inc.php');
 
++ froxlor-0.9.28.1.tar.bz2 -> froxlor-0.9.29.tar.bz2 ++
 19670 lines of diff (skipped)

++ froxlor.sql.patch ++
--- /var/tmp/diff_new_pack.roSqUd/_old  2013-10-23 11:32:07.0 +0200
+++ /var/tmp/diff_new_pack.roSqUd/_new  2013-10-23 11:32:07.0 +0200
@@ -1,5 +1,5 @@
 install/froxlor.sql.orig   2013-04-15 15:11:18.349143527 +0200
-+++ install/froxlor.sql2013-04-15 15:11:18.361143700 +0200
+--- install/froxlor.sql.orig   2013-10-08 14:56:41.968858802 +0200
 install/froxlor.sql2013-10-08 14:59:18.843261841 +0200
 @@ -1,3 +1,13 @@
 +# change path from /var to /srv
 +# webspaces: /srv/customers/webs
@@ -9,8 +9,8 @@
 +# cgi:  /srv/www/cgi-bin/
 +# fcgi: /srv/www/php-fcgi-scripts
 +# backup: /srv/customers/backups/
-+# asemen 20130415
-+ 
++# asemen 20131008
++
  CREATE TABLE `ftp_groups` (
`id` int(20) NOT NULL auto_increment,
`groupname` varchar(60) NOT NULL default '',
@@ -23,7 +23,7 @@
('login', 'domain_login', '0'),
 

commit yast2-add-on-creator for openSUSE:13.1

2013-10-23 Thread h_root
Hello community,

here is the log from the commit of package yast2-add-on-creator for 
openSUSE:13.1 checked in at 2013-10-23 11:29:49

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


Package is "yast2-add-on-creator"

Changes:

--- /work/SRC/openSUSE:13.1/yast2-add-on-creator/yast2-add-on-creator.changes   
2013-09-23 11:16:17.0 +0200
+++ 
/work/SRC/openSUSE:13.1/.yast2-add-on-creator.new/yast2-add-on-creator.changes  
2013-10-23 11:29:50.0 +0200
@@ -1,0 +2,6 @@
+Mon Oct 21 11:11:54 CEST 2013 - jsuch...@suse.cz
+
+- Add deep_copy calls missing because of a Y2R bug
+- 3.0.1 
+
+---

Old:

  yast2-add-on-creator-3.0.0.tar.bz2

New:

  yast2-add-on-creator-3.0.1.tar.bz2



Other differences:
--
++ yast2-add-on-creator.spec ++
--- /var/tmp/diff_new_pack.rHE40i/_old  2013-10-23 11:29:50.0 +0200
+++ /var/tmp/diff_new_pack.rHE40i/_new  2013-10-23 11:29:50.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package yast2-add-on-creator
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,28 +17,24 @@
 
 
 Name:   yast2-add-on-creator
-Version:3.0.0
+Version:3.0.1
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Source0:yast2-add-on-creator-%{version}.tar.bz2
 
+
+Group: System/YaST
+License:GPL-2.0
 PreReq: %fillup_prereq
-Requires:   rpm-build
-Requires:   yast2 >= 2.21.22
-BuildRequires:  perl-XML-Writer
-BuildRequires:  update-desktop-files
-BuildRequires:  yast2
-BuildRequires:  yast2-devtools
-BuildRequires:  yast2-testsuite
+Requires:  yast2 >= 2.21.22 rpm-build
+BuildRequires: perl-XML-Writer update-desktop-files yast2 yast2-devtools 
yast2-testsuite
 
-BuildArch:  noarch
+BuildArchitectures:noarch
 
 Requires:   yast2-ruby-bindings >= 1.0.0
 
 Summary:YaST2 - module for creating Add-On product
-License:GPL-2.0
-Group:  System/YaST
 
 %description
 A wizard for creating your own Add-On product
@@ -67,6 +63,7 @@
 %suse_update_desktop_file -d ycc_${d%.desktop} ${d%.desktop}
 done
 
+
 %clean
 rm -rf "$RPM_BUILD_ROOT"
 
@@ -89,5 +86,3 @@
 %doc %{_prefix}/share/doc/packages/yast2-add-on-creator
 %doc COPYING
 /var/adm/fillup-templates/sysconfig.add-on-creator
-
-%changelog

++ yast2-add-on-creator-3.0.0.tar.bz2 -> yast2-add-on-creator-3.0.1.tar.bz2 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-add-on-creator-3.0.0/Makefile.am.common 
new/yast2-add-on-creator-3.0.1/Makefile.am.common
--- old/yast2-add-on-creator-3.0.0/Makefile.am.common   2013-07-31 
11:11:17.0 +0200
+++ new/yast2-add-on-creator-3.0.1/Makefile.am.common   2013-10-21 
11:12:14.0 +0200
@@ -15,6 +15,7 @@
 CLEANFILES = ${ybcfiles}
 DISTCLEANFILES = .dep
 
+if HAS_YCP_MODULES
 # Needs to be outside "." because of cases
 # where ycpchook contains a symlink to "."
 # Otherwise "." keeps being newer than .dep and we loop.
@@ -26,14 +27,16 @@
${YCPMAKEDEP} --prefix=${prefix} ${YCPCFLAGS} > ${NEWDEP}
cat ${NEWDEP} > .dep
rm ${NEWDEP}
+-include .dep
+endif
 
 dist-hook: check-syntax
 
 CHECK_SYNTAX = true
-check-syntax: $(client_DATA) $(ycpchook) $(ybcfiles)
-   @if test "$(filter %.ycp,client_DATA)"; then \
+check-syntax: $(client_DATA) $(module_DATA) $(ynclude_DATA) $(ydata_DATA) 
$(ycpchook) $(ybcfiles)
+   @if test "$(filter %.ycp, $(client_DATA) $(ydata_DATA))"; then \
  if $(CHECK_SYNTAX); then \
-   TO_CHECK="$(filter %.ycp,$^)"; \
+   TO_CHECK="$(filter %.ycp, $(client_DATA) $(ydata_DATA))"; \
echo "Checking syntax of $${TO_CHECK}"; \
if ! $(YCPC) -qE -M. -I. $(YCPCFLAGS) $${TO_CHECK}; then \
  echo "Failed. Disable by 'make ... CHECK_SYNTAX=false' at your 
own risk"; \
@@ -43,5 +46,18 @@
echo "Syntax check disabled"; \
  fi; \
fi
+   @if test "$(filter %.rb, $^)"; then \
+ if $(CHECK_SYNTAX); then \
+   TO_CHECK="$(filter %.rb, $^)"; \
+   echo "Checking syntax of $${TO_CHECK}"; \
+   for f in $${TO_CHECK}; do \
+ if ! ruby -c $$f > /dev/null; then \
+   echo "Failed. Disable by 'make ... CHECK_SYNTAX=false' at your 
own risk"; \
+   exit 1; \
+ fi; \
+   done; \
+   

commit yast2-add-on-creator for openSUSE:13.1

2013-10-23 Thread h_root
Hello community,

here is the log from the commit of package yast2-add-on-creator for 
openSUSE:13.1 checked in at 2013-10-23 11:30:19

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


Package is "yast2-add-on-creator"

Changes:




Other differences:
--
++ yast2-add-on-creator.spec ++
--- /var/tmp/diff_new_pack.izsCPy/_old  2013-10-23 11:30:21.0 +0200
+++ /var/tmp/diff_new_pack.izsCPy/_new  2013-10-23 11:30:21.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package yast2-add-on-creator
 #
-# 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
@@ -23,18 +23,22 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Source0:yast2-add-on-creator-%{version}.tar.bz2
 
-
-Group: System/YaST
-License:GPL-2.0
 PreReq: %fillup_prereq
-Requires:  yast2 >= 2.21.22 rpm-build
-BuildRequires: perl-XML-Writer update-desktop-files yast2 yast2-devtools 
yast2-testsuite
+Requires:   rpm-build
+Requires:   yast2 >= 2.21.22
+BuildRequires:  perl-XML-Writer
+BuildRequires:  update-desktop-files
+BuildRequires:  yast2
+BuildRequires:  yast2-devtools
+BuildRequires:  yast2-testsuite
 
-BuildArchitectures:noarch
+BuildArch:  noarch
 
 Requires:   yast2-ruby-bindings >= 1.0.0
 
 Summary:   YaST2 - module for creating Add-On product
+License:GPL-2.0
+Group:  System/YaST
 
 %description
 A wizard for creating your own Add-On product
@@ -63,7 +67,6 @@
 %suse_update_desktop_file -d ycc_${d%.desktop} ${d%.desktop}
 done
 
-
 %clean
 rm -rf "$RPM_BUILD_ROOT"
 
@@ -86,3 +89,5 @@
 %doc %{_prefix}/share/doc/packages/yast2-add-on-creator
 %doc COPYING
 /var/adm/fillup-templates/sysconfig.add-on-creator
+
+%changelog

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



commit yast2 for openSUSE:13.1

2013-10-23 Thread h_root
Hello community,

here is the log from the commit of package yast2 for openSUSE:13.1 checked in 
at 2013-10-23 11:28:49

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


Package is "yast2"

Changes:

--- /work/SRC/openSUSE:13.1/yast2/yast2.changes 2013-09-27 19:30:45.0 
+0200
+++ /work/SRC/openSUSE:13.1/.yast2.new/yast2.changes2013-10-23 
11:28:50.0 +0200
@@ -1,0 +2,21 @@
+Fri Oct 18 10:45:51 UTC 2013 - mfi...@suse.com
+
+- bnc#846550
+  - deleting aliases works even for devices with name according
+new scheme
+- 3.0.10
+
+---
+Tue Sep 24 10:03:12 UTC 2013 - jreidin...@suse.com
+
+- allow nested ipv4 in ipv6 (BNC#828683)
+- 3.0.9
+
+---
+Tue Sep  3 08:47:37 UTC 2013 - mfi...@suse.com
+
+- bnc#837517
+- fixed misinterpreting IPv6 prefixes when converting to netmask
+- 3.0.8 
+
+---

Old:

  yast2-3.0.7.tar.bz2

New:

  yast2-3.0.10.tar.bz2



Other differences:
--
++ yast2.spec ++
--- /var/tmp/diff_new_pack.SyzVdx/_old  2013-10-23 11:28:50.0 +0200
+++ /var/tmp/diff_new_pack.SyzVdx/_new  2013-10-23 11:28:50.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2
-Version:3.0.7
+Version:3.0.10
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ yast2-3.0.7.tar.bz2 -> yast2-3.0.10.tar.bz2 ++
 24746 lines of diff (skipped)
retrying with extended exclude list
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/yast2-3.0.7/VERSION new/yast2-3.0.10/VERSION
--- old/yast2-3.0.7/VERSION 2013-08-30 15:01:51.0 +0200
+++ new/yast2-3.0.10/VERSION2013-10-21 12:09:54.0 +0200
@@ -1 +1 @@
-3.0.7
+3.0.10
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/yast2-3.0.7/configure.ac new/yast2-3.0.10/configure.ac
--- old/yast2-3.0.7/configure.ac2013-08-30 15:01:59.0 +0200
+++ new/yast2-3.0.10/configure.ac   2013-10-21 12:10:26.0 +0200
@@ -1,9 +1,9 @@
 dnl configure.ac for yast2
 dnl
-dnl -- This file is generated by y2autoconf 3.0.4 - DO NOT EDIT! --
+dnl -- This file is generated by y2autoconf 3.0.5 - DO NOT EDIT! --
 dnl(edit configure.ac.in or configure.in.in instead)
 
-AC_INIT(yast2, 3.0.7, http://bugs.opensuse.org/, yast2)
+AC_INIT(yast2, 3.0.10, http://bugs.opensuse.org/, yast2)
 dnl Check for presence of file 'RPMNAME'
 AC_CONFIG_SRCDIR([RPMNAME])
 
@@ -18,7 +18,7 @@
 AM_INIT_AUTOMAKE(tar-ustar -Wno-portability)
 
 dnl Important YaST2 variables
-VERSION="3.0.7"
+VERSION="3.0.10"
 RPMNAME="yast2"
 MAINTAINER="YaST2 Maintainers "
 
@@ -274,6 +274,7 @@
 library/network/doc/Makefile
 library/network/src/Makefile
 library/network/testsuite/Makefile
+library/network/test/Makefile
 library/network/Makefile
 library/gpg/doc/autodocs/Makefile
 library/gpg/doc/Makefile
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/yast2-3.0.7/library/network/Makefile.am 
new/yast2-3.0.10/library/network/Makefile.am
--- old/yast2-3.0.7/library/network/Makefile.am 2013-08-01 09:09:58.0 
+0200
+++ new/yast2-3.0.10/library/network/Makefile.am2013-10-21 
12:09:55.0 +0200
@@ -2,4 +2,4 @@
 # Makefile.am for yast2/library/network
 #
 
-SUBDIRS = doc src testsuite
+SUBDIRS = doc src testsuite test
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/yast2-3.0.7/library/network/src/modules/NetworkInterfaces.rb 
new/yast2-3.0.10/library/network/src/modules/NetworkInterfaces.rb
--- old/yast2-3.0.7/library/network/src/modules/NetworkInterfaces.rb
2013-08-14 09:16:53.0 +0200
+++ new/y

commit python-glanceclient for openSUSE:13.1

2013-10-23 Thread h_root
Hello community,

here is the log from the commit of package python-glanceclient for 
openSUSE:13.1 checked in at 2013-10-23 11:26:53

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


Package is "python-glanceclient"

Changes:

--- /work/SRC/openSUSE:13.1/python-glanceclient/python-glanceclient.changes 
2013-10-02 13:32:48.0 +0200
+++ 
/work/SRC/openSUSE:13.1/.python-glanceclient.new/python-glanceclient.changes
2013-10-23 11:26:55.0 +0200
@@ -1,0 +2,6 @@
+Mon Oct  7 10:21:35 UTC 2013 - opensuse-cl...@opensuse.org
+
+- Downgrade to version 0.11.0:
+  * go with a released version for openSUSE 13.1
+
+---

Old:

  python-glanceclient-master.tar.gz

New:

  python-glanceclient-0.11.0.tar.gz



Other differences:
--
++ python-glanceclient.spec ++
--- /var/tmp/diff_new_pack.SFixjT/_old  2013-10-23 11:26:56.0 +0200
+++ /var/tmp/diff_new_pack.SFixjT/_new  2013-10-23 11:26:56.0 +0200
@@ -19,13 +19,13 @@
 %define component glanceclient
 
 Name:   python-glanceclient
-Version:0.10.0.21
+Version:0.11.0
 Release:0
 Summary:Openstack Image (Glance) API Client
 License:Apache-2.0
 Group:  Development/Languages/Python
 Url:http://launchpad.net/python-glanceclient
-Source: python-glanceclient-master.tar.gz
+Source: python-glanceclient-0.11.0.tar.gz
 Source2:openstack-glance.sh
 BuildRequires:  openstack-suse-macros
 BuildRequires:  python-base
@@ -80,7 +80,7 @@
 This package contains testsuite files for %{name}.
 
 %prep
-%setup -q -n python-glanceclient-0.10.0.21.g7a4a8a0
+%setup -q -n python-glanceclient-0.11.0
 %openstack_cleanup_prep
 # Our package versioning scheme is different (but we provide the correct 
thing) thus:
 sed -i "s|python-keystoneclient>=0.1.2,<1|python-keystoneclient|" 
requirements.txt

++ _service ++
--- /var/tmp/diff_new_pack.SFixjT/_old  2013-10-23 11:26:56.0 +0200
+++ /var/tmp/diff_new_pack.SFixjT/_new  2013-10-23 11:26:56.0 +0200
@@ -1,8 +1,7 @@
 
   
-http://tarballs.openstack.org/python-glanceclient/python-glanceclient-master.tar.gz
+http://tarballs.openstack.org/python-glanceclient/python-glanceclient-0.11.0.tar.gz
 opensuse-cl...@opensuse.org
-.*-([^-]+)\.g[a-zA-Z0-9]{7}
 True
   
 

++ python-glanceclient-master.tar.gz -> python-glanceclient-0.11.0.tar.gz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python-glanceclient-0.10.0.21.g7a4a8a0/AUTHORS 
new/python-glanceclient-0.11.0/AUTHORS
--- old/python-glanceclient-0.10.0.21.g7a4a8a0/AUTHORS  2013-09-25 
22:02:45.0 +0200
+++ new/python-glanceclient-0.11.0/AUTHORS  2013-08-23 17:07:17.0 
+0200
@@ -18,17 +18,13 @@
 Davanum Srinivas 
 David Peraza 
 David Wittman 
-Dazhao 
 Dean Troyer 
 Diego Parrilla 
 Dirk Mueller 
 Doug Hellmann 
-Fei Long Wang 
 Flaper Fesp 
 Florian Haas 
-Gabe Westmaas 
 Gabriel Hurley 
-Ghe Rivero 
 Hugh Saunders 
 Jakub Ruzicka 
 James E. Blair 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python-glanceclient-0.10.0.21.g7a4a8a0/ChangeLog 
new/python-glanceclient-0.11.0/ChangeLog
--- old/python-glanceclient-0.10.0.21.g7a4a8a0/ChangeLog2013-09-25 
22:02:45.0 +0200
+++ new/python-glanceclient-0.11.0/ChangeLog2013-08-23 17:07:17.0 
+0200
@@ -1,60 +1,4 @@
-commit 7a4a8a0979fd76203f0cb81622a7f06ee42bb615
-Merge: 360a29a 061da46
-Author: Jenkins 
-Date:   Wed Sep 25 20:01:58 2013 +
-
-Merge "Support glance client can get ipv6 image url correctly"
-
-commit 360a29a763ba89323fb2d501ac1edd77185f418f
-Merge: 897ae3d 3307549
-Author: Jenkins 
-Date:   Thu Sep 19 17:55:45 2013 +
-
-Merge "Use openstack-images-v2.1-json-patch for update method"
-
-commit 061da46202759f55866d224f9ab8013e747637c7
-Author: Dazhao 
-Date:   Wed Aug 21 12:54:19 2013 +0800
-
-Support glance client can get ipv6 image url correctly
-
-This patch is for fix bug 1208784. In openstack ipv6 environment,
-if the os image url is not provided, need use the provided host
-to generate literal ipv6 image url.
-
-Fixes bug 1208784
-
-Change-Id: Icb71241a639db02d079348f086bd7bd5f0412609
-
-commit 897ae3d795423a0f1d92f0738ad4dff99c28c6de
-Author: Fei Long Wang 
-Date:   Sun Aug 11 11:02:32 2013 +0800
-
-Enable query image by tag
-
-This patch will enable Glance client to query images by user
-defined tags.
-
-Implement bp image-query-by-tag
-Implement bp glance-client-v2
-

commit openstack-neutron for openSUSE:13.1

2013-10-23 Thread h_root
Hello community,

here is the log from the commit of package openstack-neutron for openSUSE:13.1 
checked in at 2013-10-23 11:26:43

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


Package is "openstack-neutron"

Changes:

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

commit openstack-swift for openSUSE:13.1

2013-10-23 Thread h_root
Hello community,

here is the log from the commit of package openstack-swift for openSUSE:13.1 
checked in at 2013-10-23 11:26:46

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


Package is "openstack-swift"

Changes:

--- /work/SRC/openSUSE:13.1/openstack-swift/openstack-swift.changes 
2013-10-02 13:31:54.0 +0200
+++ /work/SRC/openSUSE:13.1/.openstack-swift.new/openstack-swift.changes
2013-10-23 11:26:48.0 +0200
@@ -0,0 +1,89 @@
+---
+Mon Oct 21 08:25:40 UTC 2013 - dmuel...@suse.com
+
+- Update to 1.10.0 final:
+  * Added support for pooling memcache connections
+  * Added support to replicating handoff partitions first in object
+replication. Can also configure now many remote nodes a storage node
+must talk to before removing a local handoff partition.
+  * Fixed bug where memcache entries would not expire
+  * Much faster calculation for choosing handoff nodes
+  * Added container listing ratelimiting
+  * Fixed issue where the proxy would continue to read from a storage
+server even after a client had disconnected
+  * Added support for headers that are only visible to the owner of a Swift
+account
+  * Fixed ranged GET with If-None-Match
+  * Fixed an issue where rings may not be balanced after initial creation
+  * Fixed internationalization support
+  * Return the correct etag for a static large object on the PUT response
+  * Allow users to extract archives to containers with ACLs set
+  * Fix support for range requests against static large objects
+  * Now logs x-copy-from header in a useful place
+  * Reverted back to old XML output of account and container listings to
+ensure older clients do not break
+  * Account quotas now appropriately handle copy requests
+  * Fix issue with UTF-8 handling in versioned writes
+  * Various other bug fixes and improvements, including support for running
+Swift under Pypy and continuing work to support storage policies
+
+---
+Fri Oct 18 23:27:19 UTC 2013 - opensuse-cl...@opensuse.org
+
+- Update to version 1.10.0.rc1+git.1382138839.79e2a50:
+  + DiskFile API, with reference implementation
+
+
+Thu Oct 17 23:59:22 UTC 2013 - opensuse-cl...@opensuse.org
+
+- Update to version 1.10.0.rc1+git.1382054362.7932545:
+  + Small optimization to container_quotas
+
+
+Thu Oct 17 00:06:33 UTC 2013 - opensuse-cl...@opensuse.org
+
+- Update to version 1.10.0.rc1+git.1381968393.2b639f5:
+  + Fix 500 from account-quota middleware
+
+
+Wed Oct 16 00:17:44 UTC 2013 - opensuse-cl...@opensuse.org
+
+- Update to version 1.10.0.rc1+git.1381882664.b804c72:
+  + return value on memcache client decr call
+  + Removes vim comment
+
+
+Mon Oct 14 07:55:36 UTC 2013 - speili...@suse.com
+
+- Update to version 1.10.0.rc1+git.1381737336.5964082:
+  + Fix default replication options for ring-builder add
+  + Change OpenStack LLC to Foundation
+  + Handle X-Copy-From header in container_quota middleware
+  + Two small account-quota fixes
+  + Fix utf-8 handling in object versions.
+  + Set path_info in sub_slo manifest GET requests
+  + Simplify object path when reporting SLO put errors
+  + Fedora 19 updates
+  + Pool memcache connections
+  + Allow slightly older dnspython (>= 1.9.4).
+  + Add "note" box callouts to SAIO for user changes.
+  + assertEquals is deprecated, use assertEqual
+  + Stop reading from object server when client disconnects.
+  + Remove sphinx build warnings
+  + Fedora 19: need to use /etc/rc.d/rc.local
+  + Fix bad hash_path reference
+  + Revert "Refactor common/utils methods to common/ondisk"
+  + Don't apply timeout to Pool.get operation (leaks)
+  + Add a Timeout when getting Memcache connections
+  + Correct URL in readme
+  + allow container create even if over account quota
+  + CHANGELOG and AUTHORS updates for 1.10.0 release
+- Set _service to fixed revision (Havana release)
+
+
+Tue Oct  1 23:53:19 UTC 2013 - opensuse-cl...@opensuse.org
+
+- Update to version 1.9.2.186.gfe69cab+git.1380671599.c7a9cb9:
+  + Use created container in unit test
+  + Move location of HTTPException in swift_testing
+

Old:

  swift-master.tar.gz

New:

  swift-1.10.0.tar.gz



Other differences:
--
++ openstack-swift-doc.spec ++
--- /var/tmp/diff_

commit openstack-dashboard for openSUSE:13.1

2013-10-23 Thread h_root
Hello community,

here is the log from the commit of package openstack-dashboard for 
openSUSE:13.1 checked in at 2013-10-23 11:26:39

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


Package is "openstack-dashboard"

Changes:

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

commit python-keystoneclient for openSUSE:13.1

2013-10-23 Thread h_root
Hello community,

here is the log from the commit of package python-keystoneclient for 
openSUSE:13.1 checked in at 2013-10-23 11:26:57

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


Package is "python-keystoneclient"

Changes:

--- /work/SRC/openSUSE:13.1/python-keystoneclient/python-keystoneclient.changes 
2013-10-01 08:29:38.0 +0200
+++ 
/work/SRC/openSUSE:13.1/.python-keystoneclient.new/python-keystoneclient.changes
2013-10-23 11:27:01.0 +0200
@@ -1,0 +2,17 @@
+Mon Oct 14 07:45:27 UTC 2013 - speili...@suse.com
+
+- Update to version 0.4.0:
+  + Refactor for testability of an upcoming change
+  + Fix H202 assertRaises Exception
+  + Normalize datetimes to account for tz
+- Set _service to fixed revision (around Havana release)
+- Rebased 0001-Add-workaround-for-OSError-raised-by-Popen.communica.patch
+
+---
+Mon Oct  7 11:10:58 UTC 2013 - opensuse-cl...@opensuse.org
+
+- Update to version 0.3.2.82:
+  + Log user info in auth_token middleware
+  + Add auth_uri in conf to avoid unnecessary warning
+
+---

Old:

  python-keystoneclient-master.tar.gz

New:

  python-keystoneclient-0.4.0.tar.gz



Other differences:
--
++ python-keystoneclient.spec ++
--- /var/tmp/diff_new_pack.4hAbRC/_old  2013-10-23 11:27:01.0 +0200
+++ /var/tmp/diff_new_pack.4hAbRC/_new  2013-10-23 11:27:01.0 +0200
@@ -19,13 +19,13 @@
 %define component keystoneclient
 
 Name:   python-%{component}
-Version:0.3.2.78
+Version:0.4.0
 Release:0
 Summary:Openstack Identity (Keystone) API Client
 License:Apache-2.0
 Group:  Development/Languages/Python
 Url:http://launchpad.net/python-keystoneclient
-Source: python-keystoneclient-master.tar.gz
+Source: python-keystoneclient-0.4.0.tar.gz
 Source2:openstack-keystone.sh
 Patch0: 0001-Add-workaround-for-OSError-raised-by-Popen.communica.patch
 Patch1: 0001-Make-ROOTDIR-determination-more-robust.patch
@@ -99,7 +99,7 @@
 This package contains testsuite files for %{name}.
 
 %prep
-%setup -q -n python-keystoneclient-0.3.2.78.gbaa9490
+%setup -q -n python-keystoneclient-0.4.0
 %patch0 -p1
 %patch1 -p1
 %openstack_cleanup_prep

++ 0001-Add-workaround-for-OSError-raised-by-Popen.communica.patch ++
--- /var/tmp/diff_new_pack.4hAbRC/_old  2013-10-23 11:27:01.0 +0200
+++ /var/tmp/diff_new_pack.4hAbRC/_new  2013-10-23 11:27:01.0 +0200
@@ -1,33 +1,7 @@
-From 52c34736056bf13f51c9a167fb29214a300c41f2 Mon Sep 17 00:00:00 2001
-From: Dirk Mueller 
-Date: Thu, 20 Jun 2013 18:49:26 +0200
-Subject: [PATCH] Add workaround for OSError raised by Popen.communicate()
-
-Python 2.6 can raise OSError when too much data is
-written to STDIN and the process died prematurely.
-
-In the case of keystoneclient this happens during
-the first cms_verify() call of a process. The calling
-logic expects a useful error message in order to
-refetches CA or singing CERT, which is missing in the
-case of an OSError. So just fake it instead.
-
-Add basic unit tests to cover all of the public methods from
-keystone.common.cms, raising test coverage to 77%. Add
-unit test for this specific bug (test_cms_verify_token_no_oserror).
-
-Change-Id: I6e650ab9494c605b4e41c78c87a9505e09d5fc29

- keystoneclient/common/cms.py   | 42 +++--
- keystoneclient/tests/client_fixtures.py| 14 -
- keystoneclient/tests/test_auth_token_middleware.py | 73 ++
- 3 files changed, 122 insertions(+), 7 deletions(-)
-
-diff --git a/keystoneclient/common/cms.py b/keystoneclient/common/cms.py
-index 8bc24f9..d6a1753 100644
 a/keystoneclient/common/cms.py
-+++ b/keystoneclient/common/cms.py
-@@ -38,6 +38,36 @@ def _ensure_subprocess():
+diff -ruN a/keystoneclient/common/cms.py b/keystoneclient/common/cms.py
+--- a/keystoneclient/common/cms.py 2013-10-09 21:46:20.0 +0200
 b/keystoneclient/common/cms.py 2013-10-14 09:52:06.493270055 +0200
+@@ -38,6 +38,36 @@
  import subprocess  # noqa
  
  
@@ -64,7 +38,7 @@
  def cms_verify(formatted, signing_cert_file_name, ca_file_name):
  """Verifies the signature of the contents IAW CMS syntax.
  
-@@ -53,8 +83,10 @@ def cms_verify(formatted, signing_cert_file_name, 
ca_file_name):
+@@ -53,8 +83,10 @@
 stdin=subprocess.PIPE,
 stdout=subprocess.PIPE,
 stderr=subprocess.PIPE)
@@ -77,7 +51,7 @@
  if retcode:

commit python-ceilometerclient for openSUSE:13.1

2013-10-23 Thread h_root
Hello community,

here is the log from the commit of package python-ceilometerclient for 
openSUSE:13.1 checked in at 2013-10-23 11:26:49

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


Package is "python-ceilometerclient"

Changes:

--- 
/work/SRC/openSUSE:13.1/python-ceilometerclient/python-ceilometerclient.changes 
2013-10-02 13:32:39.0 +0200
+++ 
/work/SRC/openSUSE:13.1/.python-ceilometerclient.new/python-ceilometerclient.changes
2013-10-23 11:26:54.0 +0200
@@ -1,0 +2,11 @@
+Mon Oct  7 10:18:31 UTC 2013 - opensuse-cl...@opensuse.org
+
+- Update to version 1.0.6:
+  + Allow to update an alarm partially
+  + Fix shell.do_alarm_get_state to get as opposed to set
+  + Use standard CLI object-verb ordering for alarm-{g|s}set-state
+  + Updated from global requirements
+  + Added support to --os-cacert
+  + Add support for new alarm-history command
+
+---

Old:

  python-ceilometerclient-master.tar.gz

New:

  python-ceilometerclient-1.0.6.tar.gz



Other differences:
--
++ python-ceilometerclient.spec ++
--- /var/tmp/diff_new_pack.68QDnN/_old  2013-10-23 11:26:54.0 +0200
+++ /var/tmp/diff_new_pack.68QDnN/_new  2013-10-23 11:26:54.0 +0200
@@ -20,13 +20,13 @@
 %define component ceilometerclient
 
 Name:   python-%{component}
-Version:1.0.5.2
+Version:1.0.6
 Release:0
 Url:https://github.com/openstack/python-ceilometerclient
 Summary:OpenStack Metering (Ceilometer) API Client
 License:Apache-2.0
 Group:  Development/Languages/Python
-Source: python-ceilometerclient-master.tar.gz
+Source: python-ceilometerclient-1.0.6.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  openstack-suse-macros
 BuildRequires:  python-base
@@ -71,7 +71,7 @@
 This package contains testsuite files for %{name}.
 
 %prep
-%setup -q -n python-ceilometerclient-1.0.5.2.gb961738
+%setup -q -n python-ceilometerclient-1.0.6
 %openstack_cleanup_prep
 echo %{version} > ceilometerclient/versioninfo
 

++ _service ++
--- /var/tmp/diff_new_pack.68QDnN/_old  2013-10-23 11:26:54.0 +0200
+++ /var/tmp/diff_new_pack.68QDnN/_new  2013-10-23 11:26:54.0 +0200
@@ -1,8 +1,7 @@
 
   
-http://tarballs.openstack.org/python-ceilometerclient/python-ceilometerclient-master.tar.gz
+http://tarballs.openstack.org/python-ceilometerclient/python-ceilometerclient-1.0.6.tar.gz
 opensuse-cl...@opensuse.org
-.*-([^-]+)\.g[a-zA-Z0-9]{7}
 True
   
 

++ python-ceilometerclient-master.tar.gz -> 
python-ceilometerclient-1.0.6.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python-ceilometerclient-1.0.5.2.gb961738/AUTHORS 
new/python-ceilometerclient-1.0.6/AUTHORS
--- old/python-ceilometerclient-1.0.5.2.gb961738/AUTHORS2013-09-30 
18:22:39.0 +0200
+++ new/python-ceilometerclient-1.0.6/AUTHORS   2013-10-04 09:58:49.0 
+0200
@@ -16,5 +16,7 @@
 Lianhao Lu 
 Mehdi Abaakouk 
 Monty Taylor 
+OpenStack Jenkins 
+Stefano Zilli 
 ZhiQiang Fan 
 yolanda.robla 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python-ceilometerclient-1.0.5.2.gb961738/ChangeLog 
new/python-ceilometerclient-1.0.6/ChangeLog
--- old/python-ceilometerclient-1.0.5.2.gb961738/ChangeLog  2013-09-30 
18:22:39.0 +0200
+++ new/python-ceilometerclient-1.0.6/ChangeLog 2013-10-04 09:58:49.0 
+0200
@@ -1,3 +1,103 @@
+commit c3283ec1e861f29a53c59c1a09f2a1bc21a713e4
+Author: Eoghan Glynn 
+Date:   Wed Oct 2 16:18:06 2013 +
+
+Add support for new alarm-history command
+
+Expose the new alarm history API via the CLI.
+
+Change-Id: I5757d309dd7143dfab83985fb51ee6d320478e3b
+
+commit 50ecc8f63b9f2f9a482f2211ad0499f2be7c6f5a
+Merge: 146de67 544e621
+Author: Jenkins 
+Date:   Thu Oct 3 00:34:12 2013 +
+
+Merge "Added support to --os-cacert"
+
+commit 146de671496a72ccdc20a3da4beec901a890f9b3
+Merge: db2c858 a99a8c6
+Author: OpenStack Jenkins 
+Date:   Thu Oct 3 00:34:10 2013 +
+
+Merge "Updated from global requirements"
+
+commit db2c858585aea4426aad9cf6c870b338e1a921ea
+Merge: 0a6a6b4 fc201b3
+Author: Jenkins 
+Date:   Thu Oct 3 00:34:09 2013 +
+
+Merge "Use standard CLI object-verb ordering for alarm-{g|s}set-state"
+
+commit 0a6a6b4d099f627e71ca22dd9d376da2f54d4f90
+Merge: 66ef360 7c8a676
+Author: Jenkins 
+Date:   Thu Oct 3 00:34:08 2013 +
+
+Merge "Fix shell.do_alarm_get_state to get as opposed to set"
+
+commit fc201b3805d

commit python-django_openstack_auth for openSUSE:13.1

2013-10-23 Thread h_root
Hello community,

here is the log from the commit of package python-django_openstack_auth for 
openSUSE:13.1 checked in at 2013-10-23 11:26:51

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


Package is "python-django_openstack_auth"

Changes:

--- 
/work/SRC/openSUSE:13.1/python-django_openstack_auth/python-django_openstack_auth.changes
   2013-09-23 11:06:30.0 +0200
+++ 
/work/SRC/openSUSE:13.1/.python-django_openstack_auth.new/python-django_openstack_auth.changes
  2013-10-23 11:26:55.0 +0200
@@ -1,0 +2,11 @@
+Fri Sep 27 10:24:59 UTC 2013 - speili...@suse.com
+
+- Add python-oslo.config>=1.2.0 test requirement
+
+---
+Tue Sep 17 08:45:26 UTC 2013 - dmuel...@suse.com
+
+- update to 1.1.2:
+  * Try to scope token for all available projects
+
+---

Old:

  django_openstack_auth-1.1.1.tar.gz

New:

  django_openstack_auth-1.1.2.tar.gz



Other differences:
--
++ python-django_openstack_auth.spec ++
--- /var/tmp/diff_new_pack.7ZZalE/_old  2013-10-23 11:26:55.0 +0200
+++ /var/tmp/diff_new_pack.7ZZalE/_new  2013-10-23 11:26:55.0 +0200
@@ -17,13 +17,14 @@
 
 
 Name:   python-django_openstack_auth
-Version:1.1.1
+Version:1.1.2
 Release:0
 Summary:A Django auth backend for use with the OpenStack Keystone
 License:BSD-3-Clause
 Group:  Development/Languages/Python
 Url:http://django_openstack_auth.readthedocs.org/
 Source: 
http://pypi.python.org/packages/source/d/django_openstack_auth/django_openstack_auth-%{version}.tar.gz
+BuildRequires:  python-Babel
 BuildRequires:  python-devel
 # Documentation requirements:
 BuildRequires:  python-Sphinx
@@ -33,6 +34,7 @@
 BuildRequires:  python-keystoneclient
 BuildRequires:  python-mox
 BuildRequires:  python-netaddr
+BuildRequires:  python-oslo.config >= 1.2.0
 Requires:   python-django
 Requires:   python-keystoneclient
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ django_openstack_auth-1.1.1.tar.gz -> django_openstack_auth-1.1.2.tar.gz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/django_openstack_auth-1.1.1/PKG-INFO 
new/django_openstack_auth-1.1.2/PKG-INFO
--- old/django_openstack_auth-1.1.1/PKG-INFO2013-08-01 20:21:26.0 
+0200
+++ new/django_openstack_auth-1.1.2/PKG-INFO2013-09-04 22:12:53.0 
+0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: django_openstack_auth
-Version: 1.1.1
+Version: 1.1.2
 Summary: A Django authentication backend for use with the OpenStack Keystone 
Identity backend.
 Home-page: http://django_openstack_auth.readthedocs.org/
 Author: Gabriel Hurley
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/django_openstack_auth-1.1.1/django_openstack_auth.egg-info/PKG-INFO 
new/django_openstack_auth-1.1.2/django_openstack_auth.egg-info/PKG-INFO
--- old/django_openstack_auth-1.1.1/django_openstack_auth.egg-info/PKG-INFO 
2013-08-01 20:21:22.0 +0200
+++ new/django_openstack_auth-1.1.2/django_openstack_auth.egg-info/PKG-INFO 
2013-09-04 22:12:53.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: django-openstack-auth
-Version: 1.1.1
+Version: 1.1.2
 Summary: A Django authentication backend for use with the OpenStack Keystone 
Identity backend.
 Home-page: http://django_openstack_auth.readthedocs.org/
 Author: Gabriel Hurley
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/django_openstack_auth-1.1.1/openstack_auth/__init__.py 
new/django_openstack_auth-1.1.2/openstack_auth/__init__.py
--- old/django_openstack_auth-1.1.1/openstack_auth/__init__.py  2013-08-01 
20:20:50.0 +0200
+++ new/django_openstack_auth-1.1.2/openstack_auth/__init__.py  2013-09-04 
22:12:33.0 +0200
@@ -1,2 +1,2 @@
 # following PEP 386
-__version__ = "1.1.1"
+__version__ = "1.1.2"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/django_openstack_auth-1.1.1/openstack_auth/backend.py 
new/django_openstack_auth-1.1.2/openstack_auth/backend.py
--- old/django_openstack_auth-1.1.1/openstack_auth/backend.py   2013-08-01 
20:20:50.0 +0200
+++ new/django_openstack_auth-1.1.2/openstack_auth/backend.py   2013-09-04 
22:12:33.0 +0200
@@ -126,10 +126,9 @@
 keystone_exceptions.AuthorizationFailure):
 auth_ref = None
 
-if auth_ref is None:
-msg =

commit openstack-nova for openSUSE:13.1

2013-10-23 Thread h_root
Hello community,

here is the log from the commit of package openstack-nova for openSUSE:13.1 
checked in at 2013-10-23 11:26:44

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


Package is "openstack-nova"

Changes:

--- /work/SRC/openSUSE:13.1/openstack-nova/openstack-nova-doc.changes   
2013-09-23 11:02:35.0 +0200
+++ /work/SRC/openSUSE:13.1/.openstack-nova.new/openstack-nova-doc.changes  
2013-10-23 11:26:46.0 +0200
@@ -1,0 +2,5 @@
+Thu Oct 17 14:52:27 UTC 2013 - speili...@suse.com
+
+- Don't require python-Cheeta, upstream moved to Jinja2
+
+---
--- /work/SRC/openSUSE:13.1/openstack-nova/openstack-nova.changes   
2013-09-27 17:55:31.0 +0200
+++ /work/SRC/openSUSE:13.1/.openstack-nova.new/openstack-nova.changes  
2013-10-23 11:26:46.0 +0200
@@ -1,0 +2,104 @@
+Thu Oct 17 16:00:14 UTC 2013 - dmuel...@suse.com
+
+- update to 2013.2:
+  * No changes
+
+---
+Mon Oct 14 11:11:10 UTC 2013 - speili...@suse.com
+
+- Backport from master:
+  + Run DB migration as nova user
+
+---
+Sat Oct 12 11:48:38 UTC 2013 - speili...@suse.com
+
+- Update to version 2013.2.rc2+git.1381578518.3c373ac:
+  + Add boto special casing for param changes in 2.14
+  + Baremetal: Be more patient with IPMI and BMC
+  + Adds missing entry in setup.cfg for V3 API shelve plugin
+  + XenAPI: Add versioning for plugins
+  + Fix the wrong params of attach/detach interface for compute driver
+  + Fix filter_properties of unshelve API
+  + fallocate image only when user has write access
+  + VMware: Network fallback in case specified one not found
+  + Correct use of ConfigFilesNotFoundError
+  + Avoid spamming conductor logs with object exceptions
+  + Fix conductor's object change detection
+  + Sync three-part RPC versions support from Oslo
+  + Fix nova DB 215 migration script logic error
+  + Fixes error on live-migration of volume-backed vm
+  + Libvirt: disallow live-mig for volume-backed with local disk
+
+---
+Sat Oct  5 09:37:06 UTC 2013 - opensuse-cl...@opensuse.org
+
+- Update to version 2013.2.rc1+git.1380965826.96d828f:
+  + Use system locale for default request language
+  + xenapi: reduce impact of errors during SR.scan
+  + VMWare: Disabling linked clone doesn't cache images
+  + Disable lazy gettext
+  + Imported Translations from Transifex
+  + Remove `utils.parse_mailmap`
+  + Skip test if sqlite3 not installed
+
+---
+Tue Oct  1 23:49:23 UTC 2013 - opensuse-cl...@opensuse.org
+
+- Update to version 2013.2.a501.gc81369c+git.1380671363.c81369c:
+  + Full sync of quota_usages
+  + Policy check for forced_host should be before the instance is created
+  + Add notification for pause/unpause instance
+  + VMware: Fix volume detach failure
+  + Fix indentation in virt.libvirt.blockinfo module
+  + Add tests for pre_live_migration
+  + Refactor test cases related to instance object
+  + Fix loading instance fault in servers view
+  + Update attach interface api to use new network model
+  + get_all_flavors uses id as key to be unique
+  + VMware: fix bug for invalid data access
+  + Update jsonutils.py from oslo
+  + Make Exception.format_message aware of Messages
+
+---
+Tue Oct  1 00:34:25 UTC 2013 - opensuse-cl...@opensuse.org
+
+- Update to version 2013.2.a475.ga6bc12c+git.1380587665.a6bc12c:
+  + Fix console db can't load attribute pool
+  + Get image metadata in to_xml for generating xml
+  + Remove deprecated task states
+  + Removes pre_live_migration need for Fixed IPs
+  + Fix stopping instance in sync_power_states
+  + Check instance exists or not when evacuate
+  + xenapi: set vcpu cap to ensure weight is applied
+  + VMware: Fix bug for root disk size
+  + Don't wrap Glance exceptions in NovaExceptions
+  + Fix processutils.execute errors on windows
+
+---
+Sun Sep 29 00:04:11 UTC 2013 - opensuse-cl...@opensuse.org
+
+- Update to version 2013.2.a455.g63c9d87+git.1380413051.63c9d87:
+  + Fix log format error in lazy-load message
+  + Correct lock path for storage-registry-lock
+
+---
+Fri Sep 27 23:56:43 UTC 2013 - opensuse-cl...@opensuse.org
+
+- Update to version 2013.2.a451.gc5c5ad9+git.1380326203.c5c5ad9:
+  + Update rootwrap with code from oslo
+  + Add flavor name validation when create flavor
+  + Ensure we don't end up with invalid exceptions again
+  + x

commit python-cinderclient for openSUSE:13.1

2013-10-23 Thread h_root
Hello community,

here is the log from the commit of package python-cinderclient for 
openSUSE:13.1 checked in at 2013-10-23 11:26:50

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


Package is "python-cinderclient"

Changes:

--- /work/SRC/openSUSE:13.1/python-cinderclient/python-cinderclient.changes 
2013-10-02 13:32:42.0 +0200
+++ 
/work/SRC/openSUSE:13.1/.python-cinderclient.new/python-cinderclient.changes
2013-10-23 11:26:55.0 +0200
@@ -1,0 +2,12 @@
+Mon Oct  7 10:20:35 UTC 2013 - opensuse-cl...@opensuse.org
+
+- Update to version 1.0.6:
+  + Replace OpenStack LLC with OpenStack Foundation
+  + Use v2 endpoint with v2 shell for migration
+  + Implement qos support
+  + Fix find volume for migrate command
+  + Synch up with OSLO-Incubator
+  + Error if arguments are not supplied for rename commands
+  + Update docs/index.rst with release info for 1.0.6
+
+---

Old:

  python-cinderclient-master.tar.gz

New:

  python-cinderclient-1.0.6.tar.gz



Other differences:
--
++ python-cinderclient.spec ++
--- /var/tmp/diff_new_pack.D8eAZz/_old  2013-10-23 11:26:55.0 +0200
+++ /var/tmp/diff_new_pack.D8eAZz/_new  2013-10-23 11:26:55.0 +0200
@@ -19,13 +19,13 @@
 %define component cinderclient
 
 Name:   python-%{component}
-Version:1.0.5.29
+Version:1.0.6
 Release:0
 Summary:Openstack Block Storage (Cinder) API Client
 License:Apache-2.0
 Group:  Development/Languages/Python
 Url:http://launchpad.net/python-cinderclient
-Source: python-cinderclient-master.tar.gz
+Source: python-cinderclient-1.0.6.tar.gz
 BuildRequires:  openstack-suse-macros
 BuildRequires:  python-base
 BuildRequires:  python-d2to1
@@ -84,7 +84,7 @@
 This package contains testsuite files for %{name}.
 
 %prep
-%setup -q -n python-cinderclient-1.0.5.29.g665abd9
+%setup -q -n python-cinderclient-1.0.6
 %openstack_cleanup_prep
 echo %{version} > cinderclient/versioninfo
 

++ _service ++
--- /var/tmp/diff_new_pack.D8eAZz/_old  2013-10-23 11:26:55.0 +0200
+++ /var/tmp/diff_new_pack.D8eAZz/_new  2013-10-23 11:26:55.0 +0200
@@ -1,8 +1,7 @@
 
   
-http://tarballs.openstack.org/python-cinderclient/python-cinderclient-master.tar.gz
+http://tarballs.openstack.org/python-cinderclient/python-cinderclient-1.0.6.tar.gz
 opensuse-cl...@opensuse.org
-.*-([^-]+)\.g[a-zA-Z0-9]{7}
 True
   
 

++ python-cinderclient-master.tar.gz -> python-cinderclient-1.0.6.tar.gz 
++
 2136 lines of diff (skipped)

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



commit python-mox3 for openSUSE:13.1

2013-10-23 Thread h_root
Hello community,

here is the log from the commit of package python-mox3 for openSUSE:13.1 
checked in at 2013-10-23 11:26:57

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


Package is "python-mox3"

Changes:




Other differences:
--
++ python-mox3.spec ++
--- /var/tmp/diff_new_pack.zBMOkH/_old  2013-10-23 11:27:02.0 +0200
+++ /var/tmp/diff_new_pack.zBMOkH/_new  2013-10-23 11:27:02.0 +0200
@@ -13,19 +13,20 @@
 # published by the Open Source Initiative.
 
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
+#
 
 
 Name:   python-mox3
 Version:0.7.0
 Release:0
-License:Apache-2.0
 Summary:Mock object framework for Python
-Url:http://www.openstack.org/
+License:Apache-2.0
 Group:  Development/Languages/Python
+Url:http://www.openstack.org/
 Source: 
https://pypi.python.org/packages/source/m/mox3/mox3-%{version}.tar.gz
 BuildRequires:  python-devel
-BuildRequires:  python-setuptools
 BuildRequires:  python-pbr
+BuildRequires:  python-setuptools
 Requires:   python-pbr >= 0.5.21
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %if 0%{?suse_version} && 0%{?suse_version} <= 1110

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



commit openstack-heat for openSUSE:13.1

2013-10-23 Thread h_root
Hello community,

here is the log from the commit of package openstack-heat for openSUSE:13.1 
checked in at 2013-10-23 11:26:41

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


Package is "openstack-heat"

Changes:

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

Old:

  heat-master.tar.gz

New:

  heat-2013.2.tar.gz



Other differences:
--
++ openstack-heat-doc.spec ++
--- /var/tmp/diff_new_pack.CJHRe1/_old  2013-10-23 11:26:42.0 +0200
+++ /var/tmp/diff_new_pack.CJHRe1/_new  2013-10-23 11:26:42.0 +0200
@@ -19,13 +19,13 @@
 %define component heat
 
 Name:   openstack-%{component}-doc
-Version:2013.2.a158.g841862b
+Version:2013.2
 Release:0
 Summary:OpenStack Orchestration (Heat) - Documentation
 License:Apache-2.0
 Group:  Documentation/HTML
 Url:https://launchpad.net/heat
-Source: heat-master.tar.gz
+Source: heat-2013.2.tar.gz
 BuildRequires:  graphviz
 BuildRequires:  openstack-suse-macros
 BuildRequires:  python-Babel
@@ -65,7 +65,7 @@
 This package contains documentation files for openstack-heat.
 
 %prep
-%setup -q -n heat-2013.2.a158.g841862b
+%setup -q -n heat-2013.2
 %openstack_cleanup_prep
 
 %build

commit python-neutronclient for openSUSE:13.1

2013-10-23 Thread h_root
Hello community,

here is the log from the commit of package python-neutronclient for 
openSUSE:13.1 checked in at 2013-10-23 11:26:58

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


Package is "python-neutronclient"

Changes:

--- /work/SRC/openSUSE:13.1/python-neutronclient/python-neutronclient.changes   
2013-10-02 13:32:59.0 +0200
+++ 
/work/SRC/openSUSE:13.1/.python-neutronclient.new/python-neutronclient.changes  
2013-10-23 11:27:02.0 +0200
@@ -1,0 +2,17 @@
+Mon Oct  7 10:25:35 UTC 2013 - opensuse-cl...@opensuse.org
+
+- Downgrade to version 2.3.1:
+  * go with released version of client tools
+
+---
+Wed Oct  2 00:29:52 UTC 2013 - opensuse-cl...@opensuse.org
+
+- Update to version 2.3.1.10.gc8dfa4b:
+  + Fixes the display message for the insert/remove firewall rule CLI
+
+---
+Tue Oct  1 21:26:02 UTC 2013 - dmuel...@suse.com
+
+- add bash completion 
+
+---

Old:

  python-neutronclient-master.tar.gz

New:

  python-neutronclient-2.3.1.tar.gz



Other differences:
--
++ python-neutronclient.spec ++
--- /var/tmp/diff_new_pack.r39tTK/_old  2013-10-23 11:27:02.0 +0200
+++ /var/tmp/diff_new_pack.r39tTK/_new  2013-10-23 11:27:02.0 +0200
@@ -19,13 +19,13 @@
 %define component neutronclient
 
 Name:   python-neutronclient
-Version:2.3.1.8.g16bf282
+Version:2.3.1
 Release:0
 Summary:Openstack Network (Quantum) API Client
 License:Apache-2.0
 Group:  Development/Languages/Python
 Url:http://launchpad.net/python-neutronclient
-Source: python-neutronclient-master.tar.gz
+Source: python-neutronclient-2.3.1.tar.gz
 BuildRequires:  openstack-suse-macros
 BuildRequires:  python-base
 BuildRequires:  python-distribute
@@ -95,7 +95,7 @@
 This package contains testsuite files for %{name}.
 
 %prep
-%setup -q -n python-neutronclient-2.3.1.8.g16bf282
+%setup -q -n python-neutronclient-2.3.1
 %openstack_cleanup_prep
 
 %build
@@ -106,6 +106,9 @@
 %install
 python setup.py install --skip-build --prefix=%{_prefix} --root=%{buildroot}
 
+### bash-completion
+install -p -D -m 644 tools/neutron.bash_completion 
%{buildroot}%{_sysconfdir}/bash_completion.d/openstack-neutron.sh
+
 ### test subpackage
 %openstack_test_package_install
 
@@ -113,6 +116,7 @@
 %defattr(-,root,root,-)
 %doc LICENSE README.rst doc/build/html
 %{_bindir}/neutron
+%{_sysconfdir}/bash_completion.d/openstack-neutron.sh
 %{python_sitelib}/%{component}/
 %{python_sitelib}/python_%{component}-*.egg-info
 

++ _service ++
--- /var/tmp/diff_new_pack.r39tTK/_old  2013-10-23 11:27:02.0 +0200
+++ /var/tmp/diff_new_pack.r39tTK/_new  2013-10-23 11:27:02.0 +0200
@@ -1,6 +1,6 @@
 
   
-http://tarballs.openstack.org/python-neutronclient/python-neutronclient-master.tar.gz
+http://tarballs.openstack.org/python-neutronclient/python-neutronclient-2.3.1.tar.gz
 opensuse-cl...@opensuse.org
 True
   

++ python-neutronclient-master.tar.gz -> python-neutronclient-2.3.1.tar.gz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python-neutronclient-2.3.1.8.g16bf282/AUTHORS 
new/python-neutronclient-2.3.1/AUTHORS
--- old/python-neutronclient-2.3.1.8.g16bf282/AUTHORS   2013-09-30 
06:21:40.0 +0200
+++ new/python-neutronclient-2.3.1/AUTHORS  2013-09-16 18:51:43.0 
+0200
@@ -12,7 +12,6 @@
 Carl Baldwin 
 Carlos D. Garza 
 Chris Krelle 
-Chris Yeoh 
 Chuck Short 
 Clark Boylan 
 Dan Prince 
@@ -38,7 +37,6 @@
 Nachi Ueno 
 Nachi Ueno 
 Oleg Bondarev 
-Paul Michali 
 Phil Day 
 Rajesh Mohan 
 Roman Podolyaka 
@@ -50,7 +48,6 @@
 Stanislaw Pitucha 
 Stephen Ma 
 Swaminathan Vasudevan 
-Sylvain Afchain 
 Tatyana Leontovich 
 Thiago Morello 
 Thierry Carrez 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python-neutronclient-2.3.1.8.g16bf282/ChangeLog 
new/python-neutronclient-2.3.1/ChangeLog
--- old/python-neutronclient-2.3.1.8.g16bf282/ChangeLog 2013-09-30 
06:21:40.0 +0200
+++ new/python-neutronclient-2.3.1/ChangeLog2013-09-16 18:51:43.0 
+0200
@@ -1,69 +1,3 @@
-commit 16bf2825ad7b71f533ea3f9eb041168c586edb6f
-Author: Chris Yeoh 
-Date:   Fri Sep 27 17:04:44 2013 +0930
-
-Adds IpAddressGenerationFailureClient exception
-
-Adds the IpAddressGenerationFailureClient exception so
-a more specific exception than NeutronClientException is raised
-when IPs

commit python-sphinxcontrib-pecanwsme for openSUSE:13.1

2013-10-23 Thread h_root
Hello community,

here is the log from the commit of package python-sphinxcontrib-pecanwsme for 
openSUSE:13.1 checked in at 2013-10-23 11:27:01

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


Package is "python-sphinxcontrib-pecanwsme"

Changes:

--- 
/work/SRC/openSUSE:13.1/python-sphinxcontrib-pecanwsme/python-sphinxcontrib-pecanwsme.changes
   2013-09-23 11:06:59.0 +0200
+++ 
/work/SRC/openSUSE:13.1/.python-sphinxcontrib-pecanwsme.new/python-sphinxcontrib-pecanwsme.changes
  2013-10-23 11:27:03.0 +0200
@@ -1,0 +2,19 @@
+Mon Oct 21 08:15:58 UTC 2013 - dmuel...@suse.com
+
+- update to 0.5:
+  * Add rest verb as prefix for custom_actions
+
+---
+Thu Sep 26 13:32:56 UTC 2013 - dmuel...@suse.com
+
+- update to 0.4:
+  * Remove duplication in RESTControllerDirective
+  * Handle more pecan REST method
+
+---
+Mon Sep 16 12:49:02 UTC 2013 - speili...@suse.com
+
+- Update to version 0.3:
+  + Update pbr usage past the world of d2to1
+
+---

Old:

  sphinxcontrib-pecanwsme-0.2.tar.gz

New:

  sphinxcontrib-pecanwsme-0.5.tar.gz



Other differences:
--
++ python-sphinxcontrib-pecanwsme.spec ++
--- /var/tmp/diff_new_pack.rHdDUC/_old  2013-10-23 11:27:03.0 +0200
+++ /var/tmp/diff_new_pack.rHdDUC/_new  2013-10-23 11:27:03.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   python-sphinxcontrib-pecanwsme
-Version:0.2
+Version:0.5
 Release:0
 Summary:Extension to Sphinx for documenting APIs built with Pecan and 
WSME
 License:Apache-2.0

++ sphinxcontrib-pecanwsme-0.2.tar.gz -> sphinxcontrib-pecanwsme-0.5.tar.gz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sphinxcontrib-pecanwsme-0.2/.gitignore 
new/sphinxcontrib-pecanwsme-0.5/.gitignore
--- old/sphinxcontrib-pecanwsme-0.2/.gitignore  2013-05-14 22:24:08.0 
+0200
+++ new/sphinxcontrib-pecanwsme-0.5/.gitignore  1970-01-01 01:00:00.0 
+0100
@@ -1,39 +0,0 @@
-*.py[cod]
-
-# C extensions
-*.so
-
-# Packages
-*.egg
-*.egg-info
-dist
-build
-eggs
-parts
-bin
-var
-sdist
-develop-eggs
-.installed.cfg
-lib
-lib64
-
-# Installer logs
-pip-log.txt
-
-# Unit test / coverage reports
-.coverage
-.tox
-nosetests.xml
-
-# Translations
-*.mo
-
-# Mr Developer
-.mr.developer.cfg
-.project
-.pydevproject
-
-# Created during packaging
-AUTHORS
-ChangeLog
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sphinxcontrib-pecanwsme-0.2/AUTHORS 
new/sphinxcontrib-pecanwsme-0.5/AUTHORS
--- old/sphinxcontrib-pecanwsme-0.2/AUTHORS 1970-01-01 01:00:00.0 
+0100
+++ new/sphinxcontrib-pecanwsme-0.5/AUTHORS 2013-10-02 14:41:58.0 
+0200
@@ -0,0 +1,4 @@
+Doug Hellmann 
+Doug Hellmann 
+Mehdi Abaakouk 
+Monty Taylor 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sphinxcontrib-pecanwsme-0.2/ChangeLog 
new/sphinxcontrib-pecanwsme-0.5/ChangeLog
--- old/sphinxcontrib-pecanwsme-0.2/ChangeLog   1970-01-01 01:00:00.0 
+0100
+++ new/sphinxcontrib-pecanwsme-0.5/ChangeLog   2013-10-02 14:41:58.0 
+0200
@@ -0,0 +1,98 @@
+commit d739f25cf684e8d60c81853500bfd69f6bfe39e1
+Author: Doug Hellmann 
+Date:   Wed Oct 2 08:40:22 2013 -0400
+
+add announcement file before tagging release
+
+commit 3530f37352c26869352e1baf0545c58831eab7ff
+Merge: 4dba9ab 0f9e154
+Author: Doug Hellmann 
+Date:   Mon Sep 23 13:35:47 2013 -0700
+
+Merge pull request #5 from enovance/sileht/multiple_method_for_one_verb
+
+Add rest verb as prefix for custom_actions
+
+commit 0f9e15461882262c4c61a4717b74cdb970cb03a5
+Author: Mehdi Abaakouk 
+Date:   Thu Sep 19 16:27:47 2013 +0200
+
+Add rest verb as prefix for custom_actions
+
+When a custom action use multiple verb, each verb look for a method
+named VERB_ACTION if it exists otherise it use only the method named
+ACTION.
+
+commit 4dba9abaed488549026b1fba494898ce8ec48198
+Author: Doug Hellmann 
+Date:   Tue Sep 17 11:00:46 2013 -0500
+
+Remove duplication in RESTControllerDirective
+
+Build a list of generators, then chain them together in
+the return value of run().
+
+commit 44300016087fdfe30741651d111dcb3df97d988b
+Merge: a382d6f 9dfbe25
+Author: Doug Hellmann 
+Date:   Tue Sep 17 08:48:24 2013 -0700
+
+Merge pull request #4 from enovance/sileht/add_missing_rest_verbs
+
+Handle more pecan REST method
+
+commit 9dfbe25

commit python-heatclient for openSUSE:13.1

2013-10-23 Thread h_root
Hello community,

here is the log from the commit of package python-heatclient for openSUSE:13.1 
checked in at 2013-10-23 11:26:55

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


Package is "python-heatclient"

Changes:

--- /work/SRC/openSUSE:13.1/python-heatclient/python-heatclient.changes 
2013-09-23 11:06:36.0 +0200
+++ /work/SRC/openSUSE:13.1/.python-heatclient.new/python-heatclient.changes
2013-10-23 11:27:01.0 +0200
@@ -1,0 +2,28 @@
+Mon Oct  7 10:23:08 UTC 2013 - dmuel...@suse.com
+
+- go with release tarball of 0.2.5:
+  * no changes
+
+---
+Fri Sep 27 23:40:56 UTC 2013 - opensuse-cl...@opensuse.org
+
+- Update to version 0.2.4.23:
+  + Allow -P to be invoked multiple times
+
+---
+Thu Sep 26 12:08:59 UTC 2013 - dmuel...@suse.com
+
+- fix requires 
+
+---
+Thu Sep 19 23:52:33 UTC 2013 - opensuse-cl...@opensuse.org
+
+- Update to version 0.2.4.21:
+  + Replace OpenStack LLC with OpenStack Foundation
+
+---
+Thu Sep 19 19:46:41 UTC 2013 - dmuel...@suse.com
+
+- fix requires 
+
+---

Old:

  python-heatclient-master.tar.gz

New:

  python-heatclient-0.2.5.tar.gz



Other differences:
--
++ python-heatclient.spec ++
--- /var/tmp/diff_new_pack.GtF28w/_old  2013-10-23 11:27:01.0 +0200
+++ /var/tmp/diff_new_pack.GtF28w/_new  2013-10-23 11:27:01.0 +0200
@@ -19,31 +19,30 @@
 %define component heatclient
 
 Name:   python-%{component}
-Version:0.2.4.20
+Version:0.2.5
 Release:0
 Summary:Openstack Orchestration (Heat) API Client
 License:Apache-2.0
 Group:  Development/Languages/Python
 Url:http://launchpad.net/python-heatclient
-Source: python-heatclient-master.tar.gz
+Source: python-heatclient-0.2.5.tar.gz
 BuildRequires:  openstack-suse-macros
 BuildRequires:  python-base
 BuildRequires:  python-distribute
 # Documentation build requirements:
 BuildRequires:  python-PrettyTable
 BuildRequires:  python-Sphinx
-BuildRequires:  python-d2to1
 BuildRequires:  python-httplib2
 BuildRequires:  python-iso8601 >= 0.1.4
 BuildRequires:  python-keystoneclient
 BuildRequires:  python-pbr
 Requires:   python >= 2.6.8
 Requires:   python-PrettyTable >= 0.6
-Requires:   python-d2to1 >= 0.2.10
+Requires:   python-PyYAML >= 3.1.0
 Requires:   python-httplib2
 Requires:   python-iso8601 >= 0.1.4
-Requires:   python-keystoneclient >= 0.2
-Requires:   python-pbr >= 0.5.10
+Requires:   python-keystoneclient >= 0.3.0
+Requires:   python-pbr >= 0.5.21
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %if 0%{?suse_version} && 0%{?suse_version} <= 1110
 %{!?python_sitelib: %global python_sitelib %(python -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib()")}
@@ -73,19 +72,20 @@
 %endif
 Requires:   python-fixtures >= 0.3.12
 Requires:   python-flake8 >= 2.0
-Requires:   python-hacking >= 0.5.3
-Requires:   python-mox
+Requires:   python-hacking >= 0.5.6
+Requires:   python-mock >= 0.8.0
+Requires:   python-mox >= 0.5.3
 Requires:   python-pep8 >= 1.4.5
 Requires:   python-pyflakes >= 0.7.2
-Requires:   python-testrepository >= 0.0.13
-Requires:   python-testscenarios
-Requires:   python-testtools >= 0.9.29
+Requires:   python-testrepository >= 0.0.17
+Requires:   python-testscenarios >= 0.4
+Requires:   python-testtools >= 0.9.32
 
 %description test
 This package contains testsuite files for %{name}.
 
 %prep
-%setup -q -n python-heatclient-0.2.4.20.g978e3f4
+%setup -q -n python-heatclient-0.2.5
 %openstack_cleanup_prep
 echo %{version} > heatclient/versioninfo
 

++ _service ++
--- /var/tmp/diff_new_pack.GtF28w/_old  2013-10-23 11:27:01.0 +0200
+++ /var/tmp/diff_new_pack.GtF28w/_new  2013-10-23 11:27:01.0 +0200
@@ -1,8 +1,7 @@
 
   
-http://tarballs.openstack.org/python-heatclient/python-heatclient-master.tar.gz
+http://tarballs.openstack.org/python-heatclient/python-heatclient-0.2.5.tar.gz
 opensuse-cl...@opensuse.org
-.*-([^-]+)\.g[a-zA-Z0-9]{7}
 True
   
 

++ python-heatclient-master.tar.gz -> python-heatclient-0.2.5.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python-heatclient-0.2.4.20.g978e3f4/ChangeLog 
new/python-heatclient-0

commit python-swiftclient for openSUSE:13.1

2013-10-23 Thread h_root
Hello community,

here is the log from the commit of package python-swiftclient for openSUSE:13.1 
checked in at 2013-10-23 11:27:02

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


Package is "python-swiftclient"

Changes:

--- /work/SRC/openSUSE:13.1/python-swiftclient/python-swiftclient.changes   
2013-09-23 11:07:00.0 +0200
+++ /work/SRC/openSUSE:13.1/.python-swiftclient.new/python-swiftclient.changes  
2013-10-23 11:27:03.0 +0200
@@ -1,0 +2,23 @@
+Mon Oct  7 10:27:37 UTC 2013 - dmuel...@suse.com
+
+- go with released version 1.7.0:
+  * no changes
+
+---
+Sun Sep 22 23:51:13 UTC 2013 - opensuse-cl...@opensuse.org
+
+- Update to version 1.6.0.3:
+  + fix bug with replace old *LOs
+
+---
+Wed Sep 18 09:17:24 UTC 2013 - dmuel...@suse.com
+
+- fix requires 
+
+---
+Tue Sep 17 00:16:24 UTC 2013 - opensuse-cl...@opensuse.org
+
+- Update to version 1.6.0.1:
+  + Sync with global requirements
+
+---

Old:

  python-swiftclient-master.tar.gz

New:

  python-swiftclient-1.7.0.tar.gz



Other differences:
--
++ python-swiftclient.spec ++
--- /var/tmp/diff_new_pack.oE8a6w/_old  2013-10-23 11:27:03.0 +0200
+++ /var/tmp/diff_new_pack.oE8a6w/_new  2013-10-23 11:27:03.0 +0200
@@ -19,25 +19,21 @@
 %define component swiftclient
 
 Name:   python-%{component}
-Version:1.5.0.23
+Version:1.7.0
 Release:0
 Summary:Openstack Object Storage (Swift) API Client
 License:Apache-2.0
 Group:  Development/Languages/Python
 Url:http://launchpad.net/python-swiftclient
-Source: python-swiftclient-master.tar.gz
+Source: python-swiftclient-1.7.0.tar.gz
 BuildRequires:  openstack-suse-macros
 BuildRequires:  python
-BuildRequires:  python-d2to1
 BuildRequires:  python-distribute
 BuildRequires:  python-pbr
-BuildRequires:  python-pyOpenSSL
 # Packages below are only needed for documentation build
 BuildRequires:  python-Sphinx
 Requires:   python >= 2.6.8
-Requires:   python-d2to1 >= 0.2.10
-Requires:   python-pbr >= 0.5
-Requires:   python-pyOpenSSL
+Requires:   python-pbr >= 0.5.21
 Requires:   python-simplejson >= 2.0.9
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %if 0%{?suse_version} && 0%{?suse_version} <= 1110
@@ -66,19 +62,22 @@
 Summary:Openstack Object Storage (Swift) API Client - Testsuite
 Group:  System/Management
 Requires:   %{name} = %{version}
-Requires:   python-coverage
+Requires:   python-coverage >= 3.6
+Requires:   python-discover
 Requires:   python-flake8 >= 2.0
-Requires:   python-keystoneclient
+Requires:   python-hacking >= 0.5.6
+Requires:   python-keystoneclient >= 0.3.2
+Requires:   python-mock >= 1.0
 Requires:   python-pep8 >= 1.4.5
 Requires:   python-pyflakes >= 0.7.2
-Requires:   python-testrepository >= 0.0.13
-Requires:   python-testtools >= 0.9.22
+Requires:   python-testrepository >= 0.0.17
+Requires:   python-testtools >= 0.9.32
 
 %description test
 This package contains testsuite files for %{name}.
 
 %prep
-%setup -q -n python-swiftclient-1.5.0.23.g0278998
+%setup -q -n python-swiftclient-1.7.0
 %openstack_cleanup_prep
 
 %build

++ _service ++
--- /var/tmp/diff_new_pack.oE8a6w/_old  2013-10-23 11:27:03.0 +0200
+++ /var/tmp/diff_new_pack.oE8a6w/_new  2013-10-23 11:27:03.0 +0200
@@ -1,8 +1,7 @@
 
   
-http://tarballs.openstack.org/python-swiftclient/python-swiftclient-master.tar.gz
+http://tarballs.openstack.org/python-swiftclient/python-swiftclient-1.7.0.tar.gz
 opensuse-cl...@opensuse.org
-.*-([^-]+)\.g[a-zA-Z0-9]{7}
 True
   
 

++ python-swiftclient-master.tar.gz -> python-swiftclient-1.7.0.tar.gz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python-swiftclient-1.5.0.23.g0278998/ChangeLog 
new/python-swiftclient-1.7.0/ChangeLog
--- old/python-swiftclient-1.5.0.23.g0278998/ChangeLog  2013-08-30 
00:24:06.0 +0200
+++ new/python-swiftclient-1.7.0/ChangeLog  2013-09-30 15:44:27.0 
+0200
@@ -1,3 +1,29 @@
+commit 68dde8dd514e4eef89aafa6c1c93e065045c3cbd
+Merge: 66e8c5a 266217e
+Author: Jenkins 
+Date:   Sun Sep 22 22:54:11 2013 +
+
+Merge "fix bug with replace old *LOs"
+
+commit 66e8c5a384582c4d4ebe0c8a8bfac17f0f41d9aa
+Author: Monty Taylor 
+Date:   Mon Aug 5 18:

commit openstack-keystone for openSUSE:13.1

2013-10-23 Thread h_root
Hello community,

here is the log from the commit of package openstack-keystone for openSUSE:13.1 
checked in at 2013-10-23 11:26:42

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


Package is "openstack-keystone"

Changes:

--- /work/SRC/openSUSE:13.1/openstack-keystone/openstack-keystone.changes   
2013-10-03 07:26:39.0 +0200
+++ /work/SRC/openSUSE:13.1/.openstack-keystone.new/openstack-keystone.changes  
2013-10-23 11:26:43.0 +0200
@@ -1,0 +2,16 @@
+Thu Oct 17 14:38:37 UTC 2013 - dmuel...@suse.com
+
+- Update to 2013.2 
+
+---
+Tue Oct 15 08:50:23 UTC 2013 - speili...@suse.com
+
+- Update to version 2013.2.rc2:
+  + No changes
+
+--
+Tue Oct  8 12:15:24 UTC 2013 - dmuel...@suse.com
+
+- run db_sync before starting keystone server 
+
+---

Old:

  keystone-2013.2.rc1.tar.gz

New:

  keystone-2013.2.tar.gz



Other differences:
--
++ openstack-keystone-doc.spec ++
--- /var/tmp/diff_new_pack.Fqrm7M/_old  2013-10-23 11:26:43.0 +0200
+++ /var/tmp/diff_new_pack.Fqrm7M/_new  2013-10-23 11:26:43.0 +0200
@@ -19,13 +19,13 @@
 %define component keystone
 
 Name:   openstack-%{component}-doc
-Version:2013.2.rc1
+Version:2013.2
 Release:0
 Summary:OpenStack Identity Service (Keystone) - Documentation
 License:Apache-2.0
 Group:  Documentation/HTML
 Url:https://github.com/openstack/keystone
-Source: keystone-2013.2.rc1.tar.gz
+Source: keystone-2013.2.tar.gz
 BuildRequires:  openstack-suse-macros
 BuildRequires:  python-Sphinx
 BuildRequires:  python-base
@@ -43,7 +43,7 @@
 This package contains documentation files for openstack-keystone.
 
 %prep
-%setup -q -n keystone-2013.2.rc1
+%setup -q -n keystone-2013.2
 %openstack_cleanup_prep
 
 %build

++ openstack-keystone.spec ++
--- /var/tmp/diff_new_pack.Fqrm7M/_old  2013-10-23 11:26:43.0 +0200
+++ /var/tmp/diff_new_pack.Fqrm7M/_new  2013-10-23 11:26:43.0 +0200
@@ -21,13 +21,13 @@
 %define username openstack-%{component}
 
 Name:   openstack-%{component}
-Version:2013.2.rc1
+Version:2013.2
 Release:0
 Summary:OpenStack Identity Service (Keystone)
 License:Apache-2.0
 Group:  Development/Languages/Python
 Url:https://github.com/openstack/keystone
-Source: keystone-2013.2.rc1.tar.gz
+Source: keystone-2013.2.tar.gz
 Source1:%{name}.init
 Source2:logging.conf
 Source3:default_catalog.templates
@@ -139,7 +139,7 @@
 functionality of OpenStack Keystone.
 
 %prep
-%setup -q -n keystone-2013.2.rc1
+%setup -q -n keystone-2013.2
 %patch0 -p1
 %openstack_cleanup_prep
 

++ _service ++
--- /var/tmp/diff_new_pack.Fqrm7M/_old  2013-10-23 11:26:43.0 +0200
+++ /var/tmp/diff_new_pack.Fqrm7M/_new  2013-10-23 11:26:43.0 +0200
@@ -1,7 +1,6 @@
 
   
-
-http://tarballs.openstack.org/keystone/keystone-2013.2.rc1.tar.gz
+http://tarballs.openstack.org/keystone/keystone-2013.2.tar.gz
 opensuse-cl...@opensuse.org
 True
   

++ keystone-2013.2.rc1.tar.gz -> keystone-2013.2.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/keystone-2013.2.rc1/AUTHORS 
new/keystone-2013.2/AUTHORS
--- old/keystone-2013.2.rc1/AUTHORS 2013-10-02 13:44:55.0 +0200
+++ new/keystone-2013.2/AUTHORS 2013-10-17 15:58:50.0 +0200
@@ -73,6 +73,7 @@
 James E. Blair 
 James Slagle 
 Jamie Lennox 
+Jamie Lennox 
 Jamie Lennox 
 Jan Provaznik 
 Jaroslav Henner 
@@ -124,6 +125,7 @@
 Mark McLoughlin 
 Maru Newby 
 Mat Grove 
+Matt Odden 
 Matthew Treinish 
 Michael Basnight 
 Michael J Fork 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/keystone-2013.2.rc1/ChangeLog 
new/keystone-2013.2/ChangeLog
--- old/keystone-2013.2.rc1/ChangeLog   2013-10-02 13:44:55.0 +0200
+++ new/keystone-2013.2/ChangeLog   2013-10-17 15:58:49.0 +0200
@@ -1,3 +1,141 @@
+commit 1a0297e1f5d1049c9e2dd362f478112cd6691980
+Author: Matt Odden 
+Date:   Tue Oct 1 08:52:15 2013 +
+
+Disable lazy gettext
+
+This change disables lazy gettext functionality in Keystone,
+due to problems with character encoding and logging
+detailed in bug 1225099.
+
+It is part of a series of commits across all projects with
+lazy gettext enabled.
+
+Change-Id: Ia934a7df9386baf6ae8eb9ff48c24386c

commit openstack-quickstart for openSUSE:13.1

2013-10-23 Thread h_root
Hello community,

here is the log from the commit of package openstack-quickstart for 
openSUSE:13.1 checked in at 2013-10-23 11:26:45

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


Package is "openstack-quickstart"

Changes:

--- /work/SRC/openSUSE:13.1/openstack-quickstart/openstack-quickstart.changes   
2013-09-23 11:02:35.0 +0200
+++ 
/work/SRC/openSUSE:13.1/.openstack-quickstart.new/openstack-quickstart.changes  
2013-10-23 11:26:47.0 +0200
@@ -1,0 +2,23 @@
+Tue Oct  1 12:05:11 UTC 2013 - dmuel...@suse.com
+
+- update to latest git (cc514df):
+  + Set up Keystone V3 endpoint
+
+---
+Mon Sep 30 13:48:27 UTC 2013 - dmuel...@suse.com
+
+- change requires 
+
+---
+Sat Sep 28 00:53:30 UTC 2013 - cloud-de...@suse.de
+
+- Update to latest git (2c030af):
+  + Use crudini instead of openstack-utils
+
+---
+Mon Sep 23 23:52:19 UTC 2013 - cloud-de...@suse.de
+
+- Update to latest git (a7446e5):
+  + Configure Neutron configuration in Tempest properly
+
+---

Old:

  openstack-quickstart-2013.2+git.1379105044.0e0a541.tar.gz

New:

  openstack-quickstart-2013.2+git.1380614452.cc514df.tar.gz



Other differences:
--
++ openstack-quickstart.spec ++
--- /var/tmp/diff_new_pack.thVpRQ/_old  2013-10-23 11:26:47.0 +0200
+++ /var/tmp/diff_new_pack.thVpRQ/_new  2013-10-23 11:26:47.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   openstack-quickstart
-Version:2013.2+git.1379105044.0e0a541
+Version:2013.2+git.1380614452.cc514df
 Release:0
 Summary:OpenStack Quickstart
 License:MIT
@@ -29,7 +29,7 @@
 Suggests:   patterns-OpenStack-compute-node
 Suggests:   patterns-OpenStack-controller
 Suggests:   patterns-OpenStack-network-node
-Requires:   openstack-utils
+Requires:   crudini
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
 

++ _service ++
--- /var/tmp/diff_new_pack.thVpRQ/_old  2013-10-23 11:26:47.0 +0200
+++ /var/tmp/diff_new_pack.thVpRQ/_new  2013-10-23 11:26:47.0 +0200
@@ -4,7 +4,7 @@
 git
 .git
 @PARENT_TAG@+git.%ct.%h
-master
+stable/havana
   
 
   

++ devstack-master.tar.gz ++
 3851 lines of diff (skipped)

++ openstack-quickstart-2013.2+git.1379105044.0e0a541.tar.gz -> 
openstack-quickstart-2013.2+git.1380614452.cc514df.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/openstack-quickstart-2013.2+git.1379105044.0e0a541/etc/openstackquickstartrc
 
new/openstack-quickstart-2013.2+git.1380614452.cc514df/etc/openstackquickstartrc
--- 
old/openstack-quickstart-2013.2+git.1379105044.0e0a541/etc/openstackquickstartrc
2013-09-16 02:05:08.0 +0200
+++ 
new/openstack-quickstart-2013.2+git.1380614452.cc514df/etc/openstackquickstartrc
2013-10-21 02:01:24.0 +0200
@@ -15,7 +15,7 @@
 testnet=10.10.134.16/29
 
 # floating ip address, should not be a part of your network
-floatingnet=172.31.0.0/29
+floatingnet=172.31.0.0/24
 
 # this defines which database to use
 #DB=mysql
@@ -23,6 +23,9 @@
 
 SERVICE_TOKEN=999888777666
 
+# Setup Horizon dashboard
+with_horizon=yes
+
 # Setup Tempest ?
 with_tempest=no
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/openstack-quickstart-2013.2+git.1379105044.0e0a541/scripts/keystone_data.sh 
new/openstack-quickstart-2013.2+git.1380614452.cc514df/scripts/keystone_data.sh
--- 
old/openstack-quickstart-2013.2+git.1379105044.0e0a541/scripts/keystone_data.sh 
2013-09-16 02:05:08.0 +0200
+++ 
new/openstack-quickstart-2013.2+git.1380614452.cc514df/scripts/keystone_data.sh 
2013-10-21 02:01:24.0 +0200
@@ -70,14 +70,14 @@
 
 
 # Add Roles to Users in Tenants
-keystone user-role-add --user_id $ADMIN_USER --role_id $ADMIN_ROLE --tenant_id 
$ADMIN_TENANT
-keystone user-role-add --user_id $ADMIN_USER --role_id $ADMIN_ROLE --tenant_id 
$DEMO_TENANT
-keystone user-role-add --user_id $DEMO_USER --role_id $ANOTHER_ROLE 
--tenant_id $DEMO_TENANT
+keystone user-role-add --user-id $ADMIN_USER --role-id $ADMIN_ROLE --tenant-id 
$ADMIN_TENANT
+keystone user-role-add --user-id $ADMIN_USER --role-id $ADMIN_ROLE --tenant-id 
$DEMO_TENANT
+keystone user-role-add --user-id $DEMO_USER --role-id $ANOTHER_ROLE 
--tenant-id $DEMO_TENANT
 
 # The Member role is used by Horizon and Swift so we need to keep it:

commit openstack-tempest for openSUSE:13.1

2013-10-23 Thread h_root
Hello community,

here is the log from the commit of package openstack-tempest for openSUSE:13.1 
checked in at 2013-10-23 11:26:47

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


Package is "openstack-tempest"

Changes:

--- /work/SRC/openSUSE:13.1/openstack-tempest/openstack-tempest.changes 
2013-09-24 07:10:32.0 +0200
+++ /work/SRC/openSUSE:13.1/.openstack-tempest.new/openstack-tempest.changes
2013-10-23 11:26:49.0 +0200
@@ -1,0 +2,156 @@
+Thu Oct 17 15:46:10 UTC 2013 - dmuel...@suse.com
+
+- switch to havana branch and remove upstreamed patch:
+  0001-Do-not-check-for-id-in-the-keystone-output.patch
+
+---
+Thu Oct 17 15:45:15 UTC 2013 - opensuse-cl...@opensuse.org
+
+- Update to version 2013.2.a2013.g8bdb0f7:
+  + add server reset_state tests
+  + Test cases for V3 Project Actions
+  + Add test for admin deleting servers of others
+  + Heat: use first_address instead of first_private_address
+  + Unskip test_tokens and update expected status to 404 from 401
+  + add server delete/unpause tests
+  + TEMPEST_PY26_NOSE_COMPAT in py26 jobs
+  + Handle test_list_servers_by_changes_since without tenant isolation
+  + add server suspend/resume negative tests
+  + _error_in_logs function of driver.py shall check all nodes
+  + Do not check for id in the keystone output
+  + introduces skip_because decorator
+  + Clean up existing instances when not using tenant isolation
+  + Add xml support to the floating ip and router
+  + tempest/config.py parse some sections incorrectly
+  + Fix skip_because decorator
+  + Placeholder log check script to be called by devstack-gate
+  + Add addtional logging and catch exceptions
+  + Cleanup test_list_server_filters setup/teardown
+  + Use predictable instance/volume names in test_volumes_actions
+  + add two negative tests for flavor-access
+  + pass stop_on_error to _has_error_in_logs
+  + remove code duplication in tempest/config.py
+  + Allow _status_timeout to be used for non-nova polling
+  + Initial basic setup of openstack and tempest config file
+  + add volume list tests
+  + Cleanup existing instances in setup for test_list_servers_negative.py
+  + meta should be metadata in rebuild server
+  + Remove unused CONF variable and import statement
+  + add some negative tests for volume updating:
+  + Test for the nova diagnostics API
+  + Add some test_cases for compute-cli
+  + Update lockutils from oslo-incubator
+  + Add some test-cases for cinder cli
+  + Use built in cleanup for servers in test_large_ops
+  + Add security group to large_ops test
+  + add some tests for user api
+  + Add CLI tests for Neutron's metering agent
+  + add a negative test for flavor_extra_specs
+  + Script to filter logs for ERRORs based on whitelist
+  + Add section for negative tests to HACKING.rst
+  + Increase heat's default max_template_size
+  + Accept gzip files in find_stack_traces.py
+  + delete the duplicated variable definition
+  + Rename cli tests from compute to nova
+  + Reduce vm creations in negative tests
+  + Update to latest tox
+  + remove tearDownClass in test_quotas.py
+  + Restores passing additional parameters to nosetest
+  + add more test cases to api/network/security_groups
+  + Add a create_router utility function
+  + Skip get_server_diagnostics test until bug 1240043 is fixed
+  + Split out unit tests as separate tox jobs
+  + skip test_lock_unlock_server
+  + glance image v1 member test cleaup
+  + Adds test_update_all_metadata_field_not_included negative test
+  + add some negative tests for tenant
+  + Orchestration autoscaling improve status polling
+  + Fix to use proper random values
+  + Fixing ImagesOneServerTestXml issue
+  + Skip negative compute quota tests that don't work with Neutron
+  + Move negative action tests to right place
+  + VPNaas vpnservice test cases
+  + Separate negative tests  api/network/security_groups
+
+---
+Wed Oct  2 08:40:11 UTC 2013 - speili...@suse.com
+
+- Update to version 2013.2.a1888.g0432a37:
+  + Add tempest tests for os-aggregate update
+  + Make smoketests working again with Python 2.6/nose
+  + unskipping bug related to test_stamp_pattern.py
+  + Revert "unskipping bug related to test_stamp_pattern.py"
+  + Explicity specify network for heat slow tests
+  + Update style guide link in HACKING.rst
+- Drop 0001-Make-smoketests-working-again-with-Python-2.6-nose.patch:
+  Merged upstream
+
+---
+Mon Sep 30 17:12:15 UTC 2013 - dmuel...@suse.com
+
+- add 0001-Make-smoketests-working-again-with-Python-2.6-nose.patch 
+- add 0001-Do-not-check-for-id-in-the-keystone-output.patch
+
+-

commit openstack-utils for openSUSE:13.1

2013-10-23 Thread h_root
Hello community,

here is the log from the commit of package openstack-utils for openSUSE:13.1 
checked in at 2013-10-23 11:26:48

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


Package is "openstack-utils"

Changes:

--- /work/SRC/openSUSE:13.1/openstack-utils/openstack-utils.changes 
2013-09-23 11:02:36.0 +0200
+++ /work/SRC/openSUSE:13.1/.openstack-utils.new/openstack-utils.changes
2013-10-23 11:26:49.0 +0200
@@ -1,0 +2,31 @@
+Mon Oct 14 15:29:34 UTC 2013 - a...@suse.com
+
+- fix openstack-db for openSUSE (bnc#845639) (patch fix-db.patch)
+
+---
+Fri Sep 27 14:36:40 UTC 2013 - dmuel...@suse.com
+
+- update to 2013.2:
+openstack-status:
+  don't print httpd status which is problematic on RHEL 6
+  print neutron services status when installed
+  print dbus service status
+  print ceilometer services status when installed
+  print heat services status when installed
+  avoid deprecated commands
+  print out all quantum services and update for grizzly
+  fix detection of nova install
+  improve reporting of service status
+openstack-db:
+  prompt the user if we're switching databases
+  fix setting of keystone mysql password broken in 2013.1-2
+  provide more robust clearing of mysql users in --drop
+  fix handling of mariadb
+openstack-demo-install:
+  fix swift init loop in grizzly
+  support systems with selinux disabled
+  support adjusted keystone sample credentials in grizzly
+  fix cgroup service handling
+- Fix requires (now uses crudini for updating .ini files)
+
+---

Old:

  openstack-utils-2013.11+git.1363873583.8dfab15.tar.gz

New:

  fix-db.patch
  openstack-utils-2013.2.1+git.1379433390.6ec0116.tar.gz



Other differences:
--
++ openstack-utils.spec ++
--- /var/tmp/diff_new_pack.dBWSbX/_old  2013-10-23 11:26:49.0 +0200
+++ /var/tmp/diff_new_pack.dBWSbX/_new  2013-10-23 11:26:49.0 +0200
@@ -17,16 +17,17 @@
 
 
 Name:   openstack-utils
-Version:2013.11+git.1363873583.8dfab15
+Version:2013.2.1+git.1379433390.6ec0116
 Release:0
 Summary:Helper utilities for OpenStack service
 License:Apache-2.0
 Group:  Development/Libraries/Python
 Url:https://github.com/fedora-openstack/openstack-utils
 Source: %{name}-%{version}.tar.gz
+Patch1: fix-db.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
-Requires:   python-iniparse
+Requires:   crudini
 
 %description
 Utilities to aid the setup and configuration of OpenStack packages.
@@ -38,6 +39,7 @@
 
 %prep
 %setup -q
+%patch1 -p0
 
 %build
 

++ fix-db.patch ++
Index: utils/openstack-db
===
--- utils/openstack-db.orig
+++ utils/openstack-db
@@ -88,9 +88,9 @@ esac
 
 install_mysql_server() {
   if [ -z "${ASSUME_YES}" ]; then
-yum install mysql-server
+zypper install mariadb mariadb-client
   else
-yum install -y mysql-server
+zypper install -y mariadb mariadb-client
   fi
 }
 
@@ -143,15 +143,15 @@ fi
 # Make sure MySQL is installed.
 
 NEW_MYSQL_INSTALL=0
-if ! rpm -q --whatprovides mysql-server > /dev/null; then
+if ! rpm -q --whatprovides mariadb > /dev/null; then
   if [ -z "${ASSUME_YES}" ]; then
-printf "mysql-server is not installed.  Would you like to install it now? 
(y/n): "
+printf "mariadb is not installed.  Would you like to install it now? 
(y/n): "
 read response
 case "$response" in
   y|Y)
 ;;
   n|N)
-echo "mysql-server must be installed.  Please install it before 
proceeding."
+echo "mariadb must be installed.  Please install it before proceeding."
 exit 0
 ;;
   *)
@@ -167,7 +167,7 @@ fi
 
 # Make sure mysqld is running.
 
-if ! service_running mysqld; then
+if ! service_running mysql; then
   if [ -z "${ASSUME_YES}" ]; then
 printf "mysqld is not running.  Would you like to start it now? (y/n): "
 read response
@@ -184,10 +184,10 @@ if ! service_running mysqld; then
 esac
   fi
 
-  start_service 'mysqld'
+  start_service 'mysql'
 
   # If we both installed and started, ensure it starts at boot
-  [ $NEW_MYSQL_INSTALL -eq 1 ] && chkconfig mysqld on
+  [ $NEW_MYSQL_INSTALL -eq 1 ] && chkconfig mysql on
 fi
 
 
@@ -300,7 +300,7 @@ if [ "$MODE" = 'init' ]; then
 db_sync='db_sync'
   fi
   # Run as $APP user so any newly created (log) files have correct ownership
-  runuser -s /b

commit openstack-cinder for openSUSE:13.1

2013-10-23 Thread h_root
Hello community,

here is the log from the commit of package openstack-cinder for openSUSE:13.1 
checked in at 2013-10-23 11:25:49

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


Package is "openstack-cinder"

Changes:

--- /work/SRC/openSUSE:13.1/openstack-cinder/openstack-cinder.changes   
2013-09-23 11:02:32.0 +0200
+++ /work/SRC/openSUSE:13.1/.openstack-cinder.new/openstack-cinder.changes  
2013-10-23 11:25:50.0 +0200
@@ -1,0 +2,197 @@
+Thu Oct 17 15:26:40 UTC 2013 - dmuel...@suse.com
+
+- update to 2013.2:
+  + No changes
+
+---
+Sat Oct 12 11:47:39 UTC 2013 - speili...@suse.com
+
+- Update to version 2013.2.rc2:
+  + No changes
+
+---
+Wed Oct  9 11:04:54 UTC 2013 - opensuse-cl...@opensuse.org
+
+- Update to version 2013.2.rc1:
+  + usedevelop in tox
+  + Disable lazy translation
+  + Clean CONF out of brick initiator
+  + Create volume revert fails for non admin user
+  + VMware: Usng RetrvProprtisEx & does multi ESX scan
+  + Pass through args and kwargs in brick connectors
+  + Remove CONF from brick remotefs
+  + After commiting quota we should avoid certain reverts
+  + NetApp fix clone image compatibility issue with ssc
+  + Update Babel from Openstack Requirements
+  + Validate force_host_copy API param for migration
+  + Changed header from LLC to Foundation based on trademark policies
+  + Check for backing lun on iscsi target create
+  + v2 api - return bootable attr value on volume list
+  + Improve gpfs config flag help text readability
+  + Storwize SVC driver hostname can't start with number
+  + Fixes incorrect class path in logging_sample.conf
+  + Quotas roll back failure of create volume task
+  + Remove need for CONF acces in brick iscsi
+  + Add key manager implementation with static key
+  + Remove incorrect class in cinder.conf.sample
+  + VMware ESX: Fixes vol clone & clone from snapshot
+  + Add support for querying the quotas usage
+  + Fixes ceph backup import errors
+  + Imported Translations from Transifex
+  + Clean CONF out of brick iser
+  + Fix broken solidfire create-snapshot
+
+---
+Wed Oct  2 00:37:11 UTC 2013 - opensuse-cl...@opensuse.org
+
+- Update to version 2013.2.a225.ga2673b0:
+  + Dont retry if target creation succeeds
+  + Set vol driver initialized before deleting volumes
+  + Add XML response tests for qos specs manage ext
+  + Fix Huawei HVS driver attaching volume error
+  + Fix mandatory and optional args for create_volume
+  + Fix translation of CinderExceptions in REST API
+  + Fix finish_volume_migration() on SQLAlchemy 0.8.x
+  + Fixes backup with multiple volume backend
+
+---
+Tue Oct  1 00:30:19 UTC 2013 - opensuse-cl...@opensuse.org
+
+- Update to version 2013.2.a210.g0f7d937:
+  + Clean CONF out of brick exception
+  + Update OpenStack Style Commandments link
+  + Fix type change in bootable setting of volume view
+  + Allow upgrade from Grizzly with ThinLVMVolumeDriver
+  + Add error logs for Huawei driver
+  + Imported Translations from Transifex
+  + Use module units for some drivers
+  + Add debug logging for targets
+  + Fix XML serializer for QoS Specs extension
+  + Fix chown fail for nfs file without necessary permission
+
+---
+Sun Sep 29 00:09:08 UTC 2013 - opensuse-cl...@opensuse.org
+
+- Update to version 2013.2.a190.g76498dc:
+  + Get host group id when Huawei driver initializing
+
+---
+Fri Sep 27 16:31:31 UTC 2013 - dmuel...@suse.com
+
+- switch to crudini 
+
+---
+Thu Sep 26 10:25:32 UTC 2013 - opensuse-cl...@opensuse.org
+
+- Update to version 2013.2.a188.g4e27ca1:
+  + Update rootwrap with code from oslo
+  + Allow v2 Volume API to create volume with type name
+  + Fix check for mount.nfs helper installation
+  + Fix NetApp iscsi drivers for cinder backup
+  + VMware: Handles no datastores case
+  + Fix processutils.execute errors on windows
+  + Revert "Fix volume_rpcapi calls for chance/simple scheds"
+  + LVM volume_clear: error on unexpected inputs
+  + Sync gettextutils from oslo
+  + Pass correct args to vol_rpc create_volume calls
+
+---
+Tue Sep 24 23:45:16 UTC 2013 - opensuse-cl...@opensuse.org
+
+- Update to version 2013.2.a168.gbedcc2d:
+  + Add sg_scan filter to rootwrap
+  + Add delete support for volume type encryption
+  + GPFS Driver missing clone depth limit for sna

commit patchinfo.2086 for openSUSE:12.2:Update

2013-10-23 Thread h_root
Hello community,

here is the log from the commit of package patchinfo.2086 for 
openSUSE:12.2:Update checked in at 2013-10-23 10:23:53

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


Package is "patchinfo.2086"

Changes:

New Changes file:

NO CHANGES FILE!!!

New:

  _patchinfo



Other differences:
--
++ _patchinfo ++

  VUL-0: CVE-2013-2186: 
jakarta-commons-fileupload: null byte injection flaw
  
  security
  moderate
  mvyskocil
  
A remote attacker could supply a serialized instance of the 
DiskFileItem class, which would be deserialized on a server and write arbitrary 
content to any location on the server that is permitted by the user running the 
application server process.   bnc#846174/CVE-2013-2186

  update for jakarta-commons-fileupload

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



commit patchinfo.2120 for openSUSE:13.1:Update

2013-10-23 Thread h_root
Hello community,

here is the log from the commit of package patchinfo.2120 for 
openSUSE:13.1:Update checked in at 2013-10-23 10:18:49

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


Package is "patchinfo.2120"

Changes:

New Changes file:

NO CHANGES FILE!!!

New:

  _patchinfo



Other differences:
--
++ _patchinfo ++

  recommended
  low
  gberh
  lightdm: set $XDG_SESSION_CLASS correctly for greeters
  This udpate fixes the following issue with lightdm:
- bnc#846914, lp#1242939: correctly set $XDG_SESSION_CLASS for greeters 
(backported from upstream bzr)
  13.1 RC1 - when hibernating, the system 
requests root's password.
  

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



commit lightdm.2120 for openSUSE:13.1:Update

2013-10-23 Thread h_root
Hello community,

here is the log from the commit of package lightdm.2120 for 
openSUSE:13.1:Update checked in at 2013-10-23 10:18:48

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


Package is "lightdm.2120"

Changes:

New Changes file:

--- /dev/null   2013-10-11 12:16:15.204037506 +0200
+++ /work/SRC/openSUSE:13.1:Update/.lightdm.2120.new/lightdm.changes
2013-10-23 10:18:49.0 +0200
@@ -0,0 +1,703 @@
+---
+Tue Oct 22 11:11:24 UTC 2013 - g...@opensuse.org
+
+- add lightdm-set-xdg-session-class.patch in order to correctly set
+  $XDG_SESSION_CLASS for greeters (bnc#846914, lp#1242939,
+  backported from upstream bzr)
+
+---
+Thu Oct 10 09:16:10 UTC 2013 - g...@opensuse.org
+
+- add lightdm-destroy-quit-timeout.patch in order to destroy quit
+  timeout when a process object is destroyed - fixes a crash where
+  a deleted Process object might be accessed after a timeout
+  (lp#1207935, bnc#845280, backported from upstream bzr)
+
+---
+Wed Oct  9 08:58:20 UTC 2013 - g...@opensuse.org
+
+- update to version 1.8.0
+  - Add regression test for corrupt X authority files
+
+---
+Mon Oct  7 09:19:40 UTC 2013 - g...@opensuse.org
+
+- update to version 1.7.18
+  - Set XDG_VTNR=1 as a fallback if using SeatUnity without a
+functioning compositor or working VT switching, so that logind
+will recognize the VT as active
+  - Fix ConsoleKit support broken in 1.7.5
+  - Fix --test-mode
+  - Add support for running Surfaceflinger sessions
+  - surfaceflinger: Set XDG_VTNR=0 if VTs are not available
+  - Allow compiling of liblightdm-qt without liblightdm-gobject
+  - Add missing documentation for xremote seat options
+  - Set session environment variables for guest sessions (1.7
+regression)
+  - Don't fail writing X authority if reading it had an error
+  - Update environment variables that we pass to Mir
+
+---
+Wed Sep 11 08:39:56 UTC 2013 - g...@opensuse.org
+
+- update to version 1.7.14
+  - Correctly set permissions on Xauthority file
+  - Correctly set $XDG_CURRENT_DESKTOP for non-autologin sessions
+  - Fix overallocation of array for strings from greeter
+  - Fix truncation writing card32 in XDMCP server
+
+---
+Sun Sep  8 19:28:36 UTC 2013 - g...@opensuse.org
+
+- update to version 1.7.12
+  - Add xdg-seat config setting
+  - Notify Unity System Compositor of the session being
+authenticated
+  - Fix crash when greeter quits due to read watch not being
+removed
+  - Correctly setup Unity System Compositor environment
+  - Improve log messages
+  - Fix session locking broken in 1.7.5
+  - Load lightdm.conf after lightdm.conf.d/*.conf
+  - Also support loading config from /usr/share
+  - When switching sessions show a greeter if authentication
+required
+  - Set $XDG_CURRENT_DESKTOP if specified in the xsession file
+  - Change logging prefixes to make it easier to troubleshoot
+multiseat setups
+  - Bring Ubuntu packaging in-tree
+  - Correctly set XDG_VTNR for unity sessions that are not
+autologin
+  - Add support for Mir sessions and greeters
+  - Set XDG_VTNR for unity sessions
+  - Fix desktop-session-start upstart signal not being emitted
+since 1.7.5
+  - Fix greeter log broken in 1.7.5.
+
+---
+Tue Jul 23 08:45:14 UTC 2013 - g...@opensuse.org
+
+- update to version 1.7.7
+  - Fix uninitialized pointer introduced in 1.7.3
+  - Enable compile warnings and fix code generating warnings
+
+---
+Mon Jul 22 14:54:36 UTC 2013 - g...@opensuse.org
+
+- update to version 1.7.6
+  - Restore greeter hints that were regressed in 1.7.5.
+  - Don't run greeters through session wrapper - regression
+in 1.7.5
+  - Quit Plymouth correctly when using the unity seat type
+  - Release the VT when the system compositor fails to start
+  - Load sessions and greeters from /usr/share/lightdm/sessions and
+/usr/share/lightdm/greeters. The existing directories are
+checked if the sessions are not in these directories.
+  - Refactor the Display class so that it merges with the Seat
+class
+  - Support running the greeter and session in different display
+servers instead of re-using the same one during a login.
+  - Add more regression tests
+  - Documentation fixes
+  - Set XDG_SEAT and XDG_VTNR environment variables.
+  - Add initial suppo

commit xorg-x11 for openSUSE:13.1

2013-10-23 Thread h_root
Hello community,

here is the log from the commit of package xorg-x11 for openSUSE:13.1 checked 
in at 2013-10-23 10:15:11

Comparing /work/SRC/openSUSE:13.1/xorg-x11 (Old)
 and  /work/SRC/openSUSE:13.1/.xorg-x11.new (New)


Package is "xorg-x11"

Changes:

--- /work/SRC/openSUSE:13.1/xorg-x11/xorg-x11.changes   2013-10-14 
15:49:11.0 +0200
+++ /work/SRC/openSUSE:13.1/.xorg-x11.new/xorg-x11.changes  2013-10-23 
10:15:16.0 +0200
@@ -1,0 +2,6 @@
+Tue Oct 22 13:02:58 UTC 2013 - sndir...@suse.com
+
+- let -essentials package also require xkbcomp, xmessage and xprop
+  (bnc#846953) 
+
+---



Other differences:
--
++ xorg-x11.spec ++
--- /var/tmp/diff_new_pack.qSgLMJ/_old  2013-10-23 10:15:16.0 +0200
+++ /var/tmp/diff_new_pack.qSgLMJ/_new  2013-10-23 10:15:16.0 +0200
@@ -69,7 +69,6 @@
 Recommends: xgc
 Recommends: xhost
 Recommends: xinput
-Recommends: xkbcomp
 Recommends: xkbevd
 Recommends: xkbprint
 Recommends: xkbutils
@@ -81,13 +80,11 @@
 Recommends: xlsfonts
 Recommends: xmag
 Recommends: xman
-Recommends: xmessage
 Recommends: xmore
 Recommends: xorg-scripts
 Recommends: xplsprinters
 Recommends: xpr
 Recommends: xprehashprinterlist
-Recommends: xprop
 Recommends: xrandr
 Recommends: xrefresh
 Recommends: xrestop
@@ -132,7 +129,10 @@
 Requires:   xconsole
 Requires:   xdm
 Requires:   xinit
+Requires:   xkbcomp
+Requires:   xmessage
 Requires:   xmodmap
+Requires:   xprop
 Requires:   xrdb
 Requires:   xset
 Requires:   xsetroot

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



commit tk for openSUSE:13.1

2013-10-23 Thread h_root
Hello community,

here is the log from the commit of package tk for openSUSE:13.1 checked in at 
2013-10-23 10:15:04

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


Package is "tk"

Changes:

--- /work/SRC/openSUSE:13.1/tk/tk.changes   2013-09-23 13:16:15.0 
+0200
+++ /work/SRC/openSUSE:13.1/.tk.new/tk.changes  2013-10-23 10:15:05.0 
+0200
@@ -1,0 +2,5 @@
+Tue Oct 22 12:46:56 UTC 2013 - sndir...@suse.com
+
+- tkcon requires xhost (bnc#846953)
+
+---



Other differences:
--
++ tk.spec ++
--- /var/tmp/diff_new_pack.6n2DN3/_old  2013-10-23 10:15:06.0 +0200
+++ /var/tmp/diff_new_pack.6n2DN3/_new  2013-10-23 10:15:06.0 +0200
@@ -44,6 +44,7 @@
 Provides:   wish
 Provides:   wish8.6
 Requires:   tcl >= %version
+Requires:   xhost
 PreReq: /bin/rm
 Source0:
ftp://ftp.tcl.tk/pub/tcl/tcl8_6/%name%{version}%{rrc}-src.tar.gz
 Source1:tk-rpmlintrc

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



commit x11-tools for openSUSE:13.1

2013-10-23 Thread h_root
Hello community,

here is the log from the commit of package x11-tools for openSUSE:13.1 checked 
in at 2013-10-23 10:15:21

Comparing /work/SRC/openSUSE:13.1/x11-tools (Old)
 and  /work/SRC/openSUSE:13.1/.x11-tools.new (New)


Package is "x11-tools"

Changes:

--- /work/SRC/openSUSE:13.1/x11-tools/x11-tools.changes 2013-09-23 
11:15:09.0 +0200
+++ /work/SRC/openSUSE:13.1/.x11-tools.new/x11-tools.changes2013-10-23 
10:15:21.0 +0200
@@ -1,0 +2,6 @@
+Tue Oct 22 13:09:22 UTC 2013 - sndir...@suse.com
+
+- remove kroot since it apparently no longer works with KDE4, and
+  KDE3 has been dropped long ago (bnc#846953)
+
+---

Old:

  kroot



Other differences:
--
++ x11-tools.spec ++
--- /var/tmp/diff_new_pack.VC2mpl/_old  2013-10-23 10:15:22.0 +0200
+++ /var/tmp/diff_new_pack.VC2mpl/_new  2013-10-23 10:15:22.0 +0200
@@ -29,7 +29,6 @@
 Group:  System/X11/Utilities
 Source2:xf86debug
 Source6:wmlist
-Source8:kroot
 Source31:   xim
 Source32:   xim.template
 Source33:   none
@@ -57,7 +56,6 @@
 mkdir -p $RPM_BUILD_ROOT/usr/bin/
 install -m 755 $RPM_SOURCE_DIR/xf86debug  $RPM_BUILD_ROOT/usr/bin
 install -m 755 $RPM_SOURCE_DIR/wmlist $RPM_BUILD_ROOT/usr/bin
-install -m 755 $RPM_SOURCE_DIR/kroot  $RPM_BUILD_ROOT/usr/bin
 mkdir -p $RPM_BUILD_ROOT/etc/X11/xim.d
 install -m 644 $RPM_SOURCE_DIR/xim  $RPM_BUILD_ROOT/etc/X11
 install -m 644 $RPM_SOURCE_DIR/none $RPM_BUILD_ROOT/etc/X11/xim.d
@@ -80,7 +78,6 @@
 %dir /usr/lib/nvidia
 /usr/bin/xf86debug
 /usr/bin/wmlist
-/usr/bin/kroot
 /usr/lib/nvidia/pre-install
 /usr/lib/nvidia/post-uninstall
 /etc/X11/xim

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



commit tk for openSUSE:Factory

2013-10-23 Thread h_root
Hello community,

here is the log from the commit of package tk for openSUSE:Factory checked in 
at 2013-10-23 10:15:02

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


Package is "tk"

Changes:

--- /work/SRC/openSUSE:Factory/tk/tk.changes2013-09-23 13:16:13.0 
+0200
+++ /work/SRC/openSUSE:Factory/.tk.new/tk.changes   2013-10-23 
10:15:03.0 +0200
@@ -1,0 +2,5 @@
+Tue Oct 22 12:46:56 UTC 2013 - sndir...@suse.com
+
+- tkcon requires xhost (bnc#846953)
+
+---



Other differences:
--
++ tk.spec ++
--- /var/tmp/diff_new_pack.H6Zem7/_old  2013-10-23 10:15:05.0 +0200
+++ /var/tmp/diff_new_pack.H6Zem7/_new  2013-10-23 10:15:05.0 +0200
@@ -44,6 +44,7 @@
 Provides:   wish
 Provides:   wish8.6
 Requires:   tcl >= %version
+Requires:   xhost
 PreReq: /bin/rm
 Source0:
ftp://ftp.tcl.tk/pub/tcl/tcl8_6/%name%{version}%{rrc}-src.tar.gz
 Source1:tk-rpmlintrc

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



commit x11-tools for openSUSE:Factory

2013-10-23 Thread h_root
Hello community,

here is the log from the commit of package x11-tools for openSUSE:Factory 
checked in at 2013-10-23 10:15:18

Comparing /work/SRC/openSUSE:Factory/x11-tools (Old)
 and  /work/SRC/openSUSE:Factory/.x11-tools.new (New)


Package is "x11-tools"

Changes:

--- /work/SRC/openSUSE:Factory/x11-tools/x11-tools.changes  2013-05-27 
10:10:32.0 +0200
+++ /work/SRC/openSUSE:Factory/.x11-tools.new/x11-tools.changes 2013-10-23 
10:15:20.0 +0200
@@ -1,0 +2,6 @@
+Tue Oct 22 13:09:22 UTC 2013 - sndir...@suse.com
+
+- remove kroot since it apparently no longer works with KDE4, and
+  KDE3 has been dropped long ago (bnc#846953)
+
+---

Old:

  kroot



Other differences:
--
++ x11-tools.spec ++
--- /var/tmp/diff_new_pack.y1FEOc/_old  2013-10-23 10:15:21.0 +0200
+++ /var/tmp/diff_new_pack.y1FEOc/_new  2013-10-23 10:15:21.0 +0200
@@ -29,7 +29,6 @@
 Group:  System/X11/Utilities
 Source2:xf86debug
 Source6:wmlist
-Source8:kroot
 Source31:   xim
 Source32:   xim.template
 Source33:   none
@@ -57,7 +56,6 @@
 mkdir -p $RPM_BUILD_ROOT/usr/bin/
 install -m 755 $RPM_SOURCE_DIR/xf86debug  $RPM_BUILD_ROOT/usr/bin
 install -m 755 $RPM_SOURCE_DIR/wmlist $RPM_BUILD_ROOT/usr/bin
-install -m 755 $RPM_SOURCE_DIR/kroot  $RPM_BUILD_ROOT/usr/bin
 mkdir -p $RPM_BUILD_ROOT/etc/X11/xim.d
 install -m 644 $RPM_SOURCE_DIR/xim  $RPM_BUILD_ROOT/etc/X11
 install -m 644 $RPM_SOURCE_DIR/none $RPM_BUILD_ROOT/etc/X11/xim.d
@@ -80,7 +78,6 @@
 %dir /usr/lib/nvidia
 /usr/bin/xf86debug
 /usr/bin/wmlist
-/usr/bin/kroot
 /usr/lib/nvidia/pre-install
 /usr/lib/nvidia/post-uninstall
 /etc/X11/xim

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



commit xorg-x11 for openSUSE:Factory

2013-10-23 Thread h_root
Hello community,

here is the log from the commit of package xorg-x11 for openSUSE:Factory 
checked in at 2013-10-23 10:15:09

Comparing /work/SRC/openSUSE:Factory/xorg-x11 (Old)
 and  /work/SRC/openSUSE:Factory/.xorg-x11.new (New)


Package is "xorg-x11"

Changes:

--- /work/SRC/openSUSE:Factory/xorg-x11/xorg-x11.changes2013-10-14 
14:33:28.0 +0200
+++ /work/SRC/openSUSE:Factory/.xorg-x11.new/xorg-x11.changes   2013-10-23 
10:15:10.0 +0200
@@ -1,0 +2,6 @@
+Tue Oct 22 13:02:58 UTC 2013 - sndir...@suse.com
+
+- let -essentials package also require xkbcomp, xmessage and xprop
+  (bnc#846953) 
+
+---



Other differences:
--
++ xorg-x11.spec ++
--- /var/tmp/diff_new_pack.0PcWFP/_old  2013-10-23 10:15:16.0 +0200
+++ /var/tmp/diff_new_pack.0PcWFP/_new  2013-10-23 10:15:16.0 +0200
@@ -69,7 +69,6 @@
 Recommends: xgc
 Recommends: xhost
 Recommends: xinput
-Recommends: xkbcomp
 Recommends: xkbevd
 Recommends: xkbprint
 Recommends: xkbutils
@@ -81,13 +80,11 @@
 Recommends: xlsfonts
 Recommends: xmag
 Recommends: xman
-Recommends: xmessage
 Recommends: xmore
 Recommends: xorg-scripts
 Recommends: xplsprinters
 Recommends: xpr
 Recommends: xprehashprinterlist
-Recommends: xprop
 Recommends: xrandr
 Recommends: xrefresh
 Recommends: xrestop
@@ -132,7 +129,10 @@
 Requires:   xconsole
 Requires:   xdm
 Requires:   xinit
+Requires:   xkbcomp
+Requires:   xmessage
 Requires:   xmodmap
+Requires:   xprop
 Requires:   xrdb
 Requires:   xset
 Requires:   xsetroot

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



commit timezone for openSUSE:13.1

2013-10-23 Thread h_root
Hello community,

here is the log from the commit of package timezone for openSUSE:13.1 checked 
in at 2013-10-23 10:14:51

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


Package is "timezone"

Changes:

--- /work/SRC/openSUSE:13.1/timezone/timezone-java.changes  2013-10-02 
13:34:02.0 +0200
+++ /work/SRC/openSUSE:13.1/.timezone.new/timezone-java.changes 2013-10-23 
10:14:52.0 +0200
@@ -1,0 +2,20 @@
+Wed Oct 23 07:36:26 UTC 2013 - wer...@suse.de
+
+- Re-run pre_checkin.sh to prepare timezone-jave.spec 
+
+---
+Mon Oct 14 13:56:20 UTC 2013 - wer...@suse.de
+
+- Add patch tzcode-fromname.patch to correct path expansion for
+  local time link (bnc#845530) 
+- Modify tzcode-link.diff to fit with tzcode-fromname.patch
+- Modify tzcode-symlink.patch to fit with tzcode-fromname.patch
+  and to avoid broken posixrules if /etc/localtime is a symlink
+
+---
+Wed Oct  2 23:35:00 UTC 2013 - lchiqui...@suse.com
+
+- tzcode-link.diff: refresh patch to apply correctly on older
+  versions of the distribution.
+
+---
--- /work/SRC/openSUSE:13.1/timezone/timezone.changes   2013-10-02 
13:34:02.0 +0200
+++ /work/SRC/openSUSE:13.1/.timezone.new/timezone.changes  2013-10-23 
10:14:52.0 +0200
@@ -1,0 +2,15 @@
+Mon Oct 14 13:56:20 UTC 2013 - wer...@suse.de
+
+- Add patch tzcode-fromname.patch to correct path expansion for
+  local time link (bnc#845530) 
+- Modify tzcode-link.diff to fit with tzcode-fromname.patch
+- Modify tzcode-symlink.patch to fit with tzcode-fromname.patch
+  and to avoid broken posixrules if /etc/localtime is a symlink
+
+---
+Wed Oct  2 23:35:00 UTC 2013 - lchiqui...@suse.com
+
+- tzcode-link.diff: refresh patch to apply correctly on older
+  versions of the distribution.
+
+---

New:

  tzcode-fromname.patch



Other differences:
--
++ timezone-java.spec ++
--- /var/tmp/diff_new_pack.2mVMil/_old  2013-10-23 10:14:52.0 +0200
+++ /var/tmp/diff_new_pack.2mVMil/_new  2013-10-23 10:14:52.0 +0200
@@ -31,6 +31,8 @@
 Source1:ftp://ftp.iana.org/tz/releases/tzcode%{version}.tar.gz
 Patch0: tzdata-china.diff
 Patch1: tzcode-zic.diff
+# PATCH-FIX-OPENSUSE bnc#845530
+Patch2: tzcode-fromname.patch
 Patch3: iso3166-uk.diff
 Patch4: tzcode-link.diff
 Patch5: tzcode-symlink.patch
@@ -54,12 +56,14 @@
 # COMMON-PREP-BEGIN
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
 %patch3 -p1
 %if 0%{?suse_version} < 1220
 %patch4 -p1
 %else
 %patch5 -p1
 %endif
+sed -ri 's@/usr/local/etc/zoneinfo@%{_datadir}/zoneinfo@g' *.[1358]
 # COMMON-PREP-END
 # COMMON-PREP-END
 

++ timezone.spec ++
--- /var/tmp/diff_new_pack.2mVMil/_old  2013-10-23 10:14:52.0 +0200
+++ /var/tmp/diff_new_pack.2mVMil/_new  2013-10-23 10:14:52.0 +0200
@@ -29,6 +29,8 @@
 Source1:ftp://ftp.iana.org/tz/releases/tzcode%{version}.tar.gz
 Patch0: tzdata-china.diff
 Patch1: tzcode-zic.diff
+# PATCH-FIX-OPENSUSE bnc#845530
+Patch2: tzcode-fromname.patch
 Patch3: iso3166-uk.diff
 Patch4: tzcode-link.diff
 Patch5: tzcode-symlink.patch
@@ -48,12 +50,14 @@
 # COMMON-PREP-BEGIN
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
 %patch3 -p1
 %if 0%{?suse_version} < 1220
 %patch4 -p1
 %else
 %patch5 -p1
 %endif
+sed -ri 's@/usr/local/etc/zoneinfo@%{_datadir}/zoneinfo@g' *.[1358]
 # COMMON-PREP-END
 
 %build
@@ -63,7 +67,7 @@
 AREA=%{AREA}
 ZONE=%{ZONE}
 export AREA LANG LC_ALL ZONE
-make %{?_smp_mflags} TZDIR=%{_prefix}/share/zoneinfo CFLAGS="$RPM_OPT_FLAGS 
-DHAVE_GETTEXT=1 -DTZDEFAULT='\"/etc/localtime\"' -DTM_GMTOFF=tm_gmtoff 
-DTM_ZONE=tm_zone" AWK=awk
+make %{?_smp_mflags} TZDIR=%{_datadir}/zoneinfo CFLAGS="$RPM_OPT_FLAGS 
-DHAVE_GETTEXT=1 -DTZDEFAULT='\"/etc/localtime\"' -DTM_GMTOFF=tm_gmtoff 
-DTM_ZONE=tm_zone" AWK=awk
 make %{?_smp_mflags} TZDIR=zoneinfo AWK=awk zones
 # Generate posixrules
 ./zic -y ./yearistype -d zoneinfo -p %{AREA}/%{ZONE}

++ tzcode-fromname.patch ++
--- timezone-2013g/zic.c
+++ timezone-2013g/zic.c2013-10-14 13:52:42.070235810 +
@@ -628,17 +628,17 @@ dolink(const char *const fromfield, cons
 
result = link(fromname, toname);
if (result != 0) {
-   const char *s = fromfield;
+   const char *s = fromname;
const char *t;
  

commit timezone for openSUSE:Factory

2013-10-23 Thread h_root
Hello community,

here is the log from the commit of package timezone for openSUSE:Factory 
checked in at 2013-10-23 10:14:47

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


Package is "timezone"

Changes:

--- /work/SRC/openSUSE:Factory/timezone/timezone-java.changes   2013-10-04 
21:37:36.0 +0200
+++ /work/SRC/openSUSE:Factory/.timezone.new/timezone-java.changes  
2013-10-23 10:14:48.0 +0200
@@ -1,0 +2,14 @@
+Wed Oct 23 07:36:26 UTC 2013 - wer...@suse.de
+
+- Re-run pre_checkin.sh to prepare timezone-jave.spec 
+
+---
+Mon Oct 14 13:56:20 UTC 2013 - wer...@suse.de
+
+- Add patch tzcode-fromname.patch to correct path expansion for
+  local time link (bnc#845530) 
+- Modify tzcode-link.diff to fit with tzcode-fromname.patch
+- Modify tzcode-symlink.patch to fit with tzcode-fromname.patch
+  and to avoid broken posixrules if /etc/localtime is a symlink
+
+---
--- /work/SRC/openSUSE:Factory/timezone/timezone.changes2013-10-04 
21:37:36.0 +0200
+++ /work/SRC/openSUSE:Factory/.timezone.new/timezone.changes   2013-10-23 
10:14:48.0 +0200
@@ -1,0 +2,9 @@
+Mon Oct 14 13:56:20 UTC 2013 - wer...@suse.de
+
+- Add patch tzcode-fromname.patch to correct path expansion for
+  local time link (bnc#845530) 
+- Modify tzcode-link.diff to fit with tzcode-fromname.patch
+- Modify tzcode-symlink.patch to fit with tzcode-fromname.patch
+  and to avoid broken posixrules if /etc/localtime is a symlink
+
+---

New:

  tzcode-fromname.patch



Other differences:
--
++ timezone-java.spec ++
--- /var/tmp/diff_new_pack.C7EFzb/_old  2013-10-23 10:14:49.0 +0200
+++ /var/tmp/diff_new_pack.C7EFzb/_new  2013-10-23 10:14:49.0 +0200
@@ -31,6 +31,8 @@
 Source1:ftp://ftp.iana.org/tz/releases/tzcode%{version}.tar.gz
 Patch0: tzdata-china.diff
 Patch1: tzcode-zic.diff
+# PATCH-FIX-OPENSUSE bnc#845530
+Patch2: tzcode-fromname.patch
 Patch3: iso3166-uk.diff
 Patch4: tzcode-link.diff
 Patch5: tzcode-symlink.patch
@@ -54,12 +56,14 @@
 # COMMON-PREP-BEGIN
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
 %patch3 -p1
 %if 0%{?suse_version} < 1220
 %patch4 -p1
 %else
 %patch5 -p1
 %endif
+sed -ri 's@/usr/local/etc/zoneinfo@%{_datadir}/zoneinfo@g' *.[1358]
 # COMMON-PREP-END
 # COMMON-PREP-END
 

++ timezone.spec ++
--- /var/tmp/diff_new_pack.C7EFzb/_old  2013-10-23 10:14:49.0 +0200
+++ /var/tmp/diff_new_pack.C7EFzb/_new  2013-10-23 10:14:49.0 +0200
@@ -29,6 +29,8 @@
 Source1:ftp://ftp.iana.org/tz/releases/tzcode%{version}.tar.gz
 Patch0: tzdata-china.diff
 Patch1: tzcode-zic.diff
+# PATCH-FIX-OPENSUSE bnc#845530
+Patch2: tzcode-fromname.patch
 Patch3: iso3166-uk.diff
 Patch4: tzcode-link.diff
 Patch5: tzcode-symlink.patch
@@ -48,12 +50,14 @@
 # COMMON-PREP-BEGIN
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
 %patch3 -p1
 %if 0%{?suse_version} < 1220
 %patch4 -p1
 %else
 %patch5 -p1
 %endif
+sed -ri 's@/usr/local/etc/zoneinfo@%{_datadir}/zoneinfo@g' *.[1358]
 # COMMON-PREP-END
 
 %build
@@ -63,7 +67,7 @@
 AREA=%{AREA}
 ZONE=%{ZONE}
 export AREA LANG LC_ALL ZONE
-make %{?_smp_mflags} TZDIR=%{_prefix}/share/zoneinfo CFLAGS="$RPM_OPT_FLAGS 
-DHAVE_GETTEXT=1 -DTZDEFAULT='\"/etc/localtime\"' -DTM_GMTOFF=tm_gmtoff 
-DTM_ZONE=tm_zone" AWK=awk
+make %{?_smp_mflags} TZDIR=%{_datadir}/zoneinfo CFLAGS="$RPM_OPT_FLAGS 
-DHAVE_GETTEXT=1 -DTZDEFAULT='\"/etc/localtime\"' -DTM_GMTOFF=tm_gmtoff 
-DTM_ZONE=tm_zone" AWK=awk
 make %{?_smp_mflags} TZDIR=zoneinfo AWK=awk zones
 # Generate posixrules
 ./zic -y ./yearistype -d zoneinfo -p %{AREA}/%{ZONE}

++ tzcode-fromname.patch ++
--- timezone-2013g/zic.c
+++ timezone-2013g/zic.c2013-10-14 13:52:42.070235810 +
@@ -628,17 +628,17 @@ dolink(const char *const fromfield, cons
 
result = link(fromname, toname);
if (result != 0) {
-   const char *s = fromfield;
+   const char *s = fromname;
const char *t;
register char * symlinkcontents = NULL;
 
do
 t = s;
while ((s = strchr(s, '/'))
-  && ! strncmp (fromfield, tofield,
-++s - fromfield));
+  && ! strncmp (fromn

commit tcsh for openSUSE:Factory

2013-10-23 Thread h_root
Hello community,

here is the log from the commit of package tcsh for openSUSE:Factory checked in 
at 2013-10-23 10:11:34

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


Package is "tcsh"

Changes:

--- /work/SRC/openSUSE:Factory/tcsh/tcsh.changes2013-08-07 
22:00:36.0 +0200
+++ /work/SRC/openSUSE:Factory/.tcsh.new/tcsh.changes   2013-10-23 
10:11:35.0 +0200
@@ -1,0 +2,6 @@
+Tue Oct 15 17:05:54 UTC 2013 - wer...@suse.de
+
+- Add patch tcsh-6.18.01-history-merge.dif which is a backport of
+  the patch from Stanislav Tokos (bnc#844752)
+
+---

New:

  tcsh-6.18.01-history-merge.dif



Other differences:
--
++ tcsh.spec ++
--- /var/tmp/diff_new_pack.1CabAA/_old  2013-10-23 10:11:37.0 +0200
+++ /var/tmp/diff_new_pack.1CabAA/_new  2013-10-23 10:11:37.0 +0200
@@ -41,6 +41,7 @@
 Patch6: tcsh-6.17.10-catalogs.dif
 Patch7: tcsh-6.18.01-blk_buf.patch
 Patch8: tcsh-6.18.01-metakey.patch
+Patch9: tcsh-6.18.01-history-merge.dif
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -77,6 +78,7 @@
 %patch6 -p0 -b .catalogs
 %patch7 -p0 -b .blk_buf
 %patch8 -p0 -b .metakey
+%patch9 -p0 -b .history
 %patch  -b .0
 
 %build

++ tcsh-6.18.01-history-merge.dif ++
--- sh.hist.c
+++ sh.hist.c   2013-10-15 17:04:45.518796367 +
@@ -107,7 +107,7 @@ hremove(struct Hist *hp)
 
 /* Prune length of history list to specified size by history variable. */
 PG_STATIC void
-discardExcess(int histlen)
+discardExcess(int histlen, int mflg)
 {
 struct Hist *hp, *np;
 if (histTail == NULL) {
@@ -124,7 +124,7 @@ discardExcess(int histlen)
 break;
 }
 while (histCount > (unsigned)histlen && (np = histTail) != &Histlist) {
-if (eventno - np->Href >= histlen || histlen == 0)
+if ((eventno - np->Href >= histlen || histlen == 0) && !mflg)
 hremove(np), hfree(np);
 else
 break;
@@ -133,7 +133,7 @@ discardExcess(int histlen)
return; /* don't bother doing the full scan */
 for (hp = &Histlist; histCount > (unsigned)histlen &&
(np = hp->Hnext) != NULL;)
-if (eventno - np->Href >= histlen || histlen == 0)
+if (eventno - np->Href >= histlen || histlen == 0 || mflg)
 hremove(np), hfree(np);
 else
 hp = np;
@@ -161,7 +161,7 @@ savehist(
 }
 if (sp)
 (void) enthist(++eventno, sp, 1, mflg, histlen);
-discardExcess(histlen);
+discardExcess(histlen, mflg);
 }
 
 #define USE_JENKINS_HASH 1
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit tightvnc for openSUSE:13.1

2013-10-23 Thread h_root
Hello community,

here is the log from the commit of package tightvnc for openSUSE:13.1 checked 
in at 2013-10-23 10:11:47

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


Package is "tightvnc"

Changes:

--- /work/SRC/openSUSE:13.1/tightvnc/tightvnc.changes   2013-09-23 
11:13:10.0 +0200
+++ /work/SRC/openSUSE:13.1/.tightvnc.new/tightvnc.changes  2013-10-23 
10:11:53.0 +0200
@@ -1,0 +2,5 @@
+Tue Oct 22 13:25:40 UTC 2013 - sndir...@suse.com
+
+- vncserver script requires xdpyinfo (bnc#846953)
+
+---



Other differences:
--
++ tightvnc.spec ++
--- /var/tmp/diff_new_pack.WJ8hvH/_old  2013-10-23 10:11:53.0 +0200
+++ /var/tmp/diff_new_pack.WJ8hvH/_new  2013-10-23 10:11:53.0 +0200
@@ -21,6 +21,7 @@
 BuildRequires:  unzip
 BuildRequires:  xorg-x11-devel
 Url:http://www.tightvnc.com
+Requires:   xdpyinfo
 Requires:   xinetd
 Requires:   xorg-x11-Xvnc
 Provides:   vnc

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



commit qpdf for openSUSE:Factory

2013-10-23 Thread h_root
Hello community,

here is the log from the commit of package qpdf for openSUSE:Factory checked in 
at 2013-10-23 10:11:09

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


Package is "qpdf"

Changes:

--- /work/SRC/openSUSE:Factory/qpdf/qpdf.changes2013-07-12 
20:57:11.0 +0200
+++ /work/SRC/openSUSE:Factory/.qpdf.new/qpdf.changes   2013-10-23 
10:11:12.0 +0200
@@ -1,0 +2,6 @@
+Tue Oct 22 09:32:33 UTC 2013 - idon...@suse.com
+
+- Update to version 5.0.1
+  * Some security fixes, courtesy of Redhat
+
+---

Old:

  qpdf-5.0.0.tar.gz

New:

  qpdf-5.0.1.tar.gz



Other differences:
--
++ qpdf.spec ++
--- /var/tmp/diff_new_pack.URYxYY/_old  2013-10-23 10:11:22.0 +0200
+++ /var/tmp/diff_new_pack.URYxYY/_new  2013-10-23 10:11:22.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   qpdf
-Version:5.0.0
+Version:5.0.1
 Release:0
 %define so_version 13
 Summary:Command-line tools and library for transforming PDF files

++ qpdf-5.0.0.tar.gz -> qpdf-5.0.1.tar.gz ++
/work/SRC/openSUSE:Factory/qpdf/qpdf-5.0.0.tar.gz 
/work/SRC/openSUSE:Factory/.qpdf.new/qpdf-5.0.1.tar.gz differ: char 5, line 1

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



commit qpdf for openSUSE:13.1

2013-10-23 Thread h_root
Hello community,

here is the log from the commit of package qpdf for openSUSE:13.1 checked in at 
2013-10-23 10:11:12

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


Package is "qpdf"

Changes:

--- /work/SRC/openSUSE:13.1/qpdf/qpdf.changes   2013-09-23 11:07:32.0 
+0200
+++ /work/SRC/openSUSE:13.1/.qpdf.new/qpdf.changes  2013-10-23 
10:11:23.0 +0200
@@ -1,0 +2,6 @@
+Tue Oct 22 09:32:33 UTC 2013 - idon...@suse.com
+
+- Update to version 5.0.1
+  * Some security fixes, courtesy of Redhat
+
+---

Old:

  qpdf-5.0.0.tar.gz

New:

  qpdf-5.0.1.tar.gz



Other differences:
--
++ qpdf.spec ++
--- /var/tmp/diff_new_pack.wJjxNP/_old  2013-10-23 10:11:23.0 +0200
+++ /var/tmp/diff_new_pack.wJjxNP/_new  2013-10-23 10:11:23.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   qpdf
-Version:5.0.0
+Version:5.0.1
 Release:0
 %define so_version 13
 Summary:Command-line tools and library for transforming PDF files

++ qpdf-5.0.0.tar.gz -> qpdf-5.0.1.tar.gz ++
/work/SRC/openSUSE:13.1/qpdf/qpdf-5.0.0.tar.gz 
/work/SRC/openSUSE:13.1/.qpdf.new/qpdf-5.0.1.tar.gz differ: char 5, line 1

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



commit tcsh for openSUSE:13.1

2013-10-23 Thread h_root
Hello community,

here is the log from the commit of package tcsh for openSUSE:13.1 checked in at 
2013-10-23 10:11:36

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


Package is "tcsh"

Changes:

--- /work/SRC/openSUSE:13.1/tcsh/tcsh.changes   2013-09-23 11:10:07.0 
+0200
+++ /work/SRC/openSUSE:13.1/.tcsh.new/tcsh.changes  2013-10-23 
10:11:42.0 +0200
@@ -1,0 +2,6 @@
+Tue Oct 15 17:05:54 UTC 2013 - wer...@suse.de
+
+- Add patch tcsh-6.18.01-history-merge.dif which is a backport of
+  the patch from Stanislav Tokos (bnc#844752)
+
+---

New:

  tcsh-6.18.01-history-merge.dif



Other differences:
--
++ tcsh.spec ++
--- /var/tmp/diff_new_pack.xymVyX/_old  2013-10-23 10:11:42.0 +0200
+++ /var/tmp/diff_new_pack.xymVyX/_new  2013-10-23 10:11:42.0 +0200
@@ -41,6 +41,7 @@
 Patch6: tcsh-6.17.10-catalogs.dif
 Patch7: tcsh-6.18.01-blk_buf.patch
 Patch8: tcsh-6.18.01-metakey.patch
+Patch9: tcsh-6.18.01-history-merge.dif
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -77,6 +78,7 @@
 %patch6 -p0 -b .catalogs
 %patch7 -p0 -b .blk_buf
 %patch8 -p0 -b .metakey
+%patch9 -p0 -b .history
 %patch  -b .0
 
 %build

++ tcsh-6.18.01-history-merge.dif ++
--- sh.hist.c
+++ sh.hist.c   2013-10-15 17:04:45.518796367 +
@@ -107,7 +107,7 @@ hremove(struct Hist *hp)
 
 /* Prune length of history list to specified size by history variable. */
 PG_STATIC void
-discardExcess(int histlen)
+discardExcess(int histlen, int mflg)
 {
 struct Hist *hp, *np;
 if (histTail == NULL) {
@@ -124,7 +124,7 @@ discardExcess(int histlen)
 break;
 }
 while (histCount > (unsigned)histlen && (np = histTail) != &Histlist) {
-if (eventno - np->Href >= histlen || histlen == 0)
+if ((eventno - np->Href >= histlen || histlen == 0) && !mflg)
 hremove(np), hfree(np);
 else
 break;
@@ -133,7 +133,7 @@ discardExcess(int histlen)
return; /* don't bother doing the full scan */
 for (hp = &Histlist; histCount > (unsigned)histlen &&
(np = hp->Hnext) != NULL;)
-if (eventno - np->Href >= histlen || histlen == 0)
+if (eventno - np->Href >= histlen || histlen == 0 || mflg)
 hremove(np), hfree(np);
 else
 hp = np;
@@ -161,7 +161,7 @@ savehist(
 }
 if (sp)
 (void) enthist(++eventno, sp, 1, mflg, histlen);
-discardExcess(histlen);
+discardExcess(histlen, mflg);
 }
 
 #define USE_JENKINS_HASH 1
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit tightvnc for openSUSE:Factory

2013-10-23 Thread h_root
Hello community,

here is the log from the commit of package tightvnc for openSUSE:Factory 
checked in at 2013-10-23 10:11:43

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


Package is "tightvnc"

Changes:

--- /work/SRC/openSUSE:Factory/tightvnc/tightvnc.changes2013-07-25 
14:49:34.0 +0200
+++ /work/SRC/openSUSE:Factory/.tightvnc.new/tightvnc.changes   2013-10-23 
10:11:45.0 +0200
@@ -1,0 +2,5 @@
+Tue Oct 22 13:25:40 UTC 2013 - sndir...@suse.com
+
+- vncserver script requires xdpyinfo (bnc#846953)
+
+---



Other differences:
--
++ tightvnc.spec ++
--- /var/tmp/diff_new_pack.Q9gVgQ/_old  2013-10-23 10:11:46.0 +0200
+++ /var/tmp/diff_new_pack.Q9gVgQ/_new  2013-10-23 10:11:46.0 +0200
@@ -21,6 +21,7 @@
 BuildRequires:  unzip
 BuildRequires:  xorg-x11-devel
 Url:http://www.tightvnc.com
+Requires:   xdpyinfo
 Requires:   xinetd
 Requires:   xorg-x11-Xvnc
 Provides:   vnc

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



commit ntp for openSUSE:13.1

2013-10-23 Thread h_root
Hello community,

here is the log from the commit of package ntp for openSUSE:13.1 checked in at 
2013-10-23 10:10:54

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


Package is "ntp"

Changes:

--- /work/SRC/openSUSE:13.1/ntp/ntp.changes 2013-09-23 11:01:41.0 
+0200
+++ /work/SRC/openSUSE:13.1/.ntp.new/ntp.changes2013-10-23 
10:10:59.0 +0200
@@ -1,0 +2,5 @@
+Tue Oct 22 14:49:25 UTC 2013 - vark...@suse.com
+
+- bnc#838458 ntp start script does not update /var/lib/ntp/etc/localtime file 
if /etc/localtime is symlink 
+
+---



Other differences:
--
++ conf.ntp.init ++
--- /var/tmp/diff_new_pack.vF1FXr/_old  2013-10-23 10:10:59.0 +0200
+++ /var/tmp/diff_new_pack.vF1FXr/_new  2013-10-23 10:10:59.0 +0200
@@ -147,7 +147,7 @@
 test -d ${CHROOT_PREFIX}${configfile%/*} || mkdir -p 
${CHROOT_PREFIX}${configfile%/*}
 if [ -r ${configfile} ]
 then
-   cp -auL ${configfile} ${CHROOT_PREFIX}${configfile%/*}
+   cp -aL ${configfile} ${CHROOT_PREFIX}${configfile%/*}
 else
 echo
echo "Warning: ${configfile} not found or not readable"



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



commit ntp for openSUSE:Factory

2013-10-23 Thread h_root
Hello community,

here is the log from the commit of package ntp for openSUSE:Factory checked in 
at 2013-10-23 10:10:51

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


Package is "ntp"

Changes:

--- /work/SRC/openSUSE:Factory/ntp/ntp.changes  2013-08-27 20:53:29.0 
+0200
+++ /work/SRC/openSUSE:Factory/.ntp.new/ntp.changes 2013-10-23 
10:10:52.0 +0200
@@ -1,0 +2,5 @@
+Tue Oct 22 14:49:25 UTC 2013 - vark...@suse.com
+
+- bnc#838458 ntp start script does not update /var/lib/ntp/etc/localtime file 
if /etc/localtime is symlink 
+
+---



Other differences:
--
++ conf.ntp.init ++
--- /var/tmp/diff_new_pack.GYPx2U/_old  2013-10-23 10:10:54.0 +0200
+++ /var/tmp/diff_new_pack.GYPx2U/_new  2013-10-23 10:10:54.0 +0200
@@ -147,7 +147,7 @@
 test -d ${CHROOT_PREFIX}${configfile%/*} || mkdir -p 
${CHROOT_PREFIX}${configfile%/*}
 if [ -r ${configfile} ]
 then
-   cp -auL ${configfile} ${CHROOT_PREFIX}${configfile%/*}
+   cp -aL ${configfile} ${CHROOT_PREFIX}${configfile%/*}
 else
 echo
echo "Warning: ${configfile} not found or not readable"



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



commit lightdm for openSUSE:Factory

2013-10-23 Thread h_root
Hello community,

here is the log from the commit of package lightdm for openSUSE:Factory checked 
in at 2013-10-23 10:10:44

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


Package is "lightdm"

Changes:

--- /work/SRC/openSUSE:Factory/lightdm/lightdm.changes  2013-10-17 
17:41:55.0 +0200
+++ /work/SRC/openSUSE:Factory/.lightdm.new/lightdm.changes 2013-10-23 
10:10:46.0 +0200
@@ -1,0 +2,7 @@
+Tue Oct 22 11:11:24 UTC 2013 - g...@opensuse.org
+
+- add lightdm-set-xdg-session-class.patch in order to correctly set
+  $XDG_SESSION_CLASS for greeters (bnc#846914, lp#1242939,
+  backported from upstream bzr)
+
+---

New:

  lightdm-set-xdg-session-class.patch



Other differences:
--
++ lightdm.spec ++
--- /var/tmp/diff_new_pack.JOus5p/_old  2013-10-23 10:10:49.0 +0200
+++ /var/tmp/diff_new_pack.JOus5p/_new  2013-10-23 10:10:49.0 +0200
@@ -54,6 +54,8 @@
 Patch6: lightdm-use-run-dir.patch
 # PATCH-FIX-UPSTREAM lightdm-fix-session-setup-script-env.patch 
g...@opensuse.org -- Put user information in the environment when running 
session-setup-script
 Patch7: lightdm-fix-session-setup-script-env.patch
+# PATCH-FIX-UPSTREAM lightdm-set-xdg-session-class.patch bnc#846914 lp#1242939 
g...@opensuse.org -- Correctly set $XDG_SESSION_CLASS for greeters (backported 
from upstream bzr)
+Patch8: lightdm-set-xdg-session-class.patch
 BuildRequires:  gcc-c++
 BuildRequires:  gnome-common
 BuildRequires:  gtk-doc
@@ -141,6 +143,7 @@
 %patch6 -p1
 %endif
 %patch7 -p1
+%patch8 -p1
 
 %build
 bash ./autogen.sh

++ lightdm-set-xdg-session-class.patch ++
 1648 lines (skipped)

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



commit libmodplug for openSUSE:Factory

2013-10-23 Thread h_root
Hello community,

here is the log from the commit of package libmodplug for openSUSE:Factory 
checked in at 2013-10-23 10:09:50

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


Package is "libmodplug"

Changes:

--- /work/SRC/openSUSE:Factory/libmodplug/libmodplug.changes2012-03-19 
10:08:07.0 +0100
+++ /work/SRC/openSUSE:Factory/.libmodplug.new/libmodplug.changes   
2013-10-23 10:09:53.0 +0200
@@ -1,0 +2,7 @@
+Tue Oct 22 16:42:30 CEST 2013 - sbra...@suse.cz
+
+- Two security fixes (bnc#834483):
+  * Fix integer overflow (CVE-2013-4233, CVE-2013-4233.patch).
+  * Fix heap overflows (CVE-2013-4234, CVE-2013-4234.patch).
+
+---

New:

  CVE-2013-4233.patch
  CVE-2013-4234.patch



Other differences:
--
++ libmodplug.spec ++
--- /var/tmp/diff_new_pack.GZjSpK/_old  2013-10-23 10:10:20.0 +0200
+++ /var/tmp/diff_new_pack.GZjSpK/_new  2013-10-23 10:10:20.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libmodplug
 #
-# 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,10 +20,10 @@
 
 Name:   libmodplug
 Summary:A MOD playing library
-Version:0.8.8.4
-Release:2
-Group:  System/Libraries
 License:SUSE-Public-Domain
+Group:  System/Libraries
+Version:0.8.8.4
+Release:0
 Url:http://modplug-xmms.sourceforge.net
 Source: %{name}-%{version}.tar.bz2
 Source1:baselibs.conf
@@ -31,7 +31,13 @@
 Patch1: libmodplug-timidity.patch
 # PATCH-FIX-OPENSUSE Fix buffer overflow
 Patch2: libmodplug-overflow.patch
-BuildRequires:  dos2unix gcc-c++ pkg-config
+# PATCH-FIX-UPSTREAM CVE-2013-4233.patch bnc834483 CVE-2013-4233 
sbra...@suse.cz -- Fix integer overflow.
+Patch3: CVE-2013-4233.patch
+# PATCH-FIX-UPSTREAM CVE-2013-4234.patch bnc834483 CVE-2013-4234 
sbra...@suse.cz -- Fix heap overflows.
+Patch4: CVE-2013-4234.patch
+BuildRequires:  dos2unix
+BuildRequires:  gcc-c++
+BuildRequires:  pkg-config
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -42,7 +48,6 @@
 
 %package -n libmodplug%{soname}
 
-License:SUSE-Public-Domain
 Summary:Development files for libmodplug
 Group:  Development/Libraries/C and C++
 
@@ -55,7 +60,6 @@
 - plays textfiles written in the ABC music notation (*.abc).
 
 %package devel
-License:SUSE-Public-Domain
 Summary:Development files for libmodplug
 Group:  Development/Libraries/C and C++
 Requires:   libmodplug%{soname} = %{version}
@@ -67,6 +71,8 @@
 %setup -q
 %patch1
 %patch2 -p1
+%patch3 -p2
+%patch4 -p2
 # Fix eol encoding.
 dos2unix -o ChangeLog
 

++ CVE-2013-4233.patch ++
>From c4d4e047862649a75f6dba905c613aff0df81309 Mon Sep 17 00:00:00 2001
From: Konstanty Bialkowski 
Date: Wed, 14 Aug 2013 14:15:27 +1000
Subject: [PATCH] CVE-2013-4233 Fix

Integer overflow in j variable

-- reported by Florian "Agix" Gaultier
---
 libmodplug/src/load_abc.cpp | 7 ---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/libmodplug/src/load_abc.cpp b/libmodplug/src/load_abc.cpp
index 9f4b328..ecb7b62 100644
--- a/libmodplug/src/load_abc.cpp
+++ b/libmodplug/src/load_abc.cpp
@@ -1814,7 +1814,7 @@ static int abc_extract_tempo(const char *p, int invoice)
 
 static voidabc_set_parts(char **d, char *p)
 {
-   int i,j,k,m,n;
+   int i,j,k,m,n,size;
char *q;
 #ifdef NEWMIKMOD
static MM_ALLOC *h;
@@ -1852,10 +1852,11 @@ static void abc_set_parts(char **d, char *p)
i += n-1;
}
}
-   q = (char *)_mm_calloc(h, j+1, sizeof(char));   // enough storage for 
the worst case
+   size = (j + 1) > 0 ? j+1 : j;
+   q = (char *)_mm_calloc(h, size, sizeof(char));  // enough storage for 
the worst case
// now copy bytes from p to *d, taking parens and digits in account
j = 0;
-   for( i=0; p[i] && p[i] != '%'; i++ ) {
+   for( i=0; p[i] && p[i] != '%' && j < size; i++ ) {
if( isdigit(p[i]) || isupper(p[i]) || p[i] == '(' || p[i] == 
')' ) {
if( p[i] == ')' ) {
for( n=j; n > 0 && q[n-1] != '('; n-- ) ;   
// find open paren in q
-- 
1.8.4

++ CVE-2013-4234.patch ++
>From 5de53a46283e7c463115444a9339978011dab961 Mon Sep 17 00:00:00 2001
From: Konstanty Bialkows

commit libmodplug for openSUSE:13.1

2013-10-23 Thread h_root
Hello community,

here is the log from the commit of package libmodplug for openSUSE:13.1 checked 
in at 2013-10-23 10:09:57

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


Package is "libmodplug"

Changes:

--- /work/SRC/openSUSE:13.1/libmodplug/libmodplug.changes   2013-09-23 
10:57:44.0 +0200
+++ /work/SRC/openSUSE:13.1/.libmodplug.new/libmodplug.changes  2013-10-23 
10:10:20.0 +0200
@@ -1,0 +2,7 @@
+Tue Oct 22 16:42:30 CEST 2013 - sbra...@suse.cz
+
+- Two security fixes (bnc#834483):
+  * Fix integer overflow (CVE-2013-4233, CVE-2013-4233.patch).
+  * Fix heap overflows (CVE-2013-4234, CVE-2013-4234.patch).
+
+---

New:

  CVE-2013-4233.patch
  CVE-2013-4234.patch



Other differences:
--
++ libmodplug.spec ++
--- /var/tmp/diff_new_pack.7IdD36/_old  2013-10-23 10:10:20.0 +0200
+++ /var/tmp/diff_new_pack.7IdD36/_new  2013-10-23 10:10:20.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libmodplug
 #
-# 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,10 +20,10 @@
 
 Name:   libmodplug
 Summary:A MOD playing library
-Version:0.8.8.4
-Release:2
-Group:  System/Libraries
 License:SUSE-Public-Domain
+Group:  System/Libraries
+Version:0.8.8.4
+Release:0
 Url:http://modplug-xmms.sourceforge.net
 Source: %{name}-%{version}.tar.bz2
 Source1:baselibs.conf
@@ -31,7 +31,13 @@
 Patch1: libmodplug-timidity.patch
 # PATCH-FIX-OPENSUSE Fix buffer overflow
 Patch2: libmodplug-overflow.patch
-BuildRequires:  dos2unix gcc-c++ pkg-config
+# PATCH-FIX-UPSTREAM CVE-2013-4233.patch bnc834483 CVE-2013-4233 
sbra...@suse.cz -- Fix integer overflow.
+Patch3: CVE-2013-4233.patch
+# PATCH-FIX-UPSTREAM CVE-2013-4234.patch bnc834483 CVE-2013-4234 
sbra...@suse.cz -- Fix heap overflows.
+Patch4: CVE-2013-4234.patch
+BuildRequires:  dos2unix
+BuildRequires:  gcc-c++
+BuildRequires:  pkg-config
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -42,7 +48,6 @@
 
 %package -n libmodplug%{soname}
 
-License:SUSE-Public-Domain
 Summary:Development files for libmodplug
 Group:  Development/Libraries/C and C++
 
@@ -55,7 +60,6 @@
 - plays textfiles written in the ABC music notation (*.abc).
 
 %package devel
-License:SUSE-Public-Domain
 Summary:Development files for libmodplug
 Group:  Development/Libraries/C and C++
 Requires:   libmodplug%{soname} = %{version}
@@ -67,6 +71,8 @@
 %setup -q
 %patch1
 %patch2 -p1
+%patch3 -p2
+%patch4 -p2
 # Fix eol encoding.
 dos2unix -o ChangeLog
 

++ CVE-2013-4233.patch ++
>From c4d4e047862649a75f6dba905c613aff0df81309 Mon Sep 17 00:00:00 2001
From: Konstanty Bialkowski 
Date: Wed, 14 Aug 2013 14:15:27 +1000
Subject: [PATCH] CVE-2013-4233 Fix

Integer overflow in j variable

-- reported by Florian "Agix" Gaultier
---
 libmodplug/src/load_abc.cpp | 7 ---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/libmodplug/src/load_abc.cpp b/libmodplug/src/load_abc.cpp
index 9f4b328..ecb7b62 100644
--- a/libmodplug/src/load_abc.cpp
+++ b/libmodplug/src/load_abc.cpp
@@ -1814,7 +1814,7 @@ static int abc_extract_tempo(const char *p, int invoice)
 
 static voidabc_set_parts(char **d, char *p)
 {
-   int i,j,k,m,n;
+   int i,j,k,m,n,size;
char *q;
 #ifdef NEWMIKMOD
static MM_ALLOC *h;
@@ -1852,10 +1852,11 @@ static void abc_set_parts(char **d, char *p)
i += n-1;
}
}
-   q = (char *)_mm_calloc(h, j+1, sizeof(char));   // enough storage for 
the worst case
+   size = (j + 1) > 0 ? j+1 : j;
+   q = (char *)_mm_calloc(h, size, sizeof(char));  // enough storage for 
the worst case
// now copy bytes from p to *d, taking parens and digits in account
j = 0;
-   for( i=0; p[i] && p[i] != '%'; i++ ) {
+   for( i=0; p[i] && p[i] != '%' && j < size; i++ ) {
if( isdigit(p[i]) || isupper(p[i]) || p[i] == '(' || p[i] == 
')' ) {
if( p[i] == ')' ) {
for( n=j; n > 0 && q[n-1] != '('; n-- ) ;   
// find open paren in q
-- 
1.8.4

++ CVE-2013-4234.patch ++
>From 5de53a46283e7c463115444a9339978011dab961 Mon Sep 17 00:00:00 2001
From: Konstanty Bialkowski 
Date: Wed, 14

commit kdeartwork4 for openSUSE:13.1

2013-10-23 Thread h_root
Hello community,

here is the log from the commit of package kdeartwork4 for openSUSE:13.1 
checked in at 2013-10-23 10:08:42

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


Package is "kdeartwork4"

Changes:

--- /work/SRC/openSUSE:13.1/kdeartwork4/kdeartwork4.changes 2013-10-03 
15:52:39.0 +0200
+++ /work/SRC/openSUSE:13.1/.kdeartwork4.new/kdeartwork4.changes
2013-10-23 10:08:48.0 +0200
@@ -1,0 +2,7 @@
+Tue Oct 22 09:35:05 UTC 2013 - alarr...@suse.com
+
+- Added remove-unlicensed-sounds.diff to remove
+  installation of unlicensed sound files. Also removed
+  the kdeartwork4-sounds subpackage. Fixes bnc#754072
+
+---

New:

  remove-unlicensed-sounds.diff



Other differences:
--
++ kdeartwork4.spec ++
--- /var/tmp/diff_new_pack.tuI46e/_old  2013-10-23 10:08:50.0 +0200
+++ /var/tmp/diff_new_pack.tuI46e/_new  2013-10-23 10:08:50.0 +0200
@@ -34,8 +34,10 @@
 Release:0
 Source0:kdeartwork-%{version}.tar.xz
 Source1:baselibs.conf
+# PATCH-FIX-UPSTREAM remove-unlicensed-sounds.diff -- bnc#754072
+Patch0: remove-unlicensed-sounds.diff
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-%define targets kscreensaver kwin-styles styles ColorSchemes desktopthemes 
emoticons IconThemes sounds wallpapers HighResolutionWallpapers 
WeatherWallpapers
+%define targets kscreensaver kwin-styles styles ColorSchemes desktopthemes 
emoticons IconThemes wallpapers HighResolutionWallpapers WeatherWallpapers
 
 %description
 This package suggests the packages which are built from the kdeartwork
@@ -43,6 +45,7 @@
 
 %prep
 %setup -q -n kdeartwork-%{version}
+%patch0 -p1
 
 %build
   # in 11.3 and later it's perfectly feasible to have xscreensaver hacks 
without xscreensaver binary
@@ -147,15 +150,6 @@
 %description -n kdeartwork4-icons-mono
 This package provides monochrome KDE icons for increased accessibility.
 
-%package -n kdeartwork4-sounds
-Summary:KDE sound package
-Group:  System/GUI/KDE
-BuildArch:  noarch
-
-%description -n kdeartwork4-sounds
-This package contains the sounds which originate from the kdeartwork
-module.
-
 %package -n kdeartwork4-wallpapers
 Summary:KDE wallpapers package
 Group:  System/GUI/KDE
@@ -250,10 +244,6 @@
 %doc COPYING COPYING.LIB COPYING.DOC README
 %{_kde4_iconsdir}/mono/
 
-%files -n kdeartwork4-sounds -f filelists/sounds
-%defattr(-,root,root)
-%doc COPYING COPYING.LIB COPYING.DOC README
-
 %files -n kdeartwork4-wallpapers -f filelists/wallpapers
 %defattr(-,root,root)
 %doc COPYING COPYING.LIB COPYING.DOC README

++ remove-unlicensed-sounds.diff ++
Index: kdeartwork-4.11.2/CMakeLists.txt
===
--- kdeartwork-4.11.2.orig/CMakeLists.txt
+++ kdeartwork-4.11.2/CMakeLists.txt
@@ -21,7 +21,6 @@ macro_optional_add_subdirectory(kscreens
 if (Q_WS_X11)
macro_optional_add_subdirectory(kwin-styles)
 endif (Q_WS_X11)
-macro_optional_add_subdirectory(sounds)
 macro_optional_add_subdirectory(styles)
 macro_optional_add_subdirectory(wallpapers)
 macro_optional_add_subdirectory(HighResolutionWallpapers)
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit kdeartwork4 for openSUSE:Factory

2013-10-23 Thread h_root
Hello community,

here is the log from the commit of package kdeartwork4 for openSUSE:Factory 
checked in at 2013-10-23 10:08:39

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


Package is "kdeartwork4"

Changes:

--- /work/SRC/openSUSE:Factory/kdeartwork4/kdeartwork4.changes  2013-10-03 
15:52:34.0 +0200
+++ /work/SRC/openSUSE:Factory/.kdeartwork4.new/kdeartwork4.changes 
2013-10-23 10:08:40.0 +0200
@@ -1,0 +2,7 @@
+Tue Oct 22 09:35:05 UTC 2013 - alarr...@suse.com
+
+- Added remove-unlicensed-sounds.diff to remove
+  installation of unlicensed sound files. Also removed
+  the kdeartwork4-sounds subpackage. Fixes bnc#754072
+
+---

New:

  remove-unlicensed-sounds.diff



Other differences:
--
++ kdeartwork4.spec ++
--- /var/tmp/diff_new_pack.ee8a0V/_old  2013-10-23 10:08:42.0 +0200
+++ /var/tmp/diff_new_pack.ee8a0V/_new  2013-10-23 10:08:42.0 +0200
@@ -34,8 +34,10 @@
 Release:0
 Source0:kdeartwork-%{version}.tar.xz
 Source1:baselibs.conf
+# PATCH-FIX-UPSTREAM remove-unlicensed-sounds.diff -- bnc#754072
+Patch0: remove-unlicensed-sounds.diff
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-%define targets kscreensaver kwin-styles styles ColorSchemes desktopthemes 
emoticons IconThemes sounds wallpapers HighResolutionWallpapers 
WeatherWallpapers
+%define targets kscreensaver kwin-styles styles ColorSchemes desktopthemes 
emoticons IconThemes wallpapers HighResolutionWallpapers WeatherWallpapers
 
 %description
 This package suggests the packages which are built from the kdeartwork
@@ -43,6 +45,7 @@
 
 %prep
 %setup -q -n kdeartwork-%{version}
+%patch0 -p1
 
 %build
   # in 11.3 and later it's perfectly feasible to have xscreensaver hacks 
without xscreensaver binary
@@ -147,15 +150,6 @@
 %description -n kdeartwork4-icons-mono
 This package provides monochrome KDE icons for increased accessibility.
 
-%package -n kdeartwork4-sounds
-Summary:KDE sound package
-Group:  System/GUI/KDE
-BuildArch:  noarch
-
-%description -n kdeartwork4-sounds
-This package contains the sounds which originate from the kdeartwork
-module.
-
 %package -n kdeartwork4-wallpapers
 Summary:KDE wallpapers package
 Group:  System/GUI/KDE
@@ -250,10 +244,6 @@
 %doc COPYING COPYING.LIB COPYING.DOC README
 %{_kde4_iconsdir}/mono/
 
-%files -n kdeartwork4-sounds -f filelists/sounds
-%defattr(-,root,root)
-%doc COPYING COPYING.LIB COPYING.DOC README
-
 %files -n kdeartwork4-wallpapers -f filelists/wallpapers
 %defattr(-,root,root)
 %doc COPYING COPYING.LIB COPYING.DOC README

++ remove-unlicensed-sounds.diff ++
Index: kdeartwork-4.11.2/CMakeLists.txt
===
--- kdeartwork-4.11.2.orig/CMakeLists.txt
+++ kdeartwork-4.11.2/CMakeLists.txt
@@ -21,7 +21,6 @@ macro_optional_add_subdirectory(kscreens
 if (Q_WS_X11)
macro_optional_add_subdirectory(kwin-styles)
 endif (Q_WS_X11)
-macro_optional_add_subdirectory(sounds)
 macro_optional_add_subdirectory(styles)
 macro_optional_add_subdirectory(wallpapers)
 macro_optional_add_subdirectory(HighResolutionWallpapers)
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit gnome-tweak-tool for openSUSE:Factory

2013-10-23 Thread h_root
Hello community,

here is the log from the commit of package gnome-tweak-tool for 
openSUSE:Factory checked in at 2013-10-23 10:08:01

Comparing /work/SRC/openSUSE:Factory/gnome-tweak-tool (Old)
 and  /work/SRC/openSUSE:Factory/.gnome-tweak-tool.new (New)


Package is "gnome-tweak-tool"

Changes:

--- /work/SRC/openSUSE:Factory/gnome-tweak-tool/gnome-tweak-tool.changes
2013-09-27 17:30:41.0 +0200
+++ /work/SRC/openSUSE:Factory/.gnome-tweak-tool.new/gnome-tweak-tool.changes   
2013-10-23 10:08:04.0 +0200
@@ -1,0 +2,6 @@
+Tue Oct 22 07:28:34 UTC 2013 - dims...@opensuse.org
+
+- Add gnome-tweak-tool-threading-crashes.patch: Fix crashes due to
+  threading locks (bnc#846754, bgo#710530).
+
+---

New:

  gnome-tweak-tool-threading-crashes.patch



Other differences:
--
++ gnome-tweak-tool.spec ++
--- /var/tmp/diff_new_pack.yDznyu/_old  2013-10-23 10:08:05.0 +0200
+++ /var/tmp/diff_new_pack.yDznyu/_new  2013-10-23 10:08:05.0 +0200
@@ -25,6 +25,8 @@
 Group:  System/GUI/GNOME
 Url:http://live.gnome.org/GnomeTweakTool
 Source0:
http://download.gnome.org/sources/gnome-tweak-tool/3.10/%{name}-%{version}.tar.xz
+# PATCH-FIX-UPSTREAM gnome-tweak-tool-threading-crashes.patch bnc#846754 
bgo#710530 dims...@opensuse.org -- Fix crashes due to threading locks
+Patch0: gnome-tweak-tool-threading-crashes.patch
 BuildRequires:  fdupes
 # Needed to have typelib() Requires
 BuildRequires:  gobject-introspection
@@ -51,6 +53,7 @@
 %lang_package
 %prep
 %setup -q
+%patch0 -p1
 translation-update-upstream
 
 %build

++ gnome-tweak-tool-threading-crashes.patch ++
Index: gnome-tweak-tool-3.10.0/gnome-tweak-tool
===
--- gnome-tweak-tool-3.10.0.orig/gnome-tweak-tool
+++ gnome-tweak-tool-3.10.0/gnome-tweak-tool
@@ -20,6 +20,12 @@ import locale
 import gettext
 import sys
 
+# Hack to force GIL creation
+# See: https://bugzilla.gnome.org/show_bug.cgi?id=709223
+import threading
+threading.Thread(target=lambda: None).start()
+
+
 import gi
 gi.require_version("Gtk", "3.0")
 
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit gnome-tweak-tool for openSUSE:13.1

2013-10-23 Thread h_root
Hello community,

here is the log from the commit of package gnome-tweak-tool for openSUSE:13.1 
checked in at 2013-10-23 10:08:03

Comparing /work/SRC/openSUSE:13.1/gnome-tweak-tool (Old)
 and  /work/SRC/openSUSE:13.1/.gnome-tweak-tool.new (New)


Package is "gnome-tweak-tool"

Changes:

--- /work/SRC/openSUSE:13.1/gnome-tweak-tool/gnome-tweak-tool.changes   
2013-09-27 17:30:42.0 +0200
+++ /work/SRC/openSUSE:13.1/.gnome-tweak-tool.new/gnome-tweak-tool.changes  
2013-10-23 10:08:05.0 +0200
@@ -1,0 +2,6 @@
+Tue Oct 22 07:28:34 UTC 2013 - dims...@opensuse.org
+
+- Add gnome-tweak-tool-threading-crashes.patch: Fix crashes due to
+  threading locks (bnc#846754, bgo#710530).
+
+---

New:

  gnome-tweak-tool-threading-crashes.patch



Other differences:
--
++ gnome-tweak-tool.spec ++
--- /var/tmp/diff_new_pack.vTJbXt/_old  2013-10-23 10:08:05.0 +0200
+++ /var/tmp/diff_new_pack.vTJbXt/_new  2013-10-23 10:08:05.0 +0200
@@ -25,6 +25,8 @@
 Group:  System/GUI/GNOME
 Url:http://live.gnome.org/GnomeTweakTool
 Source0:
http://download.gnome.org/sources/gnome-tweak-tool/3.10/%{name}-%{version}.tar.xz
+# PATCH-FIX-UPSTREAM gnome-tweak-tool-threading-crashes.patch bnc#846754 
bgo#710530 dims...@opensuse.org -- Fix crashes due to threading locks
+Patch0: gnome-tweak-tool-threading-crashes.patch
 BuildRequires:  fdupes
 # Needed to have typelib() Requires
 BuildRequires:  gobject-introspection
@@ -51,6 +53,7 @@
 %lang_package
 %prep
 %setup -q
+%patch0 -p1
 translation-update-upstream
 
 %build

++ gnome-tweak-tool-threading-crashes.patch ++
Index: gnome-tweak-tool-3.10.0/gnome-tweak-tool
===
--- gnome-tweak-tool-3.10.0.orig/gnome-tweak-tool
+++ gnome-tweak-tool-3.10.0/gnome-tweak-tool
@@ -20,6 +20,12 @@ import locale
 import gettext
 import sys
 
+# Hack to force GIL creation
+# See: https://bugzilla.gnome.org/show_bug.cgi?id=709223
+import threading
+threading.Thread(target=lambda: None).start()
+
+
 import gi
 gi.require_version("Gtk", "3.0")
 
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit gthumb for openSUSE:Factory

2013-10-23 Thread h_root
Hello community,

here is the log from the commit of package gthumb for openSUSE:Factory checked 
in at 2013-10-23 10:08:19

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


Package is "gthumb"

Changes:

--- /work/SRC/openSUSE:Factory/gthumb/gthumb.changes2013-10-21 
12:29:21.0 +0200
+++ /work/SRC/openSUSE:Factory/.gthumb.new/gthumb.changes   2013-10-23 
10:08:20.0 +0200
@@ -1,0 +2,6 @@
+Mon Oct 21 17:42:37 UTC 2013 - dims...@opensuse.org
+
+- Add gthumb-launch-help.patch: Fix help not being found
+  (bnc#846900).
+
+---

New:

  gthumb-launch-help.patch



Other differences:
--
++ gthumb.spec ++
--- /var/tmp/diff_new_pack.xvSxkw/_old  2013-10-23 10:08:21.0 +0200
+++ /var/tmp/diff_new_pack.xvSxkw/_new  2013-10-23 10:08:21.0 +0200
@@ -25,6 +25,8 @@
 Group:  Productivity/Graphics/Viewers
 Url:http://live.gnome.org/gthumb
 Source: 
http://download.gnome.org/sources/gthumb/3.2/%{name}-%{version}.tar.xz
+# PATCH-FIX-UPSTREAM gthumb-launch-help.patch bnc#846900 dims...@opensuse.org 
-- Fix gthumb not being able to load help
+Patch0: gthumb-launch-help.patch
 # For web albums
 BuildRequires:  bison
 BuildRequires:  fdupes
@@ -85,6 +87,7 @@
 %lang_package
 %prep
 %setup -q
+%patch0 -p1
 translation-update-upstream
 
 %build

++ gthumb-launch-help.patch ++
>From fa93814212c58fe58333ee485f660036e4830904 Mon Sep 17 00:00:00 2001
From: Dominique Leuenberger 
Date: Mon, 21 Oct 2013 19:41:27 +0200
Subject: [PATCH] help: fix calling help from withing the application.

---
 gthumb/gtk-utils.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gthumb/gtk-utils.c b/gthumb/gtk-utils.c
index 401cc1b..d851263 100644
--- a/gthumb/gtk-utils.c
+++ b/gthumb/gtk-utils.c
@@ -481,7 +481,7 @@ show_help_dialog (GtkWindow  *parent,
char   *uri;
GError *error = NULL;
 
-   uri = g_strconcat ("ghelp:gthumb", section ? "?" : NULL, section, NULL);
+   uri = g_strconcat ("help:gthumb", section ? "?" : NULL, section, NULL);
if (! gtk_show_uri (gtk_window_get_screen (parent), uri, 
GDK_CURRENT_TIME, &error)) {
GtkWidget *dialog;
 
-- 
1.8.4

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



commit gthumb for openSUSE:13.1

2013-10-23 Thread h_root
Hello community,

here is the log from the commit of package gthumb for openSUSE:13.1 checked in 
at 2013-10-23 10:08:21

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


Package is "gthumb"

Changes:

--- /work/SRC/openSUSE:13.1/gthumb/gthumb.changes   2013-10-21 
12:49:14.0 +0200
+++ /work/SRC/openSUSE:13.1/.gthumb.new/gthumb.changes  2013-10-23 
10:08:22.0 +0200
@@ -1,0 +2,6 @@
+Mon Oct 21 17:42:37 UTC 2013 - dims...@opensuse.org
+
+- Add gthumb-launch-help.patch: Fix help not being found
+  (bnc#846900).
+
+---

New:

  gthumb-launch-help.patch



Other differences:
--
++ gthumb.spec ++
--- /var/tmp/diff_new_pack.hqWvk5/_old  2013-10-23 10:08:22.0 +0200
+++ /var/tmp/diff_new_pack.hqWvk5/_new  2013-10-23 10:08:22.0 +0200
@@ -25,6 +25,8 @@
 Group:  Productivity/Graphics/Viewers
 Url:http://live.gnome.org/gthumb
 Source: 
http://download.gnome.org/sources/gthumb/3.2/%{name}-%{version}.tar.xz
+# PATCH-FIX-UPSTREAM gthumb-launch-help.patch bnc#846900 dims...@opensuse.org 
-- Fix gthumb not being able to load help
+Patch0: gthumb-launch-help.patch
 # For web albums
 BuildRequires:  bison
 BuildRequires:  fdupes
@@ -85,6 +87,7 @@
 %lang_package
 %prep
 %setup -q
+%patch0 -p1
 translation-update-upstream
 
 %build

++ gthumb-launch-help.patch ++
>From fa93814212c58fe58333ee485f660036e4830904 Mon Sep 17 00:00:00 2001
From: Dominique Leuenberger 
Date: Mon, 21 Oct 2013 19:41:27 +0200
Subject: [PATCH] help: fix calling help from withing the application.

---
 gthumb/gtk-utils.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gthumb/gtk-utils.c b/gthumb/gtk-utils.c
index 401cc1b..d851263 100644
--- a/gthumb/gtk-utils.c
+++ b/gthumb/gtk-utils.c
@@ -481,7 +481,7 @@ show_help_dialog (GtkWindow  *parent,
char   *uri;
GError *error = NULL;
 
-   uri = g_strconcat ("ghelp:gthumb", section ? "?" : NULL, section, NULL);
+   uri = g_strconcat ("help:gthumb", section ? "?" : NULL, section, NULL);
if (! gtk_show_uri (gtk_window_get_screen (parent), uri, 
GDK_CURRENT_TIME, &error)) {
GtkWidget *dialog;
 
-- 
1.8.4

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



commit gnome-shell for openSUSE:Factory

2013-10-23 Thread h_root
Hello community,

here is the log from the commit of package gnome-shell for openSUSE:Factory 
checked in at 2013-10-23 10:07:54

Comparing /work/SRC/openSUSE:Factory/gnome-shell (Old)
 and  /work/SRC/openSUSE:Factory/.gnome-shell.new (New)


Package is "gnome-shell"

Changes:

--- /work/SRC/openSUSE:Factory/gnome-shell/gnome-shell.changes  2013-10-19 
11:15:20.0 +0200
+++ /work/SRC/openSUSE:Factory/.gnome-shell.new/gnome-shell.changes 
2013-10-23 10:07:56.0 +0200
@@ -1,0 +2,12 @@
+Mon Oct 21 16:15:24 UTC 2013 - dims...@opensuse.org
+
+- Drop gnome-shell-no_clear_hint.patch: we found a better
+  workardound that even results in the loading of the background
+  image. The code is of course not fixed.
+- Create /usr/share/gnome-shell/modes: by this, the erronous code
+  path is not being triggered, likely due to async calls happening
+  in the expected order. It even results in loading the branded
+  background image (and explains why users with gnome-shell-classic
+  installed never saw this).
+
+---

Old:

  gnome-shell-no_clear_hint.patch



Other differences:
--
++ gnome-shell.spec ++
--- /var/tmp/diff_new_pack.lbhNnI/_old  2013-10-23 10:08:03.0 +0200
+++ /var/tmp/diff_new_pack.lbhNnI/_new  2013-10-23 10:08:03.0 +0200
@@ -26,8 +26,6 @@
 Source: 
http://download.gnome.org/sources/gnome-shell/3.10/%{name}-%{version}.tar.xz
 # PATCH-FIX-UPSTREAM gnome-shell-private-connection.patch bnc#751211 
bgo#646187 dims...@opensuse.org -- create private connections if the user is 
not authorized
 Patch1: gnome-shell-private-connection.patch
-# PATCH-FIX-OPENSUSE gnome-shell-no_clear_hint.patch bgo#709313 bnc#844891 
dims...@opensuse.org -- Work around refresh issues. This is not the final 
solution; the wallpaper is often not loaded, but at least it stops the screen 
from flickering wildly, giving a much less broken experience.
-Patch2: gnome-shell-no_clear_hint.patch
 BuildRequires:  docbook-xsl-stylesheets
 BuildRequires:  intltool
 BuildRequires:  translation-update-upstream
@@ -137,7 +135,6 @@
 %prep
 %setup -q
 %patch1 -p1
-%patch2 -p1
 translation-update-upstream
 
 %build
@@ -160,6 +157,8 @@
 %find_lang %{name} %{?no_lang_C}
 %suse_update_desktop_file %{name}
 %suse_update_desktop_file gnome-shell-extension-prefs
+# Work around race, as reported in bnc#844891 & bgo#709313.
+install -d %{buildroot}%{_datadir}/gnome-shell/modes
 
 %clean
 rm -rf %{buildroot}

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



commit gnome-shell for openSUSE:13.1

2013-10-23 Thread h_root
Hello community,

here is the log from the commit of package gnome-shell for openSUSE:13.1 
checked in at 2013-10-23 10:07:56

Comparing /work/SRC/openSUSE:13.1/gnome-shell (Old)
 and  /work/SRC/openSUSE:13.1/.gnome-shell.new (New)


Package is "gnome-shell"

Changes:

--- /work/SRC/openSUSE:13.1/gnome-shell/gnome-shell.changes 2013-10-19 
16:48:42.0 +0200
+++ /work/SRC/openSUSE:13.1/.gnome-shell.new/gnome-shell.changes
2013-10-23 10:08:03.0 +0200
@@ -1,0 +2,12 @@
+Mon Oct 21 16:15:24 UTC 2013 - dims...@opensuse.org
+
+- Drop gnome-shell-no_clear_hint.patch: we found a better
+  workardound that even results in the loading of the background
+  image. The code is of course not fixed.
+- Create /usr/share/gnome-shell/modes: by this, the erronous code
+  path is not being triggered, likely due to async calls happening
+  in the expected order. It even results in loading the branded
+  background image (and explains why users with gnome-shell-classic
+  installed never saw this).
+
+---

Old:

  gnome-shell-no_clear_hint.patch



Other differences:
--
++ gnome-shell.spec ++
--- /var/tmp/diff_new_pack.OPWwtN/_old  2013-10-23 10:08:03.0 +0200
+++ /var/tmp/diff_new_pack.OPWwtN/_new  2013-10-23 10:08:03.0 +0200
@@ -26,8 +26,6 @@
 Source: 
http://download.gnome.org/sources/gnome-shell/3.10/%{name}-%{version}.tar.xz
 # PATCH-FIX-UPSTREAM gnome-shell-private-connection.patch bnc#751211 
bgo#646187 dims...@opensuse.org -- create private connections if the user is 
not authorized
 Patch1: gnome-shell-private-connection.patch
-# PATCH-FIX-OPENSUSE gnome-shell-no_clear_hint.patch bgo#709313 bnc#844891 
dims...@opensuse.org -- Work around refresh issues. This is not the final 
solution; the wallpaper is often not loaded, but at least it stops the screen 
from flickering wildly, giving a much less broken experience.
-Patch2: gnome-shell-no_clear_hint.patch
 BuildRequires:  docbook-xsl-stylesheets
 BuildRequires:  intltool
 BuildRequires:  translation-update-upstream
@@ -137,7 +135,6 @@
 %prep
 %setup -q
 %patch1 -p1
-%patch2 -p1
 translation-update-upstream
 
 %build
@@ -160,6 +157,8 @@
 %find_lang %{name} %{?no_lang_C}
 %suse_update_desktop_file %{name}
 %suse_update_desktop_file gnome-shell-extension-prefs
+# Work around race, as reported in bnc#844891 & bgo#709313.
+install -d %{buildroot}%{_datadir}/gnome-shell/modes
 
 %clean
 rm -rf %{buildroot}

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



commit fossil for openSUSE:Factory

2013-10-23 Thread h_root
Hello community,

here is the log from the commit of package fossil for openSUSE:Factory checked 
in at 2013-10-23 10:07:44

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


Package is "fossil"

Changes:

--- /work/SRC/openSUSE:Factory/fossil/fossil.changes2013-02-25 
20:34:21.0 +0100
+++ /work/SRC/openSUSE:Factory/.fossil.new/fossil.changes   2013-10-23 
10:07:45.0 +0200
@@ -1,0 +2,71 @@
+Tue Oct 15 15:31:43 UTC 2013 - m...@suse.com
+
+- Update to Version 1.27
+  * Enhance the fossil changes, fossil clean, fossil extras,
+fossil ls and fossil status commands to restrict operation to
+files and directories named on the command-line.
+  * New --integrate option to fossil merge, which automatically
+closes the merged branch when committing.
+  * Renamed /stats_report page to /reports. Graph width is now
+relative, not absolute.
+  * Added yw=-WW (year-week) filter to timeline to limit the
+results to a specific year and calendar week number,
+e.g. /timeline?yw=2013-01.
+  * Updates to SQLite to prevent opening a repository file using
+file descriptors 1 or 2 on unix. This fixes a bug under which
+an assertion failure could overwrite part of a repository
+database file, corrupting it.
+  * Added support for unlimited line lengths in side-by-side
+diffs.
+  * New --close option to fossil commit, which immediately closes
+the branch being committed.
+  * Added chart option to fossil bisect.
+  * Improvements to the "human or bot?" determination.
+  * Reports errors about missing CGI-standard environment
+variables for HTTP servers which do not support them.
+  * Added --scgi option to fossil server.
+  * Internal improvements to the sync process.
+  * The internals of the JSON API are now MIT-licensed, so
+downstream users/packagers are no longer affected by the "do
+no evil" license clause.
+  * The argument to the --port option for the "fossil ui" and
+"fossil server" commands can take an IP address in addition to
+the port number, causing Fossil to bind to just that one IP
+address.
+  * After prompting for a password, also ask if that password
+should be remembered.
+  * Performance improvements to the diff engine.
+  * Fix the side-by-side diff engine to work better with
+multi-byte unicode text.
+  * Color-coding in the web-based annotation (blame) display. Fix
+the annotation engine so that it is no longer confused by
+time-warps.
+  * The markdown formatter is now available by default and can be
+used for tickets, wiki, and embedded documentation.
+  * Add subcommands "fossil bisect log" and "fossil bisect status"
+to the "fossil bisect" command, as well as other bisect
+enhancements.
+  * Enhanced defenses that prevent spiders from using excessive
+CPU and bandwidth.
+  * Consistent use of the -n or --dry-run command line options.
+  * Enhancements to /timeline.rss, adding more flags for filtering
+results, including the ability to subscribe to changes made to
+individual tickets.
+  * Improved handling of the differences between case-sensitive
+and case-insensitive filesystems.
+  * JSON API: added the 'status' command to report local checkout
+status.
+  * Fixes to the --args support and documented this feature in the
+help.
+  * Added /stats_report page.
+  * Added ym=-MM filter to the "/timeline" url.
+  * Fixed: config reset now re-installs default ticket report
+format.
+  * ssh:// and file:// protocols now ignore proxy settings.
+  * Added /hash-color-test web page.
+  * Cherry-pick merges are recorded internally (though no yet
+displayed on the timeline graph.)
+  * Bring in the latest versions of SQLite, zlib, and autosetup
+from upstream.
+
+---

Old:

  fossil-1.25.tar.gz

New:

  fossil-1.27.tar.gz



Other differences:
--
++ fossil.spec ++
--- /var/tmp/diff_new_pack.junwPK/_old  2013-10-23 10:07:55.0 +0200
+++ /var/tmp/diff_new_pack.junwPK/_new  2013-10-23 10:07:55.0 +0200
@@ -17,15 +17,14 @@
 
 
 Name:   fossil
-Version:1.25
+Version:1.27
 Release:0
 Summary:Simple, high-reliability, distributed software configuration 
management
 License:BSD-2-Clause
 Group:  Development/Tools/Version Control
 Url:http://www.fossil-scm.org/
-# To download the source tarball:
-# wget --post-data 'uuid=version-%version' \
-#  'http://www.fossil-scm.org/fossil/tarball/fossil-%version.tar.gz'
+# To download the source tarbal:
+# wget --post-data 'uuid=version-%version' 
'http://www.fossil-s

commit yast2-installation for openSUSE:13.1

2013-10-23 Thread h_root
Hello community,

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

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


Package is "yast2-installation"

Changes:

--- /work/SRC/openSUSE:13.1/yast2-installation/yast2-installation.changes   
2013-09-27 19:40:19.0 +0200
+++ /work/SRC/openSUSE:13.1/.yast2-installation.new/yast2-installation.changes  
2013-10-23 10:06:18.0 +0200
@@ -2 +2,8 @@
-Fri Sep 27 14:17:54 CEST 2013 - jsuch...@suse.cz
+Wed Oct 23 07:27:28 UTC 2013 - lsle...@suse.cz
+
+- removed autorepeat workaround for bnc#346186, not needed anymore,
+  xset might not be installed (bnc#846768)
+- 3.0.8
+
+---
+Fri Sep 27 13:52:26 CEST 2013 - jsuch...@suse.cz

Old:

  yast2-installation-3.0.7.tar.bz2

New:

  yast2-installation-3.0.8.tar.bz2



Other differences:
--
++ yast2-installation.spec ++
--- /var/tmp/diff_new_pack.jiO6W6/_old  2013-10-23 10:06:18.0 +0200
+++ /var/tmp/diff_new_pack.jiO6W6/_new  2013-10-23 10:06:18.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package yast2-installation
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,26 +17,23 @@
 
 
 Name:   yast2-installation
-Version:3.0.7
+Version:3.0.8
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Source0:yast2-installation-%{version}.tar.bz2
 
+
+Group:  System/YaST
+License:GPL-2.0
 Requires:   yast2-ruby-bindings >= 1.0.0
 
 Summary:YaST2 - Installation Parts
-License:GPL-2.0
-Group:  System/YaST
 
 Source1:YaST2-Second-Stage.service
 Source2:YaST2-Firstboot.service
 
-BuildRequires:  docbook-xsl-stylesheets
-BuildRequires:  libxslt
-BuildRequires:  update-desktop-files
-BuildRequires:  yast2-core-devel
-BuildRequires:  yast2-devtools
+BuildRequires:  docbook-xsl-stylesheets libxslt update-desktop-files 
yast2-core-devel yast2-devtools
 
 # xmllint
 BuildRequires:  libxml2-tools
@@ -94,9 +91,8 @@
 Conflicts:  yast2-ycp-ui-bindings < 2.17.3
 
 # tar-gzip some system files and untar-ungzip them after the installation 
(FATE #300421, #120103)
+Requires:  tar gzip
 Requires:   coreutils
-Requires:   gzip
-Requires:   tar
 
 %if 0%{?suse_version} >= 1210
 BuildRequires:  systemd-devel
@@ -126,12 +122,12 @@
 BuildArch:  noarch
 
 %package devel-doc
+Group:  Documentation/HTML
 Requires:   yast2-installation >= 2.15.34
 
 PreReq: %fillup_prereq
 
 Summary:YaST2 - Installation Parts
-Group:  Documentation/HTML
 
 %description
 System installation code as present on installation media.
@@ -239,5 +235,3 @@
 %doc %{_prefix}/share/doc/packages/yast2-installation
 %exclude %{_prefix}/share/doc/packages/yast2-installation/COPYING
 %exclude %{_prefix}/share/doc/packages/yast2-installation/README
-
-%changelog

++ yast2-installation-3.0.7.tar.bz2 -> yast2-installation-3.0.8.tar.bz2 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-installation-3.0.7/Makefile.in 
new/yast2-installation-3.0.8/Makefile.in
--- old/yast2-installation-3.0.7/Makefile.in2013-09-27 14:22:10.0 
+0200
+++ new/yast2-installation-3.0.8/Makefile.in2013-10-23 09:40:59.0 
+0200
@@ -691,7 +691,7 @@
*.zip*) \
  unzip $(distdir).zip ;;\
esac
-   chmod -R a-w $(distdir); chmod u+w $(distdir)
+   chmod -R a-w $(distdir); chmod a+w $(distdir)
mkdir $(distdir)/_build
mkdir $(distdir)/_inst
chmod a-w $(distdir)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-installation-3.0.7/VERSION 
new/yast2-installation-3.0.8/VERSION
--- old/yast2-installation-3.0.7/VERSION2013-09-27 14:21:50.0 
+0200
+++ new/yast2-installation-3.0.8/VERSION2013-10-23 09:27:20.0 
+0200
@@ -1 +1 @@
-3.0.7
+3.0.8
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-installation-3.0.7/configure 
new/yast2-installation-3.0.8/configure
--- old/yast2-installation-3.0.7/configure  2013-09-27 14:22:08.0 
+0200
+++ new/yast2-installation-3.0.8/configure  2013-10-23 09:40:59.0 
+0200
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for syst

commit libguestfs for openSUSE:13.1

2013-10-23 Thread h_root
Hello community,

here is the log from the commit of package libguestfs for openSUSE:13.1 checked 
in at 2013-10-23 10:04:27

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


Package is "libguestfs"

Changes:

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

Old:

  _service_error
  libguestfs-1.22.6.tar.xz

New:

  libguestfs-1.22.7.tar.xz



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

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

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