commit kdepim4 for openSUSE:Factory

2014-04-29 Thread h_root
Hello community,

here is the log from the commit of package kdepim4 for openSUSE:Factory checked 
in at 2014-04-29 17:34:13

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


Package is kdepim4

Changes:

--- /work/SRC/openSUSE:Factory/kdepim4/kdepim4.changes  2014-04-18 
12:37:24.0 +0200
+++ /work/SRC/openSUSE:Factory/.kdepim4.new/kdepim4.changes 2014-04-29 
17:34:14.0 +0200
@@ -1,0 +2,6 @@
+Fri Apr 25 10:03:55 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Make sure to depend on libkgapi2 version, against which the
+  package was built
+
+---



Other differences:
--
++ kdepim4.spec ++
--- /var/tmp/diff_new_pack.K7WOXI/_old  2014-04-29 17:34:15.0 +0200
+++ /var/tmp/diff_new_pack.K7WOXI/_new  2014-04-29 17:34:15.0 +0200
@@ -55,6 +55,7 @@
 Suggests:   korganizer
 Suggests:   ktimetracker
 Suggests:   libkdepim4
+Requires:   libkgapi2-2 = %( echo `rpm -q --queryformat '%{VERSION}' 
libkgapi-devel`)
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %kde4_akonadi_requires
 %kde4_pimlibs_requires

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



commit gtkwave for openSUSE:Factory

2014-04-29 Thread h_root
Hello community,

here is the log from the commit of package gtkwave for openSUSE:Factory checked 
in at 2014-04-29 17:33:19

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


Package is gtkwave

Changes:

--- /work/SRC/openSUSE:Factory/gtkwave/gtkwave.changes  2014-03-22 
09:07:09.0 +0100
+++ /work/SRC/openSUSE:Factory/.gtkwave.new/gtkwave.changes 2014-04-29 
17:33:20.0 +0200
@@ -1,0 +2,10 @@
+Tue Apr 29 10:17:50 UTC 2014 - dmitr...@opensuse.org
+
+- Update to version 3.3.59
+  * Use Duff's Device for 8 byte - 1 byte binary value compression 
+algorithm in FST writer.
+  * Updated man page for gtkwave.1 indicating that XID is in hex.
+  * Allow decimal conversions on popcnt filtered vectors that are
+greater than 64 bits (they will never overflow).
+
+---

Old:

  gtkwave-3.3.58.tar.gz

New:

  gtkwave-3.3.59.tar.gz



Other differences:
--
++ gtkwave.spec ++
--- /var/tmp/diff_new_pack.KEvM1z/_old  2014-04-29 17:33:21.0 +0200
+++ /var/tmp/diff_new_pack.KEvM1z/_new  2014-04-29 17:33:21.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   gtkwave
-Version:3.3.58
+Version:3.3.59
 Release:0
 Summary:Waveform viewer for Ditital Signals
 License:GPL-2.0+

++ gtkwave-3.3.58.tar.gz - gtkwave-3.3.59.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gtkwave-3.3.58/ChangeLog new/gtkwave-3.3.59/ChangeLog
--- old/gtkwave-3.3.58/ChangeLog2014-03-16 06:31:40.0 +0100
+++ new/gtkwave-3.3.59/ChangeLog2014-04-26 19:55:01.0 +0200
@@ -1461,3 +1461,13 @@
Change [1] at end of struct to C99 [] notation with appropriate
allocation size modification.
System_profiler speed fix for OSX.
+3.3.59 26apr14 Use Duff's Device for 8 byte - 1 byte binary value compression 
+   algorithm in FST writer.
+   Warnings fixes from cppcheck.
+   Moved MinGW for FST to using different windows tempfile 
+   generation instead of tmpfile().
+   Removed fflush() in FST for MinGW in places that can cause
+   crashes with read only files.
+   Updated man page for gtkwave.1 indicating that XID is in hex.
+   Allow decimal conversions on popcnt filtered vectors that are
+   greater than 64 bits (they will never overflow).
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gtkwave-3.3.58/LICENSE.TXT 
new/gtkwave-3.3.59/LICENSE.TXT
--- old/gtkwave-3.3.58/LICENSE.TXT  2014-02-14 21:26:10.0 +0100
+++ new/gtkwave-3.3.59/LICENSE.TXT  2014-03-21 19:23:34.0 +0100
@@ -1,6 +1,6 @@
 ##
 
