commit libcap1 for openSUSE:Factory

2014-10-05 Thread h_root
Hello community,

here is the log from the commit of package libcap1 for openSUSE:Factory checked 
in at 2014-10-05 20:27:22

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


Package is libcap1

Changes:

--- /work/SRC/openSUSE:Factory/libcap1/libcap1.changes  2014-09-28 
19:53:57.0 +0200
+++ /work/SRC/openSUSE:Factory/.libcap1.new/libcap1.changes 2014-10-05 
20:27:26.0 +0200
@@ -1,0 +2,12 @@
+Wed Oct  1 07:39:56 UTC 2014 - meiss...@suse.com
+
+- fixed download url, added gpg verification. 
+
+---
+Fri Sep 26 18:35:17 UTC 2014 - sch...@linux-m68k.org
+
+- Update to libcap 1.97.
+- Remove libcap-1.10.diff, libcap-gcc-warning-fixes.diff
+- Refresh all other patches
+
+---

Old:

  libcap-1.10.diff
  libcap-1.10.tar.bz2
  libcap-gcc-warning-fixes.diff

New:

  libcap-1.97.tar.sign
  libcap-1.97.tar.xz
  libcap1.keyring



Other differences:
--
++ libcap1.spec ++
--- /var/tmp/diff_new_pack.4zIIyU/_old  2014-10-05 20:27:27.0 +0200
+++ /var/tmp/diff_new_pack.4zIIyU/_new  2014-10-05 20:27:27.0 +0200
@@ -16,19 +16,20 @@
 #
 
 
+BuildRequires:  xz
 Name:   libcap1
 Summary:Library for Capabilities (linux-privs) Support
 License:BSD-3-Clause
 Group:  System/Libraries
-Version:1.10
+Version:1.97
 Release:0
-Source: 
ftp://ftp.de.kernel.org/pub/linux/libs/security/linux-privs/old/kernel-2.4/libcap-1.10.tar.bz2
-Source2:baselibs.conf
-Patch:  libcap-%{version}.diff
-Patch2: header.patch
+Source: 
http://www.kernel.org/pub/linux/libs/security/linux-privs/libcap1/libcap-%{version}.tar.xz
+Source1:
http://www.kernel.org/pub/linux/libs/security/linux-privs/libcap1/libcap-%{version}.tar.sign
+Source2:%name.keyring
+Source3:baselibs.conf
 Patch1: libcap-shlib-fix.diff
+Patch2: header.patch
 Patch3: libcap.eal3.diff
-Patch4: libcap-gcc-warning-fixes.diff
 Patch6: libcap-invalid-free-fix.diff
 Patch7: libcap-array-range-fix.diff
 Patch8: libcap-no-version-check.diff
@@ -52,11 +53,9 @@
 
 %prep
 %setup -q -n libcap-%{version}
-%patch
 %patch1
 %patch2
-%patch3 -p2
-%patch4
+%patch3 -p1
 %patch6
 %patch7
 %patch8

++ feature-tests.patch ++
--- /var/tmp/diff_new_pack.4zIIyU/_old  2014-10-05 20:27:27.0 +0200
+++ /var/tmp/diff_new_pack.4zIIyU/_new  2014-10-05 20:27:27.0 +0200
@@ -1,7 +1,7 @@
-Index: libcap-1.10/doc/cap_get_proc.3
+Index: libcap-1.97/doc/cap_get_proc.3
 ===
 libcap-1.10.orig/doc/cap_get_proc.3
-+++ libcap-1.10/doc/cap_get_proc.3
+--- libcap-1.97.orig/doc/cap_get_proc.3
 libcap-1.97/doc/cap_get_proc.3
 @@ -15,8 +15,6 @@ arbitrary processes
  .br
  .BI int cap_set_proc(cap_t  cap_p );
@@ -11,11 +11,11 @@
  .B #include sys/capability.h
  .sp
  .BI cap_t capgetp(pid_t  pid , cap_t  cap_d );
-Index: libcap-1.10/doc/capget.2
+Index: libcap-1.97/doc/capget.2
 ===
 libcap-1.10.orig/doc/capget.2
-+++ libcap-1.10/doc/capget.2
-@@ -6,8 +6,6 @@
+--- libcap-1.97.orig/doc/capget.2
 libcap-1.97/doc/capget.2
+@@ -5,8 +5,6 @@
  .SH NAME
  capget, capset \- set/get process capabilities
  .SH SYNOPSIS
@@ -24,11 +24,11 @@
  .B #include sys/capability.h
  .sp
  .BI int capget(cap_user_header_t  header , cap_user_data_t  data );
-Index: libcap-1.10/libcap/include/sys/capability.h
+Index: libcap-1.97/libcap/include/sys/capability.h
 ===
 libcap-1.10.orig/libcap/include/sys/capability.h
-+++ libcap-1.10/libcap/include/sys/capability.h
-@@ -92,20 +92,15 @@ cap_t   cap_from_text(const char *);
+--- libcap-1.97.orig/libcap/include/sys/capability.h
 libcap-1.97/libcap/include/sys/capability.h
+@@ -103,20 +103,15 @@ cap_t   cap_from_text(const char *);
  char *  cap_to_text(cap_t, ssize_t *);
  
  /*
@@ -50,10 +50,10 @@
  #ifdef __cplusplus
  }
  #endif
-Index: libcap-1.10/progs/getpcaps.c
+Index: libcap-1.97/progs/getpcaps.c
 ===
 libcap-1.10.orig/progs/getpcaps.c
-+++ libcap-1.10/progs/getpcaps.c
+--- libcap-1.97.orig/progs/getpcaps.c
 libcap-1.97/progs/getpcaps.c
 @@ -11,7 +11,6 @@
  #include stdio.h
  #include string.h
@@ -62,11 +62,11 @@
  #include sys/capability.h
  
  static void usage(void)
-Index: libcap-1.10/progs/setpcaps.c
+Index: libcap-1.97/progs/setpcaps.c
 

commit rhythmbox for openSUSE:Factory

2014-10-05 Thread h_root
Hello community,

here is the log from the commit of package rhythmbox for openSUSE:Factory 
checked in at 2014-10-05 20:27:13

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


Package is rhythmbox

Changes:

--- /work/SRC/openSUSE:Factory/rhythmbox/rhythmbox.changes  2014-07-16 
16:36:27.0 +0200
+++ /work/SRC/openSUSE:Factory/.rhythmbox.new/rhythmbox.changes 2014-10-05 
20:27:16.0 +0200
@@ -1,0 +2,15 @@
+Sun Sep 28 12:19:38 UTC 2014 - zai...@opensuse.org
+
+- Update to version 3.1:
+  + Assorted bug fixes.
+  + GTK+ 3.14 compatible.
+  + Now includes an AppData file.
+  + Bugs fixed: bgo#637747, bgo#686082, bgo#702885, bgo#723020,
+bgo#725884, bgo#729373, bgo#731025, bgo#731202, bgo#731236,
+bgo#732764, bgo#732880, bgo#733499, bgo#733526, bgo#733586,
+bgo#733636, bgo#734057, bgo#734123, bgo#734235, bgo#735021,
+bgo#735056, bgo#735083, bgo#735954, bgo#737053, bgo#737368.
+  + Updated translations.
+- Drop rhythmbox-3.0.1-libsecret018.patch: Fixed upstream.
+
+---

Old:

  rhythmbox-3.0.1-libsecret018.patch
  rhythmbox-3.0.3.tar.xz

New:

  rhythmbox-3.1.tar.xz



Other differences:
--
++ rhythmbox.spec ++
--- /var/tmp/diff_new_pack.ZaPJo8/_old  2014-10-05 20:27:17.0 +0200
+++ /var/tmp/diff_new_pack.ZaPJo8/_new  2014-10-05 20:27:17.0 +0200
@@ -22,15 +22,13 @@
 #define with_daap 0%{?suse_version}  1330
 
 Name:   rhythmbox
-Version:3.0.3
+Version:3.1
 Release:0
 Summary:GNOME Music Management Application
 License:GPL-2.0+
 Group:  Productivity/Multimedia/Sound/Players
 Url:http://www.gnome.org/projects/rhythmbox/
-Source: 
http://download.gnome.org/sources/rhythmbox/3.0/%{name}-%{version}.tar.xz
-# PATCH-FIX-UPSTREAM rhythmbox-3.0.1-libsecret018.patch fcro...@suse.com 
bgo#725884 -- fix dependency with libsecret 0.18
-Patch0: rhythmbox-3.0.1-libsecret018.patch
+Source: 
http://download.gnome.org/sources/rhythmbox/3.1/%{name}-%{version}.tar.xz
 BuildRequires:  gobject-introspection-devel
 BuildRequires:  intltool
 BuildRequires:  libdiscid-devel
@@ -103,7 +101,6 @@
 %lang_package
 %prep
 %setup -q
-%patch0 -p1
 translation-update-upstream
 
 %build
@@ -154,6 +151,7 @@
 %doc %{_datadir}/help/C/rhythmbox/
 %{_bindir}/rhythmbox
 %{_bindir}/rhythmbox-client
+%{_datadir}/appdata/rhythmbox.appdata.xml
 %{_datadir}/applications/rhythmbox.desktop
 %{_datadir}/applications/rhythmbox-device.desktop
 %{_datadir}/dbus-1/services/org.gnome.Rhythmbox3.service

++ rhythmbox-3.0.3.tar.xz - rhythmbox-3.1.tar.xz ++
/work/SRC/openSUSE:Factory/rhythmbox/rhythmbox-3.0.3.tar.xz 
/work/SRC/openSUSE:Factory/.rhythmbox.new/rhythmbox-3.1.tar.xz differ: char 26, 
line 1

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



commit yast2-bootloader for openSUSE:Factory

2014-10-05 Thread h_root
Hello community,

here is the log from the commit of package yast2-bootloader for 
openSUSE:Factory checked in at 2014-10-05 20:27:23

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


Package is yast2-bootloader

Changes:

--- /work/SRC/openSUSE:Factory/yast2-bootloader/yast2-bootloader.changes
2014-09-07 11:09:47.0 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-bootloader.new/yast2-bootloader.changes   
2014-10-05 20:27:28.0 +0200
@@ -1,0 +2,71 @@
+Tue Sep 30 09:30:52 UTC 2014 - jreidin...@suse.com
+
+- use short product name to avoid truncated text on small
+  resolution (bnc#873675)
+- Avoid crash in clone_system on s390 (bnc#897399)
+- propose missing attributes also during automatic upgrade which
+  propose grub2 configuratin (bnc#897058)
+- 3.1.100
+
+---
+Tue Sep 30 09:15:52 UTC 2014 - jreidin...@suse.com
+
+- move boot record backup functionality to own class to make code
+  easier to understand and better tested
+- 3.1.99
+
+---
+Mon Sep 29 07:42:06 UTC 2014 - jreidin...@suse.com
+
+- fix crash in lib_iface caused by typo (found by openQA and
+  bnc#898878)
+- fix crash when using tmpfs
+- fix crash when device have explicit mount by device name
+- 3.1.98
+
+---
+Thu Sep 18 07:28:13 UTC 2014 - jreidin...@suse.com
+
+- move udev mapping functionality to own class to make code easier
+  to understand and better tested
+- 3.1.97
+
+---
+Wed Sep 17 07:42:12 UTC 2014 - jreidin...@suse.com
+
+- pass vga mode if specified during installation
+  (bnc#896300,bnc#891060)
+
+---
+Mon Sep 15 14:18:20 UTC 2014 - jreidin...@suse.com
+
+- Fix API to remove or add kernel parameter for bootloader
+  (bnc#894603)
+
+---
+Tue Sep  9 15:38:15 UTC 2014 - jreidin...@suse.com
+
+- cleaning of section related code because we no longer support
+  any bootloader which allows direct write of sections
+
+---
+Mon Sep  8 14:03:36 UTC 2014 - jreidin...@suse.com
+
+- switch build tool from autotools to rake
+- 3.1.96
+
+---
+Mon Sep  8 13:26:45 UTC 2014 - jreidin...@suse.com
+
+- Drop remaining support for GRUB1 (fate#317700)
+- 3.1.95
+
+---
+Mon Sep  8 07:56:29 UTC 2014 - jreidin...@suse.com
+
+- Avoid configuration where to MBR we want grub2 and also
+  generic_mbr which can lead to unbootable configuration
+  (bnc#893626)
+- 3.1.94
+
+---

Old:

  yast2-bootloader-3.1.93.tar.bz2

New:

  yast2-bootloader-3.1.100.tar.bz2



Other differences:
--
++ yast2-bootloader.spec ++
--- /var/tmp/diff_new_pack.SKUHvZ/_old  2014-10-05 20:27:28.0 +0200
+++ /var/tmp/diff_new_pack.SKUHvZ/_new  2014-10-05 20:27:28.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-bootloader
-Version:3.1.93
+Version:3.1.100
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -29,6 +29,7 @@
 BuildRequires:  yast2-devtools = 3.1.10
 BuildRequires:  yast2-storage
 BuildRequires:  rubygem(rspec)
+BuildRequires:  rubygem(yast-rake)
 PreReq: /bin/sed %fillup_prereq
 # Installation::*version variables
 # Wizard::SetDialogTitleAndIcon
@@ -91,14 +92,14 @@
 %prep
 %setup -n %{name}-%{version}
 
-%build
-%yast_build
-
 %check
-make check VERBOSE=1
+rake test:unit
+
+%build
+yardoc
 
 %install
-%yast_install
+rake install DESTDIR=%{buildroot}
 
 %post
 %{fillup_only -n bootloader}
@@ -132,6 +133,8 @@
 
 %dir %{yast_docdir}
 %doc %{yast_docdir}/COPYING
+%doc %{yast_docdir}/README
+%doc %{yast_docdir}/CONTRIBUTING.md
 
 %files devel-doc
 %defattr(-,root,root)

++ yast2-bootloader-3.1.93.tar.bz2 - yast2-bootloader-3.1.100.tar.bz2 
++
 14378 lines of diff (skipped)

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



commit krb5 for openSUSE:Factory

2014-10-05 Thread h_root
Hello community,

here is the log from the commit of package krb5 for openSUSE:Factory checked in 
at 2014-10-05 20:27:19

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


Package is krb5

Changes:

--- /work/SRC/openSUSE:Factory/krb5/krb5.changes2014-09-28 
19:56:39.0 +0200
+++ /work/SRC/openSUSE:Factory/.krb5.new/krb5.changes   2014-10-05 
20:27:21.0 +0200
@@ -1,0 +2,6 @@
+Thu Sep 25 12:48:32 UTC 2014 - dd...@suse.com
+
+- Work around replay cache creation race; (bnc#898439).
+  krb5-1.13-work-around-replay-cache-creation-race.patch
+
+---

New:

  krb5-1.13-work-around-replay-cache-creation-race.patch



Other differences:
--
++ krb5.spec ++
--- /var/tmp/diff_new_pack.5WykFm/_old  2014-10-05 20:27:23.0 +0200
+++ /var/tmp/diff_new_pack.5WykFm/_new  2014-10-05 20:27:23.0 +0200
@@ -84,6 +84,7 @@
 Patch14:krb5-kvno-230379.patch
 Patch20:krb5-1.12-doxygen.patch
 Patch21:bnc#897874-CVE-2014-5351.diff
+Patch22:krb5-1.13-work-around-replay-cache-creation-race.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 PreReq: mktemp, grep, /bin/touch, coreutils
 PreReq: %fillup_prereq 
@@ -205,6 +206,7 @@
 %patch14 -p1
 %patch20 -p1
 %patch21 -p1
+%patch22 -p1
 
 %build
 # needs to be re-generated

++ krb5-1.13-work-around-replay-cache-creation-race.patch ++
From 99e08376c14240e2141c6fa9289fafab8245c754 Mon Sep 17 00:00:00 2001
From: Greg Hudson ghud...@mit.edu
Date: Wed, 17 Sep 2014 10:45:28 -0400
Subject: [PATCH] Work around replay cache creation race

If two processes try to initialize the same replay cache at the same
time, krb5_rc_io_creat can race between unlink and open, leading to a
KRB5_RC_IO_PERM error.  When this happens, make the losing process
retry so that it can continue.

This does not solve the replay cache creation race, nor is that the
only replay cache race issue.  It simply prevents the race from
causing a spurious failure.

(cherry picked from commit c61e8c0c6ad5fda8d23dd896c4aed0ac5b470020)

ticket: 3498
version_fixed: 1.13
status: resolved
---
 src/lib/krb5/rcache/rc_io.c | 12 
 1 file changed, 8 insertions(+), 4 deletions(-)

diff --git a/src/lib/krb5/rcache/rc_io.c b/src/lib/krb5/rcache/rc_io.c
index 7e3b7e9..b9859fe 100644
--- a/src/lib/krb5/rcache/rc_io.c
+++ b/src/lib/krb5/rcache/rc_io.c
@@ -158,7 +158,7 @@ krb5_rc_io_creat(krb5_context context, krb5_rc_iostuff *d, 
char **fn)
 {
 krb5_int16 rc_vno = htons(KRB5_RC_VNO);
 krb5_error_code retval = 0;
-int do_not_unlink = 0;
+int flags, do_not_unlink = 0;
 char *dir;
 size_t dirlen;
 
@@ -166,9 +166,13 @@ krb5_rc_io_creat(krb5_context context, krb5_rc_iostuff *d, 
char **fn)
 if (fn  *fn) {
 if (asprintf(d-fn, %s%s%s, dir, PATH_SEPARATOR, *fn)  0)
 return KRB5_RC_IO_MALLOC;
-unlink(d-fn);
-d-fd = THREEPARAMOPEN(d-fn, O_WRONLY | O_CREAT | O_TRUNC | O_EXCL |
-   O_BINARY, 0600);
+d-fd = -1;
+do {
+if (unlink(d-fn) == -1  errno != ENOENT)
+break;
+flags = O_WRONLY | O_CREAT | O_TRUNC | O_EXCL | O_BINARY;
+d-fd = THREEPARAMOPEN(d-fn, flags, 0600);
+} while (d-fd == -1  errno == EEXIST);
 } else {
 retval = krb5_rc_io_mkstemp(context, d, dir);
 if (retval)
-- 
1.8.4.5

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



commit grub2 for openSUSE:Factory

2014-10-05 Thread h_root
Hello community,

here is the log from the commit of package grub2 for openSUSE:Factory checked 
in at 2014-10-05 20:27:20

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


Package is grub2

Changes:

--- /work/SRC/openSUSE:Factory/grub2/grub2.changes  2014-09-28 
19:56:31.0 +0200
+++ /work/SRC/openSUSE:Factory/.grub2.new/grub2.changes 2014-10-05 
20:27:23.0 +0200
@@ -1,0 +2,18 @@
+Tue Sep 30 03:45:04 UTC 2014 - mch...@suse.com
+
+- packaging 20_memtest86+ and 20_ppc_terminfo in corresponing grubarch
+  package
+
+---
+Mon Sep 29 07:22:29 UTC 2014 - fcaste...@suse.com
+
+- Add '80_suse_btrfs_snapshot' required to show btrfs snapshots inside
+  of the boot menu.
+
+---
+Sun Sep 28 06:16:35 UTC 2014 - arvidj...@gmail.com
+
+- fix btrfs on big endian systems (ppc/ppc64)
+  * add grub2-btrfs-fix-get_root-key-comparison-failures-due-to-en.patch
+
+---

New:

  80_suse_btrfs_snapshot
  grub2-btrfs-fix-get_root-key-comparison-failures-due-to-en.patch



Other differences:
--
++ grub2.spec ++
--- /var/tmp/diff_new_pack.L1tHxJ/_old  2014-10-05 20:27:25.0 +0200
+++ /var/tmp/diff_new_pack.L1tHxJ/_new  2014-10-05 20:27:25.0 +0200
@@ -122,6 +122,7 @@
 Source10:   openSUSE-UEFI-CA-Certificate.crt
 Source11:   SLES-UEFI-CA-Certificate.crt
 Source12:   grub2-snapper-plugin.sh
+Source14:   80_suse_btrfs_snapshot
 Source1000: PATCH_POLICY
 Patch1: rename-grub-info-file-to-grub2.patch
 Patch2: grub2-linux.patch
@@ -156,6 +157,7 @@
 Patch45:
grub2-efinet-reopen-SNP-protocol-for-exclusive-use-by-grub.patch
 Patch46:grub2-xen-legacy-config-device-name.patch
 Patch47:
grub2-Initialized-initrd_ctx-so-we-don-t-free-a-random-poi.patch
+Patch48:
grub2-btrfs-fix-get_root-key-comparison-failures-due-to-en.patch
 # Btrfs snapshot booting related patches
 Patch101:   grub2-btrfs-01-add-ability-to-boot-from-subvolumes.patch
 Patch102:   grub2-btrfs-02-export-subvolume-envvars.patch
@@ -361,6 +363,7 @@
 %patch45 -p1
 %patch46 -p1
 %patch47 -p1
+%patch48 -p1
 %patch101 -p1
 %patch102 -p1
 %patch103 -p1
@@ -619,6 +622,15 @@
 install -m 644 -D %{SOURCE2} $RPM_BUILD_ROOT%{_sysconfdir}/default/grub
 install -m 755 -D %{SOURCE6} $RPM_BUILD_ROOT%{_sbindir}/grub2-once
 install -m 755 -D %{SOURCE12} $RPM_BUILD_ROOT%{_libdir}/snapper/plugins/grub
+install -m 755 -D %{SOURCE14} 
$RPM_BUILD_ROOT%{_sysconfdir}/grub.d/80_suse_btrfs_snapshot
+
+%ifnarch %{ix86} x86_64
+rm -f $RPM_BUILD_ROOT%{_sysconfdir}/grub.d/20_memtest86+
+%endif
+
+%ifnarch ppc ppc64 ppc64le
+rm -f $RPM_BUILD_ROOT%{_sysconfdir}/grub.d/20_ppc_terminfo
+%endif
 
 %ifarch ppc ppc64 ppc64le
 # Rename grub2.chrp back to grub.chrp so it is found by tools
@@ -766,7 +778,13 @@
 %config(noreplace) %{_sysconfdir}/default/grub
 %dir %{_sysconfdir}/grub.d
 %{_sysconfdir}/grub.d/README
-%config %{_sysconfdir}/grub.d/??_*
+%config %{_sysconfdir}/grub.d/00_header
+%config %{_sysconfdir}/grub.d/10_linux
+%config %{_sysconfdir}/grub.d/20_linux_xen
+%config %{_sysconfdir}/grub.d/30_os-prober
+%config %{_sysconfdir}/grub.d/40_custom
+%config %{_sysconfdir}/grub.d/41_custom
+%config %{_sysconfdir}/grub.d/90_persistent
 %{_sbindir}/%{name}-bios-setup
 %{_sbindir}/%{name}-macbless
 %{_sbindir}/%{name}-mkconfig
@@ -848,8 +866,12 @@
 
 %files %{grubarch}
 %defattr(-,root,root,-)
+%ifarch %{ix86} x86_64
+%config %{_sysconfdir}/grub.d/20_memtest86+
+%endif
 %dir %{_libdir}/%{name}/%{grubarch}
 %ifarch ppc ppc64 ppc64le
+%config %{_sysconfdir}/grub.d/20_ppc_terminfo
 # This is intentionally grub.chrp and not %{name}.chrp
 %{_libdir}/%{name}/%{grubarch}/grub.chrp
 %{_libdir}/%{name}/%{grubarch}/bootinfo.txt
@@ -898,6 +920,7 @@
 %defattr(-,root,root,-)
 %dir %{_libdir}/snapper
 %dir %{_libdir}/snapper/plugins
+%config %{_sysconfdir}/grub.d/80_suse_btrfs_snapshot
 %{_libdir}/snapper/plugins/grub
 
 %ifarch x86_64

++ 80_suse_btrfs_snapshot ++
#! /bin/sh
set -e
if [ x${SUSE_BTRFS_SNAPSHOT_BOOTING} = xtrue ] 
   [ x${GRUB_FS} = xbtrfs ] ; then
cat EOF
if [ -f /.snapshots/grub-snapshot.cfg ]; then
  source /.snapshots/grub-snapshot.cfg
fi
EOF
fi
++ grub2-btrfs-fix-get_root-key-comparison-failures-due-to-en.patch ++
From 4afd0107efa6a2d9cbe6fc71c529264dc2b9fb8a Mon Sep 17 00:00:00 2001
From: Thomas Falcon tlfal...@linux.vnet.ibm.com
Date: Mon, 31 Mar 2014 15:32:30 +0100
Subject: [PATCH] btrfs: fix get_root key comparison failures due to endianness

* grub-core/fs/btrfs.c (get_root): Convert

commit llvm for openSUSE:Factory

2014-10-05 Thread h_root
Hello community,

here is the log from the commit of package llvm for openSUSE:Factory checked in 
at 2014-10-05 20:27:16

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


Package is llvm

Changes:

--- /work/SRC/openSUSE:Factory/llvm/llvm.changes2014-09-28 
19:55:37.0 +0200
+++ /work/SRC/openSUSE:Factory/.llvm.new/llvm.changes   2014-10-05 
20:27:18.0 +0200
@@ -1,0 +2,7 @@
+Mon Sep 29 09:40:52 UTC 2014 - idon...@suse.com
+
+- Rename llvm-remove-werror-date-time.patch to 
+  llvm-remove-clang-only-flags.patch and remove more clang only
+  flags.
+
+---

Old:

  llvm-remove-werror-date-time.patch

New:

  llvm-remove-clang-only-flags.patch



Other differences:
--
++ llvm.spec ++
--- /var/tmp/diff_new_pack.xGNnY3/_old  2014-10-05 20:27:19.0 +0200
+++ /var/tmp/diff_new_pack.xGNnY3/_new  2014-10-05 20:27:19.0 +0200
@@ -58,7 +58,7 @@
 Patch10:clang-resourcedirs.patch
 Patch11:libcxxabi-exceptions.patch
 Patch12:libcxx-libdir.patch
-Patch13:llvm-remove-werror-date-time.patch
+Patch13:llvm-remove-clang-only-flags.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  binutils-devel = 2.21.90
 BuildRequires:  bison


++ llvm-remove-clang-only-flags.patch ++
Index: llvm-3.5.0.src/cmake/modules/HandleLLVMOptions.cmake
===
--- llvm-3.5.0.src.orig/cmake/modules/HandleLLVMOptions.cmake
+++ llvm-3.5.0.src/cmake/modules/HandleLLVMOptions.cmake
@@ -302,9 +302,6 @@ elseif( LLVM_COMPILER_IS_GCC_COMPATIBLE
 endif()
   endif (LLVM_ENABLE_WARNINGS)
   append_if(LLVM_ENABLE_WERROR -Werror CMAKE_C_FLAGS CMAKE_CXX_FLAGS)
-  if (NOT LLVM_ENABLE_TIMESTAMPS)
-add_flag_if_supported(-Werror=date-time WERROR_DATE_TIME)
-  endif ()
   if (LLVM_ENABLE_CXX1Y)
 check_cxx_compiler_flag(-std=c++1y CXX_SUPPORTS_CXX1Y)
 append_if(CXX_SUPPORTS_CXX1Y -std=c++1y CMAKE_CXX_FLAGS)
@@ -367,13 +364,6 @@ add_llvm_definitions( -D__STDC_CONSTANT_
 add_llvm_definitions( -D__STDC_FORMAT_MACROS )
 add_llvm_definitions( -D__STDC_LIMIT_MACROS )
 
-# clang doesn't print colored diagnostics when invoked from Ninja
-if (UNIX AND
-CMAKE_CXX_COMPILER_ID STREQUAL Clang AND
-CMAKE_GENERATOR STREQUAL Ninja)
-  append(-fcolor-diagnostics CMAKE_C_FLAGS CMAKE_CXX_FLAGS)
-endif()
-
 # Add flags for add_dead_strip().
 # FIXME: With MSVS, consider compiling with /Gy and linking with /OPT:REF?
 # But MinSizeRel seems to add that automatically, so maybe disable these
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit linuxrc for openSUSE:Factory

2014-10-05 Thread h_root
Hello community,

here is the log from the commit of package linuxrc for openSUSE:Factory checked 
in at 2014-10-05 20:27:17

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


Package is linuxrc

Changes:

--- /work/SRC/openSUSE:Factory/linuxrc/linuxrc.changes  2014-09-28 
19:58:58.0 +0200
+++ /work/SRC/openSUSE:Factory/.linuxrc.new/linuxrc.changes 2014-10-05 
20:27:20.0 +0200
@@ -1,0 +2,20 @@
+Mon Sep 29 15:28:15 CEST 2014 - snw...@suse.de
+
+- keep wpa_supplicant running (bnc #898977)
+- 5.0.26
+
+---
+Mon Sep 29 14:20:29 CEST 2014 - snw...@suse.de
+
+- handle ifcfg options also when using dhcp (bnc #898995)
+- 5.0.25
+
+---
+Mon Sep 29 10:51:49 CEST 2014 - snw...@suse.de
+
+- improve last commit a bit
+- Correct check for value of config.hwp.layer2
+- Add check for virtual NICs to not write LLADDR to ifcfg.
+- 5.0.24
+
+---

Old:

  linuxrc-5.0.23.tar.xz

New:

  linuxrc-5.0.26.tar.xz



Other differences:
--
++ linuxrc.spec ++
--- /var/tmp/diff_new_pack.3PRWBR/_old  2014-10-05 20:27:21.0 +0200
+++ /var/tmp/diff_new_pack.3PRWBR/_new  2014-10-05 20:27:21.0 +0200
@@ -25,9 +25,9 @@
 Summary:SUSE Installation Program
 License:GPL-3.0+
 Group:  System/Boot
-Version:5.0.23
+Version:5.0.26
 Release:0
-Source: linuxrc-5.0.23.tar.xz
+Source: linuxrc-5.0.26.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description

++ linuxrc-5.0.23.tar.xz - linuxrc-5.0.26.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/linuxrc-5.0.23/VERSION new/linuxrc-5.0.26/VERSION
--- old/linuxrc-5.0.23/VERSION  2014-09-26 11:09:18.0 +0200
+++ new/linuxrc-5.0.26/VERSION  2014-09-29 15:27:55.0 +0200
@@ -1 +1 @@
-5.0.23
+5.0.26
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/linuxrc-5.0.23/changelog new/linuxrc-5.0.26/changelog
--- old/linuxrc-5.0.23/changelog2014-09-26 11:09:35.0 +0200
+++ new/linuxrc-5.0.26/changelog2014-09-29 15:28:13.0 +0200
@@ -1,3 +1,14 @@
+2014-09-29:5.0.26
+   - keep wpa_supplicant running
+
+2014-09-29:5.0.25
+   - handle ifcfg options also when using dhcp
+
+2014-09-29:5.0.24
+   - improve last commit a bit
+   - Correct check for value of config.hwp.layer2
+   - Add check for virtual NICs to not write LLADDR to ifcfg.
+
 2014-09-26:5.0.23
- s390x: revert hypervisor check (bnc 887238)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/linuxrc-5.0.23/linuxrc.c new/linuxrc-5.0.26/linuxrc.c
--- old/linuxrc-5.0.23/linuxrc.c2014-09-15 13:28:43.0 +0200
+++ new/linuxrc-5.0.26/linuxrc.c2014-09-29 15:27:29.0 +0200
@@ -513,7 +513,8 @@
   static char *progs[] = {
 portmap, rpciod, lockd, cifsd, mount.smbfs, udevd,
 mount.ntfs-3g, brld, sbl, wickedd, wickedd-auto4, 
wickedd-dhcp4,
-wickedd-dhcp6, wickedd-nanny, dbus-daemon, rpc.idmapd, sh, 
haveged
+wickedd-dhcp6, wickedd-nanny, dbus-daemon, rpc.idmapd, sh, 
haveged,
+wpa_supplicant
   };
   int i;
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/linuxrc-5.0.23/net.c new/linuxrc-5.0.26/net.c
--- old/linuxrc-5.0.23/net.c2014-09-26 11:07:47.0 +0200
+++ new/linuxrc-5.0.26/net.c2014-09-29 14:19:25.0 +0200
@@ -2145,7 +2145,7 @@
   char *domain = NULL; // allocated
   char *vlan = NULL;   // allocated
   int is_dhcp = 0;
-  slist_t *sl;
+  slist_t *sl, *sl2;
   slist_t *sl_ifcfg = NULL;
   slist_t *sl_ifroute = NULL;
   slist_t *sl_global = NULL;
@@ -2257,24 +2257,35 @@
 sl0 = slist_free(sl0);
   }
 }
+  }
 
-for(sl = ifcfg-flags; sl; sl = sl-next) {
-  if(slist_getentry(config.ifcfg.to_global, sl-key)) {
-if(!(sl1 = slist_getentry(sl_global, sl-key))) sl1 = 
slist_append(sl_global, slist_new());
-  }
-  else {
-if(!(sl1 = slist_getentry(sl_ifcfg, sl-key))) sl1 = 
slist_append(sl_ifcfg, slist_new());
-  }
-  str_copy(sl1-key, sl-key);
-  str_copy(sl1-value, sl-value);
+  // handle additional flags and put them either into 'ifcfg-*' or 'config'
+
+  for(sl = ifcfg-flags; sl; sl = sl-next) {
+if(slist_getentry(config.ifcfg.to_global, sl-key)) {
+  if(!(sl2 = slist_getentry(sl_global, sl-key))) sl2 = 
slist_append(sl_global, slist_new());
+

commit yast2-ldap for openSUSE:Factory

2014-10-05 Thread h_root
Hello community,

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

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


Package is yast2-ldap

Changes:

--- /work/SRC/openSUSE:Factory/yast2-ldap/yast2-ldap.changes2014-08-08 
10:10:06.0 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-ldap.new/yast2-ldap.changes   
2014-10-05 20:27:29.0 +0200
@@ -1,0 +2,6 @@
+Thu Sep 25 10:21:52 UTC 2014 - vark...@suse.com
+
+- bnc#897997 YaST2 User authentication not enumerating LDAP options
+- 3.1.13
+
+---

Old:

  yast2-ldap-3.1.12.tar.bz2

New:

  yast2-ldap-3.1.13.tar.bz2



Other differences:
--
++ yast2-ldap.spec ++
--- /var/tmp/diff_new_pack.b1FL5c/_old  2014-10-05 20:27:30.0 +0200
+++ /var/tmp/diff_new_pack.b1FL5c/_new  2014-10-05 20:27:30.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-ldap
-Version:3.1.12
+Version:3.1.13
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -59,6 +59,8 @@
 %{yast_moduledir}/*
 %{yast_clientdir}/*
 %{yast_scrconfdir}/*.scr
+%dir %{yast_yncludedir}/ldap/
+%{yast_yncludedir}/ldap/*
 %{yast_plugindir}/libpy2ag_ldap.so.*
 %{yast_plugindir}/libpy2ag_ldap.so
 %{yast_plugindir}/libpy2ag_ldap.la

++ yast2-ldap-3.1.12.tar.bz2 - yast2-ldap-3.1.13.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-ldap-3.1.12/MAINTAINER 
new/yast2-ldap-3.1.13/MAINTAINER
--- old/yast2-ldap-3.1.12/MAINTAINER2014-08-06 09:57:44.0 +0200
+++ new/yast2-ldap-3.1.13/MAINTAINER2014-10-01 11:24:56.0 +0200
@@ -1 +1 @@
-Peter Varkoly vark...@suse.com
+Deprecated file. Use `osc maintainer yast2-ldap` instead.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-ldap-3.1.12/package/yast2-ldap.changes 
new/yast2-ldap-3.1.13/package/yast2-ldap.changes
--- old/yast2-ldap-3.1.12/package/yast2-ldap.changes2014-08-06 
09:57:44.0 +0200
+++ new/yast2-ldap-3.1.13/package/yast2-ldap.changes2014-10-01 
12:20:54.0 +0200
@@ -1,4 +1,10 @@
 ---
+Thu Sep 25 10:21:52 UTC 2014 - vark...@suse.com
+
+- bnc#897997 YaST2 User authentication not enumerating LDAP options
+- 3.1.13
+
+---
 Tue Aug  5 13:02:04 UTC 2014 - vark...@suse.com
 
 - Set member_attribute to 'member'. We only use rfc2307bis.schema
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-ldap-3.1.12/package/yast2-ldap.spec 
new/yast2-ldap-3.1.13/package/yast2-ldap.spec
--- old/yast2-ldap-3.1.12/package/yast2-ldap.spec   2014-08-06 
09:57:44.0 +0200
+++ new/yast2-ldap-3.1.13/package/yast2-ldap.spec   2014-10-01 
12:20:54.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-ldap
-Version:3.1.12
+Version:3.1.13
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -52,6 +52,8 @@
 %{yast_moduledir}/*
 %{yast_clientdir}/*
 %{yast_scrconfdir}/*.scr
+%dir %{yast_yncludedir}/ldap/
+%{yast_yncludedir}/ldap/*
 %{yast_plugindir}/libpy2ag_ldap.so.*
 %{yast_plugindir}/libpy2ag_ldap.so
 %{yast_plugindir}/libpy2ag_ldap.la
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-ldap-3.1.12/src/Ldap.rb 
new/yast2-ldap-3.1.13/src/Ldap.rb
--- old/yast2-ldap-3.1.12/src/Ldap.rb   2014-08-06 09:57:44.0 +0200
+++ new/yast2-ldap-3.1.13/src/Ldap.rb   2014-10-01 12:20:54.0 +0200
@@ -1410,6 +1410,89 @@
   deep_copy(@groups_dn)
 end
 
+# Check if given DN exist and if it points to some template
+# @param [String] dn
+# @return [Hash,nil] empty map if DN don't exist, template map if DN points
+#  to template object, nil if object with given DN is not template
+def CheckTemplateDN(dn)
+  object = GetLDAPEntry(dn)
+  return object if object.nil? || object == {}
+  cls = Builtins.maplist(Ops.get_list(object, objectClass, [])) do |c|
+Builtins.tolower(c)
+  end
+  if Builtins.contains(cls, suseobjecttemplate)
+# exists as a template - return object
+object = ConvertDefaultValues(object)
+Ops.set(object, modified, edited)
+return AddMissingAttributes(object)
+  else
+# error message
+Popup.Error(
+  _(
+An object with the selected DN exists, but it is not a template 
object.\nSelect another one.\n
+  )
+  

commit gnome-packagekit for openSUSE:Factory

2014-10-05 Thread h_root
Hello community,

here is the log from the commit of package gnome-packagekit for 
openSUSE:Factory checked in at 2014-10-05 20:27:59

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


Package is gnome-packagekit

Changes:

--- /work/SRC/openSUSE:Factory/gnome-packagekit/gnome-packagekit.changes
2014-09-30 19:39:42.0 +0200
+++ /work/SRC/openSUSE:Factory/.gnome-packagekit.new/gnome-packagekit.changes   
2014-10-05 20:28:00.0 +0200
@@ -1,0 +2,6 @@
+Tue Sep 30 11:52:52 UTC 2014 - dims...@opensuse.org
+
+- Add gpk-prefs to category X-GNOME-SystemSettings so it shows up
+  in gnome-control-center.
+
+---



Other differences:
--
++ gnome-packagekit.spec ++
--- /var/tmp/diff_new_pack.EWxTYy/_old  2014-10-05 20:28:01.0 +0200
+++ /var/tmp/diff_new_pack.EWxTYy/_new  2014-10-05 20:28:01.0 +0200
@@ -98,7 +98,7 @@
 %suse_update_desktop_file gpk-dbus-service
 %suse_update_desktop_file gpk-install-local-file
 %suse_update_desktop_file gpk-log Settings
-%suse_update_desktop_file gpk-prefs
+%suse_update_desktop_file gpk-prefs X-GNOME-SystemSettings
 %suse_update_desktop_file gpk-update-viewer
 
 %clean

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



commit kdebase4-workspace for openSUSE:Factory

2014-10-05 Thread h_root
Hello community,

here is the log from the commit of package kdebase4-workspace for 
openSUSE:Factory checked in at 2014-10-05 20:28:09

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


Package is kdebase4-workspace

Changes:

--- /work/SRC/openSUSE:Factory/kdebase4-workspace/kdebase4-workspace.changes
2014-09-28 19:56:35.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.kdebase4-workspace.new/kdebase4-workspace.changes   
2014-10-05 20:28:17.0 +0200
@@ -1,0 +2,9 @@
+Sun Sep 28 13:21:43 UTC 2014 - ft...@geeko.jp
+
+- Fix bnc#768896
+   * Allow to revert fontconfig settings to the distribution default
+   * Prevent kcm_fonts from saving inappropriate values
+ when kcm_fonts is opened
+   * Add kcm-fix-105797-fontconfig.patch
+
+---

New:

  kcm-fix-105797-fontconfig.patch



Other differences:
--
++ kdebase4-workspace.spec ++
--- /var/tmp/diff_new_pack.UL7UHM/_old  2014-10-05 20:28:18.0 +0200
+++ /var/tmp/diff_new_pack.UL7UHM/_new  2014-10-05 20:28:18.0 +0200
@@ -142,6 +142,8 @@
 Patch67:remove_strigi.patch
 # Taken from fedora, additional changes resubmitted to fedora
 Patch71:kde-workspace-4.11.0-kdm-logind-multiseat.patch
+# PATCH-FIX-UPSTREAM ft...@geeko.jp reset fontconfig settings bnc#768896, 
kde#105797
+Patch72:kcm-fix-105797-fontconfig.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Requires:   %{name}-branding = %{_kde_branding_version}
 Requires:   %{name}-ksysguardd = %{version}
@@ -390,6 +392,7 @@
 %if %{with_multiseat}
 %patch71 -p1
 %endif
+%patch72 -p1
 
 cp %{SOURCE3} kwin/effects/cube/data/cubecap.png
 

++ kcm-fix-105797-fontconfig.patch ++
diff --git a/kcontrol/fonts/fonts.cpp b/kcontrol/fonts/fonts.cpp
index 67eccd4..5da6722 100644
--- a/kcontrol/fonts/fonts.cpp
+++ b/kcontrol/fonts/fonts.cpp
@@ -131,7 +131,7 @@ static const char * const aa_vbgr_xpm[]={
 ,
 };
 
-static const char* const * const aaPixmaps[]={ aa_rgb_xpm, aa_bgr_xpm, 
aa_vrgb_xpm, aa_vbgr_xpm };
+static const char* const * const aaPixmaps[]={ 0, 0, aa_rgb_xpm, aa_bgr_xpm, 
aa_vrgb_xpm, aa_vbgr_xpm };
 
 / DLL Interface /
 K_PLUGIN_FACTORY(FontFactory, registerPluginKFonts(); )
@@ -258,23 +258,23 @@ FontAASettings::FontAASettings(QWidget *parent)
 have a linear ordering of RGB sub-pixel, some have BGR.br /
 This feature does not work with CRT monitors./p );
 
-  useSubPixel=new QCheckBox(i18n(Use sub-pixel rendering:), mw);
-  useSubPixel-setWhatsThis( subPixelWhatsThis );
+  subPixelLabel=new QLabel(i18n(Sub-pixel rendering type: ), mw);
+  subPixelLabel-setWhatsThis( subPixelWhatsThis );
 
   subPixelType=new QComboBox(mw);
-  layout-addRow(useSubPixel, subPixelType);
+  layout-addRow(subPixelLabel, subPixelType);
 
   subPixelType-setEditable(false);
   subPixelType-setWhatsThis( subPixelWhatsThis );
 
-  for(int t=KXftConfig::SubPixel::None+1; t=KXftConfig::SubPixel::Vbgr; ++t)
-subPixelType-addItem(QPixmap(aaPixmaps[t-1]), 
i18n(KXftConfig::description((KXftConfig::SubPixel::Type)t).toUtf8()));
+  for(int t=KXftConfig::SubPixel::NotSet; t=KXftConfig::SubPixel::Vbgr; ++t)
+subPixelType-addItem(QPixmap(aaPixmaps[t]), 
i18n(KXftConfig::description((KXftConfig::SubPixel::Type)t).toUtf8()));
 
   QLabel *hintingLabel=new QLabel(i18n(Hinting style: ), mw);
   hintingStyle=new QComboBox(mw);
   hintingStyle-setEditable(false);
   layout-addRow(hintingLabel, hintingStyle);
-  for(int s=KXftConfig::Hint::NotSet+1; s=KXftConfig::Hint::Full; ++s)
+  for(int s=KXftConfig::Hint::NotSet; s=KXftConfig::Hint::Full; ++s)
 
hintingStyle-addItem(i18n(KXftConfig::description((KXftConfig::Hint::Style)s).toUtf8()));
 
   QString hintingText(i18n(Hinting is a process used to enhance the quality 
of fonts at small sizes.));
@@ -285,7 +285,6 @@ FontAASettings::FontAASettings(QWidget *parent)
   setMainWidget(mw);
 
   connect(excludeRange, SIGNAL(toggled(bool)), SLOT(changed()));
-  connect(useSubPixel, SIGNAL(toggled(bool)), SLOT(changed()));
   connect(excludeFrom, SIGNAL(valueChanged(double)), SLOT(changed()));
   connect(excludeTo, SIGNAL(valueChanged(double)), SLOT(changed()));
   connect(subPixelType, SIGNAL(activated(QString)), SLOT(changed()));
@@ -311,20 +310,10 @@ bool FontAASettings::load()
 
   KXftConfig::SubPixel::Type spType;
 
-  if(!xft.getSubPixelType(spType) || KXftConfig::SubPixel::None==spType)
-useSubPixel-setChecked(false);
-  else
-  {
-int idx=getIndex(spType);
+  xft.getSubPixelType(spType);
+  int idx=getIndex(spType);
 
-if(idx-1)
-{
-  

commit git for openSUSE:Factory

2014-10-05 Thread h_root
Hello community,

here is the log from the commit of package git for openSUSE:Factory checked in 
at 2014-10-05 20:28:07

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


Package is git

Changes:

--- /work/SRC/openSUSE:Factory/git/git.changes  2014-09-23 10:42:25.0 
+0200
+++ /work/SRC/openSUSE:Factory/.git.new/git.changes 2014-10-05 
20:28:13.0 +0200
@@ -1,0 +2,19 @@
+Tue Sep 30 20:32:08 UTC 2014 - andreas.stie...@gmx.de
+
+- git 2.1.2:
+  * git push over HTTP transport had an artificial limit on
+number of refs that can be pushed imposed by the command line
+length.
+  * When receiving an invalid pack stream that records the same
+object twice, multiple threads got confused due to a race.
+  * An attempt to remove the entire tree in the git fast-import
+input stream caused it to misbehave.
+  * Reachability check (used in git prune and friends) did not
+add a detached HEAD as a starting point to traverse
+objects still in use.
+  * git config --add section.var val used to lose existing
+section.var whose value was an empty string.
+  * git fsck failed to report that it found corrupt objects via
+its exit status in some cases.
+
+---

Old:

  git-2.1.1.tar.xz

New:

  git-2.1.2.tar.xz



Other differences:
--
++ git.spec ++
--- /var/tmp/diff_new_pack.lBOjXw/_old  2014-10-05 20:28:14.0 +0200
+++ /var/tmp/diff_new_pack.lBOjXw/_new  2014-10-05 20:28:14.0 +0200
@@ -20,7 +20,7 @@
 %define _fwdefdir /etc/sysconfig/SuSEfirewall2.d/services
 
 Name:   git
-Version:2.1.1
+Version:2.1.2
 Release:0
 Summary:Fast, scalable, distributed revision control system
 License:GPL-2.0

++ git-2.1.1.tar.xz - git-2.1.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/git-2.1.1/Documentation/RelNotes/2.1.2.txt 
new/git-2.1.2/Documentation/RelNotes/2.1.2.txt
--- old/git-2.1.1/Documentation/RelNotes/2.1.2.txt  1970-01-01 
01:00:00.0 +0100
+++ new/git-2.1.2/Documentation/RelNotes/2.1.2.txt  2014-09-30 
21:00:40.0 +0200
@@ -0,0 +1,20 @@
+Git v2.1.2 Release Notes
+
+
+ * git push over HTTP transport had an artificial limit on number of
+   refs that can be pushed imposed by the command line length.
+
+ * When receiving an invalid pack stream that records the same object
+   twice, multiple threads got confused due to a race.
+
+ * An attempt to remove the entire tree in the git fast-import input
+   stream caused it to misbehave.
+
+ * Reachability check (used in git prune and friends) did not add a
+   detached HEAD as a starting point to traverse objects still in use.
+
+ * git config --add section.var val used to lose existing
+   section.var whose value was an empty string.
+
+ * git fsck failed to report that it found corrupt objects via its
+   exit status in some cases.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/git-2.1.1/Documentation/git-rebase.txt 
new/git-2.1.2/Documentation/git-rebase.txt
--- old/git-2.1.1/Documentation/git-rebase.txt  2014-09-19 23:45:27.0 
+0200
+++ new/git-2.1.2/Documentation/git-rebase.txt  2014-09-30 21:00:40.0 
+0200
@@ -9,7 +9,7 @@
 
 [verse]
 'git rebase' [-i | --interactive] [options] [--exec cmd] [--onto newbase]
-   [upstream] [branch]
+   [upstream [branch]]
 'git rebase' [-i | --interactive] [options] [--exec cmd] [--onto newbase]
--root [branch]
 'git rebase' --continue | --skip | --abort | --edit-todo
@@ -316,11 +316,8 @@
 
 -f::
 --force-rebase::
-   Force the rebase even if the current branch is a descendant
-   of the commit you are rebasing onto.  Normally non-interactive rebase 
will
-   exit with the message Current branch is up to date in such a
-   situation.
-   Incompatible with the --interactive option.
+   Force a rebase even if the current branch is up-to-date and
+   the command without `--force` would return without doing anything.
 +
 You may find this (or --no-ff with an interactive rebase) helpful after
 reverting a topic branch merge, as this option recreates the topic branch with
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/git-2.1.1/Documentation/git-send-pack.txt 
new/git-2.1.2/Documentation/git-send-pack.txt
--- old/git-2.1.1/Documentation/git-send-pack.txt   2014-09-19 
23:45:27.0 +0200
+++ new/git-2.1.2/Documentation/git-send-pack.txt   2014-09-30 
21:00:40.0 +0200
@@ -35,6 +35,16 @@
 

commit gjs for openSUSE:Factory

2014-10-05 Thread h_root
Hello community,

here is the log from the commit of package gjs for openSUSE:Factory checked in 
at 2014-10-05 20:28:01

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


Package is gjs

Changes:

--- /work/SRC/openSUSE:Factory/gjs/gjs.changes  2014-09-30 19:37:00.0 
+0200
+++ /work/SRC/openSUSE:Factory/.gjs.new/gjs.changes 2014-10-05 
20:28:02.0 +0200
@@ -1,0 +2,6 @@
+Mon Sep 29 11:59:14 UTC 2014 - zai...@opensuse.org
+
+- Update to version 1.42.0:
+  + Fix a regression caused by PPC fixes in 1.41.91.
+
+---

Old:

  gjs-1.41.91.tar.xz

New:

  gjs-1.42.0.tar.xz



Other differences:
--
++ gjs.spec ++
--- /var/tmp/diff_new_pack.gVzw9E/_old  2014-10-05 20:28:03.0 +0200
+++ /var/tmp/diff_new_pack.gVzw9E/_new  2014-10-05 20:28:03.0 +0200
@@ -17,14 +17,14 @@
 
 
 Name:   gjs
-Version:1.41.91
+Version:1.42.0
 Release:0
 # FIXME: find out if tapsets should really be in devel package or in main 
package
 Summary:JavaScript bindings based on gobject-introspection and Mozilla
 License:MIT
 Group:  Development/Libraries/GNOME
 Url:http://live.gnome.org/Gjs
-Source: 
http://download.gnome.org/sources/gjs/1.41/%{name}-%{version}.tar.xz
+Source: 
http://download.gnome.org/sources/gjs/1.42/%{name}-%{version}.tar.xz
 BuildRequires:  gcc-c++
 BuildRequires:  python
 BuildRequires:  readline-devel

++ gjs-1.41.91.tar.xz - gjs-1.42.0.tar.xz ++
 5466 lines of diff (skipped)
retrying with extended exclude list
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/gjs-1.41.91/NEWS new/gjs-1.42.0/NEWS
--- old/gjs-1.41.91/NEWS2014-09-01 23:38:04.0 +0200
+++ new/gjs-1.42.0/NEWS 2014-09-29 12:43:41.0 +0200
@@ -1,3 +1,8 @@
+Version 1.42.0
+--
+
+- Fix a regression caused by PPC fixes in 1.41.91
+
 Version 1.41.91
 ---
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/gjs-1.41.91/configure.ac new/gjs-1.42.0/configure.ac
--- old/gjs-1.41.91/configure.ac2014-09-01 23:41:23.0 +0200
+++ new/gjs-1.42.0/configure.ac 2014-09-29 12:39:34.0 +0200
@@ -2,8 +2,8 @@
 # Process this file with autoconf to produce a configure script.
 
 m4_define(pkg_major_version, 1)
-m4_define(pkg_minor_version, 41)
-m4_define(pkg_micro_version, 91)
+m4_define(pkg_minor_version, 42)
+m4_define(pkg_micro_version, 0)
 m4_define(pkg_version, pkg_major_version.pkg_minor_version.pkg_micro_version)
 m4_define(pkg_int_version, (pkg_major_version * 100 + pkg_minor_version) * 100 
+ pkg_micro_version)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/gjs-1.41.91/gjs/importer.cpp new/gjs-1.42.0/gjs/importer.cpp
--- old/gjs-1.41.91/gjs/importer.cpp2014-09-01 23:34:02.0 +0200
+++ new/gjs-1.42.0/gjs/importer.cpp 2014-09-29 12:39:07.0 +0200
@@ -809,9 +809,10 @@
  element_val))
 return JS_FALSE;
 
-jsid id = idp;
+jsid id;
 if (!JS_ValueToId(context, element_val, id))
 return JS_FALSE;
+idp.set(id);
 
 break;
 }

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



commit gnome-control-center for openSUSE:Factory

2014-10-05 Thread h_root
Hello community,

here is the log from the commit of package gnome-control-center for 
openSUSE:Factory checked in at 2014-10-05 20:28:00

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


Package is gnome-control-center

Changes:

--- 
/work/SRC/openSUSE:Factory/gnome-control-center/gnome-control-center.changes
2014-09-30 19:41:40.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.gnome-control-center.new/gnome-control-center.changes
   2014-10-05 20:28:01.0 +0200
@@ -1,0 +2,7 @@
+Tue Sep 30 11:30:07 UTC 2014 - dims...@opensuse.org
+
+- Update gnome-control-center-allow-extra-tools-in-shell.patch:
+  dconf-editor.desktop was renamed to
+  ca.desrt.dconf-editor.desktop.
+
+---



Other differences:
--
++ gnome-control-center-allow-extra-tools-in-shell.patch ++
--- /var/tmp/diff_new_pack.JAJr16/_old  2014-10-05 20:28:02.0 +0200
+++ /var/tmp/diff_new_pack.JAJr16/_new  2014-10-05 20:28:02.0 +0200
@@ -66,7 +66,7 @@
 -  PANEL_TYPE(wacom,cc_wacom_panel_get_type),
 +  PANEL_TYPE(wacom,   cc_wacom_panel_get_type),
  #endif
-+  PANEL_TYPE(dconf-editor,NULL   ),
++  PANEL_TYPE(ca.desrt.dconf-editor,NULL   ),
 +  PANEL_TYPE(alacarte,NULL   ),
 +  PANEL_TYPE(gpk-prefs,   NULL   ),
 +  PANEL_TYPE(tracker-preferences, NULL   ),

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



commit iso-codes for openSUSE:Factory

2014-10-05 Thread h_root
Hello community,

here is the log from the commit of package iso-codes for openSUSE:Factory 
checked in at 2014-10-05 20:28:03

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


Package is iso-codes

Changes:

--- /work/SRC/openSUSE:Factory/iso-codes/iso-codes.changes  2014-07-21 
21:39:40.0 +0200
+++ /work/SRC/openSUSE:Factory/.iso-codes.new/iso-codes.changes 2014-10-05 
20:28:06.0 +0200
@@ -1,0 +2,7 @@
+Sat Sep 27 17:14:29 UTC 2014 - zai...@opensuse.org
+
+- Update to version 3.56:
+  + Updated translations for ISO 3166-2, ISO 639-3, ISO 639-5 and
+ISO 639.
+
+---

Old:

  iso-codes-3.55.tar.xz

New:

  iso-codes-3.56.tar.xz



Other differences:
--
++ iso-codes.spec ++
--- /var/tmp/diff_new_pack.MtG7eY/_old  2014-10-05 20:28:07.0 +0200
+++ /var/tmp/diff_new_pack.MtG7eY/_new  2014-10-05 20:28:07.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   iso-codes
-Version:3.55
+Version:3.56
 Release:0
 Summary:ISO Code Lists and Translations
 License:LGPL-2.1+

++ iso-codes-3.55.tar.xz - iso-codes-3.56.tar.xz ++
 10843 lines of diff (skipped)

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



commit gtk3 for openSUSE:Factory

2014-10-05 Thread h_root
Hello community,

here is the log from the commit of package gtk3 for openSUSE:Factory checked in 
at 2014-10-05 20:28:04

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


Package is gtk3

Changes:

--- /work/SRC/openSUSE:Factory/gtk3/gtk3.changes2014-09-30 
19:38:54.0 +0200
+++ /work/SRC/openSUSE:Factory/.gtk3.new/gtk3.changes   2014-10-05 
20:28:10.0 +0200
@@ -1,0 +2,11 @@
+Tue Sep 30 09:25:11 UTC 2014 - dims...@opensuse.org
+
+- Update to version 3.14.1:
+  + Bugs fixed: bgo#635258, bgo#654051, bgo#708206, bgo#719936,
+bgo#729782, bgo#734879, bgo#735054, bgo#735338, bgo#735749,
+bgo#736193, bgo#736338, bgo#736557, bgo#736702, bgo#736830,
+bgo#736971, bgo#737251, bgo#737297, bgo#737363, bgo#737386,
+bgo#737439, bgo#737517.
+  + Updated translations.
+
+---

Old:

  gtk+-3.14.0.tar.xz

New:

  gtk+-3.14.1.tar.xz



Other differences:
--
++ gtk3.spec ++
--- /var/tmp/diff_new_pack.gxmu8F/_old  2014-10-05 20:28:11.0 +0200
+++ /var/tmp/diff_new_pack.gxmu8F/_new  2014-10-05 20:28:11.0 +0200
@@ -25,7 +25,7 @@
 
 Name:   gtk3
 %define _name gtk+
-Version:3.14.0
+Version:3.14.1
 Release:0
 Summary:The GTK+ toolkit library (version 3)
 License:LGPL-2.1+

++ gtk+-3.14.0.tar.xz - gtk+-3.14.1.tar.xz ++
/work/SRC/openSUSE:Factory/gtk3/gtk+-3.14.0.tar.xz 
/work/SRC/openSUSE:Factory/.gtk3.new/gtk+-3.14.1.tar.xz differ: char 26, line 1

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



commit webkitgtk for openSUSE:Factory

2014-10-05 Thread h_root
Hello community,

here is the log from the commit of package webkitgtk for openSUSE:Factory 
checked in at 2014-10-05 20:28:02

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


Package is webkitgtk

Changes:

--- /work/SRC/openSUSE:Factory/webkitgtk/webkitgtk.changes  2014-09-30 
19:36:40.0 +0200
+++ /work/SRC/openSUSE:Factory/.webkitgtk.new/webkitgtk.changes 2014-10-05 
20:28:04.0 +0200
@@ -1,0 +2,12 @@
+Mon Sep 29 14:00:02 UTC 2014 - dims...@opensuse.org
+
+- Update to version 2.4.6:
+  + Use free icons for the web inspector.
+  + Make vimeo videos work again with the GStreamer media backend.
+  + Fix selection rendering when unfocused with recent GTK+
+versions.
+  + Fix toggle buttons rendering with recent GTK+ versions.
+  + Fix race condition when downloading a file due to the
+intermediate temporary file.
+
+---
webkitgtk3.changes: same change

Old:

  webkitgtk-2.4.5.tar.xz

New:

  webkitgtk-2.4.6.tar.xz



Other differences:
--
++ webkitgtk.spec ++
--- /var/tmp/diff_new_pack.wGNeWW/_old  2014-10-05 20:28:05.0 +0200
+++ /var/tmp/diff_new_pack.wGNeWW/_new  2014-10-05 20:28:05.0 +0200
@@ -47,7 +47,7 @@
 Summary:Library for rendering web content, GTK+ Port
 License:LGPL-2.0+ and BSD-3-Clause
 Group:  Development/Libraries/C and C++
-Version:2.4.5
+Version:2.4.6
 Release:0
 # FIXME: at some point, figure out a way to remove the hack where we use -g0 
to have successful builds
 # FIXME: get upstream to fix the conflict on gtk-doc docs between gtk2 and 
gtk3 versions

webkitgtk3.spec: same change
++ webkitgtk-2.4.5.tar.xz - webkitgtk-2.4.6.tar.xz ++
/work/SRC/openSUSE:Factory/webkitgtk/webkitgtk-2.4.5.tar.xz 
/work/SRC/openSUSE:Factory/.webkitgtk.new/webkitgtk-2.4.6.tar.xz differ: char 
27, line 1

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



commit ldb for openSUSE:Factory

2014-10-05 Thread h_root
Hello community,

here is the log from the commit of package ldb for openSUSE:Factory checked in 
at 2014-10-05 20:28:06

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


Package is ldb

Changes:

--- /work/SRC/openSUSE:Factory/ldb/ldb.changes  2014-05-26 14:40:22.0 
+0200
+++ /work/SRC/openSUSE:Factory/.ldb.new/ldb.changes 2014-10-05 
20:28:11.0 +0200
@@ -1,0 +2,5 @@
+Tue Sep 23 18:10:04 UTC 2014 - lmue...@suse.com
+
+- BuildRequire docbook-xsl-stylesheets and libxslt to process the man pages.
+
+---



Other differences:
--
++ ldb.spec ++
--- /var/tmp/diff_new_pack.yocQWX/_old  2014-10-05 20:28:12.0 +0200
+++ /var/tmp/diff_new_pack.yocQWX/_new  2014-10-05 20:28:12.0 +0200
@@ -23,6 +23,7 @@
 %define tevent_version 0.9.17
 
 Name:   ldb
+BuildRequires:  docbook-xsl-stylesheets
 %if 0%{?suse_version}  1220
 BuildRequires:  gpg-offline
 %endif
@@ -30,6 +31,7 @@
 BuildRequires:  libtalloc-devel = %{talloc_version}
 BuildRequires:  libtdb-devel = %{tdb_version}
 BuildRequires:  libtevent-devel = %{tevent_version}
+BuildRequires:  libxslt
 BuildRequires:  popt-devel
 BuildRequires:  pytalloc-devel = %{talloc_version}
 BuildRequires:  python-devel
@@ -196,6 +198,13 @@
 %{_bindir}/ldbmodify
 %{_bindir}/ldbrename
 %{_bindir}/ldbsearch
+%{_mandir}/man1/ldbadd.1.gz
+%{_mandir}/man1/ldbdel.1.gz
+%{_mandir}/man1/ldbedit.1.gz
+%{_mandir}/man1/ldbmodify.1.gz
+%{_mandir}/man1/ldbrename.1.gz
+%{_mandir}/man1/ldbsearch.1.gz
+%{_mandir}/man3/ldb.3.gz
 
 %files -n pyldb
 %defattr(-,root,root,-)



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



commit gupnp-igd for openSUSE:Factory

2014-10-05 Thread h_root
Hello community,

here is the log from the commit of package gupnp-igd for openSUSE:Factory 
checked in at 2014-10-05 20:29:10

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


Package is gupnp-igd

Changes:

--- /work/SRC/openSUSE:Factory/gupnp-igd/gupnp-igd.changes  2014-02-11 
10:27:47.0 +0100
+++ /work/SRC/openSUSE:Factory/.gupnp-igd.new/gupnp-igd.changes 2014-10-05 
20:29:13.0 +0200
@@ -1,0 +2,7 @@
+Wed Oct  1 09:14:42 UTC 2014 - dims...@opensuse.org
+
+- Update to version 0.2.4:
+  + Add API to delete mapping by internal IP/port instead of the
+external one.
+
+---

Old:

  gupnp-igd-0.2.3.tar.xz

New:

  gupnp-igd-0.2.4.tar.xz



Other differences:
--
++ gupnp-igd.spec ++
--- /var/tmp/diff_new_pack.bxrEad/_old  2014-10-05 20:29:13.0 +0200
+++ /var/tmp/diff_new_pack.bxrEad/_new  2014-10-05 20:29:13.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   gupnp-igd
-Version:0.2.3
+Version:0.2.4
 Release:0
 Summary:Library to handle UPnP IGD port mapping
 License:LGPL-2.1+

++ gupnp-igd-0.2.3.tar.xz - gupnp-igd-0.2.4.tar.xz ++
 3428 lines of diff (skipped)

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



commit mariadb for openSUSE:Factory

2014-10-05 Thread h_root
Hello community,

here is the log from the commit of package mariadb for openSUSE:Factory checked 
in at 2014-10-05 20:29:12

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


Package is mariadb

Changes:

--- /work/SRC/openSUSE:Factory/mariadb/mariadb.changes  2014-09-28 
19:53:48.0 +0200
+++ /work/SRC/openSUSE:Factory/.mariadb.new/mariadb.changes 2014-10-05 
20:29:14.0 +0200
@@ -1,0 +2,11 @@
+Wed Sep 24 12:54:56 UTC 2014 - michal.hruse...@opensuse.org
+
+- some CentOS/Fedora compatibility
+
+---
+Wed Sep 24 08:08:36 UTC 2014 - michal.hruse...@opensuse.org
+
+- systemd not depending on SUSE version anymore
+- fixing build on distributions with %docdir != %datadir/doc/%name
+
+---



Other differences:
--
++ mariadb.spec ++
--- /var/tmp/diff_new_pack.7kiCSE/_old  2014-10-05 20:29:16.0 +0200
+++ /var/tmp/diff_new_pack.7kiCSE/_new  2014-10-05 20:29:16.0 +0200
@@ -100,7 +100,11 @@
 # required by rcmysql
 Requires:   %{name}-client
 Requires:   %{name}-errormessages = %version
+%if 0%{?suse_version}
 Requires:   perl-base
+%else
+Requires:   perl
+%endif
 # systemd requirements for openSUSE = 12.1
 %if 0%{?suse_version} = 1210
 BuildRequires:  pkgconfig(systemd)
@@ -121,6 +125,11 @@
 Obsoletes:  mysql-Max  %{srv_vers}
 %endif
 Conflicts:  otherproviders(mysql)
+# Compatibility with Fedora/CentOS
+Provides:   mysql-server = %{srv_vers}
+Provides:   mariadb-server = %{srv_vers}
+Conflicts:  otherproviders(mysql-server)
+Conflicts:  otherproviders(mariadb-server)
 
 %description
 MariaDB is a backward compatible, drop-in replacement branch of the MySQL
@@ -541,7 +550,7 @@
 %if %have_info
 %doc %{_infodir}/mysql.info.*
 %endif
-%if 0%{?suse_version} = 1210  0%{?use_systemd}  0
+%if 0%{?use_systemd}  0
 %dir /usr/lib/mysql
 /usr/lib/mysql/rcmysql
 /usr/lib/systemd/system/mysql.service

++ configuration-tweaks.tar.bz2 ++

++ install.inc ++
--- /var/tmp/diff_new_pack.7kiCSE/_old  2014-10-05 20:29:16.0 +0200
+++ /var/tmp/diff_new_pack.7kiCSE/_new  2014-10-05 20:29:16.0 +0200
@@ -86,7 +86,7 @@
 for i in ${DOCS[@]}; do
install -m 644 ${i} ${DOCDIR} || true
 done
-%if 0%{?suse_version} = 1210  0%{?use_systemd}  0
+%if 0%{?use_systemd}  0
 install -D -m 755 %_sourcedir/rc.mysql.systemd 
'%buildroot'/usr/lib/mysql/rcmysql
 sed -i 's|@MYSQLVER@|%{version}|' '%buildroot'/usr/lib/mysql/rcmysql
 ln -sf service '%buildroot'/usr/sbin/rcmysql
@@ -163,6 +163,14 @@
echo '%%dir %%_libdir/mysql/plugin' mysql-client.files
echo '%%_libdir/mysql/plugin/dialog*.so'mysql-client.files
 fi
+if [ %{_defaultdocdir} \!= /usr/share/doc ]; then
 rm -rf '%buildroot'/usr/share/doc/{mysql,mariadb}*
+fi
+if [ %{name} \!= mysql ]; then
+rm -rf '%buildroot'/usr/share/doc/mysql
+fi
+if [ %{name} \!= mariadb ]; then
+rm -rf '%buildroot'/usr/share/doc/mariadb
+fi
 rm -f  '%buildroot'/usr/share/doc/* 2 /dev/null || true
 rm -rf '%buildroot'/usr/share/mysql/{solaris,SELinux}

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



commit yast2-installation-control for openSUSE:Factory

2014-10-05 Thread h_root
Hello community,

here is the log from the commit of package yast2-installation-control for 
openSUSE:Factory checked in at 2014-10-05 20:29:15

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


Package is yast2-installation-control

Changes:

--- 
/work/SRC/openSUSE:Factory/yast2-installation-control/yast2-installation-control.changes
2014-08-29 17:42:59.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.yast2-installation-control.new/yast2-installation-control.changes
   2014-10-05 20:29:17.0 +0200
@@ -1,0 +2,6 @@
+Wed Oct  1 14:14:06 UTC 2014 - an...@suse.com
+
+- Added globals-dhclient_set_hostname (bnc#870896)
+- 3.1.11
+
+---

Old:

  yast2-installation-control-3.1.10.tar.bz2

New:

  yast2-installation-control-3.1.11.tar.bz2



Other differences:
--
++ yast2-installation-control.spec ++
--- /var/tmp/diff_new_pack.CT651i/_old  2014-10-05 20:29:18.0 +0200
+++ /var/tmp/diff_new_pack.CT651i/_new  2014-10-05 20:29:18.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-installation-control
-Version:3.1.10
+Version:3.1.11
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ yast2-installation-control-3.1.10.tar.bz2 - 
yast2-installation-control-3.1.11.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-installation-control-3.1.10/MAINTAINER 
new/yast2-installation-control-3.1.11/MAINTAINER
--- old/yast2-installation-control-3.1.10/MAINTAINER2014-08-28 
09:52:06.0 +0200
+++ new/yast2-installation-control-3.1.11/MAINTAINER2014-10-01 
17:01:11.0 +0200
@@ -1 +1 @@
-Ladislav Slezák lsle...@suse.cz
+Deprecated file. Use `osc maintainer yast2-installation-control` instead.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-installation-control-3.1.10/control/control.rnc 
new/yast2-installation-control-3.1.11/control/control.rnc
--- old/yast2-installation-control-3.1.10/control/control.rnc   2014-08-28 
09:52:06.0 +0200
+++ new/yast2-installation-control-3.1.11/control/control.rnc   2014-10-01 
17:01:11.0 +0200
@@ -60,6 +60,7 @@
 | firewall_enable_ssh
 | enable_sshd
 | write_hostname_to_hosts
+| dhclient_set_hostname
 | run_init_scripts_in_parallel
 | inform_about_suboptimal_distribution
 | skip_language_dialog
@@ -138,6 +139,8 @@
 enable_sshd =  element enable_sshd { BOOLEAN }
 ## Default value whether to write a system hostname to /etc/hosts
 write_hostname_to_hosts =  element write_hostname_to_hosts { 
BOOLEAN }
+## Default value whether to change hostname via DHCP
+dhclient_set_hostname =element dhclient_set_hostname { BOOLEAN 
}
 ## Defines whether startup scripts should run in a parallel mode.
 ## This speeds the starting up but it is worse for debugging.
 run_init_scripts_in_parallel = element run_init_scripts_in_parallel { 
BOOLEAN }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-installation-control-3.1.10/control/control.rng 
new/yast2-installation-control-3.1.11/control/control.rng
--- old/yast2-installation-control-3.1.10/control/control.rng   2014-08-28 
09:52:06.0 +0200
+++ new/yast2-installation-control-3.1.11/control/control.rng   2014-10-01 
17:01:11.0 +0200
@@ -69,6 +69,7 @@
   ref name=firewall_enable_ssh/
   ref name=enable_sshd/
   ref name=write_hostname_to_hosts/
+  ref name=dhclient_set_hostname/
   ref name=run_init_scripts_in_parallel/
   ref name=inform_about_suboptimal_distribution/
   ref name=skip_language_dialog/
@@ -214,6 +215,12 @@
   ref name=BOOLEAN/
 /element
   /define
+  define name=dhclient_set_hostname
+a:documentationDefault value whether to change hostname via 
DHCP/a:documentation
+element name=dhclient_set_hostname
+  ref name=BOOLEAN/
+/element
+  /define
   define name=run_init_scripts_in_parallel
 a:documentationDefines whether startup scripts should run in a parallel 
mode.
 This speeds the starting up but it is worse for debugging./a:documentation
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-installation-control-3.1.10/package/yast2-installation-control.changes
 
new/yast2-installation-control-3.1.11/package/yast2-installation-control.changes
--- 
old/yast2-installation-control-3.1.10/package/yast2-installation-control.changes
2014-08-28 09:52:06.0 +0200

commit yast2-storage for openSUSE:Factory

2014-10-05 Thread h_root
Hello community,

here is the log from the commit of package yast2-storage for openSUSE:Factory 
checked in at 2014-10-05 20:29:09

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


Package is yast2-storage

Changes:

--- /work/SRC/openSUSE:Factory/yast2-storage/yast2-storage.changes  
2014-09-26 10:51:27.0 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-storage.new/yast2-storage.changes 
2014-10-05 20:29:11.0 +0200
@@ -1,0 +2,6 @@
+Wed Oct 01 13:56:52 CEST 2014 - aschn...@suse.de
+
+- removed some code only used by dropped yast2-repair
+- version 3.1.46
+
+---

Old:

  yast2-storage-3.1.45.tar.bz2

New:

  yast2-storage-3.1.46.tar.bz2



Other differences:
--
++ yast2-storage.spec ++
--- /var/tmp/diff_new_pack.AJTtgs/_old  2014-10-05 20:29:12.0 +0200
+++ /var/tmp/diff_new_pack.AJTtgs/_new  2014-10-05 20:29:12.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-storage
-Version:3.1.45
+Version:3.1.46
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ yast2-storage-3.1.45.tar.bz2 - yast2-storage-3.1.46.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-storage-3.1.45/package/yast2-storage.changes 
new/yast2-storage-3.1.46/package/yast2-storage.changes
--- old/yast2-storage-3.1.45/package/yast2-storage.changes  2014-09-24 
17:00:23.0 +0200
+++ new/yast2-storage-3.1.46/package/yast2-storage.changes  2014-10-01 
14:08:14.0 +0200
@@ -1,4 +1,10 @@
 ---
+Wed Oct 01 13:56:52 CEST 2014 - aschn...@suse.de
+
+- removed some code only used by dropped yast2-repair
+- version 3.1.46
+
+---
 Thu Sep 18 16:34:43 CEST 2014 - aschn...@suse.de
 
 - fixed btrfs subvolume handling for non-root devices (bnc#895075)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-storage-3.1.45/package/yast2-storage.spec 
new/yast2-storage-3.1.46/package/yast2-storage.spec
--- old/yast2-storage-3.1.45/package/yast2-storage.spec 2014-09-24 
17:00:23.0 +0200
+++ new/yast2-storage-3.1.46/package/yast2-storage.spec 2014-10-01 
14:08:14.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-storage
-Version:3.1.45
+Version:3.1.46
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-storage-3.1.45/src/clients/inst_disk.rb 
new/yast2-storage-3.1.46/src/clients/inst_disk.rb
--- old/yast2-storage-3.1.45/src/clients/inst_disk.rb   2014-09-24 
17:00:23.0 +0200
+++ new/yast2-storage-3.1.46/src/clients/inst_disk.rb   2014-10-01 
14:08:14.0 +0200
@@ -68,7 +68,7 @@
   Storage.CreateTargetBackup(disk) if !Storage.CheckBackupState(disk)
 
 
-  @handle_dialog = Mode.normal || Mode.repair
+  @handle_dialog = Mode.normal
 
 
   if @handle_dialog
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-storage-3.1.45/src/include/partitioning/custom_part_dialogs.rb 
new/yast2-storage-3.1.46/src/include/partitioning/custom_part_dialogs.rb
--- old/yast2-storage-3.1.45/src/include/partitioning/custom_part_dialogs.rb
2014-09-24 17:00:23.0 +0200
+++ new/yast2-storage-3.1.46/src/include/partitioning/custom_part_dialogs.rb
2014-10-01 14:08:14.0 +0200
@@ -1397,60 +1397,6 @@
 end
 
 
-#FIXME: y2-repair uses this, need to find
-#a better place for it
-def ReallyInstPrepdisk
-  ret = :none
-
-  doto = Storage.ChangeText
-  Builtins.y2milestone(ReallyInstPrepdisk doto:%1, doto)
-
-  if Builtins.size(doto) == 0
-# popup text
-Popup.Message(_(No unsaved changes exist.))
-ret = :back
-  else
-dlg = VBox(
-  VSpacing(1),
-  HSpacing(60),
-  # label text
-  Left(Heading(_(Changes:))),
-  RichText(doto)
-)
-
-UI.OpenDialog(
-  Opt(:decorated, :warncolor),
-  HBox(
-HSpacing(1),
-VBox(
-  dlg,
-  VSpacing(1),
-  # popup text
-  Heading(_( Do you really want to execute these changes?)),
-  VSpacing(1),
-  HBox(
-PushButton(Id(:back), Label.CancelButton),
-HStretch(),
-# button text
-PushButton(Id(:apply), _(Apply)),
-  

commit installation-images-openSUSE for openSUSE:Factory

2014-10-05 Thread h_root
Hello community,

here is the log from the commit of package installation-images-openSUSE for 
openSUSE:Factory checked in at 2014-10-05 20:29:13

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


Package is installation-images-openSUSE

Changes:

--- 
/work/SRC/openSUSE:Factory/installation-images-openSUSE/installation-images-openSUSE.changes
2014-10-01 07:40:36.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.installation-images-openSUSE.new/installation-images-openSUSE.changes
   2014-10-05 20:29:16.0 +0200
@@ -1,0 +2,6 @@
+Wed Oct  1 16:00:22 CEST 2014 - snw...@suse.de
+
+- get server rescue image working
+- 14.144
+
+---

Old:

  installation-images-14.143.tar.xz

New:

  installation-images-14.144.tar.xz



Other differences:
--
++ installation-images-openSUSE.spec ++
--- /var/tmp/diff_new_pack.eiXLhY/_old  2014-10-05 20:29:17.0 +0200
+++ /var/tmp/diff_new_pack.eiXLhY/_new  2014-10-05 20:29:17.0 +0200
@@ -358,10 +358,10 @@
 Summary:Installation Image Files for %theme
 License:GPL-2.0+
 Group:  Metapackages
-Version:14.143
+Version:14.144
 Release:0
 Provides:   installation-images = %version-%release
-Source: installation-images-14.143.tar.xz
+Source: installation-images-14.144.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %define _binary_payload w.ufdio
 

++ installation-images-14.143.tar.xz - installation-images-14.144.tar.xz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/installation-images-14.143/VERSION 
new/installation-images-14.144/VERSION
--- old/installation-images-14.143/VERSION  2014-09-29 15:23:01.0 
+0200
+++ new/installation-images-14.144/VERSION  2014-10-01 16:00:14.0 
+0200
@@ -1 +1 @@
-14.143
+14.144
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/installation-images-14.143/changelog 
new/installation-images-14.144/changelog
--- old/installation-images-14.143/changelog2014-09-29 15:23:43.0 
+0200
+++ new/installation-images-14.144/changelog2014-10-01 16:00:21.0 
+0200
@@ -1,3 +1,6 @@
+2014-10-01:14.144
+   - get server rescue image working
+
 2014-09-29:14.143
- start wpa_supplicant for wicked
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/installation-images-14.143/data/boot/syslinux-rescue.cfg 
new/installation-images-14.144/data/boot/syslinux-rescue.cfg
--- old/installation-images-14.143/data/boot/syslinux-rescue.cfg
2014-01-29 15:46:04.0 +0100
+++ new/installation-images-14.144/data/boot/syslinux-rescue.cfg
2014-10-01 13:54:16.0 +0200
@@ -3,7 +3,7 @@
 # rescue
 label rescue
   kernel linux
-  append initrd=initrd splash=silent rescue=1 showopts
+  append initrd=initrd splash=silent rescue=1 netsetup=1 showopts
 
 ui gfxboot bootlogo message
 implicit   1
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/installation-images-14.143/data/rescue/etc/exports 
new/installation-images-14.144/data/rescue/etc/exports
--- old/installation-images-14.143/data/rescue/etc/exports  1970-01-01 
01:00:00.0 +0100
+++ new/installation-images-14.144/data/rescue/etc/exports  2014-10-01 
12:37:19.0 +0200
@@ -0,0 +1,7 @@
+# See the exports(5) manpage for a description of the syntax of this file.
+# This file contains a list of all directories that are to be exported to 
+# other computers via NFS (Network File System).
+# This file used by rpc.nfsd and rpc.mountd. See their manpages for details
+# on how make changes in this file effective.
+
+/media/repo*(ro,insecure,all_squash,crossmnt,no_subtree_check)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/installation-images-14.143/data/rescue/etc/motd 
new/installation-images-14.144/data/rescue/etc/motd
--- old/installation-images-14.143/data/rescue/etc/motd 1970-01-01 
01:00:00.0 +0100
+++ new/installation-images-14.144/data/rescue/etc/motd 2014-10-01 
13:45:45.0 +0200
@@ -0,0 +1,10 @@
+
+To export the installation repository, mount the DVD to /media/repo.
+For example: 'mount /dev/sr0 /media/repo'.
+
+The repository will be accessible via ftp, nfs, and smb/cifs:
+
+install=ftp://this_host
+install=nfs://this_host/media/repo
+install=smb://this_host/repo
+
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 

commit xkeyboard-config for openSUSE:Factory

2014-10-05 Thread h_root
Hello community,

here is the log from the commit of package xkeyboard-config for 
openSUSE:Factory checked in at 2014-10-05 20:29:16

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


Package is xkeyboard-config

Changes:

--- /work/SRC/openSUSE:Factory/xkeyboard-config/xkeyboard-config.changes
2014-06-18 10:59:19.0 +0200
+++ /work/SRC/openSUSE:Factory/.xkeyboard-config.new/xkeyboard-config.changes   
2014-10-05 20:29:19.0 +0200
@@ -1,0 +2,6 @@
+Wed Oct  1 15:37:45 UTC 2014 - tobias.johannes.klausm...@mni.thm.de
+
+- Update to version 2.13:
+  Code cleanup, small changes and translation updates
+
+---

Old:

  xkeyboard-config-2.12.tar.bz2

New:

  xkeyboard-config-2.13.tar.bz2



Other differences:
--
++ xkeyboard-config.spec ++
--- /var/tmp/diff_new_pack.E0An4C/_old  2014-10-05 20:29:19.0 +0200
+++ /var/tmp/diff_new_pack.E0An4C/_new  2014-10-05 20:29:19.0 +0200
@@ -28,7 +28,7 @@
 Provides:   XFree86:/etc/X11/xkb/symbols/us
 Provides:   xorg-x11:/etc/X11/xkb/symbols/us
 PreReq: /bin/ln /bin/rm
-Version:2.12
+Version:2.13
 Release:0
 Summary:The X Keyboard Extension
 License:GPL-2.0+ and LGPL-2.1+ and MIT and CDDL-1.0

++ xkeyboard-config-2.12.tar.bz2 - xkeyboard-config-2.13.tar.bz2 ++
 57798 lines of diff (skipped)

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



commit at for openSUSE:Factory

2014-10-05 Thread h_root
Hello community,

here is the log from the commit of package at for openSUSE:Factory checked in 
at 2014-10-05 20:30:31

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


Package is at

Changes:

--- /work/SRC/openSUSE:Factory/at/at.changes2014-10-01 11:22:15.0 
+0200
+++ /work/SRC/openSUSE:Factory/.at.new/at.changes   2014-10-05 
20:30:33.0 +0200
@@ -1,0 +2,6 @@
+Tue Sep 30 13:20:21 UTC 2014 - jeng...@inai.de
+
+- Add at-sane-envkeys.diff to skip exporting variables with
+  awkward keys [bsc#899160]
+
+---

New:

  at-sane-envkeys.diff



Other differences:
--
++ at.spec ++
--- /var/tmp/diff_new_pack.gEFpc8/_old  2014-10-05 20:30:35.0 +0200
+++ /var/tmp/diff_new_pack.gEFpc8/_new  2014-10-05 20:30:35.0 +0200
@@ -60,6 +60,7 @@
 Patch24:at-backport-old-privs.patch
 #PATCH-FEATURE-UPSTREAM introduce -o timeformat argument for atq (bnc#879402)
 Patch25:at-atq-timeformat.patch
+Patch26:at-sane-envkeys.diff
 
 BuildRequires:  autoconf = 2.69
 BuildRequires:  automake
@@ -105,6 +106,7 @@
 %patch23 -p1
 %patch24 -p1
 %patch25
+%patch26 -p1
 
 %build
 rm -fv y.tab.c y.tab.h lex.yy.c lex.yy.o y.tab.o

++ at-sane-envkeys.diff ++
From: Jan Engelhardt jeng...@inai.de
Date: 2014-09-30 15:15:52.645631792 +0200
X-Status: fixes an upstream issue

Shells generally only allow setting environment variables whose keys
are of the form /^[A-Z_][A-Z0-9_]/i. Exporting anything else is going
to end in disaster (sh throwing syntax errors).

---
 at.c |   24 ++--
 1 file changed, 22 insertions(+), 2 deletions(-)

Index: at-3.1.14/at.c
===
--- at-3.1.14.orig/at.c
+++ at-3.1.14/at.c
@@ -225,6 +225,23 @@ nextjob()
 return jobno;
 }
 
+/**
+ * @s: string in the form of key=value and \0-terminated
+ * @n: length of key portion
+ */
+static bool legit_key(const char *s, size_t n)
+{
+   /* First char has extra restrictions: must not be a digit */
+   if (!isalpha(*s)  *s != '_')
+   return false;
+   for (; n--  0; ++s) {
+   if (!isalnum(*s)  *s != '_')
+   return false;
+   ++s;
+   }
+   return true;
+}
+
 static void
 writefile(time_t runtimer, char queue)
 {
@@ -403,7 +420,10 @@ writefile(time_t runtimer, char queue)
eqp++;
}
 
-   if (export) {
+   if (!export || !legit_key(*atenv, eqp - *atenv)) {
+   continue;
+   }
+
fwrite(*atenv, sizeof(char), eqp - *atenv, fp);
for (ap = eqp; *ap != '\0'; ap++) {
if (*ap == '\n')
@@ -439,7 +459,6 @@ writefile(time_t runtimer, char queue)
fwrite(*atenv, sizeof(char), eqp - *atenv - 1, fp);
fputc('\n', fp);
 
-   }
 }
 /* Cd to the directory at the time and write out all the
  * commands the user supplies from stdin.
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit xdm for openSUSE:Factory

2014-10-05 Thread h_root
Hello community,

here is the log from the commit of package xdm for openSUSE:Factory checked in 
at 2014-10-05 20:30:26

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


Package is xdm

Changes:

--- /work/SRC/openSUSE:Factory/xdm/xdm.changes  2014-08-06 11:41:37.0 
+0200
+++ /work/SRC/openSUSE:Factory/.xdm.new/xdm.changes 2014-10-05 
20:30:28.0 +0200
@@ -1,0 +2,6 @@
+Thu Oct  2 09:37:54 UTC 2014 - sndir...@suse.com
+
+- sysconfig.displaymanager/DM list: added lightdm,sddm; removed
+  kdm3,kdm4 (bnc#898876)
+
+---



Other differences:
--
++ xdm.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/var/adm/fillup-templates/sysconfig.displaymanager 
new/var/adm/fillup-templates/sysconfig.displaymanager
--- old/var/adm/fillup-templates/sysconfig.displaymanager   2014-03-04 
13:53:31.0 +0100
+++ new/var/adm/fillup-templates/sysconfig.displaymanager   2014-10-02 
11:37:16.0 +0200
@@ -1,7 +1,7 @@
 ## Path:   Desktop/Display manager
 ## Description:settings to generate a proper displaymanager config
 
-## Type:   string(kdm,kdm3,kdm4,xdm,gdm,wdm,entrance,console)
+## Type:   string(kdm,xdm,gdm,wdm,entrance,console,lightdm,sddm)
 ## Default:
 #
 # Here you can set the default Display manager 
(kdm/xdm/gdm/wdm/entrance/console).

-- 
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-10-05 Thread h_root
Hello community,

here is the log from the commit of package xen for openSUSE:Factory checked in 
at 2014-10-05 20:30:33

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-09-25 09:33:43.0 
+0200
+++ /work/SRC/openSUSE:Factory/.xen.new/xen.changes 2014-10-05 
20:30:37.0 +0200
@@ -1,0 +2,7 @@
+Tue Sep 30 09:01:16 MDT 2014 - carn...@suse.com
+
+- bnc#897657 - VUL-0: CVE-2014-7188: xen: XSA-108 Improper MSR
+  range used for x2APIC emulation
+  xsa108.patch
+
+---
@@ -27,2 +34,2 @@
-- bnc#895802 - VUL-0: xen: XSA-106: Missing privilege level checks
-  in x86 emulation of software interrupts
+- bnc#895802 - VUL-0: CVE-2014-7156: xen: XSA-106: Missing
+  privilege level checks in x86 emulation of software interrupts
@@ -30,2 +37,2 @@
-- bnc#895799 - VUL-0: xen: XSA-105: Missing privilege level checks
-  in x86 HLT, LGDT, LIDT, and LMSW emulation
+- bnc#895799 - VUL-0: CVE-2014-7155: xen: XSA-105: Missing
+  privilege level checks in x86 HLT, LGDT, LIDT, and LMSW emulation
@@ -33,2 +40,2 @@
-- bnc#895798 - VUL-0: xen: XSA-104: Race condition in
-  HVMOP_track_dirty_vram
+- bnc#895798 - VUL-0: CVE-2014-7154: xen: XSA-104: Race condition
+  in HVMOP_track_dirty_vram

New:

  xsa108.patch



Other differences:
--
++ xen.spec ++
--- /var/tmp/diff_new_pack.rBfrIa/_old  2014-10-05 20:30:41.0 +0200
+++ /var/tmp/diff_new_pack.rBfrIa/_new  2014-10-05 20:30:41.0 +0200
@@ -15,6 +15,7 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 # needssslcertforbuild
 
 Name:   xen
@@ -240,6 +241,7 @@
 Patch105:   xsa105.patch
 Patch106:   xsa106.patch
 Patch107:   xsa107.patch
+Patch108:   xsa108.patch
 # Upstream qemu
 Patch250:   VNC-Support-for-ExtendedKeyEvent-client-message.patch
 Patch251:   0001-net-move-the-tap-buffer-into-TAPState.patch
@@ -636,6 +638,7 @@
 %patch105 -p1
 %patch106 -p1
 %patch107 -p1
+%patch108 -p1
 # Upstream qemu patches
 %patch250 -p1
 %patch251 -p1


++ xsa108.patch ++
x86/HVM: properly bound x2APIC MSR range

While the write path change appears to be purely cosmetic (but still
gets done here for consistency), the read side mistake permitted
accesses beyond the virtual APIC page.

This is XSA-108.

Signed-off-by: Jan Beulich jbeul...@suse.com

--- a/xen/arch/x86/hvm/hvm.c
+++ b/xen/arch/x86/hvm/hvm.c
@@ -3101,7 +3101,7 @@ int hvm_msr_read_intercept(unsigned int 
 *msr_content = vcpu_vlapic(v)-hw.apic_base_msr;
 break;
 
-case MSR_IA32_APICBASE_MSR ... MSR_IA32_APICBASE_MSR + 0x3ff:
+case MSR_IA32_APICBASE_MSR ... MSR_IA32_APICBASE_MSR + 0xff:
 if ( hvm_x2apic_msr_read(v, msr, msr_content) )
 goto gp_fault;
 break;
@@ -3227,7 +3227,7 @@ int hvm_msr_write_intercept(unsigned int
 vlapic_tdt_msr_set(vcpu_vlapic(v), msr_content);
 break;
 
-case MSR_IA32_APICBASE_MSR ... MSR_IA32_APICBASE_MSR + 0x3ff:
+case MSR_IA32_APICBASE_MSR ... MSR_IA32_APICBASE_MSR + 0xff:
 if ( hvm_x2apic_msr_write(v, msr, msr_content) )
 goto gp_fault;
 break;
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit live555 for openSUSE:Factory

2014-10-05 Thread h_root
Hello community,

here is the log from the commit of package live555 for openSUSE:Factory checked 
in at 2014-10-05 20:30:27

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


Package is live555

Changes:

--- /work/SRC/openSUSE:Factory/live555/live555.changes  2013-05-07 
15:32:23.0 +0200
+++ /work/SRC/openSUSE:Factory/.live555.new/live555.changes 2014-10-05 
20:30:29.0 +0200
@@ -1,0 +2,15 @@
+Thu Oct  2 10:45:02 UTC 2014 - dims...@opensuse.org
+
+- Update to 2014.09.22:
+  + Changed the way in which the RTSPServer code handles incoming
+OPTIONS commands that contain a Session: header. If the
+Session: header contains a session id that does not exist,
+then we now return a Session Not Found error (even though the
+handling of the OPTIONS command is not session-specific).
+This new behavior will help proxy servers (that use our
+RTSPServer implementation as a 'back-end' server) better
+detect when the back-end server has restarted while streaming.
+  + For all other changes since 2013.04.30, please see
+http://www.live555.com/liveMedia/public/changelog.txt.
+
+---

Old:

  live.2013.04.30.tar.gz

New:

  live.2014.09.22.tar.gz



Other differences:
--
++ live555.spec ++
--- /var/tmp/diff_new_pack.Une69n/_old  2014-10-05 20:30:30.0 +0200
+++ /var/tmp/diff_new_pack.Une69n/_new  2014-10-05 20:30:30.0 +0200
@@ -1,6 +1,7 @@
 #
-# spec file for package vlc
+# spec file for package live555
 #
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 # Copyright (c) 2013 Dominique Leuenberger, Amsterdam, The Netherlands
 #
 # All modifications and additions to the file contributed by third parties
@@ -15,19 +16,19 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   live555
-Version:2013.04.30
+Version:2014.09.22
 Release:1.1
-License:LGPL-2.1
 Summary:LIVE555 Streaming Media
-Url:http://www.live555.com/liveMedia/
+License:LGPL-2.1
 Group:  System/Libraries
+Url:http://www.live555.com/liveMedia/
 Source: http://www.live555.com/liveMedia/public/live.%{version}.tar.gz
 # PATCH-MISSING-TAG -- See 
http://wiki.opensuse.org/openSUSE:Packaging_Patches_guidelines
 Patch0: %{name}-fpic.patch
 BuildRequires:  gcc-c++
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-Packager:  Dominique Leuenberger dominique-...@leuenberger.net
 
 %description
 This code forms a set of C++ libraries for multimedia streaming,
@@ -54,7 +55,6 @@
 ./genMakefiles linux
 make %{?_smp_mflags}
 
-
 %install
 install -d -m 755 %{buildroot}%{_libdir}/live
 install -d -m 755 %{buildroot}%{_includedir}

++ live.2013.04.30.tar.gz - live.2014.09.22.tar.gz ++
 27275 lines of diff (skipped)

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



commit libotf for openSUSE:Factory

2014-10-05 Thread h_root
Hello community,

here is the log from the commit of package libotf for openSUSE:Factory checked 
in at 2014-10-05 20:30:30

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


Package is libotf

Changes:

--- /work/SRC/openSUSE:Factory/libotf/libotf.changes2014-06-19 
13:08:43.0 +0200
+++ /work/SRC/openSUSE:Factory/.libotf.new/libotf.changes   2014-10-05 
20:30:32.0 +0200
@@ -1,0 +2,5 @@
+Wed Oct  1 20:51:46 UTC 2014 - crrodrig...@opensuse.org
+
+ Cleanup buildRequires, removing use of xorg-x11-devel. 
+
+---



Other differences:
--
++ libotf.spec ++
--- /var/tmp/diff_new_pack.VUZQ3v/_old  2014-10-05 20:30:33.0 +0200
+++ /var/tmp/diff_new_pack.VUZQ3v/_new  2014-10-05 20:30:33.0 +0200
@@ -31,9 +31,12 @@
 Patch:  libotf-warning-fixes.diff
 # patch not sent upstream, because m17n.org is currently down
 Patch1: libotf-automake-1.13.diff
-BuildRequires:  freetype2-devel
 BuildRequires:  libtool
-BuildRequires:  xorg-x11-devel
+BuildRequires:  pkgconfig
+BuildRequires:  pkgconfig(freetype2)
+BuildRequires:  pkgconfig(x11)
+BuildRequires:  pkgconfig(xaw7)
+BuildRequires:  pkgconfig(xt)
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -52,7 +55,6 @@
 Summary:Include Files and Libraries mandatory for Development
 Group:  Development/Libraries/Other
 Requires:   %{name} = %{version}
-Requires:   freetype2-devel
 
 %description devel
 This package contains all necessary include files and libraries needed

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



commit usb_modeswitch for openSUSE:Factory

2014-10-05 Thread h_root
Hello community,

here is the log from the commit of package usb_modeswitch for openSUSE:Factory 
checked in at 2014-10-05 20:30:29

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


Package is usb_modeswitch

Changes:

--- /work/SRC/openSUSE:Factory/usb_modeswitch/usb_modeswitch.changes
2014-06-05 10:49:52.0 +0200
+++ /work/SRC/openSUSE:Factory/.usb_modeswitch.new/usb_modeswitch.changes   
2014-10-05 20:30:31.0 +0200
@@ -1,0 +2,5 @@
+Thu Oct  2 10:35:44 UTC 2014 - and...@opensuse.org
+
+- upgraded the data package to version 20140529
+
+---
@@ -32,0 +38 @@
+

Old:

  usb-modeswitch-data-20140327.tar.bz2

New:

  usb-modeswitch-data-20140529.tar.bz2



Other differences:
--
++ usb_modeswitch.spec ++
--- /var/tmp/diff_new_pack.MuOVyP/_old  2014-10-05 20:30:32.0 +0200
+++ /var/tmp/diff_new_pack.MuOVyP/_new  2014-10-05 20:30:32.0 +0200
@@ -30,7 +30,7 @@
 Group:  Hardware/Mobile
 Url:http://www.draisberghof.de/usb_modeswitch
 %define source_nameusb-modeswitch
-%define date   20140327
+%define date   20140529
 Source0:
http://www.draisberghof.de/usb_modeswitch/%{source_name}-%{version}.tar.bz2
 Source1:
http://www.draisberghof.de/usb_modeswitch/%{source_name}-data-%{date}.tar.bz2
 Source2:http://www.draisberghof.de/usb_modeswitch/device_reference.txt

++ huawei-timing.patch ++
--- /var/tmp/diff_new_pack.MuOVyP/_old  2014-10-05 20:30:32.0 +0200
+++ /var/tmp/diff_new_pack.MuOVyP/_new  2014-10-05 20:30:32.0 +0200
@@ -1,21 +1,21 @@
-diff -u -r usb-modeswitch-data-20120531.org/40-usb_modeswitch.rules 
usb-modeswitch-data-20120531/40-usb_modeswitch.rules
 usb-modeswitch-data-20121109.org/40-usb_modeswitch.rules   2012-12-03 
14:15:48.751958694 +0200
-+++ usb-modeswitch-data2-0121109/40-usb_modeswitch.rules   2012-12-03 
14:16:49.063343878 +0200
-@@ -525,6 +525,9 @@
- # Huawei E173s
- ATTR{idVendor}==12d1, ATTR{idProduct}==1c0b, RUN+=usb_modeswitch '%b/%k'
+diff -uNr usb-modeswitch-data-20140529/40-usb_modeswitch.rules 
new-usb-modeswitch-data-20140529/40-usb_modeswitch.rules
+--- usb-modeswitch-data-20140529/40-usb_modeswitch.rules   2014-05-29 
21:51:51.0 +0200
 new-usb-modeswitch-data-20140529/40-usb_modeswitch.rules   2014-10-02 
13:02:06.847608203 +0200
+@@ -21,7 +21,7 @@
  
-+# Huawei E173s
-+ATTRS{idVendor}==12d1, ATTRS{idProduct}==1c00, RUN+=usb_modeswitch -w 
3000 '%b/%k'
-+
- # Huawei GP02 (E587 Variant)
- ATTR{idVendor}==12d1, ATTR{idProduct}==1c1b, RUN+=usb_modeswitch '%b/%k'
  
-diff -u -r usb-modeswitch-data-20120531.org/usb_modeswitch.d/12d1:1c0b 
usb-modeswitch-data-20120531/usb_modeswitch.d/12d1:1c0b
 usb-modeswitch-data-20121109.org/usb_modeswitch.d/12d1:1c0b
2012-12-03 14:15:48.754958714 +0200
-+++ usb-modeswitch-data-20121109/usb_modeswitch.d/12d1:1c0b2012-12-03 
14:17:35.495640324 +0200
+ # Generic entry for all Huawei devices
+-ATTRS{idVendor}==12d1, ATTR{bInterfaceNumber}==00, 
ATTR{bInterfaceClass}==08, RUN+=usb_modeswitch '%b/%k'
++ATTRS{idVendor}==12d1, ATTR{bInterfaceNumber}==00, 
ATTR{bInterfaceClass}==08, RUN+=usb_modeswitch -w 3000 '%b/%k'
+ 
+ # HP LaserJet Professional P1102
+ ATTR{idVendor}==03f0, ATTR{idProduct}==002a, RUN+=usb_modeswitch '%b/%k'
+diff -uNr usb-modeswitch-data-20140529/usb_modeswitch.d/12d1:1c0b 
new-usb-modeswitch-data-20140529/usb_modeswitch.d/12d1:1c0b
+--- usb-modeswitch-data-20140529/usb_modeswitch.d/12d1:1c0b2014-05-29 
14:57:00.0 +0200
 new-usb-modeswitch-data-20140529/usb_modeswitch.d/12d1:1c0b
2014-10-02 13:01:32.617257701 +0200
 @@ -2,3 +2,4 @@
  TargetVendor=0x12d1
  TargetProductList=1c05,1c07,1c08,1c10
- 
MessageContent=5553424312345678001106200101000100
+ HuaweiNewMode=1
 +WaitBefore=3
+\ No newline at end of file

++ usb-modeswitch-data-20140327.tar.bz2 - 
usb-modeswitch-data-20140529.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/usb-modeswitch-data-20140327/40-usb_modeswitch.rules 
new/usb-modeswitch-data-20140529/40-usb_modeswitch.rules
--- old/usb-modeswitch-data-20140327/40-usb_modeswitch.rules2014-03-26 
20:58:31.0 +0100
+++ new/usb-modeswitch-data-20140529/40-usb_modeswitch.rules2014-05-29 
21:51:51.0 +0200
@@ -1,6 +1,6 @@
-# Part of usb-modeswitch-data, version 20140327
+# Part of usb-modeswitch-data, version 20140529
 #
-# Works with usb_modeswitch versions = 2.1.0 (introduction of StandardEject)
+# Works with usb_modeswitch versions = 2.2.0 

commit mdds for openSUSE:Factory

2014-10-05 Thread h_root
Hello community,

here is the log from the commit of package mdds for openSUSE:Factory checked in 
at 2014-10-05 20:30:32

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


Package is mdds

Changes:

--- /work/SRC/openSUSE:Factory/mdds/mdds.changes2014-04-26 
10:08:30.0 +0200
+++ /work/SRC/openSUSE:Factory/.mdds.new/mdds.changes   2014-10-05 
20:30:35.0 +0200
@@ -1,0 +2,7 @@
+Mon Sep 29 13:45:42 UTC 2014 - tchva...@suse.com
+
+- Version bump to 0.11.0:
+  * added sorted_string_map
+  * multi_type_vector bugfixes
+
+---

Old:

  mdds_0.10.3.tar.bz2

New:

  mdds_0.11.0.tar.bz2



Other differences:
--
++ mdds.spec ++
--- /var/tmp/diff_new_pack.fZKFYN/_old  2014-10-05 20:30:36.0 +0200
+++ /var/tmp/diff_new_pack.fZKFYN/_new  2014-10-05 20:30:36.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   mdds
-Version:0.10.3
+Version:0.11.0
 Release:0
 Summary:A collection of multi-dimensional data structure and indexing 
algorithm
 License:MIT

++ mdds_0.10.3.tar.bz2 - mdds_0.11.0.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mdds_0.10.3/Makefile.in new/mdds_0.11.0/Makefile.in
--- old/mdds_0.10.3/Makefile.in 2014-04-23 21:22:00.0 +0200
+++ new/mdds_0.11.0/Makefile.in 2014-09-18 20:06:38.0 +0200
@@ -19,7 +19,8 @@
multi_type_matrix_test \
rectangle_set_test \
multi_type_vector_test_default \
-   multi_type_vector_test_custom
+   multi_type_vector_test_custom \
+   sorted_string_map_test
 
 HEADERS= \
@top_srcdir@/$(INCDIR)/mdds/compat/unique_ptr.hpp \
@@ -43,6 +44,8 @@
@top_srcdir@/$(INCDIR)/mdds/rectangle_set_def.inl \
@top_srcdir@/$(INCDIR)/mdds/rectangle_set.hpp \
@top_srcdir@/$(INCDIR)/mdds/segment_tree.hpp \
+   @top_srcdir@/$(INCDIR)/mdds/sorted_string_map_def.inl \
+   @top_srcdir@/$(INCDIR)/mdds/sorted_string_map.hpp \
@top_srcdir@/$(INCDIR)/mdds/multi_type_vector.hpp \
@top_srcdir@/$(INCDIR)/mdds/multi_type_vector_custom_func1.hpp \
@top_srcdir@/$(INCDIR)/mdds/multi_type_vector_custom_func2.hpp \
@@ -63,7 +66,8 @@
test.st \
test.mtm \
test.mtv \
-   test.mtmatrix
+   test.mtmatrix \
+   test.ssmap
 
 TESTS_MEM = \
test.pqt.mem \
@@ -72,6 +76,7 @@
test.st.mem \
test.mtm.mem \
test.mtmatrix \
+   test.ssmap
 
 # You may add $(TESTS_MEM) if valgrind is available on your platform
 ALL_TESTS = $(TESTS)
@@ -111,6 +116,9 @@
 $(OBJDIR)/multi_type_matrix_test.o: 
@top_srcdir@/$(SRCDIR)/multi_type_matrix_test.cpp $(DEPENDS)
$(CXX) $(CPPFLAGS) -c -o $@ 
@top_srcdir@/$(SRCDIR)/multi_type_matrix_test.cpp
 
+$(OBJDIR)/sorted_string_map_test.o: 
@top_srcdir@/$(SRCDIR)/sorted_string_map_test.cpp $(DEPENDS)
+   $(CXX) $(CPPFLAGS) -c -o $@ 
@top_srcdir@/$(SRCDIR)/sorted_string_map_test.cpp
+
 flat_segment_tree_test: pre $(OBJDIR)/flat_segment_tree_test.o
$(CXX) $(LDFLAGS) $(OBJDIR)/flat_segment_tree_test.o -o $@
 
@@ -138,6 +146,9 @@
 multi_type_matrix_test: pre $(OBJDIR)/multi_type_matrix_test.o
$(CXX) $(LDFLAGS) $(OBJDIR)/multi_type_matrix_test.o -o $@
 
+sorted_string_map_test: pre $(OBJDIR)/sorted_string_map_test.o
+   $(CXX) $(LDFLAGS) $(OBJDIR)/sorted_string_map_test.o -o $@
+
 multi_type_vector_test: multi_type_vector_test_default 
multi_type_vector_test_custom multi_type_vector_test_perf
 
 stlperf_test: pre @top_srcdir@/$(SRCDIR)/stlperf_test.cpp
@@ -208,6 +219,12 @@
 test.mtmatrix.mem: multi_type_matrix_test
valgrind --tool=memcheck --leak-check=full ./multi_type_matrix_test func
 
+test.ssmap: sorted_string_map_test
+   ./sorted_string_map_test func
+
+test.ssmap.mem: sorted_string_map_test
+   valgrind --tool=memcheck --leak-check=full ./sorted_string_map_test func
+
 test.stl: stlperf_test
./stlperf_test
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mdds_0.10.3/NEWS new/mdds_0.11.0/NEWS
--- old/mdds_0.10.3/NEWS2014-04-23 21:22:00.0 +0200
+++ new/mdds_0.11.0/NEWS2014-09-18 20:06:38.0 +0200
@@ -1,3 +1,24 @@
+mdds 0.11.0
+
+* sorted_string_map (new)
+
+  * new data structure to support efficient mapping of textural keys
+to numeric values when the key values are known at compile time.
+
+* multi_type_vector
+
+  * fixed a bug in transfer() where two adjacent blocks of identical
+type would fail to be merged in some circumstances.
+
+  * added shrink_to_fit() to allow trimming of any 

commit libreoffice for openSUSE:Factory

2014-10-05 Thread h_root
Hello community,

here is the log from the commit of package libreoffice for openSUSE:Factory 
checked in at 2014-10-05 20:30:34

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


Package is libreoffice

Changes:

--- /work/SRC/openSUSE:Factory/libreoffice/libreoffice.changes  2014-09-05 
09:34:22.0 +0200
+++ /work/SRC/openSUSE:Factory/.libreoffice.new/libreoffice.changes 
2014-10-05 20:30:51.0 +0200
@@ -1,0 +2,36 @@
+Wed Oct  1 12:24:03 UTC 2014 - tchva...@suse.com
+
+- Fix the timestamp on docu (remove)
+- Try to silence postinst warning during verfication
+- Fix wrong obsolete lines
+
+---
+Mon Sep 29 13:54:08 UTC 2014 - tchva...@suse.com
+
+- Disable mergedlibs for now as it is not tested enough and broke
+- Added patch:
+  * libreoffice-mergedlibs-circular-deps.patch
+
+---
+Sat Sep 27 15:46:43 UTC 2014 - tchva...@suse.com
+
+- Remove configure warning
+
+---
+Sat Sep 27 15:38:07 UTC 2014 - tchva...@suse.com
+
+- Version bump to 4.3.2.2:
+  * Various small bugfixes found from 4.3.1
+
+---
+Fri Sep 19 13:53:23 UTC 2014 - tchva...@suse.com
+
+- Try to handle collada coinmp and gltf properly.
+
+---
+Fri Sep 19 11:11:42 UTC 2014 - tchva...@suse.com
+
+- Do not remove folders too early in the link-to-ooo-home
+  * this fixes warning about trying to remove dir
+
+---

Old:

  libreoffice-4.3.1.2.tar.xz
  libreoffice-help-4.3.1.2.tar.xz
  libreoffice-translations-4.3.1.2.tar.xz

New:

  libreoffice-4.3.2.2.tar.xz
  libreoffice-help-4.3.2.2.tar.xz
  libreoffice-mergedlibs-circular-deps.patch
  libreoffice-translations-4.3.2.2.tar.xz



Other differences:
--
++ libreoffice.spec ++
--- /var/tmp/diff_new_pack.C0v5kv/_old  2014-10-05 20:31:00.0 +0200
+++ /var/tmp/diff_new_pack.C0v5kv/_new  2014-10-05 20:31:00.0 +0200
@@ -29,10 +29,10 @@
 %define numbertext_version 0.9.5
 # Urls
 %define external_url   http://dev-www.libreoffice.org/src/
-%define tarball_url
http://download.documentfoundation.org/libreoffice/src/4.3.1/
+%define tarball_url
http://download.documentfoundation.org/libreoffice/src/4.3.2/
 # This is used due to the need for beta releases
 Name:   libreoffice
-Version:4.3.1.2
+Version:4.3.2.2
 Release:0
 Summary:A Free Office Suite (Framework)
 License:Apache-2.0 and Artistic-1.0 and BSD-3-Clause and BSD-4-Clause 
and GPL-2.0+ and LPPL-1.3c and LGPL-2.1+ and LGPL-3.0 and MPL-1.1 and MIT and 
SUSE-Public-Domain and W3C
@@ -88,6 +88,8 @@
 # LO never worked well with it
 Patch13:jvmfwk-disable-gcj.diff
 Patch14:libreoffice-4.3.0.3-themes-symlinks.patch
+# Mergedlibs are broken as they circdep on each other
+Patch15:libreoffice-mergedlibs-circular-deps.patch
 # try to save space by using hardlinks
 Patch990:   install-with-hardlinks.diff
 BuildRequires:  ImageMagick
@@ -147,6 +149,7 @@
 BuildRequires:  libfonts
 BuildRequires:  libformula
 BuildRequires:  libfreehand-devel
+BuildRequires:  libgltf-devel
 BuildRequires:  libicu-devel
 BuildRequires:  libkde4-devel
 BuildRequires:  liblangtag-devel
@@ -649,7 +652,7 @@
 fi \
 \
 %postun %{1} \
-if [ $1 = 0 -a -f %{_datadir}/libreoffice/%{1}_list.txt ]; then \
+if [ $1 = 0 -a -f %{_datadir}/libreoffice/%{1}_list.txt -a -f 
%{_datadir}/libreoffice/link-to-ooo-home ]; then \
 %{_datadir}/libreoffice/link-to-ooo-home --unlink 
%{_datadir}/libreoffice/%{1}_list.txt || true \
 rm -f %{_datadir}/libreoffice/%{1}_list.txt 2 /dev/null || true \
 fi \
@@ -748,7 +751,7 @@
 } \
 %{-p: \
 Provides: %{name}-help-%{-p*} = %{version} \
-Obsoletes: %{name}-help-%{-p*} = %{version} \
+Obsoletes: %{name}-help-%{-p*}  %{version} \
 } \
 } \
 \
@@ -861,10 +864,15 @@
 %patch12
 %patch13 -p1
 %patch14 -p1
+%patch15 -p1
 %patch990 -p1
 # 256x256 icons
 tar -xjf %{SOURCE20}
 
+# Do not generate doxygen timestamp
+echo HTML_TIMESTAMP = NO  odk/docs/cpp/Doxyfile
+echo HTML_TIMESTAMP = NO  odk/docs/idl/Doxyfile
+
 %build
 # Parallel build settings ...
 lo_jobs=%{?jobs:%{jobs}}
@@ -950,7 +958,7 @@
 --enable-release-build \
 --enable-split-app-modules \
 --enable-split-opt-features \
---enable-mergelibs \
+--disable-mergelibs \
 --enable-cairo-canvas \
 --enable-graphite 

commit python for openSUSE:Factory

2014-10-05 Thread h_root
Hello community,

here is the log from the commit of package python for openSUSE:Factory checked 
in at 2014-10-05 20:30:36

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


Package is python

Changes:

--- /work/SRC/openSUSE:Factory/python/python-base.changes   2014-07-28 
06:31:18.0 +0200
+++ /work/SRC/openSUSE:Factory/.python.new/python-base.changes  2014-10-05 
20:31:03.0 +0200
@@ -1,0 +2,9 @@
+Tue Sep 30 15:06:15 UTC 2014 - jmate...@suse.com
+
+- update to 2.7.8
+  * bugfix-only release, dozens of bugs fixed
+  * fixes CVE-2014-4650 directory traversal in CGIHTTPServer
+  * fixes CVE-2014-7185 (bnc#898572) potential buffer overflow in buffer()
+- dropped upstreamed CVE-2014-4650-CGIHTTPserver-traversal.patch
+
+---
--- /work/SRC/openSUSE:Factory/python/python-doc.changes2014-06-25 
15:24:07.0 +0200
+++ /work/SRC/openSUSE:Factory/.python.new/python-doc.changes   2014-10-05 
20:31:03.0 +0200
@@ -1,0 +2,5 @@
+Tue Sep 30 15:32:07 UTC 2014 - jmate...@suse.com
+
+- update to 2.7.8
+
+---
--- /work/SRC/openSUSE:Factory/python/python.changes2014-06-25 
15:24:07.0 +0200
+++ /work/SRC/openSUSE:Factory/.python.new/python.changes   2014-10-05 
20:31:03.0 +0200
@@ -1,0 +2,6 @@
+Tue Sep 30 15:27:40 UTC 2014 - jmate...@suse.com
+
+- update to 2.7.8
+  * bugfix-only release, dozens of bugs fixed
+
+---

Old:

  CVE-2014-4650-CGIHTTPServer-traversal.patch
  Python-2.7.7.tar.xz
  Python-2.7.7.tar.xz.asc
  python-2.7.7-docs-html.tar.bz2
  python-2.7.7-docs-pdf-a4.tar.bz2
  python-2.7.7-docs-pdf-letter.tar.bz2

New:

  Python-2.7.8.tar.xz
  Python-2.7.8.tar.xz.asc
  python-2.7.8-docs-html.tar.bz2
  python-2.7.8-docs-pdf-a4.tar.bz2
  python-2.7.8-docs-pdf-letter.tar.bz2



Other differences:
--
++ python-base.spec ++
--- /var/tmp/diff_new_pack.Vo2fyt/_old  2014-10-05 20:31:05.0 +0200
+++ /var/tmp/diff_new_pack.Vo2fyt/_new  2014-10-05 20:31:05.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   python-base
-Version:2.7.7
+Version:2.7.8
 Release:0
 Summary:Python Interpreter base package
 License:Python-2.0
@@ -57,8 +57,6 @@
 # CVE-2013-1752 patches missing in 2.7.6: imaplib, poplib, smtplib
 Patch28:smtplib_maxline-2.7.patch
 Patch29:python-2.7.6-poplib.patch
-# CVE-2014-4650 - File disclosure and directory traversal in CGIHTTPServer
-Patch30:CVE-2014-4650-CGIHTTPServer-traversal.patch
 # remove link count optimization that breaks mhlib on btrfs (and possibly 
elsewhere)
 Patch31:python-2.7.7-mhlib-linkcount.patch
 # COMMON-PATCH-END
@@ -153,7 +151,6 @@
 %patch26 -p1
 %patch28 -p1
 %patch29 -p1
-%patch30 -p1
 %patch31 -p1
 
 # drop Autoconf version requirement

++ python-doc.spec ++
--- /var/tmp/diff_new_pack.Vo2fyt/_old  2014-10-05 20:31:05.0 +0200
+++ /var/tmp/diff_new_pack.Vo2fyt/_new  2014-10-05 20:31:05.0 +0200
@@ -16,7 +16,7 @@
 #
 
 Name:   python-doc
-Version:2.7.7
+Version:2.7.8
 Release:0
 Summary:Additional Package Documentation for Python
 License:Python-2.0
@@ -60,8 +60,6 @@
 # CVE-2013-1752 patches missing in 2.7.6: imaplib, poplib, smtplib
 Patch28:smtplib_maxline-2.7.patch
 Patch29:python-2.7.6-poplib.patch
-# CVE-2014-4650 - File disclosure and directory traversal in CGIHTTPServer
-Patch30:CVE-2014-4650-CGIHTTPServer-traversal.patch
 # remove link count optimization that breaks mhlib on btrfs (and possibly 
elsewhere)
 Patch31:python-2.7.7-mhlib-linkcount.patch
 # COMMON-PATCH-END
@@ -110,7 +108,6 @@
 %patch26 -p1
 %patch28 -p1
 %patch29 -p1
-%patch30 -p1
 %patch31 -p1
 
 # drop Autoconf version requirement

++ python.spec ++
--- /var/tmp/diff_new_pack.Vo2fyt/_old  2014-10-05 20:31:05.0 +0200
+++ /var/tmp/diff_new_pack.Vo2fyt/_new  2014-10-05 20:31:05.0 +0200
@@ -16,7 +16,7 @@
 #
 
 Name:   python
-Version:2.7.7
+Version:2.7.8
 Release:0
 Summary:Python Interpreter
 License:Python-2.0
@@ -61,8 +61,6 @@
 # CVE-2013-1752 patches missing in 2.7.6: imaplib, poplib, smtplib
 Patch28:smtplib_maxline-2.7.patch
 Patch29:python-2.7.6-poplib.patch
-# CVE-2014-4650 - File disclosure and directory traversal in CGIHTTPServer
-Patch30:CVE-2014-4650-CGIHTTPServer-traversal.patch
 # remove link count optimization that breaks mhlib on btrfs (and possibly 
elsewhere)
 Patch31:   

commit openldap2 for openSUSE:Factory

2014-10-05 Thread h_root
Hello community,

here is the log from the commit of package openldap2 for openSUSE:Factory 
checked in at 2014-10-05 20:30:38

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


Package is openldap2

Changes:

--- /work/SRC/openSUSE:Factory/openldap2/openldap2-client.changes   
2014-09-24 13:09:08.0 +0200
+++ /work/SRC/openSUSE:Factory/.openldap2.new/openldap2-client.changes  
2014-10-05 20:31:11.0 +0200
@@ -1,0 +2,10 @@
+Mon Sep 22 13:41:56 UTC 2014 - tchva...@suse.com
+
+- Add baselibs.conf to sources list
+
+---
+Wed Sep 10 10:26:02 UTC 2014 - vark...@suse.com
+
+- Do not bypass output of useradd and groupadd
+
+---
--- /work/SRC/openSUSE:Factory/openldap2/openldap2.changes  2014-09-24 
13:09:08.0 +0200
+++ /work/SRC/openSUSE:Factory/.openldap2.new/openldap2.changes 2014-10-05 
20:31:11.0 +0200
@@ -6,0 +7,5 @@
+Wed Sep 10 10:26:02 UTC 2014 - vark...@suse.com
+
+- Do not bypass output of useradd and groupadd
+
+---



Other differences:
--
++ openldap2-client.spec ++
--- /var/tmp/diff_new_pack.q9WuQ1/_old  2014-10-05 20:31:13.0 +0200
+++ /var/tmp/diff_new_pack.q9WuQ1/_new  2014-10-05 20:31:13.0 +0200
@@ -69,6 +69,7 @@
 Source5:README.update
 Source6:README.dynamic-overlays
 Source7:schema2ldif
+Source8:baselibs.conf
 Source100:  openldap-2.3.37.tgz
 Patch1: 0001-build-adjustments.dif
 Patch2: 0002-slapd.conf.dif
@@ -541,9 +542,8 @@
 %if %{name} == openldap2
 
 %pre
-/usr/sbin/groupadd -g 70 -o -r ldap 2 /dev/null || :
-/usr/sbin/useradd -r -o -g ldap -u 76 -s /bin/bash -c User for OpenLDAP -d \
-/var/lib/ldap ldap 2 /dev/null || :
+/usr/sbin/groupadd -g 70 -o -r ldap || :
+/usr/sbin/useradd -r -o -g ldap -u 76 -s /bin/bash -c User for OpenLDAP -d 
/var/lib/ldap ldap || :
 # try to figure out if a db update is needed
 if [ ${1:-0} -gt 1 ]  [ -f /usr/lib/openldap/slapd ] 
 /usr/bin/strings /usr/lib/openldap/slapd | \

++ openldap2.spec ++
--- /var/tmp/diff_new_pack.q9WuQ1/_old  2014-10-05 20:31:13.0 +0200
+++ /var/tmp/diff_new_pack.q9WuQ1/_new  2014-10-05 20:31:13.0 +0200
@@ -542,9 +542,8 @@
 %if %{name} == openldap2
 
 %pre
-/usr/sbin/groupadd -g 70 -o -r ldap 2 /dev/null || :
-/usr/sbin/useradd -r -o -g ldap -u 76 -s /bin/bash -c User for OpenLDAP -d \
-/var/lib/ldap ldap 2 /dev/null || :
+/usr/sbin/groupadd -g 70 -o -r ldap || :
+/usr/sbin/useradd -r -o -g ldap -u 76 -s /bin/bash -c User for OpenLDAP -d 
/var/lib/ldap ldap || :
 # try to figure out if a db update is needed
 if [ ${1:-0} -gt 1 ]  [ -f /usr/lib/openldap/slapd ] 
 /usr/bin/strings /usr/lib/openldap/slapd | \

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



commit latexila for openSUSE:Factory

2014-10-05 Thread h_root
Hello community,

here is the log from the commit of package latexila for openSUSE:Factory 
checked in at 2014-10-05 20:31:06

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


Package is latexila

Changes:

--- /work/SRC/openSUSE:Factory/latexila/latexila.changes2013-09-23 
09:40:03.0 +0200
+++ /work/SRC/openSUSE:Factory/.latexila.new/latexila.changes   2014-10-05 
20:31:48.0 +0200
@@ -1,0 +2,41 @@
+Wed Oct  1 13:05:17 UTC 2014 - zai...@opensuse.org
+
+- Update to version 3.14.1:
+  + A few bug fixes and small improvements.
+  + GTK+ 3.14 is required because LaTeXila overrides some CSS
+properties and assumes that GTK+ 3.14 is used.
+- Drop conditional pkgconfig(gtkspell-3.0) and xz BuildRequires for
+  older version of openSUSE, as latexila now has a hard BuildReq on
+  pkgconfig(gtk+-3.0) = 3.14.0.
+
+---
+Mon Sep 22 15:30:32 UTC 2014 - zai...@opensuse.org
+
+- Update to version 3.14.0:
+  + Now LaTeXila follows the GNOME versions.
+  + Better icons.
+  + Upgrade to gee-0.8.
+  + Other small improvements.
+- Changes from version 3.12.1:
+  + Fix regex in latex post-processor.
+  + GLib 2.40 is required
+  + Updated translations.
+- Changes from version 3.12.0:
+  + Refresh structure when saving.
+  + Misc bugfixes and small improvements.
+  + Updated translations.
+- Changes from version 2.10.0:
+  + Updated translations.
+- Changes from version 2.9.0:
+  + Search and replace: use the new API from GtkSourceView.
+  + Use upstream GtkSpell (LaTeXila depends on GtkSpell now,
+instead of Enchant).
+  + Improvements to the completion.
+  + AppData file.
+  + Updated translations.
+- Drop obsolete pkgconfig(enchant) BuildRequires, no longer needed.
+- Replace pkgconfig(gee-1.0) for pkgconfig(gee-0.8) BuildRequires,
+  following upstream changes.
+- Add pkgconfig(gio-2.0) BuildRequires: New dependency.
+
+---

Old:

  latexila-2.8.3.tar.xz

New:

  latexila-3.14.1.tar.xz



Other differences:
--
++ latexila.spec ++
--- /var/tmp/diff_new_pack.N8DFI2/_old  2014-10-05 20:31:49.0 +0200
+++ /var/tmp/diff_new_pack.N8DFI2/_new  2014-10-05 20:31:49.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package latexila
 #
-# 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,13 +17,13 @@
 
 
 Name:   latexila
-Version:2.8.3
+Version:3.14.1
 Release:0
 Summary:Integrated LaTeX Environment for the GNOME desktop
 License:GPL-3.0+
 Group:  Productivity/Publishing/TeX/Frontends
 Url:http://projects.gnome.org/latexila/
-Source0:
http://ftp.gnome.org/pub/GNOME/sources/%{name}/2.8/%{name}-%{version}.tar.xz
+Source0:
http://ftp.gnome.org/pub/GNOME/sources/%{name}/3.14/%{name}-%{version}.tar.xz
 BuildRequires:  fdupes
 BuildRequires:  gettext-tools
 BuildRequires:  gnome-desktop
@@ -35,19 +35,12 @@
 BuildRequires:  pkg-config
 BuildRequires:  translation-update-upstream
 BuildRequires:  update-desktop-files
-BuildRequires:  vala
-BuildRequires:  pkgconfig(enchant)
-BuildRequires:  pkgconfig(gee-1.0)
-BuildRequires:  pkgconfig(gtk+-3.0) = 3.6.0
-BuildRequires:  pkgconfig(gtksourceview-3.0) = 3.8.0
-%if 0%{?suse_version} = 1230
-BuildRequires:  pkgconfig(gtkspell-3.0)
-%else
-BuildRequires:  pkgconfig(gtkspell3-3.0)
-%endif
-%if 0%{?suse_version} = 1210
-BuildRequires:  xz
-%endif
+BuildRequires:  vala = 0.25.4
+BuildRequires:  pkgconfig(gee-0.8)
+BuildRequires:  pkgconfig(gio-2.0) = 2.40
+BuildRequires:  pkgconfig(gtk+-3.0) = 3.14.0
+BuildRequires:  pkgconfig(gtksourceview-3.0) = 3.10.0
+BuildRequires:  pkgconfig(gtkspell3-3.0) = 3.0.4
 Requires:   gsettings-desktop-schemas
 Requires:   rubber
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -94,6 +87,7 @@
 %{_datadir}/icons/hicolor/*/*/
 %{_datadir}/applications/*
 %{_datadir}/glib-2.0/schemas/org.gnome.%{name}.gschema.xml
+%{_datadir}/appdata/latexila.appdata.xml
 %{_mandir}/man1/%{name}.1.*
 
 %changelog

++ latexila-2.8.3.tar.xz - latexila-3.14.1.tar.xz ++
 300759 lines of diff (skipped)

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



commit bundle-lang-common for openSUSE:Factory

2014-10-05 Thread h_root
Hello community,

here is the log from the commit of package bundle-lang-common for 
openSUSE:Factory checked in at 2014-10-05 20:30:55

Comparing /work/SRC/openSUSE:Factory/bundle-lang-common (Old)
 and  /work/SRC/openSUSE:Factory/.bundle-lang-common.new (New)


Package is bundle-lang-common

Changes:

--- /work/SRC/openSUSE:Factory/bundle-lang-common/bundle-lang-common.changes
2014-03-21 13:29:16.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.bundle-lang-common.new/bundle-lang-common.changes   
2014-10-05 20:31:30.0 +0200
@@ -1,0 +2,5 @@
+Wed Oct  1 19:06:46 UTC 2014 - co...@suse.com
+
+- update package list
+
+---
bundle-lang-kde.changes: same change
bundle-lang-other.changes: same change



Other differences:
--
++ bundle-lang-common.spec ++
 1530 lines (skipped)
 between 
/work/SRC/openSUSE:Factory/bundle-lang-common/bundle-lang-common.spec
 and 
/work/SRC/openSUSE:Factory/.bundle-lang-common.new/bundle-lang-common.spec

bundle-lang-gnome.spec: same change
++ bundle-lang-kde.spec ++
--- /var/tmp/diff_new_pack.DwQEcg/_old  2014-10-05 20:31:32.0 +0200
+++ /var/tmp/diff_new_pack.DwQEcg/_new  2014-10-05 20:31:32.0 +0200
@@ -29,7 +29,6 @@
 BuildRequires:  kscreen-lang
 BuildRequires:  ktorrent-lang
 BuildRequires:  kwebkitpart-lang
-BuildRequires:  libgpod-lang
 BuildRequires:  libkfbapi-lang
 BuildRequires:  libkgeomap-lang
 BuildRequires:  libktorrent5-lang
@@ -88,7 +87,6 @@
 Provides:   kscreen-lang = %(rpm -q --queryformat '%{VERSION}' 
kscreen-lang)
 Provides:   ktorrent-lang = %(rpm -q --queryformat '%{VERSION}' 
ktorrent-lang)
 Provides:   kwebkitpart-lang = %(rpm -q --queryformat '%{VERSION}' 
kwebkitpart-lang)
-Provides:   libgpod-lang = %(rpm -q --queryformat '%{VERSION}' 
libgpod-lang)
 Provides:   libkfbapi-lang = %(rpm -q --queryformat '%{VERSION}' 
libkfbapi-lang)
 Provides:   libkgeomap-lang = %(rpm -q --queryformat '%{VERSION}' 
libkgeomap-lang)
 Provides:   libktorrent5-lang = %(rpm -q --queryformat '%{VERSION}' 
libktorrent5-lang)
@@ -102,7 +100,6 @@
 Provides:   locale(kscreen:en)
 Provides:   locale(ktorrent:en)
 Provides:   locale(kwebkitpart:en)
-Provides:   locale(libgpod:en)
 Provides:   locale(libkfbapi:en)
 Provides:   locale(libkgeomap:en)
 Provides:   locale(libktorrent5:en)
@@ -139,7 +136,6 @@
 Provides:   kscreen-lang = %(rpm -q --queryformat '%{VERSION}' 
kscreen-lang)
 Provides:   ktorrent-lang = %(rpm -q --queryformat '%{VERSION}' 
ktorrent-lang)
 Provides:   kwebkitpart-lang = %(rpm -q --queryformat '%{VERSION}' 
kwebkitpart-lang)
-Provides:   libgpod-lang = %(rpm -q --queryformat '%{VERSION}' 
libgpod-lang)
 Provides:   libkfbapi-lang = %(rpm -q --queryformat '%{VERSION}' 
libkfbapi-lang)
 Provides:   libkgeomap-lang = %(rpm -q --queryformat '%{VERSION}' 
libkgeomap-lang)
 Provides:   libktorrent5-lang = %(rpm -q --queryformat '%{VERSION}' 
libktorrent5-lang)
@@ -153,7 +149,6 @@
 Provides:   locale(kscreen:de)
 Provides:   locale(ktorrent:de)
 Provides:   locale(kwebkitpart:de)
-Provides:   locale(libgpod:de)
 Provides:   locale(libkfbapi:de)
 Provides:   locale(libkgeomap:de)
 Provides:   locale(libktorrent5:de)
@@ -190,7 +185,6 @@
 Provides:   kscreen-lang = %(rpm -q --queryformat '%{VERSION}' 
kscreen-lang)
 Provides:   ktorrent-lang = %(rpm -q --queryformat '%{VERSION}' 
ktorrent-lang)
 Provides:   kwebkitpart-lang = %(rpm -q --queryformat '%{VERSION}' 
kwebkitpart-lang)
-Provides:   libgpod-lang = %(rpm -q --queryformat '%{VERSION}' 
libgpod-lang)
 Provides:   libkfbapi-lang = %(rpm -q --queryformat '%{VERSION}' 
libkfbapi-lang)
 Provides:   libkgeomap-lang = %(rpm -q --queryformat '%{VERSION}' 
libkgeomap-lang)
 Provides:   libktorrent5-lang = %(rpm -q --queryformat '%{VERSION}' 
libktorrent5-lang)
@@ -204,7 +198,6 @@
 Provides:   locale(kscreen:es)
 Provides:   locale(ktorrent:es)
 Provides:   locale(kwebkitpart:es)
-Provides:   locale(libgpod:es)
 Provides:   locale(libkfbapi:es)
 Provides:   locale(libkgeomap:es)
 Provides:   locale(libktorrent5:es)
@@ -241,7 +234,6 @@
 Provides:   kscreen-lang = %(rpm -q --queryformat '%{VERSION}' 
kscreen-lang)
 Provides:   ktorrent-lang = %(rpm -q --queryformat '%{VERSION}' 
ktorrent-lang)
 Provides:   kwebkitpart-lang = %(rpm -q --queryformat '%{VERSION}' 
kwebkitpart-lang)
-Provides:   libgpod-lang = %(rpm -q --queryformat '%{VERSION}' 
libgpod-lang)
 Provides:   libkfbapi-lang = %(rpm -q --queryformat '%{VERSION}' 
libkfbapi-lang)
 Provides:   libkgeomap-lang = %(rpm -q 

commit adms for openSUSE:Factory

2014-10-05 Thread h_root


bin7cSV27kCI8.bin
Description: Binary data


commit sendmail for openSUSE:Factory

2014-10-05 Thread h_root
Hello community,

here is the log from the commit of package sendmail for openSUSE:Factory 
checked in at 2014-10-05 20:31:02

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


Package is sendmail

Changes:

--- /work/SRC/openSUSE:Factory/sendmail/uucp.changes2013-11-20 
11:28:15.0 +0100
+++ /work/SRC/openSUSE:Factory/.sendmail.new/uucp.changes   2014-10-05 
20:31:38.0 +0200
@@ -1,0 +2,7 @@
+Wed Sep 10 12:22:47 UTC 2014 - lnus...@suse.de
+
+- don't set LOCKDIR. uucp will properly use it's spool dir for system lock
+  files then. Serial lock files are handled by lockdev anyways (bnc#760079)
+- add a line of debug output in case serial locking failed
+
+---



Other differences:
--
uucp.spec: same change
++ uucp-1.07-lockdev.patch ++
--- /var/tmp/diff_new_pack.LBtW2D/_old  2014-10-05 20:31:40.0 +0200
+++ /var/tmp/diff_new_pack.LBtW2D/_new  2014-10-05 20:31:40.0 +0200
@@ -13,7 +13,7 @@
  /* Get definitions for both O_NONBLOCK and O_NDELAY.  */
  #ifndef O_NDELAY
  #ifdef FNDELAY
-@@ -623,6 +627,18 @@ fsserial_lockfile (flok, qconn)
+@@ -623,6 +627,20 @@ fsserial_lockfile (flok, qconn)
z = zalc;
}
  #else /* ! HAVE_QNX_LOCKFILES */
@@ -25,6 +25,8 @@
 +rc = ttylock(qsysdep-zdevice);
 +  else
 +rc = ttyunlock(qsysdep-zdevice);
++  if (rc)
++ulog (LOG_ERROR, tty%slock (%s): %s, flok?:un, 
qsysdep-zdevice, strerror (-rc));
 +  fret = (rc == 0 ? TRUE : FALSE);
 +  return fret;
 +  }
@@ -32,7 +34,7 @@
  #if ! HAVE_SVR4_LOCKFILES
{
const char *zbase;
-@@ -660,6 +676,7 @@ fsserial_lockfile (flok, qconn)
+@@ -660,6 +678,7 @@ fsserial_lockfile (flok, qconn)
z = zalc;
}
  #endif /* HAVE_SVR4_LOCKFILES */

++ uucp-1.07.dif ++
--- /var/tmp/diff_new_pack.LBtW2D/_old  2014-10-05 20:31:40.0 +0200
+++ /var/tmp/diff_new_pack.LBtW2D/_new  2014-10-05 20:31:40.0 +0200
@@ -254,15 +254,7 @@
  #define HAVE_PS_MULTIPLE 0
  #endif
  #if 0
-@@ -298,6 +308,7 @@
-placed in /usr/spool/locks.  On the NeXT they are placed in
-/usr/spool/uucp/LCK.  */
- /* #define LOCKDIR /usr/spool/uucp */
-+#define LOCKDIR /var/lock
- /* #define LOCKDIR /etc/locks */
- /* #define LOCKDIR /usr/spool/locks */
- /* #define LOCKDIR /usr/spool/uucp/LCK */
-@@ -420,7 +431,7 @@
+@@ -420,7 +430,7 @@
 the executable.  Leaving them out will decrease the executable
 size.  Leaving them in will make it easier to determine which
 version you are running.  */
@@ -271,7 +263,7 @@
  
  /* DEBUG controls how much debugging information is compiled into the
 code.  If DEBUG is defined as 0, no sanity checks will be done and
-@@ -466,8 +477,8 @@
+@@ -466,8 +476,8 @@
 When looking something up (a system, a port, etc.) the new style
 configuration files will be read first, followed by the V2
 configuration files, followed by the HDB configuration files.  */
@@ -282,7 +274,7 @@
  
  /* Exactly one of the following macros must be set to 1.  The exact
 format of the spool directories is explained in unix/spool.c.
-@@ -572,16 +583,16 @@
+@@ -572,16 +582,16 @@
  /* The name of the default spool directory.  If HAVE_TAYLOR_CONFIG is
 set to 1, this may be overridden by the ``spool'' command in the
 configuration file.  */
@@ -303,7 +295,7 @@
  
  /* The default command path.  This is a space separated list of
 directories.  Remote command executions requested by uux are looked
-@@ -589,7 +600,7 @@
+@@ -589,7 +599,7 @@
 command path may be overridden for a particular system.  For most
 systems, you should just make sure that the programs rmail and
 rnews can be found using this path.  */
@@ -312,7 +304,7 @@
  
  /* The default amount of free space to require for systems that do not
 specify an amount with the ``free-space'' command.  This is only
-@@ -628,7 +639,7 @@
+@@ -628,7 +638,7 @@
``remote-receive'')
 the command will be rejected.  By default, any argument is
 permitted. */
@@ -321,7 +313,7 @@
  
  /* If you set FSYNC_ON_CLOSE to 1, all output files will be forced out
 to disk using the fsync system call when they are closed.  This can
-@@ -644,23 +655,23 @@
+@@ -644,23 +654,23 @@
  /* The default log file when using HAVE_TAYLOR_LOGGING.  When using
 HAVE_TAYLOR_CONFIG, this may be overridden by the ``logfile''
 command in the configuration file.  */
@@ -351,7 +343,7 @@
  
  #endif /* HAVE_TAYLOR_LOGGING */
  
-@@ -669,17 +680,17 @@
+@@ -669,17 +679,17 @@
  /* The default log file when using HAVE_V2_LOGGING.  When using
 HAVE_TAYLOR_CONFIG, this may be 

commit virt-sandbox for openSUSE:Factory

2014-10-05 Thread h_root
Hello community,

here is the log from the commit of package virt-sandbox for openSUSE:Factory 
checked in at 2014-10-05 20:30:57

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


Package is virt-sandbox

Changes:

--- /work/SRC/openSUSE:Factory/virt-sandbox/virt-sandbox.changes
2014-07-16 16:22:13.0 +0200
+++ /work/SRC/openSUSE:Factory/.virt-sandbox.new/virt-sandbox.changes   
2014-10-05 20:31:34.0 +0200
@@ -1,0 +2,6 @@
+Wed Oct  1 15:02:19 UTC 2014 - cbosdon...@suse.com
+
+- Run autoreconf before configure whn building to avoid problems
+  with more recent versions of autotools
+
+---



Other differences:
--
++ virt-sandbox.spec ++
--- /var/tmp/diff_new_pack.XnwYkL/_old  2014-10-05 20:31:35.0 +0200
+++ /var/tmp/diff_new_pack.XnwYkL/_new  2014-10-05 20:31:35.0 +0200
@@ -45,6 +45,7 @@
 BuildRequires:  glib2-devel = 2.32.0
 BuildRequires:  glibc-static
 BuildRequires:  gobject-introspection-devel
+BuildRequires:  gtk-doc
 BuildRequires:  intltool
 BuildRequires:  libselinux-devel
 BuildRequires:  libtool
@@ -101,7 +102,10 @@
 %patch150 -p1
 
 %build
-
+# We may have a more recent version of automake when building
+# than the one used to autoconfigure the project for the distribution
+# Just make sure the files are sync'ed with our version
+autoreconf -f -i
 %configure --enable-introspection --disable-static
 make V=1 %{?_smp_mflags}
 

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



commit clzip for openSUSE:Factory

2014-10-05 Thread h_root
Hello community,

here is the log from the commit of package clzip for openSUSE:Factory checked 
in at 2014-10-05 20:31:03

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


Package is clzip

Changes:

--- /work/SRC/openSUSE:Factory/clzip/clzip.changes  2014-09-26 
11:21:18.0 +0200
+++ /work/SRC/openSUSE:Factory/.clzip.new/clzip.changes 2014-10-05 
20:31:40.0 +0200
@@ -1,0 +2,11 @@
+Wed Oct  1 11:00:54 UTC 2014 - jeng...@inai.de
+
+- Update to new upstream release 1.6
+* Compression ratio of option -9 has been slightly increased.
+* Copying of file dates, permissions, and ownership now behaves
+  like `cp -p`. (If the user ID or the group ID cannot be
+  duplicated, the file permission bits S_ISUID and S_ISGID are
+  cleared).
+* The license has been changed to GPL version 2 or later.
+
+---

Old:

  clzip-1.5.tar.lz
  clzip-1.5.tar.lz.sig

New:

  clzip-1.6.tar.gz
  clzip-1.6.tar.gz.sig



Other differences:
--
++ clzip.spec ++
--- /var/tmp/diff_new_pack.xfROmB/_old  2014-10-05 20:31:41.0 +0200
+++ /var/tmp/diff_new_pack.xfROmB/_new  2014-10-05 20:31:41.0 +0200
@@ -19,22 +19,17 @@
 
 
 Name:   clzip
-Version:1.5
+Version:1.6
 Release:0
 Summary:Lossless Data Compressor based on LZMA
-License:GPL-3.0+
+License:GPL-2.0+
 Group:  Productivity/Archiving/Compression
 Url:http://www.nongnu.org/lzip/clzip.html
 
-Source: 
http://download.savannah.gnu.org/releases/lzip/%name-%version.tar.lz
-Source2:
http://download.savannah.gnu.org/releases/lzip/%name-%version.tar.lz.sig
+Source: 
http://download.savannah.gnu.org/releases/lzip/clzip/%name-%version.tar.gz
+Source2:
http://download.savannah.gnu.org/releases/lzip/clzip/%name-%version.tar.gz.sig
 Source3:%name.keyring
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  gcc
-BuildRequires:  glibc-devel
-BuildRequires:  lzip
-BuildRequires:  make
-BuildRequires:  pkgconfig
 Requires(post): info
 Requires(preun):info
 
@@ -49,12 +44,7 @@
 embedded devices or systems lacking a C++ compiler.
 
 %prep
-%if 0%{?__lzip:1}
 %setup -q
-%else
-tar --use=lzip -xf %{S:0}
-%setup -DTq
-%endif
 
 %build
 # not autoconf

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



commit python-keystoneclient for openSUSE:Factory

2014-10-05 Thread h_root
Hello community,

here is the log from the commit of package python-keystoneclient for 
openSUSE:Factory checked in at 2014-10-05 20:30:54

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


Package is python-keystoneclient

Changes:

--- 
/work/SRC/openSUSE:Factory/python-keystoneclient/python-keystoneclient.changes  
2014-04-14 20:44:10.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-keystoneclient.new/python-keystoneclient.changes
 2014-10-05 20:31:28.0 +0200
@@ -2 +2 @@
-Mon Apr 14 09:11:58 UTC 2014 - dmuel...@suse.com
+Wed Oct  1 13:34:39 UTC 2014 - tbecht...@suse.com
@@ -4,2 +4,653 @@
-- update to 0.7.1:
-  * Adds to Keystone to convert V2 endpoints to V3
+- Remove 0001-Use-ServiceCatalog.factory-the-object-has-no-__init_.patch
+  Applied upstream.
+- Add rpmlintrc as Source.
+
+---
+Mon Sep 22 11:26:57 UTC 2014 - dmuel...@suse.com
+
+- update to 0.11.0:
+  * Updated from global requirements
+  * Add support for endpoint policy
+  * Fix a doc_string error
+  * Handle federated tokens
+  * SAML2 federated authentication for ADFS
+  * Fix the condition expression for ssl_insecure
+  * Allow retrying some failed requests
+  * Versioned Endpoint hack for Sessions
+  * Pass kwargs to auth plugins
+  * Sync with latest oslo-incubator
+  * fix typos
+  * Work toward Python 3.4 support and testing
+  * warn against sorting requirements
+  * Version independent plugins
+  * Expose auth methods on the adapter
+  * Add version parameter to adapter
+  * Allow providing an endpoint_override to requests
+  * fix EC2 Signature Version 4 calculation, in the case of POST
+  * Fix test mistake with requests-mock
+  * Allow passing None for username in v2.Password
+  * Hash for PKIZ
+  * Distinguish between name not provided and incorrect
+  * Move fake session to HTTPClient
+  * Allow providing a default value to CLI loading
+  * Allow unauthenticated discovery
+  * Remove cruft from setup.cfg
+  * Unsort pbr and hacking in requirements files
+  * Add v3scopedsaml entry to the setup.cfg
+  * Fix handling of deprecated opts in CLI
+  * Updated from global requirements
+  * Revert Add oslo.utils requirement
+  * Revert Use oslo.utils
+  * Remove lxml as a forced depend
+  * Allow passing user_id to v2Password plugin
+  * Make auth plugins dest save to os_
+  * Allow registering individual plugin CONF options
+  * Standardize AccessInfo token setting
+  * Convert shell tests to requests-mock
+  * Change unscoped token fallback to be session aware
+  * Individual plugin CLI registering
+  * Remove intersphinx mappings
+  * Mark auth plugin options as secret
+  * move attributes of v3.client.Client into alphabetical order
+  * Handle invalidate in identity plugins correctly
+  * Isolate get_discovery function
+  * Fixes import grouping
+  * expose the revoke token for V3
+  * Use oslo.utils
+  * Add oslo.utils requirement
+  * Mark the keystoneclient s3_token middleware deprecated
+  * Add docs for how to create an OAuth auth instance
+  * Control identity plugin reauthentication
+  * Use token and discovery fixture in identity tests
+  * Config fixture from oslo-incubator is not used
+  * Use config fixture from oslo.config
+  * List federated projects and domains
+  * Redact tokens in request headers
+  * Convert httpretty to requests-mock
+  * Updated from global requirements
+  * Add the 'auth' interface type
+
+---
+Fri Aug 29 14:17:57 UTC 2014 - dmuel...@suse.com
+
+- go back to released version (0.10.1) 
+
+---
+Fri Aug 29 00:34:43 UTC 2014 -  cloud-de...@suse.de
+
+- Update to version python-keystoneclient-0.10.1.77.g4669556:
+  * Standardize AccessInfo token setting
+
+---
+Wed Aug 27 00:33:28 UTC 2014 -  cloud-de...@suse.de
+
+- Update to version python-keystoneclient-0.10.1.75.g3f1da73:
+  * Hash for PKIZ
+  * Move fake session to HTTPClient
+  * Allow providing a default value to CLI loading
+
+---
+Sat Aug 23 00:34:00 UTC 2014 -  cloud-de...@suse.de
+
+- Update to version python-keystoneclient-0.10.1.69.g62d4c71:
+  * Allow unauthenticated discovery
+  * Remove cruft from setup.cfg
+
+---
+Fri Aug 22 00:32:37 UTC 2014 -  cloud-de...@suse.de
+
+- Update to version python-keystoneclient-0.10.1.65.g1ffc44f:
+  * Unsort pbr and hacking in requirements files
+  * Add v3scopedsaml entry to the setup.cfg
+
+---
+Thu Aug 21 

commit xfce4-vala for openSUSE:Factory

2014-10-05 Thread h_root
Hello community,

here is the log from the commit of package xfce4-vala for openSUSE:Factory 
checked in at 2014-10-05 20:31:14

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


Package is xfce4-vala

Changes:

--- /work/SRC/openSUSE:Factory/xfce4-vala/xfce4-vala.changes2014-05-19 
07:23:22.0 +0200
+++ /work/SRC/openSUSE:Factory/.xfce4-vala.new/xfce4-vala.changes   
2014-10-05 20:32:03.0 +0200
@@ -1,0 +2,5 @@
+Wed Oct  1 13:22:46 UTC 2014 - zai...@opensuse.org
+
+- Add support for vala 0.26 in Factory, replacing vala 0.24.
+
+---



Other differences:
--
++ xfce4-vala.spec ++
--- /var/tmp/diff_new_pack.n3x4kC/_old  2014-10-05 20:32:04.0 +0200
+++ /var/tmp/diff_new_pack.n3x4kC/_new  2014-10-05 20:32:04.0 +0200
@@ -23,7 +23,7 @@
 %define vala_version 0.22
 %else
 %if 0%{?suse_version}  1310
-%define vala_version 0.24
+%define vala_version 0.26
 %endif
 %endif
 %endif

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



commit lirc for openSUSE:Factory

2014-10-05 Thread h_root
Hello community,

here is the log from the commit of package lirc for openSUSE:Factory checked in 
at 2014-10-05 20:30:41

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


Package is lirc

Changes:

--- /work/SRC/openSUSE:Factory/lirc/lirc.changes2014-05-22 
20:37:57.0 +0200
+++ /work/SRC/openSUSE:Factory/.lirc.new/lirc.changes   2014-10-05 
20:31:14.0 +0200
@@ -1,0 +2,36 @@
+Sun Sep 21 15:44:05 UTC 2014 - p.drou...@gmail.com
+
+- Update to version 0.9.1a
+  + configuration file setup hotfix.
+  + --output option hotfix.
+- Changes from version 0.9.1
+  + Added systemd support: unit files, socket activation.
+  + Default config files are installed in /etc, use --install-etc 
+to disable.
+  + Building kernel modules is not supported.
+  + New config file lirc_options.conf with cli options default values.
+  + Automagically sets the lirc protocol for /dev/rc devices.
+  + Whitespace cleanup and git hook to enforce whitespace handling.
+  + Docs are built as part of normal build process.
+  + Bugfixes
+  + Autotools update and Darwin fixes.
+  + docs: Added new Configuration Guide
+- Specfile clean-up
+  + Remove obsolete macros
+  + Use %configure
+- Use systemd instead of sysvinit
+- Drop sysconfig support 
+- Add  disable-kernel-rc subpackage; allow user to easily replace
+  in-kernel solution with lirc
+- Add patches from Fedora
+  + 0001-Fix-segfault-when-starting-lircd-AUR-41581.patch
+  + 0002-lircd-Fix-bad-default-for-lircdfile.patch
+  + 0003-0.9.1a-Bugfix-segfault-when-parsing-connect-in-confi.patch
+  + 0004-lircd-fix-compiler-error-format-security-error.patch
+- Install remote configuration files in the correct location
+- Do not ghost lirc configuration files anymore; there are now
+  real and installed by lirc
+- Build with -fno-strict-aliasing; alsa module would break with 
+  new gcc
+
+---

Old:

  lirc-0.9.0.tar.bz2
  rc.lirc
  sysconfig.lirc

New:

  0001-Fix-segfault-when-starting-lircd-AUR-41581.patch
  0002-lircd-Fix-bad-default-for-lircdfile.patch
  0003-0.9.1a-Bugfix-segfault-when-parsing-connect-in-confi.patch
  0004-lircd-fix-compiler-error-format-security-error.patch
  lirc-0.9.1a.tar.bz2



Other differences:
--
++ lirc.spec ++
--- /var/tmp/diff_new_pack.LNQv6U/_old  2014-10-05 20:31:15.0 +0200
+++ /var/tmp/diff_new_pack.LNQv6U/_new  2014-10-05 20:31:15.0 +0200
@@ -21,60 +21,53 @@
 BuildRequires:  libtool
 BuildRequires:  xorg-x11-devel
 # for hw_atilibusb driver
-%if 0%{?suse_version}  1020
 BuildRequires:  libusb-devel
-%else
-BuildRequires:  libusb
-%endif
 %ifnarch s390 s390x
 # for hw_i2cuser driver
-%if 0%{?suse_version}  1010
 BuildRequires:  linux-kernel-headers
-%if 0%{?suse_version}  1030
 # i2c-dev.h now moved to that package
 BuildRequires:  i2c-tools
 %endif
-%endif
-%endif
-%if 0%{?suse_version}  1020
 BuildRequires:  fdupes
-%endif
-%if 0%{?snapshot:1}
 BuildRequires:  help2man
-%endif
+BuildRequires:  systemd
 Url:http://www.lirc.org/
 # bug437293
 %ifarch ppc64
 Obsoletes:  lirc-64bit
 %endif
 #
-Version:0.9.0
+Version:0.9.1a
 Release:0
 Summary:Tools for Infrared Receivers
 License:GPL-2.0+
 Group:  Hardware/Other
-Source0:
http://downloads.sourceforge.net/project/lirc/LIRC/%{version}/lirc-%{version}%{?snapshot:-%snapshot}.tar.bz2
+Source0:
http://downloads.sourceforge.net/project/lirc/LIRC/%{version}/lirc-%{version}.tar.bz2
 Source1:baselibs.conf
-Source4:rc.lirc
-Source5:sysconfig.lirc
 Source6:fix-remote-keys.pl
 Source8:README.SUSE
 Source9:51-lirc.rules
+# PATCH-FEATURE-UPSTREAM 0001-Fix-segfault-when-starting-lircd-AUR-41581.patch 
--lircd fails to start ending in a segfault 
+Patch0: 0001-Fix-segfault-when-starting-lircd-AUR-41581.patch
+# PATCH-FEATURE-UPSTREAM 0002-lircd-Fix-bad-default-for-lircdfile.patch -- Fix 
bad default for lircdfile
+Patch1: 0002-lircd-Fix-bad-default-for-lircdfile.patch
+# PATCH-FEATURE-UPSTREAM 
0003-0.9.1a-Bugfix-segfault-when-parsing-connect-in-confi.patch --segfault when 
parsing 
+# --connect in config file
+Patch2: 0003-0.9.1a-Bugfix-segfault-when-parsing-connect-in-confi.patch
+# PATCH-FEATURE-UPSTREAM 
0004-lircd-fix-compiler-error-format-security-error.patch --fix compiler 
error=format-security error
+Patch3: 0004-lircd-fix-compiler-error-format-security-error.patch
 # PATCH-FEATURE-UPSTREAM -- lirc config for iMON-PAD remote
 Patch90:imon2_conf.patch
 Requires:   udev
 Recommends: lirc-remotes
 Suggests:   lirc-kmp
 Supplements:

commit vhba-kmp for openSUSE:Factory

2014-10-05 Thread h_root
Hello community,

here is the log from the commit of package vhba-kmp for openSUSE:Factory 
checked in at 2014-10-05 20:31:09

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


Package is vhba-kmp

Changes:

--- /work/SRC/openSUSE:Factory/vhba-kmp/vhba-kmp.changes2014-07-17 
06:58:32.0 +0200
+++ /work/SRC/openSUSE:Factory/.vhba-kmp.new/vhba-kmp.changes   2014-10-05 
20:31:54.0 +0200
@@ -1,0 +2,6 @@
+Thu Oct  2 14:14:22 UTC 2014 - jeng...@inai.de
+
+- Update to new upstream release 20140928 (cdemu-3.0.2)
+* Work around a warning occurring in grsecurity kernels
+
+---

Old:

  vhba-module-20140629.tar.bz2

New:

  vhba-module-20140928.tar.bz2



Other differences:
--
++ vhba-kmp.spec ++
--- /var/tmp/diff_new_pack.sVH89w/_old  2014-10-05 20:31:55.0 +0200
+++ /var/tmp/diff_new_pack.sVH89w/_new  2014-10-05 20:31:55.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   vhba-kmp
-Version:20140629
+Version:20140928
 Release:0
 Summary:Virtual SCSI Host Bus Adapter
 License:GPL-2.0+

++ vhba-module-20140629.tar.bz2 - vhba-module-20140928.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/vhba-module-20140629/Makefile 
new/vhba-module-20140928/Makefile
--- old/vhba-module-20140629/Makefile   2014-06-29 15:25:04.0 +0200
+++ new/vhba-module-20140928/Makefile   2014-09-28 21:19:13.0 +0200
@@ -1,7 +1,4 @@
-VHBA_VERSION := 20140609
-PACKAGE := vhba-module-$(VHBA_VERSION)
-DOCS := AUTHORS ChangeLog COPYING INSTALL NEWS README
-DIST := vhba.c Makefile
+VHBA_VERSION := 20140928
 
 KERNELRELEASE ?= $(shell uname -r)
 KDIR ?= /lib/modules/$(KERNELRELEASE)/build
@@ -9,38 +6,9 @@
 
 obj-m := vhba.o
 ccflags-y := -DVHBA_VERSION=\$(VHBA_VERSION)\ -Werror
-clean-dirs := $(PACKAGE)
-clean-files := $(PACKAGE).tar.gz $(PACKAGE).tar.bz2
-
-export VHBA_VERSION
-
-.PHONY: default install dist modules modules_install clean dist-dir dist-gzip 
dist-bzip2
 
 default: modules
 install: modules_install
-dist: dist-xz
 
 modules modules_install clean:
$(MAKE) -C $(KDIR) M=$(PWD) $@
-
-dist-dir:
-   rm -rf $(PACKAGE)
-   install -m 755 -d $(PACKAGE)
-   install -m 644 -t $(PACKAGE) $(DIST) $(DOCS)
-   install -m 755 -d $(PACKAGE)/debian $(PACKAGE)/debian/patches 
$(PACKAGE)/debian/source
-   install -m 644 -t $(PACKAGE)/debian $(shell find debian -type f)
-   install -m 644 -t $(PACKAGE)/debian/patches $(shell find debian/patches 
-type f)
-   install -m 644 -t $(PACKAGE)/debian/source  $(shell find debian/source 
-type f)
-
-dist-gzip: dist-dir
-   tar -c $(PACKAGE) | gzip  $(PACKAGE).tar.gz
-   rm -rf $(PACKAGE)
-
-dist-bzip2: dist-dir
-   tar -c $(PACKAGE) | bzip2  $(PACKAGE).tar.bz2
-   rm -rf $(PACKAGE)
-
-dist-xz: dist-dir
-   tar -c $(PACKAGE) | xz  $(PACKAGE).tar.xz
-   rm -rf $(PACKAGE)
-
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/vhba-module-20140629/debian/changelog 
new/vhba-module-20140928/debian/changelog
--- old/vhba-module-20140629/debian/changelog   2014-06-29 15:25:04.0 
+0200
+++ new/vhba-module-20140928/debian/changelog   2014-09-28 21:19:13.0 
+0200
@@ -1,3 +1,3 @@
-vhba-module (20140609-1) debian; urgency=low
+vhba-module (20140928-1) debian; urgency=low
   * Initial Release. Closes: #705409
  -- Henrik Stokseth hen...@hshq.net  Sat, 05 Apr 2014 12:00:00 +0100
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/vhba-module-20140629/vhba.c 
new/vhba-module-20140928/vhba.c
--- old/vhba-module-20140629/vhba.c 2014-06-29 15:25:04.0 +0200
+++ new/vhba-module-20140928/vhba.c 2014-09-28 21:19:13.0 +0200
@@ -583,14 +583,19 @@
  cmd-serial_number, res-status, res-data_len, scsi_sg_count(cmd));
 
 if (res-status) {
+unsigned char sense_stack[SCSI_SENSE_BUFFERSIZE];
+
 if (res-data_len  SCSI_SENSE_BUFFERSIZE) {
 scmd_warn(cmd, truncate sense (%d  %d), SCSI_SENSE_BUFFERSIZE, 
res-data_len);
 res-data_len = SCSI_SENSE_BUFFERSIZE;
 }
 
-if (copy_from_user(cmd-sense_buffer, buf, res-data_len)) {
+/* Copy via temporary buffer on stack in order to avoid problems
+   with PAX on grsecurity-enabled kernels */
+if (copy_from_user(sense_stack, buf, res-data_len)) {
 return -EFAULT;
 }
+memcpy(cmd-sense_buffer, sense_stack, res-data_len);
 
 cmd-result = res-status;
 

++ vhba-no-werror.diff 

commit lz4 for openSUSE:Factory

2014-10-05 Thread h_root
Hello community,

here is the log from the commit of package lz4 for openSUSE:Factory checked in 
at 2014-10-05 20:31:04

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


Package is lz4

Changes:

--- /work/SRC/openSUSE:Factory/lz4/lz4.changes  2014-07-17 17:31:54.0 
+0200
+++ /work/SRC/openSUSE:Factory/.lz4.new/lz4.changes 2014-10-05 
20:31:44.0 +0200
@@ -1,0 +2,8 @@
+Wed Oct  1 12:18:15 UTC 2014 - jeng...@inai.de
+
+- Update to version 1.3.1+svn123
+* Added a pkgconfig file
+* Fix a LZ4HC streaming bug
+* Updated the framing specificaiton to 1.4.1
+
+---

Old:

  lz4-svn119.tar.lz

New:

  lz4-1.3.1+svn123.tar.xz



Other differences:
--
++ lz4.spec ++
--- /var/tmp/diff_new_pack.VvPdXa/_old  2014-10-05 20:31:45.0 +0200
+++ /var/tmp/diff_new_pack.VvPdXa/_new  2014-10-05 20:31:45.0 +0200
@@ -18,7 +18,7 @@
 
 Name:   lz4
 %define lname  liblz4-1
-Version:1.2.0.r119
+Version:1.3.1+svn123
 Release:0
 Summary:Hash-based Predictive Lempel-Ziv compressor
 License:GPL-2.0+ and BSD-2-Clause
@@ -28,11 +28,12 @@
 
 #SVN-Clone:http://lz4.googlecode.com/svn/trunk
 # Project offers no source tarballs.
-Source: %name-svn119.tar.lz
+Source: %name-%version.tar.xz
 Patch1: lz4-use-shlib.diff
 Patch2: lz4-killdate.diff
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  lzip
+BuildRequires:  pkg-config
+BuildRequires:  xz
 
 %description
 LZ4 is a very fast compressor, based on well-known LZ77 (Lempel-Ziv)
@@ -95,5 +96,6 @@
 %defattr(-,root,root)
 %_includedir/lz4*.h
 %_libdir/liblz4.so
+%_libdir/pkgconfig/*.pc
 
 %changelog

++ lz4-killdate.diff ++
--- /var/tmp/diff_new_pack.VvPdXa/_old  2014-10-05 20:31:45.0 +0200
+++ /var/tmp/diff_new_pack.VvPdXa/_new  2014-10-05 20:31:45.0 +0200
@@ -7,7 +7,7 @@
 ===
 --- trunk.orig/programs/fullbench.c
 +++ trunk/programs/fullbench.c
-@@ -109,7 +109,7 @@
+@@ -107,7 +107,7 @@
  #  define LZ4_VERSION 
  #endif
  #define AUTHOR Yann Collet
@@ -20,8 +20,8 @@
 ===
 --- trunk.orig/programs/lz4cli.c
 +++ trunk/programs/lz4cli.c
-@@ -112,7 +112,7 @@
- #  define LZ4_VERSION v1.2.0
+@@ -116,7 +116,7 @@
+ #  define LZ4_VERSION r122
  #endif
  #define AUTHOR Yann Collet
 -#define WELCOME_MESSAGE *** %s %i-bits %s, by %s (%s) ***\n, 
COMPRESSOR_NAME, (int)(sizeof(void*)*8), LZ4_VERSION, AUTHOR, __DATE__

++ lz4-use-shlib.diff ++
--- /var/tmp/diff_new_pack.VvPdXa/_old  2014-10-05 20:31:45.0 +0200
+++ /var/tmp/diff_new_pack.VvPdXa/_new  2014-10-05 20:31:45.0 +0200
@@ -6,19 +6,19 @@
 ===
 --- trunk.orig/programs/Makefile
 +++ trunk/programs/Makefile
-@@ -69,11 +69,11 @@ default: lz4 lz4c
+@@ -70,11 +70,11 @@ default: lz4 lz4c
  
- all: lz4 lz4c lz4c32 fullbench fullbench32 fuzzer fuzzer32 datagen
+ all: lz4 lz4c lz4c32 fullbench fullbench32 fuzzer fuzzer32 frametest datagen
  
--lz4: $(LZ4DIR)/lz4.c $(LZ4DIR)/lz4hc.c bench.c xxhash.c lz4io.c lz4cli.c
+-lz4: $(LZ4DIR)/lz4.c $(LZ4DIR)/lz4hc.c $(LZ4DIR)/xxhash.c bench.c lz4io.c 
lz4cli.c
 -  $(CC)  $(FLAGS) -DDISABLE_LZ4C_LEGACY_OPTIONS $^ -o $@$(EXT)
-+lz4: bench.c xxhash.c lz4io.c lz4cli.c
++lz4: $(LZ4DIR)/xxhash.c bench.c lz4io.c lz4cli.c
 +  $(CC)  $(FLAGS) -DDISABLE_LZ4C_LEGACY_OPTIONS $^ -o $@$(EXT) 
-L${LZ4DIR} -llz4
  
--lz4c  : $(LZ4DIR)/lz4.c $(LZ4DIR)/lz4hc.c bench.c xxhash.c lz4io.c lz4cli.c
+-lz4c  : $(LZ4DIR)/lz4.c $(LZ4DIR)/lz4hc.c $(LZ4DIR)/xxhash.c bench.c lz4io.c 
lz4cli.c
 -  $(CC)  $(FLAGS) $^ -o $@$(EXT)
-+lz4c: bench.c xxhash.c lz4io.c lz4cli.c
++lz4c  : $(LZ4DIR)/xxhash.c bench.c lz4io.c lz4cli.c
 +  $(CC)  $(FLAGS) $^ -o $@$(EXT) -L${LZ4DIR} -llz4
  
- lz4c32: $(LZ4DIR)/lz4.c $(LZ4DIR)/lz4hc.c bench.c xxhash.c lz4io.c lz4cli.c
+ lz4c32: $(LZ4DIR)/lz4.c $(LZ4DIR)/lz4hc.c $(LZ4DIR)/xxhash.c bench.c lz4io.c 
lz4cli.c
$(CC) -m32 $(FLAGS) $^ -o $@$(EXT)

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



commit libstorage for openSUSE:Factory

2014-10-05 Thread h_root
Hello community,

here is the log from the commit of package libstorage for openSUSE:Factory 
checked in at 2014-10-05 20:30:46

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


Package is libstorage

Changes:

--- /work/SRC/openSUSE:Factory/libstorage/libstorage.changes2014-10-01 
07:40:24.0 +0200
+++ /work/SRC/openSUSE:Factory/.libstorage.new/libstorage.changes   
2014-10-05 20:31:23.0 +0200
@@ -1,0 +2,12 @@
+Thu Oct 02 18:00:46 CEST 2014 - aschn...@suse.de
+
+- detect iso9660 and udf filesystems (fate#317247)
+- 2.25.28
+
+---
+Thu Oct 02 12:00:30 CEST 2014 - aschn...@suse.de
+
+- in general use wipefs to remove old signatures
+- 2.25.27
+
+---

Old:

  libstorage-2.25.16.tar.bz2

New:

  libstorage-2.25.18.tar.bz2



Other differences:
--
++ libstorage.spec ++
--- /var/tmp/diff_new_pack.o5nKYu/_old  2014-10-05 20:31:24.0 +0200
+++ /var/tmp/diff_new_pack.o5nKYu/_new  2014-10-05 20:31:24.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   libstorage
-Version:2.25.16
+Version:2.25.18
 Release:0
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Source: libstorage-%{version}.tar.bz2

++ libstorage-2.25.16.tar.bz2 - libstorage-2.25.18.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libstorage-2.25.16/LIBVERSION 
new/libstorage-2.25.18/LIBVERSION
--- old/libstorage-2.25.16/LIBVERSION   2014-01-22 10:39:57.0 +0100
+++ new/libstorage-2.25.18/LIBVERSION   2014-10-02 18:18:54.0 +0200
@@ -1 +1 @@
-5.1.0
+5.2.0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libstorage-2.25.16/VERSION 
new/libstorage-2.25.18/VERSION
--- old/libstorage-2.25.16/VERSION  2014-09-29 13:03:31.0 +0200
+++ new/libstorage-2.25.18/VERSION  2014-10-02 18:18:54.0 +0200
@@ -1 +1 @@
-2.25.16
+2.25.18
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libstorage-2.25.16/bindings/python/libstorage.py 
new/libstorage-2.25.18/bindings/python/libstorage.py
--- old/libstorage-2.25.16/bindings/python/libstorage.py2014-09-19 
16:24:07.0 +0200
+++ new/libstorage-2.25.18/bindings/python/libstorage.py2014-10-02 
18:20:03.0 +0200
@@ -112,6 +112,8 @@
 NFS = _libstorage.NFS
 NFS4 = _libstorage.NFS4
 TMPFS = _libstorage.TMPFS
+ISO9660 = _libstorage.ISO9660
+UDF = _libstorage.UDF
 FSNONE = _libstorage.FSNONE
 PRIMARY = _libstorage.PRIMARY
 EXTENDED = _libstorage.EXTENDED
@@ -232,6 +234,9 @@
 __swig_setmethods__[labelLength] = 
_libstorage.FsCapabilities_labelLength_set
 __swig_getmethods__[labelLength] = 
_libstorage.FsCapabilities_labelLength_get
 if _newclass:labelLength = 
_swig_property(_libstorage.FsCapabilities_labelLength_get, 
_libstorage.FsCapabilities_labelLength_set)
+__swig_setmethods__[canFormat] = _libstorage.FsCapabilities_canFormat_set
+__swig_getmethods__[canFormat] = _libstorage.FsCapabilities_canFormat_get
+if _newclass:canFormat = 
_swig_property(_libstorage.FsCapabilities_canFormat_get, 
_libstorage.FsCapabilities_canFormat_set)
 __swig_setmethods__[minimalFsSizeK] = 
_libstorage.FsCapabilities_minimalFsSizeK_set
 __swig_getmethods__[minimalFsSizeK] = 
_libstorage.FsCapabilities_minimalFsSizeK_get
 if _newclass:minimalFsSizeK = 
_swig_property(_libstorage.FsCapabilities_minimalFsSizeK_get, 
_libstorage.FsCapabilities_minimalFsSizeK_set)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libstorage-2.25.16/examples/TestLogging.cc 
new/libstorage-2.25.18/examples/TestLogging.cc
--- old/libstorage-2.25.16/examples/TestLogging.cc  2014-01-22 
10:39:57.0 +0100
+++ new/libstorage-2.25.18/examples/TestLogging.cc  2014-10-02 
18:18:54.0 +0200
@@ -87,6 +87,8 @@
case NFS: cout  NFS; break;
case NFS4: cout  NFS4; break;
case TMPFS: cout  TMPFS; break;
+   case ISO9660: cout  ISO9660; break;
+   case UDF: cout  UDF; break;
case FSNONE: cout  NONE; break;
}
cout  '\n';
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libstorage-2.25.16/examples/TestProbing.cc 
new/libstorage-2.25.18/examples/TestProbing.cc
--- old/libstorage-2.25.16/examples/TestProbing.cc  2014-01-22 
10:39:57.0 +0100

commit libstroke for openSUSE:Factory

2014-10-05 Thread h_root
Hello community,

here is the log from the commit of package libstroke for openSUSE:Factory 
checked in at 2014-10-05 20:30:59

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


Package is libstroke

Changes:

--- /work/SRC/openSUSE:Factory/libstroke/libstroke.changes  2013-02-05 
11:17:39.0 +0100
+++ /work/SRC/openSUSE:Factory/.libstroke.new/libstroke.changes 2014-10-05 
20:31:35.0 +0200
@@ -1,0 +2,5 @@
+Wed Oct  1 20:10:55 UTC 2014 - crrodrig...@opensuse.org
+
+- Do not use metapackage xorg-x11-devel 
+
+---



Other differences:
--
++ libstroke.spec ++
--- /var/tmp/diff_new_pack.VutQvG/_old  2014-10-05 20:31:36.0 +0200
+++ /var/tmp/diff_new_pack.VutQvG/_new  2014-10-05 20:31:36.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libstroke
 #
-# 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
@@ -18,8 +18,8 @@
 
 Name:   libstroke
 BuildRequires:  libtool
-BuildRequires:  xorg-x11
-BuildRequires:  xorg-x11-devel
+BuildRequires:  pkgconfig(ice)
+BuildRequires:  pkgconfig(x11)
 Version:0.5.1
 Release:0
 Url:http://www.etla.net/libstroke/
@@ -43,7 +43,7 @@
 Summary:Development package for libstroke
 Group:  Development/Libraries/C and C++
 Requires:   %{name} = %{version}
-Requires:   xorg-x11-libX11-devel
+Requires:   pkgconfig(x11)
 
 %description  -n libstroke-devel
 This package is needed if you want to program or compile applications

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



commit libftdi1 for openSUSE:Factory

2014-10-05 Thread h_root
Hello community,

here is the log from the commit of package libftdi1 for openSUSE:Factory 
checked in at 2014-10-05 20:30:52

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


Package is libftdi1

Changes:

--- /work/SRC/openSUSE:Factory/libftdi1/libftdi1.changes2013-03-08 
09:16:55.0 +0100
+++ /work/SRC/openSUSE:Factory/.libftdi1.new/libftdi1.changes   2014-10-05 
20:31:27.0 +0200
@@ -1,0 +2,18 @@
+Wed Oct 30 16:19:35 UTC 2013 - r...@suse.de
+
+- updated to 1.0
+  * Ported to libusb 1.x (initial work by Jie Zhang)
+  * Many eeprom handling improvements (Uwe Bonnes, Anders Larsen)
+  * Renamed pkconfig, library .so etc. files to libftdi1 (Intra2net)
+  * ftdi_eeprom is part of libftdi now (Intra2net)
+  * New baudrate calculation code + unit tests (Uwe Bonnes and Intra2net)
+  * Improved python bindings including python3 support (Michel Zou)
+  * Switched completely to cmake build system (Intra2net)
+  * cmake: Easy libftdi discovery via find_package() (Michel Zou)
+  * eeprom handling now done via get()/set() functions (Uwe Bonnes)
+  * C++ wrapper: Fixed use-after-free in List::find_all() (Intra2net)
+  * Documentation updates (Xiaofan Chen)
+  * See the git history for more changes and fixes
+- removed buildfixes.diff
+
+---

Old:

  buildfixes.diff
  libftdi-0.20.tar.gz

New:

  libftdi1-1.0.tar.bz2



Other differences:
--
++ libftdi1.spec ++
--- /var/tmp/diff_new_pack.qvgA1Z/_old  2014-10-05 20:31:28.0 +0200
+++ /var/tmp/diff_new_pack.qvgA1Z/_new  2014-10-05 20:31:28.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libftdi1
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,16 +17,18 @@
 
 
 Name:   libftdi1
-Version:0.20
+Version:1.0
 Release:0
 Summary:Library to program and control the FTDI USB controller
 License:LGPL-2.1+ and GPL-2.0-with-classpath-exception
 Group:  Hardware/Other
 Url:http://www.intra2net.com/en/developer/libftdi
-Source: 
http://www.intra2net.com/en/developer/libftdi/download/libftdi-%{version}.tar.gz
-Patch0: buildfixes.diff
+Source: 
http://www.intra2net.com/en/developer/libftdi/download/libftdi1-%{version}.tar.bz2
+BuildRequires:  boost-devel
+BuildRequires:  cmake = 2.8
 BuildRequires:  doxygen
-BuildRequires:  libusb-devel
+BuildRequires:  gcc-c++
+BuildRequires:  libusb-1_0-devel
 BuildRequires:  pkgconfig
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
@@ -34,7 +36,7 @@
 Summary:Header files and static libraries for libftdi
 Group:  Development/Libraries/C and C++
 Requires:   libftdi1 = %{version}
-Requires:   libusb-devel
+Requires:   libusb-1_0-devel
 
 %description
 Library to program and control the FTDI USB controller.
@@ -45,31 +47,26 @@
 This library is used by many programs accessing FTDI USB-to-RS232 converters.
 
 %prep
-%setup -q -n libftdi-%{version}
-%patch0 -p1
+%setup -q
+mkdir build
 
 %build
-%configure --disable-dependency-tracking CFLAGS=%{optflags}
+cd build
+%ifarch ia64
+CMFLAGS=-DLIB_SUFFIX=/
+%else
+CMFLAGS=
+%endif
+
+CFLAGS=%{optflags} CXXFLAGS=%{optflags} \
+cmake  -DCMAKE_INSTALL_PREFIX=%{_prefix} $CMFLAGS ../
 make %{?_smp_mflags}
 
 %install
+cd build
 %make_install
 mkdir -p %{buildroot}%{_mandir}/man3
-gzip -9 doc/man/man3/*.3
-cp doc/man/man3/*.3.gz %{buildroot}%{_mandir}/man3
-# Remove example programs
-rm -f %{buildroot}%{_bindir}/simple
-rm -f %{buildroot}%{_bindir}/bitbang
-rm -f %{buildroot}%{_bindir}/bitbang2
-rm -f %{buildroot}%{_bindir}/bitbang_ft2232
-rm -f %{buildroot}%{_bindir}/bitbang_cbus
-rm -f %{buildroot}%{_bindir}/find_all
-rm -f %{buildroot}%{_bindir}/find_all_pp
-rm -f %{buildroot}%{_bindir}/serial_test
-rm -f %{buildroot}%{_bindir}/baud_test
-
-%clean
-rm -rf %{buildroot}
+cp -p doc/man/man3/[^_]*.3 %{buildroot}%{_mandir}/man3
 
 %post -p /sbin/ldconfig
 
@@ -82,11 +79,12 @@
 
 %files -n libftdi1-devel
 %defattr(-,root,root)
-%{_bindir}/libftdi-config
-%{_includedir}/*.h
-%{_libdir}/libftdi.so
+%{_bindir}/libftdi*-config
+%{_includedir}/%{name}
+%{_libdir}/libftdi*.so
 %{_libdir}/libftdi*.*a
 %{_libdir}/pkgconfig/*.pc
+%{_libdir}/cmake/%{name}
 %{_mandir}/man3/*
 
 %changelog

++ libftdi-0.20.tar.gz - libftdi1-1.0.tar.bz2 ++
 59942 lines of diff (skipped)

-- 
To unsubscribe, e-mail: 

commit gnucash-docs for openSUSE:Factory

2014-10-05 Thread h_root
Hello community,

here is the log from the commit of package gnucash-docs for openSUSE:Factory 
checked in at 2014-10-05 20:31:11

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


Package is gnucash-docs

Changes:

--- /work/SRC/openSUSE:Factory/gnucash-docs/gnucash-docs.changes
2014-04-05 17:09:37.0 +0200
+++ /work/SRC/openSUSE:Factory/.gnucash-docs.new/gnucash-docs.changes   
2014-10-05 20:31:59.0 +0200
@@ -1,0 +2,24 @@
+Tue Sep 30 19:47:45 UTC 2014 - dims...@opensuse.org
+
+- Update to version 2.6.4:
+  + Add sentence about manually editing payment information for
+customers.
+  + Add warning and tip about account separator character.
+  + Correct field format in python-import-fields.
+  + Currency movements .. remain fully balanced if Trading
+Accounts is enabled; double entry was not sufficient.
+  + Improve explanation that Credit does NOT decrease equity
+accounts.
+  + Improve readability of Credit does NOT decrease 
+  + New chapters in the German translation: Overview, Basics, and
+Accounts.
+  + Reduced proportional width of description column to increase
+overall font size for a 510 pixel width image.
+  + Remove a few discrepancies between the german guide overview
+and other components.
+  + Update of translators in gnucash-guide-de.omf
+  + Updated documentation to explain how to tie dividends received
+in cash to the appropriate stock holding.
+  + Updated translations.
+
+---

Old:

  gnucash-docs-2.6.3.tar.gz

New:

  gnucash-docs-2.6.4.tar.gz



Other differences:
--
++ gnucash-docs.spec ++
--- /var/tmp/diff_new_pack.09Glis/_old  2014-10-05 20:32:02.0 +0200
+++ /var/tmp/diff_new_pack.09Glis/_new  2014-10-05 20:32:02.0 +0200
@@ -17,13 +17,13 @@
 
 
 Name:   gnucash-docs
-Version:2.6.3
+Version:2.6.4
 Release:0
 Summary:Documentation Module for GnuCash
 License:GFDL-1.1 and GPL-2.0+
 Group:  Productivity/Office/Finance
 Url:http://www.gnucash.org/
-Source: 
http://downloads.sourceforge.net/project/gnucash/gnucash-docs/2.6.3/%{name}-%{version}.tar.gz
+Source: 
http://downloads.sourceforge.net/project/gnucash/gnucash-docs/2.6.4/%{name}-%{version}.tar.gz
 BuildRequires:  fdupes
 # Only for directory ownership:
 BuildRequires:  libgnome

++ gnucash-docs-2.6.3.tar.gz - gnucash-docs-2.6.4.tar.gz ++
/work/SRC/openSUSE:Factory/gnucash-docs/gnucash-docs-2.6.3.tar.gz 
/work/SRC/openSUSE:Factory/.gnucash-docs.new/gnucash-docs-2.6.4.tar.gz differ: 
char 5, line 1

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



commit dracut for openSUSE:Factory

2014-10-05 Thread h_root
Hello community,

here is the log from the commit of package dracut for openSUSE:Factory checked 
in at 2014-10-05 20:30:43

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-10-01 
11:21:58.0 +0200
+++ /work/SRC/openSUSE:Factory/.dracut.new/dracut.changes   2014-10-05 
20:31:16.0 +0200
@@ -1,0 +2,9 @@
+Thu Oct  2 14:33:20 UTC 2014 - tr...@suse.de
+
+- Fix install-kernel with xen for self build kernels to show up in grub2
+  properly (bsc#897901)
+* Modify dracut-installkernel (source file)
+- Fix foreign fonts in plymouth and console (bnc#897972)
+* Add 0163-Install-etc-sysconfig-console-to-see-specific-fonts.patch
+
+---

New:

  0163-Install-etc-sysconfig-console-to-see-specific-fonts.patch



Other differences:
--
++ dracut.spec ++
--- /var/tmp/diff_new_pack.B1gfzh/_old  2014-10-05 20:31:18.0 +0200
+++ /var/tmp/diff_new_pack.B1gfzh/_new  2014-10-05 20:31:18.0 +0200
@@ -183,6 +183,7 @@
 Patch160:   0160-nfs-Add-ip-.-and-root-nfs.-parameters-to-internal-dr.patch
 Patch161:   0161-Fix-error-message-when-there-are-no-internal-kernel-.patch
 Patch162:   0162-network-Request-DHCP-lease-instead-of-getting-applyi.patch
+Patch163:   0163-Install-etc-sysconfig-console-to-see-specific-fonts.patch
 
 BuildRequires:  asciidoc
 BuildRequires:  bash
@@ -388,6 +389,7 @@
 %patch160 -p1
 %patch161 -p1
 %patch162 -p1
+%patch163 -p1
 
 %build
 %configure\

++ 0163-Install-etc-sysconfig-console-to-see-specific-fonts.patch ++
From 4ef054c0510f24e8652726674461833a33643b26 Mon Sep 17 00:00:00 2001
From: Thomas Renninger tr...@suse.de
Date: Tue, 30 Sep 2014 16:58:05 +0200
Subject: Install /etc/sysconfig/console to see specific fonts

bnc#897972

Author: Werner Fink wer...@suse.de
Signed-off-by: Thomas Renninger tr...@suse.de
---
 modules.d/10i18n/module-setup.sh | 4 
 1 file changed, 4 insertions(+)

diff --git a/modules.d/10i18n/module-setup.sh b/modules.d/10i18n/module-setup.sh
index a091f89..f7ec0d9 100755
--- a/modules.d/10i18n/module-setup.sh
+++ b/modules.d/10i18n/module-setup.sh
@@ -221,6 +221,10 @@ install() {
 print_vars KEYMAP EXT_KEYMAPS UNICODE FONT FONT_MAP FONT_UNIMAP  
${initdir}${VCONFIG_CONF}
 fi
 
+if dracut_module_included systemd  [[ -f /etc/sysconfig/console 
]]; then
+inst_simple /etc/sysconfig/console
+fi
+
 return 0
 }
 
-- 
1.8.4.5

++ dracut-installkernel ++
--- /var/tmp/diff_new_pack.B1gfzh/_old  2014-10-05 20:31:19.0 +0200
+++ /var/tmp/diff_new_pack.B1gfzh/_new  2014-10-05 20:31:19.0 +0200
@@ -15,6 +15,7 @@
 KERNEL_VERSION=$1
 BOOTIMAGE=$2
 MAPFILE=$3
+CONFIGFILE=config-$KERNEL_VERSION
 
 case $(uname -m) in
 s390|s390x)
@@ -56,12 +57,19 @@
 $INSTALL_PATH/System.map-$KERNEL_VERSION.old; 
 fi
 
+
+if [ -f $INSTALL_PATH/$CONFIGFILE ]; then
+mv $INSTALL_PATH/$CONFIGFILE \
+$INSTALL_PATH/$CONFIGFILE.old;
+fi
+
 #
 # Install new files
 #
 
 cp -fp $BOOTIMAGE $INSTALL_PATH/$BOOTFILE-$KERNEL_VERSION
 cp -fp $MAPFILE $INSTALL_PATH/System.map-$KERNEL_VERSION
+cp -fp .config $INSTALL_PATH/$CONFIGFILE
 
 CONFIG=$(dirname $MAPFILE)/.config
 CHECK_SUPPORTED=

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



commit snapper for openSUSE:Factory

2014-10-05 Thread h_root
Hello community,

here is the log from the commit of package snapper for openSUSE:Factory checked 
in at 2014-10-05 20:30:37

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


Package is snapper

Changes:

--- /work/SRC/openSUSE:Factory/snapper/snapper.changes  2014-10-01 
07:40:26.0 +0200
+++ /work/SRC/openSUSE:Factory/.snapper.new/snapper.changes 2014-10-05 
20:31:09.0 +0200
@@ -1,0 +2,5 @@
+Thu Oct 02 14:46:37 CEST 2014 - aschn...@suse.de
+
+- allow to specify command for comparing file
+
+---



Other differences:
--
++ snapper-0.2.4.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/snapper-0.2.4/client/misc.cc 
new/snapper-0.2.4/client/misc.cc
--- old/snapper-0.2.4/client/misc.cc2014-08-01 10:12:17.0 +0200
+++ new/snapper-0.2.4/client/misc.cc2014-10-02 15:46:25.0 +0200
@@ -27,6 +27,7 @@
 #include boost/algorithm/string.hpp
 
 #include snapper/AppUtil.h
+#include snapper/SystemCmd.h
 
 #include utils/text.h
 
@@ -209,3 +210,27 @@
 
 return username;
 }
+
+
+Differ::Differ()
+: command(DIFFBIN  --new-file --unified), extensions()
+{
+}
+
+
+void
+Differ::run(const string f1, const string f2) const
+{
+string tmp = command;
+if (!extensions.empty())
+   tmp +=   + extensions;
+tmp +=   + quote(f1) +   + quote(f2);
+
+SystemCmd cmd(tmp);
+
+for (const string line : cmd.stdout())
+   cout  line  endl;
+
+for (const string line : cmd.stderr())
+   cerr  line  endl;
+}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/snapper-0.2.4/client/misc.h 
new/snapper-0.2.4/client/misc.h
--- old/snapper-0.2.4/client/misc.h 2014-08-01 10:12:17.0 +0200
+++ new/snapper-0.2.4/client/misc.h 2014-10-02 15:46:25.0 +0200
@@ -49,3 +49,14 @@
 
 string
 username(uid_t uid);
+
+
+struct Differ
+{
+Differ();
+
+void run(const string f1, const string f2) const;
+
+string command;
+string extensions;
+};
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/snapper-0.2.4/client/snapper.cc 
new/snapper-0.2.4/client/snapper.cc
--- old/snapper-0.2.4/client/snapper.cc 2014-09-12 11:53:52.0 +0200
+++ new/snapper-0.2.4/client/snapper.cc 2014-10-02 15:46:25.0 +0200
@@ -34,7 +34,6 @@
 #include snapper/SnapperTmpl.h
 #include snapper/Enum.h
 #include snapper/AsciiFile.h
-#include snapper/SystemCmd.h
 #include snapper/SnapperDefines.h
 #include snapper/XAttributes.h
 #ifdef ENABLE_ROLLBACK
@@ -964,6 +963,10 @@
 {
 cout  _(  Comparing snapshots:)  endl
  _(\tsnapper diff number1..number2 [files])  endl
+ endl
+ _(Options for 'diff' command:)  endl
+ _(\t--diff-cmd command\t\tCommand used for comparing files.)  
endl
+ _(\t--extensions, -x options\tExtra options passed to the diff 
command.)  endl
  endl;
 }
 
@@ -971,15 +974,29 @@
 void
 command_diff(DBus::Connection* conn, Snapper* snapper)
 {
-GetOpts::parsed_opts opts = getopts.parse(diff, GetOpts::no_options);
+const struct option options[] = {
+   { diff-cmd,   required_argument,  0,  0 },
+   { extensions, required_argument,  0,  'x' },
+   { 0, 0, 0, 0 }
+};
+
+GetOpts::parsed_opts opts = getopts.parse(diff, options);
 
 if (getopts.numArgs()  1) {
cerr  _(Command 'diff' needs at least one argument.)  endl;
exit(EXIT_FAILURE);
 }
 
+Differ differ;
+
 GetOpts::parsed_opts::const_iterator opt;
 
+if ((opt = opts.find(diff-cmd)) != opts.end())
+   differ.command = opt-second;
+
+if ((opt = opts.find(extensions)) != opts.end())
+   differ.extensions = opt-second;
+
 pairunsigned int, unsigned int nums(read_nums(getopts.popArg()));
 
 MyComparison comparison(*conn, nums, true);
@@ -988,14 +1005,7 @@
 if (getopts.numArgs() == 0)
 {
for (Files::const_iterator it1 = files.begin(); it1 != files.end(); 
++it1)
-   {
-   SystemCmd cmd(DIFFBIN  --unified --new-file  + 
quote(it1-getAbsolutePath(LOC_PRE)) +
-   + quote(it1-getAbsolutePath(LOC_POST)), false);
-
-   const vectorstring lines = cmd.stdout();
-   for (vectorstring::const_iterator it2 = lines.begin(); it2 != 
lines.end(); ++it2)
-   cout  it2-c_str()  endl;
-   }
+   differ.run(it1-getAbsolutePath(LOC_PRE), 
it1-getAbsolutePath(LOC_POST));
 }
 else
 {
@@ -1004,15 +1014,8 @@
string name = getopts.popArg();
 
   

commit libmirage for openSUSE:Factory

2014-10-05 Thread h_root
Hello community,

here is the log from the commit of package libmirage for openSUSE:Factory 
checked in at 2014-10-05 20:31:07

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


Package is libmirage

Changes:

--- /work/SRC/openSUSE:Factory/libmirage/libmirage.changes  2014-09-15 
18:24:45.0 +0200
+++ /work/SRC/openSUSE:Factory/.libmirage.new/libmirage.changes 2014-10-05 
20:31:52.0 +0200
@@ -1,0 +2,9 @@
+Thu Oct  2 13:29:26 UTC 2014 - jeng...@inai.de
+
+- Update to new upstream release 3.0.2
+* TOC writer: fixed object (session, track, fragment) leak.
+  Fixes problems with no data being written to files in cases when
+  a virtual image is written, its target files removed and then
+  burned again.
+
+---

Old:

  libmirage-3.0.1.tar.bz2

New:

  libmirage-3.0.2.tar.bz2



Other differences:
--
++ libmirage.spec ++
--- /var/tmp/diff_new_pack.TME3W5/_old  2014-10-05 20:31:53.0 +0200
+++ /var/tmp/diff_new_pack.TME3W5/_new  2014-10-05 20:31:53.0 +0200
@@ -22,7 +22,7 @@
 Summary:A CD-ROM image access library
 License:GPL-2.0+
 Group:  Development/Libraries/C and C++
-Version:3.0.1
+Version:3.0.2
 Release:0
 Url:http://cdemu.sf.net/about/libmirage/
 

++ libmirage-3.0.1.tar.bz2 - libmirage-3.0.2.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libmirage-3.0.1/CMakeLists.txt 
new/libmirage-3.0.2/CMakeLists.txt
--- old/libmirage-3.0.1/CMakeLists.txt  2014-07-25 22:15:44.0 +0200
+++ new/libmirage-3.0.2/CMakeLists.txt  2014-09-28 21:19:13.0 +0200
@@ -6,7 +6,7 @@
 # Release versioning:
 set (MIRAGE_VERSION_MAJOR 3)
 set (MIRAGE_VERSION_MINOR 0)
-set (MIRAGE_VERSION_MICRO 1)
+set (MIRAGE_VERSION_MICRO 2)
 set (MIRAGE_VERSION_LONG 
${MIRAGE_VERSION_MAJOR}.${MIRAGE_VERSION_MINOR}.${MIRAGE_VERSION_MICRO})
 set (MIRAGE_VERSION_SHORT ${MIRAGE_VERSION_MAJOR}.${MIRAGE_VERSION_MINOR})
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libmirage-3.0.1/README new/libmirage-3.0.2/README
--- old/libmirage-3.0.1/README  2014-07-25 22:15:44.0 +0200
+++ new/libmirage-3.0.2/README  2014-09-28 21:19:13.0 +0200
@@ -1,5 +1,5 @@
 libMirage
-3.0.1
+3.0.2
 ~
 
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libmirage-3.0.1/debian/changelog 
new/libmirage-3.0.2/debian/changelog
--- old/libmirage-3.0.1/debian/changelog2014-07-25 22:15:44.0 
+0200
+++ new/libmirage-3.0.2/debian/changelog2014-09-28 21:19:13.0 
+0200
@@ -1,3 +1,3 @@
-libmirage (3.0.0-1) debian; urgency=low
+libmirage (3.0.2-1) debian; urgency=low
   * Initial Release. Closes: #705409
  -- Henrik Stokseth hen...@hshq.net  Sat, 05 Apr 2014 12:00:00 +0100
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libmirage-3.0.1/images/image-toc/writer.c 
new/libmirage-3.0.2/images/image-toc/writer.c
--- old/libmirage-3.0.1/images/image-toc/writer.c   2014-07-25 
22:15:44.0 +0200
+++ new/libmirage-3.0.2/images/image-toc/writer.c   2014-09-28 
21:19:13.0 +0200
@@ -335,6 +335,7 @@
 /* TOC does not list first track's pregap. Unless it
is greater than standard 150? But the first fragment
(j == 0) always model the standard pregap */
+g_object_unref(fragment);
 continue;
 }
 
@@ -354,6 +355,7 @@
 /* First track is a special case, since TOC does not list
its standard 150-sector pregap */
 if (track_start = 150) {
+g_object_unref(track);
 continue;
 } else {
 track_start -= 150;
@@ -399,21 +401,22 @@
 
 /* Open stream on TOC file */
 MirageStream *toc_stream = 
mirage_contextual_create_output_stream(MIRAGE_CONTEXTUAL(self), filename, NULL, 
error);
-if (!toc_stream) {
-succeeded = FALSE;
-break;
-}
-
-/* Generate TOC file contents */
-GString *toc_contents = mirage_writer_toc_create_toc_file(self, 
session);
+if (toc_stream) {
+/* Generate TOC file contents */
+GString *toc_contents = mirage_writer_toc_create_toc_file(self, 
session);
+
+/* Write */
+if (mirage_stream_write(toc_stream, toc_contents-str, 
toc_contents-len, error) != (toc_contents-len)) {
+   

commit linkchecker for openSUSE:Factory

2014-10-05 Thread h_root
Hello community,

here is the log from the commit of package linkchecker for openSUSE:Factory 
checked in at 2014-10-05 20:30:51

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


Package is linkchecker

Changes:

--- /work/SRC/openSUSE:Factory/linkchecker/linkchecker.changes  2012-02-16 
14:58:31.0 +0100
+++ /work/SRC/openSUSE:Factory/.linkchecker.new/linkchecker.changes 
2014-10-05 20:31:25.0 +0200
@@ -1,0 +2,47 @@
+Thu Sep 11 17:17:51 CEST 2014 - p...@suse.de
+
+- Fix specfile so that the icons are installed in the right place.
+
+---
+Tue Sep  2 16:45:03 CEST 2014 - p...@suse.de
+
+- Update to 9.3. Only the Changes for 9.3 are listed, for the rest
+  see /usr/share/doc/packages/linkchecker/changelog.txt.
+
+  9.3 Better Living Through Chemistry (released 16.7.2014)
+
+  Features:
+  - checking: Parse and check links in PDF files.
+  - checking: Parse Refresh: and Content-Location: HTTP headers for URLs.
+
+  Changes:
+  - plugins: PDF and Word checks are now parser plugins
+(PdfParser, WordParser). Both plugins are not enabled
+by default since they require third party modules.
+  - plugins: Print a warning for enabled plugins that could not
+import needed third party modules.
+  - checking: Treat empty URLs as same as parent URL.
+Closes: GH bug #524
+  - installation: Replaced the twill dependency with local code.
+
+  Fixes:
+  - checking: Catch XML parse errors in sitemap XML files and print them
+as warnings. Patch by Mark-Hetherington.
+Closes: GH bug #516
+  - checking: Fix internal URL match pattern. Patch by Mark-Hetherington.
+Closes: GH bug #510
+  - checking: Recalculate extern status after HTTP redirection.
+Patch by Mark-Hetherington.
+Closes: GH bug #515
+  - checking: Do not strip quotes from already resolved URLs.
+Closes: GH bug #521
+  - cgi: Sanitize configuration.
+Closes: GH bug #519
+  - checking: Use user-supplied authentication and proxies when requestiong
+robot.txt.
+  - plugins: Fix Word file check plugin.
+Closes: GH bug #530
+
+- Install all icons
+
+---

Old:

  LinkChecker-7.5.tar.bz2

New:

  LinkChecker-9.3.tar.gz



Other differences:
--
++ linkchecker.spec ++
--- /var/tmp/diff_new_pack.cpYjsb/_old  2014-10-05 20:31:27.0 +0200
+++ /var/tmp/diff_new_pack.cpYjsb/_new  2014-10-05 20:31:27.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package linkchecker
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,26 +15,28 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 %define project_name LinkChecker
 
 Name:   linkchecker
 %define _prefix /usr
-BuildRequires:  libqt4-devel-doc
-BuildRequires:  python-cssutils
-BuildRequires:  python-devel
-BuildRequires:  python-optcomplete
-BuildRequires:  python-xml
-Requires:   tidy
 Url:http://linkchecker.sourceforge.net
 Summary:Check Websites and HTML Documents for Broken Links
 License:GPL-2.0+
 Group:  Productivity/Networking/Web/Utilities
-Version:7.5
+Version:9.3
 Release:0
-Source0:%{project_name}-%{version}.tar.bz2
+Source0:%{project_name}-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Prefix: %{_prefix}
-Requires:   python-cssutils python-optcomplete
+BuildRequires:  libqt4-devel-doc
+BuildRequires:  python-cssutils
+BuildRequires:  python-devel
+BuildRequires:  python-optcomplete
+BuildRequires:  python-xml
+Requires:   python-cssutils
+Requires:   python-optcomplete
+Requires:   tidy
 %py_requires
 
 %description
@@ -87,14 +89,16 @@
 grep -E -v '/usr/share/linkchecker/examples|/usr/share/locale' 
INSTALLED_FILES.in  INSTALLED_FILES
 echo %{py_sitedir}/_LinkChecker_configdata.pyc  INSTALLED_FILES
 find %{buildroot}/%{_mandir} -name \*.1 -o -name \*.5 -exec gzip -9 {} \;
+pushd doc/html
+install -d -m 0755 %{buildroot}%{_datadir}/pixmaps
+install -D -m 644 logo128x128.png  logo16x16.png  logo32x32.png logo48x48.png  
logo64x64.png %{buildroot}%{_datadir}/pixmaps
+popd
 
-%find_lang %project_name
-
-%clean
-rm -rf %{buildroot}
+%find_lang %name
 
-%files -f INSTALLED_FILES -f %project_name.lang
+%files -f INSTALLED_FILES -f %name.lang
 %defattr(-,root,root)
 %doc examples doc/upgrading.txt 

commit xfwm4 for openSUSE:Factory

2014-10-05 Thread h_root
Hello community,

here is the log from the commit of package xfwm4 for openSUSE:Factory checked 
in at 2014-10-05 20:31:00

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


Package is xfwm4

Changes:

--- /work/SRC/openSUSE:Factory/xfwm4/xfwm4.changes  2013-05-06 
10:11:50.0 +0200
+++ /work/SRC/openSUSE:Factory/.xfwm4.new/xfwm4.changes 2014-10-05 
20:31:36.0 +0200
@@ -1,0 +2,11 @@
+Thu Oct  2 01:30:19 UTC 2014 - crrodrig...@opensuse.org
+
+- Do not buildRequire metapackage xorg-x11-devel only
+  exactly the libraries that are required.
+
+---
+Thu May  1 09:35:19 UTC 2014 - g...@opensuse.org
+
+- remove xfwm4-fix-bug-in-workspace-deletion.patch file
+
+---

Old:

  xfwm4-fix-bug-in-workspace-deletion.patch



Other differences:
--
++ xfwm4.spec ++
--- /var/tmp/diff_new_pack.vSSqsP/_old  2014-10-05 20:31:37.0 +0200
+++ /var/tmp/diff_new_pack.vSSqsP/_new  2014-10-05 20:31:37.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package xfwm4
 #
-# 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
@@ -34,16 +34,24 @@
 BuildRequires:  fdupes
 BuildRequires:  intltool
 BuildRequires:  update-desktop-files
-BuildRequires:  xorg-x11-devel
 BuildRequires:  pkgconfig(dbus-1)
 BuildRequires:  pkgconfig(dbus-glib-1)
 BuildRequires:  pkgconfig(gtk+-2.0)
+BuildRequires:  pkgconfig(ice)
 BuildRequires:  pkgconfig(libstartup-notification-1.0)
 BuildRequires:  pkgconfig(libwnck-1.0)
 BuildRequires:  pkgconfig(libxfce4kbd-private-2)
 BuildRequires:  pkgconfig(libxfce4ui-1)
 BuildRequires:  pkgconfig(libxfce4util-1.0)
 BuildRequires:  pkgconfig(libxfconf-0)
+BuildRequires:  pkgconfig(sm)
+BuildRequires:  pkgconfig(x11)
+BuildRequires:  pkgconfig(xcomposite)
+BuildRequires:  pkgconfig(xdamage)
+BuildRequires:  pkgconfig(xext)
+BuildRequires:  pkgconfig(xfixes)
+BuildRequires:  pkgconfig(xrandr)
+BuildRequires:  pkgconfig(xrender)
 Provides:   xfwm4-doc = %{version}
 Obsoletes:  xfwm4-doc = 4.8.3
 Recommends: %{name}-lang = %{version}


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



commit siproxd for openSUSE:Factory

2014-10-05 Thread h_root
Hello community,

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

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


Package is siproxd

Changes:

--- /work/SRC/openSUSE:Factory/siproxd/siproxd.changes  2014-07-24 
01:21:30.0 +0200
+++ /work/SRC/openSUSE:Factory/.siproxd.new/siproxd.changes 2014-10-05 
20:31:53.0 +0200
@@ -1,0 +2,6 @@
+Wed Sep 24 16:44:43 UTC 2014 - sfal...@opensuse.org
+
+- Added 0001-plugins_implicit_func_fix.patch to clear post-build-
+  check failure 
+
+---

New:

  0001-plugins_implicit_func_fix.patch



Other differences:
--
++ siproxd.spec ++
--- /var/tmp/diff_new_pack.is5AuZ/_old  2014-10-05 20:31:54.0 +0200
+++ /var/tmp/diff_new_pack.is5AuZ/_new  2014-10-05 20:31:54.0 +0200
@@ -50,6 +50,8 @@
 Patch2: siproxd.plugin_fix_bogus_via.c.patch
 #PATCH-FOR-UPSTREAM fdejitter-implicit-func-fix.patch - tog...@opensuse.org 
fixes implicit functions definitions in dejitter.c by adding the neeed headers
 Patch3: dejitter-implicit-func-fix.patch
+#PATCH-FOR-UPSTREAM 0001-plugins_implicit_func_fix.patch - 
sfal...@opensuse.org - fixes implicit functions definitiions in plugins.c by 
adding the needed headers (sf#/p/siproxd/bugs/58/)
+Patch4: 0001-plugins_implicit_func_fix.patch
 BuildRequires:  docbook-utils
 BuildRequires:  libltdl
 BuildRequires:  libosip2
@@ -90,6 +92,7 @@
 %patch1  
 %patch2 -p1
 %patch3 -p1
+%patch4 -p1
 
 cp %{S:5} .
 
@@ -145,8 +148,8 @@
 %post -p  /sbin/ldconfig
 
 %pre
-%_sbindir/groupadd -r %{sipproxdgroup} 2 /dev/null || :
-%_sbindir/useradd -r -g %{sipproxdgroup} -s /bin/false -c Siproxd user -d 
%{_rundir}/%{name} %{siproxduser} 2 /dev/null || :
+%{_sbindir}/groupadd -r %{sipproxdgroup} 2 /dev/null || :
+%{_sbindir}/useradd -r -g %{sipproxdgroup} -s /bin/false -c Siproxd user -d 
%{_rundir}/%{name} %{siproxduser} 2 /dev/null || :
 
 %postun
 /sbin/ldconfig

++ 0001-plugins_implicit_func_fix.patch ++
From:  Shawn W Dunn sfal...@opensuse.org
Date:  2014-09-24 09:43:00 -0700
Subject:  Fix implicit declaration failure on plugins.c
References:  https://sourceforge.net/p/siproxd/bugs/58/
Upstream:  submitted

diff -rupN siproxd-0.8.1.old/src/plugins.c siproxd-0.8.1/src/plugins.c
--- siproxd-0.8.1.old/src/plugins.c 2011-05-28 08:47:15.0 -0700
+++ siproxd-0.8.1/src/plugins.c 2014-09-24 09:09:04.903460685 -0700
@@ -19,10 +19,14 @@
 */
 
 #include config.h
+#include string.h
+#include stdio.h
+#include unistd.h
 
 #include sys/types.h
 #include netinet/in.h
 #include arpa/inet.h
+#include sys/socket.h
 
 #include osipparser2/osip_parser.h
 

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



commit lzlib for openSUSE:Factory

2014-10-05 Thread h_root
Hello community,

here is the log from the commit of package lzlib for openSUSE:Factory checked 
in at 2014-10-05 20:31:05

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


Package is lzlib

Changes:

--- /work/SRC/openSUSE:Factory/lzlib/lzlib.changes  2014-09-25 
08:43:08.0 +0200
+++ /work/SRC/openSUSE:Factory/.lzlib.new/lzlib.changes 2014-10-05 
20:31:46.0 +0200
@@ -1,0 +2,11 @@
+Wed Oct  1 11:23:04 UTC 2014 - jeng...@inai.de
+
+- Update to new upstream release 1.6
+* Compression ratio of option -9 has been slightly increased.
+* Minilzip now copies file dates, permissions, and ownership like
+  `cp -p`. (If the user ID or the group ID cannot be duplicated,
+  the file permission bits S_ISUID and S_ISGID are cleared).
+* The license has been changed to GPL version 2 or later with link
+  exception.
+
+---

Old:

  lzlib-1.5.tar.lz
  lzlib-1.5.tar.lz.sig

New:

  lzlib-1.6.tar.gz
  lzlib-1.6.tar.gz.sig



Other differences:
--
++ lzlib.spec ++
--- /var/tmp/diff_new_pack.FOi7Zt/_old  2014-10-05 20:31:47.0 +0200
+++ /var/tmp/diff_new_pack.FOi7Zt/_new  2014-10-05 20:31:47.0 +0200
@@ -19,23 +19,18 @@
 
 
 Name:   lzlib
-Version:1.5
+Version:1.6
 Release:0
 %define soname 1
 Summary:LZMA Compression and Decompression Library
-License:GPL-3.0+
+License:GPL-2.0+
 Group:  Development/Libraries/C and C++
 Url:http://www.nongnu.org/lzip/lzlib.html
 
-#Freecode-URL: http://freecode.com/projects/lzlib
-Source: 
http://download-mirror.savannah.gnu.org/releases/lzip/%name-%version.tar.lz
-Source2:
http://download-mirror.savannah.gnu.org/releases/lzip/%name-%version.tar.lz.sig
+Source: 
http://download.savannah.gnu.org/releases/lzip/lzlib/%name-%version.tar.gz
+Source2:
http://download.savannah.gnu.org/releases/lzip/lzlib/%name-%version.tar.gz.sig
 Source3:%name.keyring
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  gcc
-BuildRequires:  glibc-devel
-BuildRequires:  lzip
-BuildRequires:  make
 PreReq: %install_info_prereq
 
 %description
@@ -71,12 +66,7 @@
 applications that want to make use of libcerror.
 
 %prep
-%if 0%{?__lzip:1}
 %setup -q
-%else
-tar --use=lzip -xf %{S:0}
-%setup -DTq
-%endif
 
 %build
 # not autoconf!

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



commit gfxboot for openSUSE:Factory

2014-10-05 Thread h_root
Hello community,

here is the log from the commit of package gfxboot for openSUSE:Factory checked 
in at 2014-10-05 20:30:44

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


Package is gfxboot

Changes:

--- /work/SRC/openSUSE:Factory/gfxboot/gfxboot.changes  2014-09-20 
15:49:52.0 +0200
+++ /work/SRC/openSUSE:Factory/.gfxboot.new/gfxboot.changes 2014-10-05 
20:31:19.0 +0200
@@ -1,0 +2,6 @@
+Thu Oct  2 17:11:28 CEST 2014 - snw...@suse.de
+
+- work around memory corruption issue seen on hyper-v (bnc #876640)
+- 4.5.6
+
+---

Old:

  gfxboot-4.5.5.tar.xz

New:

  gfxboot-4.5.6.tar.xz



Other differences:
--
++ gfxboot.spec ++
--- /var/tmp/diff_new_pack.81Z7v0/_old  2014-10-05 20:31:21.0 +0200
+++ /var/tmp/diff_new_pack.81Z7v0/_new  2014-10-05 20:31:21.0 +0200
@@ -17,13 +17,13 @@
 
 
 Name:   gfxboot
-Version:4.5.5
+Version:4.5.6
 Release:0
 Summary:Graphical Boot Logo for GRUB, LILO and SYSLINUX
 License:GPL-2.0+
 Group:  System/Boot
 Url:http://en.opensuse.org/SDB:Gfxboot
-Source: gfxboot-4.5.5.tar.xz
+Source: gfxboot-4.5.6.tar.xz
 Source1:KDE.tar.xz
 Source2:openSUSE.tar.xz
 Source3:SLED.tar.xz

++ KDE.tar.xz ++

++ SLED.tar.xz ++

++ SLES.tar.xz ++

++ examples.tar.xz ++

++ gfxboot-4.5.5.tar.xz - gfxboot-4.5.6.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gfxboot-4.5.5/VERSION new/gfxboot-4.5.6/VERSION
--- old/gfxboot-4.5.5/VERSION   2014-09-17 13:00:26.0 +0200
+++ new/gfxboot-4.5.6/VERSION   2014-10-02 17:11:22.0 +0200
@@ -1 +1 @@
-4.5.5
+4.5.6
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gfxboot-4.5.5/bincode.asm 
new/gfxboot-4.5.6/bincode.asm
--- old/gfxboot-4.5.5/bincode.asm   2013-07-22 13:46:31.0 +0200
+++ new/gfxboot-4.5.6/bincode.asm   2014-10-02 17:08:33.0 +0200
@@ -5430,7 +5430,15 @@
jnz prim_aend_10
 
dec ecx
-   lea eax,[ecx+4*ecx+2]
+
+   ; we need 5 * array_size + 2 bytes (for head) for our array
+   ; BUT...
+   ; +8: allocate a bit more memory than strictly necessary
+   ; else memory allocation gets corrupted on hyper-v (bnc #876640)
+   ; (part of the next block gets overwritten)
+   ; it's unclear, why
+   ; even with identical memory layout it doesn't break in other 
vms
+   lea eax,[ecx+4*ecx+2 + 8]
 
push ecx
call calloc
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gfxboot-4.5.5/changelog new/gfxboot-4.5.6/changelog
--- old/gfxboot-4.5.5/changelog 2014-09-17 13:00:28.0 +0200
+++ new/gfxboot-4.5.6/changelog 2014-10-02 17:11:24.0 +0200
@@ -1,4 +1,7 @@
-2014-09-17:HEAD
+2014-10-02:HEAD
+   - work around memory corruption issue seen on hyper-v (bnc #876640)
+
+2014-09-17:4.5.5
- fix compiler warning
- recreated font to match latest translations
- translation update 2

++ openSUSE.tar.xz ++

++ upstream.tar.xz ++

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



commit atril for openSUSE:Factory

2014-10-05 Thread h_root
Hello community,

here is the log from the commit of package atril for openSUSE:Factory checked 
in at 2014-10-05 20:31:27

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


Package is atril

Changes:

--- /work/SRC/openSUSE:Factory/atril/atril.changes  2014-09-08 
10:25:44.0 +0200
+++ /work/SRC/openSUSE:Factory/.atril.new/atril.changes 2014-10-05 
20:32:44.0 +0200
@@ -1,0 +2,8 @@
+Mon Sep 29 11:55:34 UTC 2014 - p.drou...@gmail.com
+
+- Update to version 1.8.1
+  + Fix crash when clicking empty canvas while loading.
+  + Fix FTBFS of atril when build with the clang compiler
+  + Add keywords key to .desktop files, close #78
+
+---

Old:

  atril-1.8.0.tar.xz

New:

  atril-1.8.1.tar.xz



Other differences:
--
++ atril.spec ++
--- /var/tmp/diff_new_pack.eyMSNV/_old  2014-10-05 20:32:44.0 +0200
+++ /var/tmp/diff_new_pack.eyMSNV/_new  2014-10-05 20:32:44.0 +0200
@@ -18,7 +18,7 @@
 Name:   atril
 %define typelib1 typelib-1_0-AtrilDocument-1_5_0
 %define typelib2 typelib-1_0-AtrilView-1_5_0
-Version:1.8.0
+Version:1.8.1
 Release:0
 License:GPL-2.0 and LGPL-2.0
 Summary:MATE Desktop document viewer

++ atril-1.8.0.tar.xz - atril-1.8.1.tar.xz ++
 9319 lines of diff (skipped)

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



commit libspnav for openSUSE:Factory

2014-10-05 Thread h_root
Hello community,

here is the log from the commit of package libspnav for openSUSE:Factory 
checked in at 2014-10-05 20:31:26

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


Package is libspnav

Changes:

--- /work/SRC/openSUSE:Factory/libspnav/libspnav.changes2012-01-19 
09:43:20.0 +0100
+++ /work/SRC/openSUSE:Factory/.libspnav.new/libspnav.changes   2014-10-05 
20:32:43.0 +0200
@@ -1,0 +2,5 @@
+Wed Oct  1 20:14:03 UTC 2014 - crrodrig...@opensuse.org
+
+- Only use pkgconfig(x11) not xorg-x11-devel 
+
+---



Other differences:
--
++ libspnav.spec ++
--- /var/tmp/diff_new_pack.OIiikH/_old  2014-10-05 20:32:43.0 +0200
+++ /var/tmp/diff_new_pack.OIiikH/_new  2014-10-05 20:32:43.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libspnav
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 # Copyright (c) 2009,2011 Herbert Graeber
 #
 # All modifications and additions to the file contributed by third parties
@@ -26,7 +26,7 @@
 Url:http://sourceforge.net/projects/spacenav/
 Source: %{name}-%{version}.tar.bz2
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  xorg-x11-devel
+BuildRequires:  pkgconfig(x11)
 
 %description
 The libspnav library is provided as a replacement of the magellan library.

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



commit cdemu-daemon for openSUSE:Factory

2014-10-05 Thread h_root
Hello community,

here is the log from the commit of package cdemu-daemon for openSUSE:Factory 
checked in at 2014-10-05 20:31:12

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


Package is cdemu-daemon

Changes:

--- /work/SRC/openSUSE:Factory/cdemu-daemon/cdemu-daemon.changes
2014-09-23 10:43:20.0 +0200
+++ /work/SRC/openSUSE:Factory/.cdemu-daemon.new/cdemu-daemon.changes   
2014-10-05 20:32:02.0 +0200
@@ -1,0 +2,11 @@
+Thu Oct  2 13:49:10 UTC 2014 - jeng...@inai.de
+
+- Update to new upstream release 3.0.2
+* properly report last session lead-in address as 0x on
+  closed and non-recordable discs. Fixes Used capacity in K3B's
+  Medium Information right after writing an image to the virtual
+  disc.
+* fixed a typo that prevented CD-TEXT being recorded on any
+  recording attempt beyond the first one
+
+---

Old:

  cdemu-daemon-3.0.1.tar.bz2

New:

  cdemu-daemon-3.0.2.tar.bz2



Other differences:
--
++ cdemu-daemon.spec ++
--- /var/tmp/diff_new_pack.cfBZDz/_old  2014-10-05 20:32:03.0 +0200
+++ /var/tmp/diff_new_pack.cfBZDz/_new  2014-10-05 20:32:03.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   cdemu-daemon
-Version:3.0.1
+Version:3.0.2
 Release:0
 Summary:Device daemon for cdemu, a virtual CD-ROM device emulator
 License:GPL-2.0+

++ cdemu-daemon-3.0.1.tar.bz2 - cdemu-daemon-3.0.2.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cdemu-daemon-3.0.1/CMakeLists.txt 
new/cdemu-daemon-3.0.2/CMakeLists.txt
--- old/cdemu-daemon-3.0.1/CMakeLists.txt   2014-07-25 22:15:44.0 
+0200
+++ new/cdemu-daemon-3.0.2/CMakeLists.txt   2014-09-28 21:19:13.0 
+0200
@@ -4,7 +4,7 @@
 project (cdemu-daemon C)
 
 # Versioning
-set (CDEMU_DAEMON_VERSION 3.0.1)
+set (CDEMU_DAEMON_VERSION 3.0.2)
 set (CDEMU_DAEMON_INTERFACE_VERSION_MAJOR 7)
 set (CDEMU_DAEMON_INTERFACE_VERSION_MINOR 0)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cdemu-daemon-3.0.1/README 
new/cdemu-daemon-3.0.2/README
--- old/cdemu-daemon-3.0.1/README   2014-07-25 22:15:44.0 +0200
+++ new/cdemu-daemon-3.0.2/README   2014-09-28 21:19:13.0 +0200
@@ -1,5 +1,5 @@
 CDEmu Daemon
-3.0.1
+3.0.2
 ~
 
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cdemu-daemon-3.0.1/debian/changelog 
new/cdemu-daemon-3.0.2/debian/changelog
--- old/cdemu-daemon-3.0.1/debian/changelog 2014-07-25 22:15:44.0 
+0200
+++ new/cdemu-daemon-3.0.2/debian/changelog 2014-09-28 21:19:13.0 
+0200
@@ -1,4 +1,4 @@
-cdemu-daemon (3.0.0-1) debian; urgency=low
+cdemu-daemon (3.0.2-1) debian; urgency=low
   * 01-dbus-config.diff: Patch D-BUS configuration.
   * Initial Release. Closes: #705409
  -- Henrik Stokseth hen...@hshq.net  Sat, 05 Apr 2014 12:00:00 +0100
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/cdemu-daemon-3.0.1/debian/patches/01-dbus-config.diff 
new/cdemu-daemon-3.0.2/debian/patches/01-dbus-config.diff
--- old/cdemu-daemon-3.0.1/debian/patches/01-dbus-config.diff   2014-07-25 
22:15:44.0 +0200
+++ new/cdemu-daemon-3.0.2/debian/patches/01-dbus-config.diff   1970-01-01 
01:00:00.0 +0100
@@ -1,17 +0,0 @@
-Description: Allow the CDEmu daemon to be controlled by the cdrom group
-Author: Henrik Stokseth hen...@hshq.net
-Origin: vendor
-Forwarded: not-needed
-Last-Update: 2011-05-01
-
 cdemu-daemon-1.4.0.orig/system/cdemu-daemon-dbus.conf
-+++ cdemu-daemon-1.4.0/system/cdemu-daemon-dbus.conf
-@@ -7,7 +7,7 @@
- policy user=root
- allow own=net.sf.cdemu.CDEmuDaemon/
- /policy
--policy group=root
-+policy group=cdrom
- allow own=net.sf.cdemu.CDEmuDaemon/
- /policy
-
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cdemu-daemon-3.0.1/debian/patches/series 
new/cdemu-daemon-3.0.2/debian/patches/series
--- old/cdemu-daemon-3.0.1/debian/patches/series2014-07-25 
22:15:44.0 +0200
+++ new/cdemu-daemon-3.0.2/debian/patches/series2014-09-28 
21:19:13.0 +0200
@@ -1 +0,0 @@
-01-dbus-config.diff
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cdemu-daemon-3.0.1/src/device-commands.c 
new/cdemu-daemon-3.0.2/src/device-commands.c
--- old/cdemu-daemon-3.0.1/src/device-commands.c2014-07-25 
22:15:44.0 +0200
+++ new/cdemu-daemon-3.0.2/src/device-commands.c

commit filezilla for openSUSE:Factory

2014-10-05 Thread h_root
Hello community,

here is the log from the commit of package filezilla for openSUSE:Factory 
checked in at 2014-10-05 20:31:32

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


Package is filezilla

Changes:

--- /work/SRC/openSUSE:Factory/filezilla/filezilla.changes  2014-08-16 
15:37:58.0 +0200
+++ /work/SRC/openSUSE:Factory/.filezilla.new/filezilla.changes 2014-10-05 
20:32:52.0 +0200
@@ -1,0 +2,10 @@
+Fri Oct  3 09:17:24 UTC 2014 - tchva...@suse.com
+
+- Version bump to 3.9.0.5:
+  * use wxwidgets-3.0
+  * various layout fixes
+  * assertion fixes
+  * new additional iconset
+- Accidentaly fix bnc#898879 by updating
+
+---

Old:

  FileZilla_3.8.1_src.tar.bz2

New:

  FileZilla_3.9.0.5_src.tar.bz2



Other differences:
--
++ filezilla.spec ++
--- /var/tmp/diff_new_pack.juuf9z/_old  2014-10-05 20:32:53.0 +0200
+++ /var/tmp/diff_new_pack.juuf9z/_new  2014-10-05 20:32:53.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   filezilla
-Version:3.8.1
+Version:3.9.0.5
 Release:0
 Summary:A GUI FTP and SFTP Client
 License:GPL-2.0+
@@ -31,7 +31,7 @@
 BuildRequires:  gcc-c++
 BuildRequires:  tinyxml-devel
 BuildRequires:  update-desktop-files
-BuildRequires:  wxWidgets-wxcontainer-devel = 2.8.12
+BuildRequires:  wxWidgets-devel = 3.0.1
 BuildRequires:  xdg-utils
 BuildRequires:  pkgconfig(dbus-1)
 BuildRequires:  pkgconfig(gnutls) = 3.1.12
@@ -40,8 +40,6 @@
 BuildRequires:  pkgconfig(sqlite3)
 Requires(pre):  update-desktop-files
 Recommends: %{name}-lang = %{version}
-Provides:   FileZilla = %{version}
-Obsoletes:  FileZilla  %{version}
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description

++ FileZilla_3.8.1_src.tar.bz2 - FileZilla_3.9.0.5_src.tar.bz2 ++
 273553 lines of diff (skipped)

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



commit squidview for openSUSE:Factory

2014-10-05 Thread h_root
Hello community,

here is the log from the commit of package squidview for openSUSE:Factory 
checked in at 2014-10-05 20:31:17

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


Package is squidview

Changes:

--- /work/SRC/openSUSE:Factory/squidview/squidview.changes  2014-02-15 
08:07:17.0 +0100
+++ /work/SRC/openSUSE:Factory/.squidview.new/squidview.changes 2014-10-05 
20:32:09.0 +0200
@@ -1,0 +2,5 @@
+Thu Oct  2 16:17:35 UTC 2014 - br...@ioda-net.ch
+
+- Added patch ac_new-autoconf.patch for fixing build on factory 
+
+---

New:

  ac_new-autoconf.patch



Other differences:
--
++ squidview.spec ++
--- /var/tmp/diff_new_pack.DRsTax/_old  2014-10-05 20:32:10.0 +0200
+++ /var/tmp/diff_new_pack.DRsTax/_new  2014-10-05 20:32:10.0 +0200
@@ -34,6 +34,7 @@
 Group:  Productivity/Networking/Web/Proxy
 Patch0: COPYING.patch
 Patch1: ltinfo-obs.patch
+Patch2: ac_new-autoconf.patch
 
 %description
 Squidview is an interactive console program which monitors 
@@ -51,7 +52,9 @@
 %setup -q -n %{name}-%{version}
 %patch0 
 %patch1
-autoreconf --force
+%patch2
+mv configure.in configure.ac
+autoreconf -fiv
 
 %build
 %configure

++ ac_new-autoconf.patch ++
--- configure.in2013-10-16 22:17:59.0 +0200
+++ configure.in2014-10-02 17:38:11.990245479 +0200
@@ -13,9 +13,9 @@ if test x$sv_curses = xno; then
 fi
 ])
 
-AC_INIT(squidview.cpp)
+AC_INIT([squidview], [0.80])
 AM_CONFIG_HEADER(config.h)
-AM_INIT_AUTOMAKE(squidview,0.80)
+AM_INIT_AUTOMAKE
 AC_PROG_CXX
 AC_PROG_INSTALL
 
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit python-libnacl for openSUSE:Factory

2014-10-05 Thread h_root
Hello community,

here is the log from the commit of package python-libnacl for openSUSE:Factory 
checked in at 2014-10-05 20:31:22

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


Package is python-libnacl

Changes:

--- /work/SRC/openSUSE:Factory/python-libnacl/python-libnacl.changes
2014-09-10 17:02:51.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-libnacl.new/python-libnacl.changes   
2014-10-05 20:32:35.0 +0200
@@ -1,0 +2,7 @@
+Thu Oct  2 20:43:02 UTC 2014 - abo...@gmail.com
+
+- Small update to 1.3.6
+  + Restrict library load to specific supported libsodium versions
+  + fix randombytes functions
+
+---

Old:

  libnacl-1.3.5.tar.gz

New:

  libnacl-1.3.6.tar.gz



Other differences:
--
++ python-libnacl.spec ++
--- /var/tmp/diff_new_pack.kfvcaf/_old  2014-10-05 20:32:36.0 +0200
+++ /var/tmp/diff_new_pack.kfvcaf/_new  2014-10-05 20:32:36.0 +0200
@@ -16,7 +16,7 @@
 #
 
 Name:   python-libnacl
-Version:1.3.5
+Version:1.3.6
 Release:0
 License:Apache-2.0
 Summary:Python bindings for libsodium/tweetnacl based on ctypes

++ libnacl-1.3.5.tar.gz - libnacl-1.3.6.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libnacl-1.3.5/PKG-INFO new/libnacl-1.3.6/PKG-INFO
--- old/libnacl-1.3.5/PKG-INFO  2014-09-03 20:27:24.0 +0200
+++ new/libnacl-1.3.6/PKG-INFO  2014-09-30 21:02:04.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: libnacl
-Version: 1.3.5
+Version: 1.3.6
 Summary: Python bindings for libsodium/tweetnacl based on ctypes
 Home-page: https://libnacl.readthedocs.org/
 Author: Thomas S Hatch
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libnacl-1.3.5/doc/conf.py 
new/libnacl-1.3.6/doc/conf.py
--- old/libnacl-1.3.5/doc/conf.py   2014-09-03 20:26:34.0 +0200
+++ new/libnacl-1.3.6/doc/conf.py   2014-09-30 21:00:44.0 +0200
@@ -53,7 +53,7 @@
 # built documents.
 #
 # The short X.Y version.
-version = '1.3.5'
+version = '1.3.6'
 # The full version, including alpha/beta/rc tags.
 release = version
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libnacl-1.3.5/doc/topics/dual.rst 
new/libnacl-1.3.6/doc/topics/dual.rst
--- old/libnacl-1.3.5/doc/topics/dual.rst   2014-08-15 07:19:46.0 
+0200
+++ new/libnacl-1.3.6/doc/topics/dual.rst   2014-09-26 05:04:46.0 
+0200
@@ -2,7 +2,7 @@
 Dual Key Management
 ===
 
-The libnacl library abstracts a Dual Key model. Teh Dual Key creates a single
+The libnacl library abstracts a Dual Key model. The Dual Key creates a single
 key management object that can be used for both signing and encrypting, it
 generates and maintains a Curve25519 encryption key pair and an ED25519 signing
 keypair. All methods for encryption and signing work with and from Dual Keys.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libnacl-1.3.5/doc/topics/raw_public.rst 
new/libnacl-1.3.6/doc/topics/raw_public.rst
--- old/libnacl-1.3.5/doc/topics/raw_public.rst 2014-08-13 04:25:43.0 
+0200
+++ new/libnacl-1.3.6/doc/topics/raw_public.rst 2014-09-26 05:04:46.0 
+0200
@@ -2,7 +2,7 @@
 Raw Public Key Encryption
 =
 
-.. note
+.. note::
 
 While these routines are perfectly safe, higher level convenience
 wrappers are under development to make these routines easier.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libnacl-1.3.5/doc/topics/raw_secret.rst 
new/libnacl-1.3.6/doc/topics/raw_secret.rst
--- old/libnacl-1.3.5/doc/topics/raw_secret.rst 2014-08-13 04:25:43.0 
+0200
+++ new/libnacl-1.3.6/doc/topics/raw_secret.rst 2014-09-26 05:04:46.0 
+0200
@@ -2,7 +2,7 @@
 Raw Secret Key Encryption
 =
 
-.. note
+.. note::
 
 While these routines are perfectly safe, higher level convenience
 wrappers are under development to make these routines easier.
@@ -10,6 +10,7 @@
 Secret key encryption is high speed encryption based on a shared secret key.
 
 .. note::
+
 The nacl library uses the salsa20 stream encryption cipher for secret key
 encryption, more information about the salsa20 cipher can be found here:
 http://cr.yp.to/salsa20.html
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libnacl-1.3.5/doc/topics/raw_sign.rst 
new/libnacl-1.3.6/doc/topics/raw_sign.rst
--- 

commit scilab for openSUSE:Factory

2014-10-05 Thread h_root
Hello community,

here is the log from the commit of package scilab for openSUSE:Factory checked 
in at 2014-10-05 20:31:25

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


Package is scilab

Changes:

--- /work/SRC/openSUSE:Factory/scilab/scilab.changes2014-07-22 
09:55:48.0 +0200
+++ /work/SRC/openSUSE:Factory/.scilab.new/scilab.changes   2014-10-05 
20:32:40.0 +0200
@@ -1,0 +2,16 @@
+Thu Oct  2 18:43:41 UTC 2014 - badshah...@gmail.com
+
+- Update to version 5.5.1:
+  + See release notes at
+http://www.scilab.org/index.php/community/news/20141002
+- Remove upstreamed patches:
+  + scilab-make-doc-ja_JP.patch
+  + scilab-gluegen-path.patch
+  + scilab-intg-crash.patch
+  + scilab-fileio-hang-with-incorrect-format.patch
+  + scilab-translation-build.patch
+  + scilab-fix-arpack-detection.patch
+  + scilab-pkconfig-use-system-tcltk-version.patch
+- Rebase existing patches for current version.
+
+---

Old:

  scilab-5.5.0-src.tar.gz
  scilab-fileio-hang-with-incorrect-format.patch
  scilab-fix-arpack-detection.patch
  scilab-gluegen-path.patch
  scilab-intg-crash.patch
  scilab-make-doc-ja_JP.patch
  scilab-pkconfig-use-system-tcltk-version.patch
  scilab-translation-build.patch

New:

  scilab-5.5.1-src.tar.gz



Other differences:
--
++ scilab.spec ++
--- /var/tmp/diff_new_pack.NbSa3O/_old  2014-10-05 20:32:43.0 +0200
+++ /var/tmp/diff_new_pack.NbSa3O/_new  2014-10-05 20:32:43.0 +0200
@@ -24,7 +24,7 @@
 Summary:High Level Programming Language/Numerical Analysis Software
 License:CECILL-2.0 and BSD-3-Clause
 Group:  Productivity/Scientific/Math
-Version:5.5.0
+Version:5.5.1
 Release:0
 Url:http://www.scilab.org
 # FOR STABLE RELEASE
@@ -40,22 +40,8 @@
 Patch2: %{name}-0002-always-use-dynamic-stack.patch
 # PATCH-FIX-UPSTREAM scilab-fix-64bit-portability-issue.patch 
badshah...@gmail.com -- Fix compiler warnings w.r.t 64bit portability
 Patch3: scilab-fix-64bit-portability-issue.patch
-# PATCH-FIX-OPENSUSE scilab-gluegen-path.patch -- set correct path to gluegen2 
library
-Patch4: scilab-gluegen-path.patch
 # PATCH-FIX-OPENSUSE scilab-special-jarnames.patch badshah...@gmail.com -- 
Adapt configure script for a few java library names peculiar to openSUSE
 Patch5: scilab-special-jarnames.patch
-# PATCH-FIX-UPSTREAM scilab-pkconfig-use-system-tcltk-version.patch 
badshah...@gmail.com -- Fix tcl/tk versions in scilab.pc file to be compatible 
with system tcl/tk; patch submitted upstream
-Patch13:scilab-pkconfig-use-system-tcltk-version.patch
-# PATCH-FIX-UPSTREAM scilab-translation-build.patch badshah...@gmail.com -- 
Fix building of lang package; patch taken from upstream git
-Patch14:scilab-translation-build.patch
-# PATCH-FIX-UPSTREAM scilab-make-doc-ja_JP.patch badshah...@gmail.com -- Fix 
building ja_JP locale
-Patch15:scilab-make-doc-ja_JP.patch
-# PATCH-FIX-UPSTREAM scilab-fix-arpack-detection.patch bnc#883233 
badshah...@gmail.com -- Fix detection of arpack-ng library during configure 
stage
-Patch16:scilab-fix-arpack-detection.patch
-# PATCH-FIX-UPSTREAM scilab-intg-crash.patch badshah...@gmail.com -- Fix 
scilab crash when intg involved division by zero; patch came from upstream
-Patch17:scilab-intg-crash.patch
-# PATCH-FIX-UPSTREAM scilab-fileio-hang-with-incorrect-format.patch 
badshah...@gmail.com -- Fix scilab becoming unresponsive when incorrect format 
is specified for mfscanf; patch came from upstream, fixes 
http://bugzilla.scilab.org/13468
-Patch18:scilab-fileio-hang-with-incorrect-format.patch
 # Dependencies are extracted from :
 # http://wiki.scilab.org/Dependencies of Scilab 5.X
 # Mandatory
@@ -279,15 +265,8 @@
 %patch1 -p1
 # PATCH5 and PATCH13 have to be applied before PATCH2; all affect ./configure
 %patch5 -p1
-%patch13 -p1
 %patch2 -p1
 %patch3 -p1
-%patch4 -p1
-%patch14 -p2
-%patch15 -p1
-%patch16 -p1
-%patch17 -p2
-%patch18 -p2
 
 # Fix Class-Path in manifest
 sed -i '/name=Class-Path/d' build.incl.xml

++ scilab-5.5.0-src.tar.gz - scilab-5.5.1-src.tar.gz ++
/work/SRC/openSUSE:Factory/scilab/scilab-5.5.0-src.tar.gz 
/work/SRC/openSUSE:Factory/.scilab.new/scilab-5.5.1-src.tar.gz differ: char 5, 
line 1

++ scilab-special-jarnames.patch ++
--- /var/tmp/diff_new_pack.NbSa3O/_old  2014-10-05 20:32:43.0 +0200
+++ /var/tmp/diff_new_pack.NbSa3O/_new  2014-10-05 20:32:43.0 +0200
@@ -1,8 +1,8 @@
-Index: scilab-5.5.0/configure
+Index: scilab-5.5.1/configure
 

commit caja for openSUSE:Factory

2014-10-05 Thread h_root
Hello community,

here is the log from the commit of package caja for openSUSE:Factory checked in 
at 2014-10-05 20:31:28

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


Package is caja

Changes:

--- /work/SRC/openSUSE:Factory/caja/caja.changes2014-05-02 
13:54:17.0 +0200
+++ /work/SRC/openSUSE:Factory/.caja.new/caja.changes   2014-10-05 
20:32:46.0 +0200
@@ -1,0 +2,9 @@
+Fri Oct  3 08:16:09 UTC 2014 - p.drou...@gmail.com
+
+- Update to version 1.8.2
+  + limit deep scount (folder contents and size) to one filesystem
+  + Handle metadata key deletions
+  + Propagate button-release event when ejecting
+  + Fix text renderinf on no background
+
+---

Old:

  caja-1.8.1.tar.xz

New:

  caja-1.8.2.tar.xz



Other differences:
--
++ caja.spec ++
--- /var/tmp/diff_new_pack.9p3s4K/_old  2014-10-05 20:32:47.0 +0200
+++ /var/tmp/diff_new_pack.9p3s4K/_new  2014-10-05 20:32:47.0 +0200
@@ -18,7 +18,7 @@
 Name:   caja
 %define _libname libcaja-extension1
 %define typelib typelib-1_0-Caja-2_0
-Version:1.8.1
+Version:1.8.2
 Release:0 
 Summary:File manager for the MATE desktop
 Group:  System/GUI/Other

++ caja-1.8.1.tar.xz - caja-1.8.2.tar.xz ++
 2388 lines of diff (skipped)
retrying with extended exclude list
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/caja-1.8.1/NEWS new/caja-1.8.2/NEWS
--- old/caja-1.8.1/NEWS 2014-04-25 15:26:26.0 +0200
+++ new/caja-1.8.2/NEWS 2014-09-28 21:11:48.0 +0200
@@ -1,3 +1,9 @@
+Bugfix changes in 1.8.2 are:
+* limit deep scount (folder contents and size) to one filesystem
+* Handle metadata key deletions
+* Propagate button-release event when ejecting
+* Fix text renderinf on no background
+
 Major changes in 1.8.1 are:
 * Accessibility improvements
 * Fixed x-caja-desktop issue
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/caja-1.8.1/configure.ac new/caja-1.8.2/configure.ac
--- old/caja-1.8.1/configure.ac 2014-04-25 15:26:40.0 +0200
+++ new/caja-1.8.2/configure.ac 2014-09-28 21:19:51.0 +0200
@@ -20,7 +20,7 @@
 m4_define(caja_extension_current,  5)
 m4_define(caja_extension_revision, 0)
 
-AC_INIT([caja], [1.8.1], [http://www.mate-desktop.org])
+AC_INIT([caja], [1.8.2], [http://www.mate-desktop.org])
 
 dnl ---
 dnl GTK library version
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/caja-1.8.1/data/caja-autorun-software.desktop.in 
new/caja-1.8.2/data/caja-autorun-software.desktop.in
--- old/caja-1.8.1/data/caja-autorun-software.desktop.in2014-04-25 
15:27:18.0 +0200
+++ new/caja-1.8.2/data/caja-autorun-software.desktop.in2014-09-28 
21:20:53.0 +0200
@@ -11,4 +11,4 @@
 X-MATE-Bugzilla-Bugzilla=MATE
 X-MATE-Bugzilla-Product=caja
 X-MATE-Bugzilla-Component=general
-X-MATE-Bugzilla-Version=1.8.1
+X-MATE-Bugzilla-Version=1.8.2
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/caja-1.8.1/data/caja-browser.desktop.in 
new/caja-1.8.2/data/caja-browser.desktop.in
--- old/caja-1.8.1/data/caja-browser.desktop.in 2014-04-25 15:27:18.0 
+0200
+++ new/caja-1.8.2/data/caja-browser.desktop.in 2014-09-28 21:20:53.0 
+0200
@@ -14,4 +14,4 @@
 X-MATE-Bugzilla-Bugzilla=MATE
 X-MATE-Bugzilla-Product=caja
 X-MATE-Bugzilla-Component=general
-X-MATE-Bugzilla-Version=1.8.1
+X-MATE-Bugzilla-Version=1.8.2
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' 

commit python3-tornado for openSUSE:Factory

2014-10-05 Thread h_root
Hello community,

here is the log from the commit of package python3-tornado for openSUSE:Factory 
checked in at 2014-10-05 20:31:15

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


Package is python3-tornado

Changes:

--- /work/SRC/openSUSE:Factory/python3-tornado/python3-tornado.changes  
2014-06-01 19:40:43.0 +0200
+++ /work/SRC/openSUSE:Factory/.python3-tornado.new/python3-tornado.changes 
2014-10-05 20:32:04.0 +0200
@@ -1,0 +2,74 @@
+Thu Oct  2 16:05:54 UTC 2014 - toddrme2...@gmail.com
+
+- Remove python-pycares BuildRequires since it is optional and
+  not in openSUSE:Factory
+  
+---
+Wed Oct  1 15:23:31 UTC 2014 - toddrme2...@gmail.com
+
+- Update to version 4.0.2
+  + Bug fixes
+* Fixed a bug that could sometimes cause a timeout to fire after being
+  cancelled.
+* `.AsyncTestCase` once again passes along arguments to test methods,
+  making it compatible with extensions such as Nose's test generators.
+* `.StaticFileHandler` can again compress its responses when gzip is 
enabled.
+* ``simple_httpclient`` passes its ``max_buffer_size`` argument to the
+  underlying stream.
+* Fixed a reference cycle that can lead to increased memory consumption.
+* `.add_accept_handler` will now limit the number of times it will call
+  `~socket.socket.accept` per `.IOLoop` iteration, addressing a potential
+  starvation issue.
+* Improved error handling in `.IOStream.connect` (primarily for FreeBSD
+  systems)
+- Update to version 4.0.1
+  + Bug fixes
+* The build will now fall back to pure-python mode if the C extension
+  fails to build for any reason (previously it would fall back for some
+  errors but not others).
+* `.IOLoop.call_at` and `.IOLoop.call_later` now always return
+  a timeout handle for use with `.IOLoop.remove_timeout`.
+* If any callback of a `.PeriodicCallback` or `.IOStream` returns a
+  `.Future`, any error raised in that future will now be logged
+  (similar to the behavior of `.IOLoop.add_callback`).
+* Fixed an exception in client-side websocket connections when the
+  connection is closed.
+* ``simple_httpclient`` once again correctly handles 204 status
+  codes with no content-length header.
+* Fixed a regression in ``simple_httpclient`` that would result in
+  timeouts for certain kinds of errors.
+- Update to version 4.0.0
+  + Highlights
+* The `tornado.web.stream_request_body` decorator allows large files to be
+  uploaded with limited memory usage.
+* Coroutines are now faster and are used extensively throughout Tornado 
itself.
+  More methods now return `Futures .Future`, including most `.IOStream`
+  methods and `.RequestHandler.flush`.
+* Many user-overridden methods are now allowed to return a `.Future`
+  for flow control.
+* HTTP-related code is now shared between the `tornado.httpserver`,
+  ``tornado.simple_httpclient`` and `tornado.wsgi` modules, making support
+  for features such as chunked and gzip encoding more consistent.
+  `.HTTPServer` now uses new delegate interfaces defined in 
`tornado.httputil`
+  in addition to its old single-callback interface.
+* New module `tornado.tcpclient` creates TCP connections with non-blocking
+  DNS, SSL handshaking, and support for IPv6.
+  + See more release details at 
+http://www.tornadoweb.org/en/stable/releases/v4.0.0.html
+- Update to version 3.2.2
+  + Security fixes
+* The XSRF token is now encoded with a random mask on each request.
+  This makes it safe to include in compressed pages without being
+  vulnerable to the `BREACH attack http://breachattack.com`_.
+  This applies to most applications that use both the ``xsrf_cookies``
+  and ``gzip`` options (or have gzip applied by a proxy).
+  + Backwards-compatibility notes
+* If Tornado 3.2.2 is run at the same time as older versions on the same
+  domain, there is some potential for issues with the differing cookie
+  versions.  The `.Application` setting ``xsrf_cookie_version=1`` can
+  be used for a transitional period to generate the older cookie format
+  on newer servers.
+  + Other changes
+* ``tornado.platform.asyncio`` is now compatible with ``trollius`` version 
0.3.
+
+---

Old:

  tornado-3.2.1.tar.gz

New:

  tornado-4.0.2.tar.gz



Other differences:
--
++ python3-tornado.spec ++
--- /var/tmp/diff_new_pack.5PaR51/_old  2014-10-05 20:32:05.0 +0200
+++ 

commit python-raet for openSUSE:Factory

2014-10-05 Thread h_root
Hello community,

here is the log from the commit of package python-raet for openSUSE:Factory 
checked in at 2014-10-05 20:31:23

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


Package is python-raet

Changes:

--- /work/SRC/openSUSE:Factory/python-raet/python-raet.changes  2014-07-31 
07:42:05.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-raet.new/python-raet.changes 
2014-10-05 20:32:36.0 +0200
@@ -1,0 +2,8 @@
+Thu Oct  2 20:41:03 UTC 2014 - abo...@gmail.com
+
+- Major update to 3.2
+  - Fixed bug in allow transaction that prevented allow on restart Fixed issue 
with unicode fqdn on debian
+  - New support for peer RAET channel. Changed semantics of how Join 
transactions works. 
+This will allows peer to peer joining
+
+---

Old:

  raet-0.2.12.tar.gz

New:

  raet-0.3.2.tar.gz



Other differences:
--
++ python-raet.spec ++
--- /var/tmp/diff_new_pack.YsHMDu/_old  2014-10-05 20:32:37.0 +0200
+++ /var/tmp/diff_new_pack.YsHMDu/_new  2014-10-05 20:32:37.0 +0200
@@ -16,7 +16,7 @@
 #
 
 Name:   python-raet
-Version:0.2.12
+Version:0.3.2
 Release:0
 License:Apache-2.0
 Summary:Reliable Asynchronous Event Transport protocol

++ raet-0.2.12.tar.gz - raet-0.3.2.tar.gz ++
 12087 lines of diff (skipped)

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



commit java-1_8_0-openjdk for openSUSE:Factory

2014-10-05 Thread h_root
Hello community,

here is the log from the commit of package java-1_8_0-openjdk for 
openSUSE:Factory checked in at 2014-10-05 20:31:21

Comparing /work/SRC/openSUSE:Factory/java-1_8_0-openjdk (Old)
 and  /work/SRC/openSUSE:Factory/.java-1_8_0-openjdk.new (New)


Package is java-1_8_0-openjdk

Changes:

--- /work/SRC/openSUSE:Factory/java-1_8_0-openjdk/java-1_8_0-openjdk.changes
2014-09-30 19:42:14.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.java-1_8_0-openjdk.new/java-1_8_0-openjdk.changes   
2014-10-05 20:32:21.0 +0200
@@ -1,0 +2,6 @@
+Thu Oct  2 14:57:03 UTC 2014 - fst...@suse.com
+
+- Upgrade to upstream tag jdk8u40-b08
+  * Unstable snapshot in view of jdk8u40 release
+
+---

Old:

  0032961e1866.tar.bz2
  07f0e22b5c23.tar.bz2
  0d09cb188d39.tar.bz2
  2fa3858a281f.tar.bz2
  3857b4b27e22.tar.bz2
  b2210de1587b.tar.bz2
  b63d0e8bfc07.tar.bz2
  cf9afcfcb7a4.tar.bz2

New:

  0f0d70abca09.tar.bz2
  304ea93428f8.tar.bz2
  515a912fb5a9.tar.bz2
  641eb6543c71.tar.bz2
  89551828b279.tar.bz2
  8d4971881c66.tar.bz2
  905a16825d29.tar.bz2
  d3515520e68e.tar.bz2



Other differences:
--
++ java-1_8_0-openjdk.spec ++
--- /var/tmp/diff_new_pack.2Ea95u/_old  2014-10-05 20:32:23.0 +0200
+++ /var/tmp/diff_new_pack.2Ea95u/_new  2014-10-05 20:32:23.0 +0200
@@ -29,17 +29,17 @@
 %global archname%{name}
 # Standard JPackage naming and versioning defines.
 %global updatever   40
-%global buildverb07
+%global buildverb08
 %global root_project   jdk8u
 %global root_repository jdk8u
-%global root_revision   cf9afcfcb7a4
-%global corba_revision  0d09cb188d39
-%global hotspot_revision b63d0e8bfc07
-%global jaxp_revision   b2210de1587b
-%global jaxws_revision  3857b4b27e22
-%global jdk_revision07f0e22b5c23
-%global langtools_revision 2fa3858a281f
-%global nashorn_revision 0032961e1866
+%global root_revision   515a912fb5a9
+%global corba_revision  8d4971881c66
+%global hotspot_revision 905a16825d29
+%global jaxp_revision   641eb6543c71
+%global jaxws_revision  304ea93428f8
+%global jdk_revision0f0d70abca09
+%global langtools_revision d3515520e68e
+%global nashorn_revision 89551828b279
 %global aarch64_project aarch64-port
 %global aarch64_repository jdk8
 %global aarch64_hotspot_revision 68cf8e406ce5

++ 0032961e1866.tar.bz2 - 0f0d70abca09.tar.bz2 ++
/work/SRC/openSUSE:Factory/java-1_8_0-openjdk/0032961e1866.tar.bz2 
/work/SRC/openSUSE:Factory/.java-1_8_0-openjdk.new/0f0d70abca09.tar.bz2 differ: 
char 11, line 1

++ 0032961e1866.tar.bz2 - 304ea93428f8.tar.bz2 ++
 936293 lines of diff (skipped)

++ 0032961e1866.tar.bz2 - 515a912fb5a9.tar.bz2 ++
 475819 lines of diff (skipped)

++ 0032961e1866.tar.bz2 - 641eb6543c71.tar.bz2 ++
 965783 lines of diff (skipped)

++ 07f0e22b5c23.tar.bz2 - 89551828b279.tar.bz2 ++
/work/SRC/openSUSE:Factory/java-1_8_0-openjdk/07f0e22b5c23.tar.bz2 
/work/SRC/openSUSE:Factory/.java-1_8_0-openjdk.new/89551828b279.tar.bz2 differ: 
char 11, line 1

++ 0d09cb188d39.tar.bz2 - 8d4971881c66.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/corba-0d09cb188d39/.hg_archival.txt 
new/corba-8d4971881c66/.hg_archival.txt
--- old/corba-0d09cb188d39/.hg_archival.txt 2014-09-17 22:53:21.0 
+0200
+++ new/corba-8d4971881c66/.hg_archival.txt 2014-09-24 20:38:03.0 
+0200
@@ -1,4 +1,4 @@
 repo: 55540e827aef970ecc010b7e06b912d991c8e3ce
-node: 0d09cb188d39b5abb759977b9020ef957a0374ed
+node: 8d4971881c6661c51276ddb84b8e314b37d8d742
 branch: default
-tag: jdk8u40-b07
+tag: jdk8u40-b08
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/corba-0d09cb188d39/.hgtags 
new/corba-8d4971881c66/.hgtags
--- old/corba-0d09cb188d39/.hgtags  2014-09-17 22:53:21.0 +0200
+++ new/corba-8d4971881c66/.hgtags  2014-09-24 20:38:03.0 +0200
@@ -319,3 +319,4 @@
 f3969243c71a0f1c90f312ac755faad1deff3412 jdk8u40-b04
 740fea207f7045ab8ccc790867657d5c03a99eec jdk8u40-b05
 ced787f7545f26c3b1fdd35119ff41aa79fe6e03 jdk8u40-b06
+0d09cb188d39b5abb759977b9020ef957a0374ed jdk8u40-b07

++ 0032961e1866.tar.bz2 - 905a16825d29.tar.bz2 ++
/work/SRC/openSUSE:Factory/java-1_8_0-openjdk/0032961e1866.tar.bz2 
/work/SRC/openSUSE:Factory/.java-1_8_0-openjdk.new/905a16825d29.tar.bz2 differ: 
char 11, line 1

++ 0032961e1866.tar.bz2 - d3515520e68e.tar.bz2 ++
 947708 lines of diff (skipped)

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



commit tpm-tools for openSUSE:Factory

2014-10-05 Thread h_root
Hello community,

here is the log from the commit of package tpm-tools for openSUSE:Factory 
checked in at 2014-10-05 20:31:24

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


Package is tpm-tools

Changes:

--- /work/SRC/openSUSE:Factory/tpm-tools/tpm-tools.changes  2012-09-14 
12:41:04.0 +0200
+++ /work/SRC/openSUSE:Factory/.tpm-tools.new/tpm-tools.changes 2014-10-05 
20:32:38.0 +0200
@@ -1,0 +2,6 @@
+Thu Oct  2 21:52:42 UTC 2014 - crrodrig...@opensuse.org
+
+- Remove a number of unused build requires, probably copy/paste 
+ error, never used.
+
+---



Other differences:
--
++ tpm-tools.spec ++
--- /var/tmp/diff_new_pack.9uEb0M/_old  2014-10-05 20:32:39.0 +0200
+++ /var/tmp/diff_new_pack.9uEb0M/_new  2014-10-05 20:32:39.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package tpm-tools
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,18 +16,9 @@
 #
 
 
-BuildRequires:  atk-devel
-BuildRequires:  expat
-BuildRequires:  fontconfig-devel
-BuildRequires:  freetype2-devel
-BuildRequires:  glib2-devel
-BuildRequires:  gtk2-devel
 BuildRequires:  openCryptoki-devel
 BuildRequires:  openssl-devel
-BuildRequires:  pango-devel
 BuildRequires:  trousers-devel
-BuildRequires:  xorg-x11-devel
-BuildRequires:  xorg-x11-libs
 
 Name:   tpm-tools
 Url:http://trousers.sourceforge.net/

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



commit parcellite for openSUSE:Factory

2014-10-05 Thread h_root
Hello community,

here is the log from the commit of package parcellite for openSUSE:Factory 
checked in at 2014-10-05 20:31:16

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


Package is parcellite

Changes:

--- /work/SRC/openSUSE:Factory/parcellite/parcellite.changes2014-08-08 
10:13:47.0 +0200
+++ /work/SRC/openSUSE:Factory/.parcellite.new/parcellite.changes   
2014-10-05 20:32:08.0 +0200
@@ -1,0 +2,19 @@
+Thu Oct  2 14:55:47 UTC 2014 - t...@gmx.com
+
+- new upstream version 1.1.9
+  * Fixed bug 120, position_history broken. We limit x  y with 
+screen limit -100.
+  * Fixed bug 124, Enter does not select entry.
+  * Fixed bug 125, Unsolicited error message about xdotool.
+  * Added feature request 57, change systray icon.
+  * Updated Spanish translation by jcsl.
+  * Updated Chinese translation by wenjie.
+  * Fixed Bug 123, right-click edit broken.
+  * Fixed unsolicited error message on startup (related to bug 125).
+  * Cleaned up many warnings. Note to self: use env CFLAGS=-Wall
+./configure –prefix=/usr/local
+  * Initial attempt at fixing bugs 129/137/133 - unable to copy 
+files in file manager  text deselection.
+  * Attempt to clean up ‘malformed email address’ for Lintin.
+
+---
@@ -5 +24,2 @@
-  * Fixed bug 120, position_history broken. We limit x  y with screen limit 
-100.
+  * Fixed bug 120, position_history broken. We limit x  y with 
+screen limit -100.
@@ -9 +29,2 @@
-  * Fixed bug 130, Edit clipboard and Clear aren't working in Parcellite 1.1.8
+  * Fixed bug 130, Edit clipboard and Clear aren't working in 
+Parcellite 1.1.8
@@ -12 +33,2 @@
-+ it makes parcellite-1.1.7-Spanish-translation-update.patch unnecessary 
~ removed
++ it makes parcellite-1.1.7-Spanish-translation-update.patch 
+unnecessary ~ removed
@@ -15 +37,2 @@
-+ it makes parcellite-1.1.8-rpmlint-errors.patch unnecessary ~ removed
++ it makes parcellite-1.1.8-rpmlint-errors.patch unnecessary
+  ~ removed

Old:

  parcellite-1.1.8-revision-532.tar.xz

New:

  parcellite-1.1.9.tar.xz



Other differences:
--
++ parcellite.spec ++
--- /var/tmp/diff_new_pack.3p8TuN/_old  2014-10-05 20:32:09.0 +0200
+++ /var/tmp/diff_new_pack.3p8TuN/_new  2014-10-05 20:32:09.0 +0200
@@ -17,13 +17,13 @@
 
 
 Name:   parcellite
-Version:1.1.8
+Version:1.1.9
 Release:0
 Summary:A lightweight GTK+ clipboard manager
 License:GPL-3.0+
 Group:  Productivity/Other
 Url:http://parcellite.sourceforge.net/
-Source: %{name}-%{version}-revision-532.tar.xz 
+Source: %{name}-%{version}.tar.xz 
 # PATCH-FIX-UPSTREAM marguer...@opensuse.org -- tweak default settings.
 Patch0:  parcellite-1.1.7-defaults.patch
 BuildRequires:  automake
@@ -44,7 +44,7 @@
 system tray or notification area if you want to use this package.
 
 %prep
-%setup -qn %{name}-%{version}-revision-532
+%setup -q
 %patch0 -p1
 
 %build

++ parcellite-1.1.8-revision-532.tar.xz - parcellite-1.1.9.tar.xz ++
 50591 lines of diff (skipped)

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



commit python-pysendfile for openSUSE:Factory

2014-10-05 Thread h_root
Hello community,

here is the log from the commit of package python-pysendfile for 
openSUSE:Factory checked in at 2014-10-05 20:31:20

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


Package is python-pysendfile

Changes:

--- /work/SRC/openSUSE:Factory/python-pysendfile/python-pysendfile.changes  
2013-04-14 10:38:34.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-pysendfile.new/python-pysendfile.changes 
2014-10-05 20:32:12.0 +0200
@@ -1,0 +2,17 @@
+Thu Oct  2 18:40:28 UTC 2014 - p.drou...@gmail.com
+
+- Use tarball from pypi as source
+
+---
+Fri Sep 12 08:21:49 UTC 2014 - dmuel...@suse.com
+
+- update to 2.0.1:
+  - #20: host tarball on PYPI
+  - #21: project migrated from google code to github
+  - #21: project migrated from SVN to GIT
+  - #22: pysendfile won't compile on python 3.4
+  - #23: add a Makefile
+  - #24: use of travis continuous integration
+  - #25: use tox for multiple python versions testing
+
+---

Old:

  pysendfile-2.0.0.tar.gz

New:

  pysendfile-2.0.1.tar.gz



Other differences:
--
++ python-pysendfile.spec ++
--- /var/tmp/diff_new_pack.y6uLhb/_old  2014-10-05 20:32:13.0 +0200
+++ /var/tmp/diff_new_pack.y6uLhb/_new  2014-10-05 20:32:13.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-pysendfile
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,13 +19,13 @@
 %define mod_name pysendfile
 
 Name:   python-pysendfile
-Version:2.0.0
+Version:2.0.1
 Release:0
 Summary:A Python interface to sendfile(2)
 License:MIT
 Group:  Development/Languages/Python
 Url:http://code.google.com/p/pysendfile/
-Source: 
http://pysendfile.googlecode.com/files/%{mod_name}-%{version}.tar.gz
+Source: 
https://pypi.python.org/packages/source/p/pysendfile/pysendfile-%{version}.tar.gz
 BuildRequires:  python-devel
 BuildRequires:  python-nose
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -51,7 +51,7 @@
 
 %files
 %defattr(-,root,root,-)
-%doc LICENSE README
+%doc LICENSE README.rst
 %{python_sitearch}/*
 
 %changelog

++ pysendfile-2.0.0.tar.gz - pysendfile-2.0.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pysendfile-2.0.0/.travis.yml 
new/pysendfile-2.0.1/.travis.yml
--- old/pysendfile-2.0.0/.travis.yml1970-01-01 01:00:00.0 +0100
+++ new/pysendfile-2.0.1/.travis.yml2014-05-27 02:19:48.0 +0200
@@ -0,0 +1,21 @@
+language: python
+python:
+- 2.6
+- 2.7
+- 3.2
+- 3.3
+- 3.4
+- pypy
+install:
+- if [[ $TRAVIS_PYTHON_VERSION == '2.5' ]]; then pip install unittest2; fi
+- if [[ $TRAVIS_PYTHON_VERSION == '2.6' ]]; then pip install unittest2; fi
+script:
+- pip install flake8
+- python setup.py build
+- python setup.py install
+- python test/test_sendfile.py
+- make flake8
+os:
+- linux
+- osx
+
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pysendfile-2.0.0/HISTORY new/pysendfile-2.0.1/HISTORY
--- old/pysendfile-2.0.0/HISTORY2012-01-12 21:38:23.0 +0100
+++ new/pysendfile-2.0.1/HISTORY1970-01-01 01:00:00.0 +0100
@@ -1,41 +0,0 @@
-Bug tracker at http://code.google.com/p/py-sendfile/issues/list
-
-Version 2.0.0 - 2012-01-12
-==
-
-(Giampaolo Rodolà took over maintenance)
-
-##: complete rewriting except AIX code
-##: non blocking sockets support
-##: threads support (release GIL)
-#1: unit tests
-#2: python 3 support
-#3: FreeBSD implementation is broken
-#4: python large file support
-#5: header/trailer are now keyword arguments
-#6: exposed SF_NODISKIO, SF_MNOWAIT and SF_SYNC constants on FreeBSD
-#8: benchmark script
-#10: Mac OSX support
-#13: Sun OS support
-
-
-Version 1.2.4 - 2009-03-06
-==
-
-(Stephan Peijnik took over maintenance)
-
-## Add AIX support.
-
-
-Version 1.2.3 - 2008-04-09
-==
-
-## Use setuptools instead of distutils.
-
-
-Version 1.2.2 - 2008-03-29
-==
-
-(Ben Woolley)
-
-## First release including support for Linux, FreeBSD and DragonflyBSD 
platforms.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 

commit python-paramiko for openSUSE:Factory

2014-10-05 Thread h_root
Hello community,

here is the log from the commit of package python-paramiko for openSUSE:Factory 
checked in at 2014-10-05 20:31:19

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


Package is python-paramiko

Changes:

--- /work/SRC/openSUSE:Factory/python-paramiko/python-paramiko.changes  
2014-06-04 18:39:40.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-paramiko.new/python-paramiko.changes 
2014-10-05 20:32:11.0 +0200
@@ -1,0 +2,10 @@
+Thu Oct  2 16:33:24 UTC 2014 - and...@opensuse.org
+
+- new upsteam version 1.15.1
+  * fixed from previous version: Bug] #399: SSH agent forwarding
+would hang due to incorrect values passed into the new window
+size arguments for Transport 
+  * detailed changelog available on pramiko website:
+http://paramiko-www.readthedocs.org/en/latest/changelog.html
+
+---

Old:

  paramiko-1.13.1.tar.gz

New:

  paramiko-1.15.1.tar.gz



Other differences:
--
++ python-paramiko.spec ++
--- /var/tmp/diff_new_pack.T4VL42/_old  2014-10-05 20:32:12.0 +0200
+++ /var/tmp/diff_new_pack.T4VL42/_new  2014-10-05 20:32:12.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   python-paramiko
-Version:1.13.1
+Version:1.15.1
 Release:0
 Url:https://github.com/paramiko/paramiko/
 Summary:SSH2 protocol library

++ paramiko-1.13.1.tar.gz - paramiko-1.15.1.tar.gz ++
 10411 lines of diff (skipped)

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



commit engrampa for openSUSE:Factory

2014-10-05 Thread h_root
Hello community,

here is the log from the commit of package engrampa for openSUSE:Factory 
checked in at 2014-10-05 20:31:31

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


Package is engrampa

Changes:

--- /work/SRC/openSUSE:Factory/engrampa/engrampa.changes2014-03-22 
18:02:14.0 +0100
+++ /work/SRC/openSUSE:Factory/.engrampa.new/engrampa.changes   2014-10-05 
20:32:50.0 +0200
@@ -1,0 +2,10 @@
+Fri Oct  3 08:26:50 UTC 2014 - p.drou...@gmail.com
+
+- Update to version 1.8.1
+  + Several small fixes to manpages
+  + Add keywords key to .desktop file
+  + Fix opening file from rar file (unrar)
+  + Do not set the selected app as the system default
+  + Fix possible errors with some password protected files (RAR 5)
+
+---

Old:

  engrampa-1.8.0.tar.xz

New:

  engrampa-1.8.1.tar.xz



Other differences:
--
++ engrampa.spec ++
--- /var/tmp/diff_new_pack.0HJt1c/_old  2014-10-05 20:32:51.0 +0200
+++ /var/tmp/diff_new_pack.0HJt1c/_new  2014-10-05 20:32:51.0 +0200
@@ -16,7 +16,7 @@
 
 
 Name:   engrampa
-Version:1.8.0
+Version:1.8.1
 Release:0
 License:GPL-2.0+ and LGPL-2.0+
 Summary:MATE Desktop archive manager

++ engrampa-1.8.0.tar.xz - engrampa-1.8.1.tar.xz ++
 1924 lines of diff (skipped)
retrying with extended exclude list
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/engrampa-1.8.0/ChangeLog new/engrampa-1.8.1/ChangeLog
--- old/engrampa-1.8.0/ChangeLog2014-03-01 12:30:53.0 +0100
+++ new/engrampa-1.8.1/ChangeLog2014-09-28 22:12:12.0 +0200
@@ -1,6 +1,85 @@
+commit fd0f02f78f976778bbaf6cd10912a1e44af9381d
+Author: infirit infi...@gmail.com
+Date:   2014-09-28
+
+Bump version to 1.8.1
+
+M  configure.ac
+
+commit bed0958e0563e49602fb9a4adbbec877349c8a1f
+Author: infirit infi...@gmail.com
+Date:  2014-09-28
+
+Update NEWS for 1.8.1
+
+M  NEWS
+
+commit d99dba2ed14ad549bb79e08c68a8913bc2fc8997
+Author: infirit infi...@gmail.com
+Date:  2014-05-11
+
+Fix typo in Makefile.am
+
+M  Makefile.am
+
+commit 7c8f5f3d73bada32f27625a6939456977ff0757e
+Author: monsta mon...@inbox.ru
+Date:  2014-07-11
+
+Fix possible errors with some password protected files
+
+M  src/fr-command-rar.c
+
+commit c6dbb4eb3d52f5d01ca1276f99b3e4926c07e3af
+Author: Paolo Bacchilega pao...@src.gnome.org
+Date:  2014-06-28
+
+Do not set the selected app as the system default
+
+Original commit:
+
https://git.gnome.org/browse/file-roller/commit/?id=5a62707f7776aa88110f6c51b84189635deafe67
+
+Closes https://github.com/mate-desktop/engrampa/issues/47
+
+M  src/fr-window.c
+
+commit 2e4c45a62bea09cb496804febae40aa66361835b
+Author: infirit infi...@gmail.com
+Date:  2014-06-07
+
+Can't open file inside a .rar archive (with unar)
+
+From file-roller commit a830397ab745bdfe2659f214b5384dc7ef5c76cf
+url:
+
https://git.gnome.org/browse/file-roller/commit/?id=a830397ab745bdfe2659f214b5384dc7ef5c76cf
+
+This commit fixes engrampa issue #55
+
+M  src/fr-command-unarchiver.c
+
+commit a899234f14fde51febf2f2e8b848b0b334640f7c
+Author: infirit infi...@gmail.com
+Date:  2014-04-21
+
+Fix hyphen-as-minus-sign issues for engrampa.1 man page, closes #50
+
+Patch by Mike Gabriel mike.gabr...@das-netzwerkteam.de
+
+M  data/engrampa.1
+
+commit e18cdd7fc60e0bc87e731f722fd2ba4ee7c71d13
+Author: infirit infi...@gmail.com
+Date:  2014-04-21
+
+Add keywords key to .desktop file
+
+Patch by Mike Gabriel mike.gabr...@das-netzwerkteam.de
+
+M  data/engrampa.desktop.in.in
+
 commit da051c29c20b2bf32a555abed8e1b88689cc968a
 Author: Stefano Karapetsas stef...@karapetsas.com
-Date:   2014-03-01
+Date:  2014-03-01
 
 Bump version to 1.8.0
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/engrampa-1.8.0/Makefile.am new/engrampa-1.8.1/Makefile.am
--- old/engrampa-1.8.0/Makefile.am  2014-02-08 18:34:32.0 +0100
+++ new/engrampa-1.8.1/Makefile.am  2014-09-25 15:21:38.0 +0200
@@ -1,5 +1,5 @@
 ## Process this file with automake to produce 

commit mate-applets for openSUSE:Factory

2014-10-05 Thread h_root
Hello community,

here is the log from the commit of package mate-applets for openSUSE:Factory 
checked in at 2014-10-05 20:31:35

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


Package is mate-applets

Changes:

--- /work/SRC/openSUSE:Factory/mate-applets/mate-applets.changes
2014-07-12 17:15:18.0 +0200
+++ /work/SRC/openSUSE:Factory/.mate-applets.new/mate-applets.changes   
2014-10-05 20:33:00.0 +0200
@@ -1,0 +2,9 @@
+Fri Oct  3 09:31:53 UTC 2014 - p.drou...@gmail.com
+
+- Update to version 1.8.1
+  + Several man pages added and updated
+  + Update policykit vendor url
+  + Fix file encoding
+- Remove unneeded CFLAGS hack
+
+---

Old:

  mate-applets-1.8.0.tar.xz

New:

  mate-applets-1.8.1.tar.xz



Other differences:
--
++ mate-applets.spec ++
--- /var/tmp/diff_new_pack.YJEmso/_old  2014-10-05 20:33:01.0 +0200
+++ /var/tmp/diff_new_pack.YJEmso/_new  2014-10-05 20:33:01.0 +0200
@@ -16,7 +16,7 @@
 
 
 Name:   mate-applets
-Version:1.8.0
+Version:1.8.1
 Release:1
 License:GFDL-1.1 and GPL-2.0+
 Summary:A set of applets for the MATE Desktop
@@ -59,7 +59,6 @@
 %setup -q
 
 %build
-export CFLAGS=%{optflags} -I%{_includedir}/gio-unix-2.0/
 %configure  \
--disable-static \
--enable-stickynotes \

++ mate-applets-1.8.0.tar.xz - mate-applets-1.8.1.tar.xz ++
/work/SRC/openSUSE:Factory/mate-applets/mate-applets-1.8.0.tar.xz 
/work/SRC/openSUSE:Factory/.mate-applets.new/mate-applets-1.8.1.tar.xz differ: 
char 25, line 1

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



commit marco for openSUSE:Factory

2014-10-05 Thread h_root
Hello community,

here is the log from the commit of package marco for openSUSE:Factory checked 
in at 2014-10-05 20:31:34

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


Package is marco

Changes:

--- /work/SRC/openSUSE:Factory/marco/marco.changes  2014-07-12 
17:15:13.0 +0200
+++ /work/SRC/openSUSE:Factory/.marco.new/marco.changes 2014-10-05 
20:32:59.0 +0200
@@ -1,0 +2,8 @@
+Fri Oct  3 09:24:26 UTC 2014 - p.drou...@gmail.com
+
+- Update to version 1.8.2
+  + Tell we are Metacity to avoid issues with maximized Java 
+applications
+  + Tell to GTK3 that marco support _GTK_FRAME_EXTENTS hint
+
+---

Old:

  marco-1.8.1.tar.xz

New:

  marco-1.8.2.tar.xz



Other differences:
--
++ marco.spec ++
--- /var/tmp/diff_new_pack.tXTjex/_old  2014-10-05 20:33:00.0 +0200
+++ /var/tmp/diff_new_pack.tXTjex/_new  2014-10-05 20:33:00.0 +0200
@@ -17,7 +17,7 @@
 
 Name:   marco
 %define _libname libmarco-private0
-Version:1.8.1
+Version:1.8.2
 Release:0
 License:GPL-2.0+
 Summary:MATE window manager

++ marco-1.8.1.tar.xz - marco-1.8.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/marco-1.8.1/NEWS new/marco-1.8.2/NEWS
--- old/marco-1.8.1/NEWS2014-06-25 11:52:25.0 +0200
+++ new/marco-1.8.2/NEWS2014-09-25 14:07:51.0 +0200
@@ -1,3 +1,6 @@
+1.8.2
+* Tell we are Metacity to avoid issues with maximized Java applications
+* Tell to GTK3 that marco support _GTK_FRAME_EXTENTS hint
 1.8.1
 
 * Fix panels and windows going transparent with compositing enabled.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/marco-1.8.1/config.guess new/marco-1.8.2/config.guess
--- old/marco-1.8.1/config.guess2014-06-25 11:54:55.0 +0200
+++ new/marco-1.8.2/config.guess2014-09-28 22:01:55.0 +0200
@@ -2,7 +2,7 @@
 # Attempt to guess a canonical system name.
 #   Copyright 1992-2014 Free Software Foundation, Inc.
 
-timestamp='2014-02-12'
+timestamp='2014-03-23'
 
 # This file is free software; you can redistribute it and/or modify it
 # under the terms of the GNU General Public License as published by
@@ -826,7 +826,7 @@
 *:MINGW*:*)
echo ${UNAME_MACHINE}-pc-mingw32
exit ;;
-i*:MSYS*:*)
+*:MSYS*:*)
echo ${UNAME_MACHINE}-pc-msys
exit ;;
 i*:windows32*:*)
@@ -969,10 +969,10 @@
eval `$CC_FOR_BUILD -E $dummy.c 2/dev/null | grep '^CPU'`
test x${CPU} != x  { echo ${CPU}-unknown-linux-${LIBC}; exit; }
;;
-or1k:Linux:*:*)
-   echo ${UNAME_MACHINE}-unknown-linux-${LIBC}
+openrisc*:Linux:*:*)
+   echo or1k-unknown-linux-${LIBC}
exit ;;
-or32:Linux:*:*)
+or32:Linux:*:* | or1k*:Linux:*:*)
echo ${UNAME_MACHINE}-unknown-linux-${LIBC}
exit ;;
 padre:Linux:*:*)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/marco-1.8.1/config.sub new/marco-1.8.2/config.sub
--- old/marco-1.8.1/config.sub  2014-06-25 11:54:55.0 +0200
+++ new/marco-1.8.2/config.sub  2014-09-28 22:01:55.0 +0200
@@ -2,7 +2,7 @@
 # Configuration validation subroutine script.
 #   Copyright 1992-2014 Free Software Foundation, Inc.
 
-timestamp='2014-01-01'
+timestamp='2014-07-28'
 
 # This file is free software; you can redistribute it and/or modify it
 # under the terms of the GNU General Public License as published by
@@ -283,8 +283,10 @@
| mips64vr5900 | mips64vr5900el \
| mipsisa32 | mipsisa32el \
| mipsisa32r2 | mipsisa32r2el \
+   | mipsisa32r6 | mipsisa32r6el \
| mipsisa64 | mipsisa64el \
| mipsisa64r2 | mipsisa64r2el \
+   | mipsisa64r6 | mipsisa64r6el \
| mipsisa64sb1 | mipsisa64sb1el \
| mipsisa64sr71k | mipsisa64sr71kel \
| mipsr5900 | mipsr5900el \
@@ -296,8 +298,7 @@
| nds32 | nds32le | nds32be \
| nios | nios2 | nios2eb | nios2el \
| ns16k | ns32k \
-   | open8 \
-   | or1k | or32 \
+   | open8 | or1k | or1knd | or32 \
| pdp10 | pdp11 | pj | pjl \
| powerpc | powerpc64 | powerpc64le | powerpcle \
| pyramid \
@@ -402,8 +403,10 @@
| mips64vr5900-* | mips64vr5900el-* \
| mipsisa32-* | mipsisa32el-* \
| mipsisa32r2-* | mipsisa32r2el-* \
+   | mipsisa32r6-* | mipsisa32r6el-* \
| mipsisa64-* | mipsisa64el-* \
| mipsisa64r2-* | mipsisa64r2el-* \
+   | mipsisa64r6-* | mipsisa64r6el-* \
| 

commit eom for openSUSE:Factory

2014-10-05 Thread h_root
Hello community,

here is the log from the commit of package eom for openSUSE:Factory checked in 
at 2014-10-05 20:31:33

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-09-06 16:55:23.0 
+0200
+++ /work/SRC/openSUSE:Factory/.eom.new/eom.changes 2014-10-05 
20:32:57.0 +0200
@@ -1,0 +2,8 @@
+Fri Oct  3 09:18:07 UTC 2014 - p.drou...@gmail.com
+
+- Update to version 1.8.1
+  + Update scrollbars when display is resized in normal size mode
+  + Fix hyphen-as-minus-sign issues
+closes #47 (https://github.com/mate-desktop/eom/issues/47)
+
+---

Old:

  eom-1.8.0.tar.xz

New:

  eom-1.8.1.tar.xz



Other differences:
--
++ eom.spec ++
--- /var/tmp/diff_new_pack.se3SQq/_old  2014-10-05 20:32:58.0 +0200
+++ /var/tmp/diff_new_pack.se3SQq/_new  2014-10-05 20:32:58.0 +0200
@@ -14,7 +14,7 @@
 
 
 Name:   eom
-Version:1.8.0
+Version:1.8.1
 Release:0
 License:GPL-2.0+ and LGPL-2.1+
 Summary:MATE Desktop graphics viewer

++ eom-1.8.0.tar.xz - eom-1.8.1.tar.xz ++
 6188 lines of diff (skipped)

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



commit python-tornado for openSUSE:Factory

2014-10-05 Thread h_root
Hello community,

here is the log from the commit of package python-tornado for openSUSE:Factory 
checked in at 2014-10-05 20:31:15

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


Package is python-tornado

Changes:

--- /work/SRC/openSUSE:Factory/python-tornado/python-tornado.changes
2014-05-27 18:30:17.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-tornado.new/python-tornado.changes   
2014-10-05 20:32:06.0 +0200
@@ -1,0 +2,74 @@
+Thu Oct  2 16:05:54 UTC 2014 - toddrme2...@gmail.com
+
+- Remove python-pycares BuildRequires since it is optional and
+  not in openSUSE:Factory
+  
+---
+Wed Oct  1 15:23:31 UTC 2014 - toddrme2...@gmail.com
+
+- Update to version 4.0.2
+  + Bug fixes
+* Fixed a bug that could sometimes cause a timeout to fire after being
+  cancelled.
+* `.AsyncTestCase` once again passes along arguments to test methods,
+  making it compatible with extensions such as Nose's test generators.
+* `.StaticFileHandler` can again compress its responses when gzip is 
enabled.
+* ``simple_httpclient`` passes its ``max_buffer_size`` argument to the
+  underlying stream.
+* Fixed a reference cycle that can lead to increased memory consumption.
+* `.add_accept_handler` will now limit the number of times it will call
+  `~socket.socket.accept` per `.IOLoop` iteration, addressing a potential
+  starvation issue.
+* Improved error handling in `.IOStream.connect` (primarily for FreeBSD
+  systems)
+- Update to version 4.0.1
+  + Bug fixes
+* The build will now fall back to pure-python mode if the C extension
+  fails to build for any reason (previously it would fall back for some
+  errors but not others).
+* `.IOLoop.call_at` and `.IOLoop.call_later` now always return
+  a timeout handle for use with `.IOLoop.remove_timeout`.
+* If any callback of a `.PeriodicCallback` or `.IOStream` returns a
+  `.Future`, any error raised in that future will now be logged
+  (similar to the behavior of `.IOLoop.add_callback`).
+* Fixed an exception in client-side websocket connections when the
+  connection is closed.
+* ``simple_httpclient`` once again correctly handles 204 status
+  codes with no content-length header.
+* Fixed a regression in ``simple_httpclient`` that would result in
+  timeouts for certain kinds of errors.
+- Update to version 4.0.0
+  + Highlights
+* The `tornado.web.stream_request_body` decorator allows large files to be
+  uploaded with limited memory usage.
+* Coroutines are now faster and are used extensively throughout Tornado 
itself.
+  More methods now return `Futures .Future`, including most `.IOStream`
+  methods and `.RequestHandler.flush`.
+* Many user-overridden methods are now allowed to return a `.Future`
+  for flow control.
+* HTTP-related code is now shared between the `tornado.httpserver`,
+  ``tornado.simple_httpclient`` and `tornado.wsgi` modules, making support
+  for features such as chunked and gzip encoding more consistent.
+  `.HTTPServer` now uses new delegate interfaces defined in 
`tornado.httputil`
+  in addition to its old single-callback interface.
+* New module `tornado.tcpclient` creates TCP connections with non-blocking
+  DNS, SSL handshaking, and support for IPv6.
+  + See more release details at 
+http://www.tornadoweb.org/en/stable/releases/v4.0.0.html
+- Update to version 3.2.2
+  + Security fixes
+* The XSRF token is now encoded with a random mask on each request.
+  This makes it safe to include in compressed pages without being
+  vulnerable to the `BREACH attack http://breachattack.com`_.
+  This applies to most applications that use both the ``xsrf_cookies``
+  and ``gzip`` options (or have gzip applied by a proxy).
+  + Backwards-compatibility notes
+* If Tornado 3.2.2 is run at the same time as older versions on the same
+  domain, there is some potential for issues with the differing cookie
+  versions.  The `.Application` setting ``xsrf_cookie_version=1`` can
+  be used for a transitional period to generate the older cookie format
+  on newer servers.
+  + Other changes
+* ``tornado.platform.asyncio`` is now compatible with ``trollius`` version 
0.3.
+
+---

Old:

  tornado-3.2.1.tar.gz

New:

  tornado-4.0.2.tar.gz



Other differences:
--
++ python-tornado.spec ++
--- /var/tmp/diff_new_pack.Vl4FTr/_old  2014-10-05 20:32:06.0 +0200
+++ 

commit lxc for openSUSE:Factory

2014-10-05 Thread h_root
Hello community,

here is the log from the commit of package lxc for openSUSE:Factory checked in 
at 2014-10-05 20:31:30

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


Package is lxc

Changes:

--- /work/SRC/openSUSE:Factory/lxc/lxc.changes  2014-08-18 11:24:12.0 
+0200
+++ /work/SRC/openSUSE:Factory/.lxc.new/lxc.changes 2014-10-05 
20:32:49.0 +0200
@@ -1,0 +2,93 @@
+Sat Sep 27 05:12:44 UTC 2014 - opensuse_buildserv...@ojkastl.de
+
+- update to 1.0.6, which includes the following changes/fixes:
+rootfs_is_blockdev: don't run if no rootfs is specified
+confile: sanity-check netdev-type before setting netdev-priv elements
+Fix typo in previous patch
+Remove mention of mountcgroups in ubuntu.common config
+remove mountcgroup hook entirely
+Add SIGPWR support to lxc_init
+Sysvinit script fixes
+unprivileged containers: use next available nic name if unspecified
+fix typo in btrfs error msg
+apparmor: Allow slave bind mounts
+provide an example SELinux policy for older releases
+print a helpful message if creating unpriv container with no idmap
+use non-thread-safe getpwuid and getpwgid for android
+btrfs: support recursive subvolume deletion (v2)
+fix '--log-priority' -- '--logpriority' in main
+Fix a file descriptor leak in the daemonization
+Fix a file descriptor leak in the monitord spawn
+Ensure /dev/pts directory exists on pts setup
+Do not allow snapshots of LVM backed containers
+add lxc.console.logpath
+coverity: don't use newname after null check
+coverity: malloc the right size for btrs_node tree
+introduce --with-distro=raspbian
+cgmanager get/set: clean up child (v2)
+Add extra debugging
+Fix typo in the previous commit...
+do_mount_entry: add nexec, nosuid, nodev, rdonly flags if needed at remount
+command socket: use hash if needed
+monitor: fix sockname calculation for long lxcpaths
+show additional info if btrfs subvolume deletion fails (issue #315)
+ignore SIGKILL (CTRL-C) and SIGQUIT (CTRL-\) - issue #313
+chmod container dir to 0770 (v2)
+build: Fix support for split build and source dirs
+mount_entry: use statvfs
+lxc_mount_auto_mounts: honor existing nodev etc at remounts
+statvfs: do nothing if statvfs does not exist (android/bionic)
+Prevent compiler warning by initializing ifindex
+build: don't remove configuration template on clean
+build: Make setup.py run from srcdir to avoid distutils errors
+handle hashed command socket names (v2)
+lxc-cgm: fix issue with nested chowning
+Report container exit status to monitord
+support use of 'all' containers when cgmanager supports it
+log: fix quiet mode
+Fix build error(ISO C90 specs violation) in lxc.c
+lxc_map_ids: don't do bogus chekc for newgidmap
+lxc_map_ids: add a comment
+clean autodev dir on container exit
+As discussed on ML, do not clean autodev dir on reboot
+Fix build failure due to slightly different rmdir
+Fix presentation of IPv6 addresses and gateway
+
+lxc-start: Add -F (foreground) option
+
+all: Discontinue the use of in-line comments (stable)
+all: Include hostname in DHCP requests
+all: Switch from arch command to uname -m
+altlinux: bugfixes
+archlinux: Properly set default locale in /etc/locale.conf
+centos template: prevent mingetty from calling vhangup(2)
+download: Have wget retry 3 times
+download: Make --keyserver actually work
+gentoo: keep original uid/gid of files/dirs when installing
+gentoo: Use portageq to determine portage distdir
+plamo: keep original uid/gid of files/dirs when installing
+plamo: bugfix template
+ssh: send hostname to dhcp server
+ubuntu: don't check for $rootfs/run/shm
+ubuntu: add help string
+
+lxc-test-{unpriv,usernic.in}: make sure to chgrp as well
+lxc-test-unpriv: test lxc-clone -s
+tests: Call sync before testing a shutdown
+tests: Copy the download cache when available [v2]
+Fix the unprivileged tests cgroup management
+
+doc: Mention that veth.pair is ignored for unpriv
+doc: Add mention that veth.pair is ignored for unpriv in Japanese man
+doc: Add -F option to Japanese lxc-start(1)
+doc: Update the description of SELinux in Japanese lxc.container.conf(5)
+doc: Add 'zfs' to the parameter of -B option in lxc-create(1)
+doc: add lxc.console.logpath to Japanese lxc.container.conf(5)
+doc: language correction
+doc: Fix Japanese translation of lxc.container.conf(5)
+doc: Add destroy option to lxc-snapshot(1)
+doc: Add description about ignoring lxc.cgroup.use when using cgmanager
+- delete: 

commit corebird for openSUSE:Factory

2014-10-05 Thread h_root
Hello community,

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

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


Package is corebird

Changes:

--- /work/SRC/openSUSE:Factory/corebird/corebird.changes2014-05-20 
14:22:05.0 +0200
+++ /work/SRC/openSUSE:Factory/.corebird.new/corebird.changes   2014-10-05 
20:33:48.0 +0200
@@ -1,0 +2,20 @@
+Mon Sep  8 19:47:26 UTC 2014 - dims...@opensuse.org
+
+- Update to version 0.8:
+  + Switch build system from cmake to automake.
+  + Internal code reorganisation.
+  + Add test units.
+  + Updated translations.
+- Enable make check in %check section.
+- Replace cmake call with autogen.sh (tarball is not bootstrapped)
+  and configure.
+- Add libtool BuildRequires: needed in order to run autogen.sh.
+- Drop cmake BuildRequires: no longer needed after the switch to
+  automake.
+- Add pkgconfig(gstreamer-video-1.0) and pkgconfig(gdk-x11-3.0)
+  BuildRequires: new dependencies.
+- Add corebird-fix-binding-usage.patch: Fix usage of bindings.
+- Add corebird-fix-manpage-install.patch: Fix man page
+  installation.
+
+---

Old:

  corebird-0.7.tar.gz

New:

  corebird-0.8.tar.gz
  corebird-fix-binding-usage.patch
  corebird-fix-manpage-install.patch



Other differences:
--
++ corebird.spec ++
--- /var/tmp/diff_new_pack.wwsC6E/_old  2014-10-05 20:33:49.0 +0200
+++ /var/tmp/diff_new_pack.wwsC6E/_new  2014-10-05 20:33:49.0 +0200
@@ -18,7 +18,7 @@
 
 
 Name:   corebird
-Version:0.7
+Version:0.8
 Release:0
 Summary:A lightweight Twitter Client
 License:GPL-3.0+
@@ -26,14 +26,20 @@
 Url:http://corebird.baedert.org/
 #Source:https://github.com/baedert/corebird/archive/%%{version}.tar.gz
 Source0:%{name}-%{version}.tar.gz
-BuildRequires:  cmake
+# PATCH-FIX-UPSTREAM corebird-fix-binding-usage.patch dims...@opensuse.org -- 
Fix binding usage, taken from git
+Patch0: corebird-fix-binding-usage.patch
+# PATCH-FIX-UPSTREAM corebird-fix-manpage-install.patch dims...@opensuse.org 
-- Fix macros used to install man pages
+Patch1: corebird-fix-manpage-install.patch
 BuildRequires:  intltool
+BuildRequires:  libtool
 BuildRequires:  update-desktop-files
 BuildRequires:  vala-devel = 0.21.1
+BuildRequires:  pkgconfig(gdk-x11-3.0)
 BuildRequires:  pkgconfig(gee-0.8)
 BuildRequires:  pkgconfig(gio-2.0)
-BuildRequires:  pkgconfig(glib-2.0)
-BuildRequires:  pkgconfig(gtk+-3.0)
+BuildRequires:  pkgconfig(glib-2.0) = 2.40
+BuildRequires:  pkgconfig(gstreamer-video-1.0)
+BuildRequires:  pkgconfig(gtk+-3.0) = 3.12
 BuildRequires:  pkgconfig(json-glib-1.0)
 BuildRequires:  pkgconfig(libnotify)
 BuildRequires:  pkgconfig(libsoup-2.4)
@@ -48,15 +54,17 @@
 %lang_package
 %prep
 %setup -q
+%patch0 -p1
+%patch1 -p1
 
 %build
-cmake \
--DCMAKE_INSTALL_PREFIX:PATH=%{_prefix}
+NOCONFIGURE=1 ./autogen.sh
+%configure
 make %{?_smp_mflags}
 
 %install
 %make_install
-%suse_update_desktop_file %{name} X-SuSE-Core-Internet
+%suse_update_desktop_file org.baedert.corebird X-SuSE-Core-Internet
 %find_lang %{name} %{?no_lang_C}
 
 %post
@@ -76,7 +84,7 @@
 %{_datadir}/%{name}/
 %dir %{_datadir}/appdata
 %{_datadir}/appdata/%{name}.appdata.xml
-%{_datadir}/applications/%{name}.desktop
+%{_datadir}/applications/org.baedert.corebird.desktop
 %{_datadir}/glib-2.0/schemas/org.baedert.corebird.gschema.xml
 %{_datadir}/icons/hicolor/
 %{_mandir}/man1/%{name}.1%{?ext_man}

++ corebird-0.7.tar.gz - corebird-0.8.tar.gz ++
 21767 lines of diff (skipped)

++ corebird-fix-binding-usage.patch ++
From 2e2e2aba161d591dcc8e538d92b6b520020d8ca4 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Timm=20B=C3=A4der?= m...@baedert.org
Date: Wed, 10 Sep 2014 12:48:20 +0200
Subject: [PATCH] Fix binding usages

---
 src/list/TweetListEntry.vala | 2 +-
 src/widgets/ReplyEntry.vala  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/list/TweetListEntry.vala b/src/list/TweetListEntry.vala
index 286992e..d9338c9 100644
--- a/src/list/TweetListEntry.vala
+++ b/src/list/TweetListEntry.vala
@@ -174,7 +174,7 @@ public class TweetListEntry : ITwitterItem, Gtk.ListBoxRow {
   }
 
   static construct {
-unowned Gtk.BindingSet binding_set = Gtk.BindingSet.by_class (typeof 
(TweetListEntry).class_ref ());
+unowned Gtk.BindingSet binding_set = Gtk.BindingSet.by_class 
((GLib.ObjectClass)typeof (TweetListEntry).class_ref ());
 
 Gtk.BindingEntry.add_signal (binding_set, Gdk.Key.r, 0,  
reply-tweet, 0, null);
 Gtk.BindingEntry.add_signal 

commit rsyslog for openSUSE:Factory

2014-10-05 Thread h_root
Hello community,

here is the log from the commit of package rsyslog for openSUSE:Factory checked 
in at 2014-10-05 20:32:09

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


Package is rsyslog

Changes:

--- /work/SRC/openSUSE:Factory/rsyslog/rsyslog.changes  2014-10-02 
14:14:09.0 +0200
+++ /work/SRC/openSUSE:Factory/.rsyslog.new/rsyslog.changes 2014-10-05 
20:33:49.0 +0200
@@ -1,0 +2,12 @@
+Sat Oct  4 20:08:12 UTC 2014 - andreas.stie...@gmx.de
+
+- rsyslog Version 8.4.2 [v8-stable] 2014-10-02 [bnc#899756]
+  This release primarily contains a correction for the previous fix
+  for the PRI vulnerability which was incomplete.
+  - bugfix: the fix for CVE-2014-3634 did not handle all cases
+This is corrected now. see also: CVE-2014-3683
+  - fixed a build problem on some platforms
+  - behaviour change: msg of messages with invalid PRI set to
+rawmsg
+
+---

Old:

  rsyslog-8.4.1.tar.gz
  rsyslog-doc-8.4.1.tar.gz

New:

  rsyslog-8.4.2.tar.gz
  rsyslog-doc-8.4.2.tar.gz



Other differences:
--
++ rsyslog.spec ++
--- /var/tmp/diff_new_pack.5jdU4T/_old  2014-10-05 20:33:50.0 +0200
+++ /var/tmp/diff_new_pack.5jdU4T/_new  2014-10-05 20:33:50.0 +0200
@@ -20,7 +20,7 @@
 Summary:The enhanced syslogd for Linux and Unix
 License:(GPL-3.0+ and Apache-2.0)
 Group:  System/Daemons
-Version:8.4.1
+Version:8.4.2
 Release:0
 %if 0%{?suse_version} = 1210
 %bcond_without  systemd

++ rsyslog-8.4.1.tar.gz - rsyslog-8.4.2.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/rsyslog-8.4.1/ChangeLog new/rsyslog-8.4.2/ChangeLog
--- old/rsyslog-8.4.1/ChangeLog 2014-09-26 11:58:12.0 +0200
+++ new/rsyslog-8.4.2/ChangeLog 2014-10-02 12:28:25.0 +0200
@@ -1,4 +1,16 @@
 ---
+Version 8.4.2 [v8-stable] 2014-10-02
+- bugfix: the fix for CVE-2014-3634 did not handle all cases
+  This is corrected now.
+  see also: CVE-2014-3683
+- fixed a build problem on some platforms
+  Thanks to Olaf for the patch
+- behaviour change: msg of messages with invalid PRI set to rawmsg
+  When the PRI is invalid, the rest of the header cannot be valid. So
+  we move all of it to MSG and do not try to parse it out. Note that
+  this is not directly related to the security issue but rather done
+  because it makes most sense.
+---
 Version 8.4.1 [v8-stable] 2014-09-30
 - imudp: add for bracketing mode, which makes parsing stats easier
 - permit at-sign in variable names
@@ -422,6 +434,18 @@
   statement. Also, it can still be build without problems, the option must
   just explicitely be given.
 ---
+Version 7.6.7 [v7.6-stable] 2014-10-02
+- bugfix: the fix for CVE-2014-3634 did not handle all cases
+  This is corrected now.
+  see also: CVE-2014-3683
+- fixed a build problem on some platforms
+  Thanks to Olaf for the patch
+- behaviour change: msg of messages with invalid PRI set to rawmsg
+  When the PRI is invalid, the rest of the header cannot be valid. So
+  we move all of it to MSG and do not try to parse it out. Note that
+  this is not directly related to the security issue but rather done
+  because it makes most sense.
+---
 Version 7.6.6 [v7.6-stable] 2014-09-30
 - bugfix: potential abort when a message with PRI  191 was processed
   if the pri-text property was used in active templates, this could
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/rsyslog-8.4.1/configure new/rsyslog-8.4.2/configure
--- old/rsyslog-8.4.1/configure 2014-09-26 11:59:11.0 +0200
+++ new/rsyslog-8.4.2/configure 2014-10-02 12:29:07.0 +0200
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.68 for rsyslog 8.4.1.
+# Generated by GNU Autoconf 2.68 for rsyslog 8.4.2.
 #
 # Report bugs to rsys...@lists.adiscon.com.
 #
@@ -570,8 +570,8 @@
 # Identity of this package.
 PACKAGE_NAME='rsyslog'
 PACKAGE_TARNAME='rsyslog'
-PACKAGE_VERSION='8.4.1'
-PACKAGE_STRING='rsyslog 8.4.1'
+PACKAGE_VERSION='8.4.2'
+PACKAGE_STRING='rsyslog 8.4.2'
 PACKAGE_BUGREPORT='rsys...@lists.adiscon.com'
 PACKAGE_URL=''
 
@@ -1621,7 +1621,7 @@
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to 

commit booth for openSUSE:Factory

2014-10-05 Thread h_root
Hello community,

here is the log from the commit of package booth for openSUSE:Factory checked 
in at 2014-10-05 20:31:44

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


Package is booth

Changes:

--- /work/SRC/openSUSE:Factory/booth/booth.changes  2014-08-25 
11:04:44.0 +0200
+++ /work/SRC/openSUSE:Factory/.booth.new/booth.changes 2014-10-05 
20:33:12.0 +0200
@@ -1,0 +2,17 @@
+Fri Oct  3 14:07:24 UTC 2014 - dmuhameda...@suse.com
+
+- doc: clarify the meaning of renewal-freq
+- ra: add restart and reload actions (bnc#899244)
+- upstream version: v0.2.0
+
+---
+Fri Sep 12 14:42:30 UTC 2014 - dmuhameda...@suse.com
+
+- doc: add documentation for upgrade from v0.1
+- build: stop arbitrator on update from previous v0.1
+- ra: support the previously released v0.1
+- build: better support for sysv and systemd init files
+- ra: update library location
+- upstream version: 644df54
+
+---



Other differences:
--
++ booth.spec ++
--- /var/tmp/diff_new_pack.GQJqPd/_old  2014-10-05 20:33:13.0 +0200
+++ /var/tmp/diff_new_pack.GQJqPd/_new  2014-10-05 20:33:13.0 +0200
@@ -103,9 +103,15 @@
 gzip  docs/boothd.8  %{buildroot}/%{_mandir}/man8/booth.8.gz
 ln %{buildroot}/%{_mandir}/man8/booth.8.gz 
%{buildroot}/%{_mandir}/man8/boothd.8.gz 
 
+%if %{defined _unitdir}
 # systemd
-mkdir -p %{buildroot}/usr/lib/systemd/system/
-cp -a conf/booth@.service %{buildroot}/usr/lib/systemd/system/booth@.service
+mkdir -p %{buildroot}/%{_unitdir}
+cp -a conf/booth@.service %{buildroot}/%{_unitdir}/booth@.service
+ln -s /usr/sbin/service %{buildroot}%{_sbindir}/rcbooth-arbitrator
+%else
+# sysV init
+ln -s ../../%{_initddir}/booth-arbitrator 
%{buildroot}%{_sbindir}/rcbooth-arbitrator
+%endif
 
 #install test-parts
 
@@ -143,16 +149,36 @@
 %dir /usr/lib/ocf/resource.d
 %dir /usr/lib/ocf/resource.d/pacemaker
 %dir %{_sysconfdir}/booth
-%exclude %{_initddir}/booth-arbitrator
+%{_sbindir}/rcbooth-arbitrator
 /usr/lib/ocf/resource.d/pacemaker/booth-site
 %config %{_sysconfdir}/booth/booth.conf.example
 
-/usr/lib/systemd/system/booth@.service
+%if %{defined _unitdir}
+%{_unitdir}/booth@.service
+%exclude %{_initddir}/booth-arbitrator
+%else
+%{_initddir}/booth-arbitrator
+%endif
 
 %dir %{_datadir}/booth
 %{_datadir}/booth/service-runnable
 
 %doc README COPYING
+%doc README.upgrade-from-v0.1
+
+# this should be preun, but...
+%pre
+# stop the arbitrator if it's the previous paxos version 1.0
+if [ `booth version | awk '{print $2}'` = 1.0 ]; then
+   echo booth v0.1 found
+   if grep -qs 'ticket.*;' /etc/booth/booth.conf; then
+   echo Convert the booth configuration in /etc/booth/booth.conf!
+   fi
+   if ps -o pid,cmd -e | grep -qs [b]oothd arbitrator; then
+   rcbooth-arbitrator stop
+   fi
+fi
+exit 0
 
 %package test
 Summary:Test scripts for Booth

++ booth.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/booth/.git_info new/booth/.git_info
--- old/booth/.git_info 2014-08-21 16:30:28.0 +0200
+++ new/booth/.git_info 2014-10-02 10:04:28.0 +0200
@@ -1 +1 @@
-v0.1.7-321-g063bc2c
+v0.2.0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/booth/Makefile.am new/booth/Makefile.am
--- old/booth/Makefile.am   2014-08-21 16:05:13.0 +0200
+++ new/booth/Makefile.am   2014-10-02 09:19:51.0 +0200
@@ -43,7 +43,7 @@
  config.guess config.sub missing install-sh \
  autoheader automake autoconf test_lense.sh
 
-dist_doc_DATA  = README COPYING
+dist_doc_DATA  = README COPYING README.upgrade-from-v0.1
 
 notrans_dist_man8_MANS = docs/boothd.8
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/booth/README.upgrade-from-v0.1 
new/booth/README.upgrade-from-v0.1
--- old/booth/README.upgrade-from-v0.1  1970-01-01 01:00:00.0 +0100
+++ new/booth/README.upgrade-from-v0.1  2014-10-02 09:19:51.0 +0200
@@ -0,0 +1,57 @@
+Notes on upgrade from PAXOS booth v0.1
+==
+
+Booth v0.1 was a booth version based on the PAXOS algorithm. The
+current booth v0.2 is loosely based on raft and incompatible
+with the one running v0.1. Therefore, rolling upgrades are not
+possible.
+
+Due to the new multi-tenancy feature, the new arbitrator init
+script cannot stop or test status of the paxos v0.1 arbitrator.
+On upgrade to v0.2, the arbitrator, if running, will be stopped.
+
+The OCF 

commit python3-Markdown for openSUSE:Factory

2014-10-05 Thread h_root
Hello community,

here is the log from the commit of package python3-Markdown for 
openSUSE:Factory checked in at 2014-10-05 20:31:53

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


Package is python3-Markdown

Changes:

--- /work/SRC/openSUSE:Factory/python3-Markdown/python3-Markdown.changes
2014-09-19 15:45:44.0 +0200
+++ /work/SRC/openSUSE:Factory/.python3-Markdown.new/python3-Markdown.changes   
2014-10-05 20:33:29.0 +0200
@@ -1,0 +2,5 @@
+Fri Oct  3 14:27:57 UTC 2014 - benoit.mo...@gmx.fr
+
+- update to version 2.5.1: bugfix release
+
+---

Old:

  Markdown-2.5.tar.gz

New:

  Markdown-2.5.1.tar.gz



Other differences:
--
++ python3-Markdown.spec ++
--- /var/tmp/diff_new_pack.A8G4zq/_old  2014-10-05 20:33:30.0 +0200
+++ /var/tmp/diff_new_pack.A8G4zq/_new  2014-10-05 20:33:30.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   python3-Markdown
-Version:2.5
+Version:2.5.1
 Release:0
 Summary:Python implementation of Markdown
 License:BSD-3-Clause

++ Markdown-2.5.tar.gz - Markdown-2.5.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Markdown-2.5/MANIFEST new/Markdown-2.5.1/MANIFEST
--- old/Markdown-2.5/MANIFEST   2014-09-13 02:40:56.0 +0200
+++ new/Markdown-2.5.1/MANIFEST 2014-09-27 00:40:18.0 +0200
@@ -238,6 +238,8 @@
 tests/misc/em-around-links.txt
 tests/misc/em_strong.html
 tests/misc/em_strong.txt
+tests/misc/em_strong_complex.html
+tests/misc/em_strong_complex.txt
 tests/misc/email.html
 tests/misc/email.txt
 tests/misc/escaped_chars_in_js.html
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Markdown-2.5/PKG-INFO new/Markdown-2.5.1/PKG-INFO
--- old/Markdown-2.5/PKG-INFO   2014-09-13 02:40:59.0 +0200
+++ new/Markdown-2.5.1/PKG-INFO 2014-09-27 00:40:21.0 +0200
@@ -1,12 +1,12 @@
 Metadata-Version: 1.0
 Name: Markdown
-Version: 2.5
+Version: 2.5.1
 Summary: Python implementation of Markdown.
 Home-page: https://pythonhosted.org/Markdown/
 Author: Waylan Limberg
 Author-email: waylan [at] gmail.com
 License: BSD License
-Download-URL: 
http://pypi.python.org/packages/source/M/Markdown/Markdown-2.5.tar.gz
+Download-URL: 
http://pypi.python.org/packages/source/M/Markdown/Markdown-2.5.1.tar.gz
 Description: This is a Python implementation of John Gruber's Markdown_. 
 It is almost completely compliant with the reference implementation,
 though there are a few known issues. See Features_ for information 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Markdown-2.5/docs/change_log.txt 
new/Markdown-2.5.1/docs/change_log.txt
--- old/Markdown-2.5/docs/change_log.txt2014-08-26 03:30:47.0 
+0200
+++ new/Markdown-2.5.1/docs/change_log.txt  2014-09-27 00:33:46.0 
+0200
@@ -7,9 +7,11 @@
 Python-Markdown Changelog
 =
 
-[TBD]: Released version 2.5.0 ([Notes](release-2.5.html))
+Sept 26, 2014: Released version 2.5.1 (a bugfix release).
 
-Feb 16, 2014: Released version 2.4.0 ([Notes](release-2.4.html))
+Sept 12, 2014: Released version 2.5.0 ([Notes](release-2.5.html)).
+
+Feb 16, 2014: Released version 2.4.0 ([Notes](release-2.4.html)).
 
 Mar 22, 2013: Released version 2.3.1 (a bugfix release).
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Markdown-2.5/docs/release-2.5.txt 
new/Markdown-2.5.1/docs/release-2.5.txt
--- old/Markdown-2.5/docs/release-2.5.txt   2014-09-13 02:32:11.0 
+0200
+++ new/Markdown-2.5.1/docs/release-2.5.txt 2014-09-27 00:35:06.0 
+0200
@@ -16,10 +16,7 @@
 --
 
 * Python-Markdown no longer supports Python version 2.6. You must be using 
Python 
-  versions 2.7, 3.2, 3.3, or 3.4. While Python-Markdown is no longer tested 
against
-  Python 2.6, you may be able to get it working if you install a copy of 
[importlib] 
-  which has been backported for Python 2.6. However, the developers of 
Python-Markdown 
-  offer no guarentees in that situation.
+  versions 2.7, 3.2, 3.3, or 3.4.
 
 [importlib]: https://pypi.python.org/pypi/importlib
 
@@ -177,7 +174,7 @@
 [JSON]: http://json.org/
 [PyYAML]: http://pyyaml.org/
 
-*   The [amonition extension][ae] is no longer considered experimental.
+*   The [admonition extension][ae] is no longer considered experimental.
 
 [ae]: extensions/admonition.html
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 

commit mate-screensaver for openSUSE:Factory

2014-10-05 Thread h_root
Hello community,

here is the log from the commit of package mate-screensaver for 
openSUSE:Factory checked in at 2014-10-05 20:31:41

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


Package is mate-screensaver

Changes:

--- /work/SRC/openSUSE:Factory/mate-screensaver/mate-screensaver.changes
2014-04-04 16:37:21.0 +0200
+++ /work/SRC/openSUSE:Factory/.mate-screensaver.new/mate-screensaver.changes   
2014-10-05 20:33:11.0 +0200
@@ -1,0 +2,6 @@
+Fri Oct  3 14:04:34 UTC 2014 - p.drou...@gmail.com
+
+- Update to version 1.8.1
+  + Prevent SegFault in the absence of XRANDR
+
+---

Old:

  mate-screensaver-1.8.0.tar.xz

New:

  mate-screensaver-1.8.1.tar.xz



Other differences:
--
++ mate-screensaver.spec ++
--- /var/tmp/diff_new_pack.zMll2E/_old  2014-10-05 20:33:12.0 +0200
+++ /var/tmp/diff_new_pack.zMll2E/_new  2014-10-05 20:33:12.0 +0200
@@ -16,7 +16,7 @@
 
 
 Name:   mate-screensaver
-Version:1.8.0
+Version:1.8.1
 Release:0
 License:GPL-2.0+ and LGPL-2.0+
 Summary:MATE Desktop screensaver

++ mate-screensaver-1.8.0.tar.xz - mate-screensaver-1.8.1.tar.xz ++
 4313 lines of diff (skipped)
retrying with extended exclude list
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/mate-screensaver-1.8.0/NEWS new/mate-screensaver-1.8.1/NEWS
--- old/mate-screensaver-1.8.0/NEWS 2014-03-01 12:24:21.0 +0100
+++ new/mate-screensaver-1.8.1/NEWS 2014-09-28 21:37:00.0 +0200
@@ -1,3 +1,9 @@
+==
+Version 1.8.1
+==
+
+Prevent SegFault in the absence of XRANDR
+
 ===
 Version 1.8.0
 ===
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/mate-screensaver-1.8.0/configure.ac new/mate-screensaver-1.8.1/configure.ac
--- old/mate-screensaver-1.8.0/configure.ac 2014-03-01 12:24:14.0 
+0100
+++ new/mate-screensaver-1.8.1/configure.ac 2014-09-28 21:37:26.0 
+0200
@@ -2,7 +2,7 @@
 
 AC_PREREQ(2.60)
 AC_INIT([mate-screensaver],
-[1.8.0],
+[1.8.1],
 [http://www.mate-desktop.org/])
 
 AC_CONFIG_SRCDIR(src/mate-screensaver.c)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/mate-screensaver-1.8.0/data/mate-screensaver-preferences.ui 
new/mate-screensaver-1.8.1/data/mate-screensaver-preferences.ui
--- old/mate-screensaver-1.8.0/data/mate-screensaver-preferences.ui 
2013-02-27 17:26:45.0 +0100
+++ new/mate-screensaver-1.8.1/data/mate-screensaver-preferences.ui 
2014-09-25 14:46:26.0 +0200
@@ -35,7 +35,6 @@
 property name=gravityGDK_GRAVITY_NORTH_WEST/property
 property name=focus_on_mapTrue/property
 property name=urgency_hintFalse/property
-property name=has_separatorFalse/property
 child internal-child=vbox
   object class=GtkVBox id=dialog-vbox1
 property name=orientationvertical/property
@@ -294,7 +293,6 @@
 property 
name=draw_valueTrue/property
 property 
name=value_posGTK_POS_TOP/property
 property 
name=digits0/property
-property 
name=update_policyGTK_UPDATE_CONTINUOUS/property
 property 
name=invertedFalse/property
 property 
name=adjustmentadjustment1/property
   /object
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 

commit libvirt for openSUSE:Factory

2014-10-05 Thread h_root
Hello community,

here is the log from the commit of package libvirt for openSUSE:Factory checked 
in at 2014-10-05 20:31:49

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


Package is libvirt

Changes:

--- /work/SRC/openSUSE:Factory/libvirt/libvirt.changes  2014-09-23 
10:46:44.0 +0200
+++ /work/SRC/openSUSE:Factory/.libvirt.new/libvirt.changes 2014-10-05 
20:33:24.0 +0200
@@ -1,0 +2,25 @@
+Thu Oct  2 15:28:40 MDT 2014 - jfeh...@suse.com
+
+- spec: Remove gpg-offline build dependency and use of gpg_verify
+  to verify tarball since this task can be performed by source
+  services
+
+---
+Wed Oct  1 11:53:17 MDT 2014 - jfeh...@suse.com
+
+- Update to libvirt 1.2.9
+  - Introduce virNodeAllocPages
+  - event: introduce new event for tunable values
+  - Add support for fetching statistics of completed jobs
+  - CVE-2014-3657: domain_conf: fix domain deadlock
+  - CVE-2014-3633: qemu: blkiotune: Use correct definition when
+looking up disk
+  - Many incremental improvements and bug fixes, see
+http://libvirt.org/news.html
+  - Drop upstream patches: 3e745e8f-CVE-2014-3633.patch,
+libvirt-guests-wait-for-ntp.patch
+- Verify tarball with associated .asc file
+  Add: libvirt.keyring, libvirt-1.2.9.tar.gz.asc
+  Use upstream .gz tarball instead of locally generated .bz2
+
+---

Old:

  3e745e8f-CVE-2014-3633.patch
  libvirt-1.2.8.tar.bz2
  libvirt-guests-wait-for-ntp.patch

New:

  libvirt-1.2.9.tar.gz
  libvirt-1.2.9.tar.gz.asc
  libvirt.keyring



Other differences:
--
++ libvirt.spec ++
--- /var/tmp/diff_new_pack.c4BjXm/_old  2014-10-05 20:33:25.0 +0200
+++ /var/tmp/diff_new_pack.c4BjXm/_new  2014-10-05 20:33:25.0 +0200
@@ -235,7 +235,7 @@
 
 Name:   libvirt
 Url:http://libvirt.org/
-Version:1.2.8
+Version:1.2.9
 Release:0
 Summary:Library providing a simple virtualization API
 License:LGPL-2.1+
@@ -424,14 +424,14 @@
 BuildRequires:  numad
 %endif
 
-Source0:%{name}-%{version}.tar.bz2
-Source1:libvirtd.init
-Source2:libvirtd-relocation-server.fw
+Source0:%{name}-%{version}.tar.gz
+Source1:%{name}-%{version}.tar.gz.asc
+Source2:%{name}.keyring
+Source3:libvirtd.init
+Source4:libvirtd-relocation-server.fw
 Source99:   baselibs.conf
 # Upstream patches
-Patch0: 3e745e8f-CVE-2014-3633.patch
 # Patches pending upstream review
-Patch100:   libvirt-guests-wait-for-ntp.patch
 # Need to go upstream
 Patch150:   xen-name-for-devid.patch
 Patch151:   xen-pv-cdrom.patch
@@ -951,8 +951,6 @@
 
 %prep
 %setup -q
-%patch0 -p1
-%patch100 -p1
 %patch150 -p1
 %patch151 -p1
 %patch152 -p1
@@ -1288,7 +1286,7 @@
 %if %{with_systemd}
 ln -s %{_sbindir}/service $RPM_BUILD_ROOT%{_sbindir}/rclibvirtd
 %else
-install %SOURCE1 $RPM_BUILD_ROOT%{_sysconfdir}/init.d/libvirtd
+install %SOURCE3 $RPM_BUILD_ROOT%{_sysconfdir}/init.d/libvirtd
 ln -s /etc/init.d/libvirtd $RPM_BUILD_ROOT%{_sbindir}/rclibvirtd
 %endif
 mv $RPM_BUILD_ROOT%{_sysconfdir}/sysconfig/libvirtd 
$RPM_BUILD_ROOT%{_localstatedir}/adm/fillup-templates/sysconfig.libvirtd
@@ -1305,7 +1303,7 @@
 #install firewall definitions format is described here:
 #/usr/share/SuSEfirewall2/services/TEMPLATE
 mkdir -p $RPM_BUILD_ROOT/%{_fwdefdir}
-install -m 644 %{S:2} $RPM_BUILD_ROOT/%{_fwdefdir}/libvirtd-relocation-server
+install -m 644 %{S:4} $RPM_BUILD_ROOT/%{_fwdefdir}/libvirtd-relocation-server
 %endif
 %if %{with_systemd}
 rm -f $RPM_BUILD_ROOT%{_sysconfdir}/rc.d/init.d/libvirt-guests

++ apparmor-no-mount.patch ++
--- /var/tmp/diff_new_pack.c4BjXm/_old  2014-10-05 20:33:25.0 +0200
+++ /var/tmp/diff_new_pack.c4BjXm/_new  2014-10-05 20:33:25.0 +0200
@@ -1,7 +1,7 @@
-Index: libvirt-1.2.8/examples/apparmor/libvirt-lxc
+Index: libvirt-1.2.9/examples/apparmor/libvirt-lxc
 ===
 libvirt-1.2.8.orig/examples/apparmor/libvirt-lxc
-+++ libvirt-1.2.8/examples/apparmor/libvirt-lxc
+--- libvirt-1.2.9.orig/examples/apparmor/libvirt-lxc
 libvirt-1.2.9/examples/apparmor/libvirt-lxc
 @@ -2,39 +2,15 @@
  
#include abstractions/base

++ blockcopy-check-dst-identical-device.patch ++
--- /var/tmp/diff_new_pack.c4BjXm/_old  2014-10-05 20:33:25.0 +0200
+++ /var/tmp/diff_new_pack.c4BjXm/_new  2014-10-05 20:33:25.0 +0200
@@ -11,21 +11,23 @@
  src/qemu/qemu_driver.c | 7 +++
  1 file changed, 7 insertions(+)
 
-Index: libvirt-1.2.8/src/qemu/qemu_driver.c

commit mate-terminal for openSUSE:Factory

2014-10-05 Thread h_root
Hello community,

here is the log from the commit of package mate-terminal for openSUSE:Factory 
checked in at 2014-10-05 20:31:46

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


Package is mate-terminal

Changes:

--- /work/SRC/openSUSE:Factory/mate-terminal/mate-terminal.changes  
2014-03-22 18:01:55.0 +0100
+++ /work/SRC/openSUSE:Factory/.mate-terminal.new/mate-terminal.changes 
2014-10-05 20:33:15.0 +0200
@@ -1,0 +2,7 @@
+Fri Oct  3 14:17:04 UTC 2014 - p.drou...@gmail.com
+
+- Update to version 1.8.1
+  + Fixed opening new terminal in a tab
+  + Added colon to PATHCHARS_CLASS for URL detection
+
+---

Old:

  mate-terminal-1.8.0.tar.xz

New:

  mate-terminal-1.8.1.tar.xz



Other differences:
--
++ mate-terminal.spec ++
--- /var/tmp/diff_new_pack.bQ8IZt/_old  2014-10-05 20:33:16.0 +0200
+++ /var/tmp/diff_new_pack.bQ8IZt/_new  2014-10-05 20:33:16.0 +0200
@@ -15,7 +15,7 @@
 
 
 Name:   mate-terminal
-Version:1.8.0
+Version:1.8.1
 Release:0
 License:GPL-3.0+
 Summary:MATE Desktop system tools

++ mate-terminal-1.8.0.tar.xz - mate-terminal-1.8.1.tar.xz ++
 1957 lines of diff (skipped)
retrying with extended exclude list
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/mate-terminal-1.8.0/ChangeLog new/mate-terminal-1.8.1/ChangeLog
--- old/mate-terminal-1.8.0/ChangeLog   2014-03-01 14:50:42.0 +0100
+++ new/mate-terminal-1.8.1/ChangeLog   2014-09-28 21:52:09.0 +0200
@@ -1,5 +1,48 @@
 # Generated by Makefile. Do not edit.
 
+commit da375f9474b5cae0e6b8724a3f5976050118e237
+Author: infirit infi...@gmail.com
+Date:   Sun Sep 28 21:50:54 2014 +0200
+
+Bump version to 1.8.1
+
+ configure.ac | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit cad2fcd7b988b25b0103d9023f3d8779336d35e1
+Author: infirit infi...@gmail.com
+Date:   Sun Sep 28 21:50:41 2014 +0200
+
+Update NEWS for 1.8.1
+
+ NEWS | 5 +
+ 1 file changed, 5 insertions(+)
+
+commit dd5636bc091e9abc3b916d86be95b8e8ef452876
+Author: Martin Wimpress c...@flexion.org
+Date:   Mon Feb 24 14:44:24 2014 +
+
+Opening new terminal in a tab now works. The new intended behaviour is 
desbribed
+in https://bugzilla.gnome.org/show_bug.cgi?id=83203#c57 Fixes #45.
+
+ src/terminal-app.c | 95 --
+ src/terminal-app.h |  4 ++-
+ src/terminal-options.c | 12 +--
+ src/terminal-options.h |  2 ++
+ src/terminal-window.c  | 45 
+ src/terminal-window.h  |  3 ++
+ src/terminal.c | 46 
+ 7 files changed, 178 insertions(+), 29 deletions(-)
+
+commit 31fb0be28e7764fad7b7cb99d84fe8e015a8408c
+Author: infirit infi...@gmail.com
+Date:   Mon Aug 18 18:30:48 2014 +0200
+
+Add colon to PATHCHARS_CLASS for url detection.
+
+ src/terminal-screen.c | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
 commit f6d1706007760cf7c7ad509dc6f5321a0a9c0583
 Author: Stefano Karapetsas stef...@karapetsas.com
 Date:   Sat Mar 1 14:49:57 2014 +0100
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/mate-terminal-1.8.0/NEWS new/mate-terminal-1.8.1/NEWS
--- old/mate-terminal-1.8.0/NEWS2014-03-01 14:49:51.0 +0100
+++ new/mate-terminal-1.8.1/NEWS2014-09-28 21:50:34.0 +0200
@@ -1,3 +1,8 @@
+1.8.1
+
+  * Opening new terminal in a tab now works.
+  * Add colon to PATHCHARS_CLASS for url detection.
+
 1.8.0
 
   * Add GTK3 support
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/mate-terminal-1.8.0/configure.ac new/mate-terminal-1.8.1/configure.ac
--- old/mate-terminal-1.8.0/configure.ac2014-03-01 14:49:48.0 
+0100
+++ new/mate-terminal-1.8.1/configure.ac2014-09-28 21:50:50.0 
+0200
@@ -1,6 +1,6 @@
 m4_define([gt_version_major],[1])
 

commit mate-utils for openSUSE:Factory

2014-10-05 Thread h_root
Hello community,

here is the log from the commit of package mate-utils for openSUSE:Factory 
checked in at 2014-10-05 20:31:48

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


Package is mate-utils

Changes:

--- /work/SRC/openSUSE:Factory/mate-utils/mate-utils.changes2014-03-23 
22:34:10.0 +0100
+++ /work/SRC/openSUSE:Factory/.mate-utils.new/mate-utils.changes   
2014-10-05 20:33:17.0 +0200
@@ -1,0 +2,8 @@
+Fri Oct  3 14:22:09 UTC 2014 - p.drou...@gmail.com
+
+- Update to version 1.8.1 
+  + Added keywords key to .desktop files
+  + Fixed several man pages
+  + Fixed gsearchtool format-security warning
+
+---

Old:

  mate-utils-1.8.0.tar.xz

New:

  mate-utils-1.8.1.tar.xz



Other differences:
--
++ mate-utils.spec ++
--- /var/tmp/diff_new_pack.EJpGSu/_old  2014-10-05 20:33:18.0 +0200
+++ /var/tmp/diff_new_pack.EJpGSu/_new  2014-10-05 20:33:18.0 +0200
@@ -15,7 +15,7 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 
 Name:   mate-utils
-Version:1.8.0
+Version:1.8.1
 Release:0
 License:GPL-2.0+ and LGPL-2.0+ and GFDL-1.1
 Summary:MATE Desktop utilities
@@ -243,6 +243,7 @@
 %{_datadir}/applications/mate-screenshot.desktop
 %{_datadir}/glib-2.0/schemas/org.mate.screenshot.gschema.xml
 %{_datadir}/mate-screenshot/
+%{_mandir}/man1/mate-panel-screenshot.1.gz
 %{_mandir}/man1/mate-screenshot.1*
 
 %files -n mate-search-tool

++ mate-utils-1.8.0.tar.xz - mate-utils-1.8.1.tar.xz ++
 7306 lines of diff (skipped)

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



commit yast2-http-server for openSUSE:Factory

2014-10-05 Thread h_root
Hello community,

here is the log from the commit of package yast2-http-server for 
openSUSE:Factory checked in at 2014-10-05 20:31:55

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


Package is yast2-http-server

Changes:

--- /work/SRC/openSUSE:Factory/yast2-http-server/yast2-http-server.changes  
2014-09-17 17:27:05.0 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-http-server.new/yast2-http-server.changes 
2014-10-05 20:33:33.0 +0200
@@ -1,0 +2,7 @@
+Fri Oct  3 08:37:15 UTC 2014 - an...@suse.com
+
+- Dropped the usage of deprecated directives Order, Allow and Deny
+  in favor of mod_authz_host.
+- 3.1.5
+
+---

Old:

  yast2-http-server-3.1.4.tar.bz2

New:

  yast2-http-server-3.1.5.tar.bz2



Other differences:
--
++ yast2-http-server.spec ++
--- /var/tmp/diff_new_pack.OqYpEA/_old  2014-10-05 20:33:33.0 +0200
+++ /var/tmp/diff_new_pack.OqYpEA/_new  2014-10-05 20:33:33.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-http-server
-Version:3.1.4
+Version:3.1.5
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ yast2-http-server-3.1.4.tar.bz2 - yast2-http-server-3.1.5.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-http-server-3.1.4/MAINTAINER 
new/yast2-http-server-3.1.5/MAINTAINER
--- old/yast2-http-server-3.1.4/MAINTAINER  2014-09-16 15:43:09.0 
+0200
+++ new/yast2-http-server-3.1.5/MAINTAINER  2014-10-03 17:38:11.0 
+0200
@@ -1 +1 @@
-YaST2 Maintainers yast2-maintain...@suse.de
+Deprecated file. Use `osc maintainer yast2-http-server` instead.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-http-server-3.1.4/package/yast2-http-server.changes 
new/yast2-http-server-3.1.5/package/yast2-http-server.changes
--- old/yast2-http-server-3.1.4/package/yast2-http-server.changes   
2014-09-16 15:43:09.0 +0200
+++ new/yast2-http-server-3.1.5/package/yast2-http-server.changes   
2014-10-03 17:38:11.0 +0200
@@ -1,4 +1,11 @@
 ---
+Fri Oct  3 08:37:15 UTC 2014 - an...@suse.com
+
+- Dropped the usage of deprecated directives Order, Allow and Deny
+  in favor of mod_authz_host.
+- 3.1.5
+
+---
 Tue Sep 16 09:14:59 CEST 2014 - sch...@suse.de
 
 - AutoYaST: Using HostIP which is given in the host name
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-http-server-3.1.4/package/yast2-http-server.spec 
new/yast2-http-server-3.1.5/package/yast2-http-server.spec
--- old/yast2-http-server-3.1.4/package/yast2-http-server.spec  2014-09-16 
15:43:09.0 +0200
+++ new/yast2-http-server-3.1.5/package/yast2-http-server.spec  2014-10-03 
17:38:11.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-http-server
-Version:3.1.4
+Version:3.1.5
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-http-server-3.1.4/src/modules/HttpServerWidgets.rb 
new/yast2-http-server-3.1.5/src/modules/HttpServerWidgets.rb
--- old/yast2-http-server-3.1.4/src/modules/HttpServerWidgets.rb
2014-09-16 15:43:09.0 +0200
+++ new/yast2-http-server-3.1.5/src/modules/HttpServerWidgets.rb
2014-10-03 17:38:11.0 +0200
@@ -1675,8 +1675,7 @@
   SECTIONPARAM = documentroot,
   VALUE= [
 { KEY = AllowOverride, VALUE = None },
-{ KEY = Order, VALUE = allow,deny },
-{ KEY = Allow, VALUE = from all }
+{ KEY = Require, VALUE = all granted }
   ],
   OVERHEAD = 
 }
@@ -2093,8 +2092,7 @@
 VALUE= [
   { KEY = AllowOverride, VALUE = None },
   { KEY = Options, VALUE = +ExecCGI -Includes },
-  { KEY = Order, VALUE = allow,deny },
-  { KEY = Allow, VALUE = from all }
+  { KEY = Require, VALUE = all granted }
 ],
 OVERHEAD = 
   }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-http-server-3.1.4/src/modules/YaPI/HTTPDModules.pm 
new/yast2-http-server-3.1.5/src/modules/YaPI/HTTPDModules.pm
--- old/yast2-http-server-3.1.4/src/modules/YaPI/HTTPDModules.pm
2014-09-16 15:43:09.0 +0200
+++ 

commit mksh for openSUSE:Factory

2014-10-05 Thread h_root
Hello community,

here is the log from the commit of package mksh for openSUSE:Factory checked in 
at 2014-10-05 20:31:57

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-09-06 
16:59:29.0 +0200
+++ /work/SRC/openSUSE:Factory/.mksh.new/mksh.changes   2014-10-05 
20:33:34.0 +0200
@@ -1,0 +2,19 @@
+Fri Oct  3 19:21:55 UTC 2014 - t...@mirbsd.org
+
+- update to SECURITY version 50c
+  - [tg] Know more rare signals when generating sys_signame[] replacement
+  - [tg] OpenBSD sync (mostly RCSID only)
+  - [tg] Document HISTSIZE limit; found by luigi_345 on IRC
+  - [zacts] Fix link to Debian .mkshrc
+  - [tg] Cease exporting $RANDOM (Debian #760857)
+  - [tg] Fix C99 compatibility
+  - [tg] Work around klibc bug causing a coredump (Debian #763842)
+  - [tg] Use issetugid(2) as additional check if we are FPRIVILEGED
+  - [tg] SECURITY: do not permit += from environment
+  - [tg] Fix more field splitting bugs reported by Stephane Chazelas and
+mikeserv; document current status wrt. ambiguous ones as testcases too
+- use build log cleaner sed command from home:mirabile package
+- enable lksh build-time option to automatically run set -o posix
+  when called as sh or -sh, like home:mirabile package did
+
+---

Old:

  mksh-R50b.tgz

New:

  mksh-R50c.tgz



Other differences:
--
++ mksh.spec ++
--- /var/tmp/diff_new_pack.RdEVqt/_old  2014-10-05 20:33:35.0 +0200
+++ /var/tmp/diff_new_pack.RdEVqt/_new  2014-10-05 20:33:35.0 +0200
@@ -3,7 +3,7 @@
 #
 # Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 # Copyright (c) 2013 Guido Berhoerster.
-# Copyright (c) 2013 Thorsten Glaser.
+# Copyright (c) 2013, 2014 Thorsten Glaser.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -21,7 +21,7 @@
 # Please see OBS home:mirabile/mksh for a package for other distributions.
 
 Name:   mksh
-Version:50b
+Version:50c
 Release:0
 Summary:MirBSD Korn Shell
 License:MirOS and ISC
@@ -82,6 +82,8 @@
 sh Build.sh -r -c lto || touch build.failed
 %endif
 mv test.sh test-mksh.sh
+# build lksh to automatically enable -o posix if called as sh
+CPPFLAGS=$CPPFLAGS -DMKSH_BINSHPOSIX
 # work around bugs in gcc 4.8 (deb#717734 rh#922974) and gcc 4.1.2 in SLE 10
 %if 0%{?suse_version} = 1310 || 0%{?sles_version} == 10
 sh Build.sh -L -r || touch build.failed
@@ -89,7 +91,9 @@
 sh Build.sh -L -r -c lto || touch build.failed
 %endif
 mv test.sh test-lksh.sh
-} 21 | sed '/conftest.c:/s/: warning:/: W:/'
+} 21 | sed \
+  -e 's!conftest.c:\([0-9]*\(:[0-9]*\)*\): error:!cE(\1) -!g' \
+  -e 's!conftest.c:\([0-9]*\(:[0-9]*\)*\): warning:!cW(\1) -!g'
 test ! -e build.failed
 
 %install

++ mksh-R50b.tgz - mksh-R50c.tgz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mksh/Build.sh new/mksh/Build.sh
--- old/mksh/Build.sh   2014-09-03 21:23:13.0 +0200
+++ new/mksh/Build.sh   2014-10-03 19:32:57.0 +0200
@@ -1,5 +1,5 @@
 #!/bin/sh
-srcversion='$MirOS: src/bin/mksh/Build.sh,v 1.664 2014/09/03 19:22:48 tg Exp $'
+srcversion='$MirOS: src/bin/mksh/Build.sh,v 1.668 2014/10/03 17:32:07 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.664 2014/09/03 
19:22:48 tg Exp $);
+   __RCSID($MirOS: src/bin/mksh/Build.sh,v 1.668 2014/10/03 
17:32:07 tg Exp $);
int main(void) { printf(Hello, World!\n); return (isatty(0)); 
}
 EOF
case $cm in
@@ -1904,6 +1904,11 @@
int main(void) { struct timeval tv; return (gettimeofday(tv, NULL)); }
 EOF
 
+ac_test issetugid -'EOF'
+   #include unistd.h
+   int main(void) { return (issetugid()); }
+EOF
+
 ac_test killpg -'EOF'
#include signal.h
int main(int ac, char *av[]) { return (av[0][killpg(123, ac)]); }
@@ -2273,6 +2278,7 @@
sigs=ABRT FPE ILL INT SEGV TERM ALRM BUS CHLD CONT HUP KILL PIPE QUIT
sigs=$sigs STOP TSTP TTIN TTOU USR1 USR2 POLL PROF SYS TRAP URG VTALRM
sigs=$sigs XCPU XFSZ INFO WINCH EMT IO DIL LOST PWR SAK CLD IOT RESV
+   sigs=$sigs STKFLT UNUSED
test 1 = $HAVE_CPP_DD  test $NSIG -gt 1  sigs=$sigs `vq \
$CPP 

commit mate-settings-daemon for openSUSE:Factory

2014-10-05 Thread h_root
Hello community,

here is the log from the commit of package mate-settings-daemon for 
openSUSE:Factory checked in at 2014-10-05 20:31:44

Comparing /work/SRC/openSUSE:Factory/mate-settings-daemon (Old)
 and  /work/SRC/openSUSE:Factory/.mate-settings-daemon.new (New)


Package is mate-settings-daemon

Changes:

--- 
/work/SRC/openSUSE:Factory/mate-settings-daemon/mate-settings-daemon.changes
2014-07-21 22:34:28.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.mate-settings-daemon.new/mate-settings-daemon.changes
   2014-10-05 20:33:13.0 +0200
@@ -1,0 +2,7 @@
+Fri Oct  3 14:15:36 UTC 2014 - p.drou...@gmail.com
+
+- Update to version 1.8.2
+  + mpris: Replace googlemusicframe with nuvolaplayer
+  + Update schema to use toggle shell script
+
+---

Old:

  mate-settings-daemon-1.8.1.tar.xz

New:

  mate-settings-daemon-1.8.2.tar.xz



Other differences:
--
++ mate-settings-daemon.spec ++
--- /var/tmp/diff_new_pack.kay6kX/_old  2014-10-05 20:33:14.0 +0200
+++ /var/tmp/diff_new_pack.kay6kX/_new  2014-10-05 20:33:14.0 +0200
@@ -15,7 +15,7 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 
 Name:   mate-settings-daemon
-Version:1.8.1
+Version:1.8.2
 Release:0
 License:GPL-2.0 and LGPL-2.1
 Summary:MATE session settings daemon

++ mate-settings-daemon-1.8.1.tar.xz - mate-settings-daemon-1.8.2.tar.xz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mate-settings-daemon-1.8.1/ChangeLog 
new/mate-settings-daemon-1.8.2/ChangeLog
--- old/mate-settings-daemon-1.8.1/ChangeLog2014-05-06 20:48:07.0 
+0200
+++ new/mate-settings-daemon-1.8.2/ChangeLog2014-09-28 21:46:44.0 
+0200
@@ -1,6 +1,42 @@
+commit 2d78fb01819008db7435c908f1f95988574c34fb
+Author: infirit infi...@gmail.com
+Date:   2014-09-28
+
+Bump version to 1.8.2
+
+M  configure.ac
+
+commit f50e2e9bc5e1cbedae719b5f14a74d77fb3b25b2
+Author: infirit infi...@gmail.com
+Date:  2014-09-28
+
+Update NEWS for 1.8.2
+
+M  NEWS
+
+commit 48aa831dbfbbd26e7d3c4504db133d87cb979516
+Author: infirit infi...@gmail.com
+Date:  2013-09-21
+
+Update schema to use toggle shell script
+
+Fixes https://github.com/mate-desktop/mate-settings-daemon/issues/32
+
+M  data/org.mate.keybindings.gschema.xml.in.in
+
+commit 16a8631b453269a774c03d422eb91cc112d43d1f
+Author: Daniel Kao daniel.m@gmail.com
+Date:  2014-07-08
+
+mpris: Replace googlemusicframe with nuvolaplayer
+
+googlemusicframe was renamed to nuvolaplayer in late 2011.
+
+M  plugins/mpris/msd-mpris-manager.c
+
 commit 81d5a3618596323c6dd84dd782bfc5d5fbd448bd
 Author: Stefano Karapetsas stef...@karapetsas.com
-Date:   2014-05-06
+Date:  2014-05-06
 
 Bump version to 1.8.1
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mate-settings-daemon-1.8.1/NEWS 
new/mate-settings-daemon-1.8.2/NEWS
--- old/mate-settings-daemon-1.8.1/NEWS 2014-05-06 20:46:41.0 +0200
+++ new/mate-settings-daemon-1.8.2/NEWS 2014-09-28 21:43:19.0 +0200
@@ -1,3 +1,7 @@
+1.8.2
+  * mpris: Replace googlemusicframe with nuvolaplayer
+  * Update schema to use toggle shell script
+
 1.8.1
   * Added support for Gtk/DecorationLayout for GTK3 CSD windows
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mate-settings-daemon-1.8.1/aclocal.m4 
new/mate-settings-daemon-1.8.2/aclocal.m4
--- old/mate-settings-daemon-1.8.1/aclocal.m4   2014-05-06 20:47:15.0 
+0200
+++ new/mate-settings-daemon-1.8.2/aclocal.m4   2014-09-28 21:43:51.0 
+0200
@@ -495,7 +495,7 @@
 gsettings__enum_file = $(addsuffix .enums.xml,$(gsettings_ENUM_NAMESPACE))
 
 %.gschema.valid: %.gschema.xml $(gsettings__enum_file)
-   $(AM_V_GEN) if test -f $; then d=; else d=$(srcdir)/; fi; 
$(GLIB_COMPILE_SCHEMAS) --strict --dry-run $(addprefix 
--schema-file=,$(gsettings__enum_file)) --schema-file=$${d}$  touch [$]@
+   $(AM_V_GEN) $(GLIB_COMPILE_SCHEMAS) --strict --dry-run $(addprefix 
--schema-file=,$(gsettings__enum_file)) --schema-file=$  mkdir -p [$](@D)  
touch [$]@
 
 all-am: $(gsettings_SCHEMAS:.xml=.valid)
 uninstall-am: uninstall-gsettings-schemas
@@ -541,7 +541,7 @@
 )
 
 # nls.m4 serial 5 (gettext-0.18)
-dnl Copyright (C) 1995-2003, 2005-2006, 2008-2013 Free Software Foundation,
+dnl Copyright (C) 1995-2003, 2005-2006, 2008-2014 Free Software Foundation,
 dnl Inc.
 dnl This file is free software; the Free Software Foundation
 dnl gives unlimited permission to copy and/or distribute it,
diff -urN '--exclude=CVS' 

commit rubygem-json_pure for openSUSE:Factory

2014-10-05 Thread h_root
Hello community,

here is the log from the commit of package rubygem-json_pure for 
openSUSE:Factory checked in at 2014-10-05 20:32:02

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


Package is rubygem-json_pure

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-json_pure/rubygem-json_pure.changes  
2013-10-31 15:56:12.0 +0100
+++ /work/SRC/openSUSE:Factory/.rubygem-json_pure.new/rubygem-json_pure.changes 
2014-10-05 20:33:40.0 +0200
@@ -1,0 +2,5 @@
+Tue Sep 30 12:02:43 UTC 2014 - mrueck...@suse.de
+
+- update to new packaging scheme and add gem2rpm.yml
+
+---

New:

  gem2rpm.yml



Other differences:
--
++ rubygem-json_pure.spec ++
--- /var/tmp/diff_new_pack.GbnN6z/_old  2014-10-05 20:33:41.0 +0200
+++ /var/tmp/diff_new_pack.GbnN6z/_new  2014-10-05 20:33:41.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-json_pure
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -14,19 +14,26 @@
 
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
-
+#
+# This file was generated with a gem2rpm.yml and not just plain gem2rpm.
+# All sections marked as MANUAL, license headers, summaries and descriptions
+# can be maintained in that file. Please consult this file before editing any
+# of those fields
+#
 
 Name:   rubygem-json_pure
 Version:1.8.1
 Release:0
 %define mod_name json_pure
 %define mod_full_name %{mod_name}-%{version}
-
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  ruby-macros = 1
-BuildRequires:  rubygem(rdoc)  3.10
+BuildRequires:  ruby-macros = 5
+BuildRequires:  %{ruby}
+BuildRequires:  %{rubygem gem2rpm}
+BuildRequires:  %{rubygem rdoc  3.10}
 Url:http://flori.github.com/json
 Source: http://rubygems.org/gems/%{mod_full_name}.gem
+Source1:   gem2rpm.yml
 Summary:JSON Implementation for Ruby
 License:Ruby
 Group:  Development/Languages/Ruby
@@ -34,38 +41,15 @@
 %description
 This is a JSON implementation in pure Ruby.
 
-%package doc
-Summary:RDoc documentation for %{mod_name}
-Group:  Development/Languages/Ruby
-Requires:   %{name} = %{version}
-
-%description doc
-Documentation generated at gem installation time.
-Usually in RDoc and RI formats.
-
 %prep
-#gem_unpack
-#if you need patches, apply them here and replace the # with a % sign in the 
surrounding lines
-#gem_build
 
 %build
 
 %install
-%gem_install -f
-mkdir -p %{buildroot}%{_docdir}/%{name}
-ln -s %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/CHANGES 
%buildroot/%{_docdir}/%{name}/CHANGES
-ln -s %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/COPYING 
%buildroot/%{_docdir}/%{name}/COPYING
-ln -s %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/README.rdoc 
%buildroot/%{_docdir}/%{name}/README.rdoc
-
-%files
-%defattr(-,root,root,-)
-%{_docdir}/%{name}
-%{_libdir}/ruby/gems/%{rb_ver}/cache/%{mod_full_name}.gem
-%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/
-%{_libdir}/ruby/gems/%{rb_ver}/specifications/%{mod_full_name}.gemspec
-
-%files doc
-%defattr(-,root,root,-)
-%doc %{_libdir}/ruby/gems/%{rb_ver}/doc/%{mod_full_name}/
+%gem_install \
+  --doc-files=CHANGES COPYING README.rdoc \
+  -f
+
+%gem_packages
 
 %changelog

++ gem2rpm.yml ++
# ---
# ## used by gem2rpm
# :summary: this is a custom summary
# ## used by gem2rpm
# :description: |-
#   this is a custom description
#
#   it can be multiline
# ## used by gem2rpm
# :license: MIT or Ruby
# ## used by gem2rpm and gem_packages
# :version_suffix: -x_y
# ## used by gem2rpm and gem_packages
# :disable_docs: true
# ## used by gem2rpm
# :disable_automatic_rdoc_dep: true
# ## used by gem2rpm
# :preamble: |-
#   BuildRequires: foobar
#   Requires: foobar
# ## used by gem2rpm
# :patches:
#   foo.patch: -p1
#   bar.patch: 
# ## used by gem2rpm
# :sources:
# - foo.desktop
# - bar.desktop
# :gem_install_args: ''
# ## used by gem2rpm
# :pre_install: |-
#   %if 0%{?use_system_libev}
#   export USE_VENDORED_LIBEV=no
#   %endif
# ## used by gem2rpm
# :post_install: |-
#   # delete custom files here or do other fancy stuff
#   install -D -m 0644 %{S:1} %{buildroot}%{_bindir}/gem2rpm-opensuse
# ## used by gem2rpm
# :testsuite_command: |-
#   (pushd %{buildroot}%{gem_base}/gems/%{mod_full_name}  rake test)
# ## used by gem2rpm
# :filelist: |-
#   

commit kchmviewer for openSUSE:Factory

2014-10-05 Thread h_root
Hello community,

here is the log from the commit of package kchmviewer for openSUSE:Factory 
checked in at 2014-10-05 20:32:05

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


Package is kchmviewer

Changes:

--- /work/SRC/openSUSE:Factory/kchmviewer/kchmviewer.changes2012-11-28 
10:35:57.0 +0100
+++ /work/SRC/openSUSE:Factory/.kchmviewer.new/kchmviewer.changes   
2014-10-05 20:33:44.0 +0200
@@ -1,0 +2,18 @@
+Sat Oct  4 16:17:43 UTC 2014 - mailaen...@opensuse.org
+
+- Update to version 6.1
+- Keyboard usability improved thanks to the Giuseppe Cowo Corbelli.
+- The focus is now moved to the content page once the link is clicked, so 
the keyboard navigation is available immediately. You can switch the focus back 
by pressing Ctrl+(1-4).
+- Added extended keyboard shortcuts for FindNext and FindPrevious; F3 
still works.
+- Navigation tab window activation (Contents, Search, Index, Bookmarks) 
now automatically focus the proper element.
+- The items in the navigation page now reacts on onItemActivated, and 
hence act on Return key and follow the DE policy (such as respecting KDE 
single click).
+- Upon successful search, the focus moves to the results list.
+- Titles are now space-trimmed.
+- Fixed binary TOC parser check which led to crashes for some CHM files.
+- Fixed incorrect settings file storage name when the CHM file contains 
multiple dots.
+- Fixed the Ctrl+click and Shift+click when the release event was 
intercepted by other applications (i.e. GoldenDict)
+- 'Esc' closes the search dialog and restores focus in the content window.
+- Use http://en.opensuse.org/SourceUrls
+- Add ftbfs.patch to fix the build.
+
+---

Old:

  kchmviewer-6.0.tar.bz2

New:

  ftbfs.patch
  kchmviewer-6.1.tar.gz



Other differences:
--
++ kchmviewer.spec ++
--- /var/tmp/diff_new_pack.MIzfdQ/_old  2014-10-05 20:33:46.0 +0200
+++ /var/tmp/diff_new_pack.MIzfdQ/_new  2014-10-05 20:33:46.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package kchmviewer
 #
-# 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
@@ -19,51 +19,44 @@
 Name:   kchmviewer
 BuildRequires:  chmlib-devel
 BuildRequires:  libkde4-devel
-Summary:KDE chm Viewer (MS Windows Compressed HTML Documents)
+Summary:KDE CHM Viewer
 License:GPL-3.0
 Group:  Productivity/Office/Other
-Version:6.0
+Version:6.1
 Release:0
 Url:http://www.kchmviewer.net/
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-Source: %name-%version.tar.bz2
+Source: 
http://downloads.sourceforge.net/%name/%version/%name-%version.tar.gz
+# PATCH-FIX-UPSTREAM https://sourceforge.net/p/kchmviewer/bugs/37/
+Patch1: 
https://raw.githubusercontent.com/ckorn/GetDeb/trusty/kchmviewer/patches/ftbfs.patch
 %kde4_runtime_requires
 
 %description
-This is a viewer for the chm files known from the MS Windows world. It
-supports complex searching for large books and has various viewing
-features.
-
-
-
-Authors:
-
-t...@krasnogorsk.ru
+This is a viewer for the CHM files which are used for end user
+documentation (MS Windows Compressed HTML Documents). It supports
+complex searching for large books and has various viewing features.
 
 %prep 
 %setup -q -n %{name}-%{version}
+%patch1 -p1
 
 %build
   %cmake_kde4 -d build
   %make_jobs
 
 %install
-  pushd build
+pushd build
   make DESTDIR=%{buildroot} install
-  popd
-  %{__mkdir_p} %{buildroot}%{_datadir}/pixmaps
-  install src/resources/kchmviewer.png %{buildroot}%{_datadir}/pixmaps
-  %suse_update_desktop_file -G Compressed HTML Viewer %name  Office Viewer
-  %kde_post_install
-  %find_lang %name
-
-%clean
-rm -rf $RPM_BUILD_ROOT
+popd
+%{__mkdir_p} %{buildroot}%{_datadir}/pixmaps
+install src/resources/kchmviewer.png %{buildroot}%{_datadir}/pixmaps
+%kde_post_install
+%find_lang %name
 
 %files -f %name.lang
 %defattr(-,root,root)
-/usr/bin/kchmviewer
-/usr/share/applications/kde4/kchmviewer.desktop
-/usr/share/pixmaps/kchmviewer.*
+%{_bindir}/kchmviewer
+%{_datadir}/applications/kde4/kchmviewer.desktop
+%{_datadir}/pixmaps/kchmviewer.*
 
 %changelog

++ ftbfs.patch ++
# file does not exist and is not required
# https://sourceforge.net/p/kchmviewer/bugs/37/
Index: kchmviewer-6.1/src/CMakeLists.txt

commit python-Markdown for openSUSE:Factory

2014-10-05 Thread h_root
Hello community,

here is the log from the commit of package python-Markdown for openSUSE:Factory 
checked in at 2014-10-05 20:31:52

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


Package is python-Markdown

Changes:

--- /work/SRC/openSUSE:Factory/python-Markdown/python-Markdown.changes  
2014-09-19 15:45:24.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-Markdown.new/python-Markdown.changes 
2014-10-05 20:33:28.0 +0200
@@ -1,0 +2,5 @@
+Fri Oct  3 14:25:27 UTC 2014 - benoit.mo...@gmx.fr
+
+- update to version 2.5.1: bugfix release
+
+---

Old:

  Markdown-2.5.tar.gz

New:

  Markdown-2.5.1.tar.gz



Other differences:
--
++ python-Markdown.spec ++
--- /var/tmp/diff_new_pack.rWM3zu/_old  2014-10-05 20:33:28.0 +0200
+++ /var/tmp/diff_new_pack.rWM3zu/_new  2014-10-05 20:33:28.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   python-Markdown
-Version:2.5
+Version:2.5.1
 Release:0
 Summary:Python implementation of Markdown
 License:BSD-3-Clause

++ Markdown-2.5.tar.gz - Markdown-2.5.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Markdown-2.5/MANIFEST new/Markdown-2.5.1/MANIFEST
--- old/Markdown-2.5/MANIFEST   2014-09-13 02:40:56.0 +0200
+++ new/Markdown-2.5.1/MANIFEST 2014-09-27 00:40:18.0 +0200
@@ -238,6 +238,8 @@
 tests/misc/em-around-links.txt
 tests/misc/em_strong.html
 tests/misc/em_strong.txt
+tests/misc/em_strong_complex.html
+tests/misc/em_strong_complex.txt
 tests/misc/email.html
 tests/misc/email.txt
 tests/misc/escaped_chars_in_js.html
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Markdown-2.5/PKG-INFO new/Markdown-2.5.1/PKG-INFO
--- old/Markdown-2.5/PKG-INFO   2014-09-13 02:40:59.0 +0200
+++ new/Markdown-2.5.1/PKG-INFO 2014-09-27 00:40:21.0 +0200
@@ -1,12 +1,12 @@
 Metadata-Version: 1.0
 Name: Markdown
-Version: 2.5
+Version: 2.5.1
 Summary: Python implementation of Markdown.
 Home-page: https://pythonhosted.org/Markdown/
 Author: Waylan Limberg
 Author-email: waylan [at] gmail.com
 License: BSD License
-Download-URL: 
http://pypi.python.org/packages/source/M/Markdown/Markdown-2.5.tar.gz
+Download-URL: 
http://pypi.python.org/packages/source/M/Markdown/Markdown-2.5.1.tar.gz
 Description: This is a Python implementation of John Gruber's Markdown_. 
 It is almost completely compliant with the reference implementation,
 though there are a few known issues. See Features_ for information 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Markdown-2.5/docs/change_log.txt 
new/Markdown-2.5.1/docs/change_log.txt
--- old/Markdown-2.5/docs/change_log.txt2014-08-26 03:30:47.0 
+0200
+++ new/Markdown-2.5.1/docs/change_log.txt  2014-09-27 00:33:46.0 
+0200
@@ -7,9 +7,11 @@
 Python-Markdown Changelog
 =
 
-[TBD]: Released version 2.5.0 ([Notes](release-2.5.html))
+Sept 26, 2014: Released version 2.5.1 (a bugfix release).
 
-Feb 16, 2014: Released version 2.4.0 ([Notes](release-2.4.html))
+Sept 12, 2014: Released version 2.5.0 ([Notes](release-2.5.html)).
+
+Feb 16, 2014: Released version 2.4.0 ([Notes](release-2.4.html)).
 
 Mar 22, 2013: Released version 2.3.1 (a bugfix release).
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Markdown-2.5/docs/release-2.5.txt 
new/Markdown-2.5.1/docs/release-2.5.txt
--- old/Markdown-2.5/docs/release-2.5.txt   2014-09-13 02:32:11.0 
+0200
+++ new/Markdown-2.5.1/docs/release-2.5.txt 2014-09-27 00:35:06.0 
+0200
@@ -16,10 +16,7 @@
 --
 
 * Python-Markdown no longer supports Python version 2.6. You must be using 
Python 
-  versions 2.7, 3.2, 3.3, or 3.4. While Python-Markdown is no longer tested 
against
-  Python 2.6, you may be able to get it working if you install a copy of 
[importlib] 
-  which has been backported for Python 2.6. However, the developers of 
Python-Markdown 
-  offer no guarentees in that situation.
+  versions 2.7, 3.2, 3.3, or 3.4.
 
 [importlib]: https://pypi.python.org/pypi/importlib
 
@@ -177,7 +174,7 @@
 [JSON]: http://json.org/
 [PyYAML]: http://pyyaml.org/
 
-*   The [amonition extension][ae] is no longer considered experimental.
+*   The [admonition extension][ae] is no longer considered experimental.
 
 [ae]: extensions/admonition.html
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 

commit sshfs for openSUSE:Factory

2014-10-05 Thread h_root
Hello community,

here is the log from the commit of package sshfs for openSUSE:Factory checked 
in at 2014-10-05 20:32:00

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


Package is sshfs

Changes:

--- /work/SRC/openSUSE:Factory/sshfs/sshfs.changes  2012-06-05 
15:35:34.0 +0200
+++ /work/SRC/openSUSE:Factory/.sshfs.new/sshfs.changes 2014-10-05 
20:33:39.0 +0200
@@ -1,0 +2,11 @@
+Sat Oct  4 00:07:41 CEST 2014 - dste...@suse.cz
+
+- update to 2.5
+  * Add -o disable_hardlink option (debian bug #670926).
+  * Optimize readdir by sending multiple requests in parallel.  Add -o
+sync_readdir to restore old behavior.
+  * Map SSH2_FX_FAILURE to ENOTEMPTY for rmdir.
+  * When checking root directory use LSTAT not STAT.  This prevents I/O error
+being returned after a successful mount if a symlink is mounted.
+
+---

Old:

  sshfs-fuse-2.4.tar.gz

New:

  sshfs-fuse-2.5.tar.gz



Other differences:
--
++ sshfs.spec ++
--- /var/tmp/diff_new_pack.OkzHi8/_old  2014-10-05 20:33:40.0 +0200
+++ /var/tmp/diff_new_pack.OkzHi8/_new  2014-10-05 20:33:40.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package sshfs
 #
-# 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
@@ -24,7 +24,7 @@
 Summary:Filesystem client based on SSH file transfer protocol
 License:GPL-2.0+
 Group:  System/Filesystems
-Version:2.4
+Version:2.5
 Release:0
 Source: %{name}-fuse-%{version}.tar.gz
 Url:http://fuse.sourceforge.net/sshfs.html

++ sshfs-fuse-2.4.tar.gz - sshfs-fuse-2.5.tar.gz ++
 3504 lines of diff (skipped)
retrying with extended exclude list
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/sshfs-fuse-2.4/ChangeLog new/sshfs-fuse-2.5/ChangeLog
--- old/sshfs-fuse-2.4/ChangeLog2012-03-08 10:35:31.0 +0100
+++ new/sshfs-fuse-2.5/ChangeLog2014-01-14 15:07:26.0 +0100
@@ -1,3 +1,27 @@
+2014-01-14  Miklos Szeredi mik...@szeredi.hu
+
+   * Released 2.5
+
+2014-01-08  Miklos Szeredi mik...@szeredi.hu
+
+   * Add -o disable_hardlink option (debian bug #670926).  Reported
+   by Louis-David Mitterrand
+
+   * Optimize readdir by sending multiple requests in parallel.  Add
+   -o sync_readdir to restore old behavior.  Patch by Alexander
+   Neumann
+
+2014-01-07  Miklos Szeredi mik...@szeredi.hu
+
+   * Map SSH2_FX_FAILURE to ENOTEMPTY for rmdir.  Reported by Ross
+   Lagerwall
+
+2012-05-14  Miklos Szeredi mik...@szeredi.hu
+
+   * When checking root directory use LSTAT not STAT.  This prevents
+   I/O error being returned after a successful mount if a symlink is
+   mounted.  Reported by Bart Friederichs
+
 2012-03-08  Miklos Szeredi mik...@szeredi.hu
 
* Released 2.4
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/sshfs-fuse-2.4/FAQ.txt new/sshfs-fuse-2.5/FAQ.txt
--- old/sshfs-fuse-2.4/FAQ.txt  2012-03-08 10:30:08.0 +0100
+++ new/sshfs-fuse-2.5/FAQ.txt  2014-01-14 15:22:30.0 +0100
@@ -1,5 +1,8 @@
-See http://fuse.sourceforge.net/wiki/index.php/SshfsFaq for the latest
-version of this FAQ
+See
+
+  http://sourceforge.net/apps/mediawiki/fuse/index.php?title=SshfsFaq
+
+for the latest version of this FAQ
 ---
 
 1. I've found a bug and there's no solution in this FAQ, what
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/sshfs-fuse-2.4/INSTALL new/sshfs-fuse-2.5/INSTALL
--- old/sshfs-fuse-2.4/INSTALL  2011-11-14 14:34:05.0 +0100
+++ new/sshfs-fuse-2.5/INSTALL  2013-02-05 12:32:09.0 +0100
@@ -1,8 +1,8 @@
 Installation Instructions
 

commit python-caja for openSUSE:Factory

2014-10-05 Thread h_root
Hello community,

here is the log from the commit of package python-caja for openSUSE:Factory 
checked in at 2014-10-05 20:31:47

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


Package is python-caja

Changes:

--- /work/SRC/openSUSE:Factory/python-caja/python-caja.changes  2014-03-22 
18:02:13.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-caja.new/python-caja.changes 
2014-10-05 20:33:16.0 +0200
@@ -1,0 +2,6 @@
+Fri Oct  3 14:23:18 UTC 2014 - p.drou...@gmail.com
+
+- Update to version 1.8.1
+  + Now uses pkg-config for python detection and variables
+
+---

Old:

  python-caja-1.8.0.tar.xz

New:

  python-caja-1.8.1.tar.xz



Other differences:
--
++ python-caja.spec ++
--- /var/tmp/diff_new_pack.dCIA17/_old  2014-10-05 20:33:17.0 +0200
+++ /var/tmp/diff_new_pack.dCIA17/_new  2014-10-05 20:33:17.0 +0200
@@ -16,7 +16,7 @@
 #
 
 Name:   python-caja
-Version:1.8.0
+Version:1.8.1
 Release:0
 Summary:Python bindings for Caja
 License:GPL-2.0

++ python-caja-1.8.0.tar.xz - python-caja-1.8.1.tar.xz ++
 1819 lines of diff (skipped)
retrying with extended exclude list
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/python-caja-1.8.0/ChangeLog new/python-caja-1.8.1/ChangeLog
--- old/python-caja-1.8.0/ChangeLog 2014-03-01 15:35:48.0 +0100
+++ new/python-caja-1.8.1/ChangeLog 2014-09-28 22:05:15.0 +0200
@@ -1,5 +1,53 @@
 # Generated by Makefile. Do not edit.
 
+commit e6a60c2914bf73062d213638a4eedf90628d6f82
+Author: infirit infi...@gmail.com
+Date:   Sun Sep 28 22:04:27 2014 +0200
+
+Bump version to 1.8.1
+
+ configure.ac | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 4e1f13c8a12b20d341285d9d35bdb9fe30c0744e
+Author: infirit infi...@gmail.com
+Date:   Sun Sep 28 22:04:09 2014 +0200
+
+Update NEWS for 1.8.1
+
+ NEWS | 4 
+ 1 file changed, 4 insertions(+)
+
+commit 4224857035116bc5e55368f9433ee3ed8b298c4c
+Author: infirit infi...@gmail.com
+Date:   Thu Sep 25 15:26:18 2014 +0200
+
+Bump Python required version to 2.7
+
+We need this as this is the first release that uses pkgconfig.
+
+ configure.ac | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit a452f62621fc4607766ad48d372ef205aeb45576
+Author: infirit infi...@gmail.com
+Date:   Fri Jul 11 13:05:00 2014 +0200
+
+Remove now unused python.m4 macro.
+
+ m4/python.m4 | 136 ---
+ 1 file changed, 136 deletions(-)
+
+commit 6ed4ebcf1af8eaead423de1aefe2642f2d75a979
+Author: infirit infi...@gmail.com
+Date:   Fri Jul 11 12:43:27 2014 +0200
+
+Use pkg-config for python detection and variables
+
+ configure.ac| 8 ++--
+ src/Makefile.am | 5 +++--
+ 2 files changed, 9 insertions(+), 4 deletions(-)
+
 commit b78ab50d774e22af4e422e8bc6d94f27f0447fce
 Author: Stefano Karapetsas stef...@karapetsas.com
 Date:   Sat Mar 1 15:35:24 2014 +0100
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/python-caja-1.8.0/NEWS new/python-caja-1.8.1/NEWS
--- old/python-caja-1.8.0/NEWS  2014-03-01 15:35:20.0 +0100
+++ new/python-caja-1.8.1/NEWS  2014-09-28 22:04:02.0 +0200
@@ -1,3 +1,7 @@
+1.8.1 Bugfix release
+
+  * Use pkg-config for python detection and variables
+
 1.8.0
 
   * Bugfixes
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/python-caja-1.8.0/configure.ac new/python-caja-1.8.1/configure.ac
--- old/python-caja-1.8.0/configure.ac  2014-03-01 15:35:17.0 +0100
+++ new/python-caja-1.8.1/configure.ac  2014-09-28 22:04:18.0 +0200
@@ -1,4 +1,4 @@
-AC_INIT([python-caja], [1.8.0],
+AC_INIT([python-caja], [1.8.1],
[https://github.com/mate-desktop/python-caja/issues],
[python-caja], [http://mate-desktop.org])
 
@@ -30,8 +30,12 @@
 dnl 

commit mate-panel for openSUSE:Factory

2014-10-05 Thread h_root
Hello community,

here is the log from the commit of package mate-panel for openSUSE:Factory 
checked in at 2014-10-05 20:31:39

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


Package is mate-panel

Changes:

--- /work/SRC/openSUSE:Factory/mate-panel/mate-panel.changes2014-07-12 
17:15:17.0 +0200
+++ /work/SRC/openSUSE:Factory/.mate-panel.new/mate-panel.changes   
2014-10-05 20:33:07.0 +0200
@@ -1,0 +2,13 @@
+Fri Oct  3 11:01:11 UTC 2014 - p.drou...@gmail.com
+
+- Add needed macros required by any package which contains gsettings 
+  schemas
+- Remove gsettings calling from main package
+
+---
+Fri Oct  3 10:35:30 UTC 2014 - p.drou...@gmail.com
+
+- Update to version 1.8.1
+  + Fix Add to Panel context menu with multiple monitors.
+
+---

Old:

  mate-panel-1.8.0.tar.xz

New:

  mate-panel-1.8.1.tar.xz



Other differences:
--
++ mate-panel.spec ++
--- /var/tmp/diff_new_pack.sLJfIi/_old  2014-10-05 20:33:08.0 +0200
+++ /var/tmp/diff_new_pack.sLJfIi/_new  2014-10-05 20:33:08.0 +0200
@@ -18,7 +18,7 @@
 Name:   mate-panel
 %define _name   libmate-panel-applet-4-1
 %define typelib typelib-1_0-MatePanelApplet-4_0
-Version:1.8.0
+Version:1.8.1
 Release:0
 License:GPL-2.0+
 Summary:MATE Desktop Panel
@@ -29,7 +29,6 @@
 Requires:   gvfs-backends
 Requires:   NetworkManager-gnome
 Requires:   gsettings-backend-dconf
-%glib2_gsettings_schema_requires
 # Remove old packages
 Obsoletes:  mate-panel-matecomponent-support
 
@@ -77,6 +76,7 @@
 #BRAND: which contains the default layout.
 #BRAND: Branding package should require packages with applets in
 #BRAND: the default layout.
+%glib2_gsettings_schema_requires
 
 %description branding-upstream
 This package contains the MATE Desktop Panel. The panel is an
@@ -146,18 +146,22 @@
 
 %post
 %desktop_database_post
-%glib2_gsettings_schema_post
 %icon_theme_cache_post
 
 %postun
 %desktop_database_postun
-%glib2_gsettings_schema_postun
 %icon_theme_cache_postun
 
 %post -n %{_name} -p /sbin/ldconfig
 
 %postun -n %{_name} -p /sbin/ldconfig
 
+%post branding-upstream
+%glib2_gsettings_schema_post
+
+%postun branding-upstream
+%glib2_gsettings_schema_postun
+
 %files
 %defattr(-,root,root)
 %doc ChangeLog README COPYING

++ mate-panel-1.8.0.tar.xz - mate-panel-1.8.1.tar.xz ++
 5593 lines of diff (skipped)
retrying with extended exclude list
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/mate-panel-1.8.0/NEWS new/mate-panel-1.8.1/NEWS
--- old/mate-panel-1.8.0/NEWS   2014-03-01 11:39:11.0 +0100
+++ new/mate-panel-1.8.1/NEWS   2014-09-28 20:24:17.0 +0200
@@ -1,3 +1,6 @@
+1.8.1
+  * Fix Add to Panel context menu with multiple monitors.
+
 1.8.0
   * Added support for multiple layouts, stored in $(datadir)/mate-panel/layouts
   * Added --layout parameter
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/mate-panel-1.8.0/configure.ac new/mate-panel-1.8.1/configure.ac
--- old/mate-panel-1.8.0/configure.ac   2014-03-01 11:39:07.0 +0100
+++ new/mate-panel-1.8.1/configure.ac   2014-09-28 20:21:52.0 +0200
@@ -1,4 +1,4 @@
-AC_INIT([mate-panel], [1.8.0], 
[https://github.com/mate-desktop/mate-panel/issues],
+AC_INIT([mate-panel], [1.8.1], 
[https://github.com/mate-desktop/mate-panel/issues],
 [mate-panel], [http://www.mate-desktop.org])
 AC_CONFIG_HEADERS(config.h)
 AM_INIT_AUTOMAKE([1.9 no-dist-gzip dist-xz tar-ustar -Wno-portability 
check-news])
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/mate-panel-1.8.0/doc/reference/mate-panel-applet/html/applet-popups.html 
new/mate-panel-1.8.1/doc/reference/mate-panel-applet/html/applet-popups.html
--- 
old/mate-panel-1.8.0/doc/reference/mate-panel-applet/html/applet-popups.html

commit gnucash for openSUSE:Factory

2014-10-05 Thread h_root
Hello community,

here is the log from the commit of package gnucash for openSUSE:Factory checked 
in at 2014-10-05 20:32:06

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


Package is gnucash

Changes:

--- /work/SRC/openSUSE:Factory/gnucash/gnucash.changes  2014-07-17 
06:58:14.0 +0200
+++ /work/SRC/openSUSE:Factory/.gnucash.new/gnucash.changes 2014-10-05 
20:33:46.0 +0200
@@ -1,0 +2,49 @@
+Sat Oct  4 17:42:21 UTC 2014 - nov...@whamra.com
+
+- Update gnucash-libdbi-0.9.patch: fix usage of internal function
+  _gnucash-libdbi-0.9.patch (boo#898974).
+
+---
+Tue Sep 30 19:30:33 UTC 2014 - dims...@opensuse.org
+
+- Update to version 2.6.4:
+  + Add business lot scrubbing to Check  Repair-All/This
+transaction(s).
+  + Add context to generic translatable string.
+  + Add scrub function to reduce the amount of lot links used.
+  + Add some date format checking and make sure generated dates are
+the correct user selected format, not always locale format.
+  + Allow the ability to skip rows when importing transactions.
+  + Always use the price we display to calculate the current value
+of an account.
+  + Better period totals formatting in Invoices.
+  + CSV Export: factor out function to generate regular expression.
+  + CSV Import transform macro into function.
+  + Convert ISO-8859-1 account chart templates to UTF-8.
+  + Correct txf output to use a minus sign, rather than
+parenthesis.
+  + Fix document type dispay for credit notes on owner report.
+  + Fix test-backend-dbi segfault with libdbi-0.9.0.
+  + Handle the case of scrubbing a lot link between two
+non-document lots.
+  + Lots of refactoring.
+  + Chart-of-Account Templates Updated.
+  + Bugs fixed: bgo#120199, bgo#434462, bgo#509263, bgo#610202,
+bgo#630638, bgo#671615, bgo#688965, bgo#692249, bgo#695240,
+bgo#707243, bgo#711440, bgo#711567, bgo#719457, bgo#719457,
+bgo#720427, bgo#720934, bgo#722140, bgo#722200, bgo#723145,
+bgo#723442, bgo#725054, bgo#725366, bgo#726449, bgo#726888,
+bgo#727130, bgo#727338, bgo#728103, bgo#728717, bgo#728841,
+bgo#729157, bgo#729497, bgo#730255, bgo#731519, bgo#732545,
+bgo#733107, bgo#733283, bgo#733506, bgo#734183, bgo#736703.
+  + Updated translations.
+- Rebase gnucash-cpan-warning.patch and gnucash-libdbi-0.9.patch.
+- Add gnucash-guile1.patch: properly detect GUILE1 on openSUSE.
+  This patch replaces the sed hacks injecting GUILE1 into
+  configure, but has a chance to land upstream.
+- Unconditionally run autoreconf now, as above patch is applied
+  for all versions of openSUSE.
+- No longer export GUILE for configure: the patch above makes this
+  work without hacks.
+
+---

Old:

  gnucash-2.6.3.tar.bz2

New:

  gnucash-2.6.4.tar.gz
  gnucash-guile1.patch



Other differences:
--
++ gnucash.spec ++
--- /var/tmp/diff_new_pack.IAiPVq/_old  2014-10-05 20:33:48.0 +0200
+++ /var/tmp/diff_new_pack.IAiPVq/_new  2014-10-05 20:33:48.0 +0200
@@ -17,18 +17,20 @@
 
 
 Name:   gnucash
-Version:2.6.3
+Version:2.6.4
 Release:0
 Summary:Personal Finance Manager
 License:SUSE-GPL-2.0-with-openssl-exception or 
SUSE-GPL-3.0-with-openssl-exception
 Group:  Productivity/Office/Finance
 Url:http://www.gnucash.org/
-Source: 
http://downloads.sourceforge.net/project/gnucash/gnucash%20%28stable%29/2.6.3/%{name}-%{version}.tar.bz2
+Source: 
http://downloads.sourceforge.net/project/gnucash/gnucash%20%28stable%29/%{version}/%{name}-%{version}.tar.gz
 Source1:%{name}-rpmlintrc
 # PATCH-MISSING-TAG -- See http://wiki.opensuse.org/Packaging/Patches
 Patch0: gnucash-cpan-warning.patch
 # PATCH-FIX-UPSTREAM gnucash-libdbi-0.9.patch dims...@opensuse.org -- Fix 
build with libdbi-0.9.0+git23 and newer
 Patch1: gnucash-libdbi-0.9.patch
+# PATCH-FIX-UPSTREAM gnucash-guile1.patch dims...@opensuse.org -- Properly 
detect GUILE1 on openSUSE
+Patch2: gnucash-guile1.patch
 BuildRequires:  automake
 BuildRequires:  doxygen
 BuildRequires:  fdupes
@@ -143,15 +145,10 @@
 # SLE12 contains libdbi 0.9.0, before this API change.
 %patch1 -p1
 %endif
+%patch2 -p1
 
 %build
-%if %{?suse_version} = 1210
-# needed for patch0 and use of guile1
-sed -i s:GUILE_MODULE_AVAILABLE:GUILE1_MODULE_AVAILABLE: configure.ac
-autoreconf -fi
-sed -i s:guile-config:guile1-config: configure
-export GUILE=/usr/bin/guile1
-%endif
+autoreconf -fiv
 %configure\
--libexecdir=%{_libexecdir}\
--enable-ofx\

++ 

commit wine for openSUSE:Factory

2014-10-05 Thread h_root
Hello community,

here is the log from the commit of package wine for openSUSE:Factory checked in 
at 2014-10-05 20:31:59

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


Package is wine

Changes:

--- /work/SRC/openSUSE:Factory/wine/wine.changes2014-09-28 
19:54:28.0 +0200
+++ /work/SRC/openSUSE:Factory/.wine.new/wine.changes   2014-10-05 
20:33:37.0 +0200
@@ -1,0 +2,9 @@
+Fri Oct  3 21:18:44 UTC 2014 - meiss...@suse.com
+
+- Updated to 1.7.28 development snapshot
+  - Support for conditional compilation in JavaScript.
+  - Bidirectional text support in DirectWrite.
+  - Stubs for DirectPlay Voice support.
+  - Various bug fixes.
+
+---

Old:

  wine-1.7.27.tar.bz2
  wine-1.7.27.tar.bz2.sign

New:

  wine-1.7.28.tar.bz2
  wine-1.7.28.tar.bz2.sign



Other differences:
--
++ wine.spec ++
--- /var/tmp/diff_new_pack.kaGBc1/_old  2014-10-05 20:33:39.0 +0200
+++ /var/tmp/diff_new_pack.kaGBc1/_new  2014-10-05 20:33:39.0 +0200
@@ -56,7 +56,7 @@
 BuildRequires:  update-desktop-files
 BuildRequires:  valgrind-devel
 BuildRequires:  xorg-x11-devel
-Version:1.7.27
+Version:1.7.28
 Release:0
 Summary:An MS Windows Emulator
 License:LGPL-2.1+

++ wine-1.7.27.tar.bz2 - wine-1.7.28.tar.bz2 ++
/work/SRC/openSUSE:Factory/wine/wine-1.7.27.tar.bz2 
/work/SRC/openSUSE:Factory/.wine.new/wine-1.7.28.tar.bz2 differ: char 11, line 1


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



commit go for openSUSE:Factory

2014-10-05 Thread h_root
Hello community,

here is the log from the commit of package go for openSUSE:Factory checked in 
at 2014-10-05 20:31:50

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


Package is go

Changes:

--- /work/SRC/openSUSE:Factory/go/go.changes2014-09-17 17:25:40.0 
+0200
+++ /work/SRC/openSUSE:Factory/.go.new/go.changes   2014-10-05 
20:33:26.0 +0200
@@ -1,0 +2,31 @@
+Fri Sep 26 13:14:55 UTC 2014 - cbosdon...@suse.com
+
+- Revert the /usr/share/go/contrib symlink as it caused problems
+  during update. Moved all go sources to /usr/share/go/contrib/src
+  instead of /usr/share/go/contrib/src/pkg and created pkg and src
+  symlinks in contrib to add it to GOPATH
+
+---
+Thu Sep 25 12:31:43 UTC 2014 - cbosdon...@suse.com
+
+- Fixed %go_contribsrcdir value
+- Copy temporary macros.go as go.macros to avoid it to be built
+
+---
+Mon Sep 22 19:45:17 UTC 2014 - jeng...@inai.de
+
+- Do not modify Source: files, because that makes the .src.rpm
+  being tied to one specific arch.
+
+---
+Tue Sep 16 15:15:20 UTC 2014 - cbosdon...@suse.com
+
+- Removed extra src folder in /usr/share/go/contrib: the goal is to
+  transform this folder into a proper entry for GOPATH. This folder
+  is now linked to %{_libdir}/go/contrib
+- go requires gcc to build sources using cgo
+- tools-packaging.patch: Allow building cover and vet tools in
+  $GOROOT_TARGET/pkg/tool instead of $GOROOT/pkg/tool. This will
+  allow building go tools as a separate package
+
+---

New:

  tools-packaging.patch



Other differences:
--
++ go.spec ++
--- /var/tmp/diff_new_pack.1hTE88/_old  2014-10-05 20:33:27.0 +0200
+++ /var/tmp/diff_new_pack.1hTE88/_new  2014-10-05 20:33:27.0 +0200
@@ -28,7 +28,7 @@
 Source1:go-rpmlintrc
 Source2:go.sh
 Source3:macros.go
-Source6:go-wiki-gadget.xml
+Source4:go-wiki-gadget.xml
 Source5:README-openSUSE
 # PATCH-FIX-OPENSUSE add -s flag to 'go install' (don't rebuild/install std 
libs)
 Patch1: go-build-dont-reinstall-stdlibs.patch
@@ -39,6 +39,8 @@
 Patch3: verbose-build.patch
 # PATCH-FIX-OPENSUSE BNC#776058
 Patch4: go-install-dont-reinstall-stdlibs.patch
+# PATCH-FIX-OPENSUSE enable writing tools outside $GOROOT/pkg/tool for 
packaging
+Patch5: tools-packaging.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  rpm
 %if 0%{?suse_version} = 1210
@@ -53,6 +55,7 @@
 BuildRequires:  rpm = 4.11.1
 %endif
 %endif
+Requires:   gcc
 Provides:   go-devel = %{name}%{version}
 Provides:   go-devel-static = %{name}%{version}
 Obsoletes:  go-devel  %{name}%{version}
@@ -95,19 +98,21 @@
 %patch2 -p1
 %patch3 -p1
 %patch4 -p1
+%patch5 -p1
 cp %{SOURCE5} .
 
 # setup go_arch (BSD-like scheme)
+cp %{SOURCE3} go.macros
 %ifarch %ix86
-sed -i 's|GOARCH|386|' %{SOURCE3}
+sed -i 's|GOARCH|386|' go.macros
 %define go_arch 386
 %endif
 %ifarch x86_64
-sed -i 's|GOARCH|amd64|' %{SOURCE3}
+sed -i 's|GOARCH|amd64|' go.macros
 %define go_arch amd64
 %endif
 %ifarch %arm
-sed -i 's|GOARCH|arm|' %{SOURCE3}
+sed -i 's|GOARCH|arm|' go.macros
 %define go_arch arm
 %endif
 
@@ -145,10 +150,12 @@
 install -Dm644 misc/vim/ftdetect/gofiletype.vim 
%{buildroot}%{_datadir}/vim/site/ftdetect/gofiletype.vim
 
 # locations for third party libraries, see README-openSUSE for info about 
locations.
-install -d  %{buildroot}%{_libdir}/go/contrib/pkg/linux_%{go_arch}
-install -d  %{buildroot}%{_datadir}/go/contrib/src/pkg
-install -d  %{buildroot}%{_datadir}/go/contrib/src/cmd
-install -Dm644 README-openSUSE %{buildroot}%{_libdir}/go/contrib/
+install -d  %{buildroot}%{_datadir}/go/contrib
+install -d  $GOROOT/contrib/pkg/linux_%{go_arch}
+ln -s %{_libdir}/%{name}/contrib/pkg/ %{buildroot}%{_datadir}/go/contrib/pkg 
+install -d  %{buildroot}%{_datadir}/go/contrib/cmd
+install -d  %{buildroot}%{_datadir}/go/contrib/src
+install -Dm644 README-openSUSE $GOROOT/contrib/
 ln -s %{_libdir}/go/contrib/README-openSUSE 
%{buildroot}%{_datadir}/go/contrib/README-openSUSE
 
 # source files for go install, godoc, etc
@@ -180,7 +187,7 @@
 rm -f misc/kate/go.xml
 
 # install RPM macros ($GOARCH prepared in %%prep section)
-install -Dm644 %{SOURCE3} %{buildroot}%{_sysconfdir}/rpm/macros.go
+install -Dm644 go.macros %{buildroot}%{_sysconfdir}/rpm/macros.go
 
 # break hard links
 rm %{buildroot}%{_libdir}/go/pkg/linux_%{go_arch}/{cgocall,runtime}.h


++ go.sh ++
--- 

commit mate-netbook for openSUSE:Factory

2014-10-05 Thread h_root
Hello community,

here is the log from the commit of package mate-netbook for openSUSE:Factory 
checked in at 2014-10-05 20:31:37

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


Package is mate-netbook

Changes:

--- /work/SRC/openSUSE:Factory/mate-netbook/mate-netbook.changes
2014-03-22 18:01:36.0 +0100
+++ /work/SRC/openSUSE:Factory/.mate-netbook.new/mate-netbook.changes   
2014-10-05 20:33:04.0 +0200
@@ -1,0 +2,7 @@
+Fri Oct  3 10:05:17 UTC 2014 - p.drou...@gmail.com
+
+- Update to version 1.8.1
+  + Fix segfault on applet load
+  + Add manpage
+
+---

Old:

  mate-netbook-1.8.0.tar.xz

New:

  mate-netbook-1.8.1.tar.xz



Other differences:
--
++ mate-netbook.spec ++
--- /var/tmp/diff_new_pack.7gilF3/_old  2014-10-05 20:33:05.0 +0200
+++ /var/tmp/diff_new_pack.7gilF3/_new  2014-10-05 20:33:05.0 +0200
@@ -15,7 +15,7 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 
 Name:   mate-netbook
-Version:1.8.0
+Version:1.8.1
 Release:0
 License:GPL-3.0
 Summary:MATE Desktop window management tool
@@ -73,6 +73,7 @@
 %dir %{_libexecdir}/%{name}
 %config %{_sysconfdir}/xdg/autostart/mate-maximus-autostart.desktop
 %{_bindir}/mate-maximus
+%{_mandir}/man1/mate-maximus.1.gz
 %{_libexecdir}/%{name}/mate-window-picker-applet
 %{_datadir}/dbus-1/services/*.service
 %{_datadir}/glib-2.0/schemas/*.xml

++ mate-netbook-1.8.0.tar.xz - mate-netbook-1.8.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mate-netbook-1.8.0/Makefile.in 
new/mate-netbook-1.8.1/Makefile.in
--- old/mate-netbook-1.8.0/Makefile.in  2014-03-01 14:26:16.0 +0100
+++ new/mate-netbook-1.8.1/Makefile.in  2014-09-28 21:26:07.0 +0200
@@ -81,8 +81,8 @@
 DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
$(top_srcdir)/configure $(am__configure_deps) \
$(srcdir)/config.h.in AUTHORS COPYING ChangeLog NEWS README \
-   TODO compile config.guess config.sub install-sh missing \
-   ltmain.sh
+   TODO compile config.guess config.sub depcomp install-sh \
+   missing ltmain.sh
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 am__aclocal_m4_deps = $(top_srcdir)/m4/intltool.m4 \
$(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mate-netbook-1.8.0/NEWS new/mate-netbook-1.8.1/NEWS
--- old/mate-netbook-1.8.0/NEWS 2014-03-01 14:25:55.0 +0100
+++ new/mate-netbook-1.8.1/NEWS 2014-09-28 21:24:07.0 +0200
@@ -1,3 +1,9 @@
+1.8.1
+=
+
+ * Fix segfault on applet load
+ * Add manpage
+
 1.8.0
 =
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mate-netbook-1.8.0/aclocal.m4 
new/mate-netbook-1.8.1/aclocal.m4
--- old/mate-netbook-1.8.0/aclocal.m4   2014-03-01 14:26:13.0 +0100
+++ new/mate-netbook-1.8.1/aclocal.m4   2014-09-28 21:26:05.0 +0200
@@ -495,7 +495,7 @@
 gsettings__enum_file = $(addsuffix .enums.xml,$(gsettings_ENUM_NAMESPACE))
 
 %.gschema.valid: %.gschema.xml $(gsettings__enum_file)
-   $(AM_V_GEN) if test -f $; then d=; else d=$(srcdir)/; fi; 
$(GLIB_COMPILE_SCHEMAS) --strict --dry-run $(addprefix 
--schema-file=,$(gsettings__enum_file)) --schema-file=$${d}$  touch [$]@
+   $(AM_V_GEN) $(GLIB_COMPILE_SCHEMAS) --strict --dry-run $(addprefix 
--schema-file=,$(gsettings__enum_file)) --schema-file=$  mkdir -p [$](@D)  
touch [$]@
 
 all-am: $(gsettings_SCHEMAS:.xml=.valid)
 uninstall-am: uninstall-gsettings-schemas
@@ -541,7 +541,7 @@
 )
 
 # nls.m4 serial 5 (gettext-0.18)
-dnl Copyright (C) 1995-2003, 2005-2006, 2008-2013 Free Software Foundation,
+dnl Copyright (C) 1995-2003, 2005-2006, 2008-2014 Free Software Foundation,
 dnl Inc.
 dnl This file is free software; the Free Software Foundation
 dnl gives unlimited permission to copy and/or distribute it,
@@ -733,6 +733,61 @@
 fi[]dnl
 ])# PKG_CHECK_MODULES
 
+
+# PKG_INSTALLDIR(DIRECTORY)
+# -
+# Substitutes the variable pkgconfigdir as the location where a module
+# should install pkg-config .pc files. By default the directory is
+# $libdir/pkgconfig, but the default can be changed by passing
+# DIRECTORY. The user can override through the --with-pkgconfigdir
+# parameter.
+AC_DEFUN([PKG_INSTALLDIR],
+[m4_pushdef([pkg_default], [m4_default([$1], ['${libdir}/pkgconfig'])])
+m4_pushdef([pkg_description],
+[pkg-config installation directory @:@]pkg_default[@:@])
+AC_ARG_WITH([pkgconfigdir],
+  

commit eric5 for openSUSE:Factory

2014-10-05 Thread h_root
Hello community,

here is the log from the commit of package eric5 for openSUSE:Factory checked 
in at 2014-10-05 20:32:12

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


Package is eric5

Changes:

--- /work/SRC/openSUSE:Factory/eric5/eric5.changes  2014-08-11 
10:08:16.0 +0200
+++ /work/SRC/openSUSE:Factory/.eric5.new/eric5.changes 2014-10-05 
20:33:53.0 +0200
@@ -1,0 +2,6 @@
+Sat Oct  4 21:07:38 UTC 2014 - ter...@gmail.com
+
+- Update to 5.4.7
+  - bug fixes
+
+---

Old:

  eric5-5.4.6.tar.gz
  eric5-i18n-cs-5.4.6.tar.gz
  eric5-i18n-de-5.4.6.tar.gz
  eric5-i18n-en-5.4.6.tar.gz
  eric5-i18n-es-5.4.6.tar.gz
  eric5-i18n-fr-5.4.6.tar.gz
  eric5-i18n-it-5.4.6.tar.gz
  eric5-i18n-ru-5.4.6.tar.gz
  eric5-i18n-tr-5.4.6.tar.gz
  eric5-i18n-zh_CN.GB2312-5.4.6.tar.gz

New:

  eric5-5.4.7.tar.gz
  eric5-i18n-cs-5.4.7.tar.gz
  eric5-i18n-de-5.4.7.tar.gz
  eric5-i18n-en-5.4.7.tar.gz
  eric5-i18n-es-5.4.7.tar.gz
  eric5-i18n-fr-5.4.7.tar.gz
  eric5-i18n-it-5.4.7.tar.gz
  eric5-i18n-ru-5.4.7.tar.gz
  eric5-i18n-tr-5.4.7.tar.gz
  eric5-i18n-zh_CN.GB2312-5.4.7.tar.gz



Other differences:
--
++ eric5.spec ++
--- /var/tmp/diff_new_pack.yuUTr9/_old  2014-10-05 20:33:56.0 +0200
+++ /var/tmp/diff_new_pack.yuUTr9/_new  2014-10-05 20:33:56.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   eric5
-Version:5.4.6
+Version:5.4.7
 Release:0
 Summary:Python IDE based on Qt4
 License:GPL-3.0+

++ eric5-5.4.6.tar.gz - eric5-5.4.7.tar.gz ++
/work/SRC/openSUSE:Factory/eric5/eric5-5.4.6.tar.gz 
/work/SRC/openSUSE:Factory/.eric5.new/eric5-5.4.7.tar.gz differ: char 5, line 1

++ eric5-i18n-cs-5.4.6.tar.gz - eric5-i18n-cs-5.4.7.tar.gz ++

++ eric5-i18n-de-5.4.6.tar.gz - eric5-i18n-de-5.4.7.tar.gz ++

++ eric5-i18n-en-5.4.6.tar.gz - eric5-i18n-en-5.4.7.tar.gz ++

++ eric5-i18n-es-5.4.6.tar.gz - eric5-i18n-es-5.4.7.tar.gz ++
Files old/eric5-5.4.6/eric/i18n/eric5_es.qm and 
new/eric5-5.4.7/eric/i18n/eric5_es.qm differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/eric5-5.4.6/eric/i18n/eric5_es.ts 
new/eric5-5.4.7/eric/i18n/eric5_es.ts
--- old/eric5-5.4.6/eric/i18n/eric5_es.ts   2014-07-30 19:51:05.0 
+0200
+++ new/eric5-5.4.7/eric/i18n/eric5_es.ts   2014-09-27 13:08:31.0 
+0200
@@ -530,7 +530,7 @@
 message
 location filename=../Project/AddDirectoryDialog.py line=72/
 sourceInterface Files/source
-translationArchivos de Intefaces/translation
+translationArchivos de Interfaces/translation
 /message
 message
 location filename=../Project/AddDirectoryDialog.py line=74/
@@ -3334,12 +3334,12 @@
 translationError: {0}/translation
 /message
 message
-location 
filename=../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.py 
line=885/
+location 
filename=../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.py 
line=891/
 sourceFix: {0}/source
 translationArreglar: {0}/translation
 /message
 message
-location 
filename=../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.py 
line=546/
+location 
filename=../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.py 
line=552/
 sourceNo issues found./source
 translationNo se han encontrado problemas./translation
 /message
@@ -5649,7 +5649,7 @@
 message
 location filename=../Debugger/DebugUI.py line=1014/
 sourcelt;pgt;The program has terminated with an exit status of 
{0}.lt;/pgt;/source
-translationlt;pgt;The programa ha terminado con un estado de 
salida {0}.lt;/pgt;/translation
+translationlt;pgt;El programa ha terminado con un estado de salida 
{0}.lt;/pgt;/translation
 /message
 message
 location filename=../Debugger/DebugUI.py line=1019/
@@ -5659,7 +5659,7 @@
 message
 location filename=../Debugger/DebugUI.py line=1084/
 sourcelt;pgt;The file lt;bgt;{0}lt;/bgt; contains the syntax 
error lt;bgt;{1}lt;/bgt; at line lt;bgt;{2}lt;/bgt;, character 
lt;bgt;{3}lt;/bgt;.lt;/pgt;/source
-translationlt;pgt;El archivo lt;bgt;{0}lt;/bgt; contiene el 
error de sintaxis lt;bgt;{1}lt;/bgt; en la línealt;bgt;{2}lt;/bgt;, 
carácter lt;bgt;{4}lt;/bgt;.lt;/pgt;/translation
+translationlt;pgt;El archivo lt;bgt;{0}lt;/bgt; contiene el 
error de sintaxis lt;bgt;{1}lt;/bgt; en la línealt;bgt;{2}lt;/bgt;, 
carácter lt;bgt;{3}lt;/bgt;.lt;/pgt;/translation
 /message
 message
 

commit mate-power-manager for openSUSE:Factory

2014-10-05 Thread h_root
Hello community,

here is the log from the commit of package mate-power-manager for 
openSUSE:Factory checked in at 2014-10-05 20:31:54

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


Package is mate-power-manager

Changes:

--- /work/SRC/openSUSE:Factory/mate-power-manager/mate-power-manager.changes
2014-04-26 10:06:21.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.mate-power-manager.new/mate-power-manager.changes   
2014-10-05 20:33:30.0 +0200
@@ -1,0 +2,15 @@
+Fri Oct  3 15:05:42 UTC 2014 - p.drou...@gmail.com
+
+- Update to version 1.8.1
+  + Fixed levels is 0 warning if no kbd backlight present
+  + Added support for upower-0.99 API
+  + Added keywords key to .desktop file
+  + Removed battery recall logic
+- Remove upstreamed patches
+  + mate-power-manager-avoid-levels_is_0-warning.patch
+  + mate-power-manager-port-to-upower-0.99_API.patch
+  + mate-power-manager-remove-battery-recall-logic.patch 
+  + mate-power-manager-fixes-for-upower1-api-changes.patch
+  + mate-power-manager-improve-upower1-support.patch
+
+---

Old:

  mate-power-manager-1.8.0.tar.xz
  mate-power-manager-avoid-levels_is_0-warning.patch
  mate-power-manager-fixes-for-upower1-api-changes.patch
  mate-power-manager-improve-upower1-support.patch
  mate-power-manager-port-to-upower-0.99_API.patch
  mate-power-manager-remove-battery-recall-logic.patch

New:

  mate-power-manager-1.8.1.tar.xz



Other differences:
--
++ mate-power-manager.spec ++
--- /var/tmp/diff_new_pack.FdhVA1/_old  2014-10-05 20:33:31.0 +0200
+++ /var/tmp/diff_new_pack.FdhVA1/_new  2014-10-05 20:33:31.0 +0200
@@ -16,7 +16,7 @@
 #
 
 Name:   mate-power-manager
-Version:1.8.0
+Version:1.8.1
 Release:0
 Summary:MATE Desktop UPower policy management
 License:GPL-2.0
@@ -26,18 +26,6 @@
 # PATCH-FIX-UPSTREAM 
mate-power-manager_dbus_interface_keyboard_backlight_controls.patch --fix 
gsettings schema
 # to fix keyboard backlight support
 Patch0: 
mate-power-manager_dbus_interface_keyboard_backlight_controls.patch
-# PATCH-FIX-UPSTREAM mate-power-manager-avoid-levels_is_0-warning.patch 
--avoid levels is 0 warning if no
-# kbd backlight present
-Patch1: mate-power-manager-avoid-levels_is_0-warning.patch
-# PATCH-FIX-UPSTREAM mate-power-manager-port-to-upower-0.99_API.patch --fix 
mate-power-manager for current upower versions
-Patch2: mate-power-manager-port-to-upower-0.99_API.patch
-# PATCH-FIX-UPSTREAM mate-power-manager-remove-battery-recall-logic.patch 
--the database is outdated several years
-# now and the whole interface is removed from current UPower release
-Patch3: mate-power-manager-remove-battery-recall-logic.patch 
-# PATCH-FIX-UPSTREAM mate-power-manager-fixes-for-upower1-api-changes.patch 
--adapt upstream code to API changes
-Patch4: mate-power-manager-fixes-for-upower1-api-changes.patch
-# PATCH-FIX-UPSTREAM mate-power-manager-improve-upower1-support.patch --fix 
support of devices for upower =1.0
-Patch5: mate-power-manager-improve-upower1-support.patch
 Requires:   upower
 Recommends: %{name}-lang
 %glib2_gsettings_schema_requires
@@ -68,11 +56,6 @@
 %prep
 %setup -q
 %patch0 -p1
-%patch1 -p1
-%patch3 -p1
-%patch2 -p1
-%patch5 -p1
-%patch4 -p1
 
 %build
 autoreconf -fiv
@@ -105,8 +88,8 @@
 %doc AUTHORS README COPYING
 %dir %{_datadir}/mate-2.0
 %{_sysconfdir}/xdg/autostart/mate-power-manager.desktop
-%{_bindir}/mate-power-bugreport.sh
 %{_bindir}/mate-power-manager
+%{_bindir}/mate-power-manager-bugreport
 %{_bindir}/mate-power-preferences
 %{_bindir}/mate-power-statistics
 %{_sbindir}/mate-power-backlight-helper

++ mate-power-manager-1.8.0.tar.xz - mate-power-manager-1.8.1.tar.xz ++
 3062 lines of diff (skipped)
retrying with extended exclude list
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/mate-power-manager-1.8.0/ChangeLog new/mate-power-manager-1.8.1/ChangeLog
--- old/mate-power-manager-1.8.0/ChangeLog  2014-03-01 17:54:49.0 
+0100
+++ new/mate-power-manager-1.8.1/ChangeLog  2014-09-29 21:45:34.0 
+0200
@@ -1,5 +1,139 @@
 # Generated by Makefile. Do not edit.
 
+commit 170a95ae62dbf72bbffc99fc5796cb22dc418131
+Author: infirit infi...@gmail.com
+Date:   Sun Sep 28 21:33:32 2014 +0200
+
+Bump version to 1.8.1
+
+ 

  1   2   >