commit opencv for openSUSE:Factory

2019-11-06 Thread root
Hello community,

here is the log from the commit of package opencv for openSUSE:Factory checked 
in at 2019-11-06 13:46:38

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


Package is "opencv"

Wed Nov  6 13:46:38 2019 rev:78 rq:745040 version:4.1.2

Changes:

--- /work/SRC/openSUSE:Factory/opencv/opencv.changes2019-10-17 
12:16:27.516049970 +0200
+++ /work/SRC/openSUSE:Factory/.opencv.new.2990/opencv.changes  2019-11-06 
13:46:43.471546219 +0100
@@ -1,0 +2,8 @@
+Sun Nov  3 19:50:04 UTC 2019 - Stefan Brüns 
+
+- Limit build parallelism with limit_build, some ARM and PPC workers
+  have a high SMP/memory ratio and run out of memory otherwise.
+- Apply memory constraints (3GB) to all architectures, avoid being
+  scheduled on very weak workers.
+
+---
@@ -43,0 +52 @@
+  * Security fixes: CVE-2019-15939 (boo#1149742).
@@ -78,0 +88,2 @@
+  * Security fixes: CVE-2019-14491 (boo#1144352), CVE-2019-14492
+(boo#1144348).
@@ -174,0 +186 @@
+  * Fix cmake mapping of RelWithDebInfo (boo#1154091).



Other differences:
--
++ opencv.spec ++
--- /var/tmp/diff_new_pack.BzWqB3/_old  2019-11-06 13:46:46.707549727 +0100
+++ /var/tmp/diff_new_pack.BzWqB3/_new  2019-11-06 13:46:46.723549745 +0100
@@ -54,6 +54,7 @@
 BuildRequires:  libjasper-devel
 BuildRequires:  libjpeg-devel
 BuildRequires:  pkgconfig
+BuildRequires:  memory-constraints
 BuildRequires:  tbb-devel
 BuildRequires:  unzip
 BuildRequires:  pkgconfig(IlmBase)
@@ -177,6 +178,7 @@
 rm -f doc/packaging.txt
 
 %build
+%limit_build -m 1000
 # Dynamic dispatch: 
https://github.com/opencv/opencv/wiki/CPU-optimizations-build-options
 # x86: disable SSE on 32bit, do not dispatch AVX and later - SSE3
 #  is the highest extension available on any non-64bit x86 CPU

++ _constraints ++
--- /var/tmp/diff_new_pack.BzWqB3/_old  2019-11-06 13:46:46.819549849 +0100
+++ /var/tmp/diff_new_pack.BzWqB3/_new  2019-11-06 13:46:46.823549853 +0100
@@ -5,16 +5,8 @@
 
13
 
+
+  3000
+
   
-  
-
-  i586
-  x86_64
-
-
-  
-2500
-  
-
-  
 




commit strip-nondeterminism for openSUSE:Factory

2019-11-06 Thread root
Hello community,

here is the log from the commit of package strip-nondeterminism for 
openSUSE:Factory checked in at 2019-11-06 13:47:30

Comparing /work/SRC/openSUSE:Factory/strip-nondeterminism (Old)
 and  /work/SRC/openSUSE:Factory/.strip-nondeterminism.new.2990 (New)


Package is "strip-nondeterminism"

Wed Nov  6 13:47:30 2019 rev:5 rq:744407 version:1.6.1

Changes:

--- 
/work/SRC/openSUSE:Factory/strip-nondeterminism/strip-nondeterminism.changes
2018-12-21 08:18:02.973759170 +0100
+++ 
/work/SRC/openSUSE:Factory/.strip-nondeterminism.new.2990/strip-nondeterminism.changes
  2019-11-06 13:47:33.947600940 +0100
@@ -1,0 +2,24 @@
+Tue Oct 29 11:54:17 UTC 2019 - Dominique Leuenberger 
+
+- Update to version 1.6.1:
+  + Parallelise dh_strip_nondeterminism script.
+  + Correct indentation level of .zip file field format comment.
+  + dh_strip_nondeterminism: Deduplicate hardlinks via stat(2) to
+avoid issues.
+  + Call file(1) with the "--" argument placeholder to fix
+normalisation of files.
+  + Check the return status from Archive::Zip when writing file to
+disk.
+  + Workaround Archive::Zip's incorrect handling of the
+localExtraField field.
+  + Support timestamp clamping of "tIME" chunks in .png files.
+  + Drop the t/fixtures/zip/bug_803503.zip test fixtures as they
+are no longer compatible with Archive::Zip >= 1.66.
+- Drop strip-nondeterminism-0.029-fix-apk.patch: test suite passes
+  without this.
+- BuildRequire perl(Sub::Override): new dependency.
+- Drop _service file: it only has a download_url defined, which is
+  also transparently extracted from the spec file. So this service
+  essentially serves no purpose.
+
+---

Old:

  _service
  strip-nondeterminism-0.029-fix-apk.patch
  strip-nondeterminism-1.0.0.tar.bz2
  strip-nondeterminism-1.0.0.tar.bz2.asc

New:

  strip-nondeterminism-1.6.1.tar.bz2
  strip-nondeterminism-1.6.1.tar.bz2.asc



Other differences:
--
++ strip-nondeterminism.spec ++
--- /var/tmp/diff_new_pack.4BF9hI/_old  2019-11-06 13:47:34.667601720 +0100
+++ /var/tmp/diff_new_pack.4BF9hI/_new  2019-11-06 13:47:34.667601720 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package strip-nondeterminism
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 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:   strip-nondeterminism
-Version:1.0.0
+Version:1.6.1
 Release:0
 Summary:A tool for stripping non-deterministic information
 License:GPL-3.0-or-later
@@ -28,16 +28,16 @@
 Source2:rpmmacros
 Source3:strip-all-nondeterminism
 Source4:%{name}.keyring
-# PATCH-FIX-OPENSUSE - apk files misdetected as OOXML
-Patch0: strip-nondeterminism-0.029-fix-apk.patch
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl-base
 BuildRequires:  perl-macros
 BuildRequires:  perl(Archive::Cpio)
 BuildRequires:  perl(Archive::Zip)
+BuildRequires:  perl(Sub::Override) 
 Requires:   perl-base
 Requires:   perl(Archive::Zip)
+Requires:   perl(Sub::Override) 
 Recommends: perl(Archive::Cpio)
 %{perl_requires}
 

++ strip-nondeterminism-1.0.0.tar.bz2 -> strip-nondeterminism-1.6.1.tar.bz2 
++
 2295 lines of diff (skipped)





commit perl-Archive-Zip for openSUSE:Factory

2019-11-06 Thread root
Hello community,

here is the log from the commit of package perl-Archive-Zip for 
openSUSE:Factory checked in at 2019-11-06 13:46:51

Comparing /work/SRC/openSUSE:Factory/perl-Archive-Zip (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Archive-Zip.new.2990 (New)


Package is "perl-Archive-Zip"

Wed Nov  6 13:46:51 2019 rev:41 rq:735795 version:1.67

Changes:

--- /work/SRC/openSUSE:Factory/perl-Archive-Zip/perl-Archive-Zip.changes
2018-10-01 08:14:34.478077365 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Archive-Zip.new.2990/perl-Archive-Zip.changes  
2019-11-06 13:46:58.179562164 +0100
@@ -1,0 +2,87 @@
+Mon Oct  7 09:05:51 UTC 2019 - Pedro Monreal Gonzalez 

+
+- Update to 1.67
+   see /usr/share/doc/packages/perl-Archive-Zip/Changes
+
+  1.67 Sun 06 Oct 2019
+  - Fixed compatibility issues with zip64 format (defined-or, pack)
+  - Fixed hard-coded version fields introduced in version 1.66
+  - Fixed merge glitch with tests 26 and 27
+  - Fixed merge glitch with bzip passthrough
+  - Updated bzip test file to avoid zip bomb detection
+
+---
+Wed Sep 18 08:15:38 UTC 2019 -  
+
+- updated to 1.66
+   see /usr/share/doc/packages/perl-Archive-Zip/Changes
+
+  1.66 Mon 16 Sep 2019
+  - Refactored low-level methods for reading and writing zip files
+in zip64 format.  Added new parameters and return values to
+most of these.  Extended constants in Archive::Zip to cover
+zip64 formats and lengths.
+  - Added public APIs
+  Archive::Zip::Archive::zip64
+  Archive::Zip::Archive::desiredZip64Mode
+  Archive::Zip::Archive::versionMadeBy
+  Archive::Zip::Archive::versionNeededToExtract
+  Archive::Zip::Member::zip64
+  Archive::Zip::Member::desiredZip64Mode
+and constants
+  Archive::Zip::ZIP64_AS_NEEDED
+  Archive::Zip::ZIP64_EOCD
+  Archive::Zip::ZIP64_HEADERS
+plus POD on these.
+  - Added tests for zip64 format in t/21_zip64.t and more test zip
+files below t/data.  Extended tests in t/02_main.t to perform
+all existing tests in all possible desired zip64 modes.
+  - Extended methods
+  Archive::Zip::Member::localExtraField
+  Archive::Zip::Member::cdExtraField
+to perform format checks when called as setters and to reject
+any zip64 extended information extra fields passed by the user.
+Extended POD and tests in t/02_main.t accordingly.
+  - Setting {'compressedSize'} after writing central directory
+header.
+  - Added new optional parameter $noFormatError to method
+Archive::Zip::_readSignature to silence any format errros when
+testing for signatures.
+  - Added error handling for potentially failed object conversion
+after calling method Archive::Zip::Member::_become.  Factored
+in method Archive::Zip::Member::_becomeDirectoryIfNecessary
+into caller.
+  - Changed methods
+  Archive::Zip::Archive::contents
+  Archive::Zip::Member::contents
+(and all inheriting from these) to consistently return a pair
+($contents, $status) when called in list context and a scalar
+$contents when called in scalar context.  Extended tests in
+t/02_main.t accordingly.
+  - Changed method Archive::Zip::Member::extractToFileHandle to
+accept a file name instead of a file handle when extracting
+symbolic links.  Changed lower-level and higher-level methods
+to use that feature.  Cleaned up code related to the handling
+of symbolic links.  Added creation of intermediate directories
+in method Archive::Zip::Member::extractToFileNamed for symbolic
+links as well.  Reporting errors from symlink call as AZ-error.
+Added POD and test zip file t/data/symlink.zip and tests in
+t/26_symlinks.t for these changes.
+  - Cleaned up code and added comment related to that highly
+dubious (?) {'wasWritten'} logic.
+
+---
+Tue Sep 10 09:02:19 UTC 2019 -  
+
+- updated to 1.65
+   see /usr/share/doc/packages/perl-Archive-Zip/Changes
+
+  1.65 Sat 7 Sep 2019
+  - Fix for members using bzip compression [github/pmqs]
+  - NetBSD doesn't mind empty zips [github/pmqs]
+  - Solaris test failure, Add diag to failing test to collect data 
[github/pmqs]
+  - Test for presence of Test::MockModule [github/pmqs]
+  - Fix skip line for Windows [github/pmqs]
+  - Skip tests that assume /tmp on Windows [github/pmqs]
+
+---

Old:

  Archive-Zip-1.64.tar.gz

New:

  Archive-Zip-1.67.tar.gz


commit conmon for openSUSE:Factory

2019-11-06 Thread root
Hello community,

here is the log from the commit of package conmon for openSUSE:Factory checked 
in at 2019-11-06 13:47:40

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


Package is "conmon"

Wed Nov  6 13:47:40 2019 rev:4 rq:744428 version:2.0.2

Changes:

--- /work/SRC/openSUSE:Factory/conmon/conmon.changes2019-09-25 
00:56:45.257904095 +0200
+++ /work/SRC/openSUSE:Factory/.conmon.new.2990/conmon.changes  2019-11-06 
13:47:44.959612878 +0100
@@ -1,0 +2,6 @@
+Tue Oct 29 09:03:03 UTC 2019 - Sascha Grunert 
+
+- Add CONN_SOCK_BUF_SIZE to config
+- Fix bug to close the sync pipe before exit command 
+
+---

Old:

  conmon-2.0.1.tar.xz

New:

  conmon-2.0.2.tar.xz



Other differences:
--
++ conmon.spec ++
--- /var/tmp/diff_new_pack.dJsKWH/_old  2019-11-06 13:47:45.915613914 +0100
+++ /var/tmp/diff_new_pack.dJsKWH/_new  2019-11-06 13:47:45.919613919 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   conmon
-Version:2.0.1
+Version:2.0.2
 Release:0
 Summary:An OCI container runtime monitor
 License:Apache-2.0

++ _service ++
--- /var/tmp/diff_new_pack.dJsKWH/_old  2019-11-06 13:47:45.947613949 +0100
+++ /var/tmp/diff_new_pack.dJsKWH/_new  2019-11-06 13:47:45.947613949 +0100
@@ -2,8 +2,8 @@
 
 https://github.com/containers/conmon
 git
-2.0.1
-v2.0.1
+2.0.2
+v2.0.2
 
 
 conmon-*.tar

++ conmon-2.0.1.tar.xz -> conmon-2.0.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/conmon-2.0.1/.cirrus.yml new/conmon-2.0.2/.cirrus.yml
--- old/conmon-2.0.1/.cirrus.yml2019-09-13 17:34:08.0 +0200
+++ new/conmon-2.0.2/.cirrus.yml2019-10-10 14:41:45.0 +0200
@@ -54,7 +54,7 @@
 # and storage.
 gcp_credentials: 
ENCRYPTED[13e51806369f650e6ccc326338deeb3c24052fc0a7be29beef2b96da551aed3200abbb6c6406a936bb4388fb2758405c]
 
-# Default compute settings unless overriden within tasks (below)
+# Default compute settings unless overridden within tasks (below)
 gce_instance: {"image_project": "conmon-222014", "zone": "us-central1-f", 
"cpu": 4, "memory": "16Gb", "disk": 200, "image_name": 
"no-image-specified-in-task"}
 
 # Default timeout for each task
@@ -72,7 +72,7 @@
 # Generate multiple parallel tasks, covering all possible
 # 'matrix' combinations.
 matrix:
-# Images are generated separetly, from build_images_task (below)
+# Images are generated separately, from build_images_task (below)
 image_name: "${FEDORA_CACHE_IMAGE_NAME}"
 
 env:
@@ -128,7 +128,7 @@
 - ./hack/tree_status.sh
 
 # Test building of new cache-images for future PR testing, in this PR.
-# Output images will be stored only for a very short time, then automaticly 
deleted.
+# Output images will be stored only for a very short time, then automatically 
deleted.
 test_cache_images_task:
 
 only_if: >-
@@ -188,3 +188,18 @@
 
 setup_environment_script: '$SCRIPT_BASE/setup_environment.sh'
 cache_images_script: '$SCRIPT_BASE/build_vm_images.sh'
+
+# Build the static binary
+static_binary_task:
+depends_on:
+- 'config'
+gce_instance:
+image_name: "${FEDORA_BASE_IMAGE}"
+cpu: 4
+memory: 4
+disk: 200
+script:
+- dnf install -y podman make git gcc
+- make containerized
+binaries_artifacts:
+path: "bin/conmon"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/conmon-2.0.1/VERSION new/conmon-2.0.2/VERSION
--- old/conmon-2.0.1/VERSION2019-09-13 17:34:08.0 +0200
+++ new/conmon-2.0.2/VERSION2019-10-10 14:41:45.0 +0200
@@ -1 +1 @@
-2.0.1
+2.0.2
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/conmon-2.0.1/cmd/conmon-config/conmon-config.go 
new/conmon-2.0.2/cmd/conmon-config/conmon-config.go
--- old/conmon-2.0.1/cmd/conmon-config/conmon-config.go 2019-09-13 
17:34:08.0 +0200
+++ new/conmon-2.0.2/cmd/conmon-config/conmon-config.go 2019-10-10 
14:41:45.0 +0200
@@ -14,11 +14,12 @@
 
 #define BUF_SIZE %d
 #define STDIO_BUF_SIZE %d
+#define CONN_SOCK_BUF_SIZE %d
 #define DEFAULT_SOCKET_PATH "%s"
 
 #endif // CONFIG_H
 `
-   if err := ioutil.WriteFile("config.h", []byte(fmt.Sprintf(output, 
config.BufSize, config.BufSize, config.ContainerAttachSocketDir)), 0644); err 
!= nil {
+   if err := ioutil.WriteFile("config.h", []byte(fmt.Sprintf(output, 
config.BufSize, config.BufSize, config.ConnSockBufSize, 
config.ContainerAttachSocketDir)), 0644); err != nil {

commit boost for openSUSE:Factory

2019-11-06 Thread root
Hello community,

here is the log from the commit of package boost for openSUSE:Factory checked 
in at 2019-11-06 13:47:06

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


Package is "boost"

Wed Nov  6 13:47:06 2019 rev:131 rq:744378 version:1.71.0

Changes:

--- /work/SRC/openSUSE:Factory/boost/boost.changes  2019-09-25 
02:09:10.485588917 +0200
+++ /work/SRC/openSUSE:Factory/.boost.new.2990/boost.changes2019-11-06 
13:47:07.72329 +0100
@@ -1,0 +2,5 @@
+Thu Oct  3 14:13:20 UTC 2019 - Nicolas Morey-Chaisemartin 

+
+- Use new openmpi-macros-devel package
+
+---



Other differences:
--
++ boost.spec ++
--- /var/tmp/diff_new_pack.RwumDw/_old  2019-11-06 13:47:12.099577255 +0100
+++ /var/tmp/diff_new_pack.RwumDw/_new  2019-11-06 13:47:12.103577259 +0100
@@ -105,18 +105,6 @@
 %endif
 %endif
 
-# Build with OpenMPI
-%if 0%{?suse_version} >= 1330
-  # OpenMPI >= 2 is not available on ppc64be
-  %ifarch ppc ppc64
-%define mpi_implem openmpi
-  %else
-%define mpi_implem openmpi2
-  %endif
-%else
-  # Keep OpenMPI1 for older releases where OpenMPI2 is not available
-  %define mpi_implem openmpi
-%endif
 %ifarch ia64 hppa
 %bcond_with  build_mpi
 %else
@@ -226,9 +214,6 @@
 BuildRequires:  python3-numpy-devel
 %endif # numpy3
 %endif # python3
-%if %{with build_mpi}
-BuildRequires:  %{mpi_implem}-devel
-%endif
 %if %{with build_docs}
 BuildRequires:  docbook
 BuildRequires:  docbook-xsl-stylesheets
@@ -247,6 +232,10 @@
 BuildRequires:  
%{mpi_flavor}%{?mpi_vers}-%{compiler_family}%{?c_f_ver}-hpc-macros-devel
 Requires:   %{mpi_flavor}%{?mpi_vers}-%{compiler_family}%{?c_f_ver}-hpc
 %endif
+%else
+%if %{with build_mpi}
+BuildRequires:  openmpi-macros-devel
+%endif
 %endif
 
 %description
@@ -716,7 +705,9 @@
 %package -n libboost_mpi%{library_version}-devel
 Summary:Development headers for Boost.MPI library
 Group:  Development/Libraries/C and C++
-Requires:   %{mpi_implem}-devel
+%if %{with build_mpi}
+%{?openmpi_devel_requires}
+%endif
 Requires:   libboost_graph%{library_version}-devel
 Requires:   libboost_headers%{library_version}-devel = %{version}
 Requires:   libboost_mpi%{library_version} = %{version}
@@ -1284,7 +1275,7 @@
 %if %{with hpc}
 module load gnu %mpi_flavor
 %else
-. %{package_libdir}/mpi/gcc/%{mpi_implem}/bin/mpivars.sh
+%setup_openmpi
 %endif
 %endif
 
@@ -1437,7 +1428,7 @@
 %if %{with hpc}
 module load gnu %mpi_flavor
 %else
-. %{package_libdir}/mpi/gcc/%{mpi_implem}/bin/mpivars.sh
+%setup_openmpi
 %endif
 %endif
 




commit jack for openSUSE:Factory

2019-11-06 Thread root
Hello community,

here is the log from the commit of package jack for openSUSE:Factory checked in 
at 2019-11-06 13:47:00

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


Package is "jack"

Wed Nov  6 13:47:00 2019 rev:65 rq:744376 version:1.9.13

Changes:

--- /work/SRC/openSUSE:Factory/jack/jack.changes2019-07-28 
10:20:24.288600503 +0200
+++ /work/SRC/openSUSE:Factory/.jack.new.2990/jack.changes  2019-11-06 
13:47:02.471566817 +0100
@@ -1,0 +2,19 @@
+Tue Oct 29 19:09:10 UTC 2019 - Tom Mbrt 
+
+- Update to 1.9.13
+  * Meta-data API implementation. (and a few tools updated with support for it)
+  * Correct GPL licence to LGPL for files needed to build libjack.
+  * Remove FreeBoB backend (superseded by FFADO).
+  * define JACK_LIB_EXPORT, useful for internal clients.
+  * Mark jack_midi_reset_buffer as deprecated.
+  * Add example systemd unit file
+  * Signal to systemd when jackd is ready.
+  * Set "seq" alsa midi driver to maximum resolution possible.
+  * Fix loading internal clients from another internal client.
+- Delete the following patches, as they were fixed upstream:
+  * 0001-Make-jack_control-python2-3-compatible.patch
+  * fix-mmap-return-value-check.patch
+  * jack-waf2.patch
+- Add 0001-fix-complation-on-arm.patch
+
+---

Old:

  0001-Make-jack_control-python2-3-compatible.patch
  fix-mmap-return-value-check.patch
  jack-1.9.12.tar.gz
  jack-waf2.patch

New:

  0001-fix-complation-on-arm.patch
  jack-1.9.13.tar.gz



Other differences:
--
++ jack.spec ++
--- /var/tmp/diff_new_pack.dry9bB/_old  2019-11-06 13:47:03.579568018 +0100
+++ /var/tmp/diff_new_pack.dry9bB/_new  2019-11-06 13:47:03.583568023 +0100
@@ -23,7 +23,7 @@
 %define sonum 0
 BuildRequires:  pkgconfig(libffado) >= 2.0.1.2040
 Name:   jack
-Version:1.9.12
+Version:1.9.13
 Release:0
 #to_be_filled_by_service
 Summary:Jack-Audio Connection Kit
@@ -32,9 +32,7 @@
 Url:http://jackaudio.org/
 Source0:
https://github.com/jackaudio/jack2/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
 Source1:baselibs.conf
-Patch0: jack-waf2.patch
-Patch1: fix-mmap-return-value-check.patch
-Patch2: 0001-Make-jack_control-python2-3-compatible.patch
+Patch0: 0001-fix-complation-on-arm.patch
 BuildRequires:  dos2unix
 BuildRequires:  doxygen
 BuildRequires:  fdupes
@@ -172,15 +170,13 @@
 mv %{buildroot}%{_datadir}/jack-audio-connection-kit %{buildroot}%{_docdir}
 %endif
 
-dos2unix -k ChangeLog
-dos2unix -k README
-dos2unix -k TODO
-cp ChangeLog README* TODO %{buildroot}%{_docdir}/%{name}/
+dos2unix -k ChangeLog.rst
+dos2unix -k README.rst
+cp ChangeLog.rst README* %{buildroot}%{_docdir}/%{name}/
 
 # Fix wrong-file-end-of-line-encoding
-dos2unix -k %{buildroot}%{_docdir}/%{name}/ChangeLog
-dos2unix -k %{buildroot}%{_docdir}/%{name}/README
-dos2unix -k %{buildroot}%{_docdir}/%{name}/TODO
+dos2unix -k %{buildroot}%{_docdir}/%{name}/ChangeLog.rst
+dos2unix -k %{buildroot}%{_docdir}/%{name}/README.rst
 %fdupes -s %{_docdir}/jack-audio-connection-kit/
 
 %post -n libjack%{sonum} -p /sbin/ldconfig
@@ -195,9 +191,8 @@
 %files
 %defattr(-,root,root)
 %doc %dir %{_docdir}/%{name}
-%doc %{_docdir}/%{name}/ChangeLog
+%doc %{_docdir}/%{name}/ChangeLog.rst
 %doc %{_docdir}/%{name}/README*
-%doc %{_docdir}/%{name}/TODO
 %license windows/Setup/src/COPYING
 %{_mandir}/man1/*
 %{_bindir}/*

++ 0001-fix-complation-on-arm.patch ++
>From 5286020560aeef2c7ef48972a42ed6ee0c111326 Mon Sep 17 00:00:00 2001
From: Guido Aulisi 
Date: Thu, 10 Oct 2019 14:56:21 +0200
Subject: [PATCH] Fix compilation on ARM

size_t i is needed if HAVE_EXECINFO_H is defined
---
 dbus/sigsegv.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dbus/sigsegv.c b/dbus/sigsegv.c
index de316429..10ddd0ac 100644
--- a/dbus/sigsegv.c
+++ b/dbus/sigsegv.c
@@ -64,7 +64,7 @@ static void signal_segv(int signum, siginfo_t* info, 
void*ptr) {
 const char *si_code_str;
 ucontext_t *ucontext = (ucontext_t*)ptr;
 
-#if defined(HAVE_UCONTEXT) && defined(HAVE_NGREG)
+#if (defined(HAVE_UCONTEXT) && defined(HAVE_NGREG)) || defined(HAVE_EXECINFO_H)
 size_t i;
 #endif
 #if defined(SIGSEGV_STACK_X86) || defined(SIGSEGV_STACK_IA64)
++ jack-1.9.12.tar.gz -> jack-1.9.13.tar.gz ++
/work/SRC/openSUSE:Factory/jack/jack-1.9.12.tar.gz 
/work/SRC/openSUSE:Factory/.jack.new.2990/jack-1.9.13.tar.gz differ: char 15, 
line 1




commit belle-sip for openSUSE:Factory

2019-11-06 Thread root
Hello community,

here is the log from the commit of package belle-sip for openSUSE:Factory 
checked in at 2019-11-06 13:54:39

Comparing /work/SRC/openSUSE:Factory/belle-sip (Old)
 and  /work/SRC/openSUSE:Factory/.belle-sip.new.2990 (New)


Package is "belle-sip"

Wed Nov  6 13:54:39 2019 rev:13 rq:739947 version:1.6.3

Changes:

--- /work/SRC/openSUSE:Factory/belle-sip/belle-sip.changes  2019-09-11 
10:37:36.811257548 +0200
+++ /work/SRC/openSUSE:Factory/.belle-sip.new.2990/belle-sip.changes
2019-11-06 13:54:41.488064432 +0100
@@ -1,0 +2,5 @@
+Thu Oct 17 14:32:41 UTC 2019 - Richard Brown 
+
+- Remove obsolete Groups tag (fate#326485)
+
+---



Other differences:
--
++ belle-sip.spec ++
--- /var/tmp/diff_new_pack.EQrGq1/_old  2019-11-06 13:54:42.288065300 +0100
+++ /var/tmp/diff_new_pack.EQrGq1/_new  2019-11-06 13:54:42.292065304 +0100
@@ -24,7 +24,6 @@
 Release:0
 Summary:C object-oriented SIP Stack
 License:GPL-2.0-or-later
-Group:  Development/Libraries/C and C++
 URL:https://linphone.org/technical-corner/belle-sip/overview
 Source: 
https://linphone.org/releases/sources/%{name}/%{name}-%{version}.tar.gz
 Source1:http://antlr3.org/download/antlr-3.4-complete.jar
@@ -49,7 +48,6 @@
 
 %package -n %{soname}%{sover}
 Summary:C object-oriented SIP Stack
-Group:  System/Libraries
 
 %description -n %{soname}%{sover}
 Belle-sip is a SIP (RFC3261) implementation written in C, with an
@@ -57,7 +55,6 @@
 
 %package devel
 Summary:Headers and libraries for the belle-sip library
-Group:  Development/Libraries/C and C++
 Requires:   %{soname}%{sover} = %{version}
 Requires:   pkgconfig(bctoolbox)
 Requires:   pkgconfig(zlib)





commit python-dephell-markers for openSUSE:Factory

2019-11-06 Thread root
Hello community,

here is the log from the commit of package python-dephell-markers for 
openSUSE:Factory checked in at 2019-11-06 13:55:17

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


Package is "python-dephell-markers"

Wed Nov  6 13:55:17 2019 rev:3 rq:742818 version:1.0.1

Changes:

--- 
/work/SRC/openSUSE:Factory/python-dephell-markers/python-dephell-markers.changes
2019-09-13 15:05:09.385258802 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-dephell-markers.new.2990/python-dephell-markers.changes
  2019-11-06 13:55:28.740115658 +0100
@@ -1,0 +2,6 @@
+Fri Oct 25 01:36:59 UTC 2019 - John Vandenberg 
+
+- Update to v1.0.1
+  - Fix hashing, improving compatibility reading poetry.lock
+
+---

Old:

  dephell_markers-1.0.0.tar.gz

New:

  dephell_markers-1.0.1.tar.gz



Other differences:
--
++ python-dephell-markers.spec ++
--- /var/tmp/diff_new_pack.J7Mq30/_old  2019-11-06 13:55:30.952118056 +0100
+++ /var/tmp/diff_new_pack.J7Mq30/_new  2019-11-06 13:55:30.952118056 +0100
@@ -19,7 +19,7 @@
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define skip_python2 1
 Name:   python-dephell-markers
-Version:1.0.0
+Version:1.0.1
 Release:0
 Summary:Dephell library to use environment markers (PEP-496)
 License:MIT

++ dephell_markers-1.0.0.tar.gz -> dephell_markers-1.0.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/dephell_markers-1.0.0/PKG-INFO 
new/dephell_markers-1.0.1/PKG-INFO
--- old/dephell_markers-1.0.0/PKG-INFO  1970-01-01 01:00:00.0 +0100
+++ new/dephell_markers-1.0.1/PKG-INFO  1970-01-01 01:00:00.0 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: dephell-markers
-Version: 1.0.0
+Version: 1.0.1
 Summary: Work with environment markers (PEP-496)
 Project-URL: Repository, https://github.com/dephell/dephell_markers
 Author: Gram
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/dephell_markers-1.0.0/dephell_markers/_marker/__init__.py 
new/dephell_markers-1.0.1/dephell_markers/_marker/__init__.py
--- old/dephell_markers-1.0.0/dephell_markers/_marker/__init__.py   
2019-03-24 18:16:50.0 +0100
+++ new/dephell_markers-1.0.1/dephell_markers/_marker/__init__.py   
2019-10-24 14:59:22.0 +0200
@@ -1,3 +1,4 @@
+# app
 from ._base import BaseMarker
 from ._string import StringMarker
 from ._version import VersionMarker
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/dephell_markers-1.0.0/dephell_markers/_marker/_base.py 
new/dephell_markers-1.0.1/dephell_markers/_marker/_base.py
--- old/dephell_markers-1.0.0/dephell_markers/_marker/_base.py  2019-04-19 
12:44:45.0 +0200
+++ new/dephell_markers-1.0.1/dephell_markers/_marker/_base.py  2019-10-24 
14:59:22.0 +0200
@@ -1,14 +1,16 @@
+# built-in
+from typing import Optional, Set
+
 # external
 import attr
 from packaging.markers import Value, Variable
-from typing import Optional, Set
 
 # app
 from .._cached_property import cached_property
 from .._constants import ALIASES
 
 
-@attr.s(cmp=False)
+@attr.s(eq=False, order=False)
 class BaseMarker:
 lhs = attr.ib()
 op = attr.ib()
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/dephell_markers-1.0.0/dephell_markers/_marker/_version.py 
new/dephell_markers-1.0.1/dephell_markers/_marker/_version.py
--- old/dephell_markers-1.0.0/dephell_markers/_marker/_version.py   
2019-03-27 14:52:41.0 +0100
+++ new/dephell_markers-1.0.1/dephell_markers/_marker/_version.py   
2019-10-24 14:59:22.0 +0200
@@ -8,8 +8,8 @@
 
 # app
 from .._cached_property import cached_property
-from ._base import BaseMarker
 from .._constants import REVERSED_OPERATIONS
+from ._base import BaseMarker
 
 
 class VersionMarker(BaseMarker):
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/dephell_markers-1.0.0/dephell_markers/_markers.py 
new/dephell_markers-1.0.1/dephell_markers/_markers.py
--- old/dephell_markers-1.0.0/dephell_markers/_markers.py   2019-07-07 
12:42:43.0 +0200
+++ new/dephell_markers-1.0.1/dephell_markers/_markers.py   2019-10-24 
14:59:22.0 +0200
@@ -1,16 +1,16 @@
 # built-in
 from copy import copy
-from typing import Optional, Union, Set, Type
+from typing import Optional, Set, Type, Union
 
 # external
 from dephell_specifier import RangeSpecifier
 from packaging import markers as packaging
-from 

commit blogbench for openSUSE:Factory

2019-11-06 Thread root
Hello community,

here is the log from the commit of package blogbench for openSUSE:Factory 
checked in at 2019-11-06 13:55:10

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


Package is "blogbench"

Wed Nov  6 13:55:10 2019 rev:3 rq:740099 version:1.1

Changes:

--- /work/SRC/openSUSE:Factory/blogbench/blogbench.changes  2019-03-06 
15:47:50.83499 +0100
+++ /work/SRC/openSUSE:Factory/.blogbench.new.2990/blogbench.changes
2019-11-06 13:55:14.576100302 +0100
@@ -1,0 +2,10 @@
+Thu Oct 17 14:45:47 UTC 2019 - Richard Brown 
+
+- Remove obsolete Groups tag (fate#326485)
+
+---
+Wed Jun 19 13:14:57 UTC 2019 - Bill Anastasiadis 

+
+- Enable more thorough dependency tracking 
+
+---



Other differences:
--
++ blogbench.spec ++
--- /var/tmp/diff_new_pack.wCAIbx/_old  2019-11-06 13:55:16.428102310 +0100
+++ /var/tmp/diff_new_pack.wCAIbx/_new  2019-11-06 13:55:16.428102310 +0100
@@ -21,7 +21,6 @@
 Release:0
 Summary:Filesystem Benchmark
 License:ISC
-Group:  System/Benchmark
 URL:https://www.pureftpd.org/project/blogbench
 Source0:
https://download.pureftpd.org/pub/%{name}/%{name}-%{version}.tar.bz2
 Source1:
https://download.pureftpd.org/pub/%{name}/%{name}-%{version}.tar.bz2.sig
@@ -39,7 +38,7 @@
 %patch1 -p1
 
 %build
-%configure --with-largefile
+%configure --enable-dependency-tracking --with-largefile
 make %{?_smp_mflags}
 
 %install






commit python-dephell-venvs for openSUSE:Factory

2019-11-06 Thread root
Hello community,

here is the log from the commit of package python-dephell-venvs for 
openSUSE:Factory checked in at 2019-11-06 13:55:30

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


Package is "python-dephell-venvs"

Wed Nov  6 13:55:30 2019 rev:3 rq:742843 version:0.1.17

Changes:

--- 
/work/SRC/openSUSE:Factory/python-dephell-venvs/python-dephell-venvs.changes
2019-09-13 15:05:04.497259841 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-dephell-venvs.new.2990/python-dephell-venvs.changes
  2019-11-06 13:55:37.256124890 +0100
@@ -1,0 +2,12 @@
+Fri Oct 25 10:12:46 UTC 2019 - Tomáš Chvátal 
+
+- Add missing dependency on requests
+
+---
+Fri Oct 25 01:59:17 UTC 2019 - John Vandenberg 
+
+- Update to v0.1.17
+  - Use existing python with the same desired major.minor version
+  - Add fallback ensurepip
+
+---

Old:

  dephell_venvs-0.1.16.tar.gz

New:

  dephell_venvs-0.1.17.tar.gz



Other differences:
--
++ python-dephell-venvs.spec ++
--- /var/tmp/diff_new_pack.IcDBLk/_old  2019-11-06 13:55:39.172126967 +0100
+++ /var/tmp/diff_new_pack.IcDBLk/_new  2019-11-06 13:55:39.176126971 +0100
@@ -19,11 +19,10 @@
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define skip_python2 1
 Name:   python-dephell-venvs
-Version:0.1.16
+Version:0.1.17
 Release:0
 Summary:Dephell plugin to manage virtual environments
 License:MIT
-Group:  Development/Languages/Python
 URL:https://github.com/dephell/dephell_venvs
 Source: 
https://files.pythonhosted.org/packages/source/d/dephell_venvs/dephell_venvs-%{version}.tar.gz
 BuildRequires:  %{python_module setuptools}
@@ -31,11 +30,13 @@
 BuildRequires:  python-rpm-macros
 Requires:   python-attrs
 Requires:   python-dephell-pythons
+Requires:   python-requests
 BuildArch:  noarch
 # SECTION test requirements
 BuildRequires:  %{python_module attrs}
 BuildRequires:  %{python_module dephell-pythons}
 BuildRequires:  %{python_module pytest}
+BuildRequires:  %{python_module requests}
 # /SECTION
 %python_subpackages
 

++ dephell_venvs-0.1.16.tar.gz -> dephell_venvs-0.1.17.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/dephell_venvs-0.1.16/PKG-INFO 
new/dephell_venvs-0.1.17/PKG-INFO
--- old/dephell_venvs-0.1.16/PKG-INFO   1970-01-01 01:00:00.0 +0100
+++ new/dephell_venvs-0.1.17/PKG-INFO   1970-01-01 01:00:00.0 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: dephell-venvs
-Version: 0.1.16
+Version: 0.1.17
 Summary: Manage virtual environments
 Project-URL: Repository, https://github.com/dephell/dephell_venvs
 Author: Gram
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/dephell_venvs-0.1.16/dephell_venvs/__init__.py 
new/dephell_venvs-0.1.17/dephell_venvs/__init__.py
--- old/dephell_venvs-0.1.16/dephell_venvs/__init__.py  2019-04-07 
11:13:43.0 +0200
+++ new/dephell_venvs-0.1.17/dephell_venvs/__init__.py  2019-10-11 
14:46:56.0 +0200
@@ -3,6 +3,8 @@
 from ._venvs import VEnvs
 
 
+__version__ = '0.1.17'
+
 __all__ = [
 'VEnv',
 'VEnvBuilder',
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/dephell_venvs-0.1.16/dephell_venvs/_builder.py 
new/dephell_venvs-0.1.17/dephell_venvs/_builder.py
--- old/dephell_venvs-0.1.16/dephell_venvs/_builder.py  2019-04-20 
11:09:55.0 +0200
+++ new/dephell_venvs-0.1.17/dephell_venvs/_builder.py  2019-10-11 
14:45:44.0 +0200
@@ -4,13 +4,15 @@
 import sys
 from pathlib import Path
 from types import SimpleNamespace
-from typing import Optional
+from typing import Dict, Optional
 from venv import EnvBuilder
 
 # external
 import attr
 from dephell_pythons import Finder
 
+from ._ensurepip import get_path, native_ensurepip_exists
+
 
 @attr.s()
 class VEnvBuilder(EnvBuilder):
@@ -54,7 +56,15 @@
 for path in paths:
 if finder.get_version(path) == version:
 return str(path)
-raise LookupError('cannot choose python in ' + str(lib_path))
+
+# get from these pythons python with the same major.minor version
+major, minor, *_ = version.split('.')
+for path in paths:
+bmajor, bminor, *_ = finder.get_version(path).split('.')
+if bmajor == major and bminor == minor:
+return str(path)
+
+raise LookupError('cannot choice python in ' + str(lib_path))
 
 

commit python-python-datamatrix for openSUSE:Factory

2019-11-06 Thread root
Hello community,

here is the log from the commit of package python-python-datamatrix for 
openSUSE:Factory checked in at 2019-11-06 13:55:37

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


Package is "python-python-datamatrix"

Wed Nov  6 13:55:37 2019 rev:2 rq:744312 version:0.10.12

Changes:

--- 
/work/SRC/openSUSE:Factory/python-python-datamatrix/python-python-datamatrix.changes
2019-03-26 22:31:54.349713265 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-python-datamatrix.new.2990/python-python-datamatrix.changes
  2019-11-06 13:55:46.272134664 +0100
@@ -1,0 +2,21 @@
+Wed Oct 30 19:33:32 UTC 2019 - Todd R 
+
+- Use noun statement for summary.
+- Make summary more descriptive.
+- Make description more objective.
+- Fix rpmlint issue.
+
+---
+Fri Sep 13 15:15:58 UTC 2019 - Todd R 
+
+- Update to 0.10.12
+  * Fix setting by DataMatrix for NumericColumn
+  * Fix deprecated Index objects after unpickling
+  * convert.to_dataframe(): don't crash on numeric column names
+  * Add BOM data for unit tests
+  * Enable universal newlines mode in Python 3
+  * io.readtxt(): strip BOMs from column names
+  * Gracefully accept any iterable object
+- Drop python2 support because dependencies dropped python2 support
+
+---

Old:

  python-datamatrix-0.9.14.tar.gz

New:

  python-datamatrix-release-0.10.12.tar.gz



Other differences:
--
++ python-python-datamatrix.spec ++
--- /var/tmp/diff_new_pack.4ur2IL/_old  2019-11-06 13:55:48.380136949 +0100
+++ /var/tmp/diff_new_pack.4ur2IL/_new  2019-11-06 13:55:48.400136971 +0100
@@ -16,30 +16,34 @@
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
+%define skip_python2 1
 Name:   python-python-datamatrix
-Version:0.9.14
+Version:0.10.12
 Release:0
 License:GPL-3.0-or-later
-Summary:A Pythonic way to work with tabular data
+Summary:A python library to work with tabular data
 Url:https://github.com/smathot/python-datamatrix
 Group:  Development/Languages/Python
-Source: 
https://github.com/smathot/python-datamatrix/archive/release/%{version}.tar.gz#/python-datamatrix-%{version}.tar.gz
-BuildRequires:  python-rpm-macros
+Source: 
https://github.com/smathot/python-datamatrix/archive/release/%{version}.tar.gz#/python-datamatrix-release-%{version}.tar.gz
 BuildRequires:  %{python_module fastnumbers}
 BuildRequires:  %{python_module json_tricks}
 BuildRequires:  %{python_module matplotlib}
+BuildRequires:  %{python_module nibabel}
+BuildRequires:  %{python_module nilearn}
 BuildRequires:  %{python_module nose}
 BuildRequires:  %{python_module numpy}
 BuildRequires:  %{python_module openpyxl}
 BuildRequires:  %{python_module pandas}
 BuildRequires:  %{python_module scipy}
 BuildRequires:  %{python_module setuptools}
-BuildRequires:  dos2unix
 BuildRequires:  fdupes
+BuildRequires:  python-rpm-macros
 Recommends: python-PrettyTable
 Recommends: python-fastnumbers
 Recommends: python-json_tricks
 Recommends: python-matplotlib
+Recommends: python-nibabel
+Recommends: python-nilearn
 Recommends: python-numpy
 Recommends: python-openpyxl
 Recommends: python-pandas
@@ -49,13 +53,13 @@
 %python_subpackages
 
 %description
-The datamatrix package provides a high-level, intuitive way to work with
-tabular data, that is, datasets that consist of named columns and numbered
-rows.
+The datamatrix package provides a high way to work with tabular data in Python.
+Tabular data is datasets that consist of named columns and numbered rows.
 
 %prep
 %setup -q -n python-datamatrix-release-%{version}
-dos2unix doc-pelican/data/fratescu-replication-data-exp1.csv
+# wrong-file-end-of-line-encoding
+sed -i 's/\r$//' doc-pelican/data/fratescu-replication-data-exp1.csv
 
 %build
 %python_build
@@ -66,11 +70,15 @@
 
 %check
 # All test failures appear to be problematic, but are specific to input data 
types
-%python_exec -m nose testcases/*.py -e 
'(test_memoize|test_group|test_io|test_intcolumn|test_seriescolumn)'
+%python_expand nosetests-%{$python_bin_suffix} testcases -e 
'(test_memoize|test_group|test_io|test_intcolumn|test_seriescolumn)'
 
 %files %{python_files}
 %license copyright
-%doc readme.md doc-pelican/content/pages/* doc-pelican/data/ 
doc-pelican/include/api
-%{python_sitelib}/*
+%doc readme.md 
+%doc doc-pelican/content/pages/*
+%doc doc-pelican/data/
+%doc doc-pelican/include/api
+%{python_sitelib}/datamatrix/

commit autofdo for openSUSE:Factory

2019-11-06 Thread root
Hello community,

here is the log from the commit of package autofdo for openSUSE:Factory checked 
in at 2019-11-06 13:54:43

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


Package is "autofdo"

Wed Nov  6 13:54:43 2019 rev:5 rq:739949 version:0.18

Changes:

--- /work/SRC/openSUSE:Factory/autofdo/autofdo.changes  2019-08-28 
18:36:55.385268671 +0200
+++ /work/SRC/openSUSE:Factory/.autofdo.new.2990/autofdo.changes
2019-11-06 13:54:48.212071722 +0100
@@ -1,0 +2,5 @@
+Thu Oct 17 13:56:34 UTC 2019 - Richard Brown 
+
+- Remove obsolete Groups tag (fate#326485)
+
+---



Other differences:
--
++ autofdo.spec ++
--- /var/tmp/diff_new_pack.634kHk/_old  2019-11-06 13:54:50.140073812 +0100
+++ /var/tmp/diff_new_pack.634kHk/_new  2019-11-06 13:54:50.140073812 +0100
@@ -21,7 +21,6 @@
 Release:0
 Summary:A tool to convert perf.data profile to AutoFDO profile
 License:Apache-2.0
-Group:  Development/Tools/Other
 URL:https://github.com/google/autofdo
 Source: 
https://github.com/google/%{name}/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
 BuildRequires:  automake




commit bats for openSUSE:Factory

2019-11-06 Thread root
Hello community,

here is the log from the commit of package bats for openSUSE:Factory checked in 
at 2019-11-06 13:53:59

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


Package is "bats"

Wed Nov  6 13:53:59 2019 rev:5 rq:739919 version:1.1.0

Changes:

--- /work/SRC/openSUSE:Factory/bats/bats.changes2019-02-05 
11:18:26.964906104 +0100
+++ /work/SRC/openSUSE:Factory/.bats.new.2990/bats.changes  2019-11-06 
13:54:06.148026120 +0100
@@ -1,0 +2,5 @@
+Thu Oct 17 14:23:45 UTC 2019 - Richard Brown 
+
+- Remove obsolete Groups tag (fate#326485)
+
+---



Other differences:
--
++ bats.spec ++
--- /var/tmp/diff_new_pack.iwkGmx/_old  2019-11-06 13:54:07.532027621 +0100
+++ /var/tmp/diff_new_pack.iwkGmx/_new  2019-11-06 13:54:07.540027630 +0100
@@ -21,7 +21,6 @@
 Release:0
 Summary:Bash Automated Testing System
 License:MIT
-Group:  Development/Tools/Other
 URL:https://github.com/bats-core/bats-core/
 Source: 
https://github.com/bats-core/bats-core/archive/v%{version}.tar.gz
 BuildRequires:  ncurses-utils




commit bibtool for openSUSE:Factory

2019-11-06 Thread root
Hello community,

here is the log from the commit of package bibtool for openSUSE:Factory checked 
in at 2019-11-06 13:54:51

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


Package is "bibtool"

Wed Nov  6 13:54:51 2019 rev:4 rq:739960 version:2.63

Changes:

--- /work/SRC/openSUSE:Factory/bibtool/bibtool.changes  2016-08-17 
12:05:07.0 +0200
+++ /work/SRC/openSUSE:Factory/.bibtool.new.2990/bibtool.changes
2019-11-06 13:54:53.024076938 +0100
@@ -1,0 +2,5 @@
+Thu Oct 17 14:35:50 UTC 2019 - Richard Brown 
+
+- Remove obsolete Groups tag (fate#326485)
+
+---



Other differences:
--
++ bibtool.spec ++
--- /var/tmp/diff_new_pack.6mGyDP/_old  2019-11-06 13:54:54.028078027 +0100
+++ /var/tmp/diff_new_pack.6mGyDP/_new  2019-11-06 13:54:54.032078031 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package bibtool
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2011 Guido Berhoerster.
 #
 # All modifications and additions to the file contributed by third parties
@@ -13,7 +13,7 @@
 # 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/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
@@ -21,8 +21,7 @@
 Version:2.63
 Release:0
 Summary:Tool for Manipulating BibTeX Databases
-License:GPL-1.0+ and CC-BY-SA-3.0
-Group:  Productivity/Publishing/TeX/Utilities
+License:GPL-1.0-or-later AND CC-BY-SA-3.0
 Url:
http://www.gerd-neugebauer.de/software/TeX/BibTool/index.en.html
 Source0:
http://www.gerd-neugebauer.de/software/TeX/BibTool/BibTool-%{version}.tar.gz
 Source1:
http://www.gerd-neugebauer.de/software/TeX/BibTool/BibTool-%{version}.tar.gz.asc






commit bonnie++ for openSUSE:Factory

2019-11-06 Thread root
Hello community,

here is the log from the commit of package bonnie++ for openSUSE:Factory 
checked in at 2019-11-06 13:55:00

Comparing /work/SRC/openSUSE:Factory/bonnie++ (Old)
 and  /work/SRC/openSUSE:Factory/.bonnie++.new.2990 (New)


Package is "bonnie++"

Wed Nov  6 13:55:00 2019 rev:24 rq:740093 version:1.97.3

Changes:

--- /work/SRC/openSUSE:Factory/bonnie++/bonnie++.changes2017-03-31 
15:09:34.687615726 +0200
+++ /work/SRC/openSUSE:Factory/.bonnie++.new.2990/bonnie++.changes  
2019-11-06 13:55:06.852091929 +0100
@@ -1,0 +2,5 @@
+Thu Oct 17 14:51:06 UTC 2019 - Richard Brown 
+
+- Remove obsolete Groups tag (fate#326485)
+
+---



Other differences:
--
++ bonnie++.spec ++
--- /var/tmp/diff_new_pack.2gA3WY/_old  2019-11-06 13:55:08.104093286 +0100
+++ /var/tmp/diff_new_pack.2gA3WY/_new  2019-11-06 13:55:08.104093286 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package bonnie++
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 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
@@ -12,7 +12,7 @@
 # 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/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
@@ -21,7 +21,6 @@
 Release:0
 Summary:A Bonnie-Like File System Benchmark
 License:MIT
-Group:  System/Benchmark
 Url:http://www.coker.com.au/bonnie++/
 Source: 
http://www.coker.com.au/bonnie++/experimental/%{name}-%{version}.tgz
 # PATCH-FIX-UPSTREAM bonnie++-1.96-makefile.patch -- fixes make install




commit boringssl for openSUSE:Factory

2019-11-06 Thread root
Hello community,

here is the log from the commit of package boringssl for openSUSE:Factory 
checked in at 2019-11-06 13:54:54

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


Package is "boringssl"

Wed Nov  6 13:54:54 2019 rev:7 rq:740085 version:20190916

Changes:

--- /work/SRC/openSUSE:Factory/boringssl/boringssl.changes  2019-10-16 
09:13:36.239727561 +0200
+++ /work/SRC/openSUSE:Factory/.boringssl.new.2990/boringssl.changes
2019-11-06 13:55:00.188084705 +0100
@@ -1,0 +2,5 @@
+Thu Oct 17 14:54:13 UTC 2019 - Richard Brown 
+
+- Remove obsolete Groups tag (fate#326485)
+
+---



Other differences:
--
++ boringssl.spec ++
--- /var/tmp/diff_new_pack.vgQ8Y3/_old  2019-11-06 13:55:01.164085763 +0100
+++ /var/tmp/diff_new_pack.vgQ8Y3/_new  2019-11-06 13:55:01.168085767 +0100
@@ -23,7 +23,6 @@
 Release:0
 Summary:An SSL/TLS protocol implementation
 License:OpenSSL
-Group:  Development/Libraries/C and C++
 URL:https://boringssl.googlesource.com/boringssl/
 Source: %{name}-%{version}.tar.xz
 Patch0: add-soversion-option.patch
@@ -41,7 +40,6 @@
 
 %package -n %{libname}
 Summary:An SSL/TLS protocol implementation
-Group:  Productivity/Networking/Security
 Recommends: ca-certificates-mozilla
 
 %description -n %{libname}
@@ -50,7 +48,6 @@
 
 %package devel
 Summary:Development files for BoringSSL
-Group:  Development/Libraries/C and C++
 Requires:   %{libname} = %{version}
 
 %description devel




commit pdf2djvu for openSUSE:Factory

2019-11-06 Thread root
Hello community,

here is the log from the commit of package pdf2djvu for openSUSE:Factory 
checked in at 2019-11-06 14:04:57

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


Package is "pdf2djvu"

Wed Nov  6 14:04:57 2019 rev:38 rq:745321 version:0.9.14

Changes:

--- /work/SRC/openSUSE:Factory/pdf2djvu/pdf2djvu.changes2019-06-17 
10:35:26.349201244 +0200
+++ /work/SRC/openSUSE:Factory/.pdf2djvu.new.2990/pdf2djvu.changes  
2019-11-06 14:04:58.908715432 +0100
@@ -1,0 +2,6 @@
+Mon Nov  4 17:53:48 UTC 2019 - Kyrill Detinov 
+
+- Update to 0.9.14.
+  * Fix build failure with Poppler ≥ 0.82.
+
+---

Old:

  pdf2djvu-0.9.13.tar.xz
  pdf2djvu-0.9.13.tar.xz.asc

New:

  pdf2djvu-0.9.14.tar.xz
  pdf2djvu-0.9.14.tar.xz.asc



Other differences:
--
++ pdf2djvu.spec ++
--- /var/tmp/diff_new_pack.ZP4ZwU/_old  2019-11-06 14:04:59.564716118 +0100
+++ /var/tmp/diff_new_pack.ZP4ZwU/_new  2019-11-06 14:04:59.568716122 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   pdf2djvu
-Version:0.9.13
+Version:0.9.14
 Release:0
 Summary:PDF to DjVu Converter
 License:GPL-2.0-only

++ pdf2djvu-0.9.13.tar.xz -> pdf2djvu-0.9.14.tar.xz ++
 88270 lines of diff (skipped)




commit mhvtl for openSUSE:Factory

2019-11-06 Thread root
Hello community,

here is the log from the commit of package mhvtl for openSUSE:Factory checked 
in at 2019-11-06 14:04:43

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


Package is "mhvtl"

Wed Nov  6 14:04:43 2019 rev:7 rq:745288 version:1.62

Changes:

--- /work/SRC/openSUSE:Factory/mhvtl/mhvtl.changes  2019-10-08 
19:58:33.372085025 +0200
+++ /work/SRC/openSUSE:Factory/.mhvtl.new.2990/mhvtl.changes2019-11-06 
14:04:47.848703855 +0100
@@ -1,0 +2,7 @@
+Mon Nov  4 23:43:56 UTC 2019 - Lee Duncan 
+
+- Change install of systemd generatos to /usr/lib/systemd/...
+  instead of /usr/libexec/systemd/..., which does not yet exist,
+  to fix build issue
+
+---



Other differences:
--
++ mhvtl.spec ++
--- /var/tmp/diff_new_pack.g64tsA/_old  2019-11-06 14:04:48.928704986 +0100
+++ /var/tmp/diff_new_pack.g64tsA/_new  2019-11-06 14:04:48.932704989 +0100
@@ -80,7 +80,7 @@
 
 %build
 make MHVTL_HOME_PATH=%{mhvtl_home_dir} VERSION=%{version}_release \
-   SYSTEMD_GENERATOR_DIR=%{_libexecdir}/systemd/system-generators
+   SYSTEMD_GENERATOR_DIR=/usr/lib/systemd/system-generators
 %if 0%{buildkmp} == 1
 for flavor in %flavors_to_build; do
rm -rf obj/$flavor
@@ -94,7 +94,7 @@
 %install
 %make_install \
MHVTL_HOME_PATH=%{mhvtl_home_dir} VERSION=%{version}_release 
LIBDIR=%{_libdir} \
-   SYSTEMD_GENERATOR_DIR=%{_libexecdir}/systemd/system-generators
+   SYSTEMD_GENERATOR_DIR=/usr/lib/systemd/system-generators
 %if 0%{buildkmp} == 1
 export INSTALL_MOD_PATH=%{buildroot}
 export INSTALL_MOD_DIR=updates




commit python-APScheduler for openSUSE:Factory

2019-11-06 Thread root
Hello community,

here is the log from the commit of package python-APScheduler for 
openSUSE:Factory checked in at 2019-11-06 14:04:31

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


Package is "python-APScheduler"

Wed Nov  6 14:04:31 2019 rev:9 rq:745282 version:3.6.2

Changes:

--- /work/SRC/openSUSE:Factory/python-APScheduler/python-APScheduler.changes
2019-09-07 11:50:39.906297631 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-APScheduler.new.2990/python-APScheduler.changes
  2019-11-06 14:04:42.012697746 +0100
@@ -1,0 +2,13 @@
+Mon Nov  4 23:50:32 CET 2019 - Matej Cepl 
+
+- Update to 3.6.2, which fixes (together with the patch
+  compat-pytest4+.patch, which replaces pytest4.patch)
+  incompatibility with pytest 4+. gh#agronholm/apscheduler#401
+
+---
+Mon Nov  4 13:30:55 CET 2019 - Matej Cepl 
+
+- Add pytest4.patch to make test suite work even with pytest 4.
+  gh#agronholm/apscheduler#401
+
+---

Old:

  APScheduler-3.6.1.tar.gz

New:

  APScheduler-3.6.2.tar.gz
  compat-pytest4+.patch



Other differences:
--
++ python-APScheduler.spec ++
--- /var/tmp/diff_new_pack.TkGARA/_old  2019-11-06 14:04:44.040699869 +0100
+++ /var/tmp/diff_new_pack.TkGARA/_new  2019-11-06 14:04:44.040699869 +0100
@@ -18,18 +18,21 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-APScheduler
-Version:3.6.1
+Version:3.6.2
 Release:0
 Summary:In-process task scheduler with Cron-like capabilities
 License:MIT
 Group:  Development/Languages/Python
 URL:https://github.com/agronholm/apscheduler
 Source: 
https://files.pythonhosted.org/packages/source/A/APScheduler/APScheduler-%{version}.tar.gz
+# PATCH-FIX-UPSTREAM compat-pytest4+.patch gh#agronholm/apscheduler#401 
mc...@suse.com
+# fix the test suite to be compatible with pytest4+
+Patch0: compat-pytest4+.patch
 BuildRequires:  %{python_module SQLAlchemy >= 0.8}
 BuildRequires:  %{python_module Twisted}
 BuildRequires:  %{python_module gevent}
 BuildRequires:  %{python_module pytest-tornado}
-BuildRequires:  %{python_module pytest < 4}
+BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module pytz}
 BuildRequires:  %{python_module setuptools >= 0.7}
 BuildRequires:  %{python_module setuptools_scm}
@@ -84,6 +87,8 @@
 
 %prep
 %setup -q -n APScheduler-%{version}
+%autopatch -p1
+
 # we don't want the tweaked pytest config options
 rm setup.cfg
 
@@ -95,7 +100,7 @@
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
-%python_expand PYTHONPATH=%{buildroot}%{$python_sitelib} 
py.test-%{$python_bin_suffix} -v
+%pytest
 
 %files %{python_files}
 %license LICENSE.txt

++ APScheduler-3.6.1.tar.gz -> APScheduler-3.6.2.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/APScheduler-3.6.1/APScheduler.egg-info/PKG-INFO 
new/APScheduler-3.6.2/APScheduler.egg-info/PKG-INFO
--- old/APScheduler-3.6.1/APScheduler.egg-info/PKG-INFO 2019-07-19 
12:09:59.0 +0200
+++ new/APScheduler-3.6.2/APScheduler.egg-info/PKG-INFO 2019-11-04 
21:43:05.0 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: APScheduler
-Version: 3.6.1
+Version: 3.6.2
 Summary: In-process task scheduler with Cron-like capabilities
 Home-page: https://github.com/agronholm/apscheduler
 Author: Alex Grönholm
@@ -95,14 +95,14 @@
 Classifier: Programming Language :: Python :: 3.5
 Classifier: Programming Language :: Python :: 3.6
 Classifier: Programming Language :: Python :: 3.7
-Provides-Extra: mongodb
+Provides-Extra: asyncio
 Provides-Extra: gevent
+Provides-Extra: mongodb
 Provides-Extra: redis
-Provides-Extra: asyncio
 Provides-Extra: rethinkdb
-Provides-Extra: testing
 Provides-Extra: sqlalchemy
-Provides-Extra: zookeeper
-Provides-Extra: doc
 Provides-Extra: tornado
 Provides-Extra: twisted
+Provides-Extra: zookeeper
+Provides-Extra: testing
+Provides-Extra: doc
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/APScheduler-3.6.1/APScheduler.egg-info/SOURCES.txt 
new/APScheduler-3.6.2/APScheduler.egg-info/SOURCES.txt
--- old/APScheduler-3.6.1/APScheduler.egg-info/SOURCES.txt  2019-07-19 
12:09:59.0 +0200
+++ new/APScheduler-3.6.2/APScheduler.egg-info/SOURCES.txt  2019-11-04 
21:43:06.0 +0100
@@ -117,4 +117,5 @@
 tests/test_jobstores.py
 tests/test_schedulers.py
 tests/test_triggers.py
-tests/test_util.py
\ No newline at end of file
+tests/test_util.py

commit perl-Compress-Raw-Lzma for openSUSE:Factory

2019-11-06 Thread root
Hello community,

here is the log from the commit of package perl-Compress-Raw-Lzma for 
openSUSE:Factory checked in at 2019-11-06 14:04:27

Comparing /work/SRC/openSUSE:Factory/perl-Compress-Raw-Lzma (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Compress-Raw-Lzma.new.2990 (New)


Package is "perl-Compress-Raw-Lzma"

Wed Nov  6 14:04:27 2019 rev:7 rq:745270 version:2.089

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-Compress-Raw-Lzma/perl-Compress-Raw-Lzma.changes
2019-08-13 13:22:21.545401101 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Compress-Raw-Lzma.new.2990/perl-Compress-Raw-Lzma.changes
  2019-11-06 14:04:28.216683306 +0100
@@ -1,0 +2,15 @@
+Mon Nov  4 11:11:47 UTC 2019 -  
+
+- updated to 2.089
+   see /usr/share/doc/packages/perl-Compress-Raw-Lzma/Changes
+
+2.089 3 November 2019
+  
+* No Changes
+
+2.088 31 October 2019
+  
+* Add SUPPPORT section
+  11a43c1b8053a0502d7a89bcfeb62f8fe5da7f14
+
+---

Old:

  Compress-Raw-Lzma-2.087.tar.gz

New:

  Compress-Raw-Lzma-2.089.tar.gz



Other differences:
--
++ perl-Compress-Raw-Lzma.spec ++
--- /var/tmp/diff_new_pack.5d7y0r/_old  2019-11-06 14:04:28.660683770 +0100
+++ /var/tmp/diff_new_pack.5d7y0r/_new  2019-11-06 14:04:28.660683770 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Compress-Raw-Lzma
-Version:2.087
+Version:2.089
 Release:0
 %define cpan_name Compress-Raw-Lzma
 Summary:Low-Level Interface to lzma compression library
@@ -53,7 +53,7 @@
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
-find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644
+find . -type f ! -path "*/t/*" ! -name "*.pl" ! -name "*.sh" ! -path "*/bin/*" 
! -path "*/script/*" ! -name "configure" -print0 | xargs -0 chmod 644
 
 %build
 perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"

++ Compress-Raw-Lzma-2.087.tar.gz -> Compress-Raw-Lzma-2.089.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Compress-Raw-Lzma-2.087/Changes 
new/Compress-Raw-Lzma-2.089/Changes
--- old/Compress-Raw-Lzma-2.087/Changes 2019-03-31 18:29:47.0 +0200
+++ new/Compress-Raw-Lzma-2.089/Changes 2019-11-03 20:44:30.0 +0100
@@ -1,6 +1,15 @@
 CHANGES
 ---
 
+  2.089 3 November 2019
+
+  * No Changes
+  
+  2.088 31 October 2019
+
+  * Add SUPPPORT section
+11a43c1b8053a0502d7a89bcfeb62f8fe5da7f14
+
   2.086 31 March 2019
 
   * Moved source to github https://github.com/pmqs/Compress-Raw-Lzma
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Compress-Raw-Lzma-2.087/META.json 
new/Compress-Raw-Lzma-2.089/META.json
--- old/Compress-Raw-Lzma-2.087/META.json   2019-08-10 11:15:51.0 
+0200
+++ new/Compress-Raw-Lzma-2.089/META.json   2019-11-03 20:50:49.0 
+0100
@@ -45,6 +45,6 @@
  "web" : "https://github.com/pmqs/Compress-Raw-Lzma;
   }
},
-   "version" : "2.087",
+   "version" : "2.089",
"x_serialization_backend" : "JSON::PP version 2.27300"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Compress-Raw-Lzma-2.087/META.yml 
new/Compress-Raw-Lzma-2.089/META.yml
--- old/Compress-Raw-Lzma-2.087/META.yml2019-08-10 11:15:51.0 
+0200
+++ new/Compress-Raw-Lzma-2.089/META.yml2019-11-03 20:50:49.0 
+0100
@@ -23,5 +23,5 @@
   bugtracker: https://github.com/pmqs/Compress-Raw-Lzma/issues
   homepage: https://github.com/pmqs/Compress-Raw-Lzma
   repository: git://github.com/pmqs/Compress-Raw-Lzma.git
-version: '2.087'
+version: '2.089'
 x_serialization_backend: 'CPAN::Meta::YAML version 0.018'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Compress-Raw-Lzma-2.087/README 
new/Compress-Raw-Lzma-2.089/README
--- old/Compress-Raw-Lzma-2.087/README  2019-08-10 11:10:15.0 +0200
+++ new/Compress-Raw-Lzma-2.089/README  2019-11-03 20:43:56.0 +0100
@@ -1,9 +1,9 @@
 
 Compress-Raw-Lzma
 
-  Version 2.087
+ Version 2.089
 
-  10 August 2019
+ 3 November 2019
 
Copyright (c) 2009-2019 Paul Marquess. All rights reserved.
   This program is free software; you can redistribute it
@@ -153,6 +153,13 @@
 is necessary to have first built the lzma library with the -fpic
 option.
 
+SUPPORT
+---
+
+General feedback/questions/bug reports should be sent to 
+https://github.com/pmqs/Compress-Raw-Lzma/issues (preferred) or

commit libhdhomerun for openSUSE:Factory

2019-11-06 Thread root
Hello community,

here is the log from the commit of package libhdhomerun for openSUSE:Factory 
checked in at 2019-11-06 14:05:22

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


Package is "libhdhomerun"

Wed Nov  6 14:05:22 2019 rev:8 rq:745351 version:20190621

Changes:

--- /work/SRC/openSUSE:Factory/libhdhomerun/libhdhomerun.changes
2018-08-27 13:00:23.812884761 +0200
+++ /work/SRC/openSUSE:Factory/.libhdhomerun.new.2990/libhdhomerun.changes  
2019-11-06 14:05:28.300746196 +0100
@@ -1,0 +2,6 @@
+Wed Oct 30 17:43:04 UTC 2019 - Bjørn Lie 
+
+- Update to version 20190621:
+  Please read https://www.silicondust.com/support/downloads/software-changelog/
+
+---

Old:

  hdhomerun_config_gui_20180327.tgz
  libhdhomerun_20180327.tgz

New:

  hdhomerun_config_gui_20190621.tgz
  libhdhomerun_20190621.tgz



Other differences:
--
++ libhdhomerun.spec ++
--- /var/tmp/diff_new_pack.MkthMY/_old  2019-11-06 14:05:30.648748654 +0100
+++ /var/tmp/diff_new_pack.MkthMY/_new  2019-11-06 14:05:30.648748654 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libhdhomerun
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 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
@@ -12,13 +12,13 @@
 # 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/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 %define SO_NR 2
 Name:   libhdhomerun
-Version:20180327
+Version:20190621
 Release:0
 Summary:HDHomeRun library
 License:LGPL-2.1-only


++ hdhomerun_config_gui_20180327.tgz -> hdhomerun_config_gui_20190621.tgz 
++

++ libhdhomerun_20180327.tgz -> libhdhomerun_20190621.tgz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libhdhomerun/Makefile new/libhdhomerun/Makefile
--- old/libhdhomerun/Makefile   2016-11-18 19:48:11.0 +0100
+++ new/libhdhomerun/Makefile   2019-05-03 19:45:43.0 +0200
@@ -32,7 +32,7 @@
 LDFLAGS += -lsocket
   endif
   ifeq ($(OS),Darwin)
-CFLAGS += -arch i386 -arch x86_64
+CFLAGS += -arch x86_64
 LIBEXT := .dylib
 SHARED := -dynamiclib -install_name libhdhomerun$(LIBEXT)
   endif
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libhdhomerun/hdhomerun_config.c 
new/libhdhomerun/hdhomerun_config.c
--- old/libhdhomerun/hdhomerun_config.c 2017-08-16 05:21:53.0 +0200
+++ new/libhdhomerun/hdhomerun_config.c 2019-04-09 20:00:26.0 +0200
@@ -91,27 +91,37 @@
}
 
struct hdhomerun_discover_device_t result_list[64];
-   int count = hdhomerun_discover_find_devices_custom_v2(target_ip, 
HDHOMERUN_DEVICE_TYPE_TUNER, HDHOMERUN_DEVICE_ID_WILDCARD, result_list, 64);
-   if (count < 0) {
+   int result_count = hdhomerun_discover_find_devices_custom_v2(target_ip, 
HDHOMERUN_DEVICE_TYPE_WILDCARD, HDHOMERUN_DEVICE_ID_WILDCARD, result_list, 64);
+   if (result_count < 0) {
fprintf(stderr, "error sending discover request\n");
return -1;
}
-   if (count == 0) {
-   printf("no devices found\n");
-   return 0;
-   }
 
-   int index;
-   for (index = 0; index < count; index++) {
-   struct hdhomerun_discover_device_t *result = 
_list[index];
+   struct hdhomerun_discover_device_t *result = result_list;
+   struct hdhomerun_discover_device_t *result_end = result_list + 
result_count;
+
+   int valid_count = 0;
+   while (result < result_end) {
+   if (result->device_id == 0) {
+   result++;
+   continue;
+   }
+
printf("hdhomerun device %08X found at %u.%u.%u.%u\n",
(unsigned int)result->device_id,
(unsigned int)(result->ip_addr >> 24) & 0x0FF, 
(unsigned int)(result->ip_addr >> 16) & 0x0FF,
(unsigned int)(result->ip_addr >> 8) & 0x0FF, (unsigned 
int)(result->ip_addr >> 0) & 0x0FF
);
+
+   valid_count++;
+   result++;
+   }
+
+   if (valid_count == 0) {
+   printf("no devices found\n");
}
 
-   return count;
+   return valid_count;
 }
 
 static int 

commit converseen for openSUSE:Factory

2019-11-06 Thread root
Hello community,

here is the log from the commit of package converseen for openSUSE:Factory 
checked in at 2019-11-06 14:04:59

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


Package is "converseen"

Wed Nov  6 14:04:59 2019 rev:34 rq:745322 version:0.9.8.0

Changes:

--- /work/SRC/openSUSE:Factory/converseen/converseen.changes2018-11-06 
14:38:31.276674684 +0100
+++ /work/SRC/openSUSE:Factory/.converseen.new.2990/converseen.changes  
2019-11-06 14:05:00.748717357 +0100
@@ -1,0 +2,8 @@
+Mon Nov  4 18:15:47 UTC 2019 - Kyrill Detinov 
+
+- Update to 0.9.8.0.
+  * Fixed bug with TIF files.
+  * Various Minor Updates.
+  * Various bugfixes.
+
+---

Old:

  converseen-0.9.7.2.tar.bz2

New:

  converseen-0.9.8.0.tar.bz2



Other differences:
--
++ converseen.spec ++
--- /var/tmp/diff_new_pack.PeF8qx/_old  2019-11-06 14:05:01.636718287 +0100
+++ /var/tmp/diff_new_pack.PeF8qx/_new  2019-11-06 14:05:01.640718291 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package converseen
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 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,13 +17,13 @@
 
 
 Name:   converseen
-Version:0.9.7.2
+Version:0.9.8.0
 Release:0
 Summary:Batch Image Conversion Tool
 License:GPL-3.0-or-later
 Group:  Productivity/Graphics/Convertors
 URL:http://converseen.fasterland.net/
-Source0:
http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.bz2
+Source0:
https://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.bz2
 BuildRequires:  ImageMagick
 BuildRequires:  cmake
 BuildRequires:  hicolor-icon-theme

++ converseen-0.9.7.2.tar.bz2 -> converseen-0.9.8.0.tar.bz2 ++
 2452 lines of diff (skipped)




commit monitoring-plugins-smart for openSUSE:Factory

2019-11-06 Thread root
Hello community,

here is the log from the commit of package monitoring-plugins-smart for 
openSUSE:Factory checked in at 2019-11-06 14:04:25

Comparing /work/SRC/openSUSE:Factory/monitoring-plugins-smart (Old)
 and  /work/SRC/openSUSE:Factory/.monitoring-plugins-smart.new.2990 (New)


Package is "monitoring-plugins-smart"

Wed Nov  6 14:04:25 2019 rev:5 rq:745269 version:6.4

Changes:

--- 
/work/SRC/openSUSE:Factory/monitoring-plugins-smart/monitoring-plugins-smart.changes
2015-03-11 09:58:57.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.monitoring-plugins-smart.new.2990/monitoring-plugins-smart.changes
  2019-11-06 14:04:27.172682213 +0100
@@ -1,0 +2,27 @@
+Thu Oct 31 15:11:06 UTC 2019 - Martin Hauke 
+
+- Update to version 6.4
+  - Allow detection of more than 26 devices / issue #5 (rev 5.3)
+  - Different ATA vs. SCSI lookup (rev 5.4)
+  - Allow script to run outside of nagios plugins dir / wiki url
+update (rev 5.5)
+  - Change syntax of -g parameter (regex is now awaited from
+input) (rev 5.6)
+  - Fix Use of uninitialized value $device (rev 5.7)
+  - Allow multiple devices for interface type megaraid,
+e.g. "megaraid,[1-5]" (rev 5.8)
+  - allow type "auto" (rev 5.9)
+  - Check selftest log for errors using new parameter -s (rev 5.10)
+  - Add exclude list (-e) to ignore certain attributes (5.11)
+  - Fix 'Use of uninitialized value' warnings (5.11.1)
+  - Add raw check list (-r) and warning thresholds (-w) (6.0)
+  - Allow using pseudo bus device /dev/bus/N (6.1)
+  - Add device model and serial number in output (6.2)
+  - Allow exclusion from perfdata as well (-E) and by attribute
+number (6.3)
+  - Remove dependency on utils.pm, add quiet parameter (6.4)
+- Drop not longer needed patch:
+  * enable_auto_interface.patch (obsolete, type auto was added
+upstream in v5.9).
+
+---

Old:

  enable_auto_interface.patch



Other differences:
--
++ monitoring-plugins-smart.spec ++
--- /var/tmp/diff_new_pack.fzw7ZE/_old  2019-11-06 14:04:27.732682799 +0100
+++ /var/tmp/diff_new_pack.fzw7ZE/_new  2019-11-06 14:04:27.736682803 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package monitoring-plugins-smart
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 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
@@ -12,25 +12,22 @@
 # 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/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 Name:   monitoring-plugins-smart
-Version:5.2
+Version:6.4
 Release:0
 Summary:Check SMART status of a given disk
 License:SUSE-Public-Domain
 Group:  System/Monitoring
-Url:http://www.claudiokuenzler.com/nagios-plugins/check_smart.php
+URL:https://www.claudiokuenzler.com/nagios-plugins/check_smart.php
 Source0:check_smart.pl
 Source1:usr.lib.nagios.plugins.check_smart
 Source3:monitoring-plugins-smart-README.SUSE
-Patch0: enable_auto_interface.patch
 BuildRequires:  nagios-rpm-macros
 BuildRequires:  sudo
-Provides:   nagios-plugins-smart = %{version}-%{release}
-Obsoletes:  nagios-plugins-smart < 1.02
 Requires:   monitoring-plugins-common
 Requires:   smartmontools >= 5.39
 Requires:   sudo
@@ -38,8 +35,10 @@
 Requires:   perl(FindBin)
 Requires:   perl(Getopt::Long)
 Recommends: apparmor-parser
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+Provides:   nagios-plugins-smart = %{version}-%{release}
+Obsoletes:  nagios-plugins-smart < 1.02
 BuildArch:  noarch
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
 This plugin does SMART monitoring both ATA and SCSI disks, has an easy usage
@@ -47,8 +46,8 @@
 
 Note: 
 On older distributions you need a line like
-  nagios ALL=NOPASSWD: /usr/sbin/smartctl
-in /etc/sudoers to run this script as non privileged user.
+  nagios ALL=NOPASSWD: %{_sbindir}/smartctl
+in %{_sysconfdir}/sudoers to run this script as non privileged user.
 
 Since SLES 12/openSUSE 12.1, there is a file 
   %{_sysconfdir}/sysconfig/sudoers.d/%{name}
@@ -57,7 +56,6 @@
 %prep
 %setup -q -T -c %{name}
 install -m755 %{SOURCE0} check_smart
-%patch0 -p0
 install -m644 %{SOURCE3} README.SUSE
 
 %build
@@ -68,16 +66,12 @@
 %if 0%{?suse_version} > 1130
 mkdir -p %{buildroot}/%{_sysconfdir}/sudoers.d
 cat >> 

commit python-djvulibre for openSUSE:Factory

2019-11-06 Thread root
Hello community,

here is the log from the commit of package python-djvulibre for 
openSUSE:Factory checked in at 2019-11-06 14:04:52

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


Package is "python-djvulibre"

Wed Nov  6 14:04:52 2019 rev:21 rq:745320 version:0.8.5

Changes:

--- /work/SRC/openSUSE:Factory/python-djvulibre/python-djvulibre.changes
2019-09-18 13:10:48.684697831 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-djvulibre.new.2990/python-djvulibre.changes  
2019-11-06 14:04:56.492712902 +0100
@@ -1,0 +2,8 @@
+Mon Nov  4 13:13:44 UTC 2019 - Kyrill Detinov 
+
+- Update to 0.8.5.
+  * Improve the setup script:
++ Use the current Python interpreter for running Cython.
++ Improve error handling.
+
+---

Old:

  python-djvulibre-0.8.4.tar.gz
  python-djvulibre-0.8.4.tar.gz.asc

New:

  python-djvulibre-0.8.5.tar.gz
  python-djvulibre-0.8.5.tar.gz.asc



Other differences:
--
++ python-djvulibre.spec ++
--- /var/tmp/diff_new_pack.edkMfs/_old  2019-11-06 14:04:56.984713417 +0100
+++ /var/tmp/diff_new_pack.edkMfs/_new  2019-11-06 14:04:56.984713417 +0100
@@ -18,7 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-djvulibre
-Version:0.8.4
+Version:0.8.5
 Release:0
 Summary:Python Support for the DjVu Image Format
 License:GPL-2.0-only
@@ -61,8 +61,6 @@
 %prep
 %setup -q
 chmod -x examples/*
-# https://github.com/jwilk/python-djvulibre/pull/11
-sed -i "s/'python'/sys.executable/" setup.py
 
 %build
 export CFLAGS="%{optflags} -fno-strict-aliasing"

++ python-djvulibre-0.8.4.tar.gz -> python-djvulibre-0.8.5.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python-djvulibre-0.8.4/PKG-INFO 
new/python-djvulibre-0.8.5/PKG-INFO
--- old/python-djvulibre-0.8.4/PKG-INFO 2019-03-11 17:00:39.0 +0100
+++ new/python-djvulibre-0.8.5/PKG-INFO 2019-09-23 18:56:00.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: python-djvulibre
-Version: 0.8.4
+Version: 0.8.5
 Summary: Python support for the DjVu image format
 Home-page: http://jwilk.net/software/python-djvulibre
 Author: Jakub Wilk
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python-djvulibre-0.8.4/doc/changelog 
new/python-djvulibre-0.8.5/doc/changelog
--- old/python-djvulibre-0.8.4/doc/changelog2019-03-11 16:53:01.0 
+0100
+++ new/python-djvulibre-0.8.5/doc/changelog2019-09-23 18:51:44.0 
+0200
@@ -1,3 +1,13 @@
+python-djvulibre (0.8.5) unstable; urgency=low
+
+  * Improve the setup script:
++ Use the current Python interpreter for running Cython.
+  Thanks to John Vandenberg for the bug report and the initial patch.
+  https://github.com/jwilk/python-djvulibre/issues/10
++ Improve error handling.
+
+ -- Jakub Wilk   Mon, 23 Sep 2019 18:51:43 +0200
+
 python-djvulibre (0.8.4) unstable; urgency=low
 
   * Fix compatibility with Python 3.8.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python-djvulibre-0.8.4/private/check-rst 
new/python-djvulibre-0.8.5/private/check-rst
--- old/python-djvulibre-0.8.4/private/check-rst2018-09-17 
17:28:44.0 +0200
+++ new/python-djvulibre-0.8.5/private/check-rst2019-09-23 
18:48:31.0 +0200
@@ -1,6 +1,6 @@
-#!/bin/sh
+#!/usr/bin/env bash
 
-# Copyright © 2016-2018 Jakub Wilk 
+# Copyright © 2016-2019 Jakub Wilk 
 #
 # This file is part of python-djvulibre.
 #
@@ -14,6 +14,7 @@
 # more details.
 
 set -e -u
+set -o pipefail
 here=${0%/*}
 here=${here#./}
 root="$here/../"
@@ -27,7 +28,7 @@
 then
 print_desc='python setup.py --long-description'
 echo "(cd ${root:-.} && $print_desc) | $rst2xml $options - /dev/null" >&2
-(cd "${root:-.}" && $print_desc) | "$rst2xml" $options - /dev/null || exit 
1
+(cd "${root:-.}" && $print_desc) | "$rst2xml" $options - /dev/null
 fi
 if [ $# -eq 0 ]
 then
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python-djvulibre-0.8.4/setup.py 
new/python-djvulibre-0.8.5/setup.py
--- old/python-djvulibre-0.8.4/setup.py 2018-05-16 18:38:13.0 +0200
+++ new/python-djvulibre-0.8.5/setup.py 2019-09-23 18:48:31.0 +0200
@@ -1,6 +1,6 @@
 # encoding=UTF-8
 
-# Copyright © 2007-2018 Jakub Wilk 
+# Copyright © 2007-2019 Jakub Wilk 
 #
 # This file is part of python-djvulibre.
 #
@@ -33,7 +33,8 @@
 
 if need_setuptools:
 import setuptools.extension
-assert 

commit bonnie for openSUSE:Factory

2019-11-06 Thread root
Hello community,

here is the log from the commit of package bonnie for openSUSE:Factory checked 
in at 2019-11-06 14:05:20

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


Package is "bonnie"

Wed Nov  6 14:05:20 2019 rev:22 rq:745342 version:1.6

Changes:

--- /work/SRC/openSUSE:Factory/bonnie/bonnie.changes2016-07-03 
12:27:48.0 +0200
+++ /work/SRC/openSUSE:Factory/.bonnie.new.2990/bonnie.changes  2019-11-06 
14:05:22.276739891 +0100
@@ -1,0 +2,26 @@
+Tue Nov  5 08:10:10 UTC 2019 - Martin Pluskal 
+
+- Do not use download url anymore
+
+---
+Thu Oct 17 14:50:53 UTC 2019 - Richard Brown 
+
+- Remove obsolete Groups tag (fate#326485)
+
+---
+Fri Jan 11 11:17:49 CET 2019 - k...@garloff.de
+
+- bonnie-fix-o_direct.diff: Don't use O_DIRECT for character input,
+  as newer kernels don't allow this.
+
+---
+Fri Jan 11 11:17:02 CET 2019 - k...@garloff.de
+
+- Update to bonnie-1.6:
+  * Use 16 threads by default
+  * Smaller 4k reads (seeking)
+  * Larger blocks in intelligent read/write
+  * Smaller I/O size for char in/out
+  * More digits for formatting.
+
+---

Old:

  bonnie-1.5.tar.bz2

New:

  bonnie-1.6.tar.bz2
  bonnie-fix-o_direct.diff



Other differences:
--
++ bonnie.spec ++
--- /var/tmp/diff_new_pack.lIyGRK/_old  2019-11-06 14:05:22.976740624 +0100
+++ /var/tmp/diff_new_pack.lIyGRK/_new  2019-11-06 14:05:22.976740624 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package bonnie
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 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
@@ -12,19 +12,18 @@
 # 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/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 Name:   bonnie
-Version:1.5
+Version:1.6
 Release:0
 Summary:File System Benchmark
-License:GPL-2.0+
-Group:  System/Benchmark
-Url:https://code.google.com/p/bonnie-64/
-Source0:https://fossies.org/linux/privat/old/%{name}-%{version}.tar.bz2
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+License:GPL-2.0-or-later
+URL:https://code.google.com/p/bonnie-64/
+Source0:%{name}-%{version}.tar.bz2
+Patch0: bonnie-fix-o_direct.diff
 
 %description
 Bonnie is a popular performance benchmark that targets various aspects
@@ -32,6 +31,7 @@
 
 %prep
 %setup -q -n %{name}
+%patch0
 
 %build
 make SYSFLAGS="%{optflags}" %{?_smp_mflags}
@@ -40,9 +40,8 @@
 %make_install
 
 %files
-%defattr(-, root, root)
 %doc bonnie.doc README
 %{_bindir}/bonnie
-%{_mandir}/man1/bonnie.1%{ext_man}
+%{_mandir}/man1/bonnie.1%{?ext_man}
 
 %changelog

++ bonnie-1.5.tar.bz2 -> bonnie-1.6.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/bonnie/Bonnie.c new/bonnie/Bonnie.c
--- old/bonnie/Bonnie.c 2012-02-04 15:27:50.0 +0100
+++ new/bonnie/Bonnie.c 2016-02-17 14:09:47.0 +0100
@@ -3,6 +3,11 @@
  * it is named 'Bonnie' after Bonnie Raitt, who knows how to use one.
  * 
  * TODO: Reproducable random numbers
+ * Modified, 13/02/17, Kurt Garloff 
+ * Use 4MB chunks for block rw/rd/wr, use 16 seeker threads with 4k reads from
+ * 8k aligned bufs. This gives better perf on high-end storage. Smaller tests
+ * with getc/putc.
+ * 
  * Modified, 03/10/21, Kurt Garloff 
  * Patch from Christian Kirsch (ix) to support MacOS X: Define PAGE_MASK.
  * 
@@ -59,7 +64,7 @@
  *  or consequential damage, loss, costs or fees or expenses of any
  *  nature or kind.
  */
-/* $Id: Bonnie.c,v 1.3 2012/02/04 14:27:50 garloff Exp $ */
+/* $Id: Bonnie.c,v 1.5 2016/02/17 13:09:47 garloff Exp $ */
 
 #include 
 #include 
@@ -105,15 +110,15 @@
 //#define Seeks (4000)
 unsigned Seeks = 4000;
 #define UpdateSeek (10)
-//#define SeekProcCount (3)
-unsigned SeekProcCount = 3;
-#define Chunk (1UL<<20)
-#define SmallChunk (8192UL)
-#define SeekChunk (16384UL)
+//#define SeekProcCount (16)
+unsigned SeekProcCount = 16;
+#define Chunk (4UL<<20)
+#define SmallChunk (4096UL)
+#define SeekChunk (8192UL)
 
 #if defined(__linux__)
 //# include 
-# if !defined(O_DIRECT) && (defined(__alpha__) || 

commit python-sqlsoup for openSUSE:Factory

2019-11-06 Thread root
Hello community,

here is the log from the commit of package python-sqlsoup for openSUSE:Factory 
checked in at 2019-11-06 14:05:06

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


Package is "python-sqlsoup"

Wed Nov  6 14:05:06 2019 rev:1 rq:745330 version:0.9.1

Changes:

New Changes file:

--- /dev/null   2019-10-24 10:19:07.066239389 +0200
+++ /work/SRC/openSUSE:Factory/.python-sqlsoup.new.2990/python-sqlsoup.changes  
2019-11-06 14:05:10.848727929 +0100
@@ -0,0 +1,21 @@
+---
+Tue Nov  5 07:45:22 UTC 2019 - Tomáš Chvátal 
+
+- Switch to singlespec
+- Execute tests
+
+---
+Sun Oct  2 19:52:04 UTC 2016 - mar...@gmx.de
+
+- Update to version 0.9.1:
+  * Fixed issue where errant "py2k" comment was present, replaced
+with a compat conditional.
+  * Removed the need for the 2to3 tool on Python 3.
+- rebased patch: sqlsoup-0.9.1-setup_test.patch
+- fixed source-url
+
+---
+Fri Aug  2 12:28:23 UTC 2013 - h...@urpla.net
+
+- version 0.9.0: initial build
+

New:

  python-sqlsoup.changes
  python-sqlsoup.spec
  sqlsoup-0.9.1-setup_test.patch
  sqlsoup-0.9.1.tar.gz



Other differences:
--
++ python-sqlsoup.spec ++
#
# spec file for package python-sqlsoup
#
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2013 LISA GmbH, Bingen, 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 https://bugs.opensuse.org/
#


%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name:   python-sqlsoup
Version:0.9.1
Release:0
Summary:A one step database access tool, built on the SQLAlchemy ORM
License:MIT
URL:https://bitbucket.org/zzzeek/sqlsoup
Source: 
https://files.pythonhosted.org/packages/source/s/sqlsoup/sqlsoup-%{version}.tar.gz
Patch0: sqlsoup-0.9.1-setup_test.patch
BuildRequires:  %{python_module SQLAlchemy >= 0.7.0}
BuildRequires:  %{python_module nose >= 0.11}
BuildRequires:  %{python_module setuptools}
BuildRequires:  %{pythons}
BuildRequires:  fdupes
BuildRequires:  python-rpm-macros
BuildArch:  noarch
%python_subpackages

%description
SQLSoup provides a convenient way to map Python objects to relational database
tables, with no declarative code of any kind. It's built on top of the
SQLAlchemy ORM and provides a super-minimalistic interface to an existing
database.

%prep
%setup -q -n sqlsoup-%{version}
%patch0 -p1

%build
%python_build

%install
%python_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}

%check
%python_exec setup.py test

%files %{python_files}
%license LICENSE
%doc README.rst
%{python_sitelib}/*

%changelog
++ sqlsoup-0.9.1-setup_test.patch ++
diff --git a/setup.py b/setup.py
index aeef457..7acaf4f 100644
--- a/setup.py
+++ b/setup.py
@@ -2,6 +2,15 @@ from setuptools import setup
 import os
 import re
 
+# Hack to prevent "TypeError: 'NoneType' object is not callable" error
+# in multiprocessing/util.py _exit_function when running `python
+# setup.py test` (see
+# http://www.eby-sarna.com/pipermail/peak/2010-May/003357.html)
+try:
+import multiprocessing
+except ImportError:
+pass
+
 v = open(os.path.join(os.path.dirname(__file__), 'sqlsoup.py'))
 VERSION = re.compile(r".*__version__ = '(.*?)'", re.S).match(v.read()).group(1)
 v.close()



commit bbe for openSUSE:Factory

2019-11-06 Thread root
Hello community,

here is the log from the commit of package bbe for openSUSE:Factory checked in 
at 2019-11-06 14:05:18

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


Package is "bbe"

Wed Nov  6 14:05:18 2019 rev:3 rq:745341 version:0.2.2

Changes:

--- /work/SRC/openSUSE:Factory/bbe/bbe.changes  2018-09-15 15:34:47.953042291 
+0200
+++ /work/SRC/openSUSE:Factory/.bbe.new.2990/bbe.changes2019-11-06 
14:05:19.428736910 +0100
@@ -1,0 +2,10 @@
+Tue Nov  5 08:03:28 UTC 2019 - Martin Pluskal 
+
+- Use modern macros for building
+
+---
+Thu Oct 17 14:27:49 UTC 2019 - Richard Brown 
+
+- Remove obsolete Groups tag (fate#326485)
+
+---



Other differences:
--
++ bbe.spec ++
--- /var/tmp/diff_new_pack.X9soGb/_old  2019-11-06 14:05:19.968737475 +0100
+++ /var/tmp/diff_new_pack.X9soGb/_new  2019-11-06 14:05:19.968737475 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package bbe
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 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
@@ -21,7 +21,6 @@
 Release:0
 Summary:Binary Block Editor
 License:GPL-2.0-or-later
-Group:  Development/Tools/Other
 URL:https://sourceforge.net/projects/bbe-/
 Source0:
https://sourceforge.net/projects/bbe-/files/bbe/%{version}/bbe-%{version}.tar.gz
 Requires:   info
@@ -34,11 +33,11 @@
 byte-related transformations on found blocks.
 
 %prep
-%setup -q
+%autosetup
 
 %build
 %configure
-make %{?_smp_mflags}
+%make_build
 
 %install
 %make_install




commit perl-Mojolicious for openSUSE:Factory

2019-11-06 Thread root
Hello community,

here is the log from the commit of package perl-Mojolicious for 
openSUSE:Factory checked in at 2019-11-06 14:05:28

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


Package is "perl-Mojolicious"

Wed Nov  6 14:05:28 2019 rev:117 rq:745358 version:8.26

Changes:

--- /work/SRC/openSUSE:Factory/perl-Mojolicious/perl-Mojolicious.changes
2019-09-30 16:03:43.172526727 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Mojolicious.new.2990/perl-Mojolicious.changes  
2019-11-06 14:05:31.988750057 +0100
@@ -1,0 +2,12 @@
+Mon Nov  4 11:22:18 UTC 2019 -  
+
+- updated to 8.26
+   see /usr/share/doc/packages/perl-Mojolicious/Changes
+
+  8.26  2019-11-02
+- Removed deprecated slice method from Mojo::Collection.
+- Moved HTML entities from Mojo::Util into a separate file. (rage311)
+- Changed how the state of the event loop is determined in 
Mojo::Reactor::EV
+  to be more consistent with Mojo::Reactor::Poll.
+
+---

Old:

  Mojolicious-8.25.tar.gz

New:

  Mojolicious-8.26.tar.gz



Other differences:
--
++ perl-Mojolicious.spec ++
--- /var/tmp/diff_new_pack.xbqQsi/_old  2019-11-06 14:05:33.136751258 +0100
+++ /var/tmp/diff_new_pack.xbqQsi/_new  2019-11-06 14:05:33.140751263 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Mojolicious
-Version:8.25
+Version:8.26
 Release:0
 %define cpan_name Mojolicious
 Summary:Real-time web framework
@@ -51,7 +51,7 @@
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
-find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644
+find . -type f ! -path "*/t/*" ! -name "*.pl" ! -name "*.sh" ! -path "*/bin/*" 
! -path "*/script/*" ! -name "configure" -print0 | xargs -0 chmod 644
 
 %build
 perl Makefile.PL INSTALLDIRS=vendor

++ Mojolicious-8.25.tar.gz -> Mojolicious-8.26.tar.gz ++
 5322 lines of diff (skipped)




commit VirtualGL for openSUSE:Factory

2019-11-06 Thread root
Hello community,

here is the log from the commit of package VirtualGL for openSUSE:Factory 
checked in at 2019-11-06 14:05:16

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


Package is "VirtualGL"

Wed Nov  6 14:05:16 2019 rev:10 rq:745338 version:2.5.2

Changes:

--- /work/SRC/openSUSE:Factory/VirtualGL/VirtualGL.changes  2018-06-20 
15:32:55.438664890 +0200
+++ /work/SRC/openSUSE:Factory/.VirtualGL.new.2990/VirtualGL.changes
2019-11-06 14:05:17.588734984 +0100
@@ -1,0 +2,5 @@
+Mon Nov  4 19:24:54 UTC 2019 - Andreas Schwab 
+
+- Add riscv64 to the list of 64-bit architectures
+
+---



Other differences:
--
++ VirtualGL.spec ++
--- /var/tmp/diff_new_pack.mgaHZ1/_old  2019-11-06 14:05:18.260735687 +0100
+++ /var/tmp/diff_new_pack.mgaHZ1/_new  2019-11-06 14:05:18.260735687 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package VirtualGL
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 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
@@ -12,7 +12,7 @@
 # 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/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
@@ -117,7 +117,7 @@
 %install
 %cmake_install
 # Fix placement of 64b glxspheres
-%ifarch x86_64 s390x ppc64 ppc64le aarch64
+%ifarch x86_64 s390x ppc64 ppc64le aarch64 riscv64
 mv %{buildroot}%{_bindir}/glxspheres* %{buildroot}%{_bindir}/glxspheres
 %endif
 # Fix fakelib placement




commit vkmark for openSUSE:Factory

2019-11-06 Thread root
Hello community,

here is the log from the commit of package vkmark for openSUSE:Factory checked 
in at 2019-11-06 14:05:14

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


Package is "vkmark"

Wed Nov  6 14:05:14 2019 rev:2 rq:745333 version:2017.08+git.20180530

Changes:

--- /work/SRC/openSUSE:Factory/vkmark/vkmark.changes2019-06-19 
21:08:54.630539062 +0200
+++ /work/SRC/openSUSE:Factory/.vkmark.new.2990/vkmark.changes  2019-11-06 
14:05:16.080733405 +0100
@@ -1,0 +2,5 @@
+Tue Nov  5 07:48:56 UTC 2019 - Martin Pluskal 
+
+- Do not try to build on 32 bit architectures
+
+---



Other differences:
--
++ vkmark.spec ++
--- /var/tmp/diff_new_pack.z7P9fc/_old  2019-11-06 14:05:16.560733908 +0100
+++ /var/tmp/diff_new_pack.z7P9fc/_new  2019-11-06 14:05:16.568733916 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package vkmark
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2018 Malcolm J Lewis 
 #
 # All modifications and additions to the file contributed by third parties
@@ -22,7 +22,6 @@
 Release:0
 Summary:Vulkan benchmark utility
 License:LGPL-2.1-or-later
-Group:  System/Benchmark
 URL:https://github.com/vkmark/vkmark
 Source0:%{name}-%{version}.tar.xz
 # PATCH-FIX-OPENSUSE vkmark-skip-glm-dep-check.patch malcolmle...@opensuse.org 
-- No pc file present in development package, so check fails.
@@ -37,6 +36,7 @@
 BuildRequires:  pkgconfig(vulkan)
 BuildRequires:  pkgconfig(xcb)
 BuildRequires:  pkgconfig(xcb-icccm)
+ExcludeArch:%arm %ix86
 
 %description
 An extensible Vulkan benchmarking suite with targeted, configurable scenes.




commit xfce4-screenshooter for openSUSE:Factory

2019-11-06 Thread root
Hello community,

here is the log from the commit of package xfce4-screenshooter for 
openSUSE:Factory checked in at 2019-11-06 14:04:48

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


Package is "xfce4-screenshooter"

Wed Nov  6 14:04:48 2019 rev:34 rq:745289 version:1.9.7

Changes:

--- /work/SRC/openSUSE:Factory/xfce4-screenshooter/xfce4-screenshooter.changes  
2019-08-27 10:28:57.643907369 +0200
+++ 
/work/SRC/openSUSE:Factory/.xfce4-screenshooter.new.2990/xfce4-screenshooter.changes
2019-11-06 14:04:51.164707326 +0100
@@ -1,0 +2,11 @@
+Mon Nov  4 13:19:10 UTC 2019 - Marcel Kuehlhorn 
+
+- Update to version 1.9.7
+  * Add warning notice to imgur upload option (bxo#15347)
+  * Fix cursor capture when near screen edge (bxo#9262)
+  * Improve wording (bxo#15429)
+  * Allow compilation with panel 4.15
+  * Restore libxfce4ui 4.12 compatibility
+  * Translation Updates
+
+---

Old:

  xfce4-screenshooter-1.9.6.tar.bz2

New:

  xfce4-screenshooter-1.9.7.tar.bz2



Other differences:
--
++ xfce4-screenshooter.spec ++
--- /var/tmp/diff_new_pack.sfKDxs/_old  2019-11-06 14:04:51.964708163 +0100
+++ /var/tmp/diff_new_pack.sfKDxs/_new  2019-11-06 14:04:51.968708167 +0100
@@ -22,7 +22,7 @@
 %bcond_with git
 
 Name:   xfce4-screenshooter
-Version:1.9.6
+Version:1.9.7
 Release:0
 Summary:Screenshot Tool for the Xfce Desktop
 License:GPL-2.0-or-later

++ xfce4-screenshooter-1.9.6.tar.bz2 -> xfce4-screenshooter-1.9.7.tar.bz2 
++
 6235 lines of diff (skipped)




commit perl-String-CRC32 for openSUSE:Factory

2019-11-06 Thread root
Hello community,

here is the log from the commit of package perl-String-CRC32 for 
openSUSE:Factory checked in at 2019-11-06 14:04:29

Comparing /work/SRC/openSUSE:Factory/perl-String-CRC32 (Old)
 and  /work/SRC/openSUSE:Factory/.perl-String-CRC32.new.2990 (New)


Package is "perl-String-CRC32"

Wed Nov  6 14:04:29 2019 rev:3 rq:745271 version:1.8

Changes:

--- /work/SRC/openSUSE:Factory/perl-String-CRC32/perl-String-CRC32.changes  
2018-07-28 12:39:43.532347727 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-String-CRC32.new.2990/perl-String-CRC32.changes
2019-11-06 14:04:30.512685709 +0100
@@ -1,0 +2,9 @@
+Mon Nov  4 11:28:31 UTC 2019 -  
+
+- updated to 1.8
+   see /usr/share/doc/packages/perl-String-CRC32/Changes
+
+  1.800 2019-11-01
+  - Perldoc tweaks, GH #3, thanks to mattias-p
+
+---

Old:

  String-CRC32-1.7.tar.gz

New:

  String-CRC32-1.8.tar.gz



Other differences:
--
++ perl-String-CRC32.spec ++
--- /var/tmp/diff_new_pack.73QQOw/_old  2019-11-06 14:04:31.172686400 +0100
+++ /var/tmp/diff_new_pack.73QQOw/_new  2019-11-06 14:04:31.176686404 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-String-CRC32
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 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
@@ -12,19 +12,18 @@
 # 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/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 Name:   perl-String-CRC32
-Version:1.7
+Version:1.8
 Release:0
-#Upstream: SUSE-Public-Domain
 %define cpan_name String-CRC32
 Summary:Perl interface for cyclic redundancy check generation
 License:SUSE-Public-Domain
 Group:  Development/Libraries/Perl
-Url:http://search.cpan.org/dist/String-CRC32/
+Url:https://metacpan.org/release/%{cpan_name}
 Source0:
https://cpan.metacpan.org/authors/id/L/LE/LEEJO/%{cpan_name}-%{version}.tar.gz
 Source1:cpanspec.yml
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -33,8 +32,8 @@
 %{perl_requires}
 
 %description
-The *CRC32* module calculates CRC sums of 32 bit lengths. It generates the
-same CRC values as ZMODEM, PKZIP, PICCHECK and many others.
+The *CRC32* module calculates CRC sums of 32 bit lengths as integers. It
+generates the same CRC values as ZMODEM, PKZIP, PICCHECK and many others.
 
 Despite its name, this module is able to compute the checksum of files as
 well as strings.
@@ -43,11 +42,11 @@
 %setup -q -n %{cpan_name}-%{version}
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
-%{__make} %{?_smp_mflags}
+perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
+make %{?_smp_mflags}
 
 %check
-%{__make} test
+make test
 
 %install
 %perl_make_install

++ String-CRC32-1.7.tar.gz -> String-CRC32-1.8.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/String-CRC32-1.7/CRC32.pm 
new/String-CRC32-1.8/CRC32.pm
--- old/String-CRC32-1.7/CRC32.pm   2018-07-02 14:54:41.0 +0200
+++ new/String-CRC32-1.8/CRC32.pm   2019-11-01 08:58:46.0 +0100
@@ -11,7 +11,7 @@
 
 @ISA = qw(Exporter DynaLoader);
 
-$VERSION = 1.700;
+$VERSION = 1.800;
 
 # Items to export into caller's namespace by default
 @EXPORT = qw(crc32);
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/String-CRC32-1.7/CRC32.pod 
new/String-CRC32-1.8/CRC32.pod
--- old/String-CRC32-1.7/CRC32.pod  2018-07-02 14:54:21.0 +0200
+++ new/String-CRC32-1.8/CRC32.pod  2019-11-01 08:54:23.0 +0100
@@ -11,6 +11,7 @@
 
 $somestring = "some string";
 $crc = crc32($somestring);
+printf "%08x\n", $crc;
 
 open my $fh, '<', 'location/of/some.file' or die $!;
 binmode $fh;
@@ -19,7 +20,7 @@
 
 =head1 DESCRIPTION
 
-The B module calculates CRC sums of 32 bit lengths.
+The B module calculates CRC sums of 32 bit lengths as integers.
 It generates the same CRC values as ZMODEM, PKZIP, PICCHECK and
 many others.
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/String-CRC32-1.7/Changes new/String-CRC32-1.8/Changes
--- old/String-CRC32-1.7/Changes2018-07-02 14:55:56.0 +0200
+++ new/String-CRC32-1.8/Changes2019-11-01 08:58:46.0 +0100
@@ -1,5 +1,8 @@
 Revision history 

commit ansible for openSUSE:Factory

2019-11-06 Thread root
Hello community,

here is the log from the commit of package ansible for openSUSE:Factory checked 
in at 2019-11-06 14:04:23

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


Package is "ansible"

Wed Nov  6 14:04:23 2019 rev:54 rq:745267 version:2.9.0

Changes:

--- /work/SRC/openSUSE:Factory/ansible/ansible.changes  2019-10-28 
17:00:07.697740697 +0100
+++ /work/SRC/openSUSE:Factory/.ansible.new.2990/ansible.changes
2019-11-06 14:04:25.400680358 +0100
@@ -1,0 +2,13 @@
+Sun Nov  3 19:26:21 UTC 2019 - Johannes Kastl 
+
+- added file '/usr/bin/ansible-test' to spec file
+
+---
+Fri Nov  1 21:11:03 UTC 2019 - Johannes Kastl 
+
+- Update to version 2.9.0:
+  Full changelog is packaged at /usr/share/doc/packages/ansible/changelogs/
+  and also available online at
+  
https://github.com/ansible/ansible/blob/stable-2.9/changelogs/CHANGELOG-v2.9.rst
+
+---

Old:

  ansible-2.8.6.tar.gz
  ansible-2.8.6.tar.gz.sha

New:

  ansible-2.9.0.tar.gz
  ansible-2.9.0.tar.gz.sha



Other differences:
--
++ ansible.spec ++
--- /var/tmp/diff_new_pack.hsqDFg/_old  2019-11-06 14:04:26.788681811 +0100
+++ /var/tmp/diff_new_pack.hsqDFg/_new  2019-11-06 14:04:26.788681811 +0100
@@ -36,7 +36,7 @@
 BuildArch:  noarch
 %endif
 Name:   ansible
-Version:2.8.6
+Version:2.9.0
 Release:0
 Summary:Software automation engine
 License:GPL-3.0-or-later
@@ -168,6 +168,7 @@
 %{_bindir}/ansible-inventory
 %{_bindir}/ansible-playbook
 %{_bindir}/ansible-pull
+%{_bindir}/ansible-test
 %{_bindir}/ansible-vault
 %if %{with python3}
 %{python3_sitelib}/*

++ ansible-2.8.6.tar.gz -> ansible-2.9.0.tar.gz ++
/work/SRC/openSUSE:Factory/ansible/ansible-2.8.6.tar.gz 
/work/SRC/openSUSE:Factory/.ansible.new.2990/ansible-2.9.0.tar.gz differ: char 
5, line 1

++ ansible-2.8.6.tar.gz.sha -> ansible-2.9.0.tar.gz.sha ++
--- /work/SRC/openSUSE:Factory/ansible/ansible-2.8.6.tar.gz.sha 2019-10-28 
17:00:07.669740664 +0100
+++ /work/SRC/openSUSE:Factory/.ansible.new.2990/ansible-2.9.0.tar.gz.sha   
2019-11-06 14:04:25.356680312 +0100
@@ -1 +1 @@
-31203b27c9d61123e8c86b6eb5116a21859ed4f26d55a1a71eaf27bd92bce355  
ansible-2.8.6.tar.gz
+9f9a9ace1d63cd8a4692ab6ee6ed04823743f1bd339a6ef188860c02cf7f46f1  
ansible-2.9.0.tar.gz




commit MultiMarkdown-6 for openSUSE:Factory

2019-11-06 Thread root
Hello community,

here is the log from the commit of package MultiMarkdown-6 for openSUSE:Factory 
checked in at 2019-11-06 14:35:14

Comparing /work/SRC/openSUSE:Factory/MultiMarkdown-6 (Old)
 and  /work/SRC/openSUSE:Factory/.MultiMarkdown-6.new.2990 (New)


Package is "MultiMarkdown-6"

Wed Nov  6 14:35:14 2019 rev:5 rq:745490 version:6.4.0

Changes:

--- /work/SRC/openSUSE:Factory/MultiMarkdown-6/MultiMarkdown-6.changes  
2019-03-19 09:57:58.352113080 +0100
+++ 
/work/SRC/openSUSE:Factory/.MultiMarkdown-6.new.2990/MultiMarkdown-6.changes
2019-11-06 14:35:15.706617868 +0100
@@ -1,0 +2,10 @@
+Tue Nov  5 13:23:24 UTC 2019 - Martin Pluskal 
+
+- Use modern macro for cmake
+
+---
+Thu Oct 17 12:24:58 UTC 2019 - Richard Brown 
+
+- Remove obsolete Groups tag (fate#326485)
+
+---



Other differences:
--
++ MultiMarkdown-6.spec ++
--- /var/tmp/diff_new_pack.f0mrbJ/_old  2019-11-06 14:35:17.210619487 +0100
+++ /var/tmp/diff_new_pack.f0mrbJ/_new  2019-11-06 14:35:17.222619500 +0100
@@ -21,8 +21,7 @@
 Release:0
 Summary:Reference implementation of MultiMarkdown
 License:MIT
-Group:  Productivity/Publishing/Other
-URL:http://fletcherpenney.net/multimarkdown
+URL:https://fletcherpenney.net/multimarkdown
 # We have to use tarball generated via _service as released ones are
 # missing submodules that are necessary for building
 Source: %{name}-%{version}.tar.xz
@@ -47,7 +46,7 @@
 
 %build
 %cmake
-%make_jobs
+%cmake_build
 
 %install
 %cmake_install




commit feh for openSUSE:Factory

2019-11-06 Thread root
Hello community,

here is the log from the commit of package feh for openSUSE:Factory checked in 
at 2019-11-06 14:35:10

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


Package is "feh"

Wed Nov  6 14:35:10 2019 rev:32 rq:745482 version:3.2.1

Changes:

--- /work/SRC/openSUSE:Factory/feh/feh.changes  2019-02-20 14:14:04.454884422 
+0100
+++ /work/SRC/openSUSE:Factory/.feh.new.2990/feh.changes2019-11-06 
14:35:11.258613081 +0100
@@ -1,0 +2,9 @@
+Tue Nov  5 12:40:12 UTC 2019 - Ondřej Súkup 
+
+- update to 3.2.1
+ * Use --no-fehbg option in ~/.fehbg
+ * Fix TOCTTOU when setting the file mode of ~/.fehbg
+ * Fix insufficient error handling when updating ~/.fehbg
+ * Reload current image(s) when receiving SIGUSR1 or SIGUSR2 
+
+---

Old:

  feh-3.1.3.tar.bz2
  feh-3.1.3.tar.bz2.asc

New:

  feh-3.2.1.tar.bz2
  feh-3.2.1.tar.bz2.asc



Other differences:
--
++ feh.spec ++
--- /var/tmp/diff_new_pack.GN0yp3/_old  2019-11-06 14:35:12.010613890 +0100
+++ /var/tmp/diff_new_pack.GN0yp3/_new  2019-11-06 14:35:12.014613894 +0100
@@ -17,11 +17,10 @@
 
 
 Name:   feh
-Version:3.1.3
+Version:3.2.1
 Release:0
 Summary:X11 image viewer
 License:MIT AND LGPL-2.0-or-later
-Group:  Productivity/Graphics/Viewers
 URL:https://feh.finalrewind.org/
 Source: https://feh.finalrewind.org/%{name}-%{version}.tar.bz2
 Source1:https://feh.finalrewind.org/%{name}-%{version}.tar.bz2.asc

++ feh-3.1.3.tar.bz2 -> feh-3.2.1.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/feh-3.1.3/.travis.yml new/feh-3.2.1/.travis.yml
--- old/feh-3.1.3/.travis.yml   2019-02-17 08:47:27.0 +0100
+++ new/feh-3.2.1/.travis.yml   2019-07-22 20:26:34.0 +0200
@@ -27,3 +27,4 @@
   - stat64=1
   - verscmp=0
   - xinerama=0
+  - inotify=1
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/feh-3.1.3/ChangeLog new/feh-3.2.1/ChangeLog
--- old/feh-3.1.3/ChangeLog 2019-02-17 08:47:27.0 +0100
+++ new/feh-3.2.1/ChangeLog 2019-07-22 20:26:34.0 +0200
@@ -1,3 +1,23 @@
+Mon, 22 Jul 2019 20:17:03 +0200  Daniel Friesel 
+
+* Release v3.2.1
+* Use --no-fehbg option in ~/.fehbg. This fixes cases where an X11
+  setup change may inadvertently alter the commandline stored in .fehbg.
+* Fix insufficient error handling when updating ~/.fehbg. Previously,
+  a stat() error may have caused .fehbg to be update with excessive file
+  permissions (patch by Tobias Stoeckmann)
+* Fix TOCTTOU when setting the file mode of ~/.fehbg
+  (patch by Tobias Stoeckmann)
+
+Wed, 10 Jul 2019 17:40:29 +0200  Daniel Friesel 
+
+* Release v3.2
+* Build feh with inotify=1 to automatically reload changed files in
+  slideshow mode. Introduces the inotify build flag and the --auto-reload
+  option.
+* Reload current image(s) when receiving SIGUSR1 or SIGUSR2 in single-image
+  slideshows or in multiwindow mode
+
 Sun, 17 Feb 2019 08:41:53 +0100  Daniel Friesel 
 
 * Releasev v3.1.3
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/feh-3.1.3/README.md new/feh-3.2.1/README.md
--- old/feh-3.1.3/README.md 2019-02-17 08:47:27.0 +0100
+++ new/feh-3.2.1/README.md 2019-07-22 20:26:34.0 +0200
@@ -89,6 +89,7 @@
 | debug | 0 | debug build, enables `--debug` |
 | exif | 0 | Builtin EXIF tag display support |
 | help | 0 | include help text (refers to the manpage otherwise) |
+| inotify | 0 | enable inotify, needed for `--auto-reload` |
 | stat64 | 0 | Support CIFS shares from 64bit hosts on 32bit machines |
 | verscmp | 1 | Support naturing sorting (`--version-sort`). Requires a 
GNU-compatible libc exposing `strverscmp` |
 | xinerama | 1 | Support Xinerama/XRandR multiscreen setups |
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/feh-3.1.3/config.mk new/feh-3.2.1/config.mk
--- old/feh-3.1.3/config.mk 2019-02-17 08:47:27.0 +0100
+++ new/feh-3.2.1/config.mk 2019-07-22 20:26:34.0 +0200
@@ -1,5 +1,5 @@
 PACKAGE ?= feh
-VERSION ?= 3.1.3
+VERSION ?= 3.2.1
 
 app ?= 0
 curl ?= 1
@@ -50,9 +50,9 @@
 
 ifeq (${debug},1)
CFLAGS += -DDEBUG -O0
-   MAN_DEBUG = . This is a debug build.
+   MAN_DEBUG = This is a debug build.
 else
-   MAN_DEBUG =
+   MAN_DEBUG = .
 endif
 
 ifeq (${help},1)
@@ -65,9 +65,9 @@
 
 ifeq (${verscmp},1)
CFLAGS += -DHAVE_VERSCMP
-   MAN_VERSCMP = enabled
+   MAN_VERSCMP = 

commit airspyhf for openSUSE:Factory

2019-11-06 Thread root
Hello community,

here is the log from the commit of package airspyhf for openSUSE:Factory 
checked in at 2019-11-06 13:51:18

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


Package is "airspyhf"

Wed Nov  6 13:51:18 2019 rev:4 rq:739462 version:1.1.5

Changes:

--- /work/SRC/openSUSE:Factory/airspyhf/airspyhf.changes2019-02-28 
21:38:18.849641870 +0100
+++ /work/SRC/openSUSE:Factory/.airspyhf.new.2990/airspyhf.changes  
2019-11-06 13:51:27.403854027 +0100
@@ -1,0 +2,5 @@
+Thu Oct 17 12:58:51 UTC 2019 - Richard Brown 
+
+- Remove obsolete Groups tag (fate#326485)
+
+---



Other differences:
--
++ airspyhf.spec ++
--- /var/tmp/diff_new_pack.8fqipf/_old  2019-11-06 13:51:29.367856156 +0100
+++ /var/tmp/diff_new_pack.8fqipf/_new  2019-11-06 13:51:29.371856161 +0100
@@ -13,7 +13,7 @@
 # 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/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
@@ -25,7 +25,6 @@
 Release:0
 Summary:Support programs for Airspy HF+ SDR
 License:BSD-3-Clause
-Group:  Productivity/Hamradio/Other
 Url:http://www.airspy.com/airspy-hf-plus
 #Git-Clone: https://github.com/airspy/airspyhf.git
 Source: 
https://github.com/airspy/%{name}/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
@@ -42,7 +41,6 @@
 
 %package -n %{libname}
 Summary:Driver for Airspy HF+
-Group:  System/Libraries
 Requires:   %{name}-udev
 
 %description -n %{libname}
@@ -50,7 +48,6 @@
 
 %package udev
 Summary:Udev rules for Airspy HF+ SDR
-Group:  Hardware/Other
 Requires(pre):  shadow
 
 %description udev
@@ -58,7 +55,6 @@
 
 %package devel
 Summary:Development files for Airspy HF+
-Group:  Development/Libraries/Other
 Requires:   %{libname} = %{version}
 
 %description devel




commit airspy for openSUSE:Factory

2019-11-06 Thread root
Hello community,

here is the log from the commit of package airspy for openSUSE:Factory checked 
in at 2019-11-06 13:51:30

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


Package is "airspy"

Wed Nov  6 13:51:30 2019 rev:4 rq:739464 version:1.0.9

Changes:

--- /work/SRC/openSUSE:Factory/airspy/airspy.changes2017-05-31 
12:17:25.751990980 +0200
+++ /work/SRC/openSUSE:Factory/.airspy.new.2990/airspy.changes  2019-11-06 
13:51:35.523862830 +0100
@@ -1,0 +2,5 @@
+Thu Oct 17 12:58:41 UTC 2019 - Richard Brown 
+
+- Remove obsolete Groups tag (fate#326485)
+
+---



Other differences:
--
++ airspy.spec ++
--- /var/tmp/diff_new_pack.30QtrM/_old  2019-11-06 13:51:37.419864886 +0100
+++ /var/tmp/diff_new_pack.30QtrM/_new  2019-11-06 13:51:37.423864890 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package airspy
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2014 Wojciech Kazubski, w...@ire.pw.edu.pl
 #
 # All modifications and additions to the file contributed by third parties
@@ -13,7 +13,7 @@
 # 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/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
@@ -24,8 +24,7 @@
 Version:1.0.9
 Release:0
 Summary:Support programs for Airspy
-License:GPL-2.0+
-Group:  Productivity/Hamradio/Other
+License:GPL-2.0-or-later
 Url:http://www.airspy.com
 #Git-Clone: https://github.com/airspy/airspyone_host.git
 Source: 
https://github.com/airspy/airspyone_host/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
@@ -40,7 +39,6 @@
 
 %package -n %{libname}
 Summary:Driver for Airspy
-Group:  System/Libraries
 Requires:   %{name}-udev
 
 %description -n %{libname}
@@ -48,7 +46,6 @@
 
 %package udev
 Summary:Udev rules for Airspy SDR
-Group:  Hardware/Other
 Requires(pre):  shadow
 
 %description udev
@@ -56,7 +53,6 @@
 
 %package devel
 Summary:Development files for airspy
-Group:  Development/Libraries/Other
 Requires:   %{libname} = %{version}
 
 %description devel




commit alevt for openSUSE:Factory

2019-11-06 Thread root
Hello community,

here is the log from the commit of package alevt for openSUSE:Factory checked 
in at 2019-11-06 13:50:59

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


Package is "alevt"

Wed Nov  6 13:50:59 2019 rev:21 rq:739459 version:1.6.2

Changes:

--- /work/SRC/openSUSE:Factory/alevt/alevt.changes  2018-02-09 
15:53:48.005914220 +0100
+++ /work/SRC/openSUSE:Factory/.alevt.new.2990/alevt.changes2019-11-06 
13:51:06.635831513 +0100
@@ -1,0 +2,5 @@
+Thu Oct 17 13:02:23 UTC 2019 - Richard Brown 
+
+- Remove obsolete Groups tag (fate#326485)
+
+---



Other differences:
--
++ alevt.spec ++
--- /var/tmp/diff_new_pack.NbZHDX/_old  2019-11-06 13:51:09.303834406 +0100
+++ /var/tmp/diff_new_pack.NbZHDX/_new  2019-11-06 13:51:09.307834410 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package alevt
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 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
@@ -12,7 +12,7 @@
 # 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/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
@@ -29,8 +29,7 @@
 BuildRequires:  pkgconfig(x11)
 Url:http://www.goron.de/~froese/
 Summary:Teletext and Videotext Decoder for the BTTV Driver
-License:GPL-2.0+
-Group:  Hardware/TV
+License:GPL-2.0-or-later
 Version:1.6.2
 Release:0
 Source0:alevt-%version.tar.bz2





commit abi-dumper for openSUSE:Factory

2019-11-06 Thread root
Hello community,

here is the log from the commit of package abi-dumper for openSUSE:Factory 
checked in at 2019-11-06 13:50:44

Comparing /work/SRC/openSUSE:Factory/abi-dumper (Old)
 and  /work/SRC/openSUSE:Factory/.abi-dumper.new.2990 (New)


Package is "abi-dumper"

Wed Nov  6 13:50:44 2019 rev:4 rq:739383 version:1.1

Changes:

--- /work/SRC/openSUSE:Factory/abi-dumper/abi-dumper.changes2019-07-11 
13:15:13.298828441 +0200
+++ /work/SRC/openSUSE:Factory/.abi-dumper.new.2990/abi-dumper.changes  
2019-11-06 13:50:47.143810382 +0100
@@ -1,0 +2,5 @@
+Thu Oct 17 12:48:04 UTC 2019 - Richard Brown 
+
+- Remove obsolete Groups tag (fate#326485)
+
+---



Other differences:
--
++ abi-dumper.spec ++
--- /var/tmp/diff_new_pack.Vevnk4/_old  2019-11-06 13:50:49.415812845 +0100
+++ /var/tmp/diff_new_pack.Vevnk4/_new  2019-11-06 13:50:49.423812854 +0100
@@ -21,7 +21,6 @@
 Release:0
 Summary:Tool to dump ABI of an ELF object containing DWARF debug info
 License:LGPL-2.1-or-later
-Group:  Development/Tools/Other
 Url:https://github.com/lvc/abi-dumper
 Source0:%{url}/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
 # FIXME: drop these patches on the next upstream release




commit aegisub for openSUSE:Factory

2019-11-06 Thread root
Hello community,

here is the log from the commit of package aegisub for openSUSE:Factory checked 
in at 2019-11-06 13:51:57

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


Package is "aegisub"

Wed Nov  6 13:51:57 2019 rev:31 rq:739473 version:3.2.2+git20180710

Changes:

--- /work/SRC/openSUSE:Factory/aegisub/aegisub.changes  2019-04-01 
12:38:03.773905981 +0200
+++ /work/SRC/openSUSE:Factory/.aegisub.new.2990/aegisub.changes
2019-11-06 13:52:02.143891689 +0100
@@ -1,0 +2,10 @@
+Thu Oct 17 12:57:19 UTC 2019 - Richard Brown 
+
+- Remove obsolete Groups tag (fate#326485)
+
+---
+Sat Jul 20 18:44:11 UTC 2019 - o...@aepfle.de
+
+- Fix build by keeping non-patch work out of %prep section
+
+---



Other differences:
--
++ aegisub.spec ++
--- /var/tmp/diff_new_pack.WtjOwA/_old  2019-11-06 13:52:04.367894100 +0100
+++ /var/tmp/diff_new_pack.WtjOwA/_new  2019-11-06 13:52:04.375894108 +0100
@@ -12,7 +12,7 @@
 # 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/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
@@ -24,7 +24,6 @@
 Release:0
 Summary:Subtitle editor
 License:BSD-3-Clause
-Group:  Productivity/Multimedia/Video/Editors and Convertors
 Url:http://www.aegisub.org/
 Source0:
https://github.com/Aegisub/Aegisub/archive/%{_rev}.tar.gz#/aegisub-%{version}.tar.gz
 Source99:   changelog.txt
@@ -72,13 +71,14 @@
 %prep
 %setup -q -n %{gitname}-%{_rev}
 %autopatch -p1
+
+%build
 FAKE_BUILDDATE=$(LC_ALL=C date -u -r %{_sourcedir}/%{name}.changes '+%%b %%e 
%%Y')
 sed -i "s/__DATE__/\"$FAKE_BUILDDATE\"/" src/version.cpp
 FAKE_BUILDTIME=$(LC_ALL=C date -u -r %{_sourcedir}/%{name}.changes 
'+%%H:%%M:%%S')
 sed -i "s/__TIME__/\"$FAKE_BUILDTIME\"/" src/version.cpp
 cp %{SOURCE99} .
 
-%build
 ./autogen.sh
 #autoreconf -fvi
 %configure \




commit aespipe for openSUSE:Factory

2019-11-06 Thread root
Hello community,

here is the log from the commit of package aespipe for openSUSE:Factory checked 
in at 2019-11-06 13:51:49

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


Package is "aespipe"

Wed Nov  6 13:51:49 2019 rev:12 rq:739471 version:2.4e

Changes:

--- /work/SRC/openSUSE:Factory/aespipe/aespipe.changes  2017-11-07 
10:01:30.294668956 +0100
+++ /work/SRC/openSUSE:Factory/.aespipe.new.2990/aespipe.changes
2019-11-06 13:51:54.511883415 +0100
@@ -1,0 +2,5 @@
+Thu Oct 17 12:57:45 UTC 2019 - Richard Brown 
+
+- Remove obsolete Groups tag (fate#326485)
+
+---



Other differences:
--
++ aespipe.spec ++
--- /var/tmp/diff_new_pack.ifJqW4/_old  2019-11-06 13:51:55.687884690 +0100
+++ /var/tmp/diff_new_pack.ifJqW4/_new  2019-11-06 13:51:55.691884694 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package aespipe
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 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
@@ -12,7 +12,7 @@
 # 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/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
@@ -20,8 +20,7 @@
 Version:2.4e
 Release:0
 Summary:AES Encrypting/Decrypting Pipe
-License:GPL-2.0
-Group:  Productivity/Security
+License:GPL-2.0-only
 Url:http://loop-aes.sourceforge.net/
 Source: 
http://loop-aes.sourceforge.net/aespipe/%{name}-v%{version}.tar.bz2#/%{name}-%{version}.tar.bz2
 BuildRequires:  autoconf




commit adlmidi for openSUSE:Factory

2019-11-06 Thread root
Hello community,

here is the log from the commit of package adlmidi for openSUSE:Factory checked 
in at 2019-11-06 13:52:03

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


Package is "adlmidi"

Wed Nov  6 13:52:03 2019 rev:2 rq:739476 version:1.2.6.2

Changes:

--- /work/SRC/openSUSE:Factory/adlmidi/adlmidi.changes  2019-03-26 
15:42:36.984237273 +0100
+++ /work/SRC/openSUSE:Factory/.adlmidi.new.2990/adlmidi.changes
2019-11-06 13:52:11.715902066 +0100
@@ -1,0 +2,5 @@
+Thu Oct 17 12:53:26 UTC 2019 - Richard Brown 
+
+- Remove obsolete Groups tag (fate#326485)
+
+---



Other differences:
--
++ adlmidi.spec ++
--- /var/tmp/diff_new_pack.C9YD2K/_old  2019-11-06 13:52:12.823903267 +0100
+++ /var/tmp/diff_new_pack.C9YD2K/_new  2019-11-06 13:52:12.823903267 +0100
@@ -1,6 +1,7 @@
 #
 # spec file for package adlmidi
 #
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2019, Martin Hauke 
 #
 # All modifications and additions to the file contributed by third parties
@@ -15,12 +16,12 @@
 # Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
+
 Name:   adlmidi
 Version:1.2.6.2
 Release:0
 Summary:A MIDI player that uses OPL3 emulation
 License:GPL-3.0-only AND GPL-2.0-or-later
-Group:  Productivity/Multimedia/Sound/Players
 URL:https://bisqwit.iki.fi/source/adlmidi.html
 #Git-Clone: https://github.com/bisqwit/adlmidi.git
 Source: https://bisqwit.iki.fi/src/arch/%{name}-%{version}.tar.bz2




commit acarsdec for openSUSE:Factory

2019-11-06 Thread root
Hello community,

here is the log from the commit of package acarsdec for openSUSE:Factory 
checked in at 2019-11-06 13:50:57

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


Package is "acarsdec"

Wed Nov  6 13:50:57 2019 rev:2 rq:739392 version:3.4

Changes:

--- /work/SRC/openSUSE:Factory/acarsdec/acarsdec.changes2017-08-24 
18:43:35.591815853 +0200
+++ /work/SRC/openSUSE:Factory/.acarsdec.new.2990/acarsdec.changes  
2019-11-06 13:50:57.827821964 +0100
@@ -1,0 +2,5 @@
+Thu Oct 17 12:49:54 UTC 2019 - Richard Brown 
+
+- Remove obsolete Groups tag (fate#326485)
+
+---



Other differences:
--
++ acarsdec.spec ++
--- /var/tmp/diff_new_pack.5P9Vuo/_old  2019-11-06 13:50:58.619822823 +0100
+++ /var/tmp/diff_new_pack.5P9Vuo/_new  2019-11-06 13:50:58.623822827 +0100
@@ -1,6 +1,7 @@
 #
 # spec file for package acarsdec
 #
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2017, Martin Hauke 
 #
 # All modifications and additions to the file contributed by third parties
@@ -12,7 +13,7 @@
 # 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/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
@@ -20,8 +21,7 @@
 Version:3.4
 Release:0
 Summary:ACARS SDR decoder 
-License:GPL-2.0+
-Group:  Productivity/Hamradio/Other
+License:GPL-2.0-or-later
 Url:https://github.com/TLeconte/acarsdec
 #Git-Clone: https://github.com/TLeconte/acarsdec.git
 Source: 
https://github.com/TLeconte/%{name}/archive/%{name}-%{version}.tar.gz




commit alac for openSUSE:Factory

2019-11-06 Thread root
Hello community,

here is the log from the commit of package alac for openSUSE:Factory checked in 
at 2019-11-06 13:51:09

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


Package is "alac"

Wed Nov  6 13:51:09 2019 rev:4 rq:739461 version:0.0+git.20160511

Changes:

--- /work/SRC/openSUSE:Factory/alac/alac.changes2017-06-30 
18:43:34.447902266 +0200
+++ /work/SRC/openSUSE:Factory/.alac.new.2990/alac.changes  2019-11-06 
13:51:16.131841807 +0100
@@ -1,0 +2,5 @@
+Thu Oct 17 13:00:57 UTC 2019 - Richard Brown 
+
+- Remove obsolete Groups tag (fate#326485)
+
+---



Other differences:
--
++ alac.spec ++
--- /var/tmp/diff_new_pack.qmUDse/_old  2019-11-06 13:51:17.547843343 +0100
+++ /var/tmp/diff_new_pack.qmUDse/_new  2019-11-06 13:51:17.551843347 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package alac
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 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
@@ -12,7 +12,7 @@
 # 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/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
@@ -22,7 +22,6 @@
 Release:0
 Summary:Apple Lossless Audio Codec
 License:Apache-2.0
-Group:  Productivity/Multimedia/Sound/Editors and Convertors
 Url:https://macosforge.github.io/alac/
 Source: %{name}-%{version}.tar.xz
 Patch1: libalac-makefile.patch
@@ -43,7 +42,6 @@
 
 %package -n lib%{name}%{sover}
 Summary:Apple Lossless Audio Codec
-Group:  System/Libraries
 
 %description -n lib%{name}%{sover}
 The Apple Lossless Audio Codec (ALAC) is an audio codec developed by Apple and
@@ -54,7 +52,6 @@
 
 %package devel
 Summary:Apple Lossless Audio Codec
-Group:  Development/Libraries/C and C++
 Requires:   lib%{name}%{sover} = %{version}
 Provides:   lib%{name}-devel = %{version}
 Obsoletes:  lib%{name}-devel < %{version}




commit 4pane for openSUSE:Factory

2019-11-06 Thread root
Hello community,

here is the log from the commit of package 4pane for openSUSE:Factory checked 
in at 2019-11-06 13:50:08

Comparing /work/SRC/openSUSE:Factory/4pane (Old)
 and  /work/SRC/openSUSE:Factory/.4pane.new.2990 (New)


Package is "4pane"

Wed Nov  6 13:50:08 2019 rev:4 rq:739304 version:5.0

Changes:

--- /work/SRC/openSUSE:Factory/4pane/4pane.changes  2018-01-13 
21:40:24.350326817 +0100
+++ /work/SRC/openSUSE:Factory/.4pane.new.2990/4pane.changes2019-11-06 
13:50:16.231776871 +0100
@@ -1,0 +2,5 @@
+Thu Oct 17 12:08:58 UTC 2019 - Richard Brown 
+
+- Remove obsolete Groups tag (fate#326485)
+
+---



Other differences:
--
++ 4pane.spec ++
--- /var/tmp/diff_new_pack.hf69z1/_old  2019-11-06 13:50:17.155777872 +0100
+++ /var/tmp/diff_new_pack.hf69z1/_new  2019-11-06 13:50:17.16885 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package 4pane
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2016 Packman Team 
 #
 # All modifications and additions to the file contributed by third parties
@@ -13,15 +13,15 @@
 # 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/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
+
 Name:   4pane
 Version:5.0
 Release:0
 Summary:A multi-pane detailed-list file manager
-License:GPL-3.0
-Group:  Productivity/File utilities
+License:GPL-3.0-only
 Url:http://www.4pane.co.uk/
 Source0:
https://sourceforge.net/projects/fourpane/files/%{version}/%{name}-%{version}.tar.gz
 %if 0%{?is_opensuse}
@@ -57,7 +57,6 @@
 %configure
 make %{?_smp_mflags}
 
-
 %install
 make %{?_smp_mflags} DESTDIR=%{buildroot} install
 %find_lang 4Pane




commit abcm2ps for openSUSE:Factory

2019-11-06 Thread root
Hello community,

here is the log from the commit of package abcm2ps for openSUSE:Factory checked 
in at 2019-11-06 13:50:31

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


Package is "abcm2ps"

Wed Nov  6 13:50:31 2019 rev:8 rq:739377 version:8.14.5

Changes:

--- /work/SRC/openSUSE:Factory/abcm2ps/abcm2ps.changes  2019-07-21 
11:33:36.304784793 +0200
+++ /work/SRC/openSUSE:Factory/.abcm2ps.new.2990/abcm2ps.changes
2019-11-06 13:50:31.615793548 +0100
@@ -1,0 +2,5 @@
+Thu Oct 17 12:47:35 UTC 2019 - Richard Brown 
+
+- Remove obsolete Groups tag (fate#326485)
+
+---



Other differences:
--
++ abcm2ps.spec ++
--- /var/tmp/diff_new_pack.BGeiyh/_old  2019-11-06 13:50:32.139794116 +0100
+++ /var/tmp/diff_new_pack.BGeiyh/_new  2019-11-06 13:50:32.143794121 +0100
@@ -13,7 +13,7 @@
 # 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/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
@@ -22,7 +22,6 @@
 Release:0
 Summary:A program to typeset abc tunes into Postscript
 License:LGPL-3.0-or-later
-Group:  Productivity/Publishing/Other
 Summary(de):Ein Werkzeug um ABC-Notationen in Postscript zu drucken
 URL:https://github.com/leesavide/abcm2ps/
 Source0:
https://github.com/leesavide/abcm2ps/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz




commit abi-monitor for openSUSE:Factory

2019-11-06 Thread root
Hello community,

here is the log from the commit of package abi-monitor for openSUSE:Factory 
checked in at 2019-11-06 13:50:37

Comparing /work/SRC/openSUSE:Factory/abi-monitor (Old)
 and  /work/SRC/openSUSE:Factory/.abi-monitor.new.2990 (New)


Package is "abi-monitor"

Wed Nov  6 13:50:37 2019 rev:3 rq:739381 version:1.12

Changes:

--- /work/SRC/openSUSE:Factory/abi-monitor/abi-monitor.changes  2017-09-05 
15:16:07.385622242 +0200
+++ /work/SRC/openSUSE:Factory/.abi-monitor.new.2990/abi-monitor.changes
2019-11-06 13:50:41.747804532 +0100
@@ -1,0 +2,5 @@
+Thu Oct 17 12:48:16 UTC 2019 - Richard Brown 
+
+- Remove obsolete Groups tag (fate#326485)
+
+---



Other differences:
--
++ abi-monitor.spec ++
--- /var/tmp/diff_new_pack.DoOZ3Y/_old  2019-11-06 13:50:43.475806406 +0100
+++ /var/tmp/diff_new_pack.DoOZ3Y/_new  2019-11-06 13:50:43.475806406 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package abi-monitor
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 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
@@ -12,7 +12,7 @@
 # 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/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
@@ -20,8 +20,7 @@
 Version:1.12
 Release:0
 Summary:A tool to monitor and build new versions of a software library
-License:GPL-2.0+ or LGPL-2.1+
-Group:  Development/Tools/Other
+License:GPL-2.0-or-later OR LGPL-2.1-or-later
 Url:https://github.com/lvc/abi-monitor
 Source: 
https://github.com/lvc/abi-monitor/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
 BuildRequires:  help2man




commit QMPlay2 for openSUSE:Factory

2019-11-06 Thread root
Hello community,

here is the log from the commit of package QMPlay2 for openSUSE:Factory checked 
in at 2019-11-06 13:49:59

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


Package is "QMPlay2"

Wed Nov  6 13:49:59 2019 rev:38 rq:739294 version:19.09.03

Changes:

--- /work/SRC/openSUSE:Factory/QMPlay2/QMPlay2.changes  2019-09-05 
12:42:33.463476490 +0200
+++ /work/SRC/openSUSE:Factory/.QMPlay2.new.2990/QMPlay2.changes
2019-11-06 13:50:06.655766489 +0100
@@ -1,0 +2,5 @@
+Thu Oct 17 12:33:04 UTC 2019 - Richard Brown 
+
+- Remove obsolete Groups tag (fate#326485)
+
+---



Other differences:
--
++ QMPlay2.spec ++
--- /var/tmp/diff_new_pack.xEpvUh/_old  2019-11-06 13:50:09.131769174 +0100
+++ /var/tmp/diff_new_pack.xEpvUh/_new  2019-11-06 13:50:09.135769178 +0100
@@ -21,7 +21,6 @@
 Release:0
 Summary:A Qt based media player, streamer and downloader
 License:LGPL-3.0-or-later
-Group:  Productivity/Multimedia/Video/Players
 URL:https://github.com/zaps166/QMPlay2
 Source: 
https://github.com/zaps166/QMPlay2/releases/download/%{version}/QMPlay2-src-%{version}.tar.xz
 %if 0%{?suse_version} > 1320
@@ -73,7 +72,6 @@
 
 %packagedevel
 Summary:%{name} development files
-Group:  Development/Libraries/Other
 Requires:   %{name} = %{version}
 
 %descriptiondevel




commit abcde for openSUSE:Factory

2019-11-06 Thread root
Hello community,

here is the log from the commit of package abcde for openSUSE:Factory checked 
in at 2019-11-06 13:50:35

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


Package is "abcde"

Wed Nov  6 13:50:35 2019 rev:30 rq:739378 version:2.9.3

Changes:

--- /work/SRC/openSUSE:Factory/abcde/abcde.changes  2019-04-03 
09:28:36.199831864 +0200
+++ /work/SRC/openSUSE:Factory/.abcde.new.2990/abcde.changes2019-11-06 
13:50:36.747799112 +0100
@@ -1,0 +2,5 @@
+Thu Oct 17 12:47:27 UTC 2019 - Richard Brown 
+
+- Remove obsolete Groups tag (fate#326485)
+
+---



Other differences:
--
++ abcde.spec ++
--- /var/tmp/diff_new_pack.Fw8gHg/_old  2019-11-06 13:50:37.587800022 +0100
+++ /var/tmp/diff_new_pack.Fw8gHg/_new  2019-11-06 13:50:37.599800036 +0100
@@ -23,7 +23,6 @@
 Release:0
 Summary:Front-end program to a number of utilities for encoding a CD 
to files
 License:GPL-2.0-or-later
-Group:  Productivity/Multimedia/Sound/Utilities
 URL:https://abcde.einval.com/
 Source0:https://abcde.einval.com/download/%{name}-%{version}.tar.gz
 Source1:
https://abcde.einval.com/download/%{name}-%{version}.tar.gz.sign






commit abi-compliance-checker for openSUSE:Factory

2019-11-06 Thread root
Hello community,

here is the log from the commit of package abi-compliance-checker for 
openSUSE:Factory checked in at 2019-11-06 13:50:27

Comparing /work/SRC/openSUSE:Factory/abi-compliance-checker (Old)
 and  /work/SRC/openSUSE:Factory/.abi-compliance-checker.new.2990 (New)


Package is "abi-compliance-checker"

Wed Nov  6 13:50:27 2019 rev:11 rq:739375 version:2.3

Changes:

--- 
/work/SRC/openSUSE:Factory/abi-compliance-checker/abi-compliance-checker.changes
2018-07-31 16:04:13.776039293 +0200
+++ 
/work/SRC/openSUSE:Factory/.abi-compliance-checker.new.2990/abi-compliance-checker.changes
  2019-11-06 13:50:30.839792707 +0100
@@ -1,0 +2,5 @@
+Thu Oct 17 12:47:48 UTC 2019 - Richard Brown 
+
+- Remove obsolete Groups tag (fate#326485)
+
+---



Other differences:
--
++ abi-compliance-checker.spec ++
--- /var/tmp/diff_new_pack.zFNkE8/_old  2019-11-06 13:50:31.427793344 +0100
+++ /var/tmp/diff_new_pack.zFNkE8/_new  2019-11-06 13:50:31.427793344 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package abi-compliance-checker
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 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
@@ -12,7 +12,7 @@
 # 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/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
@@ -21,7 +21,6 @@
 Release:0
 Summary:A Compliance Checker For library ABIs
 License:LGPL-2.1-only
-Group:  Development/Tools/Other
 Url:https://lvc.github.io/abi-compliance-checker
 Source0:
https://github.com/lvc/abi-compliance-checker/archive/%{version}/%{name}-%{version}.tar.gz
 BuildRequires:  fdupes




commit abi-tracker for openSUSE:Factory

2019-11-06 Thread root
Hello community,

here is the log from the commit of package abi-tracker for openSUSE:Factory 
checked in at 2019-11-06 13:50:51

Comparing /work/SRC/openSUSE:Factory/abi-tracker (Old)
 and  /work/SRC/openSUSE:Factory/.abi-tracker.new.2990 (New)


Package is "abi-tracker"

Wed Nov  6 13:50:51 2019 rev:3 rq:739385 version:1.11

Changes:

--- /work/SRC/openSUSE:Factory/abi-tracker/abi-tracker.changes  2017-09-05 
15:16:10.449191615 +0200
+++ /work/SRC/openSUSE:Factory/.abi-tracker.new.2990/abi-tracker.changes
2019-11-06 13:50:55.751819714 +0100
@@ -1,0 +2,5 @@
+Thu Oct 17 12:48:34 UTC 2019 - Richard Brown 
+
+- Remove obsolete Groups tag (fate#326485)
+
+---



Other differences:
--
++ abi-tracker.spec ++
--- /var/tmp/diff_new_pack.6GwBiP/_old  2019-11-06 13:50:57.631821752 +0100
+++ /var/tmp/diff_new_pack.6GwBiP/_new  2019-11-06 13:50:57.635821756 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package abi-tracker
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 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
@@ -12,7 +12,7 @@
 # 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/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
@@ -20,8 +20,7 @@
 Version:1.11
 Release:0
 Summary:Visualize ABI changes timeline of a C/C++ software library
-License:GPL-2.0+ or LGPL-2.1+
-Group:  Development/Tools/Other
+License:GPL-2.0-or-later OR LGPL-2.1-or-later
 Url:https://abi-laboratory.pro/tracker/
 Source: 
https://github.com/lvc/abi-tracker/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
 BuildRequires:  help2man




commit Regina-REXX for openSUSE:Factory

2019-11-06 Thread root
Hello community,

here is the log from the commit of package Regina-REXX for openSUSE:Factory 
checked in at 2019-11-06 13:50:16

Comparing /work/SRC/openSUSE:Factory/Regina-REXX (Old)
 and  /work/SRC/openSUSE:Factory/.Regina-REXX.new.2990 (New)


Package is "Regina-REXX"

Wed Nov  6 13:50:16 2019 rev:5 rq:739340 version:3.9.1

Changes:

--- /work/SRC/openSUSE:Factory/Regina-REXX/Regina-REXX.changes  2019-03-19 
09:59:14.804082377 +0100
+++ /work/SRC/openSUSE:Factory/.Regina-REXX.new.2990/Regina-REXX.changes
2019-11-06 13:50:19.419780327 +0100
@@ -1,0 +2,5 @@
+Thu Oct 17 12:37:59 UTC 2019 - Richard Brown 
+
+- Remove obsolete Groups tag (fate#326485)
+
+---



Other differences:
--
++ Regina-REXX.spec ++
--- /var/tmp/diff_new_pack.M64kfL/_old  2019-11-06 13:50:21.359782430 +0100
+++ /var/tmp/diff_new_pack.M64kfL/_new  2019-11-06 13:50:21.367782439 +0100
@@ -23,7 +23,6 @@
 Release:0
 Summary:Mark Hessling's implementation of the REXX Interpreter
 License:GFDL-1.1-only AND LGPL-2.1-or-later
-Group:  Development/Languages/Other
 URL:http://regina-rexx.sourceforge.net/
 Source: 
http://downloads.sourceforge.net/project/regina-rexx/regina-rexx/%{version}/Regina-REXX-%{version}.tar.gz
 Source1:
http://sourceforge.net/projects/regina-rexx/files/regina-documentation/%{version}/regina.pdf#/Regina-REXX-%{version}-doc.pdf
@@ -44,7 +43,6 @@
 
 %package devel
 Summary:Header files for the REXX interpreter
-Group:  Development/Libraries/C and C++
 Requires:   %{libname} = %{version}-%{release}
 Requires:   %{name} = %{version}-%{release}
 Provides:   regina-devel = %{version}-%{release}
@@ -56,7 +54,6 @@
 
 %package -n %{libname}
 Summary:The regina shared library
-Group:  System/Libraries
 
 %description -n %{libname}
 This package provides the shared library for Mark Hessling's implementation
@@ -64,7 +61,6 @@
 
 %package doc
 Summary:Documentation for the Regina REXX interpreter
-Group:  Documentation/Other
 
 %description doc
 Documentation for both the Regina REXX interpreter and the REXX Utility




commit a2ps-h for openSUSE:Factory

2019-11-06 Thread root
Hello community,

here is the log from the commit of package a2ps-h for openSUSE:Factory checked 
in at 2019-11-06 13:50:20

Comparing /work/SRC/openSUSE:Factory/a2ps-h (Old)
 and  /work/SRC/openSUSE:Factory/.a2ps-h.new.2990 (New)


Package is "a2ps-h"

Wed Nov  6 13:50:20 2019 rev:17 rq:739370 version:20010113

Changes:

--- /work/SRC/openSUSE:Factory/a2ps-h/a2ps-h.changes2019-03-19 
09:58:48.068093114 +0100
+++ /work/SRC/openSUSE:Factory/.a2ps-h.new.2990/a2ps-h.changes  2019-11-06 
13:50:21.575782664 +0100
@@ -1,0 +2,5 @@
+Thu Oct 17 12:46:40 UTC 2019 - Richard Brown 
+
+- Remove obsolete Groups tag (fate#326485)
+
+---



Other differences:
--
++ a2ps-h.spec ++
--- /var/tmp/diff_new_pack.hStUvc/_old  2019-11-06 13:50:22.603783778 +0100
+++ /var/tmp/diff_new_pack.hStUvc/_new  2019-11-06 13:50:22.607783783 +0100
@@ -22,7 +22,6 @@
 Release:0
 Summary:a2ps Support for Korean PostScript Filter (Python Version)
 License:GPL-2.0-or-later
-Group:  Hardware/Printing
 Source0:a2ps-h.py
 Source1:a2ps-h-font.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build




commit a2ps for openSUSE:Factory

2019-11-06 Thread root
Hello community,

here is the log from the commit of package a2ps for openSUSE:Factory checked in 
at 2019-11-06 13:50:21

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


Package is "a2ps"

Wed Nov  6 13:50:21 2019 rev:47 rq:739371 version:4.14

Changes:

--- /work/SRC/openSUSE:Factory/a2ps/a2ps.changes2019-03-19 
09:58:44.436094572 +0100
+++ /work/SRC/openSUSE:Factory/.a2ps.new.2990/a2ps.changes  2019-11-06 
13:50:26.783788310 +0100
@@ -1,0 +2,5 @@
+Thu Oct 17 12:46:29 UTC 2019 - Richard Brown 
+
+- Remove obsolete Groups tag (fate#326485)
+
+---



Other differences:
--
++ a2ps.spec ++
--- /var/tmp/diff_new_pack.JCJ4w7/_old  2019-11-06 13:50:28.591790270 +0100
+++ /var/tmp/diff_new_pack.JCJ4w7/_new  2019-11-06 13:50:28.607790287 +0100
@@ -21,7 +21,6 @@
 Release:0
 Summary:Tool to convert ASCII/Latin Text into PostScript
 License:GPL-3.0-or-later
-Group:  Productivity/Publishing/PS
 Url:http://www.gnu.org/software/a2ps/a2ps.html
 Source0:http://ftp.gnu.org/gnu/a2ps/%{name}-%{version}.tar.gz
 Source1:http://ftp.gnu.org/gnu/a2ps/%{name}-%{version}.tar.gz.sig
@@ -93,14 +92,12 @@
 
 %package -n liba2ps1
 Summary:Library to convert ASCII/Latin text into PostScript
-Group:  System/Libraries
 
 %description -n liba2ps1
 liba2ps converts ASCII text into PostScript.
 
 %package -n a2ps-devel
 Summary:Library and header file for the interface of a2ps
-Group:  Development/Libraries/Other
 Requires:   glibc-devel
 Requires:   liba2ps1 = %{version}
 






commit Bear for openSUSE:Factory

2019-11-06 Thread root
Hello community,

here is the log from the commit of package Bear for openSUSE:Factory checked in 
at 2019-11-06 13:49:41

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


Package is "Bear"

Wed Nov  6 13:49:41 2019 rev:4 rq:739254 version:2.4.2

Changes:

--- /work/SRC/openSUSE:Factory/Bear/Bear.changes2019-09-27 
14:55:23.003682771 +0200
+++ /work/SRC/openSUSE:Factory/.Bear.new.2990/Bear.changes  2019-11-06 
13:49:44.015741946 +0100
@@ -1,0 +2,5 @@
+Thu Oct 17 12:10:56 UTC 2019 - Richard Brown 
+
+- Remove obsolete Groups tag (fate#326485)
+
+---



Other differences:
--
++ Bear.spec ++
--- /var/tmp/diff_new_pack.XznlkA/_old  2019-11-06 13:49:44.915742921 +0100
+++ /var/tmp/diff_new_pack.XznlkA/_new  2019-11-06 13:49:44.915742921 +0100
@@ -27,7 +27,6 @@
 Release:0
 Summary:Tool to generate compilation database for clang tooling
 License:GPL-3.0-or-later
-Group:  Development/Tools/Other
 URL:https://github.com/rizsotto/Bear
 Source: %{URL}/archive/%{version}.tar.gz
 BuildRequires:  bash-completion




commit PgTcl for openSUSE:Factory

2019-11-06 Thread root
Hello community,

here is the log from the commit of package PgTcl for openSUSE:Factory checked 
in at 2019-11-06 13:49:47

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


Package is "PgTcl"

Wed Nov  6 13:49:47 2019 rev:20 rq:739284 version:1.7

Changes:

--- /work/SRC/openSUSE:Factory/PgTcl/PgTcl.changes  2013-11-21 
15:25:57.0 +0100
+++ /work/SRC/openSUSE:Factory/.PgTcl.new.2990/PgTcl.changes2019-11-06 
13:49:48.559746871 +0100
@@ -1,0 +2,5 @@
+Thu Oct 17 12:31:47 UTC 2019 - Richard Brown 
+
+- Remove obsolete Groups tag (fate#326485)
+
+---



Other differences:
--
++ PgTcl.spec ++
--- /var/tmp/diff_new_pack.g2aEHl/_old  2019-11-06 13:49:49.435747821 +0100
+++ /var/tmp/diff_new_pack.g2aEHl/_new  2019-11-06 13:49:49.435747821 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package PgTcl
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 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
@@ -12,7 +12,7 @@
 # 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/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
@@ -21,7 +21,6 @@
 BuildRequires:  tcl-devel
 Summary:Tcl Client Library for PostgreSQL
 License:MIT
-Group:  Productivity/Databases/Clients
 Version:1.7
 Release:0
 Url:http://pgfoundry.org/projects/pgtcl/




commit DVDStyler for openSUSE:Factory

2019-11-06 Thread root
Hello community,

here is the log from the commit of package DVDStyler for openSUSE:Factory 
checked in at 2019-11-06 13:49:32

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


Package is "DVDStyler"

Wed Nov  6 13:49:32 2019 rev:7 rq:739253 version:3.0.4

Changes:

--- /work/SRC/openSUSE:Factory/DVDStyler/DVDStyler.changes  2019-04-08 
10:40:50.527302818 +0200
+++ /work/SRC/openSUSE:Factory/.DVDStyler.new.2990/DVDStyler.changes
2019-11-06 13:49:36.939734274 +0100
@@ -1,0 +2,5 @@
+Thu Oct 17 12:13:16 UTC 2019 - Richard Brown 
+
+- Remove obsolete Groups tag (fate#326485)
+
+---



Other differences:
--
++ DVDStyler.spec ++
--- /var/tmp/diff_new_pack.ASFEZW/_old  2019-11-06 13:49:38.907736408 +0100
+++ /var/tmp/diff_new_pack.ASFEZW/_new  2019-11-06 13:49:38.911736412 +0100
@@ -16,7 +16,7 @@
 # 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/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
@@ -26,7 +26,6 @@
 Release:0
 Summary:GUI frontend for dvdauthor and other related tools
 License:GPL-3.0-or-later
-Group:  Productivity/Multimedia/Video/Editors and Convertors
 Url:https://www.dvdstyler.org
 Source: 
https://sourceforge.net/projects/dvdstyler/files/dvdstyler/%{version}/%{name}-%{version}.tar.bz2
 Source1:gpl-3.0.txt




commit HSAIL-Tools for openSUSE:Factory

2019-11-06 Thread root
Hello community,

here is the log from the commit of package HSAIL-Tools for openSUSE:Factory 
checked in at 2019-11-06 13:49:26

Comparing /work/SRC/openSUSE:Factory/HSAIL-Tools (Old)
 and  /work/SRC/openSUSE:Factory/.HSAIL-Tools.new.2990 (New)


Package is "HSAIL-Tools"

Wed Nov  6 13:49:26 2019 rev:4 rq:739248 version:0+git20180830.6514deb

Changes:

--- /work/SRC/openSUSE:Factory/HSAIL-Tools/HSAIL-Tools.changes  2019-09-26 
20:42:39.614313849 +0200
+++ /work/SRC/openSUSE:Factory/.HSAIL-Tools.new.2990/HSAIL-Tools.changes
2019-11-06 13:49:29.399726100 +0100
@@ -1,0 +2,5 @@
+Thu Oct 17 12:19:21 UTC 2019 - Richard Brown 
+
+- Remove obsolete Groups tag (fate#326485)
+
+---



Other differences:
--
++ HSAIL-Tools.spec ++
--- /var/tmp/diff_new_pack.9PAUA0/_old  2019-11-06 13:49:30.051726807 +0100
+++ /var/tmp/diff_new_pack.9PAUA0/_new  2019-11-06 13:49:30.055726812 +0100
@@ -21,7 +21,6 @@
 Release:0
 Summary:Parse and (dis)assemble HSA Intermediate Language
 License:NCSA
-Group:  Development/Tools/Building
 URL:https://github.com/HSAFoundation/HSAIL-Tools
 Source: %{name}-%{version}.tar.xz
 Patch1: warning.patch




commit 4store for openSUSE:Factory

2019-11-06 Thread root
Hello community,

here is the log from the commit of package 4store for openSUSE:Factory checked 
in at 2019-11-06 13:49:44

Comparing /work/SRC/openSUSE:Factory/4store (Old)
 and  /work/SRC/openSUSE:Factory/.4store.new.2990 (New)


Package is "4store"

Wed Nov  6 13:49:44 2019 rev:4 rq:739256 version:1.1.6

Changes:

--- /work/SRC/openSUSE:Factory/4store/4store.changes2018-06-29 
22:25:22.626529902 +0200
+++ /work/SRC/openSUSE:Factory/.4store.new.2990/4store.changes  2019-11-06 
13:49:46.335744460 +0100
@@ -1,0 +2,5 @@
+Thu Oct 17 12:09:15 UTC 2019 - Richard Brown 
+
+- Remove obsolete Groups tag (fate#326485)
+
+---



Other differences:
--
++ 4store.spec ++
--- /var/tmp/diff_new_pack.bpDjmB/_old  2019-11-06 13:49:47.215745415 +0100
+++ /var/tmp/diff_new_pack.bpDjmB/_new  2019-11-06 13:49:47.215745415 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package 4store
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 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
@@ -12,7 +12,7 @@
 # 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/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
@@ -22,7 +22,6 @@
 Release:0
 Summary:RDF Storage and SPARQL Query Engine
 License:GPL-3.0-or-later
-Group:  Productivity/Databases/Servers
 URL:https://4store.github.io
 Source: 
https://github.com/4store/4store/archive/v%{version}/%{name}-%{version}.tar.gz
 Patch0: invalid-define.patch
@@ -49,14 +48,12 @@
 
 %package -n lib4store%{major}
 Summary:4store RDF Storage Library
-Group:  System/Libraries
 
 %description -n lib4store%{major}
 This package provides 4store RDF storage shared library.
 
 %package -n lib4store-devel
 Summary:4store RDF Storage Development Files
-Group:  Development/Libraries/C and C++
 Requires:   lib4store%{major} = %{version}
 
 %description -n lib4store-devel




commit OpenLP for openSUSE:Factory

2019-11-06 Thread root
Hello community,

here is the log from the commit of package OpenLP for openSUSE:Factory checked 
in at 2019-11-06 13:49:49

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


Package is "OpenLP"

Wed Nov  6 13:49:49 2019 rev:27 rq:739285 version:2.4.6

Changes:

--- /work/SRC/openSUSE:Factory/OpenLP/OpenLP.changes2017-06-07 
09:56:10.340333043 +0200
+++ /work/SRC/openSUSE:Factory/.OpenLP.new.2990/OpenLP.changes  2019-11-06 
13:49:49.635748038 +0100
@@ -1,0 +2,5 @@
+Thu Oct 17 12:29:41 UTC 2019 - Richard Brown 
+
+- Remove obsolete Groups tag (fate#326485)
+
+---



Other differences:
--
++ OpenLP.spec ++
--- /var/tmp/diff_new_pack.WEY5qU/_old  2019-11-06 13:49:50.463748936 +0100
+++ /var/tmp/diff_new_pack.WEY5qU/_new  2019-11-06 13:49:50.471748944 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package OpenLP
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 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
@@ -12,7 +12,7 @@
 # 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/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
@@ -20,8 +20,7 @@
 Version:2.4.6
 Release:0
 Summary:Open source Church presentation and lyrics projection 
application
-License:GPL-2.0
-Group:  Productivity/Multimedia/Other
+License:GPL-2.0-only
 Url:http://openlp.org
 Source0:https://get.openlp.org/%{version}/%{name}-%{version}.tar.gz
 Source1:OpenLP-rpmlintrc




commit MotionBox for openSUSE:Factory

2019-11-06 Thread root
Hello community,

here is the log from the commit of package MotionBox for openSUSE:Factory 
checked in at 2019-11-06 13:49:15

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


Package is "MotionBox"

Wed Nov  6 13:49:15 2019 rev:4 rq:739244 version:1.5.0

Changes:

--- /work/SRC/openSUSE:Factory/MotionBox/MotionBox.changes  2019-03-24 
15:01:29.687167807 +0100
+++ /work/SRC/openSUSE:Factory/.MotionBox.new.2990/MotionBox.changes
2019-11-06 13:49:22.447718564 +0100
@@ -1,0 +2,5 @@
+Thu Oct 17 12:22:50 UTC 2019 - Richard Brown 
+
+- Remove obsolete Groups tag (fate#326485)
+
+---



Other differences:
--
++ MotionBox.spec ++
--- /var/tmp/diff_new_pack.z9f1fQ/_old  2019-11-06 13:49:23.263719448 +0100
+++ /var/tmp/diff_new_pack.z9f1fQ/_new  2019-11-06 13:49:23.267719453 +0100
@@ -21,7 +21,6 @@
 Release:0
 Summary:Qt based network video browser
 License:GPL-3.0-only
-Group:  Productivity/Multimedia/Video/Players
 URL:http://omega.gg/MotionBox
 Source0:
https://github.com/omega-gg/MotionBox/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
 Source1:
https://github.com/omega-gg/Sky/archive/%{version}.tar.gz#/Sky-%{version}.tar.gz




commit OOKiedokie for openSUSE:Factory

2019-11-06 Thread root
Hello community,

here is the log from the commit of package OOKiedokie for openSUSE:Factory 
checked in at 2019-11-06 13:49:50

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


Package is "OOKiedokie"

Wed Nov  6 13:49:50 2019 rev:3 rq:739287 version:0.0.0+git.20151230

Changes:

--- /work/SRC/openSUSE:Factory/OOKiedokie/OOKiedokie.changes2019-10-11 
15:22:21.175272995 +0200
+++ /work/SRC/openSUSE:Factory/.OOKiedokie.new.2990/OOKiedokie.changes  
2019-11-06 13:49:57.711756793 +0100
@@ -1,0 +2,5 @@
+Thu Oct 17 12:28:43 UTC 2019 - Richard Brown 
+
+- Remove obsolete Groups tag (fate#326485)
+
+---



Other differences:
--
++ OOKiedokie.spec ++
--- /var/tmp/diff_new_pack.Pi0Xx4/_old  2019-11-06 13:49:58.351757487 +0100
+++ /var/tmp/diff_new_pack.Pi0Xx4/_new  2019-11-06 13:49:58.351757487 +0100
@@ -22,7 +22,6 @@
 Release:0
 Summary:A tool for transmitting and receiving OOK-modulated data with 
SDRs
 License:MIT
-Group:  Productivity/Hamradio/Other
 Url:https://github.com/jynik/OOKiedokie
 Source: %{name}-%{version}.tar.xz
 Patch0: OOKiedokie-fix-missing-return-type.patch




commit crmsh for openSUSE:Factory

2019-11-06 Thread root
Hello community,

here is the log from the commit of package crmsh for openSUSE:Factory checked 
in at 2019-11-06 13:56:46

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


Package is "crmsh"

Wed Nov  6 13:56:46 2019 rev:165 rq:745170 version:4.1.0+git.1572504697.472361c5

Changes:

--- /work/SRC/openSUSE:Factory/crmsh/crmsh.changes  2019-10-30 
14:46:46.358115561 +0100
+++ /work/SRC/openSUSE:Factory/.crmsh.new.2990/crmsh.changes2019-11-06 
13:56:49.444203017 +0100
@@ -1,0 +2,17 @@
+Thu Oct 31 06:57:08 UTC 2019 - xli...@suse.com
+
+- Update to version 4.1.0+git.1572504697.472361c5:
+  * Doc: ui_configure: do_property: ask to remove maintenance from resources 
and nodes
+  * Test: ui_configure: do_property: ask to remove maintenance from resources 
and nodes
+  * Dev: ui_configure: do_property: ask to remove maintenance from resources 
and nodes
+
+---
+Tue Oct 29 21:57:47 UTC 2019 - xli...@suse.com
+
+- Update to version 4.1.0+git.1572385946.69f4f51b:
+  * Low: unittest: test init_ssh and init_ssh_remote in bootstrap.py
+  * Low: bootstrap: create authorized_keys file if not exists
+  * Low: bootstrap: add "--no-overwrite-sshkey" option to avoid SSH key be 
overwritten
+  * Low: bootstrap: don't overwrite ssh key if already exists
+
+---

Old:

  crmsh-4.1.0+git.1572337494.6f2c8ea9.tar.bz2

New:

  crmsh-4.1.0+git.1572504697.472361c5.tar.bz2



Other differences:
--
++ crmsh.spec ++
--- /var/tmp/diff_new_pack.WURMsp/_old  2019-11-06 13:56:50.712204346 +0100
+++ /var/tmp/diff_new_pack.WURMsp/_new  2019-11-06 13:56:50.720204354 +0100
@@ -36,7 +36,7 @@
 Summary:High Availability cluster command-line interface
 License:GPL-2.0-or-later
 Group:  %{pkg_group}
-Version:4.1.0+git.1572337494.6f2c8ea9
+Version:4.1.0+git.1572504697.472361c5
 Release:0
 Url:http://crmsh.github.io
 Source0:%{name}-%{version}.tar.bz2

++ _servicedata ++
--- /var/tmp/diff_new_pack.WURMsp/_old  2019-11-06 13:56:50.824204464 +0100
+++ /var/tmp/diff_new_pack.WURMsp/_new  2019-11-06 13:56:50.824204464 +0100
@@ -1,4 +1,4 @@
 
 
 git://github.com/ClusterLabs/crmsh.git
-  6f2c8ea926f61f2ce99fcfbefa401d51feaddbf1
\ No newline at end of file
+  c8d41bd637dd03b4d60a9f35ca099e41ac32eec4
\ No newline at end of file

++ crmsh-4.1.0+git.1572337494.6f2c8ea9.tar.bz2 -> 
crmsh-4.1.0+git.1572504697.472361c5.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/crmsh-4.1.0+git.1572337494.6f2c8ea9/crmsh/bootstrap.py 
new/crmsh-4.1.0+git.1572504697.472361c5/crmsh/bootstrap.py
--- old/crmsh-4.1.0+git.1572337494.6f2c8ea9/crmsh/bootstrap.py  2019-10-29 
09:24:54.0 +0100
+++ new/crmsh-4.1.0+git.1572504697.472361c5/crmsh/bootstrap.py  2019-10-31 
07:51:37.0 +0100
@@ -670,7 +670,8 @@
 start_service("sshd.service")
 invoke("mkdir -m 700 -p /root/.ssh")
 if os.path.exists("/root/.ssh/id_rsa"):
-if not confirm("/root/.ssh/id_rsa already exists - overwrite?"):
+if _context.yes_to_all and _context.no_overwrite_sshkey or \
+not confirm("/root/.ssh/id_rsa already exists - overwrite?"):
 return
 rmfile("/root/.ssh/id_rsa")
 status("Generating SSH key")
@@ -682,7 +683,10 @@
 """
 Called by ha-cluster-join
 """
-authkeys = open("/root/.ssh/authorized_keys", "r+")
+authorized_keys_file = "/root/.ssh/authorized_keys"
+if not os.path.exists(authorized_keys_file):
+open(authorized_keys_file, 'w').close()
+authkeys = open(authorized_keys_file, "r+")
 authkeys_data = authkeys.read()
 for key in ("id_rsa", "id_dsa", "id_ecdsa", "id_ed25519"):
 fn = os.path.join("/root/.ssh", key)
@@ -690,7 +694,7 @@
 continue
 keydata = open(fn + ".pub").read()
 if keydata not in authkeys_data:
-append(fn + ".pub", "/root/.ssh/authorized_keys")
+append(fn + ".pub", authorized_keys_file)
 
 
 def init_csync2():
@@ -2056,7 +2060,7 @@
 
 def bootstrap_init(cluster_name="hacluster", ui_context=None, nic=None, 
ocfs2_device=None,
shared_device=None, sbd_device=None, diskless_sbd=False, 
quiet=False,
-   template=None, admin_ip=None, yes_to_all=False,
+   template=None, admin_ip=None, yes_to_all=False, 
no_overwrite_sshkey=False,
unicast=False, second_hb=False, ipv6=False, watchdog=None, 
qdevice=None, stage=None, args=None):
 """
 

commit python-evtx for openSUSE:Factory

2019-11-06 Thread root
Hello community,

here is the log from the commit of package python-evtx for openSUSE:Factory 
checked in at 2019-11-06 13:57:10

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


Package is "python-evtx"

Wed Nov  6 13:57:10 2019 rev:8 rq:745197 version:0.6.1

Changes:

--- /work/SRC/openSUSE:Factory/python-evtx/python-evtx.changes  2019-08-23 
11:07:41.154473650 +0200
+++ /work/SRC/openSUSE:Factory/.python-evtx.new.2990/python-evtx.changes
2019-11-06 13:57:29.756245277 +0100
@@ -1,0 +2,5 @@
+Mon Nov  4 15:05:59 CET 2019 - Matej Cepl 
+
+- Add pytest4.patch making the testsuite running again.
+
+---

New:

  pytest4.patch



Other differences:
--
++ python-evtx.spec ++
--- /var/tmp/diff_new_pack.RbFWiL/_old  2019-11-06 13:57:30.312245860 +0100
+++ /var/tmp/diff_new_pack.RbFWiL/_new  2019-11-06 13:57:30.312245860 +0100
@@ -22,12 +22,14 @@
 Release:0
 Summary:Windows Event Log files parser
 License:Apache-2.0
-Group:  Development/Libraries/Python
 URL:https://github.com/williballenthin/python-evtx
 Source: 
https://github.com/williballenthin/python-evtx/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
+# PATCH-FIX-UPSTREAM pytest4.patch gh#williballenthin/python-evtx#66 
mc...@suse.com
+# make the test suite pass under pytest 4
+Patch0: pytest4.patch
 BuildRequires:  %{python_module hexdump}
 BuildRequires:  %{python_module lxml}
-BuildRequires:  %{python_module pytest < 4}
+BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  dos2unix
 BuildRequires:  fdupes
@@ -48,6 +50,8 @@
 
 %prep
 %setup -q
+%autopatch -p1
+
 find Evtx -name "*.py" | xargs sed -i '1 { /^#!/ d }'
 
 %build

++ pytest4.patch ++
--- a/tests/fixtures.py
+++ b/tests/fixtures.py
@@ -21,7 +21,7 @@ def system_path():
 
 
 @pytest.yield_fixture
-def system():
+def system(system_path):
 '''
 yields the contents of the system.evtx test file.
 the returned value is a memory map of the contents,
@@ -30,8 +30,7 @@ def system():
 Returns:
   mmap.mmap: the contents of the test file.
 '''
-p = system_path()
-with open(p, 'rb') as f:
+with open(system_path, 'rb') as f:
 with contextlib.closing(mmap.mmap(f.fileno(), 0,
   access=mmap.ACCESS_READ)) as buf:
 yield buf
@@ -52,7 +51,7 @@ def security_path():
 
 
 @pytest.yield_fixture
-def security():
+def security(security_path):
 '''
 yields the contents of the security.evtx test file.
 the returned value is a memory map of the contents,
@@ -61,8 +60,7 @@ def security():
 Returns:
   mmap.mmap: the contents of the test file.
 '''
-p = security_path()
-with open(p, 'rb') as f:
+with open(security_path, 'rb') as f:
 with contextlib.closing(mmap.mmap(f.fileno(), 0,
   access=mmap.ACCESS_READ)) as buf:
 yield buf
--- a/tests/test_records.py
+++ b/tests/test_records.py
@@ -248,7 +248,7 @@ def test_parse_record(system):
 ['EndOfStreamNode'],
   ['Substitutions', None, [
 ['WstringTypeNode', 'System'],
-['WstringTypeNode', 
'C:\Windows\System32\Winevt\Logs\Archive-System-2012-03-14-04-17-39-932.evtx']]]
+['WstringTypeNode', 
'C:\\Windows\\System32\\Winevt\\Logs\\Archive-System-2012-03-14-04-17-39-932.evtx']]]
 
 assert extract_structure(record.root()) == expected
 
@@ -264,7 +264,7 @@ def test_render_record(system):
 chunk = one(fh.chunks())
 record = one(chunk.records())
 
-xml = record.xml() 
+xml = record.xml()
 assert xml == textwrap.dedent('''\
  http://schemas.microsoft.com/win/2004/08/events/event;>
  105



commit reveng for openSUSE:Factory

2019-11-06 Thread root
Hello community,

here is the log from the commit of package reveng for openSUSE:Factory checked 
in at 2019-11-06 13:56:49

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


Package is "reveng"

Wed Nov  6 13:56:49 2019 rev:5 rq:745174 version:2.0.2

Changes:

--- /work/SRC/openSUSE:Factory/reveng/reveng.changes2019-05-07 
23:20:59.177195914 +0200
+++ /work/SRC/openSUSE:Factory/.reveng.new.2990/reveng.changes  2019-11-06 
13:56:53.676207453 +0100
@@ -1,0 +2,20 @@
+Sun Nov  3 14:09:22 UTC 2019 - Martin Hauke 
+
+- Update to version 2.0.2
+  * The memory allocation expands geometrically while reading
+polynomials from files; this improves performance on large
+files but memory overhead is increased during the read.
+  * The argument index is initialized at run time, allowing
+RISC OS and ARM Tube OS users to re-invoke CRC RevEng from
+memory using *Go.
+  * Replaced getopt library.
+  * Removed underscores from system calls.
+  * Updated documentation.
+
+---
+Sat May 11 10:21:24 UTC 2019 - Martin Hauke 
+
+- Update to version 2.0.1
+  * Improved robustness of reveng()
+
+---

Old:

  reveng-2.0.0.tar.xz

New:

  reveng-2.0.2.tar.xz



Other differences:
--
++ reveng.spec ++
--- /var/tmp/diff_new_pack.R01y98/_old  2019-11-06 13:56:54.552208372 +0100
+++ /var/tmp/diff_new_pack.R01y98/_new  2019-11-06 13:56:54.564208384 +0100
@@ -18,13 +18,13 @@
 
 
 Name:   reveng
-Version:2.0.0
+Version:2.0.2
 Release:0
 Summary:An arbitrary-precision CRC calculator and algorithm finder
 License:GPL-3.0-or-later
 Group:  Development/Tools/Other
 URL:http://reveng.sourceforge.net/
-Source: 
http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.xz
+Source: 
https://sourceforge.net/projects/%{name}/files/%{version}/%{name}-%{version}.tar.xz
 Patch0: reveng-dont-strip.patch
 Patch1: reveng-obey-cflags.patch
 Patch2: reveng-presets_x86_64.patch
@@ -48,7 +48,7 @@
 %ifarch x86_64
 %patch2 -p1
 %endif
-%ifarch %ix86
+%ifarch %{ix86}
 %patch3 -p1
 %endif
 
@@ -57,8 +57,8 @@
 export CFLAGS="%{optflags}"
 make %{?_smp_mflags}
 %else
-gcc %{optflags} -Wall -ansi -c bmpbit.c cli.c model.c poly.c preset.c reveng.c
-gcc %{optflags} -o reveng bmpbit.o cli.o model.o poly.o preset.o reveng.o
+cc %{optflags} -Wall -ansi -c bmpbit.c cli.c model.c poly.c preset.c reveng.c
+cc %{optflags} -o reveng bmpbit.o cli.o model.o poly.o preset.o reveng.o
 %endif
 
 %install

++ reveng-2.0.0.tar.xz -> reveng-2.0.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/reveng-2.0.0/CHANGES new/reveng-2.0.2/CHANGES
--- old/reveng-2.0.0/CHANGES2019-05-06 17:50:46.0 +0200
+++ new/reveng-2.0.2/CHANGES2019-11-02 16:55:52.0 +0100
@@ -19,6 +19,20 @@
 
 Revision history of CRC RevEng
 
+2.0.2  2 November 2019
+   * The memory allocation expands geometrically while reading
+ polynomials from files; this improves performance on large
+ files but memory overhead is increased during the read.
+   * The argument index is initialized at run time, allowing
+ RISC OS and ARM Tube OS users to re-invoke CRC RevEng from
+ memory using *Go.
+   * Replaced getopt library.
+   * Removed underscores from system calls.
+   * Updated documentation.
+
+2.0.1  9 May 2019
+   * Improved robustness of reveng()
+
 2.0.0  6 May 2019
* Much faster brute force search for generator polynomials if
  the most compact difference between right-aligned arguments is
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/reveng-2.0.0/README new/reveng-2.0.2/README
--- old/reveng-2.0.0/README 2019-05-07 18:28:22.0 +0200
+++ new/reveng-2.0.2/README 2019-11-02 17:05:30.0 +0100
@@ -19,23 +19,12 @@
 
 THIRD-PARTY SOFTWARE
 
-CRC RevEng incorporates source code from ASPEX under the terms of
-version 3 of the GNU General Public License (GPLv3).  ASPEX is:
-
-Copyright (C) 1998, 2003 by David A. Hinds -- All Rights Reserved
-
-Homepage: 
-
-ASPEX is licensed under version 2 and all later versions of the GNU
-General Public License, therefore CRC RevEng remains licensed under
-version 3 and all later versions.
-
-Depending on one's interpretation of the License, the author created a
-modified copy of ASPEX as a whole by extracting files getopt.c and
-getopt.h verbatim on 19 December 2010.  

commit hawk2 for openSUSE:Factory

2019-11-06 Thread root
Hello community,

here is the log from the commit of package hawk2 for openSUSE:Factory checked 
in at 2019-11-06 13:56:56

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


Package is "hawk2"

Wed Nov  6 13:56:56 2019 rev:57 rq:745181 version:2.1.0+git.1572008730.896e9784

Changes:

--- /work/SRC/openSUSE:Factory/hawk2/hawk2.changes  2019-07-16 
08:40:46.855025337 +0200
+++ /work/SRC/openSUSE:Factory/.hawk2.new.2990/hawk2.changes2019-11-06 
13:57:02.612216821 +0100
@@ -1,0 +2,7 @@
+Mon Oct 28 12:27:00 UTC 2019 - abela...@suse.de
+
+- Update to version 2.1.0+git.1572008730.896e9784:
+  * Remove Number Precision since it's handled by sassc-rails
+  * Fix mime type issue in MS windows (bsc#1098637)
+
+---

Old:

  hawk2-2.1.0+git.1562924574.34a87ad7.tar.bz2

New:

  hawk2-2.1.0+git.1572008730.896e9784.tar.bz2



Other differences:
--
++ hawk2.spec ++
--- /var/tmp/diff_new_pack.mX4O6g/_old  2019-11-06 13:57:03.208217446 +0100
+++ /var/tmp/diff_new_pack.mX4O6g/_new  2019-11-06 13:57:03.212217450 +0100
@@ -47,7 +47,7 @@
 Summary:HA Web Konsole
 License:GPL-2.0-only
 Group:  %{pkg_group}
-Version:2.1.0+git.1562924574.34a87ad7
+Version:2.1.0+git.1572008730.896e9784
 Release:0
 Url:http://www.clusterlabs.org/wiki/Hawk
 Source: %{name}-%{version}.tar.bz2
@@ -82,7 +82,12 @@
 Requires:   iproute
 %endif
 
+%if 0%{?is_opensuse} &&  0%{?suse_version} > 1500
+BuildRequires:  openSUSE-release
+%else
 BuildRequires:  distribution-release
+%endif
+
 BuildRequires:  timezone
 
 BuildRequires:  %{rubygem bundler}
@@ -117,7 +122,7 @@
 #/Help OBS scheduler
 
 BuildRequires:  git
-BuildRequires:  nodejs >= 6
+BuildRequires:  nodejs10
 BuildRequires:  pam-devel
 
 %description

++ _servicedata ++
--- /var/tmp/diff_new_pack.mX4O6g/_old  2019-11-06 13:57:03.252217492 +0100
+++ /var/tmp/diff_new_pack.mX4O6g/_new  2019-11-06 13:57:03.252217492 +0100
@@ -1,4 +1,4 @@
 
 
 git://github.com/ClusterLabs/hawk.git
-  34a87ad74683d1e8ed2e77bd3de4d8156b947de0
\ No newline at end of file
+  896e97842fe11b91ab9020c74b96aa87b130364c
\ No newline at end of file

++ hawk2-2.1.0+git.1562924574.34a87ad7.tar.bz2 -> 
hawk2-2.1.0+git.1572008730.896e9784.tar.bz2 ++
/work/SRC/openSUSE:Factory/hawk2/hawk2-2.1.0+git.1562924574.34a87ad7.tar.bz2 
/work/SRC/openSUSE:Factory/.hawk2.new.2990/hawk2-2.1.0+git.1572008730.896e9784.tar.bz2
 differ: char 11, line 1




commit rook-ceph-image for openSUSE:Factory

2019-11-06 Thread root
Hello community,

here is the log from the commit of package rook-ceph-image for openSUSE:Factory 
checked in at 2019-11-06 13:56:30

Comparing /work/SRC/openSUSE:Factory/rook-ceph-image (Old)
 and  /work/SRC/openSUSE:Factory/.rook-ceph-image.new.2990 (New)


Package is "rook-ceph-image"

Wed Nov  6 13:56:30 2019 rev:5 rq:745142 version:1.0.0

Changes:

--- /work/SRC/openSUSE:Factory/rook-ceph-image/rook-ceph-image.changes  
2019-08-23 11:07:10.810478481 +0200
+++ 
/work/SRC/openSUSE:Factory/.rook-ceph-image.new.2990/rook-ceph-image.changes
2019-11-06 13:56:33.088185417 +0100
@@ -1,0 +2,7 @@
+Tue Oct 29 09:53:09 UTC 2019 - Kristoffer Gronlund 
+
+- Update container history (SES-922)
+  * Add pre-checkin.sh
+- Add release number to label versions
+
+---

New:

  pre-checkin.sh



Other differences:
--
++ rook-ceph-image.kiwi ++
--- /var/tmp/diff_new_pack.6Pr1xf/_old  2019-11-06 13:56:33.912186310 +0100
+++ /var/tmp/diff_new_pack.6Pr1xf/_new  2019-11-06 13:56:33.912186310 +0100
@@ -1,9 +1,9 @@
 
 
-
 
   
@@ -13,7 +13,7 @@
   
   
 
-  
+  
 
   
   
@@ -22,15 +22,15 @@
   
 
 
-
+
 
 
-
+https://registry.opensuse.org/opensuse/rook/ceph:%PKG_VERSION%.%PKG_COMMIT_NUM%.%RELEASE%"/>
 
-
+
   
 
-Derive the image
+Update container history (SES-922)
   
 
 1.0.0

++ README ++
--- /var/tmp/diff_new_pack.6Pr1xf/_old  2019-11-06 13:56:33.948186349 +0100
+++ /var/tmp/diff_new_pack.6Pr1xf/_new  2019-11-06 13:56:33.952186353 +0100
@@ -1,5 +1,13 @@
-# HOWTO generate kiwi file for different platfoms
+# Generating the KIWI file
+
+The `.kiwi` file is generated from the `rook-ceph-image.xsl`
+base template and the `*.xml` documents for each distribution.
+
+After making changes to any of the xsl or xml files, the kiwi
+file can be regenerated by running `sh ./pre-checkin.sh TARGET`,
+where TARGET corresponds to the distribution flavor in use.
+
+## Requirements
+
+* xsltproc
 
-* xsltproc rook-ceph-image.xsl tumbleweed.xml > rook-ceph-image.kiwi
-* xsltproc rook-ceph-image.xsl leap15_1.xml > rook-ceph-image.kiwi
-* xsltproc rook-ceph-image.xsl ses6.xml > rook-ceph-image.kiwi

++ _service ++
--- /var/tmp/diff_new_pack.6Pr1xf/_old  2019-11-06 13:56:33.992186397 +0100
+++ /var/tmp/diff_new_pack.6Pr1xf/_new  2019-11-06 13:56:33.992186397 +0100
@@ -14,4 +14,3 @@
 rook
 
 
-

++ leap15_1.xml ++
--- /var/tmp/diff_new_pack.6Pr1xf/_old  2019-11-06 13:56:34.048186458 +0100
+++ /var/tmp/diff_new_pack.6Pr1xf/_new  2019-11-06 13:56:34.048186458 +0100
@@ -4,8 +4,8 @@
   rook/ceph
   org.opensuse.rook-ceph
   Rook container for Ceph
-  registry.opensuse.org/rook/ceph:%PKG_VERSION%.%PKG_COMMIT_NUM%
-  rook/ceph:%PKG_VERSION%.%PKG_COMMIT_NUM%
+  
https://registry.opensuse.org/rook/ceph:%PKG_VERSION%.%PKG_COMMIT_NUM%.%RELEASE%
+  
registry.opensuse.org/rook/ceph:%PKG_VERSION%.%PKG_COMMIT_NUM%.%RELEASE%
   
 
   openSUSE-build-key
@@ -19,4 +19,4 @@
   openSUSE-release-ftp
 
   
-
\ No newline at end of file
+

++ pre-checkin.sh ++
#!/bin/bash
#
# Generate the kiwi file for the given target.

image="rook-ceph-image"
history="$(sed -n "s/^-[ ]//p" <${image}.changes | head -1)"
target=${1:-tumbleweed}
if [ ! -e ${target}.xml ]; then
  echo "Unknown target: ${target}.xml must exist!"
  exit 1
fi
xsltproc --stringparam history "$history" "${image}.xsl" "${target}.xml" > 
"${image}.kiwi"

++ rook-ceph-image.xsl ++
--- /var/tmp/diff_new_pack.6Pr1xf/_old  2019-11-06 13:56:34.104186518 +0100
+++ /var/tmp/diff_new_pack.6Pr1xf/_new  2019-11-06 13:56:34.104186518 +0100
@@ -1,12 +1,13 @@
 
 http://www.w3.org/1999/XSL/Transform;>
+
 
 
  OBS-ExclusiveArch: aarch64 x86_64 
- 
-   This file is generated, 
-   don't manually modify this file, 
-   please check README 
+
+   This file is generated,
+   don't manually modify this file,
+   please check README
 
 
 
@@ -23,7 +24,7 @@
   
   
 
   
@@ -48,7 +49,7 @@
 
 
 
-
+
 
 
 
@@ -56,7 +57,7 @@
   
 
   
-
+
 
 
 
@@ -64,8 +65,8 @@
   
 
   
- 
-  
+
+
   
 
   
@@ -81,7 +82,7 @@
 
 
 
-Derive the image
+
  
 
 1.0.0
@@ -134,4 

commit engrampa for openSUSE:Factory

2019-11-06 Thread root
Hello community,

here is the log from the commit of package engrampa for openSUSE:Factory 
checked in at 2019-11-06 13:56:36

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


Package is "engrampa"

Wed Nov  6 13:56:36 2019 rev:21 rq:745164 version:1.23.1

Changes:

--- /work/SRC/openSUSE:Factory/engrampa/engrampa.changes2019-09-27 
14:51:07.852346249 +0200
+++ /work/SRC/openSUSE:Factory/.engrampa.new.2990/engrampa.changes  
2019-11-06 13:56:39.444192307 +0100
@@ -1,0 +2,11 @@
+Mon Nov  4 10:48:19 UTC 2019 - Jonathan Brielmaier 
+
+- Fix build error complaining about conflicting types for
+  g_ptr_array_copy by updating to 1.23.1.
+- Update to version 1.23.1:
+  * Update translations
+  * glib-utils: Remove unused function - g_ptr_array_copy
+  * Remove some unused/deprecated functions
+  * Various smaller fixes
+
+---

Old:

  engrampa-1.23.0.tar.xz

New:

  engrampa-1.23.1.tar.xz



Other differences:
--
++ engrampa.spec ++
--- /var/tmp/diff_new_pack.8777tF/_old  2019-11-06 13:56:41.000193994 +0100
+++ /var/tmp/diff_new_pack.8777tF/_new  2019-11-06 13:56:41.004193998 +0100
@@ -18,7 +18,7 @@
 
 %define _version 1.23
 Name:   engrampa
-Version:1.23.0
+Version:1.23.1
 Release:0
 Summary:MATE Desktop archive manager
 License:GPL-2.0-or-later AND LGPL-2.0-or-later

++ engrampa-1.23.0.tar.xz -> engrampa-1.23.1.tar.xz ++
 18373 lines of diff (skipped)




commit sbd for openSUSE:Factory

2019-11-06 Thread root
Hello community,

here is the log from the commit of package sbd for openSUSE:Factory checked in 
at 2019-11-06 13:56:40

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


Package is "sbd"

Wed Nov  6 13:56:40 2019 rev:32 rq:745168 version:1.4.0+20191029.695f9ca

Changes:

--- /work/SRC/openSUSE:Factory/sbd/sbd.changes  2019-10-30 14:44:28.845969360 
+0100
+++ /work/SRC/openSUSE:Factory/.sbd.new.2990/sbd.changes2019-11-06 
13:56:45.640199024 +0100
@@ -1,0 +2,23 @@
+Wed Oct 30 16:16:31 UTC 2019 - Yan Gao 
+
+- Update to version 1.4.0+20191029.695f9ca:
+- tests: add regression-tests using preload-library
+- tests: added preload-library for reboot interception
+
+---
+Wed Oct 30 16:14:40 UTC 2019 - Yan Gao 
+
+- Update to version 1.4.0+20191028.3f01a1d:
+- spec: add devel package
+
+---
+Wed Oct 30 14:30:59 UTC 2019 - Yan Gao 
+
+- Update to version 1.4.0+20191028.d937f9d:
+- sbd-inquisitor: use crashdump timeout
+- Build: switch back to serial test-harness
+- Doc: mention crashdump message in usage note
+- defaults: make 15s timeout default for s390 consistently
+- cmdline: just use SBD_DEVICE if no devs from cmdline
+
+---

Old:

  sbd-1.4.0+20190919.2758632.tar.xz

New:

  sbd-1.4.0+20191029.695f9ca.tar.xz



Other differences:
--
++ sbd.spec ++
--- /var/tmp/diff_new_pack.tkjQut/_old  2019-11-06 13:56:46.884200333 +0100
+++ /var/tmp/diff_new_pack.tkjQut/_new  2019-11-06 13:56:46.888200337 +0100
@@ -23,7 +23,7 @@
 %endif
 
 Name:   sbd
-Version:1.4.0+20190919.2758632
+Version:1.4.0+20191029.695f9ca
 Release:0
 Summary:Storage-based death
 License:GPL-2.0-or-later
@@ -52,17 +52,33 @@
 %description
 This package contains the storage-based death functionality.
 
+%package devel
+Summary:Storage-based death environment for regression tests
+Group:  Productivity/Clustering/HA
+Requires:   %{name} = %{version}-%{release}
+
+%description devel
+This package provides an environment + testscripts for
+regression-testing sbd.
+
 %prep
 %autosetup -n %{name}-%{version} -p1
 
+%ifarch s390x s390
+sed -i src/sbd.sysconfig -e "s/Default: 5/Default: 15/"
+sed -i src/sbd.sysconfig -e "s/SBD_WATCHDOG_TIMEOUT=5/SBD_WATCHDOG_TIMEOUT=15/"
+%endif
+
 %build
-autoreconf -fvi
+./autogen.sh
+
 %configure
 make %{?_smp_mflags}
 
 %install
 %make_install LIBDIR=%{_libdir}
 install -D -m 0755 src/sbd.sh %{buildroot}%{_datadir}/sbd/sbd.sh
+install -D -m 0755 tests/regressions.sh 
%{buildroot}%{_datadir}/sbd/regressions.sh
 install -D -m 0644 src/sbd.service %{buildroot}/%{_unitdir}/sbd.service
 install -D -m 0644 src/sbd_remote.service 
%{buildroot}/%{_unitdir}/sbd_remote.service
 ln -s service %{buildroot}%{_sbindir}/rcsbd
@@ -70,6 +86,10 @@
 mkdir -p %{buildroot}%{_fillupdir}
 install -m 0644 src/sbd.sysconfig %{buildroot}%{_fillupdir}/sysconfig.sbd
 
+# Don't package static libs
+find %{buildroot} -type f -name "*.a" -delete -print
+find %{buildroot} -type f -name "*.la" -delete -print
+
 %post
 %service_add_post sbd.service sbd_remote.service
 
@@ -86,6 +106,9 @@
 %postun
 %service_del_postun -n sbd.service sbd_remote.service
 
+%post devel -p /sbin/ldconfig
+%postun devel -p /sbin/ldconfig
+
 %files
 %defattr(-,root,root)
 %{_libdir}/stonith/
@@ -93,10 +116,18 @@
 %{_sbindir}/rcsbd
 %{_sbindir}/rcsbd_remote
 %{_datadir}/sbd
+%exclude %{_datadir}/sbd/regressions.sh
 %{_mandir}/man8/sbd*
 %{_unitdir}/sbd.service
 %{_unitdir}/sbd_remote.service
 %{_fillupdir}/sysconfig.sbd
 %doc COPYING
 
+%files devel
+%defattr(-,root,root)
+%dir %{_datadir}/sbd
+%{_datadir}/sbd/regressions.sh
+%{_libdir}/libsbdtestbed*
+%doc COPYING
+
 %changelog

++ _servicedata ++
--- /var/tmp/diff_new_pack.tkjQut/_old  2019-11-06 13:56:46.928200379 +0100
+++ /var/tmp/diff_new_pack.tkjQut/_new  2019-11-06 13:56:46.928200379 +0100
@@ -1,6 +1,6 @@
 
   
 https://github.com/ClusterLabs/sbd.git
-275863252c88b89ed6181c6bf44640b95458448b
+c4dc05841157dd42496d3643617c31383410e51f
   
 
\ No newline at end of file

++ sbd-1.4.0+20190919.2758632.tar.xz -> sbd-1.4.0+20191029.695f9ca.tar.xz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sbd-1.4.0+20190919.2758632/.travis.yml 
new/sbd-1.4.0+20191029.695f9ca/.travis.yml
--- old/sbd-1.4.0+20190919.2758632/.travis.yml  2019-09-19 17:40:55.0 
+0200
+++ new/sbd-1.4.0+20191029.695f9ca/.travis.yml  2019-10-29 23:38:48.0 
+0100
@@ -40,7 +40,7 @@
   - docker run 

commit mayavi for openSUSE:Factory

2019-11-06 Thread root
Hello community,

here is the log from the commit of package mayavi for openSUSE:Factory checked 
in at 2019-11-06 13:55:48

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


Package is "mayavi"

Wed Nov  6 13:55:48 2019 rev:3 rq:744314 version:4.7.1

Changes:

--- /work/SRC/openSUSE:Factory/mayavi/mayavi.changes2019-04-24 
13:57:36.195980383 +0200
+++ /work/SRC/openSUSE:Factory/.mayavi.new.2990/mayavi.changes  2019-11-06 
13:55:50.196138918 +0100
@@ -1,0 +2,67 @@
+Wed Oct 30 19:34:42 UTC 2019 - Todd R 
+
+- Fix tvtk doc .desktop file name.
+- Make mayavi man file name match executable file name.
+- Clean up some spec file formatting.
+
+---
+Fri Sep 13 14:50:46 UTC 2019 - Todd R 
+
+- Update to Mayavi 4.7.1
+  + Fixes
+   * Fix old pipeline errors in image actor.
+   * Use the decorator for classmethod
+ Instead of explicitly calling it in the class definition
+   * Misc bug fixes
+ Fixes 3 issues that affect the new release due to changes in traits, 
pyface etc.
+ > Fix issue with CTF editor not showing.
+ > Fix issue with lut editor not launching.
+ > Fix issue with cut/pasting tree nodes and drag drop onto shell.
+- Update to Mayavi 4.7.0
+  + Enhancements
+   * New Jupyter notebook 'ipy' backend which is now the default and
+ requires that VTK's offscreen support work correctly. This backend
+ requires ipywidgets and ipyevents. It allows complete interactivity and
+ behaves almost exactly like a normal UI backend but inside a notebook.
+ Note that this will still require an xserver or windowing toolkit unless
+ VTK is compiled to be able to work without those.
+   * Improve offscreen window creation.
+ Creating a renderwindow in some configurations can actually make UI
+ calls.  So if EGL is available we try that.  Also, when we are using
+ offscreen rendering we only need a GenericRenderWindowInteractor.
+ Also add a convenient set method so one can set a different interactor if 
needed.
+   * ENH: Feature to disable automatic updates.
+ This can be very handy at times when the automatic updates can trigger
+ several changes that are not desirable.  For example on certain VTK
+ calls, internal ModifiedEvents may be fired which will automatically
+ call the update_traits method which can be wired to other events
+ triggering problems.  In these cases one can use the
+ `global_disable_update` function to temporarily disable updates.
+  + Fixes
+   * Test against ETS packages from source using travis cron jobs.
+   * Use xenial linux instead of trusty
+   * add fix for str conversion from bad bytes array
+   * Fix issue that arises in a few of the mlab sources where when we reset to 
a
+ polydata with a smaller number of points.
+   * FIX: Fix nose leftovers in tests.
+   * FIX: Escape chars in code.
+   * Also catch exceptions in generating documentation
+   * Some UI fixes for ivtk.
+ This fixes `#734 `_.
+   * FIX: Fix set_range causing lookup table errors.
+   * FIX: Fix type check
+   * FIX: Fix for VTKNoneArray
+   * If OSMesa is available and user requests an offscreen window, use an
+ OSOpenGLRenderWindow, this will not require X and can be safely used on
+ a remote server.
+   * Fix bug related to SurfaceSource.scalars This bug manifests when the
+ SurfaceSource object in question does not have a scalars attribute and
+ many of them do not have this.
+   * Fix pip installs failing.
+   * Fix detection of color transfer function.
+ The original code was written for very old VTK versions but ever since
+ 5.x we have a get_node_value method that actually provides the values of
+ the nodes given an index.  We now use this instead of the earlier hack.
+- Remove upstream-included catch_gen_docs_errors.patch
+
+---

Old:

  catch_gen_docs_errors.patch
  mayavi-4.6.2.tar.bz2

New:

  mayavi-4.7.1.tar.bz2



Other differences:
--
++ mayavi.spec ++
--- /var/tmp/diff_new_pack.LTbVty/_old  2019-11-06 13:55:51.564140401 +0100
+++ /var/tmp/diff_new_pack.LTbVty/_new  2019-11-06 13:55:51.564140401 +0100
@@ -18,7 +18,7 @@
 
 %define X_display  ":98"
 Name:   mayavi
-Version:4.6.2
+Version:4.7.1
 Release:0
 Summary:3D visualization of scientific data in Python
 License:BSD-3-Clause AND EPL-1.0 AND LGPL-2.0-or-later AND 
LGPL-3.0-or-later
@@ -27,7 +27,6 @@
 Source0:
https://files.pythonhosted.org/packages/source/m/mayavi/mayavi-%{version}.tar.bz2
 

commit freedoom for openSUSE:Factory

2019-11-06 Thread root
Hello community,

here is the log from the commit of package freedoom for openSUSE:Factory 
checked in at 2019-11-06 13:57:02

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


Package is "freedoom"

Wed Nov  6 13:57:02 2019 rev:9 rq:745193 version:0.12.1

Changes:

--- /work/SRC/openSUSE:Factory/freedoom/freedoom.changes2018-01-02 
16:35:00.144181210 +0100
+++ /work/SRC/openSUSE:Factory/.freedoom.new.2990/freedoom.changes  
2019-11-06 13:57:21.724236857 +0100
@@ -1,0 +2,40 @@
+Fri Nov  1 10:48:12 UTC 2019 - Markus S 
+
+- Update to 0.12.1
+  * The manual is now rendered as PDF.
+  * Final Doom compatibility de-emphasized. Where it creates
+conflicts with Doom II mods or texture definitions, the the
+Doom II side of things gets preferred. Final Doom-specific
+maps and mods may never look completely right in Freedoom, as
+a result.
+  * Phase 1 received a lot of mapping changes with improved
+difficulty levels. There is a new C3M5.
+  * Phase 2 MAP01 received an overhaul, simplifying its design in
+significant ways to improve the flow around the level.
+  * Two maps in Phase 2 were replaced due to being recreations of
+Doom II maps.
+  * Maps in Phase 2 in general have had some slight
+re-arrangement based on difficulty levels and themes. A new
+MAP06 is included, while the old one took the MAP18 slot.
+  * All levels are now guaranteed to have co-op and deathmatch starts.
+  * New sprites for power-ups (stealth, overdrive, and ultra-overdrive)
+and Arch Vile.
+  * Some weapon and ammo sprites have been tweaked and improved.
+  * Completed and enhanced set of Evilution and Plutonia textures.
+  * New skull-switches by MissLav.
+  * New SKY4 based on an astronomy photograph.
+  * Tweaked player sprites and HUD face.
+  * New music tracks in C1M2, C2M3, C2M8, MAP03, MAP12, MAP22,
+MAP25, MAP26, MAP27, DM03, DM06, DM09, DM17, DM24, DM31, and
+DM32.
+  * Metainfo (formerly appdata) and desktop files have been
+brought up to the latest standard specifications and
+recommendations, using reverse-DNS for the project
+identifier, and a self-evaluated content rating.
+  * Phase 2’s internal DEMO1 has been replaced, thanks to some
+odd vanilla quirks that could cause it to desync in some (but
+not all) conditions.
+  * The sailor monster type is formally banished from Freedoom’s
+own levels, and remaining uses of it were removed.
+
+---

Old:

  freedoom-0.11.3.zip
  freedoom-0.11.3.zip.asc
  freedoom.keyring

New:

  freedoom-0.12.1.zip



Other differences:
--
++ freedoom.spec ++
--- /var/tmp/diff_new_pack.8QbfCX/_old  2019-11-06 13:57:25.584240904 +0100
+++ /var/tmp/diff_new_pack.8QbfCX/_new  2019-11-06 13:57:25.584240904 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package freedoom
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 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
@@ -12,12 +12,12 @@
 # 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/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 Name:   freedoom
-Version:0.11.3
+Version:0.12.1
 Release:0
 Summary:Replacement game files for Doom game engines
 License:BSD-3-Clause
@@ -27,16 +27,14 @@
 #Git-Web:   http://github.com/freedoom/freedoom
 #Git-Clone: git://github.com/freedoom/freedoom
 Source: 
https://github.com/freedoom/freedoom/releases/download/v%version/freedoom-%version.zip
-Source2:
https://github.com/freedoom/freedoom/releases/download/v%version/freedoom-%version.zip.asc
-Source9:%name.keyring
 BuildArch:  noarch
 BuildRequires:  unzip
 
 %description
 Though the Doom engine source code is libre, the original game data
 (graphics, maps, etc.) is not. Freedoom is an alternate game data set
-that can be used with a Doom engine, such as prboom-plus or
-chocolate-doom, to form a free Doom-based game.
+that can be used with a Doom engine, such as prboom-plus,
+chocolate-doom or gzdoom, to form a free Doom-based game.
 
 %prep
 %setup -q
@@ -52,7 +50,7 @@
 echo "NOTE: FreeDoom WAD files are no longer named doom.wad/doom2.wad, and you 
may need to explicitly specify them now when starting a Doom engine."
 
 %files
-%doc COPYING.txt CREDITS.txt README.html
+%doc COPYING.txt 

commit wxEphe for openSUSE:Factory

2019-11-06 Thread root
Hello community,

here is the log from the commit of package wxEphe for openSUSE:Factory checked 
in at 2019-11-06 13:56:53

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


Package is "wxEphe"

Wed Nov  6 13:56:53 2019 rev:3 rq:745178 version:1.7

Changes:

--- /work/SRC/openSUSE:Factory/wxEphe/wxEphe.changes2018-10-31 
13:21:54.399031272 +0100
+++ /work/SRC/openSUSE:Factory/.wxEphe.new.2990/wxEphe.changes  2019-11-06 
13:56:56.424210334 +0100
@@ -1,0 +2,7 @@
+Mon Nov  4 12:50:50 UTC 2019 - Jan Engelhardt 
+
+- Update to release 1.7
+  * Azimuth in Horizontal Coordinates is now computed with South as
+reference.
+
+---

Old:

  wxEphe-1.6.tar.xz

New:

  wxEphe-1.7.tar.xz



Other differences:
--
++ wxEphe.spec ++
--- /var/tmp/diff_new_pack.ne548V/_old  2019-11-06 13:56:57.204211152 +0100
+++ /var/tmp/diff_new_pack.ne548V/_new  2019-11-06 13:56:57.212211160 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package wxEphe
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 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:   wxEphe
-Version:1.6
+Version:1.7
 Release:0
 Summary:Astronomical ephemeris for the Sun, Moon and solar system 
planets
 License:GPL-3.0-only
@@ -25,7 +25,6 @@
 Url:http://www.jpmr.org/
 #Freshcode-URL:https://freshcode.club/projects/wxephe
 Source: https://downloads.sf.net/wxephe/wxEphe-%version.tar.xz
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  gcc-c++
 BuildRequires:  libtool
 BuildRequires:  wxWidgets-devel >= 3
@@ -48,7 +47,7 @@
 
 %files -f %name.lang
 %defattr(-,root,root)
-%doc COPYING
+%license COPYING
 %_bindir/wxEphe
 %_datadir/applications/*
 %_datadir/pixmaps/*

++ wxEphe-1.6.tar.xz -> wxEphe-1.7.tar.xz ++
 8245 lines of diff (skipped)




commit log4j for openSUSE:Factory

2019-11-06 Thread root
Hello community,

here is the log from the commit of package log4j for openSUSE:Factory checked 
in at 2019-11-06 13:57:16

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


Package is "log4j"

Wed Nov  6 13:57:16 2019 rev:26 rq:745198 version:2.11.1

Changes:

--- /work/SRC/openSUSE:Factory/log4j/log4j.changes  2019-10-03 
16:16:16.452760497 +0200
+++ /work/SRC/openSUSE:Factory/.log4j.new.2990/log4j.changes2019-11-06 
13:57:36.160251990 +0100
@@ -1,0 +2,5 @@
+Mon Nov  4 14:22:37 UTC 2019 - Fridrich Strba 
+
+- Run fdupes on the javadoc
+
+---



Other differences:
--
++ log4j.spec ++
--- /var/tmp/diff_new_pack.ldmTGa/_old  2019-11-06 13:57:38.396254335 +0100
+++ /var/tmp/diff_new_pack.ldmTGa/_new  2019-11-06 13:57:38.396254335 +0100
@@ -240,6 +240,7 @@
 
 %install
 %mvn_install
+%fdupes -s %{buildroot}%{_javadocdir}
 
 %if %{with extras}
 %jpackage_script org.apache.logging.log4j.jmx.gui.ClientGUI '' '' 
%{name}/%{name}-jmx-gui:%{name}/%{name}-core %{name}-jmx false




commit python-proliantutils for openSUSE:Factory

2019-11-06 Thread root
Hello community,

here is the log from the commit of package python-proliantutils for 
openSUSE:Factory checked in at 2019-11-06 13:57:29

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


Package is "python-proliantutils"

Wed Nov  6 13:57:29 2019 rev:5 rq:745207 version:2.9.1

Changes:

--- 
/work/SRC/openSUSE:Factory/python-proliantutils/python-proliantutils.changes
2019-03-10 09:32:43.628214882 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-proliantutils.new.2990/python-proliantutils.changes
  2019-11-06 13:57:45.776262069 +0100
@@ -1,0 +2,33 @@
+Thu Oct 17 08:30:09 UTC 2019 - Dirk Mueller 
+
+- update to 2.9.1:
+  * Follow-up patch for UEFI iSCSI boot nic adapter fix
+  * Fixed problem with UEFI iSCSI boot for adapters
+  * Enable session based authentication used by sushy
+  * Fixes the storage capabilities
+  * Cache the IloClient object creation
+  * Adds support to get disk types
+  * Removes filter on the bios settings
+  * OOB disk-erase for ilo5 based Proliant Servers
+  * iLO firmware update fails with 'update\_firmware\_sum'
+  * Remove checked in copy of the ChangeLog
+  * Changing warning to debug
+  * Switch to the new tox constraints file usage and location
+  * Use six.moves for reloading a module
+  * Add unit tests for python 3.6/3.7
+  * Remove checked in version of AUTHORS
+  * Finish conversion to stestr
+  * Add a .gitreview file to point to the gerrit instance
+
+---
+Tue May 14 08:40:40 UTC 2019 - Dirk Mueller 
+
+- update to 2.8.4:
+  * Updates ChangeLog for proliantutils release 2.8.4
+  * Adding changes for tox failure
+  * Adding fix for nic\_capacity calculation
+  * jsonschema3.0.1: Uncap jsonschema
+  * Jsonschema 3.0.1: Binds the raid schema to draft-04
+- switch to singlespec
+
+---

Old:

  proliantutils-2.8.2.tar.gz

New:

  proliantutils-2.9.1.tar.gz



Other differences:
--
++ python-proliantutils.spec ++
--- /var/tmp/diff_new_pack.hmZ0qV/_old  2019-11-06 13:57:46.444262769 +0100
+++ /var/tmp/diff_new_pack.hmZ0qV/_new  2019-11-06 13:57:46.448262772 +0100
@@ -16,35 +16,33 @@
 #
 
 
+%{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-proliantutils
-Version:2.8.2
+Version:2.9.1
 Release:0
 Summary:Client Library for interfacing with various devices in HP 
Proliant Servers
 License:Apache-2.0
 Group:  Development/Languages/Python
 Url:https://github.com/openstack/proliantutils
 Source: 
https://files.pythonhosted.org/packages/source/p/proliantutils/proliantutils-%{version}.tar.gz
+BuildRequires:  %{python_module ddt}
+BuildRequires:  %{python_module jsonschema}
+BuildRequires:  %{python_module mock}
+BuildRequires:  %{python_module oslo.concurrency}
+BuildRequires:  %{python_module oslo.serialization}
+BuildRequires:  %{python_module oslo.utils}
+BuildRequires:  %{python_module pbr}
+BuildRequires:  %{python_module pysnmp}
+BuildRequires:  %{python_module requests}
+BuildRequires:  %{python_module retrying}
+BuildRequires:  %{python_module setuptools}
+BuildRequires:  %{python_module six}
+BuildRequires:  %{python_module stestr}
+BuildRequires:  %{python_module sushy}
+BuildRequires:  %{python_module testtools}
 BuildRequires:  fdupes
 BuildRequires:  openstack-macros
-BuildRequires:  python-ddt
-BuildRequires:  python-devel
-BuildRequires:  python-jsonschema
-BuildRequires:  python-mock
-BuildRequires:  python-os-testr
-BuildRequires:  python-oslo.concurrency
-BuildRequires:  python-oslo.serialization
-BuildRequires:  python-oslo.utils
-BuildRequires:  python-pbr
-BuildRequires:  python-pysnmp
-BuildRequires:  python-requests
-BuildRequires:  python-retrying
-BuildRequires:  python-rpm-macros
-BuildRequires:  python-setuptools
-BuildRequires:  python-six
-BuildRequires:  python-sushy
-BuildRequires:  python-testrepository
-BuildRequires:  python-testtools
-Requires:   python-jsonschema >= 2.0.0
+Requires:   python-jsonschema >= 2.6.0
 Requires:   python-oslo.concurrency >= 3.8.0
 Requires:   python-oslo.serialization >= 1.10.0
 Requires:   python-oslo.utils >= 3.20.0
@@ -54,6 +52,7 @@
 Requires:   python-six >= 1.9.0
 Requires:   python-sushy >= 1.8.0
 BuildArch:  noarch
+%python_subpackages
 
 %description
 proliantutils is a set of utility libraries for interfacing and managing
@@ -68,16 +67,16 @@
 %setup -q -n proliantutils-%{version}
 
 %build
-%py2_build
+%python_build
 
 %install
-%py2_install
+%python_install
 %fdupes 

commit ceph-csi-image for openSUSE:Factory

2019-11-06 Thread root
Hello community,

here is the log from the commit of package ceph-csi-image for openSUSE:Factory 
checked in at 2019-11-06 13:56:33

Comparing /work/SRC/openSUSE:Factory/ceph-csi-image (Old)
 and  /work/SRC/openSUSE:Factory/.ceph-csi-image.new.2990 (New)


Package is "ceph-csi-image"

Wed Nov  6 13:56:33 2019 rev:4 rq:745143 version:1.0.0

Changes:

--- /work/SRC/openSUSE:Factory/ceph-csi-image/ceph-csi-image.changes
2019-08-23 11:07:02.598479816 +0200
+++ /work/SRC/openSUSE:Factory/.ceph-csi-image.new.2990/ceph-csi-image.changes  
2019-11-06 13:56:36.088188669 +0100
@@ -1,0 +2,8 @@
+Sun Nov  3 14:44:54 UTC 2019 - Kristoffer Gronlund 
+
+- Generate container history (SES-922)
+  * Add pre-checkin.sh
+
+- Add release number to version labels
+
+---

New:

  pre-checkin.sh



Other differences:
--
++ ceph-csi-image.kiwi ++
--- /var/tmp/diff_new_pack.uz422P/_old  2019-11-06 13:56:37.288189970 +0100
+++ /var/tmp/diff_new_pack.uz422P/_new  2019-11-06 13:56:37.288189970 +0100
@@ -13,21 +13,21 @@
   
   
 
-  
+  
 
 
   
 
 
-
+
 
 
-
+https://registry.opensuse.org/opensuse/cephcsi/cephcsi:%PKG_VERSION%.%PKG_COMMIT_NUM%.%RELEASE%"/>
 
-
+
   
 
-New Ceph CSI image
+Generate container history 
(SES-922)
   
 
 1.0.0

++ README ++
--- /var/tmp/diff_new_pack.uz422P/_old  2019-11-06 13:56:37.364190052 +0100
+++ /var/tmp/diff_new_pack.uz422P/_new  2019-11-06 13:56:37.364190052 +0100
@@ -1,5 +1,13 @@
-# HOWTO generate kiwi file for different platfoms
+# Generating the KIWI file
+
+The `.kiwi` file is generated from the `ceph-csi-image.xsl`
+base template and the `*.xml` documents for each distribution.
+
+After making changes to any of the xsl or xml files, the kiwi
+file can be regenerated by running `sh ./pre-checkin.sh TARGET`,
+where TARGET corresponds to the distribution flavor in use.
+
+## Requirements
+
+* xsltproc
 
-* xsltproc ceph-csi-image.xsl tumbleweed.xml > ceph-csi-image.kiwi
-* xsltproc ceph-csi-image.xsl leap15_1.xml > ceph-csi-image.kiwi
-* xsltproc ceph-csi-image.xsl ses6.xml > ceph-csi-image.kiwi

++ ceph-csi-image.xsl ++
--- /var/tmp/diff_new_pack.uz422P/_old  2019-11-06 13:56:37.448190143 +0100
+++ /var/tmp/diff_new_pack.uz422P/_new  2019-11-06 13:56:37.456190152 +0100
@@ -1,9 +1,10 @@
 
 http://www.w3.org/1999/XSL/Transform;>
+
 
 
 
-   
+
  OBS-ExclusiveArch: aarch64 x86_64 
 
 This file is generated,
@@ -26,7 +27,7 @@
   
   
 
   
@@ -48,7 +49,7 @@
 
 
 
-
+
 
 
 
@@ -56,7 +57,7 @@
   
 
   
-
+
 
 
 
@@ -64,8 +65,8 @@
   
 
   
- 
-  
+
+
   
 
   
@@ -81,7 +82,7 @@
 
 
 
-New Ceph CSI image
+
  
 
 1.0.0
@@ -127,4 +128,4 @@
 
 
 
- 
+

++ leap15_1.xml ++
--- /var/tmp/diff_new_pack.uz422P/_old  2019-11-06 13:56:37.548190252 +0100
+++ /var/tmp/diff_new_pack.uz422P/_new  2019-11-06 13:56:37.552190256 +0100
@@ -4,8 +4,8 @@
   cephcsi/cephcsi
   org.opensuse.cephcsi
   Ceph CSI driver container
-  
registry.opensuse.org/cephcsi/cephcsi:%PKG_VERSION%.%PKG_COMMIT_NUM%
-  cephcsi/cephcsi:%PKG_VERSION%.%PKG_COMMIT_NUM%
+  
https://registry.opensuse.org/cephcsi/cephcsi:%PKG_VERSION%.%PKG_COMMIT_NUM%.%RELEASE%
+  
registry.opensuse.org/cephcsi/cephcsi:%PKG_VERSION%.%PKG_COMMIT_NUM%.%RELEASE%
   
 
   openSUSE-build-key
@@ -19,4 +19,4 @@
   openSUSE-release-ftp
 
   
-
\ No newline at end of file
+

++ pre-checkin.sh ++
#!/bin/bash
#
# Generate the kiwi file for the given target.

image="ceph-csi-image"
history="$(sed -n "s/^-[ ]//p" <${image}.changes | head -1)"
target=${1:-tumbleweed}
if [ ! -e ${target}.xml ]; then
  echo "Unknown target: ${target}.xml must exist!"
  exit 1
fi
xsltproc --stringparam history "$history" "${image}.xsl" "${target}.xml" > 
"${image}.kiwi"

++ ses6.xml ++
--- /var/tmp/diff_new_pack.uz422P/_old  2019-11-06 13:56:37.612190321 +0100
+++ /var/tmp/diff_new_pack.uz422P/_new  2019-11-06 13:56:37.612190321 +0100
@@ -4,28 +4,28 @@
   ses/6/cephcsi/cephcsi
   com.suse.ses
   SUSE Enterprise Storage 6.0
-  
https://registry.suse.com/ses/6/cephcsi/cephcsi:%PKG_VERSION%.%PKG_COMMIT_NUM%
-  ses/6/cephcsi/cephcsi:%PKG_VERSION%.%PKG_COMMIT_NUM%
+  

commit xkbprint for openSUSE:Factory

2019-11-06 Thread root
Hello community,

here is the log from the commit of package xkbprint for openSUSE:Factory 
checked in at 2019-11-06 13:56:15

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


Package is "xkbprint"

Wed Nov  6 13:56:15 2019 rev:7 rq:745133 version:1.0.5

Changes:

--- /work/SRC/openSUSE:Factory/xkbprint/xkbprint.changes2015-04-25 
11:26:21.0 +0200
+++ /work/SRC/openSUSE:Factory/.xkbprint.new.2990/xkbprint.changes  
2019-11-06 13:56:20.064171298 +0100
@@ -1,0 +2,11 @@
+Mon Nov  4 10:11:42 UTC 2019 - Stefan Dirsch 
+
+- Update to version 1.0.5
+  * xkbprint(1): Some (typographical) corrections to the manual 
+  * Update README for gitlab migration
+  * Update configure.ac bug URL for gitlab migration
+  * autogen: add default patch prefix
+  * autogen.sh: use quoted string variables
+  * autogen.sh: use exec instead of waiting for configure to finish
+
+---

Old:

  xkbprint-1.0.4.tar.bz2

New:

  xkbprint-1.0.5.tar.bz2



Other differences:
--
++ xkbprint.spec ++
--- /var/tmp/diff_new_pack.DoB3Iq/_old  2019-11-06 13:56:21.636173002 +0100
+++ /var/tmp/diff_new_pack.DoB3Iq/_new  2019-11-06 13:56:21.640173006 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package xkbprint
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 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
@@ -12,12 +12,12 @@
 # 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/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 Name:   xkbprint
-Version:1.0.4
+Version:1.0.5
 Release:0
 Summary:Utility to print an XKB keyboard description
 License:MIT
@@ -48,7 +48,7 @@
 
 %files
 %defattr(-,root,root)
-%doc ChangeLog COPYING README
+%doc ChangeLog COPYING README.md
 %{_bindir}/xkbprint
 %{_mandir}/man1/xkbprint.1%{?ext_man}
 

++ xkbprint-1.0.4.tar.bz2 -> xkbprint-1.0.5.tar.bz2 ++
 5184 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/xkbprint-1.0.4/ChangeLog new/xkbprint-1.0.5/ChangeLog
--- old/xkbprint-1.0.4/ChangeLog2015-04-17 08:44:04.0 +0200
+++ new/xkbprint-1.0.5/ChangeLog2019-11-03 23:23:07.0 +0100
@@ -1,3 +1,70 @@
+commit 7defa9ddfd5f5d1853b9f404af854b0f42fa6ee5
+Author: Matt Turner 
+Date:   Sun Nov 3 14:20:07 2019 -0800
+
+xkbprint 1.0.5
+
+Signed-off-by: Matt Turner 
+
+commit b968db6ca6fdb6ebb2384eaffaabe406c5cf783f
+Author: Alan Coopersmith 
+Date:   Sun Sep 15 17:53:55 2019 -0700
+
+xkbprint(1): Some (typographical) corrections to the manual
+
+Fixes: https://gitlab.freedesktop.org/xorg/app/xkbprint/issues/2
+https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=742356
+
+Signed-off-by: Alan Coopersmith 
+
+commit 9b134b4835cc0b6743bbd67d61b647dff3941ca9
+Author: Alan Coopersmith 
+Date:   Wed Nov 21 17:12:07 2018 -0800
+
+Update configure.ac bug URL for gitlab migration
+
+Signed-off-by: Alan Coopersmith 
+
+commit d15a9ce43042d12c545d194f46075214678046e9
+Author: Alan Coopersmith 
+Date:   Fri Nov 16 22:27:40 2018 -0800
+
+Update README for gitlab migration
+
+Signed-off-by: Alan Coopersmith 
+
+commit 8122e255d9c8c417d1eb9496b9b7b5c6cb53c334
+Author: Mihail Konev 
+Date:   Thu Jan 26 14:00:21 2017 +1000
+
+autogen: add default patch prefix
+
+Signed-off-by: Mihail Konev 
+
+commit e43f3641499669bc993fe8370b58dac94d4e7eb1
+Author: Emil Velikov 
+Date:   Mon Mar 9 12:00:52 2015 +
+
+autogen.sh: use quoted string variables
+
+Place quotes around the $srcdir, $ORIGDIR and $0 variables to prevent
+fall-outs, when they contain space.
+
+Signed-off-by: Emil Velikov 
+Reviewed-by: Peter Hutterer 
+Signed-off-by: Peter Hutterer 
+
+commit b08a9ce8e834d5c019b37a63dbc2e06b2ace93ca
+Author: Peter Hutterer 
+Date:   Tue Jan 24 10:32:07 2017 +1000
+
+autogen.sh: use exec instead of waiting for configure to finish
+
+Syncs the invocation of configure with the one from the server.
+
+Signed-off-by: 

commit ceph-image for openSUSE:Factory

2019-11-06 Thread root
Hello community,

here is the log from the commit of package ceph-image for openSUSE:Factory 
checked in at 2019-11-06 13:56:27

Comparing /work/SRC/openSUSE:Factory/ceph-image (Old)
 and  /work/SRC/openSUSE:Factory/.ceph-image.new.2990 (New)


Package is "ceph-image"

Wed Nov  6 13:56:27 2019 rev:4 rq:745141 version:1.0.0

Changes:

--- /work/SRC/openSUSE:Factory/ceph-image/ceph-image.changes2019-08-23 
11:08:31.054467480 +0200
+++ /work/SRC/openSUSE:Factory/.ceph-image.new.2990/ceph-image.changes  
2019-11-06 13:56:28.484180426 +0100
@@ -1,0 +2,6 @@
+Sun Nov  3 15:12:50 UTC 2019 - Kristoffer Gronlund 
+
+- Generate container history (SES-922)
+- Add release number to version labels
+
+---

New:

  pre-checkin.sh



Other differences:
--
++ ceph-image.kiwi ++
--- /var/tmp/diff_new_pack.vnvN1g/_old  2019-11-06 13:56:29.824181878 +0100
+++ /var/tmp/diff_new_pack.vnvN1g/_new  2019-11-06 13:56:29.824181878 +0100
@@ -24,15 +24,15 @@
   
 
 
-
+
 
 
-
+https://registry.opensuse.org/opensuse/ceph/ceph:%PKG_VERSION%.%RELEASE%"/>
 
-
+
   
 
-Derive the image
+Generate container history 
(SES-922)
   
 
 1.0.0

++ README ++
--- /var/tmp/diff_new_pack.vnvN1g/_old  2019-11-06 13:56:29.908181969 +0100
+++ /var/tmp/diff_new_pack.vnvN1g/_new  2019-11-06 13:56:29.912181974 +0100
@@ -1,5 +1,13 @@
-# HOWTO generate kiwi file for the different platfoms
+# Generating the KIWI file
+
+The `.kiwi` file is generated from the `ceph-image.xsl`
+base template and the `*.xml` documents for each distribution.
+
+After making changes to any of the xsl or xml files, the kiwi
+file can be regenerated by running `sh ./pre-checkin.sh TARGET`,
+where TARGET corresponds to the distribution flavor in use.
+
+## Requirements
+
+* xsltproc
 
-* xsltproc ceph-image.xsl tumbleweed.xml > ceph-image.kiwi
-* xsltproc ceph-image.xsl leap15_1.xml > ceph-image.kiwi
-* xsltproc ceph-image.xsl ses6.xml > ceph-image.kiwi

++ ceph-image.xsl ++
--- /var/tmp/diff_new_pack.vnvN1g/_old  2019-11-06 13:56:29.988182056 +0100
+++ /var/tmp/diff_new_pack.vnvN1g/_new  2019-11-06 13:56:29.992182060 +0100
@@ -1,9 +1,10 @@
 
 http://www.w3.org/1999/XSL/Transform;>
+
 
 
 
-   
+
  OBS-ExclusiveArch: aarch64 x86_64 
 
 This file is generated,
@@ -53,7 +54,7 @@
 
 
 
-
+
 
 
 
@@ -61,7 +62,7 @@
   
 
   
-
+
 
 
 
@@ -69,8 +70,8 @@
   
 
   
- 
-  
+
+
   
 
   
@@ -86,7 +87,7 @@
 
 
 
-Derive the image
+
  
 
 1.0.0
@@ -133,4 +134,4 @@
 
 
 
- 
+

++ leap15_1.xml ++
--- /var/tmp/diff_new_pack.vnvN1g/_old  2019-11-06 13:56:30.008182078 +0100
+++ /var/tmp/diff_new_pack.vnvN1g/_new  2019-11-06 13:56:30.008182078 +0100
@@ -4,12 +4,12 @@
   ceph/ceph
   org.opensuse.ceph
   Ceph container image
-  registry.opensuse.org/ceph/ceph:%PKG_VERSION%
-  ceph/ceph:%PKG_VERSION%
+  https://registry.opensuse.org/ceph/ceph:%PKG_VERSION%.%RELEASE%
+  
registry.opensuse.org/ceph/ceph:%PKG_VERSION%.%RELEASE%
   
 
   patterns-ceph-containers-ceph_base
-   
+
   
   
 

++ pre-checkin.sh ++
#!/bin/bash
#
# Generate the kiwi file for the given target.

image="ceph-image"
history="$(sed -n "s/^-[ ]//p" <${image}.changes | head -1)"
target=${1:-tumbleweed}
if [ ! -e ${target}.xml ]; then
  echo "Unknown target: ${target}.xml must exist!"
  exit 1
fi
xsltproc --stringparam history "$history" "${image}.xsl" "${target}.xml" > 
"${image}.kiwi"

++ ses6.xml ++
--- /var/tmp/diff_new_pack.vnvN1g/_old  2019-11-06 13:56:30.028182099 +0100
+++ /var/tmp/diff_new_pack.vnvN1g/_new  2019-11-06 13:56:30.028182099 +0100
@@ -4,29 +4,29 @@
   ses/6/ceph/ceph
   com.suse.ses
   SUSE Enterprise Storage 6.0
-  https://registry.suse.com/ses/6/ceph/ceph:%PKG_VERSION%
-  ses/6/ceph/ceph:%PKG_VERSION%
+  https://registry.suse.com/ses/6/ceph/ceph:%PKG_VERSION%.%RELEASE%
+  
registry.suse.com/ses/6/ceph/ceph:%PKG_VERSION%.%RELEASE%
   
-   
-   com.suse.ses.version
-   6.0
-   
-   
-   com.suse.ses.url
-   
https://www.suse.com/solutions/software-defined-storage/
-   
-   
-   com.suse.ceph.version
-   %PKG_VERSION%
-   
-   
-   com.suse.ceph.url
-   

commit python-pyproj for openSUSE:Factory

2019-11-06 Thread root
Hello community,

here is the log from the commit of package python-pyproj for openSUSE:Factory 
checked in at 2019-11-06 13:56:21

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


Package is "python-pyproj"

Wed Nov  6 13:56:21 2019 rev:3 rq:745139 version:2.4.0

Changes:

--- /work/SRC/openSUSE:Factory/python-pyproj/python-pyproj.changes  
2019-07-18 15:22:44.440119213 +0200
+++ /work/SRC/openSUSE:Factory/.python-pyproj.new.2990/python-pyproj.changes
2019-11-06 13:56:25.468177156 +0100
@@ -1,0 +2,68 @@
+Mon Nov  4 07:53:06 UTC 2019 - Libor Pechacek 
+
+- Packaging: build only for Python 3 (requirement since v2.2.3), update package
+  description and upstream URL, require Shapely, require PROJ >= 6.2.0
+- Update to 2.4.0
+  * Minimum PROJ version is 6.2.0 (issue #411)
+  * Removed global pyproj context (issue #418)
+  * Added support for PROJ JSON in pyproj.crs objects and pyproj.Transformer
+(pull #432)
+  * Moved doctests code out of pyproj.__init__ (issue #417)
+  * Added version information to python -m pyproj (pull #429)
+  * Added scope & remarks to pyproj.crs objects and pyproj.Transformer
+(issue #441)
+  * Added operations to pyproj.crs.CoordinateOperation objects and
+pyproj.Transformer (issue #441)
+  * Added pyproj.get_authorities() and pyproj.get_codes() (issue #440)
+  * Release gil in core cython/PROJ code (issue #386)
+  * BUG: Added checks for unititialized pyproj.crs objects to prevent core
+dumping (issue #433)
+  * BUG: Added fix for get_transform_crs when checking type (pull #439)
+  * DOC: Build docs with python3 (pull #428)
+- Update to 2.3.1
+  * Added cleanup for internal PROJ errors (issue #184)
+  * Delay checking for pyproj data directory until importing pyproj (issue 
#415)
+  * Address issue where PROJ core dumps on proj_create with +init= when global
+context does not have data directory set (issue #415 & issue #368)
+- Update to 2.2.3
+  * Minimum supported Python version 3.5 (issue #331)
+  + New pyproj.geod.Geod additions:
+  * Added support for calculating geodesic area
+(Geod.polygon_area_perimeter())
+  * and added interface to calculate total length of a line
+  * (Geod.line_length() & Geod.line_lengths()) (issue #210).
+  * Added support for calculating geodesic area and line lemgths with
+shapely geometries (Geod.geometry_area_perimeter() &
+Geod.geometry_length()) (pull #366)
+  + New pyproj.transformer additions:
+  * Added pyproj.transformer.TransformerGroup to make all transformations
+available (issue #381)
+  * Added option for area_of_interest for Transformer.from_crs(),
+  * Transformer.from_proj() and pyproj.transformer.TransformerGroup
+  * Added Transformer.area_of_use (issue #385)
+  * Added pyproj.crs.CoordinateOperation.area_of_use (issue #385)
+  * Updated to only have one PJ_CONTEXT per pyproj session (issue #374)
+  * Always return latlon with Proj (issue #356)
+  * Remove aenum dependency (issue #339)
+  * Removed deprecated functions/properties Proj.proj_version, CRS.is_valid,
+and CRS.to_geodetic() (pull #371)
+  * Search on sys.prefix for the PROJ data directory (issue #387)
+- Update to 2.2.2
+  * Update wheels to PROJ 6.1.1
+  * Add deprecation warning when using +init= syntax (pull #358)
+  * Added pyproj.crs.is_proj() (pull #359)
+  * Fixed case in CRS.to_dict() with CRS.to_proj4() returning None (pull #359)
+  * Keep no_defs in input PROJ string as it does not hurt/help anything in
+current code (pull #359)
+  * Made public properties on C classes readonly (pull #359)
+  * Update data dir exception handling to prevent ignoring errors (pull #361)
+  * CRS.to_cf() export transverse mercator parameters for UTM zones (pull #362)
+- Update to 2.2.1
+  * Added pyproj.show_versions() (issue #334)
+  * Added fix for whitepace around ‘=’ in PROJ strings (issue #345)
+  * Update version check in setup.py (issue #323)
+  * Add “stable” doc site pointing to latest release (issue #347, pull #348)
+  * Depreate Proj.proj_version (pull #337)
+  * Test fixes (pull #333, pull #335)
+
+---

Old:

  pyproj-2.2.0.tar.gz

New:

  pyproj-2.4.0.tar.gz



Other differences:
--
++ python-pyproj.spec ++
--- /var/tmp/diff_new_pack.aB1rE9/_old  2019-11-06 13:56:26.944178756 +0100
+++ /var/tmp/diff_new_pack.aB1rE9/_new  2019-11-06 13:56:26.948178761 +0100
@@ -16,22 +16,24 @@
 #
 
 
+%define skip_python2 1
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-pyproj
-Version:2.2.0
+Version:2.4.0
 Release:0
-Summary:   

commit stringtemplate4 for openSUSE:Factory

2019-11-06 Thread root
Hello community,

here is the log from the commit of package stringtemplate4 for openSUSE:Factory 
checked in at 2019-11-06 13:56:12

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


Package is "stringtemplate4"

Wed Nov  6 13:56:12 2019 rev:2 rq:745086 version:4.2

Changes:

--- /work/SRC/openSUSE:Factory/stringtemplate4/stringtemplate4.changes  
2019-10-23 15:49:37.166614774 +0200
+++ 
/work/SRC/openSUSE:Factory/.stringtemplate4.new.2990/stringtemplate4.changes
2019-11-06 13:56:14.080164810 +0100
@@ -1,0 +2,5 @@
+Sun Nov  3 12:01:10 UTC 2019 - Fridrich Strba 
+
+- Upgrede to version 4.2
+
+---

Old:

  4.0.8.tar.gz

New:

  4.2.tar.gz



Other differences:
--
++ stringtemplate4.spec ++
--- /var/tmp/diff_new_pack.Mf53RI/_old  2019-11-06 13:56:14.956165760 +0100
+++ /var/tmp/diff_new_pack.Mf53RI/_new  2019-11-06 13:56:14.956165760 +0100
@@ -23,7 +23,7 @@
 %bcond_with bootstrap
 %endif
 %global base_name stringtemplate4
-Version:4.0.8
+Version:4.2
 Release:0
 Summary:A Java template engine
 License:BSD-3-Clause
@@ -33,7 +33,6 @@
 BuildRequires:  fdupes
 BuildRequires:  maven-local
 BuildRequires:  mvn(antlr:antlr)
-BuildRequires:  mvn(junit:junit)
 BuildRequires:  mvn(org.antlr:antlr-runtime) >= 3.5.2
 BuildRequires:  mvn(org.sonatype.oss:oss-parent:pom:)
 BuildArch:  noarch
@@ -70,10 +69,6 @@
 %pom_remove_plugin :antlr3-maven-plugin
 %endif
 
-%pom_remove_plugin :findbugs-maven-plugin
-%pom_remove_plugin :maven-gpg-plugin
-%pom_remove_plugin :maven-shade-plugin
-
 %pom_add_dep antlr:antlr:runtime:
 
 # Bug, should be reported upstream
@@ -96,7 +91,7 @@
 %fdupes -s %{buildroot}%{_javadocdir}
 
 %files -f .mfiles
-%doc CHANGES.txt contributors.txt README.txt
+%doc CHANGES.txt contributors.txt README.md
 %license LICENSE.txt
 
 %if %{without bootstrap}

++ 4.0.8.tar.gz -> 4.2.tar.gz ++
 6522 lines of diff (skipped)

++ stringtemplate4-generated-sources.patch ++
 5431 lines (skipped)
 between 
/work/SRC/openSUSE:Factory/stringtemplate4/stringtemplate4-generated-sources.patch
 and 
/work/SRC/openSUSE:Factory/.stringtemplate4.new.2990/stringtemplate4-generated-sources.patch




commit icingaweb2-module-director for openSUSE:Factory

2019-11-06 Thread root
Hello community,

here is the log from the commit of package icingaweb2-module-director for 
openSUSE:Factory checked in at 2019-11-06 14:35:56

Comparing /work/SRC/openSUSE:Factory/icingaweb2-module-director (Old)
 and  /work/SRC/openSUSE:Factory/.icingaweb2-module-director.new.2990 (New)


Package is "icingaweb2-module-director"

Wed Nov  6 14:35:56 2019 rev:12 rq:745551 version:1.7.2

Changes:

--- 
/work/SRC/openSUSE:Factory/icingaweb2-module-director/icingaweb2-module-director.changes
2019-10-17 12:22:41.151112596 +0200
+++ 
/work/SRC/openSUSE:Factory/.icingaweb2-module-director.new.2990/icingaweb2-module-director.changes
  2019-11-06 14:35:58.590664028 +0100
@@ -1,0 +2,23 @@
+Tue Nov  5 18:07:53 UTC 2019 - ec...@opensuse.org
+
+- Update to 1.7.2
+  * Fixed issues
+- You can find issues and feature requests related to this 
+  release on our roadmap
+  * DB Schema
+- FIX: Rolling out new installations on MySQL v5.6 fails 
+  (#1993)
+  * Icinga Configuration
+- FIX: Render service_name for Notifications (#2006)
+  * User Interface
+- FIX: Cloning Import Sources failed since v1.7.0 (#1997)
+  * CLI
+- FIX: Importing Import Sources failed since v1.7.0 (#2005)
+  * Automation
+- FIX: Fixing linux install script version check (#2008)
+- FIX: Windows Kickstart Script - $GlobalZones was empty 
+  (#2002)
+  * Documentation
+- FIX: Missing single quote in mysql example bug (#2003)
+
+---

Old:

  icingaweb2-module-director-1.7.1.tar.gz

New:

  icingaweb2-module-director-1.7.2.tar.gz



Other differences:
--
++ icingaweb2-module-director.spec ++
--- /var/tmp/diff_new_pack.GIy2pG/_old  2019-11-06 14:35:59.570665083 +0100
+++ /var/tmp/diff_new_pack.GIy2pG/_new  2019-11-06 14:35:59.574665087 +0100
@@ -19,7 +19,7 @@
 # See also http://en.opensuse.org/openSUSE:Specfile_guidelines
 
 Name:   icingaweb2-module-director
-Version:1.7.1
+Version:1.7.2
 Release:0
 Summary:Config module for Icinga Web 2
 License:GPL-2.0-or-later

++ icingaweb2-module-director-1.7.1.tar.gz -> 
icingaweb2-module-director-1.7.2.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/icingaweb2-module-director-1.7.1/application/controllers/ImportsourceController.php
 
new/icingaweb2-module-director-1.7.2/application/controllers/ImportsourceController.php
--- 
old/icingaweb2-module-director-1.7.1/application/controllers/ImportsourceController.php
 2019-10-16 14:49:24.0 +0200
+++ 
new/icingaweb2-module-director-1.7.2/application/controllers/ImportsourceController.php
 2019-11-05 16:59:41.0 +0100
@@ -125,6 +125,9 @@
 $this->addTitle('Clone: %s', $source->get('source_name'));
 $form = new CloneImportSourceForm($source);
 $this->content()->add($form);
+$form->on(CloneImportSourceForm::ON_SUCCESS, function 
(CloneImportSourceForm $form) {
+$this->getResponse()->redirectAndExit($form->getSuccessUrl());
+});
 $form->handleRequest($this->getServerRequest());
 }
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/icingaweb2-module-director-1.7.1/contrib/linux-agent-installer/Icinga2Agent.bash
 
new/icingaweb2-module-director-1.7.2/contrib/linux-agent-installer/Icinga2Agent.bash
--- 
old/icingaweb2-module-director-1.7.1/contrib/linux-agent-installer/Icinga2Agent.bash
2019-10-16 14:49:24.0 +0200
+++ 
new/icingaweb2-module-director-1.7.2/contrib/linux-agent-installer/Icinga2Agent.bash
2019-11-05 16:59:41.0 +0100
@@ -109,7 +109,7 @@
 esac
 
 icinga_version() {
-  "$ICINGA2_BIN" --version 2>/dev/null | grep -oP '\(version: 
[rv]?\K\d+\.\d+\.\d+[^\)]*'
+  "$ICINGA2_BIN" --version 2>/dev/null | grep -oPi '\(version: 
[rv]?\K\d+\.\d+\.\d+[^\)]*'
 }
 
 version() {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/icingaweb2-module-director-1.7.1/contrib/windows-agent-installer/Icinga2Agent.psm1
 
new/icingaweb2-module-director-1.7.2/contrib/windows-agent-installer/Icinga2Agent.psm1
--- 
old/icingaweb2-module-director-1.7.1/contrib/windows-agent-installer/Icinga2Agent.psm1
  2019-10-16 14:49:24.0 +0200
+++ 
new/icingaweb2-module-director-1.7.2/contrib/windows-agent-installer/Icinga2Agent.psm1
  2019-11-05 16:59:41.0 +0100
@@ -232,8 +232,9 @@
 $this.debug('Setting "agent_listen_port" to default 5665');
 }
 if ($this.cfg['global_zones'].Count -eq 0) {
-$this.cfg['global_zones'] = @( 'director-global' );
-

commit 000product for openSUSE:Factory

2019-11-06 Thread root
Hello community,

here is the log from the commit of package 000product for openSUSE:Factory 
checked in at 2019-11-06 14:36:09

Comparing /work/SRC/openSUSE:Factory/000product (Old)
 and  /work/SRC/openSUSE:Factory/.000product.new.2990 (New)


Package is "000product"

Wed Nov  6 14:36:09 2019 rev:1753 rq: version:unknown

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
openSUSE-MicroOS-dvd5-dvd-x86_64.kiwi: same change
openSUSE-MicroOS-dvd5-kubic-dvd-x86_64.kiwi: same change
openSUSE-cd-mini-i586.kiwi: same change
openSUSE-cd-mini-x86_64.kiwi: same change
openSUSE-dvd5-dvd-i586.kiwi: same change
openSUSE-dvd5-dvd-x86_64.kiwi: same change
openSUSE-ftp-ftp-i586_x86_64.kiwi: same change
stub.kiwi: same change
++ openSUSE-MicroOS.product ++
--- /var/tmp/diff_new_pack.2LgQ9G/_old  2019-11-06 14:36:19.694686744 +0100
+++ /var/tmp/diff_new_pack.2LgQ9G/_new  2019-11-06 14:36:19.698686749 +0100
@@ -6,7 +6,7 @@
   openSUSE-MicroOS
   openSUSE-MicroOS-release
   
-  20191104
+  20191106
   
   0
   openSUSE-MicroOS




commit 000product for openSUSE:Factory

2019-11-06 Thread root
Hello community,

here is the log from the commit of package 000product for openSUSE:Factory 
checked in at 2019-11-06 14:36:06

Comparing /work/SRC/openSUSE:Factory/000product (Old)
 and  /work/SRC/openSUSE:Factory/.000product.new.2990 (New)


Package is "000product"

Wed Nov  6 14:36:06 2019 rev:1752 rq: version:unknown
Wed Nov  6 14:36:05 2019 rev:1751 rq: version:unknown

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
openSUSE-MicroOS-dvd5-dvd-x86_64.kiwi: same change
openSUSE-MicroOS-dvd5-kubic-dvd-x86_64.kiwi: same change
openSUSE-cd-mini-i586.kiwi: same change
openSUSE-cd-mini-x86_64.kiwi: same change
openSUSE-dvd5-dvd-i586.kiwi: same change
openSUSE-dvd5-dvd-x86_64.kiwi: same change
openSUSE-ftp-ftp-i586_x86_64.kiwi: same change
stub.kiwi: same change
++ openSUSE-Addon-NonOss.product ++
--- /var/tmp/diff_new_pack.yp2SC5/_old  2019-11-06 14:36:16.754683579 +0100
+++ /var/tmp/diff_new_pack.yp2SC5/_new  2019-11-06 14:36:16.782683610 +0100
@@ -4,7 +4,7 @@
  
 openSUSE
 openSUSE-Addon-NonOss
-20191104
+    20191106
 0 
 openSUSE NonOSS Addon
 non oss addon

++ openSUSE.product ++
--- /var/tmp/diff_new_pack.yp2SC5/_old  2019-11-06 14:36:17.218684079 +0100
+++ /var/tmp/diff_new_pack.yp2SC5/_new  2019-11-06 14:36:17.226684088 +0100
@@ -4,7 +4,7 @@
 
   openSUSE
   openSUSE
-  20191104
+  20191106
   0
 
   openSUSE




commit lollypop for openSUSE:Factory

2019-11-06 Thread root
Hello community,

here is the log from the commit of package lollypop for openSUSE:Factory 
checked in at 2019-11-06 14:36:00

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


Package is "lollypop"

Wed Nov  6 14:36:00 2019 rev:108 rq:745553 version:1.2.6

Changes:

--- /work/SRC/openSUSE:Factory/lollypop/lollypop.changes2019-11-04 
17:15:53.324868943 +0100
+++ /work/SRC/openSUSE:Factory/.lollypop.new.2990/lollypop.changes  
2019-11-06 14:36:05.358671313 +0100
@@ -1,0 +2,7 @@
+Tue Nov 05 18:24:18 UTC 2019 - antoine.belv...@opensuse.org
+
+- Update to version 1.2.6:
+  * Make ReplayGain option visible (glgo#World/lollypop#2105).
+  * Bug fixes.
+
+---

Old:

  lollypop-1.2.5.tar.xz

New:

  lollypop-1.2.6.tar.xz



Other differences:
--
++ lollypop.spec ++
--- /var/tmp/diff_new_pack.QUDAzC/_old  2019-11-06 14:36:05.894671890 +0100
+++ /var/tmp/diff_new_pack.QUDAzC/_new  2019-11-06 14:36:05.902671899 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   lollypop
-Version:1.2.5
+Version:1.2.6
 Release:0
 Summary:GNOME music playing application
 License:GPL-3.0-or-later

++ _service ++
--- /var/tmp/diff_new_pack.QUDAzC/_old  2019-11-06 14:36:05.930671929 +0100
+++ /var/tmp/diff_new_pack.QUDAzC/_new  2019-11-06 14:36:05.930671929 +0100
@@ -1,7 +1,7 @@
 
   
 enable
-1.2.5
+1.2.6
 git
 https://gitlab.gnome.org/World/lollypop.git
 @PARENT_TAG@

++ _servicedata ++
--- /var/tmp/diff_new_pack.QUDAzC/_old  2019-11-06 14:36:05.946671946 +0100
+++ /var/tmp/diff_new_pack.QUDAzC/_new  2019-11-06 14:36:05.946671946 +0100
@@ -1,4 +1,4 @@
 
 
 https://gitlab.gnome.org/World/lollypop.git
-  6f6c2ae124b055283c8b8fb6215385c4b025d446
\ No newline at end of file
+  96a81423423aaa8cf673ed84e16cd6485adb962e
\ No newline at end of file

++ lollypop-1.2.5.tar.xz -> lollypop-1.2.6.tar.xz ++
 25106 lines of diff (skipped)




commit xfce4-whiskermenu-plugin for openSUSE:Factory

2019-11-06 Thread root
Hello community,

here is the log from the commit of package xfce4-whiskermenu-plugin for 
openSUSE:Factory checked in at 2019-11-06 14:35:51

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


Package is "xfce4-whiskermenu-plugin"

Wed Nov  6 14:35:51 2019 rev:3 rq:745549 version:2.3.4

Changes:

--- 
/work/SRC/openSUSE:Factory/xfce4-whiskermenu-plugin/xfce4-whiskermenu-plugin.changes
2019-08-28 18:37:08.917266318 +0200
+++ 
/work/SRC/openSUSE:Factory/.xfce4-whiskermenu-plugin.new.2990/xfce4-whiskermenu-plugin.changes
  2019-11-06 14:35:56.122661372 +0100
@@ -1,0 +2,7 @@
+Tue Nov  5 11:22:04 UTC 2019 - Marcel Kuehlhorn 
+
+- Update to 2.3.4
+  * Fix building against xfce4-panel 4.15.0
+  * Translation updates
+
+---

Old:

  xfce4-whiskermenu-plugin-2.3.3.tar.bz2

New:

  xfce4-whiskermenu-plugin-2.3.4.tar.bz2



Other differences:
--
++ xfce4-whiskermenu-plugin.spec ++
--- /var/tmp/diff_new_pack.ajtgiC/_old  2019-11-06 14:35:56.598661884 +0100
+++ /var/tmp/diff_new_pack.ajtgiC/_new  2019-11-06 14:35:56.606661892 +0100
@@ -19,7 +19,7 @@
 %define panel_version 4.12.0
 %define plugin whiskermenu
 Name:   xfce4-whiskermenu-plugin
-Version:2.3.3
+Version:2.3.4
 Release:0
 Summary:Alternate Xfce Menu
 License:GPL-2.0-or-later

++ xfce4-whiskermenu-plugin-2.3.3.tar.bz2 -> 
xfce4-whiskermenu-plugin-2.3.4.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xfce4-whiskermenu-plugin-2.3.3/CMakeLists.txt 
new/xfce4-whiskermenu-plugin-2.3.4/CMakeLists.txt
--- old/xfce4-whiskermenu-plugin-2.3.3/CMakeLists.txt   2019-08-07 
16:24:14.0 +0200
+++ new/xfce4-whiskermenu-plugin-2.3.4/CMakeLists.txt   2019-11-05 
11:58:16.0 +0100
@@ -5,7 +5,7 @@
 # version number
 set(whiskermenu_version_major "2")
 set(whiskermenu_version_minor "3")
-set(whiskermenu_version_micro "3")
+set(whiskermenu_version_micro "4")
 set(whiskermenu_version_tag "")
 set(whiskermenu_version 
"${whiskermenu_version_major}.${whiskermenu_version_minor}.${whiskermenu_version_micro}")
 if(${whiskermenu_version_tag} MATCHES "git")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xfce4-whiskermenu-plugin-2.3.3/NEWS 
new/xfce4-whiskermenu-plugin-2.3.4/NEWS
--- old/xfce4-whiskermenu-plugin-2.3.3/NEWS 2019-08-07 16:24:14.0 
+0200
+++ new/xfce4-whiskermenu-plugin-2.3.4/NEWS 2019-11-05 11:58:16.0 
+0100
@@ -1,3 +1,8 @@
+2.3.4
+=
+- Fix building against xfce4-panel 4.15.0
+- Translation updates: Dutch, Galician, Georgian.
+
 2.3.3
 =
 - Removed workaround for garcon that did not always fix crash.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/xfce4-whiskermenu-plugin-2.3.3/panel-plugin/register-plugin.c 
new/xfce4-whiskermenu-plugin-2.3.4/panel-plugin/register-plugin.c
--- old/xfce4-whiskermenu-plugin-2.3.3/panel-plugin/register-plugin.c   
2019-08-07 16:24:14.0 +0200
+++ new/xfce4-whiskermenu-plugin-2.3.4/panel-plugin/register-plugin.c   
2019-11-05 11:58:16.0 +0100
@@ -15,7 +15,7 @@
  * along with this library.  If not, see .
  */
 
-#include 
+#include 
 
 extern void whiskermenu_construct(XfcePanelPlugin* plugin);
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/xfce4-whiskermenu-plugin-2.3.3/panel-plugin/whiskermenu.desktop 
new/xfce4-whiskermenu-plugin-2.3.4/panel-plugin/whiskermenu.desktop
--- old/xfce4-whiskermenu-plugin-2.3.3/panel-plugin/whiskermenu.desktop 
2019-08-07 16:24:14.0 +0200
+++ new/xfce4-whiskermenu-plugin-2.3.4/panel-plugin/whiskermenu.desktop 
2019-11-05 11:58:16.0 +0100
@@ -72,7 +72,7 @@
 Comment[fa]=نمایش یک منو برای دسترسی آسان به برنامه‌های نصب‌شده
 Comment[fi]=Näytä valikko, josta on helppo pääsy asennettuihin sovelluksiin
 Comment[fr]=Afficher un menu pour accéder facilement aux applications 
installées
-Comment[gl]=Amosar un menú para acceder doadamente aos aplicativos instalados
+Comment[gl]=Amosar un menú para acceder doadamente as aplicacións instaladas
 Comment[he]=הצג תפריט כדי לגשת בקלות אל יישומים מותקנים
 Comment[hr]=Prikaži izbornik da bi lakše pristupili instaliranim aplikacijama
 Comment[hu]=menü megjelenítése a telepített alkalmazások könnyű eléréséhez
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xfce4-whiskermenu-plugin-2.3.3/po/gl.po 
new/xfce4-whiskermenu-plugin-2.3.4/po/gl.po
--- 

commit salt-shaptools for openSUSE:Factory

2019-11-06 Thread root
Hello community,

here is the log from the commit of package salt-shaptools for openSUSE:Factory 
checked in at 2019-11-06 14:35:47

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


Package is "salt-shaptools"

Wed Nov  6 14:35:47 2019 rev:3 rq:745541 version:0.2.2

Changes:

--- /work/SRC/openSUSE:Factory/salt-shaptools/salt-shaptools.changes
2019-07-04 15:42:21.930026286 +0200
+++ /work/SRC/openSUSE:Factory/.salt-shaptools.new.2990/salt-shaptools.changes  
2019-11-06 14:35:51.310656192 +0100
@@ -1,0 +2,12 @@
+Thu Oct 31 14:58:19 UTC 2019 - Xabier Arbulu 
+
+- Create package version 0.2.1 updating how additional_dvds is used
+  in netweavermod 
+
+---
+Wed Aug  7 12:54:03 UTC 2019 - Xabier Arbulu Insausti 
+
+- Create first salt modules and states to manage SAP Netweaver
+  * Install ASCS SAP instance in a idempotent way 
+
+---

Old:

  salt-shaptools-0.2.1.tar.gz

New:

  salt-shaptools-0.2.2.tar.gz



Other differences:
--
++ salt-shaptools.spec ++
--- /var/tmp/diff_new_pack.Fe7R1b/_old  2019-11-06 14:35:52.254657208 +0100
+++ /var/tmp/diff_new_pack.Fe7R1b/_new  2019-11-06 14:35:52.258657212 +0100
@@ -19,7 +19,7 @@
 # See also http://en.opensuse.org/openSUSE:Specfile_guidelines
 
 Name:   salt-shaptools
-Version:0.2.1
+Version:0.2.2
 Release:0
 Summary:Salt modules and states for SAP Applications and SLE-HA 
components management
 
@@ -47,6 +47,8 @@
 cp -R salt/states/crmshmod.py %{buildroot}/srv/salt/_states
 cp -R salt/modules/drbd.py %{buildroot}/srv/salt/_modules
 cp -R salt/states/drbd.py %{buildroot}/srv/salt/_states
+cp -R salt/modules/netweavermod.py %{buildroot}/srv/salt/_modules
+cp -R salt/states/netweavermod.py %{buildroot}/srv/salt/_states
 
 
 %files

++ salt-shaptools-0.2.1.tar.gz -> salt-shaptools-0.2.2.tar.gz ++
 2406 lines of diff (skipped)




commit celluloid for openSUSE:Factory

2019-11-06 Thread root
Hello community,

here is the log from the commit of package celluloid for openSUSE:Factory 
checked in at 2019-11-06 14:35:12

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


Package is "celluloid"

Wed Nov  6 14:35:12 2019 rev:3 rq:745483 version:0.18

Changes:

--- /work/SRC/openSUSE:Factory/celluloid/celluloid.changes  2019-10-12 
22:37:20.802608031 +0200
+++ /work/SRC/openSUSE:Factory/.celluloid.new.2990/celluloid.changes
2019-11-06 14:35:13.406615393 +0100
@@ -1,0 +2,21 @@
+Tue Nov  5 12:36:29 UTC 2019 - Luigi Baldoni 
+
+- Update to version 0.18
+  * Add Persian translation by @danialbehzadi
+  * Add Ukranian translation by @vl-nix
+  * Add support for showing/hiding window decorations using the
+mpv option --border
+  * Add menu item for opening discs
+  * Block cursor autohide when volume popup is open in windowed
+mode
+  * Fix crash with mpv 0.30
+
+- Dropped 6fca3f16616f4f46c1647fe4610e57c8c9ae74ff.patch (merged
+  upstream)
+
+---
+Thu Oct 17 15:33:17 UTC 2019 - Richard Brown 
+
+- Remove obsolete Groups tag (fate#326485)
+
+---

Old:

  6fca3f16616f4f46c1647fe4610e57c8c9ae74ff.patch
  celluloid-0.17.tar.gz

New:

  celluloid-0.18.tar.gz



Other differences:
--
++ celluloid.spec ++
--- /var/tmp/diff_new_pack.P8h7kY/_old  2019-11-06 14:35:14.018616052 +0100
+++ /var/tmp/diff_new_pack.P8h7kY/_new  2019-11-06 14:35:14.018616052 +0100
@@ -18,14 +18,12 @@
 
 %define _name   io.github.celluloid_player.Celluloid
 Name:   celluloid
-Version:0.17
+Version:0.18
 Release:0
 Summary:Simple GTK+ frontend for MPV
 License:GPL-3.0-or-later
-Group:  Productivity/Multimedia/Video/Players
 URL:https://celluloid-player.github.io/
 Source: 
https://github.com/celluloid-player/celluloid/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
-Patch1: 6fca3f16616f4f46c1647fe4610e57c8c9ae74ff.patch
 BuildRequires:  gettext >= 0.19.7
 BuildRequires:  hicolor-icon-theme
 BuildRequires:  intltool >= 0.40.6

++ celluloid-0.17.tar.gz -> celluloid-0.18.tar.gz ++
 17881 lines of diff (skipped)




commit xslide for openSUSE:Factory

2019-11-06 Thread root
Hello community,

here is the log from the commit of package xslide for openSUSE:Factory checked 
in at 2019-11-06 14:35:29

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


Package is "xslide"

Wed Nov  6 14:35:29 2019 rev:16 rq:745516 version:0.2.2

Changes:

--- /work/SRC/openSUSE:Factory/xslide/xslide.changes2016-04-12 
19:37:21.0 +0200
+++ /work/SRC/openSUSE:Factory/.xslide.new.2990/xslide.changes  2019-11-06 
14:35:38.126642001 +0100
@@ -1,0 +2,6 @@
+Tue Nov  5 13:03:08 UTC 2019 - Karl Eichwalder 
+
+- Stop loading xslide automatically because of conflicts with css-mode.el;
+  bsc#1080086.
+
+---

New:

  xslide-README.openSUSE



Other differences:
--
++ xslide.spec ++
--- /var/tmp/diff_new_pack.tnJN5p/_old  2019-11-06 14:35:38.946642884 +0100
+++ /var/tmp/diff_new_pack.tnJN5p/_new  2019-11-06 14:35:38.950642888 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package xslide
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 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
@@ -12,7 +12,7 @@
 # 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/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
@@ -20,10 +20,11 @@
 Version:0.2.2
 Release:0
 Summary:XSL Integrated Development Environment
-License:GPL-2.0+
+License:GPL-2.0-or-later
 Group:  Productivity/Editors/Emacs
 Url:http://www.menteith.com/xslide/
 Source: http://downloads.sf.net/xslide/xslide-%version.tar.gz
+Source1:xslide-README.openSUSE
 Source10:   COPYING
 Patch1: suse-start-xslide.dif
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -39,6 +40,7 @@
 %setup -q 
 %patch1 -p 1
 cp %{S:10} .
+cp %{S:1} xslide-README.openSUSE
 
 %build
 make xslide
@@ -48,17 +50,19 @@
  "%buildroot/%_infodir"
 # to avoid timestamp problems, install .el files first.
 install -p -m644 *.el "%buildroot/usr/share/emacs/site-lisp/xslide/"
-install -p -m644 suse-start-xslide.el \
-"%buildroot/usr/share/emacs/site-lisp/suse-start-xslide.el"
+# install -p -m644 suse-start-xslide.el \
+# "%buildroot/usr/share/emacs/site-lisp/suse-start-xslide.el"
 install -p -m644 *.el *.elc \
 "%buildroot/usr/share/emacs/site-lisp/xslide"
 
 %files
 %defattr(-,root,root)
+%doc xslide-README.openSUSE
+%doc suse-start-xslide.el
 %doc TODO README.TXT NEWS dot_emacs
 %doc COPYING
 %doc xslide-initial.xsl
-%config %_datadir/emacs/site-lisp/suse-start-xslide.el
+# %config %_datadir/emacs/site-lisp/suse-start-xslide.el
 %_datadir/emacs/site-lisp/xslide
 
 %changelog

++ xslide-README.openSUSE ++
suse-start-xslide.el is no longer installed by default, and thus, xslide
does not start automatically because xslide now sometimes conflicts with
shipped Emacs modes such as css-mode.el.  If you want to continue using
suse-start-xslide.el copy it to the site-lisp directory:

cp /usr/share/doc/packages/psgml/suse-start-xslide.el \
/usr/share/emacs/site-lisp/



commit Ne10 for openSUSE:Factory

2019-11-06 Thread root
Hello community,

here is the log from the commit of package Ne10 for openSUSE:Factory checked in 
at 2019-11-06 14:35:17

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


Package is "Ne10"

Wed Nov  6 14:35:17 2019 rev:3 rq:745496 version:1.2.1

Changes:

--- /work/SRC/openSUSE:Factory/Ne10/Ne10.changes2016-12-08 
00:29:11.0 +0100
+++ /work/SRC/openSUSE:Factory/.Ne10.new.2990/Ne10.changes  2019-11-06 
14:35:18.970621382 +0100
@@ -1,0 +2,10 @@
+Tue Nov  5 13:29:18 UTC 2019 - Martin Pluskal 
+
+- Use modern macros for building
+
+---
+Thu Oct 17 12:25:36 UTC 2019 - Richard Brown 
+
+- Remove obsolete Groups tag (fate#326485)
+
+---



Other differences:
--
++ Ne10.spec ++
--- /var/tmp/diff_new_pack.6itlRy/_old  2019-11-06 14:35:20.178622682 +0100
+++ /var/tmp/diff_new_pack.6itlRy/_new  2019-11-06 14:35:20.182622686 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package Ne10
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 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
@@ -12,7 +12,7 @@
 # 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/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
@@ -22,12 +22,10 @@
 Release:0
 Summary:A library of common math and DSP functions optimized for ARM 
NEON
 License:BSD-3-Clause
-Group:  Development/Libraries/C and C++
-Url:http://projectne10.github.com/Ne10/
+URL:https://projectne10.github.com/Ne10/
 Source: 
https://github.com/projectNe10/Ne10/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
 BuildRequires:  cmake
 BuildRequires:  gcc-c++
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 ExclusiveArch:  armv7hl aarch64
 
 %description
@@ -38,7 +36,6 @@
 
 %package -n libNE10-%{sover}
 Summary:A library of common math and DSP functions optimized for ARM 
NEON
-Group:  Development/Libraries/C and C++
 
 %description -n libNE10-%{sover}
 Ne10 is a library of common functions that have been
@@ -53,7 +50,6 @@
 
 %package -n libNE10_test%{sover}
 Summary:A library of common math and DSP functions optimized for ARM 
NEON
-Group:  Development/Libraries/C and C++
 
 %description -n libNE10_test%{sover}
 The library provides some of the fastest implementations of key
@@ -65,7 +61,6 @@
 
 %package devel
 Summary:Development files for Ne10, a math/DSP library for ARM NEON
-Group:  Development/Libraries/C and C++
 Requires:   libNE10-%{sover} = %{version}
 Requires:   libNE10_test%{sover} = %{version}
 
@@ -82,16 +77,15 @@
 
 %build
 %cmake \
-  -DNE10_BUILD_STATIC=OFF \
-  -DNE10_BUILD_SHARED=ON  \
-  -DGNULINUX_PLATFORM=ON  \
   %ifarch aarch64
   -DNE10_LINUX_TARGET_ARCH=aarch64 \
   %else
   -DNE10_LINUX_TARGET_ARCH=armv7 \
   %endif
-  -DCMAKE_BUILD_TYPE=RelWithDebInfo
-make %{?_smp_mflags}
+  -DNE10_BUILD_STATIC=OFF \
+  -DNE10_BUILD_SHARED=ON \
+  -DGNULINUX_PLATFORM=ON
+%cmake_build
 
 %install
 for i in inc/*.h; do
@@ -109,18 +103,14 @@
 %postun -n libNE10_test%{sover} -p /sbin/ldconfig
 
 %files -n libNE10-%{sover}
-%defattr(-,root,root)
-%doc LICENSE
+%license LICENSE
 %{_libdir}/libNE10.so.%{sover}*
 
 %files -n libNE10_test%{sover}
-%defattr(-,root,root)
-%doc LICENSE
+%license LICENSE
 %{_libdir}/libNE10_test.so.%{sover}*
 
 %files devel
-%defattr(-,root,root)
-%doc LICENSE
 %{_includedir}/*.h
 %{_libdir}/libNE10.so
 %{_libdir}/libNE10_test.so




commit netdate for openSUSE:Factory

2019-11-06 Thread root
Hello community,

here is the log from the commit of package netdate for openSUSE:Factory checked 
in at 2019-11-06 14:35:20

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


Package is "netdate"

Wed Nov  6 14:35:20 2019 rev:16 rq:745499 version:1.2

Changes:

--- /work/SRC/openSUSE:Factory/netdate/netdate.changes  2015-09-24 
06:15:06.0 +0200
+++ /work/SRC/openSUSE:Factory/.netdate.new.2990/netdate.changes
2019-11-06 14:35:27.710630789 +0100
@@ -1,0 +2,6 @@
+Tue Nov  5 13:40:22 UTC 2019 - Martin Pluskal 
+
+- Use more modern macros for building
+- Do not rely on inaccessible source url anymore
+
+---



Other differences:
--
++ netdate.spec ++
--- /var/tmp/diff_new_pack.XyauLC/_old  2019-11-06 14:35:30.378633661 +0100
+++ /var/tmp/diff_new_pack.XyauLC/_new  2019-11-06 14:35:30.382633666 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package netdate
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 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
@@ -12,7 +12,7 @@
 # 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/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
@@ -21,12 +21,10 @@
 Release:0
 Summary:Set Date and Time by ARPA Internet RFC 868
 License:SUSE-Public-Domain
-Group:  Productivity/Networking/Other
-Url:ftp://ftp.code-monkey.de/pub/netdate/
-Source: ftp://ftp.code-monkey.de/pub/netdate/netdate-%{version}.tar.bz2
+URL:ftp://ftp.code-monkey.de/pub/netdate/
+Source: netdate-%{version}.tar.bz2
 Patch0: %{name}-%{version}.dif
 Provides:   nkitb:%{_sbindir}/netdate
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
 Netdate takes a list of names of Internet hosts as arguments, selects
@@ -44,17 +42,16 @@
 %patch0
 
 %build
-make %{?_smp_mflags} CFLAGS="%{optflags}"
+%make_build
 
 %install
-install -d -m 755 %{buildroot}%{_prefix}/sbin
+install -d -m 755 %{buildroot}%{_sbindir}
 install -d -m 755 %{buildroot}%{_mandir}/man8
-make DESTDIR=%{buildroot} install
+%make_install
 
 %files
-%defattr(-,root,root)
-%doc COPYRIGHT
-%{_mandir}/man?/*
+%license COPYRIGHT
 %{_sbindir}/netdate
+%{_mandir}/man8/netdate.8%{?ext_man}
 
 %changelog




commit parallel-netcdf for openSUSE:Factory

2019-11-06 Thread root
Hello community,

here is the log from the commit of package parallel-netcdf for openSUSE:Factory 
checked in at 2019-11-06 14:35:39

Comparing /work/SRC/openSUSE:Factory/parallel-netcdf (Old)
 and  /work/SRC/openSUSE:Factory/.parallel-netcdf.new.2990 (New)


Package is "parallel-netcdf"

Wed Nov  6 14:35:39 2019 rev:4 rq:745539 version:1.7.0

Changes:

--- /work/SRC/openSUSE:Factory/parallel-netcdf/parallel-netcdf.changes  
2019-09-11 10:37:02.255267582 +0200
+++ 
/work/SRC/openSUSE:Factory/.parallel-netcdf.new.2990/parallel-netcdf.changes
2019-11-06 14:35:44.790649174 +0100
@@ -1,0 +2,6 @@
+Mon Nov  4 18:42:19 UTC 2019 - Stefan Brüns 
+
+- Build MPI pacakges as multibuild flavors, add openmpi2
+- Adapt to openmpi -> openmpi1 rename on Tumbleweed
+
+---

New:

  _multibuild



Other differences:
--
++ parallel-netcdf.spec ++
--- /var/tmp/diff_new_pack.lfKju9/_old  2019-11-06 14:35:46.330650832 +0100
+++ /var/tmp/diff_new_pack.lfKju9/_new  2019-11-06 14:35:46.334650836 +0100
@@ -16,25 +16,39 @@
 #
 
 
-%if 0%{?sles_version}
-%define _mvapich2 1
+%global flavor @BUILD_FLAVOR@%{nil}
+
+%define pname parallel-netcdf
+%define sonum 1
+%define libname libpnetcdf
+
+%if "%{flavor}" == ""
+ExclusiveArch: do_not_build
 %endif
-%if 0%{?suse_version}
-%define _openmpi 1
+
+%if "%{flavor}" == "openmpi1" && 0%{?suse_version} < 1550
+%define mpi_flavor  openmpi
+%else
+%define mpi_flavor  %{flavor}
 %endif
 
-%define _mpi %{?_openmpi:openmpi} %{?_mvapich2:mvapich2}
+%if "%{?mpi_flavor}" != ""
+%define my_suffix  -%{mpi_flavor}
+%define mpiprefix %{_libdir}/mpi/gcc/%{mpi_flavor}
+%define my_prefix %{mpiprefix}
+%define my_bindir %{mpiprefix}/bin
+%define my_libdir %{mpiprefix}/%{_lib}
+%define my_includedir %{mpiprefix}/include
+%endif
 
-Name:   parallel-netcdf
-%define libname libpnetcdf
+Name:   %{pname}%{?my_suffix}
 Version:1.7.0
 Release:0
-%define sonum   1
 Summary:High-performance parallel I/O with the NetCDF scientific data 
format
 License:NetCDF
 Group:  Productivity/Scientific/Other
 Url:http://cucis.ece.northwestern.edu/projects/PnetCDF/index.html
-Source0:
http://cucis.ece.northwestern.edu/projects/PnetCDF/Release/%{name}-%{version}.tar.bz2
+Source0:
http://cucis.ece.northwestern.edu/projects/PnetCDF/Release/%{pname}-%{version}.tar.bz2
 # PATCH-FIX-OPENSUSE parallel-netcdf-1.6.1-destdir.patch Fix install 
directories
 Patch0: parallel-netcdf-1.6.1-destdir.patch
 BuildRequires:  bison
@@ -42,13 +56,9 @@
 BuildRequires:  gcc-c++
 BuildRequires:  gcc-fortran
 BuildRequires:  pkg-config
-%if 0%{?_openmpi}
-BuildRequires:  openmpi-devel
-%endif
-%if 0%{?_mvapich2}
-BuildRequires:  mvapich2-devel
-%endif
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  %{mpi_flavor}-devel
+Requires:   %{mpi_flavor}
+Requires:   %{libname}%{sonum}%{?my_suffix} = %{version}
 
 %description
 NetCDF is a set of software libraries and self-describing, 
@@ -58,264 +68,141 @@
 Parallel netCDF (PnetCDF) is a library providing high-performance I/O while
 still maintaining file-format compatibility with Unidata's NetCDF.
 
-%package openmpi
-Summary:High-performance parallel I/O with the NetCDF scientific data 
format
-Group:  Productivity/Scientific/Other
-Requires:   %{libname}%{sonum}-openmpi = %{version}
-
-%description openmpi
-NetCDF is a set of software libraries and self-describing, 
-machine-independent data formats that support the creation, access,
-and sharing of array-oriented scientific data.
-
-This package contains the openmpi version of utility functions for
-working with NetCDF files.
-
-%package mvapich2
-Summary:High-performance parallel I/O with the NetCDF scientific data 
format
-Group:  Productivity/Scientific/Other
-Requires:   %{libname}%{sonum}-mvapich2 = %{version}
-
-%description mvapich2
-NetCDF is a set of software libraries and self-describing, 
-machine-independent data formats that support the creation, access,
-and sharing of array-oriented scientific data.
-
-Parallel netCDF (PnetCDF) is a library providing high-performance I/O while
-still maintaining file-format compatibility with Unidata's NetCDF.
-
-This package contains the mvapich2 version of utility functions for
+This package contains the %{mpi_flavor} version of utility functions for
 working with NetCDF files.
 
-%package -n %{libname}%{sonum}-openmpi
-Summary:High-performance parallel I/O with the NetCDF scientific data 
format
-Group:  Productivity/Scientific/Other
-Provides:   %{libname}-openmpi = %{version}
-
-%description -n 

commit texlive for openSUSE:Factory

2019-11-06 Thread root
Hello community,

here is the log from the commit of package texlive for openSUSE:Factory checked 
in at 2019-11-06 13:47:56

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


Package is "texlive"

Wed Nov  6 13:47:56 2019 rev:57 rq:744485 version:unknown

Changes:

--- /work/SRC/openSUSE:Factory/texlive/texlive.changes  2019-09-30 
15:57:34.641507490 +0200
+++ /work/SRC/openSUSE:Factory/.texlive.new.2990/texlive.changes
2019-11-06 13:48:03.487632964 +0100
@@ -1,0 +2,15 @@
+Thu Oct 31 12:30:04 UTC 2019 - Dr. Werner Fink 
+
+- Add patch source-fix-axohelp.patch for bsc#1155411
+  * CVE-2019-18604: improper use of sprintf
+
+---
+Fri Oct 25 09:04:31 UTC 2019 - Antonio Larrosa 
+
+- Add 0001-Updated-tests-after-U-C-upgrade-changed-sortinit-hashes.patch
+  from upstream (with context modifications to apply correctly) to update
+  biber tests after the Unicode::Collate upgrade from 1.25 to 1.27
+  changed sortinit hashes with (at least) perl 5.26, while using
+  perl 5.28 seems to work fine (boo#1152776)
+
+---

New:

  0001-Updated-tests-after-U-C-upgrade-changed-sortinit-hashes.patch
  source-fix-axohelp.patch



Other differences:
--
++ texlive.spec ++
--- /var/tmp/diff_new_pack.u00sse/_old  2019-11-06 13:48:05.519635166 +0100
+++ /var/tmp/diff_new_pack.u00sse/_new  2019-11-06 13:48:05.523635171 +0100
@@ -19,7 +19,7 @@
 %define texlive_version  2019
 %define texlive_previous 2018
 %define texlive_release  20190407
-%define texlive_noarch   161
+%define texlive_noarch   168
 %define texlive_source   texlive-20190407-source
 
 %define __perl_requires%{nil}
@@ -273,6 +273,10 @@
 Patch57:source-poppler-fix-dict-memleak.patch
 # PATCH-FIX-TEXLIVE
 Patch58:source-poppler0.79.0.patch
+# PATCH-FIX-UPSTREAM Updated tests after Unicode::Collate upgrade from 1.25 to 
1.27 changed sortinit hashes
+Patch59:
0001-Updated-tests-after-U-C-upgrade-changed-sortinit-hashes.patch
+# PATCH-FIX-UPSTREAM Bug bsc#1155411 - (CVE-2019-18604) VUL-1: CVE-2019-18604: 
texlive: improper use of sprintf
+Patch60:source-fix-axohelp.patch
 Prefix: %{_bindir}
 Provides:   pdfjam = %{version}
 Obsoletes:  pdfjam < %{version}
@@ -3648,6 +3652,9 @@
 %if 0%{perl_versnum} < 5200
 %patch47 -p0 -b .518
 %endif
+%if %{?pkg_vcmp:%{pkg_vcmp perl < 5.28.0}}%{!?pkg_vcmp:1}
+%patch59 -p1
+%endif
 rm -vf bin/biber.noica
 rm -vf t/*.fastsort
 popd
@@ -3671,6 +3678,7 @@
 %if %{?pkg_vcmp:%{pkg_vcmp libpoppler-devel >= 0.79.0}}%{!?pkg_vcmp:0}
 cp ./texk/web2c/pdftexdir/pdftoepdf-poppler0.75.0.cc 
./texk/web2c/pdftexdir/pdftoepdf-poppler${pver}.cc
 %endif
+%patch60 -p0
 
 if pkg-config --atleast-version=0.59 poppler
 then

++ 0001-Updated-tests-after-U-C-upgrade-changed-sortinit-hashes.patch ++
 1767 lines (skipped)

++ source-fix-axohelp.patch ++
Part of 9216833a3888a4105a18e8c349f65b045ddb1079 Mon Sep 17 00:00:00 2001
From: Akira Kakuto 
Date: Fri, 6 Sep 2019 22:26:30 +
Subject: [PATCH] axohelp 1.3

---
 utils/axodraw2/axodraw2-src/axohelp.c |  233 --
 1 file changed, 142 insertions(+), 91 deletions(-)

--- utils/axodraw2/axodraw2-src/axohelp.c
+++ utils/axodraw2/axodraw2-src/axohelp.c   2019-10-31 12:23:51.285129661 
+
@@ -1,7 +1,12 @@
 /*
+
+   Need to do:
+   1. Fix reporting of number of object to in-file number
+   2. Or Don't require object 0 for ID line
+
#[ License :
 
-(C) 2016-2018 by authors:
+(C) 2016-2019 by authors:
 John Collins (jcc8 at psu dot edu)
 Jos Vermaseren (t68 at nikhef dot nl) 
 
@@ -60,6 +65,7 @@
 #include 
 #include 
 #include 
+#include 
 
 /*
#] Includes : 
@@ -67,9 +73,9 @@
 */
 
 #define NAME "axohelp"
-#define VERSIONDATE "2018 Feb 20"
+#define VERSIONDATE "2019 Aug 28"
 #define VERSION 1
-#define SUBVERSION 2
+#define SUBVERSION 3
 
 #define COMMENTCHAR '%'
 #define TERMCHAR ';'
@@ -110,7 +116,10 @@ double linesep = 0;
 int flip = 0;
 int clockwise = 0;
  
-void OutputString(char *);
+void CleanupOutput(char *str);
+void send( char* str );
+void sendClean( char* str );
+
 void ArrowHead();
 void GetArrow(double *);
 void BezierArrow(double *);
@@ -329,40 +338,43 @@ double mod( double x, int n ) {
#[ PDF utilities :
 
 These routines are included to make the program more readable and easier
-to write. It also allows the easy use of the OutputString routine that
+to write. It also allows the easy use of the OutputString?? OLD name 
routine that
 compactifies the output.
 */
 
-#define 

commit socket_wrapper for openSUSE:Factory

2019-11-06 Thread root
Hello community,

here is the log from the commit of package socket_wrapper for openSUSE:Factory 
checked in at 2019-11-06 13:48:08

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


Package is "socket_wrapper"

Wed Nov  6 13:48:08 2019 rev:13 rq:744487 version:1.2.3

Changes:

--- /work/SRC/openSUSE:Factory/socket_wrapper/socket_wrapper.changes
2019-08-24 18:42:41.993778739 +0200
+++ /work/SRC/openSUSE:Factory/.socket_wrapper.new.2990/socket_wrapper.changes  
2019-11-06 13:48:10.787640878 +0100
@@ -1,0 +2,5 @@
+Thu Oct 31 11:55:39 UTC 2019 - Andreas Schneider 
+
+- Some spec file cleanups
+
+---



Other differences:
--
++ socket_wrapper.spec ++
--- /var/tmp/diff_new_pack.kWvxsX/_old  2019-11-06 13:48:11.643641806 +0100
+++ /var/tmp/diff_new_pack.kWvxsX/_new  2019-11-06 13:48:11.647641810 +0100
@@ -29,14 +29,17 @@
 Summary:A library passing all socket communications trough Unix sockets
 License:BSD-3-Clause
 Group:  Development/Libraries/C and C++
-Url:http://cwrap.org/
+Url:https://cwrap.org/
+#
 Source0:https://ftp.samba.org/pub/cwrap/%{name}-%{version}.tar.gz
-Source1:%{name}-rpmlintrc
-Source2:https://ftp.samba.org/pub/cwrap/%{name}-%{version}.tar.gz.asc
-Source3:socket_wrapper.keyring
+Source1:https://ftp.samba.org/pub/cwrap/%{name}-%{version}.tar.gz.asc
+Source2:socket_wrapper.keyring
+Source3:%{name}-rpmlintrc
+#
 BuildRequires:  cmake
 BuildRequires:  libcmocka-devel
 BuildRequires:  pkg-config
+#
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 Recommends: cmake
@@ -54,7 +57,7 @@
 SOCKET_WRAPPER_DIR=/path/to/swrap_dir
 
 %prep
-%setup -q
+%autosetup
 
 %build
 %cmake \






commit opencv3 for openSUSE:Factory

2019-11-06 Thread root
Hello community,

here is the log from the commit of package opencv3 for openSUSE:Factory checked 
in at 2019-11-06 13:48:16

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


Package is "opencv3"

Wed Nov  6 13:48:16 2019 rev:4 rq:744503 version:3.4.7

Changes:

--- /work/SRC/openSUSE:Factory/opencv3/opencv3.changes  2019-09-25 
00:48:15.445898355 +0200
+++ /work/SRC/openSUSE:Factory/.opencv3.new.2990/opencv3.changes
2019-11-06 13:48:21.415652400 +0100
@@ -1,0 +2,12 @@
+Thu Oct 17 16:34:57 UTC 2019 - Michael Gorse 
+
+- Update to 3.4.7
+  Maintenance release, no changelog provided
+  * Security fixes: CVE-2019-14491 (boo#1144352), CVE-2019-14492
+(boo#1144348).
+- Drop fix_processor_detection_for_32bit_on_64bit.patch: fixed
+  upstream.
+- Add CVE-2019-15939.patch: add input check in HOG detector
+  (boo#1149742 CVE-2019-15939). 
+
+---

Old:

  fix_processor_detection_for_32bit_on_64bit.patch
  opencv-3.4.6.tar.gz
  opencv_contrib-3.4.6.tar.gz

New:

  CVE-2019-15939.patch
  opencv-3.4.7.tar.gz
  opencv_contrib-3.4.7.tar.gz



Other differences:
--
++ opencv3.spec ++
--- /var/tmp/diff_new_pack.XplmVD/_old  2019-11-06 13:48:26.139657520 +0100
+++ /var/tmp/diff_new_pack.XplmVD/_new  2019-11-06 13:48:26.187657573 +0100
@@ -33,7 +33,7 @@
 %bcond_without openblas
 
 Name:   opencv3
-Version:3.4.6
+Version:3.4.7
 Release:0
 Summary:Collection of algorithms for computer vision
 # GPL-2.0 AND Apache-2.0 files are in 3rdparty/ittnotify which is not build
@@ -49,8 +49,8 @@
 Patch1: opencv-build-compare.patch
 # PATCH-FIX-OPENSUSE 0001-Do-not-include-glx.h-when-using-GLES.patch -- Fix 
build error on 32bit ARM, due to incompatible pointer types, 
https://github.com/opencv/opencv/issues/9171
 Patch2: 0001-Do-not-include-glx.h-when-using-GLES.patch
-# PATCH-FIX-UPSTREAM fix_processor_detection_for_32bit_on_64bit.patch -- Fix 
CPU detection for 32bit build on qemu-system-aarch64
-Patch3: fix_processor_detection_for_32bit_on_64bit.patch
+# PATCH-FIX-UPSTREAM CVE-2019-15939.patch boo#1149742 mgo...@suse.com -- add 
input check in HOG detector.
+Patch3: CVE-2019-15939.patch
 BuildRequires:  cmake
 BuildRequires:  fdupes
 BuildRequires:  libeigen3-devel

++ CVE-2019-15939.patch ++
>From 5a497077f109d543ab86dfdf8add1c76c0e47d29 Mon Sep 17 00:00:00 2001
From: Alexander Alekhin 
Date: Fri, 23 Aug 2019 16:14:53 +0300
Subject: [PATCH] objdetect: add input check in HOG detector

---
 modules/objdetect/src/hog.cpp | 19 ---
 1 file changed, 12 insertions(+), 7 deletions(-)

diff --git a/modules/objdetect/src/hog.cpp b/modules/objdetect/src/hog.cpp
index 9524851ee..378bab308 100644
--- a/modules/objdetect/src/hog.cpp
+++ b/modules/objdetect/src/hog.cpp
@@ -68,6 +68,7 @@ enum {DESCR_FORMAT_COL_BY_COL, DESCR_FORMAT_ROW_BY_ROW};
 
 static int numPartsWithin(int size, int part_size, int stride)
 {
+CV_Assert(stride != 0);
 return (size - part_size + stride) / stride;
 }
 
@@ -80,13 +81,17 @@ static Size numPartsWithin(cv::Size size, cv::Size 
part_size,
 
 static size_t getBlockHistogramSize(Size block_size, Size cell_size, int nbins)
 {
+CV_Assert(!cell_size.empty());
 Size cells_per_block = Size(block_size.width / cell_size.width,
-block_size.height / cell_size.height);
+block_size.height / cell_size.height);
 return (size_t)(nbins * cells_per_block.area());
 }
 
 size_t HOGDescriptor::getDescriptorSize() const
 {
+CV_Assert(!cellSize.empty());
+CV_Assert(!blockStride.empty());
+
 CV_Assert(blockSize.width % cellSize.width == 0 &&
 blockSize.height % cellSize.height == 0);
 CV_Assert((winSize.width - blockSize.width) % blockStride.width == 0 &&
@@ -144,20 +149,20 @@ bool HOGDescriptor::read(FileNode& obj)
 if( !obj.isMap() )
 return false;
 FileNodeIterator it = obj["winSize"].begin();
-it >> winSize.width >> winSize.height;
+it >> winSize.width >> winSize.height; CV_Assert(!winSize.empty());
 it = obj["blockSize"].begin();
-it >> blockSize.width >> blockSize.height;
+it >> blockSize.width >> blockSize.height; CV_Assert(!blockSize.empty());
 it = obj["blockStride"].begin();
-it >> blockStride.width >> blockStride.height;
+it >> blockStride.width >> blockStride.height; 
CV_Assert(!blockStride.empty());
 it = obj["cellSize"].begin();
-it >> cellSize.width >> cellSize.height;
-obj["nbins"] >> nbins;
+it >> cellSize.width >> cellSize.height; CV_Assert(!cellSize.empty());
+obj["nbins"] >> nbins; 

commit samba for openSUSE:Factory

2019-11-06 Thread root
Hello community,

here is the log from the commit of package samba for openSUSE:Factory checked 
in at 2019-11-06 13:47:25

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


Package is "samba"

Wed Nov  6 13:47:25 2019 rev:252 rq:744400 version:4.11.2+git.99.f93cc798f2e

Changes:

--- /work/SRC/openSUSE:Factory/samba/samba.changes  2019-10-17 
12:17:59.283819743 +0200
+++ /work/SRC/openSUSE:Factory/.samba.new.2990/samba.changes2019-11-06 
13:47:28.467594999 +0100
@@ -0,0 +1,40 @@
+Tue Oct 29 17:22:30 UTC 2019 - Jim McDonough 
+
+- Update to samba 4.11.2
+  + CVE-2019-10218: Client code can return filenames containing
+path separators; (bsc#1144902); (bso#14071).
+  + CVE-2019-14833: Samba AD DC check password script does not
+receive the full password; (bso#12438).
+  + CVE-2019-14847: User with "get changes" permission can crash
+AD DC LDAP server via dirsync; (bso#14040).
+- Fixes from 4.11.1
+  + Overlinking libreplace against librt and pthread against every
+binary or library causes issues; (bso#14140);
+  + kpasswd fails when built with MIT Kerberos; (bso#14155);
+  + Fix spnego fallback from kerberos to ntlmssp in smbd server;
+(bso#14106);
+  + Stale file handle error when using mkstemp on a share; (bso#14137);
+  + non-AES schannel broken; (bso#14134);
+  + Joining Active Directory should not use SAMR to set the password;
+(bso#13884);
+  + smbclient can blunder into the SMB1 specific cli_RNetShareEnum()
+call on an SMB2 connection; (bso#14152);
+  + Deleted records can be resurrected during recovery; (bso#14147);
+  + getpwnam and getpwuid need to return data for ID_TYPE_BOTH group;
+(bso#14141);
+  + winbind does not list forest trusts with additional trust
+attributes; (bso#14130);
+  + fault report points to outdated documentation; (bso#14139);
+  + pam_winbind with krb5_auth or wbinfo -K doesn't work for users of
+trusted domains/forests; (bso#14124);
+  + classicupgrade results in uncaught exception - a bytes-like object
+is required, not 'str'; (bso#14136);
+  + pod2man is not longer required, stop checking at build time;
+(bso#14131);
+  + Exit code of ctdb nodestatus should not be influenced by deleted
+nodes; (bso#14129);
+  + username/password authentication doesn't work with CUPS and
+smbspool; (bso#14128);
+  + smbc_readdirplus() is incompatible with smbc_telldir() and
+smbc_lseekdir(); (bso#14094);
+

Old:

  samba-4.11.0+git.95.c88b5f2c0c6.tar.bz2

New:

  samba-4.11.2+git.99.f93cc798f2e.tar.bz2



Other differences:
--
++ samba.spec ++
--- /var/tmp/diff_new_pack.LOe7A0/_old  2019-11-06 13:47:29.715596352 +0100
+++ /var/tmp/diff_new_pack.LOe7A0/_new  2019-11-06 13:47:29.719596356 +0100
@@ -164,7 +164,7 @@
 %else
 %definebuild_make_smp_mflags %{?jobs:-j%jobs}
 %endif
-Version:4.11.0+git.95.c88b5f2c0c6
+Version:4.11.2+git.99.f93cc798f2e
 Release:0
 Url:https://www.samba.org/
 Obsoletes:  samba-32bit < %{version}

++ samba-4.11.0+git.95.c88b5f2c0c6.tar.bz2 -> 
samba-4.11.2+git.99.f93cc798f2e.tar.bz2 ++
/work/SRC/openSUSE:Factory/samba/samba-4.11.0+git.95.c88b5f2c0c6.tar.bz2 
/work/SRC/openSUSE:Factory/.samba.new.2990/samba-4.11.2+git.99.f93cc798f2e.tar.bz2
 differ: char 11, line 1




commit Jamulus for openSUSE:Factory

2019-11-06 Thread root
Hello community,

here is the log from the commit of package Jamulus for openSUSE:Factory checked 
in at 2019-11-06 13:49:22

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


Package is "Jamulus"

Wed Nov  6 13:49:22 2019 rev:4 rq:739246 version:3.4.3

Changes:

--- /work/SRC/openSUSE:Factory/Jamulus/Jamulus.changes  2019-04-23 
14:35:57.877469038 +0200
+++ /work/SRC/openSUSE:Factory/.Jamulus.new.2990/Jamulus.changes
2019-11-06 13:49:25.759722154 +0100
@@ -1,0 +2,5 @@
+Thu Oct 17 12:20:55 UTC 2019 - Richard Brown 
+
+- Remove obsolete Groups tag (fate#326485)
+
+---



Other differences:
--
++ Jamulus.spec ++
--- /var/tmp/diff_new_pack.wHZFFZ/_old  2019-11-06 13:49:26.695723169 +0100
+++ /var/tmp/diff_new_pack.wHZFFZ/_new  2019-11-06 13:49:26.699723173 +0100
@@ -22,7 +22,6 @@
 Release:0
 Summary:Low-latency internet connection tool for real-time jam sessions
 License:GPL-2.0-or-later
-Group:  Productivity/Multimedia/Sound/Utilities
 URL:http://llcon.sourceforge.net/index.html
 Source0:
https://sourceforge.net/projects/llcon/files/Jamulus/%{version}/Jamulus-%{version}.tar.gz
 Source1:%{name}.png





commit aws-cli for openSUSE:Factory

2019-11-06 Thread root
Hello community,

here is the log from the commit of package aws-cli for openSUSE:Factory checked 
in at 2019-11-06 13:49:05

Comparing /work/SRC/openSUSE:Factory/aws-cli (Old)
 and  /work/SRC/openSUSE:Factory/.aws-cli.new.2990 (New)


Package is "aws-cli"

Wed Nov  6 13:49:05 2019 rev:29 rq:738466 version:1.16.258

Changes:

--- /work/SRC/openSUSE:Factory/aws-cli/aws-cli.changes  2019-09-30 
15:59:07.685259875 +0200
+++ /work/SRC/openSUSE:Factory/.aws-cli.new.2990/aws-cli.changes
2019-11-06 13:49:14.687710151 +0100
@@ -1,0 +2,9 @@
+Mon Oct 14 12:43:10 UTC 2019 - John Paul Adrian Glaubitz 

+
+- Update to version 1.16.258
+  + For detailed changes see
+https://github.com/aws/aws-cli/blob/1.16.258/CHANGELOG.rst
+  + Forward port hide_py_pckgmgmt.patch
+  + Update Requires in spec file from setup.py
+
+---

Old:

  aws-cli-1.16.223.tar.gz

New:

  aws-cli-1.16.258.tar.gz



Other differences:
--
++ aws-cli.spec ++
--- /var/tmp/diff_new_pack.vpD2tQ/_old  2019-11-06 13:49:16.667712298 +0100
+++ /var/tmp/diff_new_pack.vpD2tQ/_new  2019-11-06 13:49:16.667712298 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   aws-cli
-Version:1.16.223
+Version:1.16.258
 Release:0
 Summary:Amazon Web Services Command Line Interface
 License:Apache-2.0
@@ -31,8 +31,8 @@
 Requires:   python3
 Requires:   python3-PyYAML <= 6.0.0
 Requires:   python3-PyYAML >= 3.10
-Requires:   python3-botocore  >= 1.12.213
-Requires:   python3-colorama  <= 0.4.1
+Requires:   python3-botocore  >= 1.12.248
+Requires:   python3-colorama  <= 0.4.2
 Requires:   python3-colorama  >= 0.2.5
 Requires:   python3-docutils  >= 0.10
 Requires:   python3-rsa   <  5.0.0

++ aws-cli-1.16.223.tar.gz -> aws-cli-1.16.258.tar.gz ++
 22595 lines of diff (skipped)

++ hide_py_pckgmgmt.patch ++
--- /var/tmp/diff_new_pack.vpD2tQ/_old  2019-11-06 13:49:17.663713377 +0100
+++ /var/tmp/diff_new_pack.vpD2tQ/_new  2019-11-06 13:49:17.663713377 +0100
@@ -1,57 +1,71 @@
 setup.py.orig  2019-08-21 20:20:11.0 +0200
-+++ setup.py   2019-08-22 15:09:23.121269602 +0200
-@@ -23,23 +23,23 @@
+--- setup.py.orig  2019-10-11 20:12:23.0 +0200
 setup.py   2019-10-14 14:42:54.622237116 +0200
+@@ -23,30 +23,30 @@
  raise RuntimeError("Unable to find version string.")
  
  
--requires = ['botocore==1.12.213',
--'colorama>=0.2.5,<=0.3.9',
--'docutils>=0.10,<0.16',
--'rsa>=3.1.2,<=3.5.0',
--'s3transfer>=0.2.0,<0.3.0']
+-install_requires = ['botocore==1.12.248',
+-'docutils>=0.10,<0.16',
+-'rsa>=3.1.2,<=3.5.0',
+-'s3transfer>=0.2.0,<0.3.0']
 -
 -
 -if sys.version_info[:2] == (2, 6):
 -# For python2.6 we have to require argparse since it
 -# was not in stdlib until 2.7.
--requires.append('argparse>=1.1')
+-install_requires.append('argparse>=1.1')
 -
 -# For Python 2.6, we have to require a different verion of PyYAML since 
the latest
 -# versions dropped support for Python 2.6.
--requires.append('PyYAML>=3.10,<=3.13')
+-install_requires.append('PyYAML>=3.10,<=3.13')
+-
+-# Colorama removed support for EOL pythons.
+-install_requires.append('colorama>=0.2.5,<=0.3.9')
+-elif sys.version_info[:2] == (3, 3):
+-install_requires.append('PyYAML>=3.10,<=3.13')
+-# Colorama removed support for EOL pythons.
+-install_requires.append('colorama>=0.2.5,<=0.3.9')
 -else:
--requires.append('PyYAML>=3.10,<=5.2')
-+# requires = ['botocore==1.12.213',
-+# 'colorama>=0.2.5,<=0.3.9',
-+# 'docutils>=0.10,<0.16',
-+# 'rsa>=3.1.2,<=3.5.0',
-+# 's3transfer>=0.2.0,<0.3.0']
+-install_requires.append('PyYAML>=3.10,<5.2')
+-install_requires.append('colorama>=0.2.5,<0.4.2')
++# install_requires = ['botocore==1.12.248',
++# 'docutils>=0.10,<0.16',
++# 'rsa>=3.1.2,<=3.5.0',
++# 's3transfer>=0.2.0,<0.3.0']
 +
 +
 +# if sys.version_info[:2] == (2, 6):
 +# # For python2.6 we have to require argparse since it
 +# # was not in stdlib until 2.7.
-+# requires.append('argparse>=1.1')
++# install_requires.append('argparse>=1.1')
 +
 +# # For Python 2.6, we have to require a different verion of PyYAML since 
the latest
 +# # versions dropped support for Python 2.6.
-+# requires.append('PyYAML>=3.10,<=3.13')
++# install_requires.append('PyYAML>=3.10,<=3.13')
++
++# # Colorama removed support for EOL pythons.
++# 

commit virtualbox for openSUSE:Factory

2019-11-06 Thread root
Hello community,

here is the log from the commit of package virtualbox for openSUSE:Factory 
checked in at 2019-11-06 13:48:33

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


Package is "virtualbox"

Wed Nov  6 13:48:33 2019 rev:186 rq:745533 version:6.0.14

Changes:

--- /work/SRC/openSUSE:Factory/virtualbox/virtualbox.changes2019-10-25 
18:39:34.775752459 +0200
+++ /work/SRC/openSUSE:Factory/.virtualbox.new.2990/virtualbox.changes  
2019-11-06 13:48:39.355671848 +0100
@@ -1,0 +2,15 @@
+Tue Nov  5 14:44:08 UTC 2019 - Larry Finger 
+
+- Try to fix unresolvable kernel version in Leap 15.2.
+
+---
+Sat Nov  2 00:58:22 UTC 2019 - Larry Finger 
+
+- Fix build errors in Leap 42.3
+
+---
+Thu Oct 31 18:55:37 UTC 2019 - Larry Finger 
+
+- Update "fixes_for_5.4.patch" for kernel API backport in openSUSE 15.2 
+
+---



Other differences:
--
++ virtualbox.spec ++
--- /var/tmp/diff_new_pack.CI17vS/_old  2019-11-06 13:48:44.015676900 +0100
+++ /var/tmp/diff_new_pack.CI17vS/_new  2019-11-06 13:48:44.023676909 +0100
@@ -60,7 +60,9 @@
 #%%(bash %%{_sourcedir}/virtualbox-patch-source.sh 
VirtualBox-%%{version}.tar.bz2)
 Source0:VirtualBox-%{version}-patched.tar.bz2
 Source1:UserManual.pdf
+%if 0%{?sle_version} != 120300 
 Source2:VirtualBox.appdata.xml
+%endif
 Source3:%{name}-60-vboxguest.rules
 Source4:%{name}-default.virtualbox
 Source5:%{name}-kmp-files
@@ -176,7 +178,7 @@
 BuildRequires:  gsoap-devel >= 2.8.50
 BuildRequires:  java-devel >= 1.6.0
 BuildRequires:  kbuild >= 0.1.9998svn3101
-#BuildRequires:  kernel-syms
+BuildRequires:  kernel-syms
 BuildRequires:  libcap-devel
 BuildRequires:  libcurl-devel
 BuildRequires:  libelf-devel
@@ -444,6 +446,7 @@
 %patch123 -p1
 %patch125 -p1
 %patch128 -p1
+echo "sle_version " %{?sle_version}", is_opensuse " %{?is_opensuse}", 
suse_version " %{?suse_version}
 # Adjustments that are version dependent
 %if 0%{?sle_version} == 120300 && 0%{?is_opensuse} 
 # Patch for Leap 42.3
@@ -589,7 +592,9 @@
 install -d -m 755 %{buildroot}%{_sbindir}
 install -d -m 755 %{buildroot}%{_datadir}/virtualbox/nls
 install -d -m 755 %{buildroot}%{_datadir}/pixmaps
+%if 0%{?sle_version} != 120300 
 install -d -m 755 %{buildroot}%{_datadir}/metainfo
+%endif
 install -d -m 755 %{buildroot}%{_datadir}/applications
 install -d -m 755 %{buildroot}%{_vbox_instdir}/sdk/bindings/xpcom
 install -d -m 755 %{buildroot}%{_vbox_instdir}/components
@@ -711,9 +716,11 @@
 install -m 644 out/linux.*/release/bin/virtualbox.desktop 
%{buildroot}%{_datadir}/applications/%{name}.desktop
 %suse_update_desktop_file  
%{buildroot}%{_datadir}/applications/%{name}.desktop 'System Emulator'
 
+%if 0%{?sle_version} != 120300 
 # install appstream file
 mkdir -p %{buildroot}%{_datadir}/metainfo
 install -m 644 %{SOURCE2}  
%{buildroot}%{_datadir}/metainfo/%{name}.appdata.xml
+%endif
 
 # create a menu entry
 mkdir -p %{buildroot}%{_datadir}/pixmaps
@@ -1028,7 +1035,9 @@
 %{_vbox_instdir}/VBoxSharedClipboard.so
 %{_datadir}/pixmaps/virtualbox.png
 %{_datadir}/applications/%{name}.desktop
+%if 0%{?sle_version} != 120300 
 %{_datadir}/metainfo/%{name}.appdata.xml
+%endif
 %{_udevrulesdir}/60-vboxdrv.rules
 
 %files guest-x11

++ fixes_for_5.4.patch ++
--- /var/tmp/diff_new_pack.CI17vS/_old  2019-11-06 13:48:44.111677004 +0100
+++ /var/tmp/diff_new_pack.CI17vS/_new  2019-11-06 13:48:44.111677004 +0100
@@ -2,11 +2,22 @@
 ===
 --- 
VirtualBox-6.0.14.orig/src/VBox/HostDrivers/VBoxNetFlt/linux/VBoxNetFlt-linux.c
 +++ VirtualBox-6.0.14/src/VBox/HostDrivers/VBoxNetFlt/linux/VBoxNetFlt-linux.c
-@@ -924,8 +924,13 @@ static void vboxNetFltLinuxSkBufToSG(PVB
+@@ -73,6 +73,10 @@
+ #define VBOXNETFLT_OS_SPECFIC 1
+ #include "../VBoxNetFltInternal.h"
+ 
++# if CONFIG_SUSE_VERSION == 15 && CONFIG_SUSE_PATCHLEVEL == 2
++#  define OPENSUSE_152
++# endif
++
+ typedef struct VBOXNETFLTNOTIFIER {
+ struct notifier_block Notifier;
+ PVBOXNETFLTINS pThis;
+@@ -924,8 +928,13 @@ static void vboxNetFltLinuxSkBufToSG(PVB
  for (i = 0; i < skb_shinfo(pBuf)->nr_frags; i++)
  {
  skb_frag_t *pFrag = _shinfo(pBuf)->frags[i];
-+#if LINUX_VERSION_CODE >= KERNEL_VERSION(5, 4, 0)
++#if LINUX_VERSION_CODE >= KERNEL_VERSION(5, 4, 0) || defined(OPENSUSE_152)
 +pSG->aSegs[iSeg].cb = pFrag->bv_len;
 +pSG->aSegs[iSeg].pv = VBOX_SKB_KMAP_FRAG(pFrag) + 

commit ell for openSUSE:Factory

2019-11-06 Thread root
Hello community,

here is the log from the commit of package ell for openSUSE:Factory checked in 
at 2019-11-06 13:48:28

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


Package is "ell"

Wed Nov  6 13:48:28 2019 rev:11 rq:744588 version:0.26

Changes:

--- /work/SRC/openSUSE:Factory/ell/ell.changes  2019-10-07 13:36:49.605039387 
+0200
+++ /work/SRC/openSUSE:Factory/.ell.new.2990/ell.changes2019-11-06 
13:48:31.099662898 +0100
@@ -1,0 +2,13 @@
+Wed Oct 30 16:26:16 UTC 2019 - Bjørn Lie 
+
+- Update to version 0.26:
+  * Fix issue with memory leak and TLS certificates.
+  * Fix issue with buffer size and TLS PRF handling.
+  * Add support for D-Bus non-root ObjectManager.
+- Changes from version 0.25:
+  * Fix issue with stopping DHCP client and owner notification.
+  * Fix issue with time calculation overflow and DHCP.
+- Changes from version 0.24:
+  * Add support for extended groups in settings files.
+
+---

Old:

  ell-0.23.tar.sign
  ell-0.23.tar.xz

New:

  ell-0.26.tar.sign
  ell-0.26.tar.xz



Other differences:
--
++ ell.spec ++
--- /var/tmp/diff_new_pack.aWzmjk/_old  2019-11-06 13:48:31.899663765 +0100
+++ /var/tmp/diff_new_pack.aWzmjk/_new  2019-11-06 13:48:31.899663765 +0100
@@ -18,7 +18,7 @@
 
 Name:   ell
 %define lname   libell0
-Version:0.23
+Version:0.26
 Release:0
 Summary:Wireless setup and cryptography library
 License:LGPL-2.1-or-later

++ ell-0.23.tar.xz -> ell-0.26.tar.xz ++
 27595 lines of diff (skipped)





commit filezilla for openSUSE:Factory

2019-11-06 Thread root
Hello community,

here is the log from the commit of package filezilla for openSUSE:Factory 
checked in at 2019-11-06 13:58:05

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


Package is "filezilla"

Wed Nov  6 13:58:05 2019 rev:80 rq:745238 version:3.45.1

Changes:

--- /work/SRC/openSUSE:Factory/filezilla/filezilla.changes  2019-08-27 
10:21:14.251940161 +0200
+++ /work/SRC/openSUSE:Factory/.filezilla.new.2990/filezilla.changes
2019-11-06 13:58:09.232286621 +0100
@@ -1,0 +2,22 @@
+Mon Nov  4 16:53:00 UTC 2019 - ec...@opensuse.org
+
+- Update to 3.45.1
+  * Bugfixes and minor changes:
+- Fixed sorting issues in the directory trees
+- Update to 3.45.0
+  * Bugfixes and minor changes:
+- Updated translations
+- Update to 3.45.0rc1
+  * New features:
+- If checking for updates cannot be performed for a prolonged 
+  time, users are warned about using an outdated version
+  * Bugfixes and minor changes:
+- Performance improvements if expanding or refreshing a 
+  directory with thousands of direct subdirectories in the 
+  directory trees
+- Fixed prefix search in Site Manager
+- macOS: Fix password pasting using Cmd+V
+- Minor performance improvements deleting many thousands of 
+  files
+
+---

Old:

  FileZilla_3.44.2_src.tar.bz2

New:

  FileZilla_3.45.1_src.tar.bz2



Other differences:
--
++ filezilla.spec ++
--- /var/tmp/diff_new_pack.0PqSQ6/_old  2019-11-06 13:58:10.920288387 +0100
+++ /var/tmp/diff_new_pack.0PqSQ6/_new  2019-11-06 13:58:10.924288391 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   filezilla
-Version:3.44.2
+Version:3.45.1
 Release:0
 Summary:A GUI FTP and SFTP Client
 License:GPL-2.0-or-later
@@ -39,7 +39,7 @@
 BuildRequires:  pkgconfig(cppunit)
 BuildRequires:  pkgconfig(dbus-1)
 BuildRequires:  pkgconfig(gtk+-2.0)
-BuildRequires:  pkgconfig(libfilezilla) >= 0.18.0
+BuildRequires:  pkgconfig(libfilezilla) >= 0.18.2
 BuildRequires:  pkgconfig(libidn)
 BuildRequires:  pkgconfig(nettle) >= 3.1
 # filezilla-team use BuildRequires:  pkgconfig(sqlite3) >= 3.11.1

++ FileZilla_3.44.2_src.tar.bz2 -> FileZilla_3.45.1_src.tar.bz2 ++
 60268 lines of diff (skipped)




commit lrslib for openSUSE:Factory

2019-11-06 Thread root


binuogDu9yLoj.bin
Description: Binary data


  1   2   >