-GTKWave 3.3.58 Wave Viewer is Copyright (C) 1999-2014 Tony Bybell.  
+GTKWave 3.3.59 Wave Viewer is Copyright (C) 1999-2014 Tony Bybell.  
 Portions of GTKWave are Copyright (C) 1999-2014 Udi Finkelstein. 
 Context support is Copyright (C) 2007-2014 Kermin Elliott Fleming.
 Trace group support is  Copyright (C) 2009-2014 Donald Baltus.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gtkwave-3.3.58/configure new/gtkwave-3.3.59/configure
--- old/gtkwave-3.3.58/configure2014-02-14 21:26:10.0 +0100
+++ new/gtkwave-3.3.59/configure2014-03-21 19:23:34.0 +0100
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for gtkwave 3.3.58.
+# Generated by GNU Autoconf 2.69 for gtkwave 3.3.59.
 #
 # Report bugs to byb...@rocketmail.com.
 #
@@ -580,8 +580,8 @@
 # Identity of this package.
 PACKAGE_NAME='gtkwave'
 PACKAGE_TARNAME='gtkwave'
-PACKAGE_VERSION='3.3.58'
-PACKAGE_STRING='gtkwave 3.3.58'
+PACKAGE_VERSION='3.3.59'
+PACKAGE_STRING='gtkwave 3.3.59'
 PACKAGE_BUGREPORT='byb...@rocketmail.com'
 PACKAGE_URL=''
 
