commit makedumpfile for openSUSE:Factory

2014-09-25 Thread h_root
Hello community,

here is the log from the commit of package makedumpfile for openSUSE:Factory 
checked in at 2014-09-25 09:33:38

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


Package is "makedumpfile"

Changes:

--- /work/SRC/openSUSE:Factory/makedumpfile/makedumpfile.changes
2014-06-19 13:08:28.0 +0200
+++ /work/SRC/openSUSE:Factory/.makedumpfile.new/makedumpfile.changes   
2014-09-25 09:33:40.0 +0200
@@ -1,0 +2,22 @@
+Tue Sep 23 16:54:05 UTC 2014 - ptesa...@suse.cz
+
+- Switch to dynamic linking: Since most libraries are no longer
+  available for static link, the remaining space savings are
+  no longer worth the effort.
+
+---
+Tue Sep 23 16:40:58 UTC 2014 - ptesa...@suse.cz
+
+- upgrade to makedumpfile-1.5.7
+  o Show memory usage of the running kernel
+  o Hugepage filtering
+  o Support kernels up to 3.16
+
+- Drop following patches, which are now upstream:
+  o makedumpfile-generic-multi-page-excl.patch
+  o makedumpfile-remove-overrun-adj.patch
+  o makedumpfile-fix-free-bitmap_buffer_cyclic.patch
+  o makedumpfile-isCompoundHead.patch
+  o makedumpfile-exclude-compound-pages.patch
+
+---

Old:

  README.static
  makedumpfile-1.5.6.tar.bz2
  makedumpfile-exclude-compound-pages.patch
  makedumpfile-fix-free-bitmap_buffer_cyclic.patch
  makedumpfile-generic-multi-page-excl.patch
  makedumpfile-isCompoundHead.patch
  makedumpfile-remove-overrun-adj.patch

New:

  makedumpfile-1.5.7.tar.bz2



Other differences:
--
++ makedumpfile.spec ++
--- /var/tmp/diff_new_pack.BhZhkM/_old  2014-09-25 09:33:41.0 +0200
+++ /var/tmp/diff_new_pack.BhZhkM/_new  2014-09-25 09:33:41.0 +0200
@@ -39,20 +39,14 @@
 BuildRequires:  snappy-devel
 %endif
 BuildRequires:  xz-devel
-Version:1.5.6
+Version:1.5.7
 Release:0
 Summary:Partial kernel dump
 License:GPL-2.0
 Group:  System/Kernel
 Url:https://sourceforge.net/projects/makedumpfile/
 Source: %{name}-%{version}.tar.bz2
-Source1:README.static
 Patch0: %{name}-coptflags.diff
-Patch1: %{name}-generic-multi-page-excl.patch
-Patch2: %{name}-remove-overrun-adj.patch
-Patch3: %{name}-isCompoundHead.patch
-Patch4: %{name}-exclude-compound-pages.patch
-Patch5: %{name}-fix-free-bitmap_buffer_cyclic.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 ExclusiveArch:  %ix86 x86_64 ia64 ppc ppc64 ppc64le s390x %arm
 
@@ -71,39 +65,17 @@
 %prep
 %setup -q
 %patch0 -p1
-%patch1 -p1
-%patch2 -p1
-%patch3 -p1
-%patch4 -p1
-%patch5 -p1
 
 %build
-LIBS_STATIC=
-LIBS_DYNAMIC=
-if nm -u -f posix %{_libdir}/libdw.a | grep '^BZ2_bzDecompress U'; then
-  if [ -e %{_libdir}/libbz2.a ]; then
-LIBS_STATIC="$LIBS_STATIC -lbz2"
-  else
-LIBS_DYNAMIC="$LIBS_DYNAMIC -lbz2"
-  fi
-fi
-if nm -u -f posix %{_libdir}/libdw.a | grep '^lzma_code U'; then
-  if [ -e %{_libdir}/liblzma.a ]; then
-LIBS_STATIC="$LIBS_STATIC -llzma"
-  else
-LIBS_DYNAMIC="$LIBS_DYNAMIC -llzma"
-  fi
-fi
-export LIBS_STATIC LIBS_DYNAMIC
 %if %{have_snappy}
 export USESNAPPY=on
 %endif
-make COPTFLAGS="$RPM_OPT_FLAGS" USELZO=on
+make COPTFLAGS="$RPM_OPT_FLAGS" USELZO=on LINKTYPE=dynamic
 
 %install
-mkdir -p $RPM_BUILD_ROOT/bin
-install -c -m 0755 makedumpfile $RPM_BUILD_ROOT/bin
-install -c -m 0755 makedumpfile-R.pl $RPM_BUILD_ROOT/bin
+mkdir -p $RPM_BUILD_ROOT%{_bindir}
+install -c -m 0755 makedumpfile $RPM_BUILD_ROOT%{_bindir}
+install -c -m 0755 makedumpfile-R.pl $RPM_BUILD_ROOT%{_bindir}
 mkdir -p $RPM_BUILD_ROOT%{_mandir}/man8
 mkdir -p $RPM_BUILD_ROOT%{_mandir}/man5
 install -c -m 0644 makedumpfile.8 $RPM_BUILD_ROOT%{_mandir}/man8
