commit oxygen-gtk2 for openSUSE:Factory

2014-11-07 Thread h_root
Hello community,

here is the log from the commit of package oxygen-gtk2 for openSUSE:Factory 
checked in at 2014-11-07 09:05:05

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


Package is oxygen-gtk2

Changes:

--- /work/SRC/openSUSE:Factory/oxygen-gtk2/oxygen-gtk2.changes  2014-11-02 
16:46:07.0 +0100
+++ /work/SRC/openSUSE:Factory/.oxygen-gtk2.new/oxygen-gtk2.changes 
2014-11-07 09:05:09.0 +0100
@@ -10,0 +11,5 @@
+Mon Sep  8 00:40:07 UTC 2014 - fi...@opensuse.org
+
+- Add fix-menu-items-look.patch: Center text in menuitem.
+
+---

New:

  fix-menu-items-look.patch



Other differences:
--
++ oxygen-gtk2.spec ++
--- /var/tmp/diff_new_pack.yrleQn/_old  2014-11-07 09:05:10.0 +0100
+++ /var/tmp/diff_new_pack.yrleQn/_new  2014-11-07 09:05:10.0 +0100
@@ -25,6 +25,8 @@
 Url:
https://projects.kde.org/projects/playground/artwork/oxygen-gtk/
 Source0:
http://download.kde.org/stable/%{name}/%{version}/src/%{name}-%{version}.tar.bz2
 Source100:  baselibs.conf
+# PATCH-FIX-OPENSUSE fix-menu-items-look.patch fi...@opensuse.org -- Vertical 
center text in menuitems.
+Patch0: fix-menu-items-look.patch
 BuildRequires:  cmake
 BuildRequires:  gcc-c++
 BuildRequires:  pkgconfig(cairo)
@@ -91,6 +93,7 @@
 
 %prep
 %setup -q
+%patch0
 
 %build
 mkdir -p build

++ fix-menu-items-look.patch ++
From: Mariusz Fik fi...@opensuse.org
Date: 2014-09-07 22:37:19 +02:00
Subject: Vertical center text in menuitems
References: https://reviewboard.kde.org/r/118715/
Upstream: submitted

Center text in menuitem and make it more compact, to look closer to native 
widgets.

---
 rc/gtkrc |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Index: rc/gtkrc
===
--- rc/gtkrc.orig
+++ rc/gtkrc
@@ -99,13 +99,13 @@ class GtkMenuBar style oxygen-menubar
 style oxygen-menubaritem = oxygen-default
 {
 xthickness = 3
-ythickness = 2
+ythickness = 3
 }
 
 style oxygen-menuitem = oxygen-default
 {
 xthickness = 1
-ythickness = 5
+ythickness = 3
 }
 
 style oxygen-separator-menuitem = oxygen-default
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit MozillaThunderbird for openSUSE:Factory

2014-11-07 Thread h_root
Hello community,

here is the log from the commit of package MozillaThunderbird for 
openSUSE:Factory checked in at 2014-11-07 09:05:47

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


Package is MozillaThunderbird

Changes:

--- /work/SRC/openSUSE:Factory/MozillaThunderbird/MozillaThunderbird.changes
2014-11-01 08:14:03.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.MozillaThunderbird.new/MozillaThunderbird.changes   
2014-11-07 09:05:49.0 +0100
@@ -1,0 +2,5 @@
+Tue Nov  4 08:16:43 UTC 2014 - guilla...@opensuse.org
+
+- Limit RAM usage during link for ARM
+
+---



Other differences:
--
++ MozillaThunderbird.spec ++
--- /var/tmp/diff_new_pack.U6KBwh/_old  2014-11-07 09:05:52.0 +0100
+++ /var/tmp/diff_new_pack.U6KBwh/_new  2014-11-07 09:05:52.0 +0100
@@ -232,6 +232,10 @@
 %ifarch ppc64 ppc64le
 export CFLAGS=$CFLAGS -mminimal-toc
 %endif
+%ifarch %arm
+# Limit RAM usage during link
+export LDFLAGS=${LDFLAGS} -Wl,--no-keep-memory -Wl,--reduce-memory-overheads
+%endif
 export CXXFLAGS=$CFLAGS
 export MOZCONFIG=$RPM_BUILD_DIR/mozconfig
 #



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



commit Mesa for openSUSE:Factory

2014-11-07 Thread h_root
Hello community,

here is the log from the commit of package Mesa for openSUSE:Factory checked in 
at 2014-11-07 09:05:50

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


Package is Mesa

Changes:

