commit gnome-online-accounts for openSUSE:13.1:Update

2015-05-27 Thread h_root
Hello community,

here is the log from the commit of package gnome-online-accounts for 
openSUSE:13.1:Update checked in at 2015-05-27 11:39:56

Comparing /work/SRC/openSUSE:13.1:Update/gnome-online-accounts (Old)
 and  /work/SRC/openSUSE:13.1:Update/.gnome-online-accounts.new (New)


Package is gnome-online-accounts

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.rLrD5I/_old  2015-05-27 11:39:58.0 +0200
+++ /var/tmp/diff_new_pack.rLrD5I/_new  2015-05-27 11:39:58.0 +0200
@@ -1 +1 @@
-link package='gnome-online-accounts.2971' cicount='copy' /
+link package='gnome-online-accounts.3789' cicount='copy' /




commit qpdf for openSUSE:Factory

2015-05-27 Thread h_root
Hello community,

here is the log from the commit of package qpdf for openSUSE:Factory checked in 
at 2015-05-27 12:38:49

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


Package is qpdf

Changes:

--- /work/SRC/openSUSE:Factory/qpdf/qpdf.changes2014-06-16 
21:43:44.0 +0200
+++ /work/SRC/openSUSE:Factory/.qpdf.new/qpdf.changes   2015-05-27 
12:38:51.0 +0200
@@ -1,0 +2,9 @@
+Mon May 25 09:03:17 UTC 2015 - idon...@suse.com
+
+- Update to version 5.1.3
+  * Handle object streams with more than 255 objects
+  * Security fixes courtesy of Google Security Team
+  * Properly handle pages that have no content
+  * Robustness fixes for invalid PDF files
+
+---

Old:

  qpdf-5.1.2.tar.gz

New:

  qpdf-5.1.3.tar.gz



Other differences:
--
++ qpdf.spec ++
--- /var/tmp/diff_new_pack.TbrdkJ/_old  2015-05-27 12:38:52.0 +0200
+++ /var/tmp/diff_new_pack.TbrdkJ/_new  2015-05-27 12:38:52.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package qpdf
 #
-# 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:   qpdf
-Version:5.1.2
+Version:5.1.3
 Release:0
 %define so_version 13
 Summary:Command-line tools and library for transforming PDF files

++ qpdf-5.1.2.tar.gz - qpdf-5.1.3.tar.gz ++
/work/SRC/openSUSE:Factory/qpdf/qpdf-5.1.2.tar.gz 
/work/SRC/openSUSE:Factory/.qpdf.new/qpdf-5.1.3.tar.gz differ: char 5, line 1




commit python-python-daemon for openSUSE:Factory

2015-05-27 Thread h_root
Hello community,

here is the log from the commit of package python-python-daemon for 
openSUSE:Factory checked in at 2015-05-27 12:50:07

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


Package is python-python-daemon

Changes:

--- 
/work/SRC/openSUSE:Factory/python-python-daemon/python-python-daemon.changes
2013-10-25 11:30:02.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-python-daemon.new/python-python-daemon.changes
   2015-05-27 12:50:08.0 +0200
@@ -1,0 +2,107 @@
+Tue May 26 12:22:44 UTC 2015 - jk...@suse.com
+
+- Fix License issue
+
+---
+Tue May 12 11:38:14 UTC 2015 - benoit.mo...@gmx.fr
+
+- update to version 2.0.5:
+  * Refine compatibility of exceptions for file operations.
+  * Specify the text encoding when opening the changelog file.
+- additional changes from version 2.0.4
+  * Record version info via Setuptools commands.
+  * Remove the custom Setuptools entry points. This closes Alioth
+bug#314948.
+- additional changes from version 2.0.3
+  * Break circular import dependency for ‘setup.py’.
+  * Refactor all initial metadata functionality to
+‘daemon._metadata’.
+  * Distribute ‘version’ (and its tests) only in source, not
+install.
+  * Build a “universal” (Python 2 and Python 3) wheel.
+- additional changes from version 2.0.2
+  * Declare test-time dependency on recent ‘unittest2’.
+  * Declare packaging-time dependency on ‘docutils’ library.
+  * Include unit tests for ‘version’ module with source
+distribution.
+  * Record version info consistent with distribution metadata.
+- additional changes from version 2.0.1
+  * Include the ‘version’ module with source distribution.
+- additional changes from version 2.0
+  * Support both Python 3 (version 3.2 or later) and Python 2
+(version 2.7 or later).
+  * Document the API of all functions comprehensively in docstrings.
+  * Add a hacking guide for developers.
+  * Add explicit credit for contributors.
+  * Document the security impact of the default umask.
+  * Specify explicit text or binary mode when opening files.
+  * Preserve exception context in custom exceptions.
+  * Declare compatibility with current Python versions.
+  * Depend on Python 3 compatible libraries.
+  * Update package homepage to Alioth hosted project page.
+  * Use ‘pydoc.splitdoc’ to get package description text.
+  * Remove ASCII translation of package description, not needed now
+the docstring is a proper Unicode text value.
+  * Include test suite with source distribution.
+  * Move package metadata to ‘daemon/_metadata.py’.
+  * Migrate to JSON (instead of Python) for serialised version info.
+  * Add unit tests for metadata.
+  * Store and retrieve version info in Setuptools metadata.
+  * Migrate to ‘str.format’ for interpolation of values into text.
+  * Migrate to ‘mock’ library for mock objects in tests.
+  * Migrate to ‘testscenarios’ library for unit test scenarios.
+  * Migrate to ‘unittest2’ library for back-ported improvements.
+Remove custom test suite creation.
+  * Discriminate Python 2-and-3 compatible usage of dict methods.
+  * Discriminate Python 2-and-3 compatible bytes versus text.
+  * Declare explicit absolute and relative imports.
+  * Discriminate between different ‘fileno’ method behaviours. In
+Python 3, ‘StringIO.fileno’ is callable but raises an exception.
+  * Migrate to built-in ‘next’ function.
+  * Wrap the ‘fromlist’ parameter of ‘__import__’ for Python 3
+compatibility.
+  * Wrap function introspection for Python 3 compatibility.
+  * Wrap standard library imports where names changed in Python 3.
+- additional changes from version 1.6.1
+  * Use unambiguous “except FooType as foo” syntax. This is to ease
+the port to Python 3, where the ambiguous comma usage is an
+error.
+  * Ensure a ‘basestring’ name bound to the base type for strings.
+This is to allow checks to work on Python 2 and 3.
+  * Specify versions of Python supported, as trove classifiers.
+  * Update copyright notices.
+  * Add editor hints for most files.
+  * Distinguish continuation-line indentation versus block
+indentation.
+  * Use unicode literals by default, specifying bytes where
+necessary. This is to ease the port to Python 3, where the
+default string type is unicode.
+  * Update copyright notices.
+  * Update the GPL license file to version 3, as declared in our
+copyright notices.
+  * Change license of library code to Apache License 2.0.
+- additional changes from version 1.6
+  * Use absolute imports to disambiguate provenance of names.
+  * setup.py: Require ‘lockfile =0.9’.
+  * daemon/pidfile.py: Renamed from ‘daemon/pidlockfile.py’. Change
+references 

commit crosstool-ng for openSUSE:Factory

2015-05-27 Thread h_root
Hello community,

here is the log from the commit of package crosstool-ng for openSUSE:Factory 
checked in at 2015-05-27 12:50:24

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


Package is crosstool-ng

Changes:

--- /work/SRC/openSUSE:Factory/crosstool-ng/crosstool-ng.changes
2014-12-03 22:47:27.0 +0100
+++ /work/SRC/openSUSE:Factory/.crosstool-ng.new/crosstool-ng.changes   
2015-05-27 12:50:25.0 +0200
@@ -1,0 +2,6 @@
+Tue May 26 13:20:25 UTC 2015 - dmitr...@opensuse.org
+
+- Update to version 1.21.0
+  * No changelog available
+
+---

Old:

  crosstool-ng-1.20.0.tar.bz2

New:

  crosstool-ng-1.21.0.tar.bz2



Other differences:
--
++ crosstool-ng.spec ++
--- /var/tmp/diff_new_pack.pJ2RSk/_old  2015-05-27 12:50:26.0 +0200
+++ /var/tmp/diff_new_pack.pJ2RSk/_new  2015-05-27 12:50:26.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package crosstool-ng
 #
-# 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:   crosstool-ng
-Version:1.20.0
+Version:1.21.0
 Release:0
 Summary:Toolchain building framework
 License:GPL-2.0 and GPL-2.0+ and GPL-3.0+ and LGPL-2.1 and LGPL-3.0+
@@ -49,7 +49,7 @@
 in the resulting binary/ies: static libraries are but an example. 
 
 %prep
-%setup -q
+%setup -qc %{name}-%{version}
 # from legal team
 # Distribution and use is free, also for commercial purposes (no 
modification permission) 
 find patches/ -name '*-new-valencian-locale.patch' -type f -delete -print

++ crosstool-ng-1.20.0.tar.bz2 - crosstool-ng-1.21.0.tar.bz2 ++
/work/SRC/openSUSE:Factory/crosstool-ng/crosstool-ng-1.20.0.tar.bz2 
/work/SRC/openSUSE:Factory/.crosstool-ng.new/crosstool-ng-1.21.0.tar.bz2 
differ: char 11, line 1




commit ghc for openSUSE:Factory

2015-05-27 Thread h_root
Hello community,

here is the log from the commit of package ghc for openSUSE:Factory checked in 
at 2015-05-27 12:49:50

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


Package is ghc

Changes:

--- /work/SRC/openSUSE:Factory/ghc/ghc.changes  2015-05-22 16:37:19.0 
+0200
+++ /work/SRC/openSUSE:Factory/.ghc.new/ghc.changes 2015-05-27 
12:49:51.0 +0200
@@ -1,0 +2,5 @@
+Tue May 26 09:19:09 UTC 2015 - mimi...@gmail.com
+
+- disable llvm on arm64 
+
+---



Other differences:
--
++ ghc.spec ++
--- /var/tmp/diff_new_pack.1zcSU6/_old  2015-05-27 12:49:52.0 +0200
+++ /var/tmp/diff_new_pack.1zcSU6/_new  2015-05-27 12:49:52.0 +0200
@@ -34,7 +34,7 @@
 BuildRequires:  gmp-devel
 BuildRequires:  libelf-devel
 BuildRequires:  libffi-devel
-%ifnarch ppc
+%ifnarch ppc aarch64
 BuildRequires:  llvm
 %endif
 BuildRequires:  ncurses-devel




commit fityk for openSUSE:Factory

2015-05-27 Thread h_root
Hello community,

here is the log from the commit of package fityk for openSUSE:Factory checked 
in at 2015-05-27 12:50:42

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


Package is fityk

Changes:

--- /work/SRC/openSUSE:Factory/fityk/fityk.changes  2014-11-14 
09:19:24.0 +0100
+++ /work/SRC/openSUSE:Factory/.fityk.new/fityk.changes 2015-05-27 
12:50:43.0 +0200
@@ -1,0 +2,7 @@
+Tue May 26 13:10:59 UTC 2015 - dmitr...@opensuse.org
+
+- Update to version 1.3.0
+  * See included NEWS file for detailes.
+  * Remove obsolete fityk-no-compilation-date.patch
+
+---

Old:

  fityk-1.2.9.tar.bz2
  fityk-no-compilation-date.patch

New:

  fityk-1.3.0.tar.bz2



Other differences:
--
++ fityk.spec ++
--- /var/tmp/diff_new_pack.xvSHzN/_old  2015-05-27 12:50:44.0 +0200
+++ /var/tmp/diff_new_pack.xvSHzN/_new  2015-05-27 12:50:44.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package fityk
 #
-# 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:   fityk
-Version:1.2.9
+Version:1.3.0
 Release:0
 %define somajor 4
 Summary:Non-linear curve fitting and data analysis
@@ -25,8 +25,6 @@
 Group:  Productivity/Scientific/Math
 Url:http://fityk.nieto.pl/
 Source: 
