commit yast2-security for openSUSE:Factory

2014-08-08 Thread h_root
Hello community,

here is the log from the commit of package yast2-security for openSUSE:Factory 
checked in at 2014-08-08 10:10:02

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


Package is yast2-security

Changes:

--- /work/SRC/openSUSE:Factory/yast2-security/yast2-security.changes
2014-04-05 14:42:50.0 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-security.new/yast2-security.changes   
2014-08-08 10:10:03.0 +0200
@@ -1,0 +2,7 @@
+Tue Aug  5 12:58:39 UTC 2014 - an...@suse.com
+
+- Speedup Security.ReadServiceSettings (bnc#890349)
+- Drop obsolete runlevel parameter from some methods
+- 3.1.4
+
+---

Old:

  yast2-security-3.1.3.tar.bz2

New:

  yast2-security-3.1.4.tar.bz2



Other differences:
--
++ yast2-security.spec ++
--- /var/tmp/diff_new_pack.VZ4vRo/_old  2014-08-08 10:10:04.0 +0200
+++ /var/tmp/diff_new_pack.VZ4vRo/_new  2014-08-08 10:10:04.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-security
-Version:3.1.3
+Version:3.1.4
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ yast2-security-3.1.3.tar.bz2 - yast2-security-3.1.4.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-security-3.1.3/package/yast2-security.changes 
new/yast2-security-3.1.4/package/yast2-security.changes
--- old/yast2-security-3.1.3/package/yast2-security.changes 2014-03-28 
14:37:02.0 +0100
+++ new/yast2-security-3.1.4/package/yast2-security.changes 2014-08-06 
09:51:43.0 +0200
@@ -1,4 +1,11 @@
 ---
+Tue Aug  5 12:58:39 UTC 2014 - an...@suse.com
+
+- Speedup Security.ReadServiceSettings (bnc#890349)
+- Drop obsolete runlevel parameter from some methods
+- 3.1.4
+
+---
 Fri Mar 28 10:09:46 UTC 2014 - vmora...@suse.com
 
 - Fix failing testsuite
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-security-3.1.3/package/yast2-security.spec 
new/yast2-security-3.1.4/package/yast2-security.spec
--- old/yast2-security-3.1.3/package/yast2-security.spec2014-03-28 
14:37:02.0 +0100
+++ new/yast2-security-3.1.4/package/yast2-security.spec2014-08-06 
09:51:43.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-security
-Version:3.1.3
+Version:3.1.4
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-security-3.1.3/src/include/security/dialogs.rb 
new/yast2-security-3.1.4/src/include/security/dialogs.rb
--- old/yast2-security-3.1.3/src/include/security/dialogs.rb2014-03-28 
14:37:02.0 +0100
+++ new/yast2-security-3.1.4/src/include/security/dialogs.rb2014-08-06 
09:51:43.0 +0200
@@ -389,9 +389,10 @@
   # add extra help to service related options
   if help_id == RUNLEVEL3_MANDATORY_SERVICES ||
   help_id == RUNLEVEL5_MANDATORY_SERVICES
+# TODO: runlevel is not longer needed, but we are in 'text freeze 
phase'
 runlevel = help_id == RUNLEVEL3_MANDATORY_SERVICES ? 3 : 5
 
-missing = Security.MissingMandatoryServices(runlevel)
+missing = Security.MissingMandatoryServices
 
 if missing != nil  missing != []
   srvs = 
@@ -420,8 +421,9 @@
 end
   elsif help_id == RUNLEVEL3_EXTRA_SERVICES ||
   help_id == RUNLEVEL5_EXTRA_SERVICES
+# TODO: runlevel is not longer needed (read above)
 runlevel = help_id == RUNLEVEL3_EXTRA_SERVICES ? 3 : 5
-extra = Security.ExtraServices(runlevel)
+extra = Security.ExtraServices
 
 if extra != nil  extra != []
   srvs = Builtins.mergestring(extra, BR)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-security-3.1.3/src/modules/Security.rb 
new/yast2-security-3.1.4/src/modules/Security.rb
--- old/yast2-security-3.1.3/src/modules/Security.rb2014-03-28 
14:37:02.0 +0100
+++ new/yast2-security-3.1.4/src/modules/Security.rb2014-08-06 
09:51:43.0 +0200
@@ -29,6 +29,9 @@
 
 module Yast
   class SecurityClass  Module
+
+include Yast::Logger
+
 def main
   Yast.import UI
   textdomain security
@@ -37,7 +40,7 @@
   Yast.import Package
   Yast.import Pam
   Yast.import Progress
-  Yast.import Service
+  Yast.import SystemdService
 
   Yast.include 

commit yast2-ldap for openSUSE:Factory

2014-08-08 Thread h_root
Hello community,

here is the log from the commit of package yast2-ldap for openSUSE:Factory 
checked in at 2014-08-08 10:10:05

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


Package is yast2-ldap

Changes:

--- /work/SRC/openSUSE:Factory/yast2-ldap/yast2-ldap.changes2014-07-02 
15:04:17.0 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-ldap.new/yast2-ldap.changes   
2014-08-08 10:10:06.0 +0200
@@ -1,0 +2,7 @@
+Tue Aug  5 13:02:04 UTC 2014 - vark...@suse.com
+
+- Set member_attribute to 'member'. We only use rfc2307bis.schema
+- bnc#889556 - yast2 users can not create ldap groups
+- 3.1.12  
+
+---

Old:

  yast2-ldap-3.1.11.tar.bz2

New:

  yast2-ldap-3.1.12.tar.bz2



Other differences:
--
++ yast2-ldap.spec ++
--- /var/tmp/diff_new_pack.6jXsVH/_old  2014-08-08 10:10:07.0 +0200
+++ /var/tmp/diff_new_pack.6jXsVH/_new  2014-08-08 10:10:07.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-ldap
-Version:3.1.11
+Version:3.1.12
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ yast2-ldap-3.1.11.tar.bz2 - yast2-ldap-3.1.12.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-ldap-3.1.11/package/yast2-ldap.changes 
new/yast2-ldap-3.1.12/package/yast2-ldap.changes
--- old/yast2-ldap-3.1.11/package/yast2-ldap.changes2014-07-01 
12:58:20.0 +0200
+++ new/yast2-ldap-3.1.12/package/yast2-ldap.changes2014-08-06 
09:57:44.0 +0200
@@ -1,4 +1,11 @@
 ---
+Tue Aug  5 13:02:04 UTC 2014 - vark...@suse.com
+
+- Set member_attribute to 'member'. We only use rfc2307bis.schema
+- bnc#889556 - yast2 users can not create ldap groups
+- 3.1.12  
+
+---
 Tue Jul  1 09:47:36 UTC 2014 - ckornac...@suse.com
 
 - don't call deprecated methods in ldap_browser (bnc#885227)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-ldap-3.1.11/package/yast2-ldap.spec 
new/yast2-ldap-3.1.12/package/yast2-ldap.spec
--- old/yast2-ldap-3.1.11/package/yast2-ldap.spec   2014-07-01 
12:58:20.0 +0200
+++ new/yast2-ldap-3.1.12/package/yast2-ldap.spec   2014-08-06 
09:57:44.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-ldap
-Version:3.1.11
+Version:3.1.12
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-ldap-3.1.11/src/Ldap.rb 
new/yast2-ldap-3.1.12/src/Ldap.rb
--- old/yast2-ldap-3.1.11/src/Ldap.rb   2014-07-01 12:58:20.0 +0200
+++ new/yast2-ldap-3.1.12/src/Ldap.rb   2014-08-06 09:57:44.0 +0200
@@ -83,7 +83,7 @@
   @login_enabled = true
 
   # which attribute have LDAP groups for list of members
-  @member_attribute = 
+  @member_attribute = member
 
   # IP addresses of LDAP server.
   @server = 

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



commit libmatroska for openSUSE:Factory

2014-08-08 Thread h_root
Hello community,

here is the log from the commit of package libmatroska for openSUSE:Factory 
checked in at 2014-08-08 10:10:06

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


Package is libmatroska

Changes:

--- /work/SRC/openSUSE:Factory/libmatroska/libmatroska.changes  2014-02-17 
12:55:07.0 +0100
+++ /work/SRC/openSUSE:Factory/.libmatroska.new/libmatroska.changes 
2014-08-08 10:10:07.0 +0200
@@ -1,0 +2,5 @@
+Wed Aug  6 07:42:02 UTC 2014 - jeng...@inai.de
+
+- Set RPM groups
+
+---



Other differences:
--
++ libmatroska.spec ++
--- /var/tmp/diff_new_pack.3kq7gr/_old  2014-08-08 10:10:08.0 +0200
+++ /var/tmp/diff_new_pack.3kq7gr/_new  2014-08-08 10:10:08.0 +0200
@@ -23,7 +23,7 @@
 Release:0
 Summary:Library to Deal with Matroska Files
 License:LGPL-2.1+
-Group:  Development/Libraries/Other
+Group:  Development/Libraries/C and C++
 Url:http://www.matroska.org/
 Source0:
http://dl.matroska.org/downloads/libmatroska/%{name}-%{version}.tar.bz2
 Source1:baselibs.conf
@@ -37,7 +37,7 @@
 
 %package -n libmatroska%{soname}
 Summary:Library to Deal with Matroska Files
-Group:  Development/Libraries/Other
+Group:  System/Libraries
 
 %description -n libmatroska%{soname}
 Libmatroska is a C++ library to parse Matroska files (.mkv and .mka).
@@ -46,7 +46,7 @@
 
 %package devel
 Summary:Library to Deal with Matroska Files
-Group:  Development/Libraries/Other
+Group:  Development/Libraries/C and C++
 Requires:   libebml-devel = 1.0.0
 Requires:   libmatroska%{soname} = %{version}
 

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



commit libebml for openSUSE:Factory

2014-08-08 Thread h_root
Hello community,

here is the log from the commit of package libebml for openSUSE:Factory checked 
in at 2014-08-08 10:10:15

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


Package is libebml

Changes:

--- /work/SRC/openSUSE:Factory/libebml/libebml.changes  2014-02-17 
12:54:37.0 +0100
+++ /work/SRC/openSUSE:Factory/.libebml.new/libebml.changes 2014-08-08 
10:10:17.0 +0200
@@ -1,0 +2,5 @@
+Wed Aug  6 07:46:51 UTC 2014 - jeng...@inai.de
+
+- Set RPM groups
+
+---



Other differences:
--
++ libebml.spec ++
--- /var/tmp/diff_new_pack.dw0r8E/_old  2014-08-08 10:10:18.0 +0200
+++ /var/tmp/diff_new_pack.dw0r8E/_new  2014-08-08 10:10:18.0 +0200
@@ -23,9 +23,10 @@
 Release:0
 Summary:Libary to Parse EBML Files
 License:LGPL-2.1+
-Group:  Development/Libraries/Other
+Group:  Development/Libraries/C and C++
 Url:http://www.matroska.org/
 Source: 
http://dl.matroska.org/downloads/libebml/%{name}-%{version}.tar.bz2
+Source100:  baselibs.conf
 # PATCH-FIX-UPSTREAM libebml-1.3.0-6efcb74d1e.patch 
https://github.com/Matroska-Org/libebml/pull/1 reddw...@opensuse.org -- Add 
packaging updates from upstream
 Patch0: libebml-1.3.0-6efcb74d1e.patch
 BuildRequires:  gcc-c++
@@ -36,7 +37,7 @@
 
 %package -n libebml%{soname}
 Summary:Libary to Parse EBML Files
-Group:  Development/Libraries/Other
+Group:  System/Libraries
 
 %description -n libebml%{soname}
 libebml is a C++ library to parse EBML files. See the EBML RFV at
@@ -44,7 +45,7 @@
 
 %package devel
 Summary:Libary to Parse EBML Files
-Group:  Development/Libraries/Other
+Group:  Development/Libraries/C and C++
 Requires:   glibc-devel
 Requires:   libebml%{soname} = %{version}
 Requires:   libstdc++-devel

-- 
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

2014-08-08 Thread h_root
Hello community,

here is the log from the commit of package polkit-default-privs for 
openSUSE:Factory checked in at 2014-08-08 10:10:09

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
2014-07-16 16:36:35.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.polkit-default-privs.new/polkit-default-privs.changes
   2014-08-08 10:10:10.0 +0200
@@ -1,0 +2,5 @@
+Wed Aug  6 08:14:24 UTC 2014 - krah...@suse.com
+
+- polkit-defaultprivs: relaxing rules for SLE12 create-profile in colord 
(bnc#887511)
+
+---



Other differences:
--
++ polkit-default-privs-13.2.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/polkit-default-privs-13.2/polkit-default-privs.restrictive 
new/polkit-default-privs-13.2/polkit-default-privs.restrictive
--- old/polkit-default-privs-13.2/polkit-default-privs.restrictive  
2014-07-15 10:18:14.0 +0200
+++ new/polkit-default-privs-13.2/polkit-default-privs.restrictive  
2014-08-04 10:06:52.0 +0200
@@ -40,10 +40,10 @@
 # bnc#822405
 org.gnome.settings-daemon.plugins.wacom.wacom-oled-helper   auth_admin
 #
-# colord (bnc#698250)
+# colord (bnc#698250, bnc#887511)
 #
 org.freedesktop.color-manager.create-device 
auth_admin:auth_admin:yes
-org.freedesktop.color-manager.create-profileauth_admin
+org.freedesktop.color-manager.create-profile
auth_admin:auth_admin:yes
 org.freedesktop.color-manager.delete-device 
auth_admin:auth_admin:yes
 org.freedesktop.color-manager.delete-profileauth_admin
 org.freedesktop.color-manager.modify-device auth_admin

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



commit libproxy for openSUSE:Factory

2014-08-08 Thread h_root
Hello community,

here is the log from the commit of package libproxy for openSUSE:Factory 
checked in at 2014-08-08 10:10:12

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


Package is libproxy

Changes:

--- /work/SRC/openSUSE:Factory/libproxy/libproxy-plugins.changes
2013-09-09 09:54:16.0 +0200
+++ /work/SRC/openSUSE:Factory/.libproxy.new/libproxy-plugins.changes   
2014-08-08 10:10:14.0 +0200
@@ -1,0 +2,7 @@
+Wed Aug  6 09:51:00 UTC 2014 - fcro...@suse.com
+
+- Change Supplements to install libproxy1-config-gnome3 only if
+  gnome-session-core is installed to reduce minimal install size
+  (bnc#885455).
+
+---
libproxy.changes: same change



Other differences:
--
++ libproxy-plugins.spec ++
--- /var/tmp/diff_new_pack.Aum9h9/_old  2014-08-08 10:10:15.0 +0200
+++ /var/tmp/diff_new_pack.Aum9h9/_new  2014-08-08 10:10:15.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libproxy-plugins
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 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
@@ -166,7 +166,7 @@
 %if 0%{?favor_gtk2}
 Supplements:packageand(libproxy1:gconf2)
 %else
-Supplements:packageand(libproxy1:libgio-2_0-0)
+Supplements:packageand(libproxy1:gnome-session-core)
 %endif
 %else
 Requires:   libproxy1-pacrunner = %{version}

++ libproxy.spec ++
--- /var/tmp/diff_new_pack.Aum9h9/_old  2014-08-08 10:10:15.0 +0200
+++ /var/tmp/diff_new_pack.Aum9h9/_new  2014-08-08 10:10:15.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libproxy
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 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
@@ -166,7 +166,7 @@
 %if 0%{?favor_gtk2}
 Supplements:packageand(libproxy1:gconf2)
 %else
-Supplements:packageand(libproxy1:libgio-2_0-0)
+Supplements:packageand(libproxy1:gnome-session-core)
 %endif
 %else
 Requires:   libproxy1-pacrunner = %{version}

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



commit dnsmasq for openSUSE:Factory

2014-08-08 Thread h_root
Hello community,

here is the log from the commit of package dnsmasq for openSUSE:Factory checked 
in at 2014-08-08 10:10:13

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


Package is dnsmasq

Changes:

--- /work/SRC/openSUSE:Factory/dnsmasq/dnsmasq.changes  2014-06-19 
13:19:48.0 +0200
+++ /work/SRC/openSUSE:Factory/.dnsmasq.new/dnsmasq.changes 2014-08-08 
10:10:16.0 +0200
@@ -1,0 +2,15 @@
+Wed Aug  6 06:48:20 UTC 2014 - vwallfah...@suse.com
+
+- Removed Suse and all other OS/Distribution related subdirs from 
+  contrib, so only the rest gets packaged. The subdirs are not 
+  necessary anymore (bnc#889028).  
+
+---
+Tue Aug  5 08:19:42 UTC 2014 - vwallfah...@suse.com
+
+- Removed README.SUSE file, it was to confusing and not necessary 
(bnc#889972). 
+  Information is already present in the upstream documentation.
+- Split up vendor-files.tar.bz2 into single files
+- Comply with systemd packaging guidlines  
+
+---

Old:

  vendor-files.tar.bz2

New:

  SuSEFirewall.dnsmasq-dhcp
  SuSEFirewall.dnsmasq-dns
  dnsmasq.reg
  rc.dnsmasq-suse



Other differences:
--
++ dnsmasq.spec ++
--- /var/tmp/diff_new_pack.TNioFf/_old  2014-08-08 10:10:17.0 +0200
+++ /var/tmp/diff_new_pack.TNioFf/_new  2014-08-08 10:10:17.0 +0200
@@ -26,15 +26,20 @@
 PreReq: /usr/sbin/useradd /bin/mkdir
 Url:http://www.thekelleys.org.uk/dnsmasq/
 Source: http://www.thekelleys.org.uk/dnsmasq/dnsmasq-%{version}.tar.gz
-Source1:vendor-files.tar.bz2
+Source1:dnsmasq.reg
 Source2:dnsmasq.service
+Source3:rc.dnsmasq-suse
+Source4:SuSEFirewall.dnsmasq-dhcp
+Source5:SuSEFirewall.dnsmasq-dns
 Patch1: group_and_isc.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  dbus-1-devel
 BuildRequires:  libidn-devel
 BuildRequires:  pkg-config
 BuildRequires:  pkgconfig(libnetfilter_conntrack)
-BuildRequires:  pkgconfig(systemd)
+%if 0%{?suse_version} = 1210
+BuildRequires:  systemd
+%endif
 %{?systemd_requires}
 
 %description
@@ -57,7 +62,6 @@
 
 %prep
 %setup -q -n dnsmasq-%{version}
-%setup -q -T -D -a1 -n dnsmasq-%{version}
 %patch1 -p1
 
 %build
@@ -98,9 +102,9 @@
 install -d -m 755 ${RPM_BUILD_ROOT}/%{_sysconfdir}/slp.reg.d
 install -d -m 755 
${RPM_BUILD_ROOT}/%{_sysconfdir}/sysconfig/SuSEfirewall2.d/services
 install -m 644 dnsmasq.conf.example $RPM_BUILD_ROOT/%{_sysconfdir}/dnsmasq.conf
-install -m 644 dnsmasq.reg  $RPM_BUILD_ROOT/%{_sysconfdir}/slp.reg.d/
-install -m 644 SuSEFirewall.dnsmasq-dns 
${RPM_BUILD_ROOT}/%{_sysconfdir}/sysconfig/SuSEfirewall2.d/services/dnsmasq-dns
-install -m 644 SuSEFirewall.dnsmasq-dhcp 
${RPM_BUILD_ROOT}/%{_sysconfdir}/sysconfig/SuSEfirewall2.d/services/dnsmasq-dhcp
+install -m 644 %SOURCE1 $RPM_BUILD_ROOT/%{_sysconfdir}/slp.reg.d/
+install -m 644 %SOURCE5 
${RPM_BUILD_ROOT}/%{_sysconfdir}/sysconfig/SuSEfirewall2.d/services/dnsmasq-dns
+install -m 644 %SOURCE4 
${RPM_BUILD_ROOT}/%{_sysconfdir}/sysconfig/SuSEfirewall2.d/services/dnsmasq-dhcp
 install -d 755 ${RPM_BUILD_ROOT}/etc/dbus-1/system.d/
 install -m 644 dbus/dnsmasq.conf 
${RPM_BUILD_ROOT}/etc/dbus-1/system.d/dnsmasq.conf
 install -D -m 0644 %SOURCE2 %{buildroot}%{_unitdir}/dnsmasq.service
@@ -114,12 +118,17 @@
 install -m 755 contrib/wrt/dhcp_lease_time 
${RPM_BUILD_ROOT}%{_bindir}/dhcp_lease_time
 install -m 644 contrib/wrt/dhcp_lease_time.1 
${RPM_BUILD_ROOT}%{_mandir}/man1/dhcp_lease_time.1
 rm contrib/wrt/{dhcp_release,dhcp_lease_time}
+rm -rf contrib/Suse
+rm -rf contrib/Solaris10
+rm -rf contrib/dnsmasq_MacOSX-pre10.4
+rm -rf contrib/slackware-dnsmasq
+rm -rf contrib/MacOSX-launchd
 
 %find_lang %{name} --with-man
 
 %files -f %{name}.lang
 %defattr(-,root,root)
-%doc CHANGELOG COPYING COPYING-v3 FAQ doc.html setup.html dnsmasq.conf.example 
contrib README.SUSE dbus
+%doc CHANGELOG COPYING COPYING-v3 FAQ doc.html setup.html dnsmasq.conf.example 
contrib dbus
 %config(noreplace) %{_sysconfdir}/dnsmasq.conf
 %{_sbindir}/dnsmasq
 %{_sbindir}/rcdnsmasq
@@ -128,11 +137,13 @@
 %dir %{_sysconfdir}/slp.reg.d/
 %config %attr(0644,root,root) /%{_sysconfdir}/slp.reg.d/dnsmasq.reg
 %{_mandir}/man8/dnsmasq.8.gz
-/etc/dbus-1/system.d/dnsmasq.conf
+%config(noreplace) /etc/dbus-1/system.d/dnsmasq.conf
 %{_unitdir}/dnsmasq.service
+
 %dir %attr(0750,tftp,tftp) /srv/tftpboot
 
 %files utils
+%defattr(-,root,root)
 %{_bindir}/dhcp_*
 %{_mandir}/man1/dhcp_*
 

++ SuSEFirewall.dnsmasq-dhcp ++
# Only the variables TCP, UDP, RPC, IP and BROADCAST are allowed.
# More may be supported 

commit kiwi for openSUSE:Factory

2014-08-08 Thread h_root
Hello community,

here is the log from the commit of package kiwi for openSUSE:Factory checked in 
at 2014-08-08 10:10:16

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


Package is kiwi

Changes:

--- /work/SRC/openSUSE:Factory/kiwi/kiwi.changes2014-08-05 
10:24:29.0 +0200
+++ /work/SRC/openSUSE:Factory/.kiwi.new/kiwi.changes   2014-08-08 
10:10:19.0 +0200
@@ -1,0 +2,45 @@
+Thu Aug  7 12:30:45 CEST 2014 - m...@suse.de
+
+- v5.06.145 released
+  
+---
+Thu Aug  7 12:01:28 CEST 2014 - m...@suse.de
+  
+- Added missing handling for recommends in the libsolv path
+  Also fixed passing the patternType value from the XML to
+  the solver module
+  
+---
+Wed Aug  6 15:00:00 CEST 2014 - m...@suse.de
+  
+- v5.06.144 released
+  
+---
+Wed Aug  6 14:57:48 CEST 2014 - m...@suse.de
+  
+- Fix report files generated by KIWICollect.pm
+  The report files were reduced to only one package per included
+  architecture, everything else was discarded. Fix done by
+  Ruediger Oertel
+  
+---
+Wed Aug  6 10:46:27 CEST 2014 - m...@suse.de
+  
+- v5.06.143 released
+  
+---
+Tue Aug  5 16:43:15 CEST 2014 - m...@suse.de
+  
+- Update JeOS templates for SLE12 and openSUSE 13.2
+  * pass splash to the kernel cmdline in order to display the
+default plymouth splash
+
+---
+Tue Aug  5 11:02:34 CEST 2014 - m...@suse.de
+
+- Fixed kiwi --describe command
+  * wrong metadata reference still in the code due to a rename
+  * make sure exit code is set correctly
+  * fixed broken jpg menu icons
+
+---



Other differences:
--
++ kiwi.spec ++
--- /var/tmp/diff_new_pack.jY3RUS/_old  2014-08-08 10:10:21.0 +0200
+++ /var/tmp/diff_new_pack.jY3RUS/_new  2014-08-08 10:10:21.0 +0200
@@ -26,7 +26,7 @@
 Group:  System/Management
 Url:http://github.com/openSUSE/kiwi
 Name:   kiwi
-Version:5.06.142
+Version:5.06.145
 Release:0
 Provides:   kiwi-schema = 6.1
 # requirements to build packages

++ kiwi-docu.tar.bz2 ++

++ kiwi-repo.tar.bz2 ++

++ kiwi.tar.bz2 ++
 2859 lines of diff (skipped)

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



commit pciutils-ids for openSUSE:Factory

2014-08-08 Thread h_root
Hello community,

here is the log from the commit of package pciutils-ids for openSUSE:Factory 
checked in at 2014-08-08 10:10:11

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


Package is pciutils-ids

Changes:

--- /work/SRC/openSUSE:Factory/pciutils-ids/pciutils-ids.changes
2014-07-10 08:16:57.0 +0200
+++ /work/SRC/openSUSE:Factory/.pciutils-ids.new/pciutils-ids.changes   
2014-08-08 10:10:12.0 +0200
@@ -1,0 +2,5 @@
+Wed Aug  6 11:18:04 CEST 2014 - r...@suse.de
+
+- update pci.ids to version 2014.08.06 (bnc#885212) 
+
+---



Other differences:
--
++ pci.ids.bz2 ++
 1164 lines (skipped)
 between pci.ids.bz2
 and /work/SRC/openSUSE:Factory/.pciutils-ids.new/pci.ids.bz2

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



commit brp-check-suse for openSUSE:Factory

2014-08-08 Thread h_root
Hello community,

here is the log from the commit of package brp-check-suse for openSUSE:Factory 
checked in at 2014-08-08 10:10:23

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


Package is brp-check-suse

Changes:

--- /work/SRC/openSUSE:Factory/brp-check-suse/brp-check-suse.changes
2014-07-30 07:34:16.0 +0200
+++ /work/SRC/openSUSE:Factory/.brp-check-suse.new/brp-check-suse.changes   
2014-08-08 10:13:36.0 +0200
@@ -1,0 +2,5 @@
+Wed Jul 30 12:41:49 UTC 2014 - sleep_wal...@suse.cz
+
+- correct URL to github repo
+
+---



Other differences:
--
++ brp-check-suse.spec ++
--- /var/tmp/diff_new_pack.QOOjTC/_old  2014-08-08 10:13:37.0 +0200
+++ /var/tmp/diff_new_pack.QOOjTC/_new  2014-08-08 10:13:37.0 +0200
@@ -25,7 +25,7 @@
 Requires:   perl
 Version:13.2+git20140727.d76b99d
 Release:0
-Url:http://gitorious.org/opensuse/brp-check-suse/
+Url:https://github.com/openSUSE/brp-check-suse
 #
 # Note: don't rebuild this manually. Instead submit your patches
 # for inclusion in the git repo at https://github.com/openSUSE/brp-check-suse

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



commit python3-py for openSUSE:Factory

2014-08-08 Thread h_root
Hello community,

here is the log from the commit of package python3-py for openSUSE:Factory 
checked in at 2014-08-08 10:10:25

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


Package is python3-py

Changes:

--- /work/SRC/openSUSE:Factory/python3-py/python3-py.changes2014-07-31 
10:04:29.0 +0200
+++ /work/SRC/openSUSE:Factory/.python3-py.new/python3-py.changes   
2014-08-08 10:13:38.0 +0200
@@ -1,0 +2,5 @@
+Thu Aug  7 08:47:55 UTC 2014 - toddrme2...@gmail.com
+
+- Remove python3-pytest -- python3-py dependency cycle.
+
+---



Other differences:
--
++ python3-py.spec ++
--- /var/tmp/diff_new_pack.Zfk7fE/_old  2014-08-08 10:13:39.0 +0200
+++ /var/tmp/diff_new_pack.Zfk7fE/_new  2014-08-08 10:13:39.0 +0200
@@ -27,7 +27,6 @@
 BuildRequires:  python3-Sphinx
 BuildRequires:  python3
 BuildRequires:  python3-devel
-BuildRequires:  python3-pytest
 BuildRequires:  python3-setuptools
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
@@ -52,12 +51,6 @@
 %install
 python3 setup.py install --prefix=%{_prefix} --root=%{buildroot}
 
-%check
-export PATH=%{buildroot}%{python3_sitelib}:$PATH
-export PYTHONPATH=%{buildroot}%{python3_sitelib}:$PYTHONPATH
-export PYTHON3PATH=%{buildroot}%{python3_sitelib}:$PYTHON3PATH
-py.test -k not TestUnicodePy2Py3
-
 %files
 %defattr(-,root,root,-)
 %doc LICENSE README.txt doc/_build/html

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



commit wxWidgets-3_0 for openSUSE:Factory

2014-08-08 Thread h_root
Hello community,

here is the log from the commit of package wxWidgets-3_0 for openSUSE:Factory 
checked in at 2014-08-08 10:10:22

Comparing /work/SRC/openSUSE:Factory/wxWidgets-3_0 (Old)
 and  /work/SRC/openSUSE:Factory/.wxWidgets-3_0.new (New)


Package is wxWidgets-3_0

Changes:

New Changes file:

--- /dev/null   2014-07-24 01:57:42.080040256 +0200
+++ /work/SRC/openSUSE:Factory/.wxWidgets-3_0.new/wxGTK3-3_0.changes
2014-08-08 10:13:35.0 +0200
@@ -0,0 +1,920 @@
+---
+Thu Jul 31 16:16:35 UTC 2014 - dims...@opensuse.org
+
+- Rename rpmlintrc to %{name}-rpmlintrc.
+  Follow the packaging guidelines.
+
+---
+Wed Jul 16 16:16:26 UTC 2014 - jeng...@inai.de
+
+- Remove the mechanism to support different variants, as it does
+  not support concurrent presence of multiple variants.
+- Remove wxWidgets-3_0-config-force-rpath.patch,
+  wxWidgets-find-wx-provides-bash3.patch (no longer needed)
+
+---
+Mon Jun 16 19:30:11 UTC 2014 - jeng...@inai.de
+
+- Update to new upstream release 3.0.1
+* wxHTML displays tables much faster now.
+* Double clicking wxGrid columns does not make them too small
+  any more.
+* Fix bugs when dragging columns in wxGrid with hidden columns.
+* Loading ICO files with PNG data is now supported.
+* Mouse wheel scrolling in wxListCtrl works again.
+* wxStaticBoxSizer contents is not truncated any more.
+* AUI panels may now be re-docked after floating them.
+- Remove wxWidgets-3_0-fixGTK3-build.patch (no longer needed)
+
+---
+Wed Jun 11 10:56:19 UTC 2014 - fcro...@suse.com
+
+- Add _constraints file to ensure enough disk space is available
+  for build.
+
+---
+Mon Jun  9 10:57:47 UTC 2014 - jeng...@inai.de
+
+- Revert the GTK3 change (there are rendering problems).
+  wxWidgets-3_0(-devel) is now wxGTK2 again, and the wxGTK3 backend
+  is available in wxGTK3(-devel).
+
+---
+Fri Jun  6 19:44:52 UTC 2014 - jeng...@inai.de
+
+- Continue to provide a wxGTK2 build in parallel to wxGTK3
+  (new specfile wxGTK2-3_0.spec; use BuildRequire wxGTK2-devel)
+- Remove unused wxcontainer and wxcontainer26c subpackage logic
+  plus spec files
+- Let /usr/lib(64)/wx be owned by packages that put files there
+
+---
+Fri Jun  6 09:11:11 UTC 2014 - fcro...@suse.com
+
+- Switch build to GTK3 for SLE12 and openSUSE  13.1
+- Add wxWidgets-3_0-fixGTK3-build.patch: fix build with recent GTK3
+  (from upstream)
+- Remove libgnomeprintui dependencies, GTK printing support is now
+  used.
+- Disable gnomevfs support when building GTK3 version.
+- Add/fix missing BuildRequires: xorg-x11-libSM-devel,
+  libnotify-devel.
+- Do not build webview on SLE10 and SLE11
+
+---
+Thu Jun  5 12:54:26 UTC 2014 - jeng...@inai.de
+
+- Use system libraries instead of bundled versions:
+  libjpeg, libpng, zlib
+- Enable use of libSM
+
+---
+Fri Apr 25 21:53:59 UTC 2014 - jeng...@inai.de
+
+- Remove unused ansi configuration: wxWidgets 3 in Unicode mode
+  supports both char* and wchar_t*.
+
+---
+Tue Mar 11 09:48:36 UTC 2014 - jeng...@inai.de
+
+- Exclude libwx_webview from SLE11 build
+
+---
+Mon Feb 17 14:21:18 UTC 2014 - sei...@b1-systems.de
+
+- added baselibs.conf to provide *-32bit packages
+
+---
+Fri Feb  7 18:42:38 UTC 2014 - jeng...@inai.de
+
+- Remove seemingly pointless patch wxGTK-enable-wxrc.patch.
+  wxrc is built and installed in any case.
+
+---
+Thu Jan 30 13:57:06 UTC 2014 - jeng...@inai.de
+
+- Patches wxGTK-enable-wxrc.patch,
+  wxWidgets-3_0-config-force-rpath.patch,
+  wxWidgets-find-wx-provides-bash3.patch were inherited from
+  wxWidgets-2_8 package but never mentioned in any package.
+  Here is a mention.
+
+---
+Thu Nov 14 05:56:09 UTC 2013 - jeng...@inai.de
+
+- Update to new upstream release 3.0.0
+* wxWidgets is now always built with Unicode support but provides
+  the same simple (i.e. char *-tolerant) API as was available
+  in ANSI build in the past.
+* wxWidgets may now use either wchar_t (UTF-16/32) or UTF-8
+  internally, depending on what is optimal 

commit gnubg for openSUSE:Factory

2014-08-08 Thread h_root
Hello community,

here is the log from the commit of package gnubg for openSUSE:Factory checked 
in at 2014-08-08 10:10:30

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


Package is gnubg

Changes:

--- /work/SRC/openSUSE:Factory/gnubg/gnubg.changes  2013-09-23 
09:24:44.0 +0200
+++ /work/SRC/openSUSE:Factory/.gnubg.new/gnubg.changes 2014-08-08 
10:13:42.0 +0200
@@ -1,0 +2,8 @@
+Tue Aug  5 13:02:34 UTC 2014 - c...@suse.com
+
+- 1.03.000
+- added recommends: python-MySQL-python
+- removed patches docdir.patch and glu.patch since these things
+  are now fixed upstream.
+
+---

Old:

  docdir.patch
  glu.patch
  gnubg-release-1.02.000-sources.tar.gz

New:

  gnubg-release-1.03.000-sources.tar.gz



Other differences:
--
++ gnubg.spec ++
--- /var/tmp/diff_new_pack.dPda9C/_old  2014-08-08 10:13:43.0 +0200
+++ /var/tmp/diff_new_pack.dPda9C/_new  2014-08-08 10:13:43.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package gnubg
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 # Copyright (c) 2003 Achim Mueller, Germany.
 # Updated by Christopher Hofmann in 2010
 #
@@ -19,17 +19,14 @@
 
 
 Name:   gnubg
-Version:1.02.000
+Version:1.03.000
 Release:0
 Summary:Plays and analyzes backgammon games and matches on a world 
class level
 License:GPL-3.0+
 Group:  Amusements/Games/Board/Other
 Url:http://www.gnubg.org
-Source: 
http://gnubg.org/media/sources/gnubg-release-1.02.000-sources.tar.gz
+Source: 
http://gnubg.org/media/sources/gnubg-release-%{version}-sources.tar.gz
 Source1:%{name}.desktop
-# PATCH-FIX-UPSTREAM docdir.patch c...@suse.de -- install documentation to a 
LSB conform place
-Patch0: docdir.patch
-Patch1: glu.patch
 BuildRequires:  autoconf
 BuildRequires:  automake
 BuildRequires:  bison
@@ -59,6 +56,7 @@
 Recommends: gnubg-databases = %{version}
 Recommends: gnubg-sounds = %{version}
 Recommends: gnubg-doc = %{version}
+Recommends: python-MySQL-python
 BuildRequires:  sqlite3-devel
 %endif
 %if 0%{?fedora}
@@ -103,8 +101,6 @@
 
 %prep
 %setup -q gnubg
-%patch0 -p0
-%patch1 -p1
 
 %build
 autoreconf -fi
@@ -127,6 +123,11 @@
 %defattr(-,root,root)
 %{_bindir}/*
 %{_mandir}/man?/%{name}*
+%{_mandir}/man?/bearoffdump.*
+%{_mandir}/man?/makebearoff.*
+%{_mandir}/man?/makehyper.*
+%{_mandir}/man?/makeweights.*
+
 %if 0%{?suse_version}
 %{_datadir}/applications/gnubg.desktop
 %endif

++ gnubg-release-1.02.000-sources.tar.gz - 
gnubg-release-1.03.000-sources.tar.gz ++
/work/SRC/openSUSE:Factory/gnubg/gnubg-release-1.02.000-sources.tar.gz 
/work/SRC/openSUSE:Factory/.gnubg.new/gnubg-release-1.03.000-sources.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 yast2-ftp-server for openSUSE:Factory

2014-08-08 Thread h_root
Hello community,

here is the log from the commit of package yast2-ftp-server for 
openSUSE:Factory checked in at 2014-08-08 10:10:27

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


Package is yast2-ftp-server

Changes:

--- /work/SRC/openSUSE:Factory/yast2-ftp-server/yast2-ftp-server.changes
2014-07-31 07:41:55.0 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-ftp-server.new/yast2-ftp-server.changes   
2014-08-08 10:13:39.0 +0200
@@ -1,0 +2,5 @@
+Fri Aug  1 12:51:37 UTC 2014 - mvid...@suse.com
+
+- Enabled YARD docs, documented the basics of FtpServer.
+
+---



Other differences:
--
++ yast2-ftp-server-3.1.2.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-ftp-server-3.1.2/.yardopts 
new/yast2-ftp-server-3.1.2/.yardopts
--- old/yast2-ftp-server-3.1.2/.yardopts1970-01-01 01:00:00.0 
+0100
+++ new/yast2-ftp-server-3.1.2/.yardopts2014-08-05 10:49:01.0 
+0200
@@ -0,0 +1,6 @@
+--no-private
+--protected
+--markup markdown
+--output-dir doc/autodocs
+--readme README.md
+src/**/*.rb
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-ftp-server-3.1.2/package/yast2-ftp-server.changes 
new/yast2-ftp-server-3.1.2/package/yast2-ftp-server.changes
--- old/yast2-ftp-server-3.1.2/package/yast2-ftp-server.changes 2014-07-30 
09:49:43.0 +0200
+++ new/yast2-ftp-server-3.1.2/package/yast2-ftp-server.changes 2014-08-05 
10:49:01.0 +0200
@@ -1,4 +1,9 @@
 ---
+Fri Aug  1 12:51:37 UTC 2014 - mvid...@suse.com
+
+- Enabled YARD docs, documented the basics of FtpServer.
+
+---
 Wed Jul 30 09:35:28 CEST 2014 - sch...@suse.de
 
 - Taking vsftpd ftp-server default in autoyast configuration module
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-ftp-server-3.1.2/src/include/ftp-server/complex.rb 
new/yast2-ftp-server-3.1.2/src/include/ftp-server/complex.rb
--- old/yast2-ftp-server-3.1.2/src/include/ftp-server/complex.rb
2014-07-30 09:49:43.0 +0200
+++ new/yast2-ftp-server-3.1.2/src/include/ftp-server/complex.rb
2014-08-05 10:49:01.0 +0200
@@ -254,7 +254,6 @@
 # @return `abort if aborted and `next otherwise
 def ReadDialog
   Wizard.RestoreHelp(Ops.get_string(@HELPS, read, ))
-  # FtpServer::AbortFunction = PollAbort;
   result = ReadFTPService()
   return :abort if !result
   return :abort if !Confirm.MustBeRoot
@@ -272,7 +271,6 @@
 # @return `abort if aborted and `next otherwise
 def WriteDialog
   Wizard.RestoreHelp(Ops.get_string(@HELPS, write, ))
-  # FtpServer::AbortFunction = PollAbort;
   ret = FtpServer.Write
   ret ? :next : :abort
 end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-ftp-server-3.1.2/src/include/ftp-server/write_load.rb 
new/yast2-ftp-server-3.1.2/src/include/ftp-server/write_load.rb
--- old/yast2-ftp-server-3.1.2/src/include/ftp-server/write_load.rb 
2014-07-30 09:49:43.0 +0200
+++ new/yast2-ftp-server-3.1.2/src/include/ftp-server/write_load.rb 
2014-08-05 10:49:01.0 +0200
@@ -471,11 +471,20 @@
   port_range != nil ? Builtins.splitstring(port_range, :) : nil
 end
 
-# Function return init value for UI widgets
-# and prepare internal data structure for writing
-# to config file
-# Example: ValueUI(ChrootEnabled) = yes/no
-
+# Convert between the UI (yast), and system (vsftpd, pure_ftpd) settings.
+#
+# The system settings are multiplexed by
+# {FtpServerClass#vsftpd_edit   vsftpd_edit}:
+# {FtpServerClass#VS_SETTINGS   VS_SETTINGS}   (for vsftpd_edit == true) or
+# {FtpServerClass#PURE_SETTINGS PURE_SETTINGS} (for vsftpd_edit == false).
+#
+# @param [String] key
+#  in the {FtpServerClass#EDIT_SETTINGS EDIT_SETTINGS} vocabulary
+# @param write
+#  - true: write to system settings from UI settings
+#({FtpServerClass#EDIT_SETTINGS EDIT_SETTINGS})
+#  - false: read the UI settings from the system settings
+# @return [String] the UI value (for read) or nil (for write)
 def ValueUI(key, write)
   ports = []
   authentic = 0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-ftp-server-3.1.2/src/modules/FtpServer.rb 

commit python-blosc for openSUSE:Factory

2014-08-08 Thread h_root
Hello community,

here is the log from the commit of package python-blosc for openSUSE:Factory 
checked in at 2014-08-08 10:10:28

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


Package is python-blosc

Changes:

--- /work/SRC/openSUSE:Factory/python-blosc/python-blosc.changes
2014-07-27 08:26:03.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-blosc.new/python-blosc.changes   
2014-08-08 10:13:40.0 +0200
@@ -1,0 +2,5 @@
+Wed Aug  6 15:16:57 UTC 2014 - sch...@suse.de
+
+- setup.patch: fix use of unknown compiler option
+
+---

New:

  setup.patch



Other differences:
--
++ python-blosc.spec ++
--- /var/tmp/diff_new_pack.kNA1TC/_old  2014-08-08 10:13:41.0 +0200
+++ /var/tmp/diff_new_pack.kNA1TC/_new  2014-08-08 10:13:41.0 +0200
@@ -13,19 +13,22 @@
 # published by the Open Source Initiative.
 
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
+#
+
 
 %define modname blosc
 Name:   python-blosc
 Version:1.2.4
 Release:0
-License:MIT
 Summary:Blosc data compressor for Python
-Url:http://www.blosc.org/
+License:MIT
 Group:  Development/Languages/Python
+Url:http://www.blosc.org/
 Source: 
http://pypi.python.org/packages/source/b/blosc/blosc-%{version}.tar.gz
-BuildRequires:  python-devel
-BuildRequires:  gcc-c++
+Patch:  setup.patch
 BuildRequires:  blosc-devel
+BuildRequires:  gcc-c++
+BuildRequires:  python-devel
 Requires:   blosc-devel
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %if 0%{?suse_version}  0%{?suse_version} = 1110
@@ -38,6 +41,7 @@
 
 %prep
 %setup -q -n blosc-%{version}
+%patch -p1
 
 %build
 CFLAGS=%{optflags} python setup.py build_ext --inplace --blosc=%{_prefix}
@@ -51,5 +55,4 @@
 %{python_sitearch}/blosc-%{version}-py*.egg-info
 %{python_sitearch}/blosc/
 
-
 %changelog

++ setup.patch ++
Index: blosc-1.2.4/setup.py
===
--- blosc-1.2.4.orig/setup.py
+++ blosc-1.2.4/setup.py
@@ -8,6 +8,7 @@
 
 
 import sys, os
+import re, platform
 
 from distutils.core import Extension
 from distutils.core import setup
@@ -57,7 +58,7 @@ for arg in args:
 sys.argv.remove(arg)
 
 # Add -msse2 flag for optimizing shuffle in Blosc
-if os.name == 'posix':
+if os.name == 'posix' and re.match(i.86, platform.machine()) != None:
 CFLAGS.append(-msse2)
 
 # Blosc sources and headers
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit lib3ds for openSUSE:Factory

2014-08-08 Thread h_root
Hello community,

here is the log from the commit of package lib3ds for openSUSE:Factory checked 
in at 2014-08-08 10:10:31

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


Package is lib3ds

Changes:

--- /work/SRC/openSUSE:Factory/lib3ds/lib3ds.changes2013-01-12 
14:51:16.0 +0100
+++ /work/SRC/openSUSE:Factory/.lib3ds.new/lib3ds.changes   2014-08-08 
10:13:43.0 +0200
@@ -1,0 +2,10 @@
+Mon Aug  4 16:43:01 UTC 2014 - tchva...@suse.com
+
+- Add pkgconfig patch to match Fedora behaviour:
+  * lib3ds-pkgconfig.patch
+- Format with spec-cleaner.
+- Remove Obsoletes from openSUSE-10.2
+- Add patch to fix potential CVE-2010-0280:
+  * lib3ds-mesh.c.patch
+
+---

New:

  lib3ds-mesh.c.patch
  lib3ds-pkgconfig.patch



Other differences:
--
++ lib3ds.spec ++
--- /var/tmp/diff_new_pack.Vn2IDa/_old  2014-08-08 10:13:45.0 +0200
+++ /var/tmp/diff_new_pack.Vn2IDa/_new  2014-08-08 10:13:45.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package lib3ds
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 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,32 +16,33 @@
 #
 
 
+%define libname %{name}-1-3
 Name:   lib3ds
-Url:http://lib3ds.sourceforge.net
+Version:1.3.0
+Release:0
 Summary:Import and Export of Autodesk 3DS Files
 License:LGPL-2.1+
 Group:  Development/Libraries/C and C++
-Version:1.3.0
-Release:0
-Source0:%name-%version.tar.bz2
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+Url:http://lib3ds.sourceforge.net
+Source0:%{name}-%{version}.tar.bz2
+Patch0: lib3ds-pkgconfig.patch
+Patch1: lib3ds-mesh.c.patch
 BuildRequires:  Mesa-devel
 BuildRequires:  freeglut-devel
 BuildRequires:  libtool
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
 Lib3ds is a free alternative to Autodesk's 3DS File Toolkit for
 handling 3DS files. Its main goal is to simplify the creation of 3DS
 import and export filters.
 
-%package -n lib3ds-1-3
+%package -n %{libname}
 Summary:Import and Export of Autodesk 3DS Files
 Group:  Development/Libraries/C and C++
 Provides:   %{name} = %{version}
-#opensuse 10.2
-Obsoletes:  %{name} = 1.2.0
 
-%description -n lib3ds-1-3
+%description -n %{libname}
 Lib3ds is a free alternative to Autodesk's 3DS File Toolkit for
 handling 3DS files. Its main goal is to simplify the creation of 3DS
 import and export filters.
@@ -49,8 +50,8 @@
 %package devel
 Summary:Import and Export of Autodesk 3DS Files
 Group:  Development/Libraries/C and C++
+Requires:   %{libname} = %{version}
 Requires:   glibc-devel
-Requires:   lib3ds-1-3 = %{version}
 
 %description devel
 Lib3ds is a free alternative to Autodesk's 3DS File Toolkit for
@@ -59,22 +60,27 @@
 
 %prep
 %setup -q
+%patch0 -p1
+%patch1 -p1
 
 %build
-autoreconf -fi
-export CFLAGS=$RPM_OPT_FLAGS
-%configure --enable-shared --disable-static --with-pic
+autoreconf -fvi
+export CFLAGS=%{optflags}
+%configure \
+--enable-shared \
+--disable-static \
+--with-pic
 make %{?_smp_mflags}
 
 %install
-%{__rm} -rf examples/.deps
-%{__make} DESTDIR=$RPM_BUILD_ROOT install
-%{__rm} -f %{buildroot}%{_libdir}/*.la
+rm -rf examples/.deps
+make DESTDIR=%{buildroot} install %{?_smp_mflags}
+find %{buildroot} -type f -name *.la -delete -print
 
 %check
-%{__make} check
+make check %{?_smp_mflags}
 
-%files -n lib3ds-1-3
+%files -n %{libname}
 %defattr(-,root,root)
 %{_libdir}/lib3ds-1.so.3*
 
@@ -89,8 +95,8 @@
 %{_libdir}/lib3ds.so
 %{_datadir}/aclocal/lib3ds.m4
 
-%post -n lib3ds-1-3  -p /sbin/ldconfig
+%post -n %{libname}  -p /sbin/ldconfig
 
-%postun -n lib3ds-1-3 -p /sbin/ldconfig
+%postun -n %{libname} -p /sbin/ldconfig
 
 %changelog

++ lib3ds-mesh.c.patch ++
diff -Naur lib3ds-1.3.0.orig/lib3ds/mesh.c lib3ds-1.3.0/lib3ds/mesh.c
--- lib3ds-1.3.0.orig/lib3ds/mesh.c 2007-06-20 19:04:08.0 +0200
+++ lib3ds-1.3.0/lib3ds/mesh.c  2010-09-14 06:34:39.987807911 +0200
@@ -87,8 +87,11 @@
 faces=lib3ds_io_read_word(io);
 for (i=0; ifaces; ++i) {
   index=lib3ds_io_read_word(io);
-  ASSERT(indexmesh-faces);
-  strcpy(mesh-faceL[index].material, name);
+  if (indexmesh-faces) {
+strncpy(mesh-faceL[index].material, name, 64);
+  } else {
+// 

commit rubygem-mysql for openSUSE:Factory

2014-08-08 Thread h_root
Hello community,

here is the log from the commit of package rubygem-mysql for openSUSE:Factory 
checked in at 2014-08-08 10:10:24

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


Package is rubygem-mysql

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-mysql/rubygem-mysql.changes  
2014-03-06 12:06:42.0 +0100
+++ /work/SRC/openSUSE:Factory/.rubygem-mysql.new/rubygem-mysql.changes 
2014-08-08 10:13:37.0 +0200
@@ -1,0 +2,7 @@
+Thu Jul 31 15:08:18 UTC 2014 - dims...@opensuse.org
+
+- Rename rpmlintrc to %{name}-rpmlintrc (and remove wrongly named
+  rubygem-mysql.rpmlintrc)
+  Follow the packaging guidelines.
+
+---

Old:

  rpmlintrc
  rubygem-mysql.rpmlintrc

New:

  rubygem-mysql-rpmlintrc



Other differences:
--
++ rubygem-mysql.spec ++
--- /var/tmp/diff_new_pack.oHW2MJ/_old  2014-08-08 10:13:38.0 +0200
+++ /var/tmp/diff_new_pack.oHW2MJ/_new  2014-08-08 10:13:38.0 +0200
@@ -30,6 +30,7 @@
 BuildRequires:  rubygem(rdoc)  3.10
 Url:http://github.com/luislavena/mysql-gem
 Source: http://rubygems.org/gems/%{mod_full_name}.gem
+Source1:rubygem-mysql-rpmlintrc
 Summary:This is the MySQL API module for Ruby
 License:GPL-2.0+ or Ruby
 Group:  Development/Languages/Ruby

++ rubygem-mysql-rpmlintrc ++
addFilter(devel-file-in-non-devel-package)
addFilter(file-contains-buildroot)
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit syslog-ng for openSUSE:Factory

2014-08-08 Thread h_root
Hello community,

here is the log from the commit of package syslog-ng for openSUSE:Factory 
checked in at 2014-08-08 10:10:33

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


Package is syslog-ng

Changes:

--- /work/SRC/openSUSE:Factory/syslog-ng/syslog-ng.changes  2014-07-24 
01:22:02.0 +0200
+++ /work/SRC/openSUSE:Factory/.syslog-ng.new/syslog-ng.changes 2014-08-08 
10:13:45.0 +0200
@@ -1,0 +2,5 @@
+Tue Aug  5 12:13:13 UTC 2014 - pcza...@genesi-usa.com
+
+- update to 3.5.6 (bugfix release)
+
+---

Old:

  syslog-ng_3.5.5.tar.gz

New:

  syslog-ng_3.5.6.tar.gz



Other differences:
--
++ syslog-ng.spec ++
--- /var/tmp/diff_new_pack.Iva8vw/_old  2014-08-08 10:13:46.0 +0200
+++ /var/tmp/diff_new_pack.Iva8vw/_new  2014-08-08 10:13:46.0 +0200
@@ -23,7 +23,7 @@
 %define syslog_ng_rundir   %{_localstatedir}/run/syslog-ng
 %endif
 %define syslog_ng_sockets_cfg  
%{syslog_ng_rundir}/additional-log-sockets.conf
-Version:3.5.5
+Version:3.5.6
 Release:0
 Summary:The new-generation syslog-daemon
 License:GPL-2.0
@@ -350,9 +350,6 @@
 touch%{buildroot}%{syslog_ng_sockets_cfg}
 chmod 644%{buildroot}%{syslog_ng_sockets_cfg}
 
-# install ivykis includes
-#install -m 644 lib/ivykis/src/include/iv* 
%{buildroot}%{_includedir}/syslog-ng/
-
 # remove some extra testing related files
 rm %{buildroot}/%{_libdir}/pkgconfig/syslog-ng-test.pc
 rm %{buildroot}/%{_libdir}/syslog-ng/libtest/libsyslog-ng-test.a

++ syslog-ng_3.5.5.tar.gz - syslog-ng_3.5.6.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/syslog-ng-3.5.5/NEWS new/syslog-ng-3.5.6/NEWS
--- old/syslog-ng-3.5.5/NEWS2014-07-18 12:20:37.0 +0200
+++ new/syslog-ng-3.5.6/NEWS2014-08-04 13:55:20.0 +0200
@@ -1,3 +1,42 @@
+3.5.6
+Mon,  4 Aug 2014 13:39:42 +0200
+
+This is the sixth bug-fix release for the 3.5.x series.
+Upgrading from earlier versions is highly recommended, as the
+changes in this release are very small, yet, also very
+important for most platforms and workloads.
+
+Bugfixes
+
+
+* A major memory leak was fixed in the value-pairs framework,
+  which affects $(format-json), MongoDB, AMQP and more. The
+  leak was supposed to be fixed in 3.5.5, but due to a merging
+  mistake, it was missed.
+
+* The configure script now detects Linux capabilities
+  properly, there is no need to use --disable-linux-caps on
+  non-Linux platforms anymore.
+
+* The pdbtool merge command will now generate version 4
+  patterndb files, instead of version 3.
+
+Credits
+===
+
+syslog-ng is developed as a community project, and as such it relies
+on volunteers to do the work necessary to produce syslog-ng.
+
+Reporting bugs, testing changes, writing code or simply providing
+feedback are all important contributions, so please if you are a
+user of syslog-ng, contribute.
+
+These people have helped in this release:
+
+Fabien Wernli
+Gergely Nagy
+Peter Czanik
+
 3.5.5
 Mon, 21 Jul 2014 17:00:00 +0200
 
@@ -87,7 +126,7 @@
 ===
 
 syslog-ng is developed as a community project, and as such it relies
-on volunteers to do the work necessarily to produce syslog-ng.
+on volunteers to do the work necessary to produce syslog-ng.
 
 Reporting bugs, testing changes, writing code or simply providing
 feedback are all important contributions, so please if you are a
@@ -130,7 +169,7 @@
 ===
 
 syslog-ng is developed as a community project, and as such it relies
-on volunteers to do the work necessarily to produce syslog-ng.
+on volunteers to do the work necessary to produce syslog-ng.
 
 Reporting bugs, testing changes, writing code or simply providing
 feedback are all important contributions, so please if you are a
@@ -203,7 +242,7 @@
 ===
 
 syslog-ng is developed as a community project, and as such it relies
-on volunteers to do the work necessarily to produce syslog-ng.
+on volunteers to do the work necessary to produce syslog-ng.
 
 Reporting bugs, testing changes, writing code or simply providing
 feedback are all important contributions, so please if you are a
@@ -273,7 +312,7 @@
 ===
 
 syslog-ng is developed 

commit stow for openSUSE:Factory

2014-08-08 Thread h_root
Hello community,

here is the log from the commit of package stow for openSUSE:Factory checked in 
at 2014-08-08 10:10:36

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


Package is stow

Changes:

--- /work/SRC/openSUSE:Factory/stow/stow.changes2013-10-07 
11:43:25.0 +0200
+++ /work/SRC/openSUSE:Factory/.stow.new/stow.changes   2014-08-08 
10:13:47.0 +0200
@@ -1,0 +2,7 @@
+Wed Aug  6 11:53:54 UTC 2014 - aspi...@suse.com
+
+- Rename rpmlintrc as per pkg guideline to %{name}-rpmlintrc
+  (SR #243198)
+- Remove old, unused stow.spec.quux
+
+---

Old:

  rpmlintrc
  stow.spec.quux

New:

  stow-rpmlintrc



Other differences:
--
++ stow.spec ++
--- /var/tmp/diff_new_pack.fe5k5I/_old  2014-08-08 10:13:48.0 +0200
+++ /var/tmp/diff_new_pack.fe5k5I/_new  2014-08-08 10:13:48.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package stow
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -24,6 +24,7 @@
 License:GPL-2.0+
 Group:  System/Packages
 Source: http://ftp.gnu.org/gnu/%name/%name-%version.tar.bz2
+Source1:stow-rpmlintrc
 Requires:   %install_info_prereq
 %perl_requires
 Requires:   perl = 5.6.1

++ stow-rpmlintrc ++
addFilter(perl5-naming-policy-not-applied)
addFilter(no-manual-page-for-binary chkstow)
addFilter(package-with-huge-docs)
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit glusterfs for openSUSE:Factory

2014-08-08 Thread h_root
Hello community,

here is the log from the commit of package glusterfs for openSUSE:Factory 
checked in at 2014-08-08 10:10:40

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


Package is glusterfs

Changes:

--- /work/SRC/openSUSE:Factory/glusterfs/glusterfs.changes  2014-08-07 
08:08:25.0 +0200
+++ /work/SRC/openSUSE:Factory/.glusterfs.new/glusterfs.changes 2014-08-08 
10:13:50.0 +0200
@@ -1,0 +2,36 @@
+Mon Aug  4 21:27:22 UTC 2014 - sco...@free.fr
+
+- Update to new upstream release 3.5.2
+  * NFS server crashes in _socket_read_vectored_request
+  * Can't write to quota enable folder
+  * nfs: reset command does not alter the result for nfs options
+earlier set
+  * features/gfid-access: stat on .gfid virtual directory return
+EINVAL
+  * creating symlinks generates errors on stripe volume
+  * Self-heal errors with afr crawl failed for child 0 with ret -1
+while performing rolling upgrade.
+  * [AFR] I/O fails when one of the replica nodes go down
+  * Fix inode leaks in gfid-access xlator
+  * NFS subdir authentication doesn't correctly handle 
+multi-(homed,protocol,etc) network addresses
+  * nfs-utils should be installed as dependency while installing
+glusterfs-server
+  * Excessive logging in quotad.log of the kind 'null client'
+  * client_t clienttable cliententries are never expanded when all
+entries are used
+  * AFR : self-heal of few files not happening when a AWS EC2 Instance
+is back online after a restart
+  * Dist-geo-rep : deletion of files on master, geo-rep fails to
+propagate to slaves.
+  * Allow the usage of the wildcard character '*' to the options
+nfs.rpc-auth-allow and nfs.rpc-auth-reject
+  * glfsheal: Improve the way in which we check the presence of
+replica volumes
+  * Resource cleanup doesn't happen for clients on servers after
+disconnect
+  * mounting a volume over NFS (TCP) with MOUNT over UDP fails
+  * backport 'gluster volume status --xml' issues
+  * Glustershd memory usage too high
+
+---

Old:

  glusterfs-3.5.1.tar.gz

New:

  glusterfs-3.5.2.tar.gz



Other differences:
--
++ glusterfs.spec ++
--- /var/tmp/diff_new_pack.aANJtJ/_old  2014-08-08 10:13:51.0 +0200
+++ /var/tmp/diff_new_pack.aANJtJ/_new  2014-08-08 10:13:51.0 +0200
@@ -17,9 +17,9 @@
 
 
 Name:   glusterfs
-Version:3.5.1
+Version:3.5.2
 Release:0
-%define rversion   3.5.1
+%define rversion   3.5.2
 Summary:Aggregating distributed file system
 License:GPL-2.0 or LGPL-3.0+
 Group:  System/Filesystems
@@ -180,6 +180,9 @@
 %if 0%{?_unitdir:1}
 mkdir -p $b/%_unitdir;
 rm -Rf $b/%_initddir
+ln -s service $b/%_sbindir/rcglusterd
+%else
+ln -s %_initddir/glusterd $b/%_sbindir/rcglusterd
 %endif
 chmod u-s $b/%_bindir/fusermount-glusterfs
 %fdupes %buildroot/%_prefix
@@ -236,6 +239,7 @@
 %_libdir/%name/
 %_sbindir/gluster*
 %_sbindir/glfsheal
+%_sbindir/rcglusterd
 %_datadir/glusterfs/
 %_mandir/man*/*
 %_docdir/%name

++ glusterfs-3.5.1.tar.gz - glusterfs-3.5.2.tar.gz ++
 4402 lines of diff (skipped)

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



commit yast2-dhcp-server for openSUSE:Factory

2014-08-08 Thread h_root
Hello community,

here is the log from the commit of package yast2-dhcp-server for 
openSUSE:Factory checked in at 2014-08-08 10:10:29

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


Package is yast2-dhcp-server

Changes:

--- /work/SRC/openSUSE:Factory/yast2-dhcp-server/yast2-dhcp-server.changes  
2014-03-31 20:45:22.0 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-dhcp-server.new/yast2-dhcp-server.changes 
2014-08-08 10:13:41.0 +0200
@@ -1,0 +2,7 @@
+Thu Aug  7 08:36:22 UTC 2014 - mfi...@suse.com
+
+- bnc#887139
+  - selected device has to have an ip assigned.
+- 3.1.3
+
+---

Old:

  yast2-dhcp-server-3.1.2.tar.bz2

New:

  yast2-dhcp-server-3.1.3.tar.bz2



Other differences:
--
++ yast2-dhcp-server.spec ++
--- /var/tmp/diff_new_pack.6UNGFl/_old  2014-08-08 10:13:42.0 +0200
+++ /var/tmp/diff_new_pack.6UNGFl/_new  2014-08-08 10:13:42.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-dhcp-server
-Version:3.1.2
+Version:3.1.3
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ yast2-dhcp-server-3.1.2.tar.bz2 - yast2-dhcp-server-3.1.3.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-dhcp-server-3.1.2/package/yast2-dhcp-server.changes 
new/yast2-dhcp-server-3.1.3/package/yast2-dhcp-server.changes
--- old/yast2-dhcp-server-3.1.2/package/yast2-dhcp-server.changes   
2014-03-31 13:32:49.0 +0200
+++ new/yast2-dhcp-server-3.1.3/package/yast2-dhcp-server.changes   
2014-08-07 14:47:44.0 +0200
@@ -1,4 +1,11 @@
 ---
+Thu Aug  7 08:36:22 UTC 2014 - mfi...@suse.com
+
+- bnc#887139
+  - selected device has to have an ip assigned.
+- 3.1.3
+
+---
 Mon Mar 31 13:24:17 CEST 2014 - loci...@suse.com
 
 - Fixed testsuite (adapted to new systemd service)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-dhcp-server-3.1.2/package/yast2-dhcp-server.spec 
new/yast2-dhcp-server-3.1.3/package/yast2-dhcp-server.spec
--- old/yast2-dhcp-server-3.1.2/package/yast2-dhcp-server.spec  2014-03-31 
13:32:49.0 +0200
+++ new/yast2-dhcp-server-3.1.3/package/yast2-dhcp-server.spec  2014-08-07 
14:47:44.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-dhcp-server
-Version:3.1.2
+Version:3.1.3
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-dhcp-server-3.1.2/src/include/dhcp-server/dialogs2.rb 
new/yast2-dhcp-server-3.1.3/src/include/dhcp-server/dialogs2.rb
--- old/yast2-dhcp-server-3.1.2/src/include/dhcp-server/dialogs2.rb 
2014-03-31 13:32:49.0 +0200
+++ new/yast2-dhcp-server-3.1.3/src/include/dhcp-server/dialogs2.rb 
2014-08-07 14:47:44.0 +0200
@@ -588,38 +588,37 @@
   nil
 end
 
+# Checks if selected devices are suitable to run dhcp server
+#
+# A device is valid when:
+# - it has an IP already assigned
+# - it has statically configured IP
 def CardSelectionValidate(key, event)
-  event = deep_copy(event)
-  return true if Ops.get(event, ID) == :abort
+  return true if event[ID] == :abort
+  return false if !@ifaces
 
-  allowed_interfaces = []
-  configured_interfaces = []
-  Builtins.foreach(@ifaces) do |iface, settings|
-if Ops.get_boolean(@ifaces, [iface, active], false) == true
-  allowed_interfaces = Builtins.add(allowed_interfaces, iface)
-  if DhcpServer.GetInterfaceInformation(iface) != {}
-configured_interfaces = Builtins.add(configured_interfaces, iface)
-  end
-  raise Break
-end
+  allowed_interfaces = @ifaces.select { |i, s| s  s[active] }
+  unconfigured_interface = allowed_interfaces.any? do |iface, settings|
+DhcpServer.GetInterfaceInformation(iface).empty?
   end
-  if Ops.less_or_equal(Builtins.size(allowed_interfaces), 0)
+
+  if allowed_interfaces.empty?
 # TRANSLATORS: popup error, DHCP Server needs to run on one or more 
interfaces,
 #  currently no one is selected
 Report.Error(_(At least one network interface must be selected.))
 return false
   end
 
-  if Ops.less_or_equal(Builtins.size(configured_interfaces), 0)
+  if unconfigured_interface
 # TRANSLATORS: popup error, DHCP 

commit libqt5-qtquickcontrols for openSUSE:Factory

2014-08-08 Thread h_root
Hello community,

here is the log from the commit of package libqt5-qtquickcontrols for 
openSUSE:Factory checked in at 2014-08-08 10:10:40

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


Package is libqt5-qtquickcontrols

Changes:

--- 
/work/SRC/openSUSE:Factory/libqt5-qtquickcontrols/libqt5-qtquickcontrols.changes
2014-06-30 21:50:27.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.libqt5-qtquickcontrols.new/libqt5-qtquickcontrols.changes
   2014-08-08 10:13:49.0 +0200
@@ -1,0 +2,5 @@
+Thu Aug  7 21:41:18 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Fix summary and description
+
+---



Other differences:
--
++ libqt5-qtquickcontrols.spec ++
--- /var/tmp/diff_new_pack.RGAGPF/_old  2014-08-08 10:13:50.0 +0200
+++ /var/tmp/diff_new_pack.RGAGPF/_new  2014-08-08 10:13:50.0 +0200
@@ -21,7 +21,7 @@
 Name:   libqt5-qtquickcontrols
 Version:5.3.1
 Release:0
-Summary:Qt 5 Serial Port Addon
+Summary:Qt 5 Quick Controls Addon
 License:SUSE-LGPL-2.1-with-digia-exception-1.1 or GPL-3.0
 Group:  Development/Libraries/X11
 Url:http://qt.digia.com
@@ -49,10 +49,8 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
-Qt is a set of libraries for developing applications.
-
-This package contains base tools, like string, xml, and network
-handling.
+The Qt Quick Controls module provides a set of controls that
+can be used to build complete interfaces in Qt Quick.
 
 %package examples
 Summary:Qt5 quickcontrols examples

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



commit parcellite for openSUSE:Factory

2014-08-08 Thread h_root
Hello community,

here is the log from the commit of package parcellite for openSUSE:Factory 
checked in at 2014-08-08 10:10:34

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


Package is parcellite

Changes:

--- /work/SRC/openSUSE:Factory/parcellite/parcellite.changes2014-08-05 
21:11:01.0 +0200
+++ /work/SRC/openSUSE:Factory/.parcellite.new/parcellite.changes   
2014-08-08 10:13:47.0 +0200
@@ -1,0 +2,16 @@
+Tue Aug  5 21:16:06 UTC 2014 - t...@gmx.com
+
+- update to version 1.1.8 revision 532 to fix several bugs
+  * Fixed bug 120, position_history broken. We limit x  y with screen limit 
-100.
+  * Fixed Bug 123, right-click edit broken.
+  * Fixed bug 124, Enter does not select entry.
+  * Fixed bug 125, Unsolicited error message about xdotool.
+  * Fixed bug 130, Edit clipboard and Clear aren't working in Parcellite 1.1.8
+  * Added feature request 57, change systray icon.
+  * Updated Spanish translation by jcsl.
++ it makes parcellite-1.1.7-Spanish-translation-update.patch unnecessary 
~ removed
+  * Updated Chinese translation by wenjie.
+  * Cleaned up many warnings.
++ it makes parcellite-1.1.8-rpmlint-errors.patch unnecessary ~ removed
+
+---

Old:

  parcellite-1.1.7-Spanish-translation-update.patch
  parcellite-1.1.8-rpmlint-errors.patch
  parcellite-1.1.8.tar.gz

New:

  parcellite-1.1.8-revision-532.tar.xz



Other differences:
--
++ parcellite.spec ++
--- /var/tmp/diff_new_pack.IzyKkM/_old  2014-08-08 10:13:47.0 +0200
+++ /var/tmp/diff_new_pack.IzyKkM/_new  2014-08-08 10:13:47.0 +0200
@@ -23,13 +23,9 @@
 License:GPL-3.0+
 Group:  Productivity/Other
 Url:http://parcellite.sourceforge.net/
-Source: %{name}-%{version}.tar.gz
+Source: %{name}-%{version}-revision-532.tar.xz 
 # PATCH-FIX-UPSTREAM marguer...@opensuse.org -- tweak default settings.
 Patch0:  parcellite-1.1.7-defaults.patch
-# PATCH-FIX-UPSTREAM marguer...@opensuse.org -- fix rpmlint errors.
-Patch1: parcellite-1.1.8-rpmlint-errors.patch
-# Translation have been submitted upstream -- remove this patch when it is 
included.
-Patch2:
parcellite-1.1.7-Spanish-translation-update.patch
 BuildRequires:  automake
 BuildRequires:  gnome-icon-theme
 BuildRequires:  intltool = 0.23
@@ -48,10 +44,8 @@
 system tray or notification area if you want to use this package.
 
 %prep
-%setup -q
+%setup -qn %{name}-%{version}-revision-532
 %patch0 -p1
-%patch1 -p1
-%patch2 -p1
 
 %build
 autoreconf -fi

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



commit yast2-auth-client for openSUSE:Factory

2014-08-08 Thread h_root
Hello community,

here is the log from the commit of package yast2-auth-client for 
openSUSE:Factory checked in at 2014-08-08 10:10:38

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


Package is yast2-auth-client

Changes:

--- /work/SRC/openSUSE:Factory/yast2-auth-client/yast2-auth-client.changes  
2014-08-06 11:42:36.0 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-auth-client.new/yast2-auth-client.changes 
2014-08-08 10:13:48.0 +0200
@@ -1,0 +2,8 @@
+Thu Aug  7 08:57:02 UTC 2014 - vark...@suse.com
+
+- bnc#889762 - yast2-auth-client lacks help.
+- Services can have more values.
+- ldap_search_base is not a mandatory parameter.
+- 3.1.19 
+
+---

Old:

  yast2-auth-client-3.1.18.tar.bz2

New:

  yast2-auth-client-3.1.19.tar.bz2



Other differences:
--
++ yast2-auth-client.spec ++
--- /var/tmp/diff_new_pack.wS6VvN/_old  2014-08-08 10:13:49.0 +0200
+++ /var/tmp/diff_new_pack.wS6VvN/_new  2014-08-08 10:13:49.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-auth-client
-Version:3.1.18
+Version:3.1.19
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ yast2-auth-client-3.1.18.tar.bz2 - yast2-auth-client-3.1.19.tar.bz2 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-auth-client-3.1.18/package/yast2-auth-client.changes 
new/yast2-auth-client-3.1.19/package/yast2-auth-client.changes
--- old/yast2-auth-client-3.1.18/package/yast2-auth-client.changes  
2014-08-06 08:57:43.0 +0200
+++ new/yast2-auth-client-3.1.19/package/yast2-auth-client.changes  
2014-08-07 17:07:42.0 +0200
@@ -1,4 +1,12 @@
 ---
+Thu Aug  7 08:57:02 UTC 2014 - vark...@suse.com
+
+- bnc#889762 - yast2-auth-client lacks help.
+- Services can have more values.
+- ldap_search_base is not a mandatory parameter.
+- 3.1.19 
+
+---
 Fri Aug  1 14:38:16 CEST 2014 - sch...@suse.de
 
 - Fixed error while parsing autoyast settings with missing
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-auth-client-3.1.18/package/yast2-auth-client.spec 
new/yast2-auth-client-3.1.19/package/yast2-auth-client.spec
--- old/yast2-auth-client-3.1.18/package/yast2-auth-client.spec 2014-08-06 
08:57:43.0 +0200
+++ new/yast2-auth-client-3.1.19/package/yast2-auth-client.spec 2014-08-07 
17:07:42.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-auth-client
-Version:3.1.18
+Version:3.1.19
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-auth-client-3.1.18/src/include/dialogs.rb 
new/yast2-auth-client-3.1.19/src/include/dialogs.rb
--- old/yast2-auth-client-3.1.18/src/include/dialogs.rb 2014-08-06 
08:57:43.0 +0200
+++ new/yast2-auth-client-3.1.19/src/include/dialogs.rb 2014-08-07 
17:07:42.0 +0200
@@ -550,7 +550,26 @@
   Wizard.SetContentsButtons(
 caption,
 contents,
-_(TODO WRITE HELP),
+_(SSSD provides a set of daemons to manage access to remote 
directories and authentication mechanisms.br +
+  You have to confiugre at least one authentication domain.br +
+  The first you have to set for a authentication domain is the 
identification and auth provider used for the domain.br +
+  In the next step you have to set some mandatory parameter for the 
selected providers. +
+  You can select later all parameters available for the selected 
identification and auth provider. +
+  SSSD provides following id_provider:br +
+  bproxy/b: Support a legacy NSS provider.br +
+  blocal/b: SSSD internal provider for local users.br +
+  bldap/b: LDAP provider. See sssd-ldap(5) for more information 
on configuring LDAP.br +
+  bipa/b: FreeIPA and Red Hat Enterprise Identity Management 
provider.br +
+  bad/b: Active Directory provider.br +
+ Supported auth providers are:br +
+  bldap/b for native LDAP authentication.br +
+  bkrb5/b for Kerberos authentication.br +
+  bipa/b FreeIPA and Red Hat Enterprise Identity Management 
provider.br +
+  bad/b Active Directory provider.br +
+  bproxy/b for relaying authentication to some other PAM 
target.br +
+  bnone/b disables authentication explicitly.br +
+  The