commit blender for openSUSE:Factory

2012-11-08 Thread h_root
Hello community,

here is the log from the commit of package blender for openSUSE:Factory checked 
in at 2012-11-08 17:19:12

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


Package is blender, Maintainer is pne...@novell.com

Changes:

--- /work/SRC/openSUSE:Factory/blender/blender.changes  2012-11-05 
14:54:19.0 +0100
+++ /work/SRC/openSUSE:Factory/.blender.new/blender.changes 2012-11-08 
17:19:13.0 +0100
@@ -1,0 +2,7 @@
+Mon Nov  5 08:20:18 UTC 2012 - rene.vanpaas...@gmail.com
+
+- need buildroot for SLED
+- need to define PYTHON_LIBPATH etc for SLED also
+- modified desktop file installation for SLED
+
+---
@@ -27,0 +35,5 @@
+
+---
+Thu Jun 21 12:24:47 UTC 2012 - rene.vanpaas...@gmail.com
+
+- Need a BuildRoot: defined, for building on SLE 11 



Other differences:
--
++ blender.spec ++
--- /var/tmp/diff_new_pack.C0WdAE/_old  2012-11-08 17:19:16.0 +0100
+++ /var/tmp/diff_new_pack.C0WdAE/_new  2012-11-08 17:19:16.0 +0100
@@ -107,6 +107,7 @@
 BuildRequires:  liblcms-devel
 # See bnc#713346
 Requires:   python3-xml
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
 Blender is a 3D modelling and rendering package. It is the in-house
@@ -184,7 +185,7 @@
   -DWITH_INSTALL_PORTABLE:BOOL=OFF \
   -DWITH_BUILTIN_GLEW:BOOL=OFF \
   -DWITH_MOD_OCEANSIM:BOOL=OFF \
-%if 0%{?suse_version}  1220
+%if 0%{?suse_version}  1220 || 0%{?sles_version}
   -DPYTHON_VERSION=3.3 \
   -DPYTHON_LIBPATH=/usr/lib \
   -DPYTHON_LIBRARY=python3.3m \
@@ -267,11 +268,17 @@
 # Install s6=blender.xpm
 install -D -m 0644 %{SOURCE6} %{buildroot}%{_datadir}/pixmaps/
 
+%if 0%{?sles_version}
+%suse_update_desktop_file -i -n -G Blender Template x-blend
+%suse_update_desktop_file -i -n blender
+%else
+
 # Install blender template desktop file.
 desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{SOURCE7}
 
 # Validate blender.desktop
 desktop-file-validate %{buildroot}%{_datadir}/applications/blender.desktop
+%endif
 
 if test -z `find %{buildroot}%{_docdir}/%{name} -name *.py -perm 0755 
-print0|xargs -0r grep -l '#!'`; \
 then break;


++ x-blend.desktop ++
--- /var/tmp/diff_new_pack.C0WdAE/_old  2012-11-08 17:19:16.0 +0100
+++ /var/tmp/diff_new_pack.C0WdAE/_new  2012-11-08 17:19:16.0 +0100
@@ -1,6 +1,7 @@
 [Desktop Entry]
 Comment=Blender Template
 Name=blender
-Icon=/usr/share/pixmaps/blender.xpm
+Icon=blender
 Type=Application
 MimeType=application/x-blend;
+X-Desktop-File-Install-Version=0.20

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



commit giggle for openSUSE:Factory

2012-11-08 Thread h_root
Hello community,

here is the log from the commit of package giggle for openSUSE:Factory checked 
in at 2012-11-08 21:49:46

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


Package is giggle, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/giggle/giggle.changes2012-11-06 
16:05:42.0 +0100
+++ /work/SRC/openSUSE:Factory/.giggle.new/giggle.changes   2012-11-08 
21:49:47.0 +0100
@@ -1,0 +2,22 @@
+Wed Nov  7 01:46:42 UTC 2012 - dougla...@outlook.com
+
+- Update to version 0.7:
+  + Bump minimum GLib required version to 2.30
+  + build: Depends on gettext 0.18.1
+  + Use G_VALUE_INIT
+  + Use g_cclosure_marshal_generic for all signals
+  + Use g_clear_object() and g_list_free_full() convenience
+functions
+  + Use GtkGrid instead GtkTable
+  + Use GDK symbolic names
+  + Use gdk_event_triggers_context_menu() instead of check for
+event-button == 3
+  + Update FSF Address
+  + Do not use deprecated libebook api
+  + build: Use the gnulib manywarnings macros
+  + src/giggle-revision-view.c: Use a GtkLabel instead a
+GtkLinkButton
+- Add gettext BuildRequires: new versioned dependency.
+- Drop pkgconfig(libebook-1.2) BuildRequires: no longer needed.
+
+---

Old:

  giggle-0.6.2.tar.xz

New:

  giggle-0.7.tar.xz



Other differences:
--
++ giggle.spec ++
--- /var/tmp/diff_new_pack.fsvfyP/_old  2012-11-08 21:49:48.0 +0100
+++ /var/tmp/diff_new_pack.fsvfyP/_new  2012-11-08 21:49:48.0 +0100
@@ -17,22 +17,22 @@
 
 
 Name:   giggle
-Version:0.6.2
+Version:0.7
 Release:0
 Summary:A graphical frontend for git
 License:GPL-2.0+
 Group:  Development/Tools/Version Control
 Url:http://live.gnome.org/giggle
-Source: 
http://download.gnome.org/sources/giggle/0.6/%{name}-%{version}.tar.xz
+Source: 
http://ftp.acc.umu.se/pub/GNOME/sources/giggle/0.7/%{name}-%{version}.tar.xz
+BuildRequires:  gettext = 0.18.1
 BuildRequires:  git-core = 1.5
 BuildRequires:  intltool
 BuildRequires:  translation-update-upstream
 BuildRequires:  update-desktop-files
 BuildRequires:  yelp-tools
-BuildRequires:  pkgconfig(glib-2.0) = 2.18
+BuildRequires:  pkgconfig(glib-2.0) = 2.30
 BuildRequires:  pkgconfig(gtk+-3.0) = 3.0
 BuildRequires:  pkgconfig(gtksourceview-3.0) = 3.0
-BuildRequires:  pkgconfig(libebook-1.2)
 BuildRequires:  pkgconfig(vte-2.90) = 0.26
 Recommends: %{name}-lang
 Requires:   git-core = 1.5

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



commit gnome-phone-manager for openSUSE:Factory

2012-11-08 Thread h_root
Hello community,

here is the log from the commit of package gnome-phone-manager for 
openSUSE:Factory checked in at 2012-11-08 21:49:51

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


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

Changes:

--- /work/SRC/openSUSE:Factory/gnome-phone-manager/gnome-phone-manager.changes  
2012-02-15 16:15:59.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.gnome-phone-manager.new/gnome-phone-manager.changes 
2012-11-08 21:49:55.0 +0100
@@ -1,0 +2,11 @@
+Tue Nov  6 08:19:00 UTC 2012 - dims...@opensuse.org
+
+- Update to 0.68+20121106git:
+  + Port from GConf to GSettings
+  + Support and Require gnome-bluettoth 3.3
+- Drop gnome-phone-manager-bt33api.patch: fixed upstream
+- Drop gnome-phone-manager-g_thread.patch: fixed upstream
+- Add gnome-phone-manager-eds36.patch: Fix build with
+  evolution-data-server 3.6.
+
+---

Old:

  gnome-phone-manager-0.68.tar.bz2
  gnome-phone-manager-bt33api.patch
  gnome-phone-manager-g_thread.patch

New:

  gnome-phone-manager-0.68+20121106git.tar.xz
  gnome-phone-manager-eds36.patch



Other differences:
--
++ gnome-phone-manager.spec ++
--- /var/tmp/diff_new_pack.z9S2II/_old  2012-11-08 21:49:56.0 +0100
+++ /var/tmp/diff_new_pack.z9S2II/_new  2012-11-08 21:49:56.0 +0100
@@ -17,31 +17,30 @@
 
 
 Name:   gnome-phone-manager
-Version:0.68
+Version:0.68+20121106git
 Release:0
 Summary:Phone Manager for GNOME
 License:GPL-2.0+
 Group:  Hardware/Mobile
 Url:http://usefulinc.com/software/phonemgr
-Source: 
http://download.gnome.org/sources/gnome-phone-manager/0.68/%{name}-%{version}.tar.bz2
+# Currently we use a git snapshot
+Source: %{name}-%{version}.tar.xz
 # PATCH-FIX-OPENSUSE gnome-phone-manager-desktop-icon-check.patch bnc337219
 Patch0: gnome-phone-manager-desktop-icon-check.patch
-# PATCH-FIX-UPSTREAM gnome-phone-manager-g_thread.patch bgo#665302 
dims...@opensuse.org -- No longer use g_thread_init.
-Patch1: gnome-phone-manager-g_thread.patch
-# PATCH-FIX-UPSTREAM gnome-phone-manager-bt33api.patch bgo#665309 
dims...@opensuse.org -- Support gnome-bluetooth 3.3 API
-Patch2: gnome-phone-manager-bt33api.patch
+# PATCH-FIX-UPSTREAM gnome-phone-manager-eds36.patch bgo#680927 
dims...@opensuse.org -- Fix build with e-d-s 3.6.
+Patch1: gnome-phone-manager-eds36.patch
 BuildRequires:  fdupes
-# Needed by patch2
+# Needed by patch1
 BuildRequires:  gnome-common
 BuildRequires:  intltool
 BuildRequires:  update-desktop-files
 BuildRequires:  pkgconfig(bluez)
 BuildRequires:  pkgconfig(gconf-2.0)
-BuildRequires:  pkgconfig(glib-2.0)
+BuildRequires:  pkgconfig(glib-2.0) = 2.31.0
 BuildRequires:  pkgconfig(gnokii)
-BuildRequires:  pkgconfig(gnome-bluetooth-1.0)
+BuildRequires:  pkgconfig(gnome-bluetooth-1.0) = 3.3
 BuildRequires:  pkgconfig(gnome-icon-theme)
-BuildRequires:  pkgconfig(gtk+-3.0)
+BuildRequires:  pkgconfig(gtk+-3.0) = 3.0
 BuildRequires:  pkgconfig(libcanberra-gtk3)
 BuildRequires:  pkgconfig(libebook-1.2)
 BuildRequires:  pkgconfig(telepathy-glib)
@@ -80,12 +79,12 @@
 
 %lang_package
 %prep
-%setup -q
+%setup -q -n %{name}
 %patch0
 %patch1 -p1
-%patch2 -p1
 
 %build
+# Needed by patch1
 NOCONFIGURE=1 gnome-autogen.sh
 %configure \
 --disable-static \
@@ -130,7 +129,7 @@
 
 %files -f %{name}.schemas_list
 %defattr (-, root, root)
-%doc AUTHORS COPYING ChangeLog NEWS README TODO
+%doc AUTHORS COPYING NEWS README TODO
 %{_mandir}/man1/*
 %{_bindir}/gnome-phone-manager
 %{_datadir}/applications/gnome-phone-manager.desktop

++ gnome-phone-manager-eds36.patch ++
diff --git a/cut-n-paste/e-contact-entry/e-contact-entry.c 
b/cut-n-paste/e-contact-entry/e-contact-entry.c
index dc8e2e3..d95e5b9 100644
--- a/cut-n-paste/e-contact-entry/e-contact-entry.c
+++ b/cut-n-paste/e-contact-entry/e-contact-entry.c
@@ -38,11 +38,6 @@
 #include glib.h
 #include glib/gi18n.h
 
-#include libedataserver/e-source.h
-#include libebook/e-book.h
-#include libebook/e-book-view.h
-#include libebook/e-contact.h
-
 #include e-contact-entry.h
 #include econtactentry-marshal.h
 
@@ -59,7 +54,7 @@ static int signals[LAST_SIGNAL] = { 0 };
 /* Properties */
 enum {
   PROP_0, /* TODO: why? */
-  PROP_SOURCE_LIST,
+  PROP_REGISTRY,
   PROP_COMPLETE_LENGTH,
 };
 
