commit brp-extract-appdata for openSUSE:Factory

2012-03-11 Thread h_root
Hello community,

here is the log from the commit of package brp-extract-appdata for 
openSUSE:Factory checked in at 2012-03-11 20:03:19

Comparing /work/SRC/openSUSE:Factory/brp-extract-appdata (Old)
 and  /work/SRC/openSUSE:Factory/.brp-extract-appdata.new (New)


Package is brp-extract-appdata, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/brp-extract-appdata/brp-extract-appdata.changes  
2012-03-07 13:41:34.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.brp-extract-appdata.new/brp-extract-appdata.changes 
2012-03-11 20:03:21.0 +0100
@@ -1,0 +2,5 @@
+Sun Mar 11 17:51:36 UTC 2012 - co...@suse.com
+
+- add required perl modules
+
+---



Other differences:
--
++ brp-extract-appdata.spec ++
--- /var/tmp/diff_new_pack.ZpFDXn/_old  2012-03-11 20:03:22.0 +0100
+++ /var/tmp/diff_new_pack.ZpFDXn/_new  2012-03-11 20:03:22.0 +0100
@@ -34,6 +34,7 @@
 %package -n extract-appdata-icons
 Summary:A little perl script to split appdata.xml
 Group:  Development/Tools/Building
+Requires:   perl(XML::Simple)
 
 %description -n extract-appdata-icons
 OBS generated appdata.xml contains all icons and this little tool splits

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



commit coreutils for openSUSE:Factory

2012-03-11 Thread h_root
Hello community,

here is the log from the commit of package coreutils for openSUSE:Factory 
checked in at 2012-03-11 20:03:37

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


Package is coreutils, Maintainer is p...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/coreutils/coreutils.changes  2012-02-21 
12:16:48.0 +0100
+++ /work/SRC/openSUSE:Factory/.coreutils.new/coreutils.changes 2012-03-11 
20:03:44.0 +0100
@@ -1,0 +2,63 @@
+Fri Mar  9 17:30:19 CET 2012 - p...@suse.de
+
+- Update to 8.15:
+  ** New programs
+
+realpath: print resolved file names.
+
+  ** Bug fixes
+
+du --one-file-system (-x) would ignore any non-directory specified on
+the command line.  For example, touch f; du -x f would print nothing.
+[bug introduced in coreutils-8.14]
+
+du -x no longer counts root directories of other file systems.
+[bug introduced in coreutils-5.1.0]
+
+ls --color many-entry-directory was uninterruptible for too long
+[bug introduced in coreutils-5.2.1]
+
+ls's -k option no longer affects how ls -l outputs file sizes.
+It now affects only the per-directory block counts written by -l,
+and the sizes written by -s.  This is for compatibility with BSD
+and with POSIX 2008.  Because -k is no longer equivalent to
+--block-size=1KiB, a new long option --kibibyte stands for -k.
+[bug introduced in coreutils-4.5.4]
+
+ls -l would leak a little memory (security context string) for each
+nonempty directory listed on the command line, when using SELinux.
+[bug probably introduced in coreutils-6.10 with SELinux support]
+
+split -n 1/2 FILE no longer fails when operating on a growing file, or
+(on some systems) when operating on a non-regular file like /dev/zero.
+It would report /dev/zero: No such file or directory even though
+the file obviously exists.  Same for -n l/2.
+[bug introduced in coreutils-8.8, with the addition of the -n option]
+
+stat -f now recognizes the FhGFS and PipeFS file system types.
+
+tac no longer fails to handle two or more non-seekable inputs
+[bug introduced in coreutils-5.3.0]
+
+tail -f no longer tries to use inotify on GPFS or FhGFS file systems
+[you might say this was introduced in coreutils-7.5, along with inotify
+ support, but the new magic numbers weren't in the usual places then.]
+
+  ** Changes in behavior
+
+df avoids long UUID-including file system names in the default listing.
+With recent enough kernel/tools, these long names would be used, pushing
+second and subsequent columns far to the right.  Now, when a long name
+refers to a symlink, and no file systems are specified, df prints the
+usually-short referent instead.
+
+tail -f now uses polling (not inotify) when any of its file arguments
+resides on a file system of unknown type.  In addition, for each such
+argument, tail -f prints a warning with the FS type magic number and a
+request to report it to the bug-reporting address.
+
+- Bring german message catalog up to date.
+- Include upstream fix for du.
+- Include upstream patch fixing basename documentation.
+
+---

Old:

  coreutils-8.14.de.po.xz
  coreutils-8.14.tar.xz
  coreutils-fix_tac.patch

New:

  coreutils-8.15.de.po.xz
  coreutils-8.15.tar.xz
  coreutils-basename_documentation.patch
  coreutils-one-file-system_ignores_non-directory_arguments.patch



Other differences:
--
++ coreutils.spec ++
--- /var/tmp/diff_new_pack.ZyX6wp/_old  2012-03-11 20:03:47.0 +0100
+++ /var/tmp/diff_new_pack.ZyX6wp/_new  2012-03-11 20:03:47.0 +0100
@@ -28,7 +28,7 @@
 BuildRequires:  pam-devel
 BuildRequires:  xz
 Url:http://www.gnu.org/software/coreutils/
-Version:8.14
+Version:8.15
 Release:0
 Provides:   fileutils = %{version}, sh-utils = %{version}, stat = 
%version}, textutils = %{version}, mktemp = %{version}
 Obsoletes:  fileutils  %{version}, sh-utils  %{version}, stat  
%version}, textutils  %{version}, mktemp  %{version}
@@ -40,7 +40,7 @@
 Source1:su.pamd
 Source2:su.default
 Source3:baselibs.conf
-Source4:coreutils-8.14.de.po.xz
+Source4:coreutils-%{version}.de.po.xz
 Patch0: coreutils-misc.patch
 Patch1: coreutils-remove_hostname_documentation.patch
 Patch2: coreutils-gl_printf_safe.patch
@@ -61,7 +61,8 @@
 Patch32:coreutils-ptr_int_casts.patch
 Patch33:coreutils-8.9-singlethreaded-sort.patch
 Patch34:coreutils-acl-nofollow.patch
-Patch35:coreutils-fix_tac.patch
+Patch35: 

commit go-go-gtk for openSUSE:Factory

2012-03-11 Thread h_root
Hello community,

here is the log from the commit of package go-go-gtk for openSUSE:Factory 
checked in at 2012-03-11 20:03:55

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


Package is go-go-gtk, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/go-go-gtk/go-go-gtk.changes  2012-01-19 
09:41:55.0 +0100
+++ /work/SRC/openSUSE:Factory/.go-go-gtk.new/go-go-gtk.changes 2012-03-11 
20:03:57.0 +0100
@@ -1,0 +2,23 @@
+Fri Feb 24 02:40:49 UTC 2012 - gra...@andtech.eu
+
+- On suse_version = 1220, Patch out use of g_thread_init in gkd.go, 
+  depcrecated and not necessary since glib = 2.32.
+
+---
+Fri Feb 17 14:40:55 UTC 2012 - gra...@andtech.eu
+
+- Update to latest git (17.02.2102)
+- added GtkLabel.Set/GetMnemonicWidget
+- some methods in GtkButton.
+- Fixed gtk.RadioButtonWithMnemonic
+- about dialog.
+- fix GtkStatusIcon.
+- GtkMessageDialog.
+- updated listview example (ListStore is a TreeModel)
+
+---
+Thu Jan 12 11:30:37 UTC 2012 - co...@suse.com
+
+- change license to be in spdx.org format
+
+---

