commit lvm2 for openSUSE:Factory

2014-06-24 Thread h_root
Hello community,

here is the log from the commit of package lvm2 for openSUSE:Factory checked in 
at 2014-06-24 15:15:29

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


Package is lvm2

Changes:

--- /work/SRC/openSUSE:Factory/lvm2/lvm2.changes2014-06-16 
21:43:45.0 +0200
+++ /work/SRC/openSUSE:Factory/.lvm2.new/lvm2.changes   2014-06-24 
15:15:30.0 +0200
@@ -1,0 +2,6 @@
+Fri Jun 13 10:31:48 CEST 2014 - h...@suse.de
+
+- Generate all symlinks even for multipath events (bnc#875233)
+  patch: udev-Check-for-DM_NR_VALID_PATHS.patch
+
+---

New:

  udev-Check-for-DM_NR_VALID_PATHS.patch



Other differences:
--
++ lvm2.spec ++
--- /var/tmp/diff_new_pack.lwTk3s/_old  2014-06-24 15:15:31.0 +0200
+++ /var/tmp/diff_new_pack.lwTk3s/_new  2014-06-24 15:15:31.0 +0200
@@ -117,6 +117,8 @@
 Patch97:systemd-use-umask-022-for-generated-systemd-units-by.patch
 # bnc#878930
 Patch98:remove-quote-in-lvm2-monitor.patch
+# bnc#875233
+Patch99:udev-Check-for-DM_NR_VALID_PATHS.patch
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 # Not a real replacement but we drop evms
@@ -180,6 +182,7 @@
 %patch96 -p1
 %patch97 -p1
 %patch98 -p1
+%patch99 -p1
 
 %build
 #set path so that thin_check can be found


++ udev-Check-for-DM_NR_VALID_PATHS.patch ++
From b8354ac161b5ab8a4f5842201d7ee69f5089c6dc Mon Sep 17 00:00:00 2001
From: Hannes Reinecke h...@suse.de
Date: Thu, 12 Jun 2014 17:07:31 +0200
Subject: [PATCH] udev: Check for DM_NR_VALID_PATHS

When the device becomes inaccessible we must not run any program
requiring disk access, as this will stall and cause udev to
eventually timeout this event.

So check for DM_NR_VALID_PATHS before calling these programs.

References: bnc#875233

Signed-off-by: Hannes Reinecke h...@suse.de
---
 udev/10-dm.rules.in   | 1 -
 udev/13-dm-disk.rules.in  | 2 ++
 udev/69-dm-lvm-metad.rules.in | 1 +
 3 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/udev/10-dm.rules.in b/udev/10-dm.rules.in
index 29af467..f108941 100644
--- a/udev/10-dm.rules.in
+++ b/udev/10-dm.rules.in
@@ -111,7 +111,6 @@ ENV{DM_UDEV_DISABLE_DM_RULES_FLAG}!=1, 
ENV{DM_NAME}==?*, SYMLINK+=(DM_DIR)/
 
 # We have to ignore further rule application for inappropriate events
 # and devices. But still send the notification if cookie exists.
-ENV{DM_UUID}==mpath-?*, ENV{DM_ACTION}==PATH_FAILED, GOTO=dm_disable
 ENV{DM_UUID}==CRYPT-TEMP-?*, GOTO=dm_disable
 ENV{DM_UUID}!=?*, ENV{DM_NAME}==temporary-cryptsetup-?*, GOTO=dm_disable
 
diff --git a/udev/13-dm-disk.rules.in b/udev/13-dm-disk.rules.in
index 1920260..d117a94 100644
--- a/udev/13-dm-disk.rules.in
+++ b/udev/13-dm-disk.rules.in
@@ -18,8 +18,10 @@ SYMLINK+=disk/by-id/dm-name-$env{DM_NAME}
 ENV{DM_UUID}==?*, SYMLINK+=disk/by-id/dm-uuid-$env{DM_UUID}
 
 ENV{DM_SUSPENDED}==1, GOTO=dm_end
+ENV{DM_NR_VALID_PATHS}==0, GOTO=dm_blkid_end
 
 (BLKID_RULE)
+LABEL=dm_blkid_end
 ENV{DM_UDEV_LOW_PRIORITY_FLAG}==1, OPTIONS=link_priority=-100
 ENV{ID_FS_USAGE}==filesystem|other|crypto, ENV{ID_FS_UUID_ENC}==?*, 
SYMLINK+=disk/by-uuid/$env{ID_FS_UUID_ENC}
 ENV{ID_FS_USAGE}==filesystem|other, ENV{ID_FS_LABEL_ENC}==?*, 
SYMLINK+=disk/by-label/$env{ID_FS_LABEL_ENC}
diff --git a/udev/69-dm-lvm-metad.rules.in b/udev/69-dm-lvm-metad.rules.in
index 706c03b..0b0ebbf 100644
--- a/udev/69-dm-lvm-metad.rules.in
+++ b/udev/69-dm-lvm-metad.rules.in
@@ -19,6 +19,7 @@ SUBSYSTEM!=block, GOTO=lvm_end
 
 # Device-mapper devices are processed only on change event or on supported 
synthesized event.
 KERNEL==dm-[0-9]*, ENV{DM_UDEV_RULES_VSN}!=?*, GOTO=lvm_end
+KERNEL==dm-[0-9]*, ENV{DM_NR_VALID_PATHS}==0, GOTO=lvm_end
 
 # Only process devices already marked as a PV - this requires blkid to be 
called before.
 ENV{ID_FS_TYPE}==LVM2_member|LVM1_member, RUN+=(LVM_EXEC)/lvm pvscan 
--cache --activate ay --major $major --minor $minor
-- 
1.8.4.5

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



commit dmraid for openSUSE:Factory

2014-06-24 Thread h_root
Hello community,

here is the log from the commit of package dmraid for openSUSE:Factory checked 
in at 2014-06-24 15:15:34

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


Package is dmraid

Changes:

--- /work/SRC/openSUSE:Factory/dmraid/dmraid.changes2014-06-01 
18:57:06.0 +0200
+++ /work/SRC/openSUSE:Factory/.dmraid.new/dmraid.changes   2014-06-24 
15:15:36.0 +0200
@@ -1,0 +2,5 @@
+Fri Jun 13 17:08:35 UTC 2014 - tr...@suse.de
+
+- Use rpm macros to only trigger one initrd rebuild per install/update
+
+---

Old:

  mkinitrd-boot.sh
  mkinitrd-setup.sh



Other differences:
--
++ dmraid.spec ++
--- /var/tmp/diff_new_pack.zF4Xa2/_old  2014-06-24 15:15:36.0 +0200
+++ /var/tmp/diff_new_pack.zF4Xa2/_new  2014-06-24 15:15:36.0 +0200
@@ -21,8 +21,10 @@
 BuildRequires:  automake
 BuildRequires:  device-mapper-devel
 BuildRequires:  libselinux-devel
+BuildRequires:  suse-module-tools
 BuildRequires:  systemd-rpm-macros
 BuildRequires:  zlib-devel
+
 Requires:   aaa_base
 Requires:   kpartx
 Url:http://people.redhat.com/~heinzm/sw/dmraid/src/
@@ -34,8 +36,6 @@
 Source: 
ftp://people.redhat.com/heinzm/sw/dmraid/src/dmraid-%{version}.tar.bz2
 Source1:sysconfig.dmraid
 Source3:README.SuSE
-Source4:mkinitrd-setup.sh
-Source5:mkinitrd-boot.sh
 Source6:dmraid-activation.service
 Patch1: dmraid-1.0.0.rc16-cvs-2010-02-02.patch
 Patch2: dmraid-1.0.0.rc13-geometry.patch
@@ -108,9 +108,6 @@
 mkdir -p $RPM_BUILD_ROOT/var/adm/fillup-templates
 install -m644 %{SOURCE1} 
$RPM_BUILD_ROOT/var/adm/fillup-templates/sysconfig.dmraid
 mkdir -p $RPM_BUILD_ROOT/etc/init.d
-install -d $RPM_BUILD_ROOT/lib/mkinitrd/scripts
-install -m 755 %{S:4} $RPM_BUILD_ROOT/lib/mkinitrd/scripts/setup-dmraid.sh
-install -m 755 %{S:5} $RPM_BUILD_ROOT/lib/mkinitrd/scripts/boot-dmraid.sh
 install -D -m 0644 %{S:6} %{buildroot}%{_unitdir}/dmraid-activation.service
 install -d %{buildroot}%{_tmpfilesdir}
 echo 'd /run/lock/dmraid 0700 root root -'  
%{buildroot}%{_tmpfilesdir}/dmraid.conf
@@ -124,13 +121,17 @@
 %post
 /sbin/ldconfig
 %service_add_post dmraid-activation.service
-[ -x /sbin/mkinitrd_setup ]  mkinitrd_setup
+%{?regenerate_initrd_post}
+
+%posttrans
+%{?regenerate_initrd_posttrans}
+
 %{fillup_only}
 
 %postun
 /sbin/ldconfig
 %service_del_postun dmraid-activation.service
-[ -x /sbin/mkinitrd_setup ]  mkinitrd_setup
+
 %{insserv_cleanup}
 
 %files
@@ -140,10 +141,6 @@
 %{_mandir}/man8/*
 %doc LICENSE LICENSE_GPL LICENSE_LGPL README README.SuSE TODO doc/*
 /var/adm/fillup-templates/sysconfig.dmraid
-%dir /lib/mkinitrd
-%dir /lib/mkinitrd/scripts
-/lib/mkinitrd/scripts/setup-dmraid.sh
-/lib/mkinitrd/scripts/boot-dmraid.sh
 /%{_lib}/libdmraid-events-isw.so
 /%{_lib}/libdmraid.so.1.0.0.rc16-3
 %{_tmpfilesdir}/dmraid.conf

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



commit libcap for openSUSE:Factory

2014-06-24 Thread h_root
Hello community,

here is the log from the commit of package libcap for openSUSE:Factory checked 
in at 2014-06-24 15:15:42

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


Package is libcap

Changes:

--- /work/SRC/openSUSE:Factory/libcap/libcap.changes2013-03-08 
21:15:38.0 +0100
+++ /work/SRC/openSUSE:Factory/.libcap.new/libcap.changes   2014-06-24 
15:15:43.0 +0200
@@ -1,0 +2,6 @@
+Thu Jun 19 17:32:36 UTC 2014 - crrodrig...@opensuse.org
+
+- libcap-nolibattr.patch Do not link to libattr, it is 
+  a bogus dependency. application uses sys/xattr from libc.
+
+---

New:

  libcap-nolibattr.patch



Other differences:
--
++ libcap.spec ++
--- /var/tmp/diff_new_pack.yoZeco/_old  2014-06-24 15:15:44.0 +0200
+++ /var/tmp/diff_new_pack.yoZeco/_new  2014-06-24 15:15:44.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libcap
 #
-# 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
@@ -26,7 +26,7 @@
 Source2:baselibs.conf
 Url:https://sites.google.com/site/fullycapable/
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  libattr-devel
+Patch0: libcap-nolibattr.patch
 %if 0%{?suse_version}  1030
 BuildRequires:  fdupes
 %endif
@@ -86,7 +86,7 @@
 
 %prep
 %setup -q
-
+%patch0 -p1
 %build
 # lib=%{_lib} make %{?_smp_mflags} COPTFLAG=$RPM_OPT_FLAGS
 lib=%{_lib} make %{?_smp_mflags} DEBUG=-g $RPM_OPT_FLAGS

++ libcap-nolibattr.patch ++
--- libcap-2.22.orig/libcap/Makefile
+++ libcap-2.22/libcap/Makefile
@@ -16,7 +16,7 @@ FILES=cap_alloc cap_proc cap_extint cap_
 # no support).
 ifeq ($(LIBATTR),yes)
 FILES += cap_file
-LDFLAGS += -lattr
+LDFLAGS +=
 endif
 
 INCLS=libcap.h cap_names.h $(INCS)
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit sg3_utils for openSUSE:Factory

2014-06-24 Thread h_root
Hello community,

here is the log from the commit of package sg3_utils for openSUSE:Factory 
checked in at 2014-06-24 15:15:36

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


Package is sg3_utils

Changes:

--- /work/SRC/openSUSE:Factory/sg3_utils/sg3_utils.changes  2014-05-23 
08:05:20.0 +0200
+++ /work/SRC/openSUSE:Factory/.sg3_utils.new/sg3_utils.changes 2014-06-24 
15:15:37.0 +0200
@@ -1,0 +2,13 @@
+Tue Jun 17 09:08:42 UTC 2014 - jeng...@inai.de
+
+- Update to new upstream release 1.39
+* This release adds some ZBC support in the form of sg_rep_zones
+  and sg_reset_wp.
+* It tracks changes made by www.t10.org since April 2014.
+- Remove
+  0001-Split-59-scsi-sg_utils.rules-for-multipath-support.patch,
+  0003-sg_inq-compability-links-for-ata_id.patch,
+  0004-sg_inq-suppress-warning-messages-for-export.patch,
+  sginfo-inq-fields-strip-blank.patch (merged upstream).
+
+---

Old:

  0001-Split-59-scsi-sg_utils.rules-for-multipath-support.patch
  0003-sg_inq-compability-links-for-ata_id.patch
  0004-sg_inq-suppress-warning-messages-for-export.patch
  sg3_utils-1.38.tar.xz
  sginfo-inq-fields-strip-blank.patch

New:

  sg3_utils-1.39.tar.xz



Other differences:
--
++ sg3_utils.spec ++
--- /var/tmp/diff_new_pack.csY8x4/_old  2014-06-24 15:15:38.0 +0200
+++ /var/tmp/diff_new_pack.csY8x4/_new  2014-06-24 15:15:38.0 +0200
@@ -18,18 +18,14 @@
 
 Name:   sg3_utils
 %define lname  libsgutils2-2
-Version:1.38
+Version:1.39
 Release:0
 Summary:A collection of tools that send SCSI commands to devices
 License:GPL-2.0+ and BSD-3-Clause
 Group:  Hardware/Other
 Url:http://sg.danny.cz/sg/sg3_utils.html
 
-Source: http://sg.danny.cz/sg/p/%name-%{version}.tar.xz
-Patch1: 0001-Split-59-scsi-sg_utils.rules-for-multipath-support.patch
-Patch2: sginfo-inq-fields-strip-blank.patch
-Patch3: 0003-sg_inq-compability-links-for-ata_id.patch
-Patch4: 0004-sg_inq-suppress-warning-messages-for-export.patch
+Source: http://sg.danny.cz/sg/p/%name-%version.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  udev
 BuildRequires:  xz
@@ -83,11 +79,7 @@
 applications that want to make use of libsgutils.
 
 %prep
-%setup -q -n %{name}-%{version}
-%patch1 -p1
-%patch2 -p1
-%patch3 -p1
-%patch4 -p1
+%setup -q
 
 %build
 %configure --disable-static --with-pic
@@ -101,7 +93,7 @@
 mkdir -p $RPM_BUILD_ROOT%{_udevrulesdir}
 install -m 644 scripts/55-scsi-sg3_id.rules $RPM_BUILD_ROOT%{_udevrulesdir}
 install -m 644 scripts/58-scsi-sg3_symlink.rules 
$RPM_BUILD_ROOT%{_udevrulesdir}
-%{__rm} -f %{buildroot}%{_libdir}/*.la
+rm -f %{buildroot}%{_libdir}/*.la
 
 %post   -p /sbin/ldconfig -n %lname
 

++ sg3_utils-1.38.tar.xz - sg3_utils-1.39.tar.xz ++
 23322 lines of diff (skipped)

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



commit libcap-ng for openSUSE:Factory

2014-06-24 Thread h_root
Hello community,

here is the log from the commit of package libcap-ng for openSUSE:Factory 
checked in at 2014-06-24 15:15:39

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


Package is libcap-ng

Changes:

--- /work/SRC/openSUSE:Factory/libcap-ng/libcap-ng.changes  2014-05-17 
06:43:23.0 +0200
+++ /work/SRC/openSUSE:Factory/.libcap-ng.new/libcap-ng.changes 2014-06-24 
15:15:41.0 +0200
@@ -1,0 +2,5 @@
+Thu Jun 19 17:22:55 UTC 2014 - crrodrig...@opensuse.org
+
+- Remove unused BuildRequires on libattr-devel 
+
+---



Other differences:
--
++ libcap-ng-python.spec ++
--- /var/tmp/diff_new_pack.J0rFhB/_old  2014-06-24 15:15:41.0 +0200
+++ /var/tmp/diff_new_pack.J0rFhB/_new  2014-06-24 15:15:41.0 +0200
@@ -28,7 +28,6 @@
 Source1:baselibs.conf
 Source99:   libcap-ng.rpmlintrc
 BuildRequires:  kernel-headers = 2.6.11
-BuildRequires:  libattr-devel
 BuildRequires:  pkg-config
 BuildRequires:  python-base
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ libcap-ng.spec ++
--- /var/tmp/diff_new_pack.J0rFhB/_old  2014-06-24 15:15:41.0 +0200
+++ /var/tmp/diff_new_pack.J0rFhB/_new  2014-06-24 15:15:41.0 +0200
@@ -28,7 +28,6 @@
 Source1:baselibs.conf
 Source99:   libcap-ng.rpmlintrc
 BuildRequires:  kernel-headers = 2.6.11
-BuildRequires:  libattr-devel
 BuildRequires:  pkg-config
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 

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



commit biosdevname for openSUSE:Factory

2014-06-24 Thread h_root
Hello community,

here is the log from the commit of package biosdevname for openSUSE:Factory 
checked in at 2014-06-24 15:15:33

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


Package is biosdevname

Changes:

--- /work/SRC/openSUSE:Factory/biosdevname/biosdevname.changes  2014-06-19 
13:07:44.0 +0200
+++ /work/SRC/openSUSE:Factory/.biosdevname.new/biosdevname.changes 
2014-06-24 15:15:34.0 +0200
@@ -1,0 +2,5 @@
+Fri Jun 13 17:01:24 UTC 2014 - tr...@suse.de
+
+- Fix missing %posttrans section
+
+---



Other differences:
--
++ biosdevname.spec ++
--- /var/tmp/diff_new_pack.giXauk/_old  2014-06-24 15:15:35.0 +0200
+++ /var/tmp/diff_new_pack.giXauk/_new  2014-06-24 15:15:35.0 +0200
@@ -92,6 +92,8 @@
 
 %postun
 /sbin/ldconfig
+
+%posttrans
 %{?regenerate_initrd_posttrans}
 
 %changelog

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



commit gluegen2 for openSUSE:Factory

2014-06-24 Thread h_root
Hello community,

here is the log from the commit of package gluegen2 for openSUSE:Factory 
checked in at 2014-06-24 15:15:56

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


Package is gluegen2

Changes:

--- /work/SRC/openSUSE:Factory/gluegen2/gluegen2.changes2014-05-06 
17:40:13.0 +0200
+++ /work/SRC/openSUSE:Factory/.gluegen2.new/gluegen2.changes   2014-06-24 
15:16:02.0 +0200
@@ -1,0 +2,6 @@
+Thu Jun 19 14:58:20 UTC 2014 - dval...@suse.com
+
+- Fix builds for ppc64, ppc64le and aarch64 architectures
+  (gluegen2-ppc64-aarch64.patch)
+
+---

New:

  gluegen2-ppc64-aarch64.patch



Other differences:
--
++ gluegen2.spec ++
--- /var/tmp/diff_new_pack.utrzZ3/_old  2014-06-24 15:16:03.0 +0200
+++ /var/tmp/diff_new_pack.utrzZ3/_new  2014-06-24 15:16:03.0 +0200
@@ -32,6 +32,7 @@
 Patch1: gluegen2-0001-renamed-library.patch
 Patch2: gluegen2-0003-disable-executable-tmp-tests.patch
 Patch3: gluegen2-0004-add-antlr-jar-to-all-targets.patch
+Patch4: gluegen2-ppc64-aarch64.patch
 
 BuildRequires:  ant
 BuildRequires:  ant-antlr
@@ -88,6 +89,7 @@
 %patch1 -p1
 %patch2 -p1
 %patch3 -p1
+%patch4 -p1
 
 # Remove any JNI files
 # rm -fr make/stub_includes/jni


++ gluegen2-ppc64-aarch64.patch ++
Index: gluegen-v2.0.2/make/build.xml
===
--- gluegen-v2.0.2.orig/make/build.xml
+++ gluegen-v2.0.2/make/build.xml
@@ -333,6 +333,24 @@
   property name=linker.cfg.id
value=linker.cfg.linux.ppc / 
 /target
 
+target name=declare.linux.ppc64 if=isLinuxPpc64
+  echo message=Linux.ppc64 /
+  property name=compiler.cfg.id  
value=compiler.cfg.linux /
+  property name=linker.cfg.id
value=linker.cfg.linux.ppc64 /
+/target
+
+target name=declare.linux.ppc64le if=isLinuxPpc64le
+  echo message=Linux.ppc64le /
+  property name=compiler.cfg.id  
value=compiler.cfg.linux /
+  property name=linker.cfg.id
value=linker.cfg.linux.ppc64le /
+/target
+
+target name=declare.linux.aarch64 if=isLinuxAarch64
+  echo message=Linux.aarch64 /
+  property name=compiler.cfg.id  
value=compiler.cfg.linux /
+  property name=linker.cfg.id
value=linker.cfg.linux.aarch64 /
+/target
+
 target name=declare.linux.s390 if=isLinuxs390
   echo message=Linux.s390 /
   property name=compiler.cfg.id  
value=compiler.cfg.linux / 
@@ -351,7 +369,7 @@
   property name=linker.cfg.id
value=linker.cfg.linux.sparc / 
 /target
 
-target name=declare.linux 
depends=declare.linux.x86,declare.linux.amd64,declare.linux.ia64,declare.linux.hppa,declare.linux.mips,declare.linux.mipsel,declare.linux.ppc,declare.linux.s390,declare.linux.s390x,declare.linux.sparc,declare.linux.armv6
 if=isLinux 
+target name=declare.linux 
depends=declare.linux.x86,declare.linux.amd64,declare.linux.alpha,declare.linux.ia64,declare.linux.hppa,declare.linux.mips,declare.linux.mipsel,declare.linux.ppc,declare.linux.ppc64,declare.linux.ppc64le,declare.linux.aarch64,declare.linux.s390,declare.linux.s390x,declare.linux.sparc
 if=isLinux 
   property name=c.src.dir.os value=unix /
   property name=java.includes.dir.platform   
value=${java.includes.dir}/linux /
 /target
Index: gluegen-v2.0.2/make/gluegen-cpptasks-base.xml
===
--- gluegen-v2.0.2.orig/make/gluegen-cpptasks-base.xml
+++ gluegen-v2.0.2/make/gluegen-cpptasks-base.xml
@@ -46,6 +46,9 @@
-   isLinuxMips
-   isLinuxMipsel
-   isLinuxPpc
+   -   isLinuxPpc64
+   -   isLinuxPpc64le
+   -   isLinuxAarch64
-   isLinuxs390
-   isLinuxs390x
-   isLinuxSparc
@@ -128,6 +131,9 @@
-   compiler.cfg.linux.mips
-   compiler.cfg.linux.mipsel
-   compiler.cfg.linux.ppc
+   -   compiler.cfg.linux.ppc64
+   -   compiler.cfg.linux.ppc64le
+   -   compiler.cfg.linux.aarch64
-   compiler.cfg.linux.s390
-   compiler.cfg.linux.s390x
-   compiler.cfg.linux.sparc
@@ -385,6 +391,33 @@
 condition property=ppc
   os arch=ppc /
 /condition
+condition property=isLinuxPpc64
+  and
+istrue value=${isLinux} /
+os arch=ppc64 /
+  /and
+/condition
+condition property=ppc64
+  os arch=ppc64 /
+/condition
+condition property=isLinuxPpc64le
+  and
+istrue 

commit cmake for openSUSE:Factory

2014-06-24 Thread h_root
Hello community,

here is the log from the commit of package cmake for openSUSE:Factory checked 
in at 2014-06-24 15:15:48

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


Package is cmake

Changes:

--- /work/SRC/openSUSE:Factory/cmake/cmake-gui.changes  2014-06-18 
07:50:21.0 +0200
+++ /work/SRC/openSUSE:Factory/.cmake.new/cmake-gui.changes 2014-06-24 
15:15:49.0 +0200
@@ -1,0 +2,10 @@
+Sat Jun 21 12:59:23 UTC 2014 - tchva...@suse.com
+
+- Fix %setup line
+
+---
+Sat Jun 21 10:42:41 UTC 2014 - tchva...@suse.com
+
+- Cleanup with spec-cleaner and remove support for sle10.
+
+---
--- /work/SRC/openSUSE:Factory/cmake/cmake.changes  2014-06-18 
07:50:21.0 +0200
+++ /work/SRC/openSUSE:Factory/.cmake.new/cmake.changes 2014-06-24 
15:15:49.0 +0200
@@ -1,0 +2,5 @@
+Sat Jun 21 10:40:48 UTC 2014 - tchva...@suse.com
+
+- Cleanup with spec-cleaner and remove sle10 support.
+
+---



Other differences:
--
++ cmake-gui.spec ++
--- /var/tmp/diff_new_pack.vHlx3H/_old  2014-06-24 15:15:50.0 +0200
+++ /var/tmp/diff_new_pack.vHlx3H/_new  2014-06-24 15:15:50.0 +0200
@@ -19,46 +19,38 @@
 Name:   cmake-gui
 Version:3.0.0
 Release:0
-%define rversion 3.0.0
-Url:http://www.cmake.org/
-Source0:http://www.cmake.org/files/v3.0/cmake-%{rversion}.tar.gz
 Summary:CMake graphical user interface
 License:BSD-3-Clause
 Group:  Development/Tools/Building
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-%if 0%{?suse_version}
+Url:http://www.cmake.org/
+Source0:http://www.cmake.org/files/v3.0/cmake-%{version}.tar.gz
+BuildRequires:  curl-devel
 BuildRequires:  fdupes
-%if 0%{?sles_version} != 10
+BuildRequires:  gcc-c++
 BuildRequires:  libarchive-devel
-%endif
 BuildRequires:  libexpat-devel
-%else
-BuildRequires:  expat-devel
-%endif
-BuildRequires:  curl-devel
-BuildRequires:  gcc-c++
-%if 0%{?suse_version} = 1320
-BuildRequires:  pkgconfig(Qt5Widgets)
-%else
-BuildRequires:  libqt4-devel
-%endif
 BuildRequires:  openssl-devel
 BuildRequires:  update-desktop-files
 BuildRequires:  zlib-devel
 BuildRequires:  pkgconfig(bzip2)
-
 Requires:   cmake
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+%if 0%{?suse_version} = 1320
+BuildRequires:  pkgconfig(Qt5Widgets)
+%else
+BuildRequires:  libqt4-devel
+%endif
 
 %description
 This is a Graphical User Interface for CMake, a cross-platform,
 open-source build system.
 
 %prep
-%setup -q -n cmake-%{rversion}
+%setup -q -n cmake-%{version}
 
 %build
 EXTRA_FLAGS=--qt-gui
-export CXXFLAGS=$RPM_OPT_FLAGS
+export CXXFLAGS=%{optflags}
 export CFLAGS=$CXXFLAGS
 ./configure \
 --prefix=%{_prefix} \
@@ -74,19 +66,19 @@
 --system-bzip2 \
 --no-system-libarchive \
 %endif
---parallel=0%jobs \
+--parallel=0%{jobs} \
 --qt-gui
 make VERBOSE=1 %{?_smp_mflags}
 
 %install
-make DESTDIR=%{buildroot} install
+make DESTDIR=%{buildroot} install %{?_smp_mflags}
 mkdir -p %{buildroot}%{_libdir}/cmake
 %suse_update_desktop_file CMake Development IDE Tools Qt
 # delete files that belong to the 'cmake' package
-rm -rf %{buildroot}/usr/bin/{cpack,cmake,ctest}
-rm -rf %{buildroot}/usr/share/cmake
-rm -rf %{buildroot}/usr/share/aclocal/cmake.m4
-rm -rf %{buildroot}/usr/share/doc/packages/cmake
+rm -rf %{buildroot}%{_bindir}/{cpack,cmake,ctest}
+rm -rf %{buildroot}%{_datadir}/cmake
+rm -rf %{buildroot}%{_datadir}/aclocal/cmake.m4
+rm -rf %{buildroot}%{_docdir}/cmake
 
 %files
 %defattr(-,root,root)

++ cmake.spec ++
--- /var/tmp/diff_new_pack.vHlx3H/_old  2014-06-24 15:15:50.0 +0200
+++ /var/tmp/diff_new_pack.vHlx3H/_new  2014-06-24 15:15:50.0 +0200
@@ -19,41 +19,35 @@
 Name:   cmake
 Version:3.0.0
 Release:0
-%define rversion 3.0.0
+Summary:Cross-platform, open-source make system
+License:BSD-3-Clause
+Group:  Development/Tools/Building
 Url:http://www.cmake.org/
-Source0:http://www.cmake.org/files/v3.0/%{name}-%{rversion}.tar.gz
+Source0:http://www.cmake.org/files/v3.0/%{name}-%{version}.tar.gz
 Source1:cmake.macros
 Source2:opensuse_rules.cmake
 Patch2: cmake-fix-ruby-test.patch
-Summary:Cross-platform, open-source make system
-License:BSD-3-Clause
-Group:  Development/Tools/Building
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-%if 0%{?suse_version}
-%if 0%{?suse_version}  1010
 BuildRequires:  

commit ha-cluster-bootstrap for openSUSE:Factory

2014-06-24 Thread h_root
Hello community,

here is the log from the commit of package ha-cluster-bootstrap for 
openSUSE:Factory checked in at 2014-06-24 15:16:03

Comparing /work/SRC/openSUSE:Factory/ha-cluster-bootstrap (Old)
 and  /work/SRC/openSUSE:Factory/.ha-cluster-bootstrap.new (New)


Package is ha-cluster-bootstrap

Changes:

--- 
/work/SRC/openSUSE:Factory/ha-cluster-bootstrap/ha-cluster-bootstrap.changes
2014-06-16 21:26:40.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.ha-cluster-bootstrap.new/ha-cluster-bootstrap.changes
   2014-06-24 15:16:13.0 +0200
@@ -1,0 +2,7 @@
+Mon Jun 16 10:50:30 UTC 2014 - lw...@suse.com
+
+- improve ha-cluster-init will check sbd watchdog, if watchdog not work,
+  confirm with user whether to use watchdog.
+  Add: improve-ha-cluster-init-check-sbd-watchdog-bnc-881484.patch- 
+
+---

New:

  improve-ha-cluster-init-check-sbd-watchdog-bnc-881484.patch



Other differences:
--
++ ha-cluster-bootstrap.spec ++
--- /var/tmp/diff_new_pack.wDUw1p/_old  2014-06-24 15:16:13.0 +0200
+++ /var/tmp/diff_new_pack.wDUw1p/_new  2014-06-24 15:16:13.0 +0200
@@ -31,6 +31,8 @@
 Patch2: 0002-Add-etc-drbd.conf-to-csync2-configuration-bnc-881683.patch
 # PATCH-FIX: fix ha-cluster-init to init sbd configuration with new 
style(bnc#881484)
 Patch3: fix-ha-cluster-init-sbd-with-new-style-bnc-881484.patch
+# PATCH-IMPROVE: improve ha-cluster-init to check sbd watchdog
+Patch4: improve-ha-cluster-init-check-sbd-watchdog-bnc-881484.patch
 
 Requires:   csync2
 Requires:   hawk
@@ -52,6 +54,7 @@
 %patch1 -p1
 %patch2 -p1
 %patch3 -p1
+%patch4 -p1
 %build
 
 %install

++ improve-ha-cluster-init-check-sbd-watchdog-bnc-881484.patch ++
Index: sleha-bootstrap-0.4+git.1396958965.7f1629a/scripts/ha-cluster-init
===
--- sleha-bootstrap-0.4+git.1396958965.7f1629a.orig/scripts/ha-cluster-init
+++ sleha-bootstrap-0.4+git.1396958965.7f1629a/scripts/ha-cluster-init
@@ -445,6 +445,25 @@ Configure SBD:
fi
done
SBD_DEVICE=$dev
+
+watchdog_dev=$(cat /etc/modules-load.d/watchdog.conf 21|grep 
watchdog-device |cut -d= -f2 /dev/null 21)
+if [ -z $watchdog_dev ]; then
+watchdog_dev=/dev/watchdog
+fi
+
+sbd_watchdog=yes
+wdctl $watchdog_dev /dev/null 21
+if [ $? -ne 0 ]; then
+if confirm Watchdog does not work. Do you still wish 
to use watchdog for SBD?; then
+error Please make sure watchdog works or 
disable watchdog for SBD.
+return
+else
+sbd_watchdog=no
+fi
+
+fi
+SBD_WATCHDOG=$sbd_watchdog
+
fi
 
[ -b $SBD_DEVICE ] || error SBD device $SBD_DEVICE does not exist
@@ -488,7 +507,7 @@ SBD_STARTMODE=
 #
 # Whether to use a watchdog.
 #
-SBD_WATCHDOG=
+SBD_WATCHDOG=$SBD_WATCHDOG
 
 ## Type: string
 ## Default: 
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit openobex for openSUSE:Factory

2014-06-24 Thread h_root
Hello community,

here is the log from the commit of package openobex for openSUSE:Factory 
checked in at 2014-06-24 15:15:45

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


Package is openobex

Changes:

--- /work/SRC/openSUSE:Factory/openobex/openobex.changes2014-01-03 
19:47:34.0 +0100
+++ /work/SRC/openSUSE:Factory/.openobex.new/openobex.changes   2014-06-24 
15:15:46.0 +0200
@@ -1,0 +2,7 @@
+Sat Jun 21 10:56:12 UTC 2014 - tchva...@suse.com
+
+- Generate manpages and doxyfiles.
+- Use cmake macros and fix project definition to work with them
+- Cleanup with spec-cleaner
+
+---



Other differences:
--
++ openobex.spec ++
--- /var/tmp/diff_new_pack.6k7Q9A/_old  2014-06-24 15:15:47.0 +0200
+++ /var/tmp/diff_new_pack.6k7Q9A/_new  2014-06-24 15:15:47.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package openobex
 #
-# 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
@@ -17,20 +17,26 @@
 
 
 Name:   openobex
-%define _rversion 1.7.1
 Version:1.7.1
 Release:0
 Summary:Open Source Implementation of the Object Exchange (OBEX) 
Protocol
 License:GPL-2.0+ and LGPL-2.1+
 Group:  Development/Libraries/Other
 Url:http://openobex.sourceforge.net/
-Source: 
http://sourceforge.net/projects/openobex/files/openobex/1.7.1/%{name}-%{version}-Source.tar.gz
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+Source: 
http://sourceforge.net/projects/%{name}/files/%{name}/%{version}/%{name}-%{version}-Source.tar.gz
 BuildRequires:  bluez-devel
 BuildRequires:  cmake
+BuildRequires:  docbook-xsl-stylesheets
+BuildRequires:  docbook_4
+BuildRequires:  doxygen
+BuildRequires:  fdupes
+BuildRequires:  gcc-c++
 BuildRequires:  libusb-devel
+BuildRequires:  libxml2-tools
 BuildRequires:  pkg-config
+BuildRequires:  xsltproc
 BuildRequires:  pkgconfig(udev)
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %{!?_udevrulesdir: %global _udevrulesdir %(pkg-config --variable=udevdir 
udev)/rules.d}
 
 %description
@@ -57,7 +63,7 @@
 Group:  Productivity/Networking/Web/Utilities
 
 %description apps
-applications using obex libs.
+Various applications and ools using the Object Exchange (OBEX) Protocol 
libraries.
 
 %package devel
 Summary:Development package for openobex
@@ -69,28 +75,33 @@
 Files needed for software development using openobex.
 
 %prep
-%setup -q -n openobex-%{_rversion}-Source
-mkdir build
+%setup -q -n openobex-%{version}-Source
+# openobex runs some tests with g++
+sed -i -e 's:openobex C:openobex C CXX:' CMakeLists.txt
+# doxygen no timestamp
+sed -i -e '4 iHTML_TIMESTAMP=NO' doc/Doxyfile.in
 
 %build
-pushd build
-cmake .. \
-  -DCMAKE_INSTALL_PREFIX=%{_prefix} \
-  -DCMAKE_SKIP_RPATH=on
+%cmake \
+   -DCMAKE_INSTALL_DOCDIR=%{_docdir}/%{name}
 make %{?_smp_mflags}
 make %{?_smp_mflags} openobex-apps
 
 %install
-pushd build
-%makeinstall
-%{__rm} -f %{buildroot}%{_libdir}/*.la
+%cmake_install
+find %{buildroot} -type f -name *.la -delete -print
+%fdupes %{buildroot}%{_docdir}
+# don't ship obex_test program, that is for testing purposes only
+# and has some problems (multiple buffer overflows etc.)
+rm -f $RPM_BUILD_ROOT%{_bindir}/obex_test
+rm -f $RPM_BUILD_ROOT%{_mandir}/man1/obex_test.1*
 
 %post -n libopenobex2 -p /sbin/ldconfig
 
 %postun -n libopenobex2 -p /sbin/ldconfig
 
 %post
-%{?udev_rules_update:%udev_rules_update}
+%{?udev_rules_update:%{udev_rules_update}}
 
 %files
 %defattr(-,root,root)
@@ -110,10 +121,12 @@
 %{_bindir}/irxfer
 %{_bindir}/obex_find
 %{_bindir}/obex_tcp
-%{_bindir}/obex_test
+%{_mandir}/man1/*
 
 %files devel
 %defattr(-,root,root)
+%dir %{_docdir}/%{name}
+%{_docdir}/%{name}/*
 %{_includedir}/openobex/
 %{_libdir}/libopenobex.so
 %{_libdir}/pkgconfig/openobex.pc

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



commit octave for openSUSE:Factory

2014-06-24 Thread h_root
Hello community,

here is the log from the commit of package octave for openSUSE:Factory checked 
in at 2014-06-24 15:16:00

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


Package is octave

Changes:

--- /work/SRC/openSUSE:Factory/octave/octave.changes2014-04-26 
10:09:30.0 +0200
+++ /work/SRC/openSUSE:Factory/.octave.new/octave.changes   2014-06-24 
15:16:07.0 +0200
@@ -1,0 +2,5 @@
+Thu Jun 19 19:45:09 UTC 2014 - dmitr...@opensuse.org
+
+- Build with FFTW3 multi-threading support
+
+---



Other differences:
--
++ octave.spec ++
--- /var/tmp/diff_new_pack.1cBR5K/_old  2014-06-24 15:16:09.0 +0200
+++ /var/tmp/diff_new_pack.1cBR5K/_new  2014-06-24 15:16:09.0 +0200
@@ -54,7 +54,7 @@
 BuildRequires:  bison
 BuildRequires:  blas-devel
 BuildRequires:  dejagnu
-BuildRequires:  fftw3-devel
+BuildRequires:  fftw3-threads-devel
 BuildRequires:  flex
 BuildRequires:  freetype2-devel
 BuildRequires:  gcc-c++

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



commit phonon for openSUSE:Factory

2014-06-24 Thread h_root
Hello community,

here is the log from the commit of package phonon for openSUSE:Factory checked 
in at 2014-06-24 15:15:44

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


Package is phonon

Changes:

--- /work/SRC/openSUSE:Factory/phonon/phonon.changes2014-03-10 
12:44:16.0 +0100
+++ /work/SRC/openSUSE:Factory/.phonon.new/phonon.changes   2014-06-24 
15:15:45.0 +0200
@@ -1,0 +2,8 @@
+Fri Jun 20 22:05:20 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 4.7.2
+  * Bugfix release, no changelog provided
+- Drop 0001-sync-FindQt4-from-kdelibs-master-to-unbreak-build-wi.patch,
+  merged upstream
+
+---

Old:

  0001-sync-FindQt4-from-kdelibs-master-to-unbreak-build-wi.patch
  phonon-4.7.1.tar.xz

New:

  phonon-4.7.2.tar.xz



Other differences:
--
++ phonon.spec ++
--- /var/tmp/diff_new_pack.7fbFw8/_old  2014-06-24 15:15:46.0 +0200
+++ /var/tmp/diff_new_pack.7fbFw8/_new  2014-06-24 15:15:46.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   phonon
-Version:4.7.1
+Version:4.7.2
 Release:0
 Summary:Multimedia Platform Abstraction
 License:LGPL-2.0+
@@ -25,8 +25,6 @@
 Url:http://phonon.kde.org/
 Source0:
http://download.kde.org/stable/%{name}/%{version}/%{name}-%{version}.tar.xz
 Source1:baselibs.conf
-# PATCH-FIX-UPSTREAM 
0001-sync-FindQt4-from-kdelibs-master-to-unbreak-build-wi.patch -- fixes build 
with CMake 3
-Patch0: 0001-sync-FindQt4-from-kdelibs-master-to-unbreak-build-wi.patch
 BuildRequires:  automoc4
 BuildRequires:  cmake
 BuildRequires:  fdupes
@@ -70,7 +68,6 @@
 
 %prep
 %setup -q
-%patch0 -p1
 
 %build
   %cmake_kde4 -d build -- -DPHONON_INSTALL_QT_EXTENSIONS_INTO_SYSTEM_QT=true

++ phonon-4.7.1.tar.xz - phonon-4.7.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/phonon-4.7.1/CMakeLists.txt 
new/phonon-4.7.2/CMakeLists.txt
--- old/phonon-4.7.1/CMakeLists.txt 2013-12-06 11:22:44.0 +0100
+++ new/phonon-4.7.2/CMakeLists.txt 2014-06-20 10:37:19.0 +0200
@@ -21,7 +21,7 @@
 # If you are unsure about the this: 
http://plan99.net/~mike/writing-shared-libraries.html
 set(PHONON_LIB_MAJOR_VERSION 4) # Only change on binary incompatible changes
 set(PHONON_LIB_MINOR_VERSION 7) # Only change on binary compatible changes 
with new interfaces
-set(PHONON_LIB_PATCH_VERSION 1) # Bump whenever you feel like it :P
+set(PHONON_LIB_PATCH_VERSION 2) # Bump whenever you feel like it :P
 set(PHONON_LIB_VERSION 
${PHONON_LIB_MAJOR_VERSION}.${PHONON_LIB_MINOR_VERSION}.${PHONON_LIB_PATCH_VERSION})
 set(PHONON_LIB_SOVERSION ${PHONON_LIB_MAJOR_VERSION})
 set(PHONON_LIB_SONAME phonon)
@@ -129,9 +129,18 @@
 set(PHONON_QT_PLUGIN_INSTALL_DIR   ${QT_PLUGINS_DIR}/designer CACHE PATH 
The directory where Phonon Qt plugins will be installed to. FORCE)
 else(PHONON_INSTALL_QT_EXTENSIONS_INTO_SYSTEM_QT)
 # in this case, the values can be adjusted by the user e.g. via cmake-gui, 
so no FORCE
-set(PHONON_QT_IMPORTS_INSTALL_DIR ${CMAKE_INSTALL_LIBDIR}/qt5/imports 
CACHE PATH The directory where Phonon Qt imports (QML) will be installed to.)
-set(PHONON_QT_MKSPECS_INSTALL_DIR  share/qt5/mkspecs/modules  CACHE PATH 
The directory where Phonon mkspecs will be installed to.)
-set(PHONON_QT_PLUGIN_INSTALL_DIR   
${CMAKE_INSTALL_LIBDIR}/qt5/plugins/designer   CACHE PATH The directory where 
Phonon Qt plugins will be installed to. )
+
+# Please do note that these paths are most likely random nonensense 
depending on what OS and distribution is used, they most likely
+# need manual adjustment for the actual envrionment.
+if(PHONON_BUILD_PHONON4QT5)
+set(PHONON_QT_IMPORTS_INSTALL_DIR ${CMAKE_INSTALL_LIBDIR}/qt5/imports 
CACHE PATH The directory where Phonon Qt imports (QML) will be installed to.)
+set(PHONON_QT_MKSPECS_INSTALL_DIR  share/qt5/mkspecs/modules  CACHE 
PATH The directory where Phonon mkspecs will be installed to.)
+set(PHONON_QT_PLUGIN_INSTALL_DIR   
${CMAKE_INSTALL_LIBDIR}/qt5/plugins/designer   CACHE PATH The directory where 
Phonon Qt plugins will be installed to. )
+else()
+set(PHONON_QT_IMPORTS_INSTALL_DIR ${CMAKE_INSTALL_LIBDIR}/qt4/imports 
CACHE PATH The directory where Phonon Qt imports (QML) will be installed to.)
+set(PHONON_QT_MKSPECS_INSTALL_DIR  share/qt4/mkspecs/modules  CACHE 
PATH The directory where Phonon mkspecs will be installed to.)
+set(PHONON_QT_PLUGIN_INSTALL_DIR   
${CMAKE_INSTALL_LIBDIR}/qt4/plugins/designer   CACHE PATH The directory where 
Phonon Qt 

commit grub2 for openSUSE:Factory

2014-06-24 Thread h_root
Hello community,

here is the log from the commit of package grub2 for openSUSE:Factory checked 
in at 2014-06-24 15:15:46

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


Package is grub2

Changes:

--- /work/SRC/openSUSE:Factory/grub2/grub2.changes  2014-04-26 
11:44:56.0 +0200
+++ /work/SRC/openSUSE:Factory/.grub2.new/grub2.changes 2014-06-24 
15:15:47.0 +0200
@@ -1,0 +2,6 @@
+Fri Jun 20 19:50:28 UTC 2014 - je...@suse.com
+
+- grub2: use stat instead of udevadm for partition lookup (bnc#883635)
+  * Added grub2-use-stat-instead-of-udevadm-for-partition-lookup.patch
+
+---

New:

  grub2-use-stat-instead-of-udevadm-for-partition-lookup.patch



Other differences:
--
++ grub2.spec ++
--- /var/tmp/diff_new_pack.WU19A8/_old  2014-06-24 15:15:49.0 +0200
+++ /var/tmp/diff_new_pack.WU19A8/_new  2014-06-24 15:15:49.0 +0200
@@ -173,6 +173,7 @@
 Patch224:   grub2-ppc64-build-ppc64-32bit.patch
 Patch225:   grub2-ppc64-qemu.patch
 Patch226:   grub2-ppc64le-timeout.patch
+Patch227:   grub2-use-stat-instead-of-udevadm-for-partition-lookup.patch
 
 Requires:   gettext-runtime
 %if 0%{?suse_version} = 1140
@@ -362,6 +363,7 @@
 %patch224 -p1
 %patch225 -p1
 %patch226 -p1
+%patch227 -p1
 
 # Generate po/LINGUAS for message catalogs ...
 ./linguas.sh

++ grub2-use-stat-instead-of-udevadm-for-partition-lookup.patch ++
From: Jeff Mahoney je...@suse.com
Subject: grub2: use stat instead of udevadm for partition lookup
References: bnc#883635

sysfs_partition_path calls udevadm to resolve the sysfs path for
a block device. That can be accomplished by stating the device node
and using the major/minor to follow the symlinks in /sys/dev/block/.

This cuts the execution time of grub2-mkconfig from 10s to 2s on
my system.

Signed-off-by: Jeff Mahoney je...@suse.com
---
 grub-core/osdep/linux/hostdisk.c |9 -
 1 file changed, 8 insertions(+), 1 deletion(-)

--- a/grub-core/osdep/linux/hostdisk.c
+++ b/grub-core/osdep/linux/hostdisk.c
@@ -105,6 +106,13 @@ sysfs_partition_path (const char *dev, c
   char *buf = NULL;
   size_t len = 0;
   char *path = NULL;
+  struct stat st;
+  int ret;
+
+  ret = stat(dev, st);
+  if (ret == 0  S_ISBLK(st.st_mode))
+return xasprintf (/sys/dev/block/%u:%u/%s,
+ major (st.st_rdev), minor (st.st_rdev), entry);
 
   argv[0] = udevadm;
   argv[1] = info;
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit hawk for openSUSE:Factory

2014-06-24 Thread h_root
Hello community,

here is the log from the commit of package hawk for openSUSE:Factory checked in 
at 2014-06-24 15:15:58

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


Package is hawk

Changes:

--- /work/SRC/openSUSE:Factory/hawk/hawk.changes2014-06-06 
14:36:42.0 +0200
+++ /work/SRC/openSUSE:Factory/.hawk.new/hawk.changes   2014-06-24 
15:16:06.0 +0200
@@ -1,0 +2,7 @@
+Fri Jun 20 16:27:13 UTC 2014 - tser...@suse.com
+
+- Unpack resource state even for offline nodes (ensures pending stops are
+  visible when node goes on standby, bnc#883517)
+  + always-unpack-resource-state.patch
+
+---

New:

  always-unpack-resource-state.patch



Other differences:
--
++ hawk.spec ++
--- /var/tmp/diff_new_pack.Oe894B/_old  2014-06-24 15:16:07.0 +0200
+++ /var/tmp/diff_new_pack.Oe894B/_new  2014-06-24 15:16:07.0 +0200
@@ -49,6 +49,8 @@
 %define __find_requires /bin/sh %{SOURCE1}
 %endif
 Source100:  hawk-rpmlintrc
+# PATCH-FIX-UPSTREAM always-unpack-resource-state.patch bnc#883517 
tser...@suse.com -- ensures pending stops are correctly reported in UI when 
putting a node on standby 
+Patch2: always-unpack-resource-state.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Requires:   crmsh
 Requires:   graphviz
@@ -125,6 +127,7 @@
 
 %prep
 %setup
+%patch2 -p1
 
 %build
 CFLAGS=${CFLAGS} ${RPM_OPT_FLAGS}

++ always-unpack-resource-state.patch ++
diff --git a/hawk/app/models/cib.rb b/hawk/app/models/cib.rb
index 09f7878..e254a31 100644
--- a/hawk/app/models/cib.rb
+++ b/hawk/app/models/cib.rb
@@ -342,7 +342,6 @@ class Cib  CibObject
 # Iterate nodes in cib order here which makes the faked up clone  ms 
instance
 # IDs be in the same order as pacemaker
 for node in @nodes
-  next unless node[:state] == :online
   
@xml.elements.each(cib/status/node_state[@uname='#{node[:uname]}']/lrm/lrm_resources/lrm_resource)
 do |lrm_resource|
 id = lrm_resource.attributes['id']
 # logic derived somewhat from 
pacemaker/lib/pengine/unpack.c:unpack_rsc_op()
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit palapeli for openSUSE:Factory

2014-06-24 Thread h_root
Hello community,

here is the log from the commit of package palapeli for openSUSE:Factory 
checked in at 2014-06-24 15:15:53

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


Package is palapeli

Changes:

--- /work/SRC/openSUSE:Factory/palapeli/palapeli.changes2014-05-22 
06:53:54.0 +0200
+++ /work/SRC/openSUSE:Factory/.palapeli.new/palapeli.changes   2014-06-24 
15:15:55.0 +0200
@@ -1,0 +2,7 @@
+Sun Jun  8 19:00:25 UTC 2014 - tittiatc...@gmail.com
+
+- Update to 4.13.2
+   * KDE 4.13  release
+   * See http://www.kde.org/announcements/announce-4.13.2.php
+
+---

Old:

  palapeli-4.13.1.tar.xz

New:

  palapeli-4.13.2.tar.xz



Other differences:
--
++ palapeli.spec ++
--- /var/tmp/diff_new_pack.6EEPBc/_old  2014-06-24 15:15:56.0 +0200
+++ /var/tmp/diff_new_pack.6EEPBc/_new  2014-06-24 15:15:56.0 +0200
@@ -21,7 +21,7 @@
 License:GPL-2.0+
 Group:  Amusements/Games/Board/Puzzle
 Url:http://www.kde.org
-Version:4.13.1
+Version:4.13.2
 Release:0
 Source0:palapeli-%{version}.tar.xz
 BuildRequires:  libkdegames-devel

++ palapeli-4.13.1.tar.xz - palapeli-4.13.2.tar.xz ++

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



commit LHAPDF for openSUSE:Factory

2014-06-24 Thread h_root
Hello community,

here is the log from the commit of package LHAPDF for openSUSE:Factory checked 
in at 2014-06-24 15:16:02

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


Package is LHAPDF

Changes:

--- /work/SRC/openSUSE:Factory/LHAPDF/LHAPDF.changes2014-06-18 
22:04:57.0 +0200
+++ /work/SRC/openSUSE:Factory/.LHAPDF.new/LHAPDF.changes   2014-06-24 
15:16:11.0 +0200
@@ -1,0 +2,30 @@
+Sat Jun 21 21:51:34 UTC 2014 - badshah...@gmail.com
+
+- Update to version 6.1.3:
+  + tests/Makefile.am: Add appropriate programs to make
+installcheck
+  + wrappers/python/Makefile.am: 'make distcheck' and
+out-of-source builds should work now
+  + Add CVMFS and AFS downloading (by preference) to the lhapdf
+script, as well as user-configurable download sources and
+tarball removal
+  + Fix bug in PDF::qcdOrder method, and deprecate that method in
+favour of orderQCD (to match AlphaS and the flag name).
+  + Further improvements to error messages when trying to load an
+invalid PDF
+  + Tweak output of testalphas.cc
+  + Adding first make check targets (requires CT10nlo to be
+installed)
+  + Flavour thresholds in alpha_s solvers, and threshold subgrids
+from ODE solver (by Karl Nordstrom)
+  + Add accessors to a PDF's AlphaS object and to an AlphaS' QCD
+order
+  + Add mapping of reweighting functions into Python
+  + Fix compiler warnings re. unused variables in LHAGlue.h and
+AlphaS.h headers
+  + Fix attempted use of non-existent std::vector::find method
+  + Change source name of analyticpdf example
+  + Adding a mini-constructor to PDF to make sure that _forcePos
+is set to a sane default value.
+
+---

Old:

  LHAPDF-6.1.2.tar.gz

New:

  LHAPDF-6.1.3.tar.gz



Other differences:
--
++ LHAPDF.spec ++
--- /var/tmp/diff_new_pack.GFo1bn/_old  2014-06-24 15:16:12.0 +0200
+++ /var/tmp/diff_new_pack.GFo1bn/_new  2014-06-24 15:16:12.0 +0200
@@ -20,7 +20,7 @@
 %define execname lhapdf
 
 Name:   LHAPDF
-Version:6.1.2
+Version:6.1.3
 Release:0
 Summary:A library for unified and easy to use interface to modern PDF 
sets
 License:GPL-3.0

++ LHAPDF-6.1.2.tar.gz - LHAPDF-6.1.3.tar.gz ++
 10327 lines of diff (skipped)

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



commit findbugs for openSUSE:Factory

2014-06-24 Thread h_root
Hello community,

here is the log from the commit of package findbugs for openSUSE:Factory 
checked in at 2014-06-24 15:16:04

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


Package is findbugs

Changes:

--- /work/SRC/openSUSE:Factory/findbugs/findbugs.changes2014-01-07 
14:34:13.0 +0100
+++ /work/SRC/openSUSE:Factory/.findbugs.new/findbugs.changes   2014-06-24 
15:16:14.0 +0200
@@ -1,0 +2,11 @@
+Mon Jun 23 09:00:19 UTC 2014 - tchva...@suse.com
+
+- Remove unused patch:
+  * findbugs-bcel.patch
+
+---
+Sun Jun 22 17:15:33 UTC 2014 - sch...@suse.de
+
+- Increase stacksize for ppc as well
+
+---

Old:

  findbugs-bcel.patch



Other differences:
--
++ findbugs.spec ++
--- /var/tmp/diff_new_pack.ROfwwd/_old  2014-06-24 15:16:15.0 +0200
+++ /var/tmp/diff_new_pack.ROfwwd/_new  2014-06-24 15:16:15.0 +0200
@@ -195,11 +195,14 @@
 cp %{SOURCE1000} .
 
 %build
-if [ `uname -m` = ppc64 -o `uname -m` = ppc64le ];then
+case $(uname -m) in
+  ppc*)
export ANT_OPTS=-Xss2m
-else
+;;
+  *)
export ANT_OPTS=-Xss1m
-fi
+;;
+esac
 
 # Build the class files
 ant




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



commit ppc64-diag for openSUSE:Factory

2014-06-24 Thread h_root
Hello community,

here is the log from the commit of package ppc64-diag for openSUSE:Factory 
checked in at 2014-06-24 15:16:14

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


Package is ppc64-diag

Changes:

--- /work/SRC/openSUSE:Factory/ppc64-diag/ppc64-diag.changes2014-06-18 
07:52:36.0 +0200
+++ /work/SRC/openSUSE:Factory/.ppc64-diag.new/ppc64-diag.changes   
2014-06-24 15:16:27.0 +0200
@@ -1,0 +2,7 @@
+Mon Jun 23 13:47:37 UTC 2014 - jloe...@suse.com
+
+- fix /tmp race (BNC#882667, CVE-2014-4038) 
+
+- added patches:
+  * ppc64-diag-tmpraces.patch
+---

New:

  ppc64-diag-tmpraces.patch



Other differences:
--
++ ppc64-diag.spec ++
--- /var/tmp/diff_new_pack.5xmkdU/_old  2014-06-24 15:16:28.0 +0200
+++ /var/tmp/diff_new_pack.5xmkdU/_new  2014-06-24 15:16:28.0 +0200
@@ -57,6 +57,7 @@
 #PATCH-FIX-OPENSUSE - ppc64-diag.opal_errd.patch - fix opal_errd initscript to 
comply with openSUSE standards 
 Patch3: %{name}.opal_errd.patch
 Patch4: ppc64-diag.add_ncurses_include_path.patch 
+Patch5: ppc64-diag-tmpraces.patch
 
 %description
 This package contains various diagnostic tools for PowerLinux.
@@ -79,6 +80,7 @@
 %patch2 -p1
 %patch3 -p1
 %patch4 -p1
+%patch5 -p1
 
 %build
 make

++ ppc64-diag-tmpraces.patch ++
Index: ppc64-diag-2.6.6/rtas_errd/diag_support.c
===
--- ppc64-diag-2.6.6.orig/rtas_errd/diag_support.c
+++ ppc64-diag-2.6.6/rtas_errd/diag_support.c
@@ -230,27 +230,23 @@ get_dt_status(char *dev)
char loc_file[80];
char target[80];
char *ptr;
-   char command[]=/usr/bin/find /proc/device-tree -name status -print  
/tmp/get_dt_files;
+   char command[]=/usr/bin/find /proc/device-tree -name status -print;
 
-   if (system(command) != 0) {
+   fp1 = popen(command,r);
+   
+   if (!fp1) {
fprintf(stderr, get_dt_status find command failed\n);
return NULL;
}
 
-   /* results of the find command */
-   fp1 = fopen(/tmp/get_dt_files, r);
-   if (fp1 == 0) {
-   fprintf(stderr, open failed on /tmp/get_dt_files\n);
-   return NULL;
-   }
-
while (fscanf (fp1, %s, loc_file) != EOF) {
-   dbg(read from /tmp/get_dt_files, \%s\, loc_file);
+   dbg(read from find, \%s\, loc_file);
 
/* read the status in case this is the one */
fp2 = fopen(loc_file, r);
if (fp2 == 0) {
fprintf(stderr, open failed on %s\n, loc_file);
+   pclose(fp1);
return NULL;
}
if (fscanf(fp2, %s, target_status)) {
@@ -259,6 +255,7 @@ get_dt_status(char *dev)
} 
else {
fprintf(stderr, read failed on %s\n, loc_file);
+   pclose(fp1);
return NULL;
}
 
@@ -270,6 +267,7 @@ get_dt_status(char *dev)
fp2 = fopen(loc_file, r);
if (fp2 == 0) {
fprintf(stderr, open failed on %s\n, loc_file);
+   pclose(fp1);
return NULL;
}
 
@@ -285,11 +283,12 @@ get_dt_status(char *dev)
} 
else {
fprintf(stderr, read failed on %s\n, loc_file);
+   pclose(fp1);
return NULL;
}
}
 
