commit libyui-qt for openSUSE:Factory

2015-02-01 Thread h_root
Hello community,

here is the log from the commit of package libyui-qt for openSUSE:Factory 
checked in at 2015-02-01 12:27:56

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


Package is libyui-qt

Changes:

--- /work/SRC/openSUSE:Factory/libyui-qt/libyui-qt.changes  2015-01-21 
21:52:16.0 +0100
+++ /work/SRC/openSUSE:Factory/.libyui-qt.new/libyui-qt.changes 2015-02-01 
12:27:57.0 +0100
@@ -1,0 +2,12 @@
+Fri Jan 30 13:52:57 UTC 2015 - jsr...@suse.cz
+
+- added keyboard shortcuts to Help and Release Notes buttons 
+  (bnc#880983)
+- 2.46.15
+
+---
+Wed Jan 21 12:04:17 UTC 2015 - jsr...@suse.cz
+
+- added QT-specific dialog for displaying release notes
+
+---

Old:

  libyui-qt-2.46.14.tar.bz2

New:

  libyui-qt-2.46.15.tar.bz2



Other differences:
--
++ libyui-qt-doc.spec ++
--- /var/tmp/diff_new_pack.LDJN2N/_old  2015-02-01 12:27:59.0 +0100
+++ /var/tmp/diff_new_pack.LDJN2N/_new  2015-02-01 12:27:59.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   libyui-qt-doc
-Version:2.46.14
+Version:2.46.15
 Release:0
 Source: libyui-qt-%{version}.tar.bz2
 

++ libyui-qt.spec ++
--- /var/tmp/diff_new_pack.LDJN2N/_old  2015-02-01 12:27:59.0 +0100
+++ /var/tmp/diff_new_pack.LDJN2N/_new  2015-02-01 12:27:59.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   libyui-qt
-Version:2.46.14
+Version:2.46.15
 Release:0
 Source: libyui-qt-%{version}.tar.bz2
 

++ libyui-qt-2.46.14.tar.bz2 - libyui-qt-2.46.15.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libyui-qt-2.46.14/ChangeLog 
new/libyui-qt-2.46.15/ChangeLog
--- old/libyui-qt-2.46.14/ChangeLog 2015-01-20 17:19:59.0 +0100
+++ new/libyui-qt-2.46.15/ChangeLog 2015-01-30 14:34:12.0 +0100
@@ -1,4 +1,16 @@
 ---
+Fri Jan 30 13:52:57 UTC 2015 - jsr...@suse.cz
+
+- added keyboard shortcuts to Help and Release Notes buttons 
+  (bnc#880983)
+- 2.46.15
+
+---
+Wed Jan 21 12:04:17 UTC 2015 - jsr...@suse.cz
+
+- added QT-specific dialog for displaying release notes
+
+---
 Tue Jan 20 16:15:49 UTC 2015 - mvid...@suse.com
 
 - Fixed building with cmake 3.1 (PREFIX in spec, boo#911875).
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libyui-qt-2.46.14/SOURCECONF.cmake 
new/libyui-qt-2.46.15/SOURCECONF.cmake
--- old/libyui-qt-2.46.14/SOURCECONF.cmake  2014-02-21 15:05:58.0 
+0100
+++ new/libyui-qt-2.46.15/SOURCECONF.cmake  2015-01-30 14:34:12.0 
+0100
@@ -8,6 +8,7 @@
  QY2ComboTabWidget.cc
  QY2DiskUsageList.cc
  QY2HelpDialog.cc
+ QY2RelNotesDialog.cc
  QY2ListView.cc
  QY2Styler.cc
  YQAlignment.cc
@@ -72,6 +73,7 @@
  QY2ComboTabWidget.h
  QY2DiskUsageList.h
  QY2HelpDialog.h
+ QY2RelNotesDialog.h
  QY2ListView.h
  QY2Styler.h
  YQi18n.h
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libyui-qt-2.46.14/VERSION.cmake 
new/libyui-qt-2.46.15/VERSION.cmake
--- old/libyui-qt-2.46.14/VERSION.cmake 2015-01-20 17:19:59.0 +0100
+++ new/libyui-qt-2.46.15/VERSION.cmake 2015-01-30 14:34:12.0 +0100
@@ -1,6 +1,6 @@
 SET(VERSION_MAJOR 2)
 SET(VERSION_MINOR 46)
-SET(VERSION_PATCH 14)
+SET(VERSION_PATCH 15)
 SET( VERSION 
${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}${GIT_SHA1_VERSION} )
 
 # This is need for the libyui core, ONLY.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libyui-qt-2.46.14/src/QY2RelNotesDialog.cc 
new/libyui-qt-2.46.15/src/QY2RelNotesDialog.cc
--- old/libyui-qt-2.46.14/src/QY2RelNotesDialog.cc  1970-01-01 
01:00:00.0 +0100
+++ new/libyui-qt-2.46.15/src/QY2RelNotesDialog.cc  2015-01-30 
14:34:12.0 +0100
@@ -0,0 +1,137 @@
+/*
+  Copyright (C) 2000-2012 Novell, Inc
+  This library is free software; you can redistribute it and/or modify
+  it under the terms of the GNU Lesser General Public License as
+  published by the Free Software Foundation; either version 2.1 of the
+  License, or (at your option) version 3.0 of the License. This library
+  is distributed in the hope that it will be useful, but WITHOUT ANY
+  WARRANTY; without even the implied warranty of MERCHANTABILITY or
+  

commit yast2-packager for openSUSE:Factory

2015-02-01 Thread h_root
Hello community,

here is the log from the commit of package yast2-packager for openSUSE:Factory 
checked in at 2015-02-01 12:28:30

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


Package is yast2-packager

Changes:

--- /work/SRC/openSUSE:Factory/yast2-packager/yast2-packager.changes
2015-01-30 10:59:53.0 +0100
+++ /work/SRC/openSUSE:Factory/.yast2-packager.new/yast2-packager.changes   
2015-02-01 12:28:32.0 +0100
@@ -1,0 +2,6 @@
+Thu Jan 29 14:45:40 UTC 2015 - jreidin...@suse.com
+
+- remove obsolete legacy patch callbacks
+- 3.1.57 
+
+---

Old:

  yast2-packager-3.1.56.tar.bz2

New:

  yast2-packager-3.1.57.tar.bz2



Other differences:
--
++ yast2-packager.spec ++
--- /var/tmp/diff_new_pack.nLkUx9/_old  2015-02-01 12:28:33.0 +0100
+++ /var/tmp/diff_new_pack.nLkUx9/_new  2015-02-01 12:28:33.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-packager
-Version:3.1.56
+Version:3.1.57
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ yast2-packager-3.1.56.tar.bz2 - yast2-packager-3.1.57.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-packager-3.1.56/package/yast2-packager.changes 
new/yast2-packager-3.1.57/package/yast2-packager.changes
--- old/yast2-packager-3.1.56/package/yast2-packager.changes2015-01-26 
14:33:10.0 +0100
+++ new/yast2-packager-3.1.57/package/yast2-packager.changes2015-01-30 
17:33:13.0 +0100
@@ -1,4 +1,10 @@
 ---
+Thu Jan 29 14:45:40 UTC 2015 - jreidin...@suse.com
+
+- remove obsolete legacy patch callbacks
+- 3.1.57 
+
+---
 Mon Jan 26 13:06:17 UTC 2015 - jreidin...@suse.com
 
 - fixed \r and \b  characters lost during conversion to Ruby
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-packager-3.1.56/package/yast2-packager.spec 
new/yast2-packager-3.1.57/package/yast2-packager.spec
--- old/yast2-packager-3.1.56/package/yast2-packager.spec   2015-01-26 
14:33:10.0 +0100
+++ new/yast2-packager-3.1.57/package/yast2-packager.spec   2015-01-30 
17:33:13.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-packager
-Version:3.1.56
+Version:3.1.57
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-packager-3.1.56/src/modules/SlideShowCallbacks.rb 
new/yast2-packager-3.1.57/src/modules/SlideShowCallbacks.rb
--- old/yast2-packager-3.1.56/src/modules/SlideShowCallbacks.rb 2015-01-26 
14:33:10.0 +0100
+++ new/yast2-packager-3.1.57/src/modules/SlideShowCallbacks.rb 2015-01-30 
17:33:13.0 +0100
@@ -453,17 +453,6 @@
 
   nil
 end
-#  at start of file providal
-def StartPatchProvide(name, archivesize)
-  PackageSlideShow.SlideGenericProvideStart(
-name, #remote
-archivesize,
-_(Downloading patch RPM %1 (download size %2)),
-true
-  )
-
-  nil
-end
 
 # during file providal
 def ProgressDeltaApply(percent)
@@ -473,7 +462,7 @@
 end
 
 #  at end of file providal
-def FinishPatchDeltaProvide
+def FinishDeltaProvide
   nil
 end
 
@@ -495,15 +484,6 @@
   nil
 end
 
-def ProblemPatchDownload(descr)
-  # error in installation log, %1 is detail error description
-  SlideShow.AppendMessageToInstLog(
-Builtins.sformat(_(Failed to download patch RPM: %1), descr)
-  )
-
-  nil
-end
-
 # change of repository
 # source: 0 .. n-1
 # media:  1 .. n
@@ -604,7 +584,7 @@
 fun_ref(method(:ProblemDeltaDownload), void (string))
   )
   Pkg.CallbackFinishDeltaDownload(
-fun_ref(method(:FinishPatchDeltaProvide), void ())
+fun_ref(method(:FinishDeltaProvide), void ())
   )
 
   Pkg.CallbackStartDeltaApply(
@@ -617,20 +597,7 @@
 fun_ref(method(:ProblemDeltaApply), void (string))
   )
   Pkg.CallbackFinishDeltaApply(
-fun_ref(method(:FinishPatchDeltaProvide), void ())
-  )
-
-  Pkg.CallbackStartPatchDownload(
-fun_ref(method(:StartPatchProvide), void (string, integer))
-  )
-  Pkg.CallbackProgressPatchDownload(
-fun_ref(method(:ProgressProvide), boolean (integer))
-  )
-  Pkg.CallbackProblemPatchDownload(
-fun_ref(method(:ProblemPatchDownload), void 

commit libnice for openSUSE:Factory

2015-02-01 Thread h_root
Hello community,

here is the log from the commit of package libnice for openSUSE:Factory checked 
in at 2015-02-01 12:28:03

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


Package is libnice

Changes:

--- /work/SRC/openSUSE:Factory/libnice/libnice.changes  2014-10-23 
14:19:39.0 +0200
+++ /work/SRC/openSUSE:Factory/.libnice.new/libnice.changes 2015-02-01 
12:28:06.0 +0100
@@ -1,0 +2,10 @@
+Thu Jan 29 22:58:46 UTC 2015 - zai...@opensuse.org
+
+- Update to version 0.1.10:
+  + Fix bug on component change on the sink.
+- Changes from version 0.1.9:
+  + Make it possible to statically build the GStreamer plugins.
+  + Bug fixes, in particular fix compatibility with coTurn servers.
+  + Documentation fixes.
+
+---

Old:

  libnice-0.1.8.tar.gz

New:

  libnice-0.1.10.tar.gz



Other differences:
--
++ libnice.spec ++
--- /var/tmp/diff_new_pack.HoeIjP/_old  2015-02-01 12:28:07.0 +0100
+++ /var/tmp/diff_new_pack.HoeIjP/_new  2015-02-01 12:28:07.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libnice
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX 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:   libnice
-Version:0.1.8
+Version:0.1.10
 Release:0
 Summary:Interactive Connectivity Establishment implementation
 License:MPL-1.1 or LGPL-2.1

++ libnice-0.1.8.tar.gz - libnice-0.1.10.tar.gz ++
 10246 lines of diff (skipped)

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



commit sessreg for openSUSE:Factory

2015-02-01 Thread h_root
Hello community,

here is the log from the commit of package sessreg for openSUSE:Factory checked 
in at 2015-02-01 12:28:23

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


Package is sessreg

Changes:

--- /work/SRC/openSUSE:Factory/sessreg/sessreg.changes  2013-03-01 
09:01:02.0 +0100
+++ /work/SRC/openSUSE:Factory/.sessreg.new/sessreg.changes 2015-02-01 
12:28:25.0 +0100
@@ -1,0 +2,16 @@
+Fri Jan 30 15:18:48 UTC 2015 - zai...@opensuse.org
+
+- Update to version 1.1.0:
+  + Include utmp.h if present, even if we're using utmpx
+interfaces.
+  + Attempt to modernize and better disentangle utmp vs. utmpx in
+the man page.
+  + Stop disabling utmpx  wtmpx calls when -u  -w arguments are
+passed.
+  + If both utmp  utmpx interfaces are available, just use utmpx.
+  + Zero initialize struct utmpx, as we already do for struct utmp.
+  + Print which option was in error along with usage message.
+  + autogen.sh: Honor NOCONFIGURE=1.
+  + configure: Drop AM_MAINTAINER_MODE.
+
+---

Old:

  sessreg-1.0.8.tar.bz2

New:

  sessreg-1.1.0.tar.bz2



Other differences:
--
++ sessreg.spec ++
--- /var/tmp/diff_new_pack.LjKWY9/_old  2015-02-01 12:28:26.0 +0100
+++ /var/tmp/diff_new_pack.LjKWY9/_new  2015-02-01 12:28:26.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package sessreg
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX 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:   sessreg
-Version:1.0.8
+Version:1.1.0
 Release:0
 Summary:Utility to manage utmp/wtmp entries for X sessions
 License:MIT
@@ -26,7 +26,7 @@
 Source0:
http://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.bz2
 BuildRequires:  pkg-config
 BuildRequires:  pkgconfig(xorg-macros) = 1.4
-BuildRequires:  pkgconfig(xproto)
+BuildRequires:  pkgconfig(xproto) = 7.0.25
 # This was part of the xorg-x11 package up to version 7.6
 Conflicts:  xorg-x11 = 7.6
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ sessreg-1.0.8.tar.bz2 - sessreg-1.1.0.tar.bz2 ++
 8392 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/sessreg-1.0.8/ChangeLog new/sessreg-1.1.0/ChangeLog
--- old/sessreg-1.0.8/ChangeLog 2013-02-11 03:44:50.0 +0100
+++ new/sessreg-1.1.0/ChangeLog 2015-01-20 06:01:50.0 +0100
@@ -1,3 +1,96 @@
+commit 0f904e33d53b0102e53685184bb59005be40fcf7
+Author: Alan Coopersmith alan.coopersm...@oracle.com
+Date:   Mon Jan 19 21:00:17 2015 -0800
+
+sessreg 1.1.0
+
+Signed-off-by: Alan Coopersmith alan.coopersm...@oracle.com
+
+commit 53ad5afe30a75c27604648912c57e5beeb77cca7
+Author: Alan Coopersmith alan.coopersm...@oracle.com
+Date:   Fri Nov 14 15:22:25 2014 -0800
+
+Include utmp.h if present, even if we're using utmpx interfaces
+
+For platforms which require type or structure definitions from utmp.h
+when using lastlog or utmpx/wtmpx interfaces.
+
+Signed-off-by: Alan Coopersmith alan.coopersm...@oracle.com
+
+commit 8fb21bdf15185e18e44b5dab6740720a50b9f0c9
+Author: Alan Coopersmith alan.coopersm...@oracle.com
+Date:   Tue Nov 4 18:32:07 2014 -0800
+
+Attempt to modernize and better disentangle utmp vs. utmpx in the man page
+
+Also reduces the number of references to BSD vs. System V differences
+from the early 90's which are no longer relevant today.
+
+Signed-off-by: Alan Coopersmith alan.coopersm...@oracle.com
+
+commit e9d23df81ae6e5beb79237cb13b555ed689b1a76
+Author: Alan Coopersmith alan.coopersm...@oracle.com
+Date:   Tue Nov 4 16:31:31 2014 -0800
+
+Stop disabling utmpx  wtmpx calls when -u  -w arguments are passed
+
+The handling of the -u  -w flags would only set utmp_file  wtmp_file,
+leaving utmpx_file  wtmpx_file set to NULL, disabling the calls to the
+code to update those files.
+
+Signed-off-by: Alan Coopersmith alan.coopersm...@oracle.com
+
+commit 929b2f60c36b80b7a8e6237d5e8ccc981a3a1e0d
+Author: Alan Coopersmith alan.coopersm...@oracle.com
+Date:   Tue Nov 4 16:27:57 2014 -0800
+
+If both utmp  

commit iceauth for openSUSE:Factory

2015-02-01 Thread h_root
Hello community,

here is the log from the commit of package iceauth for openSUSE:Factory checked 
in at 2015-02-01 12:28:10

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


Package is iceauth

Changes:

--- /work/SRC/openSUSE:Factory/iceauth/iceauth.changes  2013-08-04 
16:49:50.0 +0200
+++ /work/SRC/openSUSE:Factory/.iceauth.new/iceauth.changes 2015-02-01 
12:28:11.0 +0100
@@ -1,0 +2,14 @@
+Fri Jan 30 13:51:31 UTC 2015 - zai...@opensuse.org
+
+- Update to version 1.0.7:
+  + autogen.sh: Honor NOCONFIGURE=1.
+  + configure: Drop AM_MAINTAINER_MODE.
+  + config: Add missing AC_CONFIG_SRCDIR.
+  + More constification cleanup.
+  + Free old argv array if realloc fails to enlarge it.
+  + Print which option was in error along with usage message.
+  + Add -V flag to print version.
+  + Fix noexistent typo in error message.
+  + Actually print command list in usage message.
+
+---

Old:

  iceauth-1.0.6.tar.bz2

New:

  iceauth-1.0.7.tar.bz2



Other differences:
--
++ iceauth.spec ++
--- /var/tmp/diff_new_pack.DYnuK9/_old  2015-02-01 12:28:12.0 +0100
+++ /var/tmp/diff_new_pack.DYnuK9/_new  2015-02-01 12:28:12.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package iceauth
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX 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:   iceauth
-Version:1.0.6
+Version:1.0.7
 Release:0
 Summary:Utility to edit and display the ICE authorization information
 License:MIT

++ iceauth-1.0.6.tar.bz2 - iceauth-1.0.7.tar.bz2 ++
 4180 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/iceauth-1.0.6/ChangeLog new/iceauth-1.0.7/ChangeLog
--- old/iceauth-1.0.6/ChangeLog 2013-07-24 08:28:46.0 +0200
+++ new/iceauth-1.0.7/ChangeLog 2015-01-17 07:12:42.0 +0100
@@ -1,3 +1,124 @@
+commit fba114e03845a4cfab966f0545e809fdba9e9365
+Author: Alan Coopersmith alan.coopersm...@oracle.com
+Date:   Fri Jan 16 22:12:11 2015 -0800
+
+iceauth 1.0.7
+
+Signed-off-by: Alan Coopersmith alan.coopersm...@oracle.com
+
+commit 04c0fe624bf0140e0f938942e48a01ce5c01b7be
+Author: Alan Coopersmith alan.coopersm...@oracle.com
+Date:   Sun Jun 1 23:38:45 2014 -0700
+
+autogen.sh: Honor NOCONFIGURE=1
+
+See http://people.gnome.org/~walters/docs/build-api.txt
+
+Signed-off-by: Alan Coopersmith alan.coopersm...@oracle.com
+
+commit 6e38d6b6598f3beb36a5526f482a6356e85c4fd5
+Author: Alan Coopersmith alan.coopersm...@oracle.com
+Date:   Sun Jun 1 23:38:45 2014 -0700
+
+configure: Drop AM_MAINTAINER_MODE
+
+Signed-off-by: Alan Coopersmith alan.coopersm...@oracle.com
+
+commit b0c12dd905053b38d81d44c222dbef999e992193
+Author: Alan Coopersmith alan.coopersm...@oracle.com
+Date:   Sun Jun 1 23:38:40 2014 -0700
+
+config: Add missing AC_CONFIG_SRCDIR
+
+Regroup AC statements under the Autoconf initialization section.
+Regroup AM statements under the Automake initialization section.
+
+Signed-off-by: Alan Coopersmith alan.coopersm...@oracle.com
+
+commit cab2a3cc2615e7a3f2ec8665fdfcabc0436c
+Author: Alan Coopersmith alan.coopersm...@oracle.com
+Date:   Sat May 31 16:15:19 2014 -0700
+
+More constification cleanup
+
+Started by fixing gcc warning:
+iceauth.c:47:1: warning: initialization discards ‘const’ qualifier from
+ pointer target type [enabled by default]
+ static char *defcmds[] = { source, -, NULL };  /* default command */
+ ^
+
+and chasing down the rabbit hole of the functions the command line
+arguments can be passed through, until we came out the other side
+const clean.
+
+Signed-off-by: Alan Coopersmith alan.coopersm...@oracle.com
+
+commit 2e692217544b8712d7bb41776cfd7f1bcca1070b
+Author: Alan Coopersmith alan.coopersm...@oracle.com
+Date:   Sun Dec 8 12:54:10 2013 -0800
+
+Free old argv array if realloc fails to enlarge it
+
+Found by cppcheck:
+[app/iceauth/process.c:302]: (error) Common realloc mistake:
+ 'argv' nulled but not freed upon failure
+
+

commit python3-pip for openSUSE:Factory

2015-02-01 Thread h_root
Hello community,

here is the log from the commit of package python3-pip for openSUSE:Factory 
checked in at 2015-02-01 12:30:29

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


Package is python3-pip

Changes:

--- /work/SRC/openSUSE:Factory/python3-pip/python3-pip.changes  2015-01-09 
20:50:31.0 +0100
+++ /work/SRC/openSUSE:Factory/.python3-pip.new/python3-pip.changes 
2015-02-01 12:30:39.0 +0100
@@ -1,0 +2,17 @@
+Sat Jan 31 22:07:04 UTC 2015 - a...@gmx.de
+
+- update to version 6.0.7:
+  * Fix a regression where Numpy requires a build path without
+symlinks to properly build.
+  * Fix a broken log message when running pip wheel without a
+requirement.
+  * Don’t mask network errors while downloading the file as a hash
+failure.
+  * Properly create the state file for the pip version check so it
+only happens once a week.
+  * Fix an issue where switching between Python 3 and Python 2 would
+evict cached items.
+  * Fix a regression where pip would be unable to successfully
+uninstall a project without a normalized version.
+
+---

Old:

  pip-6.0.6.tar.gz

New:

  pip-6.0.7.tar.gz



Other differences:
--
++ python3-pip.spec ++
--- /var/tmp/diff_new_pack.g2vRbk/_old  2015-02-01 12:30:40.0 +0100
+++ /var/tmp/diff_new_pack.g2vRbk/_new  2015-02-01 12:30:40.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   python3-pip
-Version:6.0.6
+Version:6.0.7
 Release:0
 Url:http://www.pip-installer.org
 Summary:Pip installs packages. Python packages. An easy_install 
replacement

++ pip-6.0.6.tar.gz - pip-6.0.7.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pip-6.0.6/AUTHORS.txt new/pip-6.0.7/AUTHORS.txt
--- old/pip-6.0.6/AUTHORS.txt   2015-01-03 10:32:01.0 +0100
+++ new/pip-6.0.7/AUTHORS.txt   2015-01-28 22:35:25.0 +0100
@@ -73,6 +73,7 @@
 Igor Sobreira i...@igorsobreira.com
 Ilya Baryshev barys...@gmail.com
 INADA Naoki songofaca...@gmail.com
+Ionel Cristian Mărieș cont...@ionelmc.ro
 Ionel Maries Cristian ionel...@gmail.com
 Jakub Stasiak kuba.stas...@gmail.com
 Jakub Vysoky ja...@borka.cz
@@ -100,6 +101,7 @@
 Kevin Burke k...@inburke.com
 Kevin Frommelt kevin.fromm...@webfilings.com
 Kumar McMillan kumar.mcmil...@gmail.com
+Laurent Bristiel laur...@bristiel.com
 Leon Sasson leonsasso...@gmail.com
 Lev Givon l...@columbia.edu
 Lincoln de Sousa linc...@comum.org
@@ -130,6 +132,7 @@
 Oscar Benjamin oscar.j.benja...@gmail.com
 Patrick Dubroy pdub...@gmail.com
 Patrick Jenkins patr...@socialgrowthtechnologies.com
+patricktokeeffe patricktokee...@users.noreply.github.com
 Paul Moore p.f.mo...@gmail.com
 Paul Nasrat pnas...@gmail.com
 Paul Oswald paulosw...@gmail.com
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pip-6.0.6/CHANGES.txt new/pip-6.0.7/CHANGES.txt
--- old/pip-6.0.6/CHANGES.txt   2015-01-03 10:32:01.0 +0100
+++ new/pip-6.0.7/CHANGES.txt   2015-01-28 22:35:25.0 +0100
@@ -1,3 +1,22 @@
+**6.0.7 (2015-01-28)**
+
+* Fix a regression where Numpy requires a build path without symlinks to
+  properly build.
+
+* Fix a broken log message when running ``pip wheel`` without a requirement.
+
+* Don't mask network errors while downloading the file as a hash failure.
+
+* Properly create the state file for the pip version check so it only happens
+  once a week.
+
+* Fix an issue where switching between Python 3 and Python 2 would evict cached
+  items.
+
+* Fix a regression where pip would be unable to successfully uninstall a
+  project without a normalized version.
+
+
 **6.0.6 (2015-01-03)**
 
 * Continue the regression fix from 6.0.5 which was not a complete fix.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pip-6.0.6/PKG-INFO new/pip-6.0.7/PKG-INFO
--- old/pip-6.0.6/PKG-INFO  2015-01-03 10:32:20.0 +0100
+++ new/pip-6.0.7/PKG-INFO  2015-01-28 22:35:32.0 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: pip
-Version: 6.0.6
+Version: 6.0.7
 Summary: The PyPA recommended tool for installing Python packages.
 Home-page: https://pip.pypa.io/
 Author: The pip developers
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pip-6.0.6/pip/__init__.py 
new/pip-6.0.7/pip/__init__.py
--- old/pip-6.0.6/pip/__init__.py   2015-01-03 10:32:01.0 +0100
+++ new/pip-6.0.7/pip/__init__.py   2015-01-28 22:35:25.0 +0100
@@ -30,7 +30,7 @@
 cmdoptions = pip.cmdoptions
 
 # The 

commit python-Django for openSUSE:Factory

2015-02-01 Thread h_root
Hello community,

here is the log from the commit of package python-Django for openSUSE:Factory 
checked in at 2015-02-01 12:30:09

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


Package is python-Django

Changes:

--- /work/SRC/openSUSE:Factory/python-Django/python-Django.changes  
2015-01-14 11:46:07.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-Django.new/python-Django.changes 
2015-02-01 12:30:14.0 +0100
@@ -1,0 +2,18 @@
+Fri Jan 30 15:13:10 UTC 2015 - apla...@suse.com
+
+- Update to Django 1.7.4:
+  Bugfixes
+  * Fixed a migration crash when unapplying ``contrib.contenttypes``’s
+or ``contrib.auth``’s first migration (:ticket:`24075`).
+  * Made the migration's ``RenameModel`` operation rename
+``ManyToManyField`` tables (:ticket:`24135`).
+  * Fixed a migration crash on MySQL when migrating from a
+``OneToOneField`` to a ``ForeignKey`` (:ticket:`24163`).
+  * Prevented the ``static.serve`` view from producing
+``ResourceWarning``\s in certain circumstances (security fix
+regression, :ticket:`24193`).
+  * Fixed schema check for ManyToManyField to look for internal type
+instead of checking class instance, so you can write custom
+m2m-like fields with the same behavior. (:ticket:`24104`).
+
+---

Old:

  Django-1.7.3.checksum.txt
  Django-1.7.3.tar.gz

New:

  Django-1.7.4.checksum.txt
  Django-1.7.4.tar.gz



Other differences:
--
++ python-Django.spec ++
--- /var/tmp/diff_new_pack.OOWOpo/_old  2015-02-01 12:30:15.0 +0100
+++ /var/tmp/diff_new_pack.OOWOpo/_new  2015-02-01 12:30:15.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-Django
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   python-Django
-Version:1.7.3
+Version:1.7.4
 Release:0
 Summary:A high-level Python Web framework
 License:BSD-3-Clause

++ Django-1.7.3.checksum.txt - Django-1.7.4.checksum.txt ++
--- /work/SRC/openSUSE:Factory/python-Django/Django-1.7.3.checksum.txt  
2015-01-14 11:46:07.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-Django.new/Django-1.7.4.checksum.txt 
2015-02-01 12:30:13.0 +0100
@@ -2,7 +2,7 @@
 Hash: SHA256
 
 This file contains MD5, SHA1, and SHA256 checksums for the source-code
-tarball of Django 1.7.3, released January 13, 2015.
+tarball of Django 1.7.4, released January 27, 2015.
 
 To use this file, you will need a working install of PGP or other
 compatible public-key encryption software. You will also need to have
@@ -24,40 +24,40 @@
 Release packages:
 =
 
-Django 1.7.3 (tar.tgz): 
https://www.djangoproject.com/m/releases/1.7/Django-1.7.3.tar.gz
-Django 1.7.3 (.whl): 
https://www.djangoproject.com/m/releases/1.7/Django-1.7.3-py2.py3-none-any.whl
+Django 1.7.4 (tar.tgz): 
https://www.djangoproject.com/m/releases/1.7/Django-1.7.4.tar.gz
+Django 1.7.4 (.whl): 
https://www.djangoproject.com/m/releases/1.7/Django-1.7.4-py2.py3-none-any.whl
 
 MD5 checksums:
 ==
 
-bd24beec81e161d30ad925aef9d23e57  Django-1.7.3-py2.py3-none-any.whl
-ea9a3fe7eca2280b233938a98c4a35a0  Django-1.7.3.tar.gz
+f465b25daeaa559ffc329f1e5daaa520  Django-1.7.4-py2.py3-none-any.whl
+f8db10520f0268747d402a47a1a4b191  Django-1.7.4.tar.gz
 
 SHA1 checksums:
 ===
 
-74a977b77880818335cf6ff3ae8d5d28bfadaaf6  Django-1.7.3-py2.py3-none-any.whl
-2577e8e40999f5120b091c17e8cabfb518917ca2  Django-1.7.3.tar.gz
+ba071d5e3f619130d2a5086d03c4930fc2db511f  Django-1.7.4-py2.py3-none-any.whl
+4b06c77f10d4a34bacfb54023b6bdfd6961505a4  Django-1.7.4.tar.gz
 
 SHA256 checksums:
 =
 
-72edd47b55ae748d29f1a71d5ca4b86e785c9fb974407cf242b3168e6f1b177e  
Django-1.7.3-py2.py3-none-any.whl
-f226fb8aa438456968d403f6739de1cf2dad128db86f66ee2b41dfebe3645c5b  
Django-1.7.3.tar.gz
+42002065cc98bc99b5bae0084ddb13a0ad611a171dcdaf5ba96731935da744a4  
Django-1.7.4-py2.py3-none-any.whl
+f33255afbb9ee0977d9095ab0b50fde1f8ddff4220b57e8d19c6620b3e316170  
Django-1.7.4.tar.gz
 -BEGIN PGP SIGNATURE-
 Version: GnuPG v1
 
-iQIbBAEBCAAGBQJUtWTMAAoJEB6Kvcdz7eJSrX0P91/cNLe5oISzWH/viWQpj3C7
-khbTl61sRakbx45mEqhW6GJqNxJwsyZuVDzL8sxXGvyRqRsLE2nd5stM2xHqXxMN
-vZJUYeyUCBaH1ozCzhvA4k8mXSX7twy6puYKgk0FcuMbgFepkuqnqep6cryAmgOk
-5tcTgxwF/bxUZ7YGa3AdQsIvLU6rGLupDIqMmG+8W94VwKg2+PhOEAv3iB6e1DxA

commit lcdf-typetools for openSUSE:Factory

2015-02-01 Thread h_root
Hello community,

here is the log from the commit of package lcdf-typetools for openSUSE:Factory 
checked in at 2015-02-01 12:30:00

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


Package is lcdf-typetools

Changes:

--- /work/SRC/openSUSE:Factory/lcdf-typetools/lcdf-typetools.changes
2014-03-18 14:14:54.0 +0100
+++ /work/SRC/openSUSE:Factory/.lcdf-typetools.new/lcdf-typetools.changes   
2015-02-01 12:30:02.0 +0100
@@ -1,0 +2,11 @@
+Thu Jan 29 23:36:50 UTC 2015 - p.drou...@gmail.com
+
+- Update to version 2.104
+  * Fix a nit with format-1 chaining context substitutions.
+- Cleanup specfile
+  * Remove conditional dependencies for distributions package doesn't build
+  * Remove obsolete conditional dependencies
+  * Remove redudant %clean section
+  * Use %configure
+
+---

Old:

  lcdf-typetools-2.100.tar.gz

New:

  lcdf-typetools-2.104.tar.gz



Other differences:
--
++ lcdf-typetools.spec ++
--- /var/tmp/diff_new_pack.oZPUrC/_old  2015-02-01 12:30:03.0 +0100
+++ /var/tmp/diff_new_pack.oZPUrC/_new  2015-02-01 12:30:03.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package lcdf-typetools
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,39 +19,16 @@
 Summary:Programs to manipulate OpenType and multiple-master fonts
 
 Name:   lcdf-typetools
-Version:2.100
+Version:2.104
 Release:0
 License:GPL-2.0
 Url:http://www.lcdf.org/type/
 Group:  System/X11/Fonts
-Source: %{name}-%{version}.tar.gz
+Source: http://www.lcdf.org/type/%{name}-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-
-%if 0%{?suse_version} =  1020
-BuildRequires:  gcc-c++
-BuildRequires:  libstdc++-devel
-BuildRequires:  tetex  2.0
-%endif
-
-%if 0%{?suse_version} = 1030
 BuildRequires:  gcc-c++
 BuildRequires:  libstdc++-devel
 BuildRequires:  texlive
-%endif
-
-%if 0%{?fedora_version} = 5
-BuildRequires:  gcc-c++
-BuildRequires:  libstdc++-devel
-BuildRequires:  tetex  2.0
-%endif
-
-%if 0%{?mandriva_version}  2006
-BuildRequires:  gcc-c++
-BuildRequires:  libstdc++-devel
-BuildRequires:  tetex  2.0
-%endif
-
-%define prefix   /usr
 
 %description
 This package contains four tools for working with OpenType fonts:
@@ -98,26 +75,15 @@
 %setup -q
 
 %build
-export CFLAGS=%{optflags}
-export CXXFLAGS=%{optflags}
-
-./configure \
+%configure \
 --without-kpathsea \
 --disable-selfauto-set \
---prefix=%{prefix} \
-   --libdir=%{prefix}/%{_lib}  \
-   --mandir=%{prefix}/share/man \
-   --infodir=%{prefix}/share/info \
 
 make %{?_smp_mflags}
 
 %install
-
 %makeinstall
 
-%clean
-rm -rf %{buildroot}
-
 %files
 %defattr(-,root,root)
 %doc NEWS ONEWS README
@@ -134,8 +100,6 @@
 %{_bindir}/t1rawafm
 
 %{_mandir}/man*/*
-%{_datadir}/lcdf-typetools/*
-
-%dir %{_datadir}/lcdf-typetools
+%{_datadir}/lcdf-typetools/
 
 %changelog

++ lcdf-typetools-2.100.tar.gz - lcdf-typetools-2.104.tar.gz ++
 4630 lines of diff (skipped)

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



commit WindowMaker for openSUSE:Factory

2015-02-01 Thread h_root
Hello community,

here is the log from the commit of package WindowMaker for openSUSE:Factory 
checked in at 2015-02-01 12:30:12

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


Package is WindowMaker

Changes:

--- /work/SRC/openSUSE:Factory/WindowMaker/WindowMaker.changes  2014-11-11 
01:11:58.0 +0100
+++ /work/SRC/openSUSE:Factory/.WindowMaker.new/WindowMaker.changes 
2015-02-01 12:30:17.0 +0100
@@ -1,0 +2,5 @@
+Tue Jan 27 18:11:07 UTC 2015 - jeng...@inai.de
+
+- Update wm-giflib.patch to support giflib-5.1
+
+---



Other differences:
--
++ WindowMaker.spec ++
--- /var/tmp/diff_new_pack.BuBcfP/_old  2015-02-01 12:30:18.0 +0100
+++ /var/tmp/diff_new_pack.BuBcfP/_new  2015-02-01 12:30:18.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package WindowMaker
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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

++ wm-giflib.patch ++
--- /var/tmp/diff_new_pack.BuBcfP/_old  2015-02-01 12:30:18.0 +0100
+++ /var/tmp/diff_new_pack.BuBcfP/_new  2015-02-01 12:30:18.0 +0100
@@ -86,7 +86,7 @@
  WPrefs.app/editmenu.c   |4 
  WPrefs.app/main.c   |4 
  WPrefs.app/xmodifier.c  |4 
- configure.ac|5 +++--
+ configure.ac|4 +++-
  src/actions.c   |4 
  src/appicon.c   |4 
  src/application.c   |4 
@@ -161,12 +161,12 @@
  wmlib/event.c   |4 
  wmlib/menu.c|4 
  wrlib/alpha_combine.c   |4 
- wrlib/gif.c |   26 +++---
+ wrlib/load_gif.c|7 +--
  wrlib/tests/testdraw.c  |4 
  wrlib/tests/testgrad.c  |4 
  wrlib/tests/testrot.c   |4 
  wrlib/tests/view.c  |4 
- 167 files changed, 686 insertions(+), 5 deletions(-)
+ 167 files changed, 668 insertions(+), 3 deletions(-)
 
 Index: WindowMaker-0.95.6/WINGs/Examples/colorpick.c
 ===
@@ -2497,6 +2497,39 @@
  #include wraster.h
  
  void RCombineAlpha(unsigned char *d, unsigned char *s, int s_has_alpha,
+Index: WindowMaker-0.95.6/wrlib/load_gif.c
+===
+--- WindowMaker-0.95.6.orig/wrlib/load_gif.c
 WindowMaker-0.95.6/wrlib/load_gif.c
+@@ -27,6 +27,10 @@
+ #include string.h
+ 
+ #include gif_lib.h
++#if defined(GIFLIB_MAJOR)  (GIFLIB_MAJOR  5 || (GIFLIB_MAJOR = 5  
GIFLIB_MINOR = 1))
++#else
++# define DGifCloseFile(a, b) DGifCloseFile(a)
++#endif
+ 
+ #include wraster.h
+ #include imgformat.h
+@@ -81,7 +84,7 @@ RImage *RLoadGIF(const char *file, int i
+   }
+ 
+   if (gif-SWidth  1 || gif-SHeight  1) {
+-  DGifCloseFile(gif);
++  DGifCloseFile(gif, NULL);
+   RErrorCode = RERR_BADIMAGEFILE;
+   return NULL;
+   }
+@@ -216,7 +219,7 @@ RImage *RLoadGIF(const char *file, int i
+   free(buffer);
+ 
+   if (gif)
+-  DGifCloseFile(gif);
++  DGifCloseFile(gif, NULL);
+ 
+   return image;
+ }
 Index: WindowMaker-0.95.6/wrlib/tests/testdraw.c
 ===
 --- WindowMaker-0.95.6.orig/wrlib/tests/testdraw.c

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



commit plplot for openSUSE:Factory

2015-02-01 Thread h_root
Hello community,

here is the log from the commit of package plplot for openSUSE:Factory checked 
in at 2015-02-01 12:30:03

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


Package is plplot

Changes:

--- /work/SRC/openSUSE:Factory/plplot/plplot.changes2014-09-25 
08:43:18.0 +0200
+++ /work/SRC/openSUSE:Factory/.plplot.new/plplot.changes   2015-02-01 
12:30:05.0 +0100
@@ -1,0 +2,6 @@
+Sat Jan 31 00:18:15 UTC 2015 - sfal...@opensuse.org
+
+- Added 0001-fix_for_cmake_3.1.patch to fix building on cmake3.0
+  
http://sourceforge.net/p/plplot/plplot/ci/772223c638ecf5dc740c9f3dd7a6883c6d2c83d2/
+
+---

New:

  0001-fix_for_cmake_3.1.patch



Other differences:
--
++ plplot.spec ++
--- /var/tmp/diff_new_pack.lnNOVe/_old  2015-02-01 12:30:07.0 +0100
+++ /var/tmp/diff_new_pack.lnNOVe/_new  2015-02-01 12:30:07.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package plplot
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -35,6 +35,8 @@
 Source1:%{name}-rpmlintrc
 # PATCH-FIX-UPSTREAM plplot-5.9.9-ada-pic.patch idoen...@suse.de -- Compile 
Ada code with -fPIC
 Patch1: plplot-5.9.9-ada-pic.patch
+# PATCH-FIX-UPSTREAM 0001-fix_for_cmake_3.1.patch sfal...@opensuse.org -- 
Backport from Upstream
+Patch2: 0001-fix_for_cmake_3.1.patch
 BuildRequires:  cmake = 2.8.9
 BuildRequires:  fdupes
 BuildRequires:  freefont
@@ -56,6 +58,7 @@
 BuildRequires:  swig
 BuildRequires:  tcl-devel
 BuildRequires:  tk-devel
+BuildRequires:  pkgconfig(pango)
 # Required for enabling tk driverand in the %check section, currently disabled
 BuildRequires:  xorg-x11-server
 BuildRequires:  perl(XML::DOM)
@@ -491,6 +494,7 @@
 %prep
 %setup -q
 %patch1 -p1
+%patch2 -p1
 
 for file in NEWS README.release
 do

++ 0001-fix_for_cmake_3.1.patch ++
Index: plplot-5.10.0/cmake/modules/pkg-config.cmake
===
--- plplot-5.10.0.orig/cmake/modules/pkg-config.cmake
+++ plplot-5.10.0/cmake/modules/pkg-config.cmake
@@ -94,7 +94,12 @@ macro(pkg_check_pkgconfig _package _incl
 set(_xprefix ${_prefix})
   endif(FORCE_EXTERNAL_STATIC)
   
-  _pkg_check_modules_internal(0 0 ${_prefix} ${_package})
+  if(CMAKE_VERSION VERSION_LESS 3.1)
+_pkg_check_modules_internal (0 0 ${_prefix} ${_package})
+  else(CMAKE_VERSION VERSION_LESS 3.1)
+_pkg_check_modules_internal(0 0 0 0 ${_prefix} ${_package})
+  endif(CMAKE_VERSION VERSION_LESS 3.1)
+
   if(${_prefix}_FOUND)
 cmake_link_flags(${_link_FLAGS} ${${_xprefix}_LDFLAGS})
 # If libraries cannot be not found, then that is equivalent to whole
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit tlp for openSUSE:Factory

2015-02-01 Thread h_root
Hello community,

here is the log from the commit of package tlp for openSUSE:Factory checked in 
at 2015-02-01 12:30:33

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


Package is tlp

Changes:

--- /work/SRC/openSUSE:Factory/tlp/tlp.changes  2014-11-24 11:08:53.0 
+0100
+++ /work/SRC/openSUSE:Factory/.tlp.new/tlp.changes 2015-02-01 
12:30:44.0 +0100
@@ -1,0 +2,57 @@
+Sat Jan 31 23:32:42 UTC 2015 - sor.ale...@meowr.ru
+
+- Update to 0.7:
+  * Processor:
+- Limit max/min P-state to control power dissipation of the
+  CPU (intel_pstate only)
+- Set performance versus energy savings policy
+  (x86_energy_perf_policy)
+  * USB:
+- USB_DRIVER_BLACKLIST: exclude devices assigned to the listed
+  drivers from USB autosuspend; default: usbhid
+- USB_BLACKLIST_WWAN: match internal driver list instead of USB
+  vendor ids
+- USB_WHITELIST: include devices into USB autosuspend even if
+  already excluded by the driver or WWAN blacklists
+  * Radio devices:
+- DEVICES_TO_ENABLE_ON_AC/DISABLE_ON_BAT /
+  DISABLE_ON_BAT_NOT_IN_USE: enable/disable radio devices upon
+  change of power source (excluding connected devices)
+  * ThinkPad Battery:
+- Issue #105: provide proper return codes for all battery
+  functions
+- Issue #106: setcharge allowed on battery power
+- Do not activate new thresholds with force_discharge anymore
+  (tp-smapi)
+- tpacpi-bat: support for ThinkPad E325 charge thresholds
+  * Misc:
+- RUNTIME_PM_DRIVER_BLACKLIST: exclude PCI(e) devices assigned
+  to drivers;
+  default: radeon, nouveau (solves issue #94)
+- Support Dell Latitude docks
+- Support for NM 0.9.10
+- Issue #109: tlp-stat: report unknown power source when no
+  AC detected
+- Issue #98: do not change autosuspend_delay_ms, keep kernel
+  default settings
+- Exclude pseudo usb disks
+  * tlp-stat:
+- New options -d|--disk, -e|--pcie, -p|--processor,
+  -s|--system, -u|--usb
+- Show driver and connection state for all enabled radio
+  devices
+- Show driver name in Runtime PM PCI(e) device list
+- Show type and state of docks and device bays
+- Show type of init system
+- Check if TLP's systemd services are enabled
+  * udev:
+- Run change of power source in a detached subshell to avoid
+  blocking udev
+- Fix dock/undock event processing for ThinkPad Adv Mini Dock
+  and Ultrabase 
+- Make USB device event processing more robust
+  + Run in a detached subshell to avoid blocking udev
+  + Wait 2s for subdevices to populate for proper
+black/whitelist detection
+
+---

Old:

  0.6.tar.gz

New:

  tlp-0.7.tar.gz



Other differences:
--
++ tlp.spec ++
--- /var/tmp/diff_new_pack.ylXEhE/_old  2015-02-01 12:30:45.0 +0100
+++ /var/tmp/diff_new_pack.ylXEhE/_new  2015-02-01 12:30:45.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package tlp
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX 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,27 +18,26 @@
 
 %define _name   TLP
 Name:   tlp
-Version:0.6
+Version:0.7
 Release:0
 Summary:Save battery power on laptops
 License:GPL-2.0+ and GPL-3.0+
 Group:  Hardware/Mobile
 Url:http://linrunner.de/tlp
-Source: https://github.com/linrunner/%{_name}/archive/%{version}.tar.gz
+Source: 
https://github.com/linrunner/%{_name}/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
 BuildRequires:  gzip
 BuildRequires:  systemd-rpm-macros
 Requires:   hdparm
+Requires:   iw
 Requires:   pciutils
+Requires:   rfkill
 Requires:   usbutils
 Requires:   util-linux = 2.17
-Requires:   wireless-tools
 Recommends: %{name}-rdw = %{version}
 Recommends: acpid
 Recommends: ethtool
-Recommends: iw
 Recommends: lsb-release
 Recommends: smartmontools
-Recommends: wireless-tools
 Suggests:   acpi-call-kmp
 Suggests:   tp-smapi-kmp
 BuildArch:  noarch
@@ -95,7 +94,7 @@
 
 %files
 %defattr(-,root,root)
-%doc COPYING LICENSE README
+%doc AUTHORS COPYING LICENSE README
 %dir %{_sysconfdir}/acpi/
 %dir %{_sysconfdir}/acpi/events/
 %config %{_sysconfdir}/acpi/events/thinkpad-radiosw
@@ -114,16 +113,15 @@
 %dir %{_libexecdir}/udev/
 %dir %{_libexecdir}/udev/rules.d/
 %{_libexecdir}/udev/%{name}-usb-udev

commit python3-gunicorn for openSUSE:Factory

2015-02-01 Thread h_root
Hello community,

here is the log from the commit of package python3-gunicorn for 
openSUSE:Factory checked in at 2015-02-01 12:30:31

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


Package is python3-gunicorn

Changes:

--- /work/SRC/openSUSE:Factory/python3-gunicorn/python3-gunicorn.changes
2015-01-20 12:32:42.0 +0100
+++ /work/SRC/openSUSE:Factory/.python3-gunicorn.new/python3-gunicorn.changes   
2015-02-01 12:30:42.0 +0100
@@ -1,0 +2,21 @@
+Sat Jan 31 22:46:32 UTC 2015 - a...@gmx.de
+
+- update to version 19.2.0:
+  * optimize the sync workers when listening on a single interface
+  * add --sendfile settings to enable/disable sendfile. fix issue:856
+  * add the selectors module to the code base. issue:886
+  * add --max-requests-jitter setting to set the maximum jitter to add
+to the max-requests setting.
+  * fix issue:899 propagate proxy_protocol_info to keep-alive requests
+  * fix issue:863 worker timeout: dynamic timeout has been removed
+  * fix: Avoid world writable file
+  * fix issue:941 set logconfig default to paster more trivially
+  * add statsd-prefix config setting: set the prefix to use when
+emitting statsd metrics
+  * issue:832 log to console by default
+  * fix :issue:`908` make sure the worker can continue to accept
+requests
+  * fix issue:867 Fix eventlet shutdown to actively shut down the
+workers.
+
+---

Old:

  gunicorn-19.1.1.tar.gz

New:

  gunicorn-19.2.0.tar.gz



Other differences:
--
++ python3-gunicorn.spec ++
--- /var/tmp/diff_new_pack.7Ax8AE/_old  2015-02-01 12:30:43.0 +0100
+++ /var/tmp/diff_new_pack.7Ax8AE/_new  2015-02-01 12:30:43.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python3-gunicorn
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX 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:   python3-gunicorn
-Version:19.1.1
+Version:19.2.0
 Release:0
 Summary:WSGI HTTP Server for UNIX
 License:MIT

++ gunicorn-19.1.1.tar.gz - gunicorn-19.2.0.tar.gz ++
 7457 lines of diff (skipped)

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



commit kolor-manager for openSUSE:Factory

2015-02-01 Thread h_root
Hello community,

here is the log from the commit of package kolor-manager for openSUSE:Factory 
checked in at 2015-02-01 12:30:35

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


Package is kolor-manager

Changes:

--- /work/SRC/openSUSE:Factory/kolor-manager/kolor-manager.changes  
2014-05-14 10:39:48.0 +0200
+++ /work/SRC/openSUSE:Factory/.kolor-manager.new/kolor-manager.changes 
2015-02-01 12:30:48.0 +0100
@@ -1,0 +2,7 @@
+Fri Jan 30 22:02:23 UTC 2015 - sfal...@opensuse.org
+
+- Added 0001-fix_CMakeLists.patch, as the INCLUDES breaks building on
+  cmake3.   Found solution from gentoo.  
+  https://www.mail-archive.com/gentoo-commits@lists.gentoo.org/msg90105.html 
+
+---

New:

  0001-fix_CMakeLists.patch



Other differences:
--
++ kolor-manager.spec ++
--- /var/tmp/diff_new_pack.nRESd6/_old  2015-02-01 12:30:49.0 +0100
+++ /var/tmp/diff_new_pack.nRESd6/_new  2015-02-01 12:30:49.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package kolor-manager
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2010-2014 Kai-Uwe Behrmann k...@gmx.de
 #
 # All modifications and additions to the file contributed by third parties
@@ -41,6 +41,8 @@
 Version:1.0.2
 Release:0
 Source: %{name}-%{version}.tar.bz2
+# PATCH-FIX-UPSTREAM 0001-fix_CMakeLists.patch sfal...@opensuse.org
+Patch0: 0001-fix_CMakeLists.patch
 
 Requires:   oyranos
 BuildRequires:  libXcm-devel = 0.5.3
@@ -71,6 +73,7 @@
 
 %prep
 %setup -n %{name}-%{version} -q
+%patch0 -p1
 
 %build
   %cmake_kde4

++ 0001-fix_CMakeLists.patch ++
Index: kolor-manager-1.0.2/information/CMakeLists.txt
===
--- kolor-manager-1.0.2.orig/information/CMakeLists.txt
+++ kolor-manager-1.0.2/information/CMakeLists.txt
@@ -3,7 +3,6 @@
 find_package(KDE4 REQUIRED)
 include_directories(${KDE4_INCLUDES} ${kolor_manager_SOURCE_DIR} 
${CMAKE_CURRENT_BINARY_DIR})
 
-INCLUDE( ../settings)
  
 set(kminfo_PART_SRCS 
   kminfo.cpp
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit compton for openSUSE:Factory

2015-02-01 Thread h_root
Hello community,

here is the log from the commit of package compton for openSUSE:Factory checked 
in at 2015-02-01 12:30:38

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


Package is compton

Changes:

--- /work/SRC/openSUSE:Factory/compton/compton.changes  2014-11-02 
16:45:35.0 +0100
+++ /work/SRC/openSUSE:Factory/.compton.new/compton.changes 2015-02-01 
12:30:51.0 +0100
@@ -1,0 +2,5 @@
+Sun Jan 25 17:32:09 UTC 2015 - sfal...@opensuse.org
+
+- Added conditionals to support building on Fedora 
+
+---



Other differences:
--
++ compton.spec ++
--- /var/tmp/diff_new_pack.4t5eFJ/_old  2015-02-01 12:30:52.0 +0100
+++ /var/tmp/diff_new_pack.4t5eFJ/_new  2015-02-01 12:30:52.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package compton
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -28,7 +28,6 @@
 BuildRequires:  asciidoc
 BuildRequires:  gcc-c++
 BuildRequires:  git
-BuildRequires:  libxslt-tools
 BuildRequires:  make
 BuildRequires:  pkg-config
 BuildRequires:  pkgconfig(dbus-1)
@@ -43,7 +42,10 @@
 BuildRequires:  pkgconfig(xfixes)
 BuildRequires:  pkgconfig(xrandr)
 BuildRequires:  pkgconfig(xrender)
+BuildRequires:  libxslt-tools
+%if 0%{?suse_version}
 BuildRequires:  update-desktop-files
+%endif
 Requires(pre): desktop-file-utils
 Requires(post):desktop-file-utils
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -63,8 +65,13 @@
 %__make docs
 
 %install
+%if 0%{?suse_version}
 %makeinstall
 %suse_update_desktop_file compton Utility DesktopUtility
+%endif
+%if 0%{?fedora_version}
+make DESTDIR=$RPM_BUILD_ROOT install
+%endif
 
 %post
 %desktop_database_post

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



commit mathgl for openSUSE:Factory

2015-02-01 Thread h_root
Hello community,

here is the log from the commit of package mathgl for openSUSE:Factory checked 
in at 2015-02-01 12:30:15

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


Package is mathgl

Changes:

--- /work/SRC/openSUSE:Factory/mathgl/mathgl.changes2014-11-24 
11:09:02.0 +0100
+++ /work/SRC/openSUSE:Factory/.mathgl.new/mathgl.changes   2015-02-01 
12:30:19.0 +0100
@@ -1,0 +2,7 @@
+Sat Jan 31 16:41:17 UTC 2015 - dmitr...@opensuse.org
+
+- Update to version 2.3.1
+  * See included ChangeLog.txt file for details
+  * Update mathgl-examples-install.patch
+
+---

Old:

  mathgl-2.3.tar.gz

New:

  mathgl-2.3.1.tar.gz



Other differences:
--
++ mathgl.spec ++
--- /var/tmp/diff_new_pack.eeyZZB/_old  2015-02-01 12:30:20.0 +0100
+++ /var/tmp/diff_new_pack.eeyZZB/_new  2015-02-01 12:30:20.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package mathgl
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX 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,18 +16,16 @@
 #
 
 
-%{!?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)))}
 %define octave_args --no-window-system --norc
 
 Name:   mathgl
 %define libname libmgl
-Version:2.3
+Version:2.3.1
 Release:0
 # oct_version must be x.y.z
-%define oct_version 2.3.0
-%define somajor 7.3.0
-%define libversion 7_3_0
+%define oct_version 2.3.1
+%define somajor 7.4.0
+%define libversion 7_4_0
 Summary:Cross-platform library for making high-quality scientific 
graphics
 License:GPL-3.0
 Group:  Productivity/Scientific/Other
@@ -359,11 +357,6 @@
 # convert EOL encodings, maintaining timestames
 sed -i 's/\r$//' AUTHORS README
 
-# workaround for qt5 headers, not controllable by enable-qt5
-%if 0%{?suse_version} = 1315
-sed -i '/\#include qt5\/QtCore\/QTimer/d' widgets/qt.cpp
-%endif
-
 %build
 cmake \
   -DCMAKE_INSTALL_PREFIX:PATH=%{_prefix}  \
@@ -372,6 +365,7 @@
   -Denable-mpi=off\
   -Denable-pthread=off\
   -Denable-openmp=on  \
+  -Denable-ltdl=on\
   -Denable-gsl=on \
   -Denable-jpeg=on\
   -Denable-png=on \

++ mathgl-2.3.tar.gz - mathgl-2.3.1.tar.gz ++
 5696 lines of diff (skipped)

++ mathgl-examples-install.patch ++
--- /var/tmp/diff_new_pack.eeyZZB/_old  2015-02-01 12:30:21.0 +0100
+++ /var/tmp/diff_new_pack.eeyZZB/_new  2015-02-01 12:30:21.0 +0100
@@ -1,8 +1,8 @@
-Index: mathgl-2.2.1/examples/CMakeLists.txt
+Index: mathgl-2.3.1/examples/CMakeLists.txt
 ===
 mathgl-2.2.1.orig/examples/CMakeLists.txt
-+++ mathgl-2.2.1/examples/CMakeLists.txt
-@@ -4,22 +4,38 @@ endif(MGL_HAVE_GSL)
+--- mathgl-2.3.1.orig/examples/CMakeLists.txt
 mathgl-2.3.1/examples/CMakeLists.txt
+@@ -4,34 +4,59 @@ endif(MGL_HAVE_GSL)
  
  add_executable(mgl_example wnd_samples.cpp full_test.cpp samples.cpp)
  target_link_libraries(mgl_example mgl)
@@ -24,7 +24,7 @@
  if(MGL_HAVE_GLUT)
add_executable(mgl_glut_example wnd_samples.cpp glut_example.cpp)
target_link_libraries(mgl_glut_example mgl-glut)
-+  install(
++  install(
 +  TARGETS mgl_glut_example
 +  RUNTIME DESTINATION bin
 +  )
@@ -34,27 +34,41 @@
include(${wxWidgets_USE_FILE})
add_executable(mgl_wx_example wnd_samples.cpp wx_example.cpp)
target_link_libraries(mgl_wx_example mgl-wx)
-+  install(
++  install(
 +  TARGETS mgl_wx_example
 +  RUNTIME DESTINATION bin
 +  )
  endif(MGL_HAVE_WX)
  
- if(enable-qt)
-@@ -27,8 +43,16 @@ if(enable-qt)
-   if(enable-qt5)
-   include(../cmake-qt5.txt)
-   target_link_libraries(mgl_qt_example mgl-qt5)
-+  install(
-+  TARGETS mgl_qt_example
+-if(enable-qt)
+-  add_executable(mgl_qt_example wnd_samples.cpp qt_example.cpp 
${MGL_MOC_EX_FILES})
+-  if(enable-qt5)
+-  include(../cmake-qt5.txt)
+-  target_link_libraries(mgl_qt_example mgl-qt5)

commit calibre for openSUSE:Factory

2015-02-01 Thread h_root
Hello community,

here is the log from the commit of package calibre for openSUSE:Factory checked 
in at 2015-02-01 12:30:06

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


Package is calibre

Changes:

--- /work/SRC/openSUSE:Factory/calibre/calibre.changes  2015-01-24 
22:21:10.0 +0100
+++ /work/SRC/openSUSE:Factory/.calibre.new/calibre.changes 2015-02-01 
12:30:11.0 +0100
@@ -1,0 +2,14 @@
+Fri Jan 30 19:16:41 UTC 2015 - corne...@solcon.nl
+
+- Update to version 2.18.0:
+  * New features:
+_ Edit Book: Add 'Style Classes' and 'Links' report pages to the Reports 
tool
+- Tag browser: Allow expanding all children of a node by right clicking 
and choosing 'Expand All'
+- Preferences: Re-arrange the controls to avoid needing to move the mouse 
from the top to the bottom of the dialog when closing the dialog after making 
some changes
+  * Bug fixes:
+- Save to Disk: Fix a bug where when multiple books are being saved to 
disk, if the save to disk template results in identical filenames, the 
filenames were not being properly disambiguated.
+- Preferences: Use a dialog instead of a main window to workaround Qt's 
poor handling of full screen mode on OS X Yosemite
+  * Improved news sources:
+- Al Jazeera in English
+
+---

Old:

  calibre-2.17.0.tar.xz

New:

  calibre-2.18.0.tar.xz



Other differences:
--
++ calibre.spec ++
--- /var/tmp/diff_new_pack.Eyc9ge/_old  2015-02-01 12:30:12.0 +0100
+++ /var/tmp/diff_new_pack.Eyc9ge/_new  2015-02-01 12:30:12.0 +0100
@@ -16,13 +16,11 @@
 #
 
 
-%define intree_cssselect_version 0.7.1
-
 Summary:EBook Management Application
 License:GPL-3.0
 Group:  Productivity/Other
 Name:   calibre
-Version:2.17.0
+Version:2.18.0
 Release:0
 Url:http://calibre-ebook.com
 Source0:
http://download.calibre-ebook.com/%{version}/calibre-%{version}.tar.xz

++ calibre-2.17.0.tar.xz - calibre-2.18.0.tar.xz ++
/work/SRC/openSUSE:Factory/calibre/calibre-2.17.0.tar.xz 
/work/SRC/openSUSE:Factory/.calibre.new/calibre-2.18.0.tar.xz differ: char 27, 
line 1

++ calibre-setup.install.py.diff ++
--- /var/tmp/diff_new_pack.Eyc9ge/_old  2015-02-01 12:30:12.0 +0100
+++ /var/tmp/diff_new_pack.Eyc9ge/_new  2015-02-01 12:30:12.0 +0100
@@ -2,12 +2,6 @@
 ===
 --- calibre.orig/setup/install.py
 +++ calibre/setup/install.py
-@@ -1,4 +1,5 @@
- #!/usr/bin/env python
-+# -*- coding: utf-8 -*-
- # vim:fileencoding=UTF-8:ts=4:sw=4:sta:et:sts=4:ai
- from __future__ import with_statement
- 
 @@ -75,11 +76,13 @@ class Develop(Command):
  opts = self.opts
  if not opts.prefix:


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



commit sbcl for openSUSE:Factory

2015-02-01 Thread h_root
Hello community,

here is the log from the commit of package sbcl for openSUSE:Factory checked in 
at 2015-02-01 12:30:18

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


Package is sbcl

Changes:

--- /work/SRC/openSUSE:Factory/sbcl/sbcl.changes2015-01-09 
20:50:40.0 +0100
+++ /work/SRC/openSUSE:Factory/.sbcl.new/sbcl.changes   2015-02-01 
12:30:22.0 +0100
@@ -1,0 +2,30 @@
+Sat Jan 31 20:05:23 UTC 2015 - tog...@opensuse.org
+
+- Update to version 1.2.8
+
+  * Enhancement:
++better error and warning messages. (lp#1314767,
+  lp#736383)
++ backtrace for invalid argument count produces the
+  exact supplied arguments including the extra ones, on x86,
+  x86-64 and ARM.
++ STYLE-WARNING is signaled for DEFSTRUCT accessors which
+  are used before the structure is defined; similarly for the
+  predicate.
+  * Optimization
++ FORMAT NIL with only ~a and string arguments is transformed
+  into CONCATENATE.
++ POSITION and FIND when inlined into code that is compiled
+  with qualities of safety  2 and speed  space will no longer
+  signal an error on circular lists, but will potentially loop
+  forever if given no :END constraint. As was always the case,
+  calls that are not inlined are safe regardless of lexical
+  policy.
+  * Bug Fix:
++ CLOS methods compiled with (OPTIMIZE (DEBUG 0))no longer
+  cause debugger failure when printing a backtrace
++ more resilience to deleted code. (lp#1308328, lp#1390544)
++ the CLHS example of MAKE-LOAD-FORM involving TREE-WITH-PARENT
+  did not work, and now it does. 
+
+---

Old:

  sbcl-1.2.7-source.tar.bz2

New:

  sbcl-1.2.8-source.tar.bz2



Other differences:
--
++ sbcl.spec ++
--- /var/tmp/diff_new_pack.XrAZwP/_old  2015-02-01 12:30:23.0 +0100
+++ /var/tmp/diff_new_pack.XrAZwP/_new  2015-02-01 12:30:23.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package sbcl
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX 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:   sbcl
-Version:1.2.7
+Version:1.2.8
 Release:0
 Summary:Steel Bank Common Lisp
 License:SUSE-Public-Domain and BSD-3-Clause

++ sbcl-1.1.17-optflags.patch ++
--- /var/tmp/diff_new_pack.XrAZwP/_old  2015-02-01 12:30:23.0 +0100
+++ /var/tmp/diff_new_pack.XrAZwP/_new  2015-02-01 12:30:23.0 +0100
@@ -52,8 +52,8 @@
  
 --- a/src/runtime/Config.x86-linux
 +++ b/src/runtime/Config.x86-linux
-@@ -42,6 +42,8 @@ ifdef LISP_FEATURE_SB_CORE_COMPRESSION
-   OS_LIBS += -lz
+@@ -49,6 +49,8 @@ LINKFLAGS += -nopie
+ LDFLAGS += -nopie
  endif
  
 +CFLAGS += $(RPM_OPT_FLAGS)

++ sbcl-1.2.7-source.tar.bz2 - sbcl-1.2.8-source.tar.bz2 ++
 10474 lines of diff (skipped)

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



commit sawfish for openSUSE:Factory

2015-02-01 Thread h_root
Hello community,

here is the log from the commit of package sawfish for openSUSE:Factory checked 
in at 2015-02-01 12:30:22

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


Package is sawfish

Changes:

--- /work/SRC/openSUSE:Factory/sawfish/sawfish.changes  2014-09-03 
21:07:58.0 +0200
+++ /work/SRC/openSUSE:Factory/.sawfish.new/sawfish.changes 2015-02-01 
12:30:27.0 +0100
@@ -1,0 +2,11 @@
+Sat Jan 31 19:31:40 UTC 2015 - sfal...@opensuse.org
+
+- Update to version 1.11:
+  + enable input-line in cabinet
+  + update Elberg-tabbed and gradient-tabbed for recent changes
+- Dropped:
+  + sawfish_1.10.99.tar.xz
+- Added: 
+  + fix_desktop_files.patch to correct Category and GenericName 
+errors in post-build-checks
+---

Old:

  sawfish_1.10.99.tar.xz

New:

  fix_desktop_files.patch
  sawfish_1.11.tar.xz



Other differences:
--
++ sawfish.spec ++
--- /var/tmp/diff_new_pack.wOVO6W/_old  2015-02-01 12:30:28.0 +0100
+++ /var/tmp/diff_new_pack.wOVO6W/_new  2015-02-01 12:30:28.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package sawfish
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2007 Jan Nieuwenhuizen jnieuwenhui...@novell.com
 # Copyright (c) 2000 John Harper j...@dcs.warwick.ac.uk
 #
@@ -19,14 +19,13 @@
 
 
 Name:   sawfish
-Version:1.10.99
+Version:1.11
 Release:0
 Summary:A highly configurable window manager for X11
 License:GPL-2.0+
+Group:  System/GUI/Other
 %if 0%{?suse_version}  1230
-Group:  User Interface/Desktops
 %else
-Group:  System/GUI/Other
 %endif
 
 Url:http://sawfish.wikia.com/
@@ -35,6 +34,8 @@
 Source1:suse-start-sawfish.el
 # PATCH-FIX-OPENSUSE tog...@opensuse.org avoid unnecessary rebuilds
 Patch1: sawfish-1.9.1-remove-buildtime.patch
+# PATCH-FIX-OPENSUSE fix_desktop_files.patch sfal...@opensuse.org -- Fixes 
post-build-check errors
+Patch2: fix_desktop_files.patch
 BuildRequires:  fdupes
 BuildRequires:  gmp-devel
 BuildRequires:  pkg-config
@@ -85,10 +86,9 @@
 %package sounds
 Summary:A highly configurable window manager for X11 - Sound files
 License:Artistic-2.0
+Group:  System/GUI/Other
 %if 0%{?suse_version}  1230
-Group:  User Interface/Desktops
 %else
-Group:  System/GUI/Other
 %endif
 BuildArch:  noarch
 
@@ -109,10 +109,9 @@
 %package devel
 Summary:A highly configurable window manager for X11 - Development 
Files
 License:GPL-2.0+
+Group:  Development/Languages/Scheme
 %if 0%{?suse_version}  1230
-Group:  Development/Languages
 %else
-Group:  Development/Languages/Scheme
 %endif
 Requires:   %{name} = %{version}
 Requires:   librep-devel
@@ -135,6 +134,7 @@
 %prep
 %setup -q -n %{name}_%{version}
 %patch1 -p1
+%patch2 -p1
 
 %build
 export CFLAGS=%{optflags} -fno-strict-aliasing 
@@ -187,6 +187,7 @@
 %{_bindir}/sawfish-about
 %{_bindir}/sawfish-client
 %{_bindir}/sawfish-config
+%{_bindir}/%{name}-*-session
 %{_datadir}/%{name}/*/*.jl
 %{_datadir}/%{name}/*/*/*.jl
 %{_datadir}/%{name}/*/*/*/*.jl
@@ -200,10 +201,12 @@
 %dir %{_datadir}/kde4/apps/ksmserver
 %dir %{_datadir}/kde4/apps/ksmserver/windowmanagers
 %{_datadir}/applications/%{name}.desktop
+%{_datadir}/applications/%{name}-config.desktop
 %{_datadir}/gnome/wm-properties/%{name}-wm.desktop
 %{_datadir}/kde4/apps/ksmserver/windowmanagers/sawfish.desktop
 %{_datadir}/icons/hicolor/32x32/apps/sawfish-config.png
 %{_datadir}/xsessions/%{name}.desktop
+%{_datadir}/xsessions/%{name}-*.desktop
 %{_libdir}/%{name}/
 %{_libdir}/rep/%{name}/
 %doc %{_infodir}/%{name}.*
@@ -215,7 +218,6 @@
 %_datadir/emacs/site-lisp/%name.el
 %_datadir/emacs/site-lisp/suse-start-sawfish.el
 
-
 %files devel
 %defattr(-,root,root)
 %{_includedir}/sawfish/

++ fix_desktop_files.patch ++
Index: sawfish_1.11/data/sawfish-config.desktop
===
--- sawfish_1.11.orig/data/sawfish-config.desktop
+++ sawfish_1.11/data/sawfish-config.desktop
@@ -1,4 +1,6 @@
 [Desktop Entry]
 Type=Application
 Name=Sawfish Config
+GenericName=Sawfish Config
+Categories=Utility;Applet;
 Exec=sawfish-config
Index: sawfish_1.11/data/sawfish.desktop
===
--- sawfish_1.11.orig/data/sawfish.desktop
+++ sawfish_1.11/data/sawfish.desktop
@@ -2,4 +2,6 @@
 Type=Application
 Name=Sawfish
 Name[el]=Πριονόψαρο (Sawfish)
+GenericName=Sawfish

commit python3-pymongo for openSUSE:Factory

2015-02-01 Thread h_root
Hello community,

here is the log from the commit of package python3-pymongo for openSUSE:Factory 
checked in at 2015-02-01 12:30:27

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


Package is python3-pymongo

Changes:

--- /work/SRC/openSUSE:Factory/python3-pymongo/python3-pymongo.changes  
2014-12-16 14:47:40.0 +0100
+++ /work/SRC/openSUSE:Factory/.python3-pymongo.new/python3-pymongo.changes 
2015-02-01 12:30:37.0 +0100
@@ -1,0 +2,24 @@
+Sat Jan 31 22:02:54 UTC 2015 - a...@gmx.de
+
+- specfile:
+  * update copyright year
+  * remove ifdef for opensuse version  1130
+
+- update to version 2.8:
+  * Version 2.8 is a major release that provides full support for
+MongoDB 3.0 and fixes a number of bugs.
+  * Support for the SCRAM-SHA-1 authentication mechanism (new in
+MongoDB 3.0).
+  * JSON decoder support for the new $numberLong and $undefined types.
+  * JSON decoder support for the $date type as an ISO-8601 string.
+  * Support passing an index name to
+:meth:`~pymongo.cursor.Cursor.hint`.
+  * The :meth:`~pymongo.cursor.Cursor.count` method will use a hint if
+one has been provided through :meth:`~pymongo.cursor.Cursor.hint`.
+  * A new socketKeepAlive option for the connection pool.
+  * New generator based BSON decode functions,
+:func:`~bson.decode_iter` and :func:`~bson.decode_file_iter`.
+  * Internal changes to support alternative storage engines like
+wiredtiger.
+
+---

Old:

  pymongo-2.7.2.tar.gz

New:

  pymongo-2.8.tar.gz



Other differences:
--
++ python3-pymongo.spec ++
--- /var/tmp/diff_new_pack.GDaHsR/_old  2015-02-01 12:30:38.0 +0100
+++ /var/tmp/diff_new_pack.GDaHsR/_new  2015-02-01 12:30:38.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python3-pymongo
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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:   python3-pymongo
-Version:2.7.2
+Version:2.8
 Release:0
 Url:http://github.com/mongodb/mongo-python-driver
 Summary:Python driver for MongoDB
@@ -31,9 +31,6 @@
 BuildRequires:  python3-distribute
 #BuildRequires:  python-nose
 Suggests:   mongodb
-%if %{?suse_version} = 1140
-%define python3_sitearch /usr/lib64/python3.1/site-packages
-%endif
 #currently mongodb is available only for little-endian CPU
 ExclusiveArch:  %{ix86} x86_64
 

++ pymongo-2.7.2.tar.gz - pymongo-2.8.tar.gz ++
 7822 lines of diff (skipped)

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



commit python3-virtualenv for openSUSE:Factory

2015-02-01 Thread h_root
Hello community,

here is the log from the commit of package python3-virtualenv for 
openSUSE:Factory checked in at 2015-02-01 12:30:24

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


Package is python3-virtualenv

Changes:

--- /work/SRC/openSUSE:Factory/python3-virtualenv/python3-virtualenv.changes
2015-01-07 09:38:36.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.python3-virtualenv.new/python3-virtualenv.changes   
2015-02-01 12:30:35.0 +0100
@@ -1,0 +2,7 @@
+Sat Jan 31 22:01:21 UTC 2015 - a...@gmx.de
+
+- update to version 12.0.6:
+  * Upgrade pip to 6.0.7
+  * Upgrade setuptools to 12.0.5
+
+---

Old:

  virtualenv-12.0.5.tar.gz

New:

  virtualenv-12.0.6.tar.gz



Other differences:
--
++ python3-virtualenv.spec ++
--- /var/tmp/diff_new_pack.NrnUOm/_old  2015-02-01 12:30:36.0 +0100
+++ /var/tmp/diff_new_pack.NrnUOm/_new  2015-02-01 12:30:36.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   python3-virtualenv
-Version:12.0.5
+Version:12.0.6
 Release:0
 Url:http://www.virtualenv.org/
 Summary:Virtual Python Environment builder

++ virtualenv-12.0.5.tar.gz - virtualenv-12.0.6.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/virtualenv-12.0.5/PKG-INFO 
new/virtualenv-12.0.6/PKG-INFO
--- old/virtualenv-12.0.5/PKG-INFO  2015-01-03 10:43:30.0 +0100
+++ new/virtualenv-12.0.6/PKG-INFO  2015-01-28 23:42:27.0 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: virtualenv
-Version: 12.0.5
+Version: 12.0.6
 Summary: Virtual Python Environment builder
 Home-page: https://virtualenv.pypa.io/
 Author: Jannis Leidel, Carl Meyer and Brian Rosner
@@ -47,6 +47,13 @@
 Release History
 ===
 
+12.0.6 (2015-01-28)
+~~~
+
+* Upgrade pip to 6.0.7
+
+* Upgrade setuptools to 12.0.5
+
 12.0.5 (2015-01-03)
 ~~~
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/virtualenv-12.0.5/docs/changes.rst 
new/virtualenv-12.0.6/docs/changes.rst
--- old/virtualenv-12.0.5/docs/changes.rst  2015-01-03 10:43:22.0 
+0100
+++ new/virtualenv-12.0.6/docs/changes.rst  2015-01-28 23:42:09.0 
+0100
@@ -1,6 +1,13 @@
 Release History
 ===
 
+12.0.6 (2015-01-28)
+~~~
+
+* Upgrade pip to 6.0.7
+
+* Upgrade setuptools to 12.0.5
+
 12.0.5 (2015-01-03)
 ~~~
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/virtualenv-12.0.5/setup.cfg 
new/virtualenv-12.0.6/setup.cfg
--- old/virtualenv-12.0.5/setup.cfg 2015-01-03 10:43:30.0 +0100
+++ new/virtualenv-12.0.6/setup.cfg 2015-01-28 23:42:27.0 +0100
@@ -1,5 +1,5 @@
 [egg_info]
+tag_date = 0
 tag_build = 
 tag_svn_revision = 0
-tag_date = 0
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/virtualenv-12.0.5/virtualenv.egg-info/PKG-INFO 
new/virtualenv-12.0.6/virtualenv.egg-info/PKG-INFO
--- old/virtualenv-12.0.5/virtualenv.egg-info/PKG-INFO  2015-01-03 
10:43:27.0 +0100
+++ new/virtualenv-12.0.6/virtualenv.egg-info/PKG-INFO  2015-01-28 
23:42:26.0 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: virtualenv
-Version: 12.0.5
+Version: 12.0.6
 Summary: Virtual Python Environment builder
 Home-page: https://virtualenv.pypa.io/
 Author: Jannis Leidel, Carl Meyer and Brian Rosner
@@ -47,6 +47,13 @@
 Release History
 ===
 
+12.0.6 (2015-01-28)
+~~~
+
+* Upgrade pip to 6.0.7
+
+* Upgrade setuptools to 12.0.5
+
 12.0.5 (2015-01-03)
 ~~~
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/virtualenv-12.0.5/virtualenv.egg-info/SOURCES.txt 
new/virtualenv-12.0.6/virtualenv.egg-info/SOURCES.txt
--- old/virtualenv-12.0.5/virtualenv.egg-info/SOURCES.txt   2015-01-03 
10:43:30.0 +0100
+++ new/virtualenv-12.0.6/virtualenv.egg-info/SOURCES.txt   2015-01-28 
23:42:27.0 +0100
@@ -33,5 +33,5 @@
 virtualenv_embedded/distutils.cfg
 virtualenv_embedded/site.py
 virtualenv_support/__init__.py
-virtualenv_support/pip-6.0.6-py2.py3-none-any.whl
-virtualenv_support/setuptools-11.0-py2.py3-none-any.whl
\ No newline at end of file
+virtualenv_support/pip-6.0.7-py2.py3-none-any.whl

commit lvm2 for openSUSE:Factory

2015-02-01 Thread h_root
Hello community,

here is the log from the commit of package lvm2 for openSUSE:Factory checked in 
at 2015-02-01 12:29:29

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.changes2015-01-21 
21:56:24.0 +0100
+++ /work/SRC/openSUSE:Factory/.lvm2.new/lvm2.changes   2015-02-01 
12:29:30.0 +0100
@@ -1,0 +2,5 @@
+Thu Jan 22 09:45:12 UTC 2015 - mplus...@suse.com
+
+- Don't replace lvm.conf
+
+---



Other differences:
--
++ lvm2.spec ++
--- /var/tmp/diff_new_pack.Rp7myQ/_old  2015-02-01 12:29:32.0 +0100
+++ /var/tmp/diff_new_pack.Rp7myQ/_new  2015-02-01 12:29:32.0 +0100
@@ -285,7 +285,7 @@
 %{_unitdir}/lvm2-lvmetad.service
 %{_unitdir}/lvm2-pvscan@.service
 %{_tmpfilesdir}/lvm2.conf
-%config %{_sysconfdir}/lvm/lvm.conf
+%config(noreplace) %{_sysconfdir}/lvm/lvm.conf
 /usr/lib/systemd/system-generators/lvm2-activation-generator
 /sbin/blkdeactivate
 /sbin/fsadm


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



commit kiwi-instsource-plugins-openSUSE-13-2 for openSUSE:Factory

2015-02-01 Thread h_root
Hello community,

here is the log from the commit of package 
kiwi-instsource-plugins-openSUSE-13-2 for openSUSE:Factory checked in at 
2015-02-01 12:29:20

Comparing /work/SRC/openSUSE:Factory/kiwi-instsource-plugins-openSUSE-13-2 (Old)
 and  /work/SRC/openSUSE:Factory/.kiwi-instsource-plugins-openSUSE-13-2.new 
(New)


Package is kiwi-instsource-plugins-openSUSE-13-2

Changes:

--- 
/work/SRC/openSUSE:Factory/kiwi-instsource-plugins-openSUSE-13-2/kiwi-instsource-plugins-openSUSE-13-2.changes
  2014-09-28 19:58:28.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.kiwi-instsource-plugins-openSUSE-13-2.new/kiwi-instsource-plugins-openSUSE-13-2.changes
 2015-02-01 12:29:22.0 +0100
@@ -1,0 +2,5 @@
+Thu Jan 22 08:46:30 UTC 2015 - sch...@suse.de
+
+- update from git (v7.02.21) to fix missing kernel and initrd in mini ISO
+
+---



Other differences:
--
++ kiwi-instsource-plugins-openSUSE-13-2.spec ++
--- /var/tmp/diff_new_pack.MGgmA2/_old  2015-02-01 12:29:23.0 +0100
+++ /var/tmp/diff_new_pack.MGgmA2/_new  2015-02-01 12:29:23.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package kiwi-instsource-plugins-openSUSE-13-2
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed

++ kiwi-instsource-plugins-openSUSE-13-2.tar.xz ++
 2303 lines of diff (skipped)

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



commit tcsh for openSUSE:Factory

2015-02-01 Thread h_root
Hello community,

here is the log from the commit of package tcsh for openSUSE:Factory checked in 
at 2015-02-01 12:29:49

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


Package is tcsh

Changes:

--- /work/SRC/openSUSE:Factory/tcsh/tcsh.changes2015-01-23 
16:19:34.0 +0100
+++ /work/SRC/openSUSE:Factory/.tcsh.new/tcsh.changes   2015-02-01 
12:29:51.0 +0100
@@ -1,0 +2,15 @@
+Fri Jan 30 13:15:39 UTC 2015 - wer...@suse.de
+
+- Enable tcsh checks but be aware that this can not be done in parallel
+- Backup tcsh-6.15.00-blanks.dif away before update a working copy
+
+---
+Thu Jan 15 14:18:41 UTC 2015 - tchva...@suse.com
+
+- Cleanup with spec-cleaner to order header data
+- Use %lang_package macro to remove redundant stuff
+- Drop unused patch tcsh-6.15.00-blanks.dif
+- Run make with more threads
+- Move the commented check to check section to silence rpmlint
+
+---

Old:

  tcsh-6.15.00-blanks.dif



Other differences:
--
++ tcsh.spec ++
--- /var/tmp/diff_new_pack.X7cbpu/_old  2015-02-01 12:29:52.0 +0100
+++ /var/tmp/diff_new_pack.X7cbpu/_new  2015-02-01 12:29:52.0 +0100
@@ -17,25 +17,18 @@
 
 
 Name:   tcsh
-BuildRequires:  ncurses-devel
-Url:http://www.tcsh.org/
-Requires:   gawk
-Requires:   textutils
-%if %suse_version  1020
-Recommends: tcsh-lang = 6.18.00
-%endif
 Version:6.18.01
 Release:0
 Summary:The C SHell
 License:BSD-3-Clause
 Group:  System/Shells
+Url:http://www.tcsh.org/
 Source: ftp.astron.com:/pub/tcsh/tcsh-6.18.01.tar.gz
 Source2:bindkey.tcsh
 Source3:complete.tcsh
-Patch:  tcsh-6.18.00.dif
+Patch0: tcsh-6.18.00.dif
 Patch1: tcsh-6.15.00-pipe.dif
 Patch2: tcsh-6.16.00-norm-cmd.dif
-Patch3: tcsh-6.15.00-blanks.dif
 Patch4: tcsh-6.17.03-colorls.dif
 Patch5: tcsh-6.17.06-dspmbyte.dif
 Patch6: tcsh-6.17.10-catalogs.dif
@@ -44,6 +37,12 @@
 # PATCH-FIX-SUSE add history file locking (bsc#901076)
 Patch9: tcsh-6.18.00-history-file-locking.patch
 Patch10:tcsh-6.18.01-history-merge.dif
+BuildRequires:  autoconf
+BuildRequires:  ncurses-devel
+BuildRequires:  screen
+Requires:   gawk
+Requires:   textutils
+Recommends: tcsh-lang = %{version}
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -53,36 +52,20 @@
 includes a command-line editor, programmable word completion, spelling
 correction, a history mechanism, job control, and a C-like syntax.
 
-
-
-Authors:
-
-Christos Zoulas chris...@deshaw.com
-Scott Krotz kr...@mot.com
-
-%package -n tcsh-lang
-Summary:Languages for package tcsh
-Group:  System/Localization
-Provides:   tcsh-lang = %{version}
-Requires:   tcsh = %{version}
-
-%description -n tcsh-lang
-Provides translations to the package tcsh
+%lang_package
 
 %prep
-%setup
-%patch1 -p0 -b .pipe
-%patch2 -p0 -b .normcmd
-### disabled for know, should work on os11.1 without
-### %patch3 -p0 -b .blanks
-%patch4 -p0 -b .colorls
-%patch5 -p0 -b .dspmbyte
-%patch6 -p0 -b .catalogs
-%patch7 -p0 -b .blk_buf
-%patch8 -p0 -b .metakey
+%setup -q
+%patch1 -b .pipe
+%patch2 -b .normcmd
+%patch4 -b .colorls
+%patch5 -b .dspmbyte
+%patch6 -b .catalogs
+%patch7 -b .blk_buf
+%patch8 -b .metakey
 %patch9 -p1 -b .histlock
-%patch10 -p0 -b .histmerg
-%patch  -b .0
+%patch10 -b .histmerg
+%patch0 -b .0
 
 %build
 cflags ()
@@ -112,7 +95,7 @@
set +o noclobber
 }
 CC=gcc
-CFLAGS=$RPM_OPT_FLAGS -D_GNU_SOURCE -DBUFSIZE=8192 -pipe
+CFLAGS=%{optflags} -D_GNU_SOURCE -DBUFSIZE=8192 -pipe
 cflags -ftree-loop-linear  CFLAGS
 cflags -Wl,-O2 LDFLAGS
 cflags -Wl,--as-needed LDFLAGS
@@ -128,19 +111,42 @@
--bindir=/bin   \
--sysconfdir=/etc   \
--localstatedir=/var\
-   --sharedstatedir=%_datadir  \
-   --infodir=%_infodir \
-   --mandir=%_mandir   \
-   --libexecdir=/usr/%{_lib}/tcsh  \
+   --sharedstatedir=%{_datadir}\
+   --infodir=%{_infodir}   \
+   --mandir=%{_mandir} \
+   --libexecdir=%{_libdir}/tcsh\
--disable-rpath \
--with-gnu-ld
-make
-#
-# requires a working terminal on stdin
-#   make check
+make %{?_smp_mflags}
+
+%check
+SCREENDIR=$(mktemp -d ${PWD}/screen.XX) || exit 1
+SCREENRC=${SCREENDIR}/tcsh
+

commit libass for openSUSE:Factory

2015-02-01 Thread h_root
Hello community,

here is the log from the commit of package libass for openSUSE:Factory checked 
in at 2015-02-01 12:29:42

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


Package is libass

Changes:

--- /work/SRC/openSUSE:Factory/libass/libass.changes2013-10-21 
15:11:18.0 +0200
+++ /work/SRC/openSUSE:Factory/.libass.new/libass.changes   2015-02-01 
12:29:44.0 +0100
@@ -1,0 +2,21 @@
+Fri Jan 30 12:18:00 UTC 2015 - p.drou...@gmail.com
+
+- Update to version 0.12.1
+  * Make ASS drawings with an extremely high number of control points work
+This change increases compatibility with VSFilter.
+  * Bugfixes
+- Fix a crash when using newer harfbuzz versions (GH #155)
+- Load embedded memory fonts correctly
+- Large shadow offsets rendered incorrectly (GH #142)
+- Fix incorrect closing of last drawing contour
+- Fix issues with undefined behavior in shifts
+- Lots of of malloc() error checking
+- Update home and download source Url to new project home
+- Add baselibs.conf in sources list for Factory
+
+---
+Sun Oct  5 10:37:03 UTC 2014 - o...@aepfle.de
+
+- add versioned Requires to devel pkg, enca is required by pkgconfig
+
+---

Old:

  libass-0.10.2.tar.xz

New:

  libass-0.12.1.tar.xz



Other differences:
--
++ libass.spec ++
--- /var/tmp/diff_new_pack.UlI57B/_old  2015-02-01 12:29:45.0 +0100
+++ /var/tmp/diff_new_pack.UlI57B/_new  2015-02-01 12:29:45.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libass
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,18 +19,19 @@
 %define soname 5
 
 Name:   libass
-Version:0.10.2
+Version:0.12.1
 Release:0
 Summary:Portable Library for SSA/ASS Subtitles Rendering
 License:ISC
 Group:  System/Libraries
-Url:http://code.google.com/p/libass/
-Source: http://libass.googlecode.com/files/%{name}-%{version}.tar.xz
+Url:https://github.com/libass/libass
+Source: 
https://github.com/libass/libass/releases/download/%{version}/%{name}-%{version}.tar.xz
+Source99:   baselibs.conf
 BuildRequires:  pkg-config
 BuildRequires:  xz
 BuildRequires:  pkgconfig(enca)
 BuildRequires:  pkgconfig(fontconfig)
-BuildRequires:  pkgconfig(freetype2)
+BuildRequires:  pkgconfig(freetype2) = 9.10.3
 BuildRequires:  pkgconfig(fribidi) = 0.19.0
 
 %description
@@ -52,6 +53,10 @@
 Group:  Development/Libraries/C and C++
 Requires:   glibc-devel
 Requires:   libass%{soname} = %{version}
+Requires:   pkgconfig(enca)
+Requires:   pkgconfig(fontconfig)
+Requires:   pkgconfig(freetype2) = 9.10.3
+Requires:   pkgconfig(fribidi) = 0.19.0
 
 %description devel
 This package is needed if you want to develop / compile against libASS.

++ libass-0.10.2.tar.xz - libass-0.12.1.tar.xz ++
 20257 lines of diff (skipped)

-- 
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

2015-02-01 Thread h_root
Hello community,

here is the log from the commit of package mono-core for openSUSE:Factory 
checked in at 2015-02-01 12:29:35

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-11-24 
11:18:44.0 +0100
+++ /work/SRC/openSUSE:Factory/.mono-core.new/mono-core.changes 2015-02-01 
12:29:40.0 +0100
@@ -1,0 +2,85 @@
+Sat Jan 24 09:41:00 UTC 2015 - mailaen...@opensuse.org
+
+- update 3.12.0
+  * Major performance and memory consumption improvements on SGen.
+  * Improve the heuristic of the ThreadPool to maximize efficiency and 
minimize the number of Threads.
+  * New cert-sync tool automatically syncs Mono’s certificate store  against 
the OS certificate store on Linux
+  * X86 code now generate pushless code. This is faster on modern CPUs.
+  * Multiple fixes in the profiler to make statistical sampling reliable and 
functional without kernel assisted sampling.
+  * Mono users no longer need to run mozroots to get SSL working.
+  * Switched to adaptative hill climbing for sizing the pool.
+  * The supervisor thread now goes into deep sleep when no new jobs are 
submitted for a while. This should save power on targets running on batteries.
+  * Reorganized how major heap blocks are manipulated for increased efficiency 
of the major collection.
+  * Reduced memory consumption by better sizing of allocation buckets.
+  * Switched to a simpler heuristics for major heap sizing that is more stable 
and avoid unexpected spikes.
+  * Removed the parallel collector, it was an experimental feature that did 
not provide an effective speedup. It will be brought back in the future with a 
functioning design.
+  * Removed the fixed heap configuration, it was an experimental feature that 
did not deliver enough of a performance improvement.
+  * Avoid asserts on shutdown when the appdomain unload callbacks are called 
on the debugger thread during shutdown. Fixes bxc#24342.
+  * Fix the calculation of the epilog size for EH info. Fixes bxc#24577.
+  * Fix a class initialization race which happens if a class initializer 
initializes a got slot before it finishes running. Fixes bxc#23242.
+  * Fix OP_LOCALLOC on arm so it correctly adjusts sp with the param area size 
even if the size is large. Fixes bxc#24221.
+  * Disable the extension of i8/i16 arguments to i32 on arm64, since the ios 
calling convention passes them differently than i32. Fixes bxc#22800.
+  * Use NULLIFY_INS () to nullify instructions and use MONO_INST_NEW to create 
phi node instructions to avoid asserts in the spill pass. Fixes bxc#24006.
+  * Rewrite the way direct calls are made between llvm methods. Previously all 
calls were made to plt entries and the plt entry symbols were aliased to point 
to the corresponding method if the method was directly callable using the .set 
assembler directive. This doesn’t seem to work with newer LLVM/CLANG versions, 
so do this completely on the LLVM side using Value::replaceAllUsesWith (). 
Fixes bxc#23976.
+  * Make process handles non-shared. Fixes bxc#23423.
+  * Fix the return of vtypes containing a single fp member from pinvoke 
methods on OS X/x86. Fixes bxc#23813.
+  * Fix an SRE assert. Fixes bxc#19039.
+  * Implement 5dbf97e66057f8626c53fcea30f1988d6627e5a2 for calls made from 
NEWOBJ too. Fixes bxc#23557.
+  * Make each CASTCLASS_CACHE patch unique by generating a unique identifier 
from the method index and an per-method counter. Fixes bxc#23478.
+  * Disallow generic classes with explicit layout. Fixes bxc#23438.
+  * Add an option to make debugger invokes virtual. Part of the fix for #23385.
+  * Allow renaming of threadpool threads. Fixes bxc#23206.
+  * Fix the unregistration of our exception handler on Windows. Fixes 
bxc#23221.
+  * Make calls from gshared to gsharedvt sharable methods indirect since 
otherwise at runtime we might find an instantiation and we cannot patch the 
call, leading to performance problems. Fixes bxc#23021.
+  * Allow the SIZEOF opcode in gsharedvt code if it doesn’t reference a 
gsharedvt type. Fixes bxc#22711.
+  * Fix mono_marshal_free_ccw (). Fixes bxc#22414.
+  * Fixes DbEnumerator current property to clone read data. Fixes bxc#24452
+  * Allow sending of text data longer than 4000 characters by using a 
different column type. Fixes bxc#21172.
+  * Implement MonoGenericClass:GetCustomAttributes () for created types. Fixes 
bxc#23769.
+  * Improved BlockingCollection.AddAny. Fixes bxc#22775.
+  * Implement KnownTypes for DataContractJsonSerializer. Fixes bxc#23058
+  * HttpQSCollection.ToString now url encodes values. Fixes bxc#22557.
+  * Call SetupRequestAsync only after ContentType changes. Fixes bxc19529.
+  * Notify parent task when child 

commit libmbim for openSUSE:Factory

2015-02-01 Thread h_root
Hello community,

here is the log from the commit of package libmbim for openSUSE:Factory checked 
in at 2015-02-01 12:28:42

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


Package is libmbim

Changes:

--- /work/SRC/openSUSE:Factory/libmbim/libmbim.changes  2014-12-08 
16:55:59.0 +0100
+++ /work/SRC/openSUSE:Factory/.libmbim.new/libmbim.changes 2015-02-01 
12:28:44.0 +0100
@@ -1,0 +2,30 @@
+Wed Jan 28 15:46:04 UTC 2015 - dims...@opensuse.org
+
+- Update to version 1.12.0:
+  + New `--enable-mbim-username' option during configure, which
+allows specifying which will be the user owning the
+/dev/cdc-wdm character devices of all MBIM modems (udev rules
+are installed to change file ownership). If this option is
+used, the mbim-proxy will only allow connections from processes
+running by the specified user or by the root user.
+  + Function error messages can now be returned by the MbimDevice
+as responses to `Command', `Open' or `Close' messages. Users of
+the library should not assume the type of message returned to
+the previous actions.
+  + The MbimProxy will monitor for 'NotOpened' errors, and when one
+detected it will directly close the internal MbimDevice. Any
+subsequent request sent by clients to that specific device will
+be aborted with a proxy-generated 'NotOpened' error. Clients
+will need to explicitly reopen the ports in that case.
+  + The API now has a new mbim_message_response_get_result() method
+which allows getting a GError from a message which may be of a
+specific type (e.g. a `Command Done' message in response to a
+`Command' request) or instead the generic `Function Error'
+message type. Users of the library can use this new method to
+avoid assuming the type of message returned.
+  + Other bugfixes and minor improvements:
+- Attach timeout and idle events to the thread-default context.
+- Fix bashisms in the mbim-network script.
+- Drop libmbim-1.10.0-fix-bashisms.patch: fixed upstream.
+
+---

Old:

  libmbim-1.10.0-fix-bashisms.patch
  libmbim-1.10.0.tar.xz

New:

  libmbim-1.12.0.tar.xz



Other differences:
--
++ libmbim.spec ++
--- /var/tmp/diff_new_pack.9LrsqF/_old  2015-02-01 12:28:45.0 +0100
+++ /var/tmp/diff_new_pack.9LrsqF/_new  2015-02-01 12:28:45.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libmbim
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2013 Dominique Leuenberger, Amsterdam, The Netherlands
 #
 # All modifications and additions to the file contributed by third parties
@@ -18,15 +18,13 @@
 
 
 Name:   libmbim
-Version:1.10.0
+Version:1.12.0
 Release:0
 Summary:Mobile Interface Broadband Model (MBIM) protocol
 License:GPL-2.0+ and LGPL-2.0+
 Group:  Productivity/Networking/System
 Url:http://www.freedesktop.org/wiki/Software/libmbim/
-Source: 
http://www.freedesktop.org/software/libmbim/libmbim-%{version}.tar.xz
-# PATCH-FIX-UPSTREAM libmbim-1.10.0-fix-bashisms.patch led...@gmail.com
-Patch1: libmbim-1.10.0-fix-bashisms.patch
+Source: 
http://www.freedesktop.org/software/libmbim/%{name}-%{version}.tar.xz
 BuildRequires:  pkgconfig(gio-2.0)
 BuildRequires:  pkgconfig(glib-2.0) = 2.32
 BuildRequires:  pkgconfig(gobject-2.0)
@@ -58,7 +56,6 @@
 
 %prep
 %setup -q
-%patch1 -p1
 
 %build
 %configure \

++ libmbim-1.10.0.tar.xz - libmbim-1.12.0.tar.xz ++
 33635 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-storage for openSUSE:Factory

2015-02-01 Thread h_root
Hello community,

here is the log from the commit of package yast2-storage for openSUSE:Factory 
checked in at 2015-02-01 12:29:01

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


Package is yast2-storage

Changes:

--- /work/SRC/openSUSE:Factory/yast2-storage/yast2-storage.changes  
2014-12-03 22:52:32.0 +0100
+++ /work/SRC/openSUSE:Factory/.yast2-storage.new/yast2-storage.changes 
2015-02-01 12:29:02.0 +0100
@@ -1,0 +2,6 @@
+Thu Jan 29 14:09:12 CET 2015 - aschn...@suse.de
+
+- fixed callback for mount graph handling
+- version 3.1.51
+
+---

Old:

  yast2-storage-3.1.50.tar.bz2

New:

  yast2-storage-3.1.51.tar.bz2



Other differences:
--
++ yast2-storage.spec ++
--- /var/tmp/diff_new_pack.WpiCzI/_old  2015-02-01 12:29:03.0 +0100
+++ /var/tmp/diff_new_pack.WpiCzI/_new  2015-02-01 12:29:03.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package yast2-storage
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-storage
-Version:3.1.50
+Version:3.1.51
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ yast2-storage-3.1.50.tar.bz2 - yast2-storage-3.1.51.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-storage-3.1.50/package/yast2-storage.changes 
new/yast2-storage-3.1.51/package/yast2-storage.changes
--- old/yast2-storage-3.1.50/package/yast2-storage.changes  2014-12-01 
14:43:13.0 +0100
+++ new/yast2-storage-3.1.51/package/yast2-storage.changes  2015-01-30 
11:33:15.0 +0100
@@ -1,4 +1,10 @@
 ---
+Thu Jan 29 14:09:12 CET 2015 - aschn...@suse.de
+
+- fixed callback for mount graph handling
+- version 3.1.51
+
+---
 Fri Nov 28 16:14:01 CET 2014 - aschn...@suse.de
 
 - fixed tmpfs handling in GetDiskPartition (bsc#902385)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-storage-3.1.50/package/yast2-storage.spec 
new/yast2-storage-3.1.51/package/yast2-storage.spec
--- old/yast2-storage-3.1.50/package/yast2-storage.spec 2014-12-01 
14:43:13.0 +0100
+++ new/yast2-storage-3.1.51/package/yast2-storage.spec 2015-01-30 
11:33:15.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package yast2-storage
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-storage
-Version:3.1.50
+Version:3.1.51
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-storage-3.1.50/src/include/partitioning/ep-graph.rb 
new/yast2-storage-3.1.51/src/include/partitioning/ep-graph.rb
--- old/yast2-storage-3.1.50/src/include/partitioning/ep-graph.rb   
2014-12-01 14:43:14.0 +0100
+++ new/yast2-storage-3.1.51/src/include/partitioning/ep-graph.rb   
2015-01-30 11:33:15.0 +0100
@@ -1,6 +1,6 @@
 # encoding: utf-8
 
-# Copyright (c) 2012 Novell, Inc.
+# Copyright (c) [2012-2015] Novell, Inc.
 #
 # All Rights Reserved.
 #
@@ -19,10 +19,11 @@
 # To contact Novell about this file by physical or electronic mail, you may
 # find current contact information at www.novell.com.
 
-# File:ep-main.ycp
+# File:ep-graph.rb
 # Package: yast2-storage
 # Summary: Expert Partitioner
 # Authors: Arvin Schnell aschn...@suse.de
+
 module Yast
   module PartitioningEpGraphInclude
 def initialize_partitioning_ep_graph(include_target)
@@ -67,13 +68,7 @@
 # dialog heading, graph is the mathematic term for
 # a set of notes connected with edges
 term(:IconAndHeading, _(Device Graph), StorageIcons.graph_icon),
-term(
-  :Graph,
-  Id(:graph),
-  Opt(:notify, :notifyContextMenu),
-  filename,
-  dot
-),
+term(:Graph, Id(:graph), Opt(:notify, 

commit farstream for openSUSE:Factory

2015-02-01 Thread h_root
Hello community,

here is the log from the commit of package farstream for openSUSE:Factory 
checked in at 2015-02-01 12:28:55

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


Package is farstream

Changes:

--- /work/SRC/openSUSE:Factory/farstream/farstream.changes  2014-11-18 
22:47:17.0 +0100
+++ /work/SRC/openSUSE:Factory/.farstream.new/farstream.changes 2015-02-01 
12:28:56.0 +0100
@@ -1,0 +2,11 @@
+Thu Jan 29 22:38:32 UTC 2015 - zai...@opensuse.org
+
+- Update to version 0.2.7:
+  + Add send-rtcp-mux parameters to fsrtpsession.
+  + Add MTU and buffer splitting to rtpxdatapay.
+  + Fix crash if srtpenc/dec is missing.
+  + Bug fixes.
+- Rename libfarstream-0_2-2 to libfarstream-0_2-5, following
+  upstreams soname bump.
+
+---

Old:

  farstream-0.2.6.tar.gz

New:

  farstream-0.2.7.tar.gz



Other differences:
--
++ farstream.spec ++
--- /var/tmp/diff_new_pack.U7jCZF/_old  2015-02-01 12:28:57.0 +0100
+++ /var/tmp/diff_new_pack.U7jCZF/_new  2015-02-01 12:28:57.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package farstream
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX 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:   farstream
-Version:0.2.6
+Version:0.2.7
 Release:0
 # License note: the only GPL-2.0+ files are farstream-0.1.1/common/coverage/*
 # and common/gstdoc-scangobj; those are just used during the build and do not
@@ -44,7 +44,7 @@
 Farstream is a collection of GStreamer modules and libraries for
 videoconferencing.
 
-%package -n libfarstream-0_2-2
+%package -n libfarstream-0_2-5
 Summary:GStreamer modules and libraries for videoconferencing
 License:LGPL-2.1+
 Group:  System/Libraries
@@ -53,7 +53,7 @@
 # plugins, so simply put a Requires here instead of in all apps
 Requires:   gstreamer-plugins-farstream
 
-%description -n libfarstream-0_2-2
+%description -n libfarstream-0_2-5
 Farstream is a collection of GStreamer modules and libraries for
 videoconferencing.
 
@@ -99,7 +99,7 @@
 Summary:GStreamer modules and libraries for videoconferencing -- 
Development files
 License:LGPL-2.1+
 Group:  Development/Libraries/C and C++
-Requires:   libfarstream-0_2-2 = %{version}
+Requires:   libfarstream-0_2-5 = %{version}
 Requires:   typelib-1_0-Farstream-0_2 = %{version}
 
 %description devel
@@ -119,11 +119,11 @@
 find %{buildroot} -name '*.la' -delete -print
 %fdupes %{buildroot}%{_datadir}/gtk-doc/html/
 
-%post -n libfarstream-0_2-2 -p /sbin/ldconfig
+%post -n libfarstream-0_2-5 -p /sbin/ldconfig
 
-%postun -n libfarstream-0_2-2 -p /sbin/ldconfig
+%postun -n libfarstream-0_2-5 -p /sbin/ldconfig
 
-%files -n libfarstream-0_2-2
+%files -n libfarstream-0_2-5
 %defattr(-,root,root)
 %doc AUTHORS ChangeLog COPYING NEWS README
 %{_libdir}/libfarstream-0.2.so.*

++ baselibs.conf ++
--- /var/tmp/diff_new_pack.U7jCZF/_old  2015-02-01 12:28:57.0 +0100
+++ /var/tmp/diff_new_pack.U7jCZF/_new  2015-02-01 12:28:57.0 +0100
@@ -1,4 +1,4 @@
-libfarstream-0_2-2
+libfarstream-0_2-5
requires gstreamer-plugins-farstream-targettype
 gstreamer-plugins-farstream
 

++ farstream-0.2.6.tar.gz - farstream-0.2.7.tar.gz ++
 7408 lines of diff (skipped)

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



commit installation-images-openSUSE for openSUSE:Factory

2015-02-01 Thread h_root
Hello community,

here is the log from the commit of package installation-images-openSUSE for 
openSUSE:Factory checked in at 2015-02-01 12:28:16

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


Package is installation-images-openSUSE

Changes:

--- 
/work/SRC/openSUSE:Factory/installation-images-openSUSE/installation-images-openSUSE.changes
2015-01-20 21:54:46.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.installation-images-openSUSE.new/installation-images-openSUSE.changes
   2015-02-01 12:28:17.0 +0100
@@ -1,0 +2,6 @@
+Fri Jan 30 14:06:13 CET 2015 - snw...@suse.com
+
+- add overlayfs module
+- 14.158
+
+---

Old:

  installation-images-14.157.tar.xz

New:

  installation-images-14.158.tar.xz



Other differences:
--
++ installation-images-openSUSE.spec ++
--- /var/tmp/diff_new_pack.OBeIlo/_old  2015-02-01 12:28:18.0 +0100
+++ /var/tmp/diff_new_pack.OBeIlo/_new  2015-02-01 12:28:18.0 +0100
@@ -360,7 +360,7 @@
 Summary:Installation Image Files for %theme
 License:GPL-2.0+
 Group:  Metapackages
-Version:14.157
+Version:14.158
 Release:0
 Provides:   installation-images = %version-%release
 Source: installation-images-%{version}.tar.xz

++ installation-images-14.157.tar.xz - installation-images-14.158.tar.xz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/installation-images-14.157/VERSION 
new/installation-images-14.158/VERSION
--- old/installation-images-14.157/VERSION  2015-01-20 16:38:52.0 
+0100
+++ new/installation-images-14.158/VERSION  2015-01-30 13:56:45.0 
+0100
@@ -1 +1 @@
-14.157
+14.158
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/installation-images-14.157/changelog 
new/installation-images-14.158/changelog
--- old/installation-images-14.157/changelog2015-01-20 16:38:52.0 
+0100
+++ new/installation-images-14.158/changelog2015-01-30 13:56:45.0 
+0100
@@ -1,4 +1,7 @@
-2015-01-20:124e3172781dcf6e66a6d439aaf53e24fae43e24-14.157
+2015-01-30:124e3172781dcf6e66a6d439aaf53e24fae43e24-14.158
+   - add overlayfs module
+
+2015-01-20:14.157
- openldap2-client may require binutils
 
 2015-01-13:14.156
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/installation-images-14.157/etc/module.config 
new/installation-images-14.158/etc/module.config
--- old/installation-images-14.157/etc/module.config2015-01-20 
16:38:52.0 +0100
+++ new/installation-images-14.158/etc/module.config2015-01-30 
13:56:45.0 +0100
@@ -387,6 +387,7 @@
 auth_rpcgss,,-
 autofs4,,-
 dmapi,,-
+overlay,,-
 
 
 [ppc]
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/installation-images-14.157/etc/module.list 
new/installation-images-14.158/etc/module.list
--- old/installation-images-14.157/etc/module.list  2015-01-20 
16:38:52.0 +0100
+++ new/installation-images-14.158/etc/module.list  2015-01-30 
13:56:45.0 +0100
@@ -98,6 +98,7 @@
 kernel/fs/configfs/
 kernel/fs/btrfs/
 kernel/fs/exofs/libore.ko
+kernel/fs/overlayfs/
 kernel/net/sunrpc/sunrpc.ko
 kernel/net/sunrpc/auth_gss/auth_rpcgss.ko
 kernel/drivers/power/power_supply.ko

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



commit yast2-installation for openSUSE:Factory

2015-02-01 Thread h_root
Hello community,

here is the log from the commit of package yast2-installation for 
openSUSE:Factory checked in at 2015-02-01 12:28:49

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


Package is yast2-installation

Changes:

--- /work/SRC/openSUSE:Factory/yast2-installation/yast2-installation.changes
2015-01-29 09:54:30.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.yast2-installation.new/yast2-installation.changes   
2015-02-01 12:28:52.0 +0100
@@ -1,0 +2,6 @@
+Thu Jan 29 17:10:44 UTC 2015 - jsr...@suse.cz
+
+- allow keyboard layout testing in language dialog (bsc#889549)
+- 3.1.129
+
+---

Old:

  yast2-installation-3.1.128.tar.bz2

New:

  yast2-installation-3.1.129.tar.bz2



Other differences:
--
++ yast2-installation.spec ++
--- /var/tmp/diff_new_pack.mKNsqJ/_old  2015-02-01 12:28:52.0 +0100
+++ /var/tmp/diff_new_pack.mKNsqJ/_new  2015-02-01 12:28:52.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-installation
-Version:3.1.128
+Version:3.1.129
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ yast2-installation-3.1.128.tar.bz2 - yast2-installation-3.1.129.tar.bz2 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-installation-3.1.128/package/yast2-installation.changes 
new/yast2-installation-3.1.129/package/yast2-installation.changes
--- old/yast2-installation-3.1.128/package/yast2-installation.changes   
2015-01-27 14:09:27.0 +0100
+++ new/yast2-installation-3.1.129/package/yast2-installation.changes   
2015-01-30 10:41:09.0 +0100
@@ -1,4 +1,10 @@
 ---
+Thu Jan 29 17:10:44 UTC 2015 - jsr...@suse.cz
+
+- allow keyboard layout testing in language dialog (bsc#889549)
+- 3.1.129
+
+---
 Tue Jan 27 13:39:57 CET 2015 - jsuch...@suse.cz
 
 - explicitely set language packages for installation during the
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-installation-3.1.128/package/yast2-installation.spec 
new/yast2-installation-3.1.129/package/yast2-installation.spec
--- old/yast2-installation-3.1.128/package/yast2-installation.spec  
2015-01-27 14:09:27.0 +0100
+++ new/yast2-installation-3.1.129/package/yast2-installation.spec  
2015-01-30 10:41:09.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-installation
-Version:3.1.128
+Version:3.1.129
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-installation-3.1.128/src/clients/inst_complex_welcome.rb 
new/yast2-installation-3.1.129/src/clients/inst_complex_welcome.rb
--- old/yast2-installation-3.1.128/src/clients/inst_complex_welcome.rb  
2015-01-27 14:09:27.0 +0100
+++ new/yast2-installation-3.1.129/src/clients/inst_complex_welcome.rb  
2015-01-30 10:41:09.0 +0100
@@ -97,30 +97,27 @@
   @contents = VBox(
 VWeight(1, VStretch()),
 Left(
-  HSquash(
-HBox(
-  HWeight(1, Left(@languagesel)),
-  HSpacing(3),
-  HWeight(1, Left(@keyboardsel))
-)
+  HBox(
+HWeight(1, Left(@languagesel)),
+HSpacing(3),
+HWeight(1, Left(@keyboardsel))
+  )
+),
+Left(
+  HBox(
+HWeight(1, HStretch()),
+HSpacing(3),
+HWeight(1, Left(TextEntry(Id(:keyboard_test), _(Keyboard 
Test
   )
 ),
-VSpacing(1),
-VWeight(1, VStretch()),
 VWeight(
   30,
   Left(
 HSquash(
   VBox(
 HBox(
-  Label(Opt(:boldFont), _(License Agreement)),
-  HStretch(),
-  # ID: #ICW_B1 button
-  PushButton(
-Id(:show_fulscreen_license),
-# TRANSLATORS: button label
-_(License Translations...)
-  )
+  Left(Label(Opt(:boldFont), _(License Agreement))),
+  HStretch()
 ),
 # bnc #438100
 HSquash(
@@ -134,10 +131,15 @@
 MinHeight(
   1,
   HBox(
-HStretch(),
 # Will be replaced with license checkbox if 

commit man-pages for openSUSE:Factory

2015-02-01 Thread h_root
Hello community,

here is the log from the commit of package man-pages for openSUSE:Factory 
checked in at 2015-02-01 12:29:07

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


Package is man-pages

Changes:

--- /work/SRC/openSUSE:Factory/man-pages/man-pages.changes  2015-01-22 
21:48:10.0 +0100
+++ /work/SRC/openSUSE:Factory/.man-pages.new/man-pages.changes 2015-02-01 
12:29:10.0 +0100
@@ -1,0 +2,14 @@
+Fri Jan 23 09:55:10 UTC 2015 - pgaj...@suse.com
+
+- update to 3.78:
+  - new and rewritten pages
+* execveat.2, memfd_create.2, s390_pci_mmio_write.2
+  - newly documented interfaces in existing pages
+* fcntl.2:
+Document F_ADD_SEALS and F_GET_SEALS commands
+* proc.5:
+Document /proc/sys/vm/compact_memory
+Document /proc/sys/fs/nr_open
+  - etc. see Changes for details
+
+---

Old:

  man-pages-3.77.tar.xz

New:

  man-pages-3.78.tar.xz



Other differences:
--
++ man-pages.spec ++
--- /var/tmp/diff_new_pack.FiJpAJ/_old  2015-02-01 12:29:11.0 +0100
+++ /var/tmp/diff_new_pack.FiJpAJ/_new  2015-02-01 12:29:11.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   man-pages
-Version:3.77
+Version:3.78
 Release:0
 Summary:Linux  Manual Pages
 License:BSD-3-Clause and GPL-2.0+ and MIT

++ man-pages-3.77.tar.xz - man-pages-3.78.tar.xz ++
 16079 lines of diff (skipped)

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



commit tor for openSUSE:Factory

2015-02-01 Thread h_root
Hello community,

here is the log from the commit of package tor for openSUSE:Factory checked in 
at 2015-02-01 12:29:57

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


Package is tor

Changes:

--- /work/SRC/openSUSE:Factory/tor/tor.changes  2014-10-29 21:09:35.0 
+0100
+++ /work/SRC/openSUSE:Factory/.tor.new/tor.changes 2015-02-01 
12:29:59.0 +0100
@@ -1,0 +2,5 @@
+Fri Jan 23 22:04:27 UTC 2015 - andreas.stie...@gmx.de
+
+- fix build for SLE 12, libminiupnpc-devel not available
+
+---



Other differences:
--
++ tor.spec ++
--- /var/tmp/diff_new_pack.r3DZoE/_old  2015-02-01 12:30:00.0 +0100
+++ /var/tmp/diff_new_pack.r3DZoE/_new  2015-02-01 12:30:00.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package tor
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX 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 @@
 
 
 %define with_systemd 0%{?suse_version}  1140
-%define with_upnp 0%{?suse_version} = 1220
+%define with_upnp 0%{?suse_version} = 1220  0%{?suse_version} != 1315
 %define toruser %{name}
 %define torgroup %{name}
 %define home_dir %{_localstatedir}/lib/empty


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



commit ntp for openSUSE:Factory

2015-02-01 Thread h_root
Hello community,

here is the log from the commit of package ntp for openSUSE:Factory checked in 
at 2015-02-01 12:29:13

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


Package is ntp

Changes:

--- /work/SRC/openSUSE:Factory/ntp/ntp.changes  2015-01-15 16:01:02.0 
+0100
+++ /work/SRC/openSUSE:Factory/.ntp.new/ntp.changes 2015-02-01 
12:29:15.0 +0100
@@ -1,0 +2,7 @@
+Wed Jan 21 10:23:55 UTC 2015 - dims...@opensuse.org
+
+- Add ntp.NetworkManager: install NetworkManager dipatcher hook:
+  if the DHCP Server delivers NTP Servers, accept those and
+  configure NTP using the information (boo#900982).
+
+---

New:

  ntp.NetworkManager



Other differences:
--
++ ntp.spec ++
--- /var/tmp/diff_new_pack.wGFHET/_old  2015-02-01 12:29:16.0 +0100
+++ /var/tmp/diff_new_pack.wGFHET/_new  2015-02-01 12:29:16.0 +0100
@@ -46,6 +46,7 @@
 Source13:   ntp-4.2.7-rh-manpages.tar.gz
 Source14:   ntp.xml
 Source15:   conf.ntptimeset
+Source16:   ntp.NetworkManager
 Patch1: ntp-segfault_on_invalid_device.patch
 Patch4: ntpd-maxmonmen.patch
 Patch10:ntp-strcat.patch
@@ -199,6 +200,10 @@
 #
 install -m 644 -D %{SOURCE6} %{buildroot}%{_sysconfdir}/slp.reg.d/ntp.reg
 #
+# Install NetworkManager hook
+#
+install -m 755 -D %{SOURCE16} 
%{buildroot}%{_sysconfdir}/NetworkManager/dispatcher.d/ntp
+#
 # man pages
 #
 install -d %{buildroot}/%{_mandir}/{man5,man8}
@@ -309,6 +314,10 @@
 %config(noreplace) %{_sysconfdir}/slp.reg.d/ntp.reg
 %config %{_sysconfdir}/logrotate.d/ntp
 %config %{_sysconfdir}/sysconfig/SuSEfirewall2.d/services/ntp
+# own /etc/NetworkManager so we don't have to BuildDepend on NM
+%dir %{_sysconfdir}/NetworkManager
+%dir %{_sysconfdir}/NetworkManager/dispatcher.d
+%config %{_sysconfdir}/NetworkManager/dispatcher.d/ntp
 %{_sbindir}/*
 %if 0%{?suse_version}  1310
 /usr/lib/initscripts/legacy-actions/ntpd


++ ntp.NetworkManager ++
#! /bin/sh
#
# ntp dispatcher script for NetworkManager
#
# Dominique Leuenberger dims...@suse.de
#
. /etc/rc.status

case $2 in
up)
# Call netconfig in to reconfigure NTPd with the current time servers
netconfig modify -s NetworkManager -m ntp -EOT
NTPSERVERS='$DHCP4_NTP_SERVERS'
EOT
;;
*)
exit 0  
;;
esac


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



commit glibc-testsuite for openSUSE:12.3:Update

2015-02-01 Thread h_root
Hello community,

here is the log from the commit of package glibc-testsuite for 
openSUSE:12.3:Update checked in at 2015-02-02 08:29:31

Comparing /work/SRC/openSUSE:12.3:Update/glibc-testsuite (Old)
 and  /work/SRC/openSUSE:12.3:Update/.glibc-testsuite.new (New)


Package is glibc-testsuite

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.PK4sxX/_old  2015-02-02 08:29:33.0 +0100
+++ /var/tmp/diff_new_pack.PK4sxX/_new  2015-02-02 08:29:33.0 +0100
@@ -1 +1 @@
-link package='glibc-testsuite.2977' cicount='copy' /
+link package='glibc-testsuite.3470' cicount='copy' /

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



commit glibc.i686 for openSUSE:12.3:Update

2015-02-01 Thread h_root
Hello community,

here is the log from the commit of package glibc.i686 for openSUSE:12.3:Update 
checked in at 2015-02-02 08:29:38

Comparing /work/SRC/openSUSE:12.3:Update/glibc.i686 (Old)
 and  /work/SRC/openSUSE:12.3:Update/.glibc.i686.new (New)


Package is glibc.i686

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.hNttZS/_old  2015-02-02 08:29:42.0 +0100
+++ /var/tmp/diff_new_pack.hNttZS/_new  2015-02-02 08:29:42.0 +0100
@@ -1 +1 @@
-link package='glibc.i686.2977' cicount='copy' /
+link package='glibc.i686.3470' cicount='copy' /

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



commit glibc for openSUSE:12.3:Update

2015-02-01 Thread h_root
Hello community,

here is the log from the commit of package glibc for openSUSE:12.3:Update 
checked in at 2015-02-02 08:29:43

Comparing /work/SRC/openSUSE:12.3:Update/glibc (Old)
 and  /work/SRC/openSUSE:12.3:Update/.glibc.new (New)


Package is glibc

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.f0Wkvc/_old  2015-02-02 08:29:48.0 +0100
+++ /var/tmp/diff_new_pack.f0Wkvc/_new  2015-02-02 08:29:48.0 +0100
@@ -1 +1 @@
-link package='glibc.2977' cicount='copy' /
+link package='glibc.3470' cicount='copy' /

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



commit glibc-utils for openSUSE:12.3:Update

2015-02-01 Thread h_root
Hello community,

here is the log from the commit of package glibc-utils for openSUSE:12.3:Update 
checked in at 2015-02-02 08:29:35

Comparing /work/SRC/openSUSE:12.3:Update/glibc-utils (Old)
 and  /work/SRC/openSUSE:12.3:Update/.glibc-utils.new (New)


Package is glibc-utils

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.hCtQdJ/_old  2015-02-02 08:29:37.0 +0100
+++ /var/tmp/diff_new_pack.hCtQdJ/_new  2015-02-02 08:29:37.0 +0100
@@ -1 +1 @@
-link package='glibc-utils.2977' cicount='copy' /
+link package='glibc-utils.3470' cicount='copy' /

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