commit ostree for openSUSE:Factory

2016-05-14 Thread h_root
Hello community,

here is the log from the commit of package ostree for openSUSE:Factory checked 
in at 2016-05-14 12:23:44

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


Package is "ostree"

Changes:

--- /work/SRC/openSUSE:Factory/ostree/ostree.changes2016-05-05 
12:10:52.0 +0200
+++ /work/SRC/openSUSE:Factory/.ostree.new/ostree.changes   2016-05-14 
12:23:46.0 +0200
@@ -1,0 +2,7 @@
+Wed May 11 15:01:58 UTC 2016 - dims...@opensuse.org
+
+- Add ostree-grub2-location.patch: Fix path to find
+  grub-mkconfig_lib. openSUSE installs those files to 
+  /usr/share/grub2, upstream would do /usr/share/grub (boo#974714).
+
+---

New:

  ostree-grub2-location.patch



Other differences:
--
++ ostree.spec ++
--- /var/tmp/diff_new_pack.V4hKnN/_old  2016-05-14 12:23:47.0 +0200
+++ /var/tmp/diff_new_pack.V4hKnN/_new  2016-05-14 12:23:47.0 +0200
@@ -24,6 +24,8 @@
 Group:  System/Libraries
 Url:http://www.google.com
 Source: %{name}-%{version}.tar.xz
+# PATCH-FIX-OPENSUSE ostree-grub2-location.patch boo#974714 
dims...@opensuse.org -- Fix path to grub-mkconfig_lib
+Patch0: ostree-grub2-location.patch
 BuildRequires:  bison
 BuildRequires:  gjs
 BuildRequires:  gnome-common
@@ -90,6 +92,7 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 NOCONFIGURE=1 ./autogen.sh

++ ostree-grub2-location.patch ++
Index: ostree-2016.5/src/boot/grub2/grub2-15_ostree
===
--- ostree-2016.5.orig/src/boot/grub2/grub2-15_ostree
+++ ostree-2016.5/src/boot/grub2/grub2-15_ostree
@@ -35,7 +35,7 @@ set -e
 # it's a lot better than reimplementing the config-generating bits of
 # OSTree in shell script.
 
-. /usr/share/grub/grub-mkconfig_lib
+. /usr/share/grub2/grub-mkconfig_lib
 
 DEVICE=${GRUB_DEVICE_BOOT:-${GRUB_DEVICE}}
 



commit filezilla for openSUSE:Factory

2016-05-14 Thread h_root
Hello community,

here is the log from the commit of package filezilla for openSUSE:Factory 
checked in at 2016-05-14 12:23:31

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


Package is "filezilla"

Changes:

--- /work/SRC/openSUSE:Factory/filezilla/filezilla.changes  2016-04-30 
23:31:19.0 +0200
+++ /work/SRC/openSUSE:Factory/.filezilla.new/filezilla.changes 2016-05-14 
12:23:33.0 +0200
@@ -1,0 +2,12 @@
+Tue May 10 22:13:09 UTC 2016 - ec...@opensuse.org
+
+- update to 3.17.0.1
+  - SFTP: Fixed resuming SFTP transfers
+  - MSW: Loading the system default locale no longer fails on 
+systems that have any English locale installed, yet do not have
+the US-English locale installed
+  - Fixed crash if update dialog is opened at the very same moment 
+FileZilla is being closed.
+- Add Patch filezilla-wxstring.patch for wxString conversion bug.
+
+---

Old:

  FileZilla_3.17.0_src.tar.bz2

New:

  FileZilla_3.17.0.1_src.tar.bz2
  filezilla-wxstring.patch



Other differences:
--
++ filezilla.spec ++
--- /var/tmp/diff_new_pack.Egpp2P/_old  2016-05-14 12:23:35.0 +0200
+++ /var/tmp/diff_new_pack.Egpp2P/_new  2016-05-14 12:23:35.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   filezilla
-Version:3.17.0
+Version:3.17.0.1
 Release:0
 Summary:A GUI FTP and SFTP Client
 License:GPL-2.0+
@@ -28,6 +28,8 @@
 Patch0: putty-no_DATE_and_TIME_.patch
 # PATCH-FIX-OPENSUSE filezilla-3.5.3-buildinfo-no-date.patch
 Patch1: filezilla-3.5.3-buildinfo-no-date.patch
+# PATCH-FIX-OPENSUSE filezilla-wxstring.patch
+Patch2: filezilla-wxstring.patch
 BuildRequires:  autoconf
 BuildRequires:  automake
 BuildRequires:  fdupes
@@ -82,6 +84,7 @@
 %setup -q
 %patch0
 %patch1 -p1
+%patch2 -p0
 
 # Fix invalid translation locales:
 cd locales

++ FileZilla_3.17.0_src.tar.bz2 -> FileZilla_3.17.0.1_src.tar.bz2 ++
 10745 lines of diff (skipped)

++ filezilla-wxstring.patch ++
--- src/engine/serverpath.cpp~  2016-05-09 02:15:19.0 -0500
+++ src/engine/serverpath.cpp   2016-05-09 10:53:49.364540531 -0500
@@ -344,7 +344,7 @@
return false;
}
if (prefix_len) {
-   data.m_prefix = fz::sparse_optional(new wxString(p, p 
+ prefix_len));
+   data.m_prefix = fz::sparse_optional(wxString(p, p + 
prefix_len));
p += prefix_len + 1;
}
 



commit pam_ldap for openSUSE:Factory

2016-05-14 Thread h_root
Hello community,

here is the log from the commit of package pam_ldap for openSUSE:Factory 
checked in at 2016-05-14 12:23:43

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


Package is "pam_ldap"

Changes:

--- /work/SRC/openSUSE:Factory/pam_ldap/pam_ldap.changes2014-11-10 
17:29:10.0 +0100
+++ /work/SRC/openSUSE:Factory/.pam_ldap.new/pam_ldap.changes   2016-05-14 
12:23:45.0 +0200
@@ -1,0 +2,5 @@
+Fri Mar  4 06:20:53 UTC 2016 - bwiedem...@suse.com
+
+- Add reproducible.patch to drop build date to make build-compare work
+
+---

New:

  reproducible.patch



Other differences:
--
++ pam_ldap.spec ++
--- /var/tmp/diff_new_pack.ktRz6O/_old  2016-05-14 12:23:46.0 +0200
+++ /var/tmp/diff_new_pack.ktRz6O/_new  2016-05-14 12:23:46.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package pam_ldap
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -38,6 +38,7 @@
 Patch1: pam_ldap-arm-linux-gnueabi.patch
 Patch2: pam_ldap-expirewarning.dif
 Patch3: pam_ldap-chauthtok-errcode.dif
+Patch4: reproducible.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -54,6 +55,7 @@
 %patch1 -p1
 %patch2 -p1
 %patch3 -p1
+%patch4 -p1
 cp -v  %{S:1} .
 
 %build

++ reproducible.patch ++
Index: pam_ldap-186/vers_string
===
--- pam_ldap-186.orig/vers_string
+++ pam_ldap-186/vers_string
@@ -13,7 +13,7 @@ $HEADER = '$Id: vers_string,v 1.2 2010/0
 if ($ENV{'PROGRAM'}) { $PROGRAM = $ENV{'PROGRAM'}; }
 
 chop($AUTHOR);
-chop($DATE=`date -u`);
+$DATE="see rpm -qi pam_ldap";
 chop($CWD=`pwd`);
 
 ($PROJECT, $VERSION) = split(/\-/, ());



commit lftp for openSUSE:Factory

2016-05-14 Thread h_root
Hello community,

here is the log from the commit of package lftp for openSUSE:Factory checked in 
at 2016-05-14 12:23:41

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


Package is "lftp"

Changes:

--- /work/SRC/openSUSE:Factory/lftp/lftp.changes2016-01-08 
15:22:35.0 +0100
+++ /work/SRC/openSUSE:Factory/.lftp.new/lftp.changes   2016-05-14 
12:23:43.0 +0200
@@ -1,0 +2,31 @@
+Wed May 11 09:09:12 UTC 2016 - m...@suse.com
+
+- lftp 4.7.0:
+  * ftp: add MODE Z support.
+  * ftp: new settings ftp:use-mode-z, ftp:compressed-re, ftp:mode-z-level.
+  * ftp: add MFF support for chmod.
+  * ftp: prefer EPSV by default.
+  * ftp: prefer CWD-relative paths.
+  * ftp: enable MLSD by default (when supported).
+  * ftp: assume AUTH is supported based on other newer features.
+  * http: add support for digest authentication.
+  * http: fixed webdav directory listing.
+  * http: fixed a coredump when using a proxy for https.
+  * sftp: fixed mirror to sftp with xfer:use-temp-file set.
+  * ssl: optimized ssl for speed and lower syscall count.
+  * ssl: log server's certificate fingerprint.
+  * ssl: allow disabling certificate verification by its fingerprint.
+  * get: rename backup file back if new file cannot be retrieved.
+  * get: new settings xfer:backup-suffix and xfer:keep-backup.
+  * get/put/mget/mput/pget/get1: add -q (quiet) option.
+  * edit: allow creating a new file.
+  * new debug option -T (truncate output file).
+  * new mirror options: --{in,ex}clude-{rx,glob}-from.
+  * new mirror options: --Remove-source-dirs, --Move.
+
+- lftp 4.7.1:
+  * http: fixed authentication for proxy, transient errors, max-retries=1.
+  * http: fixed put with authentication not to use HEAD request.
+  * translations updated (cs, ru).  
+
+---

Old:

  lftp-4.6.5.tar.xz
  lftp-4.6.5.tar.xz.asc

New:

  lftp-4.7.1.tar.xz
  lftp-4.7.1.tar.xz.asc



Other differences:
--
++ lftp.spec ++
--- /var/tmp/diff_new_pack.0FJ4gp/_old  2016-05-14 12:23:44.0 +0200
+++ /var/tmp/diff_new_pack.0FJ4gp/_new  2016-05-14 12:23:44.0 +0200
@@ -19,7 +19,7 @@
 
 %define vi_version 1.1
 Name:   lftp
-Version:4.6.5
+Version:4.7.1
 Release:0
 Summary:Command Line File Transfer Program
 License:GPL-2.0+
@@ -112,7 +112,7 @@
 make %{?_smp_mflags} STRIP=touch
 
 %install
