commit apparmor for openSUSE:Factory

2013-01-14 Thread h_root
Hello community,

here is the log from the commit of package apparmor for openSUSE:Factory 
checked in at 2013-01-14 09:35:25

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


Package is apparmor, Maintainer is mszer...@novell.com

Changes:

--- /work/SRC/openSUSE:Factory/apparmor/apparmor.changes2013-01-11 
09:23:53.0 +0100
+++ /work/SRC/openSUSE:Factory/.apparmor.new/apparmor.changes   2013-01-14 
09:35:27.0 +0100
@@ -1,0 +2,6 @@
+Sun Jan 13 13:46:01 UTC 2013 - opens...@cboltz.de
+
+- update abstractions/mysql with correct paths and add MariaDB paths
+  (bnc#798183)
+
+---

New:

  apparmor-abstractions-mysql-path.diff



Other differences:
--
++ apparmor.spec ++
--- /var/tmp/diff_new_pack.Rw6h0K/_old  2013-01-14 09:35:29.0 +0100
+++ /var/tmp/diff_new_pack.Rw6h0K/_new  2013-01-14 09:35:29.0 +0100
@@ -65,6 +65,9 @@
 # include autogenerated profile sniplet for samba shares (bnc#688040)
 Patch2: apparmor-samba-include-permissions-for-shares.diff
 
+# changed paths for MySQL, add MariaDB support (bnc#798183, commited upstream 
2013-01-13, trunk r2104, 2.8 branch r2070)
+Patch3: apparmor-abstractions-mysql-path.diff
+
 # split a long string in AppArmor.pm. Not accepted upstream because they want 
a solution without hardcoded width.
 Patch5: apparmor-utils-string-split
 
@@ -407,6 +410,7 @@
 %setup -q
 %patch1 -p1
 %patch2 -p0
+%patch3 -p0
 %patch5 -p1
 %patch12 -p1
 


++ apparmor-abstractions-mysql-path.diff ++
=== modified file 'profiles/apparmor.d/abstractions/mysql'
--- profiles/apparmor.d/abstractions/mysql  2010-12-20 20:29:10 +
+++ profiles/apparmor.d/abstractions/mysql  2013-01-11 21:50:19 +
@@ -1,6 +1,7 @@
 # --
 #
 #Copyright (C) 2002-2006 Novell/SUSE
+#Copyright (C) 2013 Christian Boltz
 #
 #This program is free software; you can redistribute it and/or
 #modify it under the terms of version 2 of the GNU General Public
@@ -9,5 +10,6 @@
 # --
 
/var/lib/mysql/mysql.sock rw,
-   /usr/share/mysql/charsets/ r,
-   /usr/share/mysql/charsets/*.xml r,
+   /{var/,}run/mysql/mysql.sock rw,
+   /usr/share/{mysql,mysql-community-server,mariadb}/charsets/ r,
+   /usr/share/{mysql,mysql-community-server,mariadb}/charsets/*.xml r,


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



commit autofs for openSUSE:Factory

2013-01-14 Thread h_root
Hello community,

here is the log from the commit of package autofs for openSUSE:Factory checked 
in at 2013-01-14 09:37:32

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.changes2012-11-22 
16:11:43.0 +0100
+++ /work/SRC/openSUSE:Factory/.autofs.new/autofs.changes   2013-01-14 
09:37:34.0 +0100
@@ -1,0 +2,28 @@
+Fri Jan 11 19:02:21 UTC 2013 - lchiqui...@suse.com
+
+- fix build on older versions of the distribution, do not install
+  org.freedesktop.AutoMount.conf
+
+---
+Fri Jan 11 18:45:14 UTC 2013 - lchiqui...@suse.com
+
+- autofs-5.0.7-fix-scandir-filter.patch: fix lookup_dir when the
+  included directory is on an XFS file system (bnc#798158)
+
+---
+Fri Jan 11 18:37:56 UTC 2013 - lchiqui...@suse.com
+
+- autofs-5.0.7-upstream-patches-20121120.bz2: update 5.0.7 upstream
+  patches to 20121120, fixing some bugs:
+  * fix map entry duplicate offset detection
+  * allow nsswitch.conf to not contain automount: lines
+
+---
+Fri Jan 11 18:28:53 UTC 2013 - lchiqui...@suse.com
+
+- revert systemd initialization type from simple to forking
+  and drop the patch that partially implemented new style systemd
+  daemon (bnc#798162)
+- autofs-5.0.7-new-style-systemd-daemon.patch: delete
+
+---

Old:

  autofs-5.0.7-new-style-systemd-daemon.patch
  autofs-5.0.7-upstream-patches-20121018.bz2

New:

  autofs-5.0.7-fix-scandir-filter.patch
  autofs-5.0.7-upstream-patches-20121120.bz2



Other differences:
--
++ autofs.spec ++
--- /var/tmp/diff_new_pack.HCQUOc/_old  2013-01-14 09:37:37.0 +0100
+++ /var/tmp/diff_new_pack.HCQUOc/_new  2013-01-14 09:37:37.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package autofs
 #
-# 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
@@ -66,7 +66,7 @@
 Source42:   org.freedesktop.AutoMount.conf
 Source100:  autofs-rpmlintrc
 # Upstream patches that will be in the next release
-%define patchdate 20121018
+%define patchdate 20121120
 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,12 @@
 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-EXTEND-UPSTREAM autofs-5.0.7-new-style-systemd-daemon.patch
-Patch83:autofs-5.0.7-new-style-systemd-daemon.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 +112,9 @@
 %patch1 -p1
 %patch80 -p1
 %patch82 -p1
-%patch83 -p1
 %patch84 -p1
 %patch85 -p1
+%patch86 -p1
 %patch100 -p1
 %patch101 -p1
 %patch102 -p0 -b .udisks
@@ -149,7 +149,9 @@
 %if %{with_systemd}
 install -D -m 644 %{SOURCE6} %{buildroot}%{_unitdir}/autofs.service
 %endif
+%if 0%{?suse_version} = 1230
 install -D -m 644 %{SOURCE42} 
%{buildroot}%{_sysconfdir}/dbus-1/system.d/org.freedesktop.AutoMount.conf
+%endif
 # will be installed by fillup scripts
 rm -f %{buildroot}%{_sysconfdir}/sysconfig/autofs
 
@@ -189,7 +191,9 @@
 %config(noreplace) %{_sysconfdir}/auto.smb
 %config(noreplace) %{_sysconfdir}/autofs_ldap_auth.conf
 %config %{_sysconfdir}/init.d/autofs
+%if 0%{?suse_version} = 1230
 %config %{_sysconfdir}/dbus-1/system.d/org.freedesktop.AutoMount.conf
+%endif
 %dir %{_sysconfdir}/auto.master.d
 %dir %{_sysconfdir}/NetworkManager
 %dir %{_sysconfdir}/NetworkManager/dispatcher.d

++ autofs-5.0.7-dont-reschedule-alarm-after-signals.patch ++
--- 

commit darktable for openSUSE:Factory

2013-01-14 Thread h_root
Hello community,

here is the log from the commit of package darktable for openSUSE:Factory 
checked in at 2013-01-14 09:37:58

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


Package is darktable, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/darktable/darktable.changes  2012-12-14 
06:37:21.0 +0100
+++ /work/SRC/openSUSE:Factory/.darktable.new/darktable.changes 2013-01-14 
09:38:01.0 +0100
@@ -1,0 +2,56 @@
+Sun Jan 13 13:48:32 UTC 2013 - tog...@opensuse.org
+
+- Update to release 1.1.2
+  * darktable 1.1.2 is mostly a camera support update and bugfix
+release:
+   - fix export resolution rounding issue (as in previous version it
+ could be off-by-one)
+   - correctly set output dimension in exif instead of passing the raw
+ resolution verbatim
+   - local average green eq was fixed (it now works on high iso images
+ as well, and should no longer produce hot pixels)
+   - use ordered arrays in xmp files
+   - disable export parallelism for flickr/picasa export
+   - don't enter tethering mode when there is no camera attached (this
+ made darktable look asif it was hung, even though that wasn't the
+ case)
+   - bring back the pin for map thumbnails
+   - improved tiff support
+   - vignetting now has a dithering option (to mitigate occasional
+ banding)
+   - read nikon subject distance properly
+   - assorted freebsd fixes
+   - various opencl fixes
+   - usermanual updates
+
+  * Support for the following camera's with either preliminarily added
+or updated:
+- canon eos 6d
+- canon powershot s110
+- canon powershot g15
+- canon powershot sx50 hs
+- nikon 1 v2
+- nikon d600
+- nikon coolpix p7700
+- olympus e pl5
+- olympus e pm2
+- olympus xz 2
+- panasonic dmc gh3
+- panasonic dmc lx7
+- pentax k5ii
+- samsung ex2f
+- sony rx1
+- sony nex 6
+- sony slt a99
+- sony nex c3 blackpoint/greenshift fix
+
+  * white balance preset updates:
+- canon eos 550d
+- canon eos 5d mark iii
+- olympus xz 1
+- sony nex c3
+- sony slt a57
+- sony nex 5n
+- panasonic dmc-gh3 
+
+---

Old:

  darktable-1.1.1.tar.gz
  darktable-usermanual-1.1.1.pdf

New:

  darktable-1.1.2.tar.gz
  darktable-usermanual-1.1.2.pdf



Other differences:
--
++ darktable.spec ++
--- /var/tmp/diff_new_pack.cUuXbu/_old  2013-01-14 09:38:02.0 +0100
+++ /var/tmp/diff_new_pack.cUuXbu/_new  2013-01-14 09:38:02.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package darktable
 #
-# 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:   darktable
-Version:1.1.1
+Version:1.1.2
 Release:0
 Url:http://darktable.sourceforge.net
 Source0:
https://downloads.sourceforge.net/project/darktable/darktable/1.1/darktable-%{version}.tar.gz
@@ -48,8 +48,8 @@
 BuildRequires:  pkgconfig(libgphoto2)
 BuildRequires:  pkgconfig(librsvg-2.0)
 BuildRequires:  pkgconfig(libsoup-2.4)
-BuildRequires:  pkgconfig(sqlite3)
 BuildRequires:  pkgconfig(sdl)
+BuildRequires:  pkgconfig(sqlite3)
 ExclusiveArch:  %ix86 x86_64
 
 Summary:A virtual Lighttable and Darkroom
@@ -63,7 +63,6 @@
 
 %package doc
 Summary:A virtual Lighttable and Darkroom 
-License:GPL-3.0+
 Group:  Productivity/Graphics/Viewers
 
 %description doc

++ darktable-1.1.1.tar.gz - darktable-1.1.2.tar.gz ++
 23063 lines of diff (skipped)

++ darktable-usermanual-1.1.1.pdf - darktable-usermanual-1.1.2.pdf ++
(binary differes)

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



commit fcitx-configtool for openSUSE:Factory

2013-01-14 Thread h_root
Hello community,

here is the log from the commit of package fcitx-configtool for 
openSUSE:Factory checked in at 2013-01-14 09:38:16

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


Package is fcitx-configtool, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/fcitx-configtool/fcitx-configtool.changes
2012-10-16 11:30:44.0 +0200
+++ /work/SRC/openSUSE:Factory/.fcitx-configtool.new/fcitx-configtool.changes   
2013-01-14 09:38:19.0 +0100
@@ -1,0 +2,6 @@
+Sun Jan 13 05:53:18 UTC 2013 - i...@marguerite.su
+
+- update version 0.4.5.2
+  * bugfix release, fix some possible crash.
+
+---

Old:

  fcitx-configtool-0.4.5.1.tar.bz2

New:

  fcitx-configtool-0.4.5.2.tar.bz2



Other differences:
--
++ fcitx-configtool.spec ++
--- /var/tmp/diff_new_pack.YGTOSM/_old  2013-01-14 09:38:20.0 +0100
+++ /var/tmp/diff_new_pack.YGTOSM/_new  2013-01-14 09:38:20.0 +0100
@@ -23,7 +23,7 @@
 %endif
 
 Name:   fcitx-configtool
-Version:0.4.5.1
+Version:0.4.5.2
 Release:0
 Summary:GTK GUI config tool for FCITX
 License:GPL-2.0+

++ fcitx-configtool-0.4.5.1.tar.bz2 - fcitx-configtool-0.4.5.2.tar.bz2 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/fcitx-configtool-0.4.5.1/COPYING 
new/fcitx-configtool-0.4.5.2/COPYING
--- old/fcitx-configtool-0.4.5.1/COPYING2012-10-11 15:30:34.0 
+0200
+++ new/fcitx-configtool-0.4.5.2/COPYING2013-01-12 17:16:06.0 
+0100
@@ -2,7 +2,7 @@
Version 2, June 1991
 
  Copyright (C) 1989, 1991 Free Software Foundation, Inc.
- 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+ 51 Franklin St, 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.
 
@@ -305,7 +305,7 @@
 
 You should have received a copy of the GNU General Public License
 along with this program; if not, write to the Free Software
-Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
 
 
 Also add information on how to contact you by electronic and paper mail.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/fcitx-configtool-0.4.5.1/gtk/gdm-languages.c 
new/fcitx-configtool-0.4.5.2/gtk/gdm-languages.c
--- old/fcitx-configtool-0.4.5.1/gtk/gdm-languages.c2012-10-11 
15:30:34.0 +0200
+++ new/fcitx-configtool-0.4.5.2/gtk/gdm-languages.c2013-01-12 
17:16:06.0 +0100
@@ -15,7 +15,7 @@
  *
  * You should have received a copy of the GNU General Public License
  * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA..
  *
  * Written by : William Jon McCann mcc...@jhu.edu
  *  Ray Strode rstr...@redhat.com
@@ -356,7 +356,7 @@
 GdmLocale *locale;
 GdmLocale *old_locale;
 char  *name;
-gboolean   is_utf8;
+gboolean   is_utf8 = TRUE;
 
 g_return_val_if_fail(language_name != NULL, FALSE);
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/fcitx-configtool-0.4.5.1/gtk/gdm-languages.h 
new/fcitx-configtool-0.4.5.2/gtk/gdm-languages.h
--- old/fcitx-configtool-0.4.5.1/gtk/gdm-languages.h2012-10-11 
15:30:34.0 +0200
+++ new/fcitx-configtool-0.4.5.2/gtk/gdm-languages.h2013-01-12 
17:16:06.0 +0100
@@ -15,7 +15,7 @@
  *
  * You should have received a copy of the GNU General Public License
  * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
  *
  * Written by: Ray Strode
  * William Jon McCann
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/fcitx-configtool-0.4.5.1/gtk/im_widget.c 
new/fcitx-configtool-0.4.5.2/gtk/im_widget.c
--- old/fcitx-configtool-0.4.5.1/gtk/im_widget.c2012-10-11 
15:30:34.0 +0200
+++ new/fcitx-configtool-0.4.5.2/gtk/im_widget.c2013-01-12 
17:16:06.0 +0100
@@ -46,7 +46,7 @@
 GHashTable* langTable;
 } foreach_ct;
 
-static void fcitx_im_widget_finalize(GObject* object);
+static void fcitx_im_widget_dispose(GObject* object);
 static 

commit fritzing for openSUSE:Factory

2013-01-14 Thread h_root
Hello community,

here is the log from the commit of package fritzing for openSUSE:Factory 
checked in at 2013-01-14 09:40:29

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


Package is fritzing, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/fritzing/fritzing.changes2012-10-22 
22:03:32.0 +0200
+++ /work/SRC/openSUSE:Factory/.fritzing.new/fritzing.changes   2013-01-14 
09:40:31.0 +0100
@@ -1,0 +2,20 @@
+Fri Jan 04 07:47:00 UTC 2013 - b...@vdm-design.de
+
+  - update to version 0.7.11b, depends now on Qt = 4.7
+* new autorouter
+ rarely breaks DRC
+ handles diagonals
+ misses fewer routing possibilities
+ has variable keepout setting (in autorouter settings dialog)
+* curvy wires now enabled in pcb and schematic views
+* use shift-wheel to navigate SVGs in the parts editor; wheel events 
without shift will zoom (or pan) as usual
+* updated Simplified Chinese translation (thanks Yuelin and Ninjia)
+* new Bengali translation (thanks Faruk and friends)
+* improved DRC result highlighting
+* bug fixes:
+OCRA font broken under Windows 8
+free rotate broken when only top view was active (thanks to Gijs for 
spotting the connection)
+ground fill connections to small vias were being clipped
+annoying offset when dragging a via from the parts bin
+
+---

Old:

  fritzing-0.7.10b.source.tar.bz2

New:

  fritzing-0.7.11b.source.tar.bz2



Other differences:
--
++ fritzing.spec ++
--- /var/tmp/diff_new_pack.uRnzeD/_old  2013-01-14 09:40:33.0 +0100
+++ /var/tmp/diff_new_pack.uRnzeD/_new  2013-01-14 09:40:33.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package fritzing
 #
-# 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,26 +16,29 @@
 #
 
 
-
 Name:   fritzing
-Version:0.7.10b
+Version:0.7.11b
 Release:0
-License:GPL-3.0+
 Summary:Intuitive EDA platform featuring from prototype to product
-Url:http://fritzing.org/
+License:GPL-3.0+
 Group:  Productivity/Scientific/Electronics
+Url:http://fritzing.org/
 Source0:
http://fritzing.org/download/%{version}/source-tarball/%{name}-%{version}.source.tar.bz2
-Requires:   libqt4-sql-sqlite libqt4-x11
+Requires:   libqt4-sql-sqlite
+Requires:   libqt4-x11
 BuildRequires:  desktop-file-utils
-BuildRequires:  libqt4-devel
+BuildRequires:  libqt4-devel = 4.7
 %if 0%{?suse_version} || 0%{?sles_version}
 BuildRequires:  fdupes
 %endif
 %if 0%{?centos_version} || 0%{?rhel_version}
-BuildRequires:  gcc-c++ qt4-devel
+BuildRequires:  gcc-c++
+BuildRequires:  qt4-devel
 %endif
 %if 0%{?fedora}
-BuildRequires:  gcc-c++ libstdc++-devel qt
+BuildRequires:  gcc-c++
+BuildRequires:  libstdc++-devel
+BuildRequires:  qt
 %endif
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ debian.changelog ++
--- /var/tmp/diff_new_pack.uRnzeD/_old  2013-01-14 09:40:33.0 +0100
+++ /var/tmp/diff_new_pack.uRnzeD/_new  2013-01-14 09:40:33.0 +0100
@@ -1,3 +1,8 @@
+fritzing (0.7.11b-0) stable; urgency=low
+
+  * new upstream release 0.7.11b
+
+ -- Thomas Zimmermann b...@vdm-design.de  Fri, 04 Jan 2013 08:50:00 +0100
 fritzing (0.7.10b-0) stable; urgency=low
 
   * new upstream release 0.7.10b

++ fritzing-0.7.10b.source.tar.bz2 - fritzing-0.7.11b.source.tar.bz2 ++
/work/SRC/openSUSE:Factory/fritzing/fritzing-0.7.10b.source.tar.bz2 
/work/SRC/openSUSE:Factory/.fritzing.new/fritzing-0.7.11b.source.tar.bz2 
differ: char 4, line 1

++ fritzing.dsc ++
--- /var/tmp/diff_new_pack.uRnzeD/_old  2013-01-14 09:40:33.0 +0100
+++ /var/tmp/diff_new_pack.uRnzeD/_new  2013-01-14 09:40:33.0 +0100
@@ -1,10 +1,10 @@
 Format: 1.0
 Source: fritzing
-Version: 0.7.10b
+Version: 0.7.11b
 Binary: fritzing
 Maintainer: Brendan Howell bren...@howell-ersatz.com
 Architecture: any
 Build-Depends: debhelper (= 7.0.12), libqtcore4, libqtgui4, libstdc++6, 
libc6, qt4-qmake, libqt4-dev, zlib1g-dev, libqt4-sql-sqlite
 Files: 
- 8ea0765b8fd31874da0ee00515a68576 10808479 fritzing-0.7.10b.source.tar.gz
+ 8ea0765b8fd31874da0ee00515a68576 10808479 fritzing-0.7.11b.source.tar.gz
  efb141873b5a828420c39eec1e79b364 915 debian.tar.gz

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

commit gbrainy for openSUSE:Factory

2013-01-14 Thread h_root
Hello community,

here is the log from the commit of package gbrainy for openSUSE:Factory checked 
in at 2013-01-14 09:40:43

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


Package is gbrainy, Maintainer is gnome-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/gbrainy/gbrainy.changes  2012-02-14 
19:00:43.0 +0100
+++ /work/SRC/openSUSE:Factory/.gbrainy.new/gbrainy.changes 2013-01-14 
09:40:45.0 +0100
@@ -1,0 +2,44 @@
+Tue Jan  8 11:52:24 UTC 2013 - gan...@opensuse.org
+
+- Update to version 2.1.5:
+  + Remove code to handle low resolutions, let the system to decide
+  + Some new verbal analogies
+  + Updated translations.
+- Changes from 2.1.4:
+  + Bugs fixed: bgo#676211·
+  + Updated translations.
+- Changes from 2.1.3:
+  + In memory count dots puzzle, we were not painting all dots in
+some cases plus we were always asking for the red dot color in
+the question instead of random
+  + Updated translations.
+- Changes from 2.1.2:
+  + Allow to set the time to memorize a question below 4 for very
+advanced players
+  + Text should be plural in the sentence
+  + Bugs fixed: bgo#655725, bgo#669105, bgo#669102, bgo#669099,
+bgo#669106, bgo#669104.
+  + Updated translations.
+- Changes from 2.1.1:
+  + The correct answer for the Average game was always the smaller
+option
+  + Updated translations.
+- Changes from 2.1.0:
+  + Software improvements
+- Refactoring to break down responsibilities in classes and
+  make code more modular
+- Automated “Assembly / package versioning”
+  + Existing games improvements
+- Mouse support for Memorize figures and text
+- Show graphically the answer in square sheets puzzle
+- Add rationale to handshake puzzle
+- People at the table has a better graphic
+- Some controls in games handle better larger texts
+  + Updated translations.
+- Add patch gbrainy-2.1.5-CSharpCompiler.patch - fix build for
+  mono-3.0
+- Use spec-cleaner
+- Use fdupes
+- Fix executable permission on gbrainy.exe.config
+
+---

Old:

  gbrainy-2.06.tar.gz

New:

  gbrainy-2.1.5-CSharpCompiler.patch
  gbrainy-2.1.5.tar.gz



Other differences:
--
++ gbrainy.spec ++
--- /var/tmp/diff_new_pack.IaYlv3/_old  2013-01-14 09:40:46.0 +0100
+++ /var/tmp/diff_new_pack.IaYlv3/_new  2013-01-14 09:40:46.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gbrainy
 #
-# 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,13 +17,18 @@
 
 
 Name:   gbrainy
-Version:2.06
+Version:2.1.5
 Release:0
-Source: 
http://gent.softcatala.org/jmas/gbrainy/%{name}-%{version}.tar.gz
-Patch:  gbrainy-use-libexecdir.patch
+Summary:A brain teaser game and trainer
+License:GPL-2.0+
+Group:  Amusements/Games/Logic
 Url:http://live.gnome.org/gbrainy
-BuildArch:  noarch
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+Source: 
http://gent.softcatala.org/jmas/gbrainy/%{name}-%{version}.tar.gz
+# PATCH-FIX-OPENSUSE -- gbrainy-use-libexecdir.patch
+Patch0: gbrainy-use-libexecdir.patch
+# PATCH-FIX-UPSTREAM gbrainy-2.1.5-CSharpCompiler.patch - gan...@opensuse.org 
-- simple fix build for mono-3.0 because Evaluator API is changed.
+Patch1: gbrainy-2.1.5-CSharpCompiler.patch
+BuildRequires:  fdupes
 BuildRequires:  gnome-doc-utils-devel
 BuildRequires:  gtk-sharp2
 BuildRequires:  intltool
@@ -31,9 +36,8 @@
 BuildRequires:  mono-addins
 BuildRequires:  mono-devel
 BuildRequires:  translation-update-upstream
-Summary:A brain teaser game and trainer
-License:GPL-2.0+
-Group:  Amusements/Games/Logic
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildArch:  noarch
 %if 0%{?suse_version}
 BuildRequires:  update-desktop-files
 %else
@@ -66,7 +70,10 @@
 %prep
 %setup -q
 translation-update-upstream
-%patch
+%patch0
+%if 0%{?suse_version}  1220
+%patch1
+%endif
 
 %lang_package
 
@@ -77,17 +84,23 @@
 make
 
 %install
-%makeinstall
-%suse_update_desktop_file %name Game
+%make_install
+%suse_update_desktop_file %{name} Game
 %find_lang %{name} %{?no_lang_C}
-rm -rf $RPM_BUILD_ROOT%{_datadir}/pixmaps
+rm -rf %{buildroot}%{_datadir}/pixmaps
 ## It's not the right size: 32x32
-#rm -rf $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/48x48/apps/gbrainy.png
+#rm -rf 

commit glib2-branding-openSUSE for openSUSE:Factory

2013-01-14 Thread h_root
Hello community,

here is the log from the commit of package glib2-branding-openSUSE for 
openSUSE:Factory checked in at 2013-01-14 09:40:56

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


Package is glib2-branding-openSUSE, Maintainer is gnome-maintain...@suse.de

Changes:

--- 
/work/SRC/openSUSE:Factory/glib2-branding-openSUSE/glib2-branding-openSUSE.changes
  2013-01-10 15:31:38.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.glib2-branding-openSUSE.new/glib2-branding-openSUSE.changes
 2013-01-14 09:40:57.0 +0100
@@ -1,0 +2,7 @@
+Sun Jan 13 10:58:19 UTC 2013 - dims...@opensuse.org
+
+- Update gnome_defaults.conf: no longer instruct to start
+  SuSEconfig, but instruct to run suse-update-mime-defaults
+  (bnc#796169).
+
+---



Other differences:
--
++ glib2-branding-openSUSE-gnome_defaults.conf ++
--- /var/tmp/diff_new_pack.PXa5kx/_old  2013-01-14 09:40:58.0 +0100
+++ /var/tmp/diff_new_pack.PXa5kx/_new  2013-01-14 09:40:58.0 +0100
@@ -2,7 +2,7 @@
 # /etc/gnome-defaults.conf
 #
 # After any change of this file run
-# SuSEconfig --module glib2
+# suse-update-mime-defaults
 #
 # This list is a source for defaults.list.
 #

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



commit gnome-shell for openSUSE:Factory

2013-01-14 Thread h_root
Hello community,

here is the log from the commit of package gnome-shell for openSUSE:Factory 
checked in at 2013-01-14 09:41: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  2012-11-20 
13:04:57.0 +0100
+++ /work/SRC/openSUSE:Factory/.gnome-shell.new/gnome-shell.changes 
2013-01-14 09:41:07.0 +0100
@@ -1,0 +2,7 @@
+Sun Jan 13 10:55:51 UTC 2013 - dims...@opensuse.org
+
+- Add evolution-data-server requires: gnome-shell fails to start
+  without, as the calendar applet interfaces with e-d-s directly
+  (bnc#795793).
+
+---



Other differences:
--
++ gnome-shell.spec ++
--- /var/tmp/diff_new_pack.eViATe/_old  2013-01-14 09:41:08.0 +0100
+++ /var/tmp/diff_new_pack.eViATe/_new  2013-01-14 09:41:08.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gnome-shell
 #
-# 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
@@ -67,6 +67,8 @@
 BuildRequires:  pkgconfig(telepathy-glib) = 0.17.5
 BuildRequires:  pkgconfig(telepathy-logger-0.2) = 0.2.4
 BuildRequires:  pkgconfig(xfixes)
+# The clock / calendar applet in the panel requires e-d-s (bnc#795793).
+Requires:   evolution-data-server
 Requires:   gdk-pixbuf-loader-rsvg
 Requires:   gnome-icon-theme-symbolic
 Requires:   gnome-session


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



commit gtkhtml for openSUSE:Factory

2013-01-14 Thread h_root
Hello community,

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

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


Package is gtkhtml, Maintainer is gnome-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/gtkhtml/gtkhtml.changes  2012-12-05 
13:53:06.0 +0100
+++ /work/SRC/openSUSE:Factory/.gtkhtml.new/gtkhtml.changes 2013-01-14 
09:41:32.0 +0100
@@ -1,0 +2,6 @@
+Sun Jan 13 13:20:24 UTC 2013 - dims...@opensuse.org
+
+- Update to version 4.6.2:
+  + Fix Crash on edit of an empty HTML signature (bgo#690029).
+
+---

Old:

  gtkhtml-4.6.1.tar.xz

New:

  gtkhtml-4.6.2.tar.xz



Other differences:
--
++ gtkhtml.spec ++
--- /var/tmp/diff_new_pack.DBp7AK/_old  2013-01-14 09:41:33.0 +0100
+++ /var/tmp/diff_new_pack.DBp7AK/_new  2013-01-14 09:41:33.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gtkhtml
 #
-# 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,7 +24,7 @@
 %define _gtkhtml_editor_major 0
 
 Name:   gtkhtml
-Version:4.6.1
+Version:4.6.2
 Release:0
 Summary:Lightweight HTML rendering/printing/editing engine
 License:GPL-2.0+ and LGPL-2.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-14 Thread h_root
Hello community,

here is the log from the commit of package kdebase4-workspace for 
openSUSE:Factory checked in at 2013-01-14 09:42:17

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-08 14:31:02.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.kdebase4-workspace.new/kdebase4-workspace.changes   
2013-01-14 09:42:19.0 +0100
@@ -1,0 +2,20 @@
+Sun Jan 13 19:15:53 UTC 2013 - tittiatc...@gmail.com
+
+- Added patch opensuse-kinfocenter.diff to have some additional
+  openSUSE information in kinfocenter. Kinfocenter will be the 
+  replacement for kio_sysinfo.
+- Added Require for openSUSE-release as that kinfocenter uses the
+  info from here.
+
+---
+Sun Jan 13 14:14:04 UTC 2013 - ctri...@opensuse.org
+
+- Update patch plasma-branding-defaults-applets.diff to remove 
+  kio_sysinfo from kickoff
+
+---
+Tue Jan  8 18:12:26 UTC 2013 - alinm.el...@gmail.com
+
+- added patch krunner-no-crash.diff to fix a possible krunner crash 
+
+---

New:

  krunner-no-crash.diff
  opensuse-kinfocenter.diff



Other differences:
--
++ kdebase4-workspace.spec ++
--- /var/tmp/diff_new_pack.NibaDB/_old  2013-01-14 09:42:21.0 +0100
+++ /var/tmp/diff_new_pack.NibaDB/_new  2013-01-14 09:42:21.0 +0100
@@ -126,6 +126,10 @@
 Patch400:   kdm_plymouth.patch
 # PATCH-FIX-OPENSUSE opensuse-homepage.diff
 Patch401:   opensuse-homepage.diff
+# PATCH-FIX-OPENSUSE opensuse-kinfocenter.diff (created by Alin M. Elena to 
have some openSUSE distro info in kinfocenter)
+Patch402:   opensuse-kinfocenter.diff
+
+Patch901:   krunner-no-crash.diff 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %if %suse_version  1200
 Requires:   %{name}-branding = %{version}
@@ -152,6 +156,8 @@
 Requires:   xprop
 %endif
 Requires:   kdebase4-artwork
+# The openSUSE-release package should always be installed, but just to make 
sure as that kinfocenter needs it
+Requires:   openSUSE-release
 Recommends: kdebase4-SuSE
 Recommends: kwin
 Recommends: plasma-addons
@@ -369,6 +375,8 @@
 %endif
 %patch400 -p0
 %patch401 -p1
+%patch402 -p1
+%patch901 -p1
 cp %{SOURCE3} kwin/effects/cube/data/cubecap.png
 
 %build


++ krunner-no-crash.diff ++
diff --git a/plasma/generic/runners/bookmarks/browsers/firefox.cpp 
b/plasma/generic/runners/bookmarks/browsers/firefox.cpp
index 09785cc..7414f95 100644
--- a/plasma/generic/runners/bookmarks/browsers/firefox.cpp
+++ b/plasma/generic/runners/bookmarks/browsers/firefox.cpp
@@ -33,7 +33,9 @@
 #include faviconfromblob.h
 
 Firefox::Firefox(QObject *parent) :
-QObject(parent), m_favicon(new FallbackFavicon(this))
+QObject(parent), 
+m_favicon(new FallbackFavicon(this)),
+m_fetchsqlite(0)
 {
   reloadConfiguration();
   kDebug(kdbg_code)  Loading Firefox Bookmarks Browser;

++ opensuse-kinfocenter.diff ++
diff --git a/kinfocenter/Modules/infosummary/defaultboxwidget.cpp 
b/kinfocenter/Modules/infosummary/defaultboxwidget.cpp
index 2d522ea..184735c 100644
--- a/kinfocenter/Modules/infosummary/defaultboxwidget.cpp
+++ b/kinfocenter/Modules/infosummary/defaultboxwidget.cpp
@@ -39,10 +39,10 @@ void DefaultBoxWidget::createDisplay()
   m_iconLabel = new QLabel();
   m_iconLabel-setAlignment(Qt::AlignCenter);
   m_iconLabel-setSizePolicy(QSizePolicy::Maximum, QSizePolicy::Maximum);
-  
+
   QFont bFont;
   bFont.setBold(true);
-  
+
   m_info0Label = new QLabel();
   m_info0Label-setFont(bFont);
   m_info0NameLabel = new QLabel();
@@ -55,7 +55,7 @@ void DefaultBoxWidget::createDisplay()
   m_info2Label-setFont(bFont);
   m_info2NameLabel = new QLabel();
   
-  m_layout-addWidget(m_iconLabel,1,1,3,1,Qt::AlignCenter);
+  m_layout-addWidget(m_iconLabel,1,1,3,1,Qt::AlignCenter); 
   
   m_layout-addWidget(m_info0Label,1,2,1,1);
   m_layout-addWidget(m_info0NameLabel,1,3,1,1);
@@ -65,6 +65,7 @@ void DefaultBoxWidget::createDisplay()
   
   m_layout-addWidget(m_info2Label,3,2,1,1);
   m_layout-addWidget(m_info2NameLabel,3,3,1,1);
+
 }
 
 void DefaultBoxWidget::setLabelTitles(const QString first, const QString 
second, const QString third)
diff --git a/kinfocenter/Modules/infosummary/defaultboxwidget.h 
b/kinfocenter/Modules/infosummary/defaultboxwidget.h
index 2aa10be..271d666 100644
--- a/kinfocenter/Modules/infosummary/defaultboxwidget.h
+++ 

commit lcov for openSUSE:Factory

2013-01-14 Thread h_root
Hello community,

here is the log from the commit of package lcov for openSUSE:Factory checked in 
at 2013-01-14 09:43:00

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


Package is lcov, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/lcov/lcov.changes2011-09-23 
02:07:39.0 +0200
+++ /work/SRC/openSUSE:Factory/.lcov.new/lcov.changes   2013-01-14 
09:43:02.0 +0100
@@ -1,0 +2,6 @@
+Sun Jan 13 19:32:02 UTC 2013 - vmik...@suse.cz
+
+- add lcov-1.9-except-unreach.patch and lcov-1.9-gcc-compat-4.7.patch to make
+  lcov work with gcc-4.7 
+
+---

New:

  lcov-1.9-except-unreach.patch
  lcov-1.9-gcc-compat-4.7.patch



Other differences:
--
++ lcov.spec ++
--- /var/tmp/diff_new_pack.tvfh0u/_old  2013-01-14 09:43:03.0 +0100
+++ /var/tmp/diff_new_pack.tvfh0u/_new  2013-01-14 09:43:03.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package lcov
 #
-# 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
@@ -15,19 +15,19 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   lcov
 Url:http://ltp.sourceforge.net/coverage/lcov.php
+Requires:   gcc
+Requires:   perl-GD
+Summary:A Graphical GCOV Front-end
 License:GPL-2.0+
 Group:  Development/Tools/Other
-Requires:   perl-GD gcc
-AutoReqProv:on
-Summary:A Graphical GCOV Front-end
 Version:1.9
-Release:1
+Release:0
 Source: %{name}-%{version}.tar.bz2
+Patch0: %{name}-%{version}-gcc-compat-4.7.patch
+Patch1: %{name}-%{version}-except-unreach.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
 Conflicts:  kernel-coverage  0.1-49
@@ -40,6 +40,8 @@
 
 %prep
 %setup -q -n lcov-%{version}
+%patch0 -p1
+%patch1 -p1
 
 %build
 exit 0

++ lcov-1.9-except-unreach.patch ++
Fixes:
geninfo: Argument = isn't numeric in numeric gt () at /usr/bin/geninfo 
line 1126.
--- lcov.orig/bin/geninfo   2012-03-12 04:26:08.0 -0700
+++ lcov/bin/geninfo2012-06-06 16:54:15.231499893 -0700
@@ -1637,7 +1637,8 @@
push(@result, 0);
} else {
# Check for zero count
-   if ($count eq #) {
+   if ($count eq #
+or $count eq =) {
$count = 0;
}
push(@result, 1);
++ lcov-1.9-gcc-compat-4.7.patch ++
Fixes:
geninfo: ERROR: test.gcno: reached unexpected end of file
diff -rup lcov-1.9.orig/bin/geninfo lcov-1.9.new/bin/geninfo
--- lcov-1.9.orig/bin/geninfo   2010-08-06 12:05:17.0 +0100
+++ lcov-1.9.new/bin/geninfo2012-03-12 10:59:11.253999711 +
@@ -63,6 +63,7 @@ our $lcov_url = http://ltp.sourceforge
 our $gcov_tool = gcov;
 our $tool_name = basename($0);
 
+our $GCOV_VERSION_4_7_0= 0x40700;
 our $GCOV_VERSION_3_4_0= 0x30400;
 our $GCOV_VERSION_3_3_0= 0x30300;
 our $GCNO_FUNCTION_TAG = 0x0100;
@@ -2903,6 +2904,10 @@ sub read_gcno_function_record(*)
graph_expect(function record);
# Skip ident and checksum
graph_skip($handle, 8, function ident and checksum) or return undef;
+   if ($gcov_version = $GCOV_VERSION_4_7_0) {
+   # Skip extra word added by android 4.4.0 / gcc = 4.7 toolchains.
+   graph_skip($handle, 4, android_4_4_0 extra word);
+   }
# Read function name
graph_expect(function name);
$function = read_gcno_string($handle, $big_endian);
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit lynis for openSUSE:Factory

2013-01-14 Thread h_root
Hello community,

here is the log from the commit of package lynis for openSUSE:Factory checked 
in at 2013-01-14 09:43:10

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


Package is lynis, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/lynis/lynis.changes  2012-02-29 
14:08:29.0 +0100
+++ /work/SRC/openSUSE:Factory/.lynis.new/lynis.changes 2013-01-14 
09:43:11.0 +0100
@@ -1,0 +2,13 @@
+Thu Jan 10 16:53:32 UTC 2013 - tho...@suse.com
+
+- fixed test_homedirs 
+
+---
+Thu Jan 10 16:46:02 UTC 2013 - tho...@suse.com
+
+- some bugfixing for pathnames, didn't work with sudo
+- improved default.prf by adding more sysctl vars
+- fixed test_storage
+- generated fileperm.db and dbus-whitelist for 12.2 
+
+---

Old:

  dbus-whitelist.db
  lynis_1.3.0_db-fileperms.diff

New:

  dbus-whitelist.db.openSUSE_12.2_x86_64
  fileperms.db.openSUSE_12.2_x86_64
  lynis_1.3.0_include-osdetection.diff
  lynis_1.3.0_include-test-filesystem.diff
  lynis_1.3.0_include-test-homedirs.diff
  lynis_1.3.0_include-test-kernel.diff
  lynis_1.3.0_include-test-storage.diff



Other differences:
--
++ lynis.spec ++
--- /var/tmp/diff_new_pack.9cMQRX/_old  2013-01-14 09:43:12.0 +0100
+++ /var/tmp/diff_new_pack.9cMQRX/_new  2013-01-14 09:43:12.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package lynis
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 # Copyright (c) 2009-2011 Sascha Manns saigk...@opensuse.org
 #
 # All modifications and additions to the file contributed by third parties
@@ -25,10 +25,10 @@
 Name:   lynis
 Version:1.3.0  
 Release:1  
-License:GPL-3.0  
 Summary:Security and System auditing tool  
-Url:http://www.rootkit.nl/projects/lynis.html  
+License:GPL-3.0
 Group:  System/Monitoring  
+Url:http://www.rootkit.nl/projects/lynis.html  
 Source0:%{name}-%{version}.tar.bz2
 Source1:default.prf 
 Source2:tests_binary_rpath
@@ -40,17 +40,21 @@
 Source8:tests_tmp_symlinks
 Source9:tests_users_wo_password
 Source10:   prepare_for_suse.sh
-Source11:   dbus-whitelist.db
+Source11:   dbus-whitelist.db.openSUSE_12.2_x86_64
+Source12:   fileperms.db.openSUSE_12.2_x86_64
 # PATCH-OPENSUSE-FIX -- tho...@novell.com - modifying for openSUSE  
 Patch0: %{name}_%{version}_lynis.diff
 # PATCH-OPENSUSE-FIX -- tho...@novell.com - modifying for openSUSE  
-Patch1: %{name}_%{version}_db-fileperms.diff
-# PATCH-OPENSUSE-FIX -- tho...@novell.com - modifying for openSUSE
 Patch2: %{name}_%{version}_include_consts.diff
 # PATCH-OPENSUSE-FIX -- tho...@novell.com - modifying for openSUSE
 Patch3: %{name}_%{version}_include_binaries.diff
 # PATCH-OPENSUSE-FIX -- tho...@novell.com - modifying for openSUSE
 Patch4: %{name}_%{version}_include-test-databases.diff
+Patch5: %{name}_%{version}_include-osdetection.diff
+Patch6: %{name}_%{version}_include-test-filesystem.diff
+Patch7: %{name}_%{version}_include-test-kernel.diff
+Patch8: %{name}_%{version}_include-test-storage.diff
+Patch9: %{name}_%{version}_include-test-homedirs.diff
 BuildRequires:  gcc-c++
 BuildRequires:  libxml2-devel
 PreReq: %fillup_prereq  
@@ -78,10 +82,15 @@
 %prep  
 %setup -q  
 %patch0
-%patch1
+#%patch1
 %patch2
 %patch3
 %patch4
+%patch5 -p1
+%patch6 -p1
+%patch7 -p1
+%patch8 -p1
+%patch9 -p1
 
 %build  
 
@@ -115,7 +124,11 @@
 # install database files  
 %__install -d %{buildroot}%{_dbdir}  
 %__install -pm 644 db/* %{buildroot}%{_dbdir}
-%__install -pm 644 %{SOURCE11} %{buildroot}%{_dbdir}
+%__install -pm 644 %{SOURCE11} %{buildroot}%{_dbdir}/dbus-whitelist.db
+%__install -pm 644 %{SOURCE12} %{buildroot}%{_dbdir}/fileperms.db
+#rm %{buildroot}%{_dbdir}/fileperms.db
+#ln -s $(basename %{SOURCE11}) %{_dbdir}/dbus-whitelist.db
+#ln -s $(basename %{SOURCE12}) %{_dbdir}/fileperms.db
 
 %clean  
 %__rm -rf %{buildroot}  

++ dbus-whitelist.db.openSUSE_12.2_x86_64 ++
avahi-dbus.conf
bluetooth.conf
com.redhat.NewPrinterNotification.conf
com.redhat.PrinterDriversInstaller.conf
ConsoleKit.conf
cups.conf
dnsmasq.conf
gdm.conf
hal.conf
nm-avahi-autoipd.conf
nm-dhcp-client.conf
nm-dispatcher.conf
nm-openconnect-service.conf
nm-openvpn-service.conf
nm-pptp-service.conf
nm-vpnc-service.conf
org.blueman.Mechanism.conf
org.freedesktop.Accounts.conf
org.freedesktop.colord-sane.conf

commit ocaml-lablgtk2 for openSUSE:Factory

2013-01-14 Thread h_root
Hello community,

here is the log from the commit of package ocaml-lablgtk2 for openSUSE:Factory 
checked in at 2013-01-14 09:43:35

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


Package is ocaml-lablgtk2, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/ocaml-lablgtk2/ocaml-lablgtk2.changes
2012-11-14 16:52:31.0 +0100
+++ /work/SRC/openSUSE:Factory/.ocaml-lablgtk2.new/ocaml-lablgtk2.changes   
2013-01-14 09:43:36.0 +0100
@@ -1,0 +2,5 @@
+Wed Jan  2 17:06:58 CET 2013 - oher...@suse.de
+
+- update specfile to handle disabled do_opt variable
+
+---



Other differences:
--
++ ocaml-lablgtk2.spec ++
--- /var/tmp/diff_new_pack.WCHop0/_old  2013-01-14 09:43:37.0 +0100
+++ /var/tmp/diff_new_pack.WCHop0/_new  2013-01-14 09:43:37.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ocaml-lablgtk2
 #
-# 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,6 +16,8 @@
 #
 
 
+%define opt %(test -x %{_bindir}/ocamlopt  echo 1 || echo 0)
+
 Name:   ocaml-lablgtk2
 BuildRequires:  gtk2-devel
 BuildRequires:  gtksourceview18-devel
@@ -43,6 +45,10 @@
 Summary:An Objective Caml Interface to gtk2+
 License:LGPL-2.1+
 Group:  Development/Libraries/Other
+%if %{_ignore_exclusive_arch} != 
+%else
+ExclusiveArch:  %ix86 x86_64
+%endif
 
 %global __ocaml_requires_opts -i GtkSourceView_types -i GtkSourceView2_types
 
@@ -97,6 +103,7 @@
 Koji Kagawa  kag...@eng.kagawa-u.ac.jp
 
 %prep
+: _ignore_exclusive_arch '%{_ignore_exclusive_arch}'
 %setup -q -n lablgtk-%{version}
 find -name .cvsignore | xargs rm -v
 
@@ -104,13 +111,14 @@
 export CFLAGS=$RPM_OPT_FLAGS
 make configure 
 %configure --with-gnomecanvas
-make world opt
-%ifnarch ppc64 s390 s390x
-cd src
+make world
+%if %opt
+make opt
+pushd src
 make lablgtk.cmxa
 make lablrsvg.cmxa
 make gtkInit.cmx
-cd ..
+popd
 %endif
 
 %install
@@ -126,9 +134,11 @@
 %{_bindir}/*
 %dir %{_libdir}/ocaml/lablgtk2
 %{_libdir}/ocaml/lablgtk2/*
+%if %opt
 %exclude %{_libdir}/ocaml/lablgtk2/*.a
 %exclude %{_libdir}/ocaml/lablgtk2/*.cmx
 %exclude %{_libdir}/ocaml/lablgtk2/*.cmxa
+%endif
 %exclude %{_libdir}/ocaml/lablgtk2/*.h
 %exclude %{_libdir}/ocaml/lablgtk2/*.ml
 %exclude %{_libdir}/ocaml/lablgtk2/*.mli
@@ -138,9 +148,11 @@
 %doc examples
 %dir %{_libdir}/ocaml/lablgtk2
 %{_libdir}/ocaml/stublibs
+%if %opt
 %{_libdir}/ocaml/lablgtk2/*.a
 %{_libdir}/ocaml/lablgtk2/*.cmx
 %{_libdir}/ocaml/lablgtk2/*.cmxa
+%endif
 %{_libdir}/ocaml/lablgtk2/*.h
 %{_libdir}/ocaml/lablgtk2/*.ml
 %{_libdir}/ocaml/lablgtk2/*.mli

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



commit openstack-quickstart for openSUSE:Factory

2013-01-14 Thread h_root
Hello community,

here is the log from the commit of package openstack-quickstart for 
openSUSE:Factory checked in at 2013-01-14 09:43:43

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


Package is openstack-quickstart, Maintainer is cth...@suse.com

Changes:

--- 
/work/SRC/openSUSE:Factory/openstack-quickstart/openstack-quickstart.changes
2012-12-19 11:18:46.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.openstack-quickstart.new/openstack-quickstart.changes
   2013-01-14 09:43:46.0 +0100
@@ -1,0 +2,28 @@
+Fri Jan 11 13:46:56 UTC 2013 - sasc...@suse.de
+
+- Update to latest git (7e19698):
+  + Add cinder-rootwrap line to /etc/sudoers
+
+---
+Fri Jan 11 13:22:08 UTC 2013 - sasc...@suse.de
+
+- Update to latest git (6cb26b5):
+  + Use individual cinder init scripts
+
+---
+Fri Jan 11 09:15:34 UTC 2013 - sasc...@suse.de
+
+- Switch to stable/folsom upstream branch
+- Update to latest git (272d661):
+  + Use cinder instead of nova volume
+  + Postgresql fixes
+
+---
+Tue Jan  8 12:28:58 UTC 2013 - jenk...@suse.de
+
+- Update to latest git (8af2c28):
+  + adapt nova conf syntax
+  + updates for Folsom glance
+  + better cleanup
+
+---

Old:

  openstack-quickstart-2012.2+git.1355147147.9fef994.tar.gz

New:

  openstack-quickstart-2012.2+git.1357911807.7e19698.tar.gz



Other differences:
--
++ openstack-quickstart.spec ++
--- /var/tmp/diff_new_pack.9EItIB/_old  2013-01-14 09:43:47.0 +0100
+++ /var/tmp/diff_new_pack.9EItIB/_new  2013-01-14 09:43:47.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package openstack-quickstart
 #
-# 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
@@ -18,8 +18,8 @@
 
 
 Name:   openstack-quickstart
-Version:2012.2+git.1355147147.9fef994
-Release:1
+Version:2012.2+git.1357911807.7e19698
+Release:0
 License:MIT
 Summary:OpenStack Quickstart
 Url:http://en.opensuse.org/SDB:Cloud_OpenStack_Quickstart

++ _service ++
--- /var/tmp/diff_new_pack.9EItIB/_old  2013-01-14 09:43:47.0 +0100
+++ /var/tmp/diff_new_pack.9EItIB/_new  2013-01-14 09:43:47.0 +0100
@@ -3,12 +3,8 @@
 param 
name=urlgit://github.com/SUSE-Cloud/openstack-quickstart.git/param
 param name=scmgit/param
 param name=exclude.git/param
-param name=exclude.gitreview/param
-param name=versiongit-stable/param
-param name=versionformat2012.2+git.%ct.%h/param
-
-!-- Comment this if you want the latest git master. --
-param name=revisionmaster/param
+param name=versionformat@PARENT_TAG@+git.%ct.%h/param
+param name=revisionstable/folsom/param
   /service
 
   service name=recompress mode=disabled

++ openstack-quickstart-2012.2+git.1355147147.9fef994.tar.gz - 
openstack-quickstart-2012.2+git.1357911807.7e19698.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/openstack-quickstart-2012.2+git.1355147147.9fef994/README.md 
new/openstack-quickstart-2012.2+git.1357911807.7e19698/README.md
--- old/openstack-quickstart-2012.2+git.1355147147.9fef994/README.md
2012-12-10 17:54:37.0 +0100
+++ new/openstack-quickstart-2012.2+git.1357911807.7e19698/README.md
2013-01-11 14:46:53.0 +0100
@@ -1,4 +1,14 @@
 openstack-quickstart
 
 
-Scripts and configs to easily generate an OpenStack demo setup
\ No newline at end of file
+Scripts and configs to easily generate an OpenStack demo setup. You should not 
run these
+on a production machine because they heavily modify your system, use a VM if 
in doubt.
+
+To deploy a single node cloud it is sufficient to run:
+
+  /usr/sbin/openstack-quickstart-demosetup
+
+Additionally, you can deploy further compute nodes by invoking (on a different 
machine / VM):
+
+  /usr/sbin/openstack-quickstart-extranodesetup
+
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/openstack-quickstart-2012.2+git.1355147147.9fef994/scripts/keystone_data.sh 
new/openstack-quickstart-2012.2+git.1357911807.7e19698/scripts/keystone_data.sh
--- 

commit opus for openSUSE:Factory

2013-01-14 Thread h_root
Hello community,

here is the log from the commit of package opus for openSUSE:Factory checked in 
at 2013-01-14 09:44:10

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


Package is opus, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/opus/opus.changes2012-09-25 
10:44:50.0 +0200
+++ /work/SRC/openSUSE:Factory/.opus.new/opus.changes   2013-01-14 
09:44:12.0 +0100
@@ -1,0 +2,9 @@
+Sun Jan 13 20:13:46 UTC 2013 - zai...@opensuse.org
+
+- Add 
+  opus-fix-out-of-bounds-read-issue-with-the-padding-handling.patch 
+  Fixes an out-of-bounds read that could be triggered by a
+  malicious Opus packet causing an integer wrap-around in the
+  padding code.
+
+---

New:

  opus-fix-out-of-bounds-read-issue-with-the-padding-handling.patch



Other differences:
--
++ opus.spec ++
--- /var/tmp/diff_new_pack.1fNQgk/_old  2013-01-14 09:44:13.0 +0100
+++ /var/tmp/diff_new_pack.1fNQgk/_new  2013-01-14 09:44:13.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package opus
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 # Copyright (c) 2012 Pascal Bleser pascal.ble...@opensuse.org
 #
 # All modifications and additions to the file contributed by third parties
@@ -26,6 +26,8 @@
 Group:  System/Libraries
 Source: http://downloads.xiph.org/releases/opus/opus-%{version}.tar.gz
 Source99:   baselibs.conf
+# PATCH-FIX-UPSTREAM 
opus-fix-out-of-bounds-read-issue-with-the-padding-handling.patch 
zai...@opensuse.org -- Fixes an out-of-bounds read issue with the padding 
handling code
+Patch0: 
opus-fix-out-of-bounds-read-issue-with-the-padding-handling.patch
 Url:http://opus-codec.org/
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  libtool
@@ -68,6 +70,7 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 %configure \

++ opus-fix-out-of-bounds-read-issue-with-the-padding-handling.patch ++
X-Git-Url: 
https://git.xiph.org/?p=opus.git;a=blobdiff_plain;f=src%2Fopus_decoder.c;h=0be6730d133c417fd87620b774029986dcee6efb;hp=167e4e4891e66dce7a65a6ca761fb58fb190267a;hb=9345aaa5ca1c2fb7d62981b2a538e0ce20612c38;hpb=b05aa1dd763fe238c6e928385664e86bd66118e7

diff --git a/src/opus_decoder.c b/src/opus_decoder.c
index 167e4e4..0be6730 100644
--- a/src/opus_decoder.c
+++ b/src/opus_decoder.c
@@ -641,16 +641,14 @@ static int opus_packet_parse_impl(const unsigned char 
*data, opus_int32 len,
   /* Padding flag is bit 6 */
   if (ch0x40)
   {
- int padding=0;
  int p;
  do {
 if (len=0)
return OPUS_INVALID_PACKET;
 p = *data++;
 len--;
-padding += p==255 ? 254: p;
+len -= p==255 ? 254: p;
  } while (p==255);
- len -= padding;
   }
   if (len0)
  return OPUS_INVALID_PACKET;
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit plasma-addons for openSUSE:Factory