Old:

  go-gtk-0.0.0+git20111223.tar.bz2

New:

  g-thread-deprecated.patch
  go-gtk-0.0.0+git20120304.tar.bz2



Other differences:
--
++ go-go-gtk.spec ++
--- /var/tmp/diff_new_pack.anpDVW/_old  2012-03-11 20:03:58.0 +0100
+++ /var/tmp/diff_new_pack.anpDVW/_new  2012-03-11 20:03:58.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package go-go-gtk
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 # Copyright (c) 2011, Sascha Peilicke sasc...@gmx.de
 #
 # All modifications and additions to the file contributed by third parties
@@ -19,13 +19,14 @@
 
 
 Name:   go-go-gtk
-Version:0.0.0+git20111223
+Version:0.0.0+git20120304
 Release:0
-License:BSD ; LGPL-2.0+
 Summary:Go bindings for GTK
-Url:http://github.com/mattn/go-gtk
+License:BSD-3-Clause ; LGPL-2.0+
 Group:  Development/Languages/Other
+Url:http://github.com/mattn/go-gtk
 Source0:go-gtk-%{version}.tar.bz2
+Patch0: g-thread-deprecated.patch
 BuildRequires:  go-devel
 BuildRequires:  pkgconfig(gtk+-2.0)
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -51,11 +52,16 @@
 
 %prep
 %setup -q -n go-gtk
+%if 0%{?suse_version} = 1220
+%patch0 -p1
+%endif
 
 %build
+%goprep github.com/mattn/go-gtk
+%gobuild  gtk
 
 %install
-%{go_make_install}
+%goinstall
 
 %files
 %defattr(-,root,root,-)

++ g-thread-deprecated.patch ++
diff --git a/gdk/gdk.go b/gdk/gdk.go
index 9bff400..e45d6aa 100644
--- a/gdk/gdk.go
+++ b/gdk/gdk.go
@@ -24,11 +24,13 @@ static GdkWindow* to_GdkWindow(void* w) {
return GDK_WINDOW(w);
 }
 
+#ifndef __G_DEPRECATED_THREAD_H__
 static void _g_thread_init(GThreadFunctions *vtable) {
 #ifdef G_THREADS_ENABLED
g_thread_init(vtable);
 #endif
 }
+#endif
 */
 // #cgo pkg-config: gdk-2.0 gthread-2.0
 import C
