commit shotwell for openSUSE:13.2:Update

2016-03-21 Thread h_root
Hello community,

here is the log from the commit of package shotwell for openSUSE:13.2:Update 
checked in at 2016-03-21 17:51:24

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


Package is "shotwell"

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.Q3RGzD/_old  2016-03-21 17:51:25.0 +0100
+++ /var/tmp/diff_new_pack.Q3RGzD/_new  2016-03-21 17:51:25.0 +0100
@@ -1 +1 @@
-
+




commit patchinfo.4816 for openSUSE:13.2:Update

2016-03-21 Thread h_root
Hello community,

here is the log from the commit of package patchinfo.4816 for 
openSUSE:13.2:Update checked in at 2016-03-21 17:51:25

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


Package is "patchinfo.4816"

Changes:

New Changes file:

NO CHANGES FILE!!!

New:

  _patchinfo



Other differences:
--
++ _patchinfo ++

  AndreasStieger
  VUL-0: shotwell: does not verify TLS 
certificates
  security
  moderate
  Security update for shotwell
  Shotwell was updated to fix the following issues:

* boo#958382: Shotwell did not perform TLS certificate verification when 
publishing photos to external services
  
Also contains all upstream bug fixes and improvements in the current upstream 
version.




commit bindfs for openSUSE:Factory

2016-03-21 Thread h_root
Hello community,

here is the log from the commit of package bindfs for openSUSE:Factory checked 
in at 2016-03-21 12:45:30

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


Package is "bindfs"

Changes:

--- /work/SRC/openSUSE:Factory/bindfs/bindfs.changes2015-11-15 
12:48:03.0 +0100
+++ /work/SRC/openSUSE:Factory/.bindfs.new/bindfs.changes   2016-03-21 
12:45:34.0 +0100
@@ -1,0 +2,9 @@
+Sat Mar 12 21:10:37 UTC 2016 - jeng...@inai.de
+
+- Update to new upstream release 1.13.1
+* Fixed an issue that some users had with reading large directories.
+* Source directory now shown in /etc/mtab.
+* Fixed some test suite compatibility issues with Fedora.
+* Rate limits are now expressed as 64-bit ints.
+
+---

Old:

  bindfs-1.13.0.tar.gz

New:

  bindfs-1.13.1.tar.gz



Other differences:
--
++ bindfs.spec ++
--- /var/tmp/diff_new_pack.iTmvWX/_old  2016-03-21 12:45:35.0 +0100
+++ /var/tmp/diff_new_pack.iTmvWX/_new  2016-03-21 12:45:35.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package bindfs
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 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:   bindfs
-Version:1.13.0
+Version:1.13.1
 Release:0
 Summary:Mount Directories to other Locations and alter Permission Bits
 License:GPL-2.0+

++ bindfs-1.13.0.tar.gz -> bindfs-1.13.1.tar.gz ++
 1752 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/bindfs-1.13.0/.travis.yml new/bindfs-1.13.1/.travis.yml