2013-01-14 Thread h_root
Hello community,

here is the log from the commit of package plasma-addons for openSUSE:Factory 
checked in at 2013-01-14 09:48:07

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


Package is plasma-addons, Maintainer is kde-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/plasma-addons/plasma-addons.changes  
2013-01-07 17:33:19.0 +0100
+++ /work/SRC/openSUSE:Factory/.plasma-addons.new/plasma-addons.changes 
2013-01-14 09:48:09.0 +0100
@@ -1,0 +2,7 @@
+Sat Jan 12 21:43:39 UTC 2013 - alinm.el...@gmail.com
+
+- added notes.diff patch
+ * makes colour of the background black 
+   to blend in with the theme 
+
+---

New:

  notes.diff



Other differences:
--
++ plasma-addons.spec ++
--- /var/tmp/diff_new_pack.FZkfMr/_old  2013-01-14 09:48:10.0 +0100
+++ /var/tmp/diff_new_pack.FZkfMr/_new  2013-01-14 09:48:10.0 +0100
@@ -24,8 +24,12 @@
 Group:  System/GUI/KDE
 Url:http://www.kde.org/
 Source0:kdeplasma-addons-%{version}.tar.xz
+# PATCH-MISSING-TAG -- See 
http://wiki.opensuse.org/openSUSE:Packaging_Patches_guidelines
 Patch1: krunner-akonadi-dont-cause-start.diff
+# PATCH-MISSING-TAG -- See 
http://wiki.opensuse.org/openSUSE:Packaging_Patches_guidelines
 Patch2: lancelot-suse.diff
+# PATCH-FEATURE-OPENSUSE  notes.diff alinm.el...@gmail.com -- makes colour of 
the background black to blend in with the theme
+Patch3: notes.diff
 BuildRequires:  fdupes
 BuildRequires:  ibus-devel
 BuildRequires:  kdebase4-workspace-devel
@@ -118,6 +122,7 @@
 %setup -q -n kdeplasma-addons-%{version}
 %patch1
 %patch2
+%patch3
 
 %build
   %cmake_kde4 -d build


++ notes.diff ++
--- applets/notes/notes.cpp.old 2013-01-12 20:13:01.129437000 +
+++ applets/notes/notes.cpp 2013-01-12 20:16:08.413437000 +
@@ -55,7 +55,7 @@ public:
 TopWidget(QGraphicsWidget *parent)
 : QGraphicsWidget(parent),
   m_notesTheme(new Plasma::Svg(this)),
