commit dmd for openSUSE:Factory

2019-02-17 Thread root
Hello community,

here is the log from the commit of package dmd for openSUSE:Factory checked in 
at 2019-02-17 12:21:55

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


Package is "dmd"

Sun Feb 17 12:21:55 2019 rev:23 rq:676700 version:2.084.1

Changes:

--- /work/SRC/openSUSE:Factory/dmd/dmd.changes  2019-01-08 12:30:59.636107667 
+0100
+++ /work/SRC/openSUSE:Factory/.dmd.new.28833/dmd.changes   2019-02-17 
12:21:56.796190560 +0100
@@ -1,0 +2,10 @@
+Sat Feb 16 19:19:18 UTC 2019 - Matthias Eliasson 
+
+- Update to version 2.084.1 
+  - Compiler bugs
+* -check=in=off doesn't work
+* corrupt ELF library when using pragma(crt_constructor)
+  - Compiler enhancements
+* Shared object "libstdc++.so.6" not found, required by "dmd"
+
+-  --

Old:

  dmd-2.084.0.tar.gz
  druntime-2.084.0.tar.gz
  phobos-2.084.0.tar.gz

New:

  dmd-2.084.1.tar.gz
  druntime-2.084.1.tar.gz
  phobos-2.084.1.tar.gz



Other differences:
--
++ dmd.spec ++
--- /var/tmp/diff_new_pack.HYVmlI/_old  2019-02-17 12:21:58.148190188 +0100
+++ /var/tmp/diff_new_pack.HYVmlI/_new  2019-02-17 12:21:58.152190187 +0100
@@ -20,7 +20,7 @@
 %define sover  0_84
 %define auto_bootstrap 1
 Name:   dmd
-Version:2.084.0
+Version:2.084.1
 Release:0
 Summary:D Programming Language 2.0
 License:BSL-1.0

++ dmd-2.084.0.tar.gz -> dmd-2.084.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/dmd-2.084.0/VERSION new/dmd-2.084.1/VERSION
--- old/dmd-2.084.0/VERSION 2019-01-02 00:48:03.0 +0100
+++ new/dmd-2.084.1/VERSION 2019-02-09 21:52:02.0 +0100
@@ -1 +1 @@
-v2.084.0
+v2.084.1
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/dmd-2.084.0/changelog/alias_from_trait.dd 
new/dmd-2.084.1/changelog/alias_from_trait.dd
--- old/dmd-2.084.0/changelog/alias_from_trait.dd   2019-01-02 
00:48:03.0 +0100
+++ new/dmd-2.084.1/changelog/alias_from_trait.dd   1970-01-01 
01:00:00.0 +0100
@@ -1,27 +0,0 @@
-Aliases can be created directly from a `__trait`.
-
-Aliases can be created directly from the traits that return symbol(s) or 
tuples.
-This includes `getMember`, `allMembers`, `derivedMembers`, `parent`, 
`getOverloads`,
-`getVirtualFunctions`, `getVirtualMethods`, `getUnitTests`, `getAttributes` 
and finally `getAliasThis`.
-Previously an `AliasSeq` was necessary in order to alias their return.
-Now the grammar allows to write shorter declarations:
-

-struct Foo
-{
-static int a;
-}
-
-alias oldWay = AliasSeq!(__traits(getMember, Foo, "a"))[0];
-alias newWay = __traits(getMember, Foo, "a");

-
-To permit this it was more interesting to include `__trait` in the basic types
-rather than just changing the alias syntax. So additionally, wherever a type 
appears
-a `__trait` can be used, for example in a variable declaration:
-

-struct Foo { static struct Bar {} }
-const(__traits(getMember, Foo, "Bar")) fooBar;
-static assert(is(typeof(fooBar) == const(Foo.Bar)));

diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/dmd-2.084.0/changelog/check-switch.dd 
new/dmd-2.084.1/changelog/check-switch.dd
--- old/dmd-2.084.0/changelog/check-switch.dd   2019-01-02 00:48:03.0 
+0100
+++ new/dmd-2.084.1/changelog/check-switch.dd   1970-01-01 01:00:00.0 
+0100
@@ -1,18 +0,0 @@
-Added -check switch to turn on and off each category of runtime checks.
-
-Option("check=[assert|bounds|in|invariant|out|switch][=[on|off]]",
-`Overrides default, -boundscheck, -release and -unittest options 
to enable or disable specific checks.
-$(UL
-$(LI $(B assert): assertion checking)
-$(LI $(B bounds): array bounds)
-$(LI $(B in): in contracts)
-$(LI $(B invariant): class/struct invariants)
-$(LI $(B out): out contracts)
-$(LI $(B switch): switch default)
-)
-$(UL
-$(LI $(B on) or not specified: specified check is enabled.)
-$(LI $(B off): specified check is disabled.)
-)`
-)
-
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/dmd-2.084.0/changelog/checkaction.dd 
new/dmd-2.084.1/changelog/checkaction.dd
--- old/dmd-2.084.0/changelog/checkaction.dd2019-01-02 00:48:03.0 
+0100
+++ new/dmd-2.084.1/changelog/checkaction.dd1970-01-01 

commit 000product for openSUSE:Factory

2019-02-17 Thread root
Hello community,

here is the log from the commit of package 000product for openSUSE:Factory 
checked in at 2019-02-17 12:22:01

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


Package is "000product"

Sun Feb 17 12:22:01 2019 rev:923 rq: version:unknown
Sun Feb 17 12:21:58 2019 rev:921 rq: version:unknown
Sun Feb 17 12:21:58 2019 rev:922 rq: version:unknown

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
openSUSE-Tumbleweed-Kubic-dvd5-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.JYbQG2/_old  2019-02-17 12:22:02.640188951 +0100
+++ /var/tmp/diff_new_pack.JYbQG2/_new  2019-02-17 12:22:02.640188951 +0100
@@ -4,7 +4,7 @@
  
 openSUSE
 openSUSE-Addon-NonOss
-20190215
+    20190217
 0 
 openSUSE NonOSS Addon
 non oss addon

++ openSUSE-Tumbleweed-Kubic.product ++
--- /var/tmp/diff_new_pack.JYbQG2/_old  2019-02-17 12:22:02.652188948 +0100
+++ /var/tmp/diff_new_pack.JYbQG2/_new  2019-02-17 12:22:02.652188948 +0100
@@ -6,7 +6,7 @@
   openSUSE-Tumbleweed-Kubic
   openSUSE-Tumbleweed-Kubic-release
   
-  20190215
+  20190217
   
   0
   openSUSE-Tumbleweed-Kubic

++ openSUSE.product ++
--- /var/tmp/diff_new_pack.JYbQG2/_old  2019-02-17 12:22:02.664188945 +0100
+++ /var/tmp/diff_new_pack.JYbQG2/_new  2019-02-17 12:22:02.664188945 +0100
@@ -4,7 +4,7 @@
 
   openSUSE
   openSUSE
-  20190215
+  20190217
   0
 
   openSUSE




commit python-boto3 for openSUSE:Factory

2019-02-17 Thread root
Hello community,

here is the log from the commit of package python-boto3 for openSUSE:Factory 
checked in at 2019-02-17 12:21:52

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


Package is "python-boto3"

Sun Feb 17 12:21:52 2019 rev:23 rq:67 version:1.9.96

Changes:

--- /work/SRC/openSUSE:Factory/python-boto3/python-boto3.changes
2019-02-14 14:35:32.751593077 +0100
+++ /work/SRC/openSUSE:Factory/.python-boto3.new.28833/python-boto3.changes 
2019-02-17 12:21:52.828191652 +0100
@@ -1,0 +2,20 @@
+Sat Feb 16 11:29:13 UTC 2019 - John Vandenberg 
+
+- Increase maximum version of s3transfer to include 0.2.x, as 0.2.0
+  is the release currently in the rolling release area, making boto3
+  builds broken.
+- Add versions to build dependencies to avoid building uninstallable
+  release.
+- Version update to 1.9.96
+  * api-change:chime: [botocore] Update chime client to latest version
+  * api-change:application-autoscaling: [botocore] Update 
application-autoscaling client to latest version
+  * api-change:iot: [botocore] Update iot client to latest version
+- from 1.9.95
+  * api-change:kinesisvideo: [botocore] Update kinesisvideo client to latest 
version
+  * api-change:ec2: [botocore] Update ec2 client to latest version
+- from 1.9.94
+  * api-change:rekognition: [botocore] Update rekognition client to latest 
version
+  * api-change:mediatailor: [botocore] Update mediatailor client to latest 
version
+  * api-change:efs: [botocore] Update efs client to latest version
+
+---

Old:

  1.9.93.tar.gz

New:

  1.9.96.tar.gz



Other differences:
--
++ python-boto3.spec ++
--- /var/tmp/diff_new_pack.19rYcN/_old  2019-02-17 12:21:53.348191509 +0100
+++ /var/tmp/diff_new_pack.19rYcN/_new  2019-02-17 12:21:53.352191508 +0100
@@ -18,19 +18,24 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-boto3
-Version:1.9.93
+Version:1.9.96
 Release:0
 Summary:Amazon Web Services Library
 License:Apache-2.0
 Group:  Development/Languages/Python
 URL:https://github.com/boto/boto3
 Source: https://github.com/boto/boto3/archive/%{version}.tar.gz
-BuildRequires:  %{python_module botocore < 1.13.0}
-BuildRequires:  %{python_module botocore >= 1.12.93}
 BuildRequires:  %{python_module mock}
 BuildRequires:  %{python_module nose}
-BuildRequires:  %{python_module s3transfer}
 BuildRequires:  %{python_module setuptools}
+BuildRequires:  %{python_module six}
+# Related test dependencies
+BuildRequires:  %{python_module botocore < 1.13.0}
+BuildRequires:  %{python_module botocore >= 1.12.93}
+Requires:   %{python_module jmespath < 1.0.0}
+Requires:   %{python_module jmespath >= 0.7.1}
+BuildRequires:  %{python_module s3transfer < 0.3.0}
+BuildRequires:  %{python_module s3transfer >= 0.1.10}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 %if 0%{?suse_version} <= 1315
@@ -41,7 +46,7 @@
 Requires:   python-botocore >= 1.12.93
 Requires:   python-jmespath < 1.0.0
 Requires:   python-jmespath >= 0.7.1
-Requires:   python-s3transfer < 0.2.0
+Requires:   python-s3transfer < 0.3.0
 Requires:   python-s3transfer >= 0.1.10
 Requires:   python-six
 BuildArch:  noarch

