commit xsane for openSUSE:Factory

2013-01-22 Thread h_root
Hello community,

here is the log from the commit of package xsane for openSUSE:Factory checked 
in at 2013-01-22 22:25:34

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


Package is "xsane", Maintainer is "lnus...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/xsane/xsane.changes  2012-10-16 
12:59:07.0 +0200
+++ /work/SRC/openSUSE:Factory/.xsane.new/xsane.changes 2013-01-22 
22:25:36.0 +0100
@@ -1,0 +2,5 @@
+Sat Jan 19 12:54:41 UTC 2013 - lnus...@suse.de
+
+- fix potential memory leak (bnc#542539, xsane-memory-leak.diff)
+
+---

New:

  xsane-memory-leak.diff



Other differences:
--
++ xsane.spec ++
--- /var/tmp/diff_new_pack.RQnQu9/_old  2013-01-22 22:25:42.0 +0100
+++ /var/tmp/diff_new_pack.RQnQu9/_new  2013-01-22 22:25:42.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package xsane
 #
-# 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
@@ -42,6 +42,8 @@
 # Patch102 removes the items in the help menue regarding backend documentation
 # because the referred files do not exist (dead URLs in 
sane-backends-doc.html):
 Patch102:   remove-non-working-help.patch
+# bnc#542539
+Patch103:   xsane-memory-leak.diff
 BuildRequires:  gimp-devel
 BuildRequires:  libgphoto2-devel
 BuildRequires:  libjpeg-devel
@@ -103,6 +105,7 @@
 # Patch102 removes the items in the help menue regarding backend documentation
 # because the referred files do not exist (dead URLs in 
sane-backends-doc.html):
 %patch102
+%patch103 -p1
 
 %build
 # Set our preferred architecture-specific flags for the compiler and linker:

++ xsane-memory-leak.diff ++
Index: xsane-0.998/src/xsane-batch-scan.c
===
--- xsane-0.998.orig/src/xsane-batch-scan.c
+++ xsane-0.998/src/xsane-batch-scan.c
@@ -680,7 +680,6 @@ static GtkWidget *xsane_batch_scan_creat
  GtkWidget *list_item;
  GtkWidget *hbox;
  int size = 120;
- char *data;
 
   list_item = gtk_list_item_new();
 
@@ -688,8 +687,6 @@ static GtkWidget *xsane_batch_scan_creat
   gtk_container_add(GTK_CONTAINER(list_item), hbox);
   gtk_widget_show(hbox);
 
-  data = calloc(size, size);
-
   parameters->gtk_preview = gtk_preview_new(GTK_PREVIEW_COLOR);
   gtk_preview_size(GTK_PREVIEW(parameters->gtk_preview), size, size);
   gtk_box_pack_start(GTK_BOX(hbox), parameters->gtk_preview, FALSE, FALSE, 0);
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit vde2 for openSUSE:Factory

2013-01-22 Thread h_root
Hello community,

here is the log from the commit of package vde2 for openSUSE:Factory checked in 
at 2013-01-22 22:25:00

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


Package is "vde2", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/vde2/vde2.changes2011-09-23 
12:49:46.0 +0200
+++ /work/SRC/openSUSE:Factory/.vde2.new/vde2.changes   2013-01-22 
22:25:02.0 +0100
@@ -1,0 +2,7 @@
+Mon Apr 16 11:13:54 UTC 2012 - and...@opensuse.org
+
+- new upstream version 2.3.2 (bug fix release) 
+- disabled paralled job that break build
+- added python support
+
+---

Old:

  vde2-2.3.1.tar.bz2

New:

  vde2-2.3.2.tar.bz2



Other differences:
--
++ vde2.spec ++
--- /var/tmp/diff_new_pack.jPszAs/_old  2013-01-22 22:25:04.0 +0100
+++ /var/tmp/diff_new_pack.jPszAs/_new  2013-01-22 22:25:04.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package vde2
 #
-# 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,23 +15,25 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   vde2
-Version:2.3.1
-Release:1
-License:GPL-2.0
+Version:2.3.2
+Release:0
 Summary:Virtual Distributed Ethernet
-Url:http://vde.sourceforge.net/
+License:GPL-2.0
 Group:  Productivity/Networking/Other
+Url:http://vde.sourceforge.net/
 Source0:%name-%version.tar.bz2
 Source1:README.SUSE
-BuildRequires:  gcc-c++ libopenssl-devel libpcap-devel
+BuildRequires:  gcc-c++
+BuildRequires:  libopenssl-devel
+BuildRequires:  libpcap-devel
 BuildRequires:  pkg-config
+BuildRequires:  python-devel
 Recommends: %name-cryptcab = %version
 Recommends: %name-slirp = %version
 Recommends: qemu kvm 
+%{py_requires}
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -54,6 +56,7 @@
 %package cryptcab
 
 Summary:VDE ecryption module
+License:GPL-2.0
 Group:  Productivity/Networking/Other
 
 %description cryptcab
@@ -62,8 +65,8 @@
 
 %package slirp
 Summary:VDE ecryption module
-Group:  Productivity/Networking/Other
 License:BSD-4-Clause ; MIT
+Group:  Productivity/Networking/Other
 
 %description slirp
 slirpvde is a slirp interface for a VDE network.
@@ -81,6 +84,7 @@
 %package -n libvdehist0
 
 Summary:VDE history library
+License:GPL-2.0
 Group:  Development/Languages/C and C++
 
 %description -n libvdehist0
@@ -90,6 +94,7 @@
 %package -n libvdemgmt0
 
 Summary:VDE management library
+License:GPL-2.0
 Group:  Development/Languages/C and C++
 
 %description -n libvdemgmt0
@@ -99,6 +104,7 @@
 %package -n libvdeplug3
 
 Summary:VDE plug library
+License:GPL-2.0
 Group:  Development/Languages/C and C++
 
 %description -n libvdeplug3
@@ -108,6 +114,7 @@
 %package -n libvdesnmp0
 
 Summary:VDE snmp library
+License:GPL-2.0
 Group:  Development/Languages/C and C++
 
 %description -n libvdesnmp0
@@ -117,9 +124,10 @@
 %package -n libvdehist0-devel
 
 Summary:VDE hist header files
+License:GPL-2.0
 Group:  Development/Languages/C and C++
-Requires:   libvdehist0 = %version
 Requires:   %name = %version
+Requires:   libvdehist0 = %version
 
 %description -n libvdehist0-devel
 This package contains VDE hist header files
@@ -127,9 +135,10 @@
 %package -n libvdemgmt0-devel
 
 Summary:VDE management files
+License:GPL-2.0
 Group:  Development/Languages/C and C++
-Requires:   libvdemgmt0 = %version
 Requires:   %name = %version
+Requires:   libvdemgmt0 = %version
 
 %description -n libvdemgmt0-devel
 This package contains VDE management files
@@ -137,6 +146,7 @@
 %package -n libvdeplug3-devel
 
 Summary:VDE plug header files
+License:GPL-2.0
 Group:  Development/Languages/C and C++
 Requires:   %name = %version
 Requires:   libvdeplug3 = %version
@@ -147,6 +157,7 @@
 %package -n libvdesnmp0-devel
 
 Summary:VDE snmp header files
+License:GPL-2.0
 Group:  Development/Languages/C and C++
 Requires:   %name = %version
 Requires:   libvdesnmp0 = %version
@@ -161,11 +172,13 @@
 %configure \
--enable-kernel-switch
 
-make %{?_smp_mflags}
+#make %{?_smp_mflags}

commit ocaml for openSUSE:Factory

2013-01-22 Thread h_root
Hello community,

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

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


Package is "ocaml", Maintainer is "dlova...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/ocaml/ocaml.changes  2013-01-14 
09:43:25.0 +0100
+++ /work/SRC/openSUSE:Factory/.ocaml.new/ocaml.changes 2013-01-22 
22:23:12.0 +0100
@@ -1,0 +2,5 @@
+Mon Jan 14 10:07:21 CET 2013 - oher...@suse.de
+
+- change Requires: version-release to just Requires: version
+
+---



Other differences:
--
++ ocaml.spec ++
--- /var/tmp/diff_new_pack.HN6SyJ/_old  2013-01-22 22:23:15.0 +0100
+++ /var/tmp/diff_new_pack.HN6SyJ/_new  2013-01-22 22:23:15.0 +0100
@@ -89,7 +89,7 @@
 Summary:Source code for Objective Caml libraries
 License:QPL-1.0 and SUSE-LGPL-2.0-with-linking-exception
 Group:  Development/Languages/Other
-Requires:   ocaml = %{version}-%{release}
+Requires:   ocaml = %{version}
 
 %description source
 Source code for Objective Caml libraries.
@@ -99,7 +99,7 @@
 Summary:X11 support for Objective Caml
 License:SUSE-LGPL-2.0-with-linking-exception
 Group:  System/Libraries
-Requires:   ocaml-runtime = %{version}-%{release}
+Requires:   ocaml-runtime = %{version}
 
 %description x11
 X11 support for Objective Caml.
@@ -110,8 +110,8 @@
 Summary:The Objective Caml Compiler and Programming Environment
 License:SUSE-LGPL-2.0-with-linking-exception
 Group:  System/Libraries
-Requires:   ocaml = %{version}-%{release}
-Requires:   ocaml(runtime) = %{version}-%{release}
+Requires:   ocaml = %{version}
+Requires:   ocaml(runtime) = %{version}
 
 %description labltk
 Labltk is a library for interfacing Objective Caml with the scripting
@@ -125,8 +125,8 @@
 Summary:Development files for labltk
 License:SUSE-LGPL-2.0-with-linking-exception
 Group:  Development/Libraries/Other
-Requires:   %{name}-labltk = %{version}-%{release}
-Requires:   ocaml = %{version}-%{release}
+Requires:   %{name}-labltk = %{version}
+Requires:   ocaml = %{version}
 Requires:   tcl-devel
 Requires:   tk-devel
 Requires:   xorg-x11-libX11-devel
@@ -144,7 +144,7 @@
 Summary:Pre-Processor-Pretty-Printer for Objective Caml
 License:SUSE-LGPL-2.0-with-linking-exception
 Group:  Development/Languages/Other
-Requires:   ocaml-runtime = %{version}-%{release}
+Requires:   ocaml-runtime = %{version}
 
 %description camlp4
 Camlp4 is a Pre-Processor-Pretty-Printer for Objective Caml, parsing a
@@ -157,8 +157,8 @@
 Summary:Pre-Processor-Pretty-Printer for Objective Caml
 License:SUSE-LGPL-2.0-with-linking-exception
 Group:  Development/Languages/Other
-Requires:   %{name}-camlp4 = %{version}-%{release}
-Requires:   ocaml = %{version}-%{release}
+Requires:   %{name}-camlp4 = %{version}
+Requires:   ocaml = %{version}
 Provides:   camlp4 = %{version}
 Obsoletes:  camlp4 < %{version}
 
@@ -173,7 +173,7 @@
 Summary:The Objective Caml Compiler and Programming Environment
 License:QPL-1.0
 Group:  Development/Languages/Other
-Requires:   ocaml = %{version}-%{release}
+Requires:   ocaml = %{version}
 
 %description ocamldoc
 Objective Caml is a high-level, strongly-typed, functional and
@@ -188,7 +188,7 @@
 License:GPL-2.0+
 Group:  Development/Languages/Other
 Requires:   emacs
-Requires:   ocaml = %{version}-%{release}
+Requires:   ocaml = %{version}
 Provides:   caml-mode
 
 %description emacs
@@ -203,7 +203,7 @@
 Summary:The Objective Caml Compiler and Programming Environment
 License:GPL-2.0+ and QPL-1.0
 Group:  Development/Languages/Other
-Requires:   ocaml = %{version}-%{release}
+Requires:   ocaml = %{version}
 
 %description docs
 Objective Caml is a high-level, strongly-typed, functional and
@@ -217,7 +217,7 @@
 Summary:Libraries used internal to the OCaml Compiler
 License:QPL-1.0
 Group:  Development/Libraries/Other
-Requires:   ocaml = %{version}-%{release}
+Requires:   ocaml = %{version}
 
 %description compiler-libs
 Objective Caml is a high-level, strongly-typed, functional and
@@ -231,7 +231,7 @@
 Summary:Libraries used internal to the OCaml Compiler
 License:QPL-1.0
 Group:  Development/Libraries/Other