--- old/bindfs-1.13.0/.travis.yml   1970-01-01 01:00:00.0 +0100
+++ new/bindfs-1.13.1/.travis.yml   2016-02-17 04:52:01.0 +0100
@@ -0,0 +1,11 @@
+language: c
+sudo: required
+dist: trusty
+compiler:
+  - clang
+  - gcc
+script: ./autogen.sh -d && make && sudo make check
+before_install:
+  - sudo apt-get update
+  - sudo apt-get install -qq fuse libfuse-dev valgrind
+  - sudo /bin/sh -c 'echo user_allow_other > /etc/fuse.conf'
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/bindfs-1.13.0/ChangeLog new/bindfs-1.13.1/ChangeLog
--- old/bindfs-1.13.0/ChangeLog 2015-09-27 00:11:40.0 +0200
+++ new/bindfs-1.13.1/ChangeLog 2016-02-17 04:52:01.0 +0100
@@ -1,6 +1,15 @@
+2016-02-17  Martin Pärtel 
+
+   * Fixed an issue that some users had with reading large
+ directories (#28). Thanks to reporters!
+   * Source directory now shown in /etc/mtab.
+   * Fixed some test suite compatibility issues with Fedora. Thanks @tyll!
+   * Rate limits are now expressed as 64-bit ints.
+   * Released 1.13.1
+
 2015-09-26  Martin Pärtel 
 
-   * Merged --resolve-symlinks by hstern@ (#23). Thanks!
+   * Merged --resolve-symlinks by @hstern (#23). Thanks!
* Implemented --resolved-symlink-deletion.
* Released 1.13.0
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/bindfs-1.13.0/README new/bindfs-1.13.1/README
--- old/bindfs-1.13.0/README2015-09-27 00:11:40.0 +0200
+++ new/bindfs-1.13.1/README1970-01-01 01:00:00.0 +0100
@@ -1,47 +0,0 @@
-
-bindfs  -  http://bindfs.org/
-
--- Overview --
-
-bindfs is a FUSE filesystem for mirroring a directory to another
-directory, similarly to mount --bind. The permissions of the mirrored
-directory can be altered in various ways.
-
-Some things bindfs can be used for:
- - Making a directory read-only.
- - Making all executables non-executable.
- - Sharing a directory with a list of users (or groups).
- - Modifying permission bits using rules with chmod-like syntax.
- - Changing the permissions with which files are 

commit haproxy for openSUSE:Factory

2016-03-21 Thread h_root
Hello community,

here is the log from the commit of package haproxy for openSUSE:Factory checked 
in at 2016-03-21 12:46:00

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


Package is "haproxy"

Changes:

--- /work/SRC/openSUSE:Factory/haproxy/haproxy.changes  2016-01-11 
19:12:22.0 +0100
+++ /work/SRC/openSUSE:Factory/.haproxy.new/haproxy.changes 2016-03-21 
12:46:02.0 +0100
@@ -1,0 +2,111 @@
+Mon Mar 14 02:45:05 UTC 2016 - mrueck...@suse.de
+
+- update to 1.6.4
+  - BUG/MINOR: http: fix several off-by-one errors in the url_param
+parser
+  - BUG/MINOR: http: Be sure to process all the data received from
+a server
+  - BUG/MINOR: chunk: make chunk_dup() always check and set
+dst->size
+  - MINOR: chunks: ensure that chunk_strcpy() adds a trailing zero
+  - MINOR: chunks: add chunk_strcat() and chunk_newstr()
+  - MINOR: chunk: make chunk_initstr() take a const string
+  - MINOR: lru: new function to delete  least recently used
+keys
+  - DOC: add Ben Shillito as the maintainer of 51d
+  - BUG/MINOR: 51d: Ensures a unique domain for each configuration
+  - BUG/MINOR: 51d: Aligns Pattern cache implementation with
+HAProxy best practices.
+  - BUG/MINOR: 51d: Releases workset back to pool.
+  - BUG/MINOR: 51d: Aligned const pointers to changes in 51Degrees.
+  - CLEANUP: 51d: Aligned if statements with HAProxy best practices
+and removed casts from malloc.
+  - DOC: fix a few spelling mistakes (cherry picked from commit
+cc123c66c2075add8524a6a9925382927daa6ab0)
+  - DOC: fix "workaround" spelling
+  - BUG/MINOR: examples: Fixing haproxy.spec to remove references
+to .cfg files
+  - MINOR: fix the return type for dns_response_get_query_id()
+function
+  - MINOR: server state: missing LF (\n) on error message printed
+when parsing server state file
+  - BUG/MEDIUM: dns: no DNS resolution happens if no ports provided
+to the nameserver
+  - BUG/MAJOR: servers state: server port is erased when dns
+resolution is enabled on a server
+  - BUG/MEDIUM: servers state: server port is used uninitialized
+  - BUG/MEDIUM: config: Adding validation to stick-table expire
+value.
+  - BUG/MEDIUM: sample: http_date() doesn't provide the right day
+of the week
+  - BUG/MEDIUM: channel: fix miscalculation of available buffer
+space.
+  - MEDIUM: pools: add a new flag to avoid rounding pool size up
+  - BUG/MEDIUM: buffers: do not round up buffer size during
+allocation
+  - BUG/MINOR: stream: don't force retries if the server is DOWN
+  - BUG/MINOR: counters: make the sc-inc-gpc0 and sc-set-gpt0 touch
+the table
+  - MINOR: unix: don't mention free ports on EAGAIN
+  - BUG/CLEANUP: CLI: report the proper field states in "show sess"
+  - MINOR: stats: send content-length with the redirect to allow
+keep-alive
+  - BUG: stream_interface: Reuse connection even if the output
+channel is empty
+  - DOC: remove old tunnel mode assumptions
+  - BUG/MAJOR: http-reuse: fix risk of orphaned connections
+  - BUG/MEDIUM: http-reuse: do not share private connections across
+backends
+  - BUG/MINOR: ssl: Be sure to use unique serial for regenerated
+certificates
+  - BUG/MINOR: stats: fix missing comma in stats on agent drain
+  - BUG/MINOR: lua: unsafe initialization
+  - DOC: lua: fix somme errors
+  - DOC: add server name at rate-limit sessions example
+  - BUG/MEDIUM: ssl: fix off-by-one in ALPN list allocation
+  - BUG/MEDIUM: ssl: fix off-by-one in NPN list allocation
+  - DOC: LUA: fix some typos and syntax errors
+  - MINOR: cfgparse: warn for incorrect 'timeout retry' keyword
+spelling in resolvers
+  - MINOR: mailers: increase default timeout to 10 seconds
+  - MINOR: mailers: use  for all line endings
+  - BUG/MAJOR: lua: applets can't sleep.
+  - BUG/MINOR: server: some prototypes are renamed
+  - BUG/MINOR: lua: Useless copy
+  - BUG/MEDIUM: stats: stats bind-process doesn't propagate the
+process mask correctly
+  - BUG/MINOR: server: fix the format of the warning on address
+change
+  - BUG/MEDIUM: chunks: always reject negative-length chunks
+  - BUG/MINOR: systemd: ensure we don't miss signals
+  - BUG/MINOR: systemd: report the correct signal in debug message
+output
+  - BUG/MINOR: systemd: propagate the correct signal to haproxy
+  - MINOR: systemd: ensure a reload doesn't mask a stop
+  - BUG/MEDIUM: cfgparse: wrong argument offset after parsing
+server "sni" keyword
+  - CLEANUP: stats: Avoid computation with uninitialized bits.
+  - CLEANUP: pattern: Ignore unknown samples in pat_match_ip().
+  - CLEANUP: map: Avoid memory leak in out-of-memory condition.
+  - BUG/MINOR: tcpcheck: fix incorrect list usage resulting in
+failure to load certain configs
+  - BUG/MAJOR: samples: check 

commit python3-pymongo for openSUSE:Factory

2016-03-21 Thread h_root
Hello community,

here is the log from the commit of package python3-pymongo for openSUSE:Factory 
checked in at 2016-03-21 12:45:40

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


Package is "python3-pymongo"

Changes:

--- /work/SRC/openSUSE:Factory/python3-pymongo/python3-pymongo.changes  
2016-02-08 09:47:33.0 +0100
+++ /work/SRC/openSUSE:Factory/.python3-pymongo.new/python3-pymongo.changes 
2016-03-21 12:45:41.0 +0100
@@ -1,0 +2,8 @@
+Sat Mar 19 21:45:12 UTC 2016 - a...@gmx.de
+
+- update to version 3.2.2:
+  * Cannot set batch_size to 1 with MongoDB >= 3.2
+  * Connect option validator should use validate_boolean_or_string
+  * Invalid read_preference validation using uri_parser
+
+---

Old:

  pymongo-3.2.1.tar.gz

New:

  pymongo-3.2.2.tar.gz



Other differences:
--
++ python3-pymongo.spec ++
--- /var/tmp/diff_new_pack.sTrXEF/_old  2016-03-21 12:45:42.0 +0100
+++ /var/tmp/diff_new_pack.sTrXEF/_new  2016-03-21 12:45:42.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   python3-pymongo
-Version:3.2.1
+Version:3.2.2
 Release:0
 Url:http://github.com/mongodb/mongo-python-driver
 Summary:Python driver for MongoDB

++ pymongo-3.2.1.tar.gz -> pymongo-3.2.2.tar.gz ++
 15933 lines of diff (skipped)




commit python3-openpyxl for openSUSE:Factory

2016-03-21 Thread h_root
Hello community,

here is the log from the commit of package python3-openpyxl for 
openSUSE:Factory checked in at 2016-03-21 12:45:35

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


Package is "python3-openpyxl"

Changes:

--- /work/SRC/openSUSE:Factory/python3-openpyxl/python3-openpyxl.changes
2016-01-30 11:31:18.0 +0100
+++ /work/SRC/openSUSE:Factory/.python3-openpyxl.new/python3-openpyxl.changes   
2016-03-21 12:45:35.0 +0100
@@ -1,0 +2,8 @@
+Sat Mar 19 21:44:36 UTC 2016 - a...@gmx.de
+
+- update to version 2.3.4:
+  * #594 Content types might be missing when keeping VBA
+  * #599 Cells with only one cell look empty
+  * #607 Serialise NaN as ‘’
+
+---

Old:

  openpyxl-2.3.3.tar.gz

New:

  openpyxl-2.3.4.tar.gz



Other differences:
--
++ python3-openpyxl.spec ++
--- /var/tmp/diff_new_pack.DAR9BJ/_old  2016-03-21 12:45:36.0 +0100
+++ /var/tmp/diff_new_pack.DAR9BJ/_new  2016-03-21 12:45:36.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   python3-openpyxl
-Version:2.3.3
+Version:2.3.4
 Release:0
 Summary:A Python library to read/write Excel 2007 xlsx/xlsm files
 License:MIT and Python-2.0

++ openpyxl-2.3.3.tar.gz -> openpyxl-2.3.4.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/openpyxl-2.3.3/PKG-INFO new/openpyxl-2.3.4/PKG-INFO
--- old/openpyxl-2.3.3/PKG-INFO 2016-01-18 18:51:45.0 +0100
+++ new/openpyxl-2.3.4/PKG-INFO 2016-03-16 10:40:03.0 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: openpyxl
-Version: 2.3.3
+Version: 2.3.4
 Summary: A Python library to read/write Excel 2010 xlsx/xlsm files
 Home-page: http://openpyxl.readthedocs.org
 Author: See AUTHORS
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/openpyxl-2.3.3/openpyxl/.constants.json 
new/openpyxl-2.3.4/openpyxl/.constants.json
--- old/openpyxl-2.3.3/openpyxl/.constants.json 2016-01-18 18:50:57.0 
+0100
+++ new/openpyxl-2.3.4/openpyxl/.constants.json 2016-03-16 10:38:26.0 
+0100
@@ -4,5 +4,5 @@
 "__license__": "MIT/Expat",
 "__maintainer_email__": "openpyxl-us...@googlegroups.com",
 "__url__": "http://openpyxl.readthedocs.org;,
-"__version__": "2.3.3"
+"__version__": "2.3.4"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/openpyxl-2.3.3/openpyxl/cell/cell.py 
new/openpyxl-2.3.4/openpyxl/cell/cell.py
--- old/openpyxl-2.3.3/openpyxl/cell/cell.py2016-01-18 18:50:57.0 
+0100
+++ new/openpyxl-2.3.4/openpyxl/cell/cell.py2016-03-16 10:38:26.0 
+0100
@@ -321,7 +321,6 @@
 but you can modify it afterwards by setting the `value`
 property, and the hyperlink will remain."""
 self._hyperlink = Hyperlink(ref=self.coordinate, target=val)
-self.parent.hyperlinks.add(self)
 if self._value is None:
 self.value = val
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/openpyxl-2.3.3/openpyxl/compat/strings.py 
new/openpyxl-2.3.4/openpyxl/compat/strings.py
--- old/openpyxl-2.3.3/openpyxl/compat/strings.py   2016-01-18 
18:50:57.0 +0100
+++ new/openpyxl-2.3.4/openpyxl/compat/strings.py   2016-03-16 
10:38:26.0 +0100
@@ -5,6 +5,7 @@
 
 VER = sys.version_info
 
+from math import isnan
 from .numbers import NUMERIC_TYPES
 
 if VER[0] == 3:
@@ -26,7 +27,10 @@
 def safe_string(value):
 """Safely and consistently format numeric values"""
 if isinstance(value, NUMERIC_TYPES):
-value = "%.16g" % value
+if isnan(value):
+value = ""
+else:
+value = "%.16g" % value
 elif value is None:
 value = "none"
 elif not isinstance(value, basestring):
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/openpyxl-2.3.3/openpyxl/packaging/manifest.py 
new/openpyxl-2.3.4/openpyxl/packaging/manifest.py
--- old/openpyxl-2.3.3/openpyxl/packaging/manifest.py   2016-01-18 
18:50:57.0 +0100
+++ new/openpyxl-2.3.4/openpyxl/packaging/manifest.py   2016-03-16 
10:38:26.0 +0100
@@ -153,6 +153,10 @@
 node = fromstring(workbook.vba_archive.read(ARC_CONTENT_TYPES))
 manifest = Manifest.from_tree(node)
 del node
+partnames = [t.PartName for t in manifest.Override]
+for override in DEFAULT_OVERRIDE:
+if override.PartName not in partnames:
+manifest.Override.append(override)
 
 # 

commit librtas for openSUSE:Factory

2016-03-21 Thread h_root
Hello community,

here is the log from the commit of package librtas for openSUSE:Factory checked 
in at 2016-03-21 12:45:00

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


Package is "librtas"

Changes:

--- /work/SRC/openSUSE:Factory/librtas/librtas.changes  2014-11-15 
12:19:34.0 +0100
+++ /work/SRC/openSUSE:Factory/.librtas.new/librtas.changes 2016-03-21 
12:45:01.0 +0100
@@ -1,0 +2,6 @@
+Wed Mar  2 14:09:55 UTC 2016 - jloe...@suse.com
+
+- version update to 1.4.0 (FATE#319934)
+  - see Changelog under librtas-1.4.0/Changelog
+
+---

Old:

  librtas-1.3.13.tar.gz

New:

  librtas-1.4.0.tar.gz



Other differences:
--
++ librtas.spec ++
--- /var/tmp/diff_new_pack.o8ayt7/_old  2016-03-21 12:45:02.0 +0100
+++ /var/tmp/diff_new_pack.o8ayt7/_new  2016-03-21 12:45:02.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package librtas
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 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,21 +17,19 @@
 
 
 Name:   librtas
-Version:1.3.13
-Release:0
-Summary:Libraries to provide access to RTAS calls and RTAS events
-License:CPL-1.0
-Group:  Development/Libraries/C and C++
-Url:http://librtas.ozlabs.org/
-
-#Git-Clone:git://git.code.sf.net/p/librtas/code
-Source0:
http://sourceforge.net/projects/librtas/files/librtas-%{version}.tar.gz
-Source1:baselibs.conf
-Patch:  librtas-failedmagic.patch
 BuildRequires:  doxygen
+Version:1.4.0
+Release:0
 BuildRequires:  fdupes
+Summary:Libraries to provide access to RTAS calls and RTAS events
+License:LGPL-2.1+
+Group:  System/Libraries
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 ExclusiveArch:  ppc ppc64 ppc64le
+Url:https://github.com/nfont/librtas
+Source0:%{name}-%{version}.tar.gz
+Source1:baselibs.conf
+Patch:  librtas-failedmagic.patch
 
 %description
 The librtas shared library provides userspace with an interface through
@@ -75,7 +73,6 @@
 %prep
 %setup -q
 %patch
-sed s,rtasevent,ofdt,g doxygen.ofdt
 
 %build
 make CFLAGS="%optflags -fPIC -g -I $PWD/librtasevent_src" LIB_DIR="%{_libdir}" 
%{?_smp_mflags}
@@ -91,20 +88,19 @@
 %postun -n librtas1 -p /sbin/ldconfig
 
 %files -n librtas1
-%doc Changelog
 %defattr(-, root, root)
+%doc COPYING.LESSER Changelog
 %{_libdir}/lib*.so.*
 
 %files devel
 %defattr(-, root, root)
+%doc COPYING.LESSER
 /usr/include/*
 %{_libdir}/librtasevent.so
 %{_libdir}/librtas.so
-%{_libdir}/libofdt.so
 
 %files doc
 %defattr(-, root, root)
-%doc COPYRIGHT
 %doc %{_docdir}/librtas
 
 %changelog

++ librtas-1.3.13.tar.gz -> librtas-1.4.0.tar.gz ++
 10992 lines of diff (skipped)




commit nmap for openSUSE:Factory

2016-03-21 Thread h_root
Hello community,

here is the log from the commit of package nmap for openSUSE:Factory checked in 
at 2016-03-21 12:45:53

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


Package is "nmap"

Changes:

--- /work/SRC/openSUSE:Factory/nmap/nmap.changes2015-12-16 
17:44:52.0 +0100
+++ /work/SRC/openSUSE:Factory/.nmap.new/nmap.changes   2016-03-21 
12:45:56.0 +0100
@@ -1,0 +2,19 @@
+Fri Mar 18 16:36:47 UTC 2016 - astie...@suse.com
+
+- Nmap 7.10:
+  * Add 12 NSE scripts 
+  * Integrate OS, service/version detection fingerprint submissions
+  * Updated to various NSE scripts
+  * Zenmap: Remember window geometry (position and size) from the
+previous time Zenmap was run.
+  * Give option parsing errors after the long usage statement
+  * Changed Nmap's idea of reserved and private IP addresses to include
+169.254/16 (RFC3927) and remove 6/8, 7/8, and 55/8 networks
+(for -iR randomly generated targets)
+Usage of own exclusion lists with --exclude or --exclude-file is
+recommended to avoid scanning newly-valid addresses belonging to
+the US DoD.
+  * Allow the -4 option for Nmap to indicate IPv4 address family.
+  * Add verbosity level of 0 (-v0): not text output
+
+---

Old:

  nmap-7.01.tar.bz2
  nmap-7.01.tar.bz2.asc

New:

  nmap-7.10.tar.bz2
  nmap-7.10.tar.bz2.asc



Other differences:
--
++ nmap.spec ++
--- /var/tmp/diff_new_pack.vuRgNR/_old  2016-03-21 12:45:57.0 +0100
+++ /var/tmp/diff_new_pack.vuRgNR/_new  2016-03-21 12:45:57.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package nmap
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -20,7 +20,7 @@
 %{!?python_sitearch: %global python_sitearch %(python -c "from 
distutils.sysconfig import get_python_lib; print(get_python_lib(1))")}
 %define with_system_lua 0%{?suse_version} >= 1220
 Name:   nmap
-Version:7.01
+Version:7.10
 Release:0
 Summary:Portscanner
 License:GPL-2.0+
@@ -47,6 +47,7 @@
 %if 0%{?suse_version} > 1320
 BuildRequires:  Lua(devel) = 5.2
 %else
+BuildRequires:  pkgconfig(lua) < 5.3
 BuildRequires:  pkgconfig(lua) >= 5.2
 %endif
 %endif

++ nmap-7.01.tar.bz2 -> nmap-7.10.tar.bz2 ++
/work/SRC/openSUSE:Factory/nmap/nmap-7.01.tar.bz2 
/work/SRC/openSUSE:Factory/.nmap.new/nmap-7.10.tar.bz2 differ: char 11, line 1




commit gnu_ddrescue for openSUSE:Factory

2016-03-21 Thread h_root
Hello community,

here is the log from the commit of package gnu_ddrescue for openSUSE:Factory 
checked in at 2016-03-21 12:45:19

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


Package is "gnu_ddrescue"

Changes:

--- /work/SRC/openSUSE:Factory/gnu_ddrescue/gnu_ddrescue.changes
2015-09-24 06:14:28.0 +0200
+++ /work/SRC/openSUSE:Factory/.gnu_ddrescue.new/gnu_ddrescue.changes   
2016-03-21 12:45:21.0 +0100
@@ -1,0 +2,26 @@
+Sat Mar 19 07:48:21 UTC 2016 - mplus...@suse.com
+
+- Update to 1.21
+  * A bug in the alignment of the I/O buffer has been (hopefully) 
+fixed.
+  * Ddrescue now exits with status 1 in case of unaligned read in 
+direct mode (because of a wrong sector size, for example).
+  * Short option names '-1' and '-2' have been removed to avoid 
+mistakes in the command line.
+  * Only regular files are now allowed as arguments of options 
+'--log-rates' and '--log-reads'.
+  * Option '-D, --odirect' now works also in fill mode.
+  * Option '-J, --verify-on-error' now marks blocks as failed on 
+any error, and exits with status 1 if a read error happens 
+before a good sector is found.
+  * Option '-X, --exit-on-error' has been extended to all phases.
+  * The short name '-Z' has been assigned to option 
+'--max-read-rate'.
+  * The mapfile is now "fsync'ed" every 5 minutes because some 
+systems seem to never write the mapfile to disc.
+  * Ddrescue now shows all sizes in rescue mode; non-tried, 
+non-trimmed, non-scraped, bad-sector and finished.
+  * Ddrescue now shows the percentage of the domain rescued in 
+rescue mode.
+
+---

Old:

  ddrescue-1.20.tar.lz
  ddrescue-1.20.tar.lz.sig

New:

  ddrescue-1.21.tar.lz
  ddrescue-1.21.tar.lz.sig



Other differences:
--
++ gnu_ddrescue.spec ++
--- /var/tmp/diff_new_pack.SFfj4N/_old  2016-03-21 12:45:22.0 +0100
+++ /var/tmp/diff_new_pack.SFfj4N/_new  2016-03-21 12:45:22.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gnu_ddrescue
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 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:   gnu_ddrescue
-Version:1.20
+Version:1.21
 Release:0
 Summary:Data Copying in the Presence of I/O Errors
 License:GPL-2.0+





commit sshfs for openSUSE:Factory

2016-03-21 Thread h_root
Hello community,

here is the log from the commit of package sshfs for openSUSE:Factory checked 
in at 2016-03-21 12:45:10

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


Package is "sshfs"

Changes:

--- /work/SRC/openSUSE:Factory/sshfs/sshfs.changes  2014-10-05 
20:33:39.0 +0200
+++ /work/SRC/openSUSE:Factory/.sshfs.new/sshfs.changes 2016-03-21 
12:45:11.0 +0100
@@ -1,0 +2,10 @@
+Thu Mar 17 20:16:34 UTC 2016 - mimi...@gmail.com
+
+- update to 2.7
+- spec-cleaned spec file
+* Added -o cache_max_size=N option to let users tune the maximum size of the 
cache 
+   in number of entries.
+* Added -o cache_clean_interval=N and -o cache_min_clean_interval=N options to 
+   let users tune the cleaning behavior of the cache.
+
+---

Old:

  sshfs-fuse-2.5.tar.gz

New:

  sshfs-2.7.tar.gz



Other differences:
--
++ sshfs.spec ++
--- /var/tmp/diff_new_pack.GSt5mM/_old  2016-03-21 12:45:12.0 +0100
+++ /var/tmp/diff_new_pack.GSt5mM/_new  2016-03-21 12:45:12.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package sshfs
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 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,17 +17,17 @@
 
 
 Name:   sshfs
-BuildRequires:  automake
-BuildRequires:  fuse-devel
-BuildRequires:  glib2-devel
-Requires:   fuse
+Version:2.7
+Release:0
 Summary:Filesystem client based on SSH file transfer protocol
 License:GPL-2.0+
 Group:  System/Filesystems
-Version:2.5
-Release:0
-Source: %{name}-fuse-%{version}.tar.gz
 Url:http://fuse.sourceforge.net/sshfs.html
+Source: 
https://github.com/libfuse/sshfs/releases/download/%{name}-%{version}/%{name}-%{version}.tar.gz
+BuildRequires:  automake
+BuildRequires:  fuse-devel
+BuildRequires:  glib2-devel
+Requires:   fuse
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -38,21 +38,21 @@
 openssh (ssh).
 
 %prep
-%setup -n %{name}-fuse-%{version}
+%setup -q
 
 %build
 %{?suse_update_config:%{suse_update_config -f}}
 autoreconf -fi
 %configure --disable-sshnodelay
-make %{?_smp_mflags}
+make %{?_smp_mflags} V=1
 
 %install
-make DESTDIR="$RPM_BUILD_ROOT" install
+make %{?_smp_mflags} DESTDIR=%{buildroot} install
 
 %files
 %defattr(-,root,root)
-%doc AUTHORS COPYING* ChangeLog NEWS README*
-%doc %{_mandir}/*/*
+%doc AUTHORS COPYING ChangeLog
+%{_mandir}/*/*
 %{_bindir}/*
 
 %changelog

++ sshfs-fuse-2.5.tar.gz -> sshfs-2.7.tar.gz ++
 9483 lines of diff (skipped)




commit wayland-protocols for openSUSE:Factory

2016-03-21 Thread h_root
Hello community,

here is the log from the commit of package wayland-protocols for 
openSUSE:Factory checked in at 2016-03-21 12:45:25

Comparing /work/SRC/openSUSE:Factory/wayland-protocols (Old)
 and  /work/SRC/openSUSE:Factory/.wayland-protocols.new (New)


Package is "wayland-protocols"

Changes:

--- /work/SRC/openSUSE:Factory/wayland-protocols/wayland-protocols.changes  
2016-03-11 09:38:26.0 +0100
+++ /work/SRC/openSUSE:Factory/.wayland-protocols.new/wayland-protocols.changes 
2016-03-21 12:45:26.0 +0100
@@ -1,0 +2,7 @@
+Fri Mar 18 20:19:07 UTC 2016 - zai...@opensuse.org
+
+- Update to version 1.3:
+  * This release include one new unstable protocol extension:
+Tablet support. See the corresponding XML file for details.
+
+---

Old:

  wayland-protocols-1.2.tar.xz
  wayland-protocols-1.2.tar.xz.sig

New:

  wayland-protocols-1.3.tar.xz
  wayland-protocols-1.3.tar.xz.sig



Other differences:
--
++ wayland-protocols.spec ++
--- /var/tmp/diff_new_pack.yjWfxH/_old  2016-03-21 12:45:27.0 +0100
+++ /var/tmp/diff_new_pack.yjWfxH/_new  2016-03-21 12:45:27.0 +0100
@@ -18,7 +18,7 @@
 
 
 Name:   wayland-protocols
-Version:1.2
+Version:1.3
 Release:0
 Summary:Wayland protocols that adds functionality not available in the 
core protocol
 License:MIT

++ wayland-protocols-1.2.tar.xz -> wayland-protocols-1.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/wayland-protocols-1.2/Makefile.am 
new/wayland-protocols-1.3/Makefile.am
--- old/wayland-protocols-1.2/Makefile.am   2016-03-05 05:05:42.0 
+0100
+++ new/wayland-protocols-1.3/Makefile.am   2016-03-09 08:48:42.0 
+0100
@@ -7,6 +7,7 @@
unstable/xdg-shell/xdg-shell-unstable-v5.xml
\
unstable/relative-pointer/relative-pointer-unstable-v1.xml  
\
unstable/pointer-constraints/pointer-constraints-unstable-v1.xml
\
+   unstable/tablet/tablet-unstable-v1.xml  
\
$(NULL)
 
 stable_protocols = 
\
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/wayland-protocols-1.2/Makefile.in 
new/wayland-protocols-1.3/Makefile.in
--- old/wayland-protocols-1.2/Makefile.in   2016-03-05 05:06:00.0 
+0100
+++ new/wayland-protocols-1.3/Makefile.in   2016-03-10 08:03:21.0 
+0100
@@ -319,7 +319,8 @@
unstable/input-method/input-method-unstable-v1.xml \
unstable/xdg-shell/xdg-shell-unstable-v5.xml \
unstable/relative-pointer/relative-pointer-unstable-v1.xml \
-   unstable/pointer-constraints/pointer-constraints-unstable-v1.xml
+   unstable/pointer-constraints/pointer-constraints-unstable-v1.xml \
+   unstable/tablet/tablet-unstable-v1.xml
 am__EXEEXT_2 = stable/presentation-time/presentation-time.xml
 TEST_SUITE_LOG = test-suite.log
 am__test_logs1 = $(TESTS:=.log)
@@ -455,6 +456,7 @@
unstable/xdg-shell/xdg-shell-unstable-v5.xml
\
unstable/relative-pointer/relative-pointer-unstable-v1.xml  
\
unstable/pointer-constraints/pointer-constraints-unstable-v1.xml
\
+   unstable/tablet/tablet-unstable-v1.xml  
\
$(NULL)
 
 stable_protocols = \
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/wayland-protocols-1.2/configure 
new/wayland-protocols-1.3/configure
--- old/wayland-protocols-1.2/configure 2016-03-05 05:06:01.0 +0100
+++ new/wayland-protocols-1.3/configure 2016-03-10 08:03:22.0 +0100
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for wayland-protocols 1.2.
+# Generated by GNU Autoconf 2.69 for wayland-protocols 1.3.
 #
 # Report bugs to 
.
 #
@@ -580,8 +580,8 @@
 # Identity of this package.
 PACKAGE_NAME='wayland-protocols'
 PACKAGE_TARNAME='wayland-protocols'
-PACKAGE_VERSION='1.2'
-PACKAGE_STRING='wayland-protocols 1.2'
+PACKAGE_VERSION='1.3'
+PACKAGE_STRING='wayland-protocols 1.3'
 
PACKAGE_BUGREPORT='https://bugs.freedesktop.org/enter_bug.cgi?product=Wayland=wayland=unspecified'
 PACKAGE_URL='http://wayland.freedesktop.org/'
 
@@ -1223,7 +1223,7 @@
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
 

commit python3-lesscpy for openSUSE:Factory

2016-03-21 Thread h_root
Hello community,

here is the log from the commit of package python3-lesscpy for openSUSE:Factory 
checked in at 2016-03-21 12:45:46

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


Package is "python3-lesscpy"

Changes:

--- /work/SRC/openSUSE:Factory/python3-lesscpy/python3-lesscpy.changes  
2015-10-28 17:30:39.0 +0100
+++ /work/SRC/openSUSE:Factory/.python3-lesscpy.new/python3-lesscpy.changes 
2016-03-21 12:45:47.0 +0100
@@ -1,0 +2,9 @@
+Sat Mar 19 21:33:20 UTC 2016 - a...@gmx.de
+
+- specfile:
+  * update copyright year
+
+- update to version 0.11.1:
+  * No upstream changelog
+
+---

Old:

  lesscpy-0.10.2.tar.gz

New:

  lesscpy-0.11.1.tar.gz



Other differences:
--
++ python3-lesscpy.spec ++
--- /var/tmp/diff_new_pack.TVJQPP/_old  2016-03-21 12:45:48.0 +0100
+++ /var/tmp/diff_new_pack.TVJQPP/_new  2016-03-21 12:45:48.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python3-lesscpy
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   python3-lesscpy
-Version:0.10.2
+Version:0.11.1
 Release:0
 Url:https://github.com/robotis/lesscpy
 Summary:Lesscss compiler
@@ -26,8 +26,8 @@
 Source: 
http://pypi.python.org/packages/source/l/lesscpy/lesscpy-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  python3-devel
-BuildRequires:  python3-setuptools
 BuildRequires:  python3-ply
+BuildRequires:  python3-setuptools
 BuildRequires:  python3-six
 # Test requirements:
 BuildRequires:  python3-coverage

++ lesscpy-0.10.2.tar.gz -> lesscpy-0.11.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lesscpy-0.10.2/PKG-INFO new/lesscpy-0.11.1/PKG-INFO
--- old/lesscpy-0.10.2/PKG-INFO 2014-11-26 21:50:54.0 +0100
+++ new/lesscpy-0.11.1/PKG-INFO 2016-03-17 11:15:00.0 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: lesscpy
-Version: 0.10.2
+Version: 0.11.1
 Summary: Python LESS compiler
 Home-page: https://github.com/lesscpy/lesscpy
 Author: Jóhann T Maríusson
@@ -38,7 +38,7 @@
 input and is considerably slower than the NodeJS compiler. The plan is 
to
 utilize this to build in proper syntax checking and perhaps YUI 
compressing.
 
-This is an early version, so you are likly to find bugs.
+This is an early version, so you are likely to find bugs.
 
 For more information on LESS:
   http://lesscss.org/ or https://github.com/cloudhead/less.js
@@ -63,7 +63,6 @@
 - Color functions (lighten, darken, saturate, desaturate, spin, hue, 
mix,
saturation, lightness)
 - Other functions (round, increment, decrement, format '%(', ...)
-- Keyframe blocks
 
 
 Differences from less.js
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lesscpy-0.10.2/README.rst 
new/lesscpy-0.11.1/README.rst
--- old/lesscpy-0.10.2/README.rst   2014-11-26 21:28:11.0 +0100
+++ new/lesscpy-0.11.1/README.rst   2016-03-17 11:06:46.0 +0100
@@ -30,7 +30,7 @@
 input and is considerably slower than the NodeJS compiler. The plan is to
 utilize this to build in proper syntax checking and perhaps YUI compressing.
 
-This is an early version, so you are likly to find bugs.
+This is an early version, so you are likely to find bugs.
 
 For more information on LESS:
   http://lesscss.org/ or https://github.com/cloudhead/less.js
@@ -55,7 +55,6 @@
 - Color functions (lighten, darken, saturate, desaturate, spin, hue, mix,
saturation, lightness)
 - Other functions (round, increment, decrement, format '%(', ...)
-- Keyframe blocks
 
 
 Differences from less.js
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lesscpy-0.10.2/lesscpy/__init__.py 
new/lesscpy-0.11.1/lesscpy/__init__.py
--- old/lesscpy-0.10.2/lesscpy/__init__.py  2014-11-26 21:30:47.0 
+0100
+++ new/lesscpy-0.11.1/lesscpy/__init__.py  2016-03-17 11:14:48.0 
+0100
@@ -1,4 +1,4 @@
-__version_info__ = ('0', '10', '2')
+__version_info__ = ('0', '11', '1')
 __version__ = '.'.join(__version_info__)
 
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 

commit python3-dateutil for openSUSE:Factory

2016-03-21 Thread h_root
Hello community,

here is the log from the commit of package python3-dateutil for 
openSUSE:Factory checked in at 2016-03-21 12:45:15

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


Package is "python3-dateutil"

Changes:

--- /work/SRC/openSUSE:Factory/python3-dateutil/python3-dateutil.changes
2015-10-25 19:13:27.0 +0100
+++ /work/SRC/openSUSE:Factory/.python3-dateutil.new/python3-dateutil.changes   
2016-03-21 12:45:16.0 +0100
@@ -1,0 +2,135 @@
+Fri Mar 18 16:18:02 UTC 2016 - a...@gmx.de
+
+- update to version 2.5.1:
+  * Updated zoneinfo to 2016b
+  * Changed MANIFEST.in to explicitly include test suite in source
+distributions, with help from @koobs (gh issue #193, pr #194,
+#201, #221)
+  * Explicitly set all line-endings to LF, except for the NEWS file,
+on a per-repository basis (gh pr #218)
+  * Fixed an issue with improper caching behavior in rruleset objects
+(gh issue #104, pr #207)
+  * Changed to an explicit error when rrulestr strings contain a
+missing BYDAY (gh issue #162, pr #211)
+  * tzfile now correctly handles files containing leapcnt (although
+the leapcnt information is not actually used). Contributed by
+@hjoukl (gh issue #146, pr #147)
+  * Fixed recursive import issue with tz module (gh pr #204)
+  * Added compatibility between tzwin objects and datetime.time
+objects (gh issue #216, gh pr #219)
+  * Refactored monolithic test suite by module (gh issue #61, pr #200
+and #206)
+  * Improved test coverage in the relativedelta module (gh pr #215)
+  * Adjusted documentation to reflect possibly counter-intuitive
+properties of RFC-5545-compliant rrules, and other documentation
+improvements in the rrule module (gh issue #105, gh issue #149 -
+pointer to the solution by @phep, pr #213).
+
+---
+Sat Mar  5 15:36:40 UTC 2016 - a...@gmx.de
+
+- specfile:
+  * update copyright year
+
+- update to version 2.5.0:
+  * Updated zoneinfo to 2016a
+  * zoneinfo_metadata file version increased to 2.0 - the updated
+updatezinfo.py script will work with older zoneinfo_metadata.json
+files, but new metadata files will not work with older
+updatezinfo.py versions. Additionally, we have started hosting our
+own mirror of the Olson databases on a github pages site
+(https://dateutil.github.io/tzdata/) (gh pr #183)
+  * dateutil zoneinfo tarballs now contain the full zoneinfo_metadata
+file used to generate them. (gh issue #27, gh pr #85)
+  * relativedelta can now be safely subclassed without derived objects
+reverting to base relativedelta objects as a result of arithmetic
+operations.  (lp:1010199, gh issue #44, pr #49)
+  * relativedelta 'weeks' parameter can now be set and retrieved as a
+property of relativedelta instances. (lp: 727525, gh issue #45, pr
+#49)
+  * relativedelta now explicitly supports fractional relative weeks,
+days, hours, minutes and seconds. Fractional values in absolute
+parameters (year, day, etc) are now deprecated. (gh issue #40, pr
+#190)
+  * relativedelta objects previously did not use microseconds to
+determine of two relativedelta objects were equal. This oversight
+has been corrected.  Contributed by @elprans (gh pr #113)
+  * rrule now has an xafter() method for retrieving multiple
+recurrences after a specified date. (gh pr #38)
+  * str(rrule) now returns an RFC2445-compliant rrule string,
+contributed by @schinckel and @armicron (lp:1406305, gh issue #47,
+prs #50, #62 and #160)
+  * rrule performance under certain conditions has been significantly
+improved thanks to a patch contributed by @dekoza, based on an
+article by Brian Beck (@exogen) (gh pr #136)
+  * The use of both the 'until' and 'count' parameters is now
+deprecated as inconsistent with RFC2445 (gh pr #62, #185)
+  * Parsing an empty string will now raise a ValueError, rather than
+returning the datetime passed to the 'default' parameter. (gh
+issue #78, pr #187)
+  * tzwinlocal objects now have a meaningful repr() and str()
+implementation (gh issue #148, prs #184 and #186)
+  * Added equality logic for tzwin and tzwinlocal objects. (gh issue
+#151, pr #180, #184)
+  * Added some flexibility in subclassing timelex, and switched the
+default behavior over to using string methods rather than
+comparing against a fixed list. (gh pr #122, #139)
+  * An issue causing tzstr() to crash on Python 2.x was fixed. (lp:
+1331576, gh issue #51, pr #55)
+  * An issue with string encoding causing exceptions under certain
+circumstances when tzname() is called was fixed. (gh issue #60,
+#74, pr #75)
+  * Parser issue where calling 

commit kapidox for openSUSE:Factory

2016-03-21 Thread h_root
Hello community,

here is the log from the commit of package kapidox for openSUSE:Factory checked 
in at 2016-03-21 12:45:05

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


Package is "kapidox"

Changes:

--- /work/SRC/openSUSE:Factory/kapidox/kapidox.changes  2016-02-23 
16:59:43.0 +0100
+++ /work/SRC/openSUSE:Factory/.kapidox.new/kapidox.changes 2016-03-21 
12:45:06.0 +0100
@@ -1,0 +2,7 @@
+Sun Mar  6 09:54:32 UTC 2016 - hrvoje.sen...@gmail.com
+
+- Update to 5.20.0 (boo#970856)
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.20.0.php
+
+---

Old:

  kapidox-5.19.0.tar.xz

New:

  kapidox-5.20.0.tar.xz



Other differences:
--
++ kapidox.spec ++
--- /var/tmp/diff_new_pack.7B2Ubs/_old  2016-03-21 12:45:07.0 +0100
+++ /var/tmp/diff_new_pack.7B2Ubs/_new  2016-03-21 12:45:07.0 +0100
@@ -16,9 +16,9 @@
 #
 
 
-%define _tar_path 5.19
+%define _tar_path 5.20
 Name:   kapidox
-Version:5.19.0
+Version:5.20.0
 Release:0
 Requires:   doxygen
 BuildRequires:  fdupes

++ kapidox-5.19.0.tar.xz -> kapidox-5.20.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kapidox-5.19.0/setup.py new/kapidox-5.20.0/setup.py
--- old/kapidox-5.19.0/setup.py 2016-01-09 13:49:43.0 +0100
+++ new/kapidox-5.20.0/setup.py 2016-02-13 13:27:56.0 +0100
@@ -6,7 +6,7 @@
 
 setup(
 name='kapidox',
-version='5.19.0',
+version='5.20.0',
 description='KDE API documentation generation tools',
 maintainer = 'Alex Merry',
 maintainer_email = 'alex.me...@kde.org',
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kapidox-5.19.0/src/kapidox/data/htmlresource/frameworks.css 
new/kapidox-5.20.0/src/kapidox/data/htmlresource/frameworks.css
--- old/kapidox-5.19.0/src/kapidox/data/htmlresource/frameworks.css 
2016-01-09 13:49:43.0 +0100
+++ new/kapidox-5.20.0/src/kapidox/data/htmlresource/frameworks.css 
2016-02-13 13:27:56.0 +0100
@@ -1,5 +1,9 @@
 table.frameworks {
 width: 100%;
+border-collapse: collapse;
+}
+table.frameworks td, table.frameworks th{
+border: solid 1px #0057ae;
 }
 
 table.frameworks h3 {
@@ -11,6 +15,13 @@
 padding: 0.5em;
 }
 
+table.frameworks th {
+background: #0057ae;
+color:white;
+font-size: 1.1em;
+line-height: 1.7em;
+}
+
 .framework-main-column {
 vertical-align: top;
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kapidox-5.19.0/src/kapidox/data/htmlresource/kde.css 
new/kapidox-5.20.0/src/kapidox/data/htmlresource/kde.css
--- old/kapidox-5.19.0/src/kapidox/data/htmlresource/kde.css2016-01-09 
13:49:43.0 +0100
+++ new/kapidox-5.20.0/src/kapidox/data/htmlresource/kde.css2016-02-13 
13:27:56.0 +0100
@@ -1,6 +1,11 @@
 /*
 ** HTML elements
 */
+body {
+background:  url("http://cdn.kde.org/img/bg.png;) repeat;
+margin: 0px;
+}
+
 body, table, div, p, dl {
 font-family: Lucida Grande, Verdana, Geneva, Arial, sans-serif;
 font-size: 13px;
@@ -34,6 +39,12 @@
 
 a:link {
 color: #0057ae;
+text-decoration: none;
+
+}
+
+a:hover {
+text-decoration: underline;
 }
 
 a:visited {
@@ -72,23 +83,20 @@
 #header {
 width: 100%;
 color: #535353;
-background: #ee;
 }
 
 #header_top {
 margin: 0 auto;
 padding: 0;
-width: 95%;
+width: 100%;
 vertical-align: middle;
 color: #ff;
-background: url(top.jpg) repeat-x bottom;
 background-color: #0057ae;
 }
 
 #header_top div {
 margin: 0 auto;
 padding: 0;
-background: url(top-left.jpg) no-repeat bottom left;
 }
 
 #header_top div div {
@@ -97,7 +105,6 @@
 vertical-align: middle;
 font-size: 1.7em;
 font-weight: bold;
-background: url(top-right.jpg) no-repeat bottom right;
 }
 
 #header_top div div img {
@@ -111,14 +118,12 @@
 width: 95%;
 vertical-align: middle;
 text-align: right;
-background: #ee;
 }
 
 #location {
 padding: 0 0 0 1.5em;
 line-height: normal;
 font-size: 1.1em;
-font-weight:bold;
 float: left;
 }
 
@@ -194,8 +199,6 @@
 #body_wrapper {
 margin: 0 auto;
 width: 95%;
-border: #dd solid;
-border-width: 0 0 0 1px;
 }
 
 #right {
@@ -247,8 +250,9 @@
 
 /* Use div.fragment, not pre.fragment. pre.fragment is used for @verbatim 
blocks, which must keep their border */
 div.fragment {
-background-color: transparent;
+background-color: 

commit build-compare for openSUSE:Factory

2016-03-21 Thread h_root
Hello community,

here is the log from the commit of package build-compare for openSUSE:Factory 
checked in at 2016-03-21 12:44:14

Comparing /work/SRC/openSUSE:Factory/build-compare (Old)
 and  /work/SRC/openSUSE:Factory/.build-compare.new (New)


Package is "build-compare"

Changes:

--- /work/SRC/openSUSE:Factory/build-compare/build-compare.changes  
2016-01-16 11:55:37.0 +0100
+++ /work/SRC/openSUSE:Factory/.build-compare.new/build-compare.changes 
2016-03-21 12:44:16.0 +0100
@@ -1,0 +2,35 @@
+Tue Mar  8 18:00:40 UTC 2016 - o...@aepfle.de
+
+- Remove hacks from /var/adm/update-scripts|messages case
+
+---
+Tue Mar  8 16:48:48 UTC 2016 - o...@aepfle.de
+
+- Handle /var/adm/update-messages in scripts and filelist
+
+---
+Mon Mar  7 11:56:28 UTC 2016 - o...@aepfle.de
+
+- Whitespace in javadoc case
+- Whitespace changes in html case
+- Move case kde/gtk html up in the case list
+- Move case rdoc html up in the case list
+- Add option -a to same-build-result.sh and loop through all rpms
+- Rework sorting of rpm files in same-build-result.sh
+- Better diagnostic if number of subpackages changes
+- Create tmpfiles earlier in same-build-result.sh
+- Handle all javadoc html files
+
+---
+Fri Mar  4 18:50:32 UTC 2016 - o...@aepfle.de
+
+- Handle yet another variant of elc timestamps
+
+---
+Thu Mar  3 12:44:04 UTC 2016 - o...@aepfle.de
+
+- Handle timestamp in dvi files
+- Handle Last-modified HTML META tag
+- Handle yet another variant of javadoc timestamps
+
+---



Other differences:
--
++ build-compare.spec ++
--- /var/tmp/diff_new_pack.ZqZ2iY/_old  2016-03-21 12:44:17.0 +0100
+++ /var/tmp/diff_new_pack.ZqZ2iY/_new  2016-03-21 12:44:17.0 +0100
@@ -21,7 +21,7 @@
 License:GPL-2.0+
 Group:  Development/Tools/Building
 Url:https://github.com/openSUSE/build-compare
-Version:20160104T085658.0b929c8
+Version:20160308T194108.4a952dd
 Release:0
 Source1:COPYING
 Source2:same-build-result.sh

++ functions.sh ++
--- /var/tmp/diff_new_pack.ZqZ2iY/_old  2016-03-21 12:44:17.0 +0100
+++ /var/tmp/diff_new_pack.ZqZ2iY/_new  2016-03-21 12:44:17.0 +0100
@@ -26,6 +26,7 @@
   sed -e "
   
/\(\/boot\|\/lib\/modules\|\/lib\/firmware\|\/usr\/src\|$version_release_old_regex_l\$\)/{s,$version_release_old_regex_l,@VERSION@-@RELEASE_LONG@,g;s,$version_release_old_regex_s,@VERSION@-@RELEASE_SHORT@,g}
   
s/\(\/var\/adm\/update-scripts\/\)${name_ver_rel_old_regex_l}\([^[:blank:]]\+\)/\1@NAME_VER_REL@\2/g
+  
s/\(\/var\/adm\/update-messages\/\)${name_ver_rel_old_regex_l}\([^[:blank:]]\+\)/\1@NAME_VER_REL@\2/g
   "
 }
 function trim_release_new()
@@ -33,16 +34,17 @@
   sed -e "
   
/\(\/boot\|\/lib\/modules\|\/lib\/firmware\|\/usr\/src\|$version_release_new_regex_l\$\)/{s,$version_release_new_regex_l,@VERSION@-@RELEASE_LONG@,g;s,$version_release_new_regex_s,@VERSION@-@RELEASE_SHORT@,g}
   
s/\(\/var\/adm\/update-scripts\/\)${name_ver_rel_new_regex_l}\([^[:blank:]]\+\)/\1@NAME_VER_REL@\2/g
+  
s/\(\/var\/adm\/update-messages\/\)${name_ver_rel_new_regex_l}\([^[:blank:]]\+\)/\1@NAME_VER_REL@\2/g
   "
 }
 # Get single directory or filename with long or short release string
 function grep_release_old()
 {
-  grep -E 
"(/boot|/lib/modules|/lib/firmware|/usr/src)/[^/]*(${version_release_old_regex_l}(\$|[^/]+\$)|${version_release_old_regex_s}(\$|[^/]+\$))"
+  grep -E 
"(/boot|/lib/modules|/lib/firmware|/usr/src|/var/adm/update-scripts)/[^/]*(${version_release_old_regex_l}(\$|[^/]+\$)|${version_release_old_regex_s}(\$|[^/]+\$))"
 }
 function grep_release_new()
 {
-  grep -E 
"(/boot|/lib/modules|/lib/firmware|/usr/src)/[^/]*(${version_release_new_regex_l}(\$|[^/]+\$)|${version_release_new_regex_s}(\$|[^/]+\$))"
+  grep -E 
"(/boot|/lib/modules|/lib/firmware|/usr/src|/var/adm/update-scripts)/[^/]*(${version_release_new_regex_l}(\$|[^/]+\$)|${version_release_new_regex_s}(\$|[^/]+\$))"
 }
 
 function check_provides()

++ pkg-diff.sh ++
--- /var/tmp/diff_new_pack.ZqZ2iY/_old  2016-03-21 12:44:17.0 +0100
+++ /var/tmp/diff_new_pack.ZqZ2iY/_new  2016-03-21 12:44:17.0 +0100
@@ -440,6 +440,31 @@
 perl -e "open fh, '+<', 'old/$file'; seek fh, 4, SEEK_SET; print fh 
'';"
 perl -e "open fh, '+<', 'new/$file'; seek fh, 4, SEEK_SET; print fh 
'';"
 ;;
+  *.dvi)
+  # Opcodes 247: pre; i[1], num[4], den[4], 

commit ncurses for openSUSE:Factory

2016-03-21 Thread h_root
Hello community,

here is the log from the commit of package ncurses for openSUSE:Factory checked 
in at 2016-03-21 12:43:38

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


Package is "ncurses"

Changes:

--- /work/SRC/openSUSE:Factory/ncurses/ncurses.changes  2016-03-01 
11:56:58.0 +0100
+++ /work/SRC/openSUSE:Factory/.ncurses.new/ncurses.changes 2016-03-21 
12:43:40.0 +0100
@@ -1,0 +2,15 @@
+Thu Feb 25 13:19:20 UTC 2016 - wer...@suse.de
+
+- Add ncurses patch 20160220
+  + modify test/configure script to check for pthread dependency of
+ncursest or ncursestw library when building ncurses examples, e.g.,
+in case weak symbols are used.
+  + modify configure macro for shared-library rules to use -Wl,-rpath
+rather than -rpath to work around a bug in scons (FreeBSD #178732,
+cf: 20061021).
+  + double-width multibyte characters were not counted properly in
+winsnstr and wins_nwstr (report/example by Eric Pruitt).
+  + update config.guess, config.sub from
+  http://git.savannah.gnu.org/cgit/config.git
+
+---



Other differences:
--
++ ncurses-6.0-patches.tar.bz2 ++
 3878 lines of diff (skipped)

++ ncurses-6.0.dif ++
--- /var/tmp/diff_new_pack.2dDrGS/_old  2016-03-21 12:43:42.0 +0100
+++ /var/tmp/diff_new_pack.2dDrGS/_new  2016-03-21 12:43:42.0 +0100
@@ -154,7 +154,7 @@
 @@ -5867,7 +5867,7 @@ case $cf_cv_system_name in
fi
;;
- (linux*|gnu*|k*bsd*-gnu)
+ (linux*|gnu*|k*bsd*-gnu|freebsd*)
 -  LD_RPATH_OPT="-Wl,-rpath,"
 +  LD_RPATH_OPT="-Wl,-rpath-link,"
;;




commit pkg-config for openSUSE:Factory

2016-03-21 Thread h_root
Hello community,

here is the log from the commit of package pkg-config for openSUSE:Factory 
checked in at 2016-03-21 12:43:56

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


Package is "pkg-config"

Changes:

--- /work/SRC/openSUSE:Factory/pkg-config/pkg-config.changes2015-10-14 
16:42:53.0 +0200
+++ /work/SRC/openSUSE:Factory/.pkg-config.new/pkg-config.changes   
2016-03-21 12:43:58.0 +0100
@@ -1,0 +2,20 @@
+Sat Mar  5 11:15:13 UTC 2016 - zai...@opensuse.org
+
+- Update to version 0.29.1:
+  + Fixed a regression from 0.29 with unquoting values queried with
+--variable. In some cases, this would cause shell special
+characters to be escaped in ways they weren't before. Instead,
+the unquoting only occurs if the value appears to be quoted
+(fdo#93284).
+  + Add support for building pkg-config with Microsoft Visual
+Studio (fdo#92489).
+  + Allow overriding pkg-config variables with environment
+variables. By setting an environment variable of the form
+PKG_CONFIG_$PACKAGE_$VARIABLE, a pkg-config variable can be set
+globally without always having to pass --define-variable
+(fdo#90917).
+  + Honor -Wl,-framework in addition to -framework so that multiple
+frameworks are handled on OSX (fdo#1278).
+  + Fix the OSX build using --with-internal-glib (fdo#92902).
+
+---

Old:

  pkg-config-0.29.tar.gz

New:

  pkg-config-0.29.1.tar.gz



Other differences:
--
++ pkg-config.spec ++
--- /var/tmp/diff_new_pack.Ut9Gqd/_old  2016-03-21 12:43:59.0 +0100
+++ /var/tmp/diff_new_pack.Ut9Gqd/_new  2016-03-21 12:43:59.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package pkg-config
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 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:   pkg-config
-Version:0.29
+Version:0.29.1
 Release:0
 Summary:A library management system
 License:GPL-2.0+

++ pkg-config-0.29.tar.gz -> pkg-config-0.29.1.tar.gz ++
 44327 lines of diff (skipped)




commit mpfr for openSUSE:Factory

2016-03-21 Thread h_root
Hello community,

here is the log from the commit of package mpfr for openSUSE:Factory checked in 
at 2016-03-21 12:43:21

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


Package is "mpfr"

Changes:

--- /work/SRC/openSUSE:Factory/mpfr/mpfr.changes2016-02-22 
10:09:42.0 +0100
+++ /work/SRC/openSUSE:Factory/.mpfr.new/mpfr.changes   2016-03-21 
12:43:22.0 +0100
@@ -1,0 +2,7 @@
+Sun Mar  6 19:43:32 UTC 2016 - astie...@suse.com
+
+- mpfr 3.1.4, incorporating the cumulative patch, plus a number of
+  upstream fixes
+- removing mpfr-3.1.3-patch1to12.patch
+
+---

Old:

  mpfr-3.1.3-patch1to12.patch
  mpfr-3.1.3.tar.bz2
  mpfr-3.1.3.tar.bz2.asc

New:

  mpfr-3.1.4.tar.bz2
  mpfr-3.1.4.tar.bz2.asc



Other differences:
--
++ mpfr.spec ++
--- /var/tmp/diff_new_pack.DgQDrC/_old  2016-03-21 12:43:23.0 +0100
+++ /var/tmp/diff_new_pack.DgQDrC/_new  2016-03-21 12:43:23.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   mpfr
-Version:3.1.3
+Version:3.1.4
 Release:0
 Summary:The GNU multiple-precision floating-point library
 License:LGPL-3.0+
@@ -27,7 +27,6 @@
 Source1:http://www.mpfr.org/mpfr-%{version}/mpfr-%{version}.tar.bz2.asc
 Source2:%{name}.keyring
 Source3:baselibs.conf
-Patch:  mpfr-3.1.3-patch1to12.patch
 BuildRequires:  gmp-devel
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
@@ -67,7 +66,6 @@
 
 %prep
 %setup -q
-%patch -p1
 
 %build
 %configure \
@@ -84,16 +82,14 @@
 make check %{?_smp_mflags}
 
 %install
-make DESTDIR=%{buildroot} install %{?_smp_mflags}
+make %{?_smp_mflags} DESTDIR=%{buildroot} install
 find %{buildroot} -type f -name "*.la" -delete -print
 
 %post -n libmpfr4 -p /sbin/ldconfig
-
 %post devel
 %install_info --info-dir=%{_infodir} %{_infodir}/%{name}.info.gz
 
 %postun -n libmpfr4 -p /sbin/ldconfig
-
 %postun devel
 %install_info_delete --info-dir=%{_infodir} %{_infodir}/%{name}.info.gz
 
@@ -104,7 +100,7 @@
 %files devel
 %defattr(-,root,root)
 %doc %{_docdir}/mpfr
-%doc %{_infodir}/mpfr.info.gz
+%{_infodir}/mpfr.info.gz
 %{_libdir}/libmpfr.a
 %{_libdir}/libmpfr.so
 %{_includedir}/mpf2mpfr.h

++ mpfr-3.1.3.tar.bz2 -> mpfr-3.1.4.tar.bz2 ++
 14634 lines of diff (skipped)





commit systemd-mini for openSUSE:13.2:Update

2016-03-21 Thread h_root
Hello community,

here is the log from the commit of package systemd-mini for 
openSUSE:13.2:Update checked in at 2016-03-21 10:54:40

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


Package is "systemd-mini"

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.68z1fA/_old  2016-03-21 10:54:41.0 +0100
+++ /var/tmp/diff_new_pack.68z1fA/_new  2016-03-21 10:54:41.0 +0100
@@ -1 +1 @@
-
+




commit systemd for openSUSE:13.2:Update

2016-03-21 Thread h_root
Hello community,

here is the log from the commit of package systemd for openSUSE:13.2:Update 
checked in at 2016-03-21 10:54:43

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


Package is "systemd"

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.u4gk9k/_old  2016-03-21 10:54:44.0 +0100
+++ /var/tmp/diff_new_pack.u4gk9k/_new  2016-03-21 10:54:44.0 +0100
@@ -1 +1 @@
-
+