@@ -1382,7 +1382,7 @@
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat _ACEOF
-\`configure' configures gtkwave 3.3.58 to adapt to many kinds of systems.
+\`configure' configures gtkwave 3.3.59 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1448,7 +1448,7 @@
 
 if test -n $ac_init_help; then
   case $ac_init_help in
- short | recursive ) echo Configuration of gtkwave 3.3.58:;;
+ short | recursive ) echo Configuration of gtkwave 3.3.59:;;
esac
   cat \_ACEOF
 
@@ 

commit cups-filters for openSUSE:Factory

2014-04-29 Thread h_root
Hello community,

here is the log from the commit of package cups-filters for openSUSE:Factory 
checked in at 2014-04-29 17:33:14

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


Package is cups-filters

Changes:

--- /work/SRC/openSUSE:Factory/cups-filters/cups-filters.changes
2014-04-26 09:59:44.0 +0200
+++ /work/SRC/openSUSE:Factory/.cups-filters.new/cups-filters.changes   
2014-04-29 17:33:16.0 +0200
@@ -1,0 +2,25 @@
+Mon Apr 28 10:49:21 CEST 2014 - jsm...@suse.de
+
+- Version upgrade to 1.0.53
+  Changes in 1.0.53:
+  * foomatic-rip: Fixed segfault when creating log file, see
+https://bugs.linuxfoundation.org/show_bug.cgi?id=1206
+  * cups-browsed: SECURITY FIX: Fix on usage of the
+BrowseAllow directive in cups-browsed.conf. Before, if the
+argument of a BrowseAllow directive is not understood it
+is treated as the directive not having been there, allowing
+any host if this was the only BrowseAllow directive. Now
+we treat this as a directive which no host can fulfill, not
+allowing any host if it was the only one. No BrowseAllow
+directive means access for all, as before, see
+https://bugs.linuxfoundation.org/show_bug.cgi?id=1204
+(bnc#871327 therein comment#23 and subsequent comments).
+  * cups-browsed: SECURITY FIX: Further improvement on the fix
+in 1.0.51 as it was insufficient. In addition, some fixes
+against OOB access are done
+(bnc#871327 therein comment#30 and subsequent comments).
+- Removed the # BrowseAllow cups.example.com example line in
+  /etc/cups/cups-browsed.conf because hostnames do not work, see
+  https://bugs.linuxfoundation.org/show_bug.cgi?id=1205
+
+---

Old:

  cups-filters-1.0.52.tar.gz

New:

  cups-filters-1.0.53.tar.gz



Other differences:
--
++ cups-filters.spec ++
--- /var/tmp/diff_new_pack.xRLVt2/_old  2014-04-29 17:33:17.0 +0200
+++ /var/tmp/diff_new_pack.xRLVt2/_new  2014-04-29 17:33:17.0 +0200
@@ -15,6 +15,7 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Summary:OpenPrinting CUPS filters, backends, and cups-browsed
 License:GPL-2.0 and GPL-2.0+ and GPL-3.0 and MIT
 Group:  Hardware/Printing
@@ -35,7 +36,7 @@
 #   and also run: zypper vcmp 'next version' 'current version'
 # e.g. zypper vcmp '1.0.49' '1.0.49.20140326' - 1.0.49 is older than 
1.0.49.20140326
 #  and zypper vcmp '1.0.50' '1.0.49.20140326' - 1.0.50 is newer than 
1.0.49.20140326
-Version:1.0.52
+Version:1.0.53
 Release:0
 # tarball_version is used below to specify the directory via setup -n:
 # Special tarball_version needed for current cups-filters e.g. define 
tarball_version 9.10rc1.
@@ -60,6 +61,7 @@
 # pdftops
 BuildRequires:  poppler-tools
 # pdftoijs, pdftoopvp, pdftoraster
+BuildRequires:  ghostscript-mini-devel
 BuildRequires:  libjpeg-devel
 BuildRequires:  libpng-devel
 BuildRequires:  libpoppler-cpp0
@@ -67,7 +69,6 @@
 BuildRequires:  libpoppler-glib-devel
 BuildRequires:  libtiff-devel
 BuildRequires:  zlib-devel
-BuildRequires:  ghostscript-mini-devel
 # libijs
 BuildRequires:  fontconfig-devel
 BuildRequires:  freetype2-devel
@@ -85,9 +86,9 @@
 # autogen.sh
 BuildRequires:  autoconf
 BuildRequires:  automake
-BuildRequires:  libtool
-BuildRequires:  glibc-devel
 BuildRequires:  gcc-c++
+BuildRequires:  glibc-devel
+BuildRequires:  libtool
 BuildRequires:  systemd
 %systemd_requires
 # test requires
@@ -152,12 +153,16 @@
 and software developed independently of Apple,
 especially filters for the PDF-centric printing
 workflow introduced by OpenPrinting and a daemon
-to browse Bonjour broadcasts of remote CUPS printers
+to browse broadcasts of remote CUPS printers
 and makes these printers available locally.
 
 %package ghostscript
 Summary:OpenPrinting CUPS filters for Ghostscript
 Group:  Hardware/Printing
+# Provide the well known generic name gstoraster so that it is easier for 
users
+# to find or install the RPM package name cups-filters-ghostscript that 
actually provides it
+# e.g. via zypper search gstoraster or zypper install gstoraster:
+Provides:   gstoraster
 
 %description ghostscript
 Since Ghostscript version 9.10 the CUPS filters
@@ -167,10 +172,10 @@
 The binary RPM sub-package cups-filters-ghostscript
 provides only those CUPS filters for Ghostscript.
 This way cups-filters-ghostscript can be used
-with the traditional CUPS up to version 1.5.4
+with the traditional CUPS up to version 1.5
 where the other filters, backends, and cups-browsed
 from cups-filters would cause conflicts because

commit alsa-oss for openSUSE:Factory

2014-04-29 Thread h_root
Hello community,

here is the log from the commit of package alsa-oss for openSUSE:Factory 
checked in at 2014-04-29 17:33:09

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


Package is alsa-oss

Changes:

--- /work/SRC/openSUSE:Factory/alsa-oss/alsa-oss.changes2013-05-28 
07:24:12.0 +0200
+++ /work/SRC/openSUSE:Factory/.alsa-oss.new/alsa-oss.changes   2014-04-29 
17:33:10.0 +0200
@@ -1,0 +2,13 @@
+Mon Apr 28 17:03:38 CEST 2014 - ti...@suse.de
+
+- Fix for dmix with unaligned sample rate:
+  0003-Fix-the-argument-passed-to-snd_pcm_dump_setup.patch
+  0004-Workaround-for-aoss-dmix-with-unaligned-rates.patch 
+
+---
+Mon Apr 28 12:28:36 CEST 2014 - ti...@suse.de
+
+- Revert 0001-Fix-path-to-libaoss.so.patch, as this causes
+  regressions on multi-arch (bnc#874331)
+
+---

Old:

  0001-Fix-path-to-libaoss.so.patch

New:

  0003-Fix-the-argument-passed-to-snd_pcm_dump_setup.patch
  0004-Workaround-for-aoss-dmix-with-unaligned-rates.patch



Other differences:
--
++ alsa-oss.spec ++
--- /var/tmp/diff_new_pack.NhcVgR/_old  2014-04-29 17:33:11.0 +0200
+++ /var/tmp/diff_new_pack.NhcVgR/_new  2014-04-29 17:33:11.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package alsa-oss
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 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
@@ -29,8 +29,9 @@
 Source2:baselibs.conf
 # Patch:  alsa-oss-hg-fixes.diff
 # upstream fixes
-Patch1: 0001-Fix-path-to-libaoss.so.patch
 Patch2: 0002-Add-AM_MAINTAINER_MODE-enable-to-configure.in.patch
+Patch3: 0003-Fix-the-argument-passed-to-snd_pcm_dump_setup.patch
+Patch4: 0004-Workaround-for-aoss-dmix-with-unaligned-rates.patch 
 Url:http://www.alsa-project.org/
 %ifarch s390x
 Recommends: %{name}-32bit = %{version}
@@ -44,8 +45,9 @@
 %prep
 %setup -q -n %{name}-%{package_version}
 # %patch -p1
-%patch1 -p1
 %patch2 -p1
+%patch3 -p1
+%patch4 -p1
 
 %build
 autoreconf -fi

++ 0003-Fix-the-argument-passed-to-snd_pcm_dump_setup.patch ++
From 40357524a04019173d7073b683ebc2465c3db30a Mon Sep 17 00:00:00 2001
From: Takashi Iwai ti...@suse.de
Date: Mon, 28 Apr 2014 16:54:29 +0200
Subject: [PATCH] Fix the argument passed to snd_pcm_dump_setup()

Although it's currently disabled via ifdef, better to fix it so that
any other people won't fall into the same hole like me.

Signed-off-by: Takashi Iwai ti...@suse.de
---
 alsa/pcm.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/alsa/pcm.c b/alsa/pcm.c
index 19b67e0fe8e4..fdf99337997f 100644
--- a/alsa/pcm.c
+++ b/alsa/pcm.c
@@ -308,8 +308,8 @@ static int oss_dsp_hw_params(oss_dsp_t *dsp)
if (err  0)
return err;
 #if 0
-   if (alsa_oss_debug)
-   snd_pcm_dump_setup(pcm, stderr);
+   if (alsa_oss_debug  alsa_oss_debug_out)
+   snd_pcm_dump_setup(pcm, alsa_oss_debug_out);
 #endif
if (err  0)
return err;
-- 
1.9.2

++ 0004-Workaround-for-aoss-dmix-with-unaligned-rates.patch ++
From 22dc53a906f3550b4ad0ce82684d98228d95713c Mon Sep 17 00:00:00 2001
From: Takashi Iwai ti...@suse.de
Date: Mon, 28 Apr 2014 16:57:18 +0200
Subject: [PATCH] Workaround for aoss + dmix with unaligned rates

When an OSS stream is setup (e.g. two periods) with a rate that
doesn't align with the fixed rate of the slave PCM, dmix can't
establish the hw_params properly.  As a dirty workaround, set either
only min or max periods so that they don't conflict with each other.

Bugzilla: https://bugzilla.novell.com/show_bug.cgi?id=874342
Signed-off-by: Takashi Iwai ti...@suse.de
---
 alsa/pcm.c | 9 +
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/alsa/pcm.c b/alsa/pcm.c
index fdf99337997f..c23d0423fc86 100644
--- a/alsa/pcm.c
+++ b/alsa/pcm.c
@@ -263,10 +263,11 @@ static int oss_dsp_hw_params(oss_dsp_t *dsp)
if (err  0)
return err;
periods_min = 2;
-   err = snd_pcm_hw_params_set_periods_min(pcm, hw, 
periods_min, 0);
-   if (err  0)
-   return err;
-   if (dsp-maxfrags  0) {
+   if (!dsp-maxfrags) {
+  

commit kiwi-config-openSUSE for openSUSE:Factory

2014-04-29 Thread h_root
Hello community,

here is the log from the commit of package kiwi-config-openSUSE for 
openSUSE:Factory checked in at 2014-04-29 17:35:23

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


Package is kiwi-config-openSUSE

Changes:

--- 
/work/SRC/openSUSE:Factory/kiwi-config-openSUSE/kiwi-config-openSUSE.changes
2014-03-25 13:23:26.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.kiwi-config-openSUSE.new/kiwi-config-openSUSE.changes
   2014-04-29 17:35:24.0 +0200
@@ -1,0 +2,6 @@
+Tue Apr 29 11:23:50 UTC 2014 - co...@suse.com
+
+- create a PIDFILE for systemd even for live installer (2nd greatest
+  hack of all times)
+
+---



Other differences:
--


++ xdm-liveinstall.patch ++
--- /var/tmp/diff_new_pack.m0H1eO/_old  2014-04-29 17:35:25.0 +0200
+++ /var/tmp/diff_new_pack.m0H1eO/_new  2014-04-29 17:35:25.0 +0200
@@ -20,7 +20,7 @@
 -  startproc -p $PIDFILE $DISPLAYMANAGER $XDMOPTIONS || rc_failed
 +if cat /proc/cmdline | grep -q liveinstall; then
 +[ -x /usr/bin/plymouth ]  /usr/bin/plymouth quit
-+/usr/lib/YaST2/startup/YaST2.call live-installer
++startproc -p $PIDFILE /usr/lib/YaST2/startup/YaST2.call 
live-installer
 +else
 +   startproc -p $PIDFILE $DISPLAYMANAGER $XDMOPTIONS || rc_failed
 +fi

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



commit libeXosip2 for openSUSE:Factory

2014-04-29 Thread h_root
Hello community,

here is the log from the commit of package libeXosip2 for openSUSE:Factory 
checked in at 2014-04-29 17:35:29

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


Package is libeXosip2

Changes:

--- /work/SRC/openSUSE:Factory/libeXosip2/libeXosip2.changes2013-07-17 
10:25:12.0 +0200
+++ /work/SRC/openSUSE:Factory/.libeXosip2.new/libeXosip2.changes   
2014-04-29 17:35:30.0 +0200
@@ -1,0 +2,6 @@
+Mon Apr 28 08:29:28 UTC 2014 - meiss...@suse.com
+
+- libeXosip2-sslverifypaths.patch: set default SSL verify locations 
(bnc#871099)
+- build with -O2 (--disable-debug)
+
+---

New:

  libeXosip2-sslverifypaths.patch



Other differences:
--
++ libeXosip2.spec ++
--- /var/tmp/diff_new_pack.DK04Pz/_old  2014-04-29 17:35:31.0 +0200
+++ /var/tmp/diff_new_pack.DK04Pz/_new  2014-04-29 17:35:31.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libeXosip2
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -23,8 +23,8 @@
 Version:3.5.0
 Release:0
 Url:http://savannah.nongnu.org/forum/forum.php?forum_id=3778
-
 Source: libeXosip2-%{version}.tar.bz2
+Patch0: libeXosip2-sslverifypaths.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  glibc-devel
 BuildRequires:  libopenssl-devel
@@ -73,10 +73,11 @@
 
 %prep
 %setup -q -n libeXosip2-%{version}
+%patch0 -p1
 
 %build
 #./autogen.sh
-%configure --disable-static
+%configure --disable-static --disable-debug
 make
 
 %install

++ libeXosip2-sslverifypaths.patch ++
Index: libeXosip2-3.5.0/src/eXtl_tls.c
===
--- libeXosip2-3.5.0.orig/src/eXtl_tls.c
+++ libeXosip2-3.5.0/src/eXtl_tls.c
@@ -977,10 +977,13 @@ SSL_CTX *initialize_client_ctx(const cha
/* Load the CAs we trust */
if (!
(SSL_CTX_load_verify_locations
-(ctx, eXosip_tls_ctx_params.root_ca_cert, 0)))
+(ctx, eXosip_tls_ctx_params.root_ca_cert, 0))) {
OSIP_TRACE(osip_trace
   (__FILE__, __LINE__, OSIP_ERROR, NULL,
eXosip: Couldn't read CA list\n));
+   /* fallback to whatever the system has */
+   SSL_CTX_set_default_verify_paths(ctx);
+   }
 
{
int verify_mode = SSL_VERIFY_NONE;
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit ponysay for openSUSE:Factory

2014-04-29 Thread h_root
Hello community,

here is the log from the commit of package ponysay for openSUSE:Factory checked 
in at 2014-04-29 17:35:47

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


Package is ponysay

Changes:

New Changes file:

--- /dev/null   2014-04-28 00:21:37.460033756 +0200
+++ /work/SRC/openSUSE:Factory/.ponysay.new/ponysay.changes 2014-04-29 
17:35:48.0 +0200
@@ -0,0 +1,11 @@
+---
+Sat Apr 26 15:47:56 UTC 2014 - andreas.stie...@gmx.de
+
+- spec cleanup
+- add source URLs
+
+---
+
+Sat Apr  6 12:34:23 UTC 2014 - sor.ale...@meowr.ru
+
+- Initial package.

New:

  info-direntry.patch
  ponysay-3.0.1.tar.gz
  ponysay.changes
  ponysay.spec



Other differences:
--
++ ponysay.spec ++
#
# spec file for package ponysay
#
# Copyright (c) 2014 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:   ponysay
Version:3.0.1
Release:0
Summary:Cowsay reimplemention for ponies
License:GPL-3.0+
Group:  Amusements/Toys/Other
Url:https://github.com/erkin/ponysay
Source: 
https://github.com/erkin/%{name}/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
# PATCH-FIX-OPENSUSE info-direntry.patch sor.ale...@meowr.ru -- Adds @direntry 
to ponysay.info.
Patch0: info-direntry.patch
BuildRequires:  fdupes
BuildRequires:  python3-devel
BuildRequires:  texinfo
Requires:   python3
Requires(post): info
Requires(preun): info
BuildArch:  noarch

%description
ponysay as an awesome terminal application to display ponies speaking
messages in your terminal.
It has many features; you can use its info manual to explore them.

%prep
%setup -q
%patch0 -p1

%build
# Nothing to build.

%install
python3 setup.py --prefix=%{_prefix} --dest-dir=%{buildroot} --freedom=partial 
--with-everything --with-pdf=%{_docdir}/%{name}/ install
rm -rf %{buildroot}%{_infodir}/dir %{buildroot}%{_datadir}/licenses/
%fdupes %{buildroot}/%{_datadir}/%{name}

%post
%install_info --info-dir=%{_infodir} %{_infodir}/%{name}.info%{ext_info}
%install_info --info-dir=%{_infodir} %{_infodir}/%{name}-tool.info%{ext_info}
%install_info --info-dir=%{_infodir} %{_infodir}/ponythink.info%{ext_info}

%postun
%install_info_delete --info-dir=%{_infodir} %{_infodir}/%{name}.info%{ext_info}
%install_info_delete --info-dir=%{_infodir} 
%{_infodir}/%{name}-tool.info%{ext_info}
%install_info_delete --info-dir=%{_infodir} 
%{_infodir}/ponythink.info%{ext_info}

%files
%defattr(-,root,root)
%doc CHANGELOG CONTRIBUTING COPYING CREDITS LICENSE README.md
%{_bindir}/pony*
%{_datadir}/%{name}/
%{_infodir}/*.gz
%{_mandir}/man6/*
%{_mandir}/*/man6/*
%{_datadir}/bash-completion/
%{_datadir}/zsh/
%{_datadir}/fish/

%changelog
++ info-direntry.patch ++
--- a/manuals/ponysay.texinfo
+++ b/manuals/ponysay.texinfo
@@ -14,6 +14,10 @@
 @synindex op vr
 @synindex cp pg
 
+@dircategory Miscellaneous
+@direntry
+* ponysay: (ponysay). Ponies for your terminal
+@end direntry
 
 @copying
 This manual is for ponysay
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit wine for openSUSE:Factory

2014-04-29 Thread h_root
Hello community,

here is the log from the commit of package wine for openSUSE:Factory checked in 
at 2014-04-29 17:36:29

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


Package is wine

Changes:

--- /work/SRC/openSUSE:Factory/wine/wine.changes2014-02-26 
06:59:36.0 +0100
+++ /work/SRC/openSUSE:Factory/.wine.new/wine.changes   2014-04-29 
17:36:32.0 +0200
@@ -1,0 +2,39 @@
+Fri Apr 18 19:08:23 UTC 2014 - meiss...@suse.com
+
+- Updated to 1.7.17 development snapshot
+  - More implementations for the Task Scheduler.
+  - C runtime made more compatible by sharing source files.
+  - Fixes in the Mac OS X joystick support.
+  - Various bug fixes.
+- updated winetricks
+
+---
+Fri Apr  4 21:15:06 UTC 2014 - meiss...@suse.com
+
+- Updated to 1.7.16 development snapshot
+  - More regression test fixes.
+  - String arrays better supported in the IDL compiler.
+  - Initial stubs for DirectX Video Acceleration.
+  - Various bug fixes.
+
+---
+Fri Mar 21 22:56:05 UTC 2014 - meiss...@suse.com
+
+- Updated to 1.7.15 development snapshot
+  - New Task Scheduler service.
+  - Many regression test fixes.
+  - Support for exception unwinding in VBScript.
+  - Various bug fixes.
+
+---
+Fri Mar  7 21:41:41 UTC 2014 - meiss...@suse.com
+
+- Updated to 1.7.14 development snapshot
+  - More Task Scheduler support.
+  - Improvements for AVI encoding support.
+  - More VisualBasic interfaces in MSXML.
+  - Support for deflate content encoding in Wininet.
+  - Some fixes for monochrome printers.
+  - Various bug fixes.
+
+---

Old:

  wine-1.7.13.tar.bz2
  wine-1.7.13.tar.bz2.sign

New:

  wine-1.7.17.tar.bz2
  wine-1.7.17.tar.bz2.sign



Other differences:
--
++ wine.spec ++
--- /var/tmp/diff_new_pack.6SiJ85/_old  2014-04-29 17:36:34.0 +0200
+++ /var/tmp/diff_new_pack.6SiJ85/_new  2014-04-29 17:36:34.0 +0200
@@ -55,7 +55,7 @@
 BuildRequires:  update-desktop-files
 BuildRequires:  valgrind-devel
 BuildRequires:  xorg-x11-devel
-Version:1.7.13
+Version:1.7.17
 Release:0
 Summary:An MS Windows Emulator
 License:LGPL-2.1+

++ wine-1.7.13.tar.bz2 - wine-1.7.17.tar.bz2 ++
/work/SRC/openSUSE:Factory/wine/wine-1.7.13.tar.bz2 
/work/SRC/openSUSE:Factory/.wine.new/wine-1.7.17.tar.bz2 differ: char 11, line 1


++ winetricks ++
 1789 lines (skipped)
 between /work/SRC/openSUSE:Factory/wine/winetricks
 and /work/SRC/openSUSE:Factory/.wine.new/winetricks

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