@@ -75,7 +77,7 @@ func Flush() {
 func ThreadsInit() {
if first {
first = false
-   C._g_thread_init(nil)
+   //C._g_thread_init(nil)
}
C.gdk_threads_init()
 }
++ go-gtk-0.0.0+git20111223.tar.bz2 - go-gtk-0.0.0+git20120304.tar.bz2 
++
 15620 lines of diff (skipped)

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



commit kernel-firmware for openSUSE:Factory

2012-03-11 Thread h_root
Hello community,

here is the log from the commit of package kernel-firmware for openSUSE:Factory 
checked in at 2012-03-11 20:04:04

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


Package is kernel-firmware, Maintainer is gre...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/kernel-firmware/kernel-firmware.changes  
2011-12-22 13:36:33.0 +0100
+++ /work/SRC/openSUSE:Factory/.kernel-firmware.new/kernel-firmware.changes 
2012-03-11 20:04:07.0 +0100
@@ -1,0 +2,7 @@
+Fri Mar  2 14:15:51 UTC 2012 - j...@novell.com
+
+- Add 2 new bnx2 firmware files. (bnc#746686)
+   bnx2/bnx2-mips-06-6.2.3.fw
+   bnx2/bnx2-mips-09-6.2.1b.fw 
+
+---

New:

  bnx2-mips-06-6.2.3.fw
  bnx2-mips-09-6.2.1b.fw



Other differences:
--
++ kernel-firmware.spec ++
--- /var/tmp/diff_new_pack.oiE6Kt/_old  2012-03-11 20:04:09.0 +0100
+++ /var/tmp/diff_new_pack.oiE6Kt/_new  2012-03-11 20:04:09.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package kernel-firmware
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,6 +15,8 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
+
 Name:   kernel-firmware
 BuildRequires:  fdupes
 BuildRequires:  kernel-default
@@ -30,6 +32,8 @@
 Source2:qlogic.tar.bz2
 Source3:iwlwifi-4965-1.ucode
 Source4:t4fw.bin
+Source5:bnx2-mips-06-6.2.3.fw
+Source6:bnx2-mips-09-6.2.1b.fw
 %define __find_supplements bash %_sourcedir/firmware.sh --find-supplements
 %define __ksyms_supplements bash %_sourcedir/firmware.sh --cache 
%{_builddir}/%{?buildsubdir}/find_supplements.cache --find-supplements
 %define __ksyms_path ^/lib/firmware
@@ -75,6 +79,8 @@
 %setup -q -n linux-firmware-%version -a 2
 cp -v %{S:3} iwlwifi-4965-1.ucode
 cp -v %{S:4} cxgb4/t4fw.bin
+cp -v %{S:5} bnx2/bnx2-mips-06-6.2.3.fw
+cp -v %{S:6} bnx2/bnx2-mips-09-6.2.1b.fw
 
 %build
 # nothing to do



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



commit libdc1394 for openSUSE:Factory

2012-03-11 Thread h_root
Hello community,

here is the log from the commit of package libdc1394 for openSUSE:Factory 
checked in at 2012-03-11 20:04:08

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


Package is libdc1394, Maintainer is sbra...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/libdc1394/libdc1394.changes  2011-11-18 
15:46:13.0 +0100
+++ /work/SRC/openSUSE:Factory/.libdc1394.new/libdc1394.changes 2012-03-11 
20:04:09.0 +0100
@@ -1,0 +2,8 @@
+Fri Mar 09 17:09:02 MSK 2012 - matwey.korni...@gmail.com
+
+- Update to 2.2.0.
+   - new Windows stack
+   - fixed small memory leak in Juju
+   - added two USB cameras from Point Grey.
+   
+---

Old:

  libdc1394-2.1.4.tar.bz2

New:

  libdc1394-2.2.0.tar.bz2



Other differences:
--
++ libdc1394.spec ++
--- /var/tmp/diff_new_pack.p4yDj5/_old  2012-03-11 20:04:11.0 +0100
+++ /var/tmp/diff_new_pack.p4yDj5/_new  2012-03-11 20:04:11.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libdc1394
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 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,7 +21,13 @@
 
 Name:   libdc1394
 %define libdc1394_12_version 1.2.2
-%define libdc1394_version 2.1.4
+%define libdc1394_version 2.2.0
+BuildRequires:  autoconf
+%if 0%{?suse_version}  1110
+BuildRequires:  libSDL-devel
+%else
+BuildRequires:  SDL-devel
+%endif
 BuildRequires:  libraw1394-devel
 BuildRequires:  libtool
 %if 0%{?suse_version}  1100
@@ -33,11 +39,11 @@
 BuildRequires:  libv4l-devel = 0.8.4
 %endif
 Version:%{libdc1394_version}
-Release:27
-License:LGPL-2.1+
+Release:0
 Summary:1394-Based Digital Camera Control Library
-Url:http://sourceforge.net/projects/libdc1394/
+License:LGPL-2.1+
 Group:  Hardware/Camera
+Url:http://sourceforge.net/projects/libdc1394/
 Source1:libdc1394-%{libdc1394_12_version}.tar.bz2
 Source2:libdc1394-%{libdc1394_version}.tar.bz2
 Source3:%{name}-rpmlintrc
@@ -59,8 +65,7 @@
 
 %package -n libdc1394_control12
 Version:%{libdc1394_12_version}
-Release:22
-License:LGPL-2.1+
+Release:0
 Summary:1394-Based Digital Camera Control Library
 Group:  Hardware/Camera
 
@@ -73,8 +78,7 @@
 
 %package -n libdc1394_control12-devel
 Version:%{libdc1394_12_version}
-Release:22
-License:LGPL-2.1+
+Release:0
 Summary:1394-Based Digital Camera Control Library
 Group:  Development/Libraries/C and C++
 Requires:   libdc1394_control12 = %{libdc1394_12_version}
@@ -90,7 +94,6 @@
 %endif
 
 %package 22
-License:LGPL-2.1+
 Summary:1394-Based Digital Camera Control Library
 Group:  Hardware/Camera
 
@@ -102,7 +105,6 @@
 communicate with the camera.
 
 %package devel
-License:LGPL-2.1+
 Summary:Development libraries and header files for dc1394
 Group:  Development/Libraries/C and C++
 Requires:   libdc1394 = %{libdc1394_version}

++ libdc1394-2.1.4.tar.bz2 - libdc1394-2.2.0.tar.bz2 ++
 24462 lines of diff (skipped)

++ libdc1394-swab_fix.patch ++
--- /var/tmp/diff_new_pack.p4yDj5/_old  2012-03-11 20:04:12.0 +0100
+++ /var/tmp/diff_new_pack.p4yDj5/_new  2012-03-11 20:04:12.0 +0100
@@ -2,8 +2,8 @@
  libdc1394-2.0.2/dc1394/conversions.c |5 ++---
  1 file changed, 2 insertions(+), 3 deletions(-)
 
 a/libdc1394-2.1.4/dc1394/conversions.c
-+++ b/libdc1394-2.1.4/dc1394/conversions.c
+--- a/libdc1394-2.2.0/dc1394/conversions.c
 b/libdc1394-2.2.0/dc1394/conversions.c
 @@ -22,11 +22,10 @@
  
  #include string.h

++ libdc1394-v4l-2.6.38.patch ++
--- /var/tmp/diff_new_pack.p4yDj5/_old  2012-03-11 20:04:12.0 +0100
+++ /var/tmp/diff_new_pack.p4yDj5/_new  2012-03-11 20:04:12.0 +0100
@@ -1,5 +1,5 @@
 libdc1394-2.1.4/examples/dc1394_vloopback.c2009-05-25 
08:49:17.0 +0200
-+++ libdc1394-2.1.4/examples/dc1394_vloopback.c2011-07-07 
11:47:18.326089352 +0200
+--- libdc1394-2.2.0/examples/dc1394_vloopback.c2009-05-25 
08:49:17.0 +0200
 libdc1394-2.2.0/examples/dc1394_vloopback.c2011-07-07 
11:47:18.326089352 +0200
 @@ -46,7 +46,7 @@
  #include signal.h
  #define _LINUX_TIME_H

++ libdc1394-visibility.patch ++
--- /var/tmp/diff_new_pack.p4yDj5/_old  2012-03-11 20:04:12.0 +0100
+++ 

commit libechonest for openSUSE:Factory

2012-03-11 Thread h_root
Hello community,

here is the log from the commit of package libechonest for openSUSE:Factory 
checked in at 2012-03-11 20:04:14

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


Package is libechonest, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/libechonest/libechonest.changes  2011-12-09 
11:50:48.0 +0100
+++ /work/SRC/openSUSE:Factory/.libechonest.new/libechonest.changes 
2012-03-11 20:04:16.0 +0100
@@ -1,0 +2,5 @@
+Sat Mar 10 14:32:05 UTC 2012 - crrodrig...@opensuse.org
+
+- Make build verbose to let rpmlint do its job. 
+
+---



Other differences:
--
++ libechonest.spec ++
--- /var/tmp/diff_new_pack.ArX0R7/_old  2012-03-11 20:04:16.0 +0100
+++ /var/tmp/diff_new_pack.ArX0R7/_new  2012-03-11 20:04:16.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libechonest
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,9 +19,10 @@
 %define soname 1_2
 
 Name:   libechonest
-BuildRequires:  cmake gcc-c++ libqt4-devel
+BuildRequires:  cmake
+BuildRequires:  gcc-c++
 BuildRequires:  libqjson-devel
-License:GPL-2.0+
+BuildRequires:  libqt4-devel
 Version:1.2.1
 Release:0
 Source0:libechonest-%{version}.tar.bz2
@@ -30,6 +31,7 @@
 
 # main package
 Summary:Qt library for communicating with The Echo Nest
+License:GPL-2.0+
 Group:  System/Libraries
 
 %description
@@ -38,16 +40,16 @@
 
 # bin package
 %package -n libechonest%{soname}
-Group:  System/Libraries
 Summary:Qt library for communicating with The Echo Nest
+Group:  System/Libraries
 
 %description  -n libechonest%{soname}
 It currently supports almost all of the features of the Echo Nest API, 
including all the API functions.
 
 # devel package
 %package -n libechonest-devel
-Group:  Development/Libraries/C and C++
 Summary:Qt library for communicating with The Echo Nest
+Group:  Development/Libraries/C and C++
 Requires:   libechonest%{soname} = %{version}
 
 %description -n libechonest-devel
@@ -65,7 +67,7 @@
 -DLIB_SUFFIX=64
 %endif
 
-make %{?_smp_mflags}
+make VERBOSE=1 %{?_smp_mflags}
 
 %install
 %makeinstall

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



commit mgetty for openSUSE:Factory

2012-03-11 Thread h_root
Hello community,

here is the log from the commit of package mgetty for openSUSE:Factory checked 
in at 2012-03-11 20:04:25

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


Package is mgetty, Maintainer is g...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/mgetty/mgetty.changes2012-01-25 
15:02:20.0 +0100
+++ /work/SRC/openSUSE:Factory/.mgetty.new/mgetty.changes   2012-03-11 
20:04:26.0 +0100
@@ -1,0 +2,6 @@
+Fri Mar  9 10:18:24 UTC 2012 - mweckbec...@suse.com
+
+- fixpie.patch: Use LDFLAGS instead of CFLAGS to make building with 
+  PIE work properly
+
+---

New:

  fixpie.patch



Other differences:
--
++ mgetty.spec ++
--- /var/tmp/diff_new_pack.gkkJpg/_old  2012-03-11 20:04:27.0 +0100
+++ /var/tmp/diff_new_pack.gkkJpg/_new  2012-03-11 20:04:27.0 +0100
@@ -41,6 +41,7 @@
 Patch5: %{name}-%{version}-implicit-fortify-decl.patch
 Patch6: mgetty-1.1.36-no-date-time.patch
 Patch7: bug646280.patch
+Patch8: fixpie.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -89,6 +90,7 @@
 %patch5
 %patch6
 %patch7 -p1
+%patch8 -p1
 
 %build
 ln -s policy.h-dist policy.h

++ fixpie.patch ++
Index: mgetty-1.1.36/fax/Makefile
===
--- mgetty-1.1.36.orig/fax/Makefile
+++ mgetty-1.1.36/fax/Makefile
@@ -36,7 +36,7 @@ faxheader: faxheader.in ../sedscript
@cd .. ; $(MAKE) sedscript
 
 faxq-helper: faxq-helper.o 
-   $(CC) $(CFLAGS) -o faxq-helper faxq-helper.o
+   $(CC) $(LDFLAGS) -o faxq-helper faxq-helper.o
 
 faxq-helper.o: faxq-helper.c ../sedscript
$(CC) $(CFLAGS) -DFAX_SPOOL_OUT=\$(FAX_SPOOL_OUT)\ \
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit midori for openSUSE:Factory

2012-03-11 Thread h_root
Hello community,

here is the log from the commit of package midori for openSUSE:Factory checked 
in at 2012-03-11 20:04:29

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


Package is midori, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/midori/midori.changes2012-03-06 
13:39:39.0 +0100
+++ /work/SRC/openSUSE:Factory/.midori.new/midori.changes   2012-03-11 
20:04:31.0 +0100
@@ -1,0 +2,29 @@
+Fri Mar  9 11:27:27 UTC 2012 - g...@opensuse.org
+
+- update to version 0.4.4
+  + disable page cache with  352 MB RAM
+  + display filename in download dialog
+  + fix box packing in GTK+3 (in most cases)
+  + enable experimental HTML5 fullscreen API
+  + harden IPv6 address recognition in location
+  + experimental site data policy support (see FAQ)
+  + close tabs by middle clicking close button
+  + merge cookies and other data in Clear Private Data
+  + improve KatzeArrayAction for Unity menuproxy compatibility
+  + use GDateTime for history to avoid broken C runtimes
+  + add Midori tag to DuckDuckGo default URI
+  + rewrite completion popup resizing
+  + streamline page icon loading stages and fallbacks
+  + disable clipboard work-around for WebKit = 1.4.3
+  + re-word .desktop entry as an action
+  + display informative text in private browsing
+  + consistent clear icons in entries
+  + revised download filename generation
+  + add 'Open in Image Viewer' menu item
+  + formhistory 2.0 with GDOM support
+  + handle javascript: and mailto: links better
+  + handle = key in Ukrainian layout better
+  + fix bookmark export and deletion of bookmark folders
+  + speed dial shortcut re-reordering by DND
+
+---

Old:

  midori-0.4.3.tar.bz2

New:

  midori-0.4.4.tar.bz2



Other differences:
--
++ midori.spec ++
--- /var/tmp/diff_new_pack.WywJqp/_old  2012-03-11 20:04:32.0 +0100
+++ /var/tmp/diff_new_pack.WywJqp/_new  2012-03-11 20:04:32.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   midori
-Version:0.4.3
+Version:0.4.4
 Release:0
 Summary:Lightweight Webkit-based Web Browser
 License:LGPL-2.1
@@ -113,8 +113,6 @@
 %clean
 rm -rf %{buildroot}
 
-%if 0%{?suse_version} = 1140
-
 %post
 %desktop_database_post
 %icon_theme_cache_post
@@ -122,7 +120,6 @@
 %postun
 %desktop_database_postun
 %icon_theme_cache_postun
-%endif
 
 %files
 %defattr(-,root,root)

++ midori-0.4.3.tar.bz2 - midori-0.4.4.tar.bz2 ++
 89034 lines of diff (skipped)

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



commit kiwi-instsource-plugins-openSUSE-12-1 for openSUSE:Factory

2012-03-11 Thread h_root
Hello community,

here is the log from the commit of package 
kiwi-instsource-plugins-openSUSE-12-1 for openSUSE:Factory checked in at 
2012-03-11 20:04:30

Comparing /work/SRC/openSUSE:Factory/kiwi-instsource-plugins-openSUSE-12-1 (Old)
 and  /work/SRC/openSUSE:Factory/.kiwi-instsource-plugins-openSUSE-12-1.new 
(New)


Package is kiwi-instsource-plugins-openSUSE-12-1, Maintainer is 

Changes:

--- 
/work/SRC/openSUSE:Factory/kiwi-instsource-plugins-openSUSE-12-1/kiwi-instsource-plugins-openSUSE-12-1.changes
  2011-10-28 19:55:29.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.kiwi-instsource-plugins-openSUSE-12-1.new/kiwi-instsource-plugins-openSUSE-12-1.changes
 2012-03-11 20:04:33.0 +0100
@@ -1,0 +2,5 @@
+Sun Mar 11 18:07:30 UTC 2012 - co...@suse.com
+
+- require and call extract-appdata-icons (only useful in 12.2)
+
+---



Other differences:
--
++ kiwi-instsource-plugins-openSUSE-12-1.spec ++
--- /var/tmp/diff_new_pack.ecxeue/_old  2012-03-11 20:04:34.0 +0100
+++ /var/tmp/diff_new_pack.ecxeue/_new  2012-03-11 20:04:34.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package kiwi-instsource-plugins-openSUSE-12-1
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 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
@@ -20,15 +20,18 @@
 
 Name:   kiwi-instsource-plugins-openSUSE-12-1
 Summary:OpenSuSE - KIWI Image System
-Version:0.9
-Release:3
-Group:  System/Management
 License:GPL-2.0
+Group:  System/Management
+Version:0.9
+Release:0
 Source: %{name}.tar.bz2
 Patch0: kiwi-instsource-plugins-openSUSE-12-1.diff
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+Requires:   extract-appdata-icons
 Requires:   inst-source-utils = 2011.5.5
-Requires:   kiwi-instsource package-translations openSUSE-EULAs
+Requires:   kiwi-instsource
+Requires:   openSUSE-EULAs
+Requires:   package-translations
 Supplements:kiwi-instsource
 BuildArch:  noarch
 
@@ -51,9 +54,6 @@
 make buildroot=$RPM_BUILD_ROOT \
   version=12.1 install
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %files
 %defattr(-, root, root)
 %dir %{_datadir}/kiwi

++ kiwi-instsource-plugins-openSUSE-12-1.diff ++
--- /var/tmp/diff_new_pack.ecxeue/_old  2012-03-11 20:04:34.0 +0100
+++ /var/tmp/diff_new_pack.ecxeue/_new  2012-03-11 20:04:34.0 +0100
@@ -1,7 +1,7 @@
 Index: KIWILiveTreePlugin.pm
 ===
 KIWILiveTreePlugin.pm.orig 2011-05-23 15:59:57.0 +0200
-+++ KIWILiveTreePlugin.pm  2011-10-28 10:57:04.815647298 +0200
+--- KIWILiveTreePlugin.pm.orig 2012-03-05 13:56:09.045673886 +0100
 KIWILiveTreePlugin.pm  2012-03-05 13:56:10.640598808 +0100
 @@ -109,16 +109,6 @@ sub new
  }
  # /constructor
@@ -59,9 +59,9 @@
  }
 Index: KIWIDescrPlugin.pm
 ===
 KIWIDescrPlugin.pm.orig2011-05-23 15:59:57.0 +0200
