commit argyllcms for openSUSE:Factory

2015-02-27 Thread h_root
Hello community,

here is the log from the commit of package argyllcms for openSUSE:Factory 
checked in at 2015-02-27 11:09:07

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


Package is "argyllcms"

Changes:

--- /work/SRC/openSUSE:Factory/argyllcms/argyllcms.changes  2015-02-11 
16:31:08.0 +0100
+++ /work/SRC/openSUSE:Factory/.argyllcms.new/argyllcms.changes 2015-02-27 
11:09:08.0 +0100
@@ -1,0 +2,16 @@
+Tue Feb 24 15:00:24 UTC 2015 - rguent...@suse.com
+
+- Use -std=gnu89 for building to not run into broken __declspec
+  uses with the GCC 5 default of -std=gnu99.
+
+---
+Mon Feb 23 13:55:20 UTC 2015 - meiss...@suse.com
+
+- allow building with udev-mini by using pkgconfig(udev)
+
+---
+Mon Feb 23 13:48:38 UTC 2015 - meiss...@suse.com
+
+- do not rpm -q udev
+
+---



Other differences:
--
++ argyllcms.spec ++
--- /var/tmp/diff_new_pack.b7EldA/_old  2015-02-27 11:09:09.0 +0100
+++ /var/tmp/diff_new_pack.b7EldA/_new  2015-02-27 11:09:09.0 +0100
@@ -16,11 +16,7 @@
 #
 
 
-%if %( echo `rpm -q --queryformat %%{version} udev` ) > 190
-%define _udevrulesdir /usr/lib/udev/rules.d
-%else
-%define _udevrulesdir /lib/udev/rules.d
-%endif
+%define _udevrulesdir %(pkg-config --variable=udevdir udev)/rules.d
 
 %define archivename Argyll_V%{version}%{?alphaversion}_src.zip
 
@@ -58,7 +54,7 @@
 BuildRequires:  bison
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
-BuildRequires:  udev
+BuildRequires:  pkgconfig(udev)
 Requires:   udev
 %if 0%{?suse_version} < 1120
 BuildRequires:  hal
@@ -122,11 +118,11 @@
 
 %build
 cd ajam-2.5.2-1.3.3
-make CFLAGS="${RPM_OPT_FLAGS}"
+make CFLAGS="-std=gnu89 ${RPM_OPT_FLAGS}"
 ln -s $PWD/bin.unix/jam ../jam
 cd ..
 
-echo "CCFLAGS += ${RPM_OPT_FLAGS} -fno-strict-aliasing ;" >> Jamtop
+echo "CCFLAGS += -std=gnu89 ${RPM_OPT_FLAGS} -fno-strict-aliasing ;" >> Jamtop
 # Evil hack to get --as-needed working. The build system unfortunately lists 
all
 # the shared libraries by default on the command line _before_ the object to 
be built...
 echo "STDLIBS += -ldl -lrt -lX11 -lXext -lXxf86vm -lXinerama -lXrandr -lXau 
-lXdmcp -lXss -ltiff -ljpeg ;" >> Jamtop




-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit mksusecd for openSUSE:Factory

2015-02-27 Thread h_root
Hello community,

here is the log from the commit of package mksusecd for openSUSE:Factory 
checked in at 2015-02-27 11:10:13

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


Package is "mksusecd"

Changes:

--- /work/SRC/openSUSE:Factory/mksusecd/mksusecd.changes2015-02-25 
02:18:30.0 +0100
+++ /work/SRC/openSUSE:Factory/.mksusecd.new/mksusecd.changes   2015-02-27 
11:10:16.0 +0100
@@ -1,0 +2,7 @@
+Thu Feb 26 15:21:12 CET 2015 - snw...@suse.com
+
+- replace content.key with actual signing key used
+- handle duplicate filenames
+- 1.14
+
+---

Old:

  mksusecd-1.13.tar.xz

New:

  mksusecd-1.14.tar.xz



Other differences:
--
++ mksusecd.spec ++
--- /var/tmp/diff_new_pack.Ev9tXd/_old  2015-02-27 11:10:16.0 +0100
+++ /var/tmp/diff_new_pack.Ev9tXd/_new  2015-02-27 11:10:16.0 +0100
@@ -29,7 +29,7 @@
 Summary:Create SUSE Linux installation ISOs
 License:GPL-3.0+
 Group:  Hardware/Other
-Version:1.13
+Version:1.14
 Release:0
 Source: %{name}-%{version}.tar.xz
 Url:https://github.com/wfeldt/mksusecd

++ mksusecd-1.13.tar.xz -> mksusecd-1.14.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mksusecd-1.13/VERSION new/mksusecd-1.14/VERSION
--- old/mksusecd-1.13/VERSION   2015-02-24 14:20:20.0 +0100
+++ new/mksusecd-1.14/VERSION   2015-02-26 15:18:26.0 +0100
@@ -1 +1 @@
-1.13
+1.14
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mksusecd-1.13/changelog new/mksusecd-1.14/changelog
--- old/mksusecd-1.13/changelog 2015-02-24 14:20:20.0 +0100
+++ new/mksusecd-1.14/changelog 2015-02-26 15:18:26.0 +0100
@@ -1,3 +1,7 @@
+2015-02-26:1.14
+   - replace content.key with actual signing key used
+   - handle duplicate filenames
+
 2015-02-24:1.13
- support initrds with pre-sle12 key management
- support adding driver updates to initrd
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mksusecd-1.13/mksusecd new/mksusecd-1.14/mksusecd
--- old/mksusecd-1.13/mksusecd  2015-02-24 14:20:20.0 +0100
+++ new/mksusecd-1.14/mksusecd  2015-02-26 15:18:26.0 +0100
@@ -593,7 +593,10 @@
   for my $s (@sources) {
 File::Find::find({
   wanted => sub {
-$files->{$1} = $s->{dir} if m#^$s->{dir}/(.+)#;
+if(m#^$s->{dir}/(.+)#) {
+  push @{$mkisofs->{exclude}}, "$files->{$1}/$1" if $files->{$1};
+  $files->{$1} = $s->{dir};
+}
   },
   no_chdir => 1
 }, $s->{dir});
@@ -707,7 +710,7 @@
   my $f = fname($_[0]);
   my $n;
 
-  return unless defined $f;
+  return undef unless defined $f;
 
   # we may already have a copy...
   if($f eq "$tmp_new/$_[0]") {
@@ -1847,7 +1850,7 @@
 %no-protection
 %transient-key
 Key-Type: default
-Name-Real: mksusecd
+Name-Real: mksusecd Signing Key
 Name-Comment: transient key
 %pubring mksusecd.pub
 %secring mksusecd.sec
@@ -1942,8 +1945,15 @@
   return if !$sign_key_dir;
 
   my $c = copy_file "content";
+  return if !defined $c;
+
+  my $k = copy_file "content.key";
+  return if !defined $k;
+
   copy_file "content.asc";
 
+  system "cp $sign_key_pub $k";
+
   print "re-signing '/content'\n" if $opt_verbose >= 1;
 
   system "gpg --homedir=$sign_key_dir --batch --yes --armor --detach-sign $c";

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit unbound for openSUSE:Factory

2015-02-27 Thread h_root
Hello community,

here is the log from the commit of package unbound for openSUSE:Factory checked 
in at 2015-02-27 11:10:32

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


Package is "unbound"

Changes:

--- /work/SRC/openSUSE:Factory/unbound/unbound.changes  2014-12-10 
23:44:25.0 +0100
+++ /work/SRC/openSUSE:Factory/.unbound.new/unbound.changes 2015-02-27 
11:10:37.0 +0100
@@ -1,0 +2,54 @@
+Thu Feb 19 23:35:58 UTC 2015 - mrueck...@suse.de
+
+- update to 1.5.2
+  - Features
+- local-zone: example.com inform makes unbound log a message
+  with client IP for queries in that zone. Eg. for finding
+  infected hosts.
+- patch from Stephane Lapie that adds to the python API, that
+  exposes struct delegpt, and adds the find_delegation
+  function.
+- Updated contrib warmup.cmd/sh to support two modes - load
+  from pre-defined list of domains or (with filename as
+  argument) load from user-specified list of domains, and
+  updated contrib unbound_cache.sh/cmd to support
+  loading/save/reload cache to/from default path or (with
+  secondary argument) arbitrary path/filename, from Yuri
+  Voinov.
+- patch for remote control over local sockets, from Dag-Erling
+  Smorgrav, Ilya Bakulin. Use control-interface: /path/sock and
+  control-use-cert: no.
+- unbound-checkconf -f prints chroot with pidfile path.
+- infra-cache-min-rtt patch from Florian Riehm, for expected
+  long uplink roundtrip times.
+  - Bug Fixes
+- config.guess and config.sub update from libtoolize.
+- getauxval test for ppc64 linux compatibility.
+- make strip works for unbound-host and unbound-anchor.
+- print query name when max target count is exceeded.
+- patch from Stuart Henderson that fixes DESTDIR in
+  unbound-control-setup for installs where config is not in the
+  prefix location.
+- [bugzilla: 634 ] Fix #634: fix fail to start on Linux LTS
+  3.14.X, ignores missing IP_MTU_DISCOVER OMIT option (fix from
+  Remi Gacogne).
+- Patch from Philip Paeps to contrib/unbound_munin_ that uses
+  type ABSOLUTE. Allows munin.conf: [idleserver.example.net]
+  unbound_munin_hits.graph_period minute
+- Fix pyunbound ord call, portable for python 2 and 3.
+- Fix unintended use of gcc extension for incomplete enum
+  types, compile with pedantic c99 compliance (from Daniel
+  Dickman).
+- Fix pyunbound byte string representation for python3.
+- Fix 0x20 capsforid fallback to omit gratuitous NS and
+  additional section changes.
+- Fix validation failure in case upstream forwarder (ISC BIND)
+  does not have the same trust anchors and decides to insert
+  unsigned NS record in authority section.
+- Fix scrubber with harden-glue turned off to reject NS (and
+  other not-address) records.
+- iana portlist update.
+- [bugzilla: 643 ] Fix doc/example.conf.in: unnecessary
+  whitespace.
+
+---

Old:

  unbound-1.5.1.tar.gz

New:

  unbound-1.5.2.tar.gz



Other differences:
--
++ unbound.spec ++
--- /var/tmp/diff_new_pack.yjv174/_old  2015-02-27 11:10:38.0 +0100
+++ /var/tmp/diff_new_pack.yjv174/_new  2015-02-27 11:10:38.0 +0100
@@ -47,7 +47,7 @@
 %endif
 
 Name:   unbound
-Version:1.5.1
+Version:1.5.2
 Release:0
 #
 #

++ unbound-1.5.1.tar.gz -> unbound-1.5.2.tar.gz ++
 10808 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit python-raet for openSUSE:Factory

2015-02-27 Thread h_root
Hello community,

here is the log from the commit of package python-raet for openSUSE:Factory 
checked in at 2015-02-27 11:10:31

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


Package is "python-raet"

Changes:

--- /work/SRC/openSUSE:Factory/python-raet/python-raet.changes  2015-01-29 
09:58:32.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-raet.new/python-raet.changes 
2015-02-27 11:10:34.0 +0100
@@ -1,0 +2,15 @@
+Thu Feb 26 21:30:45 UTC 2015 - abo...@gmail.com
+
+- Updated to 0.6.1
+  - Updated tutorial fixed log message
+  - Added enum support using python 3.4 enums via backport enum34 raeting.py 
NamedTuples replaced with enums
+  - Added tutorial documents Fixed merge error Fixed bugs
+  - Updated setup.py dependencies
+  - Added python-argparse as depency for python < 2.7
+  - Windows impossible file check More coverage tests
+  - Python3 support
+  - Added support for burst size limits in the Message transaction to deal 
with limits on UDP receive buffers 
+on some hosts. Significant changes to how the Messenger and Messagent 
transactions work.
+  - Added more units tests for messaging.
+
+---

Old:

  raet-0.4.6.tar.gz

New:

  raet-0.6.1.tar.gz



Other differences:
--
++ python-raet.spec ++
--- /var/tmp/diff_new_pack.3HjWd3/_old  2015-02-27 11:10:35.0 +0100
+++ /var/tmp/diff_new_pack.3HjWd3/_new  2015-02-27 11:10:35.0 +0100
@@ -16,7 +16,7 @@
 #
 
 Name:   python-raet
-Version:0.4.6
+Version:0.6.1
 Release:0
 License:Apache-2.0
 Summary:Reliable Asynchronous Event Transport protocol
@@ -38,9 +38,11 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %if 0%{?suse_version} && 0%{?suse_version} <= 1110
 %{!?python_sitelib: %global python_sitelib %(python -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib()")}
+BuildRequires: python
 BuildRequires:  python-importlib
+BuildRequires:  python-argparse
 Requires:  python-importlib
-BuildRequires: python
+Requires:   python-argparse
 Requires:  python
 %else
 BuildArch:  noarch

++ raet-0.4.6.tar.gz -> raet-0.6.1.tar.gz ++
 13083 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit python-paramiko for openSUSE:Factory

2015-02-27 Thread h_root
Hello community,

here is the log from the commit of package python-paramiko for openSUSE:Factory 
checked in at 2015-02-27 11:09:59

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


Package is "python-paramiko"

Changes:

--- /work/SRC/openSUSE:Factory/python-paramiko/python-paramiko.changes  
2014-10-05 20:32:11.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-paramiko.new/python-paramiko.changes 
2015-02-27 11:10:01.0 +0100
@@ -1,0 +2,32 @@
+Thu Feb 26 11:00:52 UTC 2015 - tbecht...@suse.com
+
+- update to version 1.15.2:
+  * [Bug] #320: Update our win_pageant module to be Python 3 compatible
+  * [Bug] #429: Server-level debug message logging was overlooked during the
+Python 3 compatibility update; Python 3 clients attempting to log SSH
+debug packets encountered type errors. This is now fixed
+  * [Bug] #459: Tighten up agent connection closure behavior to avoid
+spurious ResourceWarning display in some situations
+  * [Bug] #266: Change numbering of Transport channels to start at 0
+instead of 1 for better compatibility with OpenSSH & certain server
+implementations which break on 1-indexed channels
+  * [Support] #419: Modernize a bunch of the codebase internals to
+leverage decorators. Props to @beckjake for realizing we’re no longer
+on Python 2.2 :D
+  * [Support] #421: Modernize threading calls to user newer API
+  * [Support] #422: Clean up some unused imports
+  * [Support] #431: Replace handrolled ssh_config parsing code with
+use of the shlex module
+  * [Bug] #415: Fix ssh_config parsing to correctly interpret ProxyCommand
+none as the lack of a proxy command, instead of as a literal command
+string of "none"
+  * [Bug] #428: Fix an issue in BufferedFile (primarily used in the SFTP
+modules) concerning incorrect behavior by readlines on files whose
+size exceeds the buffer size
+  * [Bug] #455: Tweak packet size handling to conform better to the
+OpenSSH RFCs; this helps address issues with interactive program cursors
+  * [Bug] #413: (also #414, #420, #454) Be significantly smarter about polling
+& timing behavior when running proxy commands, to avoid unnecessary
+(often 100%!) CPU usage
+
+---

Old:

  paramiko-1.15.1.tar.gz

New:

  paramiko-1.15.2.tar.gz



Other differences:
--
++ python-paramiko.spec ++
--- /var/tmp/diff_new_pack.cW0y7o/_old  2015-02-27 11:10:03.0 +0100
+++ /var/tmp/diff_new_pack.cW0y7o/_new  2015-02-27 11:10:03.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-paramiko
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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:   python-paramiko
-Version:1.15.1
+Version:1.15.2
 Release:0
 Url:https://github.com/paramiko/paramiko/
 Summary:SSH2 protocol library
@@ -28,7 +28,7 @@
 BuildRequires:  python-devel
 BuildRequires:  python-ecdsa
 BuildRequires:  python-pycrypto >= 2.1
-Requires:   python-ecdsa
+Requires:   python-ecdsa >= 0.11
 Requires:   python-pycrypto >= 2.1
 %if 0%{?suse_version} && 0%{?suse_version} <= 1110
 %{!?python_sitelib: %global python_sitelib %(python -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib()")}

++ paramiko-1.15.1.tar.gz -> paramiko-1.15.2.tar.gz ++
 1681 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit erlang for openSUSE:Factory

2015-02-27 Thread h_root
Hello community,

here is the log from the commit of package erlang for openSUSE:Factory checked 
in at 2015-02-27 11:10:23

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


Package is "erlang"

Changes:

--- /work/SRC/openSUSE:Factory/erlang/erlang.changes2014-12-16 
14:48:44.0 +0100
+++ /work/SRC/openSUSE:Factory/.erlang.new/erlang.changes   2015-02-27 
11:10:24.0 +0100
@@ -1,0 +2,5 @@
+Mon Feb 23 09:27:18 UTC 2015 - kru...@zib.de
+
+- add ct-fix_incl-dirs.patch (upstream patch for common test)
+
+---

New:

  ct-fix_incl-dirs.patch



Other differences:
--
++ erlang.spec ++
--- /var/tmp/diff_new_pack.S8bmN4/_old  2015-02-27 11:10:27.0 +0100
+++ /var/tmp/diff_new_pack.S8bmN4/_new  2015-02-27 11:10:27.0 +0100
@@ -39,6 +39,8 @@
 Patch4: erlang-not-install-misc.patch
 # PATCH-FIX-UPSTREAM crypto.patch - matwey.korni...@gmail.com -- fix 
compilation with disabled EC in openssl
 Patch5: crypto.patch
+# PATCH-FIX-UPSTREAM ct-fix_incl-dirs.patch - kru...@zib.de -- fix working 
with include directories outside of the test sources (will probably make it 
into the next release)
+Patch6: ct-fix_incl-dirs.patch
 BuildRequires:  autoconf
 BuildRequires:  gcc-c++
 BuildRequires:  ncurses-devel
@@ -281,6 +283,7 @@
 %patch0 -p1 -b .rpath
 %patch4 -p1
 %patch5 -p1
+%patch6 -p1
 cp %{S:9} .
 
 # enable dynamic linking for ssl

++ ct-fix_incl-dirs.patch ++
>From d5ae0df2f59f5f87922ceb76479a85e82c64c9b0 Mon Sep 17 00:00:00 2001
From: Peter Andersson 
Date: Thu, 22 Jan 2015 01:03:25 +0100
Subject: [PATCH 1/2] Add valid include path to epp in erl2html2 and fix
 crashing code

---
 lib/common_test/src/ct_run.erl   | 21 +++--
 lib/test_server/src/erl2html2.erl| 20 +++-
 lib/test_server/src/test_server_ctrl.erl |  9 +++--
 3 files changed, 33 insertions(+), 17 deletions(-)

diff --git a/lib/common_test/src/ct_run.erl b/lib/common_test/src/ct_run.erl
index 00d0aab..3605385 100644
--- a/lib/common_test/src/ct_run.erl
+++ b/lib/common_test/src/ct_run.erl
@@ -293,10 +293,10 @@ script_start1(Parent, Args) ->
application:set_env(common_test, auto_compile, true),
InclDirs =
case proplists:get_value(include, Args) of
-   Incl when is_list(hd(Incl)) ->
-   Incl;
+   Incls when is_list(hd(Incls)) ->
+   [filename:absname(IDir) || IDir <- Incls];
Incl when is_list(Incl) ->
-   [Incl];
+   [filename:absname(Incl)];
undefined ->
[]
end,
@@ -1023,10 +1023,10 @@ run_test2(StartOpts) ->
case proplists:get_value(include, StartOpts) of
undefined ->
[];
-   Incl when is_list(hd(Incl)) ->
-   Incl;
+   Incls when is_list(hd(Incls)) ->
+   [filename:absname(IDir) || IDir <- Incls];
Incl when is_list(Incl) ->
-   [Incl]
+   [filename:absname(Incl)]
end,
case os:getenv("CT_INCLUDE_PATH") of
false ->
@@ -1393,6 +1393,7 @@ run_testspec2(TestSpec) ->
EnvInclude++Opts#opts.include
end,
application:set_env(common_test, include, AllInclude),
+
LogDir1 = which(logdir,Opts#opts.logdir),
case check_and_install_configfiles(
   Opts#opts.config, LogDir1, Opts) of
@@ -2134,6 +2135,14 @@ do_run_test(Tests, Skip, Opts0) ->
 case check_and_add(Tests, [], []) of
{ok,AddedToPath} ->
ct_util:set_testdata({stats,{0,0,{0,0}}}),
+
+   %% test_server needs to know the include path too
+   InclPath = case application:get_env(common_test, include) of
+  {ok,Incls} -> Incls;
+  _ -> []
+  end,
+   application:set_env(test_server, include, InclPath),
+
test_server_ctrl:start_link(local),
 
%% let test_server expand the test tuples and count no of cases
diff --git a/lib/test_server/src/erl2html2.erl 
b/lib/test_server/src/erl2html2.erl
index b9b45cd..7cfaa2c 100644
--- a/lib/test_server/src/erl2html2.erl
+++ b/lib/test_server/src/erl2html2.erl
@@ -22,11 +22,11 @@
 %%%--

commit icinga for openSUSE:Factory

2015-02-27 Thread h_root
Hello community,

here is the log from the commit of package icinga for openSUSE:Factory checked 
in at 2015-02-27 11:10:06

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


Package is "icinga"

Changes:

--- /work/SRC/openSUSE:Factory/icinga/icinga.changes2015-02-06 
10:23:27.0 +0100
+++ /work/SRC/openSUSE:Factory/.icinga.new/icinga.changes   2015-02-27 
11:10:07.0 +0100
@@ -1,0 +2,12 @@
+Thu Feb 19 12:08:54 UTC 2015 - thard...@suse.com
+
+- update to upstream version 1.12.2
+  * Bug #3305: Duplicate service definitions are not generating a config 
validation error
+  * Docs - Bug #7801: Add a minified js library for the html docs
+
+---
+Tue Feb 17 21:10:00 UTC 2015 - l...@linux-schulserver.de
+
+- fix systemd service alias
+
+---

Old:

  icinga-1.12.0.tar.gz

New:

  icinga-1.12.2.tar.gz



Other differences:
--
++ icinga.spec ++
--- /var/tmp/diff_new_pack.bQLrHU/_old  2015-02-27 11:10:09.0 +0100
+++ /var/tmp/diff_new_pack.bQLrHU/_new  2015-02-27 11:10:09.0 +0100
@@ -23,7 +23,7 @@
 %endif
 
 Name:   icinga
-Version:1.12.0
+Version:1.12.2
 Release:0
 
 Summary:Host/service/network monitoring program

++ icinga-1.11.7-fix-bashisms.patch ++
--- /var/tmp/diff_new_pack.bQLrHU/_old  2015-02-27 11:10:09.0 +0100
+++ /var/tmp/diff_new_pack.bQLrHU/_new  2015-02-27 11:10:09.0 +0100
@@ -1,26 +1,26 @@
-Index: icinga-1.11.7/indent.sh
+Index: icinga-1.12.0/indent.sh
 ===
 icinga-1.11.7.orig/indent.sh
-+++ icinga-1.11.7/indent.sh
+--- icinga-1.12.0.orig/indent.sh
 icinga-1.12.0/indent.sh
 @@ -1,3 +1,3 @@
 -#!/bin/bash
 +#!/bin/sh
  
  astyle --style=java --indent=tab --unpad-paren --pad-oper --pad-header 
--suffix=none --brackets=linux "$@"
-Index: icinga-1.11.7/maketar.sh
+Index: icinga-1.12.0/maketar.sh
 ===
 icinga-1.11.7.orig/maketar.sh
-+++ icinga-1.11.7/maketar.sh
+--- icinga-1.12.0.orig/maketar.sh
 icinga-1.12.0/maketar.sh
 @@ -1,4 +1,4 @@
 -#!/bin/bash
 +#!/bin/sh
  ###
  # Make a tarball
  # (c) 2013 NETWAYS GmbH
-Index: icinga-1.11.7/module/idoutils/db/scripts/create_mysqldb.sh
+Index: icinga-1.12.0/module/idoutils/db/scripts/create_mysqldb.sh
 ===
 icinga-1.11.7.orig/module/idoutils/db/scripts/create_mysqldb.sh
-+++ icinga-1.11.7/module/idoutils/db/scripts/create_mysqldb.sh
+--- icinga-1.12.0.orig/module/idoutils/db/scripts/create_mysqldb.sh
 icinga-1.12.0/module/idoutils/db/scripts/create_mysqldb.sh
 @@ -78,14 +78,14 @@ select now();
   \q
  EOS2
@@ -38,10 +38,10 @@
  echo "Database ready"
  RET=0
  else
-Index: icinga-1.11.7/module/idoutils/db/scripts/create_oracledb.sh
+Index: icinga-1.12.0/module/idoutils/db/scripts/create_oracledb.sh
 ===
 icinga-1.11.7.orig/module/idoutils/db/scripts/create_oracledb.sh
-+++ icinga-1.11.7/module/idoutils/db/scripts/create_oracledb.sh
+--- icinga-1.12.0.orig/module/idoutils/db/scripts/create_oracledb.sh
 icinga-1.12.0/module/idoutils/db/scripts/create_oracledb.sh
 @@ -72,7 +72,7 @@ connect sys/${SYSPASS}@${DB} as sysdba;
  EOS1
  RET=$?
@@ -69,10 +69,10 @@
  echo "Database ready"
   RET=0
else
-Index: icinga-1.11.7/selinux/icinga.sh
+Index: icinga-1.12.0/selinux/icinga.sh
 ===
 icinga-1.11.7.orig/selinux/icinga.sh
-+++ icinga-1.11.7/selinux/icinga.sh
+--- icinga-1.12.0.orig/selinux/icinga.sh
 icinga-1.12.0/selinux/icinga.sh
 @@ -14,12 +14,12 @@ if [ $# -eq 1 ]; then
rules=`ausearch --start $time -m avc --raw -se icinga`
if [ x"$rules" != "x" ] ; then

++ icinga-1.12.0.tar.gz -> icinga-1.12.2.tar.gz ++
/work/SRC/openSUSE:Factory/icinga/icinga-1.12.0.tar.gz 
/work/SRC/openSUSE:Factory/.icinga.new/icinga-1.12.2.tar.gz differ: char 5, 
line 1


++ icinga-fix-systemd-services.patch ++
--- /var/tmp/diff_new_pack.bQLrHU/_old  2015-02-27 11:10:09.0 +0100
+++ /var/tmp/diff_new_pack.bQLrHU/_new  2015-02-27 11:10:09.0 +0100
@@ -1,12 +1,8 @@
-Index: icinga-1.11.7/icinga-systemd.in
+Index: icinga-1.12.0/icinga-systemd.in
 ===
 icinga-1.11.7.orig/icinga-systemd.in
-+++ icinga-1.11.7/icin

commit pari for openSUSE:Factory

2015-02-27 Thread h_root
Hello community,

here is the log from the commit of package pari for openSUSE:Factory checked in 
at 2015-02-27 11:10:12

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


Package is "pari"

Changes:

--- /work/SRC/openSUSE:Factory/pari/pari.changes2014-10-18 
09:09:44.0 +0200
+++ /work/SRC/openSUSE:Factory/.pari.new/pari.changes   2015-02-27 
11:10:14.0 +0100
@@ -1,0 +2,10 @@
+Thu Feb 26 12:42:06 UTC 2015 - jeng...@inai.de
+
+- Update to new upstream release 2.7.3
+* "??bnrL1" and "??ellL1" did not work anymore and were fixed
+* thue(f^e*g, ...), e even, (f,g)=1 missed solutions such that f<0
+* nfisincl(t_POL, t_POL) could lead to wrong negative results
+* ellcard over non-prime fields could return wrong results
+* weber(1+I) was missing its imaginary part
+
+---

Old:

  pari-2.7.2.changelog
  pari-2.7.2.tar.gz
  pari-2.7.2.tar.gz.asc

New:

  pari-2.7.3.changelog
  pari-2.7.3.tar.gz
  pari-2.7.3.tar.gz.asc



Other differences:
--
++ pari.spec ++
--- /var/tmp/diff_new_pack.OKXGAI/_old  2015-02-27 11:10:15.0 +0100
+++ /var/tmp/diff_new_pack.OKXGAI/_new  2015-02-27 11:10:15.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package pari
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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:   pari
 %define lname  libpari-gmp4
-Version:2.7.2
+Version:2.7.3
 Release:0
 Summary:Computer Algebra System for fast computations in Number Theory
 License:GPL-2.0

++ pari-2.7.2.changelog -> pari-2.7.3.changelog ++
--- /work/SRC/openSUSE:Factory/pari/pari-2.7.2.changelog2014-10-18 
09:09:42.0 +0200
+++ /work/SRC/openSUSE:Factory/.pari.new/pari-2.7.3.changelog   2015-02-27 
11:10:13.0 +0100
@@ -1,6 +1,38 @@
 # $Id$
 Bug numbers refer to the BTS at http://pari.math.u-bordeaux.fr/Bugs/
 
+Done for version 2.7.3 (released 18/02/2015):
+[last column crossreferences current development release 2.8.0]
+
+  Fixed
+1- [from 2.7.2] ??bnrL1 and ??ellL1 did not work anymore
+2- thue(f^e*g, ...), e even, (f,g)=1 missed solutions such that f<0   [F22]
+XR  3- bnrL1(bnrinit(bnfinit(x^2-168),[6,[1,1]],1)) -> bug in ArtinNumber [F55]
+4- nfisincl(t_POL, t_POL) could lead to wrong negative results[F58]
+5- polresultant(1+x*z^2,1+y*z^4,z) -> GC error [#1614][F59]
+BA  6- ellcard over non-prime fields could return wrong results   [F60]
+7- [libpari] FpX_roots could produce GC errors [#1618][F61]
+8- weber(1+I) was missing its imaginary part  [F62]
+9- (1+I)*(1+1/2*I) => wrong result (type errors) [#1619]  [F63]
+   10- contfracpnqn([a]) => [1,a;0,1] instead of [a,1;1,0][F64]
+   11- primes([2^50, 2^50+20]) => stack overflow  [F65]
+   12- issquare((x+1/2)^2,&z); z => 1.0*x+0.5 instead of x+1/2[F66]
+   13- possibly missing roots in nfroots (when using Trager)  [F68]
+   14- quadray(bnf, ideal) did not work   [F69]
+   15- thue(-14*x^3 + 10*x^2 + 63*x - 5,1) -> "short continued fraction"  [F70]
+   16- thue(29*x^3+130*x^2-35*x-48,1) -> "round error" bug[F71]
+   17- T=thueinit(10*x^3+6*x^2-41*x+8,1); thue(T,8) => SEGV [#1630]   [F72]
+   18- ellrootno(e,p = 2 or 3) when e not minimal at p => random result   [F73]
+   19- agm(1,2+O(5)) -> SEGV [#1645]  [F76]
+BA 20- [cygwin64] ellap(ellinit([0,0,1,-1,0]),10007) was broken   [F77]
+   21- primes([-5,5]) -> [5] (spurious absolute values)   [F78]
+   22- matqr([;]) -> crash[F79]
+   23- Fp_rem_mBarrett could return a non-normalized result   [F80]
+   p=436^56-35;Mod(271,p)^((p-1)/2) -> p+1
+   24- plotcopy would corrupt "string" objects (ROt_ST)   [F81]
+BA 25- [GP] default arguments to GP functions could cause corruption  [F82]
+VBr26- [darwin] remove obsolete linker options that cause crashes [#1623] [F83]
+
 Done for version 2.7.2 (released 19/09/2014):
 [last column crossreferences current development release 2.8.0]
 

++ pari-2.7.2.tar.gz -> pari-2.7.3.tar.gz ++
 1694 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional comma

commit python3-autopep8 for openSUSE:Factory

2015-02-27 Thread h_root
Hello community,

here is the log from the commit of package python3-autopep8 for 
openSUSE:Factory checked in at 2015-02-27 11:10:19

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


Package is "python3-autopep8"

Changes:

--- /work/SRC/openSUSE:Factory/python3-autopep8/python3-autopep8.changes
2014-12-16 14:49:01.0 +0100
+++ /work/SRC/openSUSE:Factory/.python3-autopep8.new/python3-autopep8.changes   
2015-02-27 11:10:21.0 +0100
@@ -1,0 +2,83 @@
+Thu Feb 26 16:53:50 UTC 2015 - a...@gmx.de
+
+- update to version 1.1.1:
+  * fix fail test when use sdist files
+  * ignore coverage data
+  * Update due to change in "pep8"
+  * Suppress false positive
+  * Test against "LANG="
+  * Fall back to "sys.getdefaultencoding()"
+  * Increment copyright date
+
+- changes from version 1.1:
+  * Add note
+  * Add for 5edb790eee42992cb38885c9c72ad70a5918
+  * Fix exclude in recursive mode
+  * fix fix_e265 comment
+  * Clean up
+  * Add suppressions for Python 2
+  * Format
+  * Add future imports
+  * Remove untested code
+  * Remove broken and untested code
+  * Put "and" in the right place
+  * Format
+  * Add missing "r"
+  * Mention pep8
+  * cln expand long test to multiline string
+  * Add note
+  * pep8 failure (E501 not picked up by autopep8?)
+  * fix multi-line docstrings over range
+  * cln remove comment indentation first
+  * TST additional range comment test for comment followed by new line
+  * FIX comments in line range are indented to match subsequent line
+  * Simplify
+  * Format
+  * Use parentheses uniformly
+  * Remove user-dependent test
+  * Read configuration after filename normalization
+  * Find configuration file correctly
+  * Clean up
+  * Clean up
+  * Make tests safer
+  * Clean up
+  * Undo home directory expansion in documentation
+  * Allowing leading "--" in configuration
+  * Clean up
+  * Add back Python 2.6 support
+  * Add missing usage of "GLOBAL_CONFIG"
+  * Set development version
+  * Handle more errors
+  * Use non-deprecated import
+  * Document new options
+  * Format
+  * Remove unnecessary method
+  * Revert 1f782659f13adf63969fb3d41bdbdf6cb56d148a
+  * CLN remove _main
+  * CLN remove pragma: no cover as not needed with coveralls cc @myint
+  * CLN parse args twice, no manual arguments checking
+  * FIX autocomplete for --global-config arg and with space sep
+  * Use lowercase
+  * Generalize
+  * Remove bad backslash
+  * Avoid getting into bad state due to E901
+  * Remove flaky lib2to3 "import" fixer
+  * API use --global-config and --ignore-local-config arguments
+  * TST check passing arg overrides default/config
+  * ENH add --config argument
+  * Mention pep8 repository
+  * Remove bad-syntax inducing code
+  * Format
+  * Clean up
+  * Clean up
+  * Remove no-longer-working script
+  * include spaces in the 'class' or 'def' checks
+  * improve e302 fix code
+  * fix suite tests
+  * fix infinite loop in e501 experimental_decorator unit test
+  * extend E302 fix (comments before class definition)
+  * fix #145
+  * fix #161
+
+
+---

Old:

  autopep8-1.0.4.tar.gz

New:

  autopep8-1.1.1.tar.gz



Other differences:
--
++ python3-autopep8.spec ++
--- /var/tmp/diff_new_pack.uNNMcF/_old  2015-02-27 11:10:22.0 +0100
+++ /var/tmp/diff_new_pack.uNNMcF/_new  2015-02-27 11:10:22.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python3-autopep8
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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-autopep8
-Version:1.0.4
+Version:1.1.1
 Release:0
 Url:https://github.com/hhatto/autopep8
 Summary:Automatic generated to pep8 checked code

++ autopep8-1.0.4.tar.gz -> autopep8-1.1.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/autopep8-1.0.4/AUTHORS.rst 
new/autopep8-1.1.1/AUTHORS.rst
--- old/autopep8-1.0.4/AUTHORS.rst  2014-07-30 18:41:37.0 +0200
+++ new/autopep8-1.1.1/AUTHORS.rst  2014-12-25 03:20:09.0 +0100
@@ -20,3 +20,5 @@
 - 小明 (https://github.com/dongweiming)
 - Andy Hayden (https://github.com/hayd)
 - Fabio Zadrozny (https://github.com/fabioz)
+- Alex Chernetz (https://github.com/achernet)
+- Marc Schlaich (https://github.com/schlamar)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/a

commit texstudio for openSUSE:Factory

2015-02-27 Thread h_root
Hello community,

here is the log from the commit of package texstudio for openSUSE:Factory 
checked in at 2015-02-27 11:09:55

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


Package is "texstudio"

Changes:

--- /work/SRC/openSUSE:Factory/texstudio/texstudio.changes  2014-06-23 
09:24:19.0 +0200
+++ /work/SRC/openSUSE:Factory/.texstudio.new/texstudio.changes 2015-02-27 
11:09:57.0 +0100
@@ -1,0 +2,6 @@
+Thu Feb 26 10:58:38 UTC 2015 - dmitr...@opensuse.org
+
+- Update to version 2.8.8, mostly bugfixes, see CHANGELOG.txt
+- Drop texstudio-correct-doc-location.patch
+
+---

Old:

  texstudio-2.8.0.tar.gz
  texstudio-correct-doc-location.patch

New:

  texstudio-2.8.8.tar.gz



Other differences:
--
++ texstudio.spec ++
--- /var/tmp/diff_new_pack.jYdT92/_old  2015-02-27 11:09:58.0 +0100
+++ /var/tmp/diff_new_pack.jYdT92/_new  2015-02-27 11:09:58.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package texstudio
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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,15 +17,14 @@
 
 
 Name:   texstudio
-Version:2.8.0
+Version:2.8.8
 Release:0
 Summary:LaTeX Editor
 License:GPL-2.0
 Group:  Productivity/Publishing/TeX/Frontends
 Url:http://texstudio.sf.net
 Source0:
http://downloads.sourceforge.net/texstudio/%{name}-%{version}.tar.gz
-# PATCH-FIX-OPENSUSE texstudio-correct-doc-location.patch
-Patch1: texstudio-correct-doc-location.patch
+BuildRequires:  hicolor-icon-theme
 BuildRequires:  libpoppler-qt4-devel
 BuildRequires:  libqt4-devel
 Requires:   hunspell
@@ -40,7 +39,6 @@
 
 %prep
 %setup -q -n %{name}%{version}
-%patch1 -p1
 
 %build
 qmake CONFIG-=debug texstudio.pro
@@ -50,12 +48,15 @@
 %install
 make INSTALL_ROOT=%{buildroot} install
 
+rm -f %{buildroot}%{_datadir}texstudio/{AUTHORS,COPYING,CHANGELOG.txt}
+
 %files
 %defattr(-,root,root)
 %doc utilities/AUTHORS utilities/COPYING utilities/CHANGELOG.txt
 %{_bindir}/texstudio
 %{_datadir}/texstudio/
 %{_datadir}/applications/texstudio.desktop
+%{_datadir}/icons/hicolor/scalable/apps/texstudio.svg
 %dir %{_datadir}/appdata
 %{_datadir}/appdata/texstudio.appdata.xml
 

++ texstudio-2.8.0.tar.gz -> texstudio-2.8.8.tar.gz ++
/work/SRC/openSUSE:Factory/texstudio/texstudio-2.8.0.tar.gz 
/work/SRC/openSUSE:Factory/.texstudio.new/texstudio-2.8.8.tar.gz differ: char 
5, line 1

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit vtk for openSUSE:Factory

2015-02-27 Thread h_root
Hello community,

here is the log from the commit of package vtk for openSUSE:Factory checked in 
at 2015-02-27 11:10:27

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


Package is "vtk"

Changes:

--- /work/SRC/openSUSE:Factory/vtk/vtk.changes  2014-09-12 10:03:52.0 
+0200
+++ /work/SRC/openSUSE:Factory/.vtk.new/vtk.changes 2015-02-27 
11:10:29.0 +0100
@@ -1,0 +2,5 @@
+Thu Feb 26 12:30:11 UTC 2015 - dkxl...@gmail.com
+
+- Add MPI support
+
+---



Other differences:
--
++ vtk.spec ++
--- /var/tmp/diff_new_pack.Vjuewn/_old  2015-02-27 11:10:30.0 +0100
+++ /var/tmp/diff_new_pack.Vjuewn/_new  2015-02-27 11:10:30.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package vtk
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -61,6 +61,7 @@
 BuildRequires:  libqt4-devel
 BuildRequires:  libtheora-devel
 BuildRequires:  libtiff-devel
+BuildRequires:  openmpi-devel
 BuildRequires:  python-devel
 BuildRequires:  python-qt4-devel
 BuildRequires:  tcl-devel
@@ -101,6 +102,7 @@
 Requires:   libqt4-devel
 Requires:   libtheora-devel
 Requires:   libtiff-devel
+Requires:   openmpi-devel
 Requires:   python-%{name} = %{version}
 Requires:   python-%{name}-qt = %{version}
 
@@ -241,6 +243,8 @@
 mkdir build
 pushd build
 cmake .. \
+-DCMAKE_CXX_COMPILER:STRING='mpicxx' \
+-DCMAKE_C_COMPILER:STRING='mpicc' \
 -DBUILD_DOCUMENTATION:BOOL=ON \
 -DBUILD_EXAMPLES:BOOL=ON \
 -DBUILD_SHARED_LIBS:BOOL=ON \
@@ -265,6 +269,7 @@
 -DVTK_WRAP_JAVA:BOOL=ON \
 -DVTK_WRAP_PYTHON_SIP:BOOL=ON \
 -DVTK_WRAP_TCL:BOOL=ON \
+-DVTK_Group_MPI:BOOL=ON \
 -DVTK_Group_Imaging:BOOL=ON \
 -DVTK_Group_Qt:BOOL=ON \
 -DModule_vtkTestingCore:BOOL=ON \
@@ -399,6 +404,7 @@
 %files -n python-%{name}
 %defattr(-,root,root,-)
 %{_bindir}/%{name}python
+%{_bindir}/p%{name}python
 %{_bindir}/%{name}WrapPython
 %{_bindir}/%{name}WrapPythonInit
 %{_libdir}/%{name}/*Python*.so.*

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit python-zake for openSUSE:Factory

2015-02-27 Thread h_root
Hello community,

here is the log from the commit of package python-zake for openSUSE:Factory 
checked in at 2015-02-27 11:10:04

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


Package is "python-zake"

Changes:

--- /work/SRC/openSUSE:Factory/python-zake/python-zake.changes  2015-02-24 
13:07:02.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-zake.new/python-zake.changes 
2015-02-27 11:10:05.0 +0100
@@ -1,0 +2,17 @@
+Thu Feb 26 10:50:21 UTC 2015 - tbecht...@suse.com
+
+- update to version 0.2.0:
+   * Allow FORCE=yes override
+   * Update run_zookeeper.sh
+   * Release 0.2.0
+   * Ensure kill command is sent as byte string
+   * Result from command() should be regular string, not bytes
+   * Ensure commands are always byte strings
+   * Release 0.1.8
+   * Add basic envi command support
+   * Release 0.1.7
+   * Merge pull request #12 from kennethmyers/master
+   * Changed attribute name "_data_watches" to "_data_watchers".
+   * Unify the exception messaging for no node found   
 
+
+---

Old:

  zake-0.1.6.tar.gz

New:

  zake-0.2.0.tar.gz



Other differences:
--
++ python-zake.spec ++
--- /var/tmp/diff_new_pack.oVdlvt/_old  2015-02-27 11:10:06.0 +0100
+++ /var/tmp/diff_new_pack.oVdlvt/_new  2015-02-27 11:10:06.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   python-zake
-Version:0.1.6
+Version:0.2.0
 Release:0
 Summary:Testing utilities for the kazoo library
 License:Apache-2.0

++ zake-0.1.6.tar.gz -> zake-0.2.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/zake-0.1.6/PKG-INFO new/zake-0.2.0/PKG-INFO
--- old/zake-0.1.6/PKG-INFO 2014-09-12 21:15:05.0 +0200
+++ new/zake-0.2.0/PKG-INFO 2015-02-14 03:31:16.0 +0100
@@ -1,6 +1,6 @@
-Metadata-Version: 1.0
+Metadata-Version: 1.1
 Name: zake
-Version: 0.1.6
+Version: 0.2.0
 Summary: A python package that works to provide a nice set of testing 
utilities for the kazoo library.
 Home-page: https://github.com/yahoo/Zake
 Author: Joshua Harlow
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/zake-0.1.6/setup.cfg new/zake-0.2.0/setup.cfg
--- old/zake-0.1.6/setup.cfg2014-09-12 21:15:05.0 +0200
+++ new/zake-0.2.0/setup.cfg2015-02-14 03:31:16.0 +0100
@@ -1,8 +1,8 @@
+[global]
+verbose = 0
+
 [egg_info]
 tag_build = 
 tag_date = 0
 tag_svn_revision = 0
 
-[global]
-verbose = 0
-
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/zake-0.1.6/setup.py new/zake-0.2.0/setup.py
--- old/zake-0.1.6/setup.py 2014-09-12 21:12:44.0 +0200
+++ new/zake-0.2.0/setup.py 2015-02-14 03:30:44.0 +0100
@@ -26,7 +26,7 @@
 
 setup(
 name='zake',
-version='0.1.6',
+version='0.2.0',
 description='A python package that works to provide a nice set of '
 'testing utilities for the kazoo library.',
 author="Joshua Harlow",
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/zake-0.1.6/zake/fake_client.py 
new/zake-0.2.0/zake/fake_client.py
--- old/zake-0.1.6/zake/fake_client.py  2014-09-12 21:07:52.0 +0200
+++ new/zake-0.2.0/zake/fake_client.py  2015-02-14 03:30:44.0 +0100
@@ -70,7 +70,7 @@
 def __init__(self, handler=None, storage=None, server_version=None):
 self._listeners = set()
 self._child_watches = collections.defaultdict(list)
-self._data_watches = collections.defaultdict(list)
+self._data_watchers = collections.defaultdict(list)
 if handler is None:
 self._handler = k_threading.SequentialThreadingHandler()
 self._own_handler = True
@@ -122,15 +122,22 @@
 
 def command(self, cmd=b'ruok'):
 self.verify()
-if cmd == 'ruok':
+if cmd == b'ruok':
 return 'imok'
-if cmd == 'stat':
+if cmd == b'stat':
 server_version = ".".join([str(s) for s in self._server_version])
 return "\n".join(['Zake the fake version: %s' % (version.VERSION),
   'Mimicked version: %s' % (server_version),
   'Mode: standalone'])
-if cmd == "kill":
+if cmd == b"kill":
 self.stop()
+if cmd == b'envi':
+server_version = ".".join([str(s) for s in self._server_version])
+lines = [
+"Environment:",
+"zookeeper.version=%s" % server_versio

commit python-sqlalchemy-migrate for openSUSE:Factory

2015-02-27 Thread h_root
Hello community,

here is the log from the commit of package python-sqlalchemy-migrate for 
openSUSE:Factory checked in at 2015-02-27 11:10:01

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


Package is "python-sqlalchemy-migrate"

Changes:

--- 
/work/SRC/openSUSE:Factory/python-sqlalchemy-migrate/python-sqlalchemy-migrate.changes
  2015-02-25 02:18:37.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-sqlalchemy-migrate.new/python-sqlalchemy-migrate.changes
 2015-02-27 11:10:03.0 +0100
@@ -1,0 +2,11 @@
+Thu Feb 26 10:57:47 UTC 2015 - tbecht...@suse.com
+
+- update to version 0.9.5:
+  * Don't run the test if _setup() fails
+  * Correcting minor typo
+  * Fix .gitignore for .tox and .testrepository
+  * allow dropping fkeys with sqlite
+  * Add pretty_tox setup
+  * script: strip comments in SQL statements
+
+---

Old:

  sqlalchemy-migrate-0.9.4.tar.gz

New:

  sqlalchemy-migrate-0.9.5.tar.gz



Other differences:
--
++ python-sqlalchemy-migrate.spec ++
--- /var/tmp/diff_new_pack.cHetzl/_old  2015-02-27 11:10:04.0 +0100
+++ /var/tmp/diff_new_pack.cHetzl/_new  2015-02-27 11:10:04.0 +0100
@@ -18,7 +18,7 @@
 
 
 Name:   python-sqlalchemy-migrate
-Version:0.9.4
+Version:0.9.5
 Release:0
 Summary:Database schema migration for SQLAlchemy
 License:MIT

++ sqlalchemy-migrate-0.9.4.tar.gz -> sqlalchemy-migrate-0.9.5.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sqlalchemy-migrate-0.9.4/AUTHORS 
new/sqlalchemy-migrate-0.9.5/AUTHORS
--- old/sqlalchemy-migrate-0.9.4/AUTHORS2015-01-13 02:35:52.0 
+0100
+++ new/sqlalchemy-migrate-0.9.5/AUTHORS2015-02-25 20:36:55.0 
+0100
@@ -14,14 +14,19 @@
 Jan Dittberner 
 Jan Dittberner 
 Jason Michalski 
+Jeremy Stanley 
 Josip Delic 
+Longgeek 
 Matt Riedemann 
+Mike Bayer 
 Monty Taylor 
 Pete Keen 
+Peter Conerly 
 Pádraig Brady 
 Pádraig Brady 
 Rahul Priyadarshi 
 Rick Copeland 
+Roman Podoliaka 
 Roman Podolyaka 
 Sascha Peilicke 
 Sascha Peilicke 
@@ -29,6 +34,7 @@
 Sheng Bo Hou 
 Thomas Goirand 
 Thuy Christenson 
+Yuval Langer 
 al.ya...@gmail.com 
 asuffi...@gmail.com 
 ches.martin 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sqlalchemy-migrate-0.9.4/ChangeLog 
new/sqlalchemy-migrate-0.9.5/ChangeLog
--- old/sqlalchemy-migrate-0.9.4/ChangeLog  2015-01-13 02:35:52.0 
+0100
+++ new/sqlalchemy-migrate-0.9.5/ChangeLog  2015-02-25 20:36:55.0 
+0100
@@ -1,6 +1,16 @@
 CHANGES
 ===
 
+0.9.5
+-
+
+* Don't run the test if _setup() fails
+* Correcting minor typo
+* Fix .gitignore for .tox and .testrepository
+* allow dropping fkeys with sqlite
+* Add pretty_tox setup
+* script: strip comments in SQL statements
+
 0.9.4
 -
 
@@ -12,6 +22,9 @@
 * Ignore transaction management statements in SQL scripts
 * Use native sqlalchemy 0.9 quote attribute with ibmdb2
 * Don't add warnings filter on import
+* Replace assertNotEquals with assertNotEqual
+* Update requirements file matching global requ
+* Work toward Python 3.4 support and testing
 * pep8: mark all pep8 checks that currently fail as ignored
 
 0.9.2
@@ -21,6 +34,7 @@
 * Make sure we don't throw away exception on SQL script failure
 * Pin testtools to < 0.9.36
 * Fix ibmdb2 unique constraint handling for sqlalchemy 0.9
+* Fixes the auto-generated manage.py
 
 0.9.1
 -
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sqlalchemy-migrate-0.9.4/PKG-INFO 
new/sqlalchemy-migrate-0.9.5/PKG-INFO
--- old/sqlalchemy-migrate-0.9.4/PKG-INFO   2015-01-13 02:35:52.0 
+0100
+++ new/sqlalchemy-migrate-0.9.5/PKG-INFO   2015-02-25 20:36:56.0 
+0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: sqlalchemy-migrate
-Version: 0.9.4
+Version: 0.9.5
 Summary: Database schema migration for SQLAlchemy
 Home-page: http://www.openstack.org/
 Author: OpenStack
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sqlalchemy-migrate-0.9.4/doc/source/index.rst 
new/sqlalchemy-migrate-0.9.5/doc/source/index.rst
--- old/sqlalchemy-migrate-0.9.4/doc/source/index.rst   2015-01-13 
02:35:13.0 +0100
+++ new/sqlalchemy-migrate-0.9.5/doc/source/index.rst   2015-02-25 
20:36:01.0 +0100
@@ -125,7 +125,7 @@
 .. [#1] Table is renamed to temporary table, new table is created followed by
 INSERT statements.
 .. [#2] See http://www.sqlite.org/lang_altertable.html for more i

commit libusnic_verbs-rdmav2 for openSUSE:Factory

2015-02-27 Thread h_root
Hello community,

here is the log from the commit of package libusnic_verbs-rdmav2 for 
openSUSE:Factory checked in at 2015-02-27 11:09:57

Comparing /work/SRC/openSUSE:Factory/libusnic_verbs-rdmav2 (Old)
 and  /work/SRC/openSUSE:Factory/.libusnic_verbs-rdmav2.new (New)


Package is "libusnic_verbs-rdmav2"

Changes:

--- 
/work/SRC/openSUSE:Factory/libusnic_verbs-rdmav2/libusnic_verbs-rdmav2.changes  
2014-07-23 22:06:40.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.libusnic_verbs-rdmav2.new/libusnic_verbs-rdmav2.changes
 2015-02-27 11:09:59.0 +0100
@@ -1,0 +2,12 @@
+Wed Feb 25 22:01:50 UTC 2015 - mgo...@suse.com
+
+- Update to latest version 1.1.0.237:
+  * Added vendor field in usNIC RPM metadata
+  * Added capability reporting function.
+  * The alloc_context routine will now return a structure specifying the
+capabilities of the device and driver.  This is important so that Intel MPI
+can detect whether the driver supports CQ sharing.
+  * move usnic_ib_abi.h from libusnic_verbs to common directory so other
+libraries may access it
+
+---

Old:

  libusnic_verbs-1.1.0.222.sles12sp0.src.tar.gz

New:

  libusnic_verbs-1.1.0.237.sles12sp0.src.tar.gz



Other differences:
--
++ libusnic_verbs-rdmav2.spec ++
--- /var/tmp/diff_new_pack.UQg4l7/_old  2015-02-27 11:10:00.0 +0100
+++ /var/tmp/diff_new_pack.UQg4l7/_new  2015-02-27 11:10:00.0 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package libusnic_verbs-rdmav2 (Version 1.0.2)
+# spec file for package libusnic_verbs-rdmav2
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,6 +15,7 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 # Version magic
 %{!?usnic_release: %define usnic_release SUSE_%{expand:%(date +%Y%m%d_%H%M)}} 
 
@@ -22,16 +23,19 @@
 
 Name:   libusnic_verbs-rdmav2
 Summary:Cisco UCS InfiniBand HCA Userspace Driver
-Version:1.1.0.222
-Release:1
-Group:  System/Libraries
 License:BSD-2-Clause
+Group:  System/Libraries
+Version:1.1.0.237
+Release:0
 Url:http://cisco.com/
 Source: libusnic_verbs-%{version}%{extra_version}.src.tar.gz
-BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}}
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  autoconf
+BuildRequires:  automake
 BuildRequires:  libibverbs-devel >= 1.1.5
 BuildRequires:  libnl3-devel
-BuildRequires:  automake autoconf libtool pkgconfig
+BuildRequires:  libtool
+BuildRequires:  pkgconfig
 
 # Enable valgrind?
 %define config_valgrind --without-valgrind
@@ -45,6 +49,7 @@
 
 %package -n usnic_udp_pingpong
 Summary:Small usnic program
+Group:  System/Libraries
 Provides:   %{name}-pingpong = %{version}
 Obsoletes:  %{name}-pingpong < %{version}
 

++ libusnic_verbs-1.1.0.222.sles12sp0.src.tar.gz -> 
libusnic_verbs-1.1.0.237.sles12sp0.src.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libusnic_verbs-1.1.0.222.sles12sp0/ChangeLog 
new/libusnic_verbs-1.1.0.237.sles12sp0/ChangeLog
--- old/libusnic_verbs-1.1.0.222.sles12sp0/ChangeLog2014-07-12 
10:59:07.0 +0200
+++ new/libusnic_verbs-1.1.0.237.sles12sp0/ChangeLog2014-08-14 
10:58:17.0 +0200
@@ -1,4 +1,21 @@
 --- Version 1.1.0 ---
+Aug 05 2014
+Added vendor field in usNIC RPM metadata
+
+Jul 24 2014
+Added capability reporting function.
+
+The alloc_context routine will now return a structure specifying the
+capabilities of the device and driver.  This is important so that Intel MPI
+can detect whether the driver supports CQ sharing.
+
+Jul 23 2014
+move usnic_ib_abi.h from libusnic_verbs to common directory so other
+libraries may access it
+
+Jul 11 2014
+Move license insertion routine into libusnic_verbs top level Makefile
+
 Jul 08 2014
 Print local and remote addresses as IP instead of GIDs.
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libusnic_verbs-1.1.0.222.sles12sp0/RELEASE_VERSION 
new/libusnic_verbs-1.1.0.237.sles12sp0/RELEASE_VERSION
--- old/libusnic_verbs-1.1.0.222.sles12sp0/RELEASE_VERSION  2014-07-12 
10:59:07.0 +0200
+++ new/libusnic_verbs-1.1.0.237.sles12sp0/RELEASE_VERSION  2014-08-14 
10:58:17.0 +0200
@@ -1,6 +1,6 @@
 #Auto Generated - Do no

commit bitcoin for openSUSE:Factory

2015-02-27 Thread h_root
Hello community,

here is the log from the commit of package bitcoin for openSUSE:Factory checked 
in at 2015-02-27 11:10:25

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


Package is "bitcoin"

Changes:

--- /work/SRC/openSUSE:Factory/bitcoin/bitcoin.changes  2015-02-18 
12:08:42.0 +0100
+++ /work/SRC/openSUSE:Factory/.bitcoin.new/bitcoin.changes 2015-02-27 
11:10:27.0 +0100
@@ -72,0 +73 @@
+---



Other differences:
--
++ bitcoin.spec ++
--- /var/tmp/diff_new_pack.qHRjx0/_old  2015-02-27 11:10:28.0 +0100
+++ /var/tmp/diff_new_pack.qHRjx0/_new  2015-02-27 11:10:28.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package bitcoin
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
 # Copyright (c) 2011-2014  P Rusnak 
 #
 # All modifications and additions to the file contributed by third parties

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit MyODBC-unixODBC for openSUSE:Factory

2015-02-27 Thread h_root
Hello community,

here is the log from the commit of package MyODBC-unixODBC for openSUSE:Factory 
checked in at 2015-02-27 11:10:22

Comparing /work/SRC/openSUSE:Factory/MyODBC-unixODBC (Old)
 and  /work/SRC/openSUSE:Factory/.MyODBC-unixODBC.new (New)


Package is "MyODBC-unixODBC"

Changes:

--- /work/SRC/openSUSE:Factory/MyODBC-unixODBC/MyODBC-unixODBC.changes  
2014-03-04 13:56:14.0 +0100
+++ /work/SRC/openSUSE:Factory/.MyODBC-unixODBC.new/MyODBC-unixODBC.changes 
2015-02-27 11:10:23.0 +0100
@@ -1,0 +2,9 @@
+Fri Feb 20 21:32:37 UTC 2015 - km...@suse.com
+
+- Fix segfault in myodbc-install when freeing pointer (allocated with
+  basic malloc()) using x_free()/my_free(). my_free() accesses 8 bytes
+  before the pointer returned by malloc(), hence my_malloc() is needed.
+  (Bug#881624)
+  * added MyODBC-unixODBC-my_malloc_when_using_my_free.patch
+
+---

New:

  MyODBC-unixODBC-my_malloc_when_using_my_free.patch



Other differences:
--
++ MyODBC-unixODBC.spec ++
--- /var/tmp/diff_new_pack.N1SzKc/_old  2015-02-27 11:10:24.0 +0100
+++ /var/tmp/diff_new_pack.N1SzKc/_new  2015-02-27 11:10:24.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package MyODBC-unixODBC
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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
@@ -32,6 +32,7 @@
 Patch1: MyODBC-unixODBC-my_free.patch
 Patch3: MyODBC-unixODBC-64bit.patch
 Patch4: MyODBC-unixODBC-my_init_dynamic_array_flags.patch
+Patch5: MyODBC-unixODBC-my_malloc_when_using_my_free.patch
 BuildRequires:  libtool
 BuildRequires:  mysql-devel
 BuildRequires:  unixODBC-devel
@@ -52,6 +53,7 @@
 if grep -l 'my_init_dynamic_array(A,B,C,D,E)' /usr/include/mysql/my_sys.h; then
 %patch4
 fi
+%patch5 -p1
 
 %build
 # mysql 5.5.10 has stopped #define'ing THREAD in its exports, and has

++ MyODBC-unixODBC-my_malloc_when_using_my_free.patch ++
Index: mysql-connector-odbc-5.1.8/util/odbcinstw.c
===
--- mysql-connector-odbc-5.1.8.orig/util/odbcinstw.c
+++ mysql-connector-odbc-5.1.8/util/odbcinstw.c
@@ -68,7 +68,7 @@ MySQLGetPrivateProfileStringW(const LPWS
   filename= (char *)sqlwchar_as_utf8(lpszFilename, &len);
 
   if (lpszRetBuffer && cbRetBuffer)
-ret= malloc(cbRetBuffer + 1);
+ret= my_malloc(cbRetBuffer + 1, MYF(0));
   else
 ret= NULL;
 
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit salt for openSUSE:Factory

2015-02-27 Thread h_root
Hello community,

here is the log from the commit of package salt for openSUSE:Factory checked in 
at 2015-02-27 11:10:07

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


Package is "salt"

Changes:

--- /work/SRC/openSUSE:Factory/salt/salt.changes2015-01-24 
22:21:00.0 +0100
+++ /work/SRC/openSUSE:Factory/.salt.new/salt.changes   2015-02-27 
11:10:10.0 +0100
@@ -1,0 +2,16 @@
+Thu Feb 12 19:35:34 UTC 2015 - abo...@gmail.com
+
+- New Bugfix release 2014.7.2:
+- fix package bug with fdupes.
+- keep sle 11 sp3 support.
++ Fix erroneous warnings for systemd service enabled check (issue 19606)
++ Fix FreeBSD kernel module loading, listing, and persistence kmod (issue 
197151, issue 19682)
++ Allow case-sensitive npm package names in the npm state. This may break 
behavior 
+  for people expecting the state to lowercase their npm package names for 
them. 
+  The npm module was never affected by mandatory lowercasing. (issue 20329)
++ Deprecate the activate parameter for pip.install for both the module and the 
state. 
+  If bin_env is given and points to a virtualenv, there is no need to activate 
that virtualenv 
+  in a shell for pip to install to the virtualenv.
++ Fix a file-locking bug in gitfs (issue 18839)
+
+---

Old:

  salt-2014.7.1.tar.gz

New:

  salt-2014.7.2.tar.gz



Other differences:
--
++ salt.spec ++
--- /var/tmp/diff_new_pack.N6YGMQ/_old  2015-02-27 11:10:10.0 +0100
+++ /var/tmp/diff_new_pack.N6YGMQ/_new  2015-02-27 11:10:10.0 +0100
@@ -16,7 +16,7 @@
 #
 
 Name:   salt
-Version:2014.7.1
+Version:2014.7.2
 Release:0
 Summary:A parallel remote execution system
 License:Apache-2.0
@@ -265,6 +265,7 @@
 %install
 python setup.py install --prefix=%{_prefix} --root=%{buildroot}
 %fdupes %{buildroot}%{_prefix}
+%fdupes $RPM_BUILD_ROOT%{python_sitelib}
 
 ## create missing directories
 mkdir -p %{buildroot}%{_sysconfdir}/salt/master.d

++ salt-2014.7.1.tar.gz -> salt-2014.7.2.tar.gz ++
 10038 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit rubygem-highline for openSUSE:Factory

2015-02-27 Thread h_root
Hello community,

here is the log from the commit of package rubygem-highline for 
openSUSE:Factory checked in at 2015-02-27 11:10:15

Comparing /work/SRC/openSUSE:Factory/rubygem-highline (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-highline.new (New)


Package is "rubygem-highline"

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-highline/rubygem-highline.changes
2015-02-20 13:51:01.0 +0100
+++ /work/SRC/openSUSE:Factory/.rubygem-highline.new/rubygem-highline.changes   
2015-02-27 11:10:17.0 +0100
@@ -1,0 +2,14 @@
+Thu Feb 26 05:31:14 UTC 2015 - co...@suse.com
+
+- updated to version 1.7.1
+  Enhancements
+ * Add travis CI configuration (Eli Young (@elyscape), #130)
+ * Add Rubinius to Build Matrix with Allowed Failure (Brandon Fish
+ (bjfish), #132)
+ * Make some adjustments on tests (Abinoam Marques Jr., #133, #134)
+ * Drop support for Ruby 1.8 (Abinoam Marques Jr., #134)
+ 
+  Bug fixes
+ * Fix IO.console.winsize returning reversed column and line values (Fission 
Xuiptz (@fissionxuiptz)), #131)
+
+---

Old:

  highline-1.7.0.gem

New:

  highline-1.7.1.gem



Other differences:
--
++ rubygem-highline.spec ++
--- /var/tmp/diff_new_pack.OQZCsZ/_old  2015-02-27 11:10:18.0 +0100
+++ /var/tmp/diff_new_pack.OQZCsZ/_new  2015-02-27 11:10:18.0 +0100
@@ -24,14 +24,14 @@
 #
 
 Name:   rubygem-highline
-Version:1.7.0
+Version:1.7.1
 Release:0
 %define mod_name highline
 %define mod_full_name %{mod_name}-%{version}
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  %{ruby >= 1.9.3}
 BuildRequires:  %{rubygem gem2rpm}
 BuildRequires:  %{rubygem rdoc > 3.10}
-BuildRequires:  %{ruby}
 BuildRequires:  ruby-macros >= 5
 Url:https://github.com/JEG2/highline
 Source: http://rubygems.org/gems/%{mod_full_name}.gem

++ highline-1.7.0.gem -> highline-1.7.1.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/.travis.yml new/.travis.yml
--- old/.travis.yml 1970-01-01 01:00:00.0 +0100
+++ new/.travis.yml 2015-02-25 01:58:42.0 +0100
@@ -0,0 +1,15 @@
+---
+language: ruby
+sudo: false
+script: "bundle exec rake test"
+rvm:
+  - 1.9.3
+  - 2.0.0
+  - 2.1.5
+  - 2.2.0
+  - rbx-2
+notifications:
+  email: false
+matrix:
+  allow_failures:
+- rvm: rbx-2
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Changelog.md new/Changelog.md
--- old/Changelog.md2015-02-19 20:45:34.0 +0100
+++ new/Changelog.md2015-02-25 01:58:42.0 +0100
@@ -2,6 +2,18 @@
 
 Below is a complete listing of changes for each revision of HighLine.
 
+### 1.7.1 / 2015-02-24
+
+ Enhancements
+* Add travis CI configuration (Eli Young (@elyscape), #130)
+* Add Rubinius to Build Matrix with Allowed Failure (Brandon Fish
+(bjfish), #132)
+* Make some adjustments on tests (Abinoam Marques Jr., #133, #134)
+* Drop support for Ruby 1.8 (Abinoam Marques Jr., #134)
+
+ Bug fixes
+* Fix IO.console.winsize returning reversed column and line values (Fission 
Xuiptz (@fissionxuiptz)), #131)
+
 ### 1.7.0 / 2015-02-18
 
  Bug fixes
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Gemfile new/Gemfile
--- old/Gemfile 1970-01-01 01:00:00.0 +0100
+++ new/Gemfile 2015-02-25 01:58:42.0 +0100
@@ -0,0 +1,9 @@
+source "https://rubygems.org";
+
+gem "rake", :require => false
+gem "rdoc", :require => false
+
+group(:development, :tests) do
+  gem "code_statistics", :require => false
+  gem "test-unit", :require => false
+end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/INSTALL new/INSTALL
--- old/INSTALL 2015-02-19 20:45:34.0 +0100
+++ new/INSTALL 2015-02-25 01:58:42.0 +0100
@@ -3,6 +3,10 @@
 RubyGems is the preferred easy install method for HighLine.  However, you can
 install HighLine manually as described below.
 
+== Requirements
+
+HighLine from version >= 1.7.0 requires ruby >= 1.9.3
+
 == Installing the Gem
 
 HighLine is intended to be installed via the
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/README.rdoc new/README.rdoc
--- old/README.rdoc 2015-02-19 20:45:34.0 +0100
+++ new/README.rdoc 2015-02-25 01:58:42.0 +0100
@@ -1,7 +1,9 @@
-= Read Me
+= HighLine
 
 by James Edward Gray II
 
+{https://travis-ci.org/JEG2/highline.svg"; alt="Build Status" 
/>}[https://travis-ci.org/JEG2/highline]
+
 == Description
 
 Welcome to HighLine.
@@ -57,6 +59,10 @@
 
 For more examples see the examples/ d

commit harminv for openSUSE:Factory

2015-02-27 Thread h_root
Hello community,

here is the log from the commit of package harminv for openSUSE:Factory checked 
in at 2015-02-27 11:09:30

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


Package is "harminv"

Changes:

--- /work/SRC/openSUSE:Factory/harminv/harminv.changes  2015-01-29 
09:54:06.0 +0100
+++ /work/SRC/openSUSE:Factory/.harminv.new/harminv.changes 2015-02-27 
11:09:35.0 +0100
@@ -1,0 +2,7 @@
+Wed Feb 25 15:41:00 UTC 2015 - norm...@linux.vnet.ibm.com
+
+- new patch harminv_change_protos_with_harminv_complex.patch
+  required for ppc64 architecture to avoid make check error
+  while building meep package.
+
+---

New:

  harminv_change_protos_with_harminv_complex.patch



Other differences:
--
++ harminv.spec ++
--- /var/tmp/diff_new_pack.uejAHi/_old  2015-02-27 11:09:36.0 +0100
+++ /var/tmp/diff_new_pack.uejAHi/_new  2015-02-27 11:09:36.0 +0100
@@ -25,6 +25,8 @@
 Group:  Productivity/Scientific/Electronics
 Url:http://ab-initio.mit.edu/wiki/index.php/Harminv
 Source0:http://ab-initio.mit.edu/harminv/harminv-%{version}.tar.gz
+# PATCH-FIX-UPSTREAM harminv_change_protos_with_harminv_complex.patch -- 
https://github.com/stevengj/meep/issues/13
+Patch1: harminv_change_protos_with_harminv_complex.patch
 BuildRequires:  blas-devel
 BuildRequires:  gcc-fortran
 BuildRequires:  lapack-devel
@@ -67,6 +69,7 @@
 
 %prep
 %setup -q
+%patch1 -p1
 
 sed -i 's/@LIBS@//g' harminv.pc.in
 

++ harminv_change_protos_with_harminv_complex.patch ++
From: Michel Normand 
Subject: harminv change protos with harminv complex
Date: Mon, 23 Feb 2015 10:05:08 +0100

harminv change protos with harminv complex

This patch concern the harminv package,
this is a prereq to a similar patch for meep package.

This is related to meep issue 13
https://github.com/stevengj/meep/issues/13

Signed-off-by: Michel Normand 
---
 harminv-main.c |   18 --
 harminv.c  |   10 ++
 harminv.h  |4 ++--
 3 files changed, 20 insertions(+), 12 deletions(-)

Index: harminv-1.3.1/harminv.h
===
--- harminv-1.3.1.orig/harminv.h
+++ harminv-1.3.1/harminv.h
@@ -50,8 +50,8 @@ extern int harminv_get_num_freqs(harminv
 extern double harminv_get_freq(harminv_data d, int k);
 extern double harminv_get_Q(harminv_data d, int k);
 extern double harminv_get_decay(harminv_data d, int k);
-extern harminv_complex harminv_get_omega(harminv_data d, int k);
-extern harminv_complex harminv_get_amplitude(harminv_data d, int k);
+extern void harminv_get_omega(harminv_complex *omega, harminv_data d, int k);
+extern void harminv_get_amplitude(harminv_complex *amplitude, harminv_data d, 
int k);
 extern double harminv_get_freq_error(harminv_data d, int k);
 
 /* the following routines are undocumented and not recommended */
Index: harminv-1.3.1/harminv.c
===
--- harminv-1.3.1.orig/harminv.c
+++ harminv-1.3.1/harminv.c
@@ -839,21 +839,23 @@ double harminv_get_Q(harminv_data d, int
/ (2 * harminv_get_decay(d, k)));
 }
 
-cmplx harminv_get_omega(harminv_data d, int k)
+void harminv_get_omega(cmplx *omega, harminv_data d, int k)
 {
  CHECK(d->nfreqs >= 0, "haven't computed eigensolutions yet");
  CHECK(k >= 0 && k < d->nfreqs,
   "argument out of range in harminv_get_omega");
- return(I * clog(d->u[k]));
+ *omega = (I * clog(d->u[k]));
+ return;
 }
 
-cmplx harminv_get_amplitude(harminv_data d, int k)
+void harminv_get_amplitude(cmplx *amplitude, harminv_data d, int k)
 {
  CHECK(k >= 0 && k < d->nfreqs,
   "argument out of range in harminv_get_amplitude");
  if (!d->amps)
  d->amps = harminv_compute_amplitudes(d);
- return d->amps[k];
+ *amplitude = d->amps[k];
+ return;
 }
 
 double harminv_get_freq_error(harminv_data d, int k)
Index: harminv-1.3.1/harminv-main.c
===
--- harminv-1.3.1.orig/harminv-main.c
+++ harminv-1.3.1/harminv-main.c
@@ -179,6 +179,7 @@ static int compar(const void *a, const v
 {
  const int *ia = (const int *) a;
  const int *ib = (const int *) b;
+ cmplx aa, ab;
 
  switch (sortby) {
 case SORT_FREQUENCY:
@@ -189,8 +190,9 @@ static int compar(const void *a, const v
  return cmp(harminv_get_freq_error(hd, *ia), 
 harminv_get_freq_error(hd, *ib));
 case SORT_AMPLITUDE:
- return cmp(cabs(harminv_get_amplitude(hd, *ia)), 
-

commit fcitx for openSUSE:Factory

2015-02-27 Thread h_root
Hello community,

here is the log from the commit of package fcitx for openSUSE:Factory checked 
in at 2015-02-27 11:10:09

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


Package is "fcitx"

Changes:

--- /work/SRC/openSUSE:Factory/fcitx/fcitx.changes  2014-11-18 
22:49:01.0 +0100
+++ /work/SRC/openSUSE:Factory/.fcitx.new/fcitx.changes 2015-02-27 
11:10:12.0 +0100
@@ -1,0 +2,5 @@
+Thu Feb 26 12:22:34 UTC 2015 - hillw...@linuxfans.org
+
+- update version of opencc to 1.0.2 
+
+---



Other differences:
--
++ fcitx.spec ++
--- /var/tmp/diff_new_pack.kXcooa/_old  2015-02-27 11:10:13.0 +0100
+++ /var/tmp/diff_new_pack.kXcooa/_new  2015-02-27 11:10:13.0 +0100
@@ -92,7 +92,7 @@
 # These libraries are dlopen-ed in fcitx at runtime 
 # for spell-checking for keyboard users. ld can't find
 # them, so explicitly recommends.
-Recommends: libopencc1
+Recommends: libopencc2
 Recommends: libpresage1
 Recommends: libenchant1
 Requires:   %{name}-branding = %{version}
@@ -403,7 +403,7 @@
 -DCMAKE_CXX_FLAGS="$RPM_OPT_FLAGS" \
 -DCMAKE_VERBOSE_MAKEFILE=On \
 -DCMAKE_BUILD_TYPE=Release \
--DOPENCC_LIBRARY_FILENAME=libopencc.so.1 \
+-DOPENCC_LIBRARY_FILENAME=libopencc.so.2 \
 -DENCHANT_LIBRARY_FILENAME=libenchant.so.1 \
 -DPRESAGE_LIBRARY_FILENAME=libpresage.so.1 \
 %if 0%{?suse_version} >= 1140 || 0%{?fedora_version}

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit python-ioflo for openSUSE:Factory

2015-02-27 Thread h_root
Hello community,

here is the log from the commit of package python-ioflo for openSUSE:Factory 
checked in at 2015-02-27 11:10:29

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


Package is "python-ioflo"

Changes:

--- /work/SRC/openSUSE:Factory/python-ioflo/python-ioflo.changes
2015-01-29 09:58:27.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-ioflo.new/python-ioflo.changes   
2015-02-27 11:10:30.0 +0100
@@ -1,0 +2,10 @@
+Thu Feb 26 21:28:47 UTC 2015 - abo...@gmail.com
+
+- Updated to v1.1.9
+  - More Skeddar timer fixes
+  - Added MonoTimer to Skeddar that detects if system clock is retrograded.
+  - Added binary create mode for OCFN utility function. Needed for P3 support 
if using msgpack.
+  - Renamed Registry class to Registrar class to avoid confusion with 
.Registry in RegisterType metaclass
+  - Added Ordered Set class called oset or OSet in base.osetting.py
+
+---

Old:

  ioflo-1.1.5.tar.gz

New:

  ioflo-1.1.9.tar.gz



Other differences:
--
++ python-ioflo.spec ++
--- /var/tmp/diff_new_pack.xM2fD2/_old  2015-02-27 11:10:31.0 +0100
+++ /var/tmp/diff_new_pack.xM2fD2/_new  2015-02-27 11:10:31.0 +0100
@@ -16,7 +16,7 @@
 #
 
 Name:   python-ioflo
-Version:1.1.5
+Version:1.1.9
 Release:0
 License:Apache-2.0
 Summary:Python IoFlo

++ ioflo-1.1.5.tar.gz -> ioflo-1.1.9.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ioflo-1.1.5/PKG-INFO new/ioflo-1.1.9/PKG-INFO
--- old/ioflo-1.1.5/PKG-INFO2015-01-21 01:55:25.0 +0100
+++ new/ioflo-1.1.9/PKG-INFO2015-02-13 23:58:26.0 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: ioflo
-Version: 1.1.5
+Version: 1.1.9
 Summary: Flow Based Programming Automated Reasoning Engine and Automation 
Operation System
 Home-page: https://github.com/ioflo/ioflo
 Author: Samuel M. Smith
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ioflo-1.1.5/ioflo/__metadata__.py 
new/ioflo-1.1.9/ioflo/__metadata__.py
--- old/ioflo-1.1.5/ioflo/__metadata__.py   2015-01-21 01:53:24.0 
+0100
+++ new/ioflo-1.1.9/ioflo/__metadata__.py   2015-02-13 23:40:03.0 
+0100
@@ -2,7 +2,7 @@
 Ioflo package metadata
 '''
 
-__version_info__ = (1, 1, 5)
+__version_info__ = (1, 1, 9)
 __version__ = '{0}.{1}.{2}'.format(*__version_info__)
 __author__ = "Samuel M. Smith"
 __license__ = "Apache 2.0"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ioflo-1.1.5/ioflo/app/test/runplans.py 
new/ioflo-1.1.9/ioflo/app/test/runplans.py
--- old/ioflo-1.1.5/ioflo/app/test/runplans.py  1970-01-01 01:00:00.0 
+0100
+++ new/ioflo-1.1.9/ioflo/app/test/runplans.py  2014-12-10 00:28:32.0 
+0100
@@ -0,0 +1,57 @@
+#!/usr/bin/env python
+# -*- coding: utf-8 -*-
+
+"""
+Runs all the example FloScripts
+
+
+"""
+import sys
+import os
+
+import ioflo.app.run
+
+PLAN_DIR_PATH = os.path.join(
+os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
+, 'plan')
+
+def getPlanFiles(planDirPath=PLAN_DIR_PATH):
+planFiles = []
+for fname in os.listdir(os.path.abspath(planDirPath)):
+root, ext = os.path.splitext(fname)
+if ext != '.flo' or root.startswith('__') or root.startswith('gps'):
+continue
+
+planFiles.append(os.path.abspath(os.path.join(planDirPath, fname)))
+return planFiles
+
+def main():
+""" Run example scripts"""
+failedCount = 0
+plans = getPlanFiles()
+for plan in plans:
+name, ext = os.path.splitext(os.path.basename(plan))
+skeddar = ioflo.app.run.run(  name=name,
+filepath=plan,
+period=0.0625,
+verbose=1,
+real=False,)
+
+print("Plan {0}\n  Skeddar {1}\n".format(plan, skeddar.name))
+failed = False
+for house in skeddar.houses:
+failure = house.metas['failure'].value
+if failure:
+failed = True
+print(" Failed in House = {0}. "
+  "Failure = {1}.\n".format(house.name, failure))
+else:
+print(" Succeeded in House = {0}.\n".format(house.name))
+if failed:
+failedCount += 1
+
+print("{0} failed out of {1}.\n".format(failedCount, len(plans)))
+
+if __name__ == '__main__':
+main()
+
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/iofl

commit nomacs for openSUSE:Factory

2015-02-27 Thread h_root
Hello community,

here is the log from the commit of package nomacs for openSUSE:Factory checked 
in at 2015-02-27 11:09:52

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


Package is "nomacs"

Changes:

--- /work/SRC/openSUSE:Factory/nomacs/nomacs.changes2014-11-13 
09:18:29.0 +0100
+++ /work/SRC/openSUSE:Factory/.nomacs.new/nomacs.changes   2015-02-27 
11:09:53.0 +0100
@@ -1,0 +2,20 @@
+Thu Feb 26 11:28:42 UTC 2015 - sor.ale...@meowr.ru
+
+- Update to 2.4.0:
+  * Batch processing (you can try it by clicking
+Tools > Batch Processing).
+  * Image tabs (open multiple images within different tabs).
+  * Thumbnail preview improved (copy/paste delete/rename is now
+supported).
+  * Zoom panel improved (you can now chose a specific zoom level).
+  * Olympus RAW added.
+  * Convert to grayscale added.
+  * Faster directory loading (especially if you have many images
+in a directory).
+  * Gesture improvements.
+  * Saving of images from archives (e.g. zip, docx) is now supported.
+  * File sorting improved.
+  * Stability improvements.
+- Remove nomacs-strcmp-fix.patch and nomacs-qt5-build-fix.patch.
+
+---

Old:

  nomacs-2.2.0-source.tar.bz2
  nomacs-qt5-build-fix.patch
  nomacs-strcmp-fix.patch

New:

  nomacs-2.4.0-source.tar.bz2



Other differences:
--
++ nomacs.spec ++
--- /var/tmp/diff_new_pack.PFN3tt/_old  2015-02-27 11:09:54.0 +0100
+++ /var/tmp/diff_new_pack.PFN3tt/_new  2015-02-27 11:09:54.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package nomacs
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,22 +17,19 @@
 
 
 Name:   nomacs
-Version:2.2.0
+Version:2.4.0
 Release:0
 Summary:Lightweight image viewer
 License:GPL-3.0+
 Group:  Productivity/Graphics/Viewers
 Url:http://nomacs.org/
 Source: 
http://downloads.sf.net/%{name}/%{name}-%{version}-source.tar.bz2
-# PATCH-FIX-UPSTREAM nomacs-strcmp-fix.patch sor.ale...@meowr.ru -- Correct 
string comparison.
-Patch0: nomacs-strcmp-fix.patch
-# PATCH-FIX-UPSTREAM nomacs-qt5-build-fix.patch sor.ale...@meowr.ru -- Fix 
build with Qt5.
-Patch1: nomacs-qt5-build-fix.patch
 BuildRequires:  cmake >= 2.6
 BuildRequires:  dos2unix
 BuildRequires:  gcc-c++
 BuildRequires:  libqt5-linguist-devel
 BuildRequires:  pkg-config
+BuildRequires:  quazip-devel
 BuildRequires:  update-desktop-files
 BuildRequires:  pkgconfig(Qt5Concurrent)
 BuildRequires:  pkgconfig(Qt5Network)
@@ -54,8 +51,6 @@
 
 %prep
 %setup -q
-%patch0 -p1
-%patch1 -p1
 dos2unix Readme/*
 find src -type f -name '*.cpp' | while read f; do
 # Fix encoding issues in nomacs with Qt5.
@@ -64,8 +59,6 @@
 
 %build
 %cmake \
-  -DCMAKE_C_FLAGS='%{optflags} -fno-strict-aliasing'   \
-  -DCMAKE_CXX_FLAGS='%{optflags} -fno-strict-aliasing' \
   -DENABLE_QT5=1   \
   -DQT_QMAKE_EXECUTABLE=%{_libdir}/qt5/bin/qmake
 make %{?_smp_mflags}
@@ -87,9 +80,9 @@
 %doc Readme/*
 %{_bindir}/%{name}
 %{_datadir}/%{name}/
-%{_datadir}/appdata/%{name}.appdata.xml
 %{_datadir}/applications/%{name}.desktop
 %{_datadir}/pixmaps/%{name}.png
-%{_mandir}/man1/*
+%{_datadir}/appdata/%{name}.appdata.xml
+%{_mandir}/man?/%{name}.?%{?ext_man}
 
 %changelog

++ nomacs-2.2.0-source.tar.bz2 -> nomacs-2.4.0-source.tar.bz2 ++
 26050 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit perl-Glib-Object-Introspection for openSUSE:Factory

2015-02-27 Thread h_root
Hello community,

here is the log from the commit of package perl-Glib-Object-Introspection for 
openSUSE:Factory checked in at 2015-02-27 11:09:43

Comparing /work/SRC/openSUSE:Factory/perl-Glib-Object-Introspection (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Glib-Object-Introspection.new (New)


Package is "perl-Glib-Object-Introspection"

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-Glib-Object-Introspection/perl-Glib-Object-Introspection.changes
2015-01-29 09:56:54.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-Glib-Object-Introspection.new/perl-Glib-Object-Introspection.changes
   2015-02-27 11:09:45.0 +0100
@@ -1,0 +2,7 @@
+Thu Feb 26 11:07:01 UTC 2015 - sor.ale...@meowr.ru
+
+- Update to 0.028:
+  * Harmonize the format of type names in error messages.
+  * Add a FIXME about a corner case of GInitiallyUnowned handling.
+
+---

Old:

  Glib-Object-Introspection-0.027.tar.gz

New:

  Glib-Object-Introspection-0.028.tar.gz



Other differences:
--
++ perl-Glib-Object-Introspection.spec ++
--- /var/tmp/diff_new_pack.4Qx4wY/_old  2015-02-27 11:09:46.0 +0100
+++ /var/tmp/diff_new_pack.4Qx4wY/_new  2015-02-27 11:09:46.0 +0100
@@ -18,7 +18,7 @@
 
 %define cpan_name Glib-Object-Introspection
 Name:   perl-Glib-Object-Introspection
-Version:0.027
+Version:0.028
 Release:0
 Summary:GObject Introspection bindings for Perl
 License:LGPL-2.1+

++ Glib-Object-Introspection-0.027.tar.gz -> 
Glib-Object-Introspection-0.028.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/Glib-Object-Introspection-0.027/GObjectIntrospection.xs 
new/Glib-Object-Introspection-0.028/GObjectIntrospection.xs
--- old/Glib-Object-Introspection-0.027/GObjectIntrospection.xs 2014-09-29 
22:26:17.0 +0200
+++ new/Glib-Object-Introspection-0.028/GObjectIntrospection.xs 2015-02-24 
06:23:59.0 +0100
@@ -397,7 +397,7 @@
info_type = g_base_info_get_type (info);
name = g_base_info_get_name (info);
 
-   dwarn ("setting up %s.%s\n", namespace, name);
+   dwarn ("setting up %s::%s\n", namespace, name);
 
if (info_type == GI_INFO_TYPE_CONSTANT) {
av_push (constants, newSVpv (name, 0));
@@ -448,7 +448,7 @@
 
type = get_gtype ((GIRegisteredTypeInfo *) info);
if (!type) {
-   ccroak ("Could not find GType for type %s::%s",
+   ccroak ("Could not find GType for type %s%s",
   namespace, name);
}
if (type == G_TYPE_NONE) {
@@ -543,7 +543,7 @@
reg_info = g_irepository_find_by_name (repository, reg_basename, 
reg_name);
reg_type = reg_info ? get_gtype (reg_info) : 0;
if (!reg_type)
-   ccroak ("Could not lookup GType for type %s.%s",
+   ccroak ("Could not lookup GType for type %s%s",
reg_basename, reg_name);
 
/* The GType in question (e.g., GdkRectangle) hasn't been loaded yet,
@@ -759,7 +759,7 @@
GType gtype;
gpointer klass;
 CODE:
-   dwarn ("_install_overrides: %s.%s for %s\n",
+   dwarn ("_install_overrides: %s%s for %s\n",
   basename, object_name, target_package);
repository = g_irepository_get_default ();
info = g_irepository_find_by_name (repository, basename, object_name);
@@ -856,7 +856,7 @@
gint field_offset;
gpointer func_pointer;
 PPCODE:
-   dwarn ("_invoke_fallback_vfunc: %s.%s, target = %s\n",
+   dwarn ("_invoke_fallback_vfunc: %s::%s, target = %s\n",
   vfunc_package, vfunc_name, target_package);
gtype = gperl_object_type_from_package (target_package);
klass = g_type_class_peek (gtype);
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Glib-Object-Introspection-0.027/META.json 
new/Glib-Object-Introspection-0.028/META.json
--- old/Glib-Object-Introspection-0.027/META.json   2015-01-28 
00:46:51.0 +0100
+++ new/Glib-Object-Introspection-0.028/META.json   2015-02-26 
07:59:14.0 +0100
@@ -4,7 +4,7 @@
   "Glib::Object::Introspection Team "
],
"dynamic_config" : 1,
-   "generated_by" : "ExtUtils::MakeMaker version 6.98, CPAN::Meta::Converter 
version 2.143240",
+   "generated_by" : "ExtUtils::MakeMaker version 7.04, CPAN::Meta::Converter 
version 2.143240",
"license" : [
   "lgpl_2_1"
],
@@ -66,5 +66,5 @@
   "x_IRC" : "irc://irc.gimp.org/#gtk-perl",
 

commit kate5 for openSUSE:Factory

2015-02-27 Thread h_root
Hello community,

here is the log from the commit of package kate5 for openSUSE:Factory checked 
in at 2015-02-27 11:09:47

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


Package is "kate5"

Changes:

--- /work/SRC/openSUSE:Factory/kate5/kate5.changes  2015-02-11 
16:43:20.0 +0100
+++ /work/SRC/openSUSE:Factory/.kate5.new/kate5.changes 2015-02-27 
11:09:48.0 +0100
@@ -1,0 +2,6 @@
+Wed Feb 25 18:25:17 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Added katefix.diff: Register with dbus to wake up KRun, and
+  unregister then (kde#339094)
+
+---

New:

  katefix.diff



Other differences:
--
++ kate5.spec ++
--- /var/tmp/diff_new_pack.Thz8Oa/_old  2015-02-27 11:09:49.0 +0100
+++ /var/tmp/diff_new_pack.Thz8Oa/_new  2015-02-27 11:09:49.0 +0100
@@ -24,6 +24,8 @@
 Group:  Productivity/Editors/Other
 Url:http://www.kde.org/
 Source0:kate-%{version}.tar.xz
+# PATCH-FIX-UPSTREAM katefix.diff -- https://git.reviewboard.kde.org/r/122498/
+Patch0: katefix.diff
 BuildRequires:  karchive-devel
 BuildRequires:  kcmutils-devel
 BuildRequires:  kcompletion-devel
@@ -91,6 +93,7 @@
 
 %prep
 %setup -q -n kate-%{version}
+%patch0 -p1
 
 %build
   %cmake_kf5 -d build

++ katefix.diff ++
diff --git a/kate/src/kateapp.cpp b/kate/src/kateapp.cpp
index 4c26f33..b83481e 100644
--- a/kate/src/kateapp.cpp
+++ b/kate/src/kateapp.cpp
@@ -151,10 +151,8 @@ bool KateApp::startupKate()
 } else if (!m_args.isSet(QStringLiteral("stdin")) && 
(m_args.positionalArguments().count() == 0)) { // only start session if no 
files specified
 // let the user choose session if possible
 if (!sessionManager()->chooseSession()) {
-#ifdef Q_WS_X11
 // we will exit kate now, notify the rest of the world we are done
-KStartupInfo::appStarted(startupId());
-#endif
+KStartupInfo::appStarted(KStartupInfo::startupId());
 return false;
 }
 } else {
@@ -167,9 +165,7 @@ bool KateApp::startupKate()
 }
 
 // notify about start
-#ifdef Q_WS_X11
-KStartupInfo::setNewStartupId(activeKateMainWindow(), startupId());
-#endif
+KStartupInfo::setNewStartupId(activeKateMainWindow(), 
KStartupInfo::startupId());
 
 QTextCodec *codec = m_args.isSet(QStringLiteral("encoding")) ? 
QTextCodec::codecForName(m_args.value(QStringLiteral("encoding")).toUtf8()) : 0;
 bool tempfileSet = m_args.isSet(QStringLiteral("tempfile"));
diff --git a/kate/src/main.cpp b/kate/src/main.cpp
index 8852754..7417b89 100644
--- a/kate/src/main.cpp
+++ b/kate/src/main.cpp
@@ -25,6 +25,7 @@
 
 #include 
 #include 
+#include 
 #include 
 
 #include 
@@ -390,10 +391,12 @@ extern "C" Q_DECL_EXPORT int kdemain(int argc, char 
**argv)
 QDBusConnection::sessionBus().connect(serviceName, 
QStringLiteral("/MainApplication"), QStringLiteral("org.kde.Kate.Application"), 
QStringLiteral("documentClosed"), waiter, SLOT(documentClosed(QString)));
 }
 
-#ifdef Q_WS_X11
+// KToolInvocation (and KRun) will wait until we register on dbus
+KDBusService dbusService(KDBusService::Multiple);
+dbusService.unregister();
+
 // make the world happy, we are started, kind of...
 KStartupInfo::appStarted();
-#endif
 
 // this will wait until exiting is emitted by the used instance, 
if wanted...
 return needToBlock ? app.exec() : 0;
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit most for openSUSE:Factory

2015-02-27 Thread h_root
Hello community,

here is the log from the commit of package most for openSUSE:Factory checked in 
at 2015-02-27 11:09:40

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


Package is "most"

Changes:

--- /work/SRC/openSUSE:Factory/most/most.changes2013-03-22 
14:03:10.0 +0100
+++ /work/SRC/openSUSE:Factory/.most.new/most.changes   2015-02-27 
11:09:42.0 +0100
@@ -1,0 +2,8 @@
+Wed Feb 25 14:22:57 UTC 2015 - mplus...@suse.com
+
+- Cleanup spec file with spec-cleaner
+- Clean dependencies
+- Update urls
+- Add gpg key
+
+---

New:

  most-5.0.0a.tar.bz2.sig
  most.keyring



Other differences:
--
++ most.spec ++
--- /var/tmp/diff_new_pack.FdUVR6/_old  2015-02-27 11:09:43.0 +0100
+++ /var/tmp/diff_new_pack.FdUVR6/_new  2015-02-27 11:09:43.0 +0100
@@ -1,8 +1,7 @@
-# vim: set sw=4 ts=4 et nu:
 #
 # spec file for package most
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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
@@ -23,17 +22,13 @@
 Summary:Browse or page through a text file
 License:GPL-2.0+
 Group:  Productivity/Text/Utilities
-Source: ftp://space.mit.edu/pub/davis/most/most-%{version}.tar.bz2
 Url:http://www.jedsoft.org/most/
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  autoconf
-BuildRequires:  automake
-BuildRequires:  gcc
-BuildRequires:  glibc-devel
-BuildRequires:  libtool
-BuildRequires:  make
-BuildRequires:  pkgconfig
+Source0:
http://www.jedsoft.org/releases/%{name}/%{name}-%{version}.tar.bz2
+Source1:
http://www.jedsoft.org/releases/%{name}/%{name}-%{version}.tar.bz2.sig
+Source2:%{name}.keyring
+BuildRequires:  pkg-config
 BuildRequires:  slang-devel >= 2.0.0
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
 most is a paging program that displays, one windowful at a time, the contents
@@ -66,22 +61,19 @@
 %configure \
 --enable-warnings
 
-%__make %{?_smp_flags}
+make %{?_smp_mflags}
 
 %install
-%makeinstall
-
-%__rm -rf "%{buildroot}%{_datadir}/doc"
+make DESTDIR=%{buildroot} install %{?_smp_mflags}
 
-%clean
-%{?buildroot:%__rm -rf "%{buildroot}"}
+rm -rf "%{buildroot}%{_datadir}/doc"
 
 %files
 %defattr(-,root,root)
 %doc COPYING COPYRIGHT
 %doc changes.txt most-fun.txt
 %doc most.rc lesskeys.rc
-%{_bindir}/most
+%{_bindir}/%{name}
 %doc %{_mandir}/man1/most.1*
 
 %changelog

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit meep for openSUSE:Factory

2015-02-27 Thread h_root
Hello community,

here is the log from the commit of package meep for openSUSE:Factory checked in 
at 2015-02-27 11:09:36

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


Package is "meep"

Changes:

--- /work/SRC/openSUSE:Factory/meep/meep.changes2015-01-29 
09:54:22.0 +0100
+++ /work/SRC/openSUSE:Factory/.meep.new/meep.changes   2015-02-27 
11:09:36.0 +0100
@@ -1,0 +2,7 @@
+Wed Feb 25 15:59:12 UTC 2015 - norm...@linux.vnet.ibm.com
+
+- new patch meep_change_protos_with_harminv_complex.patch
+  required for ppc64 architecture to avoid make check error
+  while building meep package.
+
+---

New:

  meep_change_protos_with_harminv_complex.patch



Other differences:
--
++ meep.spec ++
--- /var/tmp/diff_new_pack.akRO9c/_old  2015-02-27 11:09:37.0 +0100
+++ /var/tmp/diff_new_pack.akRO9c/_new  2015-02-27 11:09:37.0 +0100
@@ -25,6 +25,8 @@
 Group:  Productivity/Scientific/Electronics
 Url:http://ab-initio.mit.edu/wiki/index.php/Meep
 Source0:http://ab-initio.mit.edu/meep/meep-%{version}.tar.gz
+# PATCH-FIX-UPSTREAM meep_change_protos_with_harminv_complex.patch -- 
https://github.com/stevengj/meep/issues/13
+Patch1: meep_change_protos_with_harminv_complex.patch
 BuildRequires:  binutils
 BuildRequires:  blas-devel
 BuildRequires:  fftw3-devel
@@ -71,6 +73,7 @@
 
 %prep
 %setup -q
+%patch1 -p1
 
 %build
 export CFLAGS="%{optflags} -fPIC"

++ meep_change_protos_with_harminv_complex.patch ++
From: Michel Normand 
Subject: meep change protos with harminv complex
Date: Wed, 25 Feb 2015 16:51:43 +0100

meep change protos with harminv complex

This patch concern the meep package,
it needs a prereq of similar patch for harminv package.

This is related to meep issue 13
https://github.com/stevengj/meep/issues/13

The initial reported problem was at make check:
===
[  259s] FAIL: aniso_disp
[  273s] FAIL: convergence_cyl_waveguide
[  396s] FAIL: 2D_convergence
===
../meep-1.2.1/tests> grep failure test-suite.log
test-suite.log:harminv: failure on line 853 of harminv.c: argument out of range 
in harminv_get_amplitude
test-suite.log:harminv: failure on line 853 of harminv.c: argument out of range 
in harminv_get_amplitude
test-suite.log:harminv: failure on line 853 of harminv.c: argument out of range 
in harminv_get_amplitude
===

Signed-off-by: Michel Normand 
---
 src/bands.cpp |   17 -
 1 file changed, 12 insertions(+), 5 deletions(-)

Index: meep-1.2.1/src/bands.cpp
===
--- meep-1.2.1.orig/src/bands.cpp
+++ meep-1.2.1/src/bands.cpp
@@ -466,9 +466,12 @@ int do_harminv(complex *data, in
   }
   
   double min_err = harminv_get_freq_error(hd, fsort[0]);
-  double max_amp = abs(harminv_get_amplitude(hd, 0));
+  harminv_complex aa;
+  harminv_get_amplitude(&aa, hd, 0);
+  double max_amp = abs(aa);
   for (int i = 1; i < nf; ++i) {
-double amp = abs(harminv_get_amplitude(hd, i));
+harminv_get_amplitude(&aa, hd, i);
+double amp = abs(aa);
 if (max_amp < amp)
   max_amp = amp;
   }
@@ -477,7 +480,8 @@ int do_harminv(complex *data, in
 for (int i = 0; i < nf; ++i) {
   double f = abs(harminv_get_freq(hd, fsort[i]) / dt);
   double err = harminv_get_freq_error(hd, fsort[i]);
-  double amp = abs(harminv_get_amplitude(hd, fsort[i]));
+  harminv_get_amplitude(&aa, hd, fsort[i]);
+  double amp = abs(aa);
   if (f >= fmin && f <= fmax
  && abs(harminv_get_Q(hd, fsort[i])) > Q_thresh
  && err < err_thresh
@@ -536,10 +540,13 @@ int do_harminv(complex *data, in
   }
   
   for (int i = 0; i < nf; ++i) {
-complex freq = harminv_get_omega(hd, fsort[i]) / (2*pi*dt);
+harminv_complex oo;
+complex freq;
+harminv_get_omega(&oo, hd, fsort[i]);
+freq = oo / (2*pi*dt);
 freq_re[i] = abs(real(freq));
 freq_im[i] = imag(freq);
-amps[i] = harminv_get_amplitude(hd, fsort[i]);
+harminv_get_amplitude(&(amps[i]), hd, fsort[i]);
 if (errors)
   errors[i] = harminv_get_freq_error(hd, fsort[i]);
   }
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit gnome-dictionary for openSUSE:Factory

2015-02-27 Thread h_root
Hello community,

here is the log from the commit of package gnome-dictionary for 
openSUSE:Factory checked in at 2015-02-27 11:09:23

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


Package is "gnome-dictionary"

Changes:

--- /work/SRC/openSUSE:Factory/gnome-dictionary/gnome-dictionary.changes
2014-11-18 22:47:53.0 +0100
+++ /work/SRC/openSUSE:Factory/.gnome-dictionary.new/gnome-dictionary.changes   
2015-02-27 11:09:28.0 +0100
@@ -1,0 +2,5 @@
+Mon Feb 16 20:23:10 CET 2015 - sbra...@suse.cz
+
+- Added support for translation-update-upstream.
+
+---



Other differences:
--
++ gnome-dictionary.spec ++
--- /var/tmp/diff_new_pack.We073b/_old  2015-02-27 11:09:29.0 +0100
+++ /var/tmp/diff_new_pack.We073b/_new  2015-02-27 11:09:29.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gnome-dictionary
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -26,6 +26,7 @@
 Source: 
http://download.gnome.org/sources/gnome-dictionary/3.14/%{name}-%{version}.tar.xz
 BuildRequires:  fdupes
 BuildRequires:  intltool >= 0.40.0
+BuildRequires:  translation-update-upstream
 BuildRequires:  update-desktop-files
 BuildRequires:  yelp-tools
 BuildRequires:  pkgconfig(glib-2.0) >= 2.39.0
@@ -66,6 +67,7 @@
 %lang_package
 %prep
 %setup -q
+translation-update-upstream
 
 %build
 %configure --enable-ipv6

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit man-pages for openSUSE:Factory

2015-02-27 Thread h_root
Hello community,

here is the log from the commit of package man-pages for openSUSE:Factory 
checked in at 2015-02-27 11:09:18

Comparing /work/SRC/openSUSE:Factory/man-pages (Old)
 and  /work/SRC/openSUSE:Factory/.man-pages.new (New)


Package is "man-pages"

Changes:

--- /work/SRC/openSUSE:Factory/man-pages/man-pages.changes  2015-02-06 
10:49:44.0 +0100
+++ /work/SRC/openSUSE:Factory/.man-pages.new/man-pages.changes 2015-02-27 
11:09:20.0 +0100
@@ -1,0 +2,15 @@
+Mon Feb 23 07:38:42 UTC 2015 - pgaj...@suse.com
+
+- update to 3.80:
+  - new and rewritten pages
+* ioctl_fat.2, madvise.2
+  - newly documented interfaces in existing pages
+* proc.5
+(Briefly) document /proc/PID/attr/socketcreate
+(Briefly) document /proc/PID/attr/keycreate
+Document /proc/PID/attr/{current,exec,fscreate,prev}
+Document /proc/sys/kernel/auto_msgmni
+* socket.7
+Document SO_REUSEPORT socket option
+
+---

Old:

  man-pages-3.79.tar.xz

New:

  man-pages-3.80.tar.xz



Other differences:
--
++ man-pages.spec ++
--- /var/tmp/diff_new_pack.Ro5cBX/_old  2015-02-27 11:09:21.0 +0100
+++ /var/tmp/diff_new_pack.Ro5cBX/_new  2015-02-27 11:09:21.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package man-pages
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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:   man-pages
-Version:3.79
+Version:3.80
 Release:0
 Summary:Linux  Manual Pages
 License:BSD-3-Clause and GPL-2.0+ and MIT

++ man-pages-3.79.tar.xz -> man-pages-3.80.tar.xz ++
 17127 lines of diff (skipped)

++ man-pages-remove-ioctl_list-reference.patch ++
--- /var/tmp/diff_new_pack.Ro5cBX/_old  2015-02-27 11:09:22.0 +0100
+++ /var/tmp/diff_new_pack.Ro5cBX/_new  2015-02-27 11:09:22.0 +0100
@@ -1,7 +1,7 @@
 Index: man2/ioctl.2
 ===
 man2/ioctl.2.orig  2014-10-03 00:01:10.0 +0200
-+++ man2/ioctl.2   2014-10-13 09:35:59.997480416 +0200
+--- man2/ioctl.2.orig  2015-02-21 12:14:56.0 +0100
 man2/ioctl.2   2015-02-23 08:37:50.635769278 +0100
 @@ -123,11 +123,6 @@
  vary according to the device driver in question (the call is used as a
  catch-all for operations that don't cleanly fit the UNIX stream I/O
@@ -14,10 +14,10 @@
  The
  .BR ioctl ()
  function call appeared in Version 7 AT&T UNIX.
-@@ -142,7 +137,6 @@
- .SH SEE ALSO
+@@ -143,7 +138,6 @@
  .BR execve (2),
  .BR fcntl (2),
+ .BR ioctl_fat (2),
 -.BR ioctl_list (2),
  .BR open (2),
  .\" .BR mt (4),

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit libqt4 for openSUSE:Factory

2015-02-27 Thread h_root
Hello community,

here is the log from the commit of package libqt4 for openSUSE:Factory checked 
in at 2015-02-27 11:09:20

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  2014-11-28 
08:46:06.0 +0100
+++ /work/SRC/openSUSE:Factory/.libqt4.new/libqt4-devel-doc.changes 
2015-02-27 11:09:22.0 +0100
@@ -1,0 +2,5 @@
+Sun Feb 22 16:47:30 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Added fix-detection-of-GCC5.patch
+
+---
libqt4-sql-plugins.changes: same change
libqt4.changes: same change

New:

  fix-detection-of-GCC5.patch



Other differences:
--
++ libqt4-devel-doc.spec ++
--- /var/tmp/diff_new_pack.DrFDxJ/_old  2015-02-27 11:09:28.0 +0100
+++ /var/tmp/diff_new_pack.DrFDxJ/_new  2015-02-27 11:09:28.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libqt4-devel-doc
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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
@@ -115,6 +115,8 @@
 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 fix-detection-of-GCC5.patch -- properly detect gcc5
+Patch166:   fix-detection-of-GCC5.patch
 
 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/examples -demosdir 
%{_libdir}/qt4/demos -plugindir %plugindir -translationdir 
%{_datadir}/qt4/translations -iconv -sysconfdir /etc/settings -datadir 
%{_datadir}/qt4/ -no-pch -reduce-relocations -exceptions -system-libtiff -glib 
-optimized-qmake -no-webkit -no-xmlpatterns -system-sqlite -qt3support 
-no-sql-mysql -importdir %plugindir/imports  -xsync -xinput -gtkstyle
@@ -199,6 +201,7 @@
 %patch163 -p0
 %patch164
 %patch165 -p1
+%patch166 -p1
 
 # be sure not to use them
 rm -rf src/3rdparty/{libjpeg,freetype,libpng,zlib,libtiff,fonts}

libqt4-sql-plugins.spec: same change
libqt4.spec: same change



++ fix-detection-of-GCC5.patch ++
--- a/configure 2015-02-16 11:33:02.0 +0100
+++ b/configure 2015-02-18 13:17:22.0 +0100
@@ -7729,7 +7729,7 @@ case "$XPLATFORM" in
 *-g++*)
# Check gcc's version
case "$(${QMAKE_CONF_COMPILER} -dumpversion)" in
-   4*|3.4*)
+   5*|4*|3.4*)
;;
 3.3*)
 canBuildWebKit="no"
@@ -8031,6 +8031,11 @@ g++*)
 QT_GCC_MINOR_VERSION=`echo $COMPILER_VERSION | sed 
's,^\([0-9]*\)\.\([0-9]*\).*,\2,'`
 QT_GCC_PATCH_VERSION=0
 ;;
+*)
+QT_GCC_MAJOR_VERSION=$COMPILER_VERSION
+QT_GCC_MINOR_VERSION=0
+QT_GCC_PATCH_VERSION=0
+;;
 esac
 
 case "$COMPILER_VERSION" in
@@ -8040,7 +8045,7 @@ g++*)
 3.*)
 COMPILER_VERSION="3.*"
 ;;
-4.*)
+5*|4.*)
 COMPILER_VERSION="4"
 ;;
 *)


-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit par for openSUSE:Factory

2015-02-27 Thread h_root
Hello community,

here is the log from the commit of package par for openSUSE:Factory checked in 
at 2015-02-27 11:09:24

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


Package is "par"

Changes:

--- /work/SRC/openSUSE:Factory/par/par.changes  2011-09-23 12:21:39.0 
+0200
+++ /work/SRC/openSUSE:Factory/.par.new/par.changes 2015-02-27 
11:09:29.0 +0100
@@ -1,0 +2,11 @@
+Thu Feb 26 08:12:58 UTC 2015 - mplus...@suse.com
+
+- Correct source url
+
+---
+Tue Feb 24 19:35:36 UTC 2015 - mplus...@suse.com
+
+- Cleanup spec file with spec-clener
+- Use url for source
+
+---

Old:

  par-v1.1.tar.bz2

New:

  par-v1.1.tar.gz



Other differences:
--
++ par.spec ++
--- /var/tmp/diff_new_pack.QzjaoW/_old  2015-02-27 11:09:30.0 +0100
+++ /var/tmp/diff_new_pack.QzjaoW/_new  2015-02-27 11:09:30.0 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package par (Version 1.1)
+# spec file for package par
 #
-# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,19 +15,17 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   par
-Url:http://parchive.sourceforge.net/
+Version:1.1
+Release:0
+Summary:Parity File Generator
 License:GPL-2.0+
 Group:  System/Filesystems
-Summary:Parity File Generator
-Version:1.1
-Release:166
+Url:http://parchive.sourceforge.net/
+Source0:
http://sourceforge.net/projects/parchive/files/%{name}/%{version}/%{name}-v%{version}.tar.gz
+Patch0: %{name}.diff
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-Source0:%name-v%version.tar.bz2
-Patch0: %name.diff
 
 %description
 Parchive creates extra parity data over several volumes. These can be
@@ -36,30 +34,20 @@
 
 par is used by Dar.
 
-
-
-Authors:
-
-Willem Monsuwe 
-
 %prep
 %setup -q -n par-cmdline
 %patch0
 
 %build
-export CFLAGS="$RPM_OPT_FLAGS"
-make
+export CFLAGS="%{optflags}"
+make %{?_smp_mflags}
 
 %install
-rm -rf $RPM_BUILD_ROOT
-make DESTDIR=$RPM_BUILD_ROOT install
-
-%clean
-rm -rf $RPM_BUILD_ROOT
+make DESTDIR=%{buildroot} install %{?_smp_mflags}
 
 %files
 %defattr(-,root,root)
 %doc README AUTHORS COPYING NEWS
-/usr/bin/par
+%{_bindir}/par
 
 %changelog

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit liblazy1 for openSUSE:Factory

2015-02-27 Thread h_root
Hello community,

here is the log from the commit of package liblazy1 for openSUSE:Factory 
checked in at 2015-02-27 11:09:15

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


Package is "liblazy1"

Changes:

--- /work/SRC/openSUSE:Factory/liblazy1/liblazy1.changes2011-09-23 
02:08:52.0 +0200
+++ /work/SRC/openSUSE:Factory/.liblazy1.new/liblazy1.changes   2015-02-27 
11:09:17.0 +0100
@@ -1,0 +2,5 @@
+Wed Oct  8 18:26:51 UTC 2014 - jeng...@inai.de
+
+- Remove ancient specfile tags and sections.
+
+---



Other differences:
--
++ liblazy1.spec ++
--- /var/tmp/diff_new_pack.itZgR3/_old  2015-02-27 11:09:18.0 +0100
+++ /var/tmp/diff_new_pack.itZgR3/_new  2015-02-27 11:09:18.0 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package liblazy1 (Version 0.2)
+# spec file for package liblazy1
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,26 +15,26 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   liblazy1
-BuildRequires:  dbus-1-devel pkgconfig
-Summary:Liblazy - D-Bus methods provided for convenience
 Version:0.2
-Release:73
-#liblazy 0.2 was last used in 10.3
-Provides:   liblazy = %{version}
-Obsoletes:  liblazy <= %{version}
+Release:0
+Summary:Liblazy - D-Bus methods provided for convenience
 License:LGPL-2.1+
 Group:  Development/Libraries/C and C++
+Url:http://freedesktop.org/wiki/Software/liblazy/
+
+#Git-Clone:git://anongit.freedesktop.org/git/liblazy
 Source: %{name}-%{version}.tar.bz2
 Source2:baselibs.conf
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-AutoReqProv:on
+BuildRequires:  dbus-1-devel
+BuildRequires:  pkg-config
+#liblazy 0.2 was last used in 10.3
+Provides:   liblazy = %{version}
+Obsoletes:  liblazy <= %{version}
 
-%package -n liblazy-devel
-License:LGPL-2.1+
+%package devel
 Summary:Liblazy - D-Bus methods provided for convenience
 Group:  Development/Libraries/C and C++
 Requires:   %{name} = %{version}-%{release} dbus-1-devel
@@ -50,7 +50,7 @@
 
 Holger Macht 
 
-%description -n liblazy-devel
+%description devel
 Liblazy is a simple and easy to use library that provides convenient
 functions for sending messages over the D-Bus daemon, querying
 information from HAL or asking PolicyKit for a privilege.
@@ -76,14 +76,11 @@
 
 %postun -p /sbin/ldconfig
 
-%clean
-rm -rf %{buildroot} 
-
 %files
 %defattr(-,root,root)
 %_libdir/liblazy.so.*
 
-%files -n liblazy-devel
+%files devel
 %defattr(-,root,root)
 %_includedir/liblazy.h
 %_libdir/pkgconfig/*.pc

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit uhd for openSUSE:Factory

2015-02-27 Thread h_root
Hello community,

here is the log from the commit of package uhd for openSUSE:Factory checked in 
at 2015-02-27 11:09:27

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


Package is "uhd"

Changes:

--- /work/SRC/openSUSE:Factory/uhd/uhd.changes  2014-10-29 21:11:25.0 
+0100
+++ /work/SRC/openSUSE:Factory/.uhd.new/uhd.changes 2015-02-27 
11:09:34.0 +0100
@@ -1,0 +2,11 @@
+Wed Feb 18 23:53:30 UTC 2015 - w...@ire.pw.edu.pl
+
+- Update sources to version 3.8.2
+
+---
+Thu Jan 29 21:28:34 UTC 2015 - w...@ire.pw.edu.pl
+
+- Update to version 3.8.1
+  * firmware images are from 3.8.2
+
+---

Old:

  uhd-images_003.007.002-release.tar.gz
  uhd-source_003.007.003-release.tar.gz

New:

  uhd-3.8.2.tar.gz
  uhd-images_003.008.002-release.tar.gz



Other differences:
--
++ uhd.spec ++
--- /var/tmp/diff_new_pack.k3iq3P/_old  2015-02-27 11:09:35.0 +0100
+++ /var/tmp/diff_new_pack.k3iq3P/_new  2015-02-27 11:09:35.0 +0100
@@ -18,16 +18,16 @@
 
 Name:   uhd
 %define libname libuhd003
-Version:3.7.3
+Version:3.8.2
 Release:0
-%define src_ver 003.007.003
-%define img_ver 003.007.002
+%define src_ver 003.008.002
+%define img_ver 003.008.002
 Summary:The driver for USRP SDR boards
 License:GPL-3.0+
 Group:  Hardware/Other
 Url:
http://ettus-apps.sourcerepo.com/redmine/ettus/projects/uhd/wiki
-Source0:
http://files.ettus.com/binaries/uhd_stable/uhd_%{src_ver}-release/uhd-source_%{src_ver}-release.tar.gz
-Source1:
http://files.ettus.com/binaries/uhd_stable/uhd_%{img_ver}-release/uhd-images_%{img_ver}-release.tar.gz
+Source0:
http://files.ettus.com/binaries/uhd_stable/uhd_%{src_ver}-release/uhd-%{version}.tar.gz
+Source1:
http://files.ettus.com/binaries/images/uhd-images_%{img_ver}-release.tar.gz
 BuildRequires:  boost-devel >= 1.36
 BuildRequires:  cmake >= 2.6
 BuildRequires:  docutils
@@ -107,7 +107,7 @@
 This package contains binary firmware images for the Universal Hardware Driver 
(UHD).
 
 %prep
-%setup -q -n uhd-source_%{src_ver}-release
+%setup -q -n %{name}-%{src_ver}
 
 # remove buildtime from documentation
 echo "HTML_TIMESTAMP = NO" >> docs/Doxyfile.in
@@ -186,6 +186,7 @@
 %{_libdir}/libuhd.so
 %{_libdir}/libuhd.so.003
 %{_libdir}/pkgconfig/uhd.pc
+%{_libdir}/cmake/uhd
 %{_mandir}/man1/*
 
 %files firmware
@@ -196,6 +197,6 @@
 %defattr(-,root,root)
 %dir %{_docdir}/uhd
 %{_docdir}/uhd/doxygen
-%{_docdir}/uhd/manual
+#{_docdir}/uhd/manual
 
 %changelog

++ uhd-images_003.007.002-release.tar.gz -> uhd-3.8.2.tar.gz ++
/work/SRC/openSUSE:Factory/uhd/uhd-images_003.007.002-release.tar.gz 
/work/SRC/openSUSE:Factory/.uhd.new/uhd-3.8.2.tar.gz differ: char 5, line 1

++ uhd-images_003.007.002-release.tar.gz -> 
uhd-images_003.008.002-release.tar.gz ++
/work/SRC/openSUSE:Factory/uhd/uhd-images_003.007.002-release.tar.gz 
/work/SRC/openSUSE:Factory/.uhd.new/uhd-images_003.008.002-release.tar.gz 
differ: char 5, line 1

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit obs-service-source_validator for openSUSE:Factory

2015-02-27 Thread h_root
Hello community,

here is the log from the commit of package obs-service-source_validator for 
openSUSE:Factory checked in at 2015-02-27 11:08:53

Comparing /work/SRC/openSUSE:Factory/obs-service-source_validator (Old)
 and  /work/SRC/openSUSE:Factory/.obs-service-source_validator.new (New)


Package is "obs-service-source_validator"

Changes:

--- 
/work/SRC/openSUSE:Factory/obs-service-source_validator/obs-service-source_validator.changes
2014-11-24 11:11:11.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.obs-service-source_validator.new/obs-service-source_validator.changes
   2015-02-27 11:08:56.0 +0100
@@ -1,0 +2,5 @@
+Tue Feb 17 12:51:00 CET 2015 - r...@suse.de
+
+- fix 20-files-present-and-referenced for ocaml macro
+
+---



Other differences:
--
++ obs-service-source_validator.spec ++
--- /var/tmp/diff_new_pack.KaoIFd/_old  2015-02-27 11:08:57.0 +0100
+++ /var/tmp/diff_new_pack.KaoIFd/_new  2015-02-27 11:08:57.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package obs-service-source_validator
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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

++ obs-service-source_validator-0.5.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/obs-service-source_validator-0.5/20-files-present-and-referenced 
new/obs-service-source_validator-0.5/20-files-present-and-referenced
--- old/obs-service-source_validator-0.5/20-files-present-and-referenced
2014-11-13 14:29:35.0 +0100
+++ new/obs-service-source_validator-0.5/20-files-present-and-referenced
2015-02-17 12:50:08.0 +0100
@@ -70,6 +70,7 @@
/^%include/d
/^%[a-z]*_requires/d
/^%{[a-z]*_requires}/d
+   /^%{[a-z]*_preserve_bytecode}/d
/^%gconf_schemas_prereq/d
/^%requires_eq/{;p;d;}
/^%requires_ge/{;p;d;}

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit Mesa for openSUSE:Factory

2015-02-27 Thread h_root
Hello community,

here is the log from the commit of package Mesa for openSUSE:Factory checked in 
at 2015-02-27 11:09:00

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


Package is "Mesa"

Changes:

--- /work/SRC/openSUSE:Factory/Mesa/Mesa.changes2015-02-12 
10:20:21.0 +0100
+++ /work/SRC/openSUSE:Factory/.Mesa.new/Mesa.changes   2015-02-27 
11:09:02.0 +0100
@@ -1,0 +2,10 @@
+Tue Feb 24 16:08:49 UTC 2015 - tobias.johannes.klausm...@mni.thm.de
+
+- Fix file permissions for the Gallium Nine files
+
+---
+Mon Feb 23 15:28:29 UTC 2015 - sndir...@suse.com
+
+- specfile/baselibs.conf: Manually provide d3d library (bnc#918294) 
+
+---



Other differences:
--
++ Mesa.spec ++
--- /var/tmp/diff_new_pack.nmSvtK/_old  2015-02-27 11:09:03.0 +0100
+++ /var/tmp/diff_new_pack.nmSvtK/_new  2015-02-27 11:09:03.0 +0100
@@ -405,6 +405,12 @@
 %package libd3d
 Summary:Mesa Direct3D9 state tracker
 Group:  System/Libraries
+# Manually provide d3d library (bnc#918294)
+%ifarch x86_64 s390x ppc64le aarch64
+Provides:   d3dadapter9.so.1()(64bit)
+%else
+Provides:   d3dadapter9.so.1
+%endif
 
 %description libd3d
 Mesa Direct3D9 state tracker
@@ -849,11 +855,13 @@
 
 %if 0%{?with_nine}
 %files libd3d
+%defattr(-,root,root)
 %dir %{_libdir}/d3d/
 %{_libdir}/d3d/*.so.*
 #%{_sysconfdir}/OpenCL/vendors/mesa.icd
 
 %files libd3d-devel
+%defattr(-,root,root)
 %{_libdir}/pkgconfig/d3d.pc
 %{_includedir}/d3dadapter/
 %{_libdir}/d3d/*.so

++ baselibs.conf ++
--- /var/tmp/diff_new_pack.nmSvtK/_old  2015-02-27 11:09:03.0 +0100
+++ /var/tmp/diff_new_pack.nmSvtK/_new  2015-02-27 11:09:03.0 +0100
@@ -51,6 +51,7 @@
 Mesa-libglapi-devel
requires "Mesa-libglapi0- = "
 Mesa-libd3d
+   provides "d3dadapter9.so.1"
 Mesa-libd3d-devel
requires "Mesa-libd3d- = "
 libXvMC_nouveau

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit suspend for openSUSE:Factory

2015-02-27 Thread h_root
Hello community,

here is the log from the commit of package suspend for openSUSE:Factory checked 
in at 2015-02-27 11:07:54

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


Package is "suspend"

Changes:

--- /work/SRC/openSUSE:Factory/suspend/suspend.changes  2014-11-28 
08:45:59.0 +0100
+++ /work/SRC/openSUSE:Factory/.suspend.new/suspend.changes 2015-02-27 
11:07:55.0 +0100
@@ -1,0 +2,6 @@
+Mon Feb 23 14:47:54 UTC 2015 - rguent...@suse.com
+
+- Build with -std=gnu89 as GCC 5 defaults to -std=gnu11 and that
+  breaks build due to changed semantics of 'inline'.
+
+---



Other differences:
--
++ suspend.spec ++
--- /var/tmp/diff_new_pack.mhscjh/_old  2015-02-27 11:07:56.0 +0100
+++ /var/tmp/diff_new_pack.mhscjh/_new  2015-02-27 11:07:56.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package suspend
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
 # Copyright (c) 2013 B1 Systems GmbH, Vohburg, Germany
 #
 # All modifications and additions to the file contributed by third parties
@@ -111,7 +111,7 @@
 #cp -vb --suffix=-0.5 %{S:99} whitelist.c
 
 %build
-export CFLAGS="$RPM_OPT_FLAGS"
+export CFLAGS="-std=gnu89 $RPM_OPT_FLAGS"
 autoreconf -fi
 ./configure --prefix=/usr \
--sysconfdir=/etc \

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit kiwi for openSUSE:Factory

2015-02-27 Thread h_root
Hello community,

here is the log from the commit of package kiwi for openSUSE:Factory checked in 
at 2015-02-27 11:08:00

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


Package is "kiwi"

Changes:

--- /work/SRC/openSUSE:Factory/kiwi/kiwi.changes2015-02-22 
17:25:13.0 +0100
+++ /work/SRC/openSUSE:Factory/.kiwi.new/kiwi.changes   2015-02-27 
11:08:02.0 +0100
@@ -1,0 +2,100 @@
+Mon Feb 23 15:50:27 CET 2015 - m...@suse.de
+
+- v7.02.27 released
+  
+---
+Mon Feb 23 15:27:55 CET 2015 - m...@suse.de
+  
+- Fixed critic for KIWIMiniIsoPlugin.pm
+  
+---
+Mon Feb 23 15:15:44 CET 2015 - m...@suse.de
+  
+- Fixed critic for KIWIDescrPlugin.pm
+  
+---
+Mon Feb 23 14:48:15 CET 2015 - m...@suse.de
+  
+- Fixed potential link attack security issue
+  
+  kiwi statically creates a tmp executable in /dev/shm. Apart from
+  the fact that it's the wrong place in the filesystem to do this
+  kiwi should use a correctly created tmpfile. This Fixes #444
+  
+---
+Mon Feb 23 11:04:56 CET 2015 - m...@suse.de
+  
+- Fixed zero block analyser
+  
+  If all free blocks in a filesystem contain a zero the compression
+  result of the later image is better compared to if there is any
+  random junk in it. In order to have all free blocks set to a zero
+  byte kiwi used the dd + rm method which had the disadvantage of
+  destroying the sparseness of the image file. Because of that the
+  method was applied only if the image was built from a real disk
+  device which did not allow us to strip away a sparse image from
+  anyways. However this is not very flexible because:
+  
+  1. In most cases an image is built from a loop device mapped
+  against a sparse file. Thus the method is not called most
+  of the time
+  
+  2. With filesystems using more complex internal structures like
+  xfs btrfs, zfs and friends there is not much difference in
+  the compression results, but the time to create a huge empty
+  file which is removed later is signifcantly recognized
+  
+  Thus this change deletes the old way of zero out free blocks and
+  uses a tool to do the job for us. For extX based filesystems the
+  zerofree utility exists and is used if installed. For other
+  filesystems I'm not aware of a tool and thus we don't handle
+  them at the moment. If there is tool available kiwi print a
+  warning message
+  
+---
+Mon Feb 23 10:07:52 CET 2015 - m...@suse.de
+  
+- DB: rebuild documentation
+  
+---
+Mon Feb 23 10:07:05 CET 2015 - m...@suse.de
+  
+- DB: added chapter how to create vagrant boxes
+  
+---
+Sun Feb 22 17:40:03 CET 2015 - matwey.korni...@suse.de
+  
+- Revert archives to consistent state
+  
+  Following three files were probably corrupted by 
f69d1d7bc3104f9e221abf8fc5efdf94ee0eb8b1
+  template/armv7l/suse-12.3-JeOS/uboot-setup.tgz
+  tools/livestick/theme/upstream/booting.tgz
+  tools/livestick/theme/upstream/tooling.tgz
+  
+---
+Wed Feb 18 14:41:42 CET 2015 - ludwig.nus...@suse.de
+  
+- pass repo url for NET iso via linuxrc (bnc#916175)
+  
+---
+Fri Feb 13 11:36:06 CET 2015 - jmassaguer...@suse.de
+  
+- check user_name is defined when checking file tree
+  
+  It is possible to have files that should be owned by root which
+  are owned by a non-existing user, meaning the uid has no corresponding
+  username. When this happens, the check used to give the error
+  
+  "Use of uninitialized value $user_name in concatenation (.) or string
+  at /usr/share/kiwi/modules/KIWIRuntimeChecker.pm line 1558."
+  
+  Thus we need to check whether the user exists.
+  
+---
+Thu Feb 12 13:46:01 CET 2015 - jmassaguer...@suse.de
+  
+- remove plymouth packages from s390x boot image
+  
+  We don't need graphical boot on s390x.
+  
+---
@@ -319,0 +420,5 @@
+Mon Jan 12 18:30:44 CET 2015 - dims...@suse.de
+  
+- Switch to using appstream-builder instead of XML parsing
+  
+---
@@ -749,0 +855,2 @@
+  
+- Activate new swap after repartitioning



Other differences:
--

commit boost for openSUSE:Factory

2015-02-27 Thread h_root
Hello community,

here is the log from the commit of package boost for openSUSE:Factory checked 
in at 2015-02-27 11:08:08

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


Package is "boost"

Changes:

--- /work/SRC/openSUSE:Factory/boost/boost.changes  2014-12-06 
13:45:28.0 +0100
+++ /work/SRC/openSUSE:Factory/.boost.new/boost.changes 2015-02-27 
11:08:13.0 +0100
@@ -1,0 +2,8 @@
+Mon Feb 23 13:22:31 UTC 2015 - rguent...@suse.com
+
+- Use $RPM_OPT_FLAGS for building, force use of the GCC toolset.
+  Be more verbose and fail building with the first error.
+- Add boost-gcc5.patch to use -std=c++11 when building the coroutines
+  module which fixes build with GCC 5.
+
+---

New:

  boost-gcc5.patch



Other differences:
--
++ boost.spec ++
--- /var/tmp/diff_new_pack.HvbFBM/_old  2015-02-27 11:08:16.0 +0100
+++ /var/tmp/diff_new_pack.HvbFBM/_new  2015-02-27 11:08:16.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package boost
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -88,6 +88,7 @@
 Patch5: boost-strict_aliasing.patch
 Patch6: boost-use_std_xml_catalog.patch
 Patch7: bjam-alignment.patch
+Patch8: boost-gcc5.patch
 BuildRequires:  chrpath
 BuildRequires:  dos2unix
 BuildRequires:  fdupes
@@ -408,6 +409,7 @@
 %patch5
 %patch6 -p1
 %patch7 -p1
+%patch8
 #stupid build machinery copies .orig files
 find . -name \*.orig -exec rm {} +
 
@@ -469,11 +471,19 @@
 # see also: https://svn.boost.org/trac/boost/ticket/9304
 ./bootstrap.sh $LIBRARIES_FLAGS \
 --prefix=%{_prefix} --exec-prefix=%{_bindir} \
---libdir=%{_libdir} --includedir=%{_includedir}
+--libdir=%{_libdir} --includedir=%{_includedir} \
+--with-toolset=gcc
 
 # add specific wishes in user-config.jam
-%if %build_docs
 cat << EOF >user-config.jam
+import os ;
+local RPM_OPT_FLAGS = [ os.environ RPM_OPT_FLAGS ] ;
+
+using gcc : : : \$(RPM_OPT_FLAGS) ;
+EOF
+
+%if %build_docs
+cat << EOF >>user-config.jam
 using xsltproc ;
 
 using boostbook
@@ -492,7 +502,7 @@
 %endif
 
 # perform the compilation
-./b2 --prefix=%{_prefix} --libdir=%{_libdir} --user-config=./user-config.jam
+./b2 -d+2 -q --prefix=%{_prefix} --libdir=%{_libdir} 
--user-config=./user-config.jam
 
 %if %build_docs
 cd doc


++ boost-gcc5.patch ++
Index: libs/coroutine/build/Jamfile.v2
===
--- libs/coroutine/build/Jamfile.v2.orig2014-07-09 19:45:23.0 
+0200
+++ libs/coroutine/build/Jamfile.v2 2015-02-23 14:30:47.673766402 +0100
@@ -24,6 +24,7 @@ project boost/coroutine
   gcc-4.9,on:"-static-libgcc"
   clang-3.4,on:-fsplit-stack
   clang-3.4,on:"-static-libgcc"
+  gcc:-std=c++11
   shared:BOOST_COROUTINES_DYN_LINK=1
   BOOST_COROUTINES_SOURCE
 : usage-requirements
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit numactl for openSUSE:Factory

2015-02-27 Thread h_root
Hello community,

here is the log from the commit of package numactl for openSUSE:Factory checked 
in at 2015-02-27 11:08:25

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


Package is "numactl"

Changes:

--- /work/SRC/openSUSE:Factory/numactl/numactl.changes  2015-02-06 
10:16:10.0 +0100
+++ /work/SRC/openSUSE:Factory/.numactl.new/numactl.changes 2015-02-27 
11:08:27.0 +0100
@@ -1,0 +2,8 @@
+Mon Feb 23 16:28:34 UTC 2015 - crrodrig...@opensuse.org
+
+- package fails to build with PIE globally enabled, due to 
+  error: inconsistent operand constraints in an 'asm'.
+  Turns out there is a GCC builtin for doing the operation 
+  cleanly. (numactl-clearcache-pie.patch)
+
+---

New:

  numactl-clearcache-pie.patch



Other differences:
--
++ numactl.spec ++
--- /var/tmp/diff_new_pack.7mbOVa/_old  2015-02-27 11:08:28.0 +0100
+++ /var/tmp/diff_new_pack.7mbOVa/_new  2015-02-27 11:08:28.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package numactl
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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,6 +30,7 @@
 Patch0: revert_date_in_numastat.patch
 # PATCH-MISSING-TAG -- See 
http://wiki.opensuse.org/openSUSE:Packaging_Patches_guidelines
 Patch1: 0001-Fixed-segfault-when-no-node-could-be-found-in-sysfs-.patch
+Patch2: numactl-clearcache-pie.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %if 0%{?suse_version} > 1110
 BuildRequires:  autoconf >= 2.64
@@ -64,7 +65,7 @@
 %setup -q
 %patch0 -p1
 %patch1 -p1
-
+%patch2 -p1
 %build
 %if 0%{?suse_version} > 1110
 autoconf

++ numactl-clearcache-pie.patch ++
--- numactl-2.0.10.orig/clearcache.c
+++ numactl-2.0.10/clearcache.c
@@ -54,24 +54,5 @@ void fallback_clearcache(void)
 
 void clearcache(unsigned char *mem, unsigned size)
 {
-#if defined(__i386__) || defined(__x86_64__)
-   unsigned i, cl, eax, feat;
-   /* get clflush unit and feature */
-   asm("cpuid" : "=a" (eax), "=b" (cl), "=d" (feat) : "0" (1) : "cx");
-   if (!(feat & (1 << 19)))
-   fallback_clearcache();
-   cl = ((cl >> 8) & 0xff) * 8;
-   for (i = 0; i < size; i += cl)
-   asm("clflush %0" :: "m" (mem[i]));
-#elif defined(__ia64__)
-unsigned long cl, endcl;
-// flush probable 128 byte cache lines (but possibly 64 bytes)
-cl = (unsigned long)mem;
-endcl = (unsigned long)(mem + (size-1));
-for (; cl <= endcl; cl += 64)
-asm ("fc %0" :: "r"(cl) : "memory" );
-#else
-#warning "Consider adding a clearcache implementation for your architecture"
-   fallback_clearcache();
-#endif
+ __builtin___clear_cache(mem, (mem + (size-1)));
 }
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit xorg-x11-server for openSUSE:Factory

2015-02-27 Thread h_root
Hello community,

here is the log from the commit of package xorg-x11-server for openSUSE:Factory 
checked in at 2015-02-27 11:08:13

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  
2015-02-16 19:40:01.0 +0100
+++ /work/SRC/openSUSE:Factory/.xorg-x11-server.new/xorg-x11-server.changes 
2015-02-27 11:08:16.0 +0100
@@ -1,0 +2,8 @@
+Fri Feb 20 16:09:39 UTC 2015 - dims...@opensuse.org
+
+- Enable systemd-logind integration support:
+  + Add pkgconfig(libsystemd-logind) and pkgconfig(dbus-1)
+BuildRequires.
+  + Pass --enable-systemd-logind to configure.
+
+---



Other differences:
--
++ xorg-x11-server.spec ++
--- /var/tmp/diff_new_pack.pGCcRc/_old  2015-02-27 11:08:17.0 +0100
+++ /var/tmp/diff_new_pack.pGCcRc/_new  2015-02-27 11:08:17.0 +0100
@@ -43,6 +43,7 @@
 BuildRequires:  pkgconfig(bigreqsproto) >= 1.1.0
 BuildRequires:  pkgconfig(compositeproto)
 BuildRequires:  pkgconfig(damageproto) >= 1.1
+BuildRequires:  pkgconfig(dbus-1) >= 1.0
 BuildRequires:  pkgconfig(dmx) >= 1.0.99.1
 BuildRequires:  pkgconfig(dri) >= 7.8.0
 BuildRequires:  pkgconfig(dri2proto)
@@ -59,6 +60,7 @@
 BuildRequires:  pkgconfig(inputproto) >= 1.9.99.902
 BuildRequires:  pkgconfig(kbproto) >= 1.0.3
 BuildRequires:  pkgconfig(libdrm)
+BuildRequires:  pkgconfig(libsystemd-daemon)
 BuildRequires:  pkgconfig(openssl)
 BuildRequires:  pkgconfig(pciaccess) >= 0.8.0
 BuildRequires:  pkgconfig(pixman-1) >= 0.24
@@ -284,6 +286,7 @@
 --disable-xfbdev \
 --enable-record \
 --enable-xcsecurity \
+--enable-systemd-logind \
 --with-sha1=libcrypto \
 --disable-linux-acpi \
 --disable-linux-apm \

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit star for openSUSE:Factory

2015-02-27 Thread h_root
Hello community,

here is the log from the commit of package star for openSUSE:Factory checked in 
at 2015-02-27 11:08:19

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


Package is "star"

Changes:

--- /work/SRC/openSUSE:Factory/star/star.changes2015-01-30 
23:58:00.0 +0100
+++ /work/SRC/openSUSE:Factory/.star.new/star.changes   2015-02-27 
11:08:21.0 +0100
@@ -1,0 +2,61 @@
+Mon Feb 23 14:02:26 UTC 2015 - kstreit...@suse.com
+
+- remove /usr/share/man/man1/mt.1.gz man page because this causes
+  a conflict with cpio package.
+
+---
+Fri Feb 20 09:29:22 UTC 2015 - tchva...@suse.com
+
+- Fix build on i586
+
+---
+Fri Feb 20 09:16:42 UTC 2015 - tchva...@suse.com
+
+- Do not install docu that describes how to compile
+- Convert spec file and changelog to UTF8
+
+---
+Thu Feb 19 21:52:47 UTC 2015 - mplus...@suse.com
+
+- Cleanup install section
+
+---
+Thu Feb 19 17:49:43 UTC 2015 - tchva...@suse.com
+
+- Copy testsuite run to %check phase
+- Fix the install phase to pass
+
+---
+Thu Feb 19 17:39:02 UTC 2015 - tchva...@suse.com
+
+- Add few patches from fedora:
+  * star-1.5.1-selinux-segfault.patch
+  * star-1.5.2-bufferoverflow.patch
+  * star-1.5.2-use-ssh-by-default.patch
+  * star-1.5.3-pax-X-option.patch
+  * star-1.5.3-star-mk.patch
+
+---
+Thu Feb 19 17:29:18 UTC 2015 - tchva...@suse.com
+
+- Remove german from README-FIRST
+
+---
+Thu Feb 19 13:49:33 UTC 2015 - tchva...@suse.com
+
+- Version bump to 1.5.3 release, Various changes without changelog
+- Upstream moved to sourceforge
+- Libtool is needed always, so stop the if conditions around it
+- Refresh few patches:
+  * star-configuration.diff
+  * star-no_fsync.diff
+  * star-lock.diff
+  * star-selinux.patch
+  * bnc#858660_detect_gzip_failures.patch
+- Obsoleted patch:
+  * rmt-move.diff
+  * star-getline.diff
+  * star-fexecve.diff
+  * star-1.5.1-bufferoverflow.patch
+
+---
@@ -159 +220 @@
-- null.diff: Add -null option to star (patch from Bj�rn Jacke).
+- null.diff: Add -null option to star (patch from Björn Jacke).
@@ -261 +322 @@
-  discussed much forther with J�rg Schilling, so it is quite
+  discussed much forther with Jörg Schilling, so it is quite
@@ -326,2 +386,0 @@
-
-

Old:

  rmt-move.diff
  star-1.5.1-bufferoverflow.patch
  star-1.5.tar.bz2
  star-fexecve.diff
  star-getline.diff

New:

  star-1.5.1-selinux-segfault.patch
  star-1.5.2-bufferoverflow.patch
  star-1.5.2-use-ssh-by-default.patch
  star-1.5.3-pax-X-option.patch
  star-1.5.3-star-mk.patch
  star-1.5.3.tar.bz2



Other differences:
--
++ star.spec ++
--- /var/tmp/diff_new_pack.lCaL2Z/_old  2015-02-27 11:08:22.0 +0100
+++ /var/tmp/diff_new_pack.lCaL2Z/_new  2015-02-27 11:08:22.0 +0100
@@ -17,44 +17,49 @@
 
 
 Name:   star
-Version:1.5final
+Version:1.5.3
 Release:0
-%define upver 1.5
 Summary:POSIX.1-2001-Compliant Tar Implementation
 License:CDDL-1.0
 Group:  Productivity/Archiving/Backup
 Url:http://cdrecord.berlios.de/old/private/star.html
-
-Source: ftp://ftp.berlios.de/pub/star/alpha/star-%{upver}.tar.bz2
+Source0:
http://sourceforge.net/projects/s-tar/files/%{name}-%{version}.tar.bz2
 Source1:README-FIRST
 Source2:tests.tar.bz2
+# PATCH-FIX-SUSE: some default values for configuration/comilation
 Patch0: star-configuration.diff
-Patch2: star-no_fsync.diff
-Patch5: rmt-move.diff
-Patch6: star-selinux.patch
-Patch7: star-lock.diff
-Patch8: star-getline.diff
-Patch9: star-fexecve.diff
-Patch10:star-1.5.1-bufferoverflow.patch
-#PATCH-FIX-OPENSUSE-bnc#858660
-Patch11:bnc#858660_detect_gzip_failures.patch
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+# PATCH-FIX-SUSE: do not run FSYNC by default
+Patch1: star-no_fsync.diff
+# PATCH-FIX-UPSTREAM: Implement selinux
+Patch2: star-selinux.patch
+Patch3: star-lock.diff
+# PATCH-FIX-OPENSUSE-bnc#858660
+Patch4: bnc#858660_detect_gzip_failures.patch
+# PATCH-FIX-UPSTRTEAM: Fix segfault when using selinux and no xattr
+Patch5: star-1.5.1-selinux-segfault.patch
+# PATC

commit MozillaThunderbird for openSUSE:Factory

2015-02-27 Thread h_root
Hello community,

here is the log from the commit of package MozillaThunderbird for 
openSUSE:Factory checked in at 2015-02-27 11:07:10

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


Package is "MozillaThunderbird"

Changes:

--- /work/SRC/openSUSE:Factory/MozillaThunderbird/MozillaThunderbird.changes
2015-01-21 21:51:05.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.MozillaThunderbird.new/MozillaThunderbird.changes   
2015-02-27 11:07:16.0 +0100
@@ -1,0 +2,16 @@
+Mon Feb 23 12:42:57 UTC 2015 - w...@rosenauer.org
+
+- update to Thunderbird 31.5.0 (bnc#917597)
+  * MFSA 2015-11/CVE-2015-0836
+Miscellaneous memory safety hazards
+  * MFSA 2015-12/CVE-2015-0833 (bmo#945192)
+Invoking Mozilla updater will load locally stored DLL files
+(Windows only)
+  * MFSA 2015-16/CVE-2015-0831 (bmo#1130514)
+Use-after-free in IndexedDB
+  * MFSA 2015-19/CVE-2015-0827 (bmo#1117304)
+Out-of-bounds read and write while rendering SVG content
+  * MFSA 2015-24/CVE-2015-0822 (bmo#1110557)
+Reading of local files through manipulation of form autocomplete
+
+---

Old:

  l10n-31.4.0.tar.xz
  thunderbird-31.4.0-source.tar.xz

New:

  l10n-31.5.0.tar.xz
  thunderbird-31.5.0-source.tar.xz



Other differences:
--
++ MozillaThunderbird.spec ++
--- /var/tmp/diff_new_pack.Vi6RHY/_old  2015-02-27 11:07:27.0 +0100
+++ /var/tmp/diff_new_pack.Vi6RHY/_new  2015-02-27 11:07:27.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package MozillaThunderbird
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #   2006-2015 Wolfgang Rosenauer 
 #
 # All modifications and additions to the file contributed by third parties
@@ -17,7 +17,7 @@
 #
 
 
-%define mainversion 31.4.0
+%define mainversion 31.5.0
 %define update_channel release
 
 %if %suse_version > 1210
@@ -70,7 +70,7 @@
 %endif
 Version:%{mainversion}
 Release:0
-%define releasedate 2015010900
+%define releasedate 2015022200
 Provides:   thunderbird = %{version}
 %if %{with_kde}
 # this is needed to match this package with the kde4 helper package without 
the main package


++ compare-locales.tar.xz ++

++ create-tar.sh ++
--- /var/tmp/diff_new_pack.Vi6RHY/_old  2015-02-27 11:07:28.0 +0100
+++ /var/tmp/diff_new_pack.Vi6RHY/_new  2015-02-27 11:07:28.0 +0100
@@ -2,8 +2,8 @@
 
 CHANNEL="esr31"
 BRANCH="releases/comm-$CHANNEL"
-RELEASE_TAG="THUNDERBIRD_31_4_0_RELEASE"
-VERSION="31.4.0"
+RELEASE_TAG="THUNDERBIRD_31_5_0_RELEASE"
+VERSION="31.5.0"
 
 echo "cloning $BRANCH..."
 hg clone http://hg.mozilla.org/$BRANCH thunderbird

++ l10n-31.4.0.tar.xz -> l10n-31.5.0.tar.xz ++
/work/SRC/openSUSE:Factory/MozillaThunderbird/l10n-31.4.0.tar.xz 
/work/SRC/openSUSE:Factory/.MozillaThunderbird.new/l10n-31.5.0.tar.xz differ: 
char 26, line 1

++ thunderbird-31.4.0-source.tar.xz -> thunderbird-31.5.0-source.tar.xz 
++
/work/SRC/openSUSE:Factory/MozillaThunderbird/thunderbird-31.4.0-source.tar.xz 
/work/SRC/openSUSE:Factory/.MozillaThunderbird.new/thunderbird-31.5.0-source.tar.xz
 differ: char 26, line 1


-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit openmpi for openSUSE:Factory

2015-02-27 Thread h_root
Hello community,

here is the log from the commit of package openmpi for openSUSE:Factory checked 
in at 2015-02-27 11:07:32

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


Package is "openmpi"

Changes:

--- /work/SRC/openSUSE:Factory/openmpi/openmpi.changes  2015-02-12 
10:20:14.0 +0100
+++ /work/SRC/openSUSE:Factory/.openmpi.new/openmpi.changes 2015-02-27 
11:07:33.0 +0100
@@ -1,0 +2,6 @@
+Mon Feb 23 13:19:25 UTC 2015 - rguent...@suse.com
+
+- Disable Fortran 2008 module and remove mpi_ext.mod which get built
+  automatically when using GCC 5.
+
+---



Other differences:
--
++ openmpi.spec ++
--- /var/tmp/diff_new_pack.70wObR/_old  2015-02-27 11:07:34.0 +0100
+++ /var/tmp/diff_new_pack.70wObR/_new  2015-02-27 11:07:34.0 +0100
@@ -152,7 +152,8 @@
 %endif
 %endif
--with-devel-headers \
-  --with-package-string="Open MPI Distribution for SUSE"
+  --with-package-string="Open MPI Distribution for SUSE" \
+  --enable-mpi-fortran=usempi
 make %{?_smp_mflags} V=1
 
 %if "%{name}" == "openmpi-testsuite"
@@ -194,6 +195,10 @@
 #done
 popd
 
+# GCC 5 builds the ignore-tkr extension and there is no way to
+# turn that off
+rm -f %{buildroot}%{mpi_libdir}/mpi_ext.mod
+
 mkdir -p %{buildroot}%{_datadir}/modules/gnu-openmpi
 %fdupes %{buildroot}%{mpi_mandir} %{buildroot}%{mpi_datadir}
 

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit libvpx for openSUSE:Factory

2015-02-27 Thread h_root
Hello community,

here is the log from the commit of package libvpx for openSUSE:Factory checked 
in at 2015-02-27 11:07:43

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


Package is "libvpx"

Changes:

--- /work/SRC/openSUSE:Factory/libvpx/libvpx.changes2013-12-13 
13:09:01.0 +0100
+++ /work/SRC/openSUSE:Factory/.libvpx.new/libvpx.changes   2015-02-27 
11:07:45.0 +0100
@@ -1,0 +2,12 @@
+Mon Feb 23 14:24:04 UTC 2015 - idon...@suse.com
+
+- Add baselibs.conf as source 
+
+---
+Mon Feb 23 13:37:39 UTC 2015 - rguent...@suse.com
+
+- Build with -std=gnu89 to deal with GCC 5 defaulting to -std=gnu11
+  and the C11 stddef.h providing a max_align_t that conflicts with
+  the one provided by nestegg/halloc/src/align.h.
+
+---



Other differences:
--
++ libvpx.spec ++
--- /var/tmp/diff_new_pack.ILxgP9/_old  2015-02-27 11:07:46.0 +0100
+++ /var/tmp/diff_new_pack.ILxgP9/_new  2015-02-27 11:07:46.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libvpx
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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
@@ -24,6 +24,7 @@
 Group:  Productivity/Multimedia/Other
 Url:http://www.webmproject.org/
 Source0:%{name}-%{version}.tar.xz
+Source1000: baselibs.conf
 # PATCH-FIX-UPSTREAM libvpx-define-config_pic.patch dims...@opensuse.org -- 
For older compilers, CONFIG_PIC need to be defined.
 Patch1: libvpx-define-config_pic.patch
 Patch2: libvpx-configure-add-s390.patch
@@ -97,7 +98,7 @@
 
 %build
 cd build
-export CFLAGS="%{optflags}"
+export CFLAGS="-std=gnu89 %{optflags}"
 # It is only an emulation of autotools configure; the macro does not work
 
 # libvpx default enable NEON support on ARMv7, unfortunately some ARMv7

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit libsamplerate for openSUSE:Factory

2015-02-27 Thread h_root
Hello community,

here is the log from the commit of package libsamplerate for openSUSE:Factory 
checked in at 2015-02-27 11:07:49

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


Package is "libsamplerate"

Changes:

--- /work/SRC/openSUSE:Factory/libsamplerate/libsamplerate.changes  
2014-09-17 17:25:14.0 +0200
+++ /work/SRC/openSUSE:Factory/.libsamplerate.new/libsamplerate.changes 
2015-02-27 11:07:50.0 +0100
@@ -1,0 +2,6 @@
+Mon Feb 23 14:17:04 UTC 2015 - rguent...@suse.com
+
+- Avoid running configure twice and using -fprofile-generate or
+  -fprofile-use for compiling configure tests when profiling.
+
+---



Other differences:
--
++ libsamplerate.spec ++
--- /var/tmp/diff_new_pack.1nOqgq/_old  2015-02-27 11:07:51.0 +0100
+++ /var/tmp/diff_new_pack.1nOqgq/_new  2015-02-27 11:07:51.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libsamplerate
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -82,19 +82,17 @@
 %ifnarch %arm aarch64
 # ARM has no working profile support in gcc atm
 profiledir=`mktemp -d`
-export CFLAGS="%optflags %cflags_profile_generate=$profiledir"
 %configure --disable-silent-rules --disable-static
-make %{?_smp_mflags}
+make %{?_smp_mflags} CFLAGS="%optflags %cflags_profile_generate=$profiledir"
 pushd tests
 make check
 popd
 make clean
-export CFLAGS="%optflags %cflags_profile_feedback=$profiledir"
+make %{?_smp_mflags} CFLAGS="%optflags %cflags_profile_feedback=$profiledir"
 %else
-export CFLAGS="%optflags"
-%endif
 %configure --disable-silent-rules --disable-static
-make %{?_smp_mflags}
+make %{?_smp_mflags} CFLAGS="%optflags"
+%endif
 
 %check
 pushd tests

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit python-CherryPy for openSUSE:Factory

2015-02-27 Thread h_root
Hello community,

here is the log from the commit of package python-CherryPy for openSUSE:Factory 
checked in at 2015-02-27 11:07:38

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


Package is "python-CherryPy"

Changes:

--- /work/SRC/openSUSE:Factory/python-CherryPy/python-CherryPy.changes  
2014-05-21 16:22:11.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-CherryPy.new/python-CherryPy.changes 
2015-02-27 11:07:39.0 +0100
@@ -1,0 +2,26 @@
+Sun Feb 22 17:22:27 UTC 2015 - benoit.mo...@gmx.fr
+
+- update to version 3.6.0:
+  * Fixed HTTP range headers for negative length larger than
+content size
+  * Disabled universal wheel generation as wsgiserver has Python
+duality
+  * Pull Request #42: Correct TypeError in ``check_auth`` when
+encrypt is used
+  * Pull Request #59: Correct signature of HandlerWrapperTool
+  * Pull Request #60: Fix error in SessionAuth where login_screen
+was incorrectly used
+  * Issue #1077: Support keyword-only arguments in dispatchers
+(Python 3)
+  * Issue #1019: Allow logging host name in the access log
+  * Pull Request #50: Fixed race condition in session cleanup
+- changes from version 3.5.0:
+  * Issue #1301: When the incoming queue is full, now reject
+additional connections. This functionality was added to
+CherryPy 3.0, but unintentionally lost in 3.1
+- changes from version 3.4.0:
+  * Miscellaneous quality improvements
+- remove CFLAGS export
+- use update-alternatives for cherryd binary
+
+---

Old:

  CherryPy-3.3.0.tar.gz

New:

  CherryPy-3.6.0.tar.gz



Other differences:
--
++ python-CherryPy.spec ++
--- /var/tmp/diff_new_pack.Rv7ast/_old  2015-02-27 11:07:40.0 +0100
+++ /var/tmp/diff_new_pack.Rv7ast/_new  2015-02-27 11:07:40.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-CherryPy
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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:   python-CherryPy
-Version:3.3.0
+Version:3.6.0
 Release:0
 Url:http://www.cherrypy.org
 Summary:Object-Oriented HTTP framework
@@ -26,6 +26,8 @@
 Source: 
https://pypi.python.org/packages/source/C/CherryPy/CherryPy-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  python-devel
+Requires(post): update-alternatives
+Requires(postun): update-alternatives
 %if 0%{?suse_version} && 0%{?suse_version} <= 1110
 %{!?python_sitelib: %global python_sitelib %(python -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib()")}
 %else
@@ -51,7 +53,6 @@
 %setup -q -n CherryPy-%{version}
 
 %build
-export CFLAGS="%{optflags}"
 python setup.py build
 
 %install
@@ -59,10 +60,27 @@
 find . -name sessiondemo.py -type f -exec chmod 0755 {} \; # Fix 
non-executable bit rpmlint warning
 python setup.py install --prefix=%{_prefix} --root=%{buildroot}
 
+# update-alternatives
+mv %{buildroot}%{_bindir}/cherryd %{buildroot}%{_bindir}/cherryd-%{py_ver}
+mkdir -p %{buildroot}%{_sysconfdir}/alternatives
+touch %{buildroot}%{_sysconfdir}/alternatives/cherryd
+ln -sf %{_sysconfdir}/alternatives/cherryd %{buildroot}%{_bindir}/cherryd
+
+%post
+update-alternatives \
+   --install %{_bindir}/cherryd cherryd %{_bindir}/cherryd-%{py_ver} 20
+
+%postun
+if [ $1 -eq 0 ] ; then
+   update-alternatives --remove cherryd %{_bindir}/cherryd-%{py_ver}
+fi
+
 %files
 %defattr(-,root,root,-)
 %doc README.txt
+%ghost %{_sysconfdir}/alternatives/cherryd
 %{_bindir}/cherryd
+%{_bindir}/cherryd-%{py_ver}
 %{python_sitelib}/cherrypy/
 %{python_sitelib}/CherryPy-%{version}-py%{py_ver}.egg-info
 

++ CherryPy-3.3.0.tar.gz -> CherryPy-3.6.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CherryPy-3.3.0/CherryPy.egg-info/PKG-INFO 
new/CherryPy-3.6.0/CherryPy.egg-info/PKG-INFO
--- old/CherryPy-3.3.0/CherryPy.egg-info/PKG-INFO   2014-04-16 
23:53:55.0 +0200
+++ new/CherryPy-3.6.0/CherryPy.egg-info/PKG-INFO   2014-09-14 
06:05:58.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: CherryPy
-Version: 3.3.0
+Version: 3.6.0
 Summary: Object-Oriented HTTP framework
 Home-page: http://www.cherrypy.org
 Author: CherryPy Team
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CherryPy-3.3.0/CherryPy.egg-info/SOURCES.txt 
new/C

commit MozillaFirefox for openSUSE:Factory

2015-02-27 Thread h_root
Hello community,

here is the log from the commit of package MozillaFirefox for openSUSE:Factory 
checked in at 2015-02-27 11:07:00

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


Package is "MozillaFirefox"

Changes:

--- /work/SRC/openSUSE:Factory/MozillaFirefox/MozillaFirefox.changes
2015-01-21 21:50:48.0 +0100
+++ /work/SRC/openSUSE:Factory/.MozillaFirefox.new/MozillaFirefox.changes   
2015-02-27 11:07:02.0 +0100
@@ -1,0 +2,67 @@
+Fri Feb 20 22:53:39 UTC 2015 - w...@rosenauer.org
+
+- update to Firefox 36.0 (bnc#917597)
+  * mozilla-xremote-client was removed
+  * added libclearkey.so media plugin
+  * Pinned tiles on the new tab page can be synced
+  * Support for the full HTTP/2 protocol. HTTP/2 enables a faster,
+more scalable, and more responsive web.
+  * Locale added: Uzbek (uz)
+  security fixes:
+  * MFSA 2015-11/CVE-2015-0835/CVE-2015-0836
+Miscellaneous memory safety hazards
+  * MFSA 2015-12/CVE-2015-0833 (bmo#945192)
+Invoking Mozilla updater will load locally stored DLL files
+(Windows only)
+  * MFSA 2015-13/CVE-2015-0832 (bmo#1065909)
+Appended period to hostnames can bypass HPKP and HSTS protections
+  * MFSA 2015-14/CVE-2015-0830 (bmo#1110488)
+Malicious WebGL content crash when writing strings
+  * MFSA 2015-15/CVE-2015-0834 (bmo#1098314)
+TLS TURN and STUN connections silently fail to simple TCP connections
+  * MFSA 2015-16/CVE-2015-0831 (bmo#1130514)
+Use-after-free in IndexedDB
+  * MFSA 2015-17/CVE-2015-0829 (bmo#1128939)
+Buffer overflow in libstagefright during MP4 video playback
+  * MFSA 2015-18/CVE-2015-0828 (bmo#1030667, bmo#988675)
+Double-free when using non-default memory allocators with a
+zero-length XHR
+  * MFSA 2015-19/CVE-2015-0827 (bmo#1117304)
+Out-of-bounds read and write while rendering SVG content
+  * MFSA 2015-20/CVE-2015-0826 (bmo#1092363)
+Buffer overflow during CSS restyling
+  * MFSA 2015-21/CVE-2015-0825 (bmo#1092370)
+Buffer underflow during MP3 playback
+  * MFSA 2015-22/CVE-2015-0824 (bmo#1095925)
+Crash using DrawTarget in Cairo graphics library
+  * MFSA 2015-23/CVE-2015-0823 (bmo#1098497)
+Use-after-free in Developer Console date with OpenType Sanitiser
+  * MFSA 2015-24/CVE-2015-0822 (bmo#1110557)
+Reading of local files through manipulation of form autocomplete
+  * MFSA 2015-25/CVE-2015-0821 (bmo#960)
+Local files or privileged URLs in pages can be opened into new tabs
+  * MFSA 2015-26/CVE-2015-0819 (bmo#1079554)
+UI Tour whitelisted sites in background tab can spoof foreground
+tabs
+  * MFSA 2015-27CVE-2015-0820 (bmo#1125398)
+Caja Compiler JavaScript sandbox bypass
+- rebased patches
+- requires NSS 3.17.4
+
+---
+Sat Jan 31 18:37:38 UTC 2015 - w...@rosenauer.org
+
+- update to Firefox 35.0.1
+  * With the Enhanced Steam extension, Firefox could crash (bmo#1123732)
+  * Kerberos authentication did not work with alias (bmo#1108971)
+  * SVG / CSS animation had a regression causing rendering issues on
+websites like openstreemap.org (bmo#1083079)
+  * On Godaddy webmail, Firefox could crash (bmo#1113121)
+  * document.baseURI did not get updated to document.location after
+base tag was removed from DOM for site with a CSP (bmo#1121857)
+  * With a Right-to-left (RTL) version of Firefox, the text selection
+could be broken (bmo#1104036)
+  * CSP had a change in behavior with regard to case sensitivity
+resources loading (bmo#1122445)
+
+---

Old:

  firefox-35.0-source.tar.xz
  l10n-35.0.tar.xz

New:

  firefox-36.0-source.tar.xz
  l10n-36.0.tar.xz



Other differences:
--
++ MozillaFirefox.spec ++
--- /var/tmp/diff_new_pack.wTU6m6/_old  2015-02-27 11:07:15.0 +0100
+++ /var/tmp/diff_new_pack.wTU6m6/_new  2015-02-27 11:07:15.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package MozillaFirefox
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #   2006-2015 Wolfgang Rosenauer
 #
 # All modifications and additions to the file contributed by third parties
@@ -18,10 +18,10 @@
 
 
 # changed with every update
-%define major 35
+%define major 36
 %define mainver %major.0
 %define update_channel release
-%define releasedate 2015010900
+%define releasedate 2015022000
 
 # general build definitions
 %if "%{update_channel}" != "aurora"
@@ -77,7 +77,7 @@
 BuildRequires:  libproxy-devel
 BuildRequires:  makeinfo
 BuildRequires:  mozilla-nspr-devel >= 4.10.7
-BuildRequires:  m

commit choqok for openSUSE:Factory

2015-02-27 Thread h_root
Hello community,

here is the log from the commit of package choqok for openSUSE:Factory checked 
in at 2015-02-27 11:06:41

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


Package is "choqok"

Changes:

--- /work/SRC/openSUSE:Factory/choqok/choqok.changes2014-12-16 
14:46:47.0 +0100
+++ /work/SRC/openSUSE:Factory/.choqok.new/choqok.changes   2015-02-27 
11:06:42.0 +0100
@@ -1,0 +2,20 @@
+Tue Feb 24 08:45:35 UTC 2015 - buschman...@opensuse.org
+
+- Update to 1.5:
+  *Yourls plugin fixed. (by Benjamin Marwell) [BUG:265219]
+  * Pump.io plugin added. (by Andrea Scarpino) [BUG:319348]
+  * Preview of images posted via Twitter.com added. (by Daniel Kreuter) 
[BUG:299433]
+  * Option to disable system tray. (by Andrea Scarpino) [BUG:241152]
+  * Twitter friend list update fixed. [BUG:325071]
+  * Add "Report User" to User menu Actions (by Ahmed I. Khalil)
+  * Get custom char limit for the Status.net accounts. (by Andrea Scarpino) 
[BUG:283298]
+  * Goo.gl shortner plugin fixed. (by Andrea Scarpino) [BUG:338917]
+  * New plugin for expanding tiny URLs. (by Andrea Scarpino) [BUG:294600]
+  * KDE Telepathy support in IMStatus Plugin (by Ahmed I. Khalil) [BUG:301702]
+  * Broken shortening plugins removed
+- removed patches that have been integrated upstream
+  * choqok-1.4-twitter-favorities-fix.patch
+  * choqok-1.4-plugin-yourls-fix.patch
+- added libattical devel to the BuildRequires
+
+---

Old:

  choqok-1.4-plugin-yourls-fix.patch
  choqok-1.4-twitter-favorities-fix.patch
  choqok-1.4.tar.xz

New:

  choqok-1.5.tar.xz



Other differences:
--
++ choqok.spec ++
--- /var/tmp/diff_new_pack.kpvHIq/_old  2015-02-27 11:06:43.0 +0100
+++ /var/tmp/diff_new_pack.kpvHIq/_new  2015-02-27 11:06:43.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package choqok
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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,15 @@
 
 
 Name:   choqok
-Version:1.4
+Version:1.5
 Release:0
 Summary:Micro-Blogging Client for KDE
 License:GPL-3.0
 Group:  Productivity/Networking/Other
 Url:http://choqok.gnufolks.org
 Source: 
http://downloads.sourceforge.net/project/choqok/Choqok/%{name}-%{version}.tar.xz
-### TODO: Drop patch 0-1 with next choqok relese ( > 1.4)
-# PATCH-FIX-UPSTREAM -- Fixed creating / destroying of twitter favorite tweets.
-Patch0: choqok-1.4-twitter-favorities-fix.patch
-# PATCH-FIX-UPSTREAM -- Fix for yourls shortener plugin
-Patch1: choqok-1.4-plugin-yourls-fix.patch
 BuildRequires:  fdupes
+BuildRequires:  libattica-devel
 BuildRequires:  libkde4-devel
 BuildRequires:  libqca2-devel
 BuildRequires:  libqjson-devel
@@ -54,8 +50,6 @@
 
 %prep
 %setup -q
-%patch0 -p1
-%patch1 -p1
 
 %build
   %cmake_kde4 -d build
@@ -100,7 +94,6 @@
 %config %{_kde4_configkcfgdir}/tinyarro_ws_settings.kcfg
 %config %{_kde4_configkcfgdir}/twitgoosettings.kcfg
 %config %{_kde4_configkcfgdir}/twitpicsettings.kcfg
-%config %{_kde4_configkcfgdir}/untinysettings.kcfg
 %config %{_kde4_configkcfgdir}/yourlssettings.kcfg
 %{_kde4_htmldir}/*
 %{_kde4_iconsdir}/hicolor/*/apps/*
@@ -113,6 +106,10 @@
 %{_kde4_servicesdir}/ServiceMenus/choqok*
 %{_kde4_servicesdir}/choqok*
 %{_kde4_servicetypesdir}/choqok*
+%if 0%{suse_version} < 1320
+%dir %{_datadir}/appdata
+%endif
+%{_datadir}/appdata/choqok.appdata.xml
 
 %files devel
 %defattr(-,root,root)

++ choqok-1.4.tar.xz -> choqok-1.5.tar.xz ++
 85460 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit lensfun for openSUSE:Factory

2015-02-27 Thread h_root
Hello community,

here is the log from the commit of package lensfun for openSUSE:Factory checked 
in at 2015-02-27 11:06:54

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


Package is "lensfun"

Changes:

--- /work/SRC/openSUSE:Factory/lensfun/lensfun.changes  2014-06-18 
07:50:10.0 +0200
+++ /work/SRC/openSUSE:Factory/.lensfun.new/lensfun.changes 2015-02-27 
11:06:55.0 +0100
@@ -1,0 +2,286 @@
+Tue Feb 24 12:59:35 UTC 2015 - adr...@suse.de
+
+- update to version 0.3.0
+  * Streamlined the names of Nikkor, Tamron, Tokina, Panasonic, Leica, Olympus,
+Sony, and Sigma lenses so that auto-detection works better
+  * Fixed names of Sony Coolpix cameras
+  * Comprehensive update of Lensfun's documentation
+  * Lens lists may now be sorted by focal length
+  * The  tag is now mandatory for  and  in the 
database files
+  * Increased accuracy because APS-C is not anymore assumed to have the crop
+factor 1.5 (non-Canon) or 1.6 (Canon), but the accurate crop factor of the
+respective camera
+  * Added command line tool "update-lensfun-data" for updating the database
+  * Added command line tool "lensfun-add-adapter" for managing mount 
compatibilities
+  * Removed compatibility of Four Third on Micro Four Third
+  * Removed compatibility of Sony Alpha on Sony E
+  * Many bugfixes, especially for the case if sensor sizes of calibration and
+image to-be-corrected are different
+  * MaxAperture is now the maximal f-stop number one can set on the given lens
+  * Removed non-working implementation of CCI
+  * Made primary keys of the database tables explicit and documented
+  * Replaced field-of-view data with real-focal-length data; marked the FOV API
+deprecated
+  * Higher accuracy for fisheye <--> rectinilear transformation for lenses with
+real focal length data
+  * The field-of-view distortion model (FOV1) was removed because it is
+inherently flawed
+  * Simplified method for finding the database directories; see documentation
+  * Removed old non-CMake build system
+  * Added new cameras
+  
+  New interchangeable lenses:
+  
+  * Canon EF-S 15-85mm f/3.5-5.6 IS USM
+  * Canon EF 16-35mm f/2.8L II USM
+  * Canon EF-S 18-55mm f/3.5-5.6 IS
+  * Canon EF-M 18-55mm f/3.5-5.6 IS STM
+  * Canon EF-S 18-135mm f/3.5-5.6 IS STM
+  * Canon EF-S 18-200mm f/3.5-5.6 IS
+  * Canon EF-M 22mm f/2 STM
+  * Canon EF 24-70mm f/2.8L II USM
+  * Canon EF 28-80mm f/3.5-5.6 USM IV
+  * Canon EF 50mm f/1.8 MkII
+  * Canon EF 50-200mm f/3.5-4.5L
+  * Canon EF-S 55-250mm f/4-5.6 IS
+  * Canon EF 70-300mm f/4-5.6L IS USM
+  * Cosina Cosinon-S 50mm 1:2
+  * KMZ MC MTO 11CA mirror tele
+  * Leica DG Macro-Elmarit 45mm f/2.8
+  * Mitakon wide MC f=24mm 1:2.8
+  * 1 Nikkor AW 11-27.5mm f/3.5-5.6
+  * Nikkor AI-S 6mm f/2.8 Fisheye
+  * Nikkor AF-S 18-140mm f/3.5-5.6G DX ED VR
+  * Nikkor AF-S 18-200mm f/3.5-5.6G DX VR IF-ED
+  * Nikkor AF-S 24-85 mm f/3.5-4.5G ED VR
+  * Nikkor AI-S 50mm f/1.2
+  * Nikkor AF-S 50mm f/1.8G
+  * Nikkor AF-S 55-300mm f/4.5-5.6G DX ED VR
+  * Nikkor AF-S 70-200mm f/4G VR IF-ED
+  * Nikkor AF-S 70-300mm f/4.5-5.6G VR IF-ED
+  * Nikkor AF-S VR 105mm f/2.8G IF-ED
+  * Nikkor AF-S 600mm f/4G ED VR
+  * Nikkor AF-S 800mm f/5.6E FL ED VR
+  * Fujian 35mm f/1.7
+  * Fujifilm XC 16-50mm f/3.5-5.6 OIS
+  * Fujifilm XF 18mm f/2 R
+  * Fujifilm XF 18-55mm f/2.8-4 R LM OIS
+  * Fujifilm XF 27mm f/2.8
+  * Fujifilm XF 35mm f/1.4 R
+  * Fujifilm XC 50-230mm f/4.5-6.7 OIS
+  * Fujifilm XF 55-200mm f/3.5-4.8 R LM OIS
+  * Olympus M.9-18mm f/4.0-5.6
+  * Olympus Zuiko Digital ED 12-60mm f/2.8-4.0 SWD
+  * Olympus M.Zuiko Digital 25mm f/1.8
+  * Olympus M.40-150mm f/4.0-5.6 R
+  * Olympus M.Zuiko Digital ED 75mm f/1.8
+  * Olympus M.Zuiko Digital 75-300mm f/4.8-6.7 II
+  * Panasonic Lumix G Vario 7-14mm f/4.0
+  * Panasonic Lumix G Vario 12-35mm f/2.8
+  * Panasonic Lumix G Vario 14-42mm f/3.5-5.6 II
+  * Panasonic Lumix G Vario 14-45mm f/3.5-5.6 Asph. Mega OIS
+  * Panasonic Lumix G 20mm f/1.7 II
+  * Panasonic Lumix G Vario 35-100mm f/2.8
+  * Panasonic Lumix G Vario 45-150mm f/4.0-5.6
+  * Panasonic Lumix G Vario PZ 45-175mm f/4.0-5.6
+  * Pentacon 50mm f/1.8 auto multi coating
+  * Pentax-DA Fish-Eye 10-17mm f/3.5-4.5 ED IF
+  * Pentax-FA 28mm f/2.8 AL
+  * Pentax-M 28mm 1:3.5
+  * Pentax-FA 31mm F1.8 AL Limited
+  * Pentax-M 35mm 1:2
+  * Pentax-A 50mm f/1.7
+  * Pentax-DA L 55-300mm f/4-5.8 ED
+  * Ricoh XR Rikenon 1:1.4 50mm
+  * Samyang 8mm f/3.5 Fish-Eye CS
+  * Samyang T-S 24mm f/3.5 ED AS UMC
+  * Samsung NX 16-50mm f/3.5-5.6 PZ ED OIS
+  * Samsung Zoom 18-55mm f/3.5-5.6 OIS
+  * Samsung NX 20mm f/2.8 Pancake
+  * Samsung NX 45mm f/1.8 2D/3D
+  * Samyang 12mm f/2.0 NCS CS
+  * Samyang 35mm f/1.4 AS UMC
+  * Samyang 50mm f/1.4 AS UMC (APS-C only)
+  * Sigma 10mm f/2

commit tigervnc for openSUSE:Factory

2015-02-27 Thread h_root
Hello community,

here is the log from the commit of package tigervnc for openSUSE:Factory 
checked in at 2015-02-27 11:06:46

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


Package is "tigervnc"

Changes:

--- /work/SRC/openSUSE:Factory/tigervnc/tigervnc.changes2015-01-15 
15:58:12.0 +0100
+++ /work/SRC/openSUSE:Factory/.tigervnc.new/tigervnc.changes   2015-02-27 
11:06:48.0 +0100
@@ -1,0 +2,14 @@
+Tue Feb 24 13:00:22 UTC 2015 - m...@suse.com
+
+- Fix build against X server 1.17.x.
+  * u_tigervnc-build-with-xserver-1.17.patch
+
+---
+Thu Feb  5 13:39:04 UTC 2015 - m...@suse.com
+
+- Use xserver sources from xorg-x11-server-source.
+- Drop no longer needed patches:
+  * N_xorg-server-xdmcp.patch
+  * n_tigervnc-dont-build-gtf.patch
+
+---

Old:

  N_xorg-server-xdmcp.patch
  n_tigervnc-dont-build-gtf.patch
  xorg-server-1.16.1.tar.bz2

New:

  u_tigervnc-build-with-xserver-1.17.patch



Other differences:
--
++ tigervnc.spec ++
--- /var/tmp/diff_new_pack.iHXHx0/_old  2015-02-27 11:06:49.0 +0100
+++ /var/tmp/diff_new_pack.iHXHx0/_new  2015-02-27 11:06:49.0 +0100
@@ -36,6 +36,7 @@
 BuildRequires:  libtool
 BuildRequires:  nasm
 BuildRequires:  xorg-x11-server-sdk
+BuildRequires:  xorg-x11-server-source
 BuildRequires:  pkgconfig(x11)
 BuildRequires:  pkgconfig(xext)
 BuildRequires:  pkgconfig(xproto)
@@ -91,7 +92,7 @@
 License:GPL-2.0 and MIT
 Group:  System/X11/Servers/XF86_4
 Source1:tigervnc-1.4.1.tar.gz
-Source2:xorg-server-1.16.1.tar.bz2
+Source2:index.vnc
 Source3:vnc.xinetd
 Source4:10-libvnc.conf
 Source5:vnc-server.firewall
@@ -99,9 +100,6 @@
 Source7:vnc_inetd_httpd
 Source8:vnc.reg
 Source9:vncpasswd.arg
-Source10:   index.vnc
-
-# Tiger vnc patches
 Patch1: tigervnc-newfbsize.patch
 Patch2: tigervnc-clean-pressed-key-on-exit.patch
 Patch3: tigervnc-sf3495623.patch
@@ -111,10 +109,7 @@
 Patch7: U_include-vencrypt-only-if-any-subtype-present.patch
 Patch8: u_tigervnc-use_preferred_mode.patch
 Patch9: u_tigervnc-cve-2014-8240.patch
-
-# Xserver patches
-Patch20:N_xorg-server-xdmcp.patch
-Patch21:n_tigervnc-dont-build-gtf.patch
+Patch10:u_tigervnc-build-with-xserver-1.17.patch
 
 %description
 TigerVNC is a high-performance, platform-neutral implementation of VNC 
(Virtual Network Computing), 
@@ -133,13 +128,8 @@
 This is the TigerVNC implementation of Xvnc.
 
 %prep
-%setup -T -b1 -b2
-cp -r ../xorg-server-*/* unix/xserver/
-
-if [ -e unix/xserver/hw/xfree86/modes/xf86gtf.c -o -e 
unix/xserver/hw/xfree86/utils/gtf/gtf.c ]; then
-  echo "Files hw/xfree86/modes/xf86gtf hw/xfree86/utils/gtf/gtf.c have to be 
excluded from the xserver source tar ball (bnc#85566)."
-  exit 1
-fi
+%setup -T -b1
+cp -r /usr/src/xserver/* unix/xserver/
 
 %patch1 -p1
 %patch2 -p1
@@ -150,11 +140,10 @@
 %patch7 -p0
 %patch8 -p0
 %patch9 -p1
+%patch10 -p1
 
 pushd unix/xserver
 patch -p1 < ../xserver116.patch
-%patch20 -p1
-%patch21 -p1
 popd
 
 %build
@@ -207,6 +196,7 @@
 install -m755 VncViewer.jar $RPM_BUILD_ROOT%{_datadir}/vnc/classes
 popd
 
+install -D -m 644 %{SOURCE2} $RPM_BUILD_ROOT%{_datadir}/vnc/classes
 install -D -m 644 %{SOURCE3} $RPM_BUILD_ROOT/etc/xinetd.d/vnc
 %ifnarch s390x
 install -D -m 644 %{SOURCE4} $RPM_BUILD_ROOT/etc/X11/xorg.conf.d/10-libvnc.conf
@@ -216,7 +206,6 @@
 install -D -m 755 %{SOURCE7} $RPM_BUILD_ROOT%{_bindir}/vnc_inetd_httpd
 install -D -m 644 %{SOURCE8} $RPM_BUILD_ROOT/etc/slp.reg.d/vnc.reg
 install -D -m 755 %{SOURCE9} $RPM_BUILD_ROOT%{_bindir}/vncpasswd.arg
-install -D -m 644 %{SOURCE10} $RPM_BUILD_ROOT%{_datadir}/vnc/classes
 %if 0%{?suse_version} >= 1315
 ln -s -f %{_sysconfdir}/alternatives/vncviewer 
$RPM_BUILD_ROOT%{_bindir}/vncviewer
 ln -s -f %{_sysconfdir}/alternatives/vncviewer.1.gz 
$RPM_BUILD_ROOT%{_mandir}/man1/vncviewer.1.gz

++ u_tigervnc-build-with-xserver-1.17.patch ++
Author: Michal Srb 
Subject: Build with xserver 1.17.x.

Do not use removed xalloc&xfree.
Add 1.17.x to supported list.

Index: tigervnc-1.4.1/unix/xserver/hw/vnc/xorg-version.h
===
--- tigervnc-1.4.1.orig/unix/xserver/hw/vnc/xorg-version.h
+++ tigervnc-1.4.1/unix/xserver/hw/vnc/xorg-version.h
@@ -48,8 +48,10 @@
 #define XORG 115
 #elif XORG_VERSION_CURRENT < ((1 * 1000) + (16 * 10) + (99 * 1000))
 #define XORG 116
+#elif XORG_VERSION_CURRENT < ((1 * 1000) + (17 * 10) + (99 * 10

commit quilt for openSUSE:Factory

2015-02-27 Thread h_root
Hello community,

here is the log from the commit of package quilt for openSUSE:Factory checked 
in at 2015-02-27 11:06:35

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


Package is "quilt"

Changes:

--- /work/SRC/openSUSE:Factory/quilt/quilt.changes  2015-02-13 
08:34:00.0 +0100
+++ /work/SRC/openSUSE:Factory/.quilt.new/quilt.changes 2015-02-27 
11:06:36.0 +0100
@@ -1,0 +2,61 @@
+Mon Feb 16 17:22:51 CET 2015 - jdelv...@suse.de
+
+Translation fixes:
+- translation-fixes-01.patch: Make gettext happy (needed so that
+  following patches apply cleanly.)
+- translation-fixes-02.patch: Missing escape in Japanese
+  translation.
+- translation-fixes-03.patch: Improve the German translation
+  (including a number of important fixes.)
+- translation-fixes-04.patch: Fix translation of main usage message
+  (all languages.)
+
+Fixes to the "edit" command:
+- edit-01-test-file-creation.patch: edit: Improve the test case
+  (needed so that following patches apply cleanly.)
+- edit-02-call-remove-not-revert.patch: edit: Use command "remove"
+  to remove files.
+- edit-03-fix-corner-case.patch: edit: Fix a corner case.
+
+---
+Mon Feb 16 15:43:04 CET 2015 - jdelv...@suse.de
+
+- Update to version 0.64:
+  o Performance: Several optimizations
+  o Test suite: Several fixes and coverage improvements
+  o Test suite: Run the tests in predictable order
+  o files: Add support for unapplied patches
+  o graph: Check for graphviz availability
+  o mail: Remove procmail dependency
+  o push: Do not use interactive mode with -f
+  o Obsoletes dont-substitute-release.patch
+  o Obsoletes hackweek-11-01-comment-update.patch
+  o Obsoletes hackweek-11-02-cleanups.patch
+  o Obsoletes hackweek-11-03-inspect-list-all-options.patch
+  o Obsoletes hackweek-11-04-pass-through.patch
+  o Obsoletes hackweek-11-05-no-explicit-rm.patch
+  o Obsoletes hackweek-11-06-exclude-from-md5sums.patch
+  o Obsoletes hackweek-11-07-normalize-path.patch
+  o Obsoletes hackweek-11-08-inspect-split-wrapper-script.patch
+  o Obsoletes hackweek-11-09-inspect-temporary-data-file.patch
+  o Obsoletes hackweek-11-10-setup-fix-path-to-extra-patches.patch
+  o Obsoletes hackweek-11-11-setup-trace-call-first.patch
+  o Obsoletes hackweek-11-12-setup-alternative-implementation-v2.patch
+  o Obsoletes hackweek-11-13-setup-let-normalize_path-deal-with-dot.patch
+  o Obsoletes hackweek-11-14-setup-fix-link-creation.patch
+  o Obsoletes hackweek-11-15-setup-missing-escape-in-normalize_path.patch
+  o Obsoletes hackweek-11-16-setup-fix-create_symlink-corner-case.patch
+  o Obsoletes inspect-skip-version-check.patch
+  o Obsoletes pop-add-auto-refresh.patch
+  o Obsoletes push-add-auto-refresh.patch
+  o Obsoletes quilt-check-modified-series-rearm.patch
+  o Obsoletes quilt-check-modified-series.patch
+  o Obsoletes quilt-el-fix-patch-select-completion.patch
+  o Obsoletes quilt-el-fix-tramp-support.patch
+  o Obsoletes quilt-format-options-pass-through.patch
+  o Obsoletes setup-check-for-rpmbuild.patch
+  o Obsoletes setup-fix-tar-with-long-options.patch
+  o Obsoletes setup-skip-version-check.patch
+- Refresh suse-workaround-pseudo-release.patch
+
+---

Old:

  dont-substitute-release.patch
  hackweek-11-01-comment-update.patch
  hackweek-11-02-cleanups.patch
  hackweek-11-03-inspect-list-all-options.patch
  hackweek-11-04-pass-through.patch
  hackweek-11-05-no-explicit-rm.patch
  hackweek-11-06-exclude-from-md5sums.patch
  hackweek-11-07-normalize-path.patch
  hackweek-11-08-inspect-split-wrapper-script.patch
  hackweek-11-09-inspect-temporary-data-file.patch
  hackweek-11-10-setup-fix-path-to-extra-patches.patch
  hackweek-11-11-setup-trace-call-first.patch
  hackweek-11-12-setup-alternative-implementation-v2.patch
  hackweek-11-13-setup-let-normalize_path-deal-with-dot.patch
  hackweek-11-14-setup-fix-link-creation.patch
  hackweek-11-15-setup-missing-escape-in-normalize_path.patch
  hackweek-11-16-setup-fix-create_symlink-corner-case.patch
  inspect-skip-version-check.patch
  pop-add-auto-refresh.patch
  push-add-auto-refresh.patch
  quilt-0.63.tar.bz2
  quilt-check-modified-series-rearm.patch
  quilt-check-modified-series.patch
  quilt-el-fix-patch-select-completion.patch
  quilt-el-fix-tramp-support.patch
  quilt-format-options-pass-through.patch
  setup-check-for-rpmbuild.patch
  setup-fix-tar-with-long-options.patch
  setup-skip-version-check.patch

New:

  edit-01-test-file-creation.patch
  edit-02-call-remove-not-revert.patch
  edit-03-fix-corner-case.patch
  quilt-0.64.tar.bz2
  translation-fixes-01.patch
  translation-fixes-02.patch
  translation-fixes-03.patch
  translation-fixes-04.patch

++

commit php5 for openSUSE:Factory

2015-02-27 Thread h_root
Hello community,

here is the log from the commit of package php5 for openSUSE:Factory checked in 
at 2015-02-27 11:06:21

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


Package is "php5"

Changes:

--- /work/SRC/openSUSE:Factory/php5/php5.changes2015-02-20 
13:50:39.0 +0100
+++ /work/SRC/openSUSE:Factory/.php5.new/php5.changes   2015-02-27 
11:06:23.0 +0100
@@ -1,0 +2,6 @@
+Mon Feb 23 11:36:32 UTC 2015 - pgaj...@suse.com
+
+- update to 5.6.6: fixes several bugs and addresses CVE-2015-0235 
+  and CVE-2015-0273.
+
+---

Old:

  php-5.6.5.tar.xz
  php-5.6.5.tar.xz.asc

New:

  php-5.6.6.tar.xz
  php-5.6.6.tar.xz.asc



Other differences:
--
++ php5.spec ++
--- /var/tmp/diff_new_pack.65mDgR/_old  2015-02-27 11:06:25.0 +0100
+++ /var/tmp/diff_new_pack.65mDgR/_new  2015-02-27 11:06:25.0 +0100
@@ -111,7 +111,7 @@
 %define apache2_includedir %(%{apxs2} -q INCLUDEDIR)
 %define apache2_serverroot %(%{apxs2} -q PREFIX)
 %define need_libxml2_hack  %(if [ -e %{_includedir}/libxml/parser.h ]; then if 
grep -q XML_PARSE_OLDSAX %{_includedir}/libxml/parser.h;then echo 1; else echo 
0; fi; else echo 0; fi)
-Version:5.6.5
+Version:5.6.6
 Release:0
 Provides:   php
 Provides:   php-api = %{apiver}

++ php-5.6.5.tar.xz -> php-5.6.6.tar.xz ++
/work/SRC/openSUSE:Factory/php5/php-5.6.5.tar.xz 
/work/SRC/openSUSE:Factory/.php5.new/php-5.6.6.tar.xz differ: char 27, line 1

++ php5-no-build-date.patch ++
--- /var/tmp/diff_new_pack.65mDgR/_old  2015-02-27 11:06:25.0 +0100
+++ /var/tmp/diff_new_pack.65mDgR/_new  2015-02-27 11:06:25.0 +0100
@@ -1,8 +1,8 @@
 Index: ext/standard/info.c
 ===
 ext/standard/info.c.orig   2014-02-05 11:00:36.0 +0100
-+++ ext/standard/info.c2014-02-07 10:43:18.464149781 +0100
-@@ -702,7 +702,7 @@
+--- ext/standard/info.c.orig   2015-02-23 12:43:51.351469076 +0100
 ext/standard/info.c2015-02-23 12:44:02.851643687 +0100
+@@ -736,7 +736,7 @@
php_info_print_box_end();
php_info_print_table_start();
php_info_print_table_row(2, "System", php_uname );
@@ -11,7 +11,7 @@
  #ifdef COMPILER
php_info_print_table_row(2, "Compiler", COMPILER);
  #endif
-@@ -710,7 +710,7 @@
+@@ -744,7 +744,7 @@
php_info_print_table_row(2, "Architecture", ARCHITECTURE);
  #endif
  #ifdef CONFIGURE_COMMAND
@@ -22,25 +22,25 @@
if (sapi_module.pretty_name) {
 Index: sapi/fpm/fpm/fpm_main.c
 ===
 sapi/fpm/fpm/fpm_main.c.orig   2014-02-07 10:43:18.465149793 +0100
-+++ sapi/fpm/fpm/fpm_main.c2014-02-07 10:44:00.085630478 +0100
-@@ -1721,9 +1721,9 @@
+--- sapi/fpm/fpm/fpm_main.c.orig   2015-02-23 12:44:02.852643702 +0100
 sapi/fpm/fpm/fpm_main.c2015-02-23 12:44:54.723431476 +0100
+@@ -1752,9 +1752,9 @@
SG(request_info).no_headers = 1;
  
  #if ZEND_DEBUG
--  php_printf("PHP %s (%s) (built: %s %s) 
(DEBUG)\nCopyright (c) 1997-2014 The PHP Group\n%s", PHP_VERSION, 
sapi_module.name, __DATE__,__TIME__, get_zend_version());
-+  php_printf("PHP %s (%s) (DEBUG)\nCopyright (c) 
1997-2014 The PHP Group\n%s", PHP_VERSION, sapi_module.name, 
get_zend_version());
+-  php_printf("PHP %s (%s) (built: %s %s) 
(DEBUG)\nCopyright (c) 1997-2015 The PHP Group\n%s", PHP_VERSION, 
sapi_module.name, __DATE__,__TIME__, get_zend_version());
++  php_printf("PHP %s (%s) (DEBUG)\nCopyright (c) 
1997-2015 The PHP Group\n%s", PHP_VERSION, sapi_module.name,  
get_zend_version());
  #else
--  php_printf("PHP %s (%s) (built: %s 
%s)\nCopyright (c) 1997-2014 The PHP Group\n%s", PHP_VERSION, sapi_module.name, 
__DATE__, __TIME__,  get_zend_version());
-+  php_printf("PHP %s (%s)\nCopyright (c) 
1997-2014 The PHP Group\n%s", PHP_VERSION, sapi_module.name, 
get_zend_version());
+-  php_printf("PHP %s (%s) (built: %s 
%s)\nCopyright (c) 1997-2015 The PHP Group\n%s", PHP_VERSION, sapi_module.name, 
__DATE__, __TIME__,  get_zend_version());
++  php_printf("PHP %s (%s)\nCopyright (c) 
1997-2015 The PHP Group\n%s", PHP_VERSION, sapi_module.name,  
get_zend_version());
  #endif
php_request_shutdown((void *) 0);

commit sessreg for openSUSE:Factory

2015-02-27 Thread h_root
Hello community,

here is the log from the commit of package sessreg for openSUSE:Factory checked 
in at 2015-02-27 11:06:10

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


Package is "sessreg"

Changes:

--- /work/SRC/openSUSE:Factory/sessreg/sessreg.changes  2015-02-01 
12:28:25.0 +0100
+++ /work/SRC/openSUSE:Factory/.sessreg.new/sessreg.changes 2015-02-27 
11:06:11.0 +0100
@@ -1,0 +2,8 @@
+Mon Feb 23 10:52:56 UTC 2015 - sndir...@suse.com
+
+- u_Pass-P-to-the-preprocessor-when-generating-filenames.patch
+  * Pass -P to the preprocessor when generating filenames for the
+manpage.  Fixes build with GCC 5. Patch by Richard Biener
+
+
+---

New:

  u_Pass-P-to-the-preprocessor-when-generating-filenames.patch



Other differences:
--
++ sessreg.spec ++
--- /var/tmp/diff_new_pack.h2AyiP/_old  2015-02-27 11:06:11.0 +0100
+++ /var/tmp/diff_new_pack.h2AyiP/_new  2015-02-27 11:06:11.0 +0100
@@ -24,6 +24,9 @@
 Group:  System/X11/Utilities
 Url:http://xorg.freedesktop.org/
 Source0:
http://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.bz2
+Patch0: u_Pass-P-to-the-preprocessor-when-generating-filenames.patch
+BuildRequires:  autoconf
+BuildRequires:  automake
 BuildRequires:  pkg-config
 BuildRequires:  pkgconfig(xorg-macros) >= 1.4
 BuildRequires:  pkgconfig(xproto) >= 7.0.25
@@ -38,8 +41,10 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
+autoreconf -fi
 %configure
 make %{?_smp_mflags}
 

++ u_Pass-P-to-the-preprocessor-when-generating-filenames.patch ++
>From 86e163c72b65e634369dfc50e3951af3bd234d4d Mon Sep 17 00:00:00 2001
From: Stefan Dirsch 
Date: Mon, 23 Feb 2015 11:50:12 +0100
Subject: [PATCH] Pass -P to the preprocessor when generating filenames for the
 manpage.

Fixes build with GCC 5. Patch by Richard Biener 
---
 man/Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/man/Makefile.am b/man/Makefile.am
index 665ace5..2e5f146 100644
--- a/man/Makefile.am
+++ b/man/Makefile.am
@@ -9,7 +9,7 @@ SUFFIXES = .$(APP_MAN_SUFFIX) .man
 
 AM_CPPFLAGS = -I$(top_builddir) -I$(top_srcdir)
 filenames.sed: filenames.sed.c
-   $(AM_V_GEN)$(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+   $(AM_V_GEN)$(CPP) -P $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
$(AM_CPPFLAGS) $(CPPFLAGS) $(srcdir)/filenames.sed.c | \
$(SED) -n -e '/s|__/ p' -e '/^\/__/ p' > $@
 
-- 
1.8.4.5

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit gtk2 for openSUSE:Factory

2015-02-27 Thread h_root
Hello community,

here is the log from the commit of package gtk2 for openSUSE:Factory checked in 
at 2015-02-27 11:06:16

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


Package is "gtk2"

Changes:

--- /work/SRC/openSUSE:Factory/gtk2/gtk2.changes2015-02-16 
21:21:23.0 +0100
+++ /work/SRC/openSUSE:Factory/.gtk2.new/gtk2.changes   2015-02-27 
11:06:21.0 +0100
@@ -1,0 +2,12 @@
+Tue Feb 17 08:31:10 UTC 2015 - dims...@opensuse.org
+
+- Update to version 2.24.26:
+  + gailbutton: Avoid a possible NULL dereference.
+  + label: Avoid a possible NULL dereference.
+  + Bugs fixed: bgo#635380, bgo#738837, bgo#741060, bgo#741959,
+bgo#743544, bgo#743917.
+- Drop gtk2-allow-deprecated-gdk-pixbuf-API.patch,
+  gtk2-gdk_window_begin_paint_region.patch and
+  gtk2-Do-not-leak-a-cairo-region.patch: fixed upstream.
+
+---

Old:

  gtk+-2.24.25.tar.xz
  gtk2-Do-not-leak-a-cairo-region.patch
  gtk2-allow-deprecated-gdk-pixbuf-API.patch
  gtk2-gdk_window_begin_paint_region.patch

New:

  gtk+-2.24.26.tar.xz



Other differences:
--
++ gtk2.spec ++
--- /var/tmp/diff_new_pack.Oi1iuU/_old  2015-02-27 11:06:22.0 +0100
+++ /var/tmp/diff_new_pack.Oi1iuU/_new  2015-02-27 11:06:22.0 +0100
@@ -21,7 +21,7 @@
 
 Name:   gtk2
 %define _name gtk+
-Version:2.24.25
+Version:2.24.26
 Release:0
 # FIXME: when updating to next version, check whether we can remove the 
workaround for bgo#596977 below (removing -fomit-frame-pointer)
 Summary:The GTK+ toolkit library (version 2)
@@ -35,8 +35,6 @@
 Source5:macros.gtk2
 # PATCH-FIX-UPSTREAM gtk2-window-dragging.patch bgo#611313 -- Taken from 
Fedora, to support window dragging from menubars/toolbars
 Patch0: gtk2-window-dragging.patch
-# PATCH-FIX-UPSTREAM gtk2-allow-deprecated-gdk-pixbuf-API.patch 
dims...@opensuse.org -- Allow deprecated gdk-pixbuf API, taken from git
-Patch1: gtk2-allow-deprecated-gdk-pixbuf-API.patch
 # PATCH-FIX-OPENSUSE gtk2-GTK_PATH64.patch sbra...@novell.com - 64-bit dual 
install. Use GTK_PATH64 environment variable instead of GTK_PATH
 Patch8: gtk2-GTK_PATH64.patch
 # PATCH-FEATURE-UPSTREAM 
bugzilla-129753-gtk+-2.8.9-localize-font-style-name.diff bnc129753 bgo319484 
mfab...@novell.com - Translate the font styles in the GUI
@@ -45,10 +43,6 @@
 Patch23:bugzilla-131498-allow-xim-for-all-languages.patch
 # PATCH-FIX-UPSTREAM 
gtk2-bnc130159-bgo319483-async-selection-in-gtk-font-selection.diff bnc130159 
bgo319483 feder...@novell.com - Load fonts asynchronously in GtkFontSelection 
to make it appear faster for CJK languages
 Patch24:
gtk2-bnc130159-bgo319483-async-selection-in-gtk-font-selection.diff
-# PATCH-FIX-UPSTREAM gtk2-Do-not-leak-a-cairo-region.patch bgo#738837 
zai...@opensuse.org -- Do not leak a cairo region, fix memory leak. Taken from 
upstream git.
-Patch25:gtk2-Do-not-leak-a-cairo-region.patch
-# PATCH-FIX-UPSTREAM gtk2-gdk_window_begin_paint_region.patch bgo#741060 
zai...@opensuse.org -- gdk_window_begin_paint_region() - always reuse the same 
surface, taken from upstream git.
-Patch26:gtk2-gdk_window_begin_paint_region.patch 
 # Patches taken from upstream or slated to go upstream.  We can expect these 
to become obsolete
 # in future releases.
 # Please don't delete this comment even if this section is empty -- "# empty" 
should
@@ -328,7 +322,6 @@
 done
 gnome-patch-translation-prepare
 %patch0 -p1
-%patch1 -p1
 %if "%{_lib}" == "lib64"
 cp -a %{SOURCE2} .
 # WARNING: This patch does not patch not installed demos and tests.
@@ -337,8 +330,6 @@
 %patch22 -p1
 %patch23 -p1
 %patch24 -p1
-%patch25 -p1
-%patch26 -p1
 %patch53
 %patch55 -p1
 %patch56 -p1

++ gtk+-2.24.25.tar.xz -> gtk+-2.24.26.tar.xz ++
/work/SRC/openSUSE:Factory/gtk2/gtk+-2.24.25.tar.xz 
/work/SRC/openSUSE:Factory/.gtk2.new/gtk+-2.24.26.tar.xz differ: char 27, line 1

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit libdrm for openSUSE:Factory

2015-02-27 Thread h_root
Hello community,

here is the log from the commit of package libdrm for openSUSE:Factory checked 
in at 2015-02-27 11:04:56

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


Package is "libdrm"

Changes:

--- /work/SRC/openSUSE:Factory/libdrm/libdrm.changes2015-02-12 
10:20:44.0 +0100
+++ /work/SRC/openSUSE:Factory/.libdrm.new/libdrm.changes   2015-02-27 
11:04:57.0 +0100
@@ -1,0 +2,10 @@
+Sun Feb 22 14:11:43 UTC 2015 - zom...@gmail.com
+
+- Fix include directories 
+
+---
+Thu Feb 19 13:33:22 UTC 2015 - zom...@gmail.com
+
+- Add subpackage libdrm_tegra0 for Nvidia Tegra chips 
+
+---



Other differences:
--
++ libdrm.spec ++
--- /var/tmp/diff_new_pack.AF2aXo/_old  2015-02-27 11:04:58.0 +0100
+++ /var/tmp/diff_new_pack.AF2aXo/_new  2015-02-27 11:04:58.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libdrm
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -74,6 +74,7 @@
 %ifarch %arm
 Requires:   libdrm_freedreno1 = %version
 Requires:   libdrm_omap1 = %version
+Requires:   libdrm_tegra0 = %version
 %endif
 %ifarch %ix86 x86_64
 Requires:   libdrm_intel1 = %version
@@ -158,6 +159,13 @@
 
 %description -n libdrm_freedreno1
 (Upstream has not provided a description)
+
+%package -n libdrm_tegra0
+Summary:Userspace interface to kernel DRM services for Nvidia Tegra 
chips
+Group:  System/Libraries
+
+%description -n libdrm_tegra0
+(Upstream has not provided a description)
 %endif
 
 %prep
@@ -171,6 +179,7 @@
 %ifarch %arm
   --enable-omap-experimental-api \
   --enable-freedreno-experimental-api \
+   --enable-tegra-experimental-api \
 %endif
   --enable-udev
 
@@ -220,6 +229,10 @@
 %post   -n libdrm_freedreno1 -p /sbin/ldconfig
 
 %postun -n libdrm_freedreno1 -p /sbin/ldconfig
+
+%post   -n libdrm_tegra0 -p /sbin/ldconfig
+
+%postun -n libdrm_tegra0 -p /sbin/ldconfig
 %endif
 
 %files tools
@@ -278,6 +291,10 @@
 %files -n libdrm_freedreno1
 %defattr(-,root,root)
 %_libdir/libdrm_freedreno.so.1*
+
+%files -n libdrm_tegra0
+%defattr(-,root,root)
+%_libdir/libdrm_tegra.so.0*
 %endif
 
 %changelog

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit syslinux for openSUSE:Factory

2015-02-27 Thread h_root
Hello community,

here is the log from the commit of package syslinux for openSUSE:Factory 
checked in at 2015-02-27 11:04:33

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-02-06 
10:54:05.0 +0100
+++ /work/SRC/openSUSE:Factory/.syslinux.new/syslinux.changes   2015-02-27 
11:04:34.0 +0100
@@ -1,0 +2,6 @@
+Sun Feb 22 21:02:32 UTC 2015 - meiss...@suse.com
+
+- Do not use gcc-PIE here, lots of assembler (cpuid etc.) that
+  would be hard to make ready for PIC.
+
+---



Other differences:
--
++ syslinux.spec ++
--- /var/tmp/diff_new_pack.vhRwPS/_old  2015-02-27 11:04:35.0 +0100
+++ /var/tmp/diff_new_pack.vhRwPS/_new  2015-02-27 11:04:35.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package syslinux
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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,8 @@
 BuildRequires:  netpbm
 BuildRequires:  python
 BuildRequires:  xz
+# lots of assembler here that would need to be changed :(
+#!BuildIgnore: gcc-PIE
 Url:http://www.syslinux.org/wiki/index.php/The_Syslinux_Project
 Requires:   mtools
 Summary:Boot Loader for Linux

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit zypper for openSUSE:Factory

2015-02-27 Thread h_root
Hello community,

here is the log from the commit of package zypper for openSUSE:Factory checked 
in at 2015-02-27 11:04:47

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


Package is "zypper"

Changes:

--- /work/SRC/openSUSE:Factory/zypper/zypper.changes2015-01-20 
19:12:00.0 +0100
+++ /work/SRC/openSUSE:Factory/.zypper.new/zypper.changes   2015-02-27 
11:04:49.0 +0100
@@ -1,0 +2,71 @@
+Sun Feb 22 01:13:25 CET 2015 - m...@suse.de
+
+- Update zypper-po.tar.bz2
+
+---
+Thu Feb 19 01:13:24 CET 2015 - m...@suse.de
+
+- Update zypper-po.tar.bz2
+
+---
+Sun Feb 15 01:14:11 CET 2015 - m...@suse.de
+
+- Update zypper-po.tar.bz2
+
+---
+Thu Feb 12 01:14:15 CET 2015 - m...@suse.de
+
+- Update zypper-po.tar.bz2
+
+---
+Sun Feb  8 01:13:23 CET 2015 - m...@suse.de
+
+- Update zypper-po.tar.bz2
+
+---
+Thu Feb  5 01:14:01 CET 2015 - m...@suse.de
+
+- Update zypper-po.tar.bz2
+
+---
+Sun Feb  1 01:13:21 CET 2015 - m...@suse.de
+
+- Update zypper-po.tar.bz2
+
+---
+Thu Jan 29 01:13:20 CET 2015 - m...@suse.de
+
+- Update zypper-po.tar.bz2
+
+---
+Sun Jan 25 01:13:25 CET 2015 - m...@suse.de
+
+- Update zypper-po.tar.bz2
+
+---
+Fri Jan 23 17:14:16 CET 2015 - m...@suse.de
+
+- repos(lr): Fix wrong exit status using the --xmlout option (bnc#914258)
+- version 1.11.22
+
+---
+Fri Jan 23 16:27:38 CET 2015 - m...@suse.de
+
+- Refresh plugin services on 'lr' 'ls -r' and 'ref' (bnc#893294)(FATE#318117)
+  Repositories provided by a plugin service (SUSE Manager) must always
+  be (auto-)refreshed to reflect server side changes immediately.
+- zypper.conf: new color/pkglistHighlightAttribute (bnc#914284)
+  Tune the color atrribute used for package list highlighting.
+- version 1.11.21
+
+---
+Thu Jan 22 01:14:19 CET 2015 - m...@suse.de
+
+- Update zypper-po.tar.bz2
+
+---
+Sun Jan 18 01:13:20 CET 2015 - m...@suse.de
+
+- Update zypper-po.tar.bz2
+
+---

Old:

  zypper-1.11.20.tar.bz2

New:

  zypper-1.11.22.tar.bz2



Other differences:
--
++ zypper.spec ++
--- /var/tmp/diff_new_pack.kvQ34e/_old  2015-02-27 11:04:49.0 +0100
+++ /var/tmp/diff_new_pack.kvQ34e/_new  2015-02-27 11:04:49.0 +0100
@@ -22,7 +22,7 @@
 BuildRequires:  cmake >= 2.4.6
 BuildRequires:  gcc-c++ >= 4.7
 BuildRequires:  gettext-devel >= 0.15
-BuildRequires:  libzypp-devel >= 14.34.0
+BuildRequires:  libzypp-devel >= 14.35.1
 BuildRequires:  readline-devel >= 5.1
 Requires:   procps
 %if 0%{?suse_version}
@@ -33,7 +33,7 @@
 Summary:Command line software manager using libzypp
 License:GPL-2.0+
 Group:  System/Packages
-Version:1.11.20
+Version:1.11.22
 Release:0
 Source: %{name}-%{version}.tar.bz2
 Source1:%{name}-rpmlintrc

++ zypper-1.11.20.tar.bz2 -> zypper-1.11.22.tar.bz2 ++
/work/SRC/openSUSE:Factory/zypper/zypper-1.11.20.tar.bz2 
/work/SRC/openSUSE:Factory/.zypper.new/zypper-1.11.22.tar.bz2 differ: char 11, 
line 1

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit libzypp for openSUSE:Factory

2015-02-27 Thread h_root
Hello community,

here is the log from the commit of package libzypp for openSUSE:Factory checked 
in at 2015-02-27 11:04:38

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  2015-01-20 
19:11:48.0 +0100
+++ /work/SRC/openSUSE:Factory/.libzypp.new/libzypp.changes 2015-02-27 
11:04:40.0 +0100
@@ -1,0 +2,72 @@
+Sun Feb 22 01:13:12 CET 2015 - m...@suse.de
+
+- Update zypp-po.tar.bz2
+
+---
+Thu Feb 19 01:13:13 CET 2015 - m...@suse.de
+
+- Update zypp-po.tar.bz2
+
+---
+Sun Feb 15 01:13:28 CET 2015 - m...@suse.de
+
+- Update zypp-po.tar.bz2
+
+---
+Thu Feb 12 01:13:34 CET 2015 - m...@suse.de
+
+- Update zypp-po.tar.bz2
+
+---
+Mon Feb  9 16:05:38 CET 2015 - m...@suse.de
+
+- Don't execute scripts in /tmp or /var/tmp, as they could be 
+  mounted noexec for security reasons (bnc#915928)
+- zypp/PublicKey.cc: Use GPG_BINARY from KeyRing
+- Support $releasever_major/$releasever_minor repo variables 
+  (FATE#318354)
+- version 14.36.0 (30)
+
+---
+Sun Feb  8 01:13:14 CET 2015 - m...@suse.de
+
+- Update zypp-po.tar.bz2
+
+---
+Thu Feb  5 01:13:27 CET 2015 - m...@suse.de
+
+- Update zypp-po.tar.bz2
+
+---
+Sun Feb  1 01:13:10 CET 2015 - m...@suse.de
+
+- Update zypp-po.tar.bz2
+
+---
+Thu Jan 29 01:13:12 CET 2015 - m...@suse.de
+
+- Update zypp-po.tar.bz2
+
+---
+Thu Jan 22 01:13:36 CET 2015 - m...@suse.de
+
+- Update zypp-po.tar.bz2
+
+---
+Wed Jan 21 10:28:49 CET 2015 - m...@suse.de
+
+- PathInfo: Deprecate major/minor in favor of new devMajor/devMinor.
+  The old names clash with GNU libc macros.
+- version 14.35.0 (30)
+
+---
+Sun Jan 18 01:13:09 CET 2015 - m...@suse.de
+
+- Update zypp-po.tar.bz2
+
+---
+Thu Jan 15 01:13:12 CET 2015 - m...@suse.de
+
+- Update zypp-po.tar.bz2
+
+---

Old:

  libzypp-14.34.0.tar.bz2

New:

  libzypp-14.36.0.tar.bz2



Other differences:
--
++ libzypp.spec ++
--- /var/tmp/diff_new_pack.f4DrEh/_old  2015-02-27 11:04:41.0 +0100
+++ /var/tmp/diff_new_pack.f4DrEh/_new  2015-02-27 11:04:41.0 +0100
@@ -19,7 +19,7 @@
 %define force_gcc_46 0
 
 Name:   libzypp
-Version:14.34.0
+Version:14.36.0
 Release:0
 Url:git://gitorious.org/opensuse/libzypp.git
 Summary:Package, Patch, Pattern, and Product Management

++ libzypp-14.34.0.tar.bz2 -> libzypp-14.36.0.tar.bz2 ++
 1710 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit sysvinit for openSUSE:Factory

2015-02-27 Thread h_root
Hello community,

here is the log from the commit of package sysvinit for openSUSE:Factory 
checked in at 2015-02-27 11:04:22

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


Package is "sysvinit"

Changes:

--- /work/SRC/openSUSE:Factory/sysvinit/sysvinit.changes2014-09-10 
07:28:15.0 +0200
+++ /work/SRC/openSUSE:Factory/.sysvinit.new/sysvinit.changes   2015-02-27 
11:04:23.0 +0100
@@ -1,0 +2,5 @@
+Mon Feb 23 09:30:00 UTC 2015 - rguent...@suse.com
+
+- Build with -std=gnu89 to deal with GCC 5 defaulting to -std=gnu11
+
+---



Other differences:
--
++ powerd.spec ++
--- /var/tmp/diff_new_pack.On3D9x/_old  2015-02-27 11:04:25.0 +0100
+++ /var/tmp/diff_new_pack.On3D9x/_new  2015-02-27 11:04:25.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package powerd
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed

++ sysvinit.spec ++
--- /var/tmp/diff_new_pack.On3D9x/_old  2015-02-27 11:04:25.0 +0100
+++ /var/tmp/diff_new_pack.On3D9x/_new  2015-02-27 11:04:25.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package sysvinit
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -171,7 +171,7 @@
 /bin/chmod -Rf a+rX,g-w,o-w .
 
 %build
-  RPM_OPT_FLAGS="${RPM_OPT_FLAGS} -D_FILE_OFFSET_BITS=64 -pipe"
+  RPM_OPT_FLAGS="${RPM_OPT_FLAGS} -std=gnu89 -D_FILE_OFFSET_BITS=64 -pipe"
   CC=%__cc
   export RPM_OPT_FLAGS CC
   make %{?_smp_mflags} WITH_SELINUX=yes DISTRO=SuSE

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit dmidecode for openSUSE:Factory

2015-02-27 Thread h_root
Hello community,

here is the log from the commit of package dmidecode for openSUSE:Factory 
checked in at 2015-02-27 11:03:35

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


Package is "dmidecode"

Changes:

--- /work/SRC/openSUSE:Factory/dmidecode/dmidecode.changes  2014-10-14 
07:10:23.0 +0200
+++ /work/SRC/openSUSE:Factory/.dmidecode.new/dmidecode.changes 2015-02-27 
11:03:36.0 +0100
@@ -1,0 +2,13 @@
+Sun Feb 22 09:07:28 UTC 2015 - meiss...@suse.com
+
+- dmidecode.keyring was empty, reference the savannah keyring.
+  but the tarball is signed by someone unknown without gpg signatures,
+  so no keyring for now.
+
+---
+Fri Feb 20 20:55:12 UTC 2015 - mplus...@suse.com
+
+- Cleanup spec file with spec-cleaner
+- Add gpg signature
+
+---

New:

  dmidecode-2.12.tar.bz2.sig



Other differences:
--
++ dmidecode.spec ++
--- /var/tmp/diff_new_pack.QgBX1i/_old  2015-02-27 11:03:37.0 +0100
+++ /var/tmp/diff_new_pack.QgBX1i/_new  2015-02-27 11:03:37.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package dmidecode
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,23 +17,27 @@
 
 
 Name:   dmidecode
-Url:http://www.nongnu.org/dmidecode/
 Version:2.12
 Release:0
-Provides:   pmtools:/usr/sbin/dmidecode
 Summary:DMI table decoder
 License:GPL-2.0+
 Group:  System/Console
-Source: 
http://download.savannah.gnu.org/releases/%{name}/%{name}-%{version}.tar.bz2
+Url:http://www.nongnu.org/dmidecode/
+Source0:
http://download.savannah.gnu.org/releases/%{name}/%{name}-%{version}.tar.bz2
+Source1:
http://download.savannah.gnu.org/releases/%{name}/%{name}-%{version}.tar.bz2.sig
+# would be, but tarball is signed by someone else without signatures.
+# https://savannah.nongnu.org/project/memberlist-gpgkeys.php?group=dmidecode
+# Source2:%{name}.keyring
 Patch1: dmidecode-1.173-drop-cast.patch
 Patch2: dmidecode-1.175-fix-SMBIOS-2.8.0.patch
 Patch3: dmidecode-1.176-SMBIOS-2.8-is-supported.patch
 Patch4: dmidecode-1.177-decode-pcie3-slot-id.patch
 Patch5: dmidecode-1.181-decode-CPUID-recent-AMD.patch
 Patch6: dmidecode-1.182-decode-ddr4-memory-type.patch
+Provides:   pmtools:%{_sbindir}/dmidecode
+Obsoletes:  pmtools < 20071117
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 ExclusiveArch:  %ix86 ia64 x86_64 %arm aarch64
-Obsoletes:  pmtools < 20071117
 
 %description
 Dmidecode reports information about your system's hardware as described
@@ -50,7 +54,7 @@
 the BIOS told it to.
 
 %prep
-%setup
+%setup -q
 %patch1 -p1
 %patch2 -p1
 %patch3 -p1
@@ -59,10 +63,10 @@
 %patch6 -p1
 
 %build
-make CFLAGS="$RPM_OPT_FLAGS" %{?_smp_mflags}
+make CFLAGS="%{optflags}" %{?_smp_mflags}
 
 %install
-install -dm 755 %{buildroot}/usr/sbin
+install -dm 755 %{buildroot}%{_sbindir}
 install -dm 755 %{buildroot}%{_mandir}/man8
 install -dm 755 %{buildroot}%{_docdir}/%{name}
 %ifarch ia64 %arm aarch64
@@ -70,15 +74,15 @@
 %else
 for i in dmidecode vpddecode ownership biosdecode ; do
 %endif
-install -m 755 $i %{buildroot}/usr/sbin/
+install -m 755 $i %{buildroot}%{_sbindir}/
 install -m 644 man/$i.8 %{buildroot}%{_mandir}/man8/
 install -m 644 AUTHORS CHANGELOG LICENSE README %{buildroot}%{_docdir}/%{name}/
 done
 
 %files
 %defattr(-,root,root)
-/usr/sbin/*
+%{_sbindir}/*
 %doc %{_docdir}/%{name}
-/%{_mandir}/man8/*
+%{_mandir}/man8/*
 
 %changelog

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit libgusb for openSUSE:Factory

2015-02-27 Thread h_root
Hello community,

here is the log from the commit of package libgusb for openSUSE:Factory checked 
in at 2015-02-27 11:04:05

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


Package is "libgusb"

Changes:

--- /work/SRC/openSUSE:Factory/libgusb/libgusb.changes  2014-12-21 
12:02:34.0 +0100
+++ /work/SRC/openSUSE:Factory/.libgusb.new/libgusb.changes 2015-02-27 
11:04:06.0 +0100
@@ -1,0 +2,11 @@
+Sun Feb 22 10:43:24 UTC 2015 - benoit.mo...@gmx.fr
+
+- Update to version 0.2.4:
+  + Various API extensions.
+  + Bugfixes:
+- Don't filter out hub devices when getting the device list.
+- Make the platform ID persistent across re-plug.
+- Port to GTask.
+- Use new Glib features for various code cleanups.
+
+---

Old:

  libgusb-0.2.3.tar.xz

New:

  libgusb-0.2.4.tar.xz



Other differences:
--
++ libgusb.spec ++
--- /var/tmp/diff_new_pack.IhcLLf/_old  2015-02-27 11:04:07.0 +0100
+++ /var/tmp/diff_new_pack.IhcLLf/_new  2015-02-27 11:04:07.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libgusb
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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,16 @@
 
 
 Name:   libgusb
-Version:0.2.3
+Version:0.2.4
 Release:0
 Summary:GObject-based library for libusb1
 License:LGPL-2.1+
 Group:  System/Libraries
-Url:https://gitorious.org/gusb/
+Url:https://github.com/hughsie/libgusb
 Source0:
http://people.freedesktop.org/~hughsient/releases/%{name}-%{version}.tar.xz
 BuildRequires:  vala
 BuildRequires:  xz
-BuildRequires:  pkgconfig(glib-2.0) >= 2.32.0
+BuildRequires:  pkgconfig(glib-2.0) >= 2.38.0
 BuildRequires:  pkgconfig(gobject-introspection-1.0) >= 1.29
 BuildRequires:  pkgconfig(gudev-1.0)
 BuildRequires:  pkgconfig(libusb-1.0) >= 1.0.19

++ libgusb-0.2.3.tar.xz -> libgusb-0.2.4.tar.xz ++
 5038 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit libevent for openSUSE:Factory

2015-02-27 Thread h_root
Hello community,

here is the log from the commit of package libevent for openSUSE:Factory 
checked in at 2015-02-27 11:03:27

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


Package is "libevent"

Changes:

--- /work/SRC/openSUSE:Factory/libevent/libevent.changes2013-06-29 
19:42:38.0 +0200
+++ /work/SRC/openSUSE:Factory/.libevent.new/libevent.changes   2015-02-27 
11:03:28.0 +0100
@@ -1,0 +2,57 @@
+Sun Feb 22 15:47:36 UTC 2015 - benoit.mo...@gmx.fr
+
+- update to 2.0.22:
+  * Avoid integer overflow bugs in evbuffer_add() and related
+functions. See CVE-2014-6272 advisory for more information
+  * fix #73 and fix http_connection_fail_test to catch it
+  * Avoid racy bufferevent activation
+  * Fix compilation with WIN32_HAVE_CONDITION_VARIABLES enabled
+  * Fix missing AC_PROG_SED on older Autoconfs
+  * Backport libevent to vanilla Autoconf 2.59 (as used in RHEL5)
+  * Use AC_CONFIG_HEADERS in place of AM_CONFIG_HEADERS for
+autmake 1.13 compat
+  * Rename configure.in to configure.ac to appease newer autoconfs
+  * Avoid using top_srcdir in TESTS: new automakes do not like this
+  * Use windows vsnprintf fixup logic on all windows environments
+  * Fix a compiler warning when checking for arc4random_buf linker
+breakage
+  * Fix another arc4random_buf-related warning
+  * Add -Qunused-arguments for clang on macos
+  * Avoid leaking fds on evconnlistener with no callback set
+  * Avoid double-close on getsockname error in
+evutil_ersatz_socketpair
+  * Fix a locking error in bufferevent_socket_get_dns_error
+  * libevent/win32_dealloc() : fix sizeof(pointer) vs
+sizeof(*pointer)
+  * bufferevent_pair: don't call downcast(NULL)
+  * Consistently check for failure from evbuffer_pullup()
+  * Fix race caused by event_active
+  * Avoid redundant invocations of init_extension_functions for
+IOCP
+  * Typo fixes from Linus Nordberg
+  * Add a few files created by "make verify" to .gitignore
+  * regress_buffer: fix 'memcmp' compare size
+  * Fix bufferevent setwatermark suspend_read
+  * Fix evbuffer_peek() with len==-1 and start_at non-NULL
+  * Checking request nameserver for NULL, before using it
+  * Fix SEGFAULT after evdns_base_resume if no nameservers
+installed
+  * Fix a crash in evdns related to shutting down evdns
+  * Check does arch have the epoll_create and __NR_epoll_wait
+syscalls
+  * Avoid other RNG initialization FS reads when urandom file is
+specified
+  * When we seed from /proc/sys/kernel/random/uuid, count it as
+success
+  * Document that arc4random is not a great cryptographic PRNG
+  * Add evutil_secure_rng_set_urandom_device_file
+  * Really remove RNG seeds from the stack
+  * Fix a mistake in evbuffer_remove() arguments in example http
+server code
+  * Fix a typo in a comment in buffer.h
+  * Clarify event_base_loop exit conditions
+  * Use FindClose for handle from FindFirstFile in http-server.c
+  * Fix a typo in a doxygen comment
+- update source URL
+
+---

Old:

  libevent-2.0.21-stable.tar.gz

New:

  libevent-2.0.22-stable.tar.gz



Other differences:
--
++ libevent.spec ++
--- /var/tmp/diff_new_pack.bxL0dg/_old  2015-02-27 11:03:29.0 +0100
+++ /var/tmp/diff_new_pack.bxL0dg/_new  2015-02-27 11:03:29.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libevent
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,13 +19,13 @@
 Name:   libevent
 %define libsoname %{name}-2_0-5
 
-Version:2.0.21
+Version:2.0.22
 Release:0
 Summary:An event notification library
 License:BSD-3-Clause
 Group:  System/Libraries
 Url:http://libevent.org/
-Source0:
https://github.com/downloads/libevent/libevent/%{name}-%{version}-stable.tar.gz
+Source0:
https://sourceforge.net/projects/levent/files/libevent/libevent-2.0/%{name}-%{version}-stable.tar.gz
 Source1:baselibs.conf
 BuildRequires:  openssl-devel
 BuildRequires:  pkg-config

++ libevent-2.0.21-stable.tar.gz -> libevent-2.0.22-stable.tar.gz ++
 5740 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit vsftpd for openSUSE:Factory

2015-02-27 Thread h_root
Hello community,

here is the log from the commit of package vsftpd for openSUSE:Factory checked 
in at 2015-02-27 11:03:46

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


Package is "vsftpd"

Changes:

--- /work/SRC/openSUSE:Factory/vsftpd/vsftpd.changes2015-01-09 
01:11:17.0 +0100
+++ /work/SRC/openSUSE:Factory/.vsftpd.new/vsftpd.changes   2015-02-27 
11:03:47.0 +0100
@@ -1,0 +2,7 @@
+Fri Feb 20 12:13:42 UTC 2015 - tchva...@suse.com
+
+- Add service calls for other unit files too
+- Udate filter patch to work as expected:
+  * vsftpd-2.1.0-filter.patch
+
+---
@@ -5 +12 @@
-  from fedora. bnc#900326
+  from fedora. bnc#900326 bnc#915522 CVE-2015-1419



Other differences:
--
++ vsftpd.spec ++
--- /var/tmp/diff_new_pack.NTKCN5/_old  2015-02-27 11:03:48.0 +0100
+++ /var/tmp/diff_new_pack.NTKCN5/_new  2015-02-27 11:03:48.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package vsftpd
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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
@@ -129,16 +129,16 @@
 
 %pre
 %{_sbindir}/useradd -r -g nogroup -s /bin/false -c "Secure FTP User" -d 
%{_localstatedir}/lib/empty ftpsecure 2> /dev/null || :
-%service_add_pre %{name}.service
+%service_add_pre %{name}.service %{name}@.service %{name}.socket
 
 %preun
-%service_del_preun %{name}.service
+%service_del_preun %{name}.service %{name}@.service %{name}.socket
 
 %post
-%service_add_post %{name}.service
+%service_add_post %{name}.service %{name}@.service %{name}.socket
 
 %postun
-%service_del_postun %{name}.service
+%service_del_postun %{name}.service %{name}@.service %{name}.socket
 
 %files
 %defattr(-,root,root)

++ vsftpd-2.1.0-filter.patch ++
--- /var/tmp/diff_new_pack.NTKCN5/_old  2015-02-27 11:03:48.0 +0100
+++ /var/tmp/diff_new_pack.NTKCN5/_new  2015-02-27 11:03:48.0 +0100
@@ -1,44 +1,74 @@
-diff -up vsftpd-2.1.0/ls.c.filter vsftpd-2.1.0/ls.c
 vsftpd-2.1.0/ls.c.filter   2008-02-02 02:30:41.0 +0100
-+++ vsftpd-2.1.0/ls.c  2009-01-08 19:31:15.0 +0100
-@@ -239,9 +239,31 @@ vsf_filename_passes_filter(const struct 
+Index: vsftpd-3.0.2/ls.c
+===
+--- vsftpd-3.0.2.orig/ls.c
 vsftpd-3.0.2/ls.c
+@@ -7,6 +7,7 @@
+  * Would you believe, code to handle directory listing.
+  */
+ 
++#include 
+ #include "ls.h"
+ #include "access.h"
+ #include "defs.h"
+@@ -243,11 +244,42 @@ vsf_filename_passes_filter(const struct
+   struct mystr temp_str = INIT_MYSTR;
+   struct mystr brace_list_str = INIT_MYSTR;
+   struct mystr new_filter_str = INIT_MYSTR;
++  struct mystr normalize_filename_str = INIT_MYSTR;
++  const char *normname;
++  const char *path;
int ret = 0;
char last_token = 0;
int must_match_at_current_pos = 1;
-+  
-+  
++
str_copy(&filter_remain_str, p_filter_str);
 -  str_copy(&name_remain_str, p_filename_str);
--
-+  
-+  if (!str_isempty (&filter_remain_str) && !str_isempty(p_filename_str)) {
++
++  /* normalize filepath */
++  path = str_strdup(p_filename_str);
++  normname = realpath(path, NULL);
++  if (normname == NULL)
++ goto out;
++  str_alloc_text(&normalize_filename_str, normname);
++
++  if (!str_isempty (&filter_remain_str) && 
!str_isempty(&normalize_filename_str)) {
 +if (str_get_char_at(p_filter_str, 0) == '/') {
-+  if (str_get_char_at(p_filename_str, 0) != '/') {
++  if (str_get_char_at(&normalize_filename_str, 0) != '/') {
 +str_getcwd (&name_remain_str);
-+ 
++
 +if (str_getlen(&name_remain_str) > 1) /* cwd != root dir */
 +  str_append_char (&name_remain_str, '/');
-+  
-+str_append_str (&name_remain_str, p_filename_str);
++
++str_append_str (&name_remain_str, &normalize_filename_str);
 +  }
 +  else
-+   str_copy (&name_remain_str, p_filename_str);
++   str_copy (&name_remain_str, &normalize_filename_str);
 +} else {
 +  if (str_get_char_at(p_filter_str, 0) != '{')
-+str_basename (&name_remain_str, p_filename_str);
++str_basename (&name_remain_str, &normalize_filename_str);
 +  else
-+str_copy (&name_remain_str, p_filename_str);
++str_copy (&name_remain_str, &normalize_filename_str);
 +}
 +  } else
-+str_copy(&name_remain_str, p_filename_str);
-+  
++str_copy(&name_remain_str, &normalize_filename_str);
+ 
while (!str_isempty(&filter_remain_str) && *iters

commit python-M2Crypto for openSUSE:Factory

2015-02-27 Thread h_root
Hello community,

here is the log from the commit of package python-M2Crypto for openSUSE:Factory 
checked in at 2015-02-27 11:03:52

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


Package is "python-M2Crypto"

Changes:

--- /work/SRC/openSUSE:Factory/python-M2Crypto/python-M2Crypto.changes  
2014-04-18 12:37:59.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-M2Crypto.new/python-M2Crypto.changes 
2015-02-27 11:03:53.0 +0100
@@ -1,0 +2,8 @@
+Tue Feb 24 11:35:42 UTC 2015 - dims...@opensuse.org
+
+- Add python-M2Crypto-SWIG-3.0.5.patch: Fix generation of M2Crypto
+  module when using SWIG 3.0.5.
+- Manually install _m2crypto shadow file: setup.py misses it.
+  (boo#917759, boo#917815).
+
+---

New:

  python-M2Crypto-SWIG-3.0.5.patch



Other differences:
--
++ python-M2Crypto.spec ++
--- /var/tmp/diff_new_pack.TsNZxN/_old  2015-02-27 11:03:54.0 +0100
+++ /var/tmp/diff_new_pack.TsNZxN/_new  2015-02-27 11:03:54.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-M2Crypto
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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
@@ -24,6 +24,8 @@
 License:MIT and ZPL-2.0 and BSD-3-Clause
 Group:  Development/Languages/Python
 Source: 
http://pypi.python.org/packages/source/M/M2Crypto/M2Crypto-%{version}.tar.gz
+# PATCH-FIX-UPSTREAM python-M2Crypto-SWIG-3.0.5.patch -- 
https://github.com/martinpaljak/M2Crypto/issues/60
+Patch0: python-M2Crypto-SWIG-3.0.5.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  openssl
 BuildRequires:  openssl-devel
@@ -57,12 +59,15 @@
 
 %prep
 %setup -n M2Crypto-%{version}
+%patch0 -p1
 
 %build
 CFLAGS="%{optflags}" python setup.py build
 
 %install
 python setup.py install --prefix=%{_prefix} --root=%{buildroot}
+# The SWIG shadow file is not being installed by setup.py
+cp SWIG/_m2crypto.py %{buildroot}%{python_sitearch}/M2Crypto/
 
 # install demo files manually
 # (otherwise we can't perform %%fdupes on them the right way)

++ python-M2Crypto-SWIG-3.0.5.patch ++
Index: M2Crypto-0.22.3/M2Crypto/__init__.py
===
--- M2Crypto-0.22.3.orig/M2Crypto/__init__.py
+++ M2Crypto-0.22.3/M2Crypto/__init__.py
@@ -19,7 +19,7 @@ Copyright 2008-2011 Heikki Toivonen. All
 version_info = (0, 22)
 version = '.'.join([str(_v) for _v in version_info])
 
-import __m2crypto
+import _m2crypto
 import m2
 import ASN1
 import AuthCookie
Index: M2Crypto-0.22.3/M2Crypto/m2.py
===
--- M2Crypto-0.22.3.orig/M2Crypto/m2.py
+++ M2Crypto-0.22.3/M2Crypto/m2.py
@@ -25,7 +25,7 @@ Portions created by Open Source Applicat
 Copyright (C) 2004 OSAF. All Rights Reserved.
 """
 
-from __m2crypto import *
+from _m2crypto import *
 lib_init()
 
 
Index: M2Crypto-0.22.3/SWIG/_lib.i
===
--- M2Crypto-0.22.3.orig/SWIG/_lib.i
+++ M2Crypto-0.22.3/SWIG/_lib.i
@@ -66,6 +66,8 @@ int ssl_verify_callback(int ok, X509_STO
 int cret;
 int new_style_callback = 0, warning_raised_exception=0;
 PyGILState_STATE gilstate;
+PyObject *self = 0;
+(void)self;
 
 ssl = (SSL *)X509_STORE_CTX_get_app_data(ctx);
 
@@ -151,6 +153,8 @@ int ssl_verify_callback(int ok, X509_STO
 void ssl_info_callback(const SSL *s, int where, int ret) {
 PyObject *argv, *retval, *_SSL;
 PyGILState_STATE gilstate;
+PyObject *self = 0;
+(void)self;
 
 gilstate = PyGILState_Ensure();
 
@@ -170,6 +174,8 @@ DH *ssl_set_tmp_dh_callback(SSL *ssl, in
 PyObject *argv, *ret, *_ssl;
 DH *dh;
 PyGILState_STATE gilstate;
+PyObject *self = 0;
+(void)self;
 
 gilstate = PyGILState_Ensure();
 
@@ -193,6 +199,8 @@ RSA *ssl_set_tmp_rsa_callback(SSL *ssl,
 PyObject *argv, *ret, *_ssl;
 RSA *rsa;
 PyGILState_STATE gilstate;
+PyObject *self = 0;
+(void)self;
 
 gilstate = PyGILState_Ensure();
 
Index: M2Crypto-0.22.3/SWIG/_pkcs7.i
===
--- M2Crypto-0.22.3.orig/SWIG/_pkcs7.i
+++ M2Crypto-0.22.3/SWIG/_pkcs7.i
@@ -157,6 +157,8 @@ PyObject *smime_read_pkcs7(BIO *bio) {
 BIO *bcont = NULL;
 PKCS7 *p7;
 PyObject *tuple, *_p7, *_BIO;
+PyObject *self = 0;
+(void)self;
 
 if (BIO_method_type(bio) == BIO_TYPE_MEM) {

commit nasm for openSUSE:Factory

2015-02-27 Thread h_root
Hello community,

here is the log from the commit of package nasm for openSUSE:Factory checked in 
at 2015-02-27 11:03:40

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


Package is "nasm"

Changes:

--- /work/SRC/openSUSE:Factory/nasm/nasm.changes2013-07-27 
15:49:19.0 +0200
+++ /work/SRC/openSUSE:Factory/.nasm.new/nasm.changes   2015-02-27 
11:03:42.0 +0100
@@ -1,0 +2,51 @@
+Tue Feb 24 08:36:37 UTC 2015 - mplus...@suse.com
+
+- Build doc package as noarch
+- Use fdupes to remove duplicates
+- Update to 2.11.08
+  * Fix section length computation in bin backend which leaded in 
+incorrect relocation records.
+  * Add a warning for numeric preprocessor definitions passed via 
+command line which might have unexpected results otherwise.
+  * Add ability to specify a module name record in rdoff linker 
+with -mn option.
+  * Increase label length capacity up to 256 bytes in rdoff 
+backend for FreePascal sake, which tends to generate very 
+long labels for procedures.
+  * Fix segmentation failure when rip addressing is used in macho64 
+backend.
+  * Fix access on out of memory when handling strings with a 
+single grave. We have sixed similar problem in previous 
+release but not all cases were covered.
+  * Fix NULL dereference in disassembled on BND instruction.
+- Changes for 2.11.07
+  * Fix 256 bit VMOVNTPS instruction.
+  * Fix -MD option handling, which was rather broken in previous 
+release changing command line api.
+  * Fix access to unitialized space when handling strings with 
+a single grave.
+  * Fix nil dereference in handling memory reference parsing.
+
+---
+Sat Feb 21 14:54:41 UTC 2015 - mplus...@suse.com
+
+- Cleanup spec file with spec-cleaner
+- Update project url
+- Switch to .xz source
+- Update to 2.11.06:
+  * Add support for the Intel AVX-512 instruction set:
+  * 16 new, 512-bit SIMD registers. Total 32 (ZMM0 ~ ZMM31)
+  * 8 new opmask registers (K0 ~ K7). One of 7 registers (K1 ~ K7) 
+can be used as an opmask for conditional execution.
+  * A new EVEX encoding prefix. EVEX is based on VEX and provides 
+more capabilities: opmasks, broadcasting, embedded rounding and 
+compressed displacements.
+  * Add support for ZWORD (512 bits), DZ and RESZ.
+  * Add support for the MPX and SHA instruction sets.
+  * Better handling of section redefinition.
+  * Generate manpages when running 'make dist'.
+  * Handle all token chains in mmacro params range.
+  * Support split [base,index] effective address:
+  * for more details see http://www.nasm.us/doc/nasmdocc.html
+
+---

Old:

  nasm-2.10.09.tar.bz2

New:

  nasm-2.11.08.tar.xz



Other differences:
--
++ nasm.spec ++
--- /var/tmp/diff_new_pack.r6uWK3/_old  2015-02-27 11:03:43.0 +0100
+++ /var/tmp/diff_new_pack.r6uWK3/_new  2015-02-27 11:03:43.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package nasm
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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:   nasm
-Url:http://nasm.sourceforge.net/
-Version:2.10.09
+Version:2.11.08
 Release:0
 Summary:Netwide Assembler (An x86 Assembler)
 License:BSD-2-Clause
 Group:  Development/Languages/Other
-Source: 
http://www.nasm.us/pub/nasm/releasebuilds/%{version}/nasm-%{version}.tar.bz2
+Url:http://www.nasm.us/
+Source: 
http://www.nasm.us/pub/nasm/releasebuilds/%{version}/nasm-%{version}.tar.xz
+BuildRequires:  fdupes
 BuildRequires:  makeinfo
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
@@ -31,7 +32,7 @@
 NASM is a prototype general-purpose x86 assembler. It can currently
 output several binary formats, including ELF, a.out, Win32, and OS/2.
 
-Read the licence agreement in /usr/share/doc/packages/nasm/Licence.
+Read the licence agreement in %{_docdir}/nasm/Licence.
 
 %prep
 %setup -q
@@ -40,8 +41,10 @@
 Summary:Documentation for Nasm
 License:LGPL-2.1+
 Group:  Development/Languages/Other
-PreReq: %install_info_prereq
-Provides:   nasm:/usr/share/doc/packages/nasm/nasmdoc.pdf
+Requires(post):  info
+Requires(preun): info
+Provides:   nasm:%{_docdir}/nasm/nasmdoc.pdf
+BuildArch:  noarch
 
 %description doc
 This package contains the documentation for Nasm.
@@ -52,27 +55

commit hex for openSUSE:Factory

2015-02-27 Thread h_root
Hello community,

here is the log from the commit of package hex for openSUSE:Factory checked in 
at 2015-02-27 11:03:18

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


Package is "hex"

Changes:

--- /work/SRC/openSUSE:Factory/hex/hex.changes  2011-10-04 18:11:40.0 
+0200
+++ /work/SRC/openSUSE:Factory/.hex.new/hex.changes 2015-02-27 
11:03:20.0 +0100
@@ -1,0 +2,5 @@
+Wed Oct 15 06:01:18 UTC 2014 - jeng...@inai.de
+
+- Enable parallel build and remove ancient specfile tags and sections
+
+---



Other differences:
--
++ hex.spec ++
--- /var/tmp/diff_new_pack.uDreTu/_old  2015-02-27 11:03:21.0 +0100
+++ /var/tmp/diff_new_pack.uDreTu/_new  2015-02-27 11:03:21.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package hex
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,21 +15,18 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   hex
+Version:1.4
+Release:0
+Summary:Yet Another Hex Dumper
 License:BSD-3-Clause
 Group:  Development/Tools/Other
-Provides:   util-linux:/usr/bin/hex
-AutoReqProv:on
-Version:1.4
-Release:257
 Url:http://ibiblio.org/pub/Linux/utils/file/hex/!INDEX.html
-Summary:Yet Another Hex Dumper
 Source: %{name}-%{version}.tar.gz
 Patch:  %{name}-%{version}.diff
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+Provides:   util-linux:/usr/bin/hex
 
 %description
 A hex dumper that does CP/M and EBCDIC formatting and has
@@ -43,15 +40,12 @@
 
 %build
 make clean
-make CFLAGS="$RPM_OPT_FLAGS -Wall" CC="%{__cc}"
+make CFLAGS="$RPM_OPT_FLAGS -Wall" CC="%{__cc}" %{?_smp_mflags}
 
 %install
 mkdir -p "$RPM_BUILD_ROOT"{%{_mandir}/man1,%{_bindir}}
 make install DESTDIR="$RPM_BUILD_ROOT" MANDIR=%{_mandir}
 
-%clean
-rm -rf "$RPM_BUILD_ROOT"
-
 %files
 %defattr(-,root,root)
 %doc READ.ME

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit rubygem-excon for openSUSE:Factory

2015-02-27 Thread h_root
Hello community,

here is the log from the commit of package rubygem-excon for openSUSE:Factory 
checked in at 2015-02-27 11:00:03

Comparing /work/SRC/openSUSE:Factory/rubygem-excon (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-excon.new (New)


Package is "rubygem-excon"

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-excon/rubygem-excon.changes  
2015-02-13 08:35:17.0 +0100
+++ /work/SRC/openSUSE:Factory/.rubygem-excon.new/rubygem-excon.changes 
2015-02-27 11:00:38.0 +0100
@@ -1,0 +2,7 @@
+Thu Feb 26 05:29:52 UTC 2015 - co...@suse.com
+
+- updated to version 0.44.3
+ don't pass body when following GET redirects
+ fix error rescue case to properly reference error object
+
+---

Old:

  excon-0.44.2.gem

New:

  excon-0.44.3.gem



Other differences:
--
++ rubygem-excon.spec ++
--- /var/tmp/diff_new_pack.XVZoKZ/_old  2015-02-27 11:00:39.0 +0100
+++ /var/tmp/diff_new_pack.XVZoKZ/_new  2015-02-27 11:00:39.0 +0100
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-excon
-Version:0.44.2
+Version:0.44.3
 Release:0
 %define mod_name excon
 %define mod_full_name %{mod_name}-%{version}

++ excon-0.44.2.gem -> excon-0.44.3.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Gemfile.lock new/Gemfile.lock
--- old/Gemfile.lock2015-02-11 21:26:10.0 +0100
+++ new/Gemfile.lock2015-02-25 01:46:25.0 +0100
@@ -1,7 +1,7 @@
 PATH
   remote: .
   specs:
-excon (0.44.2)
+excon (0.44.3)
 
 GEM
   remote: http://rubygems.org/
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/changelog.txt new/changelog.txt
--- old/changelog.txt   2015-02-11 21:26:10.0 +0100
+++ new/changelog.txt   2015-02-25 01:46:25.0 +0100
@@ -1,3 +1,9 @@
+0.44.3 02/24/2015
+=
+
+don't pass body when following GET redirects
+fix error rescue case to properly reference error object
+
 0.44.2 02/11/2015
 =
 
Files old/checksums.yaml.gz and new/checksums.yaml.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/excon.gemspec new/excon.gemspec
--- old/excon.gemspec   2015-02-11 21:26:10.0 +0100
+++ new/excon.gemspec   2015-02-25 01:46:25.0 +0100
@@ -13,8 +13,8 @@
   ## If your rubyforge_project name is different, then edit it and comment out
   ## the sub! line in the Rakefile
   s.name  = 'excon'
-  s.version   = '0.44.2'
-  s.date  = '2015-02-11'
+  s.version   = '0.44.3'
+  s.date  = '2015-02-24'
   s.rubyforge_project = 'excon'
 
   ## Make sure your summary is short. The description may be as long
@@ -145,6 +145,7 @@
 tests/rackups/deflater.ru
 tests/rackups/proxy.ru
 tests/rackups/query_string.ru
+tests/rackups/redirecting.ru
 tests/rackups/request_headers.ru
 tests/rackups/request_methods.ru
 tests/rackups/response_header.ru
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/excon/constants.rb new/lib/excon/constants.rb
--- old/lib/excon/constants.rb  2015-02-11 21:26:10.0 +0100
+++ new/lib/excon/constants.rb  2015-02-25 01:46:25.0 +0100
@@ -1,6 +1,6 @@
 module Excon
 
-  VERSION = '0.44.2'
+  VERSION = '0.44.3'
 
   CR_NL = "\r\n"
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/excon/middlewares/redirect_follower.rb 
new/lib/excon/middlewares/redirect_follower.rb
--- old/lib/excon/middlewares/redirect_follower.rb  2015-02-11 
21:26:10.0 +0100
+++ new/lib/excon/middlewares/redirect_follower.rb  2015-02-25 
01:46:25.0 +0100
@@ -17,7 +17,11 @@
 params = datum.dup
 params.delete(:stack)
 params.delete(:connection)
-params[:method] = :get if [301, 302, 303].include? 
response[:status]
+if [301, 302, 303].include?(response[:status])
+  params[:method] = :get
+  params.delete(:body)
+  params[:headers].delete('Content-Length')
+end
 params[:headers] = datum[:headers].dup
 params[:headers].delete('Authorization')
 params[:headers].delete('Proxy-Connection')
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/excon/ssl_socket.rb new/lib/excon/ssl_socket.rb
--- old/lib/excon/ssl_socket.rb 2015-02-11 21:26:10.0 +0100
+++ new/lib/excon/ssl_socket.rb 2015-02-25 01:46:25.0 +0100
@@ -52,7 +52,7 @@
   begin
 ssl_co

commit ack for openSUSE:Factory

2015-02-27 Thread h_root
Hello community,

here is the log from the commit of package ack for openSUSE:Factory checked in 
at 2015-02-27 11:00:00

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


Package is "ack"

Changes:

--- /work/SRC/openSUSE:Factory/ack/ack.changes  2014-09-06 16:53:48.0 
+0200
+++ /work/SRC/openSUSE:Factory/.ack.new/ack.changes 2015-02-27 
11:00:36.0 +0100
@@ -1,0 +2,17 @@
+Wed Feb 25 18:59:58 UTC 2015 - astie...@suse.com
+
+- ack 2.15_01
+- Bug fixes:
+  * The -l and -c flags would sometimes return inaccurate results
+due to bug introduced in 2.14.
+  * Behavior when using newlines in a search was inconsistent.
+  * Add minimal requirement of Getopt::Long 2.38, not 2.35, for
+GetOptionsFromString.
+- Enhancements:
+  * Many optimizations and code cleanups.
+  * Added --hpp option for C++ header files.
+  * ack now supports --ignore-dir=match:
+  * ack also supports --ignore-dir=ext:..., and --noignore-dir
+supports match/ext as well
+
+---

Old:

  ack-2.14.tar.gz

New:

  ack-2.15_01.tar.gz



Other differences:
--
++ ack.spec ++
--- /var/tmp/diff_new_pack.1DEDMn/_old  2015-02-27 11:00:37.0 +0100
+++ /var/tmp/diff_new_pack.1DEDMn/_new  2015-02-27 11:00:37.0 +0100
@@ -23,7 +23,7 @@
 %define with_pod 0
 %endif
 Name:   ack
-Version:2.14
+Version:2.15_01
 Release:0
 Summary:Grep-Like Text Finder
 License:Artistic-2.0

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit python3-requests for openSUSE:Factory

2015-02-27 Thread h_root
Hello community,

here is the log from the commit of package python3-requests for 
openSUSE:Factory checked in at 2015-02-27 10:59:54

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


Package is "python3-requests"

Changes:

--- /work/SRC/openSUSE:Factory/python3-requests/python3-requests.changes
2015-01-20 12:37:38.0 +0100
+++ /work/SRC/openSUSE:Factory/.python3-requests.new/python3-requests.changes   
2015-02-27 11:00:29.0 +0100
@@ -1,0 +2,33 @@
+Thu Feb 26 02:44:36 UTC 2015 - a...@gmx.de
+
+- update to version 2.5.3:
+  * Revert changes to our vendored certificate bundle. For more
+context see (#2455, #2456, and http://bugs.python.org/issue23476)
+
+- changes from version 2.5.2:
+  * Features and Improvements
+- Add sha256 fingerprint support. (shazow/urllib3#540)
+- Improve the performance of headers. (shazow/urllib3#544)
+  * Bugfixes
+- Copy pip’s import machinery. When downstream redistributors
+  remove requests.packages.urllib3 the import machinery will
+  continue to let those same symbols work. Example usage in
+  requests’ documentation and 3rd-party libraries relying on the
+  vendored copies of urllib3 will work without having to fallback
+  to the system urllib3.
+- Attempt to quote parts of the URL on redirect if unquoting and
+  then quoting fails. (#2356)
+- Fix filename type check for multipart form-data uploads. (#2411)
+- Properly handle the case where a server issuing digest
+  authentication challenges provides both auth and auth-int
+  qop-values. (#2408)
+- Fix a socket leak. (shazow/urllib3#549)
+- Fix multiple Set-Cookie headers properly. (shazow/urllib3#534)
+- Disable the built-in hostname verification. (shazow/urllib3#526)
+- Fix the behaviour of decoding an exhausted
+  stream. (shazow/urllib3#535)
+  * Security
+- Pulled in an updated cacert.pem.
+- Drop RC4 from the default cipher list. (shazow/urllib3#551)
+
+---

Old:

  requests-2.5.1.tar.gz

New:

  requests-2.5.3.tar.gz



Other differences:
--
++ python3-requests.spec ++
--- /var/tmp/diff_new_pack.CCAdQI/_old  2015-02-27 11:00:31.0 +0100
+++ /var/tmp/diff_new_pack.CCAdQI/_new  2015-02-27 11:00:31.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python3-requests
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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-requests
-Version:2.5.1
+Version:2.5.3
 Release:0
 Url:http://python-requests.org
 Summary:Awesome Python HTTP Library That's Actually Usable

++ requests-2.5.1.tar.gz -> requests-2.5.3.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/requests-2.5.1/HISTORY.rst 
new/requests-2.5.3/HISTORY.rst
--- old/requests-2.5.1/HISTORY.rst  2014-12-23 18:50:19.0 +0100
+++ new/requests-2.5.3/HISTORY.rst  2015-02-24 17:33:01.0 +0100
@@ -3,6 +3,61 @@
 Release History
 ---
 
+2.5.3 (2015-02-24)
+++
+
+**Bugfixes**
+
+- Revert changes to our vendored certificate bundle. For more context see
+  (#2455, #2456, and http://bugs.python.org/issue23476)
+
+2.5.2 (2015-02-23)
+++
+
+**Features and Improvements**
+
+- Add sha256 fingerprint support. (`shazow/urllib3#540`_)
+
+- Improve the performance of headers. (`shazow/urllib3#544`_)
+
+**Bugfixes**
+
+- Copy pip's import machinery. When downstream redistributors remove
+  requests.packages.urllib3 the import machinery will continue to let those
+  same symbols work. Example usage in requests' documentation and 3rd-party
+  libraries relying on the vendored copies of urllib3 will work without having
+  to fallback to the system urllib3.
+
+- Attempt to quote parts of the URL on redirect if unquoting and then quoting
+  fails. (#2356)
+
+- Fix filename type check for multipart form-data uploads. (#2411)
+
+- Properly handle the case where a server issuing digest authentication
+  challenges provides both auth and auth-int qop-values. (#2408)
+
+- Fix a socket leak. (`shazow/urllib3#549`_)
+
+- Fix multiple ``Set-Cookie`` headers properly. (`shazow/urllib3#534`_)
+
+- Disable the built-in hostname verification. (`shazow/urllib3#526`_)
+
+- Fix the behaviour of decoding an exhausted stream. (`shazow/urllib3#535`_)
+
+**Secu

commit cim-schema for openSUSE:Factory

2015-02-27 Thread h_root
Hello community,

here is the log from the commit of package cim-schema for openSUSE:Factory 
checked in at 2015-02-27 11:00:06

Comparing /work/SRC/openSUSE:Factory/cim-schema (Old)
 and  /work/SRC/openSUSE:Factory/.cim-schema.new (New)


Package is "cim-schema"

Changes:

--- /work/SRC/openSUSE:Factory/cim-schema/cim-schema.changes2014-11-07 
09:06:38.0 +0100
+++ /work/SRC/openSUSE:Factory/.cim-schema.new/cim-schema.changes   
2015-02-27 11:00:39.0 +0100
@@ -1,0 +2,6 @@
+Thu Feb 26 07:48:36 UTC 2015 - kkae...@suse.com
+
+- Upgrade to version 2.43.0
+  http://dmtf.org/sites/default/files/cim/cim_schema_v2430/releasenotes.html
+
+---

Old:

  cim_schema_2.42.0Experimental-MOFs.zip

New:

  cim_schema_2.43.0Experimental-MOFs.zip



Other differences:
--
++ cim-schema.spec ++
--- /var/tmp/diff_new_pack.IovOT5/_old  2015-02-27 11:00:40.0 +0100
+++ /var/tmp/diff_new_pack.IovOT5/_new  2015-02-27 11:00:40.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package cim-schema
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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
@@ -23,10 +23,10 @@
 Summary:Common Information Model (CIM) Schema
 License:SUSE-DMTF
 Group:  System/Management
-Version:2.42.0
+Version:2.43.0
 Release:0
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-Source0:
http://www.dmtf.org/sites/default/files/cim/cim_schema_v2420/cim_schema_%{version}Experimental-MOFs.zip
+Source0:
http://www.dmtf.org/sites/default/files/cim/cim_schema_v2430/cim_schema_%{version}Experimental-MOFs.zip
 Source1:loadmof.sh
 Source2:rmmof.sh
 BuildArch:  noarch

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit rubygem-bundler for openSUSE:Factory

2015-02-27 Thread h_root
Hello community,

here is the log from the commit of package rubygem-bundler for openSUSE:Factory 
checked in at 2015-02-27 11:00:02

Comparing /work/SRC/openSUSE:Factory/rubygem-bundler (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-bundler.new (New)


Package is "rubygem-bundler"

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-bundler/rubygem-bundler.changes  
2015-02-16 22:12:29.0 +0100
+++ /work/SRC/openSUSE:Factory/.rubygem-bundler.new/rubygem-bundler.changes 
2015-02-27 11:00:37.0 +0100
@@ -1,0 +2,9 @@
+Thu Feb 26 05:29:08 UTC 2015 - co...@suse.com
+
+- updated to version 1.8.3
+ Bugfixes:
+ 
+   - handle boolean values for gem settings (@EduardoBautista)
+   - stop always looking for updated `path` gems (#3414, #3417, #3429, 
@TimMoore)
+
+---

Old:

  bundler-1.8.2.gem

New:

  bundler-1.8.3.gem



Other differences:
--
++ rubygem-bundler.spec ++
--- /var/tmp/diff_new_pack.lhRHSV/_old  2015-02-27 11:00:38.0 +0100
+++ /var/tmp/diff_new_pack.lhRHSV/_new  2015-02-27 11:00:38.0 +0100
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-bundler
-Version:1.8.2
+Version:1.8.3
 Release:0
 %define mod_name bundler
 %define mod_full_name %{mod_name}-%{version}

++ bundler-1.8.2.gem -> bundler-1.8.3.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CHANGELOG.md new/CHANGELOG.md
--- old/CHANGELOG.md2015-02-14 11:48:35.0 +0100
+++ new/CHANGELOG.md2015-02-25 03:29:48.0 +0100
@@ -1,15 +1,22 @@
+## 1.8.3 (2015-02-24)
+
+Bugfixes:
+
+  - handle boolean values for gem settings (@EduardoBautista)
+  - stop always looking for updated `path` gems (#3414, #3417, #3429, 
@TimMoore)
+
 ## 1.8.2 (2015-02-14)
 
 Bugfixes:
 
-  - allow config settings for gems with 'http' in the name again (#3398, 
@tmoore)
+  - allow config settings for gems with 'http' in the name again (#3398, 
@TimMoore)
 
 ## 1.8.1 (2015-02-13)
 
 Bugfixes:
 
   - synchronize building git gem native extensions (#3385, @antifuchs & 
@indirect)
-  - set gemspec bindir correctly (#3392, @tmoore)
+  - set gemspec bindir correctly (#3392, @TimMoore)
   - request lockfile deletion when it is malformed (#3396, @indirect)
   - explain problem when mirror config is missing (#3386, @indirect)
   - explain problem when caching causes permission error (#3390, @indirect)
Files old/checksums.yaml.gz and new/checksums.yaml.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/bundler/definition.rb 
new/lib/bundler/definition.rb
--- old/lib/bundler/definition.rb   2015-02-14 11:48:35.0 +0100
+++ new/lib/bundler/definition.rb   2015-02-25 03:29:48.0 +0100
@@ -406,11 +406,18 @@
 
   if locked
 unlocking = @locked_specs.any? do |locked_spec|
-  locked_spec.source != locked
+  locked_spec.source.class == locked.class && locked_spec.source != 
locked
 end
   end
 
-  !locked || unlocking || source.specs != locked.specs
+  !locked || unlocking || dependencies_for_source_changed?(locked) || 
source.specs != locked.specs
+end
+
+def dependencies_for_source_changed?(source)
+  deps_for_source = @dependencies.select { |s| s.source == source }
+  locked_deps_for_source = @locked_deps.select { |s| s.source == source }
+
+  deps_for_source != locked_deps_for_source
 end
 
 # Get all locals and override their matching sources.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/bundler/settings.rb new/lib/bundler/settings.rb
--- old/lib/bundler/settings.rb 2015-02-14 11:48:35.0 +0100
+++ new/lib/bundler/settings.rb 2015-02-25 03:29:48.0 +0100
@@ -141,7 +141,7 @@
 end
 
 def to_bool(value)
-  !(value.nil? || value == '' || value =~ /^(false|f|no|n|0)$/i)
+  !(value.nil? || value == '' || value =~ /^(false|f|no|n|0)$/i || value 
== false)
 end
 
 def set_key(key, value, hash, file)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/bundler/version.rb new/lib/bundler/version.rb
--- old/lib/bundler/version.rb  2015-02-14 11:48:35.0 +0100
+++ new/lib/bundler/version.rb  2015-02-25 03:29:48.0 +0100
@@ -2,5 +2,5 @@
   # We're doing this because we might write tests that deal
   # with other versions of bundler and we are unsure how to
   # handle this better.
-  VERSION = "1.8.2" unless defined?(::Bundler::VERSION)
+  VERSION = "1.8.3" unless defined?(::Bundler::VERSION)
 end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.

commit armadillo for openSUSE:Factory

2015-02-27 Thread h_root
Hello community,

here is the log from the commit of package armadillo for openSUSE:Factory 
checked in at 2015-02-27 10:59:57

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


Package is "armadillo"

Changes:

--- /work/SRC/openSUSE:Factory/armadillo/armadillo.changes  2015-01-22 
00:48:47.0 +0100
+++ /work/SRC/openSUSE:Factory/.armadillo.new/armadillo.changes 2015-02-27 
11:00:32.0 +0100
@@ -1,0 +2,14 @@
+Wed Feb 18 03:20:26 UTC 2015 - badshah...@gmail.com
+
+- Update to version 4.650.1:
+  + List of changes not documented upstream.
+- Changes from version 4.650 (Intravenous Caffeine Injector):
+  + Added randg() for generating random values from gamma
+distributions (C++11 only).
+  + Added .head_rows() and .tail_rows() to submatrix views.
+  + Added .head_cols() and .tail_cols() to submatrix views.
+  + Expanded eigs_sym() to optionally calculate eigenvalues with
+smallest/largest algebraic values fixes for handling of sparse
+matrices.
+
+---

Old:

  armadillo-4.600.3.tar.gz

New:

  armadillo-4.650.1.tar.gz



Other differences:
--
++ armadillo.spec ++
--- /var/tmp/diff_new_pack.vyNanH/_old  2015-02-27 11:00:34.0 +0100
+++ /var/tmp/diff_new_pack.vyNanH/_new  2015-02-27 11:00:34.0 +0100
@@ -19,7 +19,7 @@
 %define soname libarmadillo4
 
 Name:   armadillo
-Version:4.600.3
+Version:4.650.1
 Release:0
 Summary:Fast C++ matrix library with interfaces to LAPACK and ATLAS
 License:MPL-2.0

++ armadillo-4.600.3.tar.gz -> armadillo-4.650.1.tar.gz ++
 5949 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit gnome-initial-setup for openSUSE:Factory

2015-02-27 Thread h_root
Hello community,

here is the log from the commit of package gnome-initial-setup for 
openSUSE:Factory checked in at 2015-02-27 10:59:44

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


Package is "gnome-initial-setup"

Changes:

--- /work/SRC/openSUSE:Factory/gnome-initial-setup/gnome-initial-setup.changes  
2014-11-18 22:48:00.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.gnome-initial-setup.new/gnome-initial-setup.changes 
2015-02-27 11:00:22.0 +0100
@@ -1,0 +2,13 @@
+Wed Feb 25 14:19:36 UTC 2015 - dims...@opensuse.org
+
+- Update to version 3.14.3:
+  + Fix a crash in the network page.
+  + Append ibus sources to input sources list.
+  + Allow resizing on small screens.
+  + Use header bars on goa dialogs.
+  + Fix a crash in the language page.
+  + Hide the window instead of letting gdm kill it.
+  + Fix a crash in the keyboard page.
+  + Updated translations.
+
+---

Old:

  gnome-initial-setup-3.14.2.1.tar.xz

New:

  gnome-initial-setup-3.14.3.tar.xz



Other differences:
--
++ gnome-initial-setup.spec ++
--- /var/tmp/diff_new_pack.ZZaXE5/_old  2015-02-27 11:00:23.0 +0100
+++ /var/tmp/diff_new_pack.ZZaXE5/_new  2015-02-27 11:00:23.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gnome-initial-setup
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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:   gnome-initial-setup
-Version:3.14.2.1
+Version:3.14.3
 Release:0
 Summary:GNOME Initial Setup Assistant
 License:GPL-2.0+

++ gnome-initial-setup-3.14.2.1.tar.xz -> gnome-initial-setup-3.14.3.tar.xz 
++
 6677 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit bats for openSUSE:Factory

2015-02-27 Thread h_root
Hello community,

here is the log from the commit of package bats for openSUSE:Factory checked in 
at 2015-02-27 10:59:46

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


Package is "bats"

Changes:

--- /work/SRC/openSUSE:Factory/bats/bats.changes2015-02-25 
02:17:05.0 +0100
+++ /work/SRC/openSUSE:Factory/.bats.new/bats.changes   2015-02-27 
11:00:24.0 +0100
@@ -1,0 +2,5 @@
+Tue Feb 24 22:29:38 UTC 2015 - seroto...@gmail.com
+
+- Fix RPM group
+
+---



Other differences:
--
++ bats.spec ++
--- /var/tmp/diff_new_pack.gj2lXI/_old  2015-02-27 11:00:24.0 +0100
+++ /var/tmp/diff_new_pack.gj2lXI/_new  2015-02-27 11:00:24.0 +0100
@@ -21,7 +21,7 @@
 Release:0
 Summary:Bash Automated Testing System
 License:MIT
-Group:  System/Base
+Group:  Development/Tools
 Url:https://github.com/sstephenson/bats
 Source: https://github.com/sstephenson/bats/archive/v%{version}.tar.gz
 Patch0: package-json.patch

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit openvpn for openSUSE:Factory

2015-02-27 Thread h_root
Hello community,

here is the log from the commit of package openvpn for openSUSE:Factory checked 
in at 2015-02-27 10:59:47

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


Package is "openvpn"

Changes:

--- /work/SRC/openSUSE:Factory/openvpn/openvpn.changes  2014-12-03 
22:48:19.0 +0100
+++ /work/SRC/openSUSE:Factory/.openvpn.new/openvpn.changes 2015-02-27 
11:00:24.0 +0100
@@ -1,0 +2,5 @@
+Wed Feb 18 17:20:46 UTC 2015 - m...@suse.de
+
+- Fixed to use correct sha digest data length (boo#914166)
+
+---



Other differences:
--
++ openvpn.spec ++
--- /var/tmp/diff_new_pack.Yh4grf/_old  2015-02-27 11:00:26.0 +0100
+++ /var/tmp/diff_new_pack.Yh4grf/_new  2015-02-27 11:00:26.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package openvpn
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed


++ openvpn-fips140-2.3.2.patch ++
--- /var/tmp/diff_new_pack.Yh4grf/_old  2015-02-27 11:00:26.0 +0100
+++ /var/tmp/diff_new_pack.Yh4grf/_new  2015-02-27 11:00:26.0 +0100
@@ -121,8 +121,9 @@
  };
  
 -struct md5_digest {
+-  uint8_t digest [MD5_DIGEST_LENGTH];
 +struct sha1_digest {
-   uint8_t digest [MD5_DIGEST_LENGTH];
++  uint8_t digest [SHA_DIGEST_LENGTH];
  };
  
 -const char *md5sum(uint8_t *buf, int len, int n_print_chars, struct gc_arena 
*gc);


-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit dpic for openSUSE:Factory

2015-02-27 Thread h_root
Hello community,

here is the log from the commit of package dpic for openSUSE:Factory checked in 
at 2015-02-27 10:59:49

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


Package is "dpic"

Changes:

--- /work/SRC/openSUSE:Factory/dpic/dpic.changes2014-01-15 
16:24:35.0 +0100
+++ /work/SRC/openSUSE:Factory/.dpic.new/dpic.changes   2015-02-27 
11:00:26.0 +0100
@@ -1,0 +2,9 @@
+Wed Feb 25 21:20:15 UTC 2015 - dmitr...@opensuse.org
+
+- Update to version 2015.02.16
+  * Reworked the handling of backslashes in strings in macro arguments.
+  * PDF output. Built-in variable dpicopt and variables added for
+detecting command options. Linear objects reworked for
+consistent fill.
+
+---

Old:

  dpic-2014.Jan.01.tar.gz

New:

  dpic-2015.02.16.tar.gz



Other differences:
--
++ dpic.spec ++
--- /var/tmp/diff_new_pack.uiHqlx/_old  2015-02-27 11:00:27.0 +0100
+++ /var/tmp/diff_new_pack.uiHqlx/_new  2015-02-27 11:00:27.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package dpic
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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,13 @@
 
 
 Name:   dpic
-Version:2014.01.01
+Version:2015.02.16
 Release:0
-%define src_ver 2014.Jan.01
 Summary:Pic language processor
 License:BSD-2-Clause and CC-BY-3.0
 Group:  Productivity/Publishing/Other
 Url:http://www.ece.uwaterloo.ca/~aplevich/dpic/
-Source0:
https://ece.uwaterloo.ca/~aplevich/dpic/%{name}-%{src_ver}.tar.gz
+Source0:
https://ece.uwaterloo.ca/~aplevich/dpic/%{name}-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -34,6 +33,7 @@
 Summary:Documentation for dpic
 Group:  Documentation/Other
 BuildArch:  noarch
+Requires:   dpic
 
 %description doc
 
@@ -50,15 +50,17 @@
 %install
 %make_install PREFIX=%{_prefix}
 install -Dm 644 doc/dpic.1 %{buildroot}%{_mandir}/man1/dpic.1
+install -Dm 644 doc/dpicdoc.pdf %{buildroot}%{_docdir}/dpic/dpicdoc.pdf
 
 %files
 %defattr(-,root,root)
-%{_bindir}/%{name}
 %doc README CHANGES
+%exclude %{_docdir}/dpic/dpicdoc.pdf
+%{_bindir}/%{name}
 %{_mandir}/man1/dpic.1*
 
 %files doc
 %defattr(-,root,root)
-%doc doc/dpicdoc.pdf
+%{_docdir}/dpic/dpicdoc.pdf
 
 %changelog

++ dpic-2014.Jan.01.tar.gz -> dpic-2015.02.16.tar.gz ++
 7796 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit chromium for openSUSE:Factory

2015-02-27 Thread h_root
Hello community,

here is the log from the commit of package chromium for openSUSE:Factory 
checked in at 2015-02-27 10:59:37

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


Package is "chromium"

Changes:

--- /work/SRC/openSUSE:Factory/chromium/chromium.changes2015-02-16 
21:47:10.0 +0100
+++ /work/SRC/openSUSE:Factory/.chromium.new/chromium.changes   2015-02-27 
10:59:57.0 +0100
@@ -1,0 +2,16 @@
+Mon Feb 23 16:06:08 UTC 2015 - meiss...@suse.com
+
+- uses around 5.8GB for building, assign like 6GB in _constraints
+
+---
+Fri Feb 20 17:47:30 UTC 2015 - tittiatc...@gmail.com
+
+- Update to Chromium 40.0.2214.115
+  * Bugfixes
+
+---
+Tue Feb 18 12:47:30 UTC 2015 - tittiatc...@gmail.com
+
+- Utilize the _service file to download the chromium tarball
+
+---

Old:

  chromium-40.0.2214.111.tar.xz

New:

  _service
  chromium-40.0.2214.115.tar.xz



Other differences:
--
++ chromium.spec ++
--- /var/tmp/diff_new_pack.tKxqlP/_old  2015-02-27 11:00:08.0 +0100
+++ /var/tmp/diff_new_pack.tKxqlP/_new  2015-02-27 11:00:08.0 +0100
@@ -20,7 +20,7 @@
 %define chromium_system_libs 0
 
 Name:   chromium
-Version:40.0.2214.111
+Version:40.0.2214.115
 Release:0
 Summary:Google's opens source browser project
 License:BSD-3-Clause and LGPL-2.1+

++ _constraints ++
--- /var/tmp/diff_new_pack.tKxqlP/_old  2015-02-27 11:00:08.0 +0100
+++ /var/tmp/diff_new_pack.tKxqlP/_new  2015-02-27 11:00:08.0 +0100
@@ -1,6 +1,8 @@
 
 
   
+ 6000 
+
 
   4000
 

++ _service ++



++ chromium-40.0.2214.111.tar.xz -> chromium-40.0.2214.115.tar.xz ++
/work/SRC/openSUSE:Factory/chromium/chromium-40.0.2214.111.tar.xz 
/work/SRC/openSUSE:Factory/.chromium.new/chromium-40.0.2214.115.tar.xz differ: 
char 27, line 1


-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit python3-tox for openSUSE:Factory

2015-02-27 Thread h_root
Hello community,

here is the log from the commit of package python3-tox for openSUSE:Factory 
checked in at 2015-02-27 10:59:55

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


Package is "python3-tox"

Changes:

--- /work/SRC/openSUSE:Factory/python3-tox/python3-tox.changes  2015-02-16 
22:25:07.0 +0100
+++ /work/SRC/openSUSE:Factory/.python3-tox.new/python3-tox.changes 
2015-02-27 11:00:31.0 +0100
@@ -1,0 +2,20 @@
+Thu Feb 26 02:58:07 UTC 2015 - a...@gmx.de
+
+- update to version 1.9.0:
+  * fix issue193: Remove "--pre" from the default "install_command";
+by default tox will now only install final releases from PyPI for
+unpinned dependencies. Use "pip_pre = true" in a testenv or the
+"--pre" command-line option to restore the previous behavior.
+  * fix issue199: fill resultlog structure ahead of virtualenv
+creation
+  * refine determination if we run from Jenkins, thanks Borge Lanes.
+  * echo output to stdout when "--report-json" is used
+  * fix issue11: add a "skip_install" per-testenv setting which
+prevents the installation of a package. Thanks Julian Krause.
+  * fix issue124: ignore command exit codes; when a command has a "-"
+prefix, tox will ignore the exit code of that command
+  * fix issue198: fix broken envlist settings,
+e.g. {py26,py27}{-lint,}
+  * fix issue191: lessen factor-use checks
+
+---

Old:

  tox-1.8.1.tar.gz

New:

  tox-1.9.0.tar.gz



Other differences:
--
++ python3-tox.spec ++
--- /var/tmp/diff_new_pack.klVcNa/_old  2015-02-27 11:00:32.0 +0100
+++ /var/tmp/diff_new_pack.klVcNa/_new  2015-02-27 11:00:32.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   python3-tox
-Version:1.8.1
+Version:1.9.0
 Release:0
 Summary:Virtualenv-based automation of test activities
 License:MIT

++ tox-1.8.1.tar.gz -> tox-1.9.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/tox-1.8.1/CHANGELOG new/tox-1.9.0/CHANGELOG
--- old/tox-1.8.1/CHANGELOG 2014-10-24 14:58:38.0 +0200
+++ new/tox-1.9.0/CHANGELOG 2015-02-24 16:20:48.0 +0100
@@ -1,4 +1,29 @@
-1.8.1.dev
+1.9.0
+---
+
+- fix issue193: Remove ``--pre`` from the default ``install_command``; by
+  default tox will now only install final releases from PyPI for unpinned
+  dependencies. Use ``pip_pre = true`` in a testenv or the ``--pre``
+  command-line option to restore the previous behavior.
+
+- fix issue199: fill resultlog structure ahead of virtualenv creation 
+
+- refine determination if we run from Jenkins, thanks Borge Lanes.
+
+- echo output to stdout when ``--report-json`` is used
+
+- fix issue11: add a ``skip_install`` per-testenv setting which
+  prevents the installation of a package. Thanks Julian Krause.
+
+- fix issue124: ignore command exit codes; when a command has a "-" prefix,
+  tox will ignore the exit code of that command
+
+- fix issue198: fix broken envlist settings, e.g. {py26,py27}{-lint,}
+
+- fix issue191: lessen factor-use checks
+
+
+1.8.1
 ---
 
 - fix issue190: allow setenv to be empty.
@@ -11,7 +36,6 @@
 - report subprocess exit code when execution fails.  Thanks Marius
   Gedminas.
 
-
 1.8.0
 ---
 
@@ -83,7 +107,7 @@
   
 - merged PR125: tox now sets "PYTHONHASHSEED" to a random value
   and offers a "--hashseed" option to repeat a test run with a specific seed.
-  You can also use --hashsheed=notset to instruct tox to leave the value
+  You can also use --hashsheed=noset to instruct tox to leave the value
   alone.  Thanks Chris Jerdonek for all the work behind this.
 
 - fix issue132: removing zip_safe setting (so it defaults to false)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/tox-1.8.1/CONTRIBUTORS new/tox-1.9.0/CONTRIBUTORS
--- old/tox-1.8.1/CONTRIBUTORS  2014-10-24 14:58:38.0 +0200
+++ new/tox-1.9.0/CONTRIBUTORS  2015-02-24 16:20:48.0 +0100
@@ -24,8 +24,10 @@
 Mattieu Agopian
 Asmund Grammeltwedt
 Ionel Maries Cristian
+Julian Krause
 Alexandre Conrad
 Morgan Fainberg
 Marc Schlaich
 Clark Boylan
 Eugene Yunak
+Mark Hirota
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/tox-1.8.1/PKG-INFO new/tox-1.9.0/PKG-INFO
--- old/tox-1.8.1/PKG-INFO  2014-10-24 14:58:39.0 +0200
+++ new/tox-1.9.0/PKG-INFO  2015-02-24 16:20:48.0 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: tox
-Version: 1.8.1
+Version: 1.9.0
 Summary: virtualenv-based automation of test activities
 Home-page: http://

commit canna for openSUSE:Factory

2015-02-27 Thread h_root
Hello community,

here is the log from the commit of package canna for openSUSE:Factory checked 
in at 2015-02-27 10:59:42

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


Package is "canna"

Changes:

--- /work/SRC/openSUSE:Factory/canna/canna.changes  2015-01-03 
22:01:30.0 +0100
+++ /work/SRC/openSUSE:Factory/.canna.new/canna.changes 2015-02-27 
11:00:20.0 +0100
@@ -1,0 +2,6 @@
+Thu Feb 19 13:50:43 UTC 2015 - ft...@geeko.jp
+
+- Fix the insufficient fix for boo#910933
+  + fix /tmp/.iroha_unix is not removed at service start
+
+---



Other differences:
--
++ canna.service ++
--- /var/tmp/diff_new_pack.50NugG/_old  2015-02-27 11:00:21.0 +0100
+++ /var/tmp/diff_new_pack.50NugG/_new  2015-02-27 11:00:21.0 +0100
@@ -3,7 +3,7 @@
 
 [Service]
 Type=forking
-ExecPre=/bin/rm -rf /tmp/.iroha_unix
+ExecStartPre=/bin/rm -rf /tmp/.iroha_unix
 ExecStart=/usr/sbin/cannaserver -s -u wnn -r /var/lib/canna
 ExecStopPost=/bin/rm -rf /tmp/.iroha_unix
 

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit pyzy for openSUSE:Factory

2015-02-27 Thread h_root
Hello community,

here is the log from the commit of package pyzy for openSUSE:Factory checked in 
at 2015-02-27 10:59:59

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


Package is "pyzy"

Changes:

--- /work/SRC/openSUSE:Factory/pyzy/pyzy.changes2013-11-24 
13:23:38.0 +0100
+++ /work/SRC/openSUSE:Factory/.pyzy.new/pyzy.changes   2015-02-27 
11:00:34.0 +0100
@@ -1,0 +2,11 @@
+Thu Feb 26 03:27:50 UTC 2015 - hillw...@linuxfans.org
+
+- Add patch: pyzy-opencc-1_0_2-build.patch
+  * Use opencc 1.0.2
+
+---
+Wed Feb 25 06:45:17 UTC 2015 - hillw...@linuxfans.org
+
+- Disable opencc build.
+
+---

New:

  pyzy-opencc-1_0_2-build.patch



Other differences:
--
++ pyzy.spec ++
--- /var/tmp/diff_new_pack.fAaVoL/_old  2015-02-27 11:00:36.0 +0100
+++ /var/tmp/diff_new_pack.fAaVoL/_new  2015-02-27 11:00:36.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package pyzy
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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
@@ -23,11 +23,13 @@
 License:LGPL-2.1
 Group:  System/I18n/Chinese
 Url:http://code.google.com/p/pyzy
-
 Source0:%{name}-%{version}.tar.gz
 Source1:pyzy-database-1.0.0.tar.bz2
 Source2:pinyin-database-1.2.99.tar.bz2
+# PATCH-FIX-UPSTREAM autofix.diff jeng...@inai.de -- resolve build errors with 
old automake
 Patch1: autofix.diff
+# PATCH-FIX-UPSTREAM pyzy-opencc-1_0_2-build.patch hillw...@opensuse.org  -- 
Use opencc 1.0.2
+Patch2: pyzy-opencc-1_0_2-build.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  gcc-c++
 BuildRequires:  glib2-devel >= 2.24.0
@@ -88,6 +90,7 @@
 %prep
 %setup -q
 %patch -P 1 -p1
+%patch2 -p1
 cp %{SOURCE1} data/db/open-phrase
 cp %{SOURCE2} data/db/open-phrase
 

++ pyzy-opencc-1_0_2-build.patch ++
diff -Nur pyzy-1.0git20120805/src/SimpTradConverter.cc 
pyzy-1.0git20120805-new/src/SimpTradConverter.cc
--- pyzy-1.0git20120805/src/SimpTradConverter.cc2012-08-03 
10:36:31.0 +0800
+++ pyzy-1.0git20120805-new/src/SimpTradConverter.cc2015-02-26 
09:40:41.243684651 +0800
@@ -40,7 +40,6 @@
 #ifdef HAVE_OPENCC
 
 class opencc {
-static const int BUFFER_SIZE = 64;
 public:
 opencc (void)
 {
@@ -55,29 +54,13 @@
 
 void convert (const char *in, String &out)
 {
-long n_char;
-unichar *in_ucs4 = g_utf8_to_ucs4_fast (in, -1, &n_char);
-
-ucs4_t *pinbuf = (ucs4_t *)in_ucs4;
-size_t inbuf_left = n_char;
-while (inbuf_left != 0) {
-ucs4_t *poutbuf = (ucs4_t *)m_buffer;
-size_t outbuf_left = BUFFER_SIZE;
-size_t retval = opencc_convert(m_od, &pinbuf, &inbuf_left, 
&poutbuf, &outbuf_left);
-if (retval == (size_t) -1) {
-/* append left chars in pinbuf */
-g_warning ("opencc_convert return failed");
-out << (unichar *) pinbuf;
-break;
-}
-*poutbuf = L'\0';
-out << m_buffer;
-}
-g_free (in_ucs4);
+char * converted = opencc_convert_utf8 (m_od, in, -1);
+g_assert (converted != NULL);
+out = converted;
+opencc_convert_utf8_free (converted);
 }
 private:
 opencc_t m_od;
-unichar m_buffer[BUFFER_SIZE + 1];
 };
 
 void
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit libspnav for openSUSE:Factory

2015-02-27 Thread h_root
Hello community,

here is the log from the commit of package libspnav for openSUSE:Factory 
checked in at 2015-02-27 10:59:41

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


Package is "libspnav"

Changes:

--- /work/SRC/openSUSE:Factory/libspnav/libspnav.changes2014-10-05 
20:32:43.0 +0200
+++ /work/SRC/openSUSE:Factory/.libspnav.new/libspnav.changes   2015-02-27 
11:00:19.0 +0100
@@ -1,0 +2,8 @@
+Sat Feb 14 19:17:25 UTC 2015 - p.drou...@gmail.com
+
+- Update to version 0.2.3
+  * No changelog available
+- Add libspnav-0.2.3-lib_links.patch; fix libraries link against
+  $BUILDROOT
+
+---

Old:

  libspnav-0.2.2.tar.bz2

New:

  libspnav-0.2.3-lib_links.patch
  libspnav-0.2.3.tar.gz



Other differences:
--
++ libspnav.spec ++
--- /var/tmp/diff_new_pack.fs3hoK/_old  2015-02-27 11:00:20.0 +0100
+++ /var/tmp/diff_new_pack.fs3hoK/_new  2015-02-27 11:00:20.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libspnav
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
 # Copyright (c) 2009,2011 Herbert Graeber
 #
 # All modifications and additions to the file contributed by third parties
@@ -18,13 +18,14 @@
 
 
 Name:   libspnav
-Version:0.2.2
+Version:0.2.3
 Release:0
 Summary:Library for accessing 3D connexion devices
 License:BSD-3-Clause
 Group:  Hardware/Other
 Url:http://sourceforge.net/projects/spacenav/
-Source: %{name}-%{version}.tar.bz2
+Source: 
http://sourceforge.net/projects/spacenav/files/spacenav%20library%20%28SDK%29/%{name}%20%{version}/%{name}-%{version}.tar.gz
+Patch:  libspnav-0.2.3-lib_links.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  pkgconfig(x11)
 
@@ -82,20 +83,18 @@
 
 %prep  
 %setup -q
+%patch -p1
 
 %build
+# Set libdir properly
+sed -i "s/libdir=lib/libdir=%{_lib}/g" configure
 %configure
-%__make opt="$RPM_OPT_FLAGS"
+sed -i "s/CFLAGS =/CFLAGS +=/g" Makefile
+make %{?_smp_mflags}
 
 %install
-install -D -m 644 libspnav.so.0.1 $RPM_BUILD_ROOT%{_libdir}/libspnav.so.0.1
-install -D -m 644 spnav.h $RPM_BUILD_ROOT%{_includedir}/spnav.h
-install -D -m 644 spnav_magellan.h 
$RPM_BUILD_ROOT%{_includedir}/spnav_magellan.h
-install -D -m 644 spnav_config.h $RPM_BUILD_ROOT%{_includedir}/spnav_config.h
-pushd $RPM_BUILD_ROOT%{_libdir}
-ln -s libspnav.so.0.1 libspnav.so.0
-ln -s libspnav.so.0.1 libspnav.so
-popd
+make DESTDIR=%{buildroot} install
+rm -f %{buildroot}%{_libdir}/*.a
 
 %post -n libspnav0 -p /sbin/ldconfig
 

++ libspnav-0.2.3-lib_links.patch ++
diff -Naur libspnav-0.2.3.orig/Makefile.in libspnav-0.2.3/Makefile.in
--- libspnav-0.2.3.orig/Makefile.in 2014-08-17 20:38:31.0 -0500
+++ libspnav-0.2.3/Makefile.in  2014-08-18 13:02:08.243930849 -0500
@@ -54,9 +54,11 @@
cp $(lib_so) $(DESTDIR)$(PREFIX)/$(libdir)/$(lib_so)
[ -n "$(soname)" ] && \
rm -f $(DESTDIR)$(PREFIX)/$(libdir)/$(soname) 
$(DESTDIR)$(PREFIX)/$(libdir)/$(devlink) && \
-   ln -s $(DESTDIR)$(PREFIX)/$(libdir)/$(lib_so) 
$(DESTDIR)$(PREFIX)/$(libdir)/$(soname) && \
-   ln -s $(DESTDIR)$(PREFIX)/$(libdir)/$(soname) 
$(DESTDIR)$(PREFIX)/$(libdir)/$(devlink) || \
-   true
+   pushd $(DESTDIR)$(PREFIX)/$(libdir) && \
+   ln -s $(lib_so) $(soname) && \
+   ln -s $(soname) $(devlink) || \
+   true && \
+   popd
for h in $(hdr); do cp -p $(srcdir)/$$h $(DESTDIR)$(PREFIX)/include/; 
done
 
 .PHONY: uninstall

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit abiword for openSUSE:Factory

2015-02-27 Thread h_root
Hello community,

here is the log from the commit of package abiword for openSUSE:Factory checked 
in at 2015-02-27 10:59:50

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


Package is "abiword"

Changes:

--- /work/SRC/openSUSE:Factory/abiword/abiword.changes  2015-01-30 
17:50:03.0 +0100
+++ /work/SRC/openSUSE:Factory/.abiword.new/abiword.changes 2015-02-27 
11:00:28.0 +0100
@@ -1,0 +2,6 @@
+Wed Feb 25 14:40:40 UTC 2015 - dims...@opensuse.org
+
+- Drop loudmouth-devel BuildRequires: loudmouth is dead upstream
+  and not worth to be maintained.
+
+---



Other differences:
--
++ abiword.spec ++
--- /var/tmp/diff_new_pack.hxHCP4/_old  2015-02-27 11:00:29.0 +0100
+++ /var/tmp/diff_new_pack.hxHCP4/_new  2015-02-27 11:00:29.0 +0100
@@ -41,7 +41,6 @@
 BuildRequires:  libsoup-devel
 BuildRequires:  libwmf-devel
 BuildRequires:  link-grammar-devel
-BuildRequires:  loudmouth-devel
 BuildRequires:  readline-devel
 BuildRequires:  update-desktop-files
 BuildRequires:  pkgconfig(cairo) >= 1.10


-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit strongswan for openSUSE:Factory

2015-02-27 Thread h_root
Hello community,

here is the log from the commit of package strongswan for openSUSE:Factory 
checked in at 2015-02-27 10:59:38

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


Package is "strongswan"

Changes:

--- /work/SRC/openSUSE:Factory/strongswan/strongswan.changes2014-11-26 
10:33:58.0 +0100
+++ /work/SRC/openSUSE:Factory/.strongswan.new/strongswan.changes   
2015-02-27 11:00:10.0 +0100
@@ -1,0 +2,99 @@
+Mon Jan  5 14:38:46 UTC 2015 - m...@suse.de
+
+- Updated to strongSwan 5.2.2 providing the following changes:
+  Changes in version 5.2.2:
+  * Fixed a denial-of-service vulnerability triggered by an IKEv2 Key Exchange
+payload that contains the Diffie-Hellman group 1025. This identifier was
+used internally for DH groups with custom generator and prime. Because
+these arguments are missing when creating DH objects based on the KE
+payload an invalid pointer dereference occurred.  This allowed an attacker
+to crash the IKE daemon with a single IKE_SA_INIT message containing such
+a KE payload. The vulnerability has been registered as CVE-2014-9221.
+  * The left/rightid options in ipsec.conf, or any other identity in
+strongSwan, now accept prefixes to enforce an explicit type, such as
+email: or fqdn:. Note that no conversion is done for the remaining string,
+refer to ipsec.conf(5) for details.
+  * The post-quantum Bimodal Lattice Signature Scheme (BLISS) can be used as
+an IKEv2 public key authentication method. The pki tool offers full
+support for the generation of BLISS key pairs and certificates.
+  * Fixed mapping of integrity algorithms negotiated for AH via IKEv1.
+This could cause interoperability issues when connecting to older versions
+of charon.
+  Changes in version 5.2.1:
+  * The new charon-systemd IKE daemon implements an IKE daemon tailored for
+use with systemd. It avoids the dependency on ipsec starter and uses
+swanctl as configuration backend, building a simple and lightweight
+solution. It supports native systemd journal logging.
+  * Support for IKEv2 fragmentation as per RFC 7383 has been added. Like IKEv1
+fragmentation it can be enabled by setting fragmentation=yes in ipsec.conf.
+  * Support of the TCG TNC IF-M Attribute Segmentation specification proposal.
+All attributes can be segmented. Additionally TCG/SWID Tag, TCG/SWID Tag ID
+and IETF/Installed Packages attributes can be processed incrementally on a
+per segment basis.
+  * The new ext-auth plugin calls an external script to implement custom IKE_SA
+authorization logic, courtesy of Vyronas Tsingaras.
+  * For the vici plugin a ruby gem has been added to allow ruby applications to
+control or monitor the IKE daemon. The vici documentation has been updated
+to include a description of the available operations and some simple
+examples using both the libvici C interface and the ruby gem.
+  Changes in version 5.2.0:
+  * strongSwan has been ported to the Windows platform. Using a MinGW 
toolchain,
+many parts of the strongSwan codebase run natively on Windows 7 / 2008 R2
+and newer releases. charon-svc implements a Windows IKE service based on
+libcharon, the kernel-iph and kernel-wfp plugins act as networking and 
IPsec
+backend on the Windows platform. socket-win provides a native IKE socket
+implementation, while winhttp fetches CRL and OCSP information using the
+WinHTTP API.
+  * The new vici plugin provides a Versatile IKE Configuration Interface for
+charon. Using the stable IPC interface, external applications can 
configure,
+control and monitor the IKE daemon. Instead of scripting the ipsec tool
+and generating ipsec.conf, third party applications can use the new 
interface
+for more control and better reliability.
+  * Built upon the libvici client library, swanctl implements the first user of
+the VICI interface. Together with a swanctl.conf configuration file,
+connections can be defined, loaded and managed. swanctl provides a 
portable,
+complete IKE configuration and control interface for the command line.
+The first six swanctl example scenarios have been added.
+  * The SWID IMV implements a JSON-based REST API which allows the exchange
+of SWID tags and Software IDs with the strongTNC policy manager.
+  * The SWID IMC can extract all installed packages from the dpkg (Debian,
+Ubuntu, Linux Mint etc.), rpm (Fedora, RedHat, OpenSUSE, etc.), or
+pacman (Arch Linux, Manjaro, etc.) package managers, respectively, using
+the swidGenerator (https://github.com/strongswan/swidGenerator) which
+generates SWID tags according to the new ISO/IEC 19770-2:2014 standard.
+  * All IMVs now share the acces

commit yafc for openSUSE:Factory

2015-02-27 Thread h_root
Hello community,

here is the log from the commit of package yafc for openSUSE:Factory checked in 
at 2015-02-27 10:59:27

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


Package is "yafc"

Changes:

--- /work/SRC/openSUSE:Factory/yafc/yafc.changes2012-01-04 
07:33:04.0 +0100
+++ /work/SRC/openSUSE:Factory/.yafc.new/yafc.changes   2015-02-27 
10:59:38.0 +0100
@@ -1,0 +2,6 @@
+Tue Feb 24 20:05:41 UTC 2015 - dims...@opensuse.org
+
+- Add makeinfo BuildRequires: actually allow to FILL the .info page.
+- Add yafc-texinfo-5.0.patch: Fix build with makeinfo 5.0.
+
+---

New:

  yafc-texinfo-5.0.patch



Other differences:
--
++ yafc.spec ++
--- /var/tmp/diff_new_pack.CjVS5s/_old  2015-02-27 10:59:39.0 +0100
+++ /var/tmp/diff_new_pack.CjVS5s/_new  2015-02-27 10:59:39.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package yafc
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,8 +15,10 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   yafc
 BuildRequires:  krb5-devel
+BuildRequires:  makeinfo
 BuildRequires:  openssl-devel
 BuildRequires:  readline-devel
 Summary:Yet Another FTP Client
@@ -34,6 +36,7 @@
 Patch2: remove_bsd_code.diff
 Patch3: yafc-krb5.diff
 Patch4: disable_date_time.diff
+Patch5: yafc-texinfo-5.0.patch
 
 %description
 Yafc is an OpenSource console mode FTP client. It has support for
@@ -54,6 +57,7 @@
 %patch2
 %patch3
 %patch4 -p1
+%patch5 -p1
 
 %build
 CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing" ./configure --prefix=%{prefix} 
--infodir=%{_infodir} --mandir=%{_mandir}

++ yafc-texinfo-5.0.patch ++
Index: yafc-1.1.1/doc/yafc_bookmark.texi
===
--- yafc-1.1.1.orig/doc/yafc_bookmark.texi
+++ yafc-1.1.1/doc/yafc_bookmark.texi
@@ -32,7 +32,7 @@ keyword.
 @c ==
 
 @node Bookmark keywords, Bookmark examples, , Bookmarks
-@subsection Bookmark keywords
+@section Bookmark keywords
 
 @table @samp
 
Index: yafc-1.1.1/doc/yafc_intro.texi
===
--- yafc-1.1.1.orig/doc/yafc_intro.texi
+++ yafc-1.1.1/doc/yafc_intro.texi
@@ -21,7 +21,7 @@ to improve this manual, please send a me
 
 @c -
 @node Bugs, Obtaining Yafc, , Overview
-@subsection Bugs
+@section Bugs
 
 Please report bugs to @email{yafc-devel@@lists.sourceforge.net}.
 Before reporting a bug, please verify you're using the latest version
@@ -34,7 +34,7 @@ example for me to reproduce (use the @co
 
 @c -
 @nodeObtaining Yafc, Motivation, Bugs, Overview
-@subsection Obtaining Yafc
+@section Obtaining Yafc
 
 @table @asis
 
@@ -48,7 +48,7 @@ example for me to reproduce (use the @co
 
 @c -
 @nodeMotivation, , Obtaining Yafc, Overview
-@subsection Motivation
+@section Motivation
 
 Yafc was created because I needed a good ftp client.
 The standard BSD ftp client lacks tab completion, something I've
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit gri for openSUSE:Factory

2015-02-27 Thread h_root
Hello community,

here is the log from the commit of package gri for openSUSE:Factory checked in 
at 2015-02-27 10:59:32

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


Package is "gri"

Changes:

--- /work/SRC/openSUSE:Factory/gri/gri.changes  2012-08-04 09:12:52.0 
+0200
+++ /work/SRC/openSUSE:Factory/.gri.new/gri.changes 2015-02-27 
10:59:42.0 +0100
@@ -1,0 +2,5 @@
+Tue Feb 24 18:58:37 UTC 2015 - dims...@opensuse.org
+
+- Add gri-texinfo-5.0.patch: Fix build with texinfo 5.0.
+
+---

New:

  gri-texinfo-5.0.patch



Other differences:
--
++ gri.spec ++
--- /var/tmp/diff_new_pack.drZGwD/_old  2015-02-27 10:59:44.0 +0100
+++ /var/tmp/diff_new_pack.drZGwD/_new  2015-02-27 10:59:44.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gri
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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://gri.sourceforge.net
 Source: %{name}-%{version}.tar.bz2
 Patch0: gfi-2.2.23-perl.patch
+Patch1: gri-texinfo-5.0.patch
 BuildRequires:  ImageMagick
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
@@ -58,6 +59,7 @@
 %prep
 %setup -q
 %patch0
+%patch1 -p1
 
 %build
 %configure

++ gri-texinfo-5.0.patch ++
Index: gri-2.12.23/doc/gri.texi
===
--- gri-2.12.23.orig/doc/gri.texi
+++ gri-2.12.23/doc/gri.texi
@@ -18486,7 +18486,7 @@ Versions exist for MSDOS, windows, and L
 (Actually, the windows version is just the MSDOS version, which can be
 run inside an msdos window within windows-95, windows-NT, etc.)
 
-@subsubsection MSDOS Operating System
+@subsection MSDOS Operating System
 @cindex compilation under MSDOS
 @cindex MSDOS compilation
 
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit cfengine for openSUSE:Factory

2015-02-27 Thread h_root
Hello community,

here is the log from the commit of package cfengine for openSUSE:Factory 
checked in at 2015-02-27 10:59:22

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


Package is "cfengine"

Changes:

--- /work/SRC/openSUSE:Factory/cfengine/cfengine.changes2015-02-06 
22:37:49.0 +0100
+++ /work/SRC/openSUSE:Factory/.cfengine.new/cfengine.changes   2015-02-27 
10:59:35.0 +0100
@@ -1,0 +2,8 @@
+Tue Feb 24 18:18:21 UTC 2015 - dims...@opensuse.org
+
+- Remove install-info calls in post/postun: there is no info page
+  being installed.
+- rop texlive BuildRequires (there is no info page, and even if,
+  makeinfo would be sufficien).
+
+---



Other differences:
--
++ cfengine.spec ++
--- /var/tmp/diff_new_pack.Lketz1/_old  2015-02-27 10:59:37.0 +0100
+++ /var/tmp/diff_new_pack.Lketz1/_new  2015-02-27 10:59:37.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package cfengine
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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
@@ -127,11 +127,6 @@
 %endif
 %endif
 
-%if 0%{?suse_version}
-PreReq: %install_info_prereq
-BuildRequires:  texlive
-%endif
-
 %if %have_systemd
 BuildRequires:  systemd
 %{?systemd_requires}
@@ -351,9 +346,6 @@
 
 %post
 %service_add_post cf-execd.service cf-monitord.service cf-serverd.service
-%if 0%{?suse_version} > 1010
-%install_info --name=%{name} --info-dir=%{_infodir} 
%{_infodir}/cf3-reference.info.gz
-%endif
 /sbin/ldconfig
 if [ $1 -lt 2 ]; then
   # first install, generate key pair
@@ -365,9 +357,6 @@
 
 %postun
 %service_del_postun cf-execd.service cf-monitord.service cf-serverd.service
-%if 0%{?suse_version} > 1010
-%install_info_delete --name=%{name} --info-dir=%{_infodir} 
%{_infodir}/cf3-reference.info.gz
-%endif
 if [ $1 -eq 0 ]; then
   # clean up inputs cache dir on removal
   rm -rf %{basedir}/inputs/*
@@ -392,14 +381,10 @@
 %endif
 
 %post
-%if 0%{?suse_version} > 1010
-%install_info --name=%{name} --info-dir=%{_infodir} 
%{_infodir}/cf3-reference.info.gz
-%endif
 /sbin/ldconfig
 
 %postun
 %if 0%{?suse_version} > 1010
-%install_info_delete --name=%{name} --info-dir=%{_infodir} 
%{_infodir}/cf3-reference.info.gz
 %insserv_cleanup
   for i in execd monitord serverd; do
 %restart_on_update cf-${i}

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit xtrabackup for openSUSE:Factory

2015-02-27 Thread h_root
Hello community,

here is the log from the commit of package xtrabackup for openSUSE:Factory 
checked in at 2015-02-27 10:59:30

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


Package is "xtrabackup"

Changes:

--- /work/SRC/openSUSE:Factory/xtrabackup/xtrabackup.changes2015-01-23 
15:47:22.0 +0100
+++ /work/SRC/openSUSE:Factory/.xtrabackup.new/xtrabackup.changes   
2015-02-27 10:59:41.0 +0100
@@ -1,0 +2,21 @@
+Wed Feb 25 08:31:57 UTC 2015 - astie...@suse.com
+
+- Percona XtraBackup 2.2.9:
+  * Percona XtraBackup was vulnerable to MITM attack which could
+allow exfiltration of MySQL configuration information via
+--version-check option. [boo#919298] CVE-2015-1027 lp#1408375.
+The openSUSE package has the version check disabled by default.
+  * xtrabackup_galera_info file isn't overwritten during the Galera
+auto-recovery. lp#1418584.
+  * Percona XtraBackup now sets the maximum supported session value
+for lock_wait_timeout variable to prevent unnecessary timeouts
+when the global value is changed from the default. lp#1410339.
+  * New option --backup-locks, enabled by default, has been
+implemented to control if backup locks will be used even if
+they are supported by the server. To disable backup locks
+innobackupex should be run with innobackupex --no-backup-locks
+option. lp#1418820.
+- Add percona-xtrabackup-2.2.9-nodoc.patch to make build work
+  without documentation directories deleted by spec file
+
+---

Old:

  percona-xtrabackup-2.2.8-nodoc.tar.xz

New:

  percona-xtrabackup-2.2.9-nodoc.patch
  percona-xtrabackup-2.2.9-nodoc.tar.xz



Other differences:
--
++ xtrabackup.spec ++
--- /var/tmp/diff_new_pack.EV8U5Z/_old  2015-02-27 10:59:42.0 +0100
+++ /var/tmp/diff_new_pack.EV8U5Z/_new  2015-02-27 10:59:42.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   xtrabackup
-Version:2.2.8
+Version:2.2.9
 Release:0
 Summary:Online backup for MySQL / InnoDB
 License:GPL-2.0
@@ -29,6 +29,7 @@
 Source4:xtrabackup-nodoc.sh
 Patch1: percona-xtrabackup-2.2.x-srv_buf_size.patch
 Patch2: percona-xtrabackup-2.2.x-disable-default-version-check.patch
+Patch3: percona-xtrabackup-2.2.9-nodoc.patch
 BuildRequires:  autoconf
 BuildRequires:  automake
 BuildRequires:  bison
@@ -88,6 +89,7 @@
 %{__find} storage/innobase/xtrabackup -maxdepth 1 -type d -iname "doc*" -print 
&& exit 1
 %patch1 -p1
 %patch2 -p1
+%patch3 -p1
 
 %build
 set -ue

++ percona-xtrabackup-2.2.9-nodoc.patch ++
From: Andreas Stieger 
Date: Wed, 25 Feb 2015 09:30:48 +0100
Upstream: no

openSUSE's spec file deletes doc directories due to licencing/trademark.
Make the build work.

Index: percona-xtrabackup-2.2.9/storage/innobase/xtrabackup/CMakeLists.txt
===
--- percona-xtrabackup-2.2.9.orig/storage/innobase/xtrabackup/CMakeLists.txt
+++ percona-xtrabackup-2.2.9/storage/innobase/xtrabackup/CMakeLists.txt
@@ -25,4 +25,3 @@ INSTALL_SCRIPT(${CMAKE_CURRENT_BINARY_DI
 
 ADD_SUBDIRECTORY(src)
 ADD_SUBDIRECTORY(test)
-ADD_SUBDIRECTORY(doc/source)
++ percona-xtrabackup-2.2.8-nodoc.tar.xz -> 
percona-xtrabackup-2.2.9-nodoc.tar.xz ++
/work/SRC/openSUSE:Factory/xtrabackup/percona-xtrabackup-2.2.8-nodoc.tar.xz 
/work/SRC/openSUSE:Factory/.xtrabackup.new/percona-xtrabackup-2.2.9-nodoc.tar.xz
 differ: char 26, line 1

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit rubygem-gettext_i18n_rails_js for openSUSE:Factory

2015-02-27 Thread h_root
Hello community,

here is the log from the commit of package rubygem-gettext_i18n_rails_js for 
openSUSE:Factory checked in at 2015-02-27 10:59:28

Comparing /work/SRC/openSUSE:Factory/rubygem-gettext_i18n_rails_js (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-gettext_i18n_rails_js.new (New)


Package is "rubygem-gettext_i18n_rails_js"

Changes:

--- 
/work/SRC/openSUSE:Factory/rubygem-gettext_i18n_rails_js/rubygem-gettext_i18n_rails_js.changes
  2015-02-25 02:18:22.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.rubygem-gettext_i18n_rails_js.new/rubygem-gettext_i18n_rails_js.changes
 2015-02-27 10:59:39.0 +0100
@@ -1,0 +2,5 @@
+Wed Feb 25 05:30:45 UTC 2015 - co...@suse.com
+
+- updated to version 1.0.1
+
+---

Old:

  gettext_i18n_rails_js-1.0.0.gem

New:

  gettext_i18n_rails_js-1.0.1.gem



Other differences:
--
++ rubygem-gettext_i18n_rails_js.spec ++
--- /var/tmp/diff_new_pack.qEr0Xi/_old  2015-02-27 10:59:40.0 +0100
+++ /var/tmp/diff_new_pack.qEr0Xi/_new  2015-02-27 10:59:40.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-gettext_i18n_rails_js
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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
@@ -24,14 +24,14 @@
 #
 
 Name:   rubygem-gettext_i18n_rails_js
-Version:1.0.0
+Version:1.0.1
 Release:0
 %define mod_name gettext_i18n_rails_js
 %define mod_full_name %{mod_name}-%{version}
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  ruby-macros >= 5
 BuildRequires:  %{ruby >= 1.9.3}
 BuildRequires:  %{rubygem gem2rpm}
+BuildRequires:  ruby-macros >= 5
 Url:https://github.com/webhippie/gettext_i18n_rails_js
 Source: http://rubygems.org/gems/%{mod_full_name}.gem
 Source1:gem2rpm.yml
@@ -51,7 +51,7 @@
 
 %install
 %gem_install \
-  --doc-files="CHANGELOG.md README.md LICENSE" \
+  --doc-files="CHANGELOG.md LICENSE README.md" \
   -f
 
 %gem_packages

++ gettext_i18n_rails_js-1.0.0.gem -> gettext_i18n_rails_js-1.0.1.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CHANGELOG.md new/CHANGELOG.md
--- old/CHANGELOG.md1970-01-01 01:00:00.0 +0100
+++ new/CHANGELOG.md2015-02-24 20:48:08.0 +0100
@@ -1,6 +1,10 @@
 # Changelog
 
-## 
[0.1.0](https://github.com/webhippie/gettext_i18n_rails_js/releases/tag/v0.1.0) 
- 2015-02-24
+## 
[1.0.1](https://github.com/webhippie/gettext_i18n_rails_js/releases/tag/v1.0.1) 
- 2015-02-24
+
+* Added missing javascripts to the gemspec
+
+## 
[1.0.0](https://github.com/webhippie/gettext_i18n_rails_js/releases/tag/v1.0.0) 
- 2015-02-24
 
 * Transfer from github.com/nubis/gettext_i18n_rails_js
 * Added TravisCI, Rubocop and Coveralls
Files old/checksums.yaml.gz and new/checksums.yaml.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/assets/javascripts/gettext/all.js 
new/lib/assets/javascripts/gettext/all.js
--- old/lib/assets/javascripts/gettext/all.js   1970-01-01 01:00:00.0 
+0100
+++ new/lib/assets/javascripts/gettext/all.js   2015-02-24 20:48:08.0 
+0100
@@ -0,0 +1,56 @@
+//
+// Copyright (c) 2012-2015 Dropmysite.com 
+// Copyright (c) 2015 Webhippie 
+//
+// Permission is hereby granted, free of charge, to any person obtaining
+// a copy of this software and associated documentation files (the
+// "Software"), to deal in the Software without restriction, including
+// without limitation the rights to use, copy, modify, merge, publish,
+// distribute, sublicense, and/or sell copies of the Software, and to
+// permit persons to whom the Software is furnished to do so, subject to
+// the following conditions:
+//
+// The above copyright notice and this permission notice shall be
+// included in all copies or substantial portions of the Software.
+//
+// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+// EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
+// LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
+// OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
+// WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+//
+
+//= require gettext/jed
+//= require_self
+
+(function() {
+  var locales = lo

commit qiv for openSUSE:Factory

2015-02-27 Thread h_root
Hello community,

here is the log from the commit of package qiv for openSUSE:Factory checked in 
at 2015-02-27 10:59:33

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


Package is "qiv"

Changes:

--- /work/SRC/openSUSE:Factory/qiv/qiv.changes  2014-12-16 14:47:25.0 
+0100
+++ /work/SRC/openSUSE:Factory/.qiv.new/qiv.changes 2015-02-27 
10:59:44.0 +0100
@@ -1,0 +2,64 @@
+Sat Feb 21 14:15:02 UTC 2015 - benoit.mo...@gmx.fr
+
+- update to version 2.3.1:
+  * add libXext to libraries for linking in Makefile
+- additionnal changes from version 2.3.0:
+  * unicode fix for gps2url.py
+  * Some cleanup in the debian subdir
+  * Add desktop integration. Add gps2url.py script
+  * browse option now starts with first picture on command line
+  * fix direction of scrollwheel for next/previous image
+  * center mouse cursor position in magnifying window
+  * external script gps2url.py to extract GPS coordinates from an
+image and call firefox with google maps url
+  * integration into qiv-command.example
+  * update COPYING and optimize libmagic calls
+  * improve display of exif GPS tags
+  * new option --vikeys to allow for vi-style movement
+  * disable screensaver and DPMS during slideshow
+  * improvements to qiv-command.example
+  * fix possible segfaults when dealing with corrupt embedded color
+profiles
+  * do not segfault when "browse" option is called without a
+further argument
+  * fix magnifying window. Zoom factor of magnifying window can be
+changed by +/- keys
+  * fix missing #ifdef HAVE_EXIF for exif header file
+  * get rid of XID collision
+  * code cleanup, mostly exif
+  * Make conditional rotate leave images that fit alone
+  * Add --followlinks option to all symlinks to dirs
+  * Fixed inconsistency with rotate option, add conditional
+rotation
+  * Add runtime option to display Exif information
+  * Add runtime option to toggle grab mode
+  * Add support for embedded color profiles in tiff
+  * Better fullscreen handling with multi monitors
+Xinerama is no longer needed
+  * Notice when a mouse click makes the display-text disappear
+  * Center display-text on the preferred xinerama screen
+  * Simplify image-move checking code and allow it to move an image
+farther
+  * Replace GDK_ with GDK_KEY_
+  * Add support for embedded color profiles in jpg
+  * replace gdk_window_set_icon with gdk_window_set_icon_list
+  * add color profile support via lcms2
+  * when using "--watch" option, make sure pic is not reloaded
+while still written
+- drop patches merged upstream:
+  * magic-optimization.patch
+  * update-copying.patch
+- drop qiv-2.2.4-fix-bashisms.patch:
+  shebang of qiv-command.example has been changed to /bin/bash
+- remove libXinerama-devel from BuildRequires: not needed anymore
+- add new build dependencies:
+  * libjpeg8-devel
+  * liblcms2-devel
+  * libtiff-devel
+  * update-desktop-files
+- remove exec bit from contrib scripts to avoid additional
+  dependencies
+- install icon and desktop file
+- install contrib scripts with the documentation
+
+---

Old:

  magic-optimization.patch
  qiv-2.2.4-fix-bashisms.patch
  qiv-2.2.4.tgz
  update-copying.patch

New:

  qiv-2.3.1.tgz



Other differences:
--
++ qiv.spec ++
--- /var/tmp/diff_new_pack.nEl81A/_old  2015-02-27 10:59:46.0 +0100
+++ /var/tmp/diff_new_pack.nEl81A/_new  2015-02-27 10:59:46.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package qiv
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,22 +17,22 @@
 
 
 Name:   qiv
-Version:2.2.4
+Version:2.3.1
 Release:0
 Summary:Probably the fastest and simplest image viewer on the planet
 License:GPL-2.0+
 Group:  Productivity/Graphics/Viewers
 Url:http://spiegl.de/qiv/
 Source0:http://spiegl.de/qiv/download/qiv-%{version}.tgz
-Patch0: magic-optimization.patch
-Patch1: update-copying.patch
-Patch2: qiv-2.2.4-fix-bashisms.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  file-devel
 BuildRequires:  gtk2-devel
 BuildRequires:  imlib2-devel
-BuildRequires:  libXinerama-devel
 BuildRequires:  libexif-devel
+BuildRequires:  libjpeg8-devel
+BuildRequires:  liblcms2-devel
+BuildRequires:  libtiff-devel
+BuildRequires:  update-desktop-files
 # imlib itself only recommends that but we actually need them

commit xulrunner for openSUSE:Factory

2015-02-27 Thread h_root
Hello community,

here is the log from the commit of package xulrunner for openSUSE:Factory 
checked in at 2015-02-27 10:59:20

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


Package is "xulrunner"

Changes:

--- /work/SRC/openSUSE:Factory/xulrunner/xulrunner.changes  2015-01-20 
12:32:01.0 +0100
+++ /work/SRC/openSUSE:Factory/.xulrunner.new/xulrunner.changes 2015-02-27 
10:59:28.0 +0100
@@ -1,0 +2,16 @@
+Thu Feb 19 22:56:55 UTC 2015 - w...@rosenauer.org
+
+- update to 31.5.0 (bnc#917597)
+  * MFSA 2015-11/CVE-2015-0836
+Miscellaneous memory safety hazards
+  * MFSA 2015-12/CVE-2015-0833 (bmo#945192)
+Invoking Mozilla updater will load locally stored DLL files
+(Windows only)
+  * MFSA 2015-16/CVE-2015-0831 (bmo#1130514)
+Use-after-free in IndexedDB
+  * MFSA 2015-19/CVE-2015-0827 (bmo#1117304)
+Out-of-bounds read and write while rendering SVG content
+  * MFSA 2015-24/CVE-2015-0822 (bmo#1110557)
+Reading of local files through manipulation of form autocomplete
+
+---

Old:

  l10n-31.4.0.tar.xz
  xulrunner-31.4.0-source.tar.xz

New:

  l10n-31.5.0.tar.xz
  xulrunner-31.5.0-source.tar.xz



Other differences:
--
++ xulrunner.spec ++
--- /var/tmp/diff_new_pack.DW6Xjo/_old  2015-02-27 10:59:35.0 +0100
+++ /var/tmp/diff_new_pack.DW6Xjo/_new  2015-02-27 10:59:35.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package xulrunner
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #   2006-2015 Wolfgang Rosenauer
 #
 # All modifications and additions to the file contributed by third parties
@@ -17,10 +17,10 @@
 #
 
 
-%define version_internal 31.4.0
+%define version_internal 31.5.0
 %define apiversion 31
-%define uaweight 314
-%define releasedate 2015010900
+%define uaweight 315
+%define releasedate 2015021900
 %define shared_js 0
 %define has_system_nspr  1
 %define has_system_nss   1


++ compare-locales.tar.xz ++

++ create-tar.sh ++
--- /var/tmp/diff_new_pack.DW6Xjo/_old  2015-02-27 10:59:35.0 +0100
+++ /var/tmp/diff_new_pack.DW6Xjo/_new  2015-02-27 10:59:35.0 +0100
@@ -2,8 +2,8 @@
 
 CHANNEL="esr31"
 BRANCH="releases/mozilla-$CHANNEL"
-RELEASE_TAG="FIREFOX_31_4_0esr_RELEASE"
-VERSION="31.4.0"
+RELEASE_TAG="FIREFOX_31_5_0esr_RELEASE"
+VERSION="31.5.0"
 
 # mozilla
 if [ -d mozilla ]; then

++ l10n-31.4.0.tar.xz -> l10n-31.5.0.tar.xz ++
/work/SRC/openSUSE:Factory/xulrunner/l10n-31.4.0.tar.xz 
/work/SRC/openSUSE:Factory/.xulrunner.new/l10n-31.5.0.tar.xz differ: char 26, 
line 1

++ source-stamp.txt ++
--- /var/tmp/diff_new_pack.DW6Xjo/_old  2015-02-27 10:59:35.0 +0100
+++ /var/tmp/diff_new_pack.DW6Xjo/_new  2015-02-27 10:59:35.0 +0100
@@ -1,2 +1,2 @@
-REV=60d7a6f78402
+REV=ebb632066641
 REPO=http://hg.mozilla.org/releases/mozilla-esr31

++ xulrunner-31.4.0-source.tar.xz -> xulrunner-31.5.0-source.tar.xz ++
/work/SRC/openSUSE:Factory/xulrunner/xulrunner-31.4.0-source.tar.xz 
/work/SRC/openSUSE:Factory/.xulrunner.new/xulrunner-31.5.0-source.tar.xz 
differ: char 26, line 1

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit ibus-libzhuyin for openSUSE:Factory

2015-02-27 Thread h_root
Hello community,

here is the log from the commit of package ibus-libzhuyin for openSUSE:Factory 
checked in at 2015-02-27 10:59:25

Comparing /work/SRC/openSUSE:Factory/ibus-libzhuyin (Old)
 and  /work/SRC/openSUSE:Factory/.ibus-libzhuyin.new (New)


Package is "ibus-libzhuyin"

Changes:

--- /work/SRC/openSUSE:Factory/ibus-libzhuyin/ibus-libzhuyin.changes
2014-11-26 10:33:03.0 +0100
+++ /work/SRC/openSUSE:Factory/.ibus-libzhuyin.new/ibus-libzhuyin.changes   
2015-02-27 10:59:37.0 +0100
@@ -1,0 +2,6 @@
+Wed Feb 25 06:57:23 UTC 2015 - hillw...@linuxfans.org
+
+- Use opencc 1.0.2
+  * add ibus-libzhuyin-opencc-1_0_2-build.patch
+
+---

New:

  ibus-libzhuyin-opencc-1_0_2-build.patch



Other differences:
--
++ ibus-libzhuyin.spec ++
--- /var/tmp/diff_new_pack.RCN7Nx/_old  2015-02-27 10:59:38.0 +0100
+++ /var/tmp/diff_new_pack.RCN7Nx/_new  2015-02-27 10:59:38.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ibus-libzhuyin
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -24,13 +24,15 @@
 Group:  System/I18n/Chinese
 Url:https://github.com/libzhuyin/ibus-libzhuyin
 Source: %{name}-%{version}.tar.gz
+# PATCH-FIX-UPSTREAM ibus-libzhuyin-opencc-1_0_2-build.patch 
hillw...@opensuse.org Use -- opencc 1.0.2
+Patch0: ibus-libzhuyin-opencc-1_0_2-build.patch
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
 BuildRequires:  gnome-common
 BuildRequires:  ibus-devel
 BuildRequires:  intltool
 BuildRequires:  libzhuyin-devel
-BuildRequires:  opencc-devel
+BuildRequires:  opencc-devel >= 1.0.2
 Provides:   locale(ibus:zh_TW;zh_HK)
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
@@ -39,6 +41,7 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 ./autogen.sh

++ ibus-libzhuyin-opencc-1_0_2-build.patch ++
Index: ibus-libzhuyin-1.6.99.20140929/src/ZYTradSimpConverter.cc
===
--- ibus-libzhuyin-1.6.99.20140929.orig/src/ZYTradSimpConverter.cc
+++ ibus-libzhuyin-1.6.99.20140929/src/ZYTradSimpConverter.cc
@@ -33,7 +33,6 @@
 namespace ZY {
 
 class opencc {
-static const int BUFFER_SIZE = 64;
 public:
 opencc (void)
 {
@@ -48,30 +47,14 @@ public:
 
 void convert (const gchar *in, String &out)
 {
-glong n_char;
-gunichar *in_ucs4 = g_utf8_to_ucs4_fast (in, -1, &n_char);
-
-ucs4_t *pinbuf = (ucs4_t *)in_ucs4;
-size_t inbuf_left = n_char;
-while (inbuf_left != 0) {
-ucs4_t *poutbuf = (ucs4_t *)m_buffer;
-size_t outbuf_left = BUFFER_SIZE;
-size_t retval = opencc_convert(m_cc, &pinbuf, &inbuf_left, 
&poutbuf, &outbuf_left);
-if (retval == (size_t) -1) {
-/* append left chars in pinbuf */
-g_warning ("opencc_convert return failed");
-out << (gunichar *) pinbuf;
-break;
-}
-*poutbuf = L'\0';
-out << m_buffer;
-}
-g_free (in_ucs4);
+char * converted = opencc_convert_utf8 (m_cc, in, -1);
+g_assert (converted != NULL);
+out = converted;
+opencc_convert_utf8_free (converted);
 }
 
 private:
 opencc_t m_cc;
-gunichar m_buffer[BUFFER_SIZE + 1];
 };
 
 void
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit poedit for openSUSE:Factory

2015-02-27 Thread h_root
Hello community,

here is the log from the commit of package poedit for openSUSE:Factory checked 
in at 2015-02-27 10:59:18

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


Package is "poedit"

Changes:

--- /work/SRC/openSUSE:Factory/poedit/poedit.changes2015-01-29 
09:57:19.0 +0100
+++ /work/SRC/openSUSE:Factory/.poedit.new/poedit.changes   2015-02-27 
10:59:19.0 +0100
@@ -6,0 +7,13 @@
+Mon Jan 26 19:11:45 UTC 2015 - andreas.stie...@gmx.de
+
+- poedit 1.7.4:
+  + size of the bottom editing part is now remembered correctly
+again
+  + [GTK+] fix broken Edit->Copy/Cut/Paste
+
+---
+Fri Jan 23 14:45:53 UTC 2015 - ft...@geeko.jp
+
+- Remove MIME type icons conflicting with virtaal 
+
+---

Old:

  poedit-1.7.3.tar.gz

New:

  poedit-1.7.4.tar.gz



Other differences:
--
++ poedit.spec ++
--- /var/tmp/diff_new_pack.WEhD84/_old  2015-02-27 10:59:21.0 +0100
+++ /var/tmp/diff_new_pack.WEhD84/_new  2015-02-27 10:59:21.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package poedit
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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:   poedit
-Version:1.7.3
+Version:1.7.4
 Release:0
 Summary:Cross-platform Gettext Catalogs Editing Tool
 License:MIT

++ poedit-1.7.3.tar.gz -> poedit-1.7.4.tar.gz ++
 9025 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit librime for openSUSE:Factory

2015-02-27 Thread h_root
Hello community,

here is the log from the commit of package librime for openSUSE:Factory checked 
in at 2015-02-27 10:59:12

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


Package is "librime"

Changes:

--- /work/SRC/openSUSE:Factory/librime/librime.changes  2014-08-11 
10:08:11.0 +0200
+++ /work/SRC/openSUSE:Factory/.librime.new/librime.changes 2015-02-27 
10:59:14.0 +0100
@@ -1,0 +2,26 @@
+Tue Feb 24 15:22:24 UTC 2015 - hillw...@linuxfans.org
+
+- update to 1.2.9
+  * CMakeLists.txt: bump version to 1.2.9.
+  * Makefile: add make targets 'thirdparty/*' to build individual libraries.
+  * include/rime_api.h: add RIME_MODULE_LIST, RIME_REGISTER_MODULE_GROUP.
+  * legacy/src/legacy_module.cc: plugin module 'rime-legacy' for GPL'd code,
+providing component 'legacy_userdb' for user dictionary upgrade.
+  * src/setup.cc: define module groups "default" and "deployer", to avoid
+naming a list of built-bin modules in RimeTraits::modules.
+  * test/table_test.cc: fix random segment faults when run shuffled.
+  * thirdparty/src/leveldb: new dependency LevelDB, replacing Kyoto Cabinet.
+  * dict/level_db: userdb implementation based on LevelDB, replacing treeDb.
+  * dict/tree_db: moved to legacy/src/.
+  * dict/user_db: refactored and modularized to ease adding implementations.
+  * gear/memory: save cached phrases as soon as the next composition begins.
+  * gear/recognizer: match space iff set recognizer/use_space: true.
+  * gear/simplifier: catch and log OpenCC exceptions when loading.
+  * gear/single_char_filter: bring single character candidates to the front.
+  * lever/deployment_tasks: update and rename task 'user_dict_upgrade'. 
+  * gear/cjk_minifier: support CJK Extension E
+  * gear/simplifier: adapt to OpenCC 1.0 API.
+  * thirdparty/src/opencc: update OpenCC to v1.0.2 (incompatible with v0.4).
+
+ 
+---

Old:

  librime-1.2+git20140810.tar.gz

New:

  librime-1.2.9.tar.gz



Other differences:
--
++ librime.spec ++
--- /var/tmp/diff_new_pack.zajmfw/_old  2015-02-27 10:59:16.0 +0100
+++ /var/tmp/diff_new_pack.zajmfw/_new  2015-02-27 10:59:16.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package librime
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   librime
-Version:1.2+git20140810
+Version:1.2.9
 Release:0
 Summary:Rime Input Method Engine
 License:GPL-3.0+
@@ -33,6 +33,7 @@
 BuildRequires:  gcc-c++
 BuildRequires:  glog-devel
 BuildRequires:  googletest-devel
+BuildRequires:  leveldb-devel
 %if 0%{?suse_version} >= 1220
 BuildRequires:  boost-devel
 %endif
@@ -59,7 +60,7 @@
 %endif
 BuildRequires:  libkyotocabinet-devel
 BuildRequires:  marisa-devel
-BuildRequires:  opencc-devel
+BuildRequires:  opencc-devel >= 1.0.2
 BuildRequires:  pkg-config
 BuildRequires:  xorg-x11-proto-devel
 BuildRequires:  yaml-cpp-devel
@@ -129,14 +130,14 @@
 
 %files -n rime
 %defattr(-,root,root)
-%doc LICENSE README
+%doc LICENSE README.md
 %{_bindir}/rime_deployer
 %{_bindir}/rime_dict_manager
 
 %files -n librime1
 %defattr(-,root,root)
 %{_libdir}/%{name}.so.1
-%{_libdir}/%{name}.so.1.2.0
+%{_libdir}/%{name}.so.1.2.9
 
 %files devel
 %defattr(-,root,root)

++ librime-1.2+git20140810.tar.gz -> librime-1.2.9.tar.gz ++
/work/SRC/openSUSE:Factory/librime/librime-1.2+git20140810.tar.gz 
/work/SRC/openSUSE:Factory/.librime.new/librime-1.2.9.tar.gz differ: char 5, 
line 1

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit dice for openSUSE:Factory

2015-02-27 Thread h_root
Hello community,

here is the log from the commit of package dice for openSUSE:Factory checked in 
at 2015-02-27 10:59:02

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


Package is "dice"

Changes:

--- /work/SRC/openSUSE:Factory/dice/dice.changes2015-02-05 
10:59:40.0 +0100
+++ /work/SRC/openSUSE:Factory/.dice.new/dice.changes   2015-02-27 
10:59:03.0 +0100
@@ -1,0 +2,61 @@
+Tue Feb 17 17:07:41 CET 2015 - m...@suse.de
+
+- Fixed use of dir:// uri type
+  
+  The check if the uri is a remote or local uri was missing
+  in the repository type checker. This lead to a wrong location
+  passed to the open call if the dir:// type was used
+  
+---
+Mon Feb 16 17:35:13 CET 2015 - m...@suse.de
+  
+- Added Uri class to control access
+  
+  Simple uri's like local paths or remote locations via http
+  doesn't require a pre processing. However there are more
+  complex uri's like the path to an iso which requires to
+  loop mount the device prior to use it. It's also required to
+  cleanup the state of such devices properly. It also makes
+  sense to ask an Uri class if the resource is remote or
+  local and maybe more useful messages can be passed to an
+  Uri object in the future
+  
+---
+Fri Feb 13 16:14:32 CET 2015 - m...@suse.de
+  
+- Increase version to v0.5.2
+  
+---
+Fri Feb 13 16:13:05 CET 2015 - m...@suse.de
+  
+- Fixed use of local repositories
+  
+  In order to allow curl to load local files the
+  mime type file:// must be prepended
+  
+---
+Thu Feb 12 17:00:09 CET 2015 - m...@suse.de
+  
+- Support dir:// and just path /... uri types
+  
+---
+Thu Feb  5 16:15:26 CET 2015 - m...@suse.de
+  
+- Update documentation
+  
+---
+Thu Feb  5 16:11:58 CET 2015 - m...@suse.de
+  
+- Fixed documentation references
+  
+---
+Thu Feb  5 16:10:23 CET 2015 - m...@suse.de
+  
+- Documentation style fixes
+  
+---
+Thu Feb  5 16:08:10 CET 2015 - m...@suse.de
+  
+- Update documentation
+  
+---

Old:

  dice-0.5.0.gem

New:

  dice-0.5.2.gem



Other differences:
--
++ dice.spec ++
--- /var/tmp/diff_new_pack.wNjE62/_old  2015-02-27 10:59:04.0 +0100
+++ /var/tmp/diff_new_pack.wNjE62/_new  2015-02-27 10:59:04.0 +0100
@@ -1,6 +1,7 @@
+#
 # spec file for package dice
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -13,8 +14,10 @@
 
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
+
+
 Name:   dice
-Version:0.5.0
+Version:0.5.2
 Release:0
 %define mod_name dice
 %define mod_full_name %{mod_name}-%{version}
@@ -22,32 +25,32 @@
 %define mod_weight 1
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  ruby-macros >= 1
 BuildRequires:  fdupes
-BuildRequires:  ruby-devel
 BuildRequires:  gcc-c++
+BuildRequires:  ruby-devel
+BuildRequires:  ruby-macros >= 1
 %if %suse_version == 1315
 %define rb_build_versions %{rb_default_ruby}
 BuildRequires:  %{rubydevel}
-BuildRequires:  %{rubygem rice}
-BuildRequires:  %{rubygem gem2rpm}
+BuildRequires:  %{rubygem abstract_method >= 1.2.1}
 BuildRequires:  %{rubygem bundler}
 BuildRequires:  %{rubygem cheetah >= 0.4.0}
-BuildRequires:  %{rubygem gli >= 2.11.0}
+BuildRequires:  %{rubygem gem2rpm}
 BuildRequires:  %{rubygem gli <= 2.12}
-BuildRequires:  %{rubygem abstract_method >= 1.2.1}
-BuildRequires:  %{rubygem json >= 1.8.0}
+BuildRequires:  %{rubygem gli >= 2.11.0}
 BuildRequires:  %{rubygem inifile >= 2.0.2}
+BuildRequires:  %{rubygem json >= 1.8.0}
+BuildRequires:  %{rubygem rice}
 %else
-BuildRequires:  rubygem(gem2rpm)
+BuildRequires:  rubygem(abstract_method) >= 1.2.1
 BuildRequires:  rubygem(bundler)
-BuildRequires:  rubygem(rice)
 BuildRequires:  rubygem(cheetah) >= 0.4.0
-BuildRequires:  rubygem(gli) >= 2.11.0
+BuildRequires:  rubygem(gem2rpm)
 BuildRequires:  rubygem(gli) <= 2.12
-BuildRequires:  rubygem(abstract_method) >= 1.2.1
-BuildRequires

commit indent for openSUSE:Factory

2015-02-27 Thread h_root
Hello community,

here is the log from the commit of package indent for openSUSE:Factory checked 
in at 2015-02-27 10:59:09

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


Package is "indent"

Changes:

--- /work/SRC/openSUSE:Factory/indent/indent.changes2015-02-20 
12:01:32.0 +0100
+++ /work/SRC/openSUSE:Factory/.indent.new/indent.changes   2015-02-27 
10:59:10.0 +0100
@@ -1,0 +2,9 @@
+Thu Feb 19 09:28:11 UTC 2015 - dims...@opensuse.org
+
+- Replace texinfo BuildRequires with makeinfo and texi2html: only
+  those parts are needed.
+- Add indent-texi2html-5.0.patch: Fix build with texi2html 5.0
+  (note: patches Makeinfo.in in order to not depend on libtool)
+- Move install_info_delete from postun to preun.
+
+---

New:

  indent-texi2html-5.0.patch



Other differences:
--
++ indent.spec ++
--- /var/tmp/diff_new_pack.8Fdo6s/_old  2015-02-27 10:59:11.0 +0100
+++ /var/tmp/diff_new_pack.8Fdo6s/_new  2015-02-27 10:59:11.0 +0100
@@ -31,7 +31,9 @@
 Patch2: %{name}-%{version}-lcall.diff
 Patch3: %{name}-%{version}-cdw.diff
 Patch4: %{name}-%{version}-man.diff
-BuildRequires:  texinfo
+Patch5: indent-texi2html-5.0.patch
+BuildRequires:  makeinfo
+BuildRequires:  texi2html
 Requires(pre):  %{install_info_prereq}
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
@@ -48,6 +50,7 @@
 %patch2
 %patch3 -p1
 %patch4
+%patch5 -p1
 
 %build
 %configure
@@ -67,14 +70,14 @@
 %post
 %install_info --info-dir=%{_infodir} %{_infodir}/%{name}.info.gz
 
-%postun
+%preun
 %install_info_delete --info-dir=%{_infodir} %{_infodir}/%{name}.info.gz
 
 %files -f %{name}.lang
 %defattr(-, root, root)
 %{_bindir}/*
 %doc doc/indent.html
-%{_infodir}/indent.info*.gz
+%{_infodir}/%{name}.info.gz
 %{_mandir}/man1/indent.1.gz
 
 %changelog


++ indent-texi2html-5.0.patch ++
Index: indent-2.2.10/doc/Makefile.am
===
--- indent-2.2.10.orig/doc/Makefile.am
+++ indent-2.2.10/doc/Makefile.am
@@ -34,14 +34,14 @@ html-monolithic: @PACKAGE@.html
 html-split: @PACKAGE@_toc.html
 
 @PACKAGE@.html: version.texi $(@PACKAGE@_TEXINFOS)
-   $(TEXI2HTML) -expandinfo -number -monolithic `if test -f 
@PACKAGE@.texinfo; then echo @PACKAGE@.texinfo; else echo 
$(srcdir)/@PACKAGE@.texinfo; fi`
+   $(TEXI2HTML) -expandinfo -monolithic `if test -f @PACKAGE@.texinfo; 
then echo @PACKAGE@.texinfo; else echo $(srcdir)/@PACKAGE@.texinfo; fi`
 
 @PACKAGE@_toc.html: version.texi $(@PACKAGE@_TEXINFOS)
case "$(TEXI2HTML)" in \
  *"/missing texi2html") \
-$(TEXI2HTML) -expand info -number -nomenu -split section `if test 
-f @PACKAGE@.texinfo; then echo @PACKAGE@.texinfo; else echo 
$(srcdir)/@PACKAGE@.texinfo; fi` || exit 0 ;; \
+$(TEXI2HTML) -expand info -nomenu -split section `if test -f 
@PACKAGE@.texinfo; then echo @PACKAGE@.texinfo; else echo 
$(srcdir)/@PACKAGE@.texinfo; fi` || exit 0 ;; \
  *) $(RM) @PACKAGE@_*.html ; \
-$(TEXI2HTML) -expand info -number -nomenu -split section `if test 
-f @PACKAGE@.texinfo; then echo @PACKAGE@.texinfo; else echo 
$(srcdir)/@PACKAGE@.texinfo; fi` ;; \
+$(TEXI2HTML) -expand info -nomenu -split section `if test -f 
@PACKAGE@.texinfo; then echo @PACKAGE@.texinfo; else echo 
$(srcdir)/@PACKAGE@.texinfo; fi` ;; \
esac
 
 install-html-monolithic: @PACKAGE@.html
Index: indent-2.2.10/doc/Makefile.in
===
--- indent-2.2.10.orig/doc/Makefile.in
+++ indent-2.2.10/doc/Makefile.in
@@ -616,14 +616,14 @@ html-monolithic: @PACKAGE@.html
 html-split: @PACKAGE@_toc.html
 
 @PACKAGE@.html: version.texi $(@PACKAGE@_TEXINFOS)
-   $(TEXI2HTML) -expandinfo -number -monolithic `if test -f 
@PACKAGE@.texinfo; then echo @PACKAGE@.texinfo; else echo 
$(srcdir)/@PACKAGE@.texinfo; fi`
+   $(TEXI2HTML) -expandinfo -monolithic `if test -f @PACKAGE@.texinfo; 
then echo @PACKAGE@.texinfo; else echo $(srcdir)/@PACKAGE@.texinfo; fi`
 
 @PACKAGE@_toc.html: version.texi $(@PACKAGE@_TEXINFOS)
case "$(TEXI2HTML)" in \
  *"/missing texi2html") \
-$(TEXI2HTML) -expand info -number -nomenu -split section `if test 
-f @PACKAGE@.texinfo; then echo @PACKAGE@.texinfo; else echo 
$(srcdir)/@PACKAGE@.texinfo; fi` || exit 0 ;; \
+$(TEXI2HTML) -expand info -nomenu -split section `if test -f 
@PACKAGE@.texinfo; then echo @PACKAGE@.texinfo; else echo 
$(srcdir)/@PACKAGE@.texinfo; fi` || exit 0 ;; \
  *) $(RM) @PACKAGE@_*.html ; \
-$(TEXI2HTML) -expand info 

commit doc-gnu-ko for openSUSE:Factory

2015-02-27 Thread h_root
Hello community,

here is the log from the commit of package doc-gnu-ko for openSUSE:Factory 
checked in at 2015-02-27 10:59:15

Comparing /work/SRC/openSUSE:Factory/doc-gnu-ko (Old)
 and  /work/SRC/openSUSE:Factory/.doc-gnu-ko.new (New)


Package is "doc-gnu-ko"

Changes:

--- /work/SRC/openSUSE:Factory/doc-gnu-ko/doc-gnu-ko.changes2012-07-22 
21:58:56.0 +0200
+++ /work/SRC/openSUSE:Factory/.doc-gnu-ko.new/doc-gnu-ko.changes   
2015-02-27 10:59:16.0 +0100
@@ -1,0 +2,6 @@
+Tue Feb 24 18:31:15 UTC 2015 - dims...@opensuse.org
+
+- Replace texinfo BuildRequires with makeinfo and texi2html: match
+  what the buildsystem requires.
+
+---



Other differences:
--
++ doc-gnu-ko.spec ++
--- /var/tmp/diff_new_pack.GaXQJI/_old  2015-02-27 10:59:18.0 +0100
+++ /var/tmp/diff_new_pack.GaXQJI/_new  2015-02-27 10:59:18.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package doc-gnu-ko
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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
@@ -38,7 +38,8 @@
 Patch2: doc-gnu-ko.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
-BuildRequires:  texinfo
+BuildRequires:  makeinfo
+BuildRequires:  texi2html
 
 %description
 Korean translations of GNU manuals.

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit cloud-init for openSUSE:Factory

2015-02-27 Thread h_root
Hello community,

here is the log from the commit of package cloud-init for openSUSE:Factory 
checked in at 2015-02-27 10:59:05

Comparing /work/SRC/openSUSE:Factory/cloud-init (Old)
 and  /work/SRC/openSUSE:Factory/.cloud-init.new (New)


Package is "cloud-init"

Changes:

--- /work/SRC/openSUSE:Factory/cloud-init/cloud-init.changes2015-02-13 
08:35:23.0 +0100
+++ /work/SRC/openSUSE:Factory/.cloud-init.new/cloud-init.changes   
2015-02-27 10:59:07.0 +0100
@@ -1,0 +2,9 @@
+Tue Feb 24 15:52:13 UTC 2015 - rjsch...@suse.com
+
+- Fix (bnc#919305 & bnc#918952)
+  - Properly handle persistent network device names for OpenNebula 
++ add dataSourceOpenNebula.patch
+  - Properly set up network mode if interface config file 
++ modified suseIntegratedHandler.patch
+
+---

New:

  dataSourceOpenNebula.patch



Other differences:
--
++ cloud-init.spec ++
--- /var/tmp/diff_new_pack.C4SEMd/_old  2015-02-27 10:59:08.0 +0100
+++ /var/tmp/diff_new_pack.C4SEMd/_new  2015-02-27 10:59:08.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package cloud-init
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -40,6 +40,7 @@
 Patch8: cloudinit-datasources.patch
 Patch9: cloud-init-no-dmidecode-on-ppc64.patch
 Patch10:cloud-init-no-user-lock-if-already-locked.patch
+Patch11:dataSourceOpenNebula.patch
 BuildRequires:  fdupes
 BuildRequires:  filesystem
 BuildRequires:  python-devel
@@ -133,6 +134,7 @@
 %patch8 -p1
 %patch9 -p1
 %patch10 -p1
+%patch11 -p2
 
 %if 0%{?suse_version} <= 1130
 # disable ecdsa for SLE 11 (not available)

++ dataSourceOpenNebula.patch ++
diff -Nurb suse/opensuse-13.2-orig/cloudinit/sources/DataSourceOpenNebula.py 
suse/opensuse-13.2-opennebula-patch/cloudinit/sources/DataSourceOpenNebula.py
--- suse/opensuse-13.2-orig/cloudinit/sources/DataSourceOpenNebula.py   
2015-02-21 18:33:37.148247653 +0200
+++ 
suse/opensuse-13.2-opennebula-patch/cloudinit/sources/DataSourceOpenNebula.py   
2015-02-21 19:45:29.535835879 +0200
@@ -149,7 +149,7 @@
 
 class OpenNebulaNetwork(object):
 REG_DEV_MAC = re.compile(
-r'^\d+: (eth\d+):.*?link\/ether (..:..:..:..:..:..) ?',
+r'^\d+: (\w+):.*?link\/\w+ (..:..:..:..:..:..) ?',
 re.MULTILINE | re.DOTALL)
 
 def __init__(self, ip, context):
@@ -158,7 +158,11 @@
 self.ifaces = self.get_ifaces()
 
 def get_ifaces(self):
-return self.REG_DEV_MAC.findall(self.ip)
+list = self.REG_DEV_MAC.findall(self.ip)
+ifaces = dict()
+for l in list:
+ifaces[l[1]] = l[0]
+return ifaces
 
 def mac2ip(self, mac):
 components = mac.split(':')[2:]
@@ -206,6 +210,15 @@
 else:
 return None
 
+def get_context_interfaces(self):
+
+def device_mac(t): return re.match(r"ETH\d+_MAC", t)
+
+mac_vars = filter(device_mac, self.context.keys())
+
+context_interfaces = [v.split('_')[0] for v in mac_vars]
+return context_interfaces
+
 def gen_conf(self):
 global_dns = []
 if 'DNS' in self.context:
@@ -216,27 +229,39 @@
 conf.append('iface lo inet loopback')
 conf.append('')
 
-for i in self.ifaces:
-dev = i[0]
-mac = i[1]
+context_interfaces = self.get_context_interfaces()
+
+if len(context_interfaces):
+try:
+(out, _err) = util.subp(["systemctl", "stop", 
"NetworkManager"])
+(out, _err) = util.subp(["systemctl", "disable", 
"NetworkManager"])
+except util.ProcessExecutionError:
+util.logexc(LOG, "Disable NetworkManager command failed")
+
+for interface in context_interfaces:
+mac = self.context[interface+"_MAC"]
+dev = self.ifaces.get(mac)
+if dev is None:
+continue
+
 ip_components = self.mac2ip(mac)
 
 conf.append('auto ' + dev)
 conf.append('iface ' + dev + ' inet static')
-conf.append('  address ' + self.get_ip(dev, ip_components))
-conf.append('  network ' + self.get_network(dev, ip_components))
-conf.append('  netmask ' + self.get_mask(dev))
+conf.append('  address ' + self.get_ip(interface, ip_components))
+conf.append('  network ' + self.get_network(interfa

commit ghc-resourcet for openSUSE:Factory

2015-02-27 Thread h_root
Hello community,

here is the log from the commit of package ghc-resourcet for openSUSE:Factory 
checked in at 2015-02-27 10:59:10

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


Package is "ghc-resourcet"

Changes:

--- /work/SRC/openSUSE:Factory/ghc-resourcet/ghc-resourcet.changes  
2014-04-02 17:19:12.0 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-resourcet.new/ghc-resourcet.changes 
2015-02-27 10:59:11.0 +0100
@@ -1,0 +2,9 @@
+Sun Feb  1 18:21:18 UTC 2015 - mplus...@suse.com
+
+- Add dependency on ghc-exceptions which is now required
+- Update to 1.1.3.3:
+  + monad-control-1.0 support
+  + Provide the `withEx` function to interact nicely with the 
+exceptions package.
+
+---

Old:

  resourcet-0.4.8.tar.gz

New:

  resourcet-1.1.3.3.tar.gz



Other differences:
--
++ ghc-resourcet.spec ++
--- /var/tmp/diff_new_pack.fWNoO7/_old  2015-02-27 10:59:12.0 +0100
+++ /var/tmp/diff_new_pack.fWNoO7/_new  2015-02-27 10:59:12.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-resourcet
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,7 +19,7 @@
 %global pkg_name resourcet
 
 Name:   ghc-resourcet
-Version:0.4.8
+Version:1.1.3.3
 Release:0
 Summary:Deterministic allocation and freeing of scarce resources
 License:BSD-3-Clause
@@ -33,6 +33,7 @@
 BuildRequires:  ghc-rpm-macros
 # Begin cabal-rpm deps:
 BuildRequires:  ghc-containers-devel
+BuildRequires:  ghc-exceptions-devel
 BuildRequires:  ghc-lifted-base-devel
 BuildRequires:  ghc-mmorph-devel
 BuildRequires:  ghc-monad-control-devel

++ resourcet-0.4.8.tar.gz -> resourcet-1.1.3.3.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/resourcet-0.4.8/ChangeLog.md 
new/resourcet-1.1.3.3/ChangeLog.md
--- old/resourcet-0.4.8/ChangeLog.md1970-01-01 01:00:00.0 +0100
+++ new/resourcet-1.1.3.3/ChangeLog.md  2014-12-17 11:48:49.0 +0100
@@ -0,0 +1,7 @@
+## 1.1.3.2
+
+monad-control-1.0 support [#191](https://github.com/snoyberg/conduit/pull/191)
+
+## 1.1.3
+
+Provide the `withEx` function to interact nicely with the exceptions package.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/resourcet-0.4.8/Control/Monad/Trans/Resource/Internal.hs 
new/resourcet-1.1.3.3/Control/Monad/Trans/Resource/Internal.hs
--- old/resourcet-0.4.8/Control/Monad/Trans/Resource/Internal.hs
2013-09-08 07:08:15.0 +0200
+++ new/resourcet-1.1.3.3/Control/Monad/Trans/Resource/Internal.hs  
2014-12-17 11:48:49.0 +0100
@@ -1,30 +1,31 @@
+{-# OPTIONS_HADDOCK not-home #-}
 {-# LANGUAGE CPP #-}
 {-# LANGUAGE DeriveDataTypeable #-}
 {-# LANGUAGE FlexibleInstances #-}
+{-# LANGUAGE FlexibleContexts #-}
 {-# LANGUAGE MultiParamTypeClasses #-}
 {-# LANGUAGE TypeFamilies #-}
 {-# LANGUAGE UndecidableInstances #-}
+{-# LANGUAGE RankNTypes #-}
 
 module Control.Monad.Trans.Resource.Internal(
-ExceptionT(..)
-  , InvalidAccess(..)
+InvalidAccess(..)
   , MonadResource(..)
-  , MonadThrow(..)
-  , MonadUnsafeIO(..)
   , ReleaseKey(..)
-  , ReleaseMap(..)\
+  , ReleaseMap(..)
   , ResIO
   , ResourceT(..)
   , stateAlloc
   , stateCleanup
   , transResourceT
+  , register'
+  , registerType
 ) where
 
 import Control.Exception (throw,Exception,SomeException)
 import Control.Applicative (Applicative (..))
 import Control.Monad.Trans.Control
-( MonadTransControl (..), MonadBaseControl (..)
-, ComposeSt, defaultLiftBaseWith, defaultRestoreM)
+( MonadTransControl (..), MonadBaseControl (..) )
 import Control.Monad.Base (MonadBase, liftBase)
 import Control.Monad.Trans.Cont ( ContT  )
 import Control.Monad.Cont.Class   ( MonadCont (..) )
@@ -48,15 +49,24 @@
 import qualified Control.Monad.Trans.Writer.Strict as Strict ( WriterT )
 
 import Control.Monad.IO.Class (MonadIO (..))
+#if !(MIN_VERSION_monad_control(1,0,0))
 import Control.Monad (liftM)
+#endif
 import qualified Control.Exception as E
 import Control.Monad.ST (ST)
+import Control.Monad.Catch (MonadThrow (..), MonadCatch (..)
+#if MIN_VERSION_exceptions(0,6,0)
+, MonadMask (..)
+#endif
+)
 import Data.IntMap (IntMap)
 import qualified Data.IntMap as IntMap
 import qualified Data.IORef as I
 import Data.Monoid
 import Data.Typeable
 import Data.Word(Word)
+import Prelude

commit ddd for openSUSE:Factory

2015-02-27 Thread h_root
Hello community,

here is the log from the commit of package ddd for openSUSE:Factory checked in 
at 2015-02-27 10:59:07

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


Package is "ddd"

Changes:

--- /work/SRC/openSUSE:Factory/ddd/ddd.changes  2014-11-07 09:06:32.0 
+0100
+++ /work/SRC/openSUSE:Factory/.ddd.new/ddd.changes 2015-02-27 
10:59:08.0 +0100
@@ -1,0 +2,5 @@
+Tue Feb 24 17:41:07 UTC 2015 - dims...@opensuse.org
+
+- Add ddd-texinfo-5.0.patch: Fix HTML generation with texinfo 5.0.
+
+---

New:

  ddd-texinfo-5.0.patch



Other differences:
--
++ ddd.spec ++
--- /var/tmp/diff_new_pack.i3tIyV/_old  2015-02-27 10:59:09.0 +0100
+++ /var/tmp/diff_new_pack.i3tIyV/_new  2015-02-27 10:59:09.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ddd
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -48,6 +48,7 @@
 Source4:ddd.wrapper
 Patch0: ddd-3.3.12-gcc44.patch
 Patch1: ddd-wrong-memcpy.patch
+Patch2: ddd-texinfo-5.0.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 PreReq: %install_info_prereq
 # NOTE: We don't want this dependency and desktop-data-SuSE is in all
@@ -78,6 +79,7 @@
 %setup -q
 %patch0
 %patch1 -p1
+%patch2 -p1
 
 %build
 cp %{S:3} .

++ ddd-texinfo-5.0.patch ++
Index: ddd-3.3.12/ddd/ddd-themes.texi
===
--- ddd-3.3.12.orig/ddd/ddd-themes.texi
+++ ddd-3.3.12/ddd/ddd-themes.texi
@@ -1,4 +1,4 @@
-\def\postscript{}\input texinfo @c -*- texinfo -*-
+\def\postscript\input texinfo @c -*- texinfo -*-
 @c $Id$
 @c Writing DDD Themes
 
@@ -136,7 +136,7 @@ Send bug reports to @email{bug-ddd@@gnu.
 @c The title page.
 @ifnothtml
 @titlepage
-@sp -7
+@sp 7
 @ifnottex
 @title Writing @value{DDD} Themes
 @subtitle User's Guide and Reference Manual
Index: ddd-3.3.12/ddd/ddd.texi
===
--- ddd-3.3.12.orig/ddd/ddd.texi
+++ ddd-3.3.12/ddd/ddd.texi
@@ -1,4 +1,4 @@
-\def\postscript{}\input texinfo @c -*- texinfo -*-
+\def\postscript\input texinfo @c -*- texinfo -*-
 @c $Id$
 @c DDD Manual
 
@@ -154,7 +154,7 @@ to the developers' mailing list @email{b
 @c The title page.
 @ifnothtml
 @titlepage
-@sp -7
+@sp 7
 @ifnottex
 @title Debugging with @value{DDD}
 @subtitle User's Guide and Reference Manual

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit lxqt-common for openSUSE:Factory

2015-02-27 Thread h_root
Hello community,

here is the log from the commit of package lxqt-common for openSUSE:Factory 
checked in at 2015-02-27 10:59:04

Comparing /work/SRC/openSUSE:Factory/lxqt-common (Old)
 and  /work/SRC/openSUSE:Factory/.lxqt-common.new (New)


Package is "lxqt-common"

Changes:

--- /work/SRC/openSUSE:Factory/lxqt-common/lxqt-common.changes  2015-02-16 
21:14:06.0 +0100
+++ /work/SRC/openSUSE:Factory/.lxqt-common.new/lxqt-common.changes 
2015-02-27 10:59:05.0 +0100
@@ -1,0 +2,12 @@
+Tue Feb 24 17:19:20 UTC 2015 - sfal...@opensuse.org
+
+- Patch added:  Fixes theme dirnames back to all lowercase,
+  otherwise you get a broken theme on firstboot (gh#lxde/lxqt#500)
+  + lxqt-common-0.9.1-fix-theme-dirnames.patch 
+
+---
+Fri Feb 20 20:00:22 UTC 2015 - sfal...@opensuse.org
+
+- Updated %build and %install to use cmake macros 
+
+---

New:

  lxqt-common-0.9.1-fix-theme-dirnames.patch



Other differences:
--
++ lxqt-common.spec ++
--- /var/tmp/diff_new_pack.Jw7dFH/_old  2015-02-27 10:59:06.0 +0100
+++ /var/tmp/diff_new_pack.Jw7dFH/_new  2015-02-27 10:59:06.0 +0100
@@ -24,6 +24,8 @@
 Group:  System/GUI/LXDE-Qt
 Url:http://www.lxde.org
 Source: 
http://downloads.lxqt.org/lxqt/%{version}/%{name}-%{version}.tar.xz
+# PATCH-FIX-UPSTREAM sfal...@opensuse.org -- Renames theme dirs to all lower 
case, as lxqt expects, otherwise you get a broken theme'd lxqt on first boot 
(gh#lxde/lxqt#500)
+Patch0: lxqt-common-0.9.1-fix-theme-dirnames.patch
 BuildRequires:  cmake
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
@@ -40,20 +42,14 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
-mkdir build
-pushd build
-cmake \
-  -DCMAKE_INSTALL_PREFIX:PATH=/usr \
-  ..
+%cmake
 %__make %{?_smp_mflags}
-popd
 
 %install
-pushd build
-make DESTDIR=$RPM_BUILD_ROOT install
-popd
+%cmake_install
 %fdupes %{buildroot}/%{_datadir}
 
 %post

++ lxqt-common-0.9.1-fix-theme-dirnames.patch ++
 25250 lines (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit gudev-sharp for openSUSE:Factory

2015-02-27 Thread h_root
Hello community,

here is the log from the commit of package gudev-sharp for openSUSE:Factory 
checked in at 2015-02-27 10:58:55

Comparing /work/SRC/openSUSE:Factory/gudev-sharp (Old)
 and  /work/SRC/openSUSE:Factory/.gudev-sharp.new (New)


Package is "gudev-sharp"

Changes:

--- /work/SRC/openSUSE:Factory/gudev-sharp/gudev-sharp.changes  2012-02-16 
12:22:36.0 +0100
+++ /work/SRC/openSUSE:Factory/.gudev-sharp.new/gudev-sharp.changes 
2015-02-27 10:58:56.0 +0100
@@ -1,0 +2,18 @@
+Fri Jan 16 15:25:21 UTC 2015 - p.drou...@gmail.com
+
+- Update to version 3.0
+  * This version depends on glib-sharp 2.99 and above, and can be
+installed in parallel with version 0.1.
+As a consequence, the assembly and the pkgconfig file are now
+named gudev-sharp-3.0
+- Replace glib-sharp2 with pkgconfig(glib-sharp-3.0); follow upstream
+  changes
+- Replace gtk-sharp2-gapi with pkgconfig(gapi-3.0); follow upstream
+  changes
+- Remove redundant %clean section
+- Package is arch-independant; use "noarch" as BuildArch
+  Move pkgconfig file to %{_datadir}
+- Add pkg-config requirement; as pkgconfig file is moved to /usr/share,
+  pkg-config is needed to evaluate "Provides"
+
+---

Old:

  gudev-sharp-0.2.tar.bz2

New:

  gudev-sharp-3.0.tar.gz



Other differences:
--
++ gudev-sharp.spec ++
--- /var/tmp/diff_new_pack.rLPPO2/_old  2015-02-27 10:58:58.0 +0100
+++ /var/tmp/diff_new_pack.rLPPO2/_new  2015-02-27 10:58:58.0 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package gudev-sharp (Version 0.2)
+# spec file for package gudev-sharp
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,22 +15,21 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   gudev-sharp
-Version:0.2
-Release:1
+Version:3.0
+Release:0
 License:LGPL-2.1
 Group:  Development/Languages/Mono
 Summary:.NET/C# Bindings for GUDev
 Url:http://github.com/mono/gudev-sharp
-Source: %{name}-%{version}.tar.bz2
+Source: 
https://github.com/mono/gudev-sharp/releases/download/3.0.0/%{name}-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-
+BuildArch:  noarch
 BuildRequires:  glib2-devel >= 2.6
-BuildRequires:  glib-sharp2
-BuildRequires:  gtk-sharp2-gapi
+BuildRequires:  pkg-config
+BuildRequires:  pkgconfig(glib-sharp-3.0)
+BuildRequires:  pkgconfig(gapi-3.0)
 BuildRequires:  gtk-sharp2
 BuildRequires:  mono-devel
 BuildRequires:  monodoc-core
@@ -63,21 +62,20 @@
 
 %install
 %makeinstall
-
-%clean
-rm -rf "$RPM_BUILD_ROOT"
+mkdir -p %{buildroot}%{_datadir}/pkgconfig
+mv  %{buildroot}%{_libdir}/pkgconfig/gudev-sharp-3.0.pc 
%{buildroot}%{_datadir}/pkgconfig/
 
 %files
 %defattr(-,root,root)
 %doc ChangeLog NEWS COPYING AUTHORS README
-%dir %{_prefix}/lib/mono/gudev-sharp-1.0
-%{_prefix}/lib/mono/gudev-sharp-1.0/*.dll*
+%dir %{_prefix}/lib/mono/gudev-sharp-3.0
+%{_prefix}/lib/mono/gudev-sharp-3.0/*.dll*
 %dir %{_prefix}/lib/mono/gac/gudev-sharp/
 %dir %{_prefix}/lib/mono/gac/gudev-sharp/*
 %{_prefix}/lib/mono/gac/gudev-sharp/*/gudev-sharp.dll*
 
 %files devel
 %defattr(-,root,root)
-%{_libdir}/pkgconfig/gudev-sharp-1.0.pc
+%{_datadir}/pkgconfig/gudev-sharp-3.0.pc
 
 %changelog

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



  1   2   >