commit btrfsprogs for openSUSE:Factory

2014-11-28 Thread h_root
Hello community,

here is the log from the commit of package btrfsprogs for openSUSE:Factory 
checked in at 2014-11-29 08:39:46

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


Package is "btrfsprogs"

Changes:

--- /work/SRC/openSUSE:Factory/btrfsprogs/btrfsprogs.changes2014-11-11 
09:59:19.0 +0100
+++ /work/SRC/openSUSE:Factory/.btrfsprogs.new/btrfsprogs.changes   
2014-11-29 08:39:48.0 +0100
@@ -1,0 +2,37 @@
+Wed Nov 19 00:00:01 CET 2014 - dste...@suse.cz
+
+- version 3.17.2
+  - check improvements
+- add ability to replace missing dir item/dir indexes
+- fix missing inode items
+- create missing root dirid
+  - corrupt block: enhancements for testing fsck
+  - zero-log: able to reset a fs with bogus log tree pointer (bko#72151)
+
+---
+Wed Nov 19 00:00:00 CET 2014 - dste...@suse.cz
+
+- package mkinitrd scripts conditionally (bsc#893577)
+- spec: minor updates
+
+---
+Fri Nov  7 00:00:00 CET 2014 - dste...@suse.cz
+
+- version 3.17.1
+  - fi df: argument handling
+  - fix linking with libbtrfs
+  - replace: better error reporting
+  - fi show: fixed stall if run concurrently with balance
+  - check: fixed argument parsing for --subvol-extents
+  - fi df: SI prefixes corrected
+- Added patches:
+  * fix-doc-build-on-SLE11SP3.diff
+- Removed patches:
+  * 0042-btrfs-progs-fix-linking-with-libbtrfs.patch
+  * 0043-btrfs-progs-libbtrfs-make-exported-headers-compatibl.patch
+- Modified patches:
+  * 0011-btrfs-progs-Enhance-the-command-btrfs-filesystem-df.patch
+  * 0012-btrfs-progs-Add-helpers-functions-to-handle-the-prin.patch
+  * 0019-btrfs-progs-add-original-df-and-rename-disk_usage-to.patch
+
+---

Old:

  0042-btrfs-progs-fix-linking-with-libbtrfs.patch
  0043-btrfs-progs-libbtrfs-make-exported-headers-compatibl.patch
  btrfs-progs-v3.17.tar.gz

New:

  btrfs-progs-v3.17.2.tar.gz
  fix-doc-build-on-SLE11SP3.diff



Other differences:
--
++ btrfsprogs.spec ++
--- /var/tmp/diff_new_pack.NWl2TV/_old  2014-11-29 08:39:49.0 +0100
+++ /var/tmp/diff_new_pack.NWl2TV/_new  2014-11-29 08:39:49.0 +0100
@@ -16,9 +16,8 @@
 #
 
 
-%define tar_version v3.17
 Name:   btrfsprogs
-Version:3.17
+Version:3.17.2
 Release:0
 Summary:Utilities for the Btrfs filesystem
 License:GPL-2.0
@@ -26,7 +25,8 @@
 Url:http://btrfs.wiki.kernel.org/index.php/Main_Page
 #Git-Web:  
http://git.kernel.org/cgit/linux/kernel/git/kdave/btrfs-progs.git
 #Git-Clone:git://git.kernel.org/pub/scm/linux/kernel/git/kdave/btrfs-progs
-Source: 
https://www.kernel.org/pub/linux/kernel/people/kdave/btrfs-progs/btrfs-progs-%{tar_version}.tar.gz
+Source: 
https://www.kernel.org/pub/linux/kernel/people/kdave/btrfs-progs/btrfs-progs-v%{version}.tar.gz
+# support for mkinitrd in < 13.1
 Source1:boot-btrfs.sh
 Source4:setup-btrfs.sh
 
@@ -50,8 +50,6 @@
 Patch29:0029-btrfs-progs-replace-df_pretty_sizes-with-pretty_size.patch
 Patch30:0030-btrfs-progs-clean-up-return-codes-and-paths.patch
 Patch31:0031-btrfs-progs-move-global-reserve-to-overall-summary.patch
-Patch42:0042-btrfs-progs-fix-linking-with-libbtrfs.patch
-Patch43:0043-btrfs-progs-libbtrfs-make-exported-headers-compatibl.patch
 
 Patch163:   0163-btrfs-progs-fsck-fix-segfault.patch
 Patch167:   0167-Btrfs-progs-make-find_and_setup_root-return-an-error.patch
@@ -59,6 +57,7 @@
 Patch169:   0169-btrfs-progs-Check-metadata-mirrors-in-find-root.patch
 
 Patch1000:  local-version-override.patch
+Patch1001:  fix-doc-build-on-SLE11SP3.diff
 
 BuildRequires:  asciidoc
 BuildRequires:  libacl-devel
@@ -67,6 +66,9 @@
 BuildRequires:  libext2fs-devel
 BuildRequires:  libuuid-devel
 BuildRequires:  lzo-devel
+%if 0%{?suse_version} >= 1310
+BuildRequires:  suse-module-tools
+%endif
 BuildRequires:  udev
 BuildRequires:  xmlto
 BuildRequires:  zlib-devel
@@ -95,7 +97,7 @@
 build applications to interface with btrfs.
 
 %prep
-%setup -q -n btrfs-progs-%{tar_version}
+%setup -q -n btrfs-progs-v%{version}
 %patch10 -p1
 %patch11 -p1
 %patch12 -p1
@@ -116,13 +118,12 @@
 %patch30 -p1
 %patch31 -p1
 %patch28 -p1
-%patch42 -p1
-%patch43 -p1
 %patch163 -p1
 %patch167 -p1
 %patch168 -p1
 %patch169 -p1
 %patch1000 -p1
+%patch1001 -p1
 
 %build
 make %{?_smp_mflags} CFLAGS="%{optflags}" all btrfs-convert \
@@ -153,9 +154,11 @@
 ln -s %{_sbindir}/btrfs-show-super %{buildroot}/sbin
 ln -s %{_sbindir}/mkfs.btrfs %{b

commit kmod for openSUSE:Factory

2014-11-28 Thread h_root
Hello community,

here is the log from the commit of package kmod for openSUSE:Factory checked in 
at 2014-11-29 08:39:49

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


Package is "kmod"

Changes:

--- /work/SRC/openSUSE:Factory/kmod/kmod.changes2014-11-18 
22:56:01.0 +0100
+++ /work/SRC/openSUSE:Factory/.kmod.new/kmod.changes   2014-11-29 
08:39:52.0 +0100
@@ -1,0 +2,15 @@
+Sun Nov 16 20:54:36 UTC 2014 - jeng...@inai.de
+
+- Move include files out of pkg/ into a normal subdir of includedir.
+
+---
+Sun Nov 16 18:22:37 UTC 2014 - crrodrig...@opensuse.org
+
+- Update to kmod 19
+* Fix missing CLOEXEC in library
+* Fix error message while opening kmod's index
+* static-nodes: when writing in tmpfiles format, indicate that
+  creation of static nodes should only happen at boot. This is used
+  and required by systemd-217+.
+
+---

Old:

  kmod-18.tar.sign
  kmod-18.tar.xz

New:

  kmod-19.tar.sign
  kmod-19.tar.xz



Other differences:
--
++ kmod.spec ++
--- /var/tmp/diff_new_pack.1Ohq2K/_old  2014-11-29 08:39:53.0 +0100
+++ /var/tmp/diff_new_pack.1Ohq2K/_new  2014-11-29 08:39:53.0 +0100
@@ -21,10 +21,10 @@
 Summary:Utilities to load modules into the kernel
 License:LGPL-2.1+ and GPL-2.0+
 Group:  System/Kernel
-Version:18
+Version:19
 Release:0
 Url:
http://www.jonmasters.org/blog/2011/12/20/libkmod-replaces-module-init-tools/
-#Announce: https://lwn.net/Articles/577962/
+#Announce: https://lkml.org/lkml/2014/11/16/97
 
 #Git-Web:  http://git.kernel.org/?p=utils/kernel/kmod/kmod.git;a=summary
 #Git-Clone:git://git.kernel.org/pub/scm/utils/kernel/kmod/kmod
@@ -41,7 +41,7 @@
 BuildRequires:  libtool
 BuildRequires:  pkgconfig >= 0.21
 BuildRequires:  xz
-%if 0%{?sles_version}
+%if 0%{?sles_version} == 11
 BuildRequires:  xz-devel >= 4.99
 BuildRequires:  zlib-devel
 %else
@@ -107,12 +107,12 @@
 # The extra --includedir gives us the possibility to detect dependent
 # packages which fail to properly use pkgconfig.
 %configure \
-%if 0%{?sles_version}
+%if 0%{?sles_version} == 11
zlib_CFLAGS=" " zlib_LIBS="-lz" \
 %endif
--with-xz \
--with-zlib \
-   --includedir="%_includedir/pkg/%name" \
+   --includedir="%_includedir/%name" \
--with-rootlibdir="%_libdir" \
--bindir="%_bindir"
 make %{?_smp_mflags} V=1
@@ -150,7 +150,7 @@
 ln -s "%_bindir/kmod" "$b/bin/";
 %if "%_libdir" != "/%_lib"
 ln -s "%_libdir/libkmod.so.2" "$b/%_lib/";
-ln -s "%_libdir/libkmod.so.2.2.8" "$b/%_lib/";
+ln -s "%_libdir/libkmod.so.2.2.9" "$b/%_lib/";
 %endif
 
 %check
@@ -166,6 +166,7 @@
 %_libexecdir/%name
 /bin/kmod
 %_datadir/bash-completion/
+%_mandir/man8/kmod.8*
 
 %files -n %lname
 %defattr(-,root,root)

++ 0010-modprobe-Implement-allow-unsupported-modules.patch ++
--- /var/tmp/diff_new_pack.1Ohq2K/_old  2014-11-29 08:39:53.0 +0100
+++ /var/tmp/diff_new_pack.1Ohq2K/_new  2014-11-29 08:39:53.0 +0100
@@ -14,12 +14,10 @@
  create mode 100644 libkmod/libkmod-unsupported.c
  create mode 100644 libkmod/libkmod-unsupported.h
 
-diff --git a/Makefile.am b/Makefile.am
-index eb63073..1c3eee4 100644
 a/Makefile.am
-+++ b/Makefile.am
-@@ -79,7 +79,9 @@ libkmod_libkmod_la_LIBADD = libkmod/libkmod-util.la \
-   ${liblzma_LIBS} ${zlib_LIBS}
+--- kmod-19.orig/Makefile.am
 kmod-19/Makefile.am
+@@ -86,7 +86,9 @@ libkmod_libkmod_la_LIBADD = \
+   ${liblzma_LIBS} ${zlib_LIBS}
  
  noinst_LTLIBRARIES += libkmod/libkmod-internal.la
 -libkmod_libkmod_internal_la_SOURCES = $(libkmod_libkmod_la_SOURCES)
@@ -29,11 +27,8 @@
  libkmod_libkmod_internal_la_LDFLAGS = $(AM_LDFLAGS) \
-Wl,--version-script=$(top_srcdir)/libkmod/libkmod.sym
  libkmod_libkmod_internal_la_DEPENDENCIES  = $(libkmod_libkmod_la_DEPENDENCIES)
-diff --git a/libkmod/libkmod-unsupported.c b/libkmod/libkmod-unsupported.c
-new file mode 100644
-index 000..7ef9fc8
 --- /dev/null
-+++ b/libkmod/libkmod-unsupported.c
 kmod-19/libkmod/libkmod-unsupported.c
 @@ -0,0 +1,9 @@
 +#include "libkmod-internal.h"
 +#include "libkmod-unsupported.h"
@@ -44,11 +39,8 @@
 +
 +  config->block_unsupported = 0;
 +}
-diff --git a/libkmod/libkmod-unsupported.h b/libkmod/libkmod-unsupported.h
-new file mode 100644
-index 000..a95b4a2
 --- /dev/null
-+++ b/libkmod/libkmod-unsupported.h
 kmod-19/libkmod/libkmod-unsupported.h
 @@ -0,0 +1,8 @@
 +#pragma once
 +
@@ -58,19 +50,18 @@
 + * library
 + */
 +void kmod_internal_allow_unsupported(struc

commit ooRexx for openSUSE:Factory

2014-11-28 Thread h_root
Hello community,

here is the log from the commit of package ooRexx for openSUSE:Factory checked 
in at 2014-11-29 08:39:51

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


Package is "ooRexx"

Changes:

--- /work/SRC/openSUSE:Factory/ooRexx/ooRexx.changes2014-10-11 
19:27:15.0 +0200
+++ /work/SRC/openSUSE:Factory/.ooRexx.new/ooRexx.changes   2014-11-29 
08:39:54.0 +0100
@@ -0,0 +1,2 @@
+---
+Wed Nov 19 18:00:41 UTC 2014 - emendo...@suse.com
@@ -2 +4 @@
-
+- Fixing systemd versus init.d dependencies.



Other differences:
--
++ ooRexx.spec ++
--- /var/tmp/diff_new_pack.W3MlxZ/_old  2014-11-29 08:39:55.0 +0100
+++ /var/tmp/diff_new_pack.W3MlxZ/_new  2014-11-29 08:39:55.0 +0100
@@ -15,6 +15,7 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 %if 0%{?_unknownos}
 %define _unknownos 0
 %endif
@@ -67,22 +68,22 @@
 Version: 4.2.0
 Release: 0
 Summary: Open Object Rexx
-Group: Development/Languages/Other
 License: CPL-1.0
-URL: http://www.oorexx.org/
+Group:  Development/Languages/Other
+Url:http://www.oorexx.org/
 Source: %{name}-%{version}.tar.bz2
 Source1: %{name}-rpmlintrc
 # If we don't include the following option we get bogus dependencies generated
-Autoreq: 0
+AutoReq:0
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires: gcc-c++
-BuildRequires: bison
 BuildRequires: autoconf
 BuildRequires: automake
+BuildRequires:  bison
+BuildRequires:  coreutils
+BuildRequires:  dos2unix
+BuildRequires:  gcc-c++
 BuildRequires: libtool
 BuildRequires: pkgconfig
-BuildRequires: dos2unix
-BuildRequires: coreutils
 BuildRequires: subversion
 
 %if 0%{?suse_version} > 1230
@@ -180,12 +181,6 @@
 #**
 make DESTDIR=${RPM_BUILD_ROOT} libdir=%{_libdir} mandir=%{_mandir} 
pkgdatadir=%{_datadir}/ooRexx install
 
-# Move systemd file to the right path
-%if 0%{?suse_version} > 1230
-install -D -m644 %{buildroot}%{_datadir}/ooRexx/rxapid.service 
%{buildroot}%{_unitdir}/%{name}.service
-rm -f %{buildroot}%{_datadir}/ooRexx/rxapid.service
-%endif
-
 # REXX system-wide RPM macros
 mkdir -p $RPM_BUILD_ROOT/%{_sysconfdir}/rpm
 install -m 644 rpmmacros.rexx $RPM_BUILD_ROOT/%{_sysconfdir}/rpm/macros.rexx
@@ -198,12 +193,17 @@
 cd $RPM_BUILD_ROOT/%{_bindir}
 ln -sf %{_datadir}/ooRexx/rexxtry.rex .
 
+# Sort out systemd vs init depending on system version
+mkdir $RPM_BUILD_ROOT/sbin
+%if 0%{?suse_version} > 1230
+install -D -m644 %{buildroot}%{_datadir}/ooRexx/rxapid.service 
%{buildroot}%{_unitdir}/%{name}.service
+rm -f %{buildroot}%{_datadir}/ooRexx/rxapid.service
+ln -s /%{_unitdir}/%{name}.service $RPM_BUILD_ROOT/sbin/rc%{name}
+%else
 mkdir -p $RPM_BUILD_ROOT/%{_sysconfdir}/init.d
 ln -s %{_bindir}/rxapid $RPM_BUILD_ROOT/%{_sysconfdir}/init.d/rxapid
-
-# SUSE-style link for the init script
-mkdir $RPM_BUILD_ROOT/%{_sbindir}
-ln -s /%{_sysconfdir}/init.d/rxapid $RPM_BUILD_ROOT/%{_sbindir}/rcrxapid
+ln -s /%{_sysconfdir}/init.d/rxapid $RPM_BUILD_ROOT/sbin/rcrxapid
+%endif
 
 # Fix EOL in classes & scripts if needed
 for f in $RPM_BUILD_ROOT/%{_datadir}/ooRexx/*.cls; do
@@ -234,8 +234,6 @@
 %doc
 %dir %{_datadir}/ooRexx
 %config %{_sysconfdir}/rpm/macros.rexx
-%{_sysconfdir}/init.d/rxapid
-%{_sbindir}/rcrxapid
 %{_bindir}/rexx
 %{_bindir}/rexxc
 %{_bindir}/rxapi
@@ -283,9 +281,12 @@
 %if 0%{?suse_version} > 1230
 %{_unitdir}/%{name}.service
 %else
-%{_datadir}/ooRexx/rxapid.service
+%{_sysconfdir}/init.d/rxapid
+/sbin/rcrxapid
 %endif
 
+/sbin/rcooRexx
+
 #**
 
 %files devel
@@ -317,22 +318,40 @@
 %{_libdir}/libhostemu.so
 %{_libdir}/librxunixsys.so
 
+%pre
+%if 0%{?suse_version} > 1230
+%service_add_pre ooRexx.service
+%endif
 
 %post
 # Add the rxapi service
+%if 0%{?suse_version} > 1230
+%service_add_post ooRexx.service
+%else
 %fillup_and_insserv rxapid
+%endif
+
 ldconfig
 exit 0
 
 #**
 %preun
+%if 0%{?suse_version} > 1230
+%service_del_preun ooRexx.service
+%endif
 #**
 %postun
 #**
+%if 0%{?suse_version} > 1230
+%service_del_postun ooRexx.service
+%else
 %restart_on_update rxapid
 %insserv_cleanup
+%endif
+
 ldconfig
 exit 0
 
 #**
+
 %changelog

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse

commit caribou for openSUSE:Factory

2014-11-28 Thread h_root
Hello community,

here is the log from the commit of package caribou for openSUSE:Factory checked 
in at 2014-11-29 08:39:35

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


Package is "caribou"

Changes:

--- /work/SRC/openSUSE:Factory/caribou/caribou.changes  2014-09-30 
19:41:19.0 +0200
+++ /work/SRC/openSUSE:Factory/.caribou.new/caribou.changes 2014-11-29 
08:39:41.0 +0100
@@ -1,0 +2,13 @@
+Mon Nov 24 10:55:47 UTC 2014 - zai...@opensuse.org
+
+- Update to version 0.4.16:
+  + Stop using deprecated accessibility events ("focus:*").
+  + bgo#739837: Allow label overwrite in keyboard layout.
+  + bgo#739716: Add more keys to label_map.
+  + bgo#739711: Escape key does not work in us layout.
+  + bgo#739526: Some buttons do not have a label.
+  + bgo#722634: [regression] build failure: ImportError: No module
+named 'caribou_settings'.
+  + Updated translations.
+
+---

Old:

  caribou-0.4.15.tar.xz

New:

  caribou-0.4.16.tar.xz



Other differences:
--
++ caribou.spec ++
--- /var/tmp/diff_new_pack.VhlbUI/_old  2014-11-29 08:39:42.0 +0100
+++ /var/tmp/diff_new_pack.VhlbUI/_new  2014-11-29 08:39:42.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   caribou
-Version:0.4.15
+Version:0.4.16
 Release:0
 # FIXME: Stop hiding the .desktop file with %%suse_update_desktop_file -u if 
launching caribou finally works
 Summary:On-screen Keyboard for GNOME

++ caribou-0.4.15.tar.xz -> caribou-0.4.16.tar.xz ++
 1893 lines of diff (skipped)

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



commit colord for openSUSE:Factory

2014-11-28 Thread h_root
Hello community,

here is the log from the commit of package colord for openSUSE:Factory checked 
in at 2014-11-29 08:39:34

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


Package is "colord"

Changes:

--- /work/SRC/openSUSE:Factory/colord/colord.changes2014-11-18 
22:46:51.0 +0100
+++ /work/SRC/openSUSE:Factory/.colord.new/colord.changes   2014-11-29 
08:39:39.0 +0100
@@ -1,0 +2,40 @@
+Thu Nov 27 09:50:45 UTC 2014 - dims...@opensuse.org
+
+- Update to version 1.2.6:
+  + New Features:
+- Allowing compile using mingw.
+- Make the ArgyllCMS sensor driver optional.
+- libcolord:
+  . Add cd_it8_get_xyz_for_rgb().
+  . Add cd_it8_utils_calculate_gamma().
+  . Add cd_spectrum_get_resolution().
+  . Add cd_spectrum_get_value_raw().
+  . Add cd_spectrum_normalize_max().
+  . Add cd_spectrum_set_value().
+  + Bugfixes:
+- libcolord:
+  . Allow a SPECTRAL_START_NM value of zero.
+  . Always replace CCSS spectral data of the same ID.
+  . Deep copy the spectral data when using cd_spectrum_dup().
+  . Fix using cd_it8_add_spectrum() where the spectra have no
+ID values.
+  . Never allow duplicate CCSS IDs for small wavelength ranges.
+  . Only set SPECTRAL_NORM when the normalisation is enabled.
+  . Return correct values when no LUMINANCE_XYZ_CDM2 is
+specified.
+  . Use double precision for SPECTRAL_START_NM and
+SPECTRAL_END_NM.
+  . When using cd_it8_add_spectrum() replace any with the same
+ID.
+- Changes from version 1.2.5:
+  + New Features:
+- Add a branding-less ColorHug2 figure.
+- Add the calculate-ccmx subcommand to cd-it8.
+- Install the now-useful cd-it8 helper.
+  + Bugfixes:
+- Drop nb.po, its superfluous with nb_NO.po around.
+- Fix a crash in the session helper while calibrating.
+- Remove the private cd-find-broken tool.
+- Add argyllcms BuildRequires and Requires.
+
+---

Old:

  colord-1.2.4.tar.xz

New:

  colord-1.2.6.tar.xz



Other differences:
--
++ colord.spec ++
--- /var/tmp/diff_new_pack.IeSkRr/_old  2014-11-29 08:39:40.0 +0100
+++ /var/tmp/diff_new_pack.IeSkRr/_new  2014-11-29 08:39:40.0 +0100
@@ -19,7 +19,7 @@
 %define _udevrulesdir %(pkg-config --variable=udevdir udev)/rules.d
 
 Name:   colord
-Version:1.2.4
+Version:1.2.6
 Release:0
 Summary:System Daemon for Managing Color Devices
 License:GPL-2.0+
@@ -29,6 +29,7 @@
 # Apparmor profile
 Source1:usr.lib.colord
 Source99:   baselibs.conf
+BuildRequires:  argyllcms
 BuildRequires:  gobject-introspection-devel
 BuildRequires:  intltool
 BuildRequires:  vala
@@ -48,6 +49,7 @@
 BuildRequires:  pkgconfig(systemd)
 BuildRequires:  pkgconfig(udev)
 Requires(pre):  pwdutils
+Requires:   argyllcms
 Requires:   shared-color-profiles
 Recommends: %{name}-lang
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -185,6 +187,7 @@
 %{_bindir}/cd-create-profile
 %{_bindir}/cd-fix-profile
 %{_bindir}/cd-iccdump
+%{_bindir}/cd-it8
 %{_bindir}/colormgr
 %{_libdir}/colord-sensors/
 %{_libexecdir}/%{name}
@@ -199,6 +202,7 @@
 %{_datadir}/polkit-1/actions/org.freedesktop.color.policy
 %{_mandir}/man1/cd-create-profile.1%{?ext_man}
 %{_mandir}/man1/cd-fix-profile.1%{?ext_man}
+%{_mandir}/man1/cd-it8.1%{?ext_man}
 %{_mandir}/man1/colormgr.1%{?ext_man}
 %dir /etc/apparmor.d/
 %config /etc/apparmor.d/usr.lib.colord

++ colord-1.2.4.tar.xz -> colord-1.2.6.tar.xz ++
 38964 lines of diff (skipped)

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



commit icinga for openSUSE:Factory

2014-11-28 Thread h_root
Hello community,

here is the log from the commit of package icinga for openSUSE:Factory checked 
in at 2014-11-29 08:39:53

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.changes2014-09-12 
10:03:58.0 +0200
+++ /work/SRC/openSUSE:Factory/.icinga.new/icinga.changes   2014-11-29 
08:39:58.0 +0100
@@ -1,0 +2,16 @@
+Thu Nov 27 16:16:18 UTC 2014 - thard...@suse.com
+
+- remove patch source condition
+
+---
+Thu Nov 20 10:46:40 UTC 2014 - thard...@suse.com
+
+- restrict apache conf patch only to openSUSE 13.1 since it seems to be the 
only affected version
+- renamed icinga-fix-apache-issues-by-using-old-conf.patch to 
icinga-workaround-131-apache-conf-issue.patch
+
+---
+Fri Nov 14 16:41:37 UTC 2014 - thard...@suse.com
+
+- use icinga-fix-apache-issues-by-using-old-conf.patch only for openSUSE 13.1 
and older versions
+
+---

Old:

  icinga-fix-apache-issues-by-using-old-conf.patch

New:

  icinga-workaround-131-apache-conf-issue.patch



Other differences:
--
++ icinga.spec ++
--- /var/tmp/diff_new_pack.TrFJtd/_old  2014-11-29 08:39:59.0 +0100
+++ /var/tmp/diff_new_pack.TrFJtd/_new  2014-11-29 08:39:59.0 +0100
@@ -50,8 +50,8 @@
 Source17:   icinga-favicon.ico
 Source18:   icinga-exec-start-pre
 Source19:   ido2db-exec-start-pre
-# PATCH-FIX-OPENSUSE icinga-fix-apache-issues-by-using-old-conf.patch
-Patch0: icinga-fix-apache-issues-by-using-old-conf.patch
+# PATCH-FIX-OPENSUSE icinga-workaround-131-apache-conf-issue.patch
+Patch0: icinga-workaround-131-apache-conf-issue.patch
 # PATCH-FIX-OPENSUSE icinga-fix-systemd-services.patch
 Patch1: icinga-fix-systemd-services.patch
 Provides:   monitoring_daemon
@@ -280,7 +280,9 @@
 
 %prep
 %setup -q
+%if 0%{?suse_version} == 1310
 %patch0 -p1
+%endif
 %patch1 -p1
 
 %build


++ icinga-workaround-131-apache-conf-issue.patch ++
--- icinga-1.10.3.old/sample-config/httpd.conf.in   2014-02-11 
12:05:36.0 +0100
+++ icinga-1.10.3/sample-config/httpd.conf.in   2014-02-18 17:19:04.804017535 
+0100
@@ -5,62 +5,38 @@
 # configuration file.  Customize the paths, etc. as
 # needed to fit your system.
 
+
 ScriptAlias @cgiurl@ "@sbindir@"
 
 
 #  SSLRequireSSL
Options ExecCGI
AllowOverride None
-
+   Order allow,deny
+   Allow from all
+#  Order deny,allow
+#  Deny from all
+#  Allow from 127.0.0.1
AuthName "Icinga Access"
AuthType Basic
AuthUserFile @HTTPAUTHFILE@
+   Require valid-user
+
 
-   
-  # Apache 2.4
-  
- Require all granted
- # Require local
- Require valid-user
-  
-   
-   
-  # Apache 2.2
-  Order allow,deny
-  Allow from all
-  #  Order deny,allow
-  #  Deny from all
-  #  Allow from 127.0.0.1
-  Require valid-user
-
- 
-
-Alias @htmurl@ "@datadir@/"
+Alias @htmurl@ "@datadir@"
 
-
+
 #  SSLRequireSSL
Options None
AllowOverride All
-
+   Order allow,deny
+   Allow from all
+#  Order deny,allow
+#  Deny from all
+#  Allow from 127.0.0.1
AuthName "Icinga Access"
AuthType Basic
AuthUserFile @HTTPAUTHFILE@
-
-   
-  # Apache 2.4
-  
- Require all granted
- # Require local
- Require valid-user
-  
-   
-   
-  # Apache 2.2
-  Order allow,deny
-  Allow from all
-  #  Order deny,allow
-  #  Deny from all
-  #  Allow from 127.0.0.1
-  Require valid-user
-   
+   Require valid-user
 
+
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit open-iscsi for openSUSE:Factory

2014-11-28 Thread h_root
Hello community,

here is the log from the commit of package open-iscsi for openSUSE:Factory 
checked in at 2014-11-29 08:39:48

Comparing /work/SRC/openSUSE:Factory/open-iscsi (Old)
 and  /work/SRC/openSUSE:Factory/.open-iscsi.new (New)


Package is "open-iscsi"

Changes:

--- /work/SRC/openSUSE:Factory/open-iscsi/open-iscsi.changes2014-11-05 
16:26:32.0 +0100
+++ /work/SRC/openSUSE:Factory/.open-iscsi.new/open-iscsi.changes   
2014-11-29 08:39:50.0 +0100
@@ -1,0 +2,11 @@
+Tue Nov 25 13:44:28 PST 2014 - ldun...@suse.com
+
+- Fixed spec file: db-devel < 5, to fix SLE 12 and SP3 builds
+
+---
+Tue Nov 25 11:43:03 PST 2014 - ldun...@suse.com
+
+- Fix isns server to allow legal registration sequence,
+  including portal group (bsc#905670)
+
+---



Other differences:
--
++ open-iscsi.spec ++
--- /var/tmp/diff_new_pack.mHGYcc/_old  2014-11-29 08:39:51.0 +0100
+++ /var/tmp/diff_new_pack.mHGYcc/_new  2014-11-29 08:39:51.0 +0100
@@ -20,7 +20,7 @@
 BuildRequires:  autoconf
 BuildRequires:  automake
 BuildRequires:  bison
-BuildRequires:  db-devel
+BuildRequires:  db-devel < 5
 BuildRequires:  flex
 BuildRequires:  libtool
 BuildRequires:  make

++ open-iscsi-Factory-latest.diff.bz2 ++
--- /var/tmp/diff_new_pack.mHGYcc/_old  2014-11-29 08:39:51.0 +0100
+++ /var/tmp/diff_new_pack.mHGYcc/_new  2014-11-29 08:39:51.0 +0100
@@ -18783,11 +18783,22 @@
 +# space separated list of allowed UDP broadcast ports
 +BROADCAST="isns"
 diff --git a/rpm/open-iscsi.changes b/rpm/open-iscsi.changes
-index 2e21afc6bc7b..6296fee051cd 100644
+index 2e21afc6bc7b..770389bc724d 100644
 --- a/rpm/open-iscsi.changes
 +++ b/rpm/open-iscsi.changes
-@@ -1,4 +1,334 @@
+@@ -1,4 +1,345 @@
  ---
++Tue Nov 25 13:44:28 PST 2014 - ldun...@suse.com
++
++- Fixed spec file: db-devel < 5, to fix SLE 12 and SP3 builds
++
++---
++Tue Nov 25 11:43:03 PST 2014 - ldun...@suse.com
++
++- Fix isns server to allow legal registration sequence,
++  including portal group (bsc#905670)
++
++---
 +Tue Oct 28 09:56:55 PDT 2014 - ldun...@suse.com
 +
 +- Added fix from Hannes to properly boot all iBFT cards,
@@ -19121,7 +19132,7 @@
  Fri Dec  9 15:09:01 CET 2011 - h...@suse.de
  
  - iscsiadm: Return correct error when login fails (bnc#715071)
-@@ -40,6 +370,11 @@ Fri Nov  4 09:15:52 CET 2011 - h...@suse.de
+@@ -40,6 +381,11 @@ Fri Nov  4 09:15:52 CET 2011 - h...@suse.de
  - Stop iscsiuio when run inside initrd (bnc#728095)
  
  ---
@@ -19133,7 +19144,7 @@
  Mon Oct 24 09:13:19 CEST 2011 - h...@suse.de
  
  - Update iscsiuio to 0.7.0.14f (bnc#687392)
-@@ -101,6 +436,11 @@ Tue Jun 21 15:09:46 CEST 2011 - h...@suse.de
+@@ -101,6 +447,11 @@ Tue Jun 21 15:09:46 CEST 2011 - h...@suse.de
  - Include scripts for automated build
  
  ---
@@ -19145,7 +19156,7 @@
  Wed Feb  2 11:32:12 CET 2011 - mweckbec...@suse.de
  
  - Fix the following issues:
-@@ -224,6 +564,11 @@ Wed Nov 18 10:33:27 CET 2009 - h...@suse.de
+@@ -224,6 +575,11 @@ Wed Nov 18 10:33:27 CET 2009 - h...@suse.de
  - Read initiatorname correctly from sysfs (bnc#541882)
  
  ---
@@ -19157,7 +19168,7 @@
  Wed Aug 19 12:58:13 CEST 2009 - h...@suse.de
  
  - Synchronize startup settings (bnc#514273)
-@@ -231,11 +576,24 @@ Wed Aug 19 12:58:13 CEST 2009 - h...@suse.de
+@@ -231,11 +587,24 @@ Wed Aug 19 12:58:13 CEST 2009 - h...@suse.de
  - Do not use temp file in iscsi_discovery (bnc#528711)
  
  ---
@@ -19183,7 +19194,7 @@
  
  - Fix relogin retry handling (bnc#466846)
 diff --git a/rpm/open-iscsi.spec b/rpm/open-iscsi.spec
-index 27ab050554f1..64ea3ba11202 100644
+index 27ab050554f1..1328f4a473d2 100644
 --- a/rpm/open-iscsi.spec
 +++ b/rpm/open-iscsi.spec
 @@ -1,7 +1,7 @@
@@ -19207,7 +19218,7 @@
 +BuildRequires:  autoconf
 +BuildRequires:  automake
 +BuildRequires:  bison
-+BuildRequires:  db-devel
++BuildRequires:  db-devel < 5
 +BuildRequires:  flex
 +BuildRequires:  libtool
 +BuildRequires:  make
@@ -30088,7 +30099,7 @@
  #include "util.h"
  #include "security.h"
 diff --git a/utils/open-isns/simple.c b/utils/open-isns/simple.c
-index 1af89fd6fec1..e560d63288ac 100644
+index 1af89fd6fec1..8972a0c858bc 100644
 --- a/utils/open-isns/simple.c
 +++

commit apache2 for openSUSE:Factory

2014-11-28 Thread h_root
Hello community,

here is the log from the commit of package apache2 for openSUSE:Factory checked 
in at 2014-11-29 08:39:28

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


Package is "apache2"

Changes:

--- /work/SRC/openSUSE:Factory/apache2/apache2.changes  2014-11-13 
09:21:37.0 +0100
+++ /work/SRC/openSUSE:Factory/.apache2.new/apache2.changes 2014-11-29 
08:39:29.0 +0100
@@ -1,0 +2,5 @@
+Thu Nov 27 13:38:25 UTC 2014 - pgaj...@suse.com
+
+- small improvement of ssl instructions [bnc#891813]
+
+---



Other differences:
--



++ gensslcert ++
--- /var/tmp/diff_new_pack.voBbrl/_old  2014-11-29 08:39:32.0 +0100
+++ /var/tmp/diff_new_pack.voBbrl/_new  2014-11-29 08:39:32.0 +0100
@@ -182,14 +182,14 @@
 modkey=`$openssl rsa -noout -modulus -in $sslkeydir/${name}server.key | sed -e 
's;.*Modulus=;;' || myexit $LINENO $?`
 
 if [ ".$modcrt" != ".$modkey" ]; then
-error "mkcert.sh:Error: Failed to verify modulus on resulting X.509 
certificate" 1>&2
+error "gensslcert:Error: Failed to verify modulus on resulting X.509 
certificate" 1>&2
 myexit $LINENO $?
 fi
 
 echo;myecho Verify: matching certificate signature
 $openssl verify -CAfile $sslcrtdir/${name}ca.crt 
$sslcrtdir/${name}server.crt || myexit $LINENO $?
 if [ $? -ne 0 ]; then
-error "mkcert.sh:Error: Failed to verify signature on resulting X.509 
certificate" 1>&2
+error "gensslcert:Error: Failed to verify signature on resulting X.509 
certificate" 1>&2
 myexit $LINENO $?
 fi
 

++ sysconfig.apache2 ++
--- /var/tmp/diff_new_pack.voBbrl/_old  2014-11-29 08:39:32.0 +0100
+++ /var/tmp/diff_new_pack.voBbrl/_new  2014-11-29 08:39:32.0 +0100
@@ -51,16 +51,22 @@
 # * In the APACHE_MODULES variable, you can use mod_xyz or just xyz syntax.
 #   You may also name an absolute path if you like.
 #
-# * NOTE ON SSL: before you can use mod_ssl, you need a server certificate. 
-#   A test certificate can be created by (as root):
-#   cd /usr/share/doc/packages/apache2; /bin/sh ./mkcert.sh make 
--no-print-directory /usr/bin/openssl /usr/sbin/ test
-#   Please feel free to have a look at the mkcert.sh script to see how 
certificates can be created.
-#   Also, you need to set the ServerName inside the  
-#   block to the fully qualified domain name (see /etc/HOSTNAME).
-# * if your server certificate is protected by a passphrase you should 
increase the
-#   APACHE_START_TIMEOUT (see above)
-# * to finally enable ssl support, you need to add 'SSL' to 
APACHE_SERVER_FLAGS 
-#   below.
+# * NOTES ON SSL: 
+#   1. Before you can use mod_ssl, you need a server certificate. 
+#  A test certificate can be created by entering e. g.
+#
+#  $ gensslcert -n a.com -C a.com -e webmas...@a.com
+#
+#  See gensslcert -h for or gensslcert script itself for details.
+#   2. Also, you need to set the ServerName inside the  
+#  block to the fully qualified domain name (see /etc/HOSTNAME).
+#   3. If your server certificate is protected by a passphrase you should 
increase the
+#  APACHE_START_TIMEOUT (see above)
+#   4. Consider to load also socache_shmcb module, see
+#  http://httpd.apache.org/docs/2.4/mod/mod_ssl.html#sslsessioncache
+#  for details.
+#   5. To finally enable ssl support, you need to add 'SSL' to 
APACHE_SERVER_FLAGS 
+#  below.
 #
 # * modules listed here will be ignored if they are not installed
 #

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



commit libqmi for openSUSE:Factory

2014-11-28 Thread h_root
Hello community,

here is the log from the commit of package libqmi for openSUSE:Factory checked 
in at 2014-11-29 08:39:31

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


Package is "libqmi"

Changes:

--- /work/SRC/openSUSE:Factory/libqmi/libqmi.changes2014-10-14 
13:24:33.0 +0200
+++ /work/SRC/openSUSE:Factory/.libqmi.new/libqmi.changes   2014-11-29 
08:39:34.0 +0100
@@ -1,0 +2,7 @@
+Thu Nov 27 01:11:00 UTC 2014 - Led 
+
+- fix bashisms in qmi-network script
+- add patches:
+  * libqmi-1.10.2-fix-bashisms.patch
+
+---

New:

  libqmi-1.10.2-fix-bashisms.patch



Other differences:
--
++ libqmi.spec ++
--- /var/tmp/diff_new_pack.zopa9k/_old  2014-11-29 08:39:35.0 +0100
+++ /var/tmp/diff_new_pack.zopa9k/_new  2014-11-29 08:39:35.0 +0100
@@ -28,6 +28,7 @@
 Url:http://cgit.freedesktop.org/libqmi/
 Source0:
http://www.freedesktop.org/software/libqmi/%{name}-%{version}.tar.xz
 Source99:   libqmi-rpmlintrc
+Patch0: %{name}-1.10.2-fix-bashisms.patch
 BuildRequires:  pkgconfig(gio-2.0)
 BuildRequires:  pkgconfig(glib-2.0) >= 2.32
 BuildRequires:  pkgconfig(gobject-2.0)
@@ -66,6 +67,7 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 %configure \

++ libqmi-1.10.2-fix-bashisms.patch ++
diff -Ndur libqmi-1.10.2/utils/qmi-network.in 
libqmi-1.10.2-fix-bashisms/utils/qmi-network.in
--- libqmi-1.10.2/utils/qmi-network.in  2014-06-16 17:39:11.0 +0300
+++ libqmi-1.10.2-fix-bashisms/utils/qmi-network.in 2014-11-27 
03:10:12.692197726 +0200
@@ -47,10 +47,10 @@
 }
 
 if [ $# -ne 2 ]; then
-if [ $1 == "--help" ]; then
+if [ "$1" = "--help" ]; then
 help
 exit 0
-elif [ $1 == "--version" ]; then
+elif [ "$1" = "--version" ]; then
 version
 exit 0
 fi
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit gtkimageview for openSUSE:Factory

2014-11-28 Thread h_root
Hello community,

here is the log from the commit of package gtkimageview for openSUSE:Factory 
checked in at 2014-11-29 08:39:54

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


Package is "gtkimageview"

Changes:

--- /work/SRC/openSUSE:Factory/gtkimageview/gtkimageview.changes
2013-04-02 11:50:54.0 +0200
+++ /work/SRC/openSUSE:Factory/.gtkimageview.new/gtkimageview.changes   
2014-11-29 08:40:00.0 +0100
@@ -1,0 +2,7 @@
+Thu Nov 27 08:15:12 UTC 2014 - dims...@opensuse.org
+
+- Allow building with newer gdk-pixbuf: gtkimageview is legacy and
+  will not be ported to the new API.
+  + Remove -DGDK_PIXBUF_DISABLE_DEPRECATED and -Werror from CFLAGS.
+
+---



Other differences:
--
++ gtkimageview.spec ++
--- /var/tmp/diff_new_pack.h16cX9/_old  2014-11-29 08:40:01.0 +0100
+++ /var/tmp/diff_new_pack.h16cX9/_new  2014-11-29 08:40:01.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gtkimageview
 #
-# Copyright (c) 2013 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
@@ -56,6 +56,10 @@
 
 %prep
 %setup -q
+# Allow the usage of deprecated functions of gdk-pixbuf
+sed -i "s:-DGDK_PIXBUF_DISABLE_DEPRECATED::g" configure
+# As deprecations are still a warning, we also have to stop raising them to 
errors
+sed -i "s:-Werror::g" configure
 
 %build
 %configure --disable-static

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



commit yast2-ftp-server for openSUSE:Factory

2014-11-28 Thread h_root
Hello community,

here is the log from the commit of package yast2-ftp-server for 
openSUSE:Factory checked in at 2014-11-29 08:39:56

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


Package is "yast2-ftp-server"

Changes:

--- /work/SRC/openSUSE:Factory/yast2-ftp-server/yast2-ftp-server.changes
2014-11-15 12:30:51.0 +0100
+++ /work/SRC/openSUSE:Factory/.yast2-ftp-server.new/yast2-ftp-server.changes   
2014-11-29 08:40:03.0 +0100
@@ -1,0 +2,7 @@
+Fri Nov 28 12:39:50 CET 2014 - sch...@suse.de
+
+- AutoYaST import: Initialize the correct ftpserver which will
+  be used for configuration. (bnc#907354)
+- 3.1.7
+
+---

Old:

  yast2-ftp-server-3.1.6.tar.bz2

New:

  yast2-ftp-server-3.1.7.tar.bz2



Other differences:
--
++ yast2-ftp-server.spec ++
--- /var/tmp/diff_new_pack.1w8vMg/_old  2014-11-29 08:40:04.0 +0100
+++ /var/tmp/diff_new_pack.1w8vMg/_new  2014-11-29 08:40:04.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-ftp-server
-Version:3.1.6
+Version:3.1.7
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ yast2-ftp-server-3.1.6.tar.bz2 -> yast2-ftp-server-3.1.7.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-ftp-server-3.1.6/package/yast2-ftp-server.changes 
new/yast2-ftp-server-3.1.7/package/yast2-ftp-server.changes
--- old/yast2-ftp-server-3.1.6/package/yast2-ftp-server.changes 2014-11-14 
18:28:15.0 +0100
+++ new/yast2-ftp-server-3.1.7/package/yast2-ftp-server.changes 2014-11-28 
18:04:57.0 +0100
@@ -1,4 +1,11 @@
 ---
+Fri Nov 28 12:39:50 CET 2014 - sch...@suse.de
+
+- AutoYaST import: Initialize the correct ftpserver which will
+  be used for configuration. (bnc#907354)
+- 3.1.7
+
+---
 Fri Oct  3 14:03:26 UTC 2014 - an...@suse.com
 
 - Fixed a configuration problem preventing xinetd to handle vsftp,
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-ftp-server-3.1.6/package/yast2-ftp-server.spec 
new/yast2-ftp-server-3.1.7/package/yast2-ftp-server.spec
--- old/yast2-ftp-server-3.1.6/package/yast2-ftp-server.spec2014-11-14 
18:28:15.0 +0100
+++ new/yast2-ftp-server-3.1.7/package/yast2-ftp-server.spec2014-11-28 
18:04:57.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-ftp-server
-Version:3.1.6
+Version:3.1.7
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-ftp-server-3.1.6/src/modules/FtpServer.rb 
new/yast2-ftp-server-3.1.7/src/modules/FtpServer.rb
--- old/yast2-ftp-server-3.1.6/src/modules/FtpServer.rb 2014-11-14 
13:28:13.0 +0100
+++ new/yast2-ftp-server-3.1.7/src/modules/FtpServer.rb 2014-11-28 
13:03:12.0 +0100
@@ -949,9 +949,14 @@
 # @return [Boolean] True on success
 def Import(settings)
   settings = deep_copy(settings)
-  # Evaluate the kind of ftpserver at first.
+  # Evaluate the kind of ftpserver at first via xinetd
   # (bnc#892701)
   IdFTPXinetd()
+  # ...and check/initialize the correct ftpserver which will
+  # be used for configuration.
+  # (bnc#907354)
+  InitDaemon()
+
   result = true
   Builtins.foreach(@UI_keys) do |key|
 val = Ops.get_string(settings, key)

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



commit yp-tools for openSUSE:Factory

2014-11-28 Thread h_root
Hello community,

here is the log from the commit of package yp-tools for openSUSE:Factory 
checked in at 2014-11-29 08:39:29

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


Package is "yp-tools"

Changes:

--- /work/SRC/openSUSE:Factory/yp-tools/yp-tools.changes2013-04-12 
20:47:46.0 +0200
+++ /work/SRC/openSUSE:Factory/.yp-tools.new/yp-tools.changes   2014-11-29 
08:39:32.0 +0100
@@ -1,0 +2,78 @@
+Thu Nov 27 08:28:26 UTC 2014 - dims...@opensuse.org
+
+- Filter libc.so.6(GLIBC_PRIVATE) from the requires of libnss_nis6:
+  we consciously use glibc internas.
+- Do not install libtool archives.
+
+---
+Mon Nov 17 01:44:00 UTC 2014 - Led 
+
+- fix bashism in match_printcap script
+
+---
+Mon Nov  3 16:32:42 CET 2014 - ku...@suse.de
+
+- Update to version 3.0.1
+  - Use very short timeout for clnt_create()
+
+---
+Mon Nov  3 10:46:34 CET 2014 - ku...@suse.de
+
+- Update to version 3.0
+  - fix xdrfile-test.c on 32bit
+
+---
+Fri Oct 31 16:33:29 CET 2014 - ku...@suse.de
+
+- Update to version 2.99.8
+  - Enhance libnis for ypserv
+
+---
+Thu Oct 30 10:32:45 CET 2014 - ku...@suse.de
+
+- Update to version 2.99.7
+  - Rework nss_nis6 dependencys 
+(RPM handles glibc provides very special)
+  - Some fixes to yp_prot.h for ypserv
+
+---
+Wed Oct 29 15:51:02 CET 2014 - ku...@suse.de
+
+- Update to version 2.99.6
+  - Finish libnis library
+  - Add nss_nis6 plugin for glibc
+
+---
+Tue Oct 28 11:52:13 CET 2014 - ku...@suse.de
+
+- Update to version 2.99.5
+  - Implement v3 protocol for ypset
+  - Enhance libnis library
+
+---
+Sat Oct 25 01:01:46 CEST 2014 - ku...@suse.de
+
+- Update to version 2.99.4
+  - fixes last IPv4 only code (except ypset) 
+
+---
+Fri Oct 24 19:01:45 CEST 2014 - ku...@suse.de
+
+- Update to version 2.99.3
+  - fixes some bugs to build ypbind
+
+---
+Fri Oct 24 15:09:10 CEST 2014 - ku...@suse.de
+
+- Update to version 2.99.2
+  - ypwhich speaks now ypbind v3 protocol
+  - Add seperate libnis library
+
+---
+Tue Oct 21 14:41:16 CEST 2014 - ku...@suse.de
+
+- Update to version 2.99.1 
+  - port to TI-RPC
+  - ypwhich and ypset can now use IPv6 to speak with ypbind
+
+---

Old:

  yp-tools-2.14.tar.bz2

New:

  yp-tools-3.0.1.tar.bz2



Other differences:
--
++ yp-tools.spec ++
--- /var/tmp/diff_new_pack.ha117B/_old  2014-11-29 08:39:33.0 +0100
+++ /var/tmp/diff_new_pack.ha117B/_new  2014-11-29 08:39:33.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package yp-tools
 #
-# Copyright (c) 2013 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
@@ -16,14 +16,24 @@
 #
 
 
+# Filter libc.so.6(GLIBC_PRIVATE) from the Requires: we inject a IPv6 capable 
NSS_NIS
+# and that does make use of glibc internas on purpose (regulas NSS_NIS comes 
from glibc)
+%global __requires_exclude libc.so.6\\(GLIBC_PRIVATE\\)
+
 Name:   yp-tools
-Version:2.14
+Version:3.0.1
 Release:0
 Summary:Network Information Service (YP) client utilities
-License:GPL-2.0
+License:GPL-2.0 and LGPL-2.1
 Group:  Productivity/Networking/NIS
 Source: 
http://www.linux-nis.org/download/yp-tools/yp-tools-%{version}.tar.bz2
 Url:http://www.linux-nis.org/
+BuildRequires:  pkgconfig
+%if 0%{?suse_version} >= 1310
+BuildRequires:  pkgconfig(libtirpc)
+%else
+BuildRequires:  libtirpc-devel
+%endif
 Source1:match_printcap
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
@@ -31,38 +41,66 @@
 This packages contains some useful tools for accessing NIS maps or to
 test NIS configurations.
 
+%package -n libnis1
+Summary:Library with IPv6 enabled NIS functions
+License:LGPL-2.1
+Group:  System/Libraries
+
+%descri

commit sblim-cmpi-base for openSUSE:Factory

2014-11-28 Thread h_root
Hello community,

here is the log from the commit of package sblim-cmpi-base for openSUSE:Factory 
checked in at 2014-11-29 08:39:55

Comparing /work/SRC/openSUSE:Factory/sblim-cmpi-base (Old)
 and  /work/SRC/openSUSE:Factory/.sblim-cmpi-base.new (New)


Package is "sblim-cmpi-base"

Changes:

--- /work/SRC/openSUSE:Factory/sblim-cmpi-base/sblim-cmpi-base.changes  
2014-10-29 21:11:27.0 +0100
+++ /work/SRC/openSUSE:Factory/.sblim-cmpi-base.new/sblim-cmpi-base.changes 
2014-11-29 08:40:02.0 +0100
@@ -1,0 +2,5 @@
+Sun Nov 09 23:52:00 UTC 2014 - Led 
+
+- fix bashism in post script
+
+---



Other differences:
--
++ sblim-cmpi-base.spec ++
--- /var/tmp/diff_new_pack.hODnKk/_old  2014-11-29 08:40:03.0 +0100
+++ /var/tmp/diff_new_pack.hODnKk/_new  2014-11-29 08:40:03.0 +0100
@@ -109,7 +109,6 @@
 %pre
 # definition of schema and registration files
 %define SCHEMA %{_datadir}/%{name}/Linux_Base.mof 
%{_datadir}/%{name}/Linux_BaseIndication.mof
-%define PEGASUS_MOF  
CIM_Card,CIM_UnixProcess,CIM_Processor,CIM_OperatingSystem,CIM_ComputerSystem,CIM_ComputerSystemPackage,CIM_RunningOS,CIM_OSProcess,CIM_SystemDevice,CIM_ProcessIndication,CIM_ElementStatisticalData
 %define REGISTRATION %{_datadir}/%{name}/Linux_BaseIndication.registration
 # If upgrading, deregister old version
 if [ $1 -gt 1 ]
@@ -122,7 +121,7 @@
 # Register Schema and Provider - this is higly provider specific
 # tog-pegasus needs some schemes registered first
 if [ -x /usr/bin/peg-loadmof.sh ]; then
-   peg-loadmof.sh -n root/cimv2 
/usr/share/mof/cim-current/*/{%{PEGASUS_MOF}}.mof
+   peg-loadmof.sh -n root/cimv2 %(for i in Card UnixProcess Processor 
OperatingSystem ComputerSystem ComputerSystemPackage RunningOS OSProcess 
SystemDevice ProcessIndication ElementStatisticalData; echo -n 
"/usr/share/mof/cim-current/*/CIM_$i.mof ")
rctog-pegasus try-restart
 fi
 # and then following script can handle registration for various providers

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



commit kmix for openSUSE:Factory

2014-11-28 Thread h_root
Hello community,

here is the log from the commit of package kmix for openSUSE:Factory checked in 
at 2014-11-29 08:39:43

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


Package is "kmix"

Changes:

--- /work/SRC/openSUSE:Factory/kmix/kmix.changes2014-11-19 
20:29:43.0 +0100
+++ /work/SRC/openSUSE:Factory/.kmix.new/kmix.changes   2014-11-29 
08:39:44.0 +0100
@@ -1,0 +2,7 @@
+Sun Nov 23 04:49:00 UTC 2014 - Led 
+
+- fix bashisms in kmixremote script
+- add patches:
+  * kmix-4.14.3-fix-bashisms.patch
+
+---

New:

  kmix-4.14.3-fix-bashisms.patch



Other differences:
--
++ kmix.spec ++
--- /var/tmp/diff_new_pack.gurJYu/_old  2014-11-29 08:39:45.0 +0100
+++ /var/tmp/diff_new_pack.gurJYu/_new  2014-11-29 08:39:45.0 +0100
@@ -33,6 +33,7 @@
 # PATCH-FIX-OPENSUSE Who-needs-event-slider.patch -- since KNotify will no 
longer be able pretending it can 
 # control volume, also remove the Event slider within KMix
 Patch0: Who-needs-event-slider.patch
+Patch1: kmix-4.14.3-fix-bashisms.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %kde4_runtime_requires
 
@@ -44,6 +45,7 @@
 %if 0%{?suse_version} >= 1310
 %patch0 -p1
 %endif
+%patch1 -p1
 
 %build
   %cmake_kde4 -d build

++ kmix-4.14.3-fix-bashisms.patch ++
diff -Ndur kmix-4.14.3/apps/kmixremote kmix-4.14.3-fix-bashisms/apps/kmixremote
--- kmix-4.14.3/apps/kmixremote 2014-07-16 11:24:17.0 +0300
+++ kmix-4.14.3-fix-bashisms/apps/kmixremote2014-11-23 06:46:36.616308340 
+0200
@@ -7,7 +7,7 @@
 # Mute
 
#
 
-function usage
+usage()
 {
   echo "Usage:"
   echo "List mixers#   $0 list"
@@ -18,7 +18,7 @@
   echo 
 }
 
-function exit_with_error
+exit_with_error()
 {
   echo "Error: $1"
   echo 
@@ -27,7 +27,7 @@
 }
 
 # Prints the mixer DBUS ID's on the console. leaving out the "/Mixers/" prefix
-function listMixers
+listMixers()
 {
   qdbus org.kde.kmix /Mixers org.freedesktop.DBus.Properties.Get 
org.kde.KMix.MixSet mixers | cut -f3 -d/
   errorCode=$?
@@ -37,7 +37,7 @@
 }
 
 # Prints the mixer control DBUS ID's of the given mixer on the console. 
leaving out the "/Mixers/" prefix
-function listControls
+listControls()
 {
   qdbus org.kde.kmix $1 org.freedesktop.DBus.Properties.Get org.kde.KMix.Mixer 
controls  | cut -f4 -d/
   errorCode=$?
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit amanda for openSUSE:Factory

2014-11-28 Thread h_root
Hello community,

here is the log from the commit of package amanda for openSUSE:Factory checked 
in at 2014-11-29 08:39:52

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


Package is "amanda"

Changes:

--- /work/SRC/openSUSE:Factory/amanda/amanda.changes2014-09-17 
21:25:16.0 +0200
+++ /work/SRC/openSUSE:Factory/.amanda.new/amanda.changes   2014-11-29 
08:39:56.0 +0100
@@ -1,0 +2,6 @@
+Thu Nov 27 08:20:00 UTC 2014 - mplus...@suse.com
+
+- Fix for boo#907361 -- amanda-2.6.1p1-fix-perl-format.patch
+- Clean spec file with spec-cleaner
+
+---

New:

  amanda-2.6.1p1-fix-perl-format.patch



Other differences:
--
++ amanda.spec ++
--- /var/tmp/diff_new_pack.sb2zNx/_old  2014-11-29 08:39:57.0 +0100
+++ /var/tmp/diff_new_pack.sb2zNx/_new  2014-11-29 08:39:57.0 +0100
@@ -22,13 +22,24 @@
 %else
 %define amanda_group amanda
 %endif
-
 Name:   amanda
 Version:3.3.6
 Release:0
-
-PreReq: pwdutils permissions
-
+Summary:Network Disk Archiver
+License:GPL-3.0+
+Group:  Productivity/Archiving/Backup
+Url:http://www.amanda.org/
+Source: %{name}-%{version}.tar.gz
+#amanda-SuSE.tar.bz2 contain init scripts, config examples
+Source1:%{name}-SuSE.tar.bz2
+Source2:amanda-howto-collection.pdf.tar.bz2
+Patch3: amanda-2.6.1p1-shellbang.patch
+Patch4: amanda-2.6.1p1-return_val.patch
+Patch6: amanda-2.6.1p1-avoid-perl-provides.patch
+Patch9: amanda-3.3.2-returnvalues.patch
+Patch10:amanda-automake_add_missing.patch
+Patch11:amanda-3.3.3-noundefbool.patch
+Patch12:amanda-2.6.1p1-fix-perl-format.patch
 BuildRequires:  automake
 BuildRequires:  cups-client
 BuildRequires:  dump
@@ -48,26 +59,12 @@
 BuildRequires:  readline-devel
 BuildRequires:  samba-client
 BuildRequires:  sendmail
-
-Requires:   /usr/bin/smbclient
+Requires:   %{_bindir}/smbclient
 Requires:   dump
 Requires:   perl = %{perl_version}
-Url:http://www.amanda.org/
-Summary:Network Disk Archiver
-License:GPL-3.0+
-Group:  Productivity/Archiving/Backup
-
-Source: %{name}-%{version}.tar.gz
-#amanda-SuSE.tar.bz2 contain init scripts, config examples
-Source1:%{name}-SuSE.tar.bz2
-Source2:amanda-howto-collection.pdf.tar.bz2
-
-Patch3: amanda-2.6.1p1-shellbang.patch
-Patch4: amanda-2.6.1p1-return_val.patch
-Patch6: amanda-2.6.1p1-avoid-perl-provides.patch
-Patch9: amanda-3.3.2-returnvalues.patch
-Patch10:amanda-automake_add_missing.patch
-Patch11:amanda-3.3.3-noundefbool.patch
+# FIXME: use proper Requires(pre/post/preun/...)
+PreReq: permissions
+PreReq: pwdutils
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -84,12 +81,13 @@
 %patch9 -p1
 %patch10 
 %patch11
+%patch12 -p1
 
 %build
 ./autogen
 
-CFLAGS="$RPM_OPT_FLAGS -U BUILD_DATE -U BUILD_MACH -fno-strict-aliasing -fPIC 
-fPIE" \
-CXXFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing -fPIC -fPIE" \
+CFLAGS="%{optflags} -U BUILD_DATE -U BUILD_MACH -fno-strict-aliasing -fPIC 
-fPIE" \
+CXXFLAGS="%{optflags} -fno-strict-aliasing -fPIC -fPIE" \
 LDFLAGS="-pie" \
./configure --mandir=%{_mandir} \
   --with-bsdtcp-security --with-bsdudp-security \
@@ -98,11 +96,11 @@
   --infodir=%{_infodir} \
   --sysconfdir=%{_sysconfdir} \
   --libdir=%{_libdir} \
-  --libexecdir=/usr/lib \
-  --localstatedir=/var/lib \
+  --libexecdir=%{_libexecdir} \
+  --localstatedir=%{_localstatedir}/lib \
   --with-index-server=localhost \
-  --with-gnutar-listdir=/var/lib/amanda/gnutar-lists \
-  --with-smbclient=%{_prefix}/bin/smbclient \
+  --with-gnutar-listdir=%{_localstatedir}/lib/amanda/gnutar-lists \
+  --with-smbclient=%{_bindir}/smbclient \
   --with-amperldir=%{perl_vendorlib} \
   --with-user=amanda \
   --with-group=%{amanda_group} \
@@ -113,42 +111,42 @@
 make %{?_smp_mflags}
 
 %install
-make DESTDIR=$RPM_BUILD_ROOT/ install
-install -d $RPM_BUILD_ROOT/%{_sysconfdir}/amanda \
-   $RPM_BUILD_ROOT/var/lib/amanda/index \
-   $RPM_BUILD_ROOT/var/lib/amanda/gnutar-lists \
-   $RPM_BUILD_ROOT/var/lib/amanda/disklist \
-   $RPM_BUILD_ROOT/var/lib/amanda/DailySet1 \
-   $RPM_BUILD_ROOT/var/lib/amanda/lbl-templ \
-   $RPM_BUILD_ROOT/%{_docdir}/%{name} \
-   $RPM_BUILD_ROOT/%{_sysconfdir}/xinetd.d
-install NEWS README README.SuSE example/{aman

commit ypbind for openSUSE:Factory

2014-11-28 Thread h_root
Hello community,

here is the log from the commit of package ypbind for openSUSE:Factory checked 
in at 2014-11-29 08:39:37

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


Package is "ypbind"

Changes:

--- /work/SRC/openSUSE:Factory/ypbind/ypbind.changes2014-10-25 
08:32:39.0 +0200
+++ /work/SRC/openSUSE:Factory/.ypbind.new/ypbind.changes   2014-11-29 
08:39:42.0 +0100
@@ -1,0 +2,37 @@
+Mon Nov  3 10:33:55 CET 2014 - ku...@suse.de
+
+- Update to ypbind-2.0
+  - final release with IPv6 support
+
+---
+Sat Nov  1 21:25:08 CET 2014 - ku...@suse.de
+
+- Update to ypbind-1-99.5
+  - disable workaround which could lead to a crash
+
+---
+Tue Oct 28 14:57:31 CET 2014 - ku...@suse.de
+
+- Update to ypbind-1.99.4
+  - ypbind protocol v3 fully implemented
+
+---
+Fri Oct 24 19:05:19 CEST 2014 - ku...@suse.de
+
+- Update to ypbind-1.99.3
+  - build against libnis/ti-rpc
+  - register with ypbind protocol version 3, too
+
+---
+Tue Oct 21 17:19:03 CEST 2014 - ku...@suse.de
+
+- Update to ypbind-1.99.2
+  - add check for localhost/IPv6
+
+---
+Mon Oct 20 16:13:46 CEST 2014 - ku...@suse.de
+
+- Update to ypbind-1.99.1
+  - register with IPv6 addresses, too.
+
+---

Old:

  ypbind-mt-1.38.tar.bz2

New:

  ypbind-mt-2.0.tar.bz2



Other differences:
--
++ ypbind.spec ++
--- /var/tmp/diff_new_pack.OhlBjE/_old  2014-11-29 08:39:43.0 +0100
+++ /var/tmp/diff_new_pack.OhlBjE/_new  2014-11-29 08:39:43.0 +0100
@@ -17,25 +17,26 @@
 
 
 Name:   ypbind
-BuildRequires:  dbus-1-devel
-BuildRequires:  openslp-devel
-BuildRequires:  pkgconfig
-BuildRequires:  pkgconfig(libsystemd-daemon)
-%{?systemd_requires}
-BuildRequires:  dbus-1-glib-devel
-%if %{suse_version} > 1210
-BuildRequires:  libxml2-tools
-%endif
-Requires:   rpcbind
-Requires:   yp-tools
 PreReq: %insserv_prereq %fillup_prereq
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-Version:1.38
+Version:2.0
 Release:0
 Url:http://www.linux-nis.org/nis/ypbind-mt
 Summary:NIS client daemon
 License:GPL-2.0
 Group:  Productivity/Networking/NIS
+BuildRequires:  pkgconfig
+%if %{suse_version} >= 1310
+BuildRequires:  pkgconfig(libnis) >= 2.99.3
+BuildRequires:  pkgconfig(libsystemd-daemon)
+BuildRequires:  pkgconfig(libtirpc)
+%else
+BuildRequires:  libnis-devel
+BuildRequires:  libtirpc-devel
+%endif
+#BuildRequires:  libxml2-tools
+Requires:   rpcbind
+Requires:   yp-tools
 Source: 
http://www.linux-nis.org/download/%name-mt/%name-mt-%version.tar.bz2
 Source1:SuSEfirewall.ypbind
 Source2:ypbind.service
@@ -56,14 +57,13 @@
 
 %build
 export CFLAGS=$RPM_OPT_FLAGS
-./configure --mandir=%{_mandir} --prefix=%{_prefix} --enable-dbus-nm
+./configure --mandir=%{_mandir} --prefix=%{_prefix} --disable-dbus-nm
 make
 
 %install
 mkdir -p $RPM_BUILD_ROOT/etc/sysconfig/SuSEfirewall2.d/services
 mkdir -p $RPM_BUILD_ROOT/var/adm/fillup-templates
 mkdir -p $RPM_BUILD_ROOT/var/yp/binding
-mkdir -p $RPM_BUILD_ROOT%{_libexecdir}/ypbind
 make install DESTDIR=$RPM_BUILD_ROOT
 # Install SuSEfirewall2 service file
 install -m 644 %SOURCE1 
$RPM_BUILD_ROOT/etc/sysconfig/SuSEfirewall2.d/services/ypbind
@@ -74,14 +74,22 @@
 touch $RPM_BUILD_ROOT/etc/yp.conf
 # Create filelist with translatins
 %{find_lang} ypbind-mt
+%if %{suse_version} >= 1310
 # Install systemd stuff
 install -D -m 644 %SOURCE2 %{buildroot}%{_unitdir}/ypbind.service
+mkdir -p $RPM_BUILD_ROOT%{_libexecdir}/ypbind
 install -m 755 %SOURCE3 $RPM_BUILD_ROOT%{_libexecdir}/ypbind/ypbind-systemd-pre
 install -m 755 %SOURCE4 
$RPM_BUILD_ROOT%{_libexecdir}/ypbind/ypbind-systemd-post
 install -m 755 %SOURCE5 
$RPM_BUILD_ROOT%{_libexecdir}/ypbind/ypbind-systemd-exec
 # create symlink for rcypbind
 ln -s /sbin/service $RPM_BUILD_ROOT/usr/sbin/rcypbind
+%else
+mkdir -p $RPM_BUILD_ROOT/etc/init.d
+install -m 755 etc/ypbind.init $RPM_BUILD_ROOT/etc/init.d/ypbind
+ln -sf /etc/init.d/ypbind $RPM_BUILD_ROOT/usr/sbin/rcypbind
+%endif
 
+%if %{suse_version} >= 1310
 %pre
 %service_add_pre ypbind.service
 
@@ -97,6 +105,22 @@
 
 %postun
 %service_del_postun ypbind.service
+%else
+%post
+%{fillup_and_insserv ypbind}
+
+%preun
+%stop_on_removal ypbind
+if [ "$1" = "0" ]; then
+   rm -f var/yp/binding/*
+fi
+exit 0
+

commit ypserv for openSUSE:Factory

2014-11-28 Thread h_root
Hello community,

here is the log from the commit of package ypserv for openSUSE:Factory checked 
in at 2014-11-29 08:39:25

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


Package is "ypserv"

Changes:

--- /work/SRC/openSUSE:Factory/ypserv/ypserv.changes2014-10-25 
08:33:26.0 +0200
+++ /work/SRC/openSUSE:Factory/.ypserv.new/ypserv.changes   2014-11-29 
08:39:26.0 +0100
@@ -1,0 +2,24 @@
+Wed Nov  5 14:58:41 CET 2014 - ku...@suse.de
+
+- Update to version 3.0
+  - evyerthing is now ported
+
+---
+Mon Nov  3 11:04:15 CET 2014 - ku...@suse.de
+
+- Update to version 2.99.3
+  - Implement -p option for ypserv
+
+---
+Sat Nov  1 20:48:26 CET 2014 - ku...@suse.de
+
+- Update to version 2.99.2
+  - At least everything compiles now
+
+---
+Fri Oct 31 16:43:58 CET 2014 - ku...@suse.de
+
+- Update to version 2.99.1
+  - Start porting to use ti-rpc interfaces for IPv6 support
+
+---

Old:

  ypserv-2.32.1.tar.bz2

New:

  yppasswdd.init
  ypserv-3.0.tar.bz2
  ypserv.init
  ypxfrd.init



Other differences:
--
++ ypserv.spec ++
--- /var/tmp/diff_new_pack.0MWcwa/_old  2014-11-29 08:39:28.0 +0100
+++ /var/tmp/diff_new_pack.0MWcwa/_new  2014-11-29 08:39:28.0 +0100
@@ -17,22 +17,20 @@
 
 
 Name:   ypserv
-BuildRequires:  gdbm-devel
-BuildRequires:  openslp-devel
-BuildRequires:  pkgconfig(libsystemd-daemon)
-%{?systemd_requires}
-Requires:   gawk
-Requires:   make
-Requires:   rpcbind
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-Version:2.32.1
+Version:3.0
 Release:0
 Url:http://www.linux-nis.org/nis/ypserv/
 Summary:YP - (NIS)-Server
 License:GPL-2.0
 Group:  Productivity/Networking/NIS
 PreReq: %fillup_prereq
+%if %{suse_version} < 1310
+PreReq: %insserv_prereq
+%endif
 Source: ypserv-%{version}.tar.bz2
+Source1:ypserv.init
+Source2:yppasswdd.init
+Source3:ypxfrd.init
 Source4:sysconfig.ypserv
 Source5:SuSEfirewall2.ypserv
 Source6:ypserv.service
@@ -40,6 +38,22 @@
 Source8:ypxfrd.service
 Source9:yppasswdd-systemd-exec
 Patch:  ypserv-2.32.diff
+BuildRequires:  gdbm-devel
+BuildRequires:  openslp-devel
+BuildRequires:  pkgconfig
+%if %{suse_version} >= 1310
+BuildRequires:  pkgconfig(libnis) >= 2.99.8
+BuildRequires:  pkgconfig(libsystemd-daemon)
+BuildRequires:  pkgconfig(libtirpc)
+%{?systemd_requires}
+%else
+BuildRequires:  libnis-devel >= 2.99.8
+BuildRequires:  libtirpc-devel
+%endif
+Requires:   gawk
+Requires:   make
+Requires:   rpcbind
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
 The Network Information Service (NIS) provides a simple network
@@ -70,8 +84,12 @@
 %install
 mkdir -p $RPM_BUILD_ROOT/etc/sysconfig/SuSEfirewall2.d/services
 mkdir -p $RPM_BUILD_ROOT/var/adm/fillup-templates
-mkdir -p $RPM_BUILD_ROOT%{_libexecdir}/yp
+mkdir -p $RPM_BUILD_ROOT%{_prefix}/lib/yp
+%if %{suse_version} >= 1310
 mkdir -p $RPM_BUILD_ROOT%{_unitdir}
+%else
+mkdir -p $RPM_BUILD_ROOT/etc/init.d
+%endif
 DOCDIR=%{_defaultdocdir}/yp
 install -d -m 755 $RPM_BUILD_ROOT${DOCDIR}
 install -d -m 755 $RPM_BUILD_ROOT${DOCDIR}/ypserv
@@ -83,18 +101,30 @@
 install -m 644 %SOURCE4 $RPM_BUILD_ROOT/var/adm/fillup-templates/
 # install SuSEfirewall2 service script
 install -m 644 %SOURCE5 
$RPM_BUILD_ROOT/etc/sysconfig/SuSEfirewall2.d/services/ypserv
+%if %{suse_version} >= 1310
 # install systemd files
 install -m 644 %SOURCE6 $RPM_BUILD_ROOT%{_unitdir}/ypserv.service
 install -m 644 %SOURCE7 $RPM_BUILD_ROOT%{_unitdir}/yppasswdd.service
 install -m 644 %SOURCE8 $RPM_BUILD_ROOT%{_unitdir}/ypxfrd.service
-install -m 755 %SOURCE9 $RPM_BUILD_ROOT%{_libexecdir}/yp/yppasswdd-systemd-exec
-# Remove files which should not be included:
-rm $RPM_BUILD_ROOT%{_libexecdir}/yp/match_printcap
+install -m 755 %SOURCE9 $RPM_BUILD_ROOT%{_prefix}/lib/yp/yppasswdd-systemd-exec
 # create symlink for rcypserv, rcyppasswdd, rcypxfrd
 ln -s /sbin/service $RPM_BUILD_ROOT%{_sbindir}/rcypserv
 ln -s /sbin/service $RPM_BUILD_ROOT%{_sbindir}/rcyppasswdd
 ln -s /sbin/service $RPM_BUILD_ROOT%{_sbindir}/rcypxfrd
+%else
+# install init scripts
+install -m 755 %SOURCE1 $RPM_BUILD_ROOT/etc/init.d/ypserv
+install -m 755 %SOURCE2 $RPM_BUILD_ROOT/etc/init.d/yppasswdd
+install -m 755 %SOURCE3 $RPM_BUILD_ROOT/etc/init.d/ypxfrd
+ln -sf ../../etc/init.d/yppasswdd

commit iso-codes for openSUSE:Factory

2014-11-28 Thread h_root
Hello community,

here is the log from the commit of package iso-codes for openSUSE:Factory 
checked in at 2014-11-29 08:39:32

Comparing /work/SRC/openSUSE:Factory/iso-codes (Old)
 and  /work/SRC/openSUSE:Factory/.iso-codes.new (New)


Package is "iso-codes"

Changes:

--- /work/SRC/openSUSE:Factory/iso-codes/iso-codes.changes  2014-10-05 
20:28:06.0 +0200
+++ /work/SRC/openSUSE:Factory/.iso-codes.new/iso-codes.changes 2014-11-29 
08:39:35.0 +0100
@@ -1,0 +2,6 @@
+Thu Nov 27 09:43:38 UTC 2014 - dims...@opensuse.org
+
+- Update to version 3.57:
+  + Updated translations for ISO 639-3, ISO 639-5 and ISO 3166-2.
+
+---

Old:

  iso-codes-3.56.tar.xz

New:

  iso-codes-3.57.tar.xz



Other differences:
--
++ iso-codes.spec ++
--- /var/tmp/diff_new_pack.UYEi7q/_old  2014-11-29 08:39:36.0 +0100
+++ /var/tmp/diff_new_pack.UYEi7q/_new  2014-11-29 08:39:36.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   iso-codes
-Version:3.56
+Version:3.57
 Release:0
 Summary:ISO Code Lists and Translations
 License:LGPL-2.1+

++ iso-codes-3.56.tar.xz -> iso-codes-3.57.tar.xz ++
 2761 lines of diff (skipped)

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



commit cups for openSUSE:Factory

2014-11-28 Thread h_root
Hello community,

here is the log from the commit of package cups for openSUSE:Factory checked in 
at 2014-11-29 08:39:44

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


Package is "cups"

Changes:

--- /work/SRC/openSUSE:Factory/cups/cups.changes2014-11-15 
12:14:07.0 +0100
+++ /work/SRC/openSUSE:Factory/.cups.new/cups.changes   2014-11-29 
08:39:45.0 +0100
@@ -1,0 +2,19 @@
+Tue Nov 25 16:13:50 CET 2014 - jsm...@suse.de
+
+- Refresh and/or clean up the systemd units that belong to CUPS
+  (cups.service cups.socket cups.path) via RPM posttrans scriplet
+  in a generic way via "systemctl --force reenable" (bnc#904215).
+  An enabled systemd unit may need a refresh via
+  "systemctl --force reenable" after updating a package when
+  the new package had installed a changed systemd unit file.
+  A disabled systemd unit also may need a refresh via
+  "systemctl --force reenable" but then it is again disabled.
+  A systemd unit may become obsolete by updating a package when
+  the new package does no longer provide a unit file. In this
+  case "systemctl --force reenable" removes the unit.
+  In any case currently running services are not stopped even
+  when the new package does no longer provide the unit file
+  because a RPM package update must not automatically disrupt
+  (stop or restart) running services.
+
+---



Other differences:
--
++ cups.spec ++
--- /var/tmp/diff_new_pack.IFwUBp/_old  2014-11-29 08:39:47.0 +0100
+++ /var/tmp/diff_new_pack.IFwUBp/_new  2014-11-29 08:39:47.0 +0100
@@ -603,25 +603,6 @@
 # an explicit "exit 1" must be use to enforce package install/upgrade/erase 
failure where needed
 # see the "Shared_libraries" section in 
http://en.opensuse.org/openSUSE:Packaging_scriptlet_snippets
 %if 0%{?have_systemd}
-# Cleaning up obsolete systemd units cups.path and cups.socket is only needed 
up to openSUSE 13.1
-# because cups.path and cups.socket are only provided from openSUSE 12.2 up to 
openSUSE 13.1
-# see bnc#857372 starting at 
https://bugzilla.novell.com/show_bug.cgi?id=857372#c61
-%if 0%{?suse_version} <= 1310
-# Begin clean up obsolete systemd units cups.path and cups.socket
-# Stop and disable systemd units that have been provided by a previous package 
version but are no longer provided by this package.
-# Do this in any case because YaST only supprts cups.service but not 
cups.socket or cups.path
-# see https://bugzilla.novell.com/show_bug.cgi?id=857372#c120
-# and if cups.socket or cups.path would be actuve YaST would mess up the 
systemd setup for CUPS
-# see https://bugzilla.novell.com/show_bug.cgi?id=857372#c115
-# which is one more reason that cups.socket and cups.path are completely 
disabled and removed
-# see https://bugzilla.novell.com/show_bug.cgi?id=857372#c61
-for u in cups.path cups.socket
-do # (without "|| :" build fails with "Failed to get D-Bus connection: No 
connection to service manager. preinstall script ... failed"):
-   systemctl --quiet stop $u || :
-   systemctl --quiet disable $u || :
-done
-# End clean up obsolete systemd units cups.path and cups.socket
-%endif
 # Begin service_add_pre cups.service
 %service_add_pre cups.service
 # End service_add_pre cups.service
@@ -641,14 +622,6 @@
 # Begin service_add_post cups.service
 %service_add_post cups.service
 # End service_add_post cups.service
-# Begin refresh systemd unit cups.service
-# Be on the safe side and enforce systemd to use the cups.service file in this 
package
-# ("reenable" does not implicitly stop a running cupsd which is exactly 
correct here):
-if systemctl --quiet is-enabled cups.service
-then # (without "|| :" build fails with "Failed to get D-Bus connection: No 
connection to service manager. postinstall script ... failed"):
- systemctl --quiet reenable cups.service || :
-fi
-# End refresh systemd unit cups.service
 %else
 # Begin fillup_and_insserv -ny cups cups
 %{fillup_and_insserv -ny cups cups}
@@ -689,6 +662,52 @@
 %endif
 exit 0
 
+%posttrans
+# Use a real bash script with an explicit "exit 0" at the end to be by default 
fail safe
+# an explicit "exit 1" must be use to enforce package install/upgrade/erase 
failure where needed
+# see the "Shared_libraries" section in 
http://en.opensuse.org/openSUSE:Packaging_scriptlet_snippets
+%if 0%{?have_systemd}
+# Begin refresh systemd units and clean up possibly obsolete systemd units
+# The following is a generic way how to refresh and/or clean up systemd units.
+# A systemd unit may need a refresh after updating a package when the new 
package
+# had installed a changed systemd unit file for an enabled systemd unit.
+# A systemd un

commit libksba for openSUSE:Factory

2014-11-28 Thread h_root
Hello community,

here is the log from the commit of package libksba for openSUSE:Factory checked 
in at 2014-11-28 09:32:40

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


Package is "libksba"

Changes:

--- /work/SRC/openSUSE:Factory/libksba/libksba.changes  2014-09-24 
13:09:05.0 +0200
+++ /work/SRC/openSUSE:Factory/.libksba.new/libksba.changes 2014-11-28 
09:32:42.0 +0100
@@ -1,0 +2,12 @@
+Wed Nov 26 08:20:23 UTC 2014 - andreas.stie...@gmx.de
+
+- libksba 1.3.2 [boo#907074] [CVE-2014-9087]
+  This version contains a security update which fixes a buffer
+  overflow in OID to string conversion code that can be triggered
+  by a specially crafted S/MIME message or ECC based OpenPGP data.
+  Users of GnuPG 2.x should install this version and restart the
+  dirmgr process.
+  * Fixed a buffer overflow in ksba_oid_to_str.
+- verify source signature
+
+---

Old:

  libksba-1.3.1.tar.bz2

New:

  libksba-1.3.2.tar.bz2
  libksba-1.3.2.tar.bz2.sig
  libksba.keyring



Other differences:
--
++ libksba.spec ++
--- /var/tmp/diff_new_pack.gp3J1m/_old  2014-11-28 09:32:43.0 +0100
+++ /var/tmp/diff_new_pack.gp3J1m/_new  2014-11-28 09:32:43.0 +0100
@@ -16,18 +16,21 @@
 #
 
 
+%define soname 8
 Name:   libksba
-Version:1.3.1
+Version:1.3.2
 Release:0
-%define soname 8
 Summary:A X.509 Library
 License:(LGPL-3.0+ or GPL-2.0+) and GPL-3.0+ and MIT
 Group:  Development/Libraries/C and C++
 Url:http://www.gnupg.org/aegypten/
-Source: ftp://ftp.gnupg.org/gcrypt/libksba//libksba-%{version}.tar.bz2
+Source: ftp://ftp.gnupg.org/gcrypt/libksba/%{name}-%{version}.tar.bz2
+Source2:
ftp://ftp.gnupg.org/gcrypt/libksba/%{name}-%{version}.tar.bz2.sig
+Source3:libksba.keyring
 BuildRequires:  libgpg-error-devel >= 1.8
 BuildRequires:  libtool
-PreReq: %install_info_prereq
+# FIXME: use proper Requires(pre/post/preun/...)
+PreReq: %{install_info_prereq}
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -49,7 +52,7 @@
 Group:  Development/Libraries/C and C++
 Requires:   libgpg-error-devel
 Requires:   libksba = %{version}
-Provides:   libksba:/usr/include/ksba.h
+Provides:   libksba:%{_includedir}/ksba.h
 
 %description devel
 KSBA is a library to simplify the task of working with X.509
@@ -66,19 +69,16 @@
 make %{?_smp_mflags}
 
 %check
-make check
+make %{?_smp_mflags} check
 
 %install
-%make_install
-rm -fv %{buildroot}%{_libdir}/*.la
+make DESTDIR=%{buildroot} install %{?_smp_mflags}
+find %{buildroot} -type f -name "*.la" -delete -print
 
 %post -n %{name}%{soname} -p /sbin/ldconfig
 
 %postun -n %{name}%{soname} -p /sbin/ldconfig
 
-%clean
-rm -rf %{buildroot}
-
 %files -n %{name}%{soname}
 %defattr(-,root,root)
 %doc README AUTHORS COPYING ChangeLog NEWS THANKS TODO

++ libksba-1.3.1.tar.bz2 -> libksba-1.3.2.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libksba-1.3.1/ChangeLog new/libksba-1.3.2/ChangeLog
--- old/libksba-1.3.1/ChangeLog 2014-09-18 09:35:35.0 +0200
+++ new/libksba-1.3.2/ChangeLog 2014-11-25 12:38:13.0 +0100
@@ -1,3 +1,27 @@
+2014-11-25  Werner Koch  
+
+   Release 1.3.2.
+   * configure.ac: Set LT version to C19/A11/R3.
+
+   build: Update version number magic.
+   * autogen.sh: Update from gnupg master.
+   * configure.ac: Change for new init style.  Create VERSION.
+   * Makefile.am (dist-hook): Do no create VERSION
+
+   Fix buffer overflow in ksba_oid_to_str.
+   * src/oid.c (ksba_oid_to_str): Fix unsigned underflow.
+
+   * tests/Makefile.am (noinst_PROGRAMS): Move t-oid to ..
+   (TESTS): here.
+   * tests/t-oid.c (test_oid_to_str): New.
+   (main): Run the new tests by default.  The former functionality
+   requires the use of one of the new options.
+
+2014-09-25  Werner Koch  
+
+   Strip CRs while building the oid translation table.
+   * tests/Makefile.am (oidtranstbl.h): Strip CRs
+
 2014-09-18  Werner Koch  
 
Release 1.3.1.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libksba-1.3.1/Makefile.am 
new/libksba-1.3.2/Makefile.am
--- old/libksba-1.3.1/Makefile.am   2014-01-10 12:56:56.0 +0100
+++ new/libksba-1.3.2/Makefile.am   2014-11-25 12:22:47.0 +0100
@@ -41,7 +41,6 @@
 SUBDIRS = m4 gl src ${tests} doc
 
 dist-hook: gen-ChangeLog
-   @set -e; echo "$(VERSION)" > $(distdir)/VERSION
 
 
 gen_start_date = 2011-1