@@ -70,7 +65,7 @@ enum {
 struct EContactEntryPriv {
   GtkEntryCompletion *completion;
   GtkListStore *store;
-  ESourceList *source_list;
+  ESourceRegistry *registry;
   /* A list of EntryLookup structs we are searching */
   

commit instlux for openSUSE:Factory

2012-11-08 Thread h_root
Hello community,

here is the log from the commit of package instlux for openSUSE:Factory checked 
in at 2012-11-08 21:50:00

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


Package is instlux, Maintainer is pgaj...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/instlux/instlux.changes  2011-11-02 
11:53:45.0 +0100
+++ /work/SRC/openSUSE:Factory/.instlux.new/instlux.changes 2012-11-08 
21:50:01.0 +0100
@@ -1,0 +2,5 @@
+Thu Nov  1 09:07:45 UTC 2012 - pgaj...@suse.com
+
+- adjusted labels 12.2 - 12.3
+
+---

Old:

  openSUSE12_2_LOCAL.exe
  openSUSE12_2_NET.exe

New:

  openSUSE12_3_LOCAL.exe
  openSUSE12_3_NET.exe



Other differences:
--
++ instlux.spec ++
--- /var/tmp/diff_new_pack.7NTbqf/_old  2012-11-08 21:50:02.0 +0100
+++ /var/tmp/diff_new_pack.7NTbqf/_new  2012-11-08 21:50:02.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package instlux
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,17 +15,15 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   instlux
 Summary:Windows openSUSE installer
-%define distroversion 12_2
-Url:http://en.opensuse.org/Instlux
-Version:12.2_SVN62
-Release:7
 License:GPL-2.0+
 Group:  Metapackages
+%define distroversion 12_3
+Url:http://en.opensuse.org/Instlux
+Version:12.3_SVN62
+Release:0
 AutoReqProv:off
 Recommends: instlux-net
 Recommends: instlux-local
@@ -52,7 +50,6 @@
 %package net
 Summary:Network openSUSE installer for Windows
 Group:  Metapackages
-License:GPL-2.0+
 
 %description net
 Find your place in the Linux world by upgrading your windows to a Linux
@@ -71,7 +68,6 @@
 %package local
 Summary:Local openSUSE installer for Windows
 Group:  Metapackages
-License:GPL-2.0+
 
 %description local
 Find your place in the Linux world by upgrading your windows to a Linux

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



commit javahelp2 for openSUSE:Factory

2012-11-08 Thread h_root
Hello community,

here is the log from the commit of package javahelp2 for openSUSE:Factory 
checked in at 2012-11-08 21:50:06

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


Package is javahelp2, Maintainer is bnc-team-j...@forge.provo.novell.com

Changes:

--- /work/SRC/openSUSE:Factory/javahelp2/javahelp2.changes  2011-09-23 
02:04:07.0 +0200
+++ /work/SRC/openSUSE:Factory/.javahelp2.new/javahelp2.changes 2012-11-08 
21:50:07.0 +0100
@@ -1,0 +2,5 @@
+Sun Nov  4 14:08:32 CEST 2011 - fschu...@gymnasium-himmelsthuer.de
+
+- Fixed jhindexer, jhsearch jar name 
+
+---



Other differences:
--
++ javahelp2-jhindexer.sh ++
--- /var/tmp/diff_new_pack.GC8pve/_old  2012-11-08 21:50:08.0 +0100
+++ /var/tmp/diff_new_pack.GC8pve/_new  2012-11-08 21:50:08.0 +0100
@@ -19,7 +19,7 @@
 
 # Configuration
 MAIN_CLASS=com.sun.java.help.search.Indexer
-BASE_JARS=javahelp
+BASE_JARS=javahelp2
 
 # Set parameters
 set_jvm

++ javahelp2-jhsearch.sh ++
--- /var/tmp/diff_new_pack.GC8pve/_old  2012-11-08 21:50:08.0 +0100
+++ /var/tmp/diff_new_pack.GC8pve/_new  2012-11-08 21:50:08.0 +0100
@@ -19,7 +19,7 @@
 
 # Configuration
 MAIN_CLASS=com.sun.java.help.search.QueryEngine
-BASE_JARS=javahelp
+BASE_JARS=javahelp2
 
 # Set parameters
 set_jvm

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



commit john-wordlists for openSUSE:Factory

2012-11-08 Thread h_root
Hello community,

here is the log from the commit of package john-wordlists for openSUSE:Factory 
checked in at 2012-11-08 21:50:13

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


Package is john-wordlists, Maintainer is lr...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/john-wordlists/john-wordlists.changes
2011-09-23 02:04:22.0 +0200
+++ /work/SRC/openSUSE:Factory/.john-wordlists.new/john-wordlists.changes   
2012-11-08 21:50:14.0 +0100
@@ -1,0 +2,6 @@
+Thu Nov  8 14:30:58 UTC 2012 - l...@linux-schulserver.de
+
+- specfile cleanup
+- added README.SuSE to fix bnc #765636
+
+---

New:

  README.SuSE



Other differences:
--
++ john-wordlists.spec ++
--- /var/tmp/diff_new_pack.enpE91/_old  2012-11-08 21:50:15.0 +0100
+++ /var/tmp/diff_new_pack.enpE91/_new  2012-11-08 21:50:15.0 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package john-wordlists (Version 1)
+# spec file for package john-wordlists
 #
-# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,23 +15,21 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   john-wordlists
-Url:http://www.openwall.com/john/
-License:Any Noncommercial
-Group:  Productivity/Security
-AutoReqProv:on
 Version:1
-Release:130
+Release:0
 Summary:Word List Files for John the Ripper
+License:Any Noncommercial
+Group:  Productivity/Security
+Url:http://www.openwall.com/john/
 Source: %{name}-%{version}.tar.bz2
-BuildArch:  noarch
+Source1:README.SuSE
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildArch:  noarch
 
 %description 
-These are huge word lists for john (John the Ripper) (a fast password
+These are huge word lists for john (John the Ripper - a fast password
 cracker).
 
 The following copyright statement applies to this word list collection
@@ -43,29 +41,25 @@
 
 http://www.openwall.com/wordlists/
 
-
-
-Authors:
-
-Solar Designer so...@false.com
-
 %prep
-%setup -n %{name}-%{version}
+%setup -q
+install -m644 %{SOURCE1} .
 
 %build
 
 %install
-JOHNDIR=$RPM_BUILD_ROOT/var/lib/john
+JOHNDIR=%{buildroot}%{_localstatedir}/lib/john
 install -d -m 700 $JOHNDIR/wordlists
 install -m 644 $RPM_BUILD_DIR/%{name}-%{version}/* $JOHNDIR/wordlists/ 
 
 %clean
-rm -rf $RPM_BUILD_ROOT
+rm -rf %{buildroot}
 
 %files
 %defattr(-,root,root)
-%dir /var/lib/john
-%dir /var/lib/john/wordlists
-%doc /var/lib/john/wordlists/*
+%doc README.SuSE
+%dir %{_localstatedir}/lib/john
+%dir %{_localstatedir}/lib/john/wordlists
+%doc %{_localstatedir}/lib/john/wordlists/*
 
 %changelog

++ README.SuSE ++
The wordlists collection in this package is thankfully provided by the Openwall
project.

It is a result of processing many hundreds of public domain wordlist files from
multiple sources and in a variety of file formats. Most files were rejected for
being duplicates or for poor quality, but a few hundred remained and went into
the combined wordlists you will find here.

The wordlists are intended primarily for use with password crackers such as
John the Ripper and with password recovery utilities.

SUSE has a special agreement with Solar Designer of Openwall Project to
freely distribute this wordlist - here is the license statement:

Copyright (c) 2002,2003 by Solar Designer of Openwall Project

The homepage URL for this wordlists collection is:

http://www.openwall.com/wordlists/

You're allowed to use and redistribute this wordlists collection or
parts thereof, with or without modification, provided that credit is
given where it is due, any modified versions are marked as such, this
license is kept intact and included with each copy, and NO FEE IS
CHARGED FOR OBTAINING A COPY except as negotiated with the copyright
holder.  In particular, you are NOT permitted to charge for bandwidth,
physical media, and/or shipping.  You're also not permitted to bundle
this wordlists collection with a product you charge for.

If redistribution for a fee is what you're after, please contact the
copyright holder to negotiate special terms for the downloadable or
the extended CD-ready version of this collection.

It was a significant amount of work to compile this collection and
having a monopoly on regulating the CD sales is my way to 

commit libcroco for openSUSE:Factory

2012-11-08 Thread h_root
Hello community,

here is the log from the commit of package libcroco for openSUSE:Factory 
checked in at 2012-11-08 21:50:31

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


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

Changes:

--- /work/SRC/openSUSE:Factory/libcroco/libcroco.changes2012-10-19 
10:18:37.0 +0200
+++ /work/SRC/openSUSE:Factory/.libcroco.new/libcroco.changes   2012-11-08 
21:50:33.0 +0100
@@ -1,0 +2,6 @@
+Fri Oct 26 18:18:29 UTC 2012 - dims...@opensuse.org
+
+- Update to version 0.6.8:
+  + Handle signed units (bgo#686239).
+
+---

Old:

  libcroco-0.6.7.tar.xz

New:

  libcroco-0.6.8.tar.xz



Other differences:
--
++ libcroco.spec ++
--- /var/tmp/diff_new_pack.tDXF3f/_old  2012-11-08 21:50:34.0 +0100
+++ /var/tmp/diff_new_pack.tDXF3f/_new  2012-11-08 21:50:34.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   libcroco
-Version:0.6.7
+Version:0.6.8
 Release:0
 Summary:CSS2 Parser Library
 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 lomoco for openSUSE:Factory

2012-11-08 Thread h_root
Hello community,

here is the log from the commit of package lomoco for openSUSE:Factory checked 
in at 2012-11-08 21:50:39

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


Package is lomoco, Maintainer is lnus...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/lomoco/lomoco.changes2011-12-08 
11:52:55.0 +0100
+++ /work/SRC/openSUSE:Factory/.lomoco.new/lomoco.changes   2012-11-08 
21:50:40.0 +0100
@@ -1,0 +2,6 @@
+Mon Nov  5 20:37:39 UTC 2012 - tittiatc...@gmail.com
+
+- Ensure that locomo.sh is installed in the correct path
+  /usr/lib/udev
+
+---



Other differences:
--
++ lomoco.spec ++
--- /var/tmp/diff_new_pack.uUYBNm/_old  2012-11-08 21:50:41.0 +0100
+++ /var/tmp/diff_new_pack.uUYBNm/_new  2012-11-08 21:50:41.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package lomoco
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,7 +16,8 @@
 #
 # icecream 0
 
-%define udev_scripts_dir /lib/udev
+
+%define udev_scripts_dir /usr/lib/udev
 %if 0%{?suse_version}  0%{?suse_version}  1100
 BuildRequires:  libusb-compat-devel
 %else
@@ -33,12 +34,12 @@
 %endif
 
 Name:   lomoco
-License:GPL-2.0+
 Url:http://www.lomoco.org/
-Group:  Hardware/Other
 Version:1.0
 Release:0
 Summary:Tool for setting the special features of some Logitech mice
+License:GPL-2.0+
+Group:  Hardware/Other
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Requires:   udev
 Conflicts:  logitech_applet, lmctl

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



commit man-pages for openSUSE:Factory

2012-11-08 Thread h_root
Hello community,

here is the log from the commit of package man-pages for openSUSE:Factory 
checked in at 2012-11-08 21:50:44

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


Package is man-pages, Maintainer is pgaj...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/man-pages/man-pages.changes  2012-08-31 
09:44:00.0 +0200
+++ /work/SRC/openSUSE:Factory/.man-pages.new/man-pages.changes 2012-11-08 
21:50:46.0 +0100
@@ -1,0 +2,135 @@
+Thu Nov  1 09:41:20 CET 2012 - pgaj...@suse.cz
+
+- update to version 3.43
+  * Newly documented interfaces in existing pages
+  getenv.3
+Document secure_getenv(3)
+  * New and changed links
+  phys.2
+New link to unimplemented.2
+  secure_getenv.3
+New link to getenv.3
+  * Global changes
+  * Various pages
+Global fix: s/-/\\-/ when real hyphen is required (e.g., in code)
+  * Various pages
+Global fix: Various consistency fixes for SEE ALSO
+  * Various pages
+Global fix: use Linux kernel source consistently
+Rather than kernel source.
+  * Various pages
+Global fix: disable justification and hyphenation in SEE ALSO
+For a better visual result, disable justification and hyphenation
+in SEE ALSO where page names are long.
+  * Changes to individual pages
+  epoll_wait.2
+Describe timeout limitation in kernels  2.6.37
+As reported by Fredrik (and as far as I can tell the problem
+went back to 2.6.0):
+The timeout argument has an upper limit. Any values above that
+limit are treated the same as -1, i.e. to wait indefinitely.
+The limit is given by:
+#define EP_MAX_MSTIMEO min(1000ULL * MAX_SCHEDULE_TIMEOUT / 
HZ, \
+(LONG_MAX - 999ULL) / HZ)
+That is, the limit depends on the size of a long and the timer
+frequency.  Assuming the a long is never smaller than 32 bits
+and HZ never larger than 1000, the worst case is 35 minutes.
+I think this should be mentioned under BUGS.
+Although this is likely to be fixed in the future
+(http://lkml.org/lkml/2010/8/8/144), the problem exists in
+at least 2.6.14 - 2.6.35. I don't know if select(2) and poll(2)
+are affected.
+https://bugzilla.kernel.org/show_bug.cgi?id=20762
+Add pointer to select(2) for discussion of close in another thread
+  getitimer.2
+Note Linux's odd handling of the new_value==NULL case
+Fix types used to declare fields in timeval struct
+  keyctl.2
+Reorder SEE ALSO, without .br
+  poll.2
+Add pointer to select(2) for discussion of close in another thread
+  select.2
+Note behavior if monitored file descriptor is closed in another thread
+Executive summary: a sane application can't rely on any
+particular behavior if another thread closes a file descriptor
+being monitored by select().
+See https://bugzilla.kernel.org/show_bug.cgi?id=40852
+Clarify equivalent pselect() code in terms of threads
+s/sigprogmask/pthread_sigmask/
+  semop.2
+Recast discussion of blocking behavior in terms of threads
+semop() blocks the calling thread, not the process.
+SEE ALSO: Add clone(2)
+Give reader a clue about CLONE_SYSVSEM.
+  shutdown.2
+Document EINVAL error (and associated bug)
+Eric Dumazet noted that EINVAL was not documented. Some further
+digging shows that it's also not diagnosed consistently.
+See https://bugzilla.kernel.org/show_bug.cgi?id=47111.
+  sigaction.2
+Tweak SA_RESETHAND description
+  syscalls.2, uname.2, boot.7
+Global fix: s/OS/operating system/
+  timer_settime.2
+Small rewording around discussion of pointer arguments
+  wait4.2
+Note that these functions are nonstandard and recommend alternatives
+Some edits to Adrian's path by mtk.
+CONFORMING TO: Note SUS details for wait3()
+  gnu_get_libc_version.3
+Remove unneeded #define _GNU_SOURCE from SYNOPSIS
+  pthread_kill.3, pthread_sigqueue.3
+Remove wording another
+Writing another thread in these pages implies that these
+functions can't be used to send a signal to the calling thread
+itself, which is of course untrue.
+  sigvec.3
+Add int arg to sv_handler definition in sigvec structure
+Fix small error in discussion of blocking of signals
+The signal that causes the handler to be invoked is blocked,
+but saying by 

commit mumble for openSUSE:Factory

2012-11-08 Thread h_root
Hello community,

here is the log from the commit of package mumble for openSUSE:Factory checked 
in at 2012-11-08 21:50:50

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


Package is mumble, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/mumble/mumble.changes2012-11-08 
08:05:50.0 +0100
+++ /work/SRC/openSUSE:Factory/.mumble.new/mumble.changes   2012-11-08 
21:50:51.0 +0100
@@ -1,0 +2,5 @@
+Wed Nov  7 20:33:31 UTC 2012 - opens...@cboltz.de
+
+- install apparmor profile without x permissions
+
+---



Other differences:
--
++ mumble.spec ++
--- /var/tmp/diff_new_pack.evD6Gk/_old  2012-11-08 21:50:52.0 +0100
+++ /var/tmp/diff_new_pack.evD6Gk/_new  2012-11-08 21:50:52.0 +0100
@@ -338,7 +338,7 @@
 # server
 install -D -m 0755 release/murmurd %{buildroot}%{_sbindir}/murmurd
 install -D -m 0755 %{SOURCE2} %{buildroot}/etc/init.d/mumble-server
-install -D -m 0755 %{SOURCE3} %{buildroot}/etc/apparmor.d/usr.sbin.murmurd
+install -D -m 0644 %{SOURCE3} %{buildroot}/etc/apparmor.d/usr.sbin.murmurd
 %if 0%{?suse_version}  1220
 sed -i -e 's,/usr/bin/grep,/bin/grep,;s,/usr/bin/sed,/bin/sed,' 
%{buildroot}/etc/apparmor.d/usr.sbin.murmurd
 %endif


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



commit openwsman for openSUSE:Factory

2012-11-08 Thread h_root
Hello community,

here is the log from the commit of package openwsman for openSUSE:Factory 
checked in at 2012-11-08 21:50:56

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


Package is openwsman, Maintainer is prus...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/openwsman/openwsman.changes  2012-09-14 
12:44:51.0 +0200
+++ /work/SRC/openSUSE:Factory/.openwsman.new/openwsman.changes 2012-11-08 
21:50:58.0 +0100
@@ -1,0 +2,22 @@
+Wed Oct 10 07:23:50 UTC 2012 - kkae...@suse.com
+
+- Update to 2.3.6
+  - Features
+- Plugins: Ability to redirect requests to a different WS-Management
+  server (Praveen Paladugu)
+  - Bugfixes
+- Fix xml namespace in Fault message (Praveen Paladugu)
+- Pass correct key values when creating a Cim_IndicationSubscription
+  (Santosh Bidaralli)
+- verify_class_namespace: properly check for 'CIM' class schema
+  (Mayur Bhosle)
+- Fix MaxElements namespace in Pull context (Praveen Paladugu)
+  - Bindings
+- Ruby: fix crash in Options destructor
+- Ruby: mark passing arrays via invoke as unsupported
+  - Building
+- new cmake option: BUILD_BINDINGS (defaults to yes)
+- honor BUILD_TESTS for all test directories 
+- fix MaxcOS build (Dan Villiom Podlaski Christiansen)
+
+---

Old:

  openwsman-2.3.5.tar.bz2

New:

  openwsman-2.3.6.tar.bz2



Other differences:
--
++ openwsman.spec ++
--- /var/tmp/diff_new_pack.WB61O1/_old  2012-11-08 21:51:03.0 +0100
+++ /var/tmp/diff_new_pack.WB61O1/_new  2012-11-08 21:51:03.0 +0100
@@ -54,6 +54,7 @@
 BuildRequires:  pkgconfig
 BuildRequires:  ruby
 
+# RHEL6 is missing ruby-devel in OBS
 %if 0%{?rhel_version} != 600
 BuildRequires:  ruby-devel
 %if 0%{?fedora} != 17
@@ -88,7 +89,7 @@
 
 %if 0%{?suse_version}  910
 BuildRequires:  ruby-devel
-%if 0%{?suse_version}  1120
+%if 0%{?suse_version}  1110
 # SLE 10 has Ruby 1.8.6 and runs into 
http://help.rubygems.org/discussions/problems/859-trying-to-install-rubygems
 BuildRequires:  rubygems = 1.3.7
 %else
@@ -109,7 +110,7 @@
 %endif
 
 Requires(pre):  sed coreutils grep /bin/hostname
-Version:2.3.5
+Version:2.3.6
 Release:0
 # Mandriva:
 # Release %mkrel 1
@@ -221,7 +222,7 @@
 %else
 # SLES 10 can't parse this :-/
 %if 0%{?ruby_sitelib} == 0
-%if ((0%{?fedora}0)  (0%{?fedora}  16)) || ((0%{?centos_version}0)  
(0%{?centos_version}  600)) || ((0%{?rhel_version}0)  (0%{?rhel_version}  
500))
+%if (0%{?fedora}  0%{?fedora}  16) || (0%{?centos_version}  
0%{?centos_version}600) || (0%{?rhel_version}  0%{?rhel_version}500)
 # Fedora15, RHEL-5 and CentOS-5 don't have vendor lib
 # CMAKE checks for ruby -r vendor-specific and fails
 %{!?ruby_sitelib: %global ruby_sitelib %(ruby -r rbconfig -e 
'print(RbConfig::CONFIG[sitelibdir])')}
@@ -332,11 +333,12 @@
 
 %post -n libwsman1 -p /sbin/ldconfig
 
-%postun -n libwsman1 -p /sbin/ldconfig
+%postun -n libwsman1
+/sbin/ldconfig
+exit 0
 
 # follow http://en.opensuse.org/openSUSE:Systemd_packaging_guidelines
 %if 0%{?has_systemd}
-
 %pre server
 if [-f /var/lib/systemd/migrated/%{name}]; then
 %service_add_pre %{name}.service
@@ -405,6 +407,7 @@
 %{python_sitearch}/*.so
 %{python_sitearch}/*.py*
 
+# RHEL6 is missing ruby-devel in OBS
 %if 0%{?rhel_version} != 600
 
 %files ruby

++ openwsman-2.3.5.tar.bz2 - openwsman-2.3.6.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/openwsman-2.3.5/CMakeLists.txt 
new/openwsman-2.3.6/CMakeLists.txt
--- old/openwsman-2.3.5/CMakeLists.txt  2012-08-11 23:01:46.0 +0200
+++ new/openwsman-2.3.6/CMakeLists.txt  2012-10-25 16:02:50.0 +0200
@@ -99,11 +99,13 @@
 SET( BUILD_RUBY_EXPLICIT ${BUILD_RUBY})
 SET( BUILD_PERL_EXPLICIT ${BUILD_PERL})
 SET( BUILD_JAVA_EXPLICIT ${BUILD_JAVA})
+SET( BUILD_SWIG_PLUGIN_EXPLICIT ${BUILD_SWIG_PLUGIN})
 
 # options
 
 OPTION( BUILD_LIBCIM Build CIM plugin YES )
 OPTION( BUILD_EXAMPLES Build examples YES )
+OPTION( BUILD_BINDINGS Build client bindings and swig server plugin YES )
 OPTION( BUILD_PYTHON Build Python bindings YES )
 OPTION( BUILD_RUBY Build Ruby bindings YES )
 IF( BUILD_RUBY )
@@ -119,6 +121,8 @@
 OPTION( ENABLE_EVENTING_SUPPORT WS-Eventing wanted YES )
 OPTION( WSMAN_DEBUG_VERBOSE Verbose debug logging NO )
 OPTION( ENABLE_IPV6 Enable IPv6 support YES )
+OPTION( BUILD_TESTS Build tests YES )
+
 
 IF (ENABLE_EVENTING_SUPPORT)
   SET(ENABLE_EVENTING_SUPPORT 1)
@@ -222,17 +226,25 @@
 ENDIF( BUILD_JAVA )
 
 # swig
-
-FIND_PACKAGE(SWIG)
-IF( NOT SWIG_EXECUTABLE)
-  FIND_PROGRAM(SWIG_EXECUTABLE
-NAMES swig-1.3 swig
-  

commit opera for openSUSE:Factory:NonFree

2012-11-08 Thread h_root
Hello community,

here is the log from the commit of package opera for openSUSE:Factory:NonFree 
checked in at 2012-11-08 21:51:19

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


Package is opera, Maintainer is prus...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory:NonFree/opera/opera.changes  2012-09-01 
22:39:15.0 +0200
+++ /work/SRC/openSUSE:Factory:NonFree/.opera.new/opera.changes 2012-11-08 
21:51:21.0 +0100
@@ -1,0 +2,12 @@
+Tue Nov 6 18:29:31 UTC 2012 - tittiatc...@gmail.com
+
+- update to 12.10
+  * Improved extensions
+  * Support for SPDY, CSS3 Gradients, Transitions, Animations, and Transforms
+  * Support for WebSockets
+  * Fullscreen and Page Visibility API
+  * ICC Profiles support
+  * full changelog available at:
+http://www.opera.com/docs/changelogs/unified/1210/
+
+---

Old:

  opera-12.02-1578.i386.linux.tar.xz
  opera-12.02-1578.x86_64.linux.tar.xz

New:

  opera-12.10-1652.i386.linux.tar.xz
  opera-12.10-1652.x86_64.linux.tar.xz



Other differences:
--
++ opera.spec ++
--- /var/tmp/diff_new_pack.8RftlR/_old  2012-11-08 21:51:24.0 +0100
+++ /var/tmp/diff_new_pack.8RftlR/_new  2012-11-08 21:51:24.0 +0100
@@ -18,10 +18,10 @@
 
 %define tag32b   i386.linux
 %define tag64b   x86_64.linux
-%define buildnum 1578
+%define buildnum 1652
 
 Name:   opera
-Version:12.02
+Version:12.10
 Release:0
 Summary:Opera Web Browser (%{version} build %{buildnum})
 License:SUSE-NonFree

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



commit pbuilder for openSUSE:Factory

2012-11-08 Thread h_root
Hello community,

here is the log from the commit of package pbuilder for openSUSE:Factory 
checked in at 2012-11-08 21:51:32

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


Package is pbuilder, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/pbuilder/pbuilder.changes2012-07-19 
17:58:40.0 +0200
+++ /work/SRC/openSUSE:Factory/.pbuilder.new/pbuilder.changes   2012-11-08 
21:51:34.0 +0100
@@ -1,0 +2,9 @@
+Mon Nov  5 21:38:38 UTC 2012 - frank.lichtenh...@sophos.com
+
+- update to 0.213
+* set ccachedir to default to off. It's a minor optimization that a
+  developer may choose to enable at the cost of incompatibility and some
+  bugs. (deb#675691, deb#675843, deb#670651)
+- set better project Url
+
+---

Old:

  pbuilder_0.211.tar.gz

New:

  pbuilder_0.213.tar.gz



Other differences:
--
++ pbuilder.spec ++
--- /var/tmp/diff_new_pack.7K8Y5T/_old  2012-11-08 21:51:35.0 +0100
+++ /var/tmp/diff_new_pack.7K8Y5T/_new  2012-11-08 21:51:35.0 +0100
@@ -18,12 +18,12 @@
 
 
 Name:   pbuilder
-Version:0.211
+Version:0.213
 Release:0
 Summary:Personal package builder for .deb packages
 License:GPL-2.0+
 Group:  Development/Tools/Building
-Url:http://packages.debian.org/pbuilder
+Url:http://pbuilder.alioth.debian.org
 Source0:
http://ftp.de.debian.org/debian/pool/main/p/pbuilder/%{name}_%{version}.tar.gz
 Patch0: Makefile.patch
 Patch1: pbuilderrc.patch

++ pbuilder_0.211.tar.gz - pbuilder_0.213.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pbuilder-0.211/Makefile new/pbuilder-0.213/Makefile
--- old/pbuilder-0.211/Makefile 2012-03-31 06:56:47.0 +0200
+++ new/pbuilder-0.213/Makefile 2012-06-04 00:11:14.0 +0200
@@ -164,11 +164,7 @@
pbuilderrc.5 \
pdebuild.1 \
$(NULL)
-NOINST_SCRIPTS += \
-   debuild.sh \
-   $(NULL)
 CHECK_MANPAGES += $(NOINST_MANPAGES)
-CHECK_SCRIPTS += $(NOINST_SCRIPTS)
 
 # TODO: check subdirs etc.
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pbuilder-0.211/debian/changelog 
new/pbuilder-0.213/debian/changelog
--- old/pbuilder-0.211/debian/changelog 2012-05-30 12:01:34.0 +0200
+++ new/pbuilder-0.213/debian/changelog 2012-10-08 01:30:05.0 +0200
@@ -1,3 +1,26 @@
+pbuilder (0.213) unstable; urgency=low
+
+  [ Beatrice Torracca ]
+  * Bug#686004: [INTL: it] Italian translation of debconf messages - pbuilder
+
+  [ David Martínez Moreno ]
+  * Bug#686410: pbuilder: [INTL:es] Spanish translation update of 
debconfmessages - pbuilder.
+
+  [ Junichi Uekawa ]
+  * remove /etc/pbuilder/pbuilderrc - etc/pbuilderrc. (closes: 689213)
+
+ -- Junichi Uekawa dan...@debian.org  Mon, 08 Oct 2012 08:30:04 +0900
+
+pbuilder (0.212) unstable; urgency=low
+
+  * update copyright file to be more machine-process-able, and move
+homepage information to debian/control
+  * set ccachedir to default to off. It's a minor optimization that a
+developer may choose to enable at the cost of incompatibility and some
+bugs. (closes: #675691, #675843, #670651)
+
+ -- Junichi Uekawa dan...@debian.org  Fri, 24 Aug 2012 04:50:15 +0900
+
 pbuilder (0.211) unstable; urgency=low
 
   [ Junichi Uekawa ]
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pbuilder-0.211/debian/control 
new/pbuilder-0.213/debian/control
--- old/pbuilder-0.211/debian/control   2012-04-24 00:27:33.0 +0200
+++ new/pbuilder-0.213/debian/control   2012-05-31 00:20:36.0 +0200
@@ -32,6 +32,7 @@
 Suggests: pbuilder-uml,
   gdebi-core,
   cowdancer
+Homepage: http://pbuilder.alioth.debian.org
 Description: personal package builder for Debian packages
  pbuilder constructs a chroot system, and builds a package inside the
  chroot. 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pbuilder-0.211/debian/copyright 
new/pbuilder-0.213/debian/copyright
--- old/pbuilder-0.211/debian/copyright 2009-06-23 01:37:40.0 +0200
+++ new/pbuilder-0.213/debian/copyright 2012-05-31 00:26:38.0 +0200
@@ -1,31 +1,26 @@
-This package was debianized by Junichi Uekawa dan...@debian.org on
-Sat, 28 Jul 2001 17:05:50 +0900.
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: pbuilder
+Upstream-Contact: Junichi Uekawa dan...@debian.org
+
+Files: *
+Copyright: Copyright 2001-2007 Junichi Uekawa
+  

commit phpMyAdmin for openSUSE:Factory

2012-11-08 Thread h_root
Hello community,

here is the log from the commit of package phpMyAdmin for openSUSE:Factory 
checked in at 2012-11-08 21:51:48

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


Package is phpMyAdmin, Maintainer is crrodrig...@novell.com

Changes:

--- /work/SRC/openSUSE:Factory/phpMyAdmin/phpMyAdmin.changes2012-07-09 
10:00:37.0 +0200
+++ /work/SRC/openSUSE:Factory/.phpMyAdmin.new/phpMyAdmin.changes   
2012-11-08 21:51:50.0 +0100
@@ -1,0 +2,57 @@
+Mon Nov  5 11:40:16 UTC 2012 - ch...@computersalat.de
+
+- update to 3.5.3.0 (2012-10-08)
+  * sf#3539044 [interface] Browse mode Show button gives blank page
+if no results anymore
+  * sf#3534979 [interface] Copy Database Ajax feedback vanishes long
+before copying is done
+  * sf#3527531 [interface] GC-maxlifetime warning incorrectly
+displayed
+  * sf#3526916 [interface] Search fails with JS error when tooltips
+disabled
+  * sf#3544366 [interface] Event comments not saved
+  * sf#3549084 [edit] Can't enter date directly when editing inline
+  * sf#3548491 [interface] Inline query editor doesn't work from
+search results
+  * sf#3547825 [edit] BLOB download no longer works
+  * sf#3541966 [config] Error in generated configuration arrray
+  * sf#3553551 [GUI] Invalid HTML code in multi submits confirmation
+form
+  * [interface] Designer sometimes places tables on the top menu
+  * sf#3546277 [core] Call to undefined function __() when config file
+has wrong permissions
+  * sf#3540922 [edit] Error searching table with many fields
+  * sf#3555104 [edit] Cannot copy a DB with table and views
+  * sf#3559925 [privileges] Incorrect updating of the list of users
+  * sf#3561224 [edit] cell edit date field with empty date fills in
+current date
+  * sf#3559955 [edit] current_date from function drop down fails on
+update
+  * sf#3562472 add support for Solaris and FreeBSD system load and
+memory display in server status
+  * sf#3553068 [import] Table import from XML file fails
+  * replace Highcharts with jqplot for Display chart
+  * sf#3567684 [edit] Pasting value doesn't clear null checkbox
+  * sf#3570786 [edit] Datepicker for date and datetime fields is
+broken
+- fix for bnc#788103
+  * PMASA-2012-6 (CVE-2012-5339)
+o http://www.phpmyadmin.net/home_page/security/PMASA-2012-6.php
+  * PMASA-2012-7 (CVE-2012-5368)
+o http://www.phpmyadmin.net/home_page/security/PMASA-2012-7.php
+
+---
+Tue Aug 21 14:30:51 UTC 2012 - ch...@computersalat.de
+
+- update to 3.5.2.2 (2012-08-12)
+  - [security] Fixed XSS vulnerabilities,
+ see PMASA-2012-4
+- update to 3.5.2.1 (2012-08-03)
+  - [security] Fixed local path disclosure vulnerability,
+ see PMASA-2012-3
+- fix for bnc#776701
+  * PMASA-2012-4 (CVE-2012-4345)
+- fix for bnc#776698
+  * PMASA-2012-3 (CVE-2012-4219)
+
+---

Old:

  phpMyAdmin-3.5.2-all-languages.tar.bz2

New:

  phpMyAdmin-3.5.3-all-languages.tar.bz2



Other differences:
--
++ phpMyAdmin.spec ++
--- /var/tmp/diff_new_pack.bEfgM2/_old  2012-11-08 21:51:54.0 +0100
+++ /var/tmp/diff_new_pack.bEfgM2/_new  2012-11-08 21:51:54.0 +0100
@@ -34,7 +34,7 @@
 Summary:Administration of MySQL over the web
 License:GPL-2.0+
 Group:  Productivity/Networking/Web/Frontends
-Version:3.5.2
+Version:3.5.3
 Release:0
 Url:http://www.phpMyAdmin.net
 Source0:%{name}-%{version}-all-languages.tar.bz2
@@ -96,6 +96,9 @@
 
 %prep
 %setup -q -n %{name}-%{version}-all-languages
+## rpmlint:
+# wrong-file-end-of-line-encoding
+%{__perl} -p -i -e 's|\r\n|\n|' examples/config.manyhosts.inc.php
 %patch0
 
 find . -type d -exec chmod 755 {} \;

++ phpMyAdmin-3.5.2-all-languages.tar.bz2 - 
phpMyAdmin-3.5.3-all-languages.tar.bz2 ++
 2705 lines of diff (skipped)

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



commit plymouth for openSUSE:Factory

2012-11-08 Thread h_root
Hello community,

here is the log from the commit of package plymouth for openSUSE:Factory 
checked in at 2012-11-08 21:52:00

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


Package is plymouth, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/plymouth/plymouth.changes2012-10-17 
07:21:51.0 +0200
+++ /work/SRC/openSUSE:Factory/.plymouth.new/plymouth.changes   2012-11-08 
21:52:02.0 +0100
@@ -1,0 +2,35 @@
+Tue Nov  6 18:07:29 UTC 2012 - tittiatc...@gmail.com
+
+- Provide the scripts to integrate Plymouth in dracut as a 
+  separate package.
+  
+- Added patch (plymouth-dracut-path.patch) to correct the paths
+  inside the specific plymouth-dracut scripts
+  
+---
+Mon Nov  5 17:35:39 UTC 2012 - crrodrig...@opensuse.org
+
+- Update to an slightly newer git snapshot to fix regression
+  from 0.8.8 
+
+---
+Thu Nov  1 21:36:22 UTC 2012 - crrodrig...@opensuse.org
+
+- Version 0.8.8
+
+* main: Try to own socket before anything else
+* main: silently succeed if plymouthd is started a second time
+* service: start plymouthd unconditionally
+* x11: make window fullscreen by default
+* x11: only create windows when necessary  
+
+---
+Thu Nov  1 20:35:34 UTC 2012 - crrodrig...@opensuse.org
+
+- plymoith-sd-notforking.patch: Make plymouthd to not use
+  Service type forking
+
+- ply-sdunitdir.patch: Must install units in %{_unitdir} as
+  returned by pkg-config not in a hardcoded location.
+
+---

Old:

  plymouth-0.8.7.tar.bz2

New:

  ply-sdunitdir.patch
  plymoith-sd-notforking.patch
  plymouth-0.8.8_git201211022126.tar.xz
  plymouth-dracut-path.patch



Other differences:
--
++ plymouth.spec ++
--- /var/tmp/diff_new_pack.Qyjk2k/_old  2012-11-08 21:52:04.0 +0100
+++ /var/tmp/diff_new_pack.Qyjk2k/_new  2012-11-08 21:52:04.0 +0100
@@ -22,13 +22,13 @@
 %define plymouth_initrd_file /boot/initrd-plymouth.img
 
 Name:   plymouth
-Version:0.8.7
+Version:0.8.8_git201211022126
 Release:0
 Summary:Graphical Boot Animation and Logger
 License:GPL-2.0+
 Group:  System/Base
 Url:http://freedesktop.org/software/plymouth/releases
-Source0:%{name}-%{version}.tar.bz2
+Source0:%{name}-%{version}.tar.xz
 Source1:boot-duration
 # PATCH-OPENSUSE -- Support the openSUSE initrd
 Patch1: suse-initrd-support
@@ -44,9 +44,13 @@
 Patch7: plymouth-udevadm-path.patch
 # PATCH-OPENSUSE -- Remove tag not understood by systemd v44
 Patch8: systemd-no-warning.patch
+# PATCH-OPENSUSE -- prefix is /usr/sbin and /usr/bin
+Patch9: plymouth-dracut-path.patch
 Patch10:0001-Some-greenish-openSUSE-colors.patch
 # PATCH-FIX-UPSTREAM -- Plymouth will check itself if it is already running 
(bnc#780976)
 Patch11:plymouth-remove-pid-file.patch
+Patch12:plymoith-sd-notforking.patch
+Patch13:ply-sdunitdir.patch
 BuildRequires:  automake
 BuildRequires:  kernel-headers
 BuildRequires:  libtool
@@ -60,6 +64,7 @@
 BuildRequires:  pkgconfig(libdrm_nouveau)
 BuildRequires:  pkgconfig(libdrm_radeon)
 BuildRequires:  pkgconfig(libkms)
+BuildRequires:  pkgconfig(systemd)
 Requires:   %{name}-branding
 Requires:   gnu-unifont-bitmap-fonts
 %ifarch %ix86 x86_64 ppc ppc64
@@ -137,6 +142,15 @@
 This package contains utilities that integrate with Plymouth
 including a boot log viewing application.
 
+%package dracut
+Summary:Plymouth related utilities for dracut
+Group:  System/Base
+Supplements:packageand(plymouth:dracut)
+Requires:   %{name} = %{version}
+
+%description dracut
+This package contains utilities that integrate dracut with Plymouth
+
 %package x11-renderer
 Summary:Plymouth X11 renderer
 Group:  System/Base
@@ -308,9 +322,11 @@
 %endif
 %patch7 -p1
 %patch8 -p1
+%patch9 -p0
 %patch10 -p1
 #patch11 -p1
-
+%patch12
+%patch13
 # replace builddate with patch0date
 sed -i s/__DATE__/\$(stat -c %y %{_sourcedir}/%{name}.changes)\/ src/main.c
 
@@ -334,14 +350,12 @@
--without-gdm-autostart-file  \
--with-release-file=/etc/os-release
 
-make %{?_smp_mflags}
+make %{?_smp_mflags} V=1
 
 %install
 
 %make_install
 rm -f %{buildroot}/%{_bindir}/rhgb-client
-rm -f %{buildroot}%{_prefix}/lib/plymouth/plymouth-generate-initrd
-rm -f %{buildroot}%{_prefix}/lib/plymouth/plymouth-populate-initrd
 
 #Link the plymouth 

commit pstoedit for openSUSE:Factory

2012-11-08 Thread h_root
Hello community,

here is the log from the commit of package pstoedit for openSUSE:Factory 
checked in at 2012-11-08 21:52:05

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


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

Changes:

--- /work/SRC/openSUSE:Factory/pstoedit/pstoedit.changes2012-06-01 
22:32:36.0 +0200
+++ /work/SRC/openSUSE:Factory/.pstoedit.new/pstoedit.changes   2012-11-08 
21:52:07.0 +0100
@@ -1,0 +2,10 @@
+Wed Nov  7 17:12:58 CET 2012 - sbra...@suse.cz
+
+- Update to version 3.61:
+  * fixed a bug in handling of -page option.
+  * improved support for 64-bit systems related to different
+version of ghostscript
+  * added some features for supporting the LaOS project
+(Laser Open Source Cutting, http://www.laoslaser.org/)
+
+---

Old:

  pstoedit-3.60.tar.bz2

New:

  pstoedit-3.61.tar.gz



Other differences:
--
++ pstoedit.spec ++
--- /var/tmp/diff_new_pack.HV5169/_old  2012-11-08 21:52:08.0 +0100
+++ /var/tmp/diff_new_pack.HV5169/_new  2012-11-08 21:52:08.0 +0100
@@ -33,11 +33,11 @@
 Summary:PostScript and PDF Converter
 License:GPL-2.0+
 Group:  Productivity/Publishing/PS
-Version:3.60
+Version:3.61
 Release:0
 Url:http://www.pstoedit.net/
-# URL for Source: 
https://sourceforge.net/projects/pstoedit/files/pstoedit/3.60/pstoedit-3.60.tar.gz/download
-Source: %{name}-%{version}.tar.bz2
+Source: %{name}-%{version}.tar.gz
+# PATCH-WORKAROUND-OPENSUSE pstoedit-3.50-plugin-close.patch bnc622977 
Redhat507035 sbra...@suse.cz -- Work-around crash in glibc and don't dlclose() 
in destructors.
 Patch1: pstoedit-3.50-plugin-close.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 

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



commit python-wxWidgets for openSUSE:Factory

2012-11-08 Thread h_root
Hello community,

here is the log from the commit of package python-wxWidgets for 
openSUSE:Factory checked in at 2012-11-08 21:52:16

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


Package is python-wxWidgets, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/python-wxWidgets/python-wxWidgets.changes
2012-04-12 09:51:08.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-wxWidgets.new/python-wxWidgets.changes   
2012-11-08 21:52:18.0 +0100
@@ -1,0 +2,5 @@
+Fri Oct 26 16:33:02 CEST 2012 - sbra...@suse.cz
+
+- Recommend lang package instead of Requires.
+
+---



Other differences:
--
++ python-wxWidgets.spec ++
--- /var/tmp/diff_new_pack.PKmoi4/_old  2012-11-08 21:52:20.0 +0100
+++ /var/tmp/diff_new_pack.PKmoi4/_new  2012-11-08 21:52:20.0 +0100
@@ -52,7 +52,7 @@
 # Third party packages name, never used in SUSE:
 Provides:   wxPython%{wx_version}-gtk2-unicode = %{version}
 # In fact it should be = %{version} but only version  2.9
-Requires:   python-wxWidgets-lang = %{version}
+Recommends: python-wxWidgets-lang = %{version}
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Patch5: wxPython-missing_return.patch
 Patch7: wxPython-abi.patch

++ pre_checkin.sh ++
--- /var/tmp/diff_new_pack.PKmoi4/_old  2012-11-08 21:52:20.0 +0100
+++ /var/tmp/diff_new_pack.PKmoi4/_new  2012-11-08 21:52:20.0 +0100
@@ -1,6 +1,5 @@
 #!/bin/sh
 
-for i in wxPython-*tar.bz2 ; do
-  case $i in *clean*) continue ;; esac
+for i in wxPython-src-*tar.bz2 ; do
   bash python-wxWidgets-extract-source $i
 done

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



commit rkward for openSUSE:Factory

2012-11-08 Thread h_root
Hello community,

here is the log from the commit of package rkward for openSUSE:Factory checked 
in at 2012-11-08 21:52:44

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


Package is rkward, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/rkward/rkward.changes2012-01-13 
11:00:31.0 +0100
+++ /work/SRC/openSUSE:Factory/.rkward.new/rkward.changes   2012-11-08 
21:52:47.0 +0100
@@ -1,0 +2,59 @@
+Fri Nov  2 21:34:18 UTC 2012 - detlef.ste...@gmx.de
+
+- aj asked for details why a user should update.
+- Note: I'm only the packager, not even using this software
+- myself. But if you ask: here is upstream's list of improvements:
+  New features and improvements
+Preview device windows will display some status information (most 
importantly, warnings or errors)
+Most plot plugins gain options to control margins and tick label 
orientation
+Added option for installing packages from source (implicitly enabled 
on Unixoid platforms)
+Omit comments on missing function calls in dialog code windows (e.g., 
if prepare() is unused, there's no ## Prepare in the output either)
+Output markup is now more XHTML compliant and easier to parse
+Also save cursor position, folding, etc. for scripts. Note: 
Implementation details may be subject to change.
+New function rk.list.labels() to retrieve column labels in a data.frame
+rk.get.label() will now return an empty string () instead of NULL, 
in case no label is assigned
+Do not offer to restore individual removed columns of a data.frame 
opened for editing
+combined all Wilcoxon/Mann-Whitney-tests in one plugin (from 
previously two separate plugins)
+Added polyserial/polychoric correlations to correlation matrix plugin
+Added more compression options to the Save objects as R code plugin
+Added MacPorts support, see README.MacPorts and bundle build script in 
the macports folder
+Added dynamically generated table-of-contents menu to output document
+Allow some markup inside text elements in plugins, and auto-add 
breaks only for duplicate newlines.
+Reorganized t-test plugin, and add support for single sample t-tests
+Box plot plugin gains more options for adding means
+Improve keypress handling issues in the R Console, when the cursor or 
a selection is outside the editable range
+Only install translations which are at least 80% complete (not 
counting strings in plugins, which are not yet translatable)
+When asking for workspace file to open, use appropriate file filter
+When configured to ask for workspace to open on startup, don't prompt 
to save, first
+Simplified the Sort Data plugin, and added a help page
+Added GUI support for inspecting the call stack during debugging
+The backend executable is no longer linked against KDE libraries
+Objects, which are not acceptable in a varslot, will still be shown, 
there, with a warning 
+Bugfixes
+Fixed: Entering 0 as propabilities (quantiles) vector in 
distribution plugins would cause error message
+Fixed: Wrong handling of carriage returns ('\r') in the console window
+Fixed: Spinboxes had wrong initial values
+Fixed: Changed configuration settings would not be saved for script 
editor
+Fixed: One character missing in R commands on lines longer than 4096 
characters
+Fixed: Next-button in wizards would remain enabled while settings 
are missing on a page
+Fixed: Dynamic pages in a wizard would cause a layout bug on the first 
page
+Fixed: Plot history and graphical menus broken in some cases with R 
2.15.0
+Fixed: If the rkward package was loaded in a plain R session, q() and 
quit() still work
+Fixed: Would not show output of system() commands to stderr on the 
console (on Unix-like systems)
+Fixed: Function argument hints for the second half of the parameter 
list would not be quoted, correctly
+Fixed: Failure to open workspaces with non-latin1 filenames from the 
command line
+Fixed: Saving / restoring workplace layout would fail when saving to 
directories with unusual characters
+Fixed: potential crash when clicking Select all updates in the 
package installation dialog
+Fixed: potential crash in object name completion under certain 
conditions
+Fixed: On Windows, detached windows would sometimes be positioned with 
the menubar outside the upper screen edge 
+  
+
+---
+Wed Oct 31 09:43:35 UTC 2012 - detlef.ste...@gmx.de
+
+- upstream release 0.6.0 
+- from a packager view nothing changed 

commit rpcbind for openSUSE:Factory

2012-11-08 Thread h_root
Hello community,

here is the log from the commit of package rpcbind for openSUSE:Factory checked 
in at 2012-11-08 21:52:51

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


Package is rpcbind, Maintainer is o...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/rpcbind/rpcbind.changes  2012-05-03 
11:00:24.0 +0200
+++ /work/SRC/openSUSE:Factory/.rpcbind.new/rpcbind.changes 2012-11-08 
21:52:53.0 +0100
@@ -1,0 +2,11 @@
+Thu Oct 25 21:29:15 UTC 2012 - crrodrig...@opensuse.org
+
+- Instead of using syslog, log to the journal 
+
+---
+Wed Oct 24 15:56:17 UTC 2012 - crrodrig...@opensuse.org
+
+- There should be no Requires on syslog as it is no longer
+  required for anything since the introduction of the journal. 
+
+---

New:

  rpcbind-journal.patch



Other differences:
--
++ rpcbind.spec ++
--- /var/tmp/diff_new_pack.0t1ReJ/_old  2012-11-08 21:52:54.0 +0100
+++ /var/tmp/diff_new_pack.0t1ReJ/_new  2012-11-08 21:52:54.0 +0100
@@ -38,10 +38,11 @@
 # hopefully soon we will have this autogenerated from rpm
 Provides:   sysvinit(portmap)
 Provides:   sysvinit(rpcbind)
-PreReq: %insserv_prereq %fillup_prereq /sbin/checkproc 
sysvinit(network) syslog
+PreReq: %insserv_prereq %fillup_prereq /sbin/checkproc 
sysvinit(network)
 Patch0: 0001-systemd-add-support-for-system-bus-activation.patch
 Patch1: socket-activation-don-t-unlink-socket-we-didn-t-create
 Patch2: socket-activation-fix-rpcbind-service-to-use-separate-sockets
+Patch3: rpcbind-journal.patch
 %define statefile /var/lib/portmap.state
 %if 0%{?suse_version}  1140
 BuildRequires:  systemd-devel
@@ -69,7 +70,7 @@
 %patch0 -p1
 %patch1 -p1
 %patch2 -p1
-
+%patch3
 %build
 autoreconf -fiv
 export  CFLAGS=$RPM_OPT_FLAGS -fpie

++ rpcbind-journal.patch ++
--- src/check_bound.c.orig
+++ src/check_bound.c
@@ -52,7 +52,6 @@ staticchar sccsid[] = @(#)check_bound.
 #include rpc/rpc.h
 #include stdio.h
 #include netconfig.h
-#include syslog.h
 #include string.h
 #include unistd.h
 #include stdlib.h
@@ -119,7 +118,7 @@ add_bndlist(struct netconfig *nconf, str
fdl = malloc(sizeof (struct fdlist));
if (fdl == NULL) {
freenetconfigent(newnconf);
-   syslog(LOG_ERR, no memory!);
+   rpcbind_syslog(LOG_ERR, no memory!);
return (-1);
}
fdl-nconf = newnconf;
@@ -179,7 +178,7 @@ mergeaddr(SVCXPRT *xprt, char *netid, ch
} else {
c_uaddr = taddr2uaddr(fdl-nconf, svc_getrpccaller(xprt));
if (c_uaddr == NULL) {
-   syslog(LOG_ERR, taddr2uaddr failed for %s,
+   rpcbind_syslog(LOG_ERR, taddr2uaddr failed for %s,
fdl-nconf-nc_netid);
return (NULL);
}
--- src/rpcb_svc.c.orig
+++ src/rpcb_svc.c
@@ -45,7 +45,6 @@
 #include rpc/rpc.h
 #include rpc/rpcb_prot.h
 #include netconfig.h
-#include syslog.h
 #include stdlib.h
 #include stdio.h
 #include string.h
--- src/rpcb_svc_4.c.orig
+++ src/rpcb_svc_4.c
@@ -48,7 +48,6 @@
 #include stdio.h
 #include unistd.h
 #include netconfig.h
-#include syslog.h
 #include string.h
 #include stdlib.h
 #include rpcbind.h
--- src/rpcb_svc_com.c.orig
+++ src/rpcb_svc_com.c
@@ -50,7 +50,6 @@
 #include rpc/svc_dg.h
 #include netconfig.h
 #include errno.h
-#include syslog.h
 #include unistd.h
 #include stdio.h
 #include time.h
@@ -520,7 +519,7 @@ create_rmtcall_fd(struct netconfig *ncon
}
rmt = malloc(sizeof (struct rmtcallfd_list));
if (rmt == NULL) {
-   syslog(LOG_ERR, create_rmtcall_fd: no memory!);
+   rpcbind_syslog(LOG_ERR, create_rmtcall_fd: no memory!);
return (-1);
}
rmt-xprt = xprt;
@@ -1433,7 +1432,7 @@ add_pmaplist(RPCB *arg)
 */
pml = malloc(sizeof (struct pmaplist));
if (pml == NULL) {
-   (void) syslog(LOG_ERR, rpcbind: no memory!\n);
+   (void) rpcbind_syslog(LOG_ERR, rpcbind: no memory!\n);
return (1);
}
pml-pml_map = pmap;
--- src/rpcbind.c.orig
+++ src/rpcbind.c
@@ -66,7 +66,6 @@
 #include netconfig.h
 #include stdlib.h
 #include unistd.h
-#include syslog.h
 #include err.h
 #include pwd.h
 #include string.h
@@ -169,7 +168,7 @@ main(int argc, char *argv[])
 
nc_handle = setnetconfig(); /* open netconfig file */
if (nc_handle == NULL) {
-   syslog(LOG_ERR, could not read 

commit rubygem-amq-protocol for openSUSE:Factory

2012-11-08 Thread h_root
Hello community,

here is the log from the commit of package rubygem-amq-protocol for 
openSUSE:Factory checked in at 2012-11-08 21:52:57

Comparing /work/SRC/openSUSE:Factory/rubygem-amq-protocol (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-amq-protocol.new (New)


Package is rubygem-amq-protocol, Maintainer is 

Changes:

New Changes file:

--- /dev/null   2012-10-22 00:44:18.403455820 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-amq-protocol.new/rubygem-amq-protocol.changes
   2012-11-08 21:52:58.0 +0100
@@ -0,0 +1,10 @@
+---
+Mon Sep 24 15:03:59 UTC 2012 - co...@suse.com
+
+- updated to version 0.9.5
+
+---
+Sun Jul 29 20:07:46 UTC 2012 - co...@suse.com
+
+- initial package
+

New:

  amq-protocol-0.9.5.gem
  rubygem-amq-protocol.changes
  rubygem-amq-protocol.spec



Other differences:
--
++ rubygem-amq-protocol.spec ++
#
# spec file for package rubygem-amq-protocol
#
# 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:   rubygem-amq-protocol
Version:0.9.5
Release:0
%define mod_name amq-protocol
%define mod_full_name %{mod_name}-%{version}

BuildRoot:  %{_tmppath}/%{name}-%{version}-build
BuildRequires:  ruby-macros = 1
Url:http://github.com/ruby-amqp/amq-protocol
Source: %{mod_full_name}.gem
Summary:AMQP 0.9.1 encoder  decoder
License:MIT
Group:  Development/Languages/Ruby

%description
amq-protocol is an AMQP 0.9.1 serialization library for Ruby. It is not an
AMQP client: amq-protocol only handles serialization and deserialization.
If you want to write your own AMQP client, this gem can help you with that.

%package doc
Summary:RDoc documentation for %{mod_name}
Group:  Development/Languages/Ruby
Requires:   %{name} = %{version}

%description doc
Documentation generated at gem installation time.
Usually in RDoc and RI formats.

%package testsuite
Summary:Test suite for %{mod_name}
Group:  Development/Languages/Ruby
Requires:   %{name} = %{version}

%description testsuite
Test::Unit or RSpec files, useful for developers.

%prep
#gem_unpack
#if you need patches, apply them here and replace the # with a % sign in the 
surrounding lines
#gem_build

%build

%install
%gem_install -f

%files
%defattr(-,root,root,-)
%{_libdir}/ruby/gems/%{rb_ver}/cache/%{mod_full_name}.gem
%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/
%exclude %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/spec
%{_libdir}/ruby/gems/%{rb_ver}/specifications/%{mod_full_name}.gemspec

%files doc
%defattr(-,root,root,-)
%doc %{_libdir}/ruby/gems/%{rb_ver}/doc/%{mod_full_name}/

%files testsuite
%defattr(-,root,root,-)
%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/spec

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



commit rubygem-faraday_middleware for openSUSE:Factory

2012-11-08 Thread h_root
Hello community,

here is the log from the commit of package rubygem-faraday_middleware for 
openSUSE:Factory checked in at 2012-11-08 21:53:04

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


Package is rubygem-faraday_middleware, Maintainer is 

Changes:

New Changes file:

--- /dev/null   2012-10-22 00:44:18.403455820 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-faraday_middleware.new/rubygem-faraday_middleware.changes
   2012-11-08 21:53:05.0 +0100
@@ -0,0 +1,10 @@
+---
+Mon Oct 29 08:05:47 UTC 2012 - co...@suse.com
+
+- updated to version 0.9.0
+
+---
+Tue Dec 20 17:34:09 UTC 2011 - flavio@site
+
+- Package version 0.7.0
+

New:

  faraday_middleware-0.9.0.gem
  rubygem-faraday_middleware.changes
  rubygem-faraday_middleware.spec



Other differences:
--
++ rubygem-faraday_middleware.spec ++
#
# spec file for package rubygem-faraday_middleware
#
# 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:   rubygem-faraday_middleware
Version:0.9.0
Release:0
%define mod_name faraday_middleware
%define mod_full_name %{mod_name}-%{version}

BuildRoot:  %{_tmppath}/%{name}-%{version}-build
BuildRequires:  ruby-macros = 1
Url:https://github.com/pengwynn/faraday_middleware
Source: %{mod_full_name}.gem
Summary:Various middleware for Faraday
License:MIT
Group:  Development/Languages/Ruby

%description
Various middleware for Faraday

%package doc
Summary:RDoc documentation for %{mod_name}
Group:  Development/Languages/Ruby
Requires:   %{name} = %{version}

%description doc
Documentation generated at gem installation time.
Usually in RDoc and RI formats.

%package testsuite
Summary:Test suite for %{mod_name}
Group:  Development/Languages/Ruby
Requires:   %{name} = %{version}

%description testsuite
Test::Unit or RSpec files, useful for developers.

%prep
#gem_unpack
#if you need patches, apply them here and replace the # with a % sign in the 
surrounding lines
#gem_build

%build

%install
%gem_install -f

%files
%defattr(-,root,root,-)
%{_libdir}/ruby/gems/%{rb_ver}/cache/%{mod_full_name}.gem
%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/
%exclude %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/spec
%{_libdir}/ruby/gems/%{rb_ver}/specifications/%{mod_full_name}.gemspec

%files doc
%defattr(-,root,root,-)
%doc %{_libdir}/ruby/gems/%{rb_ver}/doc/%{mod_full_name}/

%files testsuite
%defattr(-,root,root,-)
%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/spec

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



commit rubygem-http_parser.rb for openSUSE:Factory

2012-11-08 Thread h_root
Hello community,

here is the log from the commit of package rubygem-http_parser.rb for 
openSUSE:Factory checked in at 2012-11-08 21:53:09

Comparing /work/SRC/openSUSE:Factory/rubygem-http_parser.rb (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-http_parser.rb.new (New)


Package is rubygem-http_parser.rb, Maintainer is 

Changes:

New Changes file:

--- /dev/null   2012-10-22 00:44:18.403455820 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-http_parser.rb.new/rubygem-http_parser.rb.changes
   2012-11-08 21:53:10.0 +0100
@@ -0,0 +1,10 @@
+---
+Mon Nov  5 05:59:58 UTC 2012 - co...@suse.com
+
+- update to current gem2rpm template
+
+---
+Fri Jan  6 05:28:56 UTC 2012 - mrueck...@suse.de
+
+- initial package
+

New:

  http_parser.rb-0.5.3.gem
  rubygem-http_parser.rb.changes
  rubygem-http_parser.rb.spec



Other differences:
--
++ rubygem-http_parser.rb.spec ++
#
# spec file for package rubygem-http_parser.rb
#
# 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:   rubygem-http_parser.rb
Version:0.5.3
Release:0
%define mod_name http_parser.rb
%define mod_full_name %{mod_name}-%{version}

BuildRoot:  %{_tmppath}/%{name}-%{version}-build
BuildRequires:  ruby-macros = 1
Url:http://github.com/tmm1/http_parser.rb
Source: %{mod_full_name}.gem
Summary:Simple callback-based HTTP request/response parser
License:MIT
Group:  Development/Languages/Ruby

%description
Ruby bindings to http://github.com/ry/http-parser and
http://github.com/a2800276/http-parser.java

%package doc
Summary:RDoc documentation for %{mod_name}
Group:  Development/Languages/Ruby
Requires:   %{name} = %{version}

%description doc
Documentation generated at gem installation time.
Usually in RDoc and RI formats.

%package testsuite
Summary:Test suite for %{mod_name}
Group:  Development/Languages/Ruby
Requires:   %{name} = %{version}

%description testsuite
Test::Unit or RSpec files, useful for developers.

%prep
#gem_unpack
#if you need patches, apply them here and replace the # with a % sign in the 
surrounding lines
#gem_build

%build

%install
%gem_install -f
%gem_cleanup

%files
%defattr(-,root,root,-)
%{_libdir}/ruby/gems/%{rb_ver}/cache/%{mod_full_name}.gem
%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/
%exclude %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/spec
%{_libdir}/ruby/gems/%{rb_ver}/specifications/%{mod_full_name}.gemspec

%files doc
%defattr(-,root,root,-)
%doc %{_libdir}/ruby/gems/%{rb_ver}/doc/%{mod_full_name}/

%files testsuite
%defattr(-,root,root,-)
%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/spec

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



commit rubygem-sprockets for openSUSE:Factory

2012-11-08 Thread h_root
Hello community,

here is the log from the commit of package rubygem-sprockets for 
openSUSE:Factory checked in at 2012-11-08 21:53:15

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


Package is rubygem-sprockets, Maintainer is mrueck...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-sprockets/rubygem-sprockets.changes  
2012-10-19 22:58:48.0 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-sprockets.new/rubygem-sprockets.changes 
2012-11-08 21:53:19.0 +0100
@@ -1,0 +2,13 @@
+Thu Nov  1 07:19:06 UTC 2012 - co...@suse.com
+
+- updated to version 2.8.1
+ * Fixed Sass importer bug
+
+---
+Sun Oct 28 05:56:16 UTC 2012 - co...@suse.com
+
+- updated to version 2.8.0
+  * Allow manifest location to be seperated from output directory
+  * Pass logical path and absolute path to each_logical_path iterator
+
+---

Old:

  sprockets-2.7.0.gem

New:

  sprockets-2.8.1.gem



Other differences:
--
++ rubygem-sprockets.spec ++
--- /var/tmp/diff_new_pack.QssAoR/_old  2012-11-08 21:53:20.0 +0100
+++ /var/tmp/diff_new_pack.QssAoR/_new  2012-11-08 21:53:20.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   rubygem-sprockets
-Version:2.7.0
+Version:2.8.1
 Release:0
 %define mod_name sprockets
 %define mod_full_name %{mod_name}-%{version}

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



commit rubygem-webyast-kerberos for openSUSE:Factory

2012-11-08 Thread h_root
Hello community,

here is the log from the commit of package rubygem-webyast-kerberos for 
openSUSE:Factory checked in at 2012-11-08 21:53:19

Comparing /work/SRC/openSUSE:Factory/rubygem-webyast-kerberos (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-webyast-kerberos.new (New)


Package is rubygem-webyast-kerberos, Maintainer is r...@suse.com

Changes:

--- 
/work/SRC/openSUSE:Factory/rubygem-webyast-kerberos/rubygem-webyast-kerberos.changes
2012-10-12 14:25:56.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-webyast-kerberos.new/rubygem-webyast-kerberos.changes
   2012-11-08 21:53:20.0 +0100
@@ -1,0 +2,10 @@
+Thu Nov  1 09:08:55 UTC 2012 - lsle...@suse.cz
+
+- 0.3.6
+
+---
+Fri Oct 19 10:21:28 UTC 2012 - lsle...@suse.cz
+
+- fixed writing Kerberos configuration (bnc#784356)
+
+---

Old:

  webyast-kerberos-0.3.5.gem

New:

  webyast-kerberos-0.3.6.gem



Other differences:
--
++ rubygem-webyast-kerberos.spec ++
--- /var/tmp/diff_new_pack.tWqYBM/_old  2012-11-08 21:53:21.0 +0100
+++ /var/tmp/diff_new_pack.tWqYBM/_new  2012-11-08 21:53:21.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   rubygem-webyast-kerberos
-Version:0.3.5
+Version:0.3.6
 Release:0
 %define mod_name webyast-kerberos
 %define mod_full_name %{mod_name}-%{version}


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



commit rubygem-webyast-ldap for openSUSE:Factory

2012-11-08 Thread h_root
Hello community,

here is the log from the commit of package rubygem-webyast-ldap for 
openSUSE:Factory checked in at 2012-11-08 21:53:23

Comparing /work/SRC/openSUSE:Factory/rubygem-webyast-ldap (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-webyast-ldap.new (New)


Package is rubygem-webyast-ldap, Maintainer is r...@suse.com

Changes:

--- 
/work/SRC/openSUSE:Factory/rubygem-webyast-ldap/rubygem-webyast-ldap.changes
2012-10-12 14:26:00.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-webyast-ldap.new/rubygem-webyast-ldap.changes
   2012-11-08 21:53:24.0 +0100
@@ -1,0 +2,6 @@
+Thu Nov  1 09:12:15 UTC 2012 - lsle...@suse.cz
+
+- fixed writing LDAP configuration (bnc#784356)
+- 0.3.7
+
+---

Old:

  webyast-ldap-0.3.6.gem

New:

  webyast-ldap-0.3.7.gem



Other differences:
--
++ rubygem-webyast-ldap.spec ++
--- /var/tmp/diff_new_pack.bvwT2U/_old  2012-11-08 21:53:25.0 +0100
+++ /var/tmp/diff_new_pack.bvwT2U/_new  2012-11-08 21:53:25.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   rubygem-webyast-ldap
-Version:0.3.6
+Version:0.3.7
 Release:0
 %define mod_name webyast-ldap
 %define mod_full_name %{mod_name}-%{version}


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



commit rubygem-webyast-mailsetting for openSUSE:Factory

2012-11-08 Thread h_root
Hello community,

here is the log from the commit of package rubygem-webyast-mailsetting for 
openSUSE:Factory checked in at 2012-11-08 21:53:27

Comparing /work/SRC/openSUSE:Factory/rubygem-webyast-mailsetting (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-webyast-mailsetting.new (New)


Package is rubygem-webyast-mailsetting, Maintainer is r...@suse.com

Changes:

--- 
/work/SRC/openSUSE:Factory/rubygem-webyast-mailsetting/rubygem-webyast-mailsetting.changes
  2012-10-19 23:00:02.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-webyast-mailsetting.new/rubygem-webyast-mailsetting.changes
 2012-11-08 21:53:29.0 +0100
@@ -1,0 +2,11 @@
+Thu Nov  1 09:14:44 UTC 2012 - lsle...@suse.cz
+
+- 0.3.7
+
+---
+Wed Oct 17 11:42:33 UTC 2012 - lsle...@suse.cz
+
+- fixed mail password validation (the passwords never matched)
+  (bnc#784359)
+
+---

Old:

  webyast-mailsetting-0.3.6.gem

New:

  webyast-mailsetting-0.3.7.gem



Other differences:
--
++ rubygem-webyast-mailsetting.spec ++
--- /var/tmp/diff_new_pack.B4RGik/_old  2012-11-08 21:53:29.0 +0100
+++ /var/tmp/diff_new_pack.B4RGik/_new  2012-11-08 21:53:29.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   rubygem-webyast-mailsetting
-Version:0.3.6
+Version:0.3.7
 Release:0
 %define mod_name webyast-mailsetting
 %define mod_full_name %{mod_name}-%{version}


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



commit rubygem-webyast-roles for openSUSE:Factory

2012-11-08 Thread h_root
Hello community,

here is the log from the commit of package rubygem-webyast-roles for 
openSUSE:Factory checked in at 2012-11-08 21:53:33

Comparing /work/SRC/openSUSE:Factory/rubygem-webyast-roles (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-webyast-roles.new (New)


Package is rubygem-webyast-roles, Maintainer is r...@suse.com

Changes:

--- 
/work/SRC/openSUSE:Factory/rubygem-webyast-roles/rubygem-webyast-roles.changes  
2012-10-12 14:33:32.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-webyast-roles.new/rubygem-webyast-roles.changes
 2012-11-08 21:53:34.0 +0100
@@ -1,0 +2,11 @@
+Thu Nov  1 09:16:53 UTC 2012 - lsle...@suse.cz
+
+- 0.3.7
+
+---
+Fri Oct 26 11:58:50 UTC 2012 - lsle...@suse.cz
+
+- fixed validation message - dot (.) is allowed in a role name
+  (bnc#782513)
+
+---

Old:

  webyast-roles-0.3.6.gem

New:

  webyast-roles-0.3.7.gem



Other differences:
--
++ rubygem-webyast-roles.spec ++
--- /var/tmp/diff_new_pack.g8GI8M/_old  2012-11-08 21:53:35.0 +0100
+++ /var/tmp/diff_new_pack.g8GI8M/_new  2012-11-08 21:53:35.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   rubygem-webyast-roles
-Version:0.3.6
+Version:0.3.7
 Release:0
 %define mod_name webyast-roles
 %define mod_full_name %{mod_name}-%{version}




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



commit rubygem-webyast-services for openSUSE:Factory

2012-11-08 Thread h_root
Hello community,

here is the log from the commit of package rubygem-webyast-services for 
openSUSE:Factory checked in at 2012-11-08 21:53:38

Comparing /work/SRC/openSUSE:Factory/rubygem-webyast-services (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-webyast-services.new (New)


Package is rubygem-webyast-services, Maintainer is r...@suse.com

Changes:

--- 
/work/SRC/openSUSE:Factory/rubygem-webyast-services/rubygem-webyast-services.changes
2012-10-12 14:33:33.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-webyast-services.new/rubygem-webyast-services.changes
   2012-11-08 21:53:39.0 +0100
@@ -1,0 +2,6 @@
+Thu Nov  1 09:18:43 UTC 2012 - lsle...@suse.cz
+
+- testsuite cleanup
+- 0.3.6
+
+---

Old:

  webyast-services-0.3.4.gem

New:

  webyast-services-0.3.6.gem



Other differences:
--
++ rubygem-webyast-services.spec ++
--- /var/tmp/diff_new_pack.1jcrqZ/_old  2012-11-08 21:53:40.0 +0100
+++ /var/tmp/diff_new_pack.1jcrqZ/_new  2012-11-08 21:53:40.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   rubygem-webyast-services
-Version:0.3.4
+Version:0.3.6
 Release:0
 %define mod_name webyast-services
 %define mod_full_name %{mod_name}-%{version}


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



commit rubygem-webyast-status for openSUSE:Factory

2012-11-08 Thread h_root
Hello community,

here is the log from the commit of package rubygem-webyast-status for 
openSUSE:Factory checked in at 2012-11-08 21:53:41

Comparing /work/SRC/openSUSE:Factory/rubygem-webyast-status (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-webyast-status.new (New)


Package is rubygem-webyast-status, Maintainer is r...@suse.com

Changes:

--- 
/work/SRC/openSUSE:Factory/rubygem-webyast-status/rubygem-webyast-status.changes
2012-10-24 07:14:00.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-webyast-status.new/rubygem-webyast-status.changes
   2012-11-08 21:53:45.0 +0100
@@ -1,0 +2,6 @@
+Thu Nov  1 09:21:10 UTC 2012 - lsle...@suse.cz
+
+- fixed error handling
+- 0.3.9
+
+---

Old:

  webyast-status-0.3.8.gem

New:

  webyast-status-0.3.9.gem



Other differences:
--
++ rubygem-webyast-status.spec ++
--- /var/tmp/diff_new_pack.MO9SQR/_old  2012-11-08 21:53:46.0 +0100
+++ /var/tmp/diff_new_pack.MO9SQR/_new  2012-11-08 21:53:46.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   rubygem-webyast-status
-Version:0.3.8
+Version:0.3.9
 Release:0
 %define mod_name webyast-status
 %define mod_full_name %{mod_name}-%{version}



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



commit rubygem-webyast-terminal for openSUSE:Factory

2012-11-08 Thread h_root
Hello community,

here is the log from the commit of package rubygem-webyast-terminal for 
openSUSE:Factory checked in at 2012-11-08 21:53:45

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


Package is rubygem-webyast-terminal, Maintainer is r...@suse.com

Changes:

--- 
/work/SRC/openSUSE:Factory/rubygem-webyast-terminal/rubygem-webyast-terminal.changes
2012-10-24 17:29:22.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-webyast-terminal.new/rubygem-webyast-terminal.changes
   2012-11-08 21:53:46.0 +0100
@@ -1,0 +2,10 @@
+Thu Nov  1 09:23:54 UTC 2012 - lsle...@suse.cz
+
+- 0.3.10
+
+---
+Wed Oct 17 12:28:09 UTC 2012 - lsle...@suse.cz
+
+- added [Back] link (bnc#783556)
+
+---

Old:

  webyast-terminal-0.3.9.gem

New:

  webyast-terminal-0.3.10.gem



Other differences:
--
++ rubygem-webyast-terminal.spec ++
--- /var/tmp/diff_new_pack.enIbJs/_old  2012-11-08 21:53:47.0 +0100
+++ /var/tmp/diff_new_pack.enIbJs/_new  2012-11-08 21:53:47.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   rubygem-webyast-terminal
-Version:0.3.9
+Version:0.3.10
 Release:0
 %define mod_name webyast-terminal
 %define mod_full_name %{mod_name}-%{version}

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



commit rubygem-webyast-time for openSUSE:Factory

2012-11-08 Thread h_root
Hello community,

here is the log from the commit of package rubygem-webyast-time for 
openSUSE:Factory checked in at 2012-11-08 21:53:48

Comparing /work/SRC/openSUSE:Factory/rubygem-webyast-time (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-webyast-time.new (New)


Package is rubygem-webyast-time, Maintainer is r...@suse.com

Changes:

--- 
/work/SRC/openSUSE:Factory/rubygem-webyast-time/rubygem-webyast-time.changes
2012-09-25 11:05:44.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-webyast-time.new/rubygem-webyast-time.changes
   2012-11-08 21:53:50.0 +0100
@@ -1,0 +2,21 @@
+Thu Nov  1 09:25:09 UTC 2012 - lsle...@suse.cz
+
+- 0.3.7
+
+---
+Thu Oct 25 07:33:02 UTC 2012 - lsle...@suse.cz
+
+- properly display the current config (manual vs NTP) (bnc#782509)
+
+---
+Wed Oct 24 08:44:52 UTC 2012 - lsle...@suse.cz
+
+- allow using local time (no NTP) without changing it (bnc#599978)
+
+---
+Thu Oct  4 07:45:44 UTC 2012 - lsle...@suse.cz
+
+- removed DelayedJob dependency
+- 0.3.6
+
+---

Old:

  webyast-time-0.3.5.gem

New:

  webyast-time-0.3.7.gem



Other differences:
--
++ rubygem-webyast-time.spec ++
--- /var/tmp/diff_new_pack.LaZ1fE/_old  2012-11-08 21:53:50.0 +0100
+++ /var/tmp/diff_new_pack.LaZ1fE/_new  2012-11-08 21:53:50.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   rubygem-webyast-time
-Version:0.3.5
+Version:0.3.7
 Release:0
 %define mod_name webyast-time
 %define mod_full_name %{mod_name}-%{version}

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



commit SampleICC for openSUSE:Factory

2012-11-08 Thread h_root
Hello community,

here is the log from the commit of package SampleICC for openSUSE:Factory 
checked in at 2012-11-08 21:53:53

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


Package is SampleICC, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/SampleICC/SampleICC.changes  2012-05-10 
14:34:41.0 +0200
+++ /work/SRC/openSUSE:Factory/.SampleICC.new/SampleICC.changes 2012-11-08 
21:53:54.0 +0100
@@ -1,0 +2,5 @@
+Thu Nov  1 15:57:59 UTC 2012 - p.drou...@gmail.com
+
+- Remove unused files
+
+---

Old:

  SampleICC.dsc
  debian.changelog
  debian.control
  debian.postinst
  debian.prerm
  debian.rules



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



commit strongswan for openSUSE:Factory

2012-11-08 Thread h_root
Hello community,

here is the log from the commit of package strongswan for openSUSE:Factory 
checked in at 2012-11-08 21:54:04

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


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

Changes:

--- /work/SRC/openSUSE:Factory/strongswan/strongswan.changes2012-09-11 
09:20:15.0 +0200
+++ /work/SRC/openSUSE:Factory/.strongswan.new/strongswan.changes   
2012-11-08 21:54:07.0 +0100
@@ -1,0 +2,37 @@
+Wed Oct 31 15:25:16 UTC 2012 - m...@suse.de
+
+- Updated to strongSwan 5.0.1 release. Changes digest:
+  - Introduced the sending of the standard IETF Assessment Result
+PA-TNC attribute by all strongSwan Integrity Measurement Verifiers.
+  - Extended PTS Attestation IMC/IMV pair to provide full evidence of
+the Linux IMA measurement process. All pertinent file information
+of a Linux OS can be collected and stored in an SQL database.
+  - The PA-TNC and PB-TNC protocols can now process huge data payloads.
+  - The xauth-pam backend can authenticate IKEv1 XAuth and Hybrid
+authenticated clients against any PAM service.
+  - The new unity plugin brings support for some parts of the IKEv1
+Cisco Unity Extensions.
+  - The kernel-netlink plugin supports the new strongswan.conf option
+charon.install_virtual_ip_on.
+  - Job handling in controller_t was fixed, which occasionally caused
+crashes on ipsec up/down.
+  - Fixed transmission EAP-MSCHAPv2 user name if it contains a domain
+part.
+  Changes digest from strongSwan 5.0.0 version:
+  * The charon IKE daemon gained experimental support for the IKEv1
+protocol. Pluto has been removed from the 5.x series.
+  * The NetworkManager charon plugin of previous releases is now
+provided by a separate executable (charon-nm) and it should work
+again with NM 0.9.
+  * scepclient was updated and it now works fine with Windows Server
+2008 R2.
+  For full list of the changes, please read the NEWS file shipped
+  in the strongswan-doc package or online:
+  http://wiki.strongswan.org/projects/strongswan/wiki/Changelog50
+- Adopted spec file, enabled several plugins, e.g.: ccm, certexpire,
+  coupling, ctr, duplicheck, eap-dynamic, eap-peap, eap-tls, eap-tnc,
+  eap-ttls, gcm, nonce, radattr, tnc, tnccs, unity, xauth-eap and pam.
+- Changed to install strongswan.service with alias to ipsec.service
+  instead of the /etc/init.d/ipsec init script on openSUSE  12.2.
+
+---

Old:

  0001-openssl-Ensure-the-thread-ID-is-never-zero.patch
  strongswan-4.6.4-fmt-warnings.patch
  strongswan-4.6.4-rpmlintrc
  strongswan-4.6.4.tar.bz2
  strongswan-4.6.4.tar.bz2.sig

New:

  strongswan-5.0.1-rpmlintrc
  strongswan-5.0.1.tar.bz2
  strongswan-5.0.1.tar.bz2.sig
  strongswan_ipsec_service.patch



Other differences:
--
++ strongswan.spec ++
--- /var/tmp/diff_new_pack.LCpsll/_old  2012-11-08 21:54:08.0 +0100
+++ /var/tmp/diff_new_pack.LCpsll/_new  2012-11-08 21:54:08.0 +0100
@@ -17,23 +17,40 @@
 
 
 Name:   strongswan
-Version:4.6.4
+Version:5.0.1
 Release:0
 %define upstream_version   %{version}
 %define strongswan_docdir  %{_docdir}/%{name}
 %define strongswan_libdir  %{_libdir}/ipsec
 %define strongswan_plugins %{strongswan_libdir}/plugins
-%definewith_mysql  1
-%definewith_sqlite 0%{suse_version} = 1110
-%definewith_gcrypt 0%{suse_version} = 1110
-%definewith_nm 0%{suse_version} = 1110
-%definewith_tests  0
+%if 0
+%bcond_without  tests
+%else
+%bcond_with tests
+%endif
+%if 1
+%bcond_without  mysql
+%else
+%bcond_with mysql
+%endif
+%if 0%{suse_version} = 1110
+%bcond_without  sqlite
+%bcond_without  gcrypt
+%bcond_without  nm
+%else
+%bcond_with sqlite
+%bcond_with gcrypt
+%bcond_with nm
+%endif
+%if 0%{suse_version}  1220
+%bcond_without  systemd
+%else
+%bcond_with systemd
+%endif
 Summary:OpenSource IPsec-based VPN Solution
 License:GPL-2.0+
 Group:  Productivity/Networking/Security
 Url:http://www.strongswan.org/
-Requires:   strongswan-ikev1 = %{version}
-Requires:   strongswan-ikev2 = %{version}
 Requires:   strongswan-ipsec = %{version}
 Source0:
http://download.strongswan.org/strongswan-%{upstream_version}.tar.bz2
 Source1:
http://download.strongswan.org/strongswan-%{upstream_version}.tar.bz2.sig
@@ -41,8 +58,7 @@
 Source3:%{name}-%{version}-rpmlintrc
 Source4:README.SUSE
 Patch1: 

commit taglib for openSUSE:Factory

2012-11-08 Thread h_root
Hello community,

here is the log from the commit of package taglib for openSUSE:Factory checked 
in at 2012-11-08 21:54:10

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


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

Changes:

--- /work/SRC/openSUSE:Factory/taglib/taglib.changes2012-09-23 
08:46:23.0 +0200
+++ /work/SRC/openSUSE:Factory/.taglib.new/taglib.changes   2012-11-08 
21:54:13.0 +0100
@@ -1,0 +2,6 @@
+Thu Nov  8 04:49:38 UTC 2012 - klaussfre...@gmail.com
+
+- Add patch taglib-1.8-version_fix.patch: fix version defines
+  in taglib.h
+
+---

New:

  taglib-1.8-version_fix.patch



Other differences:
--
++ taglib.spec ++
--- /var/tmp/diff_new_pack.MyNzRN/_old  2012-11-08 21:54:13.0 +0100
+++ /var/tmp/diff_new_pack.MyNzRN/_new  2012-11-08 21:54:13.0 +0100
@@ -28,6 +28,8 @@
 Source100:  baselibs.conf
 Patch0: taglib-1.6-ds-rusxmms.patch
 Patch1: taglib-1.7.2-doxygen.patch
+# PATCH-FIX-UPSTREAM taglib-1.8-version_fix.patch - fix version defines in 
taglib.h
+Patch2: taglib-1.8-version_fix.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  cmake
 BuildRequires:  doxygen
@@ -97,6 +99,7 @@
 %setup -q
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
 
 %build
 mkdir build

++ taglib-1.8-version_fix.patch ++
diff -ur taglib-1.8/taglib/toolkit/taglib.h 
taglib-1.8.nu/taglib/toolkit/taglib.h
--- taglib-1.8/taglib/toolkit/taglib.h  2012-09-06 15:03:15.0 -0300
+++ taglib-1.8.nu/taglib/toolkit/taglib.h   2012-11-08 01:47:51.08809 
-0300
@@ -27,7 +27,7 @@
 #define TAGLIB_H
 
 #define TAGLIB_MAJOR_VERSION 1
-#define TAGLIB_MINOR_VERSION 7
+#define TAGLIB_MINOR_VERSION 8
 #define TAGLIB_PATCH_VERSION 0
 
 #if defined(__GNUC__)  (__GNUC__  4 || (__GNUC__ == 4  __GNUC_MINOR__  
1))
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit telepathy-logger for openSUSE:Factory

2012-11-08 Thread h_root
Hello community,

here is the log from the commit of package telepathy-logger for 
openSUSE:Factory checked in at 2012-11-08 21:54:14

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


Package is telepathy-logger, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/telepathy-logger/telepathy-logger.changes
2012-04-12 09:54:00.0 +0200
+++ /work/SRC/openSUSE:Factory/.telepathy-logger.new/telepathy-logger.changes   
2012-11-08 21:54:16.0 +0100
@@ -1,0 +2,12 @@
+Wed Oct 31 19:31:26 UTC 2012 - dims...@opensuse.org
+
+- Update to version 0.6.0:
+  + Multiple introspection problems have been fixed (fdo#50361).
+  + Streamed Media channel support has been removed.
+  + telepathy-glib 0.19.2 is now required and deprecated
+telepathy-glib usage has been removed.
+- Rename libtpl-extensions2 to libtpl-extensions3 and
+  libtpl-logger2 to libtpl-logger3, following upstreams soname
+  bumps.
+
+---

Old:

  telepathy-logger-0.4.0.tar.bz2

New:

  telepathy-logger-0.6.0.tar.bz2



Other differences:
--
++ telepathy-logger.spec ++
--- /var/tmp/diff_new_pack.VRwx6S/_old  2012-11-08 21:54:17.0 +0100
+++ /var/tmp/diff_new_pack.VRwx6S/_new  2012-11-08 21:54:17.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   telepathy-logger
-Version:0.4.0
+Version:0.6.0
 Release:0
 Summary:Centralized Logging for the Telepathy Framework
 License:LGPL-2.1+
@@ -32,7 +32,7 @@
 BuildRequires:  pkgconfig(glib-2.0) = 2.25.1
 BuildRequires:  pkgconfig(libxml-2.0)
 BuildRequires:  pkgconfig(sqlite3)
-BuildRequires:  pkgconfig(telepathy-glib) = 0.15.6
+BuildRequires:  pkgconfig(telepathy-glib) = 0.19.2
 %glib2_gsettings_schema_requires
 
 %description
@@ -48,8 +48,8 @@
 %package devel
 Summary:Centralized Logging for the Telepathy Framework - Development 
Files
 Group:  Development/Languages/C and C++
-Requires:   libtelepathy-logger2 = %{version}
-Requires:   libtpl-extensions2 = %{version}
+Requires:   libtelepathy-logger3 = %{version}
+Requires:   libtpl-extensions3 = %{version}
 Requires:   typelib-1_0-TelepathyLogger-0_2 = %{version}
 
 %description devel
@@ -62,11 +62,11 @@
 a GLib-compatible client API for making bulk log requests (e.g. for display
 logs in applications without having to provide lots of information over D-Bus).
 
-%package -n libtelepathy-logger2
+%package -n libtelepathy-logger3
 Summary:Centralized Logging for the Telepathy Framework - Shared 
Library
 Group:  System/Libraries
 
-%description -n libtelepathy-logger2
+%description -n libtelepathy-logger3
 tp-logger is a headless Observer client that logs information received by the
 Telepathy framework. It features pluggable backends to log different sorts of
 messages, in different formats.
@@ -92,11 +92,11 @@
 
 This package provides the GObject Introspection bindings for Telepathy Logger.
 
-%package -n libtpl-extensions2
+%package -n libtpl-extensions3
 Summary:Centralized Logging for the Telepathy Framework Extensions - 
Shared Library
 Group:  System/Libraries
 
-%description -n libtpl-extensions2
+%description -n libtpl-extensions3
 tp-logger is a headless Observer client that logs information received by the
 Telepathy framework. It features pluggable backends to log different sorts of
 messages, in different formats.
@@ -125,13 +125,13 @@
 %postun
 %glib2_gsettings_schema_postun
 
-%post -n libtelepathy-logger2 -p /sbin/ldconfig
+%post -n libtelepathy-logger3 -p /sbin/ldconfig
 
-%postun -n libtelepathy-logger2 -p /sbin/ldconfig
+%postun -n libtelepathy-logger3 -p /sbin/ldconfig
 
-%post -n libtpl-extensions2 -p /sbin/ldconfig
+%post -n libtpl-extensions3 -p /sbin/ldconfig
 
-%postun -n libtpl-extensions2 -p /sbin/ldconfig
+%postun -n libtpl-extensions3 -p /sbin/ldconfig
 
 %files
 %defattr(-, root, root)
@@ -143,7 +143,7 @@
 %dir %{_datadir}/telepathy/clients
 %{_datadir}/telepathy/clients/Logger.client
 
-%files -n libtelepathy-logger2
+%files -n libtelepathy-logger3
 %defattr(-, root, root)
 %{_libdir}/libtelepathy-logger.so.*
 
@@ -151,7 +151,7 @@
 %defattr(-,root,root)
 %{_libdir}/girepository-1.0/TelepathyLogger-0.2.typelib
 
-%files -n libtpl-extensions2
+%files -n libtpl-extensions3
 %defattr(-, root, root)
 %{_libdir}/libtpl-extensions.so.*
 

++ telepathy-logger-0.4.0.tar.bz2 - telepathy-logger-0.6.0.tar.bz2 ++
 11007 lines of diff (skipped)

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



commit units for openSUSE:Factory

2012-11-08 Thread h_root
Hello community,

here is the log from the commit of package units for openSUSE:Factory checked 
in at 2012-11-08 21:54:19

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


Package is units, Maintainer is pgaj...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/units/units.changes  2012-08-07 
21:52:01.0 +0200
+++ /work/SRC/openSUSE:Factory/.units.new/units.changes 2012-11-08 
21:54:20.0 +0100
@@ -1,0 +2,11 @@
+Thu Nov  1 08:26:21 UTC 2012 - pgaj...@suse.com
+
+- updated to version 2.01:
+* Fixed error in electronmass
+* New definition for au
+* Fixed DESTDIR support for installation
+* Changed configure script for success with Solaris
+* Small changes to manual
+- removed build.patch
+
+---

Old:

  units-2.00.tar.gz
  units-build.patch

New:

  units-2.01.tar.gz



Other differences:
--
++ units.spec ++
--- /var/tmp/diff_new_pack.Ywy3jG/_old  2012-11-08 21:54:21.0 +0100
+++ /var/tmp/diff_new_pack.Ywy3jG/_new  2012-11-08 21:54:21.0 +0100
@@ -20,13 +20,12 @@
 Url:http://www.gnu.org/software/units/
 BuildRequires:  bison
 BuildRequires:  readline-devel
-Version:2.00
+Version:2.01
 Release:0
 Summary:Units Conversion Utility
 License:LGPL-2.1+
 Group:  Productivity/Scientific/Physics
 Source: units-%{version}.tar.gz
-Patch0: units-build.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -45,7 +44,6 @@
 
 %prep
 %setup
-%patch0 -p1
 
 %build
 %configure

++ units-2.00.tar.gz - units-2.01.tar.gz ++
 4191 lines of diff (skipped)

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



commit urfkill for openSUSE:Factory

2012-11-08 Thread h_root
Hello community,

here is the log from the commit of package urfkill for openSUSE:Factory checked 
in at 2012-11-08 21:54:24

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


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

Changes:

--- /work/SRC/openSUSE:Factory/urfkill/urfkill.changes  2012-06-10 
23:04:58.0 +0200
+++ /work/SRC/openSUSE:Factory/.urfkill.new/urfkill.changes 2012-11-08 
21:54:26.0 +0100
@@ -1,0 +2,6 @@
+Tue Nov  6 02:29:36 UTC 2012 - g...@suse.com
+
+- Amend the %pre script
+- Specify the required glib2 version
+
+---



Other differences:
--
++ urfkill.spec ++
--- /var/tmp/diff_new_pack.KjCBWs/_old  2012-11-08 21:54:27.0 +0100
+++ /var/tmp/diff_new_pack.KjCBWs/_new  2012-11-08 21:54:27.0 +0100
@@ -27,7 +27,7 @@
 Patch0: urfkill-change-default-user.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  gettext
-BuildRequires:  glib2-devel
+BuildRequires:  glib2-devel = 2.30.1
 BuildRequires:  gobject-introspection-devel
 BuildRequires:  gtk-doc
 BuildRequires:  intltool
@@ -98,10 +98,8 @@
 rm -rf %{buildroot}
 
 %pre
-/usr/sbin/groupadd -r urfkill 2 /dev/null || :
-/usr/sbin/useradd -r -o -g urfkill -s /bin/false \
--c killswitch control daemon -d /var/lib/urfkill urfkill 2 /dev/null || :
-/usr/sbin/usermod -g urfkill -G urfkill -s /bin/false urfkill 2 /dev/null
+getent group urfkill /dev/null || groupadd -r urfkill
+getent passwd urfkill /dev/null || useradd -r -g urfkill -d /var/lib/urfkill 
-s /bin/false -c killswitch control daemon urfkill
 
 %post -p /sbin/ldconfig
 


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



commit vim-plugins for openSUSE:Factory

2012-11-08 Thread h_root
Hello community,

here is the log from the commit of package vim-plugins for openSUSE:Factory 
checked in at 2012-11-08 21:54:29

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


Package is vim-plugins, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/vim-plugins/vim-plugins.changes  2012-11-06 
16:25:10.0 +0100
+++ /work/SRC/openSUSE:Factory/.vim-plugins.new/vim-plugins.changes 
2012-11-08 21:54:31.0 +0100
@@ -1,0 +2,7 @@
+Wed Nov  7 11:05:04 UTC 2012 - pu...@suse.com
+
+- Update quilt plugin to 0.9.7
+  - fix problem with line history
+- drop quilt-plugin-fix-autocmds.patch
+
+---

Old:

  quilt-plugin-fix-autocmds.patch
  vimplugin-quilt-0.9.6.tar.bz2

New:

  vimplugin-quilt-0.9.7.tar.bz2



Other differences:
--
++ vim-plugins.spec ++
--- /var/tmp/diff_new_pack.wg9AA3/_old  2012-11-08 21:54:32.0 +0100
+++ /var/tmp/diff_new_pack.wg9AA3/_new  2012-11-08 21:54:32.0 +0100
@@ -41,7 +41,7 @@
 %defineutl_version 2.0
 %definezoomwin_version 24
 %definelatex_version   20120125
-%definequilt_version   0.9.6
+%definequilt_version   0.9.7
 %definevimwiki_version 1.1.1
 %definegnupg_version   3026
 %definegitdiff_version 2
@@ -88,7 +88,6 @@
 Source31:   vimplugin-rails-%{rails_version}.tar.bz2
 Source100:  spec.snippets
 Patch1: locateopen-1.3-locate-support.patch
-Patch2: quilt-plugin-fix-autocmds.patch
 BuildRequires:  vim
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
@@ -541,11 +540,6 @@
 %patch1
 popd
 
-#  patch quilt ---
-pushd vimplugin-quilt-%quilt_version
-%patch2
-popd
-
 %build
 
 %install

++ vimplugin-quilt-0.9.6.tar.bz2 - vimplugin-quilt-0.9.7.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/vimplugin-quilt-0.9.6/doc/quilt.txt 
new/vimplugin-quilt-0.9.7/doc/quilt.txt
--- old/vimplugin-quilt-0.9.6/doc/quilt.txt 2007-09-24 05:58:25.0 
+0200
+++ new/vimplugin-quilt-0.9.7/doc/quilt.txt 2012-11-06 14:07:35.0 
+0100
@@ -641,6 +641,11 @@
 0.9.6 [2007/09/24]
 
 * Fixed files handling in patches/ directory (thanks to Jordan Crouse) 
+
+
+0.9.7 [2012/11/05]
+
+* Fixed viminfo ' filemark issue (thanks to Petr Uzel)
 
 
 ---
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/vimplugin-quilt-0.9.6/plugin/quilt.vim 
new/vimplugin-quilt-0.9.7/plugin/quilt.vim
--- old/vimplugin-quilt-0.9.6/plugin/quilt.vim  2007-09-24 05:56:31.0 
+0200
+++ new/vimplugin-quilt-0.9.7/plugin/quilt.vim  2012-11-05 12:16:22.0 
+0100
@@ -1,8 +1,8 @@
 --
  This plugin enables easy integration with quilt, to push/pop/refresh patch   
   
- Author: Florian Delizy florian.del...@unfreeze.net 
- Maintainer: Florian Delizy florian.del...@unfreeze.net 
+ Author: Florian Delizy florian.del...@gmail.com 
+ Maintainer: Florian Delizy florian.del...@gmail.com 
   
  Install: 
  uncompress in your .vim/ directory, then :helptag ~/.vim/doc to get the help 
@@ -20,7 +20,8 @@
 --
   
  TODO:
-  
+ ( if you see anything you'd like to be done, or need something else, 
mail/patch me :) 
+
  * an interface showing the current patch on the bottom   
- allow fold/unfold to see what files are included 
  * auto add the currently modified file   
@@ -31,6 +32,10 @@
  * quilt merge, import ... and stuffs (is somebody using it ??)   
 
 
+if exists(g:skip_loading_quiltplugin)  g:skip_loading_quiltplugin
+finish

commit virtualbox for openSUSE:Factory

2012-11-08 Thread h_root
Hello community,

here is the log from the commit of package virtualbox for openSUSE:Factory 
checked in at 2012-11-08 21:54:34

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


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

Changes:

--- /work/SRC/openSUSE:Factory/virtualbox/virtualbox.changes2012-10-26 
00:23:33.0 +0200
+++ /work/SRC/openSUSE:Factory/.virtualbox.new/virtualbox.changes   
2012-11-08 21:54:37.0 +0100
@@ -1,0 +2,15 @@
+Sat Nov  3 08:16:40 UTC 2012 - mse...@gmail.com
+
+- updated to virtualbox 4.2.4
+* GUI: fixed validation warning on global settings / proxy page (4.2.2 
regression, bug #11089)
+* GUI: fixed crash with multiple guest screens on certain conditions (OS X 
hosts only)
+* VBoxBalloonCtrl: fixed command line argument handling of ballooning module
+* VRDP: fixed occasional crash during a video playback in the guest (bug 
#11082)
+* BIOS: fixed broken DMI information (4.2 regression)
+* BIOS: workaround for booting from Windows 2000 floppy disks
+* EFI: fixed video mode selection loss on VM reboot (#10983)
+* Parallel: fixed parallel port printing failure/ paper queue empty error 
(Windows hosts only)
+* NAT: fixed crash on alias-less DNS responses when host-resolver is used
+* Storage: fixed hang under rare circumstances 
+
+---

Old:

  VirtualBox-4.2.2-patched.tar.bz2
  vbox-drop-fa-IR-translation.diff
  virtualbox-4.2.2-UserManual.pdf

New:

  VirtualBox-4.2.4-patched.tar.bz2
  virtualbox-4.2.4-UserManual.pdf



Other differences:
--
++ virtualbox.spec ++
--- /var/tmp/diff_new_pack.qaYFtk/_old  2012-11-08 21:54:39.0 +0100
+++ /var/tmp/diff_new_pack.qaYFtk/_new  2012-11-08 21:54:39.0 +0100
@@ -82,7 +82,7 @@
 %endif
 #
 ExclusiveArch:  %ix86 x86_64
-Version:4.2.2
+Version:4.2.4
 Release:0
 Summary:VirtualBox is an Emulator
 License:GPL-2.0+
@@ -122,8 +122,6 @@
 Patch6: vbox-smc-napa.diff
 #fix build of Python and dev package on openSUSE 11.3
 Patch8: vbox-python-detection.diff
-#fix build, fa_IR translation was removed
-Patch9: vbox-drop-fa-IR-translation.diff
 #PATCH-FIX-OPENSUSE implement messagebox (VBoxPermissionMessage app), which is 
displayed, when user
 #try to start VirtualBox and is not memeber of vboxusers group
 Patch99:vbox-permissions_warning.diff
@@ -251,7 +249,6 @@
 %patch4 -p1
 %patch6 -p1
 %patch8 -p1
-%patch9 -p1
 %patch99 -p1
 %patch100 
 %patch101

++ VirtualBox-4.2.2-patched.tar.bz2 - VirtualBox-4.2.4-patched.tar.bz2 
++
/work/SRC/openSUSE:Factory/virtualbox/VirtualBox-4.2.2-patched.tar.bz2 
/work/SRC/openSUSE:Factory/.virtualbox.new/VirtualBox-4.2.4-patched.tar.bz2 
differ: char 11, line 1

++ vbox-vboxdrv-init-script.diff ++
--- /var/tmp/diff_new_pack.qaYFtk/_old  2012-11-08 21:54:39.0 +0100
+++ /var/tmp/diff_new_pack.qaYFtk/_new  2012-11-08 21:54:39.0 +0100
@@ -2,9 +2,7 @@
 ===
 --- src/VBox/Installer/linux/vboxdrv.sh.in.orig
 +++ src/VBox/Installer/linux/vboxdrv.sh.in
-@@ -17,15 +17,16 @@
- # chkconfig: 35 20 80
- # description: VirtualBox Linux kernel module
+@@ -19,11 +19,12 @@
  #
  ### BEGIN INIT INFO
  # Provides:   vboxdrv
@@ -15,16 +13,13 @@
 +# Required-Stop:  $syslog $remote_fs
 +# Default-Start:  2 3 5
  # Default-Stop:   0 1 6
- # Short-Description: VirtualBox Linux kernel module
+-# Short-Description: VirtualBox Linux kernel module
++# Short-Description: VirtualBox Linux module
 +# Description: VirtualBox Linux kernel module
  ### END INIT INFO
  
  PATH=/sbin:/bin:/usr/sbin:/usr/bin:$PATH
- DEVICE=/dev/vboxdrv
- LOG=/var/log/vbox-install.log
-@@ -191,17 +192,10 @@ start()
- rmmod vboxdrv 2/dev/null
- failure Cannot create device $DEVICE with major $MAJOR and minor 
$MINOR
+@@ -193,13 +194,6 @@ start()
  fi
  fi
  # ensure permissions
@@ -38,18 +33,17 @@
  if ! $MODPROBE vboxnetflt  /dev/null 21; then
  failure modprobe vboxnetflt failed. Please use 'dmesg' to find out 
why
  fi
- if ! $MODPROBE vboxnetadp  /dev/null 21; then
- failure modprobe vboxnetadp failed. Please use 'dmesg' to find out 
why
-@@ -295,66 +289,12 @@ stop_vms()
- }
- 
+@@ -297,70 +291,8 @@ stop_vms()
  # setup_script
  setup()
  {
 -stop
--begin_msg Uninstalling old VirtualBox DKMS kernel modules
--$DODKMS uninstall vboxhost vboxdrv vboxnetflt vboxnetadp  $LOG
--succ_msg
+-DKMS=`which dkms 2/dev/null`
+-if [ -n $DKMS ]; then
+-  begin_msg Uninstalling old VirtualBox DKMS kernel 

commit vte2 for openSUSE:Factory

2012-11-08 Thread h_root
Hello community,

here is the log from the commit of package vte2 for openSUSE:Factory checked in 
at 2012-11-08 21:54:41

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


Package is vte2, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/vte2/vte2.changes2012-07-30 
09:48:10.0 +0200
+++ /work/SRC/openSUSE:Factory/.vte2.new/vte2.changes   2012-11-08 
21:54:43.0 +0100
@@ -1,0 +2,5 @@
+Tue Nov  6 12:51:13 UTC 2012 - dims...@opensuse.org
+
+- Fix typo in tag line of vte-CVE-2012-2738.patch.
+
+---



Other differences:
--
++ vte2.spec ++
--- /var/tmp/diff_new_pack.LRnhbF/_old  2012-11-08 21:54:44.0 +0100
+++ /var/tmp/diff_new_pack.LRnhbF/_new  2012-11-08 21:54:44.0 +0100
@@ -33,7 +33,7 @@
 Source: 
http://download.gnome.org/sources/vte/0.28/%{_name}-%{version}.tar.bz2
 # PATCH-FIX-UPSTREAM vte-keymaps.patch bnc#754350 bgo#663779 
dims...@opensuse.org -- keymap: Treat ALT as META. Patch from tracker, comment 
38. So far the likeliest candidate to be merged.
 Patch0: vte-keymaps.patch
-# PATCH-FIX-UPTREAM vte-CVE-2012-2738.patch bnc#772761 bgo#676090 
CVE-2012-2738 vu...@opensuse.org -- malicious escape sequences can cause denial 
of service, taken from git
+# PATCH-FIX-UPSTREAM vte-CVE-2012-2738.patch bnc#772761 bgo#676090 
CVE-2012-2738 vu...@opensuse.org -- malicious escape sequences can cause denial 
of service, taken from git
 Patch1: vte-CVE-2012-2738.patch
 BuildRequires:  fdupes
 BuildRequires:  gobject-introspection-devel

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



commit webyast-base for openSUSE:Factory

2012-11-08 Thread h_root
Hello community,

here is the log from the commit of package webyast-base for openSUSE:Factory 
checked in at 2012-11-08 21:54:45

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


Package is webyast-base, Maintainer is r...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/webyast-base/webyast-base.changes
2012-10-16 12:12:03.0 +0200
+++ /work/SRC/openSUSE:Factory/.webyast-base.new/webyast-base.changes   
2012-11-08 21:54:47.0 +0100
@@ -1,0 +2,40 @@
+Thu Nov  1 06:35:07 UTC 2012 - lsle...@suse.cz
+
+- 0.3.28
+
+---
+Mon Oct 29 13:47:08 UTC 2012 - lsle...@suse.cz
+
+- added datepicker translations (bnc#603641)
+
+---
+Mon Oct 29 09:13:12 UTC 2012 - lsle...@suse.cz
+
+- added support for main_hidden option in shortcuts.yml files
+  to allow hiding control panel items by default (bnc#604628)
+
+---
+Fri Oct 26 13:45:30 UTC 2012 - lsle...@suse.cz
+
+- page header - fixed layout problem when there is small space
+  (bnc#783892)
+
+---
+Wed Oct 24 10:56:00 UTC 2012 - lsle...@suse.cz
+
+- display log file path when an error occurs (bnc#784017)
+
+---
+Wed Oct 17 12:39:16 UTC 2012 - lsle...@suse.cz
+
+- display [Back] link in the network module (fixed base_setup_links
+  helper) (bnc#783556)
+- use syslog for logging security critical actions (user login and
+  logout) (bnc#782808)
+
+---
+Wed Oct 17 08:55:41 UTC 2012 - lsle...@suse.cz
+
+- do not log registration code to the webyast log (bnc#784486)
+
+---



Other differences:
--
++ webyast-base.spec ++
--- /var/tmp/diff_new_pack.I7A6kK/_old  2012-11-08 21:54:48.0 +0100
+++ /var/tmp/diff_new_pack.I7A6kK/_new  2012-11-08 21:54:48.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   webyast-base
-Version:0.3.27
+Version:0.3.28
 Release:0
 Provides:   yast2-webservice = %{version}
 Obsoletes:  yast2-webservice  %{version}


++ rcwebyast ++
--- /var/tmp/diff_new_pack.I7A6kK/_old  2012-11-08 21:54:48.0 +0100
+++ /var/tmp/diff_new_pack.I7A6kK/_new  2012-11-08 21:54:48.0 +0100
@@ -177,9 +177,10 @@
 
 case $1 in
 start)
+echo -n Starting WebYaST 
 if [ ! -e  $COMBINEDCERTFILE ]
 then
-echo No certificate found. Creating one now.
+echo \nNo WebYaST certificate found, creating one now...
 LOG_FILE=/var/log/webyast/check-create-certificate.log
 if ! /usr/sbin/check-create-certificate -c -C $CERTIFICATEFILE -K 
$CERTKEYFILE -B $COMBINEDCERTFILE -D webyast -O WebYaST -U WebYaST  $LOG_FILE 
21
 then
@@ -189,11 +190,9 @@
 rc_exit
 fi
 chown nginx:nginx $CERTIFICATEFILE $CERTKEYFILE $COMBINEDCERTFILE
-   echo -n Created certificate: 
+   echo -n WebYaST certificate: 
openssl x509 -in $CERTIFICATEFILE -fingerprint -noout
 fi
-
-   echo -n Starting webyast 
 # refresh the Gemfile.lock content before starting the server
 # (outdated file can cause problems after upgrading needed rubygems)
rm -f $GEMFILE_LOCK

++ www.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/www/Gemfile new/www/Gemfile
--- old/www/Gemfile 2012-10-12 12:59:54.0 +0200
+++ new/www/Gemfile 2012-11-01 07:33:28.0 +0100
@@ -71,7 +71,7 @@
   # needed for rake gettext:find
   gem 'ruby_parser'
 
-  gem ruby-debug
+  #gem ruby-debug
 end
 end
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/www/app/assets/javascripts/base/webyast-controlpanel.js 
new/www/app/assets/javascripts/base/webyast-controlpanel.js
--- old/www/app/assets/javascripts/base/webyast-controlpanel.js 2012-08-09 
14:03:56.0 +0200
+++ new/www/app/assets/javascripts/base/webyast-controlpanel.js 2012-11-01 
07:31:01.0 +0100
@@ -118,7 +118,10 @@
 
   //Track frequenly used modules
   $(document).ready(function() {
-  
+
+// hide control panel items which should be visible only after clicking 
All
+$('.main_hidden').hide();
+
 //localStorage.clear()
 if(localstorage_supported()  'last_reset' in localStorage) {
   // console.log(Sorted by usage)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' 

commit wsmancli for openSUSE:Factory

2012-11-08 Thread h_root
Hello community,

here is the log from the commit of package wsmancli for openSUSE:Factory 
checked in at 2012-11-08 21:54:50

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


Package is wsmancli, Maintainer is prus...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/wsmancli/wsmancli.changes2011-09-23 
12:50:47.0 +0200
+++ /work/SRC/openSUSE:Factory/.wsmancli.new/wsmancli.changes   2012-11-08 
21:54:52.0 +0100
@@ -1,0 +2,9 @@
+Thu Nov  8 15:08:46 UTC 2012 - kkae...@suse.com
+
+- Update to version 2.3.0
+  - don't crash on filter parse error (Zoltan Micskei)
+  - remove -Q (don't send request) option
+  - complain about bad filter expression
+  - fix autotools build for MacOS (Dan Villiom Podlaski Christiansen)
+
+---

Old:

  wsmancli-2.2.7.1.tar.bz2

New:

  wsmancli-2.3.0.tar.bz2



Other differences:
--
++ wsmancli.spec ++
--- /var/tmp/diff_new_pack.oxALo5/_old  2012-11-08 21:54:53.0 +0100
+++ /var/tmp/diff_new_pack.oxALo5/_new  2012-11-08 21:54:53.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package wsmancli
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,23 +15,24 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   wsmancli
-BuildRequires:  gcc-c++ libwsman-devel = 2.2.7 libwsman_clientpp-devel = 
2.2.7 pkgconfig
+BuildRequires:  gcc-c++
+BuildRequires:  libwsman-devel = 2.2.7
+BuildRequires:  libwsman_clientpp-devel = 2.2.7
+BuildRequires:  pkgconfig
 %if 0%{?suse_version}  1010
 BuildRequires:  libcurl-devel
 %else
 # SLE 10
 BuildRequires:  curl-devel
 %endif
-Version:2.2.7.1
-Release:11
+Version:2.3.0
+Release:0
 Url:http://www.openwsman.org/
+Summary:Opensource Implementation of WS-Management - Command line 
utility
 License:BSD-3-Clause
 Group:  System/Management
-Summary:Opensource Implementation of WS-Management - Command line 
utility
 Source: %{name}-%{version}.tar.bz2
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 

++ wsmancli-2.2.7.1.tar.bz2 - wsmancli-2.3.0.tar.bz2 ++
 35425 lines of diff (skipped)
retrying with extended exclude list
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/wsmancli-2.2.7.1/ChangeLog new/wsmancli-2.3.0/ChangeLog
--- old/wsmancli-2.2.7.1/ChangeLog  2011-09-14 21:09:09.0 +0200
+++ new/wsmancli-2.3.0/ChangeLog2012-11-08 15:48:39.0 +0100
@@ -1,3 +1,9 @@
+Version 2.3.0
+  - don't crash on filter parse error (Zoltan Micskei)
+  - remove -Q (don't send request) option
+  - complain about bad filter expression
+  - fix autotools build for MacOS (Dan Villiom Podlaski Christiansen)
+
 Version 2.2.7.1
   - adapt to reduced libu exposure in openwsman
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/wsmancli-2.2.7.1/Makefile.am new/wsmancli-2.3.0/Makefile.am
--- old/wsmancli-2.2.7.1/Makefile.am2010-03-05 13:31:37.0 +0100
+++ new/wsmancli-2.3.0/Makefile.am  2012-11-08 15:45:19.0 +0100
@@ -1,6 +1,13 @@
-SUBDIRS = src examples tests
+SUBDIRS = src
 AUTOMAKE_OPTIONS = no-dist-gzip dist-bzip2
 
+if BUILD_EXAMPLES
+SUBDIRS += examples
+endif
+if BUILD_TESTS
+SUBDIRS += tests
+endif
+
 package: dist
cp wsmancli.spec /usr/src/packages/SPEC
cp wsmancli-*.tar.gz /usr/src/packages/SOURCES
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/wsmancli-2.2.7.1/config.h.in new/wsmancli-2.3.0/config.h.in
--- old/wsmancli-2.2.7.1/config.h.in2010-09-13 10:35:16.0 +0200
+++ new/wsmancli-2.3.0/config.h.in  2012-11-08 

commit yast2-backup for openSUSE:Factory

2012-11-08 Thread h_root
Hello community,

here is the log from the commit of package yast2-backup for openSUSE:Factory 
checked in at 2012-11-08 21:54:54

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


Package is yast2-backup, Maintainer is loci...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/yast2-backup/yast2-backup.changes
2012-09-14 12:43:25.0 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-backup.new/yast2-backup.changes   
2012-11-08 21:54:56.0 +0100
@@ -1,0 +2,7 @@
+Fri Nov  2 11:27:29 UTC 2012 - loci...@suse.com
+
+- Escaping shell paths that might contain spaces or special
+  characters (BNC #776078)
+- 2.23.1
+
+---

Old:

  yast2-backup-2.22.3.tar.bz2

New:

  yast2-backup-2.23.1.tar.bz2



Other differences:
--
++ yast2-backup.spec ++
--- /var/tmp/diff_new_pack.6xQHyu/_old  2012-11-08 21:54:57.0 +0100
+++ /var/tmp/diff_new_pack.6xQHyu/_new  2012-11-08 21:54:57.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-backup
-Version:2.22.3
+Version:2.23.1
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ yast2-backup-2.22.3.tar.bz2 - yast2-backup-2.23.1.tar.bz2 ++
 4343 lines of diff (skipped)
retrying with extended exclude list
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/yast2-backup-2.22.3/VERSION new/yast2-backup-2.23.1/VERSION
--- old/yast2-backup-2.22.3/VERSION 2012-09-12 10:07:22.0 +0200
+++ new/yast2-backup-2.23.1/VERSION 2012-11-07 15:02:58.0 +0100
@@ -1 +1 @@
-2.22.3
+2.23.1
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/yast2-backup-2.22.3/configure.in new/yast2-backup-2.23.1/configure.in
--- old/yast2-backup-2.22.3/configure.in2012-09-12 10:02:19.0 
+0200
+++ new/yast2-backup-2.23.1/configure.in2012-11-07 17:44:03.0 
+0100
@@ -3,7 +3,7 @@
 dnl -- This file is generated by y2autoconf 2.23.0 - DO NOT EDIT! --
 dnl(edit configure.in.in instead)
 
-AC_INIT(yast2-backup, 2.22.2, http://bugs.opensuse.org/, yast2-backup)
+AC_INIT(yast2-backup, 2.23.1, http://bugs.opensuse.org/, yast2-backup)
 dnl Check for presence of file 'RPMNAME'
 AC_CONFIG_SRCDIR([RPMNAME])
 
@@ -18,7 +18,7 @@
 AM_INIT_AUTOMAKE(tar-ustar -Wno-portability)
 
 dnl Important YaST2 variables
-VERSION=2.22.2
+VERSION=2.23.1
 RPMNAME=yast2-backup
 MAINTAINER=Lukas Ocilka loci...@suse.cz
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/yast2-backup-2.22.3/missing new/yast2-backup-2.23.1/missing
--- old/yast2-backup-2.22.3/missing 2012-09-12 10:02:23.0 +0200
+++ new/yast2-backup-2.23.1/missing 2012-11-07 17:44:05.0 +0100
@@ -1,10 +1,9 @@
 #! /bin/sh
 # Common stub for a few missing GNU programs while installing.
 
-scriptversion=2009-04-28.21; # UTC
+scriptversion=2012-01-06.18; # UTC
 
-# Copyright (C) 1996, 1997, 1999, 2000, 2002, 2003, 2004, 2005, 2006,
-# 2008, 2009 Free Software Foundation, Inc.
+# Copyright (C) 1996-2012 Free Software Foundation, Inc.
 # Originally by Fran,cois Pinard pin...@iro.umontreal.ca, 1996.
 
 # This program is free software; you can redistribute it and/or modify
@@ -26,7 +25,7 @@
 # the same distribution terms that you use for the rest of that program.
 
 if test $# -eq 0; then
-  echo 12 Try \`$0 --help' for more information
+  echo 12 Try '$0 --help' for more information
   exit 1
 fi
 
@@ -34,7 +33,7 @@
 sed_output='s/.* --output[ =]\([^ ]*\).*/\1/p'
 sed_minuso='s/.* -o \([^ ]*\).*/\1/p'
 
-# In the cases where this matters, `missing' is being run in the
+# In the cases where this matters, 'missing' is being run in the
 # srcdir already.
 if test -f configure.ac; then
   configure_ac=configure.ac
@@ -65,7 +64,7 @@
 echo \
 $0 [OPTION]... PROGRAM [ARGUMENT]...
 
-Handle \`PROGRAM [ARGUMENT]...' for when PROGRAM is missing, or return an
+Handle 'PROGRAM [ARGUMENT]...' for when PROGRAM 

commit python3-kde4 for openSUSE:Factory

2012-11-08 Thread h_root
Hello community,

here is the log from the commit of package python3-kde4 for openSUSE:Factory 
checked in at 2012-11-09 07:28:05

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


Package is python3-kde4, Maintainer is 

Changes:

New Changes file:

NO CHANGES FILE!!!

New:

  _link



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