-+++ KIWIDescrPlugin.pm 2011-10-28 10:58:49.035658734 +0200
-@@ -230,6 +230,13 @@ sub executeDir
+--- KIWIDescrPlugin.pm.orig2012-03-05 13:56:09.045673886 +0100
 KIWIDescrPlugin.pm 2012-03-10 15:14:03.808988785 +0100
+@@ -230,6 +230,25 @@ sub executeDir
 return 1;
   }
}
@@ -72,6 +72,18 @@
 + $this-logMsg(E, Calling translate_packages.pl en  
failed:\n$data\n);
 + return 1;
 +  }
++
++  if (-x /usr/bin/extract-appdata-icons  -s $targetdir/appdata.xml) {
++ my $cmd = /usr/bin/extract-appdata-icons $targetdir/appdata.xml 
$targetdir;
++ my $data = qx( $cmd );
++ if($?  8) {
++   $this-logMsg(E, Calling extract-appdata-icons 
$targetdir/appdata.xml $targetdir failed:\n$data\n);
++   return 1;
++ }
++ if($this-{m_compress} =~ m{yes}i) {
++ system(gzip, --rsyncable, $targetdir/appdata.xml);
++ }
++  }
  
if($this-{m_compress} =~ m{yes}i) {
foreach my $pfile(glob($targetdir/packages*)) {

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



commit mkvtoolnix for openSUSE:Factory

2012-03-11 Thread h_root
Hello community,

here is the log from the commit of package mkvtoolnix for openSUSE:Factory 
checked in at 2012-03-11 20:04:34

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


Package is mkvtoolnix, Maintainer is se...@novell.com

Changes:

--- /work/SRC/openSUSE:Factory/mkvtoolnix/mkvtoolnix.changes2012-03-06 
13:39:45.0 +0100
+++ /work/SRC/openSUSE:Factory/.mkvtoolnix.new/mkvtoolnix.changes   
2012-03-11 20:04:36.0 +0100
@@ -1,0 +2,11 @@
+Sat Mar 10 22:57:54 UTC 2012 - reddw...@opensuse.org
+
+- Update to 5.4.0
+  * The AVC/h.264 timecode assignment code has been completely
+rewritten. Users do not have to specify the default
+duration/FPS for such tracks anymore safe for the rarest cases.
+  * Tons of bug fixes.
+  * Improvements regarding file type recognition.
+  * Complete re-write of the (E)AC3 parsing code.
+
+---

Old:

  mkvtoolnix-5.3.0.tar.bz2

New:

  mkvtoolnix-5.4.0.tar.bz2



Other differences:
--
++ mkvtoolnix.spec ++
--- /var/tmp/diff_new_pack.geA2oR/_old  2012-03-11 20:04:37.0 +0100
+++ /var/tmp/diff_new_pack.geA2oR/_new  2012-03-11 20:04:37.0 +0100
@@ -16,9 +16,8 @@
 #
 
 
-
 Name:   mkvtoolnix
-Version:5.3.0
+Version:5.4.0
 Release:0
 Summary:Tools to Create, Alter, and Inspect Matroska Files
 License:GPL-2.0+

++ mkvtoolnix-5.3.0.tar.bz2 - mkvtoolnix-5.4.0.tar.bz2 ++
 112831 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-amqplib for openSUSE:Factory

2012-03-11 Thread h_root
Hello community,

here is the log from the commit of package python-amqplib for openSUSE:Factory 
checked in at 2012-03-11 20:04:40

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


Package is python-amqplib, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/python-amqplib/python-amqplib.changes
2012-02-14 13:10:24.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-amqplib.new/python-amqplib.changes   
2012-03-11 20:04:42.0 +0100
@@ -1,0 +2,6 @@
+Sat Mar 10 17:10:32 UTC 2012 - sasc...@gmx.de
+
+- Use upstream URL
+- Simplify macro usage
+
+---

Old:

  amqplib-1.0.2.tar.bz2

New:

  amqplib-1.0.2.tgz



Other differences:
--
++ python-amqplib.spec ++
--- /var/tmp/diff_new_pack.7JXV9d/_old  2012-03-11 20:04:42.0 +0100
+++ /var/tmp/diff_new_pack.7JXV9d/_new  2012-03-11 20:04:42.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-amqplib
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -14,8 +14,7 @@
 
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
-%{!?python_sitelib: %global python_sitelib %(%{__python} -c from 
distutils.sysconfig import get_python_lib; print get_python_lib())}
-%{!?python_sitearch: %global python_sitearch %(%{__python} -c from 
distutils.sysconfig import get_python_lib; print get_python_lib(1))}
+
 
 Name:   python-amqplib
 Version:1.0.2
@@ -24,15 +23,14 @@
 Summary:Client library for AMQP (Advanced Message Queuing Protocol)
 License:LGPL-2.1+
 Group:  Development/Languages/Python
-Source: amqplib-%{version}.tar.bz2
+Source: 
http://pypi.python.org/packages/source/a/amqplib/amqplib-%{version}.tgz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  python-devel
-%if 0%{?suse_version}
-%py_requires
-%if 0%{?suse_version}  1110
+%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())}
+%else
 BuildArch:  noarch
 %endif
