commit python-kombu for openSUSE:Factory

2012-04-20 Thread h_root
Hello community,

here is the log from the commit of package python-kombu for openSUSE:Factory 
checked in at 2012-04-20 15:19:41

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


Package is "python-kombu", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/python-kombu/python-kombu.changes
2012-03-20 11:33:32.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-kombu.new/python-kombu.changes   
2012-04-20 15:19:47.0 +0200
@@ -1,0 +2,61 @@
+Fri Apr 13 17:37:56 UTC 2012 - alexan...@exatati.com.br
+
+- Update to 2.1.5:
+  * The url parser removed more than the first leading slash (Issue #121).
+  * SQLAlchemy: Can now specify url using + separator
+Example::
+BrokerConnection("sqla+mysql://localhost/db")
+  * Better support for anonymous queues (Issue #116).
+Contributed by Michael Barrett.
+  * Connection.as_uri now quotes url parts (Issue #117).
+  * Beanstalk: Can now set message TTR as a message property.
+Contributed by Andrii Kostenko
+
+---
+Tue Apr  3 16:49:46 UTC 2012 - alexan...@exatati.com.br
+
+- Update to 2.1.4:
+  * MongoDB:  URL parsing are now delegated to the pymongo library
+(Fixes Issue #103 and Issue #87).
+Fix contributed by Flavio Percoco Premoli and James Sullivan
+  * SQS:  A bug caused SimpleDB to be used even if sdb persistence
+was not enabled (Issue #108).
+Fix contributed by Anand Kumria.
+  * Django:  Transaction was committed in the wrong place, causing
+data cleanup to fail (Issue #115).
+Fix contributed by Daisuke Fujiwara.
+  * MongoDB: Now supports replica set URLs.
+Contributed by Flavio Percoco Premoli.
+  * Redis: Now raises a channel error if a queue key that is currently
+being consumed from disappears.
+Fix contributed by Stephan Jaekel.
+  * All transport 'channel_errors' lists now includes
+kombu.exception.StdChannelError.
+  * All kombu exceptions now inherit from a common
+kombu.exceptions.KombuError.
+
+---
+Tue Mar 27 08:35:53 UTC 2012 - sasc...@suse.de
+
+- Change rabbitmq-server recommends to suggests, OpenStack doesn't like that
+- Simplified macro usage
+- Use upstream tarball
+
+---
+Tue Mar 20 17:42:53 UTC 2012 - alexan...@exatati.com.br
+
+-  Update to 2.1.3:
+  * Fixes Jython compatibility issues.
+  * Fixes Python 2.5 compatibility issues.
+
+---
+Wed Mar 14 13:45:07 UTC 2012 - alexan...@exatati.com.br
+
+- Add BuildRequires python-unittest2 to fix SLE builds.
+
+---
+Wed Mar 14 13:26:04 UTC 2012 - alexan...@exatati.com.br
+
+- Do not touch files without a submitrequest.
+
+---

Old:

  kombu-2.1.1.tar.gz

New:

  kombu-2.1.5.tar.bz2



Other differences:
--
++ python-kombu.spec ++
--- /var/tmp/diff_new_pack.DddCR7/_old  2012-04-20 15:19:49.0 +0200
+++ /var/tmp/diff_new_pack.DddCR7/_new  2012-04-20 15:19:49.0 +0200
@@ -15,32 +15,36 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib()")}
+%{!?python_sitearch: %global python_sitearch %(%{__python} -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
 
 Name:   python-kombu
-Version:2.1.1
+Version:2.1.5
 Release:0
 License:BSD-2-Clause
 Summary:AMQP Messaging Framework for Python
 Url:http://github.com/ask/kombu/
 Group:  Development/Languages/Python
-Source: kombu-%{version}.tar.gz
+Source: kombu-%{version}.tar.bz2
 BuildRequires:  python-amqplib
 BuildRequires:  python-anyjson
 BuildRequires:  python-devel
 BuildRequires:  python-distribute
 BuildRequires:  python-mock
 BuildRequires:  python-nose-cover3
+BuildRequires:  python-unittest2
 Requires:   python-amqplib
 Requires:   python-anyjson
-Requires:   rabbitmq-server
 Suggests:   couchdb
 Suggests:   mongodb
+Suggests:   rabbitmq-server
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-%if 0%{?suse_version} && 0%{?suse_version} <= 1110
-%{!?python_sitelib: %global python_sitelib %(python -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib()")}
-%else
+%if 0%{?suse_version}
+%py_requires
+%if 0%{?suse_version} > 1110
 BuildArch:  noar

commit python-virtualenvwrapper for openSUSE:Factory

2012-04-20 Thread h_root
Hello community,

here is the log from the commit of package python-virtualenvwrapper for 
openSUSE:Factory checked in at 2012-04-20 15:19:50

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


Package is "python-virtualenvwrapper", Maintainer is ""

Changes:

--- 
/work/SRC/openSUSE:Factory/python-virtualenvwrapper/python-virtualenvwrapper.changes
2012-04-17 22:01:09.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-virtualenvwrapper.new/python-virtualenvwrapper.changes
   2012-04-20 15:19:52.0 +0200
@@ -1,0 +2,6 @@
+Thu Apr 12 07:30:37 UTC 2012 - cfarr...@suse.com
+
+- license update: HPND
+  License most akin to SPDX HPND license
+
+---



Other differences:
--
++ python-virtualenvwrapper.spec ++
--- /var/tmp/diff_new_pack.WFf8NR/_old  2012-04-20 15:19:53.0 +0200
+++ /var/tmp/diff_new_pack.WFf8NR/_new  2012-04-20 15:19:53.0 +0200
@@ -20,7 +20,7 @@
 Release:0
 Url:http://www.doughellmann.com/projects/virtualenvwrapper/
 Summary:Enhancements to virtualenv
-License:BSD-2-Clause
+License:HPND
 Group:  Development/Languages/Python
 Source: 
http://pypi.python.org/packages/source/v/virtualenvwrapper/virtualenvwrapper-%{version}.tar.gz
 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 qt-gstreamer for openSUSE:Factory

2012-04-20 Thread h_root
Hello community,

here is the log from the commit of package qt-gstreamer for openSUSE:Factory 
checked in at 2012-04-20 15:19:54

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


Package is "qt-gstreamer", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/qt-gstreamer/qt-gstreamer.changes
2012-01-25 11:09:25.0 +0100
+++ /work/SRC/openSUSE:Factory/.qt-gstreamer.new/qt-gstreamer.changes   
2012-04-20 15:19:55.0 +0200
@@ -1,0 +2,7 @@
+Wed Apr 18 20:19:05 UTC 2012 - cgiboude...@gmx.com
+
+- add boost148_buildfix.diff
+Workaround for QTBUG-22829
+
+
+---

New:

  boost148_buildfix.diff



Other differences:
--
++ qt-gstreamer.spec ++
--- /var/tmp/diff_new_pack.ybIvvx/_old  2012-04-20 15:19:57.0 +0200
+++ /var/tmp/diff_new_pack.ybIvvx/_new  2012-04-20 15:19:57.0 +0200
@@ -35,6 +35,8 @@
 # PATCH-FIX-UPSTREAM qt-gstreamer-glib2.patch bgo#653266 idoen...@suse.de -- 
Fix compilation with new glib2
 Patch1: qt-gstreamer-glib2.patch
 Patch2: fix-build.diff
+# PATCH-FIX-UPSTREAM boost148_buildfix.diff george.kiagiada...@collabora.com 
-- Workaround build issues with boost 1.48
+Patch3: boost148_buildfix.diff
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -55,9 +57,9 @@
 %package -n libQtGStreamer-0_10-devel
 Summary:Include files and libraries mandatory for development
 Group:  Development/Libraries/C and C++
-Requires:   libQtGStreamer-0_10-0 = %version
-Requires:   gstreamer-0_10-plugins-base-devel
 Requires:   boost-devel
+Requires:   gstreamer-0_10-plugins-base-devel
+Requires:   libQtGStreamer-0_10-0 = %version
 
 %description -n libQtGStreamer-0_10-devel
 GStreamer is a streaming-media framework, based on graphs of filters
@@ -116,6 +118,7 @@
 %patch0
 %patch1
 %patch2
+%patch3 -p1
 
 %build
   %cmake_kde4 -d build -- -DQTGSTREAMER_STATIC=OFF

++ boost148_buildfix.diff ++
>From 2cc5399d70d4d6caf8d05df9ca51f5448d545b67 Mon Sep 17 00:00:00 2001
From: George Kiagiadakis 
Date: Fri, 03 Feb 2012 15:55:08 +
Subject: Workaround build issues with boost 1.48

---
diff --git a/src/QGlib/global.h b/src/QGlib/global.h
index 314ed02..e73474b 100644
--- a/src/QGlib/global.h
+++ b/src/QGlib/global.h
@@ -17,6 +17,11 @@
 #ifndef QGLIB_GLOBAL_H
 #define QGLIB_GLOBAL_H
 
+// workaround for https://bugreports.qt-project.org/browse/QTBUG-22829
+#if defined(Q_MOC_RUN) && !defined(BOOST_TT_HAS_OPERATOR_HPP_INCLUDED)
+#define BOOST_TT_HAS_OPERATOR_HPP_INCLUDED
+#endif
+
 #include 
 #include 
 
diff --git a/src/QGst/Ui/global.h b/src/QGst/Ui/global.h
index cba1806..85c55ea 100644
--- a/src/QGst/Ui/global.h
+++ b/src/QGst/Ui/global.h
@@ -18,6 +18,11 @@
 #ifndef QTGSTREAMERUI_EXPORT_H
 #define QTGSTREAMERUI_EXPORT_H
 
+// workaround for https://bugreports.qt-project.org/browse/QTBUG-22829
+#if defined(Q_MOC_RUN) && !defined(BOOST_TT_HAS_OPERATOR_HPP_INCLUDED)
+#define BOOST_TT_HAS_OPERATOR_HPP_INCLUDED
+#endif
+
 #include 
 
 /* defined by cmake when building this library */
diff --git a/src/QGst/Utils/global.h b/src/QGst/Utils/global.h
index ed598e6..871c778 100644
--- a/src/QGst/Utils/global.h
+++ b/src/QGst/Utils/global.h
@@ -18,6 +18,11 @@
 #ifndef QGST_UTILS_GLOBAL_H
 #define QGST_UTILS_GLOBAL_H
 
+// workaround for https://bugreports.qt-project.org/browse/QTBUG-22829
+#if defined(Q_MOC_RUN) && !defined(BOOST_TT_HAS_OPERATOR_HPP_INCLUDED)
+#define BOOST_TT_HAS_OPERATOR_HPP_INCLUDED
+#endif
+
 #include 
 
 /* defined by cmake when building this library */
diff --git a/src/QGst/global.h b/src/QGst/global.h
index ae64cfd..cadf3a4 100644
--- a/src/QGst/global.h
+++ b/src/QGst/global.h
@@ -17,6 +17,11 @@
 #ifndef QGST_GLOBAL_H
 #define QGST_GLOBAL_H
 
+// workaround for https://bugreports.qt-project.org/browse/QTBUG-22829
+#if defined(Q_MOC_RUN) && !defined(BOOST_TT_HAS_OPERATOR_HPP_INCLUDED)
+#define BOOST_TT_HAS_OPERATOR_HPP_INCLUDED
+#endif
+
 #include "../QGlib/type.h"
 #include 
 #include 
--
cgit v0.9.0.2-2-gbebe
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit scsirastools for openSUSE:Factory

2012-04-20 Thread h_root
Hello community,

here is the log from the commit of package scsirastools for openSUSE:Factory 
checked in at 2012-04-20 15:19:59

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


Package is "scsirastools", Maintainer is "h...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/scsirastools/scsirastools.changes
2012-01-09 16:22:03.0 +0100
+++ /work/SRC/openSUSE:Factory/.scsirastools.new/scsirastools.changes   
2012-04-20 15:21:22.0 +0200
@@ -1,0 +2,28 @@
+Wed Jan 18 20:34:41 UTC 2012 - tabra...@novell.com
+
+- removed patches deprecated by this release:
+  + scsirastools-1.5.8-glibc210.diff
+
+- removed alarms/ialarms refer to ipmiutil
+
+- Updated to 1.6.4
+  + updated SCSI asc,ascq table from www.t10.org
+
+- Updates from 1.6.3
+  + various bug fixes
+
+- Updates from 1.6.2
+  + add capability to turn off SMART, fixup for -o if no block desc
+  + do not mark as failed if sernum is zero length
+  + added -s, -w, -o, -I descriptions to man page
+  + updated sgmode section of UserGuide
+
+- Updates from 1.6.1
+  + various bug fixes
+
+- Updates from 1.6.0
+  + default for each utility is no longer interactive
+  + added Fujitsu MAP3147NC, Seagate ST318406LC, Seagate ST336605LW,
+Seagate ST336607LW, and Seagate ST373405LW
+
+---

Old:

  scsirastools-1.5.8-glibc210.diff
  scsirastools-1.5.8.tar.bz2

New:

  scsirastools-1.6.4.tar.bz2



Other differences:
--
++ scsirastools.spec ++
--- /var/tmp/diff_new_pack.6BHbiO/_old  2012-04-20 15:21:23.0 +0200
+++ /var/tmp/diff_new_pack.6BHbiO/_new  2012-04-20 15:21:23.0 +0200
@@ -18,20 +18,19 @@
 
 
 Name:   scsirastools
-Version:1.5.8
+Version:1.6.4
 Release:0
 License:BSD-3-Clause
 Group:  Hardware/Other
 BuildRequires:  automake
 Requires:   mdadm
 Summary:Serviceability for SCSI Disks and Arrays
-# Normally available from 
http://downloads.sourceforge.net/project/scsirastools/%{name}-%{version}.tar.gz
+# Normally available from 
http://downloads.sourceforge.net/project/scsirastools/%%{name}-%%{version}.tar.gz
 # But version 1.5.8 is not anymore available
 Source: %{name}/%{name}-%{version}.tar.bz2
 Patch:  %{name}-1.4.9-SuSE.diff
 Patch2: %{name}-install
 Patch3: %{name}-single-dev.diff
-Patch4: %{name}-1.5.8-glibc210.diff
 Url:http://scsirastools.sourceforge.net/
 #Prefix: /usr
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -76,10 +75,8 @@
 %prep
 %setup
 %patch -p1
-#%patch1 -p1
 %patch2 -p1
 %patch3 -p1
-%patch4 -p1
 
 %build
 autoreconf -fi
@@ -93,10 +90,7 @@
 #test ! -z "$RPM_BUILD_ROOT" -a ! "$RPM_BUILD_ROOT" = "/" && rm -rf 
$RPM_BUILD_ROOT
 make install DESTDIR=$RPM_BUILD_ROOT
 #mv $RPM_BUILD_ROOT/usr/share/scsirastools/mdadm $RPM_BUILD_ROOT/sbin/mdadm_srt
-#mv $RPM_BUILD_ROOT/usr/share/scsirastools/mdadm.8 
$RPM_BUILD_ROOT/%{_mandir}/man8/mdadm_srt.8
-%ifnarch %ix86
-rm -f $RPM_BUILD_ROOT/usr/share/scsirastools/alarms
-%endif
+#mv $RPM_BUILD_ROOT/usr/share/scsirastools/mdadm.8 
$RPM_BUILD_ROOT/%%{_mandir}/man8/mdadm_srt.8
 
 %files
 %defattr(-,root,root)
@@ -106,18 +100,22 @@
 %config /etc/init.d/sgraid
 %config /etc/init.d/sgdisk
 %{_mandir}/man8/sg*.8.gz
-#%{_mandir}/man8/md*.8.gz
+#%%{_mandir}/man8/md*.8.gz
 %dir /usr/share/scsirastools
 /usr/share/scsirastools/*.mdf
 /usr/share/scsirastools/rescan-scsi-bus.sh
-%ifarch %ix86
-/usr/share/scsirastools/alarms
-%endif
 %doc %{_defaultdocdir}/%{name}
-#%files firmware
+#%%files firmware
 #/usr/share/scsirastools/*.lod
 #/usr/share/scsirastools/*.tms
 
+%preun
+%stop_on_removal
+
+%postun
+%insserv_cleanup
+%restart_on_update
+
 %clean
 test ! -z "RPM_BUILD_ROOT" -a ! "$RPM_BUILD_ROOT" = "/" && rm -rf 
$RPM_BUILD_ROOT
 rm -rf $RPM_BUILD_DIR/%{name}-%{version}

++ scsirastools-1.5.8.tar.bz2 -> scsirastools-1.6.4.tar.bz2 ++
 20206 lines of diff (skipped)

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



commit syslog-ng for openSUSE:Factory

2012-04-20 Thread h_root
Hello community,

here is the log from the commit of package syslog-ng for openSUSE:Factory 
checked in at 2012-04-20 15:20:13

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


Package is "syslog-ng", Maintainer is "m...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/syslog-ng/syslog-ng.changes  2012-04-17 
22:03:00.0 +0200
+++ /work/SRC/openSUSE:Factory/.syslog-ng.new/syslog-ng.changes 2012-04-20 
15:21:27.0 +0200
@@ -4,0 +5 @@
+- resolves bnc#757680



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



commit seahorse for openSUSE:Factory

2012-04-20 Thread h_root
Hello community,

here is the log from the commit of package seahorse for openSUSE:Factory 
checked in at 2012-04-20 15:20:04

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


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

Changes:

--- /work/SRC/openSUSE:Factory/seahorse/seahorse.changes2012-03-29 
14:05:47.0 +0200
+++ /work/SRC/openSUSE:Factory/.seahorse.new/seahorse.changes   2012-04-20 
15:21:24.0 +0200
@@ -1,0 +2,9 @@
+Tue Apr 17 06:14:36 UTC 2012 - vu...@opensuse.org
+
+- Update to version 3.4.1:
+  + Fix crash during failed HKP exports
+  + Fix memory errors when searching for keys
+  + Build fixes
+  + Updated translations.
+
+---

Old:

  seahorse-3.4.0.tar.xz

New:

  seahorse-3.4.1.tar.xz



Other differences:
--
++ seahorse.spec ++
--- /var/tmp/diff_new_pack.W22ww7/_old  2012-04-20 15:21:25.0 +0200
+++ /var/tmp/diff_new_pack.W22ww7/_new  2012-04-20 15:21:25.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   seahorse
-Version:3.4.0
+Version:3.4.1
 Release:0
 Summary:GNOME interface for gnupg
 License:GPL-2.0+

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



commit systemd for openSUSE:Factory

2012-04-20 Thread h_root
Hello community,

here is the log from the commit of package systemd for openSUSE:Factory checked 
in at 2012-04-20 15:20:18

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


Package is "systemd", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/systemd/systemd.changes  2012-04-03 
17:39:03.0 +0200
+++ /work/SRC/openSUSE:Factory/.systemd.new/systemd.changes 2012-04-20 
15:21:28.0 +0200
@@ -1,0 +2,5 @@
+Thu Apr 19 10:07:47 UTC 2012 - fcro...@suse.com
+
+- Add dbus-1 as BuildRequires to fix build.
+
+---



Other differences:
--
++ systemd.spec ++
--- /var/tmp/diff_new_pack.dm8Ru6/_old  2012-04-20 15:21:30.0 +0200
+++ /var/tmp/diff_new_pack.dm8Ru6/_new  2012-04-20 15:21:30.0 +0200
@@ -27,6 +27,7 @@
 Group:  System/Base
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  audit-devel
+BuildRequires:  dbus-1
 BuildRequires:  docbook-xsl-stylesheets
 BuildRequires:  fdupes
 BuildRequires:  gperf


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



commit shotwell for openSUSE:Factory

2012-04-20 Thread h_root
Hello community,

here is the log from the commit of package shotwell for openSUSE:Factory 
checked in at 2012-04-20 15:20:09

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


Package is "shotwell", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/shotwell/shotwell.changes2012-04-12 
09:52:00.0 +0200
+++ /work/SRC/openSUSE:Factory/.shotwell.new/shotwell.changes   2012-04-20 
15:21:25.0 +0200
@@ -1,0 +2,12 @@
+Thu Apr 12 16:26:42 UTC 2012 - dims...@opensuse.org
+
+- Update to version 0.12.2:
+  + Corrects an issue where graphical corruption of the UI could
+occur if the user navigated away from a camera page while
+camera previews were being generated.
+  + Adds enhanced support for the Unity desktop environment.
+  + Clarified several strings.
+  + The application now recovers gracefully from corrupted tag
+data.
+
+---

Old:

  shotwell-0.12.1.tar.bz2

New:

  shotwell-0.12.2.tar.bz2



Other differences:
--
++ shotwell.spec ++
--- /var/tmp/diff_new_pack.bnhkJF/_old  2012-04-20 15:21:26.0 +0200
+++ /var/tmp/diff_new_pack.bnhkJF/_new  2012-04-20 15:21:26.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   shotwell
-Version:0.12.1
+Version:0.12.2
 Release:0
 Summary:Photo Manager for GNOME
 License:LGPL-2.1+

++ shotwell-0.12.1.tar.bz2 -> shotwell-0.12.2.tar.bz2 ++
 77667 lines of diff (skipped)

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



commit sysvinit for openSUSE:Factory

2012-04-20 Thread h_root
Hello community,

here is the log from the commit of package sysvinit for openSUSE:Factory 
checked in at 2012-04-20 15:20:22

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


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

Changes:

--- /work/SRC/openSUSE:Factory/sysvinit/sysvinit.changes2012-03-20 
11:36:17.0 +0100
+++ /work/SRC/openSUSE:Factory/.sysvinit.new/sysvinit.changes   2012-04-20 
15:21:30.0 +0200
@@ -1,0 +2,6 @@
+Mon Apr 16 08:18:25 UTC 2012 - mvysko...@suse.cz
+
+- add mingetty to Requires
+  * remove it as dependency from aaa_base ad it's needed for sysvinit only
+
+---



Other differences:
--
++ sysvinit.spec ++
--- /var/tmp/diff_new_pack.cB9Re4/_old  2012-04-20 15:21:34.0 +0200
+++ /var/tmp/diff_new_pack.cB9Re4/_new  2012-04-20 15:21:34.0 +0200
@@ -61,6 +61,7 @@
 Patch40:showconsole-%{SCVER}.dif
 Patch50:startpar-%{START}.dif
 Requires:   sysvinit-tools
+Requires:   mingetty
 
 %description
 System V style init programs by Miquel van Smoorenburg that control the

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



commit tomboy for openSUSE:Factory

2012-04-20 Thread h_root
Hello community,

here is the log from the commit of package tomboy for openSUSE:Factory checked 
in at 2012-04-20 15:20:27

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


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

Changes:

--- /work/SRC/openSUSE:Factory/tomboy/tomboy.changes2012-03-29 
14:06:53.0 +0200
+++ /work/SRC/openSUSE:Factory/.tomboy.new/tomboy.changes   2012-04-20 
15:21:40.0 +0200
@@ -1,0 +2,6 @@
+Tue Apr 17 06:15:23 UTC 2012 - vu...@opensuse.org
+
+- Update to version 1.10.1:
+  + Updated translations.
+
+---

Old:

  tomboy-1.10.0.tar.xz

New:

  tomboy-1.10.1.tar.xz



Other differences:
--
++ tomboy.spec ++
--- /var/tmp/diff_new_pack.rcyUeR/_old  2012-04-20 15:21:42.0 +0200
+++ /var/tmp/diff_new_pack.rcyUeR/_new  2012-04-20 15:21:42.0 +0200
@@ -19,7 +19,7 @@
 %define build_applet 0
 
 Name:   tomboy
-Version:1.10.0
+Version:1.10.1
 Release:0
 Summary:GNOME Note Taking Application
 License:LGPL-2.1+

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



commit totem for openSUSE:Factory

2012-04-20 Thread h_root
Hello community,

here is the log from the commit of package totem for openSUSE:Factory checked 
in at 2012-04-20 15:20:33

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


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

Changes:

--- /work/SRC/openSUSE:Factory/totem/totem.changes  2012-03-29 
14:07:12.0 +0200
+++ /work/SRC/openSUSE:Factory/.totem.new/totem.changes 2012-04-20 
15:21:43.0 +0200
@@ -1,0 +2,8 @@
+Mon Apr 16 16:57:20 UTC 2012 - zai...@opensuse.org
+
+- Update to version 3.4.1:
+  + Remote option argument parsing fixes.
+  + Fix for keyboard shortcuts when using ModeSwitch.
+  + Updated translations.
+
+---

Old:

  totem-3.4.0.tar.xz

New:

  totem-3.4.1.tar.xz



Other differences:
--
++ totem.spec ++
--- /var/tmp/diff_new_pack.Ta2yGA/_old  2012-04-20 15:21:47.0 +0200
+++ /var/tmp/diff_new_pack.Ta2yGA/_new  2012-04-20 15:21:47.0 +0200
@@ -19,7 +19,7 @@
 %define build_zeitgeist_plugin 1
 
 Name:   totem
-Version:3.4.0
+Version:3.4.1
 Release:0
 # FIXME: Check if --disable-maintainer-mode can be dropped from configure. 
Last checked with 3.2.0
 Url:http://www.gnome.org/projects/totem/

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



commit totem-pl-parser for openSUSE:Factory

2012-04-20 Thread h_root
Hello community,

here is the log from the commit of package totem-pl-parser for openSUSE:Factory 
checked in at 2012-04-20 15:20:38

Comparing /work/SRC/openSUSE:Factory/totem-pl-parser (Old)
 and  /work/SRC/openSUSE:Factory/.totem-pl-parser.new (New)


Package is "totem-pl-parser", Maintainer is "gnome-maintain...@suse.de"

Changes:

--- /work/SRC/openSUSE:Factory/totem-pl-parser/totem-pl-parser.changes  
2012-03-29 14:07:14.0 +0200
+++ /work/SRC/openSUSE:Factory/.totem-pl-parser.new/totem-pl-parser.changes 
2012-04-20 15:21:47.0 +0200
@@ -1,0 +2,8 @@
+Mon Apr 16 17:01:27 UTC 2012 - zai...@opensuse.org
+
+- Update to version 3.4.1:
+  + archive:// URI fixes.
+  + Use the best available format for video sites.
+  + Test case updates.
+
+---

Old:

  totem-pl-parser-3.4.0.tar.xz

New:

  totem-pl-parser-3.4.1.tar.xz



Other differences:
--
++ totem-pl-parser.spec ++
--- /var/tmp/diff_new_pack.1TZCGe/_old  2012-04-20 15:21:48.0 +0200
+++ /var/tmp/diff_new_pack.1TZCGe/_new  2012-04-20 15:21:48.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   totem-pl-parser
-Version:3.4.0
+Version:3.4.1
 Release:0
 Summary:A simple GObject-based library to parse playlist formats
 License:LGPL-2.0+

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



commit v8 for openSUSE:Factory

2012-04-20 Thread h_root
Hello community,

here is the log from the commit of package v8 for openSUSE:Factory checked in 
at 2012-04-20 15:20:47

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


Package is "v8", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/v8/v8.changes2012-04-12 09:55:31.0 
+0200
+++ /work/SRC/openSUSE:Factory/.v8.new/v8.changes   2012-04-20 
15:21:50.0 +0200
@@ -1,0 +2,39 @@
+Tue Apr 17 13:27:10 UTC 2012 - tittiatc...@gmail.com
+
+- Update to 3.10.2.1
+  * Fixed native ARM build (issues 1744, 539)
+  * Return LOOKUP variable instead of CONTEXT for non-context 
+allocated outer scope parameters (Chromium issue 119609).
+  * Fixed regular and ElementsKind transitions interfering with 
+each other (Chromium issue 122271).
+  * Improved performance of keyed loads/stores which have a 
+HeapNumber index (issues 1388, 1295).
+  * Fixed WeakMap processing for evacuation candidates (issue 2060).
+  * Bailout on possible direct eval calls (Chromium issue 122681).
+  * Do not assume that names of function expressions are context-allocated
+(issue 2051).
+  * Performance and stability improvements on all platforms.
+
+---
+Wed Apr 11 16:51:50 UTC 2012 - tittiatc...@gmail.com
+
+- Update to 3.10.1.0
+  * Fixed bug with arguments object in inlined functions (issue 
+2045).
+  * Fixed performance bug with lazy initialization (Chromium issue
+118686).
+  * Added suppport for Mac OS X 64bit builds with GYP.
+  * Fixed bug with hidden properties (issue 2034).
+  * Fixed a performance bug when reloading pages (Chromium issue 
+117767, V8 issue 1902).
+  * Fixed bug when optimizing throw in top-level code (issue 2054).
+  * Fixed two bugs with array literals (issue 2055, Chromium issue 
+121407).
+  * Fixed bug with Math.min/Math.max with NaN inputs (issue 2056).
+  * Fixed a bug with the new runtime profiler (Chromium issue 
+121147).
+  * Fixed compilation of V8 using uClibc.
+  * Optimized boot-up memory use.
+  * Optimized regular expressions.
+
+---

Old:

  v8.3.10.0.5.tar.lzma

New:

  v8.3.10.2.1.tar.lzma



Other differences:
--
++ v8.spec ++
--- /var/tmp/diff_new_pack.2eT6ZB/_old  2012-04-20 15:21:51.0 +0200
+++ /var/tmp/diff_new_pack.2eT6ZB/_new  2012-04-20 15:21:51.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   v8
-Version:3.10.0.5
+Version:3.10.2.1
 Release:0
 Summary:JavaScript Engine
 License:BSD-3-Clause

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



commit vinagre for openSUSE:Factory

2012-04-20 Thread h_root
Hello community,

here is the log from the commit of package vinagre for openSUSE:Factory checked 
in at 2012-04-20 15:20:52

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


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

Changes:

--- /work/SRC/openSUSE:Factory/vinagre/vinagre.changes  2012-03-29 
14:07:45.0 +0200
+++ /work/SRC/openSUSE:Factory/.vinagre.new/vinagre.changes 2012-04-20 
15:21:52.0 +0200
@@ -1,0 +2,7 @@
+Tue Apr 17 06:09:27 UTC 2012 - vu...@opensuse.org
+
+- Update to version 3.4.1:
+  + Use example.com in address examples (bgo#672238)
+  + Updated translations.
+
+---

Old:

  vinagre-3.4.0.tar.xz

New:

  vinagre-3.4.1.tar.xz



Other differences:
--
++ vinagre.spec ++
--- /var/tmp/diff_new_pack.jE00dM/_old  2012-04-20 15:21:53.0 +0200
+++ /var/tmp/diff_new_pack.jE00dM/_new  2012-04-20 15:21:53.0 +0200
@@ -20,7 +20,7 @@
 Summary:VNC client for GNOME
 License:GPL-2.0+
 Group:  Productivity/Networking/Other
-Version:3.4.0
+Version:3.4.1
 Release:0
 Url:http://www.gnome.org/projects/vinagre/
 Source0:
http://download.gnome.org/sources/vinagre/3.4/%{name}-%{version}.tar.xz

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



commit transmission for openSUSE:Factory

2012-04-20 Thread h_root
Hello community,

here is the log from the commit of package transmission for openSUSE:Factory 
checked in at 2012-04-20 15:20:43

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


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

Changes:

--- /work/SRC/openSUSE:Factory/transmission/transmission.changes
2012-02-29 14:12:08.0 +0100
+++ /work/SRC/openSUSE:Factory/.transmission.new/transmission.changes   
2012-04-20 15:21:49.0 +0200
@@ -1,0 +2,34 @@
+Mon Apr  9 11:41:27 UTC 2012 - dims...@opensuse.org
+
+- Update to version 2.51:
+  + All Platforms:
+- Update the bundled libnatpmp and miniupnp libraries for port
+  forwarding
+- Add environment variable options to have libcurl verify SSL
+  certs
+- Support user-specified CXX environment variables during
+  compile time
+  + GTK+:
+- Fix crash when adding torrents on systems without
+  G_USER_DIRECTORY_DOWNLOAD
+- Honor the notification sound setting
+- Add a tooltip to files in the torrents' file list
+- Fix broken handling of the Cancel button in the "Open URL"
+  dialog
+- Improve support for Gnome Shell and Unity
+- Catch SIGTERM instead of SIGKILL
+  + Qt:
+- Progress bar colors are now similar to the Mac and Web
+  clients'
+- Improve the "Open Folder" behavior
+  + Web Client:
+- Fix global seed ratio progress bars
+- Fix sometimes-incorrect ratio being displayed in the
+  Inspector
+- If multiple torrents are selected, show the aggregate info in
+  the Inspector
+- Upgrade to jQuery 1.7.2
+  + Daemon:
+- Show magnet link information in transmission-remote -i.
+
+---

Old:

  transmission-2.50.tar.xz

New:

  transmission-2.51.tar.xz



Other differences:
--
++ transmission.spec ++
--- /var/tmp/diff_new_pack.XrovCw/_old  2012-04-20 15:21:50.0 +0200
+++ /var/tmp/diff_new_pack.XrovCw/_new  2012-04-20 15:21:50.0 +0200
@@ -16,6 +16,7 @@
 #
 
 
+
 Name:   transmission
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
@@ -39,7 +40,7 @@
 BuildRequires:  update-desktop-files
 # Only needed because we don't (and won't) support building xz tarballs by 
default... See bnc#697467
 BuildRequires:  xz
-Version:2.50
+Version:2.51
 Release:0
 Summary:Lightweight, yet powerful BitTorrent client
 License:GPL-2.0 ; MIT

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



commit vino for openSUSE:Factory

2012-04-20 Thread h_root
Hello community,

here is the log from the commit of package vino for openSUSE:Factory checked in 
at 2012-04-20 15:20:59

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


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

Changes:

--- /work/SRC/openSUSE:Factory/vino/vino.changes2012-03-29 
14:07:58.0 +0200
+++ /work/SRC/openSUSE:Factory/.vino.new/vino.changes   2012-04-20 
15:21:53.0 +0200
@@ -1,0 +2,6 @@
+Tue Apr 17 06:08:42 UTC 2012 - vu...@opensuse.org
+
+- Update to version 3.4.1:
+  + Updated translations.
+
+---

Old:

  vino-3.4.0.tar.xz

New:

  vino-3.4.1.tar.xz



Other differences:
--
++ vino.spec ++
--- /var/tmp/diff_new_pack.uRy5bG/_old  2012-04-20 15:21:54.0 +0200
+++ /var/tmp/diff_new_pack.uRy5bG/_new  2012-04-20 15:21:54.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   vino
-Version:3.4.0
+Version:3.4.1
 Release:0
 Summary:GNOME VNC Server
 License:GPL-2.0+

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



commit vte for openSUSE:Factory

2012-04-20 Thread h_root
Hello community,

here is the log from the commit of package vte for openSUSE:Factory checked in 
at 2012-04-20 15:21:04

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


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

Changes:

--- /work/SRC/openSUSE:Factory/vte/vte.changes  2012-03-29 14:08:26.0 
+0200
+++ /work/SRC/openSUSE:Factory/.vte.new/vte.changes 2012-04-20 
15:21:54.0 +0200
@@ -1,0 +2,9 @@
+Tue Apr 17 06:11:28 UTC 2012 - vu...@opensuse.org
+
+- Update to version 0.32.1:
+  + emulation: Fix off-by-one error in interpretation of ECH
+(bgo#670037)
+  + pty: Fix custom child setup function (bgo#672649)
+  + Fix leak in vte_draw_set_text_font() (bgo#672757)
+
+---

Old:

  vte-0.32.0.tar.xz

New:

  vte-0.32.1.tar.xz



Other differences:
--
++ vte.spec ++
--- /var/tmp/diff_new_pack.VPp5hT/_old  2012-04-20 15:21:55.0 +0200
+++ /var/tmp/diff_new_pack.VPp5hT/_new  2012-04-20 15:21:55.0 +0200
@@ -24,7 +24,7 @@
 Name:   vte
 %define _name   vte
 Url:http://www.gnome.org
-Version:0.32.0
+Version:0.32.1
 Release:0
 Summary:Terminal Emulator Library
 License:GPL-2.0+

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



commit xfce4-session for openSUSE:Factory

2012-04-20 Thread h_root
Hello community,

here is the log from the commit of package xfce4-session for openSUSE:Factory 
checked in at 2012-04-20 15:21:10

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


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

Changes:

--- /work/SRC/openSUSE:Factory/xfce4-session/xfce4-session.changes  
2012-02-21 12:27:10.0 +0100
+++ /work/SRC/openSUSE:Factory/.xfce4-session.new/xfce4-session.changes 
2012-04-20 15:21:55.0 +0200
@@ -1,0 +2,20 @@
+Thu Apr 19 12:59:20 UTC 2012 - g...@opensuse.org
+
+- change license to GPL-2.0 (bnc#758033)
+
+---
+Thu Apr 19 08:43:03 UTC 2012 - g...@opensuse.org
+
+- let -devel depend on libxfsm-4_6-0 rather than the main package
+
+---
+Fri Mar 30 14:03:39 UTC 2012 - g...@opensuse.org
+
+- specfile cleanup
+- corrected dependencies
+- split off libxfsm-4_6-0, -doc and -lang subpackages
+- added xfce4-session-respect-session-save-setting.patch in order
+  to respect the value of the "/general/SaveOnExit" option from
+  xfce4-session in the logout panel plugin as well (bxo#7915)
+
+---

New:

  xfce4-session-respect-session-save-setting.patch



Other differences:
--
++ xfce4-session.spec ++
--- /var/tmp/diff_new_pack.vYM538/_old  2012-04-20 15:21:56.0 +0200
+++ /var/tmp/diff_new_pack.vYM538/_new  2012-04-20 15:21:56.0 +0200
@@ -16,65 +16,79 @@
 #
 
 
+%define libname libxfsm-4_6-0
+
 Name:   xfce4-session
 Version:4.8.3
 Release:0
 Summary:Xfce Session Manager
-License:GPL-2.0+
+License:GPL-2.0
 Group:  System/GUI/XFCE
-Url:http://www.xfce.org/projects/xfce4-session/
-Source: %{name}-%{version}.tar.bz2
+Url:http://docs.xfce.org/xfce/xfce4-session/start
+Source: 
http://archive.xfce.org/src/xfce/xfce4-session/4.8/%{name}-%{version}.tar.bz2
 # PATCH-FEATURE-OPENSUSE xfce4-session-simple-splash-remove-shadows.patch 
g...@opensuse.org -- Improves readability of the simple splash engine text by 
removing the text shadows
 Patch0: xfce4-session-simple-splash-remove-shadows.patch
 # PATCH-FIX-UPSTREAM xfce4-session-fix-gnome-mode.patch bnc#710038 bxo#8014 
g...@opensuse.org -- Removes obsolete GNOME compatibility code, treats 
GNOME-/KDE-only autostart files as inactive, and allows to enable them through 
xfce4-session-settings
 Patch1: xfce4-session-fix-gnome-mode.patch
 # PATCH-FEATURE-UPSTREAM xfce4-session-lock-screen-on-suspend-hibernate.patch 
bxo#6019 g...@opensuse.org -- Try to lock the screen when hibernating/suspending
 Patch2: xfce4-session-lock-screen-on-suspend-hibernate.patch
-BuildRequires:  docbook-xsl-stylesheets
-BuildRequires:  docbook_4
+# PATCH-FIX-UPSTREAM xfce4-session-respect-session-save-setting.patch bxo#7915 
g...@opensuse.org -- Respect the value of the "/general/SaveOnExit" option from 
xfce4-session in the logout panel plugin as well (backported from upstream git)
+Patch3: xfce4-session-respect-session-save-setting.patch
 BuildRequires:  intltool
-BuildRequires:  libxslt
-BuildRequires:  perl-XML-Parser
 BuildRequires:  update-desktop-files
 BuildRequires:  xfce4-dev-tools
-BuildRequires:  xml2po
 BuildRequires:  xorg-x11
+BuildRequires:  pkgconfig(dbus-1)
 BuildRequires:  pkgconfig(dbus-glib-1)
 BuildRequires:  pkgconfig(gconf-2.0)
+BuildRequires:  pkgconfig(gmodule-2.0)
 BuildRequires:  pkgconfig(gnome-keyring-1)
+BuildRequires:  pkgconfig(gtk+-2.0)
 BuildRequires:  pkgconfig(libwnck-1.0)
 BuildRequires:  pkgconfig(libxfce4panel-1.0)
 BuildRequires:  pkgconfig(libxfce4ui-1)
 BuildRequires:  pkgconfig(libxfce4util-1.0)
-BuildRequires:  pkgconfig(libxfcegui4-1.0)
-BuildRequires:  pkgconfig(libxfconf-0)
 BuildRequires:  pkgconfig(sm)
-Requires:   %{name}-branding >= %{version}
+Requires:   %{name}-branding = %{version}
 Requires:   xfce-utils
+Requires:   xfce4-settings
+Requires:   xfconf
+Recommends: %{name}-doc = %{version}
+Recommends: %{name}-lang = %{version}
+# for xfce4-tips
 Recommends: fortune
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
 xfce4-session is the session manager for the Xfce desktop environment.
 
+%package -n %{libname}
+Summary:Shared Library for xfce4-session Splash Screen Engines
+Group:  System/Libraries
+
+%description -n %{libname}
+This package contains the shared library for xfce4-session splash screen
+engines.
+
 %packagedevel
-Summary:Deve

commit yelp for openSUSE:Factory

2012-04-20 Thread h_root
Hello community,

here is the log from the commit of package yelp for openSUSE:Factory checked in 
at 2012-04-20 15:21:19

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


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

Changes:

--- /work/SRC/openSUSE:Factory/yelp/yelp.changes2012-03-29 
14:09:23.0 +0200
+++ /work/SRC/openSUSE:Factory/.yelp.new/yelp.changes   2012-04-20 
15:21:58.0 +0200
@@ -1,0 +2,6 @@
+Tue Apr 17 06:18:30 UTC 2012 - vu...@opensuse.org
+
+- Update to version 3.4.1:
+  + Updated translations.
+
+---

Old:

  yelp-3.4.0.tar.xz

New:

  yelp-3.4.1.tar.xz



Other differences:
--
++ yelp.spec ++
--- /var/tmp/diff_new_pack.g9Vhci/_old  2012-04-20 15:21:59.0 +0200
+++ /var/tmp/diff_new_pack.g9Vhci/_new  2012-04-20 15:21:59.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yelp
-Version:3.4.0
+Version:3.4.1
 Release:0
 Summary:Help Browser for the GNOME Desktop
 License:GPL-2.0+ ; LGPL-2.1+

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



commit yast2-wagon for openSUSE:Factory

2012-04-20 Thread h_root
Hello community,

here is the log from the commit of package yast2-wagon for openSUSE:Factory 
checked in at 2012-04-20 15:21:15

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


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

Changes:

--- /work/SRC/openSUSE:Factory/yast2-wagon/yast2-wagon.changes  2011-12-15 
16:09:58.0 +0100
+++ /work/SRC/openSUSE:Factory/.yast2-wagon.new/yast2-wagon.changes 
2012-04-20 15:21:57.0 +0200
@@ -1,0 +2,46 @@
+Thu Apr  5 12:19:35 UTC 2012 - lsle...@suse.cz
+
+- fixes in helptexts (bnc#755532)
+- 2.22.2
+
+---
+Thu Mar 29 16:27:31 CEST 2012 - jsuch...@suse.cz
+
+- merged proofread texts 
+
+---
+Wed Mar  7 08:14:29 UTC 2012 - lsle...@suse.cz
+
+- ensure that the migration products are removed (bnc#750746)
+
+---
+Wed Feb 15 10:33:50 UTC 2012 - lsle...@suse.cz
+
+- Automatically save solver test case in the migration proposal
+  dialog for easy debugging (saved to /var/log/YaST2/wagon_test_case
+  directory) (bnc#746313)
+
+---
+Mon Jan 30 15:19:15 UTC 2012 - lsle...@suse.cz
+
+- do full migration only from SP2 repos (but also install patches
+  in addition to minimal migration) (fate#311994)
+
+---
+Tue Jan 17 14:02:21 UTC 2012 - lsle...@suse.cz
+
+- ask user to confirm new licenses at upgrade proposal (bnc#741174)
+
+---
+Mon Jan  2 13:11:06 UTC 2012 - lsle...@suse.cz
+
+- install also all applicable patches (except optional ones)
+  (part of fate#311994)
+
+---
+Wed Dec 21 09:56:24 UTC 2011 - lsle...@suse.cz
+
+- force product upgrade in full migratinon mode, handle product
+  name change in SLES for VMware SP2 migration (bnc#735826)
+
+---

Old:

  yast2-wagon-2.22.1.tar.bz2

New:

  yast2-wagon-2.22.2.tar.bz2



Other differences:
--
++ yast2-wagon.spec ++
--- /var/tmp/diff_new_pack.cZGXOB/_old  2012-04-20 15:21:58.0 +0200
+++ /var/tmp/diff_new_pack.cZGXOB/_new  2012-04-20 15:21:58.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package yast2-wagon
 #
-# 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,18 +15,14 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   yast2-wagon
-Version:2.22.1
+Version:2.22.2
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Source0:yast2-wagon-%{version}.tar.bz2
 
-Group:  System/YaST
-License:GPL-2.0+
 # PackagesUI::RunPackageSelector
 Requires:   yast2 >= 2.17.40
 Requires:   yast2-online-update-frontend >= 2.17.9
@@ -39,13 +35,18 @@
 Requires:   perl-XML-Simple
 
 # Called in proposal and in code
-Requires:   yast2-packager >= 2.21.2
 Requires:   yast2-add-on
+Requires:   yast2-packager >= 2.21.2
 
 # Counting packages directly in packages proposal (BNC #573482)
 Requires:   yast2-update >= 2.18.7
 
-BuildRequires:  perl-XML-Writer update-desktop-files yast2 yast2-devtools 
yast2-testsuite yast2-update
+BuildRequires:  perl-XML-Writer
+BuildRequires:  update-desktop-files
+BuildRequires:  yast2
+BuildRequires:  yast2-devtools
+BuildRequires:  yast2-testsuite
+BuildRequires:  yast2-update
 
 # xmllint
 BuildRequires:  libxml2
@@ -65,6 +66,8 @@
 BuildArch:  noarch
 
 Summary:YaST2 - Migration Tool for Service Packs
+License:GPL-2.0+
+Group:  System/YaST
 
 %description
 Wagon is a convenience tool to guide the user through the migration. It
@@ -127,13 +130,11 @@
 # Generic 'provides'
 Provides:   wagon-control-file
 
-Group:  System/YaST
-License:GPL-2.0+
-
 Conflicts:  otherproviders(wagon-control-file)
 Supplements:packageand(yast2-wagon:branding-openSUSE)
 
 Summary:YaST Wagon control file for openSUSE
+Group:  System/YaST
 
 %description control-openSUSE
 YaST Wagon control file for openSUSE
@@ -156,9 +157,6 @@
 # Generic 'provides'
 Provides:   wagon-control-file
 
-Group:  System/YaST
-License:  

commit yelp-tools for openSUSE:Factory

2012-04-20 Thread h_root
Hello community,

here is the log from the commit of package yelp-tools for openSUSE:Factory 
checked in at 2012-04-20 15:21:24

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


Package is "yelp-tools", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/yelp-tools/yelp-tools.changes2012-03-29 
14:09:37.0 +0200
+++ /work/SRC/openSUSE:Factory/.yelp-tools.new/yelp-tools.changes   
2012-04-20 15:21:59.0 +0200
@@ -1,0 +2,6 @@
+Tue Apr 17 05:53:18 UTC 2012 - vu...@opensuse.org
+
+- Update to version 3.4.1:
+  + yelp.m4: Fix dist when using the LINGUAS envar
+
+---

Old:

  yelp-tools-3.4.0.tar.xz

New:

  yelp-tools-3.4.1.tar.xz



Other differences:
--
++ yelp-tools.spec ++
--- /var/tmp/diff_new_pack.OIbCie/_old  2012-04-20 15:22:00.0 +0200
+++ /var/tmp/diff_new_pack.OIbCie/_new  2012-04-20 15:22:00.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yelp-tools
-Version:3.4.0
+Version:3.4.1
 Release:0
 Summary:Collection of utilities to help create documentation
 License:GPL-2.0+

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



commit yelp-xsl for openSUSE:Factory

2012-04-20 Thread h_root
Hello community,

here is the log from the commit of package yelp-xsl for openSUSE:Factory 
checked in at 2012-04-20 15:21:29

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


Package is "yelp-xsl", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/yelp-xsl/yelp-xsl.changes2012-03-29 
14:09:43.0 +0200
+++ /work/SRC/openSUSE:Factory/.yelp-xsl.new/yelp-xsl.changes   2012-04-20 
15:22:00.0 +0200
@@ -1,0 +2,6 @@
+Tue Apr 17 05:55:24 UTC 2012 - vu...@opensuse.org
+
+- Update to version 3.4.1:
+  + Updated translations.
+
+---

Old:

  yelp-xsl-3.4.0.tar.xz

New:

  yelp-xsl-3.4.1.tar.xz



Other differences:
--
++ yelp-xsl.spec ++
--- /var/tmp/diff_new_pack.xQubWp/_old  2012-04-20 15:22:01.0 +0200
+++ /var/tmp/diff_new_pack.xQubWp/_new  2012-04-20 15:22:01.0 +0200
@@ -18,7 +18,7 @@
 
 
 Name:   yelp-xsl
-Version:3.4.0
+Version:3.4.1
 Release:0
 Summary:XSL stylesheets for the yelp help browser
 License:GPL-2.0+ and LGPL-2.1+ and MIT

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



commit zypper for openSUSE:Factory

2012-04-20 Thread h_root
Hello community,

here is the log from the commit of package zypper for openSUSE:Factory checked 
in at 2012-04-20 15:21:33

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


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

Changes:

--- /work/SRC/openSUSE:Factory/zypper/zypper.changes2012-04-17 
07:51:13.0 +0200
+++ /work/SRC/openSUSE:Factory/.zypper.new/zypper.changes   2012-04-20 
15:22:02.0 +0200
@@ -1,0 +2,11 @@
+Thu Apr 19 01:15:32 CEST 2012 - m...@suse.de
+
+- Update zypper-po.tar.bz2
+
+---
+Wed Apr 18 18:40:43 CEST 2012 - m...@suse.de
+
+- Some progress bar fixes
+- Fix eating terminal lines (bnc#735016)
+
+---



Other differences:
--
++ zypper-1.7.1.tar.bz2 ++
/work/SRC/openSUSE:Factory/zypper/zypper-1.7.1.tar.bz2 
/work/SRC/openSUSE:Factory/.zypper.new/zypper-1.7.1.tar.bz2 differ: char 11, 
line 1

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



<    1   2