@@ -118,7 +90,7 @@
 %defattr(-,root,root)
 %doc README COPYING IMPLEMENTATION
 %doc %{_mandir}/man?/*
-/bin/*
+%{_bindir}/*
 %dir %{_datadir}/%{name}-%{version}
 %{_datadir}/%{name}-%{version}/eppic_scripts/
 

++ makedumpfile-1.5.6.tar.bz2 -> makedumpfile-1.5.7.tar.bz2 ++
 2738 lines of diff (skipped)

++ makedumpfile-coptflags.diff ++
--- /var/tmp/diff_new_pack.BhZhkM/_old  2014-09-25 09:33:41.0 +0200
+++ /var/tmp/diff_new_pack.BhZhkM/_new  2014-09-25 09:33:41.0 +0200
@@ -17,15 +17,3 @@
-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE
  # LDFLAGS = -L/usr/local/lib -I/usr/local/include
  
-@@ -51,9 +51,9 @@ OBJ_PART=$(patsubst %.c,%.o,$(SRC_PART))
- SRC_ARCH = arch/arm.c arch/x86.c arch/x86_64.c arch/ia64.c arch/ppc64.c 
arch/s390x.c arch/ppc.c
- OBJ_ARCH=$(patsubst %.c,%.o,$(SRC_ARCH))
- 
--LIBS = -ldw -lbz2 -lebl

commit ruby2.1 for openSUSE:Factory

2014-09-25 Thread h_root
Hello community,

here is the log from the commit of package ruby2.1 for openSUSE:Factory checked 
in at 2014-09-25 09:33:29

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


Package is "ruby2.1"

Changes:

--- /work/SRC/openSUSE:Factory/ruby2.1/ruby2.1.changes  2014-09-20 
15:51:12.0 +0200
+++ /work/SRC/openSUSE:Factory/.ruby2.1.new/ruby2.1.changes 2014-09-25 
09:33:29.0 +0200
@@ -1,0 +2,6 @@
+Mon Sep 22 12:28:58 UTC 2014 - mrueck...@suse.de
+
+- conflict with $interpreter(abi) = %api_version to make the
+  upgrade path easier.
+
+---



Other differences:
--
++ ruby2.1.spec ++
--- /var/tmp/diff_new_pack.tHpUMP/_old  2014-09-25 09:33:30.0 +0200
+++ /var/tmp/diff_new_pack.tHpUMP/_new  2014-09-25 09:33:30.0 +0200
@@ -91,6 +91,7 @@
 %endif
 %endif
 Provides:   ruby(abi) = %{rb_ver}
+Conflicts:  ruby(abi) = %{rb_ver}
 %if %{with ruby_intree_common}
 Provides:   ruby-common = %{rpm_macros_version}
 Obsoletes:  ruby-common < %{rpm_macros_version}

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



commit sysconfig for openSUSE:Factory

2014-09-25 Thread h_root
Hello community,

here is the log from the commit of package sysconfig for openSUSE:Factory 
checked in at 2014-09-25 09:33:44

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


Package is "sysconfig"

Changes:

--- /work/SRC/openSUSE:Factory/sysconfig/sysconfig.changes  2014-06-01 
18:54:50.0 +0200
+++ /work/SRC/openSUSE:Factory/.sysconfig.new/sysconfig.changes 2014-09-25 
09:33:48.0 +0200
@@ -1,0 +2,17 @@
+Wed Sep 24 06:14:38 UTC 2014 - m...@suse.de
+
+- rpm: fixed SUSE spelling in the spec file (bnc#889002)
+
+---
+Tue Sep 23 06:57:31 UTC 2014 - m...@suse.de
+
+- version 0.83.7
+- netconfig: create missed /var/run/ntp directory (bnc#892877)
+  When the directory does not exists yet, the ntp service is not
+  yet started/running and it is even more important to write the
+  servers so ntpd can pickup them at start.
+- config: changed NM_ONLINE_TIMEOUT to 30 (bnc#889175)
+- config: updated to list new variables in network/dhcp,
+  cleanup of ifcfg.template and network/config variables
+
+---

Old:

  sysconfig-0.83.6.tar.bz2

New:

  sysconfig-0.83.7.tar.bz2



Other differences:
--
++ sysconfig.spec ++
--- /var/tmp/diff_new_pack.ra4X3r/_old  2014-09-25 09:33:49.0 +0200
+++ /var/tmp/diff_new_pack.ra4X3r/_new  2014-09-25 09:33:49.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   sysconfig
-Version:0.83.6
+Version:0.83.7
 Release:0
 Summary:The sysconfig scheme for traditional network scripts
 License:GPL-2.0+
@@ -39,7 +39,7 @@
 Recommends: wicked-service
 
 %description
-This package provides the SuSE system configuration scheme for the
+This package provides the SUSE system configuration scheme for the
 traditional "ifup" alias "netcontrol" network scripts.
 
 Authors:
@@ -155,10 +155,13 @@
 sysconfig_remove_and_set network/config DEFAULT_BROADCAST
 sysconfig_remove_and_set network/config FORCE_PERSISTENT_NAMES
 sysconfig_remove_and_set network/config MANDATORY_DEVICES
+sysconfig_remove_and_set network/config USE_SYSLOG
 sysconfig_remove_and_set network/dhcp   DHCLIENT_BIN
 sysconfig_remove_and_set network/dhcp   DHCLIENT6_BIN
+sysconfig_remove_and_set network/dhcp   DHCLIENT_DEBUG
 sysconfig_remove_and_set network/dhcp   DHCLIENT_WAIT_LINK
 sysconfig_remove_and_set network/dhcp   DHCLIENT_USER_OPTIONS
+sysconfig_remove_and_set network/dhcp   DHCLIENT_PRIMARY_DEVICE
 sysconfig_remove_and_set network/dhcp   DHCLIENT6_USER_OPTIONS
 sysconfig_remove_and_set network/dhcp   DHCPCD_USER_OPTIONS
 sysconfig_remove_and_set network/dhcp   DHCP6C_USER_OPTIONS

++ sysconfig-0.83.6.tar.bz2 -> sysconfig-0.83.7.tar.bz2 ++
 1611 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/sysconfig-0.83.6/ChangeLog new/sysconfig-0.83.7/ChangeLog
--- old/sysconfig-0.83.6/ChangeLog  2014-05-28 12:32:46.0 +0200
+++ new/sysconfig-0.83.7/ChangeLog  2014-09-23 09:18:32.0 +0200
@@ -1,4 +1,62 @@
-commit 381b54d18b1f26cf493a76a4b38799266bd9a069 (HEAD, tag: version-0.83.6, 
origin/master, master)
+commit 184c796f39be48293f1598bd61677f1e5da58d2d (HEAD, master)
+Author: Marius Tomaschewski 
+Date:   Tue Sep 23 09:17:33 2014 +0200
+
+version 0.83.7, updated changes
+
+commit 548e50e16d142aa0e08513f34a4c1b7a86176434
+Author: Marius Tomaschewski 
+Date:   Tue Sep 23 09:16:35 2014 +0200
+
+spec: updated obsolete variables removal list
+
+commit d75551e9385c6fbe5a96f9527c9f2fed8e95382f (origin/master)
+Author: Marius Tomaschewski 
+Date:   Tue Sep 23 08:55:31 2014 +0200
+
+config: network/config variable cleanup
+
+commit e47cc70c3352c6a69df73201d1fc6e2c77c6b437
+Author: Marius Tomaschewski 
+Date:   Tue Sep 23 08:52:39 2014 +0200
+
+config: ifcfg.template variable cleanup
+
+commit e9479304b0a2d39035a7d3436e598ac09e8dcd77
+Author: Marius Tomaschewski 
+Date:   Tue Sep 23 08:42:18 2014 +0200
+
+config: updated to list new variables in network/dhcp
+
+commit a2967c284586346a94e64bf13ac46193fc866339
+Author: Marius Tomaschewski 
+Date:   Mon Sep 22 14:17:31 2014 +0200
+
+config: refer to NetworkManager-wait-online.service
+
+commit f0a577a41850102f734a495ef3b522aece81f44f
+Author: Marius Tomaschewski 
+Date:   Mon Sep 22 14:09:10 2014 +0200
+
+netconfig: cr

commit xen for openSUSE:Factory

2014-09-25 Thread h_root
Hello community,

here is the log from the commit of package xen for openSUSE:Factory checked in 
at 2014-09-25 09:33:42

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-06 12:17:50.0 
+0200
+++ /work/SRC/openSUSE:Factory/.xen.new/xen.changes 2014-09-25 
09:33:43.0 +0200
@@ -1,0 +2,36 @@
+Mon Sep 22 09:55:35 MDT 2014 - carn...@suse.com
+
+- bnc#897614 - Virtualization/xen: Bug `xen-tools` uninstallable;
+  grub2-x86_64-xen dependency not available
+  xen.spec
+
+---
+Wed Sep 17 16:21:22 MDT 2014 - jfeh...@suse.com
+
+- More cleanup of README.SUSE
+
+---
+Fri Sep 15 09:37:10 CST 2014 - cy...@suse.com
+
+- Update xen patch with upstream patch so that latest libvirt
+  patch can work. (bnc#896044)
+  + 53fcebab-xen-pass-kernel-initrd-to-qemu.patch
+  - xen-pass-kernel-initrd-to-qemu.patch
+
+---
+Wed Sep 10 09:15:39 MDT 2014 - carn...@suse.com
+
+- bnc#895804 - VUL-0: CVE-2014-6268: xen: XSA-107: Mishandling of
+  uninitialised FIFO-based event channel control blocks
+  xsa107.patch
+- bnc#895802 - VUL-0: xen: XSA-106: Missing privilege level checks
+  in x86 emulation of software interrupts
+  xsa106.patch
+- bnc#895799 - VUL-0: xen: XSA-105: Missing privilege level checks
+  in x86 HLT, LGDT, LIDT, and LMSW emulation
+  xsa105.patch
+- bnc#895798 - VUL-0: xen: XSA-104: Race condition in
+  HVMOP_track_dirty_vram
+  xsa104.patch
+
+---

Old:

  xen-pass-kernel-initrd-to-qemu.patch

New:

  53fcebab-xen-pass-kernel-initrd-to-qemu.patch
  xsa104.patch
  xsa105.patch
  xsa106.patch
  xsa107.patch



Other differences:
--
++ xen.spec ++
--- /var/tmp/diff_new_pack.M0pMmJ/_old  2014-09-25 09:33:47.0 +0200
+++ /var/tmp/diff_new_pack.M0pMmJ/_new  2014-09-25 09:33:47.0 +0200
@@ -153,7 +153,7 @@
 %endif
 %endif
 
-Version:4.4.1_04
+Version:4.4.1_06
 Release:0
 PreReq: %insserv_prereq %fillup_prereq
 Summary:Xen Virtualization: Hypervisor (aka VMM aka Microkernel)
@@ -229,12 +229,17 @@
 Patch15:53e8be5f-x86-vHPET-use-rwlock-instead-of-simple-one.patch
 Patch16:53f737b1-VMX-fix-DebugCtl-MSR-clearing.patch
 Patch17:53f7386d-x86-irq-process-softirqs-in-irq-keyhandlers.patch
-Patch18:53ff3659-x86-consolidate-boolean-inputs-in-hvm-and-p2m.patch
-Patch19:
53ff36ae-x86-hvm-treat-non-insn-fetch-NPF-also-as-read-violations.patch
-Patch20:
53ff36d5-x86-mem_event-deliver-gla-fault-EPT-violation-information.patch
-Patch21:
53ff3716-x86-ats-Disable-Address-Translation-Services-by-default.patch
-Patch22:
53ff3899-x86-NMI-allow-processing-unknown-NMIs-with-watchdog.patch
-Patch23:
54005472-EPT-utilize-GLA-GPA-translation-known-for-certain-faults.patch
+Patch18:53fcebab-xen-pass-kernel-initrd-to-qemu.patch
+Patch19:53ff3659-x86-consolidate-boolean-inputs-in-hvm-and-p2m.patch
+Patch20:
53ff36ae-x86-hvm-treat-non-insn-fetch-NPF-also-as-read-violations.patch
+Patch21:
53ff36d5-x86-mem_event-deliver-gla-fault-EPT-violation-information.patch
+Patch22:
53ff3716-x86-ats-Disable-Address-Translation-Services-by-default.patch
+Patch23:
53ff3899-x86-NMI-allow-processing-unknown-NMIs-with-watchdog.patch
+Patch24:
54005472-EPT-utilize-GLA-GPA-translation-known-for-certain-faults.patch
+Patch104:   xsa104.patch
+Patch105:   xsa105.patch
+Patch106:   xsa106.patch
+Patch107:   xsa107.patch
 # Upstream qemu
 Patch250:   VNC-Support-for-ExtendedKeyEvent-client-message.patch
 Patch251:   0001-net-move-the-tap-buffer-into-TAPState.patch
@@ -362,9 +367,8 @@
 Patch468:   
libxl.introduce-an-option-to-disable-the-non-O_DIRECT-workaround.patch
 Patch469:   libxl.add-option-to-disable-disk-cache-flushes-in-qdisk.patch
 Patch470:   qemu-xen-upstream-qdisk-cache-unsafe.patch
-Patch471:   xen-pass-kernel-initrd-to-qemu.patch
-Patch472:   qemu-support-xen-hvm-direct-kernel-boot.patch
-Patch473:   tigervnc-long-press.patch
+Patch471:   qemu-support-xen-hvm-direct-kernel-boot.patch
+Patch472:   tigervnc-long-press.patch
 # Hypervisor and PV driver Patches
 Patch501:   x86-ioapic-ack-default.patch
 Patch502:   x86-cpufreq-report.patch
@@ -459,7 +463,9 @@
 Summary:Xen Virtualization: Control tools for domain 0
 Group:  System/Kernel
 Requires:   br

commit update-desktop-files for openSUSE:Factory

2014-09-25 Thread h_root
Hello community,

here is the log from the commit of package update-desktop-files for 
openSUSE:Factory checked in at 2014-09-25 09:33:31

Comparing /work/SRC/openSUSE:Factory/update-desktop-files (Old)
 and  /work/SRC/openSUSE:Factory/.update-desktop-files.new (New)


Package is "update-desktop-files"

Changes:

--- 
/work/SRC/openSUSE:Factory/update-desktop-files/update-desktop-files.changes
2014-07-26 11:27:54.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.update-desktop-files.new/update-desktop-files.changes
   2014-09-25 09:33:32.0 +0200
@@ -1,0 +2,5 @@
+Tue Sep 23 08:29:33 UTC 2014 - co...@suse.com
+
+- fix find call, type expects one char
+
+---



Other differences:
--
++ brp-trim-desktop.sh ++
--- /var/tmp/diff_new_pack.iLu5pc/_old  2014-09-25 09:33:33.0 +0200
+++ /var/tmp/diff_new_pack.iLu5pc/_new  2014-09-25 09:33:33.0 +0200
@@ -23,7 +23,7 @@
 fi
 
 find /$RPM_BUILD_ROOT/usr/share /$RPM_BUILD_ROOT/etc/xdg/autostart/ \
--type -f \( -name '*.desktop' -o -name .directory \) 2>/dev/null | while 
read -r FILE; do
+-type f \( -name '*.desktop' -o -name .directory \) 2>/dev/null | while 
read -r FILE; do
 
if grep -q ^X-SuSE-translate= "$FILE"; then
   echo "DEBUG: $FILE contains X-SuSE-translate - skipping" >&2

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



commit cantarell-fonts for openSUSE:Factory

2014-09-25 Thread h_root
Hello community,

here is the log from the commit of package cantarell-fonts for openSUSE:Factory 
checked in at 2014-09-25 09:33:35

Comparing /work/SRC/openSUSE:Factory/cantarell-fonts (Old)
 and  /work/SRC/openSUSE:Factory/.cantarell-fonts.new (New)


Package is "cantarell-fonts"

Changes:

--- /work/SRC/openSUSE:Factory/cantarell-fonts/cantarell-fonts.changes  
2013-10-01 08:09:15.0 +0200
+++ /work/SRC/openSUSE:Factory/.cantarell-fonts.new/cantarell-fonts.changes 
2014-09-25 09:33:37.0 +0200
@@ -1,0 +2,6 @@
+Tue Sep 23 10:11:34 UTC 2014 - dims...@opensuse.org
+
+- Update to version 0.0.16:
+  + Add space variations (bgo#735205).
+
+---

Old:

  cantarell-fonts-0.0.15.tar.xz

New:

  cantarell-fonts-0.0.16.tar.xz



Other differences:
--
++ cantarell-fonts.spec ++
--- /var/tmp/diff_new_pack.Qxd0QV/_old  2014-09-25 09:33:38.0 +0200
+++ /var/tmp/diff_new_pack.Qxd0QV/_new  2014-09-25 09:33:38.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package cantarell-fonts
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   cantarell-fonts
-Version:0.0.15
+Version:0.0.16
 Release:0
 Summary:Contemporary Humanist Sans Serif Font
 License:OFL-1.1

++ cantarell-fonts-0.0.15.tar.xz -> cantarell-fonts-0.0.16.tar.xz ++
 3413 lines of diff (skipped)

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



commit cdrtools for openSUSE:Factory

2014-09-25 Thread h_root
Hello community,

here is the log from the commit of package cdrtools for openSUSE:Factory 
checked in at 2014-09-25 09:33:27

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


Package is "cdrtools"

Changes:

--- /work/SRC/openSUSE:Factory/cdrtools/cdrtools.changes2014-05-13 
20:46:04.0 +0200
+++ /work/SRC/openSUSE:Factory/.cdrtools.new/cdrtools.changes   2014-09-25 
09:33:28.0 +0200
@@ -1,0 +2,6 @@
+Mon Sep 22 22:34:31 UTC 2014 - jeng...@inai.de
+
+- Update package metadata: new upstream URLs
+- Remove untracked old changes file
+
+---
schily-libs.changes: same change

Old:

  cdrtools.changes_old



Other differences:
--
++ cdrtools.spec ++
--- /var/tmp/diff_new_pack.bcBWxo/_old  2014-09-25 09:33:29.0 +0200
+++ /var/tmp/diff_new_pack.bcBWxo/_new  2014-09-25 09:33:29.0 +0200
@@ -24,9 +24,8 @@
 Summary:Tools for recording CD/DVD/BluRay media
 License:CDDL-1.0 and GPL-2.0 and GPL-2.0+ and BSD-2-Clause and 
BSD-3-Clause and HPND and ISC
 Group:  Productivity/Multimedia/CD/Record
-Url:http://cdrecord.berlios.de/private/cdrecord.html
+Url:http://cdrtools.sourceforge.net/private/cdrecord.html
 
-#Freecode-URL: http://freecode.com/projects/cdrtools
 Source: http://downloads.sf.net/cdrtools/cdrtools-3.01a24.tar.bz2
 Source1:cdrecord.easy
 Source2:cdrecord.secure

++ schily-libs.spec ++
--- /var/tmp/diff_new_pack.bcBWxo/_old  2014-09-25 09:33:29.0 +0200
+++ /var/tmp/diff_new_pack.bcBWxo/_new  2014-09-25 09:33:29.0 +0200
@@ -23,10 +23,8 @@
 Summary:A collection of libraries to support cdrtools
 License:CDDL-1.0 and GPL-2.0 and GPL-2.0+ and BSD-2-Clause and 
BSD-3-Clause and HPND and ISC
 Group:  Development/Libraries/C and C++
-Url:http://cdrecord.berlios.de/private/cdrecord.html
+Url:http://cdrtools.sourceforge.net/private/cdrecord.html
 
-#Freecode-URL: http://freecode.com/projects/schily
-#DL-URL:   ftp://ftp.berlios.de/pub/schily/
 Source: http://downloads.sf.net/cdrtools/cdrtools-3.01a24.tar.bz2
 Source7:pre_checkin.sh
 Patch1: gcc48wa.diff

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



commit btrfsprogs for openSUSE:Factory

2014-09-25 Thread h_root
Hello community,

here is the log from the commit of package btrfsprogs for openSUSE:Factory 
checked in at 2014-09-25 09:33:23

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


Package is "btrfsprogs"

Changes:

--- /work/SRC/openSUSE:Factory/btrfsprogs/btrfsprogs.changes2014-09-08 
21:28:19.0 +0200
+++ /work/SRC/openSUSE:Factory/.btrfsprogs.new/btrfsprogs.changes   
2014-09-25 09:33:25.0 +0200
@@ -1,0 +2,21 @@
+Mon Sep 22 23:01:01 CEST 2014 - dste...@suse.cz
+
+- version 3.16.1
+  - library version defines
+  - subvol list: -R to print received UUID
+  - fixed detection of multiple mounts on the same directory
+  - restore: misc fixes
+  - other fixes
+- Modified patches (sync with pending upstream versions):
+  * 0011-btrfs-progs-Enhance-the-command-btrfs-filesystem-df.patch
+  * 0012-btrfs-progs-Add-helpers-functions-to-handle-the-prin.patch
+  * 0013-btrfs-progs-Add-command-btrfs-filesystem-disk-usage.patch
+  * 0018-btrfs-progs-read-global-reserve-size-from-space-info.patch
+  * 0020-btrfs-progs-move-device-usage-to-cmds-device-more-cl.patch
+  * 0024-btrfs-progs-Print-more-info-about-device-sizes.patch
+  * 0025-btrfs-progs-compare-unallocated-space-against-the-co.patch
+  * 0028-btrfs-progs-extend-pretty-printers-with-unit-mode.patch
+  * 0029-btrfs-progs-replace-df_pretty_sizes-with-pretty_size.patch
+- Removed patch: library-version-defines.patch (upstream)
+
+---

Old:

  btrfs-progs-v3.16.tar.gz
  library-version-defines.patch

New:

  btrfs-progs-v3.16.1.tar.gz



Other differences:
--
++ btrfsprogs.spec ++
--- /var/tmp/diff_new_pack.LYX7Gg/_old  2014-09-25 09:33:26.0 +0200
+++ /var/tmp/diff_new_pack.LYX7Gg/_new  2014-09-25 09:33:26.0 +0200
@@ -16,17 +16,17 @@
 #
 
 
-%define tar_version v3.16
+%define tar_version v3.16.1
 Name:   btrfsprogs
-Version:3.16
+Version:3.16.1
 Release:0
 Summary:Utilities for the Btrfs filesystem
 License:GPL-2.0
 Group:  System/Filesystems
 Url:http://btrfs.wiki.kernel.org/index.php/Main_Page
-#Git-Web:  
http://git.kernel.org/cgit/linux/kernel/git/mason/btrfs-progs.git
-#Git-Clone:git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-progs
-Source: 
https://www.kernel.org/pub/linux/kernel/people/mason/btrfs-progs/btrfs-progs-%{tar_version}.tar.gz
+#Git-Web:  
http://git.kernel.org/cgit/linux/kernel/git/kdave/btrfs-progs.git
+#Git-Clone:git://git.kernel.org/pub/scm/linux/kernel/git/kdave/btrfs-progs
+Source: 
https://www.kernel.org/pub/linux/kernel/people/kdave/btrfs-progs/btrfs-progs-%{tar_version}.tar.gz
 Source1:boot-btrfs.sh
 Source4:setup-btrfs.sh
 
@@ -63,7 +63,6 @@
 Patch171:   0171-btrfs-progs-make-free-space-checker-work-on-non-4k-s.patch
 
 Patch1000:  local-version-override.patch
-Patch1001:  library-version-defines.patch
 
 BuildRequires:  asciidoc
 BuildRequires:  libacl-devel
@@ -132,7 +131,6 @@
 %patch169 -p1
 %patch171 -p1
 %patch1000 -p1
-%patch1001 -p1
 
 %build
 make %{?_smp_mflags} CFLAGS="%{optflags}" all btrfs-convert \

++ 0011-btrfs-progs-Enhance-the-command-btrfs-filesystem-df.patch ++
--- /var/tmp/diff_new_pack.LYX7Gg/_old  2014-09-25 09:33:26.0 +0200
+++ /var/tmp/diff_new_pack.LYX7Gg/_new  2014-09-25 09:33:26.0 +0200
@@ -597,7 +597,7 @@
  #include "list_sort.h"
  #include "disk-io.h"
  
-@@ -112,50 +113,6 @@ static const char * const filesystem_cmd
+@@ -112,55 +113,6 @@ static const char * const filesystem_cmd_group_usage[] = {
NULL
  };
  
@@ -609,7 +609,10 @@
 -
 -static char *group_type_str(u64 flag)
 -{
--  switch (flag & BTRFS_BLOCK_GROUP_TYPE_MASK) {
+-  u64 mask = BTRFS_BLOCK_GROUP_TYPE_MASK |
+-  BTRFS_SPACE_INFO_GLOBAL_RSV;
+-
+-  switch (flag & mask) {
 -  case BTRFS_BLOCK_GROUP_DATA:
 -  return "Data";
 -  case BTRFS_BLOCK_GROUP_SYSTEM:
@@ -618,6 +621,8 @@
 -  return "Metadata";
 -  case BTRFS_BLOCK_GROUP_DATA|BTRFS_BLOCK_GROUP_METADATA:
 -  return "Data+Metadata";
+-  case BTRFS_SPACE_INFO_GLOBAL_RSV:
+-  return "GlobalReserve";
 -  default:
 -  return "unknown";
 -  }
@@ -739,7 +744,7 @@
  #include "kerncompat.h"
  #include "radix-tree.h"
  #include "ctree.h"
-@@ -2436,3 +2438,13 @@ int test_isdir(const char *path)
+@@ -2439,3 +2441,13 @@ int test_isdir(const char *path)
  
return S_ISDIR(st.st_mode);
  }
@@ -753,15 +758,18 @@
 +  else
 +  return sfs.f_bsize * sfs.f_blocks;
 +}
-Index: btrfs-progs-v3.16/utils.h
-

commit gtkspell3 for openSUSE:Factory

2014-09-25 Thread h_root
Hello community,

here is the log from the commit of package gtkspell3 for openSUSE:Factory 
checked in at 2014-09-25 09:33:33

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


Package is "gtkspell3"

Changes:

--- /work/SRC/openSUSE:Factory/gtkspell3/gtkspell3.changes  2013-06-28 
11:49:56.0 +0200
+++ /work/SRC/openSUSE:Factory/.gtkspell3.new/gtkspell3.changes 2014-09-25 
09:33:34.0 +0200
@@ -1,0 +2,16 @@
+Mon Sep 22 15:57:24 UTC 2014 - zai...@opensuse.org
+
+- Update to version 3.0.6:
+  + Fix badly merged translations.
+  + Also recognize U+2019 as apostrophe.
+  + Updated translations.
+- Changes from version 3.0.5:
+  + Fix incorrect handling of single quotes.
+  + Buildsystem cleanups and tweaks.
+  + Updated translations.
+- Changes from version 3.0.4:
+  + Make decode-language-codes more robust.
+  + Don't use deprecated symbols when compiled against gtk3 >= 3.9.
+  + Updated translations.
+
+---

Old:

  gtkspell3-3.0.3.tar.gz

New:

  gtkspell3-3.0.6.tar.gz



Other differences:
--
++ gtkspell3.spec ++
--- /var/tmp/diff_new_pack.7mF1VL/_old  2014-09-25 09:33:35.0 +0200
+++ /var/tmp/diff_new_pack.7mF1VL/_new  2014-09-25 09:33:35.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package gtkspell3
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   gtkspell3
-Version:3.0.3
+Version:3.0.6
 Release:0
 Summary:GTK3 Spell Checker Interface Library
 License:GPL-2.0+

++ gtkspell3-3.0.3.tar.gz -> gtkspell3-3.0.6.tar.gz ++
 58798 lines of diff (skipped)

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



commit tdb for openSUSE:Factory

2014-09-25 Thread h_root
Hello community,

here is the log from the commit of package tdb for openSUSE:Factory checked in 
at 2014-09-25 09:33:36

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


Package is "tdb"

Changes:

--- /work/SRC/openSUSE:Factory/tdb/tdb.changes  2014-05-26 14:40:19.0 
+0200
+++ /work/SRC/openSUSE:Factory/.tdb.new/tdb.changes 2014-09-25 
09:33:38.0 +0200
@@ -1,0 +2,20 @@
+Tue Sep 23 17:02:44 UTC 2014 - lmue...@suse.com
+
+- Update to version 1.3.1.
+  + tools: fix a compiler warning
+  + defragment the freelist in tdb_allocate_from_freelist()
+  + add "freelist_size" sub-command to tdbtool
+  + use tdb_freelist_merge_adjacent in tdb_freelist_size()
+  + add tdb_freelist_merge_adjacent()
+  + add utility function check_merge_ptr_with_left_record()
+  + simplify tdb_free() using check_merge_with_left_record()
+  + add utility function check_merge_with_left_record()
+  + improve comments for tdb_free().
+  + factor merge_with_left_record() out of tdb_free()
+  + fix debug message in tdb_free()
+  + reduce indentation in tdb_free() for merging left
+  + increase readability of read_record_on_left()
+  + factor read_record_on_left() out of tdb_free()
+  + build: improve detection of srcdir.
+
+---

Old:

  tdb-1.3.0.tar.asc
  tdb-1.3.0.tar.gz

New:

  tdb-1.3.1.tar.asc
  tdb-1.3.1.tar.gz



Other differences:
--
++ tdb.spec ++
--- /var/tmp/diff_new_pack.c32GMM/_old  2014-09-25 09:33:39.0 +0200
+++ /var/tmp/diff_new_pack.c32GMM/_new  2014-09-25 09:33:39.0 +0200
@@ -37,7 +37,7 @@
 %endif
 BuildRequires:  python-devel
 Url:http://tdb.samba.org/
-Version:1.3.0
+Version:1.3.1
 Release:0
 Summary:Samba Trivial Database
 License:GPL-3.0+


++ tdb-1.3.0.tar.gz -> tdb-1.3.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/tdb-1.3.0/ABI/tdb-1.3.1.sigs 
new/tdb-1.3.1/ABI/tdb-1.3.1.sigs
--- old/tdb-1.3.0/ABI/tdb-1.3.1.sigs1970-01-01 01:00:00.0 +0100
+++ new/tdb-1.3.1/ABI/tdb-1.3.1.sigs2014-09-16 20:04:31.0 +0200
@@ -0,0 +1,68 @@
+tdb_add_flags: void (struct tdb_context *, unsigned int)
+tdb_append: int (struct tdb_context *, TDB_DATA, TDB_DATA)
+tdb_chainlock: int (struct tdb_context *, TDB_DATA)
+tdb_chainlock_mark: int (struct tdb_context *, TDB_DATA)
+tdb_chainlock_nonblock: int (struct tdb_context *, TDB_DATA)
+tdb_chainlock_read: int (struct tdb_context *, TDB_DATA)
+tdb_chainlock_unmark: int (struct tdb_context *, TDB_DATA)
+tdb_chainunlock: int (struct tdb_context *, TDB_DATA)
+tdb_chainunlock_read: int (struct tdb_context *, TDB_DATA)
+tdb_check: int (struct tdb_context *, int (*)(TDB_DATA, TDB_DATA, void *), 
void *)
+tdb_close: int (struct tdb_context *)
+tdb_delete: int (struct tdb_context *, TDB_DATA)
+tdb_dump_all: void (struct tdb_context *)
+tdb_enable_seqnum: void (struct tdb_context *)
+tdb_error: enum TDB_ERROR (struct tdb_context *)
+tdb_errorstr: const char *(struct tdb_context *)
+tdb_exists: int (struct tdb_context *, TDB_DATA)
+tdb_fd: int (struct tdb_context *)
+tdb_fetch: TDB_DATA (struct tdb_context *, TDB_DATA)
+tdb_firstkey: TDB_DATA (struct tdb_context *)
+tdb_freelist_size: int (struct tdb_context *)
+tdb_get_flags: int (struct tdb_context *)
+tdb_get_logging_private: void *(struct tdb_context *)
+tdb_get_seqnum: int (struct tdb_context *)
+tdb_hash_size: int (struct tdb_context *)
+tdb_increment_seqnum_nonblock: void (struct tdb_context *)
+tdb_jenkins_hash: unsigned int (TDB_DATA *)
+tdb_lock_nonblock: int (struct tdb_context *, int, int)
+tdb_lockall: int (struct tdb_context *)
+tdb_lockall_mark: int (struct tdb_context *)
+tdb_lockall_nonblock: int (struct tdb_context *)
+tdb_lockall_read: int (struct tdb_context *)
+tdb_lockall_read_nonblock: int (struct tdb_context *)
+tdb_lockall_unmark: int (struct tdb_context *)
+tdb_log_fn: tdb_log_func (struct tdb_context *)
+tdb_map_size: size_t (struct tdb_context *)
+tdb_name: const char *(struct tdb_context *)
+tdb_nextkey: TDB_DATA (struct tdb_context *, TDB_DATA)
+tdb_null: dptr = 0x, dsize = 0
+tdb_open: struct tdb_context *(const char *, int, int, int, mode_t)
+tdb_open_ex: struct tdb_context *(const char *, int, int, int, mode_t, const 
struct tdb_logging_context *, tdb_hash_func)
+tdb_parse_record: int (struct tdb_context *, TDB_DATA, int (*)(TDB_DATA, 
TDB_DATA, void *), void *)
+tdb_printfreelist: int (struct tdb_context *)
+tdb_remove_flags: void (struct tdb_context *, unsigned int)
+tdb_reopen: int (struct tdb_context *)
+tdb_reopen_all: int (int)
+tdb_repack: int (struct tdb_context *)
+tdb_res

commit libqt5-qtdeclarative for openSUSE:Factory

2014-09-25 Thread h_root
Hello community,

here is the log from the commit of package libqt5-qtdeclarative for 
openSUSE:Factory checked in at 2014-09-25 09:33:21

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


Package is "libqt5-qtdeclarative"

Changes:

--- 
/work/SRC/openSUSE:Factory/libqt5-qtdeclarative/libqt5-qtdeclarative.changes
2014-09-18 07:56:39.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.libqt5-qtdeclarative.new/libqt5-qtdeclarative.changes
   2014-09-25 09:33:22.0 +0200
@@ -1,0 +2,7 @@
+Mon Sep 22 18:11:03 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Add sse2_nojit.patch: enable JIT and sse2 only on sse2 case
+- Build QtQML module twice on ix86, without and with sse2 (sse2
+  library is placed to %_libdir/sse2/ (bnc#897758)
+
+---

New:

  sse2_nojit.patch



Other differences:
--
++ libqt5-qtdeclarative.spec ++
--- /var/tmp/diff_new_pack.NClb0T/_old  2014-09-25 09:33:23.0 +0200
+++ /var/tmp/diff_new_pack.NClb0T/_new  2014-09-25 09:33:23.0 +0200
@@ -40,6 +40,8 @@
 Patch3: 0004-QML-parse-.js-files-as-JavaScript-not-QML.patch
 Patch4: 0005-Fix-crash-with-foreach-on-arguments-object.patch
 Patch5: 0006-Move-syncTimer-measurment-to-the-correct-place.patch
+# PATCH-FIX-OPENSUSE sse2_nojit.patch -- enable JIT and sse2 only on sse2 case
+Patch100:   sse2_nojit.patch
 BuildRequires:  fdupes
 BuildRequires:  libQt5Core-private-headers-devel >= %{version}
 BuildRequires:  libQt5Gui-private-headers-devel >= %{version}
@@ -75,6 +77,7 @@
 %patch3 -p1
 %patch4 -p1
 %patch5 -p1
+%patch100 -p1
 
 %package -n %libname
 Summary:Qt 5 Declarative Library
@@ -142,11 +145,33 @@
 #force the configure script to generate the forwarding headers (it checks 
whether .git directory exists)
 mkdir .git
 %endif
-%qmake5
-%make_jobs
+
+mkdir -p %{_target_platform}
+pushd %{_target_platform}
+%qmake5 ..
+popd
+
+%make_jobs -C %{_target_platform}
+
+%ifarch %ix86
+# build libQt5Qml with no_sse2
+mkdir -p %{_target_platform}-no_sse2
+pushd %{_target_platform}-no_sse2
+%qmake5 -config no_sse2 ..
+make sub-src-clean
+%make_jobs -C src/qml
+popd
+%endif
 
 %install
-%qmake5_install
+%qmake5_install -C %{_target_platform}
+
+%ifarch %ix86
+mkdir -p %{buildroot}%{_libqt5_libdir}//sse2
+mv %{buildroot}%{_libqt5_libdir}/libQt5Qml.so.5* 
%{buildroot}%{_libqt5_libdir}/sse2/
+%qmake5_install -C %{_target_platform}-no_sse2/src/qml
+%endif
+
 find %{buildroot}/%{_libdir} -type f -name '*la' -print -exec perl -pi -e 's, 
-L%{_builddir}/\S+,,g' {} \;
 find %{buildroot}/%{_libdir}/pkgconfig -type f -name '*pc' -print -exec perl 
-pi -e 's, -L%{_builddir}/\S+,,g' {} \;
 # kill .la files
@@ -177,6 +202,9 @@
 %defattr(-,root,root,755)
 %doc LGPL_EXCEPTION.txt LICENSE.FDL LICENSE.GPL LICENSE.LGPL
 %{_libqt5_libdir}/libQt5Q*.so.*
+%ifarch %ix86
+%{_libqt5_libdir}/sse2/libQt5Q*.so.*
+%endif
 %{_libqt5_archdatadir}/qml/QtQuick
 %{_libqt5_archdatadir}/qml/QtQuick.2
 %{_libqt5_archdatadir}/qml/QtQml/Models.2

++ sse2_nojit.patch ++
diff --git a/src/qml/jsruntime/jsruntime.pri b/src/qml/jsruntime/jsruntime.pri
index 72010d3..2bd5acb 100644
--- a/src/qml/jsruntime/jsruntime.pri
+++ b/src/qml/jsruntime/jsruntime.pri
@@ -107,7 +107,7 @@ SOURCES += \
 
 # Use SSE2 floating point math on 32 bit instead of the default
 # 387 to make test results pass on 32 and on 64 bit builds.
-linux-g++*:isEqual(QT_ARCH,i386) {
+linux-g++*:isEqual(QT_ARCH,i386):!no_sse2 {
 QMAKE_CFLAGS += -march=pentium4 -msse2 -mfpmath=sse
 QMAKE_CXXFLAGS += -march=pentium4 -msse2 -mfpmath=sse
 }
diff --git a/src/qml/jsruntime/qv4global_p.h b/src/qml/jsruntime/qv4global_p.h
index a00231c..2a8f5d3 100644
--- a/src/qml/jsruntime/qv4global_p.h
+++ b/src/qml/jsruntime/qv4global_p.h
@@ -75,7 +75,7 @@ inline double trunc(double d) { return d > 0 ? floor(d) : 
ceil(d); }
 
 // White list architectures
 
-#if defined(Q_PROCESSOR_X86)
+#if defined(Q_PROCESSOR_X86) && defined(__SSE2__)
 #define V4_ENABLE_JIT
 #elif defined(Q_PROCESSOR_X86_64)
 #define V4_ENABLE_JIT
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit zenity for openSUSE:13.1:Update

2014-09-25 Thread h_root
Hello community,

here is the log from the commit of package zenity for openSUSE:13.1:Update 
checked in at 2014-09-25 09:08:58

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


Package is "zenity"

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.BwimWP/_old  2014-09-25 09:08:59.0 +0200
+++ /var/tmp/diff_new_pack.BwimWP/_new  2014-09-25 09:08:59.0 +0200
@@ -1 +1 @@
-
+

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



commit kdebase4-workspace for openSUSE:13.1:Update

2014-09-25 Thread h_root
Hello community,

here is the log from the commit of package kdebase4-workspace for 
openSUSE:13.1:Update checked in at 2014-09-25 09:08:46

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


Package is "kdebase4-workspace"

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.nPaSop/_old  2014-09-25 09:08:48.0 +0200
+++ /var/tmp/diff_new_pack.nPaSop/_new  2014-09-25 09:08:48.0 +0200
@@ -1 +1 @@
-
+

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



commit kdebase4-workspace.3011 for openSUSE:13.1:Update

2014-09-25 Thread h_root
Hello community,

here is the log from the commit of package kdebase4-workspace.3011 for 
openSUSE:13.1:Update checked in at 2014-09-25 09:08:42

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


Package is "kdebase4-workspace.3011"

Changes:

New Changes file:

--- /dev/null   2014-09-24 19:41:01.464119138 +0200
+++ 
/work/SRC/openSUSE:13.1:Update/.kdebase4-workspace.3011.new/kdebase4-workspace.changes
  2014-09-25 09:08:44.0 +0200
@@ -0,0 +1,2951 @@
+---
+Tue Sep 16 20:53:08 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 4.11.12
+  * Bugfix release, includes fixes for: kde#329158, kde#317066,
+kde#327580, kde#336589 and kde#331761
+
+---
+Fri Jul 25 21:33:35 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 4.11.11
+  * Bugfix release, includes fixes for: kde#326279, kde#326941,
+kde#318061, kde#334309, kde#315346, kde#335023, kde#333275,
+kde#334273, kde#334391, kde#334152, kde#335043, kde#336128,
+kde#325944, kde#329537, kde#325707, kde#333012, kde#335617,
+kde#324728 
+- Drop fix-crash-when-DesktopNames-isnt-set.patch, upstreamed
+
+---
+Fri Apr 25 19:54:22 UTC 2014 - tittiatc...@gmail.com
+
+- Update to 4.11.9
+  * Bugfix release, includes fixes for kde#312947, bnc#756198,
+kde#327947, kde#329076, bnc#864305, kde#224200, bnc#809835
+- Remove upstreamed patches 
+  - screenlocker-always-show-password-dialog-when-needed.patch
+  - screenlocker-dont-leak-screensaver-processes.patch
+  - kdm-fix-resumption-from-console-mode.patch
+- Remove kde-workspace-4.11.0-kdm-logind-multiseat.patch and
+  remove_strigi.patch, these are meant to be used with newer SC and
+  disto versions
+- Added fix-crash-when-DesktopNames-isnt-set.patch, kde#334159
+
+---
+Thu Apr 10 12:09:26 UTC 2014 - wba...@tmo.at
+
+- Added kdm-fix-resumption-from-console-mode.patch:
+  * fix resumption from console mode when monotonic clock is in use 
+(kde#312947, bnc#756198)
+- Added screenlocker-always-show-password-dialog-when-needed.patch:
+  * password input dialog was not shown under certain circumstances
+(kde#327947, kde#329076, bnc#864305)
+- Added screenlocker-dont-leak-screensaver-processes.patch:
+  * screensaver processes might keep running in background when
+unlocking the screen (kde#224200, bnc#809835)
+
+---
+Sat Mar 29 08:13:34 UTC 2014 - tittiatc...@gmail.com
+
+- Update to 4.11.8
+   * KDE 4.12.4  release
+   * See http://www.kde.org/announcements/announce-4.12.4.php
+
+- Drop upstreamed patches:
+  - 0001-Add-the-full-name-of-completion-matches-to-history.patch
+  - 0002-Move-focus-to-search-field-upon-typing-from-result-l.patch
+  - 0003-Save-current-dialog-size-on-manual-resize.patch
+
+---
+Sun Mar 16 19:50:59 UTC 2014 - stefan.bru...@rwth-aachen.de
+
+- added patch kde-workspace-4.11.0-kdm-logind-multiseat.patch for 
+  servers without VT, i.e. multiseat with sharevts 
+- add support for dynamic multiseat
+
+---
+Fri Mar 14 21:15:44 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Added patches from master (due to upstream 'LTS' policy not applied
+  to 4.11 branch)
+  0001-Add-the-full-name-of-completion-matches-to-history.patch and
+  0002-Move-focus-to-search-field-upon-typing-from-result-l.patch and
+  0003-Save-current-dialog-size-on-manual-resize.patch
+
+---
+Fri Mar  7 10:26:03 UTC 2014 - tittiatc...@gmail.com
+
+- Update to 4.11.7
+   * KDE 4.13 Beta1  release
+   * See http://www.kde.org/announcements/announce-4.13-beta1.php
+- Drop upstream patches:
+  * 0001-Explicitly-request-a-Window-drawable.patch
+  * 0004-align-zoomed-cursor-to-hotspot.patch
+  * 0005-be-more-aggressive-about-exiting-zoom-effect.patch
+  * 0006-spatial-present-windows-zoom-calculation.patch
+  * 0007-fix-frontbuffer-copying-swap-preference.patch
+  * 0008-fix-sendToScreen-for-QuickTiled-windows.patch
+  * 0009-reset-desktopChangedWhileRotating-on-activation.patch
+  * 0010-ensure-to-show-clients-that-need-sessionInteract.patch
+  * 0011-fix-off-by-1-on-multiscreen-toppanel-strutting.patch
+  * 0012-Perform-the-systemd-version-evaluation-through-a-reg.patch
+
+- Add patch  remove_strigi.patch to remove the dependency on strigi
+
+- Dropped 12.2 related lines in the spec-file as well the 
+  rcksysguard, as that this is since 12.3 a systemd s