commit installation-images-openSUSE for openSUSE:Factory

2016-07-27 Thread h_root
Hello community,

here is the log from the commit of package installation-images-openSUSE for 
openSUSE:Factory checked in at 2016-07-27 16:30:34

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


Package is "installation-images-openSUSE"

Changes:

--- 
/work/SRC/openSUSE:Factory/installation-images-openSUSE/installation-images-openSUSE.changes
2016-07-21 07:54:52.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.installation-images-openSUSE.new/installation-images-openSUSE.changes
   2016-07-27 16:30:35.0 +0200
@@ -1,0 +2,7 @@
+Mon Jul 25 12:05:31 UTC 2016 - snw...@suse.com
+
+- fix hyperv_fb.ko location (bsc#989351)
+- adjust powerpc-utils paths (bsc#989706)
+- 14.262
+
+---

Old:

  installation-images-14.261.tar.xz

New:

  installation-images-14.262.tar.xz



Other differences:
--
++ installation-images-openSUSE.spec ++
--- /var/tmp/diff_new_pack.krGrQc/_old  2016-07-27 16:30:36.0 +0200
+++ /var/tmp/diff_new_pack.krGrQc/_new  2016-07-27 16:30:36.0 +0200
@@ -379,7 +379,7 @@
 Summary:Installation Image Files for %theme
 License:GPL-2.0+
 Group:  Metapackages
-Version:14.261
+Version:14.262
 Release:0
 Provides:   installation-images = %version-%release
 Source: installation-images-%{version}.tar.xz

++ installation-images-14.261.tar.xz -> installation-images-14.262.tar.xz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/installation-images-14.261/VERSION 
new/installation-images-14.262/VERSION
--- old/installation-images-14.261/VERSION  2016-07-20 12:51:50.0 
+0200
+++ new/installation-images-14.262/VERSION  2016-07-25 14:00:44.0 
+0200
@@ -1 +1 @@
-14.261
+14.262
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/installation-images-14.261/changelog 
new/installation-images-14.262/changelog
--- old/installation-images-14.261/changelog2016-07-20 12:51:50.0 
+0200
+++ new/installation-images-14.262/changelog2016-07-25 14:00:44.0 
+0200
@@ -1,3 +1,7 @@
+2016-07-25:14.262
+   - fix hyperv_fb.ko location (bsc #989351)
+   - adjust powerpc-utils paths (bsc #989706)
+
 2016-07-20:14.261
- exclude kmod-compat (bsc #989706)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/installation-images-14.261/data/root/root.file_list 
new/installation-images-14.262/data/root/root.file_list
--- old/installation-images-14.261/data/root/root.file_list 2016-07-20 
12:51:50.0 +0200
+++ new/installation-images-14.262/data/root/root.file_list 2016-07-25 
14:00:44.0 +0200
@@ -238,8 +238,8 @@
   /usr/sbin/smartctl
 
 ?powerpc-utils:
-  /sbin/nvsetenv
-  /sbin/lsprop
+  /usr/sbin/nvsetenv
+  /usr/sbin/lsprop
   /usr/sbin/nvram
   /usr/sbin/update_flash
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/installation-images-14.261/etc/module.list 
new/installation-images-14.262/etc/module.list
--- old/installation-images-14.261/etc/module.list  2016-07-20 
12:51:50.0 +0200
+++ new/installation-images-14.262/etc/module.list  2016-07-25 
14:00:44.0 +0200
@@ -200,7 +200,7 @@
 kernel/drivers/gpu/drm/
 # kernel/drivers/gpu/drm/drm.ko
 kernel/drivers/video/sis/
-kernel/drivers/video/hyperv_fb.ko
+kernel/drivers/video/fbdev/hyperv_fb.ko
 
 kernel/drivers/misc/lis3lv02d/lis3lv02d.ko
 kernel/drivers/misc/cs5535-mfgpt.ko




commit python3-setuptools for openSUSE:Factory

2016-07-27 Thread h_root
Hello community,

here is the log from the commit of package python3-setuptools for 
openSUSE:Factory checked in at 2016-07-27 16:30:40

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


Package is "python3-setuptools"

Changes:

--- /work/SRC/openSUSE:Factory/python3-setuptools/python3-setuptools.changes
2016-07-10 18:45:50.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.python3-setuptools.new/python3-setuptools.changes   
2016-07-27 16:30:42.0 +0200
@@ -1,0 +2,70 @@
+Tue Jul 26 03:30:18 UTC 2016 - a...@gmx.de
+
+- update to version 25.1.0:
+  * #609: Setuptools will now try to download a distribution from the
+next possible download location if the first download fails. This
+means you can now specify multiple links as dependency_links and
+all links will be tried until a working download link is
+encountered.
+
+- changes from version 25.0.2:
+  * #688: Fix AttributeError in setup.py when invoked not from the
+ current directory.
+
+- changes from version 25.0.1:
+  * Cleanup of setup.py script.
+  * Fixed documentation builders by allowing setup.py to be imported
+without having bootstrapped the metadata.
+  * More style cleanup. See #677, #678, #679, #681, #685.
+
+---
+Sat Jul 23 17:26:51 UTC 2016 - a...@gmx.de
+
+- update to version 25.0.0:
+  * #674: Default sys.path manipulation by easy-install.pth is now
+"raw", meaning that when writing easy-install.pth during any
+install operation, the sys.path will not be rewritten, giving
+preference to easy_installed packages.
+
+- changes from version 24.3.1:
+  * #398: Fix shebang handling on Windows in script headers where
+spaces in sys.executable would produce an improperly-formatted
+shebang header, introduced in 12.0 with the fix for #188.
+  * #663, #670: More style updates.
+
+---
+Fri Jul 22 15:52:57 UTC 2016 - a...@gmx.de
+
+- update to version 24.3.0:
+  * #516: Disable os.link to avoid hard linking in
+sdist.make_distribution, avoiding errors on systems that support
+hard links but not on the file system in which the build is
+occurring.
+
+---
+Thu Jul 21 15:19:46 UTC 2016 - a...@gmx.de
+
+- update to version 24.2.1:
+  * #667: Update Metadata-Version to 1.2 when python_requires is
+ supplied.
+
+- changes from version 24.2.0:
+  * #631: Add support for python_requires keyword.
+
+- changes from version 24.1.1:
+  * More style updates. See #660, #661, #641.
+
+- changes from version 24.1.0:
+  * #659: setup.py now will fail fast and with a helpful error message
+ when the necessary metadata is missing.
+  * More style updates. See #656, #635, #640, #644, #650, #652, and
+#655.
+
+---
+Thu Jul 14 15:16:00 UTC 2016 - a...@gmx.de
+
+- update to version 24.0.3:
+  * Updated style in much of the codebase to match community
+expectations. See #632, #633, #634, #637, #639, #638, #642, #648
+
+---

Old:

  setuptools-24.0.2.tar.gz

New:

  setuptools-25.1.0.tar.gz



Other differences:
--
++ python3-setuptools.spec ++
--- /var/tmp/diff_new_pack.kk2fYV/_old  2016-07-27 16:30:43.0 +0200
+++ /var/tmp/diff_new_pack.kk2fYV/_new  2016-07-27 16:30:43.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   python3-setuptools
-Version:24.0.2
+Version:25.1.0
 Release:0
 Url:http://pypi.python.org/pypi/setuptools
 Summary:Easily download, build, install, upgrade, and uninstall Python 
packages

++ setuptools-24.0.2.tar.gz -> setuptools-25.1.0.tar.gz ++
 4318 lines of diff (skipped)




commit python3-tornado for openSUSE:Factory

2016-07-27 Thread h_root
Hello community,

here is the log from the commit of package python3-tornado for openSUSE:Factory 
checked in at 2016-07-27 16:30:20

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


Package is "python3-tornado"

Changes:

--- /work/SRC/openSUSE:Factory/python3-tornado/python3-tornado.changes  
2016-05-17 17:13:04.0 +0200
+++ /work/SRC/openSUSE:Factory/.python3-tornado.new/python3-tornado.changes 
2016-07-27 16:30:26.0 +0200
@@ -1,0 +2,66 @@
+Sat Jul 23 17:28:41 UTC 2016 - a...@gmx.de
+
+- update to version 4.4.1:
+  * tornado.web
++ Fixed a regression in Tornado 4.4 which caused URL regexes
+  containing backslash escapes outside capturing groups to be
+  rejected.
+
+---
+Fri Jul 15 15:24:24 UTC 2016 - a...@gmx.de
+
+- update to version 4.4:
+  * General
++ Tornado now requires Python 2.7 or 3.3+; versions 2.6 and 3.2
+  are no longer supported. Pypy3 is still supported even though
+  its latest release is mainly based on Python 3.2.
++ The monotonic package is now supported as an alternative to
+  Monotime for monotonic clock support on Python 2.
+  * tornado.curl_httpclient
++ Failures in _curl_setup_request no longer cause the max_clients
+  pool to be exhausted.
++ Non-ascii header values are now handled correctly.
+  * tornado.gen
++ with_timeout now accepts any yieldable object (except
+  YieldPoint), not just tornado.concurrent.Future.
+  * tornado.httpclient
++ The errors raised by timeouts now indicate what state the
+  request was in; the error message is no longer simply “599
+  Timeout”.
++ Calling repr on a tornado.httpclient.HTTPError no longer raises
+  an error.
+  * tornado.httpserver
++ Int-like enums (including http.HTTPStatus) can now be used as
+  status codes.
++ Responses with status code 204 No Content no longer emit a
+  Content-Length: 0 header.
+  * tornado.ioloop
++ Improved performance when there are large numbers of active
+  timeouts.
+  * tornado.netutil
++ All included Resolver implementations raise IOError (or a
+  subclass) for any resolution failure.
+  * tornado.options
++ Options can now be modified with subscript syntax in addition to
+  attribute syntax.
++ The special variable __file__ is now available inside config
+  files.
+  * tornado.simple_httpclient
++ HTTP/1.0 (not 1.1) responses without a Content-Length header now
+  work correctly.
+  * tornado.tcpserver
++ TCPServer.bind now accepts a reuse_port argument.
+  * tornado.testing
++ Test sockets now always use 127.0.0.1 instead of localhost. This
+  avoids conflicts when the automatically-assigned port is
+  available on IPv4 but not IPv6, or in unusual network
+  configurations when localhost has multiple IP addresses.
+  * tornado.web
++ image/svg+xml is now on the list of compressible mime types.
++ Fixed an error on Python 3 when compression is used with
+  multiple Vary headers.
+  * tornado.websocket
++ WebSocketHandler.__init__ now uses super, which improves support
+  for multiple inheritance.
+
+---
@@ -6 +71,0 @@
-

Old:

  tornado-4.3.tar.gz

New:

  tornado-4.4.1.tar.gz



Other differences:
--
++ python3-tornado.spec ++
--- /var/tmp/diff_new_pack.ZFSAXf/_old  2016-07-27 16:30:30.0 +0200
+++ /var/tmp/diff_new_pack.ZFSAXf/_new  2016-07-27 16:30:30.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   python3-tornado
-Version:4.3
+Version:4.4.1
 Release:0
 Url:http://www.tornadoweb.org
 Summary:Open source version of scalable, non-blocking web server that 
power FriendFeed

++ tornado-4.3.tar.gz -> tornado-4.4.1.tar.gz ++
 5039 lines of diff (skipped)




commit powerpc-utils for openSUSE:Factory

2016-07-27 Thread h_root
Hello community,

here is the log from the commit of package powerpc-utils for openSUSE:Factory 
checked in at 2016-07-27 16:30:14

Comparing /work/SRC/openSUSE:Factory/powerpc-utils (Old)
 and  /work/SRC/openSUSE:Factory/.powerpc-utils.new (New)


Package is "powerpc-utils"

Changes:

--- /work/SRC/openSUSE:Factory/powerpc-utils/powerpc-utils.changes  
2016-06-13 21:48:57.0 +0200
+++ /work/SRC/openSUSE:Factory/.powerpc-utils.new/powerpc-utils.changes 
2016-07-27 16:30:15.0 +0200
@@ -1,0 +2,31 @@
+Mon Jul 18 12:58:53 UTC 2016 - r...@suse.com
+
+- Update to version 1.3.2. (bsc#986926, bsc#987687)
+  (see Changelog under powerpc-utils-1.3.2/Changelog)
+- dropped obsolete patch:
+  * powerpc-utils.bug-982728_eeh_inject_error.patch
+
+---
+Tue Jun 14 14:37:34 UTC 2016 - tchva...@suse.com
+
+- Cleanup slightly with spec-cleaner and sort the dependencies
+- Run the systemd scriptlets
+- Provide the SUSE rc compat link
+
+---
+Mon Jun 13 15:26:57 UTC 2016 - norm...@linux.vnet.ibm.com
+
+- Update to version 1.3.1+git20160328.57a03e8:
+  + rtas_dbg: Do not exit on failure to read rtas token
+  + drmgr: close opened dir
+  + drmgr: free allocated hpdev in error path
+  + ofpathanme: Convert logical device path to OF device path for NVMe devices
+  + ofpathname: Convert OF device path to logical device path for NVMe devices
+  + nvram: Correct valid partition name checking
+  + lsslot: Update man page/usage statement to document required argument
+  + drmgr: Load kernel modules for pci hotplug
+  + snap: PowerNV platform is not correctly checked
+  + Prep for powerpc-utils-1.3.1.
+- change osc _service file to use tar_scm service (disabled by default)
+
+---
@@ -35 +66 @@
-  bsc#970463 
+  (bsc#970463)
@@ -41,0 +73 @@
+  - including fix for dynamic addition of memory (bsc#957445)
@@ -90 +122 @@
--  Don't require tgt. Linux as VIO server is not supported
+-  Don't require tgt. Linux as VIO server is not supported (bsc#940462)
@@ -96,0 +129,4 @@
+  - including fix for drmgr -R replace issue (bsc#930153),
+  - use sysfs migration store to initiate migration (bsc#926348),
+  - fix for broken memory support for little endian (bsc#911679),
+  - and do not remove the last CPU (bsc#901216)

Old:

  powerpc-utils-1.3.1.tar.gz
  powerpc-utils.bug-982728_eeh_inject_error.patch

New:

  _servicedata
  powerpc-utils-1.3.2.tar.gz



Other differences:
--
++ powerpc-utils.spec ++
--- /var/tmp/diff_new_pack.za7ctg/_old  2016-07-27 16:30:16.0 +0200
+++ /var/tmp/diff_new_pack.za7ctg/_new  2016-07-27 16:30:16.0 +0200
@@ -16,38 +16,38 @@
 #
 
 
+%define version_unconverted 1.3.2
 Name:   powerpc-utils
-Requires:   /sbin/modprobe
-Requires:   /sbin/shutdown
-Requires:   bc
-Requires:   coreutils
-Requires:   findutils
-Requires:   gawk
-Requires:   grep
-Requires:   udev
-Requires:   util-linux
-Recommends: powerpc-utils-python
-BuildRequires:  autoconf
-BuildRequires:  automake
-BuildRequires:  librtas-devel
-BuildRequires:  systemd-rpm-macros
-BuildRequires:  zlib-devel
-Version:1.3.1
+Version:1.3.2
 Release:0
-Url:https://github.com/nfont/powerpc-utils
 Summary:Utilities for PowerPC Hardware
 License:GPL-2.0+
 Group:  System/Management
-PreReq: %insserv_prereq %fillup_prereq
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+Url:https://github.com/nfont/powerpc-utils
 Source0:powerpc-utils-%{version}.tar.gz
 Source1:nvsetenv
 Patch1: powerpc-utils-lsprop.patch
 Patch2: ofpathname_powernv.patch
 Patch3: systemd-dir.patch
 Patch4: libvirt-service-dep.patch
-Patch5: powerpc-utils.bug-982728_eeh_inject_error.patch
+BuildRequires:  autoconf
+BuildRequires:  automake
+BuildRequires:  librtas-devel
+BuildRequires:  systemd-rpm-macros
+BuildRequires:  zlib-devel
+Requires:   bc
+Requires:   coreutils
+Requires:   findutils
+Requires:   gawk
+Requires:   grep
+Requires:   kmod-compat
+Requires:   systemd-sysvinit
+Requires:   udev
+Requires:   util-linux
+Recommends: powerpc-utils-python
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 ExclusiveArch:  ppc ppc64 ppc64le
+%{?systemd_requires}
 
 %description
 The powerpc-utils package provides a set of tools and utilities and
@@ -59,30 +59,45 @@
 %patch2 -p1
 %patch3 -p1
 %patch4 -p1
-%patch5 -p1
 
 %build
-./autogen.sh
-%configure --with-systemd=%{buildroot}%{_unitdir}
-make 

commit xmlcharent for openSUSE:Factory

2016-07-27 Thread h_root
Hello community,

here is the log from the commit of package xmlcharent for openSUSE:Factory 
checked in at 2016-07-27 16:30:08

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


Package is "xmlcharent"

Changes:

--- /work/SRC/openSUSE:Factory/xmlcharent/xmlcharent.changes2014-08-06 
11:42:33.0 +0200
+++ /work/SRC/openSUSE:Factory/.xmlcharent.new/xmlcharent.changes   
2016-07-27 16:30:10.0 +0200
@@ -1,0 +2,5 @@
+Mon Jul 18 12:29:42 UTC 2016 - fv...@suse.com
+
+- Use update-xml-catalog
+
+---



Other differences:
--
++ xmlcharent.spec ++
--- /var/tmp/diff_new_pack.88Qccm/_old  2016-07-27 16:30:11.0 +0200
+++ /var/tmp/diff_new_pack.88Qccm/_new  2016-07-27 16:30:11.0 +0200
@@ -26,10 +26,9 @@
 Source0:xmlcharent-0.3.tar.bz2
 Source1:xmlcharent.xml
 Source2:xmlcharent.sgml
-Requires:   sgml-skel
-Requires:   xml-group-manager
-BuildRequires:  sgml-skel
-BuildRequires:  xml-group-manager
+Requires:   sgml-skel >= 0.7
+Requires(post): sgml-skel >= 0.7
+Requires(postun): sgml-skel >= 0.7
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
@@ -47,19 +46,20 @@
 %install
 %{__mkdir} -p %{buildroot}%{_datadir}/%{name}/entities/
 %{__install} -m 0664 -D *.ent %{buildroot}%{_datadir}/%{name}/entities/
-%{__install} -m 0644 -D xmlcharent.xml 
%{buildroot}%{_datadir}/%{name}/%{name}.xml
+%{__install} -m 0644 -D xmlcharent.xml 
%{buildroot}%{_sysconfdir}/xml/catalog.d/%{name}.xml
 %{__install} -m 0644 -D xmlcharent.sgml 
%{buildroot}%{_datadir}/%{name}/%{name}.sgml
 
 %post
-xml-group-manager -i %{name} -p "ISO 8879:1986//ENTITIES" -s 
"http://www.oasis-open.org/docbook/xmlcharent/0.3/; 
%{_datadir}/%{name}/%{name}.xml
+update-xml-catalog
 sgml-register-catalog -a %{_datadir}/%{name}/%{name}.sgml
 
 %postun
-xml-group-manager -d %{name}
+update-xml-catalog
 sgml-register-catalog -r %{_datadir}/%{name}/%{name}.sgml
 
 %files
 %defattr(-, root, root)
 %{_datadir}/%{name}
+%{_sysconfdir}/xml/catalog.d/%{name}.xml
 
 %changelog





commit python-cryptography for openSUSE:Factory

2016-07-27 Thread h_root
Hello community,

here is the log from the commit of package python-cryptography for 
openSUSE:Factory checked in at 2016-07-27 16:30:01

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


Package is "python-cryptography"

Changes:

--- /work/SRC/openSUSE:Factory/python-cryptography/python-cryptography.changes  
2016-06-12 18:53:27.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-cryptography.new/python-cryptography.changes 
2016-07-27 16:30:04.0 +0200
@@ -1,0 +2,6 @@
+Sun Jul 17 15:07:04 UTC 2016 - matwey.korni...@gmail.com
+
+- Introduce requirement setuptools >= 11.3
+  to follow egg-info/requires.txt content
+
+---



Other differences:
--
++ python-cryptography.spec ++
--- /var/tmp/diff_new_pack.OHj7ZT/_old  2016-07-27 16:30:06.0 +0200
+++ /var/tmp/diff_new_pack.OHj7ZT/_new  2016-07-27 16:30:06.0 +0200
@@ -38,7 +38,7 @@
 BuildRequires:  python-idna >= 2.0
 BuildRequires:  python-ipaddress
 BuildRequires:  python-pyasn1-modules
-BuildRequires:  python-setuptools
+BuildRequires:  python-setuptools >= 11.3
 BuildRequires:  python-six >= 1.4.1
 %if 0%{?suse_version} && 0%{?suse_version} <= 1110
 BuildRequires:  libffi43-devel
@@ -58,6 +58,7 @@
 Requires:   python-ipaddress
 Requires:   python-pyasn1 >= 0.1.8
 Requires:   python-six >= 1.4.1
+Requires:   python-setuptools >= 11.3
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description






commit python3-Cython for openSUSE:Factory

2016-07-27 Thread h_root
Hello community,

here is the log from the commit of package python3-Cython for openSUSE:Factory 
checked in at 2016-07-27 16:29:55

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


Package is "python3-Cython"

Changes:

--- /work/SRC/openSUSE:Factory/python3-Cython/python3-Cython.changes
2016-05-17 17:08:39.0 +0200
+++ /work/SRC/openSUSE:Factory/.python3-Cython.new/python3-Cython.changes   
2016-07-27 16:29:56.0 +0200
@@ -1,0 +2,23 @@
+Fri Jul 15 15:28:21 UTC 2016 - a...@gmx.de
+
+- update to version 0.24.1:
+  * IPython cell magic was lacking a good way to enable Python 3 code
+semantics. It can now be used as "%%cython -3".
+  * Follow a recent change in PEP 492 and CPython 3.5.1 that now
+requires the __aiter__() method of asynchronous iterators to be a
+simple def method instead of an async def method.
+  * Coroutines and generators were lacking the __module__ special
+attribute.
+  * C++ std::complex values failed to auto-convert from and to Python
+complex objects.
+  * Namespaced C++ types could not be used as memory view types due to
+lack of name mangling. Patch by Ivan Smirnov.
+  * Assignments between identical C++ types that were declared with
+differently typedefed template types could fail.
+  * Rebuilds could fail to evaluate dependency timestamps in C++
+mode. Patch by Ian Henriksen.
+  * Macros defined in the distutils compiler option do not require
+values anymore. Patch by Ian Henriksen.
+  * Minor fixes for MSVC, Cygwin and PyPy.
+
+---
@@ -7 +29,0 @@
-

Old:

  Cython-0.24.tar.gz

New:

  Cython-0.24.1.tar.gz



Other differences:
--
++ python3-Cython.spec ++
--- /var/tmp/diff_new_pack.kOrxX7/_old  2016-07-27 16:29:57.0 +0200
+++ /var/tmp/diff_new_pack.kOrxX7/_new  2016-07-27 16:29:57.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   python3-Cython
-Version:0.24
+Version:0.24.1
 Release:0
 Url:http://www.cython.org
 Summary:The Cython compiler for writing C extensions for the Python 
language

++ Cython-0.24.tar.gz -> Cython-0.24.1.tar.gz ++
 2066 lines of diff (skipped)




commit python3-Sphinx for openSUSE:Factory

2016-07-27 Thread h_root
Hello community,

here is the log from the commit of package python3-Sphinx for openSUSE:Factory 
checked in at 2016-07-27 16:29:48

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


Package is "python3-Sphinx"

Changes:

--- /work/SRC/openSUSE:Factory/python3-Sphinx/python3-Sphinx.changes
2016-06-29 15:02:16.0 +0200
+++ /work/SRC/openSUSE:Factory/.python3-Sphinx.new/python3-Sphinx.changes   
2016-07-27 16:29:51.0 +0200
@@ -1,0 +2,58 @@
+Fri Jul 15 04:55:21 UTC 2016 - a...@gmx.de
+
+- update to version 1.4.5:
+  * Incompatible changes
++ latex, inclusion of non-inline images from image directive
+  resulted in non-coherent whitespaces depending on original image
+  width; new behaviour by necessity differs from earlier one in
+  some cases. (ref: #2672)
++ latex, use of "\includegraphics" to refer to Sphinx custom
+  variant is deprecated; in future it will revert to original
+  LaTeX macro, custom one already has alternative name
+  "\sphinxincludegraphics".
+  * Features added
++ new config option "latex_keep_old_macro_names", defaults to
+  True. If False, lets macros (for text styling) be defined only
+  with "\sphinx"-prefixed names.
++ latex writer allows user customization of "shadowed" boxes
+  (topics), via three length variables.
++ woff-format web font files now supported by the epub builder.
+  * Bugs fixed
+  * jsdump fix for python 3: fixes the HTML search on python > 3
+  * #2676: (latex) Error with verbatim text in captions since Sphinx
+1.4.4
+  * #2629: memoir class crashes LaTeX. Fixed "by
+latex_keep_old_macro_names=False" (ref 2675)
+  * #2684: `sphinx.ext.intersphinx` crashes with six-1.4.1
+  * #2679: "float" package needed for "'figure_align': 'H'" latex
+option
+  * #2671: image directive may lead to inconsistent spacing in pdf
+  * #2705: "toctree" generates empty bullet_list if ":titlesonly:"
+specified
+  * #2479: `sphinx.ext.viewcode` uses python2 highlighter by default
+  * #2700: HtmlHelp builder has hard coded index.html
+  * latex, since 1.4.4 inline literal text is followed by spurious
+space
+  * #2722: C++, fix id generation for var/member declarations to
+include namespaces.
+  * latex, images (from image directive) in lists or quoted blocks did
+not obey indentation (fixed together with #2671)
+  * #2733: since Sphinx-1.4.4 "make latexpdf" generates lots of
+hyperref warnings
+  * #2731: `sphinx.ext.autodoc` does not access propertymethods which
+raises any exceptions
+  * #2666: C++, properly look up nested names involving constructors.
+  * #2579: Could not refer a label including both spaces and colons
+via `sphinx.ext.intersphinx`
+  * #2718: Sphinx crashes if the document file is not readable
+  * #2699: hyperlinks in help HTMLs are broken if `html_file_suffix`
+ is set
+  * #2723: extra spaces in latex pdf output from multirow cell
+  * #2735: latexpdf "Underfull \hbox (badness 1)" warnings from
+title page
+  * #2667: latex crashes if resized images appeared in section title
+  * #2763: (html) Provide default value for required "alt" attribute
+for image tags of SVG source, required to validate and now
+consistent w/ other formats.
+
+---

Old:

  Sphinx-1.4.4.tar.gz

New:

  Sphinx-1.4.5.tar.gz



Other differences:
--
++ python3-Sphinx.spec ++
--- /var/tmp/diff_new_pack.ItFu8n/_old  2016-07-27 16:29:52.0 +0200
+++ /var/tmp/diff_new_pack.ItFu8n/_new  2016-07-27 16:29:52.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   python3-Sphinx
-Version:1.4.4
+Version:1.4.5
 Release:0
 Url:http://sphinx.pocoo.org
 Summary:Python documentation generator

++ Sphinx-1.4.4.tar.gz -> Sphinx-1.4.5.tar.gz ++
 2063 lines of diff (skipped)




commit appstream-glib for openSUSE:Factory

2016-07-27 Thread h_root
Hello community,

here is the log from the commit of package appstream-glib for openSUSE:Factory 
checked in at 2016-07-27 16:29:41

Comparing /work/SRC/openSUSE:Factory/appstream-glib (Old)
 and  /work/SRC/openSUSE:Factory/.appstream-glib.new (New)


Package is "appstream-glib"

Changes:

--- /work/SRC/openSUSE:Factory/appstream-glib/appstream-glib.changes
2016-07-01 09:57:15.0 +0200
+++ /work/SRC/openSUSE:Factory/.appstream-glib.new/appstream-glib.changes   
2016-07-27 16:29:44.0 +0200
@@ -1,0 +2,27 @@
+Thu Jul 14 09:47:41 UTC 2016 - zai...@opensuse.org
+
+- Update to version 0.5.17:
+  + trivial: post release version bump.
+  + Fix gtk-doc build when builddir != srcdir.
+  + Optionally use libstemmer for keyword stemming.
+  + trivial: Do not include the prefix in the id-filename.
+  + trivial: Disable libstemmer by default.
+  + trivial: Get rid of useless internal-only gtk-doc markup.
+  + trivial: Fix 'make check' without libstemmer.
+  + Fall back to the country code in as_app_get_language().
+  + Add an AS_STATE_PURCHASABLE constant so we can support
+purchasing apps.
+  + Add an AS_STATE_PURCHASING constant.
+  + monitor: Use non-deprecated glib API for monitoring renames.
+  + trivial: Fix a compiler warning with libstemmer disabled.
+  + store: Don't emit a warning when flatpak user directory doesn't
+exist.
+  + Correct disabling of timestamps for gzip.
+  + trivial: Remove the X- hack from parsing the category list.
+  + Add external (X-*) keys of an app's desktop file as metadata
+AsApp.
+  + Fix missing keywords in the previous commit.
+  + Don't add multiple categories for apps with AudioVideo.
+  + Release version 0.5.17
+
+---

Old:

  appstream-glib-0.5.16.tar.xz

New:

  appstream-glib-0.5.17.tar.xz



Other differences:
--
++ appstream-glib.spec ++
--- /var/tmp/diff_new_pack.niwg2l/_old  2016-07-27 16:29:45.0 +0200
+++ /var/tmp/diff_new_pack.niwg2l/_new  2016-07-27 16:29:45.0 +0200
@@ -20,7 +20,7 @@
 %define _build_from_vcs 1
 
 Name:   appstream-glib
-Version:0.5.16
+Version:0.5.17
 Release:0
 Summary:AppStream Abstraction Library
 License:LGPL-2.1+

++ _service ++
--- /var/tmp/diff_new_pack.niwg2l/_old  2016-07-27 16:29:45.0 +0200
+++ /var/tmp/diff_new_pack.niwg2l/_new  2016-07-27 16:29:45.0 +0200
@@ -2,9 +2,9 @@
   
 https://github.com/hughsie/appstream-glib.git
 git
-0.5.16
+0.5.17
 enable
-refs/tags/appstream_glib_0_5_16
+refs/tags/appstream_glib_0_5_17
   
   
 *.tar

++ _servicedata ++
--- /var/tmp/diff_new_pack.niwg2l/_old  2016-07-27 16:29:45.0 +0200
+++ /var/tmp/diff_new_pack.niwg2l/_new  2016-07-27 16:29:45.0 +0200
@@ -1,4 +1,4 @@
 
 
 https://github.com/hughsie/appstream-glib.git
-  dc5963fd88b49324b8b4579bbe9199a1a6336f54
\ No newline at end of file
+  7f0946df15140bb67074d430d50fb55a1dfa9f65
\ No newline at end of file

++ appstream-glib-0.5.16.tar.xz -> appstream-glib-0.5.17.tar.xz ++
 5391 lines of diff (skipped)




commit python3-Twisted for openSUSE:Factory

2016-07-27 Thread h_root
Hello community,

here is the log from the commit of package python3-Twisted for openSUSE:Factory 
checked in at 2016-07-27 16:29:36

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


Package is "python3-Twisted"

Changes:

--- /work/SRC/openSUSE:Factory/python3-Twisted/python3-Twisted.changes  
2016-06-02 12:38:09.0 +0200
+++ /work/SRC/openSUSE:Factory/.python3-Twisted.new/python3-Twisted.changes 
2016-07-27 16:29:38.0 +0200
@@ -1,0 +2,68 @@
+Sat Jul  9 04:57:10 UTC 2016 - a...@gmx.de
+
+- specfile:
+  * removed manhole, tap2dep, tap2rpm from for loop that creates man pages
+
+- update to version 16.3.0:
+  * Twisted Core
++ Defined a new interface, IProtocolNegotiationFactory, that can
+  be implemented by IOpenSSLClientConnectionCreator or
+  IOpenSSLServerConnectionCreator factories to allow them to offer
+  protocols for negotiation using ALPN or NPN during the TLS
+  handshake. (#8188)
++ twisted.trial.unittest.SynchronousTestCase.assertRegex is now
+  available to provide Python 2.7 and Python 3
+  compatibility. (#8372)
+  * Improved Documentation
++ Development documentation has been updated to refer to Git
+  instead of SVN. (#8335)
+  * Deprecations and Removals
++ twisted.python.reflect's deprecated functions have been removed.
+  This includes funcinfo (deprecated since Twisted 2.5),
+  allYourBase and accumulateBases (deprecated since Twisted 11.0),
+  getcurrent and isinst (deprecated since Twisted 14.0). (#8293)
++ twisted.scripts.tap2deb and twisted.scripts.tap2rpm (along with
+  the associated executables), deprecated since Twisted 15.2, have
+  now been removed. (#8326)
++ twisted.spread.ui has been removed. (#8329)
++ twisted.manhole -- not to be confused with manhole in Conch --
+  has been removed. This includes the semi-functional Glade
+  reactor, the manhole application, and the manhole-old twistd
+  plugin. (#8330)
++ twisted.protocols.sip.DigestAuthorizer, BasicAuthorizer, and
+  related functions have been removed. (#8445)
+  * Other
++ #7229, #7826, #8290, #8323, #8331, #8336, #8341, #8344, #8345,
+  #8347, #8351, #8363, #8365, #8366, #8374, #8382, #8384, #8390,
+  #8395, #8396, #8398, #8399, #8400, #8401, #8403, #8404, #8405,
+  #8407, #8408, #8409, #8415, #8416, #8417, #8418, #8419, #8420,
+  #8427, #8433, #8436, #8461
+  * Twisted Names
++ twisted.names.client.Resolver as well as all resolvers
+  inheriting from twisted.names.common.ResolverBase can now
+  understand DNS answers that come back in a different case than
+  the query. Example: querying for www.google.com and the answer
+  comes back with an A record for www.google.COM will now
+  work. (#8343)
+  * Twisted Web
++ twisted.web.http.HTTPChannel now implements ITransport. Along
+  with this change, twisted.web.http.Request now directs all its
+  writes to the HTTPChannel, rather than to the backing
+  transport. This change is required for future HTTP/2
+  work. (#8191)
++ twisted.web.http.HTTPChannel now has a HTTP/2 implementation
+  which will be used if the transport has negotiated using it
+  through ALPN/NPN (see #8188). (#8194)
++ twisted.web.client.Agent and twisted.web.client.ProxyAgent now
+  add brackets to IPv6 literal addresses in the host header they
+  send.  (#8369)
++ The HTTP server now correctly times connections out. (broken in
+  16.2) (#8481)
++ twisted.web would previously dispatch pipelined requests
+  simultaneously and queue the responses. This behaviour did not
+  enforce any of the guarantees required by RFC 7230 or make it
+  possible for users to enforce those requirements. For this
+  reason, the parallel dispatch of requests has been
+  removed. Pipelined requests are now processed serially. (#8320)
+
+---

Old:

  Twisted-16.2.0.tar.bz2

New:

  Twisted-16.3.0.tar.bz2



Other differences:
--
++ python3-Twisted.spec ++
--- /var/tmp/diff_new_pack.IscXmc/_old  2016-07-27 16:29:39.0 +0200
+++ /var/tmp/diff_new_pack.IscXmc/_new  2016-07-27 16:29:39.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   python3-Twisted
-Version:16.2.0
+Version:16.3.0
 Release:0
 Url:http://twistedmatrix.com/
 Summary:An asynchronous networking framework written in Python
@@ -73,14 +73,14 @@
 # Prepare for update-alternatives usage
 mkdir -p %{buildroot}%{_sysconfdir}/alternatives
 for p in trial twistd; do
-# for p in cftp ckeygen 

commit libmwaw for openSUSE:Factory

2016-07-27 Thread h_root
Hello community,

here is the log from the commit of package libmwaw for openSUSE:Factory checked 
in at 2016-07-27 16:29:29

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


Package is "libmwaw"

Changes:

--- /work/SRC/openSUSE:Factory/libmwaw/libmwaw.changes  2015-12-23 
09:56:15.0 +0100
+++ /work/SRC/openSUSE:Factory/.libmwaw.new/libmwaw.changes 2016-07-27 
16:29:30.0 +0200
@@ -1,0 +2,7 @@
+Thu Jul 14 08:52:04 UTC 2016 - tchva...@suse.com
+
+- Version update to 0.3.8:
+  * Various clang and -W* fixes all around
+  * Bunch of bugfixes
+
+---

Old:

  libmwaw-0.3.7.tar.xz

New:

  libmwaw-0.3.8.tar.xz



Other differences:
--
++ libmwaw.spec ++
--- /var/tmp/diff_new_pack.dnkULj/_old  2016-07-27 16:29:31.0 +0200
+++ /var/tmp/diff_new_pack.dnkULj/_new  2016-07-27 16:29:31.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libmwaw
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,24 +18,22 @@
 
 %define libname libmwaw-0_3-3
 Name:   libmwaw
-Version:0.3.7
+Version:0.3.8
 Release:0
 Summary:Pre Mac OSX text file formats parser library
 License:(LGPL-2.1+ or MPL-2.0) and GPL-2.0+
 Group:  Productivity/Publishing/Word
 Url:http://sourceforge.net/p/libmwaw/wiki/Home/
 Source: 
http://downloads.sourceforge.net/project/%{name}/%{name}/%{name}-%{version}/%{name}-%{version}.tar.xz
-BuildRequires:  autoconf
-BuildRequires:  automake
 BuildRequires:  boost-devel
 BuildRequires:  doxygen
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
-BuildRequires:  librevenge-devel >= 0.0.0
 BuildRequires:  libtool
-BuildRequires:  pkg-config
+BuildRequires:  pkgconfig
 BuildRequires:  xz
-BuildRequires:  zlib-devel
+BuildRequires:  pkgconfig(librevenge-0.0)
+BuildRequires:  pkgconfig(zlib)
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -52,7 +50,6 @@
 Summary:Files for Developing with libmwaw
 Group:  Development/Libraries/C and C++
 Requires:   %{libname} = %{version}
-Requires:   libwpd-devel
 
 %description devel
 Libmwaw is a new project for converting many pre-OSX MAC text formats.
@@ -81,7 +78,6 @@
docs/doxygen/footer.html.in
 
 %build
-autoreconf -fvi
 export CXXFLAGS="%{optflags} -fvisibility-inlines-hidden"
 %configure \
--disable-silent-rules \
@@ -91,7 +87,7 @@
 make %{?_smp_mflags}
 
 %install
-make DESTDIR=%{buildroot} install %{?_smp_mflags}
+make %{?_smp_mflags} DESTDIR=%{buildroot} install
 find %{buildroot} -type f -name "*.la" -delete -print
 # documentation
 mkdir -p %{buildroot}%{_docdir}/%{name}
@@ -100,7 +96,6 @@
 %fdupes %{buildroot}
 
 %post -n %{libname} -p /sbin/ldconfig
-
 %postun -n %{libname} -p /sbin/ldconfig
 
 %files -n %{libname}

++ libmwaw-0.3.7.tar.xz -> libmwaw-0.3.8.tar.xz ++
 67136 lines of diff (skipped)




commit libxmp for openSUSE:Factory

2016-07-27 Thread h_root
Hello community,

here is the log from the commit of package libxmp for openSUSE:Factory checked 
in at 2016-07-27 16:13:27

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


Package is "libxmp"

Changes:

--- /work/SRC/openSUSE:Factory/libxmp/libxmp.changes2016-06-21 
12:29:04.0 +0200
+++ /work/SRC/openSUSE:Factory/.libxmp.new/libxmp.changes   2016-07-27 
16:13:34.0 +0200
@@ -1,0 +2,37 @@
+Tue Jul 26 14:48:59 UTC 2016 - jeng...@inai.de
+
+- Update to new upstream release 4.4.0
+* fix XM arpeggio in FastTracker 2 compatible mode
+* fix IT bidirectional loop sample length
+* fix MOD vibrato and tremolo in Protracker compatible mode
+* fix XM replayer note delay and retrig quirk
+* fix XM replayer channel pan
+* fix MOD loader period to note conversion
+* fix virtual channel deallocation error handling
+* fix S3M global volume effect
+* fix IT envelope reset on tone portamento
+* fix IT voice leak caused by disabled envelope
+* fix IT volume column tone portamento
+* fix XM envelope position setting
+* fix FT2 arpeggio+portamento quirk with finetunes
+* fix mixer anticlick routines
+* accept S3M modules with invalid effects
+* fix 669 effects when no instrument number is specified
+* fix 669 effects to be frequency-based
+* fix 669 initial tempo
+* fix S3M channel reset on sample end
+* fix Noisetracker MOD speed setting
+* fix IT loader DCA sanity check
+* fix IT envelope reset after offset with portamento
+* fix bidirectional sample interpolation
+* fix mixer resampling and tuning issues
+* add Antti Lankila's Amiga 500 modeling mixer
+* add support to filter effect E0 in Amiga mods
+* add flags to configure player mode
+* add option to set the maximum number of virtual channels
+* add frequency-based "period" mode
+* add support to IT sample sustain loop
+* limit Oktalyzer modules to MOD note range
+* remove broken synth chip and Adlib emulation suport
+
+---

Old:

  libxmp-4.3.13.tar.gz

New:

  libxmp-4.4.0.tar.gz



Other differences:
--
++ libxmp.spec ++
--- /var/tmp/diff_new_pack.woFdDk/_old  2016-07-27 16:13:35.0 +0200
+++ /var/tmp/diff_new_pack.woFdDk/_new  2016-07-27 16:13:35.0 +0200
@@ -18,7 +18,7 @@
 
 Name:   libxmp
 %define lname  libxmp4
-Version:4.3.13
+Version:4.4.0
 Release:0
 Summary:Module Player library for MOD, S3M, IT and others
 License:LGPL-2.1

++ libxmp-4.3.13.tar.gz -> libxmp-4.4.0.tar.gz ++
 13862 lines of diff (skipped)




commit youtube-dl for openSUSE:Factory

2016-07-27 Thread h_root
Hello community,

here is the log from the commit of package youtube-dl for openSUSE:Factory 
checked in at 2016-07-27 16:13:06

Comparing /work/SRC/openSUSE:Factory/youtube-dl (Old)
 and  /work/SRC/openSUSE:Factory/.youtube-dl.new (New)


Package is "youtube-dl"

Changes:

--- /work/SRC/openSUSE:Factory/youtube-dl/youtube-dl.changes2016-07-14 
09:48:45.0 +0200
+++ /work/SRC/openSUSE:Factory/.youtube-dl.new/youtube-dl.changes   
2016-07-27 16:13:17.0 +0200
@@ -1,0 +2,6 @@
+Mon Jul 25 10:41:49 UTC 2016 - jeng...@inai.de
+
+- Update to new upstream release 2016.07.24
+* onet, dcn, telegraaf, arkena: enable dash formats
+
+---

Old:

  youtube-dl-2016.07.01.tar.gz
  youtube-dl-2016.07.01.tar.gz.sig

New:

  youtube-dl-2016.07.24.tar.gz
  youtube-dl-2016.07.24.tar.gz.sig



Other differences:
--
++ youtube-dl.spec ++
--- /var/tmp/diff_new_pack.3oQTlg/_old  2016-07-27 16:13:18.0 +0200
+++ /var/tmp/diff_new_pack.3oQTlg/_new  2016-07-27 16:13:18.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   youtube-dl
-Version:2016.07.01
+Version:2016.07.24
 Release:0
 Summary:A tool for downloading from Youtube
 License:SUSE-Public-Domain and CC-BY-SA-3.0

++ youtube-dl-2016.07.01.tar.gz -> youtube-dl-2016.07.24.tar.gz ++
 10219 lines of diff (skipped)




commit flashrom for openSUSE:Factory

2016-07-27 Thread h_root
Hello community,

here is the log from the commit of package flashrom for openSUSE:Factory 
checked in at 2016-07-27 16:13:03

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


Package is "flashrom"

Changes:

--- /work/SRC/openSUSE:Factory/flashrom/flashrom.changes2015-04-07 
09:29:21.0 +0200
+++ /work/SRC/openSUSE:Factory/.flashrom.new/flashrom.changes   2016-07-27 
16:13:14.0 +0200
@@ -1,0 +2,30 @@
+Tue Jul 26 07:50:06 UTC 2016 - g...@suse.com
+
+- Update to 0.9.9
+  * Enable the dediprog module by default, add support for Dediprog
+SF600 and the new communication protocol of the SF100 with
+newer firmware
+  * Add support to update the firmware of Promise UltraATA
+controllers
+  * Support new programers: WCH CH341A, VIA VT8251
+  * Support new chips:
++ ESI ES25P40, ES25P80, ES25P16
++ GigaDevice GD25VQ41B, GD25Q128C, GD25VQ21B, GD25VQ40C,
+  GD25VQ80C and GD25VQ16C, GD25LQ40, GD25LQ80, GD25LQ16,
+  GD25LQ64(B), GD25LQ128
++ PMC Pm25LQ020, Pm25LQ040, Pm25LQ080, Pm25LQ016, Pm25LQ032C
++ Sanyo LE25FU406C/LE25U40CMC
++ SST SST25WF020A, SST25WF040B, SST25WF080B
++ Winbond W29C512A/W29EE512
+  * Allow to link flashrom statically (with make CONFIG_STATIC=yes)
+  * Ease debugging of build problems with libraries
+  * Ignore 0x00 as a flash chip manufacturer ID in the generic
+match to avoid ambiguous messages
+  * Various improvements for serprog-based programmers
+  * Add support for libftdi1
+  * Add infrastructure for libusb1 and use it for new programmers
+  * Rigorously check integrity of I/O stream data
+  * Add make parameters for easier disabling/enabling of various
+classes of programmers
+
+---

Old:

  flashrom-0.9.8.tar.bz2

New:

  flashrom-0.9.9.tar.bz2



Other differences:
--
++ flashrom.spec ++
--- /var/tmp/diff_new_pack.F4rdwv/_old  2016-07-27 16:13:15.0 +0200
+++ /var/tmp/diff_new_pack.F4rdwv/_new  2016-07-27 16:13:15.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package flashrom
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   flashrom
-Version:0.9.8
+Version:0.9.9
 Release:0
 Summary:A universal flash programming utility
 License:GPL-2.0
@@ -54,8 +54,7 @@
 
 %build
 make %{?_smp_mflags} \
-CFLAGS="%{optflags}" \
-CONFIG_DEDIPROG=yes
+CFLAGS="%{optflags}"
 #gzip flashrom.8
 
 %install

++ flashrom-0.9.8.tar.bz2 -> flashrom-0.9.9.tar.bz2 ++
 8939 lines of diff (skipped)




commit python3-alembic for openSUSE:Factory

2016-07-27 Thread h_root
Hello community,

here is the log from the commit of package python3-alembic for openSUSE:Factory 
checked in at 2016-07-27 16:13:20

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


Package is "python3-alembic"

Changes:

--- /work/SRC/openSUSE:Factory/python3-alembic/python3-alembic.changes  
2016-07-21 08:14:37.0 +0200
+++ /work/SRC/openSUSE:Factory/.python3-alembic.new/python3-alembic.changes 
2016-07-27 16:13:30.0 +0200
@@ -1,0 +2,42 @@
+Tue Jul 26 15:36:58 UTC 2016 - a...@gmx.de
+
+- update to version 0.8.7:
+  * [bug] [versioning] Fixed bug where upgrading to the head of a
+branch which is already present would fail, only if that head were
+also the dependency of a different branch that is also upgraded,
+as the revision system would see this as trying to go in the wrong
+direction. The check here has been refined to distinguish between
+same-branch revisions out of order vs. movement along sibling
+branches.
+  * [bug] [versioning] Adjusted the version traversal on downgrade
+such that we can downgrade to a version that is a dependency for a
+version in a different branch, without needing to remove that
+dependent version as well. Previously, the target version would be
+seen as a “merge point” for it’s normal up-revision as well as the
+dependency. This integrates with the changes for #377 and #378 to
+improve treatment of branches with dependencies overall.
+  * [bug] [versioning] Fixed bug where a downgrade to a version that
+is also a dependency to a different branch would fail, as the
+system attempted to treat this as an “unmerge” of a merge point,
+when in fact it doesn’t have the other side of the merge point
+available for update.
+  * [bug] [versioning] Fixed bug where the “alembic current” command
+wouldn’t show a revision as a current head if it were also a
+dependency of a version in a different branch that’s also
+applied. Extra logic is added to extract “implied” versions of
+different branches from the top-level versions listed in the
+alembic_version table.
+  * [bug] [versioning] Fixed bug where a repr() or str() of a Script
+object would fail if the script had multiple dependencies.
+  * [bug] [autogenerate] Fixed bug in autogen where if the DB
+connection sends the default schema as “None”, this “None” would
+be removed from the list of schemas to check if include_schemas
+were set. This could possibly impact using include_schemas with
+SQLite.
+  * [bug] [batch] Small adjustment made to the batch handling for
+reflected CHECK constraints to accommodate for SQLAlchemy 1.1 now
+reflecting these. Batch mode still does not support CHECK
+constraints from the reflected table as these can’t be easily
+differentiated from the ones created by types such as Boolean.
+
+---

Old:

  alembic-0.8.6.tar.gz

New:

  alembic-0.8.7.tar.gz



Other differences:
--
++ python3-alembic.spec ++
--- /var/tmp/diff_new_pack.I7Ms2m/_old  2016-07-27 16:13:31.0 +0200
+++ /var/tmp/diff_new_pack.I7Ms2m/_new  2016-07-27 16:13:31.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   python3-alembic
-Version:0.8.6
+Version:0.8.7
 Release:0
 Url:https://pypi.python.org/pypi/alembic
 Summary:A database migration tool for SQLAlchemy

++ alembic-0.8.6.tar.gz -> alembic-0.8.7.tar.gz ++
 7786 lines of diff (skipped)




commit gnuradio for openSUSE:Factory

2016-07-27 Thread h_root
Hello community,

here is the log from the commit of package gnuradio for openSUSE:Factory 
checked in at 2016-07-27 16:12:54

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


Package is "gnuradio"

Changes:

--- /work/SRC/openSUSE:Factory/gnuradio/gnuradio.changes2016-06-29 
15:10:29.0 +0200
+++ /work/SRC/openSUSE:Factory/.gnuradio.new/gnuradio.changes   2016-07-27 
16:13:04.0 +0200
@@ -1,0 +2,5 @@
+Mon Jul 25 13:39:02 UTC 2016 - w...@ire.pw.edu.pl
+
+- update to version 3.7.9.3
+
+---

Old:

  gnuradio-3.7.9.2.tar.gz

New:

  gnuradio-3.7.9.3.tar.gz



Other differences:
--
++ gnuradio.spec ++
--- /var/tmp/diff_new_pack.mrqRDE/_old  2016-07-27 16:13:06.0 +0200
+++ /var/tmp/diff_new_pack.mrqRDE/_new  2016-07-27 16:13:06.0 +0200
@@ -17,10 +17,10 @@
 
 
 Name:   gnuradio
-Version:3.7.9.2
+Version:3.7.9.3
 Release:0
 %define soname  3_7_9-0_0_0
-%define soname_volk  1_2_2
+%define soname_volk  1_2_3
 Summary:GNU software radio
 License:GPL-3.0+
 Group:  Productivity/Hamradio/Other

++ gnuradio-3.7.9.2.tar.gz -> gnuradio-3.7.9.3.tar.gz ++
 14624 lines of diff (skipped)




commit govpn for openSUSE:Factory

2016-07-27 Thread h_root
Hello community,

here is the log from the commit of package govpn for openSUSE:Factory checked 
in at 2016-07-27 16:12:51

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


Package is "govpn"

Changes:

--- /work/SRC/openSUSE:Factory/govpn/govpn.changes  2016-05-30 
09:58:24.0 +0200
+++ /work/SRC/openSUSE:Factory/.govpn.new/govpn.changes 2016-07-27 
16:12:57.0 +0200
@@ -1,0 +2,9 @@
+Sat Jul 23 16:15:39 UTC 2016 - sor.ale...@meowr.ru
+
+- Update to version 5.10 (changes since 5.8):
+  * Client reconnects in the loop when connection is lost.
+Optionally you can disable that behaviour: client will exit
+immediately, as it previously did.
+  * -version option added, printing application version.
+
+---

Old:

  govpn-5.8.tar.xz
  govpn-5.8.tar.xz.sig

New:

  govpn-5.10.tar.xz
  govpn-5.10.tar.xz.sig



Other differences:
--
++ govpn.spec ++
--- /var/tmp/diff_new_pack.wCWABU/_old  2016-07-27 16:12:58.0 +0200
+++ /var/tmp/diff_new_pack.wCWABU/_new  2016-07-27 16:12:58.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   govpn
-Version:5.8
+Version:5.10
 Release:0
 Summary:Simple Virtual Private Network Implementation
 License:GPL-3.0+

++ govpn-5.8.tar.xz -> govpn-5.10.tar.xz ++
 3583 lines of diff (skipped)




commit lyx for openSUSE:Factory

2016-07-27 Thread h_root
Hello community,

here is the log from the commit of package lyx for openSUSE:Factory checked in 
at 2016-07-27 16:13:15

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


Package is "lyx"

Changes:

--- /work/SRC/openSUSE:Factory/lyx/lyx.changes  2016-05-30 09:56:37.0 
+0200
+++ /work/SRC/openSUSE:Factory/.lyx.new/lyx.changes 2016-07-27 
16:13:25.0 +0200
@@ -1,0 +2,6 @@
+Mon Jul 25 20:13:57 UTC 2016 - corne...@solcon.nl
+
+- Update to 2.2.1:
+  * For details see http://www.lyx.org/announce/2_2_1.txt
+
+---

Old:

  lyx-2.2.0.tar.xz
  lyx-2.2.0.tar.xz.sig

New:

  lyx-2.2.1.tar.xz
  lyx-2.2.1.tar.xz.sig



Other differences:
--
++ lyx.spec ++
--- /var/tmp/diff_new_pack.Q4Q43S/_old  2016-07-27 16:13:27.0 +0200
+++ /var/tmp/diff_new_pack.Q4Q43S/_new  2016-07-27 16:13:27.0 +0200
@@ -43,7 +43,7 @@
 BuildRequires:  python
 BuildRequires:  update-desktop-files
 BuildRequires:  zlib-devel
-Version:2.2.0
+Version:2.2.1
 Release:0
 Summary:WYSIWYM (What You See Is What You Mean) document processor
 License:GPL-2.0+

++ lyx-2.2.0.tar.xz -> lyx-2.2.1.tar.xz ++
/work/SRC/openSUSE:Factory/lyx/lyx-2.2.0.tar.xz 
/work/SRC/openSUSE:Factory/.lyx.new/lyx-2.2.1.tar.xz differ: char 25, line 1





commit syncthing-gtk for openSUSE:Factory

2016-07-27 Thread h_root
Hello community,

here is the log from the commit of package syncthing-gtk for openSUSE:Factory 
checked in at 2016-07-27 16:12:41

Comparing /work/SRC/openSUSE:Factory/syncthing-gtk (Old)
 and  /work/SRC/openSUSE:Factory/.syncthing-gtk.new (New)


Package is "syncthing-gtk"

Changes:

--- /work/SRC/openSUSE:Factory/syncthing-gtk/syncthing-gtk.changes  
2016-06-29 15:10:54.0 +0200
+++ /work/SRC/openSUSE:Factory/.syncthing-gtk.new/syncthing-gtk.changes 
2016-07-27 16:12:51.0 +0200
@@ -1,0 +2,9 @@
+Sat Jul 23 16:15:39 UTC 2016 - sor.ale...@meowr.ru
+
+- Update to version 0.9.1:
+  * Now compatible with Syncthing v0.14.x.
+  * Display notification when .sync-conflict file is created.
+  * Handle error message about outdated syncthing on remote device.
+  * Rename Chinese localisation directory.
+
+---

Old:

  syncthing-gtk-0.9.0.3.tar.gz

New:

  syncthing-gtk-0.9.1.tar.gz



Other differences:
--
++ syncthing-gtk.spec ++
--- /var/tmp/diff_new_pack.a0gDUC/_old  2016-07-27 16:12:52.0 +0200
+++ /var/tmp/diff_new_pack.a0gDUC/_new  2016-07-27 16:12:52.0 +0200
@@ -19,7 +19,7 @@
 %global __requires_exclude typelib\\((Caja|Nautilus|Nemo)\\)
 %define _name   syncthing_gtk
 Name:   syncthing-gtk
-Version:0.9.0.3
+Version:0.9.1
 Release:0
 Summary:Syncthing Gtk-based graphical interface
 License:GPL-2.0+
@@ -90,7 +90,7 @@
   --root=%{buildroot} --prefix=%{_prefix}
 
 # Add execution bit to scripts with shebangs and remove from others.
-find %{buildroot} -type f -name "*.py" | while read py; do
+find %{buildroot}/ -type f -name "*.py" | while read py; do
 if [[ "$(head -c2 "$py"; echo)" == "#!" ]]; then
 chmod a+x "$py"
 else

++ syncthing-gtk-0.9.0.3.tar.gz -> syncthing-gtk-0.9.1.tar.gz ++
 3276 lines of diff (skipped)




commit python3-CherryPy for openSUSE:Factory

2016-07-27 Thread h_root
Hello community,

here is the log from the commit of package python3-CherryPy for 
openSUSE:Factory checked in at 2016-07-27 16:12:57

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


Package is "python3-CherryPy"

Changes:

--- /work/SRC/openSUSE:Factory/python3-CherryPy/python3-CherryPy.changes
2016-07-21 08:19:40.0 +0200
+++ /work/SRC/openSUSE:Factory/.python3-CherryPy.new/python3-CherryPy.changes   
2016-07-27 16:13:09.0 +0200
@@ -1,0 +2,17 @@
+Tue Jul 26 03:49:28 UTC 2016 - a...@gmx.de
+
+- update to version 7.0.0:
+  * Removed the long-deprecated backward compatibility forlegacy
+config keys in the engine. Use the config for
+thenamespaced-plugins instead:
+  * autoreload_on -> autoreload.on
+  * autoreload_frequency -> autoreload.frequency
+  * autoreload_match -> autoreload.match
+  * reload_files -> autoreload.files
+  * deadlock_poll_frequency -> timeout_monitor.frequency
+
+- changes from version 6.2.1:
+  * # 1460: Fix KeyError in Bus.publish when signal handlers set in
+config.
+
+---

Old:

  CherryPy-6.2.0.tar.gz

New:

  CherryPy-7.0.0.tar.gz



Other differences:
--
++ python3-CherryPy.spec ++
--- /var/tmp/diff_new_pack.lBEPGy/_old  2016-07-27 16:13:11.0 +0200
+++ /var/tmp/diff_new_pack.lBEPGy/_new  2016-07-27 16:13:11.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   python3-CherryPy
-Version:6.2.0
+Version:7.0.0
 Release:0
 Url:http://www.cherrypy.org
 Summary:Object-Oriented HTTP framework

++ CherryPy-6.2.0.tar.gz -> CherryPy-7.0.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CherryPy-6.2.0/CherryPy.egg-info/PKG-INFO 
new/CherryPy-7.0.0/CherryPy.egg-info/PKG-INFO
--- old/CherryPy-6.2.0/CherryPy.egg-info/PKG-INFO   2016-07-19 
03:06:17.0 +0200
+++ new/CherryPy-7.0.0/CherryPy.egg-info/PKG-INFO   2016-07-24 
18:16:11.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: CherryPy
-Version: 6.2.0
+Version: 7.0.0
 Summary: Object-Oriented HTTP framework
 Home-page: http://www.cherrypy.org
 Author: CherryPy Team
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CherryPy-6.2.0/PKG-INFO new/CherryPy-7.0.0/PKG-INFO
--- old/CherryPy-6.2.0/PKG-INFO 2016-07-19 03:06:17.0 +0200
+++ new/CherryPy-7.0.0/PKG-INFO 2016-07-24 18:16:11.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: CherryPy
-Version: 6.2.0
+Version: 7.0.0
 Summary: Object-Oriented HTTP framework
 Home-page: http://www.cherrypy.org
 Author: CherryPy Team
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CherryPy-6.2.0/cherrypy/_cpconfig.py 
new/CherryPy-7.0.0/cherrypy/_cpconfig.py
--- old/CherryPy-6.2.0/cherrypy/_cpconfig.py2016-07-19 03:04:51.0 
+0200
+++ new/CherryPy-7.0.0/cherrypy/_cpconfig.py2016-07-24 18:14:49.0 
+0200
@@ -264,39 +264,13 @@
 
 
 def _engine_namespace_handler(k, v):
-"""Backward compatibility handler for the "engine" namespace."""
+"""Config handler for the "engine" namespace."""
 engine = cherrypy.engine
 
-deprecated = {
-'autoreload_on': 'autoreload.on',
-'autoreload_frequency': 'autoreload.frequency',
-'autoreload_match': 'autoreload.match',
-'reload_files': 'autoreload.files',
-'deadlock_poll_freq': 'timeout_monitor.frequency'
-}
-
-if k in deprecated:
-engine.log(
-'WARNING: Use of engine.%s is deprecated and will be removed in a '
-'future version. Use engine.%s instead.' % (k, deprecated[k]))
-
-if k == 'autoreload_on':
-if v:
-engine.autoreload.subscribe()
-else:
-engine.autoreload.unsubscribe()
-elif k == 'autoreload_frequency':
-engine.autoreload.frequency = v
-elif k == 'autoreload_match':
-engine.autoreload.match = v
-elif k == 'reload_files':
-engine.autoreload.files = set(v)
-elif k == 'deadlock_poll_freq':
-engine.timeout_monitor.frequency = v
-elif k == 'SIGHUP':
-engine.listeners['SIGHUP'] = set([v])
+if k == 'SIGHUP':
+engine.subscribe('SIGHUP', v)
 elif k == 'SIGTERM':
-engine.listeners['SIGTERM'] = set([v])
+engine.subscribe('SIGTERM', v)
 elif "." in k:
 plugin, attrname = k.split(".", 1)
 plugin = getattr(engine, plugin)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CherryPy-6.2.0/cherrypy/daemon.py 

commit python3-scipy for openSUSE:Factory

2016-07-27 Thread h_root
Hello community,

here is the log from the commit of package python3-scipy for openSUSE:Factory 
checked in at 2016-07-27 16:13:18

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


Package is "python3-scipy"

Changes:

--- /work/SRC/openSUSE:Factory/python3-scipy/python3-scipy.changes  
2016-05-16 12:04:01.0 +0200
+++ /work/SRC/openSUSE:Factory/.python3-scipy.new/python3-scipy.changes 
2016-07-27 16:13:27.0 +0200
@@ -1,0 +2,18 @@
+Tue Jul 26 03:32:14 UTC 2016 - a...@gmx.de
+
+- specfile:
+  * require setuptools
+
+- update to version 0.18.0:
+  (see http://scipy.github.io/devdocs/release.0.18.0.html for full changelog)
+  * Highlights of this release include:
++ A new ODE solver for two-point boundary value problems,
+  scipy.optimize.solve_bvp.
++ A new class, CubicSpline, for cubic spline interpolation of
+  data.
++ N-dimensional tensor product polynomials,
+  scipy.interpolate.NdPPoly.
++ Spherical Voronoi diagrams, scipy.spatial.SphericalVoronoi.
++ Support for discrete-time linear systems, scipy.signal.dlti.
+
+---

Old:

  scipy-0.17.1.tar.gz

New:

  scipy-0.18.0.tar.gz



Other differences:
--
++ python3-scipy.spec ++
--- /var/tmp/diff_new_pack.Iec6Nq/_old  2016-07-27 16:13:30.0 +0200
+++ /var/tmp/diff_new_pack.Iec6Nq/_new  2016-07-27 16:13:30.0 +0200
@@ -19,7 +19,7 @@
 %define with_atlas 0
 
 Name:   python3-scipy
-Version:0.17.1
+Version:0.18.0
 Release:0
 Summary:Scientific Tools for Python
 License:BSD-3-Clause and LGPL-2.0+
@@ -36,6 +36,7 @@
 BuildRequires:  python3-Cython >= 0.19
 BuildRequires:  python3-devel
 BuildRequires:  python3-numpy-devel >= 1.5.1
+BuildRequires:  python3-setuptools
 BuildRequires:  suitesparse-devel-static
 BuildRequires:  swig
 %if %{with_atlas} == 1

++ scipy-0.17.1.tar.gz -> scipy-0.18.0.tar.gz ++
/work/SRC/openSUSE:Factory/python3-scipy/scipy-0.17.1.tar.gz 
/work/SRC/openSUSE:Factory/.python3-scipy.new/scipy-0.18.0.tar.gz differ: char 
5, line 1




commit s3backer for openSUSE:Factory

2016-07-27 Thread h_root
Hello community,

here is the log from the commit of package s3backer for openSUSE:Factory 
checked in at 2016-07-27 16:13:11

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


Package is "s3backer"

Changes:

--- /work/SRC/openSUSE:Factory/s3backer/s3backer.changes2015-09-09 
20:21:09.0 +0200
+++ /work/SRC/openSUSE:Factory/.s3backer.new/s3backer.changes   2016-07-27 
16:13:19.0 +0200
@@ -1,0 +2,8 @@
+Mon Jul 25 18:59:39 UTC 2016 - archie.co...@gmail.com
+
+- Update to release 1.4.3
+  + Add support for STANDARD_IA storage class (issue #59)
+  + Set "Accept-Encoding" header appropriately (issue #48)
+  + Fix build issue with OpenSSL 1.1.0 (issue #64)
+
+---

Old:

  s3backer-1.4.2.tar.gz

New:

  s3backer-1.4.3.tar.gz



Other differences:
--
++ s3backer.spec ++
--- /var/tmp/diff_new_pack.eqXzqL/_old  2016-07-27 16:13:20.0 +0200
+++ /var/tmp/diff_new_pack.eqXzqL/_new  2016-07-27 16:13:20.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package s3backer
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright 2008 Archie L. Cobbs.
 #
 # All modifications and additions to the file contributed by third parties
@@ -18,7 +18,7 @@
 
 
 Name:   s3backer
-Version:1.4.2
+Version:1.4.3
 Release:0
 Summary:FUSE-based single file backing store via Amazon S3
 License:GPL-2.0+

++ s3backer-1.4.2.tar.gz -> s3backer-1.4.3.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/s3backer-1.4.2/CHANGES new/s3backer-1.4.3/CHANGES
--- old/s3backer-1.4.2/CHANGES  2015-09-01 16:45:24.0 +0200
+++ new/s3backer-1.4.3/CHANGES  2016-07-25 20:55:00.0 +0200
@@ -1,3 +1,9 @@
+Version 1.4.3 released July 25, 2016
+
+- Add support for STANDARD_IA storage class (issue #59)
+- Set "Accept-Encoding" header appropriately (issue #48)
+- Fix build issue with OpenSSL 1.1.0 (issue #64)
+
 Version 1.4.2 released September 1, 2015
 
 - Update license to fix OpenSSL vs. GPL conflict
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/s3backer-1.4.2/Makefile.am 
new/s3backer-1.4.3/Makefile.am
--- old/s3backer-1.4.2/Makefile.am  2015-09-01 16:45:24.0 +0200
+++ new/s3backer-1.4.3/Makefile.am  2016-07-22 22:15:35.0 +0200
@@ -70,6 +70,7 @@
reset.c \
s3b_config.c \
test_io.c \
+   sslcompat.c \
gitrev.c
 
 tester_SOURCES= tester.c \
@@ -83,6 +84,7 @@
reset.c \
s3b_config.c \
test_io.c \
+   sslcompat.c \
gitrev.c
 
 AM_CFLAGS=  $(FUSE_CFLAGS)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/s3backer-1.4.2/Makefile.in 
new/s3backer-1.4.3/Makefile.in
--- old/s3backer-1.4.2/Makefile.in  2015-09-01 16:51:03.0 +0200
+++ new/s3backer-1.4.3/Makefile.in  2016-07-25 20:55:35.0 +0200
@@ -139,14 +139,14 @@
block_part.$(OBJEXT) dcache.$(OBJEXT) ec_protect.$(OBJEXT) \
erase.$(OBJEXT) fuse_ops.$(OBJEXT) hash.$(OBJEXT) \
http_io.$(OBJEXT) reset.$(OBJEXT) s3b_config.$(OBJEXT) \
-   test_io.$(OBJEXT) gitrev.$(OBJEXT)
+   test_io.$(OBJEXT) sslcompat.$(OBJEXT) gitrev.$(OBJEXT)
 s3backer_OBJECTS = $(am_s3backer_OBJECTS)
 s3backer_LDADD = $(LDADD)
 am_tester_OBJECTS = tester.$(OBJEXT) block_cache.$(OBJEXT) \
block_part.$(OBJEXT) dcache.$(OBJEXT) ec_protect.$(OBJEXT) \
erase.$(OBJEXT) hash.$(OBJEXT) http_io.$(OBJEXT) \
reset.$(OBJEXT) s3b_config.$(OBJEXT) test_io.$(OBJEXT) \
-   gitrev.$(OBJEXT)
+   sslcompat.$(OBJEXT) gitrev.$(OBJEXT)
 tester_OBJECTS = $(am_tester_OBJECTS)
 tester_LDADD = $(LDADD)
 AM_V_P = $(am__v_P_@AM_V@)
@@ -375,6 +375,7 @@
reset.c \
s3b_config.c \
test_io.c \
+   sslcompat.c \
gitrev.c
 
 tester_SOURCES = tester.c \
@@ -388,6 +389,7 @@
reset.c \
s3b_config.c \
test_io.c \
+   sslcompat.c \
gitrev.c
 
 AM_CFLAGS = $(FUSE_CFLAGS)
@@ -519,6 +521,7 @@
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/main.Po@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/reset.Po@am__quote@
 @AMDEP_TRUE@@am__include@ 

commit libvdpau-va-gl for openSUSE:Factory

2016-07-27 Thread h_root
Hello community,

here is the log from the commit of package libvdpau-va-gl for openSUSE:Factory 
checked in at 2016-07-27 16:12:47

Comparing /work/SRC/openSUSE:Factory/libvdpau-va-gl (Old)
 and  /work/SRC/openSUSE:Factory/.libvdpau-va-gl.new (New)


Package is "libvdpau-va-gl"

Changes:

--- /work/SRC/openSUSE:Factory/libvdpau-va-gl/libvdpau-va-gl.changes
2016-03-04 19:30:37.0 +0100
+++ /work/SRC/openSUSE:Factory/.libvdpau-va-gl.new/libvdpau-va-gl.changes   
2016-07-27 16:12:56.0 +0200
@@ -1,0 +2,10 @@
+Sat Jul 23 16:15:39 UTC 2016 - sor.ale...@meowr.ru
+
+- Update to version 0.4.0:
+  * Code now requires C++11-capable compiler.
+  * GLib, GLU, and libswscale dependencies are dropped.
+  * Drop own tracing code; libvdpau have own tracing already.
+  * Change VdpVideoMixerRender's destination_video_rect handling
+with VLC to fix video scaling.
+
+---

Old:

  libvdpau-va-gl-0.3.6.tar.gz

New:

  libvdpau-va-gl-0.4.0.tar.gz



Other differences:
--
++ libvdpau-va-gl.spec ++
--- /var/tmp/diff_new_pack.6l89VP/_old  2016-07-27 16:12:57.0 +0200
+++ /var/tmp/diff_new_pack.6l89VP/_new  2016-07-27 16:12:57.0 +0200
@@ -19,21 +19,18 @@
 %define soname  libvdpau_va_gl
 %define sover   1
 Name:   libvdpau-va-gl
-Version:0.3.6
+Version:0.4.0
 Release:0
 Summary:VDPAU driver with OpenGL/VAAPI backend
 License:LGPL-3.0+
 Group:  System/Libraries
 Url:https://github.com/i-rinat/libvdpau-va-gl
-Source: 
https://github.com/i-rinat/%{name}/releases/download/v%{version}/%{name}-%{version}.tar.gz
+Source: 
https://github.com/i-rinat/%{name}/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
 Source1:baselibs.conf
 BuildRequires:  cmake
 BuildRequires:  gcc-c++
-BuildRequires:  pkg-config
+BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(gl)
-BuildRequires:  pkgconfig(glib-2.0)
-BuildRequires:  pkgconfig(glu)
-BuildRequires:  pkgconfig(libswscale)
 BuildRequires:  pkgconfig(libva-glx)
 BuildRequires:  pkgconfig(vdpau)
 
@@ -93,8 +90,8 @@
 
 %files -n %{soname}%{sover}
 %defattr(-,root,root)
-%doc ChangeLog COPYING
-%{_sysconfdir}/profile.d/%{name}.*sh
+%doc ChangeLog LICENSE README.md
+%config %{_sysconfdir}/profile.d/%{name}.*sh
 %{_libdir}/vdpau/
 
 %changelog

++ libvdpau-va-gl-0.3.6.tar.gz -> libvdpau-va-gl-0.4.0.tar.gz ++
 23373 lines of diff (skipped)




commit rpmconf for openSUSE:Factory

2016-07-27 Thread h_root
Hello community,

here is the log from the commit of package rpmconf for openSUSE:Factory checked 
in at 2016-07-27 16:12:45

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


Package is "rpmconf"

Changes:

--- /work/SRC/openSUSE:Factory/rpmconf/rpmconf.changes  2015-12-06 
07:42:26.0 +0100
+++ /work/SRC/openSUSE:Factory/.rpmconf.new/rpmconf.changes 2016-07-27 
16:12:53.0 +0200
@@ -1,0 +2,10 @@
+Sat Jul 23 16:15:39 UTC 2016 - sor.ale...@meowr.ru
+
+- Update to version 1.0.18 (changes since 1.0.16):
+  * Fix a typo in /usr/bin/ls call arguments.
+  * Standard import "import errno" comes before
+"from rpmconf import rpmconf".
+  * Set loglevel only for rpmconf logger.
+  * Add pylintrc.
+
+---

Old:

  rpmconf-1.0.16.tar.gz

New:

  rpmconf-1.0.18.tar.gz



Other differences:
--
++ rpmconf.spec ++
--- /var/tmp/diff_new_pack.tq3jDC/_old  2016-07-27 16:12:54.0 +0200
+++ /var/tmp/diff_new_pack.tq3jDC/_new  2016-07-27 16:12:54.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package rpmconf
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   rpmconf
-Version:1.0.16
+Version:1.0.18
 Release:0
 Summary:Tool to handle rpmnew and rpmsave files
 License:GPL-3.0+

++ rpmconf-1.0.16.tar.gz -> rpmconf-1.0.18.tar.gz ++
 2152 lines of diff (skipped)




commit qbittorrent for openSUSE:Factory

2016-07-27 Thread h_root
Hello community,

here is the log from the commit of package qbittorrent for openSUSE:Factory 
checked in at 2016-07-27 16:12:38

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


Package is "qbittorrent"

Changes:

--- /work/SRC/openSUSE:Factory/qbittorrent/qbittorrent.changes  2016-06-23 
13:36:27.0 +0200
+++ /work/SRC/openSUSE:Factory/.qbittorrent.new/qbittorrent.changes 
2016-07-27 16:12:47.0 +0200
@@ -1,0 +2,9 @@
+Sat Jul 23 16:04:21 UTC 2016 - aloi...@gmx.com
+
+- Update to version 3.3.6:
+  * BUGFIX: Do not create save directory in advance.
+  * BUGFIX: Fix icons are missing when using RTL languages in
+Options dialog.
+- Only recommend python3.
+
+---

Old:

  qbittorrent-3.3.5.tar.xz
  qbittorrent-3.3.5.tar.xz.asc

New:

  qbittorrent-3.3.6.tar.xz
  qbittorrent-3.3.6.tar.xz.asc



Other differences:
--
++ qbittorrent.spec ++
--- /var/tmp/diff_new_pack.oq1wc0/_old  2016-07-27 16:12:48.0 +0200
+++ /var/tmp/diff_new_pack.oq1wc0/_new  2016-07-27 16:12:48.0 +0200
@@ -19,7 +19,7 @@
 
 %define _name   qBittorrent
 Name:   qbittorrent
-Version:3.3.5
+Version:3.3.6
 Release:0
 Summary:A BitTorrent client in Qt
 License:GPL-2.0+
@@ -35,14 +35,14 @@
 BuildRequires:  boost-devel >= 1.35
 BuildRequires:  fdupes
 BuildRequires:  hicolor-icon-theme
-BuildRequires:  pkg-config
+BuildRequires:  pkgconfig
 BuildRequires:  update-desktop-files
 BuildRequires:  pkgconfig(libtorrent-rasterbar) >= 1.0.6
 # For geolocalisation.
 Requires:   GeoIP
-# For search engines.
-Requires:   python3
 Recommends: python
+# For search engines.
+Recommends: python3
 %if 0%{?suse_version} >= 1320 || (0%{?sle_version} >= 120100 && 
0%{?is_opensuse})
 BuildRequires:  libqt5-linguist >= 5.2.0
 BuildRequires:  pkgconfig(Qt5Concurrent) >= 5.2.0

++ qbittorrent-3.3.5.tar.xz -> qbittorrent-3.3.6.tar.xz ++
 133370 lines of diff (skipped)





commit mate-tweak for openSUSE:Factory

2016-07-27 Thread h_root
Hello community,

here is the log from the commit of package mate-tweak for openSUSE:Factory 
checked in at 2016-07-27 16:12:26

Comparing /work/SRC/openSUSE:Factory/mate-tweak (Old)
 and  /work/SRC/openSUSE:Factory/.mate-tweak.new (New)


Package is "mate-tweak"

Changes:

--- /work/SRC/openSUSE:Factory/mate-tweak/mate-tweak.changes2016-07-14 
09:50:33.0 +0200
+++ /work/SRC/openSUSE:Factory/.mate-tweak.new/mate-tweak.changes   
2016-07-27 16:12:28.0 +0200
@@ -1,0 +2,5 @@
+Fri Jul 22 12:27:43 UTC 2016 - sor.ale...@meowr.ru
+
+- Add missing python3-setproctitle requirement.
+
+---



Other differences:
--
++ mate-tweak.spec ++
--- /var/tmp/diff_new_pack.CP5KIG/_old  2016-07-27 16:12:29.0 +0200
+++ /var/tmp/diff_new_pack.CP5KIG/_new  2016-07-27 16:12:29.0 +0200
@@ -47,6 +47,7 @@
 Requires:   python3-configobj
 Requires:   python3-gobject
 Requires:   python3-psutil
+Requires:   python3-setproctitle
 # For privilege granting.
 Requires:   xdg-utils
 Recommends: %{name}-lang




commit libtorrent-rasterbar for openSUSE:Factory

2016-07-27 Thread h_root
Hello community,

here is the log from the commit of package libtorrent-rasterbar for 
openSUSE:Factory checked in at 2016-07-27 16:12:20

Comparing /work/SRC/openSUSE:Factory/libtorrent-rasterbar (Old)
 and  /work/SRC/openSUSE:Factory/.libtorrent-rasterbar.new (New)


Package is "libtorrent-rasterbar"

Changes:

--- 
/work/SRC/openSUSE:Factory/libtorrent-rasterbar/libtorrent-rasterbar.changes
2016-07-21 08:19:46.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.libtorrent-rasterbar.new/libtorrent-rasterbar.changes
   2016-07-27 16:12:25.0 +0200
@@ -1,0 +2,5 @@
+Sat Jul 23 05:23:26 UTC 2016 - jeng...@inai.de
+
+- Remove useless duplicate pkgconfig dependency
+
+---



Other differences:
--
++ libtorrent-rasterbar.spec ++
--- /var/tmp/diff_new_pack.4BkECc/_old  2016-07-27 16:12:27.0 +0200
+++ /var/tmp/diff_new_pack.4BkECc/_new  2016-07-27 16:12:27.0 +0200
@@ -109,7 +109,6 @@
 Requires:   %{name}%{sover} = %{version}
 Requires:   boost-devel >= 1.54
 Requires:   gcc-c++
-Requires:   pkgconfig
 Requires:   pkgconfig(openssl)
 
 %description devel





commit ubuntu-mate-artwork for openSUSE:Factory

2016-07-27 Thread h_root
Hello community,

here is the log from the commit of package ubuntu-mate-artwork for 
openSUSE:Factory checked in at 2016-07-27 16:12:33

Comparing /work/SRC/openSUSE:Factory/ubuntu-mate-artwork (Old)
 and  /work/SRC/openSUSE:Factory/.ubuntu-mate-artwork.new (New)


Package is "ubuntu-mate-artwork"

Changes:

--- /work/SRC/openSUSE:Factory/ubuntu-mate-artwork/ubuntu-mate-artwork.changes  
2016-06-26 23:52:36.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.ubuntu-mate-artwork.new/ubuntu-mate-artwork.changes 
2016-07-27 16:12:37.0 +0200
@@ -1,0 +2,7 @@
+Fri Jul 22 16:23:41 UTC 2016 - sor.ale...@meowr.ru
+
+- Update to version 16.10.5 (changes since 16.10.3):
+  * Update community contributed wallpapers.
+  * Correct accidental downgrade of themes.
+
+---

Old:

  ubuntu-mate-artwork_16.10.3.tar.xz

New:

  ubuntu-mate-artwork_16.10.5.tar.xz



Other differences:
--
++ ubuntu-mate-artwork.spec ++
--- /var/tmp/diff_new_pack.c22Fn2/_old  2016-07-27 16:12:43.0 +0200
+++ /var/tmp/diff_new_pack.c22Fn2/_new  2016-07-27 16:12:43.0 +0200
@@ -18,7 +18,7 @@
 
 %define _name   ubuntu-mate
 Name:   ubuntu-mate-artwork
-Version:16.10.3
+Version:16.10.5
 Release:0
 Summary:Ubuntu MATE themes and artwork
 License:GPL-3.0+ and CC-BY-SA-4.0 and CC-BY-SA-3.0
@@ -131,14 +131,14 @@
 # Nothing to build.
 
 %install
-cp -a --no-preserve=mode * %{buildroot}
+cp -a --no-preserve=mode * %{buildroot}/
 rm -f %{buildroot}/COPYING
 for icons in Ambiant-MATE Radiant-MATE; do
 # %%icon_theme_cache_create_ghost fails to work.
 touch %{buildroot}%{_datadir}/icons/$icons/icon-theme.cache
 done
 find %{buildroot} -type f -name "*.orig" -delete -print
-%fdupes %{buildroot}
+%fdupes %{buildroot}/
 
 %post -n %{_name}-icon-theme
 %icon_theme_cache_post Ambiant-MATE

++ ubuntu-mate-artwork_16.10.3.tar.xz -> ubuntu-mate-artwork_16.10.5.tar.xz 
++
/work/SRC/openSUSE:Factory/ubuntu-mate-artwork/ubuntu-mate-artwork_16.10.3.tar.xz
 
/work/SRC/openSUSE:Factory/.ubuntu-mate-artwork.new/ubuntu-mate-artwork_16.10.5.tar.xz
 differ: char 26, line 1




commit mate-applet-dock for openSUSE:Factory

2016-07-27 Thread h_root
Hello community,

here is the log from the commit of package mate-applet-dock for 
openSUSE:Factory checked in at 2016-07-27 16:12:29

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


Package is "mate-applet-dock"

Changes:

--- /work/SRC/openSUSE:Factory/mate-applet-dock/mate-applet-dock.changes
2016-05-17 17:14:51.0 +0200
+++ /work/SRC/openSUSE:Factory/.mate-applet-dock.new/mate-applet-dock.changes   
2016-07-27 16:12:30.0 +0200
@@ -1,0 +2,10 @@
+Fri Jul 22 16:23:41 UTC 2016 - sor.ale...@meowr.ru
+
+- Update to version 0.73 (changes since 0.71):
+  * The applet now works on and can be built for both Gtk2 and Gtk3
+versions of MATE.
+  * Gtk3: Reimplement drag and drop rearranging of dock icons.
+  * Rework window list which appears when the mouse hovers over a
+dock icon.
+
+---

Old:

  dock-applet-0.71.tar.gz

New:

  mate-dock-applet-0.73.tar.gz



Other differences:
--
++ mate-applet-dock.spec ++
--- /var/tmp/diff_new_pack.o6hX01/_old  2016-07-27 16:12:32.0 +0200
+++ /var/tmp/diff_new_pack.o6hX01/_new  2016-07-27 16:12:32.0 +0200
@@ -16,14 +16,14 @@
 #
 
 
-%define _name   dock-applet
+%define _name   mate-dock-applet
 Name:   mate-applet-dock
-Version:0.71
+Version:0.73
 Release:0
 Summary:Dock applet for the MATE panel
 License:GPL-2.0+
 Group:  System/GUI/Other
-Url:https://github.com/robint99/dock-applet
+Url:https://github.com/robint99/mate-dock-applet
 Source: 
https://github.com/robint99/%{_name}/archive/V%{version}.tar.gz#/%{_name}-%{version}.tar.gz
 BuildRequires:  autoconf
 BuildRequires:  automake
@@ -62,22 +62,21 @@
 
 %prep
 %setup -q -n %{_name}-%{version}
-if [ -L COPYING ]; then
-cp -f %{_datadir}/automake-*/COPYING License
-mv -f License COPYING
-fi
-sed -i 's|%{_bindir}/env/|%{_bindir}/env |' src/*
 
 %build
 autoreconf -fi
-%configure
+%configure \
+  --without-gtk3
 make %{?_smp_mflags}
 
 %install
 %make_install
 %fdupes %{buildroot}%{_libdir}/
 
-find %{buildroot}%{_libdir} -type f -name '*.py' | while read py; do
+find %{buildroot}%{_libdir}/ -type f -name '*.py' | while read py; do
+# Create Python bytecode.
+rm -f *.pyc *.pyo __pycache__/
+%py3_compile .
 if [[ "$(head -c2 "$py"; echo)" == "#!" ]]; then
 chmod a+x "$py"
 else
@@ -93,7 +92,7 @@
 
 %files
 %defattr(-,root,root)
-%doc AUTHORS ChangeLog COPYING README
+%doc AUTHORS ChangeLog COPYING README.md
 %dir %{_libdir}/mate-applets/
 %{_libdir}/mate-applets/mate-dock-applet/
 %dir %{_datadir}/dbus-1/




commit gstreamer-plugins-qt5 for openSUSE:Factory

2016-07-27 Thread h_root
Hello community,

here is the log from the commit of package gstreamer-plugins-qt5 for 
openSUSE:Factory checked in at 2016-07-27 16:12:18

Comparing /work/SRC/openSUSE:Factory/gstreamer-plugins-qt5 (Old)
 and  /work/SRC/openSUSE:Factory/.gstreamer-plugins-qt5.new (New)


Package is "gstreamer-plugins-qt5"

Changes:

--- 
/work/SRC/openSUSE:Factory/gstreamer-plugins-qt5/gstreamer-plugins-qt5.changes  
2016-07-20 09:18:57.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.gstreamer-plugins-qt5.new/gstreamer-plugins-qt5.changes
 2016-07-27 16:12:20.0 +0200
@@ -1,0 +2,6 @@
+Fri Jul 22 14:24:05 UTC 2016 - jeng...@inai.de
+
+- Remove extraneous dependency for pkgconfig(Qt5Core)
+  [already autodetected]
+
+---



Other differences:
--
++ gstreamer-plugins-qt5.spec ++
--- /var/tmp/diff_new_pack.HZXeES/_old  2016-07-27 16:12:21.0 +0200
+++ /var/tmp/diff_new_pack.HZXeES/_new  2016-07-27 16:12:21.0 +0200
@@ -72,7 +72,6 @@
 Group:  Development/Libraries/C and C++
 Requires:   %{name} = %{version}
 Requires:   boost-devel
-Requires:   pkgconfig(Qt5Core)
 Requires:   pkgconfig(Qt5Gui)
 
 %description devel




commit libmd for openSUSE:Factory

2016-07-27 Thread h_root
Hello community,

here is the log from the commit of package libmd for openSUSE:Factory checked 
in at 2016-07-27 16:12:03

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


Package is "libmd"

Changes:

--- /work/SRC/openSUSE:Factory/libmd/libmd.changes  2016-07-15 
12:53:38.0 +0200
+++ /work/SRC/openSUSE:Factory/.libmd.new/libmd.changes 2016-07-27 
16:12:08.0 +0200
@@ -1,0 +2,5 @@
+Thu Jul 21 14:21:05 UTC 2016 - jeng...@inai.de
+
+- Description update
+
+---



Other differences:
--
++ libmd.spec ++
--- /var/tmp/diff_new_pack.bDtahm/_old  2016-07-27 16:12:10.0 +0200
+++ /var/tmp/diff_new_pack.bDtahm/_new  2016-07-27 16:12:10.0 +0200
@@ -20,7 +20,7 @@
 Name:   libmd
 Version:0.0.0
 Release:0
-Summary:Provides message digest functions from BSD systems
+Summary:Message digest functions from BSD systems
 License:BSD-2-Clause or BSD-3-Clause or ISC or SUSE-Public-Domain
 Group:  Development/Languages/C and C++
 Url:https://www.hadrons.org/software/libmd/
@@ -31,7 +31,7 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
-The libmd library provides various message digest ("hash") functions, as
+The libmd library provides a few message digest ("hash") functions, as
 found on various BSDs on a library with the same name and with a compatible
 API.
 
@@ -40,20 +40,24 @@
 Group:  System/Libraries
 
 %description -n %{name}%{sover}
-The libmd library provides various message digest ("hash") functions, as
+The libmd library provides a few message digest ("hash") functions, as
 found on various BSDs on a library with the same name and with a compatible
 API.
 
+Digests supported: MD2/4/5, RIPEMD160, SHA1, SHA2-256/384/512.
+
 %package devel
 Summary:Provides message digest functions from BSD systems
 Group:  Development/Languages/C and C++
 Requires:   %{name}%{sover} = %{version}
 
 %description devel
-The libmd library provides various message digest ("hash") functions, as
+The libmd library provides a few message digest ("hash") functions, as
 found on various BSDs on a library with the same name and with a compatible
 API.
 
+Digests supported: MD2/4/5, RIPEMD160, SHA1, SHA2-256/384/512.
+
 %prep
 %setup -q
 






commit ghc-retry for openSUSE:Factory

2016-07-27 Thread h_root
Hello community,

here is the log from the commit of package ghc-retry for openSUSE:Factory 
checked in at 2016-07-27 16:12:12

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


Package is "ghc-retry"

Changes:

--- /work/SRC/openSUSE:Factory/ghc-retry/ghc-retry.changes  2016-06-07 
23:48:25.0 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-retry.new/ghc-retry.changes 2016-07-27 
16:12:13.0 +0200
@@ -1,0 +2,10 @@
+Fri Jul 22 05:57:39 UTC 2016 - psim...@suse.com
+
+- Update to version 0.7.4.1 revision 0 with cabal2obs.
+
+---
+Sun Jul 10 16:55:31 UTC 2016 - psim...@suse.com
+
+- Update to version 0.7.4 revision 0 with cabal2obs.
+
+---

Old:

  retry-0.7.4.tar.gz

New:

  retry-0.7.4.1.tar.gz



Other differences:
--
++ ghc-retry.spec ++
--- /var/tmp/diff_new_pack.HyBXLd/_old  2016-07-27 16:12:14.0 +0200
+++ /var/tmp/diff_new_pack.HyBXLd/_new  2016-07-27 16:12:14.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-retry
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,35 +15,32 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-%global pkg_name retry
 
+%global pkg_name retry
 %bcond_with tests
-
-Name:   ghc-retry
-Version:0.7.4
+Name:   ghc-%{pkg_name}
+Version:0.7.4.1
 Release:0
 Summary:Retry combinators for monadic actions that may fail
-Group:  System/Libraries
-
 License:BSD-3-Clause
+Group:  System/Libraries
 Url:https://hackage.haskell.org/package/%{pkg_name}
 Source0:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-
 BuildRequires:  ghc-Cabal-devel
-BuildRequires:  ghc-rpm-macros
-# Begin cabal-rpm deps:
 BuildRequires:  ghc-data-default-class-devel
 BuildRequires:  ghc-exceptions-devel
 BuildRequires:  ghc-random-devel
+BuildRequires:  ghc-rpm-macros
 BuildRequires:  ghc-transformers-devel
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %if %{with tests}
 BuildRequires:  ghc-HUnit-devel
 BuildRequires:  ghc-QuickCheck-devel
 BuildRequires:  ghc-hspec-devel
+BuildRequires:  ghc-mtl-devel
+BuildRequires:  ghc-stm-devel
 BuildRequires:  ghc-time-devel
 %endif
-# End cabal-rpm deps
 
 %description
 This package exposes combinators that can wrap arbitrary monadic actions.
@@ -54,19 +51,17 @@
 query may time out for a while, in which case we should hang back for a bit and
 retry the query instead of simply raising an exception.
 
-
 %package devel
 Summary:Haskell %{pkg_name} library development files
 Group:  Development/Libraries/Other
+Requires:   %{name} = %{version}-%{release}
 Requires:   ghc-compiler = %{ghc_version}
 Requires(post): ghc-compiler = %{ghc_version}
 Requires(postun): ghc-compiler = %{ghc_version}
-Requires:   %{name} = %{version}-%{release}
 
 %description devel
 This package provides the Haskell %{pkg_name} library development files.
 
-
 %prep
 %setup -q -n %{pkg_name}-%{version}
 
@@ -80,26 +75,21 @@
 
 
 %check
-%if %{with tests}
-%cabal test
-%endif
+%cabal_test
 
 
 %post devel
 %ghc_pkg_recache
 
-
 %postun devel
 %ghc_pkg_recache
 
-
 %files -f %{name}.files
 %defattr(-,root,root,-)
 %doc LICENSE
 
-
 %files devel -f %{name}-devel.files
 %defattr(-,root,root,-)
-
+%doc README.md changelog.md
 
 %changelog

++ retry-0.7.4.tar.gz -> retry-0.7.4.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/retry-0.7.4/README.md new/retry-0.7.4.1/README.md
--- old/retry-0.7.4/README.md   2016-06-01 20:32:12.0 +0200
+++ new/retry-0.7.4.1/README.md 2016-07-15 17:24:50.0 +0200
@@ -18,7 +18,7 @@
 
 ## Changes
 
-See [changelog.md](changelog.md).
+See [https://github.com/Soostone/retry/blob/master/changelog.md](changelog.md).
 
 ## Author
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/retry-0.7.4/changelog.md 
new/retry-0.7.4.1/changelog.md
--- old/retry-0.7.4/changelog.md2016-06-01 20:32:12.0 +0200
+++ new/retry-0.7.4.1/changelog.md  2016-07-15 17:24:50.0 +0200
@@ -1,3 +1,6 @@
+0.7.4.1
+* Loosen QuickCheck dependency for tests.
+
 0.7.4
 * Widen transformers dependency
 
diff -urN 

commit mysql-workbench for openSUSE:Factory

2016-07-27 Thread h_root
Hello community,

here is the log from the commit of package mysql-workbench for openSUSE:Factory 
checked in at 2016-07-27 16:12:10

Comparing /work/SRC/openSUSE:Factory/mysql-workbench (Old)
 and  /work/SRC/openSUSE:Factory/.mysql-workbench.new (New)


Package is "mysql-workbench"

Changes:

--- /work/SRC/openSUSE:Factory/mysql-workbench/mysql-workbench.changes  
2016-07-15 12:53:23.0 +0200
+++ /work/SRC/openSUSE:Factory/.mysql-workbench.new/mysql-workbench.changes 
2016-07-27 16:12:12.0 +0200
@@ -1,0 +2,14 @@
+Thu Jul 21 19:50:09 UTC 2016 - w01dn...@gmail.com
+
+- added mysql-workbench-preload-sqlparser.patch to preload
+  mysql-workbench/libsqlparser.so which is needed by
+  mysql-workbench/modules/db.mysql.sqlparser.grt.so
+  to open connection but isn't loaded
+
+---
+Wed Jul 20 11:22:29 UTC 2016 - mimi...@gmail.com
+
+- disable mysql-workbench-unbundle-libscintilla.patch , openSUSE
+scintilla is build with GTK3, but mysql-workbench with GTK2
+
+---

New:

  mysql-workbench-preload-sqlparser.patch



Other differences:
--
++ mysql-workbench.spec ++
--- /var/tmp/diff_new_pack.NENG8L/_old  2016-07-27 16:12:13.0 +0200
+++ /var/tmp/diff_new_pack.NENG8L/_new  2016-07-27 16:12:13.0 +0200
@@ -41,7 +41,9 @@
 # remove json
 Patch5: %{name}-no-json.patch
 Patch6: %{name}-mysql-version.patch
+# disabled , system scintila is buil with gtk3
 Patch7: mysql-workbench-unbundle-libscintilla.patch
+Patch8: mysql-workbench-preload-sqlparser.patch
 BuildRequires:  Mesa-devel
 BuildRequires:  ant
 BuildRequires:  boost-devel
@@ -54,7 +56,8 @@
 BuildRequires:  libmysqlclient-devel
 BuildRequires:  libmysqlcppconn-devel
 BuildRequires:  libmysqld-devel > 5.1
-BuildRequires:  libscintilla-devel
+# use bundled scintilla lib 
+#BuildRequires:  libscintilla-devel
 BuildRequires:  libtool
 BuildRequires:  pkgconfig
 BuildRequires:  python-paramiko
@@ -119,7 +122,8 @@
 %patch3 -p1
 %patch5 -p1
 %patch6 -p1
-%patch7 -p1
+#%%patch7 -p1
+%patch8 -p1
 
 %build
 # Drop the --no-undefined from LINKER flags as the cmakelists are too broken

++ mysql-workbench-preload-sqlparser.patch ++
--- 
mysql-workbench-community-6.3.7-src.orig/frontend/linux/workbench/mysql-workbench.in
2016-06-08 15:51:41.0 +0300
+++ 
mysql-workbench-community-6.3.7-src/frontend/linux/workbench/mysql-workbench.in 
2016-07-21 20:13:29.491388434 +0300
@@ -45,6 +45,14 @@
   fi
 fi
 
+if test -f $wblibdir/libsqlparser.so; then
+  if test "$LD_PRELOAD" != ""; then
+export LD_PRELOAD="$LD_PRELOAD:$wblibdir/libsqlparser.so"
+  else
+export LD_PRELOAD="$wblibdir/libsqlparser.so"
+  fi
+fi
+
 
 # if libcairo and pixman are in the wb libraries dir, force them to be 
preloaded
 if test -f $wblibdir/libcairo.so.2; then




commit ghc-mountpoints for openSUSE:Factory

2016-07-27 Thread h_root
Hello community,

here is the log from the commit of package ghc-mountpoints for openSUSE:Factory 
checked in at 2016-07-27 16:11:58

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


Package is "ghc-mountpoints"

Changes:

--- /work/SRC/openSUSE:Factory/ghc-mountpoints/ghc-mountpoints.changes  
2016-05-04 08:19:48.0 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-mountpoints.new/ghc-mountpoints.changes 
2016-07-27 16:11:58.0 +0200
@@ -1,0 +2,5 @@
+Sun Jul 10 17:22:41 UTC 2016 - psim...@suse.com
+
+- Update to version 1.0.2 revision 0 with cabal2obs.
+
+---



Other differences:
--
++ ghc-mountpoints.spec ++
--- /var/tmp/diff_new_pack.BmRuud/_old  2016-07-27 16:11:59.0 +0200
+++ /var/tmp/diff_new_pack.BmRuud/_new  2016-07-27 16:11:59.0 +0200
@@ -15,40 +15,36 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-%global pkg_name mountpoints
 
+%global pkg_name mountpoints
 Name:   ghc-%{pkg_name}
 Version:1.0.2
 Release:0
 Summary:List mount points
-Group:  System/Libraries
-
 License:LGPL-2.1+ and BSD-3-Clause
+Group:  System/Libraries
 Url:https://hackage.haskell.org/package/%{pkg_name}
 Source0:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-
 BuildRequires:  ghc-Cabal-devel
 BuildRequires:  ghc-rpm-macros
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
 Lists currently mounted filesystems.
 
 Works on: Linux, BSD, Mac OS X, Android.
 
-
 %package devel
 Summary:Haskell %{pkg_name} library development files
 Group:  Development/Libraries/Other
+Requires:   %{name} = %{version}-%{release}
 Requires:   ghc-compiler = %{ghc_version}
 Requires(post): ghc-compiler = %{ghc_version}
 Requires(postun): ghc-compiler = %{ghc_version}
-Requires:   %{name} = %{version}-%{release}
 
 %description devel
 This package provides the Haskell %{pkg_name} library development files.
 
-
 %prep
 %setup -q -n %{pkg_name}-%{version}
 
@@ -64,18 +60,15 @@
 %post devel
 %ghc_pkg_recache
 
-
 %postun devel
 %ghc_pkg_recache
 
-
 %files -f %{name}.files
 %defattr(-,root,root,-)
-%doc LICENSE
-
+%doc LICENSE LGPL-2.1
 
 %files devel -f %{name}-devel.files
 %defattr(-,root,root,-)
-
+%doc CHANGELOG
 
 %changelog




commit ucode-intel for openSUSE:Factory

2016-07-27 Thread h_root
Hello community,

here is the log from the commit of package ucode-intel for openSUSE:Factory 
checked in at 2016-07-27 16:11:59

Comparing /work/SRC/openSUSE:Factory/ucode-intel (Old)
 and  /work/SRC/openSUSE:Factory/.ucode-intel.new (New)


Package is "ucode-intel"

Changes:

--- /work/SRC/openSUSE:Factory/ucode-intel/ucode-intel.changes  2016-07-01 
16:24:49.0 +0200
+++ /work/SRC/openSUSE:Factory/.ucode-intel.new/ucode-intel.changes 
2016-07-27 16:12:01.0 +0200
@@ -1,0 +2,12 @@
+Thu Jul 21 09:21:38 UTC 2016 - tr...@suse.de
+
+- Update to version 20160714.
+- Should fix bsc#987358, a bug which got introduced with the last
+  release.
+
+---
+Thu Jun 23 17:54:26 UTC 2016 - crrodrig...@opensuse.org
+
+- Update to version 20160607, no changelog available
+
+---

Old:

  microcode-20151106.tgz

New:

  microcode-20160714.tgz



Other differences:
--
++ ucode-intel.spec ++
--- /var/tmp/diff_new_pack.AAoC0o/_old  2016-07-27 16:12:02.0 +0200
+++ /var/tmp/diff_new_pack.AAoC0o/_new  2016-07-27 16:12:02.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ucode-intel
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   ucode-intel
-Version:20151106
+Version:20160714
 Release:0
 Summary:Microcode Updates for Intel x86/x86-64 CPUs
 License:SUSE-Firmware

++ microcode-20151106.tgz -> microcode-20160714.tgz ++
 41856 lines of diff (skipped)




commit ghc-unordered-containers for openSUSE:Factory

2016-07-27 Thread h_root
Hello community,

here is the log from the commit of package ghc-unordered-containers for 
openSUSE:Factory checked in at 2016-07-27 16:11:51

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


Package is "ghc-unordered-containers"

Changes:

--- 
/work/SRC/openSUSE:Factory/ghc-unordered-containers/ghc-unordered-containers.changes
2016-06-14 23:08:37.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.ghc-unordered-containers.new/ghc-unordered-containers.changes
   2016-07-27 16:11:57.0 +0200
@@ -1,0 +2,5 @@
+Sun Jul 10 17:12:59 UTC 2016 - psim...@suse.com
+
+- Update to version 0.2.7.1 revision 0 with cabal2obs.
+
+---



Other differences:
--
++ ghc-unordered-containers.spec ++
--- /var/tmp/diff_new_pack.UVW2lE/_old  2016-07-27 16:11:58.0 +0200
+++ /var/tmp/diff_new_pack.UVW2lE/_new  2016-07-27 16:11:58.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-unordered-containers
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,23 +17,30 @@
 
 
 %global pkg_name unordered-containers
-
-Name:   ghc-unordered-containers
+%bcond_with tests
+Name:   ghc-%{pkg_name}
 Version:0.2.7.1
 Release:0
 Summary:Efficient hashing-based container types
 License:BSD-3-Clause
 Group:  System/Libraries
-
-Url:http://hackage.haskell.org/package/%{pkg_name}
-Source0:
http://hackage.haskell.org/packages/archive/%{pkg_name}/%{version}/%{pkg_name}-%{version}.tar.gz
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-
+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-rpm-macros
 # Begin cabal-rpm deps:
 BuildRequires:  ghc-deepseq-devel
 BuildRequires:  ghc-hashable-devel
+BuildRequires:  ghc-rpm-macros
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+%if %{with tests}
+BuildRequires:  ghc-ChasingBottoms-devel
+BuildRequires:  ghc-HUnit-devel
+BuildRequires:  ghc-QuickCheck-devel
+BuildRequires:  ghc-containers-devel
+BuildRequires:  ghc-test-framework-devel
+BuildRequires:  ghc-test-framework-hunit-devel
+BuildRequires:  ghc-test-framework-quickcheck2-devel
+%endif
 # End cabal-rpm deps
 
 %description
@@ -44,30 +51,36 @@
 The declared cost of each operation is either worst-case or amortized, but
 remains valid even if structures are shared.
 
-
 %package devel
 Summary:Haskell %{pkg_name} library development files
 Group:  Development/Libraries/Other
-Provides:   %{name}-static = %{version}-%{release}
+Requires:   %{name} = %{version}-%{release}
 Requires:   ghc-compiler = %{ghc_version}
 Requires(post): ghc-compiler = %{ghc_version}
 Requires(postun): ghc-compiler = %{ghc_version}
-Requires:   %{name} = %{version}-%{release}
 
 %description devel
 This package provides the Haskell %{pkg_name} library development
 files.
 
-
 %prep
 %setup -q -n %{pkg_name}-%{version}
 
+
 %build
 %ghc_lib_build
 
+
 %install
 %ghc_lib_install
 
+
+%check
+%if %{with tests}
+%{cabal} test
+%endif
+
+
 %post devel
 %ghc_pkg_recache
 




commit ghc-stringable for openSUSE:Factory

2016-07-27 Thread h_root
Hello community,

here is the log from the commit of package ghc-stringable for openSUSE:Factory 
checked in at 2016-07-27 16:11:48

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


Package is "ghc-stringable"

Changes:

--- /work/SRC/openSUSE:Factory/ghc-stringable/ghc-stringable.changes
2015-11-26 17:03:12.0 +0100
+++ /work/SRC/openSUSE:Factory/.ghc-stringable.new/ghc-stringable.changes   
2016-07-27 16:11:49.0 +0200
@@ -1,0 +2,5 @@
+Sun Jul 10 17:07:47 UTC 2016 - psim...@suse.com
+
+- Update to version 0.1.3 revision 0 with cabal2obs.
+
+---



Other differences:
--
++ ghc-stringable.spec ++
--- /var/tmp/diff_new_pack.se9FK0/_old  2016-07-27 16:11:50.0 +0200
+++ /var/tmp/diff_new_pack.se9FK0/_new  2016-07-27 16:11:50.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-stringable
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,44 +15,40 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-%global pkg_name stringable
 
-Name:   ghc-stringable
+%global pkg_name stringable
+Name:   ghc-%{pkg_name}
 Version:0.1.3
 Release:0
 Summary:A Stringable type class, in the spirit of Foldable and 
Traversable
-Group:  System/Libraries
-
 License:MIT
+Group:  System/Libraries
 Url:https://hackage.haskell.org/package/%{pkg_name}
 Source0:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-
 BuildRequires:  ghc-Cabal-devel
-BuildRequires:  ghc-rpm-macros
 # Begin cabal-rpm deps:
 BuildRequires:  ghc-bytestring-devel
+BuildRequires:  ghc-rpm-macros
 BuildRequires:  ghc-system-filepath-devel
 BuildRequires:  ghc-text-devel
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 # End cabal-rpm deps
 
 %description
 'Data.Stringable' provides a type class with a set of functions for converting
 to and from the most often used string-linke types in Haskell.
 
-
 %package devel
 Summary:Haskell %{pkg_name} library development files
 Group:  Development/Libraries/Other
+Requires:   %{name} = %{version}-%{release}
 Requires:   ghc-compiler = %{ghc_version}
 Requires(post): ghc-compiler = %{ghc_version}
 Requires(postun): ghc-compiler = %{ghc_version}
-Requires:   %{name} = %{version}-%{release}
 
 %description devel
 This package provides the Haskell %{pkg_name} library development files.
 
-
 %prep
 %setup -q -n %{pkg_name}-%{version}
 
@@ -68,18 +64,14 @@
 %post devel
 %ghc_pkg_recache
 
-
 %postun devel
 %ghc_pkg_recache
 
-
 %files -f %{name}.files
 %defattr(-,root,root,-)
 %doc LICENSE
 
-
 %files devel -f %{name}-devel.files
 %defattr(-,root,root,-)
 
-
 %changelog




commit ghc-silently for openSUSE:Factory

2016-07-27 Thread h_root
Hello community,

here is the log from the commit of package ghc-silently for openSUSE:Factory 
checked in at 2016-07-27 16:11:38

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


Package is "ghc-silently"

Changes:

--- /work/SRC/openSUSE:Factory/ghc-silently/ghc-silently.changes
2015-11-26 17:03:08.0 +0100
+++ /work/SRC/openSUSE:Factory/.ghc-silently.new/ghc-silently.changes   
2016-07-27 16:11:45.0 +0200
@@ -1,0 +2,5 @@
+Sun Jul 10 17:27:22 UTC 2016 - psim...@suse.com
+
+- Update to version 1.2.5 revision 0 with cabal2obs.
+
+---



Other differences:
--
++ ghc-silently.spec ++
--- /var/tmp/diff_new_pack.UR0339/_old  2016-07-27 16:11:47.0 +0200
+++ /var/tmp/diff_new_pack.UR0339/_new  2016-07-27 16:11:47.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-silently
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,26 +15,23 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-%global pkg_name silently
 
+%global pkg_name silently
 %bcond_with tests
-
-Name:   ghc-silently
+Name:   ghc-%{pkg_name}
 Version:1.2.5
 Release:0
 Summary:Prevent or capture writing to stdout and other handles
-Group:  System/Libraries
-
 License:BSD-3-Clause
+Group:  System/Libraries
 Url:https://hackage.haskell.org/package/%{pkg_name}
 Source0:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-
 BuildRequires:  ghc-Cabal-devel
-BuildRequires:  ghc-rpm-macros
 # Begin cabal-rpm deps:
 BuildRequires:  ghc-deepseq-devel
 BuildRequires:  ghc-directory-devel
+BuildRequires:  ghc-rpm-macros
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %if %{with tests}
 BuildRequires:  ghc-nanospec-devel
 BuildRequires:  ghc-temporary-devel
@@ -44,19 +41,17 @@
 %description
 Prevent or capture writing to stdout and other handles.
 
-
 %package devel
 Summary:Haskell %{pkg_name} library development files
 Group:  Development/Libraries/Other
+Requires:   %{name} = %{version}-%{release}
 Requires:   ghc-compiler = %{ghc_version}
 Requires(post): ghc-compiler = %{ghc_version}
 Requires(postun): ghc-compiler = %{ghc_version}
-Requires:   %{name} = %{version}-%{release}
 
 %description devel
 This package provides the Haskell %{pkg_name} library development files.
 
-
 %prep
 %setup -q -n %{pkg_name}-%{version}
 
@@ -71,25 +66,21 @@
 
 %check
 %if %{with tests}
-%cabal test
+%{cabal} test
 %endif
 
 
 %post devel
 %ghc_pkg_recache
 
-
 %postun devel
 %ghc_pkg_recache
 
-
 %files -f %{name}.files
 %defattr(-,root,root,-)
 %doc LICENSE
 
-
 %files devel -f %{name}-devel.files
 %defattr(-,root,root,-)
 
-
 %changelog




commit ghc-xml-conduit for openSUSE:Factory

2016-07-27 Thread h_root
Hello community,

here is the log from the commit of package ghc-xml-conduit for openSUSE:Factory 
checked in at 2016-07-27 16:11:29

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


Package is "ghc-xml-conduit"

Changes:

--- /work/SRC/openSUSE:Factory/ghc-xml-conduit/ghc-xml-conduit.changes  
2016-05-17 17:16:06.0 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-xml-conduit.new/ghc-xml-conduit.changes 
2016-07-27 16:11:31.0 +0200
@@ -1,0 +2,5 @@
+Sun Jul 10 17:01:51 UTC 2016 - psim...@suse.com
+
+- Update to version 1.3.5 revision 0 with cabal2obs.
+
+---



Other differences:
--
++ ghc-xml-conduit.spec ++
--- /var/tmp/diff_new_pack.dLN0KC/_old  2016-07-27 16:11:32.0 +0200
+++ /var/tmp/diff_new_pack.dLN0KC/_new  2016-07-27 16:11:32.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-xml-conduit
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,22 +17,16 @@
 
 
 %global pkg_name xml-conduit
-
 %bcond_with tests
-
-Name:   ghc-xml-conduit
+Name:   ghc-%{pkg_name}
 Version:1.3.5
 Release:0
 Summary:Pure-Haskell utilities for dealing with XML with the conduit 
package
-License:BSD-2-Clause
+License:MIT
 Group:  System/Libraries
-
 Url:https://hackage.haskell.org/package/%{pkg_name}
 Source0:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-
 BuildRequires:  ghc-Cabal-devel
-BuildRequires:  ghc-rpm-macros
 # Begin cabal-rpm deps:
 BuildRequires:  ghc-attoparsec-devel
 BuildRequires:  ghc-blaze-builder-devel
@@ -46,9 +40,11 @@
 BuildRequires:  ghc-deepseq-devel
 BuildRequires:  ghc-monad-control-devel
 BuildRequires:  ghc-resourcet-devel
+BuildRequires:  ghc-rpm-macros
 BuildRequires:  ghc-text-devel
 BuildRequires:  ghc-transformers-devel
 BuildRequires:  ghc-xml-types-devel
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %if %{with tests}
 BuildRequires:  ghc-HUnit-devel
 BuildRequires:  ghc-hspec-devel
@@ -59,33 +55,35 @@
 Hackage documentation generation is not reliable. For up to date documentation,
 please see: .
 
-
 %package devel
 Summary:Haskell %{pkg_name} library development files
 Group:  Development/Libraries/Other
+Requires:   %{name} = %{version}-%{release}
 Requires:   ghc-compiler = %{ghc_version}
 Requires(post): ghc-compiler = %{ghc_version}
 Requires(postun): ghc-compiler = %{ghc_version}
-Requires:   %{name} = %{version}-%{release}
 
 %description devel
 This package provides the Haskell %{pkg_name} library development files.
 
-
 %prep
 %setup -q -n %{pkg_name}-%{version}
 
+
 %build
 %ghc_lib_build
 
+
 %install
 %ghc_lib_install
 
+
 %check
 %if %{with tests}
-%cabal test
+%{cabal} test
 %endif
 
+
 %post devel
 %ghc_pkg_recache
 
@@ -98,6 +96,6 @@
 
 %files devel -f %{name}-devel.files
 %defattr(-,root,root,-)
-%doc README.md
+%doc ChangeLog.md README.md
 
 %changelog




commit ghc-tagsoup for openSUSE:Factory

2016-07-27 Thread h_root
Hello community,

here is the log from the commit of package ghc-tagsoup for openSUSE:Factory 
checked in at 2016-07-27 16:11:50

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


Package is "ghc-tagsoup"

Changes:

--- /work/SRC/openSUSE:Factory/ghc-tagsoup/ghc-tagsoup.changes  2016-05-17 
17:14:48.0 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-tagsoup.new/ghc-tagsoup.changes 
2016-07-27 16:11:51.0 +0200
@@ -1,0 +2,5 @@
+Sun Jul 10 16:55:54 UTC 2016 - psim...@suse.com
+
+- Update to version 0.13.10 revision 0 with cabal2obs.
+
+---



Other differences:
--
++ ghc-tagsoup.spec ++
--- /var/tmp/diff_new_pack.O4x6PW/_old  2016-07-27 16:11:52.0 +0200
+++ /var/tmp/diff_new_pack.O4x6PW/_new  2016-07-27 16:11:52.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-tagsoup
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,24 +17,21 @@
 
 
 %global pkg_name tagsoup
-
-Name:   ghc-tagsoup
+Name:   ghc-%{pkg_name}
 Version:0.13.10
 Release:0
 Summary:Parsing and extracting information from (possibly malformed) 
HTML/XML documents
 License:BSD-3-Clause
 Group:  System/Libraries
-
 Url:https://hackage.haskell.org/package/%{pkg_name}
 Source0:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-
 BuildRequires:  ghc-Cabal-devel
-BuildRequires:  ghc-rpm-macros
 # Begin cabal-rpm deps:
 BuildRequires:  ghc-bytestring-devel
 BuildRequires:  ghc-containers-devel
+BuildRequires:  ghc-rpm-macros
 BuildRequires:  ghc-text-devel
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 # End cabal-rpm deps
 
 %description
@@ -45,28 +42,29 @@
 
 Users should start from the "Text.HTML.TagSoup" module.
 
-
 %package devel
 Summary:Haskell %{pkg_name} library development files
 Group:  Development/Libraries/Other
+Requires:   %{name} = %{version}-%{release}
 Requires:   ghc-compiler = %{ghc_version}
 Requires(post): ghc-compiler = %{ghc_version}
 Requires(postun): ghc-compiler = %{ghc_version}
-Requires:   %{name} = %{version}-%{release}
 
 %description devel
 This package provides the Haskell %{pkg_name} library development files.
 
-
 %prep
 %setup -q -n %{pkg_name}-%{version}
 
+
 %build
 %ghc_lib_build
 
+
 %install
 %ghc_lib_install
 
+
 %post devel
 %ghc_pkg_recache
 




commit ghc-void for openSUSE:Factory

2016-07-27 Thread h_root
Hello community,

here is the log from the commit of package ghc-void for openSUSE:Factory 
checked in at 2016-07-27 16:11:34

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


Package is "ghc-void"

Changes:

--- /work/SRC/openSUSE:Factory/ghc-void/ghc-void.changes2015-09-24 
06:15:11.0 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-void.new/ghc-void.changes   2016-07-27 
16:11:35.0 +0200
@@ -1,0 +2,5 @@
+Sun Jul 10 17:04:03 UTC 2016 - psim...@suse.com
+
+- Update to version 0.7.1 revision 0 with cabal2obs.
+
+---



Other differences:
--
++ ghc-void.spec ++
--- /var/tmp/diff_new_pack.o6r58r/_old  2016-07-27 16:11:36.0 +0200
+++ /var/tmp/diff_new_pack.o6r58r/_new  2016-07-27 16:11:36.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-void
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,50 +17,50 @@
 
 
 %global pkg_name void
-
-Name:   ghc-void
+Name:   ghc-%{pkg_name}
 Version:0.7.1
 Release:0
 Summary:A Haskell 98 logically uninhabited data type
 License:BSD-3-Clause
 Group:  System/Libraries
-
-Url:http://hackage.haskell.org/package/%{pkg_name}
-Source0:
http://hackage.haskell.org/packages/archive/%{pkg_name}/%{version}/%{pkg_name}-%{version}.tar.gz
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-
+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-rpm-macros
 # Begin cabal-rpm deps:
+BuildRequires:  ghc-deepseq-devel
 BuildRequires:  ghc-hashable-devel
+BuildRequires:  ghc-rpm-macros
 BuildRequires:  ghc-semigroups-devel
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 # End cabal-rpm deps
 
 %description
 A Haskell 98 logically uninhabited data type, used to indicate that a given
 term should not exist.
 
-
 %package devel
 Summary:Haskell %{pkg_name} library development files
 Group:  Development/Libraries/Other
-Provides:   %{name}-static = %{version}-%{release}
 Requires:   %{name} = %{version}-%{release}
 Requires:   ghc-compiler = %{ghc_version}
+Requires(post): ghc-compiler = %{ghc_version}
+Requires(postun): ghc-compiler = %{ghc_version}
 
 %description devel
 This package provides the Haskell %{pkg_name} library development files.
 
-
 %prep
 %setup -q -n %{pkg_name}-%{version}
 
+
 %build
 %ghc_lib_build
 
+
 %install
 %ghc_lib_install
 
+
 %post devel
 %ghc_pkg_recache
 
@@ -73,6 +73,6 @@
 
 %files devel -f %{name}-devel.files
 %defattr(-,root,root,-)
-%doc README.markdown
+%doc CHANGELOG.markdown README.markdown
 
 %changelog




commit ghc-word8 for openSUSE:Factory

2016-07-27 Thread h_root
Hello community,

here is the log from the commit of package ghc-word8 for openSUSE:Factory 
checked in at 2016-07-27 16:11:32

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


Package is "ghc-word8"

Changes:

--- /work/SRC/openSUSE:Factory/ghc-word8/ghc-word8.changes  2015-05-28 
09:53:11.0 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-word8.new/ghc-word8.changes 2016-07-27 
16:11:32.0 +0200
@@ -1,0 +2,5 @@
+Sun Jul 10 17:17:33 UTC 2016 - psim...@suse.com
+
+- Update to version 0.1.2 revision 0 with cabal2obs.
+
+---



Other differences:
--
++ ghc-word8.spec ++
--- /var/tmp/diff_new_pack.kffIcE/_old  2016-07-27 16:11:34.0 +0200
+++ /var/tmp/diff_new_pack.kffIcE/_new  2016-07-27 16:11:34.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-word8
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,23 +15,20 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-%global pkg_name word8
 
+%global pkg_name word8
 %bcond_with tests
-
 Name:   ghc-%{pkg_name}
 Version:0.1.2
 Release:0
 Summary:Word8 library
-Group:  System/Libraries
-
 License:BSD-3-Clause
+Group:  System/Libraries
 Url:https://hackage.haskell.org/package/%{pkg_name}
 Source0:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-
 BuildRequires:  ghc-Cabal-devel
 BuildRequires:  ghc-rpm-macros
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 # Begin cabal-rpm deps:
 %if %{with tests}
 BuildRequires:  ghc-hspec-devel
@@ -41,19 +38,17 @@
 %description
 Word8 library to be used with Data.ByteString.
 
-
 %package devel
 Summary:Haskell %{pkg_name} library development files
 Group:  Development/Libraries/Other
+Requires:   %{name} = %{version}-%{release}
 Requires:   ghc-compiler = %{ghc_version}
 Requires(post): ghc-compiler = %{ghc_version}
 Requires(postun): ghc-compiler = %{ghc_version}
-Requires:   %{name} = %{version}-%{release}
 
 %description devel
 This package provides the Haskell %{pkg_name} library development files.
 
-
 %prep
 %setup -q -n %{pkg_name}-%{version}
 
@@ -68,25 +63,21 @@
 
 %check
 %if %{with tests}
-%cabal test
+%{cabal} test
 %endif
 
 
 %post devel
 %ghc_pkg_recache
 
-
 %postun devel
 %ghc_pkg_recache
 
-
 %files -f %{name}.files
 %defattr(-,root,root,-)
 %doc LICENSE
 
-
 %files devel -f %{name}-devel.files
 %defattr(-,root,root,-)
 
-
 %changelog




commit ghc-regex-applicative-text for openSUSE:Factory

2016-07-27 Thread h_root
Hello community,

here is the log from the commit of package ghc-regex-applicative-text for 
openSUSE:Factory checked in at 2016-07-27 16:11:37

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


Package is "ghc-regex-applicative-text"

Changes:

--- 
/work/SRC/openSUSE:Factory/ghc-regex-applicative-text/ghc-regex-applicative-text.changes
2016-06-07 23:46:13.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.ghc-regex-applicative-text.new/ghc-regex-applicative-text.changes
   2016-07-27 16:11:38.0 +0200
@@ -1,0 +2,5 @@
+Sun Jul 10 17:06:57 UTC 2016 - psim...@suse.com
+
+- Update to version 0.1.0.1 revision 0 with cabal2obs.
+
+---



Other differences:
--
++ ghc-regex-applicative-text.spec ++
--- /var/tmp/diff_new_pack.d5iprb/_old  2016-07-27 16:11:39.0 +0200
+++ /var/tmp/diff_new_pack.d5iprb/_new  2016-07-27 16:11:39.0 +0200
@@ -15,43 +15,39 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-%global pkg_name regex-applicative-text
 
+%global pkg_name regex-applicative-text
 Name:   ghc-%{pkg_name}
 Version:0.1.0.1
 Release:0
 Summary:Regex-applicative on text
-Group:  System/Libraries
-
 License:BSD-3-Clause
+Group:  System/Libraries
 Url:https://hackage.haskell.org/package/%{pkg_name}
 Source0:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-
 BuildRequires:  ghc-Cabal-devel
-BuildRequires:  ghc-rpm-macros
 # Begin cabal-rpm deps:
 BuildRequires:  ghc-regex-applicative-devel
+BuildRequires:  ghc-rpm-macros
 BuildRequires:  ghc-text-devel
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 # End cabal-rpm deps
 
 %description
 Wrapped regex-applicative primitives to work with Text.
 
-
 %package devel
 Summary:Haskell %{pkg_name} library development files
 Group:  Development/Libraries/Other
+Requires:   %{name} = %{version}-%{release}
 Requires:   ghc-compiler = %{ghc_version}
 Requires(post): ghc-compiler = %{ghc_version}
 Requires(postun): ghc-compiler = %{ghc_version}
-Requires:   %{name} = %{version}-%{release}
 
 %description devel
 This package provides the Haskell %{pkg_name} library
 development files.
 
-
 %prep
 %setup -q -n %{pkg_name}-%{version}
 
@@ -67,19 +63,15 @@
 %post devel
 %ghc_pkg_recache
 
-
 %postun devel
 %ghc_pkg_recache
 
-
 %files -f %{name}.files
 %defattr(-,root,root,-)
 %doc LICENSE
 
-
 %files devel -f %{name}-devel.files
 %defattr(-,root,root,-)
 %doc README.md
 
-
 %changelog




commit ghc-uniplate for openSUSE:Factory

2016-07-27 Thread h_root
Hello community,

here is the log from the commit of package ghc-uniplate for openSUSE:Factory 
checked in at 2016-07-27 16:11:23

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


Package is "ghc-uniplate"

Changes:

--- /work/SRC/openSUSE:Factory/ghc-uniplate/ghc-uniplate.changes
2015-09-08 17:48:57.0 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-uniplate.new/ghc-uniplate.changes   
2016-07-27 16:11:25.0 +0200
@@ -1,0 +2,5 @@
+Sun Jul 10 16:59:59 UTC 2016 - psim...@suse.com
+
+- Update to version 1.6.12 revision 0 with cabal2obs.
+
+---



Other differences:
--
++ ghc-uniplate.spec ++
--- /var/tmp/diff_new_pack.EtI8C3/_old  2016-07-27 16:11:26.0 +0200
+++ /var/tmp/diff_new_pack.EtI8C3/_new  2016-07-27 16:11:26.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-uniplate
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,26 +15,24 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-%global pkg_name uniplate
 
-Name:   ghc-uniplate
+%global pkg_name uniplate
+Name:   ghc-%{pkg_name}
 Version:1.6.12
 Release:0
 Summary:Help writing simple, concise and fast generic operations
-Group:  System/Libraries
-
 License:BSD-3-Clause
+Group:  System/Libraries
 Url:https://hackage.haskell.org/package/%{pkg_name}
 Source0:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-
 BuildRequires:  ghc-Cabal-devel
-BuildRequires:  ghc-rpm-macros
 # Begin cabal-rpm deps:
 BuildRequires:  ghc-containers-devel
 BuildRequires:  ghc-hashable-devel
+BuildRequires:  ghc-rpm-macros
 BuildRequires:  ghc-syb-devel
 BuildRequires:  ghc-unordered-containers-devel
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 # End cabal-rpm deps
 
 %description
@@ -69,19 +67,17 @@
 * "Data.Generics.Uniplate.DataOnly" - users making use of both 'Data' and
 'Direct' to avoid getting instance conflicts.
 
-
 %package devel
 Summary:Haskell %{pkg_name} library development files
 Group:  Development/Libraries/Other
+Requires:   %{name} = %{version}-%{release}
 Requires:   ghc-compiler = %{ghc_version}
 Requires(post): ghc-compiler = %{ghc_version}
 Requires(postun): ghc-compiler = %{ghc_version}
-Requires:   %{name} = %{version}-%{release}
 
 %description devel
 This package provides the Haskell %{pkg_name} library development files.
 
-
 %prep
 %setup -q -n %{pkg_name}-%{version}
 
@@ -97,18 +93,14 @@
 %post devel
 %ghc_pkg_recache
 
-
 %postun devel
 %ghc_pkg_recache
 
-
 %files -f %{name}.files
 %defattr(-,root,root,-)
 %doc LICENSE
 
-
 %files devel -f %{name}-devel.files
 %defattr(-,root,root,-)
 
-
 %changelog




commit ghc-xml for openSUSE:Factory

2016-07-27 Thread h_root
Hello community,

here is the log from the commit of package ghc-xml for openSUSE:Factory checked 
in at 2016-07-27 16:11:35

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


Package is "ghc-xml"

Changes:

--- /work/SRC/openSUSE:Factory/ghc-xml/ghc-xml.changes  2015-05-21 
08:13:35.0 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-xml.new/ghc-xml.changes 2016-07-27 
16:11:37.0 +0200
@@ -1,0 +2,5 @@
+Sun Jul 10 16:56:11 UTC 2016 - psim...@suse.com
+
+- Update to version 1.3.14 revision 0 with cabal2obs.
+
+---

Old:

  _service



Other differences:
--
++ ghc-xml.spec ++
--- /var/tmp/diff_new_pack.yWCNOK/_old  2016-07-27 16:11:38.0 +0200
+++ /var/tmp/diff_new_pack.yWCNOK/_new  2016-07-27 16:11:38.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-xml
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,50 +17,48 @@
 
 
 %global pkg_name xml
-
-Name:   ghc-xml
+Name:   ghc-%{pkg_name}
 Version:1.3.14
 Release:0
 Summary:A simple XML library
 License:BSD-3-Clause
 Group:  System/Libraries
-
-Url:http://hackage.haskell.org/package/%{pkg_name}
-Source0:
http://hackage.haskell.org/packages/archive/%{pkg_name}/%{version}/%{pkg_name}-%{version}.tar.gz
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-
+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-rpm-macros
 # Begin cabal-rpm deps:
 BuildRequires:  ghc-bytestring-devel
+BuildRequires:  ghc-rpm-macros
 BuildRequires:  ghc-text-devel
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 # End cabal-rpm deps
 
 %description
-A simple Haskell library for XML processing.
-
+A simple XML library.
 
 %package devel
 Summary:Haskell %{pkg_name} library development files
 Group:  Development/Libraries/Other
-Requires:   ghc-compiler
-Requires(post): ghc-compiler
-Requires(postun): ghc-compiler
 Requires:   %{name} = %{version}-%{release}
+Requires:   ghc-compiler = %{ghc_version}
+Requires(post): ghc-compiler = %{ghc_version}
+Requires(postun): ghc-compiler = %{ghc_version}
 
 %description devel
-A simple Haskell library for XML processing.
-
+This package provides the Haskell %{pkg_name} library development files.
 
 %prep
 %setup -q -n %{pkg_name}-%{version}
 
+
 %build
 %ghc_lib_build
 
+
 %install
 %ghc_lib_install
 
+
 %post devel
 %ghc_pkg_recache
 




commit ghc-streaming-commons for openSUSE:Factory

2016-07-27 Thread h_root
Hello community,

here is the log from the commit of package ghc-streaming-commons for 
openSUSE:Factory checked in at 2016-07-27 16:10:58

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


Package is "ghc-streaming-commons"

Changes:

--- 
/work/SRC/openSUSE:Factory/ghc-streaming-commons/ghc-streaming-commons.changes  
2016-05-16 12:04:09.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.ghc-streaming-commons.new/ghc-streaming-commons.changes
 2016-07-27 16:10:59.0 +0200
@@ -1,0 +2,5 @@
+Sun Jul 10 17:00:04 UTC 2016 - psim...@suse.com
+
+- Update to version 0.1.15.5 revision 0 with cabal2obs.
+
+---



Other differences:
--
++ ghc-streaming-commons.spec ++
--- /var/tmp/diff_new_pack.AbhG2B/_old  2016-07-27 16:11:00.0 +0200
+++ /var/tmp/diff_new_pack.AbhG2B/_new  2016-07-27 16:11:00.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-streaming-commons
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,22 +17,16 @@
 
 
 %global pkg_name streaming-commons
-
 %bcond_with tests
-
-Name:   ghc-streaming-commons
+Name:   ghc-%{pkg_name}
 Version:0.1.15.5
 Release:0
 Summary:Common lower-level functions needed by various streaming data 
libraries
 License:MIT
 Group:  System/Libraries
-
 Url:https://hackage.haskell.org/package/%{pkg_name}
 Source0:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-
 BuildRequires:  ghc-Cabal-devel
-BuildRequires:  ghc-rpm-macros
 # Begin cabal-rpm deps:
 BuildRequires:  ghc-array-devel
 BuildRequires:  ghc-async-devel
@@ -42,14 +36,15 @@
 BuildRequires:  ghc-network-devel
 BuildRequires:  ghc-process-devel
 BuildRequires:  ghc-random-devel
+BuildRequires:  ghc-rpm-macros
 BuildRequires:  ghc-stm-devel
 BuildRequires:  ghc-text-devel
 BuildRequires:  ghc-transformers-devel
 BuildRequires:  ghc-unix-devel
 BuildRequires:  ghc-zlib-devel
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %if %{with tests}
 BuildRequires:  ghc-QuickCheck-devel
-BuildRequires:  ghc-async-devel
 BuildRequires:  ghc-deepseq-devel
 BuildRequires:  ghc-hspec-devel
 %endif
@@ -59,34 +54,36 @@
 Provides low-dependency functionality commonly needed by various streaming data
 libraries, such as conduit and pipes.
 
-
 %package devel
 Summary:Haskell %{pkg_name} library development files
 Group:  Development/Libraries/Other
+Requires:   %{name} = %{version}-%{release}
 Requires:   ghc-compiler = %{ghc_version}
 Requires(post): ghc-compiler = %{ghc_version}
 Requires(postun): ghc-compiler = %{ghc_version}
-Requires:   %{name} = %{version}-%{release}
 
 %description devel
 This package provides the Haskell %{pkg_name} library development
 files.
 
-
 %prep
 %setup -q -n %{pkg_name}-%{version}
 
+
 %build
 %ghc_lib_build
 
+
 %install
 %ghc_lib_install
 
+
 %check
 %if %{with tests}
-%cabal test
+%{cabal} test
 %endif
 
+
 %post devel
 %ghc_pkg_recache
 
@@ -99,6 +96,6 @@
 
 %files devel -f %{name}-devel.files
 %defattr(-,root,root,-)
-%doc README.md
+%doc ChangeLog.md README.md
 
 %changelog




commit ghc-stringprep for openSUSE:Factory

2016-07-27 Thread h_root
Hello community,

here is the log from the commit of package ghc-stringprep for openSUSE:Factory 
checked in at 2016-07-27 16:11:00

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


Package is "ghc-stringprep"

Changes:

--- /work/SRC/openSUSE:Factory/ghc-stringprep/ghc-stringprep.changes
2015-05-21 08:38:02.0 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-stringprep.new/ghc-stringprep.changes   
2016-07-27 16:11:06.0 +0200
@@ -1,0 +2,5 @@
+Sun Jul 10 17:32:10 UTC 2016 - psim...@suse.com
+
+- Update to version 1.0.0 revision 0 with cabal2obs.
+
+---



Other differences:
--
++ ghc-stringprep.spec ++
--- /var/tmp/diff_new_pack.cirLUB/_old  2016-07-27 16:11:07.0 +0200
+++ /var/tmp/diff_new_pack.cirLUB/_new  2016-07-27 16:11:07.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-stringprep
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,27 +15,24 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-%global pkg_name stringprep
 
+%global pkg_name stringprep
 %bcond_with tests
-
 Name:   ghc-%{pkg_name}
 Version:1.0.0
 Release:0
 Summary:Implements the "StringPrep" algorithm
-Group:  System/Libraries
-
 License:BSD-3-Clause
+Group:  System/Libraries
 Url:https://hackage.haskell.org/package/%{pkg_name}
 Source0:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-
 BuildRequires:  ghc-Cabal-devel
-BuildRequires:  ghc-rpm-macros
 # Begin cabal-rpm deps:
 BuildRequires:  ghc-containers-devel
+BuildRequires:  ghc-rpm-macros
 BuildRequires:  ghc-text-devel
 BuildRequires:  ghc-text-icu-devel
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %if %{with tests}
 BuildRequires:  ghc-QuickCheck-devel
 BuildRequires:  ghc-tasty-devel
@@ -47,19 +44,17 @@
 %description
 Implements the "StringPrep" algorithm.
 
-
 %package devel
 Summary:Haskell %{pkg_name} library development files
 Group:  Development/Libraries/Other
+Requires:   %{name} = %{version}-%{release}
 Requires:   ghc-compiler = %{ghc_version}
 Requires(post): ghc-compiler = %{ghc_version}
 Requires(postun): ghc-compiler = %{ghc_version}
-Requires:   %{name} = %{version}-%{release}
 
 %description devel
 This package provides the Haskell %{pkg_name} library development files.
 
-
 %prep
 %setup -q -n %{pkg_name}-%{version}
 
@@ -74,25 +69,21 @@
 
 %check
 %if %{with tests}
-%cabal test
+%{cabal} test
 %endif
 
 
 %post devel
 %ghc_pkg_recache
 
-
 %postun devel
 %ghc_pkg_recache
 
-
 %files -f %{name}.files
 %defattr(-,root,root,-)
 %doc LICENSE
 
-
 %files devel -f %{name}-devel.files
 %defattr(-,root,root,-)
 
-
 %changelog




commit ghc-stringsearch for openSUSE:Factory

2016-07-27 Thread h_root
Hello community,

here is the log from the commit of package ghc-stringsearch for 
openSUSE:Factory checked in at 2016-07-27 16:11:06

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


Package is "ghc-stringsearch"

Changes:

--- /work/SRC/openSUSE:Factory/ghc-stringsearch/ghc-stringsearch.changes
2015-05-21 08:38:08.0 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-stringsearch.new/ghc-stringsearch.changes   
2016-07-27 16:11:07.0 +0200
@@ -1,0 +2,5 @@
+Sun Jul 10 17:18:59 UTC 2016 - psim...@suse.com
+
+- Update to version 0.3.6.6 revision 0 with cabal2obs.
+
+---



Other differences:
--
++ ghc-stringsearch.spec ++
--- /var/tmp/diff_new_pack.2CF7hh/_old  2016-07-27 16:11:08.0 +0200
+++ /var/tmp/diff_new_pack.2CF7hh/_new  2016-07-27 16:11:08.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-stringsearch
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,25 +15,23 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-%global pkg_name stringsearch
 
+%global pkg_name stringsearch
 Name:   ghc-%{pkg_name}
 Version:0.3.6.6
 Release:0
 Summary:Fast searching, splitting and replacing of ByteStrings
-Group:  System/Libraries
-
 License:BSD-3-Clause
+Group:  System/Libraries
 Url:https://hackage.haskell.org/package/%{pkg_name}
 Source0:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-
 BuildRequires:  ghc-Cabal-devel
-BuildRequires:  ghc-rpm-macros
 # Begin cabal-rpm deps:
 BuildRequires:  ghc-array-devel
 BuildRequires:  ghc-bytestring-devel
 BuildRequires:  ghc-containers-devel
+BuildRequires:  ghc-rpm-macros
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 # End cabal-rpm deps
 
 %description
@@ -44,19 +42,17 @@
 other compilers only if they support BangPatterns. If you need it to work with
 other compilers, send a feature request.
 
-
 %package devel
 Summary:Haskell %{pkg_name} library development files
 Group:  Development/Libraries/Other
+Requires:   %{name} = %{version}-%{release}
 Requires:   ghc-compiler = %{ghc_version}
 Requires(post): ghc-compiler = %{ghc_version}
 Requires(postun): ghc-compiler = %{ghc_version}
-Requires:   %{name} = %{version}-%{release}
 
 %description devel
 This package provides the Haskell %{pkg_name} library development files.
 
-
 %prep
 %setup -q -n %{pkg_name}-%{version}
 
@@ -72,18 +68,14 @@
 %post devel
 %ghc_pkg_recache
 
-
 %postun devel
 %ghc_pkg_recache
 
-
 %files -f %{name}.files
 %defattr(-,root,root,-)
 %doc LICENCE
 
-
 %files devel -f %{name}-devel.files
 %defattr(-,root,root,-)
 
-
 %changelog




commit ghc-X11 for openSUSE:Factory

2016-07-27 Thread h_root
Hello community,

here is the log from the commit of package ghc-X11 for openSUSE:Factory checked 
in at 2016-07-27 16:11:26

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


Package is "ghc-X11"

Changes:

--- /work/SRC/openSUSE:Factory/ghc-X11/ghc-X11.changes  2015-05-21 
08:14:51.0 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-X11.new/ghc-X11.changes 2016-07-27 
16:11:27.0 +0200
@@ -1,0 +2,6 @@
+Sun Jul 10 17:04:27 UTC 2016 - psim...@suse.com
+
+- Update to version 1.6.1.2 revision 0 with cabal2obs.
+  This update obsoletes ghc-X11.rpmlintrc.
+
+---

Old:

  ghc-X11.rpmlintrc



Other differences:
--
++ ghc-X11.spec ++
--- /var/tmp/diff_new_pack.sjpgAh/_old  2016-07-27 16:11:28.0 +0200
+++ /var/tmp/diff_new_pack.sjpgAh/_new  2016-07-27 16:11:28.0 +0200
@@ -1,8 +1,7 @@
 #
 # spec file for package ghc-X11
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
-# Copyright (c) 2012 Herbert Graeber 
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,26 +17,29 @@
 
 
 %global pkg_name X11
-Name:   ghc-X11
+Name:   ghc-%{pkg_name}
 Version:1.6.1.2
 Release:0
 Summary:A binding to the X11 graphics library
 License:BSD-3-Clause
 Group:  System/Libraries
-Url:http://hackage.haskell.org/package/%{pkg_name}
-Source0:%{pkg_name}-%{version}.tar.gz
-Source1:ghc-X11.rpmlintrc
+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
 # Begin cabal-rpm deps:
 BuildRequires:  ghc-data-default-devel
 BuildRequires:  ghc-rpm-macros
+BuildRequires:  libX11-devel
+BuildRequires:  libXext-devel
+BuildRequires:  libXrandr-devel
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+# End cabal-rpm deps
+BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(x11)
 BuildRequires:  pkgconfig(x11-xcb)
 BuildRequires:  pkgconfig(xext)
 BuildRequires:  pkgconfig(xinerama)
 BuildRequires:  pkgconfig(xrandr)
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-# End cabal-rpm deps
 
 %description
 A Haskell binding to the X11 graphics library. The binding is a direct
@@ -47,17 +49,16 @@
 %package devel
 Summary:Haskell %{pkg_name} library development files
 Group:  Development/Libraries/Other
-Requires:   %{name} = %{version}
+Requires:   %{name} = %{version}-%{release}
 Requires:   ghc-compiler = %{ghc_version}
 # Begin cabal-rpm deps:
-Requires:   pkgconfig(x11)
-Requires:   pkgconfig(x11-xcb)
-Requires:   pkgconfig(xext)
-Requires:   pkgconfig(xinerama)
-Requires:   pkgconfig(xrandr)
+Requires:   libX11-devel
+Requires:   libXext-devel
+Requires:   libXrandr-devel
 Requires(post): ghc-compiler = %{ghc_version}
 Requires(postun): ghc-compiler = %{ghc_version}
 # End cabal-rpm deps
+Requires:   libXinerama-devel
 
 %description devel
 This package provides the Haskell %{pkg_name} library development files.
@@ -65,17 +66,20 @@
 %prep
 %setup -q -n %{pkg_name}-%{version}
 
+
 %build
-%{ghc_lib_build}
+%ghc_lib_build
+
 
 %install
-%{ghc_lib_install}
+%ghc_lib_install
+
 
 %post devel
-%{ghc_pkg_recache}
+%ghc_pkg_recache
 
 %postun devel
-%{ghc_pkg_recache}
+%ghc_pkg_recache
 
 %files -f %{name}.files
 %defattr(-,root,root,-)




commit ghc-unexceptionalio for openSUSE:Factory

2016-07-27 Thread h_root
Hello community,

here is the log from the commit of package ghc-unexceptionalio for 
openSUSE:Factory checked in at 2016-07-27 16:11:17

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


Package is "ghc-unexceptionalio"

Changes:

--- /work/SRC/openSUSE:Factory/ghc-unexceptionalio/ghc-unexceptionalio.changes  
2016-01-12 16:13:32.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.ghc-unexceptionalio.new/ghc-unexceptionalio.changes 
2016-07-27 16:11:23.0 +0200
@@ -1,0 +2,5 @@
+Sun Jul 10 17:31:10 UTC 2016 - psim...@suse.com
+
+- Update to version 0.3.0 revision 0 with cabal2obs.
+
+---



Other differences:
--
++ ghc-unexceptionalio.spec ++
--- /var/tmp/diff_new_pack.32am8d/_old  2016-07-27 16:11:24.0 +0200
+++ /var/tmp/diff_new_pack.32am8d/_new  2016-07-27 16:11:24.0 +0200
@@ -15,21 +15,19 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-%global pkg_name unexceptionalio
 
-Name:   ghc-unexceptionalio
+%global pkg_name unexceptionalio
+Name:   ghc-%{pkg_name}
 Version:0.3.0
 Release:0
 Summary:IO without any non-error, synchronous exceptions
-Group:  System/Libraries
-
 License:ISC 
+Group:  System/Libraries
 Url:https://hackage.haskell.org/package/%{pkg_name}
 Source0:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-
 BuildRequires:  ghc-Cabal-devel
 BuildRequires:  ghc-rpm-macros
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
 When you've caught all the exceptions that can be handled safely, this is what
@@ -39,20 +37,18 @@
 
 > import UnexceptionalIO (UIO) > import qualified UnexceptionalIO as UIO.
 
-
 %package devel
 Summary:Haskell %{pkg_name} library development files
 Group:  Development/Libraries/Other
+Requires:   %{name} = %{version}-%{release}
 Requires:   ghc-compiler = %{ghc_version}
 Requires(post): ghc-compiler = %{ghc_version}
 Requires(postun): ghc-compiler = %{ghc_version}
-Requires:   %{name} = %{version}-%{release}
 
 %description devel
 This package provides the Haskell %{pkg_name} library development
 files.
 
-
 %prep
 %setup -q -n %{pkg_name}-%{version}
 
@@ -68,18 +64,14 @@
 %post devel
 %ghc_pkg_recache
 
-
 %postun devel
 %ghc_pkg_recache
 
-
 %files -f %{name}.files
 %defattr(-,root,root,-)
 %doc COPYING
 
-
 %files devel -f %{name}-devel.files
 %defattr(-,root,root,-)
 
-
 %changelog




commit ghc-tagstream-conduit for openSUSE:Factory

2016-07-27 Thread h_root
Hello community,

here is the log from the commit of package ghc-tagstream-conduit for 
openSUSE:Factory checked in at 2016-07-27 16:11:12

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


Package is "ghc-tagstream-conduit"

Changes:

--- 
/work/SRC/openSUSE:Factory/ghc-tagstream-conduit/ghc-tagstream-conduit.changes  
2016-05-03 09:35:54.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.ghc-tagstream-conduit.new/ghc-tagstream-conduit.changes
 2016-07-27 16:11:13.0 +0200
@@ -1,0 +2,5 @@
+Sun Jul 10 17:07:43 UTC 2016 - psim...@suse.com
+
+- Update to version 0.5.5.3 revision 0 with cabal2obs.
+
+---



Other differences:
--
++ ghc-tagstream-conduit.spec ++
--- /var/tmp/diff_new_pack.VlABN6/_old  2016-07-27 16:11:14.0 +0200
+++ /var/tmp/diff_new_pack.VlABN6/_new  2016-07-27 16:11:14.0 +0200
@@ -71,11 +71,11 @@
 
 
 %build
-%{ghc_lib_build}
+%ghc_lib_build
 
 
 %install
-%{ghc_lib_install}
+%ghc_lib_install
 
 
 %check
@@ -85,12 +85,10 @@
 
 
 %post devel
-%{ghc_pkg_recache}
-
+%ghc_pkg_recache
 
 %postun devel
-%{ghc_pkg_recache}
-
+%ghc_pkg_recache
 
 %files -f %{name}.files
 %defattr(-,root,root,-)




commit ghc-tar for openSUSE:Factory

2016-07-27 Thread h_root
Hello community,

here is the log from the commit of package ghc-tar for openSUSE:Factory checked 
in at 2016-07-27 16:11:14

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


Package is "ghc-tar"

Changes:

--- /work/SRC/openSUSE:Factory/ghc-tar/ghc-tar.changes  2016-05-17 
17:14:50.0 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-tar.new/ghc-tar.changes 2016-07-27 
16:11:17.0 +0200
@@ -1,0 +2,5 @@
+Sun Jul 10 17:16:17 UTC 2016 - psim...@suse.com
+
+- Update to version 0.5.0.3 revision 0 with cabal2obs.
+
+---



Other differences:
--
++ ghc-tar.spec ++
--- /var/tmp/diff_new_pack.kG8AAo/_old  2016-07-27 16:11:18.0 +0200
+++ /var/tmp/diff_new_pack.kG8AAo/_new  2016-07-27 16:11:18.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-tar
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,23 +15,18 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-%global pkg_name tar
 
+%global pkg_name tar
 %bcond_with tests
-
-Name:   ghc-tar
+Name:   ghc-%{pkg_name}
 Version:0.5.0.3
 Release:0
 Summary:Reading, writing and manipulating ".tar" archive files
-Group:  System/Libraries
-
 License:BSD-3-Clause
+Group:  System/Libraries
 Url:https://hackage.haskell.org/package/%{pkg_name}
 Source0:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-
 BuildRequires:  ghc-Cabal-devel
-BuildRequires:  ghc-rpm-macros
 # Begin cabal-rpm deps:
 BuildRequires:  ghc-array-devel
 BuildRequires:  ghc-bytestring-devel
@@ -39,39 +34,43 @@
 BuildRequires:  ghc-deepseq-devel
 BuildRequires:  ghc-directory-devel
 BuildRequires:  ghc-filepath-devel
+BuildRequires:  ghc-rpm-macros
 BuildRequires:  ghc-time-devel
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %if %{with tests}
 BuildRequires:  ghc-QuickCheck-devel
 BuildRequires:  ghc-bytestring-handle-devel
 BuildRequires:  ghc-tasty-devel
 BuildRequires:  ghc-tasty-quickcheck-devel
-BuildRequires:  ghc-time-devel
 %endif
 # End cabal-rpm deps
 
 %description
 This library is for working with "'.tar'" archive files. It can read and write
-a range of common variations of archive format including V7, USTAR, POSIX and
-GNU formats. It provides support for packing and unpacking portable archives.
-This makes it suitable for distribution but not backup because details like
-file ownership and exact permissions are not preserved.
+a range of common variations of archive format including V7, POSIX USTAR and
+GNU formats.
+
+It provides support for packing and unpacking portable archives. This makes it
+suitable for distribution but not backup because details like file ownership
+and exact permissions are not preserved.
 
+It also provides features for random access to archive content using an index.
 
 %package devel
 Summary:Haskell %{pkg_name} library development files
 Group:  Development/Libraries/Other
+Requires:   %{name} = %{version}-%{release}
 Requires:   ghc-compiler = %{ghc_version}
 Requires(post): ghc-compiler = %{ghc_version}
 Requires(postun): ghc-compiler = %{ghc_version}
-Requires:   %{name} = %{version}-%{release}
 
 %description devel
 This package provides the Haskell %{pkg_name} library development files.
 
-
 %prep
 %setup -q -n %{pkg_name}-%{version}
 
+
 %build
 %ghc_lib_build
 
@@ -82,25 +81,22 @@
 
 %check
 %if %{with tests}
-%cabal test
+%{cabal} test
 %endif
 
 
 %post devel
 %ghc_pkg_recache
 
-
 %postun devel
 %ghc_pkg_recache
 
-
 %files -f %{name}.files
 %defattr(-,root,root,-)
 %doc LICENSE
 
-
 %files devel -f %{name}-devel.files
 %defattr(-,root,root,-)
-
+%doc changelog.md
 
 %changelog




commit ghc-system-filepath for openSUSE:Factory

2016-07-27 Thread h_root
Hello community,

here is the log from the commit of package ghc-system-filepath for 
openSUSE:Factory checked in at 2016-07-27 16:11:09

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


Package is "ghc-system-filepath"

Changes:

--- /work/SRC/openSUSE:Factory/ghc-system-filepath/ghc-system-filepath.changes  
2015-07-23 15:22:34.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.ghc-system-filepath.new/ghc-system-filepath.changes 
2016-07-27 16:11:11.0 +0200
@@ -1,0 +2,5 @@
+Sun Jul 10 17:07:19 UTC 2016 - psim...@suse.com
+
+- Update to version 0.4.13.4 revision 0 with cabal2obs.
+
+---



Other differences:
--
++ ghc-system-filepath.spec ++
--- /var/tmp/diff_new_pack.DtZOEC/_old  2016-07-27 16:11:12.0 +0200
+++ /var/tmp/diff_new_pack.DtZOEC/_new  2016-07-27 16:11:12.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-system-filepath
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,27 +15,24 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-%global pkg_name system-filepath
 
+%global pkg_name system-filepath
 %bcond_with tests
-
 Name:   ghc-%{pkg_name}
 Version:0.4.13.4
-Release:1
+Release:0
 Summary:High-level, byte-based file and directory path manipulations 
(deprecated)
-Group:  System/Libraries
-
 License:MIT
+Group:  System/Libraries
 Url:https://hackage.haskell.org/package/%{pkg_name}
 Source0:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-
 BuildRequires:  ghc-Cabal-devel
-BuildRequires:  ghc-rpm-macros
 # Begin cabal-rpm deps:
 BuildRequires:  ghc-bytestring-devel
 BuildRequires:  ghc-deepseq-devel
+BuildRequires:  ghc-rpm-macros
 BuildRequires:  ghc-text-devel
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %if %{with tests}
 BuildRequires:  ghc-QuickCheck-devel
 BuildRequires:  ghc-chell-devel
@@ -44,23 +41,20 @@
 # End cabal-rpm deps
 
 %description
-High-level, byte-based file and directory path manipulations (deprecated)
 Please see: https://plus.google.com/+MichaelSnoyman/posts/Ft5hnPqpgEx.
 
-
 %package devel
 Summary:Haskell %{pkg_name} library development files
 Group:  Development/Libraries/Other
+Requires:   %{name} = %{version}-%{release}
 Requires:   ghc-compiler = %{ghc_version}
 Requires(post): ghc-compiler = %{ghc_version}
 Requires(postun): ghc-compiler = %{ghc_version}
-Requires:   %{name} = %{version}-%{release}
 
 %description devel
 This package provides the Haskell %{pkg_name} library development
 files.
 
-
 %prep
 %setup -q -n %{pkg_name}-%{version}
 
@@ -75,26 +69,22 @@
 
 %check
 %if %{with tests}
-%cabal test
+%{cabal} test
 %endif
 
 
 %post devel
 %ghc_pkg_recache
 
-
 %postun devel
 %ghc_pkg_recache
 
-
 %files -f %{name}.files
 %defattr(-,root,root,-)
 %doc license.txt
 
-
 %files devel -f %{name}-devel.files
 %defattr(-,root,root,-)
-%doc README.md
-
+%doc ChangeLog.md README.md
 
 %changelog




commit ghc-system-fileio for openSUSE:Factory

2016-07-27 Thread h_root
Hello community,

here is the log from the commit of package ghc-system-fileio for 
openSUSE:Factory checked in at 2016-07-27 16:11:08

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


Package is "ghc-system-fileio"

Changes:

--- /work/SRC/openSUSE:Factory/ghc-system-fileio/ghc-system-fileio.changes  
2015-07-23 15:22:31.0 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-system-fileio.new/ghc-system-fileio.changes 
2016-07-27 16:11:09.0 +0200
@@ -1,0 +2,5 @@
+Sun Jul 10 17:26:32 UTC 2016 - psim...@suse.com
+
+- Update to version 0.3.16.3 revision 0 with cabal2obs.
+
+---



Other differences:
--
++ ghc-system-fileio.spec ++
--- /var/tmp/diff_new_pack.91Bo3v/_old  2016-07-27 16:11:10.0 +0200
+++ /var/tmp/diff_new_pack.91Bo3v/_new  2016-07-27 16:11:10.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-system-fileio
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,29 +15,26 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-%global pkg_name system-fileio
 
+%global pkg_name system-fileio
 %bcond_with tests
-
 Name:   ghc-%{pkg_name}
 Version:0.3.16.3
-Release:1
+Release:0
 Summary:Consistent filesystem interaction across GHC versions 
(deprecated)
-Group:  System/Libraries
-
 License:MIT
+Group:  System/Libraries
 Url:https://hackage.haskell.org/package/%{pkg_name}
 Source0:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-
 BuildRequires:  ghc-Cabal-devel
-BuildRequires:  ghc-rpm-macros
 # Begin cabal-rpm deps:
 BuildRequires:  ghc-bytestring-devel
+BuildRequires:  ghc-rpm-macros
 BuildRequires:  ghc-system-filepath-devel
 BuildRequires:  ghc-text-devel
 BuildRequires:  ghc-time-devel
 BuildRequires:  ghc-unix-devel
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %if %{with tests}
 BuildRequires:  ghc-chell-devel
 BuildRequires:  ghc-temporary-devel
@@ -48,19 +45,17 @@
 %description
 Please see: https://plus.google.com/+MichaelSnoyman/posts/Ft5hnPqpgEx.
 
-
 %package devel
 Summary:Haskell %{pkg_name} library development files
 Group:  Development/Libraries/Other
+Requires:   %{name} = %{version}-%{release}
 Requires:   ghc-compiler = %{ghc_version}
 Requires(post): ghc-compiler = %{ghc_version}
 Requires(postun): ghc-compiler = %{ghc_version}
-Requires:   %{name} = %{version}-%{release}
 
 %description devel
 This package provides the Haskell %{pkg_name} library development files.
 
-
 %prep
 %setup -q -n %{pkg_name}-%{version}
 
@@ -75,26 +70,22 @@
 
 %check
 %if %{with tests}
-%cabal test
+%{cabal} test
 %endif
 
 
 %post devel
 %ghc_pkg_recache
 
-
 %postun devel
 %ghc_pkg_recache
 
-
 %files -f %{name}.files
 %defattr(-,root,root,-)
 %doc license.txt
 
-
 %files devel -f %{name}-devel.files
 %defattr(-,root,root,-)
-%doc README.md
-
+%doc ChangeLog.md README.md
 
 %changelog




commit ghc-stm-containers for openSUSE:Factory

2016-07-27 Thread h_root
Hello community,

here is the log from the commit of package ghc-stm-containers for 
openSUSE:Factory checked in at 2016-07-27 16:10:52

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


Package is "ghc-stm-containers"

Changes:

--- /work/SRC/openSUSE:Factory/ghc-stm-containers/ghc-stm-containers.changes
2016-05-31 12:24:37.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.ghc-stm-containers.new/ghc-stm-containers.changes   
2016-07-27 16:10:58.0 +0200
@@ -1,0 +2,5 @@
+Sun Jul 10 17:29:22 UTC 2016 - psim...@suse.com
+
+- Update to version 0.2.13 revision 0 with cabal2obs.
+
+---



Other differences:
--
++ ghc-stm-containers.spec ++
--- /var/tmp/diff_new_pack.7uqAFc/_old  2016-07-27 16:10:59.0 +0200
+++ /var/tmp/diff_new_pack.7uqAFc/_new  2016-07-27 16:10:59.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-stm-containers
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,36 +15,35 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-%global pkg_name stm-containers
 
+%global pkg_name stm-containers
 %bcond_with tests
-
-Name:   ghc-stm-containers
+Name:   ghc-%{pkg_name}
 Version:0.2.13
 Release:0
 Summary:Containers for STM
-Group:  System/Libraries
-
 License:MIT
+Group:  System/Libraries
 Url:https://hackage.haskell.org/package/%{pkg_name}
 Source0:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-
 BuildRequires:  ghc-Cabal-devel
-BuildRequires:  ghc-rpm-macros
 # Begin cabal-rpm deps:
 BuildRequires:  ghc-base-prelude-devel
 BuildRequires:  ghc-focus-devel
 BuildRequires:  ghc-hashable-devel
 BuildRequires:  ghc-list-t-devel
 BuildRequires:  ghc-primitive-devel
+BuildRequires:  ghc-rpm-macros
 BuildRequires:  ghc-transformers-devel
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %if %{with tests}
 BuildRequires:  ghc-HTF-devel
 BuildRequires:  ghc-QuickCheck-devel
 BuildRequires:  ghc-free-devel
+BuildRequires:  ghc-loch-th-devel
 BuildRequires:  ghc-mtl-devel
 BuildRequires:  ghc-mtl-prelude-devel
+BuildRequires:  ghc-placeholders-devel
 BuildRequires:  ghc-unordered-containers-devel
 %endif
 # End cabal-rpm deps
@@ -58,19 +57,17 @@
 For details on performance of the library see
 .
 
-
 %package devel
 Summary:Haskell %{pkg_name} library development files
 Group:  Development/Libraries/Other
+Requires:   %{name} = %{version}-%{release}
 Requires:   ghc-compiler = %{ghc_version}
 Requires(post): ghc-compiler = %{ghc_version}
 Requires(postun): ghc-compiler = %{ghc_version}
-Requires:   %{name} = %{version}-%{release}
 
 %description devel
 This package provides the Haskell %{pkg_name} library development files.
 
-
 %prep
 %setup -q -n %{pkg_name}-%{version}
 
@@ -85,25 +82,21 @@
 
 %check
 %if %{with tests}
-%cabal test
+%{cabal} test
 %endif
 
 
 %post devel
 %ghc_pkg_recache
 
-
 %postun devel
 %ghc_pkg_recache
 
-
 %files -f %{name}.files
 %defattr(-,root,root,-)
 %doc LICENSE
 
-
 %files devel -f %{name}-devel.files
 %defattr(-,root,root,-)
 
-
 %changelog




commit ghc-reducers for openSUSE:Factory

2016-07-27 Thread h_root
Hello community,

here is the log from the commit of package ghc-reducers for openSUSE:Factory 
checked in at 2016-07-27 16:10:15

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


Package is "ghc-reducers"

Changes:

--- /work/SRC/openSUSE:Factory/ghc-reducers/ghc-reducers.changes
2016-05-03 09:35:37.0 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-reducers.new/ghc-reducers.changes   
2016-07-27 16:10:16.0 +0200
@@ -1,0 +2,5 @@
+Sun Jul 10 17:22:47 UTC 2016 - psim...@suse.com
+
+- Update to version 3.12.1 revision 1 with cabal2obs.
+
+---

New:

  1.cabal



Other differences:
--
++ ghc-reducers.spec ++
--- /var/tmp/diff_new_pack.vlaHyk/_old  2016-07-27 16:10:16.0 +0200
+++ /var/tmp/diff_new_pack.vlaHyk/_new  2016-07-27 16:10:16.0 +0200
@@ -25,6 +25,7 @@
 Group:  System/Libraries
 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
 BuildRequires:  ghc-Cabal-devel
 # Begin cabal-rpm deps:
 BuildRequires:  ghc-array-devel
@@ -57,23 +58,22 @@
 
 %prep
 %setup -q -n %{pkg_name}-%{version}
+cp -p %{SOURCE1} %{pkg_name}.cabal
 
 
 %build
-%{ghc_lib_build}
+%ghc_lib_build
 
 
 %install
-%{ghc_lib_install}
+%ghc_lib_install
 
 
 %post devel
-%{ghc_pkg_recache}
-
+%ghc_pkg_recache
 
 %postun devel
-%{ghc_pkg_recache}
-
+%ghc_pkg_recache
 
 %files -f %{name}.files
 %defattr(-,root,root,-)

++ 1.cabal ++
name:  reducers
category:  Data, Math, Numerical, Semigroups
version:   3.12.1
x-revision: 1
license:   BSD3
cabal-version: >= 1.6
license-file:  LICENSE
author:Edward A. Kmett
maintainer:Edward A. Kmett 
stability: provisional
homepage:  http://github.com/ekmett/reducers/
bug-reports:   http://github.com/ekmett/reducers/issues
copyright: Copyright (C) 2008-2013 Edward A. Kmett
synopsis:  Semigroups, specialized containers and a general map/reduce 
framework
description:   Semigroups, specialized containers and a general map/reduce 
framework
build-type:Simple
extra-source-files: .travis.yml

source-repository head
  type: git
  location: git://github.com/ekmett/reducers.git

library
  hs-source-dirs: src

  build-depends:
base   >= 4&& < 5,
array  >= 0.3  && < 0.6,
transformers   >= 0.2  && < 0.6,
bytestring >= 0.9.1&& < 0.11,
containers >= 0.3  && < 0.6,
fingertree >= 0.1  && < 0.2,
hashable   >= 1.1.2.1  && < 1.3,
text   >= 0.11.1.5 && < 1.3,
unordered-containers   >= 0.1.4&& < 0.3,
semigroups >= 0.9  && < 1,
semigroupoids  >= 4&& < 6

  exposed-modules:
Data.Generator
Data.Generator.Combinators
Data.Semigroup.Generator
Data.Semigroup.Reducer
Data.Semigroup.Reducer.With
Data.Semigroup.Instances
Data.Semigroup.Union
Data.Semigroup.Apply
Data.Semigroup.Applicative
Data.Semigroup.Alt
Data.Semigroup.Alternative
Data.Semigroup.Monad
Data.Semigroup.MonadPlus
Data.Semigroup.Self

  if impl(ghc)
extensions: DeriveDataTypeable
cpp-options: -DLANGUAGE_DeriveDataTypeable

  ghc-options: -Wall



commit ghc-split for openSUSE:Factory

2016-07-27 Thread h_root
Hello community,

here is the log from the commit of package ghc-split for openSUSE:Factory 
checked in at 2016-07-27 16:10:48

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


Package is "ghc-split"

Changes:

--- /work/SRC/openSUSE:Factory/ghc-split/ghc-split.changes  2016-05-17 
17:14:47.0 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-split.new/ghc-split.changes 2016-07-27 
16:10:50.0 +0200
@@ -1,0 +2,5 @@
+Sun Jul 10 17:13:12 UTC 2016 - psim...@suse.com
+
+- Update to version 0.2.3.1 revision 0 with cabal2obs.
+
+---



Other differences:
--
++ ghc-split.spec ++
--- /var/tmp/diff_new_pack.TOcGuI/_old  2016-07-27 16:10:51.0 +0200
+++ /var/tmp/diff_new_pack.TOcGuI/_new  2016-07-27 16:10:51.0 +0200
@@ -17,23 +17,18 @@
 
 
 %global pkg_name split
-
 %bcond_with tests
-
-Name:   ghc-split
+Name:   ghc-%{pkg_name}
 Version:0.2.3.1
 Release:0
 Summary:Combinator library for splitting lists
 License:BSD-3-Clause
 Group:  System/Libraries
-
 Url:https://hackage.haskell.org/package/%{pkg_name}
 Source0:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
-
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-
 BuildRequires:  ghc-Cabal-devel
 BuildRequires:  ghc-rpm-macros
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 # Begin cabal-rpm deps:
 %if %{with tests}
 BuildRequires:  ghc-QuickCheck-devel
@@ -58,33 +53,35 @@
 
 To get started, see the "Data.List.Split" module.
 
-
 %package devel
 Summary:Haskell %{pkg_name} library development files
 Group:  Development/Libraries/Other
+Requires:   %{name} = %{version}-%{release}
 Requires:   ghc-compiler = %{ghc_version}
 Requires(post): ghc-compiler = %{ghc_version}
 Requires(postun): ghc-compiler = %{ghc_version}
-Requires:   %{name} = %{version}-%{release}
 
 %description devel
 This package provides the Haskell %{pkg_name} library development files.
 
-
 %prep
 %setup -q -n %{pkg_name}-%{version}
 
+
 %build
 %ghc_lib_build
 
+
 %install
 %ghc_lib_install
 
+
 %check
 %if %{with tests}
-%cabal test
+%{cabal} test
 %endif
 
+
 %post devel
 %ghc_pkg_recache
 




commit ghc-StateVar for openSUSE:Factory

2016-07-27 Thread h_root
Hello community,

here is the log from the commit of package ghc-StateVar for openSUSE:Factory 
checked in at 2016-07-27 16:10:50

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


Package is "ghc-StateVar"

Changes:

--- /work/SRC/openSUSE:Factory/ghc-StateVar/ghc-StateVar.changes
2016-04-22 16:25:29.0 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-StateVar.new/ghc-StateVar.changes   
2016-07-27 16:10:51.0 +0200
@@ -1,0 +2,5 @@
+Sun Jul 10 17:32:48 UTC 2016 - psim...@suse.com
+
+- Update to version 1.1.0.4 revision 0 with cabal2obs.
+
+---



Other differences:
--
++ ghc-StateVar.spec ++
--- /var/tmp/diff_new_pack.0Ragoq/_old  2016-07-27 16:10:52.0 +0200
+++ /var/tmp/diff_new_pack.0Ragoq/_new  2016-07-27 16:10:52.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-StateVar
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,43 +15,39 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-%global pkg_name StateVar
 
-Name:   ghc-StateVar
+%global pkg_name StateVar
+Name:   ghc-%{pkg_name}
 Version:1.1.0.4
 Release:0
 Summary:State variables
-Group:  System/Libraries
-
 License:BSD-3-Clause
+Group:  System/Libraries
 Url:https://hackage.haskell.org/package/%{pkg_name}
 Source0:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-
 BuildRequires:  ghc-Cabal-devel
 BuildRequires:  ghc-rpm-macros
 # Begin cabal-rpm deps:
 BuildRequires:  ghc-stm-devel
 BuildRequires:  ghc-transformers-devel
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 # End cabal-rpm deps
 
 %description
 This package contains state variables, which are references in the IO monad,
 like IORefs or parts of the OpenGL state.
 
-
 %package devel
 Summary:Haskell %{pkg_name} library development files
 Group:  Development/Libraries/Other
+Requires:   %{name} = %{version}-%{release}
 Requires:   ghc-compiler = %{ghc_version}
 Requires(post): ghc-compiler = %{ghc_version}
 Requires(postun): ghc-compiler = %{ghc_version}
-Requires:   %{name} = %{version}-%{release}
 
 %description devel
 This package provides the Haskell %{pkg_name} library development files.
 
-
 %prep
 %setup -q -n %{pkg_name}-%{version}
 
@@ -62,24 +58,20 @@
 
 %install
 %ghc_lib_install
-sed -i 's/\r//g' LICENSE README.md
+
 
 %post devel
 %ghc_pkg_recache
 
-
 %postun devel
 %ghc_pkg_recache
 
-
 %files -f %{name}.files
 %defattr(-,root,root,-)
 %doc LICENSE
 
-
 %files devel -f %{name}-devel.files
 %defattr(-,root,root,-)
-%doc README.md
-
+%doc CHANGELOG.md README.md
 
 %changelog




commit ghc-safe for openSUSE:Factory

2016-07-27 Thread h_root
Hello community,

here is the log from the commit of package ghc-safe for openSUSE:Factory 
checked in at 2016-07-27 16:10:06

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


Package is "ghc-safe"

Changes:

--- /work/SRC/openSUSE:Factory/ghc-safe/ghc-safe.changes2015-11-10 
10:02:11.0 +0100
+++ /work/SRC/openSUSE:Factory/.ghc-safe.new/ghc-safe.changes   2016-07-27 
16:10:08.0 +0200
@@ -1,0 +2,5 @@
+Sun Jul 10 17:26:32 UTC 2016 - psim...@suse.com
+
+- Update to version 0.3.9 revision 0 with cabal2obs.
+
+---



Other differences:
--
++ ghc-safe.spec ++
--- /var/tmp/diff_new_pack.gX5Uax/_old  2016-07-27 16:10:09.0 +0200
+++ /var/tmp/diff_new_pack.gX5Uax/_new  2016-07-27 16:10:09.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-safe
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,21 +15,19 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-%global pkg_name safe
 
-Name:   ghc-safe
+%global pkg_name safe
+Name:   ghc-%{pkg_name}
 Version:0.3.9
 Release:0
 Summary:Library of safe (exception free) functions
-Group:  System/Libraries
-
 License:BSD-3-Clause
+Group:  System/Libraries
 Url:https://hackage.haskell.org/package/%{pkg_name}
 Source0:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-
 BuildRequires:  ghc-Cabal-devel
 BuildRequires:  ghc-rpm-macros
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
 A library wrapping 'Prelude'/'Data.List' functions that can throw exceptions,
@@ -58,19 +56,17 @@
 lists are not equal) and 'take' (errors if there are not enough elements), then
 wraps them to provide safe variants.
 
-
 %package devel
 Summary:Haskell %{pkg_name} library development files
 Group:  Development/Libraries/Other
+Requires:   %{name} = %{version}-%{release}
 Requires:   ghc-compiler = %{ghc_version}
 Requires(post): ghc-compiler = %{ghc_version}
 Requires(postun): ghc-compiler = %{ghc_version}
-Requires:   %{name} = %{version}-%{release}
 
 %description devel
 This package provides the Haskell %{pkg_name} library development files.
 
-
 %prep
 %setup -q -n %{pkg_name}-%{version}
 
@@ -86,19 +82,15 @@
 %post devel
 %ghc_pkg_recache
 
-
 %postun devel
 %ghc_pkg_recache
 
-
 %files -f %{name}.files
 %defattr(-,root,root,-)
 %doc LICENSE
 
-
 %files devel -f %{name}-devel.files
 %defattr(-,root,root,-)
 %doc README.md
 
-
 %changelog




commit ghc-rfc5051 for openSUSE:Factory

2016-07-27 Thread h_root
Hello community,

here is the log from the commit of package ghc-rfc5051 for openSUSE:Factory 
checked in at 2016-07-27 16:10:01

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


Package is "ghc-rfc5051"

Changes:

--- /work/SRC/openSUSE:Factory/ghc-rfc5051/ghc-rfc5051.changes  2015-07-14 
17:44:16.0 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-rfc5051.new/ghc-rfc5051.changes 
2016-07-27 16:10:03.0 +0200
@@ -1,0 +2,5 @@
+Sun Jul 10 17:17:00 UTC 2016 - psim...@suse.com
+
+- Update to version 0.1.0.3 revision 0 with cabal2obs.
+
+---



Other differences:
--
++ ghc-rfc5051.spec ++
--- /var/tmp/diff_new_pack.mdtcr0/_old  2016-07-27 16:10:04.0 +0200
+++ /var/tmp/diff_new_pack.mdtcr0/_new  2016-07-27 16:10:04.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-rfc5051
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,24 +15,22 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-%global pkg_name rfc5051
 
-Name:   ghc-rfc5051
+%global pkg_name rfc5051
+Name:   ghc-%{pkg_name}
 Version:0.1.0.3
 Release:0
 Summary:Simple unicode collation as per RFC5051
-Group:  System/Libraries
-
 License:BSD-3-Clause
+Group:  System/Libraries
 Url:https://hackage.haskell.org/package/%{pkg_name}
 Source0:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-
 BuildRequires:  ghc-Cabal-devel
-BuildRequires:  ghc-rpm-macros
 # Begin cabal-rpm deps:
 BuildRequires:  ghc-bytestring-devel
 BuildRequires:  ghc-containers-devel
+BuildRequires:  ghc-rpm-macros
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 # End cabal-rpm deps
 
 %description
@@ -52,19 +50,17 @@
 'Abe abe ab be be be be Oeb oeb eb
 eb'.
 
-
 %package devel
 Summary:Haskell %{pkg_name} library development files
 Group:  Development/Libraries/Other
+Requires:   %{name} = %{version}-%{release}
 Requires:   ghc-compiler = %{ghc_version}
 Requires(post): ghc-compiler = %{ghc_version}
 Requires(postun): ghc-compiler = %{ghc_version}
-Requires:   %{name} = %{version}-%{release}
 
 %description devel
 This package provides the Haskell %{pkg_name} library development files.
 
-
 %prep
 %setup -q -n %{pkg_name}-%{version}
 
@@ -80,18 +76,14 @@
 %post devel
 %ghc_pkg_recache
 
-
 %postun devel
 %ghc_pkg_recache
 
-
 %files -f %{name}.files
 %defattr(-,root,root,-)
 %doc LICENSE
 
-
 %files devel -f %{name}-devel.files
 %defattr(-,root,root,-)
 
-
 %changelog




commit ghc-socks for openSUSE:Factory

2016-07-27 Thread h_root
Hello community,

here is the log from the commit of package ghc-socks for openSUSE:Factory 
checked in at 2016-07-27 16:10:44

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


Package is "ghc-socks"

Changes:

--- /work/SRC/openSUSE:Factory/ghc-socks/ghc-socks.changes  2016-05-17 
17:14:44.0 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-socks.new/ghc-socks.changes 2016-07-27 
16:10:45.0 +0200
@@ -1,0 +2,5 @@
+Sun Jul 10 17:28:41 UTC 2016 - psim...@suse.com
+
+- Update to version 0.5.5 revision 1 with cabal2obs.
+
+---

New:

  1.cabal



Other differences:
--
++ ghc-socks.spec ++
--- /var/tmp/diff_new_pack.vTi7J3/_old  2016-07-27 16:10:46.0 +0200
+++ /var/tmp/diff_new_pack.vTi7J3/_new  2016-07-27 16:10:46.0 +0200
@@ -15,45 +15,43 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-%global pkg_name socks
 
+%global pkg_name socks
 Name:   ghc-%{pkg_name}
 Version:0.5.5
 Release:0
 Summary:Socks proxy (version 5) implementation
-Group:  System/Libraries
-
 License:BSD-3-Clause
+Group:  System/Libraries
 Url:https://hackage.haskell.org/package/%{pkg_name}
 Source0:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-
+Source1:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/1.cabal
 BuildRequires:  ghc-Cabal-devel
-BuildRequires:  ghc-rpm-macros
 # Begin cabal-rpm deps:
 BuildRequires:  ghc-bytestring-devel
 BuildRequires:  ghc-cereal-devel
 BuildRequires:  ghc-network-devel
+BuildRequires:  ghc-rpm-macros
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 # End cabal-rpm deps
 
 %description
 Socks proxy (version 5) implementation.
 
-
 %package devel
 Summary:Haskell %{pkg_name} library development files
 Group:  Development/Libraries/Other
+Requires:   %{name} = %{version}-%{release}
 Requires:   ghc-compiler = %{ghc_version}
 Requires(post): ghc-compiler = %{ghc_version}
 Requires(postun): ghc-compiler = %{ghc_version}
-Requires:   %{name} = %{version}-%{release}
 
 %description devel
 This package provides the Haskell %{pkg_name} library development files.
 
-
 %prep
 %setup -q -n %{pkg_name}-%{version}
+cp -p %{SOURCE1} %{pkg_name}.cabal
 
 
 %build
@@ -67,19 +65,15 @@
 %post devel
 %ghc_pkg_recache
 
-
 %postun devel
 %ghc_pkg_recache
 
-
 %files -f %{name}.files
 %defattr(-,root,root,-)
 %doc LICENSE
 
-
 %files devel -f %{name}-devel.files
 %defattr(-,root,root,-)
 %doc Example.hs README.md
 
-
 %changelog

++ 1.cabal ++
Name:socks
Version: 0.5.5
x-revision: 1
Description: Socks proxy (version 5) implementation.
License: BSD3
License-file:LICENSE
Copyright:   Vincent Hanquez 
Author:  Vincent Hanquez 
Maintainer:  Vincent Hanquez 
Synopsis:Socks proxy (version 5) implementation.
Build-Type:  Simple
Category:Network
stability:   experimental
Cabal-Version:   >=1.6
Homepage:http://github.com/vincenthz/hs-socks
extra-doc-files: README.md, Example.hs

Library
  -- Needs IsString Lazy.ByteString instance
  Build-Depends: base >= 3 && < 5
   , bytestring >=0.10 && <0.11
   , cereal >= 0.3.1
   , network >= 2.3
  Exposed-modules:   Network.Socks5
 Network.Socks5.Lowlevel
 Network.Socks5.Types
  Other-modules: Network.Socks5.Wire
 Network.Socks5.Conf
 Network.Socks5.Command
 Network.Socks5.Parse
  ghc-options:   -Wall -fno-warn-missing-signatures -fwarn-tabs

source-repository head
  type: git
  location: git://github.com/vincenthz/hs-socks



commit ghc-reflection for openSUSE:Factory

2016-07-27 Thread h_root
Hello community,

here is the log from the commit of package ghc-reflection for openSUSE:Factory 
checked in at 2016-07-27 16:10:17

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


Package is "ghc-reflection"

Changes:

--- /work/SRC/openSUSE:Factory/ghc-reflection/ghc-reflection.changes
2016-02-17 12:11:55.0 +0100
+++ /work/SRC/openSUSE:Factory/.ghc-reflection.new/ghc-reflection.changes   
2016-07-27 16:10:18.0 +0200
@@ -1,0 +2,5 @@
+Sun Jul 10 17:30:01 UTC 2016 - psim...@suse.com
+
+- Update to version 2.1.2 revision 0 with cabal2obs.
+
+---



Other differences:
--
++ ghc-reflection.spec ++
--- /var/tmp/diff_new_pack.D80HUH/_old  2016-07-27 16:10:20.0 +0200
+++ /var/tmp/diff_new_pack.D80HUH/_new  2016-07-27 16:10:20.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-reflection
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,28 +15,26 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-%global pkg_name reflection
 
-Name:   ghc-reflection
+%global pkg_name reflection
+Name:   ghc-%{pkg_name}
 Version:2.1.2
 Release:0
 Summary:Reifies arbitrary terms into types that can be reflected back 
into terms
-Group:  System/Libraries
-
 License:BSD-3-Clause
+Group:  System/Libraries
 Url:https://hackage.haskell.org/package/%{pkg_name}
 Source0:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-
 BuildRequires:  ghc-Cabal-devel
 BuildRequires:  ghc-rpm-macros
 # Begin cabal-rpm deps:
 BuildRequires:  ghc-template-haskell-devel
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 # End cabal-rpm deps
 
 %description
-This package addresses the /configuration problem/ which is propogating
-configurations that are available at run-time, allowing multible configurations
+This package addresses the /configuration problem/ which is propagating
+configurations that are available at run-time, allowing multiple configurations
 to coexist without resorting to mutable global variables or
 'System.IO.Unsafe.unsafePerformIO'.
 
@@ -50,19 +48,17 @@
 values to types and back> provides a summary of the approach taken by this
 library, along with more motivating examples.
 
-
 %package devel
 Summary:Haskell %{pkg_name} library development files
 Group:  Development/Libraries/Other
+Requires:   %{name} = %{version}-%{release}
 Requires:   ghc-compiler = %{ghc_version}
 Requires(post): ghc-compiler = %{ghc_version}
 Requires(postun): ghc-compiler = %{ghc_version}
-Requires:   %{name} = %{version}-%{release}
 
 %description devel
 This package provides the Haskell %{pkg_name} library development files.
 
-
 %prep
 %setup -q -n %{pkg_name}-%{version}
 
@@ -78,19 +74,15 @@
 %post devel
 %ghc_pkg_recache
 
-
 %postun devel
 %ghc_pkg_recache
 
-
 %files -f %{name}.files
 %defattr(-,root,root,-)
 %doc LICENSE
 
-
 %files devel -f %{name}-devel.files
 %defattr(-,root,root,-)
-%doc README.markdown examples
-
+%doc CHANGELOG.markdown README.markdown examples
 
 %changelog




commit ghc-monads-tf for openSUSE:Factory

2016-07-27 Thread h_root
Hello community,

here is the log from the commit of package ghc-monads-tf for openSUSE:Factory 
checked in at 2016-07-27 16:10:34

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


Package is "ghc-monads-tf"

Changes:

--- /work/SRC/openSUSE:Factory/ghc-monads-tf/ghc-monads-tf.changes  
2016-06-14 23:08:31.0 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-monads-tf.new/ghc-monads-tf.changes 
2016-07-27 16:10:35.0 +0200
@@ -1,0 +2,5 @@
+Sun Jul 10 16:56:54 UTC 2016 - psim...@suse.com
+
+- Update to version 0.1.0.3 revision 0 with cabal2obs.
+
+---



Other differences:
--
++ ghc-monads-tf.spec ++
--- /var/tmp/diff_new_pack.HtIYXB/_old  2016-07-27 16:10:36.0 +0200
+++ /var/tmp/diff_new_pack.HtIYXB/_new  2016-07-27 16:10:36.0 +0200
@@ -55,21 +55,20 @@
 %prep
 %setup -q -n %{pkg_name}-%{version}
 
+
 %build
-%{ghc_lib_build}
+%ghc_lib_build
 
 
 %install
-%{ghc_lib_install}
+%ghc_lib_install
 
 
 %post devel
-%{ghc_pkg_recache}
-
+%ghc_pkg_recache
 
 %postun devel
-%{ghc_pkg_recache}
-
+%ghc_pkg_recache
 
 %files -f %{name}.files
 %defattr(-,root,root,-)




commit ghc-setenv for openSUSE:Factory

2016-07-27 Thread h_root
Hello community,

here is the log from the commit of package ghc-setenv for openSUSE:Factory 
checked in at 2016-07-27 16:10:41

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


Package is "ghc-setenv"

Changes:

--- /work/SRC/openSUSE:Factory/ghc-setenv/ghc-setenv.changes2016-05-03 
09:35:49.0 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-setenv.new/ghc-setenv.changes   
2016-07-27 16:10:43.0 +0200
@@ -1,0 +2,5 @@
+Sun Jul 10 17:33:43 UTC 2016 - psim...@suse.com
+
+- Update to version 0.1.1.3 revision 1 with cabal2obs.
+
+---

New:

  1.cabal



Other differences:
--
++ ghc-setenv.spec ++
--- /var/tmp/diff_new_pack.TQYDCd/_old  2016-07-27 16:10:44.0 +0200
+++ /var/tmp/diff_new_pack.TQYDCd/_new  2016-07-27 16:10:44.0 +0200
@@ -25,6 +25,7 @@
 Group:  System/Libraries
 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
 BuildRequires:  ghc-Cabal-devel
 BuildRequires:  ghc-rpm-macros
 # Begin cabal-rpm deps:
@@ -52,23 +53,22 @@
 
 %prep
 %setup -q -n %{pkg_name}-%{version}
+cp -p %{SOURCE1} %{pkg_name}.cabal
 
 
 %build
-%{ghc_lib_build}
+%ghc_lib_build
 
 
 %install
-%{ghc_lib_install}
+%ghc_lib_install
 
 
 %post devel
-%{ghc_pkg_recache}
-
+%ghc_pkg_recache
 
 %postun devel
-%{ghc_pkg_recache}
-
+%ghc_pkg_recache
 
 %files -f %{name}.files
 %defattr(-,root,root,-)

++ 1.cabal ++
name: setenv
version:  0.1.1.3
x-revision: 1
license:  MIT
license-file: LICENSE
copyright:(c) 2012-2015 Simon Hengel
author:   Simon Hengel 
maintainer:   Simon Hengel 
category: System
synopsis: A cross-platform library for setting environment variables
description:  A cross-platform library for setting environment variables
  .
  Note: Since @base-4.7.0.0@ the functions @setEnv@ and
  @unsetEnv@ are provided by @System.Environment@.
  @System.SetEnv@ merily re-exports those functions when built
  with @base >= 4.7@.
build-type:   Simple
cabal-version:>= 1.8

source-repository head
  type: git
  location: https://github.com/sol/setenv

library
  ghc-options:
  -Wall
  hs-source-dirs:
  src
  exposed-modules:
  System.SetEnv
  build-depends:
  base == 4.*
  if !os(windows)
build-depends: unix



commit ghc-resourcet for openSUSE:Factory

2016-07-27 Thread h_root
Hello community,

here is the log from the commit of package ghc-resourcet for openSUSE:Factory 
checked in at 2016-07-27 16:10:31

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


Package is "ghc-resourcet"

Changes:

--- /work/SRC/openSUSE:Factory/ghc-resourcet/ghc-resourcet.changes  
2016-05-12 09:34:09.0 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-resourcet.new/ghc-resourcet.changes 
2016-07-27 16:10:34.0 +0200
@@ -1,0 +2,5 @@
+Sun Jul 10 17:27:03 UTC 2016 - psim...@suse.com
+
+- Update to version 1.1.7.4 revision 0 with cabal2obs.
+
+---



Other differences:
--
++ ghc-resourcet.spec ++
--- /var/tmp/diff_new_pack.l6xLFV/_old  2016-07-27 16:10:35.0 +0200
+++ /var/tmp/diff_new_pack.l6xLFV/_new  2016-07-27 16:10:35.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-resourcet
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,20 +17,16 @@
 
 
 %global pkg_name resourcet
-
-Name:   ghc-resourcet
+%bcond_with tests
+Name:   ghc-%{pkg_name}
 Version:1.1.7.4
 Release:0
 Summary:Deterministic allocation and freeing of scarce resources
 License:BSD-3-Clause
 Group:  System/Libraries
-
-Url:http://hackage.haskell.org/package/%{pkg_name}
-Source0:
http://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-
+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-rpm-macros
 # Begin cabal-rpm deps:
 BuildRequires:  ghc-containers-devel
 BuildRequires:  ghc-exceptions-devel
@@ -38,37 +34,49 @@
 BuildRequires:  ghc-mmorph-devel
 BuildRequires:  ghc-monad-control-devel
 BuildRequires:  ghc-mtl-devel
+BuildRequires:  ghc-rpm-macros
 BuildRequires:  ghc-transformers-base-devel
 BuildRequires:  ghc-transformers-compat-devel
 BuildRequires:  ghc-transformers-devel
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+%if %{with tests}
+BuildRequires:  ghc-hspec-devel
+%endif
 # End cabal-rpm deps
 
 %description
-This package was originally included with the conduit package, and has since
-been split off. For more information, please see
-.
-
+Hackage documentation generation is not reliable. For up to date documentation,
+please see: .
 
 %package devel
 Summary:Haskell %{pkg_name} library development files
 Group:  Development/Libraries/Other
-Provides:   %{name}-static = %{version}-%{release}
 Requires:   %{name} = %{version}-%{release}
 Requires:   ghc-compiler = %{ghc_version}
+Requires(post): ghc-compiler = %{ghc_version}
+Requires(postun): ghc-compiler = %{ghc_version}
 
 %description devel
 This package provides the Haskell %{pkg_name} library development files.
 
-
 %prep
 %setup -q -n %{pkg_name}-%{version}
 
+
 %build
 %ghc_lib_build
 
+
 %install
 %ghc_lib_install
 
+
+%check
+%if %{with tests}
+%{cabal} test
+%endif
+
+
 %post devel
 %ghc_pkg_recache
 
@@ -81,5 +89,6 @@
 
 %files devel -f %{name}-devel.files
 %defattr(-,root,root,-)
+%doc ChangeLog.md README.md
 
 %changelog




commit ghc-recursion-schemes for openSUSE:Factory

2016-07-27 Thread h_root
Hello community,

here is the log from the commit of package ghc-recursion-schemes for 
openSUSE:Factory checked in at 2016-07-27 16:10:09

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


Package is "ghc-recursion-schemes"

Changes:

--- 
/work/SRC/openSUSE:Factory/ghc-recursion-schemes/ghc-recursion-schemes.changes  
2016-02-09 13:31:49.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.ghc-recursion-schemes.new/ghc-recursion-schemes.changes
 2016-07-27 16:10:14.0 +0200
@@ -1,0 +2,5 @@
+Sun Jul 10 17:22:28 UTC 2016 - psim...@suse.com
+
+- Update to version 4.1.2 revision 0 with cabal2obs.
+
+---



Other differences:
--
++ ghc-recursion-schemes.spec ++
--- /var/tmp/diff_new_pack.3g3p9x/_old  2016-07-27 16:10:15.0 +0200
+++ /var/tmp/diff_new_pack.3g3p9x/_new  2016-07-27 16:10:15.0 +0200
@@ -15,44 +15,40 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-%global pkg_name recursion-schemes
 
+%global pkg_name recursion-schemes
 Name:   ghc-%{pkg_name}
 Version:4.1.2
 Release:0
 Summary:Generalized bananas, lenses and barbed wire
-Group:  System/Libraries
-
 License:BSD-2-Clause
+Group:  System/Libraries
 Url:https://hackage.haskell.org/package/%{pkg_name}
 Source0:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-
 BuildRequires:  ghc-Cabal-devel
-BuildRequires:  ghc-rpm-macros
 # Begin cabal-rpm deps:
 BuildRequires:  ghc-comonad-devel
 BuildRequires:  ghc-free-devel
+BuildRequires:  ghc-rpm-macros
 BuildRequires:  ghc-transformers-devel
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 # End cabal-rpm deps
 
 %description
 Generalized bananas, lenses and barbed wire.
 
-
 %package devel
 Summary:Haskell %{pkg_name} library development files
 Group:  Development/Libraries/Other
+Requires:   %{name} = %{version}-%{release}
 Requires:   ghc-compiler = %{ghc_version}
 Requires(post): ghc-compiler = %{ghc_version}
 Requires(postun): ghc-compiler = %{ghc_version}
-Requires:   %{name} = %{version}-%{release}
 
 %description devel
 This package provides the Haskell %{pkg_name} library development
 files.
 
-
 %prep
 %setup -q -n %{pkg_name}-%{version}
 
@@ -68,18 +64,15 @@
 %post devel
 %ghc_pkg_recache
 
-
 %postun devel
 %ghc_pkg_recache
 
-
 %files -f %{name}.files
 %defattr(-,root,root,-)
 %doc LICENSE
 
-
 %files devel -f %{name}-devel.files
 %defattr(-,root,root,-)
-
+%doc CHANGELOG.markdown
 
 %changelog




commit ghc-reroute for openSUSE:Factory

2016-07-27 Thread h_root
Hello community,

here is the log from the commit of package ghc-reroute for openSUSE:Factory 
checked in at 2016-07-27 16:10:20

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


Package is "ghc-reroute"

Changes:

--- /work/SRC/openSUSE:Factory/ghc-reroute/ghc-reroute.changes  2015-11-10 
10:02:16.0 +0100
+++ /work/SRC/openSUSE:Factory/.ghc-reroute.new/ghc-reroute.changes 
2016-07-27 16:10:22.0 +0200
@@ -1,0 +2,5 @@
+Sun Jul 10 17:13:32 UTC 2016 - psim...@suse.com
+
+- Update to version 0.3.1.0 revision 0 with cabal2obs.
+
+---



Other differences:
--
++ ghc-reroute.spec ++
--- /var/tmp/diff_new_pack.FI95hY/_old  2016-07-27 16:10:23.0 +0200
+++ /var/tmp/diff_new_pack.FI95hY/_new  2016-07-27 16:10:23.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-reroute
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,23 +15,18 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-%global pkg_name reroute
 
+%global pkg_name reroute
 %bcond_with tests
-
-Name:   ghc-reroute
+Name:   ghc-%{pkg_name}
 Version:0.3.1.0
 Release:0
 Summary:Abstract implementation of typed and untyped web routing
-Group:  System/Libraries
-
 License:MIT
+Group:  System/Libraries
 Url:https://hackage.haskell.org/package/%{pkg_name}
 Source0:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-
 BuildRequires:  ghc-Cabal-devel
-BuildRequires:  ghc-rpm-macros
 # Begin cabal-rpm deps:
 BuildRequires:  ghc-deepseq-devel
 BuildRequires:  ghc-graph-core-devel
@@ -40,10 +35,12 @@
 BuildRequires:  ghc-mtl-devel
 BuildRequires:  ghc-path-pieces-devel
 BuildRequires:  ghc-regex-compat-devel
+BuildRequires:  ghc-rpm-macros
 BuildRequires:  ghc-text-devel
 BuildRequires:  ghc-transformers-devel
 BuildRequires:  ghc-unordered-containers-devel
 BuildRequires:  ghc-vector-devel
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %if %{with tests}
 BuildRequires:  ghc-hspec-devel
 %endif
@@ -53,19 +50,17 @@
 Abstraction over how urls with/without parameters are mapped to their
 corresponding handlers.
 
-
 %package devel
 Summary:Haskell %{pkg_name} library development files
 Group:  Development/Libraries/Other
+Requires:   %{name} = %{version}-%{release}
 Requires:   ghc-compiler = %{ghc_version}
 Requires(post): ghc-compiler = %{ghc_version}
 Requires(postun): ghc-compiler = %{ghc_version}
-Requires:   %{name} = %{version}-%{release}
 
 %description devel
 This package provides the Haskell %{pkg_name} library development files.
 
-
 %prep
 %setup -q -n %{pkg_name}-%{version}
 
@@ -80,26 +75,22 @@
 
 %check
 %if %{with tests}
-%cabal test
+%{cabal} test
 %endif
 
 
 %post devel
 %ghc_pkg_recache
 
-
 %postun devel
 %ghc_pkg_recache
 
-
 %files -f %{name}.files
 %defattr(-,root,root,-)
 %doc LICENSE
 
-
 %files devel -f %{name}-devel.files
 %defattr(-,root,root,-)
 %doc README.md
 
-
 %changelog




commit ghc-resource-pool for openSUSE:Factory

2016-07-27 Thread h_root
Hello community,

here is the log from the commit of package ghc-resource-pool for 
openSUSE:Factory checked in at 2016-07-27 16:10:22

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


Package is "ghc-resource-pool"

Changes:

--- /work/SRC/openSUSE:Factory/ghc-resource-pool/ghc-resource-pool.changes  
2015-11-10 10:02:08.0 +0100
+++ /work/SRC/openSUSE:Factory/.ghc-resource-pool.new/ghc-resource-pool.changes 
2016-07-27 16:10:26.0 +0200
@@ -1,0 +2,5 @@
+Sun Jul 10 17:05:56 UTC 2016 - psim...@suse.com
+
+- Update to version 0.2.3.2 revision 0 with cabal2obs.
+
+---



Other differences:
--
++ ghc-resource-pool.spec ++
--- /var/tmp/diff_new_pack.Z2MVeF/_old  2016-07-27 16:10:27.0 +0200
+++ /var/tmp/diff_new_pack.Z2MVeF/_new  2016-07-27 16:10:27.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-resource-pool
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,48 +15,44 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-%global pkg_name resource-pool
 
-Name:   ghc-resource-pool
+%global pkg_name resource-pool
+Name:   ghc-%{pkg_name}
 Version:0.2.3.2
 Release:0
 Summary:A high-performance striped resource pooling implementation
-Group:  System/Libraries
-
 License:BSD-3-Clause
+Group:  System/Libraries
 Url:https://hackage.haskell.org/package/%{pkg_name}
 Source0:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-
 BuildRequires:  ghc-Cabal-devel
-BuildRequires:  ghc-rpm-macros
 # Begin cabal-rpm deps:
 BuildRequires:  ghc-hashable-devel
 BuildRequires:  ghc-monad-control-devel
+BuildRequires:  ghc-rpm-macros
 BuildRequires:  ghc-stm-devel
 BuildRequires:  ghc-time-devel
 BuildRequires:  ghc-transformers-base-devel
 BuildRequires:  ghc-transformers-devel
 BuildRequires:  ghc-vector-devel
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 # End cabal-rpm deps
 
 %description
 A high-performance striped pooling abstraction for managing flexibly-sized
 collections of resources such as database connections.
 
-
 %package devel
 Summary:Haskell %{pkg_name} library development files
 Group:  Development/Libraries/Other
+Requires:   %{name} = %{version}-%{release}
 Requires:   ghc-compiler = %{ghc_version}
 Requires(post): ghc-compiler = %{ghc_version}
 Requires(postun): ghc-compiler = %{ghc_version}
-Requires:   %{name} = %{version}-%{release}
 
 %description devel
 This package provides the Haskell %{pkg_name} library development files.
 
-
 %prep
 %setup -q -n %{pkg_name}-%{version}
 
@@ -72,19 +68,15 @@
 %post devel
 %ghc_pkg_recache
 
-
 %postun devel
 %ghc_pkg_recache
 
-
 %files -f %{name}.files
 %defattr(-,root,root,-)
 %doc LICENSE
 
-
 %files devel -f %{name}-devel.files
 %defattr(-,root,root,-)
 %doc README.markdown
 
-
 %changelog




commit ghc-stm for openSUSE:Factory

2016-07-27 Thread h_root
Hello community,

here is the log from the commit of package ghc-stm for openSUSE:Factory checked 
in at 2016-07-27 16:09:42

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


Package is "ghc-stm"

Changes:

--- /work/SRC/openSUSE:Factory/ghc-stm/ghc-stm.changes  2016-01-05 
21:54:55.0 +0100
+++ /work/SRC/openSUSE:Factory/.ghc-stm.new/ghc-stm.changes 2016-07-27 
16:09:49.0 +0200
@@ -1,0 +2,5 @@
+Sun Jul 10 17:22:46 UTC 2016 - psim...@suse.com
+
+- Update to version 2.4.4.1 revision 0 with cabal2obs.
+
+---

Old:

  _service



Other differences:
--
++ ghc-stm.spec ++
--- /var/tmp/diff_new_pack.8UCqCi/_old  2016-07-27 16:09:50.0 +0200
+++ /var/tmp/diff_new_pack.8UCqCi/_new  2016-07-27 16:09:50.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-stm
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,50 +17,47 @@
 
 
 %global pkg_name stm
-
-Name:   ghc-stm
+Name:   ghc-%{pkg_name}
 Version:2.4.4.1
 Release:0
 Summary:Software Transactional Memory
 License:BSD-3-Clause
 Group:  System/Libraries 
-
-Url:http://hackage.haskell.org/package/%{pkg_name}
-Source0:
http://hackage.haskell.org/packages/archive/%{pkg_name}/%{version}/%{pkg_name}-%{version}.tar.gz
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-
+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-rpm-macros
 # Begin cabal-rpm deps:
 BuildRequires:  ghc-array-devel
+BuildRequires:  ghc-rpm-macros
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 # End cabal-rpm deps
 
 %description
 A modular composable concurrency abstraction.
 
-
 %package devel
 Summary:Haskell %{pkg_name} library development files
 Group:  Development/Libraries/Other
-Provides:   %{name}-static = %{version}-%{release}
+Requires:   %{name} = %{version}-%{release}
 Requires:   ghc-compiler = %{ghc_version}
 Requires(post): ghc-compiler = %{ghc_version}
 Requires(postun): ghc-compiler = %{ghc_version}
-Requires:   %{name} = %{version}-%{release}
 
 %description devel
 This package provides the Haskell %{pkg_name} library development files.
 
-
 %prep
 %setup -q -n %{pkg_name}-%{version}
 
+
 %build
 %ghc_lib_build
 
+
 %install
 %ghc_lib_install
 
+
 %post devel
 %ghc_pkg_recache
 
@@ -73,5 +70,6 @@
 
 %files devel -f %{name}-devel.files
 %defattr(-,root,root,-)
+%doc changelog.md
 
 %changelog




commit ghc-SafeSemaphore for openSUSE:Factory

2016-07-27 Thread h_root
Hello community,

here is the log from the commit of package ghc-SafeSemaphore for 
openSUSE:Factory checked in at 2016-07-27 16:09:58

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


Package is "ghc-SafeSemaphore"

Changes:

--- /work/SRC/openSUSE:Factory/ghc-SafeSemaphore/ghc-SafeSemaphore.changes  
2016-05-03 09:35:42.0 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-SafeSemaphore.new/ghc-SafeSemaphore.changes 
2016-07-27 16:10:00.0 +0200
@@ -1,0 +2,5 @@
+Sun Jul 10 16:56:56 UTC 2016 - psim...@suse.com
+
+- Update to version 0.10.1 revision 1 with cabal2obs.
+
+---

New:

  1.cabal



Other differences:
--
++ ghc-SafeSemaphore.spec ++
--- /var/tmp/diff_new_pack.fAP7SF/_old  2016-07-27 16:10:01.0 +0200
+++ /var/tmp/diff_new_pack.fAP7SF/_new  2016-07-27 16:10:01.0 +0200
@@ -26,6 +26,7 @@
 Group:  System/Libraries
 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
 BuildRequires:  ghc-Cabal-devel
 # Begin cabal-rpm deps:
 BuildRequires:  ghc-containers-devel
@@ -55,14 +56,15 @@
 
 %prep
 %setup -q -n %{pkg_name}-%{version}
+cp -p %{SOURCE1} %{pkg_name}.cabal
 
 
 %build
-%{ghc_lib_build}
+%ghc_lib_build
 
 
 %install
-%{ghc_lib_install}
+%ghc_lib_install
 
 
 %check
@@ -72,12 +74,10 @@
 
 
 %post devel
-%{ghc_pkg_recache}
-
+%ghc_pkg_recache
 
 %postun devel
-%{ghc_pkg_recache}
-
+%ghc_pkg_recache
 
 %files -f %{name}.files
 %defattr(-,root,root,-)

++ 1.cabal ++
Name:SafeSemaphore
Version: 0.10.1
x-revision: 1
Synopsis:Much safer replacement for QSemN, QSem, and SampleVar
Description: This provides a much safer semaphore than the QSem, QSemN, 
SampleVar in base.
 Those base modules are not exception safe and can be 
broken by killThread.
 See  for 
more details.
Homepage:https://github.com/ChrisKuklewicz/SafeSemaphore
License: BSD3
License-file:LICENSE
Author:  Chris Kuklewicz 
Maintainer:  Chris Kuklewicz 
Category:Concurrency
Build-type:  Simple
Cabal-version:   >=1.8

Library
  Hs-Source-Dirs: src
  ghc-options:  -Wall -O2 -funbox-strict-fields
  Exposed-modules: Control.Concurrent.MSem
   Control.Concurrent.MSemN
   Control.Concurrent.MSemN2
   Control.Concurrent.MSampleVar
   Control.Concurrent.FairRWLock
   Control.Concurrent.SSem
   Control.Concurrent.STM.SSem
  Other-modules:   Control.Concurrent.STM.SSemInternals
  Build-depends:  base >=4.4 && <5, containers, stm

Test-Suite TestSafeSemaphore
  type:  exitcode-stdio-1.0
  main-is:   tests/TestKillSem.hs
  build-depends: base < 5, SafeSemaphore, HUnit




commit ghc-securemem for openSUSE:Factory

2016-07-27 Thread h_root
Hello community,

here is the log from the commit of package ghc-securemem for openSUSE:Factory 
checked in at 2016-07-27 16:09:51

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


Package is "ghc-securemem"

Changes:

--- /work/SRC/openSUSE:Factory/ghc-securemem/ghc-securemem.changes  
2015-06-11 08:22:14.0 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-securemem.new/ghc-securemem.changes 
2016-07-27 16:09:57.0 +0200
@@ -1,0 +2,5 @@
+Sun Jul 10 17:17:32 UTC 2016 - psim...@suse.com
+
+- Update to version 0.1.9 revision 0 with cabal2obs.
+
+---



Other differences:
--
++ ghc-securemem.spec ++
--- /var/tmp/diff_new_pack.EcV8ZE/_old  2016-07-27 16:09:59.0 +0200
+++ /var/tmp/diff_new_pack.EcV8ZE/_new  2016-07-27 16:09:59.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-securemem
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,51 +17,50 @@
 
 
 %global pkg_name securemem
-
-Name:   ghc-securemem
+Name:   ghc-%{pkg_name}
 Version:0.1.9
 Release:0
 Summary:Abstraction to an auto scrubbing and const time eq, memory 
chunk
 License:BSD-3-Clause
 Group:  System/Libraries
-
-Url:http://hackage.haskell.org/package/%{pkg_name}
-Source0:
http://hackage.haskell.org/packages/archive/%{pkg_name}/%{version}/%{pkg_name}-%{version}.tar.gz
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-
+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-rpm-macros
 # Begin cabal-rpm deps:
 BuildRequires:  ghc-byteable-devel
 BuildRequires:  ghc-bytestring-devel
 BuildRequires:  ghc-memory-devel
+BuildRequires:  ghc-rpm-macros
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 # End cabal-rpm deps
 
 %description
 SecureMem is similar to ByteString, except that it provides a memory chunk that
 will be auto-scrubbed after it run out of scope.
 
-
 %package devel
 Summary:Haskell %{pkg_name} library development files
 Group:  Development/Libraries/Other
-Provides:   %{name}-static = %{version}-%{release}
 Requires:   %{name} = %{version}-%{release}
 Requires:   ghc-compiler = %{ghc_version}
+Requires(post): ghc-compiler = %{ghc_version}
+Requires(postun): ghc-compiler = %{ghc_version}
 
 %description devel
 This package provides the Haskell %{pkg_name} library development files.
 
-
 %prep
 %setup -q -n %{pkg_name}-%{version}
 
+
 %build
 %ghc_lib_build
 
+
 %install
 %ghc_lib_install
 
+
 %post devel
 %ghc_pkg_recache
 




commit ghc-sandi for openSUSE:Factory

2016-07-27 Thread h_root
Hello community,

here is the log from the commit of package ghc-sandi for openSUSE:Factory 
checked in at 2016-07-27 16:09:48

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


Package is "ghc-sandi"

Changes:

--- /work/SRC/openSUSE:Factory/ghc-sandi/ghc-sandi.changes  2016-05-03 
09:35:47.0 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-sandi.new/ghc-sandi.changes 2016-07-27 
16:09:51.0 +0200
@@ -1,0 +2,5 @@
+Sun Jul 10 17:05:39 UTC 2016 - psim...@suse.com
+
+- Update to version 0.3.6 revision 0 with cabal2obs.
+
+---



Other differences:
--
++ ghc-sandi.spec ++
--- /var/tmp/diff_new_pack.zcpX9e/_old  2016-07-27 16:09:52.0 +0200
+++ /var/tmp/diff_new_pack.zcpX9e/_new  2016-07-27 16:09:52.0 +0200
@@ -61,11 +61,11 @@
 
 
 %build
-%{ghc_lib_build}
+%ghc_lib_build
 
 
 %install
-%{ghc_lib_install}
+%ghc_lib_install
 
 
 %check
@@ -75,12 +75,10 @@
 
 
 %post devel
-%{ghc_pkg_recache}
-
+%ghc_pkg_recache
 
 %postun devel
-%{ghc_pkg_recache}
-
+%ghc_pkg_recache
 
 %files -f %{name}.files
 %defattr(-,root,root,-)




commit ghc-simple-sendfile for openSUSE:Factory

2016-07-27 Thread h_root
Hello community,

here is the log from the commit of package ghc-simple-sendfile for 
openSUSE:Factory checked in at 2016-07-27 16:09:38

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


Package is "ghc-simple-sendfile"

Changes:

--- /work/SRC/openSUSE:Factory/ghc-simple-sendfile/ghc-simple-sendfile.changes  
2016-06-25 02:21:58.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.ghc-simple-sendfile.new/ghc-simple-sendfile.changes 
2016-07-27 16:09:39.0 +0200
@@ -1,0 +2,5 @@
+Sun Jul 10 17:00:14 UTC 2016 - psim...@suse.com
+
+- Update to version 0.2.25 revision 0 with cabal2obs.
+
+---



Other differences:
--
++ ghc-simple-sendfile.spec ++
--- /var/tmp/diff_new_pack.rZaOWO/_old  2016-07-27 16:09:40.0 +0200
+++ /var/tmp/diff_new_pack.rZaOWO/_new  2016-07-27 16:09:40.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-simple-sendfile
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,27 +15,24 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-%global pkg_name simple-sendfile
 
+%global pkg_name simple-sendfile
 %bcond_with tests
-
-Name:   ghc-simple-sendfile
+Name:   ghc-%{pkg_name}
 Version:0.2.25
 Release:0
 Summary:Cross platform library for the sendfile system call
-Group:  System/Libraries
-
 License:BSD-3-Clause
+Group:  System/Libraries
 Url:https://hackage.haskell.org/package/%{pkg_name}
 Source0:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-
 BuildRequires:  ghc-Cabal-devel
-BuildRequires:  ghc-rpm-macros
 # Begin cabal-rpm deps:
 BuildRequires:  ghc-bytestring-devel
 BuildRequires:  ghc-network-devel
+BuildRequires:  ghc-rpm-macros
 BuildRequires:  ghc-unix-devel
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %if %{with tests}
 BuildRequires:  ghc-HUnit-devel
 BuildRequires:  ghc-conduit-devel
@@ -51,20 +48,18 @@
 Cross platform library for the sendfile system call. This library tries to call
 minimum system calls which are the bottleneck of web servers.
 
-
 %package devel
 Summary:Haskell %{pkg_name} library development files
 Group:  Development/Libraries/Other
+Requires:   %{name} = %{version}-%{release}
 Requires:   ghc-compiler = %{ghc_version}
 Requires(post): ghc-compiler = %{ghc_version}
 Requires(postun): ghc-compiler = %{ghc_version}
-Requires:   %{name} = %{version}-%{release}
 
 %description devel
 This package provides the Haskell %{pkg_name} library development
 files.
 
-
 %prep
 %setup -q -n %{pkg_name}-%{version}
 
@@ -79,25 +74,21 @@
 
 %check
 %if %{with tests}
-%cabal test
+%{cabal} test
 %endif
 
 
 %post devel
 %ghc_pkg_recache
 
-
 %postun devel
 %ghc_pkg_recache
 
-
 %files -f %{name}.files
 %defattr(-,root,root,-)
 %doc LICENSE
 
-
 %files devel -f %{name}-devel.files
 %defattr(-,root,root,-)
 
-
 %changelog




commit ghc-setlocale for openSUSE:Factory

2016-07-27 Thread h_root
Hello community,

here is the log from the commit of package ghc-setlocale for openSUSE:Factory 
checked in at 2016-07-27 16:09:22

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


Package is "ghc-setlocale"

Changes:

--- /work/SRC/openSUSE:Factory/ghc-setlocale/ghc-setlocale.changes  
2016-07-05 09:52:55.0 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-setlocale.new/ghc-setlocale.changes 
2016-07-27 16:09:25.0 +0200
@@ -1,0 +2,5 @@
+Sun Jul 10 17:28:54 UTC 2016 - psim...@suse.com
+
+- Update to version 1.0.0.4 revision 0 with cabal2obs.
+
+---



Other differences:
--
++ ghc-setlocale.spec ++
--- /var/tmp/diff_new_pack.ZI7Jys/_old  2016-07-27 16:09:26.0 +0200
+++ /var/tmp/diff_new_pack.ZI7Jys/_new  2016-07-27 16:09:26.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-setlocale
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,41 +15,38 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-%global pkg_name setlocale
 
-Name:   ghc-setlocale
+%global pkg_name setlocale
+Name:   ghc-%{pkg_name}
 Version:1.0.0.4
 Release:0
 Summary:Haskell bindings to setlocale
-Group:  System/Libraries
-
 License:BSD-3-Clause
+Group:  System/Libraries
 Url:https://hackage.haskell.org/package/%{pkg_name}
 Source0:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-
 BuildRequires:  ghc-Cabal-devel
 BuildRequires:  ghc-rpm-macros
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
 Haskell bindings to setlocale.
 
-
 %package devel
 Summary:Haskell %{pkg_name} library development files
 Group:  Development/Libraries/Other
+Requires:   %{name} = %{version}-%{release}
 Requires:   ghc-compiler = %{ghc_version}
 Requires(post): ghc-compiler = %{ghc_version}
 Requires(postun): ghc-compiler = %{ghc_version}
-Requires:   %{name} = %{version}-%{release}
 
 %description devel
 This package provides the Haskell %{pkg_name} library development files.
 
-
 %prep
 %setup -q -n %{pkg_name}-%{version}
 
+
 %build
 %ghc_lib_build
 
@@ -61,18 +58,14 @@
 %post devel
 %ghc_pkg_recache
 
-
 %postun devel
 %ghc_pkg_recache
 
-
 %files -f %{name}.files
 %defattr(-,root,root,-)
 %doc LICENSE
 
-
 %files devel -f %{name}-devel.files
 %defattr(-,root,root,-)
 
-
 %changelog




commit ghc-skein for openSUSE:Factory

2016-07-27 Thread h_root
Hello community,

here is the log from the commit of package ghc-skein for openSUSE:Factory 
checked in at 2016-07-27 16:09:40

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


Package is "ghc-skein"

Changes:

--- /work/SRC/openSUSE:Factory/ghc-skein/ghc-skein.changes  2016-05-03 
09:35:51.0 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-skein.new/ghc-skein.changes 2016-07-27 
16:09:43.0 +0200
@@ -1,0 +2,5 @@
+Sun Jul 10 17:16:17 UTC 2016 - psim...@suse.com
+
+- Update to version 1.0.9.4 revision 0 with cabal2obs.
+
+---



Other differences:
--
++ ghc-skein.spec ++
--- /var/tmp/diff_new_pack.FJM94U/_old  2016-07-27 16:09:44.0 +0200
+++ /var/tmp/diff_new_pack.FJM94U/_new  2016-07-27 16:09:44.0 +0200
@@ -73,11 +73,11 @@
 
 
 %build
-%{ghc_lib_build}
+%ghc_lib_build
 
 
 %install
-%{ghc_lib_install}
+%ghc_lib_install
 
 
 %check
@@ -87,12 +87,10 @@
 
 
 %post devel
-%{ghc_pkg_recache}
-
+%ghc_pkg_recache
 
 %postun devel
-%{ghc_pkg_recache}
-
+%ghc_pkg_recache
 
 %files -f %{name}.files
 %defattr(-,root,root,-)




commit ghc-shakespeare for openSUSE:Factory

2016-07-27 Thread h_root
Hello community,

here is the log from the commit of package ghc-shakespeare for openSUSE:Factory 
checked in at 2016-07-27 16:09:30

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


Package is "ghc-shakespeare"

Changes:

--- /work/SRC/openSUSE:Factory/ghc-shakespeare/ghc-shakespeare.changes  
2016-07-01 09:58:47.0 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-shakespeare.new/ghc-shakespeare.changes 
2016-07-27 16:09:32.0 +0200
@@ -1,0 +2,5 @@
+Sun Jul 10 17:29:56 UTC 2016 - psim...@suse.com
+
+- Update to version 2.0.9 revision 0 with cabal2obs.
+
+---



Other differences:
--
++ ghc-shakespeare.spec ++
--- /var/tmp/diff_new_pack.8ldfjA/_old  2016-07-27 16:09:32.0 +0200
+++ /var/tmp/diff_new_pack.8ldfjA/_new  2016-07-27 16:09:32.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-shakespeare
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,23 +15,18 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-%global pkg_name shakespeare
 
+%global pkg_name shakespeare
 %bcond_with tests
-
-Name:   ghc-shakespeare
+Name:   ghc-%{pkg_name}
 Version:2.0.9
 Release:0
 Summary:A toolkit for making compile-time interpolated templates
-Group:  System/Libraries
-
 License:MIT
+Group:  System/Libraries
 Url:https://hackage.haskell.org/package/%{pkg_name}
 Source0:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-
 BuildRequires:  ghc-Cabal-devel
-BuildRequires:  ghc-rpm-macros
 # Begin cabal-rpm deps:
 BuildRequires:  ghc-aeson-devel
 BuildRequires:  ghc-blaze-html-devel
@@ -42,10 +37,15 @@
 BuildRequires:  ghc-exceptions-devel
 BuildRequires:  ghc-parsec-devel
 BuildRequires:  ghc-process-devel
+BuildRequires:  ghc-rpm-macros
+BuildRequires:  ghc-scientific-devel
 BuildRequires:  ghc-template-haskell-devel
 BuildRequires:  ghc-text-devel
 BuildRequires:  ghc-time-devel
 BuildRequires:  ghc-transformers-devel
+BuildRequires:  ghc-unordered-containers-devel
+BuildRequires:  ghc-vector-devel
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %if %{with tests}
 BuildRequires:  ghc-HUnit-devel
 BuildRequires:  ghc-hspec-devel
@@ -64,25 +64,22 @@
 Note there is no dependency on haskell-src-extras. Instead Shakespeare believes
 logic should stay out of templates and has its own minimal Haskell parser.
 
-Packages that use this: shakespeare-js, shakespeare-css, shakespeare-text,
-hamlet, and xml-hamlet
+Packages that use this: xml-hamlet
 
 Please see the documentation at
  for more details.
 
-
 %package devel
 Summary:Haskell %{pkg_name} library development files
 Group:  Development/Libraries/Other
+Requires:   %{name} = %{version}-%{release}
 Requires:   ghc-compiler = %{ghc_version}
 Requires(post): ghc-compiler = %{ghc_version}
 Requires(postun): ghc-compiler = %{ghc_version}
-Requires:   %{name} = %{version}-%{release}
 
 %description devel
 This package provides the Haskell %{pkg_name} library development files.
 
-
 %prep
 %setup -q -n %{pkg_name}-%{version}
 
@@ -97,25 +94,22 @@
 
 %check
 %if %{with tests}
-%cabal test
+%{cabal} test
 %endif
 
 
 %post devel
 %ghc_pkg_recache
 
-
 %postun devel
 %ghc_pkg_recache
 
-
 %files -f %{name}.files
 %defattr(-,root,root,-)
 %doc LICENSE
 
-
 %files devel -f %{name}-devel.files
 %defattr(-,root,root,-)
-
+%doc ChangeLog.md
 
 %changelog




commit ghc-prelude-extras for openSUSE:Factory

2016-07-27 Thread h_root
Hello community,

here is the log from the commit of package ghc-prelude-extras for 
openSUSE:Factory checked in at 2016-07-27 16:08:56

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


Package is "ghc-prelude-extras"

Changes:

--- /work/SRC/openSUSE:Factory/ghc-prelude-extras/ghc-prelude-extras.changes
2016-01-22 01:08:51.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.ghc-prelude-extras.new/ghc-prelude-extras.changes   
2016-07-27 16:09:11.0 +0200
@@ -1,0 +2,5 @@
+Sun Jul 10 17:06:23 UTC 2016 - psim...@suse.com
+
+- Update to version 0.4.0.3 revision 0 with cabal2obs.
+
+---



Other differences:
--
++ ghc-prelude-extras.spec ++
--- /var/tmp/diff_new_pack.rxujfo/_old  2016-07-27 16:09:12.0 +0200
+++ /var/tmp/diff_new_pack.rxujfo/_new  2016-07-27 16:09:12.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-prelude-extras
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,50 +17,48 @@
 
 
 %global pkg_name prelude-extras
-
-Name:   ghc-prelude-extras
+Name:   ghc-%{pkg_name}
 Version:0.4.0.3
 Release:0
-Summary:Haskell 98 - higher order versions of Prelude classes
+Summary:Higher order versions of Prelude classes
 License:BSD-3-Clause
 Group:  System/Libraries
-
 Url:https://hackage.haskell.org/package/%{pkg_name}
 Source0:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-
 BuildRequires:  ghc-Cabal-devel
 BuildRequires:  ghc-rpm-macros
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
-Haskell 98 - higher order versions of Prelude classes to ease programming with
-polymorphic recursion and reduce UndecidableInstances
+Higher order versions of Prelude classes to ease programming with polymorphic
+recursion and reduce UndecidableInstances
 
 See  for further discussion
 of the approach taken here.
 
-
 %package devel
 Summary:Haskell %{pkg_name} library development files
 Group:  Development/Libraries/Other
+Requires:   %{name} = %{version}-%{release}
 Requires:   ghc-compiler = %{ghc_version}
 Requires(post): ghc-compiler = %{ghc_version}
 Requires(postun): ghc-compiler = %{ghc_version}
-Requires:   %{name} = %{version}-%{release}
 
 %description devel
 This package provides the Haskell %{pkg_name} library development files.
 
-
 %prep
 %setup -q -n %{pkg_name}-%{version}
 
+
 %build
 %ghc_lib_build
 
+
 %install
 %ghc_lib_install
 
+
 %post devel
 %ghc_pkg_recache
 
@@ -73,5 +71,6 @@
 
 %files devel -f %{name}-devel.files
 %defattr(-,root,root,-)
+%doc CHANGELOG.markdown
 
 %changelog




commit ghc-refact for openSUSE:Factory

2016-07-27 Thread h_root
Hello community,

here is the log from the commit of package ghc-refact for openSUSE:Factory 
checked in at 2016-07-27 16:09:13

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


Package is "ghc-refact"

Changes:

--- /work/SRC/openSUSE:Factory/ghc-refact/ghc-refact.changes2015-12-01 
09:19:34.0 +0100
+++ /work/SRC/openSUSE:Factory/.ghc-refact.new/ghc-refact.changes   
2016-07-27 16:09:23.0 +0200
@@ -1,0 +2,5 @@
+Sun Jul 10 17:31:35 UTC 2016 - psim...@suse.com
+
+- Update to version 0.3.0.2 revision 0 with cabal2obs.
+
+---



Other differences:
--
++ ghc-refact.spec ++
--- /var/tmp/diff_new_pack.qrSSn6/_old  2016-07-27 16:09:24.0 +0200
+++ /var/tmp/diff_new_pack.qrSSn6/_new  2016-07-27 16:09:24.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-refact
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,49 +17,45 @@
 
 
 %global pkg_name refact
-
-Name:   ghc-refact
+Name:   ghc-%{pkg_name}
 Version:0.3.0.2
 Release:0
 Summary:Specify refactorings to perform with apply-refact
 License:BSD-3-Clause
 Group:  System/Libraries
-
 Url:https://hackage.haskell.org/package/%{pkg_name}
 Source0:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-
 BuildRequires:  ghc-Cabal-devel
 BuildRequires:  ghc-rpm-macros
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
 This library provides a datatype which can be interpreted by apply-refact.
-It exists as a separate library so that applications can specify refactorings
+It exists as a seperate library so that applications can specify refactorings
 without depending on GHC.
 
-
 %package devel
 Summary:Haskell %{pkg_name} library development files
 Group:  Development/Libraries/Other
+Requires:   %{name} = %{version}-%{release}
 Requires:   ghc-compiler = %{ghc_version}
 Requires(post): ghc-compiler = %{ghc_version}
 Requires(postun): ghc-compiler = %{ghc_version}
-Requires:   %{name} = %{version}-%{release}
 
 %description devel
 This package provides the Haskell %{pkg_name} library development files.
 
-
 %prep
 %setup -q -n %{pkg_name}-%{version}
 
+
 %build
 %ghc_lib_build
 
+
 %install
 %ghc_lib_install
 
-rm %{buildroot}/%{_datadir}/%{pkg_name}-%{version} -Rf
 
 %post devel
 %ghc_pkg_recache
@@ -70,10 +66,9 @@
 %files -f %{name}.files
 %defattr(-,root,root,-)
 %doc LICENSE
-%doc CHANGELOG
 
 %files devel -f %{name}-devel.files
 %defattr(-,root,root,-)
-%doc README.md
+%doc CHANGELOG README.md
 
 %changelog




commit ghc-primitive for openSUSE:Factory

2016-07-27 Thread h_root
Hello community,

here is the log from the commit of package ghc-primitive for openSUSE:Factory 
checked in at 2016-07-27 16:08:54

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


Package is "ghc-primitive"

Changes:

--- /work/SRC/openSUSE:Factory/ghc-primitive/ghc-primitive.changes  
2015-09-30 05:52:28.0 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-primitive.new/ghc-primitive.changes 
2016-07-27 16:09:09.0 +0200
@@ -1,0 +2,5 @@
+Sun Jul 10 17:30:05 UTC 2016 - psim...@suse.com
+
+- Update to version 0.6.1.0 revision 1 with cabal2obs.
+
+---

Old:

  _service

New:

  1.cabal



Other differences:
--
++ ghc-primitive.spec ++
--- /var/tmp/diff_new_pack.JjASGT/_old  2016-07-27 16:09:11.0 +0200
+++ /var/tmp/diff_new_pack.JjASGT/_new  2016-07-27 16:09:11.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-primitive
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,21 +17,21 @@
 
 
 %global pkg_name primitive
-
-Name:   ghc-primitive
+Name:   ghc-%{pkg_name}
 Version:0.6.1.0
 Release:0
 Summary:Primitive memory-related operations
 License:BSD-3-Clause
 Group:  System/Libraries
-
-Url:http://hackage.haskell.org/package/%{pkg_name}
-Source0:
http://hackage.haskell.org/packages/archive/%{pkg_name}/%{version}/%{pkg_name}-%{version}.tar.gz
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-
+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
 BuildRequires:  ghc-Cabal-devel
 BuildRequires:  ghc-rpm-macros
+# Begin cabal-rpm deps:
 BuildRequires:  ghc-transformers-devel
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+# End cabal-rpm deps
 
 %description
 This package provides various primitive memory-related operations.
@@ -39,25 +39,27 @@
 %package devel
 Summary:Haskell %{pkg_name} library development files
 Group:  Development/Libraries/Other
-Provides:   %{name}-static = %{version}-%{release}
+Requires:   %{name} = %{version}-%{release}
 Requires:   ghc-compiler = %{ghc_version}
 Requires(post): ghc-compiler = %{ghc_version}
 Requires(postun): ghc-compiler = %{ghc_version}
-Requires:   %{name} = %{version}-%{release}
 
 %description devel
 This package provides the Haskell %{pkg_name} library development files.
 
-
 %prep
 %setup -q -n %{pkg_name}-%{version}
+cp -p %{SOURCE1} %{pkg_name}.cabal
+
 
 %build
 %ghc_lib_build
 
+
 %install
 %ghc_lib_install
 
+
 %post devel
 %ghc_pkg_recache
 
@@ -70,5 +72,6 @@
 
 %files devel -f %{name}-devel.files
 %defattr(-,root,root,-)
+%doc changelog.md
 
 %changelog

++ 1.cabal ++
Name:   primitive
Version:0.6.1.0
x-revision: 1
License:BSD3
License-File:   LICENSE

Author: Roman Leshchinskiy 
Maintainer: librar...@haskell.org
Copyright:  (c) Roman Leshchinskiy 2009-2012
Homepage:   https://github.com/haskell/primitive
Bug-Reports:https://github.com/haskell/primitive/issues
Category:   Data
Synopsis:   Primitive memory-related operations
Cabal-Version:  >= 1.10
Build-Type: Simple
Description:This package provides various primitive memory-related 
operations.

Extra-Source-Files: changelog.md

Library
  Default-Language: Haskell2010
  Other-Extensions:
BangPatterns, CPP, DeriveDataTypeable,
MagicHash, TypeFamilies, UnboxedTuples, UnliftedFFITypes

  Exposed-Modules:
Control.Monad.Primitive
Data.Primitive
Data.Primitive.MachDeps
Data.Primitive.Types
Data.Primitive.Array
Data.Primitive.ByteArray
Data.Primitive.Addr
Data.Primitive.MutVar

  Other-Modules:
Data.Primitive.Internal.Compat
Data.Primitive.Internal.Operations

  Build-Depends: base >= 4.3 && < 4.10
   , ghc-prim >= 0.2 && < 0.6
   , transformers >= 0.2 && < 0.6

  Ghc-Options: -O2 -Wall

  Include-Dirs: cbits
  Install-Includes: primitive-memops.h
  includes: primitive-memops.h
  c-sources: cbits/primitive-memops.c
  cc-options: -O3 -fomit-frame-pointer -Wall
  if !os(solaris)
  cc-options: -ftree-vectorize
  if arch(i386) || 

commit ghc-pureMD5 for openSUSE:Factory

2016-07-27 Thread h_root
Hello community,

here is the log from the commit of package ghc-pureMD5 for openSUSE:Factory 
checked in at 2016-07-27 16:08:59

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


Package is "ghc-pureMD5"

Changes:

--- /work/SRC/openSUSE:Factory/ghc-pureMD5/ghc-pureMD5.changes  2016-05-17 
17:14:40.0 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-pureMD5.new/ghc-pureMD5.changes 
2016-07-27 16:09:12.0 +0200
@@ -1,0 +2,5 @@
+Sun Jul 10 17:28:20 UTC 2016 - psim...@suse.com
+
+- Update to version 2.1.3 revision 0 with cabal2obs.
+
+---



Other differences:
--
++ ghc-pureMD5.spec ++
--- /var/tmp/diff_new_pack.BFDip4/_old  2016-07-27 16:09:13.0 +0200
+++ /var/tmp/diff_new_pack.BFDip4/_new  2016-07-27 16:09:13.0 +0200
@@ -17,54 +17,66 @@
 
 
 %global pkg_name pureMD5
-
-Name:   ghc-pureMD5
+%bcond_with tests
+Name:   ghc-%{pkg_name}
 Version:2.1.3
 Release:0
 Summary:A Haskell-only implementation of the MD5 digest (hash) 
algorithm
 License:BSD-3-Clause
 Group:  System/Libraries
-
 Url:https://hackage.haskell.org/package/%{pkg_name}
 Source0:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-
 BuildRequires:  ghc-Cabal-devel
-BuildRequires:  ghc-rpm-macros
 # Begin cabal-rpm deps:
 BuildRequires:  ghc-binary-devel
 BuildRequires:  ghc-bytestring-devel
 BuildRequires:  ghc-cereal-devel
 BuildRequires:  ghc-crypto-api-devel
+BuildRequires:  ghc-rpm-macros
 BuildRequires:  ghc-tagged-devel
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+%if %{with tests}
+BuildRequires:  ghc-QuickCheck-devel
+BuildRequires:  ghc-crypto-api-tests-devel
+BuildRequires:  ghc-pretty-hex-devel
+BuildRequires:  ghc-test-framework-devel
+BuildRequires:  ghc-test-framework-quickcheck2-devel
+%endif
 # End cabal-rpm deps
 
 %description
 A Haskell-only implementation of the MD5 digest (hash) algorithm. This now
 supports the crypto-api class interface.
 
-
 %package devel
 Summary:Haskell %{pkg_name} library development files
 Group:  Development/Libraries/Other
+Requires:   %{name} = %{version}-%{release}
 Requires:   ghc-compiler = %{ghc_version}
 Requires(post): ghc-compiler = %{ghc_version}
 Requires(postun): ghc-compiler = %{ghc_version}
-Requires:   %{name} = %{version}-%{release}
 
 %description devel
 This package provides the Haskell %{pkg_name} library development files.
 
-
 %prep
 %setup -q -n %{pkg_name}-%{version}
 
+
 %build
 %ghc_lib_build
 
+
 %install
 %ghc_lib_install
 
+
+%check
+%if %{with tests}
+%{cabal} test
+%endif
+
+
 %post devel
 %ghc_pkg_recache
 




commit ghc-shelly for openSUSE:Factory

2016-07-27 Thread h_root
Hello community,

here is the log from the commit of package ghc-shelly for openSUSE:Factory 
checked in at 2016-07-27 16:09:32

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


Package is "ghc-shelly"

Changes:

--- /work/SRC/openSUSE:Factory/ghc-shelly/ghc-shelly.changes2016-07-05 
09:52:56.0 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-shelly.new/ghc-shelly.changes   
2016-07-27 16:09:33.0 +0200
@@ -1,0 +2,5 @@
+Sun Jul 10 17:27:18 UTC 2016 - psim...@suse.com
+
+- Update to version 1.6.8 revision 0 with cabal2obs.
+
+---



Other differences:
--
++ ghc-shelly.spec ++
--- /var/tmp/diff_new_pack.dTElN4/_old  2016-07-27 16:09:34.0 +0200
+++ /var/tmp/diff_new_pack.dTElN4/_new  2016-07-27 16:09:34.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-shelly
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,22 +17,16 @@
 
 
 %global pkg_name shelly
-
 %bcond_with tests
-
-Name:   ghc-shelly
+Name:   ghc-%{pkg_name}
 Version:1.6.8
 Release:0
 Summary:Shell-like (systems) programming in Haskell
 License:BSD-3-Clause
 Group:  System/Libraries
-
 Url:https://hackage.haskell.org/package/%{pkg_name}
 Source0:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-
 BuildRequires:  ghc-Cabal-devel
-BuildRequires:  ghc-rpm-macros
 # Begin cabal-rpm deps:
 BuildRequires:  ghc-async-devel
 BuildRequires:  ghc-bytestring-devel
@@ -45,6 +39,7 @@
 BuildRequires:  ghc-monad-control-devel
 BuildRequires:  ghc-mtl-devel
 BuildRequires:  ghc-process-devel
+BuildRequires:  ghc-rpm-macros
 BuildRequires:  ghc-system-fileio-devel
 BuildRequires:  ghc-system-filepath-devel
 BuildRequires:  ghc-text-devel
@@ -52,6 +47,7 @@
 BuildRequires:  ghc-transformers-base-devel
 BuildRequires:  ghc-transformers-devel
 BuildRequires:  ghc-unix-compat-devel
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %if %{with tests}
 BuildRequires:  ghc-HUnit-devel
 BuildRequires:  ghc-hspec-devel
@@ -78,34 +74,35 @@
 An overview is available in the README:
 .
 
-
 %package devel
 Summary:Haskell %{pkg_name} library development files
 Group:  Development/Libraries/Other
+Requires:   %{name} = %{version}-%{release}
 Requires:   ghc-compiler = %{ghc_version}
 Requires(post): ghc-compiler = %{ghc_version}
 Requires(postun): ghc-compiler = %{ghc_version}
-Requires:   %{name} = %{version}-%{release}
 
 %description devel
 This package provides the Haskell %{pkg_name} library development files.
 
-
 %prep
 %setup -q -n %{pkg_name}-%{version}
-cabal-tweak-dep-ver time '< 1.6' '< 1.7'
+
 
 %build
 %ghc_lib_build
 
+
 %install
 %ghc_lib_install
 
+
 %check
 %if %{with tests}
-%cabal test
+%{cabal} test
 %endif
 
+
 %post devel
 %ghc_pkg_recache
 
@@ -118,6 +115,6 @@
 
 %files devel -f %{name}-devel.files
 %defattr(-,root,root,-)
-%doc README.md
+%doc ChangeLog.md README.md
 
 %changelog




commit ghc-SHA for openSUSE:Factory

2016-07-27 Thread h_root
Hello community,

here is the log from the commit of package ghc-SHA for openSUSE:Factory checked 
in at 2016-07-27 16:09:24

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


Package is "ghc-SHA"

Changes:

--- /work/SRC/openSUSE:Factory/ghc-SHA/ghc-SHA.changes  2015-05-21 
08:14:28.0 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-SHA.new/ghc-SHA.changes 2016-07-27 
16:09:30.0 +0200
@@ -1,0 +2,5 @@
+Sun Jul 10 17:20:16 UTC 2016 - psim...@suse.com
+
+- Update to version 1.6.4.2 revision 0 with cabal2obs.
+
+---



Other differences:
--
++ ghc-SHA.spec ++
--- /var/tmp/diff_new_pack.oIhGva/_old  2016-07-27 16:09:31.0 +0200
+++ /var/tmp/diff_new_pack.oIhGva/_new  2016-07-27 16:09:31.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-SHA
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,28 +15,24 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-%global pkg_name SHA
 
+%global pkg_name SHA
 %bcond_with tests
-
 Name:   ghc-%{pkg_name}
 Version:1.6.4.2
 Release:0
 Summary:Implementations of the SHA suite of message digest functions
-Group:  System/Libraries
-
 License:BSD-3-Clause
+Group:  System/Libraries
 Url:https://hackage.haskell.org/package/%{pkg_name}
 Source0:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-
 BuildRequires:  ghc-Cabal-devel
-BuildRequires:  ghc-rpm-macros
 # Begin cabal-rpm deps:
 BuildRequires:  ghc-array-devel
 BuildRequires:  ghc-binary-devel
 BuildRequires:  ghc-bytestring-devel
-BuildRequires:  ghc-directory-devel
+BuildRequires:  ghc-rpm-macros
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %if %{with tests}
 BuildRequires:  ghc-QuickCheck-devel
 BuildRequires:  ghc-test-framework-devel
@@ -52,14 +48,13 @@
 performance, these do not presently reach the speed of well-tuned libraries,
 like OpenSSL.
 
-
 %package devel
 Summary:Haskell %{pkg_name} library development files
 Group:  Development/Libraries/Other
+Requires:   %{name} = %{version}-%{release}
 Requires:   ghc-compiler = %{ghc_version}
 Requires(post): ghc-compiler = %{ghc_version}
 Requires(postun): ghc-compiler = %{ghc_version}
-Requires:   %{name} = %{version}-%{release}
 
 %description devel
 This package provides the Haskell %{pkg_name} library development files.
@@ -67,17 +62,21 @@
 %prep
 %setup -q -n %{pkg_name}-%{version}
 
+
 %build
 %ghc_lib_build
 
+
 %install
 %ghc_lib_install
 
+
 %check
 %if %{with tests}
-%cabal test
+%{cabal} test
 %endif
 
+
 %post devel
 %ghc_pkg_recache
 




commit ghc-RSA for openSUSE:Factory

2016-07-27 Thread h_root
Hello community,

here is the log from the commit of package ghc-RSA for openSUSE:Factory checked 
in at 2016-07-27 16:09:14

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


Package is "ghc-RSA"

Changes:

--- /work/SRC/openSUSE:Factory/ghc-RSA/ghc-RSA.changes  2016-01-08 
15:22:46.0 +0100
+++ /work/SRC/openSUSE:Factory/.ghc-RSA.new/ghc-RSA.changes 2016-07-27 
16:09:24.0 +0200
@@ -1,0 +2,5 @@
+Sun Jul 10 17:14:02 UTC 2016 - psim...@suse.com
+
+- Update to version 2.2.0 revision 0 with cabal2obs.
+
+---



Other differences:
--
++ ghc-RSA.spec ++
--- /var/tmp/diff_new_pack.FYufG3/_old  2016-07-27 16:09:25.0 +0200
+++ /var/tmp/diff_new_pack.FYufG3/_new  2016-07-27 16:09:25.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-RSA
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,22 +17,16 @@
 
 
 %global pkg_name RSA
-
 %bcond_with tests
-
-Name:   ghc-RSA
+Name:   ghc-%{pkg_name}
 Version:2.2.0
 Release:0
 Summary:Implementation of RSA, using the padding schemes of PKCS#1 v2.1
 License:BSD-3-Clause
 Group:  System/Libraries
-
 Url:https://hackage.haskell.org/package/%{pkg_name}
 Source0:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-
 BuildRequires:  ghc-Cabal-devel
-BuildRequires:  ghc-rpm-macros
 # Begin cabal-rpm deps:
 BuildRequires:  ghc-SHA-devel
 BuildRequires:  ghc-binary-devel
@@ -40,6 +34,8 @@
 BuildRequires:  ghc-crypto-api-devel
 BuildRequires:  ghc-crypto-pubkey-types-devel
 BuildRequires:  ghc-pureMD5-devel
+BuildRequires:  ghc-rpm-macros
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %if %{with tests}
 BuildRequires:  ghc-DRBG-devel
 BuildRequires:  ghc-QuickCheck-devel
@@ -56,33 +52,35 @@
 The algorithms included are based of RFC 3447, or the Public-Key Cryptography
 Standard for RSA, version 2.1 (a.k.a, PKCS#1 v2.1).
 
-
 %package devel
 Summary:Haskell %{pkg_name} library development files
 Group:  Development/Libraries/Other
+Requires:   %{name} = %{version}-%{release}
 Requires:   ghc-compiler = %{ghc_version}
 Requires(post): ghc-compiler = %{ghc_version}
 Requires(postun): ghc-compiler = %{ghc_version}
-Requires:   %{name} = %{version}-%{release}
 
 %description devel
 This package provides the Haskell %{pkg_name} library development files.
 
-
 %prep
 %setup -q -n %{pkg_name}-%{version}
 
+
 %build
 %ghc_lib_build
 
+
 %install
 %ghc_lib_install
 
+
 %check
 %if %{with tests}
-%cabal test
+%{cabal} test
 %endif
 
+
 %post devel
 %ghc_pkg_recache
 




commit ghc-psqueues for openSUSE:Factory

2016-07-27 Thread h_root
Hello community,

here is the log from the commit of package ghc-psqueues for openSUSE:Factory 
checked in at 2016-07-27 16:09:04

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


Package is "ghc-psqueues"

Changes:

--- /work/SRC/openSUSE:Factory/ghc-psqueues/ghc-psqueues.changes
2016-04-30 23:30:28.0 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-psqueues.new/ghc-psqueues.changes   
2016-07-27 16:09:15.0 +0200
@@ -1,0 +2,5 @@
+Sun Jul 10 17:32:24 UTC 2016 - psim...@suse.com
+
+- Update to version 0.2.2.1 revision 0 with cabal2obs.
+
+---



Other differences:
--
++ ghc-psqueues.spec ++
--- /var/tmp/diff_new_pack.hgTFJJ/_old  2016-07-27 16:09:16.0 +0200
+++ /var/tmp/diff_new_pack.hgTFJJ/_new  2016-07-27 16:09:16.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-psqueues
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,26 +15,23 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-%global pkg_name psqueues
 
+%global pkg_name psqueues
 %bcond_with tests
-
-Name:   ghc-psqueues
+Name:   ghc-%{pkg_name}
 Version:0.2.2.1
 Release:0
 Summary:Pure priority search queues
-Group:  System/Libraries
-
 License:BSD-3-Clause
+Group:  System/Libraries
 Url:https://hackage.haskell.org/package/%{pkg_name}
 Source0:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-
 BuildRequires:  ghc-Cabal-devel
-BuildRequires:  ghc-rpm-macros
 # Begin cabal-rpm deps:
 BuildRequires:  ghc-deepseq-devel
 BuildRequires:  ghc-hashable-devel
+BuildRequires:  ghc-rpm-macros
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %if %{with tests}
 BuildRequires:  ghc-HUnit-devel
 BuildRequires:  ghc-QuickCheck-devel
@@ -86,19 +83,17 @@
 
 * Pathfinding algorithms, such as Dijkstra's and A*.
 
-
 %package devel
 Summary:Haskell %{pkg_name} library development files
 Group:  Development/Libraries/Other
+Requires:   %{name} = %{version}-%{release}
 Requires:   ghc-compiler = %{ghc_version}
 Requires(post): ghc-compiler = %{ghc_version}
 Requires(postun): ghc-compiler = %{ghc_version}
-Requires:   %{name} = %{version}-%{release}
 
 %description devel
 This package provides the Haskell %{pkg_name} library development files.
 
-
 %prep
 %setup -q -n %{pkg_name}-%{version}
 
@@ -113,25 +108,22 @@
 
 %check
 %if %{with tests}
-%cabal test
+%{cabal} test
 %endif
 
 
 %post devel
 %ghc_pkg_recache
 
-
 %postun devel
 %ghc_pkg_recache
 
-
 %files -f %{name}.files
 %defattr(-,root,root,-)
 %doc LICENSE
 
-
 %files devel -f %{name}-devel.files
 %defattr(-,root,root,-)
-
+%doc CHANGELOG
 
 %changelog




commit ghc-punycode for openSUSE:Factory

2016-07-27 Thread h_root
Hello community,

here is the log from the commit of package ghc-punycode for openSUSE:Factory 
checked in at 2016-07-27 16:09:00

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


Package is "ghc-punycode"

Changes:

--- /work/SRC/openSUSE:Factory/ghc-punycode/ghc-punycode.changes
2015-05-28 09:55:59.0 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-punycode.new/ghc-punycode.changes   
2016-07-27 16:09:13.0 +0200
@@ -1,0 +2,5 @@
+Sun Jul 10 17:35:10 UTC 2016 - psim...@suse.com
+
+- Update to version 2.0 revision 0 with cabal2obs.
+
+---



Other differences:
--
++ ghc-punycode.spec ++
--- /var/tmp/diff_new_pack.J1lLIE/_old  2016-07-27 16:09:14.0 +0200
+++ /var/tmp/diff_new_pack.J1lLIE/_new  2016-07-27 16:09:14.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-punycode
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,27 +17,23 @@
 
 
 %global pkg_name punycode
-
 %bcond_with tests
-
-Name:   ghc-punycode
+Name:   ghc-%{pkg_name}
 Version:2.0
 Release:0
 Summary:Encode unicode strings to ascii forms according to RFC 3492
 License:BSD-2-Clause
 Group:  System/Libraries
-
 Url:https://hackage.haskell.org/package/%{pkg_name}
 Source0:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-
 BuildRequires:  ghc-Cabal-devel
-BuildRequires:  ghc-rpm-macros
 # Begin cabal-rpm deps:
 BuildRequires:  ghc-bytestring-devel
 BuildRequires:  ghc-cereal-devel
 BuildRequires:  ghc-mtl-devel
+BuildRequires:  ghc-rpm-macros
 BuildRequires:  ghc-text-devel
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %if %{with tests}
 BuildRequires:  ghc-HUnit-devel
 BuildRequires:  ghc-QuickCheck-devel
@@ -51,33 +47,35 @@
 Data.Encoding.BootString from the 'encoding' package also contains an
 implementation of the Punycode algorithm.
 
-
 %package devel
 Summary:Haskell %{pkg_name} library development files
 Group:  Development/Libraries/Other
+Requires:   %{name} = %{version}-%{release}
 Requires:   ghc-compiler = %{ghc_version}
 Requires(post): ghc-compiler = %{ghc_version}
 Requires(postun): ghc-compiler = %{ghc_version}
-Requires:   %{name} = %{version}-%{release}
 
 %description devel
 This package provides the Haskell %{pkg_name} library development files.
 
-
 %prep
 %setup -q -n %{pkg_name}-%{version}
 
+
 %build
 %ghc_lib_build
 
+
 %install
 %ghc_lib_install
 
+
 %check
 %if %{with tests}
-%cabal test
+%{cabal} test
 %endif
 
+
 %post devel
 %ghc_pkg_recache
 




commit ghc-project-template for openSUSE:Factory

2016-07-27 Thread h_root
Hello community,

here is the log from the commit of package ghc-project-template for 
openSUSE:Factory checked in at 2016-07-27 16:08:51

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


Package is "ghc-project-template"

Changes:

--- 
/work/SRC/openSUSE:Factory/ghc-project-template/ghc-project-template.changes
2015-11-26 17:03:03.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.ghc-project-template.new/ghc-project-template.changes
   2016-07-27 16:09:03.0 +0200
@@ -1,0 +2,5 @@
+Sun Jul 10 17:06:32 UTC 2016 - psim...@suse.com
+
+- Update to version 0.2.0 revision 0 with cabal2obs.
+
+---



Other differences:
--
++ ghc-project-template.spec ++
--- /var/tmp/diff_new_pack.MO3vjt/_old  2016-07-27 16:09:04.0 +0200
+++ /var/tmp/diff_new_pack.MO3vjt/_new  2016-07-27 16:09:04.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-project-template
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,23 +15,18 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-%global pkg_name project-template
 
+%global pkg_name project-template
 %bcond_with tests
-
-Name:   ghc-project-template
+Name:   ghc-%{pkg_name}
 Version:0.2.0
 Release:0
 Summary:Specify Haskell project templates and generate files
-Group:  System/Libraries
-
 License:BSD-3-Clause
+Group:  System/Libraries
 Url:https://hackage.haskell.org/package/%{pkg_name}
 Source0:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-
 BuildRequires:  ghc-Cabal-devel
-BuildRequires:  ghc-rpm-macros
 # Begin cabal-rpm deps:
 BuildRequires:  ghc-base64-bytestring-devel
 BuildRequires:  ghc-bytestring-devel
@@ -42,8 +37,10 @@
 BuildRequires:  ghc-filepath-devel
 BuildRequires:  ghc-mtl-devel
 BuildRequires:  ghc-resourcet-devel
+BuildRequires:  ghc-rpm-macros
 BuildRequires:  ghc-text-devel
 BuildRequires:  ghc-transformers-devel
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %if %{with tests}
 BuildRequires:  ghc-QuickCheck-devel
 BuildRequires:  ghc-hspec-devel
@@ -54,20 +51,18 @@
 See initial blog post for explanation:
 .
 
-
 %package devel
 Summary:Haskell %{pkg_name} library development files
 Group:  Development/Libraries/Other
+Requires:   %{name} = %{version}-%{release}
 Requires:   ghc-compiler = %{ghc_version}
 Requires(post): ghc-compiler = %{ghc_version}
 Requires(postun): ghc-compiler = %{ghc_version}
-Requires:   %{name} = %{version}-%{release}
 
 %description devel
 This package provides the Haskell %{pkg_name} library development
 files.
 
-
 %prep
 %setup -q -n %{pkg_name}-%{version}
 
@@ -82,26 +77,22 @@
 
 %check
 %if %{with tests}
-%cabal test
+%{cabal} test
 %endif
 
 
 %post devel
 %ghc_pkg_recache
 
-
 %postun devel
 %ghc_pkg_recache
 
-
 %files -f %{name}.files
 %defattr(-,root,root,-)
 %doc LICENSE
 
-
 %files devel -f %{name}-devel.files
 %defattr(-,root,root,-)
-%doc README.md
-
+%doc ChangeLog.md README.md
 
 %changelog




commit ghc-publicsuffixlist for openSUSE:Factory

2016-07-27 Thread h_root
Hello community,

here is the log from the commit of package ghc-publicsuffixlist for 
openSUSE:Factory checked in at 2016-07-27 16:09:02

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


Package is "ghc-publicsuffixlist"

Changes:

--- 
/work/SRC/openSUSE:Factory/ghc-publicsuffixlist/ghc-publicsuffixlist.changes
2015-05-28 09:54:18.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.ghc-publicsuffixlist.new/ghc-publicsuffixlist.changes
   2016-07-27 16:09:14.0 +0200
@@ -1,0 +2,5 @@
+Sun Jul 10 17:04:38 UTC 2016 - psim...@suse.com
+
+- Update to version 0.1 revision 0 with cabal2obs.
+
+---



Other differences:
--
++ ghc-publicsuffixlist.spec ++
--- /var/tmp/diff_new_pack.jaPbsH/_old  2016-07-27 16:09:15.0 +0200
+++ /var/tmp/diff_new_pack.jaPbsH/_new  2016-07-27 16:09:15.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-publicsuffixlist
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,29 +17,25 @@
 
 
 %global pkg_name publicsuffixlist
-
 %bcond_with tests
-
-Name:   ghc-publicsuffixlist
+Name:   ghc-%{pkg_name}
 Version:0.1
 Release:0
 Summary:Is a given string a domain suffix?
 License:BSD-2-Clause
 Group:  System/Libraries
-
 Url:https://hackage.haskell.org/package/%{pkg_name}
 Source0:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-
 BuildRequires:  ghc-Cabal-devel
-BuildRequires:  ghc-rpm-macros
 # Begin cabal-rpm deps:
 BuildRequires:  ghc-bytestring-devel
 BuildRequires:  ghc-cereal-devel
 BuildRequires:  ghc-containers-devel
 BuildRequires:  ghc-data-default-devel
+BuildRequires:  ghc-rpm-macros
 BuildRequires:  ghc-text-devel
 BuildRequires:  ghc-utf8-string-devel
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %if %{with tests}
 BuildRequires:  ghc-HUnit-devel
 BuildRequires:  ghc-idna-devel
@@ -49,14 +45,13 @@
 %description
 Is a given string a domain suffix?.
 
-
 %package devel
 Summary:Haskell %{pkg_name} library development files
 Group:  Development/Libraries/Other
+Requires:   %{name} = %{version}-%{release}
 Requires:   ghc-compiler = %{ghc_version}
 Requires(post): ghc-compiler = %{ghc_version}
 Requires(postun): ghc-compiler = %{ghc_version}
-Requires:   %{name} = %{version}-%{release}
 
 %description devel
 This package provides the Haskell %{pkg_name} library development
@@ -65,17 +60,21 @@
 %prep
 %setup -q -n %{pkg_name}-%{version}
 
+
 %build
 %ghc_lib_build
 
+
 %install
 %ghc_lib_install
 
+
 %check
 %if %{with tests}
-%cabal test
+%{cabal} test
 %endif
 
+
 %post devel
 %ghc_pkg_recache
 




commit ghc-raw-strings-qq for openSUSE:Factory

2016-07-27 Thread h_root
Hello community,

here is the log from the commit of package ghc-raw-strings-qq for 
openSUSE:Factory checked in at 2016-07-27 16:09:11

Comparing /work/SRC/openSUSE:Factory/ghc-raw-strings-qq (Old)
 and  /work/SRC/openSUSE:Factory/.ghc-raw-strings-qq.new (New)


Package is "ghc-raw-strings-qq"

Changes:

--- /work/SRC/openSUSE:Factory/ghc-raw-strings-qq/ghc-raw-strings-qq.changes
2016-04-15 19:11:57.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.ghc-raw-strings-qq.new/ghc-raw-strings-qq.changes   
2016-07-27 16:09:21.0 +0200
@@ -1,0 +2,5 @@
+Sun Jul 10 17:18:49 UTC 2016 - psim...@suse.com
+
+- Update to version 1.1 revision 0 with cabal2obs.
+
+---



Other differences:
--
++ ghc-raw-strings-qq.spec ++
--- /var/tmp/diff_new_pack.zALgT4/_old  2016-07-27 16:09:22.0 +0200
+++ /var/tmp/diff_new_pack.zALgT4/_new  2016-07-27 16:09:22.0 +0200
@@ -15,25 +15,22 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-%global pkg_name raw-strings-qq
-
-%bcond_without tests
 
+%global pkg_name raw-strings-qq
+%bcond_with tests
 Name:   ghc-%{pkg_name}
 Version:1.1
 Release:0
 Summary:Raw string literals for Haskell
-Group:  System/Libraries
-
 License:BSD-3-Clause
+Group:  System/Libraries
 Url:https://hackage.haskell.org/package/%{pkg_name}
 Source0:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-
 BuildRequires:  ghc-Cabal-devel
 BuildRequires:  ghc-rpm-macros
 # Begin cabal-rpm deps:
 BuildRequires:  ghc-template-haskell-devel
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %if %{with tests}
 BuildRequires:  ghc-HUnit-devel
 %endif
@@ -48,19 +45,17 @@
 
 See 'examples/RawRegex.hs' for a usage example.
 
-
 %package devel
 Summary:Haskell %{pkg_name} library development files
 Group:  Development/Libraries/Other
+Requires:   %{name} = %{version}-%{release}
 Requires:   ghc-compiler = %{ghc_version}
 Requires(post): ghc-compiler = %{ghc_version}
 Requires(postun): ghc-compiler = %{ghc_version}
-Requires:   %{name} = %{version}-%{release}
 
 %description devel
 This package provides the Haskell %{pkg_name} library development files.
 
-
 %prep
 %setup -q -n %{pkg_name}-%{version}
 
@@ -75,26 +70,22 @@
 
 %check
 %if %{with tests}
-%cabal test
+%{cabal} test
 %endif
 
 
 %post devel
 %ghc_pkg_recache
 
-
 %postun devel
 %ghc_pkg_recache
 
-
 %files -f %{name}.files
 %defattr(-,root,root,-)
 %doc LICENSE
 
-
 %files devel -f %{name}-devel.files
 %defattr(-,root,root,-)
-%doc examples
-
+%doc ChangeLog examples
 
 %changelog




commit xorg-x11-server for openSUSE:Factory

2016-07-27 Thread h_root
Hello community,

here is the log from the commit of package xorg-x11-server for openSUSE:Factory 
checked in at 2016-07-27 16:08:38

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


Package is "xorg-x11-server"

Changes:

--- /work/SRC/openSUSE:Factory/xorg-x11-server/xorg-x11-server.changes  
2016-05-26 23:53:53.0 +0200
+++ /work/SRC/openSUSE:Factory/.xorg-x11-server.new/xorg-x11-server.changes 
2016-07-27 16:08:55.0 +0200
@@ -1,0 +2,18 @@
+Tue Jul 19 22:44:59 UTC 2016 - tobias.johannes.klausm...@mni.thm.de
+
+- Update to version 1.18.4:
+  Another pile of backports from the devel branch, primarily in glamor,
+  xwayland, and the modesetting driver.
+- Remove included patches:
+  + u_x86emu-include-order.patch
+  + U_modesetting-set-driverPrivate-to-NULL-after-closing-fd.patch
+- Update patches to reflect upstream changes:
+  + U_glamor-Remove-the-FBO-cache.patch
+
+---
+Tue Jul 19 12:01:14 UTC 2016 - msta...@suse.com
+
+- U_glamor-Remove-the-FBO-cache.patch
+  Fixes (bsc#983743) by not keeping >1 GB of VRAM busy.
+
+---

Old:

  U_modesetting-set-driverPrivate-to-NULL-after-closing-fd.patch
  u_x86emu-include-order.patch
  xorg-server-1.18.3.tar.bz2

New:

  U_glamor-Remove-the-FBO-cache.patch
  xorg-server-1.18.4.tar.bz2



Other differences:
--
++ xorg-x11-server.spec ++
--- /var/tmp/diff_new_pack.ckBvZ4/_old  2016-07-27 16:08:56.0 +0200
+++ /var/tmp/diff_new_pack.ckBvZ4/_new  2016-07-27 16:08:56.0 +0200
@@ -42,7 +42,7 @@
 
 Name:   xorg-x11-server
 
-%define dirsuffix 1.18.3
+%define dirsuffix 1.18.4
 
 Summary:X
 License:MIT
@@ -186,7 +186,6 @@
 Patch100:   u_01-Improved-ConfineToShape.patch
 Patch101:   
u_02-DIX-ConfineTo-Don-t-bother-about-the-bounding-box-when-grabbing-a-shaped-window.patch
 # PATCH-FIX-UPSTREAM u_x86emu-include-order.patch sch...@suse.de -- Change 
include order to avoid conflict with system header, remove duplicate definitions
-Patch102:   u_x86emu-include-order.patch
 Patch104:   u_xorg-server-xdmcp.patch
 Patch112:   
u_render-Cast-color-masks-to-unsigned-long-before-shifting-them.patch
 
@@ -201,6 +200,8 @@
 Patch209:   
u_pci-primary-Fix-up-primary-PCI-device-detection-for-the-platfrom-bus.patch
 Patch210:   u_os-connections-Check-for-stale-FDs.patch
 
+Patch600:   U_glamor-Remove-the-FBO-cache.patch
+
 Patch1000:  n_xserver-optimus-autoconfig-hack.patch
 
 Patch1162:  b_cache-xkbcomp-output-for-fast-start-up.patch
@@ -216,7 +217,6 @@
 Patch1229:  U_kdrive-introduce-input-hot-plugging-support-for-udev.patch
 Patch1230:  U_kdrive-add-options-to-set-default-XKB-properties.patch
 Patch1232:  U_config-udev-distinguish-between-real-keyboards-and-o.patch
-Patch1233:  U_modesetting-set-driverPrivate-to-NULL-after-closing-fd.patch
 
 %description
 This package contains the X.Org Server.
@@ -322,7 +322,6 @@
 #
 %patch100 -p1
 #%patch101 -p1
-%patch102 -p1
 %patch104 -p1
 
 %patch112 -p1
@@ -338,6 +337,8 @@
 %patch209 -p1
 %patch210 -p1
 
+%patch600 -p1
+
 %patch1000 -p1
 
 ### disabled for now
@@ -357,7 +358,6 @@
 %patch1230 -p1
 
 %patch1232 -p1
-%patch1233 -p1
 
 %build
 test -e source-file-list || \

++ U_glamor-Remove-the-FBO-cache.patch ++
From: Eric Anholt 
Date: Fri Nov 6 12:27:42 2015 -0800
Subject: [PATCH]glamor: Remove the FBO cache.
Patch-mainline: Upstream
Git-repo: git://anongit.freedesktop.org/xorg/xserver
Git-commit: 950ffb8d6fd1480f305e38c571bda44f247f1de2
References: bsc#983743
Signed-off-by: Max Staudt 

It is a modest performance improvement (2.7% on Intel), with the
significant downside that it keeps extra pixmap contents laying around
for 1000 BlockHandlers without the ability for the system to purge
them when under memory pressure, and tiled renderers don't know that
we could avoid reading their current contents when beginning to render
again.  We could use the FB invalidate functions, but they aren't
always available, aren't hooked up well in Mesa, and would eat into
the performance gains of having the cache.

[ajax: rebased to master]

Reviewed-by: Adam Jackson 
---
 glamor/glamor.c  |   5 --
 glamor/glamor_fbo.c  | 237 ++-
 glamor/glamor_priv.h |  27 --
 3 files changed, 6 insertions(+), 263 deletions(-)

diff --git a/glamor/glamor.c b/glamor/glamor.c
index 9c6a0d1..93c94b9 100644
--- a/glamor/glamor.c
+++ b/glamor/glamor.c
@@ -110,7 +110,6 @@ glamor_set_pixmap_texture(PixmapPtr 

commit ghc-polyparse for openSUSE:Factory

2016-07-27 Thread h_root
Hello community,

here is the log from the commit of package ghc-polyparse for openSUSE:Factory 
checked in at 2016-07-27 16:08:47

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


Package is "ghc-polyparse"

Changes:

--- /work/SRC/openSUSE:Factory/ghc-polyparse/ghc-polyparse.changes  
2016-05-31 12:24:32.0 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-polyparse.new/ghc-polyparse.changes 
2016-07-27 16:09:02.0 +0200
@@ -1,0 +2,5 @@
+Sun Jul 10 17:27:36 UTC 2016 - psim...@suse.com
+
+- Update to version 1.12 revision 0 with cabal2obs.
+
+---



Other differences:
--
++ ghc-polyparse.spec ++
--- /var/tmp/diff_new_pack.LAjIeP/_old  2016-07-27 16:09:03.0 +0200
+++ /var/tmp/diff_new_pack.LAjIeP/_new  2016-07-27 16:09:03.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-polyparse
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,21 +17,21 @@
 
 
 %global pkg_name polyparse
-# no useful debuginfo for Haskell packages without C sources
-%global debug_package %{nil}
 Name:   ghc-%{pkg_name}
 Version:1.12
 Release:0
 Summary:A variety of alternative parser combinator libraries
 License:LGPL-2.0+
-Group:  Development/Libraries/Other
-Url:http://hackage.haskell.org/package/%{pkg_name}
-Source0:
http://hackage.haskell.org/packages/archive/%{pkg_name}/%{version}/%{pkg_name}-%{version}.tar.gz
+Group:  System/Libraries
+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
+# Begin cabal-rpm deps:
 BuildRequires:  ghc-bytestring-devel
 BuildRequires:  ghc-rpm-macros
 BuildRequires:  ghc-text-devel
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+# End cabal-rpm deps
 
 %description
 A variety of alternative parser combinator libraries, including the original
@@ -44,6 +44,9 @@
 Summary:Haskell %{pkg_name} library development files
 Group:  Development/Libraries/Other
 Requires:   %{name} = %{version}-%{release}
+Requires:   ghc-compiler = %{ghc_version}
+Requires(post): ghc-compiler = %{ghc_version}
+Requires(postun): ghc-compiler = %{ghc_version}
 
 %description devel
 This package provides the Haskell %{pkg_name} library development files.
@@ -51,17 +54,20 @@
 %prep
 %setup -q -n %{pkg_name}-%{version}
 
+
 %build
-%{ghc_lib_build}
+%ghc_lib_build
+
 
 %install
-%{ghc_lib_install}
+%ghc_lib_install
+
 
 %post devel
-%{ghc_pkg_recache}
+%ghc_pkg_recache
 
 %postun devel
-%{ghc_pkg_recache}
+%ghc_pkg_recache
 
 %files -f %{name}.files
 %defattr(-,root,root,-)
@@ -69,5 +75,6 @@
 
 %files devel -f %{name}-devel.files
 %defattr(-,root,root,-)
+%doc LICENCE-LGPL LICENCE-commercial
 
 %changelog




commit ghc-parsers for openSUSE:Factory

2016-07-27 Thread h_root
Hello community,

here is the log from the commit of package ghc-parsers for openSUSE:Factory 
checked in at 2016-07-27 16:08:45

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


Package is "ghc-parsers"

Changes:

--- /work/SRC/openSUSE:Factory/ghc-parsers/ghc-parsers.changes  2016-06-25 
02:21:54.0 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-parsers.new/ghc-parsers.changes 
2016-07-27 16:09:01.0 +0200
@@ -1,0 +2,5 @@
+Sun Jul 10 17:26:34 UTC 2016 - psim...@suse.com
+
+- Update to version 0.12.4 revision 0 with cabal2obs.
+
+---



Other differences:
--
++ ghc-parsers.spec ++
--- /var/tmp/diff_new_pack.wkc0yu/_old  2016-07-27 16:09:02.0 +0200
+++ /var/tmp/diff_new_pack.wkc0yu/_new  2016-07-27 16:09:02.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-parsers
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,33 +15,30 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-%global pkg_name parsers
 
+%global pkg_name parsers
 %bcond_with tests
-
-Name:   ghc-parsers
+Name:   ghc-%{pkg_name}
 Version:0.12.4
 Release:0
 Summary:Parsing combinators
-Group:  System/Libraries
-
 License:BSD-3-Clause
+Group:  System/Libraries
 Url:https://hackage.haskell.org/package/%{pkg_name}
 Source0:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-
 BuildRequires:  ghc-Cabal-devel
-BuildRequires:  ghc-rpm-macros
 # Begin cabal-rpm deps:
 BuildRequires:  ghc-attoparsec-devel
 BuildRequires:  ghc-base-orphans-devel
 BuildRequires:  ghc-charset-devel
 BuildRequires:  ghc-containers-devel
 BuildRequires:  ghc-parsec-devel
+BuildRequires:  ghc-rpm-macros
 BuildRequires:  ghc-scientific-devel
 BuildRequires:  ghc-text-devel
 BuildRequires:  ghc-transformers-devel
 BuildRequires:  ghc-unordered-containers-devel
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %if %{with tests}
 BuildRequires:  ghc-QuickCheck-devel
 BuildRequires:  ghc-bytestring-devel
@@ -61,19 +58,17 @@
 access to a large number of canned definitions. Instances exist for the parsers
 provided by 'parsec', 'attoparsec' and base’s "Text.Read".
 
-
 %package devel
 Summary:Haskell %{pkg_name} library development files
 Group:  Development/Libraries/Other
+Requires:   %{name} = %{version}-%{release}
 Requires:   ghc-compiler = %{ghc_version}
 Requires(post): ghc-compiler = %{ghc_version}
 Requires(postun): ghc-compiler = %{ghc_version}
-Requires:   %{name} = %{version}-%{release}
 
 %description devel
 This package provides the Haskell %{pkg_name} library development files.
 
-
 %prep
 %setup -q -n %{pkg_name}-%{version}
 
@@ -88,25 +83,21 @@
 
 %check
 %if %{with tests}
-%cabal test
+%{cabal} test
 %endif
 
 
 %post devel
 %ghc_pkg_recache
 
-
 %postun devel
 %ghc_pkg_recache
 
-
 %files -f %{name}.files
 %defattr(-,root,root,-)
 %doc LICENSE
 
-
 %files devel -f %{name}-devel.files
 %defattr(-,root,root,-)
 
-
 %changelog




commit libreoffice for openSUSE:Factory

2016-07-27 Thread h_root
Hello community,

here is the log from the commit of package libreoffice for openSUSE:Factory 
checked in at 2016-07-27 16:08:26

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


Package is "libreoffice"

Changes:

--- /work/SRC/openSUSE:Factory/libreoffice/libreoffice.changes  2016-07-07 
15:09:11.0 +0200
+++ /work/SRC/openSUSE:Factory/.libreoffice.new/libreoffice.changes 
2016-07-27 16:08:36.0 +0200
@@ -1,0 +2,12 @@
+Fri Jul 22 21:40:26 UTC 2016 - tchva...@suse.com
+
+- Version update to 5.2.0.3:
+  * More bugfixes for the first series of the 5.2 branch
+
+---
+Thu Jul 14 08:46:19 UTC 2016 - tchva...@suse.com
+
+- Version update to 5.2.0.2:
+  * Various bugfixes on road to 5.2 this time rc2
+
+---

Old:

  libreoffice-5.2.0.1.tar.xz
  libreoffice-help-5.2.0.1.tar.xz
  libreoffice-translations-5.2.0.1.tar.xz

New:

  libreoffice-5.2.0.3.tar.xz
  libreoffice-help-5.2.0.3.tar.xz
  libreoffice-translations-5.2.0.3.tar.xz



Other differences:
--
++ libreoffice.spec ++
--- /var/tmp/diff_new_pack.FUjCbW/_old  2016-07-27 16:08:46.0 +0200
+++ /var/tmp/diff_new_pack.FUjCbW/_new  2016-07-27 16:08:46.0 +0200
@@ -30,7 +30,7 @@
 %bcond_with kdeintegration
 %endif
 Name:   libreoffice
-Version:5.2.0.1
+Version:5.2.0.3
 Release:0
 Summary:A Free Office Suite (Framework)
 License:Apache-2.0 and Artistic-1.0 and BSD-3-Clause and BSD-4-Clause 
and GPL-2.0+ and LPPL-1.3c and LGPL-2.1+ and LGPL-3.0 and MPL-1.1 and MIT and 
SUSE-Public-Domain and W3C







++ libreoffice-5.2.0.1.tar.xz -> libreoffice-5.2.0.3.tar.xz ++
/work/SRC/openSUSE:Factory/libreoffice/libreoffice-5.2.0.1.tar.xz 
/work/SRC/openSUSE:Factory/.libreoffice.new/libreoffice-5.2.0.3.tar.xz differ: 
char 26, line 1

++ libreoffice-help-5.2.0.1.tar.xz -> libreoffice-help-5.2.0.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libreoffice-5.2.0.1/ChangeLog-helpcontent2 
new/libreoffice-5.2.0.3/ChangeLog-helpcontent2
--- old/libreoffice-5.2.0.1/ChangeLog-helpcontent2  2016-06-22 
01:34:20.0 +0200
+++ new/libreoffice-5.2.0.3/ChangeLog-helpcontent2  2016-07-19 
21:54:36.0 +0200
@@ -1,8 +1,28 @@
-2016-06-22  Christian Lohmaier    
[e4a7c43dfe8d2d48b80204924991b9e4768bd686]
+2016-07-19  Christian Lohmaier    
[f2ca6d6bf85eb0d6467134d019816db66bab893e]
 
-Version 5.2.0.1, tag libreoffice-5.2.0.1
+Version 5.2.0.3, tag libreoffice-5.2.0.3
 
-Change-Id: Id6cf45358071a845b9df3462e35cb1b64f1f5153
+Change-Id: I9956a01804061d9898769c0db5ee4236dc7594ff
+
+2016-07-07  Christian Lohmaier    
[4357ad5b500691531e20aa96077ce2bfcd3d640a]
+
+Version 5.2.0.2, tag libreoffice-5.2.0.2
+
+Change-Id: Ic117c2199ace732725abe2797b67c05d94b66f7d
+
+2016-07-07  Christian Lohmaier    
[4354b289987ea5ec7518949abb902d0b52dcd722]
+
+Branch libreoffice-5-2-0
+
+This is 'libreoffice-5-2-0' - the stable branch for the 5.2.0 release.
+Only very safe changes, reviewed by three people are allowed.
+
+If you want to commit more complicated fix for the next 5.2.x release,
+please use the 'libreoffice-5-2' branch.
+
+If you want to build something cool, unstable, and risky, use master.
+
+Change-Id: Id529a39e81a0e6879ca8e3ca7574346811800019
 
 2016-06-21  Christian Lohmaier    
[3f4fadf4e649f0b196c131ecc51e09921e35da85]
 

++ libreoffice-translations-5.2.0.1.tar.xz -> 
libreoffice-translations-5.2.0.3.tar.xz ++
/work/SRC/openSUSE:Factory/libreoffice/libreoffice-translations-5.2.0.1.tar.xz 
/work/SRC/openSUSE:Factory/.libreoffice.new/libreoffice-translations-5.2.0.3.tar.xz
 differ: char 26, line 1




commit MozillaFirefox for openSUSE:Factory

2016-07-27 Thread h_root
Hello community,

here is the log from the commit of package MozillaFirefox for openSUSE:Factory 
checked in at 2016-07-27 16:08:32

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


Package is "MozillaFirefox"

Changes:

--- /work/SRC/openSUSE:Factory/MozillaFirefox/MozillaFirefox.changes
2016-07-01 09:54:06.0 +0200
+++ /work/SRC/openSUSE:Factory/.MozillaFirefox.new/MozillaFirefox.changes   
2016-07-27 16:08:48.0 +0200
@@ -1,0 +2,12 @@
+Sat Jul 23 20:13:08 UTC 2016 - antoine.belv...@laposte.net
+
+- Fix Firefox crash on startup on i586 (boo#986541):
+  * Add -fno-delete-null-pointer-checks and
+-fno-inline-small-functions to CFLAGS
+
+---
+Tue Jul 19 20:12:11 UTC 2016 - mailaen...@opensuse.org
+
+- Update the appdata.xml file (replace Windows XP screenshot)
+
+---



Other differences:
--
++ MozillaFirefox.spec ++
--- /var/tmp/diff_new_pack.dyrh6y/_old  2016-07-27 16:08:53.0 +0200
+++ /var/tmp/diff_new_pack.dyrh6y/_new  2016-07-27 16:08:53.0 +0200
@@ -294,6 +294,10 @@
 export MOZ_TELEMETRY_REPORTING=1
 export MOZ_GOOGLE_API_KEY=%{_google_api_key}
 export CFLAGS="%{optflags} -fno-strict-aliasing"
+# boo#986541: add -fno-delete-null-pointer-checks and 
-fno-inline-small-functions for gcc6
+%if 0%{?suse_version} > 1320
+export CFLAGS="$CFLAGS -fno-delete-null-pointer-checks 
-fno-inline-small-functions"
+%endif
 %ifarch %arm
 export CFLAGS="${CFLAGS/-g / }"
 %endif


++ firefox-appdata.xml ++
--- /var/tmp/diff_new_pack.dyrh6y/_old  2016-07-27 16:08:53.0 +0200
+++ /var/tmp/diff_new_pack.dyrh6y/_new  2016-07-27 16:08:53.0 +0200
@@ -1,9 +1,7 @@
 
-
-
-
 
 
@@ -11,21 +9,14 @@
   CC0-1.0
   
 
-  Bringing together all kinds of awesomeness to make browsing better for 
you.
-  Get to your favorite sites quickly – even if you don’t remember the URLs.
-  Type your term into the location bar (aka the Awesome Bar) and the 
autocomplete
-  function will include possible matches from your browsing history, 
bookmarked
-  sites and open tabs.
+ Mozilla Firefox is a standalone web browser, designed for standards
+ compliance and performance. Its functionality can be enhanced via a
+ plethora of addons.
 
-
   
-  http://www.mozilla.org/en-US/
+  https://www.mozilla.org/firefox/
   
-  
-https://wiki.mozilla.org/images/e/e1/Bon_Echo_Beta_2_Screen_Shot_1.PNG
+https://addons.cdn.mozilla.net/user-media/previews/full/159/159648.png
   
-  
 
 





commit syslogd for openSUSE:Factory

2016-07-27 Thread h_root
Hello community,

here is the log from the commit of package syslogd for openSUSE:Factory checked 
in at 2016-07-27 16:08:19

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


Package is "syslogd"

Changes:

--- /work/SRC/openSUSE:Factory/syslogd/syslogd.changes  2016-02-03 
10:17:07.0 +0100
+++ /work/SRC/openSUSE:Factory/.syslogd.new/syslogd.changes 2016-07-27 
16:08:20.0 +0200
@@ -1,0 +2,13 @@
+Thu Jul 21 10:31:27 UTC 2016 - tchva...@suse.com
+
+- Add requires on klogd, previously in requires(pre); should fix
+  issue found in sr#412257
+
+---
+Mon Jun 27 12:22:47 UTC 2016 - tchva...@suse.com
+
+- Cleanup various rpmlint warnings
+- Use upstream url and sources
+- Remove the omv files, not needed
+
+---

Old:

  sysklogd-1.4.1.tar.bz2
  syslog.xml

New:

  sysklogd-1.4.1.tar.gz



Other differences:
--
++ syslogd.spec ++
--- /var/tmp/diff_new_pack.tgFwfh/_old  2016-07-27 16:08:21.0 +0200
+++ /var/tmp/diff_new_pack.tgFwfh/_new  2016-07-27 16:08:21.0 +0200
@@ -16,38 +16,20 @@
 #
 
 
-Name:   syslogd
-%define omc_prefix /usr/share/omc
-%define omc_svcdir %{omc_prefix}/svcinfo.d
 %if ! %{defined _rundir}
 %define _rundir %{_localstatedir}/run
 %endif
-BuildRequires:  pkg-config
-BuildRequires:  pkgconfig(systemd)
-%{?systemd_requires}
-%define sysdsysunitdir %{_unitdir}
-Requires(post):   %fillup_prereq
-Requires(post):   permissions
-Requires(pre):coreutils
-Requires(pre):klogd
-Requires(pre):sed
-# Note: this package is for >= 12.3 only
-# and does not provide LSB init scripts!
-Requires(pre):  syslog-service >= 2.0
-Provides:   sysklogd
-Provides:   syslog
-Provides:   sysvinit(syslog)
-Conflicts:  otherproviders(syslog)
+Name:   syslogd
 Version:1.4.1
 Release:0
 Summary:The Syslog daemon
 License:GPL-2.0+
 Group:  System/Daemons
-Source: sysklogd-1.4.1.tar.bz2
+Url:http://www.infodrom.org/projects/sysklogd/
+Source: 
http://www.infodrom.org/projects/sysklogd/download/sysklogd-%{version}.tar.gz
 Source1:logrotate.syslog
 Source2:sysconfig.syslogd
 Source3:sysconfig.klogd
-Source4:syslog.xml
 Source5:syslog.8
 Source6:klog.service
 Source7:klogd.service
@@ -86,7 +68,20 @@
 # PATCH-FIX-SUSE bsc#897262, CVE-2014-3634 rsyslog/syslogd: remote syslog PRI 
vulnerability
 Patch28:sysklogd-1.4.1-CVE-2014-3634.patch
 Patch29:klogd-obsolete.patch
+BuildRequires:  pkgconfig
+BuildRequires:  pkgconfig(systemd)
+Requires:   klogd
+Requires(post): %fillup_prereq
+Requires(post): permissions
+# Note: this package is for >= 12.3 only
+# and does not provide LSB init scripts!
+Requires(pre):  syslog-service >= 2.0
+Conflicts:  otherproviders(syslog)
+Provides:   sysklogd
+Provides:   syslog
+Provides:   sysvinit(syslog)
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+%{?systemd_requires}
 
 %description
 The syslogd daemon is the general system logging daemon, which is
@@ -95,20 +90,10 @@
 This version of syslogd is similar to the standard Berkeley product,
 but with a number of compatible extensions.
 
-
-
-Authors:
-
-Dr. Greg Wettstein 
-Stephen Tweedie 
-Juha Virtanen 
-Shane Alderton 
-
 %package -n klogd
-Provides:   klogd:/sbin/klogd
-Requires(post): %fillup_prereq
 Summary:The kernel log daemon
 Group:  System/Daemons
+Requires(post): %fillup_prereq
 
 %description -n klogd
 The klogd daemon 'listens' to kernel log messages, prioritizes them,
@@ -117,115 +102,98 @@
 This version of klogd will optionally translate kernel addresses to
 their symbolic equivalents if provided with a system map.
 
-
-
-Authors:
-
-Dr. Greg Wettstein 
-Stephen Tweedie 
-Juha Virtanen 
-Shane Alderton 
-
 %package -n syslog-service
-Requires(post): %fillup_prereq
+Version:2.0
+Release:0
+Summary:Syslog service files & scripts
+Group:  System/Daemons
 Requires:   logrotate
 Requires:   syslog
 Requires:   sysvinit(network)
-Summary:Syslog service files & scripts
-Group:  System/Daemons
+Requires(post): %fillup_prereq
 BuildArch:  noarch
-Version:2.0
-Release:0
 
 %description -n syslog-service
 The package syslog-service provides the service boot
 scripts for 

commit yast2-packager for openSUSE:Factory

2016-07-27 Thread h_root
Hello community,

here is the log from the commit of package yast2-packager for openSUSE:Factory 
checked in at 2016-07-27 16:08:12

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


Package is "yast2-packager"

Changes:

--- /work/SRC/openSUSE:Factory/yast2-packager/yast2-packager.changes
2016-07-07 15:10:08.0 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-packager.new/yast2-packager.changes   
2016-07-27 16:08:14.0 +0200
@@ -1,0 +2,6 @@
+Tue Jul 19 15:22:43 UTC 2016 - c...@suse.com
+
+- Fix layout of Add-On screen (bsc#951720)
+- 3.1.108
+
+---

Old:

  yast2-packager-3.1.107.tar.bz2

New:

  yast2-packager-3.1.108.tar.bz2



Other differences:
--
++ yast2-packager.spec ++
--- /var/tmp/diff_new_pack.2zfVzn/_old  2016-07-27 16:08:15.0 +0200
+++ /var/tmp/diff_new_pack.2zfVzn/_new  2016-07-27 16:08:15.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-packager
-Version:3.1.107
+Version:3.1.108
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ yast2-packager-3.1.107.tar.bz2 -> yast2-packager-3.1.108.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-packager-3.1.107/package/yast2-packager.changes 
new/yast2-packager-3.1.108/package/yast2-packager.changes
--- old/yast2-packager-3.1.107/package/yast2-packager.changes   2016-07-06 
17:24:30.0 +0200
+++ new/yast2-packager-3.1.108/package/yast2-packager.changes   2016-07-20 
12:11:24.0 +0200
@@ -1,4 +1,10 @@
 ---
+Tue Jul 19 15:22:43 UTC 2016 - c...@suse.com
+
+- Fix layout of Add-On screen (bsc#951720)
+- 3.1.108
+
+---
 Wed Jul  6 15:07:59 UTC 2016 - igonzalezs...@suse.com
 
 - Fix remaining estimation during installation (bsc#982138)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-packager-3.1.107/package/yast2-packager.spec 
new/yast2-packager-3.1.108/package/yast2-packager.spec
--- old/yast2-packager-3.1.107/package/yast2-packager.spec  2016-07-06 
17:24:30.0 +0200
+++ new/yast2-packager-3.1.108/package/yast2-packager.spec  2016-07-20 
12:11:24.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-packager
-Version:3.1.107
+Version:3.1.108
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-packager-3.1.107/src/modules/ProductLicense.rb 
new/yast2-packager-3.1.108/src/modules/ProductLicense.rb
--- old/yast2-packager-3.1.107/src/modules/ProductLicense.rb2016-07-06 
17:24:30.0 +0200
+++ new/yast2-packager-3.1.108/src/modules/ProductLicense.rb2016-07-20 
12:11:24.0 +0200
@@ -338,8 +338,8 @@
   space = UI.TextMode ? 1 : 3
 
   license_buttons = VBox(
-VSpacing(spare_space ? 0 : 1),
-HCenter(
+VSpacing(spare_space ? 0 : 0.5),
+Left(
   CheckBox(
 Id("eula_#{id}"),
 Opt(:notify),
@@ -353,33 +353,20 @@
 VSpacing(spare_space ? 0 : 1),
 HBox(
   HSpacing(2 * space),
-  (
-licenses_ref = arg_ref(licenses.value);
-_GetLicenseDialogTerm_result = GetLicenseDialogTerm(
+  VBox(
+GetLicenseDialogTerm(
   languages,
   license_language,
-  licenses_ref,
+  arg_ref(licenses.value),
   id
-);
-licenses.value = licenses_ref.value;
-_GetLicenseDialogTerm_result
-  ),
-  HSpacing(2 * space)
-),
-# BNC #448598
-# yes/no buttons exist only if needed
-# if they don't exist, user is not asked to accept the license later
-AcceptanceNeeded(id) ? license_buttons : Empty(),
-VSpacing(spare_space ? 0.5 : 1),
-HBox(
-  HSpacing(2 * space),
-  @license_file_print != nil ?
-Left(
-  # FATE #302018
-  ReplacePoint(
-Id(:printing_hint),
-Label(
-  @license_on_installed_system ?
+),
+@license_file_print != nil ?
+  Left(
+# FATE #302018
+ReplacePoint(
+  Id(:printing_hint),
+  Label(
+@license_on_installed_system ?
   # TRANSLATORS: 

commit yast2-add-on for openSUSE:Factory

2016-07-27 Thread h_root
Hello community,

here is the log from the commit of package yast2-add-on for openSUSE:Factory 
checked in at 2016-07-27 16:08:03

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


Package is "yast2-add-on"

Changes:

--- /work/SRC/openSUSE:Factory/yast2-add-on/yast2-add-on.changes
2016-06-13 21:50:00.0 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-add-on.new/yast2-add-on.changes   
2016-07-27 16:08:05.0 +0200
@@ -1,0 +2,6 @@
+Thu Jul 14 14:20:17 UTC 2016 - c...@suse.com
+
+- Fix layout of Add-On screen (bsc#951720)
+- 3.1.16
+
+---

Old:

  yast2-add-on-3.1.15.tar.bz2

New:

  yast2-add-on-3.1.16.tar.bz2



Other differences:
--
++ yast2-add-on.spec ++
--- /var/tmp/diff_new_pack.kWkKJE/_old  2016-07-27 16:08:06.0 +0200
+++ /var/tmp/diff_new_pack.kWkKJE/_new  2016-07-27 16:08:06.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-add-on
-Version:3.1.15
+Version:3.1.16
 Release:0
 Summary:YaST2 - Add-On media installation code
 License:GPL-2.0

++ yast2-add-on-3.1.15.tar.bz2 -> yast2-add-on-3.1.16.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-add-on-3.1.15/package/yast2-add-on.changes 
new/yast2-add-on-3.1.16/package/yast2-add-on.changes
--- old/yast2-add-on-3.1.15/package/yast2-add-on.changes2016-06-09 
17:13:58.0 +0200
+++ new/yast2-add-on-3.1.16/package/yast2-add-on.changes2016-07-20 
11:57:31.0 +0200
@@ -1,4 +1,10 @@
 ---
+Thu Jul 14 14:20:17 UTC 2016 - c...@suse.com
+
+- Fix layout of Add-On screen (bsc#951720)
+- 3.1.16
+
+---
 Tue May 31 07:43:57 UTC 2016 - igonzalezs...@suse.com
 
 - Drop yast2-add-on-devel-doc package (fate#320356).
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-add-on-3.1.15/package/yast2-add-on.spec 
new/yast2-add-on-3.1.16/package/yast2-add-on.spec
--- old/yast2-add-on-3.1.15/package/yast2-add-on.spec   2016-06-09 
17:13:58.0 +0200
+++ new/yast2-add-on-3.1.16/package/yast2-add-on.spec   2016-07-20 
11:57:31.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-add-on
-Version:3.1.15
+Version:3.1.16
 Release:0
 Summary:YaST2 - Add-On media installation code
 License:GPL-2.0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-add-on-3.1.15/src/include/add-on/add-on-workflow.rb 
new/yast2-add-on-3.1.16/src/include/add-on/add-on-workflow.rb
--- old/yast2-add-on-3.1.15/src/include/add-on/add-on-workflow.rb   
2016-06-09 17:13:58.0 +0200
+++ new/yast2-add-on-3.1.16/src/include/add-on/add-on-workflow.rb   
2016-07-20 11:57:31.0 +0200
@@ -1156,7 +1156,7 @@
   # bugzilla #305788
   # Use new wizard window for adding new Add-On.
   # Do not use "Steps" dialog.
-  Wizard.OpenNextBackDialog
+  Wizard.OpenLeftTitleNextBackDialog
   Wizard.SetTitleIcon("yast-addon")
   ret2 = RunWizard()
   Wizard.CloseDialog




commit gnome-packagekit for openSUSE:Factory

2016-07-27 Thread h_root
Hello community,

here is the log from the commit of package gnome-packagekit for 
openSUSE:Factory checked in at 2016-07-27 16:07:56

Comparing /work/SRC/openSUSE:Factory/gnome-packagekit (Old)
 and  /work/SRC/openSUSE:Factory/.gnome-packagekit.new (New)


Package is "gnome-packagekit"

Changes:

--- /work/SRC/openSUSE:Factory/gnome-packagekit/gnome-packagekit.changes
2016-04-12 18:57:26.0 +0200
+++ /work/SRC/openSUSE:Factory/.gnome-packagekit.new/gnome-packagekit.changes   
2016-07-27 16:07:57.0 +0200
@@ -1,0 +2,6 @@
+Thu Jul 14 13:53:37 UTC 2016 - stefan.bru...@rwth-aachen.de
+
+- Installation of local files has been removed from gpk, avoid
+  registration of bad rpm mime handler. See boo#941862, bgo#766896
+
+---



Other differences:
--
++ gnome-packagekit.spec ++
--- /var/tmp/diff_new_pack.T2EJnh/_old  2016-07-27 16:07:59.0 +0200
+++ /var/tmp/diff_new_pack.T2EJnh/_new  2016-07-27 16:07:59.0 +0200
@@ -95,7 +95,9 @@
 %make_install
 %find_lang %{name} %{?no_lang_C}
 %suse_update_desktop_file gpk-application
-%suse_update_desktop_file gpk-install-local-file
+# gpk-install-local-file is no longer part of gpk, see boo#941862
+rm %{buildroot}%{_datadir}/applications/gpk-install-local-file.desktop
+#suse_update_desktop_file gpk-install-local-file
 %suse_update_desktop_file gpk-log Settings
 %suse_update_desktop_file gpk-prefs X-GNOME-SystemSettings
 %suse_update_desktop_file gpk-update-viewer
@@ -129,7 +131,8 @@
 %{_datadir}/GConf/gsettings/org.gnome.packagekit.gschema.migrate
 %dir %{_datadir}/appdata
 %{_datadir}/appdata/gpk-update-viewer.appdata.xml
-%{_datadir}/applications/gpk-install-local-file.desktop
+# do not ship dysfunctional handler for x-rpm mime type
+#{_datadir}/applications/gpk-install-local-file.desktop
 %{_datadir}/applications/gpk-prefs.desktop
 %{_datadir}/applications/gpk-update-viewer.desktop
 %{_datadir}/glib-2.0/schemas/org.gnome.packagekit.gschema.xml




commit libpst for openSUSE:Factory

2016-07-27 Thread h_root
Hello community,

here is the log from the commit of package libpst for openSUSE:Factory checked 
in at 2016-07-27 16:07:45

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


Package is "libpst"

Changes:

--- /work/SRC/openSUSE:Factory/libpst/libpst.changes2016-07-01 
09:57:37.0 +0200
+++ /work/SRC/openSUSE:Factory/.libpst.new/libpst.changes   2016-07-27 
16:07:54.0 +0200
@@ -1,0 +2,6 @@
+Thu Jul 14 08:56:52 UTC 2016 - zai...@opensuse.org
+
+- Update to version 0.6.67:
+  + Multiple bug fixes and an optimization.
+
+---

Old:

  libpst-0.6.66.tar.gz

New:

  libpst-0.6.67.tar.gz



Other differences:
--
++ libpst.spec ++
--- /var/tmp/diff_new_pack.zx8sHP/_old  2016-07-27 16:07:55.0 +0200
+++ /var/tmp/diff_new_pack.zx8sHP/_new  2016-07-27 16:07:55.0 +0200
@@ -18,7 +18,7 @@
 
 
 Name:   libpst
-Version:0.6.66
+Version:0.6.67
 Release:0
 Summary:A library for reading PST files
 License:GPL-2.0+

++ libpst-0.6.66.tar.gz -> libpst-0.6.67.tar.gz ++
/work/SRC/openSUSE:Factory/libpst/libpst-0.6.66.tar.gz 
/work/SRC/openSUSE:Factory/.libpst.new/libpst-0.6.67.tar.gz differ: char 5, 
line 1




commit libgpg-error for openSUSE:Factory

2016-07-27 Thread h_root
Hello community,

here is the log from the commit of package libgpg-error for openSUSE:Factory 
checked in at 2016-07-27 16:07:12

Comparing /work/SRC/openSUSE:Factory/libgpg-error (Old)
 and  /work/SRC/openSUSE:Factory/.libgpg-error.new (New)


Package is "libgpg-error"

Changes:

--- /work/SRC/openSUSE:Factory/libgpg-error/libgpg-error.changes
2016-07-12 23:45:39.0 +0200
+++ /work/SRC/openSUSE:Factory/.libgpg-error.new/libgpg-error.changes   
2016-07-27 16:07:13.0 +0200
@@ -1,0 +2,9 @@
+Mon Jul 18 22:21:21 UTC 2016 - astie...@suse.com
+
+- update to 1.24:
+ * Fixes a bug in es_fclose_snatch when used used after es_fseek.
+ * Fixes building without thread support.
+ * New configure option --disable-tests.
+
+
+---

Old:

  libgpg-error-1.23.tar.bz2
  libgpg-error-1.23.tar.bz2.sig

New:

  libgpg-error-1.24.tar.bz2
  libgpg-error-1.24.tar.bz2.sig



Other differences:
--
++ libgpg-error.spec ++
--- /var/tmp/diff_new_pack.E4wywN/_old  2016-07-27 16:07:14.0 +0200
+++ /var/tmp/diff_new_pack.E4wywN/_new  2016-07-27 16:07:14.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   libgpg-error
-Version:1.23
+Version:1.24
 Release:0
 Summary:Library That Defines Common Error Values for All GnuPG 
Components
 License:GPL-2.0+ and LGPL-2.1+

++ libgpg-error-1.23.tar.bz2 -> libgpg-error-1.24.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libgpg-error-1.23/ChangeLog 
new/libgpg-error-1.24/ChangeLog
--- old/libgpg-error-1.23/ChangeLog 2016-06-15 16:10:38.0 +0200
+++ new/libgpg-error-1.24/ChangeLog 2016-07-14 09:50:29.0 +0200
@@ -1,3 +1,55 @@
+2016-07-14  Werner Koch  
+
+   Release 1.24.
+
+2016-07-13  Werner Koch  
+
+   build: Update config.{guess,sub} to {2016-05-15,2016-06-20}.
+   * build-aux/config.guess: Update.
+   * build-aux/config.sub: Update.
+
+2016-07-12  Yann E. MORIN  
+
+   Add an option to disable tests.
+   * configure.ac: add an option to enable/disable building tests
+   * Makefile.am: conditionally build tests
+
+   Fix build without threads.
+   * src/gen-posix-lock-obj.c: properly guard inclusioin of pthread.h
+   * tests/t-lock.c: likewise
+   * tests/t-poll.c: likewise
+
+2016-07-05  Andre Heinecke  
+
+   Define EWOULDBLOCK in case it is not defined.
+   * src/estream.c (EWOULDBLOCK): Define fallback.
+
+2016-07-02  Werner Koch  
+
+   yat2m: Fix table formatting.
+   * doc/yat2m.c (proc_texi_cmd): Use .TQ for @itemx.  Print a .P at the
+   end of a level 0 table.
+
+2016-06-27  Werner Koch  
+
+   estream: Fix bug es_fclose_snatch if a seek has been used.
+   * src/estream.c (func_mem_ioctl): Set LEN from DATA_LEN.
+
+2016-06-25  Werner Koch  
+
+   w32: Silence compiler warnings about redefined macros.
+   * src/estream.c (S_IRGRP) [W32]: Protect against redefinition.
+
+   doc: Update yat2m.c.
+   * doc/yat2m.c: Update from gnupg.
+
+2016-06-24  Werner Koch  
+
+   estream: Remove two compiler warning.
+   * src/estream.c (func_file_create): Remove dead assignment.
+   (doreadline): Do not decrement SPACE_LEFT before breaking the loop.
+   Add an extra block to limit the scope of that variable.
+
 2016-06-15  Werner Koch  
 
Release 1.23.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libgpg-error-1.23/Makefile.am 
new/libgpg-error-1.24/Makefile.am
--- old/libgpg-error-1.23/Makefile.am   2016-02-08 19:40:14.0 +0100
+++ new/libgpg-error-1.24/Makefile.am   2016-07-12 10:42:56.0 +0200
@@ -39,7 +39,13 @@
 doc =
 endif
 
-SUBDIRS = m4 src $(doc) tests po $(lang_subdirs)
+if BUILD_TESTS
+tests = tests
+else
+tests =
+endif
+
+SUBDIRS = m4 src $(doc) $(tests) po $(lang_subdirs)
 
 
 dist-hook: gen-ChangeLog
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libgpg-error-1.23/Makefile.in 
new/libgpg-error-1.24/Makefile.in
--- old/libgpg-error-1.23/Makefile.in   2016-06-15 16:10:02.0 +0200
+++ new/libgpg-error-1.24/Makefile.in   2016-07-14 09:49:41.0 +0200
@@ -397,7 +397,9 @@
 @LANGUAGES_SOME_TRUE@lang_subdirs = lang
 @BUILD_DOC_FALSE@doc = 
 @BUILD_DOC_TRUE@doc = doc
-SUBDIRS = m4 src $(doc) tests po $(lang_subdirs)
+@BUILD_TESTS_FALSE@tests = 
+@BUILD_TESTS_TRUE@tests = tests
+SUBDIRS = m4 src $(doc) $(tests) po $(lang_subdirs)
 

commit libassuan for openSUSE:Factory

2016-07-27 Thread h_root
Hello community,

here is the log from the commit of package libassuan for openSUSE:Factory 
checked in at 2016-07-27 16:07:03

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


Package is "libassuan"

Changes:

--- /work/SRC/openSUSE:Factory/libassuan/libassuan.changes  2015-12-09 
22:21:51.0 +0100
+++ /work/SRC/openSUSE:Factory/.libassuan.new/libassuan.changes 2016-07-27 
16:07:04.0 +0200
@@ -1,0 +2,8 @@
+Mon Jul 18 22:16:32 UTC 2016 - astie...@suse.com
+
+- libassuan 2.4.3:
+ * Allow socket redirection with assuan_socket_connect.
+ * Speedup spawning programs on Linux
+ * Fix minor memory leaks
+
+---

Old:

  libassuan-2.4.2.tar.bz2
  libassuan-2.4.2.tar.bz2.sig

New:

  libassuan-2.4.3.tar.bz2
  libassuan-2.4.3.tar.bz2.sig



Other differences:
--
++ libassuan.spec ++
--- /var/tmp/diff_new_pack.vlLV6V/_old  2016-07-27 16:07:05.0 +0200
+++ /var/tmp/diff_new_pack.vlLV6V/_new  2016-07-27 16:07:05.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libassuan
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   libassuan
-Version:2.4.2
+Version:2.4.3
 Release:0
 Summary:IPC library used by GnuPG version 2
 License:GPL-3.0+ and LGPL-2.1+

++ libassuan-2.4.2.tar.bz2 -> libassuan-2.4.3.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libassuan-2.4.2/AUTHORS new/libassuan-2.4.3/AUTHORS
--- old/libassuan-2.4.2/AUTHORS 2015-10-16 15:40:36.0 +0200
+++ new/libassuan-2.4.3/AUTHORS 2016-07-14 10:03:48.0 +0200
@@ -45,7 +45,7 @@
 Copyright
 =
 
-The Libassuan code distributed under the GNU Lesser General Public
+The Libassuan code is distributed under the GNU Lesser General Public
 License, version 2.1 or later.  The manual is distributed under the
 GNU General Public License, Version 3 or later.
 
@@ -55,14 +55,14 @@
   Copyright (C) 1992-2013 Free Software Foundation, Inc.
   Copyright (C) 1994 X Consortium
   Copyright (C) 2000 Werner Koch (dd9jn)
-  Copyright (C) 2001-2015 g10 Code GmbH
+  Copyright (C) 2001-2016 g10 Code GmbH
   Copyright (C) 2004 Simon Josefsson
 
 
 ==
 
  Copyright 2003-2013 Free Software Foundation, Inc.
- Copyright (C) 2013-2014  g10 Code GmbH
+ Copyright (C) 2013-2016  g10 Code GmbH
 
  This file is free software; as a special exception the author gives
  unlimited permission to copy and/or distribute it, with or without
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libassuan-2.4.2/ChangeLog 
new/libassuan-2.4.3/ChangeLog
--- old/libassuan-2.4.2/ChangeLog   2015-12-02 14:16:34.0 +0100
+++ new/libassuan-2.4.3/ChangeLog   2016-07-14 10:12:02.0 +0200
@@ -1,3 +1,52 @@
+2016-07-14  Werner Koch  
+
+   Release 2.4.3.
+   * configure.ac: Set LT version to C7/A7/R3.
+   * Makefile.am (distcheck-hook): New.
+
+2016-07-13  Werner Koch  
+
+   build: Update config.{guess,sub} to {2016-05-15,2016-06-20}.
+   * build-aux/config.guess: Update.
+   * build-aux/config.sub: Update.
+
+   Improve test for inet_pton on Solaris.
+   * configure.ac (HAVE_INET_PTON): Add a fallback test.
+
+   Allow socket redirection with assuan_socket_connect.
+   * src/assuan-socket-connect.c (assuan_socket_connect): Use
+   set_socketaddr function.
+
+   Speedup closing fds before an exec.
+   * src/system-posix.c [__linux__]: Include dirent.h.
+   (get_max_fds) [__linux__]: Return the actual used highest fd.
+
+2016-07-05  Justus Winter  
+
+   Fix distcheck.
+   * tests/Makefile.am (EXTRA_DIST): Drop compiled test.
+
+2016-06-25  Werner Koch  
+
+   Fix minor memory leaks.
+   * src/assuan-pipe-connect.c (socketpair_connect): Always free
+   CHILD_FDS.
+   * src/assuan-uds.c (uds_sendfd): Clear CONTROL_U to silence Valgrind.
+   * tests/fdpassing.c (main): Free FNAME.
+
+   * src/assuan-handler.c (dispatch_command): Remove dead assignment.
+
+2016-01-15  Werner Koch  
+
+   Improve getting of max. number of open fds.
+   * configure.ac (AC_CHECK_FUNCS): Add getrlimit.
+   * src/assuan-pipe-connect.c (MAX_OPEN_FDS): Remove non-used macro.
+   * src/system.c 

  1   2   >