-%endif
 
 %description
 Supports the 0-8 AMQP spec, and has been tested with RabbitMQ and Pythons 2.4,

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



commit python-anyjson for openSUSE:Factory

2012-03-11 Thread h_root
Hello community,

here is the log from the commit of package python-anyjson for openSUSE:Factory 
checked in at 2012-03-11 20:04:45

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


Package is python-anyjson, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/python-anyjson/python-anyjson.changes
2012-02-27 18:35:53.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-anyjson.new/python-anyjson.changes   
2012-03-11 20:04:47.0 +0100
@@ -1,0 +2,7 @@
+Sat Mar 10 16:58:20 UTC 2012 - sasc...@gmx.de
+
+- Use upstream tarball
+- Simplify macro usage
+- Buildrequire python-distribute instead of setuptools
+
+---

Old:

  anyjson-0.3.1.tar.bz2

New:

  anyjson-0.3.1.tar.gz



Other differences:
--
++ python-anyjson.spec ++
--- /var/tmp/diff_new_pack.Wb0TXg/_old  2012-03-11 20:04:47.0 +0100
+++ /var/tmp/diff_new_pack.Wb0TXg/_new  2012-03-11 20:04:47.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-anyjson
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -14,26 +14,24 @@
 
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
-%{!?python_sitelib: %global python_sitelib %(%{__python} -c from 
distutils.sysconfig import get_python_lib; print get_python_lib())}
-%{!?python_sitearch: %global python_sitearch %(%{__python} -c from 
distutils.sysconfig import get_python_lib; print get_python_lib(1))}
+
 
 Name:   python-anyjson
 Version:0.3.1
 Release:0
-Url:http://bitbucket.org/runeh/anyjson
 Summary:Wraps the best available JSON implementation available in a 
common interface
 License:BSD-3-Clause
 Group:  Development/Languages/Python
-Source: anyjson-%{version}.tar.bz2
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+Url:http://bitbucket.org/runeh/anyjson
+Source: anyjson-%{version}.tar.gz
 BuildRequires:  python-devel
-BuildRequires:  python-setuptools
-%if 0%{?suse_version}
-%py_requires
-%if 0%{?suse_version}  1110
+BuildRequires:  python-distribute
+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())}
+%else
 BuildArch:  noarch
 %endif
-%endif
 
 %description
 Anyjson loads whichever is the fastest JSON module installed and provides

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



commit python-coverage for openSUSE:Factory

2012-03-11 Thread h_root
Hello community,

here is the log from the commit of package python-coverage for openSUSE:Factory 
checked in at 2012-03-11 20:04:49

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


