commit yast2-add-on for openSUSE:Factory
Hello community, here is the log from the commit of package yast2-add-on for openSUSE:Factory checked in at 2016-02-17 10:33:19 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 2015-10-20 16:20:46.0 +0200 +++ /work/SRC/openSUSE:Factory/.yast2-add-on.new/yast2-add-on.changes 2016-02-17 12:26:50.0 +0100 @@ -1,0 +2,7 @@ +Thu Feb 11 15:15:24 CET 2016 - sch...@suse.de + +- Confirming add-on product licenses while AutoYaST installation. + (Fate#318945) +- 3.1.12 + +--- Old: yast2-add-on-3.1.11.tar.bz2 New: yast2-add-on-3.1.12.tar.bz2 Other differences: -- ++ yast2-add-on.spec ++ --- /var/tmp/diff_new_pack.AvgRRH/_old 2016-02-17 12:26:50.0 +0100 +++ /var/tmp/diff_new_pack.AvgRRH/_new 2016-02-17 12:26:50.0 +0100 @@ -1,7 +1,7 @@ # # spec file for package yast2-add-on # -# 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: yast2-add-on -Version:3.1.11 +Version:3.1.12 Release:0 BuildRoot: %{_tmppath}/%{name}-%{version}-build ++ yast2-add-on-3.1.11.tar.bz2 -> yast2-add-on-3.1.12.tar.bz2 ++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-add-on-3.1.11/package/yast2-add-on.changes new/yast2-add-on-3.1.12/package/yast2-add-on.changes --- old/yast2-add-on-3.1.11/package/yast2-add-on.changes2015-10-08 15:00:10.0 +0200 +++ new/yast2-add-on-3.1.12/package/yast2-add-on.changes2016-02-12 10:51:38.0 +0100 @@ -1,4 +1,11 @@ --- +Thu Feb 11 15:15:24 CET 2016 - sch...@suse.de + +- Confirming add-on product licenses while AutoYaST installation. + (Fate#318945) +- 3.1.12 + +--- Wed Oct 7 19:22:13 UTC 2015 - lsle...@suse.cz - restart the installation workflow to activate the new diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-add-on-3.1.11/package/yast2-add-on.spec new/yast2-add-on-3.1.12/package/yast2-add-on.spec --- old/yast2-add-on-3.1.11/package/yast2-add-on.spec 2015-10-08 15:00:10.0 +0200 +++ new/yast2-add-on-3.1.12/package/yast2-add-on.spec 2016-02-12 10:51:38.0 +0100 @@ -17,7 +17,7 @@ Name: yast2-add-on -Version:3.1.11 +Version:3.1.12 Release:0 BuildRoot: %{_tmppath}/%{name}-%{version}-build diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-add-on-3.1.11/src/clients/add-on_auto.rb new/yast2-add-on-3.1.12/src/clients/add-on_auto.rb --- old/yast2-add-on-3.1.11/src/clients/add-on_auto.rb 2015-10-08 15:00:10.0 +0200 +++ new/yast2-add-on-3.1.12/src/clients/add-on_auto.rb 2016-02-12 10:51:38.0 +0100 @@ -179,23 +179,26 @@ srcid = Pkg.SourceCreate(url, pth) -if (srcid == -1 || srcid == nil) && -!Ops.get_boolean(prod, "ask_on_error", false) - # error report - Report.Error(_("Failed to add add-on product.")) -elsif (srcid == -1 || srcid == nil) && -Ops.get_boolean(prod, "ask_on_error", false) - Ops.set( -prod, -"ask_on_error", -Popup.ContinueCancel( +if (srcid == -1 || srcid == nil) + if Ops.get_boolean(prod, "ask_on_error", false) +prod["ask_on_error"] = Popup.ContinueCancel( Builtins.sformat( _("Make the add-on \"%1\" available via \"%2\"."), Ops.get_string(prod, "product", ""), media ) ) - ) + else +# just report error +Report.Error(_("Failed to add add-on product.")) + end +elsif Ops.get_boolean(prod, "confirm_license", false) + accepted = AddOnProduct.AcceptedLicenseAndInfoFile( srcid ) + if accepted == false +Builtins.y2warning("License not accepted, delete the repository and halt the system") +Pkg.SourceDelete(srcid) +
commit xorg-x11-server for openSUSE:Factory
Hello community, here is the log from the commit of package xorg-x11-server for openSUSE:Factory checked in at 2016-02-17 10:30:11 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-01-23 01:15:44.0 +0100 +++ /work/SRC/openSUSE:Factory/.xorg-x11-server.new/xorg-x11-server.changes 2016-02-17 12:26:38.0 +0100 @@ -1,0 +2,30 @@ +Wed Feb 10 15:07:32 UTC 2016 - e...@suse.com + +- u_pci-primary-Fix-up-primary-PCI-device-detection-for-the-platfrom-bus.patch + Fix up primary device detection for the platform bus to fix the Xserver + on older iMacs (boo#835975). + +--- +Tue Feb 9 20:55:28 UTC 2016 - tobias.johannes.klausm...@mni.thm.de + +- Update to version 1.18.1: + First release in the 1.18 stable branch. Major themes are bugfixes in + glamor, the modesetting driver, and the Present extension. + + Xwayland users may want to apply the following pair of patches in + addition to this release: + + https://patchwork.freedesktop.org/patch/72945/raw/ + https://patchwork.freedesktop.org/patch/72951/raw/ + + which combined fix an input issue when hotplugging monitors. Both are + likely to be included in a future release unless testing discovers + further problems. + +- Remove upstreamed patches: + + ux_xserver_xvfb-randr.patch + + U_systemd-logind-do-not-rely-on-directed-signals.patch + + U_kdrive-UnregisterFd-Fix-off-by-one.patch + + U_modesetting-should-not-reference-gbm-when-it-s-not-d.patch + +--- Old: U_kdrive-UnregisterFd-Fix-off-by-one.patch U_modesetting-should-not-reference-gbm-when-it-s-not-d.patch U_systemd-logind-do-not-rely-on-directed-signals.patch ux_xserver_xvfb-randr.patch xorg-server-1.18.0.tar.bz2 New: u_pci-primary-Fix-up-primary-PCI-device-detection-for-the-platfrom-bus.patch xorg-server-1.18.1.tar.bz2 Other differences: -- ++ xorg-x11-server.spec ++ --- /var/tmp/diff_new_pack.C2k8p9/_old 2016-02-17 12:26:39.0 +0100 +++ /var/tmp/diff_new_pack.C2k8p9/_new 2016-02-17 12:26:39.0 +0100 @@ -26,7 +26,7 @@ Name: xorg-x11-server -%define dirsuffix 1.18.0 +%define dirsuffix 1.18.1 Summary:X License:MIT @@ -167,7 +167,6 @@ # 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 -Patch105: ux_xserver_xvfb-randr.patch # PATCH-FIX-UPSTREAM u_exa-only-draw-valid-trapezoids.patch bnc#853846 m...@suse.com -- Fixes possible crash of server using invalid trapezoids. 2013-12-12 patch is waiting in mailing list to be upstreamed. Patch106: u_exa-only-draw-valid-trapezoids.patch Patch112: u_render-Cast-color-masks-to-unsigned-long-before-shifting-them.patch @@ -179,11 +178,9 @@ Patch160: u_vesa-Add-VBEDPMSGetCapabilities-VBEDPMSGet.patch -Patch204: U_systemd-logind-do-not-rely-on-directed-signals.patch -Patch205: U_kdrive-UnregisterFd-Fix-off-by-one.patch Patch206: u_busfault_sigaction-Only-initialize-pointer-when-matched.patch -Patch207: U_modesetting-should-not-reference-gbm-when-it-s-not-d.patch Patch208: u_Panning-Set-panning-state-in-xf86RandR12ScreenSetSize.patch +Patch209: u_pci-primary-Fix-up-primary-PCI-device-detection-for-the-platfrom-bus.patch Patch1000: n_xserver-optimus-autoconfig-hack.patch @@ -274,7 +271,6 @@ %patch101 %patch102 -p1 %patch104 -p1 -%patch105 -p1 %patch106 -p1 %patch112 -p1 @@ -286,11 +282,9 @@ %patch160 -p1 -%patch204 -p1 -%patch205 -p1 %patch206 -p1 -%patch207 -p1 %patch208 -p1 +%patch209 -p1 %patch1000 -p1 ++ u_pci-primary-Fix-up-primary-PCI-device-detection-for-the-platfrom-bus.patch ++ From: Egbert Eich Date: Wed Feb 10 15:55:51 2016 +0100 Subject: [PATCH]pci/primary: Fix up primary PCI device detection for the platfrom bus Patch-mainline: to be upstreamed Git-commit: 85d81d3ec321572aea31d34a87632442687a54f5 References: boo#835975 Signed-off-by: Egbert Eich The detection wheter a device is the primary PCI device currently relies on libciaccess. This checks of the PCI device is a VGA boot device. On some systems however, the primary card is not flagged like that - this it is not discovered. The subsequent PCI probing has a fallback heuristic designed for this situation. This however causes the primary device
commit yaml-cpp for openSUSE:Factory
Hello community, here is the log from the commit of package yaml-cpp for openSUSE:Factory checked in at 2016-02-17 10:25:10 Comparing /work/SRC/openSUSE:Factory/yaml-cpp (Old) and /work/SRC/openSUSE:Factory/.yaml-cpp.new (New) Package is "yaml-cpp" Changes: --- /work/SRC/openSUSE:Factory/yaml-cpp/yaml-cpp.changes2015-11-16 18:51:30.0 +0100 +++ /work/SRC/openSUSE:Factory/.yaml-cpp.new/yaml-cpp.changes 2016-02-17 12:26:48.0 +0100 @@ -1,0 +2,9 @@ +Fri Feb 12 21:14:16 UTC 2016 - mplus...@suse.com + +- Update to 0.5.3 + * Bugfix release. + * This will be the last release that does not require C++11. +- Drop upstreamed fix-node-regression.patch +- Small spec file cleanups + +--- Old: fix-node-regression.patch yaml-cpp-0.5.2.tar.gz New: yaml-cpp-0.5.3.tar.gz Other differences: -- ++ yaml-cpp.spec ++ --- /var/tmp/diff_new_pack.STFFkU/_old 2016-02-17 12:26:49.0 +0100 +++ /var/tmp/diff_new_pack.STFFkU/_new 2016-02-17 12:26:49.0 +0100 @@ -1,7 +1,7 @@ # # spec file for package yaml-cpp # -# 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,16 +17,14 @@ %define library_name libyaml-cpp0_5 - Name: yaml-cpp -Version:0.5.2 +Version:0.5.3 Release:0 Summary:YAML parser and emitter in C++ License:MIT Group: Development/Libraries/C and C++ Url:https://github.com/jbeder/yaml-cpp/ Source: https://github.com/jbeder/yaml-cpp/archive/release-%{version}/%{name}-%{version}.tar.gz -Patch0: fix-node-regression.patch BuildRequires: boost-devel BuildRequires: cmake BuildRequires: gcc @@ -55,30 +53,28 @@ Development files for %{name} library. %prep -%setup -qn %{name}-release-%{version} -%patch0 -p1 +%setup -q -n %{name}-release-%{version} %build -%cmake -DCMAKE_BUILD_TYPE=RelWithDebInfo ../ -make VERBOSE=1 %{?_smp_mflags} +%cmake \ + -DCMAKE_BUILD_TYPE=RelWithDebInfo +make %{?_smp_mflags} %install -cd build -%makeinstall +%cmake_install %post -n %{library_name} -p /sbin/ldconfig - %postun -n %{library_name} -p /sbin/ldconfig %files -n %{library_name} %defattr(-,root,root,-) -%doc license.txt -%{_libdir}/lib*.so.* +%doc LICENSE +%{_libdir}/libyaml-cpp.so.* %files devel %defattr(-,root,root,-) %{_includedir}/yaml-cpp/ -%{_libdir}/lib*.so -%{_libdir}/pkgconfig/*.pc +%{_libdir}/libyaml-cpp.so +%{_libdir}/pkgconfig/yaml-cpp.pc %changelog ++ yaml-cpp-0.5.2.tar.gz -> yaml-cpp-0.5.3.tar.gz ++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yaml-cpp-release-0.5.2/.gitignore new/yaml-cpp-release-0.5.3/.gitignore --- old/yaml-cpp-release-0.5.2/.gitignore 1970-01-01 01:00:00.0 +0100 +++ new/yaml-cpp-release-0.5.3/.gitignore 2016-01-10 19:11:40.0 +0100 @@ -0,0 +1 @@ +build/ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yaml-cpp-release-0.5.2/.hgeol new/yaml-cpp-release-0.5.3/.hgeol --- old/yaml-cpp-release-0.5.2/.hgeol 2015-03-30 04:31:56.0 +0200 +++ new/yaml-cpp-release-0.5.3/.hgeol 1970-01-01 01:00:00.0 +0100 @@ -1,4 +0,0 @@ -**.h = native -**.c = native -**.cpp = native -**.txt = native diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yaml-cpp-release-0.5.2/.hgignore new/yaml-cpp-release-0.5.3/.hgignore --- old/yaml-cpp-release-0.5.2/.hgignore2015-03-30 04:31:56.0 +0200 +++ new/yaml-cpp-release-0.5.3/.hgignore1970-01-01 01:00:00.0 +0100 @@ -1 +0,0 @@ -syntax: glob diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yaml-cpp-release-0.5.2/CMakeLists.txt new/yaml-cpp-release-0.5.3/CMakeLists.txt --- old/yaml-cpp-release-0.5.2/CMakeLists.txt 2015-03-30 04:31:56.0 +0200 +++ new/yaml-cpp-release-0.5.3/CMakeLists.txt 2016-01-10 19:11:40.0 +0100 @@ -23,7 +23,7 @@ set(YAML_CPP_VERSION_MAJOR "0") set(YAML_CPP_VERSION_MINOR "5") -set(YAML_CPP_VERSION_PATCH "2") +set(YAML_CPP_VERSION_PATCH "3") set(YAML_CPP_VERSION "${YAML_CPP_VERSION_MAJOR}.${YAML_CPP_VERSION_MINOR}.${YAML_CPP_VERSION_PATCH}") enable_testing() diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yaml-cpp-release-0.5.2/CONTRIBUTING.md new/yaml-cpp-release-0.5.3/CONTRIBUTING.md --- old/yaml-cpp-release-0.5.
commit yast2-theme for openSUSE:Factory
Hello community, here is the log from the commit of package yast2-theme for openSUSE:Factory checked in at 2016-02-17 10:29:47 Comparing /work/SRC/openSUSE:Factory/yast2-theme (Old) and /work/SRC/openSUSE:Factory/.yast2-theme.new (New) Package is "yast2-theme" Changes: --- /work/SRC/openSUSE:Factory/yast2-theme/yast2-theme-SLE.changes 2016-02-09 13:30:18.0 +0100 +++ /work/SRC/openSUSE:Factory/.yast2-theme.new/yast2-theme-SLE.changes 2016-02-17 12:26:58.0 +0100 @@ -1,0 +2,6 @@ +Wed Feb 10 13:12:22 UTC 2016 - c...@suse.com + +- Fix spelling of SUSE Linux. (bsc#964241) +- 3.1.37 + +--- Old: yast2-theme-3.1.36.tar.bz2 New: yast2-theme-3.1.37.tar.bz2 Other differences: -- ++ yast2-theme-SLE.spec ++ --- /var/tmp/diff_new_pack.coJY1Z/_old 2016-02-17 12:26:59.0 +0100 +++ /var/tmp/diff_new_pack.coJY1Z/_new 2016-02-17 12:26:59.0 +0100 @@ -17,7 +17,7 @@ Name: yast2-theme-SLE -Version:3.1.36 +Version:3.1.37 Release:0 BuildRoot: %{_tmppath}/%{name}-%{version}-build ++ yast2-theme.spec ++ --- /var/tmp/diff_new_pack.coJY1Z/_old 2016-02-17 12:26:59.0 +0100 +++ /var/tmp/diff_new_pack.coJY1Z/_new 2016-02-17 12:26:59.0 +0100 @@ -17,7 +17,7 @@ Name: yast2-theme -Version:3.1.36 +Version:3.1.37 Release:0 BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -35,7 +35,7 @@ Group: System/YaST %description -Contains the SuSE Linux theme for YaST2. +Contains the SUSE Linux theme for YaST2. %package -n yast2-branding-openSUSE Summary:YaST2 - Theme (openSUSE) ++ yast2-theme-3.1.36.tar.bz2 -> yast2-theme-3.1.37.tar.bz2 ++ /work/SRC/openSUSE:Factory/yast2-theme/yast2-theme-3.1.36.tar.bz2 /work/SRC/openSUSE:Factory/.yast2-theme.new/yast2-theme-3.1.37.tar.bz2 differ: char 11, line 1
commit varnish for openSUSE:Factory
Hello community, here is the log from the commit of package varnish for openSUSE:Factory checked in at 2016-02-17 10:26:45 Comparing /work/SRC/openSUSE:Factory/varnish (Old) and /work/SRC/openSUSE:Factory/.varnish.new (New) Package is "varnish" Changes: --- /work/SRC/openSUSE:Factory/varnish/varnish.changes 2015-03-30 19:33:19.0 +0200 +++ /work/SRC/openSUSE:Factory/.varnish.new/varnish.changes 2016-02-17 12:26:01.0 +0100 @@ -1,0 +2,20 @@ +Tue Feb 16 12:52:51 UTC 2016 - eshmar...@suse.com + +- disable silent rules in spec file. +- enable testsuite for varnish. + +--- +Tue Feb 16 12:16:47 UTC 2016 - eshmar...@suse.com + +- Update to new upstream release 4.1.1 +* Improved security features (jails). +* Support for PROXY protocol. +* Warm and cold VCL states. +* Backends defined through VMODs. +* A lot of bugs were fixed. +- Delete 0001-Fail-fetch-on-malformed-Content-Length-header.patch, +this issue was fixed in upstream. +- Add 'su varnish varnish' line to varnish.logrotate file. +- Cleanup with spec-cleaner. + +--- Old: 0001-Fail-fetch-on-malformed-Content-Length-header.patch varnish-4.0.3.tar.gz New: varnish-4.1.1.tar.gz Other differences: -- ++ varnish.spec ++ --- /var/tmp/diff_new_pack.vC7Tvl/_old 2016-02-17 12:26:02.0 +0100 +++ /var/tmp/diff_new_pack.vC7Tvl/_new 2016-02-17 12:26:02.0 +0100 @@ -1,7 +1,7 @@ # # spec file for package varnish # -# 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 @@ -16,15 +16,17 @@ # -Name: varnish %define library_name libvarnishapi1 -Version:4.0.3 +%define pkg_home %_localstatedir/lib/%name +%define pkg_logdir %_localstatedir/log/%name +%define pkg_cachedir %_localstatedir/cache/%name +Name: varnish +Version:4.1.1 Release:0 -Summary:Varnish is a high-performance HTTP accelerator +Summary:High-performance HTTP accelerator License:BSD-2-Clause Group: Productivity/Networking/Web/Proxy -Url:http://varnish-cache.org/ - +URL:http://varnish-cache.org/ #Git-Clone:git://git.varnish-cache.org/varnish-cache #Git-Web: https://varnish-cache.org/trac/browser Source: https://repo.varnish-cache.org/source/%name-%version.tar.gz @@ -32,25 +34,20 @@ Source5:varnish.logrotate Source7:varnish.service Source8:varnishlog.service -Patch1: 0001-Fail-fetch-on-malformed-Content-Length-header.patch - -BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: libxslt BuildRequires: ncurses-devel BuildRequires: pcre-devel BuildRequires: pkgconfig -BuildRequires: readline-devel BuildRequires: python-docutils +BuildRequires: readline-devel +BuildRequires: systemd-rpm-macros BuildRequires: xz +Requires: c_compiler +BuildRoot: %_tmppath/%name-%version-build Prereq(post): %_sbindir/useradd %_sbindir/groupadd %if 0%{?suse_version} >= 1010 Recommends: logrotate %endif -BuildRequires: systemd-rpm-macros -%define pkg_home %_localstatedir/lib/%name -%define pkg_logdir %_localstatedir/log/%name -%define pkg_cachedir %_localstatedir/cache/%name -Requires: c_compiler %description Varnish is an HTTP accelerator. An HTTP accelerator (often called Reverse @@ -79,9 +76,9 @@ This package holds the shared libraries for varnish. %package devel -Requires: %name = %version Summary:Development files for Varnish Group: Development/Libraries/C and C++ +Requires: %name = %version %description devel Varnish is an HTTP accelerator. An HTTP accelerator (often called Reverse @@ -97,12 +94,12 @@ %prep %setup -q -%patch -P 1 -p1 %build export CFLAGS="%optflags -fstack-protector" %configure --disable-static --docdir="%_docdir/%name" \ - --localstatedir=%_localstatedir/cache/ \ + --localstatedir="%_localstatedir/cache/" \ + --disable-silent-rules \ --enable-developer-warnings make %{?_smp_mflags} @@ -117,7 +114,7 @@ install -Dpm 0644 "%{S:5}" "$b/%_sysconfdir/logrotate.d/varnish"; # ##init scripts -install -Dpm 0644 "%{S:3}" "$b/var/adm/fillup-templates/sysconfig.%name"; +install -Dpm 0644 "%{S:3}" "$b%_localstatedir/adm/fillup-templates/sysconfig.%name"; install -Dpm 0644 "%{S:7}" "$b/%_unitdir/varnish.service"; install -Dpm 0644 "%{S:
commit xf86-video-freedreno for openSUSE:Factory
Hello community, here is the log from the commit of package xf86-video-freedreno for openSUSE:Factory checked in at 2016-02-17 10:25:15 Comparing /work/SRC/openSUSE:Factory/xf86-video-freedreno (Old) and /work/SRC/openSUSE:Factory/.xf86-video-freedreno.new (New) Package is "xf86-video-freedreno" Changes: --- /work/SRC/openSUSE:Factory/xf86-video-freedreno/xf86-video-freedreno.changes 2015-05-15 14:21:13.0 +0200 +++ /work/SRC/openSUSE:Factory/.xf86-video-freedreno.new/xf86-video-freedreno.changes 2016-02-17 12:26:24.0 +0100 @@ -1,0 +2,9 @@ +Sat Feb 13 12:16:43 UTC 2016 - afaer...@suse.de + +- Updated to v1.4.0: +* Couple bug fixes +* Add output name for DSI (so doesn't show up as "Unknown") +- Don't package .la file +- Use %x11_abi_videodrv_req macro + +--- Old: xf86-video-freedreno-1.3.0.tar.bz2 xf86-video-freedreno-1.3.0.tar.bz2.sig New: xf86-video-freedreno-1.4.0.tar.bz2 xf86-video-freedreno-1.4.0.tar.bz2.sig Other differences: -- ++ xf86-video-freedreno.spec ++ --- /var/tmp/diff_new_pack.rpsVNA/_old 2016-02-17 12:26:25.0 +0100 +++ /var/tmp/diff_new_pack.rpsVNA/_new 2016-02-17 12:26:25.0 +0100 @@ -1,7 +1,7 @@ # # spec file for package xf86-video-freedreno # -# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -20,7 +20,7 @@ Summary:X.Org X server -- freedreno display driver License:MIT and BSD-3-Clause Group: System/X11/Servers/XF86_4 -Version:1.3.0 +Version:1.4.0 Release:0.0 ExclusiveArch: %arm Url:https://github.com/freedreno/xf86-video-freedreno @@ -42,6 +42,8 @@ BuildRequires: pkgconfig(xorg-server) BuildRequires: pkgconfig(xproto) +%x11_abi_videodrv_req + %description Open-source X.org graphics driver for Qualcomm Adreno graphics @@ -55,12 +57,12 @@ %install %make_install +find %{buildroot}%{_libdir} -name '*.la' -type f -delete -print %files %defattr(-,root,root,-) %dir %{_libdir}/xorg/modules/drivers %{_libdir}/xorg/modules/drivers/*.so -%{_libdir}/xorg/modules/drivers/*.la %doc %{_mandir}/man4/freedreno.4.gz /usr/share/X11/xorg.conf.d/42-freedreno.conf ++ xf86-video-freedreno-1.3.0.tar.bz2 -> xf86-video-freedreno-1.4.0.tar.bz2 ++ 1918 lines of diff (skipped) retrying with extended exclude list diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/xf86-video-freedreno-1.3.0/NEWS new/xf86-video-freedreno-1.4.0/NEWS --- old/xf86-video-freedreno-1.3.0/NEWS 2014-10-04 13:59:21.0 +0200 +++ new/xf86-video-freedreno-1.4.0/NEWS 2015-10-08 20:56:08.0 +0200 @@ -1,3 +1,13 @@ +Release 1.4.0 (2015-10-08) +== + + * Couple bug fixes + + * Add output name for DSI (so doesn't show up as "Unknown") + +NOTE: if you have a new enough xserver to use xf86-video-modesetting +with glamor, you probably should. + Release 1.3.0 (2014-10-04) == diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/xf86-video-freedreno-1.3.0/compile new/xf86-video-freedreno-1.4.0/compile --- old/xf86-video-freedreno-1.3.0/compile 1970-01-01 01:00:00.0 +0100 +++ new/xf86-video-freedreno-1.4.0/compile 2015-06-15 20:53:24.0 +0200 @@ -0,0 +1,347 @@ +#! /bin/sh +# Wrapper for compilers which do not understand '-c -o'. + +scriptversion=2012-10-14.11; # UTC + +# Copyright (C) 1999-2014 Free Software Foundation, Inc. +# Written by Tom Tromey . +# +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2, or (at your option) +# any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have
commit xerces-j2 for openSUSE:Factory
Hello community, here is the log from the commit of package xerces-j2 for openSUSE:Factory checked in at 2016-02-17 10:32:17 Comparing /work/SRC/openSUSE:Factory/xerces-j2 (Old) and /work/SRC/openSUSE:Factory/.xerces-j2.new (New) Package is "xerces-j2" Changes: --- /work/SRC/openSUSE:Factory/xerces-j2/xerces-j2.changes 2014-08-01 19:26:53.0 +0200 +++ /work/SRC/openSUSE:Factory/.xerces-j2.new/xerces-j2.changes 2016-02-17 12:26:22.0 +0100 @@ -1,0 +2,7 @@ +Thu Feb 11 15:12:31 UTC 2016 - tchva...@suse.com + +- Add patches for bnc#814241 upstream#1616 + * arrays-doubling.patch + * scan-pseudo-attribute.patch + +--- New: arrays-doubling.patch scan-pseudo-attribute.patch Other differences: -- ++ xerces-j2.spec ++ --- /var/tmp/diff_new_pack.Q3BofI/_old 2016-02-17 12:26:23.0 +0100 +++ /var/tmp/diff_new_pack.Q3BofI/_new 2016-02-17 12:26:23.0 +0100 @@ -1,7 +1,7 @@ # # spec file for package xerces-j2 # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -30,12 +30,16 @@ Source3:%{name}-version.1 Source4:%{name}-constants.sh Source5:%{name}-constants.1 +# PATCH-FIX-UPSTREAM bnc#814241 XERCESJ-1616 +Patch0: arrays-doubling.patch +Patch1: scan-pseudo-attribute.patch +BuildRequires: dos2unix # some build requirements removed to enable jpackage bootstrap. this is # the first package built, and we use the libraries in the tools subdir # for it. -BuildRequires: java-1_5_0-gcj-compat-devel #!BuildIgnore: java-1_6_0-openjdk java-1_6_0-openjdk-devel #!BuildIgnore: antlr antlr-java +BuildRequires: java-1_5_0-gcj-compat-devel BuildRequires: javapackages-tools BuildRequires: unzip Requires(post): update-alternatives @@ -160,6 +164,10 @@ %setup -q -T -a 1 -D -n xerces-%{cvs_version} %setup -q -T -D -n xerces-%{cvs_version} +find -type f -print |xargs -i dos2unix {} +%patch0 -p1 +%patch1 -p1 + echo 'javac.target=1.5' > build.properties echo 'javac.source=1.5' >> build.properties ++ arrays-doubling.patch ++ --- xerces/src/org/apache/xerces/util/XMLStringBuffer.java 2006/09/18 05:12:57 447241 +++ xerces/src/org/apache/xerces/util/XMLStringBuffer.java 2013/07/25 18:13:37 @@ -111,12 +111,13 @@ */ public void append(char c) { if (this.length + 1 > this.ch.length) { -int newLength = this.ch.length*2; -if (newLength < this.ch.length + DEFAULT_SIZE) -newLength = this.ch.length + DEFAULT_SIZE; -char[] newch = new char[newLength]; -System.arraycopy(this.ch, 0, newch, 0, this.length); -this.ch = newch; +int newLength = this.ch.length * 2; +if (newLength < this.ch.length + DEFAULT_SIZE) { +newLength = this.ch.length + DEFAULT_SIZE; +} +char[] newch = new char[newLength]; +System.arraycopy(this.ch, 0, newch, 0, this.length); +this.ch = newch; } this.ch[this.length] = c; this.length++; @@ -130,9 +131,10 @@ public void append(String s) { int length = s.length(); if (this.length + length > this.ch.length) { -int newLength = this.ch.length*2; -if (newLength < this.length + length + DEFAULT_SIZE) +int newLength = this.ch.length * 2; +if (newLength < this.length + length + DEFAULT_SIZE) { newLength = this.ch.length + length + DEFAULT_SIZE; +} char[] newch = new char[newLength]; System.arraycopy(this.ch, 0, newch, 0, this.length); this.ch = newch; @@ -150,7 +152,11 @@ */ public void append(char[] ch, int offset, int length) { if (this.length + length > this.ch.length) { -char[] newch = new char[this.ch.length + length + DEFAULT_SIZE]; +int newLength = this.ch.length * 2; +if (newLength < this.length + length + DEFAULT_SIZE) { +newLength = this.ch.length + length + DEFAULT_SIZE; +} +char[] newch = new char[newLength]; System.arraycopy(this.ch, 0, newch, 0, this.length); this.ch = newch; } ++ scan-pseudo-attribute.patch ++ --- xerces/src/org/apache/xerces/impl/XMLScanner.java 2013/07/03 18:25:06 1499505 +++ xerces
commit uwsgi for openSUSE:Factory
Hello community, here is the log from the commit of package uwsgi for openSUSE:Factory checked in at 2016-02-17 10:26:05 Comparing /work/SRC/openSUSE:Factory/uwsgi (Old) and /work/SRC/openSUSE:Factory/.uwsgi.new (New) Package is "uwsgi" Changes: --- /work/SRC/openSUSE:Factory/uwsgi/uwsgi.changes 2015-11-12 19:41:00.0 +0100 +++ /work/SRC/openSUSE:Factory/.uwsgi.new/uwsgi.changes 2016-02-17 12:25:58.0 +0100 @@ -1,0 +2,42 @@ +Thu Jan 7 13:50:57 UTC 2016 - buschman...@opensuse.org + +- Udate to version 2.0.12 + * Bugfixes +* ‘rpcvar’ routing action correctly returns NEXT on empty response +* uwsgiconfig: fix handling of empty keys in python3 (Simone Basso) +* plugins/alarm_speech: fix AppKit spelling to support + case-sensitive filesystems (Andrew Janke) +* Fix inheriting INET address 0.0.0.0 (INADA Naoki) +* core/xmlconf: correctly initialize libxml2 (Riccardo Magliocchetti) +* Pass LIBDIR to linker in python plugin (Borys Pierov) +* Platforms-related build fixes for pty, forkptyrouter and mono + plugins (Jonas Smedegaard and Riccardo Magliocchetti) + * New Features +* The custom worker api - Finally you are able to override the uWSGI + processing model to completeley get control of it. + https://github.com/unbit/uwsgi-docs/blob/master/WorkerOverride.rst +* --wsgi-disable-file-wrapper - This option disables the wsgi.file_wrapper + optimization of the WSGI standard. IN some corner case this is + the only trick to avoid errors. +* Official PHP7 support - PHP 7 is now officially supported in + the php plugin. +* uwsgi.spooler_get_task api (Credits: Alexandre Bonnetain) + This patch allows you to easily parse spooler files. +* --if-hostname-match (Credits: Alexandre Bonnetain) + This options for config logic allows you to define options only + when a regexp over the hostname machtes. +- Update patch 1 - uwsgi-1.9.17-no-LD_RUN_PATH.patch - renamed patch + file to uwsgi-2.0.12-no-LD_RUN_PATH.patch + +--- +Fri Nov 6 17:33:31 UTC 2015 - buschman...@opensuse.org + +- Update to version 2.0.11.2 + * Bugfixes +* OSX 10.11 supports TCP_FASTOPEN +* fixed http-socket parser state after harakiri +* fixed threaded request logger +* fixed fastrouter subscriptions modifiers +* fixed alarm backlog + +--- Old: uwsgi-1.9.17-no-LD_RUN_PATH.patch uwsgi-2.0.11.1.tar.gz New: uwsgi-2.0.12-no-LD_RUN_PATH.patch uwsgi-2.0.12.tar.gz Other differences: -- ++ uwsgi.spec ++ --- /var/tmp/diff_new_pack.YzcCeJ/_old 2016-02-17 12:25:59.0 +0100 +++ /var/tmp/diff_new_pack.YzcCeJ/_new 2016-02-17 12:25:59.0 +0100 @@ -1,7 +1,7 @@ # # spec file for package uwsgi # -# 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: uwsgi -Version:2.0.11.1 +Version:2.0.12 Release:0 Summary:Application Container Server for Networked/Clustered Web Applications License:GPL-2.0-with-GCC-exception @@ -35,7 +35,7 @@ # PATCH-FIX-OPENSUSE uwsgi-1.9.17-plugin_build_path.patch - Don't attempt to install plugins to target dest during build Patch0: uwsgi-1.9.17-plugin_build_path.patch # PATCH-FIX-OPENSUSE uwsgi-1.9.17-no-LD_RUN_PATH.patch - Disable invalid rpath in plugins -Patch1: uwsgi-1.9.17-no-LD_RUN_PATH.patch +Patch1: uwsgi-2.0.12-no-LD_RUN_PATH.patch # PATCH-FIX-OPENSUSE uwsgi-1.9.13-objc_gc-no-fobjc-gc.patch - No -fobjc-gc in CFLAGS, which is incorrect in GNU Patch2: uwsgi-1.9.13-objc_gc-no-fobjc-gc.patch # PATCH-FIX-OPENSUSE uwsgi-1.9.11-systemd_logger-old_systemd.patch - Older systemd in 12.2 does not implicity include syslog.h ++ uwsgi-1.9.17-no-LD_RUN_PATH.patch -> uwsgi-2.0.12-no-LD_RUN_PATH.patch ++ --- /work/SRC/openSUSE:Factory/uwsgi/uwsgi-1.9.17-no-LD_RUN_PATH.patch 2013-09-26 11:53:05.0 +0200 +++ /work/SRC/openSUSE:Factory/.uwsgi.new/uwsgi-2.0.12-no-LD_RUN_PATH.patch 2016-02-17 12:25:58.0 +0100 @@ -1,6 +1,6 @@ a/plugins/jvm/uwsgiplugin.py -+++ b/plugins/jvm/uwsgiplugin.py -@@ -59,11 +59,6 @@ if "-framework JavaVM" in JVM_LIBPATH: +--- a/plugins/jvm/uwsgiplugin.py 2015-12-30 10:08:49.0 +0100 b/plugins/jvm/uwsgiplugin.py 2016-01-07 14:35:31.212291749 +0100 +@@ -65,11 +65,6 @@ if "-framework JavaVM
commit wireless-regdb for openSUSE:Factory
Hello community, here is the log from the commit of package wireless-regdb for openSUSE:Factory checked in at 2016-02-17 10:31:50 Comparing /work/SRC/openSUSE:Factory/wireless-regdb (Old) and /work/SRC/openSUSE:Factory/.wireless-regdb.new (New) Package is "wireless-regdb" Changes: --- /work/SRC/openSUSE:Factory/wireless-regdb/wireless-regdb.changes 2016-01-05 09:39:49.0 +0100 +++ /work/SRC/openSUSE:Factory/.wireless-regdb.new/wireless-regdb.changes 2016-02-17 12:26:12.0 +0100 @@ -1,0 +2,11 @@ +Sat Feb 13 10:36:18 UTC 2016 - afaer...@suse.de + +- Explicitly require xz, fixing tar errors for SLE11 builds +- Work around a mismatch of lib vs. lib64 on SLE11 x86_64 + +--- +Tue Feb 9 21:51:01 UTC 2016 - mplus...@suse.com + +- Update to 2016.02.08 + +--- Old: wireless-regdb-2015.12.14.tar.xz New: wireless-regdb-2016.02.08.tar.xz Other differences: -- ++ wireless-regdb.spec ++ --- /var/tmp/diff_new_pack.pXMpC0/_old 2016-02-17 12:26:13.0 +0100 +++ /var/tmp/diff_new_pack.pXMpC0/_new 2016-02-17 12:26:13.0 +0100 @@ -1,7 +1,7 @@ # # spec file for package wireless-regdb # -# 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,13 +17,14 @@ Name: wireless-regdb -Version:2015.12.14 +Version:2016.02.08 Release:0 Summary:802.11 regulatory domain database License:ISC Group: Hardware/Wifi Url: http://wireless.kernel.org/en/developers/Regulatory#The_regulatory_database Source: https://www.kernel.org/pub/software/network/wireless-regdb/%{name}-%{version}.tar.xz +BuildRequires: xz BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildArch: noarch @@ -31,13 +32,18 @@ The 802.11 regulatory domain database is used by CRDA and provides allowed frequency ranges for 802.11 wireless drivers. +%if 0%{?suse_version} == 1110 +# _libexecdir points to /usr/lib64 for SLE11 +%define _libexecdir %{_prefix}/lib +%endif + %prep %setup -q %build %install -make DESTDIR=%{buildroot} install %{?_smp_mflags} +make %{?_smp_mflags} DESTDIR=%{buildroot} install %files %defattr(-,root,root) @@ -45,6 +51,6 @@ %dir %{_libexecdir}/crda/pubkeys %{_libexecdir}/crda/regulatory.bin %{_libexecdir}/crda/pubkeys/*pem -%{_mandir}/man5/regulatory.bin.5.gz +%{_mandir}/man5/regulatory.bin.5%{ext_man} %changelog ++ wireless-regdb-2015.12.14.tar.xz -> wireless-regdb-2016.02.08.tar.xz ++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/wireless-regdb-2015.12.14/db.txt new/wireless-regdb-2016.02.08/db.txt --- old/wireless-regdb-2015.12.14/db.txt2015-12-14 17:52:47.0 +0100 +++ new/wireless-regdb-2016.02.08/db.txt2016-02-08 16:02:58.0 +0100 @@ -275,6 +275,12 @@ (5490 - 5730 @ 20), (24), DFS (5735 - 5835 @ 20), (30) +# http://www.mincom.gob.cu/?q=marcoregulatorio +# - Redes Informáticas +# Resolución 127, 2011 - Reglamento Banda 2,4 GHz. +country CU: DFS-FCC + (2400 - 2483.5 @ 40), (200 mW) + country CX: DFS-FCC (2402 - 2482 @ 40), (20) (5170 - 5250 @ 80), (24), AUTO-BW Files old/wireless-regdb-2015.12.14/regulatory.bin and new/wireless-regdb-2016.02.08/regulatory.bin differ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/wireless-regdb-2015.12.14/sha1sum.txt new/wireless-regdb-2016.02.08/sha1sum.txt --- old/wireless-regdb-2015.12.14/sha1sum.txt 2015-12-14 17:52:47.0 +0100 +++ new/wireless-regdb-2016.02.08/sha1sum.txt 2016-02-08 16:02:58.0 +0100 @@ -1 +1 @@ -d2121f4f06170545810265c8ba1088cf6ed9ad4d db.txt +ff34bc3f118521d45c3c0872e152635a3d0e8f5d db.txt
commit virt-what for openSUSE:Factory
Hello community, here is the log from the commit of package virt-what for openSUSE:Factory checked in at 2016-02-17 10:24:33 Comparing /work/SRC/openSUSE:Factory/virt-what (Old) and /work/SRC/openSUSE:Factory/.virt-what.new (New) Package is "virt-what" Changes: --- /work/SRC/openSUSE:Factory/virt-what/virt-what.changes 2015-11-22 11:02:54.0 +0100 +++ /work/SRC/openSUSE:Factory/.virt-what.new/virt-what.changes 2016-02-17 12:26:05.0 +0100 @@ -1,0 +2,6 @@ +Thu Feb 11 16:06:59 UTC 2016 - mplus...@suse.com + +- Add gpg signature +- Tiny spec file cleanup + +--- New: virt-what-1.15.tar.gz.sig virt-what.keyring Other differences: -- ++ virt-what.spec ++ --- /var/tmp/diff_new_pack.wFIfR9/_old 2016-02-17 12:26:06.0 +0100 +++ /var/tmp/diff_new_pack.wFIfR9/_new 2016-02-17 12:26:06.0 +0100 @@ -23,7 +23,9 @@ License:GPL-2.0+ Group: System/Console Url:http://people.redhat.com/~rjones/virt-what -Source: http://people.redhat.com/~rjones/%{name}/files/%{name}-%{version}.tar.gz +Source0: http://people.redhat.com/~rjones/%{name}/files/%{name}-%{version}.tar.gz +Source1: http://people.redhat.com/~rjones/%{name}/files/%{name}-%{version}.tar.gz.sig +Source2:%{name}.keyring %ifarch %{ix86} x86_64 aarch64 %arm Requires: dmidecode %endif @@ -50,16 +52,16 @@ make %{?_smp_mflags} %install -make DESTDIR=%{buildroot} install %{?_smp_mflags} +make %{?_smp_mflags} DESTDIR=%{buildroot} install %check -make check %{?_smp_mflags} +make %{?_smp_mflags} check %files %defattr(-,root,root) %doc README COPYING %{_sbindir}/virt-what -%{_mandir}/man1/*.1* +%{_mandir}/man1/virt-what.1%{ext_man} %{_libexecdir}/virt-what-cpuid-helper %changelog
commit x11vnc for openSUSE:Factory
Hello community, here is the log from the commit of package x11vnc for openSUSE:Factory checked in at 2016-02-17 10:26:26 Comparing /work/SRC/openSUSE:Factory/x11vnc (Old) and /work/SRC/openSUSE:Factory/.x11vnc.new (New) Package is "x11vnc" Changes: --- /work/SRC/openSUSE:Factory/x11vnc/x11vnc.changes2015-05-26 12:35:20.0 +0200 +++ /work/SRC/openSUSE:Factory/.x11vnc.new/x11vnc.changes 2016-02-17 12:26:16.0 +0100 @@ -1,0 +2,5 @@ +Sat Jan 16 20:15:07 UTC 2016 - opens...@dstoecker.de + +- again set proper options for vncclient, autodetect client type + +--- Other differences: -- ++ x11vnc_ssh ++ --- /var/tmp/diff_new_pack.Oa8DGL/_old 2016-02-17 12:26:17.0 +0100 +++ /var/tmp/diff_new_pack.Oa8DGL/_new 2016-02-17 12:26:17.0 +0100 @@ -18,7 +18,18 @@ # You can add -threads here if it works stable enough for you cmd="x11vnc -display :$disp -localhost -allinput -rfbauth ~/.vnc/passwd $2" -enc="copyrect tight zlib corre rre raw" + +# Set options for a performant connection: +# detect tightvnc, tigervnc and allows VNCOPTS variable for user input +if [ -n "$VNCOPTS" ]; then + opts=$VNCOPTS +else + if [ -n "$(vncviewer -h 2>&1|grep tigervnc)" ]; then +opts="-compresslevel=6 -qualitylevel=6 -autoselect=1" + elif [ -n "$(vncviewer -h 2>&1|grep tightvnc)" ]; then +opts="-quality 8 -compresslevel 6 -encodings \"copyrect tight zlib corre rre raw\"" + fi +fi port=4 @@ -71,7 +82,7 @@ for i in 1 2 3 do sleep 2 - echo "vncviewer :$port $3" - if vncviewer :$port $3; then break; fi + echo "vncviewer $opts :$port $3" + if vncviewer $opts :$port $3; then break; fi done
commit u-boot for openSUSE:Factory
Hello community, here is the log from the commit of package u-boot for openSUSE:Factory checked in at 2016-02-17 10:26:12 Comparing /work/SRC/openSUSE:Factory/u-boot (Old) and /work/SRC/openSUSE:Factory/.u-boot.new (New) Package is "u-boot" Changes: --- /work/SRC/openSUSE:Factory/u-boot/u-boot-a10-olinuxino-lime.changes 2016-02-09 16:50:08.0 +0100 +++ /work/SRC/openSUSE:Factory/.u-boot.new/u-boot-a10-olinuxino-lime.changes 2016-02-17 12:25:42.0 +0100 @@ -1,0 +2,11 @@ +Sat Feb 13 14:56:43 UTC 2016 - afaer...@suse.de + +- Enable Hyundai_A7HD, superseding :Contrib:sunxi package + +--- +Thu Feb 9 13:02:26 UTC 2016 - afaer...@suse.de + +- Adjust installation path for qemu-ppce500 to replace qemu-ppc's +* Pull in qemu (not qemu-ppc) for directory ownership + +--- u-boot-a13-olinuxino.changes: same change u-boot-a13-olinuxinom.changes: same change u-boot-a20-olinuxino-lime.changes: same change u-boot-a20-olinuxino-lime2.changes: same change u-boot-a20-olinuxinomicro.changes: same change u-boot-am335xevm.changes: same change u-boot-am57xxevm.changes: same change u-boot-am57xxevmnodt.changes: same change u-boot-arndale.changes: same change u-boot-bananapi.changes: same change u-boot-colibrit20.changes: same change u-boot-cubieboard.changes: same change u-boot-cubieboard2.changes: same change u-boot-cubietruck.changes: same change u-boot-firefly-rk3288.changes: same change u-boot-highbank.changes: same change New Changes file: --- /dev/null 2016-01-27 19:41:03.648095915 +0100 +++ /work/SRC/openSUSE:Factory/.u-boot.new/u-boot-hyundaia7hd.changes 2016-02-17 12:25:42.0 +0100 @@ -0,0 +1,982 @@ +--- +Sat Feb 13 14:56:43 UTC 2016 - afaer...@suse.de + +- Enable Hyundai_A7HD, superseding :Contrib:sunxi package + +--- +Thu Feb 9 13:02:26 UTC 2016 - afaer...@suse.de + +- Adjust installation path for qemu-ppce500 to replace qemu-ppc's +* Pull in qemu (not qemu-ppc) for directory ownership + +--- +Tue Feb 9 00:03:18 UTC 2016 - afaer...@suse.de + +- Add Jetson TX1 board (p2371-2180) +- Fix indentation of last Patch line in .spec.in to match .spec + +--- +Mon Feb 1 19:35:45 UTC 2016 - ag...@suse.com + +- Add patch to fix exynos armv7 kvm support + * adds u-boot-exynos.patch + +--- +Tue Jan 19 14:15:58 UTC 2016 - afaer...@suse.de + +- Prepare for non-/boot installation directories +* For /boot/vc pull in raspberrypi-firmware package + +--- +Fri Jan 15 21:19:43 UTC 2016 - os...@naiandei.net + +- Add udoo (dual and quad) boards + * adds 0001-udoo-use-load-instead-of-fatload.patch + +--- +Thu Jan 14 15:43:36 UTC 2016 - afaer...@suse.de + +- Add qemu-ppce500, to replace u-boot.e500 blob in qemu package +* Override CROSS_COMPILE variable to use native gcc + +--- +Wed Jan 13 14:07:32 UTC 2016 - guilla...@opensuse.org + +- Update to 2016.01 + +--- +Mon Jan 11 11:08:50 UTC 2016 - guilla...@opensuse.org + +- Update to 2016.01-rc4 + +--- +Mon Dec 28 13:50:10 UTC 2015 - guilla...@opensuse.org + +- Update to 2016.01-rc3 + +--- +Sun Dec 20 20:56:54 UTC 2015 - afaer...@suse.de + +- Suppress stripping debug info - it affects u-boot-jetson-tk1 +- Install rpi and rpi2 binaries to /boot/vc + +--- +Tue Dec 15 09:27:03 UTC 2015 - guilla...@opensuse.org + +- Backport U-Boot-am335x_evm-Don-t-undef-CONFIG_BOOTDELAY.patch + to fix bootdelay on Beaglebone board + +--- +Tue Dec 15 09:15:30 UTC 2015 - guilla...@opensuse.org + +- Add orangepi_pc board + +--- +Fri Dec 11 09:23:17 UTC 2015 - guilla...@opensuse.org + +- Add support to am57xx_evm (beagle_x15 with u-boot DT) + +--- +Fri Dec 11 09:08:25 UTC 2015 - guilla...@opensuse.org + +- Update to 2016.01-rc2: +- Rename 'beagle_x15' to 'am57xx_evm_nodt' to follow upstream +- Remove upstreamed patch: + * U-Boot-1-2-usb-host-xhci-omap-fix-bu
commit uid_wrapper for openSUSE:Factory
Hello community, here is the log from the commit of package uid_wrapper for openSUSE:Factory checked in at 2016-02-17 10:31:59 Comparing /work/SRC/openSUSE:Factory/uid_wrapper (Old) and /work/SRC/openSUSE:Factory/.uid_wrapper.new (New) Package is "uid_wrapper" Changes: --- /work/SRC/openSUSE:Factory/uid_wrapper/uid_wrapper.changes 2015-10-30 13:43:46.0 +0100 +++ /work/SRC/openSUSE:Factory/.uid_wrapper.new/uid_wrapper.changes 2016-02-17 12:25:52.0 +0100 @@ -1,0 +2,5 @@ +Sun Feb 14 11:47:01 UTC 2016 - jeng...@inai.de + +- Editorial fixes to the description + +--- Other differences: -- ++ uid_wrapper.spec ++ --- /var/tmp/diff_new_pack.wQCGUj/_old 2016-02-17 12:25:53.0 +0100 +++ /var/tmp/diff_new_pack.wQCGUj/_new 2016-02-17 12:25:53.0 +0100 @@ -1,7 +1,7 @@ # # spec file for package uid_wrapper # -# 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 @@ -45,15 +45,15 @@ %description Some projects like a file server need privilege separation to be able to switch to the connnection user and do file operations. uid_wrapper convincingly lies -to the application letting it believe it is operating as root and even -switching betwen uids and gids as needed. +to the application, letting it believe it is operating as root and even +switching betwen UIDs and GIDs as needed. -To use it set the following environment variables: +To use it, set the following environment variables: LD_PRELOAD=libuid_wrapper.so UID_WRAPPER=1 -This package doesn't have a devel package cause this project is for +This package does not have a devel package, because this project is for development/testing. %prep
commit skiboot for openSUSE:Factory
Hello community, here is the log from the commit of package skiboot for openSUSE:Factory checked in at 2016-02-17 10:24:17 Comparing /work/SRC/openSUSE:Factory/skiboot (Old) and /work/SRC/openSUSE:Factory/.skiboot.new (New) Package is "skiboot" Changes: --- /work/SRC/openSUSE:Factory/skiboot/skiboot.changes 2016-01-05 21:55:00.0 +0100 +++ /work/SRC/openSUSE:Factory/.skiboot.new/skiboot.changes 2016-02-17 12:24:46.0 +0100 @@ -1,0 +2,6 @@ +Sat Jan 30 13:57:55 UTC 2016 - mplus...@suse.com + +- Update to 5.1.13 + * See https://github.com/open-power/skiboot/blob/master/doc/release-notes/skiboot-5.1.13.txt + +--- Old: skiboot-5.1.12.tar.gz New: skiboot-5.1.13.tar.gz Other differences: -- ++ skiboot.spec ++ --- /var/tmp/diff_new_pack.NRDAbh/_old 2016-02-17 12:24:48.0 +0100 +++ /var/tmp/diff_new_pack.NRDAbh/_new 2016-02-17 12:24:48.0 +0100 @@ -17,7 +17,7 @@ Name: skiboot -Version:5.1.12 +Version:5.1.13 Release:0 Summary:Tools for OpenPower platform License:Apache-2.0 ++ skiboot-5.1.12.tar.gz -> skiboot-5.1.13.tar.gz ++ 10047 lines of diff (skipped)
commit thin-provisioning-tools for openSUSE:Factory
Hello community, here is the log from the commit of package thin-provisioning-tools for openSUSE:Factory checked in at 2016-02-17 10:32:08 Comparing /work/SRC/openSUSE:Factory/thin-provisioning-tools (Old) and /work/SRC/openSUSE:Factory/.thin-provisioning-tools.new (New) Package is "thin-provisioning-tools" Changes: --- /work/SRC/openSUSE:Factory/thin-provisioning-tools/thin-provisioning-tools.changes 2016-02-09 16:49:17.0 +0100 +++ /work/SRC/openSUSE:Factory/.thin-provisioning-tools.new/thin-provisioning-tools.changes 2016-02-17 12:25:32.0 +0100 @@ -1,0 +2,6 @@ +Thu Feb 11 11:21:15 UTC 2016 - rguent...@suse.com + +- Explicitely build with -std=gnu++98 to avoid all sorts of + non-C++11 conforming code. + +--- Other differences: -- ++ thin-provisioning-tools.spec ++ --- /var/tmp/diff_new_pack.JlFRYX/_old 2016-02-17 12:25:33.0 +0100 +++ /var/tmp/diff_new_pack.JlFRYX/_new 2016-02-17 12:25:33.0 +0100 @@ -45,7 +45,7 @@ autoreconf -fiv %configure \ --bindir=%{_sbindir} \ - --with-optimisation="%{optflags}" + --with-optimisation="%{optflags} -std=gnu++98" # In generated Makefile V=@ is used, in order to achieve verbose build ve # must override it as V="" make %{?_smp_mflags} V=""
commit syslinux for openSUSE:Factory
Hello community, here is the log from the commit of package syslinux for openSUSE:Factory checked in at 2016-02-17 10:32:21 Comparing /work/SRC/openSUSE:Factory/syslinux (Old) and /work/SRC/openSUSE:Factory/.syslinux.new (New) Package is "syslinux" Changes: --- /work/SRC/openSUSE:Factory/syslinux/syslinux.changes2015-09-13 09:43:31.0 +0200 +++ /work/SRC/openSUSE:Factory/.syslinux.new/syslinux.changes 2016-02-17 12:25:18.0 +0100 @@ -1,0 +2,5 @@ +Thu Feb 11 13:43:14 UTC 2016 - rguent...@suse.com + +- syslinux-4.04-miniacc.diff: fixup broken conformance tests + +--- New: syslinux-4.04-miniacc.diff Other differences: -- ++ syslinux.spec ++ --- /var/tmp/diff_new_pack.uQdmp9/_old 2016-02-17 12:25:19.0 +0100 +++ /var/tmp/diff_new_pack.uQdmp9/_new 2016-02-17 12:25:19.0 +0100 @@ -1,7 +1,7 @@ # # spec file for package syslinux # -# 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 @@ -53,6 +53,7 @@ Patch14:%{name}-%{version}-timeout.diff Patch15:%{name}-%{version}-cache_fix.diff Patch16:%{name}-%{version}-mtime.diff +Patch17:%{name}-%{version}-miniacc.diff BuildRoot: %{_tmppath}/%{name}-%{version}-build %description @@ -85,6 +86,7 @@ %patch14 -p1 %patch15 -p1 %patch16 -p1 +%patch17 %build cp %{SOURCE2} . ++ syslinux-4.04-miniacc.diff ++ Index: lzo/src/miniacc.h === --- lzo/src/miniacc.h.orig 2016-02-11 14:37:17.029802775 +0100 +++ lzo/src/miniacc.h 2016-02-11 14:38:38.086742103 +0100 @@ -4412,12 +4412,12 @@ ACCLIB_EXTERN(int, acc_spawnve) (int mod #if defined(__MSDOS__) && defined(__TURBOC__) && (__TURBOC__ < 0x0150) #elif 1 && (ACC_CC_SUNPROC) && !defined(ACCCHK_CFG_PEDANTIC) #else -ACCCHK_ASSERT((1 << (8*SIZEOF_INT-1)) < 0) +ACCCHK_ASSERT((int)(1u << (8*SIZEOF_INT-1)) < 0) #endif ACCCHK_ASSERT((1u << (8*SIZEOF_INT-1)) > 0) #if 1 && (ACC_CC_SUNPROC) && !defined(ACCCHK_CFG_PEDANTIC) #else -ACCCHK_ASSERT((1l << (8*SIZEOF_LONG-1)) < 0) +ACCCHK_ASSERT((long)(1ul << (8*SIZEOF_LONG-1)) < 0) #endif ACCCHK_ASSERT((1ul << (8*SIZEOF_LONG-1)) > 0) #if defined(acc_int16e_t) @@ -4646,7 +4646,7 @@ ACCLIB_EXTERN(int, acc_spawnve) (int mod #elif 1 && (ACC_CC_LCC || ACC_CC_LCCWIN32) && !defined(ACCCHK_CFG_PEDANTIC) #elif 1 && (ACC_CC_SUNPROC) && !defined(ACCCHK_CFG_PEDANTIC) #elif !defined(ACC_BROKEN_INTEGRAL_PROMOTION) && (SIZEOF_INT > 1) -ACCCHK_ASSERT( (((unsigned char)128) << (int)(8*sizeof(int)-8)) < 0) +ACCCHK_ASSERT( (int)((unsigned int)((unsigned char)128) << (int)(8*sizeof(int)-8)) < 0) #endif #if (ACC_CC_BORLANDC && (__BORLANDC__ >= 0x0530) && (__BORLANDC__ < 0x0560)) # pragma option pop
commit translate-shell for openSUSE:Factory
Hello community, here is the log from the commit of package translate-shell for openSUSE:Factory checked in at 2016-02-17 10:24:46 Comparing /work/SRC/openSUSE:Factory/translate-shell (Old) and /work/SRC/openSUSE:Factory/.translate-shell.new (New) Package is "translate-shell" Changes: --- /work/SRC/openSUSE:Factory/translate-shell/translate-shell.changes 2015-12-29 13:00:25.0 +0100 +++ /work/SRC/openSUSE:Factory/.translate-shell.new/translate-shell.changes 2016-02-17 12:25:38.0 +0100 @@ -1,0 +2,5 @@ +Thu Feb 11 16:26:54 UTC 2016 - sor.ale...@meowr.ru + +- Update to 0.9.3. + +--- Old: translate-shell-0.9.2.1.tar.gz New: translate-shell-0.9.3.tar.gz Other differences: -- ++ translate-shell.spec ++ --- /var/tmp/diff_new_pack.74nFiK/_old 2016-02-17 12:25:39.0 +0100 +++ /var/tmp/diff_new_pack.74nFiK/_new 2016-02-17 12:25:39.0 +0100 @@ -1,7 +1,7 @@ # # spec file for package translate-shell # -# 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: translate-shell -Version:0.9.2.1 +Version:0.9.3 Release:0 Summary:Google Translate to serve as a command-line tool License:Unlicense @@ -57,7 +57,7 @@ %files %defattr(-,root,root) -%doc CONTRIBUTING.md DISCLAIMER LICENSE README.md WAIVER +%doc CONTRIBUTING.md LICENSE README.md WAIVER %{_bindir}/trans %{_mandir}/man?/trans.?%{?ext_man} ++ translate-shell-0.9.2.1.tar.gz -> translate-shell-0.9.3.tar.gz ++ 2980 lines of diff (skipped)
commit sqliteodbc for openSUSE:Factory
Hello community, here is the log from the commit of package sqliteodbc for openSUSE:Factory checked in at 2016-02-17 10:26:09 Comparing /work/SRC/openSUSE:Factory/sqliteodbc (Old) and /work/SRC/openSUSE:Factory/.sqliteodbc.new (New) Package is "sqliteodbc" Changes: --- /work/SRC/openSUSE:Factory/sqliteodbc/sqliteodbc.changes2016-02-08 09:47:38.0 +0100 +++ /work/SRC/openSUSE:Factory/.sqliteodbc.new/sqliteodbc.changes 2016-02-17 12:25:03.0 +0100 @@ -1,0 +2,5 @@ +Mon Feb 8 13:03:53 UTC 2016 - mplus...@suse.com + +- Fix removal of .la and .a files + +--- Other differences: -- ++ sqliteodbc.spec ++ --- /var/tmp/diff_new_pack.MBjSXc/_old 2016-02-17 12:25:04.0 +0100 +++ /var/tmp/diff_new_pack.MBjSXc/_new 2016-02-17 12:25:04.0 +0100 @@ -66,7 +66,7 @@ %install mkdir -p %{buildroot}%{_libdir} make DESTDIR=%{buildroot} install %{?_smp_mflags} -find %{buildroot} -type f -name "*.a" -o -name "*.la" -delete -print +find %{buildroot} -type f \( -name '*.a' -o -name '*.la' \) -delete -print %post if [ -x %{_bindir}/odbcinst ] ; then
commit sigrok-cli for openSUSE:Factory
Hello community, here is the log from the commit of package sigrok-cli for openSUSE:Factory checked in at 2016-02-17 10:25:05 Comparing /work/SRC/openSUSE:Factory/sigrok-cli (Old) and /work/SRC/openSUSE:Factory/.sigrok-cli.new (New) Package is "sigrok-cli" Changes: --- /work/SRC/openSUSE:Factory/sigrok-cli/sigrok-cli.changes2014-08-07 12:37:41.0 +0200 +++ /work/SRC/openSUSE:Factory/.sigrok-cli.new/sigrok-cli.changes 2016-02-17 12:24:43.0 +0100 @@ -1,0 +2,15 @@ +Sat Jan 30 12:39:39 UTC 2016 - stefan.bru...@rwth-aachen.de + +- update to version 0.6.0 + * new options: +- Add --get: retrieve a variable value from a device +- Add -T|--transform-module + * adapt to new libsigrok 0.4.0 API + * various small changes + +--- +Fri Sep 25 03:58:58 UTC 2015 - stefan.bru...@rwth-aachen.de + +- Track GIT version (upcoming 0.6.0) + +--- Old: sigrok-cli-0.5.0.tar.gz New: sigrok-cli-0.6.0.tar.gz Other differences: -- ++ sigrok-cli.spec ++ --- /var/tmp/diff_new_pack.MeEmBk/_old 2016-02-17 12:24:44.0 +0100 +++ /var/tmp/diff_new_pack.MeEmBk/_new 2016-02-17 12:24:44.0 +0100 @@ -1,7 +1,7 @@ # # spec file for package sigrok-cli # -# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,18 +17,18 @@ Summary:Logic Analyzer Command Line Tool - -Name: sigrok-cli -Version:0.5.0 -Release:1 License:GPL-3.0+ Group: Productivity/Scientific/Electronics + +Name: sigrok-cli +Version:0.6.0 +Release:0 Url:http://sigrok.org +BuildRequires: autoconf +BuildRequires: automake BuildRequires: glib2-devel BuildRequires: libsigrok-devel >= 0.3.0 BuildRequires: libsigrokdecode-devel >= 0.3.0 -BuildRequires: autoconf -BuildRequires: automake BuildRequires: libtool Source0: http://sigrok.org/download/source/sigrok-cli/%{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -47,6 +47,8 @@ %setup -q %build +#./autogen.sh +autoreconf -fiv %configure make %{?smp_mflags} ++ sigrok-cli-0.5.0.tar.gz -> sigrok-cli-0.6.0.tar.gz ++ 37660 lines of diff (skipped)
commit sssd for openSUSE:Factory
Hello community, here is the log from the commit of package sssd for openSUSE:Factory checked in at 2016-02-17 10:30:57 Comparing /work/SRC/openSUSE:Factory/sssd (Old) and /work/SRC/openSUSE:Factory/.sssd.new (New) Package is "sssd" Changes: --- /work/SRC/openSUSE:Factory/sssd/sssd.changes2016-01-05 15:00:03.0 +0100 +++ /work/SRC/openSUSE:Factory/.sssd.new/sssd.changes 2016-02-17 12:25:06.0 +0100 @@ -1,0 +2,18 @@ +Wed Feb 10 16:38:37 UTC 2016 - mplus...@suse.com + +- Enable internal testsuite + +--- +Wed Dec 16 14:08:01 UTC 2015 - jeng...@inai.de + +- Update to new maintenance release 1.13.3 +* A bug that prevented user lookups and logins after migration from + winsync to IPA-AD trusts was fixed. +* A bug that prevented the ignore_group_members option from working + correctly in AD provider setups that use a dedicated primary + group (as opposed to a user-private group) was fixed. +* Offline detection and offline login timeouts were improved for AD + users logging in from a domain trusted by an IPA server. +* The AD provider supports setting up autofs_provider=ad . + +--- Old: sssd-1.13.2.tar.gz sssd-1.13.2.tar.gz.asc New: sssd-1.13.3.tar.gz sssd-1.13.3.tar.gz.asc Other differences: -- ++ sssd.spec ++ --- /var/tmp/diff_new_pack.BECRbU/_old 2016-02-17 12:25:07.0 +0100 +++ /var/tmp/diff_new_pack.BECRbU/_new 2016-02-17 12:25:07.0 +0100 @@ -17,7 +17,7 @@ Name: sssd -Version:1.13.2 +Version:1.13.3 Release:0 Summary:System Security Services Daemon License:GPL-3.0+ and LGPL-3.0+ @@ -57,6 +57,10 @@ BuildRequires: python-devel BuildRequires: python3-devel BuildRequires: systemd-rpm-macros +BuildRequires: libcmocka-devel +BuildRequires: nss_wrapper +BuildRequires: uid_wrapper +BuildRequires: check-devel BuildRequires: pkgconfig(augeas) >= 1.0.0 BuildRequires: pkgconfig(collection) >= 0.5.1 BuildRequires: pkgconfig(dbus-1) >= 1.0.0 @@ -426,6 +430,10 @@ %find_lang %name --all-name +%check +# sss_config-tests fails +make %{?_smp_mflags} check ||: + %pre %service_add_pre sssd.service ++ 0001-build-detect-endianness-at-configure-time.patch ++ --- /var/tmp/diff_new_pack.BECRbU/_old 2016-02-17 12:25:07.0 +0100 +++ /var/tmp/diff_new_pack.BECRbU/_new 2016-02-17 12:25:07.0 +0100 @@ -8,14 +8,16 @@ Signed-off-by: David Disseldorp --- - configure.ac |7 +++ - 1 file changed, 7 insertions(+) + configure.ac |3 +++ + 1 file changed, 3 insertions(+) sssd-1.12.1.orig/configure.ac -+++ sssd-1.12.1/configure.ac -@@ -322,6 +322,9 @@ AM_CHECK_CMOCKA - - AM_CONDITIONAL([HAVE_DEVSHM], [test -d /dev/shm]) +Index: sssd-1.13.3/configure.ac +=== +--- sssd-1.13.3.orig/configure.ac sssd-1.13.3/configure.ac +@@ -428,6 +428,9 @@ AM_CONDITIONAL([HAVE_DEVSHM], [test -d / + ENABLE_POLKIT_RULES_PATH + AM_CONDITIONAL([HAVE_POLKIT_RULES_D], [test x$HAVE_POLKIT_RULES_D != x]) +AC_C_BIGENDIAN([AC_DEFINE(HAVE_BIG_ENDIAN, [1], [whether platform is big endian])], + [AC_DEFINE(HAVE_LITTLE_ENDIAN, [1], [whether platform is little endian])]) ++ sssd-1.13.2.tar.gz -> sssd-1.13.3.tar.gz ++ 146308 lines of diff (skipped)
commit texmath for openSUSE:Factory
Hello community, here is the log from the commit of package texmath for openSUSE:Factory checked in at 2016-02-17 10:25:56 Comparing /work/SRC/openSUSE:Factory/texmath (Old) and /work/SRC/openSUSE:Factory/.texmath.new (New) Package is "texmath" Changes: --- /work/SRC/openSUSE:Factory/texmath/texmath.changes 2015-12-23 08:49:25.0 +0100 +++ /work/SRC/openSUSE:Factory/.texmath.new/texmath.changes 2016-02-17 12:25:29.0 +0100 @@ -1,0 +2,10 @@ +Sun Feb 14 15:19:50 UTC 2016 - mimi...@gmail.com + +- update to 0.8.4.2 +* Fixed overbrace, underbrace. Previously we were using the wrong +character: U+FE37 instead of U+23DE. This didn't work in Word. +* Support \mathop, \mathrel, \mathbin, \mathord +* MathML - render Symbol Ord as mi, not mo. +* Handle align environments with > 2 cells per row. + +--- Old: texmath-0.8.4.1.tar.gz New: texmath-0.8.4.2.tar.gz Other differences: -- ++ texmath.spec ++ --- /var/tmp/diff_new_pack.8SBO1i/_old 2016-02-17 12:25:30.0 +0100 +++ /var/tmp/diff_new_pack.8SBO1i/_new 2016-02-17 12:25:30.0 +0100 @@ -19,7 +19,7 @@ %global pkg_name texmath Name: texmath -Version:0.8.4.1 +Version:0.8.4.2 Release:0 Summary:Conversion of LaTeX math formulas to MathML or OMML License:GPL-2.0 ++ texmath-0.8.4.1.tar.gz -> texmath-0.8.4.2.tar.gz ++ 38814 lines of diff (skipped)
commit speedtest-cli for openSUSE:Factory
Hello community, here is the log from the commit of package speedtest-cli for openSUSE:Factory checked in at 2016-02-17 10:26:33 Comparing /work/SRC/openSUSE:Factory/speedtest-cli (Old) and /work/SRC/openSUSE:Factory/.speedtest-cli.new (New) Package is "speedtest-cli" Changes: --- /work/SRC/openSUSE:Factory/speedtest-cli/speedtest-cli.changes 2015-12-23 08:50:18.0 +0100 +++ /work/SRC/openSUSE:Factory/.speedtest-cli.new/speedtest-cli.changes 2016-02-17 12:24:59.0 +0100 @@ -1,0 +2,5 @@ +Tue Feb 16 08:33:41 UTC 2016 - mplus...@suse.com + +- Switch to python3 + +--- Other differences: -- ++ speedtest-cli.spec ++ --- /var/tmp/diff_new_pack.VyrqKh/_old 2016-02-17 12:25:00.0 +0100 +++ /var/tmp/diff_new_pack.VyrqKh/_new 2016-02-17 12:25:00.0 +0100 @@ -1,7 +1,7 @@ # # spec file for package speedtest-cli # -# 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 @@ -25,11 +25,10 @@ Group: System/Benchmark Url:https://github.com/sivel/speedtest-cli Source0: https://github.com/sivel/%{name}/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz -BuildRequires: python-devel -BuildRequires: python-setuptools -Requires: python-setuptools +BuildRequires: python3-devel +BuildRequires: python3-setuptools +Requires: python3-setuptools BuildArch: noarch -%py_requires %description Command line interface for testing internet bandwidth using @@ -39,10 +38,10 @@ %setup -q %build -python setup.py build +python3 setup.py build %install -python setup.py install --prefix=%{_prefix} --root=%{buildroot} +python3 setup.py install --prefix=%{_prefix} --root=%{buildroot} install -D -m 0644 %{name}.1 %{buildroot}%{_mandir}/man1/%{name}.1 ln -s %{_mandir}/man1/%{name}.1 %{buildroot}%{_mandir}/man1/speedtest.1 @@ -53,8 +52,8 @@ %{_bindir}/%{name} %{_mandir}/man1/speedtest.1%{ext_man} %{_mandir}/man1/%{name}.1%{ext_man} -%{python_sitelib}/%{oname}.py -%{python_sitelib}/%{oname}.pyc -%{python_sitelib}/%{oname}-%{version}-py%{py_ver}.egg-info +%{python3_sitelib}/%{oname}.py +%{python3_sitelib}/__pycache__/%{oname}.cpython-*.pyc +%{python3_sitelib}/%{oname}-%{version}-py%{py3_ver}.egg-info %changelog
commit sleuthkit for openSUSE:Factory
Hello community, here is the log from the commit of package sleuthkit for openSUSE:Factory checked in at 2016-02-17 10:25:35 Comparing /work/SRC/openSUSE:Factory/sleuthkit (Old) and /work/SRC/openSUSE:Factory/.sleuthkit.new (New) Package is "sleuthkit" Changes: --- /work/SRC/openSUSE:Factory/sleuthkit/sleuthkit.changes 2014-08-14 14:58:43.0 +0200 +++ /work/SRC/openSUSE:Factory/.sleuthkit.new/sleuthkit.changes 2016-02-17 12:24:49.0 +0100 @@ -1,0 +2,14 @@ +Wed Feb 3 23:18:34 UTC 2016 - greg.freem...@gmail.com + +- upgrade to 4.2.0 + * ExFAT support added + * New database schema + * New Sqlite hash database + * Added secondary hash database index + * Various bug fixes + * NTFS pays more attention to sequence and loads metadata only + if it matches. +- README.txt renamed README.md +- patch sleuthkit-4.1.3-python-tsk.patch removed, now upstream + +--- Old: sleuthkit-4.1.3-python-tsk.patch sleuthkit-4.1.3.tar.gz New: sleuthkit-4.2.0.tar.gz Other differences: -- ++ sleuthkit.spec ++ --- /var/tmp/diff_new_pack.bqQLBB/_old 2016-02-17 12:24:50.0 +0100 +++ /var/tmp/diff_new_pack.bqQLBB/_new 2016-02-17 12:24:50.0 +0100 @@ -1,7 +1,7 @@ # # spec file for package sleuthkit # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,10 +16,10 @@ # -%define sosuffix 10 +%define sosuffix 13 Name: sleuthkit -Version:4.1.3 +Version:4.2.0 Release:0 Summary:The Sleuth Kit (TSK): tools for file system and volume forensic analysis License:CPL-1.0 and IPL-1.0 and GPL-2.0+ @@ -27,7 +27,6 @@ Url:http://www.sleuthkit.org/ Source0: http://downloads.sourceforge.net/sleuthkit/%{name}-%{version}.tar.gz # PATCH-FEATURE-UPSTREAM sleuthkit-4.1.3-python-tsk.patch - Python-tsk provides a python interface, but it needs a small patch to the source code -Patch0: sleuthkit-4.1.3-python-tsk.patch BuildRequires: gcc-c++ BuildRequires: libopenssl-devel BuildRequires: zlib-devel @@ -70,7 +69,6 @@ %prep %setup -q -%patch0 -p0 %build export LIBS=' -lpthread -ldl' @@ -106,7 +104,7 @@ %files %defattr(-,root,root,-) -%doc ChangeLog.txt NEWS.txt README.txt licenses/* +%doc ChangeLog.txt NEWS.txt README.md licenses/* # License is CPL 1.0 exept for some files. %{_bindir}/blkcalc %{_bindir}/blkcat ++ sleuthkit-4.1.3.tar.gz -> sleuthkit-4.2.0.tar.gz ++ /work/SRC/openSUSE:Factory/sleuthkit/sleuthkit-4.1.3.tar.gz /work/SRC/openSUSE:Factory/.sleuthkit.new/sleuthkit-4.2.0.tar.gz differ: char 5, line 1
commit socket_wrapper for openSUSE:Factory
Hello community, here is the log from the commit of package socket_wrapper for openSUSE:Factory checked in at 2016-02-17 10:25:39 Comparing /work/SRC/openSUSE:Factory/socket_wrapper (Old) and /work/SRC/openSUSE:Factory/.socket_wrapper.new (New) Package is "socket_wrapper" Changes: --- /work/SRC/openSUSE:Factory/socket_wrapper/socket_wrapper.changes 2015-11-02 12:55:11.0 +0100 +++ /work/SRC/openSUSE:Factory/.socket_wrapper.new/socket_wrapper.changes 2016-02-17 12:24:53.0 +0100 @@ -1,0 +2,5 @@ +Sun Feb 14 11:46:13 UTC 2016 - jeng...@inai.de + +- Editorial fixes to the description + +--- Other differences: -- ++ socket_wrapper.spec ++ --- /var/tmp/diff_new_pack.aOAilI/_old 2016-02-17 12:24:54.0 +0100 +++ /var/tmp/diff_new_pack.aOAilI/_new 2016-02-17 12:24:54.0 +0100 @@ -1,7 +1,7 @@ # # spec file for package socket_wrapper # -# 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 @@ -42,7 +42,7 @@ %description socket_wrapper aims to help client/server software development teams willing to -gain full functional test coverage. It makes possible to run several instances +gain full functional test coverage. It makes it possible to run several instances of the full software stack on the same machine and perform locally functional testing of complex network configurations.
commit rhythmbox for openSUSE:Factory
Hello community, here is the log from the commit of package rhythmbox for openSUSE:Factory checked in at 2016-02-17 10:26:24 Comparing /work/SRC/openSUSE:Factory/rhythmbox (Old) and /work/SRC/openSUSE:Factory/.rhythmbox.new (New) Package is "rhythmbox" Changes: --- /work/SRC/openSUSE:Factory/rhythmbox/rhythmbox.changes 2015-04-21 10:53:40.0 +0200 +++ /work/SRC/openSUSE:Factory/.rhythmbox.new/rhythmbox.changes 2016-02-17 12:23:58.0 +0100 @@ -1,0 +2,8 @@ +Sun Feb 14 09:00:43 UTC 2016 - zai...@opensuse.org + +- Remove with_daap defines since all versions of openSUSE we build + for have the required version of libdmapsharing. It was also set + up wrong so we had the unfortunate error that we didn't build + daap support for any release. + +--- Other differences: -- ++ rhythmbox.spec ++ --- /var/tmp/diff_new_pack.WdyBVI/_old 2016-02-17 12:23:59.0 +0100 +++ /var/tmp/diff_new_pack.WdyBVI/_new 2016-02-17 12:23:59.0 +0100 @@ -18,8 +18,6 @@ %bcond_without webkit 1 # Enable for openSUSE > 1230 once the right version is in Factory. -%bcond_with daap 0 -#define with_daap 0%{?suse_version} > 1330 %bcond_with visualizer Name: rhythmbox @@ -49,10 +47,7 @@ BuildRequires: pkgconfig(ice) BuildRequires: pkgconfig(json-glib-1.0) BuildRequires: pkgconfig(libbrasero-media3) -%if %{with daap} -# rhythmbox requires version 2.9.16, which only appeared after 12.3 release BuildRequires: pkgconfig(libdmapsharing-3.0) >= 2.9.19 -%endif BuildRequires: pkgconfig(libgpod-1.0) BuildRequires: pkgconfig(libmtp) BuildRequires: pkgconfig(libnotify) @@ -116,9 +111,7 @@ %if ! %{with webkit} --without-webkit \ %endif -%if %{with daap} --enable-daap \ -%endif --enable-vala %__make %{?_smp_mflags} V=1 @@ -176,9 +169,7 @@ %if %{with webkit} %{_libdir}/rhythmbox/plugins/context/ %endif -%if %{with daap} %{_libdir}/rhythmbox/plugins/daap/ -%endif %{_libdir}/rhythmbox/plugins/dbus-media-server/ %{_libdir}/rhythmbox/plugins/fmradio/ %{_libdir}/rhythmbox/plugins/generic-player/
commit roundcubemail for openSUSE:Factory
Hello community, here is the log from the commit of package roundcubemail for openSUSE:Factory checked in at 2016-02-17 10:25:01 Comparing /work/SRC/openSUSE:Factory/roundcubemail (Old) and /work/SRC/openSUSE:Factory/.roundcubemail.new (New) Package is "roundcubemail" Changes: --- /work/SRC/openSUSE:Factory/roundcubemail/roundcubemail.changes 2016-01-17 09:23:26.0 +0100 +++ /work/SRC/openSUSE:Factory/.roundcubemail.new/roundcubemail.changes 2016-02-17 12:24:01.0 +0100 @@ -1,0 +2,5 @@ +Fri Feb 5 15:13:42 UTC 2016 - a...@ajaissle.de + +- Added "Suggests:" for apache2 + +--- Other differences: -- ++ roundcubemail.spec ++ --- /var/tmp/diff_new_pack.80gObE/_old 2016-02-17 12:24:01.0 +0100 +++ /var/tmp/diff_new_pack.80gObE/_new 2016-02-17 12:24:01.0 +0100 @@ -1,7 +1,7 @@ # # spec file for package roundcubemail # -# 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 @@ -64,6 +64,8 @@ Requires: php-pear-Net_Sieve >= 1.3.2 Requires: php-pear-Net_Socket +Suggests: apache2 + Recommends: logrotate Recommends: php-mysql Recommends: php-intl
commit python3-jupyter_core for openSUSE:Factory
Hello community, here is the log from the commit of package python3-jupyter_core for openSUSE:Factory checked in at 2016-02-17 10:24:54 Comparing /work/SRC/openSUSE:Factory/python3-jupyter_core (Old) and /work/SRC/openSUSE:Factory/.python3-jupyter_core.new (New) Package is "python3-jupyter_core" Changes: New Changes file: --- /dev/null 2016-01-27 19:41:03.648095915 +0100 +++ /work/SRC/openSUSE:Factory/.python3-jupyter_core.new/python3-jupyter_core-doc.changes 2016-02-17 12:23:34.0 +0100 @@ -0,0 +1,66 @@ +--- +Fri Feb 12 14:13:19 UTC 2016 - toddrme2...@gmail.com + +- Split documentation to speed up building. + This is a dependency of a lot of other packages, and the + dependencies for the documentation are very heavy. So build + the documentation separately to avoid holding up the build + process. + +--- +Thu Oct 1 11:35:12 UTC 2015 - toddrme2...@gmail.com + +- Don't install hidden file. + +--- +Wed Sep 30 10:08:04 UTC 2015 - toddrme2...@gmail.com + +- Build documentation + +--- +Sat Sep 19 14:28:17 UTC 2015 - a...@gmx.de + +- update to version 4.0.6: + * fix typo preventing migration when custom.css is missing + +- changes from version 4.0.5: + * fix subcommands on Windows (yes, again) + * fix migration when custom.js/css are not present + +--- +Mon Aug 24 10:29:04 UTC 2015 - toddrme2...@gmail.com + +- Update to 4.0.4 + * ensure version is printed to stdout … + * remove file-extension from subcommand list on Windows +- Update requirements + +--- +Fri Aug 21 09:02:25 UTC 2015 - toddrme2...@gmail.com + +- Add pbr requirement + +--- +Fri Aug 14 07:48:27 UTC 2015 - toddrme2...@gmail.com + +- Update to 4.0.3 + * use raw_input on Python 2 + * Use setuptools entry points when setuptools in use + * Use instances of traits instead of trait classes +- Fix package naming consistency + +--- +Fri Aug 14 07:03:18 UTC 2015 - toddrme2...@gmail.com + +- Fix update-alternatives usage + +--- +Thu Aug 13 14:08:29 UTC 2015 - toddrme2...@gmail.com + +- Update dependency names + +--- +Tue Jul 21 10:49:36 UTC 2015 - jenni...@neuro.bzm + +- Initial version + --- /work/SRC/openSUSE:Factory/python3-jupyter_core/python3-jupyter_core.changes 2015-10-08 08:24:11.0 +0200 +++ /work/SRC/openSUSE:Factory/.python3-jupyter_core.new/python3-jupyter_core.changes 2016-02-17 12:23:35.0 +0100 @@ -1,0 +2,9 @@ +Fri Feb 12 14:13:19 UTC 2016 - toddrme2...@gmail.com + +- Split documentation to speed up building. + This is a dependency of a lot of other packages, and the + dependencies for the documentation are very heavy. So build + the documentation separately to avoid holding up the build + process. + +--- New: python3-jupyter_core-doc.changes python3-jupyter_core-doc.spec Other differences: -- ++ python3-jupyter_core-doc.spec ++ # # spec file for package python3-jupyter_core-doc # # 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 # upon. The license for this file, and modifications and additions to the # file, is the same license as for the pristine package itself (unless the # license for the pristine package is not an Open Source License, in which # case the license is the MIT License). An "Open Source License" is a # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. # Please submit bugfixes or comments via http://bugs.opensuse.org/ # Name: python3-jupyter_core-doc Version:4.0.6 Release:0 Summary:Documentation for python3-jupyter_core License:BSD-3-Clause Group: Development/Languages/Python Url:http://jupyter.org Source: https://pypi.python.org/packages/source/j/jupyter_core/jupyter_core-%{version}.tar.gz BuildRequires: python3-jupyter_core BuildRequires: python3-Sphinx %if 0%{?suse_version} && ( 0%{?suse_version} != 1315 && 0%{?
commit raspberrypi-firmware for openSUSE:Factory
Hello community, here is the log from the commit of package raspberrypi-firmware for openSUSE:Factory checked in at 2016-02-17 10:24:24 Comparing /work/SRC/openSUSE:Factory/raspberrypi-firmware (Old) and /work/SRC/openSUSE:Factory/.raspberrypi-firmware.new (New) Package is "raspberrypi-firmware" Changes: --- /work/SRC/openSUSE:Factory/raspberrypi-firmware/raspberrypi-firmware.changes 2016-01-20 09:54:29.0 +0100 +++ /work/SRC/openSUSE:Factory/.raspberrypi-firmware.new/raspberrypi-firmware.changes 2016-02-17 12:23:53.0 +0100 @@ -1,0 +2,5 @@ +Thu Feb 4 14:37:48 UTC 2016 - guilla...@opensuse.org + +- Update to cb2ffaa (2016-02-01) + +--- Old: raspberrypi-firmware-2016.01.13.tar.bz2 New: raspberrypi-firmware-2016.02.01.tar.bz2 Other differences: -- ++ raspberrypi-firmware.spec ++ --- /var/tmp/diff_new_pack.kauzox/_old 2016-02-17 12:23:54.0 +0100 +++ /var/tmp/diff_new_pack.kauzox/_new 2016-02-17 12:23:54.0 +0100 @@ -17,7 +17,7 @@ Name: raspberrypi-firmware -Version:2016.01.13 +Version:2016.02.01 Release:0 Summary:Binary bootloader and firmware files for Raspberry Pi License:SUSE-Firmware ++ raspberrypi-firmware-2016.01.13.tar.bz2 -> raspberrypi-firmware-2016.02.01.tar.bz2 ++ /work/SRC/openSUSE:Factory/raspberrypi-firmware/raspberrypi-firmware-2016.01.13.tar.bz2 /work/SRC/openSUSE:Factory/.raspberrypi-firmware.new/raspberrypi-firmware-2016.02.01.tar.bz2 differ: char 11, line 1
commit resolv_wrapper for openSUSE:Factory
Hello community, here is the log from the commit of package resolv_wrapper for openSUSE:Factory checked in at 2016-02-17 10:25:41 Comparing /work/SRC/openSUSE:Factory/resolv_wrapper (Old) and /work/SRC/openSUSE:Factory/.resolv_wrapper.new (New) Package is "resolv_wrapper" Changes: --- /work/SRC/openSUSE:Factory/resolv_wrapper/resolv_wrapper.changes 2015-09-09 20:21:29.0 +0200 +++ /work/SRC/openSUSE:Factory/.resolv_wrapper.new/resolv_wrapper.changes 2016-02-17 12:23:57.0 +0100 @@ -1,0 +2,5 @@ +Sun Feb 14 11:45:32 UTC 2016 - jeng...@inai.de + +- Editorial fixes to the description + +--- Other differences: -- ++ resolv_wrapper.spec ++ --- /var/tmp/diff_new_pack.9WYSY0/_old 2016-02-17 12:23:58.0 +0100 +++ /var/tmp/diff_new_pack.9WYSY0/_new 2016-02-17 12:23:58.0 +0100 @@ -1,7 +1,7 @@ # # spec file for package resolv_wrapper # -# 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 @@ -27,7 +27,7 @@ Version:1.1.3 Release:0 -Summary:A wrapper for dns name resolving or dns faking +Summary:A wrapper for DNS name resolving or DNS faking License:BSD-3-Clause Group: Development/Libraries/C and C++ Url:http://cwrap.org/ @@ -45,12 +45,12 @@ Requires: pkg-config %description -resolv_wrapper makes it possible on most UNIX platforms to contact your own DNS +resolv_wrapper makes it possible to contact your own DNS implmentation in your test environment. It requires socket_wrapper to be able -to contact it. If it doesn’t work on a special platform the wrapper is able to +to contact it. If it does not work on a special platform, the wrapper is able to fake DNS queries and return valid responses to your application. -This package doesn't have a devel package cause this project is for +This package does not have a devel package, because this project is for development/testing. %prep
commit python3-numexpr for openSUSE:Factory
Hello community, here is the log from the commit of package python3-numexpr for openSUSE:Factory checked in at 2016-02-17 10:25:31 Comparing /work/SRC/openSUSE:Factory/python3-numexpr (Old) and /work/SRC/openSUSE:Factory/.python3-numexpr.new (New) Package is "python3-numexpr" Changes: --- /work/SRC/openSUSE:Factory/python3-numexpr/python3-numexpr.changes 2015-11-04 15:34:22.0 +0100 +++ /work/SRC/openSUSE:Factory/.python3-numexpr.new/python3-numexpr.changes 2016-02-17 12:23:38.0 +0100 @@ -1,0 +2,12 @@ +Sat Feb 6 18:55:05 UTC 2016 - a...@gmx.de + +- specfile: + * update copyright year + +- update to version 2.5: + * Added locking for allowing the use of numexpr in multi-threaded +callers (this does not prevent numexpr to use multiple cores +simultaneously). (PR #199, Antoine Pitrou, PR #200, Jenn Olsen). + * Added new min() and max() functions (PR #195, CJ Carey). + +--- Old: numexpr-2.4.6.tar.gz New: numexpr-2.5.tar.gz Other differences: -- ++ python3-numexpr.spec ++ --- /var/tmp/diff_new_pack.49HJIY/_old 2016-02-17 12:23:39.0 +0100 +++ /var/tmp/diff_new_pack.49HJIY/_new 2016-02-17 12:23:39.0 +0100 @@ -1,7 +1,7 @@ # # spec file for package python3-numexpr # -# 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: python3-numexpr -Version:2.4.6 +Version:2.5 Release:0 Url:https://github.com/pydata/numexpr Summary:Fast numerical expression evaluator for NumPy ++ numexpr-2.4.6.tar.gz -> numexpr-2.5.tar.gz ++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/numexpr-2.4.6/ANNOUNCE.rst new/numexpr-2.5/ANNOUNCE.rst --- old/numexpr-2.4.6/ANNOUNCE.rst 2015-11-02 20:03:12.0 +0100 +++ new/numexpr-2.5/ANNOUNCE.rst2016-02-06 11:44:03.0 +0100 @@ -1,5 +1,5 @@ = - Announcing Numexpr 2.4.6 + Announcing Numexpr 2.5 = Numexpr is a fast numerical expression evaluator for NumPy. With it, @@ -21,9 +21,10 @@ What's new == -This is a quick maintenance version that offers better handling of -MSVC symbols (#168, Francesc Alted), as well as fising some -UserWarnings in Solaris (#189, Graham Jones). +In this version, a lock has been added so that numexpr can be called +not from multithreaded apps. Mind that this does not prevent numexpr +to use multiple cores internally. Also, a new min() and max() +functions have been added. Thanks to contributors! In case you want to know more in detail what has changed in this version, see: diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/numexpr-2.4.6/AUTHORS.txt new/numexpr-2.5/AUTHORS.txt --- old/numexpr-2.4.6/AUTHORS.txt 2015-11-02 20:00:15.0 +0100 +++ new/numexpr-2.5/AUTHORS.txt 2016-01-26 12:23:32.0 +0100 @@ -20,3 +20,5 @@ Antonio Valentino contributed the port to Python 3. Google Inc. contributed bug fixes. + +David Cox improved readability of the Readme. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/numexpr-2.4.6/PKG-INFO new/numexpr-2.5/PKG-INFO --- old/numexpr-2.4.6/PKG-INFO 2015-11-02 20:09:26.0 +0100 +++ new/numexpr-2.5/PKG-INFO2016-02-06 11:48:22.0 +0100 @@ -1,6 +1,6 @@ Metadata-Version: 1.0 Name: numexpr -Version: 2.4.6 +Version: 2.5 Summary: Fast numerical expression evaluator for NumPy Home-page: https://github.com/pydata/numexpr Author: David M. Cooke, Francesc Alted and others diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/numexpr-2.4.6/README.rst new/numexpr-2.5/README.rst --- old/numexpr-2.4.6/README.rst2015-11-02 20:00:15.0 +0100 +++ new/numexpr-2.5/README.rst 2016-01-26 14:47:59.0 +0100 @@ -25,7 +25,7 @@ and use less memory than doing the same calculation in Python. In addition, its multi-threaded capabilities can make use of all your -cores, which may accelerate computations, most specially if they are +cores -- which may accelerate computations, most specially if they are not memory-bounded (e.g. those using transcendental functions). Last but not least, numexpr can make use of Intel's VML (Vector Math @@ -33,6 +33,34 @@ This allows further acceleration of transcendent expressions. +How Numexpr achieves high p
commit python-sievelib for openSUSE:Factory
Hello community, here is the log from the commit of package python-sievelib for openSUSE:Factory checked in at 2016-02-17 10:26:38 Comparing /work/SRC/openSUSE:Factory/python-sievelib (Old) and /work/SRC/openSUSE:Factory/.python-sievelib.new (New) Package is "python-sievelib" Changes: --- /work/SRC/openSUSE:Factory/python-sievelib/python-sievelib.changes 2015-10-06 13:24:56.0 +0200 +++ /work/SRC/openSUSE:Factory/.python-sievelib.new/python-sievelib.changes 2016-02-17 12:23:14.0 +0100 @@ -1,0 +2,10 @@ +Tue Feb 16 08:55:04 UTC 2016 - a...@ajaissle.de + +- License now is explicitly MIT + +--- +Fri Feb 5 15:57:31 UTC 2016 - a...@ajaissle.de + +- Update to 0.9.2 + +--- Old: sievelib-0.8.tar.gz New: sievelib-0.9.2.tar.gz Other differences: -- ++ python-sievelib.spec ++ --- /var/tmp/diff_new_pack.luWcnq/_old 2016-02-17 12:23:14.0 +0100 +++ /var/tmp/diff_new_pack.luWcnq/_new 2016-02-17 12:23:14.0 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-sievelib # -# Copyright (c) 2015 Aeneas Jaissle +# Copyright (c) 2016 Aeneas Jaissle # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,10 +18,10 @@ %define modname sievelib Name: python-%{modname} -Version:0.8 +Version:0.9.2 Release:0 Summary:Client-side Sieve and Managesieve library written in Python -License:ISC +License:MIT Group: Development/Languages/Python Url:https://pypi.python.org/pypi/sievelib ++ sievelib-0.8.tar.gz -> sievelib-0.9.2.tar.gz ++ 2258 lines of diff (skipped)
commit python3-SQLAlchemy for openSUSE:Factory
Hello community, here is the log from the commit of package python3-SQLAlchemy for openSUSE:Factory checked in at 2016-02-17 10:26:55 Comparing /work/SRC/openSUSE:Factory/python3-SQLAlchemy (Old) and /work/SRC/openSUSE:Factory/.python3-SQLAlchemy.new (New) Package is "python3-SQLAlchemy" Changes: --- /work/SRC/openSUSE:Factory/python3-SQLAlchemy/python3-SQLAlchemy.changes 2016-01-08 15:23:48.0 +0100 +++ /work/SRC/openSUSE:Factory/.python3-SQLAlchemy.new/python3-SQLAlchemy.changes 2016-02-17 12:23:26.0 +0100 @@ -1,0 +2,91 @@ +Wed Feb 17 03:59:51 UTC 2016 - a...@gmx.de + +- specfile: + * removed patch fix_joins_and_union_for_sqlite_3.10.0.patch, included upstream + +- update to version 1.0.12: + * orm ++ [orm] [bug] Fixed bug in Session.merge() where an object with a + composite primary key that has values for some but not all of the + PK fields would emit a SELECT statement leaking the internal + NEVER_SET symbol into the query, rather than detecting that this + object does not have a searchable primary key and no SELECT should + be emitted. ++ [orm] [bug] Fixed regression since 0.9 where the 0.9 style + loader options system failed to accommodate for multiple + undefer_group() loader options in a single query. Multiple + undefer_group() options will now be taken into account even + against the same entity. + * engine ++ [engine] [bug] [mysql] Revisiting #2696, first released in + 1.0.10, which attempts to work around Python 2’s lack of exception + context reporting by emitting a warning for an exception that was + interrupted by a second exception when attempting to roll back the + already-failed transaction; this issue continues to occur for + MySQL backends in conjunction with a savepoint that gets + unexpectedly lost, which then causes a “no such savepoint” error + when the rollback is attempted, obscuring what the original + condition was. + The approach has been generalized to the Core “safe reraise” + function which takes place across the ORM and Core in any place + that a transaction is being rolled back in response to an error + which occurred trying to commit, including the context managers + provided by Session and Connection, and taking place for + operations such as a failure on “RELEASE SAVEPOINT”. Previously, + the fix was only in place for a specific path within the ORM + flush/commit process; it now takes place for all transational + context managers as well. + * sql ++ [sql] [bug] Fixed issue where the “literal_binds” flag was not + propagated for expression.insert(), expression.update() or + expression.delete() constructs when compiled to string SQL. Pull + request courtesy Tim Tate. ++ [sql] [bug] Fixed issue where inadvertent use of the Python + __contains__ override with a column expression (e.g. by using 'x' + in col) would cause an endless loop in the case of an ARRAY type, + as Python defers this to __getitem__ access which never raises for + this type. Overall, all use of __contains__ now raises + NotImplementedError. ++ [sql] [bug] Fixed bug in Table metadata construct which appeared + around the 0.9 series where adding columns to a Table that was + unpickled would fail to correctly establish the Column within the + ‘c’ collection, leading to issues in areas such as ORM + configuration. This could impact use cases such as extend_existing + and others. + * postgresql ++ [postgresql] [bug] Fixed bug in expression.text() construct + where a double-colon expression would not escape properly, + e.g. some\:\:expr, as is most commonly required when rendering + Postgresql-style CAST expressions. + * mssql ++ [mssql] [bug] Fixed the syntax of the extract() function when + used on MSSQL against a datetime value; the quotes around the + keyword are removed. Pull request courtesy Guillaume Doumenc. ++ [mssql] [bug] [firebird] Fixed 1.0 regression where the eager + fetch of cursor.rowcount was no longer called for an UPDATE or + DELETE statement emitted via plain text or via the text() + construct, affecting those drivers that erase cursor.rowcount once + the cursor is closed such as SQL Server ODBC and Firebird drivers. + * oracle ++ [oracle] [bug] [jython] Fixed a small issue in the Jython Oracle + compiler involving the rendering of “RETURNING” which allows this + currently unsupported/untested dialect to work rudimentally with + the 1.0 series. Pull request courtesy Carlos Rivas. + * misc ++ [bug] [py3k] Fixed bug where some exception re-raise scenarios + would attach the exception to itself a
commit python-debtcollector for openSUSE:Factory
Hello community, here is the log from the commit of package python-debtcollector for openSUSE:Factory checked in at 2016-02-17 10:26:10 Comparing /work/SRC/openSUSE:Factory/python-debtcollector (Old) and /work/SRC/openSUSE:Factory/.python-debtcollector.new (New) Package is "python-debtcollector" Changes: --- /work/SRC/openSUSE:Factory/python-debtcollector/python-debtcollector.changes 2015-09-11 09:04:39.0 +0200 +++ /work/SRC/openSUSE:Factory/.python-debtcollector.new/python-debtcollector.changes 2016-02-17 12:22:44.0 +0100 @@ -1,0 +2,28 @@ +Mon Feb 15 14:12:53 UTC 2016 - dmuel...@suse.com + +- update to 1.3.0: + * Updated from global requirements + * Add debug testenv in tox + * Add updated_kwarg_default_value decorator + * Allow replacing a keyword argument + * Add 'removed_class' class decorator + * py26/py33 are no longer supported by Infra's CI + * Add removals.remove note about metaclasses + * Updated from global requirements + * Update get_class_name from olso.utils + * Remove Python 2.6 classifier + * Remove python 2.6 and cleanup tox.ini + * Add 'moved_read_only_property' descriptor + * Add ability to disable warnings being emitted + * Add a 'removed_property' descriptor class + * No need for Oslo Incubator Sync + * docs - Set pbr 'warnerrors' option for doc build + * Include changelog/history in docs + * tweak language in readme + * Enhance the README + * Change ignore-errors to ignore_errors + * Updated from global requirements + * Activate pep8 check that _ is imported + * Add a moved function helper + +--- Old: debtcollector-0.8.0.tar.gz New: debtcollector-1.3.0.tar.gz Other differences: -- ++ python-debtcollector.spec ++ --- /var/tmp/diff_new_pack.5oLqxg/_old 2016-02-17 12:22:45.0 +0100 +++ /var/tmp/diff_new_pack.5oLqxg/_new 2016-02-17 12:22:45.0 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-debtcollector # -# 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,17 +17,19 @@ Name: python-debtcollector -Version:0.8.0 +Version:1.3.0 Release:0 -Summary:A collection of Python deprecation patterns and strategies that help you collect your technical debt in a non-destructive manner +Summary:Collection of deprecation patterns that help to collect technical debt License:Apache-2.0 Group: Development/Languages/Python Url:http://www.openstack.org/ Source: https://pypi.python.org/packages/source/d/debtcollector/debtcollector-%{version}.tar.gz +BuildRequires: python-Babel BuildRequires: python-devel BuildRequires: python-pbr -BuildRequires: python-setuptools +BuildRequires: python-wrapt Requires: python-Babel >= 1.3 +Requires: python-funcsigs >= 0.4 Requires: python-six >= 1.9.0 Requires: python-wrapt >= 1.7.0 BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -50,9 +52,6 @@ %install python setup.py install --prefix=%{_prefix} --root=%{buildroot} -#%check -#nosetests - %files %defattr(-,root,root,-) %doc README.rst ChangeLog LICENSE AUTHORS ++ debtcollector-0.8.0.tar.gz -> debtcollector-1.3.0.tar.gz ++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/debtcollector-0.8.0/.coveragerc new/debtcollector-1.3.0/.coveragerc --- old/debtcollector-0.8.0/.coveragerc 2015-09-08 17:29:41.0 +0200 +++ new/debtcollector-1.3.0/.coveragerc 2016-02-10 00:15:07.0 +0100 @@ -4,4 +4,4 @@ omit = debtcollector/tests/*,debtcollector/openstack/* [report] -ignore-errors = True \ No newline at end of file +ignore_errors = True diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/debtcollector-0.8.0/AUTHORS new/debtcollector-1.3.0/AUTHORS --- old/debtcollector-0.8.0/AUTHORS 2015-09-08 17:30:03.0 +0200 +++ new/debtcollector-1.3.0/AUTHORS 2016-02-10 00:15:30.0 +0100 @@ -1,6 +1,14 @@ +ChangBo Guo(gcb) +Davanum Srinivas Doug Hellmann +Graham Hayes +Jamie Lennox Jamie Lennox Joe Gordon Joshua Harlow Joshua Harlow Matthew Treinish +Monty Taylor +THOMAS J. COCOZZELLO +caoyue +janonymous diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/debtcollector-0.8.0/ChangeLog new/debtcollector-1.3.0/ChangeLog --- old/debtcollector-0.8.0/ChangeLog 2015-09-08 17:30:03.0
commit python-wrapt for openSUSE:Factory
Hello community, here is the log from the commit of package python-wrapt for openSUSE:Factory checked in at 2016-02-17 10:26:35 Comparing /work/SRC/openSUSE:Factory/python-wrapt (Old) and /work/SRC/openSUSE:Factory/.python-wrapt.new (New) Package is "python-wrapt" Changes: --- /work/SRC/openSUSE:Factory/python-wrapt/python-wrapt.changes 2015-08-05 06:50:51.0 +0200 +++ /work/SRC/openSUSE:Factory/.python-wrapt.new/python-wrapt.changes 2016-02-17 12:23:20.0 +0100 @@ -1,0 +2,5 @@ +Tue Feb 16 08:25:35 UTC 2016 - mich...@stroeder.com + +- update to 1.10.6 + +--- Old: wrapt-1.9.0.tar.gz New: wrapt-1.10.6.tar.gz Other differences: -- ++ python-wrapt.spec ++ --- /var/tmp/diff_new_pack.bAGBT1/_old 2016-02-17 12:23:21.0 +0100 +++ /var/tmp/diff_new_pack.bAGBT1/_new 2016-02-17 12:23:21.0 +0100 @@ -17,7 +17,7 @@ Name: python-wrapt -Version:1.9.0 +Version:1.10.6 Release:0 License: BSD-2-Clause Summary:A Python module for decorators, wrappers and monkey patching @@ -66,7 +66,7 @@ %files %defattr(-,root,root,-) -%doc LICENSE README +%doc LICENSE README.rst %{python_sitearch}/* %changelog ++ wrapt-1.9.0.tar.gz -> wrapt-1.10.6.tar.gz ++ 8880 lines of diff (skipped)
commit python3-aiohttp for openSUSE:Factory
Hello community, here is the log from the commit of package python3-aiohttp for openSUSE:Factory checked in at 2016-02-17 10:26:53 Comparing /work/SRC/openSUSE:Factory/python3-aiohttp (Old) and /work/SRC/openSUSE:Factory/.python3-aiohttp.new (New) Package is "python3-aiohttp" Changes: --- /work/SRC/openSUSE:Factory/python3-aiohttp/python3-aiohttp.changes 2016-02-16 09:19:10.0 +0100 +++ /work/SRC/openSUSE:Factory/.python3-aiohttp.new/python3-aiohttp.changes 2016-02-17 12:23:29.0 +0100 @@ -1,0 +2,7 @@ +Wed Feb 17 03:52:44 UTC 2016 - a...@gmx.de + +- update to version 0.21.2: + * Fix a regression: support for handling ~/path in static file +routes was broken #782 + +--- Old: aiohttp-0.21.1.tar.gz New: aiohttp-0.21.2.tar.gz Other differences: -- ++ python3-aiohttp.spec ++ --- /var/tmp/diff_new_pack.CjIlk8/_old 2016-02-17 12:23:30.0 +0100 +++ /var/tmp/diff_new_pack.CjIlk8/_new 2016-02-17 12:23:30.0 +0100 @@ -17,7 +17,7 @@ Name: python3-aiohttp -Version:0.21.1 +Version:0.21.2 Release:0 Url:https://pypi.python.org/pypi/aiohttp Summary:Http client/server for asyncio ++ aiohttp-0.21.1.tar.gz -> aiohttp-0.21.2.tar.gz ++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/aiohttp-0.21.1/CHANGES.txt new/aiohttp-0.21.2/CHANGES.txt --- old/aiohttp-0.21.1/CHANGES.txt 2016-02-10 19:40:11.0 +0100 +++ new/aiohttp-0.21.2/CHANGES.txt 2016-02-16 15:57:34.0 +0100 @@ -1,6 +1,12 @@ CHANGES === +0.21.2 (02-16-2016) +--- + +- Fix a regression: support for handling ~/path in static file routes was + broken #782 + 0.21.1 (02-10-2016) --- diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/aiohttp-0.21.1/PKG-INFO new/aiohttp-0.21.2/PKG-INFO --- old/aiohttp-0.21.1/PKG-INFO 2016-02-10 19:41:21.0 +0100 +++ new/aiohttp-0.21.2/PKG-INFO 2016-02-16 15:59:18.0 +0100 @@ -1,6 +1,6 @@ Metadata-Version: 1.1 Name: aiohttp -Version: 0.21.1 +Version: 0.21.2 Summary: http client/server for asyncio Home-page: https://github.com/KeepSafe/aiohttp/ Author: Andrew Svetlov @@ -150,6 +150,12 @@ CHANGES === +0.21.2 (02-16-2016) +--- + +- Fix a regression: support for handling ~/path in static file routes was + broken #782 + 0.21.1 (02-10-2016) --- diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/aiohttp-0.21.1/aiohttp/__init__.py new/aiohttp-0.21.2/aiohttp/__init__.py --- old/aiohttp-0.21.1/aiohttp/__init__.py 2016-02-10 19:40:11.0 +0100 +++ new/aiohttp-0.21.2/aiohttp/__init__.py 2016-02-16 15:57:34.0 +0100 @@ -1,6 +1,6 @@ # This relies on each of the submodules having an __all__ variable. -__version__ = '0.21.1' +__version__ = '0.21.2' from . import hdrs # noqa diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/aiohttp-0.21.1/aiohttp/web_urldispatcher.py new/aiohttp-0.21.2/aiohttp/web_urldispatcher.py --- old/aiohttp-0.21.1/aiohttp/web_urldispatcher.py 2016-02-10 19:40:11.0 +0100 +++ new/aiohttp-0.21.2/aiohttp/web_urldispatcher.py 2016-02-16 15:57:34.0 +0100 @@ -440,7 +440,10 @@ self._prefix = prefix self._prefix_len = len(self._prefix) try: -directory = Path(directory).resolve() +directory = Path(directory) +if str(directory).startswith('~'): +directory = Path(os.path.expanduser(str(directory))) +directory = directory.resolve() if not directory.is_dir(): raise ValueError('Not a directory') except (FileNotFoundError, ValueError) as error: diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/aiohttp-0.21.1/aiohttp.egg-info/PKG-INFO new/aiohttp-0.21.2/aiohttp.egg-info/PKG-INFO --- old/aiohttp-0.21.1/aiohttp.egg-info/PKG-INFO2016-02-10 19:41:21.0 +0100 +++ new/aiohttp-0.21.2/aiohttp.egg-info/PKG-INFO2016-02-16 15:59:17.0 +0100 @@ -1,6 +1,6 @@ Metadata-Version: 1.1 Name: aiohttp -Version: 0.21.1 +Version: 0.21.2 Summary: http client/server for asyncio Home-page: https://github.com/KeepSafe/aiohttp/ Author: Andrew Svetlov @@ -150,6 +150,12 @@ CHANGES === +0.21.2 (02-16-2016) +-
commit python-ldap for openSUSE:Factory
Hello community, here is the log from the commit of package python-ldap for openSUSE:Factory checked in at 2016-02-17 10:24:28 Comparing /work/SRC/openSUSE:Factory/python-ldap (Old) and /work/SRC/openSUSE:Factory/.python-ldap.new (New) Package is "python-ldap" Changes: --- /work/SRC/openSUSE:Factory/python-ldap/python-ldap.changes 2016-01-26 10:15:28.0 +0100 +++ /work/SRC/openSUSE:Factory/.python-ldap.new/python-ldap.changes 2016-02-17 12:22:56.0 +0100 @@ -1,0 +2,9 @@ +Wed Feb 10 15:23:31 UTC 2016 - mich...@stroeder.com + +- Aligned desciption with project's web site +- Removed obsolete stuff: + * build flag -DLDAP_DEPRECATED + * outdated URL in package description + * removing of CVS files + +--- Other differences: -- ++ python-ldap.spec ++ --- /var/tmp/diff_new_pack.EjwXI8/_old 2016-02-17 12:22:57.0 +0100 +++ /var/tmp/diff_new_pack.EjwXI8/_new 2016-02-17 12:22:57.0 +0100 @@ -39,18 +39,17 @@ %endif %description -python-ldap provides an LDAP client API for Python in the spirit of -RFC1823. It includes a Python module called _ldapmodule that wraps an -LDAP C library, an object-oriented API for X.500 directories. See -python-ldap pages on http://python-ldap.sourceforge.net/ +python-ldap provides an object-oriented API to access LDAP directory +servers from Python programs. Mainly it wraps the OpenLDAP 2.x libs +for that purpose. Additionally the package contains modules for other +LDAP-related stuff (e.g. processing LDIF, LDAPURLs, LDAPv3 schema, etc.). %prep %setup -q cp Build/setup.cfg.suse-linux setup.cfg -find -name ".CVS" -o -name ".cvsignore" -exec rm -rf {} ";" %build -CFLAGS="%{optflags} -DLDAP_DEPRECATED" python setup.py build +CFLAGS="%{optflags}" python setup.py build %install python setup.py install --prefix=%{_prefix} --root=%{buildroot}
commit python3-EasyProcess for openSUSE:Factory
Hello community, here is the log from the commit of package python3-EasyProcess for openSUSE:Factory checked in at 2016-02-17 10:26:51 Comparing /work/SRC/openSUSE:Factory/python3-EasyProcess (Old) and /work/SRC/openSUSE:Factory/.python3-EasyProcess.new (New) Package is "python3-EasyProcess" Changes: --- /work/SRC/openSUSE:Factory/python3-EasyProcess/python3-EasyProcess.changes 2015-11-02 12:55:30.0 +0100 +++ /work/SRC/openSUSE:Factory/.python3-EasyProcess.new/python3-EasyProcess.changes 2016-02-17 12:23:24.0 +0100 @@ -1,0 +2,13 @@ +Wed Feb 17 03:51:14 UTC 2016 - a...@gmx.de + +- specfile: + * update copyright year + +- update to version 0.2.2: + * fix travis + * cleanup + * cleanup, format code + * support for environment variables (#8) + * doc + +--- Old: EasyProcess-0.2.1.tar.gz New: EasyProcess-0.2.2.tar.gz Other differences: -- ++ python3-EasyProcess.spec ++ --- /var/tmp/diff_new_pack.eIHCYU/_old 2016-02-17 12:23:25.0 +0100 +++ /var/tmp/diff_new_pack.eIHCYU/_new 2016-02-17 12:23:25.0 +0100 @@ -1,7 +1,7 @@ # # spec file for package python3-EasyProcess # -# 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: python3-EasyProcess -Version:0.2.1 +Version:0.2.2 Release:0 Url:https://github.com/ponty/easyprocess Summary:Easy to use python subprocess interface ++ EasyProcess-0.2.1.tar.gz -> EasyProcess-0.2.2.tar.gz ++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/EasyProcess-0.2.1/EasyProcess.egg-info/PKG-INFO new/EasyProcess-0.2.2/EasyProcess.egg-info/PKG-INFO --- old/EasyProcess-0.2.1/EasyProcess.egg-info/PKG-INFO 2015-10-30 09:34:46.0 +0100 +++ new/EasyProcess-0.2.2/EasyProcess.egg-info/PKG-INFO 2016-02-15 07:03:32.0 +0100 @@ -1,6 +1,6 @@ Metadata-Version: 1.1 Name: EasyProcess -Version: 0.2.1 +Version: 0.2.2 Summary: Easy to use python subprocess interface. Home-page: https://github.com/ponty/easyprocess Author: ponty @@ -31,6 +31,7 @@ - stop() does not kill whole subprocess tree - unicode support - supported python versions: 2.6, 2.7, 3.3, 3.4, 3.5 + - Method chaining_ Similar projects: * execute (http://pypi.python.org/pypi/execute) @@ -231,6 +232,7 @@ .. _pip: http://pip.openplans.org/ .. _subprocess: http://docs.python.org/library/subprocess.html +.. _chaining: https://en.wikipedia.org/wiki/Method_chaining#Python .. |Travis| image:: http://img.shields.io/travis/ponty/EasyProcess.svg :target: https://travis-ci.org/ponty/EasyProcess/ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/EasyProcess-0.2.1/EasyProcess.egg-info/SOURCES.txt new/EasyProcess-0.2.2/EasyProcess.egg-info/SOURCES.txt --- old/EasyProcess-0.2.1/EasyProcess.egg-info/SOURCES.txt 2015-10-30 09:34:46.0 +0100 +++ new/EasyProcess-0.2.2/EasyProcess.egg-info/SOURCES.txt 2016-02-15 07:03:32.0 +0100 @@ -1,7 +1,6 @@ LICENSE.txt MANIFEST.in README.rst -pavement.py setup.py EasyProcess.egg-info/PKG-INFO EasyProcess.egg-info/SOURCES.txt diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/EasyProcess-0.2.1/PKG-INFO new/EasyProcess-0.2.2/PKG-INFO --- old/EasyProcess-0.2.1/PKG-INFO 2015-10-30 09:34:46.0 +0100 +++ new/EasyProcess-0.2.2/PKG-INFO 2016-02-15 07:03:32.0 +0100 @@ -1,6 +1,6 @@ Metadata-Version: 1.1 Name: EasyProcess -Version: 0.2.1 +Version: 0.2.2 Summary: Easy to use python subprocess interface. Home-page: https://github.com/ponty/easyprocess Author: ponty @@ -31,6 +31,7 @@ - stop() does not kill whole subprocess tree - unicode support - supported python versions: 2.6, 2.7, 3.3, 3.4, 3.5 + - Method chaining_ Similar projects: * execute (http://pypi.python.org/pypi/execute) @@ -231,6 +232,7 @@ .. _pip: http://pip.openplans.org/ .. _subprocess: http://docs.python.org/library/subprocess.html +.. _chaining: https://en.wikipedia.org/wiki/Method_chaining#Python .. |Travis| image:: http://img.shields.io/travis/ponty/EasyProcess.svg :target: https://travis-ci.org/pont
commit python3-Cycler for openSUSE:Factory
Hello community, here is the log from the commit of package python3-Cycler for openSUSE:Factory checked in at 2016-02-17 10:26:54 Comparing /work/SRC/openSUSE:Factory/python3-Cycler (Old) and /work/SRC/openSUSE:Factory/.python3-Cycler.new (New) Package is "python3-Cycler" Changes: --- /work/SRC/openSUSE:Factory/python3-Cycler/python3-Cycler.changes 2015-11-04 15:33:18.0 +0100 +++ /work/SRC/openSUSE:Factory/.python3-Cycler.new/python3-Cycler.changes 2016-02-17 12:23:23.0 +0100 @@ -1,0 +2,9 @@ +Wed Feb 17 03:53:23 UTC 2016 - a...@gmx.de + +- specfile: + * update copyright year + +- update to version 0.10.0: + (no changelog available) + +--- Old: cycler-0.9.0.tar.gz New: cycler-0.10.0.tar.gz Other differences: -- ++ python3-Cycler.spec ++ --- /var/tmp/diff_new_pack.UVfIBL/_old 2016-02-17 12:23:24.0 +0100 +++ /var/tmp/diff_new_pack.UVfIBL/_new 2016-02-17 12:23:24.0 +0100 @@ -1,7 +1,7 @@ # -# spec file for package python-Cycler +# spec file for package python3-Cycler # -# 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: python3-Cycler -Version:0.9.0 +Version:0.10.0 Release:0 Summary:Composable style cycles License:BSD-3-Clause ++ cycler-0.9.0.tar.gz -> cycler-0.10.0.tar.gz ++ 1858 lines of diff (skipped)
commit python-SQLAlchemy for openSUSE:Factory
Hello community, here is the log from the commit of package python-SQLAlchemy for openSUSE:Factory checked in at 2016-02-17 10:24:32 Comparing /work/SRC/openSUSE:Factory/python-SQLAlchemy (Old) and /work/SRC/openSUSE:Factory/.python-SQLAlchemy.new (New) Package is "python-SQLAlchemy" Changes: --- /work/SRC/openSUSE:Factory/python-SQLAlchemy/python-SQLAlchemy.changes 2016-01-11 19:12:20.0 +0100 +++ /work/SRC/openSUSE:Factory/.python-SQLAlchemy.new/python-SQLAlchemy.changes 2016-02-17 12:22:36.0 +0100 @@ -1,0 +2,6 @@ +Thu Feb 11 12:33:58 UTC 2016 - apla...@suse.com + +- Add 0001-fix-sqlite3.10.0-test.patch + Backport fix after SQLite3.10 upgrade + +--- New: 0001-fix-sqlite3.10.0-test.patch Other differences: -- ++ python-SQLAlchemy.spec ++ --- /var/tmp/diff_new_pack.69KAHt/_old 2016-02-17 12:22:37.0 +0100 +++ /var/tmp/diff_new_pack.69KAHt/_new 2016-02-17 12:22:37.0 +0100 @@ -24,6 +24,9 @@ License:MIT Group: Development/Languages/Python Source0: http://pypi.python.org/packages/source/S/SQLAlchemy/SQLAlchemy-%{version}.tar.gz +# PATCH-FIX-UPSTREAM 0001-fix-sqlite3.10.0-test.patch +# https://bitbucket.org/zzzeek/sqlalchemy/issues/3633/sqlite-dotted-names-limitation-repaired-in +Patch1: 0001-fix-sqlite3.10.0-test.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: python-devel BuildRequires: python-setuptools @@ -61,6 +64,7 @@ %prep %setup -q -n SQLAlchemy-%{version} +%patch1 -p1 rm -rf doc/build # Remove unnecessary scripts for building documentation sed -i 's/\r$//' examples/dynamic_dict/dynamic_dict.py ++ 0001-fix-sqlite3.10.0-test.patch ++ >From 9cc769ac40040986708a85567ca9a23eeb4ea051 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Thu, 21 Jan 2016 15:21:33 -0500 Subject: [PATCH] - documenation updates to clarify specific SQLite versions that have problems with right-nested joins and UNION column keys; references #3633 references #3634. backport from 1.1 to 0.9 announcing 1.1 as where these behaviors will be retired based on version-specific checks - fix test_resultset so that it passes when SQLite 3.10.0 is present, references #3633 (cherry picked from commit 89fa08792e98b9e31452aa3c949d9b909b10e7cd) --- doc/build/changelog/migration_09.rst | 8 +++- lib/sqlalchemy/dialects/sqlite/base.py | 16 ++-- test/sql/test_resultset.py | 30 -- 3 files changed, 41 insertions(+), 13 deletions(-) diff --git a/doc/build/changelog/migration_09.rst b/doc/build/changelog/migration_09.rst index b07aed9..9138157 100644 --- a/doc/build/changelog/migration_09.rst +++ b/doc/build/changelog/migration_09.rst @@ -1125,7 +1125,7 @@ as INNER JOINs could always be flattened):: SELECT a.*, b.*, c.* FROM a LEFT OUTER JOIN (b JOIN c ON b.id = c.id) ON a.id -This was due to the fact that SQLite, even today, cannot parse a statement of the above format:: +This was due to the fact that SQLite up until version **3.7.16** cannot parse a statement of the above format:: SQLite version 3.7.15.2 2013-01-09 11:53:05 Enter ".help" for instructions @@ -1248,6 +1248,12 @@ with the above queries rewritten as:: JOIN item ON item.id = order_item_1.item_id AND item.type IN (?) ) AS anon_1 ON "order".id = anon_1.order_item_1_order_id +.. note:: + +As of SQLAlchemy 1.1, the workarounds present in this feature for SQLite +will automatically disable themselves when SQLite version **3.7.16** +or greater is detected, as SQLite has repaired support for right-nested joins. + The :meth:`.Join.alias`, :func:`.aliased` and :func:`.with_polymorphic` functions now support a new argument, ``flat=True``, which is used to construct aliases of joined-table entities without embedding into a SELECT. This flag is not on by default, to help with diff --git a/lib/sqlalchemy/dialects/sqlite/base.py b/lib/sqlalchemy/dialects/sqlite/base.py index e19047b..0774a76 100644 --- a/lib/sqlalchemy/dialects/sqlite/base.py +++ b/lib/sqlalchemy/dialects/sqlite/base.py @@ -358,8 +358,14 @@ Dotted Column Names Using table or column names that explicitly have periods in them is **not recommended**. While this is generally a bad idea for relational databases in general, as the dot is a syntactically significant character, -the SQLite driver has a bug which requires that SQLAlchemy filter out these -dots in result sets. +the SQLite driver up until version **3.10.0** of SQLite has a bug which +requires that SQLAlchemy filter out these dots in result sets. + +.. note:: + +The following SQLite issue has b
commit pymol for openSUSE:Factory
Hello community, here is the log from the commit of package pymol for openSUSE:Factory checked in at 2016-02-17 10:26:28 Comparing /work/SRC/openSUSE:Factory/pymol (Old) and /work/SRC/openSUSE:Factory/.pymol.new (New) Package is "pymol" Changes: --- /work/SRC/openSUSE:Factory/pymol/pymol.changes 2015-11-13 23:36:09.0 +0100 +++ /work/SRC/openSUSE:Factory/.pymol.new/pymol.changes 2016-02-17 12:22:30.0 +0100 @@ -1,0 +2,38 @@ +Mon Feb 8 20:00:49 UTC 2016 - dh...@wustl.edu + +- update to svnrev 4149 + * restore ignore_case=on default + * new setting: ignore_case_chain (default off) + * new setting: cartoon_gap_cutoff + * increase PYMOL_MAX_THREADS + * amber topology loading: bond order 1 for all bonds + * improve MOL2 file handling + * new grid_mode=3: grid per object-state + * distance mode=4: distance between centroids + * byring: new selection operator + * "Distances to Rings" mode in measurement wizard + * basic atom typing for MOL2 export + * cartoon dash: new dashed loop-like cartoon type + * object-level settings for measurements + * iterate: use Python exceptions + * iterate_state: ignore atomic=0 (fixes crash) + * format 'xyzstr': enable .gz and URL loading + * fix crash with object sele length >= 1024 + * re-add -Wno-write-strings + * fix pmg_tk.skins.normal.encode() + * fix askopenfilename CANCEL case with multiple=0 + * support segi, resn and name of arbitrary string length + * expose settings to iterate/alter via "s." + * Python 3 compatibility for champ module + * apbs_tools: apply fixes from Pymol-script-repo + * Tested with Python 2.6, 2.7, 3.4 + * fix crash with empty alignment object from PSE + * fix cartoon ray tracing crash + * fix xyz export and emd fetch + * backport to pre-c++11 for OS X <= 10.8 + * Tcl/Tk Settings GUI: feedback, radio buttons + * default alignment_as_cylinders changed to off + * fix restore legacy scenes with spaces + * fix invalid write in ObjectGadgetRampUpdate + +--- Old: pymol-1.7.7.2.svn4139.tar.xz New: pymol-1.8.0.0.svn4149.tar.xz Other differences: -- ++ pymol.spec ++ --- /var/tmp/diff_new_pack.OU4YJE/_old 2016-02-17 12:22:31.0 +0100 +++ /var/tmp/diff_new_pack.OU4YJE/_new 2016-02-17 12:22:31.0 +0100 @@ -1,7 +1,7 @@ # # spec file for package pymol # -# 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: pymol -Version:1.7.7.2.svn4139 +Version:1.8.0.0.svn4149 Release:0 Url:http://pymol.org Summary:A Molecular Viewer ++ no-build-date.patch ++ --- /var/tmp/diff_new_pack.OU4YJE/_old 2016-02-17 12:22:31.0 +0100 +++ /var/tmp/diff_new_pack.OU4YJE/_new 2016-02-17 12:22:31.0 +0100 @@ -12,14 +12,14 @@ Index: create_shadertext.py === create_shadertext.py -+++ create_shadertext.py -@@ -104,7 +104,7 @@ def create_buildinfo(outputdir, pymoldir +--- create_shadertext.py.bkup 2016-02-08 14:47:13.283417598 -0500 create_shadertext.py 2016-02-08 14:47:23.679428451 -0500 +@@ -112,7 +112,7 @@ #define _PyMOL_BUILD_DATE %d #define _PYMOL_BUILD_GIT_SHA "%s" #define _PyMOL_BUILD_SVN_REV %d --''' % (time.time(), sha, rev) -+''' % (0, sha, rev) +-''' % (time.time(), sha, rev), file=out) ++''' % (0, sha, rev), file=out) if __name__ == "__main__": create_shadertext(*sys.argv[1:6]) ++ pymol-1.7.7.2.svn4139.tar.xz -> pymol-1.8.0.0.svn4149.tar.xz ++ /work/SRC/openSUSE:Factory/pymol/pymol-1.7.7.2.svn4139.tar.xz /work/SRC/openSUSE:Factory/.pymol.new/pymol-1.8.0.0.svn4149.tar.xz differ: char 17, line 1
commit pulseview for openSUSE:Factory
Hello community, here is the log from the commit of package pulseview for openSUSE:Factory checked in at 2016-02-17 10:25:03 Comparing /work/SRC/openSUSE:Factory/pulseview (Old) and /work/SRC/openSUSE:Factory/.pulseview.new (New) Package is "pulseview" Changes: --- /work/SRC/openSUSE:Factory/pulseview/pulseview.changes 2014-08-07 12:37:42.0 +0200 +++ /work/SRC/openSUSE:Factory/.pulseview.new/pulseview.changes 2016-02-17 12:22:28.0 +0100 @@ -1,0 +2,19 @@ +Sat Jan 30 12:31:29 UTC 2016 - stefan.bru...@rwth-aachen.de + +- Update to version 0.3.0 + * Support for vertical scaling of analog or logic traces + * A "Save selection range as..." feature + * Some settings now survive a restart (last open/save directory +location, window size/position, last used device) + * Pinch-zoom support, always-zoom-to-fit support, +"sticky scrolling" support, etc. + * Trace group support (for dragging multiple traces around as a +group) + * ...and many, many more GUI and usability improvements... + +--- +Fri Sep 25 02:22:01 UTC 2015 - stefan.bru...@rwth-aachen.de + +- Track GIT version + +--- Old: pulseview-0.2.0.tar.gz New: pulseview-0.3.0.tar.gz Other differences: -- ++ pulseview.spec ++ --- /var/tmp/diff_new_pack.F2GCnt/_old 2016-02-17 12:22:29.0 +0100 +++ /var/tmp/diff_new_pack.F2GCnt/_new 2016-02-17 12:22:29.0 +0100 @@ -1,7 +1,7 @@ # # spec file for package pulseview # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,19 +17,25 @@ Name: pulseview -Version:0.2.0 +Version:0.3.0 Release:0 Summary:Qt-based GUI for sigrok License:GPL-3.0+ Group: Productivity/Scientific/Electronics Url:http://sigrok.org Source0: http://sigrok.org/download/source/pulseview/%{name}-%{version}.tar.gz -BuildRequires: boost-devel +BuildRequires: boost-devel >= 1.53.0 BuildRequires: cmake BuildRequires: glib2-devel +%if 0%{?suse_version} > 1320 +BuildRequires: cmake(Qt5Gui) +BuildRequires: cmake(Qt5Svg) +BuildRequires: cmake(Qt5Widgets) +%else BuildRequires: libqt4-devel -BuildRequires: libsigrok-devel >= 0.3.0 -BuildRequires: libsigrokdecode-devel >= 0.3.0 +%endif +BuildRequires: libsigrok-devel >= 0.4.0 +BuildRequires: libsigrokdecode-devel >= 0.4.0 BuildRoot: %{_tmppath}/%{name}-%{version}-build %description ++ pulseview-0.2.0.tar.gz -> pulseview-0.3.0.tar.gz ++ 41703 lines of diff (skipped)
commit perl-Redis for openSUSE:Factory
Hello community, here is the log from the commit of package perl-Redis for openSUSE:Factory checked in at 2016-02-17 10:25:29 Comparing /work/SRC/openSUSE:Factory/perl-Redis (Old) and /work/SRC/openSUSE:Factory/.perl-Redis.new (New) Package is "perl-Redis" Changes: --- /work/SRC/openSUSE:Factory/perl-Redis/perl-Redis.changes2015-10-08 08:24:30.0 +0200 +++ /work/SRC/openSUSE:Factory/.perl-Redis.new/perl-Redis.changes 2016-02-17 12:20:29.0 +0100 @@ -1,0 +2,9 @@ +Sat Feb 13 10:36:11 UTC 2016 - co...@suse.com + +- updated to 1.982 + see /usr/share/doc/packages/perl-Redis/Changes + + 1.982 2016-02-11 09:02:40CET+0100 Europe/Paris + * fix issue #117: fix backward compatibility with 5.8 + +--- Old: Redis-1.981.tar.gz New: Redis-1.982.tar.gz Other differences: -- ++ perl-Redis.spec ++ --- /var/tmp/diff_new_pack.ZgpHVV/_old 2016-02-17 12:20:30.0 +0100 +++ /var/tmp/diff_new_pack.ZgpHVV/_new 2016-02-17 12:20:30.0 +0100 @@ -1,7 +1,7 @@ # # spec file for package perl-Redis # -# 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: perl-Redis -Version:1.981 +Version:1.982 Release:0 %define cpan_name Redis Summary:Perl binding for Redis database @@ -49,10 +49,10 @@ %{perl_requires} %description -Pure perl bindings for the http://redis.io/ manpage +Pure perl bindings for http://redis.io/ This version supports protocol 2.x (multi-bulk) or later of Redis available -at the https://github.com/antirez/redis/ manpage. +at https://github.com/antirez/redis/. This documentation lists commands which are exercised in test suite, but additional commands will work correctly since protocol specifies enough @@ -61,7 +61,7 @@ %prep %setup -q -n %{cpan_name}-%{version} -find . -type f -print0 | xargs -0 chmod 644 +find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644 %build %{__perl} Build.PL --installdirs=vendor ++ Redis-1.981.tar.gz -> Redis-1.982.tar.gz ++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Redis-1.981/Build.PL new/Redis-1.982/Build.PL --- old/Redis-1.981/Build.PL2015-09-29 12:32:03.0 +0200 +++ new/Redis-1.982/Build.PL2016-02-11 09:02:45.0 +0100 @@ -1,3 +1,3 @@ -use 5.010; +use 5.008; use Module::Build::Tiny 0.039; Build_PL(); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Redis-1.981/Changes new/Redis-1.982/Changes --- old/Redis-1.981/Changes 2015-09-29 12:32:03.0 +0200 +++ new/Redis-1.982/Changes 2016-02-11 09:02:45.0 +0100 @@ -1,5 +1,8 @@ Revision history for Redis +1.982 2016-02-11 09:02:40CET+0100 Europe/Paris + * fix issue #117: fix backward compatibility with 5.8 + 1.981 2015-09-29 12:31:57CEST+0200 Europe/Paris * fix a bug where when not yet connected, pid is undef, leading to warnings diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Redis-1.981/META.json new/Redis-1.982/META.json --- old/Redis-1.981/META.json 2015-09-29 12:32:03.0 +0200 +++ new/Redis-1.982/META.json 2016-02-11 09:02:45.0 +0100 @@ -5,7 +5,7 @@ "Damien Krotkine " ], "dynamic_config" : 0, - "generated_by" : "Dist::Zilla version 5.032, CPAN::Meta::Converter version 2.143240", + "generated_by" : "Dist::Zilla version 5.032, CPAN::Meta::Converter version 2.150005", "license" : [ "artistic_2" ], @@ -32,7 +32,7 @@ "requires" : { "IO::Socket::Timeout" : "0.29", "Try::Tiny" : "0", -"perl" : "5.010" +"perl" : "5.008" } }, "test" : { @@ -65,6 +65,6 @@ "web" : "https://github.com/PerlRedis/perl-redis"; } }, - "version" : "1.981" + "version" : "1.982" } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Redis-1.981/META.yml new/Redis-1.982/META.yml --- old/Redis-1.981/META.yml2015-09-29 12:32:03.0 +0200 +++ new/Redis-1.982/META.yml2016-02-11 09:02:45.0 +0100 @@ -21,7 +21,7 @@ ExtUtils::MakeMaker: 6.63_03 Module::Build::Tiny: 0.039 dynamic_config: 0 -generated_by: 'Dist::Zilla version 5.032, CPAN::Meta::Converter version 2.143240' +generated_by: 'Dist::Zilla version 5.032, CPAN::Meta::Converter version 2.15000
commit perl-Scalar-List-Utils for openSUSE:Factory
Hello community, here is the log from the commit of package perl-Scalar-List-Utils for openSUSE:Factory checked in at 2016-02-17 10:25:25 Comparing /work/SRC/openSUSE:Factory/perl-Scalar-List-Utils (Old) and /work/SRC/openSUSE:Factory/.perl-Scalar-List-Utils.new (New) Package is "perl-Scalar-List-Utils" Changes: --- /work/SRC/openSUSE:Factory/perl-Scalar-List-Utils/perl-Scalar-List-Utils.changes 2015-08-25 08:54:36.0 +0200 +++ /work/SRC/openSUSE:Factory/.perl-Scalar-List-Utils.new/perl-Scalar-List-Utils.changes 2016-02-17 12:20:31.0 +0100 @@ -1,0 +2,21 @@ +Sat Feb 13 10:39:02 UTC 2016 - co...@suse.com + +- updated to 1.43 + see /usr/share/doc/packages/perl-Scalar-List-Utils/Changes + + 1.43 -- 2016/02/08 15:05:23 + [CHANGES] +* Updated documentation +* Added MIN_PERL_VERSION to Makefile.PL +* Added "use warnings" to all tests +* Added MANIEST.SKIP patterns for common editor backup/swapfiles +* Test product(0,0) (RT105415) + + [BUGFIXES] +* Fix build on non-C99 compilers +* Avoid divide-by-zero exception if product()'s accumulator is IV zero + (RT105415) +* Possible fix for SvTEMP issues in first and any/all/none/notall + (RT96343) + +--- Old: Scalar-List-Utils-1.42.tar.gz New: Scalar-List-Utils-1.43.tar.gz Other differences: -- ++ perl-Scalar-List-Utils.spec ++ --- /var/tmp/diff_new_pack.yw66df/_old 2016-02-17 12:20:32.0 +0100 +++ /var/tmp/diff_new_pack.yw66df/_new 2016-02-17 12:20:32.0 +0100 @@ -1,7 +1,7 @@ # # spec file for package perl-Scalar-List-Utils # -# 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: perl-Scalar-List-Utils -Version:1.42 +Version:1.43 Release:0 %define cpan_name Scalar-List-Utils Summary:Common Scalar and List utility subroutines @@ -36,7 +36,7 @@ %prep %setup -q -n %{cpan_name}-%{version} -find . -type f -print0 | xargs -0 chmod 644 +find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644 %build %{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}" ++ Scalar-List-Utils-1.42.tar.gz -> Scalar-List-Utils-1.43.tar.gz ++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Scalar-List-Utils-1.42/Changes new/Scalar-List-Utils-1.43/Changes --- old/Scalar-List-Utils-1.42/Changes 2015-04-23 02:30:54.0 +0200 +++ new/Scalar-List-Utils-1.43/Changes 2016-02-08 16:05:37.0 +0100 @@ -1,3 +1,18 @@ +1.43 -- 2016/02/08 15:05:23 + [CHANGES] +* Updated documentation +* Added MIN_PERL_VERSION to Makefile.PL +* Added "use warnings" to all tests +* Added MANIEST.SKIP patterns for common editor backup/swapfiles +* Test product(0,0) (RT105415) + + [BUGFIXES] +* Fix build on non-C99 compilers +* Avoid divide-by-zero exception if product()'s accumulator is IV zero + (RT105415) +* Possible fix for SvTEMP issues in first and any/all/none/notall + (RT96343) + 1.42 -- 2015/04/32 01:25:55 [CHANGES] * Added List::Util::unpairs() - the inverse of pairs() diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Scalar-List-Utils-1.42/ListUtil.xs new/Scalar-List-Utils-1.43/ListUtil.xs --- old/Scalar-List-Utils-1.42/ListUtil.xs 2015-04-23 02:28:41.0 +0200 +++ new/Scalar-List-Utils-1.43/ListUtil.xs 2016-02-03 01:56:58.0 +0100 @@ -96,7 +96,7 @@ CODE: { int index; -NV retval; +NV retval = 0.0; /* avoid 'uninit var' warning */ SV *retsv; int magic; @@ -212,16 +212,72 @@ break; case ACC_IV: if(is_product) { -if(!SvNOK(sv) && SvIOK(sv) && (SvIV(sv) < IV_MAX / retiv)) { -retiv *= SvIV(sv); -break; +/* TODO: Consider if product() should shortcircuit the moment its + * accumulator becomes zero + */ +/* XXX testing flags before running get_magic may + * cause some valid tied values to fallback to the NV path + * - DAPM */ +if(!SvNOK(sv) && SvIOK(sv)) { +IV i = SvIV(sv); +if (retiv == 0) /* avoid later division by zero */ +
commit perl-Log-Any for openSUSE:Factory
Hello community, here is the log from the commit of package perl-Log-Any for openSUSE:Factory checked in at 2016-02-17 10:25:21 Comparing /work/SRC/openSUSE:Factory/perl-Log-Any (Old) and /work/SRC/openSUSE:Factory/.perl-Log-Any.new (New) Package is "perl-Log-Any" Changes: --- /work/SRC/openSUSE:Factory/perl-Log-Any/perl-Log-Any.changes 2015-04-15 16:26:00.0 +0200 +++ /work/SRC/openSUSE:Factory/.perl-Log-Any.new/perl-Log-Any.changes 2016-02-17 12:20:02.0 +0100 @@ -1,0 +2,63 @@ +Sat Feb 13 10:12:34 UTC 2016 - co...@suse.com + +- updated to 1.038 + see /usr/share/doc/packages/perl-Log-Any/Changes + + 1.038 2016-02-10 14:15:31-07:00 America/Mazatlan + + - No changes from 1.037 + + 1.037 2016-02-05 20:22:34-05:00 America/New_York (TRIAL RELEASE) + + [Fixed] + + - Fixed t/filescreen.t Unicode string tests to use a backwards +compatible form. Should fix tests before 5.16. + + 1.035 2016-02-04 14:47:20-05:00 America/New_York (TRIAL RELEASE) + + [Changed] + + - The default formatter now replaces a code reference argument with +the results of calling the code reference ONLY when it is the first +argument (in place of a format string). Code references in +subsequent arguments (to sprintf) are not executed, as this would +break backwards compatibility. + + [Documented] + + - Noted that repeatedly calling 'set' to set an adapter without calling +'remove' or using the 'lexically' feature will leak memory. + + 1.033 2016-02-03 10:32:57-05:00 America/New_York (TRIAL RELEASE) + + [Added] + + - The default formatter now expands code references. If the first +argument is a code reference, it is expanded and returned. If an +argument to "sprintf" style formatting is a code reference, it is +expanded. + + [Changed] + + - The File adapter now opens files with the ":utf8" layer. It also +takes a 'binmode' attribute to change the default. + + [Fixed] + + - does_not_contain_ok test adapter function now gives proper +diagnostic message + + - all diagnostic messages that output the captured log now +correctly dump the log with pretty formatting + + [Documented] + + - documented the 'proxy_class' argument to `get_logger` + + [~Internal~] + + - Data::Dumper is loaded lazily, to reduce module load times +for programs that don't need it. + +--- Old: Log-Any-1.032.tar.gz New: Log-Any-1.038.tar.gz cpanspec.yml Other differences: -- ++ perl-Log-Any.spec ++ --- /var/tmp/diff_new_pack.bYRw3u/_old 2016-02-17 12:20:03.0 +0100 +++ /var/tmp/diff_new_pack.bYRw3u/_new 2016-02-17 12:20:03.0 +0100 @@ -1,7 +1,7 @@ # # spec file for package perl-Log-Any # -# 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,14 +17,15 @@ Name: perl-Log-Any -Version:1.032 +Version:1.038 Release:0 %define cpan_name Log-Any Summary:Bringing loggers and listeners together License:Artistic-1.0 or GPL-1.0+ Group: Development/Libraries/Perl Url:http://search.cpan.org/dist/Log-Any/ -Source: http://www.cpan.org/authors/id/D/DA/DAGOLDEN/%{cpan_name}-%{version}.tar.gz +Source0: http://www.cpan.org/authors/id/D/DA/DAGOLDEN/%{cpan_name}-%{version}.tar.gz +Source1:cpanspec.yml BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl @@ -32,10 +33,10 @@ %{perl_requires} %description -'Log::Any' provides a standard log production API for modules. the -Log::Any::Adapter manpage allows applications to choose the mechanism for -log consumption, whether screen, file or another logging mechanism like the -Log::Dispatch manpage or the Log::Log4perl manpage. +'Log::Any' provides a standard log production API for modules. +Log::Any::Adapter allows applications to choose the mechanism for log +consumption, whether screen, file or another logging mechanism like +Log::Dispatch or Log::Log4perl. Many modules have something interesting to say. Unfortunately there is no standard way for them to say it - some output to STDERR, others to 'warn', @@ -58,8 +59,8 @@ choice generally belongs to the application. A CPAN module uses 'Log::Any' to get a log producer object. An applic
commit perl-Net-OpenID-Consumer for openSUSE:Factory
Hello community, here is the log from the commit of package perl-Net-OpenID-Consumer for openSUSE:Factory checked in at 2016-02-17 10:26:11 Comparing /work/SRC/openSUSE:Factory/perl-Net-OpenID-Consumer (Old) and /work/SRC/openSUSE:Factory/.perl-Net-OpenID-Consumer.new (New) Package is "perl-Net-OpenID-Consumer" Changes: --- /work/SRC/openSUSE:Factory/perl-Net-OpenID-Consumer/perl-Net-OpenID-Consumer.changes 2015-09-09 20:21:16.0 +0200 +++ /work/SRC/openSUSE:Factory/.perl-Net-OpenID-Consumer.new/perl-Net-OpenID-Consumer.changes 2016-02-17 12:20:18.0 +0100 @@ -1,0 +2,17 @@ +Sat Feb 13 17:04:10 UTC 2016 - opens...@dstoecker.de + +- updated to 1.18 + see /usr/share/doc/packages/perl-Net-OpenID-Consumer/Changes + + 1.18 Feb 07 2016 + + * Make naive_verify_failed_network message less mysterious in cases where +provider actually responds but with a non-success status. + + * whitespace changes + + 1.17 Jan 15 2016 + + * Include CGI in test prerequisites since it's not part of perlcore anymore + +--- Old: Net-OpenID-Consumer-1.16.tar.gz New: Net-OpenID-Consumer-1.18.tar.gz Other differences: -- ++ perl-Net-OpenID-Consumer.spec ++ --- /var/tmp/diff_new_pack.MGdEMz/_old 2016-02-17 12:20:19.0 +0100 +++ /var/tmp/diff_new_pack.MGdEMz/_new 2016-02-17 12:20:19.0 +0100 @@ -1,7 +1,7 @@ # # spec file for package perl-Net-OpenID-Consumer # -# 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: perl-Net-OpenID-Consumer -Version:1.16 +Version:1.18 Release:0 %define cpan_name Net-OpenID-Consumer Summary:Library for consumers of OpenID identities @@ -71,6 +71,6 @@ %files -f %{name}.files %defattr(-,root,root,755) -%doc Changes examples LICENSE README xt +%doc Changes examples LICENSE README %changelog ++ Net-OpenID-Consumer-1.16.tar.gz -> Net-OpenID-Consumer-1.18.tar.gz ++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Net-OpenID-Consumer-1.16/Changes new/Net-OpenID-Consumer-1.18/Changes --- old/Net-OpenID-Consumer-1.16/Changes2014-09-15 23:37:12.0 +0200 +++ new/Net-OpenID-Consumer-1.18/Changes2016-02-08 02:39:06.0 +0100 @@ -1,5 +1,18 @@ +1.18 Feb 07 2016 + +* Make naive_verify_failed_network message less mysterious in cases where + provider actually responds but with a non-success status. + +* whitespace changes + +1.17 Jan 15 2016 + +* Include CGI in test prerequisites since it's not part of perlcore anymore + 1.16 Sep 15 2014 +* Require Net-OpenID-Common 1.19 + 1.15 Sep 06 2013 * Require Net-OpenID-Common 1.18 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Net-OpenID-Consumer-1.16/LICENSE new/Net-OpenID-Consumer-1.18/LICENSE --- old/Net-OpenID-Consumer-1.16/LICENSE2014-09-15 23:37:12.0 +0200 +++ new/Net-OpenID-Consumer-1.18/LICENSE2016-02-08 02:39:06.0 +0100 @@ -22,7 +22,7 @@ Version 1, February 1989 Copyright (C) 1989 Free Software Foundation, Inc. - 51 Franklin St, Suite 500, Boston, MA 02110-1335 USA + 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Net-OpenID-Consumer-1.16/MANIFEST new/Net-OpenID-Consumer-1.18/MANIFEST --- old/Net-OpenID-Consumer-1.16/MANIFEST 2014-09-15 23:37:12.0 +0200 +++ new/Net-OpenID-Consumer-1.18/MANIFEST 2016-02-08 02:39:06.0 +0100 @@ -1,3 +1,4 @@ +# This file was automatically generated by Dist::Zilla::Plugin::Manifest v5.020. Changes INSTALL LICENSE diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Net-OpenID-Consumer-1.16/META.json new/Net-OpenID-Consumer-1.18/META.json --- old/Net-OpenID-Consumer-1.16/META.json 2014-09-15 23:37:12.0 +0200 +++ new/Net-OpenID-Consumer-1.18/META.json 2016-02-08 02:39:06.0 +0100 @@ -5,7 +5,7 @@ "Roger Crew " ], "dynamic_config" : 0, - "generated_by" : "Dist::Zilla version 4.300020, CPAN::Meta::Converter version 2.120921", + "generated_by" : "Dis
commit perl-Net-Whois-Raw for openSUSE:Factory
Hello community, here is the log from the commit of package perl-Net-Whois-Raw for openSUSE:Factory checked in at 2016-02-17 10:25:28 Comparing /work/SRC/openSUSE:Factory/perl-Net-Whois-Raw (Old) and /work/SRC/openSUSE:Factory/.perl-Net-Whois-Raw.new (New) Package is "perl-Net-Whois-Raw" Changes: --- /work/SRC/openSUSE:Factory/perl-Net-Whois-Raw/perl-Net-Whois-Raw.changes 2015-10-30 13:43:40.0 +0100 +++ /work/SRC/openSUSE:Factory/.perl-Net-Whois-Raw.new/perl-Net-Whois-Raw.changes 2016-02-17 12:20:20.0 +0100 @@ -1,0 +2,11 @@ +Sat Feb 13 10:25:42 UTC 2016 - co...@suse.com + +- updated to 2.92 + see /usr/share/doc/packages/perl-Net-Whois-Raw/Changes + + 2.92Feb 10 2016 Vadim Likhota + - fix clear disclaimer for .ME, .MOBY .NAME, and .ORG + - fix whois for .OOO, .LA, .PRO and .PW + - new tlds .CONTACT, .FAN, .PID and .REALTY + +--- Old: Net-Whois-Raw-2.91.tar.gz New: Net-Whois-Raw-2.92.tar.gz Other differences: -- ++ perl-Net-Whois-Raw.spec ++ --- /var/tmp/diff_new_pack.PUyHI7/_old 2016-02-17 12:20:21.0 +0100 +++ /var/tmp/diff_new_pack.PUyHI7/_new 2016-02-17 12:20:21.0 +0100 @@ -1,7 +1,7 @@ # # spec file for package perl-Net-Whois-Raw # -# 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: perl-Net-Whois-Raw -Version:2.91 +Version:2.92 Release:0 %define cpan_name Net-Whois-Raw Summary:Get Whois information of domains and IP addresses ++ Net-Whois-Raw-2.91.tar.gz -> Net-Whois-Raw-2.92.tar.gz ++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Net-Whois-Raw-2.91/Changes new/Net-Whois-Raw-2.92/Changes --- old/Net-Whois-Raw-2.91/Changes 2015-10-28 11:09:15.0 +0100 +++ new/Net-Whois-Raw-2.92/Changes 2016-02-10 15:26:19.0 +0100 @@ -1,5 +1,10 @@ Revision history for Perl module Net::Whois::Raw. +2.92Feb 10 2016 Vadim Likhota +- fix clear disclaimer for .ME, .MOBY .NAME, and .ORG +- fix whois for .OOO, .LA, .PRO and .PW +- new tlds .CONTACT, .FAN, .PID and .REALTY + 2.91Oct 28 2015 Vadim Likhota - even more new tlds of whois.centralnic.com diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Net-Whois-Raw-2.91/LICENSE new/Net-Whois-Raw-2.92/LICENSE --- old/Net-Whois-Raw-2.91/LICENSE 2015-10-28 11:09:15.0 +0100 +++ new/Net-Whois-Raw-2.92/LICENSE 2016-02-10 15:26:19.0 +0100 @@ -1,4 +1,4 @@ -This software is copyright (c) 2002-2015 by Alexander Nalobin. +This software is copyright (c) 2002-2016 by Alexander Nalobin. This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself. @@ -12,7 +12,7 @@ --- The GNU General Public License, Version 1, February 1989 --- -This software is Copyright (c) 2002-2015 by Alexander Nalobin. +This software is Copyright (c) 2002-2016 by Alexander Nalobin. This is free software, licensed under: @@ -272,7 +272,7 @@ --- The Artistic License 1.0 --- -This software is Copyright (c) 2002-2015 by Alexander Nalobin. +This software is Copyright (c) 2002-2016 by Alexander Nalobin. This is free software, licensed under: diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Net-Whois-Raw-2.91/META.yml new/Net-Whois-Raw-2.92/META.yml --- old/Net-Whois-Raw-2.91/META.yml 2015-10-28 11:09:15.0 +0100 +++ new/Net-Whois-Raw-2.92/META.yml 2016-02-10 15:26:19.0 +0100 @@ -37,4 +37,4 @@ resources: bugtracker: https://github.com/regru/Net-Whois-Raw/issues repository: git://github.com/regru/Net-Whois-Raw.git -version: '2.91' +version: '2.92' diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Net-Whois-Raw-2.91/Makefile.PL new/Net-Whois-Raw-2.92/Makefile.PL --- old/Net-Whois-Raw-2.91/Makefile.PL 2015-10-28 11:09:15.0 +0100 +++ new/Net-Whois-Raw-2.92/Makefile.PL 2016-02-10 15:26:19.0 +0100 @@ -44,7 +44,7 @@ "Test::More" => 0, "Test::RequiresInternet" => 0 }, - "VERSION" => "2.91", + "VERSION" => "2.92", "test" => { "TESTS" => "t/*.t" } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Net-Whois-Raw-2.91/bin/pwhois new/Net-Whois-Raw-2.92/bin/pwhois ---
commit perl-Lingua-PT-Stemmer for openSUSE:Factory
Hello community, here is the log from the commit of package perl-Lingua-PT-Stemmer for openSUSE:Factory checked in at 2016-02-17 10:25:26 Comparing /work/SRC/openSUSE:Factory/perl-Lingua-PT-Stemmer (Old) and /work/SRC/openSUSE:Factory/.perl-Lingua-PT-Stemmer.new (New) Package is "perl-Lingua-PT-Stemmer" Changes: --- /work/SRC/openSUSE:Factory/perl-Lingua-PT-Stemmer/perl-Lingua-PT-Stemmer.changes 2014-12-10 23:43:39.0 +0100 +++ /work/SRC/openSUSE:Factory/.perl-Lingua-PT-Stemmer.new/perl-Lingua-PT-Stemmer.changes 2016-02-17 12:20:00.0 +0100 @@ -1,0 +2,6 @@ +Sat Feb 13 10:11:48 UTC 2016 - co...@suse.com + +- updated to 0.02 + see /usr/share/doc/packages/perl-Lingua-PT-Stemmer/Changes + +--- Old: Lingua-PT-Stemmer-0.01.tar.gz New: Lingua-PT-Stemmer-0.02.tar.gz cpanspec.yml Other differences: -- ++ perl-Lingua-PT-Stemmer.spec ++ --- /var/tmp/diff_new_pack.SF0w2e/_old 2016-02-17 12:20:01.0 +0100 +++ /var/tmp/diff_new_pack.SF0w2e/_new 2016-02-17 12:20:01.0 +0100 @@ -1,7 +1,7 @@ # # spec file for package perl-Lingua-PT-Stemmer # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,14 +17,15 @@ Name: perl-Lingua-PT-Stemmer -Version:0.01 +Version:0.02 Release:0 %define cpan_name Lingua-PT-Stemmer Summary:Portuguese language stemming -License:GPL-1.0+ or Artistic-1.0 +License:Artistic-1.0 or GPL-1.0+ Group: Development/Libraries/Perl Url:http://search.cpan.org/dist/Lingua-PT-Stemmer/ -Source: http://www.cpan.org/authors/id/X/XE/XERN/%{cpan_name}-%{version}.tar.gz +Source0: http://www.cpan.org/authors/id/N/NE/NEILB/%{cpan_name}-%{version}.tar.gz +Source1:cpanspec.yml BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl @@ -71,6 +72,6 @@ %files -f %{name}.files %defattr(-,root,root,755) -%doc Changes README +%doc Changes LICENSE README %changelog ++ Lingua-PT-Stemmer-0.01.tar.gz -> Lingua-PT-Stemmer-0.02.tar.gz ++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Lingua-PT-Stemmer-0.01/Changes new/Lingua-PT-Stemmer-0.02/Changes --- old/Lingua-PT-Stemmer-0.01/Changes 2003-01-28 07:49:28.0 +0100 +++ new/Lingua-PT-Stemmer-0.02/Changes 2016-02-07 23:39:03.0 +0100 @@ -1,6 +1,12 @@ -Revision history for Perl extension Lingua::PT::Stemmer. +Revision history for Perl module Lingua::PT::Stemmer -0.01 Sun Jan 26 02:33:08 2003 - - original version; created by h2xs 1.21 with options - -XA Lingua::PT::Stemmer +0.02 2016-02-07 NEILB +- Switched to Dist::Zilla, fixing RT#107484 in the process, so the release + will have META.{json,yml} files. +- Moved test from test.pl in top directory to t/basic.t +- Updated format of this file to follow CPAN::Changes::Spec + +0.01 2003-01-28 XERN +- original version; created by h2xs 1.21 + with options -XA Lingua::PT::Stemmer diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Lingua-PT-Stemmer-0.01/LICENSE new/Lingua-PT-Stemmer-0.02/LICENSE --- old/Lingua-PT-Stemmer-0.01/LICENSE 1970-01-01 01:00:00.0 +0100 +++ new/Lingua-PT-Stemmer-0.02/LICENSE 2016-02-07 23:39:03.0 +0100 @@ -0,0 +1,379 @@ +This software is copyright (c) 2003 by Xern. + +This is free software; you can redistribute it and/or modify it under +the same terms as the Perl 5 programming language system itself. + +Terms of the Perl programming language system itself + +a) the GNU General Public License as published by the Free + Software Foundation; either version 1, or (at your option) any + later version, or +b) the "Artistic License" + +--- The GNU General Public License, Version 1, February 1989 --- + +This software is Copyright (c) 2003 by Xern. + +This is free software, licensed under: + + The GNU General Public License, Version 1, February 1989 + +GNU GENERAL PUBLIC LICENSE + Version 1, February 1989 + + Copyright (C) 1989 Free Software Foundation, Inc. + 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + + Everyone is permitted to copy and distribute verbatim copies + of this license document, but changing it is not allowed. + +Preamble + + The license agreements of most software comp
commit perl-Module-CPANfile for openSUSE:Factory
Hello community, here is the log from the commit of package perl-Module-CPANfile for openSUSE:Factory checked in at 2016-02-17 10:25:22 Comparing /work/SRC/openSUSE:Factory/perl-Module-CPANfile (Old) and /work/SRC/openSUSE:Factory/.perl-Module-CPANfile.new (New) Package is "perl-Module-CPANfile" Changes: --- /work/SRC/openSUSE:Factory/perl-Module-CPANfile/perl-Module-CPANfile.changes 2015-09-11 09:04:46.0 +0200 +++ /work/SRC/openSUSE:Factory/.perl-Module-CPANfile.new/perl-Module-CPANfile.changes 2016-02-17 12:20:08.0 +0100 @@ -1,0 +2,9 @@ +Sat Feb 13 10:17:59 UTC 2016 - co...@suse.com + +- updated to 1.1002 + see /usr/share/doc/packages/perl-Module-CPANfile/Changes + + 1.1002 2016-02-12 08:23:00 PST + - Make it work under the taint mode (-T) #41 + +--- Old: Module-CPANfile-1.1001.tar.gz New: Module-CPANfile-1.1002.tar.gz Other differences: -- ++ perl-Module-CPANfile.spec ++ --- /var/tmp/diff_new_pack.dm0HJU/_old 2016-02-17 12:20:09.0 +0100 +++ /var/tmp/diff_new_pack.dm0HJU/_new 2016-02-17 12:20:09.0 +0100 @@ -1,7 +1,7 @@ # # spec file for package perl-Module-CPANfile # -# 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: perl-Module-CPANfile -Version:1.1001 +Version:1.1002 Release:0 %define cpan_name Module-CPANfile Summary:Parse cpanfile @@ -32,20 +32,22 @@ BuildRequires: perl-macros BuildRequires: perl(CPAN::Meta) >= 2.12091 BuildRequires: perl(CPAN::Meta::Prereqs) >= 2.12091 +BuildRequires: perl(JSON::PP) >= 2.27300 BuildRequires: perl(Test::More) >= 0.88 BuildRequires: perl(parent) Requires: perl(CPAN::Meta) >= 2.12091 Requires: perl(CPAN::Meta::Prereqs) >= 2.12091 +Requires: perl(JSON::PP) >= 2.27300 Requires: perl(parent) %{perl_requires} %description -Module::CPANfile is a tool to handle the cpanfile manpage format to load -application specific dependencies, not just for CPAN distributions. +Module::CPANfile is a tool to handle cpanfile format to load application +specific dependencies, not just for CPAN distributions. %prep %setup -q -n %{cpan_name}-%{version} -find . -type f -print0 | xargs -0 chmod 644 +find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644 %build %{__perl} Makefile.PL INSTALLDIRS=vendor ++ Module-CPANfile-1.1001.tar.gz -> Module-CPANfile-1.1002.tar.gz ++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Module-CPANfile-1.1001/Changes new/Module-CPANfile-1.1002/Changes --- old/Module-CPANfile-1.1001/Changes 2015-09-04 14:07:17.0 +0200 +++ new/Module-CPANfile-1.1002/Changes 2016-02-12 17:23:03.0 +0100 @@ -1,5 +1,8 @@ Revision history for Module::Install::CPANfile +1.1002 2016-02-12 08:23:00 PST +- Make it work under the taint mode (-T) #41 + 1.1001 2015-09-04 14:07:14 CEST - Fixed tests to avoid using subtests. #38 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Module-CPANfile-1.1001/LICENSE new/Module-CPANfile-1.1002/LICENSE --- old/Module-CPANfile-1.1001/LICENSE 2015-09-04 14:07:17.0 +0200 +++ new/Module-CPANfile-1.1002/LICENSE 2016-02-12 17:23:03.0 +0100 @@ -1,4 +1,4 @@ -This software is copyright (c) 2015 by Tatsuhiko Miyagawa. +This software is copyright (c) 2016 by Tatsuhiko Miyagawa. This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself. @@ -12,7 +12,7 @@ --- The GNU General Public License, Version 1, February 1989 --- -This software is Copyright (c) 2015 by Tatsuhiko Miyagawa. +This software is Copyright (c) 2016 by Tatsuhiko Miyagawa. This is free software, licensed under: @@ -272,7 +272,7 @@ --- The Artistic License 1.0 --- -This software is Copyright (c) 2015 by Tatsuhiko Miyagawa. +This software is Copyright (c) 2016 by Tatsuhiko Miyagawa. This is free software, licensed under: diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Module-CPANfile-1.1001/MANIFEST new/Module-CPANfile-1.1002/MANIFEST --- old/Module-CPANfile-1.1001/MANIFEST 2015-09-04 14:07:17.0 +0200 +++ new/Module-CPANfile-1.1002/MANIFEST 2016-02-12 17:23:03.0 +0100 @@ -1,4 +1,4 @@ -# This file was automatically generated by Dist::Zilla::Plugin::Man
commit perl-Net-OpenID-Common for openSUSE:Factory
Hello community, here is the log from the commit of package perl-Net-OpenID-Common for openSUSE:Factory checked in at 2016-02-17 10:25:23 Comparing /work/SRC/openSUSE:Factory/perl-Net-OpenID-Common (Old) and /work/SRC/openSUSE:Factory/.perl-Net-OpenID-Common.new (New) Package is "perl-Net-OpenID-Common" Changes: --- /work/SRC/openSUSE:Factory/perl-Net-OpenID-Common/perl-Net-OpenID-Common.changes 2014-11-06 16:51:48.0 +0100 +++ /work/SRC/openSUSE:Factory/.perl-Net-OpenID-Common.new/perl-Net-OpenID-Common.changes 2016-02-17 12:20:17.0 +0100 @@ -1,0 +2,10 @@ +Sat Feb 13 10:23:24 UTC 2016 - co...@suse.com + +- updated to 1.20 + see /usr/share/doc/packages/perl-Net-OpenID-Common/Changes + + 1.20 Feb 07 2016 + + * spelling corrections from dsteinbrunner (closes #111859) + +--- Old: Net-OpenID-Common-1.19.tar.gz New: Net-OpenID-Common-1.20.tar.gz cpanspec.yml Other differences: -- ++ perl-Net-OpenID-Common.spec ++ --- /var/tmp/diff_new_pack.Uk1n4D/_old 2016-02-17 12:20:18.0 +0100 +++ /var/tmp/diff_new_pack.Uk1n4D/_new 2016-02-17 12:20:18.0 +0100 @@ -1,7 +1,7 @@ # # spec file for package perl-Net-OpenID-Common # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,14 +17,15 @@ Name: perl-Net-OpenID-Common -Version:1.19 +Version:1.20 Release:0 %define cpan_name Net-OpenID-Common Summary:Libraries shared between Net::OpenID::Consumer and Net::OpenID::Server License:Artistic-1.0 or GPL-1.0+ Group: Development/Libraries/Perl Url:http://search.cpan.org/dist/Net-OpenID-Common/ -Source: http://www.cpan.org/authors/id/W/WR/WROG/%{cpan_name}-%{version}.tar.gz +Source0: http://www.cpan.org/authors/id/W/WR/WROG/%{cpan_name}-%{version}.tar.gz +Source1:cpanspec.yml BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl @@ -32,12 +33,14 @@ BuildRequires: perl(Crypt::DH::GMP) >= 0.00011 BuildRequires: perl(HTML::Parser) >= 3.40 BuildRequires: perl(HTTP::Headers::Util) +BuildRequires: perl(HTTP::Message) >= 5.814 BuildRequires: perl(HTTP::Request) BuildRequires: perl(HTTP::Status) BuildRequires: perl(XML::Simple) Requires: perl(Crypt::DH::GMP) >= 0.00011 Requires: perl(HTML::Parser) >= 3.40 Requires: perl(HTTP::Headers::Util) +Requires: perl(HTTP::Message) >= 5.814 Requires: perl(HTTP::Request) Requires: perl(HTTP::Status) Requires: perl(XML::Simple) @@ -47,7 +50,7 @@ The Consumer and Server implementations share a few libraries which live with this module. This module is here largely to hold the version number and this documentation, though it also incorporates some utility functions -inherited from previous versions of the Net::OpenID::Consumer manpage. +inherited from previous versions of Net::OpenID::Consumer. %prep %setup -q -n %{cpan_name}-%{version} ++ Net-OpenID-Common-1.19.tar.gz -> Net-OpenID-Common-1.20.tar.gz ++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Net-OpenID-Common-1.19/Changes new/Net-OpenID-Common-1.20/Changes --- old/Net-OpenID-Common-1.19/Changes 2014-09-15 23:28:54.0 +0200 +++ new/Net-OpenID-Common-1.20/Changes 2016-02-08 02:36:49.0 +0100 @@ -1,3 +1,7 @@ +1.20 Feb 07 2016 + +* spelling corrections from dsteinbrunner (closes #111859) + 1.19 Sep 15 2014 * bump HTTP::Message dependency to 5.814 (closes #90547) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Net-OpenID-Common-1.19/LICENSE new/Net-OpenID-Common-1.20/LICENSE --- old/Net-OpenID-Common-1.19/LICENSE 2014-09-15 23:28:54.0 +0200 +++ new/Net-OpenID-Common-1.20/LICENSE 2016-02-08 02:36:49.0 +0100 @@ -22,7 +22,7 @@ Version 1, February 1989 Copyright (C) 1989 Free Software Foundation, Inc. - 51 Franklin St, Suite 500, Boston, MA 02110-1335 USA + 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Net-OpenID-Common-1.19/MANIFEST new/Net-OpenID-Common-1.20/MANIFEST --- old/Net-OpenID-Common-1.19/
commit perl-Config-Grammar for openSUSE:Factory
Hello community, here is the log from the commit of package perl-Config-Grammar for openSUSE:Factory checked in at 2016-02-17 10:26:36 Comparing /work/SRC/openSUSE:Factory/perl-Config-Grammar (Old) and /work/SRC/openSUSE:Factory/.perl-Config-Grammar.new (New) Package is "perl-Config-Grammar" Changes: --- /work/SRC/openSUSE:Factory/perl-Config-Grammar/perl-Config-Grammar.changes 2012-01-04 07:26:19.0 +0100 +++ /work/SRC/openSUSE:Factory/.perl-Config-Grammar.new/perl-Config-Grammar.changes 2016-02-17 12:19:29.0 +0100 @@ -1,0 +2,11 @@ +Tue Feb 9 09:36:45 UTC 2016 - co...@suse.com + +- updated to 1.11 + see /usr/share/doc/packages/perl-Config-Grammar/Changes + + 2016-02-08 + + * Released 1.11 + * Allow specification of file encoding (Fritz Zaucker) + +--- Old: Config-Grammar-1.10.tar.gz New: Config-Grammar-1.11.tar.gz cpanspec.yml Other differences: -- ++ perl-Config-Grammar.spec ++ --- /var/tmp/diff_new_pack.tZgYJk/_old 2016-02-17 12:19:29.0 +0100 +++ /var/tmp/diff_new_pack.tZgYJk/_new 2016-02-17 12:19:29.0 +0100 @@ -1,7 +1,7 @@ # # spec file for package perl-Config-Grammar # -# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,29 +17,30 @@ Name: perl-Config-Grammar -Version:1.10 +Version:1.11 Release:0 %define cpan_name Config-Grammar -Summary:A grammar-based, user-friendly config parser +Summary:Grammar-Based, User-Friendly Config Parser License:Artistic-1.0 or GPL-1.0+ Group: Development/Libraries/Perl Url:http://search.cpan.org/dist/Config-Grammar/ -Source: http://www.cpan.org/authors/id/D/DS/DSCHWEI/%{cpan_name}-%{version}.tar.gz +Source0: http://www.cpan.org/authors/id/D/DS/DSCHWEI/%{cpan_name}-%{version}.tar.gz +Source1:cpanspec.yml BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros -#BuildRequires: perl(Config::Grammar) -#BuildRequires: perl(Config::Grammar::Document) -#BuildRequires: perl(Config::Grammar::Dynamic) -#BuildRequires: perl(DebugDump) %{perl_requires} %description -Config::Grammar is a module to parse configuration files. The configuration -may consist of multiple-level sections with assignments and tabular data. -The parsed data will be returned as a hash containing the whole -configuration. Config::Grammar uses a grammar that is supplied upon +Config::Grammar is a module to parse configuration files. The optional +second parameter to the parse() method can be used to specify the file +encoding to use for opening the file (see documentation for Perl's use open +pragma). + +The configuration may consist of multiple-level sections with assignments +and tabular data. The parsed data will be returned as a hash containing the +whole configuration. Config::Grammar uses a grammar that is supplied upon creation of a Config::Grammar object to parse the configuration file and return helpful error messages in case of syntax errors. Using the *makepod* method you can generate documentation of the configuration file format. ++ Config-Grammar-1.10.tar.gz -> Config-Grammar-1.11.tar.gz ++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Config-Grammar-1.10/Changes new/Config-Grammar-1.11/Changes --- old/Config-Grammar-1.10/Changes 2007-09-25 16:59:58.0 +0200 +++ new/Config-Grammar-1.11/Changes 2016-02-08 21:32:38.0 +0100 @@ -1,5 +1,10 @@ Revision history for Perl extension Config::Grammar. +2016-02-08 + + * Released 1.11 + * Allow specification of file encoding (Fritz Zaucker) + 2007-09-25 * Released 1.10 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Config-Grammar-1.10/META.yml new/Config-Grammar-1.11/META.yml --- old/Config-Grammar-1.10/META.yml2007-09-25 17:16:23.0 +0200 +++ new/Config-Grammar-1.11/META.yml2016-02-08 21:33:03.0 +0100 @@ -1,10 +1,21 @@ -# http://module-build.sourceforge.net/META-spec.html -#XXX This is a prototype!!! It will change in the future!!! X# -name: Config-Grammar -version: 1.10 -version_from: lib/Config/Grammar.pm -installdirs: site -requires: - -distribution_type: module -generated_by: ExtUtils::MakeMaker version 6.30_01 +--- #YAML:1.0 +name:
commit perl-DateTime-Format-MySQL for openSUSE:Factory
Hello community, here is the log from the commit of package perl-DateTime-Format-MySQL for openSUSE:Factory checked in at 2016-02-17 10:25:18 Comparing /work/SRC/openSUSE:Factory/perl-DateTime-Format-MySQL (Old) and /work/SRC/openSUSE:Factory/.perl-DateTime-Format-MySQL.new (New) Package is "perl-DateTime-Format-MySQL" Changes: --- /work/SRC/openSUSE:Factory/perl-DateTime-Format-MySQL/perl-DateTime-Format-MySQL.changes 2015-04-22 01:18:01.0 +0200 +++ /work/SRC/openSUSE:Factory/.perl-DateTime-Format-MySQL.new/perl-DateTime-Format-MySQL.changes 2016-02-17 12:19:41.0 +0100 @@ -1,0 +2,10 @@ +Sat Feb 13 09:55:38 UTC 2016 - co...@suse.com + +- updated to 0.06 + see /usr/share/doc/packages/perl-DateTime-Format-MySQL/Changes + + 0.062016-02-12 + + - Fixed typo in regex that strangely works most of the time + +--- Old: DateTime-Format-MySQL-0.05.tar.gz New: DateTime-Format-MySQL-0.06.tar.gz Other differences: -- ++ perl-DateTime-Format-MySQL.spec ++ --- /var/tmp/diff_new_pack.vyPrOH/_old 2016-02-17 12:19:41.0 +0100 +++ /var/tmp/diff_new_pack.vyPrOH/_new 2016-02-17 12:19:41.0 +0100 @@ -1,7 +1,7 @@ # # spec file for package perl-DateTime-Format-MySQL # -# 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: perl-DateTime-Format-MySQL -Version:0.05 +Version:0.06 Release:0 %define cpan_name DateTime-Format-MySQL Summary:Parse and format MySQL dates and times ++ DateTime-Format-MySQL-0.05.tar.gz -> DateTime-Format-MySQL-0.06.tar.gz ++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/DateTime-Format-MySQL-0.05/Build.PL new/DateTime-Format-MySQL-0.06/Build.PL --- old/DateTime-Format-MySQL-0.05/Build.PL 2014-10-27 18:46:55.0 +0100 +++ new/DateTime-Format-MySQL-0.06/Build.PL 2016-02-12 15:41:14.0 +0100 @@ -9,6 +9,6 @@ 'DateTime::Format::Builder' => 0.60, }, build_requires => { 'Module::Build' => 0 }, - sign => 0, + sign => 1, create_makefile_pl => 'passthrough', )->create_build_script; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/DateTime-Format-MySQL-0.05/Changes new/DateTime-Format-MySQL-0.06/Changes --- old/DateTime-Format-MySQL-0.05/Changes 2014-10-27 18:46:55.0 +0100 +++ new/DateTime-Format-MySQL-0.06/Changes 2016-02-12 15:41:14.0 +0100 @@ -1,4 +1,8 @@ +0.062016-02-12 + +- Fixed typo in regex that strangely works most of the time + 0.052014-10-26 - Added parsing of MySQL fractional seconds (microseconds). diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/DateTime-Format-MySQL-0.05/META.json new/DateTime-Format-MySQL-0.06/META.json --- old/DateTime-Format-MySQL-0.05/META.json2014-10-27 18:46:55.0 +0100 +++ new/DateTime-Format-MySQL-0.06/META.json2016-02-12 15:41:14.0 +0100 @@ -34,7 +34,7 @@ "provides" : { "DateTime::Format::MySQL" : { "file" : "lib/DateTime/Format/MySQL.pm", - "version" : "0.05" + "version" : "0.06" } }, "release_status" : "stable", @@ -43,5 +43,5 @@ "http://dev.perl.org/licenses/"; ] }, - "version" : "0.05" + "version" : "0.06" } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/DateTime-Format-MySQL-0.05/META.yml new/DateTime-Format-MySQL-0.06/META.yml --- old/DateTime-Format-MySQL-0.05/META.yml 2014-10-27 18:46:55.0 +0100 +++ new/DateTime-Format-MySQL-0.06/META.yml 2016-02-12 15:41:14.0 +0100 @@ -16,10 +16,10 @@ provides: DateTime::Format::MySQL: file: lib/DateTime/Format/MySQL.pm -version: '0.05' +version: '0.06' requires: DateTime: '0' DateTime::Format::Builder: '0.6' resources: license: http://dev.perl.org/licenses/ -version: '0.05' +version: '0.06' diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/DateTime-Format-MySQL-0.05/lib/DateTime/Format/MySQL.pm new/DateTime-Format-MySQL-0.06/lib/DateTime/Format/MySQL.pm --- old/DateTime-Format-MySQL-0.05/lib/DateTime/Format/MySQL.pm 2014-10-27 18:46:55.0 +0100 +++ new/DateTime-Format-MySQL-0.06/lib/DateTime/Format/My
commit perl-DBIx-Class for openSUSE:Factory
Hello community, here is the log from the commit of package perl-DBIx-Class for openSUSE:Factory checked in at 2016-02-17 10:25:20 Comparing /work/SRC/openSUSE:Factory/perl-DBIx-Class (Old) and /work/SRC/openSUSE:Factory/.perl-DBIx-Class.new (New) Package is "perl-DBIx-Class" Changes: --- /work/SRC/openSUSE:Factory/perl-DBIx-Class/perl-DBIx-Class.changes 2015-10-08 08:25:40.0 +0200 +++ /work/SRC/openSUSE:Factory/.perl-DBIx-Class.new/perl-DBIx-Class.changes 2016-02-17 12:19:34.0 +0100 @@ -1,0 +2,18 @@ +Sat Feb 13 09:51:08 UTC 2016 - co...@suse.com + +- updated to 0.082821 + see /usr/share/doc/packages/perl-DBIx-Class/Changes + + 0.082821 2016-02-11 17:58 (UTC) + * Fixes + - Fix t/52leaks.t failures on compilerless systems (RT#104429) + - Fix t/storage/quote_names.t failures on systems with specified Oracle +test credentials while missing the optional Math::Base36 + - Fix test failures when DBICTEST_SYBASE_DSN is set (unnoticed change +in error message wording during 0.082800 and a bogus test) + - Remove largely obsolete test of SQLite view deployment (RT#111916) + + * Misc + - Work around rare test deadlock under heavy parallelism (RT#108390) + +--- Old: DBIx-Class-0.082820.tar.gz New: DBIx-Class-0.082821.tar.gz Other differences: -- ++ perl-DBIx-Class.spec ++ --- /var/tmp/diff_new_pack.MWsKPz/_old 2016-02-17 12:19:35.0 +0100 +++ /var/tmp/diff_new_pack.MWsKPz/_new 2016-02-17 12:19:35.0 +0100 @@ -1,7 +1,7 @@ # # spec file for package perl-DBIx-Class # -# 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: perl-DBIx-Class -Version:0.082820 +Version:0.082821 Release:0 %define cpan_name DBIx-Class Summary:Extensible and flexible object <-> relational mapper @@ -84,12 +84,12 @@ # MANUAL END %description -This is an SQL to OO mapper with an object API inspired by the Class::DBI -manpage (with a compatibility layer as a springboard for porting) and a -resultset API that allows abstract encapsulation of database operations. It -aims to make representing queries in your code as perl-ish as possible -while still providing access to as many of the capabilities of the database -as possible, including retrieving related records from multiple tables in a +This is an SQL to OO mapper with an object API inspired by Class::DBI (with +a compatibility layer as a springboard for porting) and a resultset API +that allows abstract encapsulation of database operations. It aims to make +representing queries in your code as perl-ish as possible while still +providing access to as many of the capabilities of the database as +possible, including retrieving related records from multiple tables in a single query, 'JOIN', 'LEFT JOIN', 'COUNT', 'DISTINCT', 'GROUP BY', 'ORDER BY' and 'HAVING' support. @@ -100,8 +100,7 @@ handle as requested in order to minimise memory usage. It has auto-increment support for SQLite, MySQL, PostgreSQL, Oracle, SQL Server and DB2 and is known to be used in production on at least the first four, -and is fork- and thread-safe out of the box (although DBI/Threads and -Thread Safety). +and is fork- and thread-safe out of the box (although your DBD may not be). This project is still under rapid development, so large new features may be marked *experimental* - such APIs are still usable but may have edge bugs. @@ -119,7 +118,7 @@ %prep %setup -q -n %{cpan_name}-%{version} -find . -type f -print0 | xargs -0 chmod 644 +find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644 %build %{__perl} Makefile.PL INSTALLDIRS=vendor ++ DBIx-Class-0.082820.tar.gz -> DBIx-Class-0.082821.tar.gz ++ 1626 lines of diff (skipped)
commit perl-File-Path-Tiny for openSUSE:Factory
Hello community, here is the log from the commit of package perl-File-Path-Tiny for openSUSE:Factory checked in at 2016-02-17 10:24:00 Comparing /work/SRC/openSUSE:Factory/perl-File-Path-Tiny (Old) and /work/SRC/openSUSE:Factory/.perl-File-Path-Tiny.new (New) Package is "perl-File-Path-Tiny" Changes: --- /work/SRC/openSUSE:Factory/perl-File-Path-Tiny/perl-File-Path-Tiny.changes 2013-10-06 18:37:51.0 +0200 +++ /work/SRC/openSUSE:Factory/.perl-File-Path-Tiny.new/perl-File-Path-Tiny.changes 2016-02-17 12:19:48.0 +0100 @@ -1,0 +2,11 @@ +Wed Jan 27 09:59:50 UTC 2016 - co...@suse.com + +- updated to 0.8 + see /usr/share/doc/packages/perl-File-Path-Tiny/Changes + + 0.8 2016-01-26 14:44:57 + - rt 88849: allow multiple processes to operate on the same paths (thanks HELENA!) + - Add github to POD + - rt 96842: Fix mk() to work correctly w/ UNC paths on windows (thanks MITHUN!) + +--- Old: File-Path-Tiny-0.7.tar.gz New: File-Path-Tiny-0.8.tar.gz cpanspec.yml Other differences: -- ++ perl-File-Path-Tiny.spec ++ --- /var/tmp/diff_new_pack.vsICdr/_old 2016-02-17 12:19:49.0 +0100 +++ /var/tmp/diff_new_pack.vsICdr/_new 2016-02-17 12:19:49.0 +0100 @@ -1,7 +1,7 @@ # # spec file for package perl-File-Path-Tiny # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,14 +17,15 @@ Name: perl-File-Path-Tiny -Version:0.7 +Version:0.8 Release:0 %define cpan_name File-Path-Tiny -Summary:recursive versions of mkdir() and rmdir() without as much overhead as Fi[cut] +Summary:Recursive Versions of Mkdir() and Rmdir() Without As Much Overhead As Fi[cut] License:Artistic-1.0 or GPL-1.0+ Group: Development/Libraries/Perl Url:http://search.cpan.org/dist/File-Path-Tiny/ -Source: http://www.cpan.org/authors/id/D/DM/DMUEY/%{cpan_name}-%{version}.tar.gz +Source0: http://www.cpan.org/authors/id/D/DM/DMUEY/%{cpan_name}-%{version}.tar.gz +Source1:cpanspec.yml BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl @@ -32,52 +33,50 @@ %{perl_requires} %description -The goal here is simply to provide recursive versions of the mkdir -manpage() and the rmdir manpage() with as little code and overhead as -possible. - -This module is in no way meant to derogate the File::Path manpage and is in -no way an endorsement to go out and replace all use of the File::Path -manpage with the File::Path::Tiny manpage. +The goal here is simply to provide recursive versions of mkdir() and +rmdir() with as little code and overhead as possible. -the File::Path manpage is very good at what it does but there's simply a -lot happening that we can do without much of the time. +This module is in no way meant to derogate File::Path and is in no way an +endorsement to go out and replace all use of File::Path with +File::Path::Tiny. -Here are some things the File::Path manpage has/does that this module -attempts to do without: +File::Path is very good at what it does but there's simply a lot happening +that we can do without much of the time. + +Here are some things File::Path has/does that this module attempts to do +without: * * multiple interfaces - Backwards compatibility brings in a lot of code and logic that we don't - need from here on out. +Backwards compatibility brings in a lot of code and logic that we don't +need from here on out. * * chdir()s - It does a ton of chdir()s which could leave you somewhere you're not - planning on being and requires much more overhead to do. +It does a ton of chdir()s which could leave you somewhere you're not +planning on being and requires much more overhead to do. * * can croak not allowing you to detect and handle failure - Just let me handle errors how I want. Don't make my entire app die or - have to wrap it in an eval +Just let me handle errors how I want. Don't make my entire app die or have +to wrap it in an eval * * A well intentioned output system - Just let me do the output how I want. (Nothing, As HTML, print to a - filehandle, etc...) +Just let me do the output how I want. (Nothing, As HTML, print to a +filehandle, etc...) * * A well intentioned and experimental (IE subject to change) error handling system. - Just keep it simple and detect failure via a boolean check and do what I - wan
commit perl-DBIx-Class-Schema-Loader for openSUSE:Factory
Hello community, here is the log from the commit of package perl-DBIx-Class-Schema-Loader for openSUSE:Factory checked in at 2016-02-17 10:24:01 Comparing /work/SRC/openSUSE:Factory/perl-DBIx-Class-Schema-Loader (Old) and /work/SRC/openSUSE:Factory/.perl-DBIx-Class-Schema-Loader.new (New) Package is "perl-DBIx-Class-Schema-Loader" Changes: --- /work/SRC/openSUSE:Factory/perl-DBIx-Class-Schema-Loader/perl-DBIx-Class-Schema-Loader.changes 2015-05-18 22:29:18.0 +0200 +++ /work/SRC/openSUSE:Factory/.perl-DBIx-Class-Schema-Loader.new/perl-DBIx-Class-Schema-Loader.changes 2016-02-17 12:19:36.0 +0100 @@ -1,0 +2,13 @@ +Wed Jan 27 09:48:50 UTC 2016 - co...@suse.com + +- updated to 0.07045 + see /usr/share/doc/packages/perl-DBIx-Class-Schema-Loader/Changes + + 0.07045 2016-01-22 + - Regenerate tarball without author-mode test dependencies + + 0.07044 2016-01-22 + - Fix Pg date/time types with zero fractional second digits + - Add support for nested hashref form of col_accessor_map + +--- Old: DBIx-Class-Schema-Loader-0.07043.tar.gz New: DBIx-Class-Schema-Loader-0.07045.tar.gz Other differences: -- ++ perl-DBIx-Class-Schema-Loader.spec ++ --- /var/tmp/diff_new_pack.0NWOOx/_old 2016-02-17 12:19:37.0 +0100 +++ /var/tmp/diff_new_pack.0NWOOx/_new 2016-02-17 12:19:37.0 +0100 @@ -1,7 +1,7 @@ # # spec file for package perl-DBIx-Class-Schema-Loader # -# 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: perl-DBIx-Class-Schema-Loader -Version:0.07043 +Version:0.07045 Release:0 %define cpan_name DBIx-Class-Schema-Loader Summary:Create a DBIx::Class::Schema based on a database @@ -35,24 +35,18 @@ BuildRequires: perl(Class::C3::Componentised) >= 1.0008 BuildRequires: perl(Class::Inspector) >= 1.27 BuildRequires: perl(Class::Unload) >= 0.07 -BuildRequires: perl(Config::Any) -BuildRequires: perl(Config::General) BuildRequires: perl(DBD::SQLite) >= 1.29 BuildRequires: perl(DBIx::Class) >= 0.08127 BuildRequires: perl(DBIx::Class::IntrospectableM2M) BuildRequires: perl(Data::Dump) >= 1.06 BuildRequires: perl(Exporter) >= 5.63 -BuildRequires: perl(File::Path) >= 2.07 +BuildRequires: perl(File::Path) >= 2.07 BuildRequires: perl(Hash::Merge) >= 0.12 BuildRequires: perl(Lingua::EN::Inflect::Number) >= 1.1 BuildRequires: perl(Lingua::EN::Inflect::Phrase) >= 0.15 BuildRequires: perl(Lingua::EN::Tagger) >= 0.23 BuildRequires: perl(List::Util) >= 1.33 BuildRequires: perl(MRO::Compat) >= 0.09 -BuildRequires: perl(Moose) >= 1.12 -BuildRequires: perl(MooseX::MarkAsMethods) >= 0.13 -BuildRequires: perl(MooseX::NonMoose) >= 0.25 -BuildRequires: perl(Pod::Simple) >= 3.22 BuildRequires: perl(Scope::Guard) >= 0.20 BuildRequires: perl(String::CamelCase) >= 0.02 BuildRequires: perl(String::ToIdentifier::EN) >= 0.05 @@ -61,10 +55,8 @@ BuildRequires: perl(Test::Differences) >= 0.60 BuildRequires: perl(Test::Exception) >= 0.31 BuildRequires: perl(Test::More) >= 0.94 -BuildRequires: perl(Test::Pod) >= 1.14 BuildRequires: perl(Test::Warn) >= 0.21 BuildRequires: perl(Try::Tiny) -BuildRequires: perl(namespace::autoclean) >= 0.09 BuildRequires: perl(namespace::clean) >= 0.23 Requires: perl(Carp::Clan) Requires: perl(Class::Accessor::Grouped) >= 0.10008 @@ -89,36 +81,34 @@ %{perl_requires} %description -DBIx::Class::Schema::Loader automates the definition of a the -DBIx::Class::Schema manpage by scanning database table definitions and -setting up the columns, primary keys, unique constraints and relationships. +DBIx::Class::Schema::Loader automates the definition of a +DBIx::Class::Schema by scanning database table definitions and setting up +the columns, primary keys, unique constraints and relationships. -See the dbicdump manpage for the 'dbicdump' utility. +See dbicdump for the 'dbicdump' utility. DBIx::Class::Schema::Loader currently supports only the DBI storage type. -It has explicit support for the DBD::Pg manpage, the DBD::mysql manpage, -the DBD::DB2 manpage, the DBD::Firebird manpage, the DBD::InterBase -manpage, the DBD::Informix manpage, the DBD::SQLAnywhere manpage, the -DBD::SQLite manpage, the DBD::Sybase manpage (for Sybase ASE and MSSSQL), -the DBD::ODBC manpage (for MSSQL, MSAccess, Firebird and SQL Anywhere) the -DBD::ADO manpage (for MSSQL and MSAccess)
commit perl for openSUSE:Factory
Hello community, here is the log from the commit of package perl for openSUSE:Factory checked in at 2016-02-17 10:33:32 Comparing /work/SRC/openSUSE:Factory/perl (Old) and /work/SRC/openSUSE:Factory/.perl.new (New) Package is "perl" Changes: --- /work/SRC/openSUSE:Factory/perl/perl.changes2016-01-12 16:10:46.0 +0100 +++ /work/SRC/openSUSE:Factory/.perl.new/perl.changes 2016-02-17 12:18:29.0 +0100 @@ -1,0 +2,16 @@ +Fri Feb 12 13:04:14 UTC 2016 - idon...@suse.com + +- Update to perl-5.22.1 + * Several bugs, including a segmentation fault, have been fixed +with the bounds checking constructs (introduced in Perl 5.22) + * Module::CoreList has been upgraded from version 5.20150520 to +5.20151213. + * PerlIO::scalar has been upgraded from version 0.22 to 0.23. + * POSIX has been upgraded from version 1.53 to 1.53_01. + * Storable has been upgraded from version 2.53 to 2.53_01. + * warnings has been upgraded from version 1.32 to 1.34. + * See perldelta.pod for all the changes. +- Update perl-5.22.0.dif stop patching CPAN.pm, it was MacOS only + and was breaking tests (due to SHA-1 mismatch). + +--- Old: perl-5.22.0.tar.bz2 New: perl-5.22.1.tar.bz2 Other differences: -- ++ perl.spec ++ --- /var/tmp/diff_new_pack.NNs9XF/_old 2016-02-17 12:18:30.0 +0100 +++ /var/tmp/diff_new_pack.NNs9XF/_new 2016-02-17 12:18:30.0 +0100 @@ -21,9 +21,9 @@ Summary:The Perl interpreter License:Artistic-1.0 or GPL-2.0+ Group: Development/Languages/Perl -Version:5.22.0 +Version:5.22.1 Release:0 -%define pversion 5.22.0 +%define pversion 5.22.1 Url:http://www.perl.org/ Source: http://www.cpan.org/src/5.0/perl-%{version}.tar.bz2 Source1:%name-rpmlintrc ++ perl-5.22.0.dif ++ --- /var/tmp/diff_new_pack.NNs9XF/_old 2016-02-17 12:18:30.0 +0100 +++ /var/tmp/diff_new_pack.NNs9XF/_new 2016-02-17 12:18:30.0 +0100 @@ -270,17 +270,6 @@ +# May SuSEconfig modify your perllocal.pod? (yes/no) +# +CREATE_PERLLOCAL_POD="yes" ./cpan/CPAN/lib/CPAN.pm.orig 2015-05-13 22:19:28.0 +0200 -+++ ./cpan/CPAN/lib/CPAN.pm2015-06-10 11:41:25.384999384 +0200 -@@ -65,7 +65,7 @@ sub _uniq; - - no lib "."; - --require Mac::BuildTools if $^O eq 'MacOS'; -+#require Mac::BuildTools if $^O eq 'MacOS'; - if ($ENV{PERL5_CPAN_IS_RUNNING} && $$ != $ENV{PERL5_CPAN_IS_RUNNING}) { - $ENV{PERL5_CPAN_IS_RUNNING_IN_RECURSION} ||= $ENV{PERL5_CPAN_IS_RUNNING}; - my @rec = _uniq split(/,/, $ENV{PERL5_CPAN_IS_RUNNING_IN_RECURSION}), $$; --- ./cpan/Compress-Raw-Zlib/config.in.orig2015-05-13 22:19:28.0 +0200 +++ ./cpan/Compress-Raw-Zlib/config.in 2015-06-10 11:41:25.384999384 +0200 @@ -16,9 +16,9 @@ ++ perl-5.22.0.tar.bz2 -> perl-5.22.1.tar.bz2 ++ /work/SRC/openSUSE:Factory/perl/perl-5.22.0.tar.bz2 /work/SRC/openSUSE:Factory/.perl.new/perl-5.22.1.tar.bz2 differ: char 11, line 1
commit p11-kit for openSUSE:Factory
Hello community, here is the log from the commit of package p11-kit for openSUSE:Factory checked in at 2016-02-17 10:29:28 Comparing /work/SRC/openSUSE:Factory/p11-kit (Old) and /work/SRC/openSUSE:Factory/.p11-kit.new (New) Package is "p11-kit" Changes: --- /work/SRC/openSUSE:Factory/p11-kit/p11-kit.changes 2015-03-23 12:14:15.0 +0100 +++ /work/SRC/openSUSE:Factory/.p11-kit.new/p11-kit.changes 2016-02-17 12:17:13.0 +0100 @@ -1,0 +2,12 @@ +Mon Feb 8 21:25:45 UTC 2016 - mplus...@suse.com + +- Update to 0.23.2 + * Fix forking issues with libffi + * Fix various crashes in corner cases + * Updated translations + * Build fixes +- Make building more verbose +- Enable tests +- Small spec file cleanup with spec-cleaner + +--- Old: p11-kit-0.23.1.tar.gz p11-kit-0.23.1.tar.gz.sig New: p11-kit-0.23.2.tar.gz p11-kit-0.23.2.tar.gz.sig Other differences: -- ++ p11-kit.spec ++ --- /var/tmp/diff_new_pack.Hk2VzG/_old 2016-02-17 12:17:14.0 +0100 +++ /var/tmp/diff_new_pack.Hk2VzG/_new 2016-02-17 12:17:14.0 +0100 @@ -1,7 +1,7 @@ # # spec file for package p11-kit # -# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -22,7 +22,7 @@ %define trustdir_static %{pkidir_static}/trust Name: p11-kit -Version:0.23.1 +Version:0.23.2 Release:0 Summary:Library to work with PKCS#11 modules License:BSD-3-Clause @@ -87,11 +87,11 @@ to be installed intead of mozilla-nss-certs. %prep -%autosetup -p1 +%setup -q %build %configure --with-trust-paths=%{trustdir_cfg}:%{trustdir_static} -make %{?_smp_mflags} +make %{?_smp_mflags} V=1 %install %make_install @@ -105,11 +105,11 @@ # with future versions of the library on file level. As replacement, we package # the file as documentation file. rm %{buildroot}%{_sysconfdir}/pkcs11/pkcs11.conf.example -find %{buildroot}%{_libdir} -name '*.la' -type f -delete -print +find %{buildroot} -type f -name "*.la" -delete -print # -install -d -m 755 %{buildroot}/etc/rpm/ -cat <<'FIN' >%{buildroot}/etc/rpm/macros.%{name} -# Macros from %{name} package +install -d -m 755 %{buildroot}%{_sysconfdir}/rpm/ +cat <<'FIN' >%{buildroot}%{_sysconfdir}/rpm/macros.%{name} +# Macros from p11-kit package %%pkidir_cfg %{pkidir_cfg} %%pkidir_static %{pkidir_static} %%trustdir_cfg %{trustdir_cfg} @@ -124,6 +124,9 @@ ln -s ../../sbin/update-ca-certificates %{buildroot}%{_libdir}/%{name}/p11-kit-extract-trust export NO_BRP_STALE_LINK_ERROR=yes # *grr* +%check +make %{?_smp_mflags} check + %post -n libp11-kit0 -p /sbin/ldconfig %postun -n libp11-kit0 -p /sbin/ldconfig @@ -165,7 +168,7 @@ %files devel %defattr(-,root,root) -%config /etc/rpm/macros.%{name} +%config %{_sysconfdir}/rpm/macros.%{name} %{_includedir}/p11-kit-1/ %{_libdir}/libp11-kit.so %{_libdir}/pkgconfig/p11-kit-1.pc ++ p11-kit-0.23.1.tar.gz -> p11-kit-0.23.2.tar.gz ++ 10514 lines of diff (skipped)
commit nss_wrapper for openSUSE:Factory
Hello community, here is the log from the commit of package nss_wrapper for openSUSE:Factory checked in at 2016-02-17 10:31:55 Comparing /work/SRC/openSUSE:Factory/nss_wrapper (Old) and /work/SRC/openSUSE:Factory/.nss_wrapper.new (New) Package is "nss_wrapper" Changes: --- /work/SRC/openSUSE:Factory/nss_wrapper/nss_wrapper.changes 2016-01-26 10:15:21.0 +0100 +++ /work/SRC/openSUSE:Factory/.nss_wrapper.new/nss_wrapper.changes 2016-02-17 12:16:55.0 +0100 @@ -1,0 +2,6 @@ +Sun Feb 14 10:51:29 UTC 2016 - jeng...@inai.de + +- Editorial fixes to the description +- Use %_smp_mflags for parallel build instead + +--- Other differences: -- ++ nss_wrapper.spec ++ --- /var/tmp/diff_new_pack.hD7h9i/_old 2016-02-17 12:16:56.0 +0100 +++ /var/tmp/diff_new_pack.hD7h9i/_new 2016-02-17 12:16:56.0 +0100 @@ -43,26 +43,26 @@ Requires: pkg-config %description -There are projects which provide daemons needing to be able to create, modify -and delete Unix users. Or just switch user ids to interact with the system e.g. -a user space file server. To be able to test that you need the privilege to -modify the passwd and groups file. With nss_wrapper it is possible to define -your own passwd and groups file which will be used by software to act correctly +There are projects which provide daemons that need to be able to create, modify +and delete Unix users, or just switch user IDs to interact with the system, e.g. +a user space file server. To be able to test that, you need the privilege to +modify the passwd and groups files. With nss_wrapper, it is possible to define +your own passwd and groups files which will be used by software to act correctly while under test. -If you have a client and server under test they normally use functions to -resolve network names to addresses (dns) or vice versa. The nss_wrappers allow +If you have a client and server under test, they normally use functions to +resolve network names to addresses (DNS) or vice versa. The nss_wrappers allow you to create a hosts file to setup name resolution for the addresses you use with socket_wrapper. -To use it set the following environment variables: +To use it, set the following environment variables: LD_PRELOAD=libuid_wrapper.so NSS_WRAPPER_PASSWD=/path/to/passwd NSS_WRAPPER_GROUP=/path/to/group NSS_WRAPPER_HOSTS=/path/to/host -This package doesn't have a devel package cause this project is for +This package does not have a devel package, because this project is for development/testing. %prep @@ -72,7 +72,7 @@ %cmake \ -DUNIT_TESTING=ON -make %{?jobs:-j%jobs} VERBOSE=1 +make %{?_smp_mflags} VERBOSE=1 %install %cmake_install
commit nodejs-packaging for openSUSE:Factory
Hello community, here is the log from the commit of package nodejs-packaging for openSUSE:Factory checked in at 2016-02-17 10:25:08 Comparing /work/SRC/openSUSE:Factory/nodejs-packaging (Old) and /work/SRC/openSUSE:Factory/.nodejs-packaging.new (New) Package is "nodejs-packaging" Changes: --- /work/SRC/openSUSE:Factory/nodejs-packaging/nodejs-packaging.changes 2015-12-01 09:19:06.0 +0100 +++ /work/SRC/openSUSE:Factory/.nodejs-packaging.new/nodejs-packaging.changes 2016-02-17 12:16:53.0 +0100 @@ -1,0 +2,82 @@ +Fri Feb 12 18:09:22 UTC 2016 - i...@marguerite.su + +- update version v10.beta5 + * rename nova to npkg, avoid conflict with openstack nova + * style check w/ rubocop + * initial SLE_11 support + * rewrite vcmp to support beta versions + * use vcmp and bundle sort for history.rb + +--- +Wed Feb 10 19:37:58 UTC 2016 - i...@marguerite.su + +- update version v10.beta4 + + optimization: +* nova: delta download for .tgz files +* dependencies.rb: delete tmp files at the last step for reuse +* tweak the format of download .lst + + bugfix: +* don't add standard FHS directories into files.lst +* should find the maximum node version, not the minimum +* don't skip the loop if version is different with existing one +* use vcmp in nodejs.rb +* history.rb: the result for 'all' function is not natively sorted + + feature: +* support using bundle packages as dependencies + +--- +Thu Feb 4 07:15:32 UTC 2016 - i...@marguerite.su + +- update version v10.beta3 + * fix history.rb. take beta versions into consideration + * use VCMP on history.rb; workaround for weird '1.0.2-1.2.3' version + * fix github#4. the nopt issue is not isolated, use an universal solution + * fix dependencies.rb: child can't have parent as dependency + * dependencies.rb: don't loop the parent in child again and don't +overwrite the module that already has dependencies + * workaround for wrong '>= 4.0.0 < 5.0.0' range + * add nodejs-symlink-deps macro back + * add node-mgmt-batch-delete.rb and node-mgmt-json2pkgtxt.rb +for users to migrate from old way to new packaging method + +--- +Tue Feb 2 14:37:05 UTC 2016 - i...@marguerite.su + +- update version v10.beta2 + * parent.rb: reimplemented json parent finding logic, works +for complicated cases. tested on: gulp, read-pkg-up, read-pkg, +which have multiple pinkie-promise on different tree branches. + * re-add %nodejs_fixdep macro: allow you to tweak module +dependencies for modules in buildroot (please not run it +at %prep any more! run at %install) + * add specfile template for nodejs-packaging in tool directory + * ensure File.open in UTF-8 mode, thanks to @illuusio + * several rounds of bugfixes + +--- +Sat Jan 30 16:36:35 UTC 2016 - i...@marguerite.su + +- update version v10.beta + * add nova tool and macros for automatic package processing + +--- +Tue Jan 26 13:08:34 UTC 2016 - i...@marguerite.su + +- update version 9 + * first public release + * add nodejs(engine) Requires + * provides the internal modules as own(xxx) + +--- +Sat Jan 23 03:50:33 UTC 2016 - i...@marguerite.su + +- update version 8 + * rewrite w/ ruby + * support escaping the local modules in node_modules +when finding Provides/Requires +- source changed to my reimplementation using ruby + * https://github.com/marguerite/nodejs-packaging +- dropped: nodejs-packaging-compat-opensuse.patch +- dropped: nodejs-packaging-compat-opensuse-pre1320.patch + +--- Old: nodejs-packaging-compat-opensuse-pre1320.patch nodejs-packaging-compat-opensuse.patch nodejs-packaging-fedora-7.tar.xz New: nodejs-packaging-10.beta5.tar.gz Other differences: -- ++ nodejs-packaging.spec ++ --- /var/tmp/diff_new_pack.j2MsBO/_old 2016-02-17 12:16:54.0 +0100 +++ /var/tmp/diff_new_pack.j2MsBO/_new 2016-02-17 12:16:54.0 +0100 @@ -1,7 +1,7 @@ # # spec file for package nodejs-packaging # -# 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 @@ -16,69 +16,72 @@ # +%define _rpmconfigdi
commit nitroshare for openSUSE:Factory
Hello community, here is the log from the commit of package nitroshare for openSUSE:Factory checked in at 2016-02-17 10:24:37 Comparing /work/SRC/openSUSE:Factory/nitroshare (Old) and /work/SRC/openSUSE:Factory/.nitroshare.new (New) Package is "nitroshare" Changes: --- /work/SRC/openSUSE:Factory/nitroshare/nitroshare.changes2015-03-30 19:33:21.0 +0200 +++ /work/SRC/openSUSE:Factory/.nitroshare.new/nitroshare.changes 2016-02-17 12:16:51.0 +0100 @@ -1,0 +2,13 @@ +Wed Feb 3 12:12:36 UTC 2016 - sor.ale...@meowr.ru + +- Update to 0.3.1: + * Switch the build system to CMake. + * Remove colour from the logo. + * Better platform integration. + * Options for: ++ preventing NitroShare from receiving files; ++ choosing whether files are overwritten when received; + * Add warning for GNOME users that an extension is required. +- Use the signed tarball. + +--- Old: nitroshare-0.3.0.tar.gz New: nitroshare-0.3.1.tar.gz nitroshare-0.3.1.tar.gz.asc nitroshare.keyring Other differences: -- ++ nitroshare.spec ++ --- /var/tmp/diff_new_pack.WIigvf/_old 2016-02-17 12:16:52.0 +0100 +++ /var/tmp/diff_new_pack.WIigvf/_new 2016-02-17 12:16:52.0 +0100 @@ -1,7 +1,7 @@ # # spec file for package nitroshare # -# 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 @@ -16,25 +16,29 @@ # +%define _version 0.3 Name: nitroshare -Version:0.3.0 +Version:0.3.1 Release:0 Summary:Network file transfer application License:MIT Group: Productivity/Networking/File-Sharing -Url:http://nitroshare.net/ -Source: https://github.com/%{name}/%{name}-desktop/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz +Url:https://nitroshare.net/ +Source: https://launchpad.net/%{name}/%{_version}/%{version}/+download/%{name}-%{version}.tar.gz +Source1: https://launchpad.net/%{name}/%{_version}/%{version}/+download/%{name}-%{version}.tar.gz.asc +Source2:%{name}.keyring +BuildRequires: cmake BuildRequires: gcc-c++ BuildRequires: hicolor-icon-theme BuildRequires: pkg-config +BuildRequires: update-desktop-files +BuildRequires: pkgconfig(Qt5Gui) >= 5.1 BuildRequires: pkgconfig(Qt5Network) >= 5.1 BuildRequires: pkgconfig(Qt5Svg) >= 5.1 -BuildRequires: pkgconfig(Qt5Gui) >= 5.1 BuildRequires: pkgconfig(Qt5Widgets) >= 5.1 BuildRequires: pkgconfig(appindicator-0.1) BuildRequires: pkgconfig(gtk+-2.0) BuildRequires: pkgconfig(libnotify) -BuildRequires: update-desktop-files %description A cross-platform network file transfer application designed to make @@ -46,15 +50,14 @@ * Transfer entire directories. %prep -%setup -q -n %{name}-desktop-%{version} +%setup -q %build -%qmake5 PREFIX=%{_prefix} +%cmake make %{?_smp_mflags} %install -%qmake5_install -install -Dm 0644 debian/%{name}.1 %{buildroot}%{_mandir}/man1/%{name}.1 +%cmake_install %suse_update_desktop_file -r %{name} Network FileTransfer %post @@ -70,6 +73,9 @@ %doc LICENSE.txt README.md %{_bindir}/%{name} %{_datadir}/applications/%{name}.desktop +%dir %{_datadir}/icons/breeze*/ +%dir %{_datadir}/icons/breeze*/apps/ +%dir %{_datadir}/icons/breeze*/apps/*/ %dir %{_datadir}/icons/gnome/ %dir %{_datadir}/icons/gnome/*/ %dir %{_datadir}/icons/gnome/*/apps/ ++ nitroshare-0.3.0.tar.gz -> nitroshare-0.3.1.tar.gz ++ 3703 lines of diff (skipped) ++ nitroshare.keyring ++ pub rsa4096/B4A53FD1 2014-12-22 Key fingerprint = 067D 9B60 E117 F795 983D 9BED 743C 5E1A B4A5 3FD1 uid [ unknown] Nathan Osman uid [ unknown] keybase.io/nathanosman sub rsa2048/3DA204E7 2014-12-22 [expires: 2022-12-20] sub rsa2048/4AD4CF87 2014-12-22 [expires: 2022-12-20] -BEGIN PGP PUBLIC KEY BLOCK- Version: GnuPG v2 mQINBFSYkhABEADGAUlyWx4VOVK4Zcrggb9LGM8OaW0D6wzK+6OFfNgT+OA5pGyd 1H8E1UkaDsFnKkRJL+lfmIrbMdzyUylG2Tw8GNEYs6zhY6pTRpmuThl31IxZkkXp 7OfWxyFD1QJTNJ+PMHyLyPMlnb6eRR4Jk4Vr+o6kcJxs5kePKRRCneV728fPentl jibOWBhg28fSlo6MZr8bADWSFAPWne8DUEPHbleChFdtIdmlTRHcpVQnJtiCdFFW fSrme5hp5XTfex3oPY6a26Pue74oKq18RxIdtf5L2Gzsje4tNAgo+su7gF42G2NY XLjuNWZBNkpnyzerYZcU+tHhxsxwyeIzjiTN5e6hSRoXkietXtuTRlpBstADr2VR eRdj8l914RzdXYnTh/pmoMyBT4wSuRkVd5IBUkxu8xWalEhki9uLFM0FGoBuwKhM uf4+ytcR9Tjt+5MzI6wfrakU+wj7/07o+xBvY+Ez1PIlvT79OjVJ7vcvCp0Ebb0I QUyTtTZhMFAS4fnB0S5l5Eoy9TNlj3zjh3VaWEHLlwVLqPRsTZ417Hhr1CXQ+jdQ orkvf+th
commit ocl-icd for openSUSE:Factory
Hello community, here is the log from the commit of package ocl-icd for openSUSE:Factory checked in at 2016-02-17 10:26:08 Comparing /work/SRC/openSUSE:Factory/ocl-icd (Old) and /work/SRC/openSUSE:Factory/.ocl-icd.new (New) Package is "ocl-icd" Changes: --- /work/SRC/openSUSE:Factory/ocl-icd/ocl-icd.changes 2016-01-28 17:25:09.0 +0100 +++ /work/SRC/openSUSE:Factory/.ocl-icd.new/ocl-icd.changes 2016-02-17 12:16:59.0 +0100 @@ -1,0 +2,5 @@ +Mon Feb 15 10:01:42 UTC 2016 - mar...@gmx.de + +- Fix BuildRequires: ocl_icd.h includes CL/cl_egl.h + +--- Other differences: -- ++ ocl-icd.spec ++ --- /var/tmp/diff_new_pack.Hyolgb/_old 2016-02-17 12:17:00.0 +0100 +++ /var/tmp/diff_new_pack.Hyolgb/_new 2016-02-17 12:17:00.0 +0100 @@ -56,6 +56,7 @@ Summary:Development files of ocl-icd Group: Development/Libraries/C and C++ Requires: libOpenCL1 = %{version} +Requires: pkgconfig(egl) %descriptiondevel This package provides the files needed to build OpenCL client drivers that
commit myspell-dictionaries for openSUSE:Factory
Hello community, here is the log from the commit of package myspell-dictionaries for openSUSE:Factory checked in at 2016-02-17 10:29:38 Comparing /work/SRC/openSUSE:Factory/myspell-dictionaries (Old) and /work/SRC/openSUSE:Factory/.myspell-dictionaries.new (New) Package is "myspell-dictionaries" Changes: --- /work/SRC/openSUSE:Factory/myspell-dictionaries/myspell-dictionaries.changes 2015-12-27 01:58:42.0 +0100 +++ /work/SRC/openSUSE:Factory/.myspell-dictionaries.new/myspell-dictionaries.changes 2016-02-17 12:15:52.0 +0100 @@ -1,0 +2,10 @@ +Wed Feb 3 10:33:34 UTC 2016 - tchva...@suse.com + +- git state 20160203 to incorporate the previous change + +--- +Wed Feb 3 10:21:41 UTC 2016 - tchva...@suse.com + +- Fix description of the package bnc#718113 + +--- Other differences: -- ++ myspell-dictionaries.spec ++ 7791 lines (skipped) between /work/SRC/openSUSE:Factory/myspell-dictionaries/myspell-dictionaries.spec and /work/SRC/openSUSE:Factory/.myspell-dictionaries.new/myspell-dictionaries.spec ++ dictionaries.tar.xz ++ /work/SRC/openSUSE:Factory/myspell-dictionaries/dictionaries.tar.xz /work/SRC/openSUSE:Factory/.myspell-dictionaries.new/dictionaries.tar.xz differ: char 25, line 1 ++ myspell-dictionaries.spec.in ++ --- /var/tmp/diff_new_pack.Dsc1P1/_old 2016-02-17 12:15:54.0 +0100 +++ /var/tmp/diff_new_pack.Dsc1P1/_new 2016-02-17 12:15:54.0 +0100 @@ -108,7 +108,7 @@ %description This source package contains dictionaries for MySpell. -The MySpell spell-checker is used by the OpenOffice.org office suite, +The MySpell spell-checker is used by the Libreoffice office suite, the Mozilla Composer, and the Mozilla Mail message composition window. @METADATA@
commit motif for openSUSE:Factory
Hello community, here is the log from the commit of package motif for openSUSE:Factory checked in at 2016-02-17 10:26:39 Comparing /work/SRC/openSUSE:Factory/motif (Old) and /work/SRC/openSUSE:Factory/.motif.new (New) Package is "motif" Changes: --- /work/SRC/openSUSE:Factory/motif/motif.changes 2015-04-02 16:03:16.0 +0200 +++ /work/SRC/openSUSE:Factory/.motif.new/motif.changes 2016-02-17 12:15:46.0 +0100 @@ -1,0 +2,6 @@ +Tue Feb 16 11:09:04 UTC 2016 - sch...@suse.de + +- motif-2.3.4-implicit-fortify-decl.patch: fix bad use of reserved + identifier + +--- Other differences: -- ++ motif.spec ++ --- /var/tmp/diff_new_pack.Tsxpci/_old 2016-02-17 12:15:47.0 +0100 +++ /var/tmp/diff_new_pack.Tsxpci/_new 2016-02-17 12:15:47.0 +0100 @@ -1,7 +1,7 @@ # # spec file for package motif # -# 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 ++ motif-2.3.4-implicit-fortify-decl.patch ++ --- /var/tmp/diff_new_pack.Tsxpci/_old 2016-02-17 12:15:47.0 +0100 +++ /var/tmp/diff_new_pack.Tsxpci/_new 2016-02-17 12:15:47.0 +0100 @@ -5,7 +5,7 @@ ** **/ -+#define __USE_GNU ++#define _GNU_SOURCE 1 #include #include #include
commit mcabber for openSUSE:Factory
Hello community, here is the log from the commit of package mcabber for openSUSE:Factory checked in at 2016-02-17 10:24:41 Comparing /work/SRC/openSUSE:Factory/mcabber (Old) and /work/SRC/openSUSE:Factory/.mcabber.new (New) Package is "mcabber" Changes: --- /work/SRC/openSUSE:Factory/mcabber/mcabber.changes 2015-08-25 08:52:19.0 +0200 +++ /work/SRC/openSUSE:Factory/.mcabber.new/mcabber.changes 2016-02-17 12:15:32.0 +0100 @@ -1,0 +2,25 @@ +Thu Feb 11 16:26:54 UTC 2016 - sor.ale...@meowr.ru + +- Update to 1.0.1: + * [PGP] Improve PGP-encryption support. + * [PGP] Improve support for GnuPG v2+. + * [PGP] Encrypt messages with our own PGP key and decrypt our own +encrypted messages when Carbons are enabled. + * [PGP] New PGP options: 'gpg_path' and 'gpg_home'. + * [PGP] Check all signatures and stop immediately if one could be +verified. + * Improve Carbons support. + * New option: 'clear_unread_on_carbon'. + * Improve SSL fingerprint management; +Display the server SSL fingerprint when we connect. + * Use XDG configuration directory if it contains a configuration +file. + * Fix a few memory leaks. + * Fix external password support (especially on OS X). + * Fix resizing when mcabber is built with --enable-sigwinch. + * Fix reading of history log files w/o LF character. + * Minor documentation updates. + * Other misc. bugfixes and cleanups. +- Use tarball signing. + +--- Old: mcabber-1.0.0.tar.bz2 New: mcabber-1.0.1.tar.bz2 mcabber-1.0.1.tar.bz2.asc mcabber.keyring Other differences: -- ++ mcabber.spec ++ --- /var/tmp/diff_new_pack.AIgaQz/_old 2016-02-17 12:15:33.0 +0100 +++ /var/tmp/diff_new_pack.AIgaQz/_new 2016-02-17 12:15:33.0 +0100 @@ -1,7 +1,7 @@ # # spec file for package mcabber # -# 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,13 +17,15 @@ Name: mcabber -Version:1.0.0 +Version:1.0.1 Release:0 Summary:Modular XMPP client on ncurses License:GPL-2.0+ Group: Productivity/Networking/Instant Messenger Url:http://mcabber.com/ Source: http://mcabber.com/files/%{name}-%{version}.tar.bz2 +Source1:http://mcabber.com/files/%{name}-%{version}.tar.bz2.asc +Source2:%{name}.keyring # PATCH-FEATURE-OPENSUSE up_one_line_message_length.patch Patch0: up_one_line_message_length.patch BuildRequires: aspell-devel ++ mcabber-1.0.0.tar.bz2 -> mcabber-1.0.1.tar.bz2 ++ 2670 lines of diff (skipped) ++ mcabber.keyring ++ pub dsa1024/ACB7FC95 2008-09-21 [expires: 2016-09-20] Key fingerprint = EACA DFF1 5684 9BC8 9653 139E 3C29 00DE ACB7 FC95 uid [ unknown] Mikael BERTHE (MiKael) uid [ unknown] Mikael BERTHE uid [ unknown] Mikael BERTHE (MiKael) sub elg2048/984DBE33 2008-09-21 [expires: 2016-09-20] -BEGIN PGP PUBLIC KEY BLOCK- Version: GnuPG v2 mQGiBEjWsp4RBAC1T6Fdv7dw18xl4HCFLN51dExI1Fla5pYmRRlNGp8vgOgvY2Am OoAkDheMji4kocD6xKux/5sqY3qsueV+GjllSwtc1jlSV8yLbCOTtRtNKD183WPE o1x5ZQi5tLrJAA4NcnRRm+afO33xsB3DkFcNmbtVMk085oCuJoGMXggjOwCg0+I3 5yVmpJOfpkgSIUYjZmiWw1UD/jPxRVTUgf/rRzyjk3XOk8tfUvcz703kjWlEjr8p Nnr5DYn3kxF9mTWxLiZAsgPsoJK3GlCEaFRtYCGP7LupAxi8KpF3jj1mlmP4AlPR Cpw9v3ZeMTRGfhTM9tjtXA+jj1vqqYm1q1KbfTysC4YKYiTjpfU2JmCmDKrKDrTb mTqAA/9Vt5/3EKORC7vo40ivKp2zFp8NWOILner0NfuPLi9fKdFsYLd3e2LP90Vo frvgz+vn96sm64hPwhagjlNiFpyO5fCvaPH+DmSE4Xbv8GDb5N9B0O8Pgf7JqM0K v2ksep+rje/kJXWxymPDcjTf+9vMyZsxzc7eTduQ+wUBJ0sCm7QlTWlrYWVsIEJF UlRIRSA8bWlrYWVsLmJlcnRoZUBmcmVlLmZyPohGBBARAgAGBQJLo2dOAAoJEPHj B/j60bW6MHIAnjLiV5Y/qrmZs6h2GjqY+ZHCNsg/AKCu35m7+NQngHJ0QoZOOK55 tMRKPIhJBDARAgAJBQJMovWdAh0AAAoJEPHjB/j60bW6ZsQAnjX7OLCrJ35X59CJ c0r8A4AIrTonAJ92JiY4Q8Wa7jUFhRXAKmNxTqjbWYhmBBMRAgAmAhsDBgsJCAcD AgQVAggDBBYCAwECHgECF4AFAlBcnT4FCQ8KuIYACgkQPCkA3qy3/JUo0wCfancy 0kOHufL3lwOklJuZDHMI7HAAoLCYfLE31M4bp79XM0in31rfFXGBiGYEExECACYF AkjWsz4CGwMFCQeEzgAGCwkIBwMCBBUCCAMEFgIDAQIeAQIXgAAKCRA8KQDerLf8 lYTiAJ4+CIBJ3vrX5j0HuogfYV8Sc/J/oACgk7X1hutnrgdV0D5lwrikYt94srm0 K01pa2FlbCBCRVJUSEUgKE1pS2FlbCkgPG1pa2FlbEBsaWxvdHV4Lm5ldD6IRgQQ EQIABgUCS6NnTgAKCRDx4wf4+tG1usquAJwMEDvW9M77/at1THBcy68BQP5KIQCg vQzV3WsAln9N5f67GlPB82utjViISQQwEQIACQUCTKL1pAIdAAAKCRDx4wf4+tG1 ugNRAJ9iTVXQ0R3NJawRkrlYzLWFevmCYQCgtcWbXSyU2GXKfiJO1MPdkG45OOaI ZgQTEQIAJgIbAwYLCQgHAwIEFQIIAwQWAgMBAh4BAheABQJQXJ0+BQkPCriGAAoJ EDwpAN6st/yVmFoAoI0bLP9mp/1StdYjFpwFg
commit mipv6d for openSUSE:Factory
Hello community, here is the log from the commit of package mipv6d for openSUSE:Factory checked in at 2016-02-17 10:24:48 Comparing /work/SRC/openSUSE:Factory/mipv6d (Old) and /work/SRC/openSUSE:Factory/.mipv6d.new (New) Package is "mipv6d" Changes: --- /work/SRC/openSUSE:Factory/mipv6d/mipv6d.changes2014-08-27 07:47:19.0 +0200 +++ /work/SRC/openSUSE:Factory/.mipv6d.new/mipv6d.changes 2016-02-17 12:15:41.0 +0100 @@ -1,0 +2,6 @@ +Thu Feb 11 07:38:05 UTC 2016 - meiss...@suse.com + +- Use the builtin libnetlink, as the upstream is no longer compatible + to the one mipv6d was developed against. + +--- Other differences: -- ++ mipv6d.spec ++ --- /var/tmp/diff_new_pack.Cr6Csm/_old 2016-02-17 12:15:41.0 +0100 +++ /var/tmp/diff_new_pack.Cr6Csm/_new 2016-02-17 12:15:41.0 +0100 @@ -1,7 +1,7 @@ # # spec file for package mipv6d # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -30,7 +30,7 @@ BuildRequires: bison BuildRequires: flex BuildRequires: indent -BuildRequires: libnetlink-devel +#BuildRequires: libnetlink-devel BuildRequires: openssl-devel BuildRoot: %{_tmppath}/%{name}-%{version}-build
commit metacity for openSUSE:Factory
Hello community, here is the log from the commit of package metacity for openSUSE:Factory checked in at 2016-02-17 10:26:50 Comparing /work/SRC/openSUSE:Factory/metacity (Old) and /work/SRC/openSUSE:Factory/.metacity.new (New) Package is "metacity" Changes: --- /work/SRC/openSUSE:Factory/metacity/metacity.changes2015-10-26 12:48:30.0 +0100 +++ /work/SRC/openSUSE:Factory/.metacity.new/metacity.changes 2016-02-17 12:15:37.0 +0100 @@ -1,0 +2,7 @@ +Tue Feb 16 18:54:23 UTC 2016 - dims...@opensuse.org + +- Update to version 3.18.2: + + Fix a segfault in metacity-theme-viewer. + + Updated translations. + +--- Old: metacity-3.18.1.tar.xz New: metacity-3.18.2.tar.xz Other differences: -- ++ metacity.spec ++ --- /var/tmp/diff_new_pack.oEx4PY/_old 2016-02-17 12:15:38.0 +0100 +++ /var/tmp/diff_new_pack.oEx4PY/_new 2016-02-17 12:15:38.0 +0100 @@ -1,7 +1,7 @@ # # spec file for package metacity # -# 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: metacity -Version:3.18.1 +Version:3.18.2 Release:0 Summary:A Window Manager for the GNOME Desktop License:GPL-2.0+ ++ metacity-3.18.1.tar.xz -> metacity-3.18.2.tar.xz ++ 25645 lines of diff (skipped)
commit linuxconsoletools for openSUSE:Factory
Hello community, here is the log from the commit of package linuxconsoletools for openSUSE:Factory checked in at 2016-02-17 10:33:07 Comparing /work/SRC/openSUSE:Factory/linuxconsoletools (Old) and /work/SRC/openSUSE:Factory/.linuxconsoletools.new (New) Package is "linuxconsoletools" Changes: --- /work/SRC/openSUSE:Factory/linuxconsoletools/linuxconsoletools.changes 2015-02-22 17:21:15.0 +0100 +++ /work/SRC/openSUSE:Factory/.linuxconsoletools.new/linuxconsoletools.changes 2016-02-17 12:15:14.0 +0100 @@ -1,0 +2,11 @@ +Thu Feb 11 19:18:59 UTC 2016 - mplus...@suse.com + +- Update to 1.4.9 + * inputattach supports a new mouseman4 mode for 4-button Logitech +mice + * inputattach supports EETI eGalaxTouch touchscreens + * inputattach can provide a "ready" notification to systemd + * js-set-enum-leds no longer uses hotplug.functions. +- Spec file cleanups and dependency updates + +--- Old: linuxconsoletools-1.4.8.tar.bz2 New: linuxconsoletools-1.4.9.tar.bz2 Other differences: -- ++ linuxconsoletools.spec ++ --- /var/tmp/diff_new_pack.CH0LJq/_old 2016-02-17 12:15:15.0 +0100 +++ /var/tmp/diff_new_pack.CH0LJq/_new 2016-02-17 12:15:15.0 +0100 @@ -1,7 +1,7 @@ # # spec file for package linuxconsoletools # -# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: linuxconsoletools -Version:1.4.8 +Version:1.4.9 Release:0 Summary:A set of utilities for joysticks License:GPL-2.0+ @@ -26,8 +26,9 @@ Source0: http://sourceforge.net/projects/linuxconsole/files/%{name}-%{version}.tar.bz2 BuildRequires: libSDL-devel BuildRequires: linux-kernel-headers +BuildRequires: pkg-config +BuildRequires: systemd-devel BuildRequires: udev - # moved in 13.2 Provides: input-utils = 2007.06.22 Obsoletes: input-utils <= 2007.06.22 @@ -46,15 +47,14 @@ settings as configured using jscal * jstest - test joystick devices - %prep %setup -q %build -make %{?_smp_mflags} CFLAGS="%{optflags}" +make %{?_smp_mflags} CFLAGS="%{optflags}" SYSTEMD_SUPPORT=1 %install -%make_install PREFIX=%{_prefix} +make %{?_smp_mflags} DESTDIR=%{buildroot} PREFIX=%{_prefix} install chmod 644 %{buildroot}%{_mandir}/man1/* # Fix udev dir mkdir -p %{buildroot}%{_libexecdir}/udev @@ -63,9 +63,25 @@ %files %defattr(-,root,root) %doc COPYING NEWS README -%{_bindir}/* +%{_bindir}/ffcfstress +%{_bindir}/ffmvforce +%{_bindir}/ffset +%{_bindir}/fftest +%{_bindir}/inputattach +%{_bindir}/jscal +%{_bindir}/jscal-restore +%{_bindir}/jscal-store +%{_bindir}/jstest +%{_mandir}/man1/ffcfstress.1%{ext_man} +%{_mandir}/man1/ffmvforce.1%{ext_man} +%{_mandir}/man1/ffset.1%{ext_man} +%{_mandir}/man1/fftest.1%{ext_man} +%{_mandir}/man1/inputattach.1%{ext_man} +%{_mandir}/man1/jscal-restore.1%{ext_man} +%{_mandir}/man1/jscal-store.1%{ext_man} +%{_mandir}/man1/jscal.1%{ext_man} +%{_mandir}/man1/jstest.1%{ext_man} %{_datadir}/joystick/ -%{_mandir}/man1/* %{_libexecdir}/udev/js-set-enum-leds %changelog ++ linuxconsoletools-1.4.8.tar.bz2 -> linuxconsoletools-1.4.9.tar.bz2 ++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/linuxconsoletools-1.4.8/Makefile new/linuxconsoletools-1.4.9/Makefile --- old/linuxconsoletools-1.4.8/Makefile2015-01-18 15:20:37.0 +0100 +++ new/linuxconsoletools-1.4.9/Makefile2016-01-09 16:31:52.0 +0100 @@ -2,7 +2,7 @@ # # Makefile for Linux input utilities # -# © 2011-2015 Stephen Kitt +# © 2011-2016 Stephen Kitt # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -19,7 +19,7 @@ # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA # 02110-1301 USA. -VERSION := 1.4.8 +VERSION := 1.4.9 PACKAGE := linuxconsoletools-$(VERSION) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/linuxconsoletools-1.4.8/NEWS new/linuxconsoletools-1.4.9/NEWS --- old/linuxconsoletools-1.4.8/NEWS2015-01-18 15:47:25.0 +0100 +++ new/linuxconsoletools-1.4.9/NEWS2016-01-07 20:38:13.0 +0100 @@ -1,3 +1,17 @@ +Version 1.4.9 +- + +* inputattach supports a new mouseman4 mode for 4-button Logitech mice + (thanks to Jamie Lentin ). + +* inputattach supports EETI eGalaxTouch touchscreen
commit linuxrc for openSUSE:Factory
Hello community, here is the log from the commit of package linuxrc for openSUSE:Factory checked in at 2016-02-17 10:33:11 Comparing /work/SRC/openSUSE:Factory/linuxrc (Old) and /work/SRC/openSUSE:Factory/.linuxrc.new (New) Package is "linuxrc" Changes: --- /work/SRC/openSUSE:Factory/linuxrc/linuxrc.changes 2016-02-11 12:33:15.0 +0100 +++ /work/SRC/openSUSE:Factory/.linuxrc.new/linuxrc.changes 2016-02-17 12:15:15.0 +0100 @@ -1,0 +2,6 @@ +Fri Feb 12 09:40:23 UTC 2016 - snw...@suse.com + +- Workaround O_TMPFILE definition on SLE12 / aarch64 (bsc#965068) +- 5.0.71 + +--- Old: linuxrc-5.0.70.tar.xz New: linuxrc-5.0.71.tar.xz Other differences: -- ++ linuxrc.spec ++ --- /var/tmp/diff_new_pack.WzRxzJ/_old 2016-02-17 12:15:16.0 +0100 +++ /var/tmp/diff_new_pack.WzRxzJ/_new 2016-02-17 12:15:16.0 +0100 @@ -25,7 +25,7 @@ Summary:SUSE Installation Program License:GPL-3.0+ Group: System/Boot -Version:5.0.70 +Version:5.0.71 Release:0 Source: %{name}-%{version}.tar.xz BuildRoot: %{_tmppath}/%{name}-%{version}-build ++ linuxrc-5.0.70.tar.xz -> linuxrc-5.0.71.tar.xz ++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/linuxrc-5.0.70/VERSION new/linuxrc-5.0.71/VERSION --- old/linuxrc-5.0.70/VERSION 2016-02-05 16:23:18.0 +0100 +++ new/linuxrc-5.0.71/VERSION 2016-02-12 10:38:43.0 +0100 @@ -1 +1 @@ -5.0.70 +5.0.71 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/linuxrc-5.0.70/changelog new/linuxrc-5.0.71/changelog --- old/linuxrc-5.0.70/changelog2016-02-05 16:23:18.0 +0100 +++ new/linuxrc-5.0.71/changelog2016-02-12 10:38:43.0 +0100 @@ -1,3 +1,6 @@ +2016-02-11:5.0.71 + - Workaround O_TMPFILE definition on SLE12 / aarch64 (bsc #965068) + 2016-02-05:5.0.70 - allow commas in nameserver option for compatibility (bsc #965293) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/linuxrc-5.0.70/util.c new/linuxrc-5.0.71/util.c --- old/linuxrc-5.0.70/util.c 2016-02-05 16:23:18.0 +0100 +++ new/linuxrc-5.0.71/util.c 2016-02-12 10:38:43.0 +0100 @@ -5356,8 +5356,14 @@ if(!cmd) return err; +#ifdef __aarch64__ +#warning "ugly workaround activated - please remove as soon as glibc is fixed" + // O_TMPFILE definition is broken - see (bsc#965068) + fd = open("/tmp", 0x404000 | O_RDWR, S_IRUSR | S_IWUSR); +#else // workaround: include O_DIRECTORY so it works on ppc64 (bsc #964709) fd = open("/tmp", O_TMPFILE | O_DIRECTORY | O_RDWR, S_IRUSR | S_IWUSR); +#endif if(fd == -1) { perror_debug("failed to create tmp file");
commit mdds-1_0 for openSUSE:Factory
Hello community, here is the log from the commit of package mdds-1_0 for openSUSE:Factory checked in at 2016-02-17 10:31:07 Comparing /work/SRC/openSUSE:Factory/mdds-1_0 (Old) and /work/SRC/openSUSE:Factory/.mdds-1_0.new (New) Package is "mdds-1_0" Changes: --- /work/SRC/openSUSE:Factory/mdds-1_0/mdds-1_0.changes2016-01-01 19:49:57.0 +0100 +++ /work/SRC/openSUSE:Factory/.mdds-1_0.new/mdds-1_0.changes 2016-02-17 12:15:34.0 +0100 @@ -1,0 +2,7 @@ +Thu Feb 11 11:33:13 UTC 2016 - tchva...@suse.com + +- Version update to 1.1.0: + * Fixes in various functions to provide correct return types + * Rewrite to automake + +--- Old: mdds_1.0.0.tar.bz2 New: mdds-1.1.0.tar.bz2 Other differences: -- ++ mdds-1_0.spec ++ --- /var/tmp/diff_new_pack.iDLDAe/_old 2016-02-17 12:15:35.0 +0100 +++ /var/tmp/diff_new_pack.iDLDAe/_new 2016-02-17 12:15:35.0 +0100 @@ -1,7 +1,7 @@ # -# spec file for package mdds +# spec file for package mdds-1_0 # -# 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 @@ -21,13 +21,13 @@ %define _apiver 1.0 %define _oname mdds Name: %{_oname}-1_0 -Version:1.0.0 +Version:1.1.0 Release:0 Summary:A collection of multi-dimensional data structure and indexing algorithm License:MIT Group: Development/Libraries/C and C++ Url:http://code.google.com/p/multidimalgorithm/ -Source: http://kohei.us/files/%{_oname}/src/%{_oname}_%{version}.tar.bz2 +Source: http://kohei.us/files/%{_oname}/src/%{_oname}-%{version}.tar.bz2 BuildRequires: boost-devel BuildRequires: gcc-c++ BuildRequires: libstdc++-devel @@ -51,7 +51,7 @@ header-only library, with no shared library to link against. %prep -%setup -q -n %{_oname}_%{version} +%setup -q -n %{_oname}-%{version} %build %configure \
commit lzop for openSUSE:Factory
Hello community, here is the log from the commit of package lzop for openSUSE:Factory checked in at 2016-02-17 10:29:52 Comparing /work/SRC/openSUSE:Factory/lzop (Old) and /work/SRC/openSUSE:Factory/.lzop.new (New) Package is "lzop" Changes: --- /work/SRC/openSUSE:Factory/lzop/lzop.changes2015-03-16 06:53:35.0 +0100 +++ /work/SRC/openSUSE:Factory/.lzop.new/lzop.changes 2016-02-17 12:15:26.0 +0100 @@ -1,0 +2,6 @@ +Wed Feb 10 15:14:14 UTC 2016 - rguent...@suse.com + +- Add lzop-1.03-gcc6.patch to fix undefined behavior in its ACC test + uncovered by GCC 6. + +--- New: lzop-1.03-gcc6.patch Other differences: -- ++ lzop.spec ++ --- /var/tmp/diff_new_pack.biumnc/_old 2016-02-17 12:15:27.0 +0100 +++ /var/tmp/diff_new_pack.biumnc/_new 2016-02-17 12:15:27.0 +0100 @@ -1,7 +1,7 @@ # # spec file for package lzop # -# 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 @@ -25,6 +25,7 @@ Url:http://www.lzop.org Source0:http://www.lzop.org/download/%{name}-%{version}.tar.gz Source1:%{name}.changes +Patch: lzop-1.03-gcc6.patch BuildRequires: lzo-devel BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -40,6 +41,7 @@ %prep %setup -q +%patch modified="$(sed -n '/^/n;s/ - .*$//;p;q' "%{SOURCE1}")" DATE="\"$(date -d "${modified}" "+%%b %%e %%Y")\"" TIME="\"$(date -d "${modified}" "+%%R")\"" ++ lzop-1.03-gcc6.patch ++ --- src/miniacc.h.orig 2016-02-10 16:09:23.247315866 +0100 +++ src/miniacc.h 2016-02-10 16:12:14.973297054 +0100 @@ -4469,12 +4469,12 @@ #if defined(__MSDOS__) && defined(__TURBOC__) && (__TURBOC__ < 0x0150) #elif 1 && (ACC_CC_SUNPROC) && !defined(ACCCHK_CFG_PEDANTIC) #else -ACCCHK_ASSERT((1 << (8*SIZEOF_INT-1)) < 0) +ACCCHK_ASSERT((int)(1u << (8*SIZEOF_INT-1)) < 0) #endif ACCCHK_ASSERT((1u << (8*SIZEOF_INT-1)) > 0) #if 1 && (ACC_CC_SUNPROC) && !defined(ACCCHK_CFG_PEDANTIC) #else -ACCCHK_ASSERT((1l << (8*SIZEOF_LONG-1)) < 0) +ACCCHK_ASSERT((long)(1ul << (8*SIZEOF_LONG-1)) < 0) #endif ACCCHK_ASSERT((1ul << (8*SIZEOF_LONG-1)) > 0) #if defined(acc_int16e_t) @@ -4703,7 +4703,7 @@ #elif 1 && (ACC_CC_LCC || ACC_CC_LCCWIN32) && !defined(ACCCHK_CFG_PEDANTIC) #elif 1 && (ACC_CC_SUNPROC) && !defined(ACCCHK_CFG_PEDANTIC) #elif !(ACC_BROKEN_INTEGRAL_PROMOTION) && (SIZEOF_INT > 1) -ACCCHK_ASSERT( (((unsigned char)128) << (int)(8*sizeof(int)-8)) < 0) +ACCCHK_ASSERT( (int)((unsigned int)((unsigned char)128) << (int)(8*sizeof(int)-8)) < 0) #endif #if (ACC_CC_BORLANDC && (__BORLANDC__ >= 0x0530) && (__BORLANDC__ < 0x0560)) # pragma option pop
commit meson for openSUSE:Factory
Hello community, here is the log from the commit of package meson for openSUSE:Factory checked in at 2016-02-17 10:24:42 Comparing /work/SRC/openSUSE:Factory/meson (Old) and /work/SRC/openSUSE:Factory/.meson.new (New) Package is "meson" Changes: --- /work/SRC/openSUSE:Factory/meson/meson.changes 2016-01-05 21:55:58.0 +0100 +++ /work/SRC/openSUSE:Factory/.meson.new/meson.changes 2016-02-17 12:15:36.0 +0100 @@ -1,0 +2,5 @@ +Thu Feb 11 16:26:54 UTC 2016 - sor.ale...@meowr.ru + +- Update to 0.29.0. + +--- Old: meson_0.28.0.tar.gz meson_0.28.0.tar.gz.asc New: meson-0.29.0.tar.gz meson-0.29.0.tar.gz.asc Other differences: -- ++ meson.spec ++ --- /var/tmp/diff_new_pack.Nv7cGL/_old 2016-02-17 12:15:37.0 +0100 +++ /var/tmp/diff_new_pack.Nv7cGL/_new 2016-02-17 12:15:37.0 +0100 @@ -1,7 +1,7 @@ # # spec file for package meson # -# 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 @@ -16,20 +16,20 @@ # +%define _name mesonbuild Name: meson -Version:0.28.0 +Version:0.29.0 Release:0 Summary:High productivity build system License:Apache-2.0 Group: Development/Tools/Building Url:http://mesonbuild.com/ -Source: https://github.com/mesonbuild/%{name}/releases/download/%{version}/%{name}_%{version}.tar.gz -Source1: https://github.com/mesonbuild/%{name}/releases/download/%{version}/%{name}_%{version}.tar.gz.asc +Source: https://github.com/%{_name}/%{name}/releases/download/%{version}/%{name}-%{version}.tar.gz +Source1: https://github.com/%{_name}/%{name}/releases/download/%{version}/%{name}-%{version}.tar.gz.asc Source2:%{name}.keyring BuildRequires: bison BuildRequires: boost-devel BuildRequires: flex -BuildRequires: rpm # Tests dependencies. BuildRequires: gcc-c++ BuildRequires: gcc-fortran @@ -46,6 +46,7 @@ BuildRequires: python3 >= 3.4 BuildRequires: python3-devel BuildRequires: python3-gobject +BuildRequires: python3-setuptools BuildRequires: vala BuildRequires: wxWidgets-devel >= 3.0.0 BuildRequires: pkgconfig(glib-2.0) @@ -73,7 +74,6 @@ %prep %setup -q -sed -i "s|%{_bindir}/rpm|$(which rpm)|" install_meson.py # Lack of gtest, gmock, gnustep. rm -rf "test cases/frameworks/2 gtest" \ @@ -81,11 +81,12 @@ "test cases/objc/2 nsstring" %build -# Nothing to build. +python3 setup.py build %install -python3 install_meson.py --prefix=%{_prefix} --destdir=%{buildroot} -%py3_compile %{buildroot}%{_datadir}/%{name}/ +python3 setup.py install \ + --root=%{buildroot} --prefix=%{_prefix} +install -Dm 0644 data/macros.%{name} %{buildroot}%{_rpmconfigdir}/macros.d/macros.%{name} %check export MESON_PRINT_TEST_OUTPUT=1 @@ -98,10 +99,11 @@ %{_bindir}/%{name}conf %{_bindir}/%{name}introspect %{_bindir}/wraptool -%{_datadir}/%{name}/ -%exclude %{_datadir}/%{name}/*.ui -%exclude %{_datadir}/%{name}/mesongui.py -%exclude %{_datadir}/%{name}/__pycache__/mesongui.* +%{python3_sitelib}/%{_name}/ +%exclude %{python3_sitelib}/%{_name}/*.ui +%exclude %{python3_sitelib}/%{_name}/mgui.py +%exclude %{python3_sitelib}/%{_name}/__pycache__/mgui.* +%{python3_sitelib}/%{name}-* %{_rpmconfigdir}/macros.d/macros.%{name} %{_mandir}/man1/%{name}.1%{?ext_man} %{_mandir}/man1/%{name}conf.1%{?ext_man} @@ -112,9 +114,9 @@ %defattr(-,root,root) %doc authors.txt contributing.txt COPYING readme.txt %{_bindir}/%{name}gui -%{_datadir}/%{name}/*.ui -%{_datadir}/%{name}/mesongui.py -%{_datadir}/%{name}/__pycache__/mesongui.* +%{python3_sitelib}/%{_name}/*.ui +%{python3_sitelib}/%{_name}/mgui.py +%{python3_sitelib}/%{_name}/__pycache__/mgui.* %{_mandir}/man1/%{name}gui.1%{?ext_man} %changelog
commit luasocket for openSUSE:Factory
Hello community, here is the log from the commit of package luasocket for openSUSE:Factory checked in at 2016-02-17 10:30:00 Comparing /work/SRC/openSUSE:Factory/luasocket (Old) and /work/SRC/openSUSE:Factory/.luasocket.new (New) Package is "luasocket" Changes: --- /work/SRC/openSUSE:Factory/luasocket/luasocket.changes 2014-02-24 07:02:52.0 +0100 +++ /work/SRC/openSUSE:Factory/.luasocket.new/luasocket.changes 2016-02-17 12:15:22.0 +0100 @@ -1,0 +2,6 @@ +Fri Jan 22 09:52:11 UTC 2016 - kkae...@suse.com + +- fix 'undefined symbol: luaL_checkint' in socket/core.so + add luasocket-3.0-rc1.patch + +--- New: luasocket-3.0-rc1.patch Other differences: -- ++ luasocket.spec ++ --- /var/tmp/diff_new_pack.C7qaj5/_old 2016-02-17 12:15:22.0 +0100 +++ /var/tmp/diff_new_pack.C7qaj5/_new 2016-02-17 12:15:22.0 +0100 @@ -1,7 +1,7 @@ # # spec file for package luasocket # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -26,6 +26,8 @@ Url:https://github.com/diegonehab/luasocket Source0:luasocket-%{_version}.tar.gz Patch0: luasocket-makefile.patch +# BUG-FIX-OPENSUSE Rename luaL_checkint to luaL_checkinteger +Patch1: luasocket-3.0-rc1.patch BuildRequires: lua-devel BuildRequires: xz Requires: lua >= %{lua_version} @@ -43,6 +45,7 @@ %prep %setup -q -n %{name}-%{_version} %patch0 -p1 +%patch1 -p1 %build %{_bindir}/iconv -f ISO8859-1 -t UTF8 LICENSE >LICENSE.UTF8 ++ luasocket-3.0-rc1.patch ++ diff -wruN -x '*~' -x '*.o' -x '*.a' -x '*.so' -x '*.so.[0-9]' -x autom4te.cache -x .deps -x .libs ../orig-luasocket-3.0-rc1/gem/gem.c ./gem/gem.c --- ../orig-luasocket-3.0-rc1/gem/gem.c 2013-06-14 13:27:32.0 +0200 +++ ./gem/gem.c 2016-01-22 10:44:51.368321310 +0100 @@ -24,7 +24,7 @@ } static int eol(lua_State *L) { - int context = luaL_checkint(L, 1); + int context = luaL_checkinteger(L, 1); size_t isize = 0; const char *input = luaL_optlstring(L, 2, NULL, &isize); const char *last = input + isize; diff -wruN -x '*~' -x '*.o' -x '*.a' -x '*.so' -x '*.so.[0-9]' -x autom4te.cache -x .deps -x .libs ../orig-luasocket-3.0-rc1/gem/ltn012.tex ./gem/ltn012.tex --- ../orig-luasocket-3.0-rc1/gem/ltn012.tex2013-06-14 13:27:32.0 +0200 +++ ./gem/ltn012.tex2016-01-22 10:44:55.032378043 +0100 @@ -269,7 +269,7 @@ \begin{C} @stick# static int eol(lua_State *L) { - int context = luaL_checkint(L, 1); + int context = luaL_checkinteger(L, 1); size_t isize = 0; const char *input = luaL_optlstring(L, 2, NULL, &isize); const char *last = input + isize; diff -wruN -x '*~' -x '*.o' -x '*.a' -x '*.so' -x '*.so.[0-9]' -x autom4te.cache -x .deps -x .libs ../orig-luasocket-3.0-rc1/ltn012.wiki ./ltn012.wiki --- ../orig-luasocket-3.0-rc1/ltn012.wiki 2013-06-14 13:27:32.0 +0200 +++ ./ltn012.wiki 2016-01-22 10:45:07.240567055 +0100 @@ -89,7 +89,7 @@ The inner function makes use of Lua's auxiliary library's buffer interface for its efficiency and ease of use. The outer function simply interfaces with Lua. It receives the context and the input chunk (as well as an optional end-of-line marker), and returns the transformed output and the new context. {{{ static int eol(lua_State *L) { -int ctx = luaL_checkint(L, 1); +int ctx = luaL_checkinteger(L, 1); size_t isize = 0; const char *input = luaL_optlstring(L, 2, NULL, &isize); const char *last = input + isize; diff -wruN -x '*~' -x '*.o' -x '*.a' -x '*.so' -x '*.so.[0-9]' -x autom4te.cache -x .deps -x .libs ../orig-luasocket-3.0-rc1/src/luasocket.c ./src/luasocket.c --- ../orig-luasocket-3.0-rc1/src/luasocket.c 2013-06-14 13:27:32.0 +0200 +++ ./src/luasocket.c 2016-01-22 10:44:42.360181822 +0100 @@ -64,7 +64,7 @@ * Skip a few arguments \*-*/ static int global_skip(lua_State *L) { -int amount = luaL_checkint(L, 1); +int amount = luaL_checkinteger(L, 1); int ret = lua_gettop(L) - amount - 1; return ret >= 0 ? ret : 0; } diff -wruN -x '*~' -x '*.o' -x '*.a' -x '*.so' -x '*.so.[0-9]' -x autom4te.cache -x .deps -x .libs ../orig-luasocket-3.0-rc1/src/mime.c ./src/mime.c --- ../orig-luasocket-3.0-rc1/src/mime.c2013-06-14 13:27:32.0 +0200 +++ ./src/mime.c2016-01-22 10:44:47.216257018 +0100 @@ -661,7 +661,7 @@ \*-
commit libzypp for openSUSE:Factory
Hello community, here is the log from the commit of package libzypp for openSUSE:Factory checked in at 2016-02-17 10:32:33 Comparing /work/SRC/openSUSE:Factory/libzypp (Old) and /work/SRC/openSUSE:Factory/.libzypp.new (New) Package is "libzypp" Changes: --- /work/SRC/openSUSE:Factory/libzypp/libzypp.changes 2016-02-07 09:21:37.0 +0100 +++ /work/SRC/openSUSE:Factory/.libzypp.new/libzypp.changes 2016-02-17 12:15:09.0 +0100 @@ -1,0 +2,11 @@ +Thu Feb 4 16:38:14 CET 2016 - m...@suse.de + +- installSrcPackage: trigger progress callback (bsc#580902) +- version 15.21.2 (19) + +--- +Thu Feb 4 01:13:31 CET 2016 - m...@suse.de + +- Update zypp-po.tar.bz2 + +--- Old: libzypp-15.21.1.tar.bz2 New: libzypp-15.21.2.tar.bz2 Other differences: -- ++ libzypp.spec ++ --- /var/tmp/diff_new_pack.vnaRfT/_old 2016-02-17 12:15:10.0 +0100 +++ /var/tmp/diff_new_pack.vnaRfT/_new 2016-02-17 12:15:10.0 +0100 @@ -19,7 +19,7 @@ %define force_gcc_46 0 Name: libzypp -Version:15.21.1 +Version:15.21.2 Release:0 Url:git://gitorious.org/opensuse/libzypp.git Summary:Package, Patch, Pattern, and Product Management ++ libzypp-15.21.1.tar.bz2 -> libzypp-15.21.2.tar.bz2 ++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libzypp-15.21.1/VERSION.cmake new/libzypp-15.21.2/VERSION.cmake --- old/libzypp-15.21.1/VERSION.cmake 2016-01-29 11:44:45.0 +0100 +++ new/libzypp-15.21.2/VERSION.cmake 2016-02-04 16:40:44.0 +0100 @@ -61,8 +61,8 @@ SET(LIBZYPP_MAJOR "15") SET(LIBZYPP_COMPATMINOR "19") SET(LIBZYPP_MINOR "21") -SET(LIBZYPP_PATCH "1") +SET(LIBZYPP_PATCH "2") # -# LAST RELEASED: 15.21.1 (19) +# LAST RELEASED: 15.21.2 (19) # (The number in parenthesis is LIBZYPP_COMPATMINOR) #=== diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libzypp-15.21.1/package/libzypp.changes new/libzypp-15.21.2/package/libzypp.changes --- old/libzypp-15.21.1/package/libzypp.changes 2016-01-29 11:44:45.0 +0100 +++ new/libzypp-15.21.2/package/libzypp.changes 2016-02-04 16:40:44.0 +0100 @@ -1,4 +1,15 @@ --- +Thu Feb 4 16:38:14 CET 2016 - m...@suse.de + +- installSrcPackage: trigger progress callback (bsc#580902) +- version 15.21.2 (19) + +--- +Thu Feb 4 01:13:31 CET 2016 - m...@suse.de + +- Update zypp-po.tar.bz2 + +--- Fri Jan 29 11:40:51 CET 2016 - m...@suse.de - Don't buildrequire graphviz-gnome (bsc#964150) Files old/libzypp-15.21.1/po/zypp-po.tar.bz2 and new/libzypp-15.21.2/po/zypp-po.tar.bz2 differ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libzypp-15.21.1/zypp/target/TargetImpl.cc new/libzypp-15.21.2/zypp/target/TargetImpl.cc --- old/libzypp-15.21.1/zypp/target/TargetImpl.cc 2016-01-18 10:20:29.0 +0100 +++ new/libzypp-15.21.2/zypp/target/TargetImpl.cc 2016-02-03 11:00:44.0 +0100 @@ -1996,6 +1996,9 @@ { // provide on local disk ManagedFile localfile = provideSrcPackage(srcPackage_r); + // create a installation progress report proxy + RpmInstallPackageReceiver progress( srcPackage_r ); + progress.connect(); // disconnected on destruction. // install it rpm().installPackage ( localfile ); }
commit libtorrent-rasterbar for openSUSE:Factory
Hello community, here is the log from the commit of package libtorrent-rasterbar for openSUSE:Factory checked in at 2016-02-17 10:24:45 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-01-16 11:57:20.0 +0100 +++ /work/SRC/openSUSE:Factory/.libtorrent-rasterbar.new/libtorrent-rasterbar.changes 2016-02-17 12:14:58.0 +0100 @@ -1,0 +2,12 @@ +Thu Feb 11 16:26:54 UTC 2016 - sor.ale...@meowr.ru + +- Update to 1.0.8: + * Fix web seed request size. + * Fix bug where web seeds were not used for torrents added by URL. + * Fix long filename issue. + * Fix performance bug in DHT torrent eviction. + * Fix bug when deleting files for magnet links before they had +metadata. +- Remove libtorrent-rasterbar-boost-1.60.patch: fixed upstream. + +--- Old: libtorrent-rasterbar-1.0.7.tar.gz libtorrent-rasterbar-boost-1.60.patch New: libtorrent-rasterbar-1.0.8.tar.gz Other differences: -- ++ libtorrent-rasterbar.spec ++ --- /var/tmp/diff_new_pack.vdjuJI/_old 2016-02-17 12:14:59.0 +0100 +++ /var/tmp/diff_new_pack.vdjuJI/_new 2016-02-17 12:14:59.0 +0100 @@ -18,18 +18,16 @@ %define _name libtorrent %define sover 8 -%define _version 1_0_7 +%define _version 1_0_8 %bcond_with examples Name: libtorrent-rasterbar -Version:1.0.7 +Version:1.0.8 Release:0 Summary:Libtorrent is a C++ implementation of the BitTorrent protocol License:BSD-3-Clause Group: Development/Libraries/C and C++ Url:http://rasterbar.com/products/libtorrent Source: https://github.com/arvidn/%{_name}/releases/download/%{_name}-%{_version}/%{name}-%{version}.tar.gz -# PATCH-FIX-UPSTREAM libtorrent-rasterbar-boost-1.60.patch andrewre...@gmail.com -- Register_ptr_to_python for boost::shared_ptr. -Patch0: libtorrent-rasterbar-boost-1.60.patch BuildRequires: boost-devel >= 1.36 BuildRequires: gcc-c++ BuildRequires: pkg-config @@ -113,7 +111,6 @@ %prep %setup -q -%patch0 -p1 %build export CFLAGS="%{optflags} -fno-strict-aliasing" @@ -130,7 +127,6 @@ %endif --enable-python-binding\ --enable-encryption - make %{?_smp_mflags} %install ++ libtorrent-rasterbar-1.0.7.tar.gz -> libtorrent-rasterbar-1.0.8.tar.gz ++ 12896 lines of diff (skipped)
commit libwnck for openSUSE:Factory
Hello community, here is the log from the commit of package libwnck for openSUSE:Factory checked in at 2016-02-17 10:29:33 Comparing /work/SRC/openSUSE:Factory/libwnck (Old) and /work/SRC/openSUSE:Factory/.libwnck.new (New) Package is "libwnck" Changes: --- /work/SRC/openSUSE:Factory/libwnck/libwnck.changes 2014-12-19 09:40:07.0 +0100 +++ /work/SRC/openSUSE:Factory/.libwnck.new/libwnck.changes 2016-02-17 12:15:04.0 +0100 @@ -1,0 +2,12 @@ +Sat Feb 6 09:29:42 UTC 2016 - zai...@opensuse.org + +- Update to version 3.14.1: + + WnckWindow: Add a new 'type-changed' signal. + + Don't use deprecated style properties. + + pager: use correct state flags. + + selector: avoid warnings from GtkStyleContext. + + tasklist: avoid warnings from GtkStyleContext. + + Back to dependency on gtk+-3.0 >= 3.10. + + Updated translations. + +--- Old: libwnck-3.14.0.tar.xz New: libwnck-3.14.1.tar.xz Other differences: -- ++ libwnck.spec ++ --- /var/tmp/diff_new_pack.wP5Wvu/_old 2016-02-17 12:15:05.0 +0100 +++ /var/tmp/diff_new_pack.wP5Wvu/_new 2016-02-17 12:15:05.0 +0100 @@ -1,7 +1,7 @@ # # spec file for package libwnck # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: libwnck -Version:3.14.0 +Version:3.14.1 Release:0 # WARNING: After changing versions please call Re or rpmbuild to auto-update spec file: #%(sh %{_sourcedir}/%{name}_spec-update.sh %{_sourcedir} %{name} libwnck-1) @@ -32,7 +32,7 @@ BuildRequires: gobject-introspection-devel BuildRequires: intltool BuildRequires: translation-update-upstream -BuildRequires: pkgconfig(gtk+-3.0) >= 3.4.0 +BuildRequires: pkgconfig(gtk+-3.0) >= 3.10.0 BuildRequires: pkgconfig(libstartup-notification-1.0) BuildRequires: pkgconfig(x11) BuildRequires: pkgconfig(xres) ++ libwnck-3.14.0.tar.xz -> libwnck-3.14.1.tar.xz ++ 16186 lines of diff (skipped)
commit libserialport for openSUSE:Factory
Hello community, here is the log from the commit of package libserialport for openSUSE:Factory checked in at 2016-02-17 10:25:02 Comparing /work/SRC/openSUSE:Factory/libserialport (Old) and /work/SRC/openSUSE:Factory/.libserialport.new (New) Package is "libserialport" Changes: --- /work/SRC/openSUSE:Factory/libserialport/libserialport.changes 2014-08-07 12:37:38.0 +0200 +++ /work/SRC/openSUSE:Factory/.libserialport.new/libserialport.changes 2016-02-17 12:14:49.0 +0100 @@ -1,0 +2,10 @@ +Sat Jan 30 11:56:45 UTC 2016 - stefan.bru...@rwth-aachen.de + +- upstream release 0.1.1 + +--- +Fri Sep 25 03:18:13 UTC 2015 - stefan.bru...@rwth-aachen.de + +- Track GIT version (upcoming 0.1.1) + +--- Old: libserialport-0.1.0.tar.gz New: libserialport-0.1.1.tar.gz Other differences: -- ++ libserialport.spec ++ --- /var/tmp/diff_new_pack.IKFODQ/_old 2016-02-17 12:14:50.0 +0100 +++ /var/tmp/diff_new_pack.IKFODQ/_new 2016-02-17 12:14:50.0 +0100 @@ -1,7 +1,7 @@ # # spec file for package libserialport # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,19 +18,19 @@ %define libname %{name}0 Summary:Handles OS-specific details when using serial ports +License:LGPL-3.0+ +Group: Productivity/Scientific/Electronics Name: libserialport -Version:0.1.0 +Version:0.1.1 Release:0 -License:LGPL-3.0+ -Group: Productivity/Scientific/Electronics Url:http://sigrok.org -BuildRequires: gcc-c++ BuildRequires: autoconf BuildRequires: automake +BuildRequires: gcc-c++ BuildRequires: libtool -BuildRequires: pkg-config BuildRequires: libudev-devel +BuildRequires: pkg-config Source0: http://sigrok.org/download/source/libserialport/%{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -79,6 +79,7 @@ %setup -q %build +# ./autogen.sh %configure --disable-static make %{?smp_mflags} ++ libserialport-0.1.0.tar.gz -> libserialport-0.1.1.tar.gz ++ 12698 lines of diff (skipped)
commit libqt5-qtbase for openSUSE:Factory
Hello community, here is the log from the commit of package libqt5-qtbase for openSUSE:Factory checked in at 2016-02-17 10:29:56 Comparing /work/SRC/openSUSE:Factory/libqt5-qtbase (Old) and /work/SRC/openSUSE:Factory/.libqt5-qtbase.new (New) Package is "libqt5-qtbase" Changes: --- /work/SRC/openSUSE:Factory/libqt5-qtbase/libqt5-qtbase.changes 2015-10-30 21:51:04.0 +0100 +++ /work/SRC/openSUSE:Factory/.libqt5-qtbase.new/libqt5-qtbase.changes 2016-02-17 12:14:41.0 +0100 @@ -1,0 +2,15 @@ +Wed Feb 10 12:28:49 UTC 2016 - alarr...@suse.com + +- Added 0001-Fix-exclusion-of-anonymous-ciphers.patch from upstream + to disable exp-adh and aecdh ciphers. +- Added disable-rc4-ciphers-bnc865241.diff to disable RC4 based ciphers + which are now considered insecure (bnc#865241) + +--- +Sat Jan 30 18:14:50 UTC 2016 - hrvoje.sen...@gmail.com + +- Added Add-option-to-disable-session-management-by-closing-windows.patch + API adition to QSessionManager as first step in resolving + kde#354724 and boo#955280 + +--- @@ -10 +25 @@ -- Update to 5.5.1 +- Update to 5.5.1 (boo#954149) New: 0001-Fix-exclusion-of-anonymous-ciphers.patch Add-option-to-disable-session-management-by-closing-windows.patch disable-rc4-ciphers-bnc865241.diff Other differences: -- ++ libqt5-qtbase.spec ++ --- /var/tmp/diff_new_pack.g5xDcr/_old 2016-02-17 12:14:43.0 +0100 +++ /var/tmp/diff_new_pack.g5xDcr/_new 2016-02-17 12:14:43.0 +0100 @@ -1,7 +1,7 @@ # # spec file for package libqt5-qtbase # -# 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 @@ -51,6 +51,10 @@ Patch4: protect-geometry-QTBUG-40584.patch # Patch-FIX-SUSE libqt5-do-not-use-shm-if-display-name-doesnt-look-local.patch -- bnc#58 Patch5: libqt5-do-not-use-shm-if-display-name-doesnt-look-local.patch +# PATCH-FIX-UPSTREAM 0001-Fix-exclusion-of-anonymous-ciphers.patch -- Exclude more ciphers from being used by default +Patch6: 0001-Fix-exclusion-of-anonymous-ciphers.patch +# PATCH-FIX-OPENSUSE disable-rc4-ciphers-bnc865241.diff bnc#865241-- Exclude rc4 ciphers from being used by default +Patch7: disable-rc4-ciphers-bnc865241.diff # patches 1000-2000 and above from upstream 5.3 branch # # patches 2000-3000 and above from upstream 5.5 branch # Patch2010: 0001-Fix-QWidget-setWindowRole.patch @@ -63,6 +67,7 @@ Patch3005: xcb-fix-yet-another-crash-when-screens-are-disconnected.patch Patch3006: xcb-dont-crash-in-mapToNativemapFromNative-if-the-screen-is-null.patch Patch3007: qtwidgets_do_not-hide_show_via_WA_OutsideWSRange_for_native_widgets.patch +Patch3008: Add-option-to-disable-session-management-by-closing-windows.patch BuildRequires: alsa-devel BuildRequires: cups-devel BuildRequires: gcc-c++ @@ -145,6 +150,8 @@ %patch3 -p1 %patch4 -p1 %patch5 -p1 +%patch6 -p1 +%patch7 -p1 %patch2010 -p1 %patch2014 -p1 %patch3000 -p1 @@ -155,6 +162,7 @@ %patch3005 -p1 %patch3006 -p1 %patch3007 -p1 +%patch3008 -p1 # be sure not to use them rm -r src/3rdparty/{libjpeg,freetype,libpng,zlib} ++ 0001-Fix-exclusion-of-anonymous-ciphers.patch ++ >From 479e84dcbd0d7f1333105c495d7931f1bef3e63b Mon Sep 17 00:00:00 2001 From: "Richard J. Moore" Date: Sat, 18 Apr 2015 12:44:30 +0100 Subject: [PATCH] Fix exclusion of anonymous ciphers. Qt attempted to exclude anonymous ciphers since they offer no MITM protection, but missed export ADH ciphers and AECDH from the exclude list. Change-Id: Icdfa9b31643a0e9927010885c7c1d02c42460d79 Reviewed-by: Peter Hartmann --- src/network/ssl/qsslsocket_openssl.cpp | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/network/ssl/qsslsocket_openssl.cpp b/src/network/ssl/qsslsocket_openssl.cpp index 55762c9..00e13e4 100644 --- a/src/network/ssl/qsslsocket_openssl.cpp +++ b/src/network/ssl/qsslsocket_openssl.cpp @@ -662,8 +662,10 @@ void QSslSocketPrivate::resetDefaultCiphers() if (SSL_CIPHER *cipher = q_sk_SSL_CIPHER_value(supportedCiphers, i)) { QSslCipher ciph = QSslSocketBackendPrivate::QSslCipher_from_SSL_CIPHER(cipher); if (!ciph.isNull()) { -// Unconditionally exclude ADH ciphers since they offer no MITM protection -if (!ciph.name().toLower().startsWith(QLatin1String("adh"))) +// Unconditionally exclude ADH and AECDH ciph
commit librelp for openSUSE:Factory
Hello community, here is the log from the commit of package librelp for openSUSE:Factory checked in at 2016-02-17 10:26:29 Comparing /work/SRC/openSUSE:Factory/librelp (Old) and /work/SRC/openSUSE:Factory/.librelp.new (New) Package is "librelp" Changes: --- /work/SRC/openSUSE:Factory/librelp/librelp.changes 2016-02-01 19:56:44.0 +0100 +++ /work/SRC/openSUSE:Factory/.librelp.new/librelp.changes 2016-02-17 12:14:47.0 +0100 @@ -1,0 +2,5 @@ +Mon Feb 8 21:00:15 UTC 2016 - mplus...@suse.com + +- Make building more verbose + +--- Other differences: -- ++ librelp.spec ++ --- /var/tmp/diff_new_pack.Zpuuol/_old 2016-02-17 12:14:47.0 +0100 +++ /var/tmp/diff_new_pack.Zpuuol/_new 2016-02-17 12:14:47.0 +0100 @@ -107,11 +107,13 @@ %setup -q %build -%configure --disable-static --with-pic -make %{?_smp_mflags} +%configure \ + --disable-static \ + --with-pic +make %{?_smp_mflags} V=1 %install -make DESTDIR=%{buildroot} install %{?_smp_mflags} +make %{?_smp_mflags} DESTDIR=%{buildroot} install rm %{buildroot}%{_libdir}/librelp.la %post -n %{library_name} -p /sbin/ldconfig
commit libsigrok for openSUSE:Factory
Hello community, here is the log from the commit of package libsigrok for openSUSE:Factory checked in at 2016-02-17 10:25:06 Comparing /work/SRC/openSUSE:Factory/libsigrok (Old) and /work/SRC/openSUSE:Factory/.libsigrok.new (New) Package is "libsigrok" Changes: --- /work/SRC/openSUSE:Factory/libsigrok/libsigrok.changes 2014-08-07 12:37:47.0 +0200 +++ /work/SRC/openSUSE:Factory/.libsigrok.new/libsigrok.changes 2016-02-17 12:14:51.0 +0100 @@ -1,0 +2,65 @@ +Sat Jan 30 12:05:22 UTC 2016 - stefan.bru...@rwth-aachen.de + +- Update to version 0.4.0 + * New supported hardware: +- Logic analyzers: + - AKIP-9101 + - BeagleLogic + - LeCroy LogicStudio + - mcupro Logic16 clone + - Pipistrello OLS + - SysClk LWLA1016 +- Oscilloscopes + - Rigol/Agilent DS1000Z series + - Yokogawa DLM2000 series + - Yokogawa DL9000 series + - Hung-Chang DSO-2100 + - GW Instek GDS-800 +- Multimeters + - Agilent U1241A/B + - Agilent U1242A/B + - Brymen BM25x series + - MASTECH MS8250B + - Metrahit 16T/16U/KMM2002 + - PeakTech 3415 + - Tenma 72-7730/72-7732/72-9380A + - Testo 435-4 + - UNI-T UT372 + - UNI-T UT71A/B/C/D/E + - Velleman DVM4100 + - Voltcraft VC-870/VC-920/VC-940/VC-960 + Programmable power supplies + - Fluke/Philips PM2800 series + - HP 663xx series + - Manson HCS-3xxx series + - Motech LPS-30x series + - Rigol DP800 series + - Korad KAP series (a.k.a Velleman LABPS3005D and others) +- AC/DC sources + - Agilent N5700A series (DC sources) + - Chroma 61600 series (AC sources) + - Chroma 62000 series (DC sources) +- Electronic loads + - Maynuo M97 (and compatibles) +- LCR meters + - DER EE DE-5000 +- Scales + - KERN EW 6200-2NM +- BeagleBone Black capes + - BayLibre ACME (revA and revB) + +--- +Sat Oct 3 01:36:52 UTC 2015 - stefan.bru...@rwth-aachen.de + +- fix build on openSUSE 13.1 + * Add fix_unknown_types_declarations.diff +- require libsigrok from libsigrokcxx with same version +- update source from GIT + +--- +Fri Sep 25 03:51:58 UTC 2015 - stefan.bru...@rwth-aachen.de + +- Track GIT version (upcoming 0.4.0) + * build C++ binding (libsigrokcxx), needed for pulseview + +--- Old: libsigrok-0.3.0.tar.gz New: fix_unknown_types_declarations.diff libsigrok-0.4.0.tar.gz Other differences: -- ++ libsigrok.spec ++ --- /var/tmp/diff_new_pack.VNIlu5/_old 2016-02-17 12:14:52.0 +0100 +++ /var/tmp/diff_new_pack.VNIlu5/_new 2016-02-17 12:14:52.0 +0100 @@ -1,7 +1,7 @@ # # spec file for package libsigrok # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,18 +17,21 @@ Name: libsigrok -Version:0.3.0 -%define libname %{name}2 +Version:0.4.0 Release:0 +%define libname %{name}3 +%define libcxxname libsigrokcxx3 Summary:Basic API for talking to logic analyzer hardware License:GPL-3.0+ Group: Productivity/Scientific/Electronics Url:http://sigrok.org Source0: http://sigrok.org/download/source/libsigrok/%{name}-%{version}.tar.gz +Patch0: fix_unknown_types_declarations.diff BuildRequires: alsa-devel BuildRequires: autoconf BuildRequires: automake BuildRequires: check-devel >= 0.9.4 +BuildRequires: doxygen BuildRequires: gcc-c++ BuildRequires: glib2-devel >= 2.32.0 BuildRequires: libftdi1-devel >= 0.16 @@ -38,6 +41,7 @@ BuildRequires: libusb-1_0-devel BuildRequires: libzip-devel >= 0.10 BuildRequires: zlib-devel +BuildRequires: pkgconfig(glibmm-2.4) BuildRoot: %{_tmppath}/%{name}-%{version}-build %description @@ -63,6 +67,21 @@ for talking to logic analyzer hardware and reading/writing the acquired data into various input/output file formats. +%package -n %{libcxxname} +Summary:Basic API for talking to logic analyzer hardware +Group: System/Libraries +Requires: %{libname} >= %{version} +Requires: %{name}-data >= %{version} + +%description -n %{libcxxname} +The sigrok project aims at creating a portable, cross-platform, +Free/Libre/Open-Source logic analyzer software that supports various +logic analyzer hardware products. + +l
commit libsigrokdecode for openSUSE:Factory
Hello community, here is the log from the commit of package libsigrokdecode for openSUSE:Factory checked in at 2016-02-17 10:25:07 Comparing /work/SRC/openSUSE:Factory/libsigrokdecode (Old) and /work/SRC/openSUSE:Factory/.libsigrokdecode.new (New) Package is "libsigrokdecode" Changes: --- /work/SRC/openSUSE:Factory/libsigrokdecode/libsigrokdecode.changes 2015-08-12 15:14:14.0 +0200 +++ /work/SRC/openSUSE:Factory/.libsigrokdecode.new/libsigrokdecode.changes 2016-02-17 12:14:52.0 +0100 @@ -1,0 +2,52 @@ +Fri Feb 12 16:56:06 UTC 2016 - stefan.bru...@rwth-aachen.de + +- Propagate metadata (e.g. samplerate) to stacked decoders + * Add 0001-Supply-metadata-to-stacked-decoders.patch + +--- +Sat Jan 30 12:21:20 UTC 2016 - stefan.bru...@rwth-aachen.de + +- Update to 0.4.0 + * New supported protocol decoders: +- adns5020: Bidirectional command and data over an + SPI-like protocol +- am230x:Aosong AM230x/DHTxx/RHTxx humidity/temperature + sensor +- arm_etmv3: Decode ETM instruction trace packets +- arm_itm: Trace data from Cortex-M / ARMv7m ITM module +- arm_tpiu: Filter TPIU formatted trace data into separate + streams +- eeprom24xx:24xx series I²C EEPROM protocol +- em4100:EM4100 100-150kHz RFID protocol +- jitter:Retrieves the timing jitter between two digital + signals +- max7219: 8-digit LED display driver +- mdio: Half-duplex sync serial bus for MII management + (MAC/PHY) +- modbus:Modbus RTU protocol for industrial applications +- mrf24j40: IEEE 802.15.4 2.4 GHz RF tranceiver chip +- nrf24l01: 2.4GHz transceiver chip +- pwm: Analog level encoded in duty cycle percentage +- qi:Async serial protocol for Qi charger receivers +- rfm12: HopeRF RFM12 wireless transceiver control + protocol +- sdcard_sd: Secure Digital card (SD mode) low-level + protocol +- spdif: Serial bus for connecting digital audio devices +- stepper_motor: Absolute position and movement speed from + step/dir +- swd: Two-wire protocol for debug access to ARM CPUs +- tca6408a: Texas Instruments TCA6408A 8-bit I²C I/O + expander +- timing:Calculate time between edges +- usb_power_delivery: USB Power Delivery protocol +- usb_request: USB (low-speed and full-speed) + transaction/request protocol + +--- +Fri Sep 25 03:10:52 UTC 2015 - stefan.bru...@rwth-aachen.de + +- Track GIT version (upcoming 0.4.0) + * update libsigrokdecode-versioned-decoders.patch + +--- Old: libsigrokdecode-0.3.1.tar.gz New: 0001-Supply-metadata-to-stacked-decoders.patch libsigrokdecode-0.4.0.tar.gz Other differences: -- ++ libsigrokdecode.spec ++ --- /var/tmp/diff_new_pack.Ary3mo/_old 2016-02-17 12:14:53.0 +0100 +++ /var/tmp/diff_new_pack.Ary3mo/_new 2016-02-17 12:14:53.0 +0100 @@ -1,7 +1,7 @@ # # spec file for package libsigrokdecode # -# 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,8 +17,9 @@ Name: libsigrokdecode -%define libname %{name}2 -Version:0.3.1 +%define libname %{name}3 +%define baseversion 0.4.0 +Version:0.4.0 Release:0 Summary:Protocol Decoders for sigrok License:GPL-3.0+ @@ -26,6 +27,7 @@ Url:http://sigrok.org Source0: http://sigrok.org/download/source/libsigrokdecode/%{name}-%{version}.tar.gz Patch0: libsigrokdecode-versioned-decoders.patch +Patch1: 0001-Supply-metadata-to-stacked-decoders.patch BuildRequires: autoconf BuildRequires: automake BuildRequires: check-devel >= 0.9.4 @@ -78,6 +80,7 @@ %prep %setup -q %patch0 -p1 +%patch1 -p1 %build autoreconf -fiv @@ -97,7 +100,7 @@ %defattr(-,root,root,-) %doc COPYING README HACKING NEWS %{_libdir}/*.so.* -%{_datadir}/%{name}-%{version}/ +%{_datadir}/%{name}-%{baseversion}/ %files devel %defattr(-,root,root,-) ++ 0001-Supply-metadata-to-stacked-decoders.patch ++ >From 0bf303d90fd30f2a4a5571f73f8f31b498c72cf5 Mon Sep 17 0
commit libstoragemgmt for openSUSE:Factory
Hello community, here is the log from the commit of package libstoragemgmt for openSUSE:Factory checked in at 2016-02-17 10:25:11 Comparing /work/SRC/openSUSE:Factory/libstoragemgmt (Old) and /work/SRC/openSUSE:Factory/.libstoragemgmt.new (New) Package is "libstoragemgmt" Changes: --- /work/SRC/openSUSE:Factory/libstoragemgmt/libstoragemgmt.changes 2015-06-24 21:05:37.0 +0200 +++ /work/SRC/openSUSE:Factory/.libstoragemgmt.new/libstoragemgmt.changes 2016-02-17 12:14:55.0 +0100 @@ -1,0 +2,6 @@ +Sat Feb 6 11:20:21 UTC 2016 - mplus...@suse.com + +- Make building more verbose +- Small spec file cleanups + +--- Other differences: -- ++ libstoragemgmt.spec ++ --- /var/tmp/diff_new_pack.3LinMV/_old 2016-02-17 12:14:56.0 +0100 +++ /var/tmp/diff_new_pack.3LinMV/_new 2016-02-17 12:14:56.0 +0100 @@ -1,7 +1,7 @@ # # spec file for package libstoragemgmt # -# 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 @@ -190,8 +190,7 @@ %build %configure \ --disable-static - -make %{?_smp_mflags} +make %{?_smp_mflags} V=1 %install make DESTDIR=%{buildroot} install %{?_smp_mflags} @@ -353,14 +352,14 @@ %files %defattr(-,root,root,-) -%{_mandir}/man1/lsmcli.1* -%{_mandir}/man1/lsmd.1* +%{_mandir}/man1/lsmcli.1%{ext_man} +%{_mandir}/man1/lsmd.1%{ext_man} %{_mandir}/man5/lsmd.conf.5* %{_bindir}/lsmcli %{_datadir}/bash-completion/completions/lsmcli %{_bindir}/lsmd %{_bindir}/simc_lsmplugin -%{_mandir}/man1/simc_lsmplugin.1* +%{_mandir}/man1/simc_lsmplugin.1%{ext_man} %{_unitdir}/libstoragemgmt.service %{_tmpfilesdir}/%{name}.conf %dir %{_sysconfdir}/lsm @@ -378,12 +377,12 @@ %files -n %{libname} %defattr(-,root,root,-) %doc README COPYING.LIB -%{_libdir}/*.so.* +%{_libdir}/libstoragemgmt.so.* %files devel %defattr(-,root,root,-) %{_includedir}/* -%{_libdir}/*.so +%{_libdir}/libstoragemgmt.so %{_libdir}/pkgconfig/libstoragemgmt.pc %files -n python-%{name} @@ -399,35 +398,35 @@ %{python_sitelib}/lsm/lsmcli %{_bindir}/sim_lsmplugin %config(noreplace) %{_sysconfdir}/lsm/pluginconf.d/sim.conf -%{_mandir}/man1/sim_lsmplugin.1* +%{_mandir}/man1/sim_lsmplugin.1%{ext_man} %files smis-plugin %defattr(-,root,root,-) %dir %{python_sitelib}/lsm/plugin/smispy %{python_sitelib}/lsm/plugin/smispy %{_bindir}/smispy_lsmplugin -%{_mandir}/man1/smispy_lsmplugin.1* +%{_mandir}/man1/smispy_lsmplugin.1%{ext_man} %files netapp-plugin %defattr(-,root,root,-) %dir %{python_sitelib}/lsm/plugin/ontap %{python_sitelib}/lsm/plugin/ontap %{_bindir}/ontap_lsmplugin -%{_mandir}/man1/ontap_lsmplugin.1* +%{_mandir}/man1/ontap_lsmplugin.1%{ext_man} %files targetd-plugin %defattr(-,root,root,-) %dir %{python_sitelib}/lsm/plugin/targetd %{python_sitelib}/lsm/plugin/targetd %{_bindir}/targetd_lsmplugin -%{_mandir}/man1/targetd_lsmplugin.1* +%{_mandir}/man1/targetd_lsmplugin.1%{ext_man} %files nstor-plugin %defattr(-,root,root,-) %dir %{python_sitelib}/lsm/plugin/nstor %{python_sitelib}/lsm/plugin/nstor %{_bindir}/nstor_lsmplugin -%{_mandir}/man1/nstor_lsmplugin.1* +%{_mandir}/man1/nstor_lsmplugin.1%{ext_man} %files megaraid-plugin %defattr(-,root,root,-) @@ -437,7 +436,7 @@ %{python_sitelib}/lsm/plugin/megaraid/utils.* %{_bindir}/megaraid_lsmplugin %config(noreplace) %{_sysconfdir}/lsm/pluginconf.d/megaraid.conf -%{_mandir}/man1/megaraid_lsmplugin.1* +%{_mandir}/man1/megaraid_lsmplugin.1%{ext_man} %files hpsa-plugin %defattr(-,root,root,-) @@ -447,7 +446,7 @@ %{python_sitelib}/lsm/plugin/hpsa/utils.* %{_bindir}/hpsa_lsmplugin %config(noreplace) %{_sysconfdir}/lsm/pluginconf.d/hpsa.conf -%{_mandir}/man1/hpsa_lsmplugin.1* +%{_mandir}/man1/hpsa_lsmplugin.1%{ext_man} %files rest %defattr(-,root,root,-)
commit libqt4 for openSUSE:Factory
Hello community, here is the log from the commit of package libqt4 for openSUSE:Factory checked in at 2016-02-17 10:32:26 Comparing /work/SRC/openSUSE:Factory/libqt4 (Old) and /work/SRC/openSUSE:Factory/.libqt4.new (New) Package is "libqt4" Changes: --- /work/SRC/openSUSE:Factory/libqt4/libqt4-devel-doc.changes 2015-05-24 19:30:34.0 +0200 +++ /work/SRC/openSUSE:Factory/.libqt4.new/libqt4-devel-doc.changes 2016-02-17 12:14:35.0 +0100 @@ -1,0 +2,37 @@ +Thu Feb 11 14:45:23 UTC 2016 - rguent...@suse.com + +- Explicitely build with -std=gnu++98. [bnc#964458] + +--- +Wed Feb 10 12:28:49 UTC 2016 - alarr...@suse.com + +- Added 0001-Fix-exclusion-of-anonymous-ciphers.patch from upstream + to disable exp-adh and aecdh ciphers. +- Added disable-rc4-ciphers-bnc865241.diff to disable <128 bits and + RC4 based ciphers which are now considered insecure. This + makes konqueror pass the https://www.howsmyssl.com test (bnc#865241) + +--- +Thu May 28 21:45:10 UTC 2015 - dmuel...@suse.com + +- update to 4.8.7: + * see http://download.qt.io/official_releases/qt/4.8/4.8.7/changes-4.8.7 + +- remove 0001-Don-t-crash-on-broken-GIF-images.patch, + 0001-Don-t-leak-RENDER-Pictures-in-QPixmap-paintEngine.patch, + 0001-Fix-DateTime-with-recent-versions-of-tzdata.patch, + 0001-Fix-crash-when-deleting-top-level-windows-embedded-i.patch, + 0001-Fixes-crash-in-gif-image-decoder.patch, + 0001-Ignore-expired-certificate-during-certificate-valida.patch, + 0001-Memory-and-file-descriptor-leak-in-QFontCache.patch, + 0001-QDbus-Fix-a-b-comparison.patch, + 0001-QDeclarativeTextEdit-fix-use-of-uninitialised-value.patch, + 0001-QPdf-addImage-avoid-a-QImage-detach-when-it-s-in-an-.patch, + 0001-QSslCertificate-blacklist-NIC-certificates-from-Indi.patch, + 0002-Fixes-crash-in-bmp-and-ico-image-decoding.patch, + fix-a-division-by-zero.patch, + fix-detection-of-GCC5.patch, + fix-upload-corruptions-when-server-closes-connection.patch: + * upstreamed + +--- libqt4-sql-plugins.changes: same change --- /work/SRC/openSUSE:Factory/libqt4/libqt4.changes2015-06-03 08:15:29.0 +0200 +++ /work/SRC/openSUSE:Factory/.libqt4.new/libqt4.changes 2016-02-17 12:14:35.0 +0100 @@ -1,0 +2,14 @@ +Thu Feb 11 14:45:23 UTC 2016 - rguent...@suse.com + +- Explicitely build with -std=gnu++98. [bnc#964458] + +--- +Wed Feb 10 12:28:49 UTC 2016 - alarr...@suse.com + +- Added 0001-Fix-exclusion-of-anonymous-ciphers.patch from upstream + to disable exp-adh and aecdh ciphers. +- Added disable-rc4-ciphers-bnc865241.diff to disable <128 bits and + RC4 based ciphers which are now considered insecure. This + makes konqueror pass the https://www.howsmyssl.com test (bnc#865241) + +--- New: 0001-Fix-exclusion-of-anonymous-ciphers.patch disable-rc4-ciphers-bnc865241.diff Other differences: -- ++ libqt4-devel-doc.spec ++ --- /var/tmp/diff_new_pack.Qzc6r2/_old 2016-02-17 12:14:40.0 +0100 +++ /var/tmp/diff_new_pack.Qzc6r2/_new 2016-02-17 12:14:40.0 +0100 @@ -1,7 +1,7 @@ # # spec file for package libqt4-devel-doc # -# 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 @@ -114,6 +114,10 @@ Patch164: l-qclipboard_delay.patch # PATCH-FIX-OPENSUSE fix_qrasterpixmapdata_bnc847880.diff -- fix image rect copy optimization that copied "garbage" when used in qemu/cirrus (bnc#847880) Patch165: fix_qrasterpixmapdata_bnc847880.diff +# PATCH-FIX-UPSTREAM 0001-Fix-exclusion-of-anonymous-ciphers.patch -- Exclude more ciphers from being used by default +Patch166: 0001-Fix-exclusion-of-anonymous-ciphers.patch +# PATCH-FIX-OPENSUSE disable-insecure-ciphers-bnc865241.diff -- Disable insecure ciphers (rc4, aecdh, adh, exp-adh, <128 bits) +Patch167: disable-rc4-ciphers-bnc865241.diff BuildRoot: %{_tmppath}/%{name}-%{version}-build %define common_options --opensource -fast -no-separate-debug-info -shared -xkb -openssl-linked -xrender -xcursor -dbus-linked -xfixes -xrandr -xinerama -sm -no-nas-sound -no-rpath -system-libjpeg -system-libpng -accessibility -cups -stl -nis -system-zlib -prefix /usr -L %{_libdir} -libdir %{_libdir} -docdir %_docdir/%{base_name} -examplesdir %{_libdir}/qt4/
commit libfsntfs for openSUSE:Factory
Hello community, here is the log from the commit of package libfsntfs for openSUSE:Factory checked in at 2016-02-17 10:24:29 Comparing /work/SRC/openSUSE:Factory/libfsntfs (Old) and /work/SRC/openSUSE:Factory/.libfsntfs.new (New) Package is "libfsntfs" Changes: --- /work/SRC/openSUSE:Factory/libfsntfs/libfsntfs.changes 2016-01-28 17:24:22.0 +0100 +++ /work/SRC/openSUSE:Factory/.libfsntfs.new/libfsntfs.changes 2016-02-17 12:14:13.0 +0100 @@ -1,0 +2,6 @@ +Wed Feb 3 20:16:14 UTC 2016 - greg.freem...@gmail.com + +- use internal libfdata. Builds began failing with the recent update of numerous libyal packages +- run through spec-cleaner + +--- Other differences: -- ++ libfsntfs.spec ++ --- /var/tmp/diff_new_pack.JmBYCk/_old 2016-02-17 12:14:14.0 +0100 +++ /var/tmp/diff_new_pack.JmBYCk/_new 2016-02-17 12:14:14.0 +0100 @@ -1,7 +1,7 @@ # # spec file for package libfsntfs # -# 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 @@ -16,37 +16,37 @@ # -Name: libfsntfs %define lname libfsntfs1 %define timestamp 20151130 -Version:0~%timestamp +Name: libfsntfs +Version:0~%{timestamp} Release:0 Summary:Library and tools to access the NTFS filesystem License:LGPL-3.0+ and GFDL-1.3+ Group: Productivity/File utilities Url:https://github.com/libyal/libfsntfs/wiki -Source: https://github.com/libyal/libfsntfs/releases/download/%timestamp/%name-experimental-%timestamp.tar.gz +Source: https://github.com/libyal/libfsntfs/releases/download/%{timestamp}/%{name}-experimental-%{timestamp}.tar.gz BuildRequires: pkg-config BuildRequires: python-devel -BuildRequires: pkgconfig(libclocale) >= 20130609 -BuildRequires: pkgconfig(libuna) >= 20120425 -BuildRequires: pkgconfig(libfguid) >= 20130904 BuildRequires: pkgconfig(libbfio) >= 20130721 BuildRequires: pkgconfig(libcdata) >= 20130904 BuildRequires: pkgconfig(libcfile) >= 20130609 +BuildRequires: pkgconfig(libclocale) >= 20130609 BuildRequires: pkgconfig(libcnotify) >= 20130609 BuildRequires: pkgconfig(libcpath) >= 20130609 BuildRequires: pkgconfig(libcsplit) >= 20130609 BuildRequires: pkgconfig(libcsystem) >= 20120425 -BuildRequires: pkgconfig(libfdatetime) >= 20130317 BuildRequires: pkgconfig(libcthreads) BuildRequires: pkgconfig(libfcache) -BuildRequires: pkgconfig(libfdata) +BuildRequires: pkgconfig(libfdatetime) >= 20130317 +BuildRequires: pkgconfig(libfguid) >= 20130904 BuildRequires: pkgconfig(libfwnt) -#as of Dec 2, 2015, the various released versions of the below all cause compile errors. +BuildRequires: pkgconfig(libuna) >= 20120425 +#as of Feb 2, 2016, the various released versions of the below all cause compile errors. # libcerror and libcstring are examples of very fundamental parts of libyal, but the latest released version causes build errors here (12/2/2015). -#BuildRequires: pkgconfig(libcerror) > 20151201 -#BuildRequires: pkgconfig(libcstring) > 20151201 +#BuildRequires: pkgconfig(libcerror) > 20150407 +#BuildRequires: pkgconfig(libcstring) > 20150101 +#BuildRequires: pkgconfig(libfdata) #not yet in OBS #BuildRequires: pkgconfig(libfusn) BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -56,12 +56,12 @@ Note that this project currently only focuses on the analysis of the format. -%package -n %lname +%package -n %{lname} Summary:Library to access the New Technology File System (NTFS). License:LGPL-3.0+ Group: System/Libraries -%description -n %lname +%description -n %{lname} libfsntfs is a library to access the New Technology File System (NTFS). Note that this project currently only focuses on the analysis of the format. @@ -80,60 +80,61 @@ Summary:Development files for libfsntfs License:LGPL-3.0+ and GFDL-1.3+ Group: Development/Libraries/C and C++ -Requires: %lname = %version +Requires: %{lname} = %{version} %description devel -%name is a library to access the New Technology File System (NTFS). +%{name} is a library to access the New Technology File System (NTFS). This subpackage contains libraries and header files for developing -applications that want to make use of %name. +applications that want to make use of %{name}. -%package -n python-%name +%package -n python-%{name} Summary:Python bindings for libfsntfs License:
commit libapr-util1 for openSUSE:Factory
Hello community, here is the log from the commit of package libapr-util1 for openSUSE:Factory checked in at 2016-02-17 10:31:12 Comparing /work/SRC/openSUSE:Factory/libapr-util1 (Old) and /work/SRC/openSUSE:Factory/.libapr-util1.new (New) Package is "libapr-util1" Changes: --- /work/SRC/openSUSE:Factory/libapr-util1/libapr-util1.changes 2015-10-25 15:10:23.0 +0100 +++ /work/SRC/openSUSE:Factory/.libapr-util1.new/libapr-util1.changes 2016-02-17 12:14:00.0 +0100 @@ -1,0 +2,6 @@ +Thu Feb 4 11:13:02 UTC 2016 - pgaj...@suse.com + +- require postgresql-devel less then 9.4 to fix build on SLE_12 + and SLE_12_SP1 + +--- Other differences: -- ++ libapr-util1.spec ++ --- /var/tmp/diff_new_pack.zYJ1oV/_old 2016-02-17 12:14:01.0 +0100 +++ /var/tmp/diff_new_pack.zYJ1oV/_new 2016-02-17 12:14:01.0 +0100 @@ -1,7 +1,7 @@ # # spec file for package libapr-util1 # -# 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 @@ -41,7 +41,11 @@ BuildRequires: openldap2-devel BuildRequires: openssl-devel BuildRequires: pkgconfig +%if 0%{?suse_version} == 1315 && !0%{?is_opensuse} +BuildRequires: postgresql-devel < 9.4 +%else BuildRequires: postgresql-devel >= 9.1.0 +%endif BuildRequires: sqlite-devel %requires_gelibapr1 BuildRoot: %{_tmppath}/%{name}-%{version}-build
commit libevtx for openSUSE:Factory
Hello community, here is the log from the commit of package libevtx for openSUSE:Factory checked in at 2016-02-17 10:26:48 Comparing /work/SRC/openSUSE:Factory/libevtx (Old) and /work/SRC/openSUSE:Factory/.libevtx.new (New) Package is "libevtx" Changes: --- /work/SRC/openSUSE:Factory/libevtx/libevtx.changes 2016-02-09 13:31:40.0 +0100 +++ /work/SRC/openSUSE:Factory/.libevtx.new/libevtx.changes 2016-02-17 12:14:10.0 +0100 @@ -12,0 +13 @@ +- use internal libfwevt. fixes failures found in integration testing with plaso Other differences: -- ++ libevtx.spec ++ --- /var/tmp/diff_new_pack.Ok4ZJQ/_old 2016-02-17 12:14:11.0 +0100 +++ /var/tmp/diff_new_pack.Ok4ZJQ/_new 2016-02-17 12:14:11.0 +0100 @@ -29,32 +29,34 @@ Source2:Windows_XML_Event_Log_(EVTX).pdf BuildRequires: pkg-config BuildRequires: python-devel -BuildRequires: pkgconfig(libbfio) >= 20121003 +#latest version of these in OBS as of Jan 28, 2016 +BuildRequires: pkgconfig(libbfio) >= 20160108 BuildRequires: pkgconfig(libcdata) >= 20130407 BuildRequires: pkgconfig(libcdirectory) >= 20120425 BuildRequires: pkgconfig(libcfile) >= 20130609 -BuildRequires: pkgconfig(libclocale) >= 20130609 -BuildRequires: pkgconfig(libcnotify) >= 20130609 +BuildRequires: pkgconfig(libclocale) >= 20150101 +BuildRequires: pkgconfig(libcnotify) >= 20150101 BuildRequires: pkgconfig(libcpath) >= 20130609 BuildRequires: pkgconfig(libcsplit) >= 20130609 -BuildRequires: pkgconfig(libcsystem) >= 20120425 +BuildRequires: pkgconfig(libcsystem) >= 20150629 BuildRequires: pkgconfig(libexe) >= 20120405 BuildRequires: pkgconfig(libfcache) >= 20120405 BuildRequires: pkgconfig(libfdata) >= 20120405 -BuildRequires: pkgconfig(libfwevt) >= 20120426 BuildRequires: pkgconfig(libregf) >= 20140803 BuildRequires: pkgconfig(libuna) >= 20130609 BuildRequires: pkgconfig(libwrc) >= 20140803 + #testing fails if the factory package is used, use the internal version -#verified 1/12/2015 -#BuildRequires: pkgconfig(libfdatetime) > 20150101 -#BuildRequires: pkgconfig(libfguid) > 20150101 -#BuildRequires: pkgconfig(libfvalue) > 20150101 -#BuildRequires: pkgconfig(libfwnt) > 20150101 +#verified 2/2/2016 +#BuildRequires: pkgconfig(libfvalue) > 20151226 +#BuildRequires: pkgconfig(libfguid) >= 20150104 +#BuildRequires: pkgconfig(libfdatetime) >= 20150507 +#BuildRequires: pkgconfig(libfwnt) >= 20151206 +#BuildRequires: pkgconfig(libfwevt) >= 20160103 #build fails if the factory package is used, use the internal version -#verified 1/12/2015 +#verified 1/28/2016 #BuildRequires: pkgconfig(libcstring) > 20150101 -#BuildRequires: pkgconfig(libcerror) > 20150101 +#BuildRequires: pkgconfig(libcerror) > 20150407 BuildRoot: %{_tmppath}/%{name}-%{version}-build %description
commit libmtp for openSUSE:Factory
Hello community, here is the log from the commit of package libmtp for openSUSE:Factory checked in at 2016-02-17 10:30:15 Comparing /work/SRC/openSUSE:Factory/libmtp (Old) and /work/SRC/openSUSE:Factory/.libmtp.new (New) Package is "libmtp" Changes: --- /work/SRC/openSUSE:Factory/libmtp/libmtp.changes2015-11-04 15:30:47.0 +0100 +++ /work/SRC/openSUSE:Factory/.libmtp.new/libmtp.changes 2016-02-17 12:14:27.0 +0100 @@ -1,0 +2,9 @@ +Wed Feb 10 21:06:21 UTC 2016 - meiss...@suse.com + +- updated to 1.1.11 release + - lots of new USB id updates + - small usb 3 bugfix +- libmtp.keyring: temporary add my older key, as I mistakenly + used that to sign the tarball + +--- Old: libmtp-1.1.10.tar.gz libmtp-1.1.10.tar.gz.asc New: libmtp-1.1.11.tar.gz libmtp-1.1.11.tar.gz.asc Other differences: -- ++ libmtp.spec ++ --- /var/tmp/diff_new_pack.PkANJH/_old 2016-02-17 12:14:28.0 +0100 +++ /var/tmp/diff_new_pack.PkANJH/_new 2016-02-17 12:14:28.0 +0100 @@ -1,7 +1,7 @@ # # spec file for package libmtp # -# 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 @@ -26,7 +26,7 @@ Summary:Commandline utilities for access to MTP Players License:LGPL-2.1+ Group: Productivity/Multimedia/Sound/Players -Version:1.1.10 +Version:1.1.11 Release:0 %define sonum 9 Source0: http://downloads.sourceforge.net/project/%{name}/%{name}/%{version}/%{name}-%{version}.tar.gz ++ libmtp-1.1.10.tar.gz -> libmtp-1.1.11.tar.gz ++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libmtp-1.1.10/aclocal.m4 new/libmtp-1.1.11/aclocal.m4 --- old/libmtp-1.1.10/aclocal.m42015-10-04 15:36:54.0 +0200 +++ new/libmtp-1.1.11/aclocal.m42016-02-10 21:17:33.0 +0100 @@ -1143,32 +1143,63 @@ test -n "$acl_libdirstem2" || acl_libdirstem2="$acl_libdirstem" ]) -# pkg.m4 - Macros to locate and utilise pkg-config.-*- Autoconf -*- -# serial 1 (pkg-config-0.24) -# -# Copyright © 2004 Scott James Remnant . -# -# This program is free software; you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation; either version 2 of the License, or -# (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, but -# WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -# General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with this program; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -# -# As a special exception to the GNU General Public License, if you -# distribute this file as part of a program that contains a -# configuration script generated by Autoconf, you may include it under -# the same distribution terms that you use for the rest of that program. - -# PKG_PROG_PKG_CONFIG([MIN-VERSION]) -# -- +dnl pkg.m4 - Macros to locate and utilise pkg-config. -*- Autoconf -*- +dnl serial 11 (pkg-config-0.29) +dnl +dnl Copyright © 2004 Scott James Remnant . +dnl Copyright © 2012-2015 Dan Nicholson +dnl +dnl This program is free software; you can redistribute it and/or modify +dnl it under the terms of the GNU General Public License as published by +dnl the Free Software Foundation; either version 2 of the License, or +dnl (at your option) any later version. +dnl +dnl This program is distributed in the hope that it will be useful, but +dnl WITHOUT ANY WARRANTY; without even the implied warranty of +dnl MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +dnl General Public License for more details. +dnl +dnl You should have received a copy of the GNU General Public License +dnl along with this program; if not, write to the Free Software +dnl Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA +dnl 02111-1307, USA. +dnl +dnl As a special exception to the GNU General Public License, if you +dnl distribute this file as part of a program that contains a +dnl configuration script generated by Autoconf, you may include it under +dnl the same distribution terms that you use for the rest of that +dnl program. + +dnl PKG_PREREQ(MIN-VERSION) +dnl --
commit leechcraft for openSUSE:Factory
Hello community, here is the log from the commit of package leechcraft for openSUSE:Factory checked in at 2016-02-17 10:24:30 Comparing /work/SRC/openSUSE:Factory/leechcraft (Old) and /work/SRC/openSUSE:Factory/.leechcraft.new (New) Package is "leechcraft" Changes: --- /work/SRC/openSUSE:Factory/leechcraft/leechcraft-doc.changes 2015-12-01 09:19:27.0 +0100 +++ /work/SRC/openSUSE:Factory/.leechcraft.new/leechcraft-doc.changes 2016-02-17 12:13:51.0 +0100 @@ -1,0 +2,7 @@ +Wed Feb 3 17:25:40 UTC 2016 - dap.darkn...@gmail.com + +- 0.6.70-6053-g34d21e8 git snapshot. +- leechcraft-lmp-append-gstreamer-include-dirs-pkgconfig.patch + was removed as already provided via upstream tarball. + +--- --- /work/SRC/openSUSE:Factory/leechcraft/leechcraft.changes2015-12-01 09:19:27.0 +0100 +++ /work/SRC/openSUSE:Factory/.leechcraft.new/leechcraft.changes 2016-02-17 12:13:51.0 +0100 @@ -1,0 +2,11 @@ +Wed Feb 3 17:25:40 UTC 2016 - dap.darkn...@gmail.com + +- Updated to 0.6.70-6053-g34d21e8 git snapshot: + * Threads utility was split out. + * Taglib >= 1.10 became supported. +- Musiczombie plugin chromaprint future was enabled for Factory. +- C++14 code and xproxy plugin were enabled for Factory. +- leechcraft-lmp-append-gstreamer-include-dirs-pkgconfig.patch + was removed as already provided via upstream tarball. + +--- Old: leechcraft-0.6.70-3565-g2d86529.tar.xz leechcraft-lmp-append-gstreamer-include-dirs-pkgconfig.patch New: leechcraft-0.6.70-6053-g34d21e8.tar.xz Other differences: -- ++ leechcraft-doc.spec ++ --- /var/tmp/diff_new_pack.ITEDJW/_old 2016-02-17 12:13:52.0 +0100 +++ /var/tmp/diff_new_pack.ITEDJW/_new 2016-02-17 12:13:52.0 +0100 @@ -1,7 +1,7 @@ # # spec file for package leechcraft-doc # -# 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 @@ -16,10 +16,10 @@ # -%define LEECHCRAFT_VERSION 0.6.70-3565-g2d86529 +%define LEECHCRAFT_VERSION 0.6.70-6053-g34d21e8 Name: leechcraft-doc -Version:0.6.70+git.3565.g2d86529 +Version:0.6.70+git.6053.g34d21e8 Release:0 Summary:Modular Internet Client Documentation License:BSL-1.0 ++ leechcraft.spec ++ --- /var/tmp/diff_new_pack.ITEDJW/_old 2016-02-17 12:13:52.0 +0100 +++ /var/tmp/diff_new_pack.ITEDJW/_new 2016-02-17 12:13:52.0 +0100 @@ -1,7 +1,7 @@ # # spec file for package leechcraft # -# 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 @@ -22,17 +22,18 @@ %define qml_dir %{_datadir}/leechcraft/qml %define so_ver 0_6_75 -%define LEECHCRAFT_VERSION 0.6.70-3565-g2d86529 -%define db_postfix %{so_ver} +%define LEECHCRAFT_VERSION 0.6.70-6053-g34d21e8 +%define db_postfix %{so_ver}_1 %define gui_postfix %{so_ver}_1 -%define models_postfix %{so_ver} +%define models_postfix %{so_ver}_1 %define network_postfix %{so_ver}_1 %define qml_postfix %{so_ver}_2 %define shortcuts_postfix %{so_ver} -%define sll_postfix %{so_ver} +%define sll_postfix %{so_ver}_1 %define svcauth_postfix %{so_ver} %define sys_postfix %{so_ver}_1 %define tags_postfix %{so_ver}_1 +%define threads_postfix %{so_ver} %define x11_postfix -%{so_ver} %define xdg_postfix %{so_ver} %define xpc_postfix %{so_ver}_2 @@ -45,13 +46,13 @@ %endif %if 0%{?suse_version} > 1320 -%define use_cpp14 0 +%define use_cpp14 1 %else %define use_cpp14 0 %endif Name: leechcraft -Version:0.6.70+git.3565.g2d86529 +Version:0.6.70+git.6053.g34d21e8 Release:0 Summary:Modular Internet Client License:BSL-1.0 @@ -59,15 +60,14 @@ Url:http://leechcraft.org Source0: http://dist.leechcraft.org/LeechCraft/0.6.75/leechcraft-%{LEECHCRAFT_VERSION}.tar.xz -# PATCH-FIX-UPSTREAM leechcraft-lmp-append-gstreamer-include-dirs-pkgconfig.patch m...@suse.com -Patch1: leechcraft-lmp-append-gstreamer-include-dirs-pkgconfig.patch + BuildRequires: Qross-devel BuildRequires: boost-devel >= 1.50 BuildRequires: cmake > 2.8.10 BuildRequires: fdupes BuildRequires: file-devel %if %{use_cpp14} -BuildRequires: gcc-c++ >= 4.9 +BuildRequires: gcc-c++ >= 5 %else
commit gutenprint for openSUSE:Factory
Hello community, here is the log from the commit of package gutenprint for openSUSE:Factory checked in at 2016-02-17 10:29:43 Comparing /work/SRC/openSUSE:Factory/gutenprint (Old) and /work/SRC/openSUSE:Factory/.gutenprint.new (New) Package is "gutenprint" Changes: --- /work/SRC/openSUSE:Factory/gutenprint/gutenprint.changes2015-10-19 22:48:15.0 +0200 +++ /work/SRC/openSUSE:Factory/.gutenprint.new/gutenprint.changes 2016-02-17 12:12:45.0 +0100 @@ -1,0 +2,21 @@ +Wed Feb 3 09:51:56 CET 2016 - jsm...@suse.de + +- Version upgrade to 5.2.11: + * Added and enhanced support (and bugfixes) for many +dye sublimation printers. +Some dye sublimation printer models utilize a print engine +that requires the host system to process the print data using +unknown algorithms. Until these algorithms can be determined +and re-implemented, these models are unsuitable for general +use due to very poor output quality. + * Added support for some Datamax-O'Neil PCL printers. + * Added support for some Epson inkjet printers. + * Added support for many Canon inkjet printers +(mostly for PIXMA, PIXUS and MAXIFY models) +and bugfixes (mainly for several BJC models). +For most Canon inkjet printers the current +support status is still EXPERIMENTAL, see +http://gimp-print.sourceforge.net/p_Supported_Printers.php + For details see the NEWS file. + +--- Old: gutenprint-5.2.11-pre2.tar.bz2 New: gutenprint-5.2.11.tar.bz2 Other differences: -- ++ gutenprint.spec ++ --- /var/tmp/diff_new_pack.FZjbSI/_old 2016-02-17 12:12:46.0 +0100 +++ /var/tmp/diff_new_pack.FZjbSI/_new 2016-02-17 12:12:46.0 +0100 @@ -1,7 +1,7 @@ # # spec file for package gutenprint # -# 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,10 +18,10 @@ Name: gutenprint Url:http://gutenprint.sourceforge.net -Version:5.2.10pre11.2 +Version:5.2.11 Release:0 -#define tarball_version %{version} -%define tarball_version 5.2.11-pre2 +%define tarball_version %{version} +#define tarball_version 5.2.11-pre2 %define gutenprintmajor 5.2 BuildRequires: cairo-devel # SLE10 and SLE11 and SLE12 need special BuildRequires. @@ -86,8 +86,8 @@ # Install into this non-root directory (required when it is built as non-root user): BuildRoot: %{_tmppath}/%{name}-%{version}-build # URL for Source0: -# http://downloads.sourceforge.net/project/gimp-print/gutenprint-5.2/5.2.10/gutenprint-5.2.10.tar.bz2 # http://downloads.sourceforge.net/project/gimp-print/gutenprint-5.2/5.2.11-pre2/gutenprint-5.2.11-pre2.tar.bz2 +# http://downloads.sourceforge.net/project/gimp-print/gutenprint-5.2/5.2.11/gutenprint-5.2.11.tar.bz2 Source0:gutenprint-%{tarball_version}.tar.bz2 # Patch0...Patch9 is for patches from upstream: # Patch10...Patch99 is for openSUSE patches which which are intended for upstream: ++ gutenprint-5.2.11-pre2.tar.bz2 -> gutenprint-5.2.11.tar.bz2 ++ /work/SRC/openSUSE:Factory/gutenprint/gutenprint-5.2.11-pre2.tar.bz2 /work/SRC/openSUSE:Factory/.gutenprint.new/gutenprint-5.2.11.tar.bz2 differ: char 11, line 1
commit hack-fonts for openSUSE:Factory
Hello community, here is the log from the commit of package hack-fonts for openSUSE:Factory checked in at 2016-02-17 10:26:47 Comparing /work/SRC/openSUSE:Factory/hack-fonts (Old) and /work/SRC/openSUSE:Factory/.hack-fonts.new (New) Package is "hack-fonts" Changes: --- /work/SRC/openSUSE:Factory/hack-fonts/hack-fonts.changes2016-02-09 13:31:37.0 +0100 +++ /work/SRC/openSUSE:Factory/.hack-fonts.new/hack-fonts.changes 2016-02-17 12:12:47.0 +0100 @@ -1,0 +2,8 @@ +Thu Jan 21 16:24:05 UTC 2016 - fcro...@suse.com + +- Release 2.019: + * adjusted size / positioning on a lot of glyphs. +- Update url for LICENSE.md and README.md to fetch released version + of those files from github. + +--- Old: Hack-v2_018-ttf.zip New: Hack-v2_019-ttf.zip Other differences: -- ++ hack-fonts.spec ++ --- /var/tmp/diff_new_pack.bw37XQ/_old 2016-02-17 12:12:48.0 +0100 +++ /var/tmp/diff_new_pack.bw37XQ/_new 2016-02-17 12:12:48.0 +0100 @@ -17,8 +17,8 @@ %define realname Hack -%define realver 2.018 -%define filever 2_018 +%define realver 2.019 +%define filever 2_019 %define extraver -ttf %define srcext zip # Common info @@ -30,8 +30,8 @@ Group: System/X11/Fonts Url:http://sourcefoundry.org/hack/ Source: https://github.com/chrissimpkins/Hack/releases/download/v%{realver}/%{realname}-v%{filever}%{?extraver}.%{srcext} -Source1: https://raw.githubusercontent.com/chrissimpkins/Hack/master/README.md -Source2: https://raw.githubusercontent.com/chrissimpkins/Hack/master/LICENSE.md +Source1: https://raw.githubusercontent.com/chrissimpkins/Hack/v%{realver}/README.md +Source2: https://raw.githubusercontent.com/chrissimpkins/Hack/v%{realver}/LICENSE.md BuildRequires: fontpackages-devel BuildRequires: unzip %reconfigure_fonts_prereq ++ README.md ++ --- /var/tmp/diff_new_pack.bw37XQ/_old 2016-02-17 12:12:48.0 +0100 +++ /var/tmp/diff_new_pack.bw37XQ/_new 2016-02-17 12:12:48.0 +0100 @@ -17,7 +17,7 @@ - [About](https://github.com/chrissimpkins/Hack#about) - [Typeface Data](https://github.com/chrissimpkins/Hack#data) - [Type Specimen](http://chrissimpkins.github.io/Hack/font-specimen.html) -- [Desktop Usage](https://github.com/chrissimpkins/Hack#desktop-usage) +- [Desktop Installation](https://github.com/chrissimpkins/Hack#desktop-installation) - [Web Font Usage](https://github.com/chrissimpkins/Hack#webfont-usage) - [Hack by CDN](https://github.com/chrissimpkins/Hack#hack-by-cdn) - [Self-Hosted Font Files](https://github.com/chrissimpkins/Hack#host-hack-font-files-on-your-server) @@ -51,20 +51,51 @@ Click the image for the full type specimen. -### Desktop Usage +### Desktop Installation - Recommended Binaries for OS X Users +Hack is available for download in either [OTF][otf_latest] or [TTF][ttf_latest] formats. The best format and install approach depends on your operating system. If you do not know which format is optimal for your system, the TTF files should be used as your default. -The .otf or .ttf files may be used on OS X platforms. +Because Hack is under active development and updates are released frequently we highly recommended using a package manager or other auto-updating utility. While the package manager releases may be a bit delayed relative to the repository releases, the package managers automate and simplify font updates on your system. Please note that the Hack packages in these package managers are not maintained by the Hack project developers. If you come across a problem with the release schedule in your package manager, please report it directly to the respective package maintainer on your platform. -- [Download .otf fonts](https://github.com/chrissimpkins/Hack/releases/download/v2.018/Hack-v2_018-otf.zip) -- [Download .ttf fonts](https://github.com/chrissimpkins/Hack/releases/download/v2.018/Hack-v2_018-ttf.zip) + OS X - Recommended Binaries for Linux and Windows Users +The easiest way to install and update Hack on OS X is to use the [Homebrew](http://brew.sh/) package manager. To install the fonts on OS X use the command: -The .ttf files are recommended for screen use on Linux and Windows platforms. +$ brew cask install caskroom/fonts/font-hack -- [Download .ttf fonts](https://github.com/chrissimpkins/Hack/releases/download/v2.018/Hack-v2_018-ttf.zip) +To install the fonts manually you may use either the [OTF][otf_latest] or [TTF][ttf_latest] formats. Download the zip file and extract it. Double clicking each of the font files will open a preview in [Font Book](h
commit javapackages-tools for openSUSE:Factory
Hello community, here is the log from the commit of package javapackages-tools for openSUSE:Factory checked in at 2016-02-17 10:33:24 Comparing /work/SRC/openSUSE:Factory/javapackages-tools (Old) and /work/SRC/openSUSE:Factory/.javapackages-tools.new (New) Package is "javapackages-tools" Changes: --- /work/SRC/openSUSE:Factory/javapackages-tools/javapackages-tools.changes 2015-04-02 16:00:53.0 +0200 +++ /work/SRC/openSUSE:Factory/.javapackages-tools.new/javapackages-tools.changes 2016-02-17 12:13:11.0 +0100 @@ -1,0 +2,17 @@ +Fri Feb 12 15:21:42 UTC 2016 - toddrme2...@gmail.com + +- Add create_valid_xml_comments.patch + python-lxml 3.5.0 introduces validation for xml comments, and + one of the comments created in this package were not valid. + This patch fixes the problem. It backported from upstream and + should be in the next release. + https://github.com/mizdebsk/javapackages/commit/84211c0ee761e93ee507f5d37e9fc80ec377e89d + +--- +Mon Feb 8 20:23:42 UTC 2016 - tchva...@suse.com + +- Version update to 4.6.0: + * various bugfixes for maven tooling + * introduction to gradle-local package for gradle packaging + +--- Old: javapackages-4.4.0.tar.xz New: create_valid_xml_comments.patch javapackages-4.6.0.tar.xz Other differences: -- ++ javapackages-tools.spec ++ --- /var/tmp/diff_new_pack.hEdzIY/_old 2016-02-17 12:13:11.0 +0100 +++ /var/tmp/diff_new_pack.hEdzIY/_new 2016-02-17 12:13:11.0 +0100 @@ -1,7 +1,7 @@ # # spec file for package javapackages-tools # -# 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: javapackages-tools -Version:4.4.0 +Version:4.6.0 Release:0 Summary:Macros and scripts for Java packaging support License:BSD-3-Clause @@ -30,6 +30,8 @@ #PATCH-FIX-SUSE: We put macros to /etc/rpm directly so make it reflected by #the install script Patch1: suse-macros-install-location.patch +#PATCH-FIX-Upstream: create_valid_xml_comments.patch -- make comments that pass python-lxml validation - https://github.com/mizdebsk/javapackages/commit/84211c0ee761e93ee507f5d37e9fc80ec377e89d +Patch2: create_valid_xml_comments.patch BuildRequires: asciidoc BuildRequires: dia BuildRequires: fdupes @@ -77,6 +79,16 @@ %description -n maven-local This package provides macros and scripts to support packaging Maven artifacts. +%package -n gradle-local +Summary:Local mode for Gradle +Group: Development/Languages/Java +Requires: %{name} = %{version} +Requires: javapackages-local = %{version} + +%description -n gradle-local +This package implements local mode for Gradle, which allows artifact +resolution using XMvn resolver. + %package -n ivy-local Summary:Local mode for Apache Ivy Group: Development/Languages/Java @@ -116,6 +128,7 @@ %setup -q -n javapackages-%{version} %patch0 -p1 %patch1 -p1 +%patch2 -p1 %build %configure --rpmconfigdir=%{_sysconfdir}/rpm/ @@ -144,6 +157,10 @@ %files -n maven-local -f files-maven %defattr(-,root,root,-) +%files -n gradle-local -f files-gradle +%defattr(-,root,root) +%dir %{_datadir}/gradle-local + %files -n ivy-local -f files-ivy %defattr(-,root,root,-) %dir %{_sysconfdir}/ant.d ++ create_valid_xml_comments.patch ++ >From 84211c0ee761e93ee507f5d37e9fc80ec377e89d Mon Sep 17 00:00:00 2001 From: Mikolaj Izdebski Date: Thu, 3 Dec 2015 06:58:58 +0100 Subject: [PATCH] Fix TravisCI test failure --- java-utils/pom_editor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/java-utils/pom_editor.py b/java-utils/pom_editor.py index eac7ab1..364a443 100644 --- a/java-utils/pom_editor.py +++ b/java-utils/pom_editor.py @@ -580,7 +580,7 @@ def pom_remove_parent(pom=None): """[POM location]""" try: pom.replace_xml(pom.xpath_query_element("/pom:project/pom:parent"), -etree.Comment(" parent POM reference removed by maintainer --> ")) +etree.Comment(" parent POM reference removed by maintainer ")) except PomQueryNoMatch: raise PomQueryNoMatch("POM doesn't specify parent.") ++ javapackages-4.4.0.tar.xz -> javapackages-4.6.0.tar.xz ++ 10837 lines of diff (skipped) ++ suse-macros-install-location.patch ++ --- /var/
commit installation-images-openSUSE for openSUSE:Factory
Hello community, here is the log from the commit of package installation-images-openSUSE for openSUSE:Factory checked in at 2016-02-17 10:31:02 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-02-09 13:31:30.0 +0100 +++ /work/SRC/openSUSE:Factory/.installation-images-openSUSE.new/installation-images-openSUSE.changes 2016-02-17 12:13:03.0 +0100 @@ -1,0 +2,6 @@ +Thu Feb 11 10:15:18 UTC 2016 - snw...@suse.com + +- giving up on rubygem packaging (bsc#966145) +- 14.225 + +--- Old: installation-images-14.224.tar.xz New: installation-images-14.225.tar.xz Other differences: -- ++ installation-images-openSUSE.spec ++ --- /var/tmp/diff_new_pack.c5sqc3/_old 2016-02-17 12:13:03.0 +0100 +++ /var/tmp/diff_new_pack.c5sqc3/_new 2016-02-17 12:13:03.0 +0100 @@ -369,7 +369,7 @@ Summary:Installation Image Files for %theme License:GPL-2.0+ Group: Metapackages -Version:14.224 +Version:14.225 Release:0 Provides: installation-images = %version-%release Source: installation-images-%{version}.tar.xz ++ installation-images-14.224.tar.xz -> installation-images-14.225.tar.xz ++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/installation-images-14.224/VERSION new/installation-images-14.225/VERSION --- old/installation-images-14.224/VERSION 2016-02-08 17:13:34.0 +0100 +++ new/installation-images-14.225/VERSION 2016-02-11 11:14:27.0 +0100 @@ -1 +1 @@ -14.224 +14.225 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/installation-images-14.224/changelog new/installation-images-14.225/changelog --- old/installation-images-14.224/changelog2016-02-08 17:13:34.0 +0100 +++ new/installation-images-14.225/changelog2016-02-11 11:14:27.0 +0100 @@ -1,3 +1,6 @@ +2016-02-11:14.225 + - giving up on rubygem packaging (bsc #966145) + 2016-02-08:14.224 - drop the '(SNAPSHOT)' part of displayed Tumbleweed version (bsc #965645) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/installation-images-14.224/data/root/root.file_list new/installation-images-14.225/data/root/root.file_list --- old/installation-images-14.224/data/root/root.file_list 2016-02-08 17:13:34.0 +0100 +++ new/installation-images-14.225/data/root/root.file_list 2016-02-11 11:14:27.0 +0100 @@ -38,18 +38,6 @@ # just a template that does nothing d . -TEMPLATE ruby.*-rubygem-.*: - /usr/*/ruby/gems/*/gems/*/VERSION - /usr/*/ruby/gems/*/gems/*/lib - /usr/*/ruby/gems/*/specifications - /usr/*/ruby/gems/*/extensions - -TEMPLATE rubygem-.*: - /usr/*/ruby/gems/*/gems/*/VERSION - /usr/*/ruby/gems/*/gems/*/lib - /usr/*/ruby/gems/*/specifications - /usr/*/ruby/gems/*/extensions - TEMPLATE skelcd-control-.*: # just a template that does nothing d .
commit gputils for openSUSE:Factory
Hello community, here is the log from the commit of package gputils for openSUSE:Factory checked in at 2016-02-17 10:25:37 Comparing /work/SRC/openSUSE:Factory/gputils (Old) and /work/SRC/openSUSE:Factory/.gputils.new (New) Package is "gputils" Changes: --- /work/SRC/openSUSE:Factory/gputils/gputils.changes 2014-12-01 14:00:50.0 +0100 +++ /work/SRC/openSUSE:Factory/.gputils.new/gputils.changes 2016-02-17 12:12:32.0 +0100 @@ -1,0 +2,6 @@ +Sun Jan 3 18:59:58 UTC 2016 - w...@ire.pw.edu.pl + +- updated to 1.4.2 +- gputils-no-build-time.patch updated + +--- Old: gputils-1.4.0-1.tar.gz New: gputils-1.4.2-1.tar.gz Other differences: -- ++ gputils.spec ++ --- /var/tmp/diff_new_pack.ZwNTVv/_old 2016-02-17 12:12:33.0 +0100 +++ /var/tmp/diff_new_pack.ZwNTVv/_new 2016-02-17 12:12:33.0 +0100 @@ -15,8 +15,8 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # -%define ver 1.4.0 -%define version %{ver}.1 +%define ver 1.4.2 +%define version %{ver} %define src_ver %{ver}-1 Name: gputils @@ -55,7 +55,7 @@ Documentation for gputils and supported PIC MCUs. %prep -%setup -q -n %{name}-%{src_ver} +%setup -q %patch1 -p1 %build ++ gputils-1.4.0-1.tar.gz -> gputils-1.4.2-1.tar.gz ++ /work/SRC/openSUSE:Factory/gputils/gputils-1.4.0-1.tar.gz /work/SRC/openSUSE:Factory/.gputils.new/gputils-1.4.2-1.tar.gz differ: char 5, line 1 ++ gputils-no-build-time.patch ++ --- /var/tmp/diff_new_pack.ZwNTVv/_old 2016-02-17 12:12:33.0 +0100 +++ /var/tmp/diff_new_pack.ZwNTVv/_new 2016-02-17 12:12:33.0 +0100 @@ -1,6 +1,6 @@ -diff -up gputils-1.4.0-1/gpasm/gpasm.h.in.date gputils-1.4.0-1/gpasm/gpasm.h.in gputils-1.4.0-1/gpasm/gpasm.h.in.date 2014-08-28 15:26:05.0 +0200 -+++ gputils-1.4.0-1/gpasm/gpasm.h.in 2014-11-15 23:54:21.0 +0100 +diff -up gputils-1.4.2/gpasm/gpasm.h.in.orig gputils-1.4.2/gpasm/gpasm.h.in +--- gputils-1.4.2/gpasm/gpasm.h.in.orig2015-12-12 12:07:25.0 +0100 gputils-1.4.2/gpasm/gpasm.h.in 2016-01-03 19:34:09.0 +0100 @@ -22,7 +22,7 @@ Boston, MA 02111-1307, USA. */ #ifndef __GPASM_H__ #define __GPASM_H__ @@ -10,9 +10,9 @@ /* This symbol will get placed into the symbol table for the 16bit cores * and thus allow compile-time selection of the proper macro set */ -diff -up gputils-1.4.0-1/gplink/gplink.h.in.date gputils-1.4.0-1/gplink/gplink.h.in gputils-1.4.0-1/gplink/gplink.h.in.date2014-06-25 10:26:58.0 +0200 -+++ gputils-1.4.0-1/gplink/gplink.h.in 2014-11-15 23:54:21.0 +0100 +diff -up gputils-1.4.2/gplink/gplink.h.in.orig gputils-1.4.2/gplink/gplink.h.in +--- gputils-1.4.2/gplink/gplink.h.in.orig 2015-12-12 11:06:23.0 +0100 gputils-1.4.2/gplink/gplink.h.in 2016-01-03 19:34:09.0 +0100 @@ -22,7 +22,7 @@ Boston, MA 02111-1307, USA. */ #ifndef GPLINK_H #define GPLINK_H @@ -22,9 +22,9 @@ #define MAX_PATHS 100 -diff -up gputils-1.4.0-1/gputils/gpdasm.h.in.date gputils-1.4.0-1/gputils/gpdasm.h.in gputils-1.4.0-1/gputils/gpdasm.h.in.date 2014-11-15 23:54:21.0 +0100 -+++ gputils-1.4.0-1/gputils/gpdasm.h.in2014-11-15 23:55:43.0 +0100 +diff -up gputils-1.4.2/gputils/gpdasm.h.in.orig gputils-1.4.2/gputils/gpdasm.h.in +--- gputils-1.4.2/gputils/gpdasm.h.in.orig 2016-01-03 19:34:09.0 +0100 gputils-1.4.2/gputils/gpdasm.h.in 2016-01-03 19:34:59.0 +0100 @@ -24,7 +24,7 @@ Boston, MA 02111-1307, USA. */ #include "labelset.h" @@ -34,11 +34,11 @@ extern struct gpdasm_state { pic_processor_t processor;/* selected processor */ -diff -up gputils-1.4.0-1/gputils/gplib.h.in.date gputils-1.4.0-1/gputils/gplib.h.in gputils-1.4.0-1/gputils/gplib.h.in.date2013-03-03 17:50:16.0 +0100 -+++ gputils-1.4.0-1/gputils/gplib.h.in 2014-11-15 23:54:21.0 +0100 +diff -up gputils-1.4.2/gputils/gplib.h.in.orig gputils-1.4.2/gputils/gplib.h.in +--- gputils-1.4.2/gputils/gplib.h.in.orig 2016-01-03 19:34:09.0 +0100 gputils-1.4.2/gputils/gplib.h.in 2016-01-03 19:35:16.0 +0100 @@ -32,7 +32,7 @@ enum lib_modes { - ar_null + AR_NULL }; -#define GPLIB_VERSION_STRING ("gplib-" VERSION " #" @REVISION@ " (" __DATE__ ")") @@ -46,9 +46,9 @@ #define MAX_OBJ_NAMES 256 -diff -up gputils-1.4.0-1/gputils/gpstrip.h.in.date gputils-1.4.0-1/gputils/gpstrip.h.in gputils-1.4.0-1/gputils/gpstrip.h.in.date 2013-03-03 17:50:16.0 +0100 -+++ gputils-1.4.0-1/gputils/gpstrip.h.in 2014-11-15 23:54:21.0 +0100 +diff -up
commit gsoap for openSUSE:Factory
Hello community, here is the log from the commit of package gsoap for openSUSE:Factory checked in at 2016-02-17 10:30:06 Comparing /work/SRC/openSUSE:Factory/gsoap (Old) and /work/SRC/openSUSE:Factory/.gsoap.new (New) Package is "gsoap" Changes: --- /work/SRC/openSUSE:Factory/gsoap/gsoap.changes 2015-06-12 20:28:14.0 +0200 +++ /work/SRC/openSUSE:Factory/.gsoap.new/gsoap.changes 2016-02-17 12:12:36.0 +0100 @@ -1,0 +2,39 @@ +Wed Feb 3 09:07:07 UTC 2016 - jeng...@inai.de + +- Update to new upstream release 2.8.28 +* Added many new API functions to a fully redisigned XML DOM API + v5 for C and C++ with new DOM API documentation. The redesigned + DOM API v5 is mostly backward compatible to DOM API v4, but + with DOM string data members changed to text members. Many API + functions are added to define a clean interface without having + to use the DOM structure data members. The + soap_dom_next_element() function now takes a second parameter + that is an element pointer to stop deep traversal at (use NULL + for old behavior). See updated XML DOM and XPath documentation + for details. +* Added C serialization to/from strings with new C soap struct + members const char *soap::is input string to parse from and + const char **soap:os pointer to string that is set by the + engine to point to the output. Note that C++ code is unchanged + and the soap::is and soap::os are still members pointers to + istream and ostream streams (use std::stringstream for + input/output from/to strings). +* Added JSON API C function set_size to set/change array sizes + and JSON API C function set_struct to create an empty JSON + object. +* Improved jsoncpp command line tool to generate JSONPath C code + and improved overall to generate more compact code. +* Improved SOAP_DEFAULTNS flag to emit XML default namespace + declarations. +* Improved strictness of XML verification under default settings + (i.e. without requiring SOAP_XML_STRICT). +* Changed string deserialization when XML content with tags is + encountered: XML tags are no longer parsed as part of strings. + You must use XML string type to parse literal XML content or + use DOM. +- Remove gsoap-allocator.diff, gsoap-reset-error-code.diff + (merged upstream) +- Add gsoap-00-builtsource.diff, gsoap-03-seqpoint.diff, + gsoap-no-tcpfastopen-fail.diff + +--- @@ -41 +79,0 @@ -- Add gsoap-mindeflateratio.diff Old: gsoap-2.8.22.tar.xz gsoap-allocator.diff New: gsoap-00-builtsource.diff gsoap-03-seqpoint.diff gsoap-2.8.28.tar.xz gsoap-no-tcpfastopen-fail.diff Other differences: -- ++ gsoap.spec ++ --- /var/tmp/diff_new_pack.05Mblc/_old 2016-02-17 12:12:37.0 +0100 +++ /var/tmp/diff_new_pack.05Mblc/_new 2016-02-17 12:12:37.0 +0100 @@ -1,7 +1,7 @@ # # spec file for package gsoap # -# 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,7 +18,7 @@ Name: gsoap %define lname libgsoap-2_8 -Version:2.8.22 +Version:2.8.28 Release:0 Summary:Toolkit for C/C++ server and client web service applications License:SUSE-GPL-2.0+-with-openssl-exception @@ -29,10 +29,12 @@ Source: gsoap-%version.tar.xz Source2:sanitize_source.sh Patch13:gsoap-automake1_13.diff +Patch0: gsoap-00-builtsource.diff Patch1: gsoap-01-sharedlibs.diff Patch2: gsoap-02-typepuns.diff -Patch3: gsoap-mindeflateratio.diff -Patch4: gsoap-allocator.diff +Patch3: gsoap-03-seqpoint.diff +Patch4: gsoap-mindeflateratio.diff +Patch6: gsoap-no-tcpfastopen-fail.diff BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: autoconf BuildRequires: automake @@ -41,7 +43,6 @@ BuildRequires: gcc-c++ BuildRequires: libtool BuildRequires: pkg-config -BuildRequires: xz BuildRequires: pkgconfig(gnutls) BuildRequires: pkgconfig(libcrypto) BuildRequires: pkgconfig(libssl) @@ -93,36 +94,35 @@ %prep %setup -q cmp gsoap/stdsoap2.cpp gsoap/stdsoap2.c -%patch -P 13 -P 1 -P 2 -P 3 -P 4 -p1 -cp gsoap/stdsoap2.cpp gsoap/stdsoap2.c +%patch -P 13 -P 0 -P 1 -P 2 -P 3 -P 4 -P 6 -p1 +ln -fs stdsoap2.cpp gsoap/stdsoap2.c %build # Rebuild configure - fix that utterly long mktime test. -autoreconf -fi; +autoreconf -fi %configure --enable-ipv6 --disable-static -pushd gsoap/src/; +pushd gsoap/src/ # build prerequisites for parallel build first -make soapc
commit gnumeric for openSUSE:Factory
Hello community, here is the log from the commit of package gnumeric for openSUSE:Factory checked in at 2016-02-17 10:25:38 Comparing /work/SRC/openSUSE:Factory/gnumeric (Old) and /work/SRC/openSUSE:Factory/.gnumeric.new (New) Package is "gnumeric" Changes: --- /work/SRC/openSUSE:Factory/gnumeric/gnumeric.changes2016-01-01 19:50:18.0 +0100 +++ /work/SRC/openSUSE:Factory/.gnumeric.new/gnumeric.changes 2016-02-17 12:12:23.0 +0100 @@ -1,0 +2,31 @@ +Sat Feb 6 19:28:12 UTC 2016 - zai...@opensuse.org + +- Update to version 1.12.27: + + Read/write rich-text font-size from ODF files (bgo#759983). + + Read/write zoom values to/from ODF files in LO compatible way +(bgo#700013). + + Read new attribute to am/pm element in ODF import (bgo#760043). + + Fix NETWORKDAYS (bgo#760576). + + Fuzzed file fix (bgo#760546). + + Fix data labels when the source is a range with several rows +and columns (bgo#761048). + + Teach ssconvert to split sheets into separate .txt files +(bgo#694408). + + Improve test suite. + + Fuzzed file fixes: bgo#760046, bgo#760085, bgo##760087, +bgo#760089, bgo#760043, bgo#760103, bgo#760102, bgo##760101, +bgo#760105, bgo#760106, bgo#760104, bgo#760229, bgo#760231, +bgo#760232, bgo#760544, bgo#760545, bgo#761295. + + Fix R.DBINOM extreme-value case (bgo#760230). + + New function AGM. + + Fix canvas problem leaving grab in place (bgo#760639). + + Work around gtk+ bug causing growing windows (bgo#761142). + + Improve BESSELJ and BESSELY. + + Improve BETA accuracy. + + Fix problem with database functions (bgo#761305). + + Fix font problem for ssconvert to pdf (bgo#761296). + + Fix bison check (bgo#761398). + + Improve IMIGAMMA coverage. +- Add bison BuildRequires: New dependency. + +--- Old: gnumeric-1.12.26.tar.xz New: gnumeric-1.12.27.tar.xz Other differences: -- ++ gnumeric.spec ++ --- /var/tmp/diff_new_pack.tgNwum/_old 2016-02-17 12:12:25.0 +0100 +++ /var/tmp/diff_new_pack.tgNwum/_new 2016-02-17 12:12:25.0 +0100 @@ -1,7 +1,7 @@ # # spec file for package gnumeric # -# 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,13 +17,14 @@ Name: gnumeric -Version:1.12.26 +Version:1.12.27 Release:0 Summary:Spreadsheet Application License:GPL-2.0 or GPL-3.0 Group: Productivity/Office/Spreadsheets Url:http://www.gnumeric.org/ Source0: http://download.gnome.org/sources/gnumeric/1.12/%{name}-%{version}.tar.xz +BuildRequires: bison BuildRequires: fdupes BuildRequires: intltool BuildRequires: libgsf-devel ++ gnumeric-1.12.26.tar.xz -> gnumeric-1.12.27.tar.xz ++ /work/SRC/openSUSE:Factory/gnumeric/gnumeric-1.12.26.tar.xz /work/SRC/openSUSE:Factory/.gnumeric.new/gnumeric-1.12.27.tar.xz differ: char 27, line 1
commit ghc-vault for openSUSE:Factory
Hello community, here is the log from the commit of package ghc-vault for openSUSE:Factory checked in at 2016-02-17 10:25:57 Comparing /work/SRC/openSUSE:Factory/ghc-vault (Old) and /work/SRC/openSUSE:Factory/.ghc-vault.new (New) Package is "ghc-vault" Changes: --- /work/SRC/openSUSE:Factory/ghc-vault/ghc-vault.changes 2015-12-09 22:17:31.0 +0100 +++ /work/SRC/openSUSE:Factory/.ghc-vault.new/ghc-vault.changes 2016-02-17 12:12:04.0 +0100 @@ -1,0 +2,6 @@ +Sun Feb 14 07:30:54 UTC 2016 - mimi...@gmail.com + +- update to 0.3.0.6 +* Bump dependencies to allow base >= 4.5 && < 4.10. + +--- Old: vault-0.3.0.5.tar.gz New: vault-0.3.0.6.tar.gz Other differences: -- ++ ghc-vault.spec ++ --- /var/tmp/diff_new_pack.XHYTU8/_old 2016-02-17 12:12:04.0 +0100 +++ /var/tmp/diff_new_pack.XHYTU8/_new 2016-02-17 12:12:04.0 +0100 @@ -19,7 +19,7 @@ %global pkg_name vault Name: ghc-vault -Version:0.3.0.5 +Version:0.3.0.6 Release:0 Summary:A persistent store for values of arbitrary types License:BSD-3-Clause ++ vault-0.3.0.5.tar.gz -> vault-0.3.0.6.tar.gz ++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/vault-0.3.0.5/CHANGELOG.md new/vault-0.3.0.6/CHANGELOG.md --- old/vault-0.3.0.5/CHANGELOG.md 2015-11-30 21:53:05.0 +0100 +++ new/vault-0.3.0.6/CHANGELOG.md 2016-02-12 00:29:44.0 +0100 @@ -1,16 +1,28 @@ ## Changelog for the `vault` package +**0.3.0.6** + +* Bump dependencies to allow `base >= 4.5 && < 4.10`. + **0.3.0.5** * Add support for GHC type roles extension, using the `RoleAnnotations` language pragma. -**0.3.0.4** — Bump upper version bound for the `base` dependency. +**0.3.0.4** + +* Bump upper version bound for the `base` dependency. + +**0.3.0.3** + +* Bump upper version bound for the `base` dependency. + +**0.3.0.2** -**0.3.0.3** — Bump upper version bound for the `base` dependency. +* Fix tarball. -**0.3.0.2** — Fix tarball. +**0.3.0.1** -**0.3.0.1** — Use CPP to reduce code duplication. +* Use CPP to reduce code duplication. **0.3.0.0** diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/vault-0.3.0.5/vault.cabal new/vault-0.3.0.6/vault.cabal --- old/vault-0.3.0.5/vault.cabal 2015-11-30 21:53:05.0 +0100 +++ new/vault-0.3.0.6/vault.cabal 2016-02-12 00:29:44.0 +0100 @@ -1,5 +1,5 @@ Name: vault -Version:0.3.0.5 +Version:0.3.0.6 Synopsis: a persistent store for values of arbitrary types Description: A /vault/ is a persistent store for values of arbitrary types. @@ -39,7 +39,7 @@ Library hs-source-dirs: src -build-depends: base >= 4.5 && < 4.9, +build-depends: base >= 4.5 && < 4.10, containers >= 0.4 && < 0.6, unordered-containers >= 0.2.3.0 && < 0.3, hashable >= 1.1.2.5 && < 1.3
commit ghc-stm-containers for openSUSE:Factory
Hello community, here is the log from the commit of package ghc-stm-containers for openSUSE:Factory checked in at 2016-02-17 10:25:53 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 2015-11-10 10:02:06.0 +0100 +++ /work/SRC/openSUSE:Factory/.ghc-stm-containers.new/ghc-stm-containers.changes 2016-02-17 12:12:00.0 +0100 @@ -1,0 +2,5 @@ +Sun Feb 14 07:28:17 UTC 2016 - mimi...@gmail.com + +- update to 0.2.10 + +--- Old: stm-containers-0.2.9.tar.gz New: stm-containers-0.2.10.tar.gz Other differences: -- ++ ghc-stm-containers.spec ++ --- /var/tmp/diff_new_pack.pDACeO/_old 2016-02-17 12:12:01.0 +0100 +++ /var/tmp/diff_new_pack.pDACeO/_new 2016-02-17 12:12:01.0 +0100 @@ -20,7 +20,7 @@ %bcond_with tests Name: ghc-stm-containers -Version:0.2.9 +Version:0.2.10 Release:0 Summary:Containers for STM Group: System/Libraries ++ stm-containers-0.2.9.tar.gz -> stm-containers-0.2.10.tar.gz ++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/stm-containers-0.2.9/stm-containers.cabal new/stm-containers-0.2.10/stm-containers.cabal --- old/stm-containers-0.2.9/stm-containers.cabal 2015-03-30 10:44:11.0 +0200 +++ new/stm-containers-0.2.10/stm-containers.cabal 2016-02-12 13:36:47.0 +0100 @@ -1,7 +1,7 @@ name: stm-containers version: - 0.2.9 + 0.2.10 synopsis: Containers for STM description: @@ -61,17 +61,17 @@ STMContainers.Set build-depends: -- data: -hashable < 1.3, +hashable < 2, -- control: list-t >= 0.2 && < 0.5, focus >= 0.1.2 && < 0.2, -transformers >= 0.2 && < 0.5, +transformers >= 0.2 && < 0.6, -- debugging: loch-th == 0.2.*, placeholders == 0.1.*, -- general: primitive >= 0.5 && < 0.7, -base-prelude == 0.1.* +base-prelude < 2 default-extensions: Arrows, BangPatterns, ConstraintKinds, DataKinds, DefaultSignatures, DeriveDataTypeable, DeriveFunctor, DeriveGeneric, EmptyDataDecls, FlexibleContexts, FlexibleInstances, FunctionalDependencies, GADTs, GeneralizedNewtypeDeriving, ImpredicativeTypes, LambdaCase, LiberalTypeSynonyms, MagicHash, MultiParamTypeClasses, MultiWayIf, NoImplicitPrelude, NoMonomorphismRestriction, OverloadedStrings, PatternGuards, ParallelListComp, QuasiQuotes, RankNTypes, RecordWildCards, ScopedTypeVariables, StandaloneDeriving, TemplateHaskell, TupleSections, TypeFamilies, TypeOperators, UnboxedTuples default-language: @@ -92,21 +92,21 @@ -- testing: free >= 4.6 && < 5, mtl == 2.*, -QuickCheck >= 2.6 && < 2.8, -HTF == 0.12.*, +QuickCheck >= 2.6 && < 3, +HTF == 0.13.*, -- data: hashable < 1.3, -- control: list-t >= 0.2 && < 0.5, focus >= 0.1.2 && < 0.2, -transformers >= 0.2 && < 0.5, +transformers, -- debugging: loch-th == 0.2.*, placeholders == 0.1.*, -- general: -primitive == 0.5.*, +primitive, mtl-prelude < 3, -base-prelude == 0.1.* +base-prelude default-extensions: Arrows, BangPatterns, ConstraintKinds, DataKinds, DefaultSignatures, DeriveDataTypeable, DeriveFunctor, DeriveGeneric, EmptyDataDecls, FlexibleContexts, FlexibleInstances, FunctionalDependencies, GADTs, GeneralizedNewtypeDeriving, ImpredicativeTypes, LambdaCase, LiberalTypeSynonyms, MagicHash, MultiParamTypeClasses, MultiWayIf, NoImplicitPrelude, NoMonomorphismRestriction, OverloadedStrings, PatternGuards, ParallelListComp, QuasiQuotes, RankNTypes, RecordWildCards, ScopedTypeVariables, StandaloneDeriving, TemplateHaskell, TupleSections, TypeFamilies, TypeOperators, UnboxedTuples default-language: @@ -124,22 +124,21 @@ APITests.MapTests APITests.MapTests.Update build-depends: -QuickCheck == 2.7.*, -HTF == 0.12.*, +QuickCheck >= 2.7 && < 3, +HTF == 0.13.*, stm-containers, -- debugging: loch-th == 0.2.*, placeholders == 0.1.*, -- general: -base-prelude == 0.1.*, list-t >= 0.2 && < 0.5, focus >= 0.1.2 && < 0.2, unordered-containers == 0.2.*, free >= 4.6 && < 5, mtl == 2.*, -hashable < 1.3, +hashable, mtl-prelude < 3, -base-prelude == 0.1.* +base-prelude default-extensions: Arrows, BangPatterns, ConstraintKinds, DataKinds, DefaultSignatures, DeriveDataTypeable, DeriveFunctor, DeriveGeneric, Emp
commit ghc-reflection for openSUSE:Factory
Hello community, here is the log from the commit of package ghc-reflection for openSUSE:Factory checked in at 2016-02-17 10:25:52 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-01-11 19:12:02.0 +0100 +++ /work/SRC/openSUSE:Factory/.ghc-reflection.new/ghc-reflection.changes 2016-02-17 12:11:55.0 +0100 @@ -1,0 +2,6 @@ +Sun Feb 14 07:26:25 UTC 2016 - mimi...@gmail.com + +- update to 2.1.2 +* Support cross-compilation and unregistered GHC builds. + +--- Old: reflection-2.1.1.1.tar.gz New: reflection-2.1.2.tar.gz Other differences: -- ++ ghc-reflection.spec ++ --- /var/tmp/diff_new_pack.iGRNkN/_old 2016-02-17 12:11:55.0 +0100 +++ /var/tmp/diff_new_pack.iGRNkN/_new 2016-02-17 12:11:55.0 +0100 @@ -18,7 +18,7 @@ %global pkg_name reflection Name: ghc-reflection -Version:2.1.1.1 +Version:2.1.2 Release:0 Summary:Reifies arbitrary terms into types that can be reflected back into terms Group: System/Libraries ++ reflection-2.1.1.1.tar.gz -> reflection-2.1.2.tar.gz ++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/reflection-2.1.1.1/.travis.yml new/reflection-2.1.2/.travis.yml --- old/reflection-2.1.1.1/.travis.yml 2016-01-07 14:20:43.0 +0100 +++ new/reflection-2.1.2/.travis.yml2016-02-11 11:29:40.0 +0100 @@ -1,8 +1,11 @@ env: + - GHCVER=7.0.2 CABALVER=1.24 + - GHCVER=7.2.2 CABALVER=1.24 - GHCVER=7.4.2 CABALVER=1.16 - GHCVER=7.6.3 CABALVER=1.16 - GHCVER=7.8.4 CABALVER=1.18 - GHCVER=7.10.1 CABALVER=1.22 + - GHCVER=8.0.1 CABALVER=1.24 - GHCVER=head CABALVER=head matrix: diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/reflection-2.1.1.1/CHANGELOG.markdown new/reflection-2.1.2/CHANGELOG.markdown --- old/reflection-2.1.1.1/CHANGELOG.markdown 2016-01-07 14:20:43.0 +0100 +++ new/reflection-2.1.2/CHANGELOG.markdown 2016-02-11 11:29:40.0 +0100 @@ -1,3 +1,6 @@ +# 2.1.2 +* Support cross-compilation and unregistered GHC builds. + # 2.1.1.1 * Fixed typos in the documentation. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/reflection-2.1.1.1/fast/Data/Reflection.hs new/reflection-2.1.2/fast/Data/Reflection.hs --- old/reflection-2.1.1.1/fast/Data/Reflection.hs 2016-01-07 14:20:43.0 +0100 +++ new/reflection-2.1.2/fast/Data/Reflection.hs2016-02-11 11:29:40.0 +0100 @@ -15,7 +15,12 @@ #define USE_TYPE_LITS 1 #endif #ifdef MIN_VERSION_template_haskell +# if __GLASGOW_HASKELL__ >= 800 +-- TH-subset that works with stage1 & unregisterised GHCs +{-# LANGUAGE TemplateHaskellQuotes #-} +# else {-# LANGUAGE TemplateHaskell #-} +# endif #endif {-# OPTIONS_GHC -fno-warn-orphans #-} diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/reflection-2.1.1.1/reflection.cabal new/reflection-2.1.2/reflection.cabal --- old/reflection-2.1.1.1/reflection.cabal 2016-01-07 14:20:43.0 +0100 +++ new/reflection-2.1.2/reflection.cabal 2016-02-11 11:29:40.0 +0100 @@ -1,5 +1,5 @@ name: reflection -version:2.1.1.1 +version:2.1.2 license:BSD3 license-file: LICENSE author: Edward A. Kmett, Elliott Hird, Oleg Kiselyov and Chung-chieh Shan @@ -73,6 +73,10 @@ default-language: Haskell98 if flag(template-haskell) && impl(ghc) +if !impl(ghc >= 8.0) + other-extensions: TemplateHaskell +-- else +-- other-extensions: TemplateHaskellQuotes -- Hackage doesn't know this extension yet build-depends: template-haskell if !flag(slow) && (impl(ghc) || impl(hugs))
commit ghc-streaming-commons for openSUSE:Factory
Hello community, here is the log from the commit of package ghc-streaming-commons for openSUSE:Factory checked in at 2016-02-17 10:25:54 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 2015-12-01 09:19:36.0 +0100 +++ /work/SRC/openSUSE:Factory/.ghc-streaming-commons.new/ghc-streaming-commons.changes 2016-02-17 12:12:01.0 +0100 @@ -1,0 +2,6 @@ +Thu Feb 11 08:50:21 UTC 2016 - mimi...@gmail.com + +- update to 0.1.15.1 +* Catch exceptions thrown by waitForProcess + +--- Old: streaming-commons-0.1.15.tar.gz New: streaming-commons-0.1.15.1.tar.gz Other differences: -- ++ ghc-streaming-commons.spec ++ --- /var/tmp/diff_new_pack.b7NfAk/_old 2016-02-17 12:12:02.0 +0100 +++ /var/tmp/diff_new_pack.b7NfAk/_new 2016-02-17 12:12:02.0 +0100 @@ -21,7 +21,7 @@ %bcond_with tests Name: ghc-streaming-commons -Version:0.1.15 +Version:0.1.15.1 Release:0 Summary:Common lower-level functions needed by various streaming data libraries License:MIT @@ -35,6 +35,7 @@ BuildRequires: ghc-rpm-macros # Begin cabal-rpm deps: BuildRequires: ghc-array-devel +BuildRequires: ghc-async-devel BuildRequires: ghc-blaze-builder-devel BuildRequires: ghc-bytestring-devel BuildRequires: ghc-directory-devel ++ streaming-commons-0.1.15.tar.gz -> streaming-commons-0.1.15.1.tar.gz ++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/streaming-commons-0.1.15/ChangeLog.md new/streaming-commons-0.1.15.1/ChangeLog.md --- old/streaming-commons-0.1.15/ChangeLog.md 2015-11-24 11:28:14.0 +0100 +++ new/streaming-commons-0.1.15.1/ChangeLog.md 2016-02-08 19:05:13.0 +0100 @@ -1,3 +1,7 @@ +## 0.1.15.1 + +* Catch exceptions thrown by `waitForProcess` + ## 0.1.15 * Use `NO_DELAY1 for TCP client connections [#27](https://github.com/fpco/streaming-commons/issues/27) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/streaming-commons-0.1.15/Data/Streaming/Process.hs new/streaming-commons-0.1.15.1/Data/Streaming/Process.hs --- old/streaming-commons-0.1.15/Data/Streaming/Process.hs 2015-11-24 11:28:14.0 +0100 +++ new/streaming-commons-0.1.15.1/Data/Streaming/Process.hs2016-02-08 19:05:13.0 +0100 @@ -31,11 +31,12 @@ ) where import Control.Applicative ((<$>), (<*>)) -import Control.Concurrent (forkIO) +import Control.Concurrent (forkIOWithUnmask) import Control.Concurrent.STM (STM, TMVar, atomically, newEmptyTMVar, putTMVar, readTMVar) -import Control.Exception (Exception, throwIO) +import Control.Exception (Exception, throwIO, try, throw, + SomeException) import Control.Monad.IO.Class (MonadIO, liftIO) import Data.Maybe (fromMaybe) import Data.Streaming.Process.Internal @@ -157,7 +158,16 @@ } ec <- atomically newEmptyTMVar -_ <- forkIO $ waitForProcess ph >>= atomically . putTMVar ec +-- Apparently waitForProcess can throw an exception itself when +-- delegate_ctlc is True, so to avoid this TMVar from being left empty, we +-- capture any exceptions and store them as an impure exception in the +-- TMVar +_ <- forkIOWithUnmask $ \_unmask -> try (waitForProcess ph) +>>= atomically + . putTMVar ec + . either + (throw :: SomeException -> a) + id (,,,) <$> getStdin stdinH diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/streaming-commons-0.1.15/streaming-commons.cabal new/streaming-commons-0.1.15.1/streaming-commons.cabal --- old/streaming-commons-0.1.15/streaming-commons.cabal2015-11-24 11:28:14.0 +0100 +++ new/streaming-commons-0.1.15.1/streaming-commons.cabal 2016-02-08 19:05:13.0 +0100 @@ -1,5 +1,5 @@ name:streaming-commons -version: 0.1.15 +version: 0.1.15.1 synopsis:Common lower-level functions needed by various streaming data libraries description: Provides low-dependency func
commit ghc-list-t for openSUSE:Factory
Hello community, here is the log from the commit of package ghc-list-t for openSUSE:Factory checked in at 2016-02-17 10:25:49 Comparing /work/SRC/openSUSE:Factory/ghc-list-t (Old) and /work/SRC/openSUSE:Factory/.ghc-list-t.new (New) Package is "ghc-list-t" Changes: --- /work/SRC/openSUSE:Factory/ghc-list-t/ghc-list-t.changes2015-11-10 10:02:21.0 +0100 +++ /work/SRC/openSUSE:Factory/.ghc-list-t.new/ghc-list-t.changes 2016-02-17 12:11:49.0 +0100 @@ -1,0 +2,5 @@ +Sun Feb 14 07:22:57 UTC 2016 - mimi...@gmail.com + +- update to 0.4.6 + +--- Old: list-t-0.4.5.1.tar.gz New: list-t-0.4.6.tar.gz Other differences: -- ++ ghc-list-t.spec ++ --- /var/tmp/diff_new_pack.NHIthL/_old 2016-02-17 12:11:50.0 +0100 +++ /var/tmp/diff_new_pack.NHIthL/_new 2016-02-17 12:11:50.0 +0100 @@ -20,7 +20,7 @@ %bcond_with tests Name: ghc-list-t -Version:0.4.5.1 +Version:0.4.6 Release:0 Summary:ListT done right Group: System/Libraries ++ list-t-0.4.5.1.tar.gz -> list-t-0.4.6.tar.gz ++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/list-t-0.4.5.1/library/ListT.hs new/list-t-0.4.6/library/ListT.hs --- old/list-t-0.4.5.1/library/ListT.hs 2015-04-24 20:53:43.0 +0200 +++ new/list-t-0.4.6/library/ListT.hs 2016-02-12 13:15:21.0 +0100 @@ -19,6 +19,7 @@ fromFoldable, fromMVar, unfold, + unfoldM, repeat, -- * Transformation utilities -- | @@ -72,8 +73,8 @@ return (Just (h1, (mappend s1' (ListT m2 instance Functor m => Functor (ListT m) where - fmap f (ListT m) = -ListT $ (fmap . fmap) (\(a, b) -> (f a, fmap f b)) m + fmap f = +ListT . (fmap . fmap) (f *** fmap f) . unListT instance (Monad m, Functor m) => Applicative (ListT m) where pure = @@ -114,8 +115,8 @@ lift . liftIO instance MFunctor ListT where - hoist f (ListT m) = -ListT $ f $ m >>= return . fmap (\(h, t) -> (h, hoist f t)) + hoist f = +ListT . f . (fmap . fmap) (id *** hoist f) . unListT instance MMonad ListT where embed f (ListT m) = @@ -293,6 +294,18 @@ maybe mzero (\(h, t) -> cons h (unfold f t)) (f s) -- | +-- Construct by unfolding a monadic data structure +-- +-- This is the most memory-efficient way to construct a ListT where +-- the length depends on the inner monad. +{-# INLINABLE unfoldM #-} +unfoldM :: (Monad m) => (b -> m (Maybe (a, b))) -> b -> ListT m a +unfoldM f = go where + go s = ListT $ f s >>= \case +Nothing -> return Nothing +Just (a,r) -> return (Just (a, go r)) + +-- | -- Produce an infinite stream. {-# INLINABLE repeat #-} repeat :: (MonadCons m) => a -> m a diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/list-t-0.4.5.1/list-t.cabal new/list-t-0.4.6/list-t.cabal --- old/list-t-0.4.5.1/list-t.cabal 2015-04-24 20:53:43.0 +0200 +++ new/list-t-0.4.6/list-t.cabal 2016-02-12 13:15:21.0 +0100 @@ -1,7 +1,7 @@ name: list-t version: - 0.4.5.1 + 0.4.6 synopsis: ListT done right description: @@ -43,12 +43,12 @@ exposed-modules: ListT build-depends: -mmorph == 1.0.*, -monad-control >= 0.3 && < 1.1, +mmorph == 1.*, +monad-control >= 0.3 && < 2, mtl == 2.*, transformers-base == 0.4.*, -transformers >= 0.3 && < 0.5, -base-prelude == 0.1.* +transformers >= 0.3 && < 0.6, +base-prelude < 2 default-extensions: Arrows, BangPatterns, ConstraintKinds, DataKinds, DefaultSignatures, DeriveDataTypeable, DeriveFunctor, DeriveGeneric, EmptyDataDecls, FlexibleContexts, FlexibleInstances, FunctionalDependencies, GADTs, GeneralizedNewtypeDeriving, ImpredicativeTypes, LambdaCase, LiberalTypeSynonyms, MagicHash, MultiParamTypeClasses, MultiWayIf, NoImplicitPrelude, NoMonomorphismRestriction, OverloadedStrings, PatternGuards, ParallelListComp, QuasiQuotes, RankNTypes, RecordWildCards, ScopedTypeVariables, StandaloneDeriving, TemplateHaskell, TupleSections, TypeFamilies, TypeOperators, UnboxedTuples default-language: @@ -65,9 +65,9 @@ build-depends: list-t, mmorph, -HTF == 0.12.*, +HTF == 0.13.*, mtl-prelude < 3, -base-prelude >= 0.1.3 && < 0.2 +base-prelude default-extensions: Arrows, BangPatterns, ConstraintKinds, DataKinds, DefaultSignatures, DeriveDataTypeable, DeriveFunctor, DeriveGeneric, EmptyDataDecls, FlexibleContexts, FlexibleInstances, FunctionalDependencies, GADTs, GeneralizedNewtypeDeriving, ImpredicativeTypes, LambdaCase, LiberalTypeSynonyms, MagicHash, MultiParamTypeClasses,
commit ghc-HTTP for openSUSE:Factory
Hello community, here is the log from the commit of package ghc-HTTP for openSUSE:Factory checked in at 2016-02-17 10:25:47 Comparing /work/SRC/openSUSE:Factory/ghc-HTTP (Old) and /work/SRC/openSUSE:Factory/.ghc-HTTP.new (New) Package is "ghc-HTTP" Changes: --- /work/SRC/openSUSE:Factory/ghc-HTTP/ghc-HTTP.changes2016-01-28 17:24:42.0 +0100 +++ /work/SRC/openSUSE:Factory/.ghc-HTTP.new/ghc-HTTP.changes 2016-02-17 12:11:33.0 +0100 @@ -1,0 +2,5 @@ +Thu Feb 11 08:27:41 UTC 2016 - mimi...@gmail.com + +- update to 4000.3.3 + +--- Old: HTTP-4000.3.2.tar.gz New: HTTP-4000.3.3.tar.gz Other differences: -- ++ ghc-HTTP.spec ++ --- /var/tmp/diff_new_pack.xJLvc8/_old 2016-02-17 12:11:34.0 +0100 +++ /var/tmp/diff_new_pack.xJLvc8/_new 2016-02-17 12:11:34.0 +0100 @@ -19,7 +19,7 @@ %global pkg_name HTTP Name: ghc-HTTP -Version:4000.3.2 +Version:4000.3.3 Release:0 Summary:A library for client-side HTTP License:BSD-3-Clause ++ HTTP-4000.3.2.tar.gz -> HTTP-4000.3.3.tar.gz ++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/HTTP-4000.3.2/HTTP.cabal new/HTTP-4000.3.3/HTTP.cabal --- old/HTTP-4000.3.2/HTTP.cabal2016-01-16 09:57:23.0 +0100 +++ new/HTTP-4000.3.3/HTTP.cabal2016-02-09 23:34:53.0 +0100 @@ -1,5 +1,5 @@ Name: HTTP -Version: 4000.3.2 +Version: 4000.3.3 Cabal-Version: >= 1.8 Build-type: Simple License: BSD3 @@ -98,7 +98,7 @@ -- note the test harness constraints should be kept in sync with these -- where dependencies are shared - Build-depends: base >= 4.3.0.0 && < 4.9, parsec >= 2.0 && < 3.2 + Build-depends: base >= 4.3.0.0 && < 4.10, parsec >= 2.0 && < 3.2 Build-depends: array >= 0.3.0.2 && < 0.6, bytestring >= 0.9.1.5 && < 0.11 Build-depends: time >= 1.1.2.3 && < 1.7 @@ -140,7 +140,7 @@ bytestring >= 0.9.1.5 && < 0.11, deepseq >= 1.3.0.0 && < 1.5, pureMD5 >= 0.2.4 && < 2.2, - base >= 4.3.0.0 && < 4.9, + base >= 4.3.0.0 && < 4.10, split >= 0.1.3 && < 0.3, test-framework >= 0.2.0 && < 0.9, test-framework-hunit >= 0.3.0 && <0.4
commit ghc-aeson-compat for openSUSE:Factory
Hello community, here is the log from the commit of package ghc-aeson-compat for openSUSE:Factory checked in at 2016-02-17 10:25:42 Comparing /work/SRC/openSUSE:Factory/ghc-aeson-compat (Old) and /work/SRC/openSUSE:Factory/.ghc-aeson-compat.new (New) Package is "ghc-aeson-compat" Changes: --- /work/SRC/openSUSE:Factory/ghc-aeson-compat/ghc-aeson-compat.changes 2015-12-29 12:59:46.0 +0100 +++ /work/SRC/openSUSE:Factory/.ghc-aeson-compat.new/ghc-aeson-compat.changes 2016-02-17 12:11:35.0 +0100 @@ -1,0 +2,9 @@ +Wed Feb 10 11:01:44 UTC 2016 - mimi...@gmail.com + +- update to 0.3.1.0 +- add remove_nats.patch +* aeson-0.11 support +* Add ToJSON Day and LocalTime instances +* Add Natural, Ordering and Version instances + +--- Old: aeson-compat-0.3.0.0.tar.gz New: aeson-compat-0.3.1.0.tar.gz remove_nats.patch Other differences: -- ++ ghc-aeson-compat.spec ++ --- /var/tmp/diff_new_pack.UtTnVi/_old 2016-02-17 12:11:36.0 +0100 +++ /var/tmp/diff_new_pack.UtTnVi/_new 2016-02-17 12:11:36.0 +0100 @@ -20,7 +20,7 @@ %bcond_with tests Name: ghc-aeson-compat -Version:0.3.0.0 +Version:0.3.1.0 Release:0 Summary:Compatibility layer for aeson Group: System/Libraries @@ -28,6 +28,8 @@ License:BSD-3-Clause Url:https://hackage.haskell.org/package/%{pkg_name} Source0: https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz +# PATCH-FIX-OPENSUSE remove_nats.patch -- mimi...@gmail.com +Patch0: remove_nats.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: ghc-Cabal-devel @@ -42,6 +44,7 @@ BuildRequires: ghc-scientific-devel BuildRequires: ghc-text-devel BuildRequires: ghc-time-devel +BuildRequires: ghc-time-locale-compat-devel BuildRequires: ghc-unordered-containers-devel BuildRequires: ghc-vector-devel %if %{with tests} @@ -70,7 +73,7 @@ %prep %setup -q -n %{pkg_name}-%{version} - +%patch0 -p1 %build %ghc_lib_build ++ aeson-compat-0.3.0.0.tar.gz -> aeson-compat-0.3.1.0.tar.gz ++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/aeson-compat-0.3.0.0/CHANGELOG.md new/aeson-compat-0.3.1.0/CHANGELOG.md --- old/aeson-compat-0.3.0.0/CHANGELOG.md 2015-12-25 16:40:06.0 +0100 +++ new/aeson-compat-0.3.1.0/CHANGELOG.md 2016-02-09 14:03:41.0 +0100 @@ -1,3 +1,11 @@ +# 0.3.1.0 + +- `aeson-0.11` support +- GHC 8.0.1 support +- Add `ToJSON` `Day` and `LocalTime` instances + - *NOTE* this instances are broken in `aeson-0.10.0.0` +- Add `Natural`, `Ordering` and `Version` instances + # 0.3.0.0 -Split out `aeson-extra` \ No newline at end of file +Split out `aeson-extra` diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/aeson-compat-0.3.0.0/aeson-compat.cabal new/aeson-compat-0.3.1.0/aeson-compat.cabal --- old/aeson-compat-0.3.0.0/aeson-compat.cabal 2015-12-25 16:57:50.0 +0100 +++ new/aeson-compat-0.3.1.0/aeson-compat.cabal 2016-02-09 14:03:41.0 +0100 @@ -3,7 +3,7 @@ -- see: https://github.com/sol/hpack name: aeson-compat -version:0.3.0.0 +version:0.3.1.0 synopsis: Compatibility layer for aeson description:Compatibility layer for @aeson@ category: Web @@ -13,7 +13,7 @@ maintainer: Oleg Grenrus license:BSD3 license-file: LICENSE -tested-with:GHC==7.6.3, GHC==7.8.4, GHC==7.10.3 +tested-with:GHC==7.6.3, GHC==7.8.4, GHC==7.10.3, GHC==8.0.1 build-type: Simple cabal-version: >= 1.10 @@ -30,16 +30,18 @@ src ghc-options: -Wall build-depends: - base >=4.6 && <4.9 -, aeson>=0.7.0.6 && <0.11 + base >=4.6 && <4.10 +, aeson>=0.7.0.6 && <0.11.1 , attoparsec >=0.12 && <0.14 , bytestring >=0.10 && <0.11 , containers >=0.5 && <0.6 , exceptions >=0.8 && <0.9 , hashable >=1.2 && <1.3 +, nats >=1 && <1.2 , scientific >=0.3 && <0.4 , text >=1.2 && <1.3 , time >=1.4.2 && <1.7 +, time-locale-compat >=0.1.0.1 && <0.2 , unordered-containers >=0.2 && <0.3 , vector >=0.10 && <0.12 exposed-modules: @@ -55,23 +57,26 @@ test ghc-options: -Wall build-depends: - base >=4.6 && <4.9 -, aeson