++ 1.9.93.tar.gz -> 1.9.96.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/boto3-1.9.93/.changes/1.9.94.json 
new/boto3-1.9.96/.changes/1.9.94.json
--- old/boto3-1.9.93/.changes/1.9.94.json   1970-01-01 01:00:00.0 
+0100
+++ new/boto3-1.9.96/.changes/1.9.94.json   2019-02-15 20:09:16.0 
+0100
@@ -0,0 +1,17 @@
+[
+  {
+"category": "``rekognition``", 
+"description": "[``botocore``] Update rekognition client to latest 
version", 
+"type": "api-change"
+  }, 
+  {
+"category": "``mediatailor``", 
+"description": "[``botocore``] Update mediatailor client to latest 
version", 
+"type": "api-change"
+  }, 
+  {
+"category": "``efs``", 
+"description": "[``botocore``] Update efs client to latest version", 
+"type": "api-change"
+  }
+]
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/boto3-1.9.93/.changes/1.9.95.json 
new/boto3-1.9.96/.changes/1.9.95.json
--- old/boto3-1.9.93/.changes/1.9.95.json   1970-01-01 01:00:00.0 
+0100
+++ new/boto3-1.9.96/.changes/1.9.95.json   2019-02-15 20:09:16.0 
+0100
@@ -0,0 +1,12 @@
+[
+  {
+"category": "``kinesisvideo``", 
+"description": "[``botocore``] Update 

commit you-get for openSUSE:Factory

2019-02-17 Thread root
Hello community,

here is the log from the commit of package you-get for openSUSE:Factory checked 
in at 2019-02-17 12:21:47

Comparing /work/SRC/openSUSE:Factory/you-get (Old)
 and  /work/SRC/openSUSE:Factory/.you-get.new.28833 (New)


Package is "you-get"

Sun Feb 17 12:21:47 2019 rev:18 rq:676649 version:0.4.1210

Changes:

--- /work/SRC/openSUSE:Factory/you-get/you-get.changes  2019-01-21 
11:02:06.207139481 +0100
+++ /work/SRC/openSUSE:Factory/.you-get.new.28833/you-get.changes   
2019-02-17 12:21:52.184191830 +0100
@@ -1,0 +2,5 @@
+Sat Feb 16 07:56:27 UTC 2019 - Luigi Baldoni 
+
+- Update to version 0.4.1210 (no changelog supplied)
+
+---

Old:

  you-get-0.4.1205.tar.gz

New:

  you-get-0.4.1210.tar.gz



Other differences:
--
++ you-get.spec ++
--- /var/tmp/diff_new_pack.6xYLeo/_old  2019-02-17 12:21:52.592191718 +0100
+++ /var/tmp/diff_new_pack.6xYLeo/_new  2019-02-17 12:21:52.592191718 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   you-get
-Version:0.4.1205
+Version:0.4.1210
 Release:0
 Summary:Dumb downloader that scrapes the web
 License:MIT

++ you-get-0.4.1205.tar.gz -> you-get-0.4.1210.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/you-get-0.4.1205/src/you_get/extractors/bilibili.py 
new/you-get-0.4.1210/src/you_get/extractors/bilibili.py
--- old/you-get-0.4.1205/src/you_get/extractors/bilibili.py 2019-01-18 
12:26:57.0 +0100
+++ new/you-get-0.4.1210/src/you_get/extractors/bilibili.py 2019-02-16 
06:17:11.0 +0100
@@ -224,7 +224,13 @@
 p = int(page.group(1))
 cid = re.search(r'"cid":(\d+),"page":%s' % p, self.page).group(1)
 if cid is not None:
-self.download_by_vid(cid, re.search('bangumi', self.url) is not 
None, **kwargs)
+#self.download_by_vid(cid, re.search('bangumi', self.url) is not 
None, **kwargs)
+# FIXME: video qualities
+playinfo_text = match1(self.page, r'__playinfo__=(.*?)<')
+playinfo = json.loads(playinfo_text)
+url0 = playinfo['data']['durl'][0]['url']
+_, ext, size = url_info(url0, headers={'referer': self.url, 
'User-Agent': 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) 
AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.84 Safari/537.36'})
+self.streams['flv'] = {'url': url0, 'container': ext, 'size': 
size, 'src': [url0]}
 else:
 # flashvars?
 flashvars = re.search(r'flashvars="([^"]+)"', self.page).group(1)
@@ -492,7 +498,8 @@
 page_list = 
json.loads(get_content('http://www.bilibili.com/widget/getPageList?aid={}'.format(aid)))
 page_cnt = len(page_list)
 for no in range(1, page_cnt+1):
-page_url = 
'http://www.bilibili.com/video/av{}/index_{}.html'.format(aid, no)
+#page_url = 
'http://www.bilibili.com/video/av{}/index_{}.html'.format(aid, no)
+page_url = 'http://www.bilibili.com/video/av{}/?p={}'.format(aid, 
no)
 subtitle = '#%s. %s'% (page_list[no-1]['page'], 
page_list[no-1]['pagename'])
 Bilibili().download_by_url(page_url, subtitle=subtitle, **kwargs)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/you-get-0.4.1205/src/you_get/extractors/miaopai.py 
new/you-get-0.4.1210/src/you_get/extractors/miaopai.py
--- old/you-get-0.4.1205/src/you_get/extractors/miaopai.py  2019-01-18 
12:26:57.0 +0100
+++ new/you-get-0.4.1210/src/you_get/extractors/miaopai.py  2019-02-16 
06:17:11.0 +0100
@@ -84,14 +84,15 @@
 if match1(url, r'weibo\.com/tv/v/(\w+)'):
 return miaopai_download_direct(url, info_only=info_only, 
output_dir=output_dir, merge=merge, **kwargs)
 
+if re.match(r'^http[s]://.*\.weibo\.com/\d+/.+', url):
+return miaopai_download_direct(url, info_only=info_only, 
output_dir=output_dir, merge=merge, **kwargs)
+
 fid = match1(url, r'\?fid=(\d{4}:\w+)')
 if fid is not None:
 miaopai_download_by_fid(fid, output_dir, merge, info_only)
 elif '/p/230444' in url:
 fid = match1(url, r'/p/230444(\w+)')
 miaopai_download_by_fid('1034:'+fid, output_dir, merge, info_only)
-elif re.match(r'^http[s]://weibo\.com/\d+/.+', url):
-miaopai_download_direct(url, info_only=info_only, 
output_dir=output_dir, merge=merge, **kwargs)
 else:
 mobile_page = get_content(url, headers = fake_headers_mobile)
 hit = re.search(r'"page_url"\s*:\s*"([^"]+)"', mobile_page)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 

commit qmmp-plugin-pack for openSUSE:Factory

2019-02-17 Thread root
Hello community,

here is the log from the commit of package qmmp-plugin-pack for 
openSUSE:Factory checked in at 2019-02-17 12:21:08

Comparing /work/SRC/openSUSE:Factory/qmmp-plugin-pack (Old)
 and  /work/SRC/openSUSE:Factory/.qmmp-plugin-pack.new.28833 (New)


Package is "qmmp-plugin-pack"

Sun Feb 17 12:21:08 2019 rev:6 rq:676520 version:1.3.0

Changes:

--- /work/SRC/openSUSE:Factory/qmmp-plugin-pack/qmmp-plugin-pack.changes
2018-11-20 22:35:23.270484971 +0100
+++ 
/work/SRC/openSUSE:Factory/.qmmp-plugin-pack.new.28833/qmmp-plugin-pack.changes 
2019-02-17 12:21:10.296203356 +0100
@@ -1,0 +2,10 @@
+Tue Feb 12 13:45:00 UTC 2019 - sor.ale...@meowr.ru
+
+- Update to version 1.3.0:
+  * Port to Qmmp 1.3 API.
+  * Improve ffvideo plugin.
+  * Remove history and mpg123 plugins.
+  * Update translations.
+- Remove qmmp-libswresample.patch.
+
+---

Old:

  qmmp-libswresample.patch
  qmmp-plugin-pack-1.2.3.tar.bz2

New:

  qmmp-plugin-pack-1.3.0.tar.bz2



Other differences:
--
++ qmmp-plugin-pack.spec ++
--- /var/tmp/diff_new_pack.nXX2e3/_old  2019-02-17 12:21:10.808203215 +0100
+++ /var/tmp/diff_new_pack.nXX2e3/_new  2019-02-17 12:21:10.812203214 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package qmmp-plugin-pack
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2014 Dmitry Misharov 
 #
 # All modifications and additions to the file contributed by third parties
@@ -17,18 +17,17 @@
 #
 
 
-%define qmmp_ver_min 1.2.0
-%define qmmp_ver_max 1.2.99
+%define qmmp_ver_min 1.3.0
+%define qmmp_ver_max 1.3.99
+%define mver1.3
 Name:   qmmp-plugin-pack
-Version:1.2.3
+Version:1.3.0
 Release:0
 Summary:Extra plugins for Qmmp
 License:GPL-2.0-or-later
 Group:  Productivity/Multimedia/Sound/Players
 URL:http://qmmp.ylsoftware.com/plugins.php
 Source: 
http://qmmp.ylsoftware.com/files/plugins/%{name}-%{version}.tar.bz2
-# PATCH-FIX-OPENSUSE qmmp-libswresample.patch o...@aepfle.de -- Fix ffvideo 
build.
-Patch0: qmmp-libswresample.patch
 BuildRequires:  cmake
 BuildRequires:  libqmmp-plugins <= %{qmmp_ver_max}
 BuildRequires:  libqmmp-plugins >= %{qmmp_ver_min}
@@ -51,7 +50,9 @@
 BuildRequires:  pkgconfig(taglib) >= 1.10
 Requires:   qmmp <= %{qmmp_ver_max}
 Requires:   qmmp >= %{qmmp_ver_min}
-ExclusiveArch:  %ix86 x86_64
+Obsoletes:  %{name}-history < %{version}
+Obsoletes:  %{name}-mpg123 < %{version}
+ExclusiveArch:  %{ix86} x86_64
 
 %description
 This package contains extra plugins for Qmmp.
@@ -81,23 +82,6 @@
 %description goom
 Qmmp plugin which provides goom visualisation.
 
-%package history
-Summary:Qmpp history plugin
-Group:  Productivity/Multimedia/Sound/Players
-Requires:   %{name} = %{version}-%{release}
-
-%description history
-Qmmp plugin which provides history.
-
-%package mpg123
-Summary:Qmmp plugin which uses libmpg123 for decoding
-Group:  Productivity/Multimedia/Sound/Players
-Requires:   %{name} = %{version}-%{release}
-
-%description mpg123
-Qmmp plugin which uses libmpg123 for decoding of MPEG v1/2
-layer1/2/3 files.
-
 %package samplerate
 Summary:Qmmp plugin which uses libsamplerate for decoding
 Group:  Productivity/Multimedia/Sound/Players
@@ -116,7 +100,6 @@
 
 %prep
 %setup -q
-%patch0 -p1
 
 %build
 %cmake \
@@ -130,34 +113,26 @@
 %files
 %license COPYING
 %doc AUTHORS ChangeLog README
-%dir %{_libdir}/qmmp/
+%dir %{_libdir}/qmmp-%{mver}/
 
 %files ffap
-%dir %{_libdir}/qmmp/Input/
-%{_libdir}/qmmp/Input/libffap.so
+%dir %{_libdir}/qmmp-%{mver}/Input/
+%{_libdir}/qmmp-%{mver}/Input/libffap.so
 
 %files ffvideo
-%dir %{_libdir}/qmmp/Engines/
-%{_libdir}/qmmp/Engines/libffvideo.so
+%dir %{_libdir}/qmmp-%{mver}/Engines/
+%{_libdir}/qmmp-%{mver}/Engines/libffvideo.so
 
 %files goom
-%dir %{_libdir}/qmmp/Visual/
-%{_libdir}/qmmp/Visual/libgoom.so
-
-%files history
-%dir %{_libdir}/qmmp/General/
-%{_libdir}/qmmp/General/libhistory.so
-
-%files mpg123
-%dir %{_libdir}/qmmp/Input/
-%{_libdir}/qmmp/Input/libmpg123.so
+%dir %{_libdir}/qmmp-%{mver}/Visual/
+%{_libdir}/qmmp-%{mver}/Visual/libgoom.so
 
 %files samplerate
-%dir %{_libdir}/qmmp/Effect/
-%{_libdir}/qmmp/Effect/libsrconverter.so
+%dir %{_libdir}/qmmp-%{mver}/Effect/
+%{_libdir}/qmmp-%{mver}/Effect/libsrconverter.so
 
 %files xmp
-%dir %{_libdir}/qmmp/Input/
-%{_libdir}/qmmp/Input/libxmp.so
+%dir %{_libdir}/qmmp-%{mver}/Input/
+%{_libdir}/qmmp-%{mver}/Input/libxmp.so
 
 %changelog

++ qmmp-plugin-pack-1.2.3.tar.bz2 -> qmmp-plugin-pack-1.3.0.tar.bz2 ++
 36293 

commit openSUSE-release-tools for openSUSE:Factory

2019-02-17 Thread root
Hello community,

here is the log from the commit of package openSUSE-release-tools for 
openSUSE:Factory checked in at 2019-02-17 12:21:15

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


Package is "openSUSE-release-tools"

Sun Feb 17 12:21:15 2019 rev:164 rq:676534 version:20190213.be751cc

Changes:

--- 
/work/SRC/openSUSE:Factory/openSUSE-release-tools/openSUSE-release-tools.changes
2019-02-08 12:13:30.657466849 +0100
+++ 
/work/SRC/openSUSE:Factory/.openSUSE-release-tools.new.28833/openSUSE-release-tools.changes
 2019-02-17 12:21:20.384200580 +0100
@@ -1,0 +2,49 @@
+Wed Feb 13 07:56:21 UTC 2019 - opensuse-releaset...@opensuse.org
+
+- Update to version 20190213.be751cc:
+  * compare_pkglist: fix return code handling introduced by 
2e339acffb03b6786c902c2ebd250d1c3720e315
+
+---
+Wed Feb 13 07:06:07 UTC 2019 - opensuse-releaset...@opensuse.org
+
+- Update to version 20190213.af2471e:
+  * compare_pkglist: minor improvements
+
+---
+Wed Feb 13 06:40:49 UTC 2019 - opensuse-releaset...@opensuse.org
+
+- Update to version 20190213.fe23e8d:
+  * repo_checker: Simplify cycle check
+
+---
+Tue Feb 12 11:19:41 UTC 2019 - opensuse-releaset...@opensuse.org
+
+- Update to version 20190212.6f70fe2:
+  * compare_pkglist: update version to Leap 15.1 and SLE15 SP1
+
+---
+Mon Feb 11 10:53:47 UTC 2019 - opensuse-releaset...@opensuse.org
+
+- Update to version 20190211.38c1c42:
+  * Fix rebuildpacs for installation-images
+
+---
+Fri Feb 08 20:43:39 UTC 2019 - opensuse-releaset...@opensuse.org
+
+- Update to version 20190208.9984223:
+  * osclib/list_command: 24ae4ba81 broke formatting.
+
+---
+Thu Feb 07 12:14:21 UTC 2019 - opensuse-releaset...@opensuse.org
+
+- Update to version 20190207.4e24164:
+  * Remove openSUSE-images from rebuildpacs - long gone
+
+---
+Thu Feb 07 10:37:51 UTC 2019 - opensuse-releaset...@opensuse.org
+
+- Update to version 20190207.6d706a6:
+  * rebuildpacs: Check the binary version not just the bdep itself
+  * Take over rebuildpac problems from packagelists VM and tidy
+
+---

Old:

  openSUSE-release-tools-20190207.b99d841.obscpio

New:

  openSUSE-release-tools-20190213.be751cc.obscpio



Other differences:
--
++ openSUSE-release-tools.spec ++
--- /var/tmp/diff_new_pack.YICUH3/_old  2019-02-17 12:21:21.996200137 +0100
+++ /var/tmp/diff_new_pack.YICUH3/_new  2019-02-17 12:21:22.004200135 +0100
@@ -20,7 +20,7 @@
 %define source_dir openSUSE-release-tools
 %define announcer_filename factory-package-news
 Name:   openSUSE-release-tools
-Version:20190207.b99d841
+Version:20190213.be751cc
 Release:0
 Summary:Tools to aid in staging and release work for openSUSE/SUSE
 License:GPL-2.0-or-later AND MIT

++ _servicedata ++
--- /var/tmp/diff_new_pack.YICUH3/_old  2019-02-17 12:21:22.044200124 +0100
+++ /var/tmp/diff_new_pack.YICUH3/_new  2019-02-17 12:21:22.044200124 +0100
@@ -1,6 +1,6 @@
 
   
 https://github.com/openSUSE/openSUSE-release-tools.git
-5d70263e89c8580d57bff08f1afdad3b286f2c32
+9c852461d47438a5e6d12c9802d7d9550d448327
   
-
\ No newline at end of file
+

++ openSUSE-release-tools-20190207.b99d841.obscpio -> 
openSUSE-release-tools-20190213.be751cc.obscpio ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/openSUSE-release-tools-20190207.b99d841/compare_pkglist.py 
new/openSUSE-release-tools-20190213.be751cc/compare_pkglist.py
--- old/openSUSE-release-tools-20190207.b99d841/compare_pkglist.py  
2019-02-07 06:43:02.0 +0100
+++ new/openSUSE-release-tools-20190213.be751cc/compare_pkglist.py  
2019-02-13 08:50:17.0 +0100
@@ -17,8 +17,8 @@
 
 from osc import oscerr
 
-OPENSUSE = 'openSUSE:Leap:15.0'
-SLE = 'SUSE:SLE-15:GA'
+OPENSUSE = 'openSUSE:Leap:15.1'
+SLE = 'SUSE:SLE-15-SP1:GA'
 
 makeurl = osc.core.makeurl
 http_GET = osc.core.http_GET
@@ -79,8 +79,14 @@
 query = {'withlinked': 1}
 u = makeurl(self.apiurl, ['source', project, package], query=query)
 root = ET.parse(http_GET(u)).getroot()
-linked = root.find('linkinfo')
-return linked
+links 

commit openSUSE-Tumbleweed-Kubic for openSUSE:Factory

2019-02-17 Thread root
Hello community,

here is the log from the commit of package openSUSE-Tumbleweed-Kubic for 
openSUSE:Factory checked in at 2019-02-17 12:20:58

Comparing /work/SRC/openSUSE:Factory/openSUSE-Tumbleweed-Kubic (Old)
 and  /work/SRC/openSUSE:Factory/.openSUSE-Tumbleweed-Kubic.new.28833 (New)


Package is "openSUSE-Tumbleweed-Kubic"

Sun Feb 17 12:20:58 2019 rev:2 rq:676363 version:15.0

Changes:

--- 
/work/SRC/openSUSE:Factory/openSUSE-Tumbleweed-Kubic/openSUSE-Tumbleweed-Kubic.changes
  2019-02-11 21:23:05.651154456 +0100
+++ 
/work/SRC/openSUSE:Factory/.openSUSE-Tumbleweed-Kubic.new.28833/openSUSE-Tumbleweed-Kubic.changes
   2019-02-17 12:21:00.244206121 +0100
@@ -1,0 +2,37 @@
+Wed Feb 13 13:52:22 UTC 2019 - Fabian Vogt 
+
+- Drop the data partition, disable quotas entirely instead
+  (we'd need a seperate /var partition, but kiwi can't do it)
+- Change profile configuration: MicroOS+podman and MicroOS+cri-o+kubeadm
+- Use glibc-locale-base instead of glibc-locale
+- Fix etc overlay with new transactional-update and read-only-root-fs
+- Add cloud-init and cloud-init-config-casp directly
+
+---
+Fri Feb  1 11:25:06 UTC 2019 - Fabian Vogt 
+
+- VMware image was apparently not read-only, fixed
+
+---
+Fri Feb  1 09:59:11 UTC 2019 - Fabian Vogt 
+
+- Add apparmor pattern to cri-o profile directly
+
+---
+Tue Jan 31 19:13:00 UTC 2019 - Denis Kondratenko 
+
+- correct owner for vagrant home directory
+  
+---
+Tue Jan 31 16:35:00 UTC 2019 - Denis Kondratenko 
+
+- unpredictable kernel-native ethX naming for Vagrant box to come up for 
+  ssh config
+
+---
+Mon Jan 28 14:10:36 UTC 2019 - Fabian Vogt 
+
+- Remove docker profiles
+- Only install cri-o-kubeadm-criconfig on kubeadm
+
+---



Other differences:
--
++ openSUSE-Tumbleweed-Kubic.kiwi ++
--- /var/tmp/diff_new_pack.0qns8y/_old  2019-02-17 12:21:00.904205939 +0100
+++ /var/tmp/diff_new_pack.0qns8y/_new  2019-02-17 12:21:00.904205939 +0100
@@ -9,11 +9,13 @@
 
 
 
-
-
-
-
-
+
+
+
+
+
+
+
 
 
 
@@ -25,185 +27,77 @@
 
 
 
-
+
 
-
-
+
 
-
+
 
-
-
+
 
-
+
 
-
-
+
 
-
+
 
-
-
+
 
-
+
 
-
-
+
 
-
+
 
-
-
+
 
-
+
 
-
-
+
 
-
+
 
-
-
+
 
-
+
 
-
-
+
 
 
 
-
-
+
 
 
 
-
-
+
 
 
 
-
-
+
 
 
 
-
-
+
 
 
 
-
-
+
 
 
 
-
-
+
 
 
 
-
-
+
 
 
 
-
-
+
 
 
 
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-   

commit pasystray for openSUSE:Factory

2019-02-17 Thread root
Hello community,

here is the log from the commit of package pasystray for openSUSE:Factory 
checked in at 2019-02-17 12:21:06

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


Package is "pasystray"

Sun Feb 17 12:21:06 2019 rev:7 rq:676517 version:0.7.1

Changes:

--- /work/SRC/openSUSE:Factory/pasystray/pasystray.changes  2019-01-08 
12:30:54.308113462 +0100
+++ /work/SRC/openSUSE:Factory/.pasystray.new.28833/pasystray.changes   
2019-02-17 12:21:07.748204057 +0100
@@ -1,0 +2,5 @@
+Fri Feb 15 11:14:58 UTC 2019 - Petr Cervinka 
+
+- Disable appindicator support (boo#1125586)
+
+---



Other differences:
--
++ pasystray.spec ++
--- /var/tmp/diff_new_pack.AEdffJ/_old  2019-02-17 12:21:08.168203941 +0100
+++ /var/tmp/diff_new_pack.AEdffJ/_new  2019-02-17 12:21:08.172203940 +0100
@@ -34,7 +34,6 @@
 BuildRequires:  automake
 BuildRequires:  pkgconfig
 BuildRequires:  update-desktop-files
-BuildRequires:  pkgconfig(appindicator3-0.1)
 BuildRequires:  pkgconfig(avahi-glib)
 BuildRequires:  pkgconfig(avahi-ui)
 BuildRequires:  pkgconfig(avahi-ui-gtk3)




commit blender for openSUSE:Factory

2019-02-17 Thread root
Hello community,

here is the log from the commit of package blender for openSUSE:Factory checked 
in at 2019-02-17 12:20:52

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


Package is "blender"

Sun Feb 17 12:20:52 2019 rev:112 rq:676330 version:2.79b

Changes:

--- /work/SRC/openSUSE:Factory/blender/blender.changes  2019-02-13 
10:07:38.865526930 +0100
+++ /work/SRC/openSUSE:Factory/.blender.new.28833/blender.changes   
2019-02-17 12:20:53.432207994 +0100
@@ -1,0 +2,8 @@
+Thu Feb 14 17:34:40 UTC 2019 - bjorn@gmail.com
+
+- Add 0008-fix_building_with_latest_versions_of_FFmpeg.patch: Fix
+  build with current ffmpeg v4.
+- Following the above patch, no longer force ffmpeg-3 versions of
+  pkgconfig(libav*).
+
+---

New:

  0008-fix_building_with_latest_versions_of_FFmpeg.patch



Other differences:
--
++ blender.spec ++
--- /var/tmp/diff_new_pack.xMdSNA/_old  2019-02-17 12:20:54.560207684 +0100
+++ /var/tmp/diff_new_pack.xMdSNA/_new  2019-02-17 12:20:54.560207684 +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/
 #
 
 
@@ -52,6 +52,8 @@
 #Patch2 blender-2.78c-openvdb3-abi.patch
 # PATCH-FIX-UPSTREAM from commit 1db47a2ccd1e68994bf8140eba6cc2a26a2bc91f 
fixes boo#1124964
 Patch3: 0001-Fix-PyRNA-class-registration-w-Python-3.7.patch
+# PATCH-FIX-UPSTREAM 0008-fix_building_with_latest_versions_of_FFmpeg.patch -- 
Fix build with current ffmpeg v4
+Patch4: 0008-fix_building_with_latest_versions_of_FFmpeg.patch
 # libquicktime-devel
 #!BuildIgnore:  libGLwM1
 BuildRequires:  OpenEXR-devel
@@ -120,11 +122,11 @@
 Requires:   python3-numpy
 Requires:   python3-requests
 Requires:   python3-xml
-BuildRequires:  pkgconfig(libavcodec) = 57.107.100
-BuildRequires:  pkgconfig(libavdevice) = 57.10.100
-BuildRequires:  pkgconfig(libavformat) = 57.83.100
-BuildRequires:  pkgconfig(libavutil) = 55.78.100
-BuildRequires:  pkgconfig(libswscale) = 4.8.100
+BuildRequires:  pkgconfig(libavcodec)
+BuildRequires:  pkgconfig(libavdevice)
+BuildRequires:  pkgconfig(libavformat)
+BuildRequires:  pkgconfig(libavutil)
+BuildRequires:  pkgconfig(libswscale)
 %if %{with collada}
 BuildRequires:  openCOLLADA-devel
 %endif
@@ -188,6 +190,7 @@
 %patch0 -p1
 %patch1 -p1
 %patch3 -p1
+%patch4 -p1
 
 rm -rf extern/glew
 rm -rf extern/libopenjpeg

++ 0008-fix_building_with_latest_versions_of_FFmpeg.patch ++
From: Bastien Montagne 
Date: Tue, 8 May 2018 16:00:52 +0200
Subject: fix_building_with_latest_versions_of_FFmpeg

Some years-old deprecated stuff has now been removed.

Correct solution is probably to use valid defines etc. in own code, but
this is more FFMEPG maintainer task (since it also may change how old
FFMPEG we do support...).
---
 intern/ffmpeg/ffmpeg_compat.h  | 39 ++
 source/blender/blenkernel/intern/writeffmpeg.c |  3 +-
 2 files changed, 41 insertions(+), 1 deletion(-)

diff --git a/intern/ffmpeg/ffmpeg_compat.h b/intern/ffmpeg/ffmpeg_compat.h
index 9c06c8a..f7f437c 100644
--- a/intern/ffmpeg/ffmpeg_compat.h
+++ b/intern/ffmpeg/ffmpeg_compat.h
@@ -109,6 +109,45 @@ int av_sample_fmt_is_planar(enum AVSampleFormat sample_fmt)
 
 #endif
 
+/* XXX TODO Probably fix to correct modern flags in code? Not sure how old 
FFMPEG we want to support though,
+ * so for now this will do. */
+
+#ifndef FF_MIN_BUFFER_SIZE
+#  ifdef AV_INPUT_BUFFER_MIN_SIZE
+#define FF_MIN_BUFFER_SIZE AV_INPUT_BUFFER_MIN_SIZE
+#  endif
+#endif
+
+#ifndef FF_INPUT_BUFFER_PADDING_SIZE
+#  ifdef AV_INPUT_BUFFER_PADDING_SIZE
+#define FF_INPUT_BUFFER_PADDING_SIZE AV_INPUT_BUFFER_PADDING_SIZE
+#  endif
+#endif
+
+#ifndef CODEC_FLAG_GLOBAL_HEADER
+#  ifdef AV_CODEC_FLAG_GLOBAL_HEADER
+#define CODEC_FLAG_GLOBAL_HEADER AV_CODEC_FLAG_GLOBAL_HEADER
+#  endif
+#endif
+
+#ifndef CODEC_FLAG_GLOBAL_HEADER
+#  ifdef AV_CODEC_FLAG_GLOBAL_HEADER
+#define CODEC_FLAG_GLOBAL_HEADER AV_CODEC_FLAG_GLOBAL_HEADER
+#  endif
+#endif
+
+#ifndef CODEC_FLAG_INTERLACED_DCT
+#  ifdef AV_CODEC_FLAG_INTERLACED_DCT
+#define CODEC_FLAG_INTERLACED_DCT AV_CODEC_FLAG_INTERLACED_DCT
+#  endif
+#endif
+
+#ifndef CODEC_FLAG_INTERLACED_ME
+#  ifdef AV_CODEC_FLAG_INTERLACED_ME
+#define CODEC_FLAG_INTERLACED_ME AV_CODEC_FLAG_INTERLACED_ME
+#  endif
+#endif
+
 /* FFmpeg upstream 1.0 is the first who added AV_ prefix. */
 #if LIBAVCODEC_VERSION_INT < AV_VERSION_INT(54, 59, 100)
 #  define 

commit musescore for openSUSE:Factory

2019-02-17 Thread root
Hello community,

here is the log from the commit of package musescore for openSUSE:Factory 
checked in at 2019-02-17 12:21:23

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


Package is "musescore"

Sun Feb 17 12:21:23 2019 rev:4 rq:676587 version:3.0.2

Changes:

--- /work/SRC/openSUSE:Factory/musescore/musescore.changes  2019-01-24 
14:12:48.075404973 +0100
+++ /work/SRC/openSUSE:Factory/.musescore.new.28833/musescore.changes   
2019-02-17 12:21:25.804199089 +0100
@@ -1,0 +2,18 @@
+Fri Feb 15 16:09:53 UTC 2019 - corne...@solcon.nl
+
+- Update to 3.0.2:
+  * Improvements
++ Reworked login screen when using Save Online allows signing in via 
+  Facebook and Google and creating an account from within the editor
++ New easy fingering input mode and other fingering improvements
+  * Fixes
++ Plugins framework didn't work
++ Grace notes displayed the wrong size in TAB staves
++ Default window size was too large on a multi-monitor setup
++ Color was not available as a text style setting, including issues with 
+  coloring lyrics for different voices
++ Slurs were not exported properly to MusicXML
++ Tempo text was not imported properly from MusicXML
+- Updated correct-revision.patch
+
+---

Old:

  MuseScore-3.0.1.tar.gz

New:

  MuseScore-3.0.2.tar.gz



Other differences:
--
++ musescore.spec ++
--- /var/tmp/diff_new_pack.eqSFFr/_old  2019-02-17 12:21:27.716198563 +0100
+++ /var/tmp/diff_new_pack.eqSFFr/_new  2019-02-17 12:21:27.720198563 +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 https://bugs.opensuse.org/
+# Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
 
@@ -23,7 +23,7 @@
 %define docdir  %{_docdir}/%{name}
 
 Name:   musescore
-Version:3.0.1
+Version:3.0.2
 Release:0
 Summary:A WYSIWYG music score typesetter
 # Musescore code license is GPL-2.0

++ MuseScore-3.0.1.tar.gz -> MuseScore-3.0.2.tar.gz ++
/work/SRC/openSUSE:Factory/musescore/MuseScore-3.0.1.tar.gz 
/work/SRC/openSUSE:Factory/.musescore.new.28833/MuseScore-3.0.2.tar.gz differ: 
char 12, line 1

++ correct-revision.patch ++
--- /var/tmp/diff_new_pack.eqSFFr/_old  2019-02-17 12:21:27.756198552 +0100
+++ /var/tmp/diff_new_pack.eqSFFr/_new  2019-02-17 12:21:27.756198552 +0100
@@ -2,4 +2,4 @@
 +++ b/mscore/revision.h2019-01-15 09:25:30.0 +0100
 @@ -1 +1 @@
 -3543170
-+06a66a2
++8ca4d2c




commit latte-dock for openSUSE:Factory

2019-02-17 Thread root
Hello community,

here is the log from the commit of package latte-dock for openSUSE:Factory 
checked in at 2019-02-17 12:21:45

Comparing /work/SRC/openSUSE:Factory/latte-dock (Old)
 and  /work/SRC/openSUSE:Factory/.latte-dock.new.28833 (New)


Package is "latte-dock"

Sun Feb 17 12:21:45 2019 rev:9 rq:676646 version:0.8.6

Changes:

--- /work/SRC/openSUSE:Factory/latte-dock/latte-dock.changes2019-01-28 
20:49:43.769823889 +0100
+++ /work/SRC/openSUSE:Factory/.latte-dock.new.28833/latte-dock.changes 
2019-02-17 12:21:45.716193610 +0100
@@ -1,0 +2,8 @@
+Fri Feb 15 21:38:37 UTC 2019 - wba...@tmo.at
+
+- Update to 0.8.6
+  * Fix previews that broke after kf5>=5.55 upgrade
+  * Fix plasma shortcuts behavior for applets when "Multiple"
+layouts are used
+
+---

Old:

  latte-dock-0.8.5.tar.xz

New:

  latte-dock-0.8.6.tar.xz



Other differences:
--
++ latte-dock.spec ++
--- /var/tmp/diff_new_pack.Xtbn6s/_old  2019-02-17 12:21:46.232193468 +0100
+++ /var/tmp/diff_new_pack.Xtbn6s/_new  2019-02-17 12:21:46.236193467 +0100
@@ -19,7 +19,7 @@
 
 %define kf5_version 5.38.0
 Name:   latte-dock
-Version:0.8.5
+Version:0.8.6
 Release:0
 Summary:Task manager
 License:GPL-2.0-or-later

++ latte-dock-0.8.5.tar.xz -> latte-dock-0.8.6.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/latte-dock-0.8.5/CHANGELOG.md 
new/latte-dock-0.8.6/CHANGELOG.md
--- old/latte-dock-0.8.5/CHANGELOG.md   2019-01-26 17:05:05.971301373 +0100
+++ new/latte-dock-0.8.6/CHANGELOG.md   2019-02-15 18:32:14.606103756 +0100
@@ -1,5 +1,10 @@
 #**CHANGELOG**#
 
+ Version 0.8.6
+
+* fix: previews that broke after kf5>=5.55 upgrade
+* fix: plasma shortcuts behavior for applets when "Multiple" layouts are used
+
  Version 0.8.5
 
 * FIX: important improvements for fillWidth(s)/Height(s) applets. Latte now
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/latte-dock-0.8.5/CMakeLists.txt 
new/latte-dock-0.8.6/CMakeLists.txt
--- old/latte-dock-0.8.5/CMakeLists.txt 2019-01-26 17:06:22.143960458 +0100
+++ new/latte-dock-0.8.6/CMakeLists.txt 2019-02-15 18:33:32.526765396 +0100
@@ -2,7 +2,7 @@
 cmake_minimum_required(VERSION 3.0 FATAL_ERROR)
 
 set(CMAKE_CXX_STANDARD 14)
-set(VERSION 0.8.5)
+set(VERSION 0.8.6)
 set(AUTHOR "Michail Vourlakos, Smith Ar")
 set(EMAIL "mvourla...@gmail.com, audo...@openmailbox.org")
 set(WEBSITE "https://github.com/psifidotos/Latte-Dock;)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/latte-dock-0.8.5/app/org.kde.latte-dock.appdata.xml.cmake 
new/latte-dock-0.8.6/app/org.kde.latte-dock.appdata.xml.cmake
--- old/latte-dock-0.8.5/app/org.kde.latte-dock.appdata.xml.cmake   
2019-01-26 17:05:05.983301477 +0100
+++ new/latte-dock-0.8.6/app/org.kde.latte-dock.appdata.xml.cmake   
2019-02-15 18:32:14.614103823 +0100
@@ -149,7 +149,7 @@
   Michail Vourlakos, Johan Smith Agudelo 
Rodriguez
   Michail Vourlakos, Johan Smith Agudelo 
Rodriguez
   latte-dock
-  GPL v2+
+  GPL-2.0-or-later
   CC0-1.0
   
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/latte-dock-0.8.5/app/universalsettings.cpp 
new/latte-dock-0.8.6/app/universalsettings.cpp
--- old/latte-dock-0.8.5/app/universalsettings.cpp  2019-01-26 
17:05:05.983301477 +0100
+++ new/latte-dock-0.8.6/app/universalsettings.cpp  2019-02-15 
18:32:14.614103823 +0100
@@ -24,9 +24,13 @@
 #include "sortedactivitiesmodel.h"
 
 #include 
+#include 
 
+#include 
 #include 
 
+#define GLOBALSHORTCUTSCONFIG "kglobalshortcutsrc"
+
 namespace Latte {
 
 UniversalSettings::UniversalSettings(KSharedConfig::Ptr config, QObject 
*parent)
@@ -34,6 +38,9 @@
   m_config(config),
   m_universalGroup(KConfigGroup(config, 
QStringLiteral("UniversalSettings")))
 {
+const QString globalShortcutsFilePath = QDir::homePath() + "/.config/" + 
GLOBALSHORTCUTSCONFIG;
+m_shortcutsConfigPtr = KSharedConfig::openConfig(globalShortcutsFilePath);
+
 connect(this, ::canDisableBordersChanged, this, 
::saveConfig);
 connect(this, ::currentLayoutNameChanged, this, 
::saveConfig);
 connect(this, ::downloadWindowSizeChanged, this, 
::saveConfig);
@@ -59,6 +66,25 @@
 }
 }
 
+void UniversalSettings::clearAllAppletShortcuts()
+{
+KConfigGroup latteGroup = KConfigGroup(m_shortcutsConfigPtr, "lattedock");
+
+foreach(auto key, latteGroup.keyList()) {
+if (key.startsWith("activate widget ")) {
+QAction *appletAction = new QAction(this);
+
+

commit ldacBT for openSUSE:Factory

2019-02-17 Thread root
Hello community,

here is the log from the commit of package ldacBT for openSUSE:Factory checked 
in at 2019-02-17 12:21:36

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


Package is "ldacBT"

Sun Feb 17 12:21:36 2019 rev:2 rq:676644 version:2.0.2.3

Changes:

--- /work/SRC/openSUSE:Factory/ldacBT/ldacBT.changes2019-02-14 
14:33:38.483644897 +0100
+++ /work/SRC/openSUSE:Factory/.ldacBT.new.28833/ldacBT.changes 2019-02-17 
12:21:39.624195287 +0100
@@ -1,0 +2,7 @@
+Fri Feb 15 19:56:49 UTC 2019 - bjorn@gmail.com
+
+- Update to version 2.0.2.3:
+  + Add cmake definitions: INSTALL_INCLUDEDIR,
+INSTALL_PKGCONFIGDIR, INSTALL_LDAC_INCLUDEDIR.
+
+---

Old:

  ldacBT-2.0.2.2.tar.gz

New:

  ldacBT-2.0.2.3.tar.gz



Other differences:
--
++ ldacBT.spec ++
--- /var/tmp/diff_new_pack.oNqpNl/_old  2019-02-17 12:21:41.180194858 +0100
+++ /var/tmp/diff_new_pack.oNqpNl/_new  2019-02-17 12:21:41.184194858 +0100
@@ -1,5 +1,5 @@
 #
-# spec file for package libldac
+# spec file for package ldacBT
 #
 # Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
@@ -18,13 +18,13 @@
 
 %global libname libldac2
 Name:   ldacBT
-Version:2.0.2.2
+Version:2.0.2.3
 Release:0
 Summary:A lossy audio codec for Bluetooth connections
 License:Apache-2.0
 Group:  Productivity/Multimedia/Sound/Utilities
 URL:https://github.com/EHfive/ldacBT
-Source0:
https://github.com/EHfive/ldacBT/releases/download/v%{version}/%{name}-%{version}.tar.gz
+Source0:%{url}/releases/download/v%{version}/%{name}-%{version}.tar.gz
 BuildRequires:  cmake
 BuildRequires:  gcc
 BuildRequires:  pkgconfig
@@ -57,8 +57,10 @@
 
 %build
 %cmake \
+   -DBUILD_STATIC_LIBS=OFF \
 -DLDAC_SOFT_FLOAT=OFF \
--DINSTALL_LIBDIR=%{_libdir}
+   -DINSTALL_LIBDIR=%{_libdir} \
+   %{nil}
 %make_jobs
 
 %install

++ ldacBT-2.0.2.2.tar.gz -> ldacBT-2.0.2.3.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ldacBT/CMakeLists.txt new/ldacBT/CMakeLists.txt
--- old/ldacBT/CMakeLists.txt   2019-01-28 09:30:32.0 +0100
+++ new/ldacBT/CMakeLists.txt   2019-02-15 20:43:46.0 +0100
@@ -4,7 +4,7 @@
 set(CMAKE_C_STANDARD 99)
 
 
-option(LDAC_SOFT_FLOAT "For devices without a FPU" OFF)
+option(LDAC_SOFT_FLOAT "For device without FPU, turn on this option" OFF)
 if(${LDAC_SOFT_FLOAT} STREQUAL ON)
 set(LDAC_SOFT_FLOAT_DEFINE "-D_32BIT_FIXED_POINT")
 endif()
@@ -13,15 +13,24 @@
 set(INSTALL_LIBDIR ${CMAKE_INSTALL_PREFIX}/lib)
 endif()
 
-set(INSTALL_INCLUDEDIR ${CMAKE_INSTALL_PREFIX}/include/ldac)
+if("${INSTALL_INCLUDEDIR}" STREQUAL "")
+set(INSTALL_INCLUDEDIR ${CMAKE_INSTALL_PREFIX}/include)
+endif()
+
+if("${INSTALL_PKGCONFIGDIR}" STREQUAL "")
+set(INSTALL_PKGCONFIGDIR ${INSTALL_LIBDIR}/pkgconfig)
+endif()
+
+if("${INSTALL_LDAC_INCLUDEDIR}" STREQUAL "")
+set(INSTALL_LDAC_INCLUDEDIR ${INSTALL_INCLUDEDIR}/ldac)
+endif()
 
 set(LDACBT_LIB_VER_MAJOR   2)
 set(LDACBT_LIB_VER_MINOR   0)
 set(LDACBT_LIB_VER_BRANCH  2)
-set(LDACBT_SOURCE_VER  2)
+set(LDACBT_SOURCE_VER  3)
 
-set(LIBLDAC_MAJOR_MINOR_BRANCH 
"${LDACBT_LIB_VER_MAJOR}.${LDACBT_LIB_VER_MINOR}.${LDACBT_LIB_VER_BRANCH}.${LDACBT_SOURCE_VER}")
-set(SOVERSION ${LIBLDAC_MAJOR_MINOR_BRANCH})
+set(LIBLDAC_VERSION 
"${LDACBT_LIB_VER_MAJOR}.${LDACBT_LIB_VER_MINOR}.${LDACBT_LIB_VER_BRANCH}.${LDACBT_SOURCE_VER}")
 
 add_subdirectory(pkgconfig)
 
@@ -37,7 +46,7 @@
 target_link_libraries(ldacBT_enc m)
 target_compile_definitions(ldacBT_enc PUBLIC ${LDAC_SOFT_FLOAT_DEFINE})
 set_target_properties(ldacBT_enc PROPERTIES
-VERSION ${LIBLDAC_MAJOR_MINOR_BRANCH}
+VERSION ${LIBLDAC_VERSION}
 SOVERSION ${LDACBT_LIB_VER_MAJOR}
 )
 
@@ -48,7 +57,7 @@
 
 target_link_libraries(ldacBT_abr ldacBT_enc)
 set_target_properties(ldacBT_abr PROPERTIES
-VERSION ${LIBLDAC_MAJOR_MINOR_BRANCH}
+VERSION ${LIBLDAC_VERSION}
 SOVERSION ${LDACBT_LIB_VER_MAJOR}
 )
 
@@ -63,5 +72,5 @@
 libldac/inc/ldacBT.h
 libldac/abr/inc/ldacBT_abr.h
 DESTINATION
-${INSTALL_INCLUDEDIR}
+${INSTALL_LDAC_INCLUDEDIR}
 )
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ldacBT/README.md new/ldacBT/README.md
--- old/ldacBT/README.md2019-01-28 09:30:32.0 +0100
+++ new/ldacBT/README.md2019-02-15 20:43:46.0 +0100
@@ -23,26 +23,15 @@
 make DESTDIR=$DEST_DIR install
 ```
 
-**Tree**
-
-```
-DESTDIR
-└── usr
-├── include
-│   └── ldac
-

commit platformsh-cli for openSUSE:Factory

2019-02-17 Thread root
Hello community,

here is the log from the commit of package platformsh-cli for openSUSE:Factory 
checked in at 2019-02-17 12:21:27

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


Package is "platformsh-cli"

Sun Feb 17 12:21:27 2019 rev:62 rq:676595 version:3.40.0

Changes:

--- /work/SRC/openSUSE:Factory/platformsh-cli/platformsh-cli.changes
2019-01-21 11:02:29.767109127 +0100
+++ /work/SRC/openSUSE:Factory/.platformsh-cli.new.28833/platformsh-cli.changes 
2019-02-17 12:21:28.120198452 +0100
@@ -1,0 +2,19 @@
+Fri Feb 15 18:10:44 UTC 2019 - ji...@boombatower.com
+
+- Update to version 3.40.0:
+  * Release v3.40.0
+  * Use a different Drush alias root for site-local versions 8 or 9 (#777)
+  * Fix non-interactive choice default handling
+  * Fix non-interactive choice questions with no default should return null 
instead of erroring
+  * Make db:size schema agnostic but warn about inaccessible schemas
+  * Filter schemas by endpoint privileges
+  * Present a choice between schemas
+  * Include the service name and schema in the dump filename
+  * Add --schema option to db:dump and db:sql
+  * Always include a line break after choose()
+  * Fix checkout command when there is only one branch
+  * Fix Drush lock files not being used
+  * Add some 3-letter aliases
+  * Remove experimental "server" commands from README
+
+---

Old:

  platformsh-cli-3.39.0.tar.xz

New:

  platformsh-cli-3.40.0.tar.xz



Other differences:
--
++ platformsh-cli.spec ++
--- /var/tmp/diff_new_pack.MWd1w3/_old  2019-02-17 12:21:28.892198240 +0100
+++ /var/tmp/diff_new_pack.MWd1w3/_new  2019-02-17 12:21:28.896198239 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   platformsh-cli
-Version:3.39.0
+Version:3.40.0
 Release:0
 Summary:Tool for managing Platform.sh services from the command line
 # See licenses.txt for dependency licenses.

++ _service ++
--- /var/tmp/diff_new_pack.MWd1w3/_old  2019-02-17 12:21:28.928198230 +0100
+++ /var/tmp/diff_new_pack.MWd1w3/_new  2019-02-17 12:21:28.932198229 +0100
@@ -2,7 +2,7 @@
   
 @PARENT_TAG@
 v(.*)
-refs/tags/v3.39.0
+refs/tags/v3.40.0
 git://github.com/platformsh/platformsh-cli.git
 git
 enable

++ _servicedata ++
--- /var/tmp/diff_new_pack.MWd1w3/_old  2019-02-17 12:21:28.948198224 +0100
+++ /var/tmp/diff_new_pack.MWd1w3/_new  2019-02-17 12:21:28.952198224 +0100
@@ -1,6 +1,6 @@
 
   
 git://github.com/platformsh/platformsh-cli.git
-d0dd97e777b3c7b2fe5432004477ef3eb9f44fcf
+4d5f7dcd1eefbbf3473e0b7f091623cd7d83d355
   
 

++ platformsh-cli-3.39.0.tar.xz -> platformsh-cli-3.40.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/platformsh-cli-3.39.0/README.md 
new/platformsh-cli-3.40.0/README.md
--- old/platformsh-cli-3.39.0/README.md 2019-01-18 12:39:27.0 +0100
+++ new/platformsh-cli-3.40.0/README.md 2019-02-15 17:37:35.0 +0100
@@ -81,7 +81,7 @@
   web   Open the Web UI
 activity
   activity:get  View detailed information on a 
single activity
-  activity:list (activities)Get a list of activities for an 
environment or project
+  activity:list (activities, act)   Get a list of activities for an 
environment or project
   activity:log  Display the log for an activity
 app
   app:config-getView the configuration of an app
@@ -117,7 +117,7 @@
   environment:drush (drush) Run a drush command on the remote 
environment
   environment:http-access (httpaccess)  Update HTTP access settings for an 
environment
   environment:info  Read or set properties for an 
environment
-  environment:list (environments)   Get a list of environments
+  environment:list (environments, env)  Get a list of environments
   environment:logs (log)Read an environment's logs
   environment:merge (merge) Merge an environment
   environment:push (push)   Push code to an environment
@@ -148,7 +148,7 @@
   project:deleteDelete a project
   project:get (get) Clone a project locally
   project:info  Read or set properties for a 
project
-  project:list (projects)   Get a list of all active projects
+  project:list (projects, pro)  Get a list of all active projects
   project:set-remoteSet the 

commit python-asyncssh for openSUSE:Factory

2019-02-17 Thread root
Hello community,

here is the log from the commit of package python-asyncssh for openSUSE:Factory 
checked in at 2019-02-17 12:21:38

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


Package is "python-asyncssh"

Sun Feb 17 12:21:38 2019 rev:3 rq:676645 version:1.15.1

Changes:

--- /work/SRC/openSUSE:Factory/python-asyncssh/python-asyncssh.changes  
2019-02-02 21:49:36.119962485 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-asyncssh.new.28833/python-asyncssh.changes   
2019-02-17 12:21:44.784193867 +0100
@@ -1,0 +2,5 @@
+Tue Feb  5 14:34:42 UTC 2019 - Jan Engelhardt 
+
+- Avoid name repetition in summary
+
+---



Other differences:
--
++ python-asyncssh.spec ++
--- /var/tmp/diff_new_pack.cL7Bel/_old  2019-02-17 12:21:45.548193656 +0100
+++ /var/tmp/diff_new_pack.cL7Bel/_new  2019-02-17 12:21:45.552193655 +0100
@@ -21,7 +21,7 @@
 Name:   python-asyncssh
 Version:1.15.1
 Release:0
-Summary:AsyncSSH: Asynchronous SSHv2 client and server library
+Summary:Asynchronous SSHv2 client and server library
 License:EPL-2.0 OR GPL-2.0-or-later
 Group:  Development/Languages/Python
 Url:http://asyncssh.timeheart.net




commit rabbitmq-server for openSUSE:Factory

2019-02-17 Thread root
Hello community,

here is the log from the commit of package rabbitmq-server for openSUSE:Factory 
checked in at 2019-02-17 12:21:34

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


Package is "rabbitmq-server"

Sun Feb 17 12:21:34 2019 rev:42 rq:676615 version:3.7.12

Changes:

--- /work/SRC/openSUSE:Factory/rabbitmq-server/rabbitmq-server.changes  
2019-02-04 14:25:09.849060810 +0100
+++ 
/work/SRC/openSUSE:Factory/.rabbitmq-server.new.28833/rabbitmq-server.changes   
2019-02-17 12:21:35.944196300 +0100
@@ -1,0 +2,11 @@
+Fri Feb 15 14:16:01 UTC 2019 - Gabriele Santomaggio 
+
+- Update to RabbitMQ version 3.7.12
+- Full release notes: 
https://github.com/rabbitmq/rabbitmq-server/releases/tag/v3.7.12
+- RabbitMQ 3.7.12 is a maintenance release. It focuses on bug fixes and
+  minor usability improvements. This is the first release to require 
Erlang/OTP 20.3+.
+- inet_dist_listen_min and inet_dist_listen_max were removed from new style 
configuration.
+  They wouldn't have any effect due to how configuration translation is 
performed.
+  Use advanced.config or the RABBITMQ_DIST_PORT env variable to configure 
inet_dist_listen_*
+
+---

Old:

  rabbitmq-server-3.7.11.tar.xz

New:

  advanced.config.example
  rabbitmq-server-3.7.12.tar.xz
  rabbitmq.config.example



Other differences:
--
++ rabbitmq-server.spec ++
--- /var/tmp/diff_new_pack.sLetA1/_old  2019-02-17 12:21:36.612196115 +0100
+++ /var/tmp/diff_new_pack.sLetA1/_new  2019-02-17 12:21:36.616196114 +0100
@@ -33,7 +33,7 @@
 %define _make_args DESTDIR="%{buildroot}" PREFIX="%{_prefix}" 
RMQ_ROOTDIR=%{_rabbit_libdir} RMQ_ERLAPP_DIR=%{_rabbit_erllibdir} 
MAN_INSTALL_PATH="%{_mandir}" DOC_INSTALL_DIR=%{buildroot}/%{_docdir} 
VERSION=%{version} V=1
 
 Name:   rabbitmq-server
-Version:3.7.11
+Version:3.7.12
 Release:0
 Summary:A message broker supporting AMQP, STOMP and MQTT
 License:MPL-1.1
@@ -51,6 +51,8 @@
 Source8:README.SUSE
 # from 
https://raw.githubusercontent.com/rabbitmq/rabbitmq-server/v3.7.x/docs/rabbitmq.conf.example
 Source9:rabbitmq.conf.example
+Source10:   advanced.config.example
+Source11:   rabbitmq.config.example
 BuildRequires:  elixir
 # https://www.rabbitmq.com/which-erlang.html
 BuildRequires:  erlang < 22
@@ -154,6 +156,8 @@
 
 # install config files
 install -p -D -m 0644 %{SOURCE9} 
%{buildroot}/%{_sysconfdir}/rabbitmq/rabbitmq.conf
+install -p -D -m 0644 %{SOURCE10} 
%{buildroot}/%{_sysconfdir}/rabbitmq/advanced.config.example
+install -p -D -m 0644 %{SOURCE11} 
%{buildroot}/%{_sysconfdir}/rabbitmq/rabbitmq.config.example
 install -p -D -m 0644 %{SOURCE4} 
%{buildroot}/%{_sysconfdir}/rabbitmq/rabbitmq-env.conf
 
 # Copy all necessary lib files etc.

++ advanced.config.example ++
[


 %% 
 %% Advanced Erlang Networking/Clustering Options.
 %%
 %% See http://www.rabbitmq.com/clustering.html for details
 %% 
 %% Sets the net_kernel tick time.
 %% Please see http://erlang.org/doc/man/kernel_app.html and
 %% http://www.rabbitmq.com/nettick.html for further details.
 %%
 %% {kernel, [{net_ticktime, 60}]},
 %% 
 %% RabbitMQ Shovel Plugin
 %%
 %% See http://www.rabbitmq.com/shovel.html for details
 %% 

 {rabbitmq_shovel,
  [{shovels,
[%% A named shovel worker.
 %% {my_first_shovel,
 %%  [

 %% List the source broker(s) from which to consume.
 %%
 %%   {sources,
 %%[%% URI(s) and pre-declarations for all source broker(s).
 %% {brokers, ["amqp://user:password@host.domain/my_vhost"]},
 %% {declarations, []}
 %%]},

 %% List the destination broker(s) to publish to.
 %%   {destinations,
 %%[%% A singular version of the 'brokers' element.
 %% {broker, "amqp://"},
 %% {declarations, []}
 %%]},

 %% Name of the queue to shovel messages from.
 %%
 %% {queue, <<"your-queue-name-goes-here">>},

 %% Optional prefetch count.
 %%
 %% {prefetch_count, 10},

 %% when to acknowledge messages:
 %% - no_ack: never (auto)
 %% - on_publish: after each message is republished
 %% - on_confirm: when the destination broker confirms receipt
 %%
 %% {ack_mode, on_confirm},

 %% Overwrite fields of the outbound basic.publish.
 %%
 %% 

commit kst for openSUSE:Factory

2019-02-17 Thread root
Hello community,

here is the log from the commit of package kst for openSUSE:Factory checked in 
at 2019-02-17 12:21:18

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


Package is "kst"

Sun Feb 17 12:21:18 2019 rev:47 rq:676546 version:2.0.8

Changes:

--- /work/SRC/openSUSE:Factory/kst/kst.changes  2018-06-13 15:35:11.057848191 
+0200
+++ /work/SRC/openSUSE:Factory/.kst.new.28833/kst.changes   2019-02-17 
12:21:23.212199803 +0100
@@ -1,0 +2,5 @@
+Fri Feb 15 09:44:08 UTC 2019 - wba...@tmo.at
+
+- Use %cmake and %cmake_install macros
+
+---



Other differences:
--
++ kst.spec ++
--- /var/tmp/diff_new_pack.HeXO7b/_old  2019-02-17 12:21:23.836199631 +0100
+++ /var/tmp/diff_new_pack.HeXO7b/_new  2019-02-17 12:21:23.836199631 +0100
@@ -105,11 +105,11 @@
  -Dkst_qt4=1"
 %endif
 
-cmake $EXTRA_FLAGS
+%cmake $EXTRA_FLAGS
 make %{?_smp_mflags}
 
 %install
-%make_install
+%cmake_install
 %suse_update_desktop_file -r %{name}2 Qt KDE Science Math
 %fdupes %{buildroot}
 




commit ptokax for openSUSE:Factory

2019-02-17 Thread root
Hello community,

here is the log from the commit of package ptokax for openSUSE:Factory checked 
in at 2019-02-17 12:21:29

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


Package is "ptokax"

Sun Feb 17 12:21:29 2019 rev:4 rq:676607 version:0.5.2.2

Changes:

--- /work/SRC/openSUSE:Factory/ptokax/ptokax.changes2017-06-08 
15:04:32.853945433 +0200
+++ /work/SRC/openSUSE:Factory/.ptokax.new.28833/ptokax.changes 2019-02-17 
12:21:33.232197046 +0100
@@ -1,0 +2,5 @@
+Fri Feb 15 23:19:51 UTC 2019 - Jan Engelhardt 
+
+- Align getent/useradd error hiding with the other Factory packages.
+
+---



Other differences:
--
++ ptokax.spec ++
--- /var/tmp/diff_new_pack.FQHQmV/_old  2019-02-17 12:21:33.840196878 +0100
+++ /var/tmp/diff_new_pack.FQHQmV/_new  2019-02-17 12:21:33.844196877 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ptokax
 #
-# 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,9 +20,9 @@
 Version:0.5.2.2
 Release:0
 Summary:Server application for the Neo-Modus DC++ sharing network
-License:GPL-3.0
+License:GPL-3.0-only
 Group:  Productivity/Networking/File-Sharing
-Url:http://www.ptokax.org/
+URL:http://www.ptokax.org/
 BuildRequires:  gcc-c++
 BuildRequires:  lua-devel
 BuildRequires:  systemd-rpm-macros
@@ -35,7 +35,7 @@
 Patch3: gcc7.diff
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %{?systemd_requires}
-Requires(pre):  pwdutils
+Requires(pre):  shadow
 
 %description
 PtokaX Direct Connect Hub is a server application for Neo-Modus
@@ -46,7 +46,7 @@
 
 %prep
 %setup -q -n PtokaX
-%patch -P 1 -P 2 -P 3 -p1
+%autopatch -p1
 sed -i 's/\r//' ReadMe.txt Changelog.txt scripting.docs/scripting-interface.txt
 # remove tinyxml as we use system lib
 rm -rf tinyxml
@@ -60,8 +60,8 @@
 install -D -m 755 PtokaX %buildroot/%_sbindir/%name
 mkdir -p %buildroot/%_sysconfdir/%name
 mkdir -p %buildroot/var/log/%name
-cp -R cfg.example %buildroot/%_sysconfdir/%name/cfg
-cp -R language %buildroot/%_sysconfdir/%name
+cp -a cfg.example %buildroot/%_sysconfdir/%name/cfg
+cp -a language %buildroot/%_sysconfdir/%name
 
 find scripting.docs -type d -exec chmod a+x {} +
 find scripting.docs -type f -exec chmod a-x {} +
@@ -70,8 +70,8 @@
 ln -s service %buildroot/%_sbindir/rcptokax
 
 %pre
-getent group ptokax >/dev/null 2>/dev/null || %_sbindir/groupadd -r ptokax
-getent passwd ptokax >/dev/null 2>/dev/null || %_sbindir/useradd -g ptokax \
+getent group ptokax >/dev/null || %_sbindir/groupadd -r ptokax
+getent passwd ptokax >/dev/null || %_sbindir/useradd -g ptokax \
-s /bin/false -r -c "user for ptokax" -d %_sysconfdir/ptokax ptokax
 %service_add_pre %name.service
 
@@ -90,11 +90,11 @@
 %_sbindir/%name
 %_sbindir/rcptokax
 %_unitdir/%name.service
-%attr(755,ptokax,ptokax) %dir %_sysconfdir/%name
-%attr(755,ptokax,ptokax) %dir %_sysconfdir/%name/cfg
-%attr(755,ptokax,ptokax) %dir %_sysconfdir/%name/language
+%attr(-,ptokax,ptokax) %dir %_sysconfdir/%name
+%attr(-,ptokax,ptokax) %dir %_sysconfdir/%name/cfg
+%attr(-,ptokax,ptokax) %dir %_sysconfdir/%name/language
 %config %attr(644,ptokax,ptokax) %_sysconfdir/%name/cfg/*
 %config %attr(644,ptokax,ptokax) %_sysconfdir/%name/language/*
-%attr(755,ptokax,ptokax) %dir /var/log/%name
+%attr(-,ptokax,ptokax) %dir /var/log/%name
 
 %changelog




commit moc for openSUSE:Factory

2019-02-17 Thread root
Hello community,

here is the log from the commit of package moc for openSUSE:Factory checked in 
at 2019-02-17 12:20:54

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


Package is "moc"

Sun Feb 17 12:20:54 2019 rev:13 rq:676340 version:2.6.0~svn2994

Changes:

--- /work/SRC/openSUSE:Factory/moc/moc.changes  2018-07-06 10:47:28.946862745 
+0200
+++ /work/SRC/openSUSE:Factory/.moc.new.28833/moc.changes   2019-02-17 
12:20:54.784207622 +0100
@@ -1,0 +2,9 @@
+Thu Feb 14 23:26:43 UTC 2019 - bjorn@gmail.com
+
+- Switch to svn checkout via service, version 2.6.0~svn2994.
+- Add pkgconfig(popt) BuildRequires: New dependency.
+- No longer force usage of ffmpeg3 versions of pkgconfig(libav*).
+  We can now build with ffmpeg v4.
+- Drop moc-2.5.0-underlinking.patch: No longer needed.
+
+---

Old:

  moc-2.5.0-underlinking.patch
  moc-2.5.2.tar.bz2
  moc-2.5.2.tar.bz2.sig
  moc.keyring

New:

  _service
  trunk-2.6.0~svn2994.obscpio
  trunk.obsinfo



Other differences:
--
++ moc.spec ++
--- /var/tmp/diff_new_pack.oe4olM/_old  2019-02-17 12:20:55.596207398 +0100
+++ /var/tmp/diff_new_pack.oe4olM/_new  2019-02-17 12:20:55.600207398 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package moc
 #
-# 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,23 +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:   moc
-Version:2.5.2
+Version:2.6.0~svn2994
 Release:0
 Summary:Console audio player
-License:GPL-2.0+
+License:GPL-2.0-or-later
 Group:  Productivity/Multimedia/Sound/Players
 Url:http://moc.daper.net/
-Source0:ftp://ftp.daper.net/pub/soft/moc/stable/moc-%{version}.tar.bz2
-Source1:
ftp://ftp.daper.net/pub/soft/moc/stable/moc-%{version}.tar.bz2.sig
-Source2:moc.keyring
-Patch0: moc-2.5.0-underlinking.patch
+Source0:trunk-%{version}.tar.xz
+
 Patch1: moc.timestamp.patch
 Patch2: moc.TiMidity_Config.patch
+
 BuildRequires:  autoconf
 BuildRequires:  automake
 BuildRequires:  file-devel
@@ -40,14 +39,15 @@
 BuildRequires:  pkgconfig(alsa)
 BuildRequires:  pkgconfig(flac) >= 1.1
 BuildRequires:  pkgconfig(jack)
-BuildRequires:  pkgconfig(libavcodec) = 57.107.100
-BuildRequires:  pkgconfig(libavformat) = 57.83.100
-BuildRequires:  pkgconfig(libavutil) = 55.78.100
+BuildRequires:  pkgconfig(libavcodec)
+BuildRequires:  pkgconfig(libavformat)
+BuildRequires:  pkgconfig(libavutil)
 BuildRequires:  pkgconfig(libcurl)
 BuildRequires:  pkgconfig(libmodplug) >= 0.7
 BuildRequires:  pkgconfig(librcc)
 BuildRequires:  pkgconfig(libtimidity) >= 0.1.0
 BuildRequires:  pkgconfig(ogg) >= 1.0
+BuildRequires:  pkgconfig(popt)
 BuildRequires:  pkgconfig(samplerate)
 BuildRequires:  pkgconfig(sndfile) >= 1.0.0
 BuildRequires:  pkgconfig(speex) >= 1.0.0
@@ -90,10 +90,7 @@
   * OSS, JACK, and ALSA output.
 
 %prep
-%setup -q
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
+%autosetup -p1 -n trunk-%{version}
 
 %build
 autoreconf -fi
@@ -138,7 +135,8 @@
 
 %files
 %defattr(0644,root,root,0755)
-%doc AUTHORS COPYING NEWS README TODO config.example keymap.example
+%license COPYING
+%doc AUTHORS NEWS README TODO config.example keymap.example
 %attr(0755,-,-) %{_bindir}/mocp
 %{_mandir}/man1/mocp.1*
 %{_libdir}/moc/

++ _service ++

  
svn://svn.daper.net/moc/trunk
svn
2.6.0~svn2994
2994
  
  
  
  
*.tar
xz
  

++ trunk.obsinfo ++
name: trunk
version: 2.6.0~svn2994
mtime: 1546995684



commit texmath for openSUSE:Factory

2019-02-17 Thread root
Hello community,

here is the log from the commit of package texmath for openSUSE:Factory checked 
in at 2019-02-17 12:20:48

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


Package is "texmath"

Sun Feb 17 12:20:48 2019 rev:28 rq:674315 version:0.11.2

Changes:

--- /work/SRC/openSUSE:Factory/texmath/texmath.changes  2018-11-09 
07:53:44.275758011 +0100
+++ /work/SRC/openSUSE:Factory/.texmath.new.28833/texmath.changes   
2019-02-17 12:20:49.348209117 +0100
@@ -1,0 +2,15 @@
+Fri Feb  1 03:01:10 UTC 2019 - psim...@suse.com
+
+- Update texmath to version 0.11.2.
+  texmath (0.11.2)
+
+* Improved handling of \mathop etc (#126).  We now allow operators like
+  `arg\,min`, converting the space into unicode.
+* Support \hspace (#126).
+* Support \hdots as synonym of \ldots (#126).
+* Support \mathds (#126).
+* In parsing array, ignore `|` in column specs (#127).
+  We have no way to represent this in EArray, currently.
+  Ignoring them seems better than failing altogether.
+
+---

Old:

  texmath-0.11.1.2.tar.gz

New:

  texmath-0.11.2.tar.gz



Other differences:
--
++ texmath.spec ++
--- /var/tmp/diff_new_pack.XFRU1E/_old  2019-02-17 12:20:49.996208939 +0100
+++ /var/tmp/diff_new_pack.XFRU1E/_new  2019-02-17 12:20:50.000208937 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package texmath
 #
-# 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
@@ -19,7 +19,7 @@
 %global pkg_name texmath
 %bcond_with tests
 Name:   %{pkg_name}
-Version:0.11.1.2
+Version:0.11.2
 Release:0
 Summary:Conversion between formats used to represent mathematics
 License:GPL-2.0-or-later

++ texmath-0.11.1.2.tar.gz -> texmath-0.11.2.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/texmath-0.11.1.2/changelog 
new/texmath-0.11.2/changelog
--- old/texmath-0.11.1.2/changelog  2018-10-24 19:08:17.0 +0200
+++ new/texmath-0.11.2/changelog2019-01-31 07:09:29.0 +0100
@@ -1,3 +1,14 @@
+texmath (0.11.2)
+
+  * Improved handling of \mathop etc (#126).  We now allow operators like
+`arg\,min`, converting the space into unicode.
+  * Support \hspace (#126).
+  * Support \hdots as synonym of \ldots (#126).
+  * Support \mathds (#126).
+  * In parsing array, ignore `|` in column specs (#127).
+We have no way to represent this in EArray, currently.
+Ignoring them seems better than failing altogether.
+
 texmath (0.11.1.2)
 
   * Eqn writer: properly escape `{` and `}`.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/texmath-0.11.1.2/src/Text/TeXMath/Readers/TeX.hs 
new/texmath-0.11.2/src/Text/TeXMath/Readers/TeX.hs
--- old/texmath-0.11.1.2/src/Text/TeXMath/Readers/TeX.hs2018-10-24 
19:08:17.0 +0200
+++ new/texmath-0.11.2/src/Text/TeXMath/Readers/TeX.hs  2019-01-31 
07:09:29.0 +0100
@@ -1,4 +1,5 @@
 {-# LANGUAGE TupleSections #-}
+{-# LANGUAGE ScopedTypeVariables #-}
 {-
 Copyright (C) 2009 John MacFarlane 
 
@@ -28,6 +29,7 @@
 import Control.Monad
 import Data.Char (isDigit, isAscii, isLetter)
 import qualified Data.Map as M
+import Data.Maybe (mapMaybe)
 import Text.Parsec hiding (label)
 import Text.Parsec.Error
 import Text.Parsec.String
@@ -38,6 +40,7 @@
 import Text.TeXMath.Unicode.ToTeX (getSymbolType)
 import Data.Maybe (fromJust)
 import Text.TeXMath.Unicode.ToUnicode (toUnicode)
+import Text.TeXMath.Shared (getSpaceChars)
 
 type TP = Parser
 
@@ -52,6 +55,7 @@
   , styled
   , root
   , mspace
+  , hspace
   , mathop
   , phantom
   , boxed
@@ -108,8 +112,11 @@
   return result
 
 ignorable :: TP ()
-ignorable = skipMany (comment <|> label <|> () <$ ctrlseq "nonumber" <|>
-(skipMany1 space  "whitespace"))
+ignorable = skipMany $
+comment
+<|> label
+<|> () <$ ctrlseq "nonumber"
+<|> (skipMany1 space  "whitespace")
 
 comment :: TP ()
 comment = char '%' *> skipMany (noneOf "\n") *> optional newline
@@ -172,7 +179,7 @@
   toStr sty (ENumber s) = Just $ toUnicode sty s
   toStr sty (EMathOperator s)   = Just $ toUnicode sty s
   toStr sty (ESymbol _ s)   = Just $ toUnicode sty s
-  toStr _   (ESpace _)  = Just $ " "
+  toStr _   (ESpace n)  = Just $ 

commit python-amqp for openSUSE:Factory

2019-02-17 Thread root
Hello community,

here is the log from the commit of package python-amqp for openSUSE:Factory 
checked in at 2019-02-17 12:21:11

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


Package is "python-amqp"

Sun Feb 17 12:21:11 2019 rev:26 rq:676524 version:2.4.1

Changes:

--- /work/SRC/openSUSE:Factory/python-amqp/python-amqp.changes  2018-07-02 
23:33:09.125271449 +0200
+++ /work/SRC/openSUSE:Factory/.python-amqp.new.28833/python-amqp.changes   
2019-02-17 12:21:11.416203048 +0100
@@ -1,0 +2,60 @@
+Fri Feb 15 11:55:34 UTC 2019 - Matej Cepl 
+
+- Better call of py.test
+
+---
+Fri Feb 15 09:32:49 UTC 2019 - John Vandenberg 
+
+- Add versions to dependencies
+- Remove python-sasl from build dependencies
+- Update to version 2.4.1
+  * To avoid breaking the API basic_consume() now returns the consumer tag
+instead of a tuple when nowait is True.
+  * Fix crash in basic_publish when broker does not support connection.blocked
+capability.
+  * read_frame() is now Python 3 compatible for large payloads.
+  * Support float read_timeout/write_timeout.
+  * Always treat SSLError timeouts as socket timeouts.
+  * Treat EWOULDBLOCK as timeout.
+- from 2.4.0
+  * Fix inconsistent frame_handler return value.
+The function returned by frame_handler is meant to return True
+once the complete message is received and the callback is called,
+False otherwise.
+This fixes the return value for messages with a body split across
+multiple frames, and heartbeat frames.
+  * Don't default content_encoding to utf-8 for bytes.
+This is not an acceptable default as the content may not be
+valid utf-8, and even if it is, the producer likely does not
+expect the message to be decoded by the consumer.
+  * Fix encoding of messages with multibyte characters.
+Body length was previously calculated using string length,
+which may be less than the length of the encoded body when
+it contains multibyte sequences. This caused the body of
+the frame to be truncated.
+  * Respect content_encoding when encoding messages.
+Previously the content_encoding was ignored and messages
+were always encoded as utf-8. This caused messages to be
+incorrectly decoded if content_encoding is properly respected
+when decoding.
+  * Fix AMQP protocol header for AMQP 0-9-1.
+Previously it was set to a different value for unknown reasons.
+  * Add support for Python 3.7.
+Change direct SSLSocket instantiation with wrap_socket.
+  * Add support for field type "x" (byte array).
+  * If there is an exception raised on Connection.connect or
+Connection.close, ensure that the underlying transport socket
+is closed.  Adjust exception message on connection errors as well.
+  * TCP_USER_TIMEOUT has to be excluded from KNOWN_TCP_OPTS in BSD platforms.
+  * Handle negative acknowledgments.
+  * Added integration tests.
+  * Fix basic_consume() with no consumer_tag provided.
+  * Improved empty AMQPError string representation.
+  * Drain events before publish.
+This is needed to capture out of memory messages for clients that only
+publish. Otherwise on_blocked is never called.
+  * Don't revive channel when connection is closing.
+When connection is closing don't raise error when Channel.Close
+method is received.
+
+---

Old:

  amqp-2.3.2.tar.gz

New:

  amqp-2.4.1.tar.gz



Other differences:
--
++ python-amqp.spec ++
--- /var/tmp/diff_new_pack.YSfz5i/_old  2019-02-17 12:21:11.848202929 +0100
+++ /var/tmp/diff_new_pack.YSfz5i/_new  2019-02-17 12:21:11.848202929 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-amqp
 #
-# 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,26 +12,24 @@
 # 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/
 #
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-amqp
-Version:2.3.2
+Version:2.4.1
 Release:0
 Summary:Low-level AMQP client for Python (fork of amqplib)
 License:LGPL-2.1-or-later
 Group:  Development/Languages/Python
 URL:

commit kdstatemachineeditor for openSUSE:Factory

2019-02-17 Thread root
Hello community,

here is the log from the commit of package kdstatemachineeditor for 
openSUSE:Factory checked in at 2019-02-17 12:20:56

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


Package is "kdstatemachineeditor"

Sun Feb 17 12:20:56 2019 rev:4 rq:676346 version:1.2.4

Changes:

--- 
/work/SRC/openSUSE:Factory/kdstatemachineeditor/kdstatemachineeditor.changes
2018-05-23 16:09:57.868086596 +0200
+++ 
/work/SRC/openSUSE:Factory/.kdstatemachineeditor.new.28833/kdstatemachineeditor.changes
 2019-02-17 12:20:57.632206839 +0100
@@ -1,0 +2,7 @@
+Thu Oct 25 13:14:21 UTC 2018 - Christophe Giboudeaux 
+
+- Update to 1.2.4
+  * Fix a build issue
+- Drop fix-build.patch. Fixed upstream
+
+---

Old:

  fix-build.patch
  kdstatemachineeditor-1.2.3.tar.gz

New:

  kdstatemachineeditor-1.2.4.tar.gz



Other differences:
--
++ kdstatemachineeditor.spec ++
--- /var/tmp/diff_new_pack.MwP2KX/_old  2019-02-17 12:20:58.024206731 +0100
+++ /var/tmp/diff_new_pack.MwP2KX/_new  2019-02-17 12:20:58.024206731 +0100
@@ -12,23 +12,21 @@
 # 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 sover 1_2_3
+%define sover 1_2_4
 %define libnamecore libkdstatemachineeditor_core%{sover}
 %define libnameview libkdstatemachineeditor_view%{sover}
 Name:   kdstatemachineeditor
-Version:1.2.3
+Version:1.2.4
 Release:0
 Summary:A framework for creating Qt State Machine metacode using a GUI
 License:LGPL-2.1-only
 Group:  Development/Libraries/C and C++
 URL:https://kdab.github.io/KDStateMachineEditor/
 Source: 
https://github.com/KDAB/KDStateMachineEditor/releases/download/v%{version}/%{name}-%{version}.tar.gz
-# PATCH-FIX-UPSTREAM -- fix-build.patch
-Patch0: fix-build.patch
 BuildRequires:  cmake >= 2.8.11
 BuildRequires:  doxygen
 BuildRequires:  graphviz-devel
@@ -86,7 +84,7 @@
 or QML that can then be used in Qt or QtQuick projects.
 
 %prep
-%autosetup -p1
+%setup -q
 
 %build
 cmake . -DCMAKE_INSTALL_PREFIX=%{_prefix} \

++ kdstatemachineeditor-1.2.3.tar.gz -> kdstatemachineeditor-1.2.4.tar.gz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdstatemachineeditor-1.2.3/CHANGES 
new/kdstatemachineeditor-1.2.4/CHANGES
--- old/kdstatemachineeditor-1.2.3/CHANGES  2018-02-28 18:13:17.0 
+0100
+++ new/kdstatemachineeditor-1.2.4/CHANGES  2018-06-21 18:01:03.0 
+0200
@@ -1,3 +1,7 @@
+Version 1.2.4:
+-
+ * Fix minor compile error
+
 Version 1.2.3:
 -
  * minor syncing with externals
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdstatemachineeditor-1.2.3/CMakeLists.txt 
new/kdstatemachineeditor-1.2.4/CMakeLists.txt
--- old/kdstatemachineeditor-1.2.3/CMakeLists.txt   2018-02-28 
18:13:17.0 +0100
+++ new/kdstatemachineeditor-1.2.4/CMakeLists.txt   2018-06-21 
18:01:03.0 +0200
@@ -12,10 +12,10 @@
 # Version setup
 set(KDSME_VERSION_MAJOR "1")
 set(KDSME_VERSION_MINOR "2")
-set(KDSME_VERSION_PATCH "3")
+set(KDSME_VERSION_PATCH "4")
 set(KDSME_VERSION 
"${KDSME_VERSION_MAJOR}.${KDSME_VERSION_MINOR}.${KDSME_VERSION_PATCH}")
 set(KDSME_VERSION_STRING "${KDSME_VERSION}")
-set(KDSME_SOVERSION "1.2.3")
+set(KDSME_SOVERSION "1.2.4")
 set(PROJECT_VERSION_STRING "${KDSME_VERSION_STRING}")
 
 set(CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/cmake/ ${CMAKE_MODULE_PATH})
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdstatemachineeditor-1.2.3/debian.changelog 
new/kdstatemachineeditor-1.2.4/debian.changelog
--- old/kdstatemachineeditor-1.2.3/debian.changelog 2018-02-28 
18:13:17.0 +0100
+++ new/kdstatemachineeditor-1.2.4/debian.changelog 2018-06-21 
18:01:03.0 +0200
@@ -1,3 +1,9 @@
+kdstatemachineeditor (1.2.4) final; urgency=low
+
+  * 1.2.4 final
+
+ -- Allen Winter   Thu, 21 Jun 2018 12:00:00 -0500
+
 kdstatemachineeditor (1.2.3) final; urgency=low
 
   * 1.2.3 final
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdstatemachineeditor-1.2.3/kdstatemachineeditor.dsc 
new/kdstatemachineeditor-1.2.4/kdstatemachineeditor.dsc
--- old/kdstatemachineeditor-1.2.3/kdstatemachineeditor.dsc 2018-02-28 
18:13:17.0 +0100
+++ 

commit icingaweb2-module-director for openSUSE:Factory

2019-02-17 Thread root
Hello community,

here is the log from the commit of package icingaweb2-module-director for 
openSUSE:Factory checked in at 2019-02-17 12:21:12

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


Package is "icingaweb2-module-director"

Sun Feb 17 12:21:12 2019 rev:8 rq:676530 version:1.6.1

Changes:

--- 
/work/SRC/openSUSE:Factory/icingaweb2-module-director/icingaweb2-module-director.changes
2018-12-11 15:49:54.534068912 +0100
+++ 
/work/SRC/openSUSE:Factory/.icingaweb2-module-director.new.28833/icingaweb2-module-director.changes
 2019-02-17 12:21:14.328202246 +0100
@@ -1,0 +2,47 @@
+Fri Feb 15 12:20:10 UTC 2019 - ec...@opensuse.org
+
+- update to 1.6.1
+  * Fixed issues
+- You can find issues and feature requests related to this 
+  release on our roadmap
+  * User Interface
+- FIX: restoring a basket fails when there is only one 
+  configured DB (#1716)
+- FIX: creating a new Basket with a Custom Selection failed 
+  with an error (#1733)
+- FIX: some new reserved keywords are now escaped correctly
+  (#1765)
+- FIX: correctly render NOT used in apply rules (fixes #1777)
+- FIX: Activity Log used to ignore Host filters (#1613)
+- FIX: Basket failed to restore depending on PHP version 
+  (#1782)
+- FIX: Loop detection works again (#1631)
+- FIX: Snapshots for Baskets with Dependencies are now possible
+  (#1739)
+- FIX: Commands snapshots now carry fields in your Basket 
+  (#1747)
+- FIX: Cloning services from one Set to another one no longer 
+  fails (#1758)
+- FIX: Blacklisting a Service from a Set on a Host Template is
+   now possible (#1707)
+- FIX: Services from a Set assigned to a single Host can be 
+  blacklisted (#1616)
+- FEATURE: Add TimePeriod support to Configuration Baskets 
+  (#1735)
+- FEATURE: RO users could want to see where a configured 
+  service originated (#1785)
+- FEATURE: introduce director/serviceapplyrules REST API 
+  endpoint (#1755)
+  * REST API
+- FIX: Self Service API now ships optional Service User 
+  parameter (#1297)
+  * DB Schema
+- FIX: it wasn't possible to use the same custom var in 
+  multiple notification
+definitions on PostgreSQL (#1762)
+  * Icinga Configuration
+- FIX: escape newly introduced Icinga 2 keywords (#1765)
+
+- Change source name from github to name-version.
+
+---
@@ -713 +759,0 @@
-

Old:

  v1.6.0.tar.gz

New:

  icingaweb2-module-director-1.6.1.tar.gz



Other differences:
--
++ icingaweb2-module-director.spec ++
--- /var/tmp/diff_new_pack.icM1DQ/_old  2019-02-17 12:21:14.740202134 +0100
+++ /var/tmp/diff_new_pack.icM1DQ/_new  2019-02-17 12:21:14.744202132 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package icingaweb2-module-director
 #
-# 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
@@ -19,13 +19,13 @@
 # See also http://en.opensuse.org/openSUSE:Specfile_guidelines
 
 Name:   icingaweb2-module-director
-Version:1.6.0
+Version:1.6.1
 Release:0
 Summary:Config module for Icinga Web 2
 License:GPL-2.0-or-later
 Group:  System/Monitoring
 Url:https://www.icinga.org
-Source0:https://github.com/Icinga/%{name}/archive/v%{version}.tar.gz
+Source0:
https://github.com/Icinga/%{name}/archive/v%{version}/%{name}-%{version}.tar.gz
 Source90:   README.SUSE
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch




commit ghc-ansi-wl-pprint for openSUSE:Factory

2019-02-17 Thread root
Hello community,

here is the log from the commit of package ghc-ansi-wl-pprint for 
openSUSE:Factory checked in at 2019-02-17 12:20:50

Comparing /work/SRC/openSUSE:Factory/ghc-ansi-wl-pprint (Old)
 and  /work/SRC/openSUSE:Factory/.ghc-ansi-wl-pprint.new.28833 (New)


Package is "ghc-ansi-wl-pprint"

Sun Feb 17 12:20:50 2019 rev:7 rq:674875 version:0.6.8.2

Changes:

--- /work/SRC/openSUSE:Factory/ghc-ansi-wl-pprint/ghc-ansi-wl-pprint.changes
2018-10-25 08:22:18.939912146 +0200
+++ 
/work/SRC/openSUSE:Factory/.ghc-ansi-wl-pprint.new.28833/ghc-ansi-wl-pprint.changes
 2019-02-17 12:20:50.844208706 +0100
@@ -1,0 +2,5 @@
+Thu Feb 14 08:15:41 UTC 2019 - Peter Simons 
+
+- Update Cabal file to support ansi-terminal version 0.9.x.
+
+---

New:

  ansi-wl-pprint.cabal



Other differences:
--
++ ghc-ansi-wl-pprint.spec ++
--- /var/tmp/diff_new_pack.P2PRmG/_old  2019-02-17 12:20:51.300208580 +0100
+++ /var/tmp/diff_new_pack.P2PRmG/_new  2019-02-17 12:20:51.300208580 +0100
@@ -25,6 +25,7 @@
 Group:  Development/Libraries/Haskell
 URL:https://hackage.haskell.org/package/%{pkg_name}
 Source0:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
+Source1:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/1.cabal#/%{pkg_name}.cabal
 BuildRequires:  ghc-Cabal-devel
 BuildRequires:  ghc-ansi-terminal-devel
 BuildRequires:  ghc-rpm-macros
@@ -48,6 +49,7 @@
 
 %prep
 %setup -q -n %{pkg_name}-%{version}
+cp -p %{SOURCE1} %{pkg_name}.cabal
 
 %build
 %ghc_lib_build

++ ansi-wl-pprint.cabal ++
name:ansi-wl-pprint
version: 0.6.8.2
x-revision: 1
cabal-version:   >= 1.10
category:User Interfaces, Text
synopsis:The Wadler/Leijen Pretty Printer for colored ANSI terminal 
output
description: {

This is a pretty printing library based on Wadler's paper ["A Prettier 
Printer"](https://homepages.inf.ed.ac.uk/wadler/papers/prettier/prettier.pdf). 
It has been enhanced with support for ANSI terminal colored output using the 
[ansi-terminal](https://hackage.haskell.org/package/ansi-terminal) package.

}
license: BSD3
license-file:LICENSE
extra-source-files:  README.md Changelog.md
author:  Daan Leijen, Max Bolingbroke
maintainer:  Edward Kmett 
bug-reports: http://github.com/ekmett/ansi-wl-pprint/issues
homepage:http://github.com/ekmett/ansi-wl-pprint
build-type:  Simple
tested-with: GHC==7.4.2, GHC==7.6.3, GHC==7.8.4, GHC==7.10.3, 
GHC==8.0.2, GHC==8.2.2, GHC==8.4.3, GHC==8.6.3

source-repository head
  type: git
  location: https://github.com/ekmett/ansi-wl-pprint.git

flag Example
  description:Build the example application
  default:False
  manual: True

library
  default-language: Haskell2010
  hs-source-dirs: .
  exposed-modules: Text.PrettyPrint.ANSI.Leijen
 , Text.PrettyPrint.ANSI.Leijen.Internal
  ghc-options: -Wall -fno-warn-name-shadowing -fno-warn-unused-matches

  -- See https://ghc.haskell.org/trac/ghc/wiki/Migration/8.0#base-4.9.0.0
  if impl(ghc >= 8.0)
ghc-options: -Wcompat -Wnoncanonical-monad-instances 
-Wnoncanonical-monadfail-instances
  else
-- see also notes in Text.PrettyPrint.ANSI.Leijen
build-depends: semigroups >= 0.1 && < 0.19

  build-depends: ansi-terminal >= 0.4.0 && < 0.10
  build-depends: base >= 4.5 && < 5

executable ansi-wl-pprint-example
  default-language: Haskell2010
  hs-source-dirs: src-exe
  main-is: Example.hs

  if flag(example)
build-depends: ansi-wl-pprint
-- dependencies whose constraints are inherited via lib:ansi-wl-pprint
build-depends: base, ansi-terminal
  else
buildable: False



commit ghc-adjunctions for openSUSE:Factory

2019-02-17 Thread root
Hello community,

here is the log from the commit of package ghc-adjunctions for openSUSE:Factory 
checked in at 2019-02-17 12:19:47

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


Package is "ghc-adjunctions"

Sun Feb 17 12:19:47 2019 rev:3 rq:674292 version:4.4

Changes:

--- /work/SRC/openSUSE:Factory/ghc-adjunctions/ghc-adjunctions.changes  
2018-10-25 08:14:30.432118104 +0200
+++ 
/work/SRC/openSUSE:Factory/.ghc-adjunctions.new.28833/ghc-adjunctions.changes   
2019-02-17 12:19:47.628226078 +0100
@@ -1,0 +2,5 @@
+Sat Jan 19 12:33:32 UTC 2019 - Peter Simons 
+
+- Update Cabal build instructions for more accurate dependencies.
+
+---



Other differences:
--
++ ghc-adjunctions.spec ++
--- /var/tmp/diff_new_pack.emP4IO/_old  2019-02-17 12:19:48.108225946 +0100
+++ /var/tmp/diff_new_pack.emP4IO/_new  2019-02-17 12:19:48.112225946 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-adjunctions
 #
-# 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
@@ -26,7 +26,7 @@
 Group:  Development/Libraries/Haskell
 URL:https://hackage.haskell.org/package/%{pkg_name}
 Source0:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
-Source1:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/1.cabal#/%{pkg_name}.cabal
+Source1:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/2.cabal#/%{pkg_name}.cabal
 BuildRequires:  ghc-Cabal-devel
 BuildRequires:  ghc-array-devel
 BuildRequires:  ghc-comonad-devel

++ adjunctions.cabal ++
--- /var/tmp/diff_new_pack.emP4IO/_old  2019-02-17 12:19:48.152225935 +0100
+++ /var/tmp/diff_new_pack.emP4IO/_new  2019-02-17 12:19:48.152225935 +0100
@@ -1,7 +1,7 @@
 name:  adjunctions
 category:  Data Structures, Adjunctions
 version:   4.4
-x-revision: 1
+x-revision: 2
 license:   BSD3
 cabal-version: >= 1.8
 license-file:  LICENSE
@@ -45,6 +45,7 @@
 MultiParamTypeClasses
 Rank2Types
 UndecidableInstances
+DefaultSignatures
 
   build-depends:
 array   >= 0.3.0.2 && < 0.7,




commit ghc-vector-builder for openSUSE:Factory

2019-02-17 Thread root
Hello community,

here is the log from the commit of package ghc-vector-builder for 
openSUSE:Factory checked in at 2019-02-17 12:20:40

Comparing /work/SRC/openSUSE:Factory/ghc-vector-builder (Old)
 and  /work/SRC/openSUSE:Factory/.ghc-vector-builder.new.28833 (New)


Package is "ghc-vector-builder"

Sun Feb 17 12:20:40 2019 rev:4 rq:674312 version:0.3.7.2

Changes:

--- /work/SRC/openSUSE:Factory/ghc-vector-builder/ghc-vector-builder.changes
2018-10-25 09:07:04.258478838 +0200
+++ 
/work/SRC/openSUSE:Factory/.ghc-vector-builder.new.28833/ghc-vector-builder.changes
 2019-02-17 12:20:43.396210753 +0100
@@ -1,0 +2,6 @@
+Thu Feb  7 13:49:01 UTC 2019 - psim...@suse.com
+
+- Update vector-builder to version 0.3.7.2.
+  Upstream does not provide a change log file.
+
+---

Old:

  vector-builder-0.3.6.tar.gz

New:

  vector-builder-0.3.7.2.tar.gz



Other differences:
--
++ ghc-vector-builder.spec ++
--- /var/tmp/diff_new_pack.7euwmZ/_old  2019-02-17 12:20:44.212210529 +0100
+++ /var/tmp/diff_new_pack.7euwmZ/_new  2019-02-17 12:20:44.216210528 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-vector-builder
 #
-# 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
@@ -19,7 +19,7 @@
 %global pkg_name vector-builder
 %bcond_with tests
 Name:   ghc-%{pkg_name}
-Version:0.3.6
+Version:0.3.7.2
 Release:0
 Summary:Vector builder
 License:MIT
@@ -59,8 +59,8 @@
 > >import qualified Data.Vector as A >import qualified VectorBuilder.Builder as
 B >import qualified VectorBuilder.Vector as C > > >myVector :: A.Vector a ->
 [a] -> a -> A.Vector a >myVector vector list element = > C.build builder >
-where > builder = > B.vector vector <> > foldMap B.singleton list <> >
-B.singleton element.
+where > builder = > B.vector vector <> > B.foldable list <> > B.singleton
+element.
 
 %package devel
 Summary:Haskell %{pkg_name} library development files

++ vector-builder-0.3.6.tar.gz -> vector-builder-0.3.7.2.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/vector-builder-0.3.6/library/VectorBuilder/Alternative.hs 
new/vector-builder-0.3.7.2/library/VectorBuilder/Alternative.hs
--- old/vector-builder-0.3.6/library/VectorBuilder/Alternative.hs   
2018-08-03 14:51:04.0 +0200
+++ new/vector-builder-0.3.7.2/library/VectorBuilder/Alternative.hs 
2019-02-06 12:39:12.0 +0100
@@ -9,10 +9,11 @@
 import Data.Vector (Vector)
 import qualified VectorBuilder.Builder as A
 import qualified VectorBuilder.Vector as B
+import qualified Data.Vector.Generic as C
 
 
 {-# INLINABLE many #-}
-many :: Alternative m => m a -> m (Vector a)
+many :: (Alternative m, C.Vector vector a) => m a -> m (vector a)
 many = fmap B.build . manyBuilder
 
 {-# INLINABLE manyBuilder #-}
@@ -22,7 +23,7 @@
   in loop
 
 {-# INLINABLE some #-}
-some :: Alternative m => m a -> m (Vector a)
+some :: (Alternative m, C.Vector vector a) => m a -> m (vector a)
 some m = B.build <$> someBuilder m
 
 {-# INLINABLE someBuilder #-}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/vector-builder-0.3.6/library/VectorBuilder/Builder.hs 
new/vector-builder-0.3.7.2/library/VectorBuilder/Builder.hs
--- old/vector-builder-0.3.6/library/VectorBuilder/Builder.hs   2018-08-03 
14:51:04.0 +0200
+++ new/vector-builder-0.3.7.2/library/VectorBuilder/Builder.hs 2019-02-06 
12:39:12.0 +0100
@@ -4,6 +4,7 @@
   empty,
   singleton,
   vector,
+  foldable,
 )
 where
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/vector-builder-0.3.6/library/VectorBuilder/Core/Builder.hs 
new/vector-builder-0.3.7.2/library/VectorBuilder/Core/Builder.hs
--- old/vector-builder-0.3.6/library/VectorBuilder/Core/Builder.hs  
2018-08-03 14:51:04.0 +0200
+++ new/vector-builder-0.3.7.2/library/VectorBuilder/Core/Builder.hs
2019-02-06 12:39:12.0 +0100
@@ -1,9 +1,10 @@
 module VectorBuilder.Core.Builder
 where
 
-import VectorBuilder.Prelude hiding (empty)
+import VectorBuilder.Prelude hiding (empty, concat)
 import qualified VectorBuilder.Core.Update as A
 import qualified Data.Vector.Generic as B
+import qualified Data.Vector.Generic.Mutable as C
 
 
 -- |
@@ -39,6 +40,11 @@
 vector vector =
   Builder (B.length vector) (A.writeMany vector)
 
+{-# INLINE foldable #-}
+foldable :: Foldable foldable => foldable 

commit pandoc for openSUSE:Factory

2019-02-17 Thread root
Hello community,

here is the log from the commit of package pandoc for openSUSE:Factory checked 
in at 2019-02-17 12:20:45

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


Package is "pandoc"

Sun Feb 17 12:20:45 2019 rev:32 rq:674314 version:2.6

Changes:

--- /work/SRC/openSUSE:Factory/pandoc/pandoc.changes2019-01-24 
14:11:41.603481623 +0100
+++ /work/SRC/openSUSE:Factory/.pandoc.new.28833/pandoc.changes 2019-02-17 
12:20:48.164209442 +0100
@@ -1,0 +2,356 @@
+Fri Feb  1 03:01:12 UTC 2019 - psim...@suse.com
+
+- Update pandoc to version 2.6.
+  pandoc (2.6) PROVISIONAL
+
+* Support ipynb (Jupyter notebook) as input and output format.
+
+  + Add `ipynb` as input and output format (extension `.ipynb`).
+  + Added Text.Pandoc.Readers.Ipynb [API change].
+  + Added Text.Pandoc.Writers.Ipynb [API change].
+  + Add `PandocIpynbDecodingError` constructor to Text.Pandoc.Error.Error
+[API change].
+  + Depend on ipynb library.
+  + Note: there is no template for ipynb.
+
+* Add DokuWiki reader (#1792, Alexander Krotov).  This adds
+  Text.Pandoc.Readers.DokuWiki [API change], and adds `dokuwiki`
+  as an input format.
+
+* Implement task lists (#3051, Mauro Bieg). Added `task_lists`
+  extension. Task lists are supported from markdown and gfm input.
+  They should work, to some degree, in all output formats, though in
+  most formats you'll get a bullet list with a unicode character for
+  the box. In HTML, you get checkboxes and in LaTeX/PDF output, a
+  box is used as the list marker. API changes:
+
+  + Added constructor `Ext_task_lists` to `Extension`.
+  + Added `taskListItemFromAscii` and `taskListItemToAscii` to
+Text.Pandoc.Shared.
+
+* Allow some command line options to take URL in addition to FILE.
+  `--include-in-header`, `--include-before-body`, `--include-after-body`.
+
+* HTML reader:
+
+  + Handle empty `start` attribute (see #5162).
+  + Treat `textarea` as a verbatim environment (#5241) and preserve
+spacing.
+
+* RST reader:
+
+  + Change treatment of `number-lines` directive (Brian Leung,
+#5207). Directives of this type without numeric inputs should
+not have a `startFrom` attribute; with a blank value, the
+writers can produce extra whitespace.
+  + Removed superfluous `sourceCode` class on code blocks (#5047).
+  + Handle `sourcecode` directive as synonynm for `code` (#5204).
+
+* Markdown reader:
+
+  + Remove `sourceCode` class for literate Haskell code blocks
+(#5047). Reverse order of `literate` and `haskell` classes on
+code blocks when parsing literate Haskell, so `haskell` is
+first.
+  + Treat `` as a verbatim environment (#5241).
+
+* Org reader:
+
+  + Handle `minlevel` option differently (#5190, Brian Leung).
+When `minlevel` exceeds the original minimum level observed in
+the file to be included, every heading should be shifted
+rightward.
+  + Allow for case of `:minlevel == 0` (#5190).
+  + Fix treatment of links to images (#5191, Albert Krewinkel).
+Links with descriptions which are pointing to images are no
+longer parsed as inline images, but as links.
+  + Add support for #+SELECT_TAGS (Brian Leung).
+  + Separate filtering logic from conversion function (Brian Leung).
+
+* TWiki reader: Fix performance issue with underscores (#3921).
+
+* MediaWiki reader: use `_` instead of `-` in auto-identifiers (#4731).
+  We may not still be exactly matching mediawiki's algorithm.
+
+* LaTeX reader:
+
+  + Remove `sourceCode` class for literate Haskell code blocks
+(#5047). Reverse order of `literate` and `haskell` classes on
+code blocks when parsing literate Haskell, so `haskell` is
+first.
+  + Support `\DeclareMathOperator` (#5149).
+  + Support `\inputminted` (#5103).
+  + Support `\endinput` (#5233).
+  + Allow includes with dots like `cc_by_4.0`.  Previously the `.0`
+was interpreted as a file extension, leading pandoc not to add
+`.tex` (and thus not to find the file).  The new behavior matches
+tex more closely.
+
+* Man reader:
+
+  + Use `mapLeft` from Shared instead of defining own.
+
+* Docx reader (Jesse Rosenthal):
+
+  + Handle level overrides (#5134).
+
+* Docx writer:
+
+  + Support custom properties (#3024, #5252, Agustín Martín Barbero).
+Also supports additional core properties:  `subject`, `lang`,
+`category`, `description`.
+  + Make Level into a real type, instead of an alias for a tuple
+(Jesse Rosenthal).
+
+* ICML writer (Mauro Bieg):
+
+  + 

commit ghc-x509-store for openSUSE:Factory

2019-02-17 Thread root
Hello community,

here is the log from the commit of package ghc-x509-store for openSUSE:Factory 
checked in at 2019-02-17 12:20:43

Comparing /work/SRC/openSUSE:Factory/ghc-x509-store (Old)
 and  /work/SRC/openSUSE:Factory/.ghc-x509-store.new.28833 (New)


Package is "ghc-x509-store"

Sun Feb 17 12:20:43 2019 rev:11 rq:674313 version:1.6.7

Changes:

--- /work/SRC/openSUSE:Factory/ghc-x509-store/ghc-x509-store.changes
2018-11-09 07:53:10.439796850 +0100
+++ /work/SRC/openSUSE:Factory/.ghc-x509-store.new.28833/ghc-x509-store.changes 
2019-02-17 12:20:45.056210297 +0100
@@ -1,0 +2,5 @@
+Sat Jan 19 12:33:35 UTC 2019 - Peter Simons 
+
+- Update Cabal build instructions for more accurate dependencies.
+
+---

New:

  x509-store.cabal



Other differences:
--
++ ghc-x509-store.spec ++
--- /var/tmp/diff_new_pack.FKAnpv/_old  2019-02-17 12:20:45.580210153 +0100
+++ /var/tmp/diff_new_pack.FKAnpv/_new  2019-02-17 12:20:45.584210152 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-x509-store
 #
-# 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
@@ -26,6 +26,7 @@
 Group:  Development/Libraries/Haskell
 URL:https://hackage.haskell.org/package/%{pkg_name}
 Source0:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
+Source1:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/1.cabal#/%{pkg_name}.cabal
 BuildRequires:  ghc-Cabal-devel
 BuildRequires:  ghc-asn1-encoding-devel
 BuildRequires:  ghc-asn1-types-devel
@@ -60,6 +61,7 @@
 
 %prep
 %setup -q -n %{pkg_name}-%{version}
+cp -p %{SOURCE1} %{pkg_name}.cabal
 
 %build
 %ghc_lib_build

++ x509-store.cabal ++
Name:x509-store
version: 1.6.7
x-revision: 1
Description: X.509 collection accessing and storing methods for 
certificate, crl, exception list
License: BSD3
License-file:LICENSE
Copyright:   Vincent Hanquez 
Author:  Vincent Hanquez 
Maintainer:  Vincent Hanquez 
Synopsis:X.509 collection accessing and storing methods
Build-Type:  Simple
Category:Data
stability:   experimental
Homepage:http://github.com/vincenthz/hs-certificate
Cabal-Version:   >= 1.10

Library
  Default-Language:  Haskell2010
  Build-Depends: base >= 3 && < 5
   , bytestring
   , mtl
   , containers
   , directory
   , filepath
   , pem >= 0.1 && < 0.3
   , asn1-types >= 0.3 && < 0.4
   , asn1-encoding >= 0.9 && < 0.10
   , cryptonite
   , x509 >= 1.7.5
  Exposed-modules:   Data.X509.CertificateStore
 Data.X509.File
 Data.X509.Memory
  ghc-options:   -Wall

Test-Suite test-x509-store
  Default-Language:  Haskell2010
  type:  exitcode-stdio-1.0
  hs-source-dirs:Tests
  Main-is:   Tests.hs
  Build-Depends: base >= 3 && < 5
   , bytestring
   , tasty
   , tasty-hunit
   , x509
   , x509-store
  ghc-options:   -Wall

source-repository head
  type: git
  location: git://github.com/vincenthz/hs-certificate
  subdir:   x509-store



commit ghc-blaze-markup for openSUSE:Factory

2019-02-17 Thread root
Hello community,

here is the log from the commit of package ghc-blaze-markup for 
openSUSE:Factory checked in at 2019-02-17 12:19:56

Comparing /work/SRC/openSUSE:Factory/ghc-blaze-markup (Old)
 and  /work/SRC/openSUSE:Factory/.ghc-blaze-markup.new.28833 (New)


Package is "ghc-blaze-markup"

Sun Feb 17 12:19:56 2019 rev:14 rq:674296 version:0.8.2.2

Changes:

--- /work/SRC/openSUSE:Factory/ghc-blaze-markup/ghc-blaze-markup.changes
2018-10-25 08:14:50.724109396 +0200
+++ 
/work/SRC/openSUSE:Factory/.ghc-blaze-markup.new.28833/ghc-blaze-markup.changes 
2019-02-17 12:20:00.65501 +0100
@@ -1,0 +2,5 @@
+Sat Jan 19 12:33:33 UTC 2019 - Peter Simons 
+
+- Update Cabal build instructions for more accurate dependencies.
+
+---

New:

  blaze-markup.cabal



Other differences:
--
++ ghc-blaze-markup.spec ++
--- /var/tmp/diff_new_pack.R7d9ps/_old  2019-02-17 12:20:01.21347 +0100
+++ /var/tmp/diff_new_pack.R7d9ps/_new  2019-02-17 12:20:01.216222346 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-blaze-markup
 #
-# 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
@@ -26,6 +26,7 @@
 Group:  Development/Libraries/Haskell
 URL:https://hackage.haskell.org/package/%{pkg_name}
 Source0:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
+Source1:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/1.cabal#/%{pkg_name}.cabal
 BuildRequires:  ghc-Cabal-devel
 BuildRequires:  ghc-blaze-builder-devel
 BuildRequires:  ghc-bytestring-devel
@@ -58,6 +59,7 @@
 
 %prep
 %setup -q -n %{pkg_name}-%{version}
+cp -p %{SOURCE1} %{pkg_name}.cabal
 
 %build
 %ghc_lib_build

++ blaze-markup.cabal ++
Name: blaze-markup
Version:  0.8.2.2
x-revision: 1
Homepage: http://jaspervdj.be/blaze
Bug-Reports:  http://github.com/jaspervdj/blaze-markup/issues
License:  BSD3
License-file: LICENSE
Author:   Jasper Van der Jeugt, Simon Meier, Deepak Jois
Maintainer:   Jasper Van der Jeugt 
Stability:Experimental
Category: Text
Synopsis: A blazingly fast markup combinator library for Haskell
Description:
  Core modules of a blazingly fast markup combinator library for the Haskell
  programming language. The Text.Blaze module is a good
  starting point, as well as this tutorial:
  .

Build-type:Simple
Cabal-version: >= 1.8
Tested-with:   GHC == 7.8.4, GHC == 7.10.3,
   GHC == 8.0.2, GHC == 8.2.2, GHC == 8.4.1

Extra-source-files:
  CHANGELOG

Library
  Hs-source-dirs: src
  Ghc-Options:-Wall

  Exposed-modules:
Text.Blaze
Text.Blaze.Internal
Text.Blaze.Renderer.Pretty
Text.Blaze.Renderer.String
Text.Blaze.Renderer.Text
Text.Blaze.Renderer.Utf8

  Build-depends:
base  >= 4.4  && < 4.13,
blaze-builder >= 0.3  && < 0.5,
text  >= 0.10 && < 1.3,
bytestring>= 0.9  && < 0.11

Test-suite blaze-markup-tests
  Type:   exitcode-stdio-1.0
  Hs-source-dirs: src tests
  Main-is:TestSuite.hs
  Ghc-options:-Wall

  Other-modules:
Text.Blaze
Text.Blaze.Internal
Text.Blaze.Renderer.Pretty
Text.Blaze.Renderer.String
Text.Blaze.Renderer.Text
Text.Blaze.Renderer.Utf8
Text.Blaze.Tests
Text.Blaze.Tests.Util

  Build-depends:
HUnit>= 1.2  && < 1.7,
QuickCheck   >= 2.7  && < 2.12,
containers   >= 0.3  && < 0.7,
tasty>= 1.0  && < 1.2,
tasty-hunit  >= 0.10 && < 0.11,
tasty-quickcheck >= 0.10 && < 0.11,
-- Copied from regular dependencies...
base  >= 4&& < 4.13,
blaze-builder >= 0.3  && < 0.5,
text  >= 0.10 && < 1.3,
bytestring>= 0.9  && < 0.11

Source-repository head
  Type: git
  Location: http://github.com/jaspervdj/blaze-markup



commit transactional-update for openSUSE:Factory

2019-02-17 Thread root
Hello community,

here is the log from the commit of package transactional-update for 
openSUSE:Factory checked in at 2019-02-17 12:18:44

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


Package is "transactional-update"

Sun Feb 17 12:18:44 2019 rev:38 rq:676207 version:2.13.1

Changes:

--- 
/work/SRC/openSUSE:Factory/transactional-update/transactional-update.changes
2019-02-14 14:00:22.924597451 +0100
+++ 
/work/SRC/openSUSE:Factory/.transactional-update.new.28833/transactional-update.changes
 2019-02-17 12:18:48.104242419 +0100
@@ -1,0 +2,7 @@
+Thu Feb 14 16:26:54 UTC 2019 - ifors...@suse.com
+
+- Update to version 2.13.1
+  - Bugfix: Clean up empty /etc snapshot directories again
+- Use official release files from GitHub for building
+
+---

Old:

  transactional-update-2.13.tar.xz

New:

  transactional-update-2.13.1.tar.gz



Other differences:
--
++ transactional-update.spec ++
--- /var/tmp/diff_new_pack.1CBEgh/_old  2019-02-17 12:18:49.860241937 +0100
+++ /var/tmp/diff_new_pack.1CBEgh/_new  2019-02-17 12:18:49.860241937 +0100
@@ -17,14 +17,16 @@
 
 
 Name:   transactional-update
-Version:2.13
+Version:2.13.1
 Release:0
 Summary:Transactional Updates with btrfs and snapshots
 License:GPL-2.0-or-later
 Group:  System/Base
 URL:https://github.com/openSUSE/transactional-update
-Source: %{name}-%{version}.tar.xz
+Source: 
https://github.com/openSUSE/transactional-update/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
 Source1:transactional-update.check
+BuildRequires:  autoconf-archive
+BuildRequires:  automake
 BuildRequires:  docbook-xsl-stylesheets
 BuildRequires:  fdupes
 BuildRequires:  libzypp
@@ -50,6 +52,7 @@
 %setup -q
 
 %build
+./autogen.sh
 %configure --with-doc --docdir=%{_docdir}/%{name}
 make %{?_smp_mflags}
 # Use "up" for non-rolling releases




commit ghc-mono-traversable for openSUSE:Factory

2019-02-17 Thread root
Hello community,

here is the log from the commit of package ghc-mono-traversable for 
openSUSE:Factory checked in at 2019-02-17 12:20:13

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


Package is "ghc-mono-traversable"

Sun Feb 17 12:20:13 2019 rev:17 rq:674301 version:1.0.11.0

Changes:

--- 
/work/SRC/openSUSE:Factory/ghc-mono-traversable/ghc-mono-traversable.changes
2018-12-28 12:35:25.767958970 +0100
+++ 
/work/SRC/openSUSE:Factory/.ghc-mono-traversable.new.28833/ghc-mono-traversable.changes
 2019-02-17 12:20:13.604218942 +0100
@@ -1,0 +2,9 @@
+Sun Feb  3 03:02:41 UTC 2019 - psim...@suse.com
+
+- Update mono-traversable to version 1.0.11.0.
+  ## 1.0.11.0
+
+  * Adding monomorphic instances for GHC.Generics and Data.Proxy types
+[#175](https://github.com/snoyberg/mono-traversable/issues/175)
+
+---

Old:

  mono-traversable-1.0.10.0.tar.gz
  mono-traversable.cabal

New:

  mono-traversable-1.0.11.0.tar.gz



Other differences:
--
++ ghc-mono-traversable.spec ++
--- /var/tmp/diff_new_pack.j8PsR2/_old  2019-02-17 12:20:14.116218801 +0100
+++ /var/tmp/diff_new_pack.j8PsR2/_new  2019-02-17 12:20:14.120218800 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-mono-traversable
 #
-# 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
@@ -19,14 +19,13 @@
 %global pkg_name mono-traversable
 %bcond_with tests
 Name:   ghc-%{pkg_name}
-Version:1.0.10.0
+Version:1.0.11.0
 Release:0
 Summary:Type classes for mapping, folding, and traversing monomorphic 
containers
 License:MIT
 Group:  Development/Libraries/Haskell
 URL:https://hackage.haskell.org/package/%{pkg_name}
 Source0:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
-Source1:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/1.cabal#/%{pkg_name}.cabal
 BuildRequires:  ghc-Cabal-devel
 BuildRequires:  ghc-bytestring-devel
 BuildRequires:  ghc-containers-devel
@@ -63,7 +62,6 @@
 
 %prep
 %setup -q -n %{pkg_name}-%{version}
-cp -p %{SOURCE1} %{pkg_name}.cabal
 
 %build
 %ghc_lib_build

++ mono-traversable-1.0.10.0.tar.gz -> mono-traversable-1.0.11.0.tar.gz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mono-traversable-1.0.10.0/ChangeLog.md 
new/mono-traversable-1.0.11.0/ChangeLog.md
--- old/mono-traversable-1.0.10.0/ChangeLog.md  2018-12-20 06:25:46.0 
+0100
+++ new/mono-traversable-1.0.11.0/ChangeLog.md  2019-02-02 17:09:51.0 
+0100
@@ -1,3 +1,8 @@
+## 1.0.11.0
+
+* Adding monomorphic instances for GHC.Generics and Data.Proxy types
+  [#175](https://github.com/snoyberg/mono-traversable/issues/175)
+
 ## 1.0.10.0
 
 * Make index work on negative indices
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mono-traversable-1.0.10.0/mono-traversable.cabal 
new/mono-traversable-1.0.11.0/mono-traversable.cabal
--- old/mono-traversable-1.0.10.0/mono-traversable.cabal2018-12-20 
06:25:47.0 +0100
+++ new/mono-traversable-1.0.11.0/mono-traversable.cabal2019-02-02 
17:10:44.0 +0100
@@ -1,13 +1,13 @@
 cabal-version: 1.12
 
--- This file has been generated from package.yaml by hpack version 0.30.0.
+-- This file has been generated from package.yaml by hpack version 0.31.1.
 --
 -- see: https://github.com/sol/hpack
 --
--- hash: dd6993a12a11dc33b47bd2f3d81ac5ab62e3168ad8a01582458b74b64f971031
+-- hash: d58c5bc6fce9bf509cf559fa04639076650c2e3c940a7a1d113ea8f647a49335
 
 name:   mono-traversable
-version:1.0.10.0
+version:1.0.11.0
 synopsis:   Type classes for mapping, folding, and traversing monomorphic 
containers
 description:Please see the README at 

 category:   Data
@@ -33,7 +33,7 @@
   build-depends:
   base >=4.9 && <5
 , bytestring >=0.9
-, containers >=0.4
+, containers >=0.5.8
 , hashable
 , split >=0.2
 , text >=0.11
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/mono-traversable-1.0.10.0/src/Data/MonoTraversable.hs 
new/mono-traversable-1.0.11.0/src/Data/MonoTraversable.hs
--- old/mono-traversable-1.0.10.0/src/Data/MonoTraversable.hs   2018-10-04 
15:18:41.0 +0200

commit ghc-http-conduit for openSUSE:Factory

2019-02-17 Thread root
Hello community,

here is the log from the commit of package ghc-http-conduit for 
openSUSE:Factory checked in at 2019-02-17 12:20:10

Comparing /work/SRC/openSUSE:Factory/ghc-http-conduit (Old)
 and  /work/SRC/openSUSE:Factory/.ghc-http-conduit.new.28833 (New)


Package is "ghc-http-conduit"

Sun Feb 17 12:20:10 2019 rev:17 rq:674300 version:2.3.5

Changes:

--- /work/SRC/openSUSE:Factory/ghc-http-conduit/ghc-http-conduit.changes
2019-01-21 11:07:49.678700433 +0100
+++ 
/work/SRC/openSUSE:Factory/.ghc-http-conduit.new.28833/ghc-http-conduit.changes 
2019-02-17 12:20:12.216219323 +0100
@@ -1,0 +2,8 @@
+Tue Jan 29 03:01:41 UTC 2019 - psim...@suse.com
+
+- Update http-conduit to version 2.3.5.
+  ## 2.3.5
+
+  * Adds `addToRequestQueryString` helper function
+
+---

Old:

  http-conduit-2.3.4.tar.gz

New:

  http-conduit-2.3.5.tar.gz



Other differences:
--
++ ghc-http-conduit.spec ++
--- /var/tmp/diff_new_pack.4j2pDj/_old  2019-02-17 12:20:13.412218995 +0100
+++ /var/tmp/diff_new_pack.4j2pDj/_new  2019-02-17 12:20:13.412218995 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-http-conduit
 #
-# 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
@@ -19,7 +19,7 @@
 %global pkg_name http-conduit
 %bcond_with tests
 Name:   ghc-%{pkg_name}
-Version:2.3.4
+Version:2.3.5
 Release:0
 Summary:HTTP client package with conduit interface and HTTPS support
 License:BSD-2-Clause

++ http-conduit-2.3.4.tar.gz -> http-conduit-2.3.5.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/http-conduit-2.3.4/ChangeLog.md 
new/http-conduit-2.3.5/ChangeLog.md
--- old/http-conduit-2.3.4/ChangeLog.md 2018-11-25 07:22:28.0 +0100
+++ new/http-conduit-2.3.5/ChangeLog.md 2019-01-28 18:33:22.0 +0100
@@ -1,3 +1,7 @@
+## 2.3.5
+
+* Adds `addToRequestQueryString` helper function
+
 ## 2.3.4
 
 * Reexport RequestHeaders from Network.HTTP.Types (what was intended in last 
version)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/http-conduit-2.3.4/Network/HTTP/Simple.hs 
new/http-conduit-2.3.5/Network/HTTP/Simple.hs
--- old/http-conduit-2.3.4/Network/HTTP/Simple.hs   2018-11-25 
07:22:28.0 +0100
+++ new/http-conduit-2.3.5/Network/HTTP/Simple.hs   2019-01-28 
18:33:22.0 +0100
@@ -57,6 +57,7 @@
 , setRequestHeaders
 , setRequestQueryString
 , getRequestQueryString
+, addToRequestQueryString
   -- ** Request body
 , setRequestBody
 , setRequestBodyJSON
@@ -347,6 +348,13 @@
 setRequestQueryString :: H.Query -> H.Request -> H.Request
 setRequestQueryString = H.setQueryString
 
+-- | Add to the existing query string parameters.
+--
+-- @since 2.3.5
+addToRequestQueryString :: H.Query -> H.Request -> H.Request
+addToRequestQueryString additions req = setRequestQueryString q req
+where q = additions <> getRequestQueryString req
+
 -- | Set the request body to the given 'H.RequestBody'. You may want to
 -- consider using one of the convenience functions in the modules, e.g.
 -- 'requestBodyJSON'.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/http-conduit-2.3.4/http-conduit.cabal 
new/http-conduit-2.3.5/http-conduit.cabal
--- old/http-conduit-2.3.4/http-conduit.cabal   2018-11-25 07:22:28.0 
+0100
+++ new/http-conduit-2.3.5/http-conduit.cabal   2019-01-28 18:33:22.0 
+0100
@@ -1,5 +1,5 @@
 name:http-conduit
-version: 2.3.4
+version: 2.3.5
 license: BSD3
 license-file:LICENSE
 author:  Michael Snoyman 
@@ -29,7 +29,7 @@
  , conduit   >= 1.2
  , conduit-extra >= 1.1
  , http-types>= 0.7
- , http-client   >= 0.5.13  && < 0.6
+ , http-client   >= 0.5.13  && < 0.7
  , http-client-tls   >= 0.3 && < 0.4
  , mtl
  , unliftio-core

++ http-conduit.cabal ++
--- /var/tmp/diff_new_pack.4j2pDj/_old  2019-02-17 12:20:13.492218973 +0100
+++ /var/tmp/diff_new_pack.4j2pDj/_new  2019-02-17 12:20:13.492218973 +0100
@@ -1,5 +1,5 @@
 name:http-conduit
-version: 2.3.4
+version: 2.3.5
 x-revision: 1
 license: BSD3
 license-file:LICENSE
@@ -22,7 +22,7 @@

commit ghc-aeson for openSUSE:Factory

2019-02-17 Thread root
Hello community,

here is the log from the commit of package ghc-aeson for openSUSE:Factory 
checked in at 2019-02-17 12:19:48

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


Package is "ghc-aeson"

Sun Feb 17 12:19:48 2019 rev:21 rq:674293 version:1.4.2.0

Changes:

--- /work/SRC/openSUSE:Factory/ghc-aeson/ghc-aeson.changes  2018-12-06 
12:16:47.605553528 +0100
+++ /work/SRC/openSUSE:Factory/.ghc-aeson.new.28833/ghc-aeson.changes   
2019-02-17 12:19:50.132225390 +0100
@@ -1,0 +2,5 @@
+Sat Jan 19 12:33:33 UTC 2019 - Peter Simons 
+
+- Update Cabal build instructions for more accurate dependencies.
+
+---

New:

  aeson.cabal



Other differences:
--
++ ghc-aeson.spec ++
--- /var/tmp/diff_new_pack.B0Zzuh/_old  2019-02-17 12:19:51.100225124 +0100
+++ /var/tmp/diff_new_pack.B0Zzuh/_new  2019-02-17 12:19:51.104225123 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-aeson
 #
-# 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
@@ -26,6 +26,7 @@
 Group:  Development/Libraries/Haskell
 URL:https://hackage.haskell.org/package/%{pkg_name}
 Source0:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
+Source1:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/1.cabal#/%{pkg_name}.cabal
 BuildRequires:  ghc-Cabal-devel
 BuildRequires:  ghc-attoparsec-devel
 BuildRequires:  ghc-base-compat-devel
@@ -82,6 +83,7 @@
 
 %prep
 %setup -q -n %{pkg_name}-%{version}
+cp -p %{SOURCE1} %{pkg_name}.cabal
 
 %build
 %ghc_lib_build

++ aeson.cabal ++
name:aeson
version: 1.4.2.0
x-revision: 1
license: BSD3
license-file:LICENSE
category:Text, Web, JSON
copyright:   (c) 2011-2016 Bryan O'Sullivan
 (c) 2011 MailRank, Inc.
author:  Bryan O'Sullivan 
maintainer:  Adam Bergmark 
stability:   experimental
tested-with: GHC == 7.4.2, GHC == 7.6.3, GHC == 7.8.4, GHC == 7.10.3, GHC 
== 8.0.1
synopsis:Fast JSON parsing and encoding
cabal-version:   >= 1.10
homepage:https://github.com/bos/aeson
bug-reports: https://github.com/bos/aeson/issues
build-type:  Simple
description:
A JSON parsing and encoding library optimized for ease of use
and high performance.
.
To get started, see the documentation for the @Data.Aeson@ module
below.
.
(A note on naming: in Greek mythology, Aeson was the father of Jason.)

extra-source-files:
*.yaml
README.markdown
benchmarks/*.cabal
benchmarks/*.hs
benchmarks/*.py
benchmarks/Compare/*.hs
benchmarks/Makefile
benchmarks/Typed/*.hs
benchmarks/json-data/*.json
cbits/*.c
changelog.md
examples/*.cabal
examples/*.hs
examples/Twitter/*.hs
ffi/Data/Aeson/Parser/*.hs
include/*.h
tests/JSONTestSuite/test_parsing/*.json
tests/JSONTestSuite/test_transform/*.json
pure/Data/Aeson/Parser/*.hs

flag developer
  description: operate in developer mode
  default: False
  manual: True

flag fast
  description: compile without optimizations
  default: False
  manual: True

flag bytestring-builder
  description: Depend on the bytestring-builder package for backwards 
compatibility.
  default: False
  manual: False

flag cffi
  description: Controls whether to include c-ffi bits or pure haskell. Default 
to False for security.
  default: False
  manual: True

library
  default-language: Haskell2010
  hs-source-dirs: . attoparsec-iso8601/

  exposed-modules:
Data.Aeson
Data.Aeson.Encoding
Data.Aeson.Parser
Data.Aeson.Text
Data.Aeson.Types
Data.Aeson.TH
Data.Aeson.QQ.Simple

Data.Aeson.Encoding.Internal
Data.Aeson.Internal
Data.Aeson.Internal.Time
Data.Aeson.Parser.Internal

  -- Deprecated modules
  exposed-modules:
Data.Aeson.Encode

  other-modules:
Data.Aeson.Compat
Data.Aeson.Encoding.Builder
Data.Aeson.Internal.Functions
Data.Aeson.Parser.Unescape
Data.Aeson.Parser.Time
Data.Aeson.Types.FromJSON
Data.Aeson.Types.Generic
Data.Aeson.Types.ToJSON
Data.Aeson.Types.Class
Data.Aeson.Types.Internal
Data.Attoparsec.Time
Data.Attoparsec.Time.Internal

  -- GHC bundled libs
  build-depends:
base >= 4.5.0.0 && < 5,
containers   >= 0.4.2.1 && < 0.7,
deepseq  >= 1.3.0.0 && < 1.5,
ghc-prim >= 0.2 

commit NetworkManager for openSUSE:Factory

2019-02-17 Thread root
Hello community,

here is the log from the commit of package NetworkManager for openSUSE:Factory 
checked in at 2019-02-17 12:19:15

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


Package is "NetworkManager"

Sun Feb 17 12:19:15 2019 rev:192 rq:676258 version:1.14.4

Changes:

--- /work/SRC/openSUSE:Factory/NetworkManager/NetworkManager.changes
2018-11-22 13:23:03.854153808 +0100
+++ /work/SRC/openSUSE:Factory/.NetworkManager.new.28833/NetworkManager.changes 
2019-02-17 12:19:16.668234580 +0100
@@ -1,0 +2,8 @@
+Thu Jan 31 01:12:35 UTC 2019 - sck...@suse.com
+
+- Add NM-add-wifi-scan-polkit-rule.patch: Adding a new polkit
+  action "org.freedesktop.NetworkManager.wifi-scan" so that
+  distributions can add specific rule to allow Wi-Fi scans
+  (bsc#1122262, glfo#NetworkManager/NetworkManager!68).
+
+---

New:

  NM-add-wifi-scan-polkit-rule.patch



Other differences:
--
++ NetworkManager.spec ++
--- /var/tmp/diff_new_pack.U5QFXI/_old  2019-02-17 12:19:17.668234305 +0100
+++ /var/tmp/diff_new_pack.U5QFXI/_new  2019-02-17 12:19:17.668234305 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package NetworkManager
 #
-# 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
@@ -48,6 +48,8 @@
 Patch5: NetworkManager-1.10.6-netconfig.patch
 # PATCH-FIX-UPSTREAM NetworkManager-1.12.2-docker-unmanaged.patch
 Patch6: NetworkManager-1.12.2-docker-unmanaged.patch
+# PATCH-FIX-UPSTREAM NM-add-wifi-scan-polkit-rule.patch bsc#1122262, 
glfo#NetworkManager/NetworkManager!68 sck...@suse.com -- Adding a new polkit 
action "org.freedesktop.NetworkManager.wifi-scan" so that distributions can add 
specific rule to allow Wi-Fi scans.
+Patch7: NM-add-wifi-scan-polkit-rule.patch
 
 BuildRequires:  dnsmasq
 BuildRequires:  fdupes
@@ -238,6 +240,7 @@
 %patch4 -p1
 %patch5 -p1
 %patch6 -p1
+%patch7 -p1
 
 %build
 NOCONFIGURE=1 ./autogen.sh

++ NM-add-wifi-scan-polkit-rule.patch ++
>From e491ef1692b71f3b540a86ea99034139c438275b Mon Sep 17 00:00:00 2001
From: Jonathan Kang 
Date: Fri, 25 Jan 2019 15:29:10 +0800
Subject: [PATCH] Add polkit action for Wi-Fi scans

Previously, Wi-Fi scans uses polkit action
"org.freedesktop.NetworkManager.network-control". This is introduced
in commit 5e3e19d0. But in a system with restrict polkit rules, for
example "org.freedesktop.NetworkManager.network-control" was set as
auth_admin. When you open the network panel of GNOME Control Center, a
polkit dialog will keep showing up asking for admin password, as GNOME
Control Center scans the Wi-Fi list every 15 seconds.

Fix that by adding a new polkit action
"org.freedesktop.NetworkManager.wifi-scan" so that distributions can
add specific rule to allow Wi-Fi scans.
---
 clients/cli/general.c |  2 ++
 ...rg.freedesktop.NetworkManager.policy.in.in | 10 +++
 libnm-glib/nm-client.c|  2 ++
 libnm-glib/nm-client.h| 24 +
 libnm/nm-client.h | 26 ++-
 libnm/nm-manager.c|  2 ++
 shared/nm-common-macros.h |  1 +
 src/devices/wifi/nm-device-iwd.c  |  2 +-
 src/devices/wifi/nm-device-wifi.c |  2 +-
 9 files changed, 46 insertions(+), 25 deletions(-)

Index: NetworkManager-1.14.4/clients/cli/general.c
===
--- NetworkManager-1.14.4.orig/clients/cli/general.c
+++ NetworkManager-1.14.4/clients/cli/general.c
@@ -146,6 +146,8 @@ permission_to_string (NMClientPermission
return NM_AUTH_PERMISSION_ENABLE_DISABLE_STATISTICS;
case NM_CLIENT_PERMISSION_ENABLE_DISABLE_CONNECTIVITY_CHECK:
return NM_AUTH_PERMISSION_ENABLE_DISABLE_CONNECTIVITY_CHECK;
+   case NM_CLIENT_PERMISSION_WIFI_SCAN:
+   return NM_AUTH_PERMISSION_WIFI_SCAN;
default:
return _("unknown");
}
Index: NetworkManager-1.14.4/data/org.freedesktop.NetworkManager.policy.in.in
===
--- NetworkManager-1.14.4.orig/data/org.freedesktop.NetworkManager.policy.in.in
+++ NetworkManager-1.14.4/data/org.freedesktop.NetworkManager.policy.in.in
@@ -73,6 +73,16 @@
   yes
 
   
+ 
+  
+<_description>Allow control of Wi-Fi scans
+<_message>System policy prevents Wi-Fi scans
+   

commit python-isort for openSUSE:Factory

2019-02-17 Thread root
Hello community,

here is the log from the commit of package python-isort for openSUSE:Factory 
checked in at 2019-02-17 12:19:10

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


Package is "python-isort"

Sun Feb 17 12:19:10 2019 rev:5 rq:676254 version:4.3.4

Changes:

--- /work/SRC/openSUSE:Factory/python-isort/python-isort.changes
2018-07-23 17:58:28.133120084 +0200
+++ /work/SRC/openSUSE:Factory/.python-isort.new.28833/python-isort.changes 
2019-02-17 12:19:12.596235697 +0100
@@ -1,0 +2,7 @@
+Thu Feb 14 06:05:49 UTC 2019 - John Vandenberg 
+
+- Revert to using PyPI release by adding add-editorconfig.patch,
+  which is needed to allow the test suite to pass.
+  https://github.com/timothycrosley/isort/issues/814
+
+---

Old:

  4.3.4.tar.gz

New:

  add-editorconfig.patch
  isort-4.3.4.tar.gz



Other differences:
--
++ python-isort.spec ++
--- /var/tmp/diff_new_pack.gWQkHV/_old  2019-02-17 12:19:13.172235539 +0100
+++ /var/tmp/diff_new_pack.gWQkHV/_new  2019-02-17 12:19:13.172235539 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-isort
 #
-# 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/
 #
 
 
@@ -25,8 +25,8 @@
 License:MIT
 Group:  Development/Languages/Python
 URL:https://github.com/timothycrosley/isort
-# Tests included in pypi package fail
-Source: 
https://github.com/timothycrosley/isort/archive/%{version}.tar.gz
+Source: 
https://files.pythonhosted.org/packages/source/i/isort/isort-%{version}.tar.gz
+Patch0: add-editorconfig.patch
 BuildRequires:  %{python_module mock}
 BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module setuptools}
@@ -49,6 +49,7 @@
 
 %prep
 %setup -q -n isort-%{version}
+%patch0 -p1
 sed -i '1s/^#!.*//' isort/main.py
 chmod -x LICENSE
 

++ add-editorconfig.patch ++
diff -Nur isort-4.3.4-pypi/.editorconfig isort-4.3.4-github/.editorconfig
--- isort-4.3.4-pypi/.editorconfig  1970-01-01 07:00:00.0 +0700
+++ isort-4.3.4-github/.editorconfig2018-02-12 22:12:28.0 +0700
@@ -0,0 +1,20 @@
+root = true
+
+[*.py]
+max_line_length = 120
+indent_style = space
+indent_size = 4
+known_first_party = isort
+known_third_party = kate
+ignore_frosted_errors = E103
+skip = runtests.py,build,.tox
+balanced_wrapping = true
+not_skip = __init__.py
+
+[*.{rst,ini}]
+indent_style = space
+indent_size = 4
+
+[*.yml]
+indent_style = space
+indent_size = 2



commit ghc-path-io for openSUSE:Factory

2019-02-17 Thread root
Hello community,

here is the log from the commit of package ghc-path-io for openSUSE:Factory 
checked in at 2019-02-17 12:20:20

Comparing /work/SRC/openSUSE:Factory/ghc-path-io (Old)
 and  /work/SRC/openSUSE:Factory/.ghc-path-io.new.28833 (New)


Package is "ghc-path-io"

Sun Feb 17 12:20:20 2019 rev:12 rq:674303 version:1.4.1

Changes:

--- /work/SRC/openSUSE:Factory/ghc-path-io/ghc-path-io.changes  2018-12-28 
12:35:27.239957941 +0100
+++ /work/SRC/openSUSE:Factory/.ghc-path-io.new.28833/ghc-path-io.changes   
2019-02-17 12:20:20.788216968 +0100
@@ -1,0 +2,5 @@
+Sat Jan 19 12:33:34 UTC 2019 - Peter Simons 
+
+- Update Cabal build instructions for more accurate dependencies.
+
+---

New:

  path-io.cabal



Other differences:
--
++ ghc-path-io.spec ++
--- /var/tmp/diff_new_pack.GvRnwo/_old  2019-02-17 12:20:21.700216717 +0100
+++ /var/tmp/diff_new_pack.GvRnwo/_new  2019-02-17 12:20:21.712216714 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-path-io
 #
-# 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
@@ -26,6 +26,7 @@
 Group:  Development/Libraries/Haskell
 URL:https://hackage.haskell.org/package/%{pkg_name}
 Source0:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
+Source1:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/1.cabal#/%{pkg_name}.cabal
 BuildRequires:  ghc-Cabal-devel
 BuildRequires:  ghc-containers-devel
 BuildRequires:  ghc-directory-devel
@@ -58,6 +59,7 @@
 
 %prep
 %setup -q -n %{pkg_name}-%{version}
+cp -p %{SOURCE1} %{pkg_name}.cabal
 
 %build
 %ghc_lib_build

++ path-io.cabal ++
name: path-io
version:  1.4.1
x-revision: 1
cabal-version:1.18
tested-with:  GHC==7.10.3, GHC==8.0.2, GHC==8.2.2, GHC==8.4.4, 
GHC==8.6.3
license:  BSD3
license-file: LICENSE.md
author:   Mark Karpov 
maintainer:   Mark Karpov 
homepage: https://github.com/mrkkrp/path-io
bug-reports:  https://github.com/mrkkrp/path-io/issues
category: System, Filesystem
synopsis: Interface to ‘directory’ package for users of ‘path’
build-type:   Simple
description:  Interface to ‘directory’ package for users of ‘path’.
extra-doc-files:  CHANGELOG.md
, README.md

flag dev
  description:Turn on development settings.
  manual: True
  default:False

library
  build-depends:  base >= 4.8 && < 5.0
, containers
, directory>= 1.2.2   && < 1.4
, dlist>= 0.8 && < 0.9
, exceptions   >= 0.8 && < 0.11
, filepath >= 1.2 && < 1.5
, path >= 0.6 && < 0.7
, temporary>= 1.1 && < 1.4
, time >= 1.4 && < 1.9
, transformers >= 0.3 && < 0.6
, unix-compat
  exposed-modules:Path.IO
  if flag(dev)
ghc-options:  -Wall -Werror
  else
ghc-options:  -O2 -Wall
 if flag(dev) && impl(ghc >= 8.0)
ghc-options:  -Wcompat
  -Wincomplete-record-updates
  -Wincomplete-uni-patterns
  -Wnoncanonical-monad-instances
  -Wnoncanonical-monadfail-instances
  default-language:   Haskell2010

test-suite tests
  main-is:Main.hs
  hs-source-dirs: tests
  type:   exitcode-stdio-1.0
  if flag(dev)
ghc-options:  -Wall -Werror
  else
ghc-options:  -O2 -Wall
  build-depends:  base >= 4.8 && < 5.0
, directory>= 1.2.2   && < 1.4
, exceptions   >= 0.8 && < 0.11
, hspec>= 2.0 && < 3.0
, path >= 0.5 && < 0.7
, path-io
, transformers >= 0.3 && < 0.6
, unix-compat
  default-language:   Haskell2010

source-repository head
  type:   git
  location:   https://github.com/mrkkrp/path-io.git



commit grub2 for openSUSE:Factory

2019-02-17 Thread root
Hello community,

here is the log from the commit of package grub2 for openSUSE:Factory checked 
in at 2019-02-17 12:18:40

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


Package is "grub2"

Sun Feb 17 12:18:40 2019 rev:200 rq:676194 version:2.02

Changes:

--- /work/SRC/openSUSE:Factory/grub2/grub2.changes  2019-02-14 
14:12:47.352238425 +0100
+++ /work/SRC/openSUSE:Factory/.grub2.new.28833/grub2.changes   2019-02-17 
12:18:41.576244210 +0100
@@ -1,0 +2,6 @@
+Tue Feb 12 08:57:03 UTC 2019 - mch...@suse.com
+
+- Create compatibility sym-link of grub.xen in the old location to which
+  old VM definition is pointing (bsc#1123942)
+
+---
@@ -32 +37,0 @@
-



Other differences:
--
++ grub2.spec ++
--- /var/tmp/diff_new_pack.O2w4ns/_old  2019-02-17 12:18:43.480243687 +0100
+++ /var/tmp/diff_new_pack.O2w4ns/_new  2019-02-17 12:18:43.484243686 +0100
@@ -807,6 +807,14 @@
 cd build-xen
 %make_install
 install -m 644 grub.xen %{buildroot}/%{_datadir}/%{name}/%{grubxenarch}/.
+# provide compatibility sym-link for VM definitions pointing to old location
+install -d %{buildroot}%{_libdir}/%{name}/%{grubxenarch}
+ln -srf %{buildroot}%{_datadir}/%{name}/%{grubxenarch}/grub.xen 
%{buildroot}%{_libdir}/%{name}/%{grubxenarch}/grub.xen
+cat <<-EoM >%{buildroot}%{_libdir}/%{name}/%{grubxenarch}/DEPRECATED
+   This directory and its contents was moved to 
%{_datadir}/%{name}/%{grubxenarch}.
+   Individual symbolic links are provided for a smooth transition.
+   Please update your VM definition files to use the new location!
+EoM
 cd ..
 %endif
 
@@ -820,7 +828,7 @@
 %define sysefibasedir %{_datadir}/efi
 %define sysefidir %{sysefibasedir}/%{_target_cpu} 
 install -d %{buildroot}/%{sysefidir}
-ln -sr %{buildroot}/%{_datadir}/%{name}/%{grubefiarch}/grub.efi 
%{buildroot}/%{sysefidir}/grub.efi
+ln -sr %{buildroot}/%{_datadir}/%{name}/%{grubefiarch}/grub.efi 
%{buildroot}%{sysefidir}/grub.efi
 %ifarch x86_64
 # provide compatibility sym-link for previous shim-install and the like
 install -d %{buildroot}/usr/lib64/efi
@@ -1271,8 +1279,12 @@
 
 %ifarch %{ix86} x86_64
 %files %{grubxenarch}
+%defattr(-,root,root,-)
 %dir %{_datadir}/%{name}/%{grubxenarch}
 %{_datadir}/%{name}/%{grubxenarch}/*
+# provide compatibility sym-link for VM definitions pointing to old location
+%dir %{_libdir}/%{name}
+%{_libdir}/%{name}/%{grubxenarch}
 %endif
 
 %if 0%{?has_systemd:1}






commit libustr for openSUSE:Factory

2019-02-17 Thread root
Hello community,

here is the log from the commit of package libustr for openSUSE:Factory checked 
in at 2019-02-17 12:18:25

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


Package is "libustr"

Sun Feb 17 12:18:25 2019 rev:28 rq:676052 version:1.0.4

Changes:

--- /work/SRC/openSUSE:Factory/libustr/libustr.changes  2018-03-07 
10:27:25.086190057 +0100
+++ /work/SRC/openSUSE:Factory/.libustr.new.28833/libustr.changes   
2019-02-17 12:18:29.340247566 +0100
@@ -1,0 +2,5 @@
+Wed May 16 07:32:22 UTC 2018 - mc...@suse.com
+
+- Fixing metadata
+
+---



Other differences:
--
++ libustr.spec ++
--- /var/tmp/diff_new_pack.MiCs1y/_old  2019-02-17 12:18:30.016247381 +0100
+++ /var/tmp/diff_new_pack.MiCs1y/_new  2019-02-17 12:18:30.020247380 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libustr
 #
-# 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,8 +21,8 @@
 Release:0
 Url:http://www.and.org/ustr/
 Summary:String library, very low memory overhead, simple to import
-License:MIT or LGPL-2.1+ or BSD-2-Clause
-Group:  Development/Libraries/C and C++
+License:MIT OR LGPL-2.1-or-later OR BSD-2-Clause
+Group:  Development/Languages/C and C++
 Source: http://www.and.org/ustr/%{version}/ustr-%{version}.tar.bz2
 Source1:libustr-rpmlintrc
 Source2:baselibs.conf
@@ -50,7 +50,7 @@
 
 %package devel
 Summary:Development files for libustr
-Group:  Development/Libraries/C and C++
+Group:  Development/Languages/C and C++
 Requires:   libustr-1_0-1 = %{version}
 Requires:   pkgconfig
 
@@ -62,7 +62,7 @@
 
 %package devel-static
 Summary:Static development files for libustr
-Group:  Development/Libraries
+Group:  Development/Languages/C and C++
 Requires:   %{name}-devel
 
 %description devel-static




commit ghc-unordered-containers for openSUSE:Factory

2019-02-17 Thread root
Hello community,

here is the log from the commit of package ghc-unordered-containers for 
openSUSE:Factory checked in at 2019-02-17 12:20:38

Comparing /work/SRC/openSUSE:Factory/ghc-unordered-containers (Old)
 and  /work/SRC/openSUSE:Factory/.ghc-unordered-containers.new.28833 (New)


Package is "ghc-unordered-containers"

Sun Feb 17 12:20:38 2019 rev:15 rq:674311 version:0.2.10.0

Changes:

--- 
/work/SRC/openSUSE:Factory/ghc-unordered-containers/ghc-unordered-containers.changes
2018-10-25 09:06:54.566484622 +0200
+++ 
/work/SRC/openSUSE:Factory/.ghc-unordered-containers.new.28833/ghc-unordered-containers.changes
 2019-02-17 12:20:39.940211703 +0100
@@ -1,0 +2,13 @@
+Sat Jan 19 03:02:08 UTC 2019 - psim...@suse.com
+
+- Update unordered-containers to version 0.2.10.0.
+  ## 0.2.10.0
+
+   * Add `HashMap.alterF`.
+
+   * Add `HashMap.keysSet`.
+
+   * Make `HashMap.Strict.traverseWithKey` force the results before
+ installing them in the map.
+
+---

Old:

  unordered-containers-0.2.9.0.tar.gz

New:

  unordered-containers-0.2.10.0.tar.gz



Other differences:
--
++ ghc-unordered-containers.spec ++
--- /var/tmp/diff_new_pack.2QnRdH/_old  2019-02-17 12:20:40.980211417 +0100
+++ /var/tmp/diff_new_pack.2QnRdH/_new  2019-02-17 12:20:40.988211416 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-unordered-containers
 #
-# 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
@@ -19,7 +19,7 @@
 %global pkg_name unordered-containers
 %bcond_with tests
 Name:   ghc-%{pkg_name}
-Version:0.2.9.0
+Version:0.2.10.0
 Release:0
 Summary:Efficient hashing-based container types
 License:BSD-3-Clause

++ unordered-containers-0.2.9.0.tar.gz -> 
unordered-containers-0.2.10.0.tar.gz ++
 3564 lines of diff (skipped)




commit ghc-pandoc-citeproc for openSUSE:Factory

2019-02-17 Thread root
Hello community,

here is the log from the commit of package ghc-pandoc-citeproc for 
openSUSE:Factory checked in at 2019-02-17 12:20:16

Comparing /work/SRC/openSUSE:Factory/ghc-pandoc-citeproc (Old)
 and  /work/SRC/openSUSE:Factory/.ghc-pandoc-citeproc.new.28833 (New)


Package is "ghc-pandoc-citeproc"

Sun Feb 17 12:20:16 2019 rev:3 rq:674302 version:0.16.0.2

Changes:

--- /work/SRC/openSUSE:Factory/ghc-pandoc-citeproc/ghc-pandoc-citeproc.changes  
2018-12-28 12:35:26.551958422 +0100
+++ 
/work/SRC/openSUSE:Factory/.ghc-pandoc-citeproc.new.28833/ghc-pandoc-citeproc.changes
   2019-02-17 12:20:19.556217306 +0100
@@ -1,0 +2,36 @@
+Fri Feb  8 03:01:31 UTC 2019 - psim...@suse.com
+
+- Update pandoc-citeproc to version 0.16.0.2.
+  pandoc-citeproc (0.16.0.2)
+
+* Remove need for HTTP access in test for #213.
+
+---
+Thu Feb  7 13:48:57 UTC 2019 - psim...@suse.com
+
+- Update pandoc-citeproc to version 0.16.0.1.
+  pandoc-citeproc (0.16.0.1)
+
+* Fix regression on #213.  Literals without special handling
+  (such as call-number, dimensions, scale, language) were being
+  dropped.  Added regression test.
+
+---
+Thu Jan 31 03:01:55 UTC 2019 - psim...@suse.com
+
+- Update pandoc-citeproc to version 0.16.
+  pandoc-citeproc (0.16)
+
+* Detect en dash in page range (Andrew Dunning).  Ensure that `--` or `–`
+  are detected as page ranges. This fixes a regression that caused the
+  second half of the range to be appended to a URL in note styles.
+
+* Fix collapsing behavior with items with status but no year (#371).
+
+* Style: Add OStatus constructor to Output [API change].
+
+* Allow pandoc 2.6.
+
+* Added pandoc-citeproc to build-tools for test suite (#369).
+
+---

Old:

  pandoc-citeproc-0.15.0.1.tar.gz

New:

  pandoc-citeproc-0.16.0.2.tar.gz



Other differences:
--
++ ghc-pandoc-citeproc.spec ++
--- /var/tmp/diff_new_pack.0nOfUF/_old  2019-02-17 12:20:20.364217085 +0100
+++ /var/tmp/diff_new_pack.0nOfUF/_new  2019-02-17 12:20:20.364217085 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-pandoc-citeproc
 #
-# 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
@@ -19,7 +19,7 @@
 %global pkg_name pandoc-citeproc
 %bcond_with tests
 Name:   ghc-%{pkg_name}
-Version:0.15.0.1
+Version:0.16.0.2
 Release:0
 Summary:Supports using pandoc with citeproc
 License:BSD-3-Clause

++ pandoc-citeproc-0.15.0.1.tar.gz -> pandoc-citeproc-0.16.0.2.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pandoc-citeproc-0.15.0.1/changelog 
new/pandoc-citeproc-0.16.0.2/changelog
--- old/pandoc-citeproc-0.15.0.1/changelog  2018-11-28 01:13:12.0 
+0100
+++ new/pandoc-citeproc-0.16.0.2/changelog  2019-02-07 18:58:22.0 
+0100
@@ -1,3 +1,27 @@
+pandoc-citeproc (0.16.0.2)
+
+  * Remove need for HTTP access in test for #213.
+
+pandoc-citeproc (0.16.0.1)
+
+  * Fix regression on #213.  Literals without special handling
+(such as call-number, dimensions, scale, language) were being
+dropped.  Added regression test.
+
+pandoc-citeproc (0.16)
+
+  * Detect en dash in page range (Andrew Dunning).  Ensure that `--` or `–`
+are detected as page ranges. This fixes a regression that caused the
+second half of the range to be appended to a URL in note styles.
+
+  * Fix collapsing behavior with items with status but no year (#371).
+
+  * Style: Add OStatus constructor to Output [API change].
+
+  * Allow pandoc 2.6.
+
+  * Added pandoc-citeproc to build-tools for test suite (#369).
+
 pandoc-citeproc (0.15.0.1)
 
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pandoc-citeproc-0.15.0.1/man/man1/pandoc-citeproc.1 
new/pandoc-citeproc-0.16.0.2/man/man1/pandoc-citeproc.1
--- old/pandoc-citeproc-0.15.0.1/man/man1/pandoc-citeproc.1 2018-11-28 
01:13:12.0 +0100
+++ new/pandoc-citeproc-0.16.0.2/man/man1/pandoc-citeproc.1 2019-02-07 
18:58:22.0 +0100
@@ -1,7 +1,7 @@
 .\"t
 .\" Automatically generated by Pandoc 2.5
 .\"
-.TH "pandoc\-citeproc" "1" "2018-11-27" "pandoc-citeproc 0.15.0.1" ""
+.TH "pandoc\-citeproc" "1" "2019-02-06" "pandoc-citeproc 0.16.0.1" ""
 .hy
 .SH NAME
 .PP
diff -urN '--exclude=CVS' '--exclude=.cvsignore' 

commit ghc-dbus for openSUSE:Factory

2019-02-17 Thread root
Hello community,

here is the log from the commit of package ghc-dbus for openSUSE:Factory 
checked in at 2019-02-17 12:20:01

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


Package is "ghc-dbus"

Sun Feb 17 12:20:01 2019 rev:5 rq:674297 version:1.2.3

Changes:

--- /work/SRC/openSUSE:Factory/ghc-dbus/ghc-dbus.changes2018-12-21 
08:21:24.833570297 +0100
+++ /work/SRC/openSUSE:Factory/.ghc-dbus.new.28833/ghc-dbus.changes 
2019-02-17 12:20:01.904222157 +0100
@@ -1,0 +2,6 @@
+Tue Jan 22 03:03:06 UTC 2019 - psim...@suse.com
+
+- Update dbus to version 1.2.3.
+  Upstream does not provide a change log file.
+
+---

Old:

  dbus-1.2.1.tar.gz

New:

  dbus-1.2.3.tar.gz



Other differences:
--
++ ghc-dbus.spec ++
--- /var/tmp/diff_new_pack.MXcYxN/_old  2019-02-17 12:20:02.456222005 +0100
+++ /var/tmp/diff_new_pack.MXcYxN/_new  2019-02-17 12:20:02.456222005 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-dbus
 #
-# 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
@@ -19,7 +19,7 @@
 %global pkg_name dbus
 %bcond_with tests
 Name:   ghc-%{pkg_name}
-Version:1.2.1
+Version:1.2.3
 Release:0
 Summary:A client library for the D-Bus IPC system
 License:Apache-2.0

++ dbus-1.2.1.tar.gz -> dbus-1.2.3.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/dbus-1.2.1/dbus.cabal new/dbus-1.2.3/dbus.cabal
--- old/dbus-1.2.1/dbus.cabal   2018-12-08 02:18:35.0 +0100
+++ new/dbus-1.2.3/dbus.cabal   2019-01-21 04:36:10.0 +0100
@@ -1,180 +1,172 @@
+cabal-version: >=1.8
 name: dbus
-version: 1.2.1
+version: 1.2.3
 license: Apache-2.0
 license-file: license.txt
-author: John Millikin 
 maintainer: Andrey Sverdlichenko 
-build-type: Simple
-cabal-version: >= 1.8
-category: Network, Desktop
+author: John Millikin 
 stability: experimental
 homepage: https://github.com/rblaze/haskell-dbus#readme
-
 synopsis: A client library for the D-Bus IPC system.
 description:
-  D-Bus is a simple, message-based protocol for inter-process
-  communication, which allows applications to interact with other parts of
-  the machine and the user's session using remote procedure calls.
-  .
-  D-Bus is a essential part of the modern Linux desktop, where it replaces
-  earlier protocols such as CORBA and DCOP.
-  .
-  This library is an implementation of the D-Bus protocol in Haskell. It
-  can be used to add D-Bus support to Haskell applications, without the
-  awkward interfaces common to foreign bindings.
-  .
-  Example: connect to the session bus, and get a list of active names.
-  .
-  @
-  -\# LANGUAGE OverloadedStrings \#-
-  .
-  import Data.List (sort)
-  import DBus
-  import DBus.Client
-  .
-  main = do
- client <- connectSession
- //
- \-- Request a list of connected clients from the bus
- reply <- call_ client (methodCall \"\/org\/freedesktop\/DBus\" 
\"org.freedesktop.DBus\" \"ListNames\")
-  methodCallDestination = Just \"org.freedesktop.DBus\"
- 
- //
- \-- org.freedesktop.DBus.ListNames() returns a single value, which 
is
- \-- a list of names (here represented as [String])
- let Just names = fromVariant (methodReturnBody reply !! 0)
- //
- \-- Print each name on a line, sorted so reserved names are below
- \-- temporary names.
- mapM_ putStrLn (sort names)
-  @
-  .
-  >$ ghc --make list-names.hs
-  >$ ./list-names
-  >:1.0
-  >:1.1
-  >:1.10
-  >:1.106
-  >:1.109
-  >:1.110
-  >ca.desrt.dconf
-  >org.freedesktop.DBus
-  >org.freedesktop.Notifications
-  >org.freedesktop.secrets
-  >org.gnome.ScreenSaver
-
-
+D-Bus is a simple, message-based protocol for inter-process
+communication, which allows applications to interact with other parts of
+the machine and the user's session using remote procedure calls.
+.
+D-Bus is a essential part of the modern Linux desktop, where it replaces
+earlier protocols such as CORBA and DCOP.
+.
+This library is an implementation of the D-Bus protocol in Haskell. It
+can be used to add D-Bus support to Haskell applications, without the
+awkward interfaces common to foreign bindings.
+.
+Example: connect to the session bus, and get a list of active names.
+.
+@
+-\# LANGUAGE OverloadedStrings \#-
+.
+import Data.List (sort)
+import DBus
+   

commit ghc-th-lift-instances for openSUSE:Factory

2019-02-17 Thread root
Hello community,

here is the log from the commit of package ghc-th-lift-instances for 
openSUSE:Factory checked in at 2019-02-17 12:20:34

Comparing /work/SRC/openSUSE:Factory/ghc-th-lift-instances (Old)
 and  /work/SRC/openSUSE:Factory/.ghc-th-lift-instances.new.28833 (New)


Package is "ghc-th-lift-instances"

Sun Feb 17 12:20:34 2019 rev:7 rq:674309 version:0.1.12

Changes:

--- 
/work/SRC/openSUSE:Factory/ghc-th-lift-instances/ghc-th-lift-instances.changes  
2018-10-25 09:06:11.826510119 +0200
+++ 
/work/SRC/openSUSE:Factory/.ghc-th-lift-instances.new.28833/ghc-th-lift-instances.changes
   2019-02-17 12:20:35.104213033 +0100
@@ -1,0 +2,6 @@
+Thu Feb  7 13:49:07 UTC 2019 - psim...@suse.com
+
+- Update th-lift-instances to version 0.1.12.
+  Upstream does not provide a change log file.
+
+---

Old:

  th-lift-instances-0.1.11.tar.gz

New:

  th-lift-instances-0.1.12.tar.gz



Other differences:
--
++ ghc-th-lift-instances.spec ++
--- /var/tmp/diff_new_pack.CPcb3T/_old  2019-02-17 12:20:35.932212806 +0100
+++ /var/tmp/diff_new_pack.CPcb3T/_new  2019-02-17 12:20:35.932212806 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-th-lift-instances
 #
-# 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
@@ -19,7 +19,7 @@
 %global pkg_name th-lift-instances
 %bcond_with tests
 Name:   ghc-%{pkg_name}
-Version:0.1.11
+Version:0.1.12
 Release:0
 Summary:Lift instances for template-haskell for common data types
 License:BSD-3-Clause
@@ -32,7 +32,6 @@
 BuildRequires:  ghc-rpm-macros
 BuildRequires:  ghc-template-haskell-devel
 BuildRequires:  ghc-text-devel
-BuildRequires:  ghc-th-lift-devel
 BuildRequires:  ghc-vector-devel
 %if %{with tests}
 BuildRequires:  ghc-QuickCheck-devel

++ th-lift-instances-0.1.11.tar.gz -> th-lift-instances-0.1.12.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/th-lift-instances-0.1.11/.travis.yml 
new/th-lift-instances-0.1.12/.travis.yml
--- old/th-lift-instances-0.1.11/.travis.yml2016-12-04 19:23:47.0 
+0100
+++ new/th-lift-instances-0.1.12/.travis.yml2019-02-04 18:31:08.0 
+0100
@@ -13,30 +13,39 @@
 script: travis/script.sh
 matrix:
   include:
-- env: GHCVER=7.0.4 CABALVER=1.16
-  compiler: ": #GHC 7.0.4"
-  addons: {apt: {packages: [cabal-install-1.16, ghc-7.0.4, alex-3.1.4, 
happy-1.19.5], sources: [hvr-ghc]}}
-- env: GHCVER=7.2.2 CABALVER=1.16
-  compiler: ": #GHC 7.2.2"
-  addons: {apt: {packages: [cabal-install-1.16, ghc-7.2.2, alex-3.1.4, 
happy-1.19.5], sources: [hvr-ghc]}}
-- env: GHCVER=7.4.2 CABALVER=1.16
-  compiler: ": #GHC 7.4.2"
-  addons: {apt: {packages: [cabal-install-1.16, ghc-7.4.2, alex-3.1.4, 
happy-1.19.5], sources: [hvr-ghc]}}
-- env: GHCVER=7.6.3 CABALVER=1.18
-  compiler: ": #GHC 7.6.3"
-  addons: {apt: {packages: [cabal-install-1.18, ghc-7.6.3, alex-3.1.4, 
happy-1.19.5], sources: [hvr-ghc]}}
-- env: GHCVER=7.8.4 CABALVER=1.18
-  compiler: ": #GHC 7.8.4"
-  addons: {apt: {packages: [cabal-install-1.18, ghc-7.8.4, alex-3.1.4, 
happy-1.19.5], sources: [hvr-ghc]}}
-- env: GHCVER=7.10.3 CABALVER=1.22 ROOT=1
-  compiler: ": #GHC 7.10.3"
-  addons: {apt: {packages: [cabal-install-1.22, ghc-7.10.3, alex-3.1.4, 
happy-1.19.5], sources: [hvr-ghc]}}
-- env: GHCVER=8.0.1 CABALVER=1.24
-  compiler: ": #GHC 8.0.1"
+- env: GHCVER=7.0.4 CABALVER=1.18
+  compiler: ghc-7.0.4
+  addons: {apt: {packages: [cabal-install-1.18, ghc-7.0.4, alex-3.1.4, 
happy-1.19.5], sources: [hvr-ghc]}}
+- env: GHCVER=7.2.2 CABALVER=1.18
+  compiler: ghc-7.2.2
+  addons: {apt: {packages: [cabal-install-1.18, ghc-7.2.2, alex-3.1.4, 
happy-1.19.5], sources: [hvr-ghc]}}
+- env: GHCVER=7.4.2 CABALVER=1.24
+  compiler: ghc-7.4.2
+  addons: {apt: {packages: [cabal-install-1.24, ghc-7.4.2, alex-3.1.4, 
happy-1.19.5], sources: [hvr-ghc]}}
+- env: GHCVER=7.6.3 CABALVER=1.24
+  compiler: ghc-7.6.3
+  addons: {apt: {packages: [cabal-install-1.24, ghc-7.6.3, alex-3.1.4, 
happy-1.19.5], sources: [hvr-ghc]}}
+- env: GHCVER=7.8.4 CABALVER=1.24
+  compiler: ghc-7.8.4
+  addons: {apt: {packages: [cabal-install-1.24, ghc-7.8.4, alex-3.1.4, 
happy-1.19.5], sources: [hvr-ghc]}}
+- env: GHCVER=7.10.3 CABALVER=1.24
+  compiler: ghc-7.10.3
+  addons: {apt: {packages: [cabal-install-1.24, 

commit ghc-unix-time for openSUSE:Factory

2019-02-17 Thread root
Hello community,

here is the log from the commit of package ghc-unix-time for openSUSE:Factory 
checked in at 2019-02-17 12:20:37

Comparing /work/SRC/openSUSE:Factory/ghc-unix-time (Old)
 and  /work/SRC/openSUSE:Factory/.ghc-unix-time.new.28833 (New)


Package is "ghc-unix-time"

Sun Feb 17 12:20:37 2019 rev:11 rq:674310 version:0.4.5

Changes:

--- /work/SRC/openSUSE:Factory/ghc-unix-time/ghc-unix-time.changes  
2018-12-28 12:35:30.955955342 +0100
+++ /work/SRC/openSUSE:Factory/.ghc-unix-time.new.28833/ghc-unix-time.changes   
2019-02-17 12:20:37.204212455 +0100
@@ -1,0 +2,6 @@
+Wed Jan 23 03:02:22 UTC 2019 - psim...@suse.com
+
+- Update unix-time to version 0.4.5.
+  Upstream does not provide a change log file.
+
+---

Old:

  unix-time-0.4.4.tar.gz

New:

  unix-time-0.4.5.tar.gz



Other differences:
--
++ ghc-unix-time.spec ++
--- /var/tmp/diff_new_pack.9MBESr/_old  2019-02-17 12:20:37.756212304 +0100
+++ /var/tmp/diff_new_pack.9MBESr/_new  2019-02-17 12:20:37.756212304 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-unix-time
 #
-# 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
@@ -19,7 +19,7 @@
 %global pkg_name unix-time
 %bcond_with tests
 Name:   ghc-%{pkg_name}
-Version:0.4.4
+Version:0.4.5
 Release:0
 Summary:Unix time parser/formatter and utilities
 License:BSD-3-Clause
@@ -29,12 +29,10 @@
 BuildRequires:  ghc-Cabal-devel
 BuildRequires:  ghc-binary-devel
 BuildRequires:  ghc-bytestring-devel
-BuildRequires:  ghc-cabal-doctest-devel
 BuildRequires:  ghc-old-time-devel
 BuildRequires:  ghc-rpm-macros
 %if %{with tests}
 BuildRequires:  ghc-QuickCheck-devel
-BuildRequires:  ghc-doctest-devel
 BuildRequires:  ghc-hspec-devel
 BuildRequires:  ghc-old-locale-devel
 BuildRequires:  ghc-time-devel

++ unix-time-0.4.4.tar.gz -> unix-time-0.4.5.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/unix-time-0.4.4/Setup.hs new/unix-time-0.4.5/Setup.hs
--- old/unix-time-0.4.4/Setup.hs2018-12-24 06:09:10.0 +0100
+++ new/unix-time-0.4.5/Setup.hs2019-01-22 04:43:00.0 +0100
@@ -1,33 +1,6 @@
-{-# LANGUAGE CPP #-}
-{-# OPTIONS_GHC -Wall #-}
 module Main (main) where
 
-#ifndef MIN_VERSION_cabal_doctest
-#define MIN_VERSION_cabal_doctest(x,y,z) 0
-#endif
-
-#if MIN_VERSION_cabal_doctest(1,0,0)
-
-import Distribution.Extra.Doctest ( defaultMainAutoconfWithDoctests )
-main :: IO ()
-main = defaultMainAutoconfWithDoctests "doctests"
-
-#else
-
-#ifdef MIN_VERSION_Cabal
--- If the macro is defined, we have new cabal-install,
--- but for some reason we don't have cabal-doctest in package-db
---
--- Probably we are running cabal sdist, when otherwise using new-build
--- workflow
-#warning You are configuring this package without cabal-doctest installed. \
- The doctests test-suite will not work as a result. \
- To fix this, install cabal-doctest before configuring.
-#endif
-
 import Distribution.Simple
 
 main :: IO ()
-main = defaultMain
-
-#endif
+main = defaultMainWithHooks autoconfUserHooks
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/unix-time-0.4.4/unix-time.cabal 
new/unix-time-0.4.5/unix-time.cabal
--- old/unix-time-0.4.4/unix-time.cabal 2018-12-24 06:09:10.0 +0100
+++ new/unix-time-0.4.5/unix-time.cabal 2019-01-22 04:43:00.0 +0100
@@ -1,5 +1,5 @@
 Name:   unix-time
-Version:0.4.4
+Version:0.4.5
 Author: Kazu Yamamoto 
 Maintainer: Kazu Yamamoto 
 License:BSD3
@@ -7,8 +7,8 @@
 Synopsis:   Unix time parser/formatter and utilities
 Description:Fast parser\/formatter\/utilities for Unix time
 Category:   Data
-Cabal-Version:  >= 1.10
-Build-Type: Custom
+Cabal-Version:  1.18
+Build-Type: Configure
 Extra-Source-Files: cbits/config.h.in
 cbits/conv.c
 cbits/strftime.c
@@ -19,9 +19,6 @@
 configure.ac
 Extra-Tmp-Files:config.log config.status autom4te.cache cbits/config.h
 
-Custom-Setup
-  Setup-Depends:base, Cabal, cabal-doctest >=1.0.6 && <1.1
-
 Library
   Default-Language: Haskell2010
   GHC-Options:  -Wall
@@ -45,6 +42,7 @@
   include-dirs: cbits
 
 Test-Suite doctests
+  

commit ghc-ansi-terminal for openSUSE:Factory

2019-02-17 Thread root
Hello community,

here is the log from the commit of package ghc-ansi-terminal for 
openSUSE:Factory checked in at 2019-02-17 12:19:50

Comparing /work/SRC/openSUSE:Factory/ghc-ansi-terminal (Old)
 and  /work/SRC/openSUSE:Factory/.ghc-ansi-terminal.new.28833 (New)


Package is "ghc-ansi-terminal"

Sun Feb 17 12:19:50 2019 rev:11 rq:674294 version:0.9

Changes:

--- /work/SRC/openSUSE:Factory/ghc-ansi-terminal/ghc-ansi-terminal.changes  
2018-11-09 07:51:55.547882983 +0100
+++ 
/work/SRC/openSUSE:Factory/.ghc-ansi-terminal.new.28833/ghc-ansi-terminal.changes
   2019-02-17 12:19:52.456224752 +0100
@@ -1,0 +2,14 @@
+Sun Jan 27 03:01:38 UTC 2019 - psim...@suse.com
+
+- Update ansi-terminal to version 0.9.
+  Version 0.9
+  ---
+
+  * Add support for 256-color palettes with new `SetPaletteColor` constructor 
of
+`SGR` type, and `xterm6LevelRGB`, `xterm24LevelGray` and `xtermSystem`.
+  * Remove deprecated `getCursorPosition`. (Use `getCursorPosition0` instead.)
+  * Add `hSupportsANSIColor`.
+  * Add `getTerminalSize`.
+  * Improvements to Haddock documentation.
+
+---

Old:

  ansi-terminal-0.8.2.tar.gz

New:

  ansi-terminal-0.9.tar.gz



Other differences:
--
++ ghc-ansi-terminal.spec ++
--- /var/tmp/diff_new_pack.5ZumAx/_old  2019-02-17 12:19:53.156224560 +0100
+++ /var/tmp/diff_new_pack.5ZumAx/_new  2019-02-17 12:19:53.176224555 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-ansi-terminal
 #
-# 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
@@ -18,7 +18,7 @@
 
 %global pkg_name ansi-terminal
 Name:   ghc-%{pkg_name}
-Version:0.8.2
+Version:0.9
 Release:0
 Summary:Simple ANSI terminal support, with Windows compatibility
 License:BSD-3-Clause

++ ansi-terminal-0.8.2.tar.gz -> ansi-terminal-0.9.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ansi-terminal-0.8.2/CHANGELOG.md 
new/ansi-terminal-0.9/CHANGELOG.md
--- old/ansi-terminal-0.8.2/CHANGELOG.md2018-10-28 00:21:07.0 
+0200
+++ new/ansi-terminal-0.9/CHANGELOG.md  2019-01-26 20:56:34.0 +0100
@@ -1,6 +1,16 @@
 Changes
 ===
 
+Version 0.9
+---
+
+* Add support for 256-color palettes with new `SetPaletteColor` constructor of
+  `SGR` type, and `xterm6LevelRGB`, `xterm24LevelGray` and `xtermSystem`.
+* Remove deprecated `getCursorPosition`. (Use `getCursorPosition0` instead.)
+* Add `hSupportsANSIColor`.
+* Add `getTerminalSize`.
+* Improvements to Haddock documentation.
+
 Version 0.8.2
 -
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ansi-terminal-0.8.2/ansi-terminal.cabal 
new/ansi-terminal-0.9/ansi-terminal.cabal
--- old/ansi-terminal-0.8.2/ansi-terminal.cabal 2018-10-28 00:21:07.0 
+0200
+++ new/ansi-terminal-0.9/ansi-terminal.cabal   2019-01-26 20:49:22.0 
+0100
@@ -1,5 +1,5 @@
 Name:ansi-terminal
-Version: 0.8.2
+Version: 0.9
 Cabal-Version:   >= 1.8
 Category:User Interfaces
 Synopsis:Simple ANSI terminal support, with Windows compatibility
@@ -66,6 +66,7 @@
 Main-Is:Example.hs
 Build-Depends:  base >= 4.3.0.0 && < 5
   , ansi-terminal
+  , colour
 Ghc-Options:-Wall
 if !flag(example)
 Buildable:  False
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ansi-terminal-0.8.2/app/Example.hs 
new/ansi-terminal-0.9/app/Example.hs
--- old/ansi-terminal-0.8.2/app/Example.hs  2018-10-28 00:21:07.0 
+0200
+++ new/ansi-terminal-0.9/app/Example.hs2019-01-26 19:23:26.0 
+0100
@@ -4,8 +4,11 @@
   ) where
 
 import Control.Concurrent (threadDelay)
-import Control.Monad (forM_)
+import Control.Monad (forM_, replicateM_)
 import System.IO (hFlush, stdout)
+import Text.Printf(printf)
+
+import Data.Colour.SRGB (sRGB24)
 
 import System.Console.ANSI
 
@@ -16,10 +19,12 @@
, saveRestoreCursorExample
, clearExample
, scrollExample
-   , sgrExample
+   , sgrColorExample
+   , sgrOtherExample
, cursorVisibilityExample
, titleExample
, getCursorPositionExample
+   , getTerminalSizeExample
]
 
 main 

commit ghc-retry for openSUSE:Factory

2019-02-17 Thread root
Hello community,

here is the log from the commit of package ghc-retry for openSUSE:Factory 
checked in at 2019-02-17 12:20:26

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


Package is "ghc-retry"

Sun Feb 17 12:20:26 2019 rev:15 rq:674306 version:0.8.0.0

Changes:

--- /work/SRC/openSUSE:Factory/ghc-retry/ghc-retry.changes  2018-10-25 
09:03:26.930610923 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-retry.new.28833/ghc-retry.changes   
2019-02-17 12:20:26.612215367 +0100
@@ -1,0 +2,7 @@
+Thu Jan 31 03:01:49 UTC 2019 - psim...@suse.com
+
+- Update retry to version 0.8.0.0.
+  0.8.0.0
+  * Remove dependency on data-default-class
+
+---

Old:

  retry-0.7.7.0.tar.gz

New:

  retry-0.8.0.0.tar.gz



Other differences:
--
++ ghc-retry.spec ++
--- /var/tmp/diff_new_pack.RmsyEB/_old  2019-02-17 12:20:27.148215220 +0100
+++ /var/tmp/diff_new_pack.RmsyEB/_new  2019-02-17 12:20:27.148215220 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-retry
 #
-# 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
@@ -19,7 +19,7 @@
 %global pkg_name retry
 %bcond_with tests
 Name:   ghc-%{pkg_name}
-Version:0.7.7.0
+Version:0.8.0.0
 Release:0
 Summary:Retry combinators for monadic actions that may fail
 License:BSD-3-Clause
@@ -27,7 +27,6 @@
 URL:https://hackage.haskell.org/package/%{pkg_name}
 Source0:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
 BuildRequires:  ghc-Cabal-devel
-BuildRequires:  ghc-data-default-class-devel
 BuildRequires:  ghc-exceptions-devel
 BuildRequires:  ghc-random-devel
 BuildRequires:  ghc-rpm-macros

++ retry-0.7.7.0.tar.gz -> retry-0.8.0.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/retry-0.7.7.0/changelog.md 
new/retry-0.8.0.0/changelog.md
--- old/retry-0.7.7.0/changelog.md  2018-08-17 00:08:54.0 +0200
+++ new/retry-0.8.0.0/changelog.md  2019-01-08 22:41:56.0 +0100
@@ -1,3 +1,6 @@
+0.8.0.0
+* Remove dependency on data-default-class
+
 0.7.7.0
 * Add `natTransformRetryPolicy`
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/retry-0.7.7.0/retry.cabal 
new/retry-0.8.0.0/retry.cabal
--- old/retry-0.7.7.0/retry.cabal   2018-08-28 01:35:43.0 +0200
+++ new/retry-0.8.0.0/retry.cabal   2019-01-08 22:41:56.0 +0100
@@ -14,7 +14,7 @@
 case we should hang back for a bit and retry the query instead
 of simply raising an exception.
 
-version: 0.7.7.0
+version: 0.8.0.0
 synopsis:Retry combinators for monadic actions that may fail
 license: BSD3
 license-file:LICENSE
@@ -37,7 +37,6 @@
   exposed-modules: Control.Retry
   build-depends:
   base >= 4.6 && < 5
-, data-default-class
 , exceptions   >= 0.5 && < 0.11
 , ghc-prim < 0.6
 , random   >= 1 && < 1.2
@@ -62,7 +61,6 @@
 base  ==4.*
   , exceptions
   , transformers
-  , data-default-class
   , random
   , time
   , HUnit  >= 1.2.5.2
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/retry-0.7.7.0/src/Control/Retry.hs 
new/retry-0.8.0.0/src/Control/Retry.hs
--- old/retry-0.7.7.0/src/Control/Retry.hs  2018-08-17 00:07:47.0 
+0200
+++ new/retry-0.8.0.0/src/Control/Retry.hs  2019-01-08 22:41:56.0 
+0100
@@ -35,6 +35,7 @@
   RetryPolicyM (..)
 , RetryPolicy
 , retryPolicy
+, retryPolicyDefault
 , natTransformRetryPolicy
 , RetryStatus (..)
 , defaultRetryStatus
@@ -87,7 +88,6 @@
 import   Control.Monad.Trans.Class
 import   Control.Monad.Trans.Maybe
 import   Control.Monad.Trans.State
-import   Data.Default.Class
 import   Data.List (foldl')
 import   Data.Maybe
 import   GHC.Generics
@@ -148,9 +148,9 @@
 -- type signatures pre-0.7.
 type RetryPolicy = forall m . Monad m => RetryPolicyM m
 
-
-instance Monad m => Default (RetryPolicyM m) where
-def = constantDelay 5 <> limitRetries 5
+-- | Default retry policy
+retryPolicyDefault :: RetryPolicy
+retryPolicyDefault = constantDelay 5 <> limitRetries 5
 
 
 -- Base 4.9.0 adds a 

commit ghc-persistent-template for openSUSE:Factory

2019-02-17 Thread root
Hello community,

here is the log from the commit of package ghc-persistent-template for 
openSUSE:Factory checked in at 2019-02-17 12:20:22

Comparing /work/SRC/openSUSE:Factory/ghc-persistent-template (Old)
 and  /work/SRC/openSUSE:Factory/.ghc-persistent-template.new.28833 (New)


Package is "ghc-persistent-template"

Sun Feb 17 12:20:22 2019 rev:16 rq:674304 version:2.6.0

Changes:

--- 
/work/SRC/openSUSE:Factory/ghc-persistent-template/ghc-persistent-template.changes
  2018-12-06 12:17:24.197514235 +0100
+++ 
/work/SRC/openSUSE:Factory/.ghc-persistent-template.new.28833/ghc-persistent-template.changes
   2019-02-17 12:20:23.500216222 +0100
@@ -0,0 +1,8 @@
+---
+Mon Jan 28 03:02:08 UTC 2019 - psim...@suse.com
+
+- Update persistent-template to version 2.6.0.
+  ## 2.6.0
+  * [persistent#846](https://github.com/yesodweb/persistent/pull/846): Improve 
error message when marshalling fails
+  * [persistent#826](https://github.com/yesodweb/persistent/pull/826): Change 
`Unique` derive `Show`
+

Old:

  persistent-template-2.5.4.tar.gz
  persistent-template.cabal

New:

  persistent-template-2.6.0.tar.gz



Other differences:
--
++ ghc-persistent-template.spec ++
--- /var/tmp/diff_new_pack.gi0DN0/_old  2019-02-17 12:20:24.460215959 +0100
+++ /var/tmp/diff_new_pack.gi0DN0/_new  2019-02-17 12:20:24.468215956 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-persistent-template
 #
-# 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
@@ -19,14 +19,13 @@
 %global pkg_name persistent-template
 %bcond_with tests
 Name:   ghc-%{pkg_name}
-Version:2.5.4
+Version:2.6.0
 Release:0
 Summary:Type-safe, non-relational, multi-backend persistence
 License:MIT
 Group:  Development/Libraries/Haskell
 URL:https://hackage.haskell.org/package/%{pkg_name}
 Source0:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
-Source1:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/3.cabal#/%{pkg_name}.cabal
 BuildRequires:  ghc-Cabal-devel
 BuildRequires:  ghc-aeson-compat-devel
 BuildRequires:  ghc-aeson-devel
@@ -66,7 +65,6 @@
 
 %prep
 %setup -q -n %{pkg_name}-%{version}
-cp -p %{SOURCE1} %{pkg_name}.cabal
 
 %build
 %ghc_lib_build

++ persistent-template-2.5.4.tar.gz -> persistent-template-2.6.0.tar.gz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/persistent-template-2.5.4/ChangeLog.md 
new/persistent-template-2.6.0/ChangeLog.md
--- old/persistent-template-2.5.4/ChangeLog.md  2018-03-08 16:56:53.0 
+0100
+++ new/persistent-template-2.6.0/ChangeLog.md  2019-01-27 14:37:47.0 
+0100
@@ -1,3 +1,7 @@
+## 2.6.0
+* [persistent#846](https://github.com/yesodweb/persistent/pull/846): Improve 
error message when marshalling fails
+* [persistent#826](https://github.com/yesodweb/persistent/pull/826): Change 
`Unique` derive `Show`
+
 ## 2.5.4
 
 * [persistent#778](https://github.com/yesodweb/persistent/issues/778): Add 
`persistManyFileWith`.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/persistent-template-2.5.4/Database/Persist/TH.hs 
new/persistent-template-2.6.0/Database/Persist/TH.hs
--- old/persistent-template-2.5.4/Database/Persist/TH.hs2018-03-08 
16:56:53.0 +0100
+++ new/persistent-template-2.6.0/Database/Persist/TH.hs2019-01-27 
14:37:47.0 +0100
@@ -524,7 +524,16 @@
 Nothing
 #endif
 (map (mkUnique mps t) $ entityUniques t)
-[]
+(derivClause $ entityUniques t)
+  where
+derivClause [] = []
+#if MIN_VERSION_template_haskell(2,12,0)
+derivClause _  = [DerivClause Nothing [ConT ''Show]]
+#elif MIN_VERSION_template_haskell(2,11,0)
+derivClause _  = [ConT ''Show]
+#else
+derivClause _  = [''Show]
+#endif
 
 mkUnique :: MkPersistSettings -> EntityDef -> UniqueDef -> Con
 mkUnique mps t (UniqueDef (HaskellName constr) _ fields attrs) =
@@ -665,9 +674,6 @@
 mapLeft _ (Right r) = Right r
 mapLeft f (Left l)  = Left (f l)
 
-fieldError :: Text -> Text -> Text
-fieldError fieldName err = "Couldn't parse field `" `mappend` fieldName 
`mappend` "` from database results: " `mappend` err
-
 mkFromPersistValues :: MkPersistSettings -> EntityDef -> Q [Clause]
 mkFromPersistValues _ t@(EntityDef { entitySum = False }) =
 fromValues t "fromPersistValues" 

commit ghc-generic-deriving for openSUSE:Factory

2019-02-17 Thread root
Hello community,

here is the log from the commit of package ghc-generic-deriving for 
openSUSE:Factory checked in at 2019-02-17 12:20:07

Comparing /work/SRC/openSUSE:Factory/ghc-generic-deriving (Old)
 and  /work/SRC/openSUSE:Factory/.ghc-generic-deriving.new.28833 (New)


Package is "ghc-generic-deriving"

Sun Feb 17 12:20:07 2019 rev:11 rq:674299 version:1.12.3

Changes:

--- 
/work/SRC/openSUSE:Factory/ghc-generic-deriving/ghc-generic-deriving.changes
2018-10-25 08:25:53.955814372 +0200
+++ 
/work/SRC/openSUSE:Factory/.ghc-generic-deriving.new.28833/ghc-generic-deriving.changes
 2019-02-17 12:20:08.276220406 +0100
@@ -1,0 +2,17 @@
+Sun Feb 10 03:02:15 UTC 2019 - psim...@suse.com
+
+- Update generic-deriving to version 1.12.3.
+  # 1.12.3 [2019.02.09]
+  * Support `template-haskell-2.15`.
+  * Add a `gshowList` method to `GShow`, which lets us avoid the need for
+`OverlappingInstances` in `Generics.Deriving.TH`. As a consequence, the
+`GShow String` instance has been removed, as it is now fully subsumed by
+the `GShow [a]` instance (with which it previously overlapped).
+  * Functions in `Generics.Deriving.TH` now balance groups of `(:*:)` and 
`(:+:)`
+as much as possible (`deriving Generic` was already performing this
+optimization, and now `generic-deriving` does too).
+  * Add a `Generics.Deriving.Default` module demonstrating and explaining
+how and why to use `DerivingVia`. There is also a test suite with
+further examples.
+
+---

Old:

  generic-deriving-1.12.2.tar.gz
  generic-deriving.cabal

New:

  generic-deriving-1.12.3.tar.gz



Other differences:
--
++ ghc-generic-deriving.spec ++
--- /var/tmp/diff_new_pack.BJ7g56/_old  2019-02-17 12:20:08.760220273 +0100
+++ /var/tmp/diff_new_pack.BJ7g56/_new  2019-02-17 12:20:08.764220272 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-generic-deriving
 #
-# 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
@@ -19,14 +19,13 @@
 %global pkg_name generic-deriving
 %bcond_with tests
 Name:   ghc-%{pkg_name}
-Version:1.12.2
+Version:1.12.3
 Release:0
 Summary:Generic programming library for generalised deriving
 License:BSD-3-Clause
 Group:  Development/Libraries/Haskell
 URL:https://hackage.haskell.org/package/%{pkg_name}
 Source0:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
-Source1:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/1.cabal#/%{pkg_name}.cabal
 BuildRequires:  ghc-Cabal-devel
 BuildRequires:  ghc-containers-devel
 BuildRequires:  ghc-rpm-macros
@@ -61,7 +60,6 @@
 
 %prep
 %setup -q -n %{pkg_name}-%{version}
-cp -p %{SOURCE1} %{pkg_name}.cabal
 
 %build
 %ghc_lib_build

++ generic-deriving-1.12.2.tar.gz -> generic-deriving-1.12.3.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/generic-deriving-1.12.2/CHANGELOG.md 
new/generic-deriving-1.12.3/CHANGELOG.md
--- old/generic-deriving-1.12.2/CHANGELOG.md2018-06-28 16:44:14.0 
+0200
+++ new/generic-deriving-1.12.3/CHANGELOG.md2001-09-09 03:46:40.0 
+0200
@@ -1,3 +1,16 @@
+# 1.12.3 [2019.02.09]
+* Support `template-haskell-2.15`.
+* Add a `gshowList` method to `GShow`, which lets us avoid the need for
+  `OverlappingInstances` in `Generics.Deriving.TH`. As a consequence, the
+  `GShow String` instance has been removed, as it is now fully subsumed by
+  the `GShow [a]` instance (with which it previously overlapped).
+* Functions in `Generics.Deriving.TH` now balance groups of `(:*:)` and `(:+:)`
+  as much as possible (`deriving Generic` was already performing this
+  optimization, and now `generic-deriving` does too).
+* Add a `Generics.Deriving.Default` module demonstrating and explaining
+  how and why to use `DerivingVia`. There is also a test suite with
+  further examples.
+
 # 1.12.2 [2018.06.28]
 * Backport the `Generic(1)` instances for `Data.Ord.Down`, introduced in
   `base-4.12`. Add `GEq`, `GShow`, `GSemigroup`, `GMonoid`, `GFunctor`,
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/generic-deriving-1.12.2/generic-deriving.cabal 
new/generic-deriving-1.12.3/generic-deriving.cabal
--- old/generic-deriving-1.12.2/generic-deriving.cabal  2018-06-28 
16:44:14.0 +0200
+++ new/generic-deriving-1.12.3/generic-deriving.cabal  

commit ghc-foundation for openSUSE:Factory

2019-02-17 Thread root
Hello community,

here is the log from the commit of package ghc-foundation for openSUSE:Factory 
checked in at 2019-02-17 12:20:05

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


Package is "ghc-foundation"

Sun Feb 17 12:20:05 2019 rev:10 rq:674298 version:0.0.23

Changes:

--- /work/SRC/openSUSE:Factory/ghc-foundation/ghc-foundation.changes
2018-10-25 08:25:38.407821507 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-foundation.new.28833/ghc-foundation.changes 
2019-02-17 12:20:06.384220926 +0100
@@ -1,0 +2,6 @@
+Thu Feb  7 13:48:59 UTC 2019 - psim...@suse.com
+
+- Update foundation to version 0.0.23.
+  Upstream does not provide a change log file.
+
+---

Old:

  foundation-0.0.21.tar.gz

New:

  foundation-0.0.23.tar.gz



Other differences:
--
++ ghc-foundation.spec ++
--- /var/tmp/diff_new_pack.XuhbA5/_old  2019-02-17 12:20:06.868220793 +0100
+++ /var/tmp/diff_new_pack.XuhbA5/_new  2019-02-17 12:20:06.868220793 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-foundation
 #
-# 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
@@ -19,7 +19,7 @@
 %global pkg_name foundation
 %bcond_with tests
 Name:   ghc-%{pkg_name}
-Version:0.0.21
+Version:0.0.23
 Release:0
 Summary:Alternative prelude with batteries and no dependencies
 License:BSD-3-Clause

++ foundation-0.0.21.tar.gz -> foundation-0.0.23.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/foundation-0.0.21/Foundation/Conduit/Internal.hs 
new/foundation-0.0.23/Foundation/Conduit/Internal.hs
--- old/foundation-0.0.21/Foundation/Conduit/Internal.hs2018-03-13 
11:08:09.0 +0100
+++ new/foundation-0.0.23/Foundation/Conduit/Internal.hs2019-01-09 
12:14:46.0 +0100
@@ -11,6 +11,8 @@
 {-# LANGUAGE ScopedTypeVariables #-}
 {-# LANGUAGE Rank2Types #-}
 {-# LANGUAGE OverloadedStrings #-}
+{-# OPTIONS_GHC -Wno-inline-rule-shadowing #-}
+
 module Foundation.Conduit.Internal
 ( Pipe(..)
 , Conduit(..)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/foundation-0.0.21/Foundation/Network/IPv4.hs 
new/foundation-0.0.23/Foundation/Network/IPv4.hs
--- old/foundation-0.0.21/Foundation/Network/IPv4.hs2018-07-08 
10:14:14.0 +0200
+++ new/foundation-0.0.23/Foundation/Network/IPv4.hs2019-02-04 
06:49:59.0 +0100
@@ -28,7 +28,7 @@
 import Data.Proxy
 import Foundation.String (String)
 import Foundation.Primitive
-import Foundation.Bits
+import Basement.Bits
 import Foundation.Parser hiding (peek)
 import Foundation.Collection (Sequential, Element, elem)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/foundation-0.0.21/Foundation/Time/StopWatch.hs 
new/foundation-0.0.23/Foundation/Time/StopWatch.hs
--- old/foundation-0.0.21/Foundation/Time/StopWatch.hs  2018-03-13 
11:08:09.0 +0100
+++ new/foundation-0.0.23/Foundation/Time/StopWatch.hs  2019-01-09 
12:14:46.0 +0100
@@ -107,5 +107,7 @@
 pure $ NanoSeconds $ (endSec * secondInNano + endNSec) - (startSec * 
secondInNano + startNSec)
 #endif
 
+#if !defined(darwin_HOST_OS)
 secondInNano :: Word64
 secondInNano = 10
+#endif
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/foundation-0.0.21/Foundation/Time/Types.hs 
new/foundation-0.0.23/Foundation/Time/Types.hs
--- old/foundation-0.0.21/Foundation/Time/Types.hs  2018-07-08 
10:43:29.0 +0200
+++ new/foundation-0.0.23/Foundation/Time/Types.hs  2019-01-09 
12:14:46.0 +0100
@@ -34,7 +34,7 @@
 primAddrRead addr ofs= primAddrRead addr (coerce ofs)
 primAddrWrite addr ofs v = primAddrWrite addr (coerce ofs) (coerce v :: 
Word64)
 
--- | An amount of nanoseconds
+-- | An amount of seconds
 newtype Seconds = Seconds Word64
 deriving (Show,Eq,Ord,Additive,Enum,Bounded)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/foundation-0.0.21/benchs/LargeWords.hs 
new/foundation-0.0.23/benchs/LargeWords.hs
--- old/foundation-0.0.21/benchs/LargeWords.hs  1970-01-01 01:00:00.0 
+0100
+++ new/foundation-0.0.23/benchs/LargeWords.hs  2019-01-09 12:14:46.0 
+0100
@@ -0,0 +1,45 @@
+{-# LANGUAGE NoImplicitPrelude #-}
+{-# LANGUAGE RebindableSyntax #-}
+{-# 

commit ghc-project-template for openSUSE:Factory

2019-02-17 Thread root
Hello community,

here is the log from the commit of package ghc-project-template for 
openSUSE:Factory checked in at 2019-02-17 12:20:23

Comparing /work/SRC/openSUSE:Factory/ghc-project-template (Old)
 and  /work/SRC/openSUSE:Factory/.ghc-project-template.new.28833 (New)


Package is "ghc-project-template"

Sun Feb 17 12:20:23 2019 rev:7 rq:674305 version:0.2.0.1

Changes:

--- 
/work/SRC/openSUSE:Factory/ghc-project-template/ghc-project-template.changes
2018-10-25 09:02:51.710632503 +0200
+++ 
/work/SRC/openSUSE:Factory/.ghc-project-template.new.28833/ghc-project-template.changes
 2019-02-17 12:20:24.884215842 +0100
@@ -1,0 +2,5 @@
+Sat Jan 19 12:33:34 UTC 2019 - Peter Simons 
+
+- Update Cabal build instructions for more accurate dependencies.
+
+---

New:

  project-template.cabal



Other differences:
--
++ ghc-project-template.spec ++
--- /var/tmp/diff_new_pack.Fe7idJ/_old  2019-02-17 12:20:26.472215406 +0100
+++ /var/tmp/diff_new_pack.Fe7idJ/_new  2019-02-17 12:20:26.472215406 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-project-template
 #
-# 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
@@ -26,6 +26,7 @@
 Group:  Development/Libraries/Haskell
 URL:https://hackage.haskell.org/package/%{pkg_name}
 Source0:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
+Source1:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/1.cabal#/%{pkg_name}.cabal
 BuildRequires:  ghc-Cabal-devel
 BuildRequires:  ghc-base64-bytestring-devel
 BuildRequires:  ghc-bytestring-devel
@@ -62,6 +63,7 @@
 
 %prep
 %setup -q -n %{pkg_name}-%{version}
+cp -p %{SOURCE1} %{pkg_name}.cabal
 
 %build
 %ghc_lib_build

++ project-template.cabal ++
name:project-template
version: 0.2.0.1
x-revision: 1
synopsis:Specify Haskell project templates and generate files
description: See initial blog post for explanation: 

homepage:https://github.com/fpco/haskell-ide
license: BSD3
license-file:LICENSE
author:  Michael Snoyman
maintainer:  mich...@fpcomplete.com
category:Development
build-type:  Simple
cabal-version:   >=1.8
extra-source-files:  README.md ChangeLog.md

library
  exposed-modules: Text.ProjectTemplate
  build-depends:   base >= 4.8&& < 5
 , base64-bytestring
 , text >= 0.11
 , bytestring   >= 0.9
 , transformers >= 0.2
 , mtl  >= 2.0
 , conduit  >= 1.2.8  && < 1.4
 , conduit-extra
 , resourcet>= 0.4.3
 , containers
 , filepath
 , directory
  ghc-options: -Wall

test-suite test
hs-source-dirs: test
main-is: Spec.hs
other-modules: Text.ProjectTemplateSpec
type: exitcode-stdio-1.0
build-depends:   base
   , project-template
   , hspec >= 1.3
   , transformers
   , QuickCheck
   , base64-bytestring
   , conduit
   , text
   , bytestring
   , containers
   , resourcet
ghc-options: -Wall

source-repository head
  type: git
  location: git://github.com/fpco/haskell-ide.git



commit ghc-basement for openSUSE:Factory

2019-02-17 Thread root
Hello community,

here is the log from the commit of package ghc-basement for openSUSE:Factory 
checked in at 2019-02-17 12:19:53

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


Package is "ghc-basement"

Sun Feb 17 12:19:53 2019 rev:5 rq:674295 version:0.0.10

Changes:

--- /work/SRC/openSUSE:Factory/ghc-basement/ghc-basement.changes
2018-10-25 08:22:43.139901240 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-basement.new.28833/ghc-basement.changes 
2019-02-17 12:19:56.316223692 +0100
@@ -1,0 +2,6 @@
+Thu Feb  7 13:49:04 UTC 2019 - psim...@suse.com
+
+- Update basement to version 0.0.10.
+  Upstream does not provide a change log file.
+
+---

Old:

  basement-0.0.8.tar.gz

New:

  basement-0.0.10.tar.gz



Other differences:
--
++ ghc-basement.spec ++
--- /var/tmp/diff_new_pack.iPymZB/_old  2019-02-17 12:19:56.776223566 +0100
+++ /var/tmp/diff_new_pack.iPymZB/_new  2019-02-17 12:19:56.776223566 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-basement
 #
-# 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
@@ -18,7 +18,7 @@
 
 %global pkg_name basement
 Name:   ghc-%{pkg_name}
-Version:0.0.8
+Version:0.0.10
 Release:0
 Summary:Foundation scrap box of array & string
 License:BSD-3-Clause

++ basement-0.0.8.tar.gz -> basement-0.0.10.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/basement-0.0.8/Basement/Bits.hs 
new/basement-0.0.10/Basement/Bits.hs
--- old/basement-0.0.8/Basement/Bits.hs 2018-02-23 20:15:54.0 +0100
+++ new/basement-0.0.10/Basement/Bits.hs2019-02-06 07:37:11.0 
+0100
@@ -24,7 +24,6 @@
 module Basement.Bits
 ( BitOps(..)
 , FiniteBitsOps(..)
-
 , Bits
 , toBits
 , allOne
@@ -57,7 +56,7 @@
 import GHC.IntWord64
 #endif
 
--- | operation over finit bits
+-- | operation over finite bits
 class FiniteBitsOps bits where
 -- | get the number of bits in the given object
 --
@@ -123,6 +122,11 @@
 default clearBit :: FiniteBitsOps bits => bits -> Offset Bool -> bits
 clearBit x n = x .&. (bitFlip (bit n))
 
+infixl 8 .<<., .>>., `rotateL`, `rotateR`
+infixl 7 .&.
+infixl 6 .^.
+infixl 5 .|.
+
 -- | Bool set of 'n' bits.
 --
 newtype Bits (n :: Nat) = Bits { bitsToNatural :: Natural }
@@ -162,6 +166,7 @@
 instance SizeValid n => Additive (Bits n) where
 azero = Bits 0
 (+) (Bits a) (Bits b) = toBits (a + b)
+scale n (Bits a) = toBits (scale n a)
 instance SizeValid n => Subtractive (Bits n) where
 type Difference (Bits n) = Bits n
 (-) (Bits a) (Bits b) = maybe azero toBits (a - b)
@@ -310,6 +315,57 @@
 (W32# x#) .<<. (CountOf (I# i#)) = W32# (narrow32Word# (x# `shiftL#` i#))
 (W32# x#) .>>. (CountOf (I# i#)) = W32# (narrow32Word# (x# `shiftRL#` i#))
 
+-- Word -
+
+#if WORD_SIZE_IN_BITS == 64
+instance FiniteBitsOps Word where
+numberOfBits _ = 64
+rotateL (W# x#) (CountOf (I# i#))
+| isTrue# (i'# ==# 0#) = W# x#
+| otherwise  = W# ((x# `uncheckedShiftL#` i'#) `or#`
+   (x# `uncheckedShiftRL#` (64# -# i'#)))
+  where
+!i'# = word2Int# (int2Word# i# `and#` 63##)
+rotateR (W# x#) (CountOf (I# i#))
+| isTrue# (i'# ==# 0#) = W# x#
+| otherwise  = W# ((x# `uncheckedShiftRL#` i'#) `or#`
+   (x# `uncheckedShiftL#` (64# -# i'#)))
+  where
+!i'# = word2Int# (int2Word# i# `and#` 63##)
+bitFlip (W# x#) = W# (x# `xor#` mb#)
+where !(W# mb#) = maxBound
+popCount (W# x#) = CountOf $ wordToInt (W# (popCnt64# x#))
+countLeadingZeros (W# w#) = CountOf $ wordToInt (W# (clz64# w#))
+countTrailingZeros (W# w#) = CountOf $ wordToInt (W# (ctz64# w#))
+#else
+instance FiniteBitsOps Word where
+numberOfBits _ = 32
+rotateL (W# x#) (CountOf (I# i#))
+| isTrue# (i'# ==# 0#) = W# x#
+| otherwise  = W# ((x# `uncheckedShiftL#` i'#) `or#`
+   (x# `uncheckedShiftRL#` (32# -# i'#)))
+  where
+!i'# = word2Int# (int2Word# i# `and#` 31##)
+rotateR (W# x#) (CountOf (I# i#))
+| isTrue# (i'# ==# 0#) = W# x#
+| otherwise  = W# ((x# `uncheckedShiftRL#` i'#) `or#`
+   (x# `uncheckedShiftL#` (32# -# i'#)))
+  where
+

commit ghc-skylighting-core for openSUSE:Factory

2019-02-17 Thread root
Hello community,

here is the log from the commit of package ghc-skylighting-core for 
openSUSE:Factory checked in at 2019-02-17 12:20:32

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


Package is "ghc-skylighting-core"

Sun Feb 17 12:20:32 2019 rev:6 rq:674308 version:0.7.6

Changes:

--- 
/work/SRC/openSUSE:Factory/ghc-skylighting-core/ghc-skylighting-core.changes
2018-12-06 12:16:59.113541169 +0100
+++ 
/work/SRC/openSUSE:Factory/.ghc-skylighting-core.new.28833/ghc-skylighting-core.changes
 2019-02-17 12:20:34.300213254 +0100
@@ -1,0 +2,12 @@
+Sun Feb 10 03:02:10 UTC 2019 - psim...@suse.com
+
+- Update skylighting-core to version 0.7.6.
+  ## 0.7.6 -- 2019-02-08
+
+* Update xml definitions for C, CPP, D, Haskell, Maxima, PHP,
+  Ruby, Typescript.
+* Fix regex problem in erlang.xml (#63).
+* Export WordSet constructors (#62, Chris Martin).
+* Add support for protobuf (#60).
+
+---

Old:

  skylighting-core-0.7.5.tar.gz

New:

  skylighting-core-0.7.6.tar.gz



Other differences:
--
++ ghc-skylighting-core.spec ++
--- /var/tmp/diff_new_pack.7otN4v/_old  2019-02-17 12:20:34.760213127 +0100
+++ /var/tmp/diff_new_pack.7otN4v/_new  2019-02-17 12:20:34.764213126 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-skylighting-core
 #
-# 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
@@ -19,7 +19,7 @@
 %global pkg_name skylighting-core
 %bcond_with tests
 Name:   ghc-%{pkg_name}
-Version:0.7.5
+Version:0.7.6
 Release:0
 Summary:Syntax highlighting library
 License:BSD-3-Clause

++ skylighting-core-0.7.5.tar.gz -> skylighting-core-0.7.6.tar.gz ++
 11614 lines of diff (skipped)




commit makedumpfile for openSUSE:Factory

2019-02-17 Thread root
Hello community,

here is the log from the commit of package makedumpfile for openSUSE:Factory 
checked in at 2019-02-17 12:18:52

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


Package is "makedumpfile"

Sun Feb 17 12:18:52 2019 rev:72 rq:676211 version:1.6.5

Changes:

--- /work/SRC/openSUSE:Factory/makedumpfile/makedumpfile.changes
2019-01-26 22:20:24.662953052 +0100
+++ /work/SRC/openSUSE:Factory/.makedumpfile.new.28833/makedumpfile.changes 
2019-02-17 12:18:57.828239750 +0100
@@ -1,0 +2,13 @@
+Thu Feb 14 17:41:26 UTC 2019 - ptesa...@suse.com
+
+- makedumpfile-ppc64-VA-range-SUSE.patch: Use correct l3 index size
+  with SLE15-SP1 ppc64le kernels (bsc#1123015).
+
+---
+Thu Feb 14 12:24:55 UTC 2019 - ptesa...@suse.com
+
+- Update to 1.6.5
+  * Improve support for arm64 system with KASLR
+  * Support kernels up to 4.19.4
+
+---

Old:

  makedumpfile-1.6.4.tar.gz

New:

  makedumpfile-1.6.5.tar.gz
  makedumpfile-ppc64-VA-range-SUSE.patch



Other differences:
--
++ makedumpfile.spec ++
--- /var/tmp/diff_new_pack.38gYYh/_old  2019-02-17 12:18:58.468239575 +0100
+++ /var/tmp/diff_new_pack.38gYYh/_new  2019-02-17 12:18:58.472239573 +0100
@@ -32,7 +32,7 @@
 # End of compatibility cruft
 
 Name:   makedumpfile
-Version:1.6.4
+Version:1.6.5
 Release:0
 Summary:Partial kernel dump
 License:GPL-2.0-only
@@ -42,6 +42,7 @@
 Source99:   %{name}-rpmlintrc
 Patch0: %{name}-coptflags.diff
 Patch1: %{name}-override-libtinfo.patch
+Patch2: %{name}-ppc64-VA-range-SUSE.patch
 BuildRequires:  libdw-devel
 BuildRequires:  libebl-devel
 BuildRequires:  libelf-devel
@@ -71,6 +72,7 @@
 %setup -q
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
 
 %build
 %if %{have_snappy}

++ makedumpfile-1.6.4.tar.gz -> makedumpfile-1.6.5.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/makedumpfile-1.6.4/Makefile 
new/makedumpfile-1.6.5/Makefile
--- old/makedumpfile-1.6.4/Makefile 2018-07-03 20:52:46.0 +0200
+++ new/makedumpfile-1.6.5/Makefile 2018-12-04 21:21:52.0 +0100
@@ -1,7 +1,7 @@
 # makedumpfile
 
-VERSION=1.6.4
-DATE=3 Jul 2018
+VERSION=1.6.5
+DATE=5 Dec 2018
 
 # Honour the environment variable CC
 ifeq ($(strip $CC),)
@@ -68,6 +68,18 @@
 
 LIBS := -lpthread $(LIBS)
 
+try-run = $(shell set -e;  \
+   TMP="..tmp";\
+   if ($(1)) >/dev/null 2>&1;  \
+   then echo "$(2)";   \
+   else echo "$(3)";   \
+   fi; \
+   rm -f "$$TMP")
+
+LINK_TEST_PROG="int clock_gettime(); int main(){ return clock_gettime(); }"
+LIBS := $(LIBS) $(call try-run,\
+   echo $(LINK_TEST_PROG) | $(CC) $(CFLAGS) -o "$$TMP" -x c -,,-lrt)
+
 all: makedumpfile
 
 $(OBJ_PART): $(SRC_PART)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/makedumpfile-1.6.4/README 
new/makedumpfile-1.6.5/README
--- old/makedumpfile-1.6.4/README   2018-07-03 20:52:46.0 +0200
+++ new/makedumpfile-1.6.5/README   2018-12-04 21:21:52.0 +0100
@@ -125,6 +125,8 @@
   4.15   | OK | ** |||| ** || -- | OK | OK |||
   4.16   | OK | ** |||| ** || -- | OK | OK |||
   4.17   | OK | ** |||| ** || -- | OK | OK |||
+  4.18   | OK | ** |||| ** || -- | OK | OK |||
+  4.19   | OK | ** |||| ** || -- | OK | OK |||
 
   OK: Support.
   --: Not support.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/makedumpfile-1.6.4/arch/arm64.c 
new/makedumpfile-1.6.5/arch/arm64.c
--- old/makedumpfile-1.6.4/arch/arm64.c 2018-07-03 20:52:46.0 +0200
+++ new/makedumpfile-1.6.5/arch/arm64.c 2018-12-04 21:21:52.0 +0100
@@ -174,11 +174,76 @@
 int
 get_phys_base_arm64(void)
 {
-   info->phys_base = NUMBER(PHYS_OFFSET);
+   int i;
+   unsigned long long phys_start;
+   unsigned long long virt_start;
+
+   if (NUMBER(PHYS_OFFSET) != NOT_FOUND_NUMBER) {
+   info->phys_base = NUMBER(PHYS_OFFSET);
+   DEBUG_MSG("phys_base: %lx (vmcoreinfo)\n",
+   info->phys_base);
+   return TRUE;
+   }
+
+   if (get_num_pt_loads() && PAGE_OFFSET) {
+   for (i = 0;
+   get_pt_load(i, _start, NULL, _start, NULL);
+   i++) {
+  

commit python-paramiko for openSUSE:Factory

2019-02-17 Thread root
Hello community,

here is the log from the commit of package python-paramiko for openSUSE:Factory 
checked in at 2019-02-17 12:19:00

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


Package is "python-paramiko"

Sun Feb 17 12:19:00 2019 rev:43 rq:676253 version:2.4.2

Changes:

--- /work/SRC/openSUSE:Factory/python-paramiko/python-paramiko.changes  
2019-01-08 12:17:16.688993221 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-paramiko.new.28833/python-paramiko.changes   
2019-02-17 12:19:03.680238144 +0100
@@ -1,0 +2,16 @@
+Thu Feb 14 20:49:56 UTC 2019 - Hans-Peter Jansen 
+
+- add empty line after %autopatch: build fails up to 42.3 otherwise
+
+---
+Thu Feb 14 17:00:13 UTC 2019 - Ondřej Súkup 
+
+- drop python-pytest_relaxed dependency
+- add patches:
+   1311.patch - fix warnings
+   1379.patch - fix support for gssapi
+   relaxed.patch - remove unnecessary pytest_relaxed dep
+- remove patch:
+   disable-gssapi.patch - supersseded
+
+---

Old:

  disable-gssapi.patch

New:

  1311.patch
  1379.patch
  relaxed.patch



Other differences:
--
++ python-paramiko.spec ++
--- /var/tmp/diff_new_pack.mEWITf/_old  2019-02-17 12:19:06.248237440 +0100
+++ /var/tmp/diff_new_pack.mEWITf/_new  2019-02-17 12:19:06.264237435 +0100
@@ -29,22 +29,25 @@
 # certificates needed by testsuite
 Source1:cert_support.tar.gz
 Patch0: paramiko-test_extend_timeout.patch
-Patch1: disable-gssapi.patch
+Patch2: relaxed.patch
+Patch3: 1311.patch
+Patch4: 1379.patch
 BuildRequires:  %{python_module PyNaCl >= 1.0.1}
 BuildRequires:  %{python_module bcrypt >= 3.1.3}
-BuildRequires:  %{python_module cryptography >= 1.1}
+BuildRequires:  %{python_module cryptography >= 2.5}
+BuildRequires:  %{python_module gssapi}
 BuildRequires:  %{python_module pyasn1 >= 0.1.7}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
+Recommends: python-gssapi
 Requires:   python-PyNaCl >= 1.0.1
 Requires:   python-bcrypt >= 3.1.3
-Requires:   python-cryptography >= 1.5
+Requires:   python-cryptography >= 2.5
 Requires:   python-pyasn1 >= 0.1.7
 BuildArch:  noarch
 %if %{with test}
 BuildRequires:  %{python_module mock}
-BuildRequires:  %{python_module pytest-relaxed}
 BuildRequires:  %{python_module pytest}
 %endif
 %python_subpackages
@@ -70,8 +73,8 @@
 
 %prep
 %setup -q -n paramiko-%{version}
-%patch0 -p1
-%patch1 -p1
+%autopatch -p1
+
 # Fix non-executable script rpmlint issue:
 find demos -name "*.py" -exec sed -i "/#\!\/usr\/bin\/.*/d" {} \;
 tar xvzf %{SOURCE1} -C tests/

++ disable-gssapi.patch -> 1311.patch ++
 1173 lines (skipped)
 between /work/SRC/openSUSE:Factory/python-paramiko/disable-gssapi.patch
 and /work/SRC/openSUSE:Factory/.python-paramiko.new.28833/1311.patch

++ disable-gssapi.patch -> 1379.patch ++
--- /work/SRC/openSUSE:Factory/python-paramiko/disable-gssapi.patch 
2018-11-18 23:21:24.730262748 +0100
+++ /work/SRC/openSUSE:Factory/.python-paramiko.new.28833/1379.patch
2019-02-17 12:19:03.484238198 +0100
@@ -1,13 +1,172 @@
-Index: paramiko-2.4.2/paramiko/ssh_gss.py
+From 36fbe57629cbbb7bf0f4a1e98c43352b82fe181d Mon Sep 17 00:00:00 2001
+From: Andrew Wason 
+Date: Wed, 6 Feb 2019 10:56:53 -0500
+Subject: [PATCH 1/4] Move to cryptography 2.5 and stop using deprecated APIs.
+
+Fixes #1369
+---
+ paramiko/ecdsakey.py  |  4 ++--
+ paramiko/kex_ecdh_nist.py | 37 +
+ setup.py  |  2 +-
+ tests/test_kex.py | 12 ++--
+ 5 files changed, 40 insertions(+), 19 deletions(-)
+
+Index: paramiko-2.4.2/paramiko/ecdsakey.py
 ===
 paramiko-2.4.2.orig/paramiko/ssh_gss.py
-+++ paramiko-2.4.2/paramiko/ssh_gss.py
-@@ -53,7 +53,7 @@ try:
- import gssapi
- 
- GSS_EXCEPTIONS = (gssapi.GSSException,)
--except (ImportError, OSError):
-+except (ImportError, OSError, AttributeError):
- try:
- import pywintypes
- import sspicon
+--- paramiko-2.4.2.orig/paramiko/ecdsakey.py
 paramiko-2.4.2/paramiko/ecdsakey.py
+@@ -160,12 +160,12 @@ class ECDSAKey(PKey):
+ 
+ pointinfo = msg.get_binary()
+ try:
+-numbers = ec.EllipticCurvePublicNumbers.from_encoded_point(
++key = ec.EllipticCurvePublicKey.from_encoded_point(
+ self.ecdsa_curve.curve_class(), pointinfo
+ )
++

commit PackageKit for openSUSE:Factory

2019-02-17 Thread root
Hello community,

here is the log from the commit of package PackageKit for openSUSE:Factory 
checked in at 2019-02-17 12:19:24

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


Package is "PackageKit"

Sun Feb 17 12:19:24 2019 rev:183 rq:676261 version:1.1.12

Changes:

--- /work/SRC/openSUSE:Factory/PackageKit/PackageKit.changes2019-01-26 
22:17:41.771085171 +0100
+++ /work/SRC/openSUSE:Factory/.PackageKit.new.28833/PackageKit.changes 
2019-02-17 12:19:25.520232149 +0100
@@ -1,0 +2,6 @@
+Thu Feb 14 02:45:13 UTC 2019 - Stasiek Michalski 
+
+- Add zypp-Switch-to-doUpgrade-solver-when-required-by-distribution.patch
+  so Tumbleweed can properly update
+
+---

New:

  zypp-Switch-to-doUpgrade-solver-when-required-by-distribution.patch



Other differences:
--
++ PackageKit.spec ++
--- /var/tmp/diff_new_pack.EBlJuY/_old  2019-02-17 12:19:26.092231992 +0100
+++ /var/tmp/diff_new_pack.EBlJuY/_new  2019-02-17 12:19:26.092231992 +0100
@@ -47,6 +47,7 @@
 Patch2: PackageKit-remove-default-thread-check.patch
 # PATCH-FEATURE-OPENSUSE PackageKit-systemd-timers.patch bsc#1115410 
sck...@suse.com -- Migrate from cron to systemd timers
 Patch3: PackageKit-systemd-timers.patch
+Patch4: 
zypp-Switch-to-doUpgrade-solver-when-required-by-distribution.patch
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
 BuildRequires:  gobject-introspection-devel
@@ -234,6 +235,7 @@
 %if 0%{suse_version} >= 1500
 %patch3 -p1
 %endif
+%patch4 -p1
 translation-update-upstream
 
 %build



++ zypp-Switch-to-doUpgrade-solver-when-required-by-distribution.patch 
++
>From 98d8547cc3abfbb2a1fb2aad1f11f05a9d394636 Mon Sep 17 00:00:00 2001
From: Stasiek Michalski 
Date: Thu, 24 Jan 2019 16:14:39 +0100
Subject: [PATCH] zypp: Switch to doUpgrade solver when required by
 distribution

---
 backends/zypp/pk-backend-zypp.cpp | 8 
 1 file changed, 8 insertions(+)

diff --git a/backends/zypp/pk-backend-zypp.cpp 
b/backends/zypp/pk-backend-zypp.cpp
index 77fc69639..b607d5632 100644
--- a/backends/zypp/pk-backend-zypp.cpp
+++ b/backends/zypp/pk-backend-zypp.cpp
@@ -3297,6 +3297,14 @@ backend_update_packages_thread (PkBackendJob *job, 
GVariant *params, gpointer us
ResPool pool = zypp_build_pool (zypp, TRUE);
PkRestartEnum restart = PK_RESTART_ENUM_NONE;
 
+   for ( const PoolItem & pi : pool.byKind() ) {
+   static const Capability indicator( "product-update()", Rel::EQ, 
"dup" );
+   if ( 
pi->asKind()->referencePackage().provides().matches( indicator ) ) {
+   zypp->resolver()->setUpgradeMode(TRUE);
+   break;
+   }
+   }
+
PoolStatusSaver saver;
 
for (guint i = 0; package_ids[i]; i++) {



commit libgnomekbd for openSUSE:Factory

2019-02-17 Thread root
Hello community,

here is the log from the commit of package libgnomekbd for openSUSE:Factory 
checked in at 2019-02-17 12:19:20

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


Package is "libgnomekbd"

Sun Feb 17 12:19:20 2019 rev:54 rq:676259 version:3.26.1

Changes:

--- /work/SRC/openSUSE:Factory/libgnomekbd/libgnomekbd.changes  2018-03-08 
10:50:57.507465428 +0100
+++ /work/SRC/openSUSE:Factory/.libgnomekbd.new.28833/libgnomekbd.changes   
2019-02-17 12:19:21.420233275 +0100
@@ -1,0 +2,7 @@
+Wed Feb  6 22:37:50 UTC 2019 - bjorn@gmail.com
+
+- Update to version 3.26.1:
+  + Fix build with new GLib.
+  + Updated translations.
+
+---

Old:

  libgnomekbd-3.26.0.tar.xz

New:

  libgnomekbd-3.26.1.tar.xz



Other differences:
--
++ libgnomekbd.spec ++
--- /var/tmp/diff_new_pack.1vD9la/_old  2019-02-17 12:19:21.884233148 +0100
+++ /var/tmp/diff_new_pack.1vD9la/_new  2019-02-17 12:19:21.884233148 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libgnomekbd
 #
-# 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:   libgnomekbd
-Version:3.26.0
+Version:3.26.1
 Release:0
 Summary:GNOME Keyboard Library
 License:LGPL-2.1-or-later
@@ -26,6 +26,7 @@
 Source: 
http://download.gnome.org/sources/libgnomekbd/3.26/%{name}-%{version}.tar.xz
 # PATCH-FEATURE-OPENSUSE libgnomekbd-default-group-switch.patch 
vu...@opensuse.org -- We use shifts_toggle to switch between groups in openSUSE
 Patch0: libgnomekbd-default-group-switch.patch
+
 # For %%desktop_database_* macros
 BuildRequires:  desktop-file-utils
 BuildRequires:  fdupes

++ libgnomekbd-3.26.0.tar.xz -> libgnomekbd-3.26.1.tar.xz ++
 6600 lines of diff (skipped)




commit hwdata for openSUSE:Factory

2019-02-17 Thread root
Hello community,

here is the log from the commit of package hwdata for openSUSE:Factory checked 
in at 2019-02-17 12:18:34

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


Package is "hwdata"

Sun Feb 17 12:18:34 2019 rev:19 rq:676182 version:0.320

Changes:

--- /work/SRC/openSUSE:Factory/hwdata/hwdata.changes2019-02-14 
14:12:58.336232981 +0100
+++ /work/SRC/openSUSE:Factory/.hwdata.new.28833/hwdata.changes 2019-02-17 
12:18:34.508246149 +0100
@@ -1,0 +2,6 @@
+Thu Feb 14 16:07:45 UTC 2019 - Martin Pluskal 
+
+- Replace pciutils-ids package
+  * Provide compat symlink
+
+---



Other differences:
--
++ hwdata.spec ++
--- /var/tmp/diff_new_pack.GYkEGQ/_old  2019-02-17 12:18:35.984245744 +0100
+++ /var/tmp/diff_new_pack.GYkEGQ/_new  2019-02-17 12:18:35.984245744 +0100
@@ -24,6 +24,8 @@
 Group:  Hardware/Other
 URL:https://github.com/vcrhonek/hwdata
 Source: 
https://github.com/vcrhonek/hwdata/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
+Provides:   pciutils-ids = 20190109
+Obsoletes:  pciutils-ids < 20190109
 BuildArch:  noarch
 
 %description
@@ -39,6 +41,12 @@
 
 %install
 %make_install
+
+# create symlink for smooth transition from pciutils-ids package
+ln -s %{_datadir}/hwdata/pci.ids \
+  %{buildroot}%{_datadir}/pci.ids
+
+# not needed at all
 rm -rf %{buildroot}/%{_libdir}/modprobe.d
 
 %files
@@ -49,5 +57,6 @@
 %{_datadir}/hwdata/pci.ids
 %{_datadir}/hwdata/pnp.ids
 %{_datadir}/hwdata/usb.ids
+%{_datadir}/pci.ids
 
 %changelog




commit 000update-repos for openSUSE:Factory

2019-02-17 Thread root
Hello community,

here is the log from the commit of package 000update-repos for openSUSE:Factory 
checked in at 2019-02-17 11:14:32

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


Package is "000update-repos"

Sun Feb 17 11:14:32 2019 rev:31 rq: version:unknown

Changes:

New Changes file:

NO CHANGES FILE!!!

New:

  15.0:update_1550351154.packages.xz



Other differences:
--