commit xxkb for openSUSE:Factory

2014-11-24 Thread h_root
Hello community,

here is the log from the commit of package xxkb for openSUSE:Factory checked in 
at 2014-11-24 11:09:26

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


Package is xxkb

Changes:

--- /work/SRC/openSUSE:Factory/xxkb/xxkb.changes2014-11-20 
18:43:21.0 +0100
+++ /work/SRC/openSUSE:Factory/.xxkb.new/xxkb.changes   2014-11-24 
11:10:10.0 +0100
@@ -1,0 +2,5 @@
+Sun Nov 23 15:59:00 UTC 2014 - tampak...@opensuse.org
+
+- Version bump 1.11.1, properly fixes the version mismatch and repacked 
tarball mess
+
+---

Old:

  xxkb-1.11-al20-src.tar.gz

New:

  xxkb-1.11.1-src.tar.gz



Other differences:
--
++ xxkb.spec ++
--- /var/tmp/diff_new_pack.JAED3S/_old  2014-11-24 11:10:11.0 +0100
+++ /var/tmp/diff_new_pack.JAED3S/_new  2014-11-24 11:10:11.0 +0100
@@ -16,15 +16,14 @@
 #
 
 
-%define tar_ver 1.11-al20
 Name:   xxkb
-Version:1.11al20
+Version:1.11.1
 Release:0
 Summary:A keyboard layout indicator and switcher
 License:Artistic-2.0
 Group:  System/X11/Utilities
 Url:http://xxkb.sourceforge.net/
-Source: 
http://downloads.sourceforge.net/project/%{name}/%{name}/%{tar_ver}/%{name}-%{tar_ver}-src.tar.gz
+Source: 
http://downloads.sourceforge.net/project/%{name}/%{name}-%{version}-src.tar.gz
 BuildRequires:  imake
 BuildRequires:  pkgconfig(x11)
 BuildRequires:  pkgconfig(xext)
@@ -40,7 +39,7 @@
 setup of your X Server without any modifications.
 
 %prep
-%setup -q -n %{name}
+%setup -q
 
 %build
 xmkmf -a

++ xxkb-1.11-al20-src.tar.gz - xxkb-1.11.1-src.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xxkb/CHANGES.koi8 new/xxkb-1.11.1/CHANGES.koi8
--- old/xxkb/CHANGES.koi8   2014-11-17 20:08:46.0 +0100
+++ new/xxkb-1.11.1/CHANGES.koi82014-11-21 19:54:48.0 +0100
@@ -1,4 +1,4 @@
-ver 1.11-al20
+ver 1.11.1
   - License changed to Artistic License 2.0
 
 ver 1.11

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



commit perl-Devel-Declare for openSUSE:Factory

2014-11-24 Thread h_root
Hello community,

here is the log from the commit of package perl-Devel-Declare for 
openSUSE:Factory checked in at 2014-11-24 11:09:23

Comparing /work/SRC/openSUSE:Factory/perl-Devel-Declare (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Devel-Declare.new (New)


Package is perl-Devel-Declare

Changes:

--- /work/SRC/openSUSE:Factory/perl-Devel-Declare/perl-Devel-Declare.changes
2014-04-23 17:32:38.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Devel-Declare.new/perl-Devel-Declare.changes   
2014-11-24 11:10:05.0 +0100
@@ -1,0 +2,7 @@
+Sun Nov 23 10:36:03 UTC 2014 - co...@suse.com
+
+- updated to 0.006017
+  - fix for changes in 5.21.4 (Avoid creating GVs when subs are declared),
+RT#99102, Father Chrysostomos
+
+---

Old:

  Devel-Declare-0.006016.tar.gz

New:

  Devel-Declare-0.006017.tar.gz



Other differences:
--
++ perl-Devel-Declare.spec ++
--- /var/tmp/diff_new_pack.GRL8kF/_old  2014-11-24 11:10:06.0 +0100
+++ /var/tmp/diff_new_pack.GRL8kF/_new  2014-11-24 11:10:06.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Devel-Declare
-Version:0.006016
+Version:0.006017
 Release:0
 %define cpan_name Devel-Declare
 Summary:Adding keywords to perl, in perl
@@ -47,7 +47,6 @@
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
-find . -type f -print0 | xargs -0 chmod 644
 
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE=%{optflags}

++ Devel-Declare-0.006016.tar.gz - Devel-Declare-0.006017.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Devel-Declare-0.006016/Changes 
new/Devel-Declare-0.006017/Changes
--- old/Devel-Declare-0.006016/Changes  2014-04-01 05:00:48.0 +0200
+++ new/Devel-Declare-0.006017/Changes  2014-09-25 04:47:16.0 +0200
@@ -1,5 +1,9 @@
 Revision history for Devel-Declare
 
+0.006017 - 2014-09-25
+  - fix for changes in 5.21.4 (Avoid creating GVs when subs are declared),
+RT#99102, Father Chrysostomos
+
 0.006016 - 2014-03-31
   - fixed syntax error in a test
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Devel-Declare-0.006016/Declare.xs 
new/Devel-Declare-0.006017/Declare.xs
--- old/Devel-Declare-0.006016/Declare.xs   2014-02-03 03:39:25.0 
+0100
+++ new/Devel-Declare-0.006017/Declare.xs   2014-09-25 04:36:34.0 
+0200
@@ -283,11 +283,26 @@
 
 static int dd_handle_const(pTHX_ char *name);
 
+#ifdef CV_NAME_NOTQUAL /* 5.21.5 */
+# define Gv_or_CvNAME(g) (isGV(g) \
+   ? GvNAME(g) \
+   : SvPV_nolen(cv_name((CV *)SvRV(g), NULL, CV_NAME_NOTQUAL)))
+#elif defined(CvNAMED) /* 5.21.4 */
+# define Gv_or_CvNAME(g) (isGV(g) \
+? GvNAME(g) \
+: CvNAMED(SvRV(g)) \
+? HEK_KEY(CvNAME_HEK((CV *)SvRV(g))) \
+: GvNAME(CvGV(SvRV(g
+#else
+# define Gv_or_CvNAME(g) GvNAME(g)
+#endif
+
 /* replacement PL_check rv2cv entry */
 
 STATIC OP *dd_ck_rv2cv(pTHX_ OP *o, void *user_data) {
   OP* kid;
   int dd_flags;
+  char *gvname;
 
   PERL_UNUSED_VAR(user_data);
 
@@ -304,11 +319,17 @@
   if (kid-op_type != OP_GV) /* not a GV so ignore */
 return o;
 
+  if (!isGV(kGVOP_gv)
+(!SvROK(kGVOP_gv) || SvTYPE(SvRV(kGVOP_gv)) != SVt_PVCV))
+return o;
+
+  gvname = Gv_or_CvNAME(kGVOP_gv);
+
   if (DD_DEBUG_TRACE) {
-printf(Checking GV %s - %s\n, HvNAME(GvSTASH(kGVOP_gv)), 
GvNAME(kGVOP_gv));
+printf(Checking GV %s - %s\n, HvNAME(GvSTASH(kGVOP_gv)), gvname);
   }
 
-  dd_flags = dd_is_declarator(aTHX_ GvNAME(kGVOP_gv));
+  dd_flags = dd_is_declarator(aTHX_ gvname);
 
   if (dd_flags == -1)
 return o;
@@ -320,23 +341,23 @@
 
 #if DD_CONST_VIA_RV2CV
   if (PL_expect != XOPERATOR) {
-if (!dd_handle_const(aTHX_ GvNAME(kGVOP_gv)))
+if (!dd_handle_const(aTHX_ Gv_or_CvNAME(kGVOP_gv)))
   return o;
 CopLINE(PL_curcop) = PL_copline;
 /* The parser behaviour that we're simulating depends on what comes
after the declarator. */
-if (*skipspace(PL_bufptr + strlen(GvNAME(kGVOP_gv))) != '(') {
+if (*skipspace(PL_bufptr + strlen(gvname)) != '(') {
   if (in_declare) {
 call_done_declare(aTHX);
   } else {
-dd_linestr_callback(aTHX_ rv2cv, GvNAME(kGVOP_gv));
+dd_linestr_callback(aTHX_ rv2cv, gvname);
   }
 }
 return o;
   }
 #endif /* DD_CONST_VIA_RV2CV */
 
-  dd_linestr_callback(aTHX_ rv2cv, GvNAME(kGVOP_gv));
+  dd_linestr_callback(aTHX_ rv2cv, gvname);
 
   return o;
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 

commit xfce4-panel-plugin-systemload for openSUSE:Factory

2014-11-24 Thread h_root
Hello community,

here is the log from the commit of package xfce4-panel-plugin-systemload for 
openSUSE:Factory checked in at 2014-11-24 11:09:08

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


Package is xfce4-panel-plugin-systemload

Changes:

--- 
/work/SRC/openSUSE:Factory/xfce4-panel-plugin-systemload/xfce4-panel-plugin-systemload.changes
  2014-06-16 21:38:40.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.xfce4-panel-plugin-systemload.new/xfce4-panel-plugin-systemload.changes
 2014-11-24 11:09:26.0 +0100
@@ -1,0 +2,11 @@
+Fri Nov 21 10:11:44 UTC 2014 - g...@opensuse.org
+
+- update to version 1.1.2
+  - support upower 0.99
+  - add a way to run a command when clicking on systemload plugin
+  - pick up translation updates  fixes, especially DE locale
+  - merge some OpenBSD compatibility patches
+- drop obsolete xfce4-panel-plugin-systemload-upower-0.99.patch,
+  xfce4-systemload-plugin-russian.patch
+
+---

Old:

  xfce4-panel-plugin-systemload-upower-0.99.patch
  xfce4-systemload-plugin-1.1.1.tar.bz2
  xfce4-systemload-plugin-russian.patch

New:

  xfce4-systemload-plugin-1.1.2.tar.bz2



Other differences:
--
++ xfce4-panel-plugin-systemload.spec ++
--- /var/tmp/diff_new_pack.s03W5z/_old  2014-11-24 11:09:27.0 +0100
+++ /var/tmp/diff_new_pack.s03W5z/_new  2014-11-24 11:09:27.0 +0100
@@ -20,17 +20,13 @@
 %define plugin_name xfce4-systemload-plugin
 
 Name:   xfce4-panel-plugin-systemload
-Version:1.1.1
+Version:1.1.2
 Release:0
 Summary:System Load Monitoring Plugin for the Xfce Panel
 License:BSD-2-Clause
 Group:  System/GUI/XFCE
 Url:
http://goodies.xfce.org/projects/panel-plugins/xfce4-systemload-plugin
-Source0:
http://archive.xfce.org/src/panel-plugins/%{plugin_name}/1.0/%{plugin_name}-%{version}.tar.bz2
-# PATCH-FIX-UPSTREAM xfce4-systemload-plugin-russian.patch 
lazy.k...@opensuse.org -- fix Russian translation (plural forms and one string)
-Patch0: xfce4-systemload-plugin-russian.patch
-# PATCH-FIX-UPSTREAM xfce4-panel-plugin-systemload-upower-0.99.patch bxo#10923 
g...@opensuse.org -- Add support for upower = 0.99
-Patch1: xfce4-panel-plugin-systemload-upower-0.99.patch
+Source0:
http://archive.xfce.org/src/panel-plugins/%{plugin_name}/1.1/%{plugin_name}-%{version}.tar.bz2
 BuildRequires:  fdupes
 BuildRequires:  intltool
 BuildRequires:  pkgconfig(gtk+-2.0)
@@ -50,8 +46,6 @@
 
 %prep
 %setup -q -n %{plugin_name}-%{version}
-%patch0 -p1
-%patch1 -p1
 
 %build
 %configure --disable-static

++ xfce4-systemload-plugin-1.1.1.tar.bz2 - 
xfce4-systemload-plugin-1.1.2.tar.bz2 ++
 23936 lines of diff (skipped)

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



commit erlang for openSUSE:Factory

2014-11-24 Thread h_root
Hello community,

here is the log from the commit of package erlang for openSUSE:Factory checked 
in at 2014-11-24 11:09:15

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


Package is erlang

Changes:

--- /work/SRC/openSUSE:Factory/erlang/erlang.changes2014-11-18 
22:48:49.0 +0100
+++ /work/SRC/openSUSE:Factory/.erlang.new/erlang.changes   2014-11-24 
11:09:34.0 +0100
@@ -1,0 +2,5 @@
+Sun Nov  9 08:20:52 UTC 2014 - matwey.korni...@gmail.com
+
+- use wxWidgets 3.0
+
+---



Other differences:
--
++ erlang.spec ++
--- /var/tmp/diff_new_pack.jzd41r/_old  2014-11-24 11:09:37.0 +0100
+++ /var/tmp/diff_new_pack.jzd41r/_new  2014-11-24 11:09:37.0 +0100
@@ -55,6 +55,9 @@
 BuildRequires:  update-alternatives
 Requires:   erlang-epmd
 
+%if 0%{?suse_version} = 1320
+BuildRequires:  wxWidgets-devel = 3
+%else
 %if 0%{?suse_version} = 1140
 BuildRequires:  wxWidgets
 BuildRequires:  wxWidgets-wxcontainer-devel
@@ -63,6 +66,7 @@
 %else
 BuildRequires:  wxGTK-devel = 2.8
 %endif
+%endif
 
 %if 0%{?suse_version} =1230
 BuildRequires:  pkgconfig(systemd)

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



commit giver for openSUSE:Factory

2014-11-24 Thread h_root
Hello community,

here is the log from the commit of package giver for openSUSE:Factory checked 
in at 2014-11-24 11:09:12

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


Package is giver

Changes:

--- /work/SRC/openSUSE:Factory/giver/giver.changes  2013-04-07 
14:22:08.0 +0200
+++ /work/SRC/openSUSE:Factory/.giver.new/giver.changes 2014-11-24 
11:09:32.0 +0100
@@ -1,0 +2,8 @@
+Sat Nov 15 04:55:00 UTC 2014 - Led led...@gmail.com
+
+- fix shebang in giver start script: option '-a' of 'exec' command
+  may be unsupported in some POSIX-complete shells
+- add patches:
+  * giver-0.1.8-fix-bashisms.patch
+
+---

New:

  giver-0.1.8-fix-bashisms.patch



Other differences:
--
++ giver.spec ++
--- /var/tmp/diff_new_pack.jGG2Z6/_old  2014-11-24 11:09:33.0 +0100
+++ /var/tmp/diff_new_pack.jGG2Z6/_new  2014-11-24 11:09:33.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package giver
 #
-# 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
@@ -27,6 +27,7 @@
 Patch:  bnc-326064.txt
 # PATCH-FIX-UPSTREAM giver-change-photo.patch bnc#328531 vu...@opensuse.org -- 
Make it possible to change the photo, patch taken from 
http://code.google.com/p/giver/issues/detail?id=4
 Patch1: giver-change-photo.patch
+Patch2: %{name}-0.1.8-fix-bashisms.patch
 BuildRequires:  fdupes
 BuildRequires:  mono-devel
 BuildRequires:  perl-XML-Parser
@@ -54,6 +55,7 @@
 %setup
 %patch -p1
 %patch1 -p1
+%patch2 -p1
 # Prefer dmcs over gmcs, bnc#812529
 sed -i s:gmcs:dmcs:g configure* src/Makefile*
 

++ giver-0.1.8-fix-bashisms.patch ++
diff -Ndur giver-0.1.8/src/giver.in giver-0.1.8-fix-bashisms/src/giver.in
--- giver-0.1.8/src/giver.in2014-11-15 07:49:40.072723948 +0200
+++ giver-0.1.8-fix-bashisms/src/giver.in   2014-11-15 07:49:31.594724522 
+0200
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 
 prefix=@prefix@
 exec_prefix=@exec_prefix@
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit perl-Any-Moose for openSUSE:Factory

2014-11-24 Thread h_root
Hello community,

here is the log from the commit of package perl-Any-Moose for openSUSE:Factory 
checked in at 2014-11-24 11:09:14

Comparing /work/SRC/openSUSE:Factory/perl-Any-Moose (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Any-Moose.new (New)


Package is perl-Any-Moose

Changes:

--- /work/SRC/openSUSE:Factory/perl-Any-Moose/perl-Any-Moose.changes
2013-06-05 17:47:25.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Any-Moose.new/perl-Any-Moose.changes   
2014-11-24 11:09:33.0 +0100
@@ -1,0 +2,9 @@
+Wed Nov 19 16:53:57 UTC 2014 - l...@linux-schulserver.de
+
+- update to 0.24:
+  * now always prefers Moose if Moo is loaded, to overcome some
+incompatibility issues in subclasses (github #1, Graham Knop)
+  * fix missing =encoding directive in pod
+  * canonical repository moved to https://github.com/moose/Any-Moose
+
+---

Old:

  Any-Moose-0.21.tar.gz

New:

  Any-Moose-0.24.tar.gz



Other differences:
--
++ perl-Any-Moose.spec ++
--- /var/tmp/diff_new_pack.zhmnvZ/_old  2014-11-24 11:09:34.0 +0100
+++ /var/tmp/diff_new_pack.zhmnvZ/_new  2014-11-24 11:09:34.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Any-Moose
 #
-# 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
@@ -17,14 +17,14 @@
 
 
 Name:   perl-Any-Moose
-Version:0.21
+Version:0.24
 Release:0
 %define cpan_name Any-Moose
 Summary:Use Moose or Mouse modules (deprecated)
 License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/Any-Moose/
-Source: 
http://www.cpan.org/authors/id/S/SA/SARTAK/%{cpan_name}-%{version}.tar.gz
+Source: %{cpan_name}-%{version}.tar.gz
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl

++ Any-Moose-0.21.tar.gz - Any-Moose-0.24.tar.gz ++
 2852 lines of diff (skipped)

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



commit icecast for openSUSE:Factory

2014-11-24 Thread h_root
Hello community,

here is the log from the commit of package icecast for openSUSE:Factory checked 
in at 2014-11-24 11:09:28

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


Package is icecast

Changes:

--- /work/SRC/openSUSE:Factory/icecast/icecast.changes  2014-11-18 
22:46:01.0 +0100
+++ /work/SRC/openSUSE:Factory/.icecast.new/icecast.changes 2014-11-24 
11:10:11.0 +0100
@@ -1,0 +2,5 @@
+Sat Nov 22 12:44:18 UTC 2014 - fi...@opensuse.org
+
+- Add icecast-mp3-frame-validation.patch: validate mp3 frame.
+
+---

New:

  icecast-mp3-frame-validation.patch



Other differences:
--
++ icecast.spec ++
--- /var/tmp/diff_new_pack.o5gyAf/_old  2014-11-24 11:10:12.0 +0100
+++ /var/tmp/diff_new_pack.o5gyAf/_new  2014-11-24 11:10:12.0 +0100
@@ -35,6 +35,8 @@
 Patch3: icecast-add_pidfile_directive.patch
 # PATCH-FIX-UPSTREAM -- Produce valid json status, already in upstream trunk 
svn. boo#905468.
 Patch4: icecast-2.4.0-produce-valid-json.patch
+# PATCH-FEATURE-OPENSUSE -- mp3 frame validation
+Patch100:   icecast-mp3-frame-validation.patch
 BuildRequires:  curl-devel
 BuildRequires:  libtheora-devel
 BuildRequires:  libtool
@@ -79,6 +81,7 @@
 %patch1
 %patch3
 %patch4
+%patch100
 
 %build
 autoreconf -fiv

++ icecast-mp3-frame-validation.patch ++
Description: MP3 Frame validation
Author: Paul Kelly p...@stjohnspoint.co.uk

Icecast does not make any attempt to demarcate the boundaries between MP3 
frames, and when a listening client connects to the server it generally is 
sent an initial partial frame that can't be decoded. This is not a problem 
for almost all client players.

It becomes a problem however when a pre-roll intro clip is used. When 
Icecast connects the listener to the main stream after playing the intro 
clip, it will very likely cut in in the middle of a frame, which causes a 
problem for some players. Flash player in particular exhibits strange 
behaviour with the audio cutting in and out every few seconds. Pausing the 
player and resuming cures the problem.

http://lists.xiph.org/pipermail//icecast-dev/2011-October/001998.html

Index: src/format_mp3.c
===
--- src/format_mp3.c.orig
+++ src/format_mp3.c
@@ -509,6 +509,161 @@ static int complete_read (source_t *sour
 return 1;
 }
 
+static int bitrate_table[2][3][14] =
+{
+{
+/* MPEG-2 Layer III */
+{ 8, 16, 24,  32,  40,  48,  56,  64,  80,  96, 112, 128, 144, 160},
+/* MPEG-2 Layer II */
+{ 8, 16, 24,  32,  40,  48,  56,  64,  80,  96, 112, 128, 144, 160},
+/* MPEG-2 Layer I */
+{32, 48, 56,  64,  80,  96, 112, 128, 144, 160, 176, 192, 224, 256}
+},
+{
+/* MPEG-1 Layer III */
+{32, 40, 48,  56,  64,  80,  96, 112, 128, 160, 192, 224, 256, 320},
+/* MPEG-1 Layer II */
+{32, 48, 56,  64,  80,  96, 112, 128, 160, 192, 224, 256, 320, 384},
+/* MPEG-1 Layer I */
+{32, 64, 96, 128, 160, 192, 224, 256, 288, 320, 352, 384, 416, 448}
+}
+};
+
+static int samplerate_table[4][3] =
+{
+{11025, 12000,  8000}, /* MPEG-2 LSF */
+{0, 0, 0}, /* Reserved */
+{22050, 24000, 16000}, /* MPEG-2 */
+{44100, 48000, 32000}  /* MPEG-1 */
+};
+
+static int framesize_table[2][3] =
+{
+/* L.III  L.II   L.I */
+{  576, 1152,  384}, /* MPEG-2 */
+{ 1152, 1152,  384}  /* MPEG-1 */
+};
+
+static int slotsize_table[3] =
+{
+1, /* L. III */
+1, /* L. II  */
+4  /* L. I   */
+};
+
+static int validate_header(mpeg_frame_t *fr)
+{
+unsigned char version_code, layer_code, bitrate_code,
+  samplerate_code, padding;
+char message[200];
+
+#define MAX_FRAME_LEN 2880  /* 160kbps Layer II @ 8kHz */
+
+/* Check sync word is present */
+if (fr-data[0] != 0xff || (fr-data[1]  0xe0) != 0xe0)
+goto invalid_frame;
+
+/* Validate header by checking no reserved values are present */
+if ( (version_code= (fr-data[1]  0x18)  3) ==  1
+  || (layer_code  = (fr-data[1]  0x06)  1) ==  0
+  || (bitrate_code= (fr-data[2]  0xf0)  4) == 15
+  || (samplerate_code = (fr-data[2]  0x0c)  2) ==  3)
+goto invalid_frame;
+
+if (bitrate_code == 0) /* Free-format bitrate */
+/* We can't calculate the frame length anyway from this so can go no
+ * further with validation, so return the header as invalid. This is
+ * arguably a bug. */
+goto invalid_frame;
+
+/* Calculate data length of frame */
+fr-kbps = bitrate_table[version_code  

commit malaga-suomi for openSUSE:Factory

2014-11-24 Thread h_root
Hello community,

here is the log from the commit of package malaga-suomi for openSUSE:Factory 
checked in at 2014-11-24 11:11:01

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


Package is malaga-suomi

Changes:

--- /work/SRC/openSUSE:Factory/malaga-suomi/malaga-suomi.changes
2014-01-30 19:23:53.0 +0100
+++ /work/SRC/openSUSE:Factory/.malaga-suomi.new/malaga-suomi.changes   
2014-11-24 11:11:06.0 +0100
@@ -1,0 +2,6 @@
+Thu Nov 13 12:21:13 UTC 2014 - tchva...@suse.com
+
+- Version bump to lates releases
+  * many new words and fixes
+
+---

Old:

  suomi-malaga-1.15.tar.gz

New:

  suomi-malaga-1.17.tar.gz



Other differences:
--
++ malaga-suomi.spec ++
--- /var/tmp/diff_new_pack.NvP6B5/_old  2014-11-24 11:11:07.0 +0100
+++ /var/tmp/diff_new_pack.NvP6B5/_new  2014-11-24 11:11:07.0 +0100
@@ -18,7 +18,7 @@
 
 %define _name suomi-malaga
 Name:   malaga-suomi
-Version:1.15
+Version:1.17
 Release:0
 Summary:Description of Finnish Morphology Written in Malaga
 License:GPL-2.0+

++ suomi-malaga-1.15.tar.gz - suomi-malaga-1.17.tar.gz ++
 28058 lines of diff (skipped)

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



commit xfce4-panel-plugin-netload for openSUSE:Factory

2014-11-24 Thread h_root
Hello community,

here is the log from the commit of package xfce4-panel-plugin-netload for 
openSUSE:Factory checked in at 2014-11-24 11:09:29

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


Package is xfce4-panel-plugin-netload

Changes:

--- 
/work/SRC/openSUSE:Factory/xfce4-panel-plugin-netload/xfce4-panel-plugin-netload.changes
2014-11-18 22:48:52.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.xfce4-panel-plugin-netload.new/xfce4-panel-plugin-netload.changes
   2014-11-24 11:10:12.0 +0100
@@ -1,0 +2,11 @@
+Sun Nov 23 18:34:15 UTC 2014 - g...@opensuse.org
+
+- update to version 1.2.4
+  - option to show values as bits
+  - reverted Do not enforce max length for text/device entries
+  - set iface length name to 32 chars max
+  - translation updates
+- add xfce4-panel-plugin-netload-fix-array-out-of-bounds.patch in
+  order to fix an array out of bounds write (bxo#11328)
+
+---

Old:

  xfce4-netload-plugin-1.2.3.tar.bz2

New:

  xfce4-netload-plugin-1.2.4.tar.bz2
  xfce4-panel-plugin-netload-fix-array-out-of-bounds.patch



Other differences:
--
++ xfce4-panel-plugin-netload.spec ++
--- /var/tmp/diff_new_pack.vl66Fx/_old  2014-11-24 11:10:14.0 +0100
+++ /var/tmp/diff_new_pack.vl66Fx/_new  2014-11-24 11:10:14.0 +0100
@@ -20,13 +20,15 @@
 %define plugin_name xfce4-netload-plugin
 
 Name:   xfce4-panel-plugin-netload
-Version:1.2.3
+Version:1.2.4
 Release:0
 Summary:Network Load Monitoring Plugin for the Xfce Panel
 License:GPL-2.0+
 Group:  System/GUI/XFCE
 Url:
http://goodies.xfce.org/projects/panel-plugins/xfce4-netload-plugin
 Source0:
http://archive.xfce.org/src/panel-plugins/%{plugin_name}/1.2/%{plugin_name}-%{version}.tar.bz2
+# PATCH-FIX-UPSTREAM xfce4-panel-plugin-netload-fix-array-out-of-bounds.patch 
bxo#11328 g...@opensuse.org -- Fix an array out of bounds write
+Patch0: xfce4-panel-plugin-netload-fix-array-out-of-bounds.patch
 BuildRequires:  fdupes
 BuildRequires:  intltool
 BuildRequires:  pkgconfig(libxfce4panel-1.0)
@@ -43,6 +45,7 @@
 
 %prep
 %setup -q -n %{plugin_name}-%{version}
+%patch0 -p1
 
 %build
 %configure --disable-static

++ xfce4-netload-plugin-1.2.3.tar.bz2 - xfce4-netload-plugin-1.2.4.tar.bz2 
++
 10272 lines of diff (skipped)

++ xfce4-panel-plugin-netload-fix-array-out-of-bounds.patch ++
Index: xfce4-netload-plugin-1.2.4/panel-plugin/net.c
===
--- xfce4-netload-plugin-1.2.4.orig/panel-plugin/net.c
+++ xfce4-netload-plugin-1.2.4/panel-plugin/net.c
@@ -33,6 +33,8 @@
 #include config.h
 #endif
 
+#include glib.h
+
 /* From Wormulon */
 #include net.h
 #include os.h
@@ -81,8 +83,7 @@ int init_netload(netdata* data, const ch
 return TRUE;
 }
 
-strncpy( data-ifdata.if_name, device, INTERFACE_NAME_LENGTH);
-data-ifdata.if_name[INTERFACE_NAME_LENGTH] = '\0';
+g_strlcpy(data-ifdata.if_name, device, sizeof(data-ifdata.if_name));
 
 init_osspecific( data );
 
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit shorewall for openSUSE:Factory

2014-11-24 Thread h_root
Hello community,

here is the log from the commit of package shorewall for openSUSE:Factory 
checked in at 2014-11-24 11:09:30

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


Package is shorewall

Changes:

--- /work/SRC/openSUSE:Factory/shorewall/shorewall.changes  2014-11-06 
16:51:01.0 +0100
+++ /work/SRC/openSUSE:Factory/.shorewall.new/shorewall.changes 2014-11-24 
11:10:14.0 +0100
@@ -1,0 +2,27 @@
+Sun Nov 23 23:20:00 UTC 2014 - tog...@opensuse.org
+
+- Update to version 4.6.5.2 For more details see changelog.txt and
+  releasenotes.txt
+
+  * LOG_BACKEND=LOG failed at run-time for all but the most recent
+kernels.
+
+- Changes in 4.6.5.1
+
+  * The generated script can now detect an gateway address assigned
+by later versions of that program (Alan Barrett).
+
+  * In 4.6.5, the bash-based configure script would issue the
+following diagnostic if SERVICEDIR was not specified in the
+shorewallrc file:
+
+  ./configure: line 199: [SERVICEDIR]=: command not found
+
+This was compounded by the fact that all of the released
+shorewallrc files still specified SYSTEMDDIR rather than
+SERVICEDIR (Evangelos Foutras)
+
+  * The shorewallrc.archlinux file now reflects a change in SBINDIR
+that occurred in Arch Linux in mid 2013 (Evangelos Foutras). 
+
+---

Old:

  shorewall-4.6.4.3.tar.bz2
  shorewall-core-4.6.4.3.tar.bz2
  shorewall-docs-html-4.6.4.3.tar.bz2
  shorewall-init-4.6.4.3.tar.bz2
  shorewall-lite-4.6.4.3.tar.bz2
  shorewall6-4.6.4.3.tar.bz2
  shorewall6-lite-4.6.4.3.tar.bz2

New:

  shorewall-4.6.5.2.tar.bz2
  shorewall-core-4.6.5.2.tar.bz2
  shorewall-docs-html-4.6.5.2.tar.bz2
  shorewall-init-4.6.5.2.tar.bz2
  shorewall-lite-4.6.5.2.tar.bz2
  shorewall6-4.6.5.2.tar.bz2
  shorewall6-lite-4.6.5.2.tar.bz2



Other differences:
--
++ shorewall.spec ++
--- /var/tmp/diff_new_pack.oP0bRP/_old  2014-11-24 11:10:16.0 +0100
+++ /var/tmp/diff_new_pack.oP0bRP/_new  2014-11-24 11:10:16.0 +0100
@@ -20,19 +20,19 @@
 %define have_systemd 1
 
 Name:   shorewall
-Version:4.6.4.3
+Version:4.6.5.2
 Release:0
 Summary:Shoreline Firewall is an iptables-based firewall for Linux 
systems
 License:GPL-2.0
 Group:  Productivity/Networking/Security
 Url:http://www.shorewall.net/
-Source: 
http://www.shorewall.net/pub/shorewall/4.6/shorewall-4.6.4/%{name}-%version.tar.bz2
-Source1:
http://www.shorewall.net/pub/shorewall/4.6/shorewall-4.6.4/%{name}-core-%version.tar.bz2
-Source2:
http://www.shorewall.net/pub/shorewall/4.6/shorewall-4.6.4/%{name}-lite-%version.tar.bz2
-Source3:
http://www.shorewall.net/pub/shorewall/4.6/shorewall-4.6.4/%{name}-init-%version.tar.bz2
-Source4:
http://www.shorewall.net/pub/shorewall/4.6/shorewall-4.6.4/%{name}6-lite-%version.tar.bz2
-Source5:
http://www.shorewall.net/pub/shorewall/4.6/shorewall-4.6.4/%{name}6-%version.tar.bz2
-Source6:
http://www.shorewall.net/pub/shorewall/4.6/shorewall-4.6.4/%{name}-docs-html-%version.tar.bz2
+Source: 
http://www.shorewall.net/pub/shorewall/4.6/shorewall-4.6.5/%{name}-%version.tar.bz2
+Source1:
http://www.shorewall.net/pub/shorewall/4.6/shorewall-4.6.5/%{name}-core-%version.tar.bz2
+Source2:
http://www.shorewall.net/pub/shorewall/4.6/shorewall-4.6.5/%{name}-lite-%version.tar.bz2
+Source3:
http://www.shorewall.net/pub/shorewall/4.6/shorewall-4.6.5/%{name}-init-%version.tar.bz2
+Source4:
http://www.shorewall.net/pub/shorewall/4.6/shorewall-4.6.5/%{name}6-lite-%version.tar.bz2
+Source5:
http://www.shorewall.net/pub/shorewall/4.6/shorewall-4.6.5/%{name}6-%version.tar.bz2
+Source6:
http://www.shorewall.net/pub/shorewall/4.6/shorewall-4.6.5/%{name}-docs-html-%version.tar.bz2
 Source7:%{name}-4.4.22.rpmlintrc
 Source8:README.openSUSE
 # PATCH-FIX-UPSTREAM tog...@opensuse.org Shorewall-lite init.suse.sh Required 
Stop
@@ -360,6 +360,7 @@
 
 # FIXME
 # somehow shorewall-init is not installed for opensuse 11.4
+# systemd changed to servicedir
 
 for i in $targets; do
 pushd ${i}-%{version}
@@ -371,7 +372,7 @@
 libexecdir=%{_libexecdir} \
 sbindir=%_sbindir \
 %if 0%{?have_systemd}
-systemd=%_unitdir \
+servicedir=%_unitdir \
 %endif
 # %%if 0%%{?suse_version} = 1210
 # systemd=%%_unitdir \

++ shorewall-4.6.4.3.tar.bz2 - shorewall-4.6.5.2.tar.bz2 ++
 3251 lines of diff (skipped)

++ shorewall-core-4.6.4.3.tar.bz2 - shorewall-core-4.6.5.2.tar.bz2 

commit python3-Django for openSUSE:Factory

2014-11-24 Thread h_root
Hello community,

here is the log from the commit of package python3-Django for openSUSE:Factory 
checked in at 2014-11-24 11:09:25

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


Package is python3-Django

Changes:

--- /work/SRC/openSUSE:Factory/python3-Django/python3-Django.changes
2014-08-05 13:00:19.0 +0200
+++ /work/SRC/openSUSE:Factory/.python3-Django.new/python3-Django.changes   
2014-11-24 11:10:09.0 +0100
@@ -1,0 +2,140 @@
+Sat Nov 15 21:46:43 UTC 2014 - a...@gmx.de
+
+- Update to Django 1.7.1
+  * Allowed related many-to-many fields to be referenced in the admin
+(#23604).
+  * Added a more helpful error message if you try to migrate an app
+without first creating the contenttypes table (#22411).
+  * Modified migrations dependency algorithm to avoid possible
+infinite recursion.
+  * Fixed a UnicodeDecodeError when the flush error message contained
+Unicode characters (#22882).
+  * Reinstated missing CHECK SQL clauses which were omitted on some
+backends when not using migrations (#23416).
+  * Fixed serialization of type objects in migrations (#22951).
+  * Allowed inline and hidden references to admin fields (#23431).
+  * The @deconstructible decorator now fails with a ValueError if the
+decorated object cannot automatically be imported (#23418).
+  * Fixed a typo in an inlineformset_factory() error message that
+caused a crash (#23451).
+  * Restored the ability to use ABSOLUTE_URL_OVERRIDES with the
+'auth.User' model (#11775). As a side effect, the setting now adds
+a get_absolute_url() method to any model that appears in
+ABSOLUTE_URL_OVERRIDES but doesn’t define get_absolute_url().
+  * Avoided masking some ImportError exceptions during application
+loading (#22920).
+  * Empty index_together or unique_together model options no longer
+results in infinite migrations (#23452).
+  * Fixed crash in contrib.sitemaps if lastmod returned a date rather
+than a datetime (#23403).
+  * Allowed migrations to work with app_labels that have the same last
+part (e.g. django.contrib.auth and vendor.auth) (#23483).
+  * Restored the ability to deepcopy F objects (#23492).
+  * Formats for Welsh (cy) and several Chinese locales (zh_CN,
+zh_Hans, zh_Hant and zh_TW) have been added. Formats for
+Macedonian have been fixed (trailing dot removed, #23532).
+  * Added quoting of constraint names in the SQL generated by
+migrations to prevent crash with uppercase characters in the name
+(#23065).
+  * Fixed renaming of models with a self-referential many-to-many
+field (ManyToManyField('self')) (#23503).
+  * Added the get_extra(), get_max_num(), and get_min_num() hooks to
+GenericInlineModelAdmin (#23539).
+  * Made migrations.RunSQL no longer require percent sign
+escaping. This is now consistent with cursor.execute() (#23426).
+  * Made the SERIALIZE entry in the TEST dictionary usable (#23421).
+  * Fixed bug in migrations that prevented foreign key constraints to
+unmanaged models with a custom primary key (#23415).
+  * Added SchemaEditor for MySQL GIS backend so that spatial indexes
+will be created for apps with migrations (#23538).
+  * Added SchemaEditor for Oracle GIS backend so that spatial metadata
+and indexes will be created for apps with migrations (#23537).
+  * Coerced the related_name model field option to unicode during
+migration generation to generate migrations that work with both
+Python 2 and 3 (#23455).
+  * Fixed MigrationWriter to handle builtin types without imports
+(#23560).
+  * Fixed deepcopy on ErrorList (#23594).
+  * Made the admindocs view to browse view details check if the view
+specified in the URL exists in the URLconf. Previously it was
+possible to import arbitrary packages from the Python path. This
+was not considered a security issue because admindocs is only
+accessible to staff users (#23601).
+  * Fixed UnicodeDecodeError crash in AdminEmailHandler with non-ASCII
+characters in the request (#23593).
+  * Fixed missing get_or_create and update_or_create on related
+managers causing IntegrityError (#23611).
+  * Made urlsafe_base64_decode() return the proper type (byte string)
+on Python 3 (#2).
+  * makemigrations can now serialize timezone-aware values (#23365).
+  * Added a prompt to the migrations questioner when removing the null
+constraint from a field to prevent an IntegrityError on existing
+NULL rows (#23609).
+  * Fixed generic relations in ModelAdmin.list_filter (#23616).
+  * Restored RFC compliance for the SMTP backend on Python 3 (#23063).
+  * Fixed a crash while parsing cookies containing invalid content
+(#23638).
+  * The system check framework 

commit libvoikko for openSUSE:Factory

2014-11-24 Thread h_root
Hello community,

here is the log from the commit of package libvoikko for openSUSE:Factory 
checked in at 2014-11-24 11:11:02

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


Package is libvoikko

Changes:

--- /work/SRC/openSUSE:Factory/libvoikko/libvoikko.changes  2014-01-30 
12:51:56.0 +0100
+++ /work/SRC/openSUSE:Factory/.libvoikko.new/libvoikko.changes 2014-11-24 
11:11:08.0 +0100
@@ -1,0 +2,6 @@
+Thu Nov 13 12:25:52 UTC 2014 - tchva...@suse.com
+
+- Version bump to 3.7.1:
+  * New dictionary format 5 for VFST.
+
+---

Old:

  libvoikko-3.7.tar.gz

New:

  libvoikko-3.7.1.tar.gz



Other differences:
--
++ libvoikko.spec ++
--- /var/tmp/diff_new_pack.xsbEVS/_old  2014-11-24 11:11:10.0 +0100
+++ /var/tmp/diff_new_pack.xsbEVS/_new  2014-11-24 11:11:10.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   libvoikko
-Version:3.7
+Version:3.7.1
 Release:0
 Summary:Spellchecker and Hyphenator for Finnish Language
 License:GPL-2.0+

++ libvoikko-3.7.tar.gz - libvoikko-3.7.1.tar.gz ++
 2666 lines of diff (skipped)

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



commit obs-service-source_validator for openSUSE:Factory

2014-11-24 Thread h_root
Hello community,

here is the log from the commit of package obs-service-source_validator for 
openSUSE:Factory checked in at 2014-11-24 11:11:03

Comparing /work/SRC/openSUSE:Factory/obs-service-source_validator (Old)
 and  /work/SRC/openSUSE:Factory/.obs-service-source_validator.new (New)


Package is obs-service-source_validator

Changes:

--- 
/work/SRC/openSUSE:Factory/obs-service-source_validator/obs-service-source_validator.changes
2014-10-01 07:40:42.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.obs-service-source_validator.new/obs-service-source_validator.changes
   2014-11-24 11:11:11.0 +0100
@@ -1,0 +2,11 @@
+Thu Nov 13 16:01:19 UTC 2014 - co...@suse.com
+
+- remove PKGBUILD file again as it breaks source validator
+
+---
+Thu Nov 13 13:30:56 UTC 2014 - co...@suse.com
+
+- update from git:
+  - Don't use gpg's --pgp2 option which was removed in gnupg 2.1.0
+
+---



Other differences:
--
++ obs-service-source_validator-0.5.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/obs-service-source_validator-0.5/20-files-present-and-referenced 
new/obs-service-source_validator-0.5/20-files-present-and-referenced
--- old/obs-service-source_validator-0.5/20-files-present-and-referenced
2014-09-29 12:22:59.0 +0200
+++ new/obs-service-source_validator-0.5/20-files-present-and-referenced
2014-11-13 14:29:35.0 +0100
@@ -202,13 +202,13 @@
 #
 
 if [ -f $DIR_TO_CHECK/*.keyring 2/dev/null ]; then
-gpg --pgp2 -q --no-default-keyring --keyring 
$TMPDIR/.checkifvalidsourcedir-gpg-keyring --import $DIR_TO_CHECK/*.keyring
+gpg -q --no-default-keyring --keyring 
$TMPDIR/.checkifvalidsourcedir-gpg-keyring --import $DIR_TO_CHECK/*.keyring
 for i in $DIR_TO_CHECK/*.sig $DIR_TO_CHECK/*.asc; do
 if [ -f $i ]; then
validatefn=${i/.asc}
validatefn=${validatefn/.sig}
if [ -f $validatefn ]; then
-gpg --pgp2 -q --no-default-keyring --keyring 
$TMPDIR/.checkifvalidsourcedir-gpg-keyring --verify $i || {
+gpg -q --no-default-keyring --keyring 
$TMPDIR/.checkifvalidsourcedir-gpg-keyring --verify $i || {
 echo (E) signature $i does not validate
 RETURN=2
 }
@@ -216,7 +216,7 @@
if [ -f $validatefn.gz ]; then
TMPFILE=`mktemp`
zcat $validatefn.gz  $TMPFILE
-gpg --pgp2 -q --no-default-keyring --keyring 
$TMPDIR/.checkifvalidsourcedir-gpg-keyring --verify $i $TMPFILE || {
+gpg -q --no-default-keyring --keyring 
$TMPDIR/.checkifvalidsourcedir-gpg-keyring --verify $i $TMPFILE || {
 echo (E) signature $i does not validate
 RETURN=2
 }
@@ -225,7 +225,7 @@
if [ -f $validatefn.bz2 ]; then
TMPFILE=`mktemp`
bzcat $validatefn.bz2  $TMPFILE
-gpg --pgp2 -q --no-default-keyring --keyring 
$TMPDIR/.checkifvalidsourcedir-gpg-keyring --verify $i $TMPFILE || {
+gpg -q --no-default-keyring --keyring 
$TMPDIR/.checkifvalidsourcedir-gpg-keyring --verify $i $TMPFILE || {
 echo (E) signature $i does not validate
 RETURN=2
 }
@@ -234,7 +234,7 @@
if [ -f $validatefn.xz ]; then
TMPFILE=`mktemp`
xzcat $validatefn.xz  $TMPFILE
-gpg --pgp2 -q --no-default-keyring --keyring 
$TMPDIR/.checkifvalidsourcedir-gpg-keyring --verify $i $TMPFILE || {
+gpg -q --no-default-keyring --keyring 
$TMPDIR/.checkifvalidsourcedir-gpg-keyring --verify $i $TMPFILE || {
 echo (E) signature $i does not validate
 RETURN=2
 }

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



commit rubygem-rspec for openSUSE:Factory

2014-11-24 Thread h_root
Hello community,

here is the log from the commit of package rubygem-rspec for openSUSE:Factory 
checked in at 2014-11-24 11:10:53

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


Package is rubygem-rspec

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-rspec/rubygem-rspec.changes  
2013-10-14 13:06:35.0 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-rspec.new/rubygem-rspec.changes 
2014-11-24 11:10:55.0 +0100
@@ -1,0 +2,5 @@
+Mon Nov 10 10:11:03 UTC 2014 - tboer...@suse.com
+
+- Added new ruby macros
+
+---



Other differences:
--
++ rubygem-rspec.spec ++
--- /var/tmp/diff_new_pack.d1gLnO/_old  2014-11-24 11:10:55.0 +0100
+++ /var/tmp/diff_new_pack.d1gLnO/_new  2014-11-24 11:10:55.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-rspec
 #
-# 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
@@ -21,10 +21,11 @@
 Release:0
 %define mod_name rspec
 %define mod_full_name %{mod_name}-%{version}
-
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  ruby-macros = 1
-BuildRequires:  rubygem(rdoc)  3.10
+BuildRequires:  %{rubygem gem2rpm}
+BuildRequires:  %{rubygem rdoc  3.10}
+BuildRequires:  %{ruby}
+BuildRequires:  ruby-macros = 5
 Url:http://github.com/rspec
 Source: http://rubygems.org/gems/%{mod_full_name}.gem
 Summary:rspec-2.14.1
@@ -32,39 +33,17 @@
 Group:  Development/Languages/Ruby
 
 %description
-BDD for Ruby
-
-%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.
+BDD for Ruby.
 
 %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
-mkdir -p %{buildroot}%{_docdir}/%{name}
-ln -s %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/License.txt 
%buildroot/%{_docdir}/%{name}/License.txt
-ln -s %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/README.md 
%buildroot/%{_docdir}/%{name}/README.md
-
-%files
-%defattr(-,root,root,-)
-%{_docdir}/%{name}
-%{_libdir}/ruby/gems/%{rb_ver}/cache/%{mod_full_name}.gem
-%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/
-%{_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}/
+%gem_install \
+  --doc-files=License.txt README.md \
+  -f
+
+%gem_packages
 
 %changelog

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



commit armadillo for openSUSE:Factory

2014-11-24 Thread h_root
Hello community,

here is the log from the commit of package armadillo for openSUSE:Factory 
checked in at 2014-11-24 11:09:31

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


Package is armadillo

Changes:

--- /work/SRC/openSUSE:Factory/armadillo/armadillo.changes  2014-11-19 
20:30:58.0 +0100
+++ /work/SRC/openSUSE:Factory/.armadillo.new/armadillo.changes 2014-11-24 
11:10:19.0 +0100
@@ -1,0 +2,10 @@
+Thu Nov 20 19:12:24 UTC 2014 - badshah...@gmail.com
+
+- Update to version 4.550 (Singapore Sling Deluxe):
+  + Added matrix exponential function: expmat()
+  + Faster .log_p() and .avg_log_p() functions in the gmm_diag
+class when compiling with OpenMP enabled
+  + Faster handling of in-place addition/subtraction of
+expressions with an outer product.
+
+---

Old:

  armadillo-4.500.1.tar.gz

New:

  armadillo-4.550.0.tar.gz



Other differences:
--
++ armadillo.spec ++
--- /var/tmp/diff_new_pack.If0TFj/_old  2014-11-24 11:10:20.0 +0100
+++ /var/tmp/diff_new_pack.If0TFj/_new  2014-11-24 11:10:20.0 +0100
@@ -19,7 +19,7 @@
 %define soname libarmadillo4
 
 Name:   armadillo
-Version:4.500.1
+Version:4.550.0
 Release:0
 Summary:Fast C++ matrix library with interfaces to LAPACK and ATLAS
 License:MPL-2.0

++ armadillo-4.500.1.tar.gz - armadillo-4.550.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/armadillo-4.500.1/CMakeLists.txt 
new/armadillo-4.550.0/CMakeLists.txt
--- old/armadillo-4.500.1/CMakeLists.txt2014-11-17 09:41:54.0 
+0100
+++ new/armadillo-4.550.0/CMakeLists.txt2014-11-21 05:52:24.0 
+0100
@@ -13,8 +13,8 @@
 cmake_minimum_required(VERSION 2.8 FATAL_ERROR)
 
 set(ARMA_MAJOR 4)
-set(ARMA_MINOR 500)
-set(ARMA_PATCH 1)
+set(ARMA_MINOR 550)
+set(ARMA_PATCH 0)
 set(ARMADILLO_VERSION ${ARMA_MAJOR}.${ARMA_MINOR}.${ARMA_PATCH})
 
 message(STATUS Configuring Armadillo ${ARMADILLO_VERSION})
@@ -95,10 +95,12 @@
 set(ARMA_USE_LAPACK true)
 
 message(STATUS )
-message(STATUS *** If the MKL or ACML libraries are installed in)
-message(STATUS *** /opt or /usr/local, make sure the run-time linker can 
find them.)
+message(STATUS *** If the MKL or ACML libraries are installed in 
non-standard locations such as)
+message(STATUS *** /opt/intel/mkl, /opt/intel/composerxe/, 
/usr/local/intel/mkl)
+message(STATUS *** make sure the run-time linker can find them.)
 message(STATUS *** On Linux systems this can be done by editing 
/etc/ld.so.conf)
 message(STATUS *** or modifying the LD_LIBRARY_PATH environment 
variable.)
+message(STATUS )
 message(STATUS *** On systems with SELinux enabled (eg. Fedora, RHEL),)
 message(STATUS *** you may need to change the SELinux type of all 
MKL/ACML libraries)
 message(STATUS *** to fix permission problems that may occur during 
run-time.)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/armadillo-4.500.1/README.txt 
new/armadillo-4.550.0/README.txt
--- old/armadillo-4.500.1/README.txt2014-11-17 09:50:18.0 +0100
+++ new/armadillo-4.550.0/README.txt2014-11-17 09:50:18.0 +0100
@@ -187,7 +187,7 @@
 If you want to use Armadillo without installation,
 or you're getting linking errors, compile along these lines:
   
-  g++ example1.cpp -o example1 -O2 -I /home/blah/armadillo-4.500.1/include 
-DARMA_DONT_USE_WRAPPER -lblas -llapack
+  g++ example1.cpp -o example1 -O2 -I /home/blah/armadillo-4.550.0/include 
-DARMA_DONT_USE_WRAPPER -lblas -llapack 
   
 The above command line assumes that you have unpacked the armadillo archive 
into /home/blah/
 You will need to adjust this for later versions of Armadillo,
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/armadillo-4.500.1/cmake_aux/Modules/ARMA_FindMKL.cmake 
new/armadillo-4.550.0/cmake_aux/Modules/ARMA_FindMKL.cmake
--- old/armadillo-4.500.1/cmake_aux/Modules/ARMA_FindMKL.cmake  2013-04-18 
06:50:43.0 +0200
+++ new/armadillo-4.550.0/cmake_aux/Modules/ARMA_FindMKL.cmake  2014-11-18 
09:53:49.0 +0100
@@ -3,47 +3,130 @@
 #  MKL_LIBRARIES, the libraries needed to use Intel's implementation of BLAS  
LAPACK.
 #  MKL_FOUND, If false, do not try to use MKL.
 
-SET(MKL_NAMES ${MKL_NAMES} mkl_lapack)
-SET(MKL_NAMES ${MKL_NAMES} mkl_intel_thread)
-SET(MKL_NAMES ${MKL_NAMES} mkl_core)
-SET(MKL_NAMES ${MKL_NAMES} guide)
-SET(MKL_NAMES ${MKL_NAMES} mkl)
-SET(MKL_NAMES ${MKL_NAMES} iomp5)
-#SET(MKL_NAMES 

commit rubygem-yast-rake for openSUSE:Factory

2014-11-24 Thread h_root
Hello community,

here is the log from the commit of package rubygem-yast-rake for 
openSUSE:Factory checked in at 2014-11-24 11:11:00

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


Package is rubygem-yast-rake

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-yast-rake/rubygem-yast-rake.changes  
2014-11-02 16:28:06.0 +0100
+++ /work/SRC/openSUSE:Factory/.rubygem-yast-rake.new/rubygem-yast-rake.changes 
2014-11-24 11:11:04.0 +0100
@@ -1,0 +2,8 @@
+Thu Nov 13 09:26:46 UTC 2014 - lsle...@suse.cz
+
+- new tasks:
+  - pot - collect translatable strings and create *.pot files
+  - check:pot - check for common mistakes in translations
+- 0.1.10
+
+---

Old:

  yast-rake-0.1.9.gem

New:

  yast-rake-0.1.10.gem



Other differences:
--
++ rubygem-yast-rake.spec ++
--- /var/tmp/diff_new_pack.KwtbK1/_old  2014-11-24 11:11:05.0 +0100
+++ /var/tmp/diff_new_pack.KwtbK1/_new  2014-11-24 11:11:05.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   rubygem-yast-rake
-Version:0.1.9
+Version:0.1.10
 Release:0
 %define mod_name yast-rake
 %define mod_full_name %{mod_name}-%{version}

++ yast-rake-0.1.9.gem - yast-rake-0.1.10.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/VERSION new/VERSION
--- old/VERSION 1970-01-01 01:00:00.0 +0100
+++ new/VERSION 1970-01-01 01:00:00.0 +0100
@@ -1 +1 @@
-0.1.9
+0.1.10
Files old/checksums.yaml.gz and new/checksums.yaml.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/tasks/pot.rake new/lib/tasks/pot.rake
--- old/lib/tasks/pot.rake  1970-01-01 01:00:00.0 +0100
+++ new/lib/tasks/pot.rake  1970-01-01 01:00:00.0 +0100
@@ -0,0 +1,72 @@
+#--
+# Yast rake
+#
+# Copyright (C) 2014 Novell, Inc.
+#   This library is free software; you can redistribute it and/or modify
+# it only under the terms of version 2.1 of the GNU Lesser General Public
+# License as published by the Free Software Foundation.
+#
+#   This library is distributed in the hope that it will be useful, but WITHOUT
+# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
+# FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more
+# details.
+#
+#   You should have received a copy of the GNU Lesser General Public
+# License along with this library; if not, write to the Free Software
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+#++
+
+desc Collect translatable strings and create POT files
+task :pot do
+  y2tool = /usr/bin/y2tool
+  raise File #{y2tool} is missing, install yast2-devtools unless 
File.exist?(y2tool)
+
+  sh #{y2tool} y2makepot
+end
+
+namespace :check do
+  # print failed lines and a hint to STDERR
+  def report_pot_errors(lines)
+$stderr.puts Failed lines:
+$stderr.puts - * 30
+$stderr.puts lines
+$stderr.puts - * 30
+$stderr.puts
+$stderr.puts Note: \#{foo} substitution in translatable strings does \
+   not work properly, use
+$stderr.puts   _(\foo %{bar} baz\) % { :bar = bar }
+$stderr.puts or
+$stderr.puts   _(\foo %s baz\) % bar
+$stderr.puts
+  end
+
+  # remove gettext keywords and extra quotes
+  def clean_pot_lines(lines)
+# leave just the text
+lines.each do |line|
+  line.sub!(/^msgid \/, )
+  line.sub!(/^\/, )
+  line.sub!(/\$/, )
+end
+  end
+
+  desc Check translatable strings for common mistakes
+  # depends on the global pot task defined above
+  task :pot = :rake:pot do
+Dir[*.pot].each do |pot|
+  puts Checking #{pot}...
+  lines = File.readlines(pot)
+  # remove comments
+  lines.reject!{ |line| line.match(/^#/) }
+  # Ruby substitution present?
+  lines.select!{ |line| line.include?('#{') }
+
+  clean_pot_lines(lines)
+
+  if !lines.empty?
+report_pot_errors(lines)
+raise ERROR: Ruby substitution found in a translatable string
+  end
+end
+  end
+end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/metadata new/metadata
--- old/metadata1970-01-01 01:00:00.0 +0100
+++ new/metadata1970-01-01 01:00:00.0 +0100
@@ -1,14 +1,14 @@
 --- !ruby/object:Gem::Specification
 name: yast-rake
 version: !ruby/object:Gem::Version
-  version: 0.1.9
+  version: 0.1.10
 platform: ruby
 authors:
 - Josef Reidinger
 autorequire: 
 bindir: bin
 cert_chain: []
-date: 2014-10-29 00:00:00.0 Z
+date: 2014-11-13 00:00:00.0 Z

commit mdds for openSUSE:Factory

2014-11-24 Thread h_root
Hello community,

here is the log from the commit of package mdds for openSUSE:Factory checked in 
at 2014-11-24 11:10:57

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


Package is mdds

Changes:

--- /work/SRC/openSUSE:Factory/mdds/mdds.changes2014-10-05 
20:30:35.0 +0200
+++ /work/SRC/openSUSE:Factory/.mdds.new/mdds.changes   2014-11-24 
11:10:58.0 +0100
@@ -1,0 +2,6 @@
+Thu Nov 13 12:13:18 UTC 2014 - tchva...@suse.com
+
+- Version bump to 0.11.1:
+  * Small bugfixes along 0.11 series
+
+---

Old:

  mdds_0.11.0.tar.bz2

New:

  mdds_0.11.1.tar.bz2



Other differences:
--
++ mdds.spec ++
--- /var/tmp/diff_new_pack.c7q8UE/_old  2014-11-24 11:10:59.0 +0100
+++ /var/tmp/diff_new_pack.c7q8UE/_new  2014-11-24 11:10:59.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   mdds
-Version:0.11.0
+Version:0.11.1
 Release:0
 Summary:A collection of multi-dimensional data structure and indexing 
algorithm
 License:MIT

++ mdds_0.11.0.tar.bz2 - mdds_0.11.1.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mdds_0.11.0/NEWS new/mdds_0.11.1/NEWS
--- old/mdds_0.11.0/NEWS2014-09-18 20:06:38.0 +0200
+++ new/mdds_0.11.1/NEWS2014-10-03 02:44:03.0 +0200
@@ -1,3 +1,15 @@
+mdds 0.11.1
+
+* all
+
+  * fixed a large number of outstanding defects reported by Coverity
+Scan.
+
+* multi_type_vector
+
+  * fixed 2 cases of double-free bug in the variant of swap() that
+allows segmented swapping.
+
 mdds 0.11.0
 
 * sorted_string_map (new)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mdds_0.11.0/configure new/mdds_0.11.1/configure
--- old/mdds_0.11.0/configure   2014-09-18 20:06:38.0 +0200
+++ new/mdds_0.11.1/configure   2014-10-03 02:44:03.0 +0200
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for mdds 0.11.0.
+# Generated by GNU Autoconf 2.69 for mdds 0.11.1.
 #
 # Report bugs to kohei.yosh...@gmail.com.
 #
@@ -579,8 +579,8 @@
 # Identity of this package.
 PACKAGE_NAME='mdds'
 PACKAGE_TARNAME='mdds'
-PACKAGE_VERSION='0.11.0'
-PACKAGE_STRING='mdds 0.11.0'
+PACKAGE_VERSION='0.11.1'
+PACKAGE_STRING='mdds 0.11.1'
 PACKAGE_BUGREPORT='kohei.yosh...@gmail.com'
 PACKAGE_URL=''
 
@@ -1181,7 +1181,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 mdds 0.11.0 to adapt to many kinds of systems.
+\`configure' configures mdds 0.11.1 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1242,7 +1242,7 @@
 
 if test -n $ac_init_help; then
   case $ac_init_help in
- short | recursive ) echo Configuration of mdds 0.11.0:;;
+ short | recursive ) echo Configuration of mdds 0.11.1:;;
esac
   cat \_ACEOF
 
@@ -1335,7 +1335,7 @@
 test -n $ac_init_help  exit $ac_status
 if $ac_init_version; then
   cat \_ACEOF
-mdds configure 0.11.0
+mdds configure 0.11.1
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1352,7 +1352,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by mdds $as_me 0.11.0, which was
+It was created by mdds $as_me 0.11.1, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
@@ -1701,7 +1701,7 @@
 
 
 
-VERSION=0.11.0
+VERSION=0.11.1
 
 
 PACKAGE_TARNAME=mdds
@@ -2298,7 +2298,7 @@
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log=
-This file was extended by mdds $as_me 0.11.0, which was
+This file was extended by mdds $as_me 0.11.1, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   CONFIG_FILES= $CONFIG_FILES
@@ -2351,7 +2351,7 @@
 cat $CONFIG_STATUS _ACEOF || ac_write_fail=1
 ac_cs_config=`$as_echo $ac_configure_args | sed 's/^ //; 
s/[\\\`\$]//g'`
 ac_cs_version=\\
-mdds config.status 0.11.0
+mdds config.status 0.11.1
 configured by $0, generated by GNU Autoconf 2.69,
   with options \\\$ac_cs_config\\
 
@@ -3455,7 +3455,7 @@
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log=
-This file was extended by mdds $as_me 0.11.0, which was
+This file was extended by mdds $as_me 0.11.1, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   

commit mythes for openSUSE:Factory

2014-11-24 Thread h_root
Hello community,

here is the log from the commit of package mythes for openSUSE:Factory checked 
in at 2014-11-24 11:10:58

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


Package is mythes

Changes:

--- /work/SRC/openSUSE:Factory/mythes/mythes.changes2013-12-11 
16:15:54.0 +0100
+++ /work/SRC/openSUSE:Factory/.mythes.new/mythes.changes   2014-11-24 
11:11:02.0 +0100
@@ -1,0 +2,6 @@
+Thu Nov 13 12:18:08 UTC 2014 - tchva...@suse.com
+
+- Version bump to 1.2.4:
+  * Fix some clang build warnings
+
+---

Old:

  mythes-1.2.3.tar.gz

New:

  mythes-1.2.4.tar.gz



Other differences:
--
++ mythes.spec ++
--- /var/tmp/diff_new_pack.QqgPaf/_old  2014-11-24 11:11:03.0 +0100
+++ /var/tmp/diff_new_pack.QqgPaf/_new  2014-11-24 11:11:03.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package mythes
 #
-# 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
@@ -18,7 +18,7 @@
 
 %define libname libmythes-1_2-0
 Name:   mythes
-Version:1.2.3
+Version:1.2.4
 Release:0
 Summary:A simple thesaurus for Libreoffice
 License:BSD-2-Clause and MIT

++ mythes-1.2.3.tar.gz - mythes-1.2.4.tar.gz ++
 2256 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/mythes-1.2.3/ChangeLog new/mythes-1.2.4/ChangeLog
--- old/mythes-1.2.3/ChangeLog  2012-06-28 12:59:14.0 +0200
+++ new/mythes-1.2.4/ChangeLog  2014-06-27 10:16:01.0 +0200
@@ -1,3 +1,5 @@
+2014-06-27 Caolán McNamara cmc at LibO:
+* fix some clang scan-build warnings
 2012-06-28 Caolán McNamara cmc at LibO:
 * fix some cppcheck warnings
 * fix some parfait warnings
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/mythes-1.2.3/configure.ac new/mythes-1.2.4/configure.ac
--- old/mythes-1.2.3/configure.ac   2012-06-28 12:57:11.0 +0200
+++ new/mythes-1.2.4/configure.ac   2014-06-27 10:23:58.0 +0200
@@ -4,12 +4,12 @@
 m4_pattern_allow
 
 AC_PREREQ(2.59)
-AC_INIT([mythes],[1.2.3],[nem...@openoffice.org])
+AC_INIT([mythes],[1.2.4],[nem...@openoffice.org])
 
 AC_CANONICAL_SYSTEM
 AC_SUBST(XFAILED)
 
-AM_INIT_AUTOMAKE(mythes, 1.2.3)
+AM_INIT_AUTOMAKE(mythes, 1.2.4)
 MYTHES_VERSION_MAJOR=`echo $VERSION | cut -d. -f1`
 MYTHES_VERSION_MINOR=`echo $VERSION | cut -d. -f2`
 AC_SUBST(MYTHES_VERSION_MAJOR)
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/mythes-1.2.3/example.cxx new/mythes-1.2.4/example.cxx
--- old/mythes-1.2.3/example.cxx2012-06-28 19:01:47.0 +0200
+++ new/mythes-1.2.4/example.cxx2014-06-27 10:15:43.0 +0200
@@ -8,8 +8,6 @@
 
 extern char * mystrdup(const char * s);
 
-using namespace std;
-
 void myfreelist(char *** list, int n)
 {
if (list  (n  0)) {
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/mythes-1.2.3/m4/libtool.m4 new/mythes-1.2.4/m4/libtool.m4
--- old/mythes-1.2.3/m4/libtool.m4  2012-01-05 07:16:33.0 +0100
+++ new/mythes-1.2.4/m4/libtool.m4  2014-01-23 13:34:44.0 +0100
@@ -1312,7 +1312,7 @@
   rm -rf conftest*
   ;;
 
-x86_64-*kfreebsd*-gnu|x86_64-*linux*|ppc*-*linux*|powerpc*-*linux*| \
+x86_64-*kfreebsd*-gnu|x86_64-*linux*|powerpc*-*linux*| \
 s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
   # Find out which ABI we are using.
   echo 'int i;'  conftest.$ac_ext
@@ -1326,7 +1326,10 @@

commit wireless-tools for openSUSE:Factory

2014-11-24 Thread h_root
Hello community,

here is the log from the commit of package wireless-tools for openSUSE:Factory 
checked in at 2014-11-24 11:10:55

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


Package is wireless-tools

Changes:

--- /work/SRC/openSUSE:Factory/wireless-tools/wireless-tools.changes
2014-02-15 17:23:41.0 +0100
+++ /work/SRC/openSUSE:Factory/.wireless-tools.new/wireless-tools.changes   
2014-11-24 11:10:56.0 +0100
@@ -1,0 +2,10 @@
+Sat Oct 18 19:28:00 UTC 2014 - Led led...@gmail.com
+
+- update URL in install_intersil_firmware script
+
+---
+Sat Oct 18 18:43:00 UTC 2014 - Led led...@gmail.com
+
+- fix bashisms in install_*_scripts
+
+---



Other differences:
--
++ suse-files.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/install_acx100_firmware new/install_acx100_firmware
--- old/install_acx100_firmware 2009-03-23 10:15:00.0 +0100
+++ new/install_acx100_firmware 2014-10-18 20:40:02.0 +0200
@@ -9,7 +9,7 @@
 
 die()
 {
-popd
+cd - /dev/null
 test -d $TMPDIR
 rm -rf $TMPDIR
 exit 1
@@ -17,7 +17,7 @@
 
 curldie()
 {
-popd
+cd - /dev/null
 test -d $TMPDIR
 rm -rf $TMPDIR
 echo 
@@ -40,7 +40,6 @@
 
 TMPDIR=$(mktemp -d /var/tmp/acx100.XX) || exit 1
 
-pushd `pwd` /dev/null
 cd $TMPDIR
 echo Downloading firmware
 curl -# -o ${FWFILE} ${URL}/${FWFILE}
@@ -52,7 +51,7 @@
 echo
 echo Firmware successfully installed.
 
-popd /dev/null
+cd - /dev/null
 rm -rf $TMPDIR
 
 exit 0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/install_intersil_firmware 
new/install_intersil_firmware
--- old/install_intersil_firmware   2009-03-23 10:15:00.0 +0100
+++ new/install_intersil_firmware   2014-10-18 21:27:39.0 +0200
@@ -4,12 +4,12 @@
 #
 # This script tries to download and install the firmware needed to run
 # WLAN cards using Intersil's PrismGT chip.
-URL=ftp://ftp.funkwerk-ec.com/pub/old_products/artem/client_cards/11g
+URL=ftp://ftp.funkwerk-ec.com/bintec/old_products/artem/client_cards/11g
 FWFILE=CC-54g_v1017.zip
 
 die()
 {
-popd
+cd - /dev/null
 test -d $TMPDIR
 rm -rf $TMPDIR
 exit 1
@@ -17,7 +17,7 @@
 
 curldie()
 {
-popd
+cd - /dev/null
 test -d $TMPDIR
 rm -rf $TMPDIR
 echo 
@@ -40,7 +40,6 @@
 
 TMPDIR=$(mktemp -d /var/tmp/intersil.XX) || exit 1
 
-pushd `pwd` /dev/null
 cd $TMPDIR
 echo Downloading firmware
 curl -# -o $FWFILE $URL/$FWFILE || curldie
@@ -50,7 +49,7 @@
 echo
 echo Firmware successfully installed.
 
-popd /dev/null
+cd - /dev/null
 rm -rf $TMPDIR
 
 exit 0

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



commit libcares2 for openSUSE:Factory

2014-11-24 Thread h_root
Hello community,

here is the log from the commit of package libcares2 for openSUSE:Factory 
checked in at 2014-11-24 11:11:05

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


Package is libcares2

Changes:

--- /work/SRC/openSUSE:Factory/libcares2/libcares2.changes  2014-05-17 
06:43:20.0 +0200
+++ /work/SRC/openSUSE:Factory/.libcares2.new/libcares2.changes 2014-11-24 
11:11:12.0 +0100
@@ -1,0 +2,8 @@
+Fri Nov 14 09:18:41 UTC 2014 - dims...@opensuse.org
+
+- No longer perform gpg validation; osc source_validator does it
+  implicit:
+  + Drop gpg-offline BuildRequires.
+  + No longer execute gpg_verify.
+
+---



Other differences:
--
++ libcares2.spec ++
--- /var/tmp/diff_new_pack.ZBvTv9/_old  2014-11-24 11:11:13.0 +0100
+++ /var/tmp/diff_new_pack.ZBvTv9/_new  2014-11-24 11:11:13.0 +0100
@@ -32,7 +32,6 @@
 Patch1: 0001-Use-RPM-compiler-options.patch
 BuildRequires:  autoconf
 BuildRequires:  automake
-BuildRequires:  gpg-offline
 BuildRequires:  libtool
 BuildRequires:  pkg-config
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -54,9 +53,6 @@
 by Greg Hudson at MIT.
 
 %prep
-%if 0%{?suse_version} = 1230
-%gpg_verify %{SOURCE1}
-%endif
 %setup -q -n %{pkg_name}-%{version}
 %patch0 -p1
 %patch1 -p1


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



commit vsftpd for openSUSE:Factory

2014-11-24 Thread h_root
Hello community,

here is the log from the commit of package vsftpd for openSUSE:Factory checked 
in at 2014-11-24 11:11:13

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


Package is vsftpd

Changes:

--- /work/SRC/openSUSE:Factory/vsftpd/vsftpd.changes2014-09-03 
21:17:40.0 +0200
+++ /work/SRC/openSUSE:Factory/.vsftpd.new/vsftpd.changes   2014-11-24 
11:11:19.0 +0100
@@ -1,0 +2,8 @@
+Fri Nov 14 09:19:22 UTC 2014 - dims...@opensuse.org
+
+- No longer perform gpg validation; osc source_validator does it
+  implicit:
+  + Drop gpg-offline BuildRequires.
+  + No longer execute gpg_verify.
+
+---



Other differences:
--
++ vsftpd.spec ++
--- /var/tmp/diff_new_pack.ivSUa7/_old  2014-11-24 11:11:20.0 +0100
+++ /var/tmp/diff_new_pack.ivSUa7/_new  2014-11-24 11:11:20.0 +0100
@@ -58,7 +58,6 @@
 Patch17:vsftpd-enable-gettimeofday-sec.patch
 #PATCH-FIX-UPSTREAM: bnc#890469 fix broken syscall on s390
 Patch18:vsftpd-3.0.2-s390.patch
-BuildRequires:  gpg-offline
 BuildRequires:  libcap-devel
 BuildRequires:  openssl-devel
 BuildRequires:  pam-devel
@@ -81,7 +80,6 @@
 tests.
 
 %prep
-%gpg_verify %{S:1000}
 %setup -q
 %patch1
 %patch3 -p1



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



commit apparmor for openSUSE:Factory

2014-11-24 Thread h_root
Hello community,

here is the log from the commit of package apparmor for openSUSE:Factory 
checked in at 2014-11-24 11:11:14

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


Package is apparmor

Changes:

--- /work/SRC/openSUSE:Factory/apparmor/apparmor.changes2014-11-15 
12:12:37.0 +0100
+++ /work/SRC/openSUSE:Factory/.apparmor.new/apparmor.changes   2014-11-24 
11:11:20.0 +0100
@@ -1,0 +2,14 @@
+Sun Nov 16 16:28:14 UTC 2014 - opens...@cboltz.de
+
+- delete cache in apparmor-profiles %post (workaround for
+  bnc#904620#c8 / lp#1392042)
+
+---
+Fri Nov 14 09:18:07 UTC 2014 - dims...@opensuse.org
+
+- No longer perform gpg validation; osc source_validator does it
+  implicit:
+  + Drop gpg-offline BuildRequires.
+  + No longer execute gpg_verify.
+
+---



Other differences:
--
++ apparmor.spec ++
--- /var/tmp/diff_new_pack.A0QO6C/_old  2014-11-24 11:11:22.0 +0100
+++ /var/tmp/diff_new_pack.A0QO6C/_new  2014-11-24 11:11:22.0 +0100
@@ -109,7 +109,6 @@
 BuildRequires:  pkg-config
 BuildRequires:  python
 %if 0%{?suse_version}  1220
-BuildRequires:  gpg-offline
 BuildRequires:  texlive-amsfonts
 BuildRequires:  texlive-cm-super
 %endif
@@ -419,7 +418,6 @@
 %lang_package -n apparmor-parser
 
 %prep
-%{?gpg_verify:  %gpg_verify %{S:1}  }
 %setup -q
 %patch1 -p1
 %patch2
@@ -855,6 +853,8 @@
 
 %post profiles
 %if %{distro} == suse
+  # workaround for bnc#904620#c8 / lp#1392042
+  rm -f /var/cache/apparmor/*
   #restart_on_update boot.apparmor - but non-broken (bnc#853019)
   # (copypaste from parser postun script)
   test -n $FIRST_ARG || FIRST_ARG=$1


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



commit rsync for openSUSE:Factory

2014-11-24 Thread h_root
Hello community,

here is the log from the commit of package rsync for openSUSE:Factory checked 
in at 2014-11-24 11:11:11

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


Package is rsync

Changes:

--- /work/SRC/openSUSE:Factory/rsync/rsync.changes  2014-10-31 
18:27:13.0 +0100
+++ /work/SRC/openSUSE:Factory/.rsync.new/rsync.changes 2014-11-24 
11:11:17.0 +0100
@@ -1,0 +2,8 @@
+Fri Nov 14 09:19:05 UTC 2014 - dims...@opensuse.org
+
+- No longer perform gpg validation; osc source_validator does it
+  implicit:
+  + Drop gpg-offline BuildRequires.
+  + No longer execute gpg_verify.
+
+---



Other differences:
--
++ rsync.spec ++
--- /var/tmp/diff_new_pack.Rf23Tc/_old  2014-11-24 11:11:19.0 +0100
+++ /var/tmp/diff_new_pack.Rf23Tc/_new  2014-11-24 11:11:19.0 +0100
@@ -47,9 +47,6 @@
 BuildRequires:  openslp-devel
 BuildRequires:  popt-devel
 BuildRequires:  zlib-devel
-%if %suse_version = 1230
-BuildRequires:  gpg-offline
-%endif
 
 PreReq: %fillup_prereq
 PreReq: grep
@@ -77,8 +74,6 @@
 for backups and mirroring and as an improved copy command for everyday use.
 
 %prep
-%{?gpg_verify: %gpg_verify %{S:10}}
-%{?gpg_verify: %gpg_verify %{S:11}}
 %setup -q -b 1 -n %{name}-%{version}
 %if %with_system_zlib
 rm -f zlib/*.h



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



commit libpcap for openSUSE:Factory

2014-11-24 Thread h_root
Hello community,

here is the log from the commit of package libpcap for openSUSE:Factory checked 
in at 2014-11-24 11:11:09

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


Package is libpcap

Changes:

--- /work/SRC/openSUSE:Factory/libpcap/libpcap.changes  2014-09-09 
18:59:53.0 +0200
+++ /work/SRC/openSUSE:Factory/.libpcap.new/libpcap.changes 2014-11-24 
11:11:16.0 +0100
@@ -1,0 +2,8 @@
+Fri Nov 14 09:18:45 UTC 2014 - dims...@opensuse.org
+
+- No longer perform gpg validation; osc source_validator does it
+  implicit:
+  + Drop gpg-offline BuildRequires.
+  + No longer execute gpg_verify.
+
+---



Other differences:
--
++ libpcap.spec ++
--- /var/tmp/diff_new_pack.62txr1/_old  2014-11-24 11:11:17.0 +0100
+++ /var/tmp/diff_new_pack.62txr1/_new  2014-11-24 11:11:17.0 +0100
@@ -44,9 +44,6 @@
 %if %{?suse_version} = 1210
 BuildRequires:  libnl3-devel
 %endif
-%if 0%{?suse_version} = 1230
-BuildRequires:  gpg-offline
-%endif
 %if %{with bluetooth}
 BuildRequires:  bluez-devel
 %endif
@@ -94,7 +91,6 @@
 program yourself.
 
 %prep
-%{?gpg_verify: %gpg_verify %{S:4}}
 %setup -q
 %patch0 -p1
 %patch1



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



commit yast2-devtools for openSUSE:Factory

2014-11-24 Thread h_root
Hello community,

here is the log from the commit of package yast2-devtools for openSUSE:Factory 
checked in at 2014-11-24 11:11:09

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


Package is yast2-devtools

Changes:

--- /work/SRC/openSUSE:Factory/yast2-devtools/yast2-devtools.changes
2014-10-11 19:25:57.0 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-devtools.new/yast2-devtools.changes   
2014-11-24 11:11:15.0 +0100
@@ -1,0 +2,7 @@
+Thu Nov 13 11:46:32 UTC 2014 - jreidin...@suse.com
+
+- fix building with new libtool which use variable in backticks
+  causing double backticks and failure to build
+- 3.1.26
+
+---

Old:

  yast2-devtools-3.1.25.tar.bz2

New:

  yast2-devtools-3.1.26.tar.bz2



Other differences:
--
++ yast2-devtools.spec ++
--- /var/tmp/diff_new_pack.NHLm5P/_old  2014-11-24 11:11:16.0 +0100
+++ /var/tmp/diff_new_pack.NHLm5P/_new  2014-11-24 11:11:16.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-devtools
-Version:3.1.25
+Version:3.1.26
 Release:0
 Url:http://github.com/yast/yast-devtools
 

++ yast2-devtools-3.1.25.tar.bz2 - yast2-devtools-3.1.26.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-devtools-3.1.25/README.md 
new/yast2-devtools-3.1.26/README.md
--- old/yast2-devtools-3.1.25/README.md 2014-10-08 14:48:11.0 +0200
+++ new/yast2-devtools-3.1.26/README.md 2014-11-14 11:18:12.0 +0100
@@ -1,6 +1,7 @@
 ## Yast Development Tools
 
-[![Build 
Status](https://travis-ci.org/yast/yast-devtools.png?branch=master)](https://travis-ci.org/yast/yast-devtools)
+Travis: [![Build 
Status](https://travis-ci.org/yast/yast-devtools.png?branch=master)](https://travis-ci.org/yast/yast-devtools)
+Jenkins: [![Jenkins 
Build](http://img.shields.io/jenkins/s/https/ci.opensuse.org/yast-devtools-master.svg)](https://ci.opensuse.org/view/Yast/job/yast-devtools-master/)
 
 
 ## Directory Structure
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-devtools-3.1.25/build-tools/Makefile.am.toplevel 
new/yast2-devtools-3.1.26/build-tools/Makefile.am.toplevel
--- old/yast2-devtools-3.1.25/build-tools/Makefile.am.toplevel  2014-10-08 
14:48:11.0 +0200
+++ new/yast2-devtools-3.1.26/build-tools/Makefile.am.toplevel  2014-11-14 
11:18:12.0 +0100
@@ -27,14 +27,14 @@
 # where devtools install m4 snippets
 # argh, executed literally
 #ACLOCAL_AMFLAGS = -I $(Y2DEVTOOLS_PREFIX)/share/aclocal
-ACLOCAL_AMFLAGS = -I . -I `if test -d ./build-tools; then echo ./build-tools; 
else pkg-config --print-errors --variable=datadir yast2-devtools; fi`/aclocal
+ACLOCAL_AMFLAGS = -I . -I $(if test -d ./build-tools; then echo ./build-tools; 
else pkg-config --print-errors --variable=datadir yast2-devtools; fi)/aclocal
 
 Makefile.am.common: $(DEVTOOLS_DIR)/build-tools/Makefile.am.common
cmp -s $ $@ || cp -f $ $@
 
 # create bzip2ed tar and make some sanity checks
 $(RPMNAME)-$(VERSION).tar.bz2: checkpo dist-bzip2
-   @if [ `bunzip2 -c $(RPMNAME)-$(VERSION).tar.bz2 | wc --bytes` = 0 ] ; 
then \
+   @if [ $(bunzip2 -c $(RPMNAME)-$(VERSION).tar.bz2 | wc --bytes) = 0 ] ; 
then \
echo Error: created tar is empty ; \
exit 1 ; \
fi
@@ -76,8 +76,8 @@
$(Y2TOOL) y2makepot -s $(srcdir)
 
 install-pot: pot
-   @POT_DST=`find -type d -name testsuite -prune , \
-   -type f -name *.pot` ; \
+   @POT_DST=$(find -type d -name testsuite -prune , \
+   -type f -name *.pot) ; \
if [ -n $$POT_DST ] ; then \
echo mkdir -p $(DESTDIR)$(potdir) ; \
mkdir -p $(DESTDIR)$(potdir) ; \
@@ -109,10 +109,10 @@
echo You have to install yast2-devtools to making a package; \
false; \
fi
-   here=`pwd`; \
+   here=$(pwd); \
cd $(srcdir)  for i in $(RPMNAME)*.spec.in; do \
if [ -f $$i ]; then \
-   newname=`echo $$i | sed s/\.in$$//g`; \
+   newname=$(echo $$i | sed s/\.in$$//g); \
$(Y2TOOL) create-spec  $$i  $$here/package/$${newname} ; \
fi \
done
@@ -123,7 +123,7 @@
 
 # check if there is no modified files and all commits were pushed
 check-up-to-date:
-   if [ `git status --short --branch | sed '/##[^[]*$/d;/^??/d' | wc -l` 
-gt 0 ]; then \
+   if [ $(git status --short --branch | sed '/##[^[]*$/d;/^??/d' | wc -l) 
-gt 0 ]; then \
  (echo ERROR: Source is not commited and pushed. See `git status`; 
false) 

commit pcsc-lite for openSUSE:Factory

2014-11-24 Thread h_root
Hello community,

here is the log from the commit of package pcsc-lite for openSUSE:Factory 
checked in at 2014-11-24 11:11:07

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


Package is pcsc-lite

Changes:

--- /work/SRC/openSUSE:Factory/pcsc-lite/pcsc-lite.changes  2014-11-04 
17:28:11.0 +0100
+++ /work/SRC/openSUSE:Factory/.pcsc-lite.new/pcsc-lite.changes 2014-11-24 
11:11:13.0 +0100
@@ -1,0 +2,20 @@
+Fri Nov 14 09:18:56 UTC 2014 - dims...@opensuse.org
+
+- No longer perform gpg validation; osc source_validator does it
+  implicit:
+  + Drop gpg-offline BuildRequires.
+  + No longer execute gpg_verify.
+
+---
+Sat Nov  8 10:06:29 UTC 2014 - w...@rosenauer.org
+
+- Updated to version 1.8.13
+  * fix a systemd + libudev hotplug bug introduced in version 1.8.12
+The list of readers was not (yet) available just after the start
+of pcscd
+  * Make the license more 3-clause BSD like
+  * Fix a rare race condition in the (non default) libusb hotplug
+  * Some other minor improvements and bug corrections
+- use a few more conditionals for recent systemd changes
+
+---

Old:

  pcsc-lite-1.8.12.tar.bz2
  pcsc-lite-1.8.12.tar.bz2.asc

New:

  pcsc-lite-1.8.13.tar.bz2
  pcsc-lite-1.8.13.tar.bz2.asc



Other differences:
--
++ pcsc-lite.spec ++
--- /var/tmp/diff_new_pack.NZ4rFl/_old  2014-11-24 11:11:14.0 +0100
+++ /var/tmp/diff_new_pack.NZ4rFl/_new  2014-11-24 11:11:14.0 +0100
@@ -37,10 +37,7 @@
 BuildRequires:  systemd
 %{?systemd_requires}
 %endif
-%if %suse_version  1220
-BuildRequires:  gpg-offline
-%endif
-Version:1.8.12
+Version:1.8.13
 Release:0
 Requires(pre):  pwdutils
 Url:http://pcsclite.alioth.debian.org/
@@ -132,9 +129,6 @@
 
 
 %prep
-%if 0%{?gpg_verify:1}
-%gpg_verify %{S:7}
-%endif
 %setup -q
 %patch0 -p1
 cp -a %{S:1} %{S:2} %{S:5} %{S:6} .
@@ -174,8 +168,10 @@
 mkdir -p $RPM_BUILD_ROOT%{_docdir}/%{name}
 cp -a AUTHORS ChangeLog ChangeLog.svn COPYING DRIVERS HELP NEWS README 
README.SUSE SECURITY TODO $RPM_BUILD_ROOT%{_docdir}/%{name}
 # Use socket activated pcscd by default.
+%if %suse_version  1140
 mkdir -p $RPM_BUILD_ROOT/usr/lib/systemd/system-preset
 echo -e 'enable pcscd.socket\nenable pcscd.service' 
$RPM_BUILD_ROOT/usr/lib/systemd/system-preset/50-pcscd.preset
+%endif
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -255,11 +251,11 @@
 %{ifddir}
 %if %suse_version  1140
 %_unitdir/*
+/usr/lib/systemd/system-preset/
 %endif
 %if %suse_version  1310
 %{_initrddir}/pcscd
 %endif
-/usr/lib/systemd/system-preset/50-pcscd.preset
 /var/adm/fillup-templates/sysconfig.pcscd
 # libpcsclite.so should stay in the main package (#732911). Third party 
packages may need it for dlopen().
 %{_libdir}/libpcsclite.so

++ pcsc-lite-1.8.12.tar.bz2 - pcsc-lite-1.8.13.tar.bz2 ++
 2368 lines of diff (skipped)

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



commit rubygem-rack-1_3 for openSUSE:Factory

2014-11-24 Thread h_root
Hello community,

here is the log from the commit of package rubygem-rack-1_3 for 
openSUSE:Factory checked in at 2014-11-24 11:13:00

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


Package is rubygem-rack-1_3

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-rack-1_3/rubygem-rack-1_3.changes
2013-05-13 20:50:37.0 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-rack-1_3.new/rubygem-rack-1_3.changes   
2014-11-24 11:13:01.0 +0100
@@ -1,0 +2,7 @@
+Sat Nov  1 23:18:30 UTC 2014 - tboer...@suse.com
+
+- Added new ruby macros
+- Fixed all rpmlintrc errors to prevent failing builds with
+  multiple ruby versions
+
+---

New:

  gem2rpm.yml
  rubygem-rack-1_3-rpmlintrc



Other differences:
--
++ rubygem-rack-1_3.spec ++
--- /var/tmp/diff_new_pack.ajIVag/_old  2014-11-24 11:13:02.0 +0100
+++ /var/tmp/diff_new_pack.ajIVag/_new  2014-11-24 11:13:02.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-rack-1_3
 #
-# 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
@@ -16,21 +16,34 @@
 #
 
 
+#
+# This file was generated with a gem2rpm.yml and not just plain gem2rpm.
+# All sections marked as MANUAL, license headers, summaries and descriptions
+# can be maintained in that file. Please consult this file before editing any
+# of those fields
+#
+
 Name:   rubygem-rack-1_3
 Version:1.3.10
 Release:0
 %define mod_name rack
 %define mod_full_name %{mod_name}-%{version}
-
+%define mod_version_suffix -1_3
+# MANUAL
+BuildRequires:  fdupes
+# /MANUAL
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  ruby-macros = 1
+BuildRequires:  %{rubygem gem2rpm}
+BuildRequires:  %{ruby}
+BuildRequires:  ruby-macros = 5
+BuildRequires:  update-alternatives
 Url:http://rack.github.com/
 Source: http://rubygems.org/gems/%{mod_full_name}.gem
-Summary:a modular Ruby webserver interface
+Source1:rubygem-rack-1_3-rpmlintrc
+Source2:gem2rpm.yml
+Summary:A modular Ruby webserver interface
 License:MIT
 Group:  Development/Languages/Ruby
-%define mod_branch -%{version}
-%define mod_weight 1
 PreReq: update-alternatives
 
 %description
@@ -41,63 +54,19 @@
 middleware) into a single method call.
 Also see http://rack.github.com/.
 
-%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
-mv %{buildroot}%{_bindir}/rackup{,%{mod_branch}}
-ln -s rackup%{mod_branch} %{buildroot}%{_bindir}/rackup
-mkdir -p %{buildroot}%{_docdir}/%{name}
-ln -s %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/COPYING 
%buildroot/%{_docdir}/%{name}/COPYING
-ln -s %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/README.rdoc 
%buildroot/%{_docdir}/%{name}/README.rdoc
-
-%post
-/usr/sbin/update-alternatives --install \
-%{_bindir}/rackup rackup %{_bindir}/rackup%{mod_branch} %{mod_weight}
-
-%preun
-if [ $1 = 0 ] ; then
-/usr/sbin/update-alternatives --remove rackup 
%{_bindir}/rackup%{mod_branch}
-fi
-
-%files
-%defattr(-,root,root,-)
-%{_docdir}/%{name}
-%{_bindir}/rackup%{mod_branch}
-%ghost %{_bindir}/rackup
-%{_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}/test
-%{_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}/test
+%gem_install \
+  --symlink-binaries \
+  --doc-files=COPYING README.rdoc \
+  -f
+# MANUAL
+%fdupes %{buildroot}%{_libdir}/ruby/gems/*/gems/%{mod_name}-%{version}/
+# /MANUAL
+
+%gem_packages
 
 %changelog

++ gem2rpm.yml ++

commit nodejs-fstream-npm for openSUSE:Factory

2014-11-24 Thread h_root
Hello community,

here is the log from the commit of package nodejs-fstream-npm for 
openSUSE:Factory checked in at 2014-11-24 11:12:52

Comparing /work/SRC/openSUSE:Factory/nodejs-fstream-npm (Old)
 and  /work/SRC/openSUSE:Factory/.nodejs-fstream-npm.new (New)


Package is nodejs-fstream-npm

Changes:

--- /work/SRC/openSUSE:Factory/nodejs-fstream-npm/nodejs-fstream-npm.changes
2014-09-23 10:46:10.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.nodejs-fstream-npm.new/nodejs-fstream-npm.changes   
2014-11-24 11:12:54.0 +0100
@@ -1,0 +2,5 @@
+Thu Oct  9 15:08:07 UTC 2014 - jgleiss...@suse.com
+
+- use nodejs-packaging for building
+
+---



Other differences:
--
++ nodejs-fstream-npm.spec ++
--- /var/tmp/diff_new_pack.WSmGF2/_old  2014-11-24 11:12:54.0 +0100
+++ /var/tmp/diff_new_pack.WSmGF2/_new  2014-11-24 11:12:54.0 +0100
@@ -26,13 +26,12 @@
 Group:  Development/Languages/Other
 Url:https://github.com/isaacs/fstream-npm
 Source: 
http://registry.npmjs.org/%{base_name}/-/%{base_name}-%{version}.tgz
-Requires:   nodejs-fstream-ignore
-Requires:   nodejs-inherits
-BuildRequires:  nodejs
+BuildRequires:  nodejs-packaging
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
 ExclusiveArch:  %{ix86} x86_64 %{arm} noarch
-%{?nodejs_requires}
+
+%nodejs_find_provides_and_requires
 
 %description
 This is an fstream DirReader class that will read a directory and filter 
things according to the semantics of what goes in an npm package. 

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



commit vpnc for openSUSE:Factory

2014-11-24 Thread h_root
Hello community,

here is the log from the commit of package vpnc for openSUSE:Factory checked in 
at 2014-11-24 11:13:05

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


Package is vpnc

Changes:

--- /work/SRC/openSUSE:Factory/vpnc/vpnc.changes2014-09-28 
19:56:43.0 +0200
+++ /work/SRC/openSUSE:Factory/.vpnc.new/vpnc.changes   2014-11-24 
11:13:06.0 +0100
@@ -1,0 +2,8 @@
+Wed Nov 12 13:52:59 UTC 2014 - idon...@suse.com
+
+- Update to svn r550
+  * Bugfixes and many openSUSE patches merged
+- Remove vpnc-no-build-dates.patch, vpnc-pidfile-path.diff and
+  vpnc-add-name-to-stderr-log.diff. Merged upstream.
+
+---

Old:

  vpnc-0.5.3r517.tar.bz2
  vpnc-add-name-to-stderr-log.diff
  vpnc-no-build-dates.patch
  vpnc-pidfile-path.diff

New:

  vpnc-0.5.3r550.tar.bz2



Other differences:
--
++ vpnc.spec ++
--- /var/tmp/diff_new_pack.DBJKdU/_old  2014-11-24 11:13:08.0 +0100
+++ /var/tmp/diff_new_pack.DBJKdU/_new  2014-11-24 11:13:08.0 +0100
@@ -20,7 +20,7 @@
 %define _rundir %{_localstatedir}/run
 %endif
 Name:   vpnc
-Version:0.5.3r517
+Version:0.5.3r550
 Release:0
 Summary:A Client for Cisco VPN concentrator
 License:GPL-2.0+
@@ -31,11 +31,8 @@
 Source1:checkout_svn.sh
 Source2:%{name}.conf
 Source3:%{name}.service
-Patch1: vpnc-no-build-dates.patch
 # most ugly hack ever
-Patch4: vpnc-restart-after-timeout.diff
-Patch5: vpnc-pidfile-path.diff
-Patch6: vpnc-add-name-to-stderr-log.diff
+Patch1: vpnc-restart-after-timeout.diff
 BuildRequires:  gnutls
 BuildRequires:  libgcrypt-devel
 BuildRequires:  libgnutls-devel
@@ -62,10 +59,7 @@
 
 %prep
 %setup -q -n %{name}
-%patch1
-%patch4 -p1
-%patch5 -p1
-%patch6 -p1
+%patch1 -p1
 
 %build
 export CFLAGS=%{optflags}

++ vpnc-0.5.3r517.tar.bz2 - vpnc-0.5.3r550.tar.bz2 ++
 2782 lines of diff (skipped)

++ vpnc-restart-after-timeout.diff ++
--- /var/tmp/diff_new_pack.DBJKdU/_old  2014-11-24 11:13:08.0 +0100
+++ /var/tmp/diff_new_pack.DBJKdU/_new  2014-11-24 11:13:08.0 +0100
@@ -1,10 +1,8 @@
-Index: b/tunip.c
+Index: vpnc-nortel/tunip.c
 ===
 a/tunip.c
-+++ b/tunip.c
-@@ -882,10 +882,13 @@ static void vpnc_main_loop(struct sa_blo
-   time(NULL) - s-ipsec.life.start,
-   s-ipsec.life.seconds,
+--- vpnc-nortel.orig/tunip.c
 vpnc-nortel/tunip.c
+@@ -882,6 +882,9 @@ static void vpnc_main_loop(struct sa_blo
s-ipsec.life.rx/1024,
s-ipsec.life.tx/1024,
s-ipsec.life.kbytes));
@@ -14,11 +12,7 @@
} while ((presult == 0 || (presult == -1  errno == EINTR))  
!do_kill);
if (presult == -1) {
logmsg(LOG_ERR, select: %m);
-   continue;
-   }
-@@ -943,10 +946,13 @@ static void vpnc_main_loop(struct sa_blo
-   }
- 
+@@ -943,6 +946,9 @@ static void vpnc_main_loop(struct sa_blo
}
  
switch (do_kill) {
@@ -28,15 +22,11 @@
case -2:
logmsg(LOG_NOTICE, connection terminated by dead peer 
detection);
break;
-   case -1:
-   logmsg(LOG_NOTICE, connection terminated by peer);
-Index: b/vpnc.c
+Index: vpnc-nortel/vpnc.c
 ===
 a/vpnc.c
-+++ b/vpnc.c
-@@ -3777,24 +3777,25 @@ int main(int argc, char **argv)
- #endif
-   gcry_check_version(1.1.90);
+--- vpnc-nortel.orig/vpnc.c
 vpnc-nortel/vpnc.c
+@@ -3834,10 +3834,6 @@ int main(int argc, char **argv)
gcry_control(GCRYCTL_INIT_SECMEM, 16384, 0);
group_init();
  
@@ -47,10 +37,7 @@
do_config(argc, argv);
  
if (opt_vendor == VENDOR_NORTEL)
-   group_id = tolowercase(config[CONFIG_IPSEC_ID]);
-   else
-   group_id = config[CONFIG_IPSEC_ID];
- 
+@@ -3848,6 +3844,11 @@ int main(int argc, char **argv)
DEBUG(1, printf(\nvpnc version  VERSION \n));
hex_dump(hex_test, hex_test, sizeof(hex_test), NULL);
  
@@ -62,11 +49,7 @@
DEBUGTOP(2, printf(S1 init_sockaddr\n));
init_sockaddr(s-dst, config[CONFIG_IPSEC_GATEWAY]);
init_sockaddr(s-opt_src_ip, config[CONFIG_LOCAL_ADDR]);
-   DEBUGTOP(2, printf(S2 make_socket\n));
-   s-ike.src_port = atoi(config[CONFIG_LOCAL_PORT]);
-@@ -3845,10 +3846,11 @@ int 

commit rubygem-treetop for openSUSE:Factory

2014-11-24 Thread h_root
Hello community,

here is the log from the commit of package rubygem-treetop for openSUSE:Factory 
checked in at 2014-11-24 11:12:49

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


Package is rubygem-treetop

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-treetop/rubygem-treetop.changes  
2014-03-22 09:11:50.0 +0100
+++ /work/SRC/openSUSE:Factory/.rubygem-treetop.new/rubygem-treetop.changes 
2014-11-24 11:12:50.0 +0100
@@ -1,0 +2,5 @@
+Mon Oct 13 07:39:15 UTC 2014 - adr...@suse.de
+
+- adapt to new rubygem packaging style
+
+---



Other differences:
--
++ rubygem-treetop.spec ++
--- /var/tmp/diff_new_pack.DwPazE/_old  2014-11-24 11:12:51.0 +0100
+++ /var/tmp/diff_new_pack.DwPazE/_new  2014-11-24 11:12:51.0 +0100
@@ -25,7 +25,7 @@
 %define mod_weight 10503
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  ruby-macros = 3
+BuildRequires:  ruby-macros = 5
 BuildRequires:  update-alternatives
 Url:https://github.com/cjheath/treetop
 Source: http://rubygems.org/gems/%{mod_full_name}.gem
@@ -37,67 +37,16 @@
 %description
 A Ruby-based text parsing and interpretation DSL
 
-%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
-mkdir -p %{buildroot}%{_sysconfdir}/alternatives
-mv %{buildroot}%{_bindir}/tt{,%{mod_branch}}
-touch %{buildroot}%{_sysconfdir}/alternatives/tt
-ln -s %{_sysconfdir}/alternatives/tt %{buildroot}%{_bindir}/tt
-
-mkdir -p %{buildroot}%{_docdir}/%{name}
-ln -s %{gem_base}/gems/%{mod_full_name}/LICENSE 
%buildroot/%{_docdir}/%{name}/LICENSE
-ln -s %{gem_base}/gems/%{mod_full_name}/README.md 
%buildroot/%{_docdir}/%{name}/README.md
-
-%post
-/usr/sbin/update-alternatives --install \
-%{_bindir}/tt tt %{_bindir}/tt%{mod_branch} %{mod_weight}
-
-%preun
-if [ $1 = 0 ] ; then
-/usr/sbin/update-alternatives --remove tt %{_bindir}/tt%{mod_branch}
-fi
-
-%files
-%defattr(-,root,root,-)
-%{_docdir}/%{name}
-%{_bindir}/tt%{mod_branch}
-%{_bindir}/tt
-%ghost %{_sysconfdir}/alternatives/tt
-%{gem_base}/cache/%{mod_full_name}.gem
-%{gem_base}/gems/%{mod_full_name}/
-%exclude %{gem_base}/gems/%{mod_full_name}/spec
-%{gem_base}/specifications/%{mod_full_name}.gemspec
-
-%files doc
-%defattr(-,root,root,-)
-%doc %{gem_base}/doc
-
-%files testsuite
-%defattr(-,root,root,-)
-%{gem_base}/gems/%{mod_full_name}/spec
+%gem_install \
+  --symlink-binaries \
+  --doc-files=LICENSE README.md \
+  -f
+
+%gem_packages
 
 %changelog

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



commit sensors for openSUSE:Factory

2014-11-24 Thread h_root
Hello community,

here is the log from the commit of package sensors for openSUSE:Factory checked 
in at 2014-11-24 11:12:57

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


Package is sensors

Changes:

--- /work/SRC/openSUSE:Factory/sensors/sensors.changes  2014-07-13 
14:06:46.0 +0200
+++ /work/SRC/openSUSE:Factory/.sensors.new/sensors.changes 2014-11-24 
11:12:58.0 +0100
@@ -1,0 +2,12 @@
+Wed Nov  5 10:43:57 UTC 2014 - jdelv...@suse.com
+
+- lm_sensors-r6216-fancontrol-moving-hwmon-attributes.patch:
+  fancontrol: Deal with moving hwmon attributes.
+- lm_sensors-r6237-default-config-NCT6779-NCT6791.patch:
+  sensors.conf.default: Add support for NCT6779 and NCT6791.
+- lm_sensors-r6254-detect-print-kernel-cpu.patch: Print kernel
+  version and processor information.
+- lm_sensors-r6255-fix-shell-error-FCFANS.patch: fancontrol: Fix
+  shell error when FCFANS is not set (bnc#903520).
+
+---

New:

  lm_sensors-r6216-fancontrol-moving-hwmon-attributes.patch
  lm_sensors-r6237-default-config-NCT6779-NCT6791.patch
  lm_sensors-r6254-detect-print-kernel-cpu.patch
  lm_sensors-r6255-fix-shell-error-FCFANS.patch



Other differences:
--
++ sensors.spec ++
--- /var/tmp/diff_new_pack.J1Cp64/_old  2014-11-24 11:12:59.0 +0100
+++ /var/tmp/diff_new_pack.J1Cp64/_new  2014-11-24 11:12:59.0 +0100
@@ -35,6 +35,10 @@
 Patch2: lm_sensors-3.0.0-sensord-separate.patch
 Patch3: lm_sensors-3.0.0-sysconfig_metadata.patch
 Patch4: lm_sensors-3.0.3-hint-at-kernel-extra-package.patch
+Patch5: lm_sensors-r6216-fancontrol-moving-hwmon-attributes.patch
+Patch6: lm_sensors-r6237-default-config-NCT6779-NCT6791.patch
+Patch7: lm_sensors-r6254-detect-print-kernel-cpu.patch
+Patch8: lm_sensors-r6255-fix-shell-error-FCFANS.patch
 
 ExcludeArch:s390 s390x
 %{?systemd_requires}
@@ -96,6 +100,10 @@
 %patch2 -p1
 %patch3 -p1
 %patch4 -p1
+%patch5 -p1
+%patch6 -p1
+%patch7 -p1
+%patch8 -p1
 
 %build
 RPM_OPT_FLAGS=$RPM_OPT_FLAGS

++ lm_sensors-r6216-fancontrol-moving-hwmon-attributes.patch ++
From: Jean Delvare jdelv...@suse.de
Subject: fancontrol: Deal with moving hwmon attributes
Upstream: Committed (http://www.lm-sensors.org/changeset/6216)

Several kernel drivers have already moved their attributes from the
hardware device to the hwmon class device, and others will follow.
Teach fancontrol about this possibility and let it adjust the attribute
paths transparently.
---
 prog/pwm/fancontrol |   63 
 1 file changed, 63 insertions(+)

--- lm_sensors-3.3.5.orig/prog/pwm/fancontrol   2014-11-05 11:39:50.709481711 
+0100
+++ lm_sensors-3.3.5/prog/pwm/fancontrol2014-11-05 11:39:55.983598361 
+0100
@@ -206,6 +206,65 @@ function ValidateDevices()
return $outdated
 }
 
+function FixupDeviceFiles
+{
+   local DEVICE=$1
+   local fcvcount pwmo tsen fan
+
+   let fcvcount=0
+   while (( $fcvcount  ${#AFCPWM[@]} )) # go through all pwm outputs
+   do
+   pwmo=${AFCPWM[$fcvcount]}
+   AFCPWM[$fcvcount]=${pwmo//$DEVICE\/device/$DEVICE}
+   if [ ${AFCPWM[$fcvcount]} != $pwmo ]
+   then
+   echo Adjusing $pwmo - ${AFCPWM[$fcvcount]}
+   fi
+   let fcvcount=$fcvcount+1
+   done
+
+   let fcvcount=0
+   while (( $fcvcount  ${#AFCTEMP[@]} )) # go through all temp inputs
+   do
+   tsen=${AFCTEMP[$fcvcount]}
+   AFCTEMP[$fcvcount]=${tsen//$DEVICE\/device/$DEVICE}
+   if [ ${AFCTEMP[$fcvcount]} != $tsen ]
+   then
+   echo Adjusing $tsen - ${AFCTEMP[$fcvcount]}
+   fi
+   let fcvcount=$fcvcount+1
+   done
+
+   let fcvcount=0
+   while (( $fcvcount  ${#AFCFAN[@]} )) # go through all fan inputs
+   do
+   fan=${AFCFAN[$fcvcount]}
+   AFCFAN[$fcvcount]=${fan//$DEVICE\/device/$DEVICE}
+   if [ ${AFCFAN[$fcvcount]} != $fan ]
+   then
+   echo Adjusing $fan - ${AFCFAN[$fcvcount]}
+   fi
+   let fcvcount=$fcvcount+1
+   done
+}
+
+# Some drivers moved their attributes from hard device to class device
+function FixupFiles
+{
+   local DEVPATH=$1
+   local entry device
+
+   for entry in $DEVPATH
+   do
+   device=`echo $entry | sed -e 's/=[^=]*$//'`
+
+   if [ -e $device/name ]
+   then
+   FixupDeviceFiles $device
+   fi

commit rubygem-sprockets for openSUSE:Factory

2014-11-24 Thread h_root
Hello community,

here is the log from the commit of package rubygem-sprockets for 
openSUSE:Factory checked in at 2014-11-24 11:12:48

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


Package is rubygem-sprockets

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-sprockets/rubygem-sprockets.changes  
2014-05-21 16:30:27.0 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-sprockets.new/rubygem-sprockets.changes 
2014-11-24 11:12:49.0 +0100
@@ -1,0 +2,10 @@
+Sun Oct 12 16:49:48 UTC 2014 - co...@suse.com
+
+- updated to version 2.12.2
+ * Ensure internal asset lookups calls are still restricted to load paths 
within
+   asset compiles. Though, you should not depend on internal asset resolves to 
be
+   completely restricted for security reasons. Assets themselves should be
+   considered full scripting environments with filesystem access.
+- adapt to new rubygem packaging
+
+---

Old:

  sprockets-2.12.1.gem

New:

  sprockets-2.12.2.gem



Other differences:
--
++ rubygem-sprockets.spec ++
--- /var/tmp/diff_new_pack.NEZxEX/_old  2014-11-24 11:12:49.0 +0100
+++ /var/tmp/diff_new_pack.NEZxEX/_new  2014-11-24 11:12:49.0 +0100
@@ -17,15 +17,14 @@
 
 
 Name:   rubygem-sprockets
-Version:2.12.1
+Version:2.12.2
 Release:0
 %define mod_name sprockets
 %define mod_full_name %{mod_name}-%{version}
-%define mod_branch -%{version}
-%define mod_weight 21201
-
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  ruby-macros = 3
+BuildRequires:  %{rubygem gem2rpm}
+BuildRequires:  %{ruby}
+BuildRequires:  ruby-macros = 5
 BuildRequires:  update-alternatives
 Url:http://getsprockets.org/
 Source: http://rubygems.org/gems/%{mod_full_name}.gem
@@ -38,54 +37,16 @@
 Sprockets is a Rack-based asset packaging system that concatenates and serves
 JavaScript, CoffeeScript, CSS, LESS, Sass, and SCSS.
 
-%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.
-
 %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
-mkdir -p %{buildroot}%{_sysconfdir}/alternatives
-mv %{buildroot}%{_bindir}/sprockets{,%{mod_branch}}
-touch %{buildroot}%{_sysconfdir}/alternatives/sprockets
-ln -s %{_sysconfdir}/alternatives/sprockets %{buildroot}%{_bindir}/sprockets
-
-mkdir -p %{buildroot}%{_docdir}/%{name}
-ln -s %{gem_base}/gems/%{mod_full_name}/LICENSE 
%buildroot/%{_docdir}/%{name}/LICENSE
-ln -s %{gem_base}/gems/%{mod_full_name}/README.md 
%buildroot/%{_docdir}/%{name}/README.md
-
-%post
-/usr/sbin/update-alternatives --install \
-%{_bindir}/sprockets sprockets %{_bindir}/sprockets%{mod_branch} 
%{mod_weight}
-
-%preun
-if [ $1 = 0 ] ; then
-/usr/sbin/update-alternatives --remove sprockets 
%{_bindir}/sprockets%{mod_branch}
-fi
-
-%files
-%defattr(-,root,root,-)
-%{_docdir}/%{name}
-%{_bindir}/sprockets%{mod_branch}
-%{_bindir}/sprockets
-%ghost %{_sysconfdir}/alternatives/sprockets
-%{gem_base}/cache/%{mod_full_name}.gem
-%{gem_base}/gems/%{mod_full_name}/
-%{gem_base}/specifications/%{mod_full_name}.gemspec
-
-%files doc
-%defattr(-,root,root,-)
-%doc %{gem_base}/doc
+%gem_install \
+  --symlink-binaries \
+  --doc-files=LICENSE README.md \
+  -f
+
+%gem_packages
 
 %changelog

++ sprockets-2.12.1.gem - sprockets-2.12.2.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/README.md new/README.md
--- old/README.md   1970-01-01 01:00:00.0 +0100
+++ new/README.md   2014-09-06 06:34:57.0 +0200
@@ -366,6 +366,13 @@
 
 ## Version History ##
 
+**2.12.2** (September 5, 2014)
+
+* Ensure internal asset lookups calls are still restricted to load paths within
+  asset compiles. Though, you should not depend on internal asset resolves to 
be
+  completely restricted for security reasons. Assets themselves should be
+  considered full scripting environments with filesystem access.
+
 **2.12.1** (April 17, 2014)
 
 * Fix making manifest target directory when its different than the output 
directory.
Files old/checksums.yaml.gz and new/checksums.yaml.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/sprockets/base.rb new/lib/sprockets/base.rb
--- old/lib/sprockets/base.rb   1970-01-01 01:00:00.0 +0100
+++ 

commit pam-config for openSUSE:Factory

2014-11-24 Thread h_root
Hello community,

here is the log from the commit of package pam-config for openSUSE:Factory 
checked in at 2014-11-24 11:13:03

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


Package is pam-config

Changes:

--- /work/SRC/openSUSE:Factory/pam-config/pam-config.changes2014-09-28 
19:56:47.0 +0200
+++ /work/SRC/openSUSE:Factory/.pam-config.new/pam-config.changes   
2014-11-24 11:13:04.0 +0100
@@ -1,0 +2,6 @@
+Wed Nov 12 14:33:26 CET 2014 - ku...@suse.de
+
+- Added pam_google_authenticator.patch: support google authentiator
+  [bnc#888149]
+
+---

New:

  pam_google_authenticator.patch



Other differences:
--
++ pam-config.spec ++
--- /var/tmp/diff_new_pack.3FhLR0/_old  2014-11-24 11:13:06.0 +0100
+++ /var/tmp/diff_new_pack.3FhLR0/_new  2014-11-24 11:13:06.0 +0100
@@ -24,6 +24,7 @@
 Release:0
 PreReq: pam = 0.99
 Source: %{name}-%{version}.tar.bz2
+Patch:  pam_google_authenticator.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -37,6 +38,7 @@
 
 %prep
 %setup -q
+%patch -p1
 
 %build
 %configure

++ pam_google_authenticator.patch ++
diff -uNr pam-config-0.87/src/Makefile.am pam-config-0.87.gauth/src/Makefile.am
--- pam-config-0.87/src/Makefile.am 2014-04-02 08:45:02.0 -0400
+++ pam-config-0.87.gauth/src/Makefile.am   2014-07-17 07:57:50.0 
-0400
@@ -31,7 +31,7 @@
mod_pam_csync.c mod_pam_fp.c mod_pam_fprint.c mod_pam_pwhistory.c \
mod_pam_selinux.c mod_pam_gnome_keyring.c mod_pam_passwdqc.c \
mod_pam_exec.c mod_pam_sss.c mod_pam_fprintd.c mod_pam_systemd.c \
-   mod_pam_ecryptfs.c mod_pam_access.c
+   mod_pam_ecryptfs.c mod_pam_access.c mod_pam_google_authenticator.c
 
 noinst_HEADERS = pam-config.h pam-module.h
 
diff -uNr pam-config-0.87/src/Makefile.in pam-config-0.87.gauth/src/Makefile.in
--- pam-config-0.87/src/Makefile.in 2014-04-02 09:11:21.0 -0400
+++ pam-config-0.87.gauth/src/Makefile.in   2014-07-17 07:57:50.0 
-0400
@@ -128,7 +128,7 @@
mod_pam_passwdqc.$(OBJEXT) mod_pam_exec.$(OBJEXT) \
mod_pam_sss.$(OBJEXT) mod_pam_fprintd.$(OBJEXT) \
mod_pam_systemd.$(OBJEXT) mod_pam_ecryptfs.$(OBJEXT) \
-   mod_pam_access.$(OBJEXT)
+   mod_pam_access.$(OBJEXT) mod_pam_google_authenticator.$(OBJEXT)
 pam_config_OBJECTS = $(am_pam_config_OBJECTS)
 pam_config_LDADD = $(LDADD)
 AM_V_P = $(am__v_P_@AM_V@)
diff -uNr pam-config-0.87/src/mod_pam_google_authenticator.c 
pam-config-0.87.gauth/src/mod_pam_google_authenticator.c
--- pam-config-0.87/src/mod_pam_google_authenticator.c  1969-12-31 
19:00:00.0 -0500
+++ pam-config-0.87.gauth/src/mod_pam_google_authenticator.c2014-07-17 
14:26:47.914409709 -0400
@@ -0,0 +1,110 @@
+/* Copyright (C) 2014 Darin Perusich
+   Author: Darin Perusich da...@darins.net
+
+   This program is free software; you can redistribute it and/or modify
+   it under the terms of the GNU General Public License version 2 as
+   published by the Free Software Foundation.
+
+   This program is distributed in the hope that it will be useful,
+   but WITHOUT ANY WARRANTY; without even the implied warranty of
+   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+   GNU General Public License for more details.
+
+   You should have received a copy of the GNU General Public License
+   along with this program; if not, write to the Free Software Foundation,
+   Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  */
+
+#ifdef HAVE_CONFIG_H
+#include config.h
+#endif
+
+#include stdio.h
+#include string.h
+#include ctype.h
+
+#include pam-config.h
+#include pam-module.h
+
+static void
+write_config_internal (FILE *fp, option_set_t *opt_set)
+{
+  fprintf (fp, auth\trequired\tpam_google_authenticator.so\t);
+
+  WRITE_CONFIG_OPTIONS
+}
+
+static int
+write_config_google_authenticator (pam_module_t *this,
+enum write_type op __attribute__((unused)),
+FILE *unused __attribute__((unused)))
+{
+  option_set_t *opt_set = this-get_opt_set (this, AUTH);
+  int is_written = 0;
+  FILE *fp;
+  config_content_t *ptr;
+  int writeit = opt_set-is_enabled (opt_set, is_enabled);
+
+  if (debug)
+debug_write_call (this, AUTH);
+
+  load_single_config (gl_service, ptr);
+
+  fp = create_service_file (gl_service);
+  if( fp == NULL ) return 1;
+
+  while (ptr != NULL)
+{
+  if (writeit)
+{
+  /* don't write old pam_google_authenticator.so line */
+  if (strcasestr (ptr-line, pam_google_authenticator.so) == NULL)
+

commit rubygem-rack for openSUSE:Factory

2014-11-24 Thread h_root
Hello community,

here is the log from the commit of package rubygem-rack for openSUSE:Factory 
checked in at 2014-11-24 11:12:59

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


Package is rubygem-rack

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-rack/rubygem-rack.changes
2013-06-05 14:24:43.0 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-rack.new/rubygem-rack.changes   
2014-11-24 11:13:00.0 +0100
@@ -1,0 +2,12 @@
+Sat Nov  1 23:17:03 UTC 2014 - tboer...@suse.com
+
+- Fixed all rpmlintrc errors to prevent failing builds with
+  multiple ruby versions
+
+---
+Mon Sep 29 20:13:50 UTC 2014 - mrueck...@suse.de
+
+- added rpmlintrc to ignore the rackup shebang line in a test case
+- updated to new packaging scheme and add gem2rpm.yml
+
+---

New:

  gem2rpm.yml
  rubygem-rack-rpmlintrc



Other differences:
--
++ rubygem-rack.spec ++
--- /var/tmp/diff_new_pack.RGJf5p/_old  2014-11-24 11:13:01.0 +0100
+++ /var/tmp/diff_new_pack.RGJf5p/_new  2014-11-24 11:13:01.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-rack
 #
-# 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
@@ -16,21 +16,33 @@
 #
 
 
+#
+# This file was generated with a gem2rpm.yml and not just plain gem2rpm.
+# All sections marked as MANUAL, license headers, summaries and descriptions
+# can be maintained in that file. Please consult this file before editing any
+# of those fields
+#
+
 Name:   rubygem-rack
 Version:1.5.2
 Release:0
 %define mod_name rack
 %define mod_full_name %{mod_name}-%{version}
-
+# MANUAL
+BuildRequires:  fdupes
+# /MANUAL
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  ruby-macros = 1
+BuildRequires:  %{rubygem gem2rpm}
+BuildRequires:  %{ruby}
+BuildRequires:  ruby-macros = 5
+BuildRequires:  update-alternatives
 Url:http://rack.github.com/
 Source: http://rubygems.org/gems/%{mod_full_name}.gem
-Summary:a modular Ruby webserver interface
+Source1:rubygem-rack-rpmlintrc
+Source2:gem2rpm.yml
+Summary:A modular Ruby webserver interface
 License:MIT
 Group:  Development/Languages/Ruby
-%define mod_branch -%{version}
-%define mod_weight 1
 PreReq: update-alternatives
 
 %description
@@ -41,63 +53,19 @@
 middleware) into a single method call.
 Also see http://rack.github.com/.
 
-%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
-mv %{buildroot}%{_bindir}/rackup{,%{mod_branch}}
-ln -s rackup%{mod_branch} %{buildroot}%{_bindir}/rackup
-mkdir -p %{buildroot}%{_docdir}/%{name}
-ln -s %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/COPYING 
%buildroot/%{_docdir}/%{name}/COPYING
-ln -s %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/README.rdoc 
%buildroot/%{_docdir}/%{name}/README.rdoc
-
-%post
-/usr/sbin/update-alternatives --install \
-%{_bindir}/rackup rackup %{_bindir}/rackup%{mod_branch} %{mod_weight}
-
-%preun
-if [ $1 = 0 ] ; then
-/usr/sbin/update-alternatives --remove rackup 
%{_bindir}/rackup%{mod_branch}
-fi
-
-%files
-%defattr(-,root,root,-)
-%{_docdir}/%{name}
-%{_bindir}/rackup%{mod_branch}
-%ghost %{_bindir}/rackup
-%{_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}/test
-%{_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}/test
+%gem_install \
+  --symlink-binaries \
+  --doc-files=COPYING README.rdoc \
+  -f
+# MANUAL
+%fdupes 

commit rubygem-treetop-1_4 for openSUSE:Factory

2014-11-24 Thread h_root
Hello community,

here is the log from the commit of package rubygem-treetop-1_4 for 
openSUSE:Factory checked in at 2014-11-24 11:12:51

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


Package is rubygem-treetop-1_4

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-treetop-1_4/rubygem-treetop-1_4.changes  
2014-06-01 19:40:25.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-treetop-1_4.new/rubygem-treetop-1_4.changes 
2014-11-24 11:12:52.0 +0100
@@ -1,0 +2,5 @@
+Mon Oct 13 18:50:16 UTC 2014 - co...@suse.com
+
+- adapt to new rubygem packaging
+
+---

New:

  gem2rpm.yml



Other differences:
--
++ rubygem-treetop-1_4.spec ++
--- /var/tmp/diff_new_pack.OgpZBl/_old  2014-11-24 11:12:53.0 +0100
+++ /var/tmp/diff_new_pack.OgpZBl/_new  2014-11-24 11:12:53.0 +0100
@@ -21,83 +21,33 @@
 Release:0
 %define mod_name treetop
 %define mod_full_name %{mod_name}-%{version}
-%define mod_branch -%{version}
-%define mod_weight 10415
-
+%define mod_version_suffix -1_4
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  ruby-macros = 3
+BuildRequires:  %{rubygem gem2rpm}
+BuildRequires:  %{ruby}
+BuildRequires:  ruby-macros = 5
 BuildRequires:  update-alternatives
 Url:https://github.com/cjheath/treetop
 Source: http://rubygems.org/gems/%{mod_full_name}.gem
+Source1:gem2rpm.yml
 Summary:A Ruby-based text parsing and interpretation DSL
 License:MIT
 Group:  Development/Languages/Ruby
 PreReq: update-alternatives
 
 %description
-A Ruby-based text parsing and interpretation DSL
-
-%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.
+A Ruby-based text parsing and interpretation DSL.
 
 %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
-mkdir -p %{buildroot}%{_sysconfdir}/alternatives
-mv %{buildroot}%{_bindir}/tt{,%{mod_branch}}
-touch %{buildroot}%{_sysconfdir}/alternatives/tt
-ln -s %{_sysconfdir}/alternatives/tt %{buildroot}%{_bindir}/tt
-
-mkdir -p %{buildroot}%{_docdir}/%{name}
-ln -s %{gem_base}/gems/%{mod_full_name}/LICENSE 
%buildroot/%{_docdir}/%{name}/LICENSE
-ln -s %{gem_base}/gems/%{mod_full_name}/README.md 
%buildroot/%{_docdir}/%{name}/README.md
-
-%post
-/usr/sbin/update-alternatives --install \
-%{_bindir}/tt tt %{_bindir}/tt%{mod_branch} %{mod_weight}
-
-%preun
-if [ $1 = 0 ] ; then
-/usr/sbin/update-alternatives --remove tt %{_bindir}/tt%{mod_branch}
-fi
-
-%files
-%defattr(-,root,root,-)
-%{_docdir}/%{name}
-%{_bindir}/tt%{mod_branch}
-%{_bindir}/tt
-%ghost %{_sysconfdir}/alternatives/tt
-%{gem_base}/cache/%{mod_full_name}.gem
-%{gem_base}/gems/%{mod_full_name}/
-%exclude %{gem_base}/gems/%{mod_full_name}/spec
-%{gem_base}/specifications/%{mod_full_name}.gemspec
-
-%files doc
-%defattr(-,root,root,-)
-%doc %{gem_base}/doc
-
-%files testsuite
-%defattr(-,root,root,-)
-%{gem_base}/gems/%{mod_full_name}/spec
+%gem_install \
+  --symlink-binaries \
+  --doc-files=LICENSE README.md \
+  -f
+
+%gem_packages
 
 %changelog

++ gem2rpm.yml ++
# ---
# ## used by gem2rpm
# :summary: this is a custom summary
# ## used by gem2rpm
# :description: |-
#   this is a custom description
#
#   it can be multiline
# ## used by gem2rpm
# :license: MIT or Ruby
# ## used by gem2rpm and gem_packages
:version_suffix: '-1_4'
# ## used by gem2rpm and gem_packages
# :disable_docs: true
# ## used by gem2rpm
# :disable_automatic_rdoc_dep: true
# ## used by gem2rpm
# :preamble: |-
#   BuildRequires: foobar
#   Requires: foobar
# ## used by gem2rpm
# :patches:
#   foo.patch: -p1
#   bar.patch: 
# ## used by gem2rpm
:sources:
# - foo.desktop
# - bar.desktop
# :gem_install_args: ''
# ## used by gem2rpm
# :pre_install: |-
#   %if 0%{?use_system_libev}
#   export USE_VENDORED_LIBEV=no
#   %endif
# ## used by gem2rpm
# :post_install: |-
#   # delete custom files here or do other fancy stuff
#   install -D -m 0644 %{S:1} %{buildroot}%{_bindir}/gem2rpm-opensuse
# ## used by gem2rpm
# :testsuite_command: |-
#   (pushd %{buildroot}%{gem_base}/gems/%{mod_full_name}  rake test)
# ## 

commit ruby2.1 for openSUSE:Factory

2014-11-24 Thread h_root
Hello community,

here is the log from the commit of package ruby2.1 for openSUSE:Factory checked 
in at 2014-11-24 11:13:06

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


Package is ruby2.1

Changes:

--- /work/SRC/openSUSE:Factory/ruby2.1/ruby2.1.changes  2014-11-05 
15:54:48.0 +0100
+++ /work/SRC/openSUSE:Factory/.ruby2.1.new/ruby2.1.changes 2014-11-24 
11:13:08.0 +0100
@@ -1,0 +2,37 @@
+Thu Nov 13 16:26:18 UTC 2014 - mrueck...@suse.de
+
+- explicitely upgrade the libname package so we update libruby when
+  we upgrade the stdlib or main package
+
+---
+Thu Nov 13 16:09:51 UTC 2014 - mrueck...@suse.de
+
+- update to 2.1.5: (bsc# 905326)
+  - This release includes a security fix for DoS vulnerability of
+REXML. It is similar to the fixed vulnerability in the previous
+release, but new and different from it. (CVE-2014-8090)
+add REXML::Document#document.
+  - bignum.c (absint_numwords_generic): set an array element after
+definition of a variable to fix compile error with older
+version of fcc (Fujitsu C Compiler) 5.6 on Solaris 10 on Sparc.
+[Bug #10350] [ruby-dev:48608]
+  - compile.c (compile_data_alloc): add padding when strict
+alignment is required for memory access. Currently, the padding
+is enabled only when the CPU is 32-bit SPARC and the compiler
+is GCC.  [Bug #9681] [ruby-core:61715]
+  - compile.c (STRICT_ALIGNMENT): defined if strict alignment is
+required
+  - compile.c (ALIGNMENT_SIZE, ALIGNMENT_SIZE_MASK,
+PADDING_SIZE_MAX): new macros for alignemnt word size, bit
+mask, max size of padding.
+  - compile.c (calc_padding): new function to calculate padding
+size.
+  - configure.in (__builtin_setjmp): disable with gcc/clang earlier
+than 4.3 on Mac OS X.  [ruby-core:65174] [Bug #10272]
+  - bignum.c (bary_mul_balance_with_mulfunc): Fix free work area
+location.
+[ruby-dev:48723] [Bug #10464]
+[ruby-core:66044] [Bug #10465]
+Reported by Kohji Nishihama.
+
+---
@@ -5 +42 @@
-  - Denial of Service XML Expansion CVE-2014-8080
+  - Denial of Service XML Expansion CVE-2014-8080 (bsc# 902851)
@@ -9,0 +47 @@
+  (bsc# CVE-2014-3566)

Old:

  ruby-2.1.4.tar.bz2

New:

  ruby-2.1.5.tar.bz2



Other differences:
--
++ ruby2.1.spec ++
--- /var/tmp/diff_new_pack.4UZ5KE/_old  2014-11-24 11:13:09.0 +0100
+++ /var/tmp/diff_new_pack.4UZ5KE/_new  2014-11-24 11:13:09.0 +0100
@@ -27,7 +27,7 @@
 
 
 %define patch_level p0
-Version:2.1.4
+Version:2.1.5
 Release:0
 # make the exported API version explicit
 %define api_version 2.1.0
@@ -104,6 +104,7 @@
 %endif
 Provides:   ruby21  = %{version}-%{release}
 Requires:   %{name}-stdlib = %{version}
+Requires:   %{libname} = %{version}
 Provides:   rubygem-rake = 10.1.0
 PreReq: update-alternatives
 BuildRequires:  update-alternatives
@@ -184,6 +185,7 @@
 Summary:The Ruby standard library
 Group:  Development/Languages/Ruby
 Obsoletes:  ruby-stdlib  2.1.3
+Requires:   %{libname} = %{version}
 
 
 # generate provides for embedded rubygems
@@ -461,7 +463,7 @@
 %{_mandir}/man1/rake*.1*
 %{_mandir}/man1/ruby*.1*
 %doc ChangeLog  COPYING  COPYING.ja  GPL  KNOWNBUGS.rb  LEGAL  NEWS  README  
README.EXT  README.EXT.ja  README.ja
-/etc/rpm/macros.suse-ruby2.1*
+%config /etc/rpm/macros.suse-ruby2.1*
 %if %{with ruby_intree_common}
 # former ruby-common files
 %config(noreplace) /etc/rpm/macros.ruby

++ ruby-2.1.4.tar.bz2 - ruby-2.1.5.tar.bz2 ++
/work/SRC/openSUSE:Factory/ruby2.1/ruby-2.1.4.tar.bz2 
/work/SRC/openSUSE:Factory/.ruby2.1.new/ruby-2.1.5.tar.bz2 differ: char 11, 
line 1

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



commit yast2-iscsi-client for openSUSE:Factory

2014-11-24 Thread h_root
Hello community,

here is the log from the commit of package yast2-iscsi-client for 
openSUSE:Factory checked in at 2014-11-24 11:13:07

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


Package is yast2-iscsi-client

Changes:

--- /work/SRC/openSUSE:Factory/yast2-iscsi-client/yast2-iscsi-client.changes
2014-11-03 13:12:08.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.yast2-iscsi-client.new/yast2-iscsi-client.changes   
2014-11-24 11:13:10.0 +0100
@@ -1,0 +2,7 @@
+Thu Nov  6 15:41:25 CET 2014 - g...@suse.de
+
+- don't change startup mode for already connected targets when
+  using the 'Add' button on 'Connected Targets' tab (bnc #886796)
+- 3.1.19
+
+---

Old:

  yast2-iscsi-client-3.1.18.tar.bz2

New:

  yast2-iscsi-client-3.1.19.tar.bz2



Other differences:
--
++ yast2-iscsi-client.spec ++
--- /var/tmp/diff_new_pack.IFj6Cz/_old  2014-11-24 11:13:11.0 +0100
+++ /var/tmp/diff_new_pack.IFj6Cz/_new  2014-11-24 11:13:11.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-iscsi-client
-Version:3.1.18
+Version:3.1.19
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ yast2-iscsi-client-3.1.18.tar.bz2 - yast2-iscsi-client-3.1.19.tar.bz2 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-iscsi-client-3.1.18/.travis.yml 
new/yast2-iscsi-client-3.1.19/.travis.yml
--- old/yast2-iscsi-client-3.1.18/.travis.yml   2014-10-31 17:30:02.0 
+0100
+++ new/yast2-iscsi-client-3.1.19/.travis.yml   2014-11-14 18:42:11.0 
+0100
@@ -5,8 +5,10 @@
 # disable rvm, use system Ruby
 - rvm reset
 - wget 
https://raw.githubusercontent.com/yast/yast-devtools/master/travis-tools/travis_setup.sh
-- sh ./travis_setup.sh -p yast2-devtools yast2-testsuite yast2 -g 
rspec:2.14.1
+- sh ./travis_setup.sh -p rake yast2-devtools yast2-testsuite yast2 -g 
rspec:2.14.1 yast-rake gettext
 script:
+- rake check:syntax
+- rake check:pot
 - make -f Makefile.cvs
 - make
 - sudo make install
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-iscsi-client-3.1.18/package/yast2-iscsi-client.changes 
new/yast2-iscsi-client-3.1.19/package/yast2-iscsi-client.changes
--- old/yast2-iscsi-client-3.1.18/package/yast2-iscsi-client.changes
2014-10-31 17:30:02.0 +0100
+++ new/yast2-iscsi-client-3.1.19/package/yast2-iscsi-client.changes
2014-11-14 18:42:11.0 +0100
@@ -1,4 +1,11 @@
 ---
+Thu Nov  6 15:41:25 CET 2014 - g...@suse.de
+
+- don't change startup mode for already connected targets when
+  using the 'Add' button on 'Connected Targets' tab (bnc #886796)
+- 3.1.19
+
+---
 Wed Oct 22 13:52:08 UTC 2014 - lsle...@suse.cz
 
 - removed unnecessary BuildRequires dependencies
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-iscsi-client-3.1.18/package/yast2-iscsi-client.spec 
new/yast2-iscsi-client-3.1.19/package/yast2-iscsi-client.spec
--- old/yast2-iscsi-client-3.1.18/package/yast2-iscsi-client.spec   
2014-10-31 17:30:02.0 +0100
+++ new/yast2-iscsi-client-3.1.19/package/yast2-iscsi-client.spec   
2014-11-14 18:42:11.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-iscsi-client
-Version:3.1.18
+Version:3.1.19
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-iscsi-client-3.1.18/src/include/iscsi-client/widgets.rb 
new/yast2-iscsi-client-3.1.19/src/include/iscsi-client/widgets.rb
--- old/yast2-iscsi-client-3.1.18/src/include/iscsi-client/widgets.rb   
2014-10-31 17:30:03.0 +0100
+++ new/yast2-iscsi-client-3.1.19/src/include/iscsi-client/widgets.rb   
2014-11-14 18:42:11.0 +0100
@@ -668,13 +668,24 @@
   #y2internal(auth: %1/%2, %3/%4, user_in, pass_in, user_out, pass_out);
   @bg_finish = false
   # ` with authentication
-  command = IscsiClientLib.GetDiscoveryCmd(ip, port, false)
+
+  # Check @current_tab (dialogs.rb) here. If it's client, i.e. the
+  # 'Add' button at 'Connected Targets' is used, create discovery
+  # command with option --new. The start-up mode for already connected
+  # targets won't change then (fate #317874, bnc #886796).
+  option_new = (@current_tab == client)
+
+  command = 

commit yast2-update for openSUSE:Factory

2014-11-24 Thread h_root
Hello community,

here is the log from the commit of package yast2-update for openSUSE:Factory 
checked in at 2014-11-24 11:13:09

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


Package is yast2-update

Changes:

--- /work/SRC/openSUSE:Factory/yast2-update/yast2-update.changes
2014-09-07 11:09:52.0 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-update.new/yast2-update.changes   
2014-11-24 11:13:11.0 +0100
@@ -1,0 +2,7 @@
+Wed Nov 12 15:59:22 UTC 2014 - lsle...@suse.cz
+
+- display product names in the incompatible products error
+  message (bnc#904192)
+- 3.1.24
+
+---

Old:

  yast2-update-3.1.23.tar.bz2

New:

  yast2-update-3.1.24.tar.bz2



Other differences:
--
++ yast2-update.spec ++
--- /var/tmp/diff_new_pack.dUW78A/_old  2014-11-24 11:13:13.0 +0100
+++ /var/tmp/diff_new_pack.dUW78A/_new  2014-11-24 11:13:13.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-update
-Version:3.1.23
+Version:3.1.24
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ yast2-update-3.1.23.tar.bz2 - yast2-update-3.1.24.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-update-3.1.23/.travis.yml 
new/yast2-update-3.1.24/.travis.yml
--- old/yast2-update-3.1.23/.travis.yml 1970-01-01 01:00:00.0 +0100
+++ new/yast2-update-3.1.24/.travis.yml 2014-11-14 20:22:35.0 +0100
@@ -0,0 +1,16 @@
+language: cpp
+compiler:
+- gcc
+before_install:
+# disable rvm, use system Ruby
+- rvm reset
+- wget 
https://raw.githubusercontent.com/yast/yast-devtools/master/travis-tools/travis_setup.sh
+- sh ./travis_setup.sh -p rake yast2-devtools yast2-testsuite yast2 
yast2-packager yast2-installation-control -g rspec:2.14.1 yast-rake gettext
+script:
+- rake check:syntax
+- rake check:pot
+- make -f Makefile.cvs
+- make
+- sudo make install
+- make check
+
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-update-3.1.23/MAINTAINER 
new/yast2-update-3.1.24/MAINTAINER
--- old/yast2-update-3.1.23/MAINTAINER  2014-09-04 16:29:05.0 +0200
+++ new/yast2-update-3.1.24/MAINTAINER  2014-11-14 20:22:35.0 +0100
@@ -1 +1 @@
-Jiří Suchomel jsuch...@suse.cz
+Deprecated file. Use `osc maintainer yast2-update` instead.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-update-3.1.23/README.md 
new/yast2-update-3.1.24/README.md
--- old/yast2-update-3.1.23/README.md   1970-01-01 01:00:00.0 +0100
+++ new/yast2-update-3.1.24/README.md   2014-11-14 20:22:35.0 +0100
@@ -0,0 +1,5 @@
+# YaST - The Update Module #
+
+[![Travis 
Build](https://travis-ci.org/yast/yast-update.svg?branch=master)](https://travis-ci.org/yast/yast-update)
+[![Jenkins 
Build](http://img.shields.io/jenkins/s/https/ci.opensuse.org/yast-update-master.svg)](https://ci.opensuse.org/view/Yast/job/yast-update-master/)
+
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-update-3.1.23/package/yast2-update.changes 
new/yast2-update-3.1.24/package/yast2-update.changes
--- old/yast2-update-3.1.23/package/yast2-update.changes2014-09-04 
16:29:05.0 +0200
+++ new/yast2-update-3.1.24/package/yast2-update.changes2014-11-14 
20:22:35.0 +0100
@@ -1,4 +1,11 @@
 ---
+Wed Nov 12 15:59:22 UTC 2014 - lsle...@suse.cz
+
+- display product names in the incompatible products error
+  message (bnc#904192)
+- 3.1.24
+
+---
 Thu Sep  4 12:31:48 UTC 2014 - mvid...@suse.com
 
 - Use a more flexible rubygem requirement syntax (bnc#895069)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-update-3.1.23/package/yast2-update.spec 
new/yast2-update-3.1.24/package/yast2-update.spec
--- old/yast2-update-3.1.23/package/yast2-update.spec   2014-09-04 
16:29:05.0 +0200
+++ new/yast2-update-3.1.24/package/yast2-update.spec   2014-11-14 
20:22:35.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-update
-Version:3.1.23
+Version:3.1.24
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-update-3.1.23/src/clients/update_proposal.rb 
new/yast2-update-3.1.24/src/clients/update_proposal.rb
--- 

commit nodejs-fstream-ignore for openSUSE:Factory

2014-11-24 Thread h_root
Hello community,

here is the log from the commit of package nodejs-fstream-ignore for 
openSUSE:Factory checked in at 2014-11-24 11:12:55

Comparing /work/SRC/openSUSE:Factory/nodejs-fstream-ignore (Old)
 and  /work/SRC/openSUSE:Factory/.nodejs-fstream-ignore.new (New)


Package is nodejs-fstream-ignore

Changes:

--- 
/work/SRC/openSUSE:Factory/nodejs-fstream-ignore/nodejs-fstream-ignore.changes  
2014-09-23 10:46:08.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.nodejs-fstream-ignore.new/nodejs-fstream-ignore.changes
 2014-11-24 11:12:56.0 +0100
@@ -1,0 +2,5 @@
+Thu Oct  9 15:08:07 UTC 2014 - jgleiss...@suse.com
+
+- use nodejs-packaging for building
+
+---



Other differences:
--
++ nodejs-fstream-ignore.spec ++
--- /var/tmp/diff_new_pack.evedPc/_old  2014-11-24 11:12:57.0 +0100
+++ /var/tmp/diff_new_pack.evedPc/_new  2014-11-24 11:12:57.0 +0100
@@ -26,14 +26,12 @@
 Group:  Development/Languages/Other
 Url:https://github.com/isaacs/fstream-ignore
 Source: 
http://registry.npmjs.org/%{base_name}/-/%{base_name}-%{version}.tgz
-Requires:   nodejs-fstream
-Requires:   nodejs-inherits
-Requires:   nodejs-minimatch
-BuildRequires:  nodejs
+BuildRequires:  nodejs-packaging
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
 ExclusiveArch:  %{ix86} x86_64 %{arm} noarch
-%{?nodejs_requires}
+
+%nodejs_find_provides_and_requires
 
 %description
 A fstream DirReader that filters out files that match globs in .ignore files 
throughout the tree, like how git ignores files based on a .gitignore file. 

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



commit rubygem-rack-1_4 for openSUSE:Factory

2014-11-24 Thread h_root
Hello community,

here is the log from the commit of package rubygem-rack-1_4 for 
openSUSE:Factory checked in at 2014-11-24 11:13:02

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


Package is rubygem-rack-1_4

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-rack-1_4/rubygem-rack-1_4.changes
2013-05-13 20:50:33.0 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-rack-1_4.new/rubygem-rack-1_4.changes   
2014-11-24 11:13:03.0 +0100
@@ -1,0 +2,11 @@
+Sat Nov  1 23:27:08 UTC 2014 - tboer...@suse.com
+
+- Fixed all rpmlintrc errors to prevent failing builds with
+  multiple ruby versions
+
+---
+Wed Oct 22 07:17:39 UTC 2014 - tboer...@suse.com
+
+- Updated to new ruby macros
+
+---

New:

  gem2rpm.yml
  rubygem-rack-1_4-rpmlintrc



Other differences:
--
++ rubygem-rack-1_4.spec ++
--- /var/tmp/diff_new_pack.L4jl0B/_old  2014-11-24 11:13:04.0 +0100
+++ /var/tmp/diff_new_pack.L4jl0B/_new  2014-11-24 11:13:04.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-rack-1_4
 #
-# 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
@@ -16,21 +16,34 @@
 #
 
 
+#
+# This file was generated with a gem2rpm.yml and not just plain gem2rpm.
+# All sections marked as MANUAL, license headers, summaries and descriptions
+# can be maintained in that file. Please consult this file before editing any
+# of those fields
+#
+
 Name:   rubygem-rack-1_4
 Version:1.4.5
 Release:0
 %define mod_name rack
 %define mod_full_name %{mod_name}-%{version}
-
+%define mod_version_suffix -1_4
+# MANUAL
+BuildRequires:  fdupes
+# /MANUAL
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  ruby-macros = 1
+BuildRequires:  %{rubygem gem2rpm}
+BuildRequires:  %{ruby}
+BuildRequires:  ruby-macros = 5
+BuildRequires:  update-alternatives
 Url:http://rack.github.com/
 Source: http://rubygems.org/gems/%{mod_full_name}.gem
-Summary:a modular Ruby webserver interface
+Source1:rubygem-rack-1_4-rpmlintrc
+Source2:gem2rpm.yml
+Summary:A modular Ruby webserver interface
 License:MIT
 Group:  Development/Languages/Ruby
-%define mod_branch -%{version}
-%define mod_weight 1
 PreReq: update-alternatives
 
 %description
@@ -41,63 +54,19 @@
 middleware) into a single method call.
 Also see http://rack.github.com/.
 
-%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
-mv %{buildroot}%{_bindir}/rackup{,%{mod_branch}}
-ln -s rackup%{mod_branch} %{buildroot}%{_bindir}/rackup
-mkdir -p %{buildroot}%{_docdir}/%{name}
-ln -s %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/COPYING 
%buildroot/%{_docdir}/%{name}/COPYING
-ln -s %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/README.rdoc 
%buildroot/%{_docdir}/%{name}/README.rdoc
-
-%post
-/usr/sbin/update-alternatives --install \
-%{_bindir}/rackup rackup %{_bindir}/rackup%{mod_branch} %{mod_weight}
-
-%preun
-if [ $1 = 0 ] ; then
-/usr/sbin/update-alternatives --remove rackup 
%{_bindir}/rackup%{mod_branch}
-fi
-
-%files
-%defattr(-,root,root,-)
-%{_docdir}/%{name}
-%{_bindir}/rackup%{mod_branch}
-%ghost %{_bindir}/rackup
-%{_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}/test
-%{_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}/test
+%gem_install \
+  --symlink-binaries \
+  --doc-files=COPYING README.rdoc \
+  -f
+# MANUAL
+%fdupes 

commit nodejs-npm-registry-client for openSUSE:Factory

2014-11-24 Thread h_root
Hello community,

here is the log from the commit of package nodejs-npm-registry-client for 
openSUSE:Factory checked in at 2014-11-24 11:12:56

Comparing /work/SRC/openSUSE:Factory/nodejs-npm-registry-client (Old)
 and  /work/SRC/openSUSE:Factory/.nodejs-npm-registry-client.new (New)


Package is nodejs-npm-registry-client

Changes:

--- 
/work/SRC/openSUSE:Factory/nodejs-npm-registry-client/nodejs-npm-registry-client.changes
2014-09-30 20:09:20.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.nodejs-npm-registry-client.new/nodejs-npm-registry-client.changes
   2014-11-24 11:12:57.0 +0100
@@ -1,0 +2,11 @@
+Fri Oct 10 16:28:53 UTC 2014 - jgleiss...@suse.com
+
+- Add npm-registry-client-deps.diff: be less strict about version
+  number of dependency 'retry'.
+
+---
+Thu Oct  9 15:08:25 UTC 2014 - jgleiss...@suse.com
+
+- use nodejs-packaging for building
+
+---

New:

  npm-registry-client-deps.diff



Other differences:
--
++ nodejs-npm-registry-client.spec ++
--- /var/tmp/diff_new_pack.ypvbVs/_old  2014-11-24 11:12:58.0 +0100
+++ /var/tmp/diff_new_pack.ypvbVs/_new  2014-11-24 11:12:58.0 +0100
@@ -26,29 +26,20 @@
 Group:  Development/Languages/Other
 Url:https://github.com/isaacs/npm-registry-client
 Source: 
http://registry.npmjs.org/%{base_name}/-/%{base_name}-%{version}.tgz
-Requires:   nodejs-chownr
-Requires:   nodejs-graceful-fs
-Requires:   nodejs-mkdirp
-Requires:   nodejs-normalize-package-data
-Requires:  nodejs-npm-cache-filename
-Requires:  nodejs-once
-Requires:  nodejs-request
-Requires:  nodejs-retry
-Requires:  nodejs-rimraf
-Requires:  nodejs-semver
-Requires:  nodejs-slide
-Requires:  nodejs-npmlog
-BuildRequires:  nodejs
+Patch:  npm-registry-client-deps.diff
+BuildRequires:  nodejs-packaging
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
 ExclusiveArch:  %{ix86} x86_64 %{arm} noarch
-%{?nodejs_requires}
+
+%nodejs_find_provides_and_requires
 
 %description
 The code that npm uses to talk to the registry. 
 
 %prep
 %setup -q -n package
+%patch -p1
 
 %build
 

++ npm-registry-client-deps.diff ++
Index: package/package.json
===
--- package.orig/package.json
+++ package/package.json
@@ -18,7 +18,7 @@
 npm-cache-filename: ^1.0.0,
 once: ^1.3.0,
 request: 2 =2.25.0,
-retry: 0.6.0,
+retry: ~0.6.0,
 rimraf: 2,
 semver: 2 =2.2.1 || 3.x || 4,
 slide: ^1.1.3
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit rubygem-sprockets-2_2 for openSUSE:Factory

2014-11-24 Thread h_root
Hello community,

here is the log from the commit of package rubygem-sprockets-2_2 for 
openSUSE:Factory checked in at 2014-11-24 11:12:54

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


Package is rubygem-sprockets-2_2

Changes:

--- 
/work/SRC/openSUSE:Factory/rubygem-sprockets-2_2/rubygem-sprockets-2_2.changes  
2013-11-30 16:22:28.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.rubygem-sprockets-2_2.new/rubygem-sprockets-2_2.changes
 2014-11-24 11:12:55.0 +0100
@@ -1,0 +2,6 @@
+Tue Nov 11 08:51:56 UTC 2014 - co...@suse.com
+
+- updated to version 2.2.3, no changelog
+- use new gem packaging
+
+---

Old:

  sprockets-2.2.2.gem

New:

  gem2rpm.yml
  sprockets-2.2.3.gem



Other differences:
--
++ rubygem-sprockets-2_2.spec ++
--- /var/tmp/diff_new_pack.cip2Qq/_old  2014-11-24 11:12:56.0 +0100
+++ /var/tmp/diff_new_pack.cip2Qq/_new  2014-11-24 11:12:56.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-sprockets-2_2
 #
-# 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
@@ -16,19 +16,27 @@
 #
 
 
+#
+# This file was generated with a gem2rpm.yml and not just plain gem2rpm.
+# All sections marked as MANUAL, license headers, summaries and descriptions
+# can be maintained in that file. Please consult this file before editing any
+# of those fields
+#
+
 Name:   rubygem-sprockets-2_2
-Version:2.2.2
+Version:2.2.3
 Release:0
 %define mod_name sprockets
 %define mod_full_name %{mod_name}-%{version}
-%define mod_branch -%{version}
-%define mod_weight 20202
-
+%define mod_version_suffix -2_2
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  ruby-macros = 1
+BuildRequires:  %{rubygem gem2rpm}
+BuildRequires:  %{ruby}
+BuildRequires:  ruby-macros = 5
 BuildRequires:  update-alternatives
 Url:http://getsprockets.org/
 Source: http://rubygems.org/gems/%{mod_full_name}.gem
+Source1:gem2rpm.yml
 Summary:Rack-based asset packaging system
 License:MIT
 Group:  Development/Languages/Ruby
@@ -38,54 +46,16 @@
 Sprockets is a Rack-based asset packaging system that concatenates and serves
 JavaScript, CoffeeScript, CSS, LESS, Sass, and SCSS.
 
-%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.
-
 %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
-mkdir -p %{buildroot}%{_sysconfdir}/alternatives
-mv %{buildroot}%{_bindir}/sprockets{,%{mod_branch}}
-touch %{buildroot}%{_sysconfdir}/alternatives/sprockets
-ln -s %{_sysconfdir}/alternatives/sprockets %{buildroot}%{_bindir}/sprockets
-
-mkdir -p %{buildroot}%{_docdir}/%{name}
-ln -s %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/README.md 
%buildroot/%{_docdir}/%{name}/README.md
-ln -s %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/LICENSE 
%buildroot/%{_docdir}/%{name}/LICENSE
-
-%post
-/usr/sbin/update-alternatives --install \
-%{_bindir}/sprockets sprockets %{_bindir}/sprockets%{mod_branch} 
%{mod_weight}
-
-%preun
-if [ $1 = 0 ] ; then
-/usr/sbin/update-alternatives --remove sprockets 
%{_bindir}/sprockets%{mod_branch}
-fi
-
-%files
-%defattr(-,root,root,-)
-%{_docdir}/%{name}
-%{_bindir}/sprockets%{mod_branch}
-%{_bindir}/sprockets
-%ghost %{_sysconfdir}/alternatives/sprockets
-%{_libdir}/ruby/gems/%{rb_ver}/cache/%{mod_full_name}.gem
-%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/
-%{_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}/
+%gem_install \
+  --symlink-binaries \
+  --doc-files=LICENSE README.md \
+  -f
+
+%gem_packages
 
 %changelog

++ gem2rpm.yml ++
# ---
# ## used by gem2rpm
# :summary: this is a custom summary
# ## used by gem2rpm
# :description: |-
#   this is a custom description
#
#   it can be multiline
# ## used by gem2rpm
# :license: MIT or Ruby
# ## used by gem2rpm and gem_packages
:version_suffix: '-2_2'
# ## used by gem2rpm and gem_packages
# :disable_docs: true
# ## used by gem2rpm
# :disable_automatic_rdoc_dep: 

commit pulseaudio for openSUSE:Factory

2014-11-24 Thread h_root
Hello community,

here is the log from the commit of package pulseaudio for openSUSE:Factory 
checked in at 2014-11-24 11:13:19

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


Package is pulseaudio

Changes:

--- /work/SRC/openSUSE:Factory/pulseaudio/pulseaudio.changes2014-11-06 
16:50:38.0 +0100
+++ /work/SRC/openSUSE:Factory/.pulseaudio.new/pulseaudio.changes   
2014-11-24 11:13:29.0 +0100
@@ -1,0 +2,20 @@
+Thu Nov 20 18:26:27 CET 2014 - ti...@suse.de
+
+- Revert yet another one due to still lost headphone handling
+  (bnc#905418):
+  alsa-mixer-recognize-Dock-headphone-jack.patch
+
+---
+Mon Nov 17 22:38:54 CET 2014 - ti...@suse.de
+
+- Remove a patch causing more regressions, lost headphone handling
+  on Thinkpads (bnc#905418):
+  0002-alsa-mixer-Ignore-some-elements-in-the-analog-output.patch
+
+---
+Wed Nov 12 12:53:49 CET 2014 - ti...@suse.de
+
+- Fix setup-pulseaudio script not to leave $ALSA_CONFIG_PATH when
+  alsa-plugins-pulse isn't installed (bnc#905055)
+
+---

Old:

  alsa-mixer-Ignore-some-elements-in-the-analog-output.patch
  alsa-mixer-recognize-Dock-headphone-jack.patch



Other differences:
--
++ pulseaudio.spec ++
--- /var/tmp/diff_new_pack.EOEKgR/_old  2014-11-24 11:13:30.0 +0100
+++ /var/tmp/diff_new_pack.EOEKgR/_new  2014-11-24 11:13:30.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package pulseaudio
 #
-# 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
@@ -44,10 +44,6 @@
 Patch2: pulseaudio-wrong-memset.patch
 # PATCH-FIX-UPSTREAM pulseaudio-bnc881524-rtp.patch sree...@suse.com
 Patch3: pulseaudio-bnc881524-rtp.patch
-# PATCH-FIX-UPSTREAM alsa-mixer-recognize-Dock-headphone-jack.patch 
ti...@suse.de
-Patch4: alsa-mixer-recognize-Dock-headphone-jack.patch
-# PATCH-FIX-UPSTREAM 
alsa-mixer-Ignore-some-elements-in-the-analog-output.patch ti...@suse.de
-Patch5: alsa-mixer-Ignore-some-elements-in-the-analog-output.patch
 BuildRequires:  alsa-devel = 1.0.19
 # require only minimal bluez, if we are on bluez 5 we will determine in %build 
phase
 BuildRequires:  bluez-devel = 4.99
@@ -79,13 +75,13 @@
 BuildRequires:  pkgconfig(gconf-2.0)
 BuildRequires:  pkgconfig(glib-2.0)
 BuildRequires:  pkgconfig(gtk+-3.0)
+BuildRequires:  pkgconfig(ice)
 BuildRequires:  pkgconfig(json) = 0.9
 BuildRequires:  pkgconfig(sbc) = 1.0
+BuildRequires:  pkgconfig(sm)
 BuildRequires:  pkgconfig(x11)
-BuildRequires:  pkgconfig(xcb)
 BuildRequires:  pkgconfig(x11-xcb)
-BuildRequires:  pkgconfig(ice)
-BuildRequires:  pkgconfig(sm)
+BuildRequires:  pkgconfig(xcb)
 BuildRequires:  pkgconfig(xtst)
 PreReq: %fillup_prereq
 PreReq: pwdutils
@@ -302,8 +298,6 @@
 %patch1 -p1
 %patch2
 %patch3 -p1
-%patch4 -p1
-%patch5 -p1
 
 %build
 echo 'HTML_TIMESTAMP=NO'  doxygen/doxygen.conf.in

++ setup-pulseaudio ++
--- /var/tmp/diff_new_pack.EOEKgR/_old  2014-11-24 11:13:30.0 +0100
+++ /var/tmp/diff_new_pack.EOEKgR/_new  2014-11-24 11:13:30.0 +0100
@@ -81,6 +81,7 @@
set_variable ALSA_CONFIG_PATH /etc/alsa-pulse.conf
 else
echo Missing /etc/alsa-pluse.conf; please install alsa-plugins-pulse 
package
+   delete_variable ALSA_CONFIG_PATH
 fi
 }
 

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



commit ninja-ide for openSUSE:Factory

2014-11-24 Thread h_root
Hello community,

here is the log from the commit of package ninja-ide for openSUSE:Factory 
checked in at 2014-11-24 11:13:30

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


Package is ninja-ide

Changes:

--- /work/SRC/openSUSE:Factory/ninja-ide/ninja-ide.changes  2013-10-24 
19:09:05.0 +0200
+++ /work/SRC/openSUSE:Factory/.ninja-ide.new/ninja-ide.changes 2014-11-24 
11:13:43.0 +0100
@@ -1,0 +2,13 @@
+Thu Nov 20 16:24:38 UTC 2014 - toddrme2...@gmail.com
+
+- Include .rpmlinc file in sources.
+- Provide url for source file verification.
+- Switch to .desktop file included in the package.
+
+---
+Thu Nov 20 11:04:53 UTC 2014 - toddrme2...@gmail.com
+
+- Require python-setuptools since the main package depends on it.
+- Spec file cleanups
+
+---

Old:

  ninja-ide-2.3.zip
  ninja-ide.desktop

New:

  v2.3.tar.gz



Other differences:
--
++ ninja-ide.spec ++
--- /var/tmp/diff_new_pack.R0snTu/_old  2014-11-24 11:13:44.0 +0100
+++ /var/tmp/diff_new_pack.R0snTu/_new  2014-11-24 11:13:44.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ninja-ide
 #
-# 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
@@ -13,11 +13,8 @@
 # published by the Open Source Initiative.
 
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
-#
-
+#https://codeload.github.com/ninja-ide/ninja-ide/zip/v2.3
 
-%{!?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:   ninja-ide
 Version:2.3
@@ -26,9 +23,9 @@
 Summary:Ninja IDE for Python development
 License:GPL-3.0
 Group:  Development/Languages/Python
-Source0:%{name}-%{version}.zip
-Source1:ninja-ide.desktop
-Source2:%{name}.1.gz
+Source0:
https://github.com/ninja-ide/ninja-ide/archive/v%{version}.tar.gz
+Source1:%{name}.1.gz
+Source99:   %{name}.rpmlintrc
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  desktop-file-utils
 BuildRequires:  fdupes
@@ -39,22 +36,14 @@
 BuildRequires:  unzip
 BuildRequires:  update-desktop-files
 BuildRequires:  zlib-devel
-%if 0%{?suse_version}  1230
 BuildRequires:  python-setuptools
-%endif
 Requires:   python-pyinotify
 Requires:   python-qt4
-%if 0%{?sles_version} == 11
-%ifarch x86_64
-BuildArch:  x86_64
-%endif
-%endif
-%if 0%{?suse_version}
-%py_requires
-%if 0%{?suse_version} = 1140
+%if 0%{?suse_version}  0%{?suse_version} = 1110
+%{!?python_sitelib: %global python_sitelib %(python -c from 
distutils.sysconfig import get_python_lib; print get_python_lib())}
+%else
 BuildArch:  noarch
 %endif
-%endif
 
 %description
 Features:
@@ -75,28 +64,27 @@
 %setup -q #-n ninja-ide
 
 %build
-%{__python} setup.py build
+python setup.py build
 
 %install
-desktop-file-install --dir %{buildroot}%{_datadir}/applications %{SOURCE1}
-%{__install} -d %{buildroot}%{_datadir}/pixmaps/
-%{__cp} icon.png %{buildroot}%{_datadir}/pixmaps/ninja-ide.png
+desktop-file-install --dir %{buildroot}%{_datadir}/applications 
build_files/ninja-ide-git.desktop
+install -d %{buildroot}%{_datadir}/pixmaps/
+cp icon.png %{buildroot}%{_datadir}/pixmaps/ninja-ide.png
+
 mkdir -p %{buildroot}%{_mandir}/man1
-cp %{SOURCE2} %{buildroot}%{_mandir}/man1/%{name}.1.gz
-%if 0%{?suse_version}  1230
-%{__python} setup.py install -O1 --skip-build --root %{buildroot} 
--prefix=%{_prefix} 
-%else
-%{__python} setup.py install -O1 --skip-build --root %{buildroot}
-%endif
-%suse_update_desktop_file -i ninja-ide Development IDE
-%fdupes %{buildroot}%{python_sitelib}/
+cp %{SOURCE1} %{buildroot}%{_mandir}/man1/%{name}.1.gz
+
+python setup.py install -O1 --skip-build --root %{buildroot}
+
+%suse_update_desktop_file -i ninja-ide-git Development IDE
+%fdupes %{buildroot}%{python_sitelib}
 find %{buildroot} -name 'pep8mod.py' | xargs chmod 0755
 
 %files
 %defattr(-,root,root,-)
 %{_bindir}/%{name}
-%{_datadir}/applications/*desktop
-%{_datadir}/pixmaps/*png
+%{_datadir}/applications/*.desktop
+%{_datadir}/pixmaps/*.png
 %{python_sitelib}/*
 %{_mandir}/man1/%{name}.1.*
 


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

commit ebtables for openSUSE:Factory

2014-11-24 Thread h_root
Hello community,

here is the log from the commit of package ebtables for openSUSE:Factory 
checked in at 2014-11-24 11:13:27

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


Package is ebtables

Changes:

--- /work/SRC/openSUSE:Factory/ebtables/ebtables.changes2014-10-01 
11:23:35.0 +0200
+++ /work/SRC/openSUSE:Factory/.ebtables.new/ebtables.changes   2014-11-24 
11:13:41.0 +0100
@@ -1,0 +2,6 @@
+Thu Nov 13 18:52:25 UTC 2014 - dims...@opensuse.org
+
+- Also save include/linux/netfilter_bridge/ebt_ulog.h, as it no
+  longer exists in the mainline kernel.
+
+---



Other differences:
--
++ ebtables.spec ++
--- /var/tmp/diff_new_pack.CnJEHF/_old  2014-11-24 11:13:41.0 +0100
+++ /var/tmp/diff_new_pack.CnJEHF/_new  2014-11-24 11:13:41.0 +0100
@@ -50,10 +50,12 @@
 # delete all kernel headers, but keep ebt_ip6.h and ebt_nflog.h
 mv include/linux/netfilter_bridge/ebt_ip6.{h,h.save}
 mv include/linux/netfilter_bridge/ebt_nflog.{h,h.save}
+mv include/linux/netfilter_bridge/ebt_ulog.{h,h.save}
 rm -f include/linux/*.h
 rm -f include/linux/netfilter_bridge/*.h
 mv include/linux/netfilter_bridge/ebt_ip6.{h.save,h}
 mv include/linux/netfilter_bridge/ebt_nflog.{h.save,h}
+mv include/linux/netfilter_bridge/ebt_ulog.{h.save,h}
 make \
 CFLAGS=%optflags \
 CXXFLAGS=%optflags \

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



commit createrepo for openSUSE:Factory

2014-11-24 Thread h_root
Hello community,

here is the log from the commit of package createrepo for openSUSE:Factory 
checked in at 2014-11-24 11:13:13

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


Package is createrepo

Changes:

--- /work/SRC/openSUSE:Factory/createrepo/createrepo.changes2014-03-04 
13:20:54.0 +0100
+++ /work/SRC/openSUSE:Factory/.createrepo.new/createrepo.changes   
2014-11-24 11:13:16.0 +0100
@@ -1,0 +2,7 @@
+Sat Nov 15 20:28:05 UTC 2014 - p.drou...@gmail.com
+
+- Remove debian-specific files; the package doesn't build for
+  debian-based distributions
+- Remove obsolete conditional macros
+
+---

Old:

  createrepo.dsc
  debian.changelog
  debian.rules
  debian.tar.gz



Other differences:
--
++ createrepo.spec ++
--- /var/tmp/diff_new_pack.c2Mvzy/_old  2014-11-24 11:13:17.0 +0100
+++ /var/tmp/diff_new_pack.c2Mvzy/_new  2014-11-24 11:13:17.0 +0100
@@ -63,11 +63,7 @@
 %install
 # Fix the install paths:
 sed -i -e 's|PYLIBDIR = $(PYSYSDIR)/lib/python$(PYVER)|PYLIBDIR = 
%{py_libdir}|g' \
-%if %{suse_version}  1120
-   -e 's|PKGDIR = $(PYLIBDIR)/site-packages/$(PKGNAME)|PKGDIR = 
%{_datadir}/%{name}/$(PKGNAME)|g' \
-%else
-e 's|PKGDIR = $(PYLIBDIR)/site-packages/$(PKGNAME)|PKGDIR = 
%{python_sitearch}/%{name}|g' \
-%endif
createrepo/Makefile
 %makeinstall sysconfdir=%{_sysconfdir}
 mv $RPM_BUILD_ROOT/%{_sysconfdir}/bash_completion.d/createrepo 
$RPM_BUILD_ROOT/%{_sysconfdir}/bash_completion.d/createrepo.sh
@@ -80,8 +76,6 @@
 %{_mandir}/*/*
 %config %{_sysconfdir}/bash_completion.d/createrepo.sh
 %{_datadir}/%{name}/
-%if %{suse_version} = 1120
 %{python_sitearch}/*
-%endif
 
 %changelog

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



commit weechat for openSUSE:Factory

2014-11-24 Thread h_root
Hello community,

here is the log from the commit of package weechat for openSUSE:Factory checked 
in at 2014-11-24 11:13:29

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


Package is weechat

Changes:

--- /work/SRC/openSUSE:Factory/weechat/weechat.changes  2014-10-18 
09:09:17.0 +0200
+++ /work/SRC/openSUSE:Factory/.weechat.new/weechat.changes 2014-11-24 
11:13:42.0 +0100
@@ -1,0 +2,8 @@
+Thu Nov 20 14:46:54 UTC 2014 - tchva...@suse.com
+
+- Remove sle11 support as now I don't need it anymore
+- Use %cmake macro properly
+- Document that there are tests that need extra pkg
+- Split documentation into -doc subpackage
+
+---



Other differences:
--
++ weechat.spec ++
--- /var/tmp/diff_new_pack.ALgzDK/_old  2014-11-24 11:13:42.0 +0100
+++ /var/tmp/diff_new_pack.ALgzDK/_new  2014-11-24 11:13:43.0 +0100
@@ -27,8 +27,11 @@
 Source1:weechat.desktop
 # PATCH-FIX-UPSTREAM weechat-capath.patch 
https://savannah.nongnu.org/patch/index.php?8153 lnus...@suse.de -- use 
system's default certificate store
 Patch0: weechat-capath.patch
+BuildRequires:  asciidoc
 BuildRequires:  cmake
 BuildRequires:  curl-devel
+BuildRequires:  docbook5-xsl-stylesheets
+BuildRequires:  enchant-devel
 BuildRequires:  gcc-c++
 BuildRequires:  grep
 BuildRequires:  guile-devel
@@ -37,30 +40,20 @@
 BuildRequires:  libgnutls-devel
 BuildRequires:  libgpg-error-devel
 BuildRequires:  libtool
+BuildRequires:  libxslt-tools
+BuildRequires:  lua51-devel
 BuildRequires:  lzo-devel
 BuildRequires:  ncurses-devel
 BuildRequires:  perl
 BuildRequires:  pkg-config
 BuildRequires:  python-devel
 BuildRequires:  ruby-devel
+BuildRequires:  source-highlight
 BuildRequires:  tcl-devel
 BuildRequires:  update-desktop-files
 Requires:   hicolor-icon-theme
+Suggests:   %{name}-doc
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-%if 0%{?suse_version}  1220
-BuildRequires:  enchant-devel
-%endif
-%if 0%{?suse_version}  1220
-BuildRequires:  lua51-devel
-%else
-BuildRequires:  lua-devel
-%endif
-%if 0%{?suse_version}  1220
-BuildRequires:  asciidoc
-BuildRequires:  docbook5-xsl-stylesheets
-BuildRequires:  libxslt-tools
-BuildRequires:  source-highlight
-%endif
 
 %description
 WeeChat (Wee Enhanced Environment for Chat) is a fast and light cross-platform
@@ -70,29 +63,34 @@
 
 %lang_package
 
+%package doc
+Summary:Documentation for %{name}
+Group:  Documentation/HTML
+Requires:   %{name} = %{version}
+
+%description doc
+Various documentation files for %{name}.
+
 %package devel
 Summary:Development Environment for %{name} Plugins
 Group:  Development/Libraries/C and C++
-Requires:   %{name} = %{version}-%{release}
+Requires:   %{name} = %{version}
 
 %description devel
 Development environment for authoring %{name} plugins.
 
-%if 0%{?suse_version}  1220
-
 %package guile
 Summary:Guile Scripting Support for %{name}
 Group:  Productivity/Networking/IRC
-Requires:   %{name} = %{version}-%{release}
+Requires:   %{name} = %{version}
 
 %description guile
 Support for %{name} scripts written in the Guile language.
-%endif
 
 %package lua
 Summary:Lua Scripting Support for %{name}
 Group:  Productivity/Networking/IRC
-Requires:   %{name} = %{version}-%{release}
+Requires:   %{name} = %{version}
 
 %description lua
 Support for %{name} scripts written in the Lua language.
@@ -100,7 +98,7 @@
 %package perl
 Summary:Perl Scripting Support for %{name}
 Group:  Productivity/Networking/IRC
-Requires:   %{name} = %{version}-%{release}
+Requires:   %{name} = %{version}
 %{?libperl_requires}
 
 %description perl
@@ -109,7 +107,7 @@
 %package python
 Summary:Python Scripting Support for %{name}
 Group:  Productivity/Networking/IRC
-Requires:   %{name} = %{version}-%{release}
+Requires:   %{name} = %{version}
 
 %description python
 Support for %{name} scripts written in the Python language.
@@ -117,7 +115,7 @@
 %package tcl
 Summary:Tcl Scripting Support for %{name}
 Group:  Productivity/Networking/IRC
-Requires:   %{name} = %{version}-%{release}
+Requires:   %{name} = %{version}
 
 %description tcl
 Support for %{name} scripts written in the Tcl language.
@@ -125,21 +123,18 @@
 %package ruby
 Summary:Ruby Scripting Support for %{name}
 Group:  Productivity/Networking/IRC
-Requires:   %{name} = %{version}-%{release}
+Requires:   %{name} = %{version}
 
 %description ruby
 Support for %{name} scripts written in the Ruby language.
 
-%if 0%{?suse_version}  

commit totem for openSUSE:Factory

2014-11-24 Thread h_root
Hello community,

here is the log from the commit of package totem for openSUSE:Factory checked 
in at 2014-11-24 11:13:15

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


Package is totem

Changes:

--- /work/SRC/openSUSE:Factory/totem/totem.changes  2014-09-30 
19:37:45.0 +0200
+++ /work/SRC/openSUSE:Factory/.totem.new/totem.changes 2014-11-24 
11:13:22.0 +0100
@@ -1,0 +2,13 @@
+Thu Nov 20 16:35:48 UTC 2014 - zai...@opensuse.org
+
+- Update to version 3.14.1:
+  + Fix lingering white line in fullscreen.
+  + Fix bug in MPRIS support when used via Rygel.
+  + Thumbnail bookmarked movies as well.
+  + Fix starting Totem via D-Bus (gnome-open).
+  + Port from appdata-tools to appstream-glib.
+  + Add a keyboard shortcut for starting subtitles download.
+- Replace appdata-tools for appstream-glib BuildRequires following
+  upstreams port.
+
+---

Old:

  totem-3.14.0.tar.xz

New:

  totem-3.14.1.tar.xz



Other differences:
--
++ totem.spec ++
--- /var/tmp/diff_new_pack.t4eP2Q/_old  2014-11-24 11:13:23.0 +0100
+++ /var/tmp/diff_new_pack.t4eP2Q/_new  2014-11-24 11:13:24.0 +0100
@@ -19,14 +19,14 @@
 %define build_zeitgeist_plugin 1
 
 Name:   totem
-Version:3.14.0
+Version:3.14.1
 Release:0
 Summary:Movie Player for the GNOME Desktop
 License:GPL-2.0+ and LGPL-2.1+
 Group:  Productivity/Multimedia/Video/Players
 Url:http://www.gnome.org/projects/totem/
 Source0:
http://download.gnome.org/sources/totem/3.14/%{name}-%{version}.tar.xz
-BuildRequires:  appdata-tools
+BuildRequires:  appstream-glib
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
 BuildRequires:  gstreamer-plugins-good = 0.11.93

++ totem-3.14.0.tar.xz - totem-3.14.1.tar.xz ++
 35138 lines of diff (skipped)

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



commit libpng12 for openSUSE:Factory

2014-11-24 Thread h_root
Hello community,

here is the log from the commit of package libpng12 for openSUSE:Factory 
checked in at 2014-11-24 11:13:18

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


Package is libpng12

Changes:

--- /work/SRC/openSUSE:Factory/libpng12/libpng12.changes2014-05-06 
13:39:41.0 +0200
+++ /work/SRC/openSUSE:Factory/.libpng12.new/libpng12.changes   2014-11-24 
11:13:27.0 +0100
@@ -1,0 +2,6 @@
+Thu Nov 20 20:13:50 UTC 2014 - pgaj...@suse.com
+
+- updated to 1.2.52:
+  * Avoid out-of-bounds memory access while checking version string.
+
+---

Old:

  libpng-1.2.51.tar.xz

New:

  libpng-1.2.52.tar.xz



Other differences:
--
++ libpng12.spec ++
--- /var/tmp/diff_new_pack.51eeuE/_old  2014-11-24 11:13:28.0 +0100
+++ /var/tmp/diff_new_pack.51eeuE/_new  2014-11-24 11:13:28.0 +0100
@@ -19,7 +19,7 @@
 #
 %define major   1
 %define minor   2
-%define micro   51
+%define micro   52
 %define branch  %{major}%{minor}
 %define libname libpng%{branch}-0
 

++ libpng-1.2.51.tar.xz - libpng-1.2.52.tar.xz ++
 7714 lines of diff (skipped)

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



commit yast2 for openSUSE:Factory

2014-11-24 Thread h_root
Hello community,

here is the log from the commit of package yast2 for openSUSE:Factory checked 
in at 2014-11-24 11:13:11

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


Package is yast2

Changes:

--- /work/SRC/openSUSE:Factory/yast2/yast2.changes  2014-11-04 
17:28:22.0 +0100
+++ /work/SRC/openSUSE:Factory/.yast2.new/yast2.changes 2014-11-24 
11:13:14.0 +0100
@@ -1,0 +2,7 @@
+Wed Nov 12 14:04:51 UTC 2014 - lsle...@suse.cz
+
+- removed RegistrationStatus.pm module (obsolete, not supported
+  by the new SCC registration)
+- 3.1.110
+
+---

Old:

  yast2-3.1.109.tar.bz2

New:

  yast2-3.1.110.tar.bz2



Other differences:
--
++ yast2.spec ++
--- /var/tmp/diff_new_pack.6U24m0/_old  2014-11-24 11:13:16.0 +0100
+++ /var/tmp/diff_new_pack.6U24m0/_new  2014-11-24 11:13:16.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   yast2
-Version:3.1.109
+Version:3.1.110
 Release:0
 Url:https://github.com/yast/yast-yast2
 
@@ -70,8 +70,6 @@
 Requires:   yast2-perl-bindings
 # for ag_anyxml
 Requires:   perl-XML-Simple
-# RegistrationStatus.pm
-Requires:   perl-XML-XPath
 # for GPG.ycp
 Requires:   gpg2
 # for Punycode.ycp (bnc#651893)
@@ -92,9 +90,6 @@
 # moved ag_content agent 
 Conflicts:  yast2-instserver = 2.16.3
 
-# moved RegistrationStatus.pm here from wagon (fate#312712)
-Conflicts:  yast2-wagon = 2.22.2
-
 # InstError
 Conflicts:  yast2-installation  2.18.5
 

++ yast2-3.1.109.tar.bz2 - yast2-3.1.110.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-3.1.109/.travis.yml 
new/yast2-3.1.110/.travis.yml
--- old/yast2-3.1.109/.travis.yml   2014-11-01 12:21:11.0 +0100
+++ new/yast2-3.1.110/.travis.yml   2014-11-14 20:27:37.0 +0100
@@ -5,8 +5,10 @@
 # disable rvm, use system Ruby
 - rvm reset
 - wget 
https://raw.githubusercontent.com/yast/yast-devtools/master/travis-tools/travis_setup.sh
-- sh ./travis_setup.sh -p yast2-core yast2-devtools yast2-testsuite 
yast2-ruby-bindings yast2 yast2-pkg-bindings -g rspec:2.14.1
+- sh ./travis_setup.sh -p rake yast2-core yast2-devtools yast2-testsuite 
yast2-ruby-bindings yast2 yast2-pkg-bindings -g rspec:2.14.1 yast-rake 
gettext
 script:
+- rake check:syntax
+- rake check:pot
 - make -f Makefile.cvs
 - make
 - sudo make install
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-3.1.109/library/general/src/Makefile.am 
new/yast2-3.1.110/library/general/src/Makefile.am
--- old/yast2-3.1.109/library/general/src/Makefile.am   2014-11-01 
12:21:11.0 +0100
+++ new/yast2-3.1.110/library/general/src/Makefile.am   2014-11-14 
20:27:37.0 +0100
@@ -32,7 +32,6 @@
   modules/Popup.rb \
   modules/MailAliases.rb \
   modules/Stage.rb \
-  modules/RegistrationStatus.pm \
   modules/MailTable.pm \
   modules/MailTableInclude.pm \
   modules/Hooks.rb
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-3.1.109/library/general/src/modules/RegistrationStatus.pm 
new/yast2-3.1.110/library/general/src/modules/RegistrationStatus.pm
--- old/yast2-3.1.109/library/general/src/modules/RegistrationStatus.pm 
2014-11-01 12:21:11.0 +0100
+++ new/yast2-3.1.110/library/general/src/modules/RegistrationStatus.pm 
1970-01-01 01:00:00.0 +0100
@@ -1,192 +0,0 @@
-#
-# Copyright (c) 2011 Novell, Inc.
-# 
-# All Rights Reserved.
-# 
-# This program is free software; you can redistribute it and/or
-# modify it under the terms of version 2 of the GNU General Public License as
-# published by the Free Software Foundation.
-# 
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.   See the
-# GNU General Public License for more details.
-# 
-# You should have received a copy of the GNU General Public License
-# along with this program; if not, contact Novell, Inc.
-# 
-# To contact Novell about this file by physical or electronic mail,
-# you may find current contact information at www.novell.com
-#
-
-package RegistrationStatus;
-
-use strict;
-use Data::Dumper;
-use XML::Simple;
-use XML::XPath;
-use POSIX qw/strftime/;
-
-use YaST::YCP qw(:DATA :LOGGING);
-
-our %TYPEINFO;
-
-# see 
https://wiki.innerweb.novell.com/index.php/Registration#Add_Registration_Status_to_zmdconfig
-# for more datils about the file format
-my $reg_file = 

commit texlive for openSUSE:Factory

2014-11-24 Thread h_root
Hello community,

here is the log from the commit of package texlive for openSUSE:Factory checked 
in at 2014-11-24 11:13:14

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


Package is texlive

Changes:

--- /work/SRC/openSUSE:Factory/texlive/texlive.changes  2014-07-19 
11:04:30.0 +0200
+++ /work/SRC/openSUSE:Factory/.texlive.new/texlive.changes 2014-11-24 
11:13:18.0 +0100
@@ -1,0 +2,6 @@
+Tue Nov 11 15:11:39 UTC 2014 - toddrme2...@gmail.com
+
+- Make pdfjam-bin subpackage obsolete the older pdfjam package.
+  These two packages provide the same binaries.
+
+---



Other differences:
--
++ texlive.spec ++
--- /var/tmp/diff_new_pack.uSUDgF/_old  2014-11-24 11:13:21.0 +0100
+++ /var/tmp/diff_new_pack.uSUDgF/_new  2014-11-24 11:13:21.0 +0100
@@ -1441,6 +1441,8 @@
 Group:  Productivity/Publishing/TeX/Utilities
 Url:http://www.tug.org/texlive/
 Prefix: %{_bindir}
+Provides:   pdfjam = %{version}
+Obsoletes:  pdfjam  %{version}
 
 %description pdfjam-bin
 Binary files of pdfjam

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



commit salt for openSUSE:Factory

2014-11-24 Thread h_root
Hello community,

here is the log from the commit of package salt for openSUSE:Factory checked in 
at 2014-11-24 11:13:31

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


Package is salt

Changes:

--- /work/SRC/openSUSE:Factory/salt/salt.changes2014-10-23 
14:21:19.0 +0200
+++ /work/SRC/openSUSE:Factory/.salt.new/salt.changes   2014-11-24 
11:13:44.0 +0100
@@ -1,0 +2,81 @@
+Mon Nov  3 21:35:31 UTC 2014 - abo...@gmail.com
+
+- Updated to Major Release 2014.7.0
+- added python-zipp as depency
+- added recommend python-pygit2, this is the preferred gitfs backend of 
saltstack
+- added zsh-completion package
+- Removed Patch fix-service-py-version-parsing-sles.patch already fixed in 
this package
+- Removed Patch pass-all-systemd-list-units.patch already fixed in this package
+- Removed Patch disable-service-py-for-suse-family.patch already fixed in this 
package
+- Removed Patch allow-systemd-units-no-unit-files.patch already fixed in this 
package
+- Removed Patch allow-systemd-parameterized-services.patch already fixed in 
this package
+- More information at: 
http://docs.saltstack.com/en/latest/topics/releases/2014.7.0.html
+- SALT SSH ENHANCEMENTS:
+  + Support for Fileserver Backends
+  + Support for Saltfile
+  + Ext Pillar
+  + No more sshpass needed
+  + Pure Python Shim
+  + Custom Module Delivery
+  + CP module Support
+  + More Thin Directory Options
+ - Salt State System enhancements:
+   + New Imperative State Keyword Listen
+   + New Mod Aggregate Runtime Manipulator
+   + New Requisites: onchanges and onfail
+   + New Global onlyif and unless
+   + Use names to expand and override values
+ - Salt Major Features:
+   + Improved Scheduler Additions
+   + Red Hat 7 Support
+   + Fileserver Backends in Salt-call
+   + Amazon Execution Modules in salt-cloud
+   + LXC Runner Enhancements
+   + Next Gen Docker Management
+   + Peer System Performance Improvements
+   + SDB Encryption at rest for configs
+   + GPG Renderer encrypted pillar at rest
+   + OpenStack Expansions
+   + Queues System external queue systems into Salt events
+   + Multi Master Failover Additions
+   + Chef Execution Module
+ - salt-api Project Merge
+   + Synchronous and Asynchronous Execution of Runner and Wheel Modules
+   + rest_cherrypy Additions
+   + Web Hooks
+ - Fileserver Backend Enhancements:
+   + New gitfs Features
+   + Pygit2 and Dulwich support
+   + Mountpoints support
+   + New hgfs Features
+   + mountpoints support
+   + New svnfs Features:
++ mountpoints 
+   + minionfs Featuressupport
++ mountpoints
+ - New Salt Modules:
+   + Oracle
+   + Random
+   + Redis
+   + Amazon Simple Queue Service
+   + Block Device Management
+   + CoreOS etcd
+   + Genesis
+   + InfluxDB
+   + Server Density
+   + Twilio Notifications
+   + Varnish
+   + ZNC IRC Bouncer
+   + SMTP
+ - NEW RUNNERS:
+   + Map/Reduce Style
+   + Queue
+ - NEW EXTERNAL PILLARS:
+   + CoreOS etcd
+ - NEW SALT-CLOUD PROVIDERS:
+   + Aliyun ECS Cloud
+   + LXC Containers
+   + Proxmox (OpenVZ containers  KVM)
+- DEPRECATIONS:
+ + Salt.modules.virtualenv_mod
+---

Old:

  allow-systemd-parameterized-services.patch
  allow-systemd-units-no-unit-files.patch
  disable-service-py-for-suse-family.patch
  fix-service-py-version-parsing-sles.patch
  pass-all-systemd-list-units.patch
  salt-2014.1.13.tar.gz

New:

  salt-2014.7.0.tar.gz



Other differences:
--
++ salt.spec ++
--- /var/tmp/diff_new_pack.hkoDcH/_old  2014-11-24 11:13:45.0 +0100
+++ /var/tmp/diff_new_pack.hkoDcH/_new  2014-11-24 11:13:45.0 +0100
@@ -16,25 +16,16 @@
 #
 
 Name:   salt
-Version:2014.1.13
+Version:2014.7.0
 Release:0
 Summary:A parallel remote execution system
 License:Apache-2.0
 Group:  System/Monitoring
 Url:http://saltstack.org/
 Source0:
http://pypi.python.org/packages/source/s/%{name}/%{name}-%{version}.tar.gz
-# PATCH-FIX-UPSTREAM allow-systemd-units-no-unit-files.patch tser...@suse.com 
-- allow salt to detect init script services
-Patch1: allow-systemd-units-no-unit-files.patch
-# PATCH-FIX-UPSTREAM allow-systemd-units-no-unit-files.patch tser...@suse.com 
-- part 2 of above fix
-Patch2: allow-systemd-parameterized-services.patch
-# PATCH-FIX-UPSTREAM pass-all-systemd-list-units.patch tser...@suse.com -- 
part 3 of above fix
-Patch3: pass-all-systemd-list-units.patch
+
 # PATCH-FIX-OPENSUSE use-forking-daemon.patch tser...@suse.com -- We don't 
have python-systemd, so notify can't work
-Patch4: use-forking-daemon.patch
-# PATCH-FIX-UPSTREAM 

commit libpng16 for openSUSE:Factory

2014-11-24 Thread h_root
Hello community,

here is the log from the commit of package libpng16 for openSUSE:Factory 
checked in at 2014-11-24 11:13:17

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


Package is libpng16

Changes:

--- /work/SRC/openSUSE:Factory/libpng16/libpng16.changes2014-08-28 
10:01:56.0 +0200
+++ /work/SRC/openSUSE:Factory/.libpng16.new/libpng16.changes   2014-11-24 
11:13:25.0 +0100
@@ -1,0 +2,10 @@
+Thu Nov 20 20:06:41 UTC 2014 - pgaj...@suse.com
+
+- updated to 1.6.15:
+  * Avoid out-of-bounds memory access in png_user_version_check().
+  * Fixed incorrect handling of the iTXt compression.
+  * Free all allocated memory in pngimage.
+  * Fixed array size calculations to avoid warnings.
+  etc. see ANNOUNCE
+
+---

Old:

  libpng-1.6.13.tar.xz
  libpng-1.6.13.tar.xz.asc

New:

  libpng-1.6.15.tar.xz
  libpng-1.6.15.tar.xz.asc



Other differences:
--
++ libpng16.spec ++
--- /var/tmp/diff_new_pack.D9Kx4b/_old  2014-11-24 11:13:26.0 +0100
+++ /var/tmp/diff_new_pack.D9Kx4b/_new  2014-11-24 11:13:26.0 +0100
@@ -19,7 +19,7 @@
 #
 %define major   1
 %define minor   6
-%define micro   13
+%define micro   15
 %define branch  %{major}%{minor}
 %define libname libpng%{branch}-%{branch}
 

++ libpng-1.6.13.tar.xz - libpng-1.6.15.tar.xz ++
 10470 lines of diff (skipped)


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



commit kiwi for openSUSE:Factory

2014-11-24 Thread h_root
Hello community,

here is the log from the commit of package kiwi for openSUSE:Factory checked in 
at 2014-11-24 11:13:20

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


Package is kiwi

Changes:

--- /work/SRC/openSUSE:Factory/kiwi/kiwi.changes2014-11-06 
16:49:49.0 +0100
+++ /work/SRC/openSUSE:Factory/.kiwi.new/kiwi.changes   2014-11-24 
11:13:32.0 +0100
@@ -2 +2 @@
-Wed Nov  5 10:19:30 CET 2014 - m...@suse.de
+Fri Nov 21 10:37:41 CET 2014 - m...@suse.de
@@ -4 +4,221 @@
-- v7.01.18 released
+- v7.02.6 released
+  
+---
+Fri Nov 21 10:36:26 CET 2014 - m...@suse.de
+  
+- Fixed Makefile clean target
+  
+  make sure all autogenerated data is wiped on clean
+  make sure clean target is called on build of package
+  
+---
+Fri Nov 21 10:34:00 CET 2014 - m...@suse.de
+  
+- v7.02.5 released
+  
+---
+Fri Nov 21 09:48:31 CET 2014 - m...@suse.de
+  
+- Allow to run kiwi --describe from git checkout
+  
+---
+Fri Nov 21 09:30:19 CET 2014 - m...@suse.de
+  
+- Fixed typo in 13.2 os release matcher
+  
+---
+Fri Nov 21 09:25:48 CET 2014 - m...@suse.de
+  
+- Support kiwi --describe for openSUSE 13.2
+  
+  analysing and cloning of 13.2 systems added
+  
+---
+Thu Nov 20 16:52:05 CET 2014 - m...@suse.de
+  
+- Added fribidi and fbiterm to kiwi-media-requires package
+  
+  Unfortunately these two packages are not on the openSUSE 13.2
+  DVD. But kiwi uses fbiterm in the boot images. Thus users
+  have to add the online repo in order to build. For 13.2 it's
+  too late but with this change I hope the two packages will
+  be placed on the DVD again
+  
+---
+Tue Nov 18 14:04:07 CET 2014 - m...@suse.de
+  
+- Cleanup use of installBootLoader
+  
+  Instead of building device nodes out of the partition id's hash
+  use the already existing device map information. That eliminates
+  some unneeded logic as well as two helper methods used to find
+  the right place for the device when only the partition id is
+  known
+  
+---
+Mon Nov 17 17:41:23 CET 2014 - m...@suse.de
+  
+- Fixed suseStripKernel for updates/ modules
+  
+  If the dependency checker finds a dependency to a module in the updates
+  or weak-updates directory the move of the module will fail because kiwi
+  always uses updates/weak-updates modules and has moved them already.
+  The dependency code however creates a new updates/weak-updates directory
+  for the affected module and that causes a conflict when the original
+  updates/weak-updates are moved back to the final place. In the end the
+  result is that no updates/weak-updates module are present in the initrd
+  
+---
+Mon Nov 17 16:16:44 CET 2014 - m...@suse.de
+  
+- Better error message in pxeSetupDownloadServer
+  
+  Be more descriptive if the PXE download server can't be
+  found. In addition cleanup suse/rhel-dump to call
+  pxeSetupDownloadServer instead of duplicating the code
+  
+---
+Mon Nov 17 15:32:43 CET 2014 - sch...@suse.de
+  
+- Don't remove kernel and initrd in KIWIMiniIsoPlugin
+  
+---
+Mon Nov 17 12:38:01 CET 2014 - m...@suse.de
+  
+- Make sure drivers/virtio is part of netboot initrd
+  
+  This allows to use the virtio network from qemu if
+  started with the virtio-net-pci driver
+  
+---
+Mon Nov 17 08:52:54 CET 2014 - m...@suse.de
+  
+- Added 12.2 to the cleanup list in the spec file
+  
+---
+Mon Nov 17 08:48:45 CET 2014 - m...@suse.de
+  
+- fix bashism in post script
+  
+  Use a simple string list in the spec file to walk through
+  the list of distribution names in order to cleanup old ones
+  Original patch by: Led led...@gmail.com
+  
+---
+Thu Nov 13 15:31:15 CET 2014 - m...@suse.de
+  
+- v7.02.4 released
+  
+---
+Thu Nov 13 10:33:38 CET 2014 - m...@suse.de
+  
+- Fixed and cleanup unit test processing
+  
+  When running the unit tests the class KIWILog is overwritten
+  in a way that a 

commit sqlite3 for openSUSE:Factory

2014-11-24 Thread h_root
Hello community,

here is the log from the commit of package sqlite3 for openSUSE:Factory checked 
in at 2014-11-24 11:14:38

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


Package is sqlite3

Changes:

--- /work/SRC/openSUSE:Factory/sqlite3/sqlite3.changes  2014-11-03 
13:11:22.0 +0100
+++ /work/SRC/openSUSE:Factory/.sqlite3.new/sqlite3.changes 2014-11-24 
11:14:41.0 +0100
@@ -1,0 +2,14 @@
+Wed Nov 19 00:00:00 UTC 2014 - andreas.stie...@gmx.de
+
+- SQLite 3.8.7.2:
+  * Enhance the ROLLBACK command so that pending queries are
+allowed to continue as long as the schema is unchanged.
+  * Bug fix: Make sure that NULL results from OP_Column are fully
+and completely NULL and do not have the MEM_Ephem bit set.
+  * Bug fix: The %c format in sqlite3_mprintf() is able to handle
+precisions greater than 70.
+  * Bug fix: Do not automatically remove the DISTINCT keyword from
+a SELECT that forms the right-hand side of an IN operator since
+it is necessary if the SELECT also contains a LIMIT.
+
+---

Old:

  sqlite-autoconf-3080701.tar.gz
  sqlite-doc-3080701.zip

New:

  sqlite-autoconf-3080702.tar.gz
  sqlite-doc-3080702.zip



Other differences:
--
++ sqlite3.spec ++
--- /var/tmp/diff_new_pack.tZrj91/_old  2014-11-24 11:14:42.0 +0100
+++ /var/tmp/diff_new_pack.tZrj91/_new  2014-11-24 11:14:42.0 +0100
@@ -21,9 +21,9 @@
 %define oname sqlite
 
 Name:   %pname
-Version:3.8.7.1
+Version:3.8.7.2
 Release:0
-%define tarversion 3080701
+%define tarversion 3080702
 Summary:Embeddable SQL Database Engine
 License:SUSE-Public-Domain
 Group:  Productivity/Databases/Servers

++ sqlite-autoconf-3080701.tar.gz - sqlite-autoconf-3080702.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sqlite-autoconf-3080701/configure 
new/sqlite-autoconf-3080702/configure
--- old/sqlite-autoconf-3080701/configure   2014-10-29 15:13:39.0 
+0100
+++ new/sqlite-autoconf-3080702/configure   2014-11-19 08:13:54.0 
+0100
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for sqlite 3.8.7.1.
+# Generated by GNU Autoconf 2.69 for sqlite 3.8.7.2.
 #
 # Report bugs to http://www.sqlite.org.
 #
@@ -590,8 +590,8 @@
 # Identity of this package.
 PACKAGE_NAME='sqlite'
 PACKAGE_TARNAME='sqlite'
-PACKAGE_VERSION='3.8.7.1'
-PACKAGE_STRING='sqlite 3.8.7.1'
+PACKAGE_VERSION='3.8.7.2'
+PACKAGE_STRING='sqlite 3.8.7.2'
 PACKAGE_BUGREPORT='http://www.sqlite.org'
 PACKAGE_URL=''
 
@@ -1313,7 +1313,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 sqlite 3.8.7.1 to adapt to many kinds of systems.
+\`configure' configures sqlite 3.8.7.2 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1383,7 +1383,7 @@
 
 if test -n $ac_init_help; then
   case $ac_init_help in
- short | recursive ) echo Configuration of sqlite 3.8.7.1:;;
+ short | recursive ) echo Configuration of sqlite 3.8.7.2:;;
esac
   cat \_ACEOF
 
@@ -1489,7 +1489,7 @@
 test -n $ac_init_help  exit $ac_status
 if $ac_init_version; then
   cat \_ACEOF
-sqlite configure 3.8.7.1
+sqlite configure 3.8.7.2
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1813,7 +1813,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by sqlite $as_me 3.8.7.1, which was
+It was created by sqlite $as_me 3.8.7.2, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
@@ -2631,7 +2631,7 @@
 
 # Define the identity of the package.
  PACKAGE='sqlite'
- VERSION='3.8.7.1'
+ VERSION='3.8.7.2'
 
 
 cat confdefs.h _ACEOF
@@ -13196,7 +13196,7 @@
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log=
-This file was extended by sqlite $as_me 3.8.7.1, which was
+This file was extended by sqlite $as_me 3.8.7.2, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   CONFIG_FILES= $CONFIG_FILES
@@ -13253,7 +13253,7 @@
 cat $CONFIG_STATUS _ACEOF || ac_write_fail=1
 ac_cs_config=`$as_echo $ac_configure_args | sed 's/^ //; 
s/[\\\`\$]//g'`
 ac_cs_version=\\
-sqlite config.status 3.8.7.1
+sqlite config.status 3.8.7.2
 configured by $0, generated by GNU Autoconf 2.69,
   with 

commit ctemplate for openSUSE:Factory

2014-11-24 Thread h_root
Hello community,

here is the log from the commit of package ctemplate for openSUSE:Factory 
checked in at 2014-11-24 11:14:48

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


Package is ctemplate

Changes:

--- /work/SRC/openSUSE:Factory/ctemplate/ctemplate.changes  2014-05-26 
14:40:52.0 +0200
+++ /work/SRC/openSUSE:Factory/.ctemplate.new/ctemplate.changes 2014-11-24 
11:14:49.0 +0100
@@ -1,0 +2,11 @@
+Fri Nov 14 10:33:56 UTC 2014 - tchva...@suse.com
+
+- Enable testsuite - 2 tests fail
+- Cleanup a bit
+
+---
+Thu Nov  6 09:36:47 UTC 2014 - adr...@suse.de
+
+- so name did change to version 3, follow with library package name
+
+---



Other differences:
--
++ ctemplate.spec ++
--- /var/tmp/diff_new_pack.BSBHMJ/_old  2014-11-24 11:14:50.0 +0100
+++ /var/tmp/diff_new_pack.BSBHMJ/_new  2014-11-24 11:14:50.0 +0100
@@ -16,37 +16,42 @@
 #
 
 
+%define libname libctemplate3
 Name:   ctemplate
+Version:2.3
+Release:0
 Summary:Library for simple but powerful template language for C++
 License:BSD-3-Clause
 Group:  Development/Libraries/C and C++
-Version:2.3
-Release:0
-Url:http://code.google.com/p/google-ctemplate/
+Url:https://code.google.com/p/ctemplate/
+# Source needs to be grabbed from subversion
 Source: %{name}-%{version}.tar.bz2
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  autoconf
+BuildRequires:  automake
 BuildRequires:  gcc-c++
+BuildRequires:  libtool
 BuildRequires:  pkg-config
 BuildRequires:  python
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
 CTemplate is a simple but powerful template language for C++. It
 emphasizes separating logic from presentation: it is impossible to
 embed application logic in this template language.
 
-%package -n libctemplate2
+%package -n %{libname}
 Summary:Library for simple but powerful template language for C++
 Group:  Development/Libraries/C and C++
 
-%description -n libctemplate2
+%description -n %{libname}
 CTemplate is a simple but powerful template language for C++. It
 emphasizes separating logic from presentation: it is impossible to
 embed application logic in this template language.
 
 %package -n libctemplate-devel
-Requires:   libctemplate2 = %{version}
 Summary:Library for simple but powerful template language for C++
 Group:  Development/Libraries/C and C++
+Requires:   %{libname} = %{version}
 
 %description -n libctemplate-devel
 CTemplate is a simple but powerful template language for C++. It
@@ -55,28 +60,33 @@
 
 %prep
 %setup -q
-chmod -R u+w .
 
 %build
-export verstring=`echo %{version} | sed 's|\.|:|'`
-%configure --disable-static 
+autoreconf -fvi
+%configure --disable-static --disable-silent-rules
 make %{?_smp_mflags}
 
 %install
-%makeinstall
-rm -f %{buildroot}/%{_libdir}/*.la
+make DESTDIR=%{buildroot} install %{?_smp_mflags}
+find %{buildroot} -type f -name *.la -delete -print
 
 # remove not needed documentation (rpmlint recommended...)
-rm %{buildroot}/usr/share/doc/%{name}-%{version}/README_windows.txt
-rm %{buildroot}/usr/share/doc/%{name}-%{version}/INSTALL
+rm %{buildroot}%{_datadir}/doc/%{name}-%{version}/README_windows.txt
+rm %{buildroot}%{_datadir}/doc/%{name}-%{version}/INSTALL
 install -d %{buildroot}/%{_defaultdocdir}/%{name}-%{version}
-mv %{buildroot}/usr/share/doc/%{name}-%{version}/* 
%{buildroot}/%{_defaultdocdir}/%{name}-%{version}
+mv %{buildroot}%{_datadir}/doc/%{name}-%{version}/* 
%{buildroot}/%{_defaultdocdir}/%{name}-%{version}
+
+%check
+# 2 tests fail: seems while creating tmp files it dies
+# FAIL: template_cache_test
+# FAIL: template_nothreads_unittest
+make %{?_smp_mflags} check || :
 
-%post -n libctemplate2 -p /sbin/ldconfig
+%post -n %{libname} -p /sbin/ldconfig
 
-%postun -n libctemplate2 -p /sbin/ldconfig
+%postun -n %{libname} -p /sbin/ldconfig
 
-%files -n libctemplate2
+%files -n %{libname}
 %defattr(-,root,root)
 %{_libdir}/*.so.*
 %dir %{_defaultdocdir}/%{name}-%{version}

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



commit curl for openSUSE:Factory

2014-11-24 Thread h_root
Hello community,

here is the log from the commit of package curl for openSUSE:Factory checked in 
at 2014-11-24 11:14:27

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


Package is curl

Changes:

--- /work/SRC/openSUSE:Factory/curl/curl.changes2014-10-29 
21:09:11.0 +0100
+++ /work/SRC/openSUSE:Factory/.curl.new/curl.changes   2014-11-24 
11:14:28.0 +0100
@@ -1,0 +2,23 @@
+Fri Nov 14 15:29:07 UTC 2014 - vci...@suse.com
+
+- update to 7.39.0:
+- changes:
+SSLv3 is disabled by default
+CURLOPT_COOKIELIST: Added RELOAD command
+build: Added WinIDN build configuration options to Visual Studio projects
+ssh: improve key file search
+SSL: public key pinning. Use CURLOPT_PINNEDPUBLICKEY and --pinnedpubkey
+vtls: remove QsoSSL support, use gskit!
+mk-ca-bundle: added SHA-384 signature algorithm
+docs: added many examples for libcurl opts and other doc improvements
+build: Added VC ssh2 target to main Makefile
+MinGW: Added support to build with nghttp2
+NetWare: Added support to build with nghttp2
+build: added Watcom support to build with WinSSL
+build: Added optional specific version generation of VC project files
+... and a bunch of bugfixes
+- refreshed libcurl-ocloexec.patch
+- removed gpg-offline verification
+- spec-cleaned curl.spec
+
+---

Old:

  curl-7.38.0.tar.lzma
  curl-7.38.0.tar.lzma.asc

New:

  curl-7.39.0.tar.lzma
  curl-7.39.0.tar.lzma.asc



Other differences:
--
++ curl.spec ++
--- /var/tmp/diff_new_pack.tdYynD/_old  2014-11-24 11:14:29.0 +0100
+++ /var/tmp/diff_new_pack.tdYynD/_new  2014-11-24 11:14:29.0 +0100
@@ -19,9 +19,8 @@
 %bcond_without openssl
 %bcond_with mozilla_nss
 %bcond_without testsuite
-
 Name:   curl
-Version:7.38.0
+Version:7.39.0
 Release:0
 Summary:A Tool for Transferring Data from URLs
 License:BSD-3-Clause and MIT
@@ -31,38 +30,34 @@
 Source2:http://curl.haxx.se/download/%{name}-%{version}.tar.lzma.asc
 Source3:baselibs.conf
 Source4:%{name}.keyring
-Patch:  libcurl-ocloexec.patch
+Patch0: libcurl-ocloexec.patch
 Patch1: dont-mess-with-rpmoptflags.diff
 Patch3: curl-secure-getenv.patch
-# Use rpmbuild -D 'VERIFY_SIG 1' to verify signature during build or run 
one-shot check by gpg-offline --verify --package=curl curl-*.asc.
-%if 0%{?VERIFY_SIG}
-BuildRequires:  gpg-offline
-%endif
+BuildRequires:  krb5-mini-devel
 BuildRequires:  libidn-devel
+BuildRequires:  libssh2-devel
 BuildRequires:  libtool
 BuildRequires:  lzma
 BuildRequires:  openldap2-devel
 BuildRequires:  pkg-config
 BuildRequires:  zlib-devel
+Requires:   libcurl4 = %{version}
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %if %{with openssl}
 BuildRequires:  openssl-devel
 %endif
 %if %{with mozilla_nss}
 BuildRequires:  mozilla-nss-devel
 %endif
-BuildRequires:  krb5-mini-devel
-BuildRequires:  libssh2-devel
 #BuildRequires:  openssh
 %if 0%{?_with_stunnel:1}
 # used by the testsuite
 BuildRequires:  stunnel
 %endif
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 # bug437293
 %ifarch ppc64
 Obsoletes:  curl-64bit
 %endif
-Requires:   libcurl4 = %{version}
 
 %description
 Curl is a client to get documents and files from or send documents to a
@@ -94,11 +89,8 @@
 user interaction or any kind of interactivity.
 
 %prep
-%if 0%{?VERIFY_SIG}
-%gpg_verify %{S:2}
-%endif
 %setup -q
-%patch
+%patch0
 %patch1
 %patch3
 
@@ -106,7 +98,7 @@
 # curl complains if macro definition is contained in CFLAGS
 # see m4/xc-val-flgs.m4
 CPPFLAGS=-D_FORTIFY_SOURCE=2
-CFLAGS=$(echo $RPM_OPT_FLAGS | sed 's/-D_FORTIFY_SOURCE=2//')
+CFLAGS=$(echo %{optflags} | sed 's/-D_FORTIFY_SOURCE=2//')
 export CPPFLAGS CFLAGS
 autoreconf -fi
 # local hack to make curl-config --libs stop printing libraries it depends on
@@ -117,14 +109,14 @@
--enable-ipv6 \
 %if %{with openssl}
--with-ssl \
-   --with-ca-path=/etc/ssl/certs/ \
+   --with-ca-path=%{_sysconfdir}/ssl/certs/ \
 %else
--without-ssl \
 %if %{with mozilla_nss}
--with-nss \
 %endif
 %endif
-   --with-gssapi=/usr/lib/mit \
+   --with-gssapi=%{_libexecdir}/mit \
--with-libssh2\
--enable-hidden-symbols \
--disable-static \
@@ -136,10 +128,9 @@
 make %{?_smp_mflags}
 
 %if %{with testsuite}
-
 %check
 cd tests
-make
+make %{?_smp_mflags}
 # make sure the testsuite runs don't race on MP machines in autobuild
 if test -z $BUILD_INCARNATION -a -r /.buildenv; then
. /.buildenv
@@ -158,10 +149,10 @@
 %endif
 
 %install

commit sash for openSUSE:Factory

2014-11-24 Thread h_root
Hello community,

here is the log from the commit of package sash for openSUSE:Factory checked in 
at 2014-11-24 11:14:36

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


Package is sash

Changes:

--- /work/SRC/openSUSE:Factory/sash/sash.changes2013-04-06 
19:56:38.0 +0200
+++ /work/SRC/openSUSE:Factory/.sash.new/sash.changes   2014-11-24 
11:14:39.0 +0100
@@ -1,0 +2,18 @@
+Wed Nov 19 14:03:13 UTC 2014 - pgaj...@suse.com
+
+- updated to 3.8
+  * The -ls command has the -n option to print numeric user and 
+group ids.
+  * The -chroot, -pivot_root, and -losetup commands have been added.
+  * The exit status for commands has been implemented (such as -exit).
+- deleted patches:
+  Dsash-3.7-ed-line-marking.diff (renamed to sash-ed-line-marking.diff)
+  Dsash-3.7-ext2_fs-header.diff (upstreamed)
+  Dsash-3.7-include.diff (renamed to sash-include.diff)
+  Dsash-3.7-install.diff (part of sash-Makefile.diff)
+  Dsash-3.7-raid.diff (renamed to sash-raid.diff)
+  Dsash-3.7-shared_libc.patch (part of sash-Makefile.diff)
+  Dsash-3.7-strip.diff (part of sash-Makefile.diff)
+  Dsash-plus-patches-3.7.diff (upstreamed)
+
+---

Old:

  sash-3.7-ed-line-marking.diff
  sash-3.7-ext2_fs-header.diff
  sash-3.7-include.diff
  sash-3.7-install.diff
  sash-3.7-raid.diff
  sash-3.7-shared_libc.patch
  sash-3.7-strip.diff
  sash-3.7.tar.gz
  sash-plus-patches-3.7.diff

New:

  sash-3.8.tar.gz
  sash-Makefile.diff
  sash-ed-line-marking.diff
  sash-include.diff
  sash-raid.diff



Other differences:
--
++ sash.spec ++
--- /var/tmp/diff_new_pack.5k97LS/_old  2014-11-24 11:14:40.0 +0100
+++ /var/tmp/diff_new_pack.5k97LS/_new  2014-11-24 11:14:40.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package sash
 #
-# 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
@@ -17,62 +17,49 @@
 
 
 Name:   sash
-BuildRequires:  libext2fs-devel
-BuildRequires:  ncurses-devel
-BuildRequires:  zlib-devel-static
-Version:3.7
+Version:3.8
 Release:0
 Summary:A stand-alone shell with built-in commands
 License:ISC
 Group:  System/Shells
-Source: 
http://members.tip.net.au/~dbell/programs/sash-%{version}.tar.gz
 Url:http://www.tip.net.au/~dbell
-Patch0: sash-%{version}-install.diff
-Patch1: sash-%{version}-raid.diff
-Patch2: sash-%{version}-include.diff
-Patch3: sash-%{version}-strip.diff
-Patch4: sash-3.7-ext2_fs-header.diff
-Patch5: sash-3.7-shared_libc.patch
-Patch6: sash-%{version}-ed-line-marking.diff
-Patch7: sash-plus-patches-%{version}.diff
+Source: 
http://members.tip.net.au/~dbell/programs/sash-%{version}.tar.gz
+Patch0: sash-Makefile.diff
+Patch1: sash-raid.diff
+Patch2: sash-include.diff
+Patch3: sash-ed-line-marking.diff
+BuildRequires:  libext2fs-devel
+BuildRequires:  ncurses-devel
+BuildRequires:  zlib-devel-static
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
 This package includes:
 
--chgrp, -chmod, -chown, -cmp, -cp, -dd, -echo, -ed, -grep, -gunzip,
--gzip, -kill, -ln, -ls, -mkdir, -mknod, -more, -mount, -mv, -printenv,
--pwd, -rm, -rmdir, -sync, -tar, -touch, -umount, -where
-
-
-
-Authors:
-
-David I. Bell db...@canb.auug.org.au
+ -ar, -chattr, -chgrp, -chmod, -chown, -chroot, -cmp,
+ -cp, -dd, -echo, -ed, -grep, -file, -find, -gunzip,
+ -gzip, -kill, -losetup, -ln, -ls, -lsattr, -mkdir,
+ -mknod, -more, -mount, -mv, -pivot_root, -printenv, -pwd,
+ -rm, -rmdir, -sum, -sync, -tar, -touch, -umount, -where
 
 %prep
 %setup -q
 %patch0
 %patch1
 %patch2
-%patch3
-%patch4 -p1
-%patch5
-%patch6 -p1
-%patch7 -p1
+%patch3 -p1
 
 %build
-export RPM_OPT_FLAGS
-make CC=%__cc
+export OPT=%{optflags} -O3
+make %{?_smp_mflags} CC=gcc
 
 %install
-mkdir -p $RPM_BUILD_ROOT/{bin,%{_mandir}/man1}
-make prefix=$RPM_BUILD_ROOT install
+make DESTDIR=%{buildroot} install
 
 %files
 %defattr(-,root,root)
-%doc README
 /bin/sash
+%doc README CHANGES
 %doc %{_mandir}/man1/sash.1.gz
 
 %changelog

++ sash-3.7.tar.gz - sash-3.8.tar.gz ++
 3965 lines of diff (skipped)

++ sash-Makefile.diff ++
Index: Makefile
===
--- Makefile.orig   2014-11-19 14:51:20.911717387 +0100
+++ Makefile

commit mcelog for openSUSE:Factory

2014-11-24 Thread h_root
Hello community,

here is the log from the commit of package mcelog for openSUSE:Factory checked 
in at 2014-11-24 11:14:29

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


Package is mcelog

Changes:

--- /work/SRC/openSUSE:Factory/mcelog/mcelog.changes2014-09-24 
13:08:58.0 +0200
+++ /work/SRC/openSUSE:Factory/.mcelog.new/mcelog.changes   2014-11-24 
11:14:30.0 +0100
@@ -1,0 +2,6 @@
+Fri Nov 14 18:25:22 UTC 2014 - crrodrig...@opensuse.org
+
+- While not yet defined, the tmpfiles_create macro takes 
+  an argument for it to actually work
+
+---



Other differences:
--
++ mcelog.spec ++
--- /var/tmp/diff_new_pack.pMXAWJ/_old  2014-11-24 11:14:31.0 +0100
+++ /var/tmp/diff_new_pack.pMXAWJ/_new  2014-11-24 11:14:31.0 +0100
@@ -112,7 +112,7 @@
 
 %post
 %fillup_only
-%{?tmpfiles_create:%{tmpfiles_create}}
+%{?tmpfiles_create:%tmpfiles_create %{_tmpfilesdir}/mcelog.conf}
 %udev_rules_update
 
 %service_add_post %{name}.service

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



commit yast2-vm for openSUSE:Factory

2014-11-24 Thread h_root
Hello community,

here is the log from the commit of package yast2-vm for openSUSE:Factory 
checked in at 2014-11-24 11:14:40

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


Package is yast2-vm

Changes:

--- /work/SRC/openSUSE:Factory/yast2-vm/yast2-vm.changes2014-08-27 
16:53:02.0 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-vm.new/yast2-vm.changes   2014-11-24 
11:14:43.0 +0100
@@ -1,0 +2,6 @@
+Wed Nov 19 10:33:42 MST 2014 - carn...@suse.com
+
+- bnc#905580 - SIGSEGV in yast2 relocation-server 
+- 3.1.19
+
+---

Old:

  yast2-vm-3.1.18.tar.bz2

New:

  yast2-vm-3.1.19.tar.bz2



Other differences:
--
++ yast2-vm.spec ++
--- /var/tmp/diff_new_pack.IkgK2K/_old  2014-11-24 11:14:44.0 +0100
+++ /var/tmp/diff_new_pack.IkgK2K/_new  2014-11-24 11:14:44.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-vm
-Version:3.1.18
+Version:3.1.19
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ yast2-vm-3.1.18.tar.bz2 - yast2-vm-3.1.19.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-vm-3.1.18/.travis.yml 
new/yast2-vm-3.1.19/.travis.yml
--- old/yast2-vm-3.1.18/.travis.yml 1970-01-01 01:00:00.0 +0100
+++ new/yast2-vm-3.1.19/.travis.yml 2014-11-19 18:56:12.0 +0100
@@ -0,0 +1,16 @@
+language: cpp
+compiler:
+- gcc
+before_install:
+# disable rvm, use system Ruby
+- rvm reset
+- wget 
https://raw.githubusercontent.com/yast/yast-devtools/master/travis-tools/travis_setup.sh
+- sh ./travis_setup.sh -p rake yast2-devtools yast2-testsuite yast2 -g 
yast-rake gettext
+script:
+- rake check:syntax
+- rake check:pot
+- make -f Makefile.cvs
+- make
+- sudo make install
+- make check
+
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-vm-3.1.18/MAINTAINER 
new/yast2-vm-3.1.19/MAINTAINER
--- old/yast2-vm-3.1.18/MAINTAINER  2014-08-20 16:32:20.0 +0200
+++ new/yast2-vm-3.1.19/MAINTAINER  2014-11-19 18:56:12.0 +0100
@@ -1 +1 @@
-Charles Arnold carn...@suse.com
+Deprecated file. Use `osc maintainer yast2-vm` instead.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-vm-3.1.18/README.md 
new/yast2-vm-3.1.19/README.md
--- old/yast2-vm-3.1.18/README.md   1970-01-01 01:00:00.0 +0100
+++ new/yast2-vm-3.1.19/README.md   2014-11-19 18:56:12.0 +0100
@@ -0,0 +1,5 @@
+# YaST - The Virtual Machine Configuration Module #
+
+[![Travis 
Build](https://travis-ci.org/yast/yast-vm.svg?branch=master)](https://travis-ci.org/yast/yast-vm)
+[![Jenkins 
Build](http://img.shields.io/jenkins/s/https/ci.opensuse.org/yast-vm-master.svg)](https://ci.opensuse.org/view/Yast/job/yast-vm-master/)
+
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-vm-3.1.18/package/yast2-vm.changes 
new/yast2-vm-3.1.19/package/yast2-vm.changes
--- old/yast2-vm-3.1.18/package/yast2-vm.changes2014-08-20 
16:32:20.0 +0200
+++ new/yast2-vm-3.1.19/package/yast2-vm.changes2014-11-19 
18:56:12.0 +0100
@@ -1,4 +1,10 @@
 ---
+Wed Nov 19 10:33:42 MST 2014 - carn...@suse.com
+
+- bnc#905580 - SIGSEGV in yast2 relocation-server 
+- 3.1.19
+
+---
 Wed Aug 20 08:26:07 MDT 2014 - carn...@suse.com
 
 - bnc#892759 - Install Hypervisor and Tools fails with error:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-vm-3.1.18/package/yast2-vm.spec 
new/yast2-vm-3.1.19/package/yast2-vm.spec
--- old/yast2-vm-3.1.18/package/yast2-vm.spec   2014-08-20 16:32:20.0 
+0200
+++ new/yast2-vm-3.1.19/package/yast2-vm.spec   2014-11-19 18:56:12.0 
+0100
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-vm
-Version:3.1.18
+Version:3.1.19
 Release:0
 Group: System/YaST
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-vm-3.1.18/src/modules/RelocationServer.rb 
new/yast2-vm-3.1.19/src/modules/RelocationServer.rb
--- old/yast2-vm-3.1.18/src/modules/RelocationServer.rb 2014-08-20 
16:32:20.0 +0200
+++ new/yast2-vm-3.1.19/src/modules/RelocationServer.rb 2014-11-19 
18:56:12.0 +0100
@@ -238,6 +238,10 @@
 end
 
 def ReadLibvirtServices
+  if !Package.Installed(libvirt-daemon)
+

commit yast2-users for openSUSE:Factory

2014-11-24 Thread h_root
Hello community,

here is the log from the commit of package yast2-users for openSUSE:Factory 
checked in at 2014-11-24 11:14:41

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


Package is yast2-users

Changes:

--- /work/SRC/openSUSE:Factory/yast2-users/yast2-users.changes  2014-10-17 
08:50:59.0 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-users.new/yast2-users.changes 
2014-11-24 11:14:44.0 +0100
@@ -1,0 +2,7 @@
+Thu Nov 20 09:26:20 CET 2014 - jsuch...@suse.cz
+
+- enable changing of cn value if LDAP user is not saved yet
+  (bnc#904645)
+- 3.1.35
+
+---

Old:

  yast2-users-3.1.34.tar.bz2

New:

  yast2-users-3.1.35.tar.bz2



Other differences:
--
++ yast2-users.spec ++
--- /var/tmp/diff_new_pack.769fGV/_old  2014-11-24 11:14:45.0 +0100
+++ /var/tmp/diff_new_pack.769fGV/_new  2014-11-24 11:14:45.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-users
-Version:3.1.34
+Version:3.1.35
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ yast2-users-3.1.34.tar.bz2 - yast2-users-3.1.35.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-users-3.1.34/.travis.yml 
new/yast2-users-3.1.35/.travis.yml
--- old/yast2-users-3.1.34/.travis.yml  1970-01-01 01:00:00.0 +0100
+++ new/yast2-users-3.1.35/.travis.yml  2014-11-20 10:57:13.0 +0100
@@ -0,0 +1,16 @@
+language: cpp
+compiler:
+- gcc
+before_install:
+# disable rvm, use system Ruby
+- rvm reset
+- wget 
https://raw.githubusercontent.com/yast/yast-devtools/master/travis-tools/travis_setup.sh
+- sh ./travis_setup.sh -p rake yast2-devtools yast2-testsuite yast2 
yast2-perl-bindings yast2-core-dev yast2-ldap yast2-perl-bindings 
yast2-security libcrack2-dev doxygen libdigest-sha1-perl -g yast-rake gettext
+script:
+- rake check:syntax
+- rake check:pot
+- make -f Makefile.cvs
+- make
+- sudo make install
+- make check
+
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-users-3.1.34/README 
new/yast2-users-3.1.35/README
--- old/yast2-users-3.1.34/README   2014-10-16 14:17:13.0 +0200
+++ new/yast2-users-3.1.35/README   1970-01-01 01:00:00.0 +0100
@@ -1,2 +0,0 @@
-y2m_inst is part of YaST2
-See the file COPYRIGHT.english for license terms
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-users-3.1.34/README.md 
new/yast2-users-3.1.35/README.md
--- old/yast2-users-3.1.34/README.md1970-01-01 01:00:00.0 +0100
+++ new/yast2-users-3.1.35/README.md2014-11-20 10:57:13.0 +0100
@@ -0,0 +1,5 @@
+# YaST - The Users Management Module #
+
+[![Travis 
Build](https://travis-ci.org/yast/yast-users.svg?branch=master)](https://travis-ci.org/yast/yast-users)
+[![Jenkins 
Build](http://img.shields.io/jenkins/s/https/ci.opensuse.org/yast-users-master.svg)](https://ci.opensuse.org/view/Yast/job/yast-users-master/)
+
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-users-3.1.34/package/yast2-users.changes 
new/yast2-users-3.1.35/package/yast2-users.changes
--- old/yast2-users-3.1.34/package/yast2-users.changes  2014-10-16 
14:17:13.0 +0200
+++ new/yast2-users-3.1.35/package/yast2-users.changes  2014-11-20 
10:57:13.0 +0100
@@ -1,4 +1,11 @@
 ---
+Thu Nov 20 09:26:20 CET 2014 - jsuch...@suse.cz
+
+- enable changing of cn value if LDAP user is not saved yet
+  (bnc#904645)
+- 3.1.35
+
+---
 Thu Oct 16 12:31:21 CEST 2014 - jsuch...@suse.cz
 
 - fix calling auth client (bnc#901419)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-users-3.1.34/package/yast2-users.spec 
new/yast2-users-3.1.35/package/yast2-users.spec
--- old/yast2-users-3.1.34/package/yast2-users.spec 2014-10-16 
14:17:13.0 +0200
+++ new/yast2-users-3.1.35/package/yast2-users.spec 2014-11-20 
10:57:13.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-users
-Version:3.1.34
+Version:3.1.35
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-users-3.1.34/src/include/users/dialogs.rb 
new/yast2-users-3.1.35/src/include/users/dialogs.rb
--- old/yast2-users-3.1.34/src/include/users/dialogs.rb 

commit java-1_7_0-openjdk for openSUSE:Factory

2014-11-24 Thread h_root
Hello community,

here is the log from the commit of package java-1_7_0-openjdk for 
openSUSE:Factory checked in at 2014-11-24 11:14:32

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


Package is java-1_7_0-openjdk

Changes:

--- 
/work/SRC/openSUSE:Factory/java-1_7_0-openjdk/java-1_7_0-openjdk-bootstrap.changes
  2014-10-23 14:19:55.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.java-1_7_0-openjdk.new/java-1_7_0-openjdk-bootstrap.changes
 2014-11-24 11:14:33.0 +0100
@@ -1,0 +2,6 @@
+Sun Nov 16 11:26:15 UTC 2014 - fst...@suse.com
+
+- Build the javadoc package as noarch, since it installed in
+  architecture independent place
+
+---
java-1_7_0-openjdk.changes: same change



Other differences:
--
++ java-1_7_0-openjdk-bootstrap.spec ++
--- /var/tmp/diff_new_pack.Lruckr/_old  2014-11-24 11:14:35.0 +0100
+++ /var/tmp/diff_new_pack.Lruckr/_new  2014-11-24 11:14:35.0 +0100
@@ -438,6 +438,9 @@
 Provides:   java-%{javaver}-javadoc = %{version}-%{release}
 Provides:   java-%{javaver}-openjdk-javadoc = %{version}-%{release}
 Provides:   java-javadoc = %{version}-%{release}
+%if 0%{?suse_version} = 1120
+BuildArch:  noarch
+%endif
 
 %description javadoc
 This package provides documentation of the API provided by OpenJDK 7
@@ -707,7 +710,7 @@
   cp -a jre/bin jre/lib %{buildroot}%{_jvmdir}/%{jredir}
   # bnc#438674
   # Install a fontconfig file which don't reffer to agfa-fonts on openSUSE
-  cp %{S:1001} %{buildroot}%{_jvmdir}/%{jredir}/lib/
+  cp %{SOURCE1001} %{buildroot}%{_jvmdir}/%{jredir}/lib/
 
   popd
 

java-1_7_0-openjdk.spec: same change


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



commit rpcbind for openSUSE:Factory

2014-11-24 Thread h_root
Hello community,

here is the log from the commit of package rpcbind for openSUSE:Factory checked 
in at 2014-11-24 11:14:26

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


Package is rpcbind

Changes:

--- /work/SRC/openSUSE:Factory/rpcbind/rpcbind.changes  2014-06-17 
11:22:58.0 +0200
+++ /work/SRC/openSUSE:Factory/.rpcbind.new/rpcbind.changes 2014-11-24 
11:14:26.0 +0100
@@ -1,0 +2,6 @@
+Wed Nov 12 15:05:00 CET 2014 - ku...@suse.de
+
+- Disable debug code, which else would fill up the log files
+  [bnc#905042]
+
+---



Other differences:
--
++ rpcbind.spec ++
--- /var/tmp/diff_new_pack.48eA8Y/_old  2014-11-24 11:14:28.0 +0100
+++ /var/tmp/diff_new_pack.48eA8Y/_new  2014-11-24 11:14:28.0 +0100
@@ -119,7 +119,7 @@
--bindir=/sbin \
--enable-libwrap \
--enable-warmstarts \
-   --enable-debug \
+   --disable-debug \
--with-statedir=%{_localstatedir}/lib/rpcbind \
--with-rpcuser=rpc
 


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



commit grub2 for openSUSE:Factory

2014-11-24 Thread h_root
Hello community,

here is the log from the commit of package grub2 for openSUSE:Factory checked 
in at 2014-11-24 11:14:33

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


Package is grub2

Changes:

--- /work/SRC/openSUSE:Factory/grub2/grub2.changes  2014-11-12 
00:20:56.0 +0100
+++ /work/SRC/openSUSE:Factory/.grub2.new/grub2.changes 2014-11-24 
11:14:36.0 +0100
@@ -1,0 +2,5 @@
+Fri Nov 14 16:06:00 UTC 2014 - Led led...@gmail.com
+
+- fix bashism in post script
+
+---



Other differences:
--
++ grub2.spec ++
--- /var/tmp/diff_new_pack.AKVvBC/_old  2014-11-24 11:14:37.0 +0100
+++ /var/tmp/diff_new_pack.AKVvBC/_new  2014-11-24 11:14:37.0 +0100
@@ -674,7 +674,7 @@
 # Install grub2 stuff and config to make the grub2 testing entry to work 
with updated version
 if /usr/bin/grep -l ^\s*kernel\s*.*/boot/%{name}/i386-pc/core.img 
/boot/grub/menu.lst; then
   # Determine the partition with /boot
-  BOOT_PARTITION=$(df -h /boot |(read; awk '{print $1; exit}'))
+  BOOT_PARTITION=$(df -h /boot | sed -n '2s/[[:blank:]].*//p')
   # Generate core.img, but don't let it be installed in boot sector
   %{name}-install --no-bootsector $BOOT_PARTITION || true
   # Create a working grub2 config, otherwise that entry is un-bootable

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



commit update-desktop-files for openSUSE:Factory

2014-11-24 Thread h_root
Hello community,

here is the log from the commit of package update-desktop-files for 
openSUSE:Factory checked in at 2014-11-24 11:14:34

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


Package is update-desktop-files

Changes:

--- 
/work/SRC/openSUSE:Factory/update-desktop-files/update-desktop-files.changes
2014-09-25 09:33:32.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.update-desktop-files.new/update-desktop-files.changes
   2014-11-24 11:14:38.0 +0100
@@ -1,0 +2,7 @@
+Sat Nov 15 21:09:00 UTC 2014 - Led led...@gmail.com
+
+- fix shebang in suse_update_desktop_file.sh and
+  map-desktop-category.sh scripts that contains bash-specific
+  constructions
+
+---



Other differences:
--
++ map-desktop-category.sh ++
--- /var/tmp/diff_new_pack.zoIX9m/_old  2014-11-24 11:14:39.0 +0100
+++ /var/tmp/diff_new_pack.zoIX9m/_new  2014-11-24 11:14:39.0 +0100
@@ -1,4 +1,4 @@
-#! /bin/sh
+#!/bin/bash
 
 function mapCategory() {
   ret=
@@ -140,4 +140,3 @@
 *) ret= ;;
   esac
 }
-

++ suse_update_desktop_file.sh ++
--- /var/tmp/diff_new_pack.zoIX9m/_old  2014-11-24 11:14:39.0 +0100
+++ /var/tmp/diff_new_pack.zoIX9m/_new  2014-11-24 11:14:39.0 +0100
@@ -1,4 +1,4 @@
-#! /bin/sh
+#!/bin/bash
 
 # macro: suse_update_desktop_file
 #

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



commit python3-docutils for openSUSE:Factory

2014-11-24 Thread h_root
Hello community,

here is the log from the commit of package python3-docutils for 
openSUSE:Factory checked in at 2014-11-24 11:15:39

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


Package is python3-docutils

Changes:

--- /work/SRC/openSUSE:Factory/python3-docutils/python3-docutils.changes
2014-07-16 16:37:17.0 +0200
+++ /work/SRC/openSUSE:Factory/.python3-docutils.new/python3-docutils.changes   
2014-11-24 11:15:40.0 +0100
@@ -1,0 +2,5 @@
+Sat Nov 08 21:23:00 UTC 2014 - Led led...@gmail.com
+
+- fix bashism in pre script
+
+---



Other differences:
--
++ python3-docutils.spec ++
--- /var/tmp/diff_new_pack.cUsDRU/_old  2014-11-24 11:15:41.0 +0100
+++ /var/tmp/diff_new_pack.cUsDRU/_new  2014-11-24 11:15:41.0 +0100
@@ -71,9 +71,8 @@
 # non-update-alternativies-ified package:
 binaries=rst2html rst2latex rst2man rst2odt rst2odt_prepstyles rst2pseudoxml 
rst2s5 rst2xetex rst2xml rstpep2html
 for i in $binaries; do
-[[ ! -L %{_bindir}/${i} ]]  rm -f %{_bindir}/${i}
+[ -h %{_bindir}/${i} ] || rm -f %{_bindir}/${i}
 done
-exit 0
 
 %post
 update-alternatives \

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



commit atomiks for openSUSE:Factory

2014-11-24 Thread h_root
Hello community,

here is the log from the commit of package atomiks for openSUSE:Factory checked 
in at 2014-11-24 11:16:00

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


Package is atomiks

Changes:

--- /work/SRC/openSUSE:Factory/atomiks/atomiks.changes  2014-11-13 
09:17:18.0 +0100
+++ /work/SRC/openSUSE:Factory/.atomiks.new/atomiks.changes 2014-11-24 
11:16:04.0 +0100
@@ -1,0 +2,13 @@
+Tue Nov 18 09:34:43 UTC 2014 - nemy...@gmx.ch
+
+- Add BuildRequires for hicolor-icon-theme
+
+---
+Mon Nov 17 21:59:29 UTC 2014 - nemy...@gmx.ch
+
+- Use CFLAGS=%{optflags} to fix 
+ 'File is compiled without RPM_OPT_FLAGS'
+- Install icon in %{_datadir}/icons/hicolor/48x48/apps/
+  instead of %{_datadir}/pixmaps/
+
+---



Other differences:
--
++ atomiks.spec ++
--- /var/tmp/diff_new_pack.CwWST4/_old  2014-11-24 11:16:05.0 +0100
+++ /var/tmp/diff_new_pack.CwWST4/_new  2014-11-24 11:16:05.0 +0100
@@ -29,6 +29,7 @@
 Source2:%{name}.desktop
 %if 0%{?suse_version}
 BuildRequires:  fdupes
+BuildRequires:  hicolor-icon-theme
 BuildRequires:  update-desktop-files
 %endif
 BuildRequires:  dos2unix
@@ -52,7 +53,7 @@
 dos2unix readme.txt license.txt history.txt
 
 %build
-make %{?_smp_mflags}
+make %{?_smp_mflags} CFLAGS=%{optflags}
 
 %install
 # install executable
@@ -60,7 +61,7 @@
 install -Dm 0755 editor %{buildroot}%{_bindir}/%{name}-editor
 
 # install icon
-install -Dm 0644 %{S:1} %{buildroot}%{_datadir}/pixmaps/%{name}.png
+install -Dm 0644 %{S:1} 
%{buildroot}/%{_datadir}/icons/hicolor/48x48/apps/%{name}.png
 
 # install Desktop file
 install -Dm 0644 %{S:2} %{buildroot}%{_datadir}/applications/%{name}.desktop
@@ -76,6 +77,6 @@
 %{_bindir}/%{name}
 %{_bindir}/%{name}-editor
 %{_datadir}/applications/%{name}.desktop
-%{_datadir}/pixmaps/%{name}.png
+%{_datadir}/icons/hicolor/
 
 %changelog


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



commit libarchive for openSUSE:Factory

2014-11-24 Thread h_root
Hello community,

here is the log from the commit of package libarchive for openSUSE:Factory 
checked in at 2014-11-24 11:15:38

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


Package is libarchive

Changes:

--- /work/SRC/openSUSE:Factory/libarchive/libarchive.changes2014-06-05 
10:49:40.0 +0200
+++ /work/SRC/openSUSE:Factory/.libarchive.new/libarchive.changes   
2014-11-24 11:15:39.0 +0100
@@ -1,0 +2,5 @@
+Tue Nov 11 12:07:46 UTC 2014 - jseg...@novell.com
+
+- Added CVE-2013-0211.patch to fix CVE-2013-0211 (bnc#800024)
+
+---

New:

  CVE-2013-0211.patch



Other differences:
--
++ libarchive.spec ++
--- /var/tmp/diff_new_pack.dgHdzJ/_old  2014-11-24 11:15:40.0 +0100
+++ /var/tmp/diff_new_pack.dgHdzJ/_new  2014-11-24 11:15:40.0 +0100
@@ -56,6 +56,7 @@
 BuildRequires:  zlib-devel
 Patch0: libarchive-openssl.patch
 Patch1: libarchive-xattr.patch
+Patch2: CVE-2013-0211.patch
 
 %description
 Libarchive is a programming library that can create and read several
@@ -165,6 +166,7 @@
 %patch0
 %endif
 %patch1 -p1
+%patch2 -p1
 %build
 autoreconf -fiv
 %global optflags%{optflags} -D_REENTRANT -pipe

++ CVE-2013-0211.patch ++
Index: libarchive-3.1.2/libarchive/archive_write.c
===
--- libarchive-3.1.2.orig/libarchive/archive_write.c
+++ libarchive-3.1.2/libarchive/archive_write.c
@@ -671,8 +671,13 @@ static ssize_t
 _archive_write_data(struct archive *_a, const void *buff, size_t s)
 {
struct archive_write *a = (struct archive_write *)_a;
+  size_t max_write = INT_MAX;
+
archive_check_magic(a-archive, ARCHIVE_WRITE_MAGIC,
ARCHIVE_STATE_DATA, archive_write_data);
+  /* This catches attempts to pass negative values. */
+  if (s  max_write)
+s = max_write;
archive_clear_error(a-archive);
return ((a-format_write_data)(a, buff, s));
 }
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit crmsh for openSUSE:Factory

2014-11-24 Thread h_root
Hello community,

here is the log from the commit of package crmsh for openSUSE:Factory checked 
in at 2014-11-24 11:15:42

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


Package is crmsh

Changes:

--- /work/SRC/openSUSE:Factory/crmsh/crmsh.changes  2014-10-29 
21:11:28.0 +0100
+++ /work/SRC/openSUSE:Factory/.crmsh.new/crmsh.changes 2014-11-24 
11:15:43.0 +0100
@@ -1,0 +2,6 @@
+Wed Nov 12 16:03:10 UTC 2014 - kgronl...@suse.com
+
+- PyYAML is not a build dependency
+  - Remove BuildRequires: python-PyYAML 
+
+---



Other differences:
--
++ crmsh.spec ++
--- /var/tmp/diff_new_pack.YfMuEd/_old  2014-11-24 11:15:44.0 +0100
+++ /var/tmp/diff_new_pack.YfMuEd/_new  2014-11-24 11:15:44.0 +0100
@@ -56,7 +56,6 @@
 
 %if 0%{?suse_version}
 Requires:   python-PyYAML
-BuildRequires:  python-PyYAML
 # Suse splits this off into a separate package
 Requires:   python-curses
 BuildRequires:  fdupes
@@ -70,7 +69,6 @@
 
 %if 0%{?fedora_version}
 Requires:   PyYAML
-BuildRequires:  PyYAML
 %endif
 
 # Required for core functionality

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



commit libdlm for openSUSE:Factory

2014-11-24 Thread h_root
Hello community,

here is the log from the commit of package libdlm for openSUSE:Factory checked 
in at 2014-11-24 11:15:41

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


Package is libdlm

Changes:

--- /work/SRC/openSUSE:Factory/libdlm/libdlm.changes2014-06-01 
18:57:08.0 +0200
+++ /work/SRC/openSUSE:Factory/.libdlm.new/libdlm.changes   2014-11-24 
11:15:41.0 +0100
@@ -1,0 +2,5 @@
+Fri Nov 14 08:33:11 UTC 2014 - dims...@opensuse.org
+
+- BuildRequire pkgconfig(systemd) instead of systemd-devel.
+
+---



Other differences:
--
++ libdlm.spec ++
--- /var/tmp/diff_new_pack.ATEUT0/_old  2014-11-24 11:15:42.0 +0100
+++ /var/tmp/diff_new_pack.ATEUT0/_new  2014-11-24 11:15:42.0 +0100
@@ -44,7 +44,7 @@
 BuildRequires:  libpacemaker-devel
 BuildRequires:  libtool
 BuildRequires:  libxml2-devel
-BuildRequires:  systemd-devel
+BuildRequires:  pkgconfig(systemd)
 
 %description
 Libraries and tools that allow applications, particularly filesystems

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



commit lvm2 for openSUSE:Factory

2014-11-24 Thread h_root
Hello community,

here is the log from the commit of package lvm2 for openSUSE:Factory checked in 
at 2014-11-24 11:15:49

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


Package is lvm2

Changes:

--- /work/SRC/openSUSE:Factory/lvm2/lvm2.changes2014-11-11 
10:16:04.0 +0100
+++ /work/SRC/openSUSE:Factory/.lvm2.new/lvm2.changes   2014-11-24 
11:15:51.0 +0100
@@ -1,0 +2,7 @@
+Wed Nov 19 22:40:13 UTC 2014 - dims...@opensuse.org
+
+- Drop libudev-devel BuildRequires: we already buildrequire
+  pkgconfig(libudev), which is the better choice, as it allows us
+  to get libudev-mini-devel.
+
+---



Other differences:
--
++ lvm2.spec ++
--- /var/tmp/diff_new_pack.Ic4ay5/_old  2014-11-24 11:15:52.0 +0100
+++ /var/tmp/diff_new_pack.Ic4ay5/_new  2014-11-24 11:15:52.0 +0100
@@ -29,7 +29,6 @@
 BuildRequires:  libcorosync-devel
 BuildRequires:  libdlm-devel
 BuildRequires:  libselinux-devel
-BuildRequires:  libudev-devel
 BuildRequires:  readline-devel
 BuildRequires:  suse-module-tools
 BuildRequires:  systemd-rpm-macros


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



commit openhpi for openSUSE:Factory

2014-11-24 Thread h_root
Hello community,

here is the log from the commit of package openhpi for openSUSE:Factory checked 
in at 2014-11-24 11:15:44

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


Package is openhpi

Changes:

--- /work/SRC/openSUSE:Factory/openhpi/openhpi.changes  2014-10-25 
08:32:28.0 +0200
+++ /work/SRC/openSUSE:Factory/.openhpi.new/openhpi.changes 2014-11-24 
11:15:44.0 +0100
@@ -1,0 +2,6 @@
+Wed Nov 19 23:09:19 UTC 2014 - dims...@opensuse.org
+
+- Replace systemd BuildRequires with pkgconfig(systemd): we do not
+  require the full installation / dep chain of systemd.
+
+---



Other differences:
--
++ openhpi.spec ++
--- /var/tmp/diff_new_pack.bwjYNZ/_old  2014-11-24 11:15:46.0 +0100
+++ /var/tmp/diff_new_pack.bwjYNZ/_new  2014-11-24 11:15:46.0 +0100
@@ -15,6 +15,7 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 %if 0%{?suse_version}  1140
 %define has_systemd 1
 %endif
@@ -24,9 +25,9 @@
 Release:0
 #
 #
+BuildRequires:  OpenIPMI-devel
 BuildRequires:  autoconf 
 BuildRequires:  automake
-BuildRequires:  OpenIPMI-devel
 BuildRequires:  docbook-toys
 BuildRequires:  docbook-utils
 BuildRequires:  e2fsprogs-devel
@@ -39,7 +40,7 @@
 BuildRequires:  net-snmp-devel
 BuildRequires:  tcpd-devel
 %if 0%{?has_systemd}
-BuildRequires:  systemd
+BuildRequires:  pkgconfig(systemd)
 %endif
 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 OpenIPMI for openSUSE:Factory

2014-11-24 Thread h_root
Hello community,

here is the log from the commit of package OpenIPMI for openSUSE:Factory 
checked in at 2014-11-24 11:15:48

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


Package is OpenIPMI

Changes:

--- /work/SRC/openSUSE:Factory/OpenIPMI/OpenIPMI.changes2014-10-31 
12:22:49.0 +0100
+++ /work/SRC/openSUSE:Factory/.OpenIPMI.new/OpenIPMI.changes   2014-11-24 
11:15:49.0 +0100
@@ -1,0 +2,6 @@
+Wed Nov 19 23:18:06 UTC 2014 - dims...@opensuse.org
+
+- Replace systemd BuildRequires with pkgconfig(systemd): we do not
+  require the full installation / dep chain of systemd.
+
+---



Other differences:
--
++ OpenIPMI.spec ++
--- /var/tmp/diff_new_pack.gtdcuw/_old  2014-11-24 11:15:50.0 +0100
+++ /var/tmp/diff_new_pack.gtdcuw/_new  2014-11-24 11:15:50.0 +0100
@@ -33,9 +33,9 @@
 BuildRequires:  python-tk
 BuildRequires:  python-xml
 BuildRequires:  swig
-BuildRequires:  systemd
 BuildRequires:  tcl-devel
 BuildRequires:  tix
+BuildRequires:  pkgconfig(systemd)
 Version:2.0.21
 Release:0
 Source0:
http://prdownloads.sourceforge.net/openipmi/%{name}-%{version}.tar.gz
@@ -87,12 +87,12 @@
 functions.
 
 %package python
-License:LGPL-2.1+
 Summary:OpenIPMI
 Group:  System/Monitoring
-Requires:   OpenIPMI python-tk tix
+Requires:   OpenIPMI
+Requires:   python-tk
+Requires:   tix
 Provides:   openipmigui
-AutoReqProv:on
 
 %description python
 The python parts provide a OpenIPMI python library and a GUI, openipmigui

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



commit cluster-glue for openSUSE:Factory

2014-11-24 Thread h_root
Hello community,

here is the log from the commit of package cluster-glue for openSUSE:Factory 
checked in at 2014-11-24 11:15:46

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


Package is cluster-glue

Changes:

--- /work/SRC/openSUSE:Factory/cluster-glue/cluster-glue.changes
2014-10-11 22:41:54.0 +0200
+++ /work/SRC/openSUSE:Factory/.cluster-glue.new/cluster-glue.changes   
2014-11-24 11:15:48.0 +0100
@@ -1,0 +2,6 @@
+Wed Nov 19 23:08:51 UTC 2014 - dims...@opensuse.org
+
+- Replace systemd BuildRequires with pkgconfig(systemd): we do not
+  require the full installation / dep chain of systemd.
+
+---



Other differences:
--
++ cluster-glue.spec ++
--- /var/tmp/diff_new_pack.hiccs2/_old  2014-11-24 11:15:49.0 +0100
+++ /var/tmp/diff_new_pack.hiccs2/_new  2014-11-24 11:15:49.0 +0100
@@ -81,7 +81,7 @@
 Requires(pre):  %fillup_prereq
 
 %if %{defined systemd_requires}
-BuildRequires:  systemd
+BuildRequires:  pkgconfig(systemd)
 %{?systemd_requires}
 %endif
 Conflicts:  pacemaker  1.1.8

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



commit pacemaker for openSUSE:Factory

2014-11-24 Thread h_root
Hello community,

here is the log from the commit of package pacemaker for openSUSE:Factory 
checked in at 2014-11-24 11:15:50

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


Package is pacemaker

Changes:

--- /work/SRC/openSUSE:Factory/pacemaker/pacemaker.changes  2014-11-07 
09:06:25.0 +0100
+++ /work/SRC/openSUSE:Factory/.pacemaker.new/pacemaker.changes 2014-11-24 
11:15:55.0 +0100
@@ -1,0 +2,45 @@
+Fri Nov 21 15:38:57 UTC 2014 - y...@suse.com
+
+- crm_node: Correctly remove nodes from the CIB by nodeid
+- fencing: Allow nodes to be purged from the member cache
+- xml: cl#5231 - Unset the deleted attributes in the resulting diffs 
(bsc#905641)
+- fencing: stonith -l option for custom log
+- cib: Avoid nodeid conflicts we don't care about
+- Membership: Detect and resolve nodes that change their ID
+- attrd: Simplify how node deletions happen
+- attrd: Clean out the node cache when requested by the admin
+- crm_resource: Allow resource restart operations to be node specific
+- crm_resource: Implement --timeout for resource restart operations
+- crm_resource: Calculate how long to wait for a restart based on the resource 
timeouts
+- crm_resource: Implement an intelligent restart capability
+- crm_failcount: Better error reporting when no resource is specified
+- cib: tls sock cleanup for remote cib connections
+- Upstream version cs: 7dd90226e10035340d6707d9fd2b04f2e0141194
+
+---
+Fri Nov 14 09:44:03 UTC 2014 - y...@suse.com
+
+- pengine: make resource-discovery work with location rules
+- services: Conditionally clean up services actions
+- Upstream version cs: 5093c095c5f517ab58375b2b69ecfc5516c86b5b
+
+---
+Fri Nov 14 08:58:40 UTC 2014 - dims...@opensuse.org
+
+- Drop conditional BuildRequires of system-devel: it was required
+  one line lower unconditionally.
+- Replace remaining systemd-devel BuildRequires with
+  pkgconfig(systemd).
+
+---
+Mon Nov 10 11:36:27 UTC 2014 - y...@suse.com
+
+- pengine: exclusive discovery implies rsc is only allowed on exclusive subset 
of nodes
+- dbus: handle dispatch queue when multiple replies need to be processed
+- dbus ref count leaks
+- dbus: Ensure both the read and write queues get dispatched
+- systemd: Ensure failed monitor operations always return
+- Perform systemd reloads asynchronously
+- Upstream version cs: cd7c9abbcfc620aa84194ee07aade142240db15a
+
+---

Old:

  pacemaker-1.1.12.git20141028.a9c8177.tar.bz2

New:

  pacemaker-1.1.12.git20141118.7dd9022.tar.bz2



Other differences:
--
++ pacemaker.spec ++
--- /var/tmp/diff_new_pack.T8mZnn/_old  2014-11-24 11:15:58.0 +0100
+++ /var/tmp/diff_new_pack.T8mZnn/_new  2014-11-24 11:15:58.0 +0100
@@ -99,7 +99,7 @@
 Summary:Scalable High-Availability cluster resource manager
 License:GPL-2.0+ and LGPL-2.1+
 Group:  Productivity/Clustering/HA
-Version:1.1.12.git20141028.a9c8177
+Version:1.1.12.git20141118.7dd9022
 Release:0
 #Release:%{pcmk_release}%{?dist}
 Url:http://www.clusterlabs.org
@@ -194,10 +194,7 @@
 BuildRequires:  ncurses-devel
 BuildRequires:  openssl-devel
 
-%if %{defined _unitdir}
-BuildRequires:  systemd-devel
-%endif
-BuildRequires:  systemd-devel
+BuildRequires:  pkgconfig(systemd)
 
 %if %{with cman}
 

++ _service ++
--- /var/tmp/diff_new_pack.T8mZnn/_old  2014-11-24 11:15:58.0 +0100
+++ /var/tmp/diff_new_pack.T8mZnn/_new  2014-11-24 11:15:58.0 +0100
@@ -2,7 +2,7 @@
   service name=tar_scm mode=disabled
 param name=scmgit/param
 param name=urlgit://github.com/ClusterLabs/pacemaker.git/param
-param name=package-metayes/param
+param name=package-metano/param
 param name=exclude.git/param
 !--
 To update to a new release, change revision to the desired
@@ -11,7 +11,7 @@
 param name=version1.1.12/param
 --
 param name=versionformat1.1.12.git%cd.%h/param
-param name=revisiona9c81774b89f21f990be255f9862446d1a38afee/param
+param name=revision7dd90226e10035340d6707d9fd2b04f2e0141194/param
   /service
 
   service name=recompress mode=disabled

++ pacemaker-1.1.12.git20141028.a9c8177.tar.bz2 - 
pacemaker-1.1.12.git20141118.7dd9022.tar.bz2 ++
/work/SRC/openSUSE:Factory/pacemaker/pacemaker-1.1.12.git20141028.a9c8177.tar.bz2
 
/work/SRC/openSUSE:Factory/.pacemaker.new/pacemaker-1.1.12.git20141118.7dd9022.tar.bz2
 differ: char 11, line 1

-- 
To unsubscribe, 

commit rrdtool for openSUSE:Factory

2014-11-24 Thread h_root
Hello community,

here is the log from the commit of package rrdtool for openSUSE:Factory checked 
in at 2014-11-24 11:15:53

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


Package is rrdtool

Changes:

--- /work/SRC/openSUSE:Factory/rrdtool/rrdtool.changes  2014-02-15 
17:18:04.0 +0100
+++ /work/SRC/openSUSE:Factory/.rrdtool.new/rrdtool.changes 2014-11-24 
11:16:00.0 +0100
@@ -1,0 +2,11 @@
+Sun Nov 23 06:16:00 UTC 2014 - Led led...@gmail.com
+
+- fix bashisms in rrdcached-systemd-pre script
+
+---
+Wed Nov 19 22:59:24 UTC 2014 - dims...@opensuse.org
+
+- Replace systemd BuildRequires with pkgconfig(systemd): we do not
+  require the full installation / dep chain of systemd.
+
+---



Other differences:
--
++ rrdtool.spec ++
--- /var/tmp/diff_new_pack.tzm6oW/_old  2014-11-24 11:16:04.0 +0100
+++ /var/tmp/diff_new_pack.tzm6oW/_new  2014-11-24 11:16:04.0 +0100
@@ -35,9 +35,9 @@
 BuildRequires:  pango-devel
 BuildRequires:  python-devel
 BuildRequires:  ruby-devel
-BuildRequires:  systemd
 BuildRequires:  tcl-devel
 BuildRequires:  tcpd-devel
+BuildRequires:  pkgconfig(systemd)
 Requires:   perl = %{perl_version}
 Version:1.4.7
 Release:0

++ rrdcached-systemd-pre ++
--- /var/tmp/diff_new_pack.tzm6oW/_old  2014-11-24 11:16:04.0 +0100
+++ /var/tmp/diff_new_pack.tzm6oW/_new  2014-11-24 11:16:04.0 +0100
@@ -17,14 +17,14 @@
 # Read config   
 . $RRDCACHED_CONFIG
 
-function check_and_create_dir(){
+check_and_create_dir() {
 local DIR=$1
 test -d $DIR || mkdir -p $DIR
 }
 
 case $RRDCACHED_ADDRESS in
-^unix:) 
-SOCKETDIR=$(dirname ${RRDCACHED_ADDRESS/unix:/})
+unix:*)
+SOCKETDIR=$(dirname ${RRDCACHED_ADDRESS#unix:})
 check_and_create_dir $SOCKETDIR
 chgrp $RRDCACHED_GROUP $SOCKETDIR
 ;;

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



commit corosync for openSUSE:Factory

2014-11-24 Thread h_root
Hello community,

here is the log from the commit of package corosync for openSUSE:Factory 
checked in at 2014-11-24 11:15:51

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


Package is corosync

Changes:

--- /work/SRC/openSUSE:Factory/corosync/corosync.changes2014-09-10 
17:02:13.0 +0200
+++ /work/SRC/openSUSE:Factory/.corosync.new/corosync.changes   2014-11-24 
11:15:58.0 +0100
@@ -1,0 +2,18 @@
+Wed Nov 19 22:24:13 UTC 2014 - dims...@opensuse.org
+
+- Replace systemd BuildRequires with pkgconfig(systemd): we do not
+  require the full installation / dep chain of systemd.
+
+---
+Mon Nov 17 04:01:00 UTC 2014 - Led led...@gmail.com
+
+- fix bashisms in mem_leak_test.sh script
+- add patches:
+  * corosync-2.3.4-fix-bashisms.patch
+
+---
+Mon Nov 17 04:00:00 UTC 2014 - Led led...@gmail.com
+
+- fix bashism in preun script
+
+---

New:

  corosync-2.3.4-fix-bashisms.patch



Other differences:
--
++ corosync.spec ++
--- /var/tmp/diff_new_pack.0TLIgR/_old  2014-11-24 11:16:00.0 +0100
+++ /var/tmp/diff_new_pack.0TLIgR/_new  2014-11-24 11:16:00.0 +0100
@@ -52,6 +52,7 @@
 Patch1: corosync-init-lockfile-path-error.patch
 Patch2: bnc#872651-stop-cluster.patch
 Patch3: bnc#882449-corosync-conf-example.patch
+Patch4: corosync-2.3.4-fix-bashisms.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 # openais is indeed gone and should be uninstalled. Yes, we do not
 # provide openais on purpose, the package has been deleted.
@@ -85,7 +86,7 @@
 BuildRequires:  dbus-1-devel
 %endif
 %if %{with_systemd}
-BuildRequires:  systemd
+BuildRequires:  pkgconfig(systemd)
 Requires(post): systemd
 Requires(preun): systemd
 Requires(postun): systemd
@@ -99,6 +100,7 @@
 %patch1 -p1
 %patch2 -p1
 %patch3 -p1
+%patch4 -p1
 
 %build
 #%if 0%{?buildtrunk} == 1
@@ -199,7 +201,7 @@
 %service_del_preun corosync.service corosync-notifyd.service
 %else
 if [ $1 -eq 0 ]; then
-   /sbin/service corosync stop /dev/null || :
+   /sbin/service corosync stop /dev/null 21 ||:
/sbin/chkconfig --del corosync || :
 fi
 %endif

++ corosync-2.3.4-fix-bashisms.patch ++
diff -Ndur corosync-2.3.4/cts/agents/mem_leak_test.sh 
corosync-2.3.4-fix-bashisms/cts/agents/mem_leak_test.sh
--- corosync-2.3.4/cts/agents/mem_leak_test.sh  2014-08-12 10:27:36.0 
+0300
+++ corosync-2.3.4-fix-bashisms/cts/agents/mem_leak_test.sh 2014-11-17 
05:57:38.986640342 +0200
@@ -41,14 +41,14 @@
 find $f | sed s|\.|_|g | sed s|/|.|g | while read l
 do 
   echo $l.count u64 $COUNT  $temp_file
-  let COUNT=$COUNT+1
+  COUNT=$((COUNT + 1))
 done
 
 corosync-cmapctl -p $temp_file
 corosync-cmapctl -D usr
   done
   AFTER=$(get_mem $TYPE)
-  let DIFF=$AFTER - $BEFORE
+  DIFF=$((AFTER - BEFORE))
   rm -f $temp_file
   #echo $f diff $TYPE $DIFF
   echo $DIFF
@@ -76,11 +76,11 @@
   find /usr/bin | sed s|\.|_|g | sed s|/|.|g | while read l
   do 
 corosync-cmapctl -s $l u32 $COUNT
-let COUNT=$COUNT+1
+COUNT=$((COUNT + 1))
   done
   corosync-cmapctl -D usr
   AFTER=$(get_mem $TYPE)
-  let DIFF=$AFTER - $BEFORE
+  DIFF=$((AFTER - BEFORE))
   echo $DIFF
 
   exit 0
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit kaffeine for openSUSE:Factory

2014-11-24 Thread h_root
Hello community,

here is the log from the commit of package kaffeine for openSUSE:Factory 
checked in at 2014-11-24 11:17:28

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


Package is kaffeine

Changes:

--- /work/SRC/openSUSE:Factory/kaffeine/kaffeine.changes2013-08-21 
15:11:07.0 +0200
+++ /work/SRC/openSUSE:Factory/.kaffeine.new/kaffeine.changes   2014-11-24 
11:17:29.0 +0100
@@ -1,0 +2,6 @@
+Sat Nov 15 14:32:20 UTC 2014 - wba...@tmo.at
+
+- fix ksuseinstall to install libxine2-codecs, libxine1 is not used any more 
since 12.2
+(boo#858018)
+
+---



Other differences:
--
++ ksuseinstall.diff ++
--- /var/tmp/diff_new_pack.qleOFI/_old  2014-11-24 11:17:30.0 +0100
+++ /var/tmp/diff_new_pack.qleOFI/_new  2014-11-24 11:17:30.0 +0100
@@ -99,7 +99,7 @@
 +{
 +return;
 +}
-+if( KSUSEInstall::installCapabilities( QStringList()  
libxine1-codecs,
++if( KSUSEInstall::installCapabilities( QStringList()  
libxine2-codecs,
 +KSUSEInstall::FullInstallRequired, window()))
 +{ // TODO use the items
 +KGuiItem restartNowGuiItem( KStandardGuiItem::yes());

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



commit rgb for openSUSE:Factory

2014-11-24 Thread h_root
Hello community,

here is the log from the commit of package rgb for openSUSE:Factory checked in 
at 2014-11-24 11:17:32

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


Package is rgb

Changes:

--- /work/SRC/openSUSE:Factory/rgb/rgb.changes  2013-01-22 17:47:34.0 
+0100
+++ /work/SRC/openSUSE:Factory/.rgb.new/rgb.changes 2014-11-24 
11:17:33.0 +0100
@@ -1,0 +2,10 @@
+Mon Nov 17 10:45:36 UTC 2014 - sndir...@suse.com
+
+- Update to version 1.0.6
+  * This release includes contributions by Daphne Pfister to
+resynchronize the X11 color name list with the CSS color
+name list that has forked from ours, and also includes a
+couple minor improements to the showrgb program and to the
+build configuration.
+
+---

Old:

  rgb-1.0.5.tar.bz2

New:

  rgb-1.0.6.tar.bz2



Other differences:
--
++ rgb.spec ++
--- /var/tmp/diff_new_pack.1Qkzwk/_old  2014-11-24 11:17:34.0 +0100
+++ /var/tmp/diff_new_pack.1Qkzwk/_new  2014-11-24 11:17:34.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package rgb
 #
-# 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
@@ -17,7 +17,7 @@
 
 
 Name:   rgb
-Version:1.0.5
+Version:1.0.6
 Release:0
 Summary:X color name database
 License:MIT

++ rgb-1.0.5.tar.bz2 - rgb-1.0.6.tar.bz2 ++
 10680 lines of diff (skipped)
retrying with extended exclude list
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/rgb-1.0.5/ChangeLog new/rgb-1.0.6/ChangeLog
--- old/rgb-1.0.5/ChangeLog 2013-01-20 01:17:55.0 +0100
+++ new/rgb-1.0.6/ChangeLog 2014-11-08 20:34:24.0 +0100
@@ -1,3 +1,81 @@
+commit 41599a3703e7b95c73a44c548d2ba074aa3eb3d8
+Author: Alan Coopersmith alan.coopersm...@oracle.com
+Date:   Sat Nov 8 11:31:26 2014 -0800
+
+rgb 1.0.6
+
+Signed-off-by: Alan Coopersmith alan.coopersm...@oracle.com
+
+commit 436c80aa9fe73824b6438934897c4f810e52f6e7
+Author: Alan Coopersmith alan.coopersm...@oracle.com
+Date:   Sat Oct 25 11:04:57 2014 -0700
+
+If opening argv[1] + .txt fails, try opening argv[1] without suffix
+
+Previously, running showrgb /usr/share/X11/rgb.txt would give the
+confusing error message:
+ showrgb:  unable to open rgb database /usr/share/X11/rgb.txt
+since it was really looking for rgb.txt.txt.
+
+Now it just works, allowing users to use filename completion.
+
+Signed-off-by: Alan Coopersmith alan.coopersm...@oracle.com
+
+commit 3f1a7aac4b4c91e0d7b3c355b4148245ab8eb24d
+Author: Alan Coopersmith alan.coopersm...@oracle.com
+Date:   Fri Oct 24 19:08:41 2014 -0700
+
+Use asprintf() instead of malloc/strcpy/strcat, if its available
+
+Signed-off-by: Alan Coopersmith alan.coopersm...@oracle.com
+Reviewed-by: Matthieu Herrb matth...@herrb.eu
+
+commit ca05c39d1c52734661d703d92c39cc3669c7b520
+Author: Daphne Pfister daphnedi...@mac.com
+Date:   Mon Jun 23 01:02:29 2014 -0400
+
+Add aliases for colors that differ between X11 and CSS
+
+While CSS colors are based on X11 color and mostly the same there
+are a handful that have different values: gray, grey, green, and
+maroon. Add versions of the color names with X11 and Web prefix so
+that tools that process rgb.txt can get either version.
+
+Reviewed-by: Alan Coopersmith alan.coopersm...@oracle.com
+Signed-off-by: Alan Coopersmith alan.coopersm...@oracle.com
+
+commit ee2c453a748af6fbd0b31569b3b240517b9320f3
+Author: Daphne Pfister daphnedi...@mac.com
+Date:   Mon Jun 23 00:58:43 2014 -0400
+
+Add missing colors from CSS Color Module Level 4
+
+CSS web colors are based on the X11 rgb.txt file. There are a few
+colors in CSS that were not in rgb.txt. Update rgb.txt to include
+all CSS color names. Adding aqua, lime, fuchsia, crimson, indigo,
+olive, rebecca purple, silver and teal.
+
+Reviewed-by: Alan Coopersmith alan.coopersm...@oracle.com
+Signed-off-by: Alan Coopersmith alan.coopersm...@oracle.com
+
+commit 107c0c25bae9bf784df1fe5ad9c950cc48ff98ab
+Author: Alan Coopersmith alan.coopersm...@oracle.com
+Date:   Mon Jun 2 

commit intel-gpu-tools for openSUSE:Factory

2014-11-24 Thread h_root
Hello community,

here is the log from the commit of package intel-gpu-tools for openSUSE:Factory 
checked in at 2014-11-24 11:17:31

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


Package is intel-gpu-tools

Changes:

--- /work/SRC/openSUSE:Factory/intel-gpu-tools/intel-gpu-tools.changes  
2014-06-18 07:52:49.0 +0200
+++ /work/SRC/openSUSE:Factory/.intel-gpu-tools.new/intel-gpu-tools.changes 
2014-11-24 11:17:31.0 +0100
@@ -1,0 +2,15 @@
+Mon Nov 17 10:26:21 UTC 2014 - sndir...@suse.com
+
+- rename intel-gpu-tools-1.7-fix-bashisms.patch to 
+  u_intel-gpu-tools-1.7-fix-bashisms.patch according to our patch
+  guidelines
+
+---
+Mon Nov 17 04:00:00 UTC 2014 - Led led...@gmail.com
+
+- fix bashism in intel_gpu_abrt script that uses bash-specific
+  constructions
+- add patches:
+  * intel-gpu-tools-1.7-fix-bashisms.patch
+
+---

New:

  u_intel-gpu-tools-1.7-fix-bashisms.patch



Other differences:
--
++ intel-gpu-tools.spec ++
--- /var/tmp/diff_new_pack.60hWiZ/_old  2014-11-24 11:17:32.0 +0100
+++ /var/tmp/diff_new_pack.60hWiZ/_new  2014-11-24 11:17:32.0 +0100
@@ -26,6 +26,7 @@
 Source0:%{name}-%{version}.tar.bz2
 Patch0: n_disable-build-of-pm_rpm.patch
 Patch1: n_missing_check-ndebug.h.patch
+Patch2: u_%{name}-1.7-fix-bashisms.patch
 BuildRequires:  i2c-tools
 BuildRequires:  libtool
 BuildRequires:  pkg-config
@@ -52,6 +53,7 @@
 %setup -q -n %{name}-%{version}
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
 
 %build
 autoreconf -fi

++ u_intel-gpu-tools-1.7-fix-bashisms.patch ++
diff -Ndur intel-gpu-tools-1.7/tools/intel_gpu_abrt 
intel-gpu-tools-1.7-fix-bashisms/tools/intel_gpu_abrt
--- intel-gpu-tools-1.7/tools/intel_gpu_abrt2014-05-13 15:31:22.0 
+0300
+++ intel-gpu-tools-1.7-fix-bashisms/tools/intel_gpu_abrt   2014-11-17 
06:51:03.587423549 +0200
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 
 if [[ $UID -ne 0 ]]; then
 echo $0 must be run as root
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit tigervnc for openSUSE:Factory

2014-11-24 Thread h_root
Hello community,

here is the log from the commit of package tigervnc for openSUSE:Factory 
checked in at 2014-11-24 11:17:29

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


Package is tigervnc

Changes:

--- /work/SRC/openSUSE:Factory/tigervnc/tigervnc.changes2014-11-03 
13:11:59.0 +0100
+++ /work/SRC/openSUSE:Factory/.tigervnc.new/tigervnc.changes   2014-11-24 
11:17:30.0 +0100
@@ -1,0 +2,5 @@
+Sun Nov 16 09:33:04 UTC 2014 - os...@naiandei.net
+
+- add -fPIC to CFLAGS and CXXFLAGS to compile correctly on armv7l 
+
+---



Other differences:
--
++ tigervnc.spec ++
--- /var/tmp/diff_new_pack.GDqKkG/_old  2014-11-24 11:17:31.0 +0100
+++ /var/tmp/diff_new_pack.GDqKkG/_new  2014-11-24 11:17:31.0 +0100
@@ -170,8 +170,8 @@
 popd
 
 %build
-export CXXFLAGS=%optflags
-export CFLAGS=%optflags
+export CXXFLAGS=%optflags -fPIC
+export CFLAGS=%optflags -fPIC
 # Build all tigervnc
 cmake -DCMAKE_VERBOSE_MAKEFILE=ON -DCMAKE_INSTALL_PREFIX:PATH=%{_prefix} 
-DCMAKE_BUILD_TYPE=RelWithDebInfo
 make %{?_smp_mflags}

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



commit duplicity for openSUSE:Factory

2014-11-24 Thread h_root
Hello community,

here is the log from the commit of package duplicity for openSUSE:Factory 
checked in at 2014-11-24 11:17:36

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


Package is duplicity

Changes:

--- /work/SRC/openSUSE:Factory/duplicity/duplicity.changes  2014-07-18 
06:41:00.0 +0200
+++ /work/SRC/openSUSE:Factory/.duplicity.new/duplicity.changes 2014-11-24 
11:18:02.0 +0100
@@ -1,0 +2,8 @@
+Sun Nov  9 17:40:47 UTC 2014 - w...@rosenauer.org
+
+- Update to version 0.7.0
+  * see details here
+http://duplicity.nongnu.org/CHANGELOG
+- updated duplicity-remove_shebang.patch
+
+---

Old:

  duplicity-0.6.24.tar.gz

New:

  duplicity-0.7.0.tar.gz



Other differences:
--
++ duplicity.spec ++
--- /var/tmp/diff_new_pack.YsIGPP/_old  2014-11-24 11:18:03.0 +0100
+++ /var/tmp/diff_new_pack.YsIGPP/_new  2014-11-24 11:18:03.0 +0100
@@ -30,10 +30,10 @@
 Summary:Encrypted bandwidth-efficient backup using the rsync algorithm
 License:GPL-3.0+
 Group:  Productivity/Archiving/Backup
-Version:0.6.24
+Version:0.7.0
 Release:0
 Url:http://duplicity.nongnu.org/
-Source: 
http://code.launchpad.net/%{name}/0.6-series/%{version}/+download/%{name}-%{version}.tar.gz
+Source: 
https://code.launchpad.net/%{name}/0.7-series/0.7.00/+download/%{name}-%{version}.tar.gz
 Source99:   duplicity-rpmlintrc
 Patch1: duplicity-remove_shebang.patch
 Requires:   gpg

++ duplicity-0.6.24.tar.gz - duplicity-0.7.0.tar.gz ++
 17121 lines of diff (skipped)

++ duplicity-remove_shebang.patch ++
--- /var/tmp/diff_new_pack.YsIGPP/_old  2014-11-24 11:18:03.0 +0100
+++ /var/tmp/diff_new_pack.YsIGPP/_new  2014-11-24 11:18:03.0 +0100
@@ -1,18 +1,9 @@
 diff --git a/duplicity/compilec.py b/duplicity/compilec.py
-index 1176dc2..4577c28 100755
+index 62f9541..c0f63c7 100755
 --- a/duplicity/compilec.py
 +++ b/duplicity/compilec.py
 @@ -1,4 +1,3 @@
--#!/usr/bin/env python
+-#!/usr/bin/env python2
  # -*- Mode:Python; indent-tabs-mode:nil; tab-width:4 -*-
  #
  # Copyright 2002 Ben Escoto b...@emerose.org
-diff --git a/duplicity/tarfile.py b/duplicity/tarfile.py
-index ac93412..98fb4be 100644
 a/duplicity/tarfile.py
-+++ b/duplicity/tarfile.py
-@@ -1,4 +1,3 @@
--#! /usr/bin/python2.7
- # -*- coding: iso-8859-1 -*-
- #---
- # tarfile.py

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



commit libreoffice for openSUSE:Factory

2014-11-24 Thread h_root
Hello community,

here is the log from the commit of package libreoffice for openSUSE:Factory 
checked in at 2014-11-24 11:17:33

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


Package is libreoffice

Changes:

--- /work/SRC/openSUSE:Factory/libreoffice/libreoffice.changes  2014-11-06 
16:50:13.0 +0100
+++ /work/SRC/openSUSE:Factory/.libreoffice.new/libreoffice.changes 
2014-11-24 11:17:48.0 +0100
@@ -1,0 +2,7 @@
+Mon Nov 17 11:08:24 UTC 2014 - tchva...@suse.com
+
+- Version bump to 4.3.4:
+  * Few small fixes
+  * Fix for calc value ordering regression
+
+---

Old:

  libreoffice-4.3.3.2.tar.xz
  libreoffice-help-4.3.3.2.tar.xz
  libreoffice-translations-4.3.3.2.tar.xz

New:

  libreoffice-4.3.4.1.tar.xz
  libreoffice-help-4.3.4.1.tar.xz
  libreoffice-translations-4.3.4.1.tar.xz



Other differences:
--
++ libreoffice.spec ++
--- /var/tmp/diff_new_pack.9wEIPM/_old  2014-11-24 11:17:59.0 +0100
+++ /var/tmp/diff_new_pack.9wEIPM/_new  2014-11-24 11:17:59.0 +0100
@@ -29,10 +29,10 @@
 %define numbertext_version 0.9.5
 # Urls
 %define external_url   http://dev-www.libreoffice.org/src/
-%define tarball_url
http://download.documentfoundation.org/libreoffice/src/4.3.3/
+%define tarball_url
http://download.documentfoundation.org/libreoffice/src/4.3.4
 # This is used due to the need for beta releases
 Name:   libreoffice
-Version:4.3.3.2
+Version:4.3.4.1
 Release:0
 Summary:A Free Office Suite (Framework)
 License:Apache-2.0 and Artistic-1.0 and BSD-3-Clause and BSD-4-Clause 
and GPL-2.0+ and LPPL-1.3c and LGPL-2.1+ and LGPL-3.0 and MPL-1.1 and MIT and 
SUSE-Public-Domain and W3C







++ libreoffice-4.3.3.2.tar.xz - libreoffice-4.3.4.1.tar.xz ++
/work/SRC/openSUSE:Factory/libreoffice/libreoffice-4.3.3.2.tar.xz 
/work/SRC/openSUSE:Factory/.libreoffice.new/libreoffice-4.3.4.1.tar.xz differ: 
char 26, line 1

++ libreoffice-help-4.3.3.2.tar.xz - libreoffice-help-4.3.4.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libreoffice-4.3.3.2/ChangeLog-helpcontent2 
new/libreoffice-4.3.4.1/ChangeLog-helpcontent2
--- old/libreoffice-4.3.3.2/ChangeLog-helpcontent2  2014-10-23 
13:46:37.0 +0200
+++ new/libreoffice-4.3.4.1/ChangeLog-helpcontent2  2014-11-10 
13:02:40.0 +0100
@@ -1,14 +1,14 @@
-2014-10-23  Christian Lohmaier  lohmaier+libreoff...@googlemail.com  
[e3dda30e0aeeebed63be2190fabbb50696992c56]
+2014-11-10  Christian Lohmaier  lohmaier+libreoff...@googlemail.com  
[b999281deff023cb4d2daef1e5ca6fda7eb6e3e3]
 
-Version 4.3.3.2, tag libreoffice-4.3.3.2
+Version 4.3.4.1, tag libreoffice-4.3.4.1
 
-Change-Id: I206bae0e796a784358ef6d3da64846af5d7a04c6
+Change-Id: I0bcfc538f5633784e0001580e490a3c49482c5cb
 
-2014-10-09  Christian Lohmaier  lohmaier+libreoff...@googlemail.com  
[fa4406435262b0927129c50679d72b56692d7a9c]
+2014-11-10  Christian Lohmaier  lohmaier+libreoff...@googlemail.com  
[4d4b58a9e0de53bf3938c4f205e6303bb846cd03]
 
-Branch libreoffice-4-3-3
+Branch libreoffice-4-3-4
 
-This is 'libreoffice-4-3-3' - the stable branch for the 4.3.3 release.
+This is 'libreoffice-4-3-4' - the stable branch for the 4.3.4 release.
 Only very safe changes, reviewed by three people are allowed.
 
 If you want to commit more complicated fix for the next 4.3.x release,
@@ -16,7 +16,7 @@
 
 If you want to build something cool, unstable, and risky, use master.
 
-Change-Id: I5726a9808fa2d9ed8c70350e3cba303323905acd
+Change-Id: Idf9cb19c4ddea315f4654572cd2ab7cff583406a
 
 2014-08-21  Andras Timar  andras.ti...@collabora.com  
[888531eda1e60931d7bf6923710cea396de9166d]
 

++ libreoffice-translations-4.3.3.2.tar.xz - 
libreoffice-translations-4.3.4.1.tar.xz ++
/work/SRC/openSUSE:Factory/libreoffice/libreoffice-translations-4.3.3.2.tar.xz 
/work/SRC/openSUSE:Factory/.libreoffice.new/libreoffice-translations-4.3.4.1.tar.xz
 differ: char 26, line 1

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



commit gstreamer-0_10 for openSUSE:Factory

2014-11-24 Thread h_root
Hello community,

here is the log from the commit of package gstreamer-0_10 for openSUSE:Factory 
checked in at 2014-11-24 11:17:44

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


Package is gstreamer-0_10

Changes:

--- /work/SRC/openSUSE:Factory/gstreamer-0_10/gstreamer-0_10.changes
2013-09-29 19:25:00.0 +0200
+++ /work/SRC/openSUSE:Factory/.gstreamer-0_10.new/gstreamer-0_10.changes   
2014-11-24 11:18:11.0 +0100
@@ -1,0 +2,10 @@
+Mon Nov 17 14:44:00 UTC 2014 - Led led...@gmail.com
+
+- fix pre_checkin.sh script that was broken in previous commit
+
+---
+Mon Nov 17 02:35:00 UTC 2014 - Led led...@gmail.com
+
+- fix bashisms in gstreamer.prov and pre_checkin.sh scripts
+
+---



Other differences:
--
++ gstreamer-0_10-doc.spec ++
--- /var/tmp/diff_new_pack.E7Dj6J/_old  2014-11-24 11:18:12.0 +0100
+++ /var/tmp/diff_new_pack.E7Dj6J/_new  2014-11-24 11:18:12.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gstreamer-0_10-doc
 #
-# 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

gstreamer-0_10.spec: same change
++ gstreamer-0_10.prov ++
--- /var/tmp/diff_new_pack.E7Dj6J/_old  2014-11-24 11:18:12.0 +0100
+++ /var/tmp/diff_new_pack.E7Dj6J/_new  2014-11-24 11:18:12.0 +0100
@@ -24,13 +24,13 @@
 solist=$(echo $filelist | grep libgst | \
xargs file -L 2/dev/null | grep ELF.*shared object | cut -d: -f1 )
 
-function getmark()
+getmark()
 {
lib64=`if file -L $1 2/dev/null | \
grep ELF 64-bit /dev/null; then echo -n $mark64; fi`
 }
 
-function libdir()
+libdir()
 {
buildlibdir=`dirname $1`
buildlibdir=`dirname $buildlibdir`

++ pre_checkin.sh ++
--- /var/tmp/diff_new_pack.E7Dj6J/_old  2014-11-24 11:18:12.0 +0100
+++ /var/tmp/diff_new_pack.E7Dj6J/_new  2014-11-24 11:18:12.0 +0100
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-function fail {
+fail() {
 echo Something failed.  Too bad.
 exit 1
 }

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



commit alsa for openSUSE:Factory

2014-11-24 Thread h_root
Hello community,

here is the log from the commit of package alsa for openSUSE:Factory checked in 
at 2014-11-24 11:17:35

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


Package is alsa

Changes:

--- /work/SRC/openSUSE:Factory/alsa/alsa.changes2014-10-25 
08:32:57.0 +0200
+++ /work/SRC/openSUSE:Factory/.alsa.new/alsa.changes   2014-11-24 
11:18:01.0 +0100
@@ -1,0 +2,5 @@
+Sun Nov 16 18:10:00 UTC 2014 - Led led...@gmail.com
+
+- fix bashism in alsa-init.sh scripts
+
+---



Other differences:
--


++ alsa-init.sh ++
--- /var/tmp/diff_new_pack.mW5BeK/_old  2014-11-24 11:18:02.0 +0100
+++ /var/tmp/diff_new_pack.mW5BeK/_new  2014-11-24 11:18:02.0 +0100
@@ -5,10 +5,8 @@
 test -s /var/lib/alsa/asound.state  /usr/sbin/alsactl -F restore $1 
/dev/null 21
 # increase buffer-preallocation size (for PA)
 if [ -f /proc/asound/card$1/pcm0p/sub0/prealloc_max ]; then
-pmax=$( /proc/asound/card$1/pcm0p/sub0/prealloc_max)
-if [ $pmax -gt 1024 ]; then
+[ $(cat /proc/asound/card$1/pcm0p/sub0/prealloc_max) -le 1024 ] ||
echo 1024  /proc/asound/card$1/pcm0p/sub0/prealloc
-fi
 fi
 
 exit 0


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



commit yast2-network for openSUSE:Factory

2014-11-24 Thread h_root
Hello community,

here is the log from the commit of package yast2-network for openSUSE:Factory 
checked in at 2014-11-24 11:17:37

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


Package is yast2-network

Changes:

--- /work/SRC/openSUSE:Factory/yast2-network/yast2-network.changes  
2014-10-02 14:13:38.0 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-network.new/yast2-network.changes 
2014-11-24 11:18:04.0 +0100
@@ -1,0 +2,37 @@
+Fri Oct 17 07:45:24 UTC 2014 - mfi...@suse.com
+
+- bnc#898250, bnc#899363
+  - ignore /etc/install.inf:usessh flag when the file is present in
+installed system and always reload / restart network service in
+case of updated configuration
+- 3.1.109
+
+---
+Thu Oct 10 17:10:42 CEST 2014 - sch...@suse.de
+
+- AutoYaST Routing Import: Initialize device list correctly.
+  (bnc#900352)
+- 3.1.108
+
+---
+Fri Oct 10 15:20:36 CEST 2014 - loci...@suse.com
+
+- Do not set default_route to no in auto-configuration in
+  inst-sys, just remove the entry completely (bnc#900466)
+- 3.1.107
+
+---
+Thu Oct  9 15:47:14 UTC 2014 - an...@suse.com
+
+- Improved help text in global options (bnc#892678)
+- 3.1.106
+
+---
+Mon Oct  6 09:31:41 UTC 2014 - mfi...@suse.com
+
+- bnc#889287
+  - during autoconfiguration at s390 use linuxrc's OSAHWAddr param
+for LLADDR when available.
+- 3.1.105
+
+---

Old:

  yast2-network-3.1.104.tar.bz2

New:

  yast2-network-3.1.109.tar.bz2



Other differences:
--
++ yast2-network.spec ++
--- /var/tmp/diff_new_pack.N4EA7p/_old  2014-11-24 11:18:05.0 +0100
+++ /var/tmp/diff_new_pack.N4EA7p/_new  2014-11-24 11:18:05.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-network
-Version:3.1.104
+Version:3.1.109
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ yast2-network-3.1.104.tar.bz2 - yast2-network-3.1.109.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-network-3.1.104/.travis.yml 
new/yast2-network-3.1.109/.travis.yml
--- old/yast2-network-3.1.104/.travis.yml   1970-01-01 01:00:00.0 
+0100
+++ new/yast2-network-3.1.109/.travis.yml   2014-11-18 09:17:13.0 
+0100
@@ -0,0 +1,16 @@
+language: cpp
+compiler:
+- gcc
+before_install:
+# disable rvm, use system Ruby
+- rvm reset
+- wget 
https://raw.githubusercontent.com/yast/yast-devtools/master/travis-tools/travis_setup.sh
+- sh ./travis_setup.sh -p rake yast2-devtools yast2-testsuite yast2 
yast2-storage yast2-proxy yast2-country yast2-packager -g rspec:2.14.1 
yast-rake gettext
+script:
+- rake check:syntax
+- rake check:pot
+- make -f Makefile.cvs
+- make
+- sudo make install
+- make check
+
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-network-3.1.104/README.md 
new/yast2-network-3.1.109/README.md
--- old/yast2-network-3.1.104/README.md 2014-10-01 17:02:11.0 +0200
+++ new/yast2-network-3.1.109/README.md 2014-11-18 09:17:13.0 +0100
@@ -1,6 +1,10 @@
 YaST Network Module
 ==
 
+[![Travis 
Build](https://travis-ci.org/yast/yast-network.svg?branch=master)](https://travis-ci.org/yast/yast-network)
+[![Jenkins 
Build](http://img.shields.io/jenkins/s/https/ci.opensuse.org/yast-network-master.svg)](https://ci.opensuse.org/view/Yast/job/yast-network-master/)
+[![Code 
Climate](https://codeclimate.com/github/yast/yast-network/badges/gpa.svg)](https://codeclimate.com/github/yast/yast-network)
+
 The YaST2 Network module manages network configuration including device 
configuration,
 DNS, Routing and more
 
@@ -15,8 +19,6 @@
 
 Some features are SuSE Linux specific.
 
-[![Code 
Climate](https://codeclimate.com/github/yast/yast-network.png)](https://codeclimate.com/github/yast/yast-network)
-
 Installation
 
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-network-3.1.104/package/yast2-network.changes 
new/yast2-network-3.1.109/package/yast2-network.changes
--- old/yast2-network-3.1.104/package/yast2-network.changes 2014-10-01 
17:02:11.0 +0200
+++ new/yast2-network-3.1.109/package/yast2-network.changes 2014-11-18 
09:17:13.0 +0100
@@ -1,4 +1,41 @@
 

commit vim for openSUSE:Factory

2014-11-24 Thread h_root
Hello community,

here is the log from the commit of package vim for openSUSE:Factory checked in 
at 2014-11-24 11:17:42

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


Package is vim

Changes:

--- /work/SRC/openSUSE:Factory/vim/vim.changes  2014-11-10 17:27:54.0 
+0100
+++ /work/SRC/openSUSE:Factory/.vim.new/vim.changes 2014-11-24 
11:18:09.0 +0100
@@ -1,0 +2,15 @@
+Tue Nov 18 11:50:40 UTC 2014 - idon...@suse.com
+
+- Updated to revision 516, fixes the following problems
+  * When generating ja.sjis.po the header is not correctly adjusted.
+  * Users are not aware their encryption is weak.
+  * -fwrapv argument breaks use of cproto.
+  * Generating proto for if_ruby.c uses type not defined elsewhere.
+  * Crash because reference count is wrong for list returned by
+getreg().
+  * Memory access error. (Dominique Pelle)
+  * In a help buffer the global 'foldmethod' is used.  (Paul Marshall)
+  * Completing a function name containing a # does not work.  Issue
+253.
+ 
+---

Old:

  vim-7.4.507.hg.6349.tar.xz

New:

  vim-7.4.516.hg.6367.tar.xz



Other differences:
--
++ vim.spec ++
--- /var/tmp/diff_new_pack.AEzw3y/_old  2014-11-24 11:18:11.0 +0100
+++ /var/tmp/diff_new_pack.AEzw3y/_new  2014-11-24 11:18:11.0 +0100
@@ -17,8 +17,8 @@
 
 
 %define pkg_version 7.4
-%define patchlevel 507
-%define revision 6349
+%define patchlevel 516
+%define revision 6367
 %define VIM_SUBDIR vim74
 %define site_runtimepath /usr/share/vim/site
 %define make make VIMRCLOC=/etc VIMRUNTIMEDIR=/usr/share/vim/current 
MAKE=make -e %{?_smp_mflags}

++ _service ++
--- /var/tmp/diff_new_pack.AEzw3y/_old  2014-11-24 11:18:11.0 +0100
+++ /var/tmp/diff_new_pack.AEzw3y/_new  2014-11-24 11:18:11.0 +0100
@@ -3,8 +3,8 @@
 param name=scmhg/param
 param name=urlhttps://code.google.com/p/vim/param
 param name=filenamevim/param
-param name=versionprefix7.4.507.hg/param
-param name=revisionv7-4-507/param
+param name=versionprefix7.4.516.hg/param
+param name=revisionv7-4-516/param
 /service
 service name=recompress mode=disabled
 param name=compressionxz/param


++ vim-7.4.507.hg.6349.tar.xz - vim-7.4.516.hg.6367.tar.xz ++
/work/SRC/openSUSE:Factory/vim/vim-7.4.507.hg.6349.tar.xz 
/work/SRC/openSUSE:Factory/.vim.new/vim-7.4.516.hg.6367.tar.xz differ: char 27, 
line 1

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



commit pciutils for openSUSE:Factory

2014-11-24 Thread h_root
Hello community,

here is the log from the commit of package pciutils for openSUSE:Factory 
checked in at 2014-11-24 11:17:46

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


Package is pciutils

Changes:

--- /work/SRC/openSUSE:Factory/pciutils/pciutils.changes2014-08-25 
11:03:27.0 +0200
+++ /work/SRC/openSUSE:Factory/.pciutils.new/pciutils.changes   2014-11-24 
11:18:12.0 +0100
@@ -1,0 +2,26 @@
+Tue Nov 18 13:22:45 UTC 2014 - tchva...@suse.com
+
+- Version bump to 3.3.0:
+   * Device names exported by BIOS are displayed on Linux.
+   * On Linux systems, HWDB is used to look up device names
+ when our ID database gives no match. (More precisely,
+ HWDB is consulted after local pci.ids, but before using
+ network to query online pci.ids.) Thanks to Tom Gundersen
+ for the initial patch.
+   * Added experimental back-end for OS X / Darwin. Thanks to
+ Richard Yao for providing it.
+   * Filters now support matching by device class. Original
+ patch by Matthew Wilcox, wrappers for ABI compatibility
+ by me.
+   * Interrupt Pin and Interrupt Line registers are displayed
+ for bridge devices, too.
+   * Several portability bugs have been fixed.
+   * Several typos have been fixed. Also, use of questionable
+ constructs in man pages has been reduced.
+   * PCIe link capabilities now include the ASPMOptComp bit.
+   * The CRS Software Visibility bit is now decoded properly.
+   * Updated pci.ids to the current snapshot of the database.
+- Refresh patch:
+  * pciutils-endianh.patch
+
+---

Old:

  pciutils-3.2.1.tar.xz

New:

  pciutils-3.3.0.tar.xz



Other differences:
--
++ pciutils.spec ++
--- /var/tmp/diff_new_pack.nfnZ06/_old  2014-11-24 11:18:14.0 +0100
+++ /var/tmp/diff_new_pack.nfnZ06/_new  2014-11-24 11:18:14.0 +0100
@@ -18,7 +18,7 @@
 
 %define lname   libpci3
 Name:   pciutils
-Version:3.2.1
+Version:3.3.0
 Release:0
 Summary:PCI utilities for Kernel version 2
 License:GPL-2.0+
@@ -35,10 +35,6 @@
 BuildRequires:  pkgconfig(zlib)
 Requires:   pciutils-ids
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-# bug437293
-%ifarch ppc64
-Obsoletes:  pciutils-64bit
-%endif
 
 %description
 lspci: This program displays detailed information about all PCI busses
@@ -62,10 +58,6 @@
 Summary:Library and Include Files of the PCI utilities
 Group:  Development/Libraries/C and C++
 Requires:   %{lname} = %{version}
-# bug437293
-%ifarch ppc64
-Obsoletes:  pciutils-devel-64bit
-%endif
 
 %description devel
 This package contains the files that are necessary for software
@@ -76,7 +68,7 @@
 %patch0 -p1
 %patch1 -p1
 %patch2 -p1
-%patch3
+%patch3 -p1
 
 %build
 make %{?_smp_mflags} OPT=%{optflags} -D_GNU_SOURCE $(getconf LFS_CFLAGS) 
-Wall PREFIX=%{_prefix} LIBDIR=/%{_lib} SBINDIR=/sbin STRIP= SHARED=yes

++ pciutils-3.2.1.tar.xz - pciutils-3.3.0.tar.xz ++
 8089 lines of diff (skipped)

++ pciutils-endianh.patch ++
--- /var/tmp/diff_new_pack.nfnZ06/_old  2014-11-24 11:18:14.0 +0100
+++ /var/tmp/diff_new_pack.nfnZ06/_new  2014-11-24 11:18:14.0 +0100
@@ -1,8 +1,7 @@
-Dear kernel developers. we plead to you, please use documented,optimized 
userspace interfaces, thanks !
-
 lib/sysdep.h.orig
-+++ lib/sysdep.h
-@@ -18,71 +18,10 @@
+diff -urN pciutils-3.3.0.old/lib/sysdep.h pciutils-3.3.0/lib/sysdep.h
+--- pciutils-3.3.0.old/lib/sysdep.h2014-11-18 14:27:01.054393822 +0100
 pciutils-3.3.0/lib/sysdep.h2014-11-18 14:28:43.420561080 +0100
+@@ -18,79 +18,9 @@
  typedef u8 byte;
  typedef u16 word;
  
@@ -28,13 +27,21 @@
 -
 -#ifdef PCI_OS_SUNOS
 -#include sys/byteorder.h
+-#if defined(__i386)  defined(LITTLE_ENDIAN)
+-# define BYTE_ORDER LITTLE_ENDIAN
+-#elif defined(__sparc)  defined(BIG_ENDIAN)
+-# define BYTE_ORDER BIG_ENDIAN
+-#else
 -#define BIG_ENDIAN 4321
+-#endif
+-#ifndef BYTE_ORDER
 -#ifdef _LITTLE_ENDIAN
 -#define BYTE_ORDER 1234
 -#else
 -#define BYTE_ORDER 4321
 -#endif
--#endif
+-#endif /* BYTE_ORDER */
+-#endif /* PCI_OS_SUNOS */
 -
 -#ifdef PCI_OS_WINDOWS
 -#ifdef __MINGW32__
@@ -58,7 +65,7 @@
 -{
 -  return (w  8) | ((w  8)  0xff);
 -}
- 
+-
 -static inline u32 swab32(u32 w)
 -{
 -  return ((w  0xff00)  24) |
@@ -72,9 +79,9 @@
 -#define le16_to_cpu(x) (x)
 -#define le32_to_cpu(x) (x)
 -#endif
-+#define cpu_to_le16 htole16
-+#define cpu_to_le32 htole32
-+#define le16_to_cpu le16toh
-+#define le32_to_cpu le32toh
  
 -#endif
++#define cpu_to_le16 htole16   
++#define 

commit xterm for openSUSE:Factory

2014-11-24 Thread h_root
Hello community,

here is the log from the commit of package xterm for openSUSE:Factory checked 
in at 2014-11-24 11:17:39

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


Package is xterm

Changes:

--- /work/SRC/openSUSE:Factory/xterm/xterm.changes  2014-10-15 
16:42:04.0 +0200
+++ /work/SRC/openSUSE:Factory/.xterm.new/xterm.changes 2014-11-24 
11:18:06.0 +0100
@@ -1,0 +2,8 @@
+Fri Nov 14 09:19:26 UTC 2014 - dims...@opensuse.org
+
+- No longer perform gpg validation; osc source_validator does it
+  implicit:
+  + Drop gpg-offline BuildRequires.
+  + No longer execute gpg_verify.
+
+---



Other differences:
--
++ xterm.spec ++
--- /var/tmp/diff_new_pack.EioOLg/_old  2014-11-24 11:18:07.0 +0100
+++ /var/tmp/diff_new_pack.EioOLg/_new  2014-11-24 11:18:07.0 +0100
@@ -21,9 +21,6 @@
 BuildRequires:  fontpackages-devel
 %endif
 BuildRequires:  freetype2-devel
-%if 0%{?suse_version}  1220
-BuildRequires:  gpg-offline
-%endif
 BuildRequires:  ncurses-devel
 BuildRequires:  update-desktop-files
 %if 0%{?suse_version}  1130
@@ -91,10 +88,6 @@
 This package contains the basic X.Org terminal program.
 
 %prep
-%if 0%{?suse_version}  1220
-%gpg_verify %{S:1}
-%gpg_verify %{S:101}
-%endif
 %setup -q -b100
 %patch1 -p1
 %patch2 -p1






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



commit strace for openSUSE:Factory

2014-11-24 Thread h_root
Hello community,

here is the log from the commit of package strace for openSUSE:Factory checked 
in at 2014-11-24 11:17:48

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


Package is strace

Changes:

--- /work/SRC/openSUSE:Factory/strace/strace.changes2014-08-15 
09:58:29.0 +0200
+++ /work/SRC/openSUSE:Factory/.strace.new/strace.changes   2014-11-24 
11:18:14.0 +0100
@@ -1,0 +2,8 @@
+Fri Nov 14 09:19:16 UTC 2014 - dims...@opensuse.org
+
+- No longer perform gpg validation; osc source_validator does it
+  implicit:
+  + Drop gpg-offline BuildRequires.
+  + No longer execute gpg_verify.
+
+---



Other differences:
--
++ strace.spec ++
--- /var/tmp/diff_new_pack.j1hV4L/_old  2014-11-24 11:18:16.0 +0100
+++ /var/tmp/diff_new_pack.j1hV4L/_new  2014-11-24 11:18:16.0 +0100
@@ -39,9 +39,6 @@
 BuildRequires:  libaio-devel
 BuildRequires:  lksctp-tools-devel
 BuildRequires:  xz
-%if 0%{?suse_version} = 1230
-BuildRequires:  gpg-offline
-%endif
 # bug437293
 %ifarch ppc64
 Obsoletes:  strace-64bit
@@ -61,7 +58,6 @@
 Rick Sladkey r...@world.std.com
 
 %prep
-%{?gpg_verify: %gpg_verify %{S:2}}
 %setup -q
 %patch -P 1 -p1
 %patch2 -p1


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



commit yast2-services-manager for openSUSE:Factory

2014-11-24 Thread h_root
Hello community,

here is the log from the commit of package yast2-services-manager for 
openSUSE:Factory checked in at 2014-11-24 11:17:41

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


Package is yast2-services-manager

Changes:

--- 
/work/SRC/openSUSE:Factory/yast2-services-manager/yast2-services-manager.changes
2014-11-05 15:54:51.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.yast2-services-manager.new/yast2-services-manager.changes
   2014-11-24 11:18:07.0 +0100
@@ -0,0 +1,6 @@
+Mon Nov 17 16:09:21 UTC 2014 - an...@suse.com
+
+- From SLE12 maintenance: fixed installation to use the
+  localized version of the default target name (bnc#895023).
+- 3.1.36
+
@@ -5,0 +12,6 @@
+- 3.1.35
+
+---
+Tue Oct 14 08:34:04 UTC 2014 - c...@suse.com
+
+- Added minimal commandline support: just 'help' (bnc#893622)

Old:

  yast2-services-manager-3.1.34.tar.bz2

New:

  yast2-services-manager-3.1.36.tar.bz2



Other differences:
--
++ yast2-services-manager.spec ++
--- /var/tmp/diff_new_pack.Dg835a/_old  2014-11-24 11:18:08.0 +0100
+++ /var/tmp/diff_new_pack.Dg835a/_new  2014-11-24 11:18:08.0 +0100
@@ -24,7 +24,7 @@
 ##
 
 Name:   yast2-services-manager
-Version:3.1.34
+Version:3.1.36
 Release:0
 
 BuildArch:  noarch

++ yast2-services-manager-3.1.34.tar.bz2 - 
yast2-services-manager-3.1.36.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-services-manager-3.1.34/.travis.yml 
new/yast2-services-manager-3.1.36/.travis.yml
--- old/yast2-services-manager-3.1.34/.travis.yml   2014-11-04 
09:21:12.0 +0100
+++ new/yast2-services-manager-3.1.36/.travis.yml   2014-11-18 
11:16:11.0 +0100
@@ -5,8 +5,10 @@
 # disable rvm, use system Ruby
 - rvm reset
 - wget 
https://raw.githubusercontent.com/yast/yast-devtools/master/travis-tools/travis_setup.sh
-- sh ./travis_setup.sh -p ruby-yast-rake ruby-yard yast2 -g rspec:2.14.1
+- sh ./travis_setup.sh -p rake yast2 yast2-devtools -g rspec:2.14.1 
yast-rake yard gettext
 script:
+- rake check:syntax
+- rake check:pot
 - yardoc
 - rake test:unit
 - sudo rake install
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-services-manager-3.1.34/package/yast2-services-manager.changes 
new/yast2-services-manager-3.1.36/package/yast2-services-manager.changes
--- old/yast2-services-manager-3.1.34/package/yast2-services-manager.changes
2014-11-04 09:21:12.0 +0100
+++ new/yast2-services-manager-3.1.36/package/yast2-services-manager.changes
2014-11-18 11:16:11.0 +0100
@@ -1,8 +1,20 @@
+Mon Nov 17 16:09:21 UTC 2014 - an...@suse.com
+
+- From SLE12 maintenance: fixed installation to use the
+  localized version of the default target name (bnc#895023).
+- 3.1.36
+
 ---
 Tue Nov  4 07:22:23 UTC 2014 - jreidin...@suse.com
 
 - Do not overwrite predefined target value in live installer
   (bnc#891213)
+- 3.1.35
+
+---
+Tue Oct 14 08:34:04 UTC 2014 - c...@suse.com
+
+- Added minimal commandline support: just 'help' (bnc#893622)
 - 3.1.34
 
 ---
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-services-manager-3.1.34/package/yast2-services-manager.spec 
new/yast2-services-manager-3.1.36/package/yast2-services-manager.spec
--- old/yast2-services-manager-3.1.34/package/yast2-services-manager.spec   
2014-11-04 09:21:12.0 +0100
+++ new/yast2-services-manager-3.1.36/package/yast2-services-manager.spec   
2014-11-18 11:16:11.0 +0100
@@ -24,7 +24,7 @@
 ##
 
 Name:   yast2-services-manager
-Version:3.1.34
+Version:3.1.36
 
 Release:0
 BuildArch:  noarch
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-services-manager-3.1.34/src/clients/default_target_proposal.rb 
new/yast2-services-manager-3.1.36/src/clients/default_target_proposal.rb
--- old/yast2-services-manager-3.1.34/src/clients/default_target_proposal.rb
2014-11-04 09:21:12.0 +0100
+++ new/yast2-services-manager-3.1.36/src/clients/default_target_proposal.rb
2014-11-18 

commit pciutils-ids for openSUSE:Factory

2014-11-24 Thread h_root
Hello community,

here is the log from the commit of package pciutils-ids for openSUSE:Factory 
checked in at 2014-11-24 11:17:50

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


Package is pciutils-ids

Changes:

--- /work/SRC/openSUSE:Factory/pciutils-ids/pciutils-ids.changes
2014-08-08 10:10:12.0 +0200
+++ /work/SRC/openSUSE:Factory/.pciutils-ids.new/pciutils-ids.changes   
2014-11-24 11:18:16.0 +0100
@@ -1,0 +2,5 @@
+Tue Nov 18 13:33:09 UTC 2014 - tchva...@suse.com
+
+- update pci.ids to version 2014.11.18 (fate#317715)
+
+---



Other differences:
--
++ pciutils-ids.spec ++
--- /var/tmp/diff_new_pack.VXmtIa/_old  2014-11-24 11:18:17.0 +0100
+++ /var/tmp/diff_new_pack.VXmtIa/_new  2014-11-24 11:18:17.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   pciutils-ids
-Version:2014.06.02
+Version:2014.11.18
 Release:0
 Summary:PCI-utilities pci.ids database
 License:GPL-2.0+
@@ -26,47 +26,39 @@
 Source: http://pciids.sourceforge.net/pci.ids.bz2
 Source2:merge-pciids
 Source4:merge-pciids.pl
+Requires(post): %{_bindir}/perl coreutils
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
-PreReq: /usr/bin/perl coreutils
 
 %description
 The database of PCI IDS for pciutils.
 
 merge-pciids: This program merges several pci.ids files.
 
-
-Authors:
-
-Martin Mares m...@ucw.cz
-
 %prep
-bzcat %{S:0} pci.ids.dist
+bzcat %{SOURCE0} pci.ids.dist
 
 %build
 
 %install
-install -d -m755 $RPM_BUILD_ROOT%{_datadir}/pci.ids.d
-install -m644 pci.ids.dist $RPM_BUILD_ROOT%{_datadir}/pci.ids.d/
-install -d -m755 $RPM_BUILD_ROOT/usr/bin
-install -m755 %{SOURCE4} $RPM_BUILD_ROOT/usr/bin/
-install -m755 %{SOURCE2} $RPM_BUILD_ROOT/usr/bin/
-install -m644 /dev/null $RPM_BUILD_ROOT%{_datadir}/pci.ids
-
-%clean
-rm -rf $RPM_BUILD_ROOT
+install -d -m755 %{buildroot}%{_datadir}/pci.ids.d
+install -m644 pci.ids.dist %{buildroot}%{_datadir}/pci.ids.d/
+install -d -m755 %{buildroot}%{_prefix}/bin
+install -m755 %{SOURCE4} %{buildroot}%{_bindir}/
+install -m755 %{SOURCE2} %{buildroot}%{_bindir}/
+install -m644 /dev/null %{buildroot}%{_datadir}/pci.ids
 
 %files
 %defattr(-, root, root)
 %dir %{_datadir}/pci.ids.d
 %{_datadir}/pci.ids.d/pci.ids.dist
-/usr/bin/merge-pciids
-/usr/bin/merge-pciids.pl
+%{_bindir}/merge-pciids
+%{_bindir}/merge-pciids.pl
 %ghost %{_datadir}/pci.ids
 
 %post
-if [ -x /usr/bin/merge-pciids -a -x /usr/bin/perl ]; then
-  /usr/bin/merge-pciids
+if [ -x %{_bindir}/merge-pciids -a -x %{_bindir}/perl ]; then
+  %{_bindir}/merge-pciids
 else
   # This should only happen in autobuild
   echo WARNING: merge-pciids or perl not found

++ pci.ids.bz2 ++
 2344 lines (skipped)
 between pci.ids.bz2
 and /work/SRC/openSUSE:Factory/.pciutils-ids.new/pci.ids.bz2

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



commit ethtool for openSUSE:Factory

2014-11-24 Thread h_root
Hello community,

here is the log from the commit of package ethtool for openSUSE:Factory checked 
in at 2014-11-24 11:17:51

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


Package is ethtool

Changes:

--- /work/SRC/openSUSE:Factory/ethtool/ethtool.changes  2014-02-08 
10:33:57.0 +0100
+++ /work/SRC/openSUSE:Factory/.ethtool.new/ethtool.changes 2014-11-24 
11:18:18.0 +0100
@@ -1,0 +2,11 @@
+Tue Nov 18 09:41:08 UTC 2014 - jeng...@inai.de
+
+- Update to new upstream release 3.16
+* Support for configurable RSS hash key (-x/-X options)
+* Add register dump support for Altera Triple Speed Ethernet
+  (-d option)
+* Report Backplane as a supported port
+- Remove unused call to %gpg_verify (the macro expands to nothing);
+  source validation handled by osc.
+
+---

Old:

  ethtool-3.12.1.tar.sign
  ethtool-3.12.1.tar.xz

New:

  ethtool-3.16.tar.sign
  ethtool-3.16.tar.xz



Other differences:
--
++ ethtool.spec ++
--- /var/tmp/diff_new_pack.OswXMF/_old  2014-11-24 11:18:20.0 +0100
+++ /var/tmp/diff_new_pack.OswXMF/_new  2014-11-24 11:18:20.0 +0100
@@ -17,16 +17,16 @@
 
 
 Name:   ethtool
-Version:3.12.1
+Version:3.16
 Release:0
 Summary:Examine and Tune Ethernet-Based Network Interfaces
 License:GPL-2.0
 Group:  Productivity/Networking/Diagnostic
 Url:http://kernel.org/pub/software/network/ethtool/
 
-#Freecode-URL: https://freecode.com/projects/ethtool
-Source: 
http://kernel.org/pub/software/network/ethtool/%{name}-%{version}.tar.xz
-Source2:
http://kernel.org/pub/software/network/ethtool/%{name}-%{version}.tar.sign
+#Git-Clone:git://git.kernel.org/pub/scm/network/ethtool/ethtool
+Source: 
http://kernel.org/pub/software/network/ethtool/%name-%version.tar.xz
+Source2:
http://kernel.org/pub/software/network/ethtool/%name-%version.tar.sign
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  xz
 
@@ -35,19 +35,18 @@
 network interfaces.  See the man page for more details.
 
 %prep
-%{?gpg_verify: xz -dk %{S:0}; %gpg_verify %{S:2}}
 %setup -q
 
 %build
-export CFLAGS=%{optflags} -W -Wall -Wstrict-prototypes -Wformat-security 
-Wpointer-arith
+export CFLAGS=%optflags -W -Wall -Wstrict-prototypes -Wformat-security 
-Wpointer-arith
 %configure
 make %{?_smp_mflags}
 
 %install
 make install DESTDIR=%buildroot
 #UsrMerge
-mkdir $RPM_BUILD_ROOT/sbin
-ln -sf %{_sbindir}/ethtool  $RPM_BUILD_ROOT/sbin
+mkdir %buildroot/sbin
+ln -sf %_sbindir/ethtool  %buildroot/sbin
 #EndUserMerge
 
 %files
@@ -55,8 +54,8 @@
 #UsrMerge
 /sbin/ethtool
 #EndUserMerge
-%{_sbindir}/ethtool
-%{_mandir}/man8/ethtool.8*
-%doc AUTHORS COPYING NEWS README ChangeLog
+%_sbindir/ethtool
+%_mandir/man8/ethtool.8*
+%doc AUTHORS COPYING NEWS
 
 %changelog

++ ethtool-3.12.1.tar.xz - ethtool-3.16.tar.xz ++
 6799 lines of diff (skipped)

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



commit po4a for openSUSE:Factory

2014-11-24 Thread h_root
Hello community,

here is the log from the commit of package po4a for openSUSE:Factory checked in 
at 2014-11-24 11:19:06

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


Package is po4a

Changes:

--- /work/SRC/openSUSE:Factory/po4a/po4a.changes2013-06-25 
14:44:28.0 +0200
+++ /work/SRC/openSUSE:Factory/.po4a.new/po4a.changes   2014-11-24 
11:19:12.0 +0100
@@ -1,0 +2,33 @@
+Wed Nov 19 19:40:02 UTC 2014 - bwiedem...@suse.com
+
+- fix download link
+
+---
+Thu Jan 30 12:14:38 UTC 2014 - elchev...@opensuse.org
+
+- drop po4a-0.44-use-tempfile-correctly.patch
+- updated to version 0.45
+
+po4a:
+ * Fix usage of File::Temp::tempfile to allow using Perl = 5.18.
+
+Asciidoc:
+ * Make it a standalone format.
+
+Docbook:
+ * Make beginpage inline.
+
+Ini:
+ * Add key parameter as an automatic comment.  This allows using
+   po4a-gettextize on ini files.
+
+LaTeX:
+ * Fix handling of optional parameters in newtheorem command.
+
+Po:
+ * Fix computation of timezone written into PO files.
+
+Sgml:
+ * Fix failing tests with recent Docbook DTD.
+
+---

Old:

  po4a-0.44-use-tempfile-correctly.patch
  po4a-0.44.tar.gz

New:

  po4a-0.45.tar.gz



Other differences:
--
++ po4a.spec ++
--- /var/tmp/diff_new_pack.ee3idh/_old  2014-11-24 11:19:13.0 +0100
+++ /var/tmp/diff_new_pack.ee3idh/_new  2014-11-24 11:19:13.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package po4a
 #
-# 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
@@ -17,16 +17,13 @@
 
 
 Name:   po4a
-Version:0.44
+Version:0.45
 Release:0
 Summary:Framework to translate documentation and other materials
 License:GPL-2.0
 Group:  Development/Tools/Other
 Url:http://po4a.alioth.debian.org/
-Source: 
http://alioth.debian.org/frs/download.php/file/3786/%{name}-%{version}.tar.gz
-
-# PATCH-FIX-UPSTREAM po4a-0.44-use-tempfile-correctly.patch Will be fixed in 
next version.
-Patch0: po4a-0.44-use-tempfile-correctly.patch
+Source: 
http://alioth.debian.org/frs/download.php/file/3942/%{name}-%{version}.tar.gz
 
 BuildRequires:  docbook-xsl-stylesheets
 %if 0%{?suse_version}  1210
@@ -75,7 +72,6 @@
 
 %prep
 %setup -q
-%patch0 -p1
 
 %build
 perl Build.PL installdirs=vendor

++ po4a-0.44.tar.gz - po4a-0.45.tar.gz ++
 38543 lines of diff (skipped)

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



commit yast2-samba-server for openSUSE:Factory

2014-11-24 Thread h_root
Hello community,

here is the log from the commit of package yast2-samba-server for 
openSUSE:Factory checked in at 2014-11-24 11:19:04

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


Package is yast2-samba-server

Changes:

--- /work/SRC/openSUSE:Factory/yast2-samba-server/yast2-samba-server.changes
2014-07-28 06:31:17.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.yast2-samba-server.new/yast2-samba-server.changes   
2014-11-24 11:19:10.0 +0100
@@ -1,0 +2,7 @@
+Wed Nov 12 13:11:35 UTC 2014 - nopo...@suse.com
+
+- Squash Possible precedence issue with control flow operator
+  warning; (bnc#901597)
+- 3.1.11
+
+---

Old:

  yast2-samba-server-3.1.10.tar.bz2

New:

  yast2-samba-server-3.1.11.tar.bz2



Other differences:
--
++ yast2-samba-server.spec ++
--- /var/tmp/diff_new_pack.wAhnq4/_old  2014-11-24 11:19:11.0 +0100
+++ /var/tmp/diff_new_pack.wAhnq4/_new  2014-11-24 11:19:11.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-samba-server
-Version:3.1.10
+Version:3.1.11
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ yast2-samba-server-3.1.10.tar.bz2 - yast2-samba-server-3.1.11.tar.bz2 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-samba-server-3.1.10/.travis.yml 
new/yast2-samba-server-3.1.11/.travis.yml
--- old/yast2-samba-server-3.1.10/.travis.yml   1970-01-01 01:00:00.0 
+0100
+++ new/yast2-samba-server-3.1.11/.travis.yml   2014-11-19 12:37:11.0 
+0100
@@ -0,0 +1,16 @@
+language: cpp
+compiler:
+- gcc
+before_install:
+# disable rvm, use system Ruby
+- rvm reset
+- wget 
https://raw.githubusercontent.com/yast/yast-devtools/master/travis-tools/travis_setup.sh
+- sh ./travis_setup.sh -p rake yast2-devtools yast2-testsuite yast2 
yast2-samba-client yast2-ldap -g yast-rake gettext
+script:
+- rake check:syntax
+- rake check:pot
+- make -f Makefile.cvs
+- make
+- sudo make install
+- make check
+
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-samba-server-3.1.10/MAINTAINER 
new/yast2-samba-server-3.1.11/MAINTAINER
--- old/yast2-samba-server-3.1.10/MAINTAINER2014-07-25 14:33:08.0 
+0200
+++ new/yast2-samba-server-3.1.11/MAINTAINER2014-11-19 12:37:11.0 
+0100
@@ -1 +1 @@
-SUSE Samba Team samba-maintain...@suse.de
+Deprecated file. Use `osc maintainer yast2-samba-server` instead.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-samba-server-3.1.10/README.md 
new/yast2-samba-server-3.1.11/README.md
--- old/yast2-samba-server-3.1.10/README.md 1970-01-01 01:00:00.0 
+0100
+++ new/yast2-samba-server-3.1.11/README.md 2014-11-19 12:37:11.0 
+0100
@@ -0,0 +1,5 @@
+# YaST - The Samba Server Module #
+
+[![Travis 
Build](https://travis-ci.org/yast/yast-samba-server.svg?branch=master)](https://travis-ci.org/yast/yast-samba-server)
+[![Jenkins 
Build](http://img.shields.io/jenkins/s/https/ci.opensuse.org/yast-samba-server-master.svg)](https://ci.opensuse.org/view/Yast/job/yast-samba-server-master/)
+
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-samba-server-3.1.10/package/yast2-samba-server.changes 
new/yast2-samba-server-3.1.11/package/yast2-samba-server.changes
--- old/yast2-samba-server-3.1.10/package/yast2-samba-server.changes
2014-07-25 14:33:08.0 +0200
+++ new/yast2-samba-server-3.1.11/package/yast2-samba-server.changes
2014-11-19 12:37:11.0 +0100
@@ -1,4 +1,11 @@
 ---
+Wed Nov 12 13:11:35 UTC 2014 - nopo...@suse.com
+
+- Squash Possible precedence issue with control flow operator
+  warning; (bnc#901597)
+- 3.1.11
+
+---
 Fri Jul 25 12:27:04 UTC 2014 - dd...@suse.com
 
 - Ensure CUPS is installed if printer sharing is configured; (bnc#873703).
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-samba-server-3.1.10/package/yast2-samba-server.spec 
new/yast2-samba-server-3.1.11/package/yast2-samba-server.spec
--- old/yast2-samba-server-3.1.10/package/yast2-samba-server.spec   
2014-07-25 14:33:08.0 +0200
+++ new/yast2-samba-server-3.1.11/package/yast2-samba-server.spec   
2014-11-19 12:37:11.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-samba-server
-Version:3.1.10

commit mozaddon-gnotifier for openSUSE:Factory

2014-11-24 Thread h_root
Hello community,

here is the log from the commit of package mozaddon-gnotifier for 
openSUSE:Factory checked in at 2014-11-24 11:19:11

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


Package is mozaddon-gnotifier

Changes:

--- /work/SRC/openSUSE:Factory/mozaddon-gnotifier/mozaddon-gnotifier.changes
2014-07-25 09:09:01.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.mozaddon-gnotifier.new/mozaddon-gnotifier.changes   
2014-11-24 11:19:14.0 +0100
@@ -1,0 +2,7 @@
+Sat Nov 22 21:44:52 UTC 2014 - dmitr...@opensuse.org
+
+- Update to verson 1.8.7
+  * Simple New mail notification option in settings
+  * BUG FIX: HTML Notification fails to display 
+
+---

Old:

  gnotifier-1.8.5-tb+fx-linux.xpi

New:

  gnotifier-1.8.7-sm+tb+fx-linux.xpi



Other differences:
--
++ mozaddon-gnotifier.spec ++
--- /var/tmp/diff_new_pack.1Gockt/_old  2014-11-24 11:19:15.0 +0100
+++ /var/tmp/diff_new_pack.1Gockt/_new  2014-11-24 11:19:15.0 +0100
@@ -17,13 +17,13 @@
 
 
 Name:   mozaddon-gnotifier
-Version:1.8.5
+Version:1.8.7
 Release:0
 Summary:Firefox integration with native Linux notification system
 License:GPL-3.0
 Group:  Productivity/Networking/Web/Browsers
 Url:https://github.com/mkiol/GNotifier
-Source: 
https://addons.mozilla.org/firefox/downloads/file/265826/gnotifier-1.8.5-tb+fx-linux.xpi
+Source: 
https://addons.mozilla.org/firefox/downloads/file/283336/gnotifier-1.8.7-sm+tb+fx-linux.xpi
 BuildRequires:  fdupes
 BuildRequires:  mozaddon-devel
 BuildArch:  noarch

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



commit php5 for openSUSE:Factory

2014-11-24 Thread h_root
Hello community,

here is the log from the commit of package php5 for openSUSE:Factory checked in 
at 2014-11-24 11:17:53

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


Package is php5

Changes:

--- /work/SRC/openSUSE:Factory/php5/php5.changes2014-10-31 
12:29:29.0 +0100
+++ /work/SRC/openSUSE:Factory/.php5.new/php5.changes   2014-11-24 
11:18:20.0 +0100
@@ -1,0 +2,6 @@
+Tue Nov 18 14:28:08 UTC 2014 - pgaj...@suse.com
+
+- update to 5.6.3: This release fixes several bugs and one CVE 
+  in the fileinfo extension.
+
+---

Old:

  php-5.6.2.tar.xz
  php-5.6.2.tar.xz.asc

New:

  php-5.6.3.tar.xz
  php-5.6.3.tar.xz.asc



Other differences:
--
++ php5.spec ++
--- /var/tmp/diff_new_pack.nbCMxK/_old  2014-11-24 11:18:22.0 +0100
+++ /var/tmp/diff_new_pack.nbCMxK/_new  2014-11-24 11:18:22.0 +0100
@@ -107,7 +107,7 @@
 %define apache2_includedir %(%{apxs2} -q INCLUDEDIR)
 %define apache2_serverroot %(%{apxs2} -q PREFIX)
 %define need_libxml2_hack  %(if [ -e %{_includedir}/libxml/parser.h ]; then if 
grep -q XML_PARSE_OLDSAX %{_includedir}/libxml/parser.h;then echo 1; else echo 
0; fi; else echo 0; fi)
-Version:5.6.2
+Version:5.6.3
 Release:0
 Provides:   php
 Provides:   php-api = %{apiver}

++ php-5.6.2.tar.xz - php-5.6.3.tar.xz ++
/work/SRC/openSUSE:Factory/php5/php-5.6.2.tar.xz 
/work/SRC/openSUSE:Factory/.php5.new/php-5.6.3.tar.xz differ: char 41, line 2


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



commit mono-core for openSUSE:Factory

2014-11-24 Thread h_root
Hello community,

here is the log from the commit of package mono-core for openSUSE:Factory 
checked in at 2014-11-24 11:18:31

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


Package is mono-core

Changes:

--- /work/SRC/openSUSE:Factory/mono-core/mono-core.changes  2014-09-23 
10:42:34.0 +0200
+++ /work/SRC/openSUSE:Factory/.mono-core.new/mono-core.changes 2014-11-24 
11:18:44.0 +0100
@@ -1,0 +2,74 @@
+Fri Nov  7 19:59:41 UTC 2014 - meiss...@suse.com
+
+- libmono-2_0-1 has a hard dependency on libmonoboehm-2_0-1,
+  require it bnc#904460
+
+---
+Mon Oct 27 00:02:10 UTC 2014 - i...@marguerite.su
+
+- fix build for factory x86_64
+  * add mono-3.x-keyboards.resources-cp_r.patch
+  * resources/keyboards.resources exists on x86_64, so cp won't work
+should add -r argument
+- drop mono-core-target-4.0.patch
+  * runtime 4.0 is no more, now mono-nunit should use 4.5
+- add patch mono-nunit-default-runtime-4.5.patch
+  * use runtime 4.5 for mono-nunit by default
+
+---
+Sat Oct  4 18:46:11 UTC 2014 - mailaen...@opensuse.org
+
+- Removed upstreamed mono-core-parallel-build.diff patch
+- Updated to 3.10.0
+  + Implemented System.IO.Compression.FileSystem.
+  + Uri now implements the .NET 4.5 behavior, it can be reverted to the old 
behavior in the same way by setting the System.Uri::s_IriParsing static field 
to false.
+  + Remove unnecessary locking from core metadata parsing functions.
+  + Avoid cache thrashing of locals array when looping over enumerator.
+  + Fix support for unaligned offsets in the store_membase_imm opcodes. 
bxc#23267.
+  + Fix the lookup of nested types which have a namespace. bxc#21653.
+  + Increase some opcode sizes. bxc#23026.
+  + Always pass the imt arg to interface calls in gsharedvt methods. bxc#22624.
+  + Store the epilog length in MonoArchEHJitInfo instead of encoding it in 
jinfo-unwind_desc, since the latter can overflow for methods with large 
epilogs. bxc#22685.
+  + Add a mono_thread_detach_if_exiting () public api function which can be 
called by embedding code to detach the runtime if the code is running from a 
pthread dtor. bxc#21164.
+  + Fix yet another native types problem. bxc#22053.
+  + Fix the leaking of mach ports introduced by 
98bbf8512aec0fa01b4426583280f6d231d22187. bxc#22068.
+  + Add support for constrained calls with vtype return types in gsharedvt 
code. bxc#22109.
+  + Fix the PLATFORM_GNU check so it works with gnueabi etc. as well. 
bxc#21520.
+  + Don’t make runtime invoke signatures generic. bxc#21973.
+  + Allow v8..v15 in unwind info on arm64. Fixes part of #21615.
+  + Fix Process.PrivateMemorySize64 etc. on ios. bxc#21882.
+  + Fix enum-int casts in gsharedvt code. bxc#21893.
+  + Don’t assert when loading a generic methodspec with 0 arity. bxc#19097.
+  + Avoid asserting when a cattr cannot be loaded. bxc#21653.
+  + Avoid making generic calls from gsharedvt methods normally, go through the 
rgctx infrastructure instead. bxc#21677.
+  + Fix Uri UserInfo parsing. Fixes 23246.
+  + Update RequestMessage.RequestUri.AbsoluteUri after redirect. bxc#22383.
+  + Fixes XContainer attempt to create a XNode from a null value. bxc#20151.
+  + Changed XObject OnChanged and OnChanging to use Owner. When XObject.Owner 
is not a XElement XObject.Parent returns null and the owner would not be 
notified of changing and changed events. bxc#18772.
+  + Process XslLiteralElements with only child attributes as empty ones. 
bxc#14751.
+  + ‘finally’ protect ClientRuntimeChannel.Begin/EndProcess(). bxc#22179.
+  + WebClient.OpenWrite() must get the response on close. bxc#10163.
+  + Fix WebClient.UploadValuesTaskAsync(); bxc#20359.
+  + Improve System.Security.Claims. bxc#22282.
+  + Fixed serialization of XmlNode field with attribute XmlAnyElement. 
bxc#3211.
+  + Handle String::Format with escaped closing }. bxc#22114
+  + Add a missing check to TypeBuilder.CreateType (). bxc#22059.
+  + Xml Serialization of Base class w/o a parameterless constructor. Removed 
validation code that did not allowed serialization of base classes without a 
parameterless constructor. bxc#6913.
+  + Fixed XmlSerializer to handle attribute XmlSchemePrivider.IsAny. 
XmlSerializer no longer outputs a root element with class name when the class 
has the attribute   + XmlSchemeProvider and IsAny is true. bxc#11916
+  + Test that DeflateStream.Read does read an empty stream. Covers #19313.
+  + Reseting all private key values to null is required because a new import 
may not overwrite existing values. bxc#18482.
+  + Handle quoted filename value. bxc#21960.
+  + Dispose XmlReader using correct value. bxc#21771.
+  + Don’t use `1 

commit git for openSUSE:Factory

2014-11-24 Thread h_root
Hello community,

here is the log from the commit of package git for openSUSE:Factory checked in 
at 2014-11-24 11:18:04

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


Package is git

Changes:

--- /work/SRC/openSUSE:Factory/git/git.changes  2014-11-03 13:11:27.0 
+0100
+++ /work/SRC/openSUSE:Factory/.git.new/git.changes 2014-11-24 
11:18:37.0 +0100
@@ -1,0 +2,11 @@
+Tue Nov 18 12:08:41 UTC 2014 - nov...@mirell.de
+
+- Add git-credential-gnome-keyring subpackage for GNOME keyring
+  credential storage support
+
+---
+Mon Nov 17 11:12:39 UTC 2014 - bwiedem...@suse.com
+
+- Allow snapshot generation in apparmor profile (bnc#905707)
+
+---



Other differences:
--
++ git.spec ++
--- /var/tmp/diff_new_pack.xTcKXT/_old  2014-11-24 11:18:38.0 +0100
+++ /var/tmp/diff_new_pack.xTcKXT/_new  2014-11-24 11:18:38.0 +0100
@@ -19,6 +19,12 @@
 %define gitexecdir %_libexecdir/git
 %define _fwdefdir /etc/sysconfig/SuSEfirewall2.d/services
 
+%if 0%{?suse_version} = 1210 
+%bcond_without git_gnome_keyring 
+%else 
+%bcond_with git_gnome_keyring 
+%endif
+
 Name:   git
 Version:2.1.3
 Release:0
@@ -50,6 +56,9 @@
 BuildRequires:  fdupes
 BuildRequires:  libcurl-devel
 BuildRequires:  libexpat-devel
+%if %{with git_gnome_keyring}
+BuildRequires:  libgnome-keyring-devel
+%endif
 BuildRequires:  libopenssl-devel
 BuildRequires:  pcre-devel
 BuildRequires:  perl-Error
@@ -128,6 +137,17 @@
 %description cvs
 Tools for importing CVS repositories to the Git version control system.
 
+%if %{with git_gnome_keyring}
+%package credential-gnome-keyring
+Summary:Git credential backend using the GNOME keyring as storage
+Group:  Development/Tools/Version Control
+Requires:   git-core = %{version}
+Requires:   gnome-keyring
+
+%description credential-gnome-keyring
+A Git credential backend which uses the GNOME keyring as storage.
+%endif
+
 %package arch
 Summary:Git tools for importing Arch repositories
 Group:  Development/Tools/Version Control
@@ -233,6 +253,9 @@
 ./.make all %{?_smp_mflags}
 %{!?_without_docs: ./.make doc}
 
+%if %{with git_gnome_keyring}
+./.make -C contrib/credential/gnome-keyring
+%endif
 ./.make -C contrib/subtree/
 
 %install
@@ -272,6 +295,10 @@
 find $RPM_BUILD_ROOT/%_mandir -type f -print0 | xargs -0 chmod 644
 install -m 644 -D contrib/completion/git-completion.bash 
$RPM_BUILD_ROOT/etc/bash_completion.d/git.sh
 install -m 644 -D contrib/completion/git-prompt.sh 
$RPM_BUILD_ROOT/etc/bash_completion.d/git-prompt.sh
+# contrib/credential
+%if %{with git_gnome_keyring}
+install -m 755 -D 
contrib/credential/gnome-keyring/git-credential-gnome-keyring 
$RPM_BUILD_ROOT/%{gitexecdir}/git-credential-gnome-keyring
+%endif
 # process tcsh completion
 (cd contrib/completion
  mkdir -p $RPM_BUILD_ROOT/usr/share/tcsh
@@ -348,6 +375,12 @@
 %{!?_without_docs: %{_mandir}/man1/*cvs*.1*}
 %{!?_without_docs: %doc Documentation/*git-cvs*.html }
 
+%if %{with git_gnome_keyring}
+%files credential-gnome-keyring
+%defattr(-,root,root)
+%{gitexecdir}/git-credential-gnome-keyring
+%endif
+
 %files arch
 %defattr(-,root,root)
 %doc Documentation/git-archimport.txt

++ usr.share.git-web.gitweb.cgi ++
--- /var/tmp/diff_new_pack.xTcKXT/_old  2014-11-24 11:18:38.0 +0100
+++ /var/tmp/diff_new_pack.xTcKXT/_new  2014-11-24 11:18:38.0 +0100
@@ -8,6 +8,10 @@
   #include abstractions/perl
 
   /bin/bash rix,
+  /bin/tar rix,
+  /usr/bin/gzip rix,
+  /usr/bin/bzip2 rix,
+  /usr/bin/zip rix,
   /dev/tty rw,
   /etc/gitweb.conf r,
   /etc/mime.types r,

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



commit xsupplicant for openSUSE:Factory

2014-11-24 Thread h_root
Hello community,

here is the log from the commit of package xsupplicant for openSUSE:Factory 
checked in at 2014-11-24 11:19:12

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


Package is xsupplicant

Changes:

--- /work/SRC/openSUSE:Factory/xsupplicant/xsupplicant.changes  2012-03-28 
00:02:07.0 +0200
+++ /work/SRC/openSUSE:Factory/.xsupplicant.new/xsupplicant.changes 
2014-11-24 11:19:16.0 +0100
@@ -1,0 +2,7 @@
+Tue Nov 18 22:54:00 UTC 2014 - Led led...@gmail.com
+
+- fix bashisms in builddocs.sh script
+- add patches:
+  * xsupplicant-1.2.8-fix-bashisms.patch
+
+---

New:

  xsupplicant-1.2.8-fix-bashisms.patch



Other differences:
--
++ xsupplicant.spec ++
--- /var/tmp/diff_new_pack.l5HhAz/_old  2014-11-24 11:19:18.0 +0100
+++ /var/tmp/diff_new_pack.l5HhAz/_new  2014-11-24 11:19:18.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package xsupplicant
 #
-# Copyright (c) 2011 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
@@ -15,22 +15,26 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   xsupplicant
-BuildRequires:  bison flex libiw-devel libpcap-devel libtool openssl-devel
+BuildRequires:  bison
+BuildRequires:  flex
+BuildRequires:  libiw-devel
+BuildRequires:  libpcap-devel
+BuildRequires:  libtool
+BuildRequires:  openssl-devel
 Url:http://www.open1x.org/
 Version:1.2.8
-Release:135
+Release:0
+Summary:Free implementation of  IEEE 802.1X protocol
 License:GPL-2.0+ or BSD-4-Clause
 Group:  Productivity/Networking/Radius/Clients
-Summary:Free implementation of  IEEE 802.1X protocol
 Source: xsupplicant-%{version}.tar.bz2
 Patch:  xsupplicant-strncat.patch
 Patch1: xsupplicant-iwlib.patch
 Patch2: xsupplicant.linux-compiler.patch
 Patch3: xsupplicant-1.2.8-shared.patch
+Patch4: xsupplicant-1.2.8-fix-bashisms.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -54,6 +58,7 @@
 %patch1 -p1
 %patch2 -p1
 %patch3
+%patch4 -p1
 
 %build
 autoreconf -fiv

++ xsupplicant-1.2.8-fix-bashisms.patch ++
diff -Ndur xsupplicant-1.2.8/doc/builddocs.sh 
xsupplicant-1.2.8-fix-bashisms/doc/builddocs.sh
--- xsupplicant-1.2.8/doc/builddocs.sh  2005-09-07 00:25:09.0 +0300
+++ xsupplicant-1.2.8-fix-bashisms/doc/builddocs.sh 2014-11-19 
00:51:29.669027110 +0200
@@ -20,7 +20,7 @@
/usr/share/sgml/openjade/xml.dcl 
 
 # print usage message
-function usage {
+usage() {
   echo Usage: $(basename $0) [-f directory]
   echo Create the Xsupplicant documentation in PDF, HTML and TXT format.
   echo  
@@ -58,7 +58,7 @@
 
 # make sure that jade is in the user's path
 JADE_PATH=`which jade 2 /dev/null`
-if [ x$JADE_PATH == x ]
+if [ -z $JADE_PATH ]
 then
 echo jade not found in your path...exiting!
 exit 1
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



  1   2   >