-  m_color(yellow-notes)
+  m_color(black-notes)
 {
 m_notesTheme-setImagePath(widgets/notes);
 m_notesTheme-setContainsMultipleImages(false);
@@ -184,7 +184,7 @@ void Notes::init()
 void Notes::configChanged()
 {
 KConfigGroup cg = config();
-m_topWidget-setColor(cg.readEntry(color, yellow));
+m_topWidget-setColor(cg.readEntry(color, black));
 // color must be before setPlainText(foo)
 m_useThemeColor = cg.readEntry(useThemeColor, true);
 m_useNoColor = cg.readEntry(useNoColor, true);
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit seamonkey for openSUSE:Factory

2013-01-14 Thread h_root
Hello community,

here is the log from the commit of package seamonkey for openSUSE:Factory 
checked in at 2013-01-14 09:48:54

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


Package is seamonkey, Maintainer is gnome-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/seamonkey/seamonkey.changes  2012-11-22 
17:23:40.0 +0100
+++ /work/SRC/openSUSE:Factory/.seamonkey.new/seamonkey.changes 2013-01-14 
09:49:02.0 +0100
@@ -1,0 +2,60 @@
+Sun Jan 13 16:38:35 UTC 2013 - w...@rosenauer.org
+
+- backed out restartless language packs as it broke multi-locale
+  setup (bmo#677092, bmo#818468)
+
+---
+Tue Jan  8 18:32:43 UTC 2013 - w...@rosenauer.org
+
+- update to SeaMonkey 2.15 /(bnc#796895)
+  * MFSA 2013-01/CVE-2013-0749/CVE-2013-0769/CVE-2013-0770
+Miscellaneous memory safety hazards
+  * MFSA 2013-02/CVE-2013-0760/CVE-2013-0762/CVE-2013-0766/CVE-2013-0767
+CVE-2013-0761/CVE-2013-0763/CVE-2013-0771/CVE-2012-5829
+Use-after-free and buffer overflow issues found using Address Sanitizer
+  * MFSA 2013-03/CVE-2013-0768 (bmo#815795)
+Buffer Overflow in Canvas
+  * MFSA 2013-04/CVE-2012-0759 (bmo#802026)
+URL spoofing in addressbar during page loads
+  * MFSA 2013-05/CVE-2013-0744 (bmo#814713)
+Use-after-free when displaying table with many columns and column groups
+  * MFSA 2013-06/CVE-2013-0751 (bmo#790454)
+Touch events are shared across iframes
+  * MFSA 2013-07/CVE-2013-0764 (bmo#804237)
+Crash due to handling of SSL on threads
+  * MFSA 2013-08/CVE-2013-0745 (bmo#794158)
+AutoWrapperChanger fails to keep objects alive during garbage collection
+  * MFSA 2013-09/CVE-2013-0746 (bmo#816842)
+Compartment mismatch with quickstubs returned values
+  * MFSA 2013-10/CVE-2013-0747 (bmo#733305)
+Event manipulation in plugin handler to bypass same-origin policy
+  * MFSA 2013-11/CVE-2013-0748 (bmo#806031)
+Address space layout leaked in XBL objects
+  * MFSA 2013-12/CVE-2013-0750 (bmo#805121)
+Buffer overflow in Javascript string concatenation
+  * MFSA 2013-13/CVE-2013-0752 (bmo#805024)
+Memory corruption in XBL with XML bindings containing SVG
+  * MFSA 2013-14/CVE-2013-0757 (bmo#813901)
+Chrome Object Wrapper (COW) bypass through changing prototype
+  * MFSA 2013-15/CVE-2013-0758 (bmo#813906)
+Privilege escalation through plugin objects
+  * MFSA 2013-16/CVE-2013-0753 (bmo#814001)
+Use-after-free in serializeToStream
+  * MFSA 2013-17/CVE-2013-0754 (bmo#814026)
+Use-after-free in ListenerManager
+  * MFSA 2013-18/CVE-2013-0755 (bmo#814027)
+Use-after-free in Vibrate
+  * MFSA 2013-19/CVE-2013-0756 (bmo#814029)
+Use-after-free in Javascript Proxy objects
+- requires NSS 3.14.1 (MFSA 2013-20, CVE-2013-0743)
+- reenable WebRTC
+- added mozilla-libproxy-compat.patch for libproxy API compat
+  on openSUSE 11.2 and earlier
+
+---
+Tue Dec 18 13:08:40 UTC 2012 - w...@rosenauer.org
+
+- update to SeaMonkey 2.14.1
+  * fix regressions from 2.14 release
+
+---

Old:

  l10n-2.14.tar.bz2
  mozilla-gstreamer.patch
  seamonkey-2.14-source.tar.bz2

New:

  l10n-2.15.tar.bz2
  mozilla-backout-677092.patch
  mozilla-gstreamer-803287.patch
  mozilla-libproxy-compat.patch
  mozilla-webrtc.patch
  seamonkey-2.15-source.tar.bz2



Other differences:
--
++ seamonkey.spec ++
--- /var/tmp/diff_new_pack.8CGSfb/_old  2013-01-14 09:49:12.0 +0100
+++ /var/tmp/diff_new_pack.8CGSfb/_new  2013-01-14 09:49:12.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package seamonkey
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #   2006-2012 Wolfgang Rosenauer
 #
 # All modifications and additions to the file contributed by third parties
@@ -48,9 +48,9 @@
 %endif
 Provides:   web_browser
 Provides:   browser(npapi)
-Version:2.14
+Version:2.15
 Release:0
-%define releasedate 2012111600
+%define releasedate 2013010500
 Summary:The successor of the Mozilla Application Suite
 License:MPL-2.0
 Group:  Productivity/Networking/Web/Browsers
@@ -71,11 +71,14 @@
 Patch3: mozilla-shared-nss-db.patch
 Patch4: mozilla-sle11.patch
 Patch5: mozilla-language.patch
-Patch6: mozilla-gstreamer.patch
+Patch6: mozilla-gstreamer-803287.patch
 Patch7: mozilla-ntlm-full-path.patch
 Patch8: mozilla-ua-locale.patch
 Patch9: 

commit squid for openSUSE:Factory

2013-01-14 Thread h_root
Hello community,

here is the log from the commit of package squid for openSUSE:Factory checked 
in at 2013-01-14 09:49:45

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


Package is squid, Maintainer is dr...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/squid/squid.changes  2013-01-03 
08:44:08.0 +0100
+++ /work/SRC/openSUSE:Factory/.squid.new/squid.changes 2013-01-14 
09:49:46.0 +0100
@@ -1,0 +2,13 @@
+Sun Jan 13 20:09:22 UTC 2013 - ch...@computersalat.de
+
+- Changes to squid-3.2.6 (09 Jan 2013):
+  - Regression Bug 3731: TOS setsockopt() requires int value
+  - Regression Bug 3712: Rotating logs overwrites the previous log
+  - Bug 3727: LLVM compile errors in kerberos_ldap_group
+  - Bug 3650: Negotiate auth missing challenge token
+  - Additional fixes for CVE-2012-5643 / SQUID:2012-1
+* http://www.squid-cache.org/Advisories/SQUID-2012_1.txt
+* http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2012-5643
+- rebase nobuilddates, config patches
+
+---

Old:

  squid-3.2.5.tar.bz2
  squid-3.2.5.tar.bz2.asc

New:

  squid-3.2.6.tar.bz2
  squid-3.2.6.tar.bz2.asc



Other differences:
--
++ squid.spec ++
--- /var/tmp/diff_new_pack.Xk0Z7R/_old  2013-01-14 09:49:48.0 +0100
+++ /var/tmp/diff_new_pack.Xk0Z7R/_new  2013-01-14 09:49:48.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package squid
 #
-# 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
@@ -23,7 +23,7 @@
 Summary:Squid Version 3.2 WWW Proxy Server
 License:GPL-2.0+
 Group:  Productivity/Networking/Web/Proxy
-Version:3.2.5
+Version:3.2.6
 Release:0
 Url:http://www.squid-cache.org/Versions/v3/3.2
 Source0:
http://www.squid-cache.org/Versions/v3/3.2/%{name}-%{version}.tar.bz2
@@ -135,8 +135,8 @@
  * Cache Manager access changes
 
   First STABLE release Date: 02 Aug 2010
-  Latest Release: 3.2.5
-  Latest Release Date: 10 Dec 2012
+  Latest Release: 3.2.6
+  Latest Release Date: 08 Jan 2013
 
 %prep
 %gpg_verify %{S:1}

++ RELEASENOTES.html ++
--- /var/tmp/diff_new_pack.Xk0Z7R/_old  2013-01-14 09:49:48.0 +0100
+++ /var/tmp/diff_new_pack.Xk0Z7R/_new  2013-01-14 09:49:48.0 +0100
@@ -2,10 +2,10 @@
 HTML
 HEAD
  META NAME=GENERATOR CONTENT=LinuxDoc-Tools 0.9.66
- TITLESquid 3.2.5 release notes/TITLE
+ TITLESquid 3.2.6 release notes/TITLE
 /HEAD
 BODY
-H1Squid 3.2.5 release notes/H1
+H1Squid 3.2.6 release notes/H1
 
 H2Squid Developers/H2
 HR
@@ -72,7 +72,7 @@
 HR
 H2A NAME=s11./A A HREF=#toc1Notice/A/H2
 
-PThe Squid Team are pleased to announce the release of Squid-3.2.5 for 
+PThe Squid Team are pleased to announce the release of Squid-3.2.6 for 
 testing./P
 PThis new release is available for download from 
 A 
HREF=http://www.squid-cache.org/Versions/v3/3.2/;http://www.squid-cache.org/Versions/v3/3.2//A
 or the 

++ squid-3.2.5.tar.bz2 - squid-3.2.6.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/squid-3.2.5/ChangeLog new/squid-3.2.6/ChangeLog
--- old/squid-3.2.5/ChangeLog   2012-12-10 10:53:26.0 +0100
+++ new/squid-3.2.6/ChangeLog   2013-01-09 02:41:51.0 +0100
@@ -1,3 +1,11 @@
+Changes to squid-3.2.6 (09 Jan 2013):
+
+   - Regression Bug 3731: TOS setsockopt() requires int value
+   - Regression Bug 3712: Rotating logs overwrites the previous log
+   - Bug 3727: LLVM compile errors in kerberos_ldap_group
+   - Bug 3650: Negotiate auth missing challenge token
+   - Additional fixes for CVE-2012-5643 / SQUID:2012-1
+
 Changes to squid-3.2.5 (10 Dec 2012):
 
- Bug 3698: Add missing include of errno.h
@@ -451,6 +459,10 @@
- ... and a great many testing improvements
- ... and many documentation updates
 
+Changes to squid-3.1.23 (09 Jan 2013):
+
+   - Additional fixes for CVE-2012-5643 / SQUID:2012-1
+
 Changes to squid-3.1.22 (03 Dec 2012):
 
- Bug 3685: Squid hangs in Delay Pools ClassCBucket::update
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/squid-3.2.5/RELEASENOTES.html 
new/squid-3.2.6/RELEASENOTES.html
--- old/squid-3.2.5/RELEASENOTES.html   2012-12-10 11:15:13.0 +0100
+++ new/squid-3.2.6/RELEASENOTES.html   2013-01-09 03:06:07.0 +0100
@@ -2,10 +2,10 @@
 HTML
 HEAD
  META NAME=GENERATOR CONTENT=LinuxDoc-Tools 

commit v8 for openSUSE:Factory

2013-01-14 Thread h_root
Hello community,

here is the log from the commit of package v8 for openSUSE:Factory checked in 
at 2013-01-14 09:52:24

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


Package is v8, Maintainer is jmassaguer...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/v8/v8.changes2012-12-14 11:22:41.0 
+0100
+++ /work/SRC/openSUSE:Factory/.v8.new/v8.changes   2013-01-14 
09:52:27.0 +0100
@@ -1,0 +2,30 @@
+Sun Jan 13 19:20:41 UTC 2013 - idon...@suse.com
+
+- Enable readline support (console=readline) 
+
+---
+Sun Jan 13 18:24:03 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 3.16.4.0
+  * Performance and stability improvements on all platforms
+  * Improved GC performance when moving parts of a FixedArray 
+(issue 2452).
+  * Enabled readline on d8 while building a shared lib (issue 1781).
+  * Fixed missing exception check in typed array constructor
+(Chromium issue 168545).
+  * Check for read-only-ness when preparing for array sort 
+(issue 2419).
+  * Fixed x64 MathMinMax for negative untagged int32 arguments.
+(Chromium issue 164442)
+  * Fixed FloatingPointHelper::CheckSSE2OperandIsInt32.
+(issue 2458)
+  * V8_Fatal now prints C++ stack trace in debug mode
+  * Added HTML-based tick processor
+  * Define CAN_USE_VFP2/3_INSTRUCTIONS based on arm_neon and 
+arm_fpu GYP flags
+  * Added GCTracer metrics for a scavenger GC for DOM wrappers
+  * Activated code aging by default
+  * See full list of changes in the ChangeLog
+
+
+---

Old:

  v8.3.14.5.0.tar.lzma

New:

  v8.3.16.4.0.tar.lzma



Other differences:
--
++ v8.spec ++
--- /var/tmp/diff_new_pack.hDoAIC/_old  2013-01-14 09:52:28.0 +0100
+++ /var/tmp/diff_new_pack.hDoAIC/_new  2013-01-14 09:52:28.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package v8
 #
-# 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:   v8
-Version:3.14.5.0
+Version:3.16.4.0
 Release:0
 Summary:JavaScript Engine
 License:BSD-3-Clause
@@ -97,7 +97,12 @@
 %ifarch armv7hl
 MAKE_EXTRA_FLAGS+=hardfp=on
 %endif
-make %{target}.release -j3 library=shared snapshots=on 
soname_version=%{somajor} $MAKE_EXTRA_FLAGS
+make %{target}.release %{?_smp_mflags} \
+ console=readline \
+ library=shared \
+ snapshots=on \
+ soname_version=%{somajor} \
+ $MAKE_EXTRA_FLAGS
 
 %install
 %if 0%{?suse_version}  1140 || 0%{?fedora_version}

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



commit vacuum-im for openSUSE:Factory

2013-01-14 Thread h_root
Hello community,

here is the log from the commit of package vacuum-im for openSUSE:Factory 
checked in at 2013-01-14 09:53:18

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


Package is vacuum-im, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/vacuum-im/vacuum-im.changes  2012-08-10 
23:18:46.0 +0200
+++ /work/SRC/openSUSE:Factory/.vacuum-im.new/vacuum-im.changes 2013-01-14 
09:53:20.0 +0100
@@ -1,0 +2,20 @@
+Sun Jan 13 15:51:10 UTC 2013 - egdf...@opensuse.org
+
+- update to 1.2.1
+  * Added skype status icons
+  * The animation caching is added
+  * Under Linux sounds always are reproduced through aplay call
+  * Fixed deletion of history in join conference dialog
+  * When editing control of a hotkey instead of empty value value by default 
was saved
+  * The application may fail in some cases after unsuccessful Stanza-session 
initialization
+  * In private chats history of communication are loaded even if the relevant 
setting has been disabled
+  * When changing the nickname in the conference the nickname was not changed 
in the active conferences menu in the roster window
+  * When requesting delivery of unread messages via RemoteControl in the 
message list fell messages from conferences and received on a different account
+  * The behavior of history time removal widgets is corrected and unified in a 
settings window
+  * The saved status messages including about a file transfer, were displayed 
with incorrect date when loading from history in windows of a usual chat and a 
private chat of conferences
+  * Popup notifications appear now on that monitor where there is the main 
window
+  * The behavior of the main window after DragDrop is corrected
+  * Popup notifications are not capture input focus in Mac OS X
+  * Fixed problem with message appearance in Adium style
+
+---

Old:

  vacuum-im-1.2.0.tar.bz2

New:

  vacuum-im-1.2.1.tar.bz2



Other differences:
--
++ vacuum-im.spec ++
--- /var/tmp/diff_new_pack.DxVVDz/_old  2013-01-14 09:53:21.0 +0100
+++ /var/tmp/diff_new_pack.DxVVDz/_new  2013-01-14 09:53:21.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package vacuum-im
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 # Copyright Andrey Karepin egdf...@opensuse.org 
 #
 # All modifications and additions to the file contributed by third parties
@@ -18,12 +18,12 @@
 
 
 %define sname vacuum
-%define rbuild 1861
+%define rbuild 2072
 Name:   %{sname}-im
 Summary:Crossplatform Jabber client written on Qt
 License:GPL-3.0
 Group:  Productivity/Networking/Instant Messenger 
-Version:1.2.0
+Version:1.2.1
 Release:0
 %if 0%{?suse_version}  1120
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ vacuum-im-1.2.0.tar.bz2 - vacuum-im-1.2.1.tar.bz2 ++
 3288 lines of diff (skipped)

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



commit ipa-bolditalic-fonts for openSUSE:Factory

2013-01-14 Thread h_root
Hello community,

here is the log from the commit of package ipa-bolditalic-fonts for 
openSUSE:Factory checked in at 2013-01-14 11:10:12

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


Package is ipa-bolditalic-fonts, Maintainer is 

Changes:

--- 
/work/SRC/openSUSE:Factory/ipa-bolditalic-fonts/ipa-bolditalic-fonts.changes
2012-09-14 12:27:36.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.ipa-bolditalic-fonts.new/ipa-bolditalic-fonts.changes
   2013-01-14 11:10:14.0 +0100
@@ -1,0 +2,6 @@
+Sat Jan  5 17:28:48 UTC 2013 - ft...@geeko.jp
+
+- remove locale(ja) and scalable-font-ja since these fonts
+  should not be used for general purpose
+
+---



Other differences:
--
++ ipa-bolditalic-fonts.spec ++
--- /var/tmp/diff_new_pack.r5pixj/_old  2013-01-14 11:10:16.0 +0100
+++ /var/tmp/diff_new_pack.r5pixj/_new  2013-01-14 11:10:16.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ipa-bolditalic-fonts
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 # Copyright (c) 2012 Yasuhiko Kamata
 #
 # All modifications and additions to the file contributed by third parties
@@ -27,8 +27,6 @@
 Source0:IPAFont00302_bolditalic.tar.bz2
 BuildRequires:  fontpackages-devel
 %reconfigure_fonts_prereq
-Provides:   scalable-font-ja
-Provides:   locale(ja)
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
 
@@ -42,8 +40,6 @@
 Summary:Italic Variant of Gothic Japanese TrueType Font Made by IPA
 Group:  System/X11/Fonts
 Provides:   IPAGothic_Italic = %{version}
-Provides:   scalable-font-ja
-Provides:   locale(ja)
 Obsoletes:  IPAGothic_Italic = 003.02
 %reconfigure_fonts_prereq
 
@@ -55,8 +51,6 @@
 Summary:Bold Variant of Gothic Japanese TrueType Font Made by IPA
 Group:  System/X11/Fonts
 Provides:   IPAGothic_Bold = %{version}
-Provides:   scalable-font-ja
-Provides:   locale(ja)
 Obsoletes:  IPAGothic_Bold = 003.02
 %reconfigure_fonts_prereq
 
@@ -68,8 +62,6 @@
 Summary:Bold+Italic Variant of Gothic Japanese TrueType Font Made by 
IPA
 Group:  System/X11/Fonts
 Provides:   IPAGothic_BoldItalic = %{version}
-Provides:   scalable-font-ja
-Provides:   locale(ja)
 Obsoletes:  IPAGothic_BoldItalic = 003.02
 %reconfigure_fonts_prereq
 
@@ -81,8 +73,6 @@
 Summary:Italic Variant of Proportional Gothic Japanese TrueType Font 
Made by IPA
 Group:  System/X11/Fonts
 Provides:   IPAPGothic_Italic = %{version}
-Provides:   scalable-font-ja
-Provides:   locale(ja)
 Obsoletes:  IPAPGothic_Italic = 003.02
 
 %description -n ipa-pgothic-italic-fonts
@@ -93,8 +83,6 @@
 Summary:Bold Variant of Proportional Gothic Japanese TrueType Font 
Made by IPA
 Group:  System/X11/Fonts
 Provides:   IPAPGothic_Bold = %{version}
-Provides:   scalable-font-ja
-Provides:   locale(ja)
 Obsoletes:  IPAPGothic_Bold = 003.02
 %reconfigure_fonts_prereq
 
@@ -106,8 +94,6 @@
 Summary:Bold+Italic Variant of Proportional Gothic Japanese TrueType 
Font Made by IPA
 Group:  System/X11/Fonts
 Provides:   IPAPGothic_BoldItalic = %{version}
-Provides:   scalable-font-ja
-Provides:   locale(ja)
 Obsoletes:  IPAPGothic_BoldItalic = 003.02
 %reconfigure_fonts_prereq
 

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



commit pam_ccreds for openSUSE:Factory

2013-01-14 Thread h_root
Hello community,

here is the log from the commit of package pam_ccreds for openSUSE:Factory 
checked in at 2013-01-14 11:13:47

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


Package is pam_ccreds, Maintainer is m...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/pam_ccreds/pam_ccreds.changes2012-02-08 
17:19:42.0 +0100
+++ /work/SRC/openSUSE:Factory/.pam_ccreds.new/pam_ccreds.changes   
2013-01-14 11:13:48.0 +0100
@@ -1,0 +2,5 @@
+Sat Jan 12 19:19:35 UTC 2013 - co...@suse.com
+
+- remove suse_update_config
+
+---



Other differences:
--
++ pam_ccreds.spec ++
--- /var/tmp/diff_new_pack.ijmwXO/_old  2013-01-14 11:13:49.0 +0100
+++ /var/tmp/diff_new_pack.ijmwXO/_new  2013-01-14 11:13:49.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package pam_ccreds
 #
-# 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,7 +16,6 @@
 #
 
 
-
 Name:   pam_ccreds
 BuildRequires:  automake
 BuildRequires:  db-devel
@@ -27,12 +26,13 @@
 Summary:Pam module to cache login credentials
 License:GPL-2.0+
 Group:  Productivity/Security
-URL:http://www.padl.com/OSS/pam_ccreds.html
+Url:http://www.padl.com/OSS/pam_ccreds.html
 Source: pam_ccreds-%{version}.tar.bz2
 Source2:baselibs.conf
 Patch1: pam_ccreds-readme-fix.dif
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-Requires:   pam db
+Requires:   db
+Requires:   pam
 
 %description
 The pam_ccreds module provides the means for Linux workstations to
@@ -40,12 +40,6 @@
 unavailable. Used in conjunction with the nss_updatedb utility, it
 provides a mechanism for disconnected use of network directories.
 
-
-
-Authors:
-
-Luke Howard lu...@padl.com
-
 %prep
 %setup -q
 %patch1
@@ -54,7 +48,6 @@
 # This package failed when testing with -Wl,-as-needed being default.
 # So we disable it here, if you want to retest, just delete this comment and 
the line below.
 export SUSE_ASNEEDED=0
-%{suse_update_config -f}
 autoreconf --verbose --force --install
 %configure --libdir=/%{_lib} --with-pamdir=/%{_lib}/security
 make %{?_smp_mflags}

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



commit pam_smb for openSUSE:Factory

2013-01-14 Thread h_root
Hello community,

here is the log from the commit of package pam_smb for openSUSE:Factory checked 
in at 2013-01-14 11:14:06

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


Package is pam_smb, Maintainer is orpha...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/pam_smb/pam_smb.changes  2012-02-15 
15:58:16.0 +0100
+++ /work/SRC/openSUSE:Factory/.pam_smb.new/pam_smb.changes 2013-01-14 
11:14:07.0 +0100
@@ -1,0 +2,5 @@
+Sat Jan 12 19:19:19 UTC 2013 - co...@suse.com
+
+- remove suse_update_config
+
+---



Other differences:
--
++ pam_smb.spec ++
--- /var/tmp/diff_new_pack.JGGCBc/_old  2013-01-14 11:14:08.0 +0100
+++ /var/tmp/diff_new_pack.JGGCBc/_new  2013-01-14 11:14:08.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package pam_smb
 #
-# 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
@@ -53,7 +53,6 @@
 cp %{S:2} .
 
 %build
-%{suse_update_config -f}
 libtoolize -f
 aclocal
 autoconf

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



commit pam_ssh for openSUSE:Factory

2013-01-14 Thread h_root
Hello community,

here is the log from the commit of package pam_ssh for openSUSE:Factory checked 
in at 2013-01-14 11:14:40

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


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

Changes:

--- /work/SRC/openSUSE:Factory/pam_ssh/pam_ssh.changes  2012-01-19 
09:43:48.0 +0100
+++ /work/SRC/openSUSE:Factory/.pam_ssh.new/pam_ssh.changes 2013-01-14 
11:14:41.0 +0100
@@ -1,0 +2,5 @@
+Sat Jan 12 19:18:08 UTC 2013 - co...@suse.com
+
+- remove suse_update_config
+
+---



Other differences:
--
++ pam_ssh.spec ++
--- /var/tmp/diff_new_pack.6SfY9X/_old  2013-01-14 11:14:42.0 +0100
+++ /var/tmp/diff_new_pack.6SfY9X/_new  2013-01-14 11:14:42.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package pam_ssh
 #
-# 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,13 +42,6 @@
 SSH private key. An ssh-agent is started and keys are added. For the
 entire session, the user types no more passwords.
 
-
-
-Authors:
-
-Andrew J. Korty a...@iu.edu
-Roderick Schertler
-
 %prep
 %setup -q
 %patch0 -p1
@@ -57,7 +50,6 @@
 %patch3 -p1
 
 %build
-%{suse_update_config -f}
 autoreconf --verbose --force --install
 export CFLAGS=$RPM_OPT_FLAGS -fno-strict-aliasing
 %configure --libdir=/%{_lib} \

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



commit dovecot21 for openSUSE:Factory

2013-01-14 Thread h_root
Hello community,

here is the log from the commit of package dovecot21 for openSUSE:Factory 
checked in at 2013-01-14 12:01:33

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


Package is dovecot21, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/dovecot21/dovecot21.changes  2012-12-10 
10:07:25.0 +0100
+++ /work/SRC/openSUSE:Factory/.dovecot21.new/dovecot21.changes 2013-01-14 
12:01:35.0 +0100
@@ -1,0 +2,9 @@
+Mon Jan  7 11:29:39 UTC 2013 - alexan...@exatati.com.br
+
+- Update to 2.1.13:
+  - Some fixes to cache file changes in v2.1.11.
+  - fts-solr: Overlong UTF8 sequences in mails were rejected by Solr and
+caused the mails to not be indexed.
+  - virtual storage: Sorting mailbox by from/to/cc/bcc didn't work.
+
+---

Old:

  dovecot-2.1.12.tar.bz2

New:

  dovecot-2.1.13.tar.bz2



Other differences:
--
++ dovecot21.spec ++
--- /var/tmp/diff_new_pack.Tnv8Rq/_old  2013-01-14 12:01:37.0 +0100
+++ /var/tmp/diff_new_pack.Tnv8Rq/_new  2013-01-14 12:01:37.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package dovecot21
 #
-# 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,11 +17,11 @@
 
 
 Name:   dovecot21
-Version:2.1.12
+Version:2.1.13
 Release:0
 %define pkg_name dovecot
 %define sieve_version 2.1
-%define dovecot_version 2.1.12
+%define dovecot_version 2.1.13
 %define dovecot_pigeonhole_docdir   
%{_docdir}/%{pkg_name}/dovecot-pigeonhole
 %define with_solr 1
 %define with_clucene 1

++ dovecot-2.1.12.tar.bz2 - dovecot-2.1.13.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/dovecot-2.1.12/ChangeLog new/dovecot-2.1.13/ChangeLog
--- old/dovecot-2.1.12/ChangeLog2012-11-30 07:57:01.0 +0100
+++ new/dovecot-2.1.13/ChangeLog2013-01-07 09:55:41.0 +0100
@@ -1,8 +1,187 @@
+2013-01-07  Timo Sirainen  t...@iki.fi
+
+   * .hgsigs:
+   Added signature for changeset cf9d62fd0b14
+   [36eb80cd02ea] [tip]
+
+   * .hgtags:
+   Added tag 2.1.13 for changeset cf9d62fd0b14
+   [a6ce877f1cd7]
+
+   * NEWS, configure.in:
+   Released v2.1.13.
+   [cf9d62fd0b14] [2.1.13]
+
+2013-01-05  Timo Sirainen  t...@iki.fi
+
+   * src/auth/auth-request.c, src/auth/auth-stream.c, src/auth/auth-
+   stream.h:
+   auth: Fixed handling usernames with the same name as userdb extra
+   fields. This is a bit kludgy fix, but pretty much guaranteed not to
+   break anything. v2.2 has a cleaner fix, but it's a bit more
+   invasive.
+   [3eeb5270963b]
+
+   * src/plugins/lazy-expunge/lazy-expunge-plugin.c:
+   lazy_expunge: Allow expunging from lazy_expunge namespace via
+   virtual mailbox. (Instead of copying the message all over again to
+   the lazy_expunge namespace.)
+   [fc521e6378d5]
+
+2013-01-04  Timo Sirainen  t...@iki.fi
+
+   * src/plugins/quota/quota-storage.c:
+   quota: Don't crash if shared namespace's owner doesn't have quota
+   enabled (but you have).
+   [c91d142130be]
+
+   * src/lib/Makefile.am, src/lib/test-lib.c, src/lib/test-lib.h, src/lib
+   /test-unichar.c, src/lib/unichar.c:
+   uni_utf8_*(): Treat overlong UTF8 sequences as invalid.
+   [7be4709aab5e]
+
+   * src/plugins/acl/acl-storage.c:
+   acl: Treat empty plugin { acl } setting the same as if it didn't
+   exist. This allows using -o plugin/acl= to disable ACLs.
+   [721aba9128b9]
+
+   * src/lib/str.c:
+   DEBUG: Call buffer_verify_pool() on str_c*()
+   [a7a45a56211c]
+
+   * src/lib/buffer.c, src/lib/buffer.h:
+   Added buffer_verify_pool()
+   [9fda4feb6e2d]
+
+2013-01-03  Timo Sirainen  t...@iki.fi
+
+   * src/plugins/virtual/virtual-mail.c:
+   virtual storage: get_first_header() always returned doesn't exist,
+   breaking SORT/THREAD.
+   [abcc9959b757]
+
+2012-12-07  lion  lion@ubuntu.ubuntu-domain
+
+   * src/lib-index/mail-index-transaction-view.c:
+   lib-index: Optimized single sequence lookup of newly created mails
+   in transaction view.
+   [c9e6ad8a42db]
+
+   * src/lib-index/mail-index-transaction-view.c:
+   lib-index: Fixed sequence lookup of newly created mails in
+   transaction view.
+   [7f4835cff04a]
+
+2012-12-19  Timo Sirainen  t...@iki.fi
+
+ 

commit insserv-compat for openSUSE:Factory

2013-01-14 Thread h_root
Hello community,

here is the log from the commit of package insserv-compat for openSUSE:Factory 
checked in at 2013-01-14 12:01:50

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


Package is insserv-compat, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/insserv-compat/insserv-compat.changes
2013-01-10 07:16:51.0 +0100
+++ /work/SRC/openSUSE:Factory/.insserv-compat.new/insserv-compat.changes   
2013-01-14 12:01:52.0 +0100
@@ -1,0 +2,5 @@
+Mon Jan 14 10:21:13 UTC 2013 - lnus...@suse.de
+
+- don't hard require Pod::Usage (bnc#798316)
+
+---



Other differences:
--
++ insserv.pl ++
--- /var/tmp/diff_new_pack.ZVagfV/_old  2013-01-14 12:01:53.0 +0100
+++ /var/tmp/diff_new_pack.ZVagfV/_new  2013-01-14 12:01:53.0 +0100
@@ -161,8 +161,7 @@
 
 sub usage($) {
my $r = shift;
-   use Pod::Usage;
-   pod2usage($r);
+   eval use Pod::Usage; pod2usage($r);;
if ($@) {
die Pod::Usage missing\n;
}

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

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

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  2012-04-23 09:15:32.0 
+0200
+++ /work/SRC/openSUSE:Factory/.lxc.new/lxc.changes 2013-01-14 
12:02:24.0 +0100
@@ -1,0 +2,50 @@
+Fri Jan 11 15:56:54 UTC 2013 - fcro...@suse.com
+
+- Release 0.8.0:
+  + add support for autodetection of gateway address
+  + add support for LVM2 and btrfs snapshot in lxc-clone
+  + add support for apparmor
+  + support nested cgroups
+  + lxc no longer depends on perl
+  + add support for container hooks (pre-start, mount, start, stop,
+umount, post-stop)
+  + templates are moved to /usr/share/lxc/templates
+- Remove
+  Accurately-detect-whether-a-system-supports-clone_children.patch:
+  merged upstream.
+- Add lxc-opensuse-clonefixes.patch: fix openSUSE template
+  regarding cloning.
+- Add 0001-Ensure-btrfs-subvolume-is-destroyed-on-error.patch: fix
+  btrfs subvolume when removing a container.
+- Add lxc-autodev.patch: fill /dev when starting container (needed
+  for systemd).
+- Update lxc-opensuse-12.2.patch: switch to systemd in container.
+
+---
+Fri Jan 11 15:30:21 UTC 2013 - fcro...@suse.com
+
+- Add lxc-opensuse-12.1-fixbuild.patch: fix openSUSE 12.1 container
+  build.
+- Add lxc-opensuse-12.2.patch:
+  + switch openSUSE template to 12.2
+  + install iputils in the default configuration
+  + autoconfigure gateway if possible
+  + detect if network is set to 0.0.0.0 and configure DHCP
+  + bind mount /etc/resolv.conf in container
+- Add use-relative-paths-for-container.patch,
+  fix-lxc-clone-mount-entries.patch and update sles
+  template: use relative paths for container mount points, fixes
+  lxc-clone dropping some lxc.mount entries (bnc#789387).
+- Add Requires(post) dependency on aaa_base (bnc#786970) for
+  openSUSE  12.3.
+- Add dhcpcd in default installation in openSUSE template (bnc#776169).
+- Add change-hwaddr-on-clone.patch: modify MAC address when cloning
+  a container (git)
+- Add wait-until-container-is-stopped.patch: if destroying a
+  running container, wait until it is stopped before destroying it.
+- Ensure lxc-createconfig uses opensuse template by default.
+- Ensure lxc-createconfig correctly detect cidr (bnc#773234).
+- Add pivot-root_shared.patch: fix pivot root when / is mounted as
+  shared (default on 12.3 and later).
+
+---

Old:

  Accurately-detect-whether-a-system-supports-clone_children.patch
  lxc-0.7.5.tar.gz
  lxc-checkconfig-kernel-3.patch
  lxc-opensuse-12.1.patch
  lxc-snapshot-btrfs-lvm.patch

New:

  0001-Ensure-btrfs-subvolume-is-destroyed-on-error.patch
  change-hwaddr-on-clone.patch
  lxc-0.8.0.tar.gz
  lxc-autodev.patch
  lxc-cgroup-already-running.patch
  lxc-opensuse-12.2.patch
  lxc-opensuse-clonefixes.patch
  pivot-root_shared.patch



Other differences:
--
++ lxc.spec ++
--- /var/tmp/diff_new_pack.A05nfK/_old  2013-01-14 12:02:25.0 +0100
+++ /var/tmp/diff_new_pack.A05nfK/_new  2013-01-14 12:02:25.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package lxc
 #
-# 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:   lxc
-Version:0.7.5
+Version:0.8.0
 Release:0
 Url:http://lxc.sourceforge.net/
 Summary:Linux containers implementation
@@ -26,17 +26,27 @@
 Source: 
http://lxc.sourceforge.net/download/lxc/%{name}-%{version}.tar.gz
 Source1:README.SUSE
 Source2:lxc-createconfig.in
-# PATCH-FIX-UPSTREAM update openSUSE template to use 12.1 and various fixes
-Patch0: lxc-opensuse-12.1.patch
-# PATCH-FIX-UPSTREAM lxc-checkconfig-kernel-3.patch bnc#720845 
fcro...@suse.com -- correctly detect kernel 3.x
-Patch1: lxc-checkconfig-kernel-3.patch
-Patch2: 
Accurately-detect-whether-a-system-supports-clone_children.patch
-# PATCH-FIX-UPSTREAM lxc-snapshot-btrfs-lvm.patch fcro...@suse.com -- backport 
support for btrfs and lvm based snapshots (git)
-Patch3: lxc-snapshot-btrfs-lvm.patch
+
+# PATCH-FIX-UPSTREAM lxc-opensuse-clonefixes.patch fcro...@suse.com -- various 
fixes in openSUSE template for lxc-clone
+Patch0: 

commit mhash for openSUSE:Factory

2013-01-14 Thread h_root
Hello community,

here is the log from the commit of package mhash for openSUSE:Factory checked 
in at 2013-01-14 12:02:35

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


Package is mhash, Maintainer is orpha...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/mhash/mhash.changes  2011-11-16 
17:19:49.0 +0100
+++ /work/SRC/openSUSE:Factory/.mhash.new/mhash.changes 2013-01-14 
12:02:36.0 +0100
@@ -1,0 +2,5 @@
+Sat Jan 12 19:18:55 UTC 2013 - co...@suse.com
+
+- remove suse_update_config
+
+---



Other differences:
--
++ mhash.spec ++
--- /var/tmp/diff_new_pack.2byuDc/_old  2013-01-14 12:02:37.0 +0100
+++ /var/tmp/diff_new_pack.2byuDc/_new  2013-01-14 12:02:37.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package mhash
 #
-# 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
@@ -15,17 +15,15 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   mhash
 Version:0.9.9.9
-Release:11
+Release:0
 BuildRequires:  libtool
-Group:  Development/Libraries/C and C++
-License:GPL-2.0+
 Url:http://mhash.sourceforge.net/
 Summary:A Library for Working with Strong Hashes (Like MD5)
+License:GPL-2.0+
+Group:  Development/Libraries/C and C++
 Source: %{name}-%{version}.tar.bz2
 Patch0: %{name}-%{version}-shared.diff
 # PATCH-FIX-UPSTREAM fix-for-upstream-sources.patch sourceforge#2908478
@@ -38,9 +36,10 @@
 
 %package devel
 Summary:Static Library and Header Files for mhash Library
-Provides:   mhash:/usr/include/mhash.h
-Requires:   mhash = %{version} glibc-devel
 Group:  Development/Libraries/C and C++
+Provides:   mhash:/usr/include/mhash.h
+Requires:   glibc-devel
+Requires:   mhash = %{version}
 
 %description devel
 The mhash library provides an easy way to access strong hashes such as
@@ -52,7 +51,6 @@
 %patch1 -p1
 
 %build
-%{suse_update_config -f .}
 autoreconf --force --install
 %configure --with-pic\
 --disable-static

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



commit openal-soft for openSUSE:Factory

2013-01-14 Thread h_root
Hello community,

here is the log from the commit of package openal-soft for openSUSE:Factory 
checked in at 2013-01-14 12:02:43

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


Package is openal-soft, Maintainer is lnus...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/openal-soft/openal-soft.changes  2013-01-11 
15:57:51.0 +0100
+++ /work/SRC/openSUSE:Factory/.openal-soft.new/openal-soft.changes 
2013-01-14 12:02:45.0 +0100
@@ -1,0 +2,6 @@
+Mon Jan 14 10:16:23 UTC 2013 - lnus...@suse.de
+
+- install legacy provides for openal again. Some packages still rely
+  on it.
+
+---



Other differences:
--
++ openal-soft.spec ++
--- /var/tmp/diff_new_pack.CKTmtZ/_old  2013-01-14 12:02:46.0 +0100
+++ /var/tmp/diff_new_pack.CKTmtZ/_new  2013-01-14 12:02:46.0 +0100
@@ -29,6 +29,8 @@
 Source3:baselibs.conf
 # PATCH-FIX-UPSTREAM openal-no-autospawn.diff
 Patch0: openal-no-autospawn.diff
+Conflicts:  openal = 0.0.8
+Provides:   openal = 0.0.9
 BuildRequires:  cmake = 2.4.4
 BuildRequires:  pkgconfig(alsa)
 BuildRequires:  pkgconfig(libpulse)
@@ -55,6 +57,8 @@
 Group:  Development/Languages/C and C++
 Requires:   glibc-devel
 Requires:   libopenal1 = %{version}
+Provides:   openal-devel = 0.0.9
+Conflicts:  openal-devel = 0.0.8
 
 %description devel
 OpenAL is an audio library designed in the spirit of OpenGL--machine

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



commit python-cerealizer for openSUSE:Factory

2013-01-14 Thread h_root
Hello community,

here is the log from the commit of package python-cerealizer for 
openSUSE:Factory checked in at 2013-01-14 12:03:11

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


Package is python-cerealizer, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/python-cerealizer/python-cerealizer.changes  
2011-09-23 12:42:31.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-cerealizer.new/python-cerealizer.changes 
2013-01-14 12:03:13.0 +0100
@@ -1,0 +2,11 @@
+Fri Jan 11 20:00:21 UTC 2013 - p.drou...@gmail.com
+
+- Initial python3 support
+
+---
+Fri Jan 11 20:00:02 UTC 2013 - p.drou...@gmail.com
+
+- Update to 0.8.1 version:
+  * Add python3 support
+
+---
New Changes file:

--- /dev/null   2013-01-09 19:40:42.352580873 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-cerealizer.new/python3-cerealizer.changes
2013-01-14 12:03:13.0 +0100
@@ -0,0 +1,5 @@
+---
+Fri Jan 11 20:00:35 UTC 2013 - p.drou...@gmail.com
+
+- Initial python3 support
+

Old:

  Cerealizer-0.7.tar.bz2

New:

  Cerealizer-0.8.1.tar.bz2
  python3-cerealizer.changes
  python3-cerealizer.spec



Other differences:
--
++ python-cerealizer.spec ++
--- /var/tmp/diff_new_pack.cDIrIe/_old  2013-01-14 12:03:14.0 +0100
+++ /var/tmp/diff_new_pack.cDIrIe/_new  2013-01-14 12:03:14.0 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package python-cerealizer (Version 0.7)
+# spec file for package python-cerealizer
 #
-# 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
@@ -19,15 +19,16 @@
 %define modname Cerealizer
 
 Name:   python-cerealizer
-Version:0.7
-Release:4
+Version:0.8.1
+Release:0
 Summary:A secure pickle-like module
 Url:http://pypi.python.org/pypi/Cerealizer
 License:Python-2.0
 Group:  Development/Libraries/Python
 Source: %{modname}-%{version}.tar.bz2
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  python-devel python-setuptools
+BuildRequires:  python-devel
+BuildRequires: python-setuptools
 BuildArch:  noarch
 %{py_requires}
 
@@ -41,16 +42,14 @@
 %setup -q -n %{modname}-%{version}
 
 %build
-export CFLAGS=$RPM_OPT_FLAGS
 python setup.py build
 
 %install
-python setup.py install --prefix=%{_prefix} --root=$RPM_BUILD_ROOT 
--record-rpm=INSTALLED_FILES
+python setup.py install --prefix=%{_prefix} --root=%{buildroot}
 
-%clean
-rm -rf %{buildroot}
-
-%files -f INSTALLED_FILES
+%files
 %defattr(-,root,root)
+%doc README
+%{python_sitelib}/*
 
 %changelog

++ python3-cerealizer.spec ++
#
# spec file for package python3-cerealizer
#
# 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/
#


%define modname Cerealizer

Name:   python3-cerealizer
Version:0.8.1
Release:0
Summary:A secure pickle-like module
Url:http://pypi.python.org/pypi/Cerealizer
License:Python-2.0
Group:  Development/Libraries/Python
Source: %{modname}-%{version}.tar.bz2
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
BuildRequires:  python3
BuildRequires:  python3-devel
BuildRequires:  python3-distribute
Requires:   python(abi) = %{py3_ver}
BuildArch:  noarch

%description
A secure pickle-like module. It support basic types (int, string, unicode,
tuple, list, dict, set,...), old and new-style classes (you need to register
the class for security), object cycles, and it can be extended to support
C-defined type.

%prep
%setup -q -n %{modname}-%{version}

%build
python3 setup.py build

%install
python3 setup.py install --prefix=%{_prefix} --root=%{buildroot}

commit python-cl for openSUSE:Factory

2013-01-14 Thread h_root
Hello community,

here is the log from the commit of package python-cl for openSUSE:Factory 
checked in at 2013-01-14 12:03:27

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


Package is python-cl, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/python-cl/python-cl.changes  2012-03-16 
13:21:52.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-cl.new/python-cl.changes 2013-01-14 
12:03:29.0 +0100
@@ -1,0 +2,5 @@
+Fri Jan 11 16:18:27 UTC 2013 - p.drou...@gmail.com
+
+- Initial python3 support
+
+---
New Changes file:

--- /dev/null   2013-01-09 19:40:42.352580873 +0100
+++ /work/SRC/openSUSE:Factory/.python-cl.new/python3-cl.changes
2013-01-14 12:03:29.0 +0100
@@ -0,0 +1,5 @@
+---
+Fri Jan 11 16:18:41 UTC 2013 - p.drou...@gmail.com
+
+- Initial python3 support
+

New:

  python3-cl.changes
  python3-cl.spec



Other differences:
--
++ python3-cl.spec ++
#
# spec file for package python3-cl
#
# 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:   python3-cl
Version:0.0.3
Release:0
Url:http://github.com/ask/cl/
Summary:Kombu actor framework
License:BSD-2-Clause
Group:  Development/Languages/Python
Source: http://pypi.python.org/packages/source/c/cl/cl-%{version}.tar.gz
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
BuildRequires:  python3
BuildRequires:  python3-2to3
BuildRequires:  python3-devel
BuildRequires:  python3-distribute
Requires:   python(abi) = %{py3_ver}
Requires:   python3-kombu
BuildArch:  noarch

%description
Actor framework for Kombu

%prep
%setup -q -n cl-%{version}

%build
python3 setup.py build

%install
python3 setup.py install --prefix=%{_prefix} --root=%{buildroot}

%files
%defattr(-,root,root,-)
%doc AUTHORS LICENSE README examples
%{python3_sitelib}/*
# The Python2 package doesn't provide a binarie, it is not necessary to rename 
it
%{_bindir}/cl

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



commit squid for openSUSE:Factory

2013-01-14 Thread h_root
Hello community,

here is the log from the commit of package squid for openSUSE:Factory checked 
in at 2013-01-14 12:03:41

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


Package is squid, Maintainer is dr...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/squid/squid.changes  2013-01-14 
09:49:46.0 +0100
+++ /work/SRC/openSUSE:Factory/.squid.new/squid.changes 2013-01-14 
12:03:43.0 +0100
@@ -4,0 +5 @@
+  fix for bnc#794954, CVE-2012-5643, SQUID:2012-1



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



commit unison for openSUSE:Factory

2013-01-14 Thread h_root
Hello community,

here is the log from the commit of package unison for openSUSE:Factory checked 
in at 2013-01-14 12:04:00

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


Package is unison, Maintainer is orpha...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/unison/unison.changes2012-02-16 
15:02:40.0 +0100
+++ /work/SRC/openSUSE:Factory/.unison.new/unison.changes   2013-01-14 
12:04:04.0 +0100
@@ -1,0 +2,7 @@
+Mon Jan 14 08:05:03 UTC 2013 - sasc...@suse.de
+
+- Update to version 2.40.102:
+  + Upstream provides no changelog
+- Uppercase name and a comment in unison.desktop
+
+---

Old:

  unison-2.40.63-manual.html
  unison-2.40.63.tar.gz

New:

  unison-2.40.102-manual.html
  unison-2.40.102.tar.gz



Other differences:
--
++ unison.spec ++
--- /var/tmp/diff_new_pack.IMLRya/_old  2013-01-14 12:04:05.0 +0100
+++ /var/tmp/diff_new_pack.IMLRya/_new  2013-01-14 12:04:05.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package unison
 #
-# 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,9 +17,9 @@
 
 
 Name:   unison
-Version:2.40.63
+Version:2.40.102
 Release:0
-Summary:A file synchronization tool
+Summary:File synchronization tool
 License:GPL-3.0+
 Group:  Productivity/Networking/Other
 Url:http://www.cis.upenn.edu/~bcpierce/unison
@@ -28,15 +28,11 @@
 Source2:%{name}.desktop
 Source3:%{name}.png
 Patch0: build-fix-EG11.1.patch
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  gtk2-devel
+BuildRequires:  lablgtk2-devel
 BuildRequires:  ncurses-devel
 BuildRequires:  update-desktop-files
-%if 0%{?suse_version}  1020
-BuildRequires:  lablgtk2-devel
-%else
-BuildRequires:  lablgtk2
-%endif
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
 Unison is a file synchronization tool for Unix and Windows. It allows
@@ -73,12 +69,9 @@
 export NO_BRP_STRIP_DEBUG=true
 %endif
 
-%clean
-rm -rf %{buildroot}
-
 %files
 %defattr(-,root,root)
-%doc BUGS.txt CONTRIB COPYING NEWS README ROADMAP.txt TODO.txt 
unison-manual.html
+%doc BUGS.txt CONTRIB COPYING NEWS README ROADMAP.txt unison-manual.html
 %{_datadir}/applications/*
 %{_datadir}/pixmaps/unison.png
 %{_bindir}/%{name}

++ unison-2.40.63-manual.html - unison-2.40.102-manual.html ++
--- /work/SRC/openSUSE:Factory/unison/unison-2.40.63-manual.html
2011-09-23 12:49:27.0 +0200
+++ /work/SRC/openSUSE:Factory/.unison.new/unison-2.40.102-manual.html  
2013-01-14 12:04:04.0 +0100
@@ -36,7 +36,7 @@
 BR
 div id=manualheaderDIV CLASS=centerFONT SIZE=7FONT 
COLOR=blackUnison File Synchronizer/FONTBR
 FONT SIZE=6FONT COLOR=blackUser Manual and Reference Guide/FONTBR
-FONT SIZE=5Version 2.40.61BR
+FONT SIZE=5Version 2.40.65BR
 FONT SIZE=4Copyright 1998-2009, Benjamin C. Pierce
  /FONT/FONT/FONT/FONT/DIV/divBR
 BR
@@ -105,7 +105,7 @@
 A HREF=#sshFONT SIZE=4BInstalling Ssh/B/FONT/ABR
 nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;#8226;A 
HREF=#ssh-unixUnix/ABR
 nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;#8226;A 
HREF=#ssh-winWindows/ABR
-A HREF=#newsFONT SIZE=4BChanges in Version 2.40.61/B/FONT/ABR
+A HREF=#newsFONT SIZE=4BChanges in Version 2.40.65/B/FONT/ABR
 
  /BLOCKQUOTE
  
@@ -399,7 +399,9 @@
 BR
 You'll also need the GNU TTmake/TT utility, standard on many Unix
 systems. (Type FONT SIZE=4TTmake ndash;version/TT/FONT to check that 
you've got the
-GNU version.)BR
+GNU version.) Unison's build system is
+not parallelizable, so don't use make flags which cause it to start
+processes in parallel, e.g. -j for GNU make.BR
 BR
 Once you've got OCaml installed, grab a copy of the Unison sources,
 unzip and untar them, change to the new FONT SIZE=4TTunison/TT/FONT 
directory, and
@@ -703,9 +705,7 @@
 
 The standard remote shell facility on Unix systems is CODEssh/CODE, which 
provides the
 same functionality as the older CODErsh/CODE but much better security. Ssh 
is available from
-A 
HREF=ftp://ftp.cs.hut.fi/pub/ssh/;TTftp://ftp.cs.hut.fi/pub/ssh//TT/A; 
up-to-date binaries for some
-architectures can also be found at
-A 
HREF=ftp://ftp.faqs.org/ssh/contrib;TTftp://ftp.faqs.org/ssh/contrib/TT/A.
 See sectionnbsp;A HREF=#ssh-winA.2/A
+A HREF=http://www.openssh.org;TThttp://www.openssh.org/TT/A. See 
sectionnbsp;A HREF=#ssh-winA.2/A
 for 

commit python3-Tempita for openSUSE:Factory

2013-01-14 Thread h_root
Hello community,

here is the log from the commit of package python3-Tempita for openSUSE:Factory 
checked in at 2013-01-14 14:00:47

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


Package is python3-Tempita, Maintainer is 

Changes:

New Changes file:

NO CHANGES FILE!!!

New:

  _link



Other differences:
--
++ _link ++
link package=python-Tempita cicount=copy /
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit python3-cerealizer for openSUSE:Factory

2013-01-14 Thread h_root
Hello community,

here is the log from the commit of package python3-cerealizer for 
openSUSE:Factory checked in at 2013-01-14 14:01:21

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


Package is python3-cerealizer, Maintainer is 

Changes:

New Changes file:

NO CHANGES FILE!!!

New:

  _link



Other differences:
--
++ _link ++
link package=python-cerealizer cicount=copy /
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit python3-cl for openSUSE:Factory

2013-01-14 Thread h_root
Hello community,

here is the log from the commit of package python3-cl for openSUSE:Factory 
checked in at 2013-01-14 14:01:36

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


Package is python3-cl, Maintainer is 

Changes:

New Changes file:

NO CHANGES FILE!!!

New:

  _link



Other differences:
--
++ _link ++
link package=python-cl cicount=copy /
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit installation-images for openSUSE:Factory

2013-01-14 Thread h_root
Hello community,

here is the log from the commit of package installation-images for 
openSUSE:Factory checked in at 2013-01-14 14:04:12

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


Package is installation-images, Maintainer is snw...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/installation-images/installation-images.changes  
2013-01-10 13:06:06.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.installation-images.new/installation-images.changes 
2013-01-14 14:04:16.0 +0100
@@ -1,0 +2,12 @@
+Mon Jan 14 11:06:40 CET 2013 - snw...@suse.de
+
+- add complete lvm2 package (bnc #790724)
+
+---
+Mon Jan 14 08:54:28 CET 2013 - snw...@suse.de
+
+- insserv - insserv-compat
+- reworked grub2 efi config
+- support shim
+
+---

Old:

  installation-images-13.63.tar.bz2

New:

  installation-images-13.65.tar.bz2



Other differences:
--
++ installation-images.spec ++
--- /var/tmp/diff_new_pack.bfrmaI/_old  2013-01-14 14:04:18.0 +0100
+++ /var/tmp/diff_new_pack.bfrmaI/_new  2013-01-14 14:04:18.0 +0100
@@ -371,9 +371,9 @@
 Summary:Installation Image Files
 License:GPL-2.0+
 Group:  Metapackages
-Version:13.63
+Version:13.65
 Release:0
-Source: installation-images-13.63.tar.bz2
+Source: installation-images-13.65.tar.bz2
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %define _binary_payload w.ufdio
 

++ installation-images-13.63.tar.bz2 - installation-images-13.65.tar.bz2 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/installation-images-13.63/VERSION 
new/installation-images-13.65/VERSION
--- old/installation-images-13.63/VERSION   2013-01-09 10:31:19.0 
+0100
+++ new/installation-images-13.65/VERSION   2013-01-14 11:06:34.0 
+0100
@@ -1 +1 @@
-13.63
+13.65
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/installation-images-13.63/changelog 
new/installation-images-13.65/changelog
--- old/installation-images-13.63/changelog 2013-01-09 10:31:23.0 
+0100
+++ new/installation-images-13.65/changelog 2013-01-14 11:06:37.0 
+0100
@@ -1,4 +1,14 @@
-2013-01-09:HEAD
+2013-01-14:HEAD
+   - add complete lvm2 package (bnc #790724)
+
+2013-01-14:13.64
+   - insserv - insserv-compat
+   - replace grub2 title
+   - reworked grub2 efi config
+   - support shim
+   - better grub2 efi config
+
+2013-01-09:13.63
- turn on efi graphics
 
 2013-01-08:13.62
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/installation-images-13.63/data/base/base.file_list 
new/installation-images-13.65/data/base/base.file_list
--- old/installation-images-13.63/data/base/base.file_list  2013-01-08 
14:59:59.0 +0100
+++ new/installation-images-13.65/data/base/base.file_list  2013-01-14 
08:54:07.0 +0100
@@ -208,9 +208,17 @@
 libjpeg*:
   /
 
-insserv:
-  /etc
-  /sbin
+perl-base:
+  /usr/{bin,lib}
+
+perl:
+  /usr/{bin,lib}
+
+perl-HTML-Parser:
+  /usr/lib
+
+insserv-compat:
+  /
 
 aaa_base: prein,postin
 e prein
@@ -234,15 +242,6 @@
 r /var/adm/fillup-templates
 t /etc/fstab
 
-perl-base:
-  /usr/{bin,lib}
-
-perl:
-  /usr/{bin,lib}
-
-perl-HTML-Parser:
-  /usr/lib
-
 libdb-*:
   /
 
@@ -354,6 +353,9 @@
 device-mapper:
   /
 
+gettext-runtime:
+  /
+
 ?grub2:
   /
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/installation-images-13.63/data/boot/grub.cfg 
new/installation-images-13.65/data/boot/grub.cfg
--- old/installation-images-13.63/data/boot/grub.cfg2013-01-08 
14:59:54.0 +0100
+++ new/installation-images-13.65/data/boot/grub.cfg2013-01-14 
08:54:04.0 +0100
@@ -6,21 +6,23 @@
 
 insmod efi_gop
 insmod efi_uga
-insmod gfxterm
 insmod gzio
 insmod gettext
-terminal_output gfxterm
 
-loadfont $prefix/unicode.pf2
+color_normal=light-gray/black
+color_highlight=white/light-gray
 
 if [ $with_gfx = 1 ] ; then
-  theme=$prefix/themes/openSUSE/theme.txt
-  export theme
-
+  insmod gfxterm
   insmod gfxmenu
   insmod png
 
-  loadfont $prefix/themes/openSUSE/ascii.pf2
+  terminal_output gfxterm
+
+  theme=$prefix/themes/openSUSE/theme.txt
+  export theme
+
+  loadfont $prefix/unicode.pf2
   loadfont $prefix/themes/openSUSE/DejaVuSans10.pf2
   loadfont $prefix/themes/openSUSE/DejaVuSans12.pf2
   loadfont $prefix/themes/openSUSE/DejaVuSans-Bold14.pf2
diff 

commit python-biplist for openSUSE:Factory

2013-01-14 Thread h_root
Hello community,

here is the log from the commit of package python-biplist for openSUSE:Factory 
checked in at 2013-01-14 14:04:25

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


Package is python-biplist, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/python-biplist/python-biplist.changes
2012-03-24 20:09:23.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-biplist.new/python-biplist.changes   
2013-01-14 14:04:27.0 +0100
@@ -1,0 +2,13 @@
+Fri Jan 11 20:24:40 UTC 2013 - p.drou...@gmail.com
+
+- Initial python3 support
+
+---
+Fri Jan 11 20:21:20 UTC 2013 - p.drou...@gmail.com
+
+- Update to 0.5 version:
+  * Fix a bug when writing non-binary (XML) plist with Data values
+  * Cleaned up a few stray comments and assertions.
+- Add BuildRequires: python-six needed for tests
+
+---
New Changes file:

--- /dev/null   2013-01-09 19:40:42.352580873 +0100
+++ /work/SRC/openSUSE:Factory/.python-biplist.new/python3-biplist.changes  
2013-01-14 14:04:27.0 +0100
@@ -0,0 +1,5 @@
+---
+Fri Jan 11 20:26:18 UTC 2013 - p.drou...@gmail.com
+
+- Initial python3 support
+

Old:

  biplist-0.4.tar.gz

New:

  biplist-0.5.tar.gz
  python3-biplist.changes
  python3-biplist.spec



Other differences:
--
++ python-biplist.spec ++
--- /var/tmp/diff_new_pack.nthgrp/_old  2013-01-14 14:04:28.0 +0100
+++ /var/tmp/diff_new_pack.nthgrp/_new  2013-01-14 14:04:28.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-biplist
 #
-# 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,7 +16,7 @@
 #
 
 Name:   python-biplist
-Version:0.4
+Version:0.5
 Release:0
 Url:https://github.com/wooster/biplist
 Summary:A library for reading/writing binary plists
@@ -28,6 +28,7 @@
 BuildRequires:  python-devel
 BuildRequires:  python-distribute
 BuildRequires:  python-nose
+BuildRequires: python-six
 %if 0%{?suse_version}  0%{?suse_version} = 1110
 %{!?python_sitelib: %global python_sitelib %(python -c from 
distutils.sysconfig import get_python_lib; print get_python_lib())}
 %else

++ python3-biplist.spec ++
#
# spec file for package python3-biplist
#
# 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:   python3-biplist
Version:0.5
Release:0
Url:https://github.com/wooster/biplist
Summary:A library for reading/writing binary plists
License:BSD-3-Clause
Group:  Development/Languages/Python
Source: 
http://pypi.python.org/packages/source/b/biplist/biplist-%{version}.tar.gz
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
BuildRequires:  python3
BuildRequires:  python3-coverage
BuildRequires:  python3-devel
BuildRequires:  python3-distribute
BuildRequires:  python3-nose
BuildRequires:  python3-six
Requires:   python(abi) = %{py3_ver}
BuildArch:  noarch

%description
biplist is a binary plist parser/generator for Python.

Binary Property List (plist) files provide a faster and smaller serialization
format for property lists on OS X. This is a library for generating binary
plists which can be read by OS X, iOS, or other clients.

%prep
%setup -q -n biplist-%{version}

%build
python3 setup.py build

%install
python3 setup.py install --prefix=%{_prefix} --root=%{buildroot}

%check
# Failed on Factory, need to be fixed but does not really critical
%if 0%{?suse_version}  1230
python3 setup.py test
%endif

%files
%defattr(-,root,root,-)
%doc AUTHORS LICENSE README.md
%{python3_sitelib}/*

%changelog
++ biplist-0.4.tar.gz - biplist-0.5.tar.gz ++
Files 

commit python-distorm3 for openSUSE:Factory

2013-01-14 Thread h_root
Hello community,

here is the log from the commit of package python-distorm3 for openSUSE:Factory 
checked in at 2013-01-14 14:07:55

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


Package is python-distorm3, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/python-distorm3/python-distorm3.changes  
2012-07-30 09:37:38.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-distorm3.new/python-distorm3.changes 
2013-01-14 14:07:57.0 +0100
@@ -1,0 +2,32 @@
+Fri Jan 11 17:15:31 UTC 2013 - p.drou...@gmail.com
+
+- Update to 3.3 version:
+  * The structure of a decoded instruction now contains new fields 
+that let one know how the instruction affected the CPU flags (modified,
+tested, undefined). For more info see the last three fields of the
+DInst structure inside DecomposeInterface.
+  * Compacted the DB of instructions much more, with another level of
+shared data among similar instructions...
+  * The Python bindings now support the control flow features that 
+diStorm3 itself support, thanks to Vext01. 
+- Remove duplicate files with fdupes
+
+---
+Fri Jan 11 17:14:12 UTC 2013 - p.drou...@gmail.com
+
+- Update to 3.2 version:
+  * Fixed many instructions, either operand accuracy problems or typos
+in mnemonics. 
+  * Fixed a few bugs introduced in July 2011. 
+  * Added new instructions such as: INVPCID, TZCNT, RDxSBASE, WRxSBASE,
+CVTPS2PH, CVTPH2PS and more. Added a new compiler directive DISTORM_LIGHT
+to compile only distorm_decompose (no text formatting) to make diStorm 
+smaller in size (should save around 20kb), thanks to Marius Negrutiu of 
BullGuard. 
+  * Fixed the Java wrapper to support latest version. 
+
+---
+Thu Jan  3 19:03:02 UTC 2013 - toddrme2...@gmail.com
+
+- Fix builds for SLES 11
+
+---

Old:

  distorm3-1.0.zip

New:

  distorm3-3.3.zip



Other differences:
--
++ python-distorm3.spec ++
--- /var/tmp/diff_new_pack.1bgZdM/_old  2013-01-14 14:07:58.0 +0100
+++ /var/tmp/diff_new_pack.1bgZdM/_new  2013-01-14 14:07:58.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-distorm3
 #
-# 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,28 +16,28 @@
 #
 
 Name:   python-distorm3
-Version:1.0
+Version:3.3
 Release:0
 License:GPL-3.0
 Summary:Powerful Disassembler Library For x86/AMD64
 Url:http://code.google.com/p/distorm/
 Group:  Development/Libraries/Python
-Source: distorm3-1.0.zip
+Source: distorm3-%{version}.zip
 Patch0: 0001-don-t-stutter-static-on-BigEndian.patch
 BuildRequires:  pkg-config
 BuildRequires:  python-devel  2.5
 BuildRequires:  unzip
+BuildRequires:  fdupes
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %if 0%{?suse_version}  0%{?suse_version} = 1110
 %{!?python_sitearch: %global python_sitearch %(python -c from 
distutils.sysconfig import get_python_lib; print get_python_lib(1))}
-%{!?python_sitelib: %global python_sitelib %(python -c from 
distutils.sysconfig import get_python_lib; print get_python_lib())}
 %endif
 
 %description
 No more parsing strings! - diStorm3 is really a decomposer, which means it 
takes an instruction and returns a binary structure which describes it rather 
than static text. 
 
 %prep
-%setup -q -n distorm3-1.0
+%setup -q -n distorm3
 %patch0 -p1
 
 %build
@@ -46,9 +46,12 @@
 %install
 python setup.py install --root=%{buildroot} --prefix=%{_prefix}
 %ifarch x86_64 ppc64
+%if 0%{?suse_version}  0%{?suse_version}  1110
 install -d %{buildroot}%{python_sitearch}
 mv %{buildroot}%{python_sitelib}/* %{buildroot}%{python_sitearch}
 %endif
+%endif
+%fdupes -s %{buildroot}
 
 %files
 %defattr(-,root,root)

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



commit python-pyparsing for openSUSE:Factory

2013-01-14 Thread h_root
Hello community,

here is the log from the commit of package python-pyparsing for 
openSUSE:Factory checked in at 2013-01-14 14:09:51

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


Package is python-pyparsing, Maintainer is cth...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/python-pyparsing/python-pyparsing.changes
2012-11-25 13:53:29.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-pyparsing.new/python-pyparsing.changes   
2013-01-14 14:09:53.0 +0100
@@ -1,0 +2,15 @@
+Mon Jan 14 11:56:55 UTC 2013 - sasc...@suse.de
+
+- Fix license (MIT and GPL-2.0+ and GPL-3.0+)
+
+---
+Wed Jan  9 08:27:28 UTC 2013 - sasc...@suse.de
+
+- Don't ship examples twice
+
+---
+Mon Jan  7 20:03:30 UTC 2013 - p.drou...@gmail.com
+
+- Initial support of python3
+
+---
New Changes file:

--- /dev/null   2013-01-09 19:40:42.352580873 +0100
+++ /work/SRC/openSUSE:Factory/.python-pyparsing.new/python3-pyparsing.changes  
2013-01-14 14:09:53.0 +0100
@@ -0,0 +1,15 @@
+---
+Mon Jan 14 11:57:04 UTC 2013 - sasc...@suse.de
+
+- Fix license (MIT and GPL-2.0+ and GPL-3.0+)
+
+---
+Wed Jan  9 08:27:37 UTC 2013 - sasc...@suse.de
+
+- Don't ship examples twice
+
+---
+Mon Jan  7 20:04:03 UTC 2013 - p.drou...@gmail.com
+
+- Initial support of python3
+

New:

  python3-pyparsing.changes
  python3-pyparsing.spec



Other differences:
--
++ python-pyparsing.spec ++
--- /var/tmp/diff_new_pack.ilaPPm/_old  2013-01-14 14:09:54.0 +0100
+++ /var/tmp/diff_new_pack.ilaPPm/_new  2013-01-14 14:09:54.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-pyparsing
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -21,7 +21,7 @@
 Release:0
 Url:http://pyparsing.wikispaces.com/
 Summary:Grammar Parser Library for Python
-License:MIT
+License:MIT and GPL-2.0+ and GPL-3.0+
 Group:  Development/Languages/Python
 Source: 
http://pypi.python.org/packages/source/p/pyparsing/pyparsing-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -71,6 +71,6 @@
 
 %files doc
 %defattr(-,root,root,-)
-%doc docs/* examples
+%doc docs/*
 
 %changelog

++ python3-pyparsing.spec ++
#
# spec file for package python3-pyparsing
#
# 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:   python3-pyparsing
Version:1.5.6
Release:0
Url:http://pyparsing.wikispaces.com/
Summary:Grammar Parser Library for Python
License:MIT and GPL-2.0+ and GPL-3.0+
Group:  Development/Languages/Python
Source: 
http://pypi.python.org/packages/source/p/pyparsing/pyparsing-%{version}.tar.gz
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
BuildRequires:  python3
BuildRequires:  python3-2to3
BuildRequires:  python3-devel
BuildRequires:  python3-distribute
BuildArch:  noarch
Requires:   python3 = %{py3_ver}

%description
The pyparsing module is an alternative approach to creating and executing
simple grammars, vs. the traditional lex/yacc approach, or the use of regular
expressions. The pyparsing module provides a library of classes that client
code uses to construct the grammar directly in Python code.

%package doc
Summary:Grammar Parser Library for Python - Documentation
Group:  Development/Libraries/Python
Requires:   %{name} = %{version}

%description doc
The pyparsing module is an 

commit grub2 for openSUSE:12.2:Update

2013-01-14 Thread h_root
Hello community,

here is the log from the commit of package grub2 for openSUSE:12.2:Update 
checked in at 2013-01-14 15:15:25

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


Package is grub2, Maintainer is mch...@suse.com

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.qZgaxw/_old  2013-01-14 15:15:27.0 +0100
+++ /var/tmp/diff_new_pack.qZgaxw/_new  2013-01-14 15:15:27.0 +0100
@@ -1 +1 @@
-link package='grub2.1127' cicount='copy' /
+link package='grub2.1203' cicount='copy' /

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



commit patchinfo.1203 for openSUSE:12.2:Update

2013-01-14 Thread h_root
Hello community,

here is the log from the commit of package patchinfo.1203 for 
openSUSE:12.2:Update checked in at 2013-01-14 15:15:27

Comparing /work/SRC/openSUSE:12.2:Update/patchinfo.1203 (Old)
 and  /work/SRC/openSUSE:12.2:Update/.patchinfo.1203.new (New)


Package is patchinfo.1203, Maintainer is 

Changes:

New Changes file:

NO CHANGES FILE!!!

New:

  _patchinfo



Other differences:
--
++ _patchinfo ++
patchinfo
  packagerarvidjaar/packager
  categoryrecommended/category
  ratinglow/rating
  summarygrub2: fix enumeration of extended partitions with non-standard 
EBR/summary
  descriptionThis update fixes the following issue for grub2:
- bnc#779534: fix enumeration of extended partitions with non-standard EBR 
(bnc#779534)/description
  issue tracker=bnc id=779534/usr/sbin/grub2-install failed with code 256 
and output: source_dir doesn't exist/issue
/patchinfo
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit osc-plugin-collab.1204 for openSUSE:12.2:Update

2013-01-14 Thread h_root
Hello community,

here is the log from the commit of package osc-plugin-collab.1204 for 
openSUSE:12.2:Update checked in at 2013-01-14 15:15:54

Comparing /work/SRC/openSUSE:12.2:Update/osc-plugin-collab.1204 (Old)
 and  /work/SRC/openSUSE:12.2:Update/.osc-plugin-collab.1204.new (New)


Package is osc-plugin-collab.1204, Maintainer is 

Changes:

New Changes file:

--- /dev/null   2013-01-09 19:40:42.352580873 +0100
+++ 
/work/SRC/openSUSE:12.2:Update/.osc-plugin-collab.1204.new/osc-plugin-collab.changes
2013-01-14 15:15:56.0 +0100
@@ -0,0 +1,124 @@
+---
+Mon Jan  7 14:01:54 UTC 2013 - vu...@opensuse.org
+
+- Update to version 0.96 (bnc#797034):
+  + Use new collab server.
+
+---
+Thu Feb 23 14:02:33 UTC 2012 - vu...@opensuse.org
+
+- Update to version 0.95:
+  + Features:
+- Add ugly workaround to extract files from .tar.xz tarballs
+- Extract a diff of old and new configure.{ac,in} on update
+- Supersede old requests on buildsubmit/forward (unless
+  --no-supersede is used)
+  + Fixes:
+- List requests that are in state 'review'
+- Improve todo performance
+- Use a cache when listing requests to improve performance
+- Fix crash in todo for packages with no upstream version
+- Use UTC for timezone in .changes entries
+- Change forwarded request description to the one from webui
+- Reset Release tag to 0 instead of 1 on updates
+- Add Recommends for xz, so we can extract files from .tar.xz
+  tarballs.
+
+---
+Thu Jun 30 17:21:22 CEST 2011 - vu...@opensuse.org
+
+- Update to version 0.94:
+  + Features:
+- Add comments:
+  . new 'comment', 'commentset', 'commentunset',
+'listcommented' commands to edit/view comments on packages
+  . make 'todo' display packages with a comment, and add
+--ignore-comments and --exclude-commented options to
+control this behavior
+  . display comments after 'setup'/'update', unless
+--ignore-comments is used
+- Add --details/--no-details options and collab_details config
+  option (default to False) to display more details in 'todo'
+- 'update' command improvements:
+  . Stop recompressing tarballs
+  . Update Source tag in .spec on update to the tarball URL
+  . Drop the (Version XYZ) part of the .spec header
+- Add --nobranch option to 'setup'/'update' commands
+- Unreserve the package after successful 'buildsubmit'
+- Add collab_do_package_tracking config option (default to
+  False)
+  + Fixes:
+- Make 'isreserved' work with multiple packages
+
+---
+Tue Jun 28 12:52:45 CEST 2011 - vu...@opensuse.org
+
+- Add quilt Recommends, as the plugin tells the user to use quilt
+  to check patches.
+- Update Url tag to point to new wiki page.
+
+---
+Mon May 30 18:40:09 CEST 2011 - vu...@opensuse.org
+
+- Update to version 0.93:
+  + Fixes:
+- Handle httplib.BadStatusLine exception in build
+- Fix bug that was creating inconsistent state in checkout
+
+---
+Fri Sep 10 18:13:49 CEST 2010 - vu...@opensuse.org
+
+- Update to version 0.92:
+  + Fixes:
+- Do not create empty helper files for NEWS/ChangeLog
+- Use updated build state names from OBS ('signing' was added,
+  'expansion error' was renamed to 'unresolved')
+- Fix crash when list of reserved packages cannot be fetched
+- Make osc collab forward work with osc 0.129
+
+---
+Sun Jan 17 20:04:05 CET 2010 - vu...@opensuse.org
+
+- Update to version 0.91:
+  + Features:
+- Use the new scheduler state for build/buildsubmit to
+  determine if the build status can be trusted or not.
+  + Fixes:
+- Fix addition of osc-collab.* files to exclude glob.
+
+---
+Mon Sep 14 19:22:13 CEST 2009 - vu...@opensuse.org
+
+- This is the old osc-gnome plugin, split from osc-plugins-gnome,
+  and renamed to osc-collab.
+- Update to version 0.90:
+  + Features:
+- Rename to osc collab and do not refer to anything GNOME
+  specific anywhere
+- Support delta in non-link packages
+- Remove potential trailing slash from packages passed as args
+  for convenience when used with autocompletion
+- Make the config options work per apiurl
+- Make it possible to use more than one repo at the same time
+- Display against which repo the build is done
+- Make setup/update branch from 

commit patchinfo.1204 for openSUSE:12.2:Update

2013-01-14 Thread h_root
Hello community,

here is the log from the commit of package patchinfo.1204 for 
openSUSE:12.2:Update checked in at 2013-01-14 15:16:00

Comparing /work/SRC/openSUSE:12.2:Update/patchinfo.1204 (Old)
 and  /work/SRC/openSUSE:12.2:Update/.patchinfo.1204.new (New)


Package is patchinfo.1204, Maintainer is 

Changes:

New Changes file:

NO CHANGES FILE!!!

New:

  _patchinfo



Other differences:
--
++ _patchinfo ++
patchinfo
  packagervuntz/packager
  categoryrecommended/category
  ratinglow/rating
  summaryosc-plugin-collab: Update to version 0.96/summary
  descriptionUpdate to version 0.96 of osc-plugin-collab (bnc#797034):
  - Use new collab-server/description
  issue tracker=bnc id=797034Update osc-plugin-collab in 12.2 to version 
0.96/issue
/patchinfo
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit osc-plugin-collab for openSUSE:12.2:Update

2013-01-14 Thread h_root
Hello community,

here is the log from the commit of package osc-plugin-collab for 
openSUSE:12.2:Update checked in at 2013-01-14 15:15:57

Comparing /work/SRC/openSUSE:12.2:Update/osc-plugin-collab (Old)
 and  /work/SRC/openSUSE:12.2:Update/.osc-plugin-collab.new (New)


Package is osc-plugin-collab, Maintainer is 

Changes:

New Changes file:

NO CHANGES FILE!!!

New:

  _link



Other differences:
--
++ _link ++
link package='osc-plugin-collab.1204' cicount='copy' /
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit xorg-x11-server for openSUSE:12.2:Update

2013-01-14 Thread h_root
Hello community,

here is the log from the commit of package xorg-x11-server for 
openSUSE:12.2:Update checked in at 2013-01-14 15:16:32

Comparing /work/SRC/openSUSE:12.2:Update/xorg-x11-server (Old)
 and  /work/SRC/openSUSE:12.2:Update/.xorg-x11-server.new (New)


Package is xorg-x11-server, Maintainer is sndir...@suse.com

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.xcd3k7/_old  2013-01-14 15:16:33.0 +0100
+++ /var/tmp/diff_new_pack.xcd3k7/_new  2013-01-14 15:16:33.0 +0100
@@ -1 +1 @@
-link package='xorg-x11-server.1050' cicount='copy' /
+link package='xorg-x11-server.1205' cicount='copy' /

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



commit ruby19 for openSUSE:12.2:Update

2013-01-14 Thread h_root
Hello community,

here is the log from the commit of package ruby19 for openSUSE:12.2:Update 
checked in at 2013-01-14 15:17:11

Comparing /work/SRC/openSUSE:12.2:Update/ruby19 (Old)
 and  /work/SRC/openSUSE:12.2:Update/.ruby19.new (New)


Package is ruby19, Maintainer is jmassaguer...@suse.com

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.Ik7lRL/_old  2013-01-14 15:17:13.0 +0100
+++ /var/tmp/diff_new_pack.Ik7lRL/_new  2013-01-14 15:17:13.0 +0100
@@ -1 +1 @@
-link package='ruby19.1051' cicount='copy' /
+link package='ruby19.1208' cicount='copy' /

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



commit udev.1210 for openSUSE:12.1:Update

2013-01-14 Thread h_root
Hello community,

here is the log from the commit of package udev.1210 for openSUSE:12.1:Update 
checked in at 2013-01-14 15:18:06

Comparing /work/SRC/openSUSE:12.1:Update/udev.1210 (Old)
 and  /work/SRC/openSUSE:12.1:Update/.udev.1210.new (New)


Package is udev.1210, Maintainer is 

Changes:

New Changes file:

--- /dev/null   2013-01-09 19:40:42.352580873 +0100
+++ /work/SRC/openSUSE:12.1:Update/.udev.1210.new/udev.changes  2013-01-14 
15:18:08.0 +0100
@@ -0,0 +1,2521 @@
+---
+Tue Jan  8 13:49:46 UTC 2013 - rmila...@suse.com
+
+- make 'reload' and 'force-reload' LSB compliant (bnc#793936).
+- udevd: add missing ':' to getopt_long 'e'
+  add: udevd-add-missing-to-getopt_long-e.patch 
+
+---
+Fri Oct  5 13:38:04 UTC 2012 - rmila...@suse.com
+
+- Don't run mkinitrd while installing/upgrading from Yast
+  (bnc#782539). 
+
+---
+Wed Sep 19 07:55:40 UTC 2012 - rmila...@suse.com
+
+- create /dev/root symlink with dynamic rule for systemd (bnc#776882).
+- add update of initrd image file in %post and %postun.
+
+---
+Mon Apr  2 13:43:42 UTC 2012 - rmila...@suse.com
+
+- Prevent segfault on slow clocks (bnc#738604) 
+  added: prevent-segfault-in-slow-clocks.patch
+
+---
+Tue Nov  8 15:27:02 UTC 2011 - co...@suse.com
+
+- Added upstream patch to avoid deadlocks, bnc#722858
+
+---
+Mon Oct 17 21:19:24 UTC 2011 - gre...@suse.com
+
+- fix issue with missmatched versions of libudev and udev installed at
+  the same time.  This recently hit openSUSE:Tumbleweed in a bad way.
+
+---
+Sat Sep 17 17:46:34 UTC 2011 - tittiatc...@gmail.com
+
+- Added upstream patch to make bluetooth hid devices working again
+  with Xorg. This patch restores the ID_INPUT=1 and 
+  ID_INPUT_{KEY,MOUSE}=1 properties Xorg relies on these properties 
+  for cold- and hotplugging of input devices. (bnc#716892)
+
+---
+Thu Aug 25 16:12:25 UTC 2011 - fcro...@suse.com
+
+- version 173
+  * enable udev-acl extra (we haven't switched to systemd only)
+  * On systemd systems, udev-acl rules prevent it from running,
+functionnality has been moved to systemd.
+
+---
+Thu Jul 14 07:16:36 UTC 2011 - a...@suse.de
+
+- version 172
+  * udev now enables kernel media-presence polling if available.
+  * Libudev enumerate is now able to enumerate a subtree of a given
+device.
+
+---
+Fri May 27 01:46:53 CEST 2011 - kay.siev...@novell.com
+
+- version 171
+  - systemd: run udev.service and udev-trigger.service in
+parallel
+  - path_id: allow to be asked about usb_devices not only
+usb_interfaces
+  - rules: support substitutions in TAG=
+  - libudev: enumerate - do not ignore other matches when
+add_match_tag() is used
+  - rules: implement TAGS== match
+  - configure: allow usb.ids location to be specified
+
+---
+Thu May 19 23:16:54 CEST 2011 - kay.siev...@novell.com
+
+- version 170
+  - fix control message handling which could lead to a failing
+udevadm control --exit
+
+---
+Wed May 18 18:40:32 CEST 2011 - kay.siev...@novell.com
+
+- version 169
+  - hid2hci is no longer part of udev, it moved to bluez
+  - mobile-action-modeswitch is disabled, it moved
+to usb_modeswitch
+  - edd_id is disabled, it depends on disk signatures that
+might be removed
+  - the event timeout is 60 seconds now
+
+---
+Tue Apr 26 21:26:48 CEST 2011 - kay.siev...@novell.com
+
+- the udev package is GPLV2+, only libudev is LGPLv2.1+
+
+---
+Fri Apr 22 19:00:52 CEST 2011 - kay.siev...@novell.com
+
+- version 168
+  - systemd: Reqires= - Wants=udev.socket
+  - path_id: rework SAS device handling
+  - udevd: rules files - accept empty or /dev/null links
+  - udevd: always use udevd[] log prefix
+  - udevd: netif rename - use ifindex for temporary name
+  - rule-generator: net - ignore Hyper-V virtual interfaces
+  - udevd: get netlink socket from systemd
+  - udevd: log warning if /run is not writable
+  - Avoid spinning up CD on pressing eject button
+  - Run ata_id on non-removable USB devices
+  - systemd: 

commit udev for openSUSE:12.1:Update

2013-01-14 Thread h_root
Hello community,

here is the log from the commit of package udev for openSUSE:12.1:Update 
checked in at 2013-01-14 15:18:11

Comparing /work/SRC/openSUSE:12.1:Update/udev (Old)
 and  /work/SRC/openSUSE:12.1:Update/.udev.new (New)


Package is udev, Maintainer is rmila...@suse.com

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.06joNy/_old  2013-01-14 15:18:12.0 +0100
+++ /var/tmp/diff_new_pack.06joNy/_new  2013-01-14 15:18:12.0 +0100
@@ -1 +1 @@
-link package='udev.990' cicount='copy' /
+link package='udev.1210' cicount='copy' /

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



commit udev for openSUSE:12.2:Update

2013-01-14 Thread h_root
Hello community,

here is the log from the commit of package udev for openSUSE:12.2:Update 
checked in at 2013-01-14 15:18:15

Comparing /work/SRC/openSUSE:12.2:Update/udev (Old)
 and  /work/SRC/openSUSE:12.2:Update/.udev.new (New)


Package is udev, Maintainer is rmila...@suse.com

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.nitSVR/_old  2013-01-14 15:18:16.0 +0100
+++ /var/tmp/diff_new_pack.nitSVR/_new  2013-01-14 15:18:16.0 +0100
@@ -1 +1 @@
-link package='udev.1157' cicount='copy' /
+link package='udev.1210' cicount='copy' /

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



commit patchinfo.1210 for openSUSE:12.1:Update

2013-01-14 Thread h_root
Hello community,

here is the log from the commit of package patchinfo.1210 for 
openSUSE:12.1:Update checked in at 2013-01-14 15:18:16

Comparing /work/SRC/openSUSE:12.1:Update/patchinfo.1210 (Old)
 and  /work/SRC/openSUSE:12.1:Update/.patchinfo.1210.new (New)


Package is patchinfo.1210, Maintainer is 

Changes:

New Changes file:

NO CHANGES FILE!!!

New:

  _patchinfo



Other differences:
--
++ _patchinfo ++
patchinfo
  packagerrmilasan/packager
  categoryrecommended/category
  ratinglow/rating
  summaryudev: make 'reload' and 'force-reload' LSB compliant/summary
  descriptionThis udpate fixes the following issue for udev:
- bnc#793936: make 'reload' and 'force-reload' LSB compliant
- udevd: add missing ':' to getopt_long 'e'/description
  issue tracker=bnc id=793936/etc/init.d/boot.udev reload and 
force-reload is not LSB compliant/issue
/patchinfo
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit acroread for openSUSE:Factory:NonFree

2013-01-14 Thread h_root
Hello community,

here is the log from the commit of package acroread for 
openSUSE:Factory:NonFree checked in at 2013-01-14 22:19:35

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


Package is acroread, Maintainer is b...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory:NonFree/acroread/acroread.changes
2012-11-16 13:34:46.0 +0100
+++ /work/SRC/openSUSE:Factory:NonFree/.acroread.new/acroread.changes   
2013-01-14 22:19:38.0 +0100
@@ -1,0 +2,13 @@
+Mon Jan 14 07:07:36 UTC 2013 - b...@suse.com
+
+- Update to 9.5.3 for bnc#797529(swampid#50707).
+  CVE-2012-1530, CVE-2013-0601, CVE-2013-0602, CVE-2013-0603,
+  CVE-2013-0604, CVE-2013-0605, CVE-2013-0606, CVE-2013-0607,
+  CVE-2013-0608, CVE-2013-0609, CVE-2013-0610, CVE-2013-0611,
+  CVE-2013-0612, CVE-2013-0613, CVE-2013-0614, CVE-2013-0615,
+  CVE-2013-0616, CVE-2013-0617, CVE-2013-0618, CVE-2013-0619,
+  CVE-2013-0620, CVE-2013-0621, CVE-2013-0622, CVE-2013-0623,
+  CVE-2013-0624, CVE-2013-0626, CVE-2013-0627
+- Update acroread.patch, cause upstream already have some part.
+
+---

Old:

  AdbeRdr9.5.1-1_i486linux_enu.tar.bz2

New:

  AdbeRdr9.5.3-1_i486linux_enu.tar.bz2



Other differences:
--
++ acroread.spec ++
--- /var/tmp/diff_new_pack.sg13Lx/_old  2013-01-14 22:19:43.0 +0100
+++ /var/tmp/diff_new_pack.sg13Lx/_new  2013-01-14 22:19:43.0 +0100
@@ -59,7 +59,7 @@
 Source50:   acroread-rpmlintrc
 Patch0: install.patch
 # this Version is reported when calling acroread -version
-Version:9.5.1
+Version:9.5.3
 Release:0
 Source0:
ftp://ftp.adobe.com/pub/adobe/reader/unix/9.x/%{version}/enu/AdbeRdr%{version}-1_i486linux_enu.tar.bz2
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ AdbeRdr9.5.1-1_i486linux_enu.tar.bz2 - 
AdbeRdr9.5.3-1_i486linux_enu.tar.bz2 ++
/work/SRC/openSUSE:Factory:NonFree/acroread/AdbeRdr9.5.1-1_i486linux_enu.tar.bz2
 
/work/SRC/openSUSE:Factory:NonFree/.acroread.new/AdbeRdr9.5.3-1_i486linux_enu.tar.bz2
 differ: char 11, line 1


++ acroread.patch ++
--- /var/tmp/diff_new_pack.sg13Lx/_old  2013-01-14 22:19:44.0 +0100
+++ /var/tmp/diff_new_pack.sg13Lx/_new  2013-01-14 22:19:44.0 +0100
@@ -43,7 +43,7 @@
  exec ${1+$@}
  #fi
  }
-@@ -501,32 +530,68 @@
+@@ -501,26 +530,61 @@
TestCmdOption=-f
  fi
  
@@ -122,11 +122,3 @@
  fi
  
  if [ -z $mozillaPath ]; then
-   MozPath=`gconftool-2 -g /desktop/gnome/url-handlers/http/command 
2/dev/null | cut -d ' ' -f1 2/dev/null`
-   [ -x ${MozPath} ] || MozPath=`Which $MozPath`
--  mozillaPath=`readlink $MozPath | xargs dirname`
-+  # fix prints dirname error upon start, bnc#574580, b...@novell.com
-+  [ -n ${MozPath} ] || mozillaPath=`readlink $MozPath | xargs dirname`
-   if [ -n $mozillaPath ]   $TestCmd $TestCmdOption 
$mozillaPath/libgtkembedmoz.so || $TestCmd $TestCmdOption 
$mozillaPath/libxul.so ; then
- MOZILLA_COMP_PATH=$mozillaPath
- export MOZILLA_COMP_PATH


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



commit apcupsd for openSUSE:Factory

2013-01-14 Thread h_root
Hello community,

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

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


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

Changes:

--- /work/SRC/openSUSE:Factory/apcupsd/apcupsd.changes  2013-01-11 
17:10:32.0 +0100
+++ /work/SRC/openSUSE:Factory/.apcupsd.new/apcupsd.changes 2013-01-14 
22:19:45.0 +0100
@@ -1,0 +2,6 @@
+Fri Jan 11 16:49:03 UTC 2013 - cfarr...@suse.com
+
+- license update: GPL-2.0
+
+
+---



Other differences:
--
++ apcupsd.spec ++
--- /var/tmp/diff_new_pack.p4JVbM/_old  2013-01-14 22:19:47.0 +0100
+++ /var/tmp/diff_new_pack.p4JVbM/_new  2013-01-14 22:19:47.0 +0100
@@ -44,7 +44,7 @@
 %endif
 %endif
 Summary:APC UPS Daemon (Powerful Daemon for APC UPSs)
-License:GPL-2.0+
+License:GPL-2.0
 Group:  Hardware/UPS
 Version:3.14.10
 Release:0

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



commit cfengine for openSUSE:Factory

2013-01-14 Thread h_root
Hello community,

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

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


Package is cfengine, Maintainer is dlova...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/cfengine/cfengine.changes2012-12-17 
09:33:24.0 +0100
+++ /work/SRC/openSUSE:Factory/.cfengine.new/cfengine.changes   2013-01-14 
22:19:52.0 +0100
@@ -1,0 +2,5 @@
+Sat Jan 12 19:06:06 UTC 2013 - co...@suse.com
+
+- remove suse_update_config
+
+---



Other differences:
--
++ cfengine.spec ++
--- /var/tmp/diff_new_pack.j09shq/_old  2013-01-14 22:19:54.0 +0100
+++ /var/tmp/diff_new_pack.j09shq/_new  2013-01-14 22:19:54.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package cfengine
 #
-# 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
@@ -145,9 +145,6 @@
 find ./examples -type f -name *.cf -exec perl -p -i -e 's|\r\n|\n|,s|^# 
Foundation.*|# Foundation, 51 Franklin Street, Suite 500, Boston, MA 
02110-1335, USA|' {} \;
 
 %build
-%if 0%{?suse_version}
-%{suse_update_config -f}
-%endif
 #autoreconf -fi
 CC=gcc CFLAGS=$RPM_OPT_FLAGS -fno-strict-aliasing \
 %configure \

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



commit emacs for openSUSE:Factory

2013-01-14 Thread h_root
Hello community,

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

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


Package is emacs, Maintainer is wer...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/emacs/emacs.changes  2012-12-19 
10:52:41.0 +0100
+++ /work/SRC/openSUSE:Factory/.emacs.new/emacs.changes 2013-01-14 
22:20:15.0 +0100
@@ -1,0 +2,7 @@
+Sat Jan 12 21:08:43 UTC 2013 - sch...@linux-m68k.org
+
+- Don't strip binaries
+- Remove unused build requirements
+- Properly configure TERMINFO (bnc#797787)
+
+---



Other differences:
--
++ emacs.spec ++
--- /var/tmp/diff_new_pack.4dz4KH/_old  2013-01-14 22:20:18.0 +0100
+++ /var/tmp/diff_new_pack.4dz4KH/_new  2013-01-14 22:20:18.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package emacs
 #
-# 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
@@ -22,7 +22,6 @@
 BuildRequires:  alsa-devel
 BuildRequires:  bind-devel
 BuildRequires:  dbus-1-devel
-BuildRequires:  elfutils
 BuildRequires:  fdupes
 BuildRequires:  fonts-config
 BuildRequires:  freetype2-devel
@@ -47,8 +46,6 @@
 BuildRequires:  libxml2-devel
 BuildRequires:  m17n-lib-devel
 BuildRequires:  ncurses-devel
-BuildRequires:  nmh
-BuildRequires:  sendmail
 BuildRequires:  texinfo
 BuildRequires:  update-desktop-files
 BuildRequires:  xaw3d-devel
@@ -191,9 +188,6 @@
 %patch15 -p0 -b .iconic
 %patch16 -p0 -b .flyspell
 %patch   -p0
-if test ! -e $HOME/.mh_profile  type -p install-mh  /dev/null 21; then
-install-mh -auto  /dev/null
-fi
 %patch22
 %patch23
 %patch24
@@ -201,6 +195,7 @@
 # We don't want to run autoconf
 touch configure src/stamp-h.in
 
+%build
 # make sure that the binaries work (pagesize on build must be the same as on 
target, bnc#726769)
 %if %suse_version = 1110
 %ifarch ppc ppc64 ia64
@@ -211,7 +206,6 @@
 %endif
 %endif
 
-%build
   cflags ()
   {
   local flag=$1; shift
@@ -528,12 +522,6 @@
 # install desktop file
 cp etc/images/icons/hicolor/32x32/apps/emacs.png $RPM_SOURCE_DIR/emacs.png
 %suse_update_desktop_file -i emacs TextEditor
-##
-## binutils' strip dies, so we better strip comments with a tool a bit smarter
-## if it appears stripped, the tools won't touch it anymore
-for bin in emacs-x11 emacs-gtk emacs-nox; do
-  eu-strip --remove-comment %{buildroot}/usr/bin/$bin -o $bin.new  mv 
$bin.new %{buildroot}/usr/bin/$bin
-done
 rm -vf %{buildroot}%{_bindir}/gnuctags
 rm -vf %{buildroot}%{_mandir}/man1/gnuctags.1*
 

++ emacs-24.1-glibc.patch ++
--- /var/tmp/diff_new_pack.4dz4KH/_old  2013-01-14 22:20:18.0 +0100
+++ /var/tmp/diff_new_pack.4dz4KH/_new  2013-01-14 22:20:18.0 +0100
@@ -1,3 +1,39 @@
+--- configure
 configure
+@@ -10020,6 +10020,7 @@ system_malloc=no
+ case $opsys in
+   ## darwin ld insists on the use of malloc routines in the System framework.
+   darwin|sol2-10) system_malloc=yes ;;
++  gnu-linux) system_malloc=yes ;;
+ esac
+ 
+ if test ${system_malloc} = yes; then
+@@ -10063,6 +10064,7 @@ fi
+ use_mmap_for_buffers=no
+ case $opsys in
+   cygwin|freebsd|irix6-5) use_mmap_for_buffers=yes ;;
++  gnu-linux) use_mmap_for_buffers=yes ;;
+ esac
+ 
+ 
+--- configure.in
 configure.in
+@@ -1661,6 +1661,7 @@ system_malloc=no
+ case $opsys in
+   ## darwin ld insists on the use of malloc routines in the System framework.
+   darwin|sol2-10) system_malloc=yes ;;
++  gnu-linux) system_malloc=yes ;;
+ esac
+ 
+ if test ${system_malloc} = yes; then
+@@ -1701,6 +1702,7 @@ fi
+ use_mmap_for_buffers=no
+ case $opsys in
+   cygwin|freebsd|irix6-5) use_mmap_for_buffers=yes ;;
++  gnu-linux) use_mmap_for_buffers=yes ;;
+ esac
+ 
+ AC_FUNC_MMAP
 --- lib-src/Makefile.in
 +++ lib-src/Makefile.in2012-06-14 11:41:22.208010103 +
 @@ -307,14 +307,16 @@ test-distrib${EXEEXT}: ${srcdir}/test-di
@@ -41,18 +77,10 @@
   want that here since we don't use unexec.  None of these systems
 --- src/s/gnu-linux.h
 +++ src/s/gnu-linux.h  2012-06-26 16:05:56.116010465 +
-@@ -159,3 +159,14 @@ along with GNU Emacs.  If not, see http
+@@ -159,3 +159,6 @@ along with GNU Emacs.  If not, see http
} while (0)
  #endif
  #endif
 +
 +/* we have regex in the GNU C-library. */
 +#define REGEXP_IN_LIBC
-+
-+/* Use system malloc from glibc and memory mappging */
-+#if !defined(__ia64__)
-+# define SYSTEM_MALLOC
-+# define USE_MMAP_FOR_BUFFERS
-+#endif
-+
-+

++ 

commit etrophy for openSUSE:Factory

2013-01-14 Thread h_root
Hello community,

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

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


Package is etrophy, Maintainer is 

Changes:

New Changes file:

--- /dev/null   2013-01-09 19:40:42.352580873 +0100
+++ /work/SRC/openSUSE:Factory/.etrophy.new/etrophy.changes 2013-01-14 
22:20:39.0 +0100
@@ -0,0 +1,21 @@
+---
+Fri Jan 11 16:03:02 UTC 2013 - sleep_wal...@suse.cz
+
+- add also COPYING file
+
+---
+Sun Dec 30 12:17:24 UTC 2012 - sleep_wal...@suse.cz
+
+- add README, ChangeLog, TODO and AUTHORS to etrophy package
+- fix build for SLE_11_SP{1,2}
+
+---
+Sat Dec 29 00:44:41 UTC 2012 - sleep_wal...@suse.cz
+
+- run autoreconf for distributions with old libtool
+
+---
+Fri Dec 14 22:28:33 UTC 2012 - sleep_wal...@suse.cz
+
+- let there be etrophy!
+

New:

  etrophy-0.5.1.tar.bz2
  etrophy.changes
  etrophy.spec



Other differences:
--
++ etrophy.spec ++
#
# spec file for package etrophy
#
# Copyright (c) 2011 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:   etrophy
Version:0.5.1
Release:1
License:BSD-2-Clause
Summary:Library managing scores, trophies and unlockables
Url:http://enlightenment.org/
Group:  Development/Libraries/C and C++
Source: %{name}-%{version}.tar.bz2
BuildRequires:  ecore-devel
BuildRequires:  eet-devel
BuildRequires:  eina-devel
BuildRequires:  elementary-devel
BuildRequires:  evas-devel

BuildRoot:  %{_tmppath}/%{name}-%{version}-build

%description
ETrophy is a library that manages scores, trophies and unlockables. It will
store them and provide views to display them. Could be used by games based
on EFL.

%package -n libetrophy0
Summary:Etrophy Dynamic Libraries
Group:  System/Libraries

%description -n libetrophy0
Etrophy is core EFL (Enlightenment Foundation Libraries) library to handle 
various data types.

%package data
Summary:Etrophy shared data
Group:  Development/Libraries/C and C++
%if 0%{?suse_version}  0%{?suse_version}  1110
BuildArch:  noarch
%endif

%description data
Package containing edje file for ETrophy.

%package devel
Summary:Etrophy development files
Group:  Development/Libraries/C and C++
Requires:   libetrophy0 = %{version}
Requires:   %{name}-data = %{version}
Requires:   elementary-devel
Requires:   ecore-devel
Requires:   eet-devel
Requires:   eina-devel
Requires:   elementary-devel
Requires:   evas-devel
 
%description devel
Headers and other files used for development using etrophy

%prep
%setup -q

%build
%if 0%{?mandriva_version} || 0%{?centos_version}
autoreconf -ifv
%endif
%configure \
--disable-static \
--disable-silent-rules \
--enable-doc
make %{?_smp_mflags} CFLAGS=%optflags

%install
make install DESTDIR=%buildroot
find %{buildroot}%{_libdir} -name '*.la' -exec rm -v {} \;

%clean
rm -rf %{buildroot}

%post -n libetrophy0 -p /sbin/ldconfig

%postun -n libetrophy0 -p /sbin/ldconfig

%files
%defattr(-,root,root)
%doc README NEWS TODO AUTHORS ChangeLog COPYING

%files -n libetrophy0
%defattr(-,root,root)
%{_libdir}/libetrophy.so.*

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

%files devel
%defattr(-, root, root)
%{_includedir}/etrophy-0/
%{_libdir}/pkgconfig/etrophy.pc
%{_libdir}/libetrophy.so

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



commit horde5-content for openSUSE:Factory

2013-01-14 Thread h_root
Hello community,

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

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


Package is horde5-content, Maintainer is 

Changes:

New Changes file:

--- /dev/null   2013-01-09 19:40:42.352580873 +0100
+++ /work/SRC/openSUSE:Factory/.horde5-content.new/horde5-content.changes   
2013-01-14 22:21:34.0 +0100
@@ -0,0 +1,40 @@
+---
+Wed Dec 12 09:58:17 UTC 2012 - Ralf Lang l...@b1-systems.de
+
+- removed htaccess file and provided an apache snippet
+- version 2.0.1 for Horde 5
+- [mjr] Honor the limit and radius parameters.
+- [mjr] Fix getObjects method when passing object_id (Bug# 10439).
+- [mjr] Fix including all non-aggregate fields in GROUP BY clause (Bug# 10419).
+- [jan] Fix commandline scripts (Bug #10656).
+- updated dependencies from pear xml
+
+---
+Tue Jan 17 15:15:54 UTC 2012 - l...@b1-systems.de
+
+- version 1.0.3
+- [mjr] Honor the limit and radius parameters.
+- [mjr] Fix getObjects method when passing object_id (Bug# 10439).
+- [mjr] Fix including all non-aggregate fields in GROUP BY clause (Bug# 10419).
+- [jan] Fix commandline scripts (Bug #10656).
+
+---
+Thu Jan 12 11:30:38 UTC 2012 - co...@suse.com
+
+- change license to be in spdx.org format
+
+---
+Sun Aug 14 23:15:49 UTC 2011 - l...@b1-systems.de
+
+- version 1.0.2
+- [mjr] Fix broken tag cloud queries due to missing GROUP BY fields (Bug 
#10419)
+- [mjr] Prevent tagging with empty strings.
+- [mjr] Enforce that object and type names are always taken as a string (Bug 
#10171).
+- [mjr] Updated unit tests to new test structure.
+- [mjr] Prevent tagging with empty tags.
+ 
+---
+Fri May 13 08:42:54 UTC 2011 - l...@b1-systems.de
+
+- initial packaging of v1.0.0
+

New:

  content-2.0.1.tgz
  content.conf
  horde5-content.changes
  horde5-content.spec



Other differences:
--
++ horde5-content.spec ++
#
# spec file for package horde5-content
#
# 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/
#


%define peardir %(pear config-get php_dir 2 /dev/null || echo %{_datadir}/pear)
%define xmldir  /var/lib/pear
%define hordedir /usr/share/php5/PEAR/www/horde

Summary:Horde Tagging support
License:BSD-3-Clause
Group:  Productivity/Networking/Web/Utilities

Name:   horde5-content
Version:2.0.1
Release:0
Source0:http://pear.horde.org/get/content-%{version}.tgz
Source1:content.conf
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
Url:http://pear.horde.org/package/content
BuildRequires:  php-pear = 1.9.0
Requires:   horde5 = 5.0.0
Requires:   php-pear = 1.8.0
BuildRequires:  horde5
BuildRequires:  php5-pear-Horde_Role = 1.0.1
BuildRequires:  php5-pear-channel-horde
Requires:   php-gettext
Requires:   php-json
Requires:   php5-pear-Horde_Core = 2.0.0
Requires:   php5-pear-Horde_Date = 2.0.0
Requires:   php5-pear-Horde_Db = 2.0.0
Requires:   php5-pear-Horde_Exception = 2.0.0
Requires:   php5-pear-Horde_Injector = 2.0.0
Requires:   php5-pear-Horde_Rdo = 2.0.0
Requires:   php5-pear-Horde_Role = 1.0.1
Requires:   php5-pear-Horde_Util = 2.0.0
Requires:   php5-pear-channel-horde
Suggests:   php5-pear-Horde_Argv
Suggests:   php5-pear-Horde_Controller = 2.0.0
Suggests:   php5-pear-Horde_ElasticSearch = 1.0.0
BuildArch:  noarch
BuildRequires:  fdupes

%description
This application provides tagging support for the other Horde applications.

%prep
%setup -c -T
pear -v -c pearrc \
-d php_dir=%{peardir} \
-d doc_dir=%{_docdir}/%{name} \
-d bin_dir=%{_bindir} \
-d data_dir=%{peardir}/data \
-d 

commit kdebase4-workspace for openSUSE:Factory

2013-01-14 Thread h_root
Hello community,

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

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-14 09:42:19.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.kdebase4-workspace.new/kdebase4-workspace.changes   
2013-01-14 22:22:29.0 +0100
@@ -1,0 +2,7 @@
+Mon Jan 14 13:36:03 UTC 2013 - tittiatc...@gmail.com
+
+- Delete only the incorrect directory  
+  /usr/share/kde4/apps/ksmserver/ksmserver.notifyrc/ and don't 
+  touch the file.
+
+---



Other differences:
--
++ kdebase4-workspace.spec ++
--- /var/tmp/diff_new_pack.3SLFOm/_old  2013-01-14 22:22:31.0 +0100
+++ /var/tmp/diff_new_pack.3SLFOm/_new  2013-01-14 22:22:31.0 +0100
@@ -498,7 +498,7 @@
 exit 0
 
 %pre 
-rm -rf %{_kde4_appsdir}/ksmserver/ksmserver.notifyrc
+rm -rf %{_kde4_appsdir}/ksmserver/ksmserver.notifyrc/
 
 %post   -n kwin -p /sbin/ldconfig
 




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



commit kpat for openSUSE:Factory

2013-01-14 Thread h_root
Hello community,

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

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


Package is kpat, Maintainer is kpat

Changes:

--- /work/SRC/openSUSE:Factory/kpat/kpat.changes2013-01-07 
11:04:31.0 +0100
+++ /work/SRC/openSUSE:Factory/.kpat.new/kpat.changes   2013-01-14 
22:22:46.0 +0100
@@ -1,0 +2,5 @@
+Mon Jan 14 13:55:25 UTC 2013 - tittiatc...@gmail.com
+
+- Add a require for kdegames4-carddecks-default
+
+---



Other differences:
--
++ kpat.spec ++
--- /var/tmp/diff_new_pack.GRcLNo/_old  2013-01-14 22:22:47.0 +0100
+++ /var/tmp/diff_new_pack.GRcLNo/_new  2013-01-14 22:22:47.0 +0100
@@ -29,6 +29,7 @@
 Requires(post): shared-mime-info
 Requires(postun): shared-mime-info
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+Requires:   kdegames4-carddecks-default
 %kde4_runtime_requires
 
 %description


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



commit linuxrc for openSUSE:Factory

2013-01-14 Thread h_root
Hello community,

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

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


Package is linuxrc, Maintainer is snw...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/linuxrc/linuxrc.changes  2012-12-14 
09:42:19.0 +0100
+++ /work/SRC/openSUSE:Factory/.linuxrc.new/linuxrc.changes 2013-01-14 
22:22:55.0 +0100
@@ -1,0 +2,5 @@
+Mon Jan 14 14:06:37 CET 2013 - snw...@suse.de
+
+- fix segfault reading duds (bnc #798110)
+
+---

Old:

  linuxrc-4.1.1.tar.bz2

New:

  linuxrc-4.1.2.tar.bz2



Other differences:
--
++ linuxrc.spec ++
--- /var/tmp/diff_new_pack.o2kCqC/_old  2013-01-14 22:22:56.0 +0100
+++ /var/tmp/diff_new_pack.o2kCqC/_new  2013-01-14 22:22:56.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package linuxrc
 #
-# 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,9 +24,9 @@
 Summary:SUSE Installation Program
 License:GPL-3.0+
 Group:  System/Boot
-Version:4.1.1
+Version:4.1.2
 Release:0
-Source: linuxrc-4.1.1.tar.bz2
+Source: linuxrc-4.1.2.tar.bz2
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description

++ linuxrc-4.1.1.tar.bz2 - linuxrc-4.1.2.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/linuxrc-4.1.1/VERSION new/linuxrc-4.1.2/VERSION
--- old/linuxrc-4.1.1/VERSION   2012-12-13 10:45:59.0 +0100
+++ new/linuxrc-4.1.2/VERSION   2013-01-14 14:06:33.0 +0100
@@ -1 +1 @@
-4.1.1
+4.1.2
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/linuxrc-4.1.1/changelog new/linuxrc-4.1.2/changelog
--- old/linuxrc-4.1.1/changelog 2012-12-13 10:46:01.0 +0100
+++ new/linuxrc-4.1.2/changelog 2013-01-14 14:06:35.0 +0100
@@ -1,4 +1,7 @@
-2012-12-13:HEAD
+2013-01-14:HEAD
+   - fix segfault reading duds (bnc #798110)
+
+2012-12-13:4.1.1
- Revert clean-up: removed built-in extend
- This reverts commit 2c59f72fee9d308dd791090c898b48bbb7fbbc21.
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/linuxrc-4.1.1/url.c new/linuxrc-4.1.2/url.c
--- old/linuxrc-4.1.1/url.c 2012-11-26 13:43:57.0 +0100
+++ new/linuxrc-4.1.2/url.c 2013-01-14 14:04:57.0 +0100
@@ -1678,7 +1678,7 @@
   int err = 0, free_src = 0;
   char *buf1 = NULL, *s, *t;
 
-  tc_src = src;
+  // don't assign tc_src yet, src may get modified
   tc_dst = dst;
   tc_flags = flags;
   tc_label = label;
@@ -1717,6 +1717,8 @@
 free_src = 1;
   }
 
+  tc_src = src;
+
   if(url-mount) {
 strprintf(buf1, file:%s, url-mount);
 url = url_set(buf1);

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



commit lynis for openSUSE:Factory

2013-01-14 Thread h_root
Hello community,

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

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


Package is lynis, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/lynis/lynis.changes  2013-01-14 
09:43:11.0 +0100
+++ /work/SRC/openSUSE:Factory/.lynis.new/lynis.changes 2013-01-14 
22:23:09.0 +0100
@@ -1,0 +2,6 @@
+Mon Jan 14 14:57:15 UTC 2013 - tho...@suse.com
+
+- fixed tests_network_allowed_ports to increment index vars
+  and not loop forever 
+
+---



Other differences:
--
++ tests_network_allowed_ports ++
--- /var/tmp/diff_new_pack.wU5SBi/_old  2013-01-14 22:23:10.0 +0100
+++ /var/tmp/diff_new_pack.wU5SBi/_new  2013-01-14 22:23:10.0 +0100
@@ -23,10 +23,10 @@
 
#
 #
 # Test: NETW-3085
-# Description : Verifies dbus policy.
+# Description : Verifies open network ports.
 Register --test-no NETW-3085 --weight L --network NO --description 
Verifies open network ports.
 if [ ${SKIPTEST} -eq 0 ]; then
-   ALLOWED_PORTS=( 22 25 68 80 111 443 )
+   ALLOWED_PORTS=( 22 25 80 111 443 )
TMP=$(mktemp /tmp/lynis.XX)
 
STR=${ALLOWED_PORTS[@]:0}
@@ -54,7 +54,7 @@
PORTOK=1
break
fi
-   ((IDX_A))
+   ((IDX_A++))
done
if [ $PORTOK -eq 0 ]
then
@@ -63,7 +63,7 @@
Display --indent 4 --text Open port ${P} not allowed 
--result WARNING --color RED
fi
 
-   ((IDX_P))
+   ((IDX_P++))
done
 
HPMAX=$LEN_A
@@ -81,4 +81,4 @@
 wait_for_keypress
 
 #
-#
\ No newline at end of file
+#

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



commit mozc for openSUSE:Factory

2013-01-14 Thread h_root
Hello community,

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

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


Package is mozc, Maintainer is 

Changes:

New Changes file:

--- /dev/null   2013-01-09 19:40:42.352580873 +0100
+++ /work/SRC/openSUSE:Factory/.mozc.new/mozc.changes   2013-01-14 
22:23:20.0 +0100
@@ -0,0 +1,149 @@
+---
+Sat Jan 12 16:31:32 UTC 2013 - ft...@geeko.jp
+
+- update fcitx-mozc patch to 1.6.1187.102.3
+  * The license of the patch is changed to BSD-3-Clause (bnc#797954)
+  * Note: the license of Fcitx have exception that add-ons of Fcitx
+need not obey GPL
+  * update translation
+  * update key translate
+
+---
+Thu Jan 10 00:29:15 UTC 2013 - jeng...@inai.de
+
+- Wrap description at 70 cols
+- Remove unnecessary ldconfig call for fcitx-mozc (it is a plugin
+  without any SONAME links)
+
+---
+Wed Jan  9 05:11:28 UTC 2013 - ft...@geeko.jp
+
+- add provides locale to make ibus-mozc and fcitx-mozc default
+  packages for Japanese
+
+---
+Wed Dec 19 12:36:04 UTC 2012 - ft...@geeko.jp
+
+- clean up the spec file
+- add Recommends ibus-mozc-candidate-window 
+
+---
+Sat Sep  1 14:41:35 UTC 2012 - ft...@geeko.jp
+
+- update to version 1.6.1187.102
+  * scim_mozc is removed
+  * 'Preference' button is added on the setup dialog of IBus
+  * minor updates and refactoring 
+
+---
+Mon Jun  4 17:19:04 UTC 2012 - ft...@geeko.jp
+
+- activate mozc_renderer and add new package ibus-mozc-candidate-window
+- remove unneeded BuildRequires
+
+---
+Sun Jun  3 13:21:42 UTC 2012 - i...@marguerite.su
+
+- update to version 1.5.1090.102
+  * Add a workaround against QTBUG-25536 ( Issue 158 )
+  * 'mozc_renderer' on Linux (a.k.a. 'gtk_renderer') ( Issue 145 ):
+  * Experimental option (--enable_gtk_renderer) has been deprecated
+and 'mozc_renderer' is now enabled by default on Linux.
+You can still remove the dependencies to mozc_renderer as follows.
+GYP_DEFINES=enable_gtk_renderer=0 python build_mozc.py gyp
+
+---
+Mon May  7 00:07:14 UTC 2012 - i...@marguerite.su
+
+- update to version 1.5.1053.102
+  * 'libcurl4-openssl-dev' is replaced with 'libssl-dev' in the build
+dependencies on Linux.
+  * 'emacs-mozc' now works correctly even when the Homonym dictionary is
+enabled.  ( Issue 146 )
+  * 'mozc_renderer' on Linux (a.k.a. 'gtk_renderer') (Issue 145):
+- 'libgtk2.0-dev' is now required to build 'mozc_renderer' on Linux.
+- 'ibus-mozc' now checks if 'mozc_renderer' exists along with 'mozc_server'
+  or not. If 'mozc_renderer' does not exist, 'ibus-mozc' behaves as if
+  --enable_gtk_renderer was not specified.
+- Now 'mozc_renderer' can be built with GLib =2.31.0.
+- Now 'mozc_renderer' automatically adjusts its window location on the edge
+  of the display.
+- Now 'mozc_renderer' uses custom font settings of IBus-panel if available.
+- The position of candidate window no longer be disturbed by some 
background
+  applications such as GNU Emacs23, which periodically issue
+  set_cursor_position message even when they are background.
+- Now 'ibus-mozc' uses IBus candidate window if the application does not
+  have the capability to show preedit string such as Emacs23 or xterm.
+
+---
+Tue Apr 24 13:56:19 UTC 2012 - ft...@geeko.jp
+
+- clean up the spec file
+- remove an unnecessary patch 
+
+---
+Tue Apr 17 13:28:57 UTC 2012 - i...@marguerite.su
+
+- Upstream update (1.4.1033.102)
+  * supports Hiragana and Katakana key
+  * mozc.el supports PageUp and PageDown key
+- add fcitx im framework support.
+  * %if %{with_fcitx} makes it conditional.
+
+---
+Sun Mar 11 08:36:44 UTC 2012 - ft...@geeko.jp
+
+- Upstream update (1.4.1003.102)
+  * support IBus 1.4.1
+  * fix some minor bugs 
+
+---
+Thu Feb 23 13:44:12 UTC 2012 - ft...@geeko.jp
+
+- Upstream update (1.3.975.102)
+  * fix bug IME_ON/OFF are not displayed on a key map window
+  * fix crash bugs triggered by commit 
+

commit opencdk for openSUSE:Factory

2013-01-14 Thread h_root
Hello community,

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

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


Package is opencdk, Maintainer is co...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/opencdk/opencdk.changes  2011-11-22 
17:49:16.0 +0100
+++ /work/SRC/openSUSE:Factory/.opencdk.new/opencdk.changes 2013-01-14 
22:24:17.0 +0100
@@ -1,0 +2,5 @@
+Sat Jan 12 19:20:02 UTC 2013 - co...@suse.com
+
+- remove suse_update_config
+
+---



Other differences:
--
++ opencdk.spec ++
--- /var/tmp/diff_new_pack.9lfG6l/_old  2013-01-14 22:24:17.0 +0100
+++ /var/tmp/diff_new_pack.9lfG6l/_new  2013-01-14 22:24:17.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package opencdk
 #
-# 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,16 +16,17 @@
 #
 
 
-
 Name:   opencdk
-BuildRequires:  libgcrypt-devel libtool pkg-config zlib-devel
+BuildRequires:  libgcrypt-devel
+BuildRequires:  libtool
+BuildRequires:  pkg-config
+BuildRequires:  zlib-devel
 Url:http://www.gnutls.org/
 Version:0.6.6
-Release:5
+Release:0
 Summary:Library Providing Basic Parts of the OpenPGP Message Format
 License:GPL-2.0+
 Group:  System/Libraries
-AutoReqProv:on
 Source: %{name}-%{version}.tar.bz2
 Source2:baselibs.conf
 Patch:  opencdk-0.6.6-remove_pointer_comparison.patch
@@ -43,14 +44,7 @@
 and to use basic operations. For example, to encrypt and decrypt, sign
 and verify, and provide packet routines.
 
-
-
-Authors:
-
-Timo Schulz twoa...@freakmail.de
-
 %package -n libopencdk10
-License:GPL-2.0+
 Summary:Library Providing Basic Parts of the OpenPGP Message Format
 Group:  System/Libraries
 # libopencdk last used in 10.3
@@ -71,34 +65,24 @@
 and to use basic operations. For example, to encrypt and decrypt, sign
 and verify, and provide packet routines.
 
-
-
-Authors:
-
-Timo Schulz twoa...@freakmail.de
-
 %package -n libopencdk-devel
-License:GPL-2.0+
 Summary:Development tools for programs which will use the opencdk 
library
 Group:  Development/Libraries/C and C++
-Requires:   libopencdk10 = %{version}, libgcrypt-devel, glibc-devel, 
libgpg-error-devel, zlib-devel
+Requires:   glibc-devel
+Requires:   libgcrypt-devel
+Requires:   libgpg-error-devel
+Requires:   libopencdk10 = %{version}
+Requires:   zlib-devel
 
 %description -n libopencdk-devel
 This package contains the header files and static libraries for
 developing programs which will be linked against the opencdk library.
 
-
-
-Authors:
-
-Timo Schulz twoa...@freakmail.de
-
 %prep
 %setup -q
 %patch -p1
 
 %build
-%suse_update_config
 autoreconf --force --install
 CFLAGS=$RPM_OPT_FLAGS ./configure \
--prefix=%{_prefix} \

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



commit python-alembic for openSUSE:Factory

2013-01-14 Thread h_root
Hello community,

here is the log from the commit of package python-alembic for openSUSE:Factory 
checked in at 2013-01-14 22:24:27

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


Package is python-alembic, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/python-alembic/python-alembic.changes
2012-11-25 13:18:43.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-alembic.new/python-alembic.changes   
2013-01-14 22:24:29.0 +0100
@@ -1,0 +2,23 @@
+Mon Jan 14 16:02:38 UTC 2013 - sasc...@suse.de
+
+- Update to version 0.4.2:
+  + Fixed bug where autogenerate would fail if a Column to be added to
+a table made use of the .key paramter.
+  + Added a workaround to setup.py to prevent NoneType error from
+occuring when setup.py test is run.
+  + Added a README.unittests with instructions for running the test
+suite fully.
+- Changes from version 0.4.1:
+  + Added support for autogenerate render of ForeignKeyConstraint
+options onupdate, ondelete, initially, and deferred.
+  + Explicit error message describing the case when downgrade --sql 
+is used without specifying specific start/end versions.
+  + Fixed the minute component in file_template
+which returned the month part of the create date.
+
+---
+Mon Jan 14 16:00:10 UTC 2013 - sasc...@suse.de
+
+- Disable testsuite on SLE
+
+---

Old:

  alembic-0.4.0.tar.gz

New:

  alembic-0.4.2.tar.gz



Other differences:
--
++ python-alembic.spec ++
--- /var/tmp/diff_new_pack.50GEs7/_old  2013-01-14 22:24:30.0 +0100
+++ /var/tmp/diff_new_pack.50GEs7/_new  2013-01-14 22:24:30.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-alembic
 #
-# 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:   python-alembic
-Version:0.4.0
+Version:0.4.2
 Release:0
 Url:http://bitbucket.org/zzzeek/alembic
 Summary:A database migration tool for SQLAlchemy
@@ -62,8 +62,11 @@
 %install
 python setup.py install --prefix=%{_prefix} --root=%{buildroot}
 
+#NOTE(saschpe): Check back
+%if 0%{?suse_version} = 1110
 %check
 nosetests
+%endif
 
 %files
 %defattr(-,root,root,-)

++ alembic-0.4.0.tar.gz - alembic-0.4.2.tar.gz ++
 5305 lines of diff (skipped)

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



commit python-cmd2 for openSUSE:Factory

2013-01-14 Thread h_root
Hello community,

here is the log from the commit of package python-cmd2 for openSUSE:Factory 
checked in at 2013-01-14 22:24:41

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


Package is python-cmd2, Maintainer is cth...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/python-cmd2/python-cmd2.changes  2012-07-30 
17:13:27.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-cmd2.new/python-cmd2.changes 
2013-01-14 22:24:42.0 +0100
@@ -1,0 +2,5 @@
+Fri Jan 11 21:43:32 UTC 2013 - p.drou...@gmail.com
+
+- Add python3 support
+
+---
New Changes file:

--- /dev/null   2013-01-09 19:40:42.352580873 +0100
+++ /work/SRC/openSUSE:Factory/.python-cmd2.new/python3-cmd2.changes
2013-01-14 22:24:42.0 +0100
@@ -0,0 +1,5 @@
+---
+Fri Jan 11 21:44:02 UTC 2013 - p.drou...@gmail.com
+
+- Initial python3 support
+

New:

  python3-cmd2.changes
  python3-cmd2.spec



Other differences:
--
++ python3-cmd2.spec ++
#
# spec file for package python3-cmd2
#
# 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:   python3-cmd2
Version:0.6.4
Release:0
License:MIT
Summary:Extra features for standard library's cmd module
Url:http://packages.python.org/cmd2/
Group:  Development/Languages/Python
Source: 
http://pypi.python.org/packages/source/c/cmd2/cmd2-%{version}.tar.gz
BuildRequires:  python3
BuildRequires:  python3-2to3
BuildRequires:  python3-devel
BuildRequires:  python3-distribute
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
BuildArch:  noarch

%description
Enhancements for standard library's cmd module.

Drop-in replacement adds several features for command-prompt tools:

* Searchable command history (commands: hi, li, run)
* Load commands from file, save to file, edit commands in file
* Multi-line commands
* Case-insensitive commands
* Special-character shortcut commands (beyond cmd's @ and !)
* Settable environment parameters
* Parsing commands with flags
*  (filename),  (filename) redirect output to file
*  (filename) gets input from file
* bare , ,  redirect to/from paste buffer
* accepts abbreviated commands when unambiguous
* `py` enters interactive Python console
* test apps against sample session transcript (see example/example.py)

%prep
%setup -q -n cmd2-%{version}
chmod -x README.txt
sed -i s/\r//g README.txt

%build
python3 setup.py build

%install
python3 setup.py install --prefix=%{_prefix} --root=%{buildroot}

%files
%defattr(-,root,root,-)
%doc README.txt
%{python3_sitelib}/*

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



commit python-extras for openSUSE:Factory

2013-01-14 Thread h_root
Hello community,

here is the log from the commit of package python-extras for openSUSE:Factory 
checked in at 2013-01-14 22:24:55

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


Package is python-extras, Maintainer is 

Changes:

New Changes file:

--- /dev/null   2013-01-09 19:40:42.352580873 +0100
+++ /work/SRC/openSUSE:Factory/.python-extras.new/python-extras.changes 
2013-01-14 22:24:57.0 +0100
@@ -0,0 +1,12 @@
+---
+Mon Jan 14 13:24:03 UTC 2013 - sasc...@suse.de
+
+- Run testsuite
+- Add documentation
+- Use SPDX style license (MIT)
+
+---
+Mon Jan 14 12:41:11 UTC 2013 - dmuel...@suse.com
+
+- Initial package (0.0.2)
+

New:

  extras-0.0.2.tar.gz
  python-extras.changes
  python-extras.spec



Other differences:
--
++ python-extras.spec ++
#
# spec file for package python-extras
#
# 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:   python-extras
Version:0.0.2
Release:0
License:MIT
Summary:Useful extra bits for Python
Url:https://github.com/testing-cabal/extras
Group:  Development/Languages/Python
Source: 
http://pypi.python.org/packages/source/e/extras/extras-%{version}.tar.gz
BuildRequires:  python-devel
BuildRequires:  python-nose
BuildRequires:  python-testtools
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
%if 0%{?suse_version}  0%{?suse_version} = 1110
%{!?python_sitelib: %global python_sitelib %(python -c from 
distutils.sysconfig import get_python_lib; print get_python_lib())}
%else
BuildArch:  noarch
%endif

%description
extras is a set of extensions to the Python standard library, originally
written to make the code within testtools cleaner, but now split out for
general use outside of a testing context.

%prep
%setup -q -n extras-%{version}

%build
python setup.py build

%install
python setup.py install --prefix=%{_prefix} --root=%{buildroot}

%check
nosetests

%files
%defattr(-,root,root,-)
%doc LICENSE NEWS README.rst
%{python_sitelib}/*

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



commit python-fixtures for openSUSE:Factory

2013-01-14 Thread h_root
Hello community,

here is the log from the commit of package python-fixtures for openSUSE:Factory 
checked in at 2013-01-14 22:25:09

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


Package is python-fixtures, Maintainer is 

Changes:

New Changes file:

--- /dev/null   2013-01-09 19:40:42.352580873 +0100
+++ /work/SRC/openSUSE:Factory/.python-fixtures.new/python-fixtures.changes 
2013-01-14 22:25:10.0 +0100
@@ -0,0 +1,5 @@
+---
+Mon Jan 14 12:32:13 UTC 2013 - sasc...@suse.de
+
+- Initial version
+

New:

  fixtures-0.3.12.tar.gz
  python-fixtures.changes
  python-fixtures.spec



Other differences:
--
++ python-fixtures.spec ++
#
# spec file for package python-fixtures
#
# 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:   python-fixtures
Version:0.3.12
Release:0
License:Apache-2.0 and BSD-3-Clause
Summary:Fixtures, reusable state for writing clean tests and more
Url:https://launchpad.net/python-fixtures
Group:  Development/Languages/Python
Source: 
http://pypi.python.org/packages/source/f/fixtures/fixtures-%{version}.tar.gz
BuildRequires:  python-devel
BuildRequires:  python-testtools = 0.9.22
# Test requirements:
BuildRequires:  python-unittest2
#BuildRequires:  python-bzrlib.tests
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
%if 0%{?suse_version}  0%{?suse_version} = 1110
%{!?python_sitelib: %global python_sitelib %(python -c from 
distutils.sysconfig import get_python_lib; print get_python_lib())}
%else
BuildArch:  noarch
%endif

%description
Fixtures defines a Python contract for reusable state / support logic,
primarily for unit testing. Helper and adaption logic is included to make it
easy to write your own fixtures using the fixtures contract. Glue code is
provided that makes using fixtures that meet the Fixtures contract in unittest
compatible test cases easy and straight forward.

%prep
%setup -q -n fixtures-%{version}

%build
python setup.py build

%install
python setup.py install --prefix=%{_prefix} --root=%{buildroot}

%files
%defattr(-,root,root,-)
%doc Apache-2.0 BSD COPYING NEWS README
%{python_sitelib}/*

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



commit python-hp3parclient for openSUSE:Factory

2013-01-14 Thread h_root
Hello community,

here is the log from the commit of package python-hp3parclient for 
openSUSE:Factory checked in at 2013-01-14 22:25:20

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


Package is python-hp3parclient, Maintainer is 

Changes:

New Changes file:

--- /dev/null   2013-01-09 19:40:42.352580873 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-hp3parclient.new/python-hp3parclient.changes 
2013-01-14 22:25:21.0 +0100
@@ -0,0 +1,5 @@
+---
+Mon Jan 14 12:17:42 UTC 2013 - sasc...@suse.de
+
+- Initial version
+

New:

  hp3parclient-1.0.0.tar.gz
  python-hp3parclient.changes
  python-hp3parclient.spec



Other differences:
--
++ python-hp3parclient.spec ++
#
# spec file for package python-hp3parclient
#
# 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:   python-hp3parclient
Version:1.0.0
Release:0
License:Apache-2.0
Summary:HP 3PAR HTTP REST Client
Url:http://pypi.python.org/pypi/hp3parclient
Group:  Development/Languages/Python
Source: 
http://pypi.python.org/packages/source/h/hp3parclient/hp3parclient-%{version}.tar.gz
BuildRequires:  python-devel
BuildRequires:  python-distribute
#BuildRequires:  python-nose
BuildRequires:  python-httplib2 = 0.6.0
Requires:   python-httplib2 = 0.6.0
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
%if 0%{?suse_version}  0%{?suse_version} = 1110
%{!?python_sitelib: %global python_sitelib %(python -c from 
distutils.sysconfig import get_python_lib; print get_python_lib())}
%else
BuildArch:  noarch
%endif

%description
This is a Client library that can talk to the HP 3PAR Storage array.  The 3PAR
storage array has a REST web service interface as of 3.1.2 of the firmware.
This client library implements a simple interface to talking with that REST
interface using the python httplib2 http library.

%prep
%setup -q -n hp3parclient-%{version}

%build
python setup.py build

%install
python setup.py install --prefix=%{_prefix} --root=%{buildroot}

#NOTE(saschpe): Needs HP 3PAR storage?
#%%check
#nosetests

%files
%defattr(-,root,root,-)
%doc README.rst
%{python_sitelib}/*

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



commit python-keystoneclient for openSUSE:Factory

2013-01-14 Thread h_root
Hello community,

here is the log from the commit of package python-keystoneclient for 
openSUSE:Factory checked in at 2013-01-14 22:25:33

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


Package is python-keystoneclient, Maintainer is cth...@suse.com

Changes:

--- 
/work/SRC/openSUSE:Factory/python-keystoneclient/python-keystoneclient.changes  
2012-11-12 07:04:57.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-keystoneclient.new/python-keystoneclient.changes
 2013-01-14 22:25:35.0 +0100
@@ -2 +2,70 @@
-Thu Nov  8 13:12:53 UTC 2012 - sasc...@suse.de
+Thu Jan 10 11:55:04 UTC 2013 - sasc...@suse.de
+
+- Recommend python-keyring
+
+---
+Wed Jan  9 13:52:31 UTC 2013 - vu...@suse.com
+
+- Add missing Requires on python-requests: without it, the keystone
+  executable won't even start.
+
+---
+Mon Jan  7 12:44:14 UTC 2013 - sasc...@suse.de
+
+- Fix PKI example certs location for testsuite
+
+
+Mon Jan  7 08:27:30 UTC 2013 - sasc...@suse.de
+
+- Update to version 0.2.1.3.gd37a3fb+git.1357543650.d37a3fb:
+  + Add support for user groups
+  + Make it possible to debug by running module.
+  + remove unused import
+  + Bug 1052674: added support for Swift cache
+  + Add file 'ChangeLog' to MANIFEST.in
+  + Use requests module for HTTP/HTTPS
+  + Print to stderr when keyring module is missing.
+  + Prevent an uncaught exception from being rasied.
+  + modify ca-certificate default value
+  + URL-encode user-supplied tokens (bug 974319)
+  + Fix middleware logging for swift
+  + Fix keystoneclient user-list output order
+  + Misspelling error in README.rst
+  + Rename --no_cache to --os_cache.
+  + Make use_keyring False by default.
+  + bug-1040361: use keyring to store tokens
+  + Don't try to split a list of memcache servers
+  + Drop hashlib/hmac from pip-requires.
+  + Add --version CLI opt and __version__ module attr
+  + Add Ec2Signer utility class to keystoneclient
+  + Add command to allow users to change their own password
+  + updating PEP8 to 1.3.3
+  + Correct a misspelled in comments
+  + Remove Policy.endpoint_id reference
+  + Fix scoped auth for non-admins (bug 1081192)
+  + Throw validation response into the environment
+  + fixes auth_ref initialization error
+  + Update README and CLI help
+  + Add auth-token code to keystoneclient, along with supporting files
+  + Make initial structural changes to keystoneclient in preparation
+- Use --install-data=%{python_sitelib} to install novaclient/versioninfo
+  into the correct location (instead of %{_prefix})
+
+---
+Wed Dec  5 09:30:38 UTC 2012 - sasc...@suse.de
+
+- Use @PARENT_TAG@ in _service file to automate versioning
+
+---
+Thu Nov 15 09:17:10 UTC 2012 - sasc...@suse.de
+
+- Use openstack-macros
+- Run fdupes on HTML documentation
+
+---
+Fri Nov  9 14:28:05 UTC 2012 - sasc...@suse.de
+
+- Downgrade version to new upstream scheme: 0.1.3 (bnc#787387)
+
+---
+Thu Nov  8 10:39:13 UTC 2012 - sasc...@suse.de
@@ -7 +76 @@
-Tue Oct 30 13:32:15 UTC 2012 - sasc...@suse.de
+Tue Oct 30 10:14:40 UTC 2012 - sasc...@suse.de
@@ -10,0 +80,10 @@
+
+---
+Fri Oct 12 13:26:06 UTC 2012 - vu...@suse.com
+
+- Update to version 2012.2 (Folsom), which is really 0.1.3:
+  + See https://github.com/openstack/python-keystoneclient/commits/0.1.3
+- Install bash completion for 'keystone' binary
+- Buildrequire python-base instead of python-devel:
+  + Sufficient for Python-only modules (containing no C/C++ code)
+- Additional Buildrequires for documentation

Old:

  python-keystoneclient-2012.1+git.1348955975.6c127df.tar.gz

New:

  python-keystoneclient-master.tar.gz



Other differences:
--
++ python-keystoneclient.spec ++
--- /var/tmp/diff_new_pack.LUmsAY/_old  2013-01-14 22:25:36.0 +0100
+++ /var/tmp/diff_new_pack.LUmsAY/_new  2013-01-14 22:25:36.0 +0100
@@ -16,24 +16,37 @@
 #
 
 
-Name:   python-keystoneclient
-Version:2012.1+git.1348955975.6c127df
+%define component keystoneclient
+
+Name:   python-%{component}
+Version:0.2.1.3.gd37a3fb+git.1357543650.d37a3fb
 Release:0
 License:Apache-2.0
-Summary:Openstack Identity (Keystone) API 

commit python-pypdf for openSUSE:Factory

2013-01-14 Thread h_root
Hello community,

here is the log from the commit of package python-pypdf for openSUSE:Factory 
checked in at 2013-01-14 22:25:41

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


Package is python-pypdf, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/python-pypdf/python-pypdf.changes
2012-02-20 16:17:49.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-pypdf.new/python-pypdf.changes   
2013-01-14 22:25:43.0 +0100
@@ -1,0 +2,11 @@
+Sat Jan 12 17:07:25 UTC 2013 - j...@suse.com
+
+- bumping version number to 1.13+20130112 to allow Requires:  1.13
+- added pypdf_encryption_string_unicode_bug.patch
+  fixing https://bugs.launchpad.net/pypdf/+bug/242756
+  The codebase at http://pybrary.net/pyPdf/
+  has not accepted any of the 13 pull requests waiting at
+  https://github.com/mfenniak/pyPdf/pulls
+  The patch above is pull/29 of this set.
+
+---

New:

  pypdf_encryption_string_unicode_bug.patch



Other differences:
--
++ python-pypdf.spec ++
--- /var/tmp/diff_new_pack.JKBzZQ/_old  2013-01-14 22:25:44.0 +0100
+++ /var/tmp/diff_new_pack.JKBzZQ/_new  2013-01-14 22:25:44.0 +0100
@@ -22,13 +22,15 @@
 %define mod_name pypdf
 
 Name:   python-%{mod_name}
-Version:1.13
+Version:1.13+20130112
+%define tarversion 1.13
 Release:0
 Url:http://pybrary.net/pyPdf/
 Summary:PDF toolkit
 License:BSD-2-Clause
 Group:  Development/Languages/Python
-Source: pyPdf-%{version}.tar.gz
+Source: pyPdf-%{tarversion}.tar.gz
+Patch1:pypdf_encryption_string_unicode_bug.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  python-devel
 BuildRequires:  python-setuptools
@@ -55,7 +57,8 @@
 It is therefore a useful tool for websites that manage or manipulate PDFs.
 
 %prep
-%setup -q -n pyPdf-%{version}
+%setup -q -n pyPdf-%{tarversion}
+%patch1 -p1
 
 %build
 export CFLAGS=%{optflags}

++ pypdf_encryption_string_unicode_bug.patch ++
diff -r 26ab3506f24b pyPdf/pdf.py
--- a/pyPdf/pdf.py  Sun Jan 11 15:32:42 2009 -0700
+++ b/pyPdf/pdf.py  Tue Jan 27 09:22:51 2009 +0100
@@ -1380,7 +1380,11 @@
 m.update(p_entry)
 # 5. Pass the first element of the file's file identifier array to the MD5
 # hash function.
-m.update(id1_entry)
+if isinstance(id1_entry, str):
+m.update(id1_entry)
+else:
+m.update(id1_entry.original_bytes)
+
 # 6. (Revision 3 or greater) If document metadata is not being encrypted,
 # pass 4 bytes with the value 0x to the MD5 hash function.
 if rev = 3 and not metadata_encrypt:
@@ -1480,7 +1484,10 @@
 # of the ID entry in the document's trailer dictionary; see Table 3.13 on
 # page 73) to the hash function and finish the hash.  (See implementation
 # note 25 in Appendix H.) 
-m.update(id1_entry)
+if isinstance(id1_entry, str):
+m.update(id1_entry)
+else:
+m.update(id1_entry.original_bytes)
 md5_hash = m.digest()
 # 4. Encrypt the 16-byte result of the hash, using an RC4 encryption
 # function with the encryption key from step 1. 
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit python-PyVirtualDisplay for openSUSE:Factory

2013-01-14 Thread h_root
Hello community,

here is the log from the commit of package python-PyVirtualDisplay for 
openSUSE:Factory checked in at 2013-01-14 22:25:48

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


Package is python-PyVirtualDisplay, Maintainer is 

Changes:

--- 
/work/SRC/openSUSE:Factory/python-PyVirtualDisplay/python-PyVirtualDisplay.changes
  2012-03-27 08:58:24.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-PyVirtualDisplay.new/python-PyVirtualDisplay.changes
 2013-01-14 22:25:50.0 +0100
@@ -1,0 +2,12 @@
+Fri Jan 11 21:24:15 UTC 2013 - p.drou...@gmail.com
+
+- Initial python3 support
+
+---
+Fri Jan 11 21:23:46 UTC 2013 - p.drou...@gmail.com
+
+- Update to 0.1.1 version:
+  * bugfix for wx pyscreenshot backend
+  * remove entrypoint2 dependency 
+
+---
New Changes file:

--- /dev/null   2013-01-09 19:40:42.352580873 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-PyVirtualDisplay.new/python3-PyVirtualDisplay.changes
2013-01-14 22:25:50.0 +0100
@@ -0,0 +1,4 @@
+---
+Fri Jan 11 21:24:15 UTC 2013 - p.drou...@gmail.com
+
+- Initial python3 support

Old:

  PyVirtualDisplay-0.1.0.tar.gz

New:

  PyVirtualDisplay-0.1.1.tar.gz
  python3-PyVirtualDisplay.changes
  python3-PyVirtualDisplay.spec



Other differences:
--
++ python-PyVirtualDisplay.spec ++
--- /var/tmp/diff_new_pack.oaJhcW/_old  2013-01-14 22:25:51.0 +0100
+++ /var/tmp/diff_new_pack.oaJhcW/_new  2013-01-14 22:25:51.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-PyVirtualDisplay
 #
-# 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,7 +16,7 @@
 #
 
 Name:   python-PyVirtualDisplay
-Version:0.1.0
+Version:0.1.1
 Release:0
 Url:https://github.com/ponty/PyVirtualDisplay
 Summary:Python wrapper for Xvfb, Xephyr and Xvnc

++ python3-PyVirtualDisplay.spec ++
#
# spec file for package python3-PyVirtualDisplay
#
# 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:   python3-PyVirtualDisplay
Version:0.1.1
Release:0
Url:https://github.com/ponty/PyVirtualDisplay
Summary:Python wrapper for Xvfb, Xephyr and Xvnc
License:BSD-2-Clause
Group:  Development/Languages/Python
Source: 
http://pypi.python.org/packages/source/P/PyVirtualDisplay/PyVirtualDisplay-%{version}.tar.gz
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
BuildRequires:  python3
BuildRequires:  python3-2to3
BuildRequires:  python3-devel
BuildRequires:  python3-distribute
Requires:   xorg-x11-Xvnc
Requires:   python(abi) = %{py3_ver}
BuildArch:  noarch

%description
pyvirtualdisplay is a python wrapper for Xvfb, Xephyr and Xvnc

%prep
%setup -q -n PyVirtualDisplay-%{version}

%build
python3 setup.py build

%install
python3 setup.py install --prefix=%{_prefix} --root=%{buildroot}

%files
%defattr(-,root,root,-)
%doc README.rst LICENSE.txt
%{python3_sitelib}/*

%changelog
++ PyVirtualDisplay-0.1.0.tar.gz - PyVirtualDisplay-0.1.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/PyVirtualDisplay-0.1.0/PKG-INFO 
new/PyVirtualDisplay-0.1.1/PKG-INFO
--- old/PyVirtualDisplay-0.1.0/PKG-INFO 2012-03-10 19:10:22.0 +0100
+++ new/PyVirtualDisplay-0.1.1/PKG-INFO 2012-12-02 18:18:06.0 +0100
@@ -1,6 +1,6 @@
-Metadata-Version: 1.0
+Metadata-Version: 1.1
 Name: PyVirtualDisplay
-Version: 0.1.0
+Version: 0.1.1
 Summary: python wrapper for Xvfb, Xephyr and Xvnc
 Home-page: https://github.com/ponty/PyVirtualDisplay
 Author: ponty
@@ -72,6 +72,8 @@

commit python-stevedore for openSUSE:Factory

2013-01-14 Thread h_root
Hello community,

here is the log from the commit of package python-stevedore for 
openSUSE:Factory checked in at 2013-01-14 22:25:58

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


Package is python-stevedore, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/python-stevedore/python-stevedore.changes
2012-12-14 10:47:37.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-stevedore.new/python-stevedore.changes   
2013-01-14 22:26:00.0 +0100
@@ -1,0 +2,10 @@
+Sat Jan  5 10:47:11 UTC 2013 - alexan...@exatati.com.br
+
+- Update to 0.8:
+  - Ignore AssertionError exceptions generated when plugins are
+loaded.
+  - Update :class:`~stevedore.named.NamedExtensionManager` to check
+the name of a plugin before loading its code to avoid importing
+anything we are not going to use.
+
+---

Old:

  stevedore-0.7.2.tar.gz

New:

  stevedore-0.8.tar.gz



Other differences:
--
++ python-stevedore.spec ++
--- /var/tmp/diff_new_pack.NBSt5U/_old  2013-01-14 22:26:00.0 +0100
+++ /var/tmp/diff_new_pack.NBSt5U/_new  2013-01-14 22:26:00.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-stevedore
 #
-# 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:   python-stevedore
-Version:0.7.2
+Version:0.8
 Release:0
 Summary:Manage dynamic plugins for Python applications
 License:Apache-2.0

++ stevedore-0.7.2.tar.gz - stevedore-0.8.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/stevedore-0.7.2/PKG-INFO new/stevedore-0.8/PKG-INFO
--- old/stevedore-0.7.2/PKG-INFO2012-11-28 12:24:01.0 +0100
+++ new/stevedore-0.8/PKG-INFO  2013-01-05 01:17:42.0 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: stevedore
-Version: 0.7.2
+Version: 0.8
 Summary: Manage dynamic plugins for Python applications
 Home-page: https://github.com/dreamhost/stevedore
 Author: Doug Hellmann
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/stevedore-0.7.2/announce.rst 
new/stevedore-0.8/announce.rst
--- old/stevedore-0.7.2/announce.rst2012-11-26 18:43:03.0 +0100
+++ new/stevedore-0.8/announce.rst  2013-01-05 01:16:40.0 +0100
@@ -1,5 +1,5 @@
 ===
- stevedore 0.7
+ stevedore 0.8
 ===
 
 .. tags:: stevedore release python
@@ -25,9 +25,11 @@
 What's New?
 ===
 
-- Add memoization to the entrypoint scanning code in
-  ``ExtensionManager`` to avoid performance issues in situations where
-  lots of managers are instantiated with the same namespace argument.
+- Ignore AssertionError exceptions generated when plugins are
+  loaded.
+- Update ``NamedExtensionManager`` to check the name of a plugin
+  before loading its code to avoid importing anything we are not going
+  to use.
 
 Installing
 ==
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/stevedore-0.7.2/docs/source/history.rst 
new/stevedore-0.8/docs/source/history.rst
--- old/stevedore-0.7.2/docs/source/history.rst 2012-11-28 12:22:26.0 
+0100
+++ new/stevedore-0.8/docs/source/history.rst   2013-01-05 01:16:12.0 
+0100
@@ -2,6 +2,14 @@
  History
 =
 
+0.8
+
+  - Ignore AssertionError exceptions generated when plugins are
+loaded.
+  - Update :class:`~stevedore.named.NamedExtensionManager` to check
+the name of a plugin before loading its code to avoid importing
+anything we are not going to use.
+
 0.7.2
 
   - Fix logging support for Python 2.6.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/stevedore-0.7.2/setup.py new/stevedore-0.8/setup.py
--- old/stevedore-0.7.2/setup.py2012-11-28 12:23:02.0 +0100
+++ new/stevedore-0.8/setup.py  2013-01-05 01:16:08.0 +0100
@@ -16,7 +16,7 @@
 
 setup(
 name='stevedore',
-version='0.7.2',
+version='0.8',
 
 description='Manage dynamic plugins for Python applications',
 long_description=long_description,
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/stevedore-0.7.2/stevedore/extension.py 
new/stevedore-0.8/stevedore/extension.py
--- old/stevedore-0.7.2/stevedore/extension.py  2012-11-26 18:41:27.0 
+0100

commit python-swiftclient for openSUSE:Factory

2013-01-14 Thread h_root
Hello community,

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

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


Package is python-swiftclient, Maintainer is cth...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/python-swiftclient/python-swiftclient.changes
2012-11-12 07:05:03.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-swiftclient.new/python-swiftclient.changes   
2013-01-14 22:26:11.0 +0100
@@ -0,0 +1,22 @@
+
+Wed Dec 19 11:53:05 UTC 2012 - sasc...@suse.de
+
+- Update to version 1.2.0.25.g7df9cad+git.1355914385.7df9cad:
+  + Add --insecure option to fix bug #1077869
+  + Don't segment objects smaller than --segment-size
+  + Don't add trailing slash to auth URL.
+  + Adding segment size as another x-object-manifest component
+  + Stop loss of precision when writing 'x-object-meta-mtime'
+  + Remove unused json_request.
+  + fixed inconsistencies in parameter descriptions
+  + tell nose to explicity test the 'tests' directory
+  + Fixes setup compatibility issue on Windows
+  + Force utf-8 encode of HTTPConnection params
+  + swiftclient Connection : default optional arguments to None
+  + Add OpenStack trove classifier for PyPI
+
+---
+Wed Dec  5 09:31:59 UTC 2012 - sasc...@suse.de
+
+- Use @PARENT_TAG@ in _service file to automate versioning
+
@@ -2 +24,8 @@
-Thu Nov  8 14:26:44 UTC 2012 - sasc...@suse.de
+Fri Nov 23 10:36:03 UTC 2012 - sasc...@suse.de
+
+- Add requirement on python-M2Crypto, it is needed at runtime
+
+---
+Thu Nov 22 14:31:02 UTC 2012 - sasc...@suse.de
+
+- Add rpmlintrc
@@ -3,0 +33,14 @@
+---
+Thu Nov 15 12:45:10 UTC 2012 - sasc...@suse.de
+
+- Use openstack-macros
+
+---
+Thu Nov  8 11:03:06 UTC 2012 - sasc...@suse.de
+
+- Install LICENSING and README.rst
+- Build HTML documentation and split of doc package
+  + BuildRequire python-Sphinx 
+- BuildRequire changes:
+  + python-base instead of python-devel, sufficient for Python-only modules
+  + python-distribute instead of setuptools
@@ -4,0 +48,6 @@
+
+---
+Fri Oct 12 13:31:08 UTC 2012 - vu...@suse.com
+
+- Update to version 2012.2 (Folsom), which is really 1.2.0:
+  + See https://github.com/openstack/python-swiftclient/commits/1.2.0

Old:

  python-swiftclient-1.1.1+git.1348270267.57dfd21.tar.gz

New:

  python-swiftclient-master.tar.gz
  rpmlintrc



Other differences:
--
++ python-swiftclient.spec ++
--- /var/tmp/diff_new_pack.lG12bS/_old  2013-01-14 22:26:12.0 +0100
+++ /var/tmp/diff_new_pack.lG12bS/_new  2013-01-14 22:26:12.0 +0100
@@ -16,18 +16,25 @@
 #
 
 
+%define component swiftclient
 
-Name:   python-swiftclient
-Version:1.1.1+git.1348270267.57dfd21
-Release:1
-Url:https://github.com/openstack/python-swiftclient
-Summary:Client Library for OpenStack Object Storage API
+Name:   python-%{component}
+Version:1.2.0.25.g7df9cad+git.1355914385.7df9cad
+Release:0
 License:Apache-2.0
+Summary:Openstack Object Storage (Swift) API Client
+Url:http://launchpad.net/python-swiftclient
 Group:  Development/Languages/Python
-Source: %{name}-%{version}.tar.gz
+Source: python-swiftclient-master.tar.gz
+BuildRequires:  openstack-macros
+BuildRequires:  python-base
+BuildRequires:  python-distribute
+BuildRequires:  python-M2Crypto
+# Packages below are only needed for documentation build
+BuildRequires:  python-Sphinx
+Requires:   python = 2.6.8
+Requires:   python-M2Crypto
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  python-devel
-BuildRequires:  python-setuptools
 %if 0%{?suse_version}  0%{?suse_version} = 1110
 %{!?python_sitelib: %global python_sitelib %(python -c from 
distutils.sysconfig import get_python_lib; print get_python_lib())}
 %py_requires
@@ -42,37 +49,51 @@
 This code is based on original the client previously included with
 OpenStack's swift.
 
-%package test
+%package doc
+Summary:Openstack Object Storage (Swift) API Client - Documentation
+Group:  Documentation/HTML
+Requires:   %{name} = %{version}
 
+%description doc
+This package contains documentation files for %{name}.
 
-Summary:Client Library for 

commit python-testtools for openSUSE:Factory

2013-01-14 Thread h_root
Hello community,

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

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


Package is python-testtools, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/python-testtools/python-testtools.changes
2012-12-07 14:49:44.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-testtools.new/python-testtools.changes   
2013-01-14 22:26:21.0 +0100
@@ -1,0 +2,28 @@
+Mon Jan 14 12:38:00 UTC 2013 - sasc...@suse.de
+
+- Update to version 0.9.24:
+  * testtools.run discover will now sort the tests it discovered. This is a 
+workaround for http://bugs.python.org/issue16709. Non-standard test suites
+are preserved, and their sort_tests() method called (if they have such an
+attribute). testtools.testsuite.sorted_tests(suite, True) can be used by
+such suites to do a local sort.
+  * ThreadsafeForwardingResult now defines a stub progress method, which
+fixes testr run of streams containing progress markers (by discarding the 
+progress data).
+- Changes from version 0.9.23:
+  * run.TestToolsTestRunner now accepts the verbosity, buffer and failfast
+arguments the upstream python TestProgram code wants to give it, making it
+possible to support them in a compatible fashion. (Robert Collins)
+  * testtools.run now supports the -f or --failfast parameter.
+Previously it was advertised in the help but ignored.
+  * AnyMatch added, a new matcher that matches when any item in a collection
+matches the given matcher.
+  * Spelling corrections to documentation.
+  * TestProgram now has a sane default for its testRunner argument.
+  * The test suite passes on Python 3 again.
+- Changes from version 0.9.22:
+  * content_from_file and content_from_stream now accept seek_offset and
+seek_whence parameters allowing them to be used to grab less than the full
+stream, or to be used with StringIO streams.
+
+---
@@ -11 +39 @@
-  * ``DirContains`` correctly exposed, after being accidentally hidden in the
+  * DirContains correctly exposed, after being accidentally hidden in the
@@ -15 +43 @@
-- ``MatchesDict``, match every key in a dictionary with a key in a
+- MatchesDict, match every key in a dictionary with a key in a
@@ -18 +46 @@
-- ``ContainsDict``, every key in a dictionary of matchers must be
+- ContainsDict, every key in a dictionary of matchers must be
@@ -21 +49 @@
-- ``ContainedByDict``, every key in a dictionary must be found in
+- ContainedByDict, every key in a dictionary must be found in
@@ -33 +61 @@
-  ``testtools.matchers`` package and was thus completely broken.  This release
+  testtools.matchers package and was thus completely broken.  This release
@@ -39 +67 @@
-  * The ``testtools.matchers`` package has been split up.  No change to the
+  * The testtools.matchers package has been split up.  No change to the
@@ -41 +69 @@
-  * ``python -m testtools.run discover . --list`` now works. (Robert Collins)
+  * python -m testtools.run discover . --list now works. (Robert Collins)
@@ -47 +75 @@
-  * New content helper, ``json_content`` (Jonathan Lange)
+  * New content helper, json_content (Jonathan Lange)
@@ -49 +77 @@
-* ``ContainsAll`` for asserting one thing is a subset of another
+* ContainsAll for asserting one thing is a subset of another
@@ -51 +79 @@
-* ``SameMembers`` for asserting two iterators have the same members.
+* SameMembers for asserting two iterators have the same members.
@@ -59 +87 @@
-  * ``PlaceHolder`` and ``ErrorHolder`` now support being given result
+  * PlaceHolder and ErrorHolder now support being given result
@@ -61,3 +89,3 @@
-  * ``ErrorHolder`` is now just a function - all the logic is in
-``PlaceHolder``. (Robert Collins)
-  * ``TestResult`` and all other ``TestResult``-like objects in testtools
+  * ErrorHolder is now just a function - all the logic is in
+PlaceHolder. (Robert Collins)
+  * TestResult and all other TestResult-like objects in testtools
@@ -71 +99 @@
-  * ``ThreadsafeForwardingResult`` now forwards global tags as test-local
+  * ThreadsafeForwardingResult now forwards global tags as test-local
@@ -77,2 +105,2 @@
-  * ``ConcurrentTestSuite`` now takes an optional ``wrap_result`` parameter
-that can be used to wrap the ``ThreadsafeForwardingResult``s created by
+  * ConcurrentTestSuite now takes an optional wrap_result parameter
+that can be used to wrap the ThreadsafeForwardingResults created by
@@ -80 +108 @@
-  * ``Tagger`` added.  It's a new ``TestResult`` that tags all tests sent to
+  * Tagger added.  It's a new TestResult that tags all tests sent to

commit python-Twisted for openSUSE:Factory

2013-01-14 Thread h_root
Hello community,

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

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


Package is python-Twisted, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/python-Twisted/python-Twisted.changes
2012-09-27 10:27:08.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-Twisted.new/python-Twisted.changes   
2013-01-14 22:26:31.0 +0100
@@ -1,0 +2,80 @@
+Fri Jan 11 20:57:43 UTC 2013 - p.drou...@gmail.com
+
+- Update to 12.3.0 version:
+  * Features
+   - The new -j flag to trial provides a trial runner supporting
+ multiple worker processes on the local machine, for parallel
+  testing. (#1784)
+   - twisted.internet.task.react, a new function, provides a simple API
+  for running the reactor until a single asynchronous function
+  completes. (#3270)
+   - twisted.protocols.ftp.FTP now handles FEAT and OPTS commands.
+  (#4515)
+   - trial now supports specifying a debugger other than pdb with the
+  --debugger command line flag. (#5794)
+   - twisted.python.util.runWithWarningsSuppressed has been added; it
+  runs a function with specified warning filters. (#5950)
+   - trial's skipping feature is now implemented in a way compatible with 
the
+  standard library unittest's runner. (#6006)
+   - The setup3.py script is now provided to provisionally support
+  building and installing an experimental, incomplete version of
+  Twisted in a Python 3 environment. (#6040)
+   - twisted.python.util.FancyStrMixin now supports arbitrary callables
+  to format attribute values. (#6063)
+   - Several new methods of twisted.trial.unittest.SynchronousTestCase
+   - `successResultOf`, `failureResultOf`, and `assertNoResult` -
+   have been added to make testing `Deferred`-using code easier.
+   (#6105)
+  * Bugfixes
+   - twisted.protocols.basic.LineReceiver now does not hit the maximum
+  stack recursion depth when the line and data mode is switched many
+  times. (#3050)
+   - twisted.protocols.ftp.FTPFileListProtocol fixed to support files
+  with space characters in their name. (#4986)
+   - gireactor and gtk3reactor no longer prevent gi.pygtkcompat from
+  working, and likewise can load if gi.pygtkcompat has previously
+  been enabled. (#5676)
+   - gtk2reactor now works again on FreeBSD, and perhaps other platforms
+  that were broken by gi interactions. (#5737)
+   - gireactor now works with certain older versions of gi that are
+  missing the threads_init() function. (#5790)
+   - Fixed a bug where twisted.python.sendmsg would sometimes fail with
+  obscure errors including Message too long or Invalid argument
+  on some 64-bit platforms. (#5867)
+   - twisted.internet.endpoints.TCP6ClientEndpoint now provides
+  twisted.internet.interfaces.IStreamClientEndpoint (#5876)
+   - twisted.internet.endpoints.AdoptedStreamServerEndpoint now provides
+  twisted.internet.interfaces.IStreamServerEndpoint. (#5878)
+   - Spawning subprocesses with PTYs now works on OS X 10.8. (#5880)
+   - twisted.internet.test.test_sigchld no longer incorrectly fails when
+  run after certain other tests. (#6161)
+   - twisted.internet.test.test_gireactor no longer fails when using
+  pygobject 3.4 and gtk 3.6 when X11 is unavailable. (#6170)
+   - twisted/python/sendmsg.c no longer fails to build on OpenBSD.
+  (#5907)
+
+  *Deprecations and Removals
+   - The minimum required version of zope.interface is now 3.6.0.
+  (#5683)
+   - twisted.internet.interfaces.IReactorArbitrary and
+  twisted.application.internet.GenericServer and GenericClient,
+  deprecated since Twisted 10.1, have been removed. (#5943)
+   - twisted.internet.interfaces.IFinishableConsumer, deprecated since
+  Twisted 11.1, has been removed. (#5944)
+   - twisted.python.failure has removed all support for string
+  exceptions. (#5948)
+   - assertTrue, assertEqual, and the other free-functions in
+  twisted.trial.unittest for writing assertions, deprecated since
+  prior to Twisted 2.3, have been removed. (#5963)
+   - Ports, connectors, wakers and other reactor-related types no longer
+  log a nice warning when they are erroneously pickled. Pickling of
+  such objects continues to be unsupported. (#5979)
+   - twisted.python.components.Componentized no longer inherits from
+  Versioned. (#5983)
+   - twisted.protocols.basic.NetstringReceiver.sendString no longer
+  accepts objects other than bytes; the removed behavior was
+  deprecated in Twisted 

commit terminology for openSUSE:Factory

2013-01-14 Thread h_root
Hello community,

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

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


Package is terminology, Maintainer is 

Changes:

New Changes file:

--- /dev/null   2013-01-09 19:40:42.352580873 +0100
+++ /work/SRC/openSUSE:Factory/.terminology.new/terminology.changes 
2013-01-14 22:26:43.0 +0100
@@ -0,0 +1,66 @@
+---
+Sat Jan 12 11:47:06 UTC 2013 - sleep_wal...@suse.cz
+
+- remove terminology.desktop from tracking as the original is used again
+
+---
+Thu Jan 10 23:07:32 UTC 2013 - sleep_wal...@suse.cz
+
+- remove unused mandriva-mkstemps.patch from tracking
+
+---
+Thu Jan 10 21:15:59 UTC 2013 - cfarr...@suse.com
+
+- license update: BSD-2-Clause and OFL-1.1
+
+
+---
+Tue Jan  8 22:16:31 UTC 2013 - sleep_wal...@suse.cz
+
+- remove autoupdate entries from changelog
+- add tag to patch
+
+---
+Thu Dec 27 22:54:23 UTC 2012 - si...@simotek.net
+
+- added dont-print-all.patch
+  required until 0.3.0 stops printing every debug statement tio
+  .xsession-errors
+
+---
+Sat Dec 15 12:04:28 UTC 2012 - sleep_wal...@suse.cz
+
+- fix license
+- remove duplicates for SUSEs
+- remove patch which reached upstream (mandriva-mkstemps.patch)
+- fix URL
+- update to 0.2.0 containing a lot of fixes
+
+---
+Sun Dec  2 00:43:29 UTC 2012 - sleep_wal...@suse.cz
+
+- mandriva-mkstemps.patch:
+  use mkstemps only if available
+
+---
+Mon Nov  5 11:15:34 UTC 2012 - sleep_wal...@suse.cz
+
+- add desktop handling code
+- disable silent rules
+- spec cleanup
+
+---
+Sat Jun 16 16:33:29 UTC 2012 - sleep_wal...@suse.cz
+
+- fix git URL for auto updates
+
+---
+Fri Jun 15 16:05:09 UTC 2012 - sleep_wal...@suse.cz
+
+- let the terminology build against openSUSE_12.1
+
+---
+Fri Jun 15 15:10:28 UTC 2012 - sleep_wal...@suse.cz
+
+- let there be terminology
+

New:

  dont-print-all.patch
  terminology-0.2.0.tar.bz2
  terminology.changes
  terminology.spec



Other differences:
--
++ terminology.spec ++
#
# spec file for package terminology
#
# Copyright (c) 2010 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:   terminology
Version:0.2.0
Release:0
License:BSD-2-Clause and OFL-1.1
Summary:EFL based terminal emulator
Url:http://enlightenment.org
Group:  System/X11/Terminals
Source: %{name}-%{version}.tar.bz2
# PATCH-FIX-UPSTREAM dont-print-all.patch si...@simotek.net -- remove for 0.3.0 
commit 81013 stops everything being printed to .xsession-errors
Patch0: dont-print-all.patch
BuildRequires:  ecore-devel
BuildRequires:  edje-devel
BuildRequires:  eet-devel
BuildRequires:  efreet-devel
BuildRequires:  eina-devel
BuildRequires:  elementary-devel = 1.6.99
BuildRequires:  evas-devel
%if 0%{?suse_version}
BuildRequires:  fdupes
BuildRequires:  update-desktop-files
%endif
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
Requires:   elementary = 1.7.0

%description
Fast and lightweight terminal emulator using EFL libraries.

%prep
%setup -q
%patch0

%build
%configure --disable-silent-rules --disable-static
make %{?_smp_mflags}

%install
%makeinstall
sed -i 's/.png[[:blank:]]*$//' 
%{buildroot}%{_datadir}/applications/terminology.desktop
%if 0%{?suse_version}
%suse_update_desktop_file terminology TerminalEmulator
%fdupes 

commit tuxpaint-config for openSUSE:Factory

2013-01-14 Thread h_root
Hello community,

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

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


Package is tuxpaint-config, Maintainer is 

Changes:

New Changes file:

--- /dev/null   2013-01-09 19:40:42.352580873 +0100
+++ /work/SRC/openSUSE:Factory/.tuxpaint-config.new/tuxpaint-config.changes 
2013-01-14 22:26:57.0 +0100
@@ -0,0 +1,67 @@
+---
+Mon Jul  9 08:34:17 UTC 2012 - l...@linux-schulserver.de
+
+- fix license to be in SPDX format
+
+---
+Fri Jun 29 15:48:14 UTC 2012 - l...@linux-schulserver.de
+
+- added tuxpaint-config-manpage.patch to fix manpage typos
+- specfile cleanup
+
+---
+Sun Jul  3 11:47:50 UTC 2011 - l...@linux-schulserver.de
+
+- fix build on newer openSUSE distributions (fix language dirs)
+
+---
+Mon Aug  3 13:09:18 CEST 2009 - l...@linux-schulserver.de
+
+- update to 0.0.12:
+  + Added Disable Magic controls option
+  + Added Load all locale fonts option
+  + Added Save Printer Configuration option
+  + Added translation files
+  + Added options for Asturian, Shuswap and Songhay languages
+- split up lang package
+- added german language
+
+---
+Thu Oct 30 21:23:19 CET 2008 - l...@linux-schulserver.de
+
+- fix desktop category
+
+---
+Wed Oct  1 13:09:06 CEST 2008 - l...@linux-schulserver.de
+
+- update to 0.0.11:
+  + fix desktop icon path
+  + Ojibwe is the proper spelling of the language; 
+ changed option in TPC.
+- fix desktop entry patch: prefix with X-
+
+---
+Thu Sep 25 16:54:01 CEST 2008 - l...@linux-schulserver.de
+
+- moved to Education base repository
+
+---
+Tue Mar  4 11:34:27 CET 2008 - l...@linux-schulserver.de
+
+- update to 0.0.10
+  - Added Allow screensaver option, to match new 
+Tux Paint feature.
+  - Added newly supported Tux Paint locales:
++ Australian English
++ Azerbaijani
++ Canadian English
++ Khmer
++ Macedonian
++ Occitan
++ Zapoteco
+
+---
+Mon Jan 14 14:37:53 CET 2008 - l...@linux-schulserver.de
+
+- initial package 0.0.9
+

New:

  tuxpaint-config-0.0.12.tar.bz2
  tuxpaint-config-de.po
  tuxpaint-config-desktop.patch
  tuxpaint-config-docpath.patch
  tuxpaint-config-manpage.patch
  tuxpaint-config.changes
  tuxpaint-config.spec



Other differences:
--
++ tuxpaint-config.spec ++
#
# spec file for package tuxpaint-config
#
# 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:   tuxpaint-config
Version:0.0.12
Release:1
License:GPL-2.0+
Summary:Configuration tool for Tux Paint
Url:http://www.tuxpaint.org/
Group:  Productivity/Graphics/Bitmap Editors
BuildRequires:  fltk-devel
BuildRequires:  gcc-c++
BuildRequires:  libpaper-devel
BuildRequires:  xorg-x11-devel
%if 0%{?suse_version}
BuildRequires:  fdupes
BuildRequires:  update-desktop-files
Requires:   %{name}-lang = %{version}
Recommends: tuxpaint
%endif
Source: %{name}-%{version}.tar.bz2
Source2:tuxpaint-config-de.po
Patch1: tuxpaint-config-docpath.patch
Patch2: tuxpaint-config-desktop.patch
Patch3: tuxpaint-config-manpage.patch
BuildRoot:  %{_tmppath}/%{name}-%{version}-build

%description
Tux Paint has a rich set of configuration options, controllable via
command-line options or configuration files. This configuration tool
provides a point-and-click interface for administrators to tailor
Tux Paint to suit the needs of their users.

%if 

commit vym for openSUSE:Factory

2013-01-14 Thread h_root
Hello community,

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

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


Package is vym, Maintainer is uw...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/vym/vym.changes  2012-07-09 13:09:05.0 
+0200
+++ /work/SRC/openSUSE:Factory/.vym.new/vym.changes 2013-01-14 
22:34:50.0 +0100
@@ -1,0 +2,49 @@
+Mon Jan 14 13:55:17 CET 2013 - uw...@suse.de
+
+- Version 2.3.12
+- Excerpts from gitlog:
+Bugfix: nextBranch missed the first branch
+Bugfix: hasScrolledParent
+Bugfix: exportLast for exportAO
+Bugfix: Endless loop in HTML export
+Bugfix: Enable context menu when clicking on path of xlink
+Bugfix: Include complete heading into HTML link again
+Bugfix: CSS handling
+Bugfix: Crash when opening all URLs in subtree
+Bugfix: stopsign is not in same group as hook (standard-status)
+Bugfix: Shrink/Grow image
+Bugfix: Allow again the loading of xml files.
+Bugfix: Improve Freemind/Freeplane import filter
+Bugfix: Selecting Xlinks
+Feature: Use flags in HTML export
+Feature: HTML export - table of contents
+Feature: Setting title of map and use in HTML export
+Feature: Centering some input dialogs under mouse
+Feature: Entering date (ISO or text) for sleep time
+Feature: Use Key_I to set info flag.
+Feature: Save macros in scripteditor
+Feature: Load macros into scripteditor
+Feature: exportLast is scriptable
+Feature: Taskeditor shows icon for status
+Feature: Better handling of CSS during HTML export
+Feature: History window is now a dockable PropertyEditor
+Feature: Property window is now a dockable PropertyEditor
+Feature: Improved AO export
+Feature: Keyboard shortcuts for flags
+Remote control for slides (space and backspace)
+New french translation by Marc Sert
+Improved entering of dates for task sleep
+Include flags in URLs of HTML export
+Removed bookmark support for KDE3
+Resorted entries in export menu
+Improved URL handling, esp. for firefox
+Close buttons on tabs, based on a patch by Edward Wang
+New tasks have status 'morning' now
+Use pre for fixed font notes in HTML exports
+Removed empty lists in HTML export
+Disabled automatic adding of http to URLs
+Doc: Added screenshots
+Doc: Fixed error in xlink documentation
+Doc: Updated pdfs
+
+---

Old:

  vym-2.2.4.tar.bz2

New:

  vym-2.3.12.tar.bz2



Other differences:
--
++ vym.spec ++
--- /var/tmp/diff_new_pack.mT9Qo1/_old  2013-01-14 22:34:51.0 +0100
+++ /var/tmp/diff_new_pack.mT9Qo1/_new  2013-01-14 22:34:51.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package vym
 #
-# 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,7 +26,7 @@
 Summary:View Your Mind - generate and manipulate maps which show your 
thoughts
 License:GPL-2.0
 Group:  Productivity/Office/Other
-Version:2.2.4
+Version:2.3.12
 Release:0
 Source0:%name-%version.tar.bz2
 Source1:%name.xml

++ debian.changelog ++
--- /var/tmp/diff_new_pack.mT9Qo1/_old  2013-01-14 22:34:51.0 +0100
+++ /var/tmp/diff_new_pack.mT9Qo1/_new  2013-01-14 22:34:51.0 +0100
@@ -1,3 +1,9 @@
+vym (2.3.12.1) unstable; urgency=low
+
+  * New upstream release
+
+ -- Uwe Drechsel v...@insilmaril.de  Mon, 14 Jan 2013 13:51:00 +0100
+
 vym (2.2.4.1) unstable; urgency=low
 
   * New upstream release

++ makedist.config ++
--- /var/tmp/diff_new_pack.mT9Qo1/_old  2013-01-14 22:34:52.0 +0100
+++ /var/tmp/diff_new_pack.mT9Qo1/_new  2013-01-14 22:34:52.0 +0100
@@ -1,3 +1,3 @@
-VERSION=2.2.4
+VERSION=2.3.12
 BRANCH=maintained-release
 REMOTE=sf

++ vym-2.2.4.tar.bz2 - vym-2.3.12.tar.bz2 ++
/work/SRC/openSUSE:Factory/vym/vym-2.2.4.tar.bz2 
/work/SRC/openSUSE:Factory/.vym.new/vym-2.3.12.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 xmahjong for openSUSE:Factory

2013-01-14 Thread h_root
Hello community,

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

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


Package is xmahjong, Maintainer is wer...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/xmahjong/xmahjong.changes2012-11-13 
09:44:24.0 +0100
+++ /work/SRC/openSUSE:Factory/.xmahjong.new/xmahjong.changes   2013-01-14 
22:35:09.0 +0100
@@ -1,0 +2,5 @@
+Mon Jan 14 13:41:47 UTC 2013 - wer...@suse.de
+
+- Require bdftopcf at build time (bnc#798333)
+
+---



Other differences:
--
++ xmahjong.spec ++
--- /var/tmp/diff_new_pack.2RalTl/_old  2013-01-14 22:35:09.0 +0100
+++ /var/tmp/diff_new_pack.2RalTl/_new  2013-01-14 22:35:09.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package xmahjong
 #
-# 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,9 @@
 
 
 Name:   xmahjong
+%if 0%{suse_version}  1220
+BuildRequires:  bdftopcf
+%endif
 BuildRequires:  fontpackages-devel
 BuildRequires:  freetype2
 BuildRequires:  xorg-x11

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



commit xtermset for openSUSE:Factory

2013-01-14 Thread h_root
Hello community,

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

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


Package is xtermset, Maintainer is nadvor...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/xtermset/xtermset.changes2011-12-05 
12:46:49.0 +0100
+++ /work/SRC/openSUSE:Factory/.xtermset.new/xtermset.changes   2013-01-14 
22:39:00.0 +0100
@@ -1,0 +2,5 @@
+Sat Jan 12 13:54:29 UTC 2013 - co...@suse.com
+
+- remove suse_update_config
+
+---



Other differences:
--
++ xtermset.spec ++
--- /var/tmp/diff_new_pack.EdGSHS/_old  2013-01-14 22:39:00.0 +0100
+++ /var/tmp/diff_new_pack.EdGSHS/_new  2013-01-14 22:39:00.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package xtermset
 #
-# 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,11 @@
 #
 
 
-
 Name:   xtermset
 BuildRequires:  automake
-License:GPL-2.0+ ; MIT
-Group:  System/X11/Terminals
 Summary:A program to change the settings of an xterm
+License:GPL-2.0+ and MIT
+Group:  System/X11/Terminals
 Version:0.5.2
 Release:0
 Url:http://sourceforge.net/projects/clts/
@@ -43,7 +42,6 @@
 %patch2
 
 %build
-%{suse_update_config -f}
 aclocal
 automake -a
 autoconf

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



commit yast2-storage for openSUSE:Factory

2013-01-14 Thread h_root
Hello community,

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

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


Package is yast2-storage, Maintainer is aschn...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/yast2-storage/yast2-storage.changes  
2012-12-21 10:39:38.0 +0100
+++ /work/SRC/openSUSE:Factory/.yast2-storage.new/yast2-storage.changes 
2013-01-14 22:39:20.0 +0100
@@ -1,0 +2,16 @@
+Mon Jan 14 15:35:53 CET 2013 - f...@suse.de
+
+- version 2.23.4
+- fix problem with reuse of efi boot partition (bnc#781689)
+
+---
+Wed Jan 09 14:24:39 CET 2013 - aschn...@suse.de
+
+- disallow to activate quota for btrfs (bnc#797499)
+
+---
+Tue Jan 08 10:45:50 CET 2013 - aschn...@suse.de
+
+- install cryptsetup-mkinitrd along with cryptsetup (bnc#796167)
+
+---

Old:

  yast2-storage-2.23.3.tar.bz2

New:

  yast2-storage-2.23.4.tar.bz2



Other differences:
--
++ yast2-storage.spec ++
--- /var/tmp/diff_new_pack.O0BwXV/_old  2013-01-14 22:39:21.0 +0100
+++ /var/tmp/diff_new_pack.O0BwXV/_new  2013-01-14 22:39:21.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package yast2-storage
 #
-# 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-storage
-Version:2.23.3
+Version:2.23.4
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ yast2-storage-2.23.3.tar.bz2 - yast2-storage-2.23.4.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-storage-2.23.3/VERSION 
new/yast2-storage-2.23.4/VERSION
--- old/yast2-storage-2.23.3/VERSION2012-12-20 13:02:23.0 +0100
+++ new/yast2-storage-2.23.4/VERSION2013-01-14 15:36:59.0 +0100
@@ -1 +1 @@
-2.23.3
+2.23.4
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-storage-2.23.3/storage/src/include/custom_part_lib.ycp 
new/yast2-storage-2.23.4/storage/src/include/custom_part_lib.ycp
--- old/yast2-storage-2.23.3/storage/src/include/custom_part_lib.ycp
2012-12-19 19:45:30.0 +0100
+++ new/yast2-storage-2.23.4/storage/src/include/custom_part_lib.ycp
2013-01-14 11:20:54.0 +0100
@@ -812,7 +812,7 @@
new[label] = ;
new[ori_label] = ;
if( !Stage::initial() )
-   Package::InstallAll( [cryptsetup, pam_mount] );
+   Package::InstallAll( [cryptsetup, cryptsetup-mkinitrd, 
pam_mount] );
}
}
 if( ret == `fs_options )
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-storage-2.23.3/storage/src/modules/FileSystems.ycp 
new/yast2-storage-2.23.4/storage/src/modules/FileSystems.ycp
--- old/yast2-storage-2.23.3/storage/src/modules/FileSystems.ycp
2012-11-07 16:02:12.0 +0100
+++ new/yast2-storage-2.23.4/storage/src/modules/FileSystems.ycp
2013-01-14 11:20:54.0 +0100
@@ -1594,7 +1594,7 @@
 
 global boolean CanDoQuota(map part)
 {
-   const listsymbol quota_fs = [ `ext2, `ext3, `ext4, `btrfs, `reiser, 
`xfs ];
+   const listsymbol quota_fs = [ `ext2, `ext3, `ext4, `reiser, `xfs ];
return contains(quota_fs, part[used_fs]:`unknown);
 }
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-storage-2.23.3/storage/src/modules/Storage.ycp 
new/yast2-storage-2.23.4/storage/src/modules/Storage.ycp
--- old/yast2-storage-2.23.3/storage/src/modules/Storage.ycp2012-12-20 
11:45:18.0 +0100
+++ new/yast2-storage-2.23.4/storage/src/modules/Storage.ycp2013-01-14 
11:20:54.0 +0100
@@ -4567,6 +4567,12 @@
 return( ret );
 }
 
+/**
+ * Tries to umount given device if mounted
+ *
+ * @param string device to umount
+ * @return boolean if successful
+ */
 global boolean TryUnaccessSwap( string device )
 {
 boolean ret = isempty(DeviceMounted(device));
@@ -5252,31 +5258,28 @@
 
 if (need_lvm)
 {
-   pl = add(pl, lvm2);
+   pl = (liststring) union( pl, [lvm2] );
 }
 
 //nfs-client needs to be marked for installation if we have 
 //some NFS shares. 

commit libmcrypt for openSUSE:Factory

2013-01-14 Thread h_root
Hello community,

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

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


Package is libmcrypt, Maintainer is vdziewie...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/libmcrypt/libmcrypt.changes  2011-11-21 
15:46:50.0 +0100
+++ /work/SRC/openSUSE:Factory/.libmcrypt.new/libmcrypt.changes 2013-01-14 
22:39:33.0 +0100
@@ -1,0 +2,5 @@
+Sat Jan 12 19:18:34 UTC 2013 - co...@suse.com
+
+- remove suse_update_config
+
+---



Other differences:
--
++ libmcrypt.spec ++
--- /var/tmp/diff_new_pack.w6pJhe/_old  2013-01-14 22:39:34.0 +0100
+++ /var/tmp/diff_new_pack.w6pJhe/_new  2013-01-14 22:39:34.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libmcrypt
 #
-# 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
@@ -15,16 +15,15 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   libmcrypt
-BuildRequires:  gcc-c++ libtool
-License:GPL-2.0+ ; LGPL-2.1+
-Group:  System/Libraries
+BuildRequires:  gcc-c++
+BuildRequires:  libtool
 Version:2.5.8
-Release:100
+Release:0
 Summary:Data Encryption Library
+License:GPL-2.0+ and LGPL-2.1+
+Group:  System/Libraries
 Source: %{name}-%{version}.tar.bz2
 Source1:%{name}-idea-0.9.tar.bz2
 Source2:%{name}-mars-0.9.tar.bz2
@@ -44,14 +43,7 @@
 Supported algorithms include SERPENT, RIJNDAEL, 3DES, GOST, SAFER+,
 CAST-256, RC2, XTEA, 3WAY, TWOFISH, BLOWFISH, ARC. FOUR, and WAKE.
 
-
-
-Authors:
-
-Nikos Mavroyanopoulos n...@hellug.gr
-
 %package devel
-License:GPL-2.0+ ; LGPL-2.1+
 Summary:Development Package for Libmcrypt
 Group:  Development/Libraries/C and C++
 Requires:   libmcrypt = %{version}
@@ -59,12 +51,6 @@
 %description devel
 Files needed for software development using libmcrypt.
 
-
-
-Authors:
-
-Nikos Mavroyanopoulos n...@hellug.gr
-
 %prep
 %setup -q -a 1 -a 2 -a 3 -a 4
 %patch
@@ -74,7 +60,6 @@
 
 %build
 libtoolize --force
-%{suse_update_config -f}
 # add algorithms
 for m in idea mars rc6 skipjack; do
   cp libmcrypt-$m-*/modules/algorithms/*.[ch] modules/algorithms

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



commit kdebase4-openSUSE for openSUSE:Factory

2013-01-14 Thread h_root
Hello community,

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

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


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

Changes:

--- /work/SRC/openSUSE:Factory/kdebase4-openSUSE/kdebase4-openSUSE.changes  
2013-01-03 13:54:37.0 +0100
+++ /work/SRC/openSUSE:Factory/.kdebase4-openSUSE.new/kdebase4-openSUSE.changes 
2013-01-14 22:45:23.0 +0100
@@ -1,0 +2,14 @@
+Sun Jan 13 14:15:00 UTC 2013 - ctri...@opensuse.org
+
+- added patch (remove_sysinfo_from_cmake.diff) to remove 
+  kio_sysinfo and replace with kinfocenter.
+
+---
+Wed Jan  9 12:21:14 UTC 2013 - tittiatc...@gmail.com
+
+- Updates
+  * Make the Plasma theme slightly more transparant 
+  * Updated systray icons for konversation and device notifier
+  * Change opaque for the shutdown dialog
+
+---

Old:

  install_battery_png.diff
  sysinfo-fixed-opengl-detecting.patch
  sysinfo.suse.tar.bz2
  sysinfo.tar.bz2

New:

  remove_sysinfo_from_cmake.diff



Other differences:
--
++ kdebase4-openSUSE.spec ++
--- /var/tmp/diff_new_pack.PykmOW/_old  2013-01-14 22:45:26.0 +0100
+++ /var/tmp/diff_new_pack.PykmOW/_new  2013-01-14 22:45:26.0 +0100
@@ -25,12 +25,8 @@
 # git clone git://git.opensuse.org/projects/desktop/kdebase4-openSUSE.git
 Url:http://www.opensuse.org/
 Source0:kdebase4-openSUSE-%{version}.tar.bz2
-#svn export svn://anonsvn.kde.org/home/kde/trunk/playground/base/kio_sysinfo
-Source1:sysinfo.tar.bz2
 Source2:plasma-change-defaults.diff
-Source3:sysinfo.suse.tar.bz2
-Patch1: sysinfo-fixed-opengl-detecting.patch
-Patch2: install_battery_png.diff
+Patch0: remove_sysinfo_from_cmake.diff
 BuildRequires:  fdupes
 BuildRequires:  hwinfo-devel
 BuildRequires:  kdebase4-workspace-branding-upstream
@@ -44,7 +40,6 @@
 Requires:   kdebase4-workspace
 Requires:   plasmoid-folderview
 Recommends: %{name}-lang
-Recommends: kio_sysinfo = %{version}
 Provides:   kdebase4-SuSE = %{version}
 Obsoletes:  kdebase4-SuSE  %{version}
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -54,20 +49,6 @@
 %description
 This package contains the standard openSUSE desktop and extensions.
 
-%package -n kio_sysinfo
-Summary:System Information KIO-Slave
-Group:  System/GUI/KDE
-Requires:   kio_sysinfo-branding = %{version}
-Recommends: %{name}-lang
-# Provides glxinfo for get 3D driver information
-Recommends: Mesa-demo-x
-Provides:   kde4-kio_sysinfo = %{version}
-Obsoletes:  kde4-kio_sysinfo  %{version}
-%kde4_runtime_requires
-
-%description -n kio_sysinfo
-This package contains a KDE KIO-Slave showing system information.
-
 %package -n kdebase4-workspace-branding-openSUSE
 Summary:openSUSE KDE Extension
 Group:  System/GUI/KDE
@@ -96,40 +77,23 @@
 %description -n kdebase4-runtime-branding-openSUSE
 This package contains all run-time dependencies of KDE applications.
 
-%package -n kio_sysinfo-branding-openSUSE
-Summary:System Information KIO-Slave
-Group:  System/GUI/KDE
-Requires:   kio_sysinfo
-Supplements:packageand(kio_sysinfo:branding-openSUSE)
-Provides:   kde4-kio_sysinfo-branding-openSUSE = %{version}
-Provides:   kio_sysinfo-branding = %{version}
-Obsoletes:  kde4-kio_sysinfo-branding-openSUSE  %{version}
-Conflicts:  otherproviders(kio_sysinfo-branding)
-
-%description -n kio_sysinfo-branding-openSUSE
-This package contains a KDE KIO-Slave showing system information.
-
 %lang_package
 %prep
-%setup -q -n %{name} -a 1
+%setup -q -n %{name}
+%patch0 -p 1
 
 #Make the Link to the software search from the greeter default to to the 
correct version of openSUSE (bnc#681131)
   sed -i s/12.1/%{version}/ greeter/greetings.cpp
 
-cd sysinfo
-tar xvf %{SOURCE3}
-%patch1 -p1
-%patch2
-
 %build
-  %cmake_kde4 -d build -- -DSYSINFO_DISTRO:STRING=SUSE
+  %cmake_kde4 -d build
   %make_jobs
 
 %install
   cd build
   %kde4_makeinstall
   cd ..
-  for l in SUSEgreeter krpmview kde4-openSUSE kio_sysinfo; do
+  for l in SUSEgreeter krpmview kde4-openSUSE; do
 %find_lang $l suse.lang
   done
   mv config-files/COPYING .
@@ -150,14 +114,14 @@
 #Make the rpm:-search default to to the correct version of openSUSE (see 
bnc#695417)
   sed -i s/12.1/%{version}/ 
%{buildroot}%{_kde4_servicesdir}/searchproviders/rpm.desktop
 
-%post -n kdebase4-workspace-branding-openSUSE

commit yast2 for openSUSE:Factory

2013-01-14 Thread h_root
Hello community,

here is the log from the commit of package yast2 for openSUSE:Factory checked 
in at 2013-01-15 06:49:14

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


Package is yast2, Maintainer is yast2-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/yast2/yast2.changes  2013-01-08 
16:44:26.0 +0100
+++ /work/SRC/openSUSE:Factory/.yast2.new/yast2.changes 2013-01-15 
06:49:17.0 +0100
@@ -1,0 +2,8 @@
+Mon Jan 14 10:17:53 UTC 2013 - loci...@suse.com
+
+- Runlevel definitions (targets) are now in /usr/lib/systemd/system
+  (bnc#795929)
+- Checking for systemd scripts in more directories (bnc#795929)
+- 2.23.18
+
+---

Old:

  yast2-2.23.17.tar.bz2

New:

  yast2-2.23.18.tar.bz2



Other differences:
--
++ yast2.spec ++
--- /var/tmp/diff_new_pack.RIQW6U/_old  2013-01-15 06:49:20.0 +0100
+++ /var/tmp/diff_new_pack.RIQW6U/_new  2013-01-15 06:49:20.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   yast2
-Version:2.23.17
+Version:2.23.18
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ yast2-2.23.17.tar.bz2 - yast2-2.23.18.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-2.23.17/VERSION new/yast2-2.23.18/VERSION
--- old/yast2-2.23.17/VERSION   2013-01-07 09:17:45.0 +0100
+++ new/yast2-2.23.18/VERSION   2013-01-14 11:19:26.0 +0100
@@ -1 +1 @@
-2.23.17
+2.23.18
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-2.23.17/configure new/yast2-2.23.18/configure
--- old/yast2-2.23.17/configure 2013-01-07 09:56:42.0 +0100
+++ new/yast2-2.23.18/configure 2013-01-14 16:51: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 2.23.17.
+# Generated by GNU Autoconf 2.69 for yast2 2.23.18.
 #
 # Report bugs to http://bugs.opensuse.org/.
 #
@@ -579,8 +579,8 @@
 # Identity of this package.
 PACKAGE_NAME='yast2'
 PACKAGE_TARNAME='yast2'
-PACKAGE_VERSION='2.23.17'
-PACKAGE_STRING='yast2 2.23.17'
+PACKAGE_VERSION='2.23.18'
+PACKAGE_STRING='yast2 2.23.18'
 PACKAGE_BUGREPORT='http://bugs.opensuse.org/'
 PACKAGE_URL=''
 
@@ -1250,7 +1250,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 2.23.17 to adapt to many kinds of systems.
+\`configure' configures yast2 2.23.18 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1321,7 +1321,7 @@
 
 if test -n $ac_init_help; then
   case $ac_init_help in
- short | recursive ) echo Configuration of yast2 2.23.17:;;
+ short | recursive ) echo Configuration of yast2 2.23.18:;;
esac
   cat \_ACEOF
 
@@ -1401,7 +1401,7 @@
 test -n $ac_init_help  exit $ac_status
 if $ac_init_version; then
   cat \_ACEOF
-yast2 configure 2.23.17
+yast2 configure 2.23.18
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1418,7 +1418,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by yast2 $as_me 2.23.17, which was
+It was created by yast2 $as_me 2.23.18, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
@@ -2357,7 +2357,7 @@
 
 # Define the identity of the package.
  PACKAGE='yast2'
- VERSION='2.23.17'
+ VERSION='2.23.18'
 
 
 cat confdefs.h _ACEOF
@@ -2480,7 +2480,7 @@
 
 
 
-VERSION=2.23.17
+VERSION=2.23.18
 RPMNAME=yast2
 MAINTAINER=YaST2 Maintainers yast2-maintain...@suse.de
 
@@ -3522,7 +3522,7 @@
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log=
-This file was extended by yast2 $as_me 2.23.17, which was
+This file was extended by yast2 $as_me 2.23.18, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   CONFIG_FILES= $CONFIG_FILES
@@ -3575,7 +3575,7 @@
 cat $CONFIG_STATUS _ACEOF || ac_write_fail=1
 ac_cs_config=`$as_echo $ac_configure_args | sed 's/^ //; 
s/[\\\`\$]//g'`
 ac_cs_version=\\
-yast2 config.status 2.23.17
+yast2 config.status 2.23.18
 configured by $0, generated by GNU Autoconf 2.69,
   with options \\\$ac_cs_config\\
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-2.23.17/configure.in 
new/yast2-2.23.18/configure.in
--- old/yast2-2.23.17/configure.in  2013-01-07 09:56:40.0 +0100
+++ 

commit python3-PyVirtualDisplay for openSUSE:Factory

2013-01-14 Thread h_root
Hello community,

here is the log from the commit of package python3-PyVirtualDisplay for 
openSUSE:Factory checked in at 2013-01-15 06:49:46

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


Package is python3-PyVirtualDisplay, Maintainer is 

Changes:

New Changes file:

NO CHANGES FILE!!!

New:

  _link



Other differences:
--
++ _link ++
link package=python-PyVirtualDisplay cicount=copy /
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit python3-biplist for openSUSE:Factory

2013-01-14 Thread h_root
Hello community,

here is the log from the commit of package python3-biplist for openSUSE:Factory 
checked in at 2013-01-15 06:49:54

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


Package is python3-biplist, Maintainer is 

Changes:

New Changes file:

NO CHANGES FILE!!!

New:

  _link



Other differences:
--
++ _link ++
link package=python-biplist cicount=copy /
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit python3-bsddb3 for openSUSE:Factory

2013-01-14 Thread h_root
Hello community,

here is the log from the commit of package python3-bsddb3 for openSUSE:Factory 
checked in at 2013-01-15 06:50:04

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


Package is python3-bsddb3, Maintainer is 

Changes:

New Changes file:

NO CHANGES FILE!!!

New:

  _link



Other differences:
--
++ _link ++
link package=python-bsddb3 cicount=copy /
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit python3-cmd2 for openSUSE:Factory

2013-01-14 Thread h_root
Hello community,

here is the log from the commit of package python3-cmd2 for openSUSE:Factory 
checked in at 2013-01-15 06:50:12

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


Package is python3-cmd2, Maintainer is 

Changes:

New Changes file:

NO CHANGES FILE!!!

New:

  _link



Other differences:
--
++ _link ++
link package=python-cmd2 cicount=copy /
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit python3-pyparsing for openSUSE:Factory

2013-01-14 Thread h_root
Hello community,

here is the log from the commit of package python3-pyparsing for 
openSUSE:Factory checked in at 2013-01-15 06:51:51

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


Package is python3-pyparsing, Maintainer is 

Changes:

New Changes file:

NO CHANGES FILE!!!

New:

  _link



Other differences:
--
++ _link ++
link package=python-pyparsing cicount=copy /
-- 
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-14 Thread h_root
Hello community,

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

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-14 22:22:29.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.kdebase4-workspace.new/kdebase4-workspace.changes   
2013-01-15 08:05:37.0 +0100
@@ -1,0 +2,6 @@
+Tue Jan 15 07:03:16 UTC 2013 - co...@suse.com
+
+- do not reqiure openSUSE specifics, that's what branding packages 
+  are for
+
+---



Other differences:
--
++ kdebase4-workspace.spec ++
--- /var/tmp/diff_new_pack.miPPke/_old  2013-01-15 08:05:40.0 +0100
+++ /var/tmp/diff_new_pack.miPPke/_new  2013-01-15 08:05:40.0 +0100
@@ -157,7 +157,7 @@
 %endif
 Requires:   kdebase4-artwork
 # The openSUSE-release package should always be installed, but just to make 
sure as that kinfocenter needs it
-Requires:   openSUSE-release
+Requires:   distribution-release
 Recommends: kdebase4-SuSE
 Recommends: kwin
 Recommends: plasma-addons




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