commit systemd for openSUSE:Factory

2014-09-06 Thread h_root
Hello community,

here is the log from the commit of package systemd for openSUSE:Factory checked 
in at 2014-09-06 12:17:41

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


Package is systemd

Changes:

--- /work/SRC/openSUSE:Factory/systemd/systemd-mini.changes 2014-09-03 
21:12:19.0 +0200
+++ /work/SRC/openSUSE:Factory/.systemd.new/systemd-mini.changes
2014-09-06 12:17:43.0 +0200
@@ -1,0 +2,7 @@
+Thu Sep  4 13:10:28 UTC 2014 - wer...@suse.de
+
+- Disable patch
+  module-load-handle-SUSE-etc-sysconfig-kernel-module-list.patch
+  for SLES-12 as well as for openSUSE-13.2 (bnc#895087)
+
+---
systemd.changes: same change



Other differences:
--
++ systemd-mini.spec ++
--- /var/tmp/diff_new_pack.tkkG0l/_old  2014-09-06 12:17:48.0 +0200
+++ /var/tmp/diff_new_pack.tkkG0l/_new  2014-09-06 12:17:48.0 +0200
@@ -1206,7 +1206,9 @@
 %patch5 -p1
 %patch6 -p1
 %patch7 -p1
+%if 0%{?suse_version} = 1310
 %patch8 -p1
+%endif
 %patch9 -p1
 %patch12 -p1
 %patch13 -p0

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



commit dracut for openSUSE:Factory

2014-09-06 Thread h_root
Hello community,

here is the log from the commit of package dracut for openSUSE:Factory checked 
in at 2014-09-06 12:17:33

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


Package is dracut

Changes:

--- /work/SRC/openSUSE:Factory/dracut/dracut.changes2014-08-30 
18:56:06.0 +0200
+++ /work/SRC/openSUSE:Factory/.dracut.new/dracut.changes   2014-09-06 
12:17:36.0 +0200
@@ -1,0 +2,14 @@
+Thu Sep  4 12:59:27 UTC 2014 - tr...@suse.de
+
+- Network module may take quite a lot of initrd space. Do not add it
+  unconditionally (bnc#892851)
+* Add 0153-Only-add-network-module-on-request-and-on-dependenci.patch
+- S390x can do s2disk, allow resume module there
+  (bnc#889795)
+* Add 0154-resume-Also-allow-this-module-on-S390-again-s2disk-c.patch
+- Harden iscsi parameter checking. No bug report, but this problem
+  was found during multipath testing and happens with 2 or more
+  iscsi devices.
+* Add 0155-iscsi-iscsi.initiator-and-others-can-and-must-only-s.patch
+
+---

New:

  0153-Only-add-network-module-on-request-and-on-dependenci.patch
  0154-resume-Also-allow-this-module-on-S390-again-s2disk-c.patch
  0155-iscsi-iscsi.initiator-and-others-can-and-must-only-s.patch



Other differences:
--
++ dracut.spec ++
--- /var/tmp/diff_new_pack.5FAiIE/_old  2014-09-06 12:17:38.0 +0200
+++ /var/tmp/diff_new_pack.5FAiIE/_new  2014-09-06 12:17:38.0 +0200
@@ -173,6 +173,9 @@
 Patch150:   0150-Find-kernel-modules-in-extra-and-weak-updates-path-a.patch
 Patch151:   0151-Go-back-to-xz-again-pixz-may-use-too-much-memory-whi.patch
 Patch152:   0152-Add-a-comment-to-easily-add-debug-modules-also-add-v.patch
+Patch153:   0153-Only-add-network-module-on-request-and-on-dependenci.patch
+Patch154:   0154-resume-Also-allow-this-module-on-S390-again-s2disk-c.patch
+Patch155:   0155-iscsi-iscsi.initiator-and-others-can-and-must-only-s.patch
 
 BuildRequires:  asciidoc
 BuildRequires:  bash
@@ -368,6 +371,9 @@
 %patch150 -p1
 %patch151 -p1
 %patch152 -p1
+%patch153 -p1
+%patch154 -p1
+%patch155 -p1
 
 %build
 %configure\

++ 0153-Only-add-network-module-on-request-and-on-dependenci.patch ++
From 8692d504138fdae15a1f94702efe3948917781cf Mon Sep 17 00:00:00 2001
From: Thomas Renninger tr...@suse.de
Date: Mon, 1 Sep 2014 12:31:26 +0200
Subject: Only add network module on request (and on dependencies)

bnc#892851

Signed-off-by: Thomas Renninger tr...@suse.de
---
 modules.d/40network/module-setup.sh |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/modules.d/40network/module-setup.sh 
b/modules.d/40network/module-setup.sh
index 8d74450..886866b 100755
--- a/modules.d/40network/module-setup.sh
+++ b/modules.d/40network/module-setup.sh
@@ -11,7 +11,7 @@ check() {
 
 require_binaries ip arping $WICKEDD_DHCP_PATH/wickedd-dhcp4 
$WICKEDD_DHCP_PATH/wickedd-dhcp6 || return 1
 
-return 0
+return 255
 }
 
 # called by dracut
-- 
1.7.6.1

++ 0154-resume-Also-allow-this-module-on-S390-again-s2disk-c.patch ++
From 30cb6e8070804878a060ffebd685d9a8579c696f Mon Sep 17 00:00:00 2001
From: Thomas Renninger tr...@suse.de
Date: Wed, 3 Sep 2014 13:49:16 +0200
Subject: resume: Also allow this module on S390 again - s2disk can work on
 s390(x)

bnc#889795

Signed-off-by: Thomas Renninger tr...@suse.de
---
 modules.d/95resume/module-setup.sh |4 
 1 files changed, 0 insertions(+), 4 deletions(-)

diff --git a/modules.d/95resume/module-setup.sh 
b/modules.d/95resume/module-setup.sh
index b1044ed..108e6ab 100755
--- a/modules.d/95resume/module-setup.sh
+++ b/modules.d/95resume/module-setup.sh
@@ -4,10 +4,6 @@
 
 # called by dracut
 check() {
-local _arch=$(uname -m)
-# No suspend support on s390(x)
-[ $_arch = s390 -o $_arch = s390x ]  return 1
-
 # No point trying to support resume, if no swap partition exist
 [[ $hostonly ]] || [[ $mount_needs ]]  {
 for fs in ${host_fs_types[@]}; do
-- 
1.7.6.1

++ 0155-iscsi-iscsi.initiator-and-others-can-and-must-only-s.patch ++
From 26a858af5977a41b21839ce8411024bfe3f63dea Mon Sep 17 00:00:00 2001
From: Thomas Renninger tr...@suse.de
Date: Thu, 4 Sep 2014 13:36:18 +0200
Subject: iscsi: iscsi.initiator and others can and must only show up once

Make sure duplicates of iscsi.initiator vanish.
Only get one rd.iscsi.* paramter value. If getargs is used and several
parameters are parsed, one gets two values separated by whitespace in a
variable which breaks later code and is not suppported.

Signed-off-by: Thomas Renninger tr...@suse.de
---
 modules.d/95iscsi/iscsiroot.sh|   18 +-
 

commit ibacm for openSUSE:Factory

2014-09-06 Thread h_root
Hello community,

here is the log from the commit of package ibacm for openSUSE:Factory checked 
in at 2014-09-06 12:18:10

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


Package is ibacm

Changes:

--- /work/SRC/openSUSE:Factory/ibacm/ibacm.changes  2014-07-04 
09:34:20.0 +0200
+++ /work/SRC/openSUSE:Factory/.ibacm.new/ibacm.changes 2014-09-06 
12:18:16.0 +0200
@@ -2 +2 @@
-Wed Jun 25 11:14:23 CEST 2014 - p...@suse.de
+Fri Aug 29 16:39:18 CEST 2014 - p...@suse.de
@@ -4 +4,6 @@
-- Provide full source URL
+- Fix another case of type-punning by using memcpy.
+
+---
+Tue Jun  3 11:24:34 CEST 2014 - p...@suse.de
+
+- Update to OFED 3.12 final.



Other differences:
--
++ ibacm.spec ++
--- /var/tmp/diff_new_pack.Gk3SCR/_old  2014-09-06 12:18:17.0 +0200
+++ /var/tmp/diff_new_pack.Gk3SCR/_new  2014-09-06 12:18:17.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ibacm
 #
-# Copyright (c) 2012-2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -23,7 +23,7 @@
 License:GPL-2.0 or BSD-2-Clause
 Group:  Productivity/Networking/System
 Url:http://www.openfabrics.org/
-Source: 
https://www.openfabrics.org/downloads/rdmacm/%{name}-%{version}.tar.gz
+Source: %{name}-%{version}.tar.gz
 # PATCH-FIX-UPSTREAM ibacm-no_type_punning.patch
 Patch0: ibacm-no_type_punning.patch
 BuildRequires:  libibumad-devel

++ ibacm-no_type_punning.patch ++
--- /var/tmp/diff_new_pack.Gk3SCR/_old  2014-09-06 12:18:17.0 +0200
+++ /var/tmp/diff_new_pack.Gk3SCR/_new  2014-09-06 12:18:17.0 +0200
@@ -6,14 +6,14 @@
 Replace unsafe type punning by cast by two memcpy and a temp variable.
 
 ---
- src/acm.c |4 +++-
- 1 file changed, 3 insertions(+), 1 deletion(-)
+ src/acm.c |7 +--
+ 1 file changed, 5 insertions(+), 2 deletions(-)
 
 Index: src/acm.c
 ===
 src/acm.c.orig 2011-09-14 23:48:29.0 +0200
-+++ src/acm.c  2012-09-14 13:45:40.262038135 +0200
-@@ -31,6 +31,7 @@
+--- src/acm.c.orig 2013-07-26 06:27:59.0 +0200
 src/acm.c  2014-08-29 16:52:58.562260193 +0200
+@@ -32,6 +32,7 @@
  #  include config.h
  #endif /* HAVE_CONFIG_H */
  
@@ -21,7 +21,7 @@
  #include stdio.h
  #include stdarg.h
  #include string.h
-@@ -1573,7 +1574,7 @@ static void acm_process_timeouts(void)
+@@ -1605,7 +1606,7 @@ static void acm_process_timeouts(void)
DListRemove(entry);
  
msg = container_of(entry, struct acm_send_msg, entry);
@@ -30,3 +30,15 @@
  
acm_format_name(0, log_data, sizeof log_data,
rec-dest_type, rec-dest, sizeof rec-dest);
+@@ -2740,8 +2741,10 @@ static int acm_parse_osm_fullv1_paths(FI
+   for (i = 0; i  2; i++) {
+   memset(addr, 0, ACM_MAX_ADDRESS);
+   if (i == 0) {
++  uint16_t ui_addr;
+   addr_type = ACM_ADDRESS_LID;
+-  *((uint16_t *) addr) = htons(dlid);
++  ui_addr = htons(dlid);
++  memcpy(addr, ui_addr, sizeof(uint16_t));
+   } else {
+   addr_type = ACM_ADDRESS_GID;
+   memcpy(addr, dgid, sizeof(dgid));

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



commit device-mapper for openSUSE:Factory

2014-09-06 Thread h_root
Hello community,

here is the log from the commit of package device-mapper for openSUSE:Factory 
checked in at 2014-09-06 12:18:13

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


Package is device-mapper

Changes:

--- /work/SRC/openSUSE:Factory/device-mapper/device-mapper.changes  
2014-08-20 17:51:56.0 +0200
+++ /work/SRC/openSUSE:Factory/.device-mapper.new/device-mapper.changes 
2014-09-06 12:18:19.0 +0200
@@ -1,0 +2,5 @@
+Wed Sep  3 01:48:48 CEST 2014 - r...@suse.de
+
+- sanitize release line in specfile
+
+---



Other differences:
--
++ device-mapper.spec ++
--- /var/tmp/diff_new_pack.VEaQMV/_old  2014-09-06 12:18:20.0 +0200
+++ /var/tmp/diff_new_pack.VEaQMV/_new  2014-09-06 12:18:20.0 +0200
@@ -23,7 +23,7 @@
 %endif
 #
 Version:1.02.78
-Release:0.RELEASE11
+Release:0
 Summary:Device Mapper Tools
 License:GPL-2.0+ and LGPL-2.1+
 Group:  System/Base


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



commit xen for openSUSE:Factory

2014-09-06 Thread h_root
Hello community,

here is the log from the commit of package xen for openSUSE:Factory checked in 
at 2014-09-06 12:17:45

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


Package is xen

Changes:

--- /work/SRC/openSUSE:Factory/xen/xen.changes  2014-08-20 17:53:00.0 
+0200
+++ /work/SRC/openSUSE:Factory/.xen.new/xen.changes 2014-09-06 
12:17:50.0 +0200
@@ -1,0 +2,41 @@
+Thu Sep  4 17:01:24 CST 2014 - cy...@suse.com
+
+- bnc#882405 - Only one key-press event was generated while holding
+  a key before key-release in pv guests through xl vncviewer 
+  tigervnc-long-press.patch
+
+---
+Tue Sep  2 09:01:24 MDT 2014 - carn...@suse.com
+
+- Update to Xen Version 4.4.1 FCS
+  xen-4.4.1-testing-src.tar.bz2
+- Dropped patches now contained in tarball
+  53d7b781-x86-cpu-undo-BIOS-CPUID-max_leaf-limit-earlier.patch
+  53df71c7-lz4-check-for-underruns.patch
+  53e47d6b-x86_emulate-properly-do-IP-updates-and-other-side-effects.patch
+
+---
+Mon Sep  1 15:20:20 MDT 2014 - carn...@suse.com
+
+- bnc#882089 - Windows 2012 R2 fails to boot up with greater than
+  60 vcpus 
+  53df727b-x86-HVM-extend-LAPIC-shortcuts-around-P2M-lookups.patch
+  53e8be5f-x86-vHPET-use-rwlock-instead-of-simple-one.patch
+  53ff3659-x86-consolidate-boolean-inputs-in-hvm-and-p2m.patch
+  53ff36ae-x86-hvm-treat-non-insn-fetch-NPF-also-as-read-violations.patch
+  53ff36d5-x86-mem_event-deliver-gla-fault-EPT-violation-information.patch
+  54005472-EPT-utilize-GLA-GPA-translation-known-for-certain-faults.patch
+- Upstream patches from Jan
+  53f737b1-VMX-fix-DebugCtl-MSR-clearing.patch
+  53f7386d-x86-irq-process-softirqs-in-irq-keyhandlers.patch
+  53ff3716-x86-ats-Disable-Address-Translation-Services-by-default.patch
+  53ff3899-x86-NMI-allow-processing-unknown-NMIs-with-watchdog.patch
+
+---
+Fri Aug 29 09:25:47 MDT 2014 - carn...@suse.com
+
+- bnc#864801 - VUL-0: CVE-2013-4540: qemu: zaurus: buffer overrun
+  on invalid state load
+  CVE-2013-4540-qemu.patch
+
+---

Old:

  53d7b781-x86-cpu-undo-BIOS-CPUID-max_leaf-limit-earlier.patch
  53df71c7-lz4-check-for-underruns.patch
  53e47d6b-x86_emulate-properly-do-IP-updates-and-other-side-effects.patch

New:

  53e8be5f-x86-vHPET-use-rwlock-instead-of-simple-one.patch
  53f737b1-VMX-fix-DebugCtl-MSR-clearing.patch
  53f7386d-x86-irq-process-softirqs-in-irq-keyhandlers.patch
  53ff3659-x86-consolidate-boolean-inputs-in-hvm-and-p2m.patch
  53ff36ae-x86-hvm-treat-non-insn-fetch-NPF-also-as-read-violations.patch
  53ff36d5-x86-mem_event-deliver-gla-fault-EPT-violation-information.patch
  53ff3716-x86-ats-Disable-Address-Translation-Services-by-default.patch
  53ff3899-x86-NMI-allow-processing-unknown-NMIs-with-watchdog.patch
  54005472-EPT-utilize-GLA-GPA-translation-known-for-certain-faults.patch
  CVE-2013-4540-qemu.patch
  tigervnc-long-press.patch



Other differences:
--
++ xen.spec ++
--- /var/tmp/diff_new_pack.SmKn8C/_old  2014-09-06 12:17:53.0 +0200
+++ /var/tmp/diff_new_pack.SmKn8C/_new  2014-09-06 12:17:53.0 +0200
@@ -21,7 +21,7 @@
 ExclusiveArch:  %ix86 x86_64 %arm aarch64
 %define xvers 4.4
 %define xvermaj 4
-%define changeset 28531
+%define changeset 28541
 %define xen_build_dir xen-4.4.1-testing
 #
 %define with_kmp 0
@@ -153,7 +153,7 @@
 %endif
 %endif
 
-Version:4.4.1_02
+Version:4.4.1_04
 Release:0
 PreReq: %insserv_prereq %fillup_prereq
 Summary:Xen Virtualization: Hypervisor (aka VMM aka Microkernel)
@@ -224,11 +224,17 @@
 Patch10:
53aac342-x86-HVM-consolidate-and-sanitize-CR4-guest-reserved-bit-determination.patch
 Patch11:
53c9151b-Fix-xl-vncviewer-accesses-port-0-by-any-invalid-domid.patch
 Patch12:
53d124e7-fix-list_domain_details-check-config-data-length-0.patch
-Patch13:53d7b781-x86-cpu-undo-BIOS-CPUID-max_leaf-limit-earlier.patch
-Patch14:
53dba447-x86-ACPI-allow-CMOS-RTC-use-even-when-ACPI-says-there-is-none.patch
-Patch15:53df71c7-lz4-check-for-underruns.patch
-Patch16:
53df727b-x86-HVM-extend-LAPIC-shortcuts-around-P2M-lookups.patch
-Patch17:
53e47d6b-x86_emulate-properly-do-IP-updates-and-other-side-effects.patch
+Patch13:
53dba447-x86-ACPI-allow-CMOS-RTC-use-even-when-ACPI-says-there-is-none.patch
+Patch14:
53df727b-x86-HVM-extend-LAPIC-shortcuts-around-P2M-lookups.patch
+Patch15:53e8be5f-x86-vHPET-use-rwlock-instead-of-simple-one.patch
+Patch16:

commit netcdf-cxx for openSUSE:Factory

2014-09-06 Thread h_root
Hello community,

here is the log from the commit of package netcdf-cxx for openSUSE:Factory 
checked in at 2014-09-06 12:17:59

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


Package is netcdf-cxx

Changes:

--- /work/SRC/openSUSE:Factory/netcdf-cxx/netcdf-cxx.changes2012-06-28 
15:38:14.0 +0200
+++ /work/SRC/openSUSE:Factory/.netcdf-cxx.new/netcdf-cxx.changes   
2014-09-06 12:18:05.0 +0200
@@ -1,0 +2,5 @@
+Tue Sep  2 12:31:43 UTC 2014 - co...@suse.com
+
+- fix license for spdx 1.2
+
+---



Other differences:
--
++ netcdf-cxx.spec ++
--- /var/tmp/diff_new_pack.LZZbNL/_old  2014-09-06 12:18:06.0 +0200
+++ /var/tmp/diff_new_pack.LZZbNL/_new  2014-09-06 12:18:06.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package netcdf-cxx
 #
-# 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
@@ -22,7 +22,7 @@
 Version:4.2
 Release:0
 Summary:Old C++ library for the Unidata network Common Data Form
-License:SUSE-NetCDF
+License:NetCDF
 Group:  System/Libraries
 Url:http://www.unidata.ucar.edu/software/netcdf/
 Source0:
http://www.unidata.ucar.edu/downloads/netcdf/ftp/netcdf-cxx-%{version}.tar.gz

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



commit wicked for openSUSE:Factory

2014-09-06 Thread h_root
Hello community,

here is the log from the commit of package wicked for openSUSE:Factory checked 
in at 2014-09-06 12:17:47

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


Package is wicked

Changes:

--- /work/SRC/openSUSE:Factory/wicked/wicked.changes2014-09-03 
21:18:11.0 +0200
+++ /work/SRC/openSUSE:Factory/.wicked.new/wicked.changes   2014-09-06 
12:17:57.0 +0200
@@ -1,0 +2,25 @@
+Fri Sep  5 15:14:37 UTC 2014 - m...@suse.de
+
+- version 0.6.5
+- nanny: fixed to reset on rearm and to hotplug bonding slaves
+  (bnc#884012,bnc#880515)
+
+---
+Wed Sep  3 22:34:51 UTC 2014 - m...@suse.de
+
+- version 0.6.4
+- dhcp6: changed --test to request in auto mode, recheck RA
+  and try to start on new device-change events (bnc#889981)
+- address: enable events in wickedd and expose flags to make
+  them visible and up-to-date in ifstatus (bnc#889981)
+- nanny: reset/rearm on enable/disable, do not arm at all
+  when the use-nanny is false (bnc#891045)
+- leases: intrinsic lease installation hook improvements as
+  preparation for PPPoE support (bnc#865573)
+- dhcp4: do not release and remove lease without request
+  (DHCLIENT_RELEASE_BEFORE_QUIT), randomized startup delay
+  (DHCLIENT_SLEEP) if enabled, handle defer timeout to stop
+  client waiting at ifup (DHCLIENT_WAIT_AT_BOOT), rebind and
+  reboot state fixes (bnc#866994)
+
+---

Old:

  wicked-0.6.3.tar.bz2

New:

  wicked-0.6.5.tar.bz2



Other differences:
--
++ wicked.spec ++
--- /var/tmp/diff_new_pack.w7nBtW/_old  2014-09-06 12:17:58.0 +0200
+++ /var/tmp/diff_new_pack.w7nBtW/_new  2014-09-06 12:17:58.0 +0200
@@ -18,7 +18,7 @@
 
 %definerelease_prefix  %{?snapshot:%{snapshot}}%{!?snapshot:0}
 Name:   wicked
-Version:0.6.3
+Version:0.6.5
 Release:%{release_prefix}.0.0
 Summary:Network configuration infrastructure
 License:GPL-2.0

++ wicked-0.6.3.tar.bz2 - wicked-0.6.5.tar.bz2 ++
 2870 lines of diff (skipped)

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



commit libevt for openSUSE:Factory

2014-09-06 Thread h_root
Hello community,

here is the log from the commit of package libevt for openSUSE:Factory checked 
in at 2014-09-06 12:17:55

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


Package is libevt

Changes:

--- /work/SRC/openSUSE:Factory/libevt/libevt.changes2014-08-15 
09:55:49.0 +0200
+++ /work/SRC/openSUSE:Factory/.libevt.new/libevt.changes   2014-09-06 
12:18:01.0 +0200
@@ -1,0 +2,7 @@
+Tue Aug 26 16:34:59 UTC 2014 - greg.freem...@gmail.com
+
+- add these 2 lines to python sub-project to ensure proper syncronization 
between versions
+   * Requires: %lname = %version
+   * Provides: pyevt = %version
+
+---



Other differences:
--
++ libevt.spec ++
--- /var/tmp/diff_new_pack.XB6dTw/_old  2014-09-06 12:18:02.0 +0200
+++ /var/tmp/diff_new_pack.XB6dTw/_new  2014-09-06 12:18:02.0 +0200
@@ -100,7 +100,9 @@
 Summary:Python bindings for libevt, a Windows event file parser
 License:LGPL-3.0+
 Group:  Development/Libraries/Python
+Requires:   %lname = %version
 Requires:   python
+Provides:   pyevt = %version
 
 %description -n python-%name
 Python bindings for libevt, which can read Windows event files.

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



commit python-dfVFS for openSUSE:Factory

2014-09-06 Thread h_root
Hello community,

here is the log from the commit of package python-dfVFS for openSUSE:Factory 
checked in at 2014-09-06 12:18:07

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


Package is python-dfVFS

Changes:

--- /work/SRC/openSUSE:Factory/python-dfVFS/python-dfVFS.changes
2014-08-27 07:46:08.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-dfVFS.new/python-dfVFS.changes   
2014-09-06 12:18:13.0 +0200
@@ -5,0 +6,2 @@
+- add Requires libvmdk since it is now in OBS
+- add Requires libvhdi since it is now in OBS



Other differences:
--
++ python-dfVFS.spec ++
--- /var/tmp/diff_new_pack.ua2DKS/_old  2014-09-06 12:18:15.0 +0200
+++ /var/tmp/diff_new_pack.ua2DKS/_new  2014-09-06 12:18:15.0 +0200
@@ -35,10 +35,10 @@
 Requires:   pysmdev
 Requires:   pytsk
 Requires:   pyvshadow
+Requires:   pysmraw
+Requires:   pyvmdk
+Requires:   pyvhdi
 Requires:   python-construct
-Requires:   python-libsmraw
-# BuildRequires:  libvhdi
-# BuildRequires:  libvmdk
 Requires:   python-protobuf
 Requires:   python-six
 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 libmsiecf for openSUSE:Factory

2014-09-06 Thread h_root
Hello community,

here is the log from the commit of package libmsiecf for openSUSE:Factory 
checked in at 2014-09-06 12:17:57

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


Package is libmsiecf

Changes:

--- /work/SRC/openSUSE:Factory/libmsiecf/libmsiecf.changes  2014-08-18 
11:23:59.0 +0200
+++ /work/SRC/openSUSE:Factory/.libmsiecf.new/libmsiecf.changes 2014-09-06 
12:18:03.0 +0200
@@ -1,0 +2,6 @@
+Tue Aug 26 16:56:24 UTC 2014 - greg.freem...@gmail.com
+
+- add these 2 lines to python sub-project to ensure proper syncronization 
between versions
+   * Provides: pyevt = %version
+
+---



Other differences:
--
++ libmsiecf.spec ++
--- /var/tmp/diff_new_pack.U4KEsC/_old  2014-09-06 12:18:04.0 +0200
+++ /var/tmp/diff_new_pack.U4KEsC/_new  2014-09-06 12:18:04.0 +0200
@@ -87,6 +87,7 @@
 Group:  Development/Libraries/Python
 Requires:   %lname = %version
 Requires:   python
+Provides:   pymsiecf = %version
 
 %description -n python-%name
 Python bindings for libmsiecf, which can read MS IE cache files.

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



commit csindex for openSUSE:Factory

2014-09-06 Thread h_root
Hello community,

here is the log from the commit of package csindex for openSUSE:Factory checked 
in at 2014-09-06 12:18:05

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


Package is csindex

Changes:

--- /work/SRC/openSUSE:Factory/csindex/csindex.changes  2012-05-14 
16:12:18.0 +0200
+++ /work/SRC/openSUSE:Factory/.csindex.new/csindex.changes 2014-09-06 
12:18:11.0 +0200
@@ -1,0 +2,5 @@
+Tue Sep  2 12:28:55 UTC 2014 - co...@suse.com
+
+- fix license for spdx 1.2
+
+---



Other differences:
--
++ csindex.spec ++
--- /var/tmp/diff_new_pack.9MOM70/_old  2014-09-06 12:18:12.0 +0200
+++ /var/tmp/diff_new_pack.9MOM70/_new  2014-09-06 12:18:12.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package csindex
 #
-# 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
@@ -16,17 +16,16 @@
 #
 
 
-
 Name:   csindex
-License:SUSE-MakeIndex
 Summary:Utility for creating Czech or Slovak Sorted LaTeX Index Files
+License:MakeIndex
+Group:  Productivity/Publishing/TeX/Utilities
 Version:19980713
-Release:655
+Release:0
 Source: %{name}-%{version}.tar.bz2
 Source1:COPYING
 Url:ftp://ftp.fi.muni.cz/pub/localization/csindex/
 Patch:  %{name}-%{version}.dif
-Group:  Productivity/Publishing/TeX/Utilities
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description

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



commit tgt for openSUSE:Factory

2014-09-06 Thread h_root
Hello community,

here is the log from the commit of package tgt for openSUSE:Factory checked in 
at 2014-09-06 12:18:04

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


Package is tgt

Changes:

--- /work/SRC/openSUSE:Factory/tgt/tgt.changes  2014-05-21 16:31:36.0 
+0200
+++ /work/SRC/openSUSE:Factory/.tgt.new/tgt.changes 2014-09-06 
12:18:10.0 +0200
@@ -1,0 +2,5 @@
+Tue Sep  2 19:34:55 CEST 2014 - m...@suse.de
+
+- support ppc64le
+
+---



Other differences:
--
++ tgt.spec ++
--- /var/tmp/diff_new_pack.fNUtq4/_old  2014-09-06 12:18:11.0 +0200
+++ /var/tmp/diff_new_pack.fNUtq4/_new  2014-09-06 12:18:11.0 +0200
@@ -61,7 +61,7 @@
 %patch3 -p1
 
 %build
-%ifarch ppc ppc64
+%ifarch ppc ppc64 ppc64le
 %define backends ISCSI=1 FCP=1 FCOE=1 IBMVIO=1
 %else
 %define backends ISCSI=1 FCP=1 FCOE=1 

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



commit liblnk for openSUSE:Factory

2014-09-06 Thread h_root
Hello community,

here is the log from the commit of package liblnk for openSUSE:Factory checked 
in at 2014-09-06 12:17:56

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


Package is liblnk

Changes:

--- /work/SRC/openSUSE:Factory/liblnk/liblnk.changes2014-08-14 
14:58:25.0 +0200
+++ /work/SRC/openSUSE:Factory/.liblnk.new/liblnk.changes   2014-09-06 
12:18:02.0 +0200
@@ -1,0 +2,7 @@
+Tue Aug 26 16:54:30 UTC 2014 - greg.freem...@gmail.com
+
+- add these 2 lines to python sub-project to ensure proper syncronization 
between versions
+   * Requires: %lname = %version
+   * Provides: pylnk = %version
+
+---



Other differences:
--
++ liblnk.spec ++
--- /var/tmp/diff_new_pack.exOxsw/_old  2014-09-06 12:18:03.0 +0200
+++ /var/tmp/diff_new_pack.exOxsw/_new  2014-09-06 12:18:03.0 +0200
@@ -83,7 +83,9 @@
 Summary:Python bindings for liblnk, a Windows Shortcut Link parser
 License:LGPL-3.0+
 Group:  Development/Libraries/Python
+Requires:   %lname = %version
 Requires:   python
+Provides:   pylnk = %version
 
 %description -n python-%name
 Python binding for liblnk, which can read Windows Shortcut Link files.

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



commit libvirt-cim for openSUSE:Factory

2014-09-06 Thread h_root
Hello community,

here is the log from the commit of package libvirt-cim for openSUSE:Factory 
checked in at 2014-09-06 12:18:06

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


Package is libvirt-cim

Changes:

--- /work/SRC/openSUSE:Factory/libvirt-cim/libvirt-cim.changes  2014-02-26 
06:58:31.0 +0100
+++ /work/SRC/openSUSE:Factory/.libvirt-cim.new/libvirt-cim.changes 
2014-09-06 12:18:12.0 +0200
@@ -1,0 +2,5 @@
+Wed Sep  3 01:48:48 CEST 2014 - r...@suse.de
+
+- sanitize release line in specfile
+
+---



Other differences:
--
++ libvirt-cim.spec ++
--- /var/tmp/diff_new_pack.k4dgyI/_old  2014-09-06 12:18:13.0 +0200
+++ /var/tmp/diff_new_pack.k4dgyI/_new  2014-09-06 12:18:13.0 +0200
@@ -46,7 +46,7 @@
 Group:  System/Management
 AutoReqProv:yes
 Version:0.6.3
-Release:0.RELEASE2
+Release:0
 Summary:CMPI-based CIM provider implementing DMTF SVPC model
 Source: %{name}-%{version}.tar.bz2
 Source1:libvirt-cim-rpmlintrc

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



commit twilio-utils for openSUSE:Factory

2014-09-06 Thread h_root
Hello community,

here is the log from the commit of package twilio-utils for openSUSE:Factory 
checked in at 2014-09-06 12:18:03

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


Package is twilio-utils

Changes:

--- /work/SRC/openSUSE:Factory/twilio-utils/twilio-utils.changes
2013-09-23 16:05:47.0 +0200
+++ /work/SRC/openSUSE:Factory/.twilio-utils.new/twilio-utils.changes   
2014-09-06 12:18:09.0 +0200
@@ -1,0 +2,5 @@
+Tue Sep  2 13:30:51 UTC 2014 - arc...@dellroad.org
+
+- Fix logger(1) dependency on openSUSE  13.1
+
+---



Other differences:
--
++ twilio-utils.spec ++
--- /var/tmp/diff_new_pack.EgMkjj/_old  2014-09-06 12:18:10.0 +0200
+++ /var/tmp/diff_new_pack.EgMkjj/_new  2014-09-06 12:18:10.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package twilio-utils
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 # Copyright 2013 Archie L. Cobbs arc...@dellroad.org
 #
 # All modifications and additions to the file contributed by third parties
@@ -35,13 +35,18 @@
 BuildRequires:  libxslt-tools
 BuildRequires:  make
 BuildRequires:  php5
-BuildRequires:  util-linux
 BuildRequires:  xmlstarlet
 Requires:   curl = 7.18
 Requires:   libxslt-tools
 Requires:   php5
-Requires:   util-linux
 Requires:   xmlstarlet
+%if %suse_version  1320
+BuildRequires:  util-linux
+Requires:   util-linux
+%else
+BuildRequires:  util-linux-systemd
+Requires:   util-linux-systemd
+%endif
 
 %description
 The twilio-utils project contains a few UNIX command-line utilities

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



commit netcdf for openSUSE:Factory

2014-09-06 Thread h_root
Hello community,

here is the log from the commit of package netcdf for openSUSE:Factory checked 
in at 2014-09-06 12:18:01

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


Package is netcdf

Changes:

--- /work/SRC/openSUSE:Factory/netcdf/netcdf.changes2014-05-21 
16:19:56.0 +0200
+++ /work/SRC/openSUSE:Factory/.netcdf.new/netcdf.changes   2014-09-06 
12:18:07.0 +0200
@@ -1,0 +2,5 @@
+Tue Sep  2 12:31:13 UTC 2014 - co...@suse.com
+
+- fix license for spdx 1.2
+
+---



Other differences:
--
++ netcdf.spec ++
--- /var/tmp/diff_new_pack.ithKH9/_old  2014-09-06 12:18:08.0 +0200
+++ /var/tmp/diff_new_pack.ithKH9/_new  2014-09-06 12:18:08.0 +0200
@@ -20,7 +20,7 @@
 
 Name:   netcdf
 Summary:Libraries for the Unidata network Common Data Form
-License:SUSE-NetCDF
+License:NetCDF
 Group:  System/Libraries
 Version:4.3.2
 Release:0


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



commit libregf for openSUSE:Factory

2014-09-06 Thread h_root
Hello community,

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

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


Package is libregf

Changes:

--- /work/SRC/openSUSE:Factory/libregf/libregf.changes  2014-08-18 
11:23:55.0 +0200
+++ /work/SRC/openSUSE:Factory/.libregf.new/libregf.changes 2014-09-06 
12:18:04.0 +0200
@@ -1,0 +2,7 @@
+Tue Aug 26 17:17:16 UTC 2014 - greg.freem...@gmail.com
+
+- add these 2 lines to python sub-project to ensure proper syncronization 
between versions
+   * Requires: %lname = %version
+   * Provides: pyregf = %version
+
+---



Other differences:
--
++ libregf.spec ++
--- /var/tmp/diff_new_pack.5BGVPw/_old  2014-09-06 12:18:05.0 +0200
+++ /var/tmp/diff_new_pack.5BGVPw/_new  2014-09-06 12:18:05.0 +0200
@@ -93,7 +93,9 @@
 Summary:Python bindings for libregf, a library to access Windows REGF 
Registry files
 License:LGPL-3.0+
 Group:  Development/Libraries/Python
+Requires:   %lname = %version
 Requires:   python
+Provides:   pyregf = %version
 
 %description -n python-%{name}
 libregf is a library to access Windows Registry files of the REGF

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



commit seccheck for openSUSE:Factory

2014-09-06 Thread h_root
Hello community,

here is the log from the commit of package seccheck for openSUSE:Factory 
checked in at 2014-09-06 12:18:12

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


Package is seccheck

Changes:

--- /work/SRC/openSUSE:Factory/seccheck/seccheck.changes2014-08-15 
09:56:17.0 +0200
+++ /work/SRC/openSUSE:Factory/.seccheck.new/seccheck.changes   2014-09-06 
12:18:17.0 +0200
@@ -1,0 +2,6 @@
+Wed Sep  3 12:35:19 UTC 2014 - vpere...@suse.com
+
+- refactoring: each security test, has its own helper
+- ran spec-clean 
+
+---



Other differences:
--
++ seccheck-3.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/seccheck-3.0/helper.inc new/seccheck-3.0/helper.inc
--- old/seccheck-3.0/helper.inc 2014-08-14 11:59:33.0 +0200
+++ new/seccheck-3.0/helper.inc 2014-08-25 11:36:55.0 +0200
@@ -80,20 +80,6 @@
 /bin/mv $out1 $old1
 }
 
-# params 
-# $1 = directory for checkneverlogin
-function check_neverlogin () {
-bin_path=$1
-# 
-local output_file=`mktemp -t neverlogin.` # TEMPDIR is set but not 
exported.. does it work?
-
-$bin_path/checkneverlogin  $output_file
-if [ -s $output_file ] ; then
-   printf \nPlease check and perhaps disable the following unused 
accounts:\n
-   cat $output_file
-fi
-rm -f $output_file
-}
 
 # use john the ripper to check guessable passwords
 # if you pass quick as argument it will simple try to find easy 
@@ -126,51 +112,7 @@
 fi
 }
 
-# param mount points
-function check_suid_sgid () {
-mnt_point=$1
-local output_file=`mktemp -t suid_sgid.` # TEMPDIR is set but not 
exported.. does it work?
-( nice -n 1 find $mnt_point -mount \( -perm -04000 -o -perm -02000 \) 
-type f | sort | \
-xargs --no-run-if-empty ls -cdl --time-style=long-iso --  
$SEC_DATA/sbit.new ) 2 /dev/null
-diff -uw $SEC_DATA/sbit $SEC_DATA/sbit.new | egrep -v '^\+\+\+ |^--- 
|^$|^@@' | sed 's/^[+-]/ /'  $output_file
-if [ -s $output_file ] ; then
-printf \nThe following files are suid/sgid:\n
-cat $output_file
-fi
-mv $SEC_DATA/sbit.new $SEC_DATA/sbit
-rm -f $output_file
-}
-
-# param mount points
-function check_writable_executable () {
-mnt_point=$1
-local output_file=`mktemp -t writable_executable.` # TEMPDIR is set 
but not exported.. does it work?
-( nice -n 1 find $mnt_point -mount \( -perm -30 -o -perm -3 \) -type f | 
sort | \
-xargs --no-run-if-empty ls -cdl --time-style=long-iso --  
$SEC_DATA/write-bin.new ) 2 /dev/null
-diff -uw $SEC_DATA/write-bin $SEC_DATA/write-bin.new | \
-egrep -v '^\+\+\+ |^--- |^$|^@@' | sed 's/^[+-]/ /'  $output_file
-if [ -s $output_file ] ; then
-printf \nThe following program executables are group/world 
writeable:\n
-cat $output_file
-fi
-mv $SEC_DATA/write-bin.new $SEC_DATA/write-bin
-rm -f $output_file
-}
 
-# param mount points
-function check_world_writable () {
-mnt_point=$1
-local output_file=`mktemp -t world_writable.` # TEMPDIR is set but not 
exported.. does it work?
-( nice -n 1 find $mnt_point -mount -perm -2 \( -type f -o -type d \) -not 
-perm -01000 | sort  $SEC_DATA/write.new ) 2 /dev/null
-diff -uw $SEC_DATA/write $SEC_DATA/write.new | \
-egrep -v '^\+\+\+ |^--- |^$|^@@' | sed 's/^[+-]/ /'  $output_file
-if [ -s $output_file ] ; then
-printf \nThe following files/directories are world writeable and not 
sticky:\n
-cat $output_file
-fi
-mv $SEC_DATA/write.new $SEC_DATA/write
-rm -f $output_file
-}
 
 # param mount points
 function check_new_devices () {
@@ -235,40 +177,6 @@
 rm -f $output_file
 }
 
-# promisc check to catch all cases even from other hosts if
-function check_promisc () {
-# new promisc check
-# rewrite of promisc check to catch all cases even from other hosts if
-# script runs on a central syslog host. Thomas Biege tho...@suse.de
-
-local output_file=`mktemp -t mounted_with_missing_nosuid.` # TEMPDIR 
is set but not exported.. does it work?
-
-# local devices
-for IF in $(grep $(date +%b %e) /var/log/messages \
-  | grep $HOSTNAME kernel: device .* entered promiscuous mode \
-  | awk -F' ' '{print $7}')
-do
-ifconfig $IF | grep -C 2 PROMISC | grep -v '   [RT]X p'  
$output_file
-done
-
-if [ -s $output_file ] ; then
-printf \nChecking local devices for promiscious mode.\n
-cat $output_file
-fi
-rm -f $output_file
-# remote devices

commit netcontrol for openSUSE:Factory

2014-09-06 Thread h_root
Hello community,

here is the log from the commit of package netcontrol for openSUSE:Factory 
checked in at 2014-09-06 12:18:12

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


Package is netcontrol

Changes:

--- /work/SRC/openSUSE:Factory/netcontrol/netcontrol.changes2014-05-09 
08:51:53.0 +0200
+++ /work/SRC/openSUSE:Factory/.netcontrol.new/netcontrol.changes   
2014-09-06 12:18:18.0 +0200
@@ -1,0 +2,5 @@
+Wed Sep  3 01:48:48 CEST 2014 - r...@suse.de
+
+- sanitize release line in specfile
+
+---



Other differences:
--
++ netcontrol.spec ++
--- /var/tmp/diff_new_pack.wGyP1u/_old  2014-09-06 12:18:19.0 +0200
+++ /var/tmp/diff_new_pack.wGyP1u/_new  2014-09-06 12:18:19.0 +0200
@@ -18,7 +18,7 @@
 
 Name:   netcontrol
 Version:0.3.0
-Release:0.RELEASE0
+Release:0
 Summary:A network configuration library
 License:LGPL-2.1+
 Group:  Productivity/Networking/System

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



commit python-pygit2 for openSUSE:Factory

2014-09-06 Thread h_root
Hello community,

here is the log from the commit of package python-pygit2 for openSUSE:Factory 
checked in at 2014-09-06 12:18:02

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


Package is python-pygit2

Changes:

--- /work/SRC/openSUSE:Factory/python-pygit2/python-pygit2.changes  
2013-12-10 20:06:44.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-pygit2.new/python-pygit2.changes 
2014-09-06 12:18:08.0 +0200
@@ -1,0 +2,37 @@
+Tue Sep  2 18:20:17 UTC 2014 - p.drou...@gmail.com
+
+- Update to version 0.20.2
+  + Fix regression with Python 2, ``IndexEntry.path`` returns str
+(bytes in Python 2 and unicode in Python 3)
+  + Get back ``IndexEntry.oid`` for backwards compatibility
+  + Config, iterate over the keys (instead of the key/value pairs)
+`#395 https://github.com/libgit2/pygit2/pull/395`_
+  + ``Diff.find_similar`` supports new threshold arguments
+`#396 https://github.com/libgit2/pygit2/pull/396`_
+  + Optimization, do not load the object when expanding an oid prefix
+   `#397 https://github.com/libgit2/pygit2/pull/397`_
+- Changes from version 0.20.1
+  + Install fix
+`#382 https://github.com/libgit2/pygit2/pull/382`_
+  + Documentation improved, including
+`#383 https://github.com/libgit2/pygit2/pull/383`_
+`#385 https://github.com/libgit2/pygit2/pull/385`_
+`#388 https://github.com/libgit2/pygit2/pull/388`_
+  + Documentation, use the read-the-docs theme
+`#387 https://github.com/libgit2/pygit2/pull/387`_
+  + Coding style improvements
+`#392 https://github.com/libgit2/pygit2/pull/392`_
+  + New ``Repository.state_cleanup()``
+`#386 https://github.com/libgit2/pygit2/pull/386`_
+  + New ``Index.conflicts``
+`#345 https://github.com/libgit2/pygit2/issues/345`_
+`#389 https://github.com/libgit2/pygit2/pull/389`_
+  + New checkout option to define the target directory
+`#390 https://github.com/libgit2/pygit2/pull/390`_
+- Fix build
+- Remove python_sitelib definition; pygit2 is arch dependant
+- Add python-cffi and python-unittest2 requirements; new
+  dependencies
+- Disable tests; network is now needed for launching them
+
+---

Old:

  pygit2-0.20.0.tar.gz

New:

  pygit2-0.21.2.tar.gz



Other differences:
--
++ python-pygit2.spec ++
--- /var/tmp/diff_new_pack.Ops1Qh/_old  2014-09-06 12:18:09.0 +0200
+++ /var/tmp/diff_new_pack.Ops1Qh/_new  2014-09-06 12:18:09.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-pygit2
 #
-# 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:   python-pygit2
-Version:0.20.0
+Version:0.21.2
 Release:0
 Url:http://github.com/dborowitz/pygit2
 Summary:Python bindings for libgit2
@@ -26,11 +26,11 @@
 Source: 
http://pypi.python.org/packages/source/p/pygit2/pygit2-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  libgit2-devel
+BuildRequires:  python-cffi
 BuildRequires:  python-devel
+#BuildRequires:  python-unittest2
 BuildRequires:  libopenssl-devel
-%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())}
-%endif
+Requires:   python-cffi
 
 %description
 Bindings for libgit2, a linkable C library for the Git version-control system.
@@ -48,7 +48,7 @@
 python setup.py install --prefix=%{_prefix} --root=%{buildroot}
 
 %check
-python setup.py test
+#python setup.py test
 
 %files
 %defattr(-,root,root,-)

++ pygit2-0.20.0.tar.gz - pygit2-0.21.2.tar.gz ++
 12546 lines of diff (skipped)

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



commit haproxy for openSUSE:Factory

2014-09-06 Thread h_root
Hello community,

here is the log from the commit of package haproxy for openSUSE:Factory checked 
in at 2014-09-06 12:18:08

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


Package is haproxy

Changes:

--- /work/SRC/openSUSE:Factory/haproxy/haproxy.changes  2014-08-25 
11:05:25.0 +0200
+++ /work/SRC/openSUSE:Factory/.haproxy.new/haproxy.changes 2014-09-06 
12:18:15.0 +0200
@@ -1,0 +2,26 @@
+Wed Sep  3 07:35:14 UTC 2014 - kgronl...@suse.com
+
+- update to 1.5.4
+  - BUG: config: error in http-response replace-header number of arguments
+  - BUG/MINOR: Fix search for -p argument in systemd wrapper.
+  - BUG/MEDIUM: auth: fix segfault with http-auth and a configuration with an 
unknown encryption algorithm
+  - BUG/MEDIUM: config: userlists should ensure that encrypted passwords are 
supported
+  - MEDIUM: connection: add new bit in Proxy Protocol V2
+  - BUG/MINOR: server: move the directive #endif to the end of file
+  - BUG/MEDIUM: http: tarpit timeout is reset
+  - BUG/MAJOR: tcp: fix a possible busy spinning loop in content track-sc*
+  - BUG/MEDIUM: http: fix inverted condition in pat_match_meth()
+  - BUG/MEDIUM: http: fix improper parsing of HTTP methods for use with ACLs
+  - BUG/MINOR: pattern: remove useless allocation of unused trash in 
pat_parse_reg()
+  - BUG/MEDIUM: acl: correctly compute the output type when a converter is used
+  - CLEANUP: acl: cleanup some of the redundancy and spaghetti after last fix
+  - BUG/CRITICAL: http: don't update msg-sov once data start to leave the 
buffer
+
+- Dropped patches:
+  - 0001-BUG-MINOR-server-move-the-directive-endif-to-the-end.patch
+  - 0002-BUG-MINOR-Fix-search-for-p-argument-in-systemd-wrapp.patch
+  - 0003-BUG-MAJOR-tcp-fix-a-possible-busy-spinning-loop-in-c.patch
+  - 0004-BUG-config-error-in-http-response-replace-header-num.patch
+  - 0005-BUG-MEDIUM-http-tarpit-timeout-is-reset.patch
+
+---

Old:

  0001-BUG-MINOR-server-move-the-directive-endif-to-the-end.patch
  0002-BUG-MINOR-Fix-search-for-p-argument-in-systemd-wrapp.patch
  0003-BUG-MAJOR-tcp-fix-a-possible-busy-spinning-loop-in-c.patch
  0004-BUG-config-error-in-http-response-replace-header-num.patch
  0005-BUG-MEDIUM-http-tarpit-timeout-is-reset.patch
  haproxy-1.5.3.tar.gz

New:

  haproxy-1.5.4.tar.gz



Other differences:
--
++ haproxy.spec ++
--- /var/tmp/diff_new_pack.AXQ9m9/_old  2014-09-06 12:18:16.0 +0200
+++ /var/tmp/diff_new_pack.AXQ9m9/_new  2014-09-06 12:18:16.0 +0200
@@ -33,7 +33,7 @@
 %bcond_without  apparmor
 
 Name:   haproxy
-Version:1.5.3
+Version:1.5.4
 Release:0
 #
 #
@@ -61,11 +61,6 @@
 Patch2: haproxy-makefile_lib.patch
 Patch3: sec-options.patch
 Patch4: haproxy-1.5_check_config_before_start.patch
-Patch5: 0001-BUG-MINOR-server-move-the-directive-endif-to-the-end.patch
-Patch6: 0002-BUG-MINOR-Fix-search-for-p-argument-in-systemd-wrapp.patch
-Patch7: 0003-BUG-MAJOR-tcp-fix-a-possible-busy-spinning-loop-in-c.patch
-Patch8: 0004-BUG-config-error-in-http-response-replace-header-num.patch
-Patch9: 0005-BUG-MEDIUM-http-tarpit-timeout-is-reset.patch
 Source99:   haproxy-rpmlintrc
 #
 Summary:The Reliable, High Performance TCP/HTTP Load Balancer
@@ -99,11 +94,6 @@
 %patch2
 %patch3
 %patch4 -p1
-%patch5 -p1
-%patch6 -p1
-%patch7 -p1
-%patch8 -p1
-%patch9 -p1
 
 %build
 %{__make} \

++ haproxy-1.5.3.tar.gz - haproxy-1.5.4.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/haproxy-1.5.3/CHANGELOG new/haproxy-1.5.4/CHANGELOG
--- old/haproxy-1.5.3/CHANGELOG 2014-07-25 08:56:07.0 +0200
+++ new/haproxy-1.5.4/CHANGELOG 2014-09-02 13:54:16.0 +0200
@@ -1,6 +1,22 @@
 ChangeLog :
 ===
 
+2014/09/02 : 1.5.4
+- BUG: config: error in http-response replace-header number of arguments
+- BUG/MINOR: Fix search for -p argument in systemd wrapper.
+- BUG/MEDIUM: auth: fix segfault with http-auth and a configuration with 
an unknown encryption algorithm
+- BUG/MEDIUM: config: userlists should ensure that encrypted passwords are 
supported
+- MEDIUM: connection: add new bit in Proxy Protocol V2
+- BUG/MINOR: server: move the directive #endif to the end of file
+- BUG/MEDIUM: http: tarpit timeout is reset
+- BUG/MAJOR: tcp: fix a possible busy spinning loop in content track-sc*
+- BUG/MEDIUM: http: fix inverted condition in pat_match_meth()
+- BUG/MEDIUM: http: fix improper parsing of HTTP methods for use with ACLs
+- BUG/MINOR: pattern: remove 

commit lio-utils for openSUSE:Factory

2014-09-06 Thread h_root
Hello community,

here is the log from the commit of package lio-utils for openSUSE:Factory 
checked in at 2014-09-06 12:18:18

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


Package is lio-utils

Changes:

--- /work/SRC/openSUSE:Factory/lio-utils/lio-utils.changes  2014-06-16 
21:27:11.0 +0200
+++ /work/SRC/openSUSE:Factory/.lio-utils.new/lio-utils.changes 2014-09-06 
12:18:25.0 +0200
@@ -1,0 +2,24 @@
+Wed Sep  3 01:48:48 CEST 2014 - r...@suse.de
+
+- sanitize release line in specfile
+
+---
+Wed Aug 27 01:34:05 UTC 2014 - ldun...@suse.com
+
+- allow resetting discovery_auth one- and two-way
+  authentication attributes to an empty string,
+  adding patch (bnc#893315):
+  * lio-utils-allow-clearing-discovery-auth.patch
+
+---
+Mon Jun 30 10:56:06 PDT 2014 - ldun...@suse.com
+
+- Stop dumping read-only attibutes (bnc#881553), adding:
+  0033-lio-utils-dont-dump-RO-attributes.patch
+
+---
+Tue Jun 10 10:37:11 PDT 2014 - ldun...@suse.com
+
+- Added dirs fabric and policy in /var/target (bnc#880355)
+
+---

New:

  0033-lio-utils-dont-dump-RO-attributes.patch
  lio-utils-allow-clearing-discovery-auth.patch



Other differences:
--
++ lio-utils.spec ++
--- /var/tmp/diff_new_pack.nyDTb3/_old  2014-09-06 12:18:26.0 +0200
+++ /var/tmp/diff_new_pack.nyDTb3/_new  2014-09-06 12:18:26.0 +0200
@@ -22,7 +22,7 @@
 
 Name:   lio-utils
 Version:4.1
-Release:0.RELEASE7
+Release:0
 Url:http://linux-iscsi.org/index.php/Lio-utils
 Source: lio-utils-4.1.tar.bz2
 Source1:target.service
@@ -82,6 +82,9 @@
 Patch30:0030-target.service-Fixup-service-file.patch
 Patch31:0031-lio_node-create-sys-kernel-config-target-iscsi-on-st.patch
 Patch32:0032-lio-utils-remove-systemd-default-dependies.patch
+Patch33:0033-lio-utils-dont-dump-RO-attributes.patch
+Patch34:lio-utils-allow-clearing-discovery-auth.patch
+
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -182,6 +185,8 @@
 %patch30 -p1
 %patch31 -p1
 %patch32 -p1
+%patch33 -p1
+%patch34 -p1
 
 %build
 make %{?_smp_mflags} OPTFLAGS=$RPM_OPT_FLAGS
@@ -193,12 +198,18 @@
 mkdir -p $RPM_BUILD_ROOT%{_vardir}
 mkdir $RPM_BUILD_ROOT%{_vardir}/pr
 mkdir $RPM_BUILD_ROOT%{_vardir}/alua
+mkdir $RPM_BUILD_ROOT%{_vardir}/fabric
+mkdir $RPM_BUILD_ROOT%{_vardir}/policy
 
 mkdir -p $RPM_BUILD_ROOT/etc/target
+echo #!/bin/bash  $RPM_BUILD_ROOT/etc/target/tcm_start.sh
 for mod in target_core_mod target_core_file target_core_iblock 
target_core_pscsi ; do
   echo modprobe $mod  $RPM_BUILD_ROOT/etc/target/tcm_start.sh
 done
-echo modprobe iscsi_target_mod  $RPM_BUILD_ROOT/etc/target/lio_start.sh
+chmod 755 $RPM_BUILD_ROOT/etc/target/tcm_start.sh
+echo #!/bin/bash  $RPM_BUILD_ROOT/etc/target/lio_start.sh
+echo modprobe iscsi_target_mod  $RPM_BUILD_ROOT/etc/target/lio_start.sh
+chmod 755 $RPM_BUILD_ROOT/etc/target/lio_start.sh
 (cd tcm-py; python setup.py install --prefix=%{_prefix} --root=%{buildroot})
 (cd lio-py; python setup.py install --prefix=%{_prefix} --root=%{buildroot})
 mkdir $RPM_BUILD_ROOT/usr/sbin
@@ -258,6 +269,8 @@
 %dir %{_vardir}
 %dir %{_vardir}/pr
 %dir %{_vardir}/alua
+%dir %{_vardir}/fabric
+%dir %{_vardir}/policy
 /usr/sbin/iscsi-name
 /usr/sbin/tcm_*
 /usr/sbin/lio_node

++ 0033-lio-utils-dont-dump-RO-attributes.patch ++
diff -aurp lio-utils-4.1.orig/lio-py/lio_dump.py 
lio-utils-4.1/lio-py/lio_dump.py
--- lio-utils-4.1.orig/lio-py/lio_dump.py   2014-06-30 10:51:24.475925688 
-0700
+++ lio-utils-4.1/lio-py/lio_dump.py2014-06-30 10:53:18.195919922 -0700
@@ -136,12 +136,15 @@ def lio_target_configfs_dump(option, opt
print echo  + value.rstrip() ++ 
attrib_file
os.close(p)

-   # Dump values of iscsi/iqn/tpgt/attrib/
+   # Dump values of iscsi/iqn/tpgt/auth/
print  authentication for iSCSI Target Portal 
Group
auth_dir = lio_root + / + iqn + /tpgt_ + tpgt + 
/auth/
if os.path.isdir(auth_dir):
auth_root = os.listdir(auth_dir)
for auth in auth_root:
+   # authenticate_target is RO
+   if auth == authenticate_target:
+

commit pesign-obs-integration for openSUSE:Factory

2014-09-06 Thread h_root
Hello community,

here is the log from the commit of package pesign-obs-integration for 
openSUSE:Factory checked in at 2014-09-06 12:18:17

Comparing /work/SRC/openSUSE:Factory/pesign-obs-integration (Old)
 and  /work/SRC/openSUSE:Factory/.pesign-obs-integration.new (New)


Package is pesign-obs-integration

Changes:

--- 
/work/SRC/openSUSE:Factory/pesign-obs-integration/pesign-obs-integration.changes
2014-08-27 16:53:06.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.pesign-obs-integration.new/pesign-obs-integration.changes
   2014-09-06 12:18:24.0 +0200
@@ -1,0 +2,5 @@
+Wed Sep  3 01:48:48 CEST 2014 - r...@suse.de
+
+- sanitize release line in specfile
+
+---



Other differences:
--
++ pesign-obs-integration.spec ++
--- /var/tmp/diff_new_pack.S4SZot/_old  2014-09-06 12:18:25.0 +0200
+++ /var/tmp/diff_new_pack.S4SZot/_new  2014-09-06 12:18:25.0 +0200
@@ -23,7 +23,7 @@
 License:GPL-2.0
 Group:  Development/Tools/Other
 Version:10.0
-Release:0.RELEASE15
+Release:0
 Requires:   fipscheck
 Requires:   mozilla-nss-tools
 Requires:   openssl

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



commit ledmon for openSUSE:Factory

2014-09-06 Thread h_root
Hello community,

here is the log from the commit of package ledmon for openSUSE:Factory checked 
in at 2014-09-06 12:18:14

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


Package is ledmon

Changes:

--- /work/SRC/openSUSE:Factory/ledmon/ledmon.changes2014-01-15 
16:25:15.0 +0100
+++ /work/SRC/openSUSE:Factory/.ledmon.new/ledmon.changes   2014-09-06 
12:18:21.0 +0200
@@ -1,0 +2,5 @@
+Wed Sep  3 01:48:48 CEST 2014 - r...@suse.de
+
+- sanitize release line in specfile
+
+---



Other differences:
--
++ ledmon.spec ++
--- /var/tmp/diff_new_pack.DY0bbp/_old  2014-09-06 12:18:22.0 +0200
+++ /var/tmp/diff_new_pack.DY0bbp/_new  2014-09-06 12:18:22.0 +0200
@@ -19,7 +19,7 @@
 Name:   ledmon
 Url:http://sourceforge.net/projects/ledmon/
 Version:0.79
-Release:0.RELEASE10
+Release:0
 #Release:0.RELEASE5
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Summary:Enclosure LED Utilities

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



commit lvm2 for openSUSE:Factory

2014-09-06 Thread h_root
Hello community,

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

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-07-17 
06:57:55.0 +0200
+++ /work/SRC/openSUSE:Factory/.lvm2.new/lvm2.changes   2014-09-06 
12:18:22.0 +0200
@@ -1,0 +2,5 @@
+Wed Sep  3 01:48:48 CEST 2014 - r...@suse.de
+
+- sanitize release line in specfile
+
+---



Other differences:
--
++ lvm2.spec ++
--- /var/tmp/diff_new_pack.f8sVnn/_old  2014-09-06 12:18:23.0 +0200
+++ /var/tmp/diff_new_pack.f8sVnn/_new  2014-09-06 12:18:23.0 +0200
@@ -31,7 +31,7 @@
 Requires:   device-mapper = 1.02.25
 Provides:   lvm
 Version:2.02.98
-Release:0.RELEASE11
+Release:0
 Summary:Logical Volume Manager Tools
 License:GPL-2.0 and LGPL-2.1
 Group:  System/Base


-- 
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-09-06 Thread h_root
Hello community,

here is the log from the commit of package spec-cleaner for openSUSE:Factory 
checked in at 2014-09-06 12:18:19

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-09-03 21:10:55.0 +0200
+++ /work/SRC/openSUSE:Factory/.spec-cleaner.new/spec-cleaner.changes   
2014-09-06 12:18:26.0 +0200
@@ -1,0 +2,5 @@
+Wed Sep  3 17:40:34 UTC 2014 - tchva...@suse.com
+
+- Require py3-setuptools
+
+---



Other differences:
--
++ spec-cleaner.spec ++
--- /var/tmp/diff_new_pack.CgvpQb/_old  2014-09-06 12:18:27.0 +0200
+++ /var/tmp/diff_new_pack.CgvpQb/_new  2014-09-06 12:18:27.0 +0200
@@ -28,6 +28,8 @@
 BuildRequires:  python3-mock
 BuildRequires:  python3-nose
 BuildRequires:  python3-setuptools
+# For the pkg_resources used in the binary loader
+Requires:   python3-setuptools
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
 

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



commit maxima for openSUSE:Factory

2014-09-06 Thread h_root
Hello community,

here is the log from the commit of package maxima for openSUSE:Factory checked 
in at 2014-09-06 12:18:20

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


Package is maxima

Changes:

--- /work/SRC/openSUSE:Factory/maxima/maxima.changes2014-04-13 
13:15:37.0 +0200
+++ /work/SRC/openSUSE:Factory/.maxima.new/maxima.changes   2014-09-06 
12:18:29.0 +0200
@@ -1,0 +2,73 @@
+Sat Aug 30 18:03:19 UTC 2014 - badshah...@gmail.com
+
+- Update to version 5.34.0:
+  + New items in core:
+- function invert_by_gausselim: invert by Gaussian elimination
+  (used to be function invertmx)
+- function invert_by_adjoint: invert by adjoint method (used
+  to be function invert)
+- functions push, pop: now implemented in core
+  + New items in share:
+- package coma: functions for control engineering
+- function sha1sum (package stringproc): compute SHA1 hash
+- engineering-format.lisp: change default float display format
+  + Changes in core:
+- function invert: use adjoint method or Gaussian elimination
+  depending on size of matrix
+- function tex: Define TeX properties for gamma_incomplete and
+  friends
+  + Bug fixes:
+- #2785: dynamics package: plotting fails on evolution() and
+  other functions
+- #2784: Ceiling gives error, without even an error message
+- #2782: realroots(x*y) internal error
+- #2776: Error when integrate sqrt
+- #2775: powerseries of some log expressions
+- #2772: powerseries of some trig expressions
+- #2768: notequal tries to put multiprecision rational
+  numbers into floats
+- #2765: powerseries of a derivative
+- #2764: power series of 1 + x^n and regression tests in
+  rtest16.mac
+- #2763: symmetricp(matrix) DOEs not work
+- #2760: powerseries at infinty broken
+- #2755: powerseries of natural exponential
+- #2751: powerseries of bessel functions needlessly fail
+- #2750: powerseries(x^x,x,0) gives Lisp error
+- #2749: Float evaluation of sinh causes Lisp error instead of
+  overflowing to bigfloat
+- #2746: scifac / gcfac crash
+- #2745: limit with numer:true
+- #2741: imaxima preamble broken for display in emacs
+- #2738: Integrate encountered a Lisp error: The value 2 is
+  not of type LIST
+- #2732: wrong answer for similar to gaussian integral
+- #2726: integrate produces wrong answer for Gaussian Moments
+- #2725: pochhammer(n,x) documentation
+- #2721: maxima can't refresh plots in gnuplot_pipes format
+- #2719: Matrix invert() behaviour
+- #2718: imaxima LaTeX definitions conflict with amsmath
+- #2717: plot2d treats linear and log plots inconsistently
+- #2716: is allows more than one argument
+- #2711: `i' is not local in `geosum'
+- #2710: `rempart' from package `functs' fails
+- #2707: `rowp' fails if `p' function is defined
+- #2697: Inconsistent handling of Greek symbols
+- #2683: Plot2d default terminal broken
+- #2678: transform_xy rejects argument constructed with
+  make_transform
+- #2677: [gnuplot_pm3d,false] does not disable pm3d
+- #2621: gamma limit error
+- #2526: abs_integrate fails on integrate(sqrt(x + sqrt(x)), x)
+  + unnumbered bugs:
+- mailing list 2014-08-16: bind stack overflow in loop
+- mailing list 2014-07-01: rtest8.mac test failure
+- mailing list 2014-06-29: rule issue
+- limit((atan(x)-(%pi/2))/(sin(10/x)),x,inf)
+- ezgcd(p1,p2,...) = true when ratp returns true for any
+  argument
+- Packaging change: Source tarball does not include ChangeLog-5.34
+  by mistake, download from upstream git and package it
+  separately.
+
+---

Old:

  maxima-5.33.0.tar.gz

New:

  ChangeLog-5.34
  maxima-5.34.0.tar.gz



Other differences:
--
++ maxima.spec ++
--- /var/tmp/diff_new_pack.YDgOTN/_old  2014-09-06 12:18:30.0 +0200
+++ /var/tmp/diff_new_pack.YDgOTN/_new  2014-09-06 12:18:30.0 +0200
@@ -28,9 +28,9 @@
 %define gcl_flags --disable-gcl
 
 Name:   maxima
-Version:5.33.0
+Version:5.34.0
 Release:0
-%define major_version 5.33
+%define major_version 5.34
 Summary:Symbolic Computation Program/Computer Algebra System
 License:GPL-2.0+
 Group:  Productivity/Scientific/Math
@@ -38,6 +38,8 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Source0:
http://download.sourceforge.net/maxima/%{name}-%{version}.tar.gz
 Source1:maxima-rpmlintrc
+# Source tarball does not include updated changelog file by mistake, download 
from 

commit libvpd2 for openSUSE:Factory

2014-09-06 Thread h_root
Hello community,

here is the log from the commit of package libvpd2 for openSUSE:Factory checked 
in at 2014-09-06 12:18:28

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


Package is libvpd2

Changes:

--- /work/SRC/openSUSE:Factory/libvpd2/libvpd2.changes  2014-05-14 
10:40:00.0 +0200
+++ /work/SRC/openSUSE:Factory/.libvpd2.new/libvpd2.changes 2014-09-06 
12:18:37.0 +0200
@@ -1,0 +2,7 @@
+Wed Sep  3 16:28:49 UTC 2014 - jloe...@suse.com
+
+- version update to 2.2.4 (BNC#894858) 
+
+- modified patches:
+  * libvpd2.makefile.patch
+---

Old:

  libvpd-2.2.3.tar.gz

New:

  libvpd-2.2.4.tar.gz



Other differences:
--
++ libvpd2.spec ++
--- /var/tmp/diff_new_pack.VXNd9e/_old  2014-09-06 12:18:38.0 +0200
+++ /var/tmp/diff_new_pack.VXNd9e/_new  2014-09-06 12:18:38.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   libvpd2
-Version:2.2.3
+Version:2.2.4
 Release:0
 Summary:VPD Database access library for lsvpd
 License:LGPL-2.1+
@@ -79,7 +79,7 @@
 
 %files devel
 %defattr(-,root,root)
-%doc COPYING NEWS README
+%doc COPYING README
 %exclude %{_libdir}/*.la
 %{_includedir}/*
 %{_libdir}/*.so

++ libvpd-2.2.3.tar.gz - libvpd-2.2.4.tar.gz ++
 46977 lines of diff (skipped)

++ libvpd2.makefile.patch ++
--- /var/tmp/diff_new_pack.VXNd9e/_old  2014-09-06 12:18:38.0 +0200
+++ /var/tmp/diff_new_pack.VXNd9e/_new  2014-09-06 12:18:38.0 +0200
@@ -1,8 +1,8 @@
-Index: libvpd-2.2.2/Makefile.am
+Index: libvpd-2.2.4/Makefile.am
 ===
 libvpd-2.2.2.orig/Makefile.am
-+++ libvpd-2.2.2/Makefile.am
-@@ -64,9 +64,9 @@ libtool: $(LIBTOOL_DEPS)
+--- libvpd-2.2.4.orig/Makefile.am
 libvpd-2.2.4/Makefile.am
+@@ -65,9 +65,9 @@ libtool: $(LIBTOOL_DEPS)
$(SHELL) ./config.status --recheck
  
  install-exec-hook:

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



commit feh for openSUSE:Factory

2014-09-06 Thread h_root
Hello community,

here is the log from the commit of package feh for openSUSE:Factory checked in 
at 2014-09-06 12:18:21

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


Package is feh

Changes:

--- /work/SRC/openSUSE:Factory/feh/feh.changes  2014-07-26 09:41:59.0 
+0200
+++ /work/SRC/openSUSE:Factory/.feh.new/feh.changes 2014-09-06 
12:18:31.0 +0200
@@ -1,0 +2,18 @@
+Tue Sep  2 08:46:37 UTC 2014 - tog...@opensuse.org
+
+- Update to 2.12
+  * feh no longer depends on giblib. Instead, the relevant parts
+of the giblib source were imported into the feh source.
+Rationale: giblib is unmaintained and, as far as I know, only
+used by three projects (one of which is feh). There is at least one
+known bug in it, and as I do not have the time to take over giblib
+development, importing the library seems to be the best solution.
+  * Fix/improve --randomize for short filelists (closes #151)
+  * Fix a buffer overflow in the printf implementation when
+  * handling unknown format specifiers (affects --action, --customlist,
+   --index-info, --info, --thumb-title and --title)
+  * Update help (if built with help=1) 
+- Patches reworked for patch level 1
+  * replaced feh-fix_sighandler.patch with feh-2.12-fix_sighandler.patch
+
+---

Old:

  feh-2.10.tar.bz2
  feh-2.10.tar.bz2.asc
  feh-fix_sighandler.patch

New:

  feh-2.12-fix_sighandler.patch
  feh-2.12.tar.bz2
  feh-2.12.tar.bz2.asc



Other differences:
--
++ feh.spec ++
--- /var/tmp/diff_new_pack.M0DAWw/_old  2014-09-06 12:18:32.0 +0200
+++ /var/tmp/diff_new_pack.M0DAWw/_new  2014-09-06 12:18:32.0 +0200
@@ -19,9 +19,9 @@
 License:MIT and LGPL-2.0+
 Group:  Productivity/Graphics/Viewers
 Name:   feh
-Version:2.10
+Version:2.12
 Release:0
-Source: https://derf.homelinux.org/projects/feh/feh-%{version}.tar.bz2
+Source: http://feh.finalrewind.org/feh-%{version}.tar.bz2
 Source1:%{name}.desktop
 Source2:%{name}.png
 Source3:%{name}-%{version}.tar.bz2.asc
@@ -33,8 +33,8 @@
 Patch2: feh-fix_pointer_arithmetics.patch
 # PATCH-FIX-OPENSUSE feh-no_date.patch - pascal.ble...@opensuse.org -- avoid 
injecting the current date into the man page, which causes needless rebuilds
 Patch4: feh-no_date.patch
-# PATCH-FIX-UPSTREAM feh-fix_sighandler.patch 
https://github.com/derf/feh/issues/70 pascal.ble...@opensuse.org -- bad 
prototype for a sighandler_t and a funky unportable pointer cast
-Patch5: feh-fix_sighandler.patch
+# PATCH-FIX-UPSTREAM feh-fix_sighandler.patch 
https://github.com/derf/feh/issues/70 tog...@opensuse.org -- bad prototype for 
a sighandler_t and a funky unportable pointer cast
+Patch5: feh-2.12-fix_sighandler.patch
 Url:http://feh.finalrewind.org/
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  curl-devel
@@ -60,13 +60,14 @@
 %gpg_verify %{S:3}
 %setup -q
 %patch1 -p1
-%patch2
-%patch4
-%patch5
+%patch2 -p1
+%patch4 -p1
+%patch5 -p1
 
 %build
 %__make %{?_smp_flags} \
 curl=1 \
+help=1 \
 xinerama=1 \
 debug=0 \
 PREFIX=%{_prefix} \
@@ -75,7 +76,7 @@
 %install
 %__make \
 PREFIX=%{buildroot}%{_prefix} \
-install
+install cam=1
 
 %__rm -rf %{buildroot}%{_datadir}/doc
 

++ feh-2.12-fix_sighandler.patch ++
Based on the version of pascal.ble...@opensuse.org

---
 src/wallpaper.c |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

--- a/src/wallpaper.c
+++ b/src/wallpaper.c
@@ -696,10 +696,10 @@ void enl_ipc_send(char *str)
return;
 }
 
-static sighandler_t *enl_ipc_timeout(int sig)
+static void enl_ipc_timeout(int sig)
 {
timeout = 1;
-   return((sighandler_t *) sig);
+sig = 0;
 }
 
 char *enl_wait_for_reply(void)
++ feh-2.10.tar.bz2 - feh-2.12.tar.bz2 ++
 2874 lines of diff (skipped)

++ feh-fix_pointer_arithmetics.patch ++
--- /var/tmp/diff_new_pack.M0DAWw/_old  2014-09-06 12:18:33.0 +0200
+++ /var/tmp/diff_new_pack.M0DAWw/_new  2014-09-06 12:18:33.0 +0200
@@ -1,6 +1,10 @@
 src/menu.c.orig2012-04-05 19:14:08.260668430 +0200
-+++ src/menu.c 2012-04-05 19:15:15.71031 +0200
-@@ -24,6 +24,8 @@
+---
+ src/menu.c |   13 -
+ 1 file changed, 8 insertions(+), 5 deletions(-)
+
+--- a/src/menu.c
 b/src/menu.c
+@@ -24,6 +24,8 @@ CONNECTION WITH THE SOFTWARE OR THE USE
  
  */
  
@@ -9,7 +13,7 @@
  #include feh.h
  #include thumbnail.h
  #include wallpaper.h
-@@ -915,7 +917,8 @@
+@@ -906,7 +908,8 @@ void feh_menu_init_main(void)
  
  void feh_menu_init_common()

commit selinux-policy for openSUSE:Factory

2014-09-06 Thread h_root
Hello community,

here is the log from the commit of package selinux-policy for openSUSE:Factory 
checked in at 2014-09-06 12:18:24

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


Package is selinux-policy

Changes:

--- /work/SRC/openSUSE:Factory/selinux-policy/selinux-policy.changes
2013-12-19 12:37:22.0 +0100
+++ /work/SRC/openSUSE:Factory/.selinux-policy.new/selinux-policy.changes   
2014-09-06 12:18:34.0 +0200
@@ -1,0 +2,16 @@
+Tue Sep  2 13:31:58 UTC 2014 - vci...@suse.com
+
+- removed source files which were not used
+  * modules-minimum.conf, modules-mls.conf, modules-targeted.conf,
+permissivedomains.fc, permissivedomains.if, permissivedomains.te,
+seusers, seusers-mls, seusers-targeted, users_extra-mls,
+users_extra-targeted
+
+---
+Mon Jun  2 12:08:40 UTC 2014 - vci...@suse.com
+
+- remove duplicate filetrans_pattern rules
+  * fixes build with libsepol-2.3
+  * added remove_duplicate_filetrans_pattern_rules.patch
+
+---

Old:

  modules-minimum.conf
  modules-mls.conf
  modules-targeted.conf
  permissivedomains.fc
  permissivedomains.if
  permissivedomains.te
  seusers
  seusers-mls
  seusers-targeted
  users_extra-mls
  users_extra-targeted

New:

  remove_duplicate_filetrans_pattern_rules.patch



Other differences:
--
++ selinux-policy.spec ++
--- /var/tmp/diff_new_pack.9n22Cw/_old  2014-09-06 12:18:36.0 +0200
+++ /var/tmp/diff_new_pack.9n22Cw/_new  2014-09-06 12:18:36.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package selinux-policy
 #
-# 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
@@ -56,6 +56,7 @@
 Patch16:useradd-netlink_selinux_socket.patch
 Patch17:systemd-tmpfiles.patch
 Patch18:label_var_run_rsyslog.patch
+Patch19:remove_duplicate_filetrans_pattern_rules.patch
 
 Source1:modules-targeted-base.conf
 Source31:   modules-targeted-contrib.conf
@@ -346,6 +347,7 @@
 %setup -n serefpolicy-contrib-%{version} -q -b 29
 %patch1 -p1
 %patch11 -p1
+%patch19 -p1
 contrib_path=`pwd`
 %setup -n serefpolicy-%{version} -q
 cp COPYING ..


++ remove_duplicate_filetrans_pattern_rules.patch ++
diff --git a/gnome.te b/gnome.te
index c6ff2a1..ac4ec2a 100644
--- a/gnome.te
+++ b/gnome.te
@@ -226,7 +226,6 @@ allow gkeyringd_domain gconf_home_t:dir create_dir_perms;
 filetrans_pattern(gkeyringd_domain, gconf_home_t, data_home_t, dir, share)
 filetrans_pattern(gkeyringd_domain, gnome_home_t, gkeyringd_gnome_home_t, dir, 
keyrings)
 filetrans_pattern(gkeyringd_domain, data_home_t, gkeyringd_gnome_home_t, dir, 
keyrings)
-filetrans_pattern(gkeyringd_domain, gnome_home_t, data_home_t, dir, keyrings)
 
 manage_dirs_pattern(gkeyringd_domain, gkeyringd_tmp_t, gkeyringd_tmp_t)
 manage_sock_files_pattern(gkeyringd_domain, gkeyringd_tmp_t, gkeyringd_tmp_t)
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit rng-tools for openSUSE:Factory

2014-09-06 Thread h_root
Hello community,

here is the log from the commit of package rng-tools for openSUSE:Factory 
checked in at 2014-09-06 12:18:23

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


Package is rng-tools

Changes:

--- /work/SRC/openSUSE:Factory/rng-tools/rng-tools.changes  2014-08-27 
07:46:36.0 +0200
+++ /work/SRC/openSUSE:Factory/.rng-tools.new/rng-tools.changes 2014-09-06 
12:18:33.0 +0200
@@ -1,0 +2,6 @@
+Wed Sep  3 10:18:46 UTC 2014 - idon...@suse.com
+
+- Apparently --fill-watermark expects a number between 0 and 4096
+  now. So we now set it to 3700 which is ~90% of 4096.
+
+---



Other differences:
--
++ rng-tools.service ++
--- /var/tmp/diff_new_pack.aaPJKu/_old  2014-09-06 12:18:34.0 +0200
+++ /var/tmp/diff_new_pack.aaPJKu/_new  2014-09-06 12:18:34.0 +0200
@@ -5,7 +5,7 @@
 
 [Service]
 CapabilityBoundingSet=CAP_SYS_ADMIN
-ExecStart=/usr/sbin/rngd --foreground --fill-watermark=90%
+ExecStart=/usr/sbin/rngd --foreground --fill-watermark=3700
 
 [Install]
 WantedBy=multi-user.target

-- 
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-09-06 Thread h_root
Hello community,

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

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-08-27 
07:47:11.0 +0200
+++ /work/SRC/openSUSE:Factory/.alsa-tools.new/alsa-tools.changes   
2014-09-06 16:53:53.0 +0200
@@ -1,0 +2,9 @@
+Fri Sep  5 16:52:33 CEST 2014 - ti...@suse.de
+
+- Split to subpckage for each program included in alsa-tools repo:
+  as10k1, hda-verb, hdsploader, ld10k1, ld10k1-devel, us428control,
+  usx2yloader, sbiload, cspctl, sscape-ctl, hwmixvolume, echomixer,
+  envy24contorl, rmedigicontrol, hdajackretesk, hdspconf, hdspmixer.
+  alsa-tools, alsa-tools-gui and alsa-tools-devel are obsoleted
+
+---



Other differences:
--
++ alsa-tools.spec ++
--- /var/tmp/diff_new_pack.r0gHDa/_old  2014-09-06 16:53:54.0 +0200
+++ /var/tmp/diff_new_pack.r0gHDa/_new  2014-09-06 16:53:54.0 +0200
@@ -18,6 +18,9 @@
 
 %define package_version1.0.28
 #
+%define build_hwdep_loader 0
+%define have_fltk  1
+%define have_gtk2  1
 %if 0%{?suse_version}   1140
 %define have_gtk3  1
 %else
@@ -44,42 +47,259 @@
 Patch100:   alsa-tools-desktop-fix.dif
 Patch101:   alsa-tools-no_m4_dir.dif
 BuildRequires:  alsa-devel
-BuildRequires:  fdupes
-BuildRequires:  fltk-devel
 BuildRequires:  gcc-c++
-BuildRequires:  gtk2-devel
 BuildRequires:  libtool
 BuildRequires:  update-desktop-files
 BuildRequires:  xorg-x11-devel
-Requires:   alsa-firmware
-Requires:   fxload
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+%if %{have_fltk}
+BuildRequires:  fltk-devel
+%endif
+%if %{have_gtk2}
+BuildRequires:  gtk2-devel
+%endif
 %if %{have_gtk3}
 BuildRequires:  gtk3-devel
 %endif
 
 %description
-Various tools for ALSA including DSP loaders.
+This is a meta package for collection of sub-packages.
 
-%package gui
-Summary:Various ALSA Tools with GUI
+%package -n as10k1
+Version:A0.99
+Release:0
+Summary:Emu10k1 DSP assembler
 Group:  Productivity/Multimedia/Sound/Utilities
-Requires:   pyalsa
-Requires:   python-gtk
+Provides:   alsa-tools = 1.0.28
+Obsoletes:  alsa-tools = 1.0.28
+
+%description -n as10k1
+Assmbler for emu10k1 DSP chip present in Creative SB Live, PCI 512 and
+Emu APS sound cards.
+
+%package -n hda-verb
+Version:0.4
+Release:0
+Summary:HD-audio jack retasking tool
+Group:  Productivity/Multimedia/Sound/Utilities
+Provides:   alsa-tools:/usr/bin/hda-verb
+
+%description -n hda-verb
+hda-verb is a small program to send HD-audio commands to the given
+ALSA hwdep device on the hd-audio interface.
+
+%package -n hdsploader
+Version:1.2
+Release:0
+Summary:Firmware loader for RME Hammerfall DSP cards
+Group:  Productivity/Multimedia/Sound/Utilities
+Requires:   alsa-firmware
+Provides:   alsa-tools:/usr/bin/hdsploader
+
+%description -n hdsploader
+This is the firmware loader program for RME Hammerfall DSP cards.
+
+%package -n ld10k1
+Version:0.1.8p1
+Release:0
+Summary:Emu10k1 patch loader for ALSA
+Group:  Productivity/Multimedia/Sound/Utilities
+Provides:   alsa-tools:/usr/bin/lo10k1
 
-%description gui
-Various tools for ALSA with GUI for controlling the configuration and
-the mixer of sepcific sound cards.
+%description -n ld10k1
+This package contains the patch loader program for Emu10k1 and Emu10k1 on ALSA.
 
-%package devel
+%package -n ld10k1-devel
+Version:0.1.8p1
+Release:0
 Summary:Include Files and Libraries mandatory for Development
-Group:  Development/Languages/C and C++
-Requires:   alsa-tools = %{version}
+Group:  Development/Libraries/C and C++
+Requires:   ld10k1
+Provides:   alsa-tools-devel = 1.0.28
+Obsoletes:  alsa-tools-devel = 1.0.28
 
-%description devel
+%description -n ld10k1-devel
 This package contains all necessary include files and libraries needed
 to develop applications that require these.
 
+%package -n us428control
+Version:0.4.6
+Release:0
+Summary:Sound Blaster 16 ASP/CSP control program
+Group:  Productivity/Multimedia/Sound/Utilities
+Requires:   alsa-firmware
+Provides:   alsa-tools:/usr/bin/us428control
+
+%description -n us428control
+This package contains a control tool for Tascam US-X2Y audio devices
+
+%package -n usx2yloader
+Version:0.3
+Release:0
+Summary:

commit ack for openSUSE:Factory

2014-09-06 Thread h_root
Hello community,

here is the log from the commit of package ack for openSUSE:Factory checked in 
at 2014-09-06 12:18:34

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


Package is ack

Changes:

--- /work/SRC/openSUSE:Factory/ack/ack.changes  2014-01-23 15:39:28.0 
+0100
+++ /work/SRC/openSUSE:Factory/.ack.new/ack.changes 2014-09-06 
16:53:48.0 +0200
@@ -1,0 +2,23 @@
+Thu Sep  4 22:02:47 UTC 2014 - andreas.stie...@gmx.de
+
+- ack 2.14:
+- Enhancements:
+  * ack now ignores JavaScript and CSS source maps
+- Bug fixes:
+  * The -s flag would fail to suppress certain warnings
+  * The -w flag would fail to work properly with regex features
+such as alternation
+  * The -g flag should now work faster on larger codebases
+- Includes enhancements from 2.13 series:
+  * Add docs for available colors in ack.
+  * --create-ackrc keeps the comments that describe each of the
+options, and it shows the ack version number
+  * Now ignores Cabal (Haskell) sandboxes
+  * Added filetypes for Jade, Smarty and Stylus
+- updated patches for context changes:
+  * ack-add_spec.patch
+  * ack-ignore-osc.patch
+- removed patches:
+  * ack-fix_smartcase_test_for_old_perl.patch
+
+---

Old:

  ack-2.12.tar.gz
  ack-fix_smartcase_test_for_old_perl.patch

New:

  ack-2.14.tar.gz



Other differences:
--
++ ack.spec ++
--- /var/tmp/diff_new_pack.LAIy1v/_old  2014-09-06 16:53:49.0 +0200
+++ /var/tmp/diff_new_pack.LAIy1v/_new  2014-09-06 16:53:49.0 +0200
@@ -1,4 +1,3 @@
-# vim: set ts=4 sw=4 et:
 #
 # spec file for package ack
 #
@@ -17,42 +16,38 @@
 #
 
 
-%{!?perl_make_install:  %global perl_make_install make DESTDIR=$RPM_BUILD_ROOT 
install_vendor}
-
+%definerun_tests 0%{?suse_version} = 1210
 %if 0%{?suse_version} = 1100 || 0%{?fedora} = 13
 %define with_pod 1
 %else
 %define with_pod 0
 %endif
-
-%definerun_tests 0%{?suse_version} = 1210
-
 Name:   ack
-Version:2.12
+Version:2.14
 Release:0
 Summary:Grep-Like Text Finder
 License:Artistic-2.0
 Group:  Productivity/Text/Utilities
+Url:http://beyondgrep.com/
 Source: 
http://cpan.metacpan.org/authors/id/P/PE/PETDANCE/ack-%{version}.tar.gz
 Patch1: ack-ignore-osc.patch
-Patch2: ack-fix_smartcase_test_for_old_perl.patch
 Patch3: ack-add_spec.patch
-Url:http://beyondgrep.com/
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-Requires:   perl
 BuildRequires:  make
 BuildRequires:  perl = 5.8.8
 BuildRequires:  perl(File::Next) = 1.10
-%if %run_tests
+Requires:   perl
+Requires:   perl-App-Ack = %{version}-%{release}
+Requires:   perl-base = %{perl_version}
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildArch:  noarch
+%{!?perl_make_install:  %global perl_make_install make DESTDIR=%{buildroot} 
install_vendor}
+%if %{run_tests}
 BuildRequires:  perl(File::Temp) = 0.19
 BuildRequires:  perl(IO::Pty)
 %endif
-%if %with_pod
+%if %{with_pod}
 BuildRequires:  perl(Test::Pod) = 1.14
 %endif
-BuildArch:  noarch
-Requires:   perl-App-Ack = %{version}-%{release}
-Requires:   perl-base = %{perl_version}
 
 %description
 ack is a grep-like tool tailored to working with large trees of source code.
@@ -60,19 +55,16 @@
 %package -n perl-App-Ack
 Summary:Grep-Like Text Finder Perl Module
 Group:  Development/Libraries/Perl
-Requires:   perl-base = %{perl_version}
 Requires:   perl(File::Next) = 1.10
+Requires:   perl-base = %{perl_version}
 
 %description -n perl-App-Ack
 App::Ack is a grep-like tool tailored to working with large trees of source
 code.
 
 %prep
-%setup -q -n ack-%{version}
+%setup -q
 %patch1 -p1
-%if 0%{?suse_version}  0  0%{?suse_version}  1000 || 0%{?rhel_version}  0 
 0%{?rhel_version}  500
-%patch2
-%endif
 %patch3 -p1
 
 %build
@@ -91,7 +83,7 @@
 # remove .packlist file
 rm -rf %{buildroot}%{perl_vendorarch}/auto/ack
 
-rm -f %{buildroot}/var/adm/perl-modules/ack
+rm -f %{buildroot}%{_localstatedir}/adm/perl-modules/ack
 
 install -d rpmdoc_ack
 for f in Changes README.md LICENSE.md; do
@@ -99,8 +91,8 @@
 done
 
 %check
-%if %run_tests
-make test
+%if %{run_tests}
+make test %{?_smp_mflags}
 %endif
 
 %files

++ ack-2.12.tar.gz - ack-2.14.tar.gz ++
 4149 lines of diff (skipped)

++ ack-add_spec.patch ++
--- /var/tmp/diff_new_pack.LAIy1v/_old  2014-09-06 16:53:49.0 +0200
+++ /var/tmp/diff_new_pack.LAIy1v/_new  2014-09-06 16:53:49.0 +0200
@@ -1,14 +1,26 @@
-Index: ack-2.04/ConfigDefault.pm
+From: Andreas Stieger 

commit apcupsd for openSUSE:Factory

2014-09-06 Thread h_root
Hello community,

here is the log from the commit of package apcupsd for openSUSE:Factory checked 
in at 2014-09-06 12:18:40

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


Package is apcupsd

Changes:

--- /work/SRC/openSUSE:Factory/apcupsd/apcupsd.changes  2014-05-17 
21:43:15.0 +0200
+++ /work/SRC/openSUSE:Factory/.apcupsd.new/apcupsd.changes 2014-09-06 
16:53:59.0 +0200
@@ -1,0 +2,5 @@
+Tue Aug 19 14:45:38 UTC 2014 - wagner-tho...@gmx.at
+
+- added config for SuSEfirewall2
+
+---

New:

  apcupsd.firewall



Other differences:
--
++ apcupsd.spec ++
--- /var/tmp/diff_new_pack.oqw95m/_old  2014-09-06 16:54:00.0 +0200
+++ /var/tmp/diff_new_pack.oqw95m/_new  2014-09-06 16:54:00.0 +0200
@@ -65,6 +65,7 @@
 Source7:apcupsd-httpd.conf
 Source8:
http://downloads.sourceforge.net/project/apcupsd/apcupsd%20-%20Stable/%{version}/apcupsd-%{version}.tar.gz.sig
 Source9:%{name}.keyring
+Source10:   %{name}.firewall
 # PATCH-FIX-OPENSUSE apcupsd-suse.patch sbra...@suse.cz -- Do not perform halt 
script alternation on install.
 Patch:  apcupsd-suse.patch
 # PATCH-FIX-OPENSUSE apcupsd-gpp.patch sbra...@suse.cz -- Build against C++ 
unfriendly system tcpd.h. See below.
@@ -217,6 +218,9 @@
 install -d %{buildroot}%{_sysconfdir}/apache2/conf.d/
 install -m0644 %{SOURCE7} 
%{buildroot}%{_sysconfdir}/apache2/conf.d/%{name}.conf
 
+# firewall config
+install -m 644 -D %{SOURCE5} 
%{buildroot}/%{_sysconfdir}/sysconfig/SuSEfirewall2.d/services/%{name}
+
 %pre
 %if 0%{?suse_version}  1220
 %service_add_pre %{name}.service
@@ -304,6 +308,7 @@
 %config(noreplace) %{_sysconfdir}/%{name}/offbattery
 %config(noreplace) %{_sysconfdir}/logrotate.d/apcupsd
 %config(noreplace) %{_sysconfdir}/%{name}/%{name}.conf
+%config(noreplace) %attr(0644,root,root) 
%{_sysconfdir}/sysconfig/SuSEfirewall2.d/services/%{name}
 %attr(0755,root,root) %{_sysconfdir}/apcupsd/apccontrol
 %{apache_serverroot}/cgi-bin/multimon.cgi
 %{apache_serverroot}/cgi-bin/upsfstats.cgi


++ apcupsd.firewall ++
# Do not edit this file as it's just a template and will be
# overwritten on package updates! Copy to a new file instead.
# Fill in the required variables and delete the unused ones.
# If in doubt ask secur...@suse.de
#
# Only the variables TCP, UDP, RPC, IP, BROADCAST, RELATED and
# MODULES are allowed. More may be supported in the future.
#
# For a more detailed description of the individual variables see
# the comments for FW_SERVICES_*_EXT in /etc/sysconfig/SuSEfirewall2
#

## Name: apcupsd
## Description: Opens port for apcupsd.

# space separated list of allowed TCP ports
TCP=apcupsd

# space separated list of allowed UDP ports
UDP=

# space separated list of allowed RPC services
RPC=

# space separated list of allowed IP protocols
IP=

# space separated list of allowed UDP ports that accept broadcasts
BROADCAST=

### variables below are only needed in very special cases

# space separated list of net,protocol[,sport[,dport]]
# see FW_SERVICES_ACCEPT_RELATED_EXT
# net 0/0 means IPv4 and IPv6. If this sevice should only work for
# IPv4 use 0.0.0.0/0
RELATED=

# additional kernel modules needed for this service
# see FW_LOAD_MODULES
MODULES=
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit asteroids3D for openSUSE:Factory

2014-09-06 Thread h_root
Hello community,

here is the log from the commit of package asteroids3D for openSUSE:Factory 
checked in at 2014-09-06 12:18:56

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


Package is asteroids3D

Changes:

--- /work/SRC/openSUSE:Factory/asteroids3D/asteroids3D.changes  2012-01-04 
07:23:19.0 +0100
+++ /work/SRC/openSUSE:Factory/.asteroids3D.new/asteroids3D.changes 
2014-09-06 16:54:05.0 +0200
@@ -1,0 +2,5 @@
+Fri Aug 29 19:43:35 UTC 2014 - jeng...@inai.de
+
+- Improve on RPM group classification
+
+---



Other differences:
--
++ asteroids3D.spec ++
--- /var/tmp/diff_new_pack.Uh51dt/_old  2014-09-06 16:54:06.0 +0200
+++ /var/tmp/diff_new_pack.Uh51dt/_new  2014-09-06 16:54:06.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package asteroids3D
 #
-# 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
@@ -16,20 +16,22 @@
 #
 
 
-
 Name:   asteroids3D
 Version:0.5.1+
 Release:0
-Group:  Amusements/Games/Action/First Person Shootes
 Summary:First-person shooter blowing up asteroids
 License:GPL-2.0+
-URL:http://sf.net/projects/a3d
+Group:  Amusements/Games/Action/Arcade
+Url:http://sf.net/projects/a3d
 
 #Git-Clone:git://a3d.git.sf.net/gitroot/a3d/a3d
 Source: %name-%version.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  freeglut-devel
-BuildRequires:  pkgconfig = 0.19 pkgconfig(gl) pkgconfig(glu) xz
+BuildRequires:  pkgconfig = 0.19
+BuildRequires:  xz
+BuildRequires:  pkgconfig(gl)
+BuildRequires:  pkgconfig(glu)
 
 %description
 A simple first person shooter of blowing up asteroids in 3D space.

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



commit eom for openSUSE:Factory

2014-09-06 Thread h_root
Hello community,

here is the log from the commit of package eom for openSUSE:Factory checked in 
at 2014-09-06 12:18:55

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


Package is eom

Changes:

--- /work/SRC/openSUSE:Factory/eom/eom.changes  2014-03-22 18:02:10.0 
+0100
+++ /work/SRC/openSUSE:Factory/.eom.new/eom.changes 2014-09-06 
16:55:23.0 +0200
@@ -1,0 +2,5 @@
+Fri Sep  5 16:42:32 UTC 2014 - p.drou...@gmail.com
+
+- Fix mate-desktop-gsettings-schemas version requirement
+
+---



Other differences:
--
++ eom.spec ++
--- /var/tmp/diff_new_pack.YoZiRY/_old  2014-09-06 16:55:24.0 +0200
+++ /var/tmp/diff_new_pack.YoZiRY/_new  2014-09-06 16:55:24.0 +0200
@@ -24,7 +24,7 @@
 Provides:   mate-image-viewer = %{version}
 Obsoletes:  mate-image-viewer  %{version}
 Obsoletes:  mate-image-viewer-lang  %{version}
-Requires:   mate-desktop-gsettings-schemas = %{version}
+Requires:   mate-desktop-gsettings-schemas = %{version}
 Recommends: %{name}-lang
 %glib2_gsettings_schema_requires
 

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



commit dispcalGUI for openSUSE:Factory

2014-09-06 Thread h_root
Hello community,

here is the log from the commit of package dispcalGUI for openSUSE:Factory 
checked in at 2014-09-06 12:19:03

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


Package is dispcalGUI

Changes:

--- /work/SRC/openSUSE:Factory/dispcalGUI/dispcalGUI.changes2014-05-13 
20:43:41.0 +0200
+++ /work/SRC/openSUSE:Factory/.dispcalGUI.new/dispcalGUI.changes   
2014-09-06 16:55:06.0 +0200
@@ -1,0 +2,5 @@
+Fri Sep 05 22:17:04 UTC 2014 - dispcal...@hoech.net
+
+- update to 2.5.0.0: see README.html#changelog-2.5
+
+---

Old:

  dispcalGUI-2.1.0.0.tar.gz

New:

  dispcalGUI-2.5.0.0.tar.gz



Other differences:
--
++ dispcalGUI.spec ++
--- /var/tmp/diff_new_pack.wd1e2d/_old  2014-09-06 16:55:07.0 +0200
+++ /var/tmp/diff_new_pack.wd1e2d/_new  2014-09-06 16:55:07.0 +0200
@@ -26,12 +26,13 @@
 License:GPL-3.0+
 Group:  Applications/Multimedia
 Name:   dispcalGUI
-Version:2.1.0.0
+Version:2.5.0.0
 Release:0
 Source0:http://%{name}.hoech.net/download/%{name}-%version.tar.gz
 Source1:copyright
 Url:http://dispcalgui.hoech.net/
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+Requires:   p7zip
 %if 0%{?mandriva_version}  0
 BuildRequires:  gcc
 BuildRequires:  libpython-devel
@@ -66,6 +67,7 @@
 BuildRequires:  udev
 Requires:   argyllcms
 Requires:   numpy = %{numpy_version}
+Requires:   p7zip-plugins
 Requires:   wxPython = %{wx_minversion}
 %endif
 %endif
@@ -189,16 +191,16 @@
 #!/bin/sh
 
 # Update icon cache and menu
-/bin/touch --no-create %{_datadir}/icons/hicolor /dev/null || true
-which xdg-icon-resource  /dev/null 21  xdg-icon-resource forceupdate || 
true
-which xdg-desktop-menu  /dev/null 21  xdg-desktop-menu forceupdate || true
+/bin/touch --no-create %{_datadir}/icons/hicolor  /dev/null || true
+which xdg-icon-resource  /dev/null  xdg-icon-resource forceupdate || true
+which xdg-desktop-menu  /dev/null  xdg-desktop-menu forceupdate || true
 
 %postun
 #!/bin/sh
 
 # Update icon cache and menu
-/bin/touch --no-create %{_datadir}/icons/hicolor /dev/null || true
-which xdg-desktop-menu  /dev/null 21  xdg-desktop-menu forceupdate || true
-which xdg-icon-resource  /dev/null 21  xdg-icon-resource forceupdate || 
true
+/bin/touch --no-create %{_datadir}/icons/hicolor  /dev/null || true
+which xdg-desktop-menu  /dev/null  xdg-desktop-menu forceupdate || true
+which xdg-icon-resource  /dev/null  xdg-icon-resource forceupdate || true
 
 %changelog

++ debian.changelog ++
--- /var/tmp/diff_new_pack.wd1e2d/_old  2014-09-06 16:55:07.0 +0200
+++ /var/tmp/diff_new_pack.wd1e2d/_new  2014-09-06 16:55:07.0 +0200
@@ -1,5 +1,5 @@
-dispcalgui (2.1.0.0) stable; urgency=low
+dispcalgui (2.5.0.0) stable; urgency=low
 
-  * Version 2.1.0.0
+  * Version 2.5.0.0
 
- -- Florian Höch dispcal...@hoech.net  Sun, 11 May 2014 17:06:37 +0100
+ -- Florian Höch dispcal...@hoech.net  Fri, 05 Sep 2014 22:17:04 +0100

++ debian.control ++
--- /var/tmp/diff_new_pack.wd1e2d/_old  2014-09-06 16:55:07.0 +0200
+++ /var/tmp/diff_new_pack.wd1e2d/_new  2014-09-06 16:55:07.0 +0200
@@ -7,7 +7,7 @@
 
 Package: dispcalgui
 Architecture: any
-Depends: ${shlibs:Depends}, ${python:Depends}, python-wxgtk2.8 (= 2.8.6), 
python-numpy (= 1.0)
+Depends: ${shlibs:Depends}, ${python:Depends}, python-wxgtk2.8 (= 2.8.6), 
python-numpy (= 1.0), p7zip
 Recommends: argyll
 Description: A graphical front-end for display calibration and profiling using 
Argyll CMS
  Calibrates and characterizes display devices using a hardware sensor,

++ debian.rules ++
--- /var/tmp/diff_new_pack.wd1e2d/_old  2014-09-06 16:55:08.0 +0200
+++ /var/tmp/diff_new_pack.wd1e2d/_new  2014-09-06 16:55:08.0 +0200
@@ -35,7 +35,6 @@
# Convert line endings in LICENSE.txt
python -c f = open('LICENSE.txt', 'rb');d = f.read().replace('\r\n', 
'\n').replace('\r', '\n');f.close();f = open('LICENSE.txt', 
'wb');f.write(d);f.close()
# Add here commands to compile the package.
-   python${python_version} setup.py buildservice
python${python_version} setup.py build --use-distutils
# --- end custom part for compiling
 

++ dispcalGUI-2.1.0.0.tar.gz - dispcalGUI-2.5.0.0.tar.gz ++
/work/SRC/openSUSE:Factory/dispcalGUI/dispcalGUI-2.1.0.0.tar.gz 
/work/SRC/openSUSE:Factory/.dispcalGUI.new/dispcalGUI-2.5.0.0.tar.gz differ: 
char 5, line 1

++ dispcalGUI.dsc ++
--- /var/tmp/diff_new_pack.wd1e2d/_old  2014-09-06 16:55:08.0 +0200
+++ 

commit hawk for openSUSE:Factory

2014-09-06 Thread h_root
Hello community,

here is the log from the commit of package hawk for openSUSE:Factory checked in 
at 2014-09-06 12:18:39

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-09-03 
19:57:50.0 +0200
+++ /work/SRC/openSUSE:Factory/.hawk.new/hawk.changes   2014-09-06 
16:56:44.0 +0200
@@ -1,0 +2,7 @@
+Fri Sep  5 07:42:12 UTC 2014 - kgronl...@suse.com
+
+- Wizard: Indicate progress through wizard (bnc#889907)
+- GUI: status: Add support for exit-reason (bnc#889914)
+- Upstream version cs:1344649
+
+---

Old:

  hawk-0.7.0+git.1409304763.2af06a0.tar.bz2

New:

  hawk-0.7.0+git.1409894131.1344649.tar.bz2



Other differences:
--
++ hawk.spec ++
--- /var/tmp/diff_new_pack.lqo2Wc/_old  2014-09-06 16:56:45.0 +0200
+++ /var/tmp/diff_new_pack.lqo2Wc/_new  2014-09-06 16:56:45.0 +0200
@@ -39,7 +39,7 @@
 Summary:HA Web Konsole
 License:GPL-2.0
 Group:  %{pkg_group}
-Version:0.7.0+git.1409304763.2af06a0
+Version:0.7.0+git.1409894131.1344649
 Release:0
 Url:http://www.clusterlabs.org/wiki/Hawk
 Source: %{name}-%{version}.tar.bz2

++ _service ++
--- /var/tmp/diff_new_pack.lqo2Wc/_old  2014-09-06 16:56:45.0 +0200
+++ /var/tmp/diff_new_pack.lqo2Wc/_new  2014-09-06 16:56:45.0 +0200
@@ -4,7 +4,7 @@
 param name=scmgit/param
 param name=exclude.git/param
 param name=versionformat0.7.0+git.%ct.%h/param
-param name=revision2af06a0/param
+param name=revision1344649/param
   /service
 
   service name=recompress mode=disabled

++ hawk-0.7.0+git.1409304763.2af06a0.tar.bz2 - 
hawk-0.7.0+git.1409894131.1344649.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/hawk-0.7.0+git.1409304763.2af06a0/hawk/app/assets/javascripts/status.js 
new/hawk-0.7.0+git.1409894131.1344649/hawk/app/assets/javascripts/status.js
--- old/hawk-0.7.0+git.1409304763.2af06a0/hawk/app/assets/javascripts/status.js 
2014-08-29 11:45:45.0 +0200
+++ new/hawk-0.7.0+git.1409894131.1344649/hawk/app/assets/javascripts/status.js 
2014-09-05 09:41:58.0 +0200
@@ -138,7 +138,7 @@
 var errs = [];
 $.each(failed_ops, function() {
   // TODO(should): Localize ignored
-  var err = GETTEXT.err_failed_op(this.op, this.node, this.rc_code) + 
(this.ignored ?  (ignored) : );
+  var err = GETTEXT.err_failed_op(this.op, this.node, this.rc_code, 
this.exit_reason) + (this.ignored ?  (ignored) : );
   errs.push(escape_html(err));
 });
 e.attr(title, errs.join(, ));
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/hawk-0.7.0+git.1409304763.2af06a0/hawk/app/controllers/resources_controller.rb
 
new/hawk-0.7.0+git.1409894131.1344649/hawk/app/controllers/resources_controller.rb
--- 
old/hawk-0.7.0+git.1409304763.2af06a0/hawk/app/controllers/resources_controller.rb
  2014-08-29 11:45:45.0 +0200
+++ 
new/hawk-0.7.0+git.1409894131.1344649/hawk/app/controllers/resources_controller.rb
  2014-09-05 09:41:58.0 +0200
@@ -116,6 +116,7 @@
 :interval = op.attributes['interval'].to_i,
 :exec_time = op.attributes['exec-time'].to_i,
 :queue_time = op.attributes['queue-time'].to_i,
+:exit_reason = op.attributes.has_key?('exit-reason') ? 
op.attributes['exit-reason'] : '',
 :last_rc_change = sane_time(op.attributes['last-rc-change']),
 :last_run = sane_time(op.attributes['last-run'])
   }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/hawk-0.7.0+git.1409304763.2af06a0/hawk/app/controllers/wizard_controller.rb 
new/hawk-0.7.0+git.1409894131.1344649/hawk/app/controllers/wizard_controller.rb
--- 
old/hawk-0.7.0+git.1409304763.2af06a0/hawk/app/controllers/wizard_controller.rb 
2014-08-29 11:45:45.0 +0200
+++ 
new/hawk-0.7.0+git.1409894131.1344649/hawk/app/controllers/wizard_controller.rb 
2014-09-05 09:41:58.0 +0200
@@ -62,6 +62,8 @@
 @scriptdir = File.join(@confdir, scripts)
 @steps = [workflow, confirm, commit]
 @step = workflow
+@index = 1
+@total = 1
 @cluster_script = nil
 @errors = []
 @all_params = {}  # everything that's set, by step
@@ -153,6 +155,7 @@
 
 when confirm
   @step_shortdesc = _(Confirm)
+
   # print out everything that's been set up
   # how?  what did we specify?  do we do it in chunks (what you just 
entered)
   # or as 

commit libee for openSUSE:Factory

2014-09-06 Thread h_root
Hello community,

here is the log from the commit of package libee for openSUSE:Factory checked 
in at 2014-09-06 12:18:36

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


Package is libee

Changes:

--- /work/SRC/openSUSE:Factory/libee/libee.changes  2012-07-14 
13:14:25.0 +0200
+++ /work/SRC/openSUSE:Factory/.libee.new/libee.changes 2014-09-06 
16:58:12.0 +0200
@@ -1,0 +2,8 @@
+Thu Sep  4 20:29:43 UTC 2014 - crrodrig...@opensuse.org
+
+- libee-exports.patch Only symbols prefixed with ee_ are part 
+ of the public API. gems such as callback(!?) or cjson_ should
+ remain private as they will certainly clash with the names
+ of other shared libraries or application code.
+
+---

New:

  libee-exports.patch



Other differences:
--
++ libee.spec ++
--- /var/tmp/diff_new_pack.4pQvgQ/_old  2014-09-06 16:58:13.0 +0200
+++ /var/tmp/diff_new_pack.4pQvgQ/_new  2014-09-06 16:58:13.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libee
 #
-# 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
@@ -26,8 +26,10 @@
 Source0:
http://www.libee.org/download/files/download/%{name}-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  libestr-devel
+BuildRequires:  libtool
 BuildRequires:  libxml2-devel
 BuildRequires:  pkg-config
+Patch0: libee-exports.patch
 
 %description
 This package compiles the event expression library used by
@@ -52,11 +54,13 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
+autoreconf -fiv
 %configure --disable-static --with-pic
 # fails linking with 1 jobs
-%__make
+%__make V=1
 
 %check
 make check

++ libee-exports.patch ++
--- libee-0.4.1.orig/src/Makefile.am
+++ libee-0.4.1/src/Makefile.am
@@ -41,7 +41,7 @@ EXTRA_DIST = \
 
 libee_la_CPPFLAGS = $(LIBXML2_CFLAGS) $(LIBESTR_CFLAGS) $(LIBEE_CFLAGS)
 libee_la_LIBADD = $(LIBXML2_LIBS) $(LIBESTR_LIBS)
-libee_la_LDFLAGS = -version-info 0:0:0
+libee_la_LDFLAGS = -export-symbols-regex '^ee_' -no-undefined -version-info 
0:0:0
 
 libee_convert_SOURCES = convert.c
 libee_convert_CPPFLAGS =  -I$(top_srcdir) $(LIBEE_CFLAGS) $(LIBESTR_CFLAGS) 
$(LIBXML2_CFLAGS)
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit lftp for openSUSE:Factory

2014-09-06 Thread h_root
Hello community,

here is the log from the commit of package lftp for openSUSE:Factory checked in 
at 2014-09-06 12:18:44

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


Package is lftp

Changes:

--- /work/SRC/openSUSE:Factory/lftp/lftp.changes2014-08-13 
08:49:26.0 +0200
+++ /work/SRC/openSUSE:Factory/.lftp.new/lftp.changes   2014-09-06 
16:57:57.0 +0200
@@ -1,0 +2,13 @@
+Thu Sep  4 23:26:00 UTC 2014 - andreas.stie...@gmx.de
+
+-lftp 4.5.5:
+  * added support for internationalized domain names.
+  * added lftp --norc option.
+  * added mirror Finished message.
+  * added ftp:catch-size setting.
+  * fixed net:max-retries setting.
+  * fixed byte counters in mirror status.
+  * fixed a segfault in ftps.
+  * fixed a spurious error message in fxp and ftp.
+
+---

Old:

  lftp-4.5.4.tar.xz
  lftp-4.5.4.tar.xz.asc

New:

  lftp-4.5.5.tar.xz
  lftp-4.5.5.tar.xz.asc



Other differences:
--
++ lftp.spec ++
--- /var/tmp/diff_new_pack.cggLzT/_old  2014-09-06 16:57:58.0 +0200
+++ /var/tmp/diff_new_pack.cggLzT/_new  2014-09-06 16:57:58.0 +0200
@@ -24,7 +24,7 @@
 %define with_openssl 1
 %endif
 Name:   lftp
-Version:4.5.4
+Version:4.5.5
 Release:0
 Summary:Command Line File Transfer Program
 License:GPL-2.0+

++ lftp-4.5.4.tar.xz - lftp-4.5.5.tar.xz ++
 15675 lines of diff (skipped)



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



commit liblqr for openSUSE:Factory

2014-09-06 Thread h_root
Hello community,

here is the log from the commit of package liblqr for openSUSE:Factory checked 
in at 2014-09-06 12:18:50

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


Package is liblqr

Changes:

--- /work/SRC/openSUSE:Factory/liblqr/liblqr.changes2013-07-30 
16:06:07.0 +0200
+++ /work/SRC/openSUSE:Factory/.liblqr.new/liblqr.changes   2014-09-06 
16:58:27.0 +0200
@@ -1,0 +2,5 @@
+Fri Sep  5 12:54:08 UTC 2014 - co...@suse.com
+
+- add baselibs.conf to sources - ImageMagick needs its 32bit
+
+---

New:

  baselibs.conf



Other differences:
--
++ liblqr.spec ++
--- /var/tmp/diff_new_pack.ffNdtw/_old  2014-09-06 16:58:28.0 +0200
+++ /var/tmp/diff_new_pack.ffNdtw/_new  2014-09-06 16:58:28.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package liblqr
 #
-# 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,6 +26,7 @@
 Group:  System/Libraries
 Url:http://liblqr.wikidot.com/
 Source0:
http://liblqr.wikidot.com/local--files/en:download-page/liblqr-1-%{version}.tar.bz2
+Source1:baselibs.conf
 BuildRequires:  docbook-xsl-stylesheets
 BuildRequires:  glib2-devel
 BuildRequires:  libxslt-tools

++ baselibs.conf ++
liblqr-1-0
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit lxlauncher for openSUSE:Factory

2014-09-06 Thread h_root
Hello community,

here is the log from the commit of package lxlauncher for openSUSE:Factory 
checked in at 2014-09-06 12:18:32

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


Package is lxlauncher

Changes:

--- /work/SRC/openSUSE:Factory/lxlauncher/lxlauncher.changes2011-09-26 
17:04:54.0 +0200
+++ /work/SRC/openSUSE:Factory/.lxlauncher.new/lxlauncher.changes   
2014-09-06 16:59:12.0 +0200
@@ -1,0 +2,26 @@
+Wed Sep  3 17:53:00 UTC 2014 - t...@gmx.com
+
+- new upstream version 0.2.3
+  * Update lxlauncher-applications.menu for correct work of Move tags
+  * Tabs background: use ASUS file names as fallbacks too
+  * Update .gitignore file for data/lxde-*.directory
+  * [i18n]Allow desktop files be translated too, update POT files
+  * Restore possibility to use background images on pages
+  * Add a manual page for the application
+  * Fix all compilation problems (warnings mostly)
+  * Remove po/LINGUAS file: it's autogenerated
+  * Use all the found gtkrc files, not just first found one
+  * Fix path to background image in the README documentation
+  * Don't waste memory allocating GtkAllocation
+  * Update README file with configuration documentation
+  * Use correct parameters for AC_INIT and AM_INIT_AUTOMAKE macros
+  * Rename configure.in into configure.ac
+  * Fix autogen.sh with newer autotools
+  * Fix GtkAllocation to fix empty lxlauncher
+- removed lxlauncher-0.2.2-fix-build-on-older-gtk2.patch
+  * fixed upstream
+- removed lxlauncher-0.2.2-fix-empty-launcher.patch
+  * fixed upstream (see above)
+- applied spec-cleaner
+
+---

Old:

  lxlauncher-0.2.2-fix-build-on-older-gtk2.patch
  lxlauncher-0.2.2-fix-empty-launcher.patch
  lxlauncher-0.2.2.tar.bz2

New:

  lxlauncher-0.2.3.tar.xz



Other differences:
--
++ lxlauncher.spec ++
--- /var/tmp/diff_new_pack.NsEt1t/_old  2014-09-06 16:59:13.0 +0200
+++ /var/tmp/diff_new_pack.NsEt1t/_new  2014-09-06 16:59:13.0 +0200
@@ -15,22 +15,26 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 
 
 Name:   lxlauncher
-Version:0.2.2
+Version:0.2.3
 Release:17
 License:GPL-3.0
+Summary:Open source clone of Asus launcher for Netbooks
 Url:http://www.lxde.org
-Source0:%{name}-%{version}.tar.bz2
-Patch0: %name-0.2.2-fix-build-on-older-gtk2.patch
-Patch1: %name-0.2.2-fix-empty-launcher.patch
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  gnome-menus-devel gtk2-devel startup-notification-devel
-BuildRequires:  autoconf automake fdupes intltool menu-cache-devel pkgconfig
 Group:  System/GUI/LXDE
-Summary:Open source clone of Asus launcher for Netbooks
+Source0:%{name}-%{version}.tar.xz
+BuildRequires:  autoconf
+BuildRequires:  automake
+BuildRequires:  fdupes
+BuildRequires:  gnome-menus-devel
+BuildRequires:  intltool
+BuildRequires:  menu-cache-devel
+BuildRequires:  pkgconfig
+BuildRequires:  pkgconfig(gtk+-2.0)
+BuildRequires:  pkgconfig(libstartup-notification-1.0)
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
 LXLauncher is an open source clone of Asus launcher for
@@ -39,30 +43,25 @@
 
 %prep
 %setup -q
-%patch0 -p1
-%patch1 -p1
 
 %build
 %configure
-%__make %{?_smp_mflags} V=1
+make %{?_smp_mflags} V=1
 
 %install
-%makeinstall
+%make_install
 %find_lang %{name}
-%fdupes -s %buildroot
-
-%clean
-rm -rf $RPM_BUILD_ROOT
+%fdupes -s %{buildroot}
 
 %files -f %{name}.lang
 %defattr(-,root,root)
 %doc NEWS README AUTHORS COPYING
-%{_bindir}/%name
-%dir %{_datadir}/desktop-directories
-%{_datadir}/desktop-directories/*
-%dir /etc/xdg/lxlauncher/
-%config /etc/xdg/lxlauncher/gtkrc
-%config /etc/xdg/lxlauncher/settings.conf
-/etc/xdg/menus/lxlauncher-applications.menu
+%{_bindir}/%{name}
+%{_datadir}/desktop-directories/
+%dir %{_sysconfdir}/xdg/lxlauncher/
+%config %{_sysconfdir}/xdg/lxlauncher/gtkrc
+%config %{_sysconfdir}/xdg/lxlauncher/settings.conf
+%config %{_sysconfdir}/xdg/menus/lxlauncher-applications.menu
+%{_mandir}/man1/lxlauncher.1.gz
 
 %changelog

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



commit mc for openSUSE:Factory

2014-09-06 Thread h_root
Hello community,

here is the log from the commit of package mc for openSUSE:Factory checked in 
at 2014-09-06 12:19:04

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


Package is mc

Changes:

--- /work/SRC/openSUSE:Factory/mc/mc.changes2014-04-03 17:10:45.0 
+0200
+++ /work/SRC/openSUSE:Factory/.mc.new/mc.changes   2014-09-06 
16:59:22.0 +0200
@@ -0,0 +1,14 @@
+Sat Sep  6 01:40:44 UTC 2014 - d...@opensuse.org
+
+- remove file mc-Syntax.cmake.patch / cmds in .spec
+- remove file mc-vfs_fish_helpers_ls-formatstring.diff
+  (extraneous patches seem to cause factory-auto to decline the submit)
+  cf. e.g. https://build.opensuse.org/request/show/247789 
+
+---
+Fri Sep  5 18:37:47 UTC 2014 - d...@opensuse.org
+
+- update to 4.8.13
+  various bugfixes and minor improvements, see NEWS file for details
+- comment out mc-Syntax.cmake.patch, fixed upstream, to be removed
+

Old:

  mc-4.8.12.tar.xz
  mc-Syntax.cmake.patch
  mc-vfs_fish_helpers_ls-formatstring.diff

New:

  mc-4.8.13.tar.xz



Other differences:
--
++ mc.spec ++
--- /var/tmp/diff_new_pack.Uy1W6V/_old  2014-09-06 16:59:23.0 +0200
+++ /var/tmp/diff_new_pack.Uy1W6V/_new  2014-09-06 16:59:23.0 +0200
@@ -21,7 +21,7 @@
 License:GPL-3.0+
 Group:  Productivity/File utilities
 Url:http://midnight-commander.org/
-Version:4.8.12
+Version:4.8.13
 Release:0
 
 #Git-Clone:git://github.com/MidnightCommander/mc
@@ -31,7 +31,6 @@
 Source3:%{name}.png
 Source4:cmake.syntax
 Source5:mc-rpmlintrc
-Patch18:mc-Syntax.cmake.patch
 Patch0: mc-fix_lib_search_path.patch
 Patch61:mc-extd-misc.patch
 Patch62:mc-extd-video.patch
@@ -118,7 +117,6 @@
 %patch12
 %patch16
 %patch17 -p1
-%patch18
 %patch20
 %patch21
 %patch22 -p1
@@ -159,6 +157,14 @@
 #support script for calling available GUI webbrosers
 install -m 755 %{SOURCE1} %{buildroot}%{_datadir}/mc/
 install -D -m 644 %{S:3} %{buildroot}%{_datadir}/pixmaps/%{name}.png
+install -D -m 644 %{S:3} 
%{buildroot}%{_datadir}/icons/hicolor/32x32/apps/%{name}.png
+
+for f in ext.d/misc.sh ext.d/sound.sh ext.d/video.sh \
+extfs.d/gitfs+ extfs.d/uace extfs.d/uarc ;
+do
+sed -i -e '1s@bin/sh@bin/bash@' %{buildroot}%{_libexecdir}/mc/${f}
+done
+
 %suse_update_desktop_file -i %name System FileManager
 # Remove not supported language
 rm -rf  %{buildroot}%{_datadir}/locale/be@tarask
@@ -193,7 +199,9 @@
 %config %{_sysconfdir}/mc/mc.default.keymap
 %config %{_sysconfdir}/mc/mc.emacs.keymap
 %config %{_sysconfdir}/mc/edit.indent.rc
-#(!)dir #{_libexecdir}/mc
+%dir %{_libexecdir}/mc
+%{_libexecdir}/mc/ext.d
+%{_libexecdir}/mc/extfs.d
 %verify(not mode) %{_libexecdir}/mc/cons.saver
 %{_mandir}/man1/*
 %exclude %{_mandir}/*/man1/*
@@ -201,7 +209,6 @@
 %{_datadir}/mc/syntax/Syntax
 %{_datadir}/mc/mc.charsets
 %{_datadir}/mc/mc.lib
-%{_libexecdir}/mc
 %{_datadir}/mc/hints/mc.hint
 %exclude %{_datadir}/mc/hints/mc.hint.*
 %{_datadir}/mc/help/mc.hlp
@@ -211,6 +218,10 @@
 
 %{_datadir}/applications/%{name}.desktop
 %{_datadir}/pixmaps/%{name}.png
+%dir %{_datadir}/icons/hicolor
+%dir %{_datadir}/icons/hicolor/32x32
+%dir %{_datadir}/icons/hicolor/32x32/apps
+%{_datadir}/icons/hicolor/32x32/apps/%{name}.png
 %exclude %{_sysconfdir}/mc/mc.menu.*
 
 %files lang -f %name.lang

++ mc-4.8.12.tar.xz - mc-4.8.13.tar.xz ++
 40372 lines of diff (skipped)

++ mc-esc-seq.patch ++
--- /var/tmp/diff_new_pack.Uy1W6V/_old  2014-09-06 16:59:24.0 +0200
+++ /var/tmp/diff_new_pack.Uy1W6V/_new  2014-09-06 16:59:24.0 +0200
@@ -1,7 +1,7 @@
 lib/util.c.orig2013-07-09 14:43:17.0 +0400
-+++ lib/util.c 2013-07-11 18:48:01.258511499 +0400
-@@ -745,6 +745,8 @@
- while (*(++r) != '\0'  strchr (0123456789;?, *r) != NULL)
+--- lib/util.c.orig2014-09-05 20:50:09.0 +0200
 lib/util.c 2014-09-05 20:51:02.0 +0200
+@@ -748,6 +748,8 @@ strip_ctrl_codes (char *s)
+ while (*(++r) != '\0'  strchr (0123456789;:?, *r) != NULL)
  ;
  }
 +else if (*r == '(')

++ mc-rpmlintrc ++
--- /var/tmp/diff_new_pack.Uy1W6V/_old  2014-09-06 16:59:24.0 +0200
+++ /var/tmp/diff_new_pack.Uy1W6V/_new  2014-09-06 16:59:24.0 +0200
@@ -1,2 +1,3 @@
 addFilter(mc\..* W: script-without-shebang /usr/lib/mc/fish/.+)
 addFilter(mc\..* W: script-without-shebang /usr/share/mc/mc.*\.c?sh)
+addFilter(mc\..* W: files-duplicate /etc/mc/mc.keymap)

++ mc.desktop ++
--- /var/tmp/diff_new_pack.Uy1W6V/_old  2014-09-06 

commit mksh for openSUSE:Factory

2014-09-06 Thread h_root
Hello community,

here is the log from the commit of package mksh for openSUSE:Factory checked in 
at 2014-09-06 12:18:33

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


Package is mksh

Changes:

--- /work/SRC/openSUSE:Factory/mksh/mksh.changes2014-08-25 
11:04:04.0 +0200
+++ /work/SRC/openSUSE:Factory/.mksh.new/mksh.changes   2014-09-06 
16:59:29.0 +0200
@@ -1,0 +2,23 @@
+Thu Sep  4 16:06:24 UTC 2014 - g...@opensuse.org
+
+- update to version 50b
+  - [Ypnose] Fix operator description in the manpage
+  - [tg] Change all mention of “eglibc” to “glibc”, it is merged
+back
+  - [Colona] Fix rare infinite loop with invalid UTF-8 in the edit
+buffer
+  - [tg] Make more clear when a shell is interactive in the manpage
+  - [tg] Document that % is a symmetric remainder operation, and
+how to get a mathematical modulus from it, in the manpage
+  - [tg, Christopher Ferris, Elliott Hughes] Make the cat(1)
+builtin also interruptible in the write loop, not just in the
+read loop, and avoid it getting SIGPIPE in the smores function
+in dot.mkshrc by terminating cat upon user quit
+  - [tg] Make some comments match the code, after jaredy from obsd
+changed IFS split handling
+  - [tg] Fix some IFS-related mistakes in the manual page
+  - [tg] Document another issue as known-to-fail test IFS-subst-3
+  - [tg] Improve check.pl output in some cases
+  - [tg, Jb_boin] Relax overzealous nameref RHS checks
+
+---

Old:

  mksh-R50.tgz

New:

  mksh-R50b.tgz



Other differences:
--
++ mksh.spec ++
--- /var/tmp/diff_new_pack.Vkz6vc/_old  2014-09-06 16:59:30.0 +0200
+++ /var/tmp/diff_new_pack.Vkz6vc/_new  2014-09-06 16:59:30.0 +0200
@@ -21,7 +21,7 @@
 # Please see OBS home:mirabile/mksh for a package for other distributions.
 
 Name:   mksh
-Version:50
+Version:50b
 Release:0
 Summary:MirBSD Korn Shell
 License:MirOS and ISC

++ mksh-R50.tgz - mksh-R50b.tgz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mksh/Build.sh new/mksh/Build.sh
--- old/mksh/Build.sh   2014-06-29 12:56:33.0 +0200
+++ new/mksh/Build.sh   2014-09-03 21:23:13.0 +0200
@@ -1,5 +1,5 @@
 #!/bin/sh
-srcversion='$MirOS: src/bin/mksh/Build.sh,v 1.662 2014/06/29 10:56:08 tg Exp $'
+srcversion='$MirOS: src/bin/mksh/Build.sh,v 1.664 2014/09/03 19:22:48 tg Exp $'
 #-
 # Copyright (c) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010,
 #  2011, 2012, 2013, 2014
@@ -1784,7 +1784,7 @@
#define EXTERN
#define MKSH_INCLUDES_ONLY
#include sh.h
-   __RCSID($MirOS: src/bin/mksh/Build.sh,v 1.662 2014/06/29 
10:56:08 tg Exp $);
+   __RCSID($MirOS: src/bin/mksh/Build.sh,v 1.664 2014/09/03 
19:22:48 tg Exp $);
int main(void) { printf(Hello, World!\n); return (isatty(0)); 
}
 EOF
case $cm in
@@ -2310,7 +2310,7 @@
 addsrcs USE_PRINTF_BUILTIN printf.c
 test 1 = $USE_PRINTF_BUILTIN  add_cppflags -DMKSH_PRINTF_BUILTIN
 test 1 = $HAVE_CAN_VERB  CFLAGS=$CFLAGS -verbose
-add_cppflags -DMKSH_BUILD_R=501
+add_cppflags -DMKSH_BUILD_R=502
 
 $e $bi$me: Finished configuration testing, now producing output.$ao
 
@@ -2620,7 +2620,7 @@
 MKSH_DONT_EMIT_IDSTRINGomit RCS IDs from binary
 MKSH_MIDNIGHTBSD01ASH_COMPAT   set -o sh: additional compatibility quirk
 MKSH_NOPROSPECTOFWORK  disable jobs, co-processes, etc. (do not use)
-MKSH_NOPWNAM   skip PAM calls, for -static on eglibc, Solaris
+MKSH_NOPWNAM   skip PAM calls, for -static on glibc or Solaris
 MKSH_NO_CMDLINE_EDITINGdisable command line editing code 
entirely
 MKSH_NO_DEPRECATED_WARNING omit warning when deprecated stuff is run
 MKSH_NO_EXTERNAL_CAT   omit hack to skip cat builtin when flags passed
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mksh/check.pl new/mksh/check.pl
--- old/mksh/check.pl   2014-06-09 15:26:15.0 +0200
+++ new/mksh/check.pl   2014-08-19 09:43:57.0 +0200
@@ -1,4 +1,4 @@
-# $MirOS: src/bin/mksh/check.pl,v 1.36 2014/06/09 13:25:50 tg Exp $
+# $MirOS: src/bin/mksh/check.pl,v 1.37 2014/08/19 07:43:32 tg Exp $
 # $OpenBSD: th,v 1.1 2013/12/02 20:39:44 millert Exp $
 #-
 # Copyright (c) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2011,
@@ -348,6 +348,7 @@
 print  ($nifailed ignored) if $nifailed;
 print  ($nxfailed unexpected) if $nxfailed;
 print  (as expected) if $nfailed  !$nxfailed  !$nifailed;
+

commit modem-manager-gui for openSUSE:Factory

2014-09-06 Thread h_root
Hello community,

here is the log from the commit of package modem-manager-gui for 
openSUSE:Factory checked in at 2014-09-06 12:18:43

Comparing /work/SRC/openSUSE:Factory/modem-manager-gui (Old)
 and  /work/SRC/openSUSE:Factory/.modem-manager-gui.new (New)


Package is modem-manager-gui

Changes:

--- /work/SRC/openSUSE:Factory/modem-manager-gui/modem-manager-gui.changes  
2014-07-28 16:12:10.0 +0200
+++ /work/SRC/openSUSE:Factory/.modem-manager-gui.new/modem-manager-gui.changes 
2014-09-06 16:59:31.0 +0200
@@ -1,0 +2,26 @@
+Tue Sep  2 15:25:05 UTC 2014 - dap.darkn...@gmail.com
+
+- 0.0.17.1:
+  * New features:
+- oFono/Connman supprted as well as ModemManager/NetworkManager;
+- KDE addressbook contacts export (not sure if it works fine
+  though, additional testing needed);
+- Preferred backends can be selected from GUI;
+- Operations timeouts can be adjusted from GUI;
+- Autocompletion for names of contacts in New SMS dialog and
+  names of commands in USSD window added;
+- GNOME-style help added, thanks to Mario Blättermann (it is
+  not finished at moment, but much better than nothing);
+- Appdata file added;
+  * Fixes:
+- Deadlock on connections handling (at least hope so);
+- Traffic history for a first day of month;
+- Sending USSD codes with first symbol '#';
+- 3GPP location format (thanks to Graham Inggs);
+- Lots of other fixes.
+- Added desktop_database_post(un) and new dependencies.
+- Removed merged patches:
+  * modem-manager-gui-0.0.16-fix-gcc-warnings.patch
+  * modem-manager-gui-0.0.16-notifications-icon.patch
+
+---

Old:

  modem-manager-gui-0.0.16-fix-gcc-warnings.patch
  modem-manager-gui-0.0.16-notifications-icon.patch
  modem-manager-gui-0.0.16.tar.gz

New:

  modem-manager-gui-0.0.17.1.tar.gz



Other differences:
--
++ modem-manager-gui.spec ++
--- /var/tmp/diff_new_pack.C9er6F/_old  2014-09-06 16:59:32.0 +0200
+++ /var/tmp/diff_new_pack.C9er6F/_new  2014-09-06 16:59:32.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package modem-manager-gui
 #
-# 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
@@ -15,17 +15,21 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   modem-manager-gui
-Version:0.0.16
+Version:0.0.17.1
 Release:0
-License:GPL-3.0+
 Summary:Modem Manager GUI
-Url:http://linuxonly.ru/cms/page.php?7
+License:GPL-3.0+
 Group:  Hardware/Mobile
+Url:http://linuxonly.ru/cms/page.php?7
 Source: 
http://download.tuxfamily.org/gsf/source/modem-manager-gui-%{version}.tar.gz
 
 BuildRequires:  fdupes
 BuildRequires:  gdbm-devel
+BuildRequires:  itstool = 1.2
+BuildRequires:  man
+BuildRequires:  po4a
 BuildRequires:  update-desktop-files
 BuildRequires:  pkgconfig(glib-2.0) = 2.32.1
 BuildRequires:  pkgconfig(gtk+-3.0) = 3.4.0
@@ -35,11 +39,6 @@
 Suggests:   libcanberra0 = 0.28
 Suggests:   libnotify-tools = 0.7.5
 
-# PATCH-UPSTREAM from Mageia package.
-Patch1: modem-manager-gui-0.0.16-notifications-icon.patch
-# PATCH-FIX-UPSTREAM to prevent gcc warnings.
-Patch2: modem-manager-gui-0.0.16-fix-gcc-warnings.patch
-
 %description
 This program is simple graphical interface for Modem Manager
 daemon dbus interface.
@@ -56,8 +55,6 @@
 
 %prep
 %setup -q
-%patch1 -p1
-%patch2 -p1
 
 %build
 %configure
@@ -69,6 +66,12 @@
 %suse_update_desktop_file -r %{name} 'Internet;Monitor;'
 %fdupes -s %{buildroot}%{_datadir}
 
+%post
+%desktop_database_post
+
+%postun
+%desktop_database_postun
+
 %files
 %defattr(-,root,root,-)
 %doc LICENSE
@@ -79,7 +82,14 @@
 %{_datadir}/pixmaps/%{name}.png
 %{_datadir}/%{name}
 %{_datadir}/applications/%{name}.desktop
-%{_mandir}/man1/%{name}.1.*
+%{_mandir}/man*/%{name}.1.*
+%dir %{_mandir}/en_US
+%dir %{_mandir}/en_US/man1
+%dir %{_mandir}/uz@Latn
+%dir %{_mandir}/uz@Latn/man1
+%{_mandir}/*/man*/%{name}.1.*
+%dir %{_datadir}/appdata
+%{_datadir}/appdata/%{name}.appdata.xml
 
 %files lang -f %{name}.lang
 

++ modem-manager-gui-0.0.16.tar.gz - modem-manager-gui-0.0.17.1.tar.gz 
++
 64912 lines of diff (skipped)

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



commit nss_ldap for openSUSE:Factory

2014-09-06 Thread h_root
Hello community,

here is the log from the commit of package nss_ldap for openSUSE:Factory 
checked in at 2014-09-06 12:18:38

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


Package is nss_ldap

Changes:

--- /work/SRC/openSUSE:Factory/nss_ldap/nss_ldap.changes2014-08-05 
21:11:29.0 +0200
+++ /work/SRC/openSUSE:Factory/.nss_ldap.new/nss_ldap.changes   2014-09-06 
16:59:50.0 +0200
@@ -2 +2,17 @@
-Fri Aug  1 20:13:18 UTC 2014 - vark...@suse.com
+Fri Aug 15 11:28:44 CEST 2014 - ku...@suse.de
+
+- Save old ldap.conf from pwdutils to not lose ldap configuration
+  [bnc#891585]
+
+---
+Fri Aug  8 09:49:19 UTC 2014 - vark...@suse.com
+
+- added bnc#842120.dif  bnc#866763.dif
+- bnc#879368 - Bug in ldap_nss prevents Nomachine NX server to start 
+- bnc#866763 - reverse ipv6 host lookups fail when ldap is used
+  * bnc#866763.dif
+- bnc#842120 - nss_ldap crashes when running atfork() hooks
+  * bnc#842120.dif
+
+---
+Fri Aug  1 20:10:52 UTC 2014 - vark...@suse.com

New:

  bnc#842120.dif
  bnc#866763.dif



Other differences:
--
++ nss_ldap.spec ++
--- /var/tmp/diff_new_pack.FGzntK/_old  2014-09-06 16:59:51.0 +0200
+++ /var/tmp/diff_new_pack.FGzntK/_new  2014-09-06 16:59:51.0 +0200
@@ -46,6 +46,10 @@
 Patch5: nss_ldap-265-glibc-2.16.patch
 # Fix also issue with threads on glibc-2.16 
http://bugzilla.padl.com/show_bug.cgi?id=446
 Patch6: nss_ldap-265-pthread.patch
+# SIGPIPE handling atfork
+Patch7: bnc#842120.dif
+# reverse ipv6 host lookups fail when ldap is used
+Patch8: bnc#866763.dif
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -63,6 +67,8 @@
 %patch4 -p1
 %patch5
 %patch6
+%patch7 -p1
+%patch8 -p1
 cp -v %{S:1} .
 
 %build
@@ -92,8 +98,19 @@
 %clean
 rm -fr $RPM_BUILD_ROOT
 
+%pre
+# If we have a /etc/ldap.conf.rpmsave, and no /etc/ldap.conf,
+# backup the rpmsave file and use that later instead of our
+# own version. This fixes the problem that the file was moved
+# from pwdutils to nss_ldap and else the changes would go lost.
+if [ ! -e /etc/ldap.conf -a -f /etc/ldap.conf.rpmsave ]; then
+   cp -p /etc/ldap.conf.rpmsave /etc/...ldap.conf.pwdutils
+fi
+
 %post
 /sbin/ldconfig
+# If we backuped ldap.conf, move now the backup in place
+test -f /etc/...ldap.conf.pwdutils  mv /etc/...ldap.conf.pwdutils 
/etc/ldap.conf ||:
 
 %postun -p /sbin/ldconfig
 

++ bnc#842120.dif ++
Index: nss_ldap-262/ldap-nss.c
===
--- nss_ldap-262.orig/ldap-nss.c
+++ nss_ldap-262/ldap-nss.c
@@ -121,6 +121,7 @@ extern int ldap_ld_free (LDAP * ld, int
 #endif /* HAVE_LDAP_LD_FREE */
 
 NSS_LDAP_DEFINE_LOCK (__lock);
+NSS_LDAP_DEFINE_LOCK (__child_atfork_lock);
 
 /*
  * the configuration is read by the first call to do_open().
@@ -532,11 +533,35 @@ do_atfork_parent (void)
   debug (== do_atfork_parent);
 }
 
+static int
+_nss_ldap_need_deferred_close_no_unbind;
+
+static void
+do_deferred_close_no_unbind (void)
+{
+  sigset_t unblock, mask;
+  debug (== do_deferred_close_no_unbind);
+
+  sigemptyset(unblock);
+  sigaddset(unblock, SIGPIPE);
+  sigprocmask(SIG_UNBLOCK, unblock, mask);
+  do_close_no_unbind ();
+  sigprocmask(SIG_SETMASK, mask, NULL);
+  debug (== do_deferred_close_no_unbind);
+}
+
 static void
 do_atfork_child (void)
 {
+  int sd = -1;
+
   debug (== do_atfork_child);
-  do_close_no_unbind ();
+
+  NSS_LDAP_LOCK (__child_atfork_lock);
+  _nss_ldap_need_deferred_close_no_unbind = 1;
+  if (do_get_our_socket (sd))
+fcntl (sd, F_SETFD, FD_CLOEXEC);
+  NSS_LDAP_UNLOCK (__child_atfork_lock);
   _nss_ldap_leave ();
   debug (== do_atfork_child);
 }
@@ -600,6 +625,14 @@ _nss_ldap_enter (void)
   __sigpipe_handler = signal (SIGPIPE, SIG_IGN);
 #endif /* HAVE_SIGSET */
 
+  NSS_LDAP_LOCK (__child_atfork_lock);
+  if (_nss_ldap_need_deferred_close_no_unbind)
+{
+  do_deferred_close_no_unbind ();
+  _nss_ldap_need_deferred_close_no_unbind = 0;
+}
+  NSS_LDAP_UNLOCK (__child_atfork_lock);
+
   debug (== _nss_ldap_enter);
 }
 
@@ -823,6 +856,8 @@ do_get_our_socket(int *sd)
   peernamelen);
}
 }
+  else
+isOurSocket = 0;
 #endif /* HAVE_LDAPSSL_CLIENT_INIT */
   return isOurSocket;
 }
++ bnc#866763.dif ++
diff -Naur nss_ldap-265/ldap-hosts.c nss_ldap-265-new/ldap-hosts.c
--- nss_ldap-265/ldap-hosts.c   2009-11-06 11:28:08.0 +0100
+++ nss_ldap-265-new/ldap-hosts.c   2014-03-05 19:28:43.377519356 +0100
@@ -354,14 +357,26 @@
 {
   

commit openCryptoki for openSUSE:Factory

2014-09-06 Thread h_root
Hello community,

here is the log from the commit of package openCryptoki for openSUSE:Factory 
checked in at 2014-09-06 12:18:59

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


Package is openCryptoki

Changes:

--- /work/SRC/openSUSE:Factory/openCryptoki/openCryptoki.changes
2014-09-03 20:28:23.0 +0200
+++ /work/SRC/openSUSE:Factory/.openCryptoki.new/openCryptoki.changes   
2014-09-06 16:59:57.0 +0200
@@ -1,0 +2,33 @@
+Fri Sep  5 15:30:59 UTC 2014 - jjo...@suse.com
+
+- Fixed ica token's SHA update function when passing zero message
+  size (bnc#892644)
+- Added patch ocki-3.1_10_0001-ica-sha-update-empty-msg.patch
+
+---
+Fri Sep  5 04:05:02 UTC 2014 - jjo...@suse.com
+
+- Fixed README.ep11_stdll to have Unix-style EOL characters.
+- Added patch ocki-3.1_09_0001-Fix-EOL-encoding-in-README.patch
+
+---
+Thu Sep  4 21:51:32 UTC 2014 - jjo...@suse.com
+
+- Added all files from %src/doc as rpm %doc (bnc#894780)
+
+---
+Thu Sep  4 21:17:04 UTC 2014 - jjo...@suse.com
+
+- Added pkcscca utility and documentation to convert private
+  token objects from v2 to v3. (bnc#893757)
+- Added patches:
+  - ocki-3.1_08_0001-Add-a-pkcscca-tool-to-help-migrate-cca-private-token.patch
+  - ocki-3.1_08_0002-Add-documentation-pkcscca-manpage-and-README.cca_std.patch
+
+---
+Thu Sep  4 20:35:01 UTC 2014 - jjo...@suse.com
+
+- Fixed pkcsslotd and opencryptoki.conf man pages (bnc#889183)
+- Added patch ocki-3.1_07_0001-Man-page-corrections.patch
+
+---

New:

  ocki-3.1_07_0001-Man-page-corrections.patch
  ocki-3.1_08_0001-Add-a-pkcscca-tool-to-help-migrate-cca-private-token.patch
  ocki-3.1_08_0002-Add-documentation-pkcscca-manpage-and-README.cca_std.patch
  ocki-3.1_09_0001-Fix-EOL-encoding-in-README.patch
  ocki-3.1_10_0001-ica-sha-update-empty-msg.patch



Other differences:
--
++ openCryptoki.spec ++
--- /var/tmp/diff_new_pack.Hfuy2R/_old  2014-09-06 16:59:58.0 +0200
+++ /var/tmp/diff_new_pack.Hfuy2R/_new  2014-09-06 16:59:58.0 +0200
@@ -74,6 +74,11 @@
 Patch14:ocki-3.1_06_0005-Small-reworks.patch
 Patch15:
ocki-3.1_06_0006-The-31-bit-build-on-s390-showed-an-build-error-at-in.patch
 Patch16:
ocki-3.1_06_0007-ep11-is-not-building-because-not-setting-with_zcrypt.patch
+Patch17:ocki-3.1_07_0001-Man-page-corrections.patch
+Patch18:
ocki-3.1_08_0001-Add-a-pkcscca-tool-to-help-migrate-cca-private-token.patch
+Patch19:
ocki-3.1_08_0002-Add-documentation-pkcscca-manpage-and-README.cca_std.patch
+Patch20:ocki-3.1_09_0001-Fix-EOL-encoding-in-README.patch
+Patch21:ocki-3.1_10_0001-ica-sha-update-empty-msg.patch
 Url:
http://oss.software.ibm.com/developerworks/opensource/opencryptoki
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 PreReq: /usr/sbin/groupadd /usr/bin/id /usr/sbin/usermod /bin/sed 
%insserv_prereq
@@ -167,6 +172,11 @@
 %patch14 -p1
 %patch15 -p1
 %patch16 -p1
+%patch17 -p1
+%patch18 -p1
+%patch19 -p1
+%patch20 -p1
+%patch21 -p1
 cp %{SOURCE2} .
 
 %build
@@ -285,6 +295,7 @@
 %files
 %defattr(-,root,root)
 %doc openCryptoki-TFAQ.html
+%doc doc/*
   # configuration directory
 %dir %{_sysconfdir}/opencryptoki
 %config %{_sysconfdir}/opencryptoki/opencryptoki.conf
@@ -307,6 +318,7 @@
 %{_sbindir}/pkcsslotd
 %{_sbindir}/pkcsconf
 %{_sbindir}/pkcsicsf
+%{_sbindir}/pkcscca
 %dir %{_libdir}/opencryptoki
 %dir %{_libdir}/opencryptoki/stdll
   # State and lock directories

++ ocki-3.1-fix-implicit-decl.patch ++
--- /var/tmp/diff_new_pack.Hfuy2R/_old  2014-09-06 16:59:58.0 +0200
+++ /var/tmp/diff_new_pack.Hfuy2R/_new  2014-09-06 16:59:58.0 +0200
@@ -1,5 +1,5 @@
 opencryptoki.orig/usr/lib/pkcs11/common/loadsave.c 2014-01-27 
15:01:58.0 -0700
-+++ opencryptoki/usr/lib/pkcs11/common/loadsave.c  2014-01-31 
10:56:26.377812000 -0700
+--- opencryptoki/usr/lib/pkcs11/common/loadsave.c
 opencryptoki/usr/lib/pkcs11/common/loadsave.c
 @@ -287,6 +287,9 @@
  //
  //
@@ -10,8 +10,8 @@
  #include pthread.h
  #include stdio.h
  #include stdlib.h
 opencryptoki.orig/usr/lib/pkcs11/common/mech_rng.c 2014-01-27 
15:01:58.0 -0700
-+++ opencryptoki/usr/lib/pkcs11/common/mech_rng.c  2014-01-31 
11:00:30.004283000 -0700
+--- opencryptoki/usr/lib/pkcs11/common/mech_rng.c
 opencryptoki/usr/lib/pkcs11/common/mech_rng.c
 @@ -301,6 

commit phpMyAdmin for openSUSE:Factory

2014-09-06 Thread h_root
Hello community,

here is the log from the commit of package phpMyAdmin for openSUSE:Factory 
checked in at 2014-09-06 12:19:00

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


Package is phpMyAdmin

Changes:

--- /work/SRC/openSUSE:Factory/phpMyAdmin/phpMyAdmin.changes2014-09-03 
20:46:27.0 +0200
+++ /work/SRC/openSUSE:Factory/.phpMyAdmin.new/phpMyAdmin.changes   
2014-09-06 17:02:03.0 +0200
@@ -1,0 +2,6 @@
+Fri Sep  5 18:39:29 UTC 2014 - ch...@computersalat.de
+
+- rollback changes introduced by fix for bnc#894107 cause they
+  broke apache pkg.
+
+---



Other differences:
--
++ phpMyAdmin.spec ++
--- /var/tmp/diff_new_pack.YPFKeY/_old  2014-09-06 17:02:04.0 +0200
+++ /var/tmp/diff_new_pack.YPFKeY/_new  2014-09-06 17:02:04.0 +0200
@@ -31,10 +31,6 @@
 %define ap_grp nogroup
 %endif
 
-%if 0%{?suse_version} = 1210
-%define has_systemd 1
-%endif
-
 Summary:Administration of MySQL over the web
 License:GPL-2.0+
 Group:  Productivity/Networking/Web/Frontends
@@ -155,18 +151,10 @@
 # set PmaAbsoluteUri ### generate blowfish secret
 %{__sed} -i -e s,@FQDN@,$(cat /etc/HOSTNAME), \
  -e s/\\\$cfg\['blowfish_secret'\] = ''/\$cfg['blowfish_secret'] = '`pwgen -s 
-1 46`'/ %{pma_config}
-%if 0%{?has_systemd}
-%service_add_post apache2.service
-%else
 %restart_on_update apache2
-%endif
 
 %postun
-%if 0%{?has_systemd}
-%service_del_postun apache2.service
-%else
 %restart_on_update apache2
-%endif
 
 %clean
 %{__rm} -rf $RPM_BUILD_ROOT

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



commit python-ceilometerclient for openSUSE:Factory

2014-09-06 Thread h_root
Hello community,

here is the log from the commit of package python-ceilometerclient for 
openSUSE:Factory checked in at 2014-09-06 12:18:48

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


Package is python-ceilometerclient

Changes:

--- 
/work/SRC/openSUSE:Factory/python-ceilometerclient/python-ceilometerclient.changes
  2014-04-14 20:39:58.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-ceilometerclient.new/python-ceilometerclient.changes
 2014-09-06 17:02:35.0 +0200
@@ -2 +2 @@
-Mon Apr 14 09:10:13 UTC 2014 - dmuel...@suse.com
+Thu Aug 28 23:59:35 UTC 2014 -  cloud-de...@suse.de
@@ -4,4 +4,7 @@
-- update to 1.0.10:
-  * Ensure statistics aggregates are ordered with parameterized first
-  * Implementation of statistics aggregators
-  * Adds alarm time constraint support to ceilometer CLI
+- Update to version python-ceilometerclient-1.0.10.70.g11134c5:
+  * Check if the alarm has time constraints field before displaying
+
+---
+Mon Aug 25 23:59:42 UTC 2014 -  cloud-de...@suse.de
+
+- Update to version python-ceilometerclient-1.0.10.68.ga4b17ad:
@@ -9,7 +12,106 @@
-  * Fix temporary pypy gate issue with setuptools
-  * Add complex query support for alarm history
-  * Add complex query support for alarms
-  * Checking the type of auth_token, and fixing it if necessary
-  * Deprecate 'alarm-update'
-  * Add complex query support for samples
-  * test created virtual env directory should git ignored
+
+---
+Sat Aug 23 00:00:07 UTC 2014 -  cloud-de...@suse.de
+
+- Update to version python-ceilometerclient-1.0.10.67.g98127c4:
+  * Removed undefined method in install_env.py file
+
+---
+Tue Aug 12 23:46:01 UTC 2014 -  cloud-de...@suse.de
+
+- Update to version python-ceilometerclient-1.0.10.66.gbbc6cba:
+  * Replace assertTrue with assertIsNotNone for check an object
+  * Updated from global requirements
+
+---
+Mon Aug 11 11:38:29 UTC 2014 -  cloud-de...@suse.de
+
+- Update to version python-ceilometerclient-1.0.10.62.g2ddcff4:
+  * Add endpoint opt into auth_plugin
+  * Use HTTPClient from common Oslo code
+
+---
+Tue Jul 29 00:07:08 UTC 2014 -  cloud-de...@suse.de
+
+- Update to version python-ceilometerclient-1.0.10.60.g092eb66:
+  * Update developer docs template
+  * Add doc/build to .gitignore
+
+---
+Sat Jul 26 00:07:39 UTC 2014 -  cloud-de...@suse.de
+
+- Update to version python-ceilometerclient-1.0.10.58.g2f6eb43:
+  * Add docs job to tox.ini
+
+---
+Fri Jul 25 00:07:14 UTC 2014 -  cloud-de...@suse.de
+
+- Update to version python-ceilometerclient-1.0.10.57.g3a7616c:
+  * Avoid empty entity field in uri path
+
+---
+Thu Jul 24 08:31:24 UTC 2014 -  cloud-de...@suse.de
+
+- Update to version python-ceilometerclient-1.0.10.55.ge90c3c4:
+  * Don't expose X-Auth-Token in ceilometer CLI
+
+---
+Wed Jul 23 00:08:46 UTC 2014 -  cloud-de...@suse.de
+
+- Update to version python-ceilometerclient-1.0.10.53.gead36aa:
+  * Calculate a suitable column width for positional arguments
+  * Improve --debug logging output
+
+---
+Sat Jul 12 00:01:43 UTC 2014 -  cloud-de...@suse.de
+
+- Update to version python-ceilometerclient-1.0.10.50.g5c8a85e:
+  * Use suitable assert
+
+---
+Fri Jun 27 11:51:49 UTC 2014 -  cloud-de...@suse.de
+
+- Update to version python-ceilometerclient-1.0.10.49.g7f3be27:
+  * Update python-ceilometerclient to support Keystone V3 API
+
+---
+Wed Jun 25 23:54:12 UTC 2014 -  cloud-de...@suse.de
+
+- Update to version python-ceilometerclient-1.0.10.47.g9f41025:
+  * Fix alarm-threshold-update --query option
+
+---
+Tue Jun 24 23:57:32 UTC 2014 -  cloud-de...@suse.de
+
+- Update to version python-ceilometerclient-1.0.10.45.g3e0f363:
+  * Add methods to resource classes
+
+---
+Fri Jun 20 00:39:27 UTC 2014 -  cloud-de...@suse.de
+
+- Update to version python-ceilometerclient-1.0.10.43.ge5cd3b2:
+  * Updated from global requirements
+

commit pythia for openSUSE:Factory

2014-09-06 Thread h_root
Hello community,

here is the log from the commit of package pythia for openSUSE:Factory checked 
in at 2014-09-06 12:18:35

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


Package is pythia

Changes:

--- /work/SRC/openSUSE:Factory/pythia/pythia.changes2014-06-16 
21:32:21.0 +0200
+++ /work/SRC/openSUSE:Factory/.pythia.new/pythia.changes   2014-09-06 
17:02:20.0 +0200
@@ -1,0 +2,41 @@
+Thu Sep  4 23:49:37 UTC 2014 - badshah...@gmail.com
+
+- Update to version 8.186:
+  + New user hook to help experimentation with colour
+reconnection, in particular in relation to resonance decays
+  + New set of parameters StringFlav:probQQ1toQQ0join, used to
+pick diquark spin when two already produced quarks are to be
+joined into a diquark
+  + Possibility to map the bookkeeping of exotic unresolved
+incoming beams in Les Houches event files onto neutrino beams,
+see LesHouches:idRenameBeams; primarily intended for dark
+matter annihilation
+  + A correction to the graviton (G^*) + parton hard processes
+(5003-5005) to account for off-shell G^* production; the
+previous formula assumed the graviton was on-shell and
+could greatly overestimate the low-mass tail of the G^*.
+  + Bug fixes in examples/JetMatching.h, for uninitialized
+boolean, and number of partons to match for heavy flavour
+handling. The former bug was introduced with the new
+matching schemes in version 8.185 and affected matching to
+ALPGEN, since no events were rejected
+  + Differentiate the reading of ALPGEN masses, so that vanishing
+c or b masses in ALPGEN are not unwittingly used where
+inappropriate; also protect the c and b masses from being set
+too low in TimeShower and SpaceShower, so that flavour
+thresholds are not messed up
+  + Reduce number of maximum violation warnings in SpaceShower by
+leaving some headroom for branching weights
+  + Bug fix that hasVetoed in Pythia.cc was not reset correctly in
+some specific cases
+  + Bug fix in PartonLevel.cc where a reference could become
+invalid
+  + Improvements and bug fixes in junction handling
+  + Bug fix to not reuse colour indices in double diffraction
+  + Bug fix in the calculation of the average mass threshold of
+open decay channels of a resonance; reduced
+ResonanceWidths::MASSMIN parameter value.
+  + Correct typo in left-right symmetry documentation
+  + Other minor fixes.
+
+---

Old:

  pythia8185.tgz

New:

  pythia8186.tgz



Other differences:
--
++ pythia.spec ++
--- /var/tmp/diff_new_pack.bbTgxQ/_old  2014-09-06 17:02:22.0 +0200
+++ /var/tmp/diff_new_pack.bbTgxQ/_new  2014-09-06 17:02:22.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package pythia
 #
-# 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,11 +16,11 @@
 #
 
 
-%define ver 8185
+%define ver 8186
 %define soname %{name}-libs
 
 Name:   pythia
-Version:8.185
+Version:8.186
 Release:0
 Summary:A simulation program for particle collisions at very high 
energies
 License:GPL-2.0

++ pythia8185.tgz - pythia8186.tgz ++
/work/SRC/openSUSE:Factory/pythia/pythia8185.tgz 
/work/SRC/openSUSE:Factory/.pythia.new/pythia8186.tgz 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 votca-csgapps for openSUSE:Factory

2014-09-06 Thread h_root
Hello community,

here is the log from the commit of package votca-csgapps for openSUSE:Factory 
checked in at 2014-09-06 12:19:02

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


Package is votca-csgapps

Changes:

--- /work/SRC/openSUSE:Factory/votca-csgapps/votca-csgapps.changes  
2014-02-22 18:17:49.0 +0100
+++ /work/SRC/openSUSE:Factory/.votca-csgapps.new/votca-csgapps.changes 
2014-09-06 17:05:29.0 +0200
@@ -1,0 +2,6 @@
+Fri Sep  5 22:03:24 UTC 2014 - jungh...@votca.org
+
+- update to 1.2.4
+  - minor cmake fixes
+
+---

Old:

  votca-csgapps-1.2.3.tar.gz

New:

  votca-csgapps-1.2.4.tar.gz



Other differences:
--
++ votca-csgapps.spec ++
--- /var/tmp/diff_new_pack.E8piGO/_old  2014-09-06 17:05:30.0 +0200
+++ /var/tmp/diff_new_pack.E8piGO/_new  2014-09-06 17:05:30.0 +0200
@@ -1,7 +1,7 @@
 #
 # votca-csgapps.spec
 #
-# Copyright (c) 2013 Christoph Junghans
+# Copyright (c) 2013-2014 Christoph Junghans
 #
 # Originally written by Jussi Lehtola jussileht...@fedoraproject.org
 # Fixed for multi-distro build by Klaus Kaempf kkae...@suse.de
@@ -10,13 +10,13 @@
 #
 
 Name:   votca-csgapps
-Version:1.2.3
+Version:1.2.4
 Release:0
 Summary:VOTCA coarse-graining engine applications
 Group:  Productivity/Scientific/Chemistry
 License:Apache-2.0
 URL:http://www.votca.org
-Source0:http://votca.googlecode.com/files/%{name}-%{version}.tar.gz
+Source0:http://downloads.votca.googlecode.com/hg/%{name}-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 BuildRequires:  gromacs-devel
@@ -48,7 +48,8 @@
 mkdir build
 cd build
 %endif
-%{cmake} -DCMAKE_INSTALL_PREFIX=/usr \
+%{cmake} \
+ -DCMAKE_INSTALL_PREFIX=%{_prefix} \
  -DCMAKE_VERBOSE_MAKEFILE=TRUE \
  -DCMAKE_C_FLAGS_RELEASE:STRING=%{optflags} \
  -DCMAKE_CXX_FLAGS_RELEASE:STRING=%{optflags} \

++ votca-csgapps-1.2.3.tar.gz - votca-csgapps-1.2.4.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/votca-csgapps-1.2.3/CMakeLists.txt 
new/votca-csgapps-1.2.4/CMakeLists.txt
--- old/votca-csgapps-1.2.3/CMakeLists.txt  2012-08-15 06:29:24.0 
+0200
+++ new/votca-csgapps-1.2.4/CMakeLists.txt  2014-08-31 23:55:32.0 
+0200
@@ -1,6 +1,6 @@
 cmake_minimum_required(VERSION 2.6)
 
-set(PROJECT_VERSION 1.2.3)
+set(PROJECT_VERSION 1.2.4)
 
 project(csgapps)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/votca-csgapps-1.2.3/CMakeModules/FindVOTCA_CSG.cmake 
new/votca-csgapps-1.2.4/CMakeModules/FindVOTCA_CSG.cmake
--- old/votca-csgapps-1.2.3/CMakeModules/FindVOTCA_CSG.cmake2012-08-15 
06:29:24.0 +0200
+++ new/votca-csgapps-1.2.4/CMakeModules/FindVOTCA_CSG.cmake2014-08-31 
23:55:32.0 +0200
@@ -52,7 +52,7 @@
   include(CheckLibraryExists)
   check_library_exists(${VOTCA_CSG_LIBRARY};${VOTCA_CSG_DEP_LIBRARIES} 
VotcaCsgFromC  FOUND_VOTCA_CSG_VERSION)
   if(NOT FOUND_VOTCA_CSG_VERSION)
-message(FATAL_ERROR Could not find VotcaCsgFromC in 
${VOTCA_CSG_LIBRARY};${VOTCA_CSG_DEP_LIBRARIES}, take look at the error message 
in ${CMAKE_BINARY_DIR}${CMAKE_FILES_DIRECTORY}/CMakeError.log to find out what 
was going wrong. If you don't have pkg-config installed you will most likely 
have to set VOTCA_CSG_LIBRARY and VOTCA_CSG_DEP_LIBRARIES by hand, which set 
votca_csg lib  it's depencies (i.e. 
-DVOTCA_CSG_LIBRARY='/path/to/libvotca_csg.so 
-VOTCA_CSG_DEP_LIBRARIES=/path/to/libgsl.so;/path/to/libm.so') !)
+message(FATAL_ERROR Could not find VotcaCsgFromC in 
${VOTCA_CSG_LIBRARY};${VOTCA_CSG_DEP_LIBRARIES}, take look at the error message 
in ${CMAKE_BINARY_DIR}${CMAKE_FILES_DIRECTORY}/CMakeError.log to find out what 
was going wrong. If you don't have pkg-config installed you will most likely 
have to set VOTCA_CSG_LIBRARY and VOTCA_CSG_DEP_LIBRARIES by hand, which set 
votca_csg lib  it's depencies (i.e. 
-DVOTCA_CSG_LIBRARY='/path/to/libvotca_csg.so' 
-VOTCA_CSG_DEP_LIBRARIES='/path/to/libgsl.so;/path/to/libm.so') !)
   endif(NOT FOUND_VOTCA_CSG_VERSION)
 endif (VOTCA_CSG_FOUND)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/votca-csgapps-1.2.3/CMakeModules/FindVOTCA_TOOLS.cmake 
new/votca-csgapps-1.2.4/CMakeModules/FindVOTCA_TOOLS.cmake
--- old/votca-csgapps-1.2.3/CMakeModules/FindVOTCA_TOOLS.cmake  2012-08-15 
06:29:24.0 +0200
+++ new/votca-csgapps-1.2.4/CMakeModules/FindVOTCA_TOOLS.cmake  2014-08-31 
23:55:32.0 +0200
@@ -27,14 +27,6 @@
 find_path(VOTCA_TOOLS_INCLUDE_DIR 

commit vym for openSUSE:Factory

2014-09-06 Thread h_root
Hello community,

here is the log from the commit of package vym for openSUSE:Factory checked in 
at 2014-09-06 12:18:45

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


Package is vym

Changes:

--- /work/SRC/openSUSE:Factory/vym/vym.changes  2013-09-14 20:31:08.0 
+0200
+++ /work/SRC/openSUSE:Factory/.vym.new/vym.changes 2014-09-06 
17:05:33.0 +0200
@@ -1,0 +2,30 @@
+Fri Sep  5 00:57:51 UTC 2014 - ch...@computersalat.de
+
+- update to 2.3.24
+  * Added updated translation by Pavel Fric
+  * Bugfix: Restore saved toolbar configuration
+ - 2.3.23
+  * When changing sleep time of finished task, also set task state to
+'WIP'
+  * Bugfix: #65 Missing break statements in parser
+ - 3.2.22
+  * Set (and read) default style for ends of xlinks
+  * Tests for XLinks
+  * Fixing the test script
+  * Undo/redo for modifying xlinks
+  * Removed some debugging output
+  * Cleaned up a bit
+  * Commands to set xlinkstyle (begin and end)
+  * Fixed graphical glitch during creation of XLink
+  * Toggling arrowheads for ends of xlink in dialog
+  * Use Arrows also for lines to control points of xlink
+  * Hide arrows of xlinks when scrolling
+  * Draw arrow for begin and end of xlink
+  * Initial work on arrows for xlinks
+  * Priority increases slightly with age of tasks
+ - 3.2.21
+  * Some more includes to ease Debain packaging (by p0llux)
+  * Patch to allow hardening in Debian by p0llux
+  * Fixed project file
+
+---

Old:

  vym-2.3.19.tar.bz2
  vym-2.3.20.tar.bz2

New:

  vym-2.3.24.tar.bz2



Other differences:
--
++ vym.spec ++
--- /var/tmp/diff_new_pack.SPRuab/_old  2014-09-06 17:05:34.0 +0200
+++ /var/tmp/diff_new_pack.SPRuab/_new  2014-09-06 17:05:34.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package vym
 #
-# 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,17 +17,12 @@
 
 
 Name:   vym
-BuildRequires:  libqt4-devel
-BuildRequires:  update-desktop-files
-Requires:   unzip
-Requires:   zip
-Url:http://www.insilmaril.de/vym/index.html
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Summary:View Your Mind - generate and manipulate maps which show your 
thoughts
 License:GPL-2.0
 Group:  Productivity/Office/Other
-Version:2.3.20
+Version:2.3.24
 Release:0
+Url:http://www.insilmaril.de/vym/index.html
 Source0:%name-%version.tar.bz2
 Source1:%name.xml
 Source2:%name.desktop
@@ -35,6 +30,11 @@
 Source4:debian.dirs
 Source5:debian.docs
 Source6:makedist.config
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  libqt4-devel
+BuildRequires:  update-desktop-files
+Requires:   unzip
+Requires:   zip
 
 %description
 VYM  (View Your Mind) is a tool to generate and manipulate maps which
@@ -43,12 +43,6 @@
 tasks, to get an overview over complex contexts, to sort your ideas
 etc. Some people even think it is fun to work with such maps...
 
-
-
-Authors:
-
-Uwe Drechsel  v...@insilmaril.de
-
 %prep
 %setup -q
 

++ debian.changelog ++
--- /var/tmp/diff_new_pack.SPRuab/_old  2014-09-06 17:05:34.0 +0200
+++ /var/tmp/diff_new_pack.SPRuab/_new  2014-09-06 17:05:34.0 +0200
@@ -1,3 +1,9 @@
+vym (2.3.24.1) unstable; urgency=low
+
+  * New upstream release
+
+ -- Uwe Drechsel v...@insilmaril.de  Tue, 29 Jul 2014 14:28:00 +0100
+
 vym (2.3.20.1) unstable; urgency=low
 
   * New upstream release
@@ -422,4 +428,4 @@
 
  -- Steffen Joeris steffen.joe...@skolelinux.de  Thu,  4 Aug 2005 17:58:32 
+0200
 
- 
\ No newline at end of file
+ 

++ makedist.config ++
--- /var/tmp/diff_new_pack.SPRuab/_old  2014-09-06 17:05:34.0 +0200
+++ /var/tmp/diff_new_pack.SPRuab/_new  2014-09-06 17:05:34.0 +0200
@@ -1,3 +1,3 @@
-VERSION=2.3.20
+VERSION=2.3.24
 BRANCH=master
 REMOTE=sf

++ vym-2.3.19.tar.bz2 - vym-2.3.24.tar.bz2 ++
/work/SRC/openSUSE:Factory/vym/vym-2.3.19.tar.bz2 
/work/SRC/openSUSE:Factory/.vym.new/vym-2.3.24.tar.bz2 differ: char 11, line 1

++ vym.dsc ++
--- /var/tmp/diff_new_pack.SPRuab/_old  2014-09-06 17:05:34.0 +0200
+++ /var/tmp/diff_new_pack.SPRuab/_new  2014-09-06 17:05:34.0 +0200
@@ -1,9 +1,9 @@
 Format: 1.0
 Source: vym
-Version: 2.2.4
+Version: 2.3.24
 Binary: vym
 Maintainer: Uwe Drechsel v...@insilmaril.de
 Architecture: 

commit votca-tools for openSUSE:Factory

2014-09-06 Thread h_root
Hello community,

here is the log from the commit of package votca-tools for openSUSE:Factory 
checked in at 2014-09-06 12:19:01

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


Package is votca-tools

Changes:

--- /work/SRC/openSUSE:Factory/votca-tools/votca-tools.changes  2014-01-02 
11:15:38.0 +0100
+++ /work/SRC/openSUSE:Factory/.votca-tools.new/votca-tools.changes 
2014-09-06 17:05:31.0 +0200
@@ -1,0 +2,7 @@
+Fri Sep  5 21:49:16 UTC 2014 - jungh...@votca.org
+
+- Upgrade to 1.2.4
+  * support for Boost 1.53
+  * drop votca-tools-1.2.3-boost-1.53.patch: merged upstream
+
+---

Old:

  votca-tools-1.2.3-boost-1.53.patch
  votca-tools-1.2.3_pristine.tar.gz

New:

  votca-tools-1.2.4_pristine.tar.gz



Other differences:
--
++ votca-tools.spec ++
--- /var/tmp/diff_new_pack.Jwyi0z/_old  2014-09-06 17:05:31.0 +0200
+++ /var/tmp/diff_new_pack.Jwyi0z/_new  2014-09-06 17:05:31.0 +0200
@@ -1,7 +1,7 @@
 #
 # votca_tools.spec
 #
-# Copyright (c) 2013 Christoph Junghans
+# Copyright (c) 2013-2014 Christoph Junghans jungh...@votca.org
 #
 # Originally written by Jussi Lehtola jussileht...@fedoraproject.org
 # Fixed for multi-distro build by Klaus Kaempf kkae...@suse.de
@@ -10,24 +10,27 @@
 #
 
 Name:   votca-tools
-Version:1.2.3
+Version:1.2.4
 Release:0
 Summary:VOTCA tools library
 Group:  Productivity/Scientific/Chemistry
 License:Apache-2.0
 URL:http://www.votca.org
-Source0:
http://votca.googlecode.com/files/%{name}-%{version}_pristine.tar.gz
-# PATCH-FIX-UPSTREAM votca-tools-1.2.3-boost-1.53.patch 
#https://code.google.com/p/votca/issues/detail?id=131
-Patch0: votca-tools-1.2.3-boost-1.53.patch
+Source0:
http://downloads.votca.googlecode.com/hg/%{name}-%{version}_pristine.tar.gz
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 BuildRequires:  gcc-c++
+%if %{defined fedora}
+BuildRequires:  pkgconfig
+BuildRequires:  expat-devel
+%else
 BuildRequires:  pkg-config
+BuildRequires:  libexpat-devel
+%endif
 BuildRequires:  pkgconfig(sqlite3)
 BuildRequires:  pkgconfig(fftw3)
 BuildRequires:  pkgconfig(gsl)
-BuildRequires:  libexpat-devel
 BuildRequires:  boost-devel  = 1.39.0
 BuildRequires:  cmake
 BuildRequires:  txt2tags
@@ -62,13 +65,22 @@
 
 %prep
 %setup -q
-%patch0 -p1
 # Get rid of bundled versions of boost and expat
 rm -rf src/libboost
 rm -rf src/libexpat
 
 %build
-%{cmake} -DCMAKE_INSTALL_PREFIX=/usr \
+%if %{defined fedora}
+mkdir build
+cd build
+%endif
+%if %{undefined cmake}
+%define cmake cmake
+mkdir build
+cd build
+%endif
+%{cmake} \
+ -DCMAKE_INSTALL_PREFIX=%{_prefix} \
  -DWITH_RC_FILES=OFF \
  -DCMAKE_VERBOSE_MAKEFILE=TRUE \
  -DCMAKE_C_FLAGS_RELEASE:STRING=%{optflags} \
@@ -96,3 +108,5 @@
 %{_includedir}/votca/
 %{_libdir}/libvotca_tools.so
 %{_libdir}/pkgconfig/libvotca_tools.pc
+
+%changelog

++ votca-tools-1.2.3_pristine.tar.gz - votca-tools-1.2.4_pristine.tar.gz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/votca-tools-1.2.3/CMakeLists.txt 
new/votca-tools-1.2.4/CMakeLists.txt
--- old/votca-tools-1.2.3/CMakeLists.txt2012-08-15 06:26:25.0 
+0200
+++ new/votca-tools-1.2.4/CMakeLists.txt2014-08-31 23:54:51.0 
+0200
@@ -2,7 +2,7 @@
 
 project(votca-tools)
 
-set(PROJECT_VERSION 1.2.3)
+set(PROJECT_VERSION 1.2.4)
 string(REGEX REPLACE ^[1-9]+\\.([1-9]+).*$ \\1 SOVERSION 
${PROJECT_VERSION})
 if (NOT ${SOVERSION} MATCHES [1-9]+)
   message(FATAL_ERROR Could not determind SOVERSION from ${PROJECT_VERSION})
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/votca-tools-1.2.3/include/votca/tools/tokenizer.h 
new/votca-tools-1.2.4/include/votca/tools/tokenizer.h
--- old/votca-tools-1.2.3/include/votca/tools/tokenizer.h   2012-08-15 
06:26:25.0 +0200
+++ new/votca-tools-1.2.4/include/votca/tools/tokenizer.h   2014-08-31 
23:54:51.0 +0200
@@ -93,8 +93,10 @@
 std::vectorstd::string tmp;
 ToVector(tmp);
 v.resize(tmp.size());
-transform(tmp.begin(), tmp.end(), v.begin(),
-boost::lexical_castT, std::string);
+typename std::vectorT::iterator viter = v.begin();
+typename std::vectorstd::string::iterator iter;
+for(iter = tmp.begin(); iter!=tmp.end(); ++iter, ++viter)
+*viter = boost::lexical_castT, std::string(*iter);
 }
 
 private:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 

commit virt-manager for openSUSE:Factory

2014-09-06 Thread h_root
Hello community,

here is the log from the commit of package virt-manager for openSUSE:Factory 
checked in at 2014-09-06 12:18:53

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


Package is virt-manager

Changes:

--- /work/SRC/openSUSE:Factory/virt-manager/virt-manager.changes
2014-08-13 08:49:24.0 +0200
+++ /work/SRC/openSUSE:Factory/.virt-manager.new/virt-manager.changes   
2014-09-06 17:05:26.0 +0200
@@ -1,0 +2,38 @@
+Fri Sep  5 12:10:30 CEST 2014 - r...@suse.de
+
+- modify virtinst-ppc64le.patch to call qemu-system-ppc64
+  for ppc64 and ppc64le (bnc#894956) 
+
+---
+Thu Aug 28 09:25:44 MDT 2014 - carn...@suse.com
+
+- bnc#892821 - Minor enhancement to virt-manager's operating system
+  detection
+  virtinst-ignore-error-403-on-directories.patch (Leonardo Chiquitto)
+
+---
+Tue Aug 26 15:41:39 MDT 2014 - carn...@suse.com
+
+- bnc#886311 - Xen Virtual Machine Manager does not display CPU
+  usage stats 
+- bnc#888289 - After domU shutdown, sometimes virt-manager doesn't
+  refresh the domU status.
+  virtman-sync-vm-startup-for-cpu-usage.patch
+
+---
+Thu Aug 21 02:26:28 CEST 2014 - r...@suse.de
+
+- add patch: virtinst-ppc64le.patch
+  initial ppc64le support for virt-install
+
+---
+Mon Aug 18 17:51:41 MDT 2014 - carn...@suse.com
+
+- bnc#875111 - When kvm guest is in crashed state, virt-manager
+  reports guest as still running, no option to shutdown/destroy
+  virtman-allow-destroy-from-shutdown-menu-of-crashed-vm.patch
+- bnc#892003 - create virtual machine with Virt Manager randomly
+  times out with large memory guest
+  virtman-increase-setKeepAlive-count.patch
+
+---

New:

  virtinst-ignore-error-403-on-directories.patch
  virtinst-ppc64le.patch
  virtman-allow-destroy-from-shutdown-menu-of-crashed-vm.patch
  virtman-increase-setKeepAlive-count.patch
  virtman-sync-vm-startup-for-cpu-usage.patch



Other differences:
--
++ virt-manager.spec ++
--- /var/tmp/diff_new_pack.VdPkUG/_old  2014-09-06 17:05:27.0 +0200
+++ /var/tmp/diff_new_pack.VdPkUG/_new  2014-09-06 17:05:27.0 +0200
@@ -15,7 +15,6 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-
 %define with_guestfs   0
 %define askpass_packageopenssh-askpass
 %define qemu_user  qemu
@@ -109,6 +108,9 @@
 Patch93:virtman-dont-allow-grub.xen-to-be-deleted.patch
 Patch94:virtman-check-for-empty-network-name.patch
 Patch95:virtman-s390x-default-to-vminstall.patch
+Patch96:virtman-increase-setKeepAlive-count.patch
+Patch97:virtman-allow-destroy-from-shutdown-menu-of-crashed-vm.patch
+Patch98:virtman-sync-vm-startup-for-cpu-usage.patch
 Patch151:   virtinst-storage-ocfs2.patch
 Patch152:   virtinst-supported-disk-formats.patch
 Patch153:   virtinst-support-suse-distros.patch
@@ -124,6 +126,8 @@
 Patch163:   virtinst-add-default-rng-device.patch
 Patch164:   virtinst-refresh_before_fetch_pool.patch
 Patch165:   virtinst-nfs-install-sanitize.patch
+Patch166:   virtinst-ppc64le.patch
+Patch167:   virtinst-ignore-error-403-on-directories.patch
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
@@ -285,6 +289,9 @@
 %patch93 -p1
 %patch94 -p1
 %patch95 -p1
+%patch96 -p1
+%patch97 -p1
+%patch98 -p1
 %patch151 -p1
 %patch152 -p1
 %patch153 -p1
@@ -300,6 +307,8 @@
 %patch163 -p1
 %patch164 -p1
 %patch165 -p1
+%patch166 -p1
+%patch167 -p1
 
 %build
 %if %{qemu_user}

++ virtinst-ignore-error-403-on-directories.patch ++
bnc#892821

Ignore HTTP error 403 if the location is a directory. This allows
the OS detection procedure to succeed when Indexes are disabled
on the HTTP server.

Index: virt-manager-1.0.1/virtinst/urlfetcher.py
===
--- virt-manager-1.0.1.orig/virtinst/urlfetcher.py
+++ virt-manager-1.0.1/virtinst/urlfetcher.py
@@ -140,8 +140,11 @@ class _HTTPImageFetcher(_URIImageFetcher
 request.get_method = lambda: HEAD
 urllib2.urlopen(request)
 except Exception, e:
-logging.debug(HTTP hasFile: didn't find %s: %s, path, str(e))
-return False
+if path.endswith(/) and e.code == 403:
+logging.debug(HTTP hasFile: indexing disabled in %s?., path)
+else:
+

commit xiphos for openSUSE:Factory

2014-09-06 Thread h_root
Hello community,

here is the log from the commit of package xiphos for openSUSE:Factory checked 
in at 2014-09-06 12:18:34

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


Package is xiphos

Changes:

--- /work/SRC/openSUSE:Factory/xiphos/xiphos.changes2014-02-04 
22:50:15.0 +0100
+++ /work/SRC/openSUSE:Factory/.xiphos.new/xiphos.changes   2014-09-06 
17:06:01.0 +0200
@@ -1,0 +2,64 @@
+Thu Sep  4 18:51:52 UTC 2014 - kkir...@opensuse.org
+
+- update to 3.2.2: this is a cosmetic/clean-up release. No new
+  capability is present.  
+  + Building against GTK3 (i.e. waf configure --gtk=3) should once again
+be reasonable.  Generally, GTK3 will require --enable-webkit-editor,
+because the older editor seems not fully de-lintable for GTK3.
+  + Internal use of generic warnings has been updated to re-introduce
+modal warnings, i.e. user acknowledgement before Xiphos proceeds.
+This is necessary for e.g. startup catastrophes, where the warning
+dialog must appear and remain for user ACK before the program exits.
+  + Added statusbar acknowledgement of alt-[SRM] display modifiers, as well
+as BibleSync keyboard navigation.
+  + The Preferences page for BibleSync has been de-cluttered somewhat.
+  + A build complaint from very new compilers has been fixed.
+- release notes for 3.2.1: this release has drastic forward movement
+  in BibleSync plus a number of bug fixes
+  + BibleSync is no longer integral to Xiphos alone; it has been separated
+into its own library, to make it available for other Bible programs.
+There is some activity toward integrating it into others already.
+  + BibleSync has gained a number of features, both in the library itself
+and in how Xiphos uses it.  It now uses its own Preferences page, due to
+additional features and complexity.  Notably, BibleSync operates using
+speaker beacons, limiting the trouble that can be caused by either
+inadvertent or malicious navigation by others.
+  + BibleSync in Xiphos 3.2.1 will not interoperate with 3.2.0.  The
+addition of speaker beacons means that 3.2.0 will not recognize or
+generate them, and 3.2.1 will not recognize a speaker without them.
+(As applied to BibleSync 1.0.0 -vs- 1.0.1 differences.)
+  + Fixed a very old error regarding inconsistent internal use of the
+scripture cross-reference option.
+  + Consequent to that xref bug fix, exported content correctly no longer
+contains either footnotes or xrefs.
+  + Persistent difficulties with module archive have been resolved.
+  + Generic warning dialogs, used all over the place, have been replaced
+with a non-modal method that is not troublesome in the face of timing
+constraints.
+  + Added populating the verse list directly from a dialog (context menu).
+- release notes for 3.2.0: this release is to accommodate one
+  late-arriving Sword engine change and to support generalized companion
+  modules.  It also provides the first implementation of BibleSync,
+  a shared navigation protocol specification for Bible programs, details
+  of which we are sharing with other programs' authors and hope to see
+  being made available soon. Also, several urgent bugfixes have been made.
+  + New BibleSync subsystem: Multicast group navigation with glue on
+navigation reception and transmission when navigating locally.
+  + Preferences added to support BibleSync options: mode enable, navigation
+style choice, and activity tracing and privacy toggle options.
+  + Updated companion modules (conf directive Companion=Abc,Def,Xyz) for
+Bibles and commentaries so as to allow arbitrary sets where the 1st
+opens in the main window and the rest open in detached windows.  This is
+important for organizations such as Wycliffe who produce grouped
+modules, useful in such a manner.
+  + Added kbd toggles alt-S (Strong's), alt-M (morphology), alt-R (red words).
+  + Heading generation changed in line with Sword 1.7.3's new internals.
+  + Fixed crash on unparseable xref module content.
+  + Fixed crash on copy/export.
+  + Fixed crash on bogus middle-click on multi-ref bookmark.
+  + Fixed module manager column width setting.
+  + Fixed module manager archive function.
+  + Fixed NASB-specific lexica references for forthcoming NASB release.
+  + Removed gconf query.
+
+---

Old:

  xiphos-3.1.6.tar.gz

New:

  xiphos-3.2.2.tar.gz



Other differences:
--
++ xiphos.spec ++
--- /var/tmp/diff_new_pack.puw1jC/_old  2014-09-06 17:06:02.0 +0200
+++ /var/tmp/diff_new_pack.puw1jC/_new  2014-09-06 17:06:02.0 +0200
@@