--- /work/SRC/openSUSE:Factory/Mesa/Mesa.changes2014-10-31 
12:22:47.0 +0100
+++ /work/SRC/openSUSE:Factory/.Mesa.new/Mesa.changes   2014-11-07 
09:05:54.0 +0100
@@ -1,0 +2,15 @@
+Tue Nov  4 10:08:35 UTC 2014 - seanpwat...@live.com
+
+- Update to 10.3.2
+   + (fdo#54372) GLX_INTEL_swap_event crashes driver when swapping 
+   window buffers
+  + (fdo#81680) [r600g] Firefox crashes with hardware acceleration 
+   turned on
+  + (fdo#84140) mplayer crashes playing some files using vdpau 
+   output
+  + (fdo#84662) Long pauses with Unreal demo Elemental on R9270X 
+   since : Always flush the HDP cache before submitting a
+CS to the GPU
+  + (fdo#85267) vlc crashes with vdpau (Radeon 3850HD) [r600]
+   
+---
@@ -2580 +2594,0 @@
-

Old:

  MesaLib-10.3.1.tar.bz2

New:

  MesaLib-10.3.2.tar.bz2



Other differences:
--
++ Mesa.spec ++
--- /var/tmp/diff_new_pack.utjCU2/_old  2014-11-07 09:05:56.0 +0100
+++ /var/tmp/diff_new_pack.utjCU2/_new  2014-11-07 09:05:56.0 +0100
@@ -51,10 +51,10 @@
 %endif
 
 %define _name_archive MesaLib
-%define _version 10.3.1
+%define _version 10.3.2
 
 Name:   Mesa
-Version:10.3.1
+Version:10.3.2
 Release:0
 BuildRequires:  autoconf = 2.60
 BuildRequires:  automake

++ MesaLib-10.3.1.tar.bz2 - MesaLib-10.3.2.tar.bz2 ++
/work/SRC/openSUSE:Factory/Mesa/MesaLib-10.3.1.tar.bz2 
/work/SRC/openSUSE:Factory/.Mesa.new/MesaLib-10.3.2.tar.bz2 differ: char 11, 
line 1

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



commit MozillaFirefox for openSUSE:Factory

2014-11-07 Thread h_root
Hello community,

here is the log from the commit of package MozillaFirefox for openSUSE:Factory 
checked in at 2014-11-07 09:05:20

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


Package is MozillaFirefox

Changes:

--- /work/SRC/openSUSE:Factory/MozillaFirefox/MozillaFirefox.changes
2014-11-01 08:14:08.0 +0100
+++ /work/SRC/openSUSE:Factory/.MozillaFirefox.new/MozillaFirefox.changes   
2014-11-07 09:05:23.0 +0100
@@ -1,0 +2,21 @@
+Tue Nov  4 18:00:35 UTC 2014 - guilla...@opensuse.org
+
+- Disable elf-hack for aarch64
+- Enable EGL for aarch64
+- Limit RAM usage during link for %arm
+- Fix _constraints for ARM
+
+---
+Mon Nov  3 11:36:04 UTC 2014 - dmuel...@suse.com
+
+- use proper macros for ARM 
+
+---
+Mon Nov  3 11:26:23 UTC 2014 - josua.maye...@gmail.com
+
+- use '--disable-optimize' not only on 32-bit x86, but on 32-bit arm too
+  to fix compiling.
+- pass '-Wl,--no-keep-memory' to linker to reduce required memory during
+  linking on arm.
+
+---



Other differences:
--
++ MozillaFirefox.spec ++
--- /var/tmp/diff_new_pack.8L7Xi4/_old  2014-11-07 09:05:27.0 +0100
+++ /var/tmp/diff_new_pack.8L7Xi4/_new  2014-11-07 09:05:27.0 +0100
@@ -300,6 +300,8 @@
 %endif
 %ifarch %arm
 export CFLAGS=${CFLAGS/-g / }
+# Limit RAM usage during link
+export LDFLAGS=${LDFLAGS} -Wl,--no-keep-memory -Wl,--reduce-memory-overheads
 %endif
 %ifarch ppc64 ppc64le
 export CFLAGS=$CFLAGS -mminimal-toc
@@ -319,12 +321,12 @@
 ac_add_options --includedir=%{_includedir}
 ac_add_options --enable-release
 ac_add_options --enable-stdcxx-compat
-%ifarch %ix86
+%ifarch %ix86 %arm
 %if 0%{?suse_version}  1230
 ac_add_options --disable-optimize
 %endif
 %endif
-%ifnarch ppc ppc64 ppc64le
+%ifnarch ppc ppc64 ppc64le aarch64
 ac_add_options --enable-elf-hack
 %endif
 ac_add_options --with-system-nspr
@@ -369,7 +371,7 @@
 ac_add_options --disable-webrtc
 %endif
 # try to use OpenGL-ES on ARM
-%ifarch %arm
+%ifarch %arm aarch64
 ac_add_options --with-gl-provider=EGL
 %endif
 EOF

++ _constraints ++
--- /var/tmp/diff_new_pack.8L7Xi4/_old  2014-11-07 09:05:27.0 +0100
+++ /var/tmp/diff_new_pack.8L7Xi4/_new  2014-11-07 09:05:27.0 +0100
@@ -15,7 +15,7 @@
 /conditions
 hardware
   memory
-size unit=M768/size
+size unit=M2600/size
   /memory
 /hardware
   /overwrite



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



commit k3b for openSUSE:Factory

2014-11-07 Thread h_root
Hello community,

here is the log from the commit of package k3b for openSUSE:Factory checked in 
at 2014-11-07 09:05:08

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


Package is k3b

Changes:

--- /work/SRC/openSUSE:Factory/k3b/k3b.changes  2014-08-27 22:18:31.0 
+0200
+++ /work/SRC/openSUSE:Factory/.k3b.new/k3b.changes 2014-11-07 
09:05:12.0 +0100
@@ -1,0 +2,47 @@
+Tue Nov  4 17:19:29 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 2.0.3:
+  * Fixed crash in MetaItemModel on submodel item removal
+  * Fixed Solid predicates for AudioCd and VideoDvd media.
+kde#265819
+  * Set error status when CDDB query fails.
+  * Prefer growisofs to wodim for DVD/BluRay burning.
+  * Fixed improper track number in CDDB track edit window title.
+kde#276681
+  * Fixed crash on detecting writing speeds. kde#272427
+  * Fix problem with HL-DT-ST BH10LS30. kde#268307
+  * Fixed compilation with new FFMPEG. kde#274817 kde#300731
+  * Allow using CD-R90 and CD-R99 media to full capacity.
+kde#276002
+  * Refactor the FreeBSD SCSI/CAM interface.
+  * Fix crash on dvd ripping
+  * fix sox detection with sox = 14.4.0. kde#301544
+  * Support more media types. kde#261652
+  * Fix file system detection. kde#325616 kde#262607
+  * Surround output filename for transcode with double quotes.
+kde#326097
+  * Fix FILE name and type detection for cue sheet images.
+kde#337201
+  * Rip audio tracks in ascending numerical order.
+kde#319678
+  * Upstream patches from NetBSD.
+  * Make paranoia lib detection better.
+  * Don't preview if called process failed. kde#268680
+  * Fix Crash while remove songs in Mixed mode CD proyect.
+kde#323117
+  * Use QElapsedTimer to calculate remaining time.
+kde#330239 kde#315463
+  * Fix crash in lsof wrapper. kde#340515
+- Drop patches merged upstream:
+  k3b-prefer-growisofs-to-wodim-for-DVD-burning.patch,
+  k3b-fixed-crash-on-detecting-writing-speeds.patch,
+  k3b-fixed-solid-predicates.patch,
+  k3b-2.0.2-ffmpeg011.patch,
+  k3b-short-trackinfo.patch,
+  k3b-increase-tolerance.patch,
+  add_mimetypes_bnc661777.diff,
+  k3b-fixed-improper-track-number-in-CDDB-track-edit-window-title.patch,
+  k3b-set-error-status-when-CDDB-query-fails.patch and
+  k3b-dont-count-used-capacity-twice.patch
+
+---

Old:

  add_mimetypes_bnc661777.diff
  k3b-2.0.2-ffmpeg011.patch
  k3b-2.0.2.tar.bz2
  k3b-dont-count-used-capacity-twice.patch
  k3b-fixed-crash-on-detecting-writing-speeds.patch
  k3b-fixed-improper-track-number-in-CDDB-track-edit-window-title.patch
  k3b-fixed-solid-predicates.patch
  k3b-increase-tolerance.patch
  k3b-prefer-growisofs-to-wodim-for-DVD-burning.patch
  k3b-set-error-status-when-CDDB-query-fails.patch
  k3b-short-trackinfo.patch

New:

  k3b-2.0.3a.tar.xz



Other differences:
--
++ k3b.spec ++
--- /var/tmp/diff_new_pack.LsnquE/_old  2014-11-07 09:05:13.0 +0100
+++ /var/tmp/diff_new_pack.LsnquE/_new  2014-11-07 09:05:13.0 +0100
@@ -21,36 +21,16 @@
 %bcond_with lame
 
 Name:   k3b
-Version:2.0.2
+Version:2.0.3
 Release:0
 Summary:CD/DVD/Blu-ray Burning Application for KDE
 License:GPL-2.0+
 Group:  Productivity/Multimedia/CD/Record
 
 Url:http://www.k3b.org/
-Source0:
http://prdownloads.sourceforge.net/k3b/%{name}-%{version}.tar.bz2
+Source: 
http://download.kde.org/stable/%{name}/%{name}-%{version}a.tar.xz
 # PATCH-FIX-OPENSUSE initial-preference.diff llu...@novell.com -- Make the 
default handler for .iso files instead of Ark
 Patch0: initial-preference.diff
-# PATCH-FIX-OPENSUSE add_mimetypes_bnc661777.diff bnc#661777 ctri...@gmx.net 
-- Add a few mimetypes to the desktop file for better integration in GNOME
-Patch1: add_mimetypes_bnc661777.diff
-# PATCH-FIX-UPSTREAM k3b-short-trackinfo.patch bko #268307 idoen...@suse.de -- 
Too short track info dataLen returned at least on HL-DT-ST BH10LS30
-Patch2: k3b-short-trackinfo.patch
-# PATCH-FIX-UPSTREAM k3b-2.0.2-ffmpeg011.patch reddw...@opensuse.org -- Make 
it compile with the latest ffmpeg.
-Patch3: k3b-2.0.2-ffmpeg011.patch
-# PATCH-FIX-UPSTREAM k3b-increase-tolerance.patch kde#276002 
hrvoje.sen...@gmail.com -- K3b::IsOverburnAllowed: Increase tolerance
-Patch4: k3b-increase-tolerance.patch
-# PATCH-FIX-UPSTREAM k3b-fixed-crash-on-detecting-writing-speeds.patch 
kde#272427 hrvoje.sen...@gmail.com -- Fixed crash on detecting writing speeds
-Patch5: k3b-fixed-crash-on-detecting-writing-speeds.patch
-# PATCH-FIX-UPSTREAM 

commit samba for openSUSE:Factory

2014-11-07 Thread h_root
Hello community,

here is the log from the commit of package samba for openSUSE:Factory checked 
in at 2014-11-07 09:05:19

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


Package is samba

Changes:

--- /work/SRC/openSUSE:Factory/samba/samba.changes  2014-10-31 
12:31:50.0 +0100
+++ /work/SRC/openSUSE:Factory/.samba.new/samba.changes 2014-11-07 
09:05:20.0 +0100
@@ -1,0 +2,17 @@
+Thu Nov  6 13:41:46 UTC 2014 - lmue...@suse.com
+
+- Use the upstream tar ball, as signature verification is now able to handle
+  compressed archives.
+
+---
+Wed Nov  5 13:02:57 CET 2014 - nopo...@suse.de
+
+- Fix leak when closing file descriptor returned from dirfd; (bso#10918).
+
+---
+Tue Oct 28 16:13:45 UTC 2014 - lmue...@suse.com
+
+- Remove dependency on gpg-offline as signature checking is implemented in the
+  source validator.
+
+---

Old:

  samba-pubkey_6568B7EA.asc

New:

  samba.keyring



Other differences:
--
++ samba.spec ++
--- /var/tmp/diff_new_pack.LYbtAn/_old  2014-11-07 09:05:22.0 +0100
+++ /var/tmp/diff_new_pack.LYbtAn/_new  2014-11-07 09:05:22.0 +0100
@@ -118,7 +118,6 @@
 BuildRequires:  libxslt-tools
 %endif
 %if 0%{?suse_version}  1220
-BuildRequires:  gpg-offline
 BuildRequires:  systemd
 BuildRequires:  systemd-devel
 %endif
@@ -146,7 +145,7 @@
 %else
 %definebuild_make_smp_mflags %{?jobs:-j%jobs}
 %endif
-%define SOURCE_TIMESTAMP 3312
+%define SOURCE_TIMESTAMP 3327
 %define BRANCH %{version}
 %global with_mitkrb5 1
 %global with_dc 0
@@ -165,7 +164,7 @@
 Group:  Productivity/Networking/Samba
 Source: %{samba_source_location}
 Source5:%{samba_source_signature_location}
-Source6:http://www.samba.org/samba/ftp/samba-pubkey_6568B7EA.asc
+Source6:samba.keyring
 Source1:vendor-files.tar.bz2
 Source2:patches.tar.bz2
 Source4:baselibs.conf
@@ -1105,11 +1104,6 @@
 
 
 %prep
-%if 0%{?suse_version}  1220
-gzip -dc %{SOURCE0} ${RPM_SOURCE_DIR}/%{name}-%{samba_ver_full}.tar
-%{?gpg_verify: %gpg_verify --keyring %{SOURCE6} %{SOURCE5}}
-rm ${RPM_SOURCE_DIR}/%{name}-%{samba_ver_full}.tar
-%endif
 %setup -n samba-%{samba_ver_full} -q
 # patches
 %setup -T -D -a 2 -n samba-%{samba_ver_full} -q

++ patches.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/patches/samba.org/6faef4d213e76077bdbaf83cf07f0261c11dc757 
new/patches/samba.org/6faef4d213e76077bdbaf83cf07f0261c11dc757
--- old/patches/samba.org/6faef4d213e76077bdbaf83cf07f0261c11dc757  
1970-01-01 01:00:00.0 +0100
+++ new/patches/samba.org/6faef4d213e76077bdbaf83cf07f0261c11dc757  
2014-11-05 19:20:59.0 +0100
@@ -0,0 +1,74 @@
+From 6faef4d213e76077bdbaf83cf07f0261c11dc757 Mon Sep 17 00:00:00 2001
+From: Noel Power noel.po...@suse.com
+Date: Tue, 4 Nov 2014 16:52:49 +0100
+Subject: [PATCH] btrfs: don't leak opened directory handle
+
+Closing a directory handle file descriptor via close() is undefined,
+according to:
+http://pubs.opengroup.org/onlinepubs/9699919799/functions/dirfd.html
+
+Signed-off-by: Noel Power noel.po...@suse.com
+Reviewed-by: David Disseldorp dd...@samba.org
+Reviewed-by: Jeremy Allison j...@samba.org
+
+Autobuild-User(master): David Disseldorp dd...@samba.org
+Autobuild-Date(master): Tue Nov  4 20:51:02 CET 2014 on sn-devel-104
+---
+ source3/modules/vfs_btrfs.c | 22 --
+ 1 file changed, 16 insertions(+), 6 deletions(-)
+
+diff --git source3/modules/vfs_btrfs.c source3/modules/vfs_btrfs.c
+index c1e17b3..5144239 100644
+--- source3/modules/vfs_btrfs.c
 source3/modules/vfs_btrfs.c
+@@ -245,23 +245,29 @@ static NTSTATUS btrfs_get_compression(struct 
vfs_handle_struct *handle,
+   int fd;
+   bool opened = false;
+   NTSTATUS status;
++  DIR *dir = NULL;
+ 
+   if ((fsp != NULL)  (fsp-fh-fd != -1)) {
+   fd = fsp-fh-fd;
+   } else if (smb_fname != NULL) {
+   if (S_ISDIR(smb_fname-st.st_ex_mode)) {
+-  DIR *dir = opendir(smb_fname-base_name);
++  dir = opendir(smb_fname-base_name);
+   if (dir == NULL) {
+   return NT_STATUS_UNSUCCESSFUL;
+   }
++  opened = true;
+   fd = dirfd(dir);
++  if (fd  0) {
++  status = NT_STATUS_UNSUCCESSFUL;
++  goto err_close;
++   

commit ldb for openSUSE:Factory

2014-11-07 Thread h_root
Hello community,

here is the log from the commit of package ldb for openSUSE:Factory checked in 
at 2014-11-07 09:05:13

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


Package is ldb

Changes:

--- /work/SRC/openSUSE:Factory/ldb/ldb.changes  2014-10-05 20:28:11.0 
+0200
+++ /work/SRC/openSUSE:Factory/.ldb.new/ldb.changes 2014-11-07 
09:05:15.0 +0100
@@ -1,0 +2,12 @@
+Thu Nov  6 13:24:43 UTC 2014 - lmue...@suse.com
+
+- Use the upstream tar ball, as signature verification is now able to handle
+  compressed archives.
+
+---
+Tue Oct 28 14:41:43 UTC 2014 - lmue...@suse.com
+
+- Remove dependency on gpg-offline as signature checking is implemented in the
+  source validator.
+
+---

Old:

  samba-library-distribution-pubkey_13084025.asc

New:

  ldb.keyring



Other differences:
--
++ ldb.spec ++
--- /var/tmp/diff_new_pack.xSFmTK/_old  2014-11-07 09:05:17.0 +0100
+++ /var/tmp/diff_new_pack.xSFmTK/_new  2014-11-07 09:05:17.0 +0100
@@ -24,9 +24,6 @@
 
 Name:   ldb
 BuildRequires:  docbook-xsl-stylesheets
-%if 0%{?suse_version}  1220
-BuildRequires:  gpg-offline
-%endif
 #!BuildIgnore: libtalloc
 BuildRequires:  libtalloc-devel = %{talloc_version}
 BuildRequires:  libtdb-devel = %{tdb_version}
@@ -50,7 +47,7 @@
 Group:  System/Libraries
 Source: http://download.samba.org/pub/ldb/ldb-%{version}.tar.gz
 Source1:http://download.samba.org/pub/ldb/ldb-%{version}.tar.asc
-Source2:samba-library-distribution-pubkey_13084025.asc
+Source2:ldb.keyring
 Source4:baselibs.conf
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
@@ -120,11 +117,6 @@
 
 
 %prep
-%if 0%{?suse_version}  1220
-gzip -dc %{SOURCE0} ${RPM_SOURCE_DIR}/%{name}-%{version}.tar
-%{?gpg_verify: %gpg_verify --keyring %{SOURCE2} %{SOURCE1}}
-rm ${RPM_SOURCE_DIR}/%{name}-%{version}.tar
-%endif
 %setup -n ldb-%{version} -q
 
 %build


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



commit konversation for openSUSE:Factory

2014-11-07 Thread h_root
Hello community,

here is the log from the commit of package konversation for openSUSE:Factory 
checked in at 2014-11-07 09:05:04

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


Package is konversation

Changes:

--- /work/SRC/openSUSE:Factory/konversation/konversation.changes
2014-03-15 17:36:47.0 +0100
+++ /work/SRC/openSUSE:Factory/.konversation.new/konversation.changes   
2014-11-07 09:05:06.0 +0100
@@ -1,0 +2,34 @@
+Tue Nov  4 16:38:29 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 1.5.1
+ * Konversation 1.5.1 is a maintenance release containing only bug
+   fixes. The included changes address several minor behavioral
+   defects and a low-risk DoS security defect in the Blowfish
+   ECB support. The KDE Platform version dependency has increased
+   to v4.9.0 to gain access to newer Qt socket transport
+   security flags.
+ * Fixed a bug causing wildcards in command alias replacement
+   patterns not to be expanded.
+ * Fixed a bug causing auto-joining of channels not starting
+   in # or  to sometimes fail because the auto-join command
+   was generated before we got the CHANTYPES pronouncement
+   by the server.
+ * Added a size sanity check for incoming Blowfish ECB blocks.
+   The blind assumption of incoming blocks being the expected
+   12 bytes could lead to a crash or up to 11 byte information
+   leak due to an out-of-bounds read. CVE-2014-8483.
+ * Enabling SSL/TLS support for connections will now advertise
+   the protocols Qt considers secure by default, instead of
+   being hardcoded to TLSv1.
+ * Fixed the bundled 'sysinfo' script not coping with empty
+   lines in /etc/os-release.
+ * Made disk space info in the bundled 'sysinfo' script more
+   robust by forcing the C locale for 'df'.
+ * Added an audio player type hint for Cantata to the bundled
+   'media' script.
+ * Fixed some minor comparison logic errors turned up by
+   static analysis.
+ * Konversation now depends on KDE Platform v4.9.0 or higher.
+- Bump libkde4-devel BuildRequires to 4.9.0
+
+---

Old:

  konversation-1.5.tar.xz

New:

  konversation-1.5.1.tar.xz



Other differences:
--
++ konversation.spec ++
--- /var/tmp/diff_new_pack.5U3jAY/_old  2014-11-07 09:05:08.0 +0100
+++ /var/tmp/diff_new_pack.5U3jAY/_new  2014-11-07 09:05:08.0 +0100
@@ -17,16 +17,16 @@
 
 
 Name:   konversation
-Version:1.5
+Version:1.5.1
 Release:0
-%define tar_version 1.5
+%define tar_version 1.5.1
 Summary:A User-Friendly IRC Client for KDE
 License:GPL-2.0+
 Group:  Productivity/Networking/IRC
 Url:http://konversation.kde.org/
-Source0:
http://download.kde.org/stable/%{name}/%{tar_version}/src/%{name}-%{tar_version}.tar.xz
+Source: 
http://download.kde.org/stable/%{name}/%{tar_version}/src/%{name}-%{tar_version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  libkde4-devel = 4.7.0
+BuildRequires:  libkde4-devel = 4.9.0
 BuildRequires:  libkdepimlibs4-devel
 BuildRequires:  libqca2-devel
 BuildRequires:  xz

++ konversation-1.5.tar.xz - konversation-1.5.1.tar.xz ++
 203680 lines of diff (skipped)

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



commit openldap2 for openSUSE:Factory

2014-11-07 Thread h_root
Hello community,

here is the log from the commit of package openldap2 for openSUSE:Factory 
checked in at 2014-11-07 09:05:48

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


Package is openldap2

Changes:

--- /work/SRC/openSUSE:Factory/openldap2/openldap2-client.changes   
2014-10-05 20:31:11.0 +0200
+++ /work/SRC/openSUSE:Factory/.openldap2.new/openldap2-client.changes  
2014-11-07 09:05:52.0 +0100
@@ -1,0 +2,5 @@
+Sun Oct 12 11:48:00 UTC 2014 - jeng...@inai.de
+
+- Use %_smp_mflags for parallel build
+
+---
openldap2.changes: same change



Other differences:
--
++ openldap2-client.spec ++
--- /var/tmp/diff_new_pack.vxWa9k/_old  2014-11-07 09:05:54.0 +0100
+++ /var/tmp/diff_new_pack.vxWa9k/_new  2014-11-07 09:05:54.0 +0100
@@ -273,7 +273,7 @@
 --enable-lmpasswd \
 --with-yielding-select
 make depend
-make %{?jobs:-j%jobs}
+make %{?_smp_mflags}
 %if %{name} == openldap2
 #%if %suse_version  1130
 # build a static slapcat binary from the OpenLDAP 2.3 release
@@ -293,7 +293,7 @@
 --enable-ldap --enable-monitor --enable-meta --enable-rewrite \
 --enable-dynamic=no --enable-shared=yes
 make depend
-make -C libraries %{?jobs:-j%jobs}
+make -C libraries %{?_smp_mflags}
 
 #%endif
 %endif

++ openldap2.spec ++
--- /var/tmp/diff_new_pack.vxWa9k/_old  2014-11-07 09:05:54.0 +0100
+++ /var/tmp/diff_new_pack.vxWa9k/_new  2014-11-07 09:05:54.0 +0100
@@ -273,7 +273,7 @@
 --enable-lmpasswd \
 --with-yielding-select
 make depend
-make %{?jobs:-j%jobs}
+make %{?_smp_mflags}
 %if %{name} == openldap2
 #%if %suse_version  1130
 # build a static slapcat binary from the OpenLDAP 2.3 release
@@ -293,7 +293,7 @@
 --enable-ldap --enable-monitor --enable-meta --enable-rewrite \
 --enable-dynamic=no --enable-shared=yes
 make depend
-make -C libraries %{?jobs:-j%jobs}
+make -C libraries %{?_smp_mflags}
 
 #%endif
 %endif

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



commit ctdb for openSUSE:Factory

2014-11-07 Thread h_root
Hello community,

here is the log from the commit of package ctdb for openSUSE:Factory checked in 
at 2014-11-07 09:05:12

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


Package is ctdb

Changes:

--- /work/SRC/openSUSE:Factory/ctdb/ctdb.changes2014-08-27 
07:45:49.0 +0200
+++ /work/SRC/openSUSE:Factory/.ctdb.new/ctdb.changes   2014-11-07 
09:05:14.0 +0100
@@ -1,0 +2,6 @@
+Tue Oct 28 20:07:30 UTC 2014 - lmue...@suse.com
+
+- Conditionally exclude the CTDB Perforance Co-Pilot monitoring agent for the
+  SLE 12 target due to a missing but required libpcp-devel package.
+
+---



Other differences:
--
++ ctdb.spec ++
--- /var/tmp/diff_new_pack.owhWio/_old  2014-11-07 09:05:15.0 +0100
+++ /var/tmp/diff_new_pack.owhWio/_new  2014-11-07 09:05:15.0 +0100
@@ -16,7 +16,7 @@
 #
 
 
-%if 0%{?suse_version}  1140
+%if 0%{?suse_version}  1140  0%{?suse_version} != 1315
 %define build_pmda 1
 %endif
 

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



commit sysconfig for openSUSE:Factory

2014-11-07 Thread h_root
Hello community,

here is the log from the commit of package sysconfig for openSUSE:Factory 
checked in at 2014-11-07 09:05:52

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


Package is sysconfig

Changes:

--- /work/SRC/openSUSE:Factory/sysconfig/sysconfig.changes  2014-09-25 
09:33:48.0 +0200
+++ /work/SRC/openSUSE:Factory/.sysconfig.new/sysconfig.changes 2014-11-07 
09:05:57.0 +0100
@@ -1,0 +2,8 @@
+Tue Oct 28 14:18:53 UTC 2014 - m...@suse.de
+
+- rpm: kill all NetworkManager child processes on migration
+  Before we stop (the always running) NetworkManager.service,
+  ensure to kill all (child) processes when migrating from the
+  NETWORKMANAGER=no variable (bnc#895447).
+
+---



Other differences:
--
++ sysconfig.spec ++
--- /var/tmp/diff_new_pack.06GbDI/_old  2014-11-07 09:05:58.0 +0100
+++ /var/tmp/diff_new_pack.06GbDI/_new  2014-11-07 09:05:58.0 +0100
@@ -195,6 +195,8 @@
no)
# NetworkManager.service were always started before; stop
# and disable it, so /etc/init.d/network isn't masked...
+   # kill all, NM is using KillMode=Process (bnc#895447)
+   /usr/bin/systemctl --kill-who=all kill NetworkManager.service 
|| :
/usr/bin/systemctl stop NetworkManager.service || :
/usr/bin/systemctl --force disable NetworkManager.service || :
rm -f /dev/.sysconfig/network/migrate_nm_variable || :

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



commit tdb for openSUSE:Factory

2014-11-07 Thread h_root
Hello community,

here is the log from the commit of package tdb for openSUSE:Factory checked in 
at 2014-11-07 09:05:15

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


Package is tdb

Changes:

--- /work/SRC/openSUSE:Factory/tdb/tdb.changes  2014-09-25 09:33:38.0 
+0200
+++ /work/SRC/openSUSE:Factory/.tdb.new/tdb.changes 2014-11-07 
09:05:17.0 +0100
@@ -1,0 +2,12 @@
+Thu Nov  6 13:28:53 UTC 2014 - lmue...@suse.com
+
+- Use the upstream tar ball, as signature verification is now able to handle
+  compressed archives.
+
+---
+Tue Oct 28 15:43:31 UTC 2014 - lmue...@suse.com
+
+- Remove dependency on gpg-offline as signature checking is implemented in the
+  source validator.
+
+---

Old:

  samba-library-distribution-pubkey_13084025.asc

New:

  tdb.keyring



Other differences:
--
++ tdb.spec ++
--- /var/tmp/diff_new_pack.t1AdOB/_old  2014-11-07 09:05:18.0 +0100
+++ /var/tmp/diff_new_pack.t1AdOB/_new  2014-11-07 09:05:18.0 +0100
@@ -26,9 +26,6 @@
 %endif
 BuildRequires:  autoconf
 BuildRequires:  docbook-xsl-stylesheets
-%if 0%{?suse_version}  1220
-BuildRequires:  gpg-offline
-%endif
 BuildRequires:  libxslt
 %if 0%{?suse_version}  1020
 BuildRequires:  pkg-config
@@ -44,7 +41,7 @@
 Group:  System/Libraries
 Source: http://download.samba.org/pub/tdb/tdb-%{version}.tar.gz
 Source1:http://download.samba.org/pub/tdb/tdb-%{version}.tar.asc
-Source2:samba-library-distribution-pubkey_13084025.asc
+Source2:tdb.keyring
 Source4:baselibs.conf
 Patch0: ignore-tdb1-run-transaction-expand.diff
 Patch1: build_pie.patch
@@ -116,11 +113,6 @@
 
 
 %prep
-%if 0%{?suse_version}  1220
-gzip -dc %{SOURCE0} ${RPM_SOURCE_DIR}/%{name}-%{version}.tar
-%{?gpg_verify: %gpg_verify --keyring %{SOURCE2} %{SOURCE1}}
-rm ${RPM_SOURCE_DIR}/%{name}-%{version}.tar
-%endif
 %setup -n tdb-%{version} -q
 %ifarch ppc ppc64 ppc64le
 %patch0 -p1


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



commit tevent for openSUSE:Factory

2014-11-07 Thread h_root
Hello community,

here is the log from the commit of package tevent for openSUSE:Factory checked 
in at 2014-11-07 09:05:17

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


Package is tevent

Changes:

--- /work/SRC/openSUSE:Factory/tevent/tevent.changes2014-10-06 
12:06:20.0 +0200
+++ /work/SRC/openSUSE:Factory/.tevent.new/tevent.changes   2014-11-07 
09:05:18.0 +0100
@@ -1,0 +2,12 @@
+Thu Nov  6 13:21:57 UTC 2014 - lmue...@suse.com
+
+- Use the upstream tar ball, as signature verification is now able to handle
+  compressed archives.
+
+---
+Tue Oct 28 15:45:11 UTC 2014 - lmue...@suse.com
+
+- Remove dependency on gpg-offline as signature checking is implemented in the
+  source validator.
+
+---

Old:

  samba-library-distribution-pubkey_13084025.asc

New:

  tevent.keyring



Other differences:
--
++ tevent.spec ++
--- /var/tmp/diff_new_pack.Rq9FYT/_old  2014-11-07 09:05:19.0 +0100
+++ /var/tmp/diff_new_pack.Rq9FYT/_new  2014-11-07 09:05:19.0 +0100
@@ -22,9 +22,6 @@
 
 Name:   tevent
 BuildRequires:  doxygen
-%if 0%{?suse_version}  1220
-BuildRequires:  gpg-offline
-%endif
 #!BuildIgnore: libtalloc
 BuildRequires:  libtalloc-devel = %{talloc_version}
 %if 0%{?suse_version}  1020
@@ -47,7 +44,7 @@
 Group:  System/Libraries
 Source: http://download.samba.org/pub/tevent/tevent-%{version}.tar.gz
 Source1:http://download.samba.org/pub/tevent/tevent-%{version}.tar.asc
-Source2:samba-library-distribution-pubkey_13084025.asc
+Source2:tevent.keyring
 Source4:baselibs.conf
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
@@ -112,11 +109,6 @@
 This package contains the python bindings for the Tevent library.
 
 %prep
-%if 0%{?suse_version}  1220
-gzip -dc %{SOURCE0} ${RPM_SOURCE_DIR}/%{name}-%{version}.tar
-%{?gpg_verify: %gpg_verify --keyring %{SOURCE2} %{SOURCE1}}
-rm ${RPM_SOURCE_DIR}/%{name}-%{version}.tar
-%endif
 %setup -n tevent-%{version} -q
 
 %build


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



commit xli for openSUSE:Factory

2014-11-07 Thread h_root
Hello community,

here is the log from the commit of package xli for openSUSE:Factory checked in 
at 2014-11-07 09:05:45

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


Package is xli

Changes:

--- /work/SRC/openSUSE:Factory/xli/xli.changes  2011-09-23 12:51:44.0 
+0200
+++ /work/SRC/openSUSE:Factory/.xli.new/xli.changes 2014-11-07 
09:05:46.0 +0100
@@ -1,0 +2,6 @@
+Mon Nov  3 04:05:46 UTC 2014 - crrodrig...@opensuse.org
+
+- Switch to individual pkgconfig() build requires 
+  instead of using metapackage xorg-x11-devel
+
+---



Other differences:
--
++ xli.spec ++
--- /var/tmp/diff_new_pack.tGnCvK/_old  2014-11-07 09:05:47.0 +0100
+++ /var/tmp/diff_new_pack.tGnCvK/_new  2014-11-07 09:05:47.0 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package xli (Version 20061110)
+# spec file for package xli
 #
-# Copyright (c) 2010 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,13 +16,12 @@
 #
 
 
-
 Name:   xli
-License:MIT
-Group:  System/X11/Utilities
 Version:20061110
-Release:127
+Release:0
 Summary:X11 Image Loading Utility
+License:MIT
+Group:  System/X11/Utilities
 Url:http://pantransit.reptiles.org/prog
 Source: xli-2006-11-10.tar.bz2
 Patch0: xli-1.17.0.patch
@@ -31,7 +30,11 @@
 Patch3: xli-1.17.0-configfile.patch
 Patch4: xli-png_check_sig.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  libjpeg-devel libpng-devel xorg-x11-devel
+BuildRequires:  imake
+BuildRequires:  libjpeg-devel
+BuildRequires:  libpng-devel
+BuildRequires:  pkgconfig(x11)
+BuildRequires:  pkgconfig(xext)
 Provides:   xli115
 Provides:   xloadimage = %{version}
 

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



commit python3-numpy for openSUSE:Factory

2014-11-07 Thread h_root
Hello community,

here is the log from the commit of package python3-numpy for openSUSE:Factory 
checked in at 2014-11-07 09:06:06

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


Package is python3-numpy

Changes:

--- /work/SRC/openSUSE:Factory/python3-numpy/python3-numpy-doc.changes  
2014-09-10 18:51:35.0 +0200
+++ /work/SRC/openSUSE:Factory/.python3-numpy.new/python3-numpy-doc.changes 
2014-11-07 09:06:36.0 +0100
@@ -1,0 +2,29 @@
+Thu Nov  6 11:38:20 UTC 2014 - toddrme2...@gmail.com
+
+- Update to 1.9.1: Bugfix release
+  * gh-5184: restore linear edge behaviour of gradient to as it was in  1.9.
+The second order behaviour is available via the `edge_order` keyword
+  * gh-4007: workaround Accelerate sgemv crash on OSX 10.9
+  * gh-5100: restore object dtype inference from iterable objects without
+`len()`
+  * gh-5163: avoid gcc-4.1.2 (red hat 5) miscompilation causing a crash
+  * gh-5138: fix nanmedian on arrays containing inf
+  * gh-5203: copy inherited masks in MaskedArray.__array_finalize__
+  * gh-2317: genfromtxt did not handle filling_values=0 correctly
+  * gh-5067: restore api of npy_PyFile_DupClose in python2
+  * gh-5063: cannot convert invalid sequence index to tuple
+  * gh-5082: Segmentation fault with argmin() on unicode arrays
+  * gh-5095: don't propagate subtypes from np.where
+  * gh-5104: np.inner segfaults with SciPy's sparse matrices
+  * gh-5136: Import dummy_threading if importing threading fails
+  * gh-5148: Make numpy import when run with Python flag '-OO'
+  * gh-5147: Einsum double contraction in particular order causes ValueError
+  * gh-479: Make f2py work with intent(in out)
+  * gh-5170: Make python2 .npy files readable in python3
+  * gh-5027: Use 'll' as the default length specifier for long long
+  * gh-4896: fix build error with MSVC 2013 caused by C99 complex support
+  * gh-4465: Make PyArray_PutTo respect writeable flag
+  * gh-5225: fix crash when using arange on datetime without dtype set
+  * gh-5231: fix build in c99 mode 
+
+---
python3-numpy.changes: same change

Old:

  numpy-1.9.0.tar.gz

New:

  numpy-1.9.1.tar.gz



Other differences:
--
++ python3-numpy-doc.spec ++
--- /var/tmp/diff_new_pack.i51UrO/_old  2014-11-07 09:06:37.0 +0100
+++ /var/tmp/diff_new_pack.i51UrO/_new  2014-11-07 09:06:37.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   python3-numpy-doc
-Version:1.9.0
+Version:1.9.1
 Release:0
 Url:http://www.numpy.org/
 Summary:Documentation for python3-numpy

++ python3-numpy.spec ++
--- /var/tmp/diff_new_pack.i51UrO/_old  2014-11-07 09:06:37.0 +0100
+++ /var/tmp/diff_new_pack.i51UrO/_new  2014-11-07 09:06:37.0 +0100
@@ -19,7 +19,7 @@
 %define with_atlas 0
 
 Name:   python3-numpy
-Version:1.9.0
+Version:1.9.1
 Release:0
 Url:http://www.numpy.org/
 Summary:NumPy array processing for numbers, strings, records and 
objects

++ numpy-1.9.0.tar.gz - numpy-1.9.1.tar.gz ++
 24857 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-samba-client for openSUSE:Factory

2014-11-07 Thread h_root
Hello community,

here is the log from the commit of package yast2-samba-client for 
openSUSE:Factory checked in at 2014-11-07 09:05:55

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


Package is yast2-samba-client

Changes:

--- /work/SRC/openSUSE:Factory/yast2-samba-client/yast2-samba-client.changes
2014-09-25 08:42:41.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.yast2-samba-client.new/yast2-samba-client.changes   
2014-11-07 09:06:28.0 +0100
@@ -1,0 +2,7 @@
+Thu Oct 30 13:55:23 UTC 2014 - nopo...@suse.com
+
+- Don't update Workgroup with realm name invoking 
+  yast samba-client winbind enable; (bnc#902302)
+- 3.1.14
+
+---

Old:

  yast2-samba-client-3.1.13.tar.bz2

New:

  yast2-samba-client-3.1.14.tar.bz2



Other differences:
--
++ yast2-samba-client.spec ++
--- /var/tmp/diff_new_pack.Yr4a75/_old  2014-11-07 09:06:29.0 +0100
+++ /var/tmp/diff_new_pack.Yr4a75/_new  2014-11-07 09:06:29.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-samba-client
-Version:3.1.13
+Version:3.1.14
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ yast2-samba-client-3.1.13.tar.bz2 - yast2-samba-client-3.1.14.tar.bz2 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-samba-client-3.1.13/.travis.yml 
new/yast2-samba-client-3.1.14/.travis.yml
--- old/yast2-samba-client-3.1.13/.travis.yml   1970-01-01 01:00:00.0 
+0100
+++ new/yast2-samba-client-3.1.14/.travis.yml   2014-11-04 16:22:14.0 
+0100
@@ -0,0 +1,15 @@
+language: cpp
+compiler:
+- gcc
+before_install:
+  yast2 yast2-pam
+# disable rvm, use system Ruby
+- rvm reset
+- wget 
https://raw.githubusercontent.com/yast/yast-devtools/master/travis-tools/travis_setup.sh
+- sh ./travis_setup.sh -p yast2-devtools yast2-testsuite 
yast2-perl-bindings
+script:
+- make -f Makefile.cvs
+- make
+- sudo make install
+- make check
+
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-samba-client-3.1.13/MAINTAINER 
new/yast2-samba-client-3.1.14/MAINTAINER
--- old/yast2-samba-client-3.1.13/MAINTAINER2014-09-23 13:57:13.0 
+0200
+++ new/yast2-samba-client-3.1.14/MAINTAINER2014-11-04 16:22:14.0 
+0100
@@ -1 +1 @@
-SUSE Samba Team samba-maintain...@suse.de
+Deprecated file. Use `osc maintainer yast2-samba-client` instead.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-samba-client-3.1.13/README.md 
new/yast2-samba-client-3.1.14/README.md
--- old/yast2-samba-client-3.1.13/README.md 1970-01-01 01:00:00.0 
+0100
+++ new/yast2-samba-client-3.1.14/README.md 2014-11-04 16:22:14.0 
+0100
@@ -0,0 +1,5 @@
+# YaST - The Samba Client Module #
+
+[![Travis 
Build](https://travis-ci.org/yast/yast-samba-client.svg?branch=master)](https://travis-ci.org/yast/yast-samba-client)
+[![Jenkins 
Build](http://img.shields.io/jenkins/s/https/ci.opensuse.org/yast-samba-client-master.svg)](https://ci.opensuse.org/view/Yast/job/yast-samba-client-master/)
+
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-samba-client-3.1.13/package/yast2-samba-client.changes 
new/yast2-samba-client-3.1.14/package/yast2-samba-client.changes
--- old/yast2-samba-client-3.1.13/package/yast2-samba-client.changes
2014-09-23 13:57:13.0 +0200
+++ new/yast2-samba-client-3.1.14/package/yast2-samba-client.changes
2014-11-04 16:22:14.0 +0100
@@ -1,4 +1,11 @@
 ---
+Thu Oct 30 13:55:23 UTC 2014 - nopo...@suse.com
+
+- Don't update Workgroup with realm name invoking 
+  yast samba-client winbind enable; (bnc#902302)
+- 3.1.14
+
+---
 Mon Sep 22 15:01:33 UTC 2014 - dd...@suse.com
 
 - Ensure nmbd is restarted following nmbstatus lookup; (bnc#895319).
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-samba-client-3.1.13/package/yast2-samba-client.spec 
new/yast2-samba-client-3.1.14/package/yast2-samba-client.spec
--- old/yast2-samba-client-3.1.13/package/yast2-samba-client.spec   
2014-09-23 13:57:13.0 +0200
+++ new/yast2-samba-client-3.1.14/package/yast2-samba-client.spec   
2014-11-04 16:22:14.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-samba-client
-Version:3.1.13
+Version:3.1.14
 Release:0
 
 

commit php5-pear-Date_Holidays_Germany for openSUSE:Factory

2014-11-07 Thread h_root
Hello community,

here is the log from the commit of package php5-pear-Date_Holidays_Germany for 
openSUSE:Factory checked in at 2014-11-07 09:06:05

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


Package is php5-pear-Date_Holidays_Germany

Changes:

--- 
/work/SRC/openSUSE:Factory/php5-pear-Date_Holidays_Germany/php5-pear-Date_Holidays_Germany.changes
  2012-02-16 10:07:34.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.php5-pear-Date_Holidays_Germany.new/php5-pear-Date_Holidays_Germany.changes
 2014-11-07 09:06:35.0 +0100
@@ -1,0 +2,7 @@
+Thu Nov  6 10:39:32 UTC 2014 - jweberho...@weberhofer.at
+
+- Fixed download link to make the package includeable in factory
+- Removed php-macros from buildrequires, simplified installation
+- Improved includes for php-pear
+
+---



Other differences:
--
++ php5-pear-Date_Holidays_Germany.spec ++
--- /var/tmp/diff_new_pack.RKec8s/_old  2014-11-07 09:06:36.0 +0100
+++ /var/tmp/diff_new_pack.RKec8s/_new  2014-11-07 09:06:36.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package php5-pear-Date_Holidays_Germany
 #
-# Copyright (c) 2012 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,36 +16,42 @@
 #
 
 
-Name:   php5-pear-Date_Holidays_Germany
+%{!?pear_phpdir: %{expand: %%global pear_phpdir %(pear config-get php_dir 
2 /dev/null)}}
+%{!?pear_xmldir: %{expand: %%global pear_xmldir /var/lib/pear}}
+%{!?__pear: %{expand: %%global __pear %{_bindir}/pear}}
+
 %definepear_name  Date_Holidays_Germany
 %definepear_sname date_holidays_germany
-Summary:Driver class to calculate holidays in Germoney
+
+Name:   php5-pear-%{pear_name}
+Summary:Driver class to calculate holidays in Germany
 License:PHP-3.01
 Group:  Productivity/Networking/Web/Servers
 Version:0.1.2
 Release:0
 BuildArch:  noarch
 Url:http://pear.php.net/package/%{pear_name}
-Source: %{pear_name}-%{version}.tgz
+Source: 
http://download.pear.php.net/package/%{pear_name}-%{version}.tgz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  php = 4.2.0
-BuildRequires:  php-macros
 BuildRequires:  php5-pear
-Requires:   php5-pear
 Requires:   php = 4.2.0
+Requires(post):   php-pear
+Requires(postun): php-pear
 Requires:   php5-pear-Date_Holidays
-Provides:   php-pear-%{pear_name} pear-%{pear_name}
+Provides:   pear-%{pear_name}
+Provides:   php-pear-%{pear_name}
 # Fix for renaming (package convention)
-Provides:   php5-pear-%{pear_sname} = %{version}
-Provides:   php-pear-%{pear_sname} = %{version}
 Provides:   pear-%{pear_sname} = %{version}
-Obsoletes:  php5-pear-%{pear_sname}  %{version}
-Obsoletes:  php-pear-%{pear_sname}  %{version}
+Provides:   php-pear-%{pear_sname} = %{version}
+Provides:   php5-pear-%{pear_sname} = %{version}
 Obsoletes:  pear-%{pear_sname}  %{version}
+Obsoletes:  php-pear-%{pear_sname}  %{version}
+Obsoletes:  php5-pear-%{pear_sname}  %{version}
 
 %description
 Date_Holidays helps you calculate the dates and titles of holidays and other 
special celebrations. 
-This is the driver for Austria
+This is the driver for Germany
 
 %prep
 %setup -c
@@ -53,22 +59,10 @@
 %build
 
 %install
-%{__mv} package*.xml %{pear_name}-%{version}
-cd %{pear_name}-%{version}
-PHP_PEAR_PHP_BIN=$(which php) -d memory_limit=50m
-%{__pear} -v \
--d doc_dir=/doc \
--d bin_dir=%{_bindir} \
--d data_dir=%{php_peardir}/data \
-install --offline --nodeps -R %{buildroot} package.xml
-
-%{__install} -D -m 0644 package.xml 
%{buildroot}%{php_pearxmldir}/%{pear_name}.xml
-
+%{__pear} -d date.timezone=UTC install --nodeps --offline --packagingroot 
%{buildroot} package.xml
+%{__install} -D -m 0644 package.xml %{buildroot}%{pear_xmldir}/%{pear_name}.xml
 %{__rm} -rf %{buildroot}/{doc,tmp}
-%{__rm} -rf 
%{buildroot}/%{php_peardir}/.{filemap,lock,registry,channels,depdb,depdblock}
-cd ..
-
-%php_pear_gen_filelist
+%{__rm} -rf 
%{buildroot}/%{pear_phpdir}/.{filemap,lock,registry,channels,depdb,depdblock}
 
 %check
 %{__pear} run-tests
@@ -77,10 +71,10 @@
 # on `rpm -ivh` PARAM is 1
 # on `rpm -Uvh` PARAM is 2
 if [ $1 = 1 ]; then
-  %{__pear} install --nodeps --soft --force --register-only 
%{php_pearxmldir}/%{pear_name}.xml
+  %{__pear} 

commit pacemaker for openSUSE:Factory

2014-11-07 Thread h_root
Hello community,

here is the log from the commit of package pacemaker for openSUSE:Factory 
checked in at 2014-11-07 09:05:53

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


Package is pacemaker

Changes:

--- /work/SRC/openSUSE:Factory/pacemaker/pacemaker.changes  2014-10-25 
08:32:43.0 +0200
+++ /work/SRC/openSUSE:Factory/.pacemaker.new/pacemaker.changes 2014-11-07 
09:06:25.0 +0100
@@ -1,0 +2,26 @@
+Tue Oct 28 14:21:58 UTC 2014 - y...@suse.com
+
+- watchdog: Allow startup without sbd
+- service: Prevent potential use-of-NULL in metadata lookups
+- dbus: Fail gracefully if malloc fails
+- crmd: Prevent use-of-NULL during reprobe
+- crmd: Correctly obtain SBD_WATCHDOG_TIMEOUT from the environment
+- pengine: add #kind=remote for baremetal remote-nodes
+- Officially support the resource-discovery attribute for location constraints
+- xml: fix xml.c memleak in missing upgrade XSLT case
+- Prefer to inherit the  watchdog timeout from SBD
+- stonith-ng: Correctly observe the watchdog completion timeout
+- sbd: Attempt to locate sbd via its pid file
+- Fencing: If configured, wait stonith-watchdog-timer seconds for self-fencing 
to complete
+- Resolve some potential issues spotted by clang and coverity
+- PE: Watchdog integration is sufficient for fencing
+- Fencing: Correctly wait for self-fencing to occur when the watchdog is in use
+- Fencing: Ensure the hostlist parameter is set for watchdog agents
+- crm_resource: Allow -M location to be reinforced with -f even if rsc is 
already on node
+- mcp: Turn on sbd integration if pacemakerd finds it running
+- pengine: Fix the behaviors of multi-state resources with asymmetrical 
ordering (bsc#899403)
+- lrmd: Prevent glib assert triggered by timers being removed from mainloop 
more than once
+- cib: Improved tracing of callbacks
+- Upstream version cs: a9c81774b89f21f990be255f9862446d1a38afee
+
+---
@@ -43,0 +70,4 @@
+- Fencing: Allow the cluster to recover resources if the watchdog is in use
+- crmd: If configured, trigger the watchdog immediately if we loose quorum and 
no-quorum-policy=suicide
+- crmd: Ensure a watchdog device is in use if stonith-watchdog-timeout is 
configured
+- Fencing: Advertise the watchdog device for fencing operations

Old:

  pacemaker-1.1.12.git20141016.28aee94.tar.bz2

New:

  pacemaker-1.1.12.git20141028.a9c8177.tar.bz2



Other differences:
--
++ pacemaker.spec ++
--- /var/tmp/diff_new_pack.B55hR4/_old  2014-11-07 09:06:27.0 +0100
+++ /var/tmp/diff_new_pack.B55hR4/_new  2014-11-07 09:06:27.0 +0100
@@ -99,7 +99,7 @@
 Summary:Scalable High-Availability cluster resource manager
 License:GPL-2.0+ and LGPL-2.1+
 Group:  Productivity/Clustering/HA
-Version:1.1.12.git20141016.28aee94
+Version:1.1.12.git20141028.a9c8177
 Release:0
 #Release:%{pcmk_release}%{?dist}
 Url:http://www.clusterlabs.org

++ _service ++
--- /var/tmp/diff_new_pack.B55hR4/_old  2014-11-07 09:06:27.0 +0100
+++ /var/tmp/diff_new_pack.B55hR4/_new  2014-11-07 09:06:27.0 +0100
@@ -11,7 +11,7 @@
 param name=version1.1.12/param
 --
 param name=versionformat1.1.12.git%cd.%h/param
-param name=revision28aee948cebd51305a2cdc3ec4f94252ce975655/param
+param name=revisiona9c81774b89f21f990be255f9862446d1a38afee/param
   /service
 
   service name=recompress mode=disabled

++ pacemaker-1.1.12.git20141016.28aee94.tar.bz2 - 
pacemaker-1.1.12.git20141028.a9c8177.tar.bz2 ++
/work/SRC/openSUSE:Factory/pacemaker/pacemaker-1.1.12.git20141016.28aee94.tar.bz2
 
/work/SRC/openSUSE:Factory/.pacemaker.new/pacemaker-1.1.12.git20141028.a9c8177.tar.bz2
 differ: char 11, line 1

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



commit ddd for openSUSE:Factory

2014-11-07 Thread h_root
Hello community,

here is the log from the commit of package ddd for openSUSE:Factory checked in 
at 2014-11-07 09:06:02

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


Package is ddd

Changes:

--- /work/SRC/openSUSE:Factory/ddd/ddd.changes  2013-07-21 16:33:32.0 
+0200
+++ /work/SRC/openSUSE:Factory/.ddd.new/ddd.changes 2014-11-07 
09:06:32.0 +0100
@@ -1,0 +2,5 @@
+Sun Oct 19 01:50:00 UTC 2014 - Led led...@gmail.com
+
+- fix shebang of ddd.wrapper
+
+---



Other differences:
--
++ ddd.spec ++
--- /var/tmp/diff_new_pack.9zPnGX/_old  2014-11-07 09:06:33.0 +0100
+++ /var/tmp/diff_new_pack.9zPnGX/_new  2014-11-07 09:06:33.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ddd
 #
-# Copyright (c) 2012 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,7 +16,6 @@
 #
 
 
-
 Name:   ddd
 BuildRequires:  ImageMagick
 BuildRequires:  apache2-devel
@@ -29,11 +28,11 @@
 BuildRequires:  ncurses-devel
 # configure switch --without-motif is not designated to work
 # (you'll get 'don't use --without-motif' in configure time)
+BuildRequires:  makeinfo
 BuildRequires:  openmotif-devel
 BuildRequires:  pcre-devel
 BuildRequires:  transfig
 BuildRequires:  update-desktop-files
-BuildRequires:  makeinfo
 BuildRequires:  xorg-x11
 Requires:   gdb
 Version:3.3.12


++ ddd.wrapper ++
--- /var/tmp/diff_new_pack.9zPnGX/_old  2014-11-07 09:06:33.0 +0100
+++ /var/tmp/diff_new_pack.9zPnGX/_new  2014-11-07 09:06:33.0 +0100
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 #
 # The wrapper script to switch off UTF-8 locales when running ddd
 # See README.SUSE for further information

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



commit yast2-control-center for openSUSE:Factory

2014-11-07 Thread h_root
Hello community,

here is the log from the commit of package yast2-control-center for 
openSUSE:Factory checked in at 2014-11-07 09:05:57

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


Package is yast2-control-center

Changes:

--- 
/work/SRC/openSUSE:Factory/yast2-control-center/yast2-control-center.changes
2014-04-05 16:48:42.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.yast2-control-center.new/yast2-control-center.changes
   2014-11-07 09:06:29.0 +0100
@@ -1,0 +2,13 @@
+Thu Oct 30 21:22:52 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Install YaST-systemsettings.desktop also to KF5 services directory,
+  so it is also shown in Plasma5 session
+- 3.1.5
+
+---
+Thu Oct 30 16:15:42 UTC 2014 - antoine.belv...@laposte.net
+
+- ignore desktop files whose Hidden attribute is set to true
+- 3.1.4
+
+---

Old:

  yast2-control-center-3.1.3.tar.bz2

New:

  yast2-control-center-3.1.5.tar.bz2



Other differences:
--
++ yast2-control-center.spec ++
--- /var/tmp/diff_new_pack.0DfwDf/_old  2014-11-07 09:06:30.0 +0100
+++ /var/tmp/diff_new_pack.0DfwDf/_new  2014-11-07 09:06:30.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-control-center
-Version:3.1.3
+Version:3.1.5
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -102,6 +102,8 @@
 %dir %{_datadir}/kde4/
 %dir %{_datadir}/kde4/services
 %{_datadir}/kde4/services/YaST-systemsettings.desktop
+%dir %{_datadir}/kservices5
+%{_datadir}/kservices5/YaST-systemsettings.desktop
 %{_datadir}/pixmaps/yast.png
 
 %files qt

++ yast2-control-center-3.1.3.tar.bz2 - yast2-control-center-3.1.5.tar.bz2 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-control-center-3.1.3/.travis.yml 
new/yast2-control-center-3.1.5/.travis.yml
--- old/yast2-control-center-3.1.3/.travis.yml  1970-01-01 01:00:00.0 
+0100
+++ new/yast2-control-center-3.1.5/.travis.yml  2014-11-04 13:55:12.0 
+0100
@@ -0,0 +1,19 @@
+language: cpp
+compiler:
+- gcc
+before_install:
+# install Qt 5.3 from a launchpad repository
+- sudo add-apt-repository ppa:beineri/opt-qt532 -y
+# a newer cmake is required, here is a backport for 12.04 LTS
+- sudo add-apt-repository ppa:kalakris/cmake -y
+# install yast2-devtools from YaST:Head:Travis
+- wget 
https://raw.githubusercontent.com/yast/yast-devtools/master/travis-tools/travis_setup.sh
+- sh ./travis_setup.sh -p qt53base yast2-devtools cmake
+script:
+# the Qt5 ackage is in /opt, set the environment first using the bundled 
script
+- . /opt/qt53/bin/qt53-env.sh
+- make -f Makefile.cvs
+- cd build
+- make -j 4
+- sudo make install
+
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-control-center-3.1.3/MAINTAINER 
new/yast2-control-center-3.1.5/MAINTAINER
--- old/yast2-control-center-3.1.3/MAINTAINER   2014-03-19 14:55:38.0 
+0100
+++ new/yast2-control-center-3.1.5/MAINTAINER   2014-11-05 15:10:11.0 
+0100
@@ -1 +1 @@
-Martin Vidner mvid...@suse.cz
+Deprecated file. Use `osc maintainer yast2-control-center` instead.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-control-center-3.1.3/README.md 
new/yast2-control-center-3.1.5/README.md
--- old/yast2-control-center-3.1.3/README.md1970-01-01 01:00:00.0 
+0100
+++ new/yast2-control-center-3.1.5/README.md2014-11-04 13:55:12.0 
+0100
@@ -0,0 +1,5 @@
+# YaST - The Control Center #
+
+[![Travis 
Build](https://travis-ci.org/yast/yast-control-center.svg?branch=master)](https://travis-ci.org/yast/yast-control-center)
+[![Jenkins 
Build](http://img.shields.io/jenkins/s/https/ci.opensuse.org/yast-control-center-master.svg)](https://ci.opensuse.org/view/Yast/job/yast-control-center-master/)
+
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-control-center-3.1.3/package/yast2-control-center.changes 
new/yast2-control-center-3.1.5/package/yast2-control-center.changes
--- old/yast2-control-center-3.1.3/package/yast2-control-center.changes 
2014-04-04 16:50:46.0 +0200
+++ new/yast2-control-center-3.1.5/package/yast2-control-center.changes 
2014-11-05 15:10:11.0 +0100
@@ -1,4 +1,17 @@
 ---
+Thu Oct 30 21:22:52 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Install YaST-systemsettings.desktop also to KF5 

commit cim-schema for openSUSE:Factory

2014-11-07 Thread h_root
Hello community,

here is the log from the commit of package cim-schema for openSUSE:Factory 
checked in at 2014-11-07 09:06:06

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


Package is cim-schema

Changes:

--- /work/SRC/openSUSE:Factory/cim-schema/cim-schema.changes2013-10-03 
15:46:30.0 +0200
+++ /work/SRC/openSUSE:Factory/.cim-schema.new/cim-schema.changes   
2014-11-07 09:06:38.0 +0100
@@ -1,0 +2,21 @@
+Thu Nov  6 13:16:53 UTC 2014 - kkae...@suse.com
+
+- Upgrade to version 2.42.0
+  
http://www.dmtf.org/sites/default/files/cim/cim_schema_v2420/releasenotes.html
+
+- Upgrade to version 2.41.0
+  
http://www.dmtf.org/sites/default/files/cim/cim_schema_v2410/releasenotes.html
+
+---
+Thu Apr 10 06:46:35 UTC 2014 - kkae...@suse.com
+
+- Upgrade to version 2.40.0
+  
http://www.dmtf.org/sites/default/files/cim/cim_schema_v2400/releasenotes.html
+
+---
+Thu Apr 10 06:46:09 UTC 2014 - kkae...@suse.com
+
+- Upgrade to version 2.39.0
+  
http://www.dmtf.org/sites/default/files/cim/cim_schema_v2390/releasenotes.html
+
+---

Old:

  cim_schema_2.38.0Experimental-MOFs.zip

New:

  cim_schema_2.42.0Experimental-MOFs.zip



Other differences:
--
++ cim-schema.spec ++
--- /var/tmp/diff_new_pack.zapSrc/_old  2014-11-07 09:06:41.0 +0100
+++ /var/tmp/diff_new_pack.zapSrc/_new  2014-11-07 09:06:41.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package cim-schema
 #
-# 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
@@ -23,10 +23,10 @@
 Summary:Common Information Model (CIM) Schema
 License:SUSE-DMTF
 Group:  System/Management
-Version:2.38.0
+Version:2.42.0
 Release:0
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-Source0:
http://www.dmtf.org/sites/default/files/cim/cim_schema_v2380/cim_schema_%{version}Experimental-MOFs.zip
+Source0:
http://www.dmtf.org/sites/default/files/cim/cim_schema_v2420/cim_schema_%{version}Experimental-MOFs.zip
 Source1:loadmof.sh
 Source2:rmmof.sh
 BuildArch:  noarch

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



commit xmoontool for openSUSE:Factory

2014-11-07 Thread h_root
Hello community,

here is the log from the commit of package xmoontool for openSUSE:Factory 
checked in at 2014-11-07 09:06:03

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


Package is xmoontool

Changes:

--- /work/SRC/openSUSE:Factory/xmoontool/xmoontool.changes  2013-08-27 
21:56:02.0 +0200
+++ /work/SRC/openSUSE:Factory/.xmoontool.new/xmoontool.changes 2014-11-07 
09:06:34.0 +0100
@@ -1,0 +2,9 @@
+Sat Nov  1 21:47:00 UTC 2014 - crrodrig...@opensuse.org
+
+- Run spec cleaner
+- Switch to individual pkgconfig() build requires
+  instead of using metapackage xorg-x11-devel
+- moontool-22sep94-xorg7.patch extend to avoid overlinking
+  multiple unneeded libraries and fix implicit declarations.
+
+---



Other differences:
--
++ xmoontool.spec ++
--- /var/tmp/diff_new_pack.ySUPbA/_old  2014-11-07 09:06:35.0 +0100
+++ /var/tmp/diff_new_pack.ySUPbA/_new  2014-11-07 09:06:35.0 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package xmoontool (Version 22.9.94)
+# spec file for package xmoontool
 #
-# Copyright (c) 2010 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
@@ -15,26 +15,26 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   xmoontool
-BuildRequires:  openmotif openmotif-devel update-desktop-files xorg-x11 
xorg-x11-devel
-License:SUSE-Public-Domain
-Group:  Productivity/Scientific/Astronomy
-Provides:   moontool
-Obsoletes:  moontool
-AutoReqProv:on
 Version:22.9.94
-Release:970
+Release:0
 Summary:The Moon in focus
+License:SUSE-Public-Domain
+Group:  Productivity/Scientific/Astronomy
 Url:http://www.fourmilab.ch/earthview/vplanet.html
 Source: xmoontool-22sep94.tar.gz
 Source1:xmoontool.desktop
-Patch:  xmoontool-22sep94.patch
+Patch0: xmoontool-22sep94.patch
 Patch1: xmoontool-22sep94-y2kfix.patch
 Patch2: xmoontool-22.9.24-filepermissions.patch
 Patch3: xmoontool-22sep94-xorg7.patch
+BuildRequires:  openmotif-devel
+BuildRequires:  update-desktop-files
+BuildRequires:  pkgconfig(x11)
+BuildRequires:  pkgconfig(xt)
+Provides:   moontool
+Obsoletes:  moontool
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -45,26 +45,23 @@
 Hint: The option -c makes it also work with color ;-)
 
 %prep
-%setup -n xmoontool-22sep94
-%patch
+%setup -q -n xmoontool-22sep94
+%patch0
 %patch1
 %patch2
 %patch3
 
 %build
-make CFLAGS=$RPM_OPT_FLAGS -I/usr/include XLIBDIR=/usr/%{_lib}
+make %{?_smp_mflags} CFLAGS=%{optflags} -I%{_prefix}/include 
XLIBDIR=%{_libdir}
 
 %install
-make DESTDIR=$RPM_BUILD_ROOT install
-%suse_update_desktop_file -i %name Edutainment Astronomy
+make DESTDIR=%{buildroot} install
+%suse_update_desktop_file -i %{name} Edutainment Astronomy
 
 %files
 %defattr(-,root,root)
-/usr/bin/xmoontool
-/usr/share/applications/*.desktop
-%doc /usr/share/man/man1/xmoontool.1.gz
-
-%clean
-rm -rf $RPM_BUILD_ROOT
+%{_bindir}/xmoontool
+%{_datadir}/applications/*.desktop
+%doc %{_mandir}/man1/xmoontool.1.gz
 
 %changelog

++ xmoontool-22sep94-xorg7.patch ++
--- /var/tmp/diff_new_pack.ySUPbA/_old  2014-11-07 09:06:35.0 +0100
+++ /var/tmp/diff_new_pack.ySUPbA/_new  2014-11-07 09:06:35.0 +0100
@@ -1,11 +1,24 @@
 Makefile
+--- Makefile.orig
 +++ Makefile
 @@ -1,7 +1,7 @@
  CC=gcc
- CFLAGS=-m486 -O
- LIBS=-L$(XLIBDIR) -lXm -lXt -lX11 -lm -lSM -lICE -lXpm -lXext -lXp
+-CFLAGS=-m486 -O
+-LIBS=-L$(XLIBDIR) -lXm -lXt -lX11 -lm -lSM -lICE -lXpm -lXext -lXp
 -INSTALLBIN=$(DESTDIR)/usr/X11R6/bin
++CFLAGS += -D_GNU_SOURCE
++LIBS=-L$(XLIBDIR) -lXm -lXt -lX11 -lm
 +INSTALLBIN=$(DESTDIR)/usr/bin
  INSTALLMAN=$(DESTDIR)/usr/share/man/man1
  
  xmoontool: xmoontool.c color.pix moon_icon
+--- xmoontool.c.orig
 xmoontool.c
+@@ -135,6 +135,8 @@
+ */
+ 
+ #include stdio.h
++#include unistd.h
++#include stdlib.h
+ #include time.h
+ #include X11/Intrinsic.h
+ #include X11/StringDefs.h

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



commit python-icalendar for openSUSE:Factory

2014-11-07 Thread h_root
Hello community,

here is the log from the commit of package python-icalendar for 
openSUSE:Factory checked in at 2014-11-07 09:06:01

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


Package is python-icalendar

Changes:

--- /work/SRC/openSUSE:Factory/python-icalendar/python-icalendar.changes
2013-11-10 20:36:57.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-icalendar.new/python-icalendar.changes   
2014-11-07 09:06:31.0 +0100
@@ -1,0 +2,37 @@
+Wed Nov  5 10:14:04 UTC 2014 - sei...@b1-systems.de
+
+update to version 3.8.4 changelog from 3.5
+- 3.8.4 (2014-11-01)
+ * Add missing BYWEEKNO to recurrence rules. [russkel]
+- 3.8.3 (2014-08-26)
+ * PERCENT property in VTODO renamed to PERCENT-COMPLETE, according to 
RFC5545. [thomascube]
+- 3.8.2 (2014-07-22)
+ * Exclude editor backup files from egg distributions. Fixes #144. [thet]
+- 3.8.1 (2014-07-17)
+ * The representation of CaselessDicts in 3.8 changed the name attribute of 
Components and therefore broke the external API. This has been fixed. 
[untitaker]
+- 3.8 (2014-07-17)
+ * Allow dots in property names (Needed for vCard compatibility). Refs #143. 
[untitaker]
+ * Change class representation for CaselessDict objects to always include the 
class name or the class' name attribute, if available. Also show subcomponents 
for Component objects. [thet]
+ * Don't use data_encode for CaselessDict class representation but use dict's 
__repr__ method. [t-8ch]
+ * Handle parameters with multiple values, which is needed for vCard 3.0. Refs 
#142. [t-8ch]
+- 3.7 (2014-06-02)
+ * For components with ignore_exceptions set to True, mark unparseable lines 
as broken instead rising a ValueError. VEVENT components have ignore_exceptions 
set to True by default. Ref #131. Fixes #104. [jkiang13]
+ * Make python-dateutil a soft-dependency. [boltnev]
+ * Add optional sorted parameter to Component.to_ical. Setting it to false 
allows the user to preserve the original property and parameter order. Ref 
#136. Fixes #133. [untitaker]
+ * Fix tests for latest pytz. Don't set tzinfo directly on datetime objects, 
but use pytz's localize function. Ref #138. [untitaker, thet]
+ * Remove incorrect use of __all__. We don't encourage using from package 
import * imports. Fixes #129. [eric-wieser]
+- 3.6.2 (2014-04-05)
+ * Pep8 and cleanup. [lasudry]
+- 3.6.1 (2014-01-13)
+ * Open text files referenced by setup.py as utf-8, no matter what the locale 
settings are set to. Fixes #122. [sochotnicky]
+ * Add tox.ini to source tarball, which simplifies testing for in 
distributions. [sochotnicky]
+- 3.6 (2014-01-06)
+ * Python3 (3.3+) + Python 2 (2.6+) support [geier]
+ * Made sure to_ical() always returns bytes [geier]
+ * Support adding lists to a component property, which value already was a 
list and remove the Component.set method, which was only used by the add 
method. [thet]
+ * Remove ability to add property parameters via a value's params attribute 
when adding via cal.add (that was only possible for custom value objects and 
makes up a strange API), but support a parameter attribute on cal.add's method 
signature to pass a dictionary with property parameter key/value pairs. Fixes 
#116. [thet]
+ * Backport some of Regebro's changes from his regebro-refactor branch. [thet]
+ * Raise explicit error on another malformed content line case. [hajdbo]
+ * Correctly parse datetime component property values with timezone 
information when parsed from ical strings. [untitaker]
+
+---

Old:

  icalendar-3.5.tar.gz

New:

  icalendar-3.8.4.zip



Other differences:
--
++ python-icalendar.spec ++
--- /var/tmp/diff_new_pack.Sfc5zn/_old  2014-11-07 09:06:32.0 +0100
+++ /var/tmp/diff_new_pack.Sfc5zn/_new  2014-11-07 09:06:32.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-icalendar
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 # Copyright (c) 7/2011 - now  open-slx GmbH sascha.ma...@open-slx.de
 # Copyright (c) 2009 - 7/2011 Sascha Manns saigk...@opensuse.org 
 #
@@ -20,19 +20,20 @@
 
 %definemodname icalendar
 Name:   python-%{modname}
-Version:3.5
+Version:3.8.4
 Release:0
 Summary:Python parser/generator of iCalendar files package
 License:BSD-2-Clause
 Group:  Development/Languages/Python
 # please see https://github.com/collective/icalendar/issues/2 for re-licensing 
discussion
 Url:http://icalendar.readthedocs.org
-Source0:

commit perl-Net-OpenID-Consumer for openSUSE:Factory

2014-11-07 Thread h_root
Hello community,

here is the log from the commit of package perl-Net-OpenID-Consumer for 
openSUSE:Factory checked in at 2014-11-07 09:06:00

Comparing /work/SRC/openSUSE:Factory/perl-Net-OpenID-Consumer (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Net-OpenID-Consumer.new (New)


Package is perl-Net-OpenID-Consumer

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-Net-OpenID-Consumer/perl-Net-OpenID-Consumer.changes
2014-03-25 13:19:41.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-Net-OpenID-Consumer.new/perl-Net-OpenID-Consumer.changes
   2014-11-07 09:06:30.0 +0100
@@ -1,0 +2,6 @@
+Wed Nov  5 15:17:26 UTC 2014 - apla...@suse.com
+
+- update package 1.16
+  * Changelog from the package is empty
+
+---

Old:

  Net-OpenID-Consumer-1.15.tar.gz

New:

  Net-OpenID-Consumer-1.16.tar.gz



Other differences:
--
++ perl-Net-OpenID-Consumer.spec ++
--- /var/tmp/diff_new_pack.Y50g6S/_old  2014-11-07 09:06:31.0 +0100
+++ /var/tmp/diff_new_pack.Y50g6S/_new  2014-11-07 09:06:31.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Net-OpenID-Consumer
-Version:1.15
+Version:1.16
 Release:0
 %define cpan_name Net-OpenID-Consumer
 Summary:Library for consumers of OpenID identities
@@ -33,13 +33,13 @@
 BuildRequires:  perl(HTTP::Request)
 BuildRequires:  perl(JSON)
 BuildRequires:  perl(LWP::UserAgent)
-BuildRequires:  perl(Net::OpenID::Common) = 1.18
+BuildRequires:  perl(Net::OpenID::Common) = 1.19
 BuildRequires:  perl(URI)
 Requires:   perl(Digest::SHA)
 Requires:   perl(HTTP::Request)
 Requires:   perl(JSON)
 Requires:   perl(LWP::UserAgent)
-Requires:   perl(Net::OpenID::Common) = 1.18
+Requires:   perl(Net::OpenID::Common) = 1.19
 Requires:   perl(URI)
 %{perl_requires}
 
@@ -52,8 +52,6 @@
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
-# MANUAL
-rm examples/consumer.cgi.~1~
 
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor

++ Net-OpenID-Consumer-1.15.tar.gz - Net-OpenID-Consumer-1.16.tar.gz ++
 2886 lines of diff (skipped)

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



commit openvpn for openSUSE:Factory

2014-11-07 Thread h_root
Hello community,

here is the log from the commit of package openvpn for openSUSE:Factory checked 
in at 2014-11-07 09:06:08

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


Package is openvpn

Changes:

--- /work/SRC/openSUSE:Factory/openvpn/openvpn.changes  2014-08-28 
21:05:51.0 +0200
+++ /work/SRC/openSUSE:Factory/.openvpn.new/openvpn.changes 2014-11-07 
09:06:41.0 +0100
@@ -1,0 +2,7 @@
+Thu Oct 30 12:28:48 UTC 2014 - idon...@suse.com
+
+- Update to version 2.3.5
+  * See included changelog
+- Depend on systemd-devel for the daemon check functionality
+
+---

Old:

  openvpn-2.3.4.tar.gz
  openvpn-2.3.4.tar.gz.asc

New:

  openvpn-2.3.5.tar.gz
  openvpn-2.3.5.tar.gz.asc



Other differences:
--
++ openvpn.spec ++
--- /var/tmp/diff_new_pack.Oa97nk/_old  2014-11-07 09:06:42.0 +0100
+++ /var/tmp/diff_new_pack.Oa97nk/_new  2014-11-07 09:06:42.0 +0100
@@ -32,7 +32,7 @@
 %else
 PreReq: %insserv_prereq %fillup_prereq
 %endif
-Version:2.3.4
+Version:2.3.5
 Release:0
 Summary:Full-featured SSL VPN solution using a TUN/TAP Interface
 License:SUSE-GPL-2.0-with-openssl-exception and LGPL-2.1
@@ -65,7 +65,7 @@
 BuildRequires:  pkcs11-helper-devel
 Requires:   pkcs11-helper
 %if %{with_systemd}
-BuildRequires:  systemd
+BuildRequires:  systemd-devel
 %endif
 
 %description

++ openvpn-2.3.4.tar.gz - openvpn-2.3.5.tar.gz ++
 2713 lines of diff (skipped)


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



commit apache2-mod_nss for openSUSE:13.1:Update

2014-11-07 Thread h_root
Hello community,

here is the log from the commit of package apache2-mod_nss for 
openSUSE:13.1:Update checked in at 2014-11-07 09:16:36

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


Package is apache2-mod_nss

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.emJkwf/_old  2014-11-07 09:16:38.0 +0100
+++ /var/tmp/diff_new_pack.emJkwf/_new  2014-11-07 09:16:38.0 +0100
@@ -1 +1 @@
-link package='apache2-mod_nss.2931' cicount='copy' /
+link package='apache2-mod_nss.3121' cicount='copy' /

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



commit patchinfo.3121 for openSUSE:13.1:Update

2014-11-07 Thread h_root
Hello community,

here is the log from the commit of package patchinfo.3121 for 
openSUSE:13.1:Update checked in at 2014-11-07 09:16:39

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


Package is patchinfo.3121

Changes:

New Changes file:

NO CHANGES FILE!!!

New:

  _patchinfo



Other differences:
--
++ _patchinfo ++
patchinfo incident=3121
  categoryrecommended/category
  ratinglow/rating
  packagerkstreitova/packager
  summaryapache2-mod_nss: Added patch to compare CN and VS hostname/summary
  descriptionThis update fixes the following issues with apache2-mod_nss:
   -bnc#897712: added patch that compare CN and VS hostname (use NSS library). 

  /description
  issue tracker=bnc id=897712Random Bad Request after update of 
apache2-mod_nss to version 1.0.8-0.4.9.1/issue
/patchinfo
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit bzip2 for openSUSE:Factory

2014-11-07 Thread h_root
Hello community,

here is the log from the commit of package bzip2 for openSUSE:Factory checked 
in at 2014-11-07 14:07:16

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


Package is bzip2

Changes:

--- /work/SRC/openSUSE:Factory/bzip2/bzip2.changes  2014-09-03 
19:36:01.0 +0200
+++ /work/SRC/openSUSE:Factory/.bzip2.new/bzip2.changes 2014-11-07 
14:07:17.0 +0100
@@ -1,0 +2,7 @@
+Mon Nov 03 16:19:00 UTC 2014 - Led led...@gmail.com
+
+- fix basisms in bzgrep and bznew
+- add patches:
+  * bzip2-1.0.6-fix-bashisms.patch
+
+---

New:

  bzip2-1.0.6-fix-bashisms.patch



Other differences:
--
++ bzip2.spec ++
--- /var/tmp/diff_new_pack.MBi1eF/_old  2014-11-07 14:07:18.0 +0100
+++ /var/tmp/diff_new_pack.MBi1eF/_new  2014-11-07 14:07:18.0 +0100
@@ -30,6 +30,7 @@
 Source100:  bzip2-rpmlintrc
 # PATCH-FEATURE-OPENSUSE bzip2-1.0.6-autoconfiscated.patch sbra...@suse.cz -- 
Convert to a standard autoconf based package.
 Patch:  
http://ftp.suse.com/pub/people/sbrabec/bzip2/for_downstream/bzip2-1.0.6-autoconfiscated.patch
+Patch1: bzip2-1.0.6-fix-bashisms.patch
 Patch3: bzip2-faster.patch
 Patch5: bzip2-unsafe_strcpy.patch
 Patch6: bzip2-point-to-doc-pkg.patch
@@ -79,6 +80,7 @@
 %prep
 %setup -q
 %patch
+%patch1 -p1
 %patch3
 %patch5
 %patch6 -p1

++ bzip2-1.0.6-fix-bashisms.patch ++
diff -Ndurp bzip2-1.0.6/bzgrep bzip2-1.0.6-fix-bashisms/bzgrep
--- bzip2-1.0.6/bzgrep  2007-01-03 04:00:55.0 +0200
+++ bzip2-1.0.6-fix-bashisms/bzgrep 2014-10-19 02:07:30.036033876 +0300
@@ -63,9 +63,7 @@ for i do
 bzip2 -cdfq $i | $grep $opt $pat
 r=$?
   else
-j=${i//\\/}
-j=${j//|/\\|}
-j=${j///\\}
+j=$(echo $i | sed 's/\\//g;s/|/\\/g;s//\\/g')
 j=`printf %s $j | tr '\n' ' '`
 bzip2 -cdfq $i | $grep $opt $pat | sed s|^|${j}:|
 r=$?

++ bznew.gz ++
--- /var/tmp/diff_new_pack.MBi1eF/_old  2014-11-07 14:07:18.0 +0100
+++ /var/tmp/diff_new_pack.MBi1eF/_new  2014-11-07 14:07:18.0 +0100
@@ -51,7 +51,7 @@
 fi
 
 # check about bzip extension
-bzip2 $tmp/1  /dev/null
+bzip2 $tmp/1 /dev/null 21
 ext=`echo $tmp/1* | sed s|$tmp/1||`
 rm -rf $tmp/
 trap - 0 1 2 3 6 13 15

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



commit coreutils for openSUSE:Factory

2014-11-07 Thread h_root
Hello community,

here is the log from the commit of package coreutils for openSUSE:Factory 
checked in at 2014-11-07 14:07:09

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


Package is coreutils

Changes:

--- /work/SRC/openSUSE:Factory/coreutils/coreutils-testsuite.changes
2014-10-15 16:19:41.0 +0200
+++ /work/SRC/openSUSE:Factory/.coreutils.new/coreutils-testsuite.changes   
2014-11-07 14:07:12.0 +0100
@@ -1,0 +2,12 @@
+Sat Nov  1 00:20:55 UTC 2014 - m...@bernhard-voelker.de
+
+Avoid spurious false positive failures of the testsuite on OBS due
+to high load.
+
+- coreutils-tests-rm-ext3-perf-increase-timeout.patch:
+  Add patch to increase timeout.
+
+- coreutils-tests-make-inotify-rotate-more-robust-and-efficient.patch:
+  Add upstream patch.
+
+---
coreutils.changes: same change

New:

  coreutils-tests-make-inotify-rotate-more-robust-and-efficient.patch
  coreutils-tests-rm-ext3-perf-increase-timeout.patch



Other differences:
--
++ coreutils-testsuite.spec ++
--- /var/tmp/diff_new_pack.IVi1QO/_old  2014-11-07 14:07:14.0 +0100
+++ /var/tmp/diff_new_pack.IVi1QO/_new  2014-11-07 14:07:14.0 +0100
@@ -131,6 +131,13 @@
 Patch500:   coreutils-disable_tests.patch
 Patch501:   coreutils-test_without_valgrind.patch
 
+# Upstream patch on top of v8.23 (to be removed in v8.24).
+# Avoids a spurious false positive failure due to high load.
+Patch502:   
coreutils-tests-make-inotify-rotate-more-robust-and-efficient.patch
+
+# Avoid false positives on OBS due to high load; increase timeout.
+Patch503:   coreutils-tests-rm-ext3-perf-increase-timeout.patch
+
 # 
 %description
 These are the GNU core utilities.  This package is the union of
@@ -174,6 +181,8 @@
 %patch416
 %patch500
 %patch501
+%patch502
+%patch503
 
 #???## We need to statically link to gmp, otherwise we have a build loop
 #???#sed -i s,'$(LIB_GMP)',%%{_libdir}/libgmp.a,g Makefile.in

++ coreutils.spec ++
--- /var/tmp/diff_new_pack.IVi1QO/_old  2014-11-07 14:07:14.0 +0100
+++ /var/tmp/diff_new_pack.IVi1QO/_new  2014-11-07 14:07:14.0 +0100
@@ -131,6 +131,13 @@
 Patch500:   coreutils-disable_tests.patch
 Patch501:   coreutils-test_without_valgrind.patch
 
+# Upstream patch on top of v8.23 (to be removed in v8.24).
+# Avoids a spurious false positive failure due to high load.
+Patch502:   
coreutils-tests-make-inotify-rotate-more-robust-and-efficient.patch
+
+# Avoid false positives on OBS due to high load; increase timeout.
+Patch503:   coreutils-tests-rm-ext3-perf-increase-timeout.patch
+
 # 
 %description
 These are the GNU core utilities.  This package is the union of
@@ -174,6 +181,8 @@
 %patch416
 %patch500
 %patch501
+%patch502
+%patch503
 
 #???## We need to statically link to gmp, otherwise we have a build loop
 #???#sed -i s,'$(LIB_GMP)',%%{_libdir}/libgmp.a,g Makefile.in

++ coreutils-tests-make-inotify-rotate-more-robust-and-efficient.patch 
++
Upstream patch on top of v8.23 (to be removed with v8.24).
http://git.sv.gnu.org/cgit/coreutils.git/commit/?id=111a2b91da

From 111a2b91da142bf6fb9edb7836c1979ba698cf6e Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?P=C3=A1draig=20Brady?= p...@draigbrady.com
Date: Wed, 29 Oct 2014 14:08:05 +
Subject: [PATCH] tests: make inotify-rotate more robust and efficient

* tests/tail-2/inotify-rotate.sh: Use retry_delay_
to employ an exponential backoff with a total delay of
up to 25.5s.  The 15s delay was seen to trigger a false
failure in http://hydra.nixos.org/build/16546517
Also remove the .1s sleep in each of the 50 iterations
to reduce the running time of the test and thus the
expensive_ tag on this test was removed.
Also ensure that we use the standard exit procedure
upon failure to avoid any erroneous diagnostics due
to persistent files on NFS.
---
 tests/tail-2/inotify-rotate.sh | 45 +++---
 1 file changed, 25 insertions(+), 20 deletions(-)

diff --git tests/tail-2/inotify-rotate.sh b/tests/tail-2/inotify-rotate.sh
index 1c942cc..6b539a6 100755
--- tests/tail-2/inotify-rotate.sh
+++ tests/tail-2/inotify-rotate.sh
@@ -22,48 +22,53 @@ if test $VERBOSE = yes; then
 fi
 
 . ${srcdir=.}/tests/init.sh; path_prepend_ ./src
-expensive_
 
-# Wait several seconds for grep REGEXP FILE to succeed.
-# Usage: grep_timeout REGEXP FILE
-grep_timeout()
+check_tail_output()
 {
-local j
-for j in $(seq 150); do
-grep $1 $2  /dev/null  return 0
-sleep 0.1
-done
-return 1
+  local 

commit util-linux for openSUSE:Factory

2014-11-07 Thread h_root
Hello community,

here is the log from the commit of package util-linux for openSUSE:Factory 
checked in at 2014-11-07 14:07:04

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


Package is util-linux

Changes:

--- /work/SRC/openSUSE:Factory/util-linux/python-libmount.changes   
2014-09-28 19:53:32.0 +0200
+++ /work/SRC/openSUSE:Factory/.util-linux.new/python-libmount.changes  
2014-11-07 14:07:05.0 +0100
@@ -1,0 +2,11 @@
+Fri Oct 17 21:18:43 CEST 2014 - sbra...@suse.cz
+
+- Fix mis-compilation of libuuid without uuidd support
+  (bnc#900935).
+- Fix uuidd socket activation (bnc#900935).
+- Remove obsolete sysvinit script for uuidd.
+- Remove no more needed uuidd permissions stuff.
+- Replace PreReq for obsolete pwdutils by names of binaries.
+- Add fstrim service scripts and rcfstrim helper.
+
+---
util-linux-systemd.changes: same change
util-linux.changes: same change

Old:

  uuidd.rc



Other differences:
--
++ python-libmount.spec ++
--- /var/tmp/diff_new_pack.mjUM6g/_old  2014-11-07 14:07:07.0 +0100
+++ /var/tmp/diff_new_pack.mjUM6g/_new  2014-11-07 14:07:07.0 +0100
@@ -152,7 +152,6 @@
 Source29:   mkzimage_cmdline.c
 Source31:   addnote.c
 #
-Source50:   uuidd.rc
 Source51:   blkid.conf
 ##
 ## util-linux patches
@@ -219,6 +218,7 @@
 Provides:   util-linux:/usr/lib/systemd/system/fstrim.service
 # Service files are being migrated during the update from SLE  12 and 
openSUSE = 13.1
 Conflicts:  util-linux  2.25
+%systemd_requires
 %else
 # ERROR: No build_* variables are set.
 %endif
@@ -350,12 +350,11 @@
 %package -n uuidd
 Summary:Helper daemon to guarantee uniqueness of time-based UUIDs
 Group:  System/Filesystems
-PreReq: %fillup_prereq
-PreReq: %insserv_prereq
-PreReq: permissions
-PreReq: pwdutils
+Requires(pre):  /usr/sbin/groupadd
+Requires(pre):  /usr/sbin/useradd
 # uuidd bash-completion moved to a correct package
 Conflicts:  util-linux  2.25
+%systemd_requires
 
 %description -n uuidd
 The uuidd package contains a userspace daemon (uuidd) which guarantees
@@ -394,6 +393,13 @@
 popd
 
 %build
+#BEGIN CONFIG ALTER
+%if !%build_util_linux_systemd
+# We are not building util_linux_systemd = we are not building uuidd
+# But we want libuuid with support of uuidd. The default configure disables it 
as well.
+sed -i '/^AM_CONDITIONAL.*BUILD_UUIDD/a AC_DEFINE([HAVE_UUIDD], [1], [Define 
to 1 if you want to use uuid daemon.])' configure.ac
+%endif
+#END CONFIG ALTER
 %if %build_util_linux
 pushd ../klogconsole
 # klogconsole build
@@ -570,6 +576,8 @@
   --without-python \
 %endif
 #
+# Safety check: HAVE_UUIDD should be always 1:
+grep -q 'HAVE_UUIDD 1' config.h
 make %{?_smp_mflags}
 #
 %if %build_util_linux
@@ -767,17 +775,18 @@
 # install systemd files manually, don't use Makefile that expect build of 
utilities and its dependencies.
 %endif
 %if %build_util_linux_systemd
-mkdir -p %{buildroot}%{_sysconfdir}/init.d
 mkdir -p %{buildroot}/bin
 mkdir -p %{buildroot}%{_sbindir}
 mkdir -p %{buildroot}%{_localstatedir}/lib/libuuid
 mkdir -p %{buildroot}/run/uuidd
-install -m 744 %{SOURCE50} %{buildroot}%{_initddir}/uuidd
+mkdir -p %{buildroot}/usr/lib/systemd/system-preset
 ln -s %{_bindir}/logger %{buildroot}/bin
 # clock.txt from uuidd is a ghost file
 touch %{buildroot}%{_localstatedir}/lib/libuuid/clock.txt
-# rcuuidd helper
-ln -sf ../..%{_sysconfdir}/init.d/uuidd %{buildroot}%{_sbindir}/rcuuidd
+ln -sf /sbin/service %{buildroot}/usr/sbin/rcuuidd
+ln -sf /sbin/service %{buildroot}/usr/sbin/rcfstrim
+# Use socket activated uuidd by default.
+echo -e 'enable uuidd.socket\nenable uuidd.service' 
%{buildroot}/usr/lib/systemd/system-preset/50-uuidd.preset
 %if !%build_util_linux
 %make_install
 %endif
@@ -845,24 +854,42 @@
 %endif
 
 %if %build_util_linux_systemd
+# Note: This is not a perfect solution: fstrim is part of util-linux, fstrim 
services are part of util-linux-systemd (for build loop prevention reasons).
+# If only util-linux is updated, restart of fstrim service does not happen.
+# Maybe we should move fstrim to util-linux-systemd in the next version.
+%pre -n util-linux-systemd
+%{service_add_pre fstrim.service fstrim.timer}
+
+%post -n util-linux-systemd
+%{service_add_post fstrim.service fstrim.timer}
+
+%preun -n util-linux-systemd
+%{service_del_preun fstrim.service fstrim.timer}
+
+%postun -n util-linux-systemd
+%{service_del_postun fstrim.service fstrim.timer}
+
 %pre -n uuidd
-%{_sbindir}/groupadd -r uuidd 2/dev/null || :
-%{_sbindir}/useradd -r -g uuidd -c User for uuidd \
+/usr/sbin/groupadd 

commit fillup for openSUSE:Factory

2014-11-07 Thread h_root
Hello community,

here is the log from the commit of package fillup for openSUSE:Factory checked 
in at 2014-11-07 14:07:13

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


Package is fillup

Changes:

--- /work/SRC/openSUSE:Factory/fillup/fillup.changes2012-02-14 
11:23:57.0 +0100
+++ /work/SRC/openSUSE:Factory/.fillup.new/fillup.changes   2014-11-07 
14:07:15.0 +0100
@@ -1,0 +2,18 @@
+Mon Nov  3 13:09:25 UTC 2014 - tchva...@suse.com
+
+- Also return back the /bin/fillup provides line
+
+---
+Fri Oct 31 12:02:57 UTC 2014 - dims...@opensuse.org
+
+- Keep /bin/fillup as a symlink in the package: there are hundreds
+  of RPMs out there referencing it in the %post scriptlets, when
+  any of the %*fillup* macros was used. Even updating the macro
+  will not make the existing RPMs magically be fixed.
+
+---
+Sun Oct 26 09:10:04 UTC 2014 - tchva...@suse.com
+
+- Cleanup the mess in spec with spec-cleaner
+
+---



Other differences:
--
++ fillup.spec ++
--- /var/tmp/diff_new_pack.8SGpVI/_old  2014-11-07 14:07:16.0 +0100
+++ /var/tmp/diff_new_pack.8SGpVI/_new  2014-11-07 14:07:16.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package fillup
 #
-# Copyright (c) 2012 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
@@ -17,21 +17,21 @@
 
 
 Name:   fillup
-Provides:   aaa_base:/bin/fillup
 Version:1.42
 Release:0
 Summary:Tool for Merging Config Files
 License:GPL-2.0+
 Group:  System/Base
+Url:http://github.com/openSUSE/fillup
 Source: fillup-%{version}.tar.bz2
-Patch:  fillup-optflags.patch
+Patch0: fillup-optflags.patch
 Patch1: fillup-warnings.dif
 Patch2: fillup-%{version}.dif
 Patch3: fillup-retval.dif
 Patch4: fillup-nodate.patch
 Patch5: fillup-1.42-cloexec.patch
+Provides:   aaa_base:/bin/fillup
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-%define fillup_info_entry * fillup: (fillup) fillup. SuSE-fillup-tool.
 
 %description
 fillup merges files that hold variables.  A variable is defined by an
@@ -41,54 +41,36 @@
 
 %prep
 %setup -q
-%patch
+%patch0
 %patch1 -p1
-%patch2 -p0
-%patch3 -p0
-%patch4 -p0
+%patch2
+%patch3
+%patch4
 %patch5
 
 %build
-#
-# Be sure that the tests for fillup are run in
-# DEBUG mode for comparision with the references
-#
-# build time testing disabled when cross-compiling
-%if !0%{?_crossbuild}
-make %{?_smp_mflags} clean
-make %{?_smp_mflags} testOPTISPLUS=$RPM_OPT_FLAGS
-#
-# For the real world make clean and use the
-# optimzed version.
-#
-make %{?_smp_mflags} clean
-%else
-# build system does not always honor CC; workaround:
-echo -e #!/bin/bash\nexec %__cc \\$@\ gcc
-chmod 755 gcc
-export PATH=`pwd`:$PATH
-%endif
-make %{?_smp_mflags} compile COMPILE_OPTION=OPTIMIZE 
OPTISPLUS=$RPM_OPT_FLAGS CC=%__cc
+make %{?_smp_mflags} compile COMPILE_OPTION=OPTIMIZE OPTISPLUS=%{optflags}
 
 %install
-mkdir -p $RPM_BUILD_ROOT/var/adm/fillup-templates
-#
-# install fillup
-#
-install -d -m 755 $RPM_BUILD_ROOT/%{_bindir}
-install -m 755 BIN/fillup $RPM_BUILD_ROOT/%{_bindir}
-#UsrMerge
+mkdir -p %{buildroot}%{_localstatedir}/adm/fillup-templates
+install -d -m 755 %{buildroot}/%{_bindir}
+install -m 755 BIN/fillup %{buildroot}/%{_bindir}
+install -d %{buildroot}/%{_mandir}/man8
+install -m 644 SGML/fillup.8.gz %{buildroot}/%{_mandir}/man8
+
+#UsrMerge - There are literally hundreds of rpm scritps referencing 
/bin/fillup (suse macro)
+# So let's at least keep the symlink there for now (DimStar - 2014-10-31)
 install -d -m 755 $RPM_BUILD_ROOT/bin
 ln -sf %{_bindir}/fillup $RPM_BUILD_ROOT/bin
 #EndUserMerge
-install -d $RPM_BUILD_ROOT/%{_mandir}/man8
-install -m 644 SGML/fillup.8.gz $RPM_BUILD_ROOT/%{_mandir}/man8
+
+%check
+make %{?_smp_mflags} testOPTISPLUS=%{optflags}
 
 %files
 %defattr(-,root,root)
-#UsrMerge
+# rpm scriptlets still use this, based on %*fillup* macros
 /bin/fillup
-#EndUserMerge
 %{_bindir}/fillup
 %{_mandir}/man8/fillup*
 

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