commit libssh2_org.3615 for openSUSE:13.1:Update

2015-03-18 Thread h_root
Hello community,

here is the log from the commit of package libssh2_org.3615 for 
openSUSE:13.1:Update checked in at 2015-03-19 07:56:04

Comparing /work/SRC/openSUSE:13.1:Update/libssh2_org.3615 (Old)
 and  /work/SRC/openSUSE:13.1:Update/.libssh2_org.3615.new (New)


Package is "libssh2_org.3615"

Changes:

New Changes file:

--- /dev/null   2015-03-12 01:14:30.992027505 +0100
+++ /work/SRC/openSUSE:13.1:Update/.libssh2_org.3615.new/libssh2_org.changes
2015-03-19 07:56:06.0 +0100
@@ -0,0 +1,327 @@
+---
+Wed Mar 11 14:00:34 UTC 2015 - vci...@suse.com
+
+- update to 1.5.0
+  * fixes CVE-2015-1782 (bnc#921070)
+Changes in 1.5.0:
+  Added Windows Cryptography API: Next Generation based backend
+Bug fixes:
+  Security Advisory: Using `SSH_MSG_KEXINIT` data unbounded, CVE-2015-1782
+  missing _libssh2_error in _libssh2_channel_write
+  knownhost: Fix DSS keys being detected as unknown.
+  knownhost: Restore behaviour of `libssh2_knownhost_writeline` with short 
buffer.
+  libssh2.h: on Windows, a socket is of type SOCKET, not int
+  libssh2_priv.h: a 1 bit bit-field should be unsigned
+  windows build: do not export externals from static library
+  Fixed two potential use-after-frees of the payload buffer
+  Fixed a few memory leaks in error paths
+  userauth: Fixed an attempt to free from stack on error
+  agent_list_identities: Fixed memory leak on OOM
+  knownhosts: Abort if the hosts buffer is too small
+  sftp_close_handle: ensure the handle is always closed
+  channel_close: Close the channel even in the case of errors
+  docs: added missing libssh2_session_handshake.3 file
+  docs: fixed a bunch of typos
+  userauth_password: pass on the underlying error code
+  _libssh2_channel_forward_cancel: accessed struct after free
+  _libssh2_packet_add: avoid using uninitialized memory
+  _libssh2_channel_forward_cancel: avoid memory leaks on error
+  _libssh2_channel_write: client spins on write when window full
+  windows build: fix build errors
+  publickey_packet_receive: avoid junk in returned pointers
+  channel_receive_window_adjust: store windows size always
+  userauth_hostbased_fromfile: zero assign to avoid uninitialized use
+  configure: change LIBS not LDFLAGS when checking for libs
+  agent_connect_unix: make sure there's a trailing zero
+  MinGW build: Fixed redefine warnings.
+  sftpdir.c: added authentication method detection.
+  Watcom build: added support for WinCNG build.
+  configure.ac: replace AM_CONFIG_HEADER with AC_CONFIG_HEADERS
+  sftp_statvfs: fix for servers not supporting statfvs extension
+  knownhost.c: use LIBSSH2_FREE macro instead of free
+  Fixed compilation using mingw-w64
+  knownhost.c: fixed that 'key_type_len' may be used uninitialized
+  configure: Display individual crypto backends on separate lines
+  examples on Windows: check for WSAStartup return code
+  examples on Windows: check for socket return code
+  agent.c: check return code of MapViewOfFile
+  kex.c: fix possible NULL pointer de-reference with session->kex
+  packet.c: fix possible NULL pointer de-reference within listen_state
+  tests on Windows: check for WSAStartup return code
+  userauth.c: improve readability and clarity of for-loops
+  examples on Windows: use native SOCKET-type instead of int
+  packet.c: i < 256 was always true and i would overflow to 0
+  kex.c: make sure mlist is not set to NULL
+  session.c: check return value of session_nonblock in debug mode
+  session.c: check return value of session_nonblock during startup
+  userauth.c: make sure that sp_len is positive and avoid overflows
+  knownhost.c: fix use of uninitialized argument variable wrote
+  openssl: initialise the digest context before calling EVP_DigestInit()
+  libssh2_agent_init: init ->fd to LIBSSH2_INVALID_SOCKET
+  configure.ac: Add zlib to Requires.private in libssh2.pc if using zlib
+  configure.ac: Rework crypto library detection
+  configure.ac: Reorder --with-* options in --help output
+  configure.ac: Call zlib zlib and not libz in text but keep option names
+  Fix non-autotools builds: Always define the LIBSSH2_OPENSSL CPP macro
+  sftp: seek: Don't flush buffers on same offset
+  sftp: statvfs: Along error path, reset the correct 'state' variable.
+  sftp: Add support for fsync (OpenSSH extension).
+  _libssh2_channel_read: fix data drop when out of window
+  comp_method_zlib_decomp: Improve buffer growing algorithm
+  _libssh2_channel_read: Honour window_size_initial
+  window_size: redid window handling for flow control reasons
+  knownhosts: handle unknown key types
+
+---
+Mon Jun 24 12:58:02 UTC 2013 - mvysko...@suse.com
+
+- ignore groff-full to remove factory build cycle
+- add groff to build requires to make test

commit glusterfs.3614 for openSUSE:13.2:Update

2015-03-18 Thread h_root
Hello community,

here is the log from the commit of package glusterfs.3614 for 
openSUSE:13.2:Update checked in at 2015-03-18 17:18:40

Comparing /work/SRC/openSUSE:13.2:Update/glusterfs.3614 (Old)
 and  /work/SRC/openSUSE:13.2:Update/.glusterfs.3614.new (New)


Package is "glusterfs.3614"

Changes:

New Changes file:

--- /dev/null   2015-03-12 01:14:30.992027505 +0100
+++ /work/SRC/openSUSE:13.2:Update/.glusterfs.3614.new/glusterfs.changes
2015-03-18 17:18:41.0 +0100
@@ -0,0 +1,171 @@
+---
+Fri Feb 27 10:39:33 UTC 2015 - jeng...@inai.de
+
+- CVE-2014-3619: add multifrag.diff [bnc#919879]
+
+---
+Mon Aug  4 21:27:22 UTC 2014 - sco...@free.fr
+
+- Update to new upstream release 3.5.2
+  * NFS server crashes in _socket_read_vectored_request
+  * Can't write to quota enable folder
+  * nfs: reset command does not alter the result for nfs options
+earlier set
+  * features/gfid-access: stat on .gfid virtual directory return
+EINVAL
+  * creating symlinks generates errors on stripe volume
+  * Self-heal errors with "afr crawl failed for child 0 with ret -1"
+while performing rolling upgrade.
+  * [AFR] I/O fails when one of the replica nodes go down
+  * Fix inode leaks in gfid-access xlator
+  * NFS subdir authentication doesn't correctly handle 
+multi-(homed,protocol,etc) network addresses
+  * nfs-utils should be installed as dependency while installing
+glusterfs-server
+  * Excessive logging in quotad.log of the kind 'null client'
+  * client_t clienttable cliententries are never expanded when all
+entries are used
+  * AFR : self-heal of few files not happening when a AWS EC2 Instance
+is back online after a restart
+  * Dist-geo-rep : deletion of files on master, geo-rep fails to
+propagate to slaves.
+  * Allow the usage of the wildcard character '*' to the options
+"nfs.rpc-auth-allow" and "nfs.rpc-auth-reject"
+  * glfsheal: Improve the way in which we check the presence of
+replica volumes
+  * Resource cleanup doesn't happen for clients on servers after
+disconnect
+  * mounting a volume over NFS (TCP) with MOUNT over UDP fails
+  * backport 'gluster volume status --xml' issues
+  * Glustershd memory usage too high
+
+---
+Tue Jul 29 19:48:39 UTC 2014 - sco...@free.fr
+
+- Update to new upstream release 3.5.1
+  * A new volume option server.manage-gids has been added.
+This option should be used when users of a volume are in more
+than approximately 93 groups (Bug 1096425).
+  * Duplicate Request Cache for NFS has now been disabled by
+default, this may reduce performance for certain workloads,
+but improves the overall stability and memory footprint for
+most users.
+  * Others changes are mostly bug fixes.
+- disable systemd pre an post scripts for old product and then fix
+  build on SLE 11  
+
+---
+Mon May  5 22:40:02 UTC 2014 - jeng...@inai.de
+
+- Update to new upstream release 3.5.0
+* AFR_CLI_enhancements: Improved logging with more clarity and
+  statistical information. It allows visibility into why a
+  self-heal process was initiated and which files are affected, for
+  example. Prior to this enhancement, clearly identifying
+  split-brain issues from the logs was often difficult, and there
+  was no facility to identify which files were affected by a split
+  brain issue automatically. Remediating split brain without quorum
+  will still require some manual effort, but with the tools
+  provided, this will become much simpler.
+* Exposing Volume Capabilities: Provides client-side insight into
+  whether a volume is using the BD translator and, if so, which
+  capabilities are being utilized.
+* File Snapshot: Provides a mechanism for snapshotting individual
+  files. The most prevalent use case for this feature will be to
+  snapshot running VMs, allowing for point-in-time capture. This
+  also allows a mechanism to revert VMs to a previous state
+  directly from Gluster, without needing to use external tools.
+* GFID Access: A new method for accessing data directly by GFID.
+  With this method, the data can be directly consumed in changelog
+  translator, which is logging ‘gfid’ internally, very efficiently.
+* On-Wire Compression + Decompression: Use of this feature reduces
+  the overall network overhead for Gluster operations from a
+  client.
+* Prevent NFS restart on Volume change (Part 1): Previously, any
+  volume change (volume option, volume start, volume stop, volume
+  delete, brick add, etc.) would restart the NFS server, which led
+  to service disruptions. This feature allow modifying 

commit patchinfo.3614 for openSUSE:13.2:Update

2015-03-18 Thread h_root
Hello community,

here is the log from the commit of package patchinfo.3614 for 
openSUSE:13.2:Update checked in at 2015-03-18 17:18:45

Comparing /work/SRC/openSUSE:13.2:Update/patchinfo.3614 (Old)
 and  /work/SRC/openSUSE:13.2:Update/.patchinfo.3614.new (New)


Package is "patchinfo.3614"

Changes:

New Changes file:

NO CHANGES FILE!!!

New:

  _patchinfo



Other differences:
--
++ _patchinfo ++

  VUL-0: CVE-2014-3619: glusterfs: fragment 
header infinite loop DoS
  
  security
  moderate
  jengelh
  glusterfs was updated to fix a fragment header infinite loop 
denial of
service attack (CVE-2014-3619).

  Security update for glusterfs

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



commit gdm.3612 for openSUSE:13.2:Update

2015-03-18 Thread h_root
Hello community,

here is the log from the commit of package gdm.3612 for openSUSE:13.2:Update 
checked in at 2015-03-18 17:18:30

Comparing /work/SRC/openSUSE:13.2:Update/gdm.3612 (Old)
 and  /work/SRC/openSUSE:13.2:Update/.gdm.3612.new (New)


Package is "gdm.3612"

Changes:

New Changes file:

--- /dev/null   2015-03-12 01:14:30.992027505 +0100
+++ /work/SRC/openSUSE:13.2:Update/.gdm.3612.new/gdm.changes2015-03-18 
17:18:33.0 +0100
@@ -0,0 +1,3733 @@
+---
+Tue Feb 10 11:28:29 UTC 2015 - zai...@opensuse.org
+
+- Only install gdm-fingerprint and gdm-smartcard pamfiles if
+  enable_split_authentication is enabled (boo#900836).
+
+---
+Tue Oct 14 13:04:31 UTC 2014 - dims...@opensuse.org
+
+- Update to version 3.14.1:
+  + Update fedora PAM config to be more tolerant of /etc/nologin.
+  + leak fixes in libgdm.
+  + Fix spew on console generated from conversations that get
+cancelled when they're closing.
+  + Drop some lingering fallback greeter cruft.
+  + Updated translations.
+
+---
+Sun Oct 12 19:09:15 UTC 2014 - crrodrig...@opensuse.org
+
+- Drop unused libattr-devel BuildRequires.
+
+---
+Mon Sep 22 14:37:33 UTC 2014 - zai...@opensuse.org
+
+- Update to version 3.14.0:
+  + Updated translations.
+
+---
+Wed Sep 17 13:14:29 UTC 2014 - zai...@opensuse.org
+
+- Update to version 3.13.92:
+  + Compat fixes to work with latest caribou.
+  + Minor code clean up.
+  + Updated translations.
+
+---
+Sun Sep  7 10:03:41 UTC 2014 - zai...@opensuse.org
+
+- Update to version 3.13.91:
+  + Fix crash when typing password at screen lock.
+  + Fix default signal mask of session to not block SIGUSR1.
+  + Memory leak fixes.
+  + Fix for when building without consolekit.
+  + Fix autologin pam config on GNOME Continuous.
+  + Fix timed login race.
+  + Again read LANG from accountsservice.
+  + Misc fixes.
+  + Updated translations.
+
+---
+Fri Jun 27 16:43:48 UTC 2014 - fcro...@suse.com
+
+- Add gdm-plymouth-vt1.patch: switch back to VT1 when terminating
+  gdm, if plymouth was running at startup (bnc#881676).
+
+---
+Mon Jun 23 09:57:12 UTC 2014 - dims...@opensuse.org
+
+- Really drop gdm-greeter-greater-ui.patch: it has been removed
+  during the 3.9.5 update, but the patch file was not deleted.
+
+---
+Fri Jun 20 09:35:25 UTC 2014 - fcro...@suse.com
+
+- Update X11-displaymanager-gdm: remove call to splashcopy, useless
+  with plymouth.
+
+---
+Wed May 28 11:26:21 UTC 2014 - fcro...@suse.com
+
+- Remove scrollkeeper configure flag, no longer exists.
+- Only build ConsoleKit support when not building systemd support.
+- Update gdm-launch-environment.pamd to not call pam_loginuid, it
+  was causing gdm logind session to not be detected as a greeter
+  session.
+
+---
+Sat May 17 07:40:40 UTC 2014 - zai...@opensuse.org
+
+- Update to version 3.12.2:
+  + Work around ugly "Last Login" messages in fedora.
+  + Fix PATH variable.
+  + Fix undead worker processes.
+  + Fix crash on logout after user switching.
+
+---
+Tue Apr 15 14:46:32 UTC 2014 - dims...@opensuse.org
+
+- Update to version 3.12.1:
+  + Drop dead code.
+  + support XDG_CURRENT_DESKTOP.
+  + Fix PID file in build goo.
+  + doap file fix ups.
+  + Improve Fedora PAM config with regard to gnome-keyring.
+  + Small wayland fixes.
+  + ConsoleKit fixes.
+  + Fixes to non-GDM session unlock corner cases.
+  + Updated translations.
+
+---
+Wed Mar 26 18:45:34 UTC 2014 - zai...@opensuse.org
+
+- Update to version 3.12.0:
+  + Fix automatic login.
+  + Fix timed login.
+  + Updated translations.
+
+---
+Thu Mar 20 08:28:44 UTC 2014 - dims...@opensuse.org
+
+- Update to version 3.11.92.1:
+  + BSD build fixes.
+- Changes from version 3.11.92:
+  + BSD build fixes.
+  + Experimental Wayland support.
+  + Support gnome-shell unlocking from non GDM sessions.
+  + Drop slave process.
+  + Onscreen keyboard support at login screen.
+  + Updated translations.
+- Rebase gdm-desktop-session-env-pam.patch.
+- Copy autogen.sh t

commit vorbis-tools for openSUSE:13.1:Update

2015-03-18 Thread h_root
Hello community,

here is the log from the commit of package vorbis-tools for 
openSUSE:13.1:Update checked in at 2015-03-18 15:26:19

Comparing /work/SRC/openSUSE:13.1:Update/vorbis-tools (Old)
 and  /work/SRC/openSUSE:13.1:Update/.vorbis-tools.new (New)


Package is "vorbis-tools"

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.EGmF46/_old  2015-03-18 15:26:20.0 +0100
+++ /var/tmp/diff_new_pack.EGmF46/_new  2015-03-18 15:26:20.0 +0100
@@ -1 +1 @@
-
+

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



commit vorbis-tools for openSUSE:13.2:Update

2015-03-18 Thread h_root
Hello community,

here is the log from the commit of package vorbis-tools for 
openSUSE:13.2:Update checked in at 2015-03-18 15:26:21

Comparing /work/SRC/openSUSE:13.2:Update/vorbis-tools (Old)
 and  /work/SRC/openSUSE:13.2:Update/.vorbis-tools.new (New)


Package is "vorbis-tools"

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.ejakjb/_old  2015-03-18 15:26:22.0 +0100
+++ /var/tmp/diff_new_pack.ejakjb/_new  2015-03-18 15:26:22.0 +0100
@@ -1 +1 @@
-
+

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



commit vorbis-tools.3604 for openSUSE:13.1:Update

2015-03-18 Thread h_root
Hello community,

here is the log from the commit of package vorbis-tools.3604 for 
openSUSE:13.1:Update checked in at 2015-03-18 15:26:15

Comparing /work/SRC/openSUSE:13.1:Update/vorbis-tools.3604 (Old)
 and  /work/SRC/openSUSE:13.1:Update/.vorbis-tools.3604.new (New)


Package is "vorbis-tools.3604"

Changes:

New Changes file:

--- /dev/null   2015-03-12 01:14:30.992027505 +0100
+++ /work/SRC/openSUSE:13.1:Update/.vorbis-tools.3604.new/vorbis-tools.changes  
2015-03-18 15:26:16.0 +0100
@@ -0,0 +1,183 @@
+---
+Fri Mar  6 15:24:00 CET 2015 - ti...@suse.de
+
+- Fix division by zero and integer overflow by crafted WAV files
+  (CVE-2014-9638, CVE-2014-9639, bnc#914439, bnc#914441):
+  vorbis-tools-oggenc-CVE-2014-9639.patch
+
+---
+Tue Jan 27 18:04:18 CET 2015 - ti...@suse.de
+
+- Fix segfault by a crafted raw file input (CVE-2014-9640,
+  bsc#914938):
+  vorbis-tools-r19117-CVE-2014-9640.patch
+
+---
+Tue Jul 22 15:32:43 CEST 2014 - ti...@suse.de
+
+- vcut-fix-segfault.diff: Fix segfault of vcut (bnc#888360)
+
+---
+Fri Apr  5 09:54:32 UTC 2013 - idon...@suse.com
+
+- Add Source URL, see https://en.opensuse.org/SourceUrls 
+
+---
+Sat Mar  2 11:44:16 UTC 2013 - seife+...@b1-systems.com
+
+- fix build with automake-1.13.1
+
+---
+Sun Nov 20 06:29:49 UTC 2011 - co...@suse.com
+
+- add libtool as buildrequire to avoid implicit dependency
+
+---
+Sun Mar  6 22:59:51 UTC 2011 - asterios.dra...@gmail.com
+
+- Spec file updates:
+  * Fixed rpmlint warning "macro-in-comment".
+
+---
+Sun Mar  6 13:56:27 UTC 2011 - asterios.dra...@gmail.com
+
+- Update to version 1.4.0:
+  * Lots of changes (see CHANGES file).
+- Spec file updates:
+  * Changes based on rpmdevtools templates and spec-cleaner run.
+  * Changed License: to GPLv2.
+  * Added description for the patches based on openSUSE Patches Guidelines.
+  * Updates in Buildrequires: and %description sections.
+  * Added a vorbis-tools-lang package (based on rpmlint warning
+"package-with-huge-translation").
+  * Updates in %build, %install and %files sections.
+- Removed the following patches (fixed upstream):
+  * vorbis-tools-1.1.1-bounds-check-fix.diff
+  * vorbis-tools-1.1.1-curl-7.16.diff
+  * vorbis-tools-config.diff
+  * vorbis-tools-flac-1.1.3.diff
+- Rebased the patch vorbis-tools-1.1.1-warning-fixes.diff (most are fixed
+  upstream and only one change is needed to fix rpm post-build-check failure).
+  Also renamed it to warning-fixes.diff.
+- Rebased the patch for cflags.
+
+---
+Mon Apr 14 16:39:22 CEST 2008 - ti...@suse.de
+
+- VUL-0: speex insufficient bounds checking (bnc#379098,
+  CVE-2008-1686)
+
+---
+Wed Oct 31 14:28:59 CET 2007 - ti...@suse.de
+
+- add support of FLAC 1.1.3 or later (#337916)
+- use find_lang
+
+---
+Fri Feb  2 11:12:59 CET 2007 - mma...@suse.cz
+
+- fix build with curl-7.16
+- fixed some more compiler warnings
+
+---
+Mon Oct 16 00:28:47 CEST 2006 - sch...@suse.de
+
+- Make sure config.rpath is present.
+
+---
+Wed Aug 23 18:18:11 CEST 2006 - ti...@suse.de
+
+- build missing vcut command (#201242)
+
+---
+Sat Apr  8 17:01:17 CEST 2006 - sch...@suse.de
+
+- Include "config.h" before using HAVE_* macros.
+
+---
+Wed Jan 25 21:42:43 CET 2006 - m...@suse.de
+
+- converted neededforbuild to BuildRequires
+
+---
+Tue Oct 18 15:39:18 CEST 2005 - ti...@suse.de
+
+- updated to version 1.1.1.
+- added flac-* and speex-* to neededforbuild.
+
+---
+Thu Jul  7 17:53:45 CEST 2005 - ti...@suse.de
+
+- removed -fsigned-char option (#93888).
+
+---
+Thu Apr 14 17:17:06 CEST 2005 - sbra...@suse.cz
+
+- Added audiofile-devel to neededforbuild.
+
+---
+Fri Apr  8 18:53:38 CEST 2005 - ti..

commit cmake for openSUSE:Factory

2015-03-18 Thread h_root
Hello community,

here is the log from the commit of package cmake for openSUSE:Factory checked 
in at 2015-03-18 14:35:58

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


Package is "cmake"

Changes:

--- /work/SRC/openSUSE:Factory/cmake/cmake-gui.changes  2015-02-16 
17:23:13.0 +0100
+++ /work/SRC/openSUSE:Factory/.cmake.new/cmake-gui.changes 2015-03-18 
14:35:59.0 +0100
@@ -1,0 +2,244 @@
+Sun Mar 15 12:02:10 UTC 2015 - f...@grueninger.de
+
+- Update to 3.2.1
+ * Changes since 3.2.0~rc1
+  Makefile: Fix multiple custom command outputs regression (#15116)
+  configure_file: Do not warn about newline style arguments
+  Tests: Add more signature tests to RunCMake.configure_file test
+  Ninja: Improve internal check for generating at the top-level (#15436)
+  UseSWIG: Avoid if() auto-dereferene in quoted arguments
+  Diagnose invalid _STANDARD value instead of crashing (#15426)
+  CPackRPM: Fix handling of relocation prefix parent directories
+  KWSys SystemTools: Update CopyFileAlways stream library workarounds
+  install: Write the entire installation manifest at once
+  Help: Revise configure_file documentation (#15403)
+  Help: In 3.2 relnotes move OpenGL/X11 to deprecated/removed section
+  Utilities/Release: Build OS X and Win binaries without OpenSSL
+  cmake-gui: Reset generator platform and toolset on configure (#15411)
+  FindJsonCpp: Drop new module due to upstream jsoncpp providing package
+  bootstrap: Add --(no-)system-jsoncpp options
+  FindCurses: Drop unused check for cbreak in tinfo library
+  FindJNI: Add arch-specific library dir for JDK 9 layout (#15408)
+- Update system-libs.patch
+
+---
+Thu Feb 19 15:05:10 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Comment jsoncpp BuildRequires, as it creates dependancy cycle
+
+---
+Sat Feb 14 19:48:11 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 3.2 rc1:
+ * New Features:
+   * Syntax:
+ * CMake learned to support unicode characters *encoded as
+   UTF-8* on Windows. This was already supported on platforms
+   whose system APIs accept UTF-8 encoded strings. Unicode
+   characters may now be used in CMake code, paths to source
+   files, configured files such as ".h.in" files, and other
+   files read and written by CMake.  Note that because CMake
+   interoperates with many other tools, there may still be some
+   limitations when using certain unicode characters.
+   * Commands:
+ * The "add_custom_command()" and "add_custom_target()"
+   commands learned a new "BYPRODUCTS" option to specify files
+   produced as side effects of the custom commands.
+   These are not outputs because they do not always have to be
+   newer than inputs.
+ * The "add_custom_command()" and "add_custom_target()"
+   commands learned a new "USES_TERMINAL" option to request
+   that the command be given direct access to the terminal
+   if possible. The "Ninja" generator will places such commands
+   in the "console" "pool". Build targets provided by CMake
+   that are meant for individual interactive use, such as
+   "install", are now placed in this pool.
+ * A new "continue()" command was added that can be called
+   inside loop contexts to end the current iteration and start
+   the next one at the top of the loop block.
+ * The "file(LOCK)" subcommand was created to allow CMake
+   processes to synchronize through file and directory locks.
+ * The "file(STRINGS)" now supports UTF-16LE, UTF-16BE, UTF-32LE,
+   UTF- 32BE as "ENCODING" options.
+ * The "install(EXPORT)" command now works with an absolute
+   "DESTINATION" even if targets in the export set are
+   installed with a destination or *usage requirements*
+   specified relative to the install prefix. The value of the
+   "CMAKE_INSTALL_PREFIX" variable is hard-coded into the
+   installed export file as the base for relative references.
+ * The "try_compile()" command source file signature now honors
+   link flags (e.g. "CMAKE_EXE_LINKER_FLAGS") in the generated
+   test project. See policy "CMP0056".
+ * The "try_run()" command learned to honor the "LINK_LIBRARIES"
+   option just as "try_compile()" already does.
+ * The "file(GENERATE)" command now generates the output file
+   with the same permissions as the input file if set.
+ * The "file(GENERATE)" command can now generate files which
+   are used as source files for buildsystem targets. Generated
+   files automatically get their "GENERATED" property
+   set t

commit glibc for openSUSE:Factory

2015-03-18 Thread h_root
Hello community,

here is the log from the commit of package glibc for openSUSE:Factory checked 
in at 2015-03-18 14:35:45

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


Package is "glibc"

Changes:

--- /work/SRC/openSUSE:Factory/glibc/glibc-testsuite.changes2015-02-22 
17:19:36.0 +0100
+++ /work/SRC/openSUSE:Factory/.glibc.new/glibc-testsuite.changes   
2015-03-18 14:35:47.0 +0100
@@ -1,0 +2,18 @@
+Mon Mar  9 13:05:32 UTC 2015 - sch...@suse.de
+
+- resolv-nameserver-handling.patch: Replace with simpler version with more
+  compatibility
+
+---
+Mon Mar  2 14:27:02 UTC 2015 - sch...@suse.de
+
+- memcpy-chk-non-SSE2.patch: Fix __memcpy_chk on non-SSE2 CPUs
+  (bsc#920084)
+
+---
+Tue Feb 24 10:11:46 UTC 2015 - sch...@suse.de
+
+- resolv-nameserver-handling.patch: Rewrite handling of nameserver
+  configuration in resolver
+
+---
glibc-utils.changes: same change
glibc.changes: same change

New:

  memcpy-chk-non-SSE2.patch
  resolv-nameserver-handling.patch



Other differences:
--
++ glibc-testsuite.spec ++
--- /var/tmp/diff_new_pack.jM46ZJ/_old  2015-03-18 14:35:50.0 +0100
+++ /var/tmp/diff_new_pack.jM46ZJ/_new  2015-03-18 14:35:50.0 +0100
@@ -233,6 +233,10 @@
 ###
 # PATCH-FIX-UPSTREAM powerpc: Fix TABORT encoding for little endian
 Patch1000:  htm-tabort.patch
+# PATCH-FIX-UPSTREAM Fix value of O_TMPFILE for architectures with non-default 
O_DIRECTORY (BZ #17912)
+Patch1001:  o-tmpfile.patch
+# PATH-FIX-UPSTREAM Fix __memcpy_chk on non-SSE2 CPUs (BZ #17949)
+Patch1002:  memcpy-chk-non-SSE2.patch
 
 ### 
 # Patches awaiting upstream approval
@@ -249,8 +253,8 @@
 Patch2006:  ibm93x-redundant-shift-si.patch
 # PATCH-FIX-UPSTREAM Filter out PTHREAD_MUTEX_NO_ELISION_NP bit in 
pthread_mutexattr_gettype (BZ #15790)
 Patch2007:  pthread-mutexattr-gettype-kind.patch
-# PATCH-FIX-UPSTREAM Fix value of O_TMPFILE for architectures with non-default 
O_DIRECTORY (BZ #17912)
-Patch2008:  o-tmpfile.patch
+# PATCH-FIX-UPSTREAM Rewrite handling of nameserver configuration in resolver
+Patch2008:  resolv-nameserver-handling.patch
 
 # Non-glibc patches
 # PATCH-FIX-OPENSUSE Remove debianisms from manpages
@@ -452,6 +456,8 @@
 %patch306 -p1
 
 %patch1000 -p1
+%patch1001 -p1
+%patch1002 -p1
 
 %patch2000 -p1
 %patch2002 -p1

glibc-utils.spec: same change
++ glibc.spec ++
--- /var/tmp/diff_new_pack.jM46ZJ/_old  2015-03-18 14:35:50.0 +0100
+++ /var/tmp/diff_new_pack.jM46ZJ/_new  2015-03-18 14:35:50.0 +0100
@@ -233,6 +233,10 @@
 ###
 # PATCH-FIX-UPSTREAM powerpc: Fix TABORT encoding for little endian
 Patch1000:  htm-tabort.patch
+# PATCH-FIX-UPSTREAM Fix value of O_TMPFILE for architectures with non-default 
O_DIRECTORY (BZ #17912)
+Patch1001:  o-tmpfile.patch
+# PATH-FIX-UPSTREAM Fix __memcpy_chk on non-SSE2 CPUs (BZ #17949)
+Patch1002:  memcpy-chk-non-SSE2.patch
 
 ### 
 # Patches awaiting upstream approval
@@ -249,8 +253,8 @@
 Patch2006:  ibm93x-redundant-shift-si.patch
 # PATCH-FIX-UPSTREAM Filter out PTHREAD_MUTEX_NO_ELISION_NP bit in 
pthread_mutexattr_gettype (BZ #15790)
 Patch2007:  pthread-mutexattr-gettype-kind.patch
-# PATCH-FIX-UPSTREAM Fix value of O_TMPFILE for architectures with non-default 
O_DIRECTORY (BZ #17912)
-Patch2008:  o-tmpfile.patch
+# PATCH-FIX-UPSTREAM Rewrite handling of nameserver configuration in resolver
+Patch2008:  resolv-nameserver-handling.patch
 
 # Non-glibc patches
 # PATCH-FIX-OPENSUSE Remove debianisms from manpages
@@ -452,6 +456,8 @@
 %patch306 -p1
 
 %patch1000 -p1
+%patch1001 -p1
+%patch1002 -p1
 
 %patch2000 -p1
 %patch2002 -p1



++ memcpy-chk-non-SSE2.patch ++
2015-02-10  Evangelos Foutras  

[BZ #17949]
* sysdeps/i386/i686/multiarch/mempcpy_chk.S: Fix position of
jump label.

Index: glibc-2.21/sysdeps/i386/i686/multiarch/mempcpy_chk.S
===
--- glibc-2.21.orig/sysdeps/i386/i686/multiarch/mempcpy_chk.S
+++ glibc-2.21/sysdeps/i386/i686/multiarch/mempcpy_chk.S
@@ -36,8 +36,8 @@ ENTRY(__mempcpy_chk)
cmpl$0, KIND_OFFSET+__cpu_features@GOTOFF(%ebx)
jne 1f
call__init_cpu_features
-   leal__mempcpy_chk_ia32@GOTOFF(%ebx), %eax
-1: testl   $bit_SSE2, CPUID_OFFSET+index_SSE2+__cpu_features@GOTOFF(%ebx)
+1: leal__mempcpy_chk_ia32@GOTOFF(%ebx), %eax
+   testl   $bit_SSE2, CPUID_OFFSET+index_SSE2+__cpu_features@GOTOFF(%ebx)

commit irqd for openSUSE:Factory

2015-03-18 Thread h_root
Hello community,

here is the log from the commit of package irqd for openSUSE:Factory checked in 
at 2015-03-18 13:08:15

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


Package is "irqd"

Changes:

--- /work/SRC/openSUSE:Factory/irqd/irqd.changes2014-08-13 
08:48:49.0 +0200
+++ /work/SRC/openSUSE:Factory/.irqd.new/irqd.changes   2015-03-18 
13:08:16.0 +0100
@@ -1,0 +2,6 @@
+Tue Mar 17 14:51:53 UTC 2015 - jeng...@inai.de
+
+- Avoid running irqd in environments where interrupts are
+  inherited (rather than virtualized, or real).
+
+---



Other differences:
--
++ irqd.spec ++
--- /var/tmp/diff_new_pack.UFm1xO/_old  2015-03-18 13:08:17.0 +0100
+++ /var/tmp/diff_new_pack.UFm1xO/_new  2015-03-18 13:08:17.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package irqd
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed

++ irqd.service ++
--- /var/tmp/diff_new_pack.UFm1xO/_old  2015-03-18 13:08:17.0 +0100
+++ /var/tmp/diff_new_pack.UFm1xO/_new  2015-03-18 13:08:17.0 +0100
@@ -1,6 +1,7 @@
 [Unit]
 Description=RPS-aware IRQ balancing daemon
 Conflicts=irq_balancer.service
+ConditionVirtualization=!container
 
 [Service]
 Type=forking

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



commit john-wordlists for openSUSE:Factory:NonFree

2015-03-18 Thread h_root
Hello community,

here is the log from the commit of package john-wordlists for 
openSUSE:Factory:NonFree checked in at 2015-03-18 13:08:58

Comparing /work/SRC/openSUSE:Factory:NonFree/john-wordlists (Old)
 and  /work/SRC/openSUSE:Factory:NonFree/.john-wordlists.new (New)


Package is "john-wordlists"

Changes:

--- /work/SRC/openSUSE:Factory:NonFree/john-wordlists/john-wordlists.changes
2013-02-15 13:41:21.0 +0100
+++ 
/work/SRC/openSUSE:Factory:NonFree/.john-wordlists.new/john-wordlists.changes   
2015-03-18 13:08:59.0 +0100
@@ -1,0 +2,6 @@
+Tue Mar  3 11:29:54 UTC 2015 - dims...@opensuse.org
+
+- Rename README.SuSE to README.SUSE.
+- Change License to SUSE-NonFree.
+
+---

Old:

  README.SuSE

New:

  README.SUSE



Other differences:
--
++ john-wordlists.spec ++
--- /var/tmp/diff_new_pack.00KRDq/_old  2015-03-18 13:09:00.0 +0100
+++ /var/tmp/diff_new_pack.00KRDq/_new  2015-03-18 13:09:00.0 +0100
@@ -20,11 +20,11 @@
 Version:1
 Release:0
 Summary:Word List Files for John the Ripper
-License:Any Noncommercial
+License:SUSE-NonFree
 Group:  Productivity/Security
 Url:http://www.openwall.com/john/
 Source: %{name}-%{version}.tar.bz2
-Source1:README.SuSE
+Source1:README.SUSE
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
 
@@ -57,7 +57,7 @@
 
 %files
 %defattr(-,root,root)
-%doc README.SuSE
+%doc README.SUSE
 %dir %{_localstatedir}/lib/john
 %dir %{_localstatedir}/lib/john/wordlists
 %doc %{_localstatedir}/lib/john/wordlists/*

++ README.SUSE ++
The wordlists collection in this package is thankfully provided by the Openwall
project.

It is a result of processing many hundreds of public domain wordlist files from
multiple sources and in a variety of file formats. Most files were rejected for
being duplicates or for poor quality, but a few hundred remained and went into
the combined wordlists you will find here.

The wordlists are intended primarily for use with password crackers such as
John the Ripper and with password recovery utilities.

SUSE has a special agreement with Solar Designer of Openwall Project to
freely distribute this wordlist - here is the license statement:

Copyright (c) 2002,2003 by Solar Designer of Openwall Project

The homepage URL for this wordlists collection is:

http://www.openwall.com/wordlists/

You're allowed to use and redistribute this wordlists collection or
parts thereof, with or without modification, provided that credit is
given where it is due, any modified versions are marked as such, this
license is kept intact and included with each copy, and NO FEE IS
CHARGED FOR OBTAINING A COPY except as negotiated with the copyright
holder.  In particular, you are NOT permitted to charge for bandwidth,
physical media, and/or shipping.  You're also not permitted to bundle
this wordlists collection with a product you charge for.

If redistribution for a fee is what you're after, please contact the
copyright holder to negotiate special terms for the downloadable or
the extended CD-ready version of this collection.

It was a significant amount of work to compile this collection and
having a monopoly on regulating the CD sales is my way to compensate
for the time already spent and to allow for further work.

--

>From a mail from the author, Alexander Peslyak  on
18.07.2005 15:54 GMT:

"I hereby give my permission to re-distribute the freely downloadable
parts of the Openwall wordlists collection, including "all.lst", along
with SUSE LINUX (and its successor products, if any), notwithstanding
the terms of my published LICENSE."
  
--

If you find this wordlist useful, please consider supporting Openwall project
by purchasing the whole set of wordlist from this page:

http://www.openwall.com/wordlists/

Have a lot of fun!

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



commit subversion for openSUSE:Factory

2015-03-18 Thread h_root
Hello community,

here is the log from the commit of package subversion for openSUSE:Factory 
checked in at 2015-03-18 13:08:47

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


Package is "subversion"

Changes:

--- /work/SRC/openSUSE:Factory/subversion/subversion.changes2015-02-22 
17:26:45.0 +0100
+++ /work/SRC/openSUSE:Factory/.subversion.new/subversion.changes   
2015-03-18 13:08:48.0 +0100
@@ -1,0 +2,18 @@
+Tue Mar 10 20:09:16 UTC 2015 - astie...@suse.com
+
+- Fix running all regression tests with davautocheck.sh and
+  svnserveautocheck.sh when time is a shell built-in but not
+  a command: add subversion-1.8.11-autocheck-time.patch
+
+---
+Wed Mar  4 18:12:54 UTC 2015 - astie...@suse.com
+
+- fix sample configuration comments in subversion.conf [boo#916286]
+
+---
+Mon Mar  2 08:08:44 UTC 2015 - astie...@suse.com
+
+- SLE 11 SP3 build with all regression tests
+- run swig-py tests where they pass
+
+---

New:

  subversion-1.8.11-autocheck-time.patch



Other differences:
--
++ subversion.spec ++
--- /var/tmp/diff_new_pack.gjzUuZ/_old  2015-03-18 13:08:50.0 +0100
+++ /var/tmp/diff_new_pack.gjzUuZ/_new  2015-03-18 13:08:50.0 +0100
@@ -70,6 +70,7 @@
 Patch42:subversion-1.8.11-swig-py-comment.patch
 Patch43:subversion-1.8.11-swig-py-comment-2.patch
 Patch44:subversion-1.8.11-swig-py-comment-3.patch
+Patch45:subversion-1.8.11-autocheck-time.patch
 BuildRequires:  apache2-devel
 BuildRequires:  apache2-prefork
 BuildRequires:  cyrus-sasl-devel
@@ -110,8 +111,10 @@
 %if %{with all_regression_tests}
 # tools required for network based tests
 BuildRequires:  net-tools
-BuildRequires:  time
 BuildRequires:  wget
+%if %{?suse_version} >= 1310
+BuildRequires:  time
+%endif
 %endif
 %if %{with python_ctypes}
 BuildRequires:  ctypesgen
@@ -237,9 +240,10 @@
 %patch39
 %patch40 -p1
 %patch41 -p1
-%patch42 -p0
-%patch43 -p0
+%patch42
+%patch43
 %patch44 -p1
+%patch45 -p1
 
 %build
 # Re-boot strap, needed for patch37
@@ -414,13 +418,14 @@
 https
 svn"
 
-%if 0%{?suse_version} > 1130
 export LANG=C LC_ALL=C
 make %{?_smp_mflags} check CLEANUP=true || (cat fails.log; exit 1)
 make %{?_smp_mflags} check-javahl || (cat fails.log; exit 1)
 make %{?_smp_mflags} check-swig-pl || (cat fails.log; exit 1)
+%if 0%{?suse_version} <= 1320
 # swig bindings check failing from swig 3.0.3 and later
-# make %{?_smp_mflags} check-swig-py || (cat fails.log; exit 1)
+make %{?_smp_mflags} check-swig-py || (cat fails.log; exit 1)
+%endif
 make %{?_smp_mflags} check-swig-rb || (cat fails.log; exit 1)
 %if %{with all_regression_tests}
 make %{?_smp_mflags} svnserveautocheck CLEANUP=true FS_TYPE=fsfs || (cat 
fails.log; exit 1)
@@ -428,7 +433,6 @@
 make %{?_smp_mflags} davautocheck CLEANUP=true FS_TYPE=fsfs || (cat fails.log; 
exit 1)
 make %{?_smp_mflags} davautocheck CLEANUP=true FS_TYPE=bdb || (cat fails.log; 
exit 1)
 %endif
-%endif
 
 %pre
 getent group %{svngroup} >/dev/null || groupadd -r %{svngroup}


++ subversion-1.8.11-autocheck-time.patch ++

r1665652 | astieger | 2015-03-10 20:19:04 +0100 (Tue, 10 Mar 2015) | 13 lines
Changed paths:
   M /subversion/trunk/subversion/tests/cmdline/davautocheck.sh
   M /subversion/trunk/subversion/tests/cmdline/svnserveautocheck.sh

Follow-up to r1421594: Fix (svnserve|dav)autocheck when time is only a
built-in.

Some shells do not treat variable contents as a keyword, which in the
case of time makes the script fail if it is a built-in but not a
command.

* subversion/tests/cmdline/svnserveautocheck.sh,
  subversion/tests/cmdline/davautocheck.sh:
  Turn TIME_CMD into a function.

Approved by: breser, danielsh

This is the version of the patch backported to the 1.8 branch.


---
 subversion/tests/cmdline/davautocheck.sh  |   10 +++---
 subversion/tests/cmdline/svnserveautocheck.sh |   10 +++---
 2 files changed, 6 insertions(+), 14 deletions(-)

Index: subversion-1.8.11/subversion/tests/cmdline/davautocheck.sh
===
--- subversion-1.8.11.orig/subversion/tests/cmdline/davautocheck.sh 
2015-03-10 21:05:56.0 +0100
+++ subversion-1.8.11/subversion/tests/cmdline/davautocheck.sh  2015-03-10 
21:06:50.0 +0100
@@ -534,11 +534,7 @@ if [ $# -eq 1 ] && [ "x$1" = 'x--no-test
   exit
 fi
 
-if typ

commit gst-fluendo-mp3 for openSUSE:Factory:NonFree

2015-03-18 Thread h_root
Hello community,

here is the log from the commit of package gst-fluendo-mp3 for 
openSUSE:Factory:NonFree checked in at 2015-03-18 13:09:00

Comparing /work/SRC/openSUSE:Factory:NonFree/gst-fluendo-mp3 (Old)
 and  /work/SRC/openSUSE:Factory:NonFree/.gst-fluendo-mp3.new (New)


Package is "gst-fluendo-mp3"

Changes:

--- /work/SRC/openSUSE:Factory:NonFree/gst-fluendo-mp3/gst-fluendo-mp3.changes  
2013-10-20 10:51:57.0 +0200
+++ 
/work/SRC/openSUSE:Factory:NonFree/.gst-fluendo-mp3.new/gst-fluendo-mp3.changes 
2015-03-18 13:09:01.0 +0100
@@ -1,0 +2,6 @@
+Thu Mar 12 21:50:16 UTC 2015 - dims...@opensuse.org
+
+- Update to version 21 (released December 12, 2014), and update the
+  source from svn (as of March 12th, 2015).
+
+---

Old:

  fluendo-mp3-18.i386.tar.bz2
  fluendo-mp3-18.lpia.tar.bz2
  fluendo-mp3-18.x86_64.tar.bz2
  gst-fluendo-mp3-20130324.tar.bz2

New:

  gst-fluendo-mp3-20150312.tar.bz2
  oneplay-gstreamer-codecs-mp3-21.i386.tar.bz2
  oneplay-gstreamer-codecs-mp3-21.lpia.tar.bz2
  oneplay-gstreamer-codecs-mp3-21.x86_64.tar.bz2



Other differences:
--
++ gst-fluendo-mp3.spec ++
--- /var/tmp/diff_new_pack.c25tZr/_old  2015-03-18 13:09:03.0 +0100
+++ /var/tmp/diff_new_pack.c25tZr/_new  2015-03-18 13:09:03.0 +0100
@@ -21,18 +21,18 @@
 %endif
 
 Name:   gst-fluendo-mp3
-Version:18
+Version:21
 Release:0
 Summary:GStreamer plug-in from Fluendo for MP3 support
 License:SUSE-NonFree and MIT
 Group:  Productivity/Multimedia/Other
 Url:http://shop.fluendo.com
-Source: gst-fluendo-mp3-20130324.tar.bz2
-Source1:fluendo-mp3-18.i386.tar.bz2
-Source2:fluendo-mp3-18.x86_64.tar.bz2
+Source: gst-fluendo-mp3-20150312.tar.bz2
+Source1:oneplay-gstreamer-codecs-mp3-21.i386.tar.bz2
+Source2:oneplay-gstreamer-codecs-mp3-21.x86_64.tar.bz2
 Source3:fluendo-mp3-12.ppc.tar.bz2
 # We don't use the lpia architecture, afaik. Still, ship the binary in the 
source in case it's useful later on
-Source4:fluendo-mp3-18.lpia.tar.bz2
+Source4:oneplay-gstreamer-codecs-mp3-21.lpia.tar.bz2
 Source5:getsource.sh
 NoSource:   1
 NoSource:   2

++ gst-fluendo-mp3-20130324.tar.bz2 -> gst-fluendo-mp3-20150312.tar.bz2 
++
 6383 lines of diff (skipped)

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



commit figlet for openSUSE:Factory

2015-03-18 Thread h_root
Hello community,

here is the log from the commit of package figlet for openSUSE:Factory checked 
in at 2015-03-18 13:08:25

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


Package is "figlet"

Changes:

--- /work/SRC/openSUSE:Factory/figlet/figlet.changes2011-09-23 
01:57:29.0 +0200
+++ /work/SRC/openSUSE:Factory/.figlet.new/figlet.changes   2015-03-18 
13:08:26.0 +0100
@@ -1,0 +2,15 @@
+Sat Mar 14 14:26:36 UTC 2015 - benoit.mo...@gmx.fr
+
+- update to version 2.2.5:
+  * Add regression tests for uskata and jis0201 control files
+  * Properly escape minus signs in figlist(6) man page
+  * Fix chkfont coredump on invalid input
+  * Update ISO8859 map files to fix licensing issue raised in Debian
+bugs 673096 and 674844
+  * Re-add missing figmagic and getopt.c files which were left out
+of releases 2.2.3 and 2.2.4
+  * Fix output of test script in MacOS X
+- remove source figlet222-8859tables.tar.bz2: fixed upstream
+- update figlet-licpatch.sh: iso8859 files fixed updtream
+
+---

Old:

  figlet-2.2.4-patched.tar.bz2
  figlet-2.2.4.tar.gz
  figlet222-8859tables.tar.bz2

New:

  figlet-2.2.5-patched.tar.bz2
  figlet-2.2.5.tar.gz



Other differences:
--
++ figlet.spec ++
--- /var/tmp/diff_new_pack.GwJG4Y/_old  2015-03-18 13:08:28.0 +0100
+++ /var/tmp/diff_new_pack.GwJG4Y/_new  2015-03-18 13:08:28.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package figlet
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,13 +15,14 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   figlet
-Version:2.2.4
-Release:1
-License:BSD-3-Clause
+Version:2.2.5
+Release:0
 Summary:Tool for Creating Cool ASCII-Art Signatures
-Url:http://www.figlet.org/
+License:BSD-3-Clause
 Group:  Productivity/Text/Utilities
+Url:http://www.figlet.org/
 # Patched code is built by default.
 # Use rpmbuild -D 'BUILD_ORIG 1' to build original code.
 %if 0%{?BUILD_ORIG}
@@ -34,7 +35,6 @@
 Source1:ftp://ftp.figlet.org/pub/figlet/fonts/contributed.tar.gz
 Source2:ftp://ftp.figlet.org/pub/figlet/fonts/international.tar.gz
 Source3:ftp://ftp.figlet.org/pub/figlet/fonts/ours.tar.gz
-Source4:figlet222-8859tables.tar.bz2
 Source100:  figlet-licpatch.sh
 # PATCH-FIX-OPENSUSE figlet-config.patch -- Fix installation directories
 Patch0: figlet-config.patch
@@ -48,7 +48,7 @@
 put at the end of e-mail and UseNet messages.
 
 %prep
-%setup -q -a 1 -a 2 -a 3 -a 4
+%setup -q -a 1 -a 2 -a 3
 cd contributed
 tar -zxf Obanner-canon.tgz
 rm Obanner-canon.tgz

++ figlet-2.2.4-patched.tar.bz2 -> figlet-2.2.5-patched.tar.bz2 ++
 2505 lines of diff (skipped)

++ figlet-2.2.4.tar.gz -> figlet-2.2.5.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/figlet-2.2.4/CHANGES new/figlet-2.2.5/CHANGES
--- old/figlet-2.2.4/CHANGES2011-01-26 11:36:21.0 +0100
+++ new/figlet-2.2.5/CHANGES2012-06-01 14:51:09.0 +0200
@@ -1,3 +1,28 @@
+Changes in FIGlet 2.2.5
+---
+
+FIGlet 2.2.5 is a revision of FIGlet 2.2.4 containing updated andproperly
+licensed ISO8859 map files.  The full list of changes is:
+
+o  Add regression tests for uskata and jis0201 control files
+
+o  Properly escape minus signs in figlist(6) man page (Jonathan
+   McCrohan)
+
+o  Fix chkfont coredump on invalid input (Kenneth Davies and
+   Jonathan McCrohan)
+
+o  Update ISO8859 map files to fix licensing issue raised in Debian
+   bugs 673096 and 674844
+
+o  Re-add missing figmagic and getopt.c files which were left out
+   of releases 2.2.3 and 2.2.4
+
+o  Fix output of test script in MacOS X
+
+These changes were made by Claudio Matsuoka 
+31 May 2012
+
 Changes in FIGlet 2.2.4
 ---
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/figlet-2.2.4/FAQ new/figlet-2.2.5/FAQ
--- old/figlet-2.2.4/FAQ2011-01-26 11:36:21.0 +0100
+++ new/figlet-2.2.5/FAQ2012-06-01 14:51:09.0 +0200
@@ -5,7 +5,7 @@
   i...@figlet.orghttp://www.figlet.org/   |__|   [FIGlet FAQ v0.91]
 
 ===
-The l

commit python-pyxb for openSUSE:Factory

2015-03-18 Thread h_root
Hello community,

here is the log from the commit of package python-pyxb for openSUSE:Factory 
checked in at 2015-03-18 13:08:51

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


Package is "python-pyxb"

Changes:

--- /work/SRC/openSUSE:Factory/python-pyxb/python-pyxb.changes  2015-01-29 
09:55:53.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-pyxb.new/python-pyxb.changes 
2015-03-18 13:08:51.0 +0100
@@ -1,0 +2,5 @@
+Tue Mar 17 14:44:43 UTC 2015 - tchva...@suse.com
+
+- Fix build on sle11 as it is needed for java-packages
+
+---



Other differences:
--
++ python-pyxb.spec ++
--- /var/tmp/diff_new_pack.Wa6cAX/_old  2015-03-18 13:08:52.0 +0100
+++ /var/tmp/diff_new_pack.Wa6cAX/_new  2015-03-18 13:08:52.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-pyxb
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,6 +17,12 @@
 
 
 %define realnam PyXB
+%if 0%{?suse_version} <= 1110
+%{!?python_sitelib: %global python_sitelib %(python -c "from 
distutils.sysconfig import get_python_lib; print(get_python_lib(1))")}
+%else
+BuildArch:  noarch
+%py_requires
+%endif
 Name:   python-pyxb
 Version:1.2.4
 Release:0
@@ -30,7 +36,6 @@
 BuildRequires:  python-xml
 Requires:   python-xml
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildArch:  noarch
 
 %description
 PyXB is a pure Python package that generates Python code for classes that 
correspond to data structures defined by XMLSchema.

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



commit log4c for openSUSE:Factory

2015-03-18 Thread h_root
Hello community,

here is the log from the commit of package log4c for openSUSE:Factory checked 
in at 2015-03-18 13:08:23

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


Package is "log4c"

Changes:

--- /work/SRC/openSUSE:Factory/log4c/log4c.changes  2014-07-30 
07:35:04.0 +0200
+++ /work/SRC/openSUSE:Factory/.log4c.new/log4c.changes 2015-03-18 
13:08:24.0 +0100
@@ -1,0 +2,7 @@
+Sat Mar 14 09:50:34 UTC 2015 - mplus...@suse.com
+
+- Cleanup spec file with spec-cleaner
+- Do not build pdf documentation as it fails and html version is 
+  also built
+
+---



Other differences:
--
++ log4c.spec ++
--- /var/tmp/diff_new_pack.NiU4g8/_old  2015-03-18 13:08:25.0 +0100
+++ /var/tmp/diff_new_pack.NiU4g8/_new  2015-03-18 13:08:25.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package log4c
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -14,7 +14,6 @@
 
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
-# icecream 0
 
 
 Name:   log4c
@@ -26,35 +25,12 @@
 Url:http://log4c.sourceforge.net/
 Source0:
http://prdownloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
 Source1:baselibs.conf
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-
 BuildRequires:  doxygen
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
 BuildRequires:  graphviz-gd
 BuildRequires:  libexpat-devel
 BuildRequires:  pkg-config
-BuildRequires:  texlive-latex
-%if %suse_version > 1220
-BuildRequires:  texlive-courier
-BuildRequires:  texlive-dvips
-BuildRequires:  texlive-ec
-BuildRequires:  texlive-helvetic
-BuildRequires:  texlive-makeindex
-BuildRequires:  texlive-times
-BuildRequires:  tex(amssymb.sty)
-BuildRequires:  tex(colortbl.sty)
-BuildRequires:  tex(fancyhdr.sty)
-BuildRequires:  tex(float.sty)
-BuildRequires:  tex(mathptmx.sty)
-BuildRequires:  tex(multirow.sty)
-BuildRequires:  tex(natbib.sty)
-BuildRequires:  tex(sectsty.sty)
-BuildRequires:  tex(tocloft.sty)
-BuildRequires:  tex(wasy7.tfm)
-BuildRequires:  tex(wasysym.sty)
-BuildRequires:  tex(xtab.sty)
-%endif
 
 %description
 Log4c is a library of C for flexible logging to files, syslog and other
@@ -93,19 +69,21 @@
 %setup -q
 
 %build
-%configure --disable-static --with-pic  \
+%configure \
+   --disable-static \
+   --with-pic \
 --enable-test   \
 --enable-doc\
 --enable-debug
-%{__make} -j1 # parallel make is broken
+make -j1 # parallel make is broken
 # check fails on symlinks, so run before install
-%{__make} check
+make %{?_smp_mflags} check
 
 %install
-%makeinstall
-%__rm %{buildroot}%{_libdir}/liblog4c.la
-%__rm -rf %{buildroot}%{_datadir}/doc/log4c-%{version}/
-%__rm -rf %{buildroot}/%{_sysconfdir}
+make DESTDIR=%{buildroot} install %{?_smp_mflags}
+rm %{buildroot}%{_libdir}/liblog4c.la
+rm -rf %{buildroot}%{_datadir}/doc/log4c-%{version}/
+rm -rf %{buildroot}/%{_sysconfdir}
 
 %fdupes -s %{buildroot}/%{_mandir}
 %fdupes -s doc/
@@ -137,6 +115,6 @@
 
 %files -n liblog4c-doc
 %defattr(-,root,root)
-%doc doc/%{name}.pdf doc/html
+%doc doc/html
 
 %changelog

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



commit armagetron for openSUSE:Factory

2015-03-18 Thread h_root
Hello community,

here is the log from the commit of package armagetron for openSUSE:Factory 
checked in at 2015-03-18 13:08:37

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


Package is "armagetron"

Changes:

--- /work/SRC/openSUSE:Factory/armagetron/armagetron.changes2012-09-23 
19:30:39.0 +0200
+++ /work/SRC/openSUSE:Factory/.armagetron.new/armagetron.changes   
2015-03-18 13:08:38.0 +0100
@@ -1,0 +2,8 @@
+Tue Mar 17 12:52:09 UTC 2015 - dims...@opensuse.org
+
+- Change the file system layout: have the icon in /usr/share/pixmap
+  as being the REAL file instead of being the symlink. This works
+  around a current flaw in appstream-builder, which does not follow
+  symlinks when extracting/finding icons.
+
+---



Other differences:
--
++ armagetron.spec ++
--- /var/tmp/diff_new_pack.mHXPPW/_old  2015-03-18 13:08:39.0 +0100
+++ /var/tmp/diff_new_pack.mHXPPW/_new  2015-03-18 13:08:39.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package armagetron
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -70,7 +70,8 @@
 install armagetron_add/*.desktop   %{buildroot}%{_datadir}/applications/
 mkdir -p %{buildroot}%{_datadir}/pixmaps/
 pushd %buildroot
-ln -s %{_datadir}/armagetronad/desktop/icons/large/armagetronad.png 
usr/share/pixmaps/%{name}.png
+mv %{buildroot}%{_datadir}/armagetronad/desktop/icons/large/armagetronad.png 
%{buildroot}%{_datadir}/pixmaps/%{name}.png
+ln -s %{_datadir}/pixmaps/%{name}.png 
%{buildroot}%{_datadir}/armagetronad/desktop/icons/large/armagetronad.png
 popd
 # some cleanups
 chmod 644 %{buildroot}%{_sysconfdir}/armagetronad/rc.config

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



commit gengetopt for openSUSE:Factory

2015-03-18 Thread h_root
Hello community,

here is the log from the commit of package gengetopt for openSUSE:Factory 
checked in at 2015-03-18 13:08:33

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


Package is "gengetopt"

Changes:

--- /work/SRC/openSUSE:Factory/gengetopt/gengetopt.changes  2012-11-12 
11:41:58.0 +0100
+++ /work/SRC/openSUSE:Factory/.gengetopt.new/gengetopt.changes 2015-03-18 
13:08:34.0 +0100
@@ -1,0 +2,8 @@
+Mon Mar 16 19:15:15 UTC 2015 - mplus...@suse.com
+
+- Cleanup spec file with spec-cleaner
+- Use url for source
+- Add gpg signature
+- Correct info scriplet dependencies
+
+---

Old:

  gengetopt-2.22.6.tar.xz

New:

  gengetopt-2.22.6.tar.gz
  gengetopt-2.22.6.tar.gz.sig
  gengetopt.keyring



Other differences:
--
++ gengetopt.spec ++
--- /var/tmp/diff_new_pack.ayAam8/_old  2015-03-18 13:08:35.0 +0100
+++ /var/tmp/diff_new_pack.ayAam8/_new  2015-03-18 13:08:35.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gengetopt
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,6 +15,7 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   gengetopt
 Version:2.22.6
 Release:0
@@ -22,10 +23,12 @@
 License:GPL-3.0+
 Group:  Development/Languages/C and C++
 Url:http://www.gnu.org/software/gengetopt/
-Source: %{name}-%{version}.tar.xz
+Source0:ftp://ftp.gnu.org/gnu/gengetopt/%{name}-%{version}.tar.gz
+Source1:ftp://ftp.gnu.org/gnu/gengetopt/%{name}-%{version}.tar.gz.sig
+Source2:%{name}.keyring
 BuildRequires:  gcc-c++
-BuildRequires:  xz
-Requires(pre):  info
+Requires(post): %{install_info_prereq}
+Requires(preun): %{install_info_prereq}
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -41,7 +44,7 @@
 %build
 %configure \
--docdir=%{_docdir}/%{name}
-make
+make --jobs 1
 
 %install
 %{?make_install} %{!?make_install:make install DESTDIR=%{buildroot}}
@@ -54,15 +57,12 @@
 rm -f %{buildroot}%{_docdir}/%{name}/INSTALL
 
 %check
-make check
-
-%clean
-rm -rf %{buildroot}
+make check --jobs 1
 
 %post
 %install_info --info-dir=%{_infodir} %{_infodir}/%{name}.info.gz
 
-%postun
+%preun
 %install_info_delete --info-dir=%{_infodir} %{_infodir}/%{name}.info.gz
 
 %files

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



commit hashalot for openSUSE:Factory

2015-03-18 Thread h_root
Hello community,

here is the log from the commit of package hashalot for openSUSE:Factory 
checked in at 2015-03-18 13:08:29

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


Package is "hashalot"

Changes:

--- /work/SRC/openSUSE:Factory/hashalot/hashalot.changes2012-12-28 
15:00:51.0 +0100
+++ /work/SRC/openSUSE:Factory/.hashalot.new/hashalot.changes   2015-03-18 
13:08:30.0 +0100
@@ -1,0 +2,5 @@
+Mon Mar 16 16:11:48 UTC 2015 - mplus...@suse.com
+
+- Cleanup spec file with spec-cleaner
+
+---



Other differences:
--
++ hashalot.spec ++
--- /var/tmp/diff_new_pack.uR1oW5/_old  2015-03-18 13:08:30.0 +0100
+++ /var/tmp/diff_new_pack.uR1oW5/_new  2015-03-18 13:08:30.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package hashalot
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,13 +15,14 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   hashalot
-Url:http://www.paranoiacs.org/~sluskyb/hacks/hashalot/
 Version:0.3
 Release:0
 Summary:Read a passphrase and print a hash
 License:GPL-2.0+
 Group:  System/Base
+Url:http://www.paranoiacs.org/~sluskyb/hacks/hashalot/
 Source: 
http://www.paranoiacs.org/~sluskyb/hacks/hashalot/hashalot-%{version}.tar.gz
 Patch10:hashalot-fixes.diff
 Patch11:hashalot-libgcrypt.diff
@@ -30,10 +31,11 @@
 Patch14:hashalot-manpage.diff
 Patch15:bug-476290_hashalot-hashlen.diff
 Patch16:hashalot-glibc210.diff
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-Provides:   cryptsetup:/sbin/hashalot
-BuildRequires:  autoconf automake
+BuildRequires:  autoconf
+BuildRequires:  automake
 BuildRequires:  libgcrypt-devel
+Provides:   cryptsetup:/sbin/hashalot
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
 hashalot  is  a small tool that reads a passphrase from standard
@@ -57,15 +59,14 @@
 %patch16 -p1
 
 %build
-autoreconf -f -i
-%{?suse_update_config:%{suse_update_config}}
+autoreconf -fi
 %configure
 make %{?_smp_mflags}
 
 %install
-make install DESTDIR=$RPM_BUILD_ROOT
+make DESTDIR=%{buildroot} install %{?_smp_mflags}
 # remove unwanted symlinks
-rm -f $RPM_BUILD_ROOT%{_sbindir}/{rmd160,sha256,sha384,sha512}
+rm -f %{buildroot}%{_sbindir}/{rmd160,sha256,sha384,sha512}
 
 %files
 %defattr(-,root,root)

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



commit radvd for openSUSE:Factory

2015-03-18 Thread h_root
Hello community,

here is the log from the commit of package radvd for openSUSE:Factory checked 
in at 2015-03-18 13:08:27

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


Package is "radvd"

Changes:

--- /work/SRC/openSUSE:Factory/radvd/radvd.changes  2014-11-18 
22:45:58.0 +0100
+++ /work/SRC/openSUSE:Factory/.radvd.new/radvd.changes 2015-03-18 
13:08:29.0 +0100
@@ -1,0 +2,10 @@
+Sun Mar 15 16:49:20 UTC 2015 - p.drou...@gmail.com
+
+- Update to version 2.10
+  * Reverted random delay work because it broke detecting new 
+interfaces in a timely manor.
+- Update radvd-configure.patch
+- Do not provide both sysvinit/systemd init files; it's redundant
+- Add a backward compatibility link for systemd
+
+---

Old:

  radvd-2.2.tar.xz
  radvd-2.2.tar.xz.asc

New:

  radvd-2.10.tar.xz
  radvd-2.10.tar.xz.asc



Other differences:
--
++ radvd.spec ++
--- /var/tmp/diff_new_pack.cIoaBC/_old  2015-03-18 13:08:29.0 +0100
+++ /var/tmp/diff_new_pack.cIoaBC/_new  2015-03-18 13:08:29.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package radvd
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   radvd
-Version:2.2 
+Version:2.10
 Release:0
 Summary:Router ADVertisement Daemon for IPv6
 License:BSD-3-Clause
@@ -40,13 +40,14 @@
 BuildRequires:  xz
 BuildRequires:  pkgconfig(check)
 PreReq: %fillup_prereq
-PreReq: %insserv_prereq
 PreReq: /usr/sbin/useradd
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %if 0%{?suse_version} >= 1210
 BuildRequires:  systemd
 %{?systemd_requires}
 %define i_can_has_systemd 1
+%else
+PreReq: %insserv_prereq
 %endif
 
 %description
@@ -66,17 +67,20 @@
 
 %install
 %makeinstall
-mkdir -p %{buildroot}%{_sysconfdir}/init.d
 mkdir -p %{buildroot}/run/radvd
-install -m 0755 %{SOURCE1} %{buildroot}%{_initddir}/radvd
-ln -sf /etc/init.d/radvd %{buildroot}%{_sbindir}/rcradvd
 mkdir -p %{buildroot}%{_localstatedir}/adm/fillup-templates
+mkdir -p %{buildroot}%{_sysconfdir}
 install -m 644 %{SOURCE2} %{buildroot}%{_localstatedir}/adm/fillup-templates/
 install -m 644 /dev/null %{buildroot}%{_sysconfdir}/radvd.conf
 
 %if 0%{?i_can_has_systemd}
 install -D -m 0644 %{SOURCE3} %{buildroot}%{_unitdir}/%{name}.service
 install -D -m 0644 redhat/radvd-tmpfs.conf 
%{buildroot}/usr/lib/tmpfiles.d/radvd-tmpfs.conf
+ln -s /usr/sbin/service %{buildroot}%{_sbindir}/rcradvd
+%else
+mkdir -p %{buildroot}%{_sysconfdir}/init.d
+install -m 0755 %{SOURCE1} %{buildroot}%{_initddir}/radvd
+ln -sf /etc/init.d/radvd %{buildroot}%{_sbindir}/rcradvd
 %endif
 
 %pre
@@ -127,18 +131,18 @@
 %endif
 
 %postun
-%restart_on_update radvd
-%insserv_cleanup
-
 %if 0%{?i_can_has_systemd}
 %service_del_postun %{name}.service
+%else
+%restart_on_update radvd
+%insserv_cleanup
 %endif
 
 %preun
-%stop_on_removal radvd
-
 %if 0%{?i_can_has_systemd}
 %service_del_preun %{name}.service
+%else
+%stop_on_removal radvd
 %endif
 
 %files
@@ -148,16 +152,17 @@
 %{_localstatedir}/adm/fillup-templates/sysconfig.radvd
 %{_sbindir}/radvd
 %{_sbindir}/radvdump
-%doc %{_mandir}/man8/radvd.8.gz
-%doc %{_mandir}/man8/radvdump.8.gz
-%doc %{_mandir}/man5/radvd.conf.5.gz
+%{_mandir}/man8/radvd.8.gz
+%{_mandir}/man8/radvdump.8.gz
+%{_mandir}/man5/radvd.conf.5.gz
 %doc CHANGES COPYRIGHT TODO INTRO.html
 %doc radvd.conf.example
-%config %{_sysconfdir}/init.d/radvd
 %{_sbindir}/rcradvd
 %if 0%{?i_can_has_systemd}
 %{_unitdir}/%{name}.service
 /usr/lib/tmpfiles.d/%{name}-tmpfs.conf
+%else
+%config %{_sysconfdir}/init.d/radvd
 %endif
 
 %changelog

++ radvd-2.2.tar.xz -> radvd-2.10.tar.xz ++
 2209 lines of diff (skipped)

++ radvd-configure.patch ++
--- /var/tmp/diff_new_pack.cIoaBC/_old  2015-03-18 13:08:30.0 +0100
+++ /var/tmp/diff_new_pack.cIoaBC/_new  2015-03-18 13:08:30.0 +0100
@@ -1,7 +1,7 @@
-diff -rupN radvd-2.2.old/configure.ac radvd-2.2/configure.ac
 radvd-2.2.old/configure.ac 2014-07-29 08:26:43.0 -0700
-+++ radvd-2.2/configure.ac 2014-07-29 19:23:38.842918895 -0700
-@@ -47,7 +47,9 @@ you must specifiy it with --target on th
+diff -rupN radvd.old/configure.ac radvd/configure.ac
+--- radvd.old/configure.ac 2014-07-29 08:26:43.0 -0700
 radvd/configure.ac 2014-07-29 19:23:38.842918895 -0700
+@@ -47,7 +47,9 @@
  esac
  
  dnl Determin

commit calibre for openSUSE:Factory

2015-03-18 Thread h_root
Hello community,

here is the log from the commit of package calibre for openSUSE:Factory checked 
in at 2015-03-18 13:07:35

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


Package is "calibre"

Changes:

--- /work/SRC/openSUSE:Factory/calibre/calibre.changes  2015-02-22 
17:26:58.0 +0100
+++ /work/SRC/openSUSE:Factory/.calibre.new/calibre.changes 2015-03-18 
13:07:43.0 +0100
@@ -1,0 +2,35 @@
+Mon Mar 16 10:35:44 UTC 2015 - corne...@solcon.nl
+
+- Update to version 2.21.0:
+  * New features:
+- Allow opening ebook files and covers in external applications by simply 
right clicking on them in the Book Details panel.
+- Tag Browser: Make rename and delete for items in the Tag Browser 
restrict themselves to the current Virtual Library (if any). There is also an 
additional menu entry you can use to rename and delete across all books while 
in a Virtual Library.
+- Conversion: Use a new (written from scratch) implementation of CSS Level 
3 selectors that fixes various bugs in handling of the more advanced/uncommon 
CSS selectors such as nth-last-child()
+- Edit Book: Allow restoring of disabled confirmation prompts in 
preferences and add a confirmation when removing saved searches
+- Edit ToC button: Remember the last used ebook formats
+  * bug fixes:
+- E-book viewer: Fix regression that prevented pasting of text with 
formatting from the viewer.
+- Table of Contents Editor: Fix selecting a location inside a file and 
then clicking on another file causes the previous location to be used in the 
new file.
+- DOCX Input: Fix incorrect bold font weight being used for heading styles 
even if the style definition does not specify bold.
+- AZW3 Input: Fix a bug that prevented conversion of AZW3 files that 
contained an empty CSS media block.
+- PDF Output: Fix incorrect rendering of text in elements that use 
font-variant:small-caps and also have children.
+- Get Books: Update Amazon Europe, Empik and CDP store plugins
+- PDF Output: Fix incorrect conversion of source document that specify 
dir='rtl' on the root element.
+- PDF Output: Ignore unparseable links instead of aborting the conversion 
on them.
+- Fix reading metadata from filenames tester not working for dates before 
1900.
+- Linux binary install: Fix SSL CA certificates not being detected on 
Fedora based distributions
+- Books list: Fix column alignment incorrectly propagating when changing 
libraries
+- FB2 Input: Do not put a border around images
+- Fixes for various incompatibilities with (Py)Qt 5.4.1 which is used by 
some calibre distro packages on linux
+- Fix error when running calibredb backup_metadata on a library that 
contains book records with no path information
+- Edit Book: Fix extra search being hidden when removing a saved search
+- Fix a regression in 2.20 that prevented some changes to per-library 
preferences from being saved
+- Linux installer: Do not register application/octet-stream as one of the 
mimetypes calibre can handle
+  * improved News sources:
+- Spektrum der Wissenschaft
+- New Musical Express
+- The Daily Mirror
+  * new news sources:
+-  Pando Daily 
+
+---

Old:

  calibre-2.20.0.tar.xz

New:

  calibre-2.21.0.tar.xz



Other differences:
--
++ calibre.spec ++
--- /var/tmp/diff_new_pack.cDq9NU/_old  2015-03-18 13:07:44.0 +0100
+++ /var/tmp/diff_new_pack.cDq9NU/_new  2015-03-18 13:07:44.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package calibre
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -20,7 +20,7 @@
 License:GPL-3.0
 Group:  Productivity/Other
 Name:   calibre
-Version:2.20.0
+Version:2.21.0
 Release:0
 Url:http://calibre-ebook.com
 Source0:
http://download.calibre-ebook.com/%{version}/calibre-%{version}.tar.xz

++ calibre-2.20.0.tar.xz -> calibre-2.21.0.tar.xz ++
/work/SRC/openSUSE:Factory/calibre/calibre-2.20.0.tar.xz 
/work/SRC/openSUSE:Factory/.calibre.new/calibre-2.21.0.tar.xz differ: char 26, 
line 1


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



commit python-libnacl for openSUSE:Factory

2015-03-18 Thread h_root
Hello community,

here is the log from the commit of package python-libnacl for openSUSE:Factory 
checked in at 2015-03-18 13:08:39

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


Package is "python-libnacl"

Changes:

--- /work/SRC/openSUSE:Factory/python-libnacl/python-libnacl.changes
2015-02-20 12:01:45.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-libnacl.new/python-libnacl.changes   
2015-03-18 13:08:40.0 +0100
@@ -1,0 +2,6 @@
+Tue Mar 17 18:42:08 UTC 2015 - abo...@gmail.com
+
+- Updated to 1.4.2
+  + Add support to save and load SecretBox keys
+
+---

Old:

  libnacl-1.4.1.tar.gz

New:

  libnacl-1.4.2.tar.gz



Other differences:
--
++ python-libnacl.spec ++
--- /var/tmp/diff_new_pack.qcYTr5/_old  2015-03-18 13:08:41.0 +0100
+++ /var/tmp/diff_new_pack.qcYTr5/_new  2015-03-18 13:08:41.0 +0100
@@ -16,7 +16,7 @@
 #
 
 Name:   python-libnacl
-Version:1.4.1
+Version:1.4.2
 Release:0
 License:Apache-2.0
 Summary:Python bindings for libsodium/tweetnacl based on ctypes

++ libnacl-1.4.1.tar.gz -> libnacl-1.4.2.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libnacl-1.4.1/MANIFEST.in 
new/libnacl-1.4.2/MANIFEST.in
--- old/libnacl-1.4.1/MANIFEST.in   2014-10-03 22:21:33.0 +0200
+++ new/libnacl-1.4.2/MANIFEST.in   1970-01-01 01:00:00.0 +0100
@@ -1,6 +0,0 @@
-include LICENSE
-include AUTHORS
-include README.rst
-recursive-include tests *
-recursive-include doc *
-recursive-include pkg *
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libnacl-1.4.1/PKG-INFO new/libnacl-1.4.2/PKG-INFO
--- old/libnacl-1.4.1/PKG-INFO  2015-02-18 18:28:29.0 +0100
+++ new/libnacl-1.4.2/PKG-INFO  2015-03-17 18:02:58.0 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: libnacl
-Version: 1.4.1
+Version: 1.4.2
 Summary: Python bindings for libsodium/tweetnacl based on ctypes
 Home-page: https://libnacl.readthedocs.org/
 Author: Thomas S Hatch
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libnacl-1.4.1/doc/conf.py 
new/libnacl-1.4.2/doc/conf.py
--- old/libnacl-1.4.1/doc/conf.py   2015-02-18 18:06:14.0 +0100
+++ new/libnacl-1.4.2/doc/conf.py   2015-03-17 17:57:04.0 +0100
@@ -53,7 +53,7 @@
 # built documents.
 #
 # The short X.Y version.
-version = '1.4.1'
+version = '1.4.2'
 # The full version, including alpha/beta/rc tags.
 release = version
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libnacl-1.4.1/doc/topics/releases/1.4.2.rst 
new/libnacl-1.4.2/doc/topics/releases/1.4.2.rst
--- old/libnacl-1.4.1/doc/topics/releases/1.4.2.rst 1970-01-01 
01:00:00.0 +0100
+++ new/libnacl-1.4.2/doc/topics/releases/1.4.2.rst 2015-03-17 
18:00:00.0 +0100
@@ -0,0 +1,8 @@
+===
+libnacl 1.4.2 Release Notes
+===
+
+SecretBox key save and load
+===
+
+* Add support to save and load SecretBox keys
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libnacl-1.4.1/libnacl/__init__.py 
new/libnacl-1.4.2/libnacl/__init__.py
--- old/libnacl-1.4.1/libnacl/__init__.py   2015-02-18 17:34:19.0 
+0100
+++ new/libnacl-1.4.2/libnacl/__init__.py   2015-03-17 17:11:06.0 
+0100
@@ -452,11 +452,11 @@
 key_len = 0
 nacl.crypto_generichash(
 hbuf,
-ctypes.c_ulonglong(len(hbuf)),
+ctypes.c_size_t(len(hbuf)),
 msg,
 ctypes.c_ulonglong(len(msg)),
 key,
-ctypes.c_ulonglong(key_len))
+ctypes.c_size_t(key_len))
 return hbuf.raw
 
 # scalarmult
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libnacl-1.4.1/libnacl/base.py 
new/libnacl-1.4.2/libnacl/base.py
--- old/libnacl-1.4.1/libnacl/base.py   2014-11-03 05:47:24.0 +0100
+++ new/libnacl-1.4.2/libnacl/base.py   2015-03-17 17:53:55.0 +0100
@@ -40,7 +40,7 @@
 pk = self.hex_pk()
 vk = self.hex_vk()
 seed = self.hex_seed()
-if sk and pk:
+if sk:
 pre['priv'] = sk.decode('utf-8')
 if pk:
 pre['pub'] = pk.decode('utf-8')
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libnacl-1.4.1/libnacl/utils.py 
new/libnacl-1.4.2/libnacl/utils.py
--- old/libnacl-1.4.

commit atomix for openSUSE:Factory

2015-03-18 Thread h_root
Hello community,

here is the log from the commit of package atomix for openSUSE:Factory checked 
in at 2015-03-18 13:07:44

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


Package is "atomix"

Changes:

--- /work/SRC/openSUSE:Factory/atomix/atomix.changes2015-03-05 
18:16:34.0 +0100
+++ /work/SRC/openSUSE:Factory/.atomix.new/atomix.changes   2015-03-18 
13:07:46.0 +0100
@@ -1,0 +2,6 @@
+Tue Mar 17 08:10:26 UTC 2015 - dims...@opensuse.org
+
+- Update to version 3.15.92:
+  + Updated translations.
+
+---

Old:

  atomix-3.15.91.tar.xz

New:

  atomix-3.15.92.tar.xz



Other differences:
--
++ atomix.spec ++
--- /var/tmp/diff_new_pack.DRkc6t/_old  2015-03-18 13:07:46.0 +0100
+++ /var/tmp/diff_new_pack.DRkc6t/_new  2015-03-18 13:07:46.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   atomix
-Version:3.15.91
+Version:3.15.92
 Release:0
 Summary:A puzzle game where you move atoms to build a molecule
 License:GPL-2.0+
@@ -65,3 +65,4 @@
 %files lang -f %{name}.lang
 %defattr(-,root,root)
 
+%changelog

++ atomix-3.15.91.tar.xz -> atomix-3.15.92.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/atomix-3.15.91/NEWS new/atomix-3.15.92/NEWS
--- old/atomix-3.15.91/NEWS 2015-03-02 18:58:08.0 +0100
+++ new/atomix-3.15.92/NEWS 2015-03-16 20:21:16.0 +0100
@@ -1,3 +1,10 @@
+2015-03-16: Release version 3.15.92
+
+* New and updated translations
+  - bs, courtesy of Samir Ribic
+  - sv, courtesy of Anders Jonsson
+  - lt, courtesy of Mantas Kriaučiūnas
+
 2015-03-02: Release version 3.15.91
 
 * New and updated translations
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/atomix-3.15.91/configure new/atomix-3.15.92/configure
--- old/atomix-3.15.91/configure2015-03-02 18:58:50.0 +0100
+++ new/atomix-3.15.92/configure2015-03-16 20:21:35.0 +0100
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for atomix 3.15.91.
+# Generated by GNU Autoconf 2.69 for atomix 3.15.92.
 #
 # Report bugs to .
 #
@@ -580,8 +580,8 @@
 # Identity of this package.
 PACKAGE_NAME='atomix'
 PACKAGE_TARNAME='atomix'
-PACKAGE_VERSION='3.15.91'
-PACKAGE_STRING='atomix 3.15.91'
+PACKAGE_VERSION='3.15.92'
+PACKAGE_STRING='atomix 3.15.92'
 PACKAGE_BUGREPORT='http://bugzilla.gnome.org/enter_bug.cgi?product=atomix'
 PACKAGE_URL=''
 
@@ -1287,7 +1287,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 atomix 3.15.91 to adapt to many kinds of systems.
+\`configure' configures atomix 3.15.92 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1353,7 +1353,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
- short | recursive ) echo "Configuration of atomix 3.15.91:";;
+ short | recursive ) echo "Configuration of atomix 3.15.92:";;
esac
   cat <<\_ACEOF
 
@@ -1461,7 +1461,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-atomix configure 3.15.91
+atomix configure 3.15.92
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1629,7 +1629,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by atomix $as_me 3.15.91, which was
+It was created by atomix $as_me 3.15.92, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
@@ -2498,7 +2498,7 @@
 
 # Define the identity of the package.
  PACKAGE='atomix'
- VERSION='3.15.91'
+ VERSION='3.15.92'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -5387,7 +5387,7 @@
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log="
-This file was extended by atomix $as_me 3.15.91, which was
+This file was extended by atomix $as_me 3.15.92, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   CONFIG_FILES= $CONFIG_FILES
@@ -5453,7 +5453,7 @@
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; 
s/[\\""\`\$]/&/g'`"
 ac_cs_version="\\
-atomix config.status 3.15.91
+atomix config.status 3.15.92
 configured by $0, generated by GNU Autoconf 2.69,
   with options \\

commit cfengine for openSUSE:Factory

2015-03-18 Thread h_root
Hello community,

here is the log from the commit of package cfengine for openSUSE:Factory 
checked in at 2015-03-18 13:07:58

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


Package is "cfengine"

Changes:

--- /work/SRC/openSUSE:Factory/cfengine/cfengine.changes2015-03-16 
07:00:55.0 +0100
+++ /work/SRC/openSUSE:Factory/.cfengine.new/cfengine.changes   2015-03-18 
13:07:59.0 +0100
@@ -1,0 +2,12 @@
+Tue Mar 17 13:51:18 UTC 2015 - tchva...@suse.com
+
+- Add patch to use proper SSL exponent bnc#922571
+  * cfengine-fips.patch
+
+---
+Tue Mar 17 13:41:26 UTC 2015 - tchva...@suse.com
+
+- Format with spec-cleaner, this is just reordering, no factical
+  change here
+
+---

New:

  cfengine-fips.patch



Other differences:
--
++ cfengine.spec ++
--- /var/tmp/diff_new_pack.BUWrtL/_old  2015-03-18 13:08:01.0 +0100
+++ /var/tmp/diff_new_pack.BUWrtL/_new  2015-03-18 13:08:01.0 +0100
@@ -16,55 +16,36 @@
 #
 
 
-%if 0%{?suse_version} >= 1210
-%define have_systemd 1
-%else
-%define have_systemd 0
-%endif
-
 # set to 1 to enable adapter, leave 0 for minimal cfengine
 %define with_mysql 0
 %define with_postgresql 0
 %define with_libvirt 0
-
-Name:   cfengine
-Version:3.6.5
-Release:0
 %define srcname core-%{version}
 %define libname   libpromises
 %define libsoname %{libname}3
-
 # Yes, its not FHS conformant but in sync with cfengine documentation
 # reported upstream as https://cfengine.com/dev/issues/1896
-%define basedir   /var/%{name}
+%define basedir   %{_localstatedir}/%{name}
 %define workdir   %{basedir}
+%if 0%{?suse_version} >= 1210
+%define have_systemd 1
+%else
+%define have_systemd 0
+%endif
+Name:   cfengine
+Version:3.6.5
+Release:0
 # This is the place where workdir should be
 #define basedir   /var/lib/%{name}
 #define workdir   %{basedir}/work
-
 Summary:CFEngine automates large-scale IT computing infrastructure
 License:GPL-3.0
 Group:  Productivity/Networking/System
 Url:http://www.cfengine.org/
 Source: %{srcname}.tar.gz
 Source1:%{name}.SuSEfirewall2
-
-# wtf? SLE_11 does not honor rpmlintrc
-%if 0%{?suse_version} <= 1130
-BuildRequires:  -post-build-checks
-%endif
-%if %have_systemd
-Source7:cf-execd.service
-Source8:cf-monitord.service
-Source9:cf-serverd.service
-%else
-Source7:cf-monitord
-Source8:cf-execd
-Source9:cf-serverd
-%endif
 Source10:   %{name}.cron
 Source11:   %{name}-rpmlintrc
-
 # docs
 Source101:  http://www.cfengine.org/manuals/cf3-Reference.pdf
 Source102:  http://www.cfengine.org/manuals/cf3-conceptguide.pdf
@@ -73,28 +54,43 @@
 Source105:  http://www.cfengine.org/manuals/cf3-solutions.pdf
 Source106:  http://www.cfengine.org/manuals/cf3-tutorial.pdf
 Source107:  http://www.verticalsysadmin.com/cfengine/primer.pdf
-
 # SLE 11 or RHEL5 autoconf does not support AM_SUBST_NOTMAKE, kkae...@suse.de
 Patch2: remove-am_subst_notmake.patch
-
 # PATCH-FIX-UPSTREAM add 'suse' class for consistency with other vendor classes
 # PATCH-FEATURE-UPSTREAM better /etc/SuSE-release parsing, upstream #5423
 # kkae...@suse.de
 Patch5: 0001-Simplify-and-fix-parsing-of-etc-SuSE-release-fixes-i.patch
-
 # PATCH-FIX-SUSE
 # set cfengine's notion of bindir to /usr/sbin instead of /var/cfengine/bin
 # kkae...@suse.de
 Patch6: 0001-Set-sys.bindir-to-usr-sbin-expect-cf-components-ther.patch
-
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+# PATCH-FIX-UPSTREAM: Use ssl exponent of 65537 for FIPS bnc#922571
+Patch7: cfengine-fips.patch
 BuildRequires:  bison
 BuildRequires:  db-devel
 BuildRequires:  flex
+BuildRequires:  libacl-devel
 BuildRequires:  libtool
 BuildRequires:  libxml2-devel
 BuildRequires:  lmdb-devel
+BuildRequires:  openssl-devel
 BuildRequires:  pam-devel
+BuildRequires:  pcre-devel
+Requires:   %{libsoname} = %{version}
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+# wtf? SLE_11 does not honor rpmlintrc
+%if 0%{?suse_version} <= 1130
+BuildRequires:  -post-build-checks
+%endif
+%if %{have_systemd}
+Source7:cf-execd.service
+Source8:cf-monitord.service
+Source9:cf-serverd.service
+%else
+Source7:cf-monitord
+Source8:cf-execd
+Source9:cf-serverd
+%endif
 #
 # Disable mysql for SLE_11:
 #
@@ -103,22 +99,18 @@
 #   library or disable MySQL connector. See
 #   http://bugs.mysql.com/

commit pound for openSUSE:Factory

2015-03-18 Thread h_root
Hello community,

here is the log from the commit of package pound for openSUSE:Factory checked 
in at 2015-03-18 13:08:19

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


Package is "pound"

Changes:

--- /work/SRC/openSUSE:Factory/pound/pound.changes  2012-05-08 
11:15:17.0 +0200
+++ /work/SRC/openSUSE:Factory/.pound.new/pound.changes 2015-03-18 
13:08:21.0 +0100
@@ -1,0 +2,33 @@
+Thu Mar 12 00:54:42 UTC 2015 - p.drou...@gmail.com
+
+- Update to version 2.7
+  * added support for larger DH keys + compile-time parameter for
+DH bits (workaround for OpenSSL limitation)
+  * added support for elliptical curve encryption
+  * added protocol version in X-SSL-cipher
+  * added "Disable PROTO" directives (fix for Poodle vulnerability)
+  * added Cert, Disable and Cipher directives for HTTPS back-ends.
+The directive HTTPS "cert" no longer supported.
+  * added filtering of "Expect: 100-continue" headers
+  * Add support for PATCH HTTP method
+  * Anonymise configuration option - show last client address byte as 0
+  * SSLAllowClientRenegotiation
+  * SSLHonorCipherOrder
+  * Certificate alternate names support
+  * poundctl shows the length of the request queue
+  * fixed lh_retrieve warning
+  * fixed potential memory leak on client certificates
+  * fixed alt names problem
+  * removed debugging messages
+  * fixed address comparison for RewriteLocation (IPv4/IPv6 problem)
+  * re-patched the redirect patch (Frank Schmierler)
+  * fixed RPC handling
+  * sanitize URLs for redirection (prevent CSRF)
+  * SSL disable empty fragments + SSL disable compression
+(CRIME attack prevention)
+  * fixed bug in configuration of DISABLED directive
+  * changed the log level from WARNING to NOTICE if the thread arg is NULL
+  * fixed testing of gcc options
+- Add systemd support for openSUSE > 12.3
+
+---

Old:

  Pound-2.6.tgz

New:

  Pound-2.7.tgz
  pound.service



Other differences:
--
++ pound.spec ++
--- /var/tmp/diff_new_pack.tPDCJZ/_old  2015-03-18 13:08:22.0 +0100
+++ /var/tmp/diff_new_pack.tPDCJZ/_new  2015-03-18 13:08:22.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package pound
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,6 +15,11 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+%if 0%{?suse_version} > 1230
+%bcond_without systemd
+%else
+%bcond_withsystemd
+%endif
 
 Name:   pound
 BuildRequires:  openssl-devel
@@ -22,14 +27,21 @@
 License:SUSE-GPL-3.0+-with-openssl-exception
 Group:  Productivity/Networking/Web/Proxy
 Url:http://www.apsis.ch/pound/
-Version:2.6
+Version:2.7
 Release:0
 Source0:http://www.apsis.ch/pound/Pound-%version.tgz
 Source1:pound.cfg
 Source2:init.pound
+Source3:%{name}.service
 Patch:  pound.diff
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-PreReq: pwdutils %insserv_prereq
+PreReq: pwdutils
+%if %{with systemd}
+%{?systemd_requires}
+BuildRequires:  systemd-rpm-macros
+%else
+PreReq: %insserv_prereq
+%endif
 
 %description
 The Pound program is a reverse proxy, load balancer and HTTPS front-end
@@ -37,12 +49,6 @@
 among several Web-servers and to allow for a convenient SSL wrapper for
 those Web servers that do not offer it natively.
 
-
-
-Authors:
-
-Robert Segall 
-
 %package doc
 Summary:Doumentation for pound
 Group:  Documentation/Other
@@ -55,12 +61,6 @@
 
 This package contains the documentation for pound.
 
-
-
-Authors:
-
-Robert Segall 
-
 %prep
 %setup -q -n Pound-%version
 %patch
@@ -76,39 +76,59 @@
 %install
 %makeinstall
 # Install pound init script
-mkdir -p $RPM_BUILD_ROOT/etc/init.d
-install -m 0744 %SOURCE2 $RPM_BUILD_ROOT/etc/init.d/pound
-install -m 0644 %SOURCE1 $RPM_BUILD_ROOT/etc/pound.cfg
+%if %{with systemd}
+install -Dm 0644 %SOURCE3 %{buildroot}/%{_unitdir}/pound.service
+ln -s /usr/sbin/service %{buildroot}%{_sbindir}/rc%{name}
+%else
+install -Dm 0744 %SOURCE2 $RPM_BUILD_ROOT/etc/init.d/pound
 ln -sf ../../etc/init.d/pound $RPM_BUILD_ROOT/usr/sbin/rcpound
+%endif
+install -Dm 0644 %SOURCE1 $RPM_BUILD_ROOT/etc/pound.cfg
 mkdir -p %buildroot%_defaultdocdir/%name/examples
 install -m644 GPL.txt README FAQ %buildroot%_defaultdocdir/%name/
 install -m755 z2_2_5_1.py z2_2_6_1.py 
%buildroot%_d

commit folder-color for openSUSE:Factory

2015-03-18 Thread h_root
Hello community,

here is the log from the commit of package folder-color for openSUSE:Factory 
checked in at 2015-03-18 13:08:49

Comparing /work/SRC/openSUSE:Factory/folder-color (Old)
 and  /work/SRC/openSUSE:Factory/.folder-color.new (New)


Package is "folder-color"

Changes:

--- /work/SRC/openSUSE:Factory/folder-color/folder-color.changes
2015-03-11 09:58:22.0 +0100
+++ /work/SRC/openSUSE:Factory/.folder-color.new/folder-color.changes   
2015-03-18 13:08:50.0 +0100
@@ -1,0 +2,8 @@
+Wed Mar 18 06:15:23 UTC 2015 - sor.ale...@meowr.ru
+
+- Update to 0.0.61 (changes since 0.0.51):
+  * Default global colour in the system.
+  * Allow local themes in user directory.
+  * Update translations.
+
+---

Old:

  folder-color-caja_0.0.51.tar.gz
  folder-color-common_0.0.51.tar.gz
  folder-color_0.0.51.tar.gz

New:

  folder-color-caja_0.0.61_all.tar.gz
  folder-color-common_0.0.60_all.tar.gz
  folder-color_0.0.61_all.tar.gz



Other differences:
--
++ folder-color.spec ++
--- /var/tmp/diff_new_pack.kjfXkm/_old  2015-03-18 13:08:51.0 +0100
+++ /var/tmp/diff_new_pack.kjfXkm/_new  2015-03-18 13:08:51.0 +0100
@@ -17,20 +17,22 @@
 
 
 %define _name   folder_color
+%define _version 0.0.6x
+%define _common_ver 0.0.60
 Name:   folder-color
-Version:0.0.51
+Version:0.0.61
 Release:0
 Summary:Change a directory colour in Caja and Nautilus
 License:GPL-3.0+
 Group:  Productivity/File utilities
 Url:https://launchpad.net/folder-color
-Source0:
http://ppa.launchpad.net/costales/%{name}/ubuntu/pool/main/f/%{name}-common/%{name}-common_%{version}.tar.gz
-Source1:
http://ppa.launchpad.net/costales/%{name}/ubuntu/pool/main/f/%{name}-caja/%{name}-caja_%{version}.tar.gz
-Source2:
http://ppa.launchpad.net/costales/%{name}/ubuntu/pool/main/f/%{name}/%{name}_%{version}.tar.gz
+Source0:
https://launchpad.net/%{name}/trunk/%{_version}/+download/%{name}-common_%{_common_ver}_all.tar.gz
+Source1:
https://launchpad.net/%{name}/trunk/%{_version}/+download/%{name}-caja_%{version}_all.tar.gz
+Source2:
https://launchpad.net/%{name}/trunk/%{_version}/+download/%{name}_%{version}_all.tar.gz
 BuildRequires:  fdupes
 BuildRequires:  hicolor-icon-theme
 BuildRequires:  intltool
-BuildRequires:  python-devel
+BuildRequires:  python
 BuildRequires:  python-distutils-extra
 BuildArch:  noarch
 
@@ -60,6 +62,8 @@
 %package common
 Summary:Change a directory colour in Caja and Nautilus
 Group:  Productivity/File utilities
+Requires:   gtk3-tools
+Requires:   gvfs
 Recommends: %{name}-common-lang = %{version}
 
 %description common
@@ -68,10 +72,9 @@
 %lang_package -n %{name}-common
 
 %prep
-%setup -q -n %{name}
-%setup -q -D -T -a 1 -n %{name}
-mv -f %{name} %{name}-caja
-%setup -q -D -T -a 2 -n %{name}
+%setup -q -n %{name}-common
+%setup -q -D -T -a 1 -n %{name}-common
+%setup -q -D -T -a 2 -n %{name}-common
 mv -f %{name} %{name}-nautilus
 
 chmod a-x COPYING.GPL3
@@ -87,7 +90,7 @@
 popd
 done
 %fdupes %{buildroot}%{_datadir}
-%find_lang %{name}-common %{?no_lang_C}
+%find_lang %{name}-common
 
 %post common
 %icon_theme_cache_post

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



commit yaics for openSUSE:Factory

2015-03-18 Thread h_root
Hello community,

here is the log from the commit of package yaics for openSUSE:Factory checked 
in at 2015-03-18 13:08:11

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


Package is "yaics"

Changes:

--- /work/SRC/openSUSE:Factory/yaics/yaics.changes  2015-01-27 
09:09:15.0 +0100
+++ /work/SRC/openSUSE:Factory/.yaics.new/yaics.changes 2015-03-18 
13:08:13.0 +0100
@@ -1,0 +2,21 @@
+Tue Mar 17 13:56:43 UTC 2015 - sor.ale...@meowr.ru
+
+- Update to 0.5:
+  * Remove 'tor port is...', due to tor browser bundle port and
+'regular' tor port are different.
+  * Fix the [x] in the tabs.
+  * Add a setting for enabling the feature that shows the
+attachment inside the messages.
+  * Fix a crash when you click icon and yaics is not fully loaded
+yet.
+  * Make urls fully visible instead of shortened, makes it easier to
+view/confirm the urls.
+  * Correct settings restart requirement notifications.
+  * Fix two buttons tooltip.
+  * Remove '(paused)' from tabs titles, now it writes it as a
+status message instead.
+  * Minor bugfixes and enhancements.
+  * Update translations.
+  * Add Ukrainian translation.
+
+---

Old:

  yaics-0.4.tar.gz

New:

  yaics-0.5.tar.gz



Other differences:
--
++ yaics.spec ++
--- /var/tmp/diff_new_pack.rqV0oi/_old  2015-03-18 13:08:14.0 +0100
+++ /var/tmp/diff_new_pack.rqV0oi/_new  2015-03-18 13:08:14.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package yaics
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,13 +17,13 @@
 
 
 Name:   yaics
-Version:0.4
+Version:0.5
 Release:0
 Summary:A simple GNU social client written in C++/Qt
 License:GPL-3.0+
 Group:  System/GUI/Other
-Url:https://gitorious.org/yaics
-Source: 
https://gitorious.org/%{name}/%{name}/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
+Url:https://gitlab.com/stigatle/yaics
+Source: 
https://gitlab.com/stigatle/%{name}/repository/archive.tar.gz?ref=%{version}#/%{name}-%{version}.tar.gz
 BuildRequires:  aspell-devel
 BuildRequires:  gcc-c++
 BuildRequires:  hicolor-icon-theme
@@ -33,6 +33,8 @@
 BuildRequires:  pkgconfig(Qt5DBus)
 BuildRequires:  pkgconfig(Qt5Gui)
 BuildRequires:  pkgconfig(Qt5Network)
+BuildRequires:  pkgconfig(Qt5WebKit)
+BuildRequires:  pkgconfig(Qt5WebKitWidgets)
 BuildRequires:  pkgconfig(Qt5Widgets)
 BuildRequires:  pkgconfig(Qt5Xml)
 
@@ -41,7 +43,7 @@
 licensed under the GNU GPL 3.0 (or later).
 
 %prep
-%setup -q -n %{name}-%{name}
+%setup -q -n %{name}.git
 
 %build
 %qmake5 PREFIX=%{_prefix}
@@ -60,7 +62,7 @@
 
 %files
 %defattr(-,root,root)
-%doc COPYING README.md
+%doc AUTHORS ChangeLog COPYING README.md
 %{_bindir}/%{name}
 %{_datadir}/applications/%{name}.desktop
 %{_datadir}/icons/hicolor/*/apps/*.png

++ yaics-0.4.tar.gz -> yaics-0.5.tar.gz ++
 2778 lines of diff (skipped)

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



commit iotop for openSUSE:Factory

2015-03-18 Thread h_root
Hello community,

here is the log from the commit of package iotop for openSUSE:Factory checked 
in at 2015-03-18 13:07:39

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


Package is "iotop"

Changes:

--- /work/SRC/openSUSE:Factory/iotop/iotop.changes  2013-06-28 
11:50:34.0 +0200
+++ /work/SRC/openSUSE:Factory/.iotop.new/iotop.changes 2015-03-18 
13:07:45.0 +0100
@@ -1,0 +2,9 @@
+Mon Mar 16 20:44:16 UTC 2015 - mplus...@suse.com
+
+- Cleanup spec file with spec-cleaner
+- Remove no longer needed iotop-rpmlintrc
+- Build cleanup
+- Add gpg signature
+- Use fdupes to remove duplicates
+
+---

Old:

  iotop-rpmlintrc

New:

  iotop-0.6.tar.bz2.asc
  iotop.keyring



Other differences:
--
++ iotop.spec ++
--- /var/tmp/diff_new_pack.OicVSm/_old  2015-03-18 13:07:46.0 +0100
+++ /var/tmp/diff_new_pack.OicVSm/_new  2015-03-18 13:07:46.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package iotop
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,24 +16,25 @@
 #
 
 
-%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from 
distutils.sysconfig import get_python_lib; print(get_python_lib())")}
-
+%{!?python_sitelib: %global python_sitelib %(python -c "from 
distutils.sysconfig import get_python_lib; print(get_python_lib())")}
 Name:   iotop
 Version:0.6
 Release:0
 Summary:Top Like UI to Show Per-Process I/O Going on
 License:GPL-2.0
 Group:  System/Monitoring
-Source: http://guichaz.free.fr/iotop/files/iotop-%{version}.tar.bz2
-Source1:%{name}-rpmlintrc
 Url:http://guichaz.free.fr/iotop/
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+Source0:http://guichaz.free.fr/iotop/files/iotop-%{version}.tar.bz2
+Source1:http://guichaz.free.fr/iotop/files/iotop-%{version}.tar.bz2.asc
+Source2:%{name}.keyring
+BuildRequires:  fdupes
 BuildRequires:  python-devel >= 2.7
 Requires:   python-curses
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+%py_requires
 %if 0%{?suse_version} >= 1120
 BuildArch:  noarch
 %endif
-%py_requires
 
 %description
 Linux has always been able to show how much I/O was going on (the bi
@@ -46,27 +47,17 @@
 %setup -q
 
 %build
-%__python setup.py build
+python setup.py build
 
 %install
-# Copied from: http://trac.edgewall.org/ticket/1141
-# this file is *inserted* into the install section of the generated
-# spec file
-# this is, what dist.py normally does
-%__python setup.py install --prefix="%{_prefix}" --root="%{buildroot}" 
--record="INSTALLED_FILES"
-# catch compressed man pages
-%__sed -i -e 's@\(.\+/man/man[[:digit:]]/.\+\.[[:digit:]]\)$@\1*@' 
"INSTALLED_FILES"
-# catch any compiled python files (.pyc, .pyo), but don't list them twice
-%__sed -i -e 's@\(.\+\)\.py$@\1.py*@' \
-  -e '/.\+\.pyc$/d' \
-  "INSTALLED_FILES"
-echo "%dir %{python_sitelib}/iotop" >> INSTALLED_FILES
-
-%clean
-%{?buildroot:%__rm -rf "%{buildroot}"}
+python setup.py install --prefix=%{_prefix} --optimize=2 --root=%{buildroot}
+%fdupes -s %{buildroot}
 
-%files -f INSTALLED_FILES
+%files
 %defattr(-,root,root)
 %doc COPYING NEWS THANKS
+%{_sbindir}/iotop
+%{_mandir}/man8/iotop.8.gz
+%{python_sitelib}/*
 
 %changelog

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



commit hawk for openSUSE:Factory

2015-03-18 Thread h_root
Hello community,

here is the log from the commit of package hawk for openSUSE:Factory checked in 
at 2015-03-18 13:07:49

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


Package is "hawk"

Changes:

--- /work/SRC/openSUSE:Factory/hawk/hawk.changes2015-03-09 
10:09:42.0 +0100
+++ /work/SRC/openSUSE:Factory/.hawk.new/hawk.changes   2015-03-18 
13:07:50.0 +0100
@@ -1,0 +2,25 @@
+Tue Mar 17 13:05:14 UTC 2015 - tboer...@suse.com
+
+- Extended _service file to get changes generated as well
+- Update to version 0.7.0+git.1426595507.808c2cc:
+  + Removed active record related files
+  + Fixed paths in systemd service template
+  + We don't want to load all rails components
+  + Fixed error messages within forms
+  + Removed redundant repo addition
+  + Updated submodule references
+
+---
+Mon Mar 16 11:35:04 UTC 2015 - tboer...@suse.com
+
+- Removed filter-requires.sh as it's not used anymore
+- Create the sysconfig directory for the SSL certs
+- Get rid of hawk_ruby_abi in favor of default ruby abi
+
+---
+Wed Mar 11 14:44:27 UTC 2015 - kgronl...@suse.com
+
+- Update to git#25ecd9f
+  - Misc: Run ExecStartPre= as root to generate certificate 
+
+---

Old:

  filter-requires.sh
  hawk-0.7.0+git.1425634715.4717cb9.tar.bz2

New:

  hawk-0.7.0+git.1426595507.808c2cc.tar.bz2



Other differences:
--
++ hawk.spec ++
--- /var/tmp/diff_new_pack.KXKqmW/_old  2015-03-18 13:07:51.0 +0100
+++ /var/tmp/diff_new_pack.KXKqmW/_new  2015-03-18 13:07:51.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package hawk
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,14 +16,6 @@
 #
 
 
-%if 0%{?suse_version} == 1110 || 0%{?suse_version} == 1310 || 
0%{?suse_version} == 1315
-%define hawk_ruby_bin ruby.ruby2.1
-%define hawk_ruby_abi ruby:2.1.0
-%else
-%define hawk_ruby_bin ruby
-%define hawk_ruby_abi %{rb_default_ruby_abi}
-%endif
-
 %if 0%{?suse_version}
 %definewww_base/srv/www
 %definevendor_ruby vendor_ruby
@@ -47,15 +39,10 @@
 Summary:HA Web Konsole
 License:GPL-2.0
 Group:  %{pkg_group}
-Version:0.7.0+git.1425634715.4717cb9
+Version:0.7.0+git.1426595507.808c2cc
 Release:0
 Url:http://www.clusterlabs.org/wiki/Hawk
 Source: %{name}-%{version}.tar.bz2
-%if 0%{?suse_version}
-Source1:filter-requires.sh
-%define _use_internal_dependency_generator 0
-%define __find_requires /bin/sh %{SOURCE1}
-%endif
 Source100:  hawk-rpmlintrc
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Requires:   crmsh
@@ -67,7 +54,7 @@
 Requires:   rubypick
 BuildRequires:  rubypick
 %endif
-Requires:   rubygem(%{hawk_ruby_abi}:bundler)
+Requires:   rubygem(%{rb_default_ruby_abi}:bundler)
 %if 0%{?suse_version}
 Recommends: graphviz-gnome
 Requires:   iproute2
@@ -83,29 +70,29 @@
 BuildRequires:  pacemaker-libs-devel
 %endif
 
-BuildRequires:  rubygem(%{hawk_ruby_abi}:byebug) >= 3.5
-BuildRequires:  rubygem(%{hawk_ruby_abi}:fast_gettext) >= 0.9
-BuildRequires:  rubygem(%{hawk_ruby_abi}:gettext) >= 3.1
-BuildRequires:  rubygem(%{hawk_ruby_abi}:gettext_i18n_rails) >= 1.2
-BuildRequires:  rubygem(%{hawk_ruby_abi}:puma) >= 2.11
-BuildRequires:  rubygem(%{hawk_ruby_abi}:quiet_assets)
-BuildRequires:  rubygem(%{hawk_ruby_abi}:rails) >= 4.2
-BuildRequires:  rubygem(%{hawk_ruby_abi}:rake) >= 10.4
-BuildRequires:  rubygem(%{hawk_ruby_abi}:spring) >= 1.3
-BuildRequires:  rubygem(%{hawk_ruby_abi}:sprockets) >= 2.12
-BuildRequires:  rubygem(%{hawk_ruby_abi}:tilt) >= 1.4
-BuildRequires:  rubygem(%{hawk_ruby_abi}:web-console) >= 2.0
+BuildRequires:  rubygem(%{rb_default_ruby_abi}:byebug) >= 3.5
+BuildRequires:  rubygem(%{rb_default_ruby_abi}:fast_gettext) >= 0.9
+BuildRequires:  rubygem(%{rb_default_ruby_abi}:gettext) >= 3.1
+BuildRequires:  rubygem(%{rb_default_ruby_abi}:gettext_i18n_rails) >= 1.2
+BuildRequires:  rubygem(%{rb_default_ruby_abi}:puma) >= 2.11
+BuildRequires:  rubygem(%{rb_default_ruby_abi}:quiet_assets)
+BuildRequires:  rubygem(%{rb_default_ruby_abi}:rails) >= 4.2
+BuildRequires:  rubygem(%{rb_default_ruby_abi}:rake) >= 10.4
+BuildRequires:  rubygem(%{rb_default_ruby_abi}:spring) >= 1.3
+BuildRequires:  rubygem(%{rb_default_ruby_abi}:sprocket

commit scsirastools for openSUSE:Factory

2015-03-18 Thread h_root
Hello community,

here is the log from the commit of package scsirastools for openSUSE:Factory 
checked in at 2015-03-18 13:08:31

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


Package is "scsirastools"

Changes:

--- /work/SRC/openSUSE:Factory/scsirastools/scsirastools.changes
2012-10-31 07:03:18.0 +0100
+++ /work/SRC/openSUSE:Factory/.scsirastools.new/scsirastools.changes   
2015-03-18 13:08:32.0 +0100
@@ -1,0 +2,6 @@
+Mon Mar 16 21:08:35 UTC 2015 - mplus...@suse.com
+
+- Cleanup spec file with spec-cleaner
+- Use %configure macro
+
+---



Other differences:
--
++ scsirastools.spec ++
--- /var/tmp/diff_new_pack.QRhQvP/_old  2015-03-18 13:08:33.0 +0100
+++ /var/tmp/diff_new_pack.QRhQvP/_new  2015-03-18 13:08:33.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package scsirastools
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,18 +18,18 @@
 
 Name:   scsirastools
 Version:1.6.4
-Release:17.11
-BuildRequires:  automake
-Requires:   mdadm
+Release:0
 Summary:Serviceability for SCSI Disks and Arrays
 License:BSD-3-Clause
 Group:  Hardware/Other
+Url:http://scsirastools.sourceforge.net/
 Source: 
http://downloads.sourceforge.net/project/%{name}/%{name}-%{version}.tar.gz
-Patch:  %{name}-1.6.4-SUSE.diff
+Patch0: %{name}-1.6.4-SUSE.diff
 Patch2: %{name}-install
 Patch3: %{name}-single-dev.diff
 Patch4: %{name}-stop-using-var-lock-subsys.patch
-Url:http://scsirastools.sourceforge.net/
+BuildRequires:  automake
+Requires:   mdadm
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -62,50 +62,35 @@
 
 The scsiras patches are not currently included in our kernel.
 
-
-
-Authors:
-
-Andy Cress 
-Tariq Shureih 
-
 %prep
-%setup
-%patch -p1
+%setup -q
+%patch0 -p1
 %patch2 -p1
 %patch3 -p1
 %patch4 -p1
 
 %build
 autoreconf -fi
-CFLAGS="$RPM_OPT_FLAGS" ./configure  --with-infodir=%{_infodir} \
-   --with-mandir=%{_mandir}  --libdir=%{_libdir} --sysconfdir=/etc \
-   --with-docdir=%{_defaultdocdir} --datadir=/usr/share \
-   --prefix=/usr --sharedstatedir=/var
-make 
+%configure 
+make %{?_smp_mflags}
 
 %install
-#test ! -z "$RPM_BUILD_ROOT" -a ! "$RPM_BUILD_ROOT" = "/" && rm -rf 
$RPM_BUILD_ROOT
-make install DESTDIR=$RPM_BUILD_ROOT
-#mv $RPM_BUILD_ROOT/usr/share/scsirastools/mdadm $RPM_BUILD_ROOT/sbin/mdadm_srt
-#mv $RPM_BUILD_ROOT/usr/share/scsirastools/mdadm.8 
$RPM_BUILD_ROOT/%%{_mandir}/man8/mdadm_srt.8
+make DESTDIR=%{buildroot} install %{?_smp_mflags}
+# lets use /sbin
+mv %{buildroot}%{_sbindir}/* %{buildroot}/sbin/
 
 %files
 %defattr(-,root,root)
 /sbin/sg*
 /sbin/md*
 /sbin/getmd
-%config /etc/init.d/sgraid
-%config /etc/init.d/sgdisk
+%config %{_initddir}/sgraid
+%config %{_initddir}/sgdisk
 %{_mandir}/man8/sg*.8.gz
-#%%{_mandir}/man8/md*.8.gz
-%dir /usr/share/scsirastools
-/usr/share/scsirastools/*.mdf
-/usr/share/scsirastools/rescan-scsi-bus.sh
+%dir %{_datadir}/scsirastools
+%{_datadir}/scsirastools/*.mdf
+%{_datadir}/scsirastools/rescan-scsi-bus.sh
 %doc %{_defaultdocdir}/%{name}
-#%%files firmware
-#/usr/share/scsirastools/*.lod
-#/usr/share/scsirastools/*.tms
 
 %preun
 %stop_on_removal
@@ -114,8 +99,4 @@
 %insserv_cleanup
 %restart_on_update
 
-%clean
-test ! -z "RPM_BUILD_ROOT" -a ! "$RPM_BUILD_ROOT" = "/" && rm -rf 
$RPM_BUILD_ROOT
-rm -rf $RPM_BUILD_DIR/%{name}-%{version}
-
 %changelog

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



commit source-highlight for openSUSE:Factory

2015-03-18 Thread h_root
Hello community,

here is the log from the commit of package source-highlight for 
openSUSE:Factory checked in at 2015-03-18 13:08:52

Comparing /work/SRC/openSUSE:Factory/source-highlight (Old)
 and  /work/SRC/openSUSE:Factory/.source-highlight.new (New)


Package is "source-highlight"

Changes:

--- /work/SRC/openSUSE:Factory/source-highlight/source-highlight.changes
2014-03-31 20:45:00.0 +0200
+++ /work/SRC/openSUSE:Factory/.source-highlight.new/source-highlight.changes   
2015-03-18 13:08:53.0 +0100
@@ -1,0 +2,14 @@
+Wed Mar 18 07:48:00 UTC 2015 - mplus...@suse.com
+
+- Add baselibs.conf to sources
+
+---
+Tue Mar 17 16:58:03 UTC 2015 - mplus...@suse.com
+
+- Cleanup spec file with spec-cleaner
+- Add gpg signature
+- Use graphviz-gd instead of graphiz-gnome
+- Disable build of static library
+- Remove source-highlight-rpmlintrc
+
+---

Old:

  source-highlight-rpmlintrc

New:

  source-highlight-3.1.7.tar.gz.sig
  source-highlight.keyring



Other differences:
--
++ source-highlight.spec ++
--- /var/tmp/diff_new_pack.OS7ypR/_old  2015-03-18 13:08:54.0 +0100
+++ /var/tmp/diff_new_pack.OS7ypR/_new  2015-03-18 13:08:54.0 +0100
@@ -1,8 +1,7 @@
-# vim: set ts=4 sw=4 et:
 #
 # spec file for package source-highlight
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,42 +16,38 @@
 #
 
 
+%define soname  4
 Name:   source-highlight
 Version:3.1.7
 Release:0
-%define soname  4
 Summary:Source Code Highlighter with Support for Many Languages
 License:GPL-3.0
 Group:  Productivity/Publishing/Other
-Source: 
ftp://ftp.gnu.org/gnu/src-highlite/source-highlight-%{version}.tar.gz
-Source1:source-highlight-apache2.conf
-Source99:   %{name}-rpmlintrc
-Patch2: source-highlight-doxygen_disable_timestamp_in_footer.patch
 Url:http://www.gnu.org/software/src-highlite
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  apache2
-BuildRequires:  autoconf
-BuildRequires:  automake
+Source0:
ftp://ftp.gnu.org/gnu/src-highlite/source-highlight-%{version}.tar.gz
+Source1:
ftp://ftp.gnu.org/gnu/src-highlite/source-highlight-%{version}.tar.gz.sig
+Source2:%{name}.keyring
+Source3:   baselibs.conf
+Source4:source-highlight-apache2.conf
+Patch2: source-highlight-doxygen_disable_timestamp_in_footer.patch
 BuildRequires:  bison
 BuildRequires:  boost-devel
 BuildRequires:  ctags
 BuildRequires:  doxygen
 BuildRequires:  flex
 BuildRequires:  gcc-c++
-BuildRequires:  glibc-devel
-BuildRequires:  graphviz
-BuildRequires:  graphviz-gnome
+BuildRequires:  graphviz-gd
 BuildRequires:  help2man
 BuildRequires:  libicu-devel
 BuildRequires:  libstdc++-devel
 BuildRequires:  libtool
-BuildRequires:  make
-BuildRequires:  pkgconfig
 BuildRequires:  texinfo
+BuildRequires:  pkg-config
+PreReq: %{install_info_prereq}
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %if 0%{?suse_version} >= 1030
 BuildRequires:  fdupes
 %endif
-PreReq: %install_info_prereq
 
 %description
 Source-highlight reads source language specifications dynamically, thus it can
@@ -82,7 +77,8 @@
 Summary:Source Code Highlighting C++ Library
 Group:  Development/Libraries/C and C++
 Requires:   libsource-highlight%{soname} = %{version}-%{release}
-PreReq: %install_info_prereq
+# FIXME: use proper Requires(pre/post/preun/...)
+PreReq: %{install_info_prereq}
 
 %description -n libsource-highlight-devel
 Source-highlight reads source language specifications dynamically, thus it can
@@ -114,7 +110,7 @@
 %prep
 %setup -q
 %patch2
-%__sed -i 's/\r//g' doc/*.css
+sed -i 's/\r//g' doc/*.css
 
 %build
 BOOST_REGEX=$(/bin/ls -1 "%{_libdir}"/libboost_regex*mt*.so 2>/dev/null | head 
-1)
@@ -130,25 +126,26 @@
 %configure \
 "$BOOST_REGEX_PARAM" \
 --with-bash-completion="%{_sysconfdir}/bash_completion.d" \
---with-doxygen
+   --with-doxygen \
+   --enable-static=no
 
-%__make %{?_smp_mflags}
+make %{?_smp_mflags}
 
-%__make %{?_smp_flags} -C src source-highlight-cgi
+make %{?_smp_mflags} -C src source-highlight-cgi
 
 %install
-%makeinstall
+make DESTDIR=%{buildroot} install %{?_smp_mflags}
 
-%__install -d "%{buildroot}/srv/source-highlight"
+install -d "%{buildroot}/srv/source-highlight"
 libtool --mode=inst

commit xdm for openSUSE:Factory

2015-03-18 Thread h_root
Hello community,

here is the log from the commit of package xdm for openSUSE:Factory checked in 
at 2015-03-18 13:08:01

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


Package is "xdm"

Changes:

--- /work/SRC/openSUSE:Factory/xdm/xdm.changes  2015-01-30 23:57:53.0 
+0100
+++ /work/SRC/openSUSE:Factory/.xdm.new/xdm.changes 2015-03-18 
13:08:03.0 +0100
@@ -1,0 +2,6 @@
+Tue Mar 17 13:12:32 UTC 2015 - dvla...@suse.com
+
+- We do have graphics on Power with KVM, so remove ppc64le from
+  changing displaymanager sysconfig 
+
+---



Other differences:
--
++ xdm.spec ++
--- /var/tmp/diff_new_pack.nHuuzf/_old  2015-03-18 13:08:04.0 +0100
+++ /var/tmp/diff_new_pack.nHuuzf/_new  2015-03-18 13:08:04.0 +0100
@@ -126,7 +126,7 @@
 %if %dm_fallbacks
 tar xf %{SOURCE3}
 %endif
-%ifarch s390 s390x ppc64le
+%ifarch s390 s390x
 sed -i -e 
"s+DISPLAYMANAGER_REMOTE_ACCESS=.*+DISPLAYMANAGER_REMOTE_ACCESS=\"yes\"+g" \
-e 
"s+DISPLAYMANAGER_STARTS_XSERVER=.*+DISPLAYMANAGER_STARTS_XSERVER=\"no\"+g" \
 var/adm/fillup-templates/sysconfig.displaymanager

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



commit exo for openSUSE:Factory

2015-03-18 Thread h_root
Hello community,

here is the log from the commit of package exo for openSUSE:Factory checked in 
at 2015-03-18 13:07:22

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


Package is "exo"

Changes:

--- /work/SRC/openSUSE:Factory/exo/exo.changes  2015-03-10 09:15:44.0 
+0100
+++ /work/SRC/openSUSE:Factory/.exo.new/exo.changes 2015-03-18 
13:07:38.0 +0100
@@ -1,0 +2,10 @@
+Tue Mar 17 10:26:07 UTC 2015 - g...@opensuse.org
+
+- update to version 0.10.4
+  - don't quote arguments passed to terminal emulators (bxo#10731)
+  - fix StartupNotify (bxo#9570)
+  - fix implicit declaration of function 'xfce_spawn_on_screen'
+(bxo#11655)
+  - translation updates
+
+---

Old:

  exo-0.10.3.tar.bz2

New:

  exo-0.10.4.tar.bz2



Other differences:
--
++ exo.spec ++
--- /var/tmp/diff_new_pack.2Yhyd1/_old  2015-03-18 13:07:39.0 +0100
+++ /var/tmp/diff_new_pack.2Yhyd1/_new  2015-03-18 13:07:39.0 +0100
@@ -18,7 +18,7 @@
 
 %define libname libexo-1-0
 Name:   exo
-Version:0.10.3
+Version:0.10.4
 Release:0
 Summary:Application Development Library for Xfce
 License:GPL-2.0+ and LGPL-2.1+

++ exo-0.10.3.tar.bz2 -> exo-0.10.4.tar.bz2 ++
 3626 lines of diff (skipped)

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



commit ripit for openSUSE:Factory

2015-03-18 Thread h_root
Hello community,

here is the log from the commit of package ripit for openSUSE:Factory checked 
in at 2015-03-18 13:07:14

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


Package is "ripit"

Changes:

--- /work/SRC/openSUSE:Factory/ripit/ripit.changes  2011-09-23 
12:44:22.0 +0200
+++ /work/SRC/openSUSE:Factory/.ripit.new/ripit.changes 2015-03-18 
13:07:37.0 +0100
@@ -1,0 +2,13 @@
+Sun Mar 15 22:44:30 UTC 2015 - p.drou...@gmail.com
+
+- Update to version 4.0.0_beta20140508
+  * Option --coversize takes a width or width x height format to which
+a given cover shall be resized using ImageMagick.
+  * And when using MusicBrainz, an additional coverart source will
+be checked.
+  * Some bugs related to options loop and ISRC have been fixed.
+- Use download Url as source
+- Some improvements
+- Remove obsolete AUTHORS and %clean sections
+
+---

Old:

  ripit-3.9.0.tar.bz2

New:

  ripit-4.0.0_beta20140508.tar.gz



Other differences:
--
++ ripit.spec ++
--- /var/tmp/diff_new_pack.kD0LUe/_old  2015-03-18 13:07:37.0 +0100
+++ /var/tmp/diff_new_pack.kD0LUe/_new  2015-03-18 13:07:37.0 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package ripit (Version 3.9.0)
+# spec file for package ripit
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -21,48 +21,40 @@
 Summary:Perl Script to Create .ogg or .mp3 Files from an Audio CD
 Url:http://www.suwald.com/ripit/
 License:GPL-2.0+
-Group:  Productivity/Multimedia/CD/Grabbers
-Version:3.9.0
-Release:1
-Source: %{name}-%{version}.tar.bz2
-Patch0: %{name}-%{version}-ogg.patch
+Group:  Productivity/Multimedia/CD/
+# This is not the real tarball version but as it's still in beta, we could 
have troubles
+# to update to 4.0 final so just give it a lower version
+%define real_version 4.0.0_beta20140508
+Version:3.9.90
+Release:0
+Source: http://www.suwald.com/ripit/%{name}-%{real_version}.tar.gz
+Patch0: %{name}-3.9.0-ogg.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
-Requires:   cdparanoia vorbis-tools perl perl-CDDB_get perl-libwww-perl
+Requires:   cdparanoia 
+Requires:   perl-CDDB_get 
+Requires:   perl-libwww-perl
+Requires:   vorbis-tools 
 
 %description
 This Perl script makes it easy to create MP3 files from an audio CD. It
 tries to find the artist and song titles with the help of CDDB.
 
-Authors:
-
-Simon Quinn
-Mads Martin Joergensen
-Felix Suwald 
-
 %prep
-%setup -q
+%setup -q -n %{name}-%{real_version}
 %patch0
 
 %build
 
 %install
-mkdir -p $RPM_BUILD_ROOT/%{_bindir}
-install -m 755 ripit.pl $RPM_BUILD_ROOT/%{_bindir}/ripit
-mkdir -p $RPM_BUILD_ROOT/%{_sysconfdir}/%{name}
-install -m 644 config $RPM_BUILD_ROOT/%{_sysconfdir}/%{name}
-mkdir -p $RPM_BUILD_ROOT/%{_mandir}/man1
-install -m 644 ripit.1 $RPM_BUILD_ROOT/%{_mandir}/man1/
-
-%clean
-rm -rf $RPM_BUILD_ROOT
+make prefix=%{buildroot}%{_prefix} etcdir=%{buildroot}/%{_sysconfdir}/%{name} 
install
 
 %files
 %defattr(-,root,root)
+%doc README HISTORY LICENSE
 %{_bindir}/ripit
 %dir %{_sysconfdir}/%{name}
 %config(noreplace) %{_sysconfdir}/%{name}/*
-%doc README HISTORY LICENSE
-%doc %{_mandir}/man1/*
+%{_mandir}/man1/*
 
 %changelog

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



commit libqt5-qtmultimedia for openSUSE:Factory

2015-03-18 Thread h_root
Hello community,

here is the log from the commit of package libqt5-qtmultimedia for 
openSUSE:Factory checked in at 2015-03-18 13:07:53

Comparing /work/SRC/openSUSE:Factory/libqt5-qtmultimedia (Old)
 and  /work/SRC/openSUSE:Factory/.libqt5-qtmultimedia.new (New)


Package is "libqt5-qtmultimedia"

Changes:

--- /work/SRC/openSUSE:Factory/libqt5-qtmultimedia/libqt5-qtmultimedia.changes  
2015-03-01 15:22:25.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.libqt5-qtmultimedia.new/libqt5-qtmultimedia.changes 
2015-03-18 13:07:55.0 +0100
@@ -1,0 +2,5 @@
+Tue Mar 17 12:45:52 UTC 2015 - jsl...@suse.com
+
+- kill QMAKE_PRL_BUILD_DIR from prl
+
+---



Other differences:
--
++ libqt5-qtmultimedia.spec ++
--- /var/tmp/diff_new_pack.0IzwCJ/_old  2015-03-18 13:07:56.0 +0100
+++ /var/tmp/diff_new_pack.0IzwCJ/_new  2015-03-18 13:07:56.0 +0100
@@ -158,6 +158,7 @@
 %qmake5_install
 find %{buildroot}/%{_libdir} -type f -name '*la' -print -exec perl -pi -e 's, 
-L%{_builddir}/\S+,,g' {} \;
 find %{buildroot}/%{_libdir} -type f -name '*pc' -print -exec perl -pi -e "s, 
-L$RPM_BUILD_DIR/?\S+,,g" {} \; -exec sed -i -e 
"s,^moc_location=.*,moc_location=%{_lib}qt5_bindir/moc," -e 
"s,uic_location=.*,uic_location=%{_lib}qt5_bindir/uic," {} \;
+find %{buildroot}/%{_libqt5_libdir} -type f -name '*prl' -exec sed -i -e 
"/^QMAKE_PRL_BUILD_DIR/d" {} \;
 # kill .la files
 rm -f %{buildroot}%{_libqt5_libdir}/lib*.la
 

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



commit python-msgpack-python for openSUSE:Factory

2015-03-18 Thread h_root
Hello community,

here is the log from the commit of package python-msgpack-python for 
openSUSE:Factory checked in at 2015-03-18 13:07:08

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


Package is "python-msgpack-python"

Changes:

--- 
/work/SRC/openSUSE:Factory/python-msgpack-python/python-msgpack-python.changes  
2014-11-19 20:30:30.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-msgpack-python.new/python-msgpack-python.changes
 2015-03-18 13:07:35.0 +0100
@@ -1,0 +2,17 @@
+Mon Mar 16 21:03:15 UTC 2015 - h...@urpla.net
+
+- Update to version 0.4.6
+  * fallback.Unpacker: Fix Data corruption when OutOfData. This bug
+only affects "Streaming unpacking."
+- Changes from version 0.4.5
+  * Fix test failure on pytest 2.3.
+  * Fix typos in ChangeLog.
+  * Improve README.rst
+- Changes from version 0.4.4
+  * Fix compile error.
+- Changes from version 0.4.3
+  * Unpacker may unpack wrong uint32 value on 32bit or LLP64
+environment. (#101)
+  * Build failed on Windows Python 2.7.
+
+---

Old:

  msgpack-python-0.4.2.tar.gz

New:

  msgpack-python-0.4.6.tar.gz



Other differences:
--
++ python-msgpack-python.spec ++
--- /var/tmp/diff_new_pack.ihLv9J/_old  2015-03-18 13:07:36.0 +0100
+++ /var/tmp/diff_new_pack.ihLv9J/_new  2015-03-18 13:07:36.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-msgpack-python
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   python-msgpack-python
-Version:0.4.2
+Version:0.4.6
 Release:0
 Summary:MessagePack (de)serializer
 License:Apache-2.0
@@ -44,8 +44,8 @@
 
 What's MessagePack? (from http://msgpack.org/)
 
- MessagePack is a binary-based efficient data interchange format that is
- focused on high performance. It is like JSON, but very fast and small.
+MessagePack is a binary-based efficient data interchange format that is
+focused on high performance. It is like JSON, but very fast and small.
 
 %prep
 %setup -q -n msgpack-python-%{version}

++ msgpack-python-0.4.2.tar.gz -> msgpack-python-0.4.6.tar.gz ++
 26630 lines of diff (skipped)

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



commit osc for openSUSE:Factory

2015-03-18 Thread h_root
Hello community,

here is the log from the commit of package osc for openSUSE:Factory checked in 
at 2015-03-18 13:07:00

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


Package is "osc"

Changes:

--- /work/SRC/openSUSE:Factory/osc/osc.changes  2015-03-16 07:00:47.0 
+0100
+++ /work/SRC/openSUSE:Factory/.osc.new/osc.changes 2015-03-18 
13:07:34.0 +0100
@@ -1,0 +2,6 @@
+Mon Mar 16 07:15:14 UTC 2015 - adr...@suse.de
+
+- 0.151.1
+  - fixing regression running "osc service run"
+
+---

Old:

  osc-0.151.0.tar.gz

New:

  osc-0.151.1.tar.gz



Other differences:
--
++ osc.spec ++
--- /var/tmp/diff_new_pack.vusINr/_old  2015-03-18 13:07:35.0 +0100
+++ /var/tmp/diff_new_pack.vusINr/_new  2015-03-18 13:07:35.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   osc
-Version:0.151.0
+Version:0.151.1
 Release:0
 Summary:openSUSE Build Service Commander
 License:GPL-2.0+

++ PKGBUILD ++
--- /var/tmp/diff_new_pack.vusINr/_old  2015-03-18 13:07:35.0 +0100
+++ /var/tmp/diff_new_pack.vusINr/_new  2015-03-18 13:07:35.0 +0100
@@ -1,5 +1,5 @@
 pkgname=osc
-pkgver=0.151.0
+pkgver=0.151.1
 pkgrel=0
 pkgdesc="Open Build Service client"
 arch=('i686' 'x86_64')
@@ -8,7 +8,7 @@
 groups=('base-devel')
 depends=('python2' 'python2-m2crypto' 'urlgrabber')
 source=(osc-${pkgver}.tar.gz)
-md5sums=('877b9e4fc2c55b8950d3e642241ff6aa')
+md5sums=('08e78d4964fd69ff871f185625216076')
 
 package() {
   msg "Installing osc ..."

++ _service ++
--- /var/tmp/diff_new_pack.vusINr/_old  2015-03-18 13:07:35.0 +0100
+++ /var/tmp/diff_new_pack.vusINr/_new  2015-03-18 13:07:35.0 +0100
@@ -1,7 +1,7 @@
 
   
-0.151.0
-0.151.0
+0.151.1
+0.151.1
 git://github.com/openSUSE/osc.git
 git
   

++ debian.changelog ++
--- /var/tmp/diff_new_pack.vusINr/_old  2015-03-18 13:07:35.0 +0100
+++ /var/tmp/diff_new_pack.vusINr/_new  2015-03-18 13:07:35.0 +0100
@@ -1,4 +1,4 @@
-osc (0.151.0) unstable; urgency=low
+osc (0.151.1) unstable; urgency=low
   - Update to 0.135.0
 
  -- Adrian Schroeter   Wed, 28 Jun 2012 10:00:00 +0200

++ osc-0.151.0.tar.gz -> osc-0.151.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/osc-0.151.0/osc/core.py new/osc-0.151.1/osc/core.py
--- old/osc-0.151.0/osc/core.py 2015-03-12 19:50:41.0 +0100
+++ new/osc-0.151.1/osc/core.py 2015-03-16 08:15:06.0 +0100
@@ -419,6 +419,7 @@
 for filename in os.listdir(temp_dir):
 shutil.move( os.path.join(temp_dir, filename), 
os.path.join(dir, filename) )
 else:
+name = service['name']
 for filename in os.listdir(temp_dir):
 shutil.move( os.path.join(temp_dir, filename), 
os.path.join(dir, "_service:"+name+":"+filename) )
 finally:

++ osc.dsc ++
--- /var/tmp/diff_new_pack.vusINr/_old  2015-03-18 13:07:35.0 +0100
+++ /var/tmp/diff_new_pack.vusINr/_new  2015-03-18 13:07:35.0 +0100
@@ -1,6 +1,6 @@
 Format: 1.0
 Source: osc
-Version: 0.151.0
+Version: 0.151.1
 Binary: osc
 Maintainer: Adrian Schroeter 
 Architecture: any

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



commit python-pyzmq for openSUSE:Factory

2015-03-18 Thread h_root
Hello community,

here is the log from the commit of package python-pyzmq for openSUSE:Factory 
checked in at 2015-03-18 13:06:55

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


Package is "python-pyzmq"

Changes:

--- /work/SRC/openSUSE:Factory/python-pyzmq/python-pyzmq.changes
2014-10-02 14:14:38.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-pyzmq.new/python-pyzmq.changes   
2015-03-18 13:07:32.0 +0100
@@ -1,0 +2,35 @@
+Mon Mar 16 23:06:48 UTC 2015 - p.drou...@gmail.com
+
+- Update download Url
+
+---
+Mon Mar 16 21:17:00 UTC 2015 - h...@urpla.net
+
+- Update to 14.5.0
+  + Changes:
+* use pickle.DEFAULT_PROTOCOL by default in send_pickle
+* with the release of pip-6, OS X wheels are only marked as 10.6-intel, 
+  indicating that they should be installable on any newer or single-arch 
Python.
+* raise SSHException on failed check of host key
+  + Bugfixes:
+* fix method name in utils.wi32.allow_interrupt
+* fork-related fixes in garbage collection thread
+* add missing import in zmq.__init__, causing failure to import in some 
circumstances
+- Update to 14.4.1
+  + Bugfixes
+* SyntaxError on Python 2.6 in zmq.ssh
+* Handle possible bug in garbage collection after fork
+- Update to 14.4.0
+  + New features
+* Experimental support for libzmq-4.1.0 rc (new constants, plus zmq.has()).
+* Update bundled libzmq to 4.0.5
+* Update bundled libsodium to 1.0.0
+* Fixes for SSH dialogs when using zmq.ssh to create tunnels
+* More build/link/load fixes on OS X and Solaris
+* Get Frame metadata via dict access (libzmq 4)
+* Contexts and Sockets are context managers (term/close on __exit__)
+* Add zmq.utils.win32.allow_interrupt context manager for catching SIGINT 
on Windows
+  + Bugfixes:
+* Bundled libzmq should not trigger recompilation after install on PyPy
+
+---

Old:

  pyzmq-14.3.1.tar.gz

New:

  pyzmq-14.5.0.tar.gz



Other differences:
--
++ python-pyzmq.spec ++
--- /var/tmp/diff_new_pack.OcXmBO/_old  2015-03-18 13:07:33.0 +0100
+++ /var/tmp/diff_new_pack.OcXmBO/_new  2015-03-18 13:07:33.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-pyzmq
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,13 +17,13 @@
 
 
 Name:   python-pyzmq
-Version:14.3.1
+Version:14.5.0
 Release:0
 Summary:Python bindings for 0MQ
 License:LGPL-3.0+ and BSD-3-Clause
 Group:  Development/Languages/Python
 Url:http://github.com/zeromq/pyzmq
-Source: 
http://pypi.python.org/packages/source/p/pyzmq/pyzmq-%{version}.tar.gz
+Source: 
https://pypi.python.org/packages/source/p/pyzmq/pyzmq-%{version}.tar.gz
 Source1:python-pyzmq-rpmlintrc
 BuildRequires:  python-devel
 BuildRequires:  zeromq-devel

++ pyzmq-14.3.1.tar.gz -> pyzmq-14.5.0.tar.gz ++
 47900 lines of diff (skipped)

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



commit seamonkey for openSUSE:Factory

2015-03-18 Thread h_root
Hello community,

here is the log from the commit of package seamonkey for openSUSE:Factory 
checked in at 2015-03-18 13:06:50

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


Package is "seamonkey"

Changes:

--- /work/SRC/openSUSE:Factory/seamonkey/seamonkey.changes  2015-01-20 
12:39:04.0 +0100
+++ /work/SRC/openSUSE:Factory/.seamonkey.new/seamonkey.changes 2015-03-18 
13:07:22.0 +0100
@@ -1,0 +2,56 @@
+Mon Mar 16 08:48:08 UTC 2015 - w...@rosenauer.org
+
+- update to SeaMonkey 2.33 (bnc#917597)
+  * MFSA 2015-11/CVE-2015-0835/CVE-2015-0836
+Miscellaneous memory safety hazards
+  * MFSA 2015-12/CVE-2015-0833 (bmo#945192)
+Invoking Mozilla updater will load locally stored DLL files
+(Windows only)
+  * MFSA 2015-13/CVE-2015-0832 (bmo#1065909)
+Appended period to hostnames can bypass HPKP and HSTS protections
+  * MFSA 2015-14/CVE-2015-0830 (bmo#1110488)
+Malicious WebGL content crash when writing strings
+  * MFSA 2015-15/CVE-2015-0834 (bmo#1098314)
+TLS TURN and STUN connections silently fail to simple TCP connections
+  * MFSA 2015-16/CVE-2015-0831 (bmo#1130514)
+Use-after-free in IndexedDB
+  * MFSA 2015-17/CVE-2015-0829 (bmo#1128939)
+Buffer overflow in libstagefright during MP4 video playback
+  * MFSA 2015-18/CVE-2015-0828 (bmo#1030667, bmo#988675)
+Double-free when using non-default memory allocators with a
+zero-length XHR
+  * MFSA 2015-19/CVE-2015-0827 (bmo#1117304)
+Out-of-bounds read and write while rendering SVG content
+  * MFSA 2015-20/CVE-2015-0826 (bmo#1092363)
+Buffer overflow during CSS restyling
+  * MFSA 2015-21/CVE-2015-0825 (bmo#1092370)
+Buffer underflow during MP3 playback
+  * MFSA 2015-22/CVE-2015-0824 (bmo#1095925)
+Crash using DrawTarget in Cairo graphics library
+  * MFSA 2015-23/CVE-2015-0823 (bmo#1098497)
+Use-after-free in Developer Console date with OpenType Sanitiser
+  * MFSA 2015-24/CVE-2015-0822 (bmo#1110557)
+Reading of local files through manipulation of form autocomplete
+  * MFSA 2015-25/CVE-2015-0821 (bmo#960)
+Local files or privileged URLs in pages can be opened into new tabs
+  * MFSA 2015-26/CVE-2015-0819 (bmo#1079554)
+UI Tour whitelisted sites in background tab can spoof foreground
+tabs
+  * MFSA 2015-27CVE-2015-0820 (bmo#1125398)
+Caja Compiler JavaScript sandbox bypass
+- rebased patches
+- requires NSS 3.17.4
+- removed obsolete seamonkey-fix-signed-char.patch
+- mozilla-xremote-client was removed upstream
+
+---
+Sat Feb  7 09:52:07 UTC 2015 - w...@rosenauer.org
+
+- update to SeaMonkey 2.32.1
+  * fixed MailNews feeds not updating
+  * fixed selected profile in Profile Manager not remembered
+  * fixed opening a bookmark folder in tabs on Linux
+  * fixed Troubleshooting Information (about:support) with the
+Modern theme
+
+---

Old:

  l10n-2.32.tar.bz2
  seamonkey-2.32-source.tar.bz2
  seamonkey-fix-signed-char.patch

New:

  l10n-2.33.tar.bz2
  seamonkey-2.33-source.tar.bz2



Other differences:
--
++ seamonkey.spec ++
--- /var/tmp/diff_new_pack.H3NyTH/_old  2015-03-18 13:07:31.0 +0100
+++ /var/tmp/diff_new_pack.H3NyTH/_new  2015-03-18 13:07:31.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package seamonkey
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #   2006-2015 Wolfgang Rosenauer
 #
 # All modifications and additions to the file contributed by third parties
@@ -60,9 +60,9 @@
 %endif
 Provides:   web_browser
 Provides:   browser(npapi)
-Version:2.32
+Version:2.33
 Release:0
-%define releasedate 2015011400
+%define releasedate 2015030600
 Summary:The successor of the Mozilla Application Suite
 License:MPL-2.0
 Group:  Productivity/Networking/Web/Browsers
@@ -88,7 +88,6 @@
 Patch12:mozilla-openaes-decl.patch
 Patch13:mozilla-fix-prototype.patch
 Patch100:   seamonkey-ua-locale.patch
-Patch101:   seamonkey-fix-signed-char.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 PreReq: /bin/sh coreutils
 Provides:   seamonkey-mail = %{version}
@@ -116,7 +115,7 @@
 # so using %opensuse_bs is secure for now
 BuildRequires:  mozilla-nspr-devel >= 4.10.7
 PreReq: mozilla-nspr >= %(rpm -q --queryformat '%{VERSION}' 
mozilla-nspr)
-BuildRequires:  mozilla-nss-devel >= 3.17.2
+BuildRequires:  mozilla-nss-devel >= 3.17.4
 PreReq: mozilla-nss >= %(rpm -q --queryformat '%{VERSION}' mozilla-ns

commit calligra for openSUSE:Factory

2015-03-18 Thread h_root
Hello community,

here is the log from the commit of package calligra for openSUSE:Factory 
checked in at 2015-03-18 13:06:45

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


Package is "calligra"

Changes:

--- /work/SRC/openSUSE:Factory/calligra/calligra.changes2015-03-05 
18:16:04.0 +0100
+++ /work/SRC/openSUSE:Factory/.calligra.new/calligra.changes   2015-03-18 
13:07:00.0 +0100
@@ -1,0 +2,8 @@
+Mon Mar 16 09:54:09 UTC 2015 - cgiboude...@gmx.com
+
+- Update to 2.9.1
+  See 
https://www.calligra.org/news/announcements/stable/calligra-2-9-1-released/ for 
details
+- Drop upstream patch 
let-calligra-okular-plugins-be-less-aggressively-go-for-being-file-handler.patch
+- Drop upstream restore-old-installation-location-of-app-desktop-files.patch
+
+---

Old:

  calligra-2.9.0.tar.xz
  
let-calligra-okular-plugins-be-less-aggressively-go-for-being-file-handler.patch
  restore-old-installation-location-of-app-desktop-files.patch

New:

  calligra-2.9.1.tar.xz



Other differences:
--
++ calligra.spec ++
--- /var/tmp/diff_new_pack.DtD3VB/_old  2015-03-18 13:07:07.0 +0100
+++ /var/tmp/diff_new_pack.DtD3VB/_new  2015-03-18 13:07:07.0 +0100
@@ -17,17 +17,13 @@
 
 
 Name:   calligra
-Version:2.9.0
+Version:2.9.1
 Release:0
 Summary:Libraries and Base Files for the KDE Office Suite
 License:GPL-2.0+ and LGPL-2.1+ and GFDL-1.2
 Group:  Productivity/Office/Suite
 Url:http://www.calligra.org/
 Source0:
http://download.kde.org/stable/%{name}-%{version}/%{name}-%{version}.tar.xz
-# PATCH-FIX-UPSTREAM 
restore-old-installation-location-of-app-desktop-files.patch
-Patch0: restore-old-installation-location-of-app-desktop-files.patch
-# PATCH-FIX-UPSTREAM 
let-calligra-okular-plugins-be-less-aggressively-go-for-being-file-handler.patch
-Patch1: 
let-calligra-okular-plugins-be-less-aggressively-go-for-being-file-handler.patch
 %if 0%{?suse_version} > 1230
 BuildRequires:  OpenColorIO-devel
 %endif
@@ -423,13 +419,12 @@
 
 %prep
 %setup -q
-%patch0 -p1
-%patch1 -p1
+
 # Remove build time references so build-compare can do its work
 FAKE_BUILDTIME=$(LC_ALL=C date -u -r %{_sourcedir}/%{name}.changes '+%%H:%%M')
 FAKE_BUILDDATE=$(LC_ALL=C date -u -r %{_sourcedir}/%{name}.changes '+%%b %%e 
%%Y')
-sed -i "s/__TIME__/\"$FAKE_BUILDTIME\"/" 
krita/plugins/extensions/gmic/src/CImg.h
-sed -i "s/__DATE__/\"$FAKE_BUILDDATE\"/" 
krita/plugins/extensions/gmic/src/CImg.h
+sed -i "s/__TIME__/\"$FAKE_BUILDTIME\"/" 
krita/plugins/extensions/gmic/3rdparty/gmic/CImg.h
+sed -i "s/__DATE__/\"$FAKE_BUILDDATE\"/" 
krita/plugins/extensions/gmic/3rdparty/gmic/CImg.h
 # icons are missing
 sed -i /^Icon=calligramobile/d active/calligraactive.desktop
 sed -i /^Icon=calligragemini/d gemini/calligragemini.desktop


++ calligra-2.9.0.tar.xz -> calligra-2.9.1.tar.xz ++
/work/SRC/openSUSE:Factory/calligra/calligra-2.9.0.tar.xz 
/work/SRC/openSUSE:Factory/.calligra.new/calligra-2.9.1.tar.xz differ: char 27, 
line 1

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



commit reptyr for openSUSE:Factory

2015-03-18 Thread h_root
Hello community,

here is the log from the commit of package reptyr for openSUSE:Factory checked 
in at 2015-03-18 13:06:40

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


Package is "reptyr"

Changes:

--- /work/SRC/openSUSE:Factory/reptyr/reptyr.changes2013-12-23 
12:33:02.0 +0100
+++ /work/SRC/openSUSE:Factory/.reptyr.new/reptyr.changes   2015-03-18 
13:06:41.0 +0100
@@ -1,0 +2,15 @@
+Sun Mar 15 21:31:02 UTC 2015 - p.drou...@gmail.com
+
+- Update to version 0.6.2
+  * Fix tty-stealing on i386
+- Changes from version 0.6.1
+  * Fix compilation when chown is declared as `warn_unused_result``
+- Changes from version 0.6
+  * Add -T ("tty-stealing") mode, which works on processes with children.
+See https://blog.nelhage.com/2014/08/new-reptyr-feature-tty-stealing/
+  * Added FreeBSD support
+  * Minor bugfixes
+- Use download Url as source
+- Little packaging improvements
+
+---

Old:

  reptyr-0.5.tar.bz2

New:

  reptyr-0.6.2.tar.gz



Other differences:
--
++ reptyr.spec ++
--- /var/tmp/diff_new_pack.gitLMk/_old  2015-03-18 13:06:42.0 +0100
+++ /var/tmp/diff_new_pack.gitLMk/_new  2015-03-18 13:06:42.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package reptyr
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,15 +17,14 @@
 
 
 Name:   reptyr
-Version:0.5
+Version:0.6.2
 Release:0
 Summary:A tool for "re-ptying" programs
 License:MIT
 Group:  System/Console
 Url:http://github.com/nelhage/reptyr
-Source: reptyr-%{version}.tar.bz2
+Source: 
https://github.com/nelhage/reptyr/archive/%{name}-%{version}.tar.gz
 BuildRequires:  gcc
-BuildRequires:  make
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 ExclusiveArch:  %{ix86} x86_64 %{arm}
 
@@ -37,7 +36,7 @@
 on home.
 
 %prep
-%setup -q
+%setup -q -n %{name}-%{name}-%{version}
 
 %build
 export CFLAGS="%{optflags}"
@@ -47,19 +46,9 @@
 %install
 make PREFIX="%{buildroot}%{_prefix}" install
 
-install -d "%{buildroot}%{_docdir}/%{name}"
-install -m0644 ChangeLog COPYING README.md NOTES 
"%{buildroot}%{_docdir}/%{name}"/
-
-%clean
-rm -rf %{buildroot}
-
 %files
 %defattr(-,root,root)
-%doc %dir %{_docdir}/%{name}
-%doc %{_docdir}/%{name}/ChangeLog
-%doc %{_docdir}/%{name}/COPYING
-%doc %{_docdir}/%{name}/README.md
-%doc %{_docdir}/%{name}/NOTES
+%doc ChangeLog COPYING README.md NOTES 
 %doc %{_mandir}/man1/reptyr.1%{ext_man}
 %doc %{_mandir}/fr/man1/reptyr.1%{ext_man}
 %{_bindir}/reptyr

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



commit sddm for openSUSE:Factory

2015-03-18 Thread h_root
Hello community,

here is the log from the commit of package sddm for openSUSE:Factory checked in 
at 2015-03-18 13:06:29

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


Package is "sddm"

Changes:

--- /work/SRC/openSUSE:Factory/sddm/sddm.changes2014-12-21 
11:55:57.0 +0100
+++ /work/SRC/openSUSE:Factory/.sddm.new/sddm.changes   2015-03-18 
13:06:30.0 +0100
@@ -1,0 +2,12 @@
+Mon Mar 16 19:37:11 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Drop conflict with lightdm, and move DBus configuration file,
+  now that sddm is whitelisted
+- Drop xdm (Build)Requires
+- Install sddm-pam* directly, instead of messing with symlinking
+- Add create_pid_file.patch: openSUSE's generic display-manager
+  service doesn't know what to do without a pid file. drop the patch
+  as soon as that sick dinosaur is killed
+- Drop ommit_systemd_service.patch
+
+---

Old:

  ommit_systemd_service.patch

New:

  create_pid_file.patch



Other differences:
--
++ sddm.spec ++
--- /var/tmp/diff_new_pack.bxz402/_old  2015-03-18 13:06:31.0 +0100
+++ /var/tmp/diff_new_pack.bxz402/_new  2015-03-18 13:06:31.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package sddm
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,6 +17,7 @@
 
 
 %{!?_rundir: %global _rundir /run}
+%{!?_unitdir: %global _unitdir /usr/lib/systemd/system}
 
 Name:   sddm
 Version:0.11.0
@@ -30,8 +31,8 @@
 Source2:X11-displaymanagers-%{name}
 # PATCH-FIX-OPENSUSE proper_pam.diff -- Use openSUSE pam config
 Patch0: proper_pam.diff
-# PATCH-FIX-OPENSUSE ommit_systemd_service.patch -- don't install systemd 
service, we still use xdm wrapper
-Patch1: ommit_systemd_service.patch
+# PATCH-FIX-OPENSUSE create_pid_file.patch -- openSUSE's generic 
display-manager service doesn't know what to do without a pid file. drop the 
patch as soon as that sick dinosaur is killed
+Patch1: create_pid_file.patch
 BuildRequires:  cmake
 BuildRequires:  fdupes
 BuildRequires:  kf5-filesystem
@@ -40,7 +41,6 @@
 BuildRequires:  pkg-config
 BuildRequires:  python-docutils
 BuildRequires:  systemd-devel
-BuildRequires:  xdm
 BuildRequires:  pkgconfig(Qt5Core)
 BuildRequires:  pkgconfig(Qt5DBus)
 BuildRequires:  pkgconfig(Qt5Network)
@@ -49,10 +49,7 @@
 BuildRequires:  pkgconfig(xcb-xkb)
 Requires:   breeze
 Requires:   sddm-branding = %{version}
-Requires:   xdm
 Recommends: %{name}-lang
-# #{_sysconfdir}/dbus-1/system.d/org.freedesktop.DisplayManager.conf
-Conflicts:  lightdm
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -102,16 +99,17 @@
   -DSESSION_COMMAND="/etc/X11/xdm/Xsession" \
   -DBUILD_MAN_PAGES=ON \
   -DSTATE_DIR="/var/lib/sddm" \
-  -DRUNTIME_DIR="/run/sddm"
+  -DRUNTIME_DIR="/run/sddm" \
+  -DPID_FILE="/run/sddm.pid"
   %make_jobs
 
 %install
   %kf5_makeinstall -C build
 
-  ln -sf %{_sysconfdir}/pam.d/xdm %{buildroot}%{_sysconfdir}/pam.d/sddm
-  ln -sf %{_sysconfdir}/pam.d/xdm-np 
%{buildroot}%{_sysconfdir}/pam.d/sddm-autologin
+  pushd %{buildroot}%{_sysconfdir}/dbus-1/system.d
+  mv org.freedesktop.DisplayManager.conf 
sddm_org.freedesktop.DisplayManager.conf
+  popd
 
-  rm -frv %{buildroot}%{_unitdir}
   install -Dm 0644 %{SOURCE1} %{buildroot}%{_sysconfdir}/%{name}.conf
   install -Dm 0644 %{SOURCE2} 
%{buildroot}%{_libexecdir}/X11/displaymanagers/%{name}
   install -d %{buildroot}%{_rundir}/sddm
@@ -141,7 +139,8 @@
 %config %{_sysconfdir}/pam.d/sddm
 %config %{_sysconfdir}/pam.d/sddm-autologin
 %config %{_sysconfdir}/pam.d/sddm-greeter
-%config(noreplace) 
%{_sysconfdir}/dbus-1/system.d/org.freedesktop.DisplayManager.conf
+%config(noreplace) 
%{_sysconfdir}/dbus-1/system.d/sddm_org.freedesktop.DisplayManager.conf
+%{_sysconfdir}/pam.d/sddm*
 %{_libexecdir}/sddm/
 %dir %{_libexecdir}/X11/displaymanagers/
 %{_libexecdir}/X11/displaymanagers/%{name}
@@ -156,6 +155,7 @@
 %{_mandir}/man*/sddm*.*
 %ghost %attr(711,sddm,sddm) %dir %{_rundir}/sddm
 %attr(750,sddm,sddm) %dir %{_localstatedir}/lib/sddm
+%{_unitdir}/sddm.service
 
 %files branding-openSUSE
 %defattr(-,root,root)

++ create_pid_file.patch ++
diff --git a/src/common/Constants.h.in b/src/common/Constants.h.in
index f7e31e4..654331d 100644
--- a/src/common/Constants.h.in
+++ b/src/common/Constants.h.in
@@ -33,6 +33,7 @@
 
 #define CONFIG_FILE "@CONFIG_

commit radamsa for openSUSE:Factory

2015-03-18 Thread h_root
Hello community,

here is the log from the commit of package radamsa for openSUSE:Factory checked 
in at 2015-03-18 13:06:20

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


Package is "radamsa"

Changes:

--- /work/SRC/openSUSE:Factory/radamsa/radamsa.changes  2014-11-24 
11:09:18.0 +0100
+++ /work/SRC/openSUSE:Factory/.radamsa.new/radamsa.changes 2015-03-18 
13:06:21.0 +0100
@@ -1,0 +2,8 @@
+Mon Mar 16 19:23:16 UTC 2015 - mplus...@suse.com
+
+- Change source url
+- No longer need to bundle license
+- Update to 0.4
+  * no upstream changelog provided
+
+---

Old:

  LICENSE.mit
  radamsa-0.3.tar.gz

New:

  radamsa-0.4.tar.gz



Other differences:
--
++ radamsa.spec ++
--- /var/tmp/diff_new_pack.Zdho8G/_old  2015-03-18 13:06:22.0 +0100
+++ /var/tmp/diff_new_pack.Zdho8G/_new  2015-03-18 13:06:22.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package radamsa
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,16 +17,13 @@
 
 
 Name:   radamsa
-Version:0.3
+Version:0.4
 Release:0
 Summary:A test case generator for robustness testing, aka a fuzzer
 License:MIT
 Group:  Development/Tools/Other
 Url:https://www.ee.oulu.fi/research/ouspg/Radamsa
-Source0:https://ouspg.googlecode.com/files/%{name}-%{version}.tar.gz
-Source1:LICENSE.mit
-BuildRequires:  gcc
-BuildRequires:  make
+Source0:http://haltp.org/download/%{name}-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -34,7 +31,6 @@
 
 %prep
 %setup -q
-cp %{SOURCE1} LICENSE.mit
 
 %build
 make %{?_smp_mflags} CFLAGS="%{optflags}"
@@ -46,6 +42,6 @@
 %defattr(-,root,root)
 %{_bindir}/%{name}
 %{_mandir}/man1/%{name}.1.*
-%doc readme.txt LICENSE.mit
+%doc readme.txt LICENCE
 
 %changelog

++ radamsa-0.3.tar.gz -> radamsa-0.4.tar.gz ++
 12219 lines of diff (skipped)

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



commit rpmorphan for openSUSE:Factory

2015-03-18 Thread h_root
Hello community,

here is the log from the commit of package rpmorphan for openSUSE:Factory 
checked in at 2015-03-18 13:06:15

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


Package is "rpmorphan"

Changes:

--- /work/SRC/openSUSE:Factory/rpmorphan/rpmorphan.changes  2014-05-10 
22:58:28.0 +0200
+++ /work/SRC/openSUSE:Factory/.rpmorphan.new/rpmorphan.changes 2015-03-18 
13:06:16.0 +0100
@@ -1,0 +2,6 @@
+Sun Mar 15 23:44:47 UTC 2015 - p.drou...@gmail.com
+
+- Update to version 1.15
+  * (rpmorphan) : bugfix, accept keep-file option
+
+---

Old:

  rpmorphan-1.14.tar.gz

New:

  rpmorphan-1.15.tar.gz



Other differences:
--
++ rpmorphan.spec ++
--- /var/tmp/diff_new_pack.HWso85/_old  2015-03-18 13:06:17.0 +0100
+++ /var/tmp/diff_new_pack.HWso85/_new  2015-03-18 13:06:17.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package rpmorphan
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   rpmorphan
-Version:1.14
+Version:1.15
 Release:0
 Summary:List the orphaned RPM packages
 License:GPL-2.0+
@@ -67,12 +67,12 @@
 %{_bindir}/rpmorphan.pl
 %{_bindir}/rpmusage
 %{_bindir}/rpmusage.pl
-%doc %{_mandir}/man1/rpmdep.1%{ext_man}
-%doc %{_mandir}/man1/rpmduplicates.1%{ext_man}
-%doc %{_mandir}/man1/rpmextra.1%{ext_man}
-%doc %{_mandir}/man1/rpmorphan.1%{ext_man}
-%doc %{_mandir}/man1/rpmusage.1%{ext_man}
-%{_prefix}/lib/rpmorphan/
+%{_mandir}/man1/rpmdep.1%{ext_man}
+%{_mandir}/man1/rpmduplicates.1%{ext_man}
+%{_mandir}/man1/rpmextra.1%{ext_man}
+%{_mandir}/man1/rpmorphan.1%{ext_man}
+%{_mandir}/man1/rpmusage.1%{ext_man}
+%{_libexecdir}/rpmorphan/
 %dir %{_localstatedir}/lib/rpmorphan
 %{_localstatedir}/lib/rpmorphan/keep
 %ghost %config(noreplace) %{_localstatedir}/log/rpmorphan.log

++ rpmorphan-1.14.tar.gz -> rpmorphan-1.15.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/rpmorphan-1.14/Changelog new/rpmorphan-1.15/Changelog
--- old/rpmorphan-1.14/Changelog2014-04-15 12:56:23.0 +0200
+++ new/rpmorphan-1.15/Changelog2014-10-10 10:30:16.0 +0200
@@ -1,3 +1,6 @@
+2014-10-10 Eric Gerbier  1.15
+   * (rpmorphan) : bugfix, accept keep-file option
+
 2014-04-11 Eric Gerbier  1.14
* (rpmorphan) : displays disk space freed  in confirm box
* (rpmorphan) : add arch option
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/rpmorphan-1.14/Makefile new/rpmorphan-1.15/Makefile
--- old/rpmorphan-1.14/Makefile 2014-04-15 12:57:39.0 +0200
+++ new/rpmorphan-1.15/Makefile 2014-10-10 10:36:10.0 +0200
@@ -1,4 +1,4 @@
-# $Id: rpmorphan-1.14 | Makefile | Fri Dec 6 12:01:09 2013 +0100 | Eric 
Gerbier  $
+# $Id: rpmorphan-1.15 | Makefile | Fri Dec 6 12:01:09 2013 +0100 | Eric 
Gerbier  $
 # recommanded by debian install guide
 DESTDIR=
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/rpmorphan-1.14/NEWS new/rpmorphan-1.15/NEWS
--- old/rpmorphan-1.14/NEWS 2013-12-06 12:10:06.0 +0100
+++ new/rpmorphan-1.15/NEWS 2014-10-10 10:30:16.0 +0200
@@ -1,3 +1,15 @@
+   1.15 version
+   --
+bugfix :
+* (rpmorphan) : bugfix, accept keep-file option
+
+---
+   1.14 version
+   --
+improvment :
+* (rpmorphan) : displays disk space freed  in confirm box
+* (rpmorphan) : add arch option
+---
1.13 version
--
 improvment :
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/rpmorphan-1.14/Readme new/rpmorphan-1.15/Readme
--- old/rpmorphan-1.14/Readme   2014-04-15 12:57:39.0 +0200
+++ new/rpmorphan-1.15/Readme   2014-10-10 10:36:10.0 +0200
@@ -42,4 +42,4 @@
 
 -- 
 Eric Gerbier
-$Id: rpmorphan-1.14 | Readme | Tue Jan 29 13:20:11 2013 +0100 | Eric Gerbier  $
+$Id: rpmorphan-1.15 | Readme | Tue Jan 29 13:20:11 2013 +0100 | Eric Gerbier  $
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/rp

commit engauge-digitizer for openSUSE:Factory

2015-03-18 Thread h_root
Hello community,

here is the log from the commit of package engauge-digitizer for 
openSUSE:Factory checked in at 2015-03-18 13:06:24

Comparing /work/SRC/openSUSE:Factory/engauge-digitizer (Old)
 and  /work/SRC/openSUSE:Factory/.engauge-digitizer.new (New)


Package is "engauge-digitizer"

Changes:

--- /work/SRC/openSUSE:Factory/engauge-digitizer/engauge-digitizer.changes  
2015-01-08 23:02:47.0 +0100
+++ /work/SRC/openSUSE:Factory/.engauge-digitizer.new/engauge-digitizer.changes 
2015-03-18 13:06:25.0 +0100
@@ -1,0 +2,6 @@
+Mon Mar 16 16:10:48 UTC 2015 - sfal...@opensuse.org
+
+- Changed desktop categories to Science;Math;DataVisualization; to
+  clear brp-check-suse error 
+
+---



Other differences:
--
++ engauge-digitizer.spec ++
--- /var/tmp/diff_new_pack.7cdKEP/_old  2015-03-18 13:06:26.0 +0100
+++ /var/tmp/diff_new_pack.7cdKEP/_new  2015-03-18 13:06:26.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package engauge-digitizer
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,13 +15,14 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   engauge-digitizer
 Version:5.2
 Release:0
 Summary:Ditigize old graphs into numbers again
 License:GPL-2.0+
-Url:http://digitizer.sourceforge.net/
 Group:  Productivity/Scientific/Other
+Url:http://digitizer.sourceforge.net/
 Source: 
http://downloads.sourceforge.net/digitizer/engauge_%{version}.tgz
 Source1:%{name}.desktop
 Source2:%{name}.png

++ engauge-digitizer.desktop ++
--- /var/tmp/diff_new_pack.7cdKEP/_old  2015-03-18 13:06:26.0 +0100
+++ /var/tmp/diff_new_pack.7cdKEP/_new  2015-03-18 13:06:26.0 +0100
@@ -4,4 +4,4 @@
 Type=Application
 Exec=engauge
 Icon=engauge-digitizer
-Categories=Education;Science;
\ No newline at end of file
+Categories=Science;Math;DataVisualization;


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



commit libqxmpp for openSUSE:Factory

2015-03-18 Thread h_root
Hello community,

here is the log from the commit of package libqxmpp for openSUSE:Factory 
checked in at 2015-03-18 13:06:17

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


Package is "libqxmpp"

Changes:

--- /work/SRC/openSUSE:Factory/libqxmpp/libqxmpp-qt5.changes2015-01-20 
12:28:13.0 +0100
+++ /work/SRC/openSUSE:Factory/.libqxmpp.new/libqxmpp-qt5.changes   
2015-03-18 13:06:18.0 +0100
@@ -1,0 +2,11 @@
+Sat Mar 14 12:40:23 UTC 2015 - dap.darkn...@gmail.com
+
+- update to 0.8.3
+  * Add a QXmppClient::sslErrors signal to report SSL errors.
+  * Handle broken servers which send "bad-auth"
+instead of "not-authorized".
+  * Fix a compilation issue with Qt 5.5 due to a missing include.
+  * Do not install test cases.
+  * Remove trailing comma after last item in enums.
+
+---
libqxmpp.changes: same change

Old:

  v0.8.2.tar.gz

New:

  v0.8.3.tar.gz



Other differences:
--
++ libqxmpp-qt5.spec ++
--- /var/tmp/diff_new_pack.H2qtT1/_old  2015-03-18 13:06:19.0 +0100
+++ /var/tmp/diff_new_pack.H2qtT1/_new  2015-03-18 13:06:19.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libqxmpp-qt5
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -20,7 +20,7 @@
 %define build_qt5 1
 
 Name:   libqxmpp-qt5
-Version:0.8.2
+Version:0.8.3
 Release:0
 Summary:Qt XMPP Library
 License:LGPL-2.0+

++ libqxmpp.spec ++
--- /var/tmp/diff_new_pack.H2qtT1/_old  2015-03-18 13:06:19.0 +0100
+++ /var/tmp/diff_new_pack.H2qtT1/_new  2015-03-18 13:06:19.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libqxmpp
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -20,7 +20,7 @@
 %define build_qt5 0
 
 Name:   libqxmpp
-Version:0.8.2
+Version:0.8.3
 Release:0
 Summary:Qt XMPP Library
 License:LGPL-2.0+

++ v0.8.2.tar.gz -> v0.8.3.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qxmpp-0.8.2/CHANGELOG new/qxmpp-0.8.3/CHANGELOG
--- old/qxmpp-0.8.2/CHANGELOG   2015-01-07 12:34:06.0 +0100
+++ new/qxmpp-0.8.3/CHANGELOG   2015-03-13 00:29:36.0 +0100
@@ -1,3 +1,12 @@
+QXmpp 0.8.3 (Mar 13, 2015)
+--
+
+  - Add a QXmppClient::sslErrors signal to report SSL errors.
+  - Handle broken servers which send "bad-auth" instead of "not-authorized".
+  - Fix a compilation issue with Qt 5.5 due to a missing header include.
+  - Do not install test cases.
+  - Remove trailing comma after last item in enums.
+
 QXmpp 0.8.2 (Jan 7, 2015)
 -
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qxmpp-0.8.2/qxmpp.pri new/qxmpp-0.8.3/qxmpp.pri
--- old/qxmpp-0.8.2/qxmpp.pri   2015-01-07 12:34:06.0 +0100
+++ new/qxmpp-0.8.3/qxmpp.pri   2015-03-13 00:29:36.0 +0100
@@ -1,7 +1,7 @@
 # Common definitions
 
 QT += network xml
-QXMPP_VERSION = 0.8.2
+QXMPP_VERSION = 0.8.3
 QXMPP_INCLUDEPATH = $$PWD/src/base $$PWD/src/client $$PWD/src/server
 
 # Determine library name
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qxmpp-0.8.2/src/base/QXmppByteStreamIq.h 
new/qxmpp-0.8.3/src/base/QXmppByteStreamIq.h
--- old/qxmpp-0.8.2/src/base/QXmppByteStreamIq.h2015-01-07 
12:34:06.0 +0100
+++ new/qxmpp-0.8.3/src/base/QXmppByteStreamIq.h2015-03-13 
00:29:36.0 +0100
@@ -34,7 +34,7 @@
 enum Mode {
 None = 0,
 Tcp,
-Udp,
+Udp
 };
 
 class QXMPP_EXPORT StreamHost
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qxmpp-0.8.2/src/base/QXmppCodec.cpp 
new/qxmpp-0.8.3/src/base/QXmppCodec.cpp
--- old/qxmpp-0.8.2/src/base/QXmppCodec.cpp 2015-01-07 12:34:06.0 
+0100
+++ new/qxmpp-0.8.3/src/base/QXmppCodec.cpp 2015-03-13 00:29:36.0 
+0100
@@ -72,7 +72,7 @@
 NoFragment = 0,
 StartFragment,
 MiddleFragment,
-EndFragment,
+EndFragment
 };
 
 static qint16 seg_aend[8] = {0x1F, 0x3F, 0x7F, 0xFF,
diff -urN '--excl

commit cmocka for openSUSE:Factory

2015-03-18 Thread h_root
Hello community,

here is the log from the commit of package cmocka for openSUSE:Factory checked 
in at 2015-03-18 13:06:00

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


Package is "cmocka"

Changes:

--- /work/SRC/openSUSE:Factory/cmocka/cmocka.changes2015-02-18 
12:08:49.0 +0100
+++ /work/SRC/openSUSE:Factory/.cmocka.new/cmocka.changes   2015-03-18 
13:06:01.0 +0100
@@ -1,0 +2,9 @@
+Thu Mar 12 14:57:24 UTC 2015 - a...@cryptomilk.org
+
+- Update to version 1.0.1
+  * Added a macro for assert_ptr_equal().
+  * Fixed test_realloc() if 0 size is passed.
+  * Fixed objects packaging bug.
+  * Fixed building with newer gcc versions.
+
+---

Old:

  cmocka-1.0.0.tar.xz

New:

  cmocka-1.0.1.tar.xz



Other differences:
--
++ cmocka.spec ++
--- /var/tmp/diff_new_pack.ZAbidp/_old  2015-03-18 13:06:02.0 +0100
+++ /var/tmp/diff_new_pack.ZAbidp/_new  2015-03-18 13:06:02.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package cmocka
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -21,7 +21,7 @@
 BuildRequires:  pkg-config
 
 Name:   cmocka
-Version:1.0.0
+Version:1.0.1
 Release:0
 #
 Summary:Lightweight library to simplify and generalize unit tests for C
@@ -114,7 +114,7 @@
   %{_builddir}/%{name}-%{version}
 
 %__make %{?_smp_mflags} VERBOSE=1
-popd obj
+popd
 
 %install
 pushd obj

++ cmocka-1.0.0.tar.xz -> cmocka-1.0.1.tar.xz ++
 20948 lines of diff (skipped)

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



commit unico for openSUSE:Factory

2015-03-18 Thread h_root
Hello community,

here is the log from the commit of package unico for openSUSE:Factory checked 
in at 2015-03-18 13:06:06

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


Package is "unico"

Changes:

--- /work/SRC/openSUSE:Factory/unico/unico.changes  2014-02-05 
13:46:06.0 +0100
+++ /work/SRC/openSUSE:Factory/.unico.new/unico.changes 2015-03-18 
13:06:08.0 +0100
@@ -1,0 +2,13 @@
+Sun Mar 15 16:35:32 UTC 2015 - sor.ale...@meowr.ru
+
+- Proper spec cleanup.
+
+---
+Tue Apr 01 23:45:07 UTC 2014 - sor.ale...@meowr.ru
+
+- Upgrade unico from Ubuntu repository.
+- unico-bnc813150-gtk-theming-engine-crash.patch and
+  unico-fix-render-focus.patch had been dropped because of a major
+  release upgrade.
+
+---

Old:

  unico-1.0.2.tar.gz
  unico-bnc813150-gtk-theming-engine-crash.patch
  unico-fix-render-focus.patch

New:

  unico_1.0.3+14.04.20140109.orig.tar.gz



Other differences:
--
++ unico.spec ++
--- /var/tmp/diff_new_pack.A4IrAn/_old  2015-03-18 13:06:09.0 +0100
+++ /var/tmp/diff_new_pack.A4IrAn/_new  2015-03-18 13:06:09.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package unico
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,54 +16,48 @@
 #
 
 
+%define _version 1.0.3+14.04.20140109
 Name:   unico
-Version:1.0.2
+Version:1.0.3+bzr20140109
 Release:0
-Summary:The Unico Gtk+ Theming Engine
+Summary:Gtk3 theming engine
 License:LGPL-2.1+
 Group:  System/GUI/GNOME
 Url:http://launchpad.net/unico
-Source0:%{name}-%{version}.tar.gz
-# PATCH-FIX-UPSTREAM unico-bnc813150-gtk-theming-engine-crash.patch bnc#813150 
lp#1000545 g...@suse.com - Fix crash on gtk-theming-engine
-Patch1: unico-bnc813150-gtk-theming-engine-crash.patch
-# PATCH-FIX-UPSTREAM unico-fix-render-focus.patch zai...@opensuse.org -- Fix 
render focus and remove some unused code. Patch from upstream.
-Patch2: unico-fix-render-focus.patch
+Source: 
http://archive.ubuntu.com/ubuntu/pool/main/u/%{name}/%{name}_%{_version}.orig.tar.gz
 BuildRequires:  gnome-common
 BuildRequires:  pkgconfig(cairo) >= 1.10
 BuildRequires:  pkgconfig(glib-2.0) >= 2.26.0
 BuildRequires:  pkgconfig(gtk+-3.0) >= 3.5.2
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
-Unico is a Gtk+ engine that aims to be the more complete yet powerful
-theming engine for Gtk+ 3.0 and newer. It’s the first Gtk+ engine
+Unico is a GTK+ engine that aims to be the more complete yet
+powerful theming engine for Gtk3. It’s the first Gtk+ engine
 written with Gtk+ style context APIs in mind, using CSS as first
 class citizen.
 
 %package -n gtk3-engine-unico
-Summary:The Unico Gtk+ Theming Engine
+Summary:Gtk3 theming engine
 Group:  System/GUI/GNOME
 
 %description -n gtk3-engine-unico
-Unico is a Gtk+ engine that aims to be the more complete yet powerful
-theming engine for Gtk+ 3.0 and newer. It’s the first Gtk+ engine
+Unico is a GTK+ engine that aims to be the more complete yet
+powerful theming engine for Gtk3. It’s the first Gtk+ engine
 written with Gtk+ style context APIs in mind, using CSS as first
 class citizen.
 
 %prep
-%setup -q
-%patch1 -p0
-%patch2 -p0
+%setup -q -n %{name}-%{_version}
 
 %build
-./autogen.sh
+gnome-autogen.sh
 %configure \
 --disable-static
 make %{?_smp_mflags}
 
 %install
 %make_install
-find %{buildroot}%{_libdir} -name "*.la" -type f -delete -print
+find %{buildroot} -type f -name "*.la" -delete -print
 
 %files -n gtk3-engine-unico
 %defattr(-,root,root)

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



commit tig for openSUSE:Factory

2015-03-18 Thread h_root
Hello community,

here is the log from the commit of package tig for openSUSE:Factory checked in 
at 2015-03-18 13:05:45

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


Package is "tig"

Changes:

--- /work/SRC/openSUSE:Factory/tig/tig.changes  2015-03-16 09:42:12.0 
+0100
+++ /work/SRC/openSUSE:Factory/.tig.new/tig.changes 2015-03-18 
13:05:47.0 +0100
@@ -1,0 +2,7 @@
+Fri Mar 13 21:24:35 UTC 2015 - astie...@suse.com
+
+- package bash completion
+- package some configuration files samples
+- use upstream spec.in description
+
+---



Other differences:
--
++ tig.spec ++
--- /var/tmp/diff_new_pack.k22XWw/_old  2015-03-18 13:05:48.0 +0100
+++ /var/tmp/diff_new_pack.k22XWw/_new  2015-03-18 13:05:48.0 +0100
@@ -16,6 +16,7 @@
 #
 
 
+%define with_bash_completion 0%{?suse_version} >= 1310
 Name:   tig
 Version:2.1
 Release:0
@@ -30,16 +31,20 @@
 BuildRequires:  readline-devel
 Requires:   git-core
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+%if 0%{with_bash_completion}
+BuildRequires:  bash-completion
+Requires:   bash-completion
+%endif
 
 %description
-Tig is an ncurses-based text-mode interface for git. It allows you to
-browse changes in a git repository and can additionally act as a pager
-for output of various git commands. When used as a pager, it will
-display input from stdin and colorize it.
-
-When browsing repositories, tig uses the underlying git commands to
-present the user with various views, such as summarized commit log and
-showing the commit with the log message, diffstat, and the diff.
+Tig is a git repository browser that additionally can act as a pager
+for output from various git commands.
+
+When browsing repositories, it uses the underlying git commands to
+present the user with various views, such as summarized revision log
+and showing the commit with the log message, diffstat, and the diff.
+
+Using it as a pager, it will display input from stdin and colorize it.
 
 %prep
 %setup -q
@@ -49,19 +54,27 @@
 %configure \
--with-ncurses \
--docdir=%{_docdir}
+
 make %{?_smp_mflags} prefix=%{_prefix} mandir=%{_mandir}
 
 %install
 make DESTDIR=%{buildroot} prefix="%{_prefix}" mandir="%{_mandir}" install
 make DESTDIR=%{buildroot} prefix="%{_prefix}" mandir="%{_mandir}" install-doc
+%if 0%{with_bash_completion}
+install -D -m0644 contrib/tig-completion.bash 
"%{buildroot}%{_sysconfdir}/bash_completion.d/%{name}"
+%endif
 
 %files
 %defattr(-,root,root)
 %doc COPYING NEWS.adoc README.adoc
+%doc contrib/*.tigrc
 %{_bindir}/tig
 %doc %{_mandir}/man1/tig.1%{ext_man}
 %doc %{_mandir}/man5/tigrc.5%{ext_man}
 %doc %{_mandir}/man7/tigmanual.7%{ext_man}
 %config %{_sysconfdir}/tigrc
+%if 0%{with_bash_completion}
+%{_sysconfdir}/bash_completion.d/%{name}
+%endif
 
 %changelog

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



commit crawl for openSUSE:Factory

2015-03-18 Thread h_root
Hello community,

here is the log from the commit of package crawl for openSUSE:Factory checked 
in at 2015-03-18 13:05:57

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


Package is "crawl"

Changes:

--- /work/SRC/openSUSE:Factory/crawl/crawl.changes  2014-11-10 
17:28:24.0 +0100
+++ /work/SRC/openSUSE:Factory/.crawl.new/crawl.changes 2015-03-18 
13:05:58.0 +0100
@@ -1,0 +2,10 @@
+Mon Mar 16 05:09:22 UTC 2015 - bem...@gmail.com
+
+- Source URL corrected
+
+---
+Sat Mar 14 19:49:00 MSK 2015 - bem...@gmail.com
+
+- Updated crawl to 0.16.0
+
+---

Old:

  stone_soup-0.15.2-nodeps.tar.xz

New:

  stone_soup-0.16.0-nodeps.tar.xz



Other differences:
--
++ crawl.spec ++
--- /var/tmp/diff_new_pack.wFVPfx/_old  2015-03-18 13:05:59.0 +0100
+++ /var/tmp/diff_new_pack.wFVPfx/_new  2015-03-18 13:05:59.0 +0100
@@ -18,15 +18,16 @@
 
 
 Name:   crawl
-Version:0.15.2
+Version:0.16.0
 Release:0
 Summary:Roguelike dungeon exploration game
 License:GPL-2.0+
 Group:  Amusements/Games/RPG
 Url:http://crawl.develz.org/
-Source0:
http://downloads.sourceforge.net/project/crawl-ref/Stone%20Soup/%{version}/stone_soup-%{version}-nodeps.tar.xz
+Source0:
https://crawl.develz.org/release/stone_soup-%{version}-nodeps.tar.xz
 Source1:%{name}.desktop
-BuildRequires:  SDL_image-devel
+BuildRequires: SDL2-devel
+BuildRequires:  SDL2_image-devel
 BuildRequires:  dejavu-fonts
 BuildRequires:  desktop-file-utils
 BuildRequires:  freetype2-devel
@@ -83,7 +84,7 @@
 make %{?_smp_flags} DATADIR="%{_datadir}/%{name}/" EXTRA_FLAGS="%{optflags}"
 mv crawl crawl.tty # avoid name clashes temporarily
 make clean
-make %{?_smp_flags} DATADIR="%{_datadir}/%{name}/" TILES="1" 
EXTRA_FLAGS="%{optflags}"
+make %{?_smp_flags} DATADIR="%{_datadir}/%{name}/" EXTRA_FLAGS="%{optflags}" 
TILES="1"
 mv crawl crawl-sdl
 mv crawl.tty crawl
 

++ stone_soup-0.15.2-nodeps.tar.xz -> stone_soup-0.16.0-nodeps.tar.xz ++
/work/SRC/openSUSE:Factory/crawl/stone_soup-0.15.2-nodeps.tar.xz 
/work/SRC/openSUSE:Factory/.crawl.new/stone_soup-0.16.0-nodeps.tar.xz differ: 
char 25, line 1

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



commit python3-linecache2 for openSUSE:Factory

2015-03-18 Thread h_root
Hello community,

here is the log from the commit of package python3-linecache2 for 
openSUSE:Factory checked in at 2015-03-18 13:06:13

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


Package is "python3-linecache2"

Changes:

New Changes file:

--- /dev/null   2015-03-12 01:14:30.992027505 +0100
+++ 
/work/SRC/openSUSE:Factory/.python3-linecache2.new/python3-linecache2.changes   
2015-03-18 13:06:14.0 +0100
@@ -0,0 +1,10 @@
+---
+Sat Mar 16 18:24:24 UTC 2015 - a...@gmx.de
+
+- specfile: fix description
+
+---
+Sat Mar 14 00:34:46 UTC 2015 - a...@gmx.de
+
+- initial version
+

New:

  linecache2-1.0.0.tar.gz
  python3-linecache2.changes
  python3-linecache2.spec



Other differences:
--
++ python3-linecache2.spec ++
#
# spec file for package python3-linecache2
#
# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#


Name:   python3-linecache2
Version:1.0.0
Release:0
Summary:Backports of the linecache module
License:MIT
Group:  Development/Languages/Python
Url:https://github.com/testing-cabal/linecache2
Source: 
https://pypi.python.org/packages/source/l/linecache2/linecache2-%{version}.tar.gz
BuildRequires:  python3-devel
BuildRequires:  python3-setuptools
BuildRequires:  python3-pbr
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
BuildArch:  noarch

%description
Backports of the linecache module

%prep
%setup -q -n linecache2-%{version}

%build
python3 setup.py build

%install
python3 setup.py install --prefix=%{_prefix} --optimize=2 --root=%{buildroot}

%files
%defattr(-,root,root,-)
%{python3_sitelib}/*
%doc README.rst AUTHORS ChangeLog

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



commit libvirt for openSUSE:Factory

2015-03-18 Thread h_root
Hello community,

here is the log from the commit of package libvirt for openSUSE:Factory checked 
in at 2015-03-18 13:06:03

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  2015-03-03 
11:16:32.0 +0100
+++ /work/SRC/openSUSE:Factory/.libvirt.new/libvirt.changes 2015-03-18 
13:06:05.0 +0100
@@ -1,0 +2,23 @@
+Thu Mar 12 07:48:35 UTC 2015 - fcaste...@suse.com
+
+- Instruct polkit to allow memebers of the 'libvirt' group to connect
+  to libvirt without providing any password (bnc#920804)
+- Added polkit-10-virt.rules to fix bnc#920804
+
+---
+Wed Mar 11 09:29:29 MDT 2015 - jfeh...@suse.com
+
+- Change default setting of security_default_confined in
+  /etc/libvirt/qemu.conf instead of in code.  Making the change in
+  code changes the default behavior for all users, even those that
+  have a custom security setup in their /etc/libvirt/qemu.conf.
+  Modified suse-qemu-conf.patch
+  bsc#921586
+
+---
+Mon Mar  9 16:51:08 UTC 2015 - cbosdon...@suse.com
+
+- Fixed a number of QEMU apparmor abstraction problems. bsc#921355
+  apparmor-fixes.patch
+
+---

New:

  apparmor-fixes.patch
  polkit-10-virt.rules



Other differences:
--
++ libvirt.spec ++
--- /var/tmp/diff_new_pack.yk6JgR/_old  2015-03-18 13:06:07.0 +0100
+++ /var/tmp/diff_new_pack.yk6JgR/_new  2015-03-18 13:06:07.0 +0100
@@ -363,6 +363,7 @@
 %endif
 %if %{with_polkit}
 %if 0%{?suse_version} > 1110
+BuildRequires:  polkit >= 0.9
 BuildRequires:  polkit-devel >= 0.9
 %else
 BuildRequires:  PolicyKit-devel >= 0.6
@@ -432,6 +433,7 @@
 Source2:%{name}.keyring
 Source3:libvirtd.init
 Source4:libvirtd-relocation-server.fw
+Source5:polkit-10-virt.rules
 Source99:   baselibs.conf
 # Upstream patches
 # Patches pending upstream review
@@ -441,6 +443,7 @@
 Patch152:   blockcopy-check-dst-identical-device.patch
 Patch153:   libvirt-power8-models.patch
 Patch154:   ppc64le-canonical-name.patch
+Patch155:   apparmor-fixes.patch
 # Our patches
 Patch200:   libvirtd-defaults.patch
 Patch201:   libvirtd-init-script.patch
@@ -973,6 +976,7 @@
 %patch152 -p1
 %patch153 -p1
 %patch154 -p1
+%patch155 -p1
 %patch200 -p1
 %patch201 -p1
 %patch202 -p1
@@ -1336,6 +1340,12 @@
 ln -s %{_sysconfdir}/init.d/libvirt-guests 
$RPM_BUILD_ROOT%{_sbindir}/rclibvirt-guests
 %endif
 mv $RPM_BUILD_ROOT%{_sysconfdir}/sysconfig/libvirt-guests 
$RPM_BUILD_ROOT%{_localstatedir}/adm/fillup-templates/sysconfig.libvirt-guests
+%if %{with_polkit}
+%if 0%{?suse_version} > 1110
+install -d $RPM_BUILD_ROOT%{_sysconfdir}/polkit-1/rules.d/
+install %SOURCE5 $RPM_BUILD_ROOT%{_sysconfdir}/polkit-1/rules.d/10-virt.rules
+%endif
+%endif
 %fdupes -s $RPM_BUILD_ROOT
 
 %clean
@@ -1502,6 +1512,7 @@
 %if %{with_polkit}
 %if 0%{?suse_version} > 1110
 %{_datadir}/polkit-1/actions/org.libvirt.unix.policy
+%{_sysconfdir}/polkit-1/rules.d/10-virt.rules
 %else
 %{_datadir}/PolicyKit/policy/org.libvirt.unix.policy
 %endif

++ apparmor-fixes.patch ++
Index: libvirt-1.2.13/examples/apparmor/libvirt-qemu
===
--- libvirt-1.2.13.orig/examples/apparmor/libvirt-qemu
+++ libvirt-1.2.13/examples/apparmor/libvirt-qemu
@@ -59,6 +59,7 @@
   # access to firmware's etc
   /usr/share/kvm/** r,
   /usr/share/qemu/** r,
+  /usr/share/qemu-kvm/** r,
   /usr/share/bochs/** r,
   /usr/share/openbios/** r,
   /usr/share/openhackware/** r,
@@ -73,6 +74,7 @@
   # the various binaries
   /usr/bin/kvm rmix,
   /usr/bin/qemu rmix,
+  /usr/bin/qemu-kvm rmix,
   /usr/bin/qemu-system-arm rmix,
   /usr/bin/qemu-system-cris rmix,
   /usr/bin/qemu-system-i386 rmix,
@@ -118,6 +120,12 @@
   /bin/dd rmix,
   /bin/cat rmix,
 
+  # for restore
+  /bin/bash rmix,
+
+  /run/nscd/passwd r,
+  /run/nscd/group r,
+
   # for usb access
   /dev/bus/usb/ r,
   /etc/udev/udev.conf r,

++ polkit-10-virt.rules ++
polkit.addRule(function(action, subject) {
if (action.id == "org.libvirt.unix.manage"
&& subject.local
&& subject.active
&& subject.isInGroup("libvirt")) {
return polkit.Result.YES;
}
});
++ qemu-apparmor-screenshot.patch ++
--- /var/tmp/diff_new_pack.yk6JgR/_old  2015-03-18 13:06:07.0 +0100
+++ /var/tmp/diff_new_pack.yk6JgR/_new  2015-03-18 13:06:07.0 +0100
@@ -2,7 +2,7 @@
 =

commit rdiff-backup for openSUSE:Factory

2015-03-18 Thread h_root
Hello community,

here is the log from the commit of package rdiff-backup for openSUSE:Factory 
checked in at 2015-03-18 13:05:58

Comparing /work/SRC/openSUSE:Factory/rdiff-backup (Old)
 and  /work/SRC/openSUSE:Factory/.rdiff-backup.new (New)


Package is "rdiff-backup"

Changes:

--- /work/SRC/openSUSE:Factory/rdiff-backup/rdiff-backup.changes
2014-11-05 15:55:15.0 +0100
+++ /work/SRC/openSUSE:Factory/.rdiff-backup.new/rdiff-backup.changes   
2015-03-18 13:06:00.0 +0100
@@ -1,0 +2,12 @@
+Mon Mar 16 16:29:25 UTC 2015 - dims...@opensuse.org
+
+- Add rdiff-backup-librsync-1.0.patch: Fix build with
+  librsync 1.0.0.
+
+---
+Fri Mar 13 12:25:51 UTC 2015 - mplus...@suse.com
+
+- Cleanup spec file with spec-cleaner
+- Add gpg signature
+
+---

Old:

  rdiff-backup-1.2.8.tar.bz2

New:

  rdiff-backup-1.2.8.tar.gz
  rdiff-backup-1.2.8.tar.gz.asc
  rdiff-backup-librsync-1.0.patch
  rdiff-backup.keyring



Other differences:
--
++ rdiff-backup.spec ++
--- /var/tmp/diff_new_pack.LMGnuY/_old  2015-03-18 13:06:01.0 +0100
+++ /var/tmp/diff_new_pack.LMGnuY/_new  2015-03-18 13:06:01.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package rdiff-backup
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,21 +17,19 @@
 
 
 Name:   rdiff-backup
+Version:1.2.8
+Release:0
 Summary:Convenient and transparent local/remote incremental 
mirror/backup
 License:GPL-2.0+
 Group:  Productivity/Archiving/Backup
-Version:1.2.8
-Release:0
 Url:http://www.nongnu.org/rdiff-backup/
-Source0:
http://savannah.nongnu.org/download/rdiff-backup/%{name}-%{version}.tar.bz2
+Source0:
http://savannah.nongnu.org/download/rdiff-backup/%{name}-%{version}.tar.gz
+Source1:
http://savannah.nongnu.org/download/rdiff-backup/%{name}-%{version}.tar.gz.asc
+Source2:%{name}.keyring
 Patch0: rdiff-backup-fix-deprecations.diff
 # well, upstream is apparently dead, but I found this patch on the upstream 
mailing list.
 # PATCH-FEATURE-UPSTREAM rdiff-backup-1.2.8-sparsefiles.diff -- 
seife+...@b1-systems.com
 Patch1: rdiff-backup-1.2.8-sparsefiles.diff
-# the above patch is slightly broken, fix it by not using sparse code when 
writing
-# compressed files
-# PATCH-FIX-OPENSUSE rdiff-backup-1.2.8-sparse-no-seek-in-gzip.diff 
--seife+...@b1-systems.com
-Patch11:rdiff-backup-1.2.8-sparse-no-seek-in-gzip.diff
 # in order not stumble on handle hardlinks, these two patches are necessary 
 # http://savannah.nongnu.org/bugs/?26848
 # PATCH-FEATURE-UPSTREAM Hardlink.py.revised-patch compare.py.patch -- 
h...@urpla.net
@@ -41,16 +39,22 @@
 # backups with --remove-older-than xB, while keeping empty/useless sessions 
instead 
 # patch is not upstream -- h...@urpla.net
 Patch4: rdiff-backup-dont-pick-empty-sessions.diff
+# the above patch is slightly broken, fix it by not using sparse code when 
writing
+# compressed files
+# PATCH-FIX-OPENSUSE rdiff-backup-1.2.8-sparse-no-seek-in-gzip.diff 
--seife+...@b1-systems.com
+Patch11:rdiff-backup-1.2.8-sparse-no-seek-in-gzip.diff
+# PATCH-FIX-UPSTREAM rdiff-backup-librsync-1.0.patch dims...@opensuse.org -- 
Fix build with librsync 1.0.0
+Patch12:rdiff-backup-librsync-1.0.patch
+BuildRequires:  python-devel
+Recommends: python-pylibacl
+Recommends: python-xattr
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+%py_requires
 %if 0%{?suse_version} > 1210
 BuildRequires:  librsync-devel
 %else
 BuildRequires:  librsync
 %endif
-BuildRequires:  python-devel
-Recommends: python-xattr
-Recommends: python-pylibacl
-%py_requires
 
 %description
 rdiff-backup backs up one directory to another, possibly over a
@@ -66,31 +70,23 @@
 transmitted. Finally, rdiff-backup is easy to use and settings have
 sensical defaults.
 
-
-
-Authors:
-
-Ben Escoto 
-
 %prep
 %setup -q
 %patch0 -p1
 %patch1 -p1
 %patch11 -p1
-%patch2 -p0
-%patch3 -p0
+%patch2
+%patch3
 %patch4 -p1
+%patch12 -p1
 
 %build
-export CFLAGS="$RPM_OPT_FLAGS"
+export CFLAGS="%{optflags}"
 python setup.py build
 
 %install
-python setup.py install --prefix=%{_prefix} --root $RPM_BUILD_ROOT
-rm -rf $RPM_BUILD_ROOT/usr/share/doc/rdiff-backup-%{version}
-
-%clean
-rm -rf $RPM_BUILD_ROOT
+python setup.py install --prefix=%{_prefix} --root %{buildroot}
+rm -r

commit python-astroid for openSUSE:Factory

2015-03-18 Thread h_root
Hello community,

here is the log from the commit of package python-astroid for openSUSE:Factory 
checked in at 2015-03-18 13:05:34

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


Package is "python-astroid"

Changes:

--- /work/SRC/openSUSE:Factory/python-astroid/python-astroid.changes
2015-02-18 20:36:46.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-astroid.new/python-astroid.changes   
2015-03-18 13:05:39.0 +0100
@@ -1,0 +2,32 @@
+Mon Mar 16 12:20:32 UTC 2015 - mci...@suse.cz
+
+-  Update to 1.3.6:
+* Class.slots raises NotImplementedError for old style classes.
+  Closes issue #67.
+* Add a new option to AstroidManager, `optimize_ast`, which
+  controls if peephole optimizer should be enabled or not.
+  This prevents a regression, where the visit_binop method
+  wasn't called anymore with astroid 1.3.5, due to the differences
+  in the resulting AST. Closes issue #82.
+* Add the ability to optimize small ast subtrees,
+  with the first use in the optimization of multiple
+  BinOp nodes. This removes recursivity in the rebuilder
+  when dealing with a lot of small strings joined by the
+  addition operator. Closes issue #59.
+* Obtain the methods for the nose brain tip through an
+  unittest.TestCase instance. Closes Pylint issue #457.
+* Fix a crash which occurred when a class was the ancestor
+  of itself. Closes issue #78.
+* Improve the scope_lookup method for Classes regarding qualified
+  objects, with an attribute name exactly as one provided in the
+  class itself.
+  For example, a class containing an attribute 'first',
+  which was also an import and which had, as a base, a qualified name
+  or a Gettattr node, in the form 'module.first', then Pylint would
+  have inferred the `first` name as the function from the Class,
+  not the import. Closes Pylint issue #466.
+* Implement the assigned_stmts operation for Starred nodes,
+  which was omitted when support for Python 3 was added in astroid.
+  Closes issue #36.
+
+---

Old:

  astroid-1.3.4.tar.gz

New:

  astroid-1.3.6.tar.gz



Other differences:
--
++ python-astroid.spec ++
--- /var/tmp/diff_new_pack.qE060v/_old  2015-03-18 13:05:40.0 +0100
+++ /var/tmp/diff_new_pack.qE060v/_new  2015-03-18 13:05:40.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-astroid
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   python-astroid
-Version:1.3.4
+Version:1.3.6
 Release:0
 Url:http://bitbucket.org/logilab/astroid
 Summary:Rebuild a new abstract syntax tree from Python's ast

++ astroid-1.3.4.tar.gz -> astroid-1.3.6.tar.gz ++
 3845 lines of diff (skipped)

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



commit gedit-code-assistance for openSUSE:Factory

2015-03-18 Thread h_root
Hello community,

here is the log from the commit of package gedit-code-assistance for 
openSUSE:Factory checked in at 2015-03-18 13:05:25

Comparing /work/SRC/openSUSE:Factory/gedit-code-assistance (Old)
 and  /work/SRC/openSUSE:Factory/.gedit-code-assistance.new (New)


Package is "gedit-code-assistance"

Changes:

--- 
/work/SRC/openSUSE:Factory/gedit-code-assistance/gedit-code-assistance.changes  
2014-12-21 12:04:41.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.gedit-code-assistance.new/gedit-code-assistance.changes
 2015-03-18 13:05:26.0 +0100
@@ -1,0 +2,6 @@
+Mon Mar 16 09:33:18 UTC 2015 - dims...@opensuse.org
+
+- Update to version 3.14.2:
+  + Fix problem loading indent backends with new libpeas.
+
+---

Old:

  gedit-code-assistance-3.14.1.tar.xz

New:

  gedit-code-assistance-3.14.2.tar.xz



Other differences:
--
++ gedit-code-assistance.spec ++
--- /var/tmp/diff_new_pack.iNu17N/_old  2015-03-18 13:05:27.0 +0100
+++ /var/tmp/diff_new_pack.iNu17N/_new  2015-03-18 13:05:27.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gedit-code-assistance
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   gedit-code-assistance
-Version:3.14.1
+Version:3.14.2
 Release:0
 Summary:Plugin for gedit which provides code assistance for C, C++ and 
Objective-C
 License:GPL-3.0+

++ gedit-code-assistance-3.14.1.tar.xz -> 
gedit-code-assistance-3.14.2.tar.xz ++
 1928 lines of diff (skipped)
retrying with extended exclude list
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/gedit-code-assistance-3.14.1/ChangeLog 
new/gedit-code-assistance-3.14.2/ChangeLog
--- old/gedit-code-assistance-3.14.1/ChangeLog  2014-12-19 11:31:35.0 
+0100
+++ new/gedit-code-assistance-3.14.2/ChangeLog  2015-03-14 20:54:22.0 
+0100
@@ -1,6 +1,34 @@
+commit c9e516d1985579b2da93b7cad817e8e2344bf58c
+Author: Ignacio Casal Quinteiro 
+Date:   2015-03-14
+
+indentbackends: we need to directly link to the libcodeassistance
+
+This fixes a problem where the it will not find the code assistance
+symbols, this is due to a change in libpeas.
+
+M  indentbackends/c/Makefile.am
+
+commit e61ca835edf81026fed520b8906dee8e530415bf
+Author: Ignacio Casal Quinteiro 
+Date:  2015-03-14
+
+diagnostic-message: remove useless code
+
+M  src/gca-diagnostic-message.vala
+
+commit 7e1632380154868d8b756db80354df3789f45ac0
+Author: Ignacio Casal Quinteiro 
+Date:  2014-12-19
+
+Release version 3.14.1
+
+M  NEWS
+M  configure.ac
+
 commit 83ae8691e48b8a8a973330bd0ab7c965d11920fb
 Author: Jesse van den Kieboom 
-Date:   2014-12-07
+Date:  2014-12-07
 
 Release version 3.14.0
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/gedit-code-assistance-3.14.1/NEWS new/gedit-code-assistance-3.14.2/NEWS
--- old/gedit-code-assistance-3.14.1/NEWS   2014-12-19 11:31:07.0 
+0100
+++ new/gedit-code-assistance-3.14.2/NEWS   2015-03-14 20:53:20.0 
+0100
@@ -1,4 +1,9 @@
 
+gedit-code-assistance 3.14.2
+
+Fix problem loading indent backends with new libpeas
+
+
 gedit-code-assistance 3.14.1
 
 Fixes the vapi in the tarball
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/gedit-code-assistance-3.14.1/compile 
new/gedit-code-assistance-3.14.2/compile
--- old/gedit-code-assistance-3.14.1/compile2014-12-19 11:31:24.0 
+0100
+++ new/gedit-code-assistance-3.14.2/compile2015-03-14 20:53:53.0 
+0100
@@ -3,7 +3,7 @@
 
 scriptversion=2012-10-14.11; # UTC
 
-

commit smbtad for openSUSE:Factory

2015-03-18 Thread h_root
Hello community,

here is the log from the commit of package smbtad for openSUSE:Factory checked 
in at 2015-03-18 13:05:43

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


Package is "smbtad"

Changes:

--- /work/SRC/openSUSE:Factory/smbtad/smbtad.changes2012-09-14 
12:38:43.0 +0200
+++ /work/SRC/openSUSE:Factory/.smbtad.new/smbtad.changes   2015-03-18 
13:05:45.0 +0100
@@ -1,0 +2,5 @@
+Mon Mar 16 11:38:34 UTC 2015 - dims...@opensuse.org
+
+- Fix popd usage: since bash 4.3, it only takes a numeric argument. 
+
+---



Other differences:
--
++ smbtad.spec ++
--- /var/tmp/diff_new_pack.o4Okok/_old  2015-03-18 13:05:46.0 +0100
+++ /var/tmp/diff_new_pack.o4Okok/_new  2015-03-18 13:05:46.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package smbtad
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -62,7 +62,7 @@
 %endif
   %{_builddir}/%{name}-%{version}
 %__make %{?jobs:-j%jobs} VERBOSE=1
-popd build
+popd
 
 %install
 pushd build
@@ -71,7 +71,7 @@
 %else
 make DESTDIR=%{buildroot} install
 %endif
-popd build
+popd
 mkdir -p %{buildroot}/usr/sbin
 ln -s /etc/init.d/smbtad %{buildroot}/usr/sbin/rcsmbtad
 

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



commit mumble for openSUSE:Factory

2015-03-18 Thread h_root
Hello community,

here is the log from the commit of package mumble for openSUSE:Factory checked 
in at 2015-03-18 13:05:38

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


Package is "mumble"

Changes:

--- /work/SRC/openSUSE:Factory/mumble/mumble.changes2015-02-24 
13:07:07.0 +0100
+++ /work/SRC/openSUSE:Factory/.mumble.new/mumble.changes   2015-03-18 
13:05:42.0 +0100
@@ -1,0 +2,6 @@
+Mon Mar 16 11:34:46 UTC 2015 - dims...@opensuse.org
+
+- Add pkgconfig(speexdsp) BuildRequires: its presence is checked
+  for by the build system.
+
+---



Other differences:
--
++ mumble.spec ++
--- /var/tmp/diff_new_pack.kUAIHw/_old  2015-03-18 13:05:43.0 +0100
+++ /var/tmp/diff_new_pack.kUAIHw/_new  2015-03-18 13:05:43.0 +0100
@@ -68,6 +68,7 @@
 BuildRequires:  libsndfile-devel
 %if %{with system_speex}
 BuildRequires:  speex-devel
+BuildRequires:  pkgconfig(speexdsp)
 %endif
 BuildRequires:  boost-devel
 BuildRequires:  gcc-c++


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



commit encfs for openSUSE:Factory

2015-03-18 Thread h_root
Hello community,

here is the log from the commit of package encfs for openSUSE:Factory checked 
in at 2015-03-18 13:05:49

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


Package is "encfs"

Changes:

--- /work/SRC/openSUSE:Factory/encfs/encfs.changes  2014-12-30 
00:50:36.0 +0100
+++ /work/SRC/openSUSE:Factory/.encfs.new/encfs.changes 2015-03-18 
13:05:51.0 +0100
@@ -1,0 +2,13 @@
+Sun Mar 15 23:07:36 UTC 2015 - p.drou...@gmail.com
+
+- Update to version 1.8
+  * No short chanlog available; please read the ChangeLog file into
+/usr/share/doc/packages/encfs/ChangeLog
+- Update Url to new project home
+- Use download Url as source
+- Copy DESIGN.md, PERFORMANCE.mde and TRANSLATORS into doc directory
+- Remove obsolete patchs
+  * encfs-1.7.4-fixReverseAbsoluteSymlinks.diff
+  * encfs-1.7.4-fix-bashisms.patch
+
+---

Old:

  encfs-1.7.4-fix-bashisms.patch
  encfs-1.7.4-fixReverseAbsoluteSymlinks.diff
  encfs-1.7.4.tar.bz2

New:

  v1.8.tar.gz



Other differences:
--
++ encfs.spec ++
--- /var/tmp/diff_new_pack.ZAVbX2/_old  2015-03-18 13:05:52.0 +0100
+++ /var/tmp/diff_new_pack.ZAVbX2/_new  2015-03-18 13:05:52.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package encfs
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -29,13 +29,11 @@
 Summary:Userspace Encrypted File System
 License:GPL-2.0+ and GPL-3.0+
 Group:  System/Filesystems
-Version:1.7.4
+Version:1.8
 Release:0
-Source: %{name}-%{version}.tar.bz2
+Source: https://github.com/vgough/encfs/archive/v%{version}.tar.gz
 Patch:  configure-fix.patch
-Patch1: encfs-1.7.4-fixReverseAbsoluteSymlinks.diff
-Patch2: encfs-1.7.4-fix-bashisms.patch
-Url:http://www.arg0.net/encfs
+Url:https://vgough.github.io/encfs/
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -44,13 +42,11 @@
 hosting directory tree.
 
 This has several advantages over the loopback encryption which
-   provided by the Linux kernel: - No space is and has to be
-   reserved, encrypted files only take the space that they really
-   occupy
-
+provided by the Linux kernel: 
+- No space is and has to be reserved, encrypted files only 
+  take the space that they really occupy
 - Backups: encrypted files can be individually backed-up on the host
filesystem
-
 - Layering: Since it's hosted on a normal filesystem, encfs can be
used on filesystems which normally have no support encryption,
like NFS or other userspace filesystems.
@@ -61,8 +57,6 @@
 %prep
 %setup
 %patch -p1
-%patch1 -p1
-%patch2 -p1
 
 %build
 autoreconf -fiv
@@ -73,14 +67,6 @@
 %install
 make DESTDIR="$RPM_BUILD_ROOT" install
 rm -f $RPM_BUILD_ROOT%{_libdir}/*.{la,so}
-#
-# remove unsupported locales - should revive once after we add
-# these in the core system...
-#
-rm -rf $RPM_BUILD_ROOT%{_datadir}/locale/de_CH
-rm -rf $RPM_BUILD_ROOT%{_datadir}/locale/es_PE
-rm -rf $RPM_BUILD_ROOT%{_datadir}/locale/hu_HU
-%{find_lang} %{name}
 
 %post
 %{run_ldconfig}
@@ -88,10 +74,10 @@
 %postun
 %{run_ldconfig}
 
-%files -f %{name}.lang
+%files
 %defattr(-,root,root)
-%doc AUTHORS COPYING* ChangeLog README*
-%doc %{_mandir}/man?/*
+%doc AUTHORS COPYING* ChangeLog DESIGN.md PERFORMANCE.md README* TRANSLATORS
+%{_mandir}/man?/*
 %{_bindir}/encfs*
 %{_libdir}/libencfs.so.*
 

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



commit nagios-rpm-macros for openSUSE:Factory

2015-03-18 Thread h_root
Hello community,

here is the log from the commit of package nagios-rpm-macros for 
openSUSE:Factory checked in at 2015-03-18 13:05:41

Comparing /work/SRC/openSUSE:Factory/nagios-rpm-macros (Old)
 and  /work/SRC/openSUSE:Factory/.nagios-rpm-macros.new (New)


Package is "nagios-rpm-macros"

Changes:

--- /work/SRC/openSUSE:Factory/nagios-rpm-macros/nagios-rpm-macros.changes  
2015-01-06 09:06:54.0 +0100
+++ /work/SRC/openSUSE:Factory/.nagios-rpm-macros.new/nagios-rpm-macros.changes 
2015-03-18 13:05:43.0 +0100
@@ -1,0 +2,6 @@
+Mon Mar  9 14:27:44 UTC 2015 - l...@linux-schulserver.de
+
+- update to 0.12:
+  + added livestatus_log_dir
+
+---



Other differences:
--
++ nagios-rpm-macros.spec ++
--- /var/tmp/diff_new_pack.6AvgSK/_old  2015-03-18 13:05:44.0 +0100
+++ /var/tmp/diff_new_pack.6AvgSK/_new  2015-03-18 13:05:44.0 +0100
@@ -21,7 +21,7 @@
 Summary:RPM Macros for Nagios based packages
 License:BSD-3-Clause
 Group:  System/Monitoring
-Version:0.11
+Version:0.12
 Release:0
 Url:http://en.opensuse.org/Nagios
 Source0:macros.nagios

++ macros.check_mk ++
--- /var/tmp/diff_new_pack.6AvgSK/_old  2015-03-18 13:05:45.0 +0100
+++ /var/tmp/diff_new_pack.6AvgSK/_new  2015-03-18 13:05:45.0 +0100
@@ -43,3 +43,5 @@
 %livestatus_icinga_confdir %{icinga_sysconfdir}/check_mk.d
 # rrddir
 %livestatus_rrddir %{livestatus_libdir}/rrd
+# log_dir
+%livestatus_log_dir %{_var}/log/check_mk

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



commit openlmi-providers for openSUSE:Factory

2015-03-18 Thread h_root
Hello community,

here is the log from the commit of package openlmi-providers for 
openSUSE:Factory checked in at 2015-03-18 13:05:35

Comparing /work/SRC/openSUSE:Factory/openlmi-providers (Old)
 and  /work/SRC/openSUSE:Factory/.openlmi-providers.new (New)


Package is "openlmi-providers"

Changes:

--- /work/SRC/openSUSE:Factory/openlmi-providers/openlmi-providers.changes  
2014-05-21 16:20:14.0 +0200
+++ /work/SRC/openSUSE:Factory/.openlmi-providers.new/openlmi-providers.changes 
2015-03-18 13:05:41.0 +0100
@@ -1,0 +2,89 @@
+Mon Mar 16 13:13:10 UTC 2015 - kkae...@suse.com
+
+- disable realmd (bsc#916766, bsc#916767)
+
+---
+Tue Mar  3 13:25:27 UTC 2015 - kkae...@suse.com
+
+- require openlmi-pegasus-compat on SUSE.
+
+---
+Mon Mar  2 14:05:05 UTC 2015 - kkae...@suse.com
+
+- prefer sblim-sfcb as cim-server on SUSE.
+
+---
+Mon Feb 23 10:23:31 UTC 2015 - kkae...@suse.com
+
+- disable openlmi-devassistant on SUSE.
+
+---
+Sat Feb 21 13:42:43 UTC 2015 - kkae...@suse.com
+
+- don't require openlmi-storage or -networking on SUSE.
+
+---
+Fri Feb 13 08:43:15 UTC 2015 - kkae...@suse.com
+
+- fix tog-pegasus dependency for openlmi and scripts
+
+---
+Wed Jan 21 16:11:31 UTC 2015 - sfal...@opensuse.org
+
+- Dropped openlmi-providers-rpmlintrc builds fine without it
+  And its presence was blocking acceptance to openSUSE:Factory 
+
+---
+Wed Dec 10 10:23:01 UTC 2014 - kkae...@suse.com
+
+- Update to 0.6.0
+  * New provider: SELinux.
+  * Software provider rewritten in C using PackageKit.
+  * Documentation reworked to have same look&feel for all OpenLMI
+providers.
+  * Instantiable services support in Service provider.
+  * Hardware provider capabilities extended (battery and bios
+information).
+  * timedated support in Locale provider.
+  * Bugfixes and minor improvements.
+
+- Renamed patches
+  0001-No-libexec-in-SUSE.patch renamed to
+0001-cimprovagt-is-under-usr-sbin-on-SUSE.patch
+  0003-Run-dmidecode-with-full-path.patch to
+0002-Run-dmidecode-with-full-path.patch
+  0006-Default-SystemCreationClassName-to-Linux_ComputerSys.patch to
+0005-Default-SystemCreationClassName-to-Linux_ComputerSys.patch
+
+- Upstreamed patches, dropped
+  0001-jobmgr-added-explicit-casts.patch
+
+---
+Tue Oct 28 08:23:48 UTC 2014 - kkae...@suse.com
+
+- Fix 32bit build, add 0001-jobmgr-added-explicit-casts.patch
+
+---
+Tue Oct  7 11:32:37 UTC 2014 - kkae...@suse.com
+
+- Update to 0.5.0
+  * SSSD provider
+  * Locale provider
+  * developer assistant support
+  * indsender - library simplifying indication creation and sending
+  * jobmanager - library for easy job management
+  * support for python 2.6
+  * various bugfixes and enhancements
+
+- New patches
+  0003-Install-cimprovagt-scripts-into-usr-share-Pegasus-sc.patch
+  0004-Install-service-scripts-to-usr-share-openlmi-provide.patch
+
+- 0004-journald-no-libexec-in-SUSE.patch merged into 
0001-No-libexec-in-SUSE.patch
+
+- Upstreamed patches, dropped
+  0002-udev_device_new_from_device_id-is-unsupported-in-SLE.patch
+  0005-Catch-exception-if-socket.gethostbyaddr-fails.patch
+  0007-fstack-protector-strong-unknown-to-SUSE-gcc.patch
+
+---

Old:

  0001-No-libexec-in-SUSE.patch
  0002-udev_device_new_from_device_id-is-unsupported-in-SLE.patch
  0003-Run-dmidecode-with-full-path.patch
  0004-journald-no-libexec-in-SUSE.patch
  0005-Catch-exception-if-socket.gethostbyaddr-fails.patch
  0006-Default-SystemCreationClassName-to-Linux_ComputerSys.patch
  0007-fstack-protector-strong-unknown-to-SUSE-gcc.patch
  openlmi-providers-0.4.2.tar.gz
  openlmi-providers.rpmlintrc

New:

  0001-cimprovagt-is-under-usr-sbin-on-SUSE.patch
  0002-Run-dmidecode-with-full-path.patch
  0003-Install-cimprovagt-scripts-into-usr-share-Pegasus-sc.patch
  0004-Install-service-scripts-to-usr-share-openlmi-provide.patch
  0005-Default-SystemCreationClassName-to-Linux_ComputerSys.patch
  objects.inv
  openlmi-providers-0.6.0.tar.gz



Other differences:
--
++ openlmi-providers.spec ++
 1736 lines (skipped)
 between /work/SRC/openSUSE:Factory/openlmi-providers/openlmi-prov

commit exaile for openSUSE:Factory

2015-03-18 Thread h_root
Hello community,

here is the log from the commit of package exaile for openSUSE:Factory checked 
in at 2015-03-18 13:05:16

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


Package is "exaile"

Changes:

--- /work/SRC/openSUSE:Factory/exaile/exaile.changes2014-12-19 
09:37:51.0 +0100
+++ /work/SRC/openSUSE:Factory/.exaile.new/exaile.changes   2015-03-18 
13:05:17.0 +0100
@@ -1,0 +2,12 @@
+Mon Mar 16 11:30:23 UTC 2015 - sor.ale...@meowr.ru
+
+- Update to 3.4.4:
+  * If you installed Exaile by Makefile, or in slightly nonstandard
+ways, translations would not actually work.
+  * Catch OSError when git is not installed.
+  * Fix search fail when there is a file with wrong encoding.
+  * Fix playlist import error.
+  * Add export playlists to right click menu on playlists tab.
+  * Fix tray menu item for removing current playlist item.
+
+---

Old:

  exaile-3.4.3.tar.gz

New:

  exaile-3.4.4.tar.gz



Other differences:
--
++ exaile.spec ++
--- /var/tmp/diff_new_pack.cVKPdV/_old  2015-03-18 13:05:18.0 +0100
+++ /var/tmp/diff_new_pack.cVKPdV/_new  2015-03-18 13:05:18.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package exaile
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,15 +16,15 @@
 #
 
 
-Name:   exaile
 %define _name   Exaile
-Version:3.4.3
+Name:   exaile
+Version:3.4.4
 Release:0
 Summary:Gtk2 Amarok-like music player
 License:GPL-3.0+
 Group:  Productivity/Multimedia/Sound/Players
 Url:http://exaile.org/
-Source: 
https://github.com/%{name}/%{name}/releases/download/%{version}/%{name}-%{version}.tar.gz
+Source: 
https://github.com/%{name}/%{name}/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
 BuildRequires:  dos2unix
 BuildRequires:  fdupes
 BuildRequires:  help2man
@@ -43,9 +43,9 @@
 Recommends: gstreamer010-plugins-ugly
 Recommends: moodbar
 Recommends: python-CDDB
+Recommends: python-Pillow
 Recommends: python-gpod
 Recommends: python-notify
-Recommends: python-Pillow
 Recommends: python-webkitgtk >= 1.1.2
 BuildArch:  noarch
 
@@ -81,7 +81,7 @@
 
 %make_install PREFIX=%{_prefix} LIBINSTALLDIR="/$data"
 
-dirname $(find %{buildroot}%{_datadir} -name '*.py') | sort -u | while read 
dir; do
+dirname $(find %{buildroot}%{_datadir} -type f -name '*.py') | sort -u | while 
read dir; do
 pushd "$dir"
 # Fix wrong-script-end-of-line-encoding.
 dos2unix *.py

++ exaile-3.4.3.tar.gz -> exaile-3.4.4.tar.gz ++
 29569 lines of diff (skipped)

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



commit python-django-debug-toolbar for openSUSE:Factory

2015-03-18 Thread h_root
Hello community,

here is the log from the commit of package python-django-debug-toolbar for 
openSUSE:Factory checked in at 2015-03-18 13:05:32

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


Package is "python-django-debug-toolbar"

Changes:

--- 
/work/SRC/openSUSE:Factory/python-django-debug-toolbar/python-django-debug-toolbar.changes
  2014-08-01 19:27:18.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-django-debug-toolbar.new/python-django-debug-toolbar.changes
 2015-03-18 13:05:38.0 +0100
@@ -1,0 +2,18 @@
+Mon Mar 16 12:29:37 UTC 2015 - mci...@suse.cz
+
+- Update to 1.3.0:
+New features
+
+* A new panel is available: Template Profiler.
+* The SHOW_TOOLBAR_CALLBACK accepts a callable.
+* The toolbar now provides a JavaScript API.
+
+Bugfixes
+
+* The toolbar handle cannot leave the visible area anymore when the 
toolbar is collapsed.
+* The root level logger is preserved.
+* The RESULTS_CACHE_SIZE setting is taken into account.
+* CSS classes are prefixed with djdt- to prevent name conflicts.
+* The private copy of jQuery no longer registers as an AMD module on sites 
that load RequireJS.
+
+---

Old:

  django-debug-toolbar-1.2.1.tar.gz

New:

  django-debug-toolbar-1.3.0.tar.gz



Other differences:
--
++ python-django-debug-toolbar.spec ++
--- /var/tmp/diff_new_pack.16kkFe/_old  2015-03-18 13:05:39.0 +0100
+++ /var/tmp/diff_new_pack.16kkFe/_new  2015-03-18 13:05:39.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-django-debug-toolbar
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   python-django-debug-toolbar
-Version:1.2.1
+Version:1.3.0
 Release:0
 Url:http://robhudson.github.com/django-debug-toolbar/
 Summary:A configurable set of panels that display various debug 
information

++ django-debug-toolbar-1.2.1.tar.gz -> django-debug-toolbar-1.3.0.tar.gz 
++
 2087 lines of diff (skipped)

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



commit gnome-multi-writer for openSUSE:Factory

2015-03-18 Thread h_root
Hello community,

here is the log from the commit of package gnome-multi-writer for 
openSUSE:Factory checked in at 2015-03-18 13:05:22

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


Package is "gnome-multi-writer"

Changes:

--- /work/SRC/openSUSE:Factory/gnome-multi-writer/gnome-multi-writer.changes
2015-02-05 11:01:36.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.gnome-multi-writer.new/gnome-multi-writer.changes   
2015-03-18 13:05:23.0 +0100
@@ -1,0 +2,25 @@
+Mon Mar 16 09:49:28 UTC 2015 - dims...@opensuse.org
+
+- Update to version 3.15.92:
+  + Updated translations.
+
+---
+Tue Mar  3 08:33:44 UTC 2015 - dims...@opensuse.org
+
+- Update to version 3.15.91:
+  + Updated translations.
+
+---
+Fri Feb 13 11:16:11 UTC 2015 - dims...@opensuse.org
+
+- Update to version 3.15.90:
+  + Bugfixes:
+- Add hub quirks for all Plugable USB devices.
+  + New features:
+- Optionally check that USB drives are indeed their advertised
+  size.
+- Allow renaming hub labels from the UI.
+- Add pkgconfig(gudev-1.0) BuildRequires: new dependency for the
+  gnome-multi-writer-probe tool.
+
+---

Old:

  gnome-multi-writer-3.15.4.tar.xz

New:

  gnome-multi-writer-3.15.92.tar.xz



Other differences:
--
++ gnome-multi-writer.spec ++
--- /var/tmp/diff_new_pack.jZHNlH/_old  2015-03-18 13:05:23.0 +0100
+++ /var/tmp/diff_new_pack.jZHNlH/_new  2015-03-18 13:05:23.0 +0100
@@ -1,7 +1,6 @@
 #
 # spec file for package gnome-multi-writer
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
 # Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
@@ -18,7 +17,7 @@
 
 
 Name:   gnome-multi-writer
-Version:3.15.4
+Version:3.15.92
 Release:0
 Summary:Write an ISO file to multiple USB devices at once
 License:GPL-2.0+
@@ -36,6 +35,7 @@
 BuildRequires:  pkgconfig(gmodule-2.0)
 BuildRequires:  pkgconfig(gobject-2.0)
 BuildRequires:  pkgconfig(gtk+-3.0) >= 3.11.2
+BuildRequires:  pkgconfig(gudev-1.0)
 BuildRequires:  pkgconfig(gusb) >= 0.2.2
 BuildRequires:  pkgconfig(libcanberra-gtk3) >= 0.10
 BuildRequires:  pkgconfig(udisks2)
@@ -76,12 +76,15 @@
 %defattr(-,root,root)
 %doc COPYING
 %{_bindir}/%{name}
+%{_bindir}/gnome-multi-writer-probe
 %{_datadir}/glib-2.0/schemas/org.gnome.MultiWriter.gschema.xml
 %{_datadir}/applications/org.gnome.MultiWriter.desktop
 %{_datadir}/appdata/org.gnome.MultiWriter.appdata.xml
 %{_datadir}/icons/hicolor/*/apps/gnome-multi-writer.*
+%{_datadir}/polkit-1/actions/org.gnome.MultiWriter.policy
 %{_mandir}/man1/gnome-multi-writer.1%{?ext_man}
 
 %files lang -f %{name}.lang
 %defattr(-,root,root)
 
+%changelog

++ gnome-multi-writer-3.15.4.tar.xz -> gnome-multi-writer-3.15.92.tar.xz 
++
 7178 lines of diff (skipped)

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



commit shorewall for openSUSE:Factory

2015-03-18 Thread h_root
Hello community,

here is the log from the commit of package shorewall for openSUSE:Factory 
checked in at 2015-03-18 13:05:30

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


Package is "shorewall"

Changes:

--- /work/SRC/openSUSE:Factory/shorewall/shorewall.changes  2015-02-08 
11:42:31.0 +0100
+++ /work/SRC/openSUSE:Factory/.shorewall.new/shorewall.changes 2015-03-18 
13:05:33.0 +0100
@@ -1,0 +2,20 @@
+Fri Mar 13 07:52:35 UTC 2015 - tog...@opensuse.org
+
+- Update to version 4.6.7 For more details see changelog.txt and
+  releasenotes.txt
+
+  * This release includes defect repair from Shorewall 4.6.6.2 and
+earlier releases.
+  * The 'tunnels' file now supports 'tinc' tunnels.
+  * Previously, the SAME action in the mangle file had a fixed
+timeout of 300 seconds (5 minutes). That action now allows
+specification of a different timeout.
+  * It is now possible to add or delete addresses from an ipset
+with entries in the mangle file. The ADD and DEL actions have
+the same behavior in the mangle file as they do in the rules
+file. 
+
+- Added systemd_version macro in anticipation of detecting the
+  correct service file when systemd version is >= 214
+
+---

Old:

  shorewall-4.6.6.2.tar.bz2
  shorewall-core-4.6.6.2.tar.bz2
  shorewall-docs-html-4.6.6.2.tar.bz2
  shorewall-init-4.6.6.2.tar.bz2
  shorewall-lite-4.6.6.2.tar.bz2
  shorewall6-4.6.6.2.tar.bz2
  shorewall6-lite-4.6.6.2.tar.bz2

New:

  shorewall-4.6.7.tar.bz2
  shorewall-core-4.6.7.tar.bz2
  shorewall-docs-html-4.6.7.tar.bz2
  shorewall-init-4.6.7.tar.bz2
  shorewall-lite-4.6.7.tar.bz2
  shorewall6-4.6.7.tar.bz2
  shorewall6-lite-4.6.7.tar.bz2



Other differences:
--
++ shorewall.spec ++
--- /var/tmp/diff_new_pack.PJNDnX/_old  2015-03-18 13:05:35.0 +0100
+++ /var/tmp/diff_new_pack.PJNDnX/_new  2015-03-18 13:05:35.0 +0100
@@ -20,19 +20,19 @@
 %define have_systemd 1
 
 Name:   shorewall
-Version:4.6.6.2
+Version:4.6.7
 Release:0
 Summary:Shoreline Firewall is an iptables-based firewall for Linux 
systems
 License:GPL-2.0
 Group:  Productivity/Networking/Security
 Url:http://www.shorewall.net/
-Source: 
http://www.shorewall.net/pub/shorewall/4.6/shorewall-4.6.6/%{name}-%version.tar.bz2
-Source1:
http://www.shorewall.net/pub/shorewall/4.6/shorewall-4.6.6/%{name}-core-%version.tar.bz2
-Source2:
http://www.shorewall.net/pub/shorewall/4.6/shorewall-4.6.6/%{name}-lite-%version.tar.bz2
-Source3:
http://www.shorewall.net/pub/shorewall/4.6/shorewall-4.6.6/%{name}-init-%version.tar.bz2
-Source4:
http://www.shorewall.net/pub/shorewall/4.6/shorewall-4.6.6/%{name}6-lite-%version.tar.bz2
-Source5:
http://www.shorewall.net/pub/shorewall/4.6/shorewall-4.6.6/%{name}6-%version.tar.bz2
-Source6:
http://www.shorewall.net/pub/shorewall/4.6/shorewall-4.6.6/%{name}-docs-html-%version.tar.bz2
+Source: 
http://www.shorewall.net/pub/shorewall/4.6/shorewall-4.6.7/%{name}-%version.tar.bz2
+Source1:
http://www.shorewall.net/pub/shorewall/4.6/shorewall-4.6.7/%{name}-core-%version.tar.bz2
+Source2:
http://www.shorewall.net/pub/shorewall/4.6/shorewall-4.6.7/%{name}-lite-%version.tar.bz2
+Source3:
http://www.shorewall.net/pub/shorewall/4.6/shorewall-4.6.7/%{name}-init-%version.tar.bz2
+Source4:
http://www.shorewall.net/pub/shorewall/4.6/shorewall-4.6.7/%{name}6-lite-%version.tar.bz2
+Source5:
http://www.shorewall.net/pub/shorewall/4.6/shorewall-4.6.7/%{name}6-%version.tar.bz2
+Source6:
http://www.shorewall.net/pub/shorewall/4.6/shorewall-4.6.7/%{name}-docs-html-%version.tar.bz2
 Source7:%{name}-4.4.22.rpmlintrc
 Source8:README.openSUSE
 # PATCH-FIX-UPSTREAM tog...@opensuse.org Shorewall-lite init.suse.sh Required 
Stop
@@ -346,6 +346,10 @@
 
 %install
 
+# find the systemd version inorder to install correct service files
+%define systemd_version \
+systemd --version |grep systemd|cut -d" " -f 2
+
 # NOTE For REVIEWERS
 #
 # configure is used to set the installation parameters to shorewall.
@@ -373,9 +377,11 @@
 %if 0%{?have_systemd}
 servicedir=%_unitdir \
 %endif
-# %%if 0%%{?suse_version} >= 1210
-# systemd=%%_unitdir \
-# %%endif
+# ensure correct service files are installed
+   %if 0%{?systemd_version} >= 214
+   servicefile=${i}.service.214 \
+   %endif
+
 sharedir=%_datadir
 
 if [ $i != shorewall-init ];then

++ shorewall-4.6.6.2.tar.bz2 -> shorewall-4.6.7.tar.bz2 ++
+

commit rear for openSUSE:Factory

2015-03-18 Thread h_root
Hello community,

here is the log from the commit of package rear for openSUSE:Factory checked in 
at 2015-03-18 13:05:27

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


Package is "rear"

Changes:

--- /work/SRC/openSUSE:Factory/rear/rear.changes2014-05-14 
10:45:04.0 +0200
+++ /work/SRC/openSUSE:Factory/.rear.new/rear.changes   2015-03-18 
13:05:29.0 +0100
@@ -1,0 +2,152 @@
+Sun Mar 15 19:42:07 UTC 2015 - p.drou...@gmail.com
+
+- Update to version 1.17.0
+  * a new stage directory (init) which is called before
+any workflow. Can be used for extra initialization code,
+custom configurations and other stuff that should happen
+each time that ReaR is used (was added especially for DRLM
+as plugin for their DRLM variables) (issue #557)
+  * RHEL 5 could not mount NFS share as portmap daemon was not
+started yet. Reason was that script
+verify/NETFS/default/08_start_required_daemons.sh
+was executed after the mount test instead of before.
+(issue #547)
+  * RHEL 6 on PPC64 architecture has problems with seclabel mount
+option. There was a fix which cuts the seclabel mount option
+(as rear is by default not using SELinux) (issue #545)
+  * Disaster Recovery Linux Manager (DRLM) is a new Open Source
+project to centrally manage Disaster Recovery for Linux.
+ReaR 1.17 adds support for DRLM with a new configuration
+option DRLM_MANAGED=y (issue #522)
+  * Adding /etc/crypto-policies/ when openssl is requested
+(prep/NETFS/default/09_check_encrypted_backup.sh) - required
+for https://bugzilla.redhat.com/show_bug.cgi?id=1179239
+(issue #523)
+  * Introduced USING_UEFI_BOOTLOADER in default.conf file and
+modified all the involved scripts to follow the logic
+(issue #214)
+  * Archicture PPC64 has been enhanced (partition recognition
+issue #536, console #537)
+  * TSM restore filespace has been enhanced (issue #535)
+  * Correct the usage of set -e and StopIfError function
+(issue #534, #541)
+  * With BACKUP_TYPE=incremental disable variable
+NETFS_KEEP_OLD_BACKUP_COPY (mutual exclusive with this mode)
+(issue #143)
+  * Increased to start variable from 32768 to 2097152 in script
+10_include_partition_code.sh (issue #492)
+  * Adding /run/resolvconf/resolv.conf (Ubuntu) to rear image
+when found (issue #520)
+  * When using /etc/rear/mappings/ip_addresses IPADDR/cidr
+must be translated into IPADDR and NETMASK (for RHEL 5 and 6)
+(issue #460)
+  * mdadm layout code was changed in RHEL 7; code to deal with it
+(issue #518)
+  * Adding missing driver xhci_hcd to GNU/Linux.conf (issue #519)
+  * Adding findmnt command to GNU/Linux.conf file; request
+from https://bugzilla.opensuse.org/show_bug.cgi?id=908854
+  * BTRFS code has been rewritten by J. Meixner to get
+SUSE rear116 fork back into our master tree of rear. BTRFS is
+now properly recreated on Fedora 20 and 21 and on SLES 12 and
+openSUSE 13 (issue #233, #497, #538) See also
+https://bugzilla.opensuse.org/show_bug.cgi?id=908854
+  * Enhanced the systemd start-up of udev daemons which is
+different on Fedora 20 and 21 (issue #507, #531)
+  * BACKUP_PROG_OPTIONS="anchored" became a default option
+in default.conf (issue #475)
+  * Fixed an issue with auto-detection of the client name
+in BAREOS (issue #542)
+  * Ubuntu 14.04 did not detect /dev/sda automatically - added
+upstart script 99-makedev.sh to create missing block devices
+like sda (issue #446)
+  * New script
+usr/share/rear/layout/save/GNU/Linux/34_false_blacklisted.sh
+added as work-around. Sometimes we might see the HP Smart
+Storage Array disk listed as a multipath device. Most likely
+this device was not blacklisted in the blacklist section of
+the /etc/multipath.conf file (do not forget to rebuilt the
+initial ramdisk after this) e.g.
+falsempathdev=$( multipath -l | grep "HP,LOGICAL" | awk '{print $1}' )
+# mpatha
+  * Added a systemd service script for SEP Sesam to start sesam
+client automatically (issue #498)
+  * Disk Layout Generation with HP SmartArray with more than
+one Logical Drive correction introduced by issue #208
+(issue #455)
+  * OUTPUT_URL=null was added to avoid 2 ISO images on the local
+system (issue #501, #419)
+  * Fix drbd restore code so it can handle multiple volumes in
+single resource (issue #495)
+  * Function get_device_name was enhanced to properly translate
+/dev/vg/lv to /dev/mapper/vg-lv (issue #494)
+  * Fixed the "lvm wait yes" problem (issue #493)
+  * Device name conflict when grep disklayout file without proper
+space (issue #491)
+  * Several fixes with mdadm code
+(issue #480, #489, #490, #508, #539)
+  * Several fixes i

commit gtranslator for openSUSE:Factory

2015-03-18 Thread h_root
Hello community,

here is the log from the commit of package gtranslator for openSUSE:Factory 
checked in at 2015-03-18 13:05:18

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


Package is "gtranslator"

Changes:

--- /work/SRC/openSUSE:Factory/gtranslator/gtranslator.changes  2014-06-10 
14:38:45.0 +0200
+++ /work/SRC/openSUSE:Factory/.gtranslator.new/gtranslator.changes 
2015-03-18 13:05:20.0 +0100
@@ -1,0 +2,10 @@
+Mon Mar 16 09:34:18 UTC 2015 - dims...@opensuse.org
+
+- Update to version 2.91.7:
+  + Misc bugfixes.
+  + Updated translations.
+- Drop gtranslator-gtkspell3.patch: fixed upstream.
+- Drop gnome-common BuildRequires and call to autoreconf, as we no
+  longer carry any patches.
+
+---

Old:

  gtranslator-2.91.6.tar.xz
  gtranslator-gtkspell3.patch

New:

  gtranslator-2.91.7.tar.xz



Other differences:
--
++ gtranslator.spec ++
--- /var/tmp/diff_new_pack.OSKX6J/_old  2015-03-18 13:05:20.0 +0100
+++ /var/tmp/diff_new_pack.OSKX6J/_new  2015-03-18 13:05:20.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gtranslator
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,18 +17,14 @@
 
 
 Name:   gtranslator
-Version:2.91.6
+Version:2.91.7
 Release:0
 Summary:A GNOME po file editor with many bells and whistles
 License:GPL-3.0+
 Group:  Development/Tools/Other
 Url:http://gtranslator.sourceforge.net
 Source: 
http://download.gnome.org/sources/gtranslator/2.91/%{name}-%{version}.tar.xz
-# PATCH-FIX-UPSTREAM gtranslator-gtkspell3.patch dims...@opensuse.org -- Port 
to gtkspell3, taken from git
-Patch0: gtranslator-gtkspell3.patch
 BuildRequires:  fdupes
-# Needed for patch0
-BuildRequires:  gnome-common
 BuildRequires:  intltool
 BuildRequires:  yelp-tools
 # Not using a pkgconfig() BuildRequires, to allow building against libgda 4.0 
and 5.0
@@ -41,7 +37,7 @@
 BuildRequires:  pkgconfig(gsettings-desktop-schemas)
 BuildRequires:  pkgconfig(gtk+-3.0) >= 3.4.2
 BuildRequires:  pkgconfig(gtksourceview-3.0) >= 3.0.0
-BuildRequires:  pkgconfig(gtkspell3-3.0)
+BuildRequires:  pkgconfig(gtkspell3-3.0) >= 3.0.0
 BuildRequires:  pkgconfig(iso-codes)
 BuildRequires:  pkgconfig(json-glib-1.0)
 BuildRequires:  pkgconfig(libpeas-1.0) >= 1.2.0
@@ -71,12 +67,9 @@
 %lang_package
 %prep
 %setup -q
-%patch0 -p1
 translation-update-upstream
 
 %build
-# Needed for patch0
-autoreconf -fiv
 %configure \
--disable-static \
--disable-scrollkeeper \
@@ -115,6 +108,7 @@
 %{_bindir}/%{name}
 %{_libdir}/%{name}/
 %{_datadir}/%{name}/
+%{_datadir}/appdata/gtranslator.appdata.xml
 %{_datadir}/applications/*.desktop
 %{_datadir}/glib-2.0/schemas/*.gschema.xml
 %{_datadir}/icons/hicolor/*/apps/gtranslator.*

++ gtranslator-2.91.6.tar.xz -> gtranslator-2.91.7.tar.xz ++
 88987 lines of diff (skipped)

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



commit libarchive for openSUSE:Factory

2015-03-18 Thread h_root
Hello community,

here is the log from the commit of package libarchive for openSUSE:Factory 
checked in at 2015-03-18 13:04:50

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


Package is "libarchive"

Changes:

--- /work/SRC/openSUSE:Factory/libarchive/libarchive.changes2015-03-09 
10:04:47.0 +0100
+++ /work/SRC/openSUSE:Factory/.libarchive.new/libarchive.changes   
2015-03-18 13:04:51.0 +0100
@@ -1,0 +2,5 @@
+Sun Mar 15 20:11:00 UTC 2015 - astie...@suse.com
+
+- add CVE for previous change
+
+---
@@ -5 +10 @@
-  directory-traversal-fix.patch
+  directory-traversal-fix.patch CVE-2015-2304



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



commit xfce4-session for openSUSE:Factory

2015-03-18 Thread h_root
Hello community,

here is the log from the commit of package xfce4-session for openSUSE:Factory 
checked in at 2015-03-18 13:05:06

Comparing /work/SRC/openSUSE:Factory/xfce4-session (Old)
 and  /work/SRC/openSUSE:Factory/.xfce4-session.new (New)


Package is "xfce4-session"

Changes:

--- /work/SRC/openSUSE:Factory/xfce4-session/xfce4-session.changes  
2015-03-09 10:05:22.0 +0100
+++ /work/SRC/openSUSE:Factory/.xfce4-session.new/xfce4-session.changes 
2015-03-18 13:05:08.0 +0100
@@ -1,0 +2,8 @@
+Mon Mar 16 08:45:42 UTC 2015 - g...@opensuse.org
+
+- update to version 4.12.1
+  - bump libxfce4ui min to 4.12.1
+  - drop check for sessions file before it's written (bxo#11632)
+  - translation updates
+
+---

Old:

  xfce4-session-4.12.0.tar.bz2

New:

  xfce4-session-4.12.1.tar.bz2



Other differences:
--
++ xfce4-session.spec ++
--- /var/tmp/diff_new_pack.A95rAq/_old  2015-03-18 13:05:09.0 +0100
+++ /var/tmp/diff_new_pack.A95rAq/_new  2015-03-18 13:05:09.0 +0100
@@ -19,7 +19,7 @@
 %define libname libxfsm-4_6-0
 
 Name:   xfce4-session
-Version:4.12.0
+Version:4.12.1
 Release:0
 Summary:Xfce Session Manager
 License:GPL-2.0

++ xfce4-session-4.12.0.tar.bz2 -> xfce4-session-4.12.1.tar.bz2 ++
 32632 lines of diff (skipped)
retrying with extended exclude list
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/xfce4-session-4.12.0/ChangeLog new/xfce4-session-4.12.1/ChangeLog
--- old/xfce4-session-4.12.0/ChangeLog  2015-02-28 17:28:40.0 +0100
+++ new/xfce4-session-4.12.1/ChangeLog  2015-03-16 08:29:52.0 +0100
@@ -1,3 +1,37 @@
+commit bf78012c59319443da4e8f241483e338a6a80911
+Author: Eric Koegel 
+Date:   Mon Mar 16 10:24:24 2015 +0300
+
+Bump libxfce4ui min to 4.12.1
+
+libxfce4ui contains a bugfix for xfsm 4.12 so bump the minimum to
+ensure it gets used.
+
+commit a4620bb65812a7537d35e40c5117407392424f16
+Author: Anonymous 
+Date:   Sat Mar 14 18:30:48 2015 +0100
+
+I18n: Update translation lt (100%).
+
+203 translated messages.
+
+Transifex (https://www.transifex.com/projects/p/xfce/).
+
+commit 364342fbd84c924783a415046f813169cf1d1a0a
+Author: Eric Koegel 
+Date:   Fri Mar 6 19:55:02 2015 +0300
+
+Drop check for sessions file before it's written (Bug #11632)
+
+Just opening the session file in rc_open doesn't cause a write,
+so drop the unneeded check that was breaking session saves.
+
+commit 66002968143827cf83b6e17276f7a49025f7c84e
+Author: Sean Davis 
+Date:   Sat Feb 28 11:33:03 2015 -0500
+
+Post release tag bump
+
 commit 8bb68f5a15a45939bd7d567c2e67d5f1d4e42aaf
 Author: Sean Davis 
 Date:   Sat Feb 28 11:25:16 2015 -0500
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/xfce4-session-4.12.0/INSTALL new/xfce4-session-4.12.1/INSTALL
--- old/xfce4-session-4.12.0/INSTALL2015-02-28 17:28:14.0 +0100
+++ new/xfce4-session-4.12.1/INSTALL2015-03-16 08:29:44.0 +0100
@@ -1,7 +1,7 @@
 Installation Instructions
 *
 
-Copyright (C) 1994-1996, 1999-2002, 2004-2011 Free Software Foundation,
+Copyright (C) 1994-1996, 1999-2002, 2004-2013 Free Software Foundation,
 Inc.
 
Copying and distribution of this file, with or without modification,
@@ -12,8 +12,8 @@
 Basic Installation
 ==
 
-   Briefly, the shell commands `./configure; make; make install' should
-configure, build, and install this package.  The following
+   Briefly, the shell command `./configure && make && make install'
+should configure, build, and install this package.  The following
 more-detailed instructions are generic; see the `README' file for
 instructions specific to this package.  Some packages provide this
 `INSTALL' file but do not implement all of the features documented
@@ -309,9 +309,10 @@
 overridden in the site shell script).
 
 Unfortunately, this technique does not work for `CONFIG_SHELL' due to
-an Autoconf bug.  Until the bug is fixed you can use this workaround:
+an Autoconf limitation.  Until the limitation is lifted, you can use
+this workaround:
 
- CONFIG_SHELL=/bin/bash /

commit rubygem-bundler for openSUSE:Factory

2015-03-18 Thread h_root
Hello community,

here is the log from the commit of package rubygem-bundler for openSUSE:Factory 
checked in at 2015-03-18 13:05:02

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


Package is "rubygem-bundler"

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-bundler/rubygem-bundler.changes  
2015-03-09 10:09:53.0 +0100
+++ /work/SRC/openSUSE:Factory/.rubygem-bundler.new/rubygem-bundler.changes 
2015-03-18 13:05:04.0 +0100
@@ -1,0 +2,9 @@
+Mon Mar 16 06:53:57 UTC 2015 - co...@suse.com
+
+- updated to version 1.8.5
+ Bugfixes:
+ 
+   - remove MIT license from gemspec when removing license file (@indirect)
+   - respect 'no' immediately as well as saving it in `gem` config (@kirs)
+
+---

Old:

  bundler-1.8.4.gem

New:

  bundler-1.8.5.gem



Other differences:
--
++ rubygem-bundler.spec ++
--- /var/tmp/diff_new_pack.AON41c/_old  2015-03-18 13:05:05.0 +0100
+++ /var/tmp/diff_new_pack.AON41c/_new  2015-03-18 13:05:05.0 +0100
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-bundler
-Version:1.8.4
+Version:1.8.5
 Release:0
 %define mod_name bundler
 %define mod_full_name %{mod_name}-%{version}

++ bundler-1.8.4.gem -> bundler-1.8.5.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CHANGELOG.md new/CHANGELOG.md
--- old/CHANGELOG.md2015-03-06 00:04:04.0 +0100
+++ new/CHANGELOG.md2015-03-11 10:12:35.0 +0100
@@ -1,3 +1,10 @@
+## 1.8.5 (2015-03-11)
+
+Bugfixes:
+
+  - remove MIT license from gemspec when removing license file (@indirect)
+  - respect 'no' immediately as well as saving it in `gem` config (@kirs)
+
 ## 1.8.4 (2015-03-05)
 
 Bugfixes:
Files old/checksums.yaml.gz and new/checksums.yaml.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/bundler/cli/gem.rb new/lib/bundler/cli/gem.rb
--- old/lib/bundler/cli/gem.rb  2015-03-06 00:04:04.0 +0100
+++ new/lib/bundler/cli/gem.rb  2015-03-11 10:12:35.0 +0100
@@ -26,7 +26,7 @@
   git_user_name = `git config user.name`.chomp
   git_user_email = `git config user.email`.chomp
 
-  opts = {
+  config = {
 :name => name,
 :underscored_name => underscored_name,
 :namespaced_path  => namespaced_path,
@@ -67,6 +67,7 @@
   "for free as long as they admit you created it. You can read more 
about the MIT license " \
   "at choosealicense.com/licenses/mit."
 )
+config[:mit] = true
 templates.merge!("LICENSE.txt.tt" => "LICENSE.txt")
   end
 
@@ -99,7 +100,7 @@
   end
 
   templates.each do |src, dst|
-thor.template("newgem/#{src}", target.join(dst), opts)
+thor.template("newgem/#{src}", target.join(dst), config)
   end
 
   Bundler.ui.info "Initializing git repo in #{target}"
@@ -118,17 +119,15 @@
 end
 
 def ask_and_set(key, header, message)
-  result = options[key]
-  if !Bundler.settings.all.include?("gem.#{key}")
-if result.nil?
-  Bundler.ui.confirm header
-  result = Bundler.ui.ask("#{message} y/(n):") == "y"
-end
+  choice = options[key] || Bundler.settings["gem.#{key}"]
 
-Bundler.settings.set_global("gem.#{key}", result)
+  if choice.nil?
+Bundler.ui.confirm header
+choice = (Bundler.ui.ask("#{message} y/(n):") =~ /y|yes/)
+Bundler.settings.set_global("gem.#{key}", choice)
   end
 
-  result || Bundler.settings["gem.#{key}"]
+  choice
 end
 
 def validate_ext_name
@@ -143,6 +142,7 @@
 
 def ask_and_set_test_framework
   test_framework = options[:test] || Bundler.settings["gem.test"]
+
   if test_framework.nil?
 Bundler.ui.confirm "Do you want to generate tests with your gem?"
 result = Bundler.ui.ask "Type 'rspec' or 'minitest' to generate those 
test files now and " \
@@ -150,7 +150,7 @@
 if result =~ /rspec|minitest/
   test_framework = result
 else
-  test_framework = "false"
+  test_framework = false
 end
   end
 
@@ -158,7 +158,6 @@
 Bundler.settings.set_global("gem.test", test_framework)
   end
 
-  return if test_framework == "false"
   test_framework
 end
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/bundler/settings.rb new/lib/bundler/settings.rb
--- old/lib/bundler/settings.rb 2015-03-06 00:04:04.0 +0100
+++ new/lib/bundler/settings.rb 2015-03-11 10:12:35.0

commit rabbitmq-java-client for openSUSE:Factory

2015-03-18 Thread h_root
Hello community,

here is the log from the commit of package rabbitmq-java-client for 
openSUSE:Factory checked in at 2015-03-18 13:05:09

Comparing /work/SRC/openSUSE:Factory/rabbitmq-java-client (Old)
 and  /work/SRC/openSUSE:Factory/.rabbitmq-java-client.new (New)


Package is "rabbitmq-java-client"

Changes:

--- 
/work/SRC/openSUSE:Factory/rabbitmq-java-client/rabbitmq-java-client.changes
2014-07-18 14:04:14.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.rabbitmq-java-client.new/rabbitmq-java-client.changes
   2015-03-18 13:05:10.0 +0100
@@ -1,0 +2,8 @@
+Sun Mar 15 15:57:29 UTC 2015 - p.drou...@gmail.com
+
+- Update to version 3.5.0
+  * No changelog available
+- Use download Url as source
+- Remove unneeded unzip require
+
+---

Old:

  rabbitmq-java-client-3.3.4.zip

New:

  rabbitmq-java-client-3.5.0.tar.gz



Other differences:
--
++ rabbitmq-java-client.spec ++
--- /var/tmp/diff_new_pack.MzBhkp/_old  2015-03-18 13:05:11.0 +0100
+++ /var/tmp/diff_new_pack.MzBhkp/_new  2015-03-18 13:05:11.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package rabbitmq-java-client
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,20 +17,19 @@
 
 
 Name:   rabbitmq-java-client
-Version:3.3.4
+Version:3.5.0
 Release:0
 Summary:Java AMQP client library
 License:GPL-2.0+ and MPL-1.1
 Group:  Development/Libraries/Java
 Url:https://www.rabbitmq.com/java-client.html
-Source0:%{name}-%{version}.zip
+Source0:
https://www.rabbitmq.com/releases/rabbitmq-java-client/v%{version}/%{name}-%{version}.tar.gz
 Patch0: rabbitmq-java-client-3.3.4-disable-bundlor.diff
 BuildRequires:  ant
 BuildRequires:  apache-commons-io
 BuildRequires:  jakarta-commons-cli
 BuildRequires:  java-devel
 BuildRequires:  junit
-BuildRequires:  unzip
 Requires:   apache-commons-io
 Requires:   jakarta-commons-cli
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

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



commit rubygem-sexp_processor for openSUSE:Factory

2015-03-18 Thread h_root
Hello community,

here is the log from the commit of package rubygem-sexp_processor for 
openSUSE:Factory checked in at 2015-03-18 13:04:56

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


Package is "rubygem-sexp_processor"

Changes:

--- 
/work/SRC/openSUSE:Factory/rubygem-sexp_processor/rubygem-sexp_processor.changes
2015-02-11 16:45:49.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.rubygem-sexp_processor.new/rubygem-sexp_processor.changes
   2015-03-18 13:04:57.0 +0100
@@ -1,0 +2,7 @@
+Mon Mar 16 06:50:09 UTC 2015 - co...@suse.com
+
+- updated to version 4.5.0
+ * 1 minor enhancement:
+   * Added SexpProcessor::expand_dirs_to_files as a utility to cmdline tools.
+
+---

Old:

  sexp_processor-4.4.5.gem

New:

  sexp_processor-4.5.0.gem



Other differences:
--
++ rubygem-sexp_processor.spec ++
--- /var/tmp/diff_new_pack.wwRnMD/_old  2015-03-18 13:04:58.0 +0100
+++ /var/tmp/diff_new_pack.wwRnMD/_new  2015-03-18 13:04:58.0 +0100
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-sexp_processor
-Version:4.4.5
+Version:4.5.0
 Release:0
 %define mod_name sexp_processor
 %define mod_full_name %{mod_name}-%{version}

++ sexp_processor-4.4.5.gem -> sexp_processor-4.5.0.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/History.txt new/History.txt
--- old/History.txt 2015-01-17 02:08:03.0 +0100
+++ new/History.txt 2015-03-10 00:26:05.0 +0100
@@ -1,3 +1,9 @@
+=== 4.5.0 / 2015-03-09
+
+* 1 minor enhancement:
+
+  * Added SexpProcessor::expand_dirs_to_files as a utility to cmdline tools.
+
 === 4.4.5 / 2015-01-16
 
 * 1 bug fix:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/README.txt new/README.txt
--- old/README.txt  2015-01-17 02:08:03.0 +0100
+++ new/README.txt  2015-03-10 00:26:05.0 +0100
@@ -15,6 +15,8 @@
 
   * Allows you to write very clean filters.
 
+* Sexp provides a simple and clean interface to creating and manipulating ASTs.
+
 == SYNOPSIS:
 
   class MyProcessor < SexpProcessor
Files old/checksums.yaml.gz and new/checksums.yaml.gz differ
Files old/checksums.yaml.gz.sig and new/checksums.yaml.gz.sig differ
Files old/data.tar.gz.sig and new/data.tar.gz.sig differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/sexp_processor.rb new/lib/sexp_processor.rb
--- old/lib/sexp_processor.rb   2015-01-17 02:08:03.0 +0100
+++ new/lib/sexp_processor.rb   2015-03-10 00:26:05.0 +0100
@@ -33,7 +33,7 @@
 
 class SexpProcessor
 
-  VERSION = "4.4.5"
+  VERSION = "4.5.0"
 
   ##
   # Automatically shifts off the Sexp type before handing the
@@ -93,6 +93,23 @@
   attr_reader :env
 
   ##
+  # Expand an array of directories into a flattened array of paths, eg:
+  #
+  # MyProcessor.run MyProcessor.expand_dirs_to_files ARGV
+
+  def self.expand_dirs_to_files *dirs
+extensions = %w[rb rake]
+
+dirs.flatten.map { |p|
+  if File.directory? p then
+Dir[File.join(p, '**', "*.{#{extensions.join(',')}}")]
+  else
+p
+  end
+}.flatten.sort
+  end
+
+  ##
   # Creates a new SexpProcessor.  Use super to invoke this
   # initializer from SexpProcessor subclasses, then use the
   # attributes above to customize the functionality of the
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/metadata new/metadata
--- old/metadata2015-01-17 02:08:03.0 +0100
+++ new/metadata2015-03-10 00:26:05.0 +0100
@@ -1,7 +1,7 @@
 --- !ruby/object:Gem::Specification
 name: sexp_processor
 version: !ruby/object:Gem::Version
-  version: 4.4.5
+  version: 4.5.0
 platform: ruby
 authors:
 - Ryan Davis
@@ -29,7 +29,7 @@
   xJcC6UN6NHMOVMyAXsr2HR0gRRx4ofN1LoP2KhXzSr8UMvQYlwPmE0N5GQv1b5AO
   VpzF30vNaJK6ZT7xlIsIlwmH
   -END CERTIFICATE-
-date: 2015-01-17 00:00:00.0 Z
+date: 2015-03-09 00:00:00.0 Z
 dependencies:
 - !ruby/object:Gem::Dependency
   name: minitest
@@ -122,13 +122,9 @@
   version: '0'
 requirements: []
 rubyforge_project: 
-rubygems_version: 2.4.1
+rubygems_version: 2.4.5
 signing_key: 
 specification_version: 4
 summary: sexp_processor branches from ParseTree bringing all the generic sexp 
processing
   tools with it
-test_files:
-- test/test_composite_sexp_processor.rb
-- test/test_environment.rb
-- test/test_sexp.rb
-- test/test_sexp_processor.rb
+test_files: []
Files old/metadata.gz.sig and new/metadata.gz.sig differ

-- 
To u

commit rubygem-rails-html-sanitizer for openSUSE:Factory

2015-03-18 Thread h_root
Hello community,

here is the log from the commit of package rubygem-rails-html-sanitizer for 
openSUSE:Factory checked in at 2015-03-18 13:05:00

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


Package is "rubygem-rails-html-sanitizer"

Changes:

--- 
/work/SRC/openSUSE:Factory/rubygem-rails-html-sanitizer/rubygem-rails-html-sanitizer.changes
2015-02-18 12:08:35.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.rubygem-rails-html-sanitizer.new/rubygem-rails-html-sanitizer.changes
   2015-03-18 13:05:01.0 +0100
@@ -1,0 +2,5 @@
+Mon Mar 16 06:51:40 UTC 2015 - co...@suse.com
+
+- updated to version 1.0.2, no changelog
+
+---

Old:

  rails-html-sanitizer-1.0.1.gem

New:

  rails-html-sanitizer-1.0.2.gem



Other differences:
--
++ rubygem-rails-html-sanitizer.spec ++
--- /var/tmp/diff_new_pack.qkUR7q/_old  2015-03-18 13:05:02.0 +0100
+++ /var/tmp/diff_new_pack.qkUR7q/_new  2015-03-18 13:05:02.0 +0100
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-rails-html-sanitizer
-Version:1.0.1
+Version:1.0.2
 Release:0
 %define mod_name rails-html-sanitizer
 %define mod_full_name %{mod_name}-%{version}
@@ -40,12 +40,12 @@
 Url:https://github.com/rafaelfranca/rails-html-sanitizer
 Source: http://rubygems.org/gems/%{mod_full_name}.gem
 Source1:gem2rpm.yml
-Summary:This gem is responsible to sanitize HTML fragments in Rails
+Summary:HTML sanitization to Rails applications (part of Rails)
 License:MIT
 Group:  Development/Languages/Ruby
 
 %description
-HTML sanitization to Rails applications.
+HTML sanitization for Rails applications.
 
 %prep
 

++ gem2rpm.yml ++
--- /var/tmp/diff_new_pack.qkUR7q/_old  2015-03-18 13:05:02.0 +0100
+++ /var/tmp/diff_new_pack.qkUR7q/_new  2015-03-18 13:05:02.0 +0100
@@ -1,74 +1,5 @@
 # ---
-# ## used by gem2rpm
 :summary: HTML sanitization to Rails applications (part of Rails)
-# ## used by gem2rpm
-# :description: |-
-#   this is a custom description
-#
-#   it can be multiline
-# ## used by gem2rpm
-# :license: MIT or Ruby
-# ## used by gem2rpm and gem_packages
-# :version_suffix: -x_y
-# ## used by gem2rpm and gem_packages
-# :disable_docs: true
-# ## used by gem2rpm
-# :disable_automatic_rdoc_dep: true
-# ## used by gem2rpm
-# :preamble: |-
-#   BuildRequires: foobar
-#   Requires: foobar
-# ## used by gem2rpm
-# :patches:
-#   foo.patch: -p1
-#   bar.patch:
-# ## used by gem2rpm
-# :sources:
-# - foo.desktop
-# - bar.desktop
-# :gem_install_args: ''
-# ## used by gem2rpm
-# :pre_install: |-
-#   %if 0%{?use_system_libev}
-#   export USE_VENDORED_LIBEV="no"
-#   %endif
-# ## used by gem2rpm
-# :post_install: |-
-#   # delete custom files here or do other fancy stuff
-#   install -D -m 0644 %{S:1} %{buildroot}%{_bindir}/gem2rpm-opensuse
-# ## used by gem2rpm
-# :testsuite_command: |-
-#   (pushd %{buildroot}%{gem_base}/gems/%{mod_full_name} && rake test)
-# ## used by gem2rpm
-# :filelist: |-
-#   /usr/bin/gem2rpm-opensuse
-# ## used by gem2rpm
-# :scripts:
-#   :post: |-
-# /bin/echo foo
-# ## used by gem_packages
-# :main:
-#   :preamble: |-
-# Requires: util-linux
-# Recommends: pwgen
-#   :filelist: |-
-# /usr/bin/gem2rpm-opensuse
-# ## used by gem_packages
-# :custom:
-#   apache:
-# :preamble: |-
-#   Requires: .
-# :filelist: |-
-#   /etc/apache2/conf.d/passenger.conf
-# :summary: Custom summary is optional
-# :description: |-
-#   Custom description is optional
-#
-#   bar
-# :post: |-
-#   /bin/echo foo
-#

 :preamble: |-
   %if 0%{?suse_version} == 1110
   %define rb_build_versions ruby21

++ rails-html-sanitizer-1.0.1.gem -> rails-html-sanitizer-1.0.2.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/README.md new/README.md
--- old/README.md   2014-09-25 18:06:54.0 +0200
+++ new/README.md   2015-03-10 21:28:27.0 +0100
@@ -1,9 +1,9 @@
 # Rails Html Sanitizers
 
-In Rails 5 this gem will be responsible for sanitizing HTML fragments in Rails 
applications,
-i.e. in the `sanitize`, `sanitize_css`, `strip_tags` and `strip_links` methods.
+In Rails 4.2 and above this gem will be responsible for sanitizing HTML 
fragments in Rails
+applications, i.e. in the `sanitize`, `sanitize_css`, `strip_tags` and 
`strip_links` methods.
 
-Include it in your Gemfile now to test for any incompatibilities and enjoy a 
safer and cleaner future.
+Rails Html Sanitizer is only intended to be used with 

commit redland-bindings for openSUSE:Factory

2015-03-18 Thread h_root
Hello community,

here is the log from the commit of package redland-bindings for 
openSUSE:Factory checked in at 2015-03-18 13:05:04

Comparing /work/SRC/openSUSE:Factory/redland-bindings (Old)
 and  /work/SRC/openSUSE:Factory/.redland-bindings.new (New)


Package is "redland-bindings"

Changes:

--- /work/SRC/openSUSE:Factory/redland-bindings/redland-bindings.changes
2013-01-25 09:37:55.0 +0100
+++ /work/SRC/openSUSE:Factory/.redland-bindings.new/redland-bindings.changes   
2015-03-18 13:05:05.0 +0100
@@ -1,0 +2,10 @@
+Sun Mar 15 20:49:29 UTC 2015 - p.drou...@gmail.com
+
+- Update to version 1.0.17.1
+  * Synchronise with [1]Redland 1.0.17 ([2]release notes).
+  * Multiple Python bindings improvements (Python 3)
+  * Fixed building with Ruby 2
+  * Several other fixes and improvements including fixing reported issues:
+  * [3]406, [4]549, [5]552 and [6]569.
+
+---

Old:

  redland-bindings-1.0.16.1.tar.gz

New:

  redland-bindings-1.0.17.1.tar.gz



Other differences:
--
++ redland-bindings.spec ++
--- /var/tmp/diff_new_pack.r1RI2Y/_old  2015-03-18 13:05:06.0 +0100
+++ /var/tmp/diff_new_pack.r1RI2Y/_new  2015-03-18 13:05:06.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package redland-bindings
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,10 +17,10 @@
 
 
 %bcond_with perl
-%define redland_version 1.0.16
+%define redland_version 1.0.17
 
 Name:   redland-bindings
-Version:1.0.16.1
+Version:1.0.17.1
 Release:0
 Summary:Bindings for the Redland Libraries (RDF)
 License:LGPL-2.1+ and Apache-2.0
@@ -135,7 +135,8 @@
 %files -n python-redland
 %defattr(-, root, root)
 %{python_sitearch}/RDF.py
-%{python_sitearch}/Redland.so
+%{python_sitearch}/Redland.py
+%{python_sitearch}/_Redland.so
 
 %define phpversion %(php-config --version)
 

++ redland-bindings-1.0.16.1.tar.gz -> redland-bindings-1.0.17.1.tar.gz 
++
 14024 lines of diff (skipped)

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



commit xmgrace for openSUSE:Factory

2015-03-18 Thread h_root
Hello community,

here is the log from the commit of package xmgrace for openSUSE:Factory checked 
in at 2015-03-18 13:04:58

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


Package is "xmgrace"

Changes:

--- /work/SRC/openSUSE:Factory/xmgrace/xmgrace.changes  2015-03-11 
09:58:09.0 +0100
+++ /work/SRC/openSUSE:Factory/.xmgrace.new/xmgrace.changes 2015-03-18 
13:04:59.0 +0100
@@ -1,0 +2,14 @@
+Sun Mar 15 14:24:51 UTC 2015 - frei...@opensuse.org
+
+- update to version 5.1.25, changes
+  * [ES] killing set data from GUI and scripts now clears set comments
+  * [ES] undid "always overwrite set comments when reading data in" from 5.1.24
+  * [ES] fixed Fourier transform DC-term amplitude (rep. #630)
+  * [ES] newer versions of "make" tried to regenerate documentation (rep. 
#2240)
+  * [ES] fixed detection of dynamic loading libraries (rep. #2238)
+  * [ES] install PDF docs instead of the DVI ones
+  * [ES] added cephes/COPYING (from Debian)
+  * [ES] a workaround for broken input of non-ASCII text under UTF8 locales
+  * [ES] always overwrite set comments when reading data in
+
+---

Old:

  grace-5.1.23.tar.gz

New:

  grace-5.1.25.tar.gz



Other differences:
--
++ xmgrace.spec ++
--- /var/tmp/diff_new_pack.PTedlF/_old  2015-03-18 13:05:00.0 +0100
+++ /var/tmp/diff_new_pack.PTedlF/_new  2015-03-18 13:05:00.0 +0100
@@ -25,7 +25,7 @@
 BuildRequires:  pkgconfig(x11)
 BuildRequires:  pkgconfig(xext)
 BuildRequires:  pkgconfig(xt)
-Version:5.1.23
+Version:5.1.25
 Release:0
 Summary:A 2D-Plot-Program for Visualisation of Scientific Data
 License:GPL-2.0+

++ grace-5.1.23.tar.gz -> grace-5.1.25.tar.gz ++
 53389 lines of diff (skipped)


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



commit nghttp2 for openSUSE:Factory

2015-03-18 Thread h_root
Hello community,

here is the log from the commit of package nghttp2 for openSUSE:Factory checked 
in at 2015-03-18 13:04:25

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


Package is "nghttp2"

Changes:

--- /work/SRC/openSUSE:Factory/nghttp2/nghttp2.changes  2015-03-05 
18:16:52.0 +0100
+++ /work/SRC/openSUSE:Factory/.nghttp2.new/nghttp2.changes 2015-03-18 
13:04:25.0 +0100
@@ -1,0 +2,5 @@
+Fri Mar  6 18:19:47 UTC 2015 - mplus...@suse.com
+
+- Fix rpm group
+
+---



Other differences:
--
++ nghttp2.spec ++
--- /var/tmp/diff_new_pack.UpGHsk/_old  2015-03-18 13:04:26.0 +0100
+++ /var/tmp/diff_new_pack.UpGHsk/_new  2015-03-18 13:04:26.0 +0100
@@ -21,7 +21,7 @@
 Release:0
 Summary:Implementation of Hypertext Transfer Protocol version 2 in C
 License:MIT
-Group:  Devel/Libraries/C and C++
+Group:  Development/Libraries/C and C++
 Url:https://nghttp2.org/
 Source: 
https://github.com/tatsuhiro-t/%{name}/releases/download/v%{version}/%{name}-%{version}.tar.xz
 BuildRequires:  boost-devel
@@ -63,8 +63,8 @@
 %package -n lib%{name}-devel
 Summary:Development files for %{name}
 Group:  Development/Languages/C and C++
-Provides:   %{name}-devel
 Requires:   lib%{name}-5 = %{version}
+Provides:   %{name}-devel
 
 %description -n lib%{name}-devel
 Development files for usage with lib%{name} which implements Hypertext 
Transfer Protocol version 2

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



commit dice for openSUSE:Factory

2015-03-18 Thread h_root
Hello community,

here is the log from the commit of package dice for openSUSE:Factory checked in 
at 2015-03-18 13:04:22

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


Package is "dice"

Changes:

--- /work/SRC/openSUSE:Factory/dice/dice.changes2015-03-05 
18:17:09.0 +0100
+++ /work/SRC/openSUSE:Factory/.dice.new/dice.changes   2015-03-18 
13:04:24.0 +0100
@@ -1,0 +2,10 @@
+Fri Mar  6 16:49:50 CET 2015 - m...@suse.de
+
+- Fixed private key handling for buildsystem access
+  
+  vagrant has changed and will create its own key pair when the
+  instance comes up. In order to use the right key dice look up
+  the location of the generated private key and uses that for
+  further ssh connections to the running instance
+  
+---



Other differences:
--
++ dice-0.5.3.gem ++
Files old/checksums.yaml.gz and new/checksums.yaml.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/connection_host_build_system.rb 
new/lib/connection_host_build_system.rb
--- old/lib/connection_host_build_system.rb 2015-03-04 12:02:37.0 
+0100
+++ new/lib/connection_host_build_system.rb 2015-03-06 16:54:28.0 
+0100
@@ -1,25 +1,25 @@
 class ConnectionHostBuildSystem < ConnectionBase
-  attr_reader :recipe, :ssh_user, :ssh_host, :ssh_private_key
+  attr_reader :recipe
 
   def initialize(recipe)
 super(recipe)
-@recipe   = recipe
-@ssh_user = Dice.config.ssh_user
-@ssh_host = Dice.config.buildhost
-@ssh_private_key  = Dice.config.ssh_private_key
+@recipe = recipe
   end
 
   def ssh
+ssh_pkey = Dice.config.ssh_private_key
+ssh_user = Dice.config.ssh_user
+ssh_host = Dice.config.buildhost
 Dice.logger.info(
   "#{self.class}: ssh into worker for #{recipe.basepath} with \n\
   url: #{ssh_user}@#{ssh_host} \n\
-  key: #{ssh_private_key}"
+  key: #{ssh_pkey}"
 )
 exec(
   [
 "ssh", "-o", "StrictHostKeyChecking=no",
 "-o", "NumberOfPasswordPrompts=0",
-"-i", ssh_private_key,
+"-i", ssh_pkey,
 "#{ssh_user}@#{ssh_host}"
   ].join(" ")
 )
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/exceptions.rb new/lib/exceptions.rb
--- old/lib/exceptions.rb   2015-03-04 12:02:37.0 +0100
+++ new/lib/exceptions.rb   2015-03-06 16:54:28.0 +0100
@@ -34,5 +34,6 @@
 class UriStyleMatchFailed < DiceError; end
 class UriTypeUnknown < DiceError; end
 class MountISOFailed < DiceError; end
+class GetSSHPrivateKeyPathFailed < DiceError; end
   end
 end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/host_build_system.rb new/lib/host_build_system.rb
--- old/lib/host_build_system.rb2015-03-04 12:02:37.0 +0100
+++ new/lib/host_build_system.rb2015-03-06 16:54:28.0 +0100
@@ -1,12 +1,11 @@
 class HostBuildSystem < BuildSystemBase
-  attr_reader :recipe, :host, :user, :ssh_private_key, :basepath
+  attr_reader :recipe, :host, :user, :basepath
 
   def initialize(recipe)
 super(recipe)
 @recipe = recipe
 @host = Dice.config.buildhost
 @user = Dice.config.ssh_user
-@ssh_private_key = Dice.config.ssh_private_key
 @basepath = @recipe.basepath
   end
 
@@ -35,7 +34,7 @@
   ssh_options = "-o StrictHostKeyChecking=no -o NumberOfPasswordPrompts=0"
   provision_output = Command.run(
 "rsync", "-e",
-"ssh #{ssh_options} -i #{ssh_private_key}",
+"ssh #{ssh_options} -i #{get_private_key_path}",
 "--rsync-path", "sudo rsync", "-z", "-a", "-v", "--delete",
 "--exclude", ".*", ".", "#{user}@#{host}:/vagrant",
 :stdout => :capture
@@ -57,7 +56,7 @@
 "ssh",
 "-o", "StrictHostKeyChecking=no",
 "-o", "NumberOfPasswordPrompts=0",
-"-i", ssh_private_key, "#{user}@#{host}",
+"-i", get_private_key_path, "#{user}@#{host}",
 "sudo", "killall", "kiwi"
   )
 rescue Cheetah::ExecutionFailed => e
@@ -75,6 +74,10 @@
 host
   end
 
+  def get_private_key_path
+Dice.config.ssh_private_key
+  end
+
   def is_busy?
 busy = true
 begin
@@ -82,7 +85,7 @@
 "ssh",
 "-o", "StrictHostKeyChecking=no",
 "-o", "NumberOfPasswordPrompts=0",
-"-i", ssh_private_key, "#{user}@#{host}",
+"-i", get_private_key_path, "#{user}@#{host}",
 "sudo", "pidof", "-x", "kiwi"
   )
 rescue Cheetah::ExecutionFailed => e
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'

commit iodbc for openSUSE:Factory

2015-03-18 Thread h_root
Hello community,

here is the log from the commit of package iodbc for openSUSE:Factory checked 
in at 2015-03-18 13:04:09

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


Package is "iodbc"

Changes:

--- /work/SRC/openSUSE:Factory/iodbc/iodbc.changes  2015-01-23 
15:48:19.0 +0100
+++ /work/SRC/openSUSE:Factory/.iodbc.new/iodbc.changes 2015-03-18 
13:04:10.0 +0100
@@ -1,0 +2,10 @@
+Fri Mar 13 13:25:55 UTC 2015 - tchva...@suse.com
+
+- Version bump to 0.52.10:
+  * Fixed issue with ~/Library/ODBC/odbc[inst].ini on Mac OS X
+  * Added build support for Mac OS X 10.10
+  * Updated iODBC Administrator
+  * Updated iODBC Demo
+  * Fixed string truncation in Unicode <-> Ansi conversion on some API calls
+
+---

Old:

  libiodbc-3.52.9.tar.gz

New:

  libiodbc-3.52.10.tar.gz



Other differences:
--
++ iodbc.spec ++
--- /var/tmp/diff_new_pack.nN43Rf/_old  2015-03-18 13:04:11.0 +0100
+++ /var/tmp/diff_new_pack.nN43Rf/_new  2015-03-18 13:04:11.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package iodbc
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   iodbc
-Version:3.52.9
+Version:3.52.10
 Release:0
 Summary:ODBC compliant driver manager
 License:LGPL-2.0 or BSD-3-Clause
@@ -26,13 +26,13 @@
 Source: 
http://sourceforge.net/projects/iodbc/files/iodbc/%{version}/libiodbc-%{version}.tar.gz
 Patch1: fix-nonvoid-return.diff
 Patch2: config-h.diff
+Requires:   libiodbc3 = %{version}
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %if 0%{?suse_version} > 1110
 BuildRequires:  pkgconfig(gtk+-2.0)
 %else
 BuildRequires:  gtk2-devel
 %endif
-Requires:   libiodbc3 = %{version}
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
 The iODBC Driver Manager is a free implementation of the SAG CLI and
@@ -44,6 +44,7 @@
 Summary:Include Files and Libraries mandatory for Development
 Group:  Development/Libraries/C and C++
 Requires:   %{name} = %{version}
+Requires:   libiodbc3 = %{version}
 %if 0%{?suse_version} > 1110
 Requires:   pkgconfig(gtk+-2.0)
 %else
@@ -84,19 +85,22 @@
 %patch2
 
 %build
-  %configure --disable-static --disable-libodbc
-  # Don't use rpath!
-  sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' 
libtool
-  sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
-  make
+%configure --disable-static --disable-libodbc
+# Don't use rpath!
+sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
+sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
+make %{?_smp_mflags}
 
 %install
-  %makeinstall
+make DESTDIR=%{buildroot} install %{?_smp_mflags}
+find %{buildroot} -type f -name "*.la" -delete -print
 
 %post   -n libiodbc3 -p /sbin/ldconfig
+
 %postun -n libiodbc3 -p /sbin/ldconfig
 
 %post   -n iodbc-admin -p /sbin/ldconfig
+
 %postun -n iodbc-admin -p /sbin/ldconfig
 
 %files
@@ -129,13 +133,9 @@
 %{_includedir}/sqlext.h
 %{_includedir}/sqltypes.h
 %{_includedir}/sqlucode.h
-%{_libdir}/libdrvproxy.la
 %{_libdir}/libdrvproxy.so
-%{_libdir}/libiodbc.la
 %{_libdir}/libiodbc.so
-%{_libdir}/libiodbcadm.la
 %{_libdir}/libiodbcadm.so
-%{_libdir}/libiodbcinst.la
 %{_libdir}/libiodbcinst.so
 %{_libdir}/pkgconfig/libiodbc.pc
 %{_mandir}/man1/iodbc-config.1*

++ libiodbc-3.52.9.tar.gz -> libiodbc-3.52.10.tar.gz ++
 28735 lines of diff (skipped)

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



commit belle-sip for openSUSE:Factory

2015-03-18 Thread h_root
Hello community,

here is the log from the commit of package belle-sip for openSUSE:Factory 
checked in at 2015-03-18 13:04:52

Comparing /work/SRC/openSUSE:Factory/belle-sip (Old)
 and  /work/SRC/openSUSE:Factory/.belle-sip.new (New)


Package is "belle-sip"

Changes:

--- /work/SRC/openSUSE:Factory/belle-sip/belle-sip.changes  2014-11-15 
12:13:02.0 +0100
+++ /work/SRC/openSUSE:Factory/.belle-sip.new/belle-sip.changes 2015-03-18 
13:04:53.0 +0100
@@ -1,0 +2,12 @@
+Sun Mar 15 16:35:32 UTC 2015 - sor.ale...@meowr.ru
+
+- Update to 1.4.0 (changes since 1.3.0):
+  * DNS SRV weight selection.
+  * Support of multipart messages.
+  * Support of backslash escaped display name.
+  * Support of display names of type (token LWS)* instead of just
+token.
+  * Support for absolute URIs.
+- Remove 0001-fix-license-headers.patch: fixed upstream.
+
+---

Old:

  0001-fix-license-headers.patch
  belle-sip-1.3.0.tar.gz

New:

  belle-sip-1.4.0.tar.gz



Other differences:
--
++ belle-sip.spec ++
--- /var/tmp/diff_new_pack.d7E5L5/_old  2015-03-18 13:04:54.0 +0100
+++ /var/tmp/diff_new_pack.d7E5L5/_new  2015-03-18 13:04:54.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package belle-sip
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2014 Mariusz Fik .
 #
 # All modifications and additions to the file contributed by third parties
@@ -17,18 +17,16 @@
 #
 
 
-%define soname libbellesip0
+%define lname libbellesip0
 Name:   belle-sip
-Version:1.3.0
+Version:1.4.0
 Release:0
 Summary:C object oriented SIP Stack
 License:GPL-2.0+
 Group:  System/Libraries
-Url:http://www.linphone.org/
+Url:http://linphone.org/technical-corner/belle-sip/overview
 Source: 
http://download.savannah.gnu.org/releases/linphone/%{name}/%{name}-%{version}.tar.gz
-Source100:  antlr-3.4-complete.jar
-# PATCH-FIX-UPSTREAM 0001-fix-license-headers.patch -- Fix license header -- 
Simon Morlat 
-Patch0: 0001-fix-license-headers.patch
+Source1:http://antlr3.org/download/antlr-3.4-complete.jar
 BuildRequires:  antlr3c-devel
 BuildRequires:  autoconf
 BuildRequires:  automake
@@ -44,17 +42,17 @@
 %description
 Belle-sip is a SIP (RFC3261) implementation written in C, with an object 
oriented API.
 
-%package -n %{soname}
+%package -n %{lname}
 Summary:C object oriented SIP Stack
 Group:  System/Libraries
 
-%description -n %{soname}
+%description -n %{lname}
 Belle-sip is a SIP (RFC3261) implementation written in C, with an object 
oriented API.
 
 %package devel
 Summary:Headers and libraries for the belle-sip library
 Group:  Development/Libraries/C and C++
-Requires:   %{soname} = %{version}
+Requires:   %{lname} = %{version}
 
 %description devel
 Belle-sip is a SIP (RFC3261) implementation written in C, with an object 
oriented API.
@@ -62,32 +60,27 @@
 This package contains header files and development libraries needed to develop 
programs using the belle-sip library.
 
 %prep
-cp %{S:100} antlr.jar
 %setup -q
-%patch0
-sed -i \
--e "s#antlr_java_prefixes=.*#antlr_java_prefixes=%{_builddir}#" \
--e "s:-Werror::g" \
-configure{,.ac}
+cp -f %{SOURCE1} antlr.jar
+sed -i "s|^\(antlr_java_prefixes=\).*$|\1\"$PWD\"|" configure.ac
 
 %build
-autoreconf -fvi
+autoreconf -fi
 %configure \
+  --disable-strict \
 --disable-tests \
---disable-static \
---disable-silent-rules \
---enable-tls
+  --disable-static
 make %{?_smp_mflags}
 
 %install
 %make_install
-rm -f %{buildroot}%{_libdir}/libbellesip.la
+find %{buildroot} -type f -name "*.la" -delete -print
 
-%post -n %{soname} -p /sbin/ldconfig
+%post -n %{lname} -p /sbin/ldconfig
 
-%postun -n %{soname} -p /sbin/ldconfig
+%postun -n %{lname} -p /sbin/ldconfig
 
-%files -n %{soname}
+%files -n %{lname}
 %defattr(-,root,root)
 %doc COPYING
 %{_libdir}/libbellesip.so.*
@@ -95,9 +88,8 @@
 %files devel
 %defattr(-,root,root)
 %doc AUTHORS COPYING NEWS README
+%{_includedir}/belle-sip/
 %{_libdir}/libbellesip.so
 %{_libdir}/pkgconfig/belle-sip.pc
-%dir %{_includedir}/belle-sip
-%{_includedir}/belle-sip/*.h
 
 %changelog


++ belle-sip-1.3.0.tar.gz -> belle-sip-1.4.0.tar.gz ++
 57445 lines of diff (skipped)

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



commit plplot for openSUSE:Factory

2015-03-18 Thread h_root
Hello community,

here is the log from the commit of package plplot for openSUSE:Factory checked 
in at 2015-03-18 13:04:41

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


Package is "plplot"

Changes:

--- /work/SRC/openSUSE:Factory/plplot/plplot.changes2015-02-01 
12:30:05.0 +0100
+++ /work/SRC/openSUSE:Factory/.plplot.new/plplot.changes   2015-03-18 
13:04:45.0 +0100
@@ -1,0 +2,6 @@
+Sun Mar 15 17:10:28 UTC 2015 - jeng...@inai.de
+
+- Remove redundant ldconfig requires
+- Build with wxWidgets 3
+
+---



Other differences:
--
++ plplot.spec ++
--- /var/tmp/diff_new_pack.5elNxC/_old  2015-03-18 13:04:46.0 +0100
+++ /var/tmp/diff_new_pack.5elNxC/_new  2015-03-18 13:04:46.0 +0100
@@ -74,9 +74,13 @@
 %endif
 BuildRequires:  hdf5-devel
 BuildRequires:  octave-devel
+%if 0%{?suse_version} >= 1320
+BuildRequires:  wxWidgets-devel >= 3
+%else
 BuildRequires:  wxWidgets-devel
 %define _use_internal_dependency_generator 0
 %define __find_requires %wx_requires
+%endif
 
 Requires:   libtool
 Requires:   python-base = %{py_ver}
@@ -159,11 +163,9 @@
 modules.
 
 %package ada
-
 Summary:Shared libraries for PLplot's Ada bindings
 Group:  System/Libraries
 Requires:   %{name} = %{version}
-Requires(post): /sbin/ldconfig
 
 %description ada
 A variety of output file devices such as Postscript, png, jpeg, LaTeX
@@ -205,11 +207,9 @@
 This package provides the files necessary for using PLplot in Ada.
 
 %package fortran
-
 Summary:Shared libraries for PLplot's Fortran bindings
 Group:  System/Libraries
 Requires:   %{name} = %{version}
-Requires(post): /sbin/ldconfig
 
 %description fortran
 A variety of output file devices such as Postscript, png, jpeg, LaTeX
@@ -343,11 +343,9 @@
 plotting with python-qt.
 
 %package qt
-
 Summary:PLplot functions for scientific plotting with qt
 Group:  System/Libraries
 Requires:   %{name} = %{version}
-Requires(post): /sbin/ldconfig
 
 %description qt
 PLplot is a library of functions that are useful for making scientific
@@ -392,11 +390,9 @@
 with Qt.
 
 %package tcltk
-
 Summary:PLplot functions for scientific plotting with Tk
 Group:  System/Libraries
 Requires:   %{name} = %{version}
-Requires(post): /sbin/ldconfig
 
 %description tcltk
 PLplot is a library of functions that are useful for making scientific
@@ -608,8 +604,7 @@
 %preun
 /sbin/install-info --delete %{_infodir}/plplotdoc.info %{_infodir}/dir
 
-%postun 
-/sbin/ldconfig
+%postun -p /sbin/ldconfig
 
 %post -n plplot-ada -p /sbin/ldconfig
 

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



commit mISDNuser for openSUSE:Factory

2015-03-18 Thread h_root
Hello community,

here is the log from the commit of package mISDNuser for openSUSE:Factory 
checked in at 2015-03-18 13:04:39

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


Package is "mISDNuser"

Changes:

--- /work/SRC/openSUSE:Factory/mISDNuser/mISDNuser.changes  2014-01-03 
19:46:57.0 +0100
+++ /work/SRC/openSUSE:Factory/.mISDNuser.new/mISDNuser.changes 2015-03-18 
13:04:44.0 +0100
@@ -1,0 +2,9 @@
+Sun Mar  1 18:11:38 UTC 2015 - p.drou...@gmail.com
+
+- Update to version 2.0.19
+  * no changelog available
+- Re-enable Werror (fixes on upstream release)
+- Remove 0001-Fix-compile-error-with-newer-gcc-and-a-reaL-BUG.patch
+  merged on upstream release
+
+---

Old:

  0001-Fix-compile-error-with-newer-gcc-and-a-reaL-BUG.patch
  mISDNuser-2.0.17.tar.xz

New:

  mISDNuser-2.0.19.tar.xz



Other differences:
--
++ mISDNuser.spec ++
--- /var/tmp/diff_new_pack.kwt7hQ/_old  2015-03-18 13:04:45.0 +0100
+++ /var/tmp/diff_new_pack.kwt7hQ/_new  2015-03-18 13:04:45.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package mISDNuser
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,18 +17,17 @@
 
 
 Name:   mISDNuser
+Version:2.0.19
+Release:0
 Summary:Tools and library for mISDN
 License:GPL-2.0 and LGPL-2.1
 Group:  Hardware/ISDN
-Version:2.0.17
-Release:0
 Url:http://misdn.org/
 
 #Git-Clone:git://git.misdn.eu/mISDNuser
 #Changelog:http://misdn.org/index.php/MISDN_Release_Notes
-# There seem to be no tarballs. Generated one from git.
+# There seem to be no tarballs. Generated from git.
 Source: %name-%version.tar.xz
-Patch1: 0001-Fix-compile-error-with-newer-gcc-and-a-reaL-BUG.patch
 BuildRequires:  autoconf >= 2.63
 BuildRequires:  automake
 BuildRequires:  libtool >= 2
@@ -57,22 +56,18 @@
 
 %prep
 %setup -qn %name
-%patch -P 1 -p1
 
 %build
 if [ ! -e configure ]; then
mkdir -p m4;
autoreconf -fi;
 fi;
-export CFLAGS="%optflags -Wno-error"
-export CXXFLAGS="$CFLAGS"
 %configure --disable-static
 make %{?_smp_mflags};
 
 %install
-b="%buildroot";
-make install DESTDIR="$b";
-find "$b/%_libdir" -type f -name "*.la" -delete;
+%make_install
+find "%buildroot/%_libdir" -type f -name "*.la" -delete;
 
 %post -n libmisdn1 -p /sbin/ldconfig
 

++ mISDNuser-2.0.17.tar.xz -> mISDNuser-2.0.19.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mISDNuser/.gitignore new/mISDNuser/.gitignore
--- old/mISDNuser/.gitignore2012-11-15 02:41:37.0 +0100
+++ new/mISDNuser/.gitignore2015-03-01 20:43:42.0 +0100
@@ -45,3 +45,4 @@
 DEADJOE
 .dirstamp
 libtool
+ar-lib
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mISDNuser/bridge/bridge.c 
new/mISDNuser/bridge/bridge.c
--- old/mISDNuser/bridge/bridge.c   2012-11-15 02:41:37.0 +0100
+++ new/mISDNuser/bridge/bridge.c   2015-03-01 20:43:42.0 +0100
@@ -324,7 +324,7 @@
mISDNport->prev->que_len = len;
hh->prim = PH_ACTIVATE_REQ; 
hh->id = 0;
-   len = sendto(mISDNport->d_sock, 
data, MISDN_HEADER_LEN, 0, NULL, 0);
+   len = 
sendto(mISDNport->prev->d_sock, data, MISDN_HEADER_LEN, 0, NULL, 0);
if (len <= 0)
fprintf(stderr, "Failed 
to send to socket %d of port %d\n", mISDNport->d_sock, mISDNport->portnum);
}
@@ -349,7 +349,7 @@
mISDNport->next->que_len = len;
hh->prim = PH_ACTIVATE_REQ; 
hh->id = 0;
-   len = sendto(mISDNport->d_sock, 
data, MISDN_HEADER_LEN, 0, NULL, 0);
+   len = 
sendto(mISDNport->next->d_sock, data, MISDN_HEADER_LEN, 0, NULL, 0);
if (len <= 0)
fprintf(stderr, "Fai

commit jsoncpp for openSUSE:Factory

2015-03-18 Thread h_root
Hello community,

here is the log from the commit of package jsoncpp for openSUSE:Factory checked 
in at 2015-03-18 13:04:45

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


Package is "jsoncpp"

Changes:

--- /work/SRC/openSUSE:Factory/jsoncpp/jsoncpp.changes  2015-03-09 
10:09:57.0 +0100
+++ /work/SRC/openSUSE:Factory/.jsoncpp.new/jsoncpp.changes 2015-03-18 
13:04:47.0 +0100
@@ -1,0 +2,45 @@
+Sun Mar 15 19:40:03 UTC 2015 - mplus...@suse.com
+
+- Update to 1.6.0
+  * Added Json::Exception, plus derived types:
+Json::RuntimeError
+Json::LogicError
+  * Clarified when exceptions are thrown.
+  * If you are trapping std::exception, nothing will change for you.
+  * Fixed deprecation macro. (Thx to @Dani-Hub.)
+  * Fixed compilation error for gcc-4.8. (Thx to @connormanning.)
+  * Fixed CharReader::Factory base. (Thx to Tengiz Sharafiev.)
+
+---
+Mon Mar  9 09:05:55 UTC 2015 - mplus...@suse.com
+
+- Create and install cmake files
+- Define libname to make maintenance easier
+- Use graphviz-gd so that we can generate png files in 
+  documentation
+- Update to 1.5.4
+  * Support embedded 0s in strings (since UTF-8 allows them).
++ If you use c-string methods, or std::string::c_str(), you 
+  can still have problems.
++ Note that this support has a price: keys are now limited to 
+  1 billion characters (2^30).
+  * Add feature to allow single-quotes in input JSON (since 
+JavaScript allows them).
+  * Propagate rarely-used StaticString thru copy-ctor.
+  * Let JSON_ASSERT throw std::logic_error instead of 
+std::runtime_error.
+  * Skip Python tests by default, and run C++ unit-tests only for 
+changes.
+  * Ignore cmake-generated files for in-source builds.
+  * Add tests. Fix other tests.
+  * Remove unused code (JSON_VALUE_USE_INTERNAL_MAP).
+  * Add rejectDupKeys feature.
++ Now part of strictMode.
+  * Fix minor build issues for VisualStudio.
+  * Fix compile error for VS2013, plus warnings.
+  * Add operator[] to Builders.
+  * In Builders, fix ::validate() (which was always returning 
+true).
+  * Fix UTF-8 zeroes bugs in previous patch-versions.
+
+---

Old:

  1.5.2.tar.gz

New:

  1.6.0.tar.gz



Other differences:
--
++ jsoncpp.spec ++
--- /var/tmp/diff_new_pack.GHZWby/_old  2015-03-18 13:04:48.0 +0100
+++ /var/tmp/diff_new_pack.GHZWby/_new  2015-03-18 13:04:48.0 +0100
@@ -16,8 +16,9 @@
 #
 
 
+%define libname lib%{name}1
 Name:   jsoncpp
-Version:1.5.2
+Version:1.6.0
 Release:0
 Summary:C++ library that allows manipulating with JSON
 License:MIT
@@ -28,7 +29,7 @@
 BuildRequires:  doxygen
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
-BuildRequires:  graphviz
+BuildRequires:  graphviz-gd
 BuildRequires:  pkg-config
 BuildRequires:  python
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -45,7 +46,7 @@
 %package devel
 Summary:Development files for %{name}
 Group:  Development/Languages/C and C++
-Requires:   lib%{name}1 = %{version}
+Requires:   %{libname} = %{version}
 
 %description devel
 JSON is a lightweight data-interchange format. It can represent numbers,
@@ -70,11 +71,11 @@
 existing comment in unserialization/serialization steps, making it a convenient
 format to store user input files.
 
-%package -n lib%{name}1
+%package -n %{libname}
 Summary:Shared library for %{name}
 Group:  System/Libraries
 
-%description -n lib%{name}1
+%description -n %{libname}
 JSON is a lightweight data-interchange format. It can represent numbers,
 strings, ordered sequences of values, and collections of name/value pairs.
 
@@ -91,7 +92,8 @@
 
 # path needs to be exported otherwise unit tests will fail
 export 
LD_LIBRARY_PATH=$LD_LIBRARY_PATH:%{_builddir}/%{name}-%{version}/build/src/lib_json
-%cmake -DJSONCPP_LIB_BUILD_SHARED=ON
+%cmake \
+   -DJSONCPP_WITH_CMAKE_PACKAGE=ON
 
 make %{?_smp_mflags}
 
@@ -100,11 +102,11 @@
 %fdupes -s dist/doxygen
 rm -rf %{buildroot}%{_libdir}/lib%{name}.a
 
-%post -n lib%{name}1 -p /sbin/ldconfig
+%post -n %{libname} -p /sbin/ldconfig
 
-%postun -n lib%{name}1  -p /sbin/ldconfig
+%postun -n %{libname} -p /sbin/ldconfig
 
-%files -n lib%{name}1
+%files -n %{libname}
 %defattr(-,root,root)
 %doc LICENSE
 %{_libdir}/lib%{name}.so.*
@@ -113,6 +115,7 @@
 %defattr(-,root,root)
 %doc AUTHORS LICENSE NEWS.txt README.md
 %{_libdir}/pkgconfig/%{name}.pc
+%{_libdir}/cmake/%{name}
 %{_libdir}/lib%{name}.so
 %{_includedir}/json/
 

++ 1.5.2.tar.gz -> 1.6.0.tar.gz +++

commit ski for openSUSE:Factory

2015-03-18 Thread h_root
Hello community,

here is the log from the commit of package ski for openSUSE:Factory checked in 
at 2015-03-18 13:04:32

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


Package is "ski"

Changes:

--- /work/SRC/openSUSE:Factory/ski/ski.changes  2015-01-09 20:50:15.0 
+0100
+++ /work/SRC/openSUSE:Factory/.ski.new/ski.changes 2015-03-18 
13:04:38.0 +0100
@@ -1,0 +2,21 @@
+Sat Mar 14 18:42:53 UTC 2015 - nemy...@gmx.ch
+
+- Remove obsolete patch ski-6.8-Makefile.patch, Upstream have
+  accepted changes
+
+---
+Sat Mar 14 18:27:13 UTC 2015 - nemy...@gmx.ch
+
+- Remove obsolete patch ski-6.8-ski.desktop.patch, use instead
+ ski-6.9-ski.desktop.patch
+
+---
+Sat Mar 14 18:02:22 UTC 2015 - nemy...@gmx.ch
+
+- Update to 6.9, announce message:
+  BSD port patch.
+
+- Remove obsolete patch sky-6.8-Makefile.patch,
+  Upstream have accepted changes
+
+---

Old:

  ski-6.8-Makefile.patch
  ski-6.8-ski.desktop.patch
  ski-6.8.tar.gz

New:

  ski-6.9-ski.desktop.patch
  ski-6.9.tar.gz



Other differences:
--
++ ski.spec ++
--- /var/tmp/diff_new_pack.VelguV/_old  2015-03-18 13:04:39.0 +0100
+++ /var/tmp/diff_new_pack.VelguV/_new  2015-03-18 13:04:39.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ski
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,17 +17,15 @@
 
 
 Name:   ski
-Version:6.8
+Version:6.9
 Release:0
 Summary:Skiing simulation with curses interface in python
 License:BSD-3-Clause
 Group:  Amusements/Games/Action/Race
 Url:http://catb.org/~esr/ski/
 Source0:http://www.catb.org/~esr/%{name}/%{name}-%{version}.tar.gz
-# PATCH-FIX-UPSTREAM - ski-6.8-Makefile.patch -- Fix installation and 
uninstallation handling
-Patch0: %{name}-6.8-Makefile.patch
 # PATCH-FIX-UPSTREAM - ski-6.8-ski.desktop.patch -- Adjust to Desktop Menu 
Specification
-Patch1: %{name}-6.8-%{name}.desktop.patch
+Patch0: %{name}-6.9-%{name}.desktop.patch
 %if 0%{?suse_version}
 BuildRequires:  update-desktop-files
 %endif
@@ -51,7 +49,6 @@
 %prep
 %setup -q
 %patch0
-%patch1
 
 %build
 make %{?_smp_mflags} CFLAGS="%{optflags}"

++ ski-6.8-ski.desktop.patch -> ski-6.9-ski.desktop.patch ++
--- /work/SRC/openSUSE:Factory/ski/ski-6.8-ski.desktop.patch2015-01-09 
20:50:15.0 +0100
+++ /work/SRC/openSUSE:Factory/.ski.new/ski-6.9-ski.desktop.patch   
2015-03-18 13:04:38.0 +0100
@@ -1,5 +1,5 @@
 ski.desktop.orig   2014-05-21 13:36:38.0 +0200
-+++ ski.desktop2014-12-15 15:15:04.0 +0100
+--- ski.desktop.orig   2014-12-16 04:38:40.0 +0100
 ski.desktop2015-03-14 18:52:05.463150699 +0100
 @@ -1,10 +1,9 @@
  [Desktop Entry]
 -Type=Application

++ ski-6.8.tar.gz -> ski-6.9.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ski-6.8/Makefile new/ski-6.9/Makefile
--- old/ski-6.8/Makefile2014-05-21 14:10:19.0 +0200
+++ new/ski-6.9/Makefile2014-12-16 04:39:12.0 +0100
@@ -17,15 +17,35 @@
 clean:
rm -f *~ *.6 *.html *.rpm *.lsm MANIFEST
 
+install: ski.6 uninstall
+   install -m 0755 -d $(DESTDIR)/usr/bin
+   install -m 0755 -d $(DESTDIR)/usr/share/man/man6
+   install -m 0755 -d $(DESTDIR)//usr/share/applications/
+   install -m 0755 -d $(DESTDIR)/usr/share/pixmaps/
+   install -m 0755 -d $(DESTDIR)/usr/share/appdata
+   install -m 0755 ski $(DESTDIR)/usr/bin/
+   install -m 0644 ski.6 $(DESTDIR)/usr/share/man/man6/
+   install -m 0644 ski.desktop $(DESTDIR)/usr/share/applications
+   install -m 0644 ski.png $(DESTDIR)/usr/share/pixmaps/
+   install -m 0644 ski.xml $(DESTDIR)/usr/share/appdata/
+
+uninstall:
+   rm -f /usr/bin/ski /usr/share/man/man6/ski.6
+   rm -f /usr/share/applications/ski.desktop
+   rm -f /usr/share/pixmaps/ski.png
+   rm -f /usr/share/appdata/ski.xml
+
 pychecker:
@ln -f ski ski.py
@-pychecker --only --limit 50 ski.py
@rm -f ski.py*
 
-COMMON_PYLINT = --rcfile=/dev/null --reports=n --msg-template="{path}:{line}: 
[{msg_id}({symbol}), {obj}] {msg}"
-PYLINTOPTS = $(COMMON_PYLINT) 
--disable="C0103,C0111,C0301,C0325,C0326,C1

commit nbd for openSUSE:Factory

2015-03-18 Thread h_root
Hello community,

here is the log from the commit of package nbd for openSUSE:Factory checked in 
at 2015-03-18 13:04:35

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


Package is "nbd"

Changes:

--- /work/SRC/openSUSE:Factory/nbd/nbd.changes  2014-11-10 17:29:11.0 
+0100
+++ /work/SRC/openSUSE:Factory/.nbd.new/nbd.changes 2015-03-18 
13:04:41.0 +0100
@@ -1,0 +2,35 @@
+Thu Mar  5 12:28:06 UTC 2015 - mplus...@suse.com
+
+- Cleanup spec-file with spec-cleaner
+- Do not generate config.example from README
+  * add config.example as source
+- Add unit file (nbd-server.service)
+- Add sysconfig template (nbd-server.sysconfig)
+- Add no-return-nonvoid.patch
+- Update requirements
+- Update to 3.9
+  * AF_UNIX support
+  * Fixed test suite on non-GNU getopt() implementations
+  * New "treefiles" mode, which exports a gazillion of page-sized 
+files; useful for exporting things which are stored on an 
+SSHFS or amazon AWS (trough FUSE) or similar, where every 
+write causes an upload to the backend storage
+  * New "cowdir" option, allowing to specify where copy-on-write 
+files are written.
+  * Minor changes so that nbd-client can now also be compiled for 
+the Android platform. This required removal of the -swap 
+command line option, which requires the mlockall() system 
+call, unavailable on Android.
+  * Protocol update: a reserved bit is used to avoid sending 
+the 124 bytes of useless data at the beginning of the 
+negotiation. The change is implemented so that things will 
+still work with clients not supporting this option, however.
+  * gznbd is now built by the same build system, rather than 
+a separate one. Note however that gznbd is still 
+unmaintained; it should be considered a "contrib" feature.
+  * "nbd-server -V" will now output the nbd-server version number.
+  * Various fixes found through Coverity and the clang static 
+analyzer, and lots of other minor things too small to 
+mention here.
+
+---

Old:

  nbd-3.3.tar.bz2

New:

  config.example
  nbd-3.9.tar.xz
  nbd-server.service
  nbd-server.sysconfig
  no-return-nonvoid.patch



Other differences:
--
++ nbd.spec ++
--- /var/tmp/diff_new_pack.LUYUlt/_old  2015-03-18 13:04:42.0 +0100
+++ /var/tmp/diff_new_pack.LUYUlt/_new  2015-03-18 13:04:42.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package nbd
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,22 +17,34 @@
 
 
 Name:   nbd
-BuildRequires:  doxygen
-BuildRequires:  glib2-devel >= 2.26.0
-PreReq: %insserv_prereq coreutils
-Version:3.3
+Version:3.9
 Release:0
-Source: 
http://downloads.sourceforge.net/project/%{name}/%{name}/%{version}/%{name}-%{version}.tar.bz2
-Source2:init.nbd-server
-Patch2: nbd-2.9.25-close.diff
-Patch3: nbd-2.9.25-doxyfile.diff
 Summary:Network Block Device Server and Client Utilities
 License:GPL-2.0+
 Group:  Productivity/Networking/Other
 Url:http://nbd.sourceforge.net/
-Prefix: /usr
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+Source0:
http://downloads.sourceforge.net/project/%{name}/%{name}/%{version}/%{name}-%{version}.tar.xz
+Source1:%{name}-server.service
+Source2:init.nbd-server
+Source3:config.example
+Source4:nbd-server.sysconfig
+Patch2: nbd-2.9.25-close.diff
+Patch3: nbd-2.9.25-doxyfile.diff
+# fix return value
+Patch4: no-return-nonvoid.patch
+BuildRequires:  doxygen
+BuildRequires:  glib2-devel >= 2.26.0
+BuildRequires:  xz
+Requires(pre):  %fillup_prereq
+Requires(pre):  coreutils
 Suggests:   nbd-doc
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+%if 0%{?suse_version} >= 1210
+BuildRequires:  systemd-rpm-macros
+%systemd_requires
+%else
+Requires(pre):  %insserv_prereq
+%endif
 
 %description
 This package contains nbd-server. It is the server backend for the nbd
@@ -52,15 +64,6 @@
 The package also contains the nbd-client tools, which you need to
 configure the nbd devices on the client side.
 
-
-
-Authors:
-
-Wouter Verhelst 
-Anton Altaparmakov 
-Pavel Machek 
-Paul Clements 
-
 %package doc
 Summary:Network Block Device Server and Client Utilities
 Group:  Productivity/Networking/Other
@@ -81,90 +84,111 @@
 mode wh

commit qjackctl for openSUSE:Factory

2015-03-18 Thread h_root
Hello community,

here is the log from the commit of package qjackctl for openSUSE:Factory 
checked in at 2015-03-18 13:04:37

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


Package is "qjackctl"

Changes:

--- /work/SRC/openSUSE:Factory/qjackctl/qjackctl.changes2014-04-03 
17:15:29.0 +0200
+++ /work/SRC/openSUSE:Factory/.qjackctl.new/qjackctl.changes   2015-03-18 
13:04:42.0 +0100
@@ -1,0 +2,18 @@
+Fri Mar 13 22:30:10 UTC 2015 - p.drou...@gmail.com
+
+- Update to version 0.3.12
+  * JACK client/port pretty-name (metadata) support is being introduced
+and seamlessly integrated with old Connections client/port aliases
+editing (rename) (EXPERIMENTAL)
+  * Application close confirm warning is now raising the main window
+as visible and active for due top level display, especially 
+applicable when minimized to the system tray.
+  * Messages standard output capture has been slightly improved as
+for non-blocking i/o, whenever available.
+  * Translations install directory change.
+  * Allow the build system to include an user specified LDFLAGS.
+  * Missing input/output-latency parameter settings now settled for
+the D-BUS controlled JACK server and firewire back-end driver.
+- Recommend the translations subpackage
+
+---

Old:

  qjackctl-0.3.11.tar.gz

New:

  qjackctl-0.3.12.tar.gz



Other differences:
--
++ qjackctl.spec ++
--- /var/tmp/diff_new_pack.M05SUp/_old  2015-03-18 13:04:43.0 +0100
+++ /var/tmp/diff_new_pack.M05SUp/_new  2015-03-18 13:04:43.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package qjackctl
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
 # Copyright (c) 2012 Pascal Bleser 
 #
 # All modifications and additions to the file contributed by third parties
@@ -18,7 +18,7 @@
 
 
 Name:   qjackctl
-Version:0.3.11
+Version:0.3.12
 Release:0
 Summary:Graphical User Interface to Control JACK Servers
 License:GPL-2.0+
@@ -34,6 +34,7 @@
 BuildRequires:  portaudio-devel
 BuildRequires:  update-desktop-files
 Requires:   jack
+Recommends: %{name}-lang
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -69,7 +70,7 @@
 %suse_update_desktop_file -r qjackctl Music AudioVideo
 
 L="$PWD/%{name}.lang"; echo -n >"$L"
-B="%{_datadir}/locale"
+B="%{_datadir}/qjackctl/translations"
 pushd "%{buildroot}${B}"
 /bin/ls *.qm | while read qm; do
 l="${qm##*_}"
@@ -78,9 +79,6 @@
 done
 popd
 
-%clean
-%{?buildroot:%__rm -rf '%{buildroot}'}
-
 %files
 %defattr(-,root,root)
 %doc AUTHORS COPYING ChangeLog README TODO
@@ -91,5 +89,7 @@
 
 %files lang -f %{name}.lang
 %defattr(-,root,root)
+%dir %{_datadir}/qjackctl
+%dir %{_datadir}/qjackctl/translations
 
 %changelog

++ qjackctl-0.3.11.tar.gz -> qjackctl-0.3.12.tar.gz ++
 37761 lines of diff (skipped)

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



commit quantum-espresso for openSUSE:Factory

2015-03-18 Thread h_root
Hello community,

here is the log from the commit of package quantum-espresso for 
openSUSE:Factory checked in at 2015-03-18 13:04:30

Comparing /work/SRC/openSUSE:Factory/quantum-espresso (Old)
 and  /work/SRC/openSUSE:Factory/.quantum-espresso.new (New)


Package is "quantum-espresso"

Changes:

--- /work/SRC/openSUSE:Factory/quantum-espresso/quantum-espresso.changes
2014-05-15 19:19:26.0 +0200
+++ /work/SRC/openSUSE:Factory/.quantum-espresso.new/quantum-espresso.changes   
2015-03-18 13:04:33.0 +0100
@@ -1,0 +2,14 @@
+Sat Mar 14 13:32:48 UTC 2015 - p.drou...@gmail.com
+
+- Update to version 5.2.1
+  * No changelog available
+- Use download Url as source
+- Remove espresso-5.0.2-no-return-in-nonvoid-function.patch; fixed
+  on upstream release
+- Update espresso-5.0.2-implicit-pointer-decl.patch > 
+  espresso-implicit-pointer-decl.patch
+- Add xspectra-5.2.1.tar.gz; needed to build package
+- TODO file doesn't exist anymore
+- Copy README into the package
+
+---

Old:

  PHonon-5.0.2.tar.gz
  atomic-5.0.2.tar.gz
  espresso-5.0.2-implicit-pointer-decl.patch
  espresso-5.0.2-no-return-in-nonvoid-function.patch
  espresso-5.0.2.tar.gz
  neb-5.0.2.tar.gz
  pwcond-5.0.2.tar.gz
  tddfpt-5.0.2.tar.gz

New:

  PHonon-5.1.2.tar.gz
  atomic-5.1.2.tar.gz
  espresso-5.1.2.tar.gz
  espresso-implicit-pointer-decl.patch
  neb-5.1.2.tar.gz
  pwcond-5.1.2.tar.gz
  tddfpt-5.1.2.tar.gz
  xspectra-5.1.2.tar.gz



Other differences:
--
++ quantum-espresso.spec ++
--- /var/tmp/diff_new_pack.tfHr14/_old  2015-03-18 13:04:36.0 +0100
+++ /var/tmp/diff_new_pack.tfHr14/_new  2015-03-18 13:04:36.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package quantum-espresso
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -26,22 +26,21 @@
 %define _mpi %{?_openmpi:openmpi} %{?_mvapich2:mvapich2}
 
 Name:   quantum-espresso
-Version:5.0.2
+Version:5.1.2
 Release:0
 Summary:A suite for electronic-structure calculations and materials 
modeling
 License:GPL-2.0
 Group:  Productivity/Scientific/Physics
 Url:http://www.quantum-espresso.org
-Source0:espresso-%{version}.tar.gz
-Source1:neb-%{version}.tar.gz
-Source2:PHonon-%{version}.tar.gz
-Source3:pwcond-%{version}.tar.gz
-Source4:atomic-%{version}.tar.gz
-Source5:tddfpt-%{version}.tar.gz
-# PATCH-FIX-UPSTREAM espresso-5.0.2-implicit-pointer-decl.patch
-Patch0: espresso-5.0.2-implicit-pointer-decl.patch
-# PATCH-FIX-UPSTREAM espresso-5.0.2-no-return-in-nonvoid-function.patch
-Patch1: espresso-5.0.2-no-return-in-nonvoid-function.patch
+Source0:
http://qe-forge.org/gf/download/frsrelease/185/753/espresso-%{version}.tar.gz
+Source1:
http://qe-forge.org/gf/download/frsrelease/185/760/neb-%{version}.tar.gz
+Source2:
http://qe-forge.org/gf/download/frsrelease/185/755/PHonon-%{version}.tar.gz
+Source3:
http://qe-forge.org/gf/download/frsrelease/185/756/pwcond-%{version}.tar.gz
+Source4:
http://qe-forge.org/gf/download/frsrelease/185/752/atomic-%{version}.tar.gz
+Source5:
http://qe-forge.org/gf/download/frsrelease/185/758/tddfpt-%{version}.tar.gz
+Source6:
http://qe-forge.org/gf/download/frsrelease/185/757/xspectra-%{version}.tar.gz
+# PATCH-FIX-UPSTREAM espresso-implicit-pointer-decl.patch
+Patch0: espresso-implicit-pointer-decl.patch
 BuildRequires:  fdupes
 BuildRequires:  fftw3-devel
 BuildRequires:  gcc-fortran
@@ -96,9 +95,8 @@
 
 %prep
 %setup -q -n espresso-%{version}
-%setup -q -n espresso-%{version} -a1 -a2 -a3 -a5 -a4
+%setup -q -n espresso-%{version} -a1 -a2 -a3 -a5 -a4 -a6
 %patch0 -p1
-%patch1 -p1
 
 echo "prepare parallel builds: %_mpi"
 set -- *
@@ -145,18 +143,18 @@
 
 %files
 %defattr(-,root,root)
-%doc License TODO
+%doc License README
 %{_bindir}/*.x
 
 %files openmpi
 %defattr(-,root,root)
-%doc License TODO
+%doc License README
 %{_libdir}/mpi/gcc/openmpi/bin/*.x
 
 %if 0%{?sles_version}
 %files mvapich2
 %defattr(-,root,root)
-%doc License TODO
+%doc License README
 %{_libdir}/mpi/gcc/mvapich2/bin/*.x
 %endif
 

++ PHonon-5.0.2.tar.gz -> PHonon-5.1.2.tar.gz ++
 229892 lines of diff (skipped)

++ atomic-5.0.2.tar.gz -> atomic-5.1.2.tar.gz ++
 6118 lines of diff (skipped)

++ espresso-5.0.2.tar.gz -> espresso-5.1.2.tar.gz ++
/work/SRC/openSUSE:Factory/quantum-esp

commit xlockmore for openSUSE:Factory

2015-03-18 Thread h_root
Hello community,

here is the log from the commit of package xlockmore for openSUSE:Factory 
checked in at 2015-03-18 13:04:33

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


Package is "xlockmore"

Changes:

--- /work/SRC/openSUSE:Factory/xlockmore/xlockmore.changes  2015-03-11 
09:58:50.0 +0100
+++ /work/SRC/openSUSE:Factory/.xlockmore.new/xlockmore.changes 2015-03-18 
13:04:39.0 +0100
@@ -1,0 +2,6 @@
+Tue Mar 10 17:12:23 UTC 2015 - vci...@suse.com
+
+- fix a crash in nose mode (bnc#882747)
+  * added xlockmore-nose_mode_crash.patch
+
+---

New:

  xlockmore-nose_mode_crash.patch



Other differences:
--
++ xlockmore.spec ++
--- /var/tmp/diff_new_pack.TQPCGJ/_old  2015-03-18 13:04:40.0 +0100
+++ /var/tmp/diff_new_pack.TQPCGJ/_new  2015-03-18 13:04:40.0 +0100
@@ -40,6 +40,7 @@
 # PATCH-FIX-UPSTREAM xlockmore-extend-freetype-include-search.patch -- search 
only for freetype.h, not the half path. Also,
 # extended list of directories where could freetype be found
 Patch9: xlockmore-extend-freetype-include-search.patch
+Patch10:xlockmore-nose_mode_crash.patch
 BuildRequires:  ImageMagick-devel
 BuildRequires:  automake
 BuildRequires:  bc
@@ -85,6 +86,7 @@
 %patch7
 %patch8 -p1
 %patch9 -p1
+%patch10 -p1
 
 %build
 aclocal


++ xlockmore-nose_mode_crash.patch ++
Index: xlockmore-5.43/modes/nose.c
===
--- xlockmore-5.43.orig/modes/nose.c2013-02-18 15:53:14.0 +0100
+++ xlockmore-5.43/modes/nose.c 2015-03-10 20:44:01.731745516 +0100
@@ -584,6 +584,11 @@ talk(ModeInfo * mi, Bool force_erase)
register char *p, *p2;
charbuf[BUFSIZ], args[MAXLINES][MAXWIDTH];
 
+   /* don't try to talk without a graphics context */
+   if (!np->text_bg_gc) {
+   return;
+   }
+
/* clear what we've written */
if (np->talking || force_erase) {
if (!np->talking)
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit libmm14 for openSUSE:Factory

2015-03-18 Thread h_root
Hello community,

here is the log from the commit of package libmm14 for openSUSE:Factory checked 
in at 2015-03-18 13:04:16

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


Package is "libmm14"

Changes:

--- /work/SRC/openSUSE:Factory/libmm14/libmm14.changes  2012-02-14 
19:02:42.0 +0100
+++ /work/SRC/openSUSE:Factory/.libmm14.new/libmm14.changes 2015-03-18 
13:04:18.0 +0100
@@ -1,0 +2,6 @@
+Fri Mar 13 14:06:44 UTC 2015 - tchva...@suse.com
+
+- Cleanup a bit with spec-cleaner
+- Reduce some tags and fix rpmlint warnings
+
+---

Old:

  mm.xpm



Other differences:
--
++ libmm14.spec ++
--- /var/tmp/diff_new_pack.bEnlco/_old  2015-03-18 13:04:19.0 +0100
+++ /var/tmp/diff_new_pack.bEnlco/_new  2015-03-18 13:04:19.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libmm14
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,23 +16,8 @@
 #
 
 
-
-Name:   libmm14
-Version:1.4.2
-Release:84
 %define pkg_name mm
 #
-License:MIT
-Group:  System/Libraries
-#
-BuildRequires:  libtool
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-# mm-1.4.2 on 10.2
-Provides:   %{pkg_name} = %{version}-%{release}
-Obsoletes:  %{pkg_name} <= 1.4.2
-# limit the shared memory maximum segment size to this many MB
-%define mm_segment_limit 32
-#
 # note that the maximum size that 2.4 kernel allows is 32 MB by default
 # (that's low, but it's runtime configurable).
 # but then again, php typically allocates the maximum size possible
@@ -46,13 +31,21 @@
 # possibly only mm_create a reasonable sized segment and mm_realloc it
 # later if need be.
 #
-URL:http://www.ossp.org/pkg/lib/mm/
-# repackaged from: ftp://ftp.ossp.org/pkg/lib/%{name}/%{name}-%{version}.tar.gz
-Source: %{pkg_name}-%{version}.tar.bz2
-Patch:  segment_size.diff
-Icon:   mm.xpm
-#
+# limit the shared memory maximum segment size to this many MB
+%define mm_segment_limit 32
+Name:   libmm14
+Version:1.4.2
+Release:0
 Summary:Shared Memory Library
+License:MIT
+Group:  System/Libraries
+Url:http://www.ossp.org/pkg/lib/mm/
+#Repackaged from:
+#Source: ftp://ftp.ossp.org/pkg/lib/mm/mm-%{version}.tar.gz
+Source: %{pkg_name}-%{version}.tar.bz2
+Patch0: segment_size.diff
+BuildRequires:  libtool
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
 The MM library is a 2-layer abstraction library that simplifies the
@@ -64,32 +57,32 @@
 work with data structures inside those shared memory segments.
 
 %package -n libmm-devel
-Group:  System/Libraries
+Summary:Development files for %{name}
+Group:  Development/Libraries
 Requires:   %{name} = %{version}
 Provides:   %{name}-devel = %{version}-%{release}
-Provides:   %{pkg_name}-devel = %{version}-%{release}
-#
-Summary:Static Libraries and Includes for mm
 
 %description -n libmm-devel
-Static Libraries and Includes for mm
+Libraries and Includes for %{name}
 
 %prep
-%setup -n %{pkg_name}-%{version}
-%patch
+%setup -q -n %{pkg_name}-%{version}
+%patch0
 
 %build
-%configure --with-shm=IPCSHM --with-max-segment-size=%{mm_segment_limit}
+%configure \
+--with-shm=IPCSHM \
+--with-max-segment-size=%{mm_segment_limit}
 make %{?_smp_mflags} LIBTOOL=%{_bindir}/libtool
-%ifnarch %arm
 
+%ifnarch %arm
 %check
-%{__make} test
+make %{?_smp_mflags} test
 %endif
 
 %install
-%makeinstall LIBTOOL=%{_bindir}/libtool
-%{__rm} %{buildroot}/%{_libdir}/libmm.{,l}a
+make DESTDIR=%{buildroot} install %{?_smp_mflags} LIBTOOL=%{_bindir}/libtool
+rm %{buildroot}/%{_libdir}/libmm.{,l}a
 
 %post -p /sbin/ldconfig
 

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



commit kdevelop4 for openSUSE:Factory

2015-03-18 Thread h_root
Hello community,

here is the log from the commit of package kdevelop4 for openSUSE:Factory 
checked in at 2015-03-18 13:04:20

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


Package is "kdevelop4"

Changes:

--- /work/SRC/openSUSE:Factory/kdevelop4/kdevelop4.changes  2015-03-05 
18:16:39.0 +0100
+++ /work/SRC/openSUSE:Factory/.kdevelop4.new/kdevelop4.changes 2015-03-18 
13:04:21.0 +0100
@@ -1,0 +2,7 @@
+Fri Mar 13 15:57:57 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Require libktexteditor instead of kate, that package provides
+  plugins used by kdevelop, and allows co-installability of kate5
+  and kdevelop4
+
+---



Other differences:
--
++ kdevelop4.spec ++
--- /var/tmp/diff_new_pack.vZsexf/_old  2015-03-18 13:04:22.0 +0100
+++ /var/tmp/diff_new_pack.vZsexf/_new  2015-03-18 13:04:22.0 +0100
@@ -32,8 +32,8 @@
 BuildRequires:  valgrind-devel
 BuildRequires:  xz
 Requires:   %{name}-lang = %{version}
-Requires:   kate
 Requires:   kdevelop4-cpp-parser
+Requires:   libktexteditor
 # The kdevelop c++ parser is better for the moment
 Recommends: kdevelop4-plugin-cppsupport
 Recommends: cmake

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



commit kseg for openSUSE:Factory

2015-03-18 Thread h_root
Hello community,

here is the log from the commit of package kseg for openSUSE:Factory checked in 
at 2015-03-18 13:04:18

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


Package is "kseg"

Changes:

--- /work/SRC/openSUSE:Factory/kseg/kseg.changes2012-03-05 
18:00:04.0 +0100
+++ /work/SRC/openSUSE:Factory/.kseg.new/kseg.changes   2015-03-18 
13:04:19.0 +0100
@@ -1,0 +2,6 @@
+Wed Mar 11 08:24:08 UTC 2015 - dims...@opensuse.org
+
+- Change .desktop category to "Education;Math". Edutainment is not
+  a valid, registered category.
+
+---



Other differences:
--
++ kseg.spec ++
--- /var/tmp/diff_new_pack.egKAp6/_old  2015-03-18 13:04:20.0 +0100
+++ /var/tmp/diff_new_pack.egKAp6/_new  2015-03-18 13:04:20.0 +0100
@@ -75,7 +75,7 @@
 # install desktop icon and entry
 install -Dm644 %{SOURCE2} %{buildroot}%{_datadir}/pixmaps/%{name}.xpm
 %if 0%{?suse_version}
-%suse_update_desktop_file -i %{name} Edutainment Math
+%suse_update_desktop_file -i %{name} Education Math
 %endif
 
 %clean


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



commit libgt for openSUSE:Factory

2015-03-18 Thread h_root
Hello community,

here is the log from the commit of package libgt for openSUSE:Factory checked 
in at 2015-03-18 13:04:13

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


Package is "libgt"

Changes:

--- /work/SRC/openSUSE:Factory/libgt/libgt.changes  2013-05-02 
11:19:41.0 +0200
+++ /work/SRC/openSUSE:Factory/.libgt.new/libgt.changes 2015-03-18 
13:04:14.0 +0100
@@ -1,0 +2,7 @@
+Fri Mar 13 13:44:25 UTC 2015 - tchva...@suse.com
+
+- Cleanup with spec-cleaner a bit
+- Seems like upstream remvoed all mentionsof libgt from their pages
+  so reduce the download for src
+
+---



Other differences:
--
++ libgt.spec ++
--- /var/tmp/diff_new_pack.EQg7IL/_old  2015-03-18 13:04:15.0 +0100
+++ /var/tmp/diff_new_pack.EQg7IL/_new  2015-03-18 13:04:15.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libgt
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -23,14 +23,14 @@
 License:Apache-2.0
 Group:  Development/Libraries/C and C++
 Url:http://www.guardtime.com/
-Source0:http://download.guardtime.com/%{name}-%{version}-src.tgz
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+Source0:%{name}-%{version}-src.tgz
+Patch1: libgt-%{version}.diff
+BuildRequires:  automake
 BuildRequires:  libcurl-devel
 BuildRequires:  libopenssl-devel
 BuildRequires:  libtool
-BuildRequires:  automake
 BuildRequires:  pkgconfig
-Patch1: libgt-%{version}.diff
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
 This package provides the GuardTime Keyless Signature Service
@@ -93,21 +93,21 @@
 
 %prep
 %setup -q
-%patch1 -p0
+%patch1
 
 %build
 autoreconf -fi
 %configure \
--disable-static
-%__make %{?_smp_mflags}
+make %{?_smp_mflags}
 
 %check
-%__make check
+make %{?_smp_mflags} check
 
 %install
-%makeinstall
-rm -f "%buildroot/%_libdir"/*.la
-rm -rf "%buildroot/%{_datadir}/doc/%{name}"
+make DESTDIR=%{buildroot} install %{?_smp_mflags}
+find %{buildroot} -type f -name "*.la" -delete -print
+rm -rf "%{buildroot}/%{_datadir}/doc/%{name}"
 
 %post -n libgtbase0 -p /sbin/ldconfig
 
@@ -139,9 +139,9 @@
 %{_libdir}/libgtbase.so
 %{_libdir}/libgthttp.so
 %{_libdir}/libgtpng.so
-%_includedir/gt_base.h
-%_includedir/gt_http.h
-%_includedir/gt_png.h
+%{_includedir}/gt_base.h
+%{_includedir}/gt_http.h
+%{_includedir}/gt_png.h
 %doc changelog
 %doc doc/*.pdf
 %doc src/license*.txt

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



commit pdf2djvu for openSUSE:Factory

2015-03-18 Thread h_root
Hello community,

here is the log from the commit of package pdf2djvu for openSUSE:Factory 
checked in at 2015-03-18 13:04:29

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


Package is "pdf2djvu"

Changes:

--- /work/SRC/openSUSE:Factory/pdf2djvu/pdf2djvu.changes2013-06-05 
17:46:48.0 +0200
+++ /work/SRC/openSUSE:Factory/.pdf2djvu.new/pdf2djvu.changes   2015-03-18 
13:04:30.0 +0100
@@ -1,0 +2,29 @@
+Thu Mar 12 16:30:41 UTC 2015 - lazy.k...@opensuse.org
+
+- Add %check section to run 'make test'.
+- Update the keyring file.
+
+---
+Mon Mar  9 00:59:19 UTC 2015 - p.drou...@gmail.com
+
+- Update to version 0.7.19
+  * Fix build failure with Poppler ≥ 0.31.
+https://code.google.com/p/pdf2djvu/issues/detail?id=99
+- Remove gpg-offline usage; OBS handles sources verification
+- Update download Url
+- Do not use %doc with manpages; it's redundant
+- Changes in 0.7.18.
+  * Make the xml2c script more portable.
+  * In C++11 mode, use “decltype” instead of “typeof”.
+  * Fix build failure with libc++ in C++98 mode.
+  * Use the standard AC_OPENMP macro in the configure script
+(instead of 3rd-party AX_OPENMP).
+  * Use HTTPS URLs when they are available, in documentation and
+code.
+  * Add Portuguese translation; add French translation of the
+manual page; fix capitalization error in the German manual
+page.
+  * Drop support for Poppler < 0.11.1.
+  * Improve error handling.
+
+---

Old:

  pdf2djvu_0.7.17.tar.gz
  pdf2djvu_0.7.17.tar.gz.asc

New:

  pdf2djvu-0.7.19.tar.xz
  pdf2djvu-0.7.19.tar.xz.asc



Other differences:
--
++ pdf2djvu.spec ++
--- /var/tmp/diff_new_pack.UuKas6/_old  2015-03-18 13:04:31.0 +0100
+++ /var/tmp/diff_new_pack.UuKas6/_new  2015-03-18 13:04:31.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package pdf2djvu
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,24 +17,24 @@
 
 
 Name:   pdf2djvu
-Version:0.7.17
+Version:0.7.19
 Release:0
 Summary:PDF to DjVu Converter
 License:GPL-2.0
 Group:  Productivity/Publishing/PDF
 Url:http://pdf2djvu.googlecode.com/
-Source0:http://pdf2djvu.googlecode.com/files/%{name}_%{version}.tar.gz
-Source1:
http://pdf2djvu.googlecode.com/files/%{name}_%{version}.tar.gz.asc
+Source0:
https://bitbucket.org/jwilk/pdf2djvu/downloads/%{name}-%{version}.tar.xz
+Source1:
https://bitbucket.org/jwilk/pdf2djvu/downloads/%{name}-%{version}.tar.xz.asc
 Source2:%{name}.keyring
 BuildRequires:  djvulibre
 BuildRequires:  gcc-c++
-%if 0%{?suse_version} >= 1230
-BuildRequires:  gpg-offline
-%endif
 BuildRequires:  pkgconfig(GraphicsMagick++)
 BuildRequires:  pkgconfig(ddjvuapi)
 BuildRequires:  pkgconfig(libxslt)
 BuildRequires:  pkgconfig(poppler)
+# Requires to run tests correctly.
+BuildRequires:  liberation-fonts
+BuildRequires:  python-nose
 Requires:   djvulibre
 Recommends: %{name}-lang
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -48,9 +48,6 @@
 
 %prep
 %setup -q
-%if 0%{?gpg_verify:1}
-%gpg_verify %{SOURCE1}
-%endif
 
 %build
 %configure
@@ -60,15 +57,20 @@
 %make_install
 %find_lang %{name} --with-man
 
+%check
+%if 0%{?suse_version} >= 1210
+make test
+%endif
+
 %files
 %defattr(-,root,root,-)
-%doc COPYING doc/{changelog,cjk.txt,credits.txt,djvudigital.txt}
+%doc doc/{changelog,COPYING,cjk.txt,credits.txt,djvudigital.txt}
 %{_bindir}/%{name}
-%doc %{_mandir}/man?/*
+%{_mandir}/man?/*
 
 %files lang -f %{name}.lang
 %defattr(-,root,root,-)
-%doc %dir %{_mandir}/??/
-%doc %dir %{_mandir}/??/man1/
+%dir %{_mandir}/uk/
+%dir %{_mandir}/uk/man1/
 
 %changelog

++ pdf2djvu.keyring ++
--- /var/tmp/diff_new_pack.UuKas6/_old  2015-03-18 13:04:31.0 +0100
+++ /var/tmp/diff_new_pack.UuKas6/_new  2015-03-18 13:04:31.0 +0100
@@ -1,8 +1,8 @@
-pub   4096R/015475F5 2009-10-23 [expires: 2014-01-01]
-uid  Jakub Wilk 
-uid  Jakub Wilk 
-uid  Jakub Wilk 
-sub   4096R/E5874F63 2009-10-23
+pub   rsa4096/015475F5 2009-10-23 [expires: 2016-01-01]
+uid   [ unknown] Jakub Wilk 
+uid   [ unknown] Jakub Wilk 
+uid   [ unknown] Jakub Wilk 
+sub   rsa4096/E5874F63 2009-10-23
 
 -BEGIN PGP PUBLIC KEY BLOCK-
 
@@ -18,31 +18,31 @@
 9YuCxYtGungL36J0JVh

commit rkward for openSUSE:Factory

2015-03-18 Thread h_root
Hello community,

here is the log from the commit of package rkward for openSUSE:Factory checked 
in at 2015-03-18 13:04:14

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


Package is "rkward"

Changes:

--- /work/SRC/openSUSE:Factory/rkward/rkward.changes2014-11-12 
00:22:09.0 +0100
+++ /work/SRC/openSUSE:Factory/.rkward.new/rkward.changes   2015-03-18 
13:04:16.0 +0100
@@ -1,0 +2,45 @@
+Fri Mar 13 13:43:04 UTC 2015 - detlef.ste...@gmx.de
+
+- upstream release 0.6.3
+
+- Most important changes:
+
+- New features and improvements
+  New element  for use in plugins' logic section: Provides a 
translatable string property
+  New element  for use in plugin help pages: Copies the label-attribute 
of the given element into the text
+  New string property modifier "quoted" to make it easier to quote dynamic 
strings inside plugins
+  Reworked distribution calculator plugins
+  Added power analysis plugin (already existed as separate plugin)
+  Assume plugin .js files to be in utf-8 encoding; this allows using non-ascii 
characters in the generated code
+   element gains options min_rows and min_columns, and the details of 
fixed_width="true" have been improved
+  Add R function rk.set.plugin.status() to allow further customization of 
loaded plugins (hiding of individual menu entries)
+  Pluginmap-management was reworked, partially, and moved to Settings->Manage 
R packages and plugins
+  Provide more detailed information on loaded plugins in rk.list.plugins()
+  Allow to override plugins from a different pluginmap (the plugin with the 
highest specified version is used)
+  When the RKWard installation has moved on disk, try to adjust stored 
.pluginmaps paths, accordingly
+  Allow opening RKWard's plugin files (with correct highlighting), and other 
text files
+  More robust control over placement of plugins within a menu
+  Restructure layout of CSV-import dialog
+  Allow to open (any number of) R script files and rkward://-urls from the 
command line
+  Add command line option --reuse for reusing an existing instance of RKWard
+  Be slightly(!) smarter about when (not) to ask for saving workspace on 
workspace load (e.g. not directly after workspace has been saved)
+  Change default in Workspace browser to showing only .GlobalEnv, initially
+  Support automatically generating a printable header parameter from most 
plugin elements
+  New Object based convience method for printing headers from plugins
+  Implement polyPath()-drawing in RK() device
+  Pre-compile the common js code included in every plugin (only when compiled 
with Qt >= 4.7)
+  Improve crash recovery dialog to not prompt again for the same files
+  Plugins and in-application help pages can now be fully translated
+
+- Fixes
+  Fixed: Hang when trying to select existing directories in file selectors on 
Windows
+  Fixed: s were quirky with respect to showing as invalid
+  Fix a hang-on-exit issue
+  Fixed: Error when using fix() or trace(...edit=TRUE) with default settings 
on some systems
+  Fixed: Freezes when using RKWard-functionality (such as the RK()-device) 
from tcl/tk (e.g. Rcmdr)
+  Fix several issues of excessive printing of digits in plugins' output
+  Fixed potential crash while the "RKWard Debug Messages" window is visible
+  Fixed display of file paths containing non-ascii characters in the title bar 
and startup dialog
+  Fixed some erroneous plugin debug messages
+
+---

Old:

  rkward-0.6.2.tar.gz

New:

  rkward-0.6.3.tar.gz



Other differences:
--
++ rkward.spec ++
--- /var/tmp/diff_new_pack.1RUM09/_old  2015-03-18 13:04:17.0 +0100
+++ /var/tmp/diff_new_pack.1RUM09/_new  2015-03-18 13:04:17.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package rkward
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   rkward
-Version:0.6.2
+Version:0.6.3
 Release:0
 Summary:Graphical frontend for R language
 License:GPL-2.0
@@ -26,7 +26,7 @@
 
 Url:http://rkward.sourceforge.net/ 
 Source0:%{name}-%{version}.tar.gz
-#Source0:
http://downloads.sourceforge.net/rkward/%{name}-%{version}.tar.gz
+
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 BuildRequires:  R-base
@@ -106,6 +106,7 @@
 %{_libdir}/R/library/%{name}/
 %{_libdir}/R/library/rkwardtests/
 %{_datadir}/applications/kde4/%{name}.desktop

commit liblognorm for openSUSE:Factory

2015-03-18 Thread h_root
Hello community,

here is the log from the commit of package liblognorm for openSUSE:Factory 
checked in at 2015-03-18 13:03:51

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


Package is "liblognorm"

Changes:

--- /work/SRC/openSUSE:Factory/liblognorm/liblognorm.changes2015-01-23 
15:47:39.0 +0100
+++ /work/SRC/openSUSE:Factory/.liblognorm.new/liblognorm.changes   
2015-03-18 13:03:52.0 +0100
@@ -1,0 +2,12 @@
+Tue Mar 10 19:47:48 UTC 2015 - astie...@suse.com
+
+- liblognorm 1.1.1
+  * fixed library version numbering (2)
+  * added new parser syntaxes
+  * bugfix: function ln_parseFieldDescr() returns state value
+due to unitialized variable. This can also lead to invalid
+returning no sample node where one would have to be created.
+- add configuration to continue to build documentation
+- new tests added in this release are APACHE-2.0 licenced
+
+---

Old:

  liblognorm-1.1.0.tar.gz

New:

  liblognorm-1.1.1.tar.gz



Other differences:
--
++ liblognorm.spec ++
--- /var/tmp/diff_new_pack.TQG24I/_old  2015-03-18 13:03:53.0 +0100
+++ /var/tmp/diff_new_pack.TQG24I/_new  2015-03-18 13:03:53.0 +0100
@@ -16,13 +16,13 @@
 #
 
 
-%define sover 1
+%define sover 2
 %define with_html_docs 0%{?suse_version} >= 1310 && 0%{?suse_version} != 1315
 Name:   liblognorm
-Version:1.1.0
+Version:1.1.1
 Release:0
 Summary:Library and tool to normalize log data
-License:LGPL-2.1+
+License:LGPL-2.1+ and Apache-2.0
 Group:  Development/Libraries/C and C++
 Url:http://www.liblognorm.com/
 Source0:
http://www.liblognorm.com/files/download/liblognorm-%{version}.tar.gz
@@ -124,6 +124,7 @@
--disable-static \
--enable-regexp \
 %if %{with_html_docs}
+   --enable-docs \
--docdir=%{_docdir}/%{name} \
 %else
--disable-docs \
@@ -131,9 +132,6 @@
 
 make %{?_smp_mflags}
 
-%check
-make check %{?_smp_mflags}
-
 %install
 make DESTDIR=%{buildroot} install %{?_smp_mflags}
 find %{buildroot} -type f -name "*.la" -delete -print
@@ -141,6 +139,9 @@
 rm %{buildroot}/%{_docdir}/%{name}/.buildinfo
 %endif
 
+%check
+make check %{?_smp_mflags}
+
 %post -n liblognorm%{sover} -p /sbin/ldconfig
 
 %postun -n liblognorm%{sover} -p /sbin/ldconfig

++ liblognorm-1.1.0.tar.gz -> liblognorm-1.1.1.tar.gz ++
 4621 lines of diff (skipped)

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



commit zoo for openSUSE:Factory

2015-03-18 Thread h_root
Hello community,

here is the log from the commit of package zoo for openSUSE:Factory checked in 
at 2015-03-18 13:04:08

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


Package is "zoo"

Changes:

--- /work/SRC/openSUSE:Factory/zoo/zoo.changes  2014-12-25 23:20:10.0 
+0100
+++ /work/SRC/openSUSE:Factory/.zoo.new/zoo.changes 2015-03-18 
13:04:09.0 +0100
@@ -1,0 +2,5 @@
+Fri Mar 13 12:44:42 UTC 2015 - mplus...@suse.com
+
+- Cleanup spec file with spec-cleaner
+
+---



Other differences:
--
++ zoo.spec ++
--- /var/tmp/diff_new_pack.j2sSyv/_old  2015-03-18 13:04:10.0 +0100
+++ /var/tmp/diff_new_pack.j2sSyv/_new  2015-03-18 13:04:10.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package zoo
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -22,7 +22,6 @@
 Summary:Pack Program
 License:SUSE-Public-Domain
 Group:  Productivity/Archiving/Compression
-
 Source: zoo.tar.gz
 Patch0: zoo.patch
 Patch1: zoo-%{version}-tempfile.patch
@@ -41,16 +40,6 @@
 compression rate of gzip is not reached, and thus zoo should only be
 used for decompressing old archives.
 
-
-
-Authors:
-
-Ian Phillipps
-J. Brian Waters  
-Paul Homchick
-Mark Alexander   
-Randal L. Barnes 
-
 %prep
 %setup -q -n zoo
 %patch0
@@ -64,18 +53,18 @@
 %patch8
 
 %build
-make linux OPTIM="$RPM_OPT_FLAGS -fPIE" LDFLAGS="-pie"
+make %{?_smp_mflags} linux OPTIM="%{optflags} -fPIE" LDFLAGS="-pie"
 
 %install
-mkdir -p $RPM_BUILD_ROOT{/usr/bin,%{_mandir}/man1}
-install zoo fiz $RPM_BUILD_ROOT/usr/bin
-install -m 644 zoo.1 fiz.1 $RPM_BUILD_ROOT/%{_mandir}/man1/
+mkdir -p %{buildroot}{%{_prefix}/bin,%{_mandir}/man1}
+install zoo fiz %{buildroot}%{_prefix}/bin
+install -m 644 zoo.1 fiz.1 %{buildroot}/%{_mandir}/man1/
 
 %files
 %defattr(-,root,root) 
 %doc Copyright
-/usr/bin/fiz
-/usr/bin/zoo
+%{_bindir}/fiz
+%{_bindir}/zoo
 %doc %{_mandir}/man1/fiz.1.gz
 %doc %{_mandir}/man1/zoo.1.gz
 

++ zoo-fclose.patch ++
--- /var/tmp/diff_new_pack.j2sSyv/_old  2015-03-18 13:04:10.0 +0100
+++ /var/tmp/diff_new_pack.j2sSyv/_new  2015-03-18 13:04:10.0 +0100
@@ -1,7 +1,7 @@
 Index: bilf.c
 ===
 bilf.c.orig1991-07-11 21:06:26.0 +0200
-+++ bilf.c 2009-11-24 19:46:10.176536000 +0100
+--- bilf.c.orig
 bilf.c
 @@ -99,7 +99,7 @@ char *outname, *inname;
 while ((count = fread (buffer, 1, sizeof (buffer), infile)) > 0)
count = fwrite (buffer, 1, count, outfile);

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



commit statserial for openSUSE:Factory

2015-03-18 Thread h_root
Hello community,

here is the log from the commit of package statserial for openSUSE:Factory 
checked in at 2015-03-18 13:04:03

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


Package is "statserial"

Changes:

--- /work/SRC/openSUSE:Factory/statserial/statserial.changes2014-05-13 
20:48:31.0 +0200
+++ /work/SRC/openSUSE:Factory/.statserial.new/statserial.changes   
2015-03-18 13:04:03.0 +0100
@@ -1,0 +2,5 @@
+Fri Mar 13 12:39:50 UTC 2015 - tchva...@suse.com
+
+- Use cc instead of gcc
+
+---



Other differences:
--
++ statserial.spec ++
--- /var/tmp/diff_new_pack.L82BJI/_old  2015-03-18 13:04:04.0 +0100
+++ /var/tmp/diff_new_pack.L82BJI/_new  2015-03-18 13:04:04.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package statserial
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -38,7 +38,7 @@
 %patch0
 
 %build
-gcc %{optflags} -o statserial statserial.c -lncurses -ltinfo
+cc %{optflags} -o statserial statserial.c -lncurses -ltinfo
 
 %install
 install -d -m 755 %{buildroot}%{_bindir}/

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



commit rubygem-daemons for openSUSE:Factory

2015-03-18 Thread h_root
Hello community,

here is the log from the commit of package rubygem-daemons for openSUSE:Factory 
checked in at 2015-03-18 13:03:55

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


Package is "rubygem-daemons"

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-daemons/rubygem-daemons.changes  
2014-10-15 08:52:28.0 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-daemons.new/rubygem-daemons.changes 
2015-03-18 13:03:56.0 +0100
@@ -1,0 +2,5 @@
+Mon Mar  9 05:29:05 UTC 2015 - co...@suse.com
+
+- updated to version 1.2.0
+
+---

Old:

  daemons-1.1.9.gem

New:

  daemons-1.2.0.gem
  gem2rpm.yml



Other differences:
--
++ rubygem-daemons.spec ++
--- /var/tmp/diff_new_pack.G8ghdn/_old  2015-03-18 13:03:57.0 +0100
+++ /var/tmp/diff_new_pack.G8ghdn/_new  2015-03-18 13:03:57.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-daemons
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,8 +16,15 @@
 #
 
 
+#
+# This file was generated with a gem2rpm.yml and not just plain gem2rpm.
+# All sections marked as MANUAL, license headers, summaries and descriptions
+# can be maintained in that file. Please consult this file before editing any
+# of those fields
+#
+
 Name:   rubygem-daemons
-Version:1.1.9
+Version:1.2.0
 Release:0
 %define mod_name daemons
 %define mod_full_name %{mod_name}-%{version}
@@ -25,20 +32,22 @@
 BuildRequires:  %{rubygem gem2rpm}
 BuildRequires:  %{ruby}
 BuildRequires:  ruby-macros >= 5
-Url:http://daemons.rubyforge.org
+Url:https://github.com/thuehlinger/daemons
 Source: http://rubygems.org/gems/%{mod_full_name}.gem
+Source1:gem2rpm.yml
 Summary:A toolkit to create and control daemons in different ways
-License:Ruby
+License:MIT
 Group:  Development/Languages/Ruby
 
 %description
 Daemons provides an easy way to wrap existing ruby scripts (for example a
 self-written server)  to be run as a daemon and to be controlled by simple
-start/stop/restart commands.  You can also call blocks as daemons and control
-them from the parent or just daemonize the current process.  Besides this
-basic functionality, daemons offers many advanced features like exception 
-backtracing and logging (in case your ruby script crashes) and monitoring and
-automatic restarting of your processes if they crash.
+start/stop/restart commands.
+You can also call blocks as daemons and control them from the parent or just
+daemonize the current process.
+Besides this basic functionality, daemons offers many advanced features like
+exception backtracing and logging (in case your ruby script crashes) and
+monitoring and automatic restarting of your processes if they crash.
 
 %prep
 
@@ -46,7 +55,7 @@
 
 %install
 %gem_install \
-  --doc-files="LICENSE README" \
+  --doc-files="LICENSE README.md" \
   -f
 
 %gem_packages

++ daemons-1.1.9.gem -> daemons-1.2.0.gem ++
 5013 lines of diff (skipped)

++ gem2rpm.yml ++
# ---
# ## used by gem2rpm
# :summary: this is a custom summary
# ## used by gem2rpm
# :description: |-
#   this is a custom description
#
#   it can be multiline
# ## used by gem2rpm
# :license: MIT or Ruby
# ## used by gem2rpm and gem_packages
# :version_suffix: -x_y
# ## used by gem2rpm and gem_packages
# :disable_docs: true
# ## used by gem2rpm
# :disable_automatic_rdoc_dep: true
# ## used by gem2rpm
# :preamble: |-
#   BuildRequires: foobar
#   Requires: foobar
# ## used by gem2rpm
# :patches:
#   foo.patch: -p1
#   bar.patch: 
# ## used by gem2rpm
:sources:
# - foo.desktop
# - bar.desktop
# :gem_install_args: ''
# ## used by gem2rpm
# :pre_install: |-
#   %if 0%{?use_system_libev}
#   export USE_VENDORED_LIBEV="no"
#   %endif
# ## used by gem2rpm
# :post_install: |-
#   # delete custom files here or do other fancy stuff
#   install -D -m 0644 %{S:1} %{buildroot}%{_bindir}/gem2rpm-opensuse
# ## used by gem2rpm
# :testsuite_command: |-
#   (pushd %{buildroot}%{gem_base}/gems/%{mod_full_name} && rake test)
# ## used by gem2rpm
# :filelist: |-
#   /usr/bin/gem2rpm-opensuse
# ## used by gem2rpm
# :scripts:
#   :post: |-
# /bin/echo foo
# ## used by gem_packages
# :main:
#   :preamble: |-
# Requires: util-linux
# Recommends: pwgen
#   :filelist: |-
# /usr/bin/gem2rpm-opensuse
# ## used by gem_packages
# :custom:
#

commit libdnet for openSUSE:Factory

2015-03-18 Thread h_root
Hello community,

here is the log from the commit of package libdnet for openSUSE:Factory checked 
in at 2015-03-18 13:04:11

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


Package is "libdnet"

Changes:

--- /work/SRC/openSUSE:Factory/libdnet/libdnet.changes  2011-11-21 
15:46:09.0 +0100
+++ /work/SRC/openSUSE:Factory/.libdnet.new/libdnet.changes 2015-03-18 
13:04:12.0 +0100
@@ -1,0 +2,6 @@
+Fri Mar 13 13:39:24 UTC 2015 - tchva...@suse.com
+
+- Reorder bit with spec cleaner
+- Make the descriptions bit smaller
+
+---



Other differences:
--
++ libdnet.spec ++
--- /var/tmp/diff_new_pack.MyZ3LO/_old  2015-03-18 13:04:13.0 +0100
+++ /var/tmp/diff_new_pack.MyZ3LO/_new  2015-03-18 13:04:13.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libdnet
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,80 +16,57 @@
 #
 
 
-
 Name:   libdnet
-BuildRequires:  libtool python-devel
+Version:1.12
+Release:0
+Summary:Library for Simple, Portable Interface to Low Level Networking 
Routines
 License:BSD-3-Clause
 Group:  Development/Libraries/Other
-Summary:Library for Simple, Portable Interface to Low Level Networking 
Routines
-Version:1.12
-Release:2
-URL:http://code.google.com/p/libdnet/
+Url:http://code.google.com/p/libdnet/
+Source0:http://libdnet.googlecode.com/files/%{name}-%{version}.tar.bz2
+Patch0: %{name}.patch
+BuildRequires:  libtool
+BuildRequires:  python-devel
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-Source0:http://libdnet.googlecode.com/files/%name-%{version}.tar.bz2
-Patch0: %name.patch
 
 %description
 libdnet provides a simplified, portable interface to several low-level
 networking routines, including:
-
 * network address manipulation
-
 * kernel arp(4) cache and route(4) table lookup and manipulation
-
-* network firewalling (IP filter, ipfw, ipchains, pf, PktFilter,
-   ...)
-
+* network firewalling (IP filter, ipfw, ipchains, pf, PktFilter, ...)
 * network interface lookup and manipulation
-
 * IP tunnelling (BSD/Linux tun, Universal TUN/TAP device)
-
 * raw IP packet and Ethernet frame transmission
 
 %package -n libdnet1
-Group:  Development/Libraries/Other
 Summary:Library for Simple, Portable Interface to Low Level Networking 
Routines
-Provides:   %{name} = %{version}
-#openSUSE 10.3
-Obsoletes:  %{name} <= 1.11
+Group:  Development/Libraries/Other
 
 %description -n libdnet1
 libdnet provides a simplified, portable interface to several low-level
 networking routines, including:
-
 * network address manipulation
-
 * kernel arp(4) cache and route(4) table lookup and manipulation
-
-* network firewalling (IP filter, ipfw, ipchains, pf, PktFilter,
-   ...)
-
+* network firewalling (IP filter, ipfw, ipchains, pf, PktFilter, ...)
 * network interface lookup and manipulation
-
 * IP tunnelling (BSD/Linux tun, Universal TUN/TAP device)
-
 * raw IP packet and Ethernet frame transmission
 
 %package devel
-Group:  Development/Libraries/Other
 Summary:Devel files for libdnet
-Requires:   libdnet1 = %{version} glibc-devel
+Group:  Development/Libraries/Other
+Requires:   glibc-devel
+Requires:   libdnet1 = %{version}
 
 %description devel
 libdnet provides a simplified, portable interface to several low-level
 networking routines, including:
-
 - network address manipulation
-
 - kernel arp(4) cache and route(4) table lookup and manipulation
-
-- network firewalling (IP filter, ipfw, ipchains, pf, PktFilter,
-   ...)
-
+- network firewalling (IP filter, ipfw, ipchains, pf, PktFilter, ...)
 - network interface lookup and manipulation
-
 - IP tunnelling (BSD/Linux tun, Universal TUN/TAP device)
-
 - raw IP packet and Ethernet frame transmission
 
 %prep
@@ -97,13 +74,13 @@
 %patch0
 
 %build
-ACLOCAL="aclocal -I config" autoreconf -fi
+ACLOCAL="aclocal -I config" autoreconf -fvi
 %configure --disable-static --with-pic
 make %{?_smp_mflags}
 
 %install
-make DESTDIR=$RPM_BUILD_ROOT install
-%{__rm} -f %{buildroot}%{_libdir}/libdnet.la 
+make DESTDIR=%{buildroot} install %{?_smp_mflags}
+find %{buildroot} -type f -name "*.la" -delete -print
 
 %post -n libdnet1 -p /sbin/ldconfig
 

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

commit rzsz for openSUSE:Factory

2015-03-18 Thread h_root
Hello community,

here is the log from the commit of package rzsz for openSUSE:Factory checked in 
at 2015-03-18 13:04:01

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


Package is "rzsz"

Changes:

--- /work/SRC/openSUSE:Factory/rzsz/rzsz.changes2014-05-13 
20:48:28.0 +0200
+++ /work/SRC/openSUSE:Factory/.rzsz.new/rzsz.changes   2015-03-18 
13:04:02.0 +0100
@@ -1,0 +2,6 @@
+Mon Aug  4 15:31:38 CEST 2014 - r...@suse.de
+
+- re-diff lrzsz-implicit-decl.patch 
+- Drop unused drop_ftime.patch
+
+---

Old:

  drop_ftime.patch



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

++ lrzsz-implicit-decl.patch ++
--- /var/tmp/diff_new_pack.tD9xg3/_old  2015-03-18 13:04:03.0 +0100
+++ /var/tmp/diff_new_pack.tD9xg3/_new  2015-03-18 13:04:03.0 +0100
@@ -10,7 +10,9 @@
  
 --- lrzsz-0.12.20/src/lsyslog.c
 +++ lrzsz-0.12.20/src/lsyslog.c
-@@ -22,6 +22,8 @@
+@@ -20,8 +20,10 @@
+ */
+ #include "config.h"
  #ifdef ENABLE_SYSLOG
 +#define _GNU_SOURCE
  #include "zglobal.h"

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



commit luajit for openSUSE:Factory

2015-03-18 Thread h_root
Hello community,

here is the log from the commit of package luajit for openSUSE:Factory checked 
in at 2015-03-18 13:04:05

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


Package is "luajit"

Changes:

--- /work/SRC/openSUSE:Factory/luajit/luajit.changes2014-10-20 
07:27:23.0 +0200
+++ /work/SRC/openSUSE:Factory/.luajit.new/luajit.changes   2015-03-18 
13:04:06.0 +0100
@@ -1,0 +2,5 @@
+Fri Mar 13 12:44:38 UTC 2015 - tchva...@suse.com
+
+- Cleanup a bit with spec-cleaner
+
+---



Other differences:
--
++ luajit.spec ++
--- /var/tmp/diff_new_pack.INRigb/_old  2015-03-18 13:04:07.0 +0100
+++ /var/tmp/diff_new_pack.INRigb/_new  2015-03-18 13:04:07.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package luajit
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,16 +18,16 @@
 
 %define libname libluajit-5_1-2
 Name:   luajit
+Version:2.0.3
+Release:0
 Summary:JIT compiler for Lua language
 License:MIT
 Group:  Development/Libraries
 Url:http://www.luajit.com/
-Version:2.0.3
-Release:0
 Source: http://luajit.org/download/LuaJIT-%{version}.tar.gz
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-Requires:   %{libname} = %{version}
 BuildRequires:  pkg-config
+Requires:   %{libname} = %{version}
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
 A Just-In-Time Compiler for Lua language
@@ -52,8 +52,8 @@
 %setup -q -n LuaJIT-%{version}
 
 # Fix variables
-sed -i "s,PREFIX= /usr/local,PREFIX= /usr," Makefile
-sed -i "s,/usr/lib,/%{_libdir}," etc/luajit.pc
+sed -i "s,PREFIX= %{_prefix}/local,PREFIX= %{_prefix}," Makefile
+sed -i "s,%{_libexecdir},%{_libdir}," etc/luajit.pc
 
 %build
 CFLAGS="%{optflags}" \
@@ -73,6 +73,7 @@
 rm %{buildroot}/%{_libdir}/*.a
 
 %post -n %{libname} -p /sbin/ldconfig
+
 %postun -n %{libname} -p /sbin/ldconfig
 
 %files

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



commit minicom for openSUSE:Factory

2015-03-18 Thread h_root
Hello community,

here is the log from the commit of package minicom for openSUSE:Factory checked 
in at 2015-03-18 13:03:58

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


Package is "minicom"

Changes:

--- /work/SRC/openSUSE:Factory/minicom/minicom.changes  2014-01-16 
15:12:07.0 +0100
+++ /work/SRC/openSUSE:Factory/.minicom.new/minicom.changes 2015-03-18 
13:04:00.0 +0100
@@ -1,0 +2,7 @@
+Fri Mar 13 12:30:20 UTC 2015 - tchva...@suse.com
+
+- Split language to subpackage
+- Remove check phase, it is empty just saying there is nothing to be done
+- Use name and version macros in Source path
+
+---



Other differences:
--
++ minicom.spec ++
--- /var/tmp/diff_new_pack.7Br3jg/_old  2015-03-18 13:04:01.0 +0100
+++ /var/tmp/diff_new_pack.7Br3jg/_new  2015-03-18 13:04:01.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package minicom
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -23,7 +23,7 @@
 License:GPL-2.0+
 Group:  Hardware/Modem
 Url:http://alioth.debian.org/projects/minicom/
-Source0:
https://alioth.debian.org/frs/download.php/latestfile/3/minicom-2.7.tar.gz
+Source0:
https://alioth.debian.org/frs/download.php/latestfile/3/%{name}-%{version}.tar.gz
 Patch0: minicom-2.2-defaults.diff
 Patch2: 03norzsz.diff
 Patch4: minicom-2.3-no-build-date.patch
@@ -37,6 +37,7 @@
 BuildRequires:  pkg-config
 Requires:   ckermit
 Requires:   rzsz
+Recommends: %{name}-lang
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -46,6 +47,8 @@
 If you want to access your modem with minicom, you have to be a member
 of the uucp group.
 
+%lang_package
+
 %prep
 %setup -q
 %patch0
@@ -57,7 +60,8 @@
 %build
 export CFLAGS="%{optflags} $(ncursesw6-config --cflags)"
 export LDFLAGS="$(ncursesw6-config --libs)"
-%configure --disable-rpath \
+%configure \
+--disable-rpath \
--enable-music \
--enable-dfl-baud=57600 \
--enable-dfl-port=/dev/modem \
@@ -65,14 +69,11 @@
--enable-cfg-dir=%{_sysconfdir}
 make %{?_smp_mflags}
 
-%check
-make check %{?_smp_mflags}
-
 %install
 make DESTDIR=%{buildroot} install %{?_smp_mflags}
 %find_lang %{name}
 
-%files -f %{name}.lang
+%files
 %defattr(644,root,root,755)
 %doc doc/minicom.FAQ AUTHORS COPYING NEWS README
 %attr(0755,root,root) %{_bindir}/ascii-xfr
@@ -84,4 +85,7 @@
 %{_mandir}/man1/xminicom.1.gz
 %{_mandir}/man1/runscript.1.gz
 
+%files lang -f %{name}.lang
+%defattr(-,root,root)
+
 %changelog

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



  1   2   >