-make DESTDIR=%{buildroot} install STRIP=touch
+make DESTDIR=%{buildroot} install STRIP=touch MKDIR_P="mkdir -p"
 
 mkdir -p %{buildroot}%{_sysconfdir}/alternatives
 touch %{buildroot}%{_sysconfdir}/alternatives/ftp
@@ -143,7 +143,7 @@
 
 %files -f "lftp.lang"
 %defattr(-,root,root)
-%doc BUGS COPYING ChangeLog FAQ FEATURES README* NEWS THANKS TODO lftp.lsm
+%doc BUGS COPYING ChangeLog FAQ FEATURES README* NEWS THANKS TODO
 %ghost %{_sysconfdir}/alternatives/ftp
 %ghost %{_sysconfdir}/alternatives/ftp.1.gz
 %{_bindir}/ftp

++ lftp-4.6.5.tar.xz -> lftp-4.7.1.tar.xz ++
 49813 lines of diff (skipped)

++ lftp-wrapper+edit+compat-modify.patch ++
--- /var/tmp/diff_new_pack.0FJ4gp/_old  2016-05-14 12:23:45.0 +0200
+++ /var/tmp/diff_new_pack.0FJ4gp/_new  2016-05-14 12:23:45.0 +0200
@@ -1,15 +1,7 @@

- src/CmdExec.cc  |   32 
- src/CmdExec.h   |3 +++
- src/CopyJob.cc  |3 ++-
- src/Makefile.am |   12 ++--
- 4 files changed, 47 insertions(+), 3 deletions(-)
-
-Index: src/CmdExec.cc
-===
 src/CmdExec.cc.orig2013-04-12 10:26:09.0 +0200
-+++ src/CmdExec.cc 2013-10-07 16:20:54.281577956 +0200
-@@ -1225,6 +1225,38 @@ void CmdExec::ChangeSession(FileAccess *
+diff -u src.orig/CmdExec.cc src/CmdExec.cc
+--- src.orig/CmdExec.cc2016-05-11 08:40:28.662250124 +0200
 src/CmdExec.cc 2016-05-11 08:41:53.162253123 +0200
+@@ -1243,6 +1243,38 @@
ConnectionSlot::Set(slot,session);
  }
  