-Requires:   ocaml-compiler-libs = %{version}-%{release}
+Requires:   ocaml-compiler-libs = %{vers

commit libktorrent for openSUSE:Factory

2013-01-22 Thread h_root
Hello community,

here is the log from the commit of package libktorrent for openSUSE:Factory 
checked in at 2013-01-22 22:22:11

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


Package is "libktorrent", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/libktorrent/libktorrent.changes  2012-09-11 
07:58:53.0 +0200
+++ /work/SRC/openSUSE:Factory/.libktorrent.new/libktorrent.changes 
2013-01-22 22:22:13.0 +0100
@@ -1,0 +2,16 @@
+Fri Jan 18 10:33:50 UTC 2013 - nico.kru...@gmail.com
+
+- Update to version 1.3.1
+  * Add workaround for broken handling of btrfs subvolumes by
+solid (kde#306825)
+  * Fix crash when preallocating diskspace when a file is enabled
+during the download of a torrent (kde#307178) 
+  * Make sure stats get updated properly during data check
+(kde#308707)
+  * Bind peer sockets to preferred interface for outbound
+connections
+  * Fix bug causing UDP connections not to get established on
+FreeBSD because FIONREAD returns the size of the data and the
+peer address (Review: 108076)
+
+---

Old:

  libktorrent-1.3.0.tar.bz2

New:

  libktorrent-1.3.1.tar.bz2



Other differences:
--
++ libktorrent.spec ++
--- /var/tmp/diff_new_pack.qxyta2/_old  2013-01-22 22:22:14.0 +0100
+++ /var/tmp/diff_new_pack.qxyta2/_new  2013-01-22 22:22:14.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libktorrent
 #
-# 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,14 +17,14 @@
 
 
 Name:   libktorrent
-Version:1.3.0
+Version:1.3.1
 Release:0
 %define sonum   5
 Summary:Torrent Downloading Library
 License:GPL-2.0+
 Group:  Productivity/Networking/File-Sharing
 Url:http://ktorrent.org/
-Source0:http://ktorrent.org/downloads/4.3.0/%{name}-%{version}.tar.bz2
+Source0:http://ktorrent.org/downloads/4.3.1/%{name}-%{version}.tar.bz2
 BuildRequires:  boost-devel
 BuildRequires:  doxygen
 BuildRequires:  gmp-devel

++ libktorrent-1.3.0.tar.bz2 -> libktorrent-1.3.1.tar.bz2 ++
 18056 lines of diff (skipped)

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



commit ktorrent for openSUSE:Factory

2013-01-22 Thread h_root
Hello community,

here is the log from the commit of package ktorrent for openSUSE:Factory 
checked in at 2013-01-22 22:21:54

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


Package is "ktorrent", Maintainer is "kde-maintain...@suse.de"

Changes:

--- /work/SRC/openSUSE:Factory/ktorrent/ktorrent.changes2012-11-12 
16:04:53.0 +0100
+++ /work/SRC/openSUSE:Factory/.ktorrent.new/ktorrent.changes   2013-01-22 
22:21:56.0 +0100
@@ -1,0 +2,20 @@
+Fri Jan 18 10:36:46 UTC 2013 - nico.kru...@gmail.com
+
+- Update to version 4.3.1
+  * Fix new custom groups not appearing in add to group submenu
+(kde#307230)
+  * Fix crash when right clicking on some locations in the
+GroupView due to 0 pointer (kde#307160)
+  * Force KDirWatch to use polling when watching NFS filesystems
+(kde#301381)
+  * Fix crash due to bus error in ip filter plugin (kde#307854)
+  * First check for missing files then for unmounted storage
+(kde#308638)
+  * Use extended selection mode in syndication plugin so ctrl
+key works as expected (kde#308672)
+  * Fix crash in GroupViewModel when dragging torrents over
+groups (kde#308733)
+  * Sort by total leechers and seeders, if connected seeders and
+leechers is equal (kde#311470)
+
+---

Old:

  ktorrent-4.3.0.tar.bz2

New:

  ktorrent-4.3.1.tar.bz2



Other differences:
--
++ ktorrent.spec ++
--- /var/tmp/diff_new_pack.rIwpLj/_old  2013-01-22 22:21:57.0 +0100
+++ /var/tmp/diff_new_pack.rIwpLj/_new  2013-01-22 22:21:57.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ktorrent
 #
-# 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:   ktorrent
-Version:4.3.0
+Version:4.3.1
 Release:0
 Summary:KDE BitTorrent Client
 License:GPL-2.0+

++ ktorrent-4.3.0.tar.bz2 -> ktorrent-4.3.1.tar.bz2 ++
 133023 lines of diff (skipped)

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



commit gcin for openSUSE:Factory

2013-01-22 Thread h_root
Hello community,

here is the log from the commit of package gcin for openSUSE:Factory checked in 
at 2013-01-22 22:21:46

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


Package is "gcin", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/gcin/gcin.changes2012-12-07 
14:08:45.0 +0100
+++ /work/SRC/openSUSE:Factory/.gcin.new/gcin.changes   2013-01-22 
22:21:48.0 +0100
@@ -1,0 +2,16 @@
+Sun Jan 20 06:00:11 UTC 2013 - swy...@gmail.com
+
+- Add libreoffice-gnome dependency as Recommends,
+  so you will not install the whole office suite for gcin.
+- Remove Requires gcin-anthy-module,
+  most of the user don't need to input Japanese characters.
+- modify xim.d-gcin to test if libreoffice-gnome was installed
+- add a section about libreoffice-kde4's problem and workaround
+  in gcin-README.suse 
+
+---
+Fri Jan 18 01:40:50 UTC 2013 - swy...@gmail.com
+
+- test remove libreoffice-gnome dependency
+
+---



Other differences:
--
++ gcin.spec ++
--- /var/tmp/diff_new_pack.YcE5sl/_old  2013-01-22 22:21:49.0 +0100
+++ /var/tmp/diff_new_pack.YcE5sl/_new  2013-01-22 22:21:49.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gcin
 #
-# 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
@@ -49,11 +49,10 @@
 Requires:   gtk2 >= 2.2.4
 %if %suse_version > 1130
 Requires:   %{name}-gtk3-immodule
-Requires:   libreoffice-gnome
 %endif
-Requires:   %{name}-anthy-module
 PreReq: /usr/bin/touch
 Provides:   locale(zh_TW;zh_HK;zh_MO)
+Recommends: libreoffice-gnome
 
 %description
 gcin is a Chinese input method server for traditional Chinese. 

++ gcin-README.suse ++
--- /var/tmp/diff_new_pack.YcE5sl/_old  2013-01-22 22:21:49.0 +0100
+++ /var/tmp/diff_new_pack.YcE5sl/_new  2013-01-22 22:21:49.0 +0100
@@ -1,5 +1,31 @@
 gcin README for openSUSE
-How to start using gcin
+
+*On the spot mod for libreoffice (OpenOffice)
+
+English:
+
+On the spot and over the spot mod are not working with libreoffice-kde4
+You can still input characters with gcin, but your input_windows will
+fixed in the upper-left corner.
+If you are suffered with this problem, upstream suggested a workaround:
+You can install libreoffice-gnome package even if you are using a DE other 
than gnome.
+Re-login your DE, gcin start script will auto-detect your system, and add
+OOO_FORCE_DESKTOP=gnome
+env variable.
+Libreoffice will work just fine for you.
+
+中文:
+On the spot 和 Over the spot 模式無法在 libreoffice-kde4 環境中使用,
+您仍可以用 gcin 輸入字元,但是您的輸入視窗會固定在左上角。
+如果您對這個問題覺得困擾,上游建議以下的暫時解決方案:
+您可以安裝 libreoffice-gnome 套件,即使您不是使用 gnome,
+重新登入您的桌面, gcin 的啟動程序將加入
+OOO_FORCE_DESKTOP=gnome
+的環境變數。
+Libreoffice 就會正常運作了。
+
+
+*How to start using gcin
 
 English:
 

++ xim.d-gcin ++
--- /var/tmp/diff_new_pack.YcE5sl/_old  2013-01-22 22:21:49.0 +0100
+++ /var/tmp/diff_new_pack.YcE5sl/_new  2013-01-22 22:21:49.0 +0100
@@ -34,8 +34,11 @@
 ;;
 esac
 
-# Force OOo to use gtk-immodule
-export OOO_FORCE_DESKTOP=gnome
+# If libreoffice-gnome was installed, Force OOo to use gtk-immodule
+# so can gcin use on_the_spot mod to insert characters
+   if [ -f /usr/lib/libreoffice/program/gconfbe1.uno.so ] || [ -f 
/usr/lib64/libreoffice/program/gconfbe1.uno.so ] ; then
+   export OOO_FORCE_DESKTOP=gnome
+   fi
 
 # Determine the LC_CTYPE locale category setting
 tmplang=${LC_ALL-${LC_CTYPE-${LANG-en_US}}}

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



commit fcitx-m17n for openSUSE:Factory

2013-01-22 Thread h_root
Hello community,

here is the log from the commit of package fcitx-m17n for openSUSE:Factory 
checked in at 2013-01-22 22:21:35

Comparing /work/SRC/openSUSE:Factory/fcitx-m17n (Old)
 and  /work/SRC/openSUSE:Factory/.fcitx-m17n.new (New)


Package is "fcitx-m17n", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/fcitx-m17n/fcitx-m17n.changes2012-10-22 
21:46:26.0 +0200
+++ /work/SRC/openSUSE:Factory/.fcitx-m17n.new/fcitx-m17n.changes   
2013-01-22 22:21:37.0 +0100
@@ -1,0 +2,7 @@
+Mon Jan 21 09:07:32 UTC 2013 - i...@marguerite.su
+
+- update to 0.1.4
+  * Fix a typo in default m17n list 
+  * Fix latn-post u + : and some similar composition
+
+---

Old:

  fcitx-m17n-0.1.3.tar.bz2

New:

  fcitx-m17n-0.1.4.tar.bz2



Other differences:
--
++ fcitx-m17n.spec ++
--- /var/tmp/diff_new_pack.2MCq0J/_old  2013-01-22 22:21:38.0 +0100
+++ /var/tmp/diff_new_pack.2MCq0J/_new  2013-01-22 22:21:38.0 +0100
@@ -16,7 +16,7 @@
 #
 
 Name:   fcitx-m17n
-Version:   0.1.3
+Version:   0.1.4
 Release:   0
 Summary:   M17N engine for fcitx
 Group: System/I18n/Chinese 

++ fcitx-m17n-0.1.3.tar.bz2 -> fcitx-m17n-0.1.4.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/fcitx-m17n-0.1.3/im/config.c 
new/fcitx-m17n-0.1.4/im/config.c
--- old/fcitx-m17n-0.1.3/im/config.c2012-09-30 03:09:32.0 +0200
+++ new/fcitx-m17n-0.1.4/im/config.c2013-01-20 16:41:20.0 +0100
@@ -14,8 +14,8 @@
  *
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
+ * Free Software Foundation, Inc.
+ * 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
  */
 
 #include "fcitx-m17n.h"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/fcitx-m17n-0.1.3/im/default 
new/fcitx-m17n-0.1.4/im/default
--- old/fcitx-m17n-0.1.3/im/default 2012-09-30 03:09:32.0 +0200
+++ new/fcitx-m17n-0.1.4/im/default 2013-01-20 16:41:20.0 +0100
@@ -5,7 +5,7 @@
 hi:*:2
 kn:*:2
 ks:*:2
-mai:*2
+mai:*:2
 ml:*:2
 mr:*:2
 ne:*:2
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/fcitx-m17n-0.1.3/im/fcitx-m17n.c 
new/fcitx-m17n-0.1.4/im/fcitx-m17n.c
--- old/fcitx-m17n-0.1.3/im/fcitx-m17n.c2012-09-30 03:09:32.0 
+0200
+++ new/fcitx-m17n-0.1.4/im/fcitx-m17n.c2013-01-20 16:41:20.0 
+0100
@@ -14,8 +14,8 @@
  *
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
+ * Free Software Foundation, Inc.
+ * 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
  */
 
 #include "config.h"
@@ -410,10 +410,10 @@
 FcitxIRV FcitxM17NDoInputInternal(IM* im, FcitxKeySym sym, unsigned state)
 {
 FcitxInstance* inst = im->owner->owner;
-FcitxInputState* is = FcitxInstanceGetInputState(inst);
+// FcitxInputState* is = FcitxInstanceGetInputState(inst);
 FcitxInputContext* ic = FcitxInstanceGetCurrentIC(inst);
 
-MSymbol msym = KeySymToSymbol(FcitxInputStateGetKeySym(is), 
FcitxInputStateGetKeyState(is));
+MSymbol msym = KeySymToSymbol(sym, state);
 
 if (msym == Mnil) {
 FcitxLog(DEBUG, "sym=%x, state=%x, not my dish", sym, state);
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/fcitx-m17n-0.1.3/im/fcitx-m17n.h 
new/fcitx-m17n-0.1.4/im/fcitx-m17n.h
--- old/fcitx-m17n-0.1.3/im/fcitx-m17n.h2012-09-30 03:09:32.0 
+0200
+++ new/fcitx-m17n-0.1.4/im/fcitx-m17n.h2013-01-20 16:41:20.0 
+0100
@@ -14,8 +14,8 @@
  *
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
+ * Free Software Foundation, Inc.
+ * 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
  */
 
 #ifndef __FCITX_M17N_H
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/fcitx-m17n-0.1.3/im/keysymname.c 
new/fcitx-m17n-0.1.4/im/keysymname.c
--- old/fcitx-m17n-0.1.3/im/keysymname.c2012-09-30 03:09:32.0 
+0200
+++ new/fcitx-m17n-0.1.4/im/keysymname.c2013-01-20 16:41:20.0 
+0100
@@ -14,8 +14,8 @@
 *
 * You should have received a copy of the 

commit dtv-scan-tables for openSUSE:Factory

2013-01-22 Thread h_root
Hello community,

here is the log from the commit of package dtv-scan-tables for openSUSE:Factory 
checked in at 2013-01-22 22:20:39

Comparing /work/SRC/openSUSE:Factory/dtv-scan-tables (Old)
 and  /work/SRC/openSUSE:Factory/.dtv-scan-tables.new (New)


Package is "dtv-scan-tables", Maintainer is ""

Changes:

New Changes file:

--- /dev/null   2013-01-09 19:40:42.352580873 +0100
+++ /work/SRC/openSUSE:Factory/.dtv-scan-tables.new/dtv-scan-tables.changes 
2013-01-22 22:20:39.0 +0100
@@ -0,0 +1,5 @@
+---
+Thu Jan 17 09:52:26 UTC 2013 - jsl...@suse.com
+
+- new package
+

New:

  COPYING
  _service
  dtv-scan-tables-20130110.tar.xz
  dtv-scan-tables.changes
  dtv-scan-tables.spec



Other differences:
--
++ dtv-scan-tables.spec ++
#
# spec file for package dtv
#
# 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
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# 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:   dtv-scan-tables
Url:http://linuxtv.org/
Version:20130110
Release:0
Summary:Scan files for digital TV applications
License:GPL-2.0+
Group:  Hardware/TV
Source0:%{name}-%{version}.tar.xz
Source1:COPYING
BuildArch:  noarch
BuildRequires:  fdupes
BuildRequires:  xz

%prep
%setup -q

%build

%install
for DIR in atsc dvb-c dvb-s dvb-t; do
DEST="%{buildroot}/%{_datadir}/dvb/$DIR/"
install -d -m 0755 "$DEST"
install -m 0644 -t "$DEST" "$DIR"/*
done

%fdupes $RPM_BUILD_ROOT/%{_datadir}/dvb/

%description
Scan data needed for some scanning applications from dvb package and maybe
others.

%files
%defattr(-,root,root)
%{_datadir}/dvb/

%changelog
++ COPYING ++
GNU GENERAL PUBLIC LICENSE
   Version 2, June 1991

 Copyright (C) 1989, 1991 Free Software Foundation, Inc.,
 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
 Everyone is permitted to copy and distribute verbatim copies
 of this license document, but changing it is not allowed.

Preamble

  The licenses for most software are designed to take away your
freedom to share and change it.  By contrast, the GNU General Public
License is intended to guarantee your freedom to share and change free
software--to make sure the software is free for all its users.  This
General Public License applies to most of the Free Software
Foundation's software and to any other program whose authors commit to
using it.  (Some other Free Software Foundation software is covered by
the GNU Lesser General Public License instead.)  You can apply it to
your programs, too.

  When we speak of free software, we are referring to freedom, not
price.  Our General Public Licenses are designed to make sure that you
have the freedom to distribute copies of free software (and charge for
this service if you wish), that you receive source code or can get it
if you want it, that you can change the software or use pieces of it
in new free programs; and that you know you can do these things.

  To protect your rights, we need to make restrictions that forbid
anyone to deny you these rights or to ask you to surrender the rights.
These restrictions translate to certain responsibilities for you if you
distribute copies of the software, or if you modify it.

  For example, if you distribute copies of such a program, whether
gratis or for a fee, you must give the recipients all the rights that
you have.  You must make sure that they, too, receive or can get the
source code.  And you must show them these terms so they know their
rights.

  We protect your rights with two steps: (1) copyright the software, and
(2) offer you this license which gives you legal permission to copy,
distribute and/or modify the software.

  Also, for each author's protection and ours, we want to make certain
that everyone understands that there is no warranty for this free
software.  If the software is modified by someone else and passed on, we
want its recipients to know that what they have is not the original, so
that any problems introduced by others will not reflect on th

commit autofs for openSUSE:Factory

2013-01-22 Thread h_root
Hello community,

here is the log from the commit of package autofs for openSUSE:Factory checked 
in at 2013-01-22 22:20:21

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


Package is "autofs", Maintainer is "mszer...@novell.com"

Changes:

--- /work/SRC/openSUSE:Factory/autofs/autofs.changes2013-01-14 
09:37:34.0 +0100
+++ /work/SRC/openSUSE:Factory/.autofs.new/autofs.changes   2013-01-22 
22:20:23.0 +0100
@@ -1,0 +2,21 @@
+Mon Jan 21 14:58:04 UTC 2013 - lchiqui...@suse.com
+
+- autofs-5.0.7-upstream-patches-20130121.bz2: update 5.0.7 upstream
+  patches to 20130121, fixing some bugs:
+  * fix nobind man page description
+  * fix submount offset delete
+  * fix init script status return
+  * fix use get_proximity() without libtirpc
+  * don't use dirent d_type to filter out files in scandir()
+  * don't schedule new alarms after readmap
+  * use numeric protocol ids instead of protoent structs
+  * lib/defaults.c: use WITH_LDAP conditional around LDAP types
+  * make yellow pages support optional
+  * modules/replicated.c: use sin6_addr.s6_addr32
+  * workaround missing GNU versionsort extension
+- remove patches that are now upstream:
+  * autofs-5.0.7-fix-scandir-filter.patch
+  * autofs-5.0.7-use-protocol-id-instead-of-protoent.patch
+  * autofs-5.0.7-dont-reschedule-alarm-after-signals.patch
+
+---

Old:

  autofs-5.0.7-dont-reschedule-alarm-after-signals.patch
  autofs-5.0.7-fix-scandir-filter.patch
  autofs-5.0.7-upstream-patches-20121120.bz2
  autofs-5.0.7-use-protocol-id-instead-of-protoent.patch

New:

  autofs-5.0.7-upstream-patches-20130121.bz2



Other differences:
--
++ autofs.spec ++
--- /var/tmp/diff_new_pack.1bOMs7/_old  2013-01-22 22:20:24.0 +0100
+++ /var/tmp/diff_new_pack.1bOMs7/_new  2013-01-22 22:20:24.0 +0100
@@ -66,7 +66,7 @@
 Source42:   org.freedesktop.AutoMount.conf
 Source100:  autofs-rpmlintrc
 # Upstream patches that will be in the next release
-%define patchdate 20121120
+%define patchdate 20130121
 Patch0: autofs-%{version}-upstream-patches-%{patchdate}.bz2
 # PATCH-FIX-OPENSUSE autofs-5.0.7-revert-fix-libtirpc-name-clash.patch
 Patch1: autofs-5.0.7-revert-fix-libtirpc-name-clash.patch
@@ -74,12 +74,6 @@
 Patch80:autofs-5.0.6-invalid-ghost-dirs.patch
 # PATCH-FIX-UPSTREAM autofs-5.0.6-task-use-after-free.patch [bnc#727392]
 Patch82:autofs-5.0.6-task-use-after-free.patch
-# PATCH-FIX-UPSTREAM autofs-5.0.7-dont-reschedule-alarm-after-signals.patch 
[bnc#783651]
-Patch84:autofs-5.0.7-dont-reschedule-alarm-after-signals.patch
-# PATCH-FIX-UPSTREAM autofs-5.0.7-use-protocol-id-instead-of-protoent.patch 
[bnc#787410]
-Patch85:autofs-5.0.7-use-protocol-id-instead-of-protoent.patch
-# PATCH-FIX-UPSTREAM autofs-5.0.7-fix-scandir-filter.patch [bnc#798158]
-Patch86:autofs-5.0.7-fix-scandir-filter.patch
 # PATCH-FIX-OPENSUSE autofs-suse-auto_master_default.patch
 Patch100:   autofs-suse-auto_master_default.patch
 # PATCH-FIX-OPENSUSE autofs-suse-build.patch
@@ -112,9 +106,6 @@
 %patch1 -p1
 %patch80 -p1
 %patch82 -p1
-%patch84 -p1
-%patch85 -p1
-%patch86 -p1
 %patch100 -p1
 %patch101 -p1
 %patch102 -p0 -b .udisks


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



commit audit for openSUSE:Factory

2013-01-22 Thread h_root
Hello community,

here is the log from the commit of package audit for openSUSE:Factory checked 
in at 2013-01-22 22:20:05

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


Package is "audit", Maintainer is "to...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/audit/audit-secondary.changes2012-10-13 
19:55:02.0 +0200
+++ /work/SRC/openSUSE:Factory/.audit.new/audit-secondary.changes   
2013-01-22 22:20:06.0 +0100
@@ -1,0 +2,5 @@
+Tue Jan 22 12:34:00 UTC 2013 - jeng...@inai.de
+
+- Executing autoreconf requires autoconf
+
+---
audit.changes: same change



Other differences:
--
++ audit-secondary.spec ++
--- /var/tmp/diff_new_pack.jGvCUu/_old  2013-01-22 22:20:08.0 +0100
+++ /var/tmp/diff_new_pack.jGvCUu/_new  2013-01-22 22:20:08.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package audit-secondary
 #
-# 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
@@ -36,6 +36,7 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 PreReq: %insserv_prereq %fillup_prereq
 BuildRequires:  audit-devel = %{version}
+BuildRequires:  autoconf >= 2.12
 BuildRequires:  libtool
 
 %description

++ audit.spec ++
--- /var/tmp/diff_new_pack.jGvCUu/_old  2013-01-22 22:20:08.0 +0100
+++ /var/tmp/diff_new_pack.jGvCUu/_new  2013-01-22 22:20:08.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package audit
 #
-# 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,10 +17,6 @@
 
 
 Name:   audit
-BuildRequires:  gcc-c++
-BuildRequires:  kernel-headers >= 2.6.29
-BuildRequires:  libtool
-BuildRequires:  tcpd-devel
 Summary:User Space Tools for 2.6 Kernel Auditing
 License:GPL-2.0+
 Group:  System/Monitoring
@@ -35,6 +31,11 @@
 Patch2: audit-no_plugins.patch
 Patch3: audit-no-gss.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  autoconf >= 2.12
+BuildRequires:  gcc-c++
+BuildRequires:  kernel-headers >= 2.6.29
+BuildRequires:  libtool
+BuildRequires:  tcpd-devel
 Requires:   %{name}-libs = %{version}
 PreReq: %insserv_prereq %fillup_prereq
 

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



commit arphic-fonts for openSUSE:Factory

2013-01-22 Thread h_root
Hello community,

here is the log from the commit of package arphic-fonts for openSUSE:Factory 
checked in at 2013-01-22 22:19:52

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


Package is "arphic-fonts", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/arphic-fonts/arphic-fonts.changes
2012-09-14 12:13:15.0 +0200
+++ /work/SRC/openSUSE:Factory/.arphic-fonts.new/arphic-fonts.changes   
2013-01-22 22:19:53.0 +0100
@@ -1,0 +2,7 @@
+Sun Jan 20 09:48:39 UTC 2013 - swy...@gmail.com
+
+- remove Provides: locale(*) and Provides: scalable-font-*, 
+  no more need these fonts in these locale,
+  these fonts can be replaced by arphic-uming(-ukai).
+ 
+---



Other differences:
--
++ arphic-fonts.spec ++
--- /var/tmp/diff_new_pack.3h83m9/_old  2013-01-22 22:19:56.0 +0100
+++ /var/tmp/diff_new_pack.3h83m9/_new  2013-01-22 22:19:56.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package arphic-fonts
 #
-# 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
@@ -46,9 +46,7 @@
 Summary:AR PL KaitiM Big5 Chinese TrueType font by Arphic Technology
 Group:  System/X11/Fonts
 Requires:   arphic-fonts
-Provides:   scalable-font-zh-TW
 Provides:   ttf-arphic-bkai00mp = %{version}
-Provides:   locale(zh_TW;zh_HK)
 Obsoletes:  ttf-arphic-bkai00mp <= 20001125
 
 %description -n arphic-bkai00mp-fonts
@@ -60,9 +58,7 @@
 Summary:AR PL Mingti2L Big5 Chinese TrueType font by Arphic Technology
 Group:  System/X11/Fonts
 Requires:   arphic-fonts
-Provides:   scalable-font-zh-TW
 Provides:   ttf-arphic-bsmi00lp = %{version}
-Provides:   locale(zh_TW;zh_HK)
 Obsoletes:  ttf-arphic-bsmi00lp <= 20001125
 
 %description -n arphic-bsmi00lp-fonts
@@ -74,9 +70,7 @@
 Summary:AR PL KaitiM GB Chinese TrueType font by Arphic Technology
 Group:  System/X11/Fonts
 Requires:   arphic-fonts
-Provides:   scalable-font-zh-CN
 Provides:   ttf-arphic-gkai00mp = %{version}
-Provides:   locale(zh_CN;zh_SG)
 Obsoletes:  ttf-arphic-gkai00mp <= 20001125
 
 %description -n arphic-gkai00mp-fonts
@@ -88,9 +82,7 @@
 Summary:AR PL SungtiL GB Chinese TrueType font by Arphic Technology
 Group:  System/X11/Fonts
 Requires:   arphic-fonts
-Provides:   scalable-font-zh-CN
 Provides:   ttf-arphic-gbsn00lp = %{version}
-Provides:   locale(zh_CN;zh_SG)
 Obsoletes:  ttf-arphic-gbsn00lp <= 20001125
 
 %description -n arphic-gbsn00lp-fonts

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



commit xfce4-branding-openSUSE for openSUSE:Factory

2013-01-22 Thread h_root
Hello community,

here is the log from the commit of package xfce4-branding-openSUSE for 
openSUSE:Factory checked in at 2013-01-22 18:18:53

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


Package is "xfce4-branding-openSUSE", Maintainer is "xfce-maintain...@suse.de"

Changes:

--- 
/work/SRC/openSUSE:Factory/xfce4-branding-openSUSE/xfce4-branding-openSUSE.changes
  2012-10-24 10:24:35.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.xfce4-branding-openSUSE.new/xfce4-branding-openSUSE.changes
 2013-01-22 18:18:55.0 +0100
@@ -1,0 +2,5 @@
+Mon Nov  5 09:46:03 UTC 2012 - g...@opensuse.org
+
+- remove support for openSUSE 11.4
+
+---

Old:

  xfce4-branding-openSUSE_11.4-4.10.0.tar.bz2



Other differences:
--
++ xfce4-branding-openSUSE.spec ++
--- /var/tmp/diff_new_pack.VLuxXi/_old  2013-01-22 18:18:56.0 +0100
+++ /var/tmp/diff_new_pack.VLuxXi/_new  2013-01-22 18:18:56.0 +0100
@@ -28,9 +28,7 @@
 %define exo_version %(rpm -q --queryformat '%%{VERSION}' exo-data)
 %define xfwm4_version   %(rpm -q --queryformat '%%{VERSION}' xfwm4)
 %define thunar_volman_version   %(rpm -q --queryformat '%%{VERSION}' 
thunar-volman)
-%if 0%{?suse_version} > 1140
 %define midori_version  %(rpm -q --queryformat '%%{VERSION}' midori)
-%endif
 
 Name:   xfce4-branding-openSUSE
 Version:4.10.0
@@ -39,24 +37,16 @@
 License:CC-BY-SA-3.0 and GPL-2.0+
 Group:  System/GUI/XFCE
 Url:http://www.opensuse.org/
-%if 0%{?suse_version} < 1210
-Source0:%{name}_11.4-%{version}.tar.bz2
-%else
 Source0:%{name}-%{version}.tar.bz2
-%endif
 Source1:openSUSE-xfce-icon-theme.tar.bz2
 BuildRequires:  %{libxfce4ui_libname}
 BuildRequires:  exo-data
 BuildRequires:  fdupes
 BuildRequires:  libgarcon-data
-%if 0%{?suse_version} < 1210
-BuildRequires:  desktop-data
-%else
 BuildRequires:  midori
 # needed for %%{_sysconfdir}/xdg/midori/search
 BuildRequires:  midori-branding-upstream
 BuildRequires:  wallpaper-branding
-%endif
 %if 0%{?suse_version} >= 1220
 # owns %{_datadir}/xfce/applications/defaults.list symlink target
 Requires:   libgio-2_0-0
@@ -125,17 +115,12 @@
 Summary:openSUSE Branding of xfce4-settings
 License:CC-BY-SA-3.0 and GPL-2.0+
 Group:  System/GUI/XFCE
-%if 0%{?suse_version} < 1210
-Requires:   desktop-data
-Requires:   gtk2-metatheme-sonar
-%else
 Requires:   desktop-data-openSUSE
 Requires:   gtk2-metatheme-adwaita
 Requires:   gtk3-metatheme-adwaita
 Requires:   openSUSE-xfce-icon-theme
 # built from branding-openSUSE
 Requires:   xfce4-splash-branding-openSUSE
-%endif
 Conflicts:  otherproviders(xfce4-settings-branding)
 Provides:   xfce4-settings-branding = %{xfce4_settings_version}
 Supplements:packageand(xfce4-settings:branding-openSUSE)
@@ -147,13 +132,8 @@
 Summary:openSUSE Branding of xfdesktop
 License:CC-BY-SA-3.0 and GPL-2.0+
 Group:  System/GUI/XFCE
-%if 0%{?suse_version} >= 1210
 Requires:   desktop-data-openSUSE
 Requires:   wallpaper-branding
-%else
-# should bring in either desktop-data-openSUSE or desktop-data-SLED
-Requires:   desktop-data
-%endif
 Conflicts:  otherproviders(xfdesktop-branding)
 Provides:   xfce4-desktop-branding-openSUSE = %{xfdesktop_version}
 Provides:   xfdesktop-branding = %{xfdesktop_version}
@@ -167,13 +147,8 @@
 Summary:openSUSE Branding of libgarcon
 License:CC-BY-SA-3.0 and GPL-2.0
 Group:  System/GUI/XFCE
-%if 0%{?suse_version} >= 1210
 Requires:   desktop-data-openSUSE
 Requires:   wallpaper-branding
-%else
-# should bring in either desktop-data-openSUSE or desktop-data-SLED
-Requires:   desktop-data
-%endif
 # xfce-applications.menu requires xfce-settings-manager.menu
 Requires:   xfce4-settings-branding-openSUSE = %{version}
 # the menu references xfce4-about.desktop
@@ -241,7 +216,6 @@
 %description -n thunar-volman-branding-openSUSE
 This package provides the openSUSE look and feel for the Thunar Volume Manager.
 
-%if 0%{?suse_version} > 1140
 %package -n midori-branding-openSUSE
 Summary:openSUSE Branding of midori
 License:CC-BY-SA-3.0 and GPL-2.0+
@@ -252,13 +226,11 @@
 
 %description -n midori-branding-openSUSE
 This package provides the openSUSE look and feel for the Midori web browser.
-%endif
 
 %prep
 %setup -q -a1
 
 %build
-%if 0%{?suse_version} > 1140
 cp %{_sysconfdir}/xdg/midori/search etc/xdg/midori/search
 cat >>etc/xdg/midori/search <<'EOF'
 
@@ -268,7 +240,6 @@
 uri=http://sof

commit lksctp-tools for openSUSE:Factory

2013-01-22 Thread h_root
Hello community,

here is the log from the commit of package lksctp-tools for openSUSE:Factory 
checked in at 2013-01-22 18:18:37

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


Package is "lksctp-tools", Maintainer is "meiss...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/lksctp-tools/lksctp-tools.changes
2012-06-25 12:49:26.0 +0200
+++ /work/SRC/openSUSE:Factory/.lksctp-tools.new/lksctp-tools.changes   
2013-01-22 18:18:39.0 +0100
@@ -1,0 +2,14 @@
+Mon Jan 21 10:38:43 UTC 2013 - meiss...@suse.com
+
+- upgraded to 1.0.12
+  T:API Add needed definitions for DTLS/SCTP.
+  T:API Fix data corruption in sctp_send
+  T:API Implement private SCTP_GET_ASSOC_STATS option to fetch addition
+association data.
+  T:TEST Add more options to conformace test tool.
+  T:APP Add HEARTBEAT command to sctp_darn
+  T:API Obsolete interefaces have been removed
+  T:API Suport for SCTP_SACK_IMMEDIATELY options
+  T:API Support for non-blocking sctp-connectx
+
+---

Old:

  lksctp-tools-1.0.11.tar.gz

New:

  lksctp-tools-1.0.12.tar.gz



Other differences:
--
++ lksctp-tools.spec ++
--- /var/tmp/diff_new_pack.Gf5GfL/_old  2013-01-22 18:18:40.0 +0100
+++ /var/tmp/diff_new_pack.Gf5GfL/_new  2013-01-22 18:18:40.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package lksctp-tools
 #
-# 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
@@ -20,10 +20,10 @@
 Summary:Utilities for SCTP (Stream Control Transmission Protocol)
 License:LGPL-2.1+
 Group:  Productivity/Networking/Other
-Version:1.0.11
+Version:1.0.12
 Release:0
 Url:http://lksctp.sourceforge.net
-Source0:
http://downloads.sourceforge.net/project/lksctp/lksctp/%{name}-%{version}/%{name}-%{version}.tar.gz
+Source0:
http://downloads.sourceforge.net/project/lksctp/lksctp-tools/%{name}-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  libtool
 

++ lksctp-tools-1.0.11.tar.gz -> lksctp-tools-1.0.12.tar.gz ++
 62909 lines of diff (skipped)

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



commit klavaro for openSUSE:Factory

2013-01-22 Thread h_root
Hello community,

here is the log from the commit of package klavaro for openSUSE:Factory checked 
in at 2013-01-22 18:18:07

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


Package is "klavaro", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/klavaro/klavaro.changes  2012-07-17 
13:07:11.0 +0200
+++ /work/SRC/openSUSE:Factory/.klavaro.new/klavaro.changes 2013-01-22 
18:18:08.0 +0100
@@ -1,0 +2,21 @@
+Sun Jan 20 20:58:55 UTC 2013 - kkir...@opensuse.org
+
+- updated to 1.9.6:
+  + Added:
+- Kyrgyz translation (partial)
+- Telugu translation (partial)
+- Workman (US) layout
+  + Changed:
+- Explicit linking with gmodule  -2.0, to avoid problem with
+  Implicit DSO linking (in Fedora).
+- Orange color for keys now a bit darker.
+- Basic lessons with only 2 letters are 4 lines only.
+- Russian internal sub  -dictionary changed, because of
+   spelling errors.
+  + Updated:
+- Automake files (1.11.6)
+- Basque translation
+- Russian translation
+- removed klavaro-1.9.4-dso.patch (fixed upstream)
+
+---

Old:

  klavaro-1.9.4-dso.patch
  klavaro-1.9.5.tar.bz2

New:

  klavaro-1.9.5-paragraph-ru-fix.patch
  klavaro-1.9.6.tar.bz2



Other differences:
--
++ klavaro.spec ++
--- /var/tmp/diff_new_pack.oKa6hO/_old  2013-01-22 18:18:10.0 +0100
+++ /var/tmp/diff_new_pack.oKa6hO/_new  2013-01-22 18:18:10.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package klavaro
 #
-# 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:   klavaro
-Version:1.9.5
+Version:1.9.6
 Release:0
 Summary:Typing tutor
 License:GPL-3.0+
@@ -26,7 +26,7 @@
 Source0:%{name}-%{version}.tar.bz2
 Source1:klavaro.desktop
 # PATCH-FIX-UPSTREAM klavaro-1.9.4-dso.patch kkir...@opensuse.org -- Fix 
linking with libgmodule
-Patch0: klavaro-1.9.4-dso.patch
+Patch0: klavaro-1.9.5-paragraph-ru-fix.patch
 Requires:   espeak
 %if 0%{?suse_version}
 BuildRequires:  update-desktop-files

++ klavaro-1.9.5-paragraph-ru-fix.patch ++
Index: data/ru.paragraphs
===
--- data/ru.paragraphs.orig
+++ data/ru.paragraphs
@@ -1,18 +1,18 @@
-Это была маленькая разминка, а теперь будем писать всерьёз: Грузоподъёмный 
неперегруженный грузчик с грузом ехал с грузом на грузовом лифте с другими 
грузчиками у которых были неперегруженные грузовые грузы и вместе они вышли с 
грузового лифта с грузами и погрузили грузы на грузоподъёмник! Иллюзионая 
иллюзия сильно проиллюзиовала меня, а Импорвитация вызывает у меня сильные 
головные боли!
+Это была маленькая разминка, а теперь будем писать всерьёз: Грузоподъёмный 
неперегруженный грузчик с грузом ехал с грузом на грузовом лифте с другими 
грузчиками у которых были неперегруженные грузовые грузы и вместе они вышли с 
грузового лифта с грузами и погрузили грузы на грузоподъёмник! Иллюзионная 
иллюзия сильно проиллюзиовала меня, а Импровизация вызывает у меня сильные 
головные боли!
 
-в Школе 6 г.Новороссийска учиться Замученный перемученый ученик! 
инкриминировать инкроминацию, кролик съел очень большой кочан капусты. 
Краснознамённый красноречивый красногвардеец ехал по краснолесью и красногорью 
на своём красном перекрашеном от красоты или   красноты красочно красивом 
крашеном коне. Ленин ехал по ленинскому проспекту на ленинской машине вместе с 
Леной.
+в Школе 6 г.Новороссийска учиться Замученный перемученyый ученик! 
инкриминировать инкроминацию, кролик съел очень большой кочан капусты. 
Краснознамённый красноречивый красногвардеец ехал по краснолесью и красногорью 
на своём красном перекрашенном от красоты или   красноты красочно красивом 
крашеном коне. Ленин ехал по ленинскому проспекту на ленинской машине вместе с 
Леной.
 
-Я был у евреев в еврейском городе и гулял по еврейским улицам в еврейской 
одежде, покупал еврейскую еду, разговаривал с евреями и вообще я ЕВРЕЙ!!! Ты 
когда-нибудь видел меридиональный мередиан на 
мередиальновысокоразвитоимпульсивном уровне? Металлорежущий металлургический 
металлург проходил курсы по резанию металла на уроке металлургии. 
+Я РУССКИЙ!!! Ты когда-нибудь видел меридиональный меридиан на 
меридиальновысокоразвитоимпульсивном уровне? Металлорежущий металлургический 
металлург проходил курсы по резанию металла на у

commit expat for openSUSE:Factory

2013-01-22 Thread h_root
Hello community,

here is the log from the commit of package expat for openSUSE:Factory checked 
in at 2013-01-22 18:17:46

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


Package is "expat", Maintainer is "vdziewie...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/expat/expat.changes  2013-01-21 
17:37:09.0 +0100
+++ /work/SRC/openSUSE:Factory/.expat.new/expat.changes 2013-01-22 
18:17:48.0 +0100
@@ -1,0 +2,5 @@
+Tue Jan 22 12:40:02 UTC 2013 - jeng...@inai.de
+
+- Executing autoreconf requires autoconf BuildRequire
+
+---



Other differences:
--
++ expat.spec ++
--- /var/tmp/diff_new_pack.hdRl9t/_old  2013-01-22 18:17:49.0 +0100
+++ /var/tmp/diff_new_pack.hdRl9t/_new  2013-01-22 18:17:49.0 +0100
@@ -34,6 +34,7 @@
 Patch2: expat-visibility.patch
 Patch3: expat-alloc-size.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  autoconf >= 2.58
 BuildRequires:  gcc-c++
 BuildRequires:  libtool
 BuildRequires:  pkg-config

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



commit exo for openSUSE:Factory

2013-01-22 Thread h_root
Hello community,

here is the log from the commit of package exo for openSUSE:Factory checked in 
at 2013-01-22 18:17:31

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


Package is "exo", Maintainer is "xfce-maintain...@suse.de"

Changes:

--- /work/SRC/openSUSE:Factory/exo/exo.changes  2012-12-19 14:46:56.0 
+0100
+++ /work/SRC/openSUSE:Factory/.exo.new/exo.changes 2013-01-22 
18:17:33.0 +0100
@@ -1,0 +2,13 @@
+Fri Dec 28 09:46:15 UTC 2012 - g...@opensuse.org
+
+- update to version 0.10.2
+  - optimize returning the selected item in icon view
+  - work with icon names in the toolbar editor
+  - GIO unix is still used for exo-open
+  - use same thumbnail frame as Thunar
+  - rename Terminal to xfce4-terminal
+  - remove unmaintained translations
+  - add chromium-browser to binary names
+  - add various helpers
+
+---

Old:

  exo-0.10.1.tar.bz2

New:

  exo-0.10.2.tar.bz2



Other differences:
--
++ exo.spec ++
--- /var/tmp/diff_new_pack.Zg5F31/_old  2013-01-22 18:17:35.0 +0100
+++ /var/tmp/diff_new_pack.Zg5F31/_new  2013-01-22 18:17:35.0 +0100
@@ -19,7 +19,7 @@
 %define libname libexo-1-0
 
 Name:   exo
-Version:0.10.1
+Version:0.10.2
 Release:0
 Summary:Application Development Library for Xfce
 License:GPL-2.0+ and LGPL-2.1+

++ exo-0.10.1.tar.bz2 -> exo-0.10.2.tar.bz2 ++
 13605 lines of diff (skipped)

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



commit camsource for openSUSE:Factory

2013-01-22 Thread h_root
Hello community,

here is the log from the commit of package camsource for openSUSE:Factory 
checked in at 2013-01-22 18:17:20

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


Package is "camsource", Maintainer is "meiss...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/camsource/camsource.changes  2013-01-20 
07:45:59.0 +0100
+++ /work/SRC/openSUSE:Factory/.camsource.new/camsource.changes 2013-01-22 
18:17:22.0 +0100
@@ -1,0 +2,9 @@
+Tue Jan 22 08:39:54 UTC 2013 - matwey.korni...@gmail.com
+
+- An alternative fix for bnc#714439, we don't need any wrappers while
+  we can recompile apps from the sources
+- Add camsource-v4l1.patch
+- Drop camsource-v4l-2.6.38.patch
+- Drop camsource-rename.patch
+
+---

Old:

  camsource-rename.patch
  camsource-v4l-2.6.38.patch

New:

  camsource-v4l1.patch



Other differences:
--
++ camsource.spec ++
--- /var/tmp/diff_new_pack.aRWiJT/_old  2013-01-22 18:17:24.0 +0100
+++ /var/tmp/diff_new_pack.aRWiJT/_new  2013-01-22 18:17:24.0 +0100
@@ -22,7 +22,6 @@
 BuildRequires:  pkgconfig(libxml-2.0)
 %if 0%{?suse_version} >= 1210
 BuildRequires:  libv4l-devel >= 0.8.4
-Requires:   libv4l >= 0.8.4
 %endif
 Version:0.7.0
 Release:0
@@ -33,9 +32,9 @@
 Source: camsource-%{version}.tar.gz
 Patch0: camsource-no_label_at_end.diff
 Patch1: camsource-no_implicit_decls.diff
-Patch2: camsource-v4l-2.6.38.patch
 %if 0%{?suse_version} >= 1210
-Patch3: camsource-rename.patch
+# PATCH-FIX-UPSTREAM camsource-v4l1.patch [bnc#714439]
+Patch2: camsource-v4l1.patch
 %endif
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
@@ -61,7 +60,6 @@
 %patch1
 %if 0%{?suse_version} >= 1210
 %patch2 -p1
-%patch3
 %endif
 
 %build
@@ -75,22 +73,11 @@
 %install
 %make_install
 mv %{buildroot}%{_sysconfdir}/camsource.conf.example 
%{buildroot}%{_sysconfdir}/camsource.conf
-%if 0%{?suse_version} >= 1210
-mv %{buildroot}%{_bindir}/camsource %{buildroot}%{_bindir}/camsource.bin
-echo '#!/bin/bash
-export LD_PRELOAD="%{_libdir}/libv4l/v4l1compat.so"
-exec "%{_bindir}/camsource.bin" "$@"
-' > %{buildroot}%{_bindir}/camsource
-chmod --reference=%{buildroot}%{_bindir}/camsource.bin 
%{buildroot}%{_bindir}/camsource
-%endif
 
 %files
 %defattr(-,root,root)
 %doc AUTHORS COPYING INSTALL ChangeLog README NEWS camsource.conf.example
 %{_bindir}/camsource
-%if 0%{?suse_version} >= 1210
-%{_bindir}/camsource.bin
-%endif
 %{_libdir}/camsource
 %config(noreplace) %{_sysconfdir}/camsource.conf
 

++ camsource-v4l-2.6.38.patch -> camsource-v4l1.patch ++
--- /work/SRC/openSUSE:Factory/camsource/camsource-v4l-2.6.38.patch 
2011-09-23 01:53:10.0 +0200
+++ /work/SRC/openSUSE:Factory/.camsource.new/camsource-v4l1.patch  
2013-01-22 18:17:22.0 +0100
@@ -1,49 +1,264 @@
-diff -ur camsource-0.7.0.orig/configure.ac camsource-0.7.0/configure.ac
 camsource-0.7.0.orig/configure.ac  2011-07-07 11:32:54.819089455 +0200
-+++ camsource-0.7.0/configure.ac   2011-07-07 11:33:12.968089451 +0200
+--- camsource-0.7.0/configure.ac   2003-05-01 14:27:00.0 +0400
 camsource-0.7.0.new/configure.ac   2013-01-19 13:23:29.628830443 +0400
 @@ -13,7 +13,7 @@
  AC_C_BIGENDIAN
  
  AC_HEADER_STDC
 -AC_CHECK_HEADER(linux/videodev.h,, [AC_MSG_ERROR([Could not find 
linux/videodev.h])])
-+AC_CHECK_HEADER(libv4l1-videodev.h,, [AC_MSG_ERROR([Could not find 
libv4l1-videodev.h])])
++AC_CHECK_HEADER(libv4l1.h,, [AC_MSG_ERROR([Could not find libv4l1.h])])
  AC_CHECK_HEADER(jpeglib.h,, [AC_MSG_ERROR([Could not find jpeglib.h])])
  
  AC_FUNC_MALLOC
-diff -ur camsource-0.7.0.orig/src/input_v4l.c camsource-0.7.0/src/input_v4l.c
 camsource-0.7.0.orig/src/input_v4l.c   2011-07-07 11:32:54.821089455 
+0200
-+++ camsource-0.7.0/src/input_v4l.c2011-07-07 11:33:12.969089451 +0200
+@@ -25,6 +25,7 @@
+ AC_CHECK_SIZEOF(long)
+ 
+ # Libs for main prog
++AC_CHECK_LIB(v4l1, v4l1_open,, [AC_MSG_ERROR([Could not find libv4l1])])
+ AC_CHECK_LIB(dl, dlopen,, [AC_MSG_ERROR([Could not find dynamic link lib])])
+ AC_CHECK_LIB(pthread, pthread_create,, [AC_MSG_ERROR([Could not find posix 
thread lib])])
+ 
+--- camsource-0.7.0/src/input_v4l.c2003-04-21 01:53:35.0 +0400
 camsource-0.7.0.new/src/input_v4l.c2013-01-19 13:38:53.060346764 
+0400
 @@ -3,7 +3,7 @@
  #include 
  #include 
  #include 
 -#include 
-+#include 
++#include 
  #include 
  #include 
  #include 
-diff -ur camsource-0.7.0.orig/src/unpalette.c camsource-0.7.0/src/unpalette.c
 camsource-0.7.0.orig/src/unpalette.c   2011-07-07 11:33:02.801089

commit yast2-packager for openSUSE:Factory

2013-01-22 Thread h_root
Hello community,

here is the log from the commit of package yast2-packager for openSUSE:Factory 
checked in at 2013-01-22 18:17:03

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


Package is "yast2-packager", Maintainer is "lsle...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/yast2-packager/yast2-packager.changes
2012-10-26 17:39:02.0 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-packager.new/yast2-packager.changes   
2013-01-22 18:17:04.0 +0100
@@ -1,0 +2,12 @@
+Sun Jan 21 14:41:39 UTC 2013 - lsle...@suse.cz
+
+- added support for specifying add-on repo alias name (fate#313144)
+- 2.23.1
+
+---
+Mon Jan 21 07:53:09 UTC 2013 - lsle...@suse.cz
+
+- added support to optionally set the mount options for NFS
+  repositories (fate#313208)
+
+---

Old:

  yast2-packager-2.23.0.tar.bz2

New:

  yast2-packager-2.23.1.tar.bz2



Other differences:
--
++ yast2-packager.spec ++
--- /var/tmp/diff_new_pack.XUkdzy/_old  2013-01-22 18:17:07.0 +0100
+++ /var/tmp/diff_new_pack.XUkdzy/_new  2013-01-22 18:17:07.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package yast2-packager
 #
-# 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:   yast2-packager
-Version:2.23.0
+Version:2.23.1
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ yast2-packager-2.23.0.tar.bz2 -> yast2-packager-2.23.1.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-packager-2.23.0/Makefile.in 
new/yast2-packager-2.23.1/Makefile.in
--- old/yast2-packager-2.23.0/Makefile.in   2012-10-26 12:50:56.0 
+0200
+++ new/yast2-packager-2.23.1/Makefile.in   2013-01-21 15:00:35.0 
+0100
@@ -684,7 +684,7 @@
*.zip*) \
  unzip $(distdir).zip ;;\
esac
-   chmod -R a-w $(distdir); chmod a+w $(distdir)
+   chmod -R a-w $(distdir); chmod u+w $(distdir)
mkdir $(distdir)/_build
mkdir $(distdir)/_inst
chmod a-w $(distdir)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-packager-2.23.0/VERSION 
new/yast2-packager-2.23.1/VERSION
--- old/yast2-packager-2.23.0/VERSION   2012-10-26 12:50:42.0 +0200
+++ new/yast2-packager-2.23.1/VERSION   2013-01-21 14:06:53.0 +0100
@@ -1 +1 @@
-2.23.0
+2.23.1
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-packager-2.23.0/configure 
new/yast2-packager-2.23.1/configure
--- old/yast2-packager-2.23.0/configure 2012-10-26 12:50:55.0 +0200
+++ new/yast2-packager-2.23.1/configure 2013-01-21 15:00:34.0 +0100
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for yast2-packager 2.23.0.
+# Generated by GNU Autoconf 2.69 for yast2-packager 2.23.1.
 #
 # Report bugs to .
 #
@@ -579,8 +579,8 @@
 # Identity of this package.
 PACKAGE_NAME='yast2-packager'
 PACKAGE_TARNAME='yast2-packager'
-PACKAGE_VERSION='2.23.0'
-PACKAGE_STRING='yast2-packager 2.23.0'
+PACKAGE_VERSION='2.23.1'
+PACKAGE_STRING='yast2-packager 2.23.1'
 PACKAGE_BUGREPORT='http://bugs.opensuse.org/'
 PACKAGE_URL=''
 
@@ -1247,7 +1247,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 yast2-packager 2.23.0 to adapt to many kinds of 
systems.
+\`configure' configures yast2-packager 2.23.1 to adapt to many kinds of 
systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1318,7 +1318,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
- short | recursive ) echo "Configuration of yast2-packager 2.23.0:";;
+ short | recursive ) echo "Configuration of yast2-packager 2.23.1:";;
esac
   cat <<\_ACEOF
 
@@ -1398,7 +1398,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-yast2-packager configure 2.23.0
+yast2-packager configure 2.23.1
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1415,7 +1415,7 @@
 This file contains any messages produced by compilers while
 running configure, 

commit yast2-installation for openSUSE:Factory

2013-01-22 Thread h_root
Hello community,

here is the log from the commit of package yast2-installation for 
openSUSE:Factory checked in at 2013-01-22 18:16:50

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


Package is "yast2-installation", Maintainer is "jsuch...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/yast2-installation/yast2-installation.changes
2013-01-16 11:20:34.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.yast2-installation.new/yast2-installation.changes   
2013-01-22 18:16:52.0 +0100
@@ -2 +2 @@
-Wed Jan 16 10:20:11 UTC 2013 - co...@suse.com
+Sun Jan 20 15:27:33 UTC 2013 - lsle...@suse.cz
@@ -4 +4,3 @@
-- add hotfix to be reverted
+- start the add-on module also when "addon" boot parameter is
+  present (fate#314318)
+- 2.23.10

Old:

  yast2-installation-2.23.9.tar.bz2

New:

  yast2-installation-2.23.10.tar.bz2



Other differences:
--
++ yast2-installation.spec ++
--- /var/tmp/diff_new_pack.73r708/_old  2013-01-22 18:16:55.0 +0100
+++ /var/tmp/diff_new_pack.73r708/_new  2013-01-22 18:16:55.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-installation
-Version:2.23.9
+Version:2.23.10
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ YaST2-Second-Stage.service ++
--- /var/tmp/diff_new_pack.73r708/_old  2013-01-22 18:16:55.0 +0100
+++ /var/tmp/diff_new_pack.73r708/_new  2013-01-22 18:16:56.0 +0100
@@ -1,15 +1,12 @@
 [Unit]
 Description=YaST2 Second Stage
 After=apparmor.service local-fs.target plymouth-start.service
-Before=getty@tty1.service xdm.service network.service NetworkManager.service 
SuSEfirewall2_init.service SuSEfirewall2.service
+Before=getty@tty1.service xdm.service network.service NetworkManager.service 
SuSEfirewall2_init.service
 ConditionPathExists=/var/lib/YaST2/runme_at_boot
 
 [Service]
 Type=oneshot
 Environment=SYSTEMCTL_OPTIONS=--ignore-dependencies TERM=linux
-# firewall will be started by YaST Second Stage
-# ensure current queue doesn't block YaST starting it
-ExecStartPre=-/bin/systemctl stop SuSEfirewall2.service
 ExecStartPre=-/usr/bin/plymouth --hide-splash
 ExecStart=/usr/lib/YaST2/startup/YaST2.Second-Stage
 RemainAfterExit=yes

++ yast2-installation-2.23.9.tar.bz2 -> yast2-installation-2.23.10.tar.bz2 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-installation-2.23.9/Makefile.in 
new/yast2-installation-2.23.10/Makefile.in
--- old/yast2-installation-2.23.9/Makefile.in   2013-01-15 16:29:09.0 
+0100
+++ new/yast2-installation-2.23.10/Makefile.in  2013-01-21 16:32:35.0 
+0100
@@ -693,7 +693,7 @@
*.zip*) \
  unzip $(distdir).zip ;;\
esac
-   chmod -R a-w $(distdir); chmod a+w $(distdir)
+   chmod -R a-w $(distdir); chmod u+w $(distdir)
mkdir $(distdir)/_build
mkdir $(distdir)/_inst
chmod a-w $(distdir)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-installation-2.23.9/VERSION 
new/yast2-installation-2.23.10/VERSION
--- old/yast2-installation-2.23.9/VERSION   2013-01-15 15:20:47.0 
+0100
+++ new/yast2-installation-2.23.10/VERSION  2013-01-21 16:31:05.0 
+0100
@@ -1 +1 @@
-2.23.9
+2.23.10
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-installation-2.23.9/configure 
new/yast2-installation-2.23.10/configure
--- old/yast2-installation-2.23.9/configure 2013-01-15 16:29:09.0 
+0100
+++ new/yast2-installation-2.23.10/configure2013-01-21 16:32:34.0 
+0100
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for yast2-installation 2.23.9.
+# Generated by GNU Autoconf 2.69 for yast2-installation 2.23.10.
 #
 # Report bugs to .
 #
@@ -579,8 +579,8 @@
 # Identity of this package.
 PACKAGE_NAME='yast2-installation'
 PACKAGE_TARNAME='yast2-installation'
-PACKAGE_VERSION='2.23.9'
-PACKAGE_STRING='yast2-installation 2.23.9'
+PACKAGE_VERSION='2.23.10'
+PACKAGE_STRING='yast2-installation 2.23.10'
 PACKAGE_BUGREPORT='http://bugs.opensuse.org/'
 PACKAGE_URL=''
 
@@ -1258,7 +1258,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 yast2-installation 2.23.9 to adapt to many kinds of 
systems.
+\`configure' configures yast2-installation 2.23.10 to adapt to many kinds of 
systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1330,7 +1330,7 @@

commit yast2-add-on for openSUSE:Factory

2013-01-22 Thread h_root
Hello community,

here is the log from the commit of package yast2-add-on for openSUSE:Factory 
checked in at 2013-01-22 18:16:36

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


Package is "yast2-add-on", Maintainer is "lsle...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/yast2-add-on/yast2-add-on.changes
2012-10-31 07:04:55.0 +0100
+++ /work/SRC/openSUSE:Factory/.yast2-add-on.new/yast2-add-on.changes   
2013-01-22 18:16:40.0 +0100
@@ -1,0 +2,12 @@
+Sun Jan 20 15:41:50 UTC 2013 - lsle...@suse.cz
+
+- add the add-ons specified in the boot parameters (fate#314318)
+- 2.23.1
+
+---
+Sun Jan 20 14:41:39 UTC 2013 - lsle...@suse.cz
+
+- added support for specifying add-on repo alias name (fate#313144)
+  (bnc#741529)
+
+---

Old:

  yast2-add-on-2.23.0.tar.bz2

New:

  yast2-add-on-2.23.1.tar.bz2



Other differences:
--
++ yast2-add-on.spec ++
--- /var/tmp/diff_new_pack.GPodOc/_old  2013-01-22 18:16:45.0 +0100
+++ /var/tmp/diff_new_pack.GPodOc/_new  2013-01-22 18:16:45.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package yast2-add-on
 #
-# 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:   yast2-add-on
-Version:2.23.0
+Version:2.23.1
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -29,8 +29,8 @@
 Requires:   yast2-country
 Requires:   yast2-installation
 
-# Packages::AdjustSourcePropertiesAccordingToProduct
-Requires:   yast2-packager >= 2.18.4
+# AddOnProduct::SetRepoUrlAlias()
+Requires:   yast2-packager >= 2.23.1
 # bugzilla #335582, new API for StorageDevices
 Requires:   yast2-storage >= 2.16.1
 

++ yast2-add-on-2.23.0.tar.bz2 -> yast2-add-on-2.23.1.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-add-on-2.23.0/Makefile.in 
new/yast2-add-on-2.23.1/Makefile.in
--- old/yast2-add-on-2.23.0/Makefile.in 2012-10-29 15:15:38.0 +0100
+++ new/yast2-add-on-2.23.1/Makefile.in 2013-01-21 14:57:14.0 +0100
@@ -684,7 +684,7 @@
*.zip*) \
  unzip $(distdir).zip ;;\
esac
-   chmod -R a-w $(distdir); chmod a+w $(distdir)
+   chmod -R a-w $(distdir); chmod u+w $(distdir)
mkdir $(distdir)/_build
mkdir $(distdir)/_inst
chmod a-w $(distdir)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-add-on-2.23.0/VERSION 
new/yast2-add-on-2.23.1/VERSION
--- old/yast2-add-on-2.23.0/VERSION 2012-10-29 15:11:55.0 +0100
+++ new/yast2-add-on-2.23.1/VERSION 2013-01-21 14:45:12.0 +0100
@@ -1 +1 @@
-2.23.0
+2.23.1
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-add-on-2.23.0/configure 
new/yast2-add-on-2.23.1/configure
--- old/yast2-add-on-2.23.0/configure   2012-10-29 15:15:38.0 +0100
+++ new/yast2-add-on-2.23.1/configure   2013-01-21 14:57:13.0 +0100
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for yast2-add-on 2.23.0.
+# Generated by GNU Autoconf 2.69 for yast2-add-on 2.23.1.
 #
 # Report bugs to .
 #
@@ -579,8 +579,8 @@
 # Identity of this package.
 PACKAGE_NAME='yast2-add-on'
 PACKAGE_TARNAME='yast2-add-on'
-PACKAGE_VERSION='2.23.0'
-PACKAGE_STRING='yast2-add-on 2.23.0'
+PACKAGE_VERSION='2.23.1'
+PACKAGE_STRING='yast2-add-on 2.23.1'
 PACKAGE_BUGREPORT='http://bugs.opensuse.org/'
 PACKAGE_URL=''
 
@@ -1247,7 +1247,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 yast2-add-on 2.23.0 to adapt to many kinds of systems.
+\`configure' configures yast2-add-on 2.23.1 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1318,7 +1318,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
- short | recursive ) echo "Configuration of yast2-add-on 2.23.0:";;
+ short | recursive ) echo "Configuration of yast2-add-on 2.23.1:";;
esac
   cat <<\_ACEOF
 
@@ -1398,7 +1398,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_

commit xvidtune for openSUSE:Factory

2013-01-22 Thread h_root
Hello community,

here is the log from the commit of package xvidtune for openSUSE:Factory 
checked in at 2013-01-22 18:16:29

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


Package is "xvidtune", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/xvidtune/xvidtune.changes2012-05-08 
12:08:31.0 +0200
+++ /work/SRC/openSUSE:Factory/.xvidtune.new/xvidtune.changes   2013-01-22 
18:16:31.0 +0100
@@ -1,0 +2,19 @@
+Sat Jan 19 11:09:06 UTC 2013 - zai...@opensuse.org
+
+- Update to version 1.0.3:
+  + Remove unneeded second declaration of buf that shadows the
+first.
+  + man: remove trailing spaces and tabs.
+  + config:
+- Add missing AC_CONFIG_SRCDIR
+- Move man pages into their own directory.
+- Replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS.
+- Replace deprecated AC_HELP_STRING with AS_HELP_STRING.
+- Remove unrequired AC_SUBST([*_LIBS]).
+- Remove unrequired AC_SUBST([*_CFLAGS]).
+- Remove AC_PROG_CC as it overrides AC_PROG_C_C99.
+- Use AC_PROG_INSTALL now supplied by XORG_DEFAULT_OPTIONS.
+- Upgrade to util-macros 1.8 for additional man page support.
+- Update AC_PREREQ statement to 2.60.
+
+---

Old:

  xvidtune-1.0.2.tar.bz2

New:

  xvidtune-1.0.3.tar.bz2



Other differences:
--
++ xvidtune.spec ++
--- /var/tmp/diff_new_pack.oD0TmN/_old  2013-01-22 18:16:40.0 +0100
+++ /var/tmp/diff_new_pack.oD0TmN/_new  2013-01-22 18:16:40.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package xvidtune
 #
-# 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
@@ -15,13 +15,14 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   xvidtune
-Version:1.0.2
+Version:1.0.3
 Release:0
-License:MIT
 Summary:Video mode tuner for the X server
-Url:http://xorg.freedesktop.org/
+License:MIT
 Group:  System/X11/Utilities
+Url:http://xorg.freedesktop.org/
 Source0:
http://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.bz2
 BuildRequires:  pkg-config
 BuildRequires:  pkgconfig(x11)

++ xvidtune-1.0.2.tar.bz2 -> xvidtune-1.0.3.tar.bz2 ++
 13932 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/xvidtune-1.0.2/ChangeLog new/xvidtune-1.0.3/ChangeLog
--- old/xvidtune-1.0.2/ChangeLog2010-01-16 08:10:16.0 +0100
+++ new/xvidtune-1.0.3/ChangeLog2013-01-14 22:51:11.0 +0100
@@ -1,3 +1,148 @@
+commit 2726b9d640d07d771742879f08523f02ee82246b
+Author: Alan Coopersmith 
+Date:   Mon Jan 14 13:50:05 2013 -0800
+
+xvidtune 1.0.3
+
+Signed-off-by: Alan Coopersmith 
+
+commit b0c28d499be063330121d14f4e76337bd806c713
+Author: Alan Coopersmith 
+Date:   Sun Jan 13 14:05:42 2013 -0800
+
+Remove unneeded second declaration of buf that shadows the first
+
+Fixes gcc warnings:
+xvidtune.c:1281:7: warning: declaration of ‘buf’ shadows a previous local 
[-Wshadow]
+xvidtune.c:1129:10: warning: shadowed declaration is here [-Wshadow]
+
+Signed-off-by: Alan Coopersmith 
+
+commit 971cd6f5721eccb166772a700e4561f2fc74eb09
+Author: Alan Coopersmith 
+Date:   Sun Jan 13 13:00:10 2013 -0800
+
+config: Add missing AC_CONFIG_SRCDIR
+
+Regroup AC statements under the Autoconf initialization section.
+Regroup AM statements under the Automake initialization section.
+
+Signed-off-by: Alan Coopersmith 
+
+commit f1797764df83b3677aacc4819f30a467c1d7487a
+Author: Gaetan Nadon 
+Date:   Wed Jan 19 10:06:57 2011 -0500
+
+config: move man pages into their own directory
+
+Use services provided by XORG_MANPAGE_SECTIONS.
+Use standard Makefile for man pages.
+
+Signed-off-by: Gaetan Nadon 
+
+commit 8e13f80621f91a714c821f7a680c47366ddae8ee
+Author: Gaetan Nadon 
+Date:   Thu Jan 13 11:15:48 2011 -0500
+
+man: remove trailing spaces and tabs
+
+Using s/[ \t]*$//
+
+Signed-off-by: Gaetan Nadon 
+
+commit 01d8f4d4f91544863f4a082e5a9b8fb6f64ac91a
+Author: Gaetan Na

commit xscope for openSUSE:Factory

2013-01-22 Thread h_root
Hello community,

here is the log from the commit of package xscope for openSUSE:Factory checked 
in at 2013-01-22 18:11:36

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


Package is "xscope", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/xscope/xscope.changes2012-05-08 
12:08:13.0 +0200
+++ /work/SRC/openSUSE:Factory/.xscope.new/xscope.changes   2013-01-22 
18:11:38.0 +0100
@@ -1,0 +2,16 @@
+Sat Jan 19 09:14:12 UTC 2013 - zai...@opensuse.org
+
+- Update to version 1.4:
+  + RANDR decoding updated from just 0.x protocol to handle
+1.0 - 1.4
+  + Atoms recorded from InternAtom & GetAtomName to use for display
+in other requests referencing the atoms
+  + Property requests now also show these property types in a more
+natural format instead of as just lists of bytes:
+  + New -I command line flag to enter interactive mode immediately
+at startup
+  + Experimental support for reading a previously recorded file.
+If you run "xscope -r -v0 > xscope.raw", then you can later run
+"xscope -f xscope.raw" to decode the data.
+
+---

Old:

  xscope-1.3.1.tar.bz2

New:

  xscope-1.4.tar.bz2



Other differences:
--
++ xscope.spec ++
--- /var/tmp/diff_new_pack.JxYWqs/_old  2013-01-22 18:11:39.0 +0100
+++ /var/tmp/diff_new_pack.JxYWqs/_new  2013-01-22 18:11:39.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package xscope
 #
-# 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
@@ -15,13 +15,14 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   xscope
-Version:1.3.1
-Release:1
-License:MIT
+Version:1.4
+Release:0
 Summary:Utility to monitor X11/Client conversations
-Url:http://xorg.freedesktop.org/
+License:MIT
 Group:  System/X11/Utilities
+Url:http://xorg.freedesktop.org/
 Source0:
http://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.bz2
 BuildRequires:  pkg-config
 BuildRequires:  pkgconfig(xorg-macros) >= 1.8

++ xscope-1.3.1.tar.bz2 -> xscope-1.4.tar.bz2 ++
 38799 lines of diff (skipped)

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



commit xmessage for openSUSE:Factory

2013-01-22 Thread h_root
Hello community,

here is the log from the commit of package xmessage for openSUSE:Factory 
checked in at 2013-01-22 18:10:50

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


Package is "xmessage", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/xmessage/xmessage.changes2012-05-08 
12:06:01.0 +0200
+++ /work/SRC/openSUSE:Factory/.xmessage.new/xmessage.changes   2013-01-22 
18:10:52.0 +0100
@@ -1,0 +2,19 @@
+Sat Jan 19 08:58:53 UTC 2013 - zai...@opensuse.org
+
+- Update to version 1.0.4:
+  + config:
+- Add missing AC_CONFIG_SRCDIR.
+- Move man pages into their own directory.
+- Replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS.
+- Replace deprecated AC_HELP_STRING with AS_HELP_STRING.
+- Remove AC_PROG_CC as it overrides AC_PROG_C_C99.
+- Use AC_PROG_INSTALL now supplied by XORG_DEFAULT_OPTIONS.
+- Upgrade to util-macros 1.8 for additional man page support.
+- Update AC_PREREQ statement to 2.60.
+  + man:
+- Replace hard coded man page section with substitution
+  strings.
+- Remove trailing spaces and tabs.
+- Point to the X manpage for more command line options.
+
+---

Old:

  xmessage-1.0.3.tar.bz2

New:

  xmessage-1.0.4.tar.bz2



Other differences:
--
++ xmessage.spec ++
--- /var/tmp/diff_new_pack.v2PKoo/_old  2013-01-22 18:10:52.0 +0100
+++ /var/tmp/diff_new_pack.v2PKoo/_new  2013-01-22 18:10:52.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package xmessage
 #
-# 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
@@ -15,17 +15,18 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   xmessage
-Version:1.0.3
+Version:1.0.4
 Release:0
-License:MIT
 Summary:Utility to display a message or query in a window
-Url:http://xorg.freedesktop.org/
+License:MIT
 Group:  System/X11/Utilities
+Url:http://xorg.freedesktop.org/
 Source0:
http://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.bz2
 BuildRequires:  pkg-config
 BuildRequires:  pkgconfig(xaw7)
-BuildRequires:  pkgconfig(xorg-macros) >= 1.4
+BuildRequires:  pkgconfig(xorg-macros) >= 1.8
 BuildRequires:  pkgconfig(xt)
 # This was part of the xorg-x11 package up to version 7.6
 Conflicts:  xorg-x11 <= 7.6

++ xmessage-1.0.3.tar.bz2 -> xmessage-1.0.4.tar.bz2 ++
 13859 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/xmessage-1.0.3/ChangeLog new/xmessage-1.0.4/ChangeLog
--- old/xmessage-1.0.3/ChangeLog2010-01-30 08:15:19.0 +0100
+++ new/xmessage-1.0.4/ChangeLog2013-01-13 07:23:35.0 +0100
@@ -1,3 +1,138 @@
+commit 2cc2b4bf7f370c5c804f4e75228677b2c58f1d7f
+Author: Alan Coopersmith 
+Date:   Sat Jan 12 22:21:57 2013 -0800
+
+xmessage 1.0.4
+
+Signed-off-by: Alan Coopersmith 
+
+commit 36d79fb080723a019e18e166c36ccaf2127d199d
+Author: Alan Coopersmith 
+Date:   Sat Jan 12 22:21:05 2013 -0800
+
+config: Add missing AC_CONFIG_SRCDIR
+
+Regroup AC statements under the Autoconf initialization section.
+Regroup AM statements under the Automake initialization section.
+
+Signed-off-by: Alan Coopersmith 
+
+commit 2e23c3cf3352eb66b2f9ee78c529d49a195ae0de
+Author: Gaetan Nadon 
+Date:   Wed Jan 19 10:06:56 2011 -0500
+
+config: move man pages into their own directory
+
+Use services provided by XORG_MANPAGE_SECTIONS.
+Use standard Makefile for man pages.
+
+Signed-off-by: Gaetan Nadon 
+
+commit f84771abead3a89fd77db59d26ca194458e0bf22
+Author: Gaetan Nadon 
+Date:   Thu Jan 13 17:15:36 2011 -0500
+
+man: replace hard coded man page section with substitution strings
+
+Signed-off-by: Gaetan Nadon 
+
+commit ee508e69c1160abdf339d8e32b575fb5da2598ec
+Author: Gaetan Nadon 
+Date:   Thu Jan 13 11:15:47 2011 -0500
+
+man: remove trailing spaces and tabs
+
+Using s/[ \t]*$//
+
+Signed-off-by: Gaetan Nadon 
+
+commit 402f6abee4b14c123a58065cb228277ab5c3cae7
+Author:

commit xmag for openSUSE:Factory

2013-01-22 Thread h_root
Hello community,

here is the log from the commit of package xmag for openSUSE:Factory checked in 
at 2013-01-22 18:09:10

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


Package is "xmag", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/xmag/xmag.changes2012-05-08 
12:05:57.0 +0200
+++ /work/SRC/openSUSE:Factory/.xmag.new/xmag.changes   2013-01-22 
18:09:12.0 +0100
@@ -1,0 +2,12 @@
+Fri Jan 18 21:48:26 UTC 2013 - zai...@opensuse.org
+
+- Update to version 1.0.5:
+  + Use lrint() from math library if available.
+  + Remove obsolete ISC support.
+  + man: remove trailing spaces and tabs.
+  + config:
+- Move man pages into their own directory
+- Replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS.
+- Replace deprecated AC_HELP_STRING with AS_HELP_STRING.
+
+---

Old:

  xmag-1.0.4.tar.bz2

New:

  xmag-1.0.5.tar.bz2



Other differences:
--
++ xmag.spec ++
--- /var/tmp/diff_new_pack.1rDDbZ/_old  2013-01-22 18:09:16.0 +0100
+++ /var/tmp/diff_new_pack.1rDDbZ/_new  2013-01-22 18:09:16.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package xmag
 #
-# 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
@@ -15,13 +15,14 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   xmag
-Version:1.0.4
+Version:1.0.5
 Release:0
-License:MIT
 Summary:Screen magnifier
-Url:http://xorg.freedesktop.org/
+License:MIT
 Group:  System/X11/Utilities
+Url:http://xorg.freedesktop.org/
 Source0:
http://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.bz2
 Source1:xmag.desktop
 Source2:xmag.png

++ xmag-1.0.4.tar.bz2 -> xmag-1.0.5.tar.bz2 ++
 10427 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/xmag-1.0.4/ChangeLog new/xmag-1.0.5/ChangeLog
--- old/xmag-1.0.4/ChangeLog2010-10-31 02:23:13.0 +0200
+++ new/xmag-1.0.5/ChangeLog2013-01-13 07:17:06.0 +0100
@@ -1,3 +1,74 @@
+commit 8c4b91ea40088bc80de9cc2695f77a27ce78b0d9
+Author: Alan Coopersmith 
+Date:   Sat Jan 12 22:16:24 2013 -0800
+
+xmag 1.0.5
+
+Signed-off-by: Alan Coopersmith 
+
+commit 50ed4f69a5f5e535128c5e2d1abc252b093dff06
+Author: Alan Coopersmith 
+Date:   Tue Dec 20 20:40:06 2011 -0800
+
+Use lrint() from math library if available
+
+Moves -lm from being hardcoded in Makefile.am to being added via
+AC_SEARCH_LIBS in configure.ac setting it in $(LIBS)
+
+Using lrint() [returns long int] instead of rint() [returns double]
+clears a bunch of gcc warnings of the form:
+"cast from function call of type ‘double’ to non-matching type ‘short int’"
+
+Signed-off-by: Alan Coopersmith 
+Reviewed-by: James Cloos 
+
+commit 43ffa427238cdfb132205375624a25c5c28e9f86
+Author: Alan Coopersmith 
+Date:   Fri Feb 18 00:26:59 2011 -0800
+
+Remove obsolete ISC support
+
+Signed-off-by: Alan Coopersmith 
+
+commit e81168403132afe71b38e41cd368d0d9869bd320
+Author: Gaetan Nadon 
+Date:   Wed Jan 19 10:06:56 2011 -0500
+
+config: move man pages into their own directory
+
+Use services provided by XORG_MANPAGE_SECTIONS.
+Use standard Makefile for man pages.
+
+Signed-off-by: Gaetan Nadon 
+
+commit 857e73cfd8d79c8f81712fae8b4fa2d7e8565796
+Author: Gaetan Nadon 
+Date:   Thu Jan 13 11:15:47 2011 -0500
+
+man: remove trailing spaces and tabs
+
+Using s/[ \t]*$//
+
+Signed-off-by: Gaetan Nadon 
+
+commit 4c3bfeaa40aaf817bffcf7b4e4adaab45ec0ca13
+Author: Gaetan Nadon 
+Date:   Wed Jan 12 16:28:02 2011 -0500
+
+config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS
+
+This silences an Autoconf warning
+
+commit 4c741b8945c886ce1cfaaeb57c3ce726b77b6ae1
+Author: Gaetan Nadon 
+Date:   Wed Jan 12 15:29:50 2011 -0500
+
+config: replace deprecated AC_HELP_STRING with AS_HELP_STRING
+
+This silences an Automake warning.
+
+Signed-off-by: Gaetan Nadon 
+
 commit 63cee7f38dc37fda89d

commit xhtml-dtd for openSUSE:Factory

2013-01-22 Thread h_root
Hello community,

here is the log from the commit of package xhtml-dtd for openSUSE:Factory 
checked in at 2013-01-22 18:07:43

Comparing /work/SRC/openSUSE:Factory/xhtml-dtd (Old)
 and  /work/SRC/openSUSE:Factory/.xhtml-dtd.new (New)


Package is "xhtml-dtd", Maintainer is "k...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/xhtml-dtd/xhtml-dtd.changes  2011-09-23 
12:51:36.0 +0200
+++ /work/SRC/openSUSE:Factory/.xhtml-dtd.new/xhtml-dtd.changes 2013-01-22 
18:07:51.0 +0100
@@ -1,0 +2,5 @@
+Mon Jan 21 16:47:19 UTC 2013 - k...@suse.de
+
+- Install xhtml-mat-svg DTD and provide catalog entries (bnc#799075).
+
+---

New:

  CATALOG.xhtml-math-svg



Other differences:
--
++ xhtml-dtd.spec ++
--- /var/tmp/diff_new_pack.h9UnVZ/_old  2013-01-22 18:07:56.0 +0100
+++ /var/tmp/diff_new_pack.h9UnVZ/_new  2013-01-22 18:07:56.0 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package xhtml-dtd (Version 2006.8.16)
+# spec file for package xhtml-dtd
 #
-# Copyright (c) 2010 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
@@ -15,21 +15,20 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   xhtml-dtd
 BuildRequires:  sgml-skel
 Summary:XHTML DTDs (Document Type Definitions)
-Version:2006.8.16
-Release:1
+License:SUSE-Public-Domain
 Group:  Productivity/Publishing/HTML/Tools
+Version:2006.8.16
+Release:0
 BuildArch:  noarch
-Requires:   sgml-skel libxml2
+Requires:   libxml2
+Requires:   sgml-skel
 %define regcat /usr/bin/sgml-register-catalog
 PreReq: %{regcat} /usr/bin/xmlcatalog
 PreReq: /usr/bin/edit-xml-catalog
-License:SUSE-Public-Domain
 Url:http://www.w3.org/MarkUp/
 Source0:http://www.w3.org/Consortium/Legal/copyright-software.html
 Source1:http://www.w3.org/TR/xhtml1/xhtml1.tgz
@@ -43,6 +42,7 @@
 Source7:CATALOG.xhtml-1-modularization
 Source8:CATALOG.xhtml-1.1
 Source9:CATALOG.xhtml-basic10
+Source10:   CATALOG.xhtml-math-svg
 #Patch: 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
@@ -77,7 +77,7 @@
 %setup -q -c -T
 # %patch
 cp -p %{SOURCE0} .
-cp %{S:6} %{S:7} %{S:8} %{S:9} .
+cp %{S:6} %{S:7} %{S:8} %{S:9} %{S:10} .
 %setup -q -D -T -a1 -a2 -a3 -a4 -a5
 find -type d | xargs chmod 755
 
@@ -117,6 +117,7 @@
   $RPM_BUILD_ROOT%{sgml_var_dir}
 %{INSTALL_DIR} $RPM_BUILD_ROOT%{xml_mod_dtd_dir}/{1.0,1.1} \
   $RPM_BUILD_ROOT%{xml_mod_dtd_dir}/{1.0-basic,1.0-modularization} \
+  $RPM_BUILD_ROOT%{xml_mod_dtd_dir}/1.1-math-svg \
   $RPM_BUILD_ROOT%{sgml_var_dir} \
   $RPM_BUILD_ROOT%{_docdir}/%{name}/xhtml1
 ### copyright-software.html
@@ -146,6 +147,8 @@
 rm -f $RPM_BUILD_ROOT%{_docdir}/%{name}/xhtml1-modularization/*ps
 ln -sf %{xml_mod_dtd_dir}/1.0-modularization \
   $RPM_BUILD_ROOT%{_docdir}/%{name}/xhtml1-modularization
+cp -a WD-XHTMLplusMathMLplusSVG-20020809/DTD/* \
+  $RPM_BUILD_ROOT%{xml_mod_dtd_dir}/1.1-math-svg
 ### ***
 ### Move doc stuff to /usr/share/doc/packages
 ### ***
@@ -216,6 +219,9 @@
   | while read file version ; do
   # version=$2; file=$1
   case "$version" in
+1.1-math-svg)
+  id="http://www.w3.org/2002/04/xhtml-math-svg/$file";
+  ;;
 1.0-modularization)
   id="http://www.w3.org/TR/xhtml-modularization/DTD/$file";
   ;;

++ CATALOG.xhtml-math-svg ++
-- .. --
-- File catalog   --

--  XHTML 1.1 plus MathML 2.0 plus SVG 1.1 Catalog Data File  --

-- .. --

OVERRIDE YES

-- SGMLDECL "/usr/share/xml/xhtml/schema/dtd/1.1/xml1.dcl" --

-- "http://www.w3.org/2002/04/xhtml-math-svg/xhtml-math-svg.dtd"; --
PUBLIC "-//W3C//DTD XHTML 1.1 plus MathML 2.0 plus SVG 1.1//EN" 
"/usr/share/xml/xhtml/schema/dtd/1.1-math-svg/xhtml-math-svg.dtd"

PUBLIC "-//W3C//DTD XHTML Basic plus SVG Tiny//EN" 
"/usr/share/xml/xhtml/schema/dtd/1.1-math-svg/xhtml-basic-svg-tiny-flat.dtd"

-- End of catalog data  . --
-- .. --

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

commit xgc for openSUSE:Factory

2013-01-22 Thread h_root
Hello community,

here is the log from the commit of package xgc for openSUSE:Factory checked in 
at 2013-01-22 18:07:23

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


Package is "xgc", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/xgc/xgc.changes  2012-05-08 12:05:22.0 
+0200
+++ /work/SRC/openSUSE:Factory/.xgc.new/xgc.changes 2013-01-22 
18:07:26.0 +0100
@@ -1,0 +2,13 @@
+Sat Jan 19 08:52:45 UTC 2013 - zai...@opensuse.org
+
+- Update to version 1.0.4:
+  + Bounds check value passed to WriteText.
+  + config:
+- Add missing AC_CONFIG_SRCDIR.
+- Let Automake handle Lex and Yacc dist and cleaning.
+- Move man pages into their own directory.
+- Replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS.
+- Replace deprecated AC_HELP_STRING with AS_HELP_STRING.
+- Replace AC_CHECK_FILE with test -f.
+
+---

Old:

  xgc-1.0.3.tar.bz2

New:

  xgc-1.0.4.tar.bz2



Other differences:
--
++ xgc.spec ++
--- /var/tmp/diff_new_pack.j2Zr50/_old  2013-01-22 18:07:28.0 +0100
+++ /var/tmp/diff_new_pack.j2Zr50/_new  2013-01-22 18:07:28.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package xgc
 #
-# 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
@@ -15,13 +15,14 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   xgc
-Version:1.0.3
+Version:1.0.4
 Release:0
-License:MIT
 Summary:X graphics demo
-Url:http://xorg.freedesktop.org/
+License:MIT
 Group:  System/X11/Utilities
+Url:http://xorg.freedesktop.org/
 Source0:
http://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.bz2
 BuildRequires:  bison
 BuildRequires:  pkg-config

++ xgc-1.0.3.tar.bz2 -> xgc-1.0.4.tar.bz2 ++
 10626 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/xgc-1.0.3/ChangeLog new/xgc-1.0.4/ChangeLog
--- old/xgc-1.0.3/ChangeLog 2010-10-31 01:09:52.0 +0200
+++ new/xgc-1.0.4/ChangeLog 2013-01-13 03:18:42.0 +0100
@@ -1,3 +1,90 @@
+commit bb714a16b2e79bc391184bafce6046a897baf293
+Author: Alan Coopersmith 
+Date:   Sat Jan 12 18:18:15 2013 -0800
+
+xgc 1.0.4
+
+Signed-off-by: Alan Coopersmith 
+
+commit c6b6d11bc2bb2cfc877124fe931073f8cebc440a
+Author: Alan Coopersmith 
+Date:   Sat Jan 12 18:16:38 2013 -0800
+
+config: Add missing AC_CONFIG_SRCDIR
+
+Regroup AC statements under the Autoconf initialization section.
+Regroup AM statements under the Automake initialization section.
+
+Signed-off-by: Alan Coopersmith 
+
+commit 17734f0b7b2d5240c0adb14f7ce03763603fd99c
+Author: Alan Coopersmith 
+Date:   Wed Dec 28 20:36:26 2011 -0800
+
+Bounds check value passed to WriteText
+
+Read outside array bounds (CWE 125): In array dereference of names[type] 
with index 'type'
+Array size is 4 elements (of 8 bytes each), index >= 0 and index <= 
2147483647
+  at line 155 of text.c in function 'WriteText'.
+
+[ This bug was found by the Parfait 0.4.2 bug checking tool.
+  For more information see http://labs.oracle.com/projects/parfait/ ]
+
+Signed-off-by: Alan Coopersmith 
+
+commit 84e7552c98096930cef9ed2d1d91f3d8abceeb4e
+Author: Gaetan Nadon 
+Date:   Tue Mar 8 07:36:55 2011 -0500
+
+config: let Automake handle Lex and Yacc dist and cleaning
+
+MAINTAINERCLEANFILES are not needed for lex and yacc.
+Only gram.h needs to be specified as built source.
+
+Automake generates all the rules to handle building,
+distribution and cleaning.
+
+Signed-off-by: Gaetan Nadon 
+
+commit 1a25a116e87e8cde709cf1b810ac2371ac485280
+Author: Gaetan Nadon 
+Date:   Wed Jan 19 10:06:56 2011 -0500
+
+config: move man pages into their own directory
+
+Use services provided by XORG_MANPAGE_SECTIONS.
+Use standard Makefile for man pages.
+
+Signed-off-by: Gaetan Nadon 
+
+commit 75d2575ad02fdff4085df16f1e160be718d7b299
+Author: Gaetan Nadon 
+Date:   Wed Jan 12 16:28:02 2011 -0500
+
+

commit xf86-video-intel for openSUSE:Factory

2013-01-22 Thread h_root
Hello community,

here is the log from the commit of package xf86-video-intel for 
openSUSE:Factory checked in at 2013-01-22 18:07:12

Comparing /work/SRC/openSUSE:Factory/xf86-video-intel (Old)
 and  /work/SRC/openSUSE:Factory/.xf86-video-intel.new (New)


Package is "xf86-video-intel", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/xf86-video-intel/xf86-video-intel.changes
2013-01-17 11:05:45.0 +0100
+++ /work/SRC/openSUSE:Factory/.xf86-video-intel.new/xf86-video-intel.changes   
2013-01-22 18:07:15.0 +0100
@@ -1,0 +2,9 @@
+Mon Jan 21 13:34:13 UTC 2013 - sndir...@suse.com
+
+- Update to version 2.20.19:
+  A quick release as the last broke USB DisplayLink slave outputs
+  badly. The performance of those displays was unusable due to a
+  inadvertent change that caused us to flush the entire scanout
+  over the USB for every drawing operation.
+
+---

Old:

  xf86-video-intel-2.20.18.tar.bz2

New:

  xf86-video-intel-2.20.19.tar.bz2



Other differences:
--
++ xf86-video-intel.spec ++
--- /var/tmp/diff_new_pack.xAZP6s/_old  2013-01-22 18:07:18.0 +0100
+++ /var/tmp/diff_new_pack.xAZP6s/_new  2013-01-22 18:07:18.0 +0100
@@ -19,7 +19,7 @@
 %define glamor 1
 
 Name:   xf86-video-intel
-Version:2.20.18
+Version:2.20.19
 Release:0
 Summary:Intel video driver for the Xorg X server
 License:MIT

++ xf86-video-intel-2.20.18.tar.bz2 -> xf86-video-intel-2.20.19.tar.bz2 
++
 2325 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/xf86-video-intel-2.20.18/ChangeLog new/xf86-video-intel-2.20.19/ChangeLog
--- old/xf86-video-intel-2.20.18/ChangeLog  2013-01-16 13:21:15.0 
+0100
+++ new/xf86-video-intel-2.20.19/ChangeLog  2013-01-20 13:06:35.0 
+0100
@@ -1,3 +1,191 @@
+commit a88a9b9a59fa2d5fd427fa6e1f74fb9844379264
+Author: Chris Wilson 
+Date:   Sun Jan 20 12:06:09 2013 +
+
+2.20.19 release
+
+commit 7822bbacbece6fcb2e12863cd6c7a53ab614c37c
+Author: Chris Wilson 
+Date:   Sun Jan 20 11:43:49 2013 +
+
+test: Add script to generate source file for testing vsync
+
+Courtesy of an original script by Mark Schreiber,
+https://bugs.freedesktop.org/show_bug.cgi?id=59606
+
+commit 9329d8755981989ccbe66df6085fbab7c809a2c6
+Author: Chris Wilson 
+Date:   Sun Jan 20 10:14:21 2013 +
+
+sna: Make DEBUG_SYNC a configure option
+
+As it is advisable to combined the synchronous rendering debug option
+with other debugging options, it is more convenient to make it into a
+configure option: --enable-debug=sync
+
+Signed-off-by: Chris Wilson 
+
+commit c9263f192e2f85dd961bc1c4e9ca8180db874517
+Author: Chris Wilson 
+Date:   Sun Jan 20 01:39:12 2013 +
+
+sna: Apply DEBUG_SYNC prior to emitting error report
+
+This is handy for the case where the batch triggers a GPU hang rather
+than being rejected by the kernel.
+
+Signed-off-by: Chris Wilson 
+
+commit 42ab789cce8423d99864776c6d5ba759c4129b54
+Author: Chris Wilson 
+Date:   Fri Jan 18 13:56:53 2013 +
+
+sna: Clear the non-intersecting damage after skipping the slave update
+
+Signed-off-by: Chris Wilson 
+
+commit 828a3a80aa3f0692e7be2831d58bccf02e2c481d
+Author: Chris Wilson 
+Date:   Fri Jan 18 13:16:23 2013 +
+
+uxa: Clip dirty region to slave pixmap before appending damage
+
+Fixes regression from
+
+commit c789d06cf8a0debc67058d7be1483f5b542e2baa
+Author: Dave Airlie 
+Date:   Mon Jan 7 13:57:21 2013 +1000
+
+intel: fixup damage posting to be done correctly around slave pixmap
+
+which causes the entire slave scanout to be readback from uncached
+memory every time a pixel is modified.
+
+Reported-by: Stephen Liang 
+Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=59539
+Signed-off-by: Chris Wilson 
+
+commit e17eaf540b614cdcb8f7349dd01852c3afc5ab05
+Author: Chris Wilson 
+Date:   Fri Jan 18 13:09:36 2013 +
+
+sna: Replace double negative '!RegionNotEmpty' with the equivalent 
RegionNil
+
+Signed-off-by: Chris Wilson 
+
+commit 2de43a0164ba5364ffd7cb48f0bccc9873e87332
+Author: Chris Wilson 
+Date:   Fri Jan 18 12:01:54 2013 +
+
+sna: Skip an empty slave update
+
+Signed-off-by: Chris Wilson 
+
+commit 38de17

commit xf86-input-synaptics for openSUSE:Factory

2013-01-22 Thread h_root
Hello community,

here is the log from the commit of package xf86-input-synaptics for 
openSUSE:Factory checked in at 2013-01-22 18:07:00

Comparing /work/SRC/openSUSE:Factory/xf86-input-synaptics (Old)
 and  /work/SRC/openSUSE:Factory/.xf86-input-synaptics.new (New)


Package is "xf86-input-synaptics", Maintainer is ""

Changes:

--- 
/work/SRC/openSUSE:Factory/xf86-input-synaptics/xf86-input-synaptics.changes
2013-01-08 09:15:48.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.xf86-input-synaptics.new/xf86-input-synaptics.changes
   2013-01-22 18:07:02.0 +0100
@@ -1,0 +2,6 @@
+Sat Jan 19 09:30:29 UTC 2013 - tchva...@suse.com
+
+- Use tapTwoFingers and tapThreeFingers for leftMouse and 
+  middleMouse click respectively. (bnc#799455)
+
+---



Other differences:
--
++ xf86-input-synaptics.spec ++
--- /var/tmp/diff_new_pack.7XtOKe/_old  2013-01-22 18:07:04.0 +0100
+++ /var/tmp/diff_new_pack.7XtOKe/_new  2013-01-22 18:07:04.0 +0100
@@ -16,6 +16,7 @@
 #
 
 
+
 Name:   xf86-input-synaptics
 Version:1.6.2
 Release:0

++ xf86-input-synaptics-default-tap.diff ++
--- /var/tmp/diff_new_pack.7XtOKe/_old  2013-01-22 18:07:04.0 +0100
+++ /var/tmp/diff_new_pack.7XtOKe/_new  2013-01-22 18:07:04.0 +0100
@@ -10,8 +10,8 @@
  Option"HorizScrollDelta"  "0"
 +# enable tap-to-click as default (bnc#722457)
 +  Option "TapButton1" "1"
-+  Option "TapButton1" "2"
-+  Option "TapButton1" "3"
++  Option "TapButton3" "2"
++  Option "TapButton2" "3"
  EndSection
  
  Section "InputClass"

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



commit xf86-input-joystick for openSUSE:Factory

2013-01-22 Thread h_root
Hello community,

here is the log from the commit of package xf86-input-joystick for 
openSUSE:Factory checked in at 2013-01-22 18:06:40

Comparing /work/SRC/openSUSE:Factory/xf86-input-joystick (Old)
 and  /work/SRC/openSUSE:Factory/.xf86-input-joystick.new (New)


Package is "xf86-input-joystick", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/xf86-input-joystick/xf86-input-joystick.changes  
2012-05-08 12:03:04.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.xf86-input-joystick.new/xf86-input-joystick.changes 
2013-01-22 18:06:42.0 +0100
@@ -1,0 +2,21 @@
+Fri Jan 18 21:00:13 UTC 2013 - zai...@opensuse.org
+
+- Update to version 1.6.2:
+  + jast_axis: tune accelerated axis transformation to better work
+with circular axis fields (fdo#42399).
+  + backend_evdev: fix scaling overflow for high resolution axes
+(fdo#42399).
+  + Replace deprecated Automake INCLUDES variable with AM_CPPFLAGS.
+  + configure: enable debug output code by default.
+  + config:
+- Warning in default xorg.conf.d snippet: do not enable by
+  default.
+- Mention use cases for when to use the module and when not to.
+  + man:
+- More manpage tuning and polishing.
+- Mention use cases for when to use the module and when not to.
+- Some typos and grammar fixes.
+- Point out that the joystick module is not a joystick driver.
+  + Silence compiler warnings.
+
+---

Old:

  xf86-input-joystick-1.6.1.tar.bz2

New:

  xf86-input-joystick-1.6.2.tar.bz2



Other differences:
--
++ xf86-input-joystick.spec ++
--- /var/tmp/diff_new_pack.uQOn4Z/_old  2013-01-22 18:06:48.0 +0100
+++ /var/tmp/diff_new_pack.uQOn4Z/_new  2013-01-22 18:06:48.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package xf86-input-joystick
 #
-# 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
@@ -15,13 +15,14 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   xf86-input-joystick
-Version:1.6.1
+Version:1.6.2
 Release:0
-License:MIT
 Summary:Joystick input driver for the Xorg X server
-Url:http://xorg.freedesktop.org/
+License:MIT
 Group:  System/X11/Servers/XF86_4
+Url:http://xorg.freedesktop.org/
 Source0:
http://xorg.freedesktop.org/releases/individual/driver/%{name}-%{version}.tar.bz2
 BuildRequires:  pkg-config
 BuildRequires:  pkgconfig(inputproto)

++ xf86-input-joystick-1.6.1.tar.bz2 -> xf86-input-joystick-1.6.2.tar.bz2 
++
 7444 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/xf86-input-joystick-1.6.1/ChangeLog new/xf86-input-joystick-1.6.2/ChangeLog
--- old/xf86-input-joystick-1.6.1/ChangeLog 2012-03-11 11:58:37.0 
+0100
+++ new/xf86-input-joystick-1.6.2/ChangeLog 2013-01-16 11:12:20.0 
+0100
@@ -1,3 +1,171 @@
+commit 426c3aa3c8a2385f17e37ae73c1e78f072656027
+Author: Sascha Hlusiak 
+Date:   Wed Jan 16 10:52:12 2013 +0100
+
+joystick 1.6.2
+
+Signed-off-by: Sascha Hlusiak 
+
+commit 8f9342484afbbd26296c627497cc278f600098ac
+Author: Sascha Hlusiak 
+Date:   Wed Jan 16 11:06:39 2013 +0100
+
+config: warning in default xorg.conf.d snippet: do not enable by default
+
+see discussion: https://bugs.gentoo.org/show_bug.cgi?id=403003
+
+distributions should not ship the module enabled by default, because a lot
+of users have the joystick module installed without knowing, resulting in
+confusion and bad user experience when trying to play games, the more
+likely usecase when plugging in a joystick.
+
+the default configuration only fits for a limited number of users.
+
+it does not make much sense to automatically enable hotplugging of the
+module without explicit user consent and reviewing of the configuration.
+
+Signed-off-by: Sascha Hlusiak 
+
+commit 819ba33c9d7440cd40e1e54a9b1e073ed89353a7
+Author: Sascha Hlusiak 
+Date:   Sat Oct 6 18:28:53 2012 +0200
+
+jast_axis: tune accelerated axis transformation to better work with 
circular axis fields
+
+reference: https://bugs.freedeskt

commit xedit for openSUSE:Factory

2013-01-22 Thread h_root
Hello community,

here is the log from the commit of package xedit for openSUSE:Factory checked 
in at 2013-01-22 18:05:56

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


Package is "xedit", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/xedit/xedit.changes  2012-05-08 
12:02:26.0 +0200
+++ /work/SRC/openSUSE:Factory/.xedit.new/xedit.changes 2013-01-22 
18:05:58.0 +0100
@@ -1,0 +2,21 @@
+Sat Jan 19 11:15:01 UTC 2013 - zai...@opensuse.org
+
+- Update to version 1.2.1:
+  + Remove lisp/env.c from EXTRA_DIST to fix make_distcheck
+  + Eliminate use of tab stops. Use real TBL markup.
+  + Do not unconditionally define DEBUG.
+  + Avoid problems with builds with -Werror=format-security.
+  + Use proper pointer when computing "realpath" of a new file.
+  + Correct 64 bit overflow check and bignum code.
+  + Update fallback implementation of missing libc functions.
+  + Fix builds of lisp/core.c with Solaris Studio compilers.
+  + Require xt >= 1.0 for appdefaultdir (fdo#7237).
+  + config:
+- Replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS.
+- Replace deprecated AC_HELP_STRING with AS_HELP_STRING.
+- Move man pages into their own directory.
+  + man:
+- Replace hard coded man page section with substitution strings
+- Remove trailing spaces and tabs.
+
+---

Old:

  xedit-1.2.0.tar.bz2

New:

  xedit-1.2.1.tar.bz2



Other differences:
--
++ xedit.spec ++
--- /var/tmp/diff_new_pack.CFJmXw/_old  2013-01-22 18:05:59.0 +0100
+++ /var/tmp/diff_new_pack.CFJmXw/_new  2013-01-22 18:05:59.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package xedit
 #
-# 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
@@ -15,20 +15,21 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   xedit
-Version:1.2.0
+Version:1.2.1
 Release:0
-License:MIT
 Summary:Simple text editor for X
-Url:http://xorg.freedesktop.org/
+License:MIT
 Group:  System/X11/Utilities
+Url:http://xorg.freedesktop.org/
 Source0:
http://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.bz2
 BuildRequires:  pkg-config
 BuildRequires:  pkgconfig(x11)
 BuildRequires:  pkgconfig(xaw7)
 BuildRequires:  pkgconfig(xmu)
 BuildRequires:  pkgconfig(xorg-macros) >= 1.8
-BuildRequires:  pkgconfig(xt)
+BuildRequires:  pkgconfig(xt) >= 1.0
 # This was part of the xorg-x11 package up to version 7.6
 Conflicts:  xorg-x11 <= 7.6
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ xedit-1.2.0.tar.bz2 -> xedit-1.2.1.tar.bz2 ++
 13180 lines of diff (skipped)

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



commit xditview for openSUSE:Factory

2013-01-22 Thread h_root
Hello community,

here is the log from the commit of package xditview for openSUSE:Factory 
checked in at 2013-01-22 18:05:23

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


Package is "xditview", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/xditview/xditview.changes2012-05-08 
12:02:21.0 +0200
+++ /work/SRC/openSUSE:Factory/.xditview.new/xditview.changes   2013-01-22 
18:05:25.0 +0100
@@ -1,0 +2,13 @@
+Sat Jan 19 10:59:39 UTC 2013 - zai...@opensuse.org
+
+- Update to version 1.0.3:
+  + config:
+- Replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS.
+- Replace deprecated AC_HELP_STRING with AS_HELP_STRING.
+- Use AC_PROG_INSTALL now supplied by XORG_DEFAULT_OPTIONS.
+- Move man pages into their own directory.
+  + man:
+- Replace hard coded man page section with substitution strings
+- Remove trailing spaces and tabs.
+
+---

Old:

  xditview-1.0.2.tar.bz2

New:

  xditview-1.0.3.tar.bz2



Other differences:
--
++ xditview.spec ++
--- /var/tmp/diff_new_pack.HRELt9/_old  2013-01-22 18:05:29.0 +0100
+++ /var/tmp/diff_new_pack.HRELt9/_new  2013-01-22 18:05:29.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package xditview
 #
-# 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
@@ -15,13 +15,14 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   xditview
-Version:1.0.2
+Version:1.0.3
 Release:0
-License:MIT
 Summary:Utility to display ditroff output
-Url:http://xorg.freedesktop.org/
+License:MIT
 Group:  System/X11/Utilities
+Url:http://xorg.freedesktop.org/
 Source0:
http://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.bz2
 BuildRequires:  pkg-config
 BuildRequires:  pkgconfig(x11)

++ xditview-1.0.2.tar.bz2 -> xditview-1.0.3.tar.bz2 ++
 12135 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/xditview-1.0.2/ChangeLog new/xditview-1.0.3/ChangeLog
--- old/xditview-1.0.2/ChangeLog2010-08-07 01:08:39.0 +0200
+++ new/xditview-1.0.3/ChangeLog2013-01-13 01:43:50.0 +0100
@@ -1,3 +1,69 @@
+commit 23371e39e595056b3db2e361fad8a21ed4a0d9e7
+Author: Alan Coopersmith 
+Date:   Sat Jan 12 16:36:26 2013 -0800
+
+xditview 1.0.3
+
+Signed-off-by: Alan Coopersmith 
+
+commit 257b2cdcaeb19a75b3e61e11a038244af89d3179
+Author: Gaetan Nadon 
+Date:   Wed Jan 19 10:06:56 2011 -0500
+
+config: move man pages into their own directory
+
+Use services provided by XORG_MANPAGE_SECTIONS.
+Use standard Makefile for man pages.
+
+Signed-off-by: Gaetan Nadon 
+
+commit a81efa4ac87783a42ffb5f8099b05016903fb1a4
+Author: Gaetan Nadon 
+Date:   Thu Jan 13 17:15:36 2011 -0500
+
+man: replace hard coded man page section with substitution strings
+
+Signed-off-by: Gaetan Nadon 
+
+commit a274cf7cbf58d9e3b40c7146c191a63a995e9f2d
+Author: Gaetan Nadon 
+Date:   Thu Jan 13 11:15:47 2011 -0500
+
+man: remove trailing spaces and tabs
+
+Using s/[ \t]*$//
+
+Signed-off-by: Gaetan Nadon 
+
+commit e65ffae36608a8c7d4cf24d6c1c1a686b70abc00
+Author: Gaetan Nadon 
+Date:   Wed Jan 12 16:28:02 2011 -0500
+
+config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS
+
+This silences an Autoconf warning
+
+commit 78fe41b9f00cd8ad5ee8532ae70771b0e0fe6756
+Author: Gaetan Nadon 
+Date:   Wed Jan 12 15:29:50 2011 -0500
+
+config: replace deprecated AC_HELP_STRING with AS_HELP_STRING
+
+This silences an Automake warning.
+
+Signed-off-by: Gaetan Nadon 
+
+commit 1616e2d2e5c632c7a175dee2b0ae4e2b737bb648
+Author: Gaetan Nadon 
+Date:   Wed Jan 12 11:54:40 2011 -0500
+
+config: use AC_PROG_INSTALL now supplied by XORG_DEFAULT_OPTIONS
+
+It depends on util-macros 1.8 or later
+The existing statement can now be removed from the configuration file.
+
+Signed-off-by: Gaetan Nadon 
+
 commit b05d3efcd5ecceb73edc9e64cc07a5c7fcfaa321
 Author: Alan

commit xconsole for openSUSE:Factory

2013-01-22 Thread h_root
Hello community,

here is the log from the commit of package xconsole for openSUSE:Factory 
checked in at 2013-01-22 18:05:14

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


Package is "xconsole", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/xconsole/xconsole.changes2012-05-08 
12:02:06.0 +0200
+++ /work/SRC/openSUSE:Factory/.xconsole.new/xconsole.changes   2013-01-22 
18:05:17.0 +0100
@@ -1,0 +2,21 @@
+Sat Jan 19 10:50:22 UTC 2013 - zai...@opensuse.org
+
+- Update to version 1.0.5:
+  + Fix implicit conversion from size_t to int warnings in
+Deiconified().
+  + Open /dev/console with NOCTTY and O_NONBLOCK flags.
+  + Don't rely on being able to set tab stops.
+  + Mark functions _X_NORETURN that gcc warnings suggest.
+  + Remove old Xorg & XFree86 CVS version tags.
+  + Strip trailing whitespace.
+  + Require xt >= 1.0 for appdefaultdir (fdo#7237).
+  + config:
+- Replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS.
+- Replace deprecated AC_HELP_STRING with AS_HELP_STRING.
+- Move man pages into their own directory.
+  + man: replace hard coded man page section with substitution
+strings.
+- Replace pkgconfig(xorg-macros) with pkgconfig(xproto)
+  BuildRequires, since this is what configure checks for now.
+
+---

Old:

  xconsole-1.0.4.tar.bz2

New:

  xconsole-1.0.5.tar.bz2



Other differences:
--
++ xconsole.spec ++
--- /var/tmp/diff_new_pack.EEohRh/_old  2013-01-22 18:05:20.0 +0100
+++ /var/tmp/diff_new_pack.EEohRh/_new  2013-01-22 18:05:20.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package xconsole
 #
-# 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
@@ -15,20 +15,21 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   xconsole
-Version:1.0.4
+Version:1.0.5
 Release:0
-License:MIT
 Summary:Utility to monitor system console messages with X
-Url:http://xorg.freedesktop.org/
+License:MIT
 Group:  System/X11/Utilities
+Url:http://xorg.freedesktop.org/
 Source0:
http://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.bz2
 BuildRequires:  pkg-config
 BuildRequires:  pkgconfig(x11)
 BuildRequires:  pkgconfig(xaw7)
 BuildRequires:  pkgconfig(xmu)
-BuildRequires:  pkgconfig(xorg-macros) >= 1.8
-BuildRequires:  pkgconfig(xt)
+BuildRequires:  pkgconfig(xproto) >= 7.0.17
+BuildRequires:  pkgconfig(xt) >= 1.0
 # This was part of the xorg-x11 package up to version 7.6
 Conflicts:  xorg-x11 <= 7.6
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ xconsole-1.0.4.tar.bz2 -> xconsole-1.0.5.tar.bz2 ++
 10636 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/xconsole-1.0.4/ChangeLog new/xconsole-1.0.5/ChangeLog
--- old/xconsole-1.0.4/ChangeLog2010-09-24 04:32:20.0 +0200
+++ new/xconsole-1.0.5/ChangeLog2013-01-13 01:25:24.0 +0100
@@ -1,3 +1,152 @@
+commit cc0cf84461cfe2c31ddce34863c6433183e8a55d
+Author: Alan Coopersmith 
+Date:   Sat Jan 12 16:24:44 2013 -0800
+
+xconsole 1.0.5
+
+Signed-off-by: Alan Coopersmith 
+
+commit 98f941d218108a314f979332b19c612f51ace08d
+Author: Alan Coopersmith 
+Date:   Fri Jan 4 18:21:23 2013 -0800
+
+Fix implicit conversion from size_t to int warnings in Deiconified()
+
+xconsole.c:423:14: warning: implicit conversion loses integer precision: 
'size_t' (aka 'unsigned long') to 'int' [-Wshorten-64-to-32]
+oldlen = strlen (oldName);
+   ~ ^~~~
+
+xconsole.c:426:27: warning: implicit conversion changes signedness: 'int' 
to 'size_t' (aka 'unsigned long') [-Wsign-conversion]
+newName = malloc (oldlen - 1);
+  ~~  ~~~^~~
+
+xconsole.c:429:36: warning: implicit conversion changes signedness: 'int' 
to 'size_t' (aka 'unsigned long') [-Wsign-conversion]
+strncpy (newName, oldName, oldlen - 2);
+~~~~~~^~~
+
+Signed-off-

commit wine-gecko for openSUSE:Factory

2013-01-22 Thread h_root
Hello community,

here is the log from the commit of package wine-gecko for openSUSE:Factory 
checked in at 2013-01-22 18:04:48

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


Package is "wine-gecko", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/wine-gecko/wine-gecko.changes2012-10-17 
08:14:44.0 +0200
+++ /work/SRC/openSUSE:Factory/.wine-gecko.new/wine-gecko.changes   
2013-01-22 18:04:50.0 +0100
@@ -1,0 +2,5 @@
+Fri Jan 18 20:21:17 UTC 2013 - meiss...@suse.com
+
+- Include 1.9 gecko for 1.5.22 or later (FF 18 based)
+
+---

Old:

  wine_gecko-1.8-x86.msi
  wine_gecko-1.8-x86_64.msi

New:

  wine_gecko-1.9-x86.msi
  wine_gecko-1.9-x86_64.msi



Other differences:
--
++ wine-gecko.spec ++
--- /var/tmp/diff_new_pack.J2W2rq/_old  2013-01-22 18:05:04.0 +0100
+++ /var/tmp/diff_new_pack.J2W2rq/_new  2013-01-22 18:05:04.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package wine-gecko
 #
-# 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
@@ -20,7 +20,7 @@
 Summary:The Wine specific Gecko HTML rendering engine
 License:SUSE-MPL-1.1+
 Group:  Development/Tools/Other
-Version:1.8
+Version:1.9
 Release:0
 Source0:
http://downloads.sourceforge.net/wine/wine_gecko-%{version}-x86.msi
 Source1:
http://downloads.sourceforge.net/wine/wine_gecko-%{version}-x86_64.msi

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



commit wine for openSUSE:Factory

2013-01-22 Thread h_root
Hello community,

here is the log from the commit of package wine for openSUSE:Factory checked in 
at 2013-01-22 18:01:45

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


Package is "wine", Maintainer is "meiss...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/wine/wine.changes2013-01-10 
15:22:50.0 +0100
+++ /work/SRC/openSUSE:Factory/.wine.new/wine.changes   2013-01-22 
18:01:48.0 +0100
@@ -1,0 +2,11 @@
+Fri Jan 18 20:58:27 UTC 2013 - meiss...@suse.com
+
+- Updated to 1.5.22 development snapshot
+  - New version of the Gecko engine.
+  - Beginnings of the Mac graphics driver.
+  - Support for ARM64 platforms.
+  - Fixes for RTL text in Uniscribe.
+  - Various bug fixes.
+- require new wine-gecko version > 1.9
+
+---

Old:

  wine-1.5.21.tar.bz2

New:

  wine-1.5.22.tar.bz2



Other differences:
--
++ wine.spec ++
--- /var/tmp/diff_new_pack.z5VjrG/_old  2013-01-22 18:01:55.0 +0100
+++ /var/tmp/diff_new_pack.z5VjrG/_new  2013-01-22 18:01:55.0 +0100
@@ -55,7 +55,7 @@
 BuildRequires:  update-desktop-files
 BuildRequires:  valgrind-devel
 BuildRequires:  xorg-x11-devel
-Version:1.5.21
+Version:1.5.22
 Release:0
 Summary:An MS Windows Emulator
 License:LGPL-2.1+
@@ -71,7 +71,7 @@
 # SUSE specific patches
 # - currently none, but add them here
 #Patch0: susepatches.patch
-Recommends: wine-gecko >= 1.8
+Recommends: wine-gecko >= 1.9
 Recommends: wine-mp3
 # not packaged in distro...
 Recommends: wine-mono

++ wine-1.5.21.tar.bz2 -> wine-1.5.22.tar.bz2 ++
/work/SRC/openSUSE:Factory/wine/wine-1.5.21.tar.bz2 
/work/SRC/openSUSE:Factory/.wine.new/wine-1.5.22.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 virtualbox for openSUSE:Factory

2013-01-22 Thread h_root
Hello community,

here is the log from the commit of package virtualbox for openSUSE:Factory 
checked in at 2013-01-22 18:01:24

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


Package is "virtualbox", Maintainer is "mkudlv...@novell.com"

Changes:

--- /work/SRC/openSUSE:Factory/virtualbox/virtualbox.changes2013-01-01 
12:05:13.0 +0100
+++ /work/SRC/openSUSE:Factory/.virtualbox.new/virtualbox.changes   
2013-01-22 18:01:25.0 +0100
@@ -1,0 +2,5 @@
+Mon Jan 21 10:32:45 UTC 2013 - sndir...@suse.com
+
+- install 1.13 vboxvideo driver on openSUSE 12.3 (bnc#799480)
+
+---



Other differences:
--
++ virtualbox.spec ++
--- /var/tmp/diff_new_pack.WBnv4K/_old  2013-01-22 18:01:37.0 +0100
+++ /var/tmp/diff_new_pack.WBnv4K/_new  2013-01-22 18:01:37.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package virtualbox
 #
-# 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
@@ -409,7 +409,11 @@
 # check the patch https://www.virtualbox.org/changeset/38784, regarding the
 # dropped xorg mouse driver  in >= 1130
 
-%if %suse_version > 1210
+%if %suse_version > 1220
+   %__install -m 755 vboxvideo_drv_113.so \
+   
%{buildroot}%{_libdir}/xorg/modules/drivers/vboxvideo_drv.so
+%else
+%if %suse_version == 1220
%__install -m 755 vboxvideo_drv_112.so \

%{buildroot}%{_libdir}/xorg/modules/drivers/vboxvideo_drv.so
 %else
@@ -439,7 +443,8 @@
 %endif #if =1130
 %endif #if =1140
 %endif #if =1210
-%endif #if >1210
+%endif #if =1220
+%endif #if >1220
 popd
 # VBoxOGL* libs for guest-x11 subpackage
 %__install -m 644 out/linux.*/release/bin/additions/VBoxOGL*.so \


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



commit tomcat for openSUSE:Factory

2013-01-22 Thread h_root
Hello community,

here is the log from the commit of package tomcat for openSUSE:Factory checked 
in at 2013-01-22 17:59:05

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


Package is "tomcat", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/tomcat/tomcat.changes2013-01-03 
13:54:37.0 +0100
+++ /work/SRC/openSUSE:Factory/.tomcat.new/tomcat.changes   2013-01-22 
17:59:07.0 +0100
@@ -1,0 +2,7 @@
+Mon Jan 21 13:54:18 UTC 2013 - mvysko...@suse.com
+
+- update to 7.0.35 (bugfix release)
+  require ecj >= 4.2.1, like upstream do
+- make gpg-offline work distros after 12.2
+
+---

Old:

  apache-tomcat-7.0.33-src.tar.gz
  apache-tomcat-7.0.33-src.tar.gz.asc

New:

  apache-tomcat-7.0.35-src.tar.gz
  apache-tomcat-7.0.35-src.tar.gz.asc



Other differences:
--
++ tomcat.spec ++
--- /var/tmp/diff_new_pack.tgHSFn/_old  2013-01-22 17:59:14.0 +0100
+++ /var/tmp/diff_new_pack.tgHSFn/_new  2013-01-22 17:59:14.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package tomcat
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 # Copyright (c) 2000-2009, JPackage Project
 # All rights reserved.
 #
@@ -24,7 +24,7 @@
 
 %define major_version 7
 %define minor_version 0
-%define micro_version 33
+%define micro_version 35
 
 %define packdname apache-tomcat-%{version}-src
 %define tcuid 91
@@ -84,11 +84,11 @@
 BuildArch:  noarch
 
 BuildRequires:  ant
-BuildRequires:  ecj >= 3.2.2
+BuildRequires:  ecj >= 4.2.1
 BuildRequires:  fdupes
 BuildRequires:  findutils
 BuildRequires:  geronimo-jaf-1_0_2-api
-%if 0%{?suse_version} >= 1220
+%if 0%{?suse_version} > 1220
 BuildRequires:  gpg-offline
 %endif
 BuildRequires:  jakarta-commons-collections
@@ -212,7 +212,7 @@
 Requires:   %{name}-el-%{elspec}-api = %{version}-%{release}
 Requires:   %{name}-jsp-%{jspspec}-api = %{version}-%{release}
 Requires:   %{name}-servlet-%{servletspec}-api = %{version}-%{release}
-Requires(post): ecj >= 3.2.2
+Requires(post): ecj >= 4.2.1
 Requires(post): jakarta-commons-collections-tomcat5
 Requires(post): jakarta-commons-dbcp-tomcat5
 Requires(post): jakarta-commons-pool-tomcat5
@@ -251,7 +251,7 @@
 
 %prep
 
-%if 0%{?suse_version} >= 1220
+%if 0%{?suse_version} > 1220
 %gpg_verify %{S:1001}
 %endif
 

++ apache-tomcat-7.0.33-src.tar.gz -> apache-tomcat-7.0.35-src.tar.gz ++
 8334 lines of diff (skipped)

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



commit tomahawk for openSUSE:Factory

2013-01-22 Thread h_root
Hello community,

here is the log from the commit of package tomahawk for openSUSE:Factory 
checked in at 2013-01-22 17:57:53

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


Package is "tomahawk", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/tomahawk/tomahawk.changes2012-12-28 
22:50:13.0 +0100
+++ /work/SRC/openSUSE:Factory/.tomahawk.new/tomahawk.changes   2013-01-22 
17:57:54.0 +0100
@@ -1,0 +2,42 @@
+Fri Jan 18 15:35:36 UTC 2013 - d...@dominik-schmidt.de
+
+- Version 0.6.0:
+  * Smoother scrolling in account configuration on KDE/Oxygen
+  * Fixed a few potential crashes 
+
+---
+Wed Jan  9 09:05:57 UTC 2013 - d...@dominik-schmidt.de
+
+- Version 0.6.0beta1
+  * Improved icon theme with vector graphics.
+  * Higher resolution artist and album images.
+  * You can now click artists, albums and tracks mentioned in artists'
+biographies.
+  * New AudioControl logic - only enable Prev/Skip buttons if available.
+  * Added more options to right-click/context menus.
+  * Resolver source icon in Audiocontrols now supports being a link-back URL
+to original source.
+  * Make friends' currently playing song (in sidebar) clickable.
+  * Improve MusicBrainz plugin to use normalized artist names and avoid
+duplicate tracks.
+  * Access Control queries now stay on the bottom of the job view, removing
+the tendency to jump away from the mouse.
+  * Improved random mode, preventing songs from being played in too rapid
+succession.
+  * You can now choose between various view modes for your playlists.
+  * Nicer layout for the Artist, Album & Track pages.
+  * Follow HTTP redirects when fetching Playlists.
+  * Main menu can now be hidden and instead be shown as a toolbar button.
+  * Connectivity controls in the toolbar.
+  * Cleaned up settings dialog.
+  * Ability to sync Spotify Starred Tracks with Tomahawk's Loved Tracks.
+  * Remove YouTube resolver from plug-in directory on request of YouTube.
+  * Fixed iTunes m3u playlist support.
+  * Support dropping of new Soundcloud user, track, set & likes URLs.
+  * Added HotNewHipHop as available chart.
+  * Added iTunes as available source for New Releases.
+  * Updates and additions to translations including: Japanese, Bulgarian,
+Finnish, Russian, Arabic, Chinese, Swedish, Czech and more.
+  * (Linux) Allow disabling of playback notifications.
+
+---

Old:

  tomahawk-0.5.5-fix-build-with-cmake-2.8.10.patch
  tomahawk-0.5.5.tar.bz2

New:

  tomahawk-0.6.0.tar.bz2



Other differences:
--
++ tomahawk.spec ++
--- /var/tmp/diff_new_pack.SgxkaL/_old  2013-01-22 17:57:56.0 +0100
+++ /var/tmp/diff_new_pack.SgxkaL/_new  2013-01-22 17:57:56.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package tomahawk
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 # Copyright (c) 2011 Dominik Schmidt
 #
 # All modifications and additions to the file contributed by third parties
@@ -21,7 +21,7 @@
 Summary:The social media player
 License:GPL-3.0+
 Group:  Productivity/Multimedia/Sound/Players
-Version:0.5.5
+Version:0.6.0
 Release:0
 Source: tomahawk-%{version}.tar.bz2
 Source2:tomahawk.SuSEfirewall2
@@ -29,7 +29,6 @@
 Source99:   tomahawk-rpmlintrc
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Url:http://gettomahawk.com
-Patch0: tomahawk-0.5.5-fix-build-with-cmake-2.8.10.patch
 
 Requires:   libqt4-sql-sqlite
 
@@ -82,7 +81,6 @@
 
 %prep
 %setup -q -n tomahawk-%{version}
-%patch0 -p1
 
 %build
 cmake . \
@@ -130,7 +128,7 @@
 
 %files
 %defattr(-,root,root,0755)
-%doc LICENSE.txt README ChangeLog AUTHORS
+%doc LICENSE.txt README.md ChangeLog AUTHORS
 %{_bindir}/tomahawk
 
 %ifnarch %arm ppc ppc64

++ tomahawk-0.5.5.tar.bz2 -> tomahawk-0.6.0.tar.bz2 ++
 1444271 lines of diff (skipped)

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



commit tcpd for openSUSE:Factory

2013-01-22 Thread h_root
Hello community,

here is the log from the commit of package tcpd for openSUSE:Factory checked in 
at 2013-01-22 17:55:44

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


Package is "tcpd", Maintainer is "jjzh...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/tcpd/tcpd.changes2012-04-23 
16:13:54.0 +0200
+++ /work/SRC/openSUSE:Factory/.tcpd.new/tcpd.changes   2013-01-22 
17:55:45.0 +0100
@@ -1,0 +2,7 @@
+Sun Jan 20 01:29:11 UTC 2013 - jeng...@inai.de
+
+- Implement shared library packaging guidelines (split libwrap0)
+- Parallel build with %_smp_mflags instead of %jobs
+- Remove redundant %clean sections
+
+---



Other differences:
--
++ tcpd.spec ++
--- /var/tmp/diff_new_pack.jWQPkV/_old  2013-01-22 17:55:50.0 +0100
+++ /var/tmp/diff_new_pack.jWQPkV/_new  2013-01-22 17:55:50.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package tcpd
 #
-# 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,6 +17,7 @@
 
 
 Name:   tcpd
+%define lname  libwrap0
 Url:ftp://ftp.porcupine.org/pub/security/index.html
 Provides:   nkitb:/usr/sbin/tcpd
 BuildRequires:  linux-kernel-headers
@@ -74,10 +75,18 @@
 
 Wietse Venema 
 
+%package -n %lname
+Summary:The TCP wrapper library
+Group:  System/Libraries
+
+%description -n %lname
+This package contains a library which implements classifying incoming
+requests (connections) based upon rule exclusion files (/etc/hosts.*).
+
 %package devel
 Summary:Include Files and Libraries for the TCP wrapper library
 Group:  Productivity/Networking/System
-Requires:   %{name} = %{version}
+Requires:   %lname = %version
 Requires:   glibc-devel
 # bug437293
 %ifarch ppc64
@@ -125,7 +134,7 @@
 
 %build
 # make RPM_OPT_FLAGS="$RPM_OPT_FLAGS -fPIC -DPIC -D_REENTRANT -DHAVE_STRERROR" 
LDFLAGS="-pie" MAJOR=%{LIB_MAJOR} MINOR=%{LIB_MINOR} REL=%{LIB_REL} linux
-make %{?jobs:-j%jobs} linux CC="%{__cc}"
+make %{?_smp_mflags} linux CC="%{__cc}"
 
 %install
 install -d -m 755 $RPM_BUILD_ROOT%{_includedir}
@@ -145,20 +154,21 @@
 cd $RPM_BUILD_ROOT%{_libdir}
 ln -sf /%{_lib}/libwrap.so.0.%{version} libwrap.so
 
-%clean
-[ -d $RPM_BUILD_ROOT -a "$RPM_BUILD_ROOT" != "" ] && rm -rf $RPM_BUILD_ROOT
-
-%post -p /sbin/ldconfig
+%post -n %lname -p /sbin/ldconfig
 
-%postun -p /sbin/ldconfig
+%postun -n %lname -p /sbin/ldconfig
 
 %files
 %defattr(644,root,root,755)
 %doc BLURB CHANGES DISCLAIMER README README.ipv6 README.NIS
 %doc %{_mandir}/man?/*
-%attr(755,root,root) /%{_lib}/libwrap.so.*
 %attr(755,root,root) %{_sbindir}/*
 
+%files -n %lname
+%defattr(-,root,root)
+%doc DISCLAIMER
+%attr(755,root,root) /%_lib/libwrap.so.0*
+
 %files devel
 %defattr(644,root,root,755)
 %{_includedir}/tcpd.h

++ baselibs.conf ++
--- /var/tmp/diff_new_pack.jWQPkV/_old  2013-01-22 17:55:50.0 +0100
+++ /var/tmp/diff_new_pack.jWQPkV/_new  2013-01-22 17:55:50.0 +0100
@@ -1,2 +1,2 @@
-tcpd
+libwrap0
 arch ppc package tcpd-devel

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



commit shutter for openSUSE:Factory

2013-01-22 Thread h_root
Hello community,

here is the log from the commit of package shutter for openSUSE:Factory checked 
in at 2013-01-22 17:53:46

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


Package is "shutter", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/shutter/shutter.changes  2012-07-02 
11:15:19.0 +0200
+++ /work/SRC/openSUSE:Factory/.shutter.new/shutter.changes 2013-01-22 
17:53:48.0 +0100
@@ -1,0 +2,36 @@
+Tue Jan  1 08:43:12 UTC 2013 - swy...@gmail.com
+
+- Update to 0.90
+- version 0.90 removes Gnome2::GConf dependency
+* Fixed bugs / minor improvements
+-- LP: #1035259
+   [No way to activate the main window when using the appindicator]
+-- LP: #1081917
+   [Quicklist no more working]
+-- LP: #1083033
+   [Needs a high contrast app icon]
+-- LP: #1083586
+   [Remove keybinding code]
+-- LP: #1083588
+   [Remove Simple Selection Tool]
+-- LP: #1087367
+   [File extension .png]
+-- LP: #1092054
+   [desktop-file-validate complains again]
+  * updated translations 
+- Drop fsf-address-fix.diff, fixed upstream
+
+---
+Sat Aug  4 12:55:18 UTC 2012 - sascha.ma...@open-slx.de
+
+- updated to 0.89
+  * Fixed bugs / minor improvements
+-- LP: #664292
+   [Feature Request: Please make use of appindicators]
+-- LP: #1012235
+   [Advanced Selection Capture entries do not work]
+-- LP: #1018791
+   [Change fsf-address]
+  * updated translations 
+
+---

Old:

  fsf-address-fix.diff
  shutter-0.88.3.tar.gz

New:

  shutter-0.90.tar.bz2



Other differences:
--
++ shutter.spec ++
--- /var/tmp/diff_new_pack.zpNric/_old  2013-01-22 17:53:51.0 +0100
+++ /var/tmp/diff_new_pack.zpNric/_new  2013-01-22 17:53:51.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package shutter
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 # Copyright (c) 8/2011 - now by open-slx GmbH 
 # Copyright (c) 12/2010 - 7/2011 by Sascha Manns   
 # Copyright (c) 7/2010 - 12/2010 by Ray Chen 
@@ -20,16 +20,15 @@
 
 
 Name:   shutter
-Version:0.88.3
+Version:0.90
 Release:0
 Summary:Featureful screenshot tool
 License:GPL-3.0
 Group:  Productivity/Graphics/Other
 Url:http://shutter-project.org/
-Source0:%{name}-%{version}.tar.gz
+Source0:%{name}-%{version}.tar.bz2
 Source1:README.openSUSE
 Patch0: desktop-shortcut-fix.diff
-Patch1: fsf-address-fix.diff
 Patch2: remove-provide-dropbox.diff
 Requires:   %{name}-lang = %{version}
 Requires:   ImageMagick
@@ -39,7 +38,6 @@
 Requires:   perl-File-Which
 Requires:   perl-Gnome2
 Requires:   perl-Gnome2-Canvas
-Requires:   perl-Gnome2-GConf
 Requires:   perl-Gnome2-VFS
 Requires:   perl-Gnome2-Wnck
 Requires:   perl-Gtk2
@@ -87,8 +85,7 @@
 
 %prep
 %setup -q
-%patch0 -p1
-%patch1 -p1
+%patch0 
 %patch2
 cp %{S:1} share/doc/shutter
 

++ desktop-shortcut-fix.diff ++
--- /var/tmp/diff_new_pack.zpNric/_old  2013-01-22 17:53:51.0 +0100
+++ /var/tmp/diff_new_pack.zpNric/_new  2013-01-22 17:53:51.0 +0100
@@ -1,70 +1,31 @@
-diff -uprN shutter-0.87.2.orig/share/applications/shutter.desktop 
shutter-0.87.2/share/applications/shutter.desktop
 shutter-0.87.2.orig/share/applications/shutter.desktop 2011-03-25 
18:55:50.0 +0800
-+++ shutter-0.87.2/share/applications/shutter.desktop  2011-06-04 
11:13:43.02084 +0800
-@@ -17,23 +17,3 @@ Categories=Utility;Application;
+--- share/applications/shutter.desktop-orig2013-01-01 16:36:15.0 
+0800
 share/applications/shutter.desktop 2013-01-01 16:40:51.0 +0800
+@@ -17,28 +17,3 @@
  
MimeType=image/bmp;image/jpeg;image/gif;image/png;image/tiff;image/x-bmp;image/x-ico;image/x-png;image/x-pcx;image/x-tga;image/xpm;image/svg+xml;
- X-Ayatana-Desktop-Shortcuts=Select;Screen;Window;Active
+ Actions=Redo;Select;Screen;Window;Active;
  
--[Select Shortcut Group]
+-[Desktop Action Redo]
+-Name=Redo last screenshot
+-Exec=shutter --redo
+-OnlyShowIn=Unity;
+-
+-[Desktop Action Select]
 -Name=Capture an area of the screen
 -Exec=shutter --select
--OnlyShowIn=Unity
+-OnlyShowIn=Unity;
 -
--[Screen Shortcut Group]
+-[Desktop Action Screen]
 -Name=Capture the entire screen
 -Exec=shutter --full
--OnlyShowIn=Unity
+-OnlyShowIn=Unity;
 -
--[Window Shortcut Group]
+-[Desktop Action Window]
 -Name=Select a window to capture
 -Exec=shutter --

commit showfont for openSUSE:Factory

2013-01-22 Thread h_root
Hello community,

here is the log from the commit of package showfont for openSUSE:Factory 
checked in at 2013-01-22 17:52:16

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


Package is "showfont", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/showfont/showfont.changes2012-05-08 
12:01:05.0 +0200
+++ /work/SRC/openSUSE:Factory/.showfont.new/showfont.changes   2013-01-22 
17:52:18.0 +0100
@@ -1,0 +2,11 @@
+Fri Jan 18 20:53:44 UTC 2013 - zai...@opensuse.org
+
+- Update to version 1.0.4:
+  + Strip trailing whitespace.
+  + Fix gcc -Wwrite-strings warnings.
+  + config: move man pages into their own directory.
+  + man: remove trailing spaces and tabs.
+  + config: replace deprecated AM_CONFIG_HEADER with
+AC_CONFIG_HEADERS. This silences an Autoconf warning.
+
+---

Old:

  showfont-1.0.3.tar.bz2

New:

  showfont-1.0.4.tar.bz2



Other differences:
--
++ showfont.spec ++
--- /var/tmp/diff_new_pack.NGVfbS/_old  2013-01-22 17:52:19.0 +0100
+++ /var/tmp/diff_new_pack.NGVfbS/_new  2013-01-22 17:52:19.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package showfont
 #
-# 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
@@ -15,13 +15,14 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   showfont
-Version:1.0.3
+Version:1.0.4
 Release:0
-License:MIT
 Summary:Font dumper for X font server
-Url:http://xorg.freedesktop.org/
+License:MIT
 Group:  System/X11/Utilities
+Url:http://xorg.freedesktop.org/
 Source0:
http://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.bz2
 BuildRequires:  pkg-config
 BuildRequires:  pkgconfig(libfs)

++ showfont-1.0.3.tar.bz2 -> showfont-1.0.4.tar.bz2 ++
 10058 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/showfont-1.0.3/COPYING new/showfont-1.0.4/COPYING
--- old/showfont-1.0.3/COPYING  2010-10-30 23:51:57.0 +0200
+++ new/showfont-1.0.4/COPYING  2013-01-13 01:14:32.0 +0100
@@ -48,7 +48,7 @@
 
 
 Copyright 2005  Red Hat, Inc.
- 
+
 Permission to use, copy, modify, distribute, and sell this software and its
 documentation for any purpose is hereby granted without fee, provided that
 the above copyright notice appear in all copies and that both that
@@ -58,7 +58,7 @@
 specific, written prior permission.  Red Hat makes no
 representations about the suitability of this software for any purpose.  It
 is provided "as is" without express or implied warranty.
- 
+
 RED HAT DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
 EVENT SHALL RED HAT BE LIABLE FOR ANY SPECIAL, INDIRECT OR
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/showfont-1.0.3/ChangeLog new/showfont-1.0.4/ChangeLog
--- old/showfont-1.0.3/ChangeLog2010-10-30 23:57:05.0 +0200
+++ new/showfont-1.0.4/ChangeLog2013-01-13 01:14:46.0 +0100
@@ -1,3 +1,59 @@
+commit 898c6df7d1de9fa19bedf3c1c1fd31df5ccd1116
+Author: Alan Coopersmith 
+Date:   Sat Jan 12 16:14:28 2013 -0800
+
+showfont 1.0.4
+
+Signed-off-by: Alan Coopersmith 
+
+commit 163d6b195ccfbc9d2fc5e1589dec88ccbc52dc66
+Author: Alan Coopersmith 
+Date:   Thu Nov 10 22:55:13 2011 -0800
+
+Strip trailing whitespace
+
+Performed with: find * -type f | xargs perl -i -p -e 's{[ \t]+$}{}'
+git diff -w & git diff -b show no diffs from this change
+
+Signed-off-by: Alan Coopersmith 
+
+commit fd581210e938c217dad196e9298776ca5f1c1e82
+Author: Alan Coopersmith 
+Date:   Thu Nov 10 22:55:02 2011 -0800
+
+Fix gcc -Wwrite-strings warnings
+
+Signed-off-by: Alan Coopersmith 
+
+commit 352f0b7e46e3e98b9f91c736730be6a521ec4d8a
+Author: G

commit ruby-common for openSUSE:Factory

2013-01-22 Thread h_root
Hello community,

here is the log from the commit of package ruby-common for openSUSE:Factory 
checked in at 2013-01-22 17:52:06

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


Package is "ruby-common", Maintainer is "r...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/ruby-common/ruby-common.changes  2013-01-10 
22:34:51.0 +0100
+++ /work/SRC/openSUSE:Factory/.ruby-common.new/ruby-common.changes 
2013-01-22 17:52:09.0 +0100
@@ -1,0 +2,8 @@
+Wed Jan  9 18:05:38 GMT 2013 - aspi...@suse.com
+
+- Fix it to work even if all-good has just been created locally
+  via mkpac and doesn't exist server-side yet.
+- Improve support for running within a branch of the original 
+  project.  This allows submitreqs which change all-good.spec.
+
+---



Other differences:
--
++ generate_buildrequires.sh ++
--- /var/tmp/diff_new_pack.BEyfor/_old  2013-01-22 17:52:11.0 +0100
+++ /var/tmp/diff_new_pack.BEyfor/_new  2013-01-22 17:52:11.0 +0100
@@ -47,14 +47,29 @@
 main () {
 parse_opts "$@"
 
-project=$( osc info | sed -ne '/^Project name: / { s///; p }' )
 if [ -z "$project" ]; then
-echo "Couldn't establish build service project name." >&2
-echo "Are you inside a package working directory?" >&2
-exit 1
+project=$( osc info | sed -ne '/^Project name: / { s///; p }' )
+if [ -z "$project" ]; then
+echo "Couldn't establish build service project name." >&2
+echo "Are you inside a package working directory?" >&2
+exit 1
+fi
 fi
 echo "Project: $project"
 
+case "$project" in
+home:*:branches:*)
+cat <&2
+
+WARNING: you are running this in a branch.
+
+You probably need to specify the parent project via -P,
+otherwise you may not get the dependencies you want.
+
+EOF
+;;
+esac
+
 specfile=$( ls -1 *.spec )
 if ! [ -f "$specfile" ]; then
 echo "Couldn't find spec file." >&2
@@ -96,6 +111,7 @@
   -l, --list List matching rpms for the given repository / arch.
  If no repository specified, show counts of matching
  rpms per repository / arch.
+  -P, --project=PROJ Retrieve rpm lists from PROJ, not the current project.
   -p, --pattern=PAT  Set the pattern to match rpms by [$DEFAULT_PATTERN]
 EOF
 exit "$exit_code"
@@ -103,6 +119,7 @@
 
 parse_opts () {
 list=
+project=
 pattern="$DEFAULT_PATTERN"
 
 while [ $# != 0 ]; do
@@ -118,6 +135,10 @@
 pattern="$2"
 shift 2
 ;;
+-P|--project)
+project="$2"
+shift 2
+;;
 -*)
 usage "Unrecognised option: $1"
 ;;
@@ -159,7 +180,7 @@
 }
 
 find_all_matches () {
-osc repos | while read repo arch; do
+osc repos "$project" | while read repo arch; do
 echo "Obtaining BuildRequires from $repo $arch ..." >&2
 get_buildrequires_lines "$repo" "$arch"
 done | sort -u

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



commit ruby for openSUSE:Factory

2013-01-22 Thread h_root
Hello community,

here is the log from the commit of package ruby for openSUSE:Factory checked in 
at 2013-01-22 17:50:33

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


Package is "ruby", Maintainer is "mrueck...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/ruby/ruby.changes2012-11-22 
17:23:08.0 +0100
+++ /work/SRC/openSUSE:Factory/.ruby.new/ruby.changes   2013-01-22 
17:50:34.0 +0100
@@ -1,0 +2,5 @@
+Mon Jan 21 15:42:54 UTC 2013 - adr...@suse.de
+
+- buildignore rubygems package to avoid bootstrap problem
+
+---



Other differences:
--
++ ruby.spec ++
--- /var/tmp/diff_new_pack.4o286j/_old  2013-01-22 17:50:35.0 +0100
+++ /var/tmp/diff_new_pack.4o286j/_new  2013-01-22 17:50:35.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ruby
 #
-# 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
@@ -31,6 +31,7 @@
 BuildRequires:  ruby19-devel
 BuildRequires:  update-alternatives
 #!BuildIgnore:  ruby ruby-devel
+#!BuildIgnore:  rubygems
 %requires_eq ruby19
 Provides:   rubygems = 1.8.15
 Obsoletes:  rubygems < 1.8.15

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



commit rgb for openSUSE:Factory

2013-01-22 Thread h_root
Hello community,

here is the log from the commit of package rgb for openSUSE:Factory checked in 
at 2013-01-22 17:47:32

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


Package is "rgb", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/rgb/rgb.changes  2012-05-08 12:00:29.0 
+0200
+++ /work/SRC/openSUSE:Factory/.rgb.new/rgb.changes 2013-01-22 
17:47:34.0 +0100
@@ -1,0 +2,14 @@
+Sun Jan 20 21:25:08 UTC 2013 - zai...@opensuse.org
+
+- Update to version 1.0.5:
+  + Replace unbounded strcpy/strcat pairs with snprintf calls.
+  + Add const attributes to fix gcc -Wwrite-strings warnings.
+  + man: replace hard coded section number (1) and (3) with
+variables.
+  + config:
+- Add missing AC_CONFIG_SRCDIR.
+- Replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS.
+- Replace deprecated AC_HELP_STRING with AS_HELP_STRING.
+- Remove unrequired AC_SUBST([*_CFLAGS]).
+
+---

Old:

  rgb-1.0.4.tar.bz2

New:

  rgb-1.0.5.tar.bz2



Other differences:
--
++ rgb.spec ++
--- /var/tmp/diff_new_pack.M02ksd/_old  2013-01-22 17:47:35.0 +0100
+++ /var/tmp/diff_new_pack.M02ksd/_new  2013-01-22 17:47:35.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package rgb
 #
-# 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
@@ -15,13 +15,14 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   rgb
-Version:1.0.4
+Version:1.0.5
 Release:0
-License:MIT
 Summary:X color name database
-Url:http://xorg.freedesktop.org/
+License:MIT
 Group:  System/X11/Utilities
+Url:http://xorg.freedesktop.org/
 Source0:
http://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.bz2
 BuildRequires:  pkg-config
 BuildRequires:  pkgconfig(xorg-macros) >= 1.8

++ rgb-1.0.4.tar.bz2 -> rgb-1.0.5.tar.bz2 ++
 9591 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/rgb-1.0.4/ChangeLog new/rgb-1.0.5/ChangeLog
--- old/rgb-1.0.4/ChangeLog 2010-10-07 05:18:06.0 +0200
+++ new/rgb-1.0.5/ChangeLog 2013-01-20 01:17:55.0 +0100
@@ -1,3 +1,82 @@
+commit c78228c3948966c3dc8cdaa9ed68449c64150fbd
+Author: Alan Coopersmith 
+Date:   Sat Jan 19 16:16:39 2013 -0800
+
+rgb 1.0.5
+
+Signed-off-by: Alan Coopersmith 
+
+commit c0fea07b26943cbb7eb9947b90013d77f73e573a
+Author: Alan Coopersmith 
+Date:   Sat Jan 19 16:07:56 2013 -0800
+
+config: Add missing AC_CONFIG_SRCDIR
+
+Regroup AC statements under the Autoconf initialization section.
+Regroup AM statements under the Automake initialization section.
+
+Signed-off-by: Alan Coopersmith 
+
+commit 318ba2333984a7cadfba6ffc269427c61966b0f4
+Author: Alan Coopersmith 
+Date:   Fri Jan 11 21:30:37 2013 -0800
+
+Replace unbounded strcpy/strcat pairs with snprintf calls
+
+Signed-off-by: Alan Coopersmith 
+
+commit c7af632206a794407dd5ee52fc0b18b2478668b4
+Author: Alan Coopersmith 
+Date:   Tue Jun 5 18:05:41 2012 -0700
+
+unifdef __UNIXOS2__
+
+Signed-off-by: Alan Coopersmith 
+
+commit e7d3ef457bff9d14b308b88d88f7942eca1cabb8
+Author: Alan Coopersmith 
+Date:   Mon Sep 26 15:57:02 2011 -0700
+
+Add const attributes to fix gcc -Wwrite-strings warnings
+
+Signed-off-by: Alan Coopersmith 
+
+commit 37e97808cae61b7488ba0b3dfb9e7f66cbee1874
+Author: Gaetan Nadon 
+Date:   Fri Mar 4 20:22:38 2011 -0500
+
+man: replace hard coded section number (1) and (3) with variables
+
+Signed-off-by: Gaetan Nadon 
+
+commit 54bf7707422b51e0b28ec9e968e2eac85cbd0932
+Author: Gaetan Nadon 
+Date:   Wed Jan 12 16:28:02 2011 -0500
+
+config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS
+
+This silences an Autoconf warning
+
+commit dcfac7570f8f92dfe3b79338439461c0d32567a1
+Author: Gaetan Nadon 
+Date:   Wed Jan 12 15:29:49 2011 -0500
+
+config: replace deprecated AC_HELP_STRING with AS_HELP_STRING
+
+This silences an Automake warning.
+
+Signed-off-by: Gaetan Nadon 
+
+commit 2060

commit pesign for openSUSE:Factory

2013-01-22 Thread h_root
Hello community,

here is the log from the commit of package pesign for openSUSE:Factory checked 
in at 2013-01-22 17:46:46

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


Package is "pesign", Maintainer is "g...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/pesign/pesign.changes2013-01-17 
09:54:41.0 +0100
+++ /work/SRC/openSUSE:Factory/.pesign.new/pesign.changes   2013-01-22 
17:46:48.0 +0100
@@ -1,0 +2,5 @@
+Mon Jan 21 10:17:28 UTC 2013 - g...@suse.com
+
+- Add pesign-digestdata.diff to generate digestdata (FATE#314552)
+
+---

New:

  pesign-digestdata.diff



Other differences:
--
++ pesign.spec ++
--- /var/tmp/diff_new_pack.nHqa53/_old  2013-01-22 17:46:50.0 +0100
+++ /var/tmp/diff_new_pack.nHqa53/_new  2013-01-22 17:46:50.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package pesign
 #
-# 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
@@ -16,14 +16,13 @@
 #
 
 
-
 Name:   pesign
 Version:0.99
-Release:1
-License:GPL-2.0
+Release:0
 Summary:Signing tool for PE-COFF binaries
-Url:https://github.com/vathpela/pesign
+License:GPL-2.0
 Group:  Productivity/Security
+Url:https://github.com/vathpela/pesign
 Source: %{name}-%{version}.tar.bz2
 # PATCH-FIX-UPSTREAM pesign-upstream-fixes.patch g...@suse.com -- fixes from 
upstream
 Patch0: pesign-upstream-fixes.patch
@@ -37,9 +36,11 @@
 Patch4: pesign-client-read-pin-file.patch
 # PATCH-FIX-UPSTREAM pesign-local-database.patch g...@suse.com -- Support 
local certificate database
 Patch5: pesign-local-database.patch
+# PATCH-FIX-UPSTREAM pesign-digestdata.diff g...@suse.com -- Generate 
digestdata
+Patch6: pesign-digestdata.diff
 BuildRequires:  mozilla-nss-devel
-BuildRequires:  popt-devel
 BuildRequires:  pkg-config
+BuildRequires:  popt-devel
 %if 0%{?suse_version} > 1140
 BuildRequires:  pkgconfig(systemd)
 %{?systemd_requires}
@@ -68,6 +69,7 @@
 %patch3 -p1
 %patch4 -p1
 %patch5 -p1
+%patch6 -p0
 
 %build
 make OPTFLAGS="$RPM_OPT_FLAGS"

++ pesign-digestdata.diff ++
--- src/cms_common.c.orig   2013-01-18 14:32:01.0 +
+++ src/cms_common.c2013-01-18 14:34:25.0 +
@@ -155,6 +155,7 @@ cms_context_init(cms_context *cms)
}
 
cms->selected_digest = -1;
+   cms->digestdatafd = -1;
 
return 0;
 }
@@ -746,6 +747,11 @@ generate_digest_step(cms_context *cms, v
 {
for (int i = 0; i < n_digest_params; i++)
PK11_DigestOp(cms->digests[i].pk11ctx, data, len);
+   if (cms->digestdatafd >= 0 && len != 0) {
+   if (write(cms->digestdatafd, data, len) != len) {
+   cms->log(cms, LOG_ERR, "digestdata write: %m");
+   }
+   }
 }
 
 int
--- src/cms_common.h.orig   2013-01-18 14:31:32.0 +
+++ src/cms_common.h2013-01-18 14:31:54.0 +
@@ -59,6 +59,8 @@ typedef struct cms_context {
 
cms_common_logger log;
void *log_priv;
+
+   int digestdatafd;
 } cms_context;
 
 typedef struct {
--- src/pesign.c.orig   2013-01-18 14:20:47.0 +
+++ src/pesign.c2013-01-18 14:35:03.0 +
@@ -177,6 +177,24 @@ open_output(pesign_context *ctx)
 }
 
 static void
+open_digestdata(pesign_context *ctx)
+{
+   ctx->digestdatafd = open(ctx->digestdatafile, 
O_RDWR|O_CREAT|O_TRUNC|O_CLOEXEC,
+   0666);
+   if (ctx->digestdatafd < 0) {
+   fprintf(stderr, "pesign: Error opening digest data file: %m\n");
+   exit(1);
+   }
+}
+
+static void
+close_digestdata(pesign_context *ctx)
+{
+   close(ctx->digestdatafd);
+   ctx->digestdatafd = -1;
+}
+
+static void
 open_rawsig_input(pesign_context *ctx)
 {
if (!ctx->rawsig) {
@@ -461,6 +479,7 @@ main(int argc, char *argv[])
{"sign", 's', POPT_ARG_VAL, &ctxp->sign, 1,
"create a new signature", NULL },
{"hash", 'h', POPT_ARG_VAL, &ctxp->hash, 1, "hash binary", NULL 
},
+   {"digestdata", 'H', POPT_ARG_STRING, &ctxp->digestdatafile, 0, 
"write digest data in file", ""},
{"digest_type", 'd', POPT_ARG_STRING|POPT_ARGFLAG_SHOW_DEFAULT,
&digest_name, 0, "digest type to use for pe hash" },
{"impor

commit PackageKit-Qt for openSUSE:Factory

2013-01-22 Thread h_root
Hello community,

here is the log from the commit of package PackageKit-Qt for openSUSE:Factory 
checked in at 2013-01-22 17:45:14

Comparing /work/SRC/openSUSE:Factory/PackageKit-Qt (Old)
 and  /work/SRC/openSUSE:Factory/.PackageKit-Qt.new (New)


Package is "PackageKit-Qt", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/PackageKit-Qt/PackageKit-Qt.changes  
2013-01-20 12:04:13.0 +0100
+++ /work/SRC/openSUSE:Factory/.PackageKit-Qt.new/PackageKit-Qt.changes 
2013-01-22 17:45:15.0 +0100
@@ -1,0 +2,9 @@
+Tue Jan 22 11:23:59 UTC 2013 - tittiatc...@gmail.com
+
+- Add 0001-upstream-license-correction.patch: Update COPYING file
+  to reflect LGPL-2.1. The GPL-3.0 COPYING file was just the
+  default injected one by autotools, if none is explicitly given.
+- Udpate License tag LGPL-2.1 (from LGPL-2.0, which was what the
+  file headers indicated).
+
+---

New:

  0001-upstream-license-correction.patch



Other differences:
--
++ PackageKit-Qt.spec ++
--- /var/tmp/diff_new_pack.ANQMuu/_old  2013-01-22 17:45:19.0 +0100
+++ /var/tmp/diff_new_pack.ANQMuu/_new  2013-01-22 17:45:19.0 +0100
@@ -20,10 +20,12 @@
 Version:0.8.7
 Release:0
 Summary:Simple software installation management software
-License:LGPL-2.0+
+License:LGPL-2.1+
 Group:  System/Daemons
 Url:http://packagekit.org/
 Source: http://www.packagekit.org/releases/%{name}-%{version}.tar.xz
+# PATCH-FIX-UPSTREAM 0001-upstream-license-correction.patch 
tittiatc...@gmail.com -- Correct the License for PackageKit-Qt, taken from git.
+Patch1: 0001-upstream-license-correction.patch
 BuildRequires:  libqt4-devel
 BuildRequires:  PackageKit-devel
 BuildRequires:  kde4-filesystem
@@ -61,6 +63,7 @@
 
 %prep
 %setup -q
+%patch1 -p1
 
 %build
 mkdir build

++ 0001-upstream-license-correction.patch ++
 679 lines (skipped)


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



commit PackageKit-branding-openSUSE for openSUSE:Factory

2013-01-22 Thread h_root
Hello community,

here is the log from the commit of package PackageKit-branding-openSUSE for 
openSUSE:Factory checked in at 2013-01-22 17:44:47

Comparing /work/SRC/openSUSE:Factory/PackageKit-branding-openSUSE (Old)
 and  /work/SRC/openSUSE:Factory/.PackageKit-branding-openSUSE.new (New)


Package is "PackageKit-branding-openSUSE", Maintainer is ""

Changes:

--- 
/work/SRC/openSUSE:Factory/PackageKit-branding-openSUSE/PackageKit-branding-openSUSE.changes
2013-01-17 09:53:03.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.PackageKit-branding-openSUSE.new/PackageKit-branding-openSUSE.changes
   2013-01-22 17:44:49.0 +0100
@@ -1,0 +2,6 @@
+Wed Jan 16 22:08:15 UTC 2013 - dims...@opensuse.org
+
+- Rebase PackageKit-branding-default-config.patch against
+  PackageKit 0.8.7.
+
+---



Other differences:
--
++ PackageKit-branding-openSUSE.spec ++
--- /var/tmp/diff_new_pack.wOOu2U/_old  2013-01-22 17:44:50.0 +0100
+++ /var/tmp/diff_new_pack.wOOu2U/_new  2013-01-22 17:44:50.0 +0100
@@ -33,7 +33,7 @@
 Patch0: PackageKit-branding-vendor.patch
 # PATCH-FEATURE-OPENSUSE PackageKit-branding-default-config.patch 
vu...@opensues.org -- Change some default configuration
 Patch1: PackageKit-branding-default-config.patch
-BuildRequires:  PackageKit
+BuildRequires:  PackageKit >= 0.8
 # To be in sync with upstream defaults, do branding as a patch for upstream 
file.
 # WARNING: As this package conflicts with PackageKit-branding-openSUSE, you 
cannot
 #  reuse build root. You have to build in a clean build root every 
time!

++ PackageKit-branding-default-config.patch ++
--- /var/tmp/diff_new_pack.wOOu2U/_old  2013-01-22 17:44:50.0 +0100
+++ /var/tmp/diff_new_pack.wOOu2U/_new  2013-01-22 17:44:50.0 +0100
@@ -16,6 +16,6 @@
 -ScanDesktopFiles=true
 +ScanDesktopFiles=false
  
- # Update the package list when we refresh the cache
- #
+ # Update the package cache on PackageKit transactions
+ # The cache is used by client applications to fetch
 

++ PackageKit-branding.changes.in ++
--- /var/tmp/diff_new_pack.wOOu2U/_old  2013-01-22 17:44:50.0 +0100
+++ /var/tmp/diff_new_pack.wOOu2U/_new  2013-01-22 17:44:50.0 +0100
@@ -1,4 +1,10 @@
 ---
+Wed Jan 16 22:08:15 UTC 2013 - dims...@opensuse.org
+
+- Rebase PackageKit-branding-default-config.patch against
+  PackageKit 0.8.7.
+
+---
 Mon Jan 14 16:23:03 UTC 2013 - co...@suse.com
 
 - Update PackageKit-branding-vendor.patch: Disable ScanDesktop

++ PackageKit-branding.spec.in ++
--- /var/tmp/diff_new_pack.wOOu2U/_old  2013-01-22 17:44:50.0 +0100
+++ /var/tmp/diff_new_pack.wOOu2U/_new  2013-01-22 17:44:50.0 +0100
@@ -32,7 +32,7 @@
 Patch0: PackageKit-branding-vendor.patch
 # PATCH-FEATURE-OPENSUSE PackageKit-branding-default-config.patch 
vu...@opensues.org -- Change some default configuration
 Patch1: PackageKit-branding-default-config.patch
-BuildRequires:  PackageKit
+BuildRequires:  PackageKit >= 0.8
 # To be in sync with upstream defaults, do branding as a patch for upstream 
file.
 # WARNING: As this package conflicts with 
PackageKit-branding-%{branding_name}, you cannot
 #  reuse build root. You have to build in a clean build root every 
time!

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



commit PackageKit for openSUSE:Factory

2013-01-22 Thread h_root
Hello community,

here is the log from the commit of package PackageKit for openSUSE:Factory 
checked in at 2013-01-22 17:40:26

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


Package is "PackageKit", Maintainer is "gnome-maintain...@suse.de"

Changes:

--- /work/SRC/openSUSE:Factory/PackageKit/PackageKit.changes2013-01-20 
08:23:16.0 +0100
+++ /work/SRC/openSUSE:Factory/.PackageKit.new/PackageKit.changes   
2013-01-22 17:40:27.0 +0100
@@ -1,0 +2,13 @@
+Mon Jan 21 12:34:16 UTC 2013 - co...@suse.com
+
+- Add two more patches fixing things from git:
+  + 0007-fix-crash-while-calling-inhibit-into-systemd-login.patch
+  + 0008-zypp-ignore-System-upgrades-during-update.patch
+
+---
+Sun Jan 20 20:45:13 UTC 2013 - co...@suse.com
+
+- Add 0006-zypp-do-not-trigger-invalid-numbers.patch to avoid crash
+  during download.
+
+---

New:

  0006-zypp-do-not-trigger-invalid-numbers.patch
  0007-fix-crash-while-calling-inhibit-into-systemd-login.patch
  0008-zypp-ignore-System-upgrades-during-update.patch



Other differences:
--
++ PackageKit.spec ++
--- /var/tmp/diff_new_pack.RLQWS0/_old  2013-01-22 17:40:28.0 +0100
+++ /var/tmp/diff_new_pack.RLQWS0/_new  2013-01-22 17:40:28.0 +0100
@@ -40,6 +40,12 @@
 Patch5: 0004-zypp-use-the-right-functions-to-get-solvables.patch
 # PATCH-FIX-UPSTREAM 0005-zypp-use-the-right-functions-to-get-solvables.patch 
co...@suse.de -- fix removing
 Patch6: 0005-zypp-fix-removing-packages.patch
+# PATCH-FIX-UPSTREAM 0006-zypp-do-not-trigger-invalid-numbers.patch 
co...@suse.de -- fix crash
+Patch7: 0006-zypp-do-not-trigger-invalid-numbers.patch
+# PATCH-FIX-UPSTREAM 
0007-fix-crash-while-calling-inhibit-into-systemd-login.patch co...@suse.de -- 
fix another crash
+Patch8: 0007-fix-crash-while-calling-inhibit-into-systemd-login.patch
+# PATCH-FIX-UPSTREAM 0008-zypp-ignore-System-upgrades-during-update.patch 
co...@suse.de -- avoid useless confirmations
+Patch9: 0008-zypp-ignore-System-upgrades-during-update.patch
 # To update this package, please git-format-patch the tag of the
 # tarball version (eg: PACKAGEKIT_0_6_19) vs the distro tag (eg: 
openSUSE_Factory)
 # in https://github.com/openSUSE/PackageKit and keep the patches
@@ -264,6 +270,9 @@
 %patch4 -p1
 %patch5 -p1
 %patch6 -p1
+%patch7 -p1
+%patch8 -p1
+%patch9 -p1
 translation-update-upstream
 
 %build

++ 0006-zypp-do-not-trigger-invalid-numbers.patch ++
>From 75b28d5c9b98946d275368708388ce6c13e05471 Mon Sep 17 00:00:00 2001
From: Stephan Kulow 
Date: Sun, 20 Jan 2013 15:32:55 +0100
Subject: [PATCH 8/8] zypp: do not trigger invalid numbers

(and revert accident commit outside of zypp backend)
---
 backends/zypp/zypp-events.h | 1 +
 src/pk-backend-job.c| 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/backends/zypp/zypp-events.h b/backends/zypp/zypp-events.h
index 69777ec..623ec77 100644
--- a/backends/zypp/zypp-events.h
+++ b/backends/zypp/zypp-events.h
@@ -95,6 +95,7 @@ public:

if (percentage > 100) {
MIL << "libzypp is silly" << std::endl;
+   return;
}
 
_sub_percentage = percentage;
diff --git a/src/pk-backend-job.c b/src/pk-backend-job.c
index d1d7035..45e992a 100644
--- a/src/pk-backend-job.c
+++ b/src/pk-backend-job.c
@@ -987,7 +987,7 @@ pk_backend_job_set_item_progress (PkBackendJob *job,
 
/* invalid number? */
if (percentage > 100 && percentage != PK_BACKEND_PERCENTAGE_INVALID) {
-   g_error ("invalid number %i", percentage);
+   g_debug ("invalid number %i", percentage);
return;
}
 
-- 
1.8.1.1

++ 0007-fix-crash-while-calling-inhibit-into-systemd-login.patch ++
>From 8929180f3564a23fe6abc93662e7244db2e03d13 Mon Sep 17 00:00:00 2001
From: Stephan Kulow 
Date: Mon, 21 Jan 2013 12:03:52 +0100
Subject: [PATCH 1/2] fix crash while calling inhibit into systemd-login

---
 src/pk-engine.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/pk-engine.c b/src/pk-engine.c
index facc5f9..df45c63 100644
--- a/src/pk-engine.c
+++ b/src/pk-engine.c
@@ -265,7 +265,7 @@ pk_engine_inhibit (PkEngine *engine)
/* block shutdown and idle */
res = g_dbus_proxy_call_sync (engine->priv->logind_proxy,
  "Inhibit",
- g_variant_new ("",
+ g_variant_new ("()",
   

commit ncurses for openSUSE:Factory

2013-01-22 Thread h_root
Hello community,

here is the log from the commit of package ncurses for openSUSE:Factory checked 
in at 2013-01-22 17:39:27

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


Package is "ncurses", Maintainer is "wer...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/ncurses/ncurses.changes  2013-01-17 
13:18:22.0 +0100
+++ /work/SRC/openSUSE:Factory/.ncurses.new/ncurses.changes 2013-01-22 
17:39:28.0 +0100
@@ -1,0 +2,19 @@
+Mon Jan 21 14:47:48 UTC 2013 - wer...@suse.de
+
+- Add ncurses patch 5.9.20130119
+  + fixes for issues found by Coverity:
++ fix memory leak in safe_sprintf.c
++ add check for return-value in tty_update.c
++ correct initialization for -s option in test/view.c
++ add check for numeric overflow in lib_instr.c
++ improve error-checking in copywin
+  + add advice in infocmp manpage for termcap users (Debian #698469).
+  + add "-y" option to test/demo_termcap and test/demo_terminfo to
+demonstrate behavior with/without extended capabilities.
+  + updated termcap manpage to document legacy termcap behavior for
+matching capability names.
+  + modify name-comparison for tgetstr, etc., to accommodate legacy
+applications as well as to improve compatbility with BSD 4.2
+termcap implementations (Debian #698299) (cf: 980725).
+
+---



Other differences:
--
++ ncurses-5.9-patches.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/patches/ncurses-5.9-20130119.patch 
new/patches/ncurses-5.9-20130119.patch
--- old/patches/ncurses-5.9-20130119.patch  1970-01-01 01:00:00.0 
+0100
+++ new/patches/ncurses-5.9-20130119.patch  2013-01-21 15:43:51.0 
+0100
@@ -0,0 +1,797 @@
+# ncurses 5.9 - patch 20130119 - Thomas E. Dickey
+#
+# 
--
+#
+# Ncurses 5.9 is at
+#  ftp.gnu.org:/pub/gnu
+#
+# Patches for ncurses 5.9 are in the subdirectory
+#  ftp://invisible-island.net/ncurses/5.9
+#
+# 
--
+# ftp://invisible-island.net/ncurses/5.9/ncurses-5.9-20130119.patch.gz
+# patch by Thomas E. Dickey 
+# created  Sun Jan 20 01:59:01 UTC 2013
+# 
--
+# NEWS|   18 +++-
+# dist.mk |4 +--
+# man/curs_termcap.3x |   28 +++--
+# man/infocmp.1m  |   16 --
+# ncurses/base/lib_instr.c|   12 +++---
+# ncurses/base/lib_overlay.c  |   16 +++---
+# ncurses/base/safe_sprintf.c |7 +++---
+# ncurses/tinfo/lib_termcap.c |   32 +++--
+# ncurses/tty/tty_update.c|   11 +-
+# package/debian/changelog|4 +--
+# package/ncurses.spec|2 -
+# test/README |   46 +-
+# test/demo_termcap.c |   14 ++--
+# test/demo_terminfo.c|   19 +
+# test/view.c |4 +--
+# 15 files changed, 166 insertions(+), 67 deletions(-)
+# 
--
+Index: NEWS
+Prereq:  1.2010 
+--- ncurses-5.9-20130112+/NEWS 2013-01-12 18:12:21.0 +
 ncurses-5.9-20130119/NEWS  2013-01-20 01:05:06.0 +
+@@ -25,7 +25,7 @@
+ -- sale, use or other dealings in this Software without prior written
--
+ -- authorization.
--
+ 
---
+--- $Id: NEWS,v 1.2010 2013/01/12 18:12:21 tom Exp $
++-- $Id: NEWS,v 1.2014 2013/01/20 01:05:06 tom Exp $
+ 
---
+ 
+ This is a log of changes that ncurses has gone through since Zeyd started
+@@ -45,6 +45,22 @@
+ Changes through 1.9.9e did not credit all contributions;
+ it is not possible to add this information.
+ 
++20130119
++  + fixes for issues found by Coverity:
+++ fix memory leak in safe_sprintf.c
+++ add check for return-value in tty_update.c
+++ correct initialization for -s option in test/view.c
+++ add check for numeric overflow in lib_instr.c
+++ improve error-checking in copywin
++  + add advice in infocmp manpage for termcap users (Debian #698469).
++  + add "-y" option to test/demo_termcap and test/demo_terminfo to
++demonstrate behavior with/without exte

commit mutter for openSUSE:Factory

2013-01-22 Thread h_root
Hello community,

here is the log from the commit of package mutter for openSUSE:Factory checked 
in at 2013-01-22 17:37:06

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


Package is "mutter", Maintainer is "j...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/mutter/mutter.changes2012-11-25 
13:09:15.0 +0100
+++ /work/SRC/openSUSE:Factory/.mutter.new/mutter.changes   2013-01-22 
17:37:08.0 +0100
@@ -1,0 +2,7 @@
+Mon Jan 21 23:43:46 UTC 2013 - zai...@opensuse.org
+
+- Add mutter-stop-jumping-windows.patch, windows might in some
+  cases jump from one monitor to an other, this patch fixes this.
+  (bgo#556696).
+
+---

New:

  mutter-stop-jumping-windows.patch



Other differences:
--
++ mutter.spec ++
--- /var/tmp/diff_new_pack.LX0V55/_old  2013-01-22 17:37:10.0 +0100
+++ /var/tmp/diff_new_pack.LX0V55/_new  2013-01-22 17:37:10.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package mutter
 #
-# 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
@@ -24,6 +24,8 @@
 Group:  System/GUI/GNOME
 Url:http://www.gnome.org
 Source: 
http://download.gnome.org/sources/mutter/3.6/%{name}-%{version}.tar.xz
+# PATCH-FIX-UPSTREAM mutter-stop-jumping-windows.patch bgo#556696 
zai...@opensuse.org -- Stop windows from jumping spontaneously from one monitor 
to another.
+Patch0: mutter-stop-jumping-windows.patch
 BuildRequires:  fdupes
 BuildRequires:  gobject-introspection-devel >= 0.9.5
 BuildRequires:  intltool
@@ -122,6 +124,7 @@
 %lang_package
 %prep
 %setup -q
+%patch0 -p1
 translation-update-upstream
 
 %if 0%{?BUILD_FROM_VCS}


++ mutter-stop-jumping-windows.patch ++
>From 0dee738a43e4fb4c3d5de5e3a55a4033faa9d3fa Mon Sep 17 00:00:00 2001
From: Alban Crequy 
Date: Fri, 23 Nov 2012 00:06:22 +
Subject: Initialize window->user_rect in the initial placement

The window positioning is delayed in idle_move_resize() in case the application
resizes/maximizes its window quickly after its creation. The delayed
positioning uses window->user_rect because of bug 426519 comment 3 (see
meta_window_move_resize_now()).

user_rect was not set in the initial positioning, causing the delayed
positioning unable to know which monitor we use for this window. As a
consequence, the window could jump spontaneously from one monitor to another.

With this patch, the window does not jump anymore.

https://bugzilla.gnome.org/show_bug.cgi?id=556696
---
diff --git a/src/core/constraints.c b/src/core/constraints.c
index 2857f67..606baea 100644
--- a/src/core/constraints.c
+++ b/src/core/constraints.c
@@ -571,6 +571,11 @@ place_window_if_needed(MetaWindow *window,
.083 * info->work_area_monitor.height;
 }
 
+  /* idle_move_resize() uses the user_rect, so make sure it uses the
+   * placed coordinates (bug #556696).
+   */
+  window->user_rect = info->current;
+
   if (window->maximize_horizontally_after_placement ||
   window->maximize_vertically_after_placement)
 meta_window_maximize_internal (window,   
--
cgit v0.9.0.2

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



commit lxc for openSUSE:Factory

2013-01-22 Thread h_root
Hello community,

here is the log from the commit of package lxc for openSUSE:Factory checked in 
at 2013-01-22 15:56:35

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


Package is "lxc", Maintainer is "jsl...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/lxc/lxc.changes  2013-01-14 12:02:24.0 
+0100
+++ /work/SRC/openSUSE:Factory/.lxc.new/lxc.changes 2013-01-22 
15:56:37.0 +0100
@@ -1,0 +2,8 @@
+Mon Jan 21 09:26:57 UTC 2013 - fcro...@suse.com
+
+- Update pivot-root_shared.patch with upstream patch to build with
+  old version of kernel headers.
+- Check for /etc/init.d/boot.cgroup presence before starting it in
+  %post.
+
+---



Other differences:
--
++ lxc.spec ++
--- /var/tmp/diff_new_pack.xvTz9P/_old  2013-01-22 15:56:39.0 +0100
+++ /var/tmp/diff_new_pack.xvTz9P/_new  2013-01-22 15:56:39.0 +0100
@@ -114,8 +114,10 @@
 %post
 /sbin/ldconfig
 %if 0%{?suse_version} < 1230
+if [ -x /etc/init.d/boot.cgroup ]; then 
 %fillup_and_insserv -f -Y boot.cgroup
 /etc/init.d/boot.cgroup start 2>/dev/null >/dev/null || :
+fi
 %endif
 
 %postun

++ pivot-root_shared.patch ++
--- /var/tmp/diff_new_pack.xvTz9P/_old  2013-01-22 15:56:39.0 +0100
+++ /var/tmp/diff_new_pack.xvTz9P/_new  2013-01-22 15:56:39.0 +0100
@@ -213,3 +213,37 @@
if (handler->ops->post_start(handler, handler->data))
goto out_abort;
  
+From 859a6da0fac5d214230f8a52777277b5147532fb Mon Sep 17 00:00:00 2001
+From: Natanael Copa 
+Date: Tue, 25 Dec 2012 10:53:50 +0100
+Subject: [PATCH] define MS_SHARED if needed
+MIME-Version: 1.0
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
+
+Fixes build on uClibc.
+
+Signed-off-by: Natanael Copa 
+Acked-by: Stéphane Graber 
+---
+ src/lxc/conf.c |4 
+ 1 file changed, 4 insertions(+)
+
+diff --git a/src/lxc/conf.c b/src/lxc/conf.c
+index 96940b3..c82e759 100644
+--- a/src/lxc/conf.c
 b/src/lxc/conf.c
+@@ -87,6 +87,10 @@ lxc_log_define(lxc_conf, lxc);
+ #define MNT_DETACH 2
+ #endif
+ 
++#ifndef MS_SLAVE
++#define MS_SLAVE (1<<19)
++#endif
++
+ #ifndef MS_RELATIME
+ #define MS_RELATIME (1 << 21)
+ #endif
+-- 
+1.7.10.4
+

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



commit libzypp for openSUSE:Factory

2013-01-22 Thread h_root
Hello community,

here is the log from the commit of package libzypp for openSUSE:Factory checked 
in at 2013-01-22 15:56:24

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


Package is "libzypp", Maintainer is "m...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/libzypp/libzypp.changes  2013-01-20 
08:04:35.0 +0100
+++ /work/SRC/openSUSE:Factory/.libzypp.new/libzypp.changes 2013-01-22 
15:56:25.0 +0100
@@ -1,0 +2,8 @@
+Tue Jan 22 11:06:55 CET 2013 - m...@suse.de
+
+- make multicurl suppress progress reports for the metalink download
+- work around libcurl bug that sometimes gives us old values in the 
+  progress callback
+- version 12.8.0 (0)
+
+---

Old:

  libzypp-12.7.0.tar.bz2

New:

  libzypp-12.8.0.tar.bz2



Other differences:
--
++ libzypp.spec ++
--- /var/tmp/diff_new_pack.8KariD/_old  2013-01-22 15:56:26.0 +0100
+++ /var/tmp/diff_new_pack.8KariD/_new  2013-01-22 15:56:26.0 +0100
@@ -24,7 +24,7 @@
 Group:  System/Packages
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Summary:Package, Patch, Pattern, and Product Management
-Version:12.7.0
+Version:12.8.0
 Release:1
 Source: %{name}-%{version}.tar.bz2
 Source1:%{name}-rpmlintrc

++ libzypp-12.7.0.tar.bz2 -> libzypp-12.8.0.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libzypp-12.7.0/VERSION.cmake 
new/libzypp-12.8.0/VERSION.cmake
--- old/libzypp-12.7.0/VERSION.cmake2013-01-18 21:22:25.0 +0100
+++ new/libzypp-12.8.0/VERSION.cmake2013-01-22 11:34:48.0 +0100
@@ -60,9 +60,9 @@
 #
 SET(LIBZYPP_MAJOR "12")
 SET(LIBZYPP_COMPATMINOR "0")
-SET(LIBZYPP_MINOR "7")
+SET(LIBZYPP_MINOR "8")
 SET(LIBZYPP_PATCH "0")
 #
-# LAST RELEASED: 12.7.0 (0)
+# LAST RELEASED: 12.8.0 (0)
 # (The number in parenthesis is LIBZYPP_COMPATMINOR)
 #===
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libzypp-12.7.0/package/libzypp.changes 
new/libzypp-12.8.0/package/libzypp.changes
--- old/libzypp-12.7.0/package/libzypp.changes  2013-01-18 21:22:25.0 
+0100
+++ new/libzypp-12.8.0/package/libzypp.changes  2013-01-22 11:34:48.0 
+0100
@@ -1,4 +1,12 @@
 ---
+Tue Jan 22 11:06:55 CET 2013 - m...@suse.de
+
+- make multicurl suppress progress reports for the metalink download
+- work around libcurl bug that sometimes gives us old values in the 
+  progress callback
+- version 12.8.0 (0)
+
+---
 Fri Jan 18 14:07:50 CET 2013 - m...@suse.de
 
 - Reduce logging
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libzypp-12.7.0/zypp/media/MediaCurl.cc 
new/libzypp-12.8.0/zypp/media/MediaCurl.cc
--- old/libzypp-12.7.0/zypp/media/MediaCurl.cc  2013-01-18 21:22:25.0 
+0100
+++ new/libzypp-12.8.0/zypp/media/MediaCurl.cc  2013-01-22 11:34:48.0 
+0100
@@ -157,9 +157,10 @@
   namespace {
 struct ProgressData
 {
-  ProgressData(const long _timeout, const zypp::Url &_url = zypp::Url(),
+  ProgressData(CURL *_curl, const long _timeout, const zypp::Url &_url = 
zypp::Url(),
callback::SendReport *_report=NULL)
-: timeout(_timeout)
+: curl(_curl)
+, timeout(_timeout)
 , reached(false)
 , report(_report)
 , drate_period(-1)
@@ -171,6 +172,7 @@
 , uload( 0)
 , url(_url)
   {}
+  CURL *curl;
   long  timeout;
   bool  reached;
   callback::SendReport *report;
@@ -1397,7 +1399,7 @@
 }
 
 // Set callback and perform.
-ProgressData progressData(_settings.timeout(), url, &report);
+ProgressData progressData(_curl, _settings.timeout(), url, &report);
 if (!(options & OPTION_NO_REPORT_START))
   report->start(url, dest);
 if ( curl_easy_setopt( _curl, CURLOPT_PROGRESSDATA, &progressData ) != 0 ) 
{
@@ -1515,6 +1517,11 @@
   ProgressData *pdata = reinterpret_cast(clientp);
   if( pdata)
   {
+// work around curl bug that gives us old data
+long httpReturnCode = 0; 
+if (curl_easy_getinfo(pdata->curl, CURLINFO_RESPONSE_CODE, 
&httpReturnCode) != CURLE_OK || httpReturnCode == 0)
+  return 0;
+
 time_t now   = time(NULL);
 if( now > 0)
 {
@@ -1597,6 +1604,12 @@
   return 0;
 }
 
+CURL *MediaCurl::progressCallback_get

commit lapack for openSUSE:Factory

2013-01-22 Thread h_root
Hello community,

here is the log from the commit of package lapack for openSUSE:Factory checked 
in at 2013-01-22 15:44:19

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


Package is "lapack", Maintainer is "rguent...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/lapack/lapack.changes2012-11-12 
07:03:51.0 +0100
+++ /work/SRC/openSUSE:Factory/.lapack.new/lapack.changes   2013-01-22 
15:44:22.0 +0100
@@ -1,0 +2,6 @@
+Sun Jan 13 00:04:56 UTC 2013 - sco...@free.fr
+
+- add update-alternative support to allow user to easily switch
+  between several blas and lapack libraries 
+
+---



Other differences:
--
++ lapack.spec ++
--- /var/tmp/diff_new_pack.SpM2wJ/_old  2013-01-22 15:44:23.0 +0100
+++ /var/tmp/diff_new_pack.SpM2wJ/_new  2013-01-22 15:44:23.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package lapack
 #
-# 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
@@ -28,6 +28,8 @@
 BuildRequires:  doxygen >= 1.7
 BuildRequires:  gcc-fortran
 BuildRequires:  python
+BuildRequires:  update-alternatives
+PreReq: update-alternatives
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -330,10 +332,28 @@
 ln -s DLAMC1.3.gz %{buildroot}/%{_mandir}/man3/DLAMC5.3.gz
 ln -s DLAMCH.3.gz %{buildroot}/%{_mandir}/man3/DLAMC3.3.gz
 
-%post -n libblas3 -p /sbin/ldconfig
+%post -n libblas3
+"%_sbindir/update-alternatives" --install \
+   %{_libdir}/libblas.so.3 libblas.so.3 %{_libdir}/libblas.so.%{version}  50
+/sbin/ldconfig
+
+%preun -n libblas3
+if [ "$1" = 0 ] ; then
+   "%_sbindir/update-alternatives" --remove libblas.so.3  
%{_libdir}/libblas.so.%{version}
+fi
+
 %postun -n libblas3 -p /sbin/ldconfig
 
-%post -n liblapack3 -p /sbin/ldconfig
+%post -n liblapack3
+"%_sbindir/update-alternatives" --install \
+   %{_libdir}/liblapack.so.3 liblapack.so.3 %{_libdir}/liblapack.so.%{version} 
 50
+/sbin/ldconfig
+
+%preun -n liblapack3
+if [ "$1" = 0 ] ; then
+   "%_sbindir/update-alternatives" --remove liblapack.so.3 
%{_libdir}/liblapack.so.%{version}
+fi
+
 %postun -n liblapack3 -p /sbin/ldconfig
 
 %post -n liblapacke3 -p /sbin/ldconfig

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



commit kdelibs4 for openSUSE:Factory

2013-01-22 Thread h_root
Hello community,

here is the log from the commit of package kdelibs4 for openSUSE:Factory 
checked in at 2013-01-22 15:43:27

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


Package is "kdelibs4", Maintainer is "kde-maintain...@suse.de"

Changes:

--- /work/SRC/openSUSE:Factory/kdelibs4/kdelibs4-apidocs.changes
2013-01-19 16:37:54.0 +0100
+++ /work/SRC/openSUSE:Factory/.kdelibs4.new/kdelibs4-apidocs.changes   
2013-01-22 15:43:29.0 +0100
@@ -1,0 +2,6 @@
+Mon Jan 21 03:50:35 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Added make-plasma-widgets-respect-plasma-button-colors.patch,
+  fixes kde#310389, kde#263979 
+
+---
kdelibs4.changes: same change

New:

  make-plasma-widgets-respect-plasma-button-colors.patch



Other differences:
--
++ kdelibs4.spec ++
--- /var/tmp/diff_new_pack.W0FeAw/_old  2013-01-22 15:43:31.0 +0100
+++ /var/tmp/diff_new_pack.W0FeAw/_new  2013-01-22 15:43:31.0 +0100
@@ -111,6 +111,8 @@
 Patch20:ignore-inline-menu.diff
 Patch24:ksuseinstall.diff
 Patch26:fix_kdeclarative_install_location.diff
+# PATCH-FIX-OPENSUSE make-plasma-widgets-respect-plasma-button-colors.patch 
hrvoje.sen...@gmail.com -- Fixes Plasma::Checkox, so it uses plasma theme color 
(example - nm plasmoid)
+Patch27:make-plasma-widgets-respect-plasma-button-colors.patch
 PreReq: permissions
 Requires:   soprano >= %( echo `rpm -q --queryformat '%{VERSION}' 
libsoprano-devel`)
 Recommends: strigi >= %( echo `rpm -q --queryformat '%{VERSION}' 
strigi-devel`)
@@ -179,6 +181,7 @@
 %patch20
 %patch24
 %patch26 -p1
+%patch27 -p1
 
 #
 # define KDE version exactly


++ make-plasma-widgets-respect-plasma-button-colors.patch ++
>From 6820f05d48096398bb5c60ff6aaa2cacfe2d41c7 Mon Sep 17 00:00:00 2001
From: Hrvoje Senjan 
Date: Mon, 21 Jan 2013 13:43:36 +0100
Subject: [PATCH 1/1] Fix

REVIEW: 108525
BUG: 310389
BUG: 263979
---
 plasma/private/themedwidgetinterface.cpp | 6 ++
 1 file changed, 6 insertions(+)

diff --git a/plasma/private/themedwidgetinterface.cpp 
b/plasma/private/themedwidgetinterface.cpp
index 399033c..c7b3e88 100644
--- a/plasma/private/themedwidgetinterface.cpp
+++ b/plasma/private/themedwidgetinterface.cpp
@@ -67,6 +67,10 @@ void PaletteHelper::generatePalettes()
 palette.setColor(QPalette::Normal, QPalette::ButtonText, buttonColor);
 palette.setColor(QPalette::Inactive, QPalette::ButtonText, buttonColor);
 
+const QColor backgroundColor = 
Theme::defaultTheme()->color(Theme::ButtonBackgroundColor);
+palette.setColor(QPalette::Normal, QPalette::Button, backgroundColor);
+palette.setColor(QPalette::Inactive, QPalette::Button, backgroundColor);
+
 //FIXME: hardcoded colors .. looks incorrect
 palette.setColor(QPalette::Normal, QPalette::Base, QColor(0,0,0,0));
 palette.setColor(QPalette::Inactive, QPalette::Base, QColor(0,0,0,0));
@@ -74,6 +78,8 @@ void PaletteHelper::generatePalettes()
 buttonPalette = palette;
 buttonPalette.setColor(QPalette::Normal, QPalette::Text, buttonColor);
 buttonPalette.setColor(QPalette::Inactive, QPalette::Text, buttonColor);
+buttonPalette.setColor(QPalette::Normal, QPalette::Base, backgroundColor);
+buttonPalette.setColor(QPalette::Inactive, QPalette::Base, 
backgroundColor);
 
 emit palettesUpdated();
 }
-- 
1.8.1.1


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



commit kdebase4-workspace for openSUSE:Factory

2013-01-22 Thread h_root
Hello community,

here is the log from the commit of package kdebase4-workspace for 
openSUSE:Factory checked in at 2013-01-22 15:42:08

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


Package is "kdebase4-workspace", Maintainer is "kde-maintain...@suse.de"

Changes:

--- /work/SRC/openSUSE:Factory/kdebase4-workspace/kdebase4-workspace.changes
2013-01-21 17:37:56.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.kdebase4-workspace.new/kdebase4-workspace.changes   
2013-01-22 15:42:10.0 +0100
@@ -1,0 +2,5 @@
+Mon Jan 21 20:21:38 UTC 2013 - alinm.el...@gmail.com
+
+- updated storage.diff to the one that is in review board 
+
+---



Other differences:
--


++ storage.diff ++
--- /var/tmp/diff_new_pack.MBSlFW/_old  2013-01-22 15:42:12.0 +0100
+++ /var/tmp/diff_new_pack.MBSlFW/_new  2013-01-22 15:42:12.0 +0100
@@ -1,18 +1,19 @@
 diff --git a/kinfocenter/Modules/devinfo/soldevice.cpp 
b/kinfocenter/Modules/devinfo/soldevice.cpp
-index efe06b0..3f42e32 100644
+index efe06b0..d9cd5e4 100644
 --- a/kinfocenter/Modules/devinfo/soldevice.cpp
 +++ b/kinfocenter/Modules/devinfo/soldevice.cpp
-@@ -69,6 +69,13 @@ void SolDevice::setDefaultDeviceText()
+@@ -69,6 +69,14 @@ void SolDevice::setDefaultDeviceText()
QString ddtString = i18nc("unknown device", "Unknown");

if(deviceSet) ddtString = tiedDevice.product();
-+  
-+  if(tiedDevice.parent().product()==ddtString) {
-+   QString label =tiedDevice.udi().section("/",-1,-1);
-+   if (!label.isEmpty()){
-+   ddtString = label; 
-+   }
-+  }
++  if (tiedDevice.isDeviceInterface(Solid::DeviceInterface::StorageVolume) ||
++tiedDevice.isDeviceInterface(Solid::DeviceInterface::SerialInterface) 
||
++tiedDevice.isDeviceInterface(Solid::DeviceInterface::Battery)) {
++QString label = SolDevice::udi().section("/", -1, -1);
++if (!label.isEmpty()) {
++ddtString = label;
++}
++  }  
setText(0,ddtString);
  }
  


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



commit java-1_7_0-openjdk for openSUSE:Factory

2013-01-22 Thread h_root
Hello community,

here is the log from the commit of package java-1_7_0-openjdk for 
openSUSE:Factory checked in at 2013-01-22 15:38:10

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


Package is "java-1_7_0-openjdk", Maintainer is 
"bnc-team-j...@forge.provo.novell.com"

Changes:

--- /work/SRC/openSUSE:Factory/java-1_7_0-openjdk/java-1_7_0-openjdk.changes
2013-01-20 07:51:51.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.java-1_7_0-openjdk.new/java-1_7_0-openjdk.changes   
2013-01-22 15:38:11.0 +0100
@@ -1,0 +2,5 @@
+Mon Jan 21 14:30:17 UTC 2013 - adr...@suse.de
+
+- few missing /openjdk/%{origin}/ changes
+
+---



Other differences:
--
++ java-1_7_0-openjdk.spec ++
--- /var/tmp/diff_new_pack.wTFqme/_old  2013-01-22 15:38:15.0 +0100
+++ /var/tmp/diff_new_pack.wTFqme/_new  2013-01-22 15:38:15.0 +0100
@@ -268,10 +268,8 @@
 #!BuildIgnore: xerces-j2 xml-commons-resolver xml-commons-apis xml-commons
 BuildRequires:  ant
 BuildRequires:  ant-nodeps
-#BuildRequires:  java-1_7_0-%{origin}
-#BuildRequires:  java-1_7_0-%{origin}-devel
-BuildRequires:  java-1_7_0-openjdk
-BuildRequires:  java-1_7_0-openjdk-devel
+BuildRequires:  java-1_7_0-%{origin}
+BuildRequires:  java-1_7_0-%{origin}-devel
 BuildRequires:  mozilla-nss-devel
 BuildRequires:  zlib-devel
 # can be disabled using --disable-compile-against-syscalls


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



commit ico for openSUSE:Factory

2013-01-22 Thread h_root
Hello community,

here is the log from the commit of package ico for openSUSE:Factory checked in 
at 2013-01-22 15:38:02

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


Package is "ico", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/ico/ico.changes  2012-05-08 11:57:07.0 
+0200
+++ /work/SRC/openSUSE:Factory/.ico.new/ico.changes 2013-01-22 
15:38:04.0 +0100
@@ -1,0 +2,15 @@
+Sat Jan 19 09:44:03 UTC 2013 - zai...@opensuse.org
+
+- Update to version 1.0.4:
+  + Fix some 64-bit vs. 32-bit conversion errors.
+  + Mark a couple parameters as unused to silence compiler warnings
+  + Add const qualifiers to fix gcc -Wwrite-strings warnings.
+  + Replace local checks for gcc with _X_NORETURN from
+xproto 7.0.17.
+  + config: 
+- Move man pages into their own directory.
+- Replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS.
+- Replace pkgconfig(xorg-macros) with pkgconfig(xproto)
+  BuildRequires, since this is what configure checks for now.
+
+---

Old:

  ico-1.0.3.tar.bz2

New:

  ico-1.0.4.tar.bz2



Other differences:
--
++ ico.spec ++
--- /var/tmp/diff_new_pack.4lMi7A/_old  2013-01-22 15:38:05.0 +0100
+++ /var/tmp/diff_new_pack.4lMi7A/_new  2013-01-22 15:38:05.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ico
 #
-# 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
@@ -15,17 +15,18 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   ico
-Version:1.0.3
+Version:1.0.4
 Release:0
-License:MIT
 Summary:Simple animation program used for testing X11 operations and 
extensions
-Url:http://xorg.freedesktop.org/
+License:MIT
 Group:  System/X11/Utilities
+Url:http://xorg.freedesktop.org/
 Source0:
http://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.bz2
 BuildRequires:  pkg-config
 BuildRequires:  pkgconfig(x11) >= 0.99.1
-BuildRequires:  pkgconfig(xorg-macros) >= 1.8
+BuildRequires:  pkgconfig(xproto) >= 7.0.22
 # This was part of the xorg-x11 package up to version 7.6
 Conflicts:  xorg-x11 <= 7.6
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ ico-1.0.3.tar.bz2 -> ico-1.0.4.tar.bz2 ++
 10154 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/ico-1.0.3/ChangeLog new/ico-1.0.4/ChangeLog
--- old/ico-1.0.3/ChangeLog 2010-10-30 22:12:13.0 +0200
+++ new/ico-1.0.4/ChangeLog 2013-01-16 03:20:36.0 +0100
@@ -1,3 +1,91 @@
+commit 0c5f08dee87e0453e3263f8aa5ca545a0a03353e
+Author: Alan Coopersmith 
+Date:   Tue Jan 15 18:19:49 2013 -0800
+
+ico 1.0.4
+
+Signed-off-by: Alan Coopersmith 
+
+commit d065113b4fadbb674e6e6f2a7681105f4f0212d3
+Author: Alan Coopersmith 
+Date:   Thu Jan 3 20:06:17 2013 -0800
+
+Fix some 64-bit vs. 32-bit conversion errors
+
+ico.c:851:7: warning: implicit conversion loses integer precision: 
'unsigned long' to 'int' [-Wshorten-64-to-32]
+fg = WhitePixel(dpy, DefaultScreen(dpy));
+   ~ ^~~
+
+ico.c:852:7: warning: implicit conversion loses integer precision: 
'unsigned long' to 'int' [-Wshorten-64-to-32]
+bg = BlackPixel(dpy, DefaultScreen(dpy));
+   ~ ^~~
+
+ico.c:858:18: warning: implicit conversion loses integer precision: 
'unsigned long' to 'int' [-Wshorten-64-to-32]
+  bg = cdef.pixel;
+ ~ ~^
+
+ico.c:866:18: warning: implicit conversion loses integer precision: 
'unsigned long' to 'int' [-Wshorten-64-to-32]
+  fg = cdef.pixel;
+ ~ ~^
+
+ico.c:874:11: warning: implicit conversion loses integer precision: 
'unsigned long' to 'int' [-Wshorten-64-to-32]
+bg = tmp;
+
+Signed-off-by: Alan Coopersmith 
+
+commit 99ca5c8deb4a3ebd4b2a7e64bd64ca9a91b6680c
+Author: Alan Coopersmith 
+Date:   Thu Jan 3 19:51:06 2013 -0800
+
+Mark a couple parame

commit icedtea-web for openSUSE:Factory

2013-01-22 Thread h_root
Hello community,

here is the log from the commit of package icedtea-web for openSUSE:Factory 
checked in at 2013-01-22 15:36:39

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


Package is "icedtea-web", Maintainer is "bnc-team-j...@forge.provo.novell.com"

Changes:

--- /work/SRC/openSUSE:Factory/icedtea-web/icedtea-web.changes  2013-01-20 
12:17:13.0 +0100
+++ /work/SRC/openSUSE:Factory/.icedtea-web.new/icedtea-web.changes 
2013-01-22 15:36:40.0 +0100
@@ -1,0 +2,6 @@
+Sat Jan 19 22:55:39 UTC 2013 - zai...@opensuse.org
+
+- Add icedtea-web-remove-gtk-dep.patch, build icedtea-web without
+  GTK. Plugin now works in both gtk2 and gtk3 based browsers.
+
+---

New:

  icedtea-web-remove-gtk-dep.patch



Other differences:
--
++ icedtea-web.spec ++
--- /var/tmp/diff_new_pack.ekOas9/_old  2013-01-22 15:36:41.0 +0100
+++ /var/tmp/diff_new_pack.ekOas9/_new  2013-01-22 15:36:41.0 +0100
@@ -71,14 +71,19 @@
 # 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 icedtea-web-remove-gtk-dep.patch rhbz#889644, rhbz#895197 
zai...@opensuse.org -- Removes GTK dependency. Now we don't need to build 
icedtea-web against gtk3 in order to have it working in epiphany. Patch taken 
from fedora. git commit 7f32037ef35cbfcb3472efd92e32420e073f7c11
+Patch2: icedtea-web-remove-gtk-dep.patch
 Patch1000:  icedtea-web-suse-desktop-files.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  autoconf
 BuildRequires:  java-1_7_0-%{origin}-devel
+BuildRequires:  libX11-devel
+BuildRequires:  libtool
 BuildRequires:  pkgconfig >= 0.9.0
+BuildRequires:  zlib-devel
 
 # IcedTeaPlugin build requirements.
 BuildRequires:  glib2-devel
-BuildRequires:  gtk2-devel
 %if %{with_npapisdk}
 BuildRequires:  pkgconfig(npapi-sdk)
 #FIXME: use after deprecation of mozilla-xulrunner* packages from Factory
@@ -132,8 +137,11 @@
 %setup -q
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
 
 %patch1000 -p1
+## Needed for patch2
+autoreconf -fiv
 
 %build
 %{configure} \

++ icedtea-web-remove-gtk-dep.patch ++
# HG changeset patch
# User Deepak Bhole 
# Date 1358368484 18000
# Node ID b619cda993601abbd81e713d5c43be7a0d49ac1d
# Parent  b96993bf10618436a572f678e265348bada6cf8b
PR1260: IcedTea-Web should not rely on GTK

diff -r b96993bf1061 -r b619cda99360 Makefile.am
--- a/Makefile.am   Mon Jan 07 11:47:42 2013 -0500
+++ b/Makefile.am   Wed Jan 16 15:34:44 2013 -0500
@@ -270,7 +270,6 @@
  -DICEDTEA_WEB_JRE="\"$(SYSTEM_JRE_DIR)\"" \
  -DPLUGIN_BOOTCLASSPATH=$(PLUGIN_BOOTCLASSPATH) \
  $(GLIB_CFLAGS) \
- $(GTK_CFLAGS) \
  $(MOZILLA_CFLAGS) \
  -fPIC -o $@ -c $<
 
@@ -279,7 +278,6 @@
$(CXX) $(CXXFLAGS) \
  $(PLUGIN_OBJECTS) \
  $(GLIB_LIBS) \
- $(GTK_LIBS) \
  $(MOZILLA_LIBS)\
  -shared -o $@
 
diff -r b96993bf1061 -r b619cda99360 acinclude.m4
--- a/acinclude.m4  Mon Jan 07 11:47:42 2013 -0500
+++ b/acinclude.m4  Wed Jan 16 15:34:44 2013 -0500
@@ -359,56 +359,15 @@
 AC_MSG_RESULT(${enable_plugin})
 ])
 
-dnl ITW_GTK_CHECK_VERSION([gtk version])
-AC_DEFUN([ITW_GTK_CHECK_VERSION],
-[
-  AC_MSG_CHECKING([for GTK$1 version])
-  GTK_VER=`$PKG_CONFIG --modversion gtk+-$1.0`
-  AC_MSG_RESULT([$GTK_VER])
-])
-
-dnl ITW_GTK_CHECK([gtk version])
-AC_DEFUN([ITW_GTK_CHECK],
-[
-  case "$1" in
-default)
-  PKG_CHECK_MODULES(GTK, gtk+-3.0,
-[ITW_GTK_CHECK_VERSION([3])],
-[PKG_CHECK_MODULES(GTK, gtk+-2.0,
-   [ITW_GTK_CHECK_VERSION([2])],
-   [AC_MSG_ERROR([GTK $1 not found])]
-)]
-  )
-  ;;
-*)
-  PKG_CHECK_MODULES(GTK, gtk+-$1.0,
-[ITW_GTK_CHECK_VERSION([$1])],
-[AC_MSG_ERROR([GTK $1 not found])]
-  )
-  ;;
-  esac
-])
-
 AC_DEFUN_ONCE([IT_CHECK_PLUGIN_DEPENDENCIES],
 [
 dnl Check for plugin support headers and libraries.
 dnl FIXME: use unstable
 AC_REQUIRE([IT_CHECK_PLUGIN])
 if test "x${enable_plugin}" = "xyes" ; then
-  AC_ARG_WITH([gtk],
-[AS_HELP_STRING([--with-gtk=[2|3|default]],
-[the GTK+ version to use (default: 3)])],
-[case "$with_gtk" in
-   2|3|default) ;;
-   *) AC_MSG_ERROR([invalid GTK version specified]) ;;
- esac],
-[with_gtk=default])
-  ITW_GTK_CHECK([$with_gtk])
   PKG_CHECK_MODULES(GLIB, glib-2.0)
   AC_SUBST(GLIB_CFLAGS)
   AC_SUBST(GLIB_LIBS)
-  AC_SUBST(GTK_CFLAGS)
-  AC_SUBST(GTK_LIBS)
 
   PKG_CHECK_MODULES(MOZILLA, npapi-sdk, [
 AC_C

commit gnome-shell-extensions for openSUSE:Factory

2013-01-22 Thread h_root
Hello community,

here is the log from the commit of package gnome-shell-extensions for 
openSUSE:Factory checked in at 2013-01-22 15:32:33

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


Package is "gnome-shell-extensions", Maintainer is ""

Changes:

--- 
/work/SRC/openSUSE:Factory/gnome-shell-extensions/gnome-shell-extensions.changes
2013-01-13 14:09:07.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.gnome-shell-extensions.new/gnome-shell-extensions.changes
   2013-01-22 15:32:34.0 +0100
@@ -1,0 +2,13 @@
+Sat Jan 19 19:23:13 UTC 2013 - dims...@opensuse.org
+
+- Add g-s-e-power-off-elipsis.patch: "Power Off..." was changed to
+  "Power Off", but a bunch of translations missed that yet.
+
+---
+Fri Jan 18 09:34:56 UTC 2013 - dims...@opensuse.org
+
+- Add alternative-status-menu.gschema.override: Enable hibernate by
+  default for users of the packaged version of the
+  alternative-status-menu extension.
+
+---

New:

  alternative-status-menu.gschema.override
  g-s-e-power-off-elipsis.patch



Other differences:
--
++ gnome-shell-extensions.spec ++
--- /var/tmp/diff_new_pack.sUhosh/_old  2013-01-22 15:32:35.0 +0100
+++ /var/tmp/diff_new_pack.sUhosh/_new  2013-01-22 15:32:35.0 +0100
@@ -27,6 +27,10 @@
 # generated with "git archive --prefix gnome-shell-extensions-3.6.2/" since 
there are no tarballs anymore
 Source: %{name}-%{version}-git-tag.tar.xz
 Source1:README.SUSE
+# Users of the alternative-status-menu extension (from the package) shall be 
offered hibernate too
+Source2:alternative-status-menu.gschema.override
+# PATCH-FIX-UPSTREAM g-s-e-power-off-elipsis.patch dims...@opensuse.org -- 
Translate "Power Off" in various languages.
+Patch0: g-s-e-power-off-elipsis.patch
 # Needed because we build a tarball generated with "git archive"
 BuildRequires:  gnome-common
 # Needed for directory ownership
@@ -80,6 +84,7 @@
 %lang_package -n %{name}-common
 %prep
 %setup -q
+%patch0 -p1
 cp %{S:1} .
 # Needed because we build a tarball generated with "git archive"
 NOCONFIGURE=1 ./autogen.sh
@@ -90,6 +95,7 @@
 
 %install
 %make_install
+cp %{S:2} 
%{buildroot}%{_datadir}/glib-2.0/schemas/org.gnome.shell.extensions.alternative-status-menu.gschema.override
 %find_lang %{name} %{?no_lang_C}
 
 %post
@@ -107,6 +113,7 @@
 %doc COPYING
 
%{_datadir}/gnome-shell/extensions/alternative-status-m...@gnome-shell-extensions.gcampax.github.com/
 
%{_datadir}/glib-2.0/schemas/org.gnome.shell.extensions.alternative-status-menu.gschema.xml
+%{_datadir}/glib-2.0/schemas/org.gnome.shell.extensions.alternative-status-menu.gschema.override
 
 %files common-lang -f %{name}.lang
 

++ alternative-status-menu.gschema.override ++
[org.gnome.shell.extensions.alternative-status-menu]
allow-hibernate = true
++ g-s-e-power-off-elipsis.patch ++
Only in gnome-shell-extensions-3.6.2.patched: patches
Only in gnome-shell-extensions-3.6.2.patched: .pc
diff -ur gnome-shell-extensions-3.6.2/po/da.po 
gnome-shell-extensions-3.6.2.patched/po/da.po
--- gnome-shell-extensions-3.6.2/po/da.po   2012-11-16 20:36:53.0 
+0100
+++ gnome-shell-extensions-3.6.2.patched/po/da.po   2013-01-20 
00:53:21.322401114 +0100
@@ -28,8 +28,8 @@
 msgstr "Hviletilstand"
 
 #: ../extensions/alternative-status-menu/extension.js:78
-msgid "Power Off..."
-msgstr "Sluk..."
+msgid "Power Off"
+msgstr "Sluk"
 
 #: ../extensions/alternate-tab/extension.js:54
 msgid ""
diff -ur gnome-shell-extensions-3.6.2/po/eo.po 
gnome-shell-extensions-3.6.2.patched/po/eo.po
--- gnome-shell-extensions-3.6.2/po/eo.po   2012-11-16 20:36:53.0 
+0100
+++ gnome-shell-extensions-3.6.2.patched/po/eo.po   2013-01-20 
00:53:30.282503752 +0100
@@ -27,8 +27,8 @@
 msgstr "Pasivumigi"
 
 #: ../extensions/alternative-status-menu/extension.js:78
-msgid "Power Off..."
-msgstr "Elŝalti..."
+msgid "Power Off"
+msgstr "Elŝalti"
 
 #: ../extensions/alternate-tab/extension.js:54
 msgid ""
diff -ur gnome-shell-extensions-3.6.2/po/eu.po 
gnome-shell-extensions-3.6.2.patched/po/eu.po
--- gnome-shell-extensions-3.6.2/po/eu.po   2012-11-16 20:36:53.0 
+0100
+++ gnome-shell-extensions-3.6.2.patched/po/eu.po   2013-01-20 
00:53:40.658622611 +0100
@@ -54,8 +54,8 @@
 msgstr "Hibernatu"
 
 #: ../extensions/alternative-status-menu/extension.js:93
-msgid "Power Off..."
-msgstr "Itzali..."
+msgid "Power Off"
+msgstr "Itzali"
 
 #: ../extensions/alternate-tab/extension.js:44
 msgid ""
diff -ur gnome-shell-extensions-3.6.2/po/fa.po 
gnome

commit gnome-shell for openSUSE:Factory

2013-01-22 Thread h_root
Hello community,

here is the log from the commit of package gnome-shell for openSUSE:Factory 
checked in at 2013-01-22 15:31:05

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


Package is "gnome-shell", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/gnome-shell/gnome-shell.changes  2013-01-20 
07:47:09.0 +0100
+++ /work/SRC/openSUSE:Factory/.gnome-shell.new/gnome-shell.changes 
2013-01-22 15:31:07.0 +0100
@@ -1,0 +2,13 @@
+Mon Jan 21 23:03:02 UTC 2013 - zai...@opensuse.org
+
+- Add g-s-honor-lock-delay-GSettings.patch,
+  org.gnome.desktop.screensaver.lock-delay contains the grace
+  period of the screensaver: if deactivated within that many
+  seconds from the start of the idle period, the shell should not
+  prompt for a password. This setting correspond to the "Lock
+  screen after" combo in screen and privacy panels. (bgo#690766).
+- Add g-s-use-the-right-getter.patch, org.gnome.desktop.screensaver
+  lock-delay is an integer, so don't use get_bool() on it.
+  (bgo#691170).
+
+---

New:

  g-s-honor-lock-delay-GSettings.patch
  g-s-use-the-right-getter.patch



Other differences:
--
++ gnome-shell.spec ++
--- /var/tmp/diff_new_pack.BKNjTu/_old  2013-01-22 15:31:08.0 +0100
+++ /var/tmp/diff_new_pack.BKNjTu/_new  2013-01-22 15:31:08.0 +0100
@@ -26,6 +26,10 @@
 Source: 
http://download.gnome.org/sources/gnome-shell/3.6/%{name}-%{version}.tar.xz
 # PATCH-FIX-UPSTREAM gnome-shell-private-connection.patch bnc#751211 
bgo#646187 dims...@opensuse.org -- create private connections if the user is 
not authorized
 Patch1: gnome-shell-private-connection.patch
+# PATCH-FIX-UPSTREAM g-s-honor-lock-delay-GSettings.patch bgo#690766 
zai...@opensuse.org -- This setting correspond to the "Lock screen after" combo 
in screen and privacy panels.
+Patch2: g-s-honor-lock-delay-GSettings.patch
+# PATCH-FIX-UPSTREAM g-s-use-the-right-getter.patch bgo#691170 
zai...@opensuse.org -- org.gnome.desktop.screensaver lock-delay is an integer, 
not a boolean, so don't use get_bool() on it.
+Patch3: g-s-use-the-right-getter.patch
 BuildRequires:  docbook-xsl-stylesheets
 BuildRequires:  intltool
 BuildRequires:  translation-update-upstream
@@ -130,6 +134,8 @@
 %prep
 %setup -q
 %patch1 -p1
+%patch2 -p1
+%patch3 -p1
 translation-update-upstream
 
 %build

++ g-s-honor-lock-delay-GSettings.patch ++
>From db1aea210969e3c9558dd672620d8df2ebab0a4b Mon Sep 17 00:00:00 2001
From: Giovanni Campagna 
Date: Tue, 25 Dec 2012 00:13:52 +
Subject: ScreenShield: honor lock-delay GSettings key

org.gnome.desktop.screensaver.lock-delay contains the grace period
of the screensaver: if deactivated within that many seconds from the
start of the idle period, the shell should not prompt for a password.
This setting correspond to the "Lock screen after" combo in screen
and privacy panels.

https://bugzilla.gnome.org/show_bug.cgi?id=690766
---
diff --git a/js/ui/screenShield.js b/js/ui/screenShield.js
index 988e191..94fc2b5 100644
--- a/js/ui/screenShield.js
+++ b/js/ui/screenShield.js
@@ -26,6 +26,7 @@ const Util = imports.misc.util;
 
 const SCREENSAVER_SCHEMA = 'org.gnome.desktop.screensaver';
 const LOCK_ENABLED_KEY = 'lock-enabled';
+const LOCK_DELAY_KEY = 'lock-delay';
 
 const CURTAIN_SLIDE_TIME = 0.3;
 // fraction of screen height the arrow must reach before completing
@@ -582,7 +583,11 @@ const ScreenShield = new Lang.Class({
 let lightboxWasShown = this._lightbox.shown;
 this._lightbox.hide();
 
-let shouldLock = lightboxWasShown && 
this._settings.get_boolean(LOCK_ENABLED_KEY);
+// GLib.get_monotonic_time() returns microseconds, convert to 
seconds
+let elapsedTime = (GLib.get_monotonic_time() - 
this._activationTime) / 100;
+let shouldLock = lightboxWasShown &&
+this._settings.get_boolean(LOCK_ENABLED_KEY) &&
+(elapsedTime >= 
this._settings.get_boolean(LOCK_DELAY_KEY));
 if (shouldLock || this._isLocked) {
 this.lock(false);
 } else if (this._isActive) {
--
cgit v0.9.0.2

++ g-s-use-the-right-getter.patch ++
>From d339d2db09052b42960250ab713cc4f885f1155f Mon Sep 17 00:00:00 2001
From: Matthias Clasen 
Date: Sat, 05 Jan 2013 03:00:06 +
Subject: Use the right getter

org.gnome.desktop.screensaver lock-delay is an integer, not
a boolean, so don't use get_bool() on it.

https://bugzilla.gnome.org/show_bug.cgi?id=691170
---
diff --git a/js/ui/screenShield.js b/js/ui/screenShield.js

commit gnome-settings-daemon for openSUSE:Factory

2013-01-22 Thread h_root
Hello community,

here is the log from the commit of package gnome-settings-daemon for 
openSUSE:Factory checked in at 2013-01-22 15:25:35

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


Package is "gnome-settings-daemon", Maintainer is "gnome-maintain...@suse.de"

Changes:

--- 
/work/SRC/openSUSE:Factory/gnome-settings-daemon/gnome-settings-daemon.changes  
2012-11-20 10:24:53.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.gnome-settings-daemon.new/gnome-settings-daemon.changes
 2013-01-22 15:25:36.0 +0100
@@ -1,0 +2,15 @@
+Sun Jan 20 11:38:01 UTC 2013 - dims...@opensuse.org
+
+- Add gnome-settings-daemon-double-suspend.patch: Fix double
+  suspend: if GNOME is configured to suspend on lid close, the
+  system goes directly back in sleep upon a wakeup call. Only the
+  2nd wake up is successful and persistent. This issue comes from
+  systemd and gnome both executing suspend.
+
+---
+Sun Jan 13 18:48:52 UTC 2013 - zai...@opensuse.org
+
+- Add gnome-settings-daemon-notify-idle-resumed.patch, notify user
+  about auto suspend when returning from sleep (bnc#708182).
+
+---

New:

  gnome-settings-daemon-double-suspend.patch
  gnome-settings-daemon-notify-idle-resumed.patch



Other differences:
--
++ gnome-settings-daemon.spec ++
--- /var/tmp/diff_new_pack.dElstn/_old  2013-01-22 15:25:38.0 +0100
+++ /var/tmp/diff_new_pack.dElstn/_new  2013-01-22 15:25:38.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gnome-settings-daemon
 #
-# 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
@@ -45,6 +45,10 @@
 Patch15:gnome-packagekit-BNC383261.patch
 # PATCH-FIX-OPENSUSE gnome-settings-daemon-stop-reload-proxy-settings.patch 
bnc689592#c1, bnc#538353 g...@suse.com -- Stop g-s-d poping up the 
authentication dialog for reloading the proxy settings
 Patch17:gnome-settings-daemon-stop-reload-proxy-settings.patch
+# PATCH-FIX-UPSTREAM gnome-settings-daemon-double-suspend.patch bgo#680689 
dims...@opensuse.org -- Fix system suspending againt after waking up (fight 
with systemd)
+Patch18:gnome-settings-daemon-double-suspend.patch
+# PATCH-FEATURE-UPSTREAM  gnome-settings-daemon-notify-idle-resumed.patch 
bnc#439018 bnc#708182 bgo575467 h...@suse.com -- notify user about auto suspend 
when returning from sleep
+Patch19:gnome-settings-daemon-notify-idle-resumed.patch
 BuildRequires:  cups-devel
 BuildRequires:  fdupes
 BuildRequires:  gnome-common
@@ -140,6 +144,8 @@
 # PATCH-NEEDS-REBASE
 #%%patch15 -p0
 %patch17 -p1
+%patch18 -p1
+%patch19 -p1
 %endif
 
 %if 0%{?BUILD_FROM_VCS}


++ gnome-settings-daemon-double-suspend.patch ++
 1468 lines (skipped)

++ gnome-settings-daemon-notify-idle-resumed.patch ++
Index: 
gnome-settings-daemon-3.6.3/data/org.gnome.settings-daemon.plugins.power.gschema.xml.in.in
===
--- 
gnome-settings-daemon-3.6.3.orig/data/org.gnome.settings-daemon.plugins.power.gschema.xml.in.in
+++ 
gnome-settings-daemon-3.6.3/data/org.gnome.settings-daemon.plugins.power.gschema.xml.in.in
@@ -148,5 +148,10 @@
   <_summary>If we should show the recalled battery warning for a broken 
battery
   <_description>If we should show the recalled battery warning for a 
broken battery. Set this to false only if you know your battery is 
okay.
 
+
+  true
+  <_summary>If an information message should be displayed when returning 
from idle sleep.
+  <_description>If an information message should be displayed when 
returning from idle sleep.
+
   
 
Index: gnome-settings-daemon-3.6.3/plugins/power/gsd-power-manager.c
===
--- gnome-settings-daemon-3.6.3.orig/plugins/power/gsd-power-manager.c
+++ gnome-settings-daemon-3.6.3/plugins/power/gsd-power-manager.c
@@ -194,6 +194,7 @@ struct GsdPowerManagerPrivate
 UpDevice*device_composite;
 NotifyNotification  *notification_discharging;
 NotifyNotification  *notification_low;
+NotifyNotification  *notification_resumed;
 ca_context  *canberra_context;
 ca_proplist *critical_alert_loop_props;
 guint32  critical_alert_timeout_id;
@@ 

commit gnome-power-manager for openSUSE:Factory

2013-01-22 Thread h_root
Hello community,

here is the log from the commit of package gnome-power-manager for 
openSUSE:Factory checked in at 2013-01-22 15:23:57

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


Package is "gnome-power-manager", Maintainer is "gnome-maintain...@suse.de"

Changes:

--- /work/SRC/openSUSE:Factory/gnome-power-manager/gnome-power-manager.changes  
2012-10-04 18:40:03.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.gnome-power-manager.new/gnome-power-manager.changes 
2013-01-22 15:23:58.0 +0100
@@ -1,0 +2,6 @@
+Sun Jan 13 18:52:26 UTC 2013 - zai...@opensuse.org
+
+- Remove gnome-power-manager-notify-idle-sleep.patch, it now lives
+  in gnome-settings-daemon. 
+
+---

Old:

  gnome-power-manager-notify-idle-sleep.patch



Other differences:
--
++ gnome-power-manager.spec ++
--- /var/tmp/diff_new_pack.ra9oUp/_old  2013-01-22 15:23:59.0 +0100
+++ /var/tmp/diff_new_pack.ra9oUp/_new  2013-01-22 15:23:59.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gnome-power-manager
 #
-# 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
@@ -26,8 +26,6 @@
 Source: 
http://download.gnome.org/sources/gnome-power-manager/3.6/%{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
-# PATCH-NEEDS-REBASE gnome-power-manager-notify-idle-sleep.patch hmacht 
bnc#439018 bgo575467 -- notify user about auto suspend when returning from 
sleep (was PATCH-FEATURE-UPSTREAM)
-Patch12:gnome-power-manager-notify-idle-sleep.patch
 BuildRequires:  docbook-utils-minimal
 BuildRequires:  fdupes
 # For directory ownership
@@ -64,7 +62,6 @@
 #gnome-patch-translation-prepare
 # Needs rebase:
 #%patch10 -p1
-#%patch12 -p1
 #gnome-patch-translation-update
 
 %if 0%{?BUILD_FROM_VCS}


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



commit gdm for openSUSE:Factory

2013-01-22 Thread h_root
Hello community,

here is the log from the commit of package gdm for openSUSE:Factory checked in 
at 2013-01-22 15:17:48

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


Package is "gdm", Maintainer is "dli...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/gdm/gdm.changes  2013-01-20 12:14:25.0 
+0100
+++ /work/SRC/openSUSE:Factory/.gdm.new/gdm.changes 2013-01-22 
15:17:50.0 +0100
@@ -1,0 +2,6 @@
+Sun Jan 20 09:53:24 UTC 2013 - dims...@opensuse.org
+
+- Add gdm-autologin-session-logout.patch: Fix login after logging
+  out from a auto-login session (bgo#682467)
+
+---

New:

  gdm-autologin-session-logout.patch



Other differences:
--
++ gdm.spec ++
--- /var/tmp/diff_new_pack.K9QcG5/_old  2013-01-22 15:17:54.0 +0100
+++ /var/tmp/diff_new_pack.K9QcG5/_new  2013-01-22 15:17:54.0 +0100
@@ -64,6 +64,8 @@
 Patch35:gdm-xauthlocalhostname.patch
 # PATCH-FIX-UPSTREAM gdm-look-at-runlevel.patch bnc540482 bgo599180 
vu...@opensuse.org -- Look at the current runlevel before managing the display 
again, so we don't do this when shutting down or rebooting
 Patch40:gdm-look-at-runlevel.patch
+# PATCH-FIX-UPSTREAM gdm-autologin-session-logout.patch bgo#682467 
dims...@opensuse.org -- Fix login after logging out from a auto-login session
+Patch41:gdm-autologin-session-logout.patch
 BuildRequires:  check-devel
 # needed for directory ownership
 BuildRequires:  dconf
@@ -234,6 +236,7 @@
 %patch34 -p1
 %patch35 -p1
 %patch40 -p1
+%patch41 -p1
 
 %build
 NOCONFIGURE=1 gnome-autogen.sh


++ gdm-autologin-session-logout.patch ++
>From 47c73024739a65614c6a0ddcdd1c08239798044a Mon Sep 17 00:00:00 2001
From: Ray Strode 
Date: Thu, 04 Oct 2012 21:36:57 +
Subject: slave: only set up autologin conversations

Right now any time any session conversation is started,
we run its setup call if autologin is enabled. We should only do this
for autologin sessions, otherwise, we may repeat work done by
the greeter.

https://bugzilla.gnome.org/show_bug.cgi?id=682467
---
diff --git a/daemon/gdm-simple-slave.c b/daemon/gdm-simple-slave.c
index 9bc8522..4bbf503 100644
--- a/daemon/gdm-simple-slave.c
+++ b/daemon/gdm-simple-slave.c
@@ -485,8 +485,12 @@ on_session_conversation_started (GdmSession   *session,
 char*username;
 int  delay;
 
+g_debug ("GdmSimpleSlave: session conversation started for service 
%s", service_name);
+
+if (g_strcmp0 (service_name, "gdm-autologin") != 0) {
+return;
+}
 
-g_debug ("GdmSimpleSlave: session conversation started");
 enabled = FALSE;
 gdm_slave_get_timed_login_details (GDM_SLAVE (slave), &enabled, 
&username, &delay);
 if (! enabled) {
--
cgit v0.9.0.2

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



commit f2fs-tools for openSUSE:Factory

2013-01-22 Thread h_root
Hello community,

here is the log from the commit of package f2fs-tools for openSUSE:Factory 
checked in at 2013-01-22 15:14:04

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


Package is "f2fs-tools", Maintainer is ""

Changes:

New Changes file:

--- /dev/null   2013-01-09 19:40:42.352580873 +0100
+++ /work/SRC/openSUSE:Factory/.f2fs-tools.new/f2fs-tools.changes   
2013-01-22 15:14:06.0 +0100
@@ -0,0 +1,9 @@
+---
+Mon Jan 21 13:39:48 UTC 2013 - jeng...@inai.de
+
+- Add COPYING file to package
+
+---
+Wed Dec 12 03:08:29 UTC 2012 - jeng...@inai.de
+
+- Initial package (version v1.1.0-11-gc7e0a01) for build.opensuse.org

New:

  f2fs-tools-1.1.0+.tar.xz
  f2fs-tools.changes
  f2fs-tools.spec



Other differences:
--
++ f2fs-tools.spec ++
#
# spec file for package f2fs-tools
#
# 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
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# 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:   f2fs-tools
Version:1.1.0+
#git describe:  v1.1.0-11-gc7e0a01
Release:0
Summary:Utilities for the Flash-friendly Filesystem (F2FS)
License:GPL-2.0
Group:  System/Filesystems
Url:http://f2fs-tools.sf.net/_(disused)

#Git-Clone: git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs-tools
#DL-URL:no tarballs provided
Source: %name-%version.tar.xz
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
BuildRequires:  pkgconfig
BuildRequires:  xz
%if 0%{?suse_version} >= 1140 || 0%{?fedora_version}
BuildRequires:  pkgconfig(uuid)
%else
BuildRequires:  libuuid-devel
%endif

%description
Utilities needed to create and maintain F2 filesystems.

%prep
%setup -qn %name

%build
%configure
make %{?_smp_mflags}

%install
make install DESTDIR="%buildroot";

%files
%defattr(-,root,root)
%_sbindir/mkfs.f2fs
%_mandir/man8/*
%doc COPYING

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



commit editres for openSUSE:Factory

2013-01-22 Thread h_root
Hello community,

here is the log from the commit of package editres for openSUSE:Factory checked 
in at 2013-01-22 15:12:42

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


Package is "editres", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/editres/editres.changes  2012-05-08 
11:56:44.0 +0200
+++ /work/SRC/openSUSE:Factory/.editres.new/editres.changes 2013-01-22 
15:12:44.0 +0100
@@ -1,0 +2,13 @@
+Sat Jan 19 09:39:00 UTC 2013 - zai...@opensuse.org
+
+- Update to version 1.0.6:
+  + Remove Xorg/XFree86 CVS/RCS id tags.
+  + config:
+- Move man pages into their own directory.
+- Replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS.
+- Replace deprecated AC_HELP_STRING with AS_HELP_STRING.
+  + man:
+- Replace hard coded man page section with substitution strings
+- Remove trailing spaces and tabs.
+
+---

Old:

  editres-1.0.5.tar.bz2

New:

  editres-1.0.6.tar.bz2



Other differences:
--
++ editres.spec ++
--- /var/tmp/diff_new_pack.SqXpGC/_old  2013-01-22 15:12:47.0 +0100
+++ /var/tmp/diff_new_pack.SqXpGC/_new  2013-01-22 15:12:47.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package editres
 #
-# 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
@@ -15,19 +15,20 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   editres
-Version:1.0.5
+Version:1.0.6
 Release:0
-License:MIT
 Summary:Dynamic resource editor for X Toolkit applications
-Url:http://xorg.freedesktop.org/
+License:MIT
 Group:  System/X11/Utilities
+Url:http://xorg.freedesktop.org/
 Source0:
http://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.bz2
 BuildRequires:  pkg-config
 BuildRequires:  pkgconfig(x11)
 BuildRequires:  pkgconfig(xaw7)
-BuildRequires:  pkgconfig(xorg-macros) >= 1.8
 BuildRequires:  pkgconfig(xmu)
+BuildRequires:  pkgconfig(xorg-macros) >= 1.8
 BuildRequires:  pkgconfig(xt)
 # This was part of the xorg-x11 package up to version 7.6
 Conflicts:  xorg-x11 <= 7.6

++ editres-1.0.5.tar.bz2 -> editres-1.0.6.tar.bz2 ++
 10897 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/editres-1.0.5/ChangeLog new/editres-1.0.6/ChangeLog
--- old/editres-1.0.5/ChangeLog 2010-10-30 21:43:40.0 +0200
+++ new/editres-1.0.6/ChangeLog 2013-01-13 01:05:51.0 +0100
@@ -1,3 +1,66 @@
+commit c256f5a1e82ed874d8bd068901dd9b138adb6f89
+Author: Alan Coopersmith 
+Date:   Sat Jan 12 16:05:16 2013 -0800
+
+editres 1.0.6
+
+Signed-off-by: Alan Coopersmith 
+
+commit d2fce327fd2c308c17aa239be27dca294cb52ca0
+Author: Alan Coopersmith 
+Date:   Wed Dec 28 20:17:42 2011 -0800
+
+Remove Xorg/XFree86 CVS/RCS id tags
+
+Signed-off-by: Alan Coopersmith 
+
+commit 0d02b3888a6a0d5f7197c17ab4bfd9d31c8799df
+Author: Gaetan Nadon 
+Date:   Wed Jan 19 10:06:55 2011 -0500
+
+config: move man pages into their own directory
+
+Use services provided by XORG_MANPAGE_SECTIONS.
+Use standard Makefile for man pages.
+
+Signed-off-by: Gaetan Nadon 
+
+commit 367bb7e6ab70fe56ace5a02541c0913a34ab79c2
+Author: Gaetan Nadon 
+Date:   Thu Jan 13 17:15:36 2011 -0500
+
+man: replace hard coded man page section with substitution strings
+
+Signed-off-by: Gaetan Nadon 
+
+commit acdd1245782190342e5736614b2ac25c497a9312
+Author: Gaetan Nadon 
+Date:   Thu Jan 13 11:15:00 2011 -0500
+
+man: remove trailing spaces and tabs
+
+Using s/[ \t]*$//
+
+Signed-off-by: Gaetan Nadon 
+
+commit b2ea5e60a7ea43fc825936f23218a77f13b67e12
+Author: Gaetan Nadon 
+Date:   Wed Jan 12 16:28:01 2011 -0500
+
+config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS
+
+This silences an Autoconf warning
+
+commit 3b09a1e5f853c32c6784b74914e12659168a
+Author: Gaetan Nadon 
+Date:   Wed Jan 12 15:29:49 2011 -0500
+
+config: replace deprecated AC_HELP_STRING with AS_HELP_STRING
+
+This silences an Automake warning.
+
+Si

commit dmz-icon-theme-cursors for openSUSE:Factory

2013-01-22 Thread h_root
Hello community,

here is the log from the commit of package dmz-icon-theme-cursors for 
openSUSE:Factory checked in at 2013-01-22 15:11:28

Comparing /work/SRC/openSUSE:Factory/dmz-icon-theme-cursors (Old)
 and  /work/SRC/openSUSE:Factory/.dmz-icon-theme-cursors.new (New)


Package is "dmz-icon-theme-cursors", Maintainer is ""

Changes:

--- 
/work/SRC/openSUSE:Factory/dmz-icon-theme-cursors/dmz-icon-theme-cursors.changes
2011-10-02 09:57:15.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.dmz-icon-theme-cursors.new/dmz-icon-theme-cursors.changes
   2013-01-22 15:11:30.0 +0100
@@ -1,0 +2,5 @@
+Thu Jan 17 16:42:54 UTC 2013 - vu...@opensuse.org
+
+- Change license from GPL-2.0+ to CC-BY-SA-3.0. Fix bnc#782743.
+
+---



Other differences:
--
++ dmz-icon-theme-cursors.spec ++
--- /var/tmp/diff_new_pack.5TodVt/_old  2013-01-22 15:11:32.0 +0100
+++ /var/tmp/diff_new_pack.5TodVt/_new  2013-01-22 15:11:32.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package dmz-icon-theme-cursors
 #
-# Copyright (c) 2011 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
@@ -16,12 +16,12 @@
 #
 
 
-
 Name:   dmz-icon-theme-cursors
 Version:11.2.0
-Release:1
-License:GPL-2.0+
+Release:0
+# As documented on 
http://packages.debian.org/changelogs/pool/main/d/dmz-cursor-theme/dmz-cursor-theme_0.4.3/dmz-cursor-theme.copyright
 Summary:DMZ Cursor Theme
+License:CC-BY-SA-3.0
 Group:  System/GUI/GNOME
 Source: dmz-cursors.tar.bz2
 Requires:   hicolor-icon-theme

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



commit desktop-data-openSUSE for openSUSE:Factory

2013-01-22 Thread h_root
Hello community,

here is the log from the commit of package desktop-data-openSUSE for 
openSUSE:Factory checked in at 2013-01-22 15:09:08

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


Package is "desktop-data-openSUSE", Maintainer is "wstephen...@suse.com"

Changes:

--- 
/work/SRC/openSUSE:Factory/desktop-data-openSUSE/desktop-data-openSUSE.changes  
2012-12-10 11:31:52.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.desktop-data-openSUSE.new/desktop-data-openSUSE.changes
 2013-01-22 15:09:10.0 +0100
@@ -1,0 +2,11 @@
+Mon Jan 21 13:10:04 UTC 2013 - wstephen...@suse.com
+
+- Update for changes to XDG menu spec (bnc#443364):
+  * Edutainment is now two top level menus, Education and Science
+  * All additional categories allowed for Education are now 
+permitted for Science
+  * Monitor additional category is permitted for System and Network
+  * Spirituality, Maps, Feed, NetworkService, Shooter additional
+categories were added
+
+---



Other differences:
--
++ desktop-data-openSUSE.spec ++
--- /var/tmp/diff_new_pack.BUOzUe/_old  2013-01-22 15:09:12.0 +0100
+++ /var/tmp/diff_new_pack.BUOzUe/_new  2013-01-22 15:09:12.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package desktop-data-openSUSE
 #
-# 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

++ desktop-data.tar.bz2 ++
/work/SRC/openSUSE:Factory/desktop-data-openSUSE/desktop-data.tar.bz2 
/work/SRC/openSUSE:Factory/.desktop-data-openSUSE.new/desktop-data.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 coreutils for openSUSE:Factory

2013-01-22 Thread h_root
Hello community,

here is the log from the commit of package coreutils for openSUSE:Factory 
checked in at 2013-01-22 15:08:43

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-testsuite.changes
2012-12-08 15:51:19.0 +0100
+++ /work/SRC/openSUSE:Factory/.coreutils.new/coreutils-testsuite.changes   
2013-01-22 15:08:44.0 +0100
@@ -1,0 +2,96 @@
+Sun Jan 20 13:18:28 UTC 2013 - m...@bernhard-voelker.de
+
+- Avoid segmentation fault in "join -i" with long line input (bnc#798541, 
VUL-1)
+
+  * src/join.c: Instead of usig unreliable alloca() stack allocation,
+use heap allocation via xmalloc()+free().
+(coreutils-i18n.patch, from Philipp Thomas )
+
+- Avoid segmentation fault in "sort -d" and "sort -M" with long line input
+  (bnc#798538, VUL-1)
+
+  * src/sort.c: Instead of usig unreliable alloca() stack allocation,
+use heap allocation via xmalloc()+free().
+(coreutils-i18n.patch, from Philipp Thomas )
+
+- Avoid segmentation fault in "uniq" with long line input (bnc#796243, VUL-1)
+
+  * src/cut.c: Instead of usig unreliable alloca() stack allocation,
+use heap allocation via xmalloc()+free().
+(coreutils-i18n.patch)
+
+- Fix test-suite errors (bnc#798261).
+
+  * tests/cp/fiemap-FMR: Fix path to src directory and declare
+require_valgrind_ function.
+(coreutils-cp-corrupt-fragmented-sparse.patch)
+  * tests/misc/cut:
+Fix src/cut.c to properly pass output-delimiter tests.
+Synchronize cut.c related part of the i18n patch with Fedora's.
+Merge coreutils-i18n-infloop.patch into coreutils-i18n.patch.
+Merge coreutils-i18n-uninit.patch into coreutils-i18n.patch.
+In tests/misc/cut, do not replace the non-i18n error messages.
+(coreutils-i18n.patch)
+  * tests/rm/ext3-perf:
+This test failed due to heavy parallel CPU and/or disk load because it
+is based on timeouts. Do not run the test-suite with 'make -jN.
+(coreutils.spec, coreutils-testsuite.spec)
+  * tests/du/slink:
+This test fails on OBS infrastructure and will be removed upstreams
+in coreutils-8.21 anyway. Skip the test until we upgrade.
+Upstream discussion:
+http://lists.gnu.org/archive/html/coreutils/2013-01/msg00053.html
+(coreutils-skip-du-slink-test.patch)
+  * Further spec changes:
+Run more tests: also run "very expensive" tests; add acl, python-pyinotify,
+strace and valgrind to the build requirements.
+Remove patch5 and patch6 as they are now merged into coreutils-i18n.patch
+(see above).
+(coreutils.spec, coreutils-testsuite.spec)
+
+- Maintenance changes:
+  (coreutils.spec, coreutils-testsuite.spec)
+
+  * Add perl and texinfo to the build requirements as they are needed to
+re-generate the man pages and the texinfo documentation.
+  * Remove already-active "-Wall" compiler option from CFLAGS variable.
+  * Install the compressed test-suite.log into the documentation directory
+of the coreutils-testsuite package (section %check and %files).
+  * Properly guard the spec sections for the coreutils and the
+coreutils-testsuite package.
+  * Update patches to reflect new line numbers.
+
+---
+Thu Jan 10 21:18:52 CET 2013 - phis...@suse.de
+
+- Hardcode the name passed to find_lang so that it works for
+  coreutils-testsuite too.
+
+---
+Thu Jan 10 11:58:17 CET 2013 - p...@suse.de
+
+- Don't call autoreconf on distributions older then 12.0
+  because their autoconf is too old, so also patch Makefile.in
+  in addition to Makefile.am where needed.
+
+---
+Tue Dec  4 08:16:35 UTC 2012 - m...@bernhard-voelker.de
+
+- Update default posix version to 200112 (bnc#783352).
+- Add coreutils-df-always-hide-rootfs.patch:
+  Hide rootfs in df (df not using yet /proc/self/mountinfo).
+
+---
+Mon Nov 19 13:04:44 UTC 2012 - idon...@suse.com
+
+- Statically link to gmp otherwise expr depends on gmp and gmp
+  configure script depends on expr which creates a build cycle.
+
+---
+Thu Nov  8 13:12:25 CET 2012 - p...@suse.de
+
+- Add the missing parts in coreutil.spec so that the testsuite is
+  only run when coreutils-testsuite is built. Also add additional
+  BuildRequires for the testsuite.
+
+---
--- /work/SRC/openSUSE:Factory/coreutils/coreutils.changes  2012-12-08 
15:51:19.0 +0100
+++ /work/SRC/openSUSE

commit bzip2 for openSUSE:Factory

2013-01-22 Thread h_root
Hello community,

here is the log from the commit of package bzip2 for openSUSE:Factory checked 
in at 2013-01-22 15:05:38

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


Package is "bzip2", Maintainer is "vci...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/bzip2/bzip2.changes  2012-02-15 
16:15:43.0 +0100
+++ /work/SRC/openSUSE:Factory/.bzip2.new/bzip2.changes 2013-01-22 
15:05:40.0 +0100
@@ -1,0 +2,12 @@
+Mon Jan 21 22:09:52 UTC 2013 - idon...@suse.com
+
+- Add %{version} to Obsoletes/Provides 
+
+---
+Mon Jan 21 19:15:09 UTC 2013 - jeng...@inai.de
+
+- Executing autoreconf requires autoconf
+- Set RPM groups to the common ones we use for library and
+  "-devel" packages
+
+---



Other differences:
--
++ bzip2.spec ++
--- /var/tmp/diff_new_pack.ZgHH6e/_old  2013-01-22 15:05:41.0 +0100
+++ /var/tmp/diff_new_pack.ZgHH6e/_new  2013-01-22 15:05:41.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package bzip2
 #
-# 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
@@ -19,17 +19,6 @@
 Name:   bzip2
 Version:1.0.6
 Release:0
-Provides:   bzip
-Obsoletes:  bzip
-BuildRequires:  libtool
-BuildRequires:  pkg-config
-# The following is a kludge to get updating bzip2 to after the split work
-PreReq: libbz2-1
-# bug437293
-%ifarch ppc64
-Obsoletes:  bzip2-64bit
-%endif
-#
 Url:http://www.bzip.org/
 Summary:A Program for Compressing Files
 License:BSD-3-Clause
@@ -46,6 +35,17 @@
 Patch6: bzip2-point-to-doc-pkg.patch
 Patch7: bzip2-ocloexec.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  autoconf >= 2.57
+BuildRequires:  libtool
+BuildRequires:  pkg-config
+# The following is a kludge to get updating bzip2 to after the split work
+PreReq: libbz2-1
+# bug437293
+%ifarch ppc64
+Obsoletes:  bzip2-64bit
+%endif
+Provides:   bzip = %{version}
+Obsoletes:  bzip < %{version}
 
 %description
 The bzip2 program is a very powerful program for compressing files.
@@ -62,15 +62,16 @@
 
 %package -n libbz2-1
 Summary:The bzip2 runtime library
-Group:  Productivity/Archiving/Compression
+Group:  System/Libraries
 
 %description -n libbz2-1
 The bzip2 runtime library
 
 %package -n libbz2-devel
 Summary:The bzip2 runtime library development files
-Group:  Development/Libraries/Other
-Requires:   libbz2-1 = %{version} glibc-devel
+Group:  Development/Libraries/C and C++
+Requires:   glibc-devel
+Requires:   libbz2-1 = %{version}
 
 %description -n libbz2-devel
 The bzip2 runtime library development files.



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



commit branding-openSUSE for openSUSE:Factory

2013-01-22 Thread h_root
Hello community,

here is the log from the commit of package branding-openSUSE for 
openSUSE:Factory checked in at 2013-01-22 15:02:21

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


Package is "branding-openSUSE", Maintainer is "sbra...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/branding-openSUSE/branding-openSUSE.changes  
2013-01-20 13:09:03.0 +0100
+++ /work/SRC/openSUSE:Factory/.branding-openSUSE.new/branding-openSUSE.changes 
2013-01-22 15:02:22.0 +0100
@@ -1,0 +2,5 @@
+Tue Jan 22 00:04:13 UTC 2013 - rbrown...@opensuse.org
+
+- Fix Plymouth 4:3 aspect ratio so it shows vine design
+
+---



Other differences:
--
++ openSUSE.tar.gz ++
/work/SRC/openSUSE:Factory/branding-openSUSE/openSUSE.tar.gz 
/work/SRC/openSUSE:Factory/.branding-openSUSE.new/openSUSE.tar.gz differ: char 
5, line 1

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



commit bluez-hcidump for openSUSE:Factory

2013-01-22 Thread h_root
Hello community,

here is the log from the commit of package bluez-hcidump for openSUSE:Factory 
checked in at 2013-01-22 15:00:46

Comparing /work/SRC/openSUSE:Factory/bluez-hcidump (Old)
 and  /work/SRC/openSUSE:Factory/.bluez-hcidump.new (New)


Package is "bluez-hcidump", Maintainer is "a...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/bluez-hcidump/bluez-hcidump.changes  
2012-07-12 10:40:56.0 +0200
+++ /work/SRC/openSUSE:Factory/.bluez-hcidump.new/bluez-hcidump.changes 
2013-01-22 15:00:47.0 +0100
@@ -1,0 +2,9 @@
+Sat Jan 19 17:25:08 UTC 2013 - fi...@opensuse.org
+
+- Update to version 2.5:
+  - Fix issue with maximum packet size for AMP controllers.
+  - Add support for more advanced AMP controller decoding.
+  - Add support for more advanced AVRCP decoding.
+  - Add support for reading new BTSnoop data link type.
+
+---

Old:

  bluez-hcidump-2.4.tar.bz2

New:

  bluez-hcidump-2.5.tar.xz



Other differences:
--
++ bluez-hcidump.spec ++
--- /var/tmp/diff_new_pack.p6SH1d/_old  2013-01-22 15:00:48.0 +0100
+++ /var/tmp/diff_new_pack.p6SH1d/_new  2013-01-22 15:00:48.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package bluez-hcidump
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 # Copyright (c) 2011-2012 B1 Systems GmbH, Vohburg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
@@ -21,15 +21,16 @@
 BuildRequires:  bluez
 BuildRequires:  bluez-devel >= 4.70
 BuildRequires:  pkgconfig
+BuildRequires:  xz
 Url:http://www.bluez.org
-Version:2.4
+Version:2.5
 Release:0
 Summary:HCI Dumper for Debugging Bluetooth Connections
 License:GPL-2.0+
 Group:  Development/Tools/Debuggers
 PreReq: %insserv_prereq
 ### http://www.kernel.org/pub/linux/bluetooth/
-Source: %{name}-%{version}.tar.bz2
+Source: 
http://www.kernel.org/pub/linux/bluetooth/%{name}-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 # not sure if we really need a specific bluez version, or if we need bluez at 
all
 # maybe libbluetooth is enough

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



commit bluez for openSUSE:Factory

2013-01-22 Thread h_root
Hello community,

here is the log from the commit of package bluez for openSUSE:Factory checked 
in at 2013-01-22 14:59:16

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


Package is "bluez", Maintainer is "a...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/bluez/bluez-gstreamer.changes2012-10-26 
07:42:58.0 +0200
+++ /work/SRC/openSUSE:Factory/.bluez.new/bluez-gstreamer.changes   
2013-01-22 14:59:18.0 +0100
@@ -1,0 +2,23 @@
+Fri Jan 11 14:38:03 UTC 2013 - crrodrig...@opensuse.org
+
+- Add changelog entry for older change so factory-auto wont reject this.
+- This requests removes sbc building and packaging from bluez.
+SBC recently gets its own package and sources are even stripped out ot 
+Bluez in current git master (future 5.0). 
+On top of that current bluez-devel package conflicts with sbc-devel.
+Note: This change may broke packages which use sbc from bluez-devel 
+as new sbc-devel package use different include path.
+This change is required to properly build PulseAudio 3.0
+
+---
+Wed Oct 31 14:50:01 UTC 2012 - crrodrig...@opensuse.org
+
+- bluez-coldplug init script is forced but it s not needed
+  when using systemd with dbus activation.
+
+---
+Wed Oct 17 11:44:49 UTC 2012 - seife+...@b1-systems.com
+
+- remove unused 001-remove-rule-dell-mouse.patch
+
+---
@@ -4,0 +28,15 @@
+
+---
+Wed Oct 17 08:52:03 UTC 2012 - fcro...@suse.com
+
+- Change udev rules location with udev > 190
+
+---
+Tue Aug 28 09:37:12 UTC 2012 - seife+...@b1-systems.com
+
+- enable bluetooth.service on install (bnc#772455)
+
+---
+Sat Jul 28 13:00:59 UTC 2012 - seife+...@b1-systems.com
+
+- remove unused service file (now in upstream tarball)
--- /work/SRC/openSUSE:Factory/bluez/bluez.changes  2013-01-17 
09:36:43.0 +0100
+++ /work/SRC/openSUSE:Factory/.bluez.new/bluez.changes 2013-01-22 
14:59:18.0 +0100
@@ -19,0 +20,10 @@
+Wed Oct 17 11:44:49 UTC 2012 - seife+...@b1-systems.com
+
+- remove unused 001-remove-rule-dell-mouse.patch
+
+---
+Wed Oct 17 09:18:47 UTC 2012 - fcro...@suse.com
+
+- Fix build with new systemd / udev location.
+
+---
@@ -22,0 +33,10 @@
+
+---
+Tue Aug 28 09:37:12 UTC 2012 - seife+...@b1-systems.com
+
+- enable bluetooth.service on install (bnc#772455)
+
+---
+Sat Jul 28 13:00:59 UTC 2012 - seife+...@b1-systems.com
+
+- remove unused service file (now in upstream tarball)

Old:

  001-remove-rule-dell-mouse.patch
  org.bluez.service



Other differences:
--
++ bluez.spec ++
--- /var/tmp/diff_new_pack.vc6EIn/_old  2013-01-22 14:59:20.0 +0100
+++ /var/tmp/diff_new_pack.vc6EIn/_new  2013-01-22 14:59:20.0 +0100
@@ -45,8 +45,6 @@
 License:GPL-2.0+
 Group:  Hardware/Mobile
 Source: bluez-%{version}.tar.bz2
-# bug in the 4.100 tarball: missing file...
-Source1:org.bluez.service
 Source2:bluez-coldplug.init
 Source3:bluetooth.sysconfig
 Source5:baselibs.conf
@@ -54,8 +52,6 @@
 Source7:bluetooth.modprobe
 # already fixed upstream
 Patch0: 0001-network-fix-network-Connect-method-parameters.patch
-# TODO: check for obsoletion
-Patch9: 001-remove-rule-dell-mouse.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Provides:   bluez-utils = 3.36
 Obsoletes:  bluez-utils <= 3.36
@@ -202,9 +198,6 @@
 %prep
 %setup -q
 %patch0 -p1
-# disabled the patch because it does no longer cleanly apply and the rule has
-# changed significantly anyway. I'll keep it until i get confirmation in 
bugzilla.
-##%%patch9 -p1
 cp %{S:6} .
 mkdir dbus-apis
 cp -a doc/*.txt dbus-apis/
@@ -285,6 +278,7 @@
 %endif
 
 %post
+# todo: check if this is still obeyed / needed with systemd
 %{fillup_only -n bluetooth}
 %if 0%{?has_systemd}
 %service_add_post bluetooth.service

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



commit beforelight for openSUSE:Factory

2013-01-22 Thread h_root
Hello community,

here is the log from the commit of package beforelight for openSUSE:Factory 
checked in at 2013-01-22 14:57:32

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


Package is "beforelight", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/beforelight/beforelight.changes  2012-05-08 
11:56:06.0 +0200
+++ /work/SRC/openSUSE:Factory/.beforelight.new/beforelight.changes 
2013-01-22 14:57:35.0 +0100
@@ -1,0 +2,14 @@
+Sat Jan 19 09:30:39 UTC 2013 - zai...@opensuse.org
+
+- Update to version 1.0.5:
+  + Remove Xaw mention from README.
+  + config: Add missing AC_CONFIG_SRCDIR.
+  + Remove dependency on libXaw.
+  + man: remove trailing spaces and tabs.
+  + config: 
+- Move man pages into their own directory.
+- Replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS.
+- Replace deprecated AC_HELP_STRING with AS_HELP_STRING.
+- Drop pkgconfig(xaw7) BuildRequires, no longer needed.
+
+---

Old:

  beforelight-1.0.4.tar.bz2

New:

  beforelight-1.0.5.tar.bz2



Other differences:
--
++ beforelight.spec ++
--- /var/tmp/diff_new_pack.GMZFYA/_old  2013-01-22 14:57:35.0 +0100
+++ /var/tmp/diff_new_pack.GMZFYA/_new  2013-01-22 14:57:35.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package beforelight
 #
-# 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
@@ -15,17 +15,17 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   beforelight
-Version:1.0.4
+Version:1.0.5
 Release:0
-License:MIT
 Summary:Sample implementation of a screen saver for X servers
-Url:http://xorg.freedesktop.org/
+License:MIT
 Group:  System/X11/Utilities
+Url:http://xorg.freedesktop.org/
 Source0:
http://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.bz2
 BuildRequires:  pkg-config
 BuildRequires:  pkgconfig(x11)
-BuildRequires:  pkgconfig(xaw7)
 BuildRequires:  pkgconfig(xorg-macros) >= 1.8
 BuildRequires:  pkgconfig(xscrnsaver)
 BuildRequires:  pkgconfig(xt)

++ beforelight-1.0.4.tar.bz2 -> beforelight-1.0.5.tar.bz2 ++
 10351 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/beforelight-1.0.4/ChangeLog new/beforelight-1.0.5/ChangeLog
--- old/beforelight-1.0.4/ChangeLog 2010-10-30 21:13:13.0 +0200
+++ new/beforelight-1.0.5/ChangeLog 2013-01-15 06:22:29.0 +0100
@@ -1,3 +1,83 @@
+commit 86bbd2205a3372c7803bb803723a72ff9a62f3f4
+Author: Alan Coopersmith 
+Date:   Mon Jan 14 21:21:59 2013 -0800
+
+beforelight 1.0.5
+
+Signed-off-by: Alan Coopersmith 
+
+commit 924b1b832a81d80bc9c3e6470b221c30cbee8652
+Author: Alan Coopersmith 
+Date:   Mon Jan 14 21:21:23 2013 -0800
+
+Remove Xaw mention from README
+
+Dependency was removed by commit 3c9e50cb0bf42f42f
+
+Signed-off-by: Alan Coopersmith 
+
+commit 4cf3c0b07014e540a3508b570c6fc5556d4e2a3a
+Author: Alan Coopersmith 
+Date:   Mon Jan 14 21:19:47 2013 -0800
+
+config: Add missing AC_CONFIG_SRCDIR
+
+Regroup AC statements under the Autoconf initialization section.
+Regroup AM statements under the Automake initialization section.
+
+Signed-off-by: Alan Coopersmith 
+
+commit 3c9e50cb0bf42f42f0be460e89045257c7efc480
+Author: Alan Coopersmith 
+Date:   Mon Jan 24 22:55:18 2011 -0800
+
+Remove dependency on libXaw
+
+The only thing from libXaw that isn't in #ifdef NOTDEF is a reference
+to the ZERO #define, which is trivially replaced - no point requiring
+an entire library for a single constant #define.
+
+Signed-off-by: Alan Coopersmith 
+
+commit cff32361b4a901a131b23c01f7592779358f4141
+Author: Gaetan Nadon 
+Date:   Wed Jan 19 10:06:55 2011 -0500
+
+config: move man pages into their own directory
+
+Use services provided by XORG_MANPAGE_SECTIONS.
+Use standard Makefile for man pages.
+
+Signed-off-by: Gaetan Nadon 
+
+commit 77c2eaa749deacd6d4296267c099758d2d5cdba9
+Author: Gaetan Nadon 
+Date:   Thu Jan 13 11:15:0

commit bdftopcf for openSUSE:Factory

2013-01-22 Thread h_root
Hello community,

here is the log from the commit of package bdftopcf for openSUSE:Factory 
checked in at 2013-01-22 14:53:53

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


Package is "bdftopcf", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/bdftopcf/bdftopcf.changes2012-05-08 
11:55:56.0 +0200
+++ /work/SRC/openSUSE:Factory/.bdftopcf.new/bdftopcf.changes   2013-01-22 
14:53:55.0 +0100
@@ -1,0 +2,17 @@
+Sat Jan 19 09:20:31 UTC 2013 - zai...@opensuse.org
+
+- Update to version 1.0.4:
+  + Use remove() instead of unlink() to remove files.
+  + Use symbolic names instead of raw integers for stdin & stdout
+fd's.
+  + Add -v flag to print version info.
+  + Combine usage message strings.
+  + Initialize font to 0 values directly instead of via bzero.
+  + Adopt X.Org standard coding style (via x-indent.sh).
+  + man: remove trailing spaces and tabs.
+  + config:
+- Move man pages into their own directory.
+- Replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS.
+- Use AC_PROG_INSTALL now supplied by XORG_DEFAULT_OPTIONS.
+
+---

Old:

  bdftopcf-1.0.3.tar.bz2

New:

  bdftopcf-1.0.4.tar.bz2



Other differences:
--
++ bdftopcf.spec ++
--- /var/tmp/diff_new_pack.zKwq50/_old  2013-01-22 14:53:57.0 +0100
+++ /var/tmp/diff_new_pack.zKwq50/_new  2013-01-22 14:53:57.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package bdftopcf
 #
-# 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
@@ -15,13 +15,14 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   bdftopcf
-Version:1.0.3
+Version:1.0.4
 Release:0
-License:MIT
 Summary:Font compiler for the X server and font server
-Url:http://xorg.freedesktop.org/
+License:MIT
 Group:  System/X11/Utilities
+Url:http://xorg.freedesktop.org/
 Source0:
http://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.bz2
 BuildRequires:  pkg-config
 BuildRequires:  pkgconfig(xfont)

++ bdftopcf-1.0.3.tar.bz2 -> bdftopcf-1.0.4.tar.bz2 ++
 10626 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/bdftopcf-1.0.3/ChangeLog new/bdftopcf-1.0.4/ChangeLog
--- old/bdftopcf-1.0.3/ChangeLog2010-10-30 04:54:17.0 +0200
+++ new/bdftopcf-1.0.4/ChangeLog2013-01-15 06:15:42.0 +0100
@@ -1,3 +1,99 @@
+commit 4759123ce0333e37ca13f3a6c9feed503fb13895
+Author: Alan Coopersmith 
+Date:   Mon Jan 14 21:14:56 2013 -0800
+
+bdftopcf 1.0.4
+
+Signed-off-by: Alan Coopersmith 
+
+commit eb5013a55e7229979e5f46e627553e6121c2fca1
+Author: Alan Coopersmith 
+Date:   Thu Jan 3 00:21:36 2013 -0800
+
+Use remove() instead of unlink() to remove files
+
+Signed-off-by: Alan Coopersmith 
+
+commit b6371ad6463cdc0c35e7ca5a34f1bd6d945266ec
+Author: Alan Coopersmith 
+Date:   Thu Jan 3 00:19:30 2013 -0800
+
+Use symbolic names instead of raw integers for stdin & stdout fd's
+
+Signed-off-by: Alan Coopersmith 
+
+commit 15cfc3dcd9194fcca7715049eb1f49be2aa6d92f
+Author: Alan Coopersmith 
+Date:   Thu Jan 3 00:17:05 2013 -0800
+
+Add -v flag to print version info
+
+Signed-off-by: Alan Coopersmith 
+
+commit b73e3de2d8a192d64f22fd2f450741cba2b7ee18
+Author: Alan Coopersmith 
+Date:   Thu Jan 3 00:07:16 2013 -0800
+
+Combine usage message strings
+
+Signed-off-by: Alan Coopersmith 
+
+commit f82c76db93e191f5d6dfc2b07333a2b22dc52875
+Author: Alan Coopersmith 
+Date:   Thu Jan 3 00:07:06 2013 -0800
+
+Initialize font to 0 values directly instead of via bzero
+
+Signed-off-by: Alan Coopersmith 
+
+commit a28c5c4f2b9f3e20fb176e08a1eda149a8b866f3
+Author: Alan Coopersmith 
+Date:   Thu Jan 3 00:01:52 2013 -0800
+
+Adopt X.Org standard coding style (via x-indent.sh)
+
+Signed-off-by: Alan Coopersmith 
+
+commit 6d842fb19b4c85fd1bc69db604034667c0bb7b43
+Author: Gaetan Nadon 
+Date:   Wed Jan 19 10:06:55 2011 -0500
+
+config: move man pages into their own directory
+
+ 

commit aaa_base for openSUSE:Factory

2013-01-22 Thread h_root
Hello community,

here is the log from the commit of package aaa_base for openSUSE:Factory 
checked in at 2013-01-22 14:53:26

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


Package is "aaa_base", Maintainer is "r...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/aaa_base/aaa_base.changes2013-01-20 
12:05:20.0 +0100
+++ /work/SRC/openSUSE:Factory/.aaa_base.new/aaa_base.changes   2013-01-22 
14:53:29.0 +0100
@@ -1,0 +2,5 @@
+Tue Jan 22 12:57:58 UTC 2013 - lnus...@suse.de
+
+- remove check whether systemd is running
+
+---



Other differences:
--
++ aaa_base-12.3.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/aaa_base-12.3/files/usr/bin/chkconfig 
new/aaa_base-12.3/files/usr/bin/chkconfig
--- old/aaa_base-12.3/files/usr/bin/chkconfig   2013-01-19 12:00:55.0 
+0100
+++ new/aaa_base-12.3/files/usr/bin/chkconfig   2013-01-22 13:56:42.0 
+0100
@@ -494,7 +494,6 @@
 my $verb = shift;
 my $root = shift;
 
-return unless ($root ne "/") or ($root eq "/") and (is_systemd_active());
 return unless is_overriden_by_systemd ($service,$root);
 
 my $unit = "$service.service";

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