https://github.com/wojdyr/fityk/releases/download/v%{version}/fityk-%{version}.tar.bz2
-# PATCH-FIX-OPENSUSE fityk-no-compilation-date.patch -- fix rpmlint warning 
file-contains-current-date
-Patch1: fityk-no-compilation-date.patch
 BuildRequires:  boost-devel = 1.35
 BuildRequires:  desktop-file-utils
 BuildRequires:  fdupes
@@ -95,7 +93,6 @@
 
 %prep
 %setup -q
-%patch1 -p1
 
 %build
 %configure \
@@ -118,7 +115,7 @@
 
 %files
 %defattr(-,root,root)
-%doc COPYING NEWS README TODO
+%doc COPYING NEWS README.md TODO
 %dir %{_datadir}/%{name}
 %dir %{_datadir}/%{name}/samples
 %{_bindir}/fityk
@@ -127,9 +124,10 @@
 %{_datadir}/%{name}/samples/*.dat
 %{_datadir}/%{name}/samples/*.fit
 %{_datadir}/%{name}/samples/hello.lua
+%{_datadir}/icons/hicolor/*/apps/fityk.*
 %{_datadir}/applications/*.desktop
 %{_mandir}/man1/%{name}.*
-%{_datadir}/pixmaps/*
+# %%{_datadir}/pixmaps/*
 %{_datadir}/mime/packages/*
 
 %files -n lib%{name}%{somajor}

++ fityk-1.2.9.tar.bz2 - fityk-1.3.0.tar.bz2 ++
 46079 lines of diff (skipped)




commit krusader for openSUSE:Factory

2015-05-27 Thread h_root
Hello community,

here is the log from the commit of package krusader for openSUSE:Factory 
checked in at 2015-05-27 12:49:32

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


Package is krusader

Changes:

--- /work/SRC/openSUSE:Factory/krusader/krusader.changes2015-03-29 
20:16:11.0 +0200
+++ /work/SRC/openSUSE:Factory/.krusader.new/krusader.changes   2015-05-27 
12:49:34.0 +0200
@@ -1,0 +2,5 @@
+Tue May 26 11:30:52 UTC 2015 - tchva...@suse.com
+
+- Only suggest documentation, do not recommend it.
+
+---



Other differences:
--
++ krusader.spec ++
--- /var/tmp/diff_new_pack.Ns9Tf0/_old  2015-05-27 12:49:35.0 +0200
+++ /var/tmp/diff_new_pack.Ns9Tf0/_new  2015-05-27 12:49:35.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package krusader
 #
-# Copyright (c) 2012 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,12 +16,10 @@
 #
 
 
-%define jobs $(( `/usr/bin/getconf _NPROCESSORS_ONLN` + 1 ))
-
+%define tar_version 2.4.0-beta3
 Name:   krusader
 Version:2.4.0~beta3
 Release:0
-%define tar_version 2.4.0-beta3
 Summary:A File Manager
 License:GPL-2.0+
 Group:  Productivity/File utilities
@@ -35,11 +33,11 @@
 BuildRequires:  fdupes
 BuildRequires:  libkde4-devel
 BuildRequires:  libkonq-devel
-Requires:   libktexteditor
 Requires:   kio_iso = %{version}
-Recommends: %{name}-doc
+Requires:   libktexteditor
+Suggests:   %{name}-doc
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-%kde4_runtime_requires
+%{kde4_runtime_requires}
 
 %description
 An advanced twin panel (commander style) file manager for KDE.
@@ -49,7 +47,7 @@
 Group:  System/GUI/KDE
 Provides:   kde4-kio_iso = 1.80.99
 Obsoletes:  kde4-kio_iso  1.80.99
-%kde4_runtime_requires
+%{kde4_runtime_requires}
 
 %description -n kio_iso
 KIO slave to access ISO images like zip- or tar.gz-archives in your




commit ghc-streaming-commons for openSUSE:Factory

2015-05-27 Thread h_root
Hello community,

here is the log from the commit of package ghc-streaming-commons for 
openSUSE:Factory checked in at 2015-05-27 12:46:22

Comparing /work/SRC/openSUSE:Factory/ghc-streaming-commons (Old)
 and  /work/SRC/openSUSE:Factory/.ghc-streaming-commons.new (New)


Package is ghc-streaming-commons

Changes:

New Changes file:

--- /dev/null   2015-05-15 19:41:08.266053825 +0200
+++ 
/work/SRC/openSUSE:Factory/.ghc-streaming-commons.new/ghc-streaming-commons.changes
 2015-05-27 12:46:23.0 +0200
@@ -0,0 +1,5 @@
+---
+Wed Apr 22 07:34:22 UTC 2015 - mimi...@gmail.com
+
+- initial commit
+

New:

  ghc-streaming-commons.changes
  ghc-streaming-commons.spec
  streaming-commons-0.1.12.tar.gz



Other differences:
--
++ ghc-streaming-commons.spec ++
#
# spec file for package ghc-streaming-commons
#
# 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
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An Open Source License is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#

%global pkg_name streaming-commons

%bcond_with tests

Name:   ghc-%{pkg_name}
Version:0.1.12
Release:0
Summary:Common lower-level functions needed by various streaming data 
libraries
Group:  System/Libraries

License:MIT
Url:https://hackage.haskell.org/package/%{pkg_name}
Source0:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
BuildRoot:  %{_tmppath}/%{name}-%{version}-build

BuildRequires:  ghc-Cabal-devel
BuildRequires:  ghc-rpm-macros
# Begin cabal-rpm deps:
BuildRequires:  ghc-array-devel
BuildRequires:  ghc-blaze-builder-devel
BuildRequires:  ghc-bytestring-devel
BuildRequires:  ghc-directory-devel
BuildRequires:  ghc-network-devel
BuildRequires:  ghc-process-devel
BuildRequires:  ghc-random-devel
BuildRequires:  ghc-stm-devel
BuildRequires:  ghc-text-devel
BuildRequires:  ghc-transformers-devel
BuildRequires:  ghc-unix-devel
BuildRequires:  ghc-zlib-devel
%if %{with tests}
BuildRequires:  ghc-QuickCheck-devel
BuildRequires:  ghc-async-devel
BuildRequires:  ghc-deepseq-devel
BuildRequires:  ghc-hspec-devel
%endif
# End cabal-rpm deps

%description
Provides low-dependency functionality commonly needed by various streaming data
libraries, such as conduit and pipes.


%package devel
Summary:Haskell %{pkg_name} library development files
Group:  Development/Libraries/Other
Requires:   ghc-compiler = %{ghc_version}
Requires(post): ghc-compiler = %{ghc_version}
Requires(postun): ghc-compiler = %{ghc_version}
Requires:   %{name} = %{version}-%{release}

%description devel
This package provides the Haskell %{pkg_name} library development
files.


%prep
%setup -q -n %{pkg_name}-%{version}


%build
%ghc_lib_build


%install
%ghc_lib_install


%check
%if %{with tests}
%cabal test
%endif


%post devel
%ghc_pkg_recache


%postun devel
%ghc_pkg_recache


%files -f %{name}.files
%defattr(-,root,root,-)
%doc LICENSE


%files devel -f %{name}-devel.files
%defattr(-,root,root,-)
%doc README.md


%changelog



commit ghc-regex-pcre-builtin for openSUSE:Factory

2015-05-27 Thread h_root
Hello community,

here is the log from the commit of package ghc-regex-pcre-builtin for 
openSUSE:Factory checked in at 2015-05-27 12:45:31

Comparing /work/SRC/openSUSE:Factory/ghc-regex-pcre-builtin (Old)
 and  /work/SRC/openSUSE:Factory/.ghc-regex-pcre-builtin.new (New)


Package is ghc-regex-pcre-builtin

Changes:

New Changes file:

--- /dev/null   2015-05-15 19:41:08.266053825 +0200
+++ 
/work/SRC/openSUSE:Factory/.ghc-regex-pcre-builtin.new/ghc-regex-pcre-builtin.changes
   2015-05-27 12:45:32.0 +0200
@@ -0,0 +1,5 @@
+---
+Mon Apr 20 12:16:15 UTC 2015 - mimi...@gmail.com
+
+- initial commit 
+

New:

  ghc-regex-pcre-builtin.changes
  ghc-regex-pcre-builtin.spec
  regex-pcre-builtin-0.94.4.8.8.35.tar.gz



Other differences:
--
++ ghc-regex-pcre-builtin.spec ++
#
# spec file for package ghc-regex-pcre-builtin
#
# 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
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An Open Source License is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#

%global pkg_name regex-pcre-builtin

Name:   ghc-%{pkg_name}
Version:0.94.4.8.8.35
Release:0
Summary:Replaces/Enhances Text.Regex
Group:  System/Libraries

License:BSD-3-Clause
Url:https://hackage.haskell.org/package/%{pkg_name}
Source0:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
BuildRoot:  %{_tmppath}/%{name}-%{version}-build

BuildRequires:  ghc-Cabal-devel
BuildRequires:  ghc-rpm-macros
# Begin cabal-rpm deps:
BuildRequires:  ghc-array-devel
BuildRequires:  ghc-bytestring-devel
BuildRequires:  ghc-containers-devel
BuildRequires:  ghc-regex-base-devel
# End cabal-rpm deps

%description
The PCRE backend to accompany regex-base, with bundled code from www.pcre.org.


%package devel
Summary:Haskell %{pkg_name} library development files
Group:  Development/Libraries/Other
Requires:   ghc-compiler = %{ghc_version}
Requires(post): ghc-compiler = %{ghc_version}
Requires(postun): ghc-compiler = %{ghc_version}
Requires:   %{name} = %{version}-%{release}

%description devel
This package provides the Haskell %{pkg_name} library development
files.


%prep
%setup -q -n %{pkg_name}-%{version}


%build
%ghc_lib_build


%install
%ghc_lib_install


%post devel
%ghc_pkg_recache


%postun devel
%ghc_pkg_recache


%files -f %{name}.files
%defattr(-,root,root,-)
%doc LICENSE


%files devel -f %{name}-devel.files
%defattr(-,root,root,-)


%changelog



commit apache2-mod_mono for openSUSE:Factory

2015-05-27 Thread h_root
Hello community,

here is the log from the commit of package apache2-mod_mono for 
openSUSE:Factory checked in at 2015-05-27 12:52:43

Comparing /work/SRC/openSUSE:Factory/apache2-mod_mono (Old)
 and  /work/SRC/openSUSE:Factory/.apache2-mod_mono.new (New)


Package is apache2-mod_mono

Changes:

--- /work/SRC/openSUSE:Factory/apache2-mod_mono/apache2-mod_mono.changes
2013-01-30 22:17:49.0 +0100
+++ /work/SRC/openSUSE:Factory/.apache2-mod_mono.new/apache2-mod_mono.changes   
2015-05-27 12:52:44.0 +0200
@@ -1,0 +2,20 @@
+Tue May 26 08:52:08 UTC 2015 - dg...@suse.com
+
+- Changed xsp dependency version because it was bogus
+
+---
+Sat Jan 17 06:52:33 UTC 2015 - mailaen...@opensuse.org
+
+- fix rpmlint warnings
+- use the official tarball
+
+---
+Fri Jan 16 16:19:05 UTC 2015 - p.drou...@gmail.com
+
+- Update to version 3.12
+  + ChangeLog/News files have not been updated
+- Remove pache2-mod_mono-apache24.patch; merged on upstream release
+- Use download Url as source
+- Cleanup specfile
+
+---

Old:

  apache2-mod_mono-apache24.patch
  mod_mono-2.10.tar.bz2

New:

  mod_mono-3.12.tar.gz



Other differences:
--
++ apache2-mod_mono.spec ++
--- /var/tmp/diff_new_pack.B9AYo7/_old  2015-05-27 12:52:44.0 +0200
+++ /var/tmp/diff_new_pack.B9AYo7/_new  2015-05-27 12:52:44.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package apache2-mod_mono
 #
-# 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
@@ -19,43 +19,28 @@
 Name:   apache2-mod_mono
 %define apxs /usr/sbin/apxs2
 %define apache2_sysconfdir %(%{apxs} -q SYSCONFDIR)/conf.d
-Obsoletes:  mod_mono
+Obsoletes:  mod_mono  2.10
 %define modname mod_mono
 %define apache2_libexecdir %(%{apxs} -q LIBEXECDIR)
 %define apache_mmn%(MMN=$(%{apxs} -q LIBEXECDIR)_MMN; test -x $MMN  
$MMN)
-Url:http://go-mono.com/
-Version:2.10
+Url:http://www.mono-project.com/
+Version:3.12
 Release:0
 Summary:Run ASP.NET Pages on Unix with Apache and Mono
 License:Apache-2.0
 Group:  Productivity/Networking/Web/Servers
-Source: %{modname}-%{version}.tar.bz2
-Patch0: apache2-mod_mono-apache24.patch
+Source: 
http://download.mono-project.com/sources/mod_mono/mod_mono-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Provides:   mod_mono = %{version}-%{release}
 # This must be manually entered according to xsp's protocol version
-Requires:   xsp = %{version}
-BuildRequires:  libtool
-BuildRequires:  pkg-config
-### Suse based options
-%if 0%{?suse_version}
+Requires:   xsp = 3.0.11
 BuildRequires:  apache2-devel
+BuildRequires:  libtool
 BuildRequires:  mono-devel
+BuildRequires:  pkg-config
 Requires:   %{apache_mmn}
 Requires:   apache2
-%if %{suse_version} = 1010
 BuildRequires:  libapr-util1-devel
-%endif
-%if %{sles_version} == 9
-BuildRequires:  pkgconfig
-%endif
-%endif
-### redhat based options
-%if 0%{?fedora_version} || 0%{?rhel_version}
-BuildRequires:  httpd-devel
-BuildRequires:  pkgconfig
-Requires:   httpd
-%endif
 
 %description
 mod_mono is a module that interfaces Apache with Mono and allows
@@ -65,14 +50,9 @@
 
 
 %prep
-%setup -n %{modname}-%{version} -q
-%patch0 -p1
+%setup -q -n %{modname}-%{version}
 
 %build
-autoreconf -fiv
-%if 0%{?sles_version} == 10
-%define _with_remove_display --with-remove-display
-%endif
 %configure %_with_remove_display --disable-quiet-build
 make %{?_smp_mflags}
 
@@ -82,7 +62,7 @@
 %files
 %defattr(-,root,root)
 %{apache2_libexecdir}/*
-%{apache2_sysconfdir}/*
+%config %{apache2_sysconfdir}/*
 %{_mandir}/man8/mod_mono.8*
 
 %changelog




commit dice for openSUSE:Factory

2015-05-27 Thread h_root
Hello community,

here is the log from the commit of package dice for openSUSE:Factory checked in 
at 2015-05-27 12:53:00

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


Package is dice

Changes:

--- /work/SRC/openSUSE:Factory/dice/dice.changes2015-05-18 
22:28:26.0 +0200
+++ /work/SRC/openSUSE:Factory/.dice.new/dice.changes   2015-05-27 
12:53:02.0 +0200
@@ -1,0 +2,30 @@
+Tue May 19 21:44:50 CEST 2015 - m...@suse.de
+
+- Version 0.6.1
+  
+---
+Tue May 19 21:43:47 CEST 2015 - m...@suse.de
+  
+- Adapt package spec, remove recipes
+  
+---
+Tue May 19 21:37:33 CEST 2015 - m...@suse.de
+  
+- Delete recipes
+  
+  The recipes are basically duplicates from the JeOS descriptions
+  provided by kiwi-templates. Now that the kiwi-templates are
+  prepared for dice (provides a Vagrantfile) we refer to one
+  central place instead of duplicating descriptions
+  
+---
+Tue May 19 21:34:12 CEST 2015 - m...@suse.de
+  
+- Update README
+  
+  Change default provider setup to docker. This allows to directly
+  refer to the kiwi-templates which contains all dice configs to
+  build contained. In addition using docker is much faster than
+  virtualbox. Thus I recommend this system
+  
+---

Old:

  dice-0.5.3.gem

New:

  dice-0.6.1.gem



Other differences:
--
++ dice.spec ++
--- /var/tmp/diff_new_pack.pp6s8p/_old  2015-05-27 12:53:02.0 +0200
+++ /var/tmp/diff_new_pack.pp6s8p/_new  2015-05-27 12:53:02.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   dice
-Version:0.5.3
+Version:0.6.1
 Release:0
 %define mod_name dice
 %define mod_full_name %{mod_name}-%{version}
@@ -67,7 +67,7 @@
 # Install the Ruby source
 %gem_install \
   --symlink-binaries \
-  --doc-files=COPYING recipes key \
+  --doc-files=COPYING key \
   -f
 
 # Change to ruby gem dir

++ dice-0.5.3.gem - dice-0.6.1.gem ++
Files old/checksums.yaml.gz and new/checksums.yaml.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/version.rb new/lib/version.rb
--- old/lib/version.rb  1970-01-01 01:00:00.0 +0100
+++ new/lib/version.rb  1970-01-01 01:00:00.0 +0100
@@ -1,3 +1,3 @@
 module Dice
-  VERSION = 0.5.3
+  VERSION = 0.6.1
 end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/metadata new/metadata
--- old/metadata1970-01-01 01:00:00.0 +0100
+++ new/metadata1970-01-01 01:00:00.0 +0100
@@ -1,14 +1,14 @@
 --- !ruby/object:Gem::Specification
 name: dice
 version: !ruby/object:Gem::Version
-  version: 0.5.3
+  version: 0.6.1
 platform: ruby
 authors:
 - SUSE
 autorequire: 
 bindir: bin
 cert_chain: []
-date: 2015-05-17 00:00:00.0 Z
+date: 2015-05-19 00:00:00.0 Z
 dependencies:
 - !ruby/object:Gem::Dependency
   name: cheetah
@@ -162,22 +162,6 @@
 - bin/dice
 - completion/dice.sh
 - key/vagrant
-- recipes/suse-13.2-JeOS/root/etc/motd
-- recipes/suse-13.2-JeOS/config.xml
-- recipes/suse-13.2-JeOS/config.sh
-- recipes/suse-13.2-JeOS/Dicefile
-- recipes/suse-SLE12-JeOS/Vagrantfile
-- recipes/suse-SLE12-JeOS/root/etc/udev/rules.d/70-persistent-net.rules
-- recipes/suse-SLE12-JeOS/root/etc/sysconfig/network/ifcfg-lan0
-- recipes/suse-SLE12-JeOS/root/etc/motd
-- recipes/suse-SLE12-JeOS/config.xml
-- recipes/suse-SLE12-JeOS/config.sh
-- recipes/suse-SLE12-JeOS/Dicefile
-- recipes/suse-13.1-JeOS/Vagrantfile
-- recipes/suse-13.1-JeOS/root/etc/motd
-- recipes/suse-13.1-JeOS/config.xml
-- recipes/suse-13.1-JeOS/config.sh
-- recipes/suse-13.1-JeOS/Dicefile
 - COPYING
 homepage: https://github.com/schaefi/dice/
 licenses:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/recipes/suse-13.1-JeOS/Dicefile 
new/recipes/suse-13.1-JeOS/Dicefile
--- old/recipes/suse-13.1-JeOS/Dicefile 1970-01-01 01:00:00.0 +0100
+++ new/recipes/suse-13.1-JeOS/Dicefile 1970-01-01 01:00:00.0 +0100
@@ -1,3 +0,0 @@
-Dice.configure do |config|
-  config.ssh_user = vagrant
-end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/recipes/suse-13.1-JeOS/Vagrantfile 
new/recipes/suse-13.1-JeOS/Vagrantfile
--- old/recipes/suse-13.1-JeOS/Vagrantfile  1970-01-01 01:00:00.0 
+0100
+++ new/recipes/suse-13.1-JeOS/Vagrantfile  1970-01-01 01:00:00.0 
+0100
@@ -1,25 +0,0 @@
-VAGRANTFILE_API_VERSION = 2
-

commit armadillo for openSUSE:Factory

2015-05-27 Thread h_root
Hello community,

here is the log from the commit of package armadillo for openSUSE:Factory 
checked in at 2015-05-27 12:52:26

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


Package is armadillo

Changes:

--- /work/SRC/openSUSE:Factory/armadillo/armadillo.changes  2015-05-16 
07:14:36.0 +0200
+++ /work/SRC/openSUSE:Factory/.armadillo.new/armadillo.changes 2015-05-27 
12:52:27.0 +0200
@@ -1,0 +2,10 @@
+Mon May 25 23:22:57 UTC 2015 - badshah...@gmail.com
+
+- Update to version 5.200 (Boston Tea Smuggler):
+  + Added orth() for finding the orthonormal basis of the range
+space of a matrix.
+  + Expanded element initialisation to handle nested initialiser
+lists (C++11).
+  + Workarounds for bugs in GCC, Intel and MSVC C++ compilers.
+
+---

Old:

  armadillo-5.100.2.tar.gz

New:

  armadillo-5.200.1.tar.gz



Other differences:
--
++ armadillo.spec ++
--- /var/tmp/diff_new_pack.TAiC7b/_old  2015-05-27 12:52:28.0 +0200
+++ /var/tmp/diff_new_pack.TAiC7b/_new  2015-05-27 12:52:28.0 +0200
@@ -19,7 +19,7 @@
 %define soname libarmadillo5
 
 Name:   armadillo
-Version:5.100.2
+Version:5.200.1
 Release:0
 Summary:Fast C++ matrix library with interfaces to LAPACK and ATLAS
 License:MPL-2.0

++ armadillo-5.100.2.tar.gz - armadillo-5.200.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/armadillo-5.100.2/CMakeLists.txt 
new/armadillo-5.200.1/CMakeLists.txt
--- old/armadillo-5.100.2/CMakeLists.txt2015-05-09 05:44:43.0 
+0200
+++ new/armadillo-5.200.1/CMakeLists.txt2015-05-24 05:52:32.0 
+0200
@@ -13,8 +13,8 @@
 cmake_minimum_required(VERSION 2.8 FATAL_ERROR)
 
 set(ARMA_MAJOR 5)
-set(ARMA_MINOR 100)
-set(ARMA_PATCH 2)
+set(ARMA_MINOR 200)
+set(ARMA_PATCH 1)
 set(ARMADILLO_VERSION ${ARMA_MAJOR}.${ARMA_MINOR}.${ARMA_PATCH})
 
 message(STATUS Configuring Armadillo ${ARMADILLO_VERSION})
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/armadillo-5.100.2/README.txt 
new/armadillo-5.200.1/README.txt
--- old/armadillo-5.100.2/README.txt2015-05-09 05:44:43.0 +0200
+++ new/armadillo-5.200.1/README.txt2015-05-24 05:52:32.0 +0200
@@ -192,7 +192,7 @@
 If you want to use Armadillo without installation,
 or you're getting linking errors, compile along these lines:
   
-  g++ example1.cpp -o example1 -O2 -I /home/blah/armadillo-5.100.2/include 
-DARMA_DONT_USE_WRAPPER -lblas -llapack
+  g++ example1.cpp -o example1 -O2 -I /home/blah/armadillo-5.200.1/include 
-DARMA_DONT_USE_WRAPPER -lblas -llapack
   
 The above command line assumes that you have unpacked the armadillo archive 
into /home/blah/
 You will need to adjust this for later versions of Armadillo,
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/armadillo-5.100.2/docs.html 
new/armadillo-5.200.1/docs.html
--- old/armadillo-5.100.2/docs.html 2015-05-01 04:54:42.0 +0200
+++ new/armadillo-5.200.1/docs.html 2015-05-23 15:41:56.0 +0200
@@ -127,7 +127,7 @@
   tbody
 tr
   td style=text-align: left; vertical-align: top;
-font size=+2bReference for Armadillo 5.100/b/font
+font size=+2bReference for Armadillo 5.200/b/font
 br
   /td
   td style=text-align: right; vertical-align: top;
@@ -402,16 +402,17 @@
 tr style=background-color: #F5F5F5;tda 
href=#invinv/a/tdtdnbsp;/tdtdinverse of general square 
matrix/td/tr
 trtda href=#inv_sympdinv_sympd/a/tdtdnbsp;/tdtdinverse of 
symmetric positive definite matrix/td/tr
 trtda href=#lulunbsp;nbsp;/a/tdtdnbsp;/tdtdlower-upper 
decomposition/td/tr
-trtda 
href=#pinvpinv/a/tdtdnbsp;/tdtdpseudo-inverse/td/tr
+trtda href=#orthorth/a/tdtdnbsp;/tdtdorthonormal basis of 
range space/td/tr
+tr style=background-color: #F5F5F5;tda 
href=#pinvpinv/a/tdtdnbsp;/tdtdpseudo-inverse/td/tr
 tr style=background-color: #F5F5F5;tda 
href=#princompprincomp/a/tdtdnbsp;/tdtdprincipal component 
analysis/td/tr
 tr style=background-color: #F5F5F5;tda 
href=#qrqrnbsp;nbsp;/a/tdtdnbsp;/tdtdQR decomposition/td/tr
-tr style=background-color: #F5F5F5;tda 
href=#qr_econqr_econ/a/tdtdnbsp;/tdtdeconomical QR 
decomposition/td/tr
+trtda href=#qr_econqr_econ/a/tdtdnbsp;/tdtdeconomical QR 
decomposition/td/tr
 trtda href=#solvesolve/a/tdtdnbsp;/tdtdsolve systems of 
linear equations/td/tr
 trtda href=#spsolvespsolve/a/tdtdnbsp;/tdtdsolve sparse 
systems of linear equations/td/tr
-trtda href=#svdsvd/a/tdtdnbsp;/tdtdsingular value 

commit scilab for openSUSE:Factory

2015-05-27 Thread h_root
Hello community,

here is the log from the commit of package scilab for openSUSE:Factory checked 
in at 2015-05-27 12:53:17

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


Package is scilab

Changes:

--- /work/SRC/openSUSE:Factory/scilab/scilab.changes2015-04-13 
20:31:51.0 +0200
+++ /work/SRC/openSUSE:Factory/.scilab.new/scilab.changes   2015-05-27 
12:53:18.0 +0200
@@ -1,0 +2,7 @@
+Tue May 26 01:34:01 UTC 2015 - badshah...@gmail.com
+
+- Build without external scirenderer; remove Requires and
+  BuildRequires on external scirenderer which is discontinued as a
+  standalone library by upstream.
+
+---



Other differences:
--
++ scilab.spec ++
--- /var/tmp/diff_new_pack.EChnBg/_old  2015-05-27 12:53:20.0 +0200
+++ /var/tmp/diff_new_pack.EChnBg/_new  2015-05-27 12:53:20.0 +0200
@@ -82,11 +82,9 @@
 BuildRequires:  Mesa-devel
 BuildRequires:  flexdock
 BuildRequires:  jogl2 = 2.2.4
-BuildRequires:  scirenderer
 
 Requires:   flexdock
 Requires:   jogl2 = 2.2.4
-Requires:   scirenderer
 
 BuildRequires:  jrosetta
 Requires:   jrosetta




commit libmpd for openSUSE:Factory

2015-05-27 Thread h_root
Hello community,

here is the log from the commit of package libmpd for openSUSE:Factory checked 
in at 2015-05-27 12:52:09

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


Package is libmpd

Changes:

--- /work/SRC/openSUSE:Factory/libmpd/libmpd.changes2014-11-11 
01:11:19.0 +0100
+++ /work/SRC/openSUSE:Factory/.libmpd.new/libmpd.changes   2015-05-27 
12:52:10.0 +0200
@@ -1,0 +2,11 @@
+Wed Feb 11 00:44:14 UTC 2015 - p.drou...@gmail.com
+
+- Update to version 11.8.17
+  * ChangeLog has not been updated
+- Update home page Url
+- Use download Url as source
+- Update and unversion libmpd-0.20.0_glibc-2.20.patch
+   libmpd-glibc-2.20.patch 
+- Removed libmpd-overflow.patch
+
+---

Old:

  libmpd-0.20.0.tar.bz2
  libmpd-0.20.0_glibc-2.20.patch
  libmpd-overflow.patch

New:

  libmpd-11.8.17.tar.gz
  libmpd-glibc-2.20.patch



Other differences:
--
++ libmpd.spec ++
--- /var/tmp/diff_new_pack.gvgnzb/_old  2015-05-27 12:52:11.0 +0200
+++ /var/tmp/diff_new_pack.gvgnzb/_new  2015-05-27 12:52:11.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libmpd
 #
-# Copyright (c) 2012 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,17 +17,16 @@
 
 
 Name:   libmpd
-Version:0.20.0
+Version:11.8.17
 Release:0
 Summary:Client Library to the Music Player Daemon
 License:GPL-2.0+
 Group:  System/Libraries
-Url:http://gmpc.wikia.com/wiki/Gnome_Music_Player_Client
-Source: libmpd-0.20.0.tar.bz2
+Url:http://gmpclient.org/
+Source: 
http://download.sarine.nl/Programs/gmpc/11.8/libmpd-%{version}.tar.gz
 Source1:baselibs.conf
-Patch0: libmpd-overflow.patch
-#PATCH-FIX-UPSTREAM libmpd-0.20.0_glibc-2.20.patch avvi...@yandex.ru -- Fix 
build with glibc-2.20
-Patch1: libmpd-0.20.0_glibc-2.20.patch
+#PATCH-FIX-UPSTREAM libmpd-glibc-2.20.patch avvi...@yandex.ru -- Fix build 
with glibc-2.20
+Patch1: libmpd-glibc-2.20.patch
 BuildRequires:  doxygen
 BuildRequires:  fdupes
 BuildRequires:  libtool
@@ -65,7 +64,6 @@
 
 %prep
 %setup -q
-%patch0
 %patch1 -p1
 
 %build
@@ -83,9 +81,6 @@
 
 %postun -n %libname -p /sbin/ldconfig
 
-%clean
-rm -rf %{buildroot}
-
 %files -n %libname
 %defattr(-,root,root,-)
 %{_libdir}/%{name}.so.*

++ libmpd-glibc-2.20.patch ++
--- libmpd-0.20.0.orig/src/Makefile.am
+++ libmpd-0.20.0/src/Makefile.am
@@ -1,4 +1,4 @@
-INCLUDES = \
+INCLUDES = -include $(top_builddir)/config.h \
-I. \
-I$(top_srcdir) \
@EXTRA_CFLAGS@ -Wall -Wmissing-declarations 
@@ -36,5 +36,5 @@ EXTRA_DIST = \
libmpd-version.h.in
 
 libmpd_la_LIBADD = 
-libmpd_la_LDFLAGS = @EXTRA_LDFLAGS@ -version-info @LIBMPD_LIBTOOL_VERSION@ 
+libmpd_la_LDFLAGS = @EXTRA_LDFLAGS@ -no-undefined -version-info 
@LIBMPD_LIBTOOL_VERSION@ 
 libmpdincludedir= $(includedir)/libmpd-1.0/libmpd/
--- libmpd-0.20.0.orig/configure.ac
+++ libmpd-0.20.0/configure.ac
@@ -23,7 +23,9 @@
 LIBMPD_LIBTOOL_VERSION=4:0:3
 AC_SUBST(LIBMPD_LIBTOOL_VERSION)
 
-AC_PROG_CC
+AC_USE_SYSTEM_EXTENSIONS
+AC_SYS_LARGEFILE
+AC_PROG_CC_STDC
 AC_LIBTOOL_WIN32_DLL
 AM_PROG_LIBTOOL
 
--- libmpd-0.20.0.orig/src/libmpd-player.c
+++ libmpd-0.20.0/src/libmpd-player.c
@@ -19,7 +19,6 @@
 
 #include stdio.h
 #include stdlib.h
-#define __USE_GNU
 
 #include string.h
 #include stdarg.h
--- libmpd-0.20.0.orig/src/libmpd-database.c
+++ libmpd-0.20.0/src/libmpd-database.c
@@ -19,7 +19,6 @@
 
 #include stdio.h
 #include stdlib.h
-#define __USE_GNU
 
 #include string.h
 #include stdarg.h
--- libmpd-0.20.0.orig/src/libmpd-playlist.c
+++ libmpd-0.20.0/src/libmpd-playlist.c
@@ -19,7 +19,6 @@
 
 #include stdio.h
 #include stdlib.h
-#define __USE_GNU
 
 #include string.h
 #include stdarg.h
--- libmpd-0.20.0.orig/src/libmpd-status.c
+++ libmpd-0.20.0/src/libmpd-status.c
@@ -20,7 +20,6 @@
 #include stdio.h
 #include stdlib.h
 #include assert.h
-#define __USE_GNU
 
 #include string.h
 #include stdarg.h
--- libmpd-0.20.0.orig/src/libmpd-sticker.c
+++ libmpd-0.20.0/src/libmpd-sticker.c
@@ -1,6 +1,5 @@
 #include stdio.h
 #include stdlib.h
-#define __USE_GNU
 #include glib.h
 #include string.h
 #include stdarg.h
--- libmpd-0.20.0.orig/src/libmpd.c
+++ libmpd-0.20.0/src/libmpd.c
@@ -19,7 +19,6 @@
 
 #include stdio.h
 #include stdlib.h
-#define __USE_GNU
 
 

commit cunit for openSUSE:Factory

2015-05-27 Thread h_root
Hello community,

here is the log from the commit of package cunit for openSUSE:Factory checked 
in at 2015-05-27 12:51:52

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


Package is cunit

Changes:

--- /work/SRC/openSUSE:Factory/cunit/cunit.changes  2014-08-14 
14:58:08.0 +0200
+++ /work/SRC/openSUSE:Factory/.cunit.new/cunit.changes 2015-05-27 
12:51:53.0 +0200
@@ -1,0 +2,5 @@
+Tue May 26 16:00:55 UTC 2015 - dd...@suse.com
+
+- Don't tag Recommends on RHEL, it yields an Unknown tag error.
+
+---



Other differences:
--
++ cunit.spec ++
--- /var/tmp/diff_new_pack.Ayh9Z8/_old  2015-05-27 12:51:54.0 +0200
+++ /var/tmp/diff_new_pack.Ayh9Z8/_new  2015-05-27 12:51:54.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package cunit
 #
-# 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
@@ -46,7 +46,9 @@
 Requires:   %{_libname} = %{version}
 Requires:   ncurses-devel
 Requires:   pkg-config
+%if 0%{?suse_version} || 0%{?fedora_version}
 Recommends: %{name}-doc = %{version}
+%endif
 
 %description devel
 CUnit is a unit testing framework for C.




commit perl-Config-General for openSUSE:Factory

2015-05-27 Thread h_root
Hello community,

here is the log from the commit of package perl-Config-General for 
openSUSE:Factory checked in at 2015-05-27 12:48:21

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


Package is perl-Config-General

Changes:

--- /work/SRC/openSUSE:Factory/perl-Config-General/perl-Config-General.changes  
2014-09-17 17:26:41.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Config-General.new/perl-Config-General.changes 
2015-05-27 12:48:22.0 +0200
@@ -1,0 +2,13 @@
+Thu May 21 08:28:02 UTC 2015 - co...@suse.com
+
+- updated to 2.57
+   see /usr/share/doc/packages/perl-Config-General/Changelog
+
+  2.57 - fix rt.cpan.org#104548, dont allow special chars like newline
+ or  in keys, which leads to faile when saving.
+  
+  2.56 - fix rt.cpan.org#95325
+  
+  2.55 - fix rt.cpan.org#95314
+
+---

Old:

  Config-General-2.56.tar.gz

New:

  Config-General-2.57.tar.gz
  cpanspec.yml



Other differences:
--
++ perl-Config-General.spec ++
--- /var/tmp/diff_new_pack.njarz7/_old  2015-05-27 12:48:23.0 +0200
+++ /var/tmp/diff_new_pack.njarz7/_new  2015-05-27 12:48:23.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Config-General
 #
-# 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,14 +17,15 @@
 
 
 Name:   perl-Config-General
-Version:2.56
+Version:2.57
 Release:0
 %define cpan_name Config-General
 Summary:Generic Config Module
-License:Artistic-1.0 or GPL-1.0+
+License:GPL-1.0+ or Artistic-1.0
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/Config-General/
-Source: 
http://www.cpan.org/authors/id/T/TL/TLINDEN/%{cpan_name}-%{version}.tar.gz
+Source0:
http://www.cpan.org/authors/id/T/TL/TLINDEN/%{cpan_name}-%{version}.tar.gz
+Source1:cpanspec.yml
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
@@ -61,6 +62,6 @@
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc Changelog README
+%doc Changelog README TODO
 
 %changelog

++ Config-General-2.56.tar.gz - Config-General-2.57.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Config-General-2.56/Changelog 
new/Config-General-2.57/Changelog
--- old/Config-General-2.56/Changelog   2014-05-01 13:17:18.0 +0200
+++ new/Config-General-2.57/Changelog   2015-05-20 19:30:20.0 +0200
@@ -1,3 +1,10 @@
+2.57   - fix rt.cpan.org#104548, dont allow special chars like newline
+ or  in keys, which leads to faile when saving.
+
+2.56   - fix rt.cpan.org#95325
+
+2.55   - fix rt.cpan.org#95314
+
 2.54   - fixed rt.cpan.org#39814. changed the order of pre-processing
  in _read(): 1) remove comments, 2) check for continuation,
  3) remove empty lines.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Config-General-2.56/General.pm 
new/Config-General-2.57/General.pm
--- old/Config-General-2.56/General.pm  2014-05-04 15:25:59.0 +0200
+++ new/Config-General-2.57/General.pm  2015-05-20 19:30:20.0 +0200
@@ -5,7 +5,7 @@
 #  config values from a given file and
 #  return it as hash structure
 #
-# Copyright (c) 2000-2014 Thomas Linden tlinden |AT| cpan.org.
+# Copyright (c) 2000-2015 Thomas Linden tlinden |AT| cpan.org.
 # All Rights Reserved. Std. disclaimer applies.
 # Artistic License, same as perl itself. Have fun.
 #
@@ -32,7 +32,7 @@
 use Carp;
 use Exporter;
 
-$Config::General::VERSION = 2.56;
+$Config::General::VERSION = 2.57;
 
 use vars  qw(@ISA @EXPORT_OK);
 use base qw(Exporter);
@@ -1258,6 +1258,11 @@
   my $config_string = q();
 
   foreach my $entry ( $this-{SaveSorted} ? sort keys %$config : keys %$config 
) {
+# fix rt#104548
+if ($entry =~ /[\n\r]/) {
+  croak Config::General: current key contains invalid characters: 
$entry!\n;
+}
+
 if (ref($config-{$entry}) eq 'ARRAY') {
   if( $this-{ForceArray}  scalar @{$config-{$entry}} == 1  ! 
ref($config-{$entry}-[0]) ) {
 # a single value array forced to stay as array
@@ -2748,7 +2753,7 @@
 
 =head1 VERSION
 
-2.56
+2.57
 
 =cut
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Config-General-2.56/META.yml 

commit notify-sharp3 for openSUSE:Factory

2015-05-27 Thread h_root
Hello community,

here is the log from the commit of package notify-sharp3 for openSUSE:Factory 
checked in at 2015-05-27 12:49:15

Comparing /work/SRC/openSUSE:Factory/notify-sharp3 (Old)
 and  /work/SRC/openSUSE:Factory/.notify-sharp3.new (New)


Package is notify-sharp3

Changes:

New Changes file:

--- /dev/null   2015-05-15 19:41:08.266053825 +0200
+++ /work/SRC/openSUSE:Factory/.notify-sharp3.new/notify-sharp3.changes 
2015-05-27 12:49:16.0 +0200
@@ -0,0 +1,86 @@
+---
+Thu May 21 09:30:56 UTC 2015 - dims...@opensuse.org
+
+- Rename .spec and .changes to notify-sharp3, to match the package
+  container name.
+
+---
+Wed Mar 25 17:27:05 UTC 2015 - p.drou...@gmail.com
+
+- Replace pkgconfig(dbus-sharp-1.0) and pkgconfig(dbus-sharp-glib-1.0)
+  with pkgconfig(dbus-sharp-2.0) and pkgconfig(dbus-sharp-glib-2.0);
+- Add notify-sharp-use_dbussharp_2.pc.patch from ArchLinux; bump
+  dependencies version to make pkgconfig find packages
+
+---
+Tue Jan  6 19:08:01 UTC 2015 - mailaen...@opensuse.org
+
+- Update to upstream version 3.0.3
+- dropped ancient
+  * notify-sharp-fix-app-name-derivation.patch
+  * notify-sharp-use-dbus-sharp.patch
+
+---
+Wed Jan 18 10:09:18 UTC 2012 - vu...@opensuse.org
+
+- Update the tarball to revision 3032, which seems to be what all
+  other distributions are using; this is needed by some apps like
+  smuxi. Note that it's still version 0.4.0 somehow, since there
+  was no official release.
+- Add notify-sharp-fix-app-name-derivation.patch: fixes an issue
+  with notification naming with banshee. Taken from Debian.
+- Replace notify-sharp-use-dbus-sharp.patch with patch from
+  https://github.com/hyperair/notify-sharp.
+- Add autoconf and automake BuildRequires, needed for the
+  autoreconf call.
+
+---
+Thu Jul  7 05:26:12 UTC 2011 - nmarq...@opensuse.org
+
+- Add notify-sharp-use-dbus-sharp.patch - uses dbus-sharp instead
+  of deprecated ndesk-dbus.
+- Spec changes:
+  + Add devel sub-package.
+  + Add pkgconfig() calls for = 1130.
+  + Package is noarch, installs on %{_libexecdir} and .pc file
+goes to %{_datadir} (compliant with other mono packages).
+  + Removed %clean section (not required) anymore.
+  + Minor cleanups.
+
+---
+Sun Apr 26 14:33:29 CEST 2009 - vu...@novell.com
+
+- Do not Require notification-daemon, but Recommend it: there's no
+  reason to hard-require it.
+
+---
+Tue Mar 25 00:40:44 CET 2008 - r...@suse.de
+
+- added ndesk-dbus-glib-devel to buildreq 
+
+---
+Fri Nov  9 19:38:21 CET 2007 - ma...@suse.de
+
+- Added a Requires notification-daemon to fix bnc #328526.
+
+---
+Mon Aug  6 12:49:51 CEST 2007 - r...@suse.de
+
+- fix build on lib64 (mono is in /usr/lib regardless) 
+
+---
+Mon Jul 23 19:58:06 CEST 2007 - ma...@suse.de
+
+- Package added to pdb.
+- Initial submit to factory.
+- Docs disabled in this version in order to get the build done.
+
+---
+Thu Jun 21 12:46:37 CDT 2007 - m...@suse.de
+
+- Don't build as root.
+
+---
+Mon Jun 11 2007 12:00:00 EST 2007 - calvi...@gmail.com
+
+- Initial package, version 0.4.0

New:

  notify-sharp-3.0.3.tar.gz
  notify-sharp-use_dbussharp_2.pc.patch
  notify-sharp3.changes
  notify-sharp3.spec



Other differences:
--
++ notify-sharp3.spec ++
#
# spec file for package notify-sharp
#
# 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
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An Open Source License is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#

# This package installs in 

commit perl-Text-Markdown for openSUSE:Factory

2015-05-27 Thread h_root
Hello community,

here is the log from the commit of package perl-Text-Markdown for 
openSUSE:Factory checked in at 2015-05-27 12:48:57

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


Package is perl-Text-Markdown

Changes:

--- /work/SRC/openSUSE:Factory/perl-Text-Markdown/perl-Text-Markdown.changes
2011-12-12 17:03:34.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-Text-Markdown.new/perl-Text-Markdown.changes   
2015-05-27 12:48:58.0 +0200
@@ -1,0 +2,10 @@
+Thu May 21 11:09:35 UTC 2015 - co...@suse.com
+
+- translate previous change into cpanspec.yml
+
+---
+Thu May 21 09:40:02 UTC 2015 - mailaen...@opensuse.org
+
+- add a Debian compatible symlink with update-alternatives
+
+---

New:

  cpanspec.yml



Other differences:
--
++ perl-Text-Markdown.spec ++
--- /var/tmp/diff_new_pack.PwsH19/_old  2015-05-27 12:48:59.0 +0200
+++ /var/tmp/diff_new_pack.PwsH19/_new  2015-05-27 12:48:59.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Text-Markdown
 #
-# Copyright (c) 2011 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
@@ -24,18 +24,26 @@
 License:BSD-3-Clause
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/Text-Markdown/
-Source: 
http://www.cpan.org/authors/id/B/BO/BOBTFISH/%{cpan_name}-%{version}.tar.gz
+Source0:
http://www.cpan.org/authors/id/B/BO/BOBTFISH/%{cpan_name}-%{version}.tar.gz
+Source1:cpanspec.yml
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
-BuildRequires:  perl(LWP::Simple)
+BuildRequires:  perl-macros
 BuildRequires:  perl(List::MoreUtils)
-BuildRequires:  perl(Module::Build)
 BuildRequires:  perl(Test::Differences)
 BuildRequires:  perl(Test::Exception)
-BuildRequires:  perl(Text::Diff)
-BuildRequires:  perl-macros
 %{perl_requires}
+# MANUAL BEGIN
+%post
+update-alternatives \
+   --install %{_bindir}/markdown markdown %{_bindir}/Markdown.pl 30
+
+%postun
+if [ $1 -eq 0 ] ; then
+   update-alternatives --remove markdown %{_bindir}/Markdown.pl
+fi
+# MANUAL END
 
 %description
 Markdown is a text-to-HTML filter; it translates an easy-to-read /
@@ -61,11 +69,17 @@
 %install
 %perl_make_install
 %perl_process_packlist
+# MANUAL BEGIN
+# update-alternatives
+mkdir -p %{buildroot}%{_sysconfdir}/alternatives
+touch %{buildroot}%{_sysconfdir}/alternatives/markdown
+ln -sf %{_sysconfdir}/alternatives/markdown %{buildroot}%{_bindir}/markdown
+
+echo %ghost %{_sysconfdir}/alternatives/markdown  %{name}.files
+echo %{_bindir}/markdown  %{name}.files
+# MANUAL END
 %perl_gen_filelist
 
-%clean
-%{__rm} -rf %{buildroot}
-
 %files -f %{name}.files
 %defattr(-,root,root,755)
 %doc Changes License.text README Readme.text Todo

++ cpanspec.yml ++
---
#description_paragraphs: 3
#no_testing: broken upstream
#sources:
#  - source1
#  - source2
#patches:
#  foo.patch: -p1
#  bar.patch:
preamble: |-
 %post
 update-alternatives \
--install %{_bindir}/markdown markdown %{_bindir}/Markdown.pl 30

 %postun
 if [ $1 -eq 0 ] ; then
update-alternatives --remove markdown %{_bindir}/Markdown.pl
 fi
#post_prep: |-
# hunspell=`pkg-config --libs hunspell | sed -e 's,-l,,; s,  *,,g'`
# sed -i -e s,hunspell-X,$hunspell, t/00-prereq.t Makefile.PL 
post_install: |-
 # update-alternatives
 mkdir -p %{buildroot}%{_sysconfdir}/alternatives
 touch %{buildroot}%{_sysconfdir}/alternatives/markdown
 ln -sf %{_sysconfdir}/alternatives/markdown %{buildroot}%{_bindir}/markdown

 echo %ghost %{_sysconfdir}/alternatives/markdown  %{name}.files
 echo %{_bindir}/markdown  %{name}.files

#license: SUSE-NonFree
#skip_noarch: 1
#custom_build: |-
#./Build build flags=%{?_smp_mflags} --myflag
#custom_test: |-
#startserver  make test
#ignore_requires: Bizarre::Module



commit salt for openSUSE:Factory

2015-05-27 Thread h_root
Hello community,

here is the log from the commit of package salt for openSUSE:Factory checked in 
at 2015-05-27 12:48:39

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


Package is salt

Changes:

--- /work/SRC/openSUSE:Factory/salt/salt.changes2015-04-25 
11:25:33.0 +0200
+++ /work/SRC/openSUSE:Factory/.salt.new/salt.changes   2015-05-27 
12:48:40.0 +0200
@@ -1,0 +2,38 @@
+Fri May 15 21:04:44 UTC 2015 - abo...@gmail.com
+
+- Removed python-pssh depency not needed anymore.
+
+---
+Wed May  6 20:33:53 UTC 2015 - abo...@gmail.com
+
+- Major release 2015.5.0 Lithium
+- update to 2015.5.0
+  The 2015.5.0 feature release of Salt is focused on hardening Salt
+  and mostly on improving existing systems. A few major additions
+  are present, primarily the new Beacon system. Most enhancements
+  have been focused around improving existing features and
+  interfaces.
+
+  As usual the release notes are not exhaustive and primarily
+  include the most notable additions and improvements. Hundreds of
+  bugs have been fixed and many modules have been substantially
+  updated and added.
+
+
+  See especially the warning right on the top regarding
+  python_shell=False.
+
+  For all details see
+   http://docs.saltstack.com/en/latest/topics/releases/2015.5.0.html
+- RPM Package changes:
+- add some versions to the buildrequires to match the 2
+  requirements files from the tarball
+- Moved the depencencies to main salt package
+  except where they are specific for the package
+- Changed python-request dependency,only needed on salt-cloud
+- Added python-tornado dependency for http.py
+- Fixed zsh_completion in tarball.
+- Fixed salt-api requirements to require python-cherrypy
+- Fixed salt-cloud requiments to require salt-master
+
+---

Old:

  salt-2014.7.5.tar.gz
  zsh_completion.zsh

New:

  salt-2015.5.0.tar.gz



Other differences:
--
++ salt.spec ++
--- /var/tmp/diff_new_pack.toYH12/_old  2015-05-27 12:48:41.0 +0200
+++ /var/tmp/diff_new_pack.toYH12/_new  2015-05-27 12:48:41.0 +0200
@@ -16,7 +16,7 @@
 #
 
 Name:   salt
-Version:2014.7.5
+Version:2015.5.0
 Release:0
 Summary:A parallel remote execution system
 License:Apache-2.0
@@ -24,9 +24,6 @@
 Url:http://saltstack.org/
 Source0:
http://pypi.python.org/packages/source/s/%{name}/%{name}-%{version}.tar.gz
 
-# FIX_UPSTREAM_TARBALL no zsh completion
-Source1:   zsh_completion.zsh
-
 # PATCH-FIX-OPENSUSE use-forking-daemon.patch tser...@suse.com -- We don't 
have python-systemd, so notify can't work
 Patch1: use-forking-daemon.patch
 
@@ -38,10 +35,11 @@
 BuildRequires:  python-PyYAML
 BuildRequires:  python-apache-libcloud = 0.14.0
 BuildRequires:  python-devel
-BuildRequires:  python-msgpack-python
+BuildRequires:  python-msgpack-python  0.3
 BuildRequires:  python-psutil
 BuildRequires:  python-pycrypto
-BuildRequires:  python-pyzmq
+BuildRequires:  python-pyzmq = 2.2.0
+BuildRequires:  python-tornado
 BuildRequires:  python-requests = 1.0.0
 BuildRequires:  python-yaml
 
@@ -60,24 +58,23 @@
 BuildRequires:  python-salt-testing
 BuildRequires:  python-unittest2
 BuildRequires:  python-xml
-%if 0%{?suse_version} = 1210
-BuildRequires:  python-pssh
-%{?systemd_requires}
-%endif
 
 #for docs
 BuildRequires:  python-sphinx
 
 Requires:   logrotate
 Requires:   python-Jinja2
+Requires:  python-M2Crypto
 Requires:   python-PyYAML
 Requires:   python-apache-libcloud
+Requires:  python-msgpack-python
 Requires:   python-psutil
-Requires:   python-requests
+Requires:   python-tornado
 Requires:   python-xml
 Requires:   python-yaml
-Requires:   python-yaml
 Requires:   python-zypp
+Requires:  python-pyzmq
+Requires:  python-pycrypto
 Requires(pre): %fillup_prereq
 %if 0%{?suse_version}  1210
 Requires(pre): %insserv_prereq
@@ -118,7 +115,7 @@
 Group:  System/Monitoring
 Requires:   %{name} = %{version}
 Requires:   %{name}-master = %{version}
-Recommends: python-CherryPy
+Requires:  python-CherryPy
 
 %description api
 salt-api is a modular interface on top of Salt that can provide a variety of 
entry points into a running Salt system.
@@ -127,8 +124,9 @@
 Summary:Salt Cloud is a generic cloud provisioning tool
 Group:  System/Monitoring
 Requires:   %{name} = %{version}
-Requires:   python-PyYAML
+Requires:   %{name}-master = %{version}
 Requires:   

commit e2fsprogs for openSUSE:Factory

2015-05-27 Thread h_root
Hello community,

here is the log from the commit of package e2fsprogs for openSUSE:Factory 
checked in at 2015-05-27 12:39:54

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


Package is e2fsprogs

Changes:

--- /work/SRC/openSUSE:Factory/e2fsprogs/e2fsprogs.changes  2015-01-10 
23:07:04.0 +0100
+++ /work/SRC/openSUSE:Factory/.e2fsprogs.new/e2fsprogs.changes 2015-05-27 
12:39:57.0 +0200
@@ -1,0 +2,13 @@
+Tue May 26 12:15:35 UTC 2015 - j...@suse.cz
+
+- Update to 1.42.13
+  * fix potential buffer overflow while closing a filesystem
+  * fix deadlock which occurs when using systemd and e2fsck.conf's logging
+feature
+  * make tune2fs clear journal superblock backup when removing journal
+  * fix use after free bugs in resize2fs and e2fsck
+  * fix endianity bugs in libext2fs
+  ...
+- Remove e2fsck-fix-free-pointer-dereferences.patch: Merged upstream
+
+---

Old:

  e2fsck-fix-free-pointer-dereferences.patch
  e2fsprogs-1.42.12.tar.gz

New:

  e2fsprogs-1.42.13.tar.gz



Other differences:
--
++ e2fsprogs.spec ++
--- /var/tmp/diff_new_pack.DQ7eBX/_old  2015-05-27 12:39:58.0 +0200
+++ /var/tmp/diff_new_pack.DQ7eBX/_new  2015-05-27 12:39:58.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package e2fsprogs
 #
-# 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
@@ -61,7 +61,7 @@
 Conflicts:  libcom_err-mini-devel
 %endif
 #
-Version:1.42.12
+Version:1.42.13
 Release:0
 Summary:Utilities for the Second Extended File System
 License:GPL-2.0
@@ -80,7 +80,6 @@
 Patch3: libcom_err-compile_et_permissions.patch
 Patch4: e2fsprogs-1.42-implicit_fortify_decl.patch
 Patch5: e2fsprogs-1.42-ext2fsh_implicit.patch
-Patch6: e2fsck-fix-free-pointer-dereferences.patch
 # Do not suppress make commands
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
@@ -194,7 +193,6 @@
 %patch3 -p1
 %patch4
 %patch5
-%patch6 -p1
 cp %{SOURCE2} .
 
 %build

++ e2fsprogs-1.42.12.tar.gz - e2fsprogs-1.42.13.tar.gz ++
/work/SRC/openSUSE:Factory/e2fsprogs/e2fsprogs-1.42.12.tar.gz 
/work/SRC/openSUSE:Factory/.e2fsprogs.new/e2fsprogs-1.42.13.tar.gz differ: char 
5, line 1

++ libcom_err-compile_et_permissions.patch ++
--- /var/tmp/diff_new_pack.DQ7eBX/_old  2015-05-27 12:39:58.0 +0200
+++ /var/tmp/diff_new_pack.DQ7eBX/_new  2015-05-27 12:39:58.0 +0200
@@ -1,13 +1,13 @@
-Index: e2fsprogs-1.41.7/lib/et/compile_et.sh.in
+Index: e2fsprogs-1.42.13/lib/et/compile_et.sh.in
 ===
 e2fsprogs-1.41.7.orig/lib/et/compile_et.sh.in
-+++ e2fsprogs-1.41.7/lib/et/compile_et.sh.in
+--- e2fsprogs-1.42.13.orig/lib/et/compile_et.sh.in
 e2fsprogs-1.42.13/lib/et/compile_et.sh.in
 @@ -51,7 +51,7 @@ if test -f ${BASE}.h  cmp -s ${BASE}.h
  rm -f ${BASE}.h.$$
  else
  mv -f ${BASE}.h.$$ ${BASE}.h
--chmod -w ${BASE}.h
-+#chmod -w ${BASE}.h
+-chmod a-w ${BASE}.h
++#chmod a-w ${BASE}.h
  fi
  $AWK -f ${DIR}/et_c.awk outfile=${BASE}.c.$$ outfn=${BASE}.c $ROOT.et
  if test -f ${BASE}.c  cmp -s ${BASE}.c.$$ ${BASE}.c ; then




commit ghc-monad-journal for openSUSE:Factory

2015-05-27 Thread h_root
Hello community,

here is the log from the commit of package ghc-monad-journal for 
openSUSE:Factory checked in at 2015-05-27 12:44:40

Comparing /work/SRC/openSUSE:Factory/ghc-monad-journal (Old)
 and  /work/SRC/openSUSE:Factory/.ghc-monad-journal.new (New)


Package is ghc-monad-journal

Changes:

New Changes file:

--- /dev/null   2015-05-15 19:41:08.266053825 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-monad-journal.new/ghc-monad-journal.changes 
2015-05-27 12:44:41.0 +0200
@@ -0,0 +1,5 @@
+---
+Sun Apr 26 18:13:30 UTC 2015 - mimi...@gmail.com
+
+- initial commit
+

New:

  ghc-monad-journal.changes
  ghc-monad-journal.spec
  monad-journal-0.7.tar.gz



Other differences:
--
++ ghc-monad-journal.spec ++
#
# spec file for package ghc-monad-journal
#
# 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
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An Open Source License is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#

%global pkg_name monad-journal

Name:   ghc-%{pkg_name}
Version:0.7
Release:0
Summary:Pure logger typeclass and monad transformer
Group:  System/Libraries

License:BSD-3-Clause
Url:https://hackage.haskell.org/package/%{pkg_name}
Source0:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
BuildRoot:  %{_tmppath}/%{name}-%{version}-build

BuildRequires:  ghc-Cabal-devel
BuildRequires:  ghc-rpm-macros
# Begin cabal-rpm deps:
BuildRequires:  ghc-either-devel
BuildRequires:  ghc-monad-control-devel
BuildRequires:  ghc-mtl-devel
BuildRequires:  ghc-transformers-base-devel
BuildRequires:  ghc-transformers-devel
# End cabal-rpm deps

%description
This package provides a typeclass for logging in pure code, or more generally,
in any kind of context. You can do whatever you want with logs, especially get
them, clear them or even sink them through 'IO' if you're logging in '(MonadIO
m) = m'.


%package devel
Summary:Haskell %{pkg_name} library development files
Group:  Development/Libraries/Other
Requires:   ghc-compiler = %{ghc_version}
Requires(post): ghc-compiler = %{ghc_version}
Requires(postun): ghc-compiler = %{ghc_version}
Requires:   %{name} = %{version}-%{release}

%description devel
This package provides the Haskell %{pkg_name} library development files.


%prep
%setup -q -n %{pkg_name}-%{version}


%build
%ghc_lib_build


%install
%ghc_lib_install


%post devel
%ghc_pkg_recache


%postun devel
%ghc_pkg_recache


%files -f %{name}.files
%defattr(-,root,root,-)
%doc LICENSE


%files devel -f %{name}-devel.files
%defattr(-,root,root,-)
%doc README.md


%changelog



commit yast2-ruby-bindings for openSUSE:Factory

2015-05-27 Thread h_root
Hello community,

here is the log from the commit of package yast2-ruby-bindings for 
openSUSE:Factory checked in at 2015-05-27 12:40:59

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


Package is yast2-ruby-bindings

Changes:

--- /work/SRC/openSUSE:Factory/yast2-ruby-bindings/yast2-ruby-bindings.changes  
2015-05-19 23:21:12.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.yast2-ruby-bindings.new/yast2-ruby-bindings.changes 
2015-05-27 12:41:00.0 +0200
@@ -1,0 +2,6 @@
+Mon May 25 10:00:40 UTC 2015 - jreidin...@suse.com
+
+- add ability to test if scr is local (FATE#317900)
+- 3.1.33
+
+---

Old:

  yast2-ruby-bindings-3.1.32.tar.bz2

New:

  yast2-ruby-bindings-3.1.33.tar.bz2



Other differences:
--
++ yast2-ruby-bindings.spec ++
--- /var/tmp/diff_new_pack.LaL1J1/_old  2015-05-27 12:41:01.0 +0200
+++ /var/tmp/diff_new_pack.LaL1J1/_new  2015-05-27 12:41:01.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-ruby-bindings
-Version:3.1.32
+Version:3.1.33
 Release:0
 Url:https://github.com/yast/yast-ruby-bindings
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ yast2-ruby-bindings-3.1.32.tar.bz2 - yast2-ruby-bindings-3.1.33.tar.bz2 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-ruby-bindings-3.1.32/package/yast2-ruby-bindings.changes 
new/yast2-ruby-bindings-3.1.33/package/yast2-ruby-bindings.changes
--- old/yast2-ruby-bindings-3.1.32/package/yast2-ruby-bindings.changes  
2015-05-18 15:25:10.0 +0200
+++ new/yast2-ruby-bindings-3.1.33/package/yast2-ruby-bindings.changes  
2015-05-26 14:50:07.0 +0200
@@ -1,4 +1,10 @@
 ---
+Mon May 25 10:00:40 UTC 2015 - jreidin...@suse.com
+
+- add ability to test if scr is local (FATE#317900)
+- 3.1.33
+
+---
 Mon May 18 08:34:37 UTC 2015 - mvid...@suse.com
 
 - Initialize the YaST UI so that it can be called
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-ruby-bindings-3.1.32/package/yast2-ruby-bindings.spec 
new/yast2-ruby-bindings-3.1.33/package/yast2-ruby-bindings.spec
--- old/yast2-ruby-bindings-3.1.32/package/yast2-ruby-bindings.spec 
2015-05-18 15:25:10.0 +0200
+++ new/yast2-ruby-bindings-3.1.33/package/yast2-ruby-bindings.spec 
2015-05-26 14:50:07.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-ruby-bindings
-Version:3.1.32
+Version:3.1.33
 Url:https://github.com/yast/yast-ruby-bindings
 Release:0
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-ruby-bindings-3.1.32/src/binary/Builtin.cc 
new/yast2-ruby-bindings-3.1.33/src/binary/Builtin.cc
--- old/yast2-ruby-bindings-3.1.32/src/binary/Builtin.cc2015-05-18 
15:25:10.0 +0200
+++ new/yast2-ruby-bindings-3.1.33/src/binary/Builtin.cc2015-05-26 
14:50:07.0 +0200
@@ -262,7 +262,7 @@
 return strdup (retval);
   }
 
-
+  // the return value should be free'd
   char *
   crypt_pass (const char* unencrypted, crypt_ybuiltin_t use_crypt)
   {
@@ -326,7 +326,7 @@
 if (!res)
   return Qnil;
 VALUE ret = yrb_utf8_str_new(res);
-delete res;
+free(res);
 return ret;
   }
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-ruby-bindings-3.1.32/src/ruby/yast/wfm.rb 
new/yast2-ruby-bindings-3.1.33/src/ruby/yast/wfm.rb
--- old/yast2-ruby-bindings-3.1.32/src/ruby/yast/wfm.rb 2015-05-18 
15:25:10.0 +0200
+++ new/yast2-ruby-bindings-3.1.33/src/ruby/yast/wfm.rb 2015-05-26 
14:50:07.0 +0200
@@ -109,6 +109,12 @@
   call_builtin_wrapper(SCRGetName, handle)
 end
 
+# Tests if scr instance is pointed to chroot
+# @return [Boolean]
+def self.scr_chrooted?
+  SCRGetName(SCRGetDefault()) != scr
+end
+
 # Creates new SCR instance
 #
 # It is useful for installation where agents start operation on installed 
system
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-ruby-bindings-3.1.32/tests/ruby/wfm_spec.rb 
new/yast2-ruby-bindings-3.1.33/tests/ruby/wfm_spec.rb
--- old/yast2-ruby-bindings-3.1.32/tests/ruby/wfm_spec.rb   2015-05-18 
15:25:10.0 +0200
+++ new/yast2-ruby-bindings-3.1.33/tests/ruby/wfm_spec.rb   2015-05-26 

commit python3-openpyxl for openSUSE:Factory

2015-05-27 Thread h_root
Hello community,

here is the log from the commit of package python3-openpyxl for 
openSUSE:Factory checked in at 2015-05-27 12:51:35

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


Package is python3-openpyxl

Changes:

--- /work/SRC/openSUSE:Factory/python3-openpyxl/python3-openpyxl.changes
2015-05-02 21:42:34.0 +0200
+++ /work/SRC/openSUSE:Factory/.python3-openpyxl.new/python3-openpyxl.changes   
2015-05-27 12:51:36.0 +0200
@@ -1,0 +2,17 @@
+Tue May 26 16:18:53 UTC 2015 - a...@gmx.de
+
+- update to version 2.2.3:
+  * Enable 64bit extensions for all versions of Python.
+  * Update docs.
+  * Do not preserve relation to printer part without preserving the
+printer part.
+  * Don't force namespace on worksheet child as we set the default
+namespace for all worksheets.
+  * Use print() instead of print statement
+  * Pass locale settings into envs (needed for somethings for tox 2 =
+2).
+  * Fix failing doctest.
+  * Correct the schema for saving strings.
+  * fixed typo in sample code
+
+---

Old:

  openpyxl-2.2.2.tar.gz

New:

  openpyxl-2.2.3.tar.gz



Other differences:
--
++ python3-openpyxl.spec ++
--- /var/tmp/diff_new_pack.RWtpq3/_old  2015-05-27 12:51:37.0 +0200
+++ /var/tmp/diff_new_pack.RWtpq3/_new  2015-05-27 12:51:37.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   python3-openpyxl
-Version:2.2.2
+Version:2.2.3
 Release:0
 Summary:A Python library to read/write Excel 2007 xlsx/xlsm files
 License:MIT and Python-2.0

++ openpyxl-2.2.2.tar.gz - openpyxl-2.2.3.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/openpyxl-2.2.2/PKG-INFO new/openpyxl-2.2.3/PKG-INFO
--- old/openpyxl-2.2.2/PKG-INFO 2015-04-28 19:11:08.0 +0200
+++ new/openpyxl-2.2.3/PKG-INFO 2015-05-26 14:29:15.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: openpyxl
-Version: 2.2.2
+Version: 2.2.3
 Summary: A Python library to read/write Excel 2007 xlsx/xlsm files
 Home-page: http://openpyxl.readthedocs.org
 Author: See AUTHORS
@@ -33,7 +33,7 @@
 # grab the active worksheet
 ws = wb.active
 
-# Data can be directly to cells
+# Data can be assigned directly to cells
 ws['A1'] = 42
 
 # Rows can also be appended
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/openpyxl-2.2.2/README.rst 
new/openpyxl-2.2.3/README.rst
--- old/openpyxl-2.2.2/README.rst   2015-03-20 16:18:11.0 +0100
+++ new/openpyxl-2.2.3/README.rst   2015-05-26 14:27:40.0 +0200
@@ -25,7 +25,7 @@
 # grab the active worksheet
 ws = wb.active
 
-# Data can be directly to cells
+# Data can be assigned directly to cells
 ws['A1'] = 42
 
 # Rows can also be appended
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/openpyxl-2.2.2/openpyxl/__init__.py 
new/openpyxl-2.2.3/openpyxl/__init__.py
--- old/openpyxl-2.2.2/openpyxl/__init__.py 2015-04-28 19:10:02.0 
+0200
+++ new/openpyxl-2.2.3/openpyxl/__init__.py 2015-05-26 14:27:40.0 
+0200
@@ -11,7 +11,7 @@
 
 
 # constants
-__version__ = '2.2.2'
+__version__ = '2.2.3'
 
 __author__ = 'Eric Gazoni'
 __license__ = 'MIT/Expat'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/openpyxl-2.2.2/openpyxl/reader/worksheet.py 
new/openpyxl-2.2.3/openpyxl/reader/worksheet.py
--- old/openpyxl-2.2.2/openpyxl/reader/worksheet.py 2015-03-31 
11:12:52.0 +0200
+++ new/openpyxl-2.2.3/openpyxl/reader/worksheet.py 2015-05-26 
14:27:40.0 +0200
@@ -197,7 +197,7 @@
 def parse_page_setup(self, element):
 id_key = '{%s}id' % REL_NS
 if id_key in element.attrib.keys():
-element.attrib['id'] = element.attrib.pop(id_key)
+element.attrib.pop(id_key)
 
 self.ws.page_setup = PageSetup(**element.attrib)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/openpyxl-2.2.2/openpyxl/worksheet/page.py 
new/openpyxl-2.2.3/openpyxl/worksheet/page.py
--- old/openpyxl-2.2.2/openpyxl/worksheet/page.py   2015-03-20 
16:18:11.0 +0100
+++ new/openpyxl-2.2.3/openpyxl/worksheet/page.py   2015-05-26 
14:27:40.0 +0200
@@ -20,7 +20,7 @@
 class PageSetup(Strict):
  Worksheet page setup 
 
-tag = {%s}pageSetup % SHEET_MAIN_NS
+tag = pageSetup
 
 orientation = 

commit python3-smbc for openSUSE:Factory

2015-05-27 Thread h_root
Hello community,

here is the log from the commit of package python3-smbc for openSUSE:Factory 
checked in at 2015-05-27 12:51:16

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


Package is python3-smbc

Changes:

--- /work/SRC/openSUSE:Factory/python3-smbc/python3-smbc.changes
2015-01-20 12:37:32.0 +0100
+++ /work/SRC/openSUSE:Factory/.python3-smbc.new/python3-smbc.changes   
2015-05-27 12:51:17.0 +0200
@@ -1,0 +2,6 @@
+Tue May 26 16:21:16 UTC 2015 - a...@gmx.de
+
+- update to version 1.0.15.4:
+  * added some constants
+
+---

Old:

  pysmbc-1.0.15.3.tar.bz2

New:

  pysmbc-1.0.15.4.tar.bz2



Other differences:
--
++ python3-smbc.spec ++
--- /var/tmp/diff_new_pack.vgwSMD/_old  2015-05-27 12:51:18.0 +0200
+++ /var/tmp/diff_new_pack.vgwSMD/_new  2015-05-27 12:51:18.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python3-smbc
 #
-# 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
@@ -20,7 +20,7 @@
 BuildRequires:  libsmbclient-devel
 BuildRequires:  pkg-config
 BuildRequires:  python3-devel
-Version:1.0.15.3
+Version:1.0.15.4
 Release:0
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Url:http://cyberelk.net/tim/software/pysmbc/

++ pysmbc-1.0.15.3.tar.bz2 - pysmbc-1.0.15.4.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pysmbc-1.0.15.3/NEWS new/pysmbc-1.0.15.4/NEWS
--- old/pysmbc-1.0.15.3/NEWS2014-08-12 05:57:22.0 +0200
+++ new/pysmbc-1.0.15.4/NEWS2015-05-11 09:45:14.0 +0200
@@ -1,6 +1,9 @@
 NEWS
 
 
+New in 1.0.15.4:
+* added some constants
+
 New in 1.0.15.3:
 * added smbc.ConnectionRefusedError
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pysmbc-1.0.15.3/PKG-INFO new/pysmbc-1.0.15.4/PKG-INFO
--- old/pysmbc-1.0.15.3/PKG-INFO2014-08-12 05:58:16.0 +0200
+++ new/pysmbc-1.0.15.4/PKG-INFO2015-05-11 09:46:05.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: pysmbc
-Version: 1.0.15.3
+Version: 1.0.15.4
 Summary: Python bindings for libsmbclient
 Home-page: http://cyberelk.net/tim/software/pysmbc/
 Author: ['Tim Waugh twa...@redhat.com', 'Tsukasa Hamano 
ham...@osstech.co.jp', 'Roberto Polli rpo...@babel.it']
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pysmbc-1.0.15.3/setup.py new/pysmbc-1.0.15.4/setup.py
--- old/pysmbc-1.0.15.3/setup.py2014-08-12 05:57:31.0 +0200
+++ new/pysmbc-1.0.15.4/setup.py2015-05-11 09:44:28.0 +0200
@@ -64,7 +64,7 @@
 return dirs
 
 setup (name=pysmbc,
-   version=1.0.15.3,
+   version=1.0.15.4,
description=Python bindings for libsmbclient,
long_description=__doc__,
author=[Tim Waugh twa...@redhat.com,
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pysmbc-1.0.15.3/smbc/smbcmodule.c 
new/pysmbc-1.0.15.4/smbc/smbcmodule.c
--- old/pysmbc-1.0.15.3/smbc/smbcmodule.c   2014-08-12 05:57:16.0 
+0200
+++ new/pysmbc-1.0.15.4/smbc/smbcmodule.c   2015-05-11 09:40:56.0 
+0200
@@ -115,6 +115,9 @@
   INT_CONSTANT (SMBC_, PRINTER_SHARE);
   INT_CONSTANT (SMBC_, COMMS_SHARE);
   INT_CONSTANT (SMBC_, IPC_SHARE);
+  INT_CONSTANT (SMBC_, DIR);
+  INT_CONSTANT (SMBC_, FILE);
+  INT_CONSTANT (SMBC_, LINK);
   INT_CONSTANT (SMB_CTX_, FLAG_USE_KERBEROS);
   INT_CONSTANT (SMB_CTX_, FLAG_FALLBACK_AFTER_KERBEROS);
   INT_CONSTANT (SMBCCTX_, FLAG_NO_AUTO_ANONYMOUS_LOGON);




commit homeshick for openSUSE:Factory

2015-05-27 Thread h_root
Hello community,

here is the log from the commit of package homeshick for openSUSE:Factory 
checked in at 2015-05-27 12:50:59

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


Package is homeshick

Changes:

--- /work/SRC/openSUSE:Factory/homeshick/homeshick.changes  2015-05-15 
07:42:56.0 +0200
+++ /work/SRC/openSUSE:Factory/.homeshick.new/homeshick.changes 2015-05-27 
12:51:00.0 +0200
@@ -1,0 +2,5 @@
+Tue May 26 16:28:59 UTC 2015 - seroto...@gmail.com
+
+- Upstream introduced version numbers; no change of content.
+
+---

Old:

  b5e7767367f0bdac85701e50272060bb9556760b.zip

New:

  1.0.0.tar.gz



Other differences:
--
++ homeshick.spec ++
--- /var/tmp/diff_new_pack.ngd7uJ/_old  2015-05-27 12:51:01.0 +0200
+++ /var/tmp/diff_new_pack.ngd7uJ/_new  2015-05-27 12:51:01.0 +0200
@@ -16,19 +16,14 @@
 #
 
 
-%define git_sha1 b5e7767367f0bdac85701e50272060bb9556760b
 Name:   homeshick
-# NB: The upstream project does not have any releases; hence, this package will
-# remain at version zero. The precise package content is identified by the git
-# hash above. Package updates are only indicated by the RPM release number,
-# which is incremented by OBS for each package change.
-Version:0
+Version:1.0.0
 Release:0
 Summary:Dotfile synchronizer based on Git and Bash
 License:MIT
 Group:  Productivity/File utilities
 Url:https://github.com/andsens/homeshick
-Source0:https://github.com/andsens/homeshick/archive/%{git_sha1}.zip
+Source0:https://github.com/andsens/homeshick/archive/%{version}.tar.gz
 Source1:README-openSUSE.md
 Source99:   homeshick.rpmlintrc
 Patch0: default-location.patch
@@ -36,7 +31,6 @@
 BuildRequires:  git = 1.5
 BuildRequires:  iputils
 BuildRequires:  tcsh
-BuildRequires:  unzip
 Requires:   bash = 3
 Requires:   git = 1.5
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -60,10 +54,8 @@
 oh-my-zsh, or a multitude of emacs or vim plugins) found on sites like
 https://dotfiles.github.io/ alongside personal dotfiles without clutter.
 
-Packaged revision: %{git_sha1}
-
 %prep
-%setup -q -n %{name}-%{git_sha1}
+%setup -q -n %{name}-%{version}
 %patch0 -p1
 
 %build




commit glibc-testsuite for openSUSE:13.1:Update

2015-05-27 Thread h_root
Hello community,

here is the log from the commit of package glibc-testsuite for 
openSUSE:13.1:Update checked in at 2015-05-27 20:58:37

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


Package is glibc-testsuite

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.5lX2FX/_old  2015-05-27 20:58:39.0 +0200
+++ /var/tmp/diff_new_pack.5lX2FX/_new  2015-05-27 20:58:39.0 +0200
@@ -1 +1 @@
-link package='glibc-testsuite.3533' cicount='copy' /
+link package='glibc-testsuite.3768' cicount='copy' /




commit glibc for openSUSE:13.1:Update

2015-05-27 Thread h_root
Hello community,

here is the log from the commit of package glibc for openSUSE:13.1:Update 
checked in at 2015-05-27 20:58:49

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


Package is glibc

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.kIYiKF/_old  2015-05-27 20:58:51.0 +0200
+++ /var/tmp/diff_new_pack.kIYiKF/_new  2015-05-27 20:58:51.0 +0200
@@ -1 +1 @@
-link package='glibc.3533' cicount='copy' /
+link package='glibc.3768' cicount='copy' /




commit glibc-utils for openSUSE:13.2:Update

2015-05-27 Thread h_root
Hello community,

here is the log from the commit of package glibc-utils for openSUSE:13.2:Update 
checked in at 2015-05-27 20:58:44

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


Package is glibc-utils

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.ZvLvsY/_old  2015-05-27 20:58:45.0 +0200
+++ /var/tmp/diff_new_pack.ZvLvsY/_new  2015-05-27 20:58:45.0 +0200
@@ -1 +1 @@
-link package='glibc-utils.3533' cicount='copy' /
+link package='glibc-utils.3768' cicount='copy' /




commit glibc-utils for openSUSE:13.1:Update

2015-05-27 Thread h_root
Hello community,

here is the log from the commit of package glibc-utils for openSUSE:13.1:Update 
checked in at 2015-05-27 20:58:41

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


Package is glibc-utils

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.IwR50m/_old  2015-05-27 20:58:43.0 +0200
+++ /var/tmp/diff_new_pack.IwR50m/_new  2015-05-27 20:58:43.0 +0200
@@ -1 +1 @@
-link package='glibc-utils.3533' cicount='copy' /
+link package='glibc-utils.3768' cicount='copy' /




commit glibc.i686 for openSUSE:13.2:Update

2015-05-27 Thread h_root
Hello community,

here is the log from the commit of package glibc.i686 for openSUSE:13.2:Update 
checked in at 2015-05-27 20:58:47

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


Package is glibc.i686

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.Z20G51/_old  2015-05-27 20:58:48.0 +0200
+++ /var/tmp/diff_new_pack.Z20G51/_new  2015-05-27 20:58:48.0 +0200
@@ -1 +1 @@
-link package='glibc.i686.3533' cicount='copy' /
+link package='glibc.i686.3768' cicount='copy' /




commit glibc.i686 for openSUSE:13.1:Update

2015-05-27 Thread h_root
Hello community,

here is the log from the commit of package glibc.i686 for openSUSE:13.1:Update 
checked in at 2015-05-27 20:58:45

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


Package is glibc.i686

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.prMTq4/_old  2015-05-27 20:58:46.0 +0200
+++ /var/tmp/diff_new_pack.prMTq4/_new  2015-05-27 20:58:46.0 +0200
@@ -1 +1 @@
-link package='glibc.i686.3533' cicount='copy' /
+link package='glibc.i686.3768' cicount='copy' /




commit glibc for openSUSE:13.2:Update

2015-05-27 Thread h_root
Hello community,

here is the log from the commit of package glibc for openSUSE:13.2:Update 
checked in at 2015-05-27 20:58:54

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


Package is glibc

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.dugF7w/_old  2015-05-27 20:58:56.0 +0200
+++ /var/tmp/diff_new_pack.dugF7w/_new  2015-05-27 20:58:56.0 +0200
@@ -1 +1 @@
-link package='glibc.3533' cicount='copy' /
+link package='glibc.3768' cicount='copy' /




commit glibc-testsuite for openSUSE:13.2:Update

2015-05-27 Thread h_root
Hello community,

here is the log from the commit of package glibc-testsuite for 
openSUSE:13.2:Update checked in at 2015-05-27 20:58:39

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


Package is glibc-testsuite

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.TXcSoM/_old  2015-05-27 20:58:40.0 +0200
+++ /var/tmp/diff_new_pack.TXcSoM/_new  2015-05-27 20:58:40.0 +0200
@@ -1 +1 @@
-link package='glibc-testsuite.3533' cicount='copy' /
+link package='glibc-testsuite.3768' cicount='copy' /




commit patchinfo.3768 for openSUSE:13.2:Update

2015-05-27 Thread h_root
Hello community,

here is the log from the commit of package patchinfo.3768 for 
openSUSE:13.2:Update checked in at 2015-05-27 20:58:56

Comparing /work/SRC/openSUSE:13.2:Update/patchinfo.3768 (Old)
 and  /work/SRC/openSUSE:13.2:Update/.patchinfo.3768.new (New)


Package is patchinfo.3768

Changes:

New Changes file:

NO CHANGES FILE!!!

New:

  _patchinfo



Other differences:
--
++ _patchinfo ++
patchinfo incident=3768
  issue id=927080 tracker=bncVUL-1: CVE-2015-1781: glibc: buffer length 
after padding in resolv/nss_dns/dns-host.c:getanswer_r/issue
  issue id=920338 tracker=bncVUL-1: glibc: Fix read past end of pattern 
in fnmatch/issue
  issue id=918187 tracker=bncVUL-0: CVE-2014-8121: glibc: denial of 
service issue in the NSS backends/issue
  issue id=917539 tracker=bncIPv6 nameserver fallback problems/issue
  issue id=CVE-2014-8121 tracker=cve /
  issue id=CVE-2015-1781 tracker=cve /
  categorysecurity/category
  ratingmoderate/rating
  packagerAndreas_Schwab/packager
  description
glibc was updated to fix security issues and bugs:

- Separate internal state between getXXent and getXXbyYY NSS calls 
(CVE-2014-8121, bsc#918187, BZ #18007)
- Fix read past end of pattern in fnmatch (bsc#920338, BZ #17062, BZ #18032, BZ 
#18036)
- Fix buffer overflow in nss_dns (CVE-2015-1781, bsc#927080, BZ #18287)

Also this bug got fixed:
- Simplify handling of nameserver configuration in resolver (bsc#917539)
/description
  summarySecurity update for glibc, glibc-testsuite, glibc-utils, 
glibc.i686/summary
/patchinfo