@@ -48,11 +40,10 @@
  const char *CmdExec::CmdByIndex(int i)
  {
 if(dyn_cmd_table)
-Index: src/CmdExec.h
-===
 src/CmdExec.h.orig 2013-03-19 13:48:18.0 +0100
-+++ src/CmdExec.h  2013-10-07 16:21:22.657911764 +0200
-@@ -237,6 +237,9 @@ public:
+diff -u src.orig/CmdExec.h src/CmdExec.h
+--- src.orig/CmdExec.h 2016-05-11 08:40:28.658250124 +0200
 src/CmdExec.h  2016-05-11 08:41:53.162253123 +0200
+@@ -238,6 +238,9 @@
 static void RegisterCommand(const char *name,cmd_creator_t creator,
const char *short_name=0,const char *long_name=0);
  
@@ -62,10 +53,9 @@
 Job *builtin_lcd();

commit darktable for openSUSE:Factory

2016-05-14 Thread h_root
Hello community,

here is the log from the commit of package darktable for openSUSE:Factory 
checked in at 2016-05-14 12:23:50

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


Package is "darktable"

Changes:

--- /work/SRC/openSUSE:Factory/darktable/darktable.changes  2016-04-28 
16:58:34.0 +0200
+++ /work/SRC/openSUSE:Factory/.darktable.new/darktable.changes 2016-05-14 
12:23:51.0 +0200
@@ -1,0 +2,34 @@
+Thu May  5 00:32:00 UTC 2016 - mrueck...@suse.de
+
+- update to 2.0.4
+  - New Features
+- Support grayscale input profiles
+- Add a BRG profile for testing purposes
+  - Bugfixes
+- Fix the GUI with GTK 3.20
+- Fix the color profiles we ship
+- Fix two deflicker (exposure iop, mode = automatic) issues
+- Fix trashing of files on OSX
+- Fix Rights field in Lua
+  - Base Support
+- Nikon D5
+- Sony ILCA-68
+  - White Balance Presets
+- Pentax K-S1
+- Sony ILCA-68
+  - Noise Profiles
+- Canon PowerShot G15
+- Fujifilm X70
+- Olympus PEN-F
+- Panasonic DMC-GF7
+  - Translation Added
+- Slovenian
+  - Translations Updates
+- Catalan
+- Dutch
+- German
+- Hebrew
+- Slovak
+- Spanish
+
+---

Old:

  darktable-2.0.3.tar.xz

New:

  darktable-2.0.4.tar.xz



Other differences:
--
++ darktable.spec ++
--- /var/tmp/diff_new_pack.UPqT7W/_old  2016-05-14 12:23:53.0 +0200
+++ /var/tmp/diff_new_pack.UPqT7W/_new  2016-05-14 12:23:53.0 +0200
@@ -44,7 +44,7 @@
 %define cmake_options -DCMAKE_SKIP_RPATH:BOOL=OFF 
-DCMAKE_BUILD_TYPE=RelWithDebInfo -DBINARY_PACKAGE_BUILD=1 
-DPROJECT_VERSION:STRING="%{version}-%{release}"
 
 Name:   darktable
-Version:2.0.3
+Version:2.0.4
 Release:0
 Url:http://www.darktable.org/
 Source0:
https://github.com/darktable-org/darktable/releases/download/release-%{version}/%{name}-%{version}.tar.xz

++ darktable-2.0.3.tar.xz -> darktable-2.0.4.tar.xz ++
 30004 lines of diff (skipped)




commit yast2-reipl for openSUSE:Factory

2016-05-14 Thread h_root
Hello community,

here is the log from the commit of package yast2-reipl for openSUSE:Factory 
checked in at 2016-05-14 12:23:52

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


Package is "yast2-reipl"

Changes:

--- /work/SRC/openSUSE:Factory/yast2-reipl/yast2-reipl.changes  2015-10-28 
17:31:00.0 +0100
+++ /work/SRC/openSUSE:Factory/.yast2-reipl.new/yast2-reipl.changes 
2016-05-14 12:23:54.0 +0200
@@ -1,0 +2,14 @@
+Fri May 13 11:26:21 UTC 2016 - igonzalezs...@suse.com
+
+- Use Arch.is_zkvm method instead of using grep
+  to determine whether the system is running on z/KVM
+  (related to fate#320262)
+- 3.1.9
+
+---
+Fri Nov 13 15:01:40 UTC 2015 - jreidin...@suse.com
+
+- Fixed an Internal Error on z/KVM (bnc#954952)
+- 3.1.8
+
+---

Old:

  yast2-reipl-3.1.7.tar.bz2

New:

  yast2-reipl-3.1.9.tar.bz2



Other differences:
--
++ yast2-reipl.spec ++
--- /var/tmp/diff_new_pack.JJqzbG/_old  2016-05-14 12:23:55.0 +0200
+++ /var/tmp/diff_new_pack.JJqzbG/_new  2016-05-14 12:23:55.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package yast2-reipl
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-reipl
-Version:3.1.7
+Version:3.1.9
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ yast2-reipl-3.1.7.tar.bz2 -> yast2-reipl-3.1.9.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-reipl-3.1.7/package/yast2-reipl.changes 
new/yast2-reipl-3.1.9/package/yast2-reipl.changes
--- old/yast2-reipl-3.1.7/package/yast2-reipl.changes   2015-10-27 
13:58:27.0 +0100
+++ new/yast2-reipl-3.1.9/package/yast2-reipl.changes   2016-05-13 
15:27:38.0 +0200
@@ -1,4 +1,18 @@
 ---
+Fri May 13 11:26:21 UTC 2016 - igonzalezs...@suse.com
+
+- Use Arch.is_zkvm method instead of using grep
+  to determine whether the system is running on z/KVM
+  (related to fate#320262)
+- 3.1.9
+
+---
+Fri Nov 13 15:01:40 UTC 2015 - jreidin...@suse.com
+
+- Fixed an Internal Error on z/KVM (bnc#954952)
+- 3.1.8
+
+---
 Tue Oct 27 11:56:09 UTC 2015 - jreidin...@suse.com
 
 - require shutdown in zKVM (bnc#943582)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-reipl-3.1.7/package/yast2-reipl.spec 
new/yast2-reipl-3.1.9/package/yast2-reipl.spec
--- old/yast2-reipl-3.1.7/package/yast2-reipl.spec  2015-10-27 
13:58:27.0 +0100
+++ new/yast2-reipl-3.1.9/package/yast2-reipl.spec  2016-05-13 
15:27:38.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-reipl
-Version:3.1.7
+Version:3.1.9
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-reipl-3.1.7/src/clients/reipl_bootloader_finish.rb 
new/yast2-reipl-3.1.9/src/clients/reipl_bootloader_finish.rb
--- old/yast2-reipl-3.1.7/src/clients/reipl_bootloader_finish.rb
2015-10-27 13:58:28.0 +0100
+++ new/yast2-reipl-3.1.9/src/clients/reipl_bootloader_finish.rb
2016-05-13 15:27:38.0 +0200
@@ -49,9 +49,9 @@
 Builtins.y2milestone "fcp comparison for '#{param}' is different?: 
#{res}"
 res
   end
-  # zkvm require change of IPL (bnc#943582)
-  zkvm = Yast::WFM.Execute(".local.bash", "egrep 'Control Program: 
KVM' /proc/sysinfo") == 0
-  @different = ccw_different || fcp_different || zkvm
+  # zkvm require change of IPL (bnc#943582). Also the system will be 
shutdown
+  # according to fate#320262 (see yast_inf_finish client for more 
information).
+  @different = ccw_different || fcp_different || Arch.is_zkvm
   Builtins.y2milestone("different = %1", @different)
 
   Builtins.y2milestone("newConfiguration['method'] :  %1", 
Ops.get_string(@newConfiguration, "method", "ERROR"))




commit libfilezilla for openSUSE:Factory

2016-05-14 Thread h_root
Hello community,

here is the log from the commit of package libfilezilla for openSUSE:Factory 
checked in at 2016-05-14 12:23:37

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


Package is "libfilezilla"

Changes:

--- /work/SRC/openSUSE:Factory/libfilezilla/libfilezilla.changes
2016-04-28 17:02:36.0 +0200
+++ /work/SRC/openSUSE:Factory/.libfilezilla.new/libfilezilla.changes   
2016-05-14 12:23:38.0 +0200
@@ -1,0 +2,8 @@
+Tue May 10 22:30:56 UTC 2016 - ec...@opensuse.org
+
+- Update to version 0.5.1
+  - Add constructore to sparse_optional taking pointers
+  - Fix compilation on systems where iconv's second argument is 
+const
+
+---

Old:

  libfilezilla-0.5.0.tar.bz2

New:

  libfilezilla-0.5.1.tar.bz2



Other differences:
--
++ libfilezilla.spec ++
--- /var/tmp/diff_new_pack.JZMvH6/_old  2016-05-14 12:23:39.0 +0200
+++ /var/tmp/diff_new_pack.JZMvH6/_new  2016-05-14 12:23:39.0 +0200
@@ -20,7 +20,7 @@
 %define libname%{name}%{major}
 %define develname  %{name}-devel
 Name:   libfilezilla
-Version:0.5.0
+Version:0.5.1
 Release:0
 Summary:C++ library for filezilla
 License:GPL-2.0+
@@ -34,9 +34,9 @@
 BuildRequires:  doxygen
 BuildRequires:  fdupes
 BuildRequires:  graphviz
-BuildRequires:  pkgconfig(cppunit)
 BuildRequires:  libtool
 BuildRequires:  pkg-config
+BuildRequires:  pkgconfig(cppunit)
 %if 0%{?suse_version} <= 1320
 # FileZilla requires C++14 support.
 BuildRequires:  gcc5-c++

++ libfilezilla-0.5.0.tar.bz2 -> libfilezilla-0.5.1.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libfilezilla-0.5.0/NEWS new/libfilezilla-0.5.1/NEWS
--- old/libfilezilla-0.5.0/NEWS 2016-04-15 09:52:25.0 +0200
+++ new/libfilezilla-0.5.1/NEWS 2016-05-09 17:30:15.0 +0200
@@ -1,3 +1,8 @@
+0.5.1 (2016-05-09)
+
++ Add constructore to sparse_optional taking pointers
+- Fix compilation on systems where iconv's second argument is const
+
 0.5.0 (2016-04-15)
 
 - Handle timestamps where midnight is represented as 24:00:00.000 of the 
previous day
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libfilezilla-0.5.0/configure 
new/libfilezilla-0.5.1/configure
--- old/libfilezilla-0.5.0/configure2016-04-15 09:52:38.0 +0200
+++ new/libfilezilla-0.5.1/configure2016-05-09 17:31:41.0 +0200
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for libfilezilla 0.5.0.
+# Generated by GNU Autoconf 2.69 for libfilezilla 0.5.1.
 #
 # Report bugs to .
 #
@@ -590,8 +590,8 @@
 # Identity of this package.
 PACKAGE_NAME='libfilezilla'
 PACKAGE_TARNAME='libfilezilla'
-PACKAGE_VERSION='0.5.0'
-PACKAGE_STRING='libfilezilla 0.5.0'
+PACKAGE_VERSION='0.5.1'
+PACKAGE_STRING='libfilezilla 0.5.1'
 PACKAGE_BUGREPORT='tim.ko...@filezilla-project.org'
 PACKAGE_URL='https://lib.filezilla-project.org/'
 
@@ -1395,7 +1395,7 @@
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF
-\`configure' configures libfilezilla 0.5.0 to adapt to many kinds of systems.
+\`configure' configures libfilezilla 0.5.1 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1465,7 +1465,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
- short | recursive ) echo "Configuration of libfilezilla 0.5.0:";;
+ short | recursive ) echo "Configuration of libfilezilla 0.5.1:";;
esac
   cat <<\_ACEOF
 
@@ -1589,7 +1589,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-libfilezilla configure 0.5.0
+libfilezilla configure 0.5.1
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -2034,7 +2034,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by libfilezilla $as_me 0.5.0, which was
+It was created by libfilezilla $as_me 0.5.1, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
@@ -2900,7 +2900,7 @@
 
 # Define the identity of the package.
  PACKAGE='libfilezilla'
- VERSION='0.5.0'
+ VERSION='0.5.1'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -19461,7 +19461,7 @@
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log="
-This file was 

commit mc for openSUSE:Factory

2016-05-14 Thread h_root
Hello community,

here is the log from the commit of package mc for openSUSE:Factory checked in 
at 2016-05-14 12:23:38

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


Package is "mc"

Changes:

--- /work/SRC/openSUSE:Factory/mc/mc.changes2016-04-05 10:43:15.0 
+0200
+++ /work/SRC/openSUSE:Factory/.mc.new/mc.changes   2016-05-14 
12:23:39.0 +0200
@@ -1,0 +2,40 @@
+Mon May  9 19:05:12 UTC 2016 - d...@opensuse.org
+
+- Update to 4.8.17:
+
+=== Core ===
+  * Minimal version of Gettext is 0.18.1 (#1885)
+  * Optimization of copy/move operations (use adaptive buffer as in coreutils) 
(#2193)
+  * Recognize csh as tcsh (#2742)
+  * Сentered scrolling of file panel (#3130)
+  * Internals:
+* Switch to new high-level mouse API (#3571)
+
+=== VFS ===
+  * FISH helpers: remove executable bit (#3610)
+
+=== Editor ===
+  * Improvements of syntax highlighting:
+* F90 (#3618)
+* Java (MidnightCommander/mc#95)
+
+=== Misc ===
+  * Code cleanup (#3598, #3607)
+  * Install mc.keymap as a symlink to mc.default.keymap (#3609)
+  * File highlight: add more common file formats
+
+=== Fixes ===
+  * Segfault due to incorrect value of SHELL environment variable (#3606)
+  * Segfault when copying files under FreeBSD 9.3 (#3617)
+  * Segfault when entering into some cpio archives (#3621)
+  * Subshell output lost on window resize under tmux, GNU screen (#3639)
+  * Subshell cursor position lost after window resizing (#3640)
+  * Listbox no longer scrolls when dragging outside widget (#3559)
+  * VFS: extfs: incorrect date parsing in unzip (#3622)
+  * VFS: extfs: buffer overflow (#3605)
+  * VFS: patchfs: syntax error (#3620)
+  * VFS: fish: mistakes in ls Perl helper (#3611)
+
+- remove upstreamed Patch99: mc-patchfs_lzip-syntax-error.patch
+
+---
@@ -16,3 +56 @@
-Find file: empty value of "Content" is used instead of 
-   "Search for content" checkbox to disable search
-   for content (#3594)
+Find file: empty value of "Content" is used instead of "Search for 
content" checkbox to disable search for content (#3594)

Old:

  mc-4.8.16.sha256
  mc-4.8.16.tar.xz
  mc-patchfs_lzip-syntax-error.patch

New:

  mc-4.8.17.sha256
  mc-4.8.17.tar.xz



Other differences:
--
++ mc.spec ++
--- /var/tmp/diff_new_pack.MgJ2em/_old  2016-05-14 12:23:41.0 +0200
+++ /var/tmp/diff_new_pack.MgJ2em/_new  2016-05-14 12:23:41.0 +0200
@@ -21,7 +21,7 @@
 License:GPL-3.0+
 Group:  Productivity/File utilities
 Url:http://midnight-commander.org/
-Version:4.8.16
+Version:4.8.17
 Release:0
 
 #Git-Clone:git://github.com/MidnightCommander/mc
@@ -44,11 +44,6 @@
 Patch17:mc-rpm.patch
 Patch20:mc-f-keys.patch
 Patch21:mc-extfs-helpers-deb.patch
-# temporarily add fix from upstream until 4.8.17
-# https://bugzilla.opensuse.org/show_bug.cgi?id=972789
-# https://github.com/MidnightCommander/mc/issues/93
-# https://midnight-commander.org/ticket/3620
-Patch99:mc-patchfs_lzip-syntax-error.patch
 
 # add patch. bnc#856501
 # http://www.midnight-commander.org/ticket/3128
@@ -75,6 +70,7 @@
 BuildRequires:  audiofile-devel
 BuildRequires:  e2fsprogs-devel
 BuildRequires:  fdupes
+BuildRequires:  gettext >= 0.18.1
 BuildRequires:  glib2-devel >= 2.26.0
 BuildRequires:  libtool
 %if 0%{?suse_version} > 1130
@@ -135,8 +131,6 @@
 %patch52 -p1
 %patch60 -p1
 
-%patch99 -p0
-
 %build
 autoreconf --force --install
 %define warn_flags -W -Wall -Wstrict-prototypes -Wpointer-arith 
-Wformat-security -Wno-unused-parameter
@@ -202,7 +196,6 @@
 %config %{_sysconfdir}/mc/sfs.ini
 %config %{_sysconfdir}/mc/mc.menu
 %config %{_sysconfdir}/mc/mc.ext
-###config #{_sysconfdir}/mc/edit.spell.rc
 %config %{_sysconfdir}/mc/mcedit.menu
 %config %{_sysconfdir}/mc/mc.keymap
 %config %{_sysconfdir}/mc/mc.default.keymap
@@ -222,7 +215,6 @@
 %exclude %{_datadir}/mc/hints/mc.hint.*
 %{_datadir}/mc/help/mc.hlp
 %exclude %{_datadir}/mc/help/mc.hlp.*
-%exclude %{_sysconfdir}/mc/mc.menu.*
 %exclude %{_datadir}/locale/*/LC_MESSAGES/mc.mo
 
 %{_datadir}/applications/%{name}.desktop
@@ -231,7 +223,6 @@
 %dir %{_datadir}/icons/hicolor/32x32
 %dir %{_datadir}/icons/hicolor/32x32/apps
 %{_datadir}/icons/hicolor/32x32/apps/%{name}.png
-%exclude %{_sysconfdir}/mc/mc.menu.*
 
 %files lang -f %name.lang
 %defattr(-, root, root)

++ mc-4.8.16.sha256 -> mc-4.8.17.sha256 ++
--- /work/SRC/openSUSE:Factory/mc/mc-4.8.16.sha256  2016-03-17 
16:48:42.0 +0100
+++ /work/SRC/openSUSE:Factory/.mc.new/mc-4.8.17.sha256 2016-05-14 
12:23:39.0 +0200
@@ -1,2 +1,2 @@

commit xalan-c for openSUSE:Factory

2016-05-14 Thread h_root
Hello community,

here is the log from the commit of package xalan-c for openSUSE:Factory checked 
in at 2016-05-14 12:23:48

Comparing /work/SRC/openSUSE:Factory/xalan-c (Old)
 and  /work/SRC/openSUSE:Factory/.xalan-c.new (New)


Package is "xalan-c"

Changes:

--- /work/SRC/openSUSE:Factory/xalan-c/xalan-c.changes  2015-03-12 
16:38:46.0 +0100
+++ /work/SRC/openSUSE:Factory/.xalan-c.new/xalan-c.changes 2016-05-14 
12:23:49.0 +0200
@@ -1,0 +2,19 @@
+Fri May 13 11:48:06 UTC 2016 - tchva...@suse.com
+
+- Cleanup a bit with spec-cleaner
+- Disable ICU as no other distro does build with it
+- Add patches to build with paralel make and respect ldflags
+- Remove test/sample binaries instalation, not needed on resulting
+  systems
+- Add condition for aarch64 build
+- Added patches:
+  * fix-ftbfs-ld-as-needed.diff
+  * fix-testxslt-segfault.diff
+  * xalan-c-parallel-build.patch
+- Removed patches, no longer needed:
+  * xalan-c-1.11-fix_build.patch
+  * xalan-c-1.11-fixes.patch
+  * xalan-c-1.11-gcc4.patch
+  * xalan-c-1.11-lib64.patch
+
+---
@@ -13 +31,0 @@
-

Old:

  xalan-c-1.11-fix_build.patch
  xalan-c-1.11-fixes.patch
  xalan-c-1.11-gcc4.patch
  xalan-c-1.11-lib64.patch

New:

  fix-ftbfs-ld-as-needed.diff
  fix-testxslt-segfault.diff
  xalan-c-parallel-build.patch



Other differences:
--
++ xalan-c.spec ++
--- /var/tmp/diff_new_pack.WFL5b8/_old  2016-05-14 12:23:50.0 +0200
+++ /var/tmp/diff_new_pack.WFL5b8/_new  2016-05-14 12:23:50.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package xalan-c
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,26 +16,31 @@
 #
 
 
+%define _libname libxalan-c111
 Name:   xalan-c
-BuildRequires:  Xerces-c-devel
-BuildRequires:  gcc-c++
-BuildRequires:  libicu-devel
 Version:1.11
 Release:0
-%define tarver  %{version}
 Summary:An XSLT Transformation Engine in C++
 License:Apache-2.0
 Group:  Productivity/Publishing/XML
 Url:http://xml.apache.org/xalan-c/
-Source: 
http://www.eu.apache.org/dist/xalan/xalan-c/sources/xalan_c-%{tarver}-src.tar.gz
-Patch1: %{name}-%{version}-lib64.patch
-Patch2: %{name}-%{version}-fixes.patch
-Patch3: %{name}-%{version}-optflags.patch
-Patch4: %{name}-%{version}-gcc4.patch
-Patch5: %{name}-%{version}-fix_build.patch
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+Source: 
http://www.eu.apache.org/dist/xalan/xalan-c/sources/xalan_c-%{version}-src.tar.gz
+# PATCH-FIX-SUSE: respect suse passed cflags
+Patch1: %{name}-1.11-optflags.patch
+# PATCH-FIX-UPSTREAM: respect ldflags
+Patch2: fix-ftbfs-ld-as-needed.diff
+# PATCH-FIX-UPSTREAM: fix segfault
+Patch3: fix-testxslt-segfault.diff
+# PATCH-FIX-UPSTREAM: fix paralel build
+Patch4: xalan-c-parallel-build.patch
+BuildRequires:  Xerces-c-devel
+BuildRequires:  autoconf
+BuildRequires:  automake
+BuildRequires:  gcc-c++
+BuildRequires:  libtool
 Provides:   Xalan-C = 1.11
-Obsoletes:  Xalan-C <= 1.11
+Obsoletes:  Xalan-C < 1.11
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
 Xalan is an XSL processor for transforming XML documents into HTML,
@@ -44,14 +49,13 @@
 Recommendations for XSL Transformations (XSLT) and the XML Path
 Language (XPath).
 
-%package -n libxalan-c111
-# Requires:   Xalan-c = %{version}
+%package -n %{_libname}
 Summary:An XSLT Transformation Engine in C++
 Group:  System/Libraries
 Provides:   libXalan-c111 = 1.11
-Obsoletes:  libXalan-c111 <= 1.11
+Obsoletes:  libXalan-c111 < 1.11
 
-%description -n libxalan-c111
+%description -n %{_libname}
 Xalan is an XSL processor for transforming XML documents into HTML,
 text, or other XML document types. Xalan-C++ represents an almost
 complete and robust C++ reference implementation of the W3C
@@ -59,13 +63,13 @@
 Language (XPath).
 
 %package -n libxalan-c-devel
-Requires:   libxalan-c111 = %{version}
-Provides:   Xalan-c-devel = 1.9
-Obsoletes:  Xalan-c-devel <= 1.9
-Provides:   libXalan-c-devel = 1.11
-Obsoletes:  libXalan-c-devel <= 1.11
 Summary:An XSLT Transformation Engine in C++ - Development Files
 Group:  Development/Libraries/C and C++
+Requires:   %{_libname} = %{version}
+Provides:   Xalan-c-devel = %{version}
+Obsoletes:  Xalan-c-devel < %{version}
+Provides:   

commit proftpd for openSUSE:Factory

2016-05-14 Thread h_root
Hello community,

here is the log from the commit of package proftpd for openSUSE:Factory checked 
in at 2016-05-14 12:23:46

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


Package is "proftpd"

Changes:

--- /work/SRC/openSUSE:Factory/proftpd/proftpd.changes  2016-05-11 
16:37:34.0 +0200
+++ /work/SRC/openSUSE:Factory/.proftpd.new/proftpd.changes 2016-05-14 
12:23:47.0 +0200
@@ -1,0 +2,6 @@
+Sun May  8 22:05:07 UTC 2016 - jeng...@inai.de
+
+- Remove redundant spec sections
+- Ensure systemd-tmpfiles is called for the provied config file
+
+---



Other differences:
--
++ proftpd.spec ++
--- /var/tmp/diff_new_pack.7NHkrO/_old  2016-05-14 12:23:48.0 +0200
+++ /var/tmp/diff_new_pack.7NHkrO/_new  2016-05-14 12:23:48.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package proftpd
 #
-# Copyright (c) 2016 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -220,8 +220,7 @@
 # on `rpm -Uvh` PARAM is 2
 %if 0%{?has_systemd}
 %service_add_post %{name}.service
-
-%{__install} -d /run/%{name}
+/usr/bin/systemd-tmpfiles --create %{name}.conf || :
 %else
 %{fillup_and_insserv -f proftpd}
 %{__install} -d %{_localstatedir}/run/%{name}
@@ -238,13 +237,10 @@
 %service_del_postun %{name}.service
 %endif
 
-%clean
-%{__rm} -rf %{buildroot}
-
 %if 0%{?lang_package:1} > 0
 %files lang -f %{name}.lang
 %if 0%{?sles_version} == 11
-%defattr(-,root,root,-)
+%defattr(-,root,root)
 %dir %{_datadir}/locale/bg_BG
 %dir %{_datadir}/locale/bg_BG/LC_MESSAGES
 %dir %{_datadir}/locale/ja_JP
@@ -257,7 +253,7 @@
 %else
 %files -f %{name}.lang
 %endif
-%defattr(-,root,root,-)
+%defattr(-,root,root)
 %doc COPYING CREDITS ChangeLog NEWS README* RELEASE_NOTES
 %doc contrib/README.*
 #%doc contrib/xferstats.holger-preiss*
@@ -292,32 +288,32 @@
 %endif
 
 %files devel
-%defattr(-,root,root,-)
+%defattr(-,root,root)
 %{_includedir}/%{name}
 %{_libdir}/pkgconfig/%{name}.pc
 
 %files ldap
-%defattr(-,root,root,-)
+%defattr(-,root,root)
 %{_libdir}/%{name}/mod_ldap.so
 
 %files mysql
-%defattr(-,root,root,-)
+%defattr(-,root,root)
 %{_libdir}/%{name}/mod_sql_mysql.so
 
 %files pgsql
-%defattr(-,root,root,-)
+%defattr(-,root,root)
 %{_libdir}/%{name}/mod_sql_postgres.so
 
 %files radius
-%defattr(-,root,root,-)
+%defattr(-,root,root)
 %{_libdir}/%{name}/mod_radius.so
 
 %files sqlite
-%defattr(-,root,root,-)
+%defattr(-,root,root)
 %{_libdir}/%{name}/mod_sql_sqlite.so
 
 %files doc
-%defattr(-,root,root,-)
+%defattr(-,root,root)
 %doc doc/*.html doc/contrib doc/howto doc/modules
 
 %changelog





commit ncurses for openSUSE:Factory

2016-05-14 Thread h_root
Hello community,

here is the log from the commit of package ncurses for openSUSE:Factory checked 
in at 2016-05-14 12:22:52

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


Package is "ncurses"

Changes:

--- /work/SRC/openSUSE:Factory/ncurses/ncurses.changes  2016-03-21 
12:43:40.0 +0100
+++ /work/SRC/openSUSE:Factory/.ncurses.new/ncurses.changes 2016-05-14 
12:22:53.0 +0200
@@ -1,0 +2,47 @@
+Tue Apr 26 11:39:18 UTC 2016 - wer...@suse.de
+
+- Add ncurses patch 20160423
+  + modify test/ncurses.c 'd' edit-color menu to optionally read xterm
+color palette directly from terminal, as well as handling KEY_RESIZE
+and screen-repainting with control/L and control/R.
+  + add 'oc' capability to xterm+256color, allowing palette reset for
+xterm -TD
+
+---
+Mon Apr 18 08:34:22 UTC 2016 - wer...@suse.de
+
+- Add ncurses patch 20160416
+  + add workaround in configure script for inept transition to PIE vs
+PIC builds documented in
+https://fedoraproject.org/wiki/Changes/Harden_All_Packages
+  + add "reset" to list of programs whose names might change in manpages
+due to program-transformation configure options.
+  + drop long-obsolete "-n" option from tset.
+- Add ncurses patch 20160409
+  + modify test/blue.c to use Unicode values for card-glyphs when
+available, as well as improving the check for CP437 and CP850.
+- Add ncurses patch 20160402
+  + regenerate HTML manpages.
+  + improve manual pages for utilities with respect to POSIX versus
+X/Open Curses.
+- Add ncurses patch 20160326
+  + regenerate HTML manpages.
+  + improve test/demo_menus.c, allowing mouse-click on the menu-headers
+to switch the active menu.  This requires a new extension option
+O_MOUSE_MENU to tell the menu driver to put mouse events which do not
+apply to the active menu back into the queue so that the application
+can handle the event.
+- Add ncurses patch 20160319
+  + improve description of tgoto parameters (report by Steffen Nurpmeso).
+  + amend workaround for Solaris line-drawing to restore a special case
+that maps Unicode line-drawing characters into the acsc string for
+non-Unicode locales (Debian #816888).
+- Add ncurses patch 20160312
+  + modified test/filter.c to illustrate an alternative to getnstr, that
+polls for input while updating a clock on the right margin as well
+as responding to window size-changes.
+- Add ncurses patch 20160305
+  + omit a redefinition of "inline" when traces are enabled, since this
+does not work with gcc 5.3.x MinGW cross-compiling (cf: 20150912).
+
+---



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

++ ncurses-6.0.dif ++
--- /var/tmp/diff_new_pack.ZLTf1y/_old  2016-05-14 12:22:55.0 +0200
+++ /var/tmp/diff_new_pack.ZLTf1y/_new  2016-05-14 12:22:55.0 +0200
@@ -21,7 +21,7 @@
  19 files changed, 239 insertions(+), 80 deletions(-)
 
 --- aclocal.m4
-+++ aclocal.m4 2016-02-15 13:54:16.012308337 +
 aclocal.m4 2016-04-26 11:40:45.161925098 +
 @@ -564,7 +564,7 @@ AC_MSG_CHECKING([for size of bool])
  AC_CACHE_VAL(cf_cv_type_of_bool,[
rm -f cf_test.out
@@ -150,7 +150,7 @@
  esac
  done
 --- configure
-+++ configure  2016-02-15 13:54:16.016308259 +
 configure  2016-04-26 11:40:45.165925024 +
 @@ -5867,7 +5867,7 @@ case $cf_cv_system_name in
fi
;;
@@ -160,7 +160,7 @@
;;
  (openbsd[2-9].*|mirbsd*)
LD_RPATH_OPT="-Wl,-rpath,"
-@@ -11502,12 +11502,15 @@ cat >>$cf_edit_man <>$cf_edit_man <>$cf_edit_man <>$cf_edit_man <>$cf_edit_man <>$cf_edit_man <>$cf_edit_man <>$cf_edit_man <>$cf_edit_man <>$cf_edit_man <>$cf_edit_man <\$TMP
  CF_EOF
  if test -n "$cf_compress" ; then
-@@ -11632,9 +11635,9 @@ cat >>$cf_edit_man <>$cf_edit_man <>$cf_edit_man <>$cf_edit_man <\E[?5l, home=\E[H, hpa=\E[%i%p1%dG,
ht=^I, hts=\EH, ich=\E[%p1%d@, ich1=\E[@, il=\E[%p1%dL,
-@@ -4400,8 +4412,26 @@ xterm-noapp|xterm with cursor keys in no
+@@ -4401,8 +4413,26 @@ xterm-noapp|xterm with cursor keys in no
  xterm-24|vs100|xterms|xterm terminal emulator (X Window System),
lines#24, use=xterm-old,
  
@@ -534,7 +534,7 @@
use=xterm-new,
  
  # This entry assumes that xterm's handling of VT100 SI/SO is disabled by
-@@ -4736,7 +4766,7 @@ xterms-sun|small (80x24) xterm with sunF
+@@ -4737,7 +4767,7 @@ xterms-sun|small (80x24) xterm with sunF
  
   GNOME (VTE)
  # this describes the alpha-version of Gnome terminal shipped with Redhat 6.0
@@ -543,7 +543,7 @@
 

commit cloud-init for openSUSE:Factory

2016-05-14 Thread h_root
Hello community,

here is the log from the commit of package cloud-init for openSUSE:Factory 
checked in at 2016-05-14 12:23:29

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.changes2016-03-26 
15:27:20.0 +0100
+++ /work/SRC/openSUSE:Factory/.cloud-init.new/cloud-init.changes   
2016-05-14 12:23:30.0 +0200
@@ -1,0 +2,6 @@
+Tue May  3 21:49:47 UTC 2016 - rjsch...@suse.com
+
+- Add cloud-init-finalbeforelogin.patch (bsc#978048)
+  + Ordering issue, avoid login prompt before cloud-init is finished
+
+---

New:

  cloud-init-finalbeforelogin.patch



Other differences:
--
++ cloud-init.spec ++
--- /var/tmp/diff_new_pack.xXATmH/_old  2016-05-14 12:23:31.0 +0200
+++ /var/tmp/diff_new_pack.xXATmH/_new  2016-05-14 12:23:31.0 +0200
@@ -40,6 +40,7 @@
 Patch11:dataSourceOpenNebula.patch
 Patch12:fix-default-systemd-unit-dir.patch
 Patch13:no_logic_change.patch
+Patch14:cloud-init-finalbeforelogin.patch
 BuildRequires:  fdupes
 BuildRequires:  filesystem
 BuildRequires:  python-devel
@@ -139,6 +140,7 @@
 %patch11 -p2
 %patch12
 %patch13
+%patch14
 
 %if 0%{?suse_version} <= 1130
 # disable ecdsa for SLE 11 (not available)

++ cloud-init-finalbeforelogin.patch ++
--- systemd/cloud-final.service.orig
+++ systemd/cloud-final.service
@@ -1,6 +1,7 @@
 [Unit]
 Description=Execute cloud user/final scripts
 After=network.target syslog.target cloud-config.service rc-local.service
+Before=systemd-logind.service
 Requires=cloud-config.target
 Wants=network.target
 



commit gawk for openSUSE:Factory

2016-05-14 Thread h_root
Hello community,

here is the log from the commit of package gawk for openSUSE:Factory checked in 
at 2016-05-14 12:23:02

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


Package is "gawk"

Changes:

--- /work/SRC/openSUSE:Factory/gawk/gawk.changes2015-05-26 
12:29:56.0 +0200
+++ /work/SRC/openSUSE:Factory/.gawk.new/gawk.changes   2016-05-14 
12:23:04.0 +0200
@@ -1,0 +2,5 @@
+Wed May  4 15:57:22 UTC 2016 - norm...@linux.vnet.ibm.com
+
+- new gawk_ppc64le_ignore_transient_test_time_failure.patch
+
+---

New:

  gawk_ppc64le_ignore_transient_test_time_failure.patch



Other differences:
--
++ gawk.spec ++
--- /var/tmp/diff_new_pack.uH1rE5/_old  2016-05-14 12:23:05.0 +0200
+++ /var/tmp/diff_new_pack.uH1rE5/_new  2016-05-14 12:23:05.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package gawk
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -26,6 +26,7 @@
 Source: http://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.xz
 Source2:http://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.xz.sig
 Source3:
http://savannah.gnu.org/people/viewgpg.php?user_id=80653#/gawk.keyring
+Patch1: gawk_ppc64le_ignore_transient_test_time_failure.patch
 BuildRequires:  update-alternatives
 Requires(post): %{install_info_prereq}
 Requires(post): update-alternatives
@@ -43,6 +44,10 @@
 chmod -x COPYING
 # skip strftime time
 sed -ie 's/ strftime / /g' test/Makefile.in
+# apply only for the arch that experienced previously transient failure
+%ifarch ppc64le
+%patch1 -p1
+%endif
 
 %build
 %configure --libexecdir=%{_libdir}



++ gawk_ppc64le_ignore_transient_test_time_failure.patch ++
From: Michel Normand 
Subject: gawk ppc64le ignore transient test time failure
Date: Wed, 04 May 2016 17:46:51 +0200

gawk ignore test/time.awk transient failure
I experienced it one time on ppc64le with gawk version 4.1.3
===
[   50s] == _time =
[   50s] *** time.okSun Apr  5 08:13:50 2015
[   50s] --- _time  Wed May  4 05:51:05 2016
[   50s] ***
[   50s] *** 1,3 
[   50s] ! gettimeofday - systime = 0
[   50s]   sleep(1.3) = 0
[   50s]   gettimeofday - systime = 0
[   50s] --- 1,3 
[   50s] ! gettimeofday - systime = 1
[   50s]   sleep(1.3) = 0
[   50s]   gettimeofday - systime = 0
[   50s] make[2]: Leaving directory 
'/home/abuild/rpmbuild/BUILD/gawk-4.1.3/test'
[   50s] Makefile:1583: recipe for target 'check' failed
[   50s] make[1]: *** [check] Error 1
===

Signed-off-by: Michel Normand 
---
 test/Makefile.in |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Index: gawk-4.1.3/test/Makefile.in
===
--- gawk-4.1.3.orig/test/Makefile.in
+++ gawk-4.1.3/test/Makefile.in
@@ -3921,7 +3921,7 @@ rwarray:
 time:
@echo $@
@AWKPATH="$(srcdir)" $(AWK) -f $@.awk  >_$@ 2>&1 || echo EXIT CODE: $$? 
>>_$@
-   @-$(CMP) "$(srcdir)"/$@.ok _$@ && rm -f _$@
+   @-$(CMP) "$(srcdir)"/$@.ok _$@ && rm -f _$@ || { echo "WARNING ignore 
diff:"; $(CMP) "$(srcdir)"/$@.ok _$@; rm -f _$@; }
 
 # end of file Maketests
 



commit libvirt for openSUSE:Factory

2016-05-14 Thread h_root
Hello community,

here is the log from the commit of package libvirt for openSUSE:Factory checked 
in at 2016-05-14 12:23:21

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


Package is "libvirt"

Changes:

--- /work/SRC/openSUSE:Factory/libvirt/libvirt.changes  2016-04-30 
23:30:05.0 +0200
+++ /work/SRC/openSUSE:Factory/.libvirt.new/libvirt.changes 2016-05-14 
12:23:23.0 +0200
@@ -1,0 +2,18 @@
+Fri May  6 16:38:37 UTC 2016 - o...@aepfle.de
+
+- Remove unknown locales to fix build in old dists
+
+---
+Tue May  3 02:26:32 UTC 2016 - jfeh...@suse.com
+
+- Update to libvirt 1.3.4
+  - Add support for migration data compression in QEMU driver
+  - Drop libvirtd.socket
+  - Many incremental improvements and bug fixes, see
+http://libvirt.org/news.html
+  - Dropped patches: 216650f1-libxl-build-fix.patch,
+6d8b6d28-mark-implicit-video-primary.patch,
+03e8d5fb-qemu-perf-memory-corruption.patch,
+libvirtd-systemd-socket.patch
+
+---

Old:

  03e8d5fb-qemu-perf-memory-corruption.patch
  216650f1-libxl-build-fix.patch
  6d8b6d28-mark-implicit-video-primary.patch
  libvirt-1.3.3.tar.gz
  libvirt-1.3.3.tar.gz.asc
  libvirtd-systemd-socket.patch

New:

  libvirt-1.3.4.tar.gz
  libvirt-1.3.4.tar.gz.asc



Other differences:
--
++ libvirt.spec ++
--- /var/tmp/diff_new_pack.ftUwIT/_old  2016-05-14 12:23:24.0 +0200
+++ /var/tmp/diff_new_pack.ftUwIT/_new  2016-05-14 12:23:24.0 +0200
@@ -246,7 +246,7 @@
 
 Name:   libvirt
 Url:http://libvirt.org/
-Version:1.3.3
+Version:1.3.4
 Release:0
 Summary:Library providing a simple virtualization API
 License:LGPL-2.1+
@@ -450,8 +450,6 @@
 %endif
 %endif
 
-%global systemd_version %(pkg-config --modversion systemd)
-
 Source0:%{name}-%{version}.tar.gz
 Source1:%{name}-%{version}.tar.gz.asc
 Source2:%{name}.keyring
@@ -460,9 +458,6 @@
 Source99:   baselibs.conf
 Source100:  %{name}-rpmlintrc
 # Upstream patches
-Patch0: 216650f1-libxl-build-fix.patch
-Patch1: 6d8b6d28-mark-implicit-video-primary.patch
-Patch2: 03e8d5fb-qemu-perf-memory-corruption.patch
 # Patches pending upstream review
 # Need to go upstream
 Patch150:   xen-pv-cdrom.patch
@@ -486,11 +481,6 @@
 Patch212:   libvirt-suse-netcontrol.patch
 Patch213:   lxc-wait-after-eth-del.patch
 Patch214:   libxl-qemu-emulator-caps.patch
-# SocketUser and SocketGroup settings were added to systemd.socket in
-# version 214.  Patch the setting away in earlier systemd
-%if 0%{systemd_version} < 214
-Patch300:   libvirtd-systemd-socket.patch
-%endif
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -991,9 +981,6 @@
 
 %prep
 %setup -q
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
 %patch150 -p1
 %patch151 -p1
 %patch152 -p1
@@ -1014,9 +1001,6 @@
 %patch212 -p1
 %patch213 -p1
 %patch214 -p1
-%if 0%{systemd_version} < 214
-%patch300 -p1
-%endif
 
 %build
 %if ! %{with_xen}
@@ -1253,10 +1237,12 @@
 rm -f $RPM_BUILD_ROOT%{_libdir}/%{name}/connection-driver/*.a
 %endif
 # remove currently unsupported locale(s)
-rm -rf $RPM_BUILD_ROOT/usr/share/locale/sr@latin
-%if 0%{?suse_version} < 1130
-rm -rf $RPM_BUILD_ROOT/usr/share/locale/vi_VN
-%endif
+for dir in $RPM_BUILD_ROOT/usr/share/locale/*
+do
+  sdir=`echo $dir | sed "s|$RPM_BUILD_ROOT||"`
+  if test -d $sdir ; then continue ; fi
+  rm -rfv "$dir"
+done
 # temporarily remove polkit ACL policiy configuration - bnc#827644
 rm -f $RPM_BUILD_ROOT/%{_datadir}/polkit-1/actions/org.libvirt.api.policy
 
@@ -1423,7 +1409,7 @@
 
 %pre daemon
 %if %{with_systemd}
-%service_add_pre libvirtd.service libvirtd.socket
+%service_add_pre libvirtd.service
 %service_add_pre virtlockd.service virtlockd.socket
 %service_add_pre virtlogd.service virtlogd.socket
 %endif
@@ -1433,7 +1419,7 @@
 %post daemon
 /sbin/ldconfig
 %if %{with_systemd}
-%service_add_post libvirtd.service libvirtd.socket
+%service_add_post libvirtd.service
 %service_add_post virtlockd.service virtlockd.socket
 %service_add_post virtlogd.service virtlogd.socket
 %endif
@@ -1443,7 +1429,7 @@
 
 %preun daemon
 %if %{with_systemd}
-%service_del_preun libvirtd.service libvirtd.socket
+%service_del_preun libvirtd.service
 %service_del_preun virtlockd.service virtlockd.socket
 %service_del_preun virtlogd.service virtlogd.socket
 %else
@@ -1568,7 +1554,6 @@
 %{_localstatedir}/adm/fillup-templates/sysconfig.virtlockd
 %if %{with_systemd}
 %{_unitdir}/libvirtd.service

commit python-virtualenvwrapper for openSUSE:Factory

2016-05-14 Thread h_root
Hello community,

here is the log from the commit of package python-virtualenvwrapper for 
openSUSE:Factory checked in at 2016-05-14 12:23:22

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


Package is "python-virtualenvwrapper"

Changes:

--- 
/work/SRC/openSUSE:Factory/python-virtualenvwrapper/python-virtualenvwrapper.changes
2015-04-07 09:30:30.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-virtualenvwrapper.new/python-virtualenvwrapper.changes
   2016-05-14 12:23:25.0 +0200
@@ -1,0 +2,57 @@
+Mon May  9 18:29:59 UTC 2016 - toddrme2...@gmail.com
+
+- Update to 4.7.1
+  * enhance verbose output of hook loader
+  * Merged in erilem/virtualenvwrapper/user-scheme-installation (pull request 
#38)
+  * Change install docs to use --user
+- Update to 4.7.0
+  * Merged in gnawybol/virtualenvwrapper/support_MINGW64 (pull request #36
+  * Detect MSYS if MSYSTEM is MINGW64
+  * Merged in 
kdeldycke/virtualenvwrapper/kdeldycke/restore-overridden-cd-command-to-its-def-1435073839852
 (pull request #34)
+  * Restore overridden cd command to its default builtin behaviour
+- Update to 4.6.0
+  * remove some explicit tox environments
+  * Merged in jessamynsmith/virtualenvwrapper/py34 (pull request #30)
+  * quiet some of the lsvirtualenv tests
+  * add test for previous patch
+  * Merged in robsonpeixoto/virtualenvwrapper/bug/265 (pull request #33)
+  * Removes empty when list all virtualenvs
+  * Merged in 
justinabrahms/virtualenvwrapper/justinabrahms/update-links-and-name-for-venv-post-1431982402822
 (pull request #32)
+  * Update links and name for venv post
+  * Added testing and updated docs for python 3.4
+- Update to 4.5.1
+  * Merged in jessamynsmith/virtualenvwrapper/env_with_space (pull request #28
+  * Changes as per code review
+  * Added tests to verify that cpvirtualenv, lsvirtualenv, and mkproject work 
with spaces in env names
+  * Made rmvirtualenv work with spaces
+  * Added tests for leading spaces (trailing spaces don't work in Linux, so 
don't test them)
+  * Made lsvirtualenv and allvirtualenv work with spaces in env names
+  * Made cd command work with space in virtualenv name
+  * Fixed ordering in asserts for workon tests
+  * Made workon fully support virtualenvs with spaces in names
+  * fix default for VIRTUALENVWRAPPER_WORKON_CD
+- Update to 4.5.0
+  * Add -c/-n options to mktmpenv
+  * update mktmpenv test to assert changed directory
+  * Add test for creating venv with space in name
+- Update to 4.4.1
+  * Touch temporary file after a name is created
+  * document 'workon .' and give attribution
+  * Support "workon ."
+  * fix pep8 error
+  * make cd after workon optional
+  * fix sphinx build
+  * Merged in hjwp/virtualenvwrapper (pull request #25)
+  * Stop mangling the python argument to virtualenv
+  * ignore -f lines in pip freeze output
+  * Merged in bittner/virtualenvwrapper (pull request #22)
+  * hacked attempt to get round MSYS_HOME environ dependency on 
windows/git-bash/msys
+  * Change "distribute" to "setuptools" in docs
+  * Merged in jessamynsmith/virtualenvwrapper (pull request #23)
+  * Override tox's desire to install pre-releases
+  * Reworded the documentation around user scripts vs plugin creation, to make 
it more clear which one you need. Also added a simple example of user scripts
+  * do not install distribute in test environments
+  * Correct spelling of "Bitbucket"
+  * Update issue tracker URL
+
+---

Old:

  virtualenvwrapper-4.3.2.tar.gz

New:

  virtualenvwrapper-4.7.1.tar.gz



Other differences:
--
++ python-virtualenvwrapper.spec ++
--- /var/tmp/diff_new_pack.9wAXVt/_old  2016-05-14 12:23:26.0 +0200
+++ /var/tmp/diff_new_pack.9wAXVt/_new  2016-05-14 12:23:26.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-virtualenvwrapper
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   python-virtualenvwrapper
-Version:4.3.2
+Version:4.7.1
 Release:0
 Url:http://www.doughellmann.com/projects/virtualenvwrapper/
 Summary:Enhancements to virtualenv
@@ -29,6 +29,9 @@
 BuildRequires:  python-devel
 BuildRequires:  python-pbr
 BuildRequires:  python-setuptools
+BuildRequires:  python-stevedore
+BuildRequires:  python-virtualenv
+Requires:   python-virtualenv-clone
 Requires:   python-stevedore
 Requires:   

commit brp-extract-appdata for openSUSE:Factory

2016-05-14 Thread h_root
Hello community,

here is the log from the commit of package brp-extract-appdata for 
openSUSE:Factory checked in at 2016-05-14 12:22:57

Comparing /work/SRC/openSUSE:Factory/brp-extract-appdata (Old)
 and  /work/SRC/openSUSE:Factory/.brp-extract-appdata.new (New)


Package is "brp-extract-appdata"

Changes:

--- /work/SRC/openSUSE:Factory/brp-extract-appdata/brp-extract-appdata.changes  
2016-02-16 09:18:06.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.brp-extract-appdata.new/brp-extract-appdata.changes 
2016-05-14 12:22:58.0 +0200
@@ -1,0 +2,22 @@
+Wed May  4 10:33:50 UTC 2016 - dval...@suse.com
+
+- Add URL to git repo 
+
+---
+Wed May 04 10:29:21 UTC 2016 - dval...@suse.com
+
+- Update to version 2016.05.04:
+  Move to git and _service generated sources 
+
+---
+Tue May  3 22:04:25 UTC 2016 - dval...@suse.com
+
+- Produce appstream-util compatible output
+
+ - Convert  element into https://github.com/openSUSE/brp-extract-appdata
 BuildArch:  noarch
 
 %description
@@ -41,13 +40,14 @@
 the XML into the format expected from software center
 
 %prep
+%setup -q
 
 %build
 
 %install
-install -m0755 -D %SOURCE0 
$RPM_BUILD_ROOT%_rpmconfigdir/brp-suse.d/brp-72-extract-appdata
-install -m0755 -D %SOURCE1 
$RPM_BUILD_ROOT/usr/lib/build/checks/72-translate-appdata
-install -m0755 -D %SOURCE2 $RPM_BUILD_ROOT/usr/bin/extract-appdata-icons
+install -m0755 -D brp-extract-appdata.pl 
$RPM_BUILD_ROOT%_rpmconfigdir/brp-suse.d/brp-72-extract-appdata
+install -m0755 -D create-appdata-xml.pl 
$RPM_BUILD_ROOT/usr/lib/build/checks/72-translate-appdata
+install -m0755 -D extract-icons.pl 
$RPM_BUILD_ROOT/usr/bin/extract-appdata-icons
 
 %files
 %defattr(-,root,root)

++ _service ++

  
g...@github.com:openSUSE/brp-extract-appdata.git
git
@PARENT_TAG@
enable
refs/tags/2016.05.04
  
  
*.tar
xz
  
  

++ _servicedata ++


g...@github.com:openSUSE/brp-extract-appdata.git
  a3a7b25d8450de9b35a71fbf7a948eee549a9288


commit pam for openSUSE:Factory

2016-05-14 Thread h_root
Hello community,

here is the log from the commit of package pam for openSUSE:Factory checked in 
at 2016-05-14 12:23:08

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


Package is "pam"

Changes:

--- /work/SRC/openSUSE:Factory/pam/pam.changes  2015-08-21 07:35:16.0 
+0200
+++ /work/SRC/openSUSE:Factory/.pam.new/pam.changes 2016-05-14 
12:23:09.0 +0200
@@ -1,0 +2,52 @@
+Mon May  2 10:44:38 CEST 2016 - ku...@suse.de
+
+- Remove obsolete README.pam_tally [bsc#977973]
+
+---
+Thu Apr 28 13:51:59 CEST 2016 - ku...@suse.de
+
+- Update Linux-PAM to version 1.3.0
+- Rediff encryption_method_nis.diff
+- Link pam_unix against libtirpc and external libnsl to enable
+  IPv6 support.
+
+---
+Thu Apr 14 14:06:18 CEST 2016 - ku...@suse.de
+
+- Add /sbin/unix2_chkpwd (moved from pam-modules)
+
+---
+Mon Apr 11 15:09:04 CEST 2016 - ku...@suse.de
+
+- Remove (since accepted upstream):
+  - 0001-Remove-YP-dependencies-from-pam_access-they-were-nev.patch
+  - 0002-Remove-enable-static-modules-option-and-support-from.patch
+  - 0003-fix-nis-checks.patch
+  - 0004-PAM_EXTERN-isn-t-needed-anymore-but-don-t-remove-it-.patch
+  - 0005-Use-TI-RPC-functions-if-we-compile-and-link-against-.patch
+
+---
+Fri Apr  1 15:32:37 CEST 2016 - ku...@suse.de
+
+- Add 0005-Use-TI-RPC-functions-if-we-compile-and-link-against-.patch
+  - Replace IPv4 only functions
+
+---
+Fri Apr  1 10:37:58 CEST 2016 - ku...@suse.de
+
+- Fix typo in common-account.pamd [bnc#959439]
+
+---
+Tue Mar 29 14:25:02 CEST 2016 - ku...@suse.de
+
+- Add 0004-PAM_EXTERN-isn-t-needed-anymore-but-don-t-remove-it-.patch
+  - readd PAM_EXTERN for external PAM modules
+
+---
+Wed Mar 23 11:21:16 CET 2016 - ku...@suse.de
+
+- Add 0001-Remove-YP-dependencies-from-pam_access-they-were-nev.patch
+- Add 0002-Remove-enable-static-modules-option-and-support-from.patch
+- Add 0003-fix-nis-checks.patch
+
+---

Old:

  Linux-PAM-1.2.1-docs.tar.bz2
  Linux-PAM-1.2.1.tar.bz2

New:

  Linux-PAM-1.3.0-docs.tar.bz2
  Linux-PAM-1.3.0.tar.bz2
  unix2_chkpwd.8
  unix2_chkpwd.c



Other differences:
--
++ pam.spec ++
--- /var/tmp/diff_new_pack.N6l9NH/_old  2016-05-14 12:23:10.0 +0200
+++ /var/tmp/diff_new_pack.N6l9NH/_new  2016-05-14 12:23:10.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package pam
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -25,15 +25,18 @@
 BuildRequires:  bison
 BuildRequires:  cracklib-devel
 BuildRequires:  flex
-#BuildRequires:  pkgconfig(libtirpc)
+%if 0%{?suse_version} > 1320
+BuildRequires:  pkgconfig(libnsl)
+BuildRequires:  pkgconfig(libtirpc)
+%endif
 %if %{enable_selinux}
 BuildRequires:  libselinux-devel
 %endif
-%define libpam_so_version 0.84.1
+%define libpam_so_version 0.84.2
 %define libpam_misc_so_version 0.82.1
 %define libpamc_so_version 0.82.1
 #
-Version:1.2.1
+Version:1.3.0
 Release:0
 Summary:A Security Tool that Provides Authentication for Applications
 License:GPL-2.0+ or BSD-3-Clause
@@ -51,6 +54,8 @@
 Source7:common-session.pamd
 Source8:etc.environment
 Source9:baselibs.conf
+Source10:   unix2_chkpwd.c
+Source11:   unix2_chkpwd.8
 Patch0: fix-man-links.dif
 Patch2: pam-limit-nproc.patch
 Patch3: encryption_method_nis.diff
@@ -103,7 +108,7 @@
 %setup -q -n Linux-PAM-%{version} -b 1
 %patch0 -p1
 %patch2 -p1
-%patch3 -p1
+%patch3 -p0
 
 %build
 autoreconf -fiv
@@ -117,7 +122,8 @@
 --libdir=/%{_lib} \
--enable-isadir=../../%{_lib}/security \
 --enable-securedir=/%{_lib}/security
-make %{?_smp_mflags};
+make %{?_smp_mflags}
+%__cc -fwhole-program -fpie -pie -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE 
%{optflags} -I$RPM_BUILD_DIR/Linux-PAM-%{version}/libpam/include %{SOURCE10} -o 
$RPM_BUILD_DIR/unix2_chkpwd -L$RPM_BUILD_DIR/Linux-PAM-%{version}/libpam/.libs/ 
-lpam
 
 %check
 make %{?_smp_mflags} check
@@ -170,12 +176,6 @@
   ln -f 

commit python-websockify for openSUSE:Factory

2016-05-14 Thread h_root
Hello community,

here is the log from the commit of package python-websockify for 
openSUSE:Factory checked in at 2016-05-14 12:23:25

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


Package is "python-websockify"

Changes:

--- /work/SRC/openSUSE:Factory/python-websockify/python-websockify.changes  
2015-11-18 22:33:53.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-websockify.new/python-websockify.changes 
2016-05-14 12:23:26.0 +0200
@@ -1,0 +2,20 @@
+Mon May  2 20:48:32 UTC 2016 - dmuel...@suse.com
+
+- update to 0.8.0:
+  * Make websockify properly terminate children on SIGTERM (#226)
+  * Remove logging in signal handlers (this can cause Python to hang under 
certain conditions) (#219)
+  * Make it easier to log to a file (#205)
+  * Add support for IPv6 addresses in tokens in the TokenFile token plugins 
(#197)
+  * Improve auth plugin framework to enable better support for HTTP auth 
(#194, #201)
+  * Fix bug in JSONTokenAPI token plugin (#192)
+  * Fix a missing variable in the exception handler (#178)
+  * Python 3 support fixes (#140, #155, #159)
+  * Generic token-parsing plugins support (#162)
+  * Generic authentication plugins support (#172)
+  * Fixed frame corruption on big-endian systems (#161)
+  * Support heartbeats (via PING) and automatic responses to PONG (#169)
+  * Automatically reject unmasked client frames by default (strict mode) (#174)
+  * Automatically restart interrupted select calls (#175)
+  * Make 'run' respect environment settings (including virtualenv) (#176)
+
+---

Old:

  websockify-0.6.1.zip

New:

  websockify-0.8.0.tar.gz



Other differences:
--
++ python-websockify.spec ++
--- /var/tmp/diff_new_pack.KcO7AN/_old  2016-05-14 12:23:27.0 +0200
+++ /var/tmp/diff_new_pack.KcO7AN/_new  2016-05-14 12:23:27.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-websockify
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,13 +17,13 @@
 
 
 Name:   python-websockify
-Version:0.6.1
+Version:0.8.0
 Release:0
 Summary:Websockify
 License:LGPL-3.0 and MPL-2.0 and BSD-2-Clause and BSD-3-Clause
 Group:  Development/Languages/Python
 Url:https://github.com/kanaka/websockify
-Source: 
http://pypi.python.org/packages/source/w/websockify/websockify-%{version}.zip
+Source: 
http://pypi.python.org/packages/source/w/websockify/websockify-%{version}.tar.gz
 BuildRequires:  python-devel
 BuildRequires:  python-setuptools
 BuildRequires:  unzip




commit tomcat for openSUSE:Factory

2016-05-14 Thread h_root
Hello community,

here is the log from the commit of package tomcat for openSUSE:Factory checked 
in at 2016-05-14 12:23:26

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


Package is "tomcat"

Changes:

--- /work/SRC/openSUSE:Factory/tomcat/tomcat.changes2016-05-02 
10:44:36.0 +0200
+++ /work/SRC/openSUSE:Factory/.tomcat.new/tomcat.changes   2016-05-14 
12:23:27.0 +0200
@@ -1,0 +2,6 @@
+Mon May  2 16:05:26 UTC 2016 - dmacvi...@suse.de
+
+- fix maven fragments paths to build in multiple distribution
+  versions
+
+---



Other differences:
--
++ tomcat.spec ++
--- /var/tmp/diff_new_pack.8sQkZ2/_old  2016-05-14 12:23:28.0 +0200
+++ /var/tmp/diff_new_pack.8sQkZ2/_new  2016-05-14 12:23:28.0 +0200
@@ -726,7 +726,11 @@
 %{_javadir}/%{name}-el-api.jar
 %{libdir}/%{name}-el-%{elspec}-api.jar
 %{_mavenpomdir}/JPP-%{name}-el-api.pom
+%if %{defined _maven_repository}
+%{_mavendepmapfragdir}/%{name}-tomcat-el-api
+%else
 %{_datadir}/maven-metadata/%{name}-tomcat-el-api.xml
+%endif
 %{_javadir}/el_1_0_api.jar
 %{_javadir}/el_api.jar
 %ghost %{_sysconfdir}/alternatives/el_1_0_api.jar
@@ -743,14 +747,21 @@
 %{_javadir}/jsp.jar
 %ghost %{_sysconfdir}/alternatives/jsp.jar
 %{_mavenpomdir}/JPP-%{name}-jsp-api.pom
+%if %{defined _maven_repository}
+%{_mavendepmapfragdir}/%{name}-tomcat-jsp-api
+%else
 %{_datadir}/maven-metadata/%{name}-tomcat-jsp-api.xml
-
+%endif
 %files lib
 %defattr(-,root,root)
 %{libdir}
 %dir %{bindir}
 %{bindir}/tomcat-juli.jar
+%if %{defined _maven_repository}
+%{_mavendepmapfragdir}/%{name}
+%else
 %{_datadir}/maven-metadata/%{name}.xml
+%endif
 %{_mavenpomdir}/JPP.%{name}-annotations-api.pom
 %{_mavenpomdir}/JPP.%{name}-catalina-ha.pom
 %{_mavenpomdir}/JPP.%{name}-catalina-tribes.pom
@@ -786,7 +797,11 @@
 %{_javadir}/%{name}-servlet-api.jar
 %{_javadir}/servlet.jar
 %ghost %{_sysconfdir}/alternatives/servlet.jar
+%if %{defined _maven_repository}
+%{_mavendepmapfragdir}/%{name}-tomcat-servlet-api
+%else
 %{_datadir}/maven-metadata/%{name}-tomcat-servlet-api.xml
+%endif
 %{_mavenpomdir}/JPP-%{name}-servlet-api.pom
 
 %files webapps





commit post-build-checks for openSUSE:Factory

2016-05-14 Thread h_root
Hello community,

here is the log from the commit of package post-build-checks for 
openSUSE:Factory checked in at 2016-05-14 12:23:15

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


Package is "post-build-checks"

Changes:

--- /work/SRC/openSUSE:Factory/post-build-checks/post-build-checks.changes  
2015-09-19 06:51:53.0 +0200
+++ /work/SRC/openSUSE:Factory/.post-build-checks.new/post-build-checks.changes 
2016-05-14 12:23:16.0 +0200
@@ -1,0 +2,6 @@
+Thu May 12 06:47:37 UTC 2016 - lnus...@suse.de
+
+- Update to version 13.2+git20160512.be9650e:
+  * Do not remove packages that had a corresponding -mini installed
+
+---

Old:

  post-build-checks-13.2+git20150810.2703d2a.tar.xz

New:

  post-build-checks-13.2+git20160512.be9650e.tar.xz



Other differences:
--
++ post-build-checks.spec ++
--- /var/tmp/diff_new_pack.LWnr7b/_old  2016-05-14 12:23:17.0 +0200
+++ /var/tmp/diff_new_pack.LWnr7b/_new  2016-05-14 12:23:17.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package post-build-checks
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,11 +16,13 @@
 #
 
 
+%define version_unconverted 13.2+git20160512.be9650e
+
 Name:   post-build-checks
 Summary:post checks for build after rpms have been created
 License:GPL-2.0+
 Group:  Development/Tools/Building
-Version:13.2+git20150810.2703d2a
+Version:13.2+git20160512.be9650e
 Release:0
 PreReq: aaa_base permissions sed
 Requires:   aaa_base-malloccheck

++ _servicedata ++
--- /var/tmp/diff_new_pack.LWnr7b/_old  2016-05-14 12:23:17.0 +0200
+++ /var/tmp/diff_new_pack.LWnr7b/_new  2016-05-14 12:23:17.0 +0200
@@ -1,5 +1,5 @@
 
   
 git://github.com/openSUSE/post-build-checks.git
-  2703d2a45237235c7e63d6f0ca21d1143c86df87
-
\ No newline at end of file
+  be9650e800652f30111db76894da1d1ccb47508d
+

++ post-build-checks-13.2+git20150810.2703d2a.tar.xz -> 
post-build-checks-13.2+git20160512.be9650e.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/post-build-checks-13.2+git20150810.2703d2a/checks/99-check-remove-rpms 
new/post-build-checks-13.2+git20160512.be9650e/checks/99-check-remove-rpms
--- old/post-build-checks-13.2+git20150810.2703d2a/checks/99-check-remove-rpms  
2015-03-24 12:42:39.0 +0100
+++ new/post-build-checks-13.2+git20160512.be9650e/checks/99-check-remove-rpms  
2016-05-12 08:47:37.0 +0200
@@ -52,6 +52,8 @@
 PKG=${PKG%.rpm}
 # Do not remove installed packages
 test -e "$BUILD_ROOT/installed-pkg/$PKG" && continue
+# Do not remove packages that have a corresponding -mini installed (used 
to avoid cycles)
+test -e "$BUILD_ROOT/installed-pkg/$PKG-mini" && continue
 # Nor packages differing in the shlib version like libreadline5 vs.
 # libreadline6
 PKG1=${PKG%[0-9]}[0-9]




commit pam-modules for openSUSE:Factory

2016-05-14 Thread h_root
Hello community,

here is the log from the commit of package pam-modules for openSUSE:Factory 
checked in at 2016-05-14 12:22:46

Comparing /work/SRC/openSUSE:Factory/pam-modules (Old)
 and  /work/SRC/openSUSE:Factory/.pam-modules.new (New)


Package is "pam-modules"

Changes:

--- /work/SRC/openSUSE:Factory/pam-modules/pam-modules.changes  2016-04-11 
10:27:10.0 +0200
+++ /work/SRC/openSUSE:Factory/.pam-modules.new/pam-modules.changes 
2016-05-14 12:22:47.0 +0200
@@ -1,0 +2,11 @@
+Thu Apr 14 14:08:06 CEST 2016 - ku...@suse.de
+
+- remove unix2_chkpwd (moved to pam), to be able to drop this
+  obsolete package in the near future.
+
+---
+Mon Apr 11 12:07:44 CEST 2016 - ku...@suse.de
+
+- Link against external (non-glibc) libnsl.
+
+---

Old:

  unix2_chkpwd.8
  unix2_chkpwd.c



Other differences:
--
++ pam-modules.spec ++
--- /var/tmp/diff_new_pack.g7n7LL/_old  2016-05-14 12:22:49.0 +0200
+++ /var/tmp/diff_new_pack.g7n7LL/_new  2016-05-14 12:22:49.0 +0200
@@ -34,8 +34,6 @@
 Source2:pam_homecheck-2.0.tar.bz2
 Source3:default.passwd
 Source6:baselibs.conf
-Source21:   unix2_chkpwd.c
-Source41:   unix2_chkpwd.8
 Source50:   dlopen.sh
 Patch0: 0003-use-crypt_gensalt_rn-from-glibc.diff
 Patch1: 0004-add-workarounds-for-blowfish-signedness-bug.diff
@@ -51,10 +49,7 @@
 %if %{enable_selinux}
 BuildRequires:  libselinux-devel
 %endif
-# bug437293
-%ifarch ppc64
-Obsoletes:  pam-modules-64bit
-%endif
+BuildRequires:  pkgconfig(libnsl)
 
 %description
 PAM (Pluggable Authentication Modules) is a system security tool that
@@ -86,11 +81,9 @@
   make %{?_smp_mflags}
   cd ..
 done
-%__cc -fwhole-program -fpie -pie -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE 
%{optflags} %{SOURCE21} -o $RPM_BUILD_DIR/unix2_chkpwd -lpam
 
 %install
 mkdir -p $RPM_BUILD_ROOT/sbin
-install -m 755 $RPM_BUILD_DIR/unix2_chkpwd $RPM_BUILD_ROOT/sbin/
 install -d -m 755 $RPM_BUILD_ROOT%{_libdir}
 for i in * ; do
   cd $i;
@@ -118,29 +111,20 @@
 for i in pam_*/README ; do
   cp -fpv ${i} $DOC/modules/README.`dirname ${i}`
 done
-install -m 644 $RPM_SOURCE_DIR/unix2_chkpwd.8 $RPM_BUILD_ROOT%{_mandir}/man8/
 # Replace default/passwd file
 install -m 644 %SOURCE3 $RPM_BUILD_ROOT/etc/default/passwd
 # Find lang files
 %{find_lang} pam_unix2
 %{find_lang} pam_pwcheck pam_unix2.lang
 
-%post
-%set_permissions /sbin/unix2_chkpwd
-
-%verifyscript
-%verify_permissions -e /sbin/unix2_chkpwd
-
 %files -f pam_unix2.lang
 %defattr(-,root,root,755)
 %doc %{_defaultdocdir}/pam
 %attr(644,root,root) %config(noreplace) /etc/default/passwd
-%verify(not mode) %attr(4755,root,shadow) /sbin/unix2_chkpwd
 %attr(755,root,root) /%{_lib}/security/pam_homecheck.so
 %attr(755,root,root) /%{_lib}/security/pam_pwcheck.so
 %attr(755,root,root) /%{_lib}/security/pam_unix2.so
 %attr(644,root,root) %doc %{_mandir}/man8/pam_pwcheck.8.gz
 %attr(644,root,root) %doc %{_mandir}/man8/pam_unix2.8.gz
-%attr(644,root,root) %doc %{_mandir}/man8/unix2_chkpwd.8.gz
 
 %changelog