Package is python-coverage, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/python-coverage/python-coverage.changes  
2011-11-14 13:35:06.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-coverage.new/python-coverage.changes 
2012-03-11 20:04:56.0 +0100
@@ -1,0 +2,5 @@
+Sat Mar 10 16:54:01 UTC 2012 - sasc...@gmx.de
+
+- Simplify macro usage
+
+---



Other differences:
--
++ python-coverage.spec ++
--- /var/tmp/diff_new_pack.swFY5F/_old  2012-03-11 20:04:56.0 +0100
+++ /var/tmp/diff_new_pack.swFY5F/_new  2012-03-11 20:04:56.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-coverage
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,7 +16,6 @@
 #
 
 
-
 Name:   python-coverage
 Version:3.5.1
 Release:0
@@ -31,13 +30,9 @@
 BuildRequires:  python-xml
 Requires:   python-distribute
 Requires:   python-xml
-%if 0%{?suse_version}
-%py_requires
-%if 0%{?suse_version}  1010
-BuildRequires:  fdupes
-%endif
+%if 0%{?suse_version}  0%{?suse_version} = 1110
+%{!?python_sitearch: %global python_sitearch %(python -c from 
distutils.sysconfig import get_python_lib; print get_python_lib(1))}
 %endif
-%{!?python_sitearch: %global python_sitearch %(%{__python} -c from 
distutils.sysconfig import get_python_lib; print get_python_lib(1))}
 
 %description
 Coverage.py measures code coverage, typically during test execution. It uses
@@ -52,9 +47,6 @@
 
 %install
 python setup.py install --prefix=%{_prefix} --root=%{buildroot}
-%if 0%{?suse_version}  1010
-%fdupes %{buildroot}%{_prefix}
-%endif
 
 %files
 %defattr(-,root,root,-)

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



commit python-nose for openSUSE:Factory

2012-03-11 Thread h_root
Hello community,

here is the log from the commit of package python-nose for openSUSE:Factory 
checked in at 2012-03-11 20:05:03

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


Package is python-nose, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/python-nose/python-nose.changes  2011-09-26 
10:16:31.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-nose.new/python-nose.changes 
2012-03-11 20:05:05.0 +0100
@@ -1,0 +2,6 @@
+Sat Mar 10 16:53:22 UTC 2012 - sasc...@gmx.de
+
+- Simply macro usage
+- Run testsuite
+
+---



Other differences:
--
++ python-nose.spec ++
--- /var/tmp/diff_new_pack.s5vynR/_old  2012-03-11 20:05:06.0 +0100
+++ /var/tmp/diff_new_pack.s5vynR/_new  2012-03-11 20:05:06.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-nose
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,7 +16,6 @@
 #
 
 
-
 Name:   python-nose
 Version:1.1.2
 Release:0
@@ -26,19 +25,17 @@
 Group:  Development/Languages/Python
 Source: 
http://pypi.python.org/packages/source/n/nose/nose-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  python-Sphinx
 BuildRequires:  python-devel
 BuildRequires:  python-distribute
-BuildRequires:  python-Sphinx
 BuildRequires:  python-xml
 Requires:   python-distribute
 Requires:   python-xml
-%if 0%{?suse_version}
-%py_requires
-%if 0%{?suse_version}  1110
+%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())}
+%else
 BuildArch:  noarch
 %endif
-%endif
-%{!?python_sitelib: %global python_sitelib %(%{__python} -c from 
distutils.sysconfig import get_python_lib; print get_python_lib())}
 
 %description
 Nose extends the test loading and running features of unittest, making
@@ -67,8 +64,8 @@
 %install
 python setup.py install --prefix=%{_prefix} --root=%{buildroot}
 
-#%%check
-#python setup.py test
+%check
+python setup.py test
 
 %files
 %defattr(-,root,root,-)

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



commit python-mock for openSUSE:Factory

2012-03-11 Thread h_root
Hello community,

here is the log from the commit of package python-mock for openSUSE:Factory 
checked in at 2012-03-11 20:04:59

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


Package is python-mock, Maintainer is r...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/python-mock/python-mock.changes  2011-09-23 
12:42:59.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-mock.new/python-mock.changes 
2012-03-11 20:05:01.0 +0100
@@ -1,0 +2,6 @@
+Sat Mar 10 16:54:44 UTC 2012 - sasc...@gmx.de
+
+- Update to version 0.8.0:
+  - See docs/changelog.txt for details
+
+---

Old:

  mock-0.7.2.tar.gz

New:

  mock-0.8.0.tar.gz



Other differences:
--
++ python-mock.spec ++
--- /var/tmp/diff_new_pack.DD2fnp/_old  2012-03-11 20:05:02.0 +0100
+++ /var/tmp/diff_new_pack.DD2fnp/_new  2012-03-11 20:05:02.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-mock
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,10 +16,9 @@
 #
 
 
-
 Name:   python-mock
-Version:0.7.2
-Release:1
+Version:0.8.0
+Release:0
 Url:http://www.voidspace.org.uk/python/mock/
 Summary:A Python Mocking and Patching Library for Testing
 License:BSD-3-Clause
@@ -29,13 +28,11 @@
 BuildRequires:  python-devel
 BuildRequires:  python-distribute
 BuildRequires:  python-unittest2
-%if 0%{?suse_version}
-%py_requires
-%if 0%{?suse_version}  1110
+%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())}
+%else
 BuildArch:  noarch
 %endif
-%endif
-%{!?python_sitelib: %global python_sitelib %(%{__python} -c from 
distutils.sysconfig import get_python_lib; print get_python_lib())}
 
 %description
 mock is a Python module that provides a core Mock class. It removes the need

++ mock-0.7.2.tar.gz - mock-0.8.0.tar.gz ++
 25878 lines of diff (skipped)

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



commit qoauth for openSUSE:Factory

2012-03-11 Thread h_root
Hello community,

here is the log from the commit of package qoauth for openSUSE:Factory checked 
in at 2012-03-11 20:05:07

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


Package is qoauth, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/qoauth/qoauth.changes2011-12-09 
09:32:37.0 +0100
+++ /work/SRC/openSUSE:Factory/.qoauth.new/qoauth.changes   2012-03-11 
20:05:09.0 +0100
@@ -1,0 +2,7 @@
+Sat Mar 10 16:49:23 UTC 2012 - crrodrig...@opensuse.org
+
+- Use RPM_OPT_FLAGS 
+- Fix -debuginfo generation..
+- Build with inlines-hidden
+
+---

New:

  qoauth-rpmoptflags.patch



Other differences:
--
++ qoauth.spec ++
--- /var/tmp/diff_new_pack.y8KbTb/_old  2012-03-11 20:05:09.0 +0100
+++ /var/tmp/diff_new_pack.y8KbTb/_new  2012-03-11 20:05:09.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package qoauth
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 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
@@ -27,6 +27,7 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  libqca2-devel
 BuildRequires:  libqt4-devel
+Patch:  qoauth-rpmoptflags.patch
 %define debug_package_requires libqoauth1 = %version-%release
 
 %description
@@ -39,6 +40,7 @@
 
 %package -n libqoauth1
 Summary:An attempt to support interaction with OAuth-powered network 
services
+Group:  Development/Libraries/C and C++
 
 %description -n libqoauth1
 QOAuth is an attempt to support interaction with OAuth-powered network services
@@ -50,6 +52,7 @@
 
 %package devel
 Summary:Development files for QOAuth
+Group:  Development/Libraries/C and C++
 Requires:   libqoauth1 = %{version}
 
 %description devel
