commit acpica for openSUSE:Factory

2013-09-23 Thread h_root
Hello community,

here is the log from the commit of package acpica for openSUSE:Factory checked 
in at 2013-09-23 08:46:15

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


Package is acpica

Changes:

--- /work/SRC/openSUSE:Factory/acpica/acpica.changes2013-07-17 
09:25:03.0 +0200
+++ /work/SRC/openSUSE:Factory/.acpica.new/acpica.changes   2013-09-23 
08:46:17.0 +0200
@@ -1,0 +2,7 @@
+Fri Aug 23 19:06:36 UTC 2013 - tr...@suse.de
+
+- Update to version 20130823
+- remove already integrated patch:
+  dmar-buf10.patch
+
+---

Old:

  acpica-unix2-20130517.tar.bz2
  dmar-buf10.patch

New:

  acpica-unix2-20130823.tar.bz2



Other differences:
--
++ acpica.spec ++
--- /var/tmp/diff_new_pack.kaDkMk/_old  2013-09-23 08:46:18.0 +0200
+++ /var/tmp/diff_new_pack.kaDkMk/_new  2013-09-23 08:46:18.0 +0200
@@ -20,7 +20,7 @@
 
 Name:   acpica
 Url:http://acpica.org
-Version:20130517
+Version:20130823
 Release:6
 License:GPL-2.0
 %define src_dir acpica-unix2-%{version}
@@ -30,7 +30,6 @@
 Source: %{src_dir}.tar.bz2
 Patch1: acpica-no-compiletime.patch
 Patch2: wmidump_add_she_bang.patch
-Patch3: dmar-buf10.patch
 Source1:ec_access.c
 Source2:acpi_genl.tar.bz2
 Source3:acpi_validate
@@ -65,7 +64,6 @@
 %setup -n %{src_dir} -a 2 -a 4
 %patch1 -p1
 %patch2 -p1
-%patch3 -p1
 
 %build
 cc %{SOURCE1} $RPM_OPT_FLAGS -o ec_access

++ acpica-unix2-20130517.tar.bz2 - acpica-unix2-20130823.tar.bz2 ++
 13264 lines of diff (skipped)

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



commit bulk_extractor for openSUSE:Factory

2013-09-23 Thread h_root
Hello community,

here is the log from the commit of package bulk_extractor for openSUSE:Factory 
checked in at 2013-09-23 08:47:20

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


Package is bulk_extractor

Changes:

--- /work/SRC/openSUSE:Factory/bulk_extractor/bulk_extractor.changes
2013-09-13 16:14:12.0 +0200
+++ /work/SRC/openSUSE:Factory/.bulk_extractor.new/bulk_extractor.changes   
2013-09-23 08:47:20.0 +0200
@@ -1,0 +2,12 @@
+Mon Sep 16 21:43:59 UTC 2013 - dval...@suse.com
+
+- fix powerpc32 build (have_atomic.patch)
+
+---
+Mon Sep 16 14:41:11 UTC 2013 - dval...@suse.com
+
+- fixes CPUID used on non-x86 architectures (dfxml_nonx86.patch)
+  upstream commint dd05ebf2db10f5a737bc53b9c0396025a951e022
+- replaces be-1.3.1-cpuid.patch.
+
+---

Old:

  be-1.3.1-cpuid.patch

New:

  dfxml_nonx86.patch
  have_atomic.patch



Other differences:
--
++ bulk_extractor.spec ++
--- /var/tmp/diff_new_pack.xhjYB6/_old  2013-09-23 08:47:22.0 +0200
+++ /var/tmp/diff_new_pack.xhjYB6/_new  2013-09-23 08:47:22.0 +0200
@@ -25,14 +25,18 @@
 Url:
https://github.com/simsong/bulk_extractor/wiki/Introducing-bulk_extractor
 Source: 
http://digitalcorpora.org/downloads/bulk_extractor/bulk_extractor-1.4.0.tar.gz
 Source2:be-1.4.0-announcement.pdf
-# PATCH-FIX-UPSTREAM be-1.3.1-cpuid.patch [allow build on non-x86]
-Patch1: be-1.3.1-cpuid.patch
+# PATCH-FIX-UPSTREAM be-1.3.1-cpuid.patch [replaced with dfxml_nonx86.patch]
+# Patch1: be-1.3.1-cpuid.patch
 # PATCH-FIX-UPSTREAM ppc-cpuid.patch [allow build on PPC]
 Patch2: ppc-cpuid.patch
 # PATCH-FIX-OPENSUSE be-1.3.1-remove-date-time.patch [remove __DATE__ and 
__TIME__]
 Patch3: be-1.4.0-remove-date-time.patch
 # PATCH-FIX-OPENSUSE be-1.3.1-remove-debug-program [/usr/bin/plugin_test 
should not be installed]
 Patch4: be-1.4.0-remove-debug-program.patch
+# PATCH-FIX-UPSTREAM dfxml_nonx86.patch [ cpuid missing on nonx86 platforms ]
+Patch5: dfxml_nonx86.patch
+# PATCH-FIX-UPSTREAM have_atomic.patch [ wrap sync_add_and_fetch ]
+Patch6: have_atomic.patch
 BuildRequires:  afflib-devel
 BuildRequires:  flex
 BuildRequires:  gcc-c++
@@ -55,10 +59,11 @@
 
 %prep
 %setup -q
-# %%patch1 -p1
 %patch2 -p1
 %patch3 -p1
 %patch4 -p1
+%patch5 -p1
+%patch6 -p1
 sed -i 's|-jar `pwd -P`/BEViewer.jar|-jar %{_datadir}/%{name}/BEViewer.jar|' 
java_gui/BEViewer
 cp %{SOURCE2} .
 

++ dfxml_nonx86.patch ++
Index: bulk_extractor-1.4.0/src/dfxml/src/dfxml_writer.cpp
===
--- bulk_extractor-1.4.0.orig/src/dfxml/src/dfxml_writer.cpp
+++ bulk_extractor-1.4.0/src/dfxml/src/dfxml_writer.cpp
@@ -382,10 +382,16 @@ void dfxml_writer::set_oneline(bool v)
 oneline = v;
 }
 
+#ifdef HAVE_ASM_CPUID
+#ifndef __WORDSIZE
+#define __WORDSIZE 32
+#endif
 
 void dfxml_writer::cpuid(uint32_t op, unsigned long *eax, unsigned long *ebx,
 unsigned long *ecx, unsigned long *edx) {
-#if defined(__i386__)  defined(__PIC__)
+#ifdef HAVE_ASM_CPUID
+#if defined(__i386__)
+#if defined(__PIC__)
 __asm__ __volatile__(pushl %%ebx  \n\t /* save %ebx */
  cpuid\n\t
  movl %%ebx, %1   \n\t /* save what cpuid just put 
in %ebx */
@@ -400,19 +406,17 @@ void dfxml_writer::cpuid(uint32_t op, un
  : cc);
 
 #endif
+#endif
+#endif
 }
 
 
 
 void dfxml_writer::add_cpuid()
 {
-#ifdef HAVE_ASM_CPUID
-#ifndef __WORDSIZE
-#define __WORDSIZE 32
-#endif
-#define b(val, base, end) ((val  (__WORDSIZE-end-1))  
(__WORDSIZE-end+base-1))
+#define BFIX(val, base, end) ((val  (__WORDSIZE-end-1))  
(__WORDSIZE-end+base-1))
 char buf[256];
-unsigned long eax, ebx, ecx, edx;
+unsigned long eax=0, ebx=0, ecx=0, edx=0; // =0 avoids a compiler warning
 cpuid(0, eax, ebx, ecx, edx);
 
 snprintf(buf,sizeof(buf),%.4s%.4s%.4s, (char *)ebx, (char *)edx, (char 
*)ecx);
@@ -420,21 +424,22 @@ void dfxml_writer::add_cpuid()
 xmlout(identification,buf);
 
 cpuid(1, eax, ebx, ecx, edx);
-xmlout(family, (int64_t) b(eax, 8, 11));
-xmlout(model, (int64_t) b(eax, 4, 7));
-xmlout(stepping, (int64_t) b(eax, 0, 3));
-xmlout(efamily, (int64_t) b(eax, 20, 27));
-xmlout(emodel, (int64_t) b(eax, 16, 19));
-xmlout(brand, (int64_t) b(ebx, 0, 7));
-xmlout(clflush_size, (int64_t) b(ebx, 8, 15) * 8);
-xmlout(nproc, (int64_t) b(ebx, 16, 23));
-xmlout(apicid, (int64_t) 

commit avahi for openSUSE:Factory

2013-09-23 Thread h_root
Hello community,

here is the log from the commit of package avahi for openSUSE:Factory checked 
in at 2013-09-23 08:47:01

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


Package is avahi

Changes:

--- /work/SRC/openSUSE:Factory/avahi/avahi-glib2.changes2013-08-12 
14:23:02.0 +0200
+++ /work/SRC/openSUSE:Factory/.avahi.new/avahi-glib2.changes   2013-09-23 
08:47:02.0 +0200
@@ -1,0 +2,5 @@
+Sat Sep 21 14:31:18 UTC 2013 - dims...@opensuse.org
+
+- Change RPM Group of shared library package to System/Libraries.
+
+---
avahi-qt4.changes: same change
--- /work/SRC/openSUSE:Factory/avahi/avahi.changes  2013-09-09 
09:26:43.0 +0200
+++ /work/SRC/openSUSE:Factory/.avahi.new/avahi.changes 2013-09-23 
08:47:02.0 +0200
@@ -1,0 +2,6 @@
+Sat Sep 21 14:30:30 UTC 2013 - dims...@opensuse.org
+
+- Change RPM Group of shared library package to System/Libraries.
+- Run pre_checkin.sh to sync .spec files.
+
+---



Other differences:
--
++ avahi-glib2.spec ++
--- /var/tmp/diff_new_pack.fJfrx1/_old  2013-09-23 08:47:03.0 +0200
+++ /var/tmp/diff_new_pack.fJfrx1/_new  2013-09-23 08:47:03.0 +0200
@@ -90,6 +90,8 @@
 Patch14:avahi-enable-ipv6.patch
 # PATCH-FIX-OPENSUSE avahi-move-everything-to-run.patch rmila...@suse.com -- 
Move everything to /run directory (socket and pid files)
 Patch15:avahi-move-everything-to-run.patch
+# PATCH-FIX-OPENSUSE avahi-reserve-space-for-record-data-when-size-e.patch 
bnc#835984 j...@suse.com -- avahi-core: reserve space for record data when size 
estimate
+Patch16:avahi-reserve-space-for-record-data-when-size-e.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  dbus-1-python
 BuildRequires:  fdupes
@@ -465,7 +467,7 @@
 
 %package -n libavahi-glib1
 Summary:Glib Bindings for avahi, the D-BUS Service for Zeroconf and 
Bonjour
-Group:  System/GUI/GNOME
+Group:  System/Libraries
 # Old name used for = 10.3:
 Provides:   avahi-glib = %{version}
 Obsoletes:  avahi-glib  %{version}
@@ -487,7 +489,7 @@
 
 %package -n libavahi-gobject0
 Summary:D-BUS Service for Zeroconf and Bonjour
-Group:  System/Daemons
+Group:  System/Libraries
 
 %description -n libavahi-gobject0
 Avahi is an implementation of the DNS Service Discovery and Multicast
@@ -763,6 +765,7 @@
 %patch13 -p1
 %patch14 -p1
 %patch15 -p1
+%patch16 -p1
 
 %if !%build_core
 # Replace all .la references from local .la files to installed versions

avahi-mono.spec: same change
avahi-qt4.spec: same change
++ avahi.spec ++
--- /var/tmp/diff_new_pack.fJfrx1/_old  2013-09-23 08:47:03.0 +0200
+++ /var/tmp/diff_new_pack.fJfrx1/_new  2013-09-23 08:47:03.0 +0200
@@ -469,7 +469,7 @@
 
 %package -n libavahi-glib1
 Summary:Glib Bindings for avahi, the D-BUS Service for Zeroconf and 
Bonjour
-Group:  System/GUI/GNOME
+Group:  System/Libraries
 # Old name used for = 10.3:
 Provides:   avahi-glib = %{version}
 Obsoletes:  avahi-glib  %{version}
@@ -491,7 +491,7 @@
 
 %package -n libavahi-gobject0
 Summary:D-BUS Service for Zeroconf and Bonjour
-Group:  System/Daemons
+Group:  System/Libraries
 
 %description -n libavahi-gobject0
 Avahi is an implementation of the DNS Service Discovery and Multicast

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



commit aqbanking for openSUSE:Factory

2013-09-23 Thread h_root
Hello community,

here is the log from the commit of package aqbanking for openSUSE:Factory 
checked in at 2013-09-23 08:46:43

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


Package is aqbanking

Changes:

--- /work/SRC/openSUSE:Factory/aqbanking/aqbanking.changes  2013-09-02 
16:49:35.0 +0200
+++ /work/SRC/openSUSE:Factory/.aqbanking.new/aqbanking.changes 2013-09-23 
08:46:44.0 +0200
@@ -1,0 +2,6 @@
+Wed Sep 18 07:35:18 UTC 2013 - nico.kru...@gmail.com
+
+- Update to version 5.0.32beta:
+  + fixes a compiler problem with missing source code files
+
+---

Old:

  aqbanking-5.0.31beta.tar.gz

New:

  aqbanking-5.0.32beta.tar.gz



Other differences:
--
++ aqbanking.spec ++
--- /var/tmp/diff_new_pack.miyqSC/_old  2013-09-23 08:46:45.0 +0200
+++ /var/tmp/diff_new_pack.miyqSC/_new  2013-09-23 08:46:45.0 +0200
@@ -26,7 +26,7 @@
 %define  q4b_cfgmoddir  %{fronts_libdir}/q4banking/cfgmodules
 
 Name:   aqbanking
-Version:5.0.31beta
+Version:5.0.32beta
 Release:0
 # FIXME Still unable to use parallel make. Last checked: 2011-09-25
 Summary:Library for Online Banking Functions and Financial Data Import 
and Export
@@ -34,7 +34,7 @@
 Group:  Productivity/Office/Finance
 Url:http://www.aquamaniac.de/aqbanking/
 Source: %{name}-%{version}.tar.gz
-#Source:
http://www2.aquamaniac.de/sites/download/download.php?package=03release=95file=01dummy=aqbanking-5.0.25.tar.gz
+#Source:
http://www.aquamaniac.de/sites/download/download.php?package=03release=102file=01dummy=aqbanking-5.0.32beta.tar.gz
 Source1:aqbanking4-handbook-20091231.pdf
 #Source1:   
http://www.aquamaniac.de/sites/download/download.php?package=09release=09file=01dummy=aqbanking4-handbook-20091231.pdf
 BuildRequires:  doxygen

++ aqbanking-5.0.31beta.tar.gz - aqbanking-5.0.32beta.tar.gz ++
 1860 lines of diff (skipped)

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



commit calligra for openSUSE:Factory

2013-09-23 Thread h_root
Hello community,

here is the log from the commit of package calligra for openSUSE:Factory 
checked in at 2013-09-23 08:47:58

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


Package is calligra

Changes:

--- /work/SRC/openSUSE:Factory/calligra/calligra.changes2013-08-23 
12:02:00.0 +0200
+++ /work/SRC/openSUSE:Factory/.calligra.new/calligra.changes   2013-09-23 
08:48:02.0 +0200
@@ -1,0 +2,8 @@
+Mon Sep 16 16:10:03 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Update to 2.7.3
+  * Bugfix release, no upstream changelog provided
+  * Fixed bugs: kde#314214, kde#323804, kde#323827, kde#318129, 
+kde#319155 and kde#324224
+
+---

Old:

  calligra-2.7.2.tar.xz

New:

  calligra-2.7.3.tar.xz



Other differences:
--
++ calligra.spec ++
--- /var/tmp/diff_new_pack.k3ME1o/_old  2013-09-23 08:48:04.0 +0200
+++ /var/tmp/diff_new_pack.k3ME1o/_new  2013-09-23 08:48:04.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   calligra
-Version:2.7.2
+Version:2.7.3
 Release:0
 Summary:Libraries and Base Files for the KDE Office Suite
 License:GPL-2.0+ and LGPL-2.1+ and GFDL-1.2


++ calligra-2.7.2.tar.xz - calligra-2.7.3.tar.xz ++
/work/SRC/openSUSE:Factory/calligra/calligra-2.7.2.tar.xz 
/work/SRC/openSUSE:Factory/.calligra.new/calligra-2.7.3.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 desktop-translations for openSUSE:Factory

2013-09-23 Thread h_root
Hello community,

here is the log from the commit of package desktop-translations for 
openSUSE:Factory checked in at 2013-09-23 08:51:16

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


Package is desktop-translations

Changes:

--- 
/work/SRC/openSUSE:Factory/desktop-translations/desktop-translations.changes
2013-09-11 15:35:07.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.desktop-translations.new/desktop-translations.changes
   2013-09-23 08:51:17.0 +0200
@@ -1,0 +2,5 @@
+Wed Sep 18 13:23:46 UTC 2013 - k...@suse.de
+
+- Update translations.
+
+---



Other differences:
--
++ desktop-translations.tar.bz2 ++
/work/SRC/openSUSE:Factory/desktop-translations/desktop-translations.tar.bz2 
/work/SRC/openSUSE:Factory/.desktop-translations.new/desktop-translations.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 cantarell-fonts for openSUSE:Factory

2013-09-23 Thread h_root
Hello community,

here is the log from the commit of package cantarell-fonts for openSUSE:Factory 
checked in at 2013-09-23 08:51:08

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-08-27 20:38:11.0 +0200
+++ /work/SRC/openSUSE:Factory/.cantarell-fonts.new/cantarell-fonts.changes 
2013-09-23 08:51:09.0 +0200
@@ -1,0 +2,5 @@
+Fri Sep 20 05:49:13 UTC 2013 - t...@opensuse.org
+
+- Fixed bnc#827785: Cantarell font packaged into wrong folder 
+
+---



Other differences:
--
++ cantarell-fonts.spec ++
--- /var/tmp/diff_new_pack.YaSbW8/_old  2013-09-23 08:51:09.0 +0200
+++ /var/tmp/diff_new_pack.YaSbW8/_new  2013-09-23 08:51:09.0 +0200
@@ -16,8 +16,6 @@
 #
 
 
-%define cantarell_dir %{_fontsdir}/cantarell
-
 Name:   cantarell-fonts
 Version:0.0.14
 Release:0
@@ -44,11 +42,11 @@
 %setup -q
 
 %build
-%configure
+%configure --with-fontdir=%{_ttfontsdir} --with-configdir=%{_fontsconfavaildir}
 dos2unix COPYING
 
 %install
-%make_install configdir=%{_fontsconfavaildir}
+%make_install
 %link_avail_to_system_fontsconf 31-cantarell.conf
 
 %reconfigure_fonts_scriptlets
@@ -58,8 +56,8 @@
 %doc README COPYING
 %files_fontsconf_availdir
 %files_fontsconf_file -l 31-cantarell.conf
-%dir %{cantarell_dir}
-%{cantarell_dir}/Cantarell-Bold.otf
-%{cantarell_dir}/Cantarell-Regular.otf
+%dir %{_ttfontsdir}
+%{_ttfontsdir}/Cantarell-Bold.otf
+%{_ttfontsdir}/Cantarell-Regular.otf
 
 %changelog

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



commit dracut for openSUSE:Factory

2013-09-23 Thread h_root
Hello community,

here is the log from the commit of package dracut for openSUSE:Factory checked 
in at 2013-09-23 08:52:02

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.changes2013-09-11 
11:30:47.0 +0200
+++ /work/SRC/openSUSE:Factory/.dracut.new/dracut.changes   2013-09-23 
08:52:07.0 +0200
@@ -1,0 +2,20 @@
+Sat Sep 21 17:36:13 UTC 2013 - crrodrig...@opensuse.org
+
+- save a few seconds on boot by always including the autofs4 
+  kernel module in the initrd
+
+---
+Sat Sep 21 17:31:15 UTC 2013 - crrodrig...@opensuse.org
+
+- dracut 033 
+- improved hostonly device recognition
+- improved hostonly module recognition
+- do not install udev rules from /etc in generic mode
+- fixed LABEL= parsing for swap devices
+- fixed iBFT network setup
+- removed caching of kernel cmdline
+- bcache: support new blkid
+- ifup with dhcp, if no ip= specified for the interface
+- fixed ifup udev rules
+
+---

Old:

  dracut-032.tar.xz

New:

  dracut-033.tar.xz



Other differences:
--
++ dracut.spec ++
--- /var/tmp/diff_new_pack.AfIssb/_old  2013-09-23 08:52:08.0 +0200
+++ /var/tmp/diff_new_pack.AfIssb/_new  2013-09-23 08:52:08.0 +0200
@@ -21,7 +21,7 @@
 %define replace_mkinitrd 0
 
 Name:   dracut
-Version:032
+Version:033
 Release:0
 
 Summary:Initramfs generator using udev
@@ -161,6 +161,8 @@
 #mkdir -p %{buildroot}%{_localstatedir}/initramfs
 
 install -m 0644 dracut.conf.d/suse.conf.example   
%{buildroot}%{_sysconfdir}/dracut.conf.d/01-dist.conf
+echo 'add_drivers+=autofs4'  
%{buildroot}%{_sysconfdir}/dracut.conf.d/01-dist.conf
+
 %ifarch %ix86 x86_64
 echo 'early_microcode=yes'  
%{buildroot}%{_sysconfdir}/dracut.conf.d/02-early-microcode.conf
 %endif

++ correct-paths-for-opensuse.patch ++
--- /var/tmp/diff_new_pack.AfIssb/_old  2013-09-23 08:52:09.0 +0200
+++ /var/tmp/diff_new_pack.AfIssb/_new  2013-09-23 08:52:09.0 +0200
@@ -1,5 +1,5 @@
 dracut-032.orig/dracut.sh
-+++ dracut-032/dracut.sh
+--- dracut-033.orig/dracut.sh
 dracut-033/dracut.sh
 @@ -661,7 +661,7 @@ stdloglvl=$((stdloglvl + verbosity_mod_l
  [[ $mdadmconf_l ]]  mdadmconf=$mdadmconf_l
  [[ $lvmconf_l ]]  lvmconf=$lvmconf_l
@@ -9,9 +9,9 @@
  [[ $tmpdir_l ]]  tmpdir=$tmpdir_l
  [[ $tmpdir ]] || tmpdir=/var/tmp
  [[ $compress_l ]]  compress=$compress_l
 dracut-032.orig/modules.d/10i18n/module-setup.sh
-+++ dracut-032/modules.d/10i18n/module-setup.sh
-@@ -94,6 +94,8 @@ install() {
+--- dracut-033.orig/modules.d/10i18n/module-setup.sh
 dracut-033/modules.d/10i18n/module-setup.sh
+@@ -99,6 +99,8 @@ install() {
  
  install_base() {
  inst_multiple setfont loadkeys kbd_mode stty
@@ -20,8 +20,8 @@
  
  if ! dracut_module_included systemd; then
  inst ${moddir}/console_init.sh /lib/udev/console_init
 dracut-032.orig/modules.d/50plymouth/module-setup.sh
-+++ dracut-032/modules.d/50plymouth/module-setup.sh
+--- dracut-033.orig/modules.d/50plymouth/module-setup.sh
 dracut-033/modules.d/50plymouth/module-setup.sh
 @@ -12,12 +12,12 @@ depends() {
  }
  
@@ -38,8 +38,8 @@
  fi
  
  inst_hook emergency 50 $moddir/plymouth-emergency.sh
 dracut-032.orig/modules.d/90kernel-modules/module-setup.sh
-+++ dracut-032/modules.d/90kernel-modules/module-setup.sh
+--- dracut-033.orig/modules.d/90kernel-modules/module-setup.sh
 dracut-033/modules.d/90kernel-modules/module-setup.sh
 @@ -74,7 +74,7 @@ installkernel() {
  }
  
@@ -49,8 +49,8 @@
  [[ $hostonly ]]  inst_multiple -o /etc/modprobe.d/*.conf 
/etc/modprobe.conf
  if ! dracut_module_included systemd; then
  inst_hook cmdline 01 $moddir/parse-kernel.sh
 dracut-032.orig/modules.d/95udev-rules/module-setup.sh
-+++ dracut-032/modules.d/95udev-rules/module-setup.sh
+--- dracut-033.orig/modules.d/95udev-rules/module-setup.sh
 dracut-033/modules.d/95udev-rules/module-setup.sh
 @@ -11,6 +11,8 @@ install() {
  inst_multiple udevadm cat uname blkid \
  /etc/udev/udev.conf
@@ -60,8 +60,8 @@
  [ -d ${initdir}/$systemdutildir ] || mkdir -p ${initdir}/$systemdutildir
  for _i in ${systemdutildir}/systemd-udevd ${udevdir}/udevd /sbin/udevd; do
  [ -x $_i ] || continue
 dracut-032.orig/modules.d/98systemd/rescue.service
-+++ dracut-032/modules.d/98systemd/rescue.service
+--- dracut-033.orig/modules.d/98systemd/rescue.service
 dracut-033/modules.d/98systemd/rescue.service
 @@ -16,7 +16,7 @@ 

commit ghex for openSUSE:Factory

2013-09-23 Thread h_root
Hello community,

here is the log from the commit of package ghex for openSUSE:Factory checked in 
at 2013-09-23 08:58:13

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


Package is ghex

Changes:

--- /work/SRC/openSUSE:Factory/ghex/ghex.changes2013-05-16 
10:30:01.0 +0200
+++ /work/SRC/openSUSE:Factory/.ghex.new/ghex.changes   2013-09-23 
08:58:14.0 +0200
@@ -1,0 +2,8 @@
+Wed Sep 18 20:35:21 UTC 2013 - dims...@opensuse.org
+
+- Update to version 3.9.92:
+  + Ship an appdata file.
+  + Don't use AM_GNU_GETTEXT.
+  + Updated translations.
+
+---

Old:

  ghex-3.8.1.tar.xz

New:

  ghex-3.9.92.tar.xz



Other differences:
--
++ ghex.spec ++
--- /var/tmp/diff_new_pack.ehkiKe/_old  2013-09-23 08:58:15.0 +0200
+++ /var/tmp/diff_new_pack.ehkiKe/_new  2013-09-23 08:58:15.0 +0200
@@ -17,13 +17,13 @@
 
 
 Name:   ghex
-Version:3.8.1
+Version:3.9.92
 Release:0
 Summary:GNOME Binary Editor
 License:GPL-2.0+
 Group:  Development/Tools/Other
 Url:http://www.gnome.org/
-Source: 
http://download.gnome.org/sources/ghex/3.8/%{name}-%{version}.tar.xz
+Source: 
http://download.gnome.org/sources/ghex/3.9/%{name}-%{version}.tar.xz
 BuildRequires:  fdupes
 BuildRequires:  intltool
 BuildRequires:  translation-update-upstream
@@ -107,6 +107,8 @@
 %defattr(-,root,root)
 %doc README COPYING COPYING-DOCS AUTHORS
 %{_bindir}/ghex
+%dir %{_datadir}/appdata
+%{_datadir}/appdata/ghex.appdata.xml
 %{_datadir}/applications/ghex.desktop
 %dir %{_datadir}/GConf
 %dir %{_datadir}/GConf/gsettings

++ ghex-3.8.1.tar.xz - ghex-3.9.92.tar.xz ++
 12999 lines of diff (skipped)

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



commit florence for openSUSE:Factory

2013-09-23 Thread h_root
Hello community,

here is the log from the commit of package florence for openSUSE:Factory 
checked in at 2013-09-23 08:57:44

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


Package is florence

Changes:

--- /work/SRC/openSUSE:Factory/florence/florence.changes2013-07-12 
20:45:21.0 +0200
+++ /work/SRC/openSUSE:Factory/.florence.new/florence.changes   2013-09-23 
08:57:45.0 +0200
@@ -1,0 +2,8 @@
+Sat Sep 21 09:54:00 UTC 2013 - zai...@opensuse.org
+
+- Add rarian-scrollkeeper-compat BuildRequires, due to
+  gnome-doc-utils no longer pulling in scrollkeeper. Configure
+  explicitly checks for scrollkeeper.
+- Own %{_datadir}/omf because of the above change.
+
+---



Other differences:
--
++ florence.spec ++
--- /var/tmp/diff_new_pack.ls4jfB/_old  2013-09-23 08:57:46.0 +0200
+++ /var/tmp/diff_new_pack.ls4jfB/_new  2013-09-23 08:57:46.0 +0200
@@ -15,13 +15,14 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   florence
 Version:0.6.0
-Release:1
-License:GPL-2.0+ and GFDL-1.2
+Release:0
 Summary:Extensible scalable on-screen virtual keyboard
-Url:http://florence.sourceforge.net
+License:GPL-2.0+ and GFDL-1.2
 Group:  System/X11/Utilities
+Url:http://florence.sourceforge.net
 Source0:
http://downloads.sourceforge.net/florence/%{name}-%{version}.tar.bz2
 BuildRequires:  at-spi2-core-devel
 BuildRequires:  fdupes
@@ -29,6 +30,7 @@
 BuildRequires:  libXtst-devel
 BuildRequires:  librsvg2-devel
 BuildRequires:  pkg-config
+BuildRequires:  rarian-scrollkeeper-compat
 BuildRequires:  update-desktop-files
 BuildRequires:  pkgconfig(gnome-doc-utils)
 BuildRequires:  pkgconfig(gstreamer-0.10)
@@ -63,7 +65,6 @@
 --disable-scrollkeeper
 make %{?_smp_mflags}
 
-
 %install
 %make_install
 
@@ -86,6 +87,7 @@
 %doc AUTHORS ChangeLog COPYING COPYING-DOCS NEWS README
 %dir %{_datadir}/gnome/help/%{name}
 %doc %{_datadir}/gnome/help/%{name}/C/
+%dir %{_datadir}/omf
 %dir %{_datadir}/omf/%{name}
 %doc %{_datadir}/omf/%{name}/%{name}-C.omf
 %doc %{_mandir}/man1/%{name}.1%{?ext_man}

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



commit glamor for openSUSE:Factory

2013-09-23 Thread h_root
Hello community,

here is the log from the commit of package glamor for openSUSE:Factory checked 
in at 2013-09-23 08:59:20

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


Package is glamor

Changes:

--- /work/SRC/openSUSE:Factory/glamor/glamor.changes2013-09-04 
13:44:55.0 +0200
+++ /work/SRC/openSUSE:Factory/.glamor.new/glamor.changes   2013-09-23 
08:59:21.0 +0200
@@ -1,0 +2,6 @@
+Thu Sep 19 20:13:22 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Added U_Fix-RegionContainsRect-test-for-PutImage.patch from
+  upstream, fdo#65964
+
+---

New:

  U_Fix-RegionContainsRect-test-for-PutImage.patch



Other differences:
--
++ glamor.spec ++
--- /var/tmp/diff_new_pack.bnySJU/_old  2013-09-23 08:59:22.0 +0200
+++ /var/tmp/diff_new_pack.bnySJU/_new  2013-09-23 08:59:22.0 +0200
@@ -24,6 +24,8 @@
 Group:  System/X11/Servers/XF86_4
 Url:http://www.freedesktop.org/wiki/Software/Glamor
 Source: 
http://xorg.freedesktop.org/releases/individual/driver/%{name}-egl-%{version}.tar.bz2
+# PATCH-FIX-UPSTREAM U_Fix-RegionContainsRect-test-for-PutImage.patch -- 
fdo#65964
+Patch0: U_Fix-RegionContainsRect-test-for-PutImage.patch
 BuildRequires:  autoconf
 BuildRequires:  automake
 BuildRequires:  libtool
@@ -70,6 +72,7 @@
 
 %prep
 %setup -q -n %{name}-egl-%{version}
+%patch0 -p1
 
 %build
 autoreconf -fi

++ U_Fix-RegionContainsRect-test-for-PutImage.patch ++
From 29c0907d413ad5be2af3480d008018cd7f5a9e85 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Michel=20D=C3=A4nzer?= michel.daen...@amd.com
Date: Tue, 17 Sep 2013 13:25:02 +0200
Subject: [PATCH 1/1] Fix RegionContainsRect test for PutImage
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

The return value of RegionContainsRect() is not a boolean but an enum
indicating that the region contains the rectangle completely, partially
or not at all. We can only take the PutImage fastpath when the region
contatins the rectangle completely.

Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=65964
Signed-off-by: Michel Dänzer michel.daen...@amd.com
Reviewed-by: Zhigang Gong zhigang.g...@linux.intel.com
---
 src/glamor_putimage.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/glamor_putimage.c b/src/glamor_putimage.c
index 34e86a1..6567f14 100644
--- a/src/glamor_putimage.c
+++ b/src/glamor_putimage.c
@@ -287,7 +287,7 @@ _glamor_put_image(DrawablePtr drawable, GCPtr gc, int 
depth, int x, int y,
box.x2 = x + w + drawable-x;
box.y2 = y + h + drawable-y;
 
-   if ((clip != NULL  !RegionContainsRect(clip, box))
+   if ((clip != NULL  RegionContainsRect(clip, box) != rgnIN)
 || gc-alu != GXcopy) {
temp_pixmap = glamor_create_pixmap(drawable-pScreen, w, h, 
depth, 0);
if (temp_pixmap == NULL)
-- 
1.8.4

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



commit gnome-mahjongg for openSUSE:Factory

2013-09-23 Thread h_root
Hello community,

here is the log from the commit of package gnome-mahjongg for openSUSE:Factory 
checked in at 2013-09-23 08:59:26

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


Package is gnome-mahjongg

Changes:

--- /work/SRC/openSUSE:Factory/gnome-mahjongg/gnome-mahjongg.changes
2013-08-30 16:27:04.0 +0200
+++ /work/SRC/openSUSE:Factory/.gnome-mahjongg.new/gnome-mahjongg.changes   
2013-09-23 08:59:27.0 +0200
@@ -1,0 +2,9 @@
+Mon Sep 16 20:47:23 UTC 2013 - dims...@opensuse.org
+
+- Update to version 3.9.92:
+  + Fix Redo sometimes removing too many pieces.
+  + Fix map label on scores dialog.
+  + Add an appdata file.
+  + Updated translations.
+
+---

Old:

  gnome-mahjongg-3.9.90.tar.xz

New:

  gnome-mahjongg-3.9.92.tar.xz



Other differences:
--
++ gnome-mahjongg.spec ++
--- /var/tmp/diff_new_pack.VRUkET/_old  2013-09-23 08:59:34.0 +0200
+++ /var/tmp/diff_new_pack.VRUkET/_new  2013-09-23 08:59:34.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   gnome-mahjongg
-Version:3.9.90
+Version:3.9.92
 Release:0
 Summary:Mahjong Solitaire Game for GNOME
 License:GPL-2.0+
@@ -75,6 +75,8 @@
 %doc %{_datadir}/help/C/%{name}/
 %{_bindir}/%{name}
 %{_datadir}/%{name}/
+%dir %{_datadir}/appdata
+%{_datadir}/appdata/gnome-mahjongg.appdata.xml
 %{_datadir}/applications/mahjongg.desktop
 %{_datadir}/glib-2.0/schemas/org.gnome.%{name}.gschema.xml
 %{_datadir}/icons/hicolor/*/apps/%{name}.*

++ gnome-mahjongg-3.9.90.tar.xz - gnome-mahjongg-3.9.92.tar.xz ++
 9063 lines of diff (skipped)

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



commit gnome-maps for openSUSE:Factory

2013-09-23 Thread h_root
Hello community,

here is the log from the commit of package gnome-maps for openSUSE:Factory 
checked in at 2013-09-23 09:01:07

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


Package is gnome-maps

Changes:

--- /work/SRC/openSUSE:Factory/gnome-maps/gnome-maps.changes2013-09-16 
09:41:15.0 +0200
+++ /work/SRC/openSUSE:Factory/.gnome-maps.new/gnome-maps.changes   
2013-09-23 09:01:09.0 +0200
@@ -1,0 +2,11 @@
+Tue Sep 17 16:00:18 UTC 2013 - dims...@opensuse.org
+
+- Update to version 3.9.92:
+  + Fix issue of Maps not updating user's location at first launch.
+  + Fix the awkward looking and slow goto animation and make it
+linear and fast.
+  + Don't point to inexistent directories in gnome-maps script.
+  + Mark two forgotten strings for translation.
+  + Updated translations.
+
+---

Old:

  gnome-maps-3.9.91.tar.xz

New:

  gnome-maps-3.9.92.tar.xz



Other differences:
--
++ gnome-maps.spec ++
--- /var/tmp/diff_new_pack.WI6DyW/_old  2013-09-23 09:01:10.0 +0200
+++ /var/tmp/diff_new_pack.WI6DyW/_new  2013-09-23 09:01:10.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   gnome-maps
-Version:3.9.91
+Version:3.9.92
 Release:0
 Summary:MAP Application for GNOME 3 
 License:GPL-2.0+

++ gnome-maps-3.9.91.tar.xz - gnome-maps-3.9.92.tar.xz ++
 9882 lines of diff (skipped)

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



commit gnome-mines for openSUSE:Factory

2013-09-23 Thread h_root
Hello community,

here is the log from the commit of package gnome-mines for openSUSE:Factory 
checked in at 2013-09-23 09:01:34

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


Package is gnome-mines

Changes:

--- /work/SRC/openSUSE:Factory/gnome-mines/gnome-mines.changes  2013-08-30 
16:27:21.0 +0200
+++ /work/SRC/openSUSE:Factory/.gnome-mines.new/gnome-mines.changes 
2013-09-23 09:01:36.0 +0200
@@ -1,0 +2,7 @@
+Mon Sep 16 22:17:05 UTC 2013 - zai...@opensuse.org
+
+- Update to version 3.9.92:
+  + Add appdata file.
+  + Updated translations.
+
+---
@@ -8 +15 @@
-  + Upadtede translations.
+  + Updated translations.

Old:

  gnome-mines-3.9.90.tar.xz

New:

  gnome-mines-3.9.92.tar.xz



Other differences:
--
++ gnome-mines.spec ++
--- /var/tmp/diff_new_pack.9hLB3T/_old  2013-09-23 09:01:37.0 +0200
+++ /var/tmp/diff_new_pack.9hLB3T/_new  2013-09-23 09:01:37.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   gnome-mines
-Version:3.9.90
+Version:3.9.92
 Release:0
 Summary:Minesweeper Game for GNOME
 License:GPL-2.0+
@@ -71,6 +71,8 @@
 %doc %{_datadir}/help/C/%{name}/
 %{_bindir}/%{name}
 %{_datadir}/%{name}/
+%dir %{_datadir}/appdata
+%{_datadir}/appdata/gnome-mines.appdata.xml
 %{_datadir}/applications/gnomine.desktop
 %{_datadir}/glib-2.0/schemas/org.gnome.mines.gschema.xml
 %{_datadir}/icons/hicolor/*/apps/%{name}.*

++ gnome-mines-3.9.90.tar.xz - gnome-mines-3.9.92.tar.xz ++
 15740 lines of diff (skipped)

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



commit gnome-nibbles for openSUSE:Factory

2013-09-23 Thread h_root
Hello community,

here is the log from the commit of package gnome-nibbles for openSUSE:Factory 
checked in at 2013-09-23 09:03:12

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


Package is gnome-nibbles

Changes:

--- /work/SRC/openSUSE:Factory/gnome-nibbles/gnome-nibbles.changes  
2013-04-09 07:06:13.0 +0200
+++ /work/SRC/openSUSE:Factory/.gnome-nibbles.new/gnome-nibbles.changes 
2013-09-23 09:03:15.0 +0200
@@ -1,0 +2,12 @@
+Sun Sep 15 10:21:19 UTC 2013 - dims...@opensuse.org
+
+- Update to version 3.9.92:
+  + Added an appdata file.
+  + Disable preferences menu when playing.
+  + Remove score-dialog that doesn't work.
+  + Migrated to Clutter 1.14.4.
+  + Help pages updated.
+  + Performance improvements and code cleanup.
+  + Updated translations.
+
+---

Old:

  gnome-nibbles-3.8.0.tar.xz

New:

  gnome-nibbles-3.9.92.tar.xz



Other differences:
--
++ gnome-nibbles.spec ++
--- /var/tmp/diff_new_pack.uI6q5f/_old  2013-09-23 09:03:16.0 +0200
+++ /var/tmp/diff_new_pack.uI6q5f/_new  2013-09-23 09:03:16.0 +0200
@@ -17,20 +17,20 @@
 
 
 Name:   gnome-nibbles
-Version:3.8.0
+Version:3.9.92
 Release:0
 Summary:Worm Game for GNOME
 License:GPL-2.0+
 Group:  Amusements/Games/Action/Arcade
 Url:https://live.gnome.org/Lightsoff
-Source: 
http://download.gnome.org/sources/gnome-nibbles/3.8/%{name}-%{version}.tar.xz
+Source: 
http://download.gnome.org/sources/gnome-nibbles/3.9/%{name}-%{version}.tar.xz
 BuildRequires:  gnome-games-scripts
 BuildRequires:  hicolor-icon-theme
 BuildRequires:  intltool = 0.35.0
 BuildRequires:  update-desktop-files
 BuildRequires:  yelp-tools
-BuildRequires:  pkgconfig(clutter-1.0) = 1.0.0
-BuildRequires:  pkgconfig(clutter-gtk-1.0) = 0.91.6
+BuildRequires:  pkgconfig(clutter-1.0) = 1.14.4
+BuildRequires:  pkgconfig(clutter-gtk-1.0) = 1.2.0
 BuildRequires:  pkgconfig(glib-2.0)
 BuildRequires:  pkgconfig(gtk+-3.0) = 3.4.0
 BuildRequires:  pkgconfig(libcanberra-gtk3) = 0.26
@@ -82,6 +82,8 @@
 %doc COPYING NEWS
 %doc %{_datadir}/help/C/%{name}/
 %{_datadir}/%{name}/
+%dir %{_datadir}/appdata
+%{_datadir}/appdata/gnome-nibbles.appdata.xml
 %{_datadir}/applications/gnibbles.desktop
 %{_datadir}/glib-2.0/schemas/org.gnome.nibbles.gschema.xml
 %{_datadir}/icons/hicolor/*/apps/%{name}.*

++ gnome-nibbles-3.8.0.tar.xz - gnome-nibbles-3.9.92.tar.xz ++
 56813 lines of diff (skipped)

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



commit gnome-online-accounts for openSUSE:Factory

2013-09-23 Thread h_root
Hello community,

here is the log from the commit of package gnome-online-accounts for 
openSUSE:Factory checked in at 2013-09-23 09:08:05

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


Package is gnome-online-accounts

Changes:

--- 
/work/SRC/openSUSE:Factory/gnome-online-accounts/gnome-online-accounts.changes  
2013-09-11 11:40:58.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.gnome-online-accounts.new/gnome-online-accounts.changes
 2013-09-23 09:08:06.0 +0200
@@ -1,0 +2,7 @@
+Wed Sep 18 13:53:01 UTC 2013 - dims...@opensuse.org
+
+- Update to version 3.9.92:
+  + Google: Add the OAuth2 scope for CardDAV (bgo#707916).
+  + Updated translations.
+
+---

Old:

  gnome-online-accounts-3.9.91.tar.xz

New:

  gnome-online-accounts-3.9.92.tar.xz



Other differences:
--
++ gnome-online-accounts.spec ++
--- /var/tmp/diff_new_pack.1l9rb0/_old  2013-09-23 09:08:07.0 +0200
+++ /var/tmp/diff_new_pack.1l9rb0/_new  2013-09-23 09:08:07.0 +0200
@@ -19,7 +19,7 @@
 %define with_twitter 0
 
 Name:   gnome-online-accounts
-Version:3.9.91
+Version:3.9.92
 Release:0
 Summary:GNOME service to access online accounts
 License:LGPL-2.0+

++ gnome-online-accounts-3.9.91.tar.xz - 
gnome-online-accounts-3.9.92.tar.xz ++
 21516 lines of diff (skipped)

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



commit gnome-power-manager for openSUSE:Factory

2013-09-23 Thread h_root
Hello community,

here is the log from the commit of package gnome-power-manager for 
openSUSE:Factory checked in at 2013-09-23 09:10:21

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


Package is gnome-power-manager

Changes:

--- /work/SRC/openSUSE:Factory/gnome-power-manager/gnome-power-manager.changes  
2013-05-16 10:51:30.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.gnome-power-manager.new/gnome-power-manager.changes 
2013-09-23 09:10:23.0 +0200
@@ -1,0 +2,9 @@
+Fri Sep 13 15:44:00 UTC 2013 - zai...@opensuse.org
+
+- Update to version 3.9.92:
+  + New Features: Add an AppData description for
+gnome-power-statistics.
+  + Bugfix: Remove calls to g_type_init.
+  + Updated translations.
+
+---

Old:

  gnome-power-manager-3.8.2.tar.xz

New:

  gnome-power-manager-3.9.92.tar.xz



Other differences:
--
++ gnome-power-manager.spec ++
--- /var/tmp/diff_new_pack.jJ6sZj/_old  2013-09-23 09:10:23.0 +0200
+++ /var/tmp/diff_new_pack.jJ6sZj/_new  2013-09-23 09:10:23.0 +0200
@@ -17,13 +17,13 @@
 
 
 Name:   gnome-power-manager
-Version:3.8.2
+Version:3.9.92
 Release:0
 Summary:Power Management for GNOME
 License:GPL-2.0+
 Group:  System/GUI/GNOME
 Url:http://gnome-power.sourceforge.net/
-Source: 
http://download.gnome.org/sources/gnome-power-manager/3.8/%{name}-%{version}.tar.xz
+Source: 
http://download.gnome.org/sources/gnome-power-manager/3.9/%{name}-%{version}.tar.xz
 # PATCH-NEEDS-REBASE gnome-power-manager-schedule-wakeups.patch gburt 
fate302448 -- add tab to prefs to schedule rtcwake (was PATCH-FEATURE-OPENSUSE)
 Patch10:gnome-power-manager-schedule-wakeups.patch
 BuildRequires:  docbook-utils-minimal
@@ -36,7 +36,7 @@
 BuildRequires:  translation-update-upstream
 BuildRequires:  update-desktop-files
 BuildRequires:  pkgconfig(gdk-3.0) = 2.91.7
-BuildRequires:  pkgconfig(glib-2.0) = 2.31.10
+BuildRequires:  pkgconfig(glib-2.0) = 2.36.0
 BuildRequires:  pkgconfig(gtk+-3.0) = 3.3.8
 %if 0%{?BUILD_FROM_VCS}
 BuildRequires:  gnome-common
@@ -106,6 +106,8 @@
 %{_datadir}/icons/hicolor/*/apps/*
 %{_datadir}/icons/HighContrast/
 %doc %{_mandir}/man1/gnome-power-statistics.*
+%dir %{_datadir}/appdata/
+%{_datadir}/appdata/gnome-power-statistics.appdata.xml
 
 %files lang -f %{name}.lang
 

++ gnome-power-manager-3.8.2.tar.xz - gnome-power-manager-3.9.92.tar.xz 
++
 19441 lines of diff (skipped)

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



commit gnome-online-miners for openSUSE:Factory

2013-09-23 Thread h_root
Hello community,

here is the log from the commit of package gnome-online-miners for 
openSUSE:Factory checked in at 2013-09-23 09:09:29

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


Package is gnome-online-miners

Changes:

--- /work/SRC/openSUSE:Factory/gnome-online-miners/gnome-online-miners.changes  
2013-08-30 16:28:06.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.gnome-online-miners.new/gnome-online-miners.changes 
2013-09-23 09:09:30.0 +0200
@@ -1,0 +2,6 @@
+Tue Sep 17 18:19:33 UTC 2013 - dims...@opensuse.org
+
+- Update to version 3.9.92:
+  + gdata (google docs): Empty collections (bgo#694003).
+
+---

Old:

  gnome-online-miners-3.9.90.tar.xz

New:

  gnome-online-miners-3.9.92.tar.xz



Other differences:
--
++ gnome-online-miners.spec ++
--- /var/tmp/diff_new_pack.FirKgQ/_old  2013-09-23 09:09:32.0 +0200
+++ /var/tmp/diff_new_pack.FirKgQ/_new  2013-09-23 09:09:32.0 +0200
@@ -18,7 +18,7 @@
 
 
 Name:   gnome-online-miners
-Version:3.9.90
+Version:3.9.92
 Release:0
 Summary:Crawls through your online content
 License:GPL-2.0+

++ gnome-online-miners-3.9.90.tar.xz - gnome-online-miners-3.9.92.tar.xz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gnome-online-miners-3.9.90/NEWS 
new/gnome-online-miners-3.9.92/NEWS
--- old/gnome-online-miners-3.9.90/NEWS 2013-08-21 00:18:48.0 +0200
+++ new/gnome-online-miners-3.9.92/NEWS 2013-09-17 12:14:58.0 +0200
@@ -1,3 +1,18 @@
+Overview of changes in 3.9.92
+=
+
+* Bugs fixed:
+ 694003 gdata: Empty collections
+
+
+Overview of changes in 3.9.91
+=
+
+* Bugs fixed:
+ 707142 owncloud: Fix typo
+ 707143 flickr: Wait for the GOA source to be added
+
+
 Overview of changes in 3.9.90
 =
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gnome-online-miners-3.9.90/configure 
new/gnome-online-miners-3.9.92/configure
--- old/gnome-online-miners-3.9.90/configure2013-08-21 00:19:30.0 
+0200
+++ new/gnome-online-miners-3.9.92/configure2013-09-17 12:19:52.0 
+0200
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for GNOME Online Miners 3.9.90.
+# Generated by GNU Autoconf 2.69 for GNOME Online Miners 3.9.92.
 #
 # Report bugs to 
https://bugzilla.gnome.org/enter_bug.cgi?product=gnome-online-miners.
 #
@@ -591,8 +591,8 @@
 # Identity of this package.
 PACKAGE_NAME='GNOME Online Miners'
 PACKAGE_TARNAME='gnome-online-miners'
-PACKAGE_VERSION='3.9.90'
-PACKAGE_STRING='GNOME Online Miners 3.9.90'
+PACKAGE_VERSION='3.9.92'
+PACKAGE_STRING='GNOME Online Miners 3.9.92'
 
PACKAGE_BUGREPORT='https://bugzilla.gnome.org/enter_bug.cgi?product=gnome-online-miners'
 PACKAGE_URL=''
 
@@ -1355,7 +1355,7 @@
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat _ACEOF
-\`configure' configures GNOME Online Miners 3.9.90 to adapt to many kinds of 
systems.
+\`configure' configures GNOME Online Miners 3.9.92 to adapt to many kinds of 
systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1426,7 +1426,7 @@
 
 if test -n $ac_init_help; then
   case $ac_init_help in
- short | recursive ) echo Configuration of GNOME Online Miners 3.9.90:;;
+ short | recursive ) echo Configuration of GNOME Online Miners 3.9.92:;;
esac
   cat \_ACEOF
 
@@ -1563,7 +1563,7 @@
 test -n $ac_init_help  exit $ac_status
 if $ac_init_version; then
   cat \_ACEOF
-GNOME Online Miners configure 3.9.90
+GNOME Online Miners configure 3.9.92
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1841,7 +1841,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by GNOME Online Miners $as_me 3.9.90, which was
+It was created by GNOME Online Miners $as_me 3.9.92, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
@@ -2712,7 +2712,7 @@
 
 # Define the identity of the package.
  PACKAGE='gnome-online-miners'
- VERSION='3.9.90'
+ VERSION='3.9.92'
 
 
 cat confdefs.h _ACEOF
@@ -13048,7 +13048,7 @@
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log=
-This file was extended by GNOME Online Miners $as_me 3.9.90, which was
+This 

commit gnome-packagekit for openSUSE:Factory

2013-09-23 Thread h_root
Hello community,

here is the log from the commit of package gnome-packagekit for 
openSUSE:Factory checked in at 2013-09-23 09:10:10

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
2013-09-09 09:53:52.0 +0200
+++ /work/SRC/openSUSE:Factory/.gnome-packagekit.new/gnome-packagekit.changes   
2013-09-23 09:10:12.0 +0200
@@ -1,0 +2,37 @@
+Fri Sep 13 17:55:26 UTC 2013 - dims...@opensuse.org
+
+- Update to version 3.9.92:
+  + New Features:
+- Add some desktop file categories.
+- Add two AppData files for gnome-software.
+- Open Listaller packages with gpk-install-local-file.
+  + Bugfix:
+- Change the name of the package installer from 'Software' to
+  'Packages'.
+- Do not maximize by default as we do not have a draggable
+  header yet.
+- Do not try and duplicate all the PackageKit errors in the
+  session helper.
+- Do not use the deprecated
+  gtk_icon_size_lookup_for_settings().
+- Don't pass relative file-paths to the session-service.
+- Ignore package progress updates when the transaction is being
+  simulated.
+- Mark some strings as translatable.
+- Never show two modal dialog boxes when using the install
+  helpers.
+- Port from a homegrown EggTest to GTest.
+- Remove redundant calls to g_type_init.
+- Set the default height of the details expander.
+- Show a meaningful name in the about dialog.
+- Show the update viewer in the app overview.
+- Swapped Required packages and Dependent packages button
+  functionality.
+- Updated the man pages to reflect reality.
+- Use a reasonable default window size.
+  + Updated translations.
+- Drop gnome-packagekit-larger-details-pane.patch: fixed upstream.
+- Drop gnome-packagekit-spinner.patch: fixed upstream.
+- Rebase gnome-packagekit-OnlyShowIn.patch.
+
+---

Old:

  gnome-packagekit-3.8.2.tar.xz
  gnome-packagekit-larger-details-pane.patch
  gnome-packagekit-spinner.patch

New:

  gnome-packagekit-3.9.92.tar.xz



Other differences:
--
++ gnome-packagekit.spec ++
--- /var/tmp/diff_new_pack.qICe8w/_old  2013-09-23 09:10:13.0 +0200
+++ /var/tmp/diff_new_pack.qICe8w/_new  2013-09-23 09:10:13.0 +0200
@@ -21,21 +21,17 @@
 %define with_systemd 1
 
 Name:   gnome-packagekit
-Version:3.8.2
+Version:3.9.92
 Release:0
 Summary:Applications for the PackageKit API
 License:GPL-2.0+
 Group:  System/GUI/GNOME
 Url:http://packagekit.org/
-Source: 
http://download.gnome.org/sources/gnome-packagekit/3.8/%{name}-%{version}.tar.xz
+Source: 
http://download.gnome.org/sources/gnome-packagekit/3.9/%{name}-%{version}.tar.xz
 # PATCH-FIX-OPENSUSE gnome-packagekit-displaysize.patch dims...@opensuse.org 
-- Never expand over 90% of the screen size,
 Patch0: gnome-packagekit-displaysize.patch
 # PATCH-MISSING-TAG -- See http://en.opensuse.org/Packaging/Patches
 Patch1: gnome-packagekit-OnlyShowIn.patch
-# PATCH-FIX-UPSTREAM gnome-packagekit-larger-details-pane.patch bnc#730971 
bgo#35 badshah400@gmailcom -- Make the details pane in the update viewer 
larger (patch came from Gary, pushed to upstream bug)
-Patch2: gnome-packagekit-larger-details-pane.patch
-# PATCH-FIX-UPSTREAM gnome-packagekit-spinner.patch bnc#813176 
dims...@opensuse.org -- Fix gnome-packagekit 'hanging' for a long time after 
executing the update and consuming CPU resources; taken from git.
-Patch3: gnome-packagekit-spinner.patch
 BuildRequires:  PackageKit-devel
 BuildRequires:  desktop-file-utils
 BuildRequires:  docbook-utils-minimal
@@ -90,8 +86,6 @@
 translation-update-upstream
 %patch0 -p1
 %patch1 -p1
-%patch2 -p1
-%patch3 -p1
 
 %build
 %configure \
@@ -151,6 +145,9 @@
 %dir %{_datadir}/GConf
 %dir %{_datadir}/GConf/gsettings
 %{_datadir}/GConf/gsettings/org.gnome.packagekit.gschema.migrate
+%dir %{_datadir}/appdata
+%{_datadir}/appdata/gpk-application.appdata.xml
+%{_datadir}/appdata/gpk-update-viewer.appdata.xml
 %{_datadir}/applications/gpk-dbus-service.desktop
 %{_datadir}/applications/gpk-install-catalog.desktop
 %{_datadir}/applications/gpk-install-local-file.desktop

++ gnome-packagekit-3.8.2.tar.xz - gnome-packagekit-3.9.92.tar.xz ++
 61861 lines of diff (skipped)

++ gnome-packagekit-OnlyShowIn.patch ++
--- /var/tmp/diff_new_pack.qICe8w/_old  2013-09-23 09:10:14.0 +0200
+++ /var/tmp/diff_new_pack.qICe8w/_new  

commit gnome-robots for openSUSE:Factory

2013-09-23 Thread h_root
Hello community,

here is the log from the commit of package gnome-robots for openSUSE:Factory 
checked in at 2013-09-23 09:10:47

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


Package is gnome-robots

Changes:

--- /work/SRC/openSUSE:Factory/gnome-robots/gnome-robots.changes
2013-08-30 16:28:58.0 +0200
+++ /work/SRC/openSUSE:Factory/.gnome-robots.new/gnome-robots.changes   
2013-09-23 09:10:49.0 +0200
@@ -1,0 +2,6 @@
+Mon Sep 16 20:29:48 UTC 2013 - dims...@opensuse.org
+
+- Update to version 3.9.92:
+  + Add appdata file.
+
+---

Old:

  gnome-robots-3.9.90.tar.xz

New:

  gnome-robots-3.9.92.tar.xz



Other differences:
--
++ gnome-robots.spec ++
--- /var/tmp/diff_new_pack.CcqvF8/_old  2013-09-23 09:10:50.0 +0200
+++ /var/tmp/diff_new_pack.CcqvF8/_new  2013-09-23 09:10:50.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   gnome-robots
-Version:3.9.90
+Version:3.9.92
 Release:0
 Summary:Robots Game for GNOME
 License:GPL-2.0+
@@ -80,6 +80,8 @@
 %doc COPYING NEWS
 %doc %{_datadir}/help/C/%{name}/
 %{_datadir}/%{name}/
+%dir %{_datadir}/appdata
+%{_datadir}/appdata/gnome-robots.appdata.xml
 %{_datadir}/applications/gnobots2.desktop
 %{_datadir}/glib-2.0/schemas/org.gnome.robots.gschema.xml
 %{_datadir}/icons/hicolor/*/apps/%{name}.*

++ gnome-robots-3.9.90.tar.xz - gnome-robots-3.9.92.tar.xz ++
 7887 lines of diff (skipped)

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



commit gnome-schedule for openSUSE:Factory

2013-09-23 Thread h_root
Hello community,

here is the log from the commit of package gnome-schedule for openSUSE:Factory 
checked in at 2013-09-23 09:11:50

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


Package is gnome-schedule

Changes:

--- /work/SRC/openSUSE:Factory/gnome-schedule/gnome-schedule.changes
2013-05-13 14:53:18.0 +0200
+++ /work/SRC/openSUSE:Factory/.gnome-schedule.new/gnome-schedule.changes   
2013-09-23 09:11:52.0 +0200
@@ -1,0 +2,8 @@
+Sat Sep 21 10:01:46 UTC 2013 - zai...@opensuse.org
+
+- Add rarian-scrollkeeper-compat BuildRequires, due to
+  gnome-doc-utils no longer pulling in scrollkeeper. Configure
+  explicitly checks for scrollkeeper.
+- Own %{_datadir}/omf because of the above change.
+
+---



Other differences:
--
++ gnome-schedule.spec ++
--- /var/tmp/diff_new_pack.RxJ1wY/_old  2013-09-23 09:11:53.0 +0200
+++ /var/tmp/diff_new_pack.RxJ1wY/_new  2013-09-23 09:11:53.0 +0200
@@ -31,6 +31,7 @@
 BuildRequires:  fdupes
 BuildRequires:  gnome-doc-utils-devel
 BuildRequires:  intltool
+BuildRequires:  rarian-scrollkeeper-compat
 BuildRequires:  translation-update-upstream
 BuildRequires:  update-desktop-files
 BuildRequires:  pkgconfig(gnome-python-2.0)
@@ -85,6 +86,7 @@
 %doc AUTHORS ChangeLog COPYING NEWS README
 %dir %{_datadir}/gnome/help/%{name}
 %doc %{_datadir}/gnome/help/%{name}/C/
+%dir %{_datadir}/omf
 %dir %{_datadir}/omf/%{name}
 %doc %{_datadir}/omf/%{name}/%{name}-C.omf
 %{_bindir}/%{name}

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



commit gnome-search-tool for openSUSE:Factory

2013-09-23 Thread h_root
Hello community,

here is the log from the commit of package gnome-search-tool for 
openSUSE:Factory checked in at 2013-09-23 09:13:08

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


Package is gnome-search-tool

Changes:

--- /work/SRC/openSUSE:Factory/gnome-search-tool/gnome-search-tool.changes  
2012-10-04 18:40:26.0 +0200
+++ /work/SRC/openSUSE:Factory/.gnome-search-tool.new/gnome-search-tool.changes 
2013-09-23 09:13:09.0 +0200
@@ -1,0 +2,6 @@
+Sun Sep 15 18:24:08 UTC 2013 - zai...@opensuse.org
+
+- Add translation-update-upstream BuildRequires in order to add 
+  support for translation-update-upstream.
+
+---



Other differences:
--
++ gnome-search-tool.spec ++
--- /var/tmp/diff_new_pack.utgPqb/_old  2013-09-23 09:13:09.0 +0200
+++ /var/tmp/diff_new_pack.utgPqb/_new  2013-09-23 09:13:09.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package gnome-search-tool
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 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
@@ -35,6 +35,7 @@
 # PATCH-FIX-OPENSUSE gnome-search-tool-desktop-icons.patch 
dims...@opensuse.org -- Use gnome-search-tools as icon name instead of 
system-search.
 Patch0: gnome-search-tool-desktop-icons.patch
 BuildRequires:  intltool
+BuildRequires:  translation-update-upstream
 BuildRequires:  update-desktop-files
 BuildRequires:  yelp-tools
 BuildRequires:  pkgconfig(gio-2.0) = 2.30.0
@@ -54,6 +55,7 @@
 %lang_package
 %prep
 %setup -q
+translation-update-upstream
 %patch0 -p1
 
 %build







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



commit gnome-session for openSUSE:Factory

2013-09-23 Thread h_root
Hello community,

here is the log from the commit of package gnome-session for openSUSE:Factory 
checked in at 2013-09-23 09:14:24

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


Package is gnome-session

Changes:

--- /work/SRC/openSUSE:Factory/gnome-session/gnome-session.changes  
2013-09-12 16:42:51.0 +0200
+++ /work/SRC/openSUSE:Factory/.gnome-session.new/gnome-session.changes 
2013-09-23 09:14:25.0 +0200
@@ -1,0 +2,14 @@
+Wed Sep 18 19:35:02 UTC 2013 - dims...@opensuse.org
+
+- Update to version 3.9.92:
+  + Add basic support for running Wayland sessions.
+  + Updated translations.
+- Create new subpackage gnome-session-wayland, containing the
+  wayland support. As we don't have wayland in running state in
+  openSUSE 13.1, there is no need to pull this in for everybody,
+  but we also do not want to make it extra difficult to start
+  exploring wayland features.
+- Clean up spec file, drop old language hacks, dating back to
+  openSUSE = 11.2.
+
+---

Old:

  gnome-session-3.9.91.tar.xz

New:

  gnome-session-3.9.92.tar.xz



Other differences:
--
++ gnome-session.spec ++
--- /var/tmp/diff_new_pack.PUHynV/_old  2013-09-23 09:14:26.0 +0200
+++ /var/tmp/diff_new_pack.PUHynV/_new  2013-09-23 09:14:26.0 +0200
@@ -19,7 +19,7 @@
 %define with_systemd 1
 
 Name:   gnome-session
-Version:3.9.91
+Version:3.9.92
 Release:0
 Summary:Session Tools for the GNOME Desktop
 License:GPL-2.0+
@@ -43,7 +43,7 @@
 BuildRequires:  pkgconfig(gio-unix-2.0) = 2.35.0
 BuildRequires:  pkgconfig(gl)
 BuildRequires:  pkgconfig(glib-2.0) = 2.35.0
-BuildRequires:  pkgconfig(gnome-desktop-3.0) = 3.7.90
+BuildRequires:  pkgconfig(gnome-desktop-3.0) = 3.9.91
 BuildRequires:  pkgconfig(gtk+-3.0) = 2.90.7
 BuildRequires:  pkgconfig(ice)
 BuildRequires:  pkgconfig(json-glib-1.0) = 0.10
@@ -89,6 +89,16 @@
 %description default-session
 This package contains the definition of the default GNOME session.
 
+%package wayland
+Summary:Session Manager for GNOME -- Wayland session
+Group:  System/GUI/GNOME
+Requires:   %{name} = %{version}
+Requires:   gnome-settings-daemon
+Requires:   gnome-shell
+
+%description wayland
+This package contains the definition of the default GNOME session on Wayland.
+
 %package core
 Summary:Session Manager for GNOME -- Minimal Version
 Group:  System/GUI/GNOME
@@ -119,13 +129,6 @@
 
 %install
 %makeinstall
-%if 0%{?suse_version} = 1110
-%{__rm} %{buildroot}%{_datadir}/locale/ha/LC_MESSAGES/*
-%{__rm} %{buildroot}%{_datadir}/locale/ig/LC_MESSAGES/*
-%endif
-%if 0%{?suse_version} = 1120
-%{__rm} %{buildroot}%{_datadir}/locale/en@shaw/LC_MESSAGES/*
-%endif
 # install startup script and xsession file
 install -d -m755 %{buildroot}%{_bindir}
 install -m755 %SOURCE1 %{buildroot}%{_bindir}/gnome
@@ -171,6 +174,11 @@
 %{_datadir}/gnome-session/sessions/gnome.session
 %{_datadir}/gnome-session/sessions/gnome-dummy.session
 
+%files wayland
+%defattr (-, root, root)
+%{_datadir}/gnome-session/sessions/gnome-wayland.session
+%{_datadir}/xsessions/gnome-wayland.desktop
+
 %files core
 %defattr (-, root, root)
 %doc AUTHORS COPYING ChangeLog NEWS README

++ gnome-session-3.9.91.tar.xz - gnome-session-3.9.92.tar.xz ++
 31466 lines of diff (skipped)

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



commit gnome-settings-daemon for openSUSE:Factory

2013-09-23 Thread h_root
Hello community,

here is the log from the commit of package gnome-settings-daemon for 
openSUSE:Factory checked in at 2013-09-23 09:16:09

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


Package is gnome-settings-daemon

Changes:

--- 
/work/SRC/openSUSE:Factory/gnome-settings-daemon/gnome-settings-daemon.changes  
2013-09-12 16:42:54.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.gnome-settings-daemon.new/gnome-settings-daemon.changes
 2013-09-23 09:16:10.0 +0200
@@ -1,0 +2,30 @@
+Thu Sep 19 13:20:55 UTC 2013 - idon...@suse.com
+
+- Introduce with_wacom defines, set to 0 on s390{x}, otherwise 1:
+  + Disable wacom support on s390{x}, those machines have no
+viable input ports.
+  + Have pkgconfig(libwacom) and pkgconfig(xorg-wacom)
+BuildRequries depend on with_wacom.
+
+---
+Tue Sep 17 21:02:03 UTC 2013 - dims...@opensuse.org
+
+- Update to version 3.9.92:
+  + Several fixes to the test suite.
+  + Color:
+- Correct the transposed bits in the EDID parser.
+  + Datetime:
+- Set geoclue distance threshold.
+  + Power:
+- Fix a crash when hibernating on low power.
+- Ignore battery devices that aren't present.
+- Update the composite device on startup.
+- Default to the keyboard backlight being unavailable.
+  + Updates:
+- Fix a crash.
+- Use gnome-software if it is installed.
+- Do not clear the offline-update if rebooting succeeded.
+  + Wacom:
+- Fix a crash.
+
+---

Old:

  gnome-settings-daemon-3.9.91.1.tar.xz

New:

  gnome-settings-daemon-3.9.92.tar.xz



Other differences:
--
++ gnome-settings-daemon.spec ++
--- /var/tmp/diff_new_pack.PQC6Pd/_old  2013-09-23 09:16:11.0 +0200
+++ /var/tmp/diff_new_pack.PQC6Pd/_new  2013-09-23 09:16:11.0 +0200
@@ -26,8 +26,15 @@
 # Smart-Card support is disabled in version 3.7.3
 %define with_smartcard 1
 
+# Wacom input support
+%ifarch s390 s390x
+%define with_wacom 0
+%else
+%define with_wacom 1
+%endif
+
 Name:   gnome-settings-daemon
-Version:3.9.91.1
+Version:3.9.92
 Release:0
 Summary:Settings daemon for the GNOME desktop
 License:GPL-2.0+
@@ -79,7 +86,10 @@
 %if %{with_systemd}
 BuildRequires:  pkgconfig(libsystemd-login)
 %endif
+%if %{with_wacom}
 BuildRequires:  pkgconfig(libwacom) = 0.7
+BuildRequires:  pkgconfig(xorg-wacom)
+%endif
 BuildRequires:  pkgconfig(nss)
 BuildRequires:  pkgconfig(packagekit-glib2) = 0.7.4
 BuildRequires:  pkgconfig(pango) = 1.20.0
@@ -90,7 +100,6 @@
 BuildRequires:  pkgconfig(xfixes)
 BuildRequires:  pkgconfig(xi)
 BuildRequires:  pkgconfig(xkbfile)
-BuildRequires:  pkgconfig(xorg-wacom)
 BuildRequires:  pkgconfig(xtst)
 Requires:   gsettings-desktop-schemas
 # g-s-d uses the pkexec binary
@@ -189,11 +198,8 @@
 %{_libexecdir}/gnome-settings-daemon-3.0/gnome-settings-daemon
 %{_libexecdir}/gnome-settings-daemon-3.0/gnome-settings-daemon-localeexec
 %{_libexecdir}/gnome-settings-daemon-3.0/gsd-backlight-helper
-%{_libexecdir}/gnome-settings-daemon-3.0/gsd-list-wacom
 %{_libexecdir}/gnome-settings-daemon-3.0/gsd-locate-pointer
 %{_libexecdir}/gnome-settings-daemon-3.0/gsd-printer
-%{_libexecdir}/gnome-settings-daemon-3.0/gsd-wacom-led-helper
-%{_libexecdir}/gnome-settings-daemon-3.0/gsd-wacom-oled-helper
 %{_libexecdir}/gnome-settings-daemon-3.0/gsd-test-*
 # From patch2
 #%{_libexecdir}/novell-sysconfig-proxy-helper
@@ -207,7 +213,6 @@
 %{_libdir}/gnome-settings-daemon-3.0/libcolor.so
 %{_libdir}/gnome-settings-daemon-3.0/libcursor.so
 %{_libdir}/gnome-settings-daemon-3.0/libdatetime.so
-%{_libdir}/gnome-settings-daemon-3.0/libgsdwacom.so
 %{_libdir}/gnome-settings-daemon-3.0/libhousekeeping.so
 %{_libdir}/gnome-settings-daemon-3.0/libkeyboard.so
 %{_libdir}/gnome-settings-daemon-3.0/libmedia-keys.so
@@ -245,12 +250,18 @@
 
%{_datadir}/glib-2.0/schemas/org.gnome.settings-daemon.plugins.xsettings.gschema.xml
 %{_datadir}/icons/hicolor/*/apps/gsd-xrandr.*
 %{_datadir}/polkit-1/actions/org.gnome.settings-daemon.plugins.power.policy
-%{_datadir}/polkit-1/actions/org.gnome.settings-daemon.plugins.wacom.policy
 %{_mandir}/man1/gnome-settings-daemon.1%{?ext_man}
 # Own the directory since we can't depend on gconf providing them
 %dir %{_datadir}/GConf
 %dir %{_datadir}/GConf/gsettings
 %{_datadir}/GConf/gsettings/gnome-settings-daemon.convert
+%if %{with_wacom}
+%{_datadir}/polkit-1/actions/org.gnome.settings-daemon.plugins.wacom.policy
+%{_libexecdir}/gnome-settings-daemon-3.0/gsd-list-wacom

commit gnome-sudoku for openSUSE:Factory

2013-09-23 Thread h_root
Hello community,

here is the log from the commit of package gnome-sudoku for openSUSE:Factory 
checked in at 2013-09-23 09:16:55

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


Package is gnome-sudoku

Changes:

--- /work/SRC/openSUSE:Factory/gnome-sudoku/gnome-sudoku.changes
2013-08-30 16:30:25.0 +0200
+++ /work/SRC/openSUSE:Factory/.gnome-sudoku.new/gnome-sudoku.changes   
2013-09-23 09:16:56.0 +0200
@@ -1,0 +2,11 @@
+Mon Sep 16 21:27:40 UTC 2013 - dims...@opensuse.org
+
+- Update to version 3.9.92:
+  + Fix everything being initially hidden.
+  + Fix a crash when clearing notes.
+  + Slightly improve the look of the number pad.
+  + Fix the high contrast icon.
+  + Add an appdata file for GNOME Software.
+  + Updated translations.
+
+---

Old:

  gnome-sudoku-3.9.90.tar.xz

New:

  gnome-sudoku-3.9.92.tar.xz



Other differences:
--
++ gnome-sudoku.spec ++
--- /var/tmp/diff_new_pack.BbEfhO/_old  2013-09-23 09:16:58.0 +0200
+++ /var/tmp/diff_new_pack.BbEfhO/_new  2013-09-23 09:16:58.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   gnome-sudoku
-Version:3.9.90
+Version:3.9.92
 Release:0
 Summary:Sudoku Game for GNOME
 License:GPL-2.0+
@@ -70,6 +70,8 @@
 %doc COPYING NEWS
 %doc %{_datadir}/help/C/%{name}/
 %{_datadir}/%{name}/
+%dir %{_datadir}/appdata
+%{_datadir}/appdata/gnome-sudoku.appdata.xml
 %{_datadir}/applications/%{name}.desktop
 %{_datadir}/glib-2.0/schemas/org.gnome.gnome-sudoku.gschema.xml
 %{_datadir}/icons/hicolor/*/apps/%{name}.*

++ gnome-sudoku-3.9.90.tar.xz - gnome-sudoku-3.9.92.tar.xz ++
 7302 lines of diff (skipped)

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



commit gnome-shell-extensions for openSUSE:Factory

2013-09-23 Thread h_root
Hello community,

here is the log from the commit of package gnome-shell-extensions for 
openSUSE:Factory checked in at 2013-09-23 09:16:42

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


Package is gnome-shell-extensions

Changes:

--- 
/work/SRC/openSUSE:Factory/gnome-shell-extensions/gnome-shell-extensions.changes
2013-09-11 11:42:31.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.gnome-shell-extensions.new/gnome-shell-extensions.changes
   2013-09-23 09:16:43.0 +0200
@@ -1,0 +2,8 @@
+Tue Sep 17 16:04:39 UTC 2013 - dims...@opensuse.org
+
+- Update to version 3.9.92:
+  + more updates and fixes for gnome-shell master changes and
+regressions (systemMonitor, window-list, apps-menu).
+  + Updated translations.
+
+---

Old:

  gnome-shell-extensions-3.9.91.tar.xz

New:

  gnome-shell-extensions-3.9.92.tar.xz



Other differences:
--
++ gnome-shell-extensions.spec ++
--- /var/tmp/diff_new_pack.yLRokx/_old  2013-09-23 09:16:44.0 +0200
+++ /var/tmp/diff_new_pack.yLRokx/_new  2013-09-23 09:16:44.0 +0200
@@ -18,7 +18,7 @@
 
 
 Name:   gnome-shell-extensions
-Version:3.9.91
+Version:3.9.92
 Release:0
 Summary:A collection of extensions for GNOME Shell
 License:GPL-2.0+

++ gnome-shell-extensions-3.9.91.tar.xz - 
gnome-shell-extensions-3.9.92.tar.xz ++
 6619 lines of diff (skipped)

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



commit gnome-shell for openSUSE:Factory

2013-09-23 Thread h_root
Hello community,

here is the log from the commit of package gnome-shell for openSUSE:Factory 
checked in at 2013-09-23 09:16:34

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


Package is gnome-shell

Changes:

--- /work/SRC/openSUSE:Factory/gnome-shell/gnome-shell.changes  2013-09-11 
11:41:35.0 +0200
+++ /work/SRC/openSUSE:Factory/.gnome-shell.new/gnome-shell.changes 
2013-09-23 09:16:36.0 +0200
@@ -1,0 +2,27 @@
+Tue Sep 17 06:54:07 UTC 2013 - dims...@opensuse.org
+
+- Update to version 3.9.92:
+  + Don't show page indicators if there's only one page
+(bgo#707363).
+  + Make :active style of app and non-app results consistent
+(bgo#704714).
+  + Fade app pages when scrolled (bgo#707409).
+  + Don't block scrolling on page indicators (bgo#707609).
+  + Tweak visual appearance of folder views (bgo#707662).
+  + Don't put minimized apps at the end of the app switcher
+(bgo#707663).
+  + Merge the wayland branch (bgo#707467).
+  + Make search entry behave better in RTL locales (bgo#705779).
+  + Allow to change app pages with pageUp/pageDown keys
+(bgo#707979).
+  + Set approriate a11y states on expandable menu items
+(bgo#708038).
+  + Improve page indicator animation (bgo#707565).
+  + Misc bug fixes and cleanups: bgo#707308, bgo#707430,
+bgo#707508, bgo#707557, bgo#707600, bgo#707614, bgo#707666,
+bgo#707814, bgo#707806, bgo#707801, bgo#707889, bgo#707892,
+bgo#707935, bgo#707842, bgo#707940, bgo#707996, bgo#708007,
+bgo#708009, bgo#708020, bgo#707580, bgo#708080.
+  + Updated translations.
+
+---

Old:

  gnome-shell-3.9.91.tar.xz

New:

  gnome-shell-3.9.92.tar.xz



Other differences:
--
++ gnome-shell.spec ++
--- /var/tmp/diff_new_pack.uKCUgA/_old  2013-09-23 09:16:37.0 +0200
+++ /var/tmp/diff_new_pack.uKCUgA/_new  2013-09-23 09:16:37.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   gnome-shell
-Version:3.9.91
+Version:3.9.92
 Release:0
 Summary:GNOME Shell
 License:GPL-2.0+
@@ -54,7 +54,7 @@
 BuildRequires:  pkgconfig(libcroco-0.6) = 0.6.8
 BuildRequires:  pkgconfig(libedataserver-1.2) = 3.5.3
 BuildRequires:  pkgconfig(libgnome-menu-3.0) = 3.5.3
-BuildRequires:  pkgconfig(libmutter) = 3.9.91
+BuildRequires:  pkgconfig(libmutter) = 3.9.92
 BuildRequires:  pkgconfig(libnm-glib)
 BuildRequires:  pkgconfig(libnm-gtk) = 0.9.8
 BuildRequires:  pkgconfig(libnm-util) = 0.9.8

++ gnome-shell-3.9.91.tar.xz - gnome-shell-3.9.92.tar.xz ++
 76848 lines of diff (skipped)

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



commit gnome-tetravex for openSUSE:Factory

2013-09-23 Thread h_root
Hello community,

here is the log from the commit of package gnome-tetravex for openSUSE:Factory 
checked in at 2013-09-23 09:18:14

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


Package is gnome-tetravex

Changes:

--- /work/SRC/openSUSE:Factory/gnome-tetravex/gnome-tetravex.changes
2013-08-30 16:31:12.0 +0200
+++ /work/SRC/openSUSE:Factory/.gnome-tetravex.new/gnome-tetravex.changes   
2013-09-23 09:18:15.0 +0200
@@ -1,0 +2,7 @@
+Mon Sep 16 20:57:37 UTC 2013 - dims...@opensuse.org
+
+- Update to version 3.9.92:
+  + Add an appdata file.
+  + Updated translations.
+
+---

Old:

  gnome-tetravex-3.9.90.tar.xz

New:

  gnome-tetravex-3.9.92.tar.xz



Other differences:
--
++ gnome-tetravex.spec ++
--- /var/tmp/diff_new_pack.HDmVK3/_old  2013-09-23 09:18:15.0 +0200
+++ /var/tmp/diff_new_pack.HDmVK3/_new  2013-09-23 09:18:15.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   gnome-tetravex
-Version:3.9.90
+Version:3.9.92
 Release:0
 Summary:Tetravex Game for GNOME
 License:GPL-2.0+
@@ -75,6 +75,8 @@
 %doc %{_datadir}/help/C/%{name}/
 %{_bindir}/%{name}
 %{_datadir}/%{name}/
+%dir %{_datadir}/appdata
+%{_datadir}/appdata/gnome-tetravex.appdata.xml
 %{_datadir}/applications/%{name}.desktop
 %{_datadir}/glib-2.0/schemas/org.gnome.tetravex.gschema.xml
 %{_datadir}/icons/hicolor/*/apps/%{name}.*

++ gnome-tetravex-3.9.90.tar.xz - gnome-tetravex-3.9.92.tar.xz ++
 16390 lines of diff (skipped)

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



commit gnome-system-monitor for openSUSE:Factory

2013-09-23 Thread h_root
Hello community,

here is the log from the commit of package gnome-system-monitor for 
openSUSE:Factory checked in at 2013-09-23 09:17:35

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


Package is gnome-system-monitor

Changes:

--- 
/work/SRC/openSUSE:Factory/gnome-system-monitor/gnome-system-monitor.changes
2013-08-30 16:31:00.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.gnome-system-monitor.new/gnome-system-monitor.changes
   2013-09-23 09:17:36.0 +0200
@@ -1,0 +2,7 @@
+Mon Sep 16 21:47:27 UTC 2013 - dims...@opensuse.org
+
+- Update to version 3.9.92:
+  + Bugs fixed: bgo#673120, bgo#706845.
+  + Updated translations.
+
+---

Old:

  gnome-system-monitor-3.9.90.tar.xz

New:

  gnome-system-monitor-3.9.92.tar.xz



Other differences:
--
++ gnome-system-monitor.spec ++
--- /var/tmp/diff_new_pack.KqgYIM/_old  2013-09-23 09:17:37.0 +0200
+++ /var/tmp/diff_new_pack.KqgYIM/_new  2013-09-23 09:17:37.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   gnome-system-monitor
-Version:3.9.90
+Version:3.9.92
 Release:0
 Url:http://www.gnome.org
 Summary:A Simple Process Monitor
@@ -88,6 +88,8 @@
 %doc AUTHORS COPYING ChangeLog NEWS README
 %doc %{_datadir}/help/C/%{name}/
 %{_bindir}/gnome-system-monitor
+%dir %{_datadir}/appdata
+%{_datadir}/appdata/gnome-system-monitor.appdata.xml
 %{_datadir}/applications/gnome-system-monitor.desktop
 %{_datadir}/applications/gnome-system-monitor-kde.desktop
 %{_datadir}/glib-2.0/schemas/org.gnome.gnome-system-monitor.enums.xml

++ gnome-system-monitor-3.9.90.tar.xz - gnome-system-monitor-3.9.92.tar.xz 
++
 52993 lines of diff (skipped)

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



commit gnome-terminal for openSUSE:Factory

2013-09-23 Thread h_root
Hello community,

here is the log from the commit of package gnome-terminal for openSUSE:Factory 
checked in at 2013-09-23 09:18:03

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


Package is gnome-terminal

Changes:

--- /work/SRC/openSUSE:Factory/gnome-terminal/gnome-terminal.changes
2013-08-16 12:23:22.0 +0200
+++ /work/SRC/openSUSE:Factory/.gnome-terminal.new/gnome-terminal.changes   
2013-09-23 09:18:05.0 +0200
@@ -1,0 +2,17 @@
+Tue Sep 17 06:54:50 UTC 2013 - dims...@opensuse.org
+
+- Update to version 3.9.92:
+  + Remove UUID from profile list display (bgo#704097).
+  + Remove input method submenu from context menu.
+  + Make terminal close keybinding work for single tab windows
+(bgo#701354).
+  + Fix a crash while waiting for clipboard data (rh#977010).
+  + Fix output of --disable-factory option (bgo#707899).
+  + Fix desktop file categories (bgo#707552).
+  + Misc bug and build fixes.
+  + Updated translations.
+- Pass --with-nautilus-extension to configure: the extensions is
+  now disabled by default, but we keep on providing it in a sep.
+  package.
+
+---

Old:

  gnome-terminal-3.9.90.tar.xz

New:

  gnome-terminal-3.9.92.tar.xz



Other differences:
--
++ gnome-terminal.spec ++
--- /var/tmp/diff_new_pack.zTg9H4/_old  2013-09-23 09:18:05.0 +0200
+++ /var/tmp/diff_new_pack.zTg9H4/_new  2013-09-23 09:18:05.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   gnome-terminal
-Version:3.9.90
+Version:3.9.92
 Release:0
 Summary:GNOME Terminal
 License:GPL-3.0+ and LGPL-2.1+
@@ -36,10 +36,10 @@
 BuildRequires:  pkgconfig(gsettings-desktop-schemas)
 # for gtk-builder-convert
 BuildRequires:  pkgconfig(gtk+-2.0)
-BuildRequires:  pkgconfig(gtk+-3.0) = 3.9.9
+BuildRequires:  pkgconfig(gtk+-3.0) = 3.6.9
 BuildRequires:  pkgconfig(libnautilus-extension) = 3.0.0
 BuildRequires:  pkgconfig(uuid)
-BuildRequires:  pkgconfig(vte-2.90) = 0.34.7
+BuildRequires:  pkgconfig(vte-2.90) = 0.34.8
 BuildRequires:  pkgconfig(x11)
 Recommends: %{name}-lang
 Obsoletes:  gnome-core
@@ -70,7 +70,8 @@
 %build
 %configure \
 --disable-static \
---with-gtk=3.0
+--with-gtk=3.0 \
+--with-nautilus-extension
 make %{?_smp_mflags}
 
 %install

++ gnome-terminal-3.9.90.tar.xz - gnome-terminal-3.9.92.tar.xz ++
 67176 lines of diff (skipped)

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



commit gnome-tweak-tool for openSUSE:Factory

2013-09-23 Thread h_root
Hello community,

here is the log from the commit of package gnome-tweak-tool for 
openSUSE:Factory checked in at 2013-09-23 09:19:02

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


Package is gnome-tweak-tool

Changes:

--- /work/SRC/openSUSE:Factory/gnome-tweak-tool/gnome-tweak-tool.changes
2013-09-11 11:49:15.0 +0200
+++ /work/SRC/openSUSE:Factory/.gnome-tweak-tool.new/gnome-tweak-tool.changes   
2013-09-23 09:19:03.0 +0200
@@ -1,0 +2,9 @@
+Thu Sep 19 21:20:14 UTC 2013 - dims...@opensuse.org
+
+- Update to version 3.9.92:
+  + Fix CSD decorations.
+  + Ship an appdata file.
+  + Make titlebar buttons match mockups (more).
+  + Startup applications tidy ups.
+
+---

Old:

  gnome-tweak-tool-3.9.91.tar.xz

New:

  gnome-tweak-tool-3.9.92.tar.xz



Other differences:
--
++ gnome-tweak-tool.spec ++
--- /var/tmp/diff_new_pack.Jig3wu/_old  2013-09-23 09:19:04.0 +0200
+++ /var/tmp/diff_new_pack.Jig3wu/_new  2013-09-23 09:19:04.0 +0200
@@ -18,7 +18,7 @@
 
 
 Name:   gnome-tweak-tool
-Version:3.9.91
+Version:3.9.92
 Release:0
 Summary:A tool to customize advanced GNOME 3 options
 License:GPL-3.0+
@@ -59,6 +59,11 @@
 
 %install
 %make_install
+# install appdata file.. make install doesn't do it for us
+test -f %{buildroot}%{_datadir}/appdata/gnome-tweak-tool.appdata.xml  false
+install -d -m 0755 %{buildroot}%{_datadir}/appdata
+install -m 0644 data/gnome-tweak-tool.appdata.xml 
%{buildroot}%{_datadir}/appdata/gnome-tweak-tool.appdata.xml
+# end appdata file installation
 %suse_update_desktop_file %{name}
 %fdupes %{buildroot}%{_datadir}/gnome-tweak-tool/
 %fdupes %{buildroot}%{python_sitelib}
@@ -75,6 +80,8 @@
 %doc AUTHORS COPYING NEWS README
 %{_bindir}/%{name}
 %{python_sitelib}/gtweak/
+%dir %{_datadir}/appdata
+%{_datadir}/appdata/gnome-tweak-tool.appdata.xml
 %{_datadir}/applications/%{name}.desktop
 %{_datadir}/%{name}/
 %{_datadir}/icons/hicolor/*/apps/%{name}.png

++ gnome-tweak-tool-3.9.91.tar.xz - gnome-tweak-tool-3.9.92.tar.xz ++
 15697 lines of diff (skipped)

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



commit gnome-user-docs for openSUSE:Factory

2013-09-23 Thread h_root
Hello community,

here is the log from the commit of package gnome-user-docs for openSUSE:Factory 
checked in at 2013-09-23 09:19:47

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


Package is gnome-user-docs

Changes:

--- /work/SRC/openSUSE:Factory/gnome-user-docs/gnome-user-docs.changes  
2013-08-30 16:31:54.0 +0200
+++ /work/SRC/openSUSE:Factory/.gnome-user-docs.new/gnome-user-docs.changes 
2013-09-23 09:19:48.0 +0200
@@ -1,0 +2,8 @@
+Tue Sep 17 16:04:48 UTC 2013 - dims...@opensuse.org
+
+- Update to version 3.9.92:
+  + Updates to GNOME Help.
+  + Updates to System Admin Guide.
+  + Updated translations.
+
+---

Old:

  gnome-user-docs-3.9.90.tar.xz

New:

  gnome-user-docs-3.9.92.tar.xz



Other differences:
--
++ gnome-user-docs.spec ++
--- /var/tmp/diff_new_pack.MVY3uW/_old  2013-09-23 09:19:49.0 +0200
+++ /var/tmp/diff_new_pack.MVY3uW/_new  2013-09-23 09:19:49.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   gnome-user-docs
-Version:3.9.90
+Version:3.9.92
 Release:0
 Summary:GNOME Desktop Documentation
 License:GFDL-1.1

++ gnome-user-docs-3.9.90.tar.xz - gnome-user-docs-3.9.92.tar.xz ++
/work/SRC/openSUSE:Factory/gnome-user-docs/gnome-user-docs-3.9.90.tar.xz 
/work/SRC/openSUSE:Factory/.gnome-user-docs.new/gnome-user-docs-3.9.92.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 gnome-weather for openSUSE:Factory

2013-09-23 Thread h_root
Hello community,

here is the log from the commit of package gnome-weather for openSUSE:Factory 
checked in at 2013-09-23 09:22:24

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


Package is gnome-weather

Changes:

--- /work/SRC/openSUSE:Factory/gnome-weather/gnome-weather.changes  
2013-09-11 11:59:10.0 +0200
+++ /work/SRC/openSUSE:Factory/.gnome-weather.new/gnome-weather.changes 
2013-09-23 09:22:25.0 +0200
@@ -1,0 +2,9 @@
+Mon Sep 16 18:08:38 UTC 2013 - firebird...@gmail.com
+
+- Update to version 3.9.92:
+  + Delay showing the window until the view is fully loaded.
+  + Make use of the spinner next to the app menu when refreshing 
+the forecasts.
+  + Updated translations.
+
+---

Old:

  gnome-weather-3.9.91.tar.xz

New:

  gnome-weather-3.9.92.tar.xz



Other differences:
--
++ gnome-weather.spec ++
--- /var/tmp/diff_new_pack.qcbKdM/_old  2013-09-23 09:22:26.0 +0200
+++ /var/tmp/diff_new_pack.qcbKdM/_new  2013-09-23 09:22:26.0 +0200
@@ -18,7 +18,7 @@
 
 Name:   gnome-weather
 %define _name org.gnome.Weather.Application
-Version:3.9.91
+Version:3.9.92
 Release:0
 Summary:Weather App for GNOME
 License:GPL-2.0+

++ gnome-weather-3.9.91.tar.xz - gnome-weather-3.9.92.tar.xz ++
/work/SRC/openSUSE:Factory/gnome-weather/gnome-weather-3.9.91.tar.xz 
/work/SRC/openSUSE:Factory/.gnome-weather.new/gnome-weather-3.9.92.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 gsettings-desktop-schemas for openSUSE:Factory

2013-09-23 Thread h_root
Hello community,

here is the log from the commit of package gsettings-desktop-schemas for 
openSUSE:Factory checked in at 2013-09-23 09:25:09

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


Package is gsettings-desktop-schemas

Changes:

--- 
/work/SRC/openSUSE:Factory/gsettings-desktop-schemas/gsettings-desktop-schemas.changes
  2013-09-11 11:59:53.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.gsettings-desktop-schemas.new/gsettings-desktop-schemas.changes
 2013-09-23 09:25:10.0 +0200
@@ -1,0 +2,7 @@
+Tue Sep 17 18:03:07 UTC 2013 - dims...@opensuse.org
+
+- Add gnome-backgrounds Recommends: the default lock screen
+  wallpaper (Sunset.png) referenced by the schema is in this
+  package.
+
+---



Other differences:
--
++ gsettings-desktop-schemas.spec ++
--- /var/tmp/diff_new_pack.LBtW78/_old  2013-09-23 09:25:11.0 +0200
+++ /var/tmp/diff_new_pack.LBtW78/_new  2013-09-23 09:25:11.0 +0200
@@ -35,6 +35,8 @@
 Recommends: %{name}-lang
 # default font in the schemas
 Recommends: cantarell-fonts
+# The default lock screen wallpaper referenced in the schema is in 
gnome-backgrounds (bnc#840569)
+Recommends: gnome-backgrounds
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %glib2_gsettings_schema_requires
 

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



commit gnubg for openSUSE:Factory

2013-09-23 Thread h_root
Hello community,

here is the log from the commit of package gnubg for openSUSE:Factory checked 
in at 2013-09-23 09:24:42

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


Package is gnubg

Changes:

--- /work/SRC/openSUSE:Factory/gnubg/gnubg.changes  2013-07-30 
11:31:10.0 +0200
+++ /work/SRC/openSUSE:Factory/.gnubg.new/gnubg.changes 2013-09-23 
09:24:44.0 +0200
@@ -1,0 +2,22 @@
+Wed Sep 18 08:28:30 UTC 2013 - c...@suse.com
+
+- Leaving tarball as gz
+
+---
+Tue Aug 20 08:16:35 UTC 2013 - c...@suse.com
+
+- (Re)Enabled 3d board by fixing GLU linking (oS!=12.3)
+
+---
+Mon Aug 19 07:50:13 UTC 2013 - c...@suse.com
+
+- Update to 1.02.000
+- Improved performance (speed)
+- Support for AVX(SIMD)
+- Better Python support
+- Stronger neural network
+- Even/Odd ply effect reduced
+- Some analysis options have been simplified
+- Various miscellaneous bug fixes 
+
+---

Old:

  gnubg-source-SNAPSHOT-20130725.tar.bz2

New:

  glu.patch
  gnubg-release-1.02.000-sources.tar.gz



Other differences:
--
++ gnubg.spec ++
--- /var/tmp/diff_new_pack.KjoFwJ/_old  2013-09-23 09:24:45.0 +0200
+++ /var/tmp/diff_new_pack.KjoFwJ/_new  2013-09-23 09:24:45.0 +0200
@@ -19,33 +19,35 @@
 
 
 Name:   gnubg
-%define timestamp 20130725 
-Version:0.9.0.99_%{timestamp}
+Version:1.02.000
 Release:0
 Summary:Plays and analyzes backgammon games and matches on a world 
class level
 License:GPL-3.0+
 Group:  Amusements/Games/Board/Other
 Url:http://www.gnubg.org
-Source: %{name}-source-SNAPSHOT-%{timestamp}.tar.bz2
+Source: 
http://gnubg.org/media/sources/gnubg-release-1.02.000-sources.tar.gz
 Source1:%{name}.desktop
 # PATCH-FIX-UPSTREAM docdir.patch c...@suse.de -- install documentation to a 
LSB conform place
 Patch0: docdir.patch
+Patch1: glu.patch
 BuildRequires:  autoconf
 BuildRequires:  automake
 BuildRequires:  bison
 BuildRequires:  flex
 BuildRequires:  freetype2-devel
 BuildRequires:  glibc-devel
-%if 0%{?suse_version} = 1220
+%if 0%{?suse_version} != 1230
+BuildRequires:  glu-devel
 BuildRequires:  gtkglext-devel
 %endif
+BuildRequires:  gmp-devel
+BuildRequires:  libcanberra-devel
 BuildRequires:  libpng-devel
 BuildRequires:  libtool
 BuildRequires:  python-devel
 BuildRequires:  readline-devel
 BuildRequires:  pkgconfig(glib-2.0)
 BuildRequires:  pkgconfig(gtk+-2.0)
-BuildRequires:  pkgconfig(libxml-2.0)
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %if 0%{?suse_version}  1120
 BuildRequires:  libpng-devel = 1.4
@@ -57,11 +59,9 @@
 Recommends: gnubg-databases = %{version}
 Recommends: gnubg-sounds = %{version}
 Recommends: gnubg-doc = %{version}
-BuildRequires:  libesd-devel
 BuildRequires:  sqlite3-devel
 %endif
 %if 0%{?fedora}
-BuildRequires:  esound-devel
 BuildRequires:  sqlite-devel
 %endif
 
@@ -91,7 +91,7 @@
 Requires:   %{name} = %{version}
 
 %description sounds
-Sounds for GNU Backgammon.
+Sounds for GNU Backgammon. See description of gnubg for more details.
 
 %package doc
 Summary:Documentation for gnubg
@@ -99,25 +99,24 @@
 Group:  Amusements/Games/Board/Other
 
 %description doc
-Manual for GNU Backgammon.
+Manual for GNU Backgammon. See description of gnubg for more details.
 
 %prep
-%setup -q -c gnubg
+%setup -q gnubg
 %patch0 -p0
+%patch1 -p1
 
 %build
 autoreconf -fi
-#export SUSE_ASNEEDED=0
+export SUSE_ASNEEDED=1
 %configure --docdir=%{_docdir}/%{name}
 make %{?_smp_mflags}
 
 %install
 %make_install
 
-DOC=ABOUT-NLS CODING COPYING NEWS README TODO
-#for FILE in $DOC ; do
-install -m 0644 $DOC %{buildroot}/%{_docdir}/%{name}/
-#done
+DOC=ABOUT-NLS COPYING NEWS README TODO
+install -m 0644 $DOC %{buildroot}/%{_docdir}/%{name}/
 
 %if 0%{?suse_version}
 %suse_update_desktop_file -i %{name}
@@ -133,6 +132,7 @@
 %endif
 %{_datadir}/icons/hicolor/*/apps/gnubg.png
 %{_datadir}/gnubg
+%attr(755, -, root) %{_datadir}/gnubg/scripts/query_player.sh
 %exclude %{_datadir}/gnubg/*.bd
 %exclude %{_datadir}/gnubg/sounds
 %doc %{_docdir}/%{name}

++ glu.patch ++
Index: gnubg-1.02.000/Makefile.am
===
--- gnubg-1.02.000.orig/Makefile.am
+++ gnubg-1.02.000/Makefile.am
@@ -161,7 +161,7 @@ if USE_PYTHON
 gnubg_LDADD += @PYTHON_LIBS@ 
 endif
 if USE_BOARD3D
-gnubg_LDADD += -L$(srcdir)/board3d board3d/libboard3d.la @GTKGLEXT_LIBS@
+gnubg_LDADD += -L$(srcdir)/board3d 

commit gtk2 for openSUSE:Factory

2013-09-23 Thread h_root
Hello community,

here is the log from the commit of package gtk2 for openSUSE:Factory checked in 
at 2013-09-23 09:25:25

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


Package is gtk2

Changes:

--- /work/SRC/openSUSE:Factory/gtk2/gtk2.changes2013-07-21 
11:51:42.0 +0200
+++ /work/SRC/openSUSE:Factory/.gtk2.new/gtk2.changes   2013-09-23 
09:25:26.0 +0200
@@ -1,0 +2,12 @@
+Tue Sep 17 18:02:45 UTC 2013 - dims...@opensuse.org
+
+- Update to version 2.24.21:
+  + OS X: Various input handling fixes.
+  + Look for gtkrc in /usr/share/gtk-2.0, in addition to to system
+config directories.
+  + Bugs fixed: bgo#513812, bgo#536767, bgo#692548, bgo#695636,
+bgo#698758, bgo#699236, bgo#699673, bgo#701332, bgo#701571,
+bgo#703789, bgo#705181, bgo#705182.
+  + Updated translations.
+
+---

Old:

  gtk+-2.24.20.tar.xz

New:

  gtk+-2.24.21.tar.xz



Other differences:
--
++ gtk2.spec ++
--- /var/tmp/diff_new_pack.Ufe2Uu/_old  2013-09-23 09:25:27.0 +0200
+++ /var/tmp/diff_new_pack.Ufe2Uu/_new  2013-09-23 09:25:27.0 +0200
@@ -21,7 +21,7 @@
 
 Name:   gtk2
 %define _name gtk+
-Version:2.24.20
+Version:2.24.21
 Release:0
 # FIXME: when updating to next version, check whether we can remove the 
workaround for bgo#596977 below (removing -fomit-frame-pointer)
 Summary:The GTK+ toolkit library (version 2)

++ gtk+-2.24.20.tar.xz - gtk+-2.24.21.tar.xz ++
/work/SRC/openSUSE:Factory/gtk2/gtk+-2.24.20.tar.xz 
/work/SRC/openSUSE:Factory/.gtk2.new/gtk+-2.24.21.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 grilo for openSUSE:Factory

2013-09-23 Thread h_root
Hello community,

here is the log from the commit of package grilo for openSUSE:Factory checked 
in at 2013-09-23 09:24:55

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


Package is grilo

Changes:

--- /work/SRC/openSUSE:Factory/grilo/grilo.changes  2013-08-19 
15:49:27.0 +0200
+++ /work/SRC/openSUSE:Factory/.grilo.new/grilo.changes 2013-09-23 
09:24:56.0 +0200
@@ -1,0 +2,15 @@
+Wed Sep 18 06:33:26 UTC 2013 - dims...@opensuse.org
+
+- Update to version 0.2.7:
+  + Added Travis CI support for building.
+  + Bump required libsoup version to 2.4.
+  + Re-factored Grilo Net library and fixed several bugs.
+  + Show 'slow' keys in grl-inspect.
+  + Updates in documentation.
+  + dded new core function: grl_operation_set_data_full().
+  + Bugs fixed: bgo#700478, bgo#704804, bgo#705944, bgo#706132,
+bgo#706412, bgo#706487, bgo#706491, bgo#706495, bgo#706805,
+lp#1224410.
+  + Updated translations.
+
+---

Old:

  grilo-0.2.6.tar.xz

New:

  grilo-0.2.7.tar.xz



Other differences:
--
++ grilo.spec ++
--- /var/tmp/diff_new_pack.D3co0c/_old  2013-09-23 09:24:56.0 +0200
+++ /var/tmp/diff_new_pack.D3co0c/_new  2013-09-23 09:24:56.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   grilo
-Version:0.2.6
+Version:0.2.7
 Release:0
 Summary:Framework for browsing and searching media content
 License:LGPL-2.1+
@@ -39,7 +39,7 @@
 BuildRequires:  pkgconfig(gobject-2.0)
 BuildRequires:  pkgconfig(gobject-introspection-1.0)
 BuildRequires:  pkgconfig(gtk+-3.0) = 3.0
-BuildRequires:  pkgconfig(libsoup-2.4)
+BuildRequires:  pkgconfig(libsoup-2.4) = 2.41.3
 BuildRequires:  pkgconfig(libvala-0.22)
 BuildRequires:  pkgconfig(libxml-2.0)
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ grilo-0.2.6.tar.xz - grilo-0.2.7.tar.xz ++
 46538 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

2013-09-23 Thread h_root
Hello community,

here is the log from the commit of package gtk3 for openSUSE:Factory checked in 
at 2013-09-23 09:25:51

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.changes2013-09-11 
12:00:48.0 +0200
+++ /work/SRC/openSUSE:Factory/.gtk3.new/gtk3.changes   2013-09-23 
09:25:53.0 +0200
@@ -1,0 +2,12 @@
+Tue Sep 17 17:25:22 UTC 2013 - dims...@opensuse.org
+
+- Update to version 3.9.16:
+  + Bugs fixed: bgo#339539, bgo#513812, bgo#696756, bgo#702034,
+bgo#702423, bgo#706269, bgo#706345, bgo#706708, bgo#707129,
+bgo#707244, bgo#707328, bgo#707445, bgo#707488, bgo#707519,
+bgo#707659, bgo#707704, bgo#707778, bgo#707786, bgo#707844,
+bgo#707872, bgo#707915, bgo#707926, bgo#707981, bgo#708012,
+bgo#708067, bgo#708076, bgo#708128, bgo#708150.
+  + Updated translations.
+
+---

Old:

  gtk+-3.9.14.tar.xz

New:

  gtk+-3.9.16.tar.xz



Other differences:
--
++ gtk3.spec ++
--- /var/tmp/diff_new_pack.KGVEsQ/_old  2013-09-23 09:25:54.0 +0200
+++ /var/tmp/diff_new_pack.KGVEsQ/_new  2013-09-23 09:25:54.0 +0200
@@ -25,7 +25,7 @@
 
 Name:   gtk3
 %define _name gtk+
-Version:3.9.14
+Version:3.9.16
 Release:0
 Summary:The GTK+ toolkit library (version 3)
 License:LGPL-2.1+
@@ -63,7 +63,7 @@
 BuildRequires:  pkgconfig(pango) = 1.32.4
 BuildRequires:  pkgconfig(pangoft2)
 %if %{build_wayland_backend}
-BuildRequires:  pkgconfig(wayland-client) = 1.1.90
+BuildRequires:  pkgconfig(wayland-client) = 1.2.0
 BuildRequires:  pkgconfig(wayland-cursor)
 BuildRequires:  pkgconfig(xkbcommon)
 %endif

++ gtk+-3.9.14.tar.xz - gtk+-3.9.16.tar.xz ++
/work/SRC/openSUSE:Factory/gtk3/gtk+-3.9.14.tar.xz 
/work/SRC/openSUSE:Factory/.gtk3.new/gtk+-3.9.16.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 gtksourceview for openSUSE:Factory

2013-09-23 Thread h_root
Hello community,

here is the log from the commit of package gtksourceview for openSUSE:Factory 
checked in at 2013-09-23 09:26:01

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


Package is gtksourceview

Changes:

--- /work/SRC/openSUSE:Factory/gtksourceview/gtksourceview.changes  
2013-09-11 12:10:46.0 +0200
+++ /work/SRC/openSUSE:Factory/.gtksourceview.new/gtksourceview.changes 
2013-09-23 09:26:02.0 +0200
@@ -1,0 +2,9 @@
+Mon Sep 16 20:09:03 UTC 2013 - dims...@opensuse.org
+
+- Update to version 3.9.92:
+  + SearchSettings: change default value of wrap-around to FALSE.
+  + Misc bugfixes.
+  + Updated translations.
+- Drop gtksourceview-mm-buildfix.patch: fixed upstream.
+
+---

Old:

  gtksourceview-3.9.91.tar.xz
  gtksourceview-mm-buildfix.patch

New:

  gtksourceview-3.9.92.tar.xz



Other differences:
--
++ gtksourceview.spec ++
--- /var/tmp/diff_new_pack.jyde0W/_old  2013-09-23 09:26:04.0 +0200
+++ /var/tmp/diff_new_pack.jyde0W/_new  2013-09-23 09:26:04.0 +0200
@@ -17,15 +17,13 @@
 
 
 Name:   gtksourceview
-Version:3.9.91
+Version:3.9.92
 Release:0
 Summary:GTK+ Source Editing Widget
 License:GPL-2.0+
 Group:  System/GUI/GNOME
 Url:http://www.gnome.org/
 Source: 
http://download.gnome.org/sources/gtksourceview/3.9/%{name}-%{version}.tar.xz
-# PATCH-FIX-UPSTREAM gtksourceview-mm-buildfix.patch bgo#679424 bgo#707756 
dims...@opensuse.org -- Use the expected typedef for GtkSourceStyleClass.
-Patch0: gtksourceview-mm-buildfix.patch
 BuildRequires:  fdupes
 BuildRequires:  gobject-introspection-devel
 BuildRequires:  intltool
@@ -107,7 +105,6 @@
 %lang_package
 %prep
 %setup -q
-%patch0 -p1
 translation-update-upstream
 
 %build

++ gtksourceview-3.9.91.tar.xz - gtksourceview-3.9.92.tar.xz ++
 20985 lines of diff (skipped)

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



commit gucharmap for openSUSE:Factory

2013-09-23 Thread h_root
Hello community,

here is the log from the commit of package gucharmap for openSUSE:Factory 
checked in at 2013-09-23 09:29:43

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


Package is gucharmap

Changes:

--- /work/SRC/openSUSE:Factory/gucharmap/gucharmap.changes  2013-08-16 
12:33:13.0 +0200
+++ /work/SRC/openSUSE:Factory/.gucharmap.new/gucharmap.changes 2013-09-23 
09:29:44.0 +0200
@@ -1,0 +2,8 @@
+Tue Sep 17 06:55:59 UTC 2013 - dims...@opensuse.org
+
+- Update to version 3.9.92:
+  + Fix action / settings interaction (bgo#686820).
+  + Update to latest unicode data.
+  + Updated translations.
+
+---

Old:

  gucharmap-3.9.90.tar.xz

New:

  gucharmap-3.9.92.tar.xz



Other differences:
--
++ gucharmap.spec ++
--- /var/tmp/diff_new_pack.l2htYG/_old  2013-09-23 09:29:44.0 +0200
+++ /var/tmp/diff_new_pack.l2htYG/_new  2013-09-23 09:29:44.0 +0200
@@ -22,7 +22,7 @@
 %define pc_api 2.90
 
 Name:   gucharmap
-Version:3.9.90
+Version:3.9.92
 Release:0
 # FIXME vala bindings are currently disabled by upstream and not supposed to 
auto-enable
 Summary:A Featureful Unicode Character Map

++ gucharmap-3.9.90.tar.xz - gucharmap-3.9.92.tar.xz ++
 10602 lines of diff (skipped)

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



commit harfbuzz for openSUSE:Factory

2013-09-23 Thread h_root
Hello community,

here is the log from the commit of package harfbuzz for openSUSE:Factory 
checked in at 2013-09-23 09:30:47

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


Package is harfbuzz

Changes:

--- /work/SRC/openSUSE:Factory/harfbuzz/harfbuzz.changes2013-09-11 
12:11:57.0 +0200
+++ /work/SRC/openSUSE:Factory/.harfbuzz.new/harfbuzz.changes   2013-09-23 
09:30:48.0 +0200
@@ -1,0 +2,11 @@
+Tue Sep 17 20:46:36 UTC 2013 - dims...@opensuse.org
+
+- Update to version 0.9.21:
+  + Rename gobject-introspection library name from harfbuzz to
+HarfBuzz.
+  + Remove (long disabled) hb-old and hb-icu-le test shapers.
+  + Misc gtk-doc and gobject-introspection annotations.
+  + Misc fixes.
+  + API change: Add HB_SET_VALUE_INVALID.
+
+---

Old:

  harfbuzz-0.9.20.tar.bz2

New:

  harfbuzz-0.9.21.tar.bz2



Other differences:
--
++ harfbuzz.spec ++
--- /var/tmp/diff_new_pack.lqEcIr/_old  2013-09-23 09:30:49.0 +0200
+++ /var/tmp/diff_new_pack.lqEcIr/_new  2013-09-23 09:30:49.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   harfbuzz
-Version:0.9.20
+Version:0.9.21
 Release:0
 Summary:An OpenType text shaping engine
 License:MIT

++ harfbuzz-0.9.20.tar.bz2 - harfbuzz-0.9.21.tar.bz2 ++
 52357 lines of diff (skipped)

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



commit iagno for openSUSE:Factory

2013-09-23 Thread h_root
Hello community,

here is the log from the commit of package iagno for openSUSE:Factory checked 
in at 2013-09-23 09:31:33

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


Package is iagno

Changes:

--- /work/SRC/openSUSE:Factory/iagno/iagno.changes  2013-09-11 
12:14:08.0 +0200
+++ /work/SRC/openSUSE:Factory/.iagno.new/iagno.changes 2013-09-23 
09:31:34.0 +0200
@@ -1,0 +2,9 @@
+Tue Sep 17 06:56:21 UTC 2013 - dims...@opensuse.org
+
+- Update to version 3.9.92:
+  + Show the grid by default so the edges of the board are clear.
+  + Fix hang after many pieces have been placed on the board.
+  + Fix hang when neither player has a valid move.
+  + Prohibit Undo after the game has ended.
+
+---

Old:

  iagno-3.9.91.tar.xz

New:

  iagno-3.9.92.tar.xz



Other differences:
--
++ iagno.spec ++
--- /var/tmp/diff_new_pack.XUJJLN/_old  2013-09-23 09:31:38.0 +0200
+++ /var/tmp/diff_new_pack.XUJJLN/_new  2013-09-23 09:31:38.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   iagno
-Version:3.9.91
+Version:3.9.92
 Release:0
 Summary:Reversi Game for GNOME
 License:GPL-2.0+

++ iagno-3.9.91.tar.xz - iagno-3.9.92.tar.xz ++
 10214 lines of diff (skipped)

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



commit icedtea-web for openSUSE:Factory

2013-09-23 Thread h_root
Hello community,

here is the log from the commit of package icedtea-web for openSUSE:Factory 
checked in at 2013-09-23 09:32:06

Comparing /work/SRC/openSUSE:Factory/icedtea-web (Old)
 and  /work/SRC/openSUSE:Factory/.icedtea-web.new (New)


Package is icedtea-web

Changes:

--- /work/SRC/openSUSE:Factory/icedtea-web/icedtea-web.changes  2013-09-13 
14:46:12.0 +0200
+++ /work/SRC/openSUSE:Factory/.icedtea-web.new/icedtea-web.changes 
2013-09-23 09:32:07.0 +0200
@@ -1,0 +2,22 @@
+Fri Sep 20 13:22:25 UTC 2013 - mvysko...@suse.com
+
+- update to 1.4.1 (bnc#840572)
+* Improved and cleaned Temporary internet files panel
+* NetX
+  - PR1465 - java.io.FileNotFoundException while trying to download a JAR file
+  - PR1473 - javaws should not depend on name of local file
+* Plugin
+  - PR854: Resizing an applet several times causes 100% CPU load
+* Security Updates
+  - CVE-2013-4349, RH869040: Heap-based buffer overflow after triggering event 
attached to applet
+CVE-2012-4540 nit fixed in icedtea-web 1.4
+* Misc 
+  - reproducers tests are enabled in dist-tarball
+  - application context support for  OpenJDK build 25 and higher
+  - small patches into rhino support and
+  - PR1533: Inherit jnlp.packEnabled and jnlp.versionEnabled like other 
properties
+- need jpackage-utils on older distros
+- run more tests in %check
+- drop icedtea-web-AppContext.patch, already upstream
+
+---

Old:

  icedtea-web-1.4.tar.gz
  icedtea-web-AppContext.patch

New:

  icedtea-web-1.4.1.tar.gz



Other differences:
--
++ icedtea-web.spec ++
--- /var/tmp/diff_new_pack.3Iiz5s/_old  2013-09-23 09:32:08.0 +0200
+++ /var/tmp/diff_new_pack.3Iiz5s/_new  2013-09-23 09:32:08.0 +0200
@@ -56,7 +56,7 @@
 %define pluginname  IcedTeaPlugin.so
 
 Name:   icedtea-web
-Version:1.4
+Version:1.4.1
 Release:0
 Summary:Java Web Start and plugin implementation
 License:GPL-2.0-with-classpath-exception
@@ -68,14 +68,16 @@
 # https://bugzilla.mozilla.org/show_bug.cgi?id=582130
 # http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=622
 Patch1: icedtea-web-1.1-moonlight-symbol-clash.patch
-#PATCH-FIX-UPSTREAM: will be in a next release
-#http://mail.openjdk.java.net/pipermail/distro-pkg-dev/2013-June/023745.html
-Patch2: icedtea-web-AppContext.patch
 Patch1000:  icedtea-web-suse-desktop-files.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  java-1_7_0-%{origin}-devel
 # owns javadocdir
+# javapackages-tools now includes jpackage-utils
+%if 0%{?suse_version}  1230
 BuildRequires:  javapackages-tools
+%else
+BuildRequires:  jpackage-utils
+%endif
 BuildRequires:  libX11-devel
 BuildRequires:  libtool
 BuildRequires:  pkgconfig = 0.9.0
@@ -136,7 +138,6 @@
 %setup -q -n %{name}-%{version}
 %patch0 -p1
 %patch1 -p1
-%patch2 -p1
 
 %patch1000 -p1
 
@@ -169,11 +170,12 @@
 # needs for sle-11-sp1 and openSUSE evergreen
 export NO_BRP_CHECK_BYTECODE_VERSION=true
 
-%clean
-rm -rf %{buildroot}
-
 %check
 %{__make} check
+%{__make} run-cpp-unit-tests
+#FIXME: disabled for the moment as certificate related tests does fail on 
missing files et all
+#export LC_ALL=en_US.UTF-8
+#%{__make} run-netx-dist-tests
 
 %posttrans
 # java-1_6_0-openjdk-plugin - icedtea-web is remove of the first package

++ icedtea-web-1.4.tar.gz - icedtea-web-1.4.1.tar.gz ++
  lines of diff (skipped)

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



commit installation-images for openSUSE:Factory

2013-09-23 Thread h_root
Hello community,

here is the log from the commit of package installation-images for 
openSUSE:Factory checked in at 2013-09-23 09:32:25

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


Package is installation-images

Changes:

--- /work/SRC/openSUSE:Factory/installation-images/installation-images.changes  
2013-09-14 19:08:26.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.installation-images.new/installation-images.changes 
2013-09-23 09:32:27.0 +0200
@@ -1,0 +2,5 @@
+Thu Sep 19 12:16:28 CEST 2013 - snw...@suse.de
+
+- re-add libyui-qt-graph (bnc #841100)
+
+---

Old:

  installation-images-14.16.tar.bz2

New:

  installation-images-14.17.tar.bz2



Other differences:
--
++ installation-images.spec ++
--- /var/tmp/diff_new_pack.iqSHkO/_old  2013-09-23 09:32:28.0 +0200
+++ /var/tmp/diff_new_pack.iqSHkO/_new  2013-09-23 09:32:28.0 +0200
@@ -380,9 +380,9 @@
 Summary:Installation Image Files
 License:GPL-2.0+
 Group:  Metapackages
-Version:14.16
+Version:14.17
 Release:0
-Source: installation-images-14.16.tar.bz2
+Source: installation-images-14.17.tar.bz2
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %define _binary_payload w.ufdio
 

++ installation-images-14.16.tar.bz2 - installation-images-14.17.tar.bz2 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/installation-images-14.16/VERSION 
new/installation-images-14.17/VERSION
--- old/installation-images-14.16/VERSION   2013-09-13 15:12:25.0 
+0200
+++ new/installation-images-14.17/VERSION   2013-09-19 12:16:23.0 
+0200
@@ -1 +1 @@
-14.16
+14.17
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/installation-images-14.16/changelog 
new/installation-images-14.17/changelog
--- old/installation-images-14.16/changelog 2013-09-13 15:12:28.0 
+0200
+++ new/installation-images-14.17/changelog 2013-09-19 12:16:25.0 
+0200
@@ -1,4 +1,7 @@
-2013-09-13:HEAD
+2013-09-19:HEAD
+   - re-add libyui-qt-graph (bnc #841100)
+
+2013-09-13:14.16
- stop binutils in root image
 
 2013-09-12:14.15
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/installation-images-14.16/data/root/root.file_list 
new/installation-images-14.17/data/root/root.file_list
--- old/installation-images-14.16/data/root/root.file_list  2013-09-13 
13:25:15.0 +0200
+++ new/installation-images-14.17/data/root/root.file_list  2013-09-19 
11:45:51.0 +0200
@@ -111,6 +111,7 @@
 libudev*:
 libyui-ncurses-pkg*:
 libyui-qt-pkg*:
+libyui-qt-graph*:
 ltrace:
 lvm2:
 module-init-tools:

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



commit inst-source-utils for openSUSE:Factory

2013-09-23 Thread h_root
Hello community,

here is the log from the commit of package inst-source-utils for 
openSUSE:Factory checked in at 2013-09-23 09:32:44

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


Package is inst-source-utils

Changes:

--- /work/SRC/openSUSE:Factory/inst-source-utils/inst-source-utils.changes  
2013-04-05 07:36:27.0 +0200
+++ /work/SRC/openSUSE:Factory/.inst-source-utils.new/inst-source-utils.changes 
2013-09-23 09:32:48.0 +0200
@@ -1,0 +2,5 @@
+Fri Sep 20 11:57:36 CEST 2013 - r...@suse.de
+
+- also add Requires(pre) and Requires(post) to Prq sections 
+
+---



Other differences:
--
++ inst-source-utils.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/inst-source-utils/usr/bin/create_package_descr 
new/inst-source-utils/usr/bin/create_package_descr
--- old/inst-source-utils/usr/bin/create_package_descr  2013-04-03 
12:05:42.0 +0200
+++ new/inst-source-utils/usr/bin/create_package_descr  2013-09-20 
11:57:18.0 +0200
@@ -662,7 +662,8 @@
   $_ .= '=' if $flags[0]  8;
   $_ .=  $vers[0];
 }
-if ( $flags[0]  64 ) {
+# set on RPMSENSE_PREREQ, RPMSENSE_SCRIPT_PRE and RPMSENSE_SCRIPT_POST
+if ( $flags[0]  (64+512+1024) ) {
   push ( @prereq, $_ );
 }
 shift @flags;

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



commit iptraf for openSUSE:Factory

2013-09-23 Thread h_root
Hello community,

here is the log from the commit of package iptraf for openSUSE:Factory checked 
in at 2013-09-23 09:33:55

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


Package is iptraf

Changes:

--- /work/SRC/openSUSE:Factory/iptraf/iptraf.changes2013-08-10 
18:28:33.0 +0200
+++ /work/SRC/openSUSE:Factory/.iptraf.new/iptraf.changes   2013-09-23 
09:33:56.0 +0200
@@ -1,0 +2,7 @@
+Wed Sep 18 20:41:58 UTC 2013 - andreas.stie...@gmx.de
+
+- fix Floating point exception in tcplog_flowrate_msg(), adds
+  iptraf-ng-1.1.4-fix-Floating-point-exception-in-tcplog_flowra.patch
+  from Fedora [bnc#841156]
+
+---

New:

  iptraf-ng-1.1.4-fix-Floating-point-exception-in-tcplog_flowra.patch



Other differences:
--
++ iptraf.spec ++
--- /var/tmp/diff_new_pack.VmPzoB/_old  2013-09-23 09:33:56.0 +0200
+++ /var/tmp/diff_new_pack.VmPzoB/_new  2013-09-23 09:33:56.0 +0200
@@ -27,6 +27,7 @@
 #Git-Clone:git://git.fedorahosted.org/git/iptraf-ng
 #DL-URL:   
http://fedorahosted.org/releases/i/p/iptraf-ng/iptraf-ng-%version.tar.gz
 Source: %name-ng-%version.tar.xz
+Patch1: 
iptraf-ng-1.1.4-fix-Floating-point-exception-in-tcplog_flowra.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  ncurses-devel
 BuildRequires:  xz
@@ -56,6 +57,7 @@
 
 %prep
 %setup -qn %name-ng-%version
+%patch1 -p1
 
 %build
 %configure

++ iptraf-ng-1.1.4-fix-Floating-point-exception-in-tcplog_flowra.patch 
++
From 9b320138755542b927df650da0bd1e61ecaa41d7 Mon Sep 17 00:00:00 2001
Message-Id: 
9b320138755542b927df650da0bd1e61ecaa41d7.1378117677.git.npajk...@redhat.com
From: Vitezslav Samel vitezs...@samel.cz
Date: Thu, 29 Aug 2013 10:11:42 +0200
Subject: [PATCH] BUGFIX: fix Floating point exception in
 tcplog_flowrate_msg()

commit 0d55bee tcplog_flowrate_msg(): cleanup and fix) removed
condition, which leads to zero division.

Time diff between current time and -conn_starttime is 0, because of
rate_print updates happen in less then 1 sec and later on, we try to
divide -bcount by interval, which is 0, hencs zero division.

Reported-by: Erik K. ummee...@ipfire.org
Signed-off-by: Vitezslav Samel vitezs...@samel.cz
Signed-off-by: Nikola Pajkovsky npajk...@redhat.com
---
 src/tcptable.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/tcptable.c b/src/tcptable.c
index a4133d9..e217b19 100644
--- a/src/tcptable.c
+++ b/src/tcptable.c
@@ -437,6 +437,8 @@ static char *tcplog_flowrate_msg(struct tcptableent *entry, 
char *buf,
 size_t bufsize)
 {
time_t interval = time(NULL) - entry-conn_starttime;
+   if (interval  1)
+   interval = 1;
 
char rbuf[64];
rate_print(entry-bcount / interval, rbuf, sizeof(rbuf));
-- 
1.8.1.2

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



commit ipsec-tools for openSUSE:Factory

2013-09-23 Thread h_root
Hello community,

here is the log from the commit of package ipsec-tools for openSUSE:Factory 
checked in at 2013-09-23 09:33:34

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


Package is ipsec-tools

Changes:

--- /work/SRC/openSUSE:Factory/ipsec-tools/ipsec-tools.changes  2013-01-31 
14:50:06.0 +0100
+++ /work/SRC/openSUSE:Factory/.ipsec-tools.new/ipsec-tools.changes 
2013-09-23 09:33:35.0 +0200
@@ -1,0 +2,13 @@
+Thu Sep 19 02:34:45 UTC 2013 - crrodrig...@opensuse.org
+
+- remove unused racoon.init from the package, it was 
+  already removed from the spec file in the previous change.
+
+---
+Thu Sep 19 02:25:39 UTC 2013 - crrodrig...@opensuse.org
+
+- Add systemd support, systemctl enable racoon.service 
+  also enables helper optional service racoon-setkey
+- /etc/sysconfig/racoon was never created, fix that.
+
+---

Old:

  racoon.init

New:

  racoon-setkey.service
  racoon.service



Other differences:
--
++ ipsec-tools.spec ++
--- /var/tmp/diff_new_pack.WqOJaj/_old  2013-09-23 09:33:36.0 +0200
+++ /var/tmp/diff_new_pack.WqOJaj/_new  2013-09-23 09:33:36.0 +0200
@@ -24,16 +24,17 @@
 Release:0
 Url:http://ipsec-tools.sourceforge.net/
 Source: 
http://prdownloads.sourceforge.net/ipsec-tools/ipsec-tools-%{version}.tar.bz2
-Source1:racoon.init
 Source2:sysconfig.racoon
 Source3:setkey.conf.sample
 Source4:racoon.pam
+Source5:racoon.service
+Source6:racoon-setkey.service
+
 Patch0: racoon.conf_macros.patch
 Patch1: racoon.psk.patch
 Patch2: ipsec-tools-0.7.3-linkerflag.patch
 Patch3: ipsec-tools-0.7.2-nodevel.patch
 Patch4: ipsec-tools-linux-3.7-compat.diff
-Prefix: /usr
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 PreReq: %insserv_prereq %fillup_prereq
 BuildRequires:  bison
@@ -46,12 +47,14 @@
 BuildRequires:  pam
 BuildRequires:  pam-devel
 BuildRequires:  readline-devel
+BuildRequires:  pkgconfig(systemd)
+
 %if 0%{?suse_version} = 1100
 BuildRequires:  fdupes
 BuildRequires:  libselinux-devel
 %endif
 Provides:   racoon
-
+%{?systemd_requires}
 %description
 This is the IPsec-Tools package.  This package is needed to really make
 use of the IPsec functionality in the version 2.5 and 2.6 Linux
@@ -82,8 +85,8 @@
--disable-shared \
--libexecdir=%{_libdir} \
--sysconfdir=/etc/racoon \
-   --sharedstatedir=/var/run \
-   --localstatedir=/var/run \
+   --sharedstatedir=/run \
+   --localstatedir=/run \
 --with-kernel-headers=/usr/src/linux/include \
--enable-dpd \
--enable-hybrid \
@@ -106,9 +109,6 @@
 
 %install
 make install DESTDIR=$RPM_BUILD_ROOT
-mkdir -p $RPM_BUILD_ROOT/etc/init.d
-install -m 0755 $RPM_SOURCE_DIR/racoon.init $RPM_BUILD_ROOT/etc/init.d/racoon
-ln -sf /etc/init.d/racoon $RPM_BUILD_ROOT/usr/sbin/rcracoon
 mkdir -p $RPM_BUILD_ROOT/etc/pam.d
 install -m 0644 %{S:4} $RPM_BUILD_ROOT/etc/pam.d/racoon
 %{__install} -d $RPM_BUILD_ROOT/etc/racoon/cert
@@ -131,29 +131,36 @@
 %fdupes -s $RPM_BUILD_ROOT/
 %endif
 
+install -d %{buildroot}%{_tmpfilesdir}
+echo 'd /run/racoon 0700 root root -'  %{buildroot}%{_tmpfilesdir}/racoon.conf
+install -D -m 0644 %{S:5} %{buildroot}%{_unitdir}/racoon.service
+install -D -m 0644 %{S:6} %{buildroot}%{_unitdir}/racoon-setkey.service
+
+%pre
+%service_add_pre racoon.service racoon-setkey.service
+
 %post
-%{fillup_and_insserv racoon}
+%{fillup_only -n racoon}
+
+%service_add_post racoon.service racoon-setkey.service
 
 %preun
-%stop_on_removal racoon
+%service_del_preun racoon.service racoon-setkey.service
 
 %postun
-%{insserv_cleanup}
-
-%clean
-%{__rm} -rf $RPM_BUILD_ROOT
+%service_del_postun racoon.service racoon-setkey.service 
 
 %files
 %defattr(-,root,root)
+%{_unitdir}/*.service
+%{_tmpfilesdir}/racoon.conf
 %doc /usr/share/doc/packages/%{name}/
 %config(noreplace) /etc/racoon/psk.txt
 %config(noreplace) /etc/racoon/racoon.conf
 %config(noreplace) /etc/racoon/setkey.conf
-%config /etc/init.d/racoon
 %config /etc/pam.d/racoon
 %dir /etc/racoon
 %dir /etc/racoon/cert
-/usr/sbin/rcracoon
 /usr/sbin/racoon
 /usr/sbin/racoonctl
 /usr/sbin/setkey

++ racoon-setkey.service ++
[Unit]
Description=Racoon IPSEC policies
After=network.target
ConditionPathExists=/etc/racoon/setkey.conf
PartOf=racoon.service

[Service]
Type=oneshot
EnvironmentFile=-/etc/sysconfig/racoon
ExecStart=/usr/sbin/setkey $SETKEY_OPTIONS -f /etc/racoon/setkey.conf
ExecStop=/usr/sbin/setkey 

commit jakarta-slide-webdavclient for openSUSE:Factory

2013-09-23 Thread h_root
Hello community,

here is the log from the commit of package jakarta-slide-webdavclient for 
openSUSE:Factory checked in at 2013-09-23 09:34:15

Comparing /work/SRC/openSUSE:Factory/jakarta-slide-webdavclient (Old)
 and  /work/SRC/openSUSE:Factory/.jakarta-slide-webdavclient.new (New)


Package is jakarta-slide-webdavclient

Changes:

--- 
/work/SRC/openSUSE:Factory/jakarta-slide-webdavclient/jakarta-slide-webdavclient.changes
2013-09-12 17:06:59.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.jakarta-slide-webdavclient.new/jakarta-slide-webdavclient.changes
   2013-09-23 09:34:16.0 +0200
@@ -1,0 +2,10 @@
+Thu Sep 19 11:52:51 UTC 2013 - mvysko...@suse.com
+
+- and remove _mavendepmapfragdir from filelist 
+
+---
+Fri Sep 13 09:19:10 UTC 2013 - mvysko...@suse.com
+
+- really turn add_maven_depmap off 
+
+---



Other differences:
--
++ jakarta-slide-webdavclient.spec ++
--- /var/tmp/diff_new_pack.N8tUKF/_old  2013-09-23 09:34:17.0 +0200
+++ /var/tmp/diff_new_pack.N8tUKF/_new  2013-09-23 09:34:17.0 +0200
@@ -135,7 +135,7 @@
 install -d -m 755 $RPM_BUILD_ROOT%{_mavenpomdir}
 install -pm 644 %{SOURCE4} $RPM_BUILD_ROOT%{_mavenpomdir}/JPP.%{name}.pom
 #FIXME
-# %add_maven_depmap JPP.%{name}.pom %{base_name}/jakarta-slide-webdavlib.jar
+# % add_maven_depmap JPP.%{name}.pom %{base_name}/jakarta-slide-webdavlib.jar
 
 %if %{with_repolib}
install -d -m 755 $RPM_BUILD_ROOT%{repodir}
@@ -157,7 +157,7 @@
 %{_javadir}/%{base_name}/*.jar
 %attr(0755,root,root) %{_bindir}/webdavclient
 %{_mavenpomdir}/*
-%config %{_mavendepmapfragdir}/*
+# % config %{_mavendepmapfragdir}/*
 %dir %{_javadir}/%{base_name}
 
 %files javadoc

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



commit json-glib for openSUSE:Factory

2013-09-23 Thread h_root
Hello community,

here is the log from the commit of package json-glib for openSUSE:Factory 
checked in at 2013-09-23 09:34:29

Comparing /work/SRC/openSUSE:Factory/json-glib (Old)
 and  /work/SRC/openSUSE:Factory/.json-glib.new (New)


Package is json-glib

Changes:

--- /work/SRC/openSUSE:Factory/json-glib/json-glib.changes  2013-04-26 
15:51:46.0 +0200
+++ /work/SRC/openSUSE:Factory/.json-glib.new/json-glib.changes 2013-09-23 
09:34:31.0 +0200
@@ -1,0 +2,6 @@
+Sat Sep 21 17:36:09 UTC 2013 - dims...@opensuse.org
+
+- Update to version 0.16.2:
+  + Use the -Bsymbolic-functions linker flag when available.
+
+---

Old:

  json-glib-0.16.0.tar.xz

New:

  json-glib-0.16.2.tar.xz



Other differences:
--
++ json-glib.spec ++
--- /var/tmp/diff_new_pack.sHtUdt/_old  2013-09-23 09:34:31.0 +0200
+++ /var/tmp/diff_new_pack.sHtUdt/_new  2013-09-23 09:34:31.0 +0200
@@ -18,7 +18,7 @@
 
 
 Name:   json-glib
-Version:0.16.0
+Version:0.16.2
 Release:0
 Summary:Library for JavaScript Object Notation format
 License:LGPL-2.1+

++ json-glib-0.16.0.tar.xz - json-glib-0.16.2.tar.xz ++
 9178 lines of diff (skipped)

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



commit ksh for openSUSE:Factory

2013-09-23 Thread h_root
Hello community,

here is the log from the commit of package ksh for openSUSE:Factory checked in 
at 2013-09-23 09:37:26

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


Package is ksh

Changes:

--- /work/SRC/openSUSE:Factory/ksh/ksh.changes  2013-08-23 13:54:19.0 
+0200
+++ /work/SRC/openSUSE:Factory/.ksh.new/ksh.changes 2013-09-23 
09:37:27.0 +0200
@@ -1,0 +2,11 @@
+Thu Sep 19 08:43:37 UTC 2013 - wer...@suse.de
+
+- Make vmbalance awk script more clear for small vm page sizes
+
+---
+Wed Sep 18 11:09:34 UTC 2013 - wer...@suse.de
+
+- Extend patch ksh93-fdstatus.dif to solve bnc#835885
+- Modify patch ksh93-builtin.dif to reduce timeouts of pty utility
+
+---



Other differences:
--
++ ksh.spec ++
--- /var/tmp/diff_new_pack.uYwcwA/_old  2013-09-23 09:37:28.0 +0200
+++ /var/tmp/diff_new_pack.uYwcwA/_new  2013-09-23 09:37:28.0 +0200
@@ -245,6 +245,9 @@
  test -s $fd -a ! -c $fd  break || true
   done
   set -- $(readlink $fd)
+grep pts /proc/mounts
+ls -ld /dev/ptmx
+ls -ld /dev/pts
   exec ./sigexec $SHELL ${1+$@}
   fi
   IGNORED=0x$(ps --no-headers -o ignored $$)
@@ -530,7 +533,7 @@
   typeset -i failed=0
   ln -sf ${root}/lib ${test}/../
   sed -ri '/^L[[:blank:]]/a \t 8000' pty.sh
-  sed -ri 's/(SECONDS[[:blank:]]*[[:blank:]]*)([[:digit:]]+)/\18/p' 
signal.sh
+  sed -ri 's/(SECONDS[[:blank:]]*[[:blank:]]*)([[:digit:]]+)/\18/' 
signal.sh
   unset ${!LESS*}
   ${SHELL} shtests
   exec 3 ${TMPDIR:-/tmp}/log
@@ -662,7 +665,7 @@
   ln -sf ../man1/ksh93.1ast.gz %{buildroot}/%{_mandir}/man1/ksh.1ast.gz
   ln -sf ../man1/ksh93.1ast.gz 
%{buildroot}/%{_mandir}/man1/rksh.1ast.gz
 %else
-  install -m 0644 man/man1/sh.1ast %{buildroot}%{_mandir}/man1/ksh.1ast
+  install -m 0644 man/man1/sh.1
%{buildroot}%{_mandir}/man1/ksh.1ast
   ln -sf ../man1/ksh.1ast.gz   
%{buildroot}/%{_mandir}/man1/rksh.1ast.gz
 %endif
   install -m 0644 man/man1/shcomp.1ast %{buildroot}%{_mandir}/man1/shcomp.1ast

++ ksh93-builtin.dif ++
--- /var/tmp/diff_new_pack.uYwcwA/_old  2013-09-23 09:37:28.0 +0200
+++ /var/tmp/diff_new_pack.uYwcwA/_new  2013-09-23 09:37:28.0 +0200
@@ -1,6 +1,6 @@
 --- src/cmd/builtin/pty.c
 +++ src/cmd/builtin/pty.c  2013-02-01 15:59:52.697952156 +
-@@ -216,6 +216,12 @@ mkpty(int* master, int* slave)
+@@ -216,13 +216,19 @@ mkpty(int* master, int* slave)
  #if !_lib_openpty
char*   sname;
  #endif
@@ -13,6 +13,24 @@
/*
 * some systems hang hard during the handshake
 * if you know why then please let us know
+*/
+ 
+-  alarm(4);
+-  if (tcgetattr(STDERR_FILENO, tty) = 0)
++  alarm(6);
++  if (tcgetattr(sffileno(sfstderr), tty) = 0)
+   ttyp = tty;
+   else
+   {
+@@ -230,7 +236,7 @@ mkpty(int* master, int* slave)
+   error(-1, unable to get standard error terminal attributes);
+   }
+ #ifdef TIOCGWINSZ
+-  if (ioctl(STDERR_FILENO, TIOCGWINSZ, win) = 0)
++  if (ioctl(sffileno(sfstderr), TIOCGWINSZ, win) = 0)
+   winp = win;
+   else
+   {
 @@ -238,6 +244,12 @@ mkpty(int* master, int* slave)
error(-1, unable to get standard error window size);
}
@@ -36,6 +54,87 @@
alarm(0);
return 0;
  }
+@@ -317,9 +332,13 @@ process(Sfio_t* mp, Sfio_t* lp, int dela
+   char*   s;
+   Sfio_t* ip;
+   Sfio_t* sps[2];
++  struct stat dst;
++  struct stat fst;
+ 
+   ip = sfstdin;
+-  for (;;)
++  if (!fstat(sffileno(ip), dst)  !stat(/dev/null, fst)  
dst.st_dev == fst.st_dev  dst.st_ino == fst.st_ino)
++  ip = 0;
++  do
+   {
+   i = 0;
+   t = timeout;
+@@ -336,39 +355,39 @@ process(Sfio_t* mp, Sfio_t* lp, int dela
+   {
+   if (n  0)
+   error(ERROR_SYSTEM|2, poll failed);
+-  if (t  0)
+-  break;
++  break;
+   }
+-  else
+-  for (i = 0; i  n; i++)
++  for (i = t = 0; i  n; i++)
++  {
++  if (!(sfvalue(sps[i])  SF_READ))
++  /*skip*/;
++  else if (sps[i] == mp)
+   {
+-  if (!(sfvalue(sps[i])  SF_READ))
+-  /*skip*/;
+- 

commit kernel-source for openSUSE:Factory

2013-09-23 Thread h_root
Hello community,

here is the log from the commit of package kernel-source for openSUSE:Factory 
checked in at 2013-09-23 09:36:36

Comparing /work/SRC/openSUSE:Factory/kernel-source (Old)
 and  /work/SRC/openSUSE:Factory/.kernel-source.new (New)


Package is kernel-source

Changes:

--- /work/SRC/openSUSE:Factory/kernel-source/kernel-cubox.changes   
2013-09-16 09:43:28.0 +0200
+++ /work/SRC/openSUSE:Factory/.kernel-source.new/kernel-cubox.changes  
2013-09-23 09:36:37.0 +0200
@@ -1,0 +2,83 @@
+Fri Sep 20 21:16:16 CEST 2013 - jsl...@suse.cz
+
+- power_supply: Prevent suspend until power supply events are
+  processed (bnc#841596).
+- commit 50dfbd0
+
+---
+Wed Sep 18 14:41:04 CEST 2013 - d...@suse.de
+
+- Increase NR_CPUS on ppc64 to 2048 (fate#315438)
+- commit ddaa978
+
+---
+Tue Sep 17 19:55:19 CEST 2013 - jsl...@suse.cz
+
+- Update config files.
+  Fix ZSWAP on vanillas.
+- commit 5a7a093
+
+---
+Tue Sep 17 16:31:27 CEST 2013 - je...@suse.com
+
+- btrfs: use feature attribute names to print better error
+  messages.
+- btrfs: add ability to change features via sysfs.
+- btrfs: add publishing of unknown features in sysfs.
+- btrfs: publish per-super features to sysfs.
+- btrfs: add per-super attributes to sysfs.
+- btrfs: export supported featured to sysfs.
+- kobject: introduce kobj_completion.
+- btrfs: add ioctls to query/change feature bits online.
+- btrfs: use btrfs_commit_transaction when setting fslabel.
+- commit 7e40f1e
+
+---
+Tue Sep 17 16:28:02 CEST 2013 - je...@suse.com
+
+- config: Update missing ZSWAP configs.
+- commit 85bd223
+
+---
+Mon Sep 16 18:40:22 CEST 2013 - dste...@suse.cz
+
+- Btrfs: optimize key searches in btrfs_search_slot.
+- Btrfs: remove ourselves from the cluster list under lock.
+- Btrfs: do not clear our orphan item runtime flag on eexist.
+- Btrfs: fix printing of non NULL terminated string.
+- Btrfs: fix memory leak of orphan block rsv.
+- Btrfs: don't miss inode ref items in BTRFS_IOC_INO_LOOKUP.
+- Btrfs: add missing error code to BTRFS_IOC_INO_LOOKUP handler.
+- Btrfs: move btrfs_free_qgroup_config() out of spin_lock and
+  fix comments.
+- Btrfs: fix oops when writing dirty qgroups to disk.
+- Btrfs: fix heavy delalloc related deadlock.
+- Btrfs: fix the error handling wrt orphan items.
+- Btrfs: don't allow a subvol to be deleted if it is the default
+  subovl.
+- Btrfs: skip subvol entries when checking if we've created a
+  dir already.
+- Btrfs: fix possible memory leak in find_parent_nodes().
+- Btrfs: return ENOSPC when target space is full.
+- Btrfs: don't ignore errors from btrfs_run_delayed_items.
+- Btrfs: fix inode leak on kmalloc failure in tree-log.c.
+- Btrfs: stop using GFP_ATOMIC when allocating rewind ebs.
+- Btrfs: deal with enomem in the rewind path.
+- Btrfs: check our parent dir when doing a compare send.
+- Btrfs: handle errors when doing slow caching.
+- Btrfs: add missing error handling to read_tree_block.
+- Btrfs: add missing error check to find_parent_nodes.
+- Btrfs: don't bug_on when we fail when cleaning up transactions.
+- Btrfs: change how we queue blocks for backref checking.
+- Btrfs: add missing mounting options in btrfs_show_options().
+- Btrfs: use u64 for subvolid when parsing mount options.
+- Btrfs: don't bother autodefragging if our root is going away.
+- Btrfs: cleanup reloc roots properly on error.
+- Btrfs: reset ret in record_one_backref.
+- btrfs: fix get set label blocking against balance.
+- Btrfs: set qgroup_ulist to be null after calling ulist_free().
+- Btrfs: add missing error checks to add_data_references.
+- Btrfs: Release uuid_mutex for shrink during device delete.
+- commit ded2bc7
+
+---
kernel-debug.changes: same change
kernel-default.changes: same change
kernel-desktop.changes: same change
kernel-docs.changes: same change
kernel-ec2.changes: same change
kernel-exynos.changes: same change
kernel-lpae.changes: same change
kernel-pae.changes: same change
kernel-source.changes: same change
kernel-syms.changes: same change
kernel-trace.changes: same change
kernel-vanilla.changes: same change
kernel-xen.changes: same change



Other differences:
--
++ kernel-cubox.spec ++
--- /var/tmp/diff_new_pack.XVYWph/_old  2013-09-23 09:36:40.0 +0200
+++ /var/tmp/diff_new_pack.XVYWph/_new  2013-09-23 09:36:40.0 +0200
@@ -60,7 +60,7 @@
 Name:   

commit latexila for openSUSE:Factory

2013-09-23 Thread h_root
Hello community,

here is the log from the commit of package latexila for openSUSE:Factory 
checked in at 2013-09-23 09:40:03

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-08-30 
11:40:39.0 +0200
+++ /work/SRC/openSUSE:Factory/.latexila.new/latexila.changes   2013-09-23 
09:40:03.0 +0200
@@ -1,0 +2,11 @@
+Thu Sep 19 20:30:47 UTC 2013 - badshah...@gmail.com
+
+- Update to version 2.8.3:
+  + Build tools: fix crash on unknown post processor
+  + Updated Galician translations
+- Drop latexila-fix-makefile.patch; properly fixed upstream
+- Drop latexila-do-not-disable-deprecated-apis.patch; patch
+  implemented upstream. Also drop autotool build requirements due
+  to this patch.
+
+---

Old:

  latexila-2.8.2.tar.xz
  latexila-do-not-disable-deprecated-apis.patch
  latexila-fix-makefile.patch

New:

  latexila-2.8.3.tar.xz



Other differences:
--
++ latexila.spec ++
--- /var/tmp/diff_new_pack.b4hDE9/_old  2013-09-23 09:40:04.0 +0200
+++ /var/tmp/diff_new_pack.b4hDE9/_new  2013-09-23 09:40:04.0 +0200
@@ -17,19 +17,13 @@
 
 
 Name:   latexila
-Version:2.8.2
+Version:2.8.3
 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
-# PATCH-FIX-UPSTREAM latexila-do-not-disable-deprecated-apis.patch 
badshah...@gmail.com -- Fix building by not disabling deprecated stuff
-Patch0: latexila-do-not-disable-deprecated-apis.patch
-# PATCH-FIX-UPSTREAM latexila-fix-makefile.patch badshah...@gmail.com -- Fix 
trivial issue in a makefile
-Patch1: latexila-fix-makefile.patch
-BuildRequires:  autoconf
-BuildRequires:  automake
 BuildRequires:  fdupes
 BuildRequires:  gettext-tools
 BuildRequires:  gnome-desktop
@@ -71,10 +65,6 @@
 %prep
 %setup -q
 translation-update-upstream
-%patch0 -p1
-%patch1 -p1
-autoreconf -f -i
-intltoolize --force
 
 %build
 ./configure --prefix=%{_prefix} --with-gnome

++ latexila-2.8.2.tar.xz - latexila-2.8.3.tar.xz ++
 52158 lines of diff (skipped)

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



commit libchamplain for openSUSE:Factory

2013-09-23 Thread h_root
Hello community,

here is the log from the commit of package libchamplain for openSUSE:Factory 
checked in at 2013-09-23 09:41:01

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


Package is libchamplain

Changes:

--- /work/SRC/openSUSE:Factory/libchamplain/libchamplain.changes
2013-05-27 09:51:33.0 +0200
+++ /work/SRC/openSUSE:Factory/.libchamplain.new/libchamplain.changes   
2013-09-23 09:41:02.0 +0200
@@ -1,0 +2,11 @@
+Mon Sep 16 21:47:23 UTC 2013 - dims...@opensuse.org
+
+- Update to version 0.12.5:
+  + Add properties for animation mode  duration.
+  + Add support for OpenWeatherMap overlays.
+  + Performance improvements.
+  + Minor fixes and improvements.
+- Add gtk-doc BuildRequires: needed in order to build the html
+  docs.
+
+---

Old:

  libchamplain-0.12.4.tar.xz

New:

  libchamplain-0.12.5.tar.xz



Other differences:
--
++ libchamplain.spec ++
--- /var/tmp/diff_new_pack.sI63l9/_old  2013-09-23 09:41:03.0 +0200
+++ /var/tmp/diff_new_pack.sI63l9/_new  2013-09-23 09:41:03.0 +0200
@@ -17,9 +17,8 @@
 
 
 Name:   libchamplain
-Version:0.12.4
+Version:0.12.5
 Release:0
-# FIXME: on update, check if patch0 is still needed, or if it got fixed in vala
 Summary:Library to display maps
 License:LGPL-2.1+
 Group:  Development/Libraries/GNOME
@@ -30,6 +29,7 @@
 BuildRequires:  fdupes
 BuildRequires:  glib2-devel
 BuildRequires:  gobject-introspection-devel
+BuildRequires:  gtk-doc
 BuildRequires:  gtk3-devel
 BuildRequires:  libsoup-devel
 BuildRequires:  memphis-devel
@@ -125,8 +125,8 @@
 %{_libdir}/pkgconfig/champlain-memphis-0.12.pc
 %{_includedir}/libchamplain-0.12/
 %{_includedir}/libchamplain-gtk-0.12/
-%doc %{_datadir}/gtk-doc/html/libchamplain/
-%doc %{_datadir}/gtk-doc/html/libchamplain-gtk/
+%doc %{_datadir}/gtk-doc/html/libchamplain-0.12/
+%doc %{_datadir}/gtk-doc/html/libchamplain-gtk-0.12/
 %{_datadir}/gir-1.0/*.gir
 %dir %{_datadir}/vala
 %dir %{_datadir}/vala/vapi

++ libchamplain-0.12.4.tar.xz - libchamplain-0.12.5.tar.xz ++
 8134 lines of diff (skipped)

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



commit libdrm for openSUSE:Factory

2013-09-23 Thread h_root
Hello community,

here is the log from the commit of package libdrm for openSUSE:Factory checked 
in at 2013-09-23 09:44:39

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


Package is libdrm

Changes:

--- /work/SRC/openSUSE:Factory/libdrm/libdrm.changes2013-09-09 
19:44:23.0 +0200
+++ /work/SRC/openSUSE:Factory/.libdrm.new/libdrm.changes   2013-09-23 
09:44:40.0 +0200
@@ -1,0 +2,7 @@
+Tue Sep 17 17:49:28 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Added U_radeon-pad-CS-to-8-DW.patch from upstream -- aligns the 
+  IB to 8 DWs. r6xx also require at least 4 DW alignment to avoid 
+  a hw bug.
+
+---

New:

  U_radeon-pad-CS-to-8-DW.patch



Other differences:
--
++ libdrm.spec ++
--- /var/tmp/diff_new_pack.U7fD4p/_old  2013-09-23 09:44:41.0 +0200
+++ /var/tmp/diff_new_pack.U7fD4p/_new  2013-09-23 09:44:41.0 +0200
@@ -39,6 +39,9 @@
 # PATCH-FIX-UPSTREAM libdrm-implicit-defs.diff fdo#48599 -- Fix compiler 
warnings in tests/radeon/radeon_ttm.c
 Patch1: libdrm-implicit-defs.diff
 Patch2: u_Fix-compilation-on-systems-that-don-t-provide-O_CLOE.patch
+# PATCH-FIX-UPSTREAM U_radeon-pad-CS-to-8-DW.patch -- Aligns the IB to 8 DWs. 
r6xx also require at least 4 DW
+# alignment to avoid a hw bug.
+Patch3: U_radeon-pad-CS-to-8-DW.patch
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  autoconf = 2.63
@@ -156,6 +159,7 @@
 %setup -q
 %patch1 -p1
 %patch2 -p1
+%patch3 -p1
 
 %build
 export CFLAGS=$RPM_OPT_FLAGS -fno-strict-aliasing

++ U_radeon-pad-CS-to-8-DW.patch ++
From 58d008883165ba35c83041fa9ed84937163d5f76 Mon Sep 17 00:00:00 2001
From: Alex Deucher alexander.deuc...@amd.com
Date: Fri, 6 Sep 2013 15:58:56 -0400
Subject: [PATCH 1/1] radeon: pad CS to 8 DW

Aligns the IB to 8 DWs.  The aligns the IB to the
CP fetch size.  r6xx also require at least 4 DW
alignment to avoid a hw bug.

Signed-off-by: Alex Deucher alexander.deuc...@amd.com
---
 radeon/radeon_cs_gem.c | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/radeon/radeon_cs_gem.c b/radeon/radeon_cs_gem.c
index b963140..b87c6b1 100644
--- a/radeon/radeon_cs_gem.c
+++ b/radeon/radeon_cs_gem.c
@@ -425,6 +425,9 @@ static int cs_gem_emit(struct radeon_cs_int *cs)
 unsigned i;
 int r;
 
+while (cs-cdw  7)
+   radeon_cs_write_dword((struct radeon_cs *)cs, 0x8000);
+
 #if CS_BOF_DUMP
 cs_gem_dump_bof(cs);
 #endif
-- 
1.8.4

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



commit libgee for openSUSE:Factory

2013-09-23 Thread h_root
Hello community,

here is the log from the commit of package libgee for openSUSE:Factory checked 
in at 2013-09-23 09:45:50

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


Package is libgee

Changes:

--- /work/SRC/openSUSE:Factory/libgee/libgee.changes2013-09-11 
12:19:21.0 +0200
+++ /work/SRC/openSUSE:Factory/.libgee.new/libgee.changes   2013-09-23 
09:45:53.0 +0200
@@ -1,0 +2,7 @@
+Mon Sep 16 18:56:18 UTC 2013 - dims...@opensuse.org
+
+- Update to version 0.11.92:
+  + Override read_only_view property in ReadOnlySortedMap and its
+subclasses.
+
+---

Old:

  libgee-0.11.91.tar.xz

New:

  libgee-0.11.92.tar.xz



Other differences:
--
++ libgee.spec ++
--- /var/tmp/diff_new_pack.ldMt16/_old  2013-09-23 09:45:54.0 +0200
+++ /var/tmp/diff_new_pack.ldMt16/_new  2013-09-23 09:45:54.0 +0200
@@ -18,7 +18,7 @@
 
 
 Name:   libgee
-Version:0.11.91
+Version:0.11.92
 Release:0
 # FIXME: Remove -w from CFLAGS when bgo#682526 is fixed.
 Summary:GObject-based library providing commonly used data structures

++ libgee-0.11.91.tar.xz - libgee-0.11.92.tar.xz ++
 4689 lines of diff (skipped)

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



commit libgweather for openSUSE:Factory

2013-09-23 Thread h_root
Hello community,

here is the log from the commit of package libgweather for openSUSE:Factory 
checked in at 2013-09-23 09:46:24

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


Package is libgweather

Changes:

--- /work/SRC/openSUSE:Factory/libgweather/libgweather.changes  2013-09-11 
12:19:26.0 +0200
+++ /work/SRC/openSUSE:Factory/.libgweather.new/libgweather.changes 
2013-09-23 09:46:25.0 +0200
@@ -1,0 +2,6 @@
+Mon Sep 16 18:00:57 UTC 2013 - firebird...@gmail.com
+
+- Update to version 3.9.92:
+  + Updated translations. 
+
+---

Old:

  libgweather-3.9.91.tar.xz

New:

  libgweather-3.9.92.tar.xz



Other differences:
--
++ libgweather.spec ++
--- /var/tmp/diff_new_pack.oQ8gTT/_old  2013-09-23 09:46:26.0 +0200
+++ /var/tmp/diff_new_pack.oQ8gTT/_new  2013-09-23 09:46:26.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   libgweather
-Version:3.9.91
+Version:3.9.92
 Release:0
 Summary:Library to get online weather information
 License:GPL-2.0+

++ libgweather-3.9.91.tar.xz - libgweather-3.9.92.tar.xz ++
 129154 lines of diff (skipped)

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



commit libosinfo for openSUSE:Factory

2013-09-23 Thread h_root
Hello community,

here is the log from the commit of package libosinfo for openSUSE:Factory 
checked in at 2013-09-23 09:51:06

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


Package is libosinfo

Changes:

--- /work/SRC/openSUSE:Factory/libosinfo/libosinfo.changes  2013-05-16 
11:09:06.0 +0200
+++ /work/SRC/openSUSE:Factory/.libosinfo.new/libosinfo.changes 2013-09-23 
09:51:07.0 +0200
@@ -1,0 +2,15 @@
+Mon Sep 16 21:25:37 UTC 2013 - zai...@opensuse.org
+
+- Update to version 0.2.8:
+  + Add/improve/fix data on: ALTLinux, Fedora 19, Fedora 20,
+FreeBSD, GNOME 3.8, GNOME 3.10, Microsoft Windows 7, QEMU and
+Ubuntu.
+  + Add testcases for media detection: Microsoft Windows Server
+2008 R2.
+  + Fix export of public API.
+  + Hide private API.
+  + Fix a parallel build issue.
+  + Fix build against latest intltool.
+  + Drop usage of deprecated API.
+
+---

Old:

  libosinfo-0.2.7.tar.gz

New:

  libosinfo-0.2.8.tar.gz



Other differences:
--
++ libosinfo.spec ++
--- /var/tmp/diff_new_pack.E3XYHR/_old  2013-09-23 09:51:09.0 +0200
+++ /var/tmp/diff_new_pack.E3XYHR/_new  2013-09-23 09:51:09.0 +0200
@@ -20,7 +20,7 @@
 %define with_lang 1
 
 Name:   libosinfo
-Version:0.2.7
+Version:0.2.8
 Release:0
 Summary:Manage information about operating systems and hypervisors
 License:LGPL-2.1+ and GPL-2.0+

++ libosinfo-0.2.7.tar.gz - libosinfo-0.2.8.tar.gz ++
 28776 lines of diff (skipped)

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



commit libpcap for openSUSE:Factory

2013-09-23 Thread h_root
Hello community,

here is the log from the commit of package libpcap for openSUSE:Factory checked 
in at 2013-09-23 09:53:15

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


Package is libpcap

Changes:

--- /work/SRC/openSUSE:Factory/libpcap/libpcap.changes  2012-08-31 
09:37:22.0 +0200
+++ /work/SRC/openSUSE:Factory/.libpcap.new/libpcap.changes 2013-09-23 
09:53:17.0 +0200
@@ -1,0 +2,37 @@
+Fri Sep 13 19:35:02 UTC 2013 - andreas.stie...@gmx.de
+
+- update to 1.4.0:
+  * add netfilter/nfqueue interface
+  * support IPv6 filter expressions when no IPv6 address resolution
+availavle
+  * Fix pcap-config to include -lpthread if canusb support is
+present
+  * Try to fix pcap_parse not defined problems when --without-flex
+and --without-bison are used when you have Flex and Bison
+  * Fix some issues with the pcap_loop man page.
+  * Fix pcap_getnonblock() and pcap_setnonblock() to fill in the
+supplied error message buffer
+  * Fix typo that, it appeared, would cause pcap-libdlpi.c not to
+compile (perhaps systems with libdlpi also have BPF and use
+that instead)
+  * Catch attempts to call pcap_compile() on a non-activated pcap_t
+  * Fix crash on Linux with CAN-USB support without usbfs
+  * Fix addition of VLAN tags for Linux cooked captures
+  * Check for both EOPNOTSUPP and EINVAL after SIOCETHTOOL ioctl, so
+that the driver can report either one if it doesn't support
+SIOCETHTOOL
+  * Add DLT_INFINIBAND and DLT_SCTP
+  * Describe proto XXX and protochain XXX in the pcap-filter man
+page
+  * Handle either directories, or symlinks to directories, that
+correspond to interfaces in /sys/class/net
+  * Fix handling of VLAN tag insertion to check, on Linux 3.x
+kernels, for VLAN tag valid flag
+  * Clean up some man pages
+  * Support libnl3 as well as libnl1 and libnl2 on Linux
+- packaging changes:
+  * build with libnl
+  * refresh libpcap-ocloexec.patch for upstream changes
+  * verify source signatures
+
+---

Old:

  libpcap-1.3.0.tar.gz

New:

  libpcap-1.4.0.tar.gz
  libpcap-1.4.0.tar.gz.sig
  libpcap.keyring



Other differences:
--
++ libpcap.spec ++
--- /var/tmp/diff_new_pack.Eo6k7w/_old  2013-09-23 09:53:18.0 +0200
+++ /var/tmp/diff_new_pack.Eo6k7w/_new  2013-09-23 09:53:18.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libpcap
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 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:   libpcap
-Version:1.3.0
+Version:1.4.0
 Release:0
 Summary:A Library for Network Sniffers
 License:BSD-3-Clause
@@ -25,6 +25,8 @@
 Url:http://www.tcpdump.org/
 Source: http://www.tcpdump.org/release/%{name}-%{version}.tar.gz
 Source2:baselibs.conf
+Source3:http://www.tcpdump.org/tcpdump-workers.asc#/%{name}.keyring
+Source4:http://www.tcpdump.org/release/%{name}-%{version}.tar.gz.sig
 Patch0: libpcap-1.0.0-filter-fix.patch
 Patch1: libpcap-1.0.0-pcap-bpf.patch
 Patch2: libpcap-1.0.0-ppp.patch
@@ -35,6 +37,12 @@
 BuildRequires:  bluez-devel
 BuildRequires:  flex
 BuildRequires:  libusb-devel
+%if %{?suse_version} = 1210
+BuildRequires:  libnl3-devel
+%endif
+%if 0%{?suse_version} = 1230
+BuildRequires:  gpg-offline
+%endif
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -65,7 +73,12 @@
 %package devel
 Summary:A Library for Network Sniffers
 Group:  Development/Libraries/C and C++
+Requires:   bluez-devel
 Requires:   libpcap1 = %{version}
+Requires:   libusb-devel
+%if %{?suse_version} = 1210
+Requires:   libnl3-devel
+%endif
 
 %description devel
 libpcap is a library used by packet sniffer programs. It provides an
@@ -74,12 +87,13 @@
 program yourself.
 
 %prep
+%{?gpg_verify: %gpg_verify %{S:4}}
 %setup -q
 %patch0
 %patch1
 %patch2
 %patch3
-%patch4
+%patch4 -p1
 %build
 %ifarch %sparc
 pic=PIC

++ libpcap-1.3.0.tar.gz - libpcap-1.4.0.tar.gz ++
 18708 lines of diff (skipped)

++ libpcap-ocloexec.patch ++
 602 lines (skipped)
 between /work/SRC/openSUSE:Factory/libpcap/libpcap-ocloexec.patch
 and /work/SRC/openSUSE:Factory/.libpcap.new/libpcap-ocloexec.patch

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



commit libsoup for openSUSE:Factory

2013-09-23 Thread h_root
Hello community,

here is the log from the commit of package libsoup for openSUSE:Factory checked 
in at 2013-09-23 09:55:00

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


Package is libsoup

Changes:

--- /work/SRC/openSUSE:Factory/libsoup/libsoup.changes  2013-08-30 
16:33:21.0 +0200
+++ /work/SRC/openSUSE:Factory/.libsoup.new/libsoup.changes 2013-09-23 
09:55:01.0 +0200
@@ -1,0 +2,23 @@
+Tue Sep 17 06:56:33 UTC 2013 - dims...@opensuse.org
+
+- Update to version 2.43.92:
+  + Fixed a bug in the connection-pool code, which would in certain
+cases accidentally keep using a connection after a message was
+cancelled while in progress (bgo#708006).
+  + Fixed some problems when falling back from samba
+single-sign-on-based NTLM to ordinary ask-for-a-password NTLM.
+(bgo#703186).
+  + When sending a conditional GET request, SoupCache now preserves
+the original message's list of disabled features, ensure that
+it gets back the same kind of response the original message
+would have (bgo#706338).
+  + Fixed a warning when the remote host closes the connection
+while we are writing something using chunked encoding
+(bgo#703297).
+  + Added SoupServer:http-aliases and :https-aliases properties,
+to specify URI schemes that should be treated as though they
+were http (bgo#703694).
+  + Fixed race conditions in cache-test and timeout-test that could
+cause spurious failures (bgo#698305).
+
+---

Old:

  libsoup-2.43.90.tar.xz

New:

  libsoup-2.43.92.tar.xz



Other differences:
--
++ libsoup.spec ++
--- /var/tmp/diff_new_pack.rEGmPO/_old  2013-09-23 09:55:02.0 +0200
+++ /var/tmp/diff_new_pack.rEGmPO/_new  2013-09-23 09:55:02.0 +0200
@@ -20,7 +20,7 @@
 Summary:HTTP client/server library for GNOME
 License:LGPL-2.1+
 Group:  Development/Libraries/GNOME
-Version:2.43.90
+Version:2.43.92
 Release:0
 Url:http://www.gnome.org
 Source: 
http://download.gnome.org/sources/libsoup/2.43/%{name}-%{version}.tar.xz

++ libsoup-2.43.90.tar.xz - libsoup-2.43.92.tar.xz ++
 2623 lines of diff (skipped)

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



commit libxml++ for openSUSE:Factory

2013-09-23 Thread h_root
Hello community,

here is the log from the commit of package libxml++ for openSUSE:Factory 
checked in at 2013-09-23 09:56:13

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


Package is libxml++

Changes:

--- /work/SRC/openSUSE:Factory/libxml++/libxml++.changes2012-11-12 
12:39:11.0 +0100
+++ /work/SRC/openSUSE:Factory/.libxml++.new/libxml++.changes   2013-09-23 
09:56:14.0 +0200
@@ -1,0 +2,10 @@
+Mon Sep 16 11:16:35 UTC 2013 - dims...@opensuse.org
+
+- Update to version 2.37.1:
+  + Parser: Add [set|get]_include_default_attributes()
+(bgo#701674).
+  + Improve some null-pointer checks (bgo#705187).
+  + Build fixes (bgo#678390, bgo#702136).
+  + Updated documentation.
+
+---

Old:

  libxml++-2.36.0.tar.xz

New:

  libxml++-2.37.1.tar.xz



Other differences:
--
++ libxml++.spec ++
--- /var/tmp/diff_new_pack.0PJBmN/_old  2013-09-23 09:56:15.0 +0200
+++ /var/tmp/diff_new_pack.0PJBmN/_new  2013-09-23 09:56:15.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libxml++
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 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
@@ -21,12 +21,12 @@
 BuildRequires:  gcc-c++
 BuildRequires:  glibmm2-devel = 2.32.0
 BuildRequires:  libxml2-devel = 2.7.3
-Version:2.36.0
+Version:2.37.1
 Release:0
 Summary:C++ Interface for XML Files
 License:LGPL-2.1+
 Group:  Development/Libraries/C and C++
-Source: 
http://download.gnome.org/sources/libxml++/2.36/%{name}-%{version}.tar.xz
+Source: 
http://download.gnome.org/sources/libxml++/2.37/%{name}-%{version}.tar.xz
 Source1:baselibs.conf
 Url:http://sourceforge.net/projects/libxmlplusplus/
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ libxml++-2.36.0.tar.xz - libxml++-2.37.1.tar.xz ++
 40565 lines of diff (skipped)

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



commit lightsoff for openSUSE:Factory

2013-09-23 Thread h_root
Hello community,

here is the log from the commit of package lightsoff for openSUSE:Factory 
checked in at 2013-09-23 09:57:40

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


Package is lightsoff

Changes:

--- /work/SRC/openSUSE:Factory/lightsoff/lightsoff.changes  2013-08-30 
16:33:44.0 +0200
+++ /work/SRC/openSUSE:Factory/.lightsoff.new/lightsoff.changes 2013-09-23 
09:57:41.0 +0200
@@ -1,0 +2,7 @@
+Tue Sep 17 06:56:41 UTC 2013 - dims...@opensuse.org
+
+- Update to version 3.9.92:
+  + Add appdata file.
+  + Updated translations.
+
+---

Old:

  lightsoff-3.9.90.tar.xz

New:

  lightsoff-3.9.92.tar.xz



Other differences:
--
++ lightsoff.spec ++
--- /var/tmp/diff_new_pack.VFRzWC/_old  2013-09-23 09:57:42.0 +0200
+++ /var/tmp/diff_new_pack.VFRzWC/_new  2013-09-23 09:57:42.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   lightsoff
-Version:3.9.90
+Version:3.9.92
 Release:0
 Summary:Lights Out Game for GNOME
 License:GPL-2.0+
@@ -73,6 +73,8 @@
 %doc %{_datadir}/help/C/%{name}/
 %{_bindir}/%{name}
 %{_datadir}/%{name}/
+%dir %{_datadir}/appdata
+%{_datadir}/appdata/lightsoff.appdata.xml
 %{_datadir}/applications/%{name}.desktop
 %{_datadir}/glib-2.0/schemas/org.gnome.%{name}.gschema.xml
 %{_datadir}/icons/hicolor/*/apps/%{name}.*

++ lightsoff-3.9.90.tar.xz - lightsoff-3.9.92.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lightsoff-3.9.90/NEWS new/lightsoff-3.9.92/NEWS
--- old/lightsoff-3.9.90/NEWS   2013-08-20 20:01:24.0 +0200
+++ new/lightsoff-3.9.92/NEWS   2013-09-16 23:59:45.0 +0200
@@ -1,3 +1,9 @@
+Lights Off 3.9.92
+=
+
+* Add appdata file
+* Translation updates
+
 Lights Off 3.9.90
 =
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lightsoff-3.9.90/configure 
new/lightsoff-3.9.92/configure
--- old/lightsoff-3.9.90/configure  2013-08-20 20:03:25.0 +0200
+++ new/lightsoff-3.9.92/configure  2013-09-16 23:59:54.0 +0200
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for lightsoff 3.9.90.
+# Generated by GNU Autoconf 2.69 for lightsoff 3.9.92.
 #
 #
 # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
@@ -636,8 +636,8 @@
 # Identity of this package.
 PACKAGE_NAME='lightsoff'
 PACKAGE_TARNAME='lightsoff'
-PACKAGE_VERSION='3.9.90'
-PACKAGE_STRING='lightsoff 3.9.90'
+PACKAGE_VERSION='3.9.92'
+PACKAGE_STRING='lightsoff 3.9.92'
 PACKAGE_BUGREPORT=''
 PACKAGE_URL=''
 
@@ -1348,7 +1348,7 @@
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat _ACEOF
-\`configure' configures lightsoff 3.9.90 to adapt to many kinds of systems.
+\`configure' configures lightsoff 3.9.92 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1414,7 +1414,7 @@
 
 if test -n $ac_init_help; then
   case $ac_init_help in
- short | recursive ) echo Configuration of lightsoff 3.9.90:;;
+ short | recursive ) echo Configuration of lightsoff 3.9.92:;;
esac
   cat \_ACEOF
 
@@ -1526,7 +1526,7 @@
 test -n $ac_init_help  exit $ac_status
 if $ac_init_version; then
   cat \_ACEOF
-lightsoff configure 3.9.90
+lightsoff configure 3.9.92
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1694,7 +1694,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by lightsoff $as_me 3.9.90, which was
+It was created by lightsoff $as_me 3.9.92, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
@@ -2557,7 +2557,7 @@
 
 # Define the identity of the package.
  PACKAGE='lightsoff'
- VERSION='3.9.90'
+ VERSION='3.9.92'
 
 
 cat confdefs.h _ACEOF
@@ -5717,7 +5717,7 @@
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log=
-This file was extended by lightsoff $as_me 3.9.90, which was
+This file was extended by lightsoff $as_me 3.9.92, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   CONFIG_FILES= $CONFIG_FILES
@@ -5774,7 +5774,7 @@
 cat $CONFIG_STATUS _ACEOF || ac_write_fail=1
 ac_cs_config=`$as_echo $ac_configure_args | sed 's/^ //; 
s/[\\\`\$]//g'`
 ac_cs_version=\\
-lightsoff config.status 3.9.90
+lightsoff config.status 3.9.92
 configured by $0, 

commit lxc for openSUSE:Factory

2013-09-23 Thread h_root
Hello community,

here is the log from the commit of package lxc for openSUSE:Factory checked in 
at 2013-09-23 10:01:55

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  2013-09-16 10:06:20.0 
+0200
+++ /work/SRC/openSUSE:Factory/.lxc.new/lxc.changes 2013-09-23 
10:01:56.0 +0200
@@ -1,0 +2,6 @@
+Fri Sep 20 14:46:37 UTC 2013 - jsl...@suse.com
+
+- lxc-opensuse-add-perl-base-to-prerequisities.patch: lxc-opensuse:
+  add perl-base to prerequisities (bnc#839873)
+
+---

New:

  lxc-opensuse-add-perl-base-to-prerequisities.patch



Other differences:
--
++ lxc.spec ++
--- /var/tmp/diff_new_pack.koi51X/_old  2013-09-23 10:01:56.0 +0200
+++ /var/tmp/diff_new_pack.koi51X/_new  2013-09-23 10:01:56.0 +0200
@@ -32,6 +32,7 @@
 
 Patch0: autogenned.patch
 Patch1: opensuse-systemd-shutdown.patch
+Patch2: lxc-opensuse-add-perl-base-to-prerequisities.patch
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
@@ -83,6 +84,7 @@
 %setup -q
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
 
 %build
 %configure --disable-examples

++ lxc-opensuse-add-perl-base-to-prerequisities.patch ++
From: Jiri Slaby jsl...@suse.cz
Date: Fri, 20 Sep 2013 16:39:50 +0200
Subject: lxc-opensuse: add perl-base to prerequisities
Patch-mainline: submitted sep 20 2013
References: bnc#839873

It is needed by insserv-compat.

Signed-off-by: Jiri Slaby jsl...@suse.cz
---
 templates/lxc-opensuse.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/templates/lxc-opensuse.in b/templates/lxc-opensuse.in
index 1fc7e21..3005e40 100644
--- a/templates/lxc-opensuse.in
+++ b/templates/lxc-opensuse.in
@@ -125,7 +125,7 @@ download_opensuse()
 zypper --root $cache/partial-$arch-packages --non-interactive in 
--auto-agree-with-licenses --download-only zypper lxc patterns-openSUSE-base 
bash iputils sed tar rsyslog || return 1
 cat  $cache/partial-$arch-packages/opensuse.conf  EOF
 Preinstall: aaa_base bash coreutils diffutils
-Preinstall: filesystem fillup glibc grep insserv-compat
+Preinstall: filesystem fillup glibc grep insserv-compat perl-base
 Preinstall: libbz2-1 libgcc_s1 libncurses5 pam
 Preinstall: permissions libreadline6 rpm sed tar libz1 libselinux1
 Preinstall: liblzma5 libcap2 libacl1 libattr1
-- 
1.8.4

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



commit mathgl for openSUSE:Factory

2013-09-23 Thread h_root
Hello community,

here is the log from the commit of package mathgl for openSUSE:Factory checked 
in at 2013-09-23 10:03:17

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


Package is mathgl

Changes:

--- /work/SRC/openSUSE:Factory/mathgl/mathgl.changes2013-06-05 
17:45:36.0 +0200
+++ /work/SRC/openSUSE:Factory/.mathgl.new/mathgl.changes   2013-09-23 
10:03:18.0 +0200
@@ -1,0 +2,6 @@
+Tue Sep 17 20:53:06 UTC 2013 - badshah...@gmail.com
+
+- Add mathgl-gsl-deprecated-code-usage.patch to fix build failures
+  with gsl version 1.16, notably in openSUSE:Factory.
+
+---

New:

  mathgl-gsl-deprecated-code-usage.patch



Other differences:
--
++ mathgl.spec ++
--- /var/tmp/diff_new_pack.eWVkGi/_old  2013-09-23 10:03:18.0 +0200
+++ /var/tmp/diff_new_pack.eWVkGi/_new  2013-09-23 10:03:18.0 +0200
@@ -44,6 +44,8 @@
 Patch5: udav-help-path.patch
 # PATCH-FIX-UPSTREAM mathgl-bigendian.patch -- fixes build on bigendian 
platforms
 Patch6: mathgl-bigendian.patch 
+# PATCH-FIX-UPSTREAM mathgl-gsl-deprecated-code-usage.patch 
badshah...@gmail.com -- Fix build failures when compiling with gsl-1.16 due to 
usage of deprecated code
+Patch7: mathgl-gsl-deprecated-code-usage.patch
 BuildRequires:  cmake
 BuildRequires:  fltk-devel
 BuildRequires:  freeglut-devel
@@ -303,6 +305,7 @@
 %patch4 -p1
 %patch5 -p1
 %patch6 -p0
+%patch7 -p1
 
 # Correct octave-mathgl version
 sed -i 's/2.0/%{oct_version}/' lang/DESCRIPTION

++ mathgl-gsl-deprecated-code-usage.patch ++
Index: mathgl-2.1.3.1/src/fft.cpp
===
--- mathgl-2.1.3.1.orig/src/fft.cpp
+++ mathgl-2.1.3.1/src/fft.cpp
@@ -82,7 +82,7 @@ void MGL_EXPORT mgl_fft_free(void *wt, v
 void MGL_EXPORT mgl_fft(double *x, long s, long n, const void *wt, void *ws, 
bool inv)
 {
 #if MGL_HAVE_GSL
-gsl_fft_complex_transform(x, s, n, (const gsl_fft_complex_wavetable*)wt, 
(gsl_fft_complex_workspace*)ws, inv?backward:forward);
+gsl_fft_complex_transform(x, s, n, (const gsl_fft_complex_wavetable*)wt, 
(gsl_fft_complex_workspace*)ws, inv?gsl_fft_backward:gsl_fft_forward);
 #else  // NOTE this is VERY slow!
const double *c = (const double *)wt;
double *d = (double *)ws, f = inv?1./n:1;
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit mariadb for openSUSE:Factory

2013-09-23 Thread h_root
Hello community,

here is the log from the commit of package mariadb for openSUSE:Factory checked 
in at 2013-09-23 10:02:33

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  2013-08-21 
15:08:32.0 +0200
+++ /work/SRC/openSUSE:Factory/.mariadb.new/mariadb.changes 2013-09-23 
10:02:36.0 +0200
@@ -1,0 +2,28 @@
+Thu Sep 19 08:03:20 UTC 2013 - mhruse...@suse.com
+
+- comment out old settings dir if it doesn't exist
+
+---
+Wed Sep 18 23:33:33 CEST 2013 - mhruse...@suse.cz
+
+- fixed commenting out of incompatible options
+- updated to MariaDB 5.5.33
+  * Release notes:
+http://kb.askmonty.org/v/mariadb-5533-release-notes
+  * Changelog:
+http://kb.askmonty.org/v/mariadb-5533-changelog
+  * not using TokuDB and jmalloc
+
+---
+Mon Sep  9 10:37:12 CEST 2013 - mhruse...@suse.cz
+
+- better version detection
+- drop /etc/mysql dir, use upstream /etc/my.cfn.d only
+
+---
+Thu Aug 22 03:04:45 UTC 2013 - crrodrig...@opensuse.org
+
+- Build with -DOPENSSL_LOAD_CONF so mariadb respects 
+  and load the system's openSSL configuration.
+
+---

Old:

  mariadb-5.5.32.tar.bz2

New:

  mariadb-5.5.33.tar.bz2



Other differences:
--
++ mariadb.spec ++
--- /var/tmp/diff_new_pack.9fLBJ9/_old  2013-09-23 10:02:38.0 +0200
+++ /var/tmp/diff_new_pack.9fLBJ9/_new  2013-09-23 10:02:38.0 +0200
@@ -16,9 +16,10 @@
 #
 
 # Few definitions which will alter build
-%define prefered   1
-%define use_cmake  1
-%define cluster0
+%define prefered   01
+%define use_cmake  01
+%define cluster00
+%define have_info  0
 %define builtin_plugins partition,csv,heap,aria,pbxt,myisam,myisammrg,xtradb
 %define use_extra_provides 1
 %define extra_provides mariadb_55
@@ -34,9 +35,9 @@
 Summary:Server part of MariaDB
 License:SUSE-GPL-2.0-with-FLOSS-exception
 Group:  Productivity/Databases/Servers
-Version:5.5.32
+Version:5.5.33
 Release:0
-%define srv_vers 5.5.32
+%define srv_vers 5.5.33
 Url:http://www.mariab.org
 Source: mariadb-%{version}.tar.bz2
 Source2:baselibs.conf
@@ -54,6 +55,9 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %if 0%{?suse_version}
 PreReq: pwdutils
+%if %have_info
+PreReq: %install_info_prereq %insserv_prereq
+%endif
 %endif
 BuildRequires:  autoconf
 BuildRequires:  automake
@@ -399,6 +403,8 @@
 %endif
 # Broken test that needs sources
 rm -f mysql-test/t/file_contents.test mysql-test/r/file_contents.result
+# Present only in newer MariaDB, big change, needs fixing  testing
+rm -rf storage/tokudb
 
 %build
 %{expand:%(cat %_sourcedir/build.inc)}
@@ -445,6 +451,10 @@
 end
 
 %posttrans
+%if %have_info
+[ -z `ls %{_infodir}/mysql.info.* 2 /dev/null` ] || \
+%install_info --info-dir=%{_infodir} %{_infodir}/mysql.info.*
+%endif
 if [ -d /var/lib/mysql ]; then
touch /var/lib/mysql/.run-mysql_upgrade
chown -R --no-dereference mysql:mysql /var/lib/mysql
@@ -484,6 +494,9 @@
 
 %postun
 if [ $1 = 0 ]; then
+   %if %have_info
+   %install_info_delete --info-dir=%{_infodir} %{_infodir}/mysql.info.*
+   %endif
%{insserv_cleanup}
rm -f /var/lib/systemd/migrated/mysql.service
if [ -x /usr/bin/systemctl ]; then
@@ -502,6 +515,9 @@
 %config(noreplace) %attr(0640, root, mysql) /etc/my.cnf.d/*
 %config /etc/logrotate.d/mysql
 %doc %{_defaultdocdir}/%{name}
+%if %have_info
+%doc %{_infodir}/mysql.info.*
+%endif
 /etc/init.d/mysql
 /usr/sbin/rcmysql
 %dir /usr/share/%{name}

++ build.inc ++
--- /var/tmp/diff_new_pack.9fLBJ9/_old  2013-09-23 10:02:38.0 +0200
+++ /var/tmp/diff_new_pack.9fLBJ9/_new  2013-09-23 10:02:38.0 +0200
@@ -9,7 +9,7 @@
 %ifarch ppc64
 export EXTRA_FLAGS= -mminimal-toc 
 %endif
-export CFLAGS=$RPM_OPT_FLAGS -DPIC -fPIC -DFORCE_INIT_OF_VARS $EXTRA_FLAGS 
+export CFLAGS=$RPM_OPT_FLAGS -DOPENSSL_LOAD_CONF -DPIC -fPIC 
-DFORCE_INIT_OF_VARS $EXTRA_FLAGS 
 export CXXFLAGS=$CFLAGS -fno-exceptions -fno-rtti
 
 %if 0%{use_cmake}  1
@@ -101,6 +101,7 @@
shift
cmake -DWITH_SSL=system\
-DWITH_ZLIB=system  
 \
+   -DWITH_JEMALLOC=no  
 \
-DWITH_READLINE=0 

commit Mesa for openSUSE:Factory

2013-09-23 Thread h_root
Hello community,

here is the log from the commit of package Mesa for openSUSE:Factory checked in 
at 2013-09-23 10:04:37

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


Package is Mesa

Changes:

--- /work/SRC/openSUSE:Factory/Mesa/Mesa.changes2013-09-16 
19:37:18.0 +0200
+++ /work/SRC/openSUSE:Factory/.Mesa.new/Mesa.changes   2013-09-23 
10:04:38.0 +0200
@@ -1,0 +2,9 @@
+Tue Sep 17 17:50:56 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Added U_radeon-winsys-pad-IBs-to-a-multiple-of-8-DWs.patch from
+  upstream -- aligns the gfx, compute, and dma IBs to 8 DW boundries.
+  Additionally, r6xx hardware requires at least 4
+  DW alignment to avoid a hw bug.  This also aligns the DMA
+  IBs to 8 DW which is required for the DMA engine.
+
+---

New:

  U_radeon-winsys-pad-IBs-to-a-multiple-of-8-DWs.patch



Other differences:
--
++ Mesa.spec ++
--- /var/tmp/diff_new_pack.4AWhap/_old  2013-09-23 10:04:39.0 +0200
+++ /var/tmp/diff_new_pack.4AWhap/_new  2013-09-23 10:04:39.0 +0200
@@ -111,6 +111,8 @@
 # PATCH-FIX-UPSTREAM gallium-egl-gbm-use-wayland-cflags.patch -- use pkgconfig 
for finding wayland
 Patch16:u_gallium-egl-gbm-use-wayland-cflags.patch
 Patch18:U_wayland-egl-pc-require-wayland.patch
+# PATCH-FIX-UPSTREAM U_radeon-winsys-pad-IBs-to-a-multiple-of-8-DWs.patch -- 
from 
http://cgit.freedesktop.org/mesa/mesa/commit/?id=a81beee37e0dd7b75422448420e8e8b0b4b76c1e
+Patch19:U_radeon-winsys-pad-IBs-to-a-multiple-of-8-DWs.patch
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
@@ -534,6 +536,7 @@
 %patch16 -p1
 %endif
 %patch18 -p1
+%patch19 -p1
 
 %build
 

++ U_radeon-winsys-pad-IBs-to-a-multiple-of-8-DWs.patch ++
From a81beee37e0dd7b75422448420e8e8b0b4b76c1e Mon Sep 17 00:00:00 2001
From: Alex Deucher alexander.deuc...@amd.com
Date: Fri, 6 Sep 2013 16:43:34 -0400
Subject: [PATCH 1/1] radeon/winsys: pad IBs to a multiple of 8 DWs
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

This aligns the gfx, compute, and dma IBs to 8 DW boundries.
This aligns the the IB to the fetch size of the CP for optimal
performance. Additionally, r6xx hardware requires at least 4
DW alignment to avoid a hw bug.  This also aligns the DMA
IBs to 8 DW which is required for the DMA engine.  This
alignment is already handled in the gallium driver, but that
patch can be removed now that it's done in the winsys.

Reviewed-by: Marek Olšák marek.ol...@amd.com
Signed-off-by: Alex Deucher alexander.deuc...@amd.com
CC: 9.2 mesa-sta...@lists.freedesktop.org
CC: 9.1 mesa-sta...@lists.freedesktop.org
---
 src/gallium/winsys/radeon/drm/radeon_drm_cs.c | 30 +++
 1 file changed, 30 insertions(+)

diff --git a/src/gallium/winsys/radeon/drm/radeon_drm_cs.c 
b/src/gallium/winsys/radeon/drm/radeon_drm_cs.c
index ea0c99d..38a9209 100644
--- a/src/gallium/winsys/radeon/drm/radeon_drm_cs.c
+++ b/src/gallium/winsys/radeon/drm/radeon_drm_cs.c
@@ -466,6 +466,36 @@ static void radeon_drm_cs_flush(struct radeon_winsys_cs 
*rcs, unsigned flags, ui
 struct radeon_drm_cs *cs = radeon_drm_cs(rcs);
 struct radeon_cs_context *tmp;
 
+switch (cs-base.ring_type) {
+case RING_DMA:
+   /* pad DMA ring to 8 DWs */
+   if (cs-ws-info.chip_class = SI) {
+   while (rcs-cdw  7)
+   OUT_CS(cs-base, 0xf000); /* NOP packet */
+   } else {
+   while (rcs-cdw  7)
+   OUT_CS(cs-base, 0x); /* NOP packet */
+   }
+   break;
+case RING_GFX:
+   /* pad DMA ring to 8 DWs to meet CP fetch alignment requirements
+* r6xx, requires at least 4 dw alignment to avoid a hw bug.
+*/
+if (flags  RADEON_FLUSH_COMPUTE) {
+   if (cs-ws-info.chip_class = SI) {
+   while (rcs-cdw  7)
+   OUT_CS(cs-base, 0x8000); /* type2 nop 
packet */
+   } else {
+   while (rcs-cdw  7)
+   OUT_CS(cs-base, 0x1000); /* type3 nop 
packet */
+   }
+   } else {
+   while (rcs-cdw  7)
+   OUT_CS(cs-base, 0x8000); /* type2 nop packet 
*/
+   }
+   break;
+}
+
 if (rcs-cdw  RADEON_MAX_CMDBUF_DWORDS) {
fprintf(stderr, radeon: command stream overflowed\n);
 }
-- 
1.8.4

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

commit mkinitrd for openSUSE:Factory

2013-09-23 Thread h_root
Hello community,

here is the log from the commit of package mkinitrd for openSUSE:Factory 
checked in at 2013-09-23 10:05:23

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


Package is mkinitrd

Changes:

--- /work/SRC/openSUSE:Factory/mkinitrd/mkinitrd.changes2013-09-13 
14:43:52.0 +0200
+++ /work/SRC/openSUSE:Factory/.mkinitrd.new/mkinitrd.changes   2013-09-23 
10:05:24.0 +0200
@@ -1,0 +2,5 @@
+Wed Sep 18 15:48:09 CEST 2013 - oher...@suse.de
+
+- Conflicts with mdadm older than 3.3 after previous change (bnc#838777)
+
+---



Other differences:
--
++ mkinitrd.spec ++
--- /var/tmp/diff_new_pack.7iKxgU/_old  2013-09-23 10:05:26.0 +0200
+++ /var/tmp/diff_new_pack.7iKxgU/_new  2013-09-23 10:05:26.0 +0200
@@ -44,6 +44,7 @@
 Version:2.7.2
 Release:0
 Conflicts:  udev  118
+Conflicts:  mdadm  3.3
 Requires:   dhcpcd
 PreReq: %fillup_prereq
 Summary:Creates an Initial RAM Disk Image for Preloading Modules

++ mkinitrd.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mkinitrd-2.7.2/mkinitrd.changes 
new/mkinitrd-2.7.2/mkinitrd.changes
--- old/mkinitrd-2.7.2/mkinitrd.changes 2013-09-12 11:50:11.0 +0200
+++ new/mkinitrd-2.7.2/mkinitrd.changes 2013-09-18 20:13:48.0 +0200
@@ -1,4 +1,21 @@
 ---
+Wed Sep 18 15:48:09 CEST 2013 - oher...@suse.de
+
+- Conflicts with mdadm older than 3.3 after previous change (bnc#838777)
+
+---
+Thu Sep 12 01:02:49 UTC 2013 - nfbr...@suse.com
+
+- Two improvements for md
+  1/ Don't install the udev rules file 64-md-raid.rules.
+ It has been renamed to 2 different files, and the mdadm
+ package installs it now.
+  2/ Run mdadm -IRs at half-time when waiting for the root
+ device to appear.
+ This will start any newly-degraded array (weren't degraded
+ when machine was shut down).
+
+---
 Tue Sep  3 10:38:29 CEST 2013 - oher...@suse.de
 
 - Fix MODULES_LOADED_ON_BOOT migration, handle unset variable
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mkinitrd-2.7.2/mkinitrd.spec 
new/mkinitrd-2.7.2/mkinitrd.spec
--- old/mkinitrd-2.7.2/mkinitrd.spec2013-09-12 11:50:11.0 +0200
+++ new/mkinitrd-2.7.2/mkinitrd.spec2013-09-18 20:13:48.0 +0200
@@ -44,6 +44,7 @@
 Version:@@VERSION@@
 Release:0
 Conflicts:  udev  118
+Conflicts:  mdadm  3.3
 Requires:   dhcpcd
 PreReq: %fillup_prereq
 Summary:Creates an Initial RAM Disk Image for Preloading Modules

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



commit MozillaFirefox for openSUSE:Factory

2013-09-23 Thread h_root
Hello community,

here is the log from the commit of package MozillaFirefox for openSUSE:Factory 
checked in at 2013-09-23 10:05:39

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


Package is MozillaFirefox

Changes:

--- /work/SRC/openSUSE:Factory/MozillaFirefox/MozillaFirefox.changes
2013-08-30 11:42:58.0 +0200
+++ /work/SRC/openSUSE:Factory/.MozillaFirefox.new/MozillaFirefox.changes   
2013-09-23 10:05:41.0 +0200
@@ -1,0 +2,38 @@
+Mon Sep 16 11:59:18 UTC 2013 - lnus...@suse.de
+
+- move greek to the translations-common package (bnc#840551)
+
+---
+Sat Sep 14 14:39:58 UTC 2013 - w...@rosenauer.org
+
+- update to Firefox 24.0 (bnc#840485)
+  * MFSA 2013-76/CVE-2013-1718/CVE-2013-1719
+Miscellaneous memory safety hazards
+  * MFSA 2013-77/CVE-2013-1720 (bmo#20)
+Improper state in HTML5 Tree Builder with templates
+  * MFSA 2013-78/CVE-2013-1721 (bmo#890277)
+Integer overflow in ANGLE library
+  * MFSA 2013-79/CVE-2013-1722 (bmo#893308)
+Use-after-free in Animation Manager during stylesheet cloning
+  * MFSA 2013-80/CVE-2013-1723 (bmo#891292)
+NativeKey continues handling key messages after widget is destroyed
+  * MFSA 2013-81/CVE-2013-1724 (bmo#894137)
+Use-after-free with select element
+  * MFSA 2013-82/CVE-2013-1725 (bmo#876762)
+Calling scope for new Javascript objects can lead to memory corruption
+  * MFSA 2013-85/CVE-2013-1728 (bmo#883686)
+Uninitialized data in IonMonkey
+  * MFSA 2013-88/CVE-2013-1730 (bmo#851353)
+Compartment mismatch re-attaching XBL-backed nodes
+  * MFSA 2013-89/CVE-2013-1732 (bmo#883514)
+Buffer overflow with multi-column, lists, and floats
+  * MFSA 2013-90/CVE-2013-1735/CVE-2013-1736 (bmo#898871, bmo#906301)
+Memory corruption involving scrolling
+  * MFSA 2013-91/CVE-2013-1737 (bmo#907727)
+User-defined properties on DOM proxies get the wrong this object
+  * MFSA 2013-92/CVE-2013-1738 (bmo#887334, bmo#882897)
+GC hazard with default compartments and frame chain restoration
+- enable gstreamer explicitely via pref (gecko.js)
+- require NSS 3.15.1
+
+---

Old:

  firefox-23.0.1-source.tar.bz2
  l10n-23.0.1.tar.bz2

New:

  firefox-24.0-source.tar.bz2
  gecko.js
  l10n-24.0.tar.bz2



Other differences:
--
++ MozillaFirefox.spec ++
--- /var/tmp/diff_new_pack.7XAwHz/_old  2013-09-23 10:05:50.0 +0200
+++ /var/tmp/diff_new_pack.7XAwHz/_new  2013-09-23 10:05:50.0 +0200
@@ -17,8 +17,8 @@
 #
 
 
-%define major 23
-%define mainver %major.0.1
+%define major 24
+%define mainver %major.0
 %define update_channel release
 
 %if %suse_version  1220
@@ -51,7 +51,7 @@
 BuildRequires:  wireless-tools
 %endif
 BuildRequires:  mozilla-nspr-devel = 4.10
-BuildRequires:  mozilla-nss-devel = 3.15
+BuildRequires:  mozilla-nss-devel = 3.15.1
 BuildRequires:  nss-shared-helper-devel
 %if %suse_version  1210
 BuildRequires:  pkgconfig(gstreamer-%gstreamer_ver)
@@ -60,7 +60,7 @@
 %endif
 Version:%{mainver}
 Release:0
-%define releasedate 2013082400
+%define releasedate 2013091200
 Provides:   firefox = %{mainver}
 Provides:   firefox = %{version}-%{release}
 Provides:   web_browser
@@ -88,6 +88,7 @@
 Source12:   mozilla-get-app-id
 Source13:   add-plugins.sh.in
 Source14:   create-tar.sh
+Source15:   gecko.js
 # Gecko/Toolkit
 Patch1: toolkit-download-folder.patch
 Patch2: mozilla-nongnome-proxies.patch
@@ -164,7 +165,7 @@
 %package translations-common
 Summary:Common translations for Firefox
 Group:  System/Localization
-Provides:   
locale(%{name}:ar;ca;cs;da;de;en_GB;es_AR;es_CL;es_ES;fi;fr;hu;it;ja;ko;nb_NO;nl;pl;pt_BR;pt_PT;ru;sv_SE;zh_CN;zh_TW)
+Provides:   
locale(%{name}:ar;ca;cs;da;de;en_GB;el;es_AR;es_CL;es_ES;fi;fr;hu;it;ja;ko;nb_NO;nl;pl;pt_BR;pt_PT;ru;sv_SE;zh_CN;zh_TW)
 Requires:   %{name} = %{version}
 Obsoletes:  %{name}-translations  %{version}-%{release}
 
@@ -175,7 +176,7 @@
 %package translations-other
 Summary:Extra translations for Firefox
 Group:  System/Localization
-Provides:   
locale(%{name}:ach;af;ak;as;ast;be;bg;bn_BD;bn_IN;br;bs;csb;cy;el;en_ZA;eo;es_MX;et;eu;fa;ff;fy_NL;ga_IE;gd;gl;gu_IN;he;hi_IN;hr;hy_AM;id;is;kk;km;kn;ku;lg;lij;lt;lv;mai;mk;ml;mr;nn_NO;nso;or;pa_IN;rm;ro;si;sk;sl;son;sq;sr;ta;ta_LK;te;th;tr;uk;vi;zu)
+Provides:   

commit mutter for openSUSE:Factory

2013-09-23 Thread h_root
Hello community,

here is the log from the commit of package mutter for openSUSE:Factory checked 
in at 2013-09-23 10:32:01

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


Package is mutter

Changes:

--- /work/SRC/openSUSE:Factory/mutter/mutter.changes2013-09-12 
16:43:04.0 +0200
+++ /work/SRC/openSUSE:Factory/.mutter.new/mutter.changes   2013-09-23 
11:17:21.0 +0200
@@ -1,0 +2,14 @@
+Tue Sep 17 06:56:53 UTC 2013 - dims...@opensuse.org
+
+- Update to version 3.9.92:
+  + Don't create a dummy texture for the texture pipeline template
+(bgo#707458).
+  + Remove holes generated by disabling the laptop lid
+(bgo#707473).
+  + Don't require plugins to pass event to Clutter (bgo#707482).
+  + Add support for more cursor types (bgo#707919).
+  + Immediately fire idle watches that are already expired
+(bgo#707302).
+  + Bugs fixed: bgo#707474, bgo#707563, bgo#707649, bgo#708070.
+
+---

Old:

  mutter-3.9.91.tar.xz

New:

  mutter-3.9.92.tar.xz



Other differences:
--
++ mutter.spec ++
--- /var/tmp/diff_new_pack.7wGexl/_old  2013-09-23 11:17:22.0 +0200
+++ /var/tmp/diff_new_pack.7wGexl/_new  2013-09-23 11:17:22.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   mutter
-Version:3.9.91
+Version:3.9.92
 Release:0
 Summary:Window and compositing manager based on Clutter
 License:GPL-2.0+

++ mutter-3.9.91.tar.xz - mutter-3.9.92.tar.xz ++
 25769 lines of diff (skipped)

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



commit orca for openSUSE:Factory

2013-09-23 Thread h_root
Hello community,

here is the log from the commit of package orca for openSUSE:Factory checked in 
at 2013-09-23 10:35:03

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


Package is orca

Changes:

--- /work/SRC/openSUSE:Factory/orca/orca.changes2013-09-11 
13:00:12.0 +0200
+++ /work/SRC/openSUSE:Factory/.orca.new/orca.changes   2013-09-23 
11:17:30.0 +0200
@@ -1,0 +2,26 @@
+Mon Sep 16 21:47:32 UTC 2013 - dims...@opensuse.org
+
+- Update to version 3.9.92:
+  + Improved support for presenting GtkListBox, GtkListBox items,
+and their child widgets.
+  + Present accessible name-changed events for the active frame.
+  + Present expandable and expanded states, state changes for
+menu items.
+  + Fix isSameObject() so that it is more performant and has less
+false positives.
+  + Fall back on child index when spatially comparing objects with
+bogus extents.
+  + Fall back on displayed text when flat-reviewing icons that lack
+name and description.
+  + Remove the outline debugging tool. It was always a hack; now
+it also causes focus loss.
+  + bgo#703472: Fix Makefiles so orca can be a noarch package.
+  + Update orca executable for the recent python dir changes.
+  + Remove deprecated calls to GLib and GObject threads_init.
+- Drop pkgconfig(atk) and pkgconfig(gtk+-3.0) BuildRequires: no
+  longer needed.
+- Drop python3-cairo Requires and BuildRequires: no longer needed.
+- Add hicolor-icon-theme BuildRequires: needed for thepost
+  scriptlets. It used to be pulled in by other dependencies before.
+
+---

Old:

  orca-3.9.91.tar.xz

New:

  orca-3.9.92.tar.xz



Other differences:
--
++ orca.spec ++
--- /var/tmp/diff_new_pack.GlzVHQ/_old  2013-09-23 11:17:30.0 +0200
+++ /var/tmp/diff_new_pack.GlzVHQ/_new  2013-09-23 11:17:30.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   orca
-Version:3.9.91
+Version:3.9.92
 Release:0
 # FIXME: Enable brlapi support
 Summary:Screen reader for GNOME
@@ -26,27 +26,24 @@
 Url:http://www.gnome.org/
 Source: 
http://download.gnome.org/sources/orca/3.9/%{name}-%{version}.tar.xz
 BuildRequires:  fdupes
+BuildRequires:  hicolor-icon-theme
 BuildRequires:  intltool
 BuildRequires:  liblouis-devel
 BuildRequires:  python = 3.3
 #BuildRequires:  python3-brlapi
-BuildRequires:  python3-cairo
 BuildRequires:  python3-louis
 BuildRequires:  python3-speechd
 BuildRequires:  translation-update-upstream
 BuildRequires:  update-desktop-files
 BuildRequires:  yelp-tools
-BuildRequires:  pkgconfig(atk) = 2.6
-BuildRequires:  pkgconfig(atk-bridge-2.0) = 2.6
-BuildRequires:  pkgconfig(atspi-2) = 2.6
-BuildRequires:  pkgconfig(gtk+-3.0) = 3.6.2
+BuildRequires:  pkgconfig(atk-bridge-2.0) = 2.8
+BuildRequires:  pkgconfig(atspi-2) = 2.8
 BuildRequires:  pkgconfig(pygobject-3.0) = 3.4.2
 # the gsettings tool is used to know if a11y is enabled
 Requires:   glib2-tools
 # pyatspi is a virtual name that is provided by the default at-spi stack
 Requires:   py3atspi
 #Requires:   python3-brlapi
-Requires:   python3-cairo
 Requires:   python3-gobject
 Requires:   python3-louis
 Recommends: %{name}-lang
@@ -98,7 +95,7 @@
 %{_datadir}/icons/hicolor/scalable/apps/*.svg
 %{_datadir}/orca/
 %{_mandir}/man1/orca.1%{?ext_man}
-%{python3_sitearch}/orca/
+%{python3_sitelib}/orca/
 
 %files lang -f %{name}.lang
 

++ orca-3.9.91.tar.xz - orca-3.9.92.tar.xz ++
 71803 lines of diff (skipped)

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



commit mysql-community-server for openSUSE:Factory

2013-09-23 Thread h_root
Hello community,

here is the log from the commit of package mysql-community-server for 
openSUSE:Factory checked in at 2013-09-23 10:32:13

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


Package is mysql-community-server

Changes:

--- 
/work/SRC/openSUSE:Factory/mysql-community-server/mysql-community-server.changes
2013-08-15 16:24:46.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.mysql-community-server.new/mysql-community-server.changes
   2013-09-23 11:17:23.0 +0200
@@ -1,0 +2,19 @@
+Tue Sep 17 14:13:15 UTC 2013 - sch...@suse.de
+
+- mysql-community-server-5.6.12-va_list.patch: Fix invalid use of va_list
+
+---
+Mon Sep  9 10:35:47 CEST 2013 - mhruse...@suse.cz
+
+- better version detection
+- drop /etc/mysql dir, use upstream /etc/my.cfn.d only
+
+---
+Fri Aug 30 11:22:24 CEST 2013 - mhruse...@suse.cz
+
+- include info file
+- better README
+- Build with -DOPENSSL_LOAD_CONF so mariadb respects 
+  and load the system's openSSL configuration.
+
+---



Other differences:
--
++ mysql-community-server.spec ++
--- /var/tmp/diff_new_pack.uCtq1P/_old  2013-09-23 11:17:24.0 +0200
+++ /var/tmp/diff_new_pack.uCtq1P/_new  2013-09-23 11:17:24.0 +0200
@@ -17,9 +17,10 @@
 
 
 # Few definitions which will alter build
-%define prefered   0
-%define use_cmake  1
-%define cluster0
+%define prefered   00
+%define use_cmake  01
+%define cluster00
+%define have_info  01
 %define builtin_plugins partition,csv,heap,myisam,innobase
 %define use_extra_provides 1
 %define extra_provides mysql-community-server_56
@@ -55,6 +56,9 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %if 0%{?suse_version}
 PreReq: pwdutils
+%if %have_info
+PreReq: %install_info_prereq %insserv_prereq
+%endif
 %endif
 BuildRequires:  autoconf
 BuildRequires:  automake
@@ -463,6 +467,10 @@
 end
 
 %posttrans
+%if %have_info
+[ -z `ls %{_infodir}/mysql.info.* 2 /dev/null` ] || \
+%install_info --info-dir=%{_infodir} %{_infodir}/mysql.info.*
+%endif
 if [ -d /var/lib/mysql ]; then
touch /var/lib/mysql/.run-mysql_upgrade
chown -R --no-dereference mysql:mysql /var/lib/mysql
@@ -502,6 +510,9 @@
 
 %postun
 if [ $1 = 0 ]; then
+   %if %have_info
+   %install_info_delete --info-dir=%{_infodir} %{_infodir}/mysql.info.*
+   %endif
%{insserv_cleanup}
rm -f /var/lib/systemd/migrated/mysql.service
if [ -x /usr/bin/systemctl ]; then
@@ -520,6 +531,9 @@
 %config(noreplace) %attr(0640, root, mysql) /etc/my.cnf.d/*
 %config /etc/logrotate.d/mysql
 %doc %{_defaultdocdir}/%{name}
+%if %have_info
+%doc %{_infodir}/mysql.info.*
+%endif
 /etc/init.d/mysql
 /usr/sbin/rcmysql
 %dir /usr/share/%{name}

++ README.SuSE ++
--- /var/tmp/diff_new_pack.uCtq1P/_old  2013-09-23 11:17:24.0 +0200
+++ /var/tmp/diff_new_pack.uCtq1P/_new  2013-09-23 11:17:24.0 +0200
@@ -55,3 +55,16 @@
 
/var/log/mysql/mysqld-upgrade.log
 
+5) Migration from previous versions
+===
+
+If you are migrating from previous versions, you should take a look at official
+documentation regarding migration:
+
+ * 5.0 - 5.1 series
+   https://dev.mysql.com/doc/refman/5.1/en/upgrading-from-previous-series.html
+ * 5.1 - 5.5 series
+   https://dev.mysql.com/doc/refman/5.5/en/upgrading-from-previous-series.html
+ * 5.5 - 5.6 series
+   https://dev.mysql.com/doc/refman/5.6/en/upgrading-from-previous-series.html
+

++ build.inc ++
--- /var/tmp/diff_new_pack.uCtq1P/_old  2013-09-23 11:17:24.0 +0200
+++ /var/tmp/diff_new_pack.uCtq1P/_new  2013-09-23 11:17:24.0 +0200
@@ -9,7 +9,7 @@
 %ifarch ppc64
 export EXTRA_FLAGS= -mminimal-toc 
 %endif
-export CFLAGS=$RPM_OPT_FLAGS -DPIC -fPIC -DFORCE_INIT_OF_VARS $EXTRA_FLAGS 
+export CFLAGS=$RPM_OPT_FLAGS -DOPENSSL_LOAD_CONF -DPIC -fPIC 
-DFORCE_INIT_OF_VARS $EXTRA_FLAGS 
 export CXXFLAGS=$CFLAGS -fno-exceptions -fno-rtti
 
 %if 0%{use_cmake}  1

++ configuration-tweaks.tar.bz2 ++

++ install.inc ++
--- /var/tmp/diff_new_pack.uCtq1P/_old  2013-09-23 11:17:24.0 +0200
+++ /var/tmp/diff_new_pack.uCtq1P/_new  2013-09-23 11:17:24.0 +0200
@@ -88,6 +88,7 @@
install -m 644 ${i} ${DOCDIR} || true
 done
 install -m 755 %_sourcedir/rc.mysql-multi %buildroot/etc/init.d/mysql
+sed -i 's|@MYSQLVER@|%{version}|' %buildroot/etc/init.d/mysql
 ln -sf ../../etc/init.d/mysql %buildroot/usr/sbin/rcmysql
 # this is used by the init script
 

commit MozillaThunderbird for openSUSE:Factory

2013-09-23 Thread h_root
Hello community,

here is the log from the commit of package MozillaThunderbird for 
openSUSE:Factory checked in at 2013-09-23 10:27:40

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


Package is MozillaThunderbird

Changes:

--- /work/SRC/openSUSE:Factory/MozillaThunderbird/MozillaThunderbird.changes
2013-08-11 11:21:26.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.MozillaThunderbird.new/MozillaThunderbird.changes   
2013-09-23 11:17:15.0 +0200
@@ -1,0 +2,39 @@
+Sat Sep 14 20:32:28 UTC 2013 - w...@rosenauer.org
+
+- update to Thunderbird 24.0 (bnc#840485)
+  * MFSA 2013-76/CVE-2013-1718/CVE-2013-1719
+Miscellaneous memory safety hazards
+  * MFSA 2013-77/CVE-2013-1720 (bmo#20)
+Improper state in HTML5 Tree Builder with templates
+  * MFSA 2013-79/CVE-2013-1722 (bmo#893308)
+Use-after-free in Animation Manager during stylesheet cloning
+  * MFSA 2013-80/CVE-2013-1723 (bmo#891292)
+NativeKey continues handling key messages after widget is destroyed
+  * MFSA 2013-81/CVE-2013-1724 (bmo#894137)
+Use-after-free with select element
+  * MFSA 2013-82/CVE-2013-1725 (bmo#876762)
+Calling scope for new Javascript objects can lead to memory corruption
+  * MFSA 2013-85/CVE-2013-1728 (bmo#883686)
+Uninitialized data in IonMonkey
+  * MFSA 2013-88/CVE-2013-1730 (bmo#851353)
+Compartment mismatch re-attaching XBL-backed nodes
+  * MFSA 2013-89/CVE-2013-1732 (bmo#883514)
+Buffer overflow with multi-column, lists, and floats
+  * MFSA 2013-90/CVE-2013-1735/CVE-2013-1736 (bmo#898871, bmo#906301)
+Memory corruption involving scrolling
+  * MFSA 2013-91/CVE-2013-1737 (bmo#907727)
+User-defined properties on DOM proxies get the wrong this object
+  * MFSA 2013-92/CVE-2013-1738 (bmo#887334, bmo#882897)
+GC hazard with default compartments and frame chain restoration
+- moved greek to common translation package
+- require NSPR 4.10 and NSS 3.15.1
+- add GStreamer build requirements for Gecko
+- added enigmail-build.patch to fix TB packaging (bmo#886095)
+- removed obsolete patches:
+  * enigmail-old-gcc.patch
+  * mozilla-gcc43-enums.patch
+  * mozilla-gcc43-template_hacks.patch
+  * mozilla-gcc43-templates_instantiation.patch
+  * ppc-xpcshell.patch
+
+---

Old:

  enigmail-old-gcc.patch
  l10n-17.0.8.tar.bz2
  mozilla-gcc43-enums.patch
  mozilla-gcc43-template_hacks.patch
  mozilla-gcc43-templates_instantiation.patch
  ppc-xpcshell.patch
  thunderbird-17.0.8-source.tar.bz2

New:

  enigmail-build.patch
  l10n-24.0.tar.bz2
  thunderbird-24.0-source.tar.bz2



Other differences:
--
++ MozillaThunderbird.spec ++
--- /var/tmp/diff_new_pack.kQsSvD/_old  2013-09-23 11:17:20.0 +0200
+++ /var/tmp/diff_new_pack.kQsSvD/_new  2013-09-23 11:17:20.0 +0200
@@ -19,6 +19,8 @@
 
 %define with_kde 1
 
+%define gstreamer_ver 0.10
+
 Name:   MozillaThunderbird
 BuildRequires:  Mesa-devel
 BuildRequires:  autoconf213
@@ -30,8 +32,8 @@
 BuildRequires:  libgnomeui-devel
 BuildRequires:  libidl-devel
 BuildRequires:  libnotify-devel
-BuildRequires:  mozilla-nspr-devel = 4.9.5
-BuildRequires:  mozilla-nss-devel = 3.14.3
+BuildRequires:  mozilla-nspr-devel = 4.10
+BuildRequires:  mozilla-nss-devel = 3.15.1
 BuildRequires:  nss-shared-helper-devel
 BuildRequires:  python
 BuildRequires:  startup-notification-devel
@@ -40,11 +42,16 @@
 BuildRequires:  xorg-x11-libXt-devel
 BuildRequires:  yasm
 BuildRequires:  zip
-%define mainversion 17.0.8
+%if %suse_version  1210
+BuildRequires:  pkgconfig(gstreamer-%gstreamer_ver)
+BuildRequires:  pkgconfig(gstreamer-app-%gstreamer_ver)
+BuildRequires:  pkgconfig(gstreamer-plugins-base-%gstreamer_ver)
+%endif
+%define mainversion 24.0
 %define update_channel release
 Version:%{mainversion}
 Release:0
-%define releasedate 2013080100
+%define releasedate 2013091200
 Provides:   thunderbird = %{version}
 %if %{with_kde}
 # this is needed to match this package with the kde4 helper package without 
the main package
@@ -76,16 +83,12 @@
 Patch4: mozilla-kde.patch
 Patch5: mozilla-arm-disable-edsp.patch
 Patch7: mozilla-ppc.patch
-Patch8: ppc-xpcshell.patch
-# SLE11 patches
-Patch10:mozilla-gcc43-enums.patch
-Patch11:mozilla-gcc43-template_hacks.patch
-Patch12:mozilla-gcc43-templates_instantiation.patch
 # Thunderbird/mail
 Patch20:tb-ssldap.patch
 Patch21:tb-develdirs.patch
 Patch22:thunderbird-shared-nss-db.patch
-Patch30:enigmail-old-gcc.patch
+# Enigmail
+Patch30:enigmail-build.patch
 BuildRoot:  

commit otrs for openSUSE:Factory

2013-09-23 Thread h_root
Hello community,

here is the log from the commit of package otrs for openSUSE:Factory checked in 
at 2013-09-23 10:40:12

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


Package is otrs

Changes:

--- /work/SRC/openSUSE:Factory/otrs/otrs.changes2013-08-02 
07:07:50.0 +0200
+++ /work/SRC/openSUSE:Factory/.otrs.new/otrs.changes   2013-09-23 
11:17:33.0 +0200
@@ -1,0 +2,81 @@
+Wed Sep 18 12:06:19 UTC 2013 - ch...@computersalat.de
+
+- update OTRS::ITSM to 3.2.9
+  * Bug#9637 - ITSM Overview shows error if agent has no permission to any
+config item class.
+  * Bug#9621 - GeneralCatalog does not allow the number zero (0) as value
+for a GeneralCatatalog ClassItem.
+  * Rollback changes for bug#9613. Due to a last minute problem with the
+mentioned bug fix we had to revert and release a new version of OTRS ITSM! 
+- rebase otrs-perm patch
+  * fix spec (better fix cause than symptom)
+remove exclude %{otrs_root}/%{name}/Kernel/System/Package.pm.orig
+
+---
+Thu Sep  5 05:16:31 UTC 2013 - alexan...@exatati.com.br
+
+- Update to 3.2.10:
+  * Bug#9617 - Event-based notifications are not sent for process-tickets.
+  * Bug#9666 - Installing an invalid package cause an server error on
+package manager.
+  * Bug#8408 - No separator used in CSV files if UserCSVSeparator enabled
+and not set.
+  * Bug#9635 - article_search not updated on ticket merges.
+  * Bug#9629 - ORA-936 error in AgentTicketSearch with some search clauses.
+  * Bug#9631 - BuildSelection() Selected does not work if value contains
+strings that are HTML-escaped.
+  * Bug#9630 - Dynamic Fields of type Date can record wrong date when
+TimeZoneSettings are used.
+  * Bug#9316 - Under nginx CustomerInformationCenter search returns Bad
+Gateway.
+  * Bug#9610 - When email does not specify charset, content is not
+displayed in IE10.
+  * Bug#9622 - Actions in Small ticket overview don't work when cookies
+are turned off.
+  * Bug#9541 - Package manager cannot use https proxy.
+  * Fixed bug pull#[83](https://github.com/OTRS/otrs/pull/83) - Pagination
+next page link, thanks to Renée Bäcker.
+  * Bug#9594 - No auro-reply sent with multiple From addresses in
+AgentTicketPhone on PostgreSQL and Oracle.
+  * Bug#3434 - Validity of search time frame not checked by OTRS.
+  * Bug#5475 - Incorrectly limited ticket list queries in queue view.
+  * Bug#8667 - No error Message when tryiing to Merge Ticket with itself.
+  * Bug#6985 - SMTPTLS backend requires username and password.
+  * Bug#3434 - Validity of search time frame not checked by OTRS.
+  * Bug#9598 - Typo in vacation message for German locale.
+  * Bug#9595 - Incomplete page reload handling in merge and bounce.
+  * Bug#5307 - Tickets can be raised against an invalid Customer Company.
+  * Bug#9596 - On merge and bounce screens is confusing when fill or
+not 'To', 'Subject' and 'Body' fields.
+  * Bug#9514 - Bulk action (send email) uses senders address instead of
+customer id.
+  * Bug#9595 - Incomplete page reload handling in merge and bounce.
+  * Bug#9570 - AgentTicketSearch with exclamation mark emits invalid SQL
+  * Bug#3007 - CheckMXRecord and CheckEmailAddresses have no effect on
+AgentTicketBounce.
+  * Bug#9512 - Database error for invalid date in AgentTicketSearch.
+  * Bug#4465 - Spell checker ispell ignores some characters such German
+umlauts.
+  * Bug#8428 - Bad usability of multiple sender/recipient feature.
+  * Bug#9556 - Bounce and merge require notification recipient, subject
+and body even if no notification is sent.
+  * Bug#9584 - No server side validation of To/Subject/Body in merge
+mask.
+  * Bug#9578 - DynamicField sorting does not work on TicketSearch
+results in Customer Interface.
+  * Bug#9579 - SOAP Serializer used in 
Kernel/GenericInterface/Transport/HTTP/SOAP.pm
+does not correctly set namespace.
+  * Bug#9577 - Engine translate date to dado from english to pt_BR.
+  * Bug#7359 - Setting pending states via generic agent does not set
+pending time.
+  * Bug#5920 - Search restriction for dates is not displayed in
+customer interface.
+  * Bug#8380 - Middle name not displayed in AdminCustomerUser.
+  * Bug#9576 - GI TicketSearch Date and Date/Time dynamic fields are
+ignored.
+  * Changed Dynamic Field SearchFieldParameterBuild() API, LayoutObject
+is now optional.
+  * Bug#9573 - Date and DateTime dynamic fields not considered in
+GenericAgent Jobs.
+
+---

Old:

  itsm-3.2.7.tar.bz2
  otrs-3.2.9.tar.bz2

New:

  itsm-3.2.9.tar.bz2
  otrs-3.2.10.tar.bz2


commit nautilus for openSUSE:Factory

2013-09-23 Thread h_root
Hello community,

here is the log from the commit of package nautilus for openSUSE:Factory 
checked in at 2013-09-23 10:33:22

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


Package is nautilus

Changes:

--- /work/SRC/openSUSE:Factory/nautilus/nautilus.changes2013-09-12 
16:43:01.0 +0200
+++ /work/SRC/openSUSE:Factory/.nautilus.new/nautilus.changes   2013-09-23 
11:17:24.0 +0200
@@ -1,0 +2,9 @@
+Tue Sep 17 19:30:09 UTC 2013 - dims...@opensuse.org
+
+- Update to version 3.9.92:
+  + Use new gtk_drag_begin_full API.
+  + Increase default window width to fit four icons.
+  + Don't filter out NoDisplay applications from Open With
+  + Fix desktop file categories.
+
+---

Old:

  nautilus-3.9.91.tar.xz

New:

  nautilus-3.9.92.tar.xz



Other differences:
--
++ nautilus.spec ++
--- /var/tmp/diff_new_pack.cOWwBZ/_old  2013-09-23 11:17:26.0 +0200
+++ /var/tmp/diff_new_pack.cOWwBZ/_new  2013-09-23 11:17:26.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   nautilus
-Version:3.9.91
+Version:3.9.92
 Release:0
 Summary:File Manager for the GNOME Desktop
 License:GPL-2.0+

++ nautilus-3.9.91.tar.xz - nautilus-3.9.92.tar.xz ++
 435687 lines of diff (skipped)

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



commit ninja for openSUSE:Factory

2013-09-23 Thread h_root
Hello community,

here is the log from the commit of package ninja for openSUSE:Factory checked 
in at 2013-09-23 10:34:10

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


Package is ninja

Changes:

--- /work/SRC/openSUSE:Factory/ninja/ninja.changes  2013-06-06 
15:01:05.0 +0200
+++ /work/SRC/openSUSE:Factory/.ninja.new/ninja.changes 2013-09-23 
11:17:29.0 +0200
@@ -1,0 +2,7 @@
+Wed Sep 18 08:32:52 UTC 2013 - idon...@suse.com
+
+- Update to version 1.4.0
+  * Bug fixes
+- Fix version field. Its 1.x not 3.x
+
+---

Old:

  _service
  ninja-3.0+git.20130603.0f53fd3.tar.bz2

New:

  ninja-1.4.0.tar.gz



Other differences:
--
++ ninja.spec ++
--- /var/tmp/diff_new_pack.1Ax889/_old  2013-09-23 11:17:29.0 +0200
+++ /var/tmp/diff_new_pack.1Ax889/_new  2013-09-23 11:17:29.0 +0200
@@ -20,7 +20,7 @@
 Summary:A small build system closest in spirit to Make
 License:Apache-2.0
 Group:  Development/Tools/Building
-Version:3.0+git.20130603.0f53fd3
+Version:1.4.0
 Release:0
 Url:https://github.com/martine/ninja
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -28,7 +28,8 @@
 BuildRequires:  gcc-c++
 BuildRequires:  libxslt-tools
 BuildRequires:  python
-Source0:ninja-%{version}.tar.bz2
+#Source0:   https://github.com/martine/ninja/archive/v%{version}.tar.gz
+Source0:ninja-%{version}.tar.gz
 
 %description
 Ninja is yet another build system.

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



commit NetworkManager-vpnc for openSUSE:Factory

2013-09-23 Thread h_root
Hello community,

here is the log from the commit of package NetworkManager-vpnc for 
openSUSE:Factory checked in at 2013-09-23 10:33:41

Comparing /work/SRC/openSUSE:Factory/NetworkManager-vpnc (Old)
 and  /work/SRC/openSUSE:Factory/.NetworkManager-vpnc.new (New)


Package is NetworkManager-vpnc

Changes:

--- /work/SRC/openSUSE:Factory/NetworkManager-vpnc/NetworkManager-vpnc.changes  
2013-06-25 14:38:21.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.NetworkManager-vpnc.new/NetworkManager-vpnc.changes 
2013-09-23 11:17:28.0 +0200
@@ -1,0 +2,10 @@
+Fri Sep 13 18:06:12 UTC 2013 - dims...@opensuse.org
+
+- Update to version 0.9.8.6:
+  + Reverted broken pid file patch from 0.9.8.4.
+- Changes from version 0.9.8.4:
+  + Fixed paths in VPN service file.
+  + Fixed localization in non-UTF-8 locales.
+  + Use /var/run/NetworkManager to store vpnc pid file.
+
+---

Old:

  NetworkManager-vpnc-0.9.8.2.tar.xz

New:

  NetworkManager-vpnc-0.9.8.6.tar.xz



Other differences:
--
++ NetworkManager-vpnc.spec ++
--- /var/tmp/diff_new_pack.vkH2KO/_old  2013-09-23 11:17:29.0 +0200
+++ /var/tmp/diff_new_pack.vkH2KO/_new  2013-09-23 11:17:29.0 +0200
@@ -20,7 +20,7 @@
 Summary:NetworkManager VPN Support for vpnc
 License:GPL-2.0+
 Group:  Productivity/Networking/System
-Version:0.9.8.2
+Version:0.9.8.6
 Release:0
 # FIXME .desktop icon is currently disabled (on purpose) in the NM tarballs. 
They will re-appear later on (when nmce supports --import)
 # FIXME: --disable-more-warnings should be dropped from configure when 
possible. Added with 0.9.2.0 for Gtk+ 3.3 build.

++ NetworkManager-vpnc-0.9.8.2.tar.xz - NetworkManager-vpnc-0.9.8.6.tar.xz 
++
 7519 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/NetworkManager-vpnc-0.9.8.2/Makefile.am 
new/NetworkManager-vpnc-0.9.8.6/Makefile.am
--- old/NetworkManager-vpnc-0.9.8.2/Makefile.am 2013-06-07 22:29:51.0 
+0200
+++ new/NetworkManager-vpnc-0.9.8.6/Makefile.am 2013-06-10 18:52:36.0 
+0200
@@ -28,7 +28,7 @@
 
 nm-vpnc-service.name: $(srcdir)/nm-vpnc-service.name.in
sed -e 's|[@]LIBEXECDIR[@]|$(libexecdir)|g' \
-   -e 's|[@]LIBDIR[@]|$(libdir)|g' \
+   -e 's|[@]PLUGINDIR[@]|$(libdir)/NetworkManager|g' \
$ $@
 
 DISTCHECK_CONFIGURE_FLAGS = \
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/NetworkManager-vpnc-0.9.8.2/NEWS new/NetworkManager-vpnc-0.9.8.6/NEWS
--- old/NetworkManager-vpnc-0.9.8.2/NEWS2013-06-07 22:49:54.0 
+0200
+++ new/NetworkManager-vpnc-0.9.8.6/NEWS2013-09-13 18:16:56.0 
+0200
@@ -1,3 +1,24 @@
+=
+network-manager-vpnc-0.9.8.6
+Overview of changes since network-manager-vpnc-0.9.8.4
+=
+
+This is a new stable release of network-manager-vpnc.  Notable changes include:
+
+* Reverted broken pid file patch from 0.9.8.4
+
+=
+network-manager-vpnc-0.9.8.4
+Overview of changes since network-manager-vpnc-0.9.8.2
+=
+
+This is a new stable release of network-manager-vpnc.  Notable changes include:
+
+* Updated translations
+* Fixed paths in VPN service file
+* Fixed localization in non-UTF-8 locales
+* Use /var/run/NetworkManager to store vpnc pid file
+
 ===
 network-manager-vpnc-0.9.8.2
 Overview of changes since network-manager-vpnc-0.9.8
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/NetworkManager-vpnc-0.9.8.2/compile new/NetworkManager-vpnc-0.9.8.6/compile
--- old/NetworkManager-vpnc-0.9.8.2/compile 2012-09-18 04:53:51.0 
+0200
+++ new/NetworkManager-vpnc-0.9.8.6/compile 

commit python-pecan for openSUSE:Factory

2013-09-23 Thread h_root
Hello community,

here is the log from the commit of package python-pecan for openSUSE:Factory 
checked in at 2013-09-23 10:57:01

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


Package is python-pecan

Changes:

--- /work/SRC/openSUSE:Factory/python-pecan/python-pecan.changes
2013-08-15 12:28:53.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-pecan.new/python-pecan.changes   
2013-09-23 11:17:52.0 +0200
@@ -1,0 +2,5 @@
+Wed Sep 18 14:19:59 UTC 2013 - dmuel...@suse.com
+
+- require python-logutils on Python  2.7
+
+---



Other differences:
--
++ python-pecan.spec ++
--- /var/tmp/diff_new_pack.jCrjBH/_old  2013-09-23 11:17:53.0 +0200
+++ /var/tmp/diff_new_pack.jCrjBH/_new  2013-09-23 11:17:53.0 +0200
@@ -36,6 +36,9 @@
 #BuildRequires:  python-simplegeneric = 0.8
 #BuildRequires:  python-virtualenv
 BuildRequires:  python-six
+%if 0%{?suse_version}  0%{?suse_version} = 1110
+Requires:   python-logutils
+%endif
 Requires:   python-Mako = 0.6.2
 Requires:   python-MarkupSafe = 0.15
 Requires:   python-WebOb = 1.2b3

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



commit python-bottle for openSUSE:Factory

2013-09-23 Thread h_root
Hello community,

here is the log from the commit of package python-bottle for openSUSE:Factory 
checked in at 2013-09-23 10:55:04

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


Package is python-bottle

Changes:

--- /work/SRC/openSUSE:Factory/python-bottle/python-bottle.changes  
2012-11-25 13:27:20.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-bottle.new/python-bottle.changes 
2013-09-23 11:17:47.0 +0200
@@ -1,0 +2,9 @@
+Tue Sep 17 19:50:09 UTC 2013 - os-...@jacraig.com
+
+- Update to 0.11.6:
+  * Fix content-type header in mounted apps
+- Changes from 0.11.5:
+  * Update HTTPResponse call when mounting apps
+  * BUg fix: Some cookies are lost when using mount()
+
+---

Old:

  bottle-0.11.4.tar.gz

New:

  bottle-0.11.6.tar.gz



Other differences:
--
++ python-bottle.spec ++
--- /var/tmp/diff_new_pack.QPklJH/_old  2013-09-23 11:17:48.0 +0200
+++ /var/tmp/diff_new_pack.QPklJH/_new  2013-09-23 11:17:48.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   python-bottle
-Version:0.11.4
+Version:0.11.6
 Release:0
 Url:http://bottlepy.org/
 Summary:Fast and simple WSGI-framework for small web-applications

++ bottle-0.11.4.tar.gz - bottle-0.11.6.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/bottle-0.11.4/PKG-INFO new/bottle-0.11.6/PKG-INFO
--- old/bottle-0.11.4/PKG-INFO  2012-11-21 17:05:28.0 +0100
+++ new/bottle-0.11.6/PKG-INFO  2013-02-01 20:25:52.0 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: bottle
-Version: 0.11.4
+Version: 0.11.6
 Summary: Fast and simple WSGI-framework for small web-applications.
 Home-page: http://bottlepy.org/
 Author: Marcel Hellkamp
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/bottle-0.11.4/bottle.py new/bottle-0.11.6/bottle.py
--- old/bottle-0.11.4/bottle.py 2012-11-21 17:05:12.0 +0100
+++ new/bottle-0.11.6/bottle.py 2013-02-01 20:25:48.0 +0100
@@ -16,7 +16,7 @@
 from __future__ import with_statement
 
 __author__ = 'Marcel Hellkamp'
-__version__ = '0.11.4'
+__version__ = '0.11.6'
 __license__ = 'MIT'
 
 # The gevent server adapter needs to patch some modules before they are 
imported
@@ -561,14 +561,15 @@
 def mountpoint_wrapper():
 try:
 request.path_shift(path_depth)
-rs = BaseResponse([], 200)
-def start_response(status, header):
+rs = HTTPResponse([])
+def start_response(status, headerlist):
 rs.status = status
-for name, value in header: rs.add_header(name, value)
+for name, value in headerlist: rs.add_header(name, value)
 return rs.body.append
 body = app(request.environ, start_response)
-body = itertools.chain(rs.body, body)
-return HTTPResponse(body, rs.status_code, rs.headers)
+if body and rs.body: body = itertools.chain(rs.body, body)
+rs.body = body or rs.body
+return rs
 finally:
 request.path_shift(-path_depth)
 
@@ -1285,7 +1286,7 @@
 
 def __init__(self, body='', status=None, **headers):
 self._cookies = None
-self._headers = {'Content-Type': [self.default_content_type]}
+self._headers = {}
 self.body = body
 self.status = status or self.default_status
 if headers:
@@ -1379,7 +1380,9 @@
 def headerlist(self):
 ''' WSGI conform list of (header, value) tuples. '''
 out = []
-headers = self._headers.items()
+headers = list(self._headers.items())
+if 'Content-Type' not in self._headers:
+headers.append(('Content-Type', [self.default_content_type]))
 if self._status_code in self.bad_headers:
 bad_headers = self.bad_headers[self._status_code]
 headers = [h for h in headers if h[0] not in bad_headers]
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/bottle-0.11.4/test/test_mount.py 
new/bottle-0.11.6/test/test_mount.py
--- old/bottle-0.11.4/test/test_mount.py2012-10-17 22:49:31.0 
+0200
+++ new/bottle-0.11.6/test/test_mount.py2013-02-01 20:25:48.0 
+0100
@@ -1,6 +1,6 @@
 import bottle
 from tools import ServerTestBase
-from bottle import Bottle
+from bottle import Bottle, response
 
 class TestAppMounting(ServerTestBase):
 def setUp(self):
@@ 

commit rabbitmq-server for openSUSE:Factory

2013-09-23 Thread h_root
Hello community,

here is the log from the commit of package rabbitmq-server for openSUSE:Factory 
checked in at 2013-09-23 11:00:51

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


Package is rabbitmq-server

Changes:

--- /work/SRC/openSUSE:Factory/rabbitmq-server/rabbitmq-server.changes  
2013-09-16 10:13:11.0 +0200
+++ /work/SRC/openSUSE:Factory/.rabbitmq-server.new/rabbitmq-server.changes 
2013-09-23 11:17:59.0 +0200
@@ -1,0 +2,5 @@
+Fri Sep 20 13:26:43 UTC 2013 - dmuel...@suse.com
+
+- fix syntax error in wrapper script 
+
+---



Other differences:
--
++ rabbitmq-script-wrapper ++
--- /var/tmp/diff_new_pack.1caO0V/_old  2013-09-23 11:18:00.0 +0200
+++ /var/tmp/diff_new_pack.1caO0V/_new  2013-09-23 11:18:00.0 +0200
@@ -27,10 +27,12 @@
 
 cd /var/lib/rabbitmq
 
+INIT_LOG_DIR=/var/log/rabbitmq
+
 SCRIPT=`basename $0`
 
 if [ `id -u` = `id -u rabbitmq` -a $SCRIPT = rabbitmq-server ] ; then
-/usr/lib/rabbitmq/bin/rabbitmq-server $@ @STDOUT_STDERR_REDIRECTION@
+/usr/lib/rabbitmq/bin/rabbitmq-server $@ 2 ${INIT_LOG_DIR}/startup_err 
 ${INIT_LOG_DIR}/startup_log
 elif [ `id -u` = `id -u rabbitmq` -o $SCRIPT = rabbitmq-plugins ] ; then
 /usr/lib/rabbitmq/bin/${SCRIPT} $@
 elif [ `id -u` = 0 ] ; then

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



commit pam for openSUSE:Factory

2013-09-23 Thread h_root
Hello community,

here is the log from the commit of package pam for openSUSE:Factory checked in 
at 2013-09-23 10:41:26

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


Package is pam

Changes:

--- /work/SRC/openSUSE:Factory/pam/pam.changes  2013-09-16 16:24:02.0 
+0200
+++ /work/SRC/openSUSE:Factory/.pam.new/pam.changes 2013-09-23 
11:17:35.0 +0200
@@ -1,0 +2,6 @@
+Fri Sep 20 09:43:38 CEST 2013 - ku...@suse.de
+
+- Update to official release 1.1.8 (1.1.7 + git-20130916.diff)
+- Remove needless pam_tally-deprecated.diff patch
+
+---

Old:

  Linux-PAM-1.1.7-docs.tar.bz2
  Linux-PAM-1.1.7.tar.bz2
  git-20130916.diff
  pam_tally-deprecated.diff

New:

  Linux-PAM-1.1.8-docs.tar.bz2
  Linux-PAM-1.1.8.tar.bz2



Other differences:
--
++ pam.spec ++
--- /var/tmp/diff_new_pack.RexKDK/_old  2013-09-23 11:17:36.0 +0200
+++ /var/tmp/diff_new_pack.RexKDK/_new  2013-09-23 11:17:36.0 +0200
@@ -34,7 +34,7 @@
 %define libpam_misc_so_version 0.82.0
 %define libpamc_so_version 0.82.1
 #
-Version:1.1.7
+Version:1.1.8
 Release:0
 Summary:A Security Tool that Provides Authentication for Applications
 License:GPL-2.0+ or BSD-3-Clause
@@ -52,8 +52,6 @@
 Source7:common-session.pamd
 Source8:etc.environment
 Source9:baselibs.conf
-Patch0: pam_tally-deprecated.diff
-Patch1: git-20130916.diff
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -97,8 +95,6 @@
 
 %prep
 %setup -q -n Linux-PAM-%{version} -b 1
-%patch0 -p0
-%patch1 -p1
 
 %build
 export CFLAGS=%optflags -DNDEBUG

++ Linux-PAM-1.1.7-docs.tar.bz2 - Linux-PAM-1.1.8-docs.tar.bz2 ++

++ Linux-PAM-1.1.7-docs.tar.bz2 - Linux-PAM-1.1.8.tar.bz2 ++
 263436 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-atspi for openSUSE:Factory

2013-09-23 Thread h_root
Hello community,

here is the log from the commit of package python-atspi for openSUSE:Factory 
checked in at 2013-09-23 10:54:31

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


Package is python-atspi

Changes:

--- /work/SRC/openSUSE:Factory/python-atspi/python-atspi.changes
2013-08-30 17:14:14.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-atspi.new/python-atspi.changes   
2013-09-23 11:17:45.0 +0200
@@ -1,0 +2,7 @@
+Mon Sep 16 22:10:27 UTC 2013 - zai...@opensuse.org
+
+- Update to version 2.9.92:
+  + Handle attribute lists with multiple accepted values for the
+same key when creating a collection match rule (bgo#700865).
+
+---
python3-atspi.changes: same change

Old:

  pyatspi-2.9.90.tar.xz

New:

  pyatspi-2.9.92.tar.xz



Other differences:
--
++ python-atspi.spec ++
--- /var/tmp/diff_new_pack.8RRn0u/_old  2013-09-23 11:17:46.0 +0200
+++ /var/tmp/diff_new_pack.8RRn0u/_new  2013-09-23 11:17:46.0 +0200
@@ -36,7 +36,7 @@
 
 Name:   python-atspi
 %define _name   pyatspi
-Version:2.9.90
+Version:2.9.92
 Release:0
 Summary:Assistive Technology Service Provider Interface - Python 
bindings
 License:LGPL-2.0

python3-atspi.spec: same change
++ pyatspi-2.9.90.tar.xz - pyatspi-2.9.92.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pyatspi-2.9.90/NEWS new/pyatspi-2.9.92/NEWS
--- old/pyatspi-2.9.90/NEWS 2013-08-19 23:55:46.0 +0200
+++ new/pyatspi-2.9.92/NEWS 2013-09-16 23:41:26.0 +0200
@@ -1,3 +1,8 @@
+What's new in pyatspi 2.9.92:
+
+* Handle attribute lists with multiple accepted values for the same key
+  when creating a collection match rule (BGO#700865).
+
 What's new in pyatspi 2.9.90:
 
 * Added getStringAtOffset.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pyatspi-2.9.90/configure new/pyatspi-2.9.92/configure
--- old/pyatspi-2.9.90/configure2013-08-19 23:55:30.0 +0200
+++ new/pyatspi-2.9.92/configure2013-09-16 23:42:10.0 +0200
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for pyatspi 2.9.90.
+# Generated by GNU Autoconf 2.69 for pyatspi 2.9.92.
 #
 # Report bugs to accessibility-at...@lists.linux-foundation.org.
 #
@@ -590,8 +590,8 @@
 # Identity of this package.
 PACKAGE_NAME='pyatspi'
 PACKAGE_TARNAME='pyatspi'
-PACKAGE_VERSION='2.9.90'
-PACKAGE_STRING='pyatspi 2.9.90'
+PACKAGE_VERSION='2.9.92'
+PACKAGE_STRING='pyatspi 2.9.92'
 PACKAGE_BUGREPORT='accessibility-at...@lists.linux-foundation.org'
 PACKAGE_URL=''
 
@@ -1376,7 +1376,7 @@
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat _ACEOF
-\`configure' configures pyatspi 2.9.90 to adapt to many kinds of systems.
+\`configure' configures pyatspi 2.9.92 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1450,7 +1450,7 @@
 
 if test -n $ac_init_help; then
   case $ac_init_help in
- short | recursive ) echo Configuration of pyatspi 2.9.90:;;
+ short | recursive ) echo Configuration of pyatspi 2.9.92:;;
esac
   cat \_ACEOF
 
@@ -1592,7 +1592,7 @@
 test -n $ac_init_help  exit $ac_status
 if $ac_init_version; then
   cat \_ACEOF
-pyatspi configure 2.9.90
+pyatspi configure 2.9.92
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1870,7 +1870,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by pyatspi $as_me 2.9.90, which was
+It was created by pyatspi $as_me 2.9.92, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
@@ -2717,7 +2717,7 @@
 
 # Define the identity of the package.
  PACKAGE='pyatspi'
- VERSION='2.9.90'
+ VERSION='2.9.92'
 
 
 cat confdefs.h _ACEOF
@@ -13828,7 +13828,7 @@
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log=
-This file was extended by pyatspi $as_me 2.9.90, which was
+This file was extended by pyatspi $as_me 2.9.92, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   CONFIG_FILES= $CONFIG_FILES
@@ -13894,7 +13894,7 @@
 cat $CONFIG_STATUS _ACEOF || ac_write_fail=1
 ac_cs_config=`$as_echo $ac_configure_args | sed 's/^ //; 
s/[\\\`\$]//g'`
 ac_cs_version=\\
-pyatspi config.status 2.9.90
+pyatspi 

commit quadrapassel for openSUSE:Factory

2013-09-23 Thread h_root
Hello community,

here is the log from the commit of package quadrapassel for openSUSE:Factory 
checked in at 2013-09-23 11:00:24

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


Package is quadrapassel

Changes:

--- /work/SRC/openSUSE:Factory/quadrapassel/quadrapassel.changes
2013-09-11 13:08:53.0 +0200
+++ /work/SRC/openSUSE:Factory/.quadrapassel.new/quadrapassel.changes   
2013-09-23 11:17:58.0 +0200
@@ -1,0 +2,11 @@
+Mon Sep 16 19:41:22 UTC 2013 - dims...@opensuse.org
+
+- Update to version 3.9.92:
+  + Add an appdata file.
+  + Reset pause button when game starts.
+  + Remove earthquake and make falling slower and more realistic.
+  + Fix issue with pre filled Lines.
+  + Give stage lighter color.
+  + Updated translations.
+
+---

Old:

  quadrapassel-3.9.91.tar.xz

New:

  quadrapassel-3.9.92.tar.xz



Other differences:
--
++ quadrapassel.spec ++
--- /var/tmp/diff_new_pack.wu2kJk/_old  2013-09-23 11:17:58.0 +0200
+++ /var/tmp/diff_new_pack.wu2kJk/_new  2013-09-23 11:17:58.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   quadrapassel
-Version:3.9.91
+Version:3.9.92
 Release:0
 Summary:Tetris Game for GNOME
 License:GPL-2.0+
@@ -77,6 +77,8 @@
 %doc %{_datadir}/help/C/%{name}/
 %{_bindir}/%{name}
 %{_datadir}/%{name}/
+%dir %{_datadir}/appdata
+ %{_datadir}/appdata/quadrapassel.appdata.xml
 %{_datadir}/applications/%{name}.desktop
 %{_datadir}/glib-2.0/schemas/org.gnome.%{name}.gschema.xml
 %{_datadir}/icons/hicolor/*/apps/%{name}.*

++ quadrapassel-3.9.91.tar.xz - quadrapassel-3.9.92.tar.xz ++
 11222 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-xlwt for openSUSE:Factory

2013-09-23 Thread h_root
Hello community,

here is the log from the commit of package python-xlwt for openSUSE:Factory 
checked in at 2013-09-23 10:59:36

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


Package is python-xlwt

Changes:

--- /work/SRC/openSUSE:Factory/python-xlwt/python-xlwt.changes  2013-01-02 
13:00:57.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-xlwt.new/python-xlwt.changes 
2013-09-23 11:17:56.0 +0200
@@ -1,0 +2,6 @@
+Wed Sep 18 14:02:35 UTC 2013 - idon...@suse.com
+
+- Update to version 0.7.5
+  * No changelog provided upstream
+
+---

Old:

  xlwt-0.7.4.tar.gz

New:

  xlwt-0.7.5.tar.gz



Other differences:
--
++ python-xlwt.spec ++
--- /var/tmp/diff_new_pack.DDWZyQ/_old  2013-09-23 11:17:56.0 +0200
+++ /var/tmp/diff_new_pack.DDWZyQ/_new  2013-09-23 11:17:56.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-xlwt
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 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
@@ -11,12 +11,13 @@
 # case the license is the MIT License). An Open Source License is a
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
-#
+
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   python-xlwt
-Version:0.7.4
+Version:0.7.5
 Release:0
 Url:https://secure.simplistix.co.uk/svn/xlwt/trunk
 Summary:Library to Create Spreadsheet Files Compatible With MS Excel 
97/2000/XP/2003

++ xlwt-0.7.4.tar.gz - xlwt-0.7.5.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xlwt-0.7.4/PKG-INFO new/xlwt-0.7.5/PKG-INFO
--- old/xlwt-0.7.4/PKG-INFO 2012-04-13 11:55:57.0 +0200
+++ new/xlwt-0.7.5/PKG-INFO 2013-04-06 02:05:28.0 +0200
@@ -1,8 +1,8 @@
 Metadata-Version: 1.0
 Name: xlwt
-Version: 0.7.4
+Version: 0.7.5
 Summary: Library to create spreadsheet files compatible with MS Excel 
97/2000/XP/2003 XLS files, on any platform, with Python 2.3 to 2.7
-Home-page: https://secure.simplistix.co.uk/svn/xlwt/trunk
+Home-page: http://www.python-excel.org/
 Author: John Machin
 Author-email: sjmac...@lexicon.net
 License: BSD
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xlwt-0.7.4/licences.py new/xlwt-0.7.5/licences.py
--- old/xlwt-0.7.4/licences.py  2011-10-21 12:19:05.0 +0200
+++ new/xlwt-0.7.5/licences.py  2012-06-29 21:51:19.0 +0200
@@ -80,3 +80,35 @@
 ro...@kiseliov.ru
 Subject: pyExcelerator
 
+
+
+Portions of xlwt.Utils based on:
+pyXLWriter - A library for generating Excel Spreadsheets
+
+The licensing of pyXLWriter is as follows:
+
+ Copyright (c) 2004 Evgeny Filatov fu...@users.sourceforge.net
+ Copyright (c) 2002-2004 John McNamara (Perl Spreadsheet::WriteExcel)
+
+ This library is free software; you can redistribute it and/or modify it
+ under the terms of the GNU Lesser General Public License as published by
+ the Free Software Foundation; either version 2.1 of the License, or
+ (at your option) any later version.
+
+ This library is distributed in the hope that it will be useful, but
+ WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU Lesser
+ General Public License for more details:
+
+ http://www.gnu.org/licenses/lgpl.html
+
+ pyXLWriter also makes reference to the PERL Spreadsheet::WriteExcel as 
follows:
+ 
+ 
+  This module was written/ported from PERL Spreadsheet::WriteExcel module
+  The author of the PERL Spreadsheet::WriteExcel module is John McNamara
+  jmcnam...@cpan.org
+ 
+
+
+
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xlwt-0.7.4/setup.py new/xlwt-0.7.5/setup.py
--- old/xlwt-0.7.4/setup.py 2012-04-13 11:55:28.0 +0200
+++ new/xlwt-0.7.5/setup.py 2013-04-05 00:50:09.0 +0200
@@ -33,17 +33,13 @@
 'xls excel spreadsheet workbook worksheet pyExcelerator'
 )
 
-SVN_URL = 'https://secure.simplistix.co.uk/svn/xlwt/trunk'
-
-DOWNLOAD_URL = 'http://pypi.python.org/pypi/xlwt'
-
 setup(
 name = 'xlwt',
 version = __VERSION__,
 maintainer = 'John Machin',
 maintainer_email = 

commit python-zope.exceptions for openSUSE:Factory

2013-09-23 Thread h_root
Hello community,

here is the log from the commit of package python-zope.exceptions for 
openSUSE:Factory checked in at 2013-09-23 10:59:52

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


Package is python-zope.exceptions

Changes:

--- 
/work/SRC/openSUSE:Factory/python-zope.exceptions/python-zope.exceptions.changes
2013-03-22 09:21:39.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-zope.exceptions.new/python-zope.exceptions.changes
   2013-09-23 11:17:57.0 +0200
@@ -1,0 +2,6 @@
+Mon Jul 29 14:04:41 UTC 2013 - h...@urpla.net
+
+- generate documentation in separate -doc file
+- enable tests (run tests on source tree)
+
+---



Other differences:
--
++ python-zope.exceptions.spec ++
--- /var/tmp/diff_new_pack.vFuXUh/_old  2013-09-23 11:17:57.0 +0200
+++ /var/tmp/diff_new_pack.vFuXUh/_new  2013-09-23 11:17:57.0 +0200
@@ -13,22 +13,27 @@
 # published by the Open Source Initiative.
 
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
+#
 
 
 Name:   python-zope.exceptions
 Version:4.0.6
 Release:0
-License:ZPL-2.1
 Summary:Zope Exceptions
-Url:http://cheeseshop.python.org/pypi/zope.exceptions
+License:ZPL-2.1
 Group:  Development/Languages/Python
+Url:http://cheeseshop.python.org/pypi/zope.exceptions
 Source: 
http://pypi.python.org/packages/source/z/zope.exceptions/zope.exceptions-%{version}.zip
 BuildRequires:  python-devel
 BuildRequires:  python-distribute
 BuildRequires:  unzip
+# Documentation requirements:
+BuildRequires:  python-Sphinx
+BuildRequires:  python-repoze.sphinx.autointerface
 # Test requirements:
-#BuildRequires:  python-zope.interface
-#BuildRequires:  python-zope.testrunner
+BuildRequires:  python-six
+BuildRequires:  python-zope.interface
+BuildRequires:  python-zope.testrunner
 Requires:   python-zope.interface
 Requires:   python-zope.testrunner
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -42,22 +47,37 @@
 This package contains exception interfaces and implementations which are so
 general purpose that they don't belong in Zope application-specific packages.
 
+%package doc
+Summary:Zope Exceptions
+Group:  Development/Languages/Python
+Requires:   %{name} = %{version}
+
+%description doc
+This package contains documentation files for %{name}.
+
 %prep
 %setup -q -n zope.exceptions-%{version}
 
 %build
 python setup.py build
+PYTHONPATH=$(pwd)/build/lib python setup.py build_sphinx  rm 
build/sphinx/html/.buildinfo
 
 %install
 python setup.py install --prefix=%{_prefix} --root=%{buildroot}
 
-#NOTE(saschpe): Tests are self-referential, i.e. move to sperarate spec file:
-#%%check
-#python setup.py test
+#NOTE(saschpe): Tests are self-referential, i.e. move to sperarate spec file
+#NOTE(frispete): run tests against source in order to avoid the need for an
+#external test package
+%check
+PYTHONPATH=$(pwd)/src python setup.py test
 
 %files
 %defattr(-,root,root,-)
-%doc COPYRIGHT.txt LICENSE.txt README.rst
+%doc CHANGES.rst COPYRIGHT.txt LICENSE.txt README.rst
 %{python_sitelib}/*
 
+%files doc
+%defattr(-,root,root,-)
+%doc build/sphinx/html/
+
 %changelog


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



commit python3-docutils for openSUSE:Factory

2013-09-23 Thread h_root
Hello community,

here is the log from the commit of package python3-docutils for 
openSUSE:Factory checked in at 2013-09-23 10:53:03

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


Package is python3-docutils

Changes:

--- /work/SRC/openSUSE:Factory/python3-docutils/python3-docutils.changes
2013-06-21 19:01:40.0 +0200
+++ /work/SRC/openSUSE:Factory/.python3-docutils.new/python3-docutils.changes   
2013-09-23 11:17:43.0 +0200
@@ -1,0 +2,20 @@
+Mon Sep 16 12:09:07 UTC 2013 - tchva...@suse.com
+
+- Fix the symlink creation.
+
+---
+Mon Sep 16 10:42:21 UTC 2013 - tchva...@suse.com
+
+- Version bump to 0.10 to match py2 version.
+  * SmartQuotes transform for typographic quotes and dashes.
+  * FileInput/FileOutput: no system-exit on IOError. The handle_io_errors 
option is ignored.
+  * code tag for inline code, do not drop nested inline nodes (syntax 
highlight tokens).
+  * Customizable MathJax URL (based on patch by Dmitry Shachnev).
+  * No line break after opening inline math tag.
+- Mask testsuite for now as it fail.
+- Drop r7486-python33-compat.patch as it is not needed.
+- Add rpmlint-non-executable-scripts.diff.
+- Use update-alternatives for binaries so we can switch between
+  py2 and py3.
+
+---

Old:

  docutils-0.9.tar.gz
  r7486-python33-compat.patch

New:

  docutils-0.10.tar.gz
  rpmlint-non-executable-scripts.diff



Other differences:
--
++ python3-docutils.spec ++
--- /var/tmp/diff_new_pack.6A2SgV/_old  2013-09-23 11:17:44.0 +0200
+++ /var/tmp/diff_new_pack.6A2SgV/_new  2013-09-23 11:17:44.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python3-docutils
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 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,18 +17,18 @@
 
 
 Name:   python3-docutils
-Version:0.9
+Version:0.10
 Release:0
 Summary:Python Documentation Utilities
 License:Python-2.0 and BSD-2-Clause and GPL-2.0+ and GPL-3.0+ and 
SUSE-Public-Domain
 Group:  Development/Languages/Python
 Url:http://docutils.sourceforge.net/
 Source: 
http://downloads.sourceforge.net/project/docutils/docutils/%{version}/docutils-%{version}.tar.gz
-# patch from upstream: r7486 Fix [3541369] Relative __import__ also with 
Python 3.3
-Patch0: r7486-python33-compat.patch
+Patch0: rpmlint-non-executable-scripts.diff
 BuildRequires:  python3
 BuildRequires:  python3-2to3
 BuildRequires:  python3-devel
+BuildRequires:  python3-nose
 BuildRequires:  python3-xml
 Requires:   python3-xml
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -41,9 +41,7 @@
 
 %prep
 %setup -n docutils-%{version}
-%patch0 -p2
-# Fix non-executable scripts:
-sed -i s|#!.*||g 
docutils/{math/math2html,_string_template_compat,error_reporting,writers/xetex/__init__,math/latex2mathml}.py
 docutils/utils/{code_analyzer,punctuation_chars}.py
+%patch0
 # Remove useless .py ending from executables:
 for i in tools/rst*; do mv $i ${i/.py}-%{py3_ver}; done
 sed -i s|'tools/\(rst.*\)\.py'|'tools/\1-%{py3_ver}'| setup.py
@@ -53,13 +51,56 @@
 
 %install
 python3 setup.py install --prefix=%{_prefix} --root=%{buildroot}
-# Remove unneeded directories:
-rm -r %{buildroot}%{python3_sitelib}/test/
-rm -r %{buildroot}%{python3_sitelib}/tools/
+binaries=rst2html rst2latex rst2man rst2odt rst2odt_prepstyles rst2pseudoxml 
rst2s5 rst2xetex rst2xml rstpep2html
+for i in $binaries; do
+ln -s %{_bindir}/${i}-%{py3_ver} %{buildroot}%{_bindir}/${i}
+done
+
+# Fails test for now, all of them
+#%check
+#nosetests
+
+%pre
+# Since binaries became ghosted to be used with update-alternatives,
+# we have to get rid of the old binary resulting from the
+# non-update-alternativies-ified package:
+binaries=rst2html rst2latex rst2man rst2odt rst2odt_prepstyles rst2pseudoxml 
rst2s5 rst2xetex rst2xml rstpep2html
+for i in $binaries; do
+[[ ! -L %{_bindir}/${i} ]]  rm -f %{_bindir}/${i}
+done
+exit 0
+
+%post
+update-alternatives \
+--install %{_bindir}/rst2html rst2html %{_bindir}/rst2html-%{py3_ver} 30 \
+--slave %{_bindir}/rst2latex rst2latex %{_bindir}/rst2latex-%{py3_ver} \
+--slave %{_bindir}/rst2man rst2man %{_bindir}/rst2man-%{py3_ver} \
+--slave %{_bindir}/rst2odt rst2odt %{_bindir}/rst2odt-%{py3_ver} \
+--slave 

commit postfix for openSUSE:Factory

2013-09-23 Thread h_root
Hello community,

here is the log from the commit of package postfix for openSUSE:Factory checked 
in at 2013-09-23 10:51:49

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


Package is postfix

Changes:

--- /work/SRC/openSUSE:Factory/postfix/postfix.changes  2013-07-31 
18:30:56.0 +0200
+++ /work/SRC/openSUSE:Factory/.postfix.new/postfix.changes 2013-09-23 
11:17:42.0 +0200
@@ -1,0 +2,5 @@
+Fri Sep 20 04:48:08 UTC 2013 - vark...@suse.com
+
+- Proc is not needed in chroot anymore 
+
+---



Other differences:
--

++ postfix-SuSE.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/postfix-SuSE/config.postfix 
new/postfix-SuSE/config.postfix
--- old/postfix-SuSE/config.postfix 2013-06-17 11:56:13.0 +0200
+++ new/postfix-SuSE/config.postfix 2013-09-20 06:47:41.0 +0200
@@ -125,11 +125,6 @@
cpifnewer /etc/openldap/ldap.conf etc/openldap
fi
 
-   mkdir -p $PF_CHROOT/proc
-   if ! grep $PF_CHROOT/proc /proc/mounts  /dev/null; then
-   mount -t proc proc $PF_CHROOT/proc
-   fi
-
if [ $(echo $POSTFIX_WITH_MYSQL | tr 'A-Z' 'a-z' ) != yes ]; then
  if [ -n $CHR_MYSQL_SOCKET_DIR ]; then
if grep $PF_CHROOT/$CHR_MYSQL_SOCKET_DIR /proc/mounts  
/dev/null; then


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



commit polkit for openSUSE:Factory

2013-09-23 Thread h_root
Hello community,

here is the log from the commit of package polkit for openSUSE:Factory checked 
in at 2013-09-23 10:51:41

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


Package is polkit

Changes:

--- /work/SRC/openSUSE:Factory/polkit/polkit.changes2013-07-08 
07:11:58.0 +0200
+++ /work/SRC/openSUSE:Factory/.polkit.new/polkit.changes   2013-09-23 
11:17:41.0 +0200
@@ -1,0 +2,11 @@
+Thu Sep 19 01:13:08 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Update to 0.112
+  + polkitunixprocess: Deprecate racy APIs
+  + pkcheck: Support --process=pid,start-time,uid syntax too
+(CVE-2013-4288)
+  + Use GOnce for interface type registration
+  + Add czech translation po file to distribution
+  + Update the czech once more with newest pot file
+
+---

Old:

  polkit-0.111.tar.gz

New:

  polkit-0.112.tar.gz



Other differences:
--
++ polkit.spec ++
--- /var/tmp/diff_new_pack.1yjsH8/_old  2013-09-23 11:17:42.0 +0200
+++ /var/tmp/diff_new_pack.1yjsH8/_new  2013-09-23 11:17:42.0 +0200
@@ -25,7 +25,7 @@
 Summary:PolicyKit Authorization Framework
 License:LGPL-2.1+
 Group:  System/Libraries
-Version:0.111
+Version:0.112
 Release:0
 Url:http://www.freedesktop.org/wiki/Software/PolicyKit
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ polkit-0.111.tar.gz - polkit-0.112.tar.gz ++
 11273 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-gobject for openSUSE:Factory

2013-09-23 Thread h_root
Hello community,

here is the log from the commit of package python-gobject for openSUSE:Factory 
checked in at 2013-09-23 10:56:15

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


Package is python-gobject

Changes:

--- /work/SRC/openSUSE:Factory/python-gobject/python-gobject.changes
2013-09-12 16:46:20.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-gobject.new/python-gobject.changes   
2013-09-23 11:17:50.0 +0200
@@ -1,0 +2,9 @@
+Mon Sep 16 16:45:06 UTC 2013 - dims...@opensuse.org
+
+- Update to version 3.9.92:
+  + bgo#703873: Fix union argument regression when marshaling from
+python.
+  + bgo#707904: Fix GLib.Source sub-classing with initializer args.
+  + Copy __doc__ when wrapping function.
+
+---
python3-gobject.changes: same change

Old:

  pygobject-3.9.91.tar.xz

New:

  pygobject-3.9.92.tar.xz



Other differences:
--
++ python-gobject.spec ++
--- /var/tmp/diff_new_pack.Kcw061/_old  2013-09-23 11:17:51.0 +0200
+++ /var/tmp/diff_new_pack.Kcw061/_new  2013-09-23 11:17:51.0 +0200
@@ -37,7 +37,7 @@
 Summary:Python bindings for GObject
 License:LGPL-2.1+
 Group:  Development/Libraries/Python
-Version:3.9.91
+Version:3.9.92
 Release:0
 Url:http://ftp.gnome.org/pub/GNOME/sources/pygobject/
 Source: 
http://download.gnome.org/sources/pygobject/3.9/%{_name}-%{version}.tar.xz

python3-gobject.spec: same change
++ pygobject-3.9.91.tar.xz - pygobject-3.9.92.tar.xz ++
 1752 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/pygobject-3.9.91/ChangeLog new/pygobject-3.9.92/ChangeLog
--- old/pygobject-3.9.91/ChangeLog  2013-09-02 14:39:02.0 +0200
+++ new/pygobject-3.9.92/ChangeLog  2013-09-16 17:10:51.0 +0200
@@ -1,3 +1,66 @@
+commit 506f1e35a9375be80a6a79421bf8272165fdd90a
+Author: Simon Feltman sfelt...@src.gnome.org
+Date:   Mon Sep 16 01:23:49 2013 -0700
+
+Update current maintainers list in README
+
+ README | 3 ++-
+ 1 file changed, 2 insertions(+), 1 deletion(-)
+
+commit ef120498e060e88a1efcb82de385a23c1fa9c7da
+Author: Simon Feltman sfelt...@src.gnome.org
+Date:   Tue Sep 10 17:11:21 2013 -0700
+
+Fix union argument regression when marshaling from python
+
+Check for union members when marshaling boxed types from Python.
+This is a regression caused by stricter type checking added when
+merging code from pygi-argument.c.
+Re-add pyg_boxed_check to the same bit of code in addition to
+__gtype__ checking to avoid a double regression.
+
+https://bugzilla.gnome.org/show_bug.cgi?id=703873
+
+ gi/pygi-marshal-from-py.c | 53
+ ++-
+ 1 file changed, 29 insertions(+), 24 deletions(-)
+
+commit 59a2964141e963d2961e55d4b84a777927b4f21b
+Author: Simon Feltman sfelt...@src.gnome.org
+Date:   Wed Sep 11 05:05:33 2013 -0700
+
+Fix GLib.Source sub-classing with initializer args
+
+Add variable args and keyword args to the GLib.Source.__new__
+method to support sub-classes which want to implement __init__.
+
+https://bugzilla.gnome.org/show_bug.cgi?id=707904
+
+ gi/overrides/GLib.py |  2 +-
+ tests/test_source.py | 11 +++
+ 2 files changed, 12 insertions(+), 1 deletion(-)
+
+commit afa42ab95327da1de0cf86005974cd8ab0d46872
+Author: Vratislav Podzimek vpodz...@redhat.com
+Date:   Wed Sep 4 14:17:31 2013 +0200
+
+Copy __doc__ when wrapping function
+
+Signed-off-by: Vratislav Podzimek vpodz...@redhat.com
+Signed-off-by: Martin Pitt martinp...@gnome.org
+
+ gi/overrides/__init__.py | 1 +
+ 1 file changed, 1 insertion(+)
+
+commit 7914a6828a533d8c579a5b422351e18b9f9afc8c
+Author: Martin Pitt martinp...@gnome.org
+Date:   Mon Sep 2 14:56:24 2013 +0200
+
+configure.ac: post-release bump to 3.9.92
+
+ configure.ac | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
 commit ad8b7d1a89eb2d030a504d521f7589a4c1d835fb
 Author: Martin Pitt martinp...@gnome.org
 Date:   Mon Sep 2 14:38:41 2013 +0200
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 

commit telepathy-rakia for openSUSE:Factory

2013-09-23 Thread h_root
Hello community,

here is the log from the commit of package telepathy-rakia for openSUSE:Factory 
checked in at 2013-09-23 11:07:16

Comparing /work/SRC/openSUSE:Factory/telepathy-rakia (Old)
 and  /work/SRC/openSUSE:Factory/.telepathy-rakia.new (New)


Package is telepathy-rakia

Changes:

--- /work/SRC/openSUSE:Factory/telepathy-rakia/telepathy-rakia.changes  
2013-09-13 14:43:57.0 +0200
+++ /work/SRC/openSUSE:Factory/.telepathy-rakia.new/telepathy-rakia.changes 
2013-09-23 11:18:26.0 +0200
@@ -1,0 +2,6 @@
+Thu Sep 12 20:37:52 UTC 2013 - zai...@opensuse.org
+
+- Drop hack: export LIBS=-lgio-2.0 before %configure, fixed
+  upstream.
+
+---



Other differences:
--
++ telepathy-rakia.spec ++
--- /var/tmp/diff_new_pack.x41hu9/_old  2013-09-23 11:18:27.0 +0200
+++ /var/tmp/diff_new_pack.x41hu9/_new  2013-09-23 11:18:27.0 +0200
@@ -19,7 +19,6 @@
 Name:   telepathy-rakia
 Version:0.7.5
 Release:0
-# FIXME Remove hack to inject -lgio-2.0 into LIBS
 Summary:SIP connection manager for Telepathy
 License:LGPL-2.1+
 Group:  Productivity/Networking/Instant Messenger
@@ -51,9 +50,6 @@
 %setup -q
 
 %build
-# it is fixed in the upcoming 0.7.5
-export LIBS=-lgio-2.0
-
 %configure
 make %{?_smp_mflags}
 

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



commit samba for openSUSE:Factory

2013-09-23 Thread h_root
Hello community,

here is the log from the commit of package samba for openSUSE:Factory checked 
in at 2013-09-23 11:01:55

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


Package is samba

Changes:

--- /work/SRC/openSUSE:Factory/samba/samba.changes  2013-09-13 
14:46:42.0 +0200
+++ /work/SRC/openSUSE:Factory/.samba.new/samba.changes 2013-09-23 
11:18:02.0 +0200
@@ -1,0 +2,14 @@
+Thu Sep 19 22:10:11 UTC 2013 - lmue...@suse.com
+
+- Require libndr-standard-devel due to gen_ndr/lsa.h from libpdb-devel.
+
+---
+Mon Sep 16 12:49:02 UTC 2013 - lmue...@suse.com
+
+- Add libdcerpc0, libdcerpc-atsvc0, libdcerpc-binding0, libdcerpc-samr0,
+  libgensec0, libndr0, libndr-krb5pac0, libndr-nbt0, libndr-standard0,
+  libpdb0, libregistry0, libsamba-credentials0, libsamba-hostconfig0,
+  libsamba-policy0, libsamba-util0, libsamdb0, libsmbclient-raw0, libsmbconf0,
+  libsmbldap0, and libtevent-util0 to baselibs.conf.
+
+---
@@ -35,0 +50 @@
+- Implement shared library packaging guidelines.



Other differences:
--
++ samba.spec ++
 1044 lines (skipped)
 between /work/SRC/openSUSE:Factory/samba/samba.spec
 and /work/SRC/openSUSE:Factory/.samba.new/samba.spec

++ baselibs.conf ++
--- /var/tmp/diff_new_pack.WUwIFN/_old  2013-09-23 11:18:03.0 +0200
+++ /var/tmp/diff_new_pack.WUwIFN/_new  2013-09-23 11:18:03.0 +0200
@@ -1,11 +1,31 @@
 # This line is needed for for pre 11.0 builds
-libnetapi0
+libdcerpc0
+libdcerpc-atsvc0
+libdcerpc-binding0
+libdcerpc-samr0
+libgensec0
 libldb1
+libndr0
+libndr-krb5pac0
+libndr-nbt0
+libndr-standard0
+libnetapi0
+libpdb0
+libregistry0
+libsamba-credentials0
+libsamba-hostconfig0
+libsamba-policy0
+libsamba-util0
+libsamdb0
 libsmbclient
 libsmbclient0
+libsmbclient-raw0
+libsmbconf0
+libsmbldap0
 libtalloc2
 libtdb1
 libtevent0
+libtevent-util0
 libwbclient0
 samba
   supplements packageand(samba:pam-targettype)

++ patches.tar.bz2 ++

++ vendor-files.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/vendor-files/tools/package-data 
new/vendor-files/tools/package-data
--- old/vendor-files/tools/package-data 2013-09-13 12:41:01.0 +0200
+++ new/vendor-files/tools/package-data 2013-09-20 00:18:01.0 +0200
@@ -1,2 +1,2 @@
 # This is an autogenrated file.
-SAMBA_PACKAGE_SVN_VERSION=3078
+SAMBA_PACKAGE_SVN_VERSION=3081

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



commit python-cmd2 for openSUSE:Factory

2013-09-23 Thread h_root
Hello community,

here is the log from the commit of package python-cmd2 for openSUSE:Factory 
checked in at 2013-09-23 10:56:08

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


Package is python-cmd2

Changes:

--- /work/SRC/openSUSE:Factory/python-cmd2/python-cmd2.changes  2013-09-03 
22:03:02.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-cmd2.new/python-cmd2.changes 
2013-09-23 11:17:49.0 +0200
@@ -1,0 +2,5 @@
+Tue Sep 17 13:28:58 UTC 2013 - speili...@suse.com
+
+- Add cmd2-pyparsing201.patch: Allow running with pyparsing=2.0.1
+
+---

New:

  cmd2-pyparsing201.patch



Other differences:
--
++ python-cmd2.spec ++
--- /var/tmp/diff_new_pack.3ozCzw/_old  2013-09-23 11:17:50.0 +0200
+++ /var/tmp/diff_new_pack.3ozCzw/_new  2013-09-23 11:17:50.0 +0200
@@ -24,8 +24,10 @@
 Group:  Development/Languages/Python
 Url:http://packages.python.org/cmd2/
 Source: 
http://pypi.python.org/packages/source/c/cmd2/cmd2-%{version}.tar.gz
+# PATCH-FIX-UPSTREAM speili...@suse.com -- Relax pyparsing requirements again
+Patch0: cmd2-pyparsing201.patch
 BuildRequires:  python-devel
-Requires:   python-pyparsing == 1.5.7
+Requires:   python-pyparsing = 2.0.1
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %if 0%{?suse_version}  0%{?suse_version} = 1110
 %{!?python_sitelib: %global python_sitelib %(python -c from 
distutils.sysconfig import get_python_lib; print get_python_lib())}
@@ -54,6 +56,7 @@
 
 %prep
 %setup -q -n cmd2-%{version}
+%patch0 -p1
 chmod -x README.txt
 sed -i s/\r//g README.txt
 

++ cmd2-pyparsing201.patch ++
diff -ruN a/setup.py b/setup.py
--- a/setup.py  2013-08-14 22:38:59.0 +0200
+++ b/setup.py  2013-09-17 15:25:23.778695646 +0200
@@ -7,10 +7,6 @@
 return ['sqlpython']
 import sys
 
-if sys.version_info  (3, 0, 0):
-install_requires = ['pyparsing == 1.5.7']
-else:
-install_requires = ['pyparsing = 2.0.0']
 
 setup(
 name=cmd2,
@@ -25,7 +21,7 @@
 license = 'MIT',
 keywords = 'command prompt console cmd',
 url = 'http://packages.python.org/cmd2/',
-install_requires = install_requires,
+install_requires = 'pyparsing = 2.0.1',
 long_description = Enhancements for standard library's cmd module.
 
 Drop-in replacement adds several features for command-prompt tools:
Binary files a/.setup.py.swp and b/.setup.py.swp differ
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit phonon for openSUSE:Factory

2013-09-23 Thread h_root
Hello community,

here is the log from the commit of package phonon for openSUSE:Factory checked 
in at 2013-09-23 10:45:44

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


Package is phonon

Changes:

--- /work/SRC/openSUSE:Factory/phonon/phonon.changes2013-09-16 
10:06:36.0 +0200
+++ /work/SRC/openSUSE:Factory/.phonon.new/phonon.changes   2013-09-23 
11:17:38.0 +0200
@@ -1,0 +2,7 @@
+Tue Sep 17 10:06:24 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Added 0001-Revert-cache-volume-inside-PAStreams-when-trying-to-.patch,
+  which resolves a regression in volume getting restored after each
+  knotify event (kde#324975)
+
+---

New:

  0001-Revert-cache-volume-inside-PAStreams-when-trying-to-.patch



Other differences:
--
++ phonon.spec ++
--- /var/tmp/diff_new_pack.hzIq05/_old  2013-09-23 11:17:39.0 +0200
+++ /var/tmp/diff_new_pack.hzIq05/_new  2013-09-23 11:17:39.0 +0200
@@ -26,6 +26,8 @@
 #Source0:
ftp://ftp.kde.org/pub/kde/stable/phonon/%{version}/src/%{name}-%{version}.tar.xz
 Source0:%{name}-%{version}.tar.xz
 Source1:baselibs.conf
+# PATCH-FIX-UPSTREAM 
0001-Revert-cache-volume-inside-PAStreams-when-trying-to-.patch (kde#324975)
+Patch0: 0001-Revert-cache-volume-inside-PAStreams-when-trying-to-.patch
 BuildRequires:  automoc4
 BuildRequires:  cmake
 BuildRequires:  fdupes
@@ -70,6 +72,7 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
   %cmake_kde4 -d build -- -DPHONON_INSTALL_QT_EXTENSIONS_INTO_SYSTEM_QT=true

++ 0001-Revert-cache-volume-inside-PAStreams-when-trying-to-.patch ++
From aafdd09931cd0eca5117abf34ffd10f3a0296378 Mon Sep 17 00:00:00 2001
From: Hrvoje Senjan hrvoje.sen...@gmail.com
Date: Tue, 17 Sep 2013 11:05:26 +0200
Subject: [PATCH 1/1] Revert cache volume inside PAStreams when trying to set 
 it on an invalid one

---
 phonon/pulsestream.cpp  | 21 -
 phonon/pulsestream_p.h  |  8 
 phonon/pulsesupport.cpp |  4 
 3 files changed, 33 deletions(-)

diff --git a/phonon/pulsestream.cpp b/phonon/pulsestream.cpp
index 06fbed9..ef0eb3a 100644
--- a/phonon/pulsestream.cpp
+++ b/phonon/pulsestream.cpp
@@ -35,7 +35,6 @@ PulseStream::PulseStream(QString streamUuid, QString role)
   , mIndex(PA_INVALID_INDEX)
   , mDevice(-1)
   , mMute(false)
-  , mCachedVolume(-1)
   , mRole(role)
 {
 pa_cvolume_init(mVolume);
@@ -79,8 +78,6 @@ static const qreal VOLTAGE_TO_LOUDNESS_EXPONENT = 
qreal(1.0/LOUDNESS_TO_VOLTAGE_
 
 void PulseStream::setVolume(const pa_cvolume *volume)
 {
-if (mCachedVolume != -1)
-QMetaObject::invokeMethod(this, applyCachedVolume, 
Qt::QueuedConnection);
 if (pa_cvolume_equal(mVolume, volume) == 0) {
 memcpy(mVolume, volume, sizeof(mVolume));
 qreal vol = (qreal)pa_cvolume_avg(volume) / PA_VOLUME_NORM;
@@ -99,29 +96,11 @@ void PulseStream::setMute(bool mute)
 }
 }
 
-qreal PulseStream::cachedVolume() const
-{
-return mCachedVolume;
-}
-
-void PulseStream::setCachedVolume(qreal volume)
-{
-mCachedVolume = volume;
-}
-
 QString PulseStream::role() const
 {
 return mRole;
 }
 
-void PulseStream::applyCachedVolume()
-{
-if (mCachedVolume == -1)
-return;
-PulseSupport::getInstance()-setOutputVolume(mStreamUuid, mCachedVolume);
-mCachedVolume = -1;
-}
-
 } // namespace Phonon
 
 #include moc_pulsestream_p.cpp
diff --git a/phonon/pulsestream_p.h b/phonon/pulsestream_p.h
index 3c64868..51775fa 100644
--- a/phonon/pulsestream_p.h
+++ b/phonon/pulsestream_p.h
@@ -52,9 +52,6 @@ namespace Phonon
 void setVolume(const pa_cvolume *volume);
 void setMute(bool mute);
 
-qreal cachedVolume() const;
-void setCachedVolume(qreal volume);
-
 QString role() const;
 
 signals:
@@ -62,17 +59,12 @@ namespace Phonon
 void volumeChanged(qreal volume);
 void muteChanged(bool mute);
 
-private slots:
-void applyCachedVolume();
-
 private:
 QString mStreamUuid;
 uint32_t mIndex;
 int mDevice;
 pa_cvolume mVolume;
 bool mMute;
-// -1 = not set
-qreal mCachedVolume;
 QString mRole;
 };
 } // namespace Phonon
diff --git a/phonon/pulsesupport.cpp b/phonon/pulsesupport.cpp
index 66ea31d..8a091e3 100644
--- a/phonon/pulsesupport.cpp
+++ b/phonon/pulsesupport.cpp
@@ -1325,10 +1325,6 @@ bool PulseSupport::setOutputVolume(QString streamUuid, 
qreal volume) {
 return false;
 }
 pa_operation_unref(o);
-} else if 

commit spice-gtk for openSUSE:Factory

2013-09-23 Thread h_root
Hello community,

here is the log from the commit of package spice-gtk for openSUSE:Factory 
checked in at 2013-09-23 11:02:48

Comparing /work/SRC/openSUSE:Factory/spice-gtk (Old)
 and  /work/SRC/openSUSE:Factory/.spice-gtk.new (New)


Package is spice-gtk

Changes:

--- /work/SRC/openSUSE:Factory/spice-gtk/spice-gtk.changes  2013-08-15 
14:55:39.0 +0200
+++ /work/SRC/openSUSE:Factory/.spice-gtk.new/spice-gtk.changes 2013-09-23 
11:18:15.0 +0200
@@ -1,0 +2,13 @@
+Fri Sep 20 18:58:10 UTC 2013 - dims...@opensuse.org
+
+- Update to version 0.21:
+  + Improve inverted cursor support.
+  + Win32 usb redirected device uninstall fix.
+  + Add support for libusb hotplug API.
+  + Smartcard initialization fixes.
+  + Cp converts line-endings if necessary.
+  + Rendering and overall performance improvements.
+  + Build and bindings fixes.
+- Drop spice-gtk-mapfile.patch: fixed upstream.
+
+---

Old:

  spice-gtk-0.20.tar.bz2
  spice-gtk-mapfile.patch

New:

  spice-gtk-0.21.tar.bz2



Other differences:
--
++ spice-gtk.spec ++
--- /var/tmp/diff_new_pack.sXiFzU/_old  2013-09-23 11:18:15.0 +0200
+++ /var/tmp/diff_new_pack.sXiFzU/_new  2013-09-23 11:18:15.0 +0200
@@ -18,7 +18,7 @@
 
 
 Name:   spice-gtk
-Version:0.20
+Version:0.21
 Release:0
 # FIXME: /usr/bin/spice-client-glib-usb-acl-helper should be installed u+s, 
see bnc#744251.
 Summary:Gtk client and libraries for SPICE remote desktop servers
@@ -28,8 +28,6 @@
 Source: http://spice-space.org/download/gtk/%{name}-%{version}.tar.bz2
 # PATCH-FIX-OPENSUSE spice-gtk-polkit-privs.patch bnc#804184 
dims...@opensuse.org -- Set the polkit defaults to auth_admin
 Patch0: spice-gtk-polkit-privs.patch
-# PATCH-FIX-UPSTRAM spice-gtk-mapfile.patch bnc#834896 dims...@opensuse.org -- 
Add spice_channel_string_to_type to map files, taken from git commit b85ca7.
-Patch1: spice-gtk-mapfile.patch
 BuildRequires:  cyrus-sasl-devel
 BuildRequires:  intltool
 BuildRequires:  libacl-devel
@@ -142,7 +140,6 @@
 %prep
 %setup -q
 %patch0 -p1
-%patch1 -p1
 # Replace usbredirhost with usbredirhost-0.5... fail if no longer needed
 grep usbredirhost-0.5 configure  false
 sed -i s:libusbredirparser:libusbredirparser-0.5:g configure{.ac,}

++ spice-gtk-0.20.tar.bz2 - spice-gtk-0.21.tar.bz2 ++
 13607 lines of diff (skipped)

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



commit slf4j for openSUSE:Factory

2013-09-23 Thread h_root
Hello community,

here is the log from the commit of package slf4j for openSUSE:Factory checked 
in at 2013-09-23 11:02:39

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


Package is slf4j

Changes:

--- /work/SRC/openSUSE:Factory/slf4j/slf4j.changes  2013-09-16 
10:15:44.0 +0200
+++ /work/SRC/openSUSE:Factory/.slf4j.new/slf4j.changes 2013-09-23 
11:18:13.0 +0200
@@ -1,0 +2,5 @@
+Thu Sep 19 14:22:54 UTC 2013 - mvysko...@suse.com
+
+- self-provide osgi(slf4j.api) symbol 
+
+---



Other differences:
--
++ slf4j.spec ++
--- /var/tmp/diff_new_pack.DwV7cT/_old  2013-09-23 11:18:15.0 +0200
+++ /var/tmp/diff_new_pack.DwV7cT/_new  2013-09-23 11:18:15.0 +0200
@@ -45,6 +45,9 @@
 Requires:   cal10n
 Requires:   java
 Requires:   javapackages-tools
+# this is ugly hack, which creates package wich requires the same,
+# however slf4j is not splitted between -api and -impl, but pom files are 
modeled as it was
+Provides:   osgi(slf4j.api)
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
@@ -87,6 +90,15 @@
 %{_bindir}/find -name *.css -o -name *.js -o -name *.txt | \
 %{_bindir}/xargs -t %{__perl} -pi -e 's/\r$//g'
 
+# The general pattern is that the API package exports API classes and does
+# # not require impl classes. slf4j was breaking that causing A cycle was
+# # detected when generating the classpath slf4j.api, slf4j.nop, slf4j.api.
+# # The API bundle requires impl package, so to avoid cyclic dependencies
+# # during build time, it is necessary to mark the imported package as an
+# # optional one.
+# # Reported upstream: http://bugzilla.slf4j.org/show_bug.cgi?id=283
+sed -i /Import-Package/s/.$/;resolution:=optional/ 
slf4j-api/src/main/resources/META-INF/MANIFEST.MF
+
 %build
 export CLASSPATH=$(build-classpath log4j \
commons-logging \

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



commit tig for openSUSE:Factory

2013-09-23 Thread h_root
Hello community,

here is the log from the commit of package tig for openSUSE:Factory checked in 
at 2013-09-23 11:09:42

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


Package is tig

Changes:

--- /work/SRC/openSUSE:Factory/tig/tig.changes  2013-08-23 11:07:35.0 
+0200
+++ /work/SRC/openSUSE:Factory/.tig.new/tig.changes 2013-09-23 
11:18:27.0 +0200
@@ -1,0 +2,31 @@
+Wed Sep 18 11:55:49 UTC 2013 - speili...@suse.com
+
+- Use pristine upstream tarball
+
+---
+Mon Sep 16 10:18:06 UTC 2013 - multyre...@gmail.com
+
+- change autogen.sh call to autoreconf
+
+---
+Thu Sep  5 07:40:47 UTC 2013 - multyre...@gmail.com
+
+- convert asciidoc files to man pages
+
+---
+Tue Sep  3 06:48:40 UTC 2013 - multyre...@gmail.com
+
+- update to 1.2.1
+  * Incompatibilities:
+- Move manual and man pages to doc/ directory and rename AsciiDoc files
+  to have .asciidoc as the extension to make them render on GitHub.
+  * Improvements:
+- Show blob sizes in the tree view either as bytes or using binary unit
+  prefixes. Example: `set show-file-size = units`. (GH #163)
+- Reduce main view memory usage and startup time, especially when revision
+  graph rendering is disabled. (GH #160)
+  * Bug fixes:
+- Fix submodule-related setup to check for non-zero return value from
+  setenv(). (GH #188)
+
+---

Old:

  tig-1.2.tar.gz

New:

  tig-1.2.1.tar.gz



Other differences:
--
++ tig.spec ++
--- /var/tmp/diff_new_pack.wfy37g/_old  2013-09-23 11:18:27.0 +0200
+++ /var/tmp/diff_new_pack.wfy37g/_new  2013-09-23 11:18:27.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   tig
-Version:1.2
+Version:1.2.1
 Release:0
 Summary:An ncurses-based text-mode interface for git
 License:GPL-2.0+
@@ -26,6 +26,9 @@
 Source0:http://jonas.nitro.dk/tig/releases/tig-%{version}.tar.gz
 Patch0: tig-fix-build.diff
 Patch1: tig-remove_build_timestamp.patch
+BuildRequires:  asciidoc
+BuildRequires:  automake
+BuildRequires:  libxslt-tools
 BuildRequires:  ncurses-devel
 Requires:   git-core
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -46,14 +49,18 @@
 %patch1
 
 %build
+autoreconf -vi -I contrib
 %configure
 make prefix=%{_prefix} mandir=%{_mandir}
 
 %install
 make DESTDIR=%{buildroot} prefix=%{_prefix} mandir=%{_mandir} install
-install -D -m0644 tig.1   %{buildroot}/%{_mandir}/man1/tig.1
-install -D -m0644 tigrc.5 %{buildroot}/%{_mandir}/man5/tigrc.5
-install -D -m0644 tigmanual.7 %{buildroot}/%{_mandir}/man7/tigmanual.7
+a2x -f manpage -D %{_tmppath} doc/tig.1.asciidoc
+a2x -f manpage -D %{_tmppath} doc/tigrc.5.asciidoc
+a2x -f manpage -D %{_tmppath} doc/tigmanual.7.asciidoc
+install -D -m0644 %{_tmppath}/tig.1   %{buildroot}/%{_mandir}/man1/tig.1
+install -D -m0644 %{_tmppath}/tigrc.5 
%{buildroot}/%{_mandir}/man5/tigrc.5
+install -D -m0644 %{_tmppath}/tigmanual.7 
%{buildroot}/%{_mandir}/man7/tigmanual.7
 
 %files
 %defattr(-,root,root)

++ tig-1.2.tar.gz - tig-1.2.1.tar.gz ++
 15892 lines of diff (skipped)

++ tig-fix-build.diff ++
--- /var/tmp/diff_new_pack.wfy37g/_old  2013-09-23 11:18:28.0 +0200
+++ /var/tmp/diff_new_pack.wfy37g/_new  2013-09-23 11:18:28.0 +0200
@@ -1,6 +1,6 @@
 Makefile   2011-08-28 15:42:39.0 -0700
-+++ Makefile   2011-08-30 16:42:46.091484511 -0700
-@@ -32,7 +32,7 @@
+--- Makefile   2013-08-24 17:42:16.0 +0300
 Makefile   2013-09-03 10:23:28.826035738 +0300
+@@ -36,7 +36,7 @@
  RPM_VERSION = $(word 1,$(RPM_VERLIST))
  RPM_RELEASE = $(word 2,$(RPM_VERLIST))$(if $(WTDIRTY),.dirty)
  
@@ -8,4 +8,4 @@
 +LDLIBS ?= -lncurses
  CFLAGS ?= -Wall -O2
  DFLAGS= -g -DDEBUG -Werror -O0
- PROGS = tig
+ EXE   = tig

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



commit systemd for openSUSE:Factory

2013-09-23 Thread h_root
Hello community,

here is the log from the commit of package systemd for openSUSE:Factory checked 
in at 2013-09-23 11:04:04

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


Package is systemd

Changes:

--- /work/SRC/openSUSE:Factory/systemd/systemd-mini.changes 2013-09-17 
15:04:23.0 +0200
+++ /work/SRC/openSUSE:Factory/.systemd.new/systemd-mini.changes
2013-09-23 11:18:18.0 +0200
@@ -1,0 +2,33 @@
+Thu Sep 19 16:37:03 CEST 2013 - fcro...@suse.com
+
+- Move symlink migration trigger to post (bnc#821800).
+
+---
+Wed Sep 18 23:55:09 UTC 2013 - crrodrig...@opensuse.org
+
+- 0009-polkit-Avoid-race-condition-in-scraping-proc.patch 
+  VUL-0: polkit: process subject race condition [bnc#835827]
+  CVE-2013-4288
+
+---
+Wed Sep 18 23:45:54 UTC 2013 - crrodrig...@opensuse.org
+
+- Build with --disable-ima as the openSUSE kernel 
+ does not support IMA (CONFIG_IMA is not set)
+
+---
+Wed Sep 18 23:40:27 UTC 2013 - crrodrig...@opensuse.org
+
+- Build with --disable-smack as the openSUSE kernel
+ does not support smack (CONFIG_SECURITY_SMACK is not set)
+
+---
+Wed Sep 18 12:05:47 UTC 2013 - fcro...@suse.com
+
+- Don't use a trigger to create symlink for sysctl.conf, always run
+  the test on %post (bnc#840864).
+- Update sysctl-handle-boot-sysctl.conf-kernel_release.patch to
+  ensure /boot is mounted before reading /boot/sysctl.conf-*
+  (bnc#809420).
+
+---
--- /work/SRC/openSUSE:Factory/systemd/systemd.changes  2013-09-17 
15:04:23.0 +0200
+++ /work/SRC/openSUSE:Factory/.systemd.new/systemd.changes 2013-09-23 
11:18:18.0 +0200
@@ -1,0 +2,33 @@
+Thu Sep 19 16:37:03 CEST 2013 - fcro...@suse.com
+
+- Move symlink migration trigger to post (bnc#821800).
+
+---
+Wed Sep 18 23:55:09 UTC 2013 - crrodrig...@opensuse.org
+
+- 0009-polkit-Avoid-race-condition-in-scraping-proc.patch 
+  VUL-0: polkit: process subject race condition [bnc#835827]
+  CVE-2013-4288
+
+---
+Wed Sep 18 23:45:54 UTC 2013 - crrodrig...@opensuse.org
+
+- Build with --disable-ima as the openSUSE kernel 
+ does not support IMA (CONFIG_IMA is not set)
+
+---
+Wed Sep 18 23:40:27 UTC 2013 - crrodrig...@opensuse.org
+
+- Build with --disable-smack as the openSUSE kernel
+ does not support smack (CONFIG_SECURITY_SMACK is not set)
+
+---
+Wed Sep 18 12:05:47 UTC 2013 - fcro...@suse.com
+
+- Don't use a trigger to create symlink for sysctl.conf, always run
+  the test on %post (bnc#840864).
+- Update sysctl-handle-boot-sysctl.conf-kernel_release.patch to
+  ensure /boot is mounted before reading /boot/sysctl.conf-*
+  (bnc#809420).
+
+---

New:

  0009-polkit-Avoid-race-condition-in-scraping-proc.patch



Other differences:
--
++ systemd-mini.spec ++
--- /var/tmp/diff_new_pack.5go8oI/_old  2013-09-23 11:18:19.0 +0200
+++ /var/tmp/diff_new_pack.5go8oI/_new  2013-09-23 11:18:19.0 +0200
@@ -187,6 +187,8 @@
 Patch53:0006-swap-fix-reverse-dependencies.patch
 # PATCH-FIX-UPSTREAM 
0008-swap-create-.wants-symlink-to-auto-swap-devices.patch really fix swap units
 Patch54:0008-swap-create-.wants-symlink-to-auto-swap-devices.patch
+# PATCH-FIX-UPSTREAM 0009-polkit-Avoid-race-condition-in-scraping-proc.patch  
VUL-0: polkit: process subject race condition [bnc#835827]
+Patch55:0009-polkit-Avoid-race-condition-in-scraping-proc.patch
 
 # udev patches
 # PATCH-FIX-OPENSUSE 1001-re-enable-by_path-links-for-ata-devices.patch
@@ -441,6 +443,7 @@
 %patch52 -p1
 %patch53 -p1
 %patch54 -p1
+%patch55 -p1
 
 # udev patches
 %patch1001 -p1
@@ -479,6 +482,8 @@
   --with-rc-local-script-path-start=/etc/init.d/boot.local \
   --with-rc-local-script-path-stop=/etc/init.d/halt.local \
   --with-debug-shell=/bin/bash \
+  --disable-smack \
+  --disable-ima \
   CFLAGS=%{optflags}
 make %{?_smp_mflags}
 
@@ -651,19 +656,18 @@
 remote-fs.target /dev/null 21 || :
 fi
 
-%triggerpostun -- systemd  194
-# migrate any symlink which may refer to the old path
-for f in $(find /etc/systemd/system -type l -xtype l); do
-  new_target=/usr$(readlink $f)
-  [ -f 

commit util-linux for openSUSE:Factory

2013-09-23 Thread h_root
Hello community,

here is the log from the commit of package util-linux for openSUSE:Factory 
checked in at 2013-09-23 11:16:12

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


Package is util-linux

Changes:

--- /work/SRC/openSUSE:Factory/util-linux/util-linux.changes2013-07-02 
14:30:30.0 +0200
+++ /work/SRC/openSUSE:Factory/.util-linux.new/util-linux.changes   
2013-09-23 11:18:31.0 +0200
@@ -1,0 +2,89 @@
+Fri Sep 13 07:06:19 UTC 2013 - wer...@suse.de
+
+- Avoid build require gpg-offline twice 
+
+---
+Wed Sep 11 20:54:24 CEST 2013 - sbra...@suse.cz
+
+- Update to version 2.23.2:
+  nsenter(1):
+  * this NEW COMMAND provides command line interface to setns()
+Linux syscall and allows to run program with namespaces of
+other processes
+  unshare(1):
+  * supports new PID and USER namespaces
+  fdisk(8):
+  * provides experimental support for GUID Partition Table (GPT),
+the implementation is still not complete and some (unimportant)
+features are missing.
+  * ~50% of fdisk code has been refactored, this task is going to
+be complete in the next release. The goal is to have libfdisk
+shared between all fdisks.
+  partx(8):
+  * supports new update command (implemented by
+BLKPG_RESIZE_PARTITION ioctl)
+  mount(8):
+  * supports new userspace mount option x-mount.mkdir[=mode] to
+create mountpoints on demand
+  * the support for propagation flags has been improved, now the
+flags could be specified in /etc/fstab and used together with
+regular mount options. It's also possible to specify more
+propagation flags together. This EXPERIMENTAL feature is
+implemented by additional mount(2) syscalls, because Linux does
+not allow to use propagation flags with another options or more
+flags together.
+  umount(8):
+  * supports new command line option --recursive to recursively
+unmount all sub-mounts for the specified mountpoint * supports
+new command line option --all-targets to unmount all
+mountpoints in the current namespace for the specified
+filesystem * the options --recursive and --all-targets could be
+used together
+  dmesg(1):
+  * supports new command line options --color, --human and
+  --nopager, the --human option enables relative times, colors and
+  pager support.
+  su(1):
+  * supports new command line options --group and --supp-group to
+specify primary and supplementary groups
+  chfn(1) and chsh(1):
+  * the commands could be linked with libuser to support non-local
+accounts modification (e.g. LDAP, etc).
+  kill(1):
+  * the command has been improved to be compatible with procps
+version, the procps version is deprecated now, the util-linux
+version is enabled by default.
+  blkdiscard(8):
+  * this NEW COMMAND discard sectors on a device (for example on
+SSD disks)
+  sulogin(8):
+  * provides multi-console feature from SysVinit
+  findmnt(8):
+  * provides new columns FREQ, PASSNO, ID, OPT-FIELDS, PROPAGATION
+  lslocks(8):
+  * provides new column BLOCKER and detects blocked locks
+  lsblk(8):
+  * supports new command line option --scsi and new columns HCTL,
+TRANsport VENDOR and REVision
+  swapon(8) and losetup(8):
+  * the commands prints basic overview by default if no option
+specified
+  column(1):
+  * supports new command line option --output-separator to specify
+table output delimiter
+  rename(1):
+  * supports new command line option --symlink to rename symlink
+target
+  hwclock(8):
+  * supports new command line option --compare to periodically
+compare the Hardware Clock to the System Time (based on
+adjtimex -c)
+  ipcs(1):
+  * supports new command line options --bytes and --human
+  wipefs(1):
+  * supports new command line option --force to force erase on used
+devices
+- Removed upstreamed patches (mkfs.bfs_cleanup_64bit.patch-Patch,
+  mkfs.bfs_cleanup_endian.patch)
+
+---

Old:

  mkfs.bfs_cleanup_64bit.patch
  mkfs.bfs_cleanup_endian.patch
  util-linux-2.23.1.tar.bz2

New:

  util-linux-2.23.2.tar.sign
  util-linux-2.23.2.tar.xz
  util-linux.keyring



Other differences:
--
++ util-linux.spec ++
--- /var/tmp/diff_new_pack.jBbwKe/_old  2013-09-23 11:18:32.0 +0200
+++ /var/tmp/diff_new_pack.jBbwKe/_new  2013-09-23 11:18:32.0 +0200
@@ -25,6 +25,13 @@
 BuildRequires:  binutils-devel
 BuildRequires:  fdupes
 BuildRequires:  gettext-devel
+# Use rpmbuild -D 'VERIFY_SIG 1' to verify signature during build or run
+# one-shot check by
+# xzcat util-linux-*.tar.xz 

commit vala for openSUSE:Factory

2013-09-23 Thread h_root
Hello community,

here is the log from the commit of package vala for openSUSE:Factory checked in 
at 2013-09-23 11:16:36

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


Package is vala

Changes:

--- /work/SRC/openSUSE:Factory/vala/vala.changes2013-08-16 
12:22:32.0 +0200
+++ /work/SRC/openSUSE:Factory/.vala.new/vala.changes   2013-09-23 
11:18:32.0 +0200
@@ -1,0 +2,8 @@
+Fri Sep 13 08:01:39 UTC 2013 - dims...@opensuse.org
+
+- Update to version 0.21.2:
+  + Recognize ref/unref functions in .gir files.
+  + Add geocode-glib bindings.
+  + Bug fixes and binding updates.
+
+---

Old:

  vala-0.21.1.tar.xz

New:

  vala-0.21.2.tar.xz



Other differences:
--
++ vala.spec ++
--- /var/tmp/diff_new_pack.sSaPCJ/_old  2013-09-23 11:18:33.0 +0200
+++ /var/tmp/diff_new_pack.sSaPCJ/_new  2013-09-23 11:18:33.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   vala
-Version:0.21.1
+Version:0.21.2
 Release:0
 %define vala_version 0.22
 %define vala_libversion 0_22

++ vala-0.21.1.tar.xz - vala-0.21.2.tar.xz ++
 7020 lines of diff (skipped)

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



commit qtractor for openSUSE:Factory

2013-09-23 Thread h_root
Hello community,

here is the log from the commit of package qtractor for openSUSE:Factory 
checked in at 2013-09-23 11:00:15

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


Package is qtractor

Changes:

--- /work/SRC/openSUSE:Factory/qtractor/qtractor.changes2013-09-09 
21:30:28.0 +0200
+++ /work/SRC/openSUSE:Factory/.qtractor.new/qtractor.changes   2013-09-23 
11:17:57.0 +0200
@@ -1,0 +2,5 @@
+Fri Sep 13 11:45:39 UTC 2013 - dval...@suse.com
+
+- Fix build on powerpc (qtractor-powerpc.patch) 
+
+---

New:

  qtractor-powerpc.patch



Other differences:
--
++ qtractor.spec ++
--- /var/tmp/diff_new_pack.mHGeUT/_old  2013-09-23 11:17:58.0 +0200
+++ /var/tmp/diff_new_pack.mHGeUT/_new  2013-09-23 11:17:58.0 +0200
@@ -26,6 +26,7 @@
 Source: 
http://prdownloads.sourceforge.net/qtractor/qtractor-%{version}.tar.gz
 Patch0: %{name}-nodatetime.patch
 Patch1: qtractor-0.5.10-cflags.patch
+Patch2: qtractor-powerpc.patch
 BuildRequires:  alsa-devel
 BuildRequires:  desktop-file-utils
 BuildRequires:  dssi-devel
@@ -57,6 +58,7 @@
 %setup -q
 %patch0
 %patch1
+%patch2 -p1
 
 %build
 %configure --disable-sse

++ qtractor-powerpc.patch ++
Index: qtractor-0.5.10/src/qtractorAtomic.h
===
--- qtractor-0.5.10.orig/src/qtractorAtomic.h
+++ qtractor-0.5.10/src/qtractorAtomic.h
@@ -35,10 +35,10 @@ extern C {
 
 #if defined(__GNUC__)
 
-#if defined(powerpc) || defined(__ppc__)
+#if defined(__powerpc__) || defined(__powerpc64__)
 
 static inline int ATOMIC_CAS1 (
-   volatile int *pAddr, int iOldValue, int iNewValue )
+   volatile int *pValue, int iOldValue, int iNewValue )
 {
register int result;
asm volatile (
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit python-tox for openSUSE:Factory

2013-09-23 Thread h_root
Hello community,

here is the log from the commit of package python-tox for openSUSE:Factory 
checked in at 2013-09-23 10:58:22

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


Package is python-tox

Changes:

--- /work/SRC/openSUSE:Factory/python-tox/python-tox.changes2013-06-29 
14:35:57.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-tox.new/python-tox.changes   
2013-09-23 11:17:54.0 +0200
@@ -1,0 +2,58 @@
+Thu Sep 19 12:27:49 UTC 2013 - speili...@suse.com
+
+- (Build)Require python-argparse on SLE
+
+---
+Thu Sep  5 07:29:06 UTC 2013 - speili...@suse.com
+
+- Update to version 1.6.0:
+  + fix issue119: {envsitepackagesdir} is now correctly computed and has
+a better test to prevent regression.
+  + fix issue116: make 1.6 introduced behaviour of changing to a 
+per-env HOME directory during install activities dependent 
+on --set-home for now.  Should re-establish the old behaviour
+when no option is given.
+  + fix issue118: correctly have two tests use realpath(). Thanks Barry
+Warsaw.
+  + fix test runs on environments without a home directory
+(in this case we use toxinidir as the homedir)
+  + fix issue117: python2.5 fix: don't use ``--insecure`` option because 
+its very existence depends on presence of ssl.  If you
+want to support python2.5/pip1.3.1 based test environments you need 
+to install ssl and/or use PIP_INSECURE=1 through ``setenv``. section.
+  + fix issue102: change to {toxinidir} when installing dependencies.
+this allows to use relative path like in -rrequirements.txt.
+- Changes from version 1.6.0:
+  + fix issue35: add new EXPERIMENTAL install_command testenv-option to
+configure the installation command with options for dep/pkg install.
+Thanks Carl Meyer for the PR and docs.
+  + fix issue91: python2.5 support by vendoring the virtualenv-1.9.1 
+script and forcing pip1.4. Also the default [py25] environment 
+modifies the default installer_command (new config option)
+to use pip without the --pre option which was introduced 
+with pip-1.4 and is now required if you want to install non-stable 
+releases.  (tox defaults to install with --pre everywhere).
+  + during installation of dependencies HOME is now set to a pseudo
+location ({envtmpdir}/pseudo-home).  If an index url was specified
+a .pydistutils.cfg file will be written with an index_url setting
+so that packages defining ``setup_requires`` dependencies will not
+silently use your HOME-directory settings or https://pypi.python.org.
+  + fix issue1: empty setup files are properly detected, thanks Anthon van
+der Neuth
+  + remove toxbootstrap.py for now because it is broken.
+  + fix issue109 and fix issue111: multiple -e options are now combined
+(previously the last one would win). Thanks Anthon van der Neut.
+  + add --result-json option to write out detailed per-venv information
+into a json report file to be used by upstream tools.
+  + add new config options ``usedevelop`` and ``skipsdist`` as well as a
+command line option ``--develop`` to install the package-under-test in 
develop mode.
+thanks Monty Tailor for the PR.
+  + always unset PYTHONDONTWRITEBYTE because newer setuptools doesn't like it
+  + if a HOMEDIR cannot be determined, use the toxinidir.
+  + refactor interpreter information detection to live in new
+tox/interpreters.py file, tests in tests/test_interpreters.py.
+- Add tox-disable-network-accessing-tests.patch: Disable tests that insist on
+  downloading dependencies over network
+- Run testsuite
+
+---

Old:

  tox-1.5.0.tar.gz

New:

  tox-1.6.1.tar.gz
  tox-disable-network-accessing-tests.patch



Other differences:
--
++ python-tox.spec ++
--- /var/tmp/diff_new_pack.GyPE8t/_old  2013-09-23 11:17:54.0 +0200
+++ /var/tmp/diff_new_pack.GyPE8t/_new  2013-09-23 11:17:54.0 +0200
@@ -17,19 +17,24 @@
 
 
 Name:   python-tox
-Version:1.5.0
+Version:1.6.1
 Release:0
 Summary:Virtualenv-based automation of test activities
 License:MIT
 Group:  Development/Languages/Python
 Url:http://codespeak.net/tox
 Source: 
http://pypi.python.org/packages/source/t/tox/tox-%{version}.tar.gz
-BuildRequires:  python-Sphinx
+Patch0: tox-disable-network-accessing-tests.patch
 BuildRequires:  python-devel
+# Documentation requirements:
+BuildRequires:  python-Sphinx
+# Test requirements:
+BuildRequires:  python-argparse
 BuildRequires:  python-py = 

commit rygel for openSUSE:Factory

2013-09-23 Thread h_root
Hello community,

here is the log from the commit of package rygel for openSUSE:Factory checked 
in at 2013-09-23 11:01:15

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


Package is rygel

Changes:

--- /work/SRC/openSUSE:Factory/rygel/rygel.changes  2013-09-11 
13:09:07.0 +0200
+++ /work/SRC/openSUSE:Factory/.rygel.new/rygel.changes 2013-09-23 
11:18:00.0 +0200
@@ -1,0 +2,13 @@
+Mon Sep 16 21:07:57 UTC 2013 - dims...@opensuse.org
+
+- Update to version 0.19.7:
+  + Renderer:
+- Fix compatible actions.
+- Fix missing , in renderer protocol info.
+- Initialize mute state from player.
+  + MediaExport: Fix a crash after disabling virtual folders.
+  + Rygel: Print version number on startup.
+  + Bugs fixed: bgo#677552, bgo#701934, bgo#706978, bgo#707962.
+  + Updated translations.
+
+---

Old:

  rygel-0.19.6.tar.xz

New:

  rygel-0.19.7.tar.xz



Other differences:
--
++ rygel.spec ++
--- /var/tmp/diff_new_pack.BMciIk/_old  2013-09-23 11:18:01.0 +0200
+++ /var/tmp/diff_new_pack.BMciIk/_new  2013-09-23 11:18:01.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   rygel
-Version:0.19.6
+Version:0.19.7
 Release:0
 Summary:Home Media Solution for GNOME based on UPnP/DLNA
 License:LGPL-2.0+

++ rygel-0.19.6.tar.xz - rygel-0.19.7.tar.xz ++
 124829 lines of diff (skipped)

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



  1   2   3   >