-   fclose(fp1);
+   pclose(fp1);
fprintf(stderr, error: status NOT FOUND\n);
return NULL;
 }
Index: ppc64-diag-2.6.6/lpd/test/lpd_ela_test.sh
===
--- ppc64-diag-2.6.6.orig/lpd/test/lpd_ela_test.sh
+++ ppc64-diag-2.6.6/lpd/test/lpd_ela_test.sh
@@ -22,7 +22,7 @@ EXECUTION_LOG=$LOG_DIR/$SCRIPT_NAME.log
 ERROR_LOG=$LOG_DIR/$SCRIPT_NAME.err
 
 TMP_DIR=/var/tmp/ras
-mkdir -p $TMP_DIR
+mkdir $TMP_DIR || exit 1
 MESSAGE_FILE=$TMP_DIR/messages
 TMP_FILE=$TMP_DIR/$SCRIPT_NAME.tmp
 
Index: ppc64-diag-2.6.6/scripts/ppc64_diag_mkrsrc
===
--- ppc64-diag-2.6.6.orig/scripts/ppc64_diag_mkrsrc
+++ ppc64-diag-2.6.6/scripts/ppc64_diag_mkrsrc
@@ -123,7 +123,7 @@ if (-e /proc/device-tree/ibm,converged-
 }
 
 # Retrieve Extended Error Data (EED)
-mkdir /tmp/diagSEsnap, 0775;
+mkdir /tmp/diagSEsnap, 0775 || die mkdir failed: $!;
 $general_eed_file = /tmp/diagSEsnap/snapH.tar.gz;
 system(/usr/sbin/snap -o 

commit mlterm for openSUSE:Factory

2014-06-24 Thread h_root
Hello community,

here is the log from the commit of package mlterm for openSUSE:Factory checked 
in at 2014-06-24 15:16:07

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


Package is mlterm

Changes:

--- /work/SRC/openSUSE:Factory/mlterm/mlterm.changes2014-06-02 
07:01:01.0 +0200
+++ /work/SRC/openSUSE:Factory/.mlterm.new/mlterm.changes   2014-06-24 
15:16:19.0 +0200
@@ -1,0 +2,27 @@
+Mon Jun 23 10:11:40 UTC 2014 - pgaj...@suse.com
+
+- updated to 3.3.6:
+  * Support fcitx. (Experimental)
+  * Remove the original simple scrollbar and link sample scrollbar 
statically
+to mlterm as simple one. Rename sample2 scrollbar to sample.
+  * Bug fixes:
+Fix partially corrupt screen in drawing animation gif.
+Fix https://twitter.com/yoshikaw/status/462125454107738112
+Fix corrupt screen in drawing large images.
+Fix https://twitter.com/kefir_/status/467340224628924416
+Fix the corrupt scrolling in vertical mode.
+  * Support Animation GIF on show_picture of OSC 5379.
+(It works with https://bitbucket.org/arakiken/w3m/get/remoteimg.tar.gz)
+  * Add add_frame to OSC 5379.
+  * Bug fixes:
+Fix compiler error on NetBSD/OpenBSD framebuffer. (enbugged at 3.3.4)
+Fix the bug which sometimes disabled to show large sixel graphics sequence.
+(enbugged at 3.3.4)
+ Output ^? instead of ^H on TERM=xterm by default in pressing backspace 
key.
+Fix the bug which sometimes left X11 events untouched for a while.
+Fix the bug of closing the input method window unexpectedly in pressing it.
+:Percentage after font names in ~/.mlterm/aafont works on cairo.
+- refreshed etc.patch; kterm rule is part of upstream termcap yet, so it
+  was dropped from the patch
+
+---

Old:

  mlterm-3.3.4.tar.gz

New:

  mlterm-3.3.6.tar.gz



Other differences:
--
++ mlterm.spec ++
--- /var/tmp/diff_new_pack.4lBG1l/_old  2014-06-24 15:16:20.0 +0200
+++ /var/tmp/diff_new_pack.4lBG1l/_new  2014-06-24 15:16:20.0 +0200
@@ -32,7 +32,7 @@
 BuildRequires:  utempter
 %endif
 Provides:   locale(xorg-x11:ja;ko;zh;ar;he)
-Version:3.3.4
+Version:3.3.6
 Release:0
 Url:http://mlterm.sourceforge.net/
 #cvs -d :pserver:anonym...@mlterm.cvs.sourceforge.net:/cvsroot/mlterm login
@@ -195,7 +195,6 @@
 %{_libdir}/mlterm/libmozmodern.so
 %{_libdir}/mlterm/libnext.so
 %{_libdir}/mlterm/libsample.so
-%{_libdir}/mlterm/libsample2.so
 %{_libdir}/mlterm/libctl_bidi.so
 %{_libdir}/mlterm/libtype_xft.so
 %{_libdir}/mlterm/mlterm/mlimgloader

++ etc.patch ++
--- /var/tmp/diff_new_pack.4lBG1l/_old  2014-06-24 15:16:20.0 +0200
+++ /var/tmp/diff_new_pack.4lBG1l/_new  2014-06-24 15:16:20.0 +0200
@@ -10,8 +10,8 @@
 
 Index: etc/aafont
 ===
 etc/aafont.orig2014-03-22 23:06:39.0 +0100
-+++ etc/aafont 2014-03-31 14:09:10.727591965 +0200
+--- etc/aafont.orig2014-05-25 07:42:25.0 +0200
 etc/aafont 2014-06-23 12:14:06.073592778 +0200
 @@ -1,40 +1,39 @@
  #DEFAULT=Kochi Gothic
  
@@ -88,8 +88,8 @@
  #U+E000-E0FF = PowerlineSymbols
 Index: etc/font
 ===
 etc/font.orig  2014-03-22 23:06:39.0 +0100
-+++ etc/font   2014-03-31 14:09:10.727591965 +0200
+--- etc/font.orig  2014-05-25 07:42:25.0 +0200
 etc/font   2014-06-23 12:14:06.073592778 +0200
 @@ -1,7 +1,7 @@
  #DEFAULT = -kochi-mincho-medium-r-*--%d-*-
  #DEFAULT_ITALIC = -mona-gothic-medium-i-*--%d-*-
@@ -156,8 +156,8 @@
 +#ISO10646_UCS2_1_BIWIDTH = 
-misc-ipagothic-medium-r-normal-*-%d-*-*-*-*-*-iso10646-1;10,-efont-fixed-medium-r-normal--10-100-75-75-c-100-iso10646-1;12,-efont-fixed-medium-r-normal-*-12-120-75-75-c-120-iso10646-1;13,-misc-fixed-medium-r-normal-*-13-120-75-75-c-120-iso10646-1;14,-efont-fixed-medium-r-normal-*-14-140-75-75-c-140-iso10646-1;16,-efont-fixed-medium-r-normal-*-16-160-75-75-c-160-iso10646-1;18,-misc-fixed-medium-r-normal-*-18-120-100-100-c-180-iso10646-1;20,-misc-fixed-medium-r-normal-*-18-120-100-100-c-180-iso10646-1;24,-efont-fixed-medium-r-normal-*-24-240-75-75-c-240-iso10646-1;
 Index: etc/key
 ===
 etc/key.orig   2014-03-22 23:06:39.0 +0100
-+++ etc/key2014-03-31 14:09:10.727591965 +0200
+--- etc/key.orig   2014-05-25 07:42:26.0 +0200
 etc/key2014-06-23 12:14:06.073592778 +0200
 @@ -30,3 +30,9 @@
  # Button3=exesel:/cygdrive/c/Program\\ Files/Internet\\ 
Explorer/iexplore.exe
  # 

commit man-pages-ja for openSUSE:Factory

2014-06-24 Thread h_root
Hello community,

here is the log from the commit of package man-pages-ja for openSUSE:Factory 
checked in at 2014-06-24 15:16:05

Comparing /work/SRC/openSUSE:Factory/man-pages-ja (Old)
 and  /work/SRC/openSUSE:Factory/.man-pages-ja.new (New)


Package is man-pages-ja

Changes:

--- /work/SRC/openSUSE:Factory/man-pages-ja/man-pages-ja.changes
2014-03-31 20:43:35.0 +0200
+++ /work/SRC/openSUSE:Factory/.man-pages-ja.new/man-pages-ja.changes   
2014-06-24 15:16:16.0 +0200
@@ -1,0 +2,6 @@
+Mon Jun 23 10:03:35 UTC 2014 - pgaj...@suse.com
+
+- updated to 20140615:
+  * added and improved manual pages
+
+---

Old:

  man-pages-ja-20140315.tar.gz

New:

  man-pages-ja-20140615.tar.gz



Other differences:
--
++ man-pages-ja.spec ++
--- /var/tmp/diff_new_pack.FCZX9A/_old  2014-06-24 15:16:17.0 +0200
+++ /var/tmp/diff_new_pack.FCZX9A/_new  2014-06-24 15:16:17.0 +0200
@@ -23,7 +23,7 @@
 BuildRequires:  fdupes
 AutoReqProv:off
 Provides:   locale(man:ja)
-Version:20140315
+Version:20140615
 Release:0
 Summary:LDP man Pages (Japanese)
 License:GPL-2.0 and BSD-3-Clause and GFDL-1.1 and GFDL-1.2 and GFDL-1.3

++ man-pages-ja-20140315.tar.gz - man-pages-ja-20140615.tar.gz ++
 50241 lines of diff (skipped)

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



commit YODA for openSUSE:Factory

2014-06-24 Thread h_root
Hello community,

here is the log from the commit of package YODA for openSUSE:Factory checked in 
at 2014-06-24 15:16:01

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


Package is YODA

Changes:

--- /work/SRC/openSUSE:Factory/YODA/YODA.changes2014-04-25 
16:13:08.0 +0200
+++ /work/SRC/openSUSE:Factory/.YODA.new/YODA.changes   2014-06-24 
15:16:09.0 +0200
@@ -1,0 +2,69 @@
+Sat Jun 21 21:59:18 UTC 2014 - badshah...@gmail.com
+
+- Update to version 1.1.0:
+  + YODA 1.1.0 release.
+  + Adding unit tests against ref data for yodamerge in make check.
+  + Removing 'foreach' macro definition and using raw
+BOOST_FOREACH instead until C++11 is allowed.
+  + Adding pytest-p1d and pytest-p2d tests, and FLAT
+writing/reading in pytests.
+  + Tweaking WriterFLAT and adding ReaderFLAT functionality for 2D
+histos and profiles.
+  + Some basic (FLAT) write-out capability for 2D histos
+  + Improvements to the yodahist script, including support for 2D
+histograms and input files.
+  + Adding bin edges constructors for all 1D and 2D histos in
+Python.
+  + Improvements to Profile2D and Point2D interfaces in Python.
+  + Add a single-file at a time yodacnv multi-format converter
+script (thanks to Andrii Verbytskyi for the suggestion).
+  + Typo fixes in Profile2D YODA-format parsing: 2D histo tests
+now pass!
+  + Adding Python tests for Histo2D and Profile2D.
+  + Adding a YODA/Predicates.h header and using it in Axis2D bin
+edge construction.
+  + Enabling Profile2D writing in various Writers, and a bit of IO
+code tidying.
+  + Disable writing out of Histo2D and Profile2D outflows for now,
+while they are redesigned, and get 2D I/O working for the
+in-range part.
+  + Mapping the divide and efficiency functions into the Python
+interface as class methods, including the __div__ special
+function.
+  + Add the AnalysisObject::type() method back in Python (even
+though type(ao) is more Pythonic, this may be useful)
+  + Add Profile2D YODA format writing, note need for Scatter
+format change, add sumXY storage to both 2D histo types.
+  + Adding YODA reader functionality for Histo2D and Profile2D,
+but without outflows support yet.
+  + Adding simple command line yodahist script for quick 1D
+histogramming from plain text files, with weight support. More
+development to come!
+  + Mapping linspace, logspace and a few stat functions into
+Python.
+  + Fixes, script installation, and detailed numerical comparisons
+in yodadiff.
+  + Change AnalysisObject::annotations to return the list of
+annotation keys rather than the map, since the previous
+behaviour mapped very badly into Python.
+  + Add special case handling for 2-arg use of x2y scripts where
+the second arg is -, for stdin. This will be treated as
+writing out to stdout, not converting two files one of which
+is stdin.
+  + Adding a more portable version of getline to be used in the
+YODA file parsing to avoid falling over on DOS-produced input
+files.
+  + Adding the namespace protection workaround for Boost described
+at http://www.boost.org/doc/libs/1_55_0/doc/html/foreach.html
+  + Adding an assumed-equal-run-size, ratio-like merging heuristic
+for Scatter2Ds to yodamerge, and renaming the --normalize-all
+flag to --assume-normalized.
+  + Adding and installing a pkg-config data file for YODA.
+  + Rationalising (and fixing?) the yodamerge logic re. user 
+normalization scalings, and making way for a Scatter2D merging
+heuristic
+- Packaging changes:
+  + Package new binaries yodacnv, yodadiff, yodahist
+  + Package new pkgconfig file (buildrequires pkg-config).
+ 
+---
@@ -5 +73,0 @@
-

Old:

  YODA-1.0.4.tar.bz2

New:

  YODA-1.1.0.tar.bz2



Other differences:
--
++ YODA.spec ++
--- /var/tmp/diff_new_pack.Gyu3mz/_old  2014-06-24 15:16:10.0 +0200
+++ /var/tmp/diff_new_pack.Gyu3mz/_new  2014-06-24 15:16:10.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package YODA
 #
-# 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
@@ -19,7 +19,7 @@
 %define so_name lib%{name}
 
 Name:   YODA
-Version:1.0.4
+Version:1.1.0
 Release:0
 Summary:A small set of data analysis classes for MC event generator 
validation analyses
 License:GPL-2.0
@@ -28,6 +28,7 @@
 

commit mozc for openSUSE:Factory

2014-06-24 Thread h_root
Hello community,

here is the log from the commit of package mozc for openSUSE:Factory checked in 
at 2014-06-24 15:16:15

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


Package is mozc

Changes:

--- /work/SRC/openSUSE:Factory/mozc/mozc.changes2014-01-16 
15:12:13.0 +0100
+++ /work/SRC/openSUSE:Factory/.mozc.new/mozc.changes   2014-06-24 
15:16:31.0 +0200
@@ -1,0 +2,9 @@
+Thu Jun 12 14:48:55 UTC 2014 - ft...@geeko.jp
+
+- Upstream update to 1.15.1785.102
+  * Change fcitx-mozc-1.13.1651.102.1.patch to a tar.bz2 archive
+  * Fix wrong event handling in emacs-mozc and improve LEIM support
+- Drop fix-initial-input-mode.patch
+  * merged by upstream
+
+---

Old:

  fcitx-mozc-1.13.1651.102.1.patch
  fix-initial-input-mode.patch
  mozc-1.13.1651.102.tar.bz2

New:

  fcitx-mozc.tar.bz2
  mozc-1.15.1785.102.tar.bz2



Other differences:
--
++ mozc.spec ++
--- /var/tmp/diff_new_pack.nYf9HT/_old  2014-06-24 15:16:33.0 +0200
+++ /var/tmp/diff_new_pack.nYf9HT/_new  2014-06-24 15:16:33.0 +0200
@@ -30,7 +30,7 @@
 %define zinnia_model_path %{_datadir}/zinnia/model/tomoe/handwriting-ja.model
 
 Name:   mozc
-Version:1.13.1651.102
+Version:1.15.1785.102
 Release:0
 Summary:Mozc - Japanese Input Method for Chromium OS, Mac and Linux
 License:BSD-3-Clause and SUSE-Public-Domain
@@ -39,7 +39,6 @@
 Url:http://code.google.com/p/mozc
 Source0:%{name}-%{version}.tar.bz2
 Source1:README.SUSE
-Source2:fcitx-mozc-icons.tar.gz
 # gyp is not included from 1.11.1522.102
 # License: BSD-3-Clause
 # svn export http://gyp.googlecode.com/svn/trunk/@r1829 gyp
@@ -51,15 +50,14 @@
 Source10:   jigyosyo.zip
 Source11:   ken_all.zip
 %if %{with_fcitx}
-# PATCH-FEATURE-UPSTREAM i...@marguerite.su - add fcitx as mozc module
-Patch0: fcitx-mozc-1.13.1651.102.1.patch
+# add fcitx as mozc module
+# License: BSD-3-Clause
+Source20:   fcitx-mozc.tar.bz2
+Source21:   fcitx-mozc-icons.tar.gz
 %endif
-# PATCH-FIX-UPSTREAM ft...@geeko.jp
-Patch2: fix-initial-input-mode.patch
 # PATCH-FEATURE-OPENSUSE ft...@geeko.jp
 Patch3: ibus-provide-layout-variations.patch
 
-BuildRequires:  libopenssl-devel
 BuildRequires:  pkgconfig
 BuildRequires:  protobuf-devel
 BuildRequires:  python
@@ -127,11 +125,7 @@
 
 %prep
 %setup -q
-%if %{with_fcitx}
-%patch0 -p2
-%endif
 
-%patch2 -p0
 %patch3 -p0
 
 cp %{SOURCE1} .
@@ -141,6 +135,13 @@
 tar xvf %{SOURCE3}
 popd
 
+# extract fcitx-mozc
+%if %{with_fcitx}
+pushd unix
+tar xvf %{SOURCE20}
+popd
+%endif
+
 sed -e 's|@libdir@|%{_libdir}|g' %{SOURCE4}  ibus-setup-mozc-jp.desktop
 
 # prepare zip code dictionary
@@ -232,7 +233,7 @@
 install -m 644 data/images/unix/ui-tool.png 
%{buildroot}%{fcitx_icon_dir}/mozc-tool.png
 
 # fix mozc icons. they're too ugly that even lose face for openSUSE.
-cp -r %{SOURCE2} ./
+cp -r %{SOURCE21} ./
 tar -xzf fcitx-mozc-icons.tar.gz
 cp -r fcitx-mozc-icons/* %{buildroot}%{fcitx_icon_dir}/
 rm -rf fcitx-mozc-icons



++ mozc-1.13.1651.102.tar.bz2 - mozc-1.15.1785.102.tar.bz2 ++
/work/SRC/openSUSE:Factory/mozc/mozc-1.13.1651.102.tar.bz2 
/work/SRC/openSUSE:Factory/.mozc.new/mozc-1.15.1785.102.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 crash for openSUSE:Factory

2014-06-24 Thread h_root
Hello community,

here is the log from the commit of package crash for openSUSE:Factory checked 
in at 2014-06-24 15:15:57

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


Package is crash

Changes:

--- /work/SRC/openSUSE:Factory/crash/crash.changes  2014-05-17 
21:43:20.0 +0200
+++ /work/SRC/openSUSE:Factory/.crash.new/crash.changes 2014-06-24 
15:16:04.0 +0200
@@ -1,0 +2,7 @@
+Thu Jun 12 17:07:12 UTC 2014 - dm...@suse.com
+
+- crash-keep-file-orig-with-name-on-select.patch Fix the namelist
+  selection for gdb to have background state used to select file
+  to delete for expansion of compressed file (bnc#877367)
+
+---

New:

  crash-keep-file-orig-with-name-on-select.patch



Other differences:
--
++ crash.spec ++
--- /var/tmp/diff_new_pack.EaucRM/_old  2014-06-24 15:16:05.0 +0200
+++ /var/tmp/diff_new_pack.EaucRM/_new  2014-06-24 15:16:05.0 +0200
@@ -80,6 +80,7 @@
 Patch13:%{name}-patch-gdb.patch
 Patch14:%{name}-x86_64-nested-nmi.patch
 Patch15:%{name}_enable_snappy_support.patch
+Patch16:%{name}-keep-file-orig-with-name-on-select.patch
 Patch90:%{name}-sial-ps-2.6.29.diff
 BuildRequires:  bison
 BuildRequires:  flex
@@ -272,6 +273,7 @@
 %if %{have_snappy}
 %patch15 -p1
 %endif
+%patch16 -p1
 ## GDB patches
 for f in %{S:100} %{S:101} %{S:102} %{S:103} %{S:104} \
%{S:105} %{S:106} %{S:107} %{S:108} %{S:109} ; do

++ crash-keep-file-orig-with-name-on-select.patch ++
From: David Mair dm...@suse.com
Subject: Make sure not to delete vmlinux file
References: bnc#877367
Patch-mainline: not yet

---
 symbols.c |7 +++
 1 file changed, 7 insertions(+)

--- a/symbols.c
+++ b/symbols.c
@@ -3346,6 +3346,7 @@ int
 select_namelist(char *new)
 {
struct stat stat1, stat2;
+   char *namecp;
 
if (pc-server_namelist) {
pc-namelist_debug = new;
@@ -3359,6 +3360,12 @@ select_namelist(char *new)
 
if (stat1.st_size  stat2.st_size) {
pc-namelist_debug = pc-namelist;
+   if (pc-namelist_orig)
+   {
+   namecp = pc-namelist_debug_orig;
+   pc-namelist_debug_orig = pc-namelist_orig;
+   pc-namelist_orig = namecp;
+   }
pc-namelist = new; 
} else if (stat2.st_size  stat1.st_size) 
pc-namelist_debug = new;
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit ntop for openSUSE:Factory

2014-06-24 Thread h_root
Hello community,

here is the log from the commit of package ntop for openSUSE:Factory checked in 
at 2014-06-24 15:16:09

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


Package is ntop

Changes:

--- /work/SRC/openSUSE:Factory/ntop/ntop.changes2013-08-30 
11:45:10.0 +0200
+++ /work/SRC/openSUSE:Factory/.ntop.new/ntop.changes   2014-06-24 
15:16:24.0 +0200
@@ -1,0 +2,27 @@
+Mon Jun 23 14:29:38 UTC 2014 - tchva...@suse.com
+
+- Remove unused patch:
+  * ntop-remove_ntop_safefree.patch
+  * ntop-compile-fix.patch
+- Remove unused tarball:
+  * etter.finger.os.gz
+
+---
+Tue Jun 17 10:18:00 UTC 2014 - b...@suse.com
+
+- rename README.SuSE to README.SUSE
+- remove bogus util.c
+- remove old sources ntop-5.01.tar.bz2
+
+---
+Tue May 20 09:24:21 UTC 2014 - b...@suse.com
+
+- Update to 5.0.2, probably last available version. Development
+  changed to ntopng
+- Readded nDPI from svn to project
+- added fix POS36-C.patch
+  
https://www.securecoding.cert.org/confluence/spaces/flyingpdf/pdfpageexport.action?pageId=16450166
+- readded packagedir bnc#865243
+- Updated first startup information in README.SuSE and rcntop bnc#848276
+
+---

Old:

  README.SuSE
  etter.finger.os.gz
  ntop-5.0.1.tar.bz2
  ntop-compile-fix.patch
  ntop-remove_ntop_safefree.patch

New:

  POS36-C.patch
  README.SUSE
  nDPI.tar.bz2
  ntop-5.0.2.tar.bz2



Other differences:
--
++ ntop.spec ++
--- /var/tmp/diff_new_pack.KsLiqT/_old  2014-06-24 15:16:26.0 +0200
+++ /var/tmp/diff_new_pack.KsLiqT/_new  2014-06-24 15:16:26.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ntop
 #
-# 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
@@ -17,7 +17,7 @@
 
 
 Name:   ntop
-Version:5.0.1
+Version:5.0.2
 Release:0
 Summary:Web-Based Network Traffic Monitor
 License:GPL-2.0+
@@ -36,6 +36,7 @@
 BuildRequires:  gcc-c++
 BuildRequires:  gd-devel
 BuildRequires:  gdbm-devel
+BuildRequires:  groff-full
 BuildRequires:  gzip
 BuildRequires:  libart_lgpl-devel
 BuildRequires:  libjpeg-devel
@@ -101,8 +102,8 @@
 Source2:rcntop
 Source3:rc.config.ntop
 Source4:passcheck.c
-Source5:README.SuSE
-#Source6:etter.finger.os.gz
+Source5:README.SUSE
+Source7:nDPI.tar.bz2
 Source10:   ntop-rpmlintrc
 Patch0: ntop-disable_ethernet_fingerprint_database_download.patch
 Patch1: ntop-disable_darwin.patch
@@ -113,6 +114,7 @@
 Patch8: ntop-fix-timestamp.patch
 Patch10:ntop-disable_svn_check.patch
 Patch11:ntop-no-return-in-nonvoid-function.patch
+Patch12:POS36-C.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -122,7 +124,7 @@
 
 
 %prep
-%setup -q
+%setup -q -a 7
 %patch0
 %patch1
 %patch2
@@ -132,13 +134,13 @@
 %patch8
 %patch10
 %patch11
-#cp %%{SOURCE6} .
+%patch12 -p1
 
 # fix/remove files with wrong encoding
 #rm docs/RedHat-rpmbuild-HOWTO.txt
 #rm docs/ntop-autotools.vsd docs/INSTALL
 rm -f docs/README.Suse
-cp %{SOURCE5} docs/README.Suse
+cp %{SOURCE5} docs/README.SUSE
 sed -i s|
||g python/templates/rrdAlarmStart.tmpl
 chmod -x python/templates/rrdAlarmStart.tmpl docs/ntop-autotools.vsd
 
@@ -175,7 +177,7 @@
 # install fillup template for /etc/sysconfig
 install -Dm 644  %{SOURCE3} 
%{buildroot}%{_localstatedir}/adm/fillup-templates/sysconfig.%{name}
 install -m 755 passcheck %{buildroot}%{_sbindir}/passcheck
-#mkdir -p %%{buildroot}%%{pkg_home}/rrd
+mkdir -p %{buildroot}%{pkg_home}/rrd
 find %{buildroot}%{_datadir}/ntop/html -type f -print0 | xargs -0 chmod 644
 %if 0%{?suse_version}  1020
 %fdupes %{buildroot}%{_datadir}/ntop/html/
@@ -252,6 +254,8 @@
 # do not switch until you really know that you need it:
 #%%dir %%attr(-,%%{pkg_user},%%{pkg_user}) %%{_datadir}/%%{name}
 %dir %{_datadir}/%{name}
+%dir %{pkg_home}
+%dir %{pkg_home}/rrd
 %{_datadir}/ntop/html
 %{_datadir}/ntop/python
 %dir %{_sysconfdir}/ntop

++ POS36-C.patch ++
Index: ntop-5.0.2/util.c
===
--- ntop-5.0.2.orig/util.c
+++ ntop-5.0.2/util.c
@@ -3998,7 +3998,11 @@ void checkUserIdentity(int userSpecified
 #ifndef WIN32
   if((getuid() != geteuid()) || (getgid() != getegid())) {
 

commit python-ec2metadata for openSUSE:Factory

2014-06-24 Thread h_root
Hello community,

here is the log from the commit of package python-ec2metadata for 
openSUSE:Factory checked in at 2014-06-24 15:16:16

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


Package is python-ec2metadata

Changes:

--- /work/SRC/openSUSE:Factory/python-ec2metadata/python-ec2metadata.changes
2014-06-04 18:39:10.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-ec2metadata.new/python-ec2metadata.changes   
2014-06-24 15:16:33.0 +0200
@@ -1,0 +2,6 @@
+Mon Jun 23 16:54:53 UTC 2014 - rschweik...@suse.com
+
+- Switch the upstream URL to the forked project, origin project
+  appears not to be maintained
+
+---

Old:

  ec2metadata-1.5.0.tar.bz2

New:

  ec2metadata-1.5.1.tar.gz



Other differences:
--
++ python-ec2metadata.spec ++
--- /var/tmp/diff_new_pack.DHDrYr/_old  2014-06-24 15:16:34.0 +0200
+++ /var/tmp/diff_new_pack.DHDrYr/_new  2014-06-24 15:16:34.0 +0200
@@ -15,18 +15,19 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 %define upstream_name ec2metadata
 Name:python-ec2metadata
-Version: 1.5.0
+Version:1.5.1
 Release: 0
-License: GPL-3.0+
 Summary: Collect instance metadata in EC2
-URL: https://github.com/turnkeylinux/ec2metadata
+License:GPL-3.0+
 Group:   System/Management
-Source0: %{upstream_name}-%{version}.tar.bz2
+Url:https://github.com/rjschwei/ec2metadata/releases
+Source0:%{upstream_name}-%{version}.tar.gz
 Requires:python
 BuildRequires:   python-setuptools
-BuildRoot:   %{_tmppath}/%{name}-%{version}-%{release}-root
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %if 0%{?suse_version}  0%{?suse_version} = 1110
 %{!?python_sitelib: %global python_sitelib %(python -c from 
distutils.sysconfig import get_python_lib; print get_python_lib())}
@@ -54,3 +55,5 @@
 %{_bindir}/*
 %{python_sitelib}/%{upstream_name}/*
 %{python_sitelib}/*egg-info/*
+
+%changelog

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



commit memcached for openSUSE:Factory

2014-06-24 Thread h_root
Hello community,

here is the log from the commit of package memcached for openSUSE:Factory 
checked in at 2014-06-24 15:16:19

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


Package is memcached

Changes:

--- /work/SRC/openSUSE:Factory/memcached/memcached.changes  2013-03-08 
09:22:57.0 +0100
+++ /work/SRC/openSUSE:Factory/.memcached.new/memcached.changes 2014-06-24 
15:16:36.0 +0200
@@ -1,0 +2,97 @@
+Mon Jun 23 20:18:46 UTC 2014 - andreas.stie...@gmx.de
+
+- fix source URL
+
+---
+Mon Jun 16 17:01:07 UTC 2014 - mrueck...@suse.de
+
+- disable testsuite. passes with chroot build but fails on server
+  side build
+
+---
+Mon Jun 16 16:27:47 UTC 2014 - mrueck...@suse.de
+
+- Bumping to latest version to include all fixes for:
+  bnc#858677 CVE-2013-7290
+  bnc#858676 CVE-2013-7291
+  bnc#857188 CVE-2013-7239
+  bnc#817781 CVE-2011-4971
+  bnc#798458 CVE-2013-0179
+- update to 1.4.20 
+  - Fix a race condition causing new connections to appear closed,
+causing an inifinte loop.
+- additional changes from 1.4.19
+  - Fix endianness detection during configure.
+- Fixes a performance regression with binary protocol (up to
+  20%)
+  - Fix rare segfault in incr/decr.
+  - disable tail_repair_time by default.
+- Likely not needed anymore, and can rarely cause bugs.
+  - use the right hashpower for the item_locks table. Small perf
+improvement.
+  - Fix crash for LRU crawler while using lock elision (haswell+
+processors)
+- additional changes from 1.4.18
+  - Fixes
+- fix LRU contention for first minute of uptime
+  - This made some synthetic benchmarks look awful.
+- Make hash table algorithm selectable
+- Don't lose item_size_max units in command line
+- Add a stats conns command to show the states of open
+  connections.
+- Allow caller-specific error text in binary protocol
+- Stop returning ASCII error messages to binary clients
+- Fix reference leak in binary protocol get and touch
+  handlers
+- Fix reference leak in process_get_command()
+  - New Features
+- New stats conns command, which will show you what currently
+  open connections are up to, how idle they've been, etc.
+- The jenkins hash was getting a little long in the tooth, and
+  we might want to add specific hash algorithms for different
+  platforms in the future. This makes it selectable in some
+  sense. We've initially added murmur3 hash to the lineup and
+  that seems to run a tiny bit faster in some tests. -o
+  hash_algorithm=murmur3
+- A new background thread emerges! Currently experimental, so
+  the syntax might change. If you run into bugs please let us
+  know (though it's been testing fine in torture tests so far).
+- additional changes from 1.4.17
+  - Fixes
+- Fix potential segfault in incr/decr routine.
+- Fix potential unbounded key prints (leading to crashes in
+  logging code)
+- Fix bug which allowed invalid SASL credentials to
+  authenticate.
+- Fix udp mode when listening on ipv6 addresses.
+- Fix for incorrect length of initial value set via binary
+  increment protocol.
+  - New Features
+- Add linux accept4() support. Removes one syscall for each new
+  tcp connection
+- scripts/memcached-tool gets settings and sizes commands.
+- Add parameter (-F) to disable flush_all. Useful if you never
+  want to be able to run a full cache flush on production
+  instances.
+- additional changes from 1.4.16
+  - Fixes
+- Builds on OS X Mavericks (with clang)
+- Add statistics for allocation failures
+- Issue 294 : Check for allocation failure
+- Make tail leak expiry time configurable (-o
+  tail_repair_time=60)
+- Fix segfault on specially crafted packet.
+- Close connection on update_event error while parsing new
+  commands
+- Don't truncate maxbytes stat from 'stats settings'
+- Add the shutdown command to the server. This allows for
+  better
+- automation
+- fix enable-sasl-pwdb
+  - New Features
+Adjusting tail repair time: -o tail_repair_time=60 (in seconds)
+- dropped memcached-1.4.x_delete_verbose_mode_dos.patch:
+  included upstream
+- freshed memcached-autofoo.patch 
+
+---

Old:

  memcached-1.4.15.tar.gz
  memcached-1.4.x_delete_verbose_mode_dos.patch

New:

  memcached-1.4.20.tar.gz



Other differences:
--
++ memcached.spec ++
--- /var/tmp/diff_new_pack.OFRgt1/_old  

commit gparted for openSUSE:Factory

2014-06-24 Thread h_root
Hello community,

here is the log from the commit of package gparted for openSUSE:Factory checked 
in at 2014-06-24 15:16:18

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


Package is gparted

Changes:

--- /work/SRC/openSUSE:Factory/gparted/gparted.changes  2014-02-24 
07:02:37.0 +0100
+++ /work/SRC/openSUSE:Factory/.gparted.new/gparted.changes 2014-06-24 
15:16:35.0 +0200
@@ -1,0 +2,9 @@
+Thu Jun 19 11:57:23 UTC 2014 - joerg.loren...@ki.tng.de
+
+- Update to version 0.19.0:
+  + Refactor OperationDetail to address random crash behavior.
+  + Make partition information dialog viewable on 800x600 screens.
+  + Bugs fixed: bgo#729139, bgo#690542, bgo#721516, bgo#729800.
+  + Updated translations.
+
+---

Old:

  gparted-0.18.0.tar.bz2

New:

  gparted-0.19.0.tar.bz2



Other differences:
--
++ gparted.spec ++
--- /var/tmp/diff_new_pack.QrarNX/_old  2014-06-24 15:16:35.0 +0200
+++ /var/tmp/diff_new_pack.QrarNX/_new  2014-06-24 15:16:35.0 +0200
@@ -18,13 +18,13 @@
 
 Name:   gparted
 ## FIXME: Once we have a new enough libparted, pass --enable-online-resize to 
configure.
-Version:0.18.0
+Version:0.19.0
 Release:0
 Summary:Gnome Partition Editor
 License:GPL-2.0
 Group:  System/Filesystems
 Url:http://gparted.sourceforge.net/
-Source0:
http://downloads.sourceforge.net/project/gparted/gparted/gparted-0.18.0/%{name}-%{version}.tar.bz2
+Source0:
http://downloads.sourceforge.net/project/gparted/gparted/gparted-0.19.0/%{name}-%{version}.tar.bz2
 Source1:gparted.policy
 BuildRequires:  e2fsprogs-devel
 BuildRequires:  fdupes

++ gparted-0.18.0.tar.bz2 - gparted-0.19.0.tar.bz2 ++
 26738 lines of diff (skipped)


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



commit pcsc-cyberjack for openSUSE:Factory

2014-06-24 Thread h_root
Hello community,

here is the log from the commit of package pcsc-cyberjack for openSUSE:Factory 
checked in at 2014-06-24 15:16:20

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


Package is pcsc-cyberjack

Changes:

--- /work/SRC/openSUSE:Factory/pcsc-cyberjack/pcsc-cyberjack.changes
2014-05-09 06:58:06.0 +0200
+++ /work/SRC/openSUSE:Factory/.pcsc-cyberjack.new/pcsc-cyberjack.changes   
2014-06-24 15:16:37.0 +0200
@@ -10 +10 @@
-- fixed typo in udev rule
+- fixed typo in udev rule (bnc#881517)



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



commit spec-cleaner for openSUSE:Factory

2014-06-24 Thread h_root
Hello community,

here is the log from the commit of package spec-cleaner for openSUSE:Factory 
checked in at 2014-06-24 15:16:13

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


Package is spec-cleaner

Changes:

--- /work/SRC/openSUSE:Factory/spec-cleaner/spec-cleaner.changes
2014-05-10 22:58:34.0 +0200
+++ /work/SRC/openSUSE:Factory/.spec-cleaner.new/spec-cleaner.changes   
2014-06-24 15:16:26.0 +0200
@@ -1,0 +2,13 @@
+Mon Jun 23 15:01:57 UTC 2014 - tchva...@suse.com
+
+- Version bump to 0.5.8:
+  * brown paperbag release fixing tests on py3.
+
+---
+Mon Jun 23 11:25:09 UTC 2014 - tchva...@suse.com
+
+- Version bump to 0.5.7:
+  * Updates about smp_mflags parsing
+  * makeinstall macro replacing improvements.
+
+---

Old:

  spec-cleaner-0.5.6.tar.gz

New:

  spec-cleaner-0.5.8.tar.gz



Other differences:
--
++ spec-cleaner.spec ++
--- /var/tmp/diff_new_pack.9BDcgH/_old  2014-06-24 15:16:27.0 +0200
+++ /var/tmp/diff_new_pack.9BDcgH/_new  2014-06-24 15:16:27.0 +0200
@@ -18,7 +18,7 @@
 
 
 Name:   spec-cleaner
-Version:0.5.6
+Version:0.5.8
 Release:0
 Summary:.spec file cleaner
 License:BSD-3-Clause

++ spec-cleaner-0.5.6.tar.gz - spec-cleaner-0.5.8.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/spec-cleaner-spec-cleaner-0.5.6/data/excludes-bracketing.txt 
new/spec-cleaner-spec-cleaner-0.5.8/data/excludes-bracketing.txt
--- old/spec-cleaner-spec-cleaner-0.5.6/data/excludes-bracketing.txt
2014-05-10 13:14:24.0 +0200
+++ new/spec-cleaner-spec-cleaner-0.5.8/data/excludes-bracketing.txt
2014-06-23 17:00:21.0 +0200
@@ -1,3 +1,4 @@
+add_maven_depmap
 attr
 bcond_with[^\s]*
 build
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/spec-cleaner-spec-cleaner-0.5.6/spec_cleaner/__init__.py 
new/spec-cleaner-spec-cleaner-0.5.8/spec_cleaner/__init__.py
--- old/spec-cleaner-spec-cleaner-0.5.6/spec_cleaner/__init__.py
2014-05-10 13:14:24.0 +0200
+++ new/spec-cleaner-spec-cleaner-0.5.8/spec_cleaner/__init__.py
2014-06-23 17:00:21.0 +0200
@@ -5,7 +5,7 @@
 # All rights reserved.
 # See COPYING for details.
 
-__version__ = '0.5.6'
+__version__ = '0.5.8'
 
 import os
 import sys
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/spec-cleaner-spec-cleaner-0.5.6/spec_cleaner/rpmbuild.py 
new/spec-cleaner-spec-cleaner-0.5.8/spec_cleaner/rpmbuild.py
--- old/spec-cleaner-spec-cleaner-0.5.6/spec_cleaner/rpmbuild.py
2014-05-10 13:14:24.0 +0200
+++ new/spec-cleaner-spec-cleaner-0.5.8/spec_cleaner/rpmbuild.py
2014-06-23 17:00:21.0 +0200
@@ -1,33 +1,17 @@
 # vim: set ts=4 sw=4 et: coding=UTF-8
 
-from rpmsection import Section
+# We basically extend rpmcheck
+from rpmcheck import RpmCheck
 
 
-class RpmBuild(Section):
+class RpmBuild(RpmCheck):
 
 Replace various troublemakers in build phase
 
 
 def add(self, line):
-line = self._complete_cleanup(line)
-
-# smp_mflags for jobs
-if not self.reg.re_comment.match(line):
-line = self.embrace_macros(line)
-line = self.reg.re_jobs.sub('%{?_smp_mflags}', line)
-
-# add jobs if we have just make call on line
-# if user want single thread he should specify -j1
-if line.startswith('make'):
-# if there are no smp_flags or jobs spec just append it
-if line.find('%{?_smp_mflags}') == -1 and line.find('-j') == -1:
-# Don't append %_smp_mflags if the line ends with a backslash,
-# it would break the formatting
-if not line.endswith('\\'):
-line = '{0} {1}'.format(line, '%{?_smp_mflags}')
-
 # if user uses cmake directly just recommend him using the macros
 if line.startswith('cmake'):
-self.lines.append('# FIXME: you should use %cmake macros')
+self.lines.append('# FIXME: you should use %%cmake macros')
 
-Section.add(self, line)
+RpmCheck.add(self, line)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/spec-cleaner-spec-cleaner-0.5.6/spec_cleaner/rpmcheck.py 
new/spec-cleaner-spec-cleaner-0.5.8/spec_cleaner/rpmcheck.py
--- old/spec-cleaner-spec-cleaner-0.5.6/spec_cleaner/rpmcheck.py
2014-05-10 13:14:24.0 +0200
+++ 

commit wireshark.2880 for openSUSE:13.1:Update

2014-06-24 Thread h_root
Hello community,

here is the log from the commit of package wireshark.2880 for 
openSUSE:13.1:Update checked in at 2014-06-24 16:23:45

Comparing /work/SRC/openSUSE:13.1:Update/wireshark.2880 (Old)
 and  /work/SRC/openSUSE:13.1:Update/.wireshark.2880.new (New)


Package is wireshark.2880

Changes:

New Changes file:

--- /dev/null   2014-06-12 08:28:52.960034756 +0200
+++ /work/SRC/openSUSE:13.1:Update/.wireshark.2880.new/wireshark.changes
2014-06-24 16:23:48.0 +0200
@@ -0,0 +1,2666 @@
+---
+Fri Jun 13 21:32:43 UTC 2014 - andreas.stie...@gmx.de
+
+- update to 1.10.8 [bnc#882602]
+  + vulnerabilities fixed:
+* The frame metadissector could crash.
+  wnpa-sec-2014-07 CVE-2014-4020
+  + bug fixed:
+* VoIP flow graph crash upon opening.
+* Tshark with -F pcap still generates a pcapng file.
+* IPv6 Next Header 0x3d recognized as SHIM6.
+* Failed to export pdml on large pcap.
+* TCAP: set a fence on info column after calling sub
+  dissector
+* Dissector bug in JSON protocol.
+* GSM RLC MAC: do not skip too many lines of the CSN_DESCR
+  when the field is missing
+* Wireshark PEEKREMOTE incorrectly decoding QoS data packets
+  from Cisco Sniffer APs.
+* IEEE 802.11: fix dissection of HT Capabilities
+  + Further updated protocol support as listed in:
+https://www.wireshark.org/docs/relnotes/wireshark-1.10.8.html
+
+---
+Wed Apr 23 17:57:54 UTC 2014 - andreas.stie...@gmx.de
+
+- update to 1.10.7 [bnc#874760] 
+  + vulnerabilities fixed:
+* The RTP dissector could crash
+  wnpa-sec-2014-06 CVE-2014-2907
+  + Further bug fixes and updated protocol support as listed in:
+https://www.wireshark.org/docs/relnotes/wireshark-1.10.7.html
+
+---
+Sat Mar  8 10:10:14 UTC 2014 - andreas.stie...@gmx.de
+
+- update to 1.10.6 [bnc#867485] 
+  + vulnerabilities fixed:
+* The NFS dissector could crash
+  wnpa-sec-2014-01 CVE-2014-2281
+* The M3UA dissector could crash
+  wnpa-sec-2014-02 CVE-2014-2282
+* The RLC dissector could crash
+  wnpa-sec-2014-03 CVE-2014-2283
+* The MPEG file parser could overflow a buffer
+  wnpa-sec-2014-04 CVE-2014-2299
+  + Further bug fixes and updated protocol support as listed in:
+https://www.wireshark.org/docs/relnotes/wireshark-1.10.6.html
+
+---
+Thu Dec 19 23:25:37 UTC 2013 - andreas.stie...@gmx.de
+
+- update to 1.10.5
+  + bugs fixed:
+* Wireshark stops showing new packets but dumpcap keeps writing
+  them to the temp file.
+* Wireshark 1.10.4 shuts down when promiscuous mode is
+  unchecked.
+* Homeplug dissector bug: STATUS_ACCESS_VIOLATION: dissector
+  accessed an invalid memory address.
+
+---
+Tue Dec 17 22:16:16 UTC 2013 - andreas.stie...@gmx.de
+
+- update to 1.10.4 [bnc#855980]
+  + vulnerabilities fixed:
+* The SIP dissector could go into an infinite loop.
+  wnpa-sec-2013-66 CVE-2013-7112
+* The BSSGP dissector could crash.
+ wnpa-sec-2013-67 CVE-2013-7113
+* The NTLMSSP v2 dissector could crash. Discovered by Garming Sam.
+  wnpa-sec-2013-68 CVE-2013-7114
+  + Further bug fixes and updated protocol support as listed in:
+https://www.wireshark.org/docs/relnotes/wireshark-1.10.4.html
+
+---
+Fri Nov  1 21:44:02 UTC 2013 - andreas.stie...@gmx.de
+
+- update to 1.10.3 [bnc#848738]
+  + vulnerabilities fixed:
+* The IEEE 802.15.4 dissector could crash
+  wnpa-sec-2013-61 CVE-2013-6336
+* The NBAP dissector could crash
+  wnpa-sec-2013-62 CVE-2013-6337
+* The SIP dissector could crash
+  wnpa-sec-2013-63 CVE-2013-6338
+* The OpenWire dissector could go into a large loop
+  wnpa-sec-2013-64 CVE-2013-6339
+* The TCP dissector could crash
+  wnpa-sec-2013-65 CVE-2013-6340
+  + Further bug fixes and updated protocol support as listed in:
+https://www.wireshark.org/docs/relnotes/wireshark-1.10.3.html
+- drop wireshark-1.10.x-fix-packet-gluster-duplicate_enums.patch
+  merged upstream
+
+---
+Mon Sep 30 18:50:37 UTC 2013 - andreas.stie...@gmx.de
+
+- fix duplicate enum definition to fix build in 13.1 and Factory,
+  adding wireshark-1.10.x-fix-packet-gluster-duplicate_enums.patch
+  from upstream commits [bnc#843304]
+
+---
+Thu Sep 19 00:46:02 UTC 2013 - opens...@sukimashita.com
+
+- add missing ws_symbol_export.h and 

commit wireshark for openSUSE:13.1:Update

2014-06-24 Thread h_root
Hello community,

here is the log from the commit of package wireshark for openSUSE:13.1:Update 
checked in at 2014-06-24 16:23:51

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


Package is wireshark

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.qK27wh/_old  2014-06-24 16:23:52.0 +0200
+++ /var/tmp/diff_new_pack.qK27wh/_new  2014-06-24 16:23:52.0 +0200
@@ -1 +1 @@
-link package='wireshark.2763' cicount='copy' /
+link package='wireshark.2880' cicount='copy' /

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



commit python-cryptography for openSUSE:Factory

2014-06-24 Thread h_root
Hello community,

here is the log from the commit of package python-cryptography for 
openSUSE:Factory checked in at 2014-06-24 22:45:52

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


Package is python-cryptography

Changes:

--- /work/SRC/openSUSE:Factory/python-cryptography/python-cryptography.changes  
2014-04-04 16:41:40.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-cryptography.new/python-cryptography.changes 
2014-06-24 22:45:56.0 +0200
@@ -1,0 +2,13 @@
+Mon May 19 16:14:52 UTC 2014 - jmate...@suse.com
+
+- update to 0.4
+* added IDEA algorithm
+* added HOTP, TOTP and CMAC primitives
+* improved support for RSA and DSA public key cryptography
+- include cryptography_vectors as a source, in order to run the full
+  test suite (cryptography_vectors seems only useful for testing
+  this module, so it's probably not worth making a separate installable
+  package for it)
+- drop upstreamed cryptography-custom-install-cmd.patch
+
+---

Old:

  cryptography-0.2.1.tar.gz
  cryptography-0.2.1.tar.gz.asc
  cryptography-custom-install-cmd.patch

New:

  cryptography-0.4.tar.gz
  cryptography-0.4.tar.gz.asc
  cryptography_vectors-0.4.tar.gz
  cryptography_vectors-0.4.tar.gz.asc



Other differences:
--
++ python-cryptography.spec ++
--- /var/tmp/diff_new_pack.bBwL2t/_old  2014-06-24 22:45:57.0 +0200
+++ /var/tmp/diff_new_pack.bBwL2t/_new  2014-06-24 22:45:57.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   python-cryptography
-Version:0.2.1
+Version:0.4
 Release:0
 Url:https://cryptography.io/en/latest/
 Summary:Python library which exposes cryptographic recipes and 
primitives
@@ -26,8 +26,8 @@
 Source0:
https://pypi.python.org/packages/source/c/cryptography/cryptography-%{version}.tar.gz
 Source1:
https://pypi.python.org/packages/source/c/cryptography/cryptography-%{version}.tar.gz.asc
 Source2:%{name}.keyring
-# PATCH-FIX-UPSTREAM speili...@suse.com -- Backport of 
https://github.com/pyca/cryptography/pull/872
-Patch0: cryptography-custom-install-cmd.patch
+Source3:
https://pypi.python.org/packages/source/c/cryptography-vectors/cryptography_vectors-%{version}.tar.gz
+Source4:
https://pypi.python.org/packages/source/c/cryptography-vectors/cryptography_vectors-%{version}.tar.gz.asc
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %if 0%{suse_version}  0%{?suse_version} = 1220
 BuildRequires:  gpg-offline
@@ -40,6 +40,7 @@
 # Test requirements
 BuildRequires:  python-iso8601
 BuildRequires:  python-pretend
+BuildRequires:  python-pyasn1
 BuildRequires:  python-pytest
 Requires:   python-cffi = 0.8
 Requires:   python-six = 1.4.1
@@ -66,17 +67,22 @@
 %gpg_verify %{SOURCE1}
 %endif
 %setup -q -n cryptography-%{version}
-%patch0 -p1
 %if 0%{?suse_version}  0%{?suse_version} = 1110
 #TODO(saschpe): Failing on SP3, debug later:
 rm tests/hazmat/primitives/test_rsa.py
 %endif
 
+# prepare vectors module
+tar xvzf %{S:3}
+mv cryptography_vectors-%{version}/cryptography_vectors .
+
 %build
 CFLAGS=%{optflags} -fno-strict-aliasing python setup.py build
 
 %install
 python setup.py install --prefix=%{_prefix} --root=%{buildroot}
+# do not install cryptography_vectors
+rm -r %{buildroot}%{python_sitearch}/cryptography_vectors
 
 %check
 py.test

++ cryptography-0.2.1.tar.gz - cryptography-0.4.tar.gz ++
/work/SRC/openSUSE:Factory/python-cryptography/cryptography-0.2.1.tar.gz 
/work/SRC/openSUSE:Factory/.python-cryptography.new/cryptography-0.4.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 python3-Pillow for openSUSE:Factory

2014-06-24 Thread h_root
Hello community,

here is the log from the commit of package python3-Pillow for openSUSE:Factory 
checked in at 2014-06-24 22:45:48

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


Package is python3-Pillow

Changes:

--- /work/SRC/openSUSE:Factory/python3-Pillow/python3-Pillow.changes
2013-12-17 10:03:11.0 +0100
+++ /work/SRC/openSUSE:Factory/.python3-Pillow.new/python3-Pillow.changes   
2014-06-24 22:45:50.0 +0200
@@ -1,0 +2,13 @@
+Thu May  8 13:23:33 UTC 2014 - toddrme2...@gmail.com
+
+- New upstream release 2.4.0. For details see
+  https://pypi.python.org/pypi/Pillow/2.4.0
+- New upstream release 2.3.0. For details see
+  https://pypi.python.org/pypi/Pillow/2.3.0
+- symlink alternatives files, as requested from Coolo, in order to
+  get rid of suse version conditional
+- Drop use-recommended-freetype-include.patch: merged on upstream
+- Build with liblcms2 instead of liblcms due to upstream switching
+  library.
+
+---

Old:

  Pillow-2.2.1.zip
  use-recommended-freetype-include.patch

New:

  Pillow-2.4.0.zip



Other differences:
--
++ python3-Pillow.spec ++
--- /var/tmp/diff_new_pack.HgTL7k/_old  2014-06-24 22:45:52.0 +0200
+++ /var/tmp/diff_new_pack.HgTL7k/_new  2014-06-24 22:45:52.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python3-Pillow
 #
-# 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
@@ -17,16 +17,13 @@
 
 
 Name:   python3-Pillow
-Version:2.2.1
+Version:2.4.0
 Release:0
 Summary:Python Imaging Library (Fork)
 License:HPND
 Group:  Development/Languages/Python
 Url:http://python-imaging.github.io/
 Source: 
https://pypi.python.org/packages/source/P/Pillow/Pillow-%{version}.zip
-# PATCH-FIX-UPSTREAM use-recommended-freetype-include.patch -- Freetype 
upstream recommends using their macros together with
-# ft2build include. Positive sideeffect is that this patch makes it build with 
both freetype2 2.5.1, and older versions
-Patch0: use-recommended-freetype-include.patch
 BuildRequires:  python3-devel
 BuildRequires:  python3-setuptools
 BuildRequires:  python3-tk
@@ -35,10 +32,10 @@
 BuildRequires:  unzip
 %if 0%{?suse_version}  1210
 BuildRequires:  libjpeg8-devel
+BuildRequires:  liblcms2-devel
 BuildRequires:  libwebp-devel
 %endif
 BuildRequires:  freetype2-devel
-BuildRequires:  liblcms-devel
 BuildRequires:  libtiff-devel
 BuildRequires:  zlib-devel
 Requires(post): update-alternatives
@@ -60,16 +57,17 @@
 
 %prep
 %setup -q -n Pillow-%{version}
-%patch0 -p1
 
 %build
-CFLAGS=%{optflags} python3 setup.py build
+# no need to build it here, as setup.py install will build it again, anyway
 
 %install
 python3 setup.py install --prefix=%{_prefix} --root=%{buildroot}
+mkdir -p %{buildroot}%{_sysconfdir}/alternatives
 for p in pilconvert pildriver pilfile pilfont pilprint ; do
   mv %{buildroot}%{_bindir}/$p.py %{buildroot}%{_bindir}/$p-%{py3_ver}
   ln -s %{_bindir}/$p-%{py3_ver} %{buildroot}%{_bindir}/$p
+  ln -s %{_bindir}/$p-%{py3_ver} %{buildroot}%{_sysconfdir}/alternatives/$p
 done
 
 %check

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



commit python-imaging for openSUSE:Factory

2014-06-24 Thread h_root
Hello community,

here is the log from the commit of package python-imaging for openSUSE:Factory 
checked in at 2014-06-24 22:45:54

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


Package is python-imaging

Changes:

--- /work/SRC/openSUSE:Factory/python-imaging/python-imaging.changes
2014-05-01 07:51:54.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-imaging.new/python-imaging.changes   
2014-06-24 22:45:57.0 +0200
@@ -1,0 +2,10 @@
+Mon Jun 23 11:34:51 UTC 2014 - co...@suse.com
+
+- simplify the previous fix by plainly conflicting with python-Pillow
+
+---
+Fri May 30 15:45:44 UTC 2014 - toddrme2...@gmail.com
+
+- Provide python-imaging-tk to guarantee conflict with python-Pillow
+
+---



Other differences:
--
++ python-imaging.spec ++
--- /var/tmp/diff_new_pack.BajGXl/_old  2014-06-24 22:45:58.0 +0200
+++ /var/tmp/diff_new_pack.BajGXl/_new  2014-06-24 22:45:58.0 +0200
@@ -51,6 +51,8 @@
 Requires:   tix
 Requires:   tk
 Obsoletes:  pyimglib
+Provides:   python-imaging-tk
+Conflicts:  python-Pillow-tk
 Summary:The Python Imaging Library - PIL
 License:HPND
 Group:  Development/Libraries/Python
@@ -70,12 +72,6 @@
 capabilities to the Python interpreter and provides extensive file
 format support, and efficient internal representation.
 
-
-
-Authors:
-
-image-...@python.org
-
 %package sane
 Provides:   python_imaging_sane
 Summary:Python SANE module
@@ -86,13 +82,6 @@
 grabber interface for Linux. It is a part of the Python Imaging
 Library.
 
-
-
-Authors:
-
-Andrew Kuchling
-Ralph Heinkel rhein...@email.de
-
 %prep
 %setup -n Imaging-%{version}
 %patch2

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



commit Rivet for openSUSE:Factory

2014-06-24 Thread h_root
Hello community,

here is the log from the commit of package Rivet for openSUSE:Factory checked 
in at 2014-06-24 22:46:10

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


Package is Rivet

Changes:

--- /work/SRC/openSUSE:Factory/Rivet/Rivet.changes  2014-04-29 
17:36:21.0 +0200
+++ /work/SRC/openSUSE:Factory/.Rivet.new/Rivet.changes 2014-06-24 
22:46:27.0 +0200
@@ -1,0 +2,16 @@
+Sat Jun 21 22:16:44 UTC 2014 - badshah...@gmail.com
+
+- Update to version 2.1.2:
+  + Lots of changes since previous version (2.0.0), see
+ChangeLog file in /usr/share/doc/packages/Rivet-devel/ for a
+full list
+- Packaging changes:
+  + Add Rivet-compatibility-with-old-boost.patch: fix foreach
+compatibility with boost  1.50 and make Rivet build with
+openSUSE 12.3 again
+  + Now requires YODA-devel = 1.0.6 for building
+  + Package new pkgconfig file (.pc file manually stripped of
+rpaths to avoid linking issues, and an rpmlint warning)
+  + Also strip rpath from rivet-config script.
+
+---

Old:

  Rivet-2.0.0.tar.bz2

New:

  Rivet-2.1.2.tar.bz2
  Rivet-compatibility-with-old-boost.patch



Other differences:
--
++ Rivet.spec ++
--- /var/tmp/diff_new_pack.j5OPnH/_old  2014-06-24 22:46:28.0 +0200
+++ /var/tmp/diff_new_pack.j5OPnH/_new  2014-06-24 22:46:28.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package Rivet
 #
-# 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
@@ -19,15 +19,17 @@
 %define so_name lib%{name}
 
 Name:   Rivet
-Version:2.0.0
+Version:2.1.2
 Release:0
 Summary:A toolkit for validation of Monte Carlo event generators
 License:GPL-2.0
 Group:  Development/Libraries/C and C++
 Url:http://rivet.hepforge.org/
 Source: 
http://www.hepforge.org/archive/rivet/%{name}-%{version}.tar.bz2
+# PATCH-FIX-UPSTREAM Rivet-compatibility-with-old-boost.patch 
badshah...@gmail.com -- Fix foreach compatibility with boost  1.50 and make 
Rivet build with openSUSE 12.3 again
+Patch0: Rivet-compatibility-with-old-boost.patch
 BuildRequires:  HepMC-devel
-BuildRequires:  YODA-devel
+BuildRequires:  YODA-devel = 1.0.6
 BuildRequires:  boost-devel
 BuildRequires:  doxygen
 BuildRequires:  fastjet-devel
@@ -103,6 +105,13 @@
 %
 %prep
 %setup -q
+%patch0 -p1
+
+# REMOVE EXISTING rivet.pc FILE, ALLOW make TO GENERATE rivet.pc FROM 
rivet.pc.in
+rm -f rivet.pc
+
+# REMOVE INCORRECT LIBDIRS FROM .pc.in FILE (the right libdirs are already 
present)
+sed -i s| -L@GSLLIBPATH@||g rivet.pc.in
 
 %build
 %configure --docdir=%{_docdir}/%{name}/
@@ -114,6 +123,10 @@
 # Remove traces of BUILDROOT from files
 sed -i s|%{buildroot}||g %{buildroot}%{python_sitearch}/rivet/*.pyc
 
+# MANUALLY REMOVE rpath FROM PKGCONFIG FILE AND rivet-config SCRIPT
+sed -i s|-Wl,-rpath,||g %{buildroot}%{_libdir}/pkgconfig/rivet.pc
+sed -i s|-Wl,-rpath,||g %{buildroot}%{_bindir}/rivet-config
+
 find %{buildroot}%{_libdir}/ -name *.la -delete
 
 %post -n %{so_name} -p /sbin/ldconfig
@@ -131,6 +144,7 @@
 %{_bindir}/rivet-buildplugin
 %{_includedir}/%{name}/
 %{_datadir}/%{name}/
+%{_libdir}/pkgconfig/rivet.pc
 
 %files -n python-%{name}
 %defattr(-,root,root)

++ Rivet-2.0.0.tar.bz2 - Rivet-2.1.2.tar.bz2 ++
 142874 lines of diff (skipped)

++ Rivet-compatibility-with-old-boost.patch ++
Index: Rivet-2.1.2/include/Rivet/Tools/RivetBoost.hh
===
--- Rivet-2.1.2.orig/include/Rivet/Tools/RivetBoost.hh
+++ Rivet-2.1.2/include/Rivet/Tools/RivetBoost.hh
@@ -10,10 +10,13 @@
 #include boost/utility.hpp
 
 #include boost/foreach.hpp
+#include boost/version.hpp
 #ifndef foreach
 namespace boost {
   // Suggested work-around for https://svn.boost.org/trac/boost/ticket/6131
+  #if BOOST_VERSION != 104900
   namespace BOOST_FOREACH = foreach;
+  #endif
 }
 #define foreach BOOST_FOREACH
 #endif
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit python-Pillow for openSUSE:Factory

2014-06-24 Thread h_root
Hello community,

here is the log from the commit of package python-Pillow for openSUSE:Factory 
checked in at 2014-06-24 22:45:51

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


Package is python-Pillow

Changes:

--- /work/SRC/openSUSE:Factory/python-Pillow/python-Pillow.changes  
2014-02-15 08:06:48.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-Pillow.new/python-Pillow.changes 
2014-06-24 22:45:54.0 +0200
@@ -1,0 +2,24 @@
+Wed May 28 08:24:20 UTC 2014 - toddrme2...@gmail.com
+
+- Fixing conflicting provides/conflicts that prevent installation
+  of the tk subpackage.
+
+---
+Tue May 27 08:25:54 UTC 2014 - mci...@suse.com
+
+- Adjust openjpeg2 dependency for older distributions
+
+---
+Thu May  8 14:22:57 UTC 2014 - h...@urpla.net
+
+- New upstream release 2.4.0. For details see
+  https://pypi.python.org/pypi/Pillow/2.4.0
+- New dependency: openjpeg2 for JPEG 2000 support
+
+---
+Sun Apr 27 21:30:58 UTC 2014 - h...@urpla.net
+
+- provide python-imaging in order to act as a drop in replacement
+  for it.
+
+---
@@ -4,0 +29,6 @@
+
+---
+Tue Feb  4 10:53:08 UTC 2014 - h...@urpla.net
+
+- symlink alternatives files, as requested from Coolo, in order to
+  get rid of suse version conditional

Old:

  Pillow-2.3.0.zip

New:

  Pillow-2.4.0.zip



Other differences:
--
++ python-Pillow.spec ++
--- /var/tmp/diff_new_pack.VeYqUH/_old  2014-06-24 22:45:55.0 +0200
+++ /var/tmp/diff_new_pack.VeYqUH/_new  2014-06-24 22:45:55.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   python-Pillow
-Version:2.3.0
+Version:2.4.0
 Release:0
 Summary:Python Imaging Library (Fork)
 License:HPND
@@ -35,6 +35,9 @@
 BuildRequires:  liblcms2-devel
 BuildRequires:  libwebp-devel
 %endif
+%if 0%{?suse_version}  1315
+BuildRequires:  openjpeg2-devel
+%endif
 BuildRequires:  freetype2-devel
 BuildRequires:  libtiff-devel
 BuildRequires:  zlib-devel
@@ -48,7 +51,11 @@
 Conflicts:  python-imaging
 # NOTE(saschpe): python-imaging should have never provided this and I'm a bit 
relucatant do it either.
 # 
http://en.opensuse.org/openSUSE:Upgrade_dependencies_explanation#Replace_a_package_by_another_with_the_same_functionality
+# ALSO NOTE (frispete): without providing python-imaging, all packages 
requiring it will break
+Provides:   python-imaging
+
 Obsoletes:  python-imaging-sane
+Provides:   python-imaging-sane
 
 %description
 Pillow is the friendly PIL fork by Alex Clark and Contributors. PIL is the
@@ -58,12 +65,13 @@
 Summary:Python Imaging Library (Fork) - Tcl/Tk Module
 Group:  Development/Languages/Python
 Requires:   %{name} = %{version}
-# NOTE(saschpe): imaging used to (wrongly) ship the tk module too, so we've 
got to conflict with it.
-Provides:   python-imaging:%{python_sitearch}/PIL/ImageTk.py*
-Provides:   python-imaging:%{python_sitearch}/PIL/_imagingtk.so
-# NOTE(saschpe): This would be to much, no?:
-#Provides:   
python-imaging:%{_datadir}/doc/packages/python-imaging/Docs/pythondoc-PIL.ImageTk.html
-Conflicts:  python-imaging
+# NOTE: We don't need to conflict with python-imaging here, 
+# because this package depends on python-Pillow, which already conflicts with 
python-imaging,
+# so this cannot be installed alongside python-imaging
+# And we cannot conflict with python-imaging directly, since python-Pillow 
provides python-imaging
+# Just in case, conflict with python-imaging-tk in case it is ever implemented.
+Obsoletes:  python-imaging-tk
+Provides:   python-imaging-tk
 
 %description tk
 Pillow is the friendly PIL fork by Alex Clark and Contributors. PIL is the
@@ -76,13 +84,15 @@
 %setup -q -n Pillow-%{version}
 
 %build
-CFLAGS=%{optflags} python setup.py build
+# no need to build it here, as setup.py install will build it again, anyway
 
 %install
 python setup.py install --prefix=%{_prefix} --root=%{buildroot}
+mkdir -p %{buildroot}%{_sysconfdir}/alternatives
 for p in pilconvert pildriver pilfile pilfont pilprint ; do
   mv %{buildroot}%{_bindir}/$p.py %{buildroot}%{_bindir}/$p-%{py_ver}
   ln -s %{_bindir}/$p-%{py_ver} %{buildroot}%{_bindir}/$p
+  ln -s %{_bindir}/$p-%{py_ver} %{buildroot}%{_sysconfdir}/alternatives/$p
 done
 
 %check
@@ -119,13 +129,11 @@
 %{python_sitearch}/Pillow-%{version}-py%{py_ver}.egg-info
 %exclude 

commit python-cffi for openSUSE:Factory

2014-06-24 Thread h_root
Hello community,

here is the log from the commit of package python-cffi for openSUSE:Factory 
checked in at 2014-06-24 22:45:49

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


Package is python-cffi

Changes:

--- /work/SRC/openSUSE:Factory/python-cffi/python-cffi.changes  2013-10-25 
11:12:18.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-cffi.new/python-cffi.changes 
2014-06-24 22:45:52.0 +0200
@@ -1,0 +2,29 @@
+Mon May 19 16:35:30 UTC 2014 - jmate...@suse.com
+
+- update to 0.8.2
+  * minor bugfixes
+- remove cffi-pytest-integration.patch as it is no longer necessary
+
+---
+Mon Mar 31 14:18:44 UTC 2014 - speili...@suse.com
+
+- Require libffi43-devel on SLE_11_SP2 instead of using pkg-config to fix build
+
+---
+Mon Feb 24 12:09:15 UTC 2014 - mvysko...@suse.com
+
+- update to 0.8.1
+  * fixes on Python 3 on OS/X, and some FreeBSD fixes (thanks Tobias)
+- added a note wrt disabled tests
+- add cffi-pytest-integration.patch: allowinf call pytest from setup.py
+
+---
+Mon Nov 18 14:33:39 UTC 2013 - mvysko...@suse.com
+
+- update to 0.8
+  * integrated support for C99 variable-sized structures
+  * multi-thread safety
+  * ffi.getwinerror()
+  * a number of small fixes
+
+---

Old:

  cffi-0.7.2.tar.gz

New:

  cffi-0.8.2.tar.gz



Other differences:
--
++ python-cffi.spec ++
--- /var/tmp/diff_new_pack.SLrx5F/_old  2014-06-24 22:45:53.0 +0200
+++ /var/tmp/diff_new_pack.SLrx5F/_new  2014-06-24 22:45:53.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-cffi
 #
-# 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
@@ -17,27 +17,26 @@
 
 
 Name:   python-cffi
-Version:0.7.2
+Version:0.8.2
 Release:0
 Summary:Foreign Function Interface for Python calling C code
 License:MIT
 Group:  Development/Languages/Python
 Url:http://cffi.readthedocs.org
-Source: 
http://pypi.python.org/packages/source/c/cffi/cffi-%{version}.tar.gz
+Source0:
http://pypi.python.org/packages/source/c/cffi/cffi-%{version}.tar.gz
 BuildRequires:  python-devel
 BuildRequires:  python-setuptools
-BuildRequires:  pkgconfig(libffi)
 # Documentation requirements:
 BuildRequires:  python-Sphinx
-# Test requirements:
-#BuildRequires:  python-nose
-#BuildRequires:  python-py
 BuildRequires:  python-pycparser
-#BuildRequires:  python-pytest
+BuildRequires:  python-pytest
 Requires:   python-pycparser
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %if 0%{?suse_version}  0%{?suse_version} = 1110
 %{!?python_sitearch: %global python_sitearch %(python -c from 
distutils.sysconfig import get_python_lib; print get_python_lib(1))}
+BuildRequires:  libffi43-devel
+%else
+BuildRequires:  pkgconfig(libffi)
 %endif
 
 %description
@@ -55,7 +54,7 @@
 python setup.py install --prefix=%{_prefix} --root=%{buildroot}
 
 %check
-python setup.py test
+PYTHONPATH=%{buildroot}%{python_sitearch} py.test
 
 %files
 %defattr(-,root,root,-)

++ cffi-0.7.2.tar.gz - cffi-0.8.2.tar.gz ++
 6114 lines of diff (skipped)

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



commit kmymoney for openSUSE:Factory

2014-06-24 Thread h_root
Hello community,

here is the log from the commit of package kmymoney for openSUSE:Factory 
checked in at 2014-06-24 22:46:11

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


Package is kmymoney

Changes:

--- /work/SRC/openSUSE:Factory/kmymoney/kmymoney.changes2013-10-06 
14:26:29.0 +0200
+++ /work/SRC/openSUSE:Factory/.kmymoney.new/kmymoney.changes   2014-06-24 
22:46:32.0 +0200
@@ -1,0 +2,9 @@
+Mon Jun 23 19:32:02 UTC 2014 - asterios.dra...@gmail.com
+
+- Update to 4.6.6:
+  * Fix build problem found in version 4.6.5.
+  From 4.6.5:
+  * Fixes for online imports using Quicken 2011 compatibility.
+- Removed 0001-Fixed-linking-with-Gwenhywfar-4.6.0.patch (fixed upstream).
+
+---

Old:

  0001-Fixed-linking-with-Gwenhywfar-4.6.0.patch
  kmymoney-4.6.4.tar.xz

New:

  kmymoney-4.6.6.tar.xz



Other differences:
--
++ kmymoney.spec ++
--- /var/tmp/diff_new_pack.g9wFJd/_old  2014-06-24 22:46:33.0 +0200
+++ /var/tmp/diff_new_pack.g9wFJd/_new  2014-06-24 22:46:33.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package kmymoney
 #
-# 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
@@ -17,15 +17,13 @@
 
 
 Name:   kmymoney
-Version:4.6.4
+Version:4.6.6
 Release:0
 Summary:A Personal Finance Manager for KDE 4
 License:GPL-2.0 or GPL-3.0
 Group:  Productivity/Office/Finance
-Url:http://kmymoney2.sourceforge.net/
-Source0:
http://downloads.sourceforge.net/kmymoney2/%{name}-%{version}.tar.xz
-# PATCH-FIX-UPSTREAM 0001-Fixed-linking-with-Gwenhywfar-4.6.0.patch -- fixes 
build with Gwenhywfar = 4.6.0
-Patch1: 0001-Fixed-linking-with-Gwenhywfar-4.6.0.patch
+Url:http://www.kmymoney.org/
+Source0:
http://download.kde.org/stable/kmymoney/%{version}/src/%{name}-%{version}.tar.xz
 BuildRequires:  aqbanking-devel
 BuildRequires:  boost-devel
 BuildRequires:  fdupes
@@ -73,16 +71,13 @@
 
 %prep
 %setup -q
-%patch1 -p1
 
 %build
 %cmake_kde4 -d build
 %make_jobs
 
 %install
-pushd build
-%kde4_makeinstall
-popd
+%kde4_makeinstall -C build
 
 %kde_post_install
 
@@ -98,9 +93,6 @@
 /sbin/ldconfig
 /usr/bin/update-mime-database %{_datadir}/mime  /dev/null || :
 
-%clean
-rm -rf %{buildroot}
-
 %files
 %defattr(-,root,root,-)
 %doc AUTHORS COPYING ChangeLog ChangeLog.original README.Fileformats

++ kmymoney-4.6.4.tar.xz - kmymoney-4.6.6.tar.xz ++
/work/SRC/openSUSE:Factory/kmymoney/kmymoney-4.6.4.tar.xz 
/work/SRC/openSUSE:Factory/.kmymoney.new/kmymoney-4.6.6.tar.xz differ: char 25, 
line 1

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



commit xdelta3 for openSUSE:Factory

2014-06-24 Thread h_root
Hello community,

here is the log from the commit of package xdelta3 for openSUSE:Factory checked 
in at 2014-06-24 22:46:13

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


Package is xdelta3

Changes:

--- /work/SRC/openSUSE:Factory/xdelta3/xdelta3.changes  2011-11-08 
18:01:07.0 +0100
+++ /work/SRC/openSUSE:Factory/.xdelta3.new/xdelta3.changes 2014-06-24 
22:46:34.0 +0200
@@ -1,0 +2,12 @@
+Tue Jun 24 13:29:03 UTC 2014 - pgaj...@suse.com
+
+- fix 32-bit build (testsuite helper)
+- added patches:
+  * xdelta3-regtest.patch
+---
+Mon Jun 23 13:41:54 UTC 2014 - pgaj...@suse.com
+
+- updated to 3.0.8:
+  * bugfixes, see http://xdelta.org/ for details
+
+---

Old:

  xdelta3.0.0.tar.bz2

New:

  xdelta3-3.0.8.tar.xz
  xdelta3-regtest.patch



Other differences:
--
++ xdelta3.spec ++
--- /var/tmp/diff_new_pack.cqqsMT/_old  2014-06-24 22:46:35.0 +0200
+++ /var/tmp/diff_new_pack.cqqsMT/_new  2014-06-24 22:46:35.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package xdelta3
 #
-# Copyright (c) 2011 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,17 +15,20 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:  xdelta3
-Version:   3.0.0
-Release:   1
-Group: Productivity/Archiving/Compression
+Version:3.0.8
+Release:0
+Summary:A diff utility which works with binary files
 License:GPL-2.0
+Group:  Productivity/Archiving/Compression
+Url:http://xdelta.org/
+Source: https://xdelta.googlecode.com/files/xdelta3-%{version}.tar.xz
+# upstream bug https://code.google.com/p/xdelta/issues/detail?id=161
+Patch0: %{name}-regtest.patch
 BuildRequires: gcc-c++
 BuildRequires: xz
 BuildRoot: %{_tmppath}/%{name}-%{version}-build
-Url: http://xdelta.org/
-Source: xdelta%{version}.tar.bz2
-Summary: A diff utility which works with binary files
 
 %description
 Xdelta3 is a set of tools designed to compute changes between  
@@ -35,18 +38,22 @@
 stored in RFC3284 (VCDIFF) format.
 
 %prep
-%setup -n xdelta%{version}
+%setup -q
+%patch0 -p1
 
 %build
-make CFLAGS=$RPM_OPT_FLAGS -Wall -Wshadow -fno-builtin
+sed -i -e '/python/s:2.6:2:' testing/xdelta3-regtest.py || die
+sed -i -e '/python/s:2.7:2:' testing/xdelta3-test.py || die
+%configure
+make CFLAGS=%{optflags} -Wall -Wshadow -fno-builtin %{?_smp_mflags}
 
 %check
-make test
+./xdelta3regtest
 
 %install
-%{__strip} %{name}
-%{__mkdir} -p $RPM_BUILD_ROOT/%{_bindir}
-%{__cp} %{name} $RPM_BUILD_ROOT/%{_bindir}
+strip %{name}
+mkdir -p %{buildroot}/%{_bindir}
+cp %{name} %{buildroot}/%{_bindir}
 
 %files
 %defattr(-, root, root)

++ xdelta3-regtest.patch ++
https://lists.fedoraproject.org/pipermail/scm-commits/Week-of-Mon-20130617/1041497.html
diff --git a/testing/regtest.cc b/testing/regtest.cc
index 12b712e..8219cc0 100644
--- a/testing/regtest.cc
+++ b/testing/regtest.cc
@@ -12,7 +12,7 @@ public:
 Options() : encode_srcwin_maxsz(120), 
block_size(Constants::BLOCK_SIZE),
size_known(false) { }
-size_t encode_srcwin_maxsz;
+uint64_t encode_srcwin_maxsz;
 size_t block_size;
 bool size_known;
   };
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit man-pages-it for openSUSE:Factory

2014-06-24 Thread h_root
Hello community,

here is the log from the commit of package man-pages-it for openSUSE:Factory 
checked in at 2014-06-24 22:46:12

Comparing /work/SRC/openSUSE:Factory/man-pages-it (Old)
 and  /work/SRC/openSUSE:Factory/.man-pages-it.new (New)


Package is man-pages-it

Changes:

--- /work/SRC/openSUSE:Factory/man-pages-it/man-pages-it.changes
2012-04-12 09:40:21.0 +0200
+++ /work/SRC/openSUSE:Factory/.man-pages-it.new/man-pages-it.changes   
2014-06-24 22:46:33.0 +0200
@@ -1,0 +2,6 @@
+Mon Jun 23 09:51:47 UTC 2014 - pgaj...@suse.com
+
+- updated to 3.64:
+  * see CHANGELOG for changes in italian
+
+---

Old:

  get_version_number.sh
  man-pages-it-rpmlintrc
  man-pages-it.spec.in
  manpages3.15.tar.bz2

New:

  man-pages-it-3.64.tar.xz



Other differences:
--
++ man-pages-it.spec ++
--- /var/tmp/diff_new_pack.hB4qRj/_old  2014-06-24 22:46:34.0 +0200
+++ /var/tmp/diff_new_pack.hB4qRj/_new  2014-06-24 22:46:34.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package man-pages-it
 #
-# 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
@@ -15,26 +15,17 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   man-pages-it
-# strange buildrequires are needed to resolve fileconflicts (see %install)
-BuildRequires:  man
-Url:http://www.pluto.it/ildp/man/
+Version:3.64
+Release:0
+Summary:LDP Man Pages (Italian)
 License:GPL-2.0 and GPL-2.0+ and BSD-3-Clause and GFDL-1.1
 Group:  Documentation/Man
+Url:http://www.pluto.it/ildp/man/
+Source: 
ftp://ftp.pluto.it/pub/pluto/ildp/man/man-pages-it-%{version}.tar.xz
 Provides:   locale(man:it)
-%if 0%{?suse_version}  1020
-BuildRequires:  fdupes
-%endif
-AutoReqProv:off
-Version:3.15
-Release:2
-Summary:LDP Man Pages (Italian)
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-Source: manpages%{version}.tar.bz2
-Source1:man-pages-it-rpmlintrc
 BuildArch:  noarch
 
 %description
@@ -42,35 +33,28 @@
 Note that they are normally older than the English versions.  For
 reference, you should use the English versions.
 
-
-
-Authors:
-
-Michele Dalla Silvestra da...@psico.unipd.it
-
 %prep
 %setup -q
 
 %build
-chmod 644 CHANGELOG HOWTOHELP readme POSIX-COPYRIGHT
+chmod 644 CHANGELOG description LEGGIMI README
 
 %install
-mkdir -p $RPM_BUILD_ROOT%{_mandir}/it
-for i in man? ; do
-  mkdir -p $RPM_BUILD_ROOT%{_mandir}/it/$i
-  for m in $i/* ; do
-test -f /usr/share/man/it/$m*  continue
-install -m 644 $m $RPM_BUILD_ROOT%{_mandir}/it/$i
+mkdir -p %{buildroot}%{_mandir}/it
+for dir in `find . -maxdepth 1 -type d | grep -v '^.$'`; do
+  pushd $dir
+  for mandir in man? ; do
+mkdir -p %{buildroot}%{_mandir}/it/$mandir
+for m in $mandir/* ; do
+  install -m 644 $m %{buildroot}%{_mandir}/it/$mandir
   done
+  done
+  popd
 done
-%fdupes -s $RPM_BUILD_ROOT
 %find_lang %{name} --all-name --with-man
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %files -f %{name}.lang
 %defattr(-,root,root)
-%doc  CHANGELOG HOWTOHELP readme POSIX-COPYRIGHT 
+%doc CHANGELOG man-pages/colophon description LEGGIMI README
 
 %changelog

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



commit haveged for openSUSE:Factory

2014-06-24 Thread h_root
Hello community,

here is the log from the commit of package haveged for openSUSE:Factory checked 
in at 2014-06-25 06:57:22

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


Package is haveged

Changes:

--- /work/SRC/openSUSE:Factory/haveged/haveged.changes  2014-05-14 
10:26:14.0 +0200
+++ /work/SRC/openSUSE:Factory/.haveged.new/haveged.changes 2014-06-25 
06:57:24.0 +0200
@@ -1,0 +2,5 @@
+Tue Jun 10 08:27:54 UTC 2014 - tchva...@suse.com
+
+- Disable haveged service on containers. bnc#881882
+
+---



Other differences:
--
++ haveged.service ++
--- /var/tmp/diff_new_pack.eFtOgV/_old  2014-06-25 06:57:25.0 +0200
+++ /var/tmp/diff_new_pack.eFtOgV/_new  2014-06-25 06:57:25.0 +0200
@@ -1,6 +1,7 @@
 [Unit]
 Description=Entropy Daemon based on the HAVEGE algorithm
 Documentation=man:haveged(8) http://www.issihosts.com/haveged/
+ConditionVirtualization=!container
 
 [Service]
 ExecStart=/usr/sbin/haveged -w 1024 -v 0 -F

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



commit alsa-tools for openSUSE:Factory

2014-06-24 Thread h_root
Hello community,

here is the log from the commit of package alsa-tools for openSUSE:Factory 
checked in at 2014-06-25 06:57:35

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


Package is alsa-tools

Changes:

--- /work/SRC/openSUSE:Factory/alsa-tools/alsa-tools.changes2014-03-16 
08:05:03.0 +0100
+++ /work/SRC/openSUSE:Factory/.alsa-tools.new/alsa-tools.changes   
2014-06-25 06:57:47.0 +0200
@@ -1,0 +2,13 @@
+Wed Jun 18 13:18:03 CEST 2014 - ti...@suse.de
+
+- Updated to alsa-tools 1.0.28:
+  All pervious fix patches are obsoleted:
+  0001-Add-a-distclean-target-to-example-Makefile.patch
+  0002-Fix-spelling-of-successfully.patch
+  0003-Fix-bashisms.patch
+  0004-Fix-build-errors-caused-by-Werror-format-security.patch
+  0005-Add-AM_MAINTAINER_MODE-enable-macro-to-all-configure.patch
+  0006-hdajackretask-Fix-killing-PulseAudio-on-newer-PulseA.patch
+  0007-hdspmixer-Add-support-for-RME-AIO-AEB-boards.patch
+
+---

Old:

  0001-Add-a-distclean-target-to-example-Makefile.patch
  0002-Fix-spelling-of-successfully.patch
  0003-Fix-bashisms.patch
  0004-Fix-build-errors-caused-by-Werror-format-security.patch
  0005-Add-AM_MAINTAINER_MODE-enable-macro-to-all-configure.patch
  0006-hdajackretask-Fix-killing-PulseAudio-on-newer-PulseA.patch
  0007-hdspmixer-Add-support-for-RME-AIO-AEB-boards.patch
  alsa-tools-1.0.27.tar.bz2

New:

  alsa-tools-1.0.28.tar.bz2



Other differences:
--
++ alsa-tools.spec ++
--- /var/tmp/diff_new_pack.2Gj4Tf/_old  2014-06-25 06:57:48.0 +0200
+++ /var/tmp/diff_new_pack.2Gj4Tf/_new  2014-06-25 06:57:48.0 +0200
@@ -16,7 +16,7 @@
 #
 
 
-%define package_version1.0.27
+%define package_version1.0.28
 #
 %if 0%{?suse_version}   1140
 %define have_gtk3  1
@@ -24,7 +24,7 @@
 %define have_gtk3  0
 %endif
 Name:   alsa-tools
-Version:1.0.27
+Version:1.0.28
 Release:0
 Summary:Various ALSA Tools
 License:GPL-2.0+
@@ -38,13 +38,6 @@
 Source7:rme.png
 Source8:envy24.png
 # upstream fixes
-Patch1: 0001-Add-a-distclean-target-to-example-Makefile.patch
-Patch2: 0002-Fix-spelling-of-successfully.patch
-Patch3: 0003-Fix-bashisms.patch
-Patch4: 0004-Fix-build-errors-caused-by-Werror-format-security.patch
-Patch5: 0005-Add-AM_MAINTAINER_MODE-enable-macro-to-all-configure.patch
-Patch6: 0006-hdajackretask-Fix-killing-PulseAudio-on-newer-PulseA.patch
-Patch7: 0007-hdspmixer-Add-support-for-RME-AIO-AEB-boards.patch
 # build fixes
 Patch100:   alsa-tools-desktop-fix.dif
 Patch101:   alsa-tools-no_m4_dir.dif
@@ -89,13 +82,6 @@
 %setup -q -a 2 -n %{name}-%{package_version}
 cp %{SOURCE1} .
 # upstream fixes
-%patch1 -p1
-%patch2 -p1
-%patch3 -p1
-%patch4 -p1
-%patch5 -p1
-%patch6 -p1
-%patch7 -p1
 # build fixes
 %patch100 -p1
 %patch101 -p1

++ alsa-tools-1.0.27.tar.bz2 - alsa-tools-1.0.28.tar.bz2 ++
 17856 lines of diff (skipped)

++ alsa-tools-no_m4_dir.dif ++
--- /var/tmp/diff_new_pack.2Gj4Tf/_old  2014-06-25 06:57:49.0 +0200
+++ /var/tmp/diff_new_pack.2Gj4Tf/_new  2014-06-25 06:57:49.0 +0200
@@ -1,22 +1,22 @@
 ---
- ld10k1/configure.in  |1 -
- qlo10k1/configure.in |1 -
+ ld10k1/configure.ac  |1 -
+ qlo10k1/configure.ac |1 -
  2 files changed, 2 deletions(-)
 
 a/ld10k1/configure.in
-+++ b/ld10k1/configure.in
+--- a/ld10k1/configure.ac
 b/ld10k1/configure.ac
 @@ -1,6 +1,5 @@
- AC_INIT(src/ld10k1.c)
- AM_INIT_AUTOMAKE(ld10k1, 0.1.8p1)
+ AC_INIT(ld10k1, 0.1.8p1)
+ AM_INIT_AUTOMAKE
 -AC_CONFIG_MACRO_DIR([m4])
  AM_MAINTAINER_MODE([enable])
  
  AC_CONFIG_HEADERS(config.h)
 a/qlo10k1/configure.in
-+++ b/qlo10k1/configure.in
+--- a/qlo10k1/configure.ac
 b/qlo10k1/configure.ac
 @@ -1,7 +1,6 @@
- AC_INIT(src/main.cpp)
- AM_INIT_AUTOMAKE(qlo10k1, 0.1.2p1)
+ AC_INIT(qlo10k1, 0.1.2p1)
+ AM_INIT_AUTOMAKE
  AM_MAINTAINER_MODE([enable])
 -AC_CONFIG_MACRO_DIR([m4])
  AC_CONFIG_HEADERS(config.h)



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



commit alsa-utils for openSUSE:Factory

2014-06-24 Thread h_root
Hello community,

here is the log from the commit of package alsa-utils for openSUSE:Factory 
checked in at 2014-06-25 06:57:30

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


Package is alsa-utils

Changes:

--- /work/SRC/openSUSE:Factory/alsa-utils/alsa-utils.changes2014-03-16 
08:05:00.0 +0100
+++ /work/SRC/openSUSE:Factory/.alsa-utils.new/alsa-utils.changes   
2014-06-25 06:57:39.0 +0200
@@ -1,0 +2,28 @@
+Wed Jun 18 13:10:03 CEST 2014 - ti...@suse.de
+
+- Updated to alsa-utils 1.0.28:
+  All pervious fix patches are obsoleted:
+  0001-alsactl-alsa-state.service-fix-typo-rkill-kill.patch
+  0002-alsaloop-fix-wrong-alias-for-signal.h.patch
+  0003-aplay-fix-two-off-by-one-errors.patch
+  0004-alsaloop-add-z-syslog-option-to-use-syslog-for-error.patch
+  0005-amixer-actually-print-all-TLVs-in-a-container-TLV.patch
+  0006-amixer-fix-indentation-when-printing-container-TLV-c.patch
+  0007-alsaloop-pcmjob.c-use-portable-way-to-initialize-rec.patch
+  0008-speaker-test-Fix-chmapped-channel-selection-without-.patch
+  0009-speaker-test-Always-show-chmap-channel-names-if-avai.patch
+  0010-speaker-test-Show-out-of-chmap-channels-as-Unknown.patch
+  0011-alsaconf-support-newer-m-i-t-and-kmod.patch
+  0012-alsaconf-update-gentoo-to-use-modprobe.d-method-as-e.patch
+  0013-configure-detect-udevdir-via-pkg-config-fallback-to-.patch
+  0014-alsactl-Add-monitor-command.patch
+  0015-alsactl-Fix-REMOVE-event-handling-in-monitor-command.patch
+  0016-alsactl-monitor-all-cards-as-default.patch
+  0017-alsactl-Fix-the-va_list-initialization-in-cerror_-an.patch
+  0018-aplay-fix-pcm_read-return-value.patch
+  0019-alsa-restore.rules-refer-to-correct-attr.patch
+  0020-aplay-fix-timespec-to-msec-conversion.patch
+  0021-speaker-test-add-force-frequency-option-to-allow-hz-.patch
+  0022-speaker-test-update-man-page-for-new-X-arg-also-cons.patch
+
+---

Old:

  0001-alsactl-alsa-state.service-fix-typo-rkill-kill.patch
  0002-alsaloop-fix-wrong-alias-for-signal.h.patch
  0003-aplay-fix-two-off-by-one-errors.patch
  0004-alsaloop-add-z-syslog-option-to-use-syslog-for-error.patch
  0005-amixer-actually-print-all-TLVs-in-a-container-TLV.patch
  0006-amixer-fix-indentation-when-printing-container-TLV-c.patch
  0007-alsaloop-pcmjob.c-use-portable-way-to-initialize-rec.patch
  0008-speaker-test-Fix-chmapped-channel-selection-without-.patch
  0009-speaker-test-Always-show-chmap-channel-names-if-avai.patch
  0010-speaker-test-Show-out-of-chmap-channels-as-Unknown.patch
  0011-alsaconf-support-newer-m-i-t-and-kmod.patch
  0012-alsaconf-update-gentoo-to-use-modprobe.d-method-as-e.patch
  0013-configure-detect-udevdir-via-pkg-config-fallback-to-.patch
  0014-alsactl-Add-monitor-command.patch
  0015-alsactl-Fix-REMOVE-event-handling-in-monitor-command.patch
  0016-alsactl-monitor-all-cards-as-default.patch
  0017-alsactl-Fix-the-va_list-initialization-in-cerror_-an.patch
  0018-aplay-fix-pcm_read-return-value.patch
  0019-alsa-restore.rules-refer-to-correct-attr.patch
  0020-aplay-fix-timespec-to-msec-conversion.patch
  0021-speaker-test-add-force-frequency-option-to-allow-hz-.patch
  0022-speaker-test-update-man-page-for-new-X-arg-also-cons.patch
  alsa-utils-1.0.27.2.tar.bz2

New:

  alsa-utils-1.0.28.tar.bz2



Other differences:
--
++ alsa-utils.spec ++
--- /var/tmp/diff_new_pack.rRasRQ/_old  2014-06-25 06:57:40.0 +0200
+++ /var/tmp/diff_new_pack.rRasRQ/_new  2014-06-25 06:57:40.0 +0200
@@ -16,7 +16,7 @@
 #
 
 
-%define package_version1.0.27.2
+%define package_version1.0.28
 #
 %if 0%{?suse_version}  1130
 %define use_systemd1
@@ -35,7 +35,7 @@
 %define _udevdir /lib/udev
 %endif
 Name:   alsa-utils
-Version:1.0.27.2
+Version:1.0.28
 Release:0
 Summary:Advanced Linux Sound Architecture Utilities
 License:GPL-2.0+
@@ -48,28 +48,6 @@
 Source12:   ja.po
 # Patch:  alsa-utils-git-fixes.diff
 # upstream fix patches
-Patch1: 0001-alsactl-alsa-state.service-fix-typo-rkill-kill.patch
-Patch2: 0002-alsaloop-fix-wrong-alias-for-signal.h.patch
-Patch3: 0003-aplay-fix-two-off-by-one-errors.patch
-Patch4: 0004-alsaloop-add-z-syslog-option-to-use-syslog-for-error.patch
-Patch5: 0005-amixer-actually-print-all-TLVs-in-a-container-TLV.patch
-Patch6: 0006-amixer-fix-indentation-when-printing-container-TLV-c.patch
-Patch7: 0007-alsaloop-pcmjob.c-use-portable-way-to-initialize-rec.patch
-Patch8: 0008-speaker-test-Fix-chmapped-channel-selection-without-.patch
-Patch9: 

commit alsa-firmware for openSUSE:Factory

2014-06-24 Thread h_root
Hello community,

here is the log from the commit of package alsa-firmware for openSUSE:Factory 
checked in at 2014-06-25 06:57:34

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


Package is alsa-firmware

Changes:

--- /work/SRC/openSUSE:Factory/alsa-firmware/alsa-firmware.changes  
2014-02-11 10:22:04.0 +0100
+++ /work/SRC/openSUSE:Factory/.alsa-firmware.new/alsa-firmware.changes 
2014-06-25 06:57:44.0 +0200
@@ -1,0 +2,7 @@
+Wed Jun 18 13:19:24 CEST 2014 - ti...@suse.de
+
+- Updated to alsa-firmware 1.0.28:
+  Removed obsoleted patch
+  0001-Add-cs46xx-entry-to-the-main-configure-and-Makefile..patch:
+
+---

Old:

  0001-Add-cs46xx-entry-to-the-main-configure-and-Makefile..patch
  alsa-firmware-1.0.27.tar.bz2
  cs46xx.tar.bz2

New:

  alsa-firmware-1.0.28.tar.bz2



Other differences:
--
++ alsa-firmware.spec ++
--- /var/tmp/diff_new_pack.a2TpCR/_old  2014-06-25 06:57:45.0 +0200
+++ /var/tmp/diff_new_pack.a2TpCR/_new  2014-06-25 06:57:45.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   alsa-firmware
-%define package_version1.0.27
+%define package_version1.0.28
 Url:http://www.alsa-project.org/
 Summary:Firmware Data Files for ALSA
 License:GPL-2.0+
@@ -27,13 +27,11 @@
 BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(udev)
 %endif
-Version:1.0.27
+Version:1.0.28
 Release:0
 Source: 
ftp://ftp.alsa-project.org/pub/firmware/alsa-firmware-%{package_version}.tar.bz2
 Source1:usx2yaudio.rules
 Source2:usx2yaudio-old.rules
-Source3:cs46xx.tar.bz2
-Patch1: 0001-Add-cs46xx-entry-to-the-main-configure-and-Makefile..patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
 Requires:   alsa
@@ -47,8 +45,7 @@
 Various firmware data files for ALSA drivers.
 
 %prep
-%setup -q -n %{name}-%{package_version} -a 3
-%patch1 -p1
+%setup -q -n %{name}-%{package_version}
 
 %build
 autoreconf -fi

++ alsa-firmware-1.0.27.tar.bz2 - alsa-firmware-1.0.28.tar.bz2 ++
 8721 lines of diff (skipped)

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



commit xterm for openSUSE:Factory

2014-06-24 Thread h_root
Hello community,

here is the log from the commit of package xterm for openSUSE:Factory checked 
in at 2014-06-25 06:57:39

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


Package is xterm

Changes:

--- /work/SRC/openSUSE:Factory/xterm/xterm.changes  2014-06-18 
07:47:50.0 +0200
+++ /work/SRC/openSUSE:Factory/.xterm.new/xterm.changes 2014-06-25 
06:57:52.0 +0200
@@ -1,0 +2,30 @@
+Mon Jun 23 08:25:46 UTC 2014 - pce...@suse.com
+
+- Patch #308 - 2014/06/19
+  * corrected font used for clipping double-width bitmap fonts
+from patch #307 changes to work around mis-scaled fonts
+(Debian #752947).
+  * improve wording of a warning message.
+
+---
+Wed Jun 18 09:50:15 UTC 2014 - pce...@suse.com
+
+- Patch #307 - 2014/06/17
+  * fill background for top/bottom parts of
+double-width/double-height characters, to cover occasional
+gaps due to bitmap font-scaling (report by Egmont Koblinger).
+  * amend resets for keyboard-type, pointer-mode and title-modes
+from xterm #305 changes to account for resource settings
+(Debian #751351).
+  * modify printAttributes feature to include new SGR codes.
+  * modify cursor show/hide logic to work with italic fonts.
+  * do clipping and filling for a case with bitmap-fonts and
+italics when the font server returns only a close match
+(report/testcase by Egmont Koblinger).
+  * adjust loop comparison for underlining to display underlines
+on 5x8 font as in patch #304 (Debian #750733).
+  * amend fix for Freedesktop #15979 (Debian #750733).
+  * amend xterm.appdata.xml, making it validate with current
+schema.
+
+---

Old:

  xterm-306.tgz
  xterm-306.tgz.asc

New:

  xterm-308.tgz
  xterm-308.tgz.asc



Other differences:
--
++ xterm.spec ++
--- /var/tmp/diff_new_pack.oND5H3/_old  2014-06-25 06:57:53.0 +0200
+++ /var/tmp/diff_new_pack.oND5H3/_new  2014-06-25 06:57:53.0 +0200
@@ -52,7 +52,7 @@
 %if 0%{?suse_version}  1210
 Requires:   luit
 %endif
-Version:306
+Version:308
 Release:0
 Summary:The basic X terminal program
 License:MIT





++ xterm-306.tgz - xterm-308.tgz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xterm-306/MANIFEST new/xterm-308/MANIFEST
--- old/xterm-306/MANIFEST  2014-06-03 22:25:02.0 +0200
+++ new/xterm-308/MANIFEST  2014-06-19 21:58:13.0 +0200
@@ -1,4 +1,4 @@
-MANIFEST for xterm-306, version xterm-306
+MANIFEST for xterm-308, version xterm-308
 

 MANIFESTthis file
 256colres.h resource-definitions for 256-color mode
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xterm-306/cachedGCs.c new/xterm-308/cachedGCs.c
--- old/xterm-306/cachedGCs.c   2011-09-11 16:59:38.0 +0200
+++ new/xterm-308/cachedGCs.c   2014-06-13 01:04:07.0 +0200
@@ -1,7 +1,7 @@
-/* $XTermId: cachedGCs.c,v 1.61 2011/09/11 14:59:38 tom Exp $ */
+/* $XTermId: cachedGCs.c,v 1.62 2014/06/12 23:04:07 tom Exp $ */
 
 /*
- * Copyright 2007-2010,2011 by Thomas E. Dickey
+ * Copyright 2007-2011,2014 by Thomas E. Dickey
  *
  * All Rights Reserved
  *
@@ -120,7 +120,7 @@
 #undef CASE
 
 static const char *
-traceVTwin(XtermWidget xw, VTwin * value)
+traceVTwin(XtermWidget xw, VTwin *value)
 {
 const char *result = ?;
 if (value == 0)
@@ -273,7 +273,7 @@
  * Returns the appropriate cache pointer.
  */
 static CgsCache *
-myCache(XtermWidget xw, VTwin * cgsWin, CgsEnum cgsId)
+myCache(XtermWidget xw, VTwin *cgsWin, CgsEnum cgsId)
 {
 CgsCache *result = 0;
 
@@ -304,7 +304,7 @@
 }
 
 static Drawable
-myDrawable(XtermWidget xw, VTwin * cgsWin)
+myDrawable(XtermWidget xw, VTwin *cgsWin)
 {
 Drawable drawable = 0;
 
@@ -316,7 +316,7 @@
 }
 
 static GC
-newCache(XtermWidget xw, VTwin * cgsWin, CgsEnum cgsId, CgsCache * me)
+newCache(XtermWidget xw, VTwin *cgsWin, CgsEnum cgsId, CgsCache * me)
 {
 XGCValues xgcv;
 XtGCMask mask;
@@ -448,11 +448,12 @@
 THIS(used) = 0;
 return THIS(gc);
 }
+
 /*
  * Use the setCgs() calls to initialize parameters for a new GC.
  */
 void
-setCgsFore(XtermWidget xw, VTwin * cgsWin, CgsEnum cgsId, Pixel fg)
+setCgsFore(XtermWidget xw, VTwin *cgsWin, CgsEnum cgsId, Pixel fg)
 {
 CgsCache *me;
 
@@ -463,7 +464,7 @@
 }
 
 void
-setCgsBack(XtermWidget xw, VTwin * cgsWin, CgsEnum cgsId, Pixel bg)

commit wpa_supplicant for openSUSE:Factory

2014-06-24 Thread h_root
Hello community,

here is the log from the commit of package wpa_supplicant for openSUSE:Factory 
checked in at 2014-06-25 06:57:59

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


Package is wpa_supplicant

Changes:

--- /work/SRC/openSUSE:Factory/wpa_supplicant/wpa_supplicant.changes
2014-06-19 13:08:29.0 +0200
+++ /work/SRC/openSUSE:Factory/.wpa_supplicant.new/wpa_supplicant.changes   
2014-06-25 06:58:10.0 +0200
@@ -1,0 +2,6 @@
+Thu Jun 19 07:34:35 UTC 2014 - g...@suse.com
+
+- Update the build config based on the new defconfig
+- Remove the libnl1 requirement. It's not supported.
+
+---



Other differences:
--
++ wpa_supplicant.spec ++
--- /var/tmp/diff_new_pack.qV3a44/_old  2014-06-25 06:58:11.0 +0200
+++ /var/tmp/diff_new_pack.qV3a44/_new  2014-06-25 06:58:11.0 +0200
@@ -27,12 +27,7 @@
 BuildRequires:  systemd-rpm-macros
 %systemd_requires
 %endif
-%if 0%{?suse_version}  1140
-BuildRequires:  libnl-1_1-devel
 BuildRequires:  libnl3-devel
-%else
-BuildRequires:  libnl-devel
-%endif
 Url:http://hostap.epitest.fi/wpa_supplicant/
 Version:2.2
 Release:0
@@ -87,9 +82,6 @@
 %setup -q -n wpa_supplicant-%{version}
 rm -rf wpa_supplicant-%{version}/patches
 cp %{SOURCE1} wpa_supplicant/.config
-%if 0%{?suse_version}  1140
-echo CONFIG_LIBNL32=y  wpa_supplicant/.config
-%endif
 %patch1 -p0
 %patch2 -p1
 

++ config ++
--- /var/tmp/diff_new_pack.qV3a44/_old  2014-06-25 06:58:11.0 +0200
+++ /var/tmp/diff_new_pack.qV3a44/_new  2014-06-25 06:58:11.0 +0200
@@ -20,63 +20,6 @@
 # used to fix build issues on such systems (krb5.h not found).
 #CFLAGS += -I/usr/include/kerberos
 
-# Example configuration for various cross-compilation platforms
-
- sveasoft (e.g., for Linksys WRT54G) ##
-#CC=mipsel-uclibc-gcc
-#CC=/opt/brcm/hndtools-mipsel-uclibc/bin/mipsel-uclibc-gcc
-#CFLAGS += -Os
-#CPPFLAGS += -I../src/include -I../../src/router/openssl/include
-#LIBS += -L/opt/brcm/hndtools-mipsel-uclibc-0.9.19/lib -lssl
-###
-
- openwrt (e.g., for Linksys WRT54G) ###
-#CC=mipsel-uclibc-gcc
-#CC=/opt/brcm/hndtools-mipsel-uclibc/bin/mipsel-uclibc-gcc
-#CFLAGS += -Os
-#CPPFLAGS=-I../src/include -I../openssl-0.9.7d/include \
-#  -I../WRT54GS/release/src/include
-#LIBS = -lssl
-###
-
-
-# Driver interface for Host AP driver
-CONFIG_DRIVER_HOSTAP=y
-
-# Driver interface for Agere driver
-#CONFIG_DRIVER_HERMES=y
-# Change include directories to match with the local setup
-#CFLAGS += -I../../hcf -I../../include -I../../include/hcf
-#CFLAGS += -I../../include/wireless
-
-# Driver interface for madwifi driver
-# Deprecated; use CONFIG_DRIVER_WEXT=y instead.
-#CONFIG_DRIVER_MADWIFI=y
-# Set include directory to the madwifi source tree
-#CFLAGS += -I../../madwifi
-
-# Driver interface for ndiswrapper
-# Deprecated; use CONFIG_DRIVER_WEXT=y instead.
-CONFIG_DRIVER_NDISWRAPPER=y
-
-# Driver interface for Atmel driver
-CONFIG_DRIVER_ATMEL=y
-
-# Driver interface for old Broadcom driver
-# Please note that the newer Broadcom driver (hybrid Linux driver) supports
-# Linux wireless extensions and does not need (or even work) with the old
-# driver wrapper. Use CONFIG_DRIVER_WEXT=y with that driver.
-#CONFIG_DRIVER_BROADCOM=y
-# Example path for wlioctl.h; change to match your configuration
-#CFLAGS += -I/opt/WRT54GS/release/src/include
-
-# Driver interface for Intel ipw2100/2200 driver
-# Deprecated; use CONFIG_DRIVER_WEXT=y instead.
-#CONFIG_DRIVER_IPW=y
-
-# Driver interface for Ralink driver
-#CONFIG_DRIVER_RALINK=y
-
 # Driver interface for generic Linux wireless extensions
 # Note: WEXT is deprecated in the current Linux kernel version and no new
 # functionality is added to it. nl80211-based interface is the new
@@ -88,6 +31,19 @@
 # Driver interface for Linux drivers using the nl80211 kernel interface
 CONFIG_DRIVER_NL80211=y
 
+# driver_nl80211.c requires libnl. If you are compiling it yourself
+# you may need to point hostapd to your version of libnl.
+#
+#CFLAGS += -I$path to libnl include files
+#LIBS += -L$path to libnl library files
+
+# Use libnl v2.0 (or 3.0) libraries.
+#CONFIG_LIBNL20=y
+
+# Use libnl 3.2 libraries (if this is selected, CONFIG_LIBNL20 is ignored)
+CONFIG_LIBNL32=y
+
+
 # Driver interface for FreeBSD net80211 layer (e.g., Atheros driver)
 #CONFIG_DRIVER_BSD=y
 #CFLAGS += -I/usr/local/include
@@ -147,10 +103,9 @@

commit php5 for openSUSE:Factory

2014-06-24 Thread h_root
Hello community,

here is the log from the commit of package php5 for openSUSE:Factory checked in 
at 2014-06-25 06:57:27

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


Package is php5

Changes:

--- /work/SRC/openSUSE:Factory/php5/php5.changes2014-05-10 
08:32:06.0 +0200
+++ /work/SRC/openSUSE:Factory/.php5.new/php5.changes   2014-06-25 
06:57:32.0 +0200
@@ -1,0 +2,25 @@
+Tue Jun 17 15:56:53 UTC 2014 - pgaj...@suse.com
+
+- security update
+  * php-5.5.13-CVE-2014-4049.patch [bnc#882992]
+
+---
+Tue Jun 17 07:17:37 UTC 2014 - pgaj...@suse.com
+
+- php5-5.5.10-CVE-2014-2497.patch renamed to
+  php-5.5.10-CVE-2014-2497.patch to be consistent with other 
+  product php patches names
+
+---
+Tue Jun  3 12:03:33 UTC 2014 - pgaj...@suse.com
+
+- do not package latest_test_results.txt; instead, run build-test.sh
+  twice: before and after source changes
+
+---
+Mon Jun  2 09:37:59 UTC 2014 - pgaj...@suse.com
+
+- updated to 5.5.13: This release fixes several bugs in PHP 5.5.12, 
+  and addresses two CVEs in Fileinfo (CVE-2014-0238 and CVE-2014-0237).
+
+---

Old:

  latest_test_results.txt
  php-5.5.12.tar.bz2
  php5-5.5.10-CVE-2014-2497.patch

New:

  php-5.5.10-CVE-2014-2497.patch
  php-5.5.13-CVE-2014-4049.patch
  php-5.5.13.tar.bz2



Other differences:
--
++ php5.spec ++
--- /var/tmp/diff_new_pack.7LgcaL/_old  2014-06-25 06:57:33.0 +0200
+++ /var/tmp/diff_new_pack.7LgcaL/_new  2014-06-25 06:57:33.0 +0200
@@ -104,7 +104,7 @@
 %define apache2_includedir %(%{apxs2} -q INCLUDEDIR)
 %define apache2_serverroot %(%{apxs2} -q PREFIX)
 %define need_libxml2_hack  %(if [ -e %{_includedir}/libxml/parser.h ]; then if 
grep -q XML_PARSE_OLDSAX %{_includedir}/libxml/parser.h;then echo 1; else echo 
0; fi; else echo 0; fi)
-Version:5.5.12
+Version:5.5.13
 Release:0
 Provides:   php
 Provides:   php-api = %{apiver}
@@ -144,6 +144,7 @@
 Source6:macros.php
 Source7:install-pear-nozlib.phar
 Source8:php-fpm.init
+Source100:  build-test.sh
 #SUSE specific stuff
 Patch0: php5-phpize.patch
 Patch1: php5-apache_sapi_install.patch
@@ -175,7 +176,8 @@
 Patch19:php5-big-file-upload.patch
 Patch20:php5-per-mod-log.patch
 Patch21:php5-apache24-updates.patch
-Patch22:php5-5.5.10-CVE-2014-2497.patch
+Patch22:php-5.5.10-CVE-2014-2497.patch
+Patch23:php-5.5.13-CVE-2014-4049.patch
 Url:http://www.php.net
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Summary:PHP5 Core Files
@@ -1327,6 +1329,7 @@
 %patch20 -p1
 %patch21 -p1
 %patch22
+%patch23
 # Safety check for API version change.
 vapi=`sed -n '/#define PHP_API_VERSION/{s/.* //;p}' main/php.h`
 if test x${vapi} != x%{apiver}; then

++ build-test.sh ++
--- /var/tmp/diff_new_pack.7LgcaL/_old  2014-06-25 06:57:33.0 +0200
+++ /var/tmp/diff_new_pack.7LgcaL/_new  2014-06-25 06:57:33.0 +0200
@@ -1,10 +1,14 @@
 #!/bin/bash
-TEST_RESULT_FILE='latest_test_results.txt'
+TEST_RESULT_FILE_BEFORE='test_results.before'
+TEST_RESULT_FILE_AFTER='test_results.after'
+
 function usage
 {
   echo usage: $0 buildroot [osc ARGUMENTS]
-  echo '   builds php in buildroot and checks test result for regressions'
-  echoagainst $TEST_RESULT_FILE
+  echo1. Run first time to create ${TEST_RESULT_FILE_BEFORE}.
+  echo2. Make source changes.
+  echo3. Run second time to create ${TEST_RESULT_FILE_AFTER}
+  echo   and see changes in test results.
 }
 
 if [ -z $1 ]; then
@@ -34,19 +38,18 @@
   | egrep 'TEST [0-9]+\/[0-9]+|SKIP.*reason' \
   | sed 's:.*\r::' \
   | sort \
- ${TEST_RESULT_FILE}.new
-
-if [ ! -e ${TEST_RESULT_FILE} ]; then
-  echo WARNING: ${TEST_RESULT_FILE} doesnt exist, creating
-  echo from ${TEST_RESULT_FILE}.new
-  mv ${TEST_RESULT_FILE}.new ${TEST_RESULT_FILE}
+ ${TEST_RESULT_FILE_AFTER}
+if [ ! -e ${TEST_RESULT_FILE_BEFORE} ]; then
+  echo Creating ${TEST_RESULT_FILE_BEFORE}
+  echo Run $0 again AFTER source changes, to create 
${TEST_RESULT_FILE_AFTER}.
+  echo Differences will be checked then.
+  mv ${TEST_RESULT_FILE_AFTER} ${TEST_RESULT_FILE_BEFORE}
 else
   echo --- DIFFERENCES ---
-  diff -up $TEST_RESULT_FILE ${TEST_RESULT_FILE}.new
+  diff -up $TEST_RESULT_FILE_BEFORE ${TEST_RESULT_FILE_AFTER}
   echo 

commit jsch for openSUSE:Factory

2014-06-24 Thread h_root
Hello community,

here is the log from the commit of package jsch for openSUSE:Factory checked in 
at 2014-06-25 06:57:25

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


Package is jsch

Changes:

--- /work/SRC/openSUSE:Factory/jsch/jsch.changes2013-09-11 
13:38:27.0 +0200
+++ /work/SRC/openSUSE:Factory/.jsch.new/jsch.changes   2014-06-25 
06:57:29.0 +0200
@@ -1,0 +2,7 @@
+Tue Jun 17 15:49:57 UTC 2014 - tchva...@suse.com
+
+- Version bump to 0.1.51
+- Cleanup with spec-cleaner
+- Add maven and osgi things same as in Fedora.
+
+---

Old:

  jsch-0.1.50.zip

New:

  MANIFEST.MF
  jsch-0.1.51.pom
  jsch-0.1.51.zip
  plugin.properties



Other differences:
--
++ jsch.spec ++
--- /var/tmp/diff_new_pack.AmbOgB/_old  2014-06-25 06:57:30.0 +0200
+++ /var/tmp/diff_new_pack.AmbOgB/_new  2014-06-25 06:57:30.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package jsch
 #
-# 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,32 @@
 #
 
 
-%define section   free
-
 Name:   jsch
-Version:0.1.50
+Version:0.1.51
 Release:0
 Summary:Pure Java implementation of SSH2
 License:BSD-3-Clause
 Group:  Development/Libraries/Java
 Url:http://www.jcraft.com/jsch/
-Source0:
http://downloads.sourceforge.net/sourceforge/jsch/jsch-%{version}.zip
-Requires:   jzlib
+Source0:http://downloads.sourceforge.net/%{name}/%{name}-%{version}.zip
+Source1:MANIFEST.MF
+Source2:plugin.properties
+Source3:
http://repo1.maven.org/maven2/com/jcraft/%{name}/%{version}/%{name}-%{version}.pom
 BuildRequires:  ant
 BuildRequires:  java-devel
 BuildRequires:  javapackages-tools
 BuildRequires:  jzlib
 BuildRequires:  unzip
-BuildArch:  noarch
+BuildRequires:  zip
+Requires:   jzlib
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildArch:  noarch
 
 %description
 JSch allows you to connect to an sshd server and use port forwarding,
 X11 forwarding, file transfer, etc., and you can integrate its
 functionality into your own Java programs.
 
-
-
 %packagejavadoc
 Summary:Pure Java implementation of SSH2
 Group:  Development/Libraries/Java
@@ -51,8 +51,6 @@
 X11 forwarding, file transfer, etc., and you can integrate its
 functionality into your own Java programs.
 
-
-
 %packagedemo
 Summary:Pure Java implementation of SSH2
 Group:  Development/Libraries/Java
@@ -62,36 +60,46 @@
 X11 forwarding, file transfer, etc., and you can integrate its
 functionality into your own Java programs.
 
-
-
 %prep
 %setup -q
 
 %build
 export CLASSPATH=$(build-classpath jzlib)
-export OPT_JAR_LIST=:
-ant -Dant.build.javac.source=1.5 -Dant.build.javac.target=1.5 dist javadoc 
+ant dist javadoc
 
 %install
+# inject the OSGi Manifest
+mkdir META-INF
+cp %{SOURCE1} META-INF
+cp %{SOURCE2} plugin.properties
+zip dist/lib/%{name}-*.jar META-INF/MANIFEST.MF
+zip dist/lib/%{name}-*.jar plugin.properties
+
 # jars
 install -Dpm 644 dist/lib/%{name}-*.jar 
%{buildroot}%{_javadir}/%{name}-%{version}.jar
 ln -s %{name}-%{version}.jar %{buildroot}%{_javadir}/%{name}.jar
+
 # javadoc
 install -dm 755 %{buildroot}%{_javadocdir}/%{name}-%{version}
 cp -pr javadoc/* %{buildroot}%{_javadocdir}/%{name}-%{version}
 ln -s %{name}-%{version} %{buildroot}%{_javadocdir}/%{name}
+
 # examples
 install -dm 755 %{buildroot}%{_datadir}/%{name}
 cp -pr examples/* %{buildroot}%{_datadir}/%{name}
 
-%clean
-rm -rf %{buildroot}
+# POM and depmap
+install -d -m 755 %{buildroot}%{_mavenpomdir}
+install -p -m 644 %{SOURCE3} %{buildroot}%{_mavenpomdir}/JPP-%{name}.pom
+%add_maven_depmap
 
 %files
 %defattr(0644,root,root,0755)
 %doc LICENSE.txt
 %{_javadir}/%{name}.jar
 %{_javadir}/%{name}-%{version}.jar
+%{_mavenpomdir}/JPP-%{name}.pom
+%config %{_mavendepmapfragdir}/*
 
 %files javadoc
 %defattr(0644,root,root,0755)

++ MANIFEST.MF ++
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %bundleName
Bundle-SymbolicName: com.jcraft.jsch
Bundle-Version: 0.1.51
Bundle-Vendor: %venderName
Bundle-Localization: plugin
Export-Package: com.jcraft.jsch;version=0.1.51,
 com.jcraft.jsch.jce;version=0.1.51;x-internal:=true,
 com.jcraft.jsch.jcraft;version=0.1.51;x-internal:=true,
 com.jcraft.jsch.jgss;version=0.1.51;x-internal:=true
Bundle-RequiredExecutionEnvironment: J2SE-1.4

commit pacemaker for openSUSE:Factory

2014-06-24 Thread h_root
Hello community,

here is the log from the commit of package pacemaker for openSUSE:Factory 
checked in at 2014-06-25 06:57:37

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-05-26 
10:27:38.0 +0200
+++ /work/SRC/openSUSE:Factory/.pacemaker.new/pacemaker.changes 2014-06-25 
06:57:51.0 +0200
@@ -1,0 +2,66 @@
+Fri Jun 13 03:16:29 UTC 2014 - y...@suse.com
+
+- Bug cl#5219 - PE: Allow unrelated resources with a common colocation target 
to remain promoted
+- Bug cl#5222 - Enable legacy mode whenever a broadcast update is detected 
(bnc#881575)
+- xml: Prevent incorrect xml diffs from corrupting the cib (bnc#878362)
+- mainloop: implement gio_poll_dispatch_mod
+- cluster: Prevent search of unames from attempting to create node entries for 
unknown nodes (bnc#881884)
+- Upstream version cs: 97629ded958f76652350569a54303b3cd25d1d7e
+
+---
+Wed Jun 11 05:44:21 UTC 2014 - y...@suse.com
+
+- crm_report: Gracefully handle rediculously large logfiles
+- Bug cl#5222 - cib: Repair rolling update capability (bnc#881575)
+- cib: Use a better option name for enabling the legacy cib diff code 
(cl#5222, bnc#881575)
+- remote: clear remote-node status correctly
+- pengine: properly handle fencing of container remote-nodes when the 
container is orphaned
+- remote: Handle request/response ipc proxy correctly
+- cib: Prevent assert on sending cib sync requests (cl#5222, bnc#881575)
+- crm_simulate: Clean up temporary shadow files on exit (bnc#879934)
+- pengine: cl#5200 - Before migrating utilization-using resources to a node, 
take off the load that will no longer run there if it's not introducing 
transition loop
+  (Rework cl#5044, lf#2599, bnc#695440)
+- Fencing: Cache metadata lookups to avoid repeated blocking during device 
registration
+- pengine: properly place resource within a container when container is a 
remote-node.
+- mainloop: Better handle the killing of processes in the act of exiting
+- services: Remove cancelled recurring ops from internal lists as early as 
possible
+- services: Remove file descriptors from mainloop as soon as we have drained 
them
+- pengine: Don't report a resource as restarting when it is a moving 
multistate resource
+- pengine: avoid assert by searching for stop action on correct node during 
LogActions
+- Upstream version cs: 734e6b538b0a037f9e7d0709f450bd664f26c332
+
+---
+Mon Jun  2 03:17:54 UTC 2014 - y...@suse.com
+
+- cib: Drop the message serverity now that the cause is well understood
+- crmd: Avoid spamming the cib by triggering a transition only once per 
non-status change
+- Upstream version cs: 559f733e8818a96085134cd2a34efc280c512a2a
+
+---
+Thu May 29 10:38:11 UTC 2014 - y...@suse.com
+
+- pengine: Prevent possible segfault (bnc#880258)
+- attrd: Ensure attribute dampening is always observed
+- Bug cl#5213 - Limit the scope of the previous commit to the masters role
+- membership: Avoid duplicate peer entries in the peer cache
+- Bug cl#5184 - Ensure pending probes that ultimately fail are correctly 
updated (bnc#804763, bnc#879034)
+- Upstream version cs: 9776707a6232f25812009145fafa8a64c5b53910
+
+---
+Tue May 27 09:39:48 UTC 2014 - y...@suse.com
+
+- Rebase:
+  * pacemaker-colocated-utilization.patch
+
+- Bug cl#5213 - Ensure role colocation with -INFINITY is enforced
+- pengine: Mark unrunnable stop actions as blocked and show the correct 
current locations (bnc#878662)
+- pengine: Block restart of resources if any dependent resource in a group is 
unmanaged (bnc#878662)
+- systemd: Try to handle dbus actions that complete prior to configuring a 
callback
+- mainloop: Canceling in-flight operations should not fail if child process 
has already exited.
+- Bug rhbz#1097457 - Limit the scope of the previous fix and include a helpful 
comment
+- Bug cl#5212 - Do not promote instances when quorum is lots and 
no-quorum-policy=freeze
+- Bug rhbz#1097457 - Prevent invalid transition when resource are ordered to 
start after the container they're started in
+- Fix: fix small memory leaks
+- Upstream version cs: 25ebca2b83df9263aedb944ea4eeb53468e90e83
+
+---
@@ -94 +160 @@
-- pengine: Correctly search failcount
+- pengine: Correctly search failcount (bnc#880520)

Old:

  pacemaker-1.1.11+git20140512.da5aaab.tar.bz2

New:

  pacemaker-1.1.11+git20140613.97629de.tar.bz2


commit alsa-oss for openSUSE:Factory

2014-06-24 Thread h_root
Hello community,

here is the log from the commit of package alsa-oss for openSUSE:Factory 
checked in at 2014-06-25 06:57:33

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


Package is alsa-oss

Changes:

--- /work/SRC/openSUSE:Factory/alsa-oss/alsa-oss.changes2014-04-29 
17:33:10.0 +0200
+++ /work/SRC/openSUSE:Factory/.alsa-oss.new/alsa-oss.changes   2014-06-25 
06:57:42.0 +0200
@@ -1,0 +2,9 @@
+Wed Jun 18 13:23:04 CEST 2014 - ti...@suse.de
+
+- Updated to alsa-oss 1.0.28:
+  All pervious fix patches are obsoleted:
+  0002-Add-AM_MAINTAINER_MODE-enable-to-configure.in.patch
+  0003-Fix-the-argument-passed-to-snd_pcm_dump_setup.patch
+  0004-Workaround-for-aoss-dmix-with-unaligned-rates.patch 
+
+---

Old:

  0002-Add-AM_MAINTAINER_MODE-enable-to-configure.in.patch
  0003-Fix-the-argument-passed-to-snd_pcm_dump_setup.patch
  0004-Workaround-for-aoss-dmix-with-unaligned-rates.patch
  alsa-oss-1.0.25.tar.bz2

New:

  alsa-oss-1.0.28.tar.bz2



Other differences:
--
++ alsa-oss.spec ++
--- /var/tmp/diff_new_pack.DTvGDS/_old  2014-06-25 06:57:43.0 +0200
+++ /var/tmp/diff_new_pack.DTvGDS/_new  2014-06-25 06:57:43.0 +0200
@@ -19,19 +19,16 @@
 Name:   alsa-oss
 BuildRequires:  alsa-devel
 BuildRequires:  libtool
-%define package_version1.0.25
+%define package_version1.0.28
 Summary:ALSA-OSS Wrapper
 License:GPL-2.0+
 Group:  System/Libraries
-Version:1.0.25
+Version:1.0.28
 Release:0
 Source: 
ftp://ftp.alsa-project.org/pub/oss-lib/alsa-oss-%{package_version}.tar.bz2
 Source2:baselibs.conf
 # Patch:  alsa-oss-hg-fixes.diff
 # upstream fixes
-Patch2: 0002-Add-AM_MAINTAINER_MODE-enable-to-configure.in.patch
-Patch3: 0003-Fix-the-argument-passed-to-snd_pcm_dump_setup.patch
-Patch4: 0004-Workaround-for-aoss-dmix-with-unaligned-rates.patch 
 Url:http://www.alsa-project.org/
 %ifarch s390x
 Recommends: %{name}-32bit = %{version}
@@ -45,9 +42,6 @@
 %prep
 %setup -q -n %{name}-%{package_version}
 # %patch -p1
-%patch2 -p1
-%patch3 -p1
-%patch4 -p1
 
 %build
 autoreconf -fi

++ alsa-oss-1.0.25.tar.bz2 - alsa-oss-1.0.28.tar.bz2 ++
 59204 lines of diff (skipped)
retrying with extended exclude list
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/alsa-oss-1.0.25/alsa/pcm.c new/alsa-oss-1.0.28/alsa/pcm.c
--- old/alsa-oss-1.0.25/alsa/pcm.c  2012-01-25 08:57:09.0 +0100
+++ new/alsa-oss-1.0.28/alsa/pcm.c  2014-06-12 11:33:37.0 +0200
@@ -263,10 +263,11 @@
if (err  0)
return err;
periods_min = 2;
-   err = snd_pcm_hw_params_set_periods_min(pcm, hw, 
periods_min, 0);
-   if (err  0)
-   return err;
-   if (dsp-maxfrags  0) {
+   if (!dsp-maxfrags) {
+   err = snd_pcm_hw_params_set_periods_min(pcm, 
hw, periods_min, 0);
+   if (err  0)
+   return err;
+   } else {
unsigned int periods_max = periods_min  
dsp-maxfrags
? periods_min : dsp-maxfrags;
err = snd_pcm_hw_params_set_periods_max(pcm, hw,
@@ -308,8 +309,8 @@
if (err  0)
return err;
 #if 0
-   if (alsa_oss_debug)
-   snd_pcm_dump_setup(pcm, stderr);
+   if (alsa_oss_debug  alsa_oss_debug_out)
+   snd_pcm_dump_setup(pcm, alsa_oss_debug_out);
 #endif
if (err  0)
return err;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/alsa-oss-1.0.25/configure.ac new/alsa-oss-1.0.28/configure.ac
--- old/alsa-oss-1.0.25/configure.ac1970-01-01 01:00:00.0 +0100
+++ new/alsa-oss-1.0.28/configure.ac2014-06-12 11:33:37.0 +0200
@@ -0,0 +1,40 

commit libcamgm for openSUSE:Factory

2014-06-24 Thread h_root
Hello community,

here is the log from the commit of package libcamgm for openSUSE:Factory 
checked in at 2014-06-25 06:58:01

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


Package is libcamgm

Changes:

--- /work/SRC/openSUSE:Factory/libcamgm/libcamgm.changes2014-05-02 
20:52:17.0 +0200
+++ /work/SRC/openSUSE:Factory/.libcamgm.new/libcamgm.changes   2014-06-25 
06:58:11.0 +0200
@@ -1,0 +2,17 @@
+Thu Jun 19 14:18:08 UTC 2014 - m...@suse.com
+
+- replace expired certificate in the testsuite
+
+---
+Thu May 15 14:35:48 UTC 2014 - tchva...@suse.com
+
+- Add back support for other fedora as it is still sometimes used
+
+---
+Thu May 15 14:12:56 UTC 2014 - tchva...@suse.com
+
+- Cleanup with spec-cleaner
+- Remove conditional for other distros that we don't even build for
+- Silence some of the rpmlint warnings
+
+---

Old:

  libcamgm-1.0.4.tar.bz2

New:

  libcamgm-1.0.5.tar.bz2



Other differences:
--
++ libcamgm.spec ++
--- /var/tmp/diff_new_pack.PKfVCt/_old  2014-06-25 06:58:12.0 +0200
+++ /var/tmp/diff_new_pack.PKfVCt/_new  2014-06-25 06:58:12.0 +0200
@@ -16,28 +16,25 @@
 #
 
 
-%define ruby_archdir %(ruby -r rbconfig -e print 
RbConfig::CONFIG['vendorarchdir'])
-
 Name:   libcamgm
-Version:1.0.4
+Version:1.0.5
 Release:0
+Summary:CA Management Library
+License:LGPL-2.1
+Group:  Development/Libraries/C and C++
 Url:https://github.com/openSUSE/libcamgm
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-
 Source0:libcamgm-%{version}.tar.bz2
 Source1:baselibs.conf
-Prefix: /usr
-
 BuildRequires:  autoconf
 BuildRequires:  automake
 BuildRequires:  boost-devel
-BuildRequires:  curl
 BuildRequires:  dejagnu
 BuildRequires:  doxygen
+BuildRequires:  fdupes
 BuildRequires:  gcc-c++
-BuildRequires:  libopenssl-devel
+BuildRequires:  libcurl-devel
 BuildRequires:  libtool
-BuildRequires:  openssl
+BuildRequires:  openssl-devel
 BuildRequires:  pcre-devel
 BuildRequires:  perl-gettext
 BuildRequires:  pkg-config
@@ -46,19 +43,13 @@
 BuildRequires:  swig
 BuildRequires:  translation-update-upstream
 Requires:   openssl
-
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %if 0%{?fedora_version}
 BuildRequires:  openssl-perl
-Requires:   openssl-perl
-%endif
-%if 0%{?fedora_version} = 7
 BuildRequires:  perl-ExtUtils-Embed
+Requires:   openssl-perl
 %endif
 
-Summary:CA Management Library
-License:LGPL-2.1
-Group:  Development/Libraries/C and C++
-
 %description
 The CA Management Library provides methods for managing a certificate 
authority.
 
@@ -69,16 +60,12 @@
 %description -n %{name}100
 The CA Management Library provides methods for managing a certificate 
authority.
 
-
 %package devel
-Requires:   %{name}100 = %version
-Requires:   openssl-devel
-Requires:   pcre-devel
 Summary:CA Management Library Development Files
 Group:  Development/Libraries/C and C++
-%if 0%{?suse_version} = 1030
-Requires:   libopenssl-devel
-%endif
+Requires:   %{name}100 = %{version}
+Requires:   openssl-devel
+Requires:   pcre-devel
 
 %description devel
 The CA Management Library provides methods for managing
@@ -86,13 +73,13 @@
 development documentation.
 
 %package -n perl-camgm
-%if 0%{?fedora_version} = 7
-Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo 
$version))
+Summary:CA Management Library Perl Bindings
+Group:  Development/Languages/Perl
+%if 0%{?fedora_version}
+Requires:   perl(:MODULE_COMPAT_%(eval `perl -V:version`; echo $version))
 %else
 Requires:   perl = %{perl_version}
 %endif
-Summary:CA Management Library Perl Bindings
-Group:  Development/Languages/Perl
 
 %description -n perl-camgm
 The CA Management Library provides methods for managing
@@ -101,9 +88,9 @@
 This package provides the perl bindings to the CA Management Library.
 
 %package -n ruby-camgm
-Requires:   ruby
 Summary:CA Management Library Ruby Bindings
 Group:  Development/Languages/Ruby
+Requires:   ruby
 
 %description -n ruby-camgm
 The CA Management Library provides methods for managing
@@ -112,9 +99,9 @@
 This package provides the ruby bindings to the CA Management Library.
 
 %package -n python-camgm
-Requires:   python
 Summary:CA Management Library Python Bindings
 Group:  Development/Languages/Python

commit wsdl4j for openSUSE:Factory

2014-06-24 Thread h_root
Hello community,

here is the log from the commit of package wsdl4j for openSUSE:Factory checked 
in at 2014-06-25 06:57:24

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


Package is wsdl4j

Changes:

--- /work/SRC/openSUSE:Factory/wsdl4j/wsdl4j.changes2013-09-13 
14:45:51.0 +0200
+++ /work/SRC/openSUSE:Factory/.wsdl4j.new/wsdl4j.changes   2014-06-25 
06:57:28.0 +0200
@@ -1,0 +2,13 @@
+Tue Jun 17 15:39:38 UTC 2014 - tchva...@suse.com
+
+- Cleanup with spec-cleaner.
+
+---
+Tue Jun 17 15:36:50 UTC 2014 - tchva...@suse.com
+
+- Version bump to 1.6.3 to match upstream code.
+  * Package done to match fedora one.
+- Delete no longer needed patch:
+  * wsdl4j-java14compat.patch
+
+---

Old:

  wsdl4j-1.5.1-src.tar.gz
  wsdl4j-java14compat.patch

New:

  wsdl4j-1.6.3.pom
  wsdl4j-MANIFEST.MF
  wsdl4j-src-1.6.3.zip



Other differences:
--
++ wsdl4j.spec ++
--- /var/tmp/diff_new_pack.W6b8kg/_old  2014-06-25 06:57:29.0 +0200
+++ /var/tmp/diff_new_pack.W6b8kg/_new  2014-06-25 06:57:29.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package wsdl4j
 #
-# 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
@@ -14,34 +14,27 @@
 
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
-# icecream 0
 
 
 Name:   wsdl4j
-BuildRequires:  ant-junit
-BuildRequires:  java2-devel-packages
-BuildRequires:  xml-commons-apis
-%define namewsdl4j
-%define version 1.5.1
-%define release 1jpp
-%define section free
-# -
+Version:1.6.3
+Release:0
 Summary:Web Services Description Language Toolkit for Java
 License:IPL-1.0
 Group:  Development/Libraries/Java
-Version:1.5.1
-Release:0
-Url:http://www-124.ibm.com/developerworks/projects/wsdl4j/
-BuildArch:  noarch
-Source0:wsdl4j-%{version}-src.tar.gz
-##cvs -d:pserver:anonym...@cvs.sourceforge.net:/cvsroot/wsdl4j login
-##cvs -z3 -d:pserver:anonym...@cvs.sourceforge.net:/cvsroot/wsdl4j export -r 
wsdl4j-1_5_1 wsdl4j
-Patch:  %{name}-java14compat.patch
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+Url:http://sourceforge.net/projects/wsdl4j
+Source0:
http://downloads.sourceforge.net/%{name}/%{name}-src-%{version}.zip
+Source1:%{name}-MANIFEST.MF
+Source2:
http://repo1.maven.org/maven2/wsdl4j/wsdl4j/%{version}/wsdl4j-%{version}.pom
+BuildRequires:  ant-junit
+BuildRequires:  java2-devel-packages
+BuildRequires:  unzip
+BuildRequires:  xml-commons-apis
+BuildRequires:  zip
 Requires:   java
 Requires:   jaxp_parser_impl
-#XXX: temporary fix to make axis auto dependencies work, need to revork package
-Provides:   osgi(javax.wsdl)
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildArch:  noarch
 
 %description
 The Web Services Description Language for Java Toolkit (WSDL4J) allows
@@ -49,10 +42,7 @@
 describing services.  This codebase will eventually serve as a
 reference implementation of the standard created by JSR110.
 
-
-
 %package javadoc
-PreReq: coreutils
 Summary:Javadoc for wsdl4j
 Group:  Development/Libraries/Java
 
@@ -65,48 +55,42 @@
 This package contains the javadoc documentation for the Web Services
 Description Language for Java.
 
-
-
 %prep
-%setup -q -n %{name}-%{version}
-%patch
+%setup -q -n %{name}-1_6_3
 
 %build
-export OPT_JAR_LIST=ant/ant-junit junit
-[ -z $JAVA_HOME ]  export JAVA_HOME=%{_jvmdir}/java
-#ant -Dbuild.compiler=modern compile
-#ant -Dbuild.compiler=modern javadocs
-ant -Dbuild.compiler=modern compile test javadocs
+ant compile javadocs
 
 %install
+# inject OSGi manifests
+mkdir -p META-INF
+cp -p %{SOURCE1} META-INF/MANIFEST.MF
+touch META-INF/MANIFEST.MF
+zip -u build/lib/%{name}.jar META-INF/MANIFEST.MF
+
 # jars
-install -d -m 0755 $RPM_BUILD_ROOT%{_javadir}
-for jar in %{name}.jar qname.jar ; do
-   vjar=$(echo $jar | sed s+.jar+-%{version}.jar+g)
-   install -m 644 build/lib/$jar $RPM_BUILD_ROOT%{_javadir}/$vjar
-   pushd $RPM_BUILD_ROOT%{_javadir}
-  ln -fs $vjar $jar
-   popd
-done
-# javadoc
-install -d -m 0755 $RPM_BUILD_ROOT%{_javadocdir}/%{name}-%{version}
-cp -pr build/javadocs/* 

commit suse-xsl-stylesheets for openSUSE:Factory

2014-06-24 Thread h_root
Hello community,

here is the log from the commit of package suse-xsl-stylesheets for 
openSUSE:Factory checked in at 2014-06-25 06:57:23

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


Package is suse-xsl-stylesheets

Changes:

--- 
/work/SRC/openSUSE:Factory/suse-xsl-stylesheets/suse-xsl-stylesheets.changes
2014-05-27 11:51:10.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.suse-xsl-stylesheets.new/suse-xsl-stylesheets.changes
   2014-06-25 06:57:25.0 +0200
@@ -1,0 +2,18 @@
+Tue Jun 17 13:54:32 UTC 2014 - skn...@suse.de
+
+- Update TAR archive to 2.0 beta 5
+- 2005 Stylesheets:
+  + HTML output: avoid copying too many graphics, use static
+directory properly (bnc#882647)
+- 2013 Stylesheets:
+  + HTML output: improve font loading (again)
+  + HTML output: less clutter in TOCs
+  + HTML output: pure CSS fallback for bubble TOC
+  + HTML output: some smaller CSS fixes
+  + PDF output: avoid page breaks that only happen because of
+(invisible) indexterms
+  + PDF output: improve article cover/TOC page
+  + PDF output: support arch profiling attribute
+  + PDF output: simpler admonitions
+
+---

Old:

  suse-xsl-stylesheets-2.0~beta4.tar.bz2

New:

  suse-xsl-stylesheets-2.0~beta5.tar.bz2



Other differences:
--
++ suse-xsl-stylesheets.spec ++
--- /var/tmp/diff_new_pack.EAwe0A/_old  2014-06-25 06:57:26.0 +0200
+++ /var/tmp/diff_new_pack.EAwe0A/_new  2014-06-25 06:57:26.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   suse-xsl-stylesheets
-Version:2.0~beta4
+Version:2.0~beta5
 Release:0
 
 ###

++ suse-xsl-stylesheets-2.0~beta4.tar.bz2 - 
suse-xsl-stylesheets-2.0~beta5.tar.bz2 ++
 13259 lines of diff (skipped)

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



commit xerces-j2 for openSUSE:Factory

2014-06-24 Thread h_root
Hello community,

here is the log from the commit of package xerces-j2 for openSUSE:Factory 
checked in at 2014-06-25 06:57:36

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


Package is xerces-j2

Changes:

--- /work/SRC/openSUSE:Factory/xerces-j2/xerces-j2.changes  2013-09-11 
17:11:48.0 +0200
+++ /work/SRC/openSUSE:Factory/.xerces-j2.new/xerces-j2.changes 2014-06-25 
06:57:50.0 +0200
@@ -1,0 +2,7 @@
+Wed Jun 11 13:06:12 UTC 2014 - tchva...@suse.com
+
+- Drop unused patches:
+  * xerces-build.patch
+  * xerces-j2-gcj-switch-constants-bug.patch
+
+---

Old:

  xerces-build.patch
  xerces-j2-gcj-switch-constants-bug.patch



Other differences:
--
++ xerces-j2.spec ++
--- /var/tmp/diff_new_pack.6INZLf/_old  2014-06-25 06:57:50.0 +0200
+++ /var/tmp/diff_new_pack.6INZLf/_new  2014-06-25 06:57:50.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package xerces-j2
 #
-# 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

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



commit libprison for openSUSE:Factory

2014-06-24 Thread h_root
Hello community,

here is the log from the commit of package libprison for openSUSE:Factory 
checked in at 2014-06-25 06:57:28

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


Package is libprison

Changes:

--- /work/SRC/openSUSE:Factory/libprison/libprison.changes  2014-03-18 
13:49:11.0 +0100
+++ /work/SRC/openSUSE:Factory/.libprison.new/libprison.changes 2014-06-25 
06:57:34.0 +0200
@@ -1,0 +2,6 @@
+Tue Jun 17 16:14:35 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 1.1.1
+  * Fixed internal library versioning
+
+---

Old:

  prison-1.1.0.tar.xz

New:

  prison-1.1.1.tar.xz



Other differences:
--
++ libprison.spec ++
--- /var/tmp/diff_new_pack.GBK4kT/_old  2014-06-25 06:57:35.0 +0200
+++ /var/tmp/diff_new_pack.GBK4kT/_new  2014-06-25 06:57:35.0 +0200
@@ -18,13 +18,13 @@
 
 Name:   libprison
 %define rname   prison
-Version:1.1.0
+Version:1.1.1
 Release:0
 Summary:Qt api to produce QRCode and DataMatrix barcodes
 License:MIT
 Group:  Development/Libraries/C and C++
 Url:https://projects.kde.org/projects/prison
-Source: %{rname}-%{version}.tar.xz
+Source: 
http://download.kde.org/stable/prison/%{version}/src/%{rname}-%{version}.tar.xz
 BuildRequires:  cmake
 BuildRequires:  kde4-filesystem
 BuildRequires:  libdmtx-devel

++ prison-1.1.0.tar.xz - prison-1.1.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/prison-1.1.0/lib/prison/CMakeLists.txt 
new/prison-1.1.1/lib/prison/CMakeLists.txt
--- old/prison-1.1.0/lib/prison/CMakeLists.txt  2014-03-16 19:07:42.0 
+0100
+++ new/prison-1.1.1/lib/prison/CMakeLists.txt  2014-04-05 22:28:30.0 
+0200
@@ -12,7 +12,7 @@
 add_library(prison SHARED ${prison_SRC})
 target_link_libraries(prison ${DMTX_LIBRARIES} ${QRENCODE_LIBRARIES} 
${QT_QTCORE_LIBRARY} ${QT_QTGUI_LIBRARY})
 
-set_target_properties(prison PROPERTIES VERSION 1.1.0 SOVERSION 0 
LINK_INTERFACE_LIBRARIES  DEFINE_SYMBOL BUILDING_PRISON)
+set_target_properties(prison PROPERTIES VERSION 0.1.0 SOVERSION 0 
LINK_INTERFACE_LIBRARIES  DEFINE_SYMBOL BUILDING_PRISON)
 
 set(LIB_SUFFIX  CACHE STRING Define suffix of directory name (32/64) )
 

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



commit alsa for openSUSE:Factory

2014-06-24 Thread h_root
Hello community,

here is the log from the commit of package alsa for openSUSE:Factory checked in 
at 2014-06-25 06:57:29

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


Package is alsa

Changes:

--- /work/SRC/openSUSE:Factory/alsa/alsa.changes2014-04-04 
16:32:09.0 +0200
+++ /work/SRC/openSUSE:Factory/.alsa.new/alsa.changes   2014-06-25 
06:57:36.0 +0200
@@ -1,0 +2,45 @@
+Wed Jun 18 13:08:38 CEST 2014 - ti...@suse.de
+
+- Updated to alsa-lib 1.0.28:
+  All pervious fix patches are obsoleted:
+  0001-local.h-use-__kernel_off_t-from-linux-types.h.patch
+  0002-conf-cards-add-Audio-Advantage-Micro-II.patch
+  0003-pcm-Fix-a-wrong-value-shown-in-the-error-message-in-.patch
+  0004-UCM-Document-some-standard-values.patch
+  0005-hdspm.h-Update-LTC-ioctl-to-use-struct-hdspm_ltc.patch
+  0006-Update-iatomic.h-functions-definitions-for-mips.patch
+  0007-Fix-access-of-freed-memory-in-namehints.patch
+  0008-HDA-Intel-present-up-to-8-HDMI-DP-outputs-via-hdmi-d.patch
+  0009-snd_tlv_convert_from_dB-fix-decreasing-gain-across-e.patch
+  0010-remove-unnecessary-obsolete-compat-hsearch_r.c.patch
+  0011-local.h-include-sys-types.h-to-fix-issues-with-pcm.h.patch
+  0012-test-chmap-Add-missing-usage-text-for-s-option.patch
+  0013-include-global.h-don-t-define-timeval-and-timespec-s.patch
+  0014-conf.c-use-portable-way-to-initialize-recursive-mute.patch
+  0015-pcm_file-fix-SEGFAULT-if-file-option-is-missing-whil.patch
+  0016-pcm_file-fixed-memory-leak.patch
+  0017-pcm_file-don-t-touch-infile-on-playback-and-output-f.patch
+  0018-pcm_file-document-new-argument-to-snd_pcm_file_open.patch
+  0019-dmix-Don-t-use-assert-and-abort.patch
+  0020-minor-malloc-changes.patch
+  0021-alsa-lib-minor-typo-in-pcm-doc.patch
+  0022-control_hw-fix-potential-memory-leak.patch
+  0023-pcm-initialize-pcm_dmix-monotonic-field.patch
+  0024-pcm-initialize-monotonic-field-for-dshare-and-dsnoop.patch
+  0025-pcm-use-CLOCK_REALTIME-for-non-monotonic-ts.patch
+  0026-alsa-lib-heavy-pcm-atomics-cleanup.patch
+  0027-conf-Add-basic-infrastructure-for-2.1-surround-sound.patch
+  0028-conf-Add-surround-2.1-support-to-all-cards.patch
+  0029-Portability-fix-look-for-sys-endian.h-as-well-as-end.patch
+  0030-autotools-update-style.patch
+  0031-pcm-Insert-linear-to-float-conversion-when-rate-or-c.patch
+  0032-pcm-route-Allow-chmap-syntax-for-slave-channels-in-t.patch
+  0033-pcm-route-Select-slave-chmap-based-on-ttable-informa.patch
+  0034-conf-Allow-2.1-surround-to-use-different-number-of-c.patch
+  0035-pcm-Wrap-hw_ptr-to-boundary-in-pcm_ioplug.patch
+  0036-src-conf-cards-Add-missing-entry-for-Loopback.conf.patch
+  0037-route-Return-NULL-in-case-of-zero-found-channels-in-.patch
+  0038-route-Fix-invalid-pointer-access.patch
+  0039-pcm-ladspa-Delay-LADSPA-plugin-activate-call.patch
+
+---

Old:

  0001-local.h-use-__kernel_off_t-from-linux-types.h.patch
  0002-conf-cards-add-Audio-Advantage-Micro-II.patch
  0003-pcm-Fix-a-wrong-value-shown-in-the-error-message-in-.patch
  0004-UCM-Document-some-standard-values.patch
  0005-hdspm.h-Update-LTC-ioctl-to-use-struct-hdspm_ltc.patch
  0006-Update-iatomic.h-functions-definitions-for-mips.patch
  0007-Fix-access-of-freed-memory-in-namehints.patch
  0008-HDA-Intel-present-up-to-8-HDMI-DP-outputs-via-hdmi-d.patch
  0009-snd_tlv_convert_from_dB-fix-decreasing-gain-across-e.patch
  0010-remove-unnecessary-obsolete-compat-hsearch_r.c.patch
  0011-local.h-include-sys-types.h-to-fix-issues-with-pcm.h.patch
  0012-test-chmap-Add-missing-usage-text-for-s-option.patch
  0013-include-global.h-don-t-define-timeval-and-timespec-s.patch
  0014-conf.c-use-portable-way-to-initialize-recursive-mute.patch
  0015-pcm_file-fix-SEGFAULT-if-file-option-is-missing-whil.patch
  0016-pcm_file-fixed-memory-leak.patch
  0017-pcm_file-don-t-touch-infile-on-playback-and-output-f.patch
  0018-pcm_file-document-new-argument-to-snd_pcm_file_open.patch
  0019-dmix-Don-t-use-assert-and-abort.patch
  0020-minor-malloc-changes.patch
  0021-alsa-lib-minor-typo-in-pcm-doc.patch
  0022-control_hw-fix-potential-memory-leak.patch
  0023-pcm-initialize-pcm_dmix-monotonic-field.patch
  0024-pcm-initialize-monotonic-field-for-dshare-and-dsnoop.patch
  0025-pcm-use-CLOCK_REALTIME-for-non-monotonic-ts.patch
  0026-alsa-lib-heavy-pcm-atomics-cleanup.patch
  0027-conf-Add-basic-infrastructure-for-2.1-surround-sound.patch
  0028-conf-Add-surround-2.1-support-to-all-cards.patch
  0029-Portability-fix-look-for-sys-endian.h-as-well-as-end.patch
  0030-autotools-update-style.patch
  0031-pcm-Insert-linear-to-float-conversion-when-rate-or-c.patch
  0032-pcm-route-Allow-chmap-syntax-for-slave-channels-in-t.patch
  

commit alsa-plugins for openSUSE:Factory

2014-06-24 Thread h_root
Hello community,

here is the log from the commit of package alsa-plugins for openSUSE:Factory 
checked in at 2014-06-25 06:57:31

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


Package is alsa-plugins

Changes:

--- /work/SRC/openSUSE:Factory/alsa-plugins/alsa-plugins.changes
2014-03-16 08:05:05.0 +0100
+++ /work/SRC/openSUSE:Factory/.alsa-plugins.new/alsa-plugins.changes   
2014-06-25 06:57:41.0 +0200
@@ -1,0 +2,15 @@
+Wed Jun 18 13:14:30 CEST 2014 - ti...@suse.de
+
+- Updated to alsa-plugins 1.0.28:
+  All pervious fix patches are obsoleted:
+  0001-Check-for-and-include-libavutil.h-to-avoid-unresolve.patch
+  0002-Add-AM_MAINTAINER_MODE-enable-to-configure.in.patch
+  0003-vdownmix-Add-chmap-support.patch
+  0004-upmix-Add-chmap-support.patch
+  0005-a52-Fix-build-error-with-the-recent-version.patch
+  0006-a52-Add-chmap-support.patch
+  0007-a52-Propagate-errors-from-hw.patch
+  0008-a52-switch-to-AV_CODEC_ID-identifiers.patch
+  0009-jack-Allow-to-specify-a-client-name-as-parameters.patch
+
+---

Old:

  0001-Check-for-and-include-libavutil.h-to-avoid-unresolve.patch
  0002-Add-AM_MAINTAINER_MODE-enable-to-configure.in.patch
  0003-vdownmix-Add-chmap-support.patch
  0004-upmix-Add-chmap-support.patch
  0005-a52-Fix-build-error-with-the-recent-version.patch
  0006-a52-Add-chmap-support.patch
  0007-a52-Propagate-errors-from-hw.patch
  0008-a52-switch-to-AV_CODEC_ID-identifiers.patch
  0009-jack-Allow-to-specify-a-client-name-as-parameters.patch
  alsa-plugins-1.0.27.tar.bz2

New:

  alsa-plugins-1.0.28.tar.bz2



Other differences:
--
++ alsa-plugins.spec ++
--- /var/tmp/diff_new_pack.Zh0D3G/_old  2014-06-25 06:57:42.0 +0200
+++ /var/tmp/diff_new_pack.Zh0D3G/_new  2014-06-25 06:57:42.0 +0200
@@ -16,7 +16,7 @@
 #
 
 
-%define package_version1.0.27
+%define package_version1.0.28
 %if 0%{?suse_version}  1030
 %define build_pulse1
 %define build_speex1
@@ -25,7 +25,7 @@
 %define build_speex0
 %endif
 Name:   alsa-plugins
-Version:1.0.27
+Version:1.0.28
 Release:0
 Summary:Extra Plug-Ins for the ALSA Library
 License:LGPL-2.1+
@@ -36,15 +36,6 @@
 Source2:alsa-pulse.conf
 Source3:baselibs.conf
 # upstream fixes
-Patch1: 0001-Check-for-and-include-libavutil.h-to-avoid-unresolve.patch
-Patch2: 0002-Add-AM_MAINTAINER_MODE-enable-to-configure.in.patch
-Patch3: 0003-vdownmix-Add-chmap-support.patch
-Patch4: 0004-upmix-Add-chmap-support.patch
-Patch5: 0005-a52-Fix-build-error-with-the-recent-version.patch
-Patch6: 0006-a52-Add-chmap-support.patch
-Patch7: 0007-a52-Propagate-errors-from-hw.patch
-Patch8: 0008-a52-switch-to-AV_CODEC_ID-identifiers.patch
-Patch9: 0009-jack-Allow-to-specify-a-client-name-as-parameters.patch
 BuildRequires:  alsa-devel
 BuildRequires:  dbus-1-devel
 BuildRequires:  libjack-devel
@@ -137,15 +128,6 @@
 
 %prep
 %setup -q -n %{name}-%{package_version}
-%patch1 -p1
-%patch2 -p1
-%patch3 -p1
-%patch4 -p1
-%patch5 -p1
-%patch6 -p1
-%patch7 -p1
-%patch8 -p1
-%patch9 -p1
 
 %build
 export AUTOMAKE_JOBS=%{?_smp_mflags}

++ alsa-plugins-1.0.27.tar.bz2 - alsa-plugins-1.0.28.tar.bz2 ++
 1776 lines of diff (skipped)
retrying with extended exclude list
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/alsa-plugins-1.0.27/a52/pcm_a52.c new/alsa-plugins-1.0.28/a52/pcm_a52.c
--- old/alsa-plugins-1.0.27/a52/pcm_a52.c   2013-04-11 13:43:08.0 
+0200
+++ new/alsa-plugins-1.0.28/a52/pcm_a52.c   2014-06-12 11:32:45.0 
+0200
@@ -26,12 +26,7 @@
 #include alsa/pcm_external.h
 #include alsa/pcm_plugin.h
 #include AVCODEC_HEADER
-
-#if LIBAVCODEC_VERSION_MAJOR = 53  LIBAVCODEC_VERSION_MINOR = 34
-#include libavutil/audioconvert.h
-#include libavutil/mem.h
-#define USE_AVCODEC_FRAME
-#endif
+#include libavutil/avutil.h
 
 /* some compatibility wrappers */
 #ifndef AV_VERSION_INT
@@ -43,6 +38,12 @@
LIBAVCODEC_VERSION_MICRO)
 #endif
 
+#if LIBAVCODEC_VERSION_INT = AV_VERSION_INT(53, 34, 0)
+#include libavutil/audioconvert.h
+#include libavutil/mem.h
+#define USE_AVCODEC_FRAME
+#endif
+
 #if LIBAVCODEC_VERSION_INT  AV_VERSION_INT(54, 0, 0)
 #ifndef AV_CH_LAYOUT_STEREO
 #define 

commit pstoedit for openSUSE:Factory

2014-06-24 Thread h_root
Hello community,

here is the log from the commit of package pstoedit for openSUSE:Factory 
checked in at 2014-06-25 06:57:21

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


Package is pstoedit

Changes:

--- /work/SRC/openSUSE:Factory/pstoedit/pstoedit.changes2013-04-16 
06:55:19.0 +0200
+++ /work/SRC/openSUSE:Factory/.pstoedit.new/pstoedit.changes   2014-06-25 
06:57:22.0 +0200
@@ -1,0 +2,17 @@
+Fri May 30 09:19:13 UTC 2014 - tchva...@suse.com
+
+- Version bump to 3.62:
+  * new backend generating PowerPoint pptx files
+  * improved handling of composite fonts
+  * fixed a bug in detecting rectangles.
+  * improved bounding box tracing in case of text (but it is still not 
perfect).
+  * changed the creation of filenames when using the -split option.
+  * fixed a bug in passing generic libplot arguments to the libplot drivers.
+  * improved support for 64-bit systems related the integration of pstoedit to 
gsview.
+  * include a version info resource in pstoedit's windows exe and DLLs.
+  * include a work-around for a Hurd specific problem with dlclose.
+- New patches to fix build behaviour:
+  * pstoedit-3.60-libdl.patch
+  * pstoedit-3.62-parallel.patch
+
+---

Old:

  pstoedit-3.61.tar.gz

New:

  pstoedit-3.60-libdl.patch
  pstoedit-3.62-parallel.patch
  pstoedit-3.62.tar.gz



Other differences:
--
++ pstoedit.spec ++
--- /var/tmp/diff_new_pack.y7Joau/_old  2014-06-25 06:57:23.0 +0200
+++ /var/tmp/diff_new_pack.y7Joau/_new  2014-06-25 06:57:23.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package pstoedit
 #
-# 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
@@ -17,28 +17,32 @@
 
 
 Name:   pstoedit
-BuildRequires:  gcc-c++
-BuildRequires:  gd-devel
-BuildRequires:  ghostscript-fonts-std
-BuildRequires:  ghostscript-x11
-BuildRequires:  libEMF-devel
-BuildRequires:  libMagick++-devel
-BuildRequires:  libtool
-BuildRequires:  pkg-config
-BuildRequires:  plotutils-devel
-BuildRequires:  xfig
-# FIXME: Not yet in openSUSE:
-#BuildRequires:  libming-devel
-Requires:   ghostscript_any
+Version:3.62
+Release:0
 Summary:PostScript and PDF Converter
 License:GPL-2.0+
 Group:  Productivity/Publishing/PS
-Version:3.61
-Release:0
 Url:http://www.pstoedit.net/
 Source: 
https://sourceforge.net/projects/pstoedit/files/pstoedit/%{version}/%{name}-%{version}.tar.gz
 # PATCH-WORKAROUND-OPENSUSE pstoedit-3.50-plugin-close.patch bnc622977 
Redhat507035 sbra...@suse.cz -- Work-around crash in glibc and don't dlclose() 
in destructors.
 Patch1: pstoedit-3.50-plugin-close.patch
+# PATCH-FIX-UPSTREAM pstoedit-3.62-parallel.patch fix paralel build
+Patch2: pstoedit-3.62-parallel.patch
+# PATCH-FIX-UPSTREAM pstoedit-3.60-libdl.patch really link to libdl
+Patch3: pstoedit-3.60-libdl.patch
+BuildRequires:  autoconf
+BuildRequires:  automake
+BuildRequires:  gcc-c++
+BuildRequires:  gd-devel
+BuildRequires:  ghostscript-devel
+BuildRequires:  libEMF-devel
+BuildRequires:  libMagick++-devel
+BuildRequires:  libpng-devel
+BuildRequires:  libtool
+BuildRequires:  libzip-devel
+BuildRequires:  pkg-config
+BuildRequires:  plotutils-devel
+Requires:   ghostscript
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -82,31 +86,37 @@
 Requires:   %{name} = %{version}
 Requires:   ImageMagick-devel
 Requires:   libMagick++-devel
+Requires:   libpng-devel
+Requires:   libzip-devel
 
 %description devel
-Development files for pstoedit.
+PostScript and PDF converter development headers and library files.
 
 %prep
 %setup -q
 %patch1
+%patch2 -p1
+%patch3 -p1
 chmod -x examples/*.ps examples/Makefile* doc/*.* copying
 
 %build
-autoreconf -f -i
-export
-%configure\
-%ifarch axp %ix86 ppc sparc
-   --with-libemf-include=%{_includedir}/libEMF
-%endif
+autoreconf -fvi
+# --without-swf: lacking libming package
+%configure \
+   --disable-static \
+   --with-emf \
+   --with-magick \
+   --with-libplot \
+   --with-pptx \
+   --without-swf
 
-make %{?jobs:-j%jobs}
+make %{?_smp_mflags}
 
 %install
-%makeinstall
-rm $RPM_BUILD_ROOT%{_libdir}/pstoedit/*.*a
-
-%clean
-rm -rf $RPM_BUILD_ROOT
+make DESTDIR=%{buildroot} install %{?_smp_mflags}
+find %{buildroot} -type f -name *.la -delete -print
+# doc cleanup
+rm -rf 

commit sssd for openSUSE:Factory

2014-06-24 Thread h_root
Hello community,

here is the log from the commit of package sssd for openSUSE:Factory checked in 
at 2014-06-25 06:58:07

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


Package is sssd

Changes:

--- /work/SRC/openSUSE:Factory/sssd/sssd.changes2014-06-02 
07:00:18.0 +0200
+++ /work/SRC/openSUSE:Factory/.sssd.new/sssd.changes   2014-06-25 
06:58:14.0 +0200
@@ -1,0 +2,5 @@
+Thu Jun 12 14:18:30 UTC 2014 - ckornac...@suse.com
+
+- fix %postun to not erroneously remove sss pam module
+
+---



Other differences:
--
++ sssd.spec ++
--- /var/tmp/diff_new_pack.Ayvben/_old  2014-06-25 06:58:15.0 +0200
+++ /var/tmp/diff_new_pack.Ayvben/_new  2014-06-25 06:58:15.0 +0200
@@ -29,6 +29,7 @@
 Source2:https://fedorahosted.org/released/sssd/sssd-%version.tar.gz.asc
 Source3:baselibs.conf
 Source4:sssd.service
+Source5:%name.keyring
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Patch1: 0001-build-detect-endianness-at-configure-time.patch
 Patch2: 0001-BUILD-Link-libsss_ldap_common.so-to-libsss_idmap.so.patch
@@ -371,13 +372,13 @@
 %endif
 
 %postun
+if [ $1 == 0 ]; then
+   %_sbindir/pam-config -d --sss || :;
+fi;
 /sbin/ldconfig
 %if 0%{?_unitdir:1}
 %service_del_postun sssd.service
 %endif
-if [ $1 == 0 ]; then
-   %_sbindir/pam-config -d --sss || :;
-fi;
 
 %post   -n libipa_hbac0 -p /sbin/ldconfig
 %postun -n libipa_hbac0 -p /sbin/ldconfig


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



commit python3 for openSUSE:Factory

2014-06-24 Thread h_root
Hello community,

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

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


Package is python3

Changes:

--- /work/SRC/openSUSE:Factory/python3/python3-base.changes 2014-04-09 
13:01:10.0 +0200
+++ /work/SRC/openSUSE:Factory/.python3.new/python3-base.changes
2014-06-25 06:58:16.0 +0200
@@ -1,0 +2,12 @@
+Wed May 21 11:01:56 UTC 2014 - jmate...@suse.com
+
+- update to 3.4.1
+* bugfix-only release, over 300 bugs fixed
+- drop upstreamed python-3.4.0rc2-sqlite-3.8.4-tests.patch
+- drop upstreamed CVE-2014-2667-mkdir.patch
+- include Python release manager keyring and signature file
+  for the source archive (thus renumbering of source files)
+  (see https://www.python.org/download/#openpgp-public-keys )
+- move ensurepip to python3, because it transitively requires ssl
+
+---
@@ -6 +18 @@
-  (CVE-2014-2667, bnc#869222)
+  (CVE-2014-2667, bnc#871152)
--- /work/SRC/openSUSE:Factory/python3/python3-doc.changes  2014-03-21 
15:47:41.0 +0100
+++ /work/SRC/openSUSE:Factory/.python3.new/python3-doc.changes 2014-06-25 
06:58:16.0 +0200
@@ -1,0 +2,10 @@
+Fri May 23 17:38:42 UTC 2014 - jmate...@suse.com
+
+- update to 3.4.1
+- drop upstream compiled sources
+- build documentation from source tarball
+  * this brings build-time dependency on Sphinx and LaTeX
+- drop useless README.AIX and duplicate ACKS file
+- drop wrong Obsoletes/Provides pairs
+
+---
--- /work/SRC/openSUSE:Factory/python3/python3.changes  2014-03-21 
15:47:41.0 +0100
+++ /work/SRC/openSUSE:Factory/.python3.new/python3.changes 2014-06-25 
06:58:16.0 +0200
@@ -1,0 +2,11 @@
+Fri May 23 17:38:20 UTC 2014 - jmate...@suse.com
+
+- update to 3.4.1
+  *  * bugfix-only release, over 300 bugs fixed
+- upgrade pip to Recommends (it seems to be a stronger hint)
+- move ensurepip here, because it requires ssl through pip
+- python-3.4.1-SUSE-ensurepip.patch: make ensurepip require
+  python3-pip from separate package
+- Suggests every subpackage that is part of stdlib
+
+---

Old:

  CVE-2014-2667-mkdir.patch
  Python-3.4.0.tar.xz
  python-3.4.0-docs-html.tar.bz2
  python-3.4.0-docs-pdf-a4.tar.bz2
  python-3.4.0-docs-pdf-letter.tar.bz2
  python-3.4.0rc2-sqlite-3.8.4-tests.patch

New:

  Python-3.4.1.tar.xz
  Python-3.4.1.tar.xz.asc
  python-3.4.1-SUSE-ensurepip.patch
  python.keyring



Other differences:
--
++ python3-base.spec ++
--- /var/tmp/diff_new_pack.JbEeiZ/_old  2014-06-25 06:58:18.0 +0200
+++ /var/tmp/diff_new_pack.JbEeiZ/_new  2014-06-25 06:58:18.0 +0200
@@ -36,7 +36,7 @@
 Summary:Python3 Interpreter
 License:Python-2.0
 Group:  Development/Languages/Python
-Version:3.4.0
+Version:3.4.1
 Release:0
 %define tarversion %{version}
 %define tarnamePython-%{tarversion}
@@ -46,15 +46,17 @@
 Obsoletes:  python3  3.2
 # no Provides, because python3 is obviously provided by package python3
 
-Source0:http://www.python.org/ftp/python/3.4.0/%{tarname}.tar.xz
-Source1:baselibs.conf
-Source2:README.SUSE
-Source3:python3start
-Source4:python3.sh
-Source5:python3.csh
-Source7:macros.python3.py
-Source8:import_failed.py
-Source9:import_failed.map
+Source0:http://www.python.org/ftp/python/%{version}/%{tarname}.tar.xz
+Source1:
http://www.python.org/ftp/python/%{version}/%{tarname}.tar.xz.asc
+Source2:python.keyring
+Source3:baselibs.conf
+Source4:README.SUSE
+Source5:python3start
+Source6:python3.sh
+Source7:python3.csh
+Source8:macros.python3.py
+Source9:import_failed.py
+Source10:   import_failed.map
 
 Source99:   PACKAGING-NOTES
 # this is documentation for packagers, put here to silence Factory 
source_validator
@@ -81,12 +83,10 @@
 Patch12:python-3.3.3-skip-distutils-test_sysconfig_module.patch
 # Add support for ppc64le (ELFv2) to libffi copy for ctypes
 Patch13:libffi-ppc64le.diff
-# Fix tests for sqlite 3.8.4
-Patch14:python-3.4.0rc2-sqlite-3.8.4-tests.patch
 # Raise timeout value for test_subprocess
 Patch15:subprocess-raise-timeout.patch
-# CVE-2014-2667 - race condition with umask in os.makedirs
-Patch16:CVE-2014-2667-mkdir.patch
+# Modify ensurepip module to rely on python3-pip instead of bundled copy

commit iniparser for openSUSE:Factory

2014-06-24 Thread h_root
Hello community,

here is the log from the commit of package iniparser for openSUSE:Factory 
checked in at 2014-06-25 06:58:02

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


Package is iniparser

Changes:

--- /work/SRC/openSUSE:Factory/iniparser/iniparser.changes  2014-03-20 
06:53:34.0 +0100
+++ /work/SRC/openSUSE:Factory/.iniparser.new/iniparser.changes 2014-06-25 
06:58:13.0 +0200
@@ -1,0 +2,13 @@
+Thu Jun 19 10:54:31 UTC 2014 - lmue...@suse.com
+
+- Update to git snapshot 20140619 c5beb80a
+  + Fix coverity issues
+  + Fix resource leaks
+  + Modify to build unbounded keys  values from multi-line input
+  + Fix crash with crafted ini files
+  + Makefile fixes: Library build, targets
+  + Prevent compiler warning when compiling for 64 bit
+  + Build system improvements
+- Update iniparser_remove_rpath.patch
+
+---

Old:

  iniparser-3.1.tar.gz

New:

  iniparser-3.1.0.git20140619_c5beb80a.tar.gz



Other differences:
--
++ iniparser.spec ++
--- /var/tmp/diff_new_pack.oXT5Mg/_old  2014-06-25 06:58:14.0 +0200
+++ /var/tmp/diff_new_pack.oXT5Mg/_new  2014-06-25 06:58:14.0 +0200
@@ -17,13 +17,14 @@
 
 
 Name:   iniparser
-Version:3.1
+Version:3.1.0.git20140619_c5beb80a
 Release:0
 Url:http://ndevilla.free.fr/iniparser/
 Summary:Library to parse ini files
 License:MIT
 Group:  System/Libraries
-Source: http://ndevilla.free.fr/iniparser/iniparser-%{version}.tar.gz
+#Source: http://ndevilla.free.fr/iniparser/iniparser-%{version}.tar.gz
+Source: iniparser-%{version}.tar.gz
 Source2:baselibs.conf
 Patch00:iniparser_remove_rpath.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ iniparser_remove_rpath.patch ++
--- /var/tmp/diff_new_pack.oXT5Mg/_old  2014-06-25 06:58:14.0 +0200
+++ /var/tmp/diff_new_pack.oXT5Mg/_new  2014-06-25 06:58:14.0 +0200
@@ -2,19 +2,12 @@
 ===
 --- iniparser.orig/Makefile
 +++ iniparser/Makefile
-@@ -1,3 +1,4 @@
-+# Last Change: 2008-05-05 15:41:32
- #
- # iniparser Makefile
- #
-@@ -11,8 +12,8 @@ AR   = ar
- ARFLAGS = rcv
+@@ -13,7 +13,7 @@ ARFLAGS = rcv
  
  SHLD = ${CC} ${CFLAGS}
--LDSHFLAGS = -shared -Wl,-Bsymbolic  -Wl,-rpath -Wl,/usr/lib 
-Wl,-rpath,/usr/lib
--LDFLAGS = -Wl,-rpath -Wl,/usr/lib -Wl,-rpath,/usr/lib
-+LDSHFLAGS = -shared -Wl,-Bsymbolic
-+LDFLAGS =
+ LDSHFLAGS = -shared -Wl,-Bsymbolic
+-LDFLAGS += -Wl,-rpath -Wl,/usr/lib -Wl,-rpath,/usr/lib
++LDFLAGS += 
  
  # Set RANLIB to ranlib on systems that require it (Sun OS  4, Mac OSX)
  # RANLIB  = ranlib

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