@@ -64,10 +67,8 @@
 
 %prep
 %setup -q -n qoauth-%{version}
-
+%patch -p1
 %build
-export CFLAGS=$RPM_OPT_FLAGS
-export CXXFLAGS=$RPM_OPT_FLAGS
 qmake
 make %{?jobs:-j %jobs}
 

++ qoauth-rpmoptflags.patch ++
Index: qoauth-1.0.1/qoauth.pro
===
--- qoauth-1.0.1.orig/qoauth.pro
+++ qoauth-1.0.1/qoauth.pro
@@ -1,5 +1,6 @@
 TEMPLATE = subdirs
-
+QMAKE_CXXFLAGS += -fvisibility-inlines-hidden $$(RPM_OPT_FLAGS)
+QMAKE_STRIP = true
 SUBDIRS += src tests
 
 CONFIG += ordered
Index: qoauth-1.0.1/src/src.pro
===
--- qoauth-1.0.1.orig/src/src.pro
+++ qoauth-1.0.1/src/src.pro
@@ -1,7 +1,8 @@
 TARGET = qoauth
 DESTDIR = ../lib
 win32:DLLDESTDIR = $${DESTDIR}
-
+QMAKE_CXXFLAGS = -fvisibility-inlines-hidden $$(RPM_OPT_FLAGS)
+QMAKE_STRIP = true
 VERSION = 1.0.1
 
 TEMPLATE = lib
Index: qoauth-1.0.1/tests/ft_interface/ft_interface.pro
===
--- qoauth-1.0.1.orig/tests/ft_interface/ft_interface.pro
+++ qoauth-1.0.1/tests/ft_interface/ft_interface.pro
@@ -1,6 +1,7 @@
 TARGET = ft_interface
 TEMPLATE = app
-
+QMAKE_CXXFLAGS += -fvisibility-inlines-hidden $$(RPM_OPT_FLAGS)
+QMAKE_STRIP = true
 DEFINES += UNIT_TEST
 include(../../oauth.prf)
 
Index: qoauth-1.0.1/tests/tests.pro
===
--- qoauth-1.0.1.orig/tests/tests.pro
+++ qoauth-1.0.1/tests/tests.pro
@@ -1,2 +1,4 @@
+QMAKE_CXXFLAGS += -fvisibility-inlines-hidden $$(RPM_OPT_FLAGS)
+QMAKE_STRIP = true
 TEMPLATE = subdirs
 SUBDIRS += ut_interface ft_interface
Index: qoauth-1.0.1/tests/ut_interface/ut_interface.pro
===
--- qoauth-1.0.1.orig/tests/ut_interface/ut_interface.pro
+++ qoauth-1.0.1/tests/ut_interface/ut_interface.pro
@@ -1,6 +1,7 @@
 TARGET = ut_interface
 TEMPLATE = app
-
+QMAKE_CXXFLAGS += -fvisibility-inlines-hidden $$(RPM_OPT_FLAGS)
+QMAKE_STRIP = true
 DEFINES += UNIT_TEST
 include(../../oauth.prf)
 
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit qtractor for openSUSE:Factory

2012-03-11 Thread h_root
Hello community,

here is the log from the commit of package qtractor for openSUSE:Factory 
checked in at 2012-03-11 20:05:13

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


Package is qtractor, Maintainer is mse...@novell.com

Changes:

--- /work/SRC/openSUSE:Factory/qtractor/qtractor.changes2012-01-09 
16:01:25.0 +0100
+++ /work/SRC/openSUSE:Factory/.qtractor.new/qtractor.changes   2012-03-11 
20:05:19.0 +0100
@@ -1,0 +2,55 @@
+Wed Mar  7 17:29:19 UTC 2012 - prus...@opensuse.org
+
+- updated to 0.5.4
+  * Direct access plugin/insert parameter changing tool-tip added.
+  * A Transport/Panic action enters the scene, in a nostalgic attempt
+to emulate the all-MIDI-track-shut-off command of those drop-dead
+and primordial MIDI sequencers of all time. Now finally a keyboard
+shortcut and mouse click-away ;)
+  * MIDI editor command redo/undo adjustment now effective on all other
+channel events besides notes, which overlap at the same event time.
+  * A new File/Unlink menu action is now made available from the MIDI
+clip editor (aka. piano-roll) for detaching the current linked/ref-
+counted MIDI clip into a new auto-incremented SMF filename.
+  * Some audio/MIDI content/media-file resource management is entering
+the scene, taking care of some file-system house-keeping, this gets
+evident on unsaved/dead recorded files being automaticaly removed
+from the file-system, on session close.
+  * Killed the old and entirely deprecated LV2 Save/Restore and Persist
+feature/extensions support.
+  * Auto-monitored MIDI events are now merged/queued correctly into
+the instrument plugin playback queue, avoiding sudden crashes, hopefully.
+  * Awesome patch from Albert Graef, thanks, which makes most MIDI SysEx
+to get through MIDI instrument plugins at last; applies to DSSI and
+LV2 plugins only.
+  * LV2 URID map/unmap feature support added.
+  * Plugin parameter value redo/undo command aliasing fix.
+  * Double-clicking in plugin list item now show/activates the plugin's
+editor window (was toggling visibility/activation).
+  * Plugin path settings have been fixed again, with special regards to an
+effective LV2_PATH environment variable settlement.
+  * Session properties dialog now asks to create a new session directory
+if the given one does not currently exist.
+  * MIDI note names and their respective octave numbers are now compliant
+with the ISO standard where middle C (60) is now C4 (was C3).
+  * Fixed audible glitch/pop at the beginning of an audio clip with long
+quadratic or cubic shaped fade-in (reported by Lougi Verona, thanks).
+  * MIDI Controller Auto-Hook patch by Alessandro Preziosi, thanks.
+  * Make sure all MIDI note-off are always queued after their respective
+note-on events when buffering for MIDI input of instrument plugins,
+event though for zero duration MIDI note events (hopefully fixing
+the hanging notes bug #3476124, as reported by Albert Graef, thanks).
+  * LV2 MIDI-fx plugin support has been repaired.
+  * Single-track clip selection logic corrected again, fixing multi-clip
+selection drag/move across an odd number of distinct tracks (after
+a bug report by Louigi Verona, on linux-audio-dev, thanks).
+  * MMC Locate time-code hour bit-field fix; MMC Locate now also on loop
+turnarounds (patches by Albert Graef, thanks).
+  * Looping across multiple linked/ref-counted audio clips was incredibly
+broken with complete out-of-sync playback. Hopefully fixed now, with
+auto-unlinking/cloning all the affected audio clip buffers.
+  * Audio clip overlapping detection off-by-one(-frame) fix.
+  * MIDI Tools/Resize value ramp mode has been added (mocking the 'resize
+to range' feature request #3467894, by Daniel MacDonald aka. danboid).
+
+---

Old:

  qtractor-0.5.3.tar.gz

New:

  qtractor-0.5.4.tar.gz



Other differences:
--
++ qtractor.spec ++
--- /var/tmp/diff_new_pack.4kwwrM/_old  2012-03-11 20:05:20.0 +0100
+++ /var/tmp/diff_new_pack.4kwwrM/_new  2012-03-11 20:05:20.0 +0100
@@ -18,7 +18,7 @@
 
 
 Name:   qtractor
-Version:0.5.3
+Version:0.5.4
 Release:1
 License:GPL-2.0+
 Summary:An Audio/MIDI multi-track sequencer
@@ -55,7 +55,6 @@
 %patch0
 
 %build
-[ -f Makefile.cvs ]  make -f Makefile.cvs
 %configure
 make %{?_smp_mflags}
 

++ qtractor-0.5.3.tar.gz - qtractor-0.5.4.tar.gz ++
 13677 lines of diff (skipped)

++ qtractor-nodatetime.patch ++
--- /var/tmp/diff_new_pack.4kwwrM/_old  2012-03-11 

commit rfc for openSUSE:Factory

2012-03-11 Thread h_root
Hello community,

here is the log from the commit of package rfc for openSUSE:Factory checked in 
at 2012-03-11 20:05:20

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


Package is rfc, Maintainer is vci...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/rfc/rfc.changes  2012-03-05 18:01:51.0 
+0100
+++ /work/SRC/openSUSE:Factory/.rfc.new/rfc.changes 2012-03-11 
20:05:22.0 +0100
@@ -2 +2 @@
-Sat Mar  3 08:44:03 CET 2012 - autobu...@suse.de
+Sat Mar 10 09:43:17 CET 2012 - autobu...@suse.de
@@ -4 +4 @@
-- automated update on 2012-03-03
+- automated update on 2012-03-10



Other differences:
--

++ rfc.tgz ++
/work/SRC/openSUSE:Factory/rfc/rfc.tgz 
/work/SRC/openSUSE:Factory/.rfc.new/rfc.tgz differ: char 5, line 1

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



commit synaptiks for openSUSE:Factory

2012-03-11 Thread h_root
Hello community,

here is the log from the commit of package synaptiks for openSUSE:Factory 
checked in at 2012-03-11 20:05:24

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


Package is synaptiks, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/synaptiks/synaptiks.changes  2012-02-20 
16:19:01.0 +0100
+++ /work/SRC/openSUSE:Factory/.synaptiks.new/synaptiks.changes 2012-03-11 
20:05:33.0 +0100
@@ -1,0 +2,10 @@
+Sat Mar 10 22:22:36 UTC 2012 - asterios.dra...@gmail.com
+
+- Spec file updates:
+  * Replaced python-setuptools with python-distribute and pyudev with
+python-pyudev in BuildRequires: and Requires: (current package names).
+  * Removed libkde4-devel from BuildRequires: (not needed).
+  * Added dbus-1-python and upower in recommended packages based on package
+requirements.
+
+---



Other differences:
--
++ synaptiks.spec ++
--- /var/tmp/diff_new_pack.HzPjp3/_old  2012-03-11 20:05:34.0 +0100
+++ /var/tmp/diff_new_pack.HzPjp3/_new  2012-03-11 20:05:34.0 +0100
@@ -16,29 +16,31 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   synaptiks
 Version:0.8.1
 Release:0
-License:BSD-2-Clause
 Summary:A touchpad configuration and management tool for KDE
-Url:http://synaptiks.readthedocs.org/
+License:BSD-2-Clause
 Group:  Hardware/Other
+Url:http://synaptiks.readthedocs.org/
 Source0:
http://pypi.python.org/packages/source/s/synaptiks/%{name}-%{version}.tar.bz2
 BuildRequires:  fdupes
 BuildRequires:  gettext
-BuildRequires:  libkde4-devel
 BuildRequires:  python-devel
+BuildRequires:  python-distribute
 BuildRequires:  python-kde4
 BuildRequires:  python-pyudev
-BuildRequires:  python-setuptools
 %if 0%{?suse_version}
 BuildRequires:  update-desktop-files
 %endif
 Requires:   kdebase4-workspace
 Requires:   python-distribute
 Requires:   python-kde4
-Requires:   pyudev
+Requires:   python-pyudev
 Requires:   xorg-x11-driver-input
+Recommends: dbus-1-python
+Recommends: upower
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %kde4_runtime_requires
@@ -72,7 +74,7 @@
 
 %files -f %{name}.lang
 %defattr(-,root,root,-)
-%doc CHANGES.rst COPYING PKG-INFO README.rst
+%doc CHANGES.rst COPYING README.rst
 %{_sysconfdir}/xdg/autostart/synaptiks_init_config.desktop
 %{_datadir}/autostart/synaptiks_autostart.desktop
 %{_kde4_applicationsdir}/synaptiks.desktop

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



commit xplanet for openSUSE:Factory

2012-03-11 Thread h_root
Hello community,

here is the log from the commit of package xplanet for openSUSE:Factory checked 
in at 2012-03-11 20:05:34

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


Package is xplanet, Maintainer is jsm...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/xplanet/xplanet.changes  2011-09-23 
12:52:42.0 +0200
+++ /work/SRC/openSUSE:Factory/.xplanet.new/xplanet.changes 2012-03-11 
20:05:36.0 +0100
@@ -1,0 +2,6 @@
+Sun Mar  4 21:02:26 UTC 2012 - asterios.dra...@gmail.com
+
+- Spec file updates:
+  * Updated XOrg BuildRequires: for openSUSE  12.1.
+
+---

Old:

  xplanet-1.2.2.tar.bz2

New:

  xplanet-1.2.2.tar.gz



Other differences:
--
++ xplanet.spec ++
--- /var/tmp/diff_new_pack.Arhw3x/_old  2012-03-11 20:05:37.0 +0100
+++ /var/tmp/diff_new_pack.Arhw3x/_new  2012-03-11 20:05:37.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package xplanet
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,38 +15,38 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   xplanet
 Version:1.2.2
-Release:1
-License:GPL-2.0+
+Release:0
 Summary:Planets as Background Pictures or Interactive Animations
-Url:http://xplanet.sourceforge.net/
+License:GPL-2.0+
 Group:  Productivity/Scientific/Astronomy
-# 
https://downloads.sourceforge.net/project/xplanet/xplanet/1.2.2/xplanet-1.2.2.tar.gz
-Source0:%{name}-%{version}.tar.bz2
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+Url:http://xplanet.sourceforge.net/
+Source0:
http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
 BuildRequires:  freetype2-devel
 BuildRequires:  gcc-c++
 BuildRequires:  giflib-devel
+%if 0%{?suse_version}  1210
+BuildRequires:  libICE-devel
+BuildRequires:  libX11-devel
+BuildRequires:  libXScrnSaver-devel
+%else
+BuildRequires:  xorg-x11-devel
+%endif
 BuildRequires:  libjpeg-devel
 BuildRequires:  libnetpbm-devel
 BuildRequires:  libpng-devel
 BuildRequires:  libtiff-devel
 BuildRequires:  pango-devel
-BuildRequires:  xorg-x11-devel
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
 Xplanet can display the earth or other planets in the background of
 your display, similar to xearth or xglobe.  Additionally, it can run in
 interactive mode allowing you to rotate or zoom the planet.  Also, with
 an included script, it is very easy to combine map files with current
-satellite cloud images. See
-/usr/share/doc/packages/xplanet/README.SuSE.  For screenshots and more
-interesting information, have a look at the Xplanet home page:
-http://xplanet.sourceforge.net/
+satellite cloud images.
 
 %prep
 %setup -q
@@ -61,9 +61,6 @@
 %install
 %make_install
 
-%clean
-rm -rf %{buildroot}
-
 %files
 %defattr(-,root,root,-)
 %doc AUTHORS COPYING ChangeLog NEWS README TODO

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