commit libreoffice for openSUSE:Factory

2013-08-04 Thread h_root
Hello community,

here is the log from the commit of package libreoffice for openSUSE:Factory 
checked in at 2013-08-04 07:59:31

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


Package is libreoffice

Changes:

libreoffice-help-en-US.changes: same change
libreoffice-help-group1.changes: same change
libreoffice-help-group2.changes: same change
libreoffice-help-group3.changes: same change
libreoffice-help-group4.changes: same change
libreoffice-help-group5.changes: same change
libreoffice-icon-themes.changes: same change
libreoffice-l10n.changes: same change
--- /work/SRC/openSUSE:Factory/libreoffice/libreoffice.changes  2013-08-02 
07:06:13.0 +0200
+++ /work/SRC/openSUSE:Factory/.libreoffice.new/libreoffice.changes 
2013-08-04 07:59:32.0 +0200
@@ -1,0 +2,13 @@
+Thu Aug  1 14:46:22 UTC 2013 - pmla...@suse.com
+
+- set PYTHON variables using python-config on SLED11 because the pkg-config
+  files are not there
+- set the PYTHON variables only in the main libreoffice.spec because
+  they are not needed to build help
+- build-link-rt.diff: liblt is linked with librt, so we need to link
+  the libmerged with librt as well; it fixes the build on SLED11
+- use -g1 instead of -g to reduce the memory and disk usage with
+  debugging symbols; note that only .o files need about 12GB when
+  compliled with full debugging symbols
+
+---

New:

  build-link-rt.diff



Other differences:
--
++ libreoffice-help-en-US.spec ++
--- /var/tmp/diff_new_pack.B0Qala/_old  2013-08-04 07:59:39.0 +0200
+++ /var/tmp/diff_new_pack.B0Qala/_new  2013-08-04 07:59:39.0 +0200
@@ -257,4 +257,5 @@
 %files -f file-lists/help_en_US_list.txt -n libreoffice-help-en-US
 %defattr(-,root,root)
 
+
 %changelog

libreoffice-help-group2.spec: same change
libreoffice-help-group3.spec: same change
libreoffice-help-group4.spec: same change
libreoffice-help-group5.spec: same change
libreoffice-icon-themes.spec: same change
++ libreoffice-l10n.spec ++
--- /var/tmp/diff_new_pack.B0Qala/_old  2013-08-04 07:59:39.0 +0200
+++ /var/tmp/diff_new_pack.B0Qala/_new  2013-08-04 07:59:39.0 +0200
@@ -1664,8 +1664,8 @@
 PreReq: libreoffice = 3.5
 %endif
 Requires:   libreoffice = %{version}
-Provides:   OpenOffice_org-sh-YU = %version
 Provides:   
OpenOffice_org-sh-YU:%_prefix/ooo-2.0/program/resource/sw680sh-YU.res
+Provides:   OpenOffice_org-sh-YU = %version
 Obsoletes:  OpenOffice_org-sh-YU  %version
 # compat stuff
 Provides:   OpenOffice_org-sh = %{version}
@@ -1752,8 +1752,8 @@
 %endif
 Requires:   libreoffice = %{version}
 Requires:   scalable-font-ru
-Provides:   OpenOffice_org-sr-CS = %version
 Provides:   
OpenOffice_org-sr-CS:%_prefix/ooo-2.0/program/resource/sw680sr-CS.res
+Provides:   OpenOffice_org-sr-CS = %version
 Obsoletes:  OpenOffice_org-sr-CS  %version
 # compat stuff
 Provides:   OpenOffice_org-sr = %{version}

++ libreoffice.spec ++
--- /var/tmp/diff_new_pack.B0Qala/_old  2013-08-04 07:59:40.0 +0200
+++ /var/tmp/diff_new_pack.B0Qala/_new  2013-08-04 07:59:40.0 +0200
@@ -594,6 +594,9 @@
 # search help icons in /usr/share
 # FIXME: make it configurable in integrate into git
 Patch3: officecfg-help-in-usr-share.diff
+# liblt is linked with librt, so we need to link the mergedlib with librt as 
well
+# it fixes build on SLED11
+Patch4: build-link-rt.diff
 # change user config dir name from ~/.libreoffice/3 to ~/.libreoffice/3-suse
 # to avoid BerkleyDB incompatibility with the plain build
 # FIXME: make it configurable and push upstream
@@ -1299,6 +1302,7 @@
 %patch1 -p1
 %patch2 -p1
 %patch3 -p1
+%patch4
 %patch5
 %patch6 -p1
 %patch7 -p1
@@ -1345,6 +1349,17 @@
 
 %build
 %{expand:%(cat %_sourcedir/build_prepare.inc)}
+# Whack in our python2 so we don't have to use internal one
+# which is quite nightmare.
+export PYTHON=/usr/bin/python
+%if 0%{?suse_version}  01130
+export PYTHON_CFLAGS=`pkg-config --cflags python`
+export PYTHON_LIBS=`pkg-config --libs python`
+%else
+# pkg-config support is not available in the pyton package on SLED11
+export PYTHON_CFLAGS=`python-config --includes`
+export PYTHON_LIBS=`python-config --libs`
+%endif
 %if %prepare_build != 0
 ./autogen.sh $PARALLEL_BUILD \
 --libdir=%{_libdir} \

















++ build-link-rt.diff ++
--- Library_merged.mk.old   2013-07-23 12:40:26.0 +0200
+++ Library_merged.mk   2013-07-31 16:33:34.0 +0200
@@ -89,6 +89,7 @@ ifeq ($(OS),LINUX)
 $(eval $(call gb_Library_add_libs,merged,\
-lm \
-ldl \
+   

commit libvirt for openSUSE:Factory

2013-08-04 Thread h_root
Hello community,

here is the log from the commit of package libvirt for openSUSE:Factory checked 
in at 2013-08-04 08:00:26

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  2013-07-30 
11:41:56.0 +0200
+++ /work/SRC/openSUSE:Factory/.libvirt.new/libvirt.changes 2013-08-04 
08:00:29.0 +0200
@@ -1,0 +2,25 @@
+Wed Jul 31 16:53:28 MDT 2013 - jfeh...@suse.com
+
+- Backport upstream patch implementing domainOpenConsole in the
+  libxl driver.  Allows 'virsh console dom-name' to work with
+  Xen libxl toolstack.
+  bcef0f01-libxl-console.patch
+
+---
+Tue Jul 30 14:25:26 MDT 2013 - jfeh...@suse.com
+
+- Update to libvirt 1.1.1
+  - Adding device removal or deletion events
+  - Introduce new domain create APIs to pass pre-opened FDs to LXC
+  - Add interface versions for Xen 4.3
+  - Add new public API virDomainSetMemoryStatsPeriod
+  - Various LXC improvements
+  - Many incremental improvements and bug fixes, see
+http://libvirt.org/news.html
+  - Drop upstream patches: f38c8185-CVE-2013-2230.patch,
+fd2e3c4c-xen-sysctl-domctl.patch, dfc69235-CVE-2013-4153.patch,
+96518d43-CVE-2013-4154.patch, fe89fd3b-storage-pool-deadlock.patch
+  - Drop relax-qemu-usergroup-check.patch - no longer needed
+after hypervisor-specific daemon package split
+
+---

Old:

  96518d43-CVE-2013-4154.patch
  dfc69235-CVE-2013-4153.patch
  f38c8185-CVE-2013-2230.patch
  fd2e3c4c-xen-sysctl-domctl.patch
  fe89fd3b-storage-pool-deadlock.patch
  libvirt-1.1.0.tar.bz2
  relax-qemu-usergroup-check.patch

New:

  bcef0f01-libxl-console.patch
  libvirt-1.1.1.tar.bz2



Other differences:
--
++ libvirt.spec ++
--- /var/tmp/diff_new_pack.DjCKIA/_old  2013-08-04 08:00:30.0 +0200
+++ /var/tmp/diff_new_pack.DjCKIA/_new  2013-08-04 08:00:30.0 +0200
@@ -225,7 +225,7 @@
 
 Name:   libvirt
 Url:http://libvirt.org/
-Version:1.1.0
+Version:1.1.1
 Release:0
 Summary:Library providing a simple virtualization API
 License:LGPL-2.1+
@@ -404,11 +404,7 @@
 Source2:libvirtd-relocation-server.fw
 Source99:   baselibs.conf
 # Upstream patches
-Patch0: f38c8185-CVE-2013-2230.patch
-Patch1: fd2e3c4c-xen-sysctl-domctl.patch
-Patch2: dfc69235-CVE-2013-4153.patch
-Patch3: 96518d43-CVE-2013-4154.patch
-Patch4: fe89fd3b-storage-pool-deadlock.patch
+Patch0: bcef0f01-libxl-console.patch
 # Need to go upstream
 Patch100:   xen-name-for-devid.patch
 Patch101:   clone.patch
@@ -418,11 +414,10 @@
 Patch201:   libvirtd-init-script.patch
 Patch202:   libvirt-guests-init-script.patch
 Patch203:   virtlockd-init-script.patch
-Patch204:   relax-qemu-usergroup-check.patch
-Patch205:   suse-qemu-conf.patch
-Patch206:   fix-pci-attach-xen-driver.patch
-Patch207:   support-managed-pci-xen-driver.patch
-Patch208:   systemd-service-xen.patch
+Patch204:   suse-qemu-conf.patch
+Patch205:   fix-pci-attach-xen-driver.patch
+Patch206:   support-managed-pci-xen-driver.patch
+Patch207:   systemd-service-xen.patch
 %if %{with_apparmor}
 Patch250:   install-apparmor-profiles.patch
 %endif
@@ -909,10 +904,6 @@
 %prep
 %setup -q
 %patch0 -p1
-%patch1 -p1
-%patch2 -p1
-%patch3 -p1
-%patch4 -p1
 %patch100 -p1
 %patch101
 %patch102 -p1
@@ -924,7 +915,6 @@
 %patch205 -p1
 %patch206 -p1
 %patch207 -p1
-%patch208 -p1
 %if %{with_apparmor}
 %patch250 -p1
 %endif
@@ -1681,7 +1671,6 @@
 %{py_sitedir}/libvirt_lxc.py*
 %{py_sitedir}/libvirtmod*
 %doc python/tests/*.py
-%doc python/TODO
 %doc examples/python
 %doc examples/domain-events/events-python
 %endif

++ bcef0f01-libxl-console.patch ++
commit bcef0f01585a63626d29126a8dcbf1e222f70145
Author: Bamvor Jian Zhang bjzh...@suse.com
Date:   Fri Jul 26 11:30:50 2013 +0800

add console support in libxl

this patch introduce the console api in libxl driver for both pv and
hvm guest.  and import and update the libxlMakeChrdevStr function
which was deleted in commit dfa1e1dd.

Signed-off-by: Bamvor Jian Zhang bjzh...@suse.com

Index: libvirt-1.1.1/src/libxl/libxl_conf.c
===
--- libvirt-1.1.1.orig/src/libxl/libxl_conf.c
+++ libvirt-1.1.1/src/libxl/libxl_conf.c
@@ -331,6 +331,92 @@ error:
 }
 
 static int
+libxlMakeChrdevStr(virDomainChrDefPtr def, char **buf)
+{
+virDomainChrSourceDef srcdef = def-source;
+

commit texmaker for openSUSE:Factory

2013-08-04 Thread h_root
Hello community,

here is the log from the commit of package texmaker for openSUSE:Factory 
checked in at 2013-08-04 08:04:42

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


Package is texmaker

Changes:

--- /work/SRC/openSUSE:Factory/texmaker/texmaker.changes2013-05-13 
15:55:13.0 +0200
+++ /work/SRC/openSUSE:Factory/.texmaker.new/texmaker.changes   2013-08-04 
08:04:43.0 +0200
@@ -1,0 +2,13 @@
+Wed Jul 31 23:17:27 UTC 2013 - badshah...@gmail.com
+
+- Update to version 4.0.3:
+  + Find-and-replace actions can now be applied to a selection
+only
+  + Users can now check if a new version is available via a new
+option in the Help menu
+  + A tool to convert source files to Unicode has been added
+  + The user manual has been updated
+  + UK, ES, LV, El, AR and IT translations have been updated
+  + utf8 option has been added to the letter wizard.
+
+---

Old:

  texmaker-4.0.2.tar.bz2

New:

  texmaker-4.0.3.tar.bz2



Other differences:
--
++ texmaker.spec ++
--- /var/tmp/diff_new_pack.ttYz2C/_old  2013-08-04 08:04:44.0 +0200
+++ /var/tmp/diff_new_pack.ttYz2C/_new  2013-08-04 08:04:44.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   texmaker
-Version:4.0.2
+Version:4.0.3
 Release:0
 Summary:Free cross-platform LaTeX editor
 License:GPL-2.0

++ texmaker-4.0.2.tar.bz2 - texmaker-4.0.3.tar.bz2 ++
/work/SRC/openSUSE:Factory/texmaker/texmaker-4.0.2.tar.bz2 
/work/SRC/openSUSE:Factory/.texmaker.new/texmaker-4.0.3.tar.bz2 differ: char 
11, line 1

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



commit salt for openSUSE:Factory

2013-08-04 Thread h_root
Hello community,

here is the log from the commit of package salt for openSUSE:Factory checked in 
at 2013-08-04 08:04:26

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


Package is salt

Changes:

--- /work/SRC/openSUSE:Factory/salt/salt.changes2013-08-02 
15:41:05.0 +0200
+++ /work/SRC/openSUSE:Factory/.salt.new/salt.changes   2013-08-04 
08:04:27.0 +0200
@@ -1,0 +2,9 @@
+Sat Aug  3 06:01:32 UTC 2013 - abo...@gmail.com
+
+- Fixed regression bug in salt 0.16.2
+  - Newly installed salt-minion doesn't create
+/var/cache/salt/minion/proc
+  - fix let package create this directory
+next version of Salt doesn't need this.
+
+---



Other differences:
--
++ salt.spec ++
--- /var/tmp/diff_new_pack.z1A3VV/_old  2013-08-04 08:04:28.0 +0200
+++ /var/tmp/diff_new_pack.z1A3VV/_new  2013-08-04 08:04:28.0 +0200
@@ -128,6 +128,7 @@
 mkdir -p %{buildroot}/%{_sysconfdir}/logrotate.d/
 mkdir -p %{buildroot}/%{_sbindir}
 mkdir -p %{buildroot}/var/log/salt
+mkdir -p %{buildroot}/var/cache/salt/minion/proc
 mkdir -p %{buildroot}/srv/salt
 #
 ##init scripts
@@ -228,6 +229,7 @@
 %config(noreplace) %{_sysconfdir}/init.d/salt-minion
 %attr(0644, root, root) %config(noreplace) %{_sysconfdir}/salt/minion
 %{_sysconfdir}/salt/minion.d
+%dir /var/cache/*
 %if 0%{?_unitdir:1}
 %_unitdir/salt-minion.service
 %endif

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



commit vlc for openSUSE:Factory

2013-08-04 Thread h_root
Hello community,

here is the log from the commit of package vlc for openSUSE:Factory checked in 
at 2013-08-04 08:05:08

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


Package is vlc

Changes:

--- /work/SRC/openSUSE:Factory/vlc/vlc.changes  2013-08-01 16:09:47.0 
+0200
+++ /work/SRC/openSUSE:Factory/.vlc.new/vlc.changes 2013-08-04 
08:05:10.0 +0200
@@ -1,0 +2,8 @@
+Sat Aug  3 13:09:04 UTC 2013 - dims...@opensuse.org
+
+- Update to version 2.0.8a:
+  + always hide menu bar for fullscreen on osx redacted (vlc#9040).
+  + macosx: fix double release
+  + avcodec audio decoder: update block pointer.
+
+---

Old:

  vlc-2.0.8.tar.xz

New:

  vlc-2.0.8a.tar.xz



Other differences:
--
++ vlc.spec ++
--- /var/tmp/diff_new_pack.1JPmrY/_old  2013-08-04 08:05:12.0 +0200
+++ /var/tmp/diff_new_pack.1JPmrY/_new  2013-08-04 08:05:12.0 +0200
@@ -30,10 +30,10 @@
 License:GPL-2.0+
 Group:  Productivity/Multimedia/Video/Players  
 Name:   vlc
-Version:2.0.8
+Version:2.0.8a
 Release:0
 %define _version 2.0.8
-Source: 
http://download.videolan.org/vlc/%{_version}/vlc-%{_version}.tar.xz
+Source: 
http://download.videolan.org/vlc/%{_version}/vlc-%{_version}a.tar.xz
 Patch1: fix_font_path.patch
 Patch3: 0001-no-return-in-non-void.patch
 # PATCH-FIX-UPSTREAM vlc-avcodec-encoder-single-threaded.patch 
dims...@opensuse.org -- Disable avcodec encoder multithreading for now, taken 
from git.

++ vlc-2.0.8.tar.xz - vlc-2.0.8a.tar.xz ++
/work/SRC/openSUSE:Factory/vlc/vlc-2.0.8.tar.xz 
/work/SRC/openSUSE:Factory/.vlc.new/vlc-2.0.8a.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 wordnet for openSUSE:Factory

2013-08-04 Thread h_root
Hello community,

here is the log from the commit of package wordnet for openSUSE:Factory checked 
in at 2013-08-04 08:05:50

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


Package is wordnet

Changes:

--- /work/SRC/openSUSE:Factory/wordnet/wordnet.changes  2011-09-23 
12:50:44.0 +0200
+++ /work/SRC/openSUSE:Factory/.wordnet.new/wordnet.changes 2013-08-04 
08:05:51.0 +0200
@@ -1,0 +2,5 @@
+Thu Aug  1 16:57:39 UTC 2013 - m...@suse.com
+
+- Add -DUSE_INTERP_RESULT to fix build with Tcl 8.6.
+
+---



Other differences:
--
++ wordnet.spec ++
--- /var/tmp/diff_new_pack.NWGilR/_old  2013-08-04 08:05:51.0 +0200
+++ /var/tmp/diff_new_pack.NWGilR/_new  2013-08-04 08:05:51.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package wordnet
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 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,13 @@
 #
 
 
-
 Name:   wordnet
 Version:3.0
-Release:17
-License:MIT
+Release:0
 Summary:A lexical database for the English language
-Url:http://wordnet.princeton.edu
+License:MIT
 Group:  Productivity/Office/Dictionary
+Url:http://wordnet.princeton.edu
 Source: WordNet-%{version}.tar.bz2
 # PATCH-FIX-UPSTREAM wordnet-system-tk-headers.patch badshah...@gmail.com -- 
Use system tk headers, patch came from Fedora
 Patch0: wordnet-system-tk-headers.patch
@@ -58,7 +57,6 @@
 
 %package devel
 
-
 Summary:The development libraries and header files for WordNet
 Group:  Development/Libraries/Other
 Requires:   %{name} = %{version}
@@ -93,6 +91,7 @@
 autoupdate
 autoreconf -i
 
+CFLAGS=%optflags -DUSE_INTERP_RESULT
 %configure --enable-static=no --prefix=%{_datadir}/wordnet-%{version}/
 
 make %{?_smp_mflags}

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



commit cloud-init for openSUSE:Factory

2013-08-04 Thread h_root
Hello community,

here is the log from the commit of package cloud-init for openSUSE:Factory 
checked in at 2013-08-04 16:48:15

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


Package is cloud-init

Changes:

--- /work/SRC/openSUSE:Factory/cloud-init/cloud-init.changes2013-07-19 
16:51:16.0 +0200
+++ /work/SRC/openSUSE:Factory/.cloud-init.new/cloud-init.changes   
2013-08-04 16:48:17.0 +0200
@@ -1,0 +2,8 @@
+Fri Aug  2 06:57:30 UTC 2013 - rschweik...@suse.com
+
+- remove the nofail option for the ephemeral storage
+  + when using nofail an attempt is made to mount the filesystem twice
+once via udev and once through localfs, this results in a hanging
+system if fsck needs to run on the device
+
+---



Other differences:
--
++ cloud.cfg.suse ++
--- /var/tmp/diff_new_pack.N7Zw4C/_old  2013-08-04 16:48:17.0 +0200
+++ /var/tmp/diff_new_pack.N7Zw4C/_new  2013-08-04 16:48:17.0 +0200
@@ -6,7 +6,7 @@
 disable_root: false
 preserve_hostname: false
 syslog_fix_perms: root:root
-mount_default_fields: [~, ~, 'auto', 'defaults,nofail', '0', '2']
+mount_default_fields: [~, ~, 'auto', 'defaults', '0', '2']
 
 # The modules that run in the 'init' stage
 cloud_init_modules:

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



commit apache2 for openSUSE:Factory

2013-08-04 Thread h_root
Hello community,

here is the log from the commit of package apache2 for openSUSE:Factory checked 
in at 2013-08-04 16:48:07

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


Package is apache2

Changes:

--- /work/SRC/openSUSE:Factory/apache2/apache2.changes  2013-08-01 
17:14:28.0 +0200
+++ /work/SRC/openSUSE:Factory/.apache2.new/apache2.changes 2013-08-04 
16:48:08.0 +0200
@@ -1,0 +2,6 @@
+Fri Aug  2 08:18:03 UTC 2013 - meiss...@suse.com
+
+- Make the default keysize in the sample gensslcerts 2048 bits to match
+  government recommendations.
+
+---



Other differences:
--



++ gensslcert ++
--- /var/tmp/diff_new_pack.kqKGhu/_old  2013-08-04 16:48:10.0 +0200
+++ /var/tmp/diff_new_pack.kqKGhu/_new  2013-08-04 16:48:10.0 +0200
@@ -95,7 +95,7 @@
 
 cat $r/root/.mkcert.cfg EOT
 [ req ]
-default_bits   = 1024
+default_bits   = 2048
 default_keyfile= keyfile.pem
 distinguished_name = req_distinguished_name
 attributes = req_attributes
@@ -124,11 +124,11 @@
 # Server CERT
 #
 echo;myecho creating server key ...
-(umask 0377 ; $openssl genrsa -rand $r/etc/rc.config:$r/var/log/messages -out 
$sslkeydir/${name}server.key 1024 || myexit $LINENO $?)
+(umask 0377 ; $openssl genrsa -rand $r/etc/rc.config:$r/var/log/messages -out 
$sslkeydir/${name}server.key 2048 || myexit $LINENO $?)
 
 cat $r/root/.mkcert.cfg EOT
 [ req ]
-default_bits   = 1024
+default_bits   = 2048
 default_keyfile= keyfile.pem
 distinguished_name = req_distinguished_name
 attributes = req_attributes

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



commit acpid for openSUSE:Factory

2013-08-04 Thread h_root
Hello community,

here is the log from the commit of package acpid for openSUSE:Factory checked 
in at 2013-08-04 16:47:59

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


Package is acpid

Changes:

--- /work/SRC/openSUSE:Factory/acpid/acpid.changes  2013-06-05 
17:38:14.0 +0200
+++ /work/SRC/openSUSE:Factory/.acpid.new/acpid.changes 2013-08-04 
16:48:00.0 +0200
@@ -1,0 +2,17 @@
+Fri Aug  2 11:56:14 UTC 2013 - wer...@suse.de
+
+- Use sourceforge download as below http://tedfelix.com/linux/
+  the tar ball has been removed
+
+---
+Thu Jul  4 12:41:12 UTC 2013 - seife+...@b1-systems.com
+
+- remove power and sleep button handlers -- now handled by systemd
+  just keep them as examples in the documentation
+
+---
+Wed Jul  3 19:36:13 UTC 2013 - seife+...@b1-systems.com
+
+- remove obsolete thinkpad_acpi modprobe config (bnc#792172)
+
+---

Old:

  thinkpad_acpi.modprobe



Other differences:
--
++ acpid.spec ++
--- /var/tmp/diff_new_pack.7U0AcP/_old  2013-08-04 16:48:00.0 +0200
+++ /var/tmp/diff_new_pack.7U0AcP/_new  2013-08-04 16:48:00.0 +0200
@@ -23,10 +23,9 @@
 License:GPL-2.0+
 Group:  System/Daemons
 Url:http://tedfelix.com/linux/acpid-netlink.html
-Source: http://tedfelix.com/linux/%{name}-%{version}.tar.xz
+Source: 
http://downloads.sourceforge.net/project/acpid2/%{name}-%{version}.tar.xz
 Source2:rcacpid
 Source3:README.SuSE
-Source4:thinkpad_acpi.modprobe
 Source5:events.power_button
 Source6:thinkpad_handler
 Source7:power_button
@@ -57,7 +56,7 @@
 %setup -q
 %patch1
 
-cp %{SOURCE2} %{SOURCE3} %{SOURCE4} %{SOURCE5} %{SOURCE6} %{SOURCE7} 
%{SOURCE9} %{SOURCE10} %{SOURCE11} .
+cp %{SOURCE2} %{SOURCE3} %{SOURCE5} %{SOURCE6} %{SOURCE7} %{SOURCE9} 
%{SOURCE10} %{SOURCE11} .
 
 %build
 export LDFLAGS=-Wl,-z,relro,-z,now
@@ -67,18 +66,15 @@
 %install
 make install DESTDIR=%{buildroot} SBINDIR=%{_sbindir}
 install -Dm 744 rcacpid %{buildroot}%{_initddir}/acpid
-install -Dm 644 thinkpad_acpi.modprobe 
%{buildroot}%{_sysconfdir}/modprobe.d/50-thinkpad_acpi.conf
 install -Dm 744 thinkpad_handler 
%{buildroot}%{_prefix}/lib/acpid/thinkpad_handler
-install -Dm 744 power_button %{buildroot}%{_prefix}/lib/acpid/power_button
-install -Dm 744 sleep_button %{buildroot}%{_prefix}/lib/acpid/sleep_button
 mkdir -p %{buildroot}%{_prefix}/sbin
 ln -sf ../../etc/init.d/acpid %{buildroot}%{_sbindir}/rcacpid
-install -Dm 644 events.power_button 
%{buildroot}%{_sysconfdir}/acpi/events/power_button
-install -Dm 644 events.sleep_button 
%{buildroot}%{_sysconfdir}/acpi/events/sleep_button
 install -Dm 644 events.thinkpad %{buildroot}%{_sysconfdir}/acpi/events/thinkpad
 mkdir -p %{buildroot}/%{_unitdir}
 install -m 644 %{SOURCE8} %{buildroot}/%{_unitdir}
 
+# formerly installed, but no longer useful with systemd. Keep as documentation.
+cp -p events.power_button events.sleep_button power_button sleep_button 
samples/
 # for the rpmlint fascists
 mv samples examples
 # keep the logfile
@@ -103,15 +99,11 @@
 
 %files
 %defattr(-,root,root)
-%dir %{_sysconfdir}/modprobe.d
 %dir %{_sysconfdir}/acpi
 %dir %{_sysconfdir}/acpi/events
 %{_sysconfdir}/acpi/events/thinkpad
-%{_sysconfdir}/acpi/events/power_button
-%{_sysconfdir}/acpi/events/sleep_button
 %{_prefix}/lib/acpid
 %{_sysconfdir}/init.d/acpid
-%{_sysconfdir}/modprobe.d/50-thinkpad_acpi.conf
 %_unitdir/%{name}.service
 %{_sbindir}/rcacpid
 %{_sbindir}/acpid

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



commit imapfilter for openSUSE:Factory

2013-08-04 Thread h_root
Hello community,

here is the log from the commit of package imapfilter for openSUSE:Factory 
checked in at 2013-08-04 16:49:57

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


Package is imapfilter

Changes:

--- /work/SRC/openSUSE:Factory/imapfilter/imapfilter.changes2013-04-22 
14:07:10.0 +0200
+++ /work/SRC/openSUSE:Factory/.imapfilter.new/imapfilter.changes   
2013-08-04 16:49:59.0 +0200
@@ -1,0 +2,11 @@
+Mon Jul 15 15:39:19 UTC 2013 - a...@gmx.de
+
+- updated to IMAPFilter 2.5.5 - 8 Jun 2013
+  - Work-around for some servers that send an unexpected APPEND response.
+  - The serial number of the certificates is taken into account, because some
+servers send different certificates with the same subject and issuer.
+  - Details of the stored certificates are written to the certificates file, in
+order to make it easier to distinguish each of them.
+  - Support for TLS versions 1.1 and 1.2 for secure connections.
+
+---

Old:

  imapfilter-2.5.4.tar.gz

New:

  imapfilter-2.5.5.tar.gz



Other differences:
--
++ imapfilter.spec ++
--- /var/tmp/diff_new_pack.PYZN89/_old  2013-08-04 16:50:00.0 +0200
+++ /var/tmp/diff_new_pack.PYZN89/_new  2013-08-04 16:50:00.0 +0200
@@ -21,7 +21,7 @@
 License:MIT
 Group:  Productivity/Networking/Email/Utilities
 Url:https://github.com/lefcha/imapfilter
-Version:2.5.4
+Version:2.5.5
 Release:0
 Source: %{name}-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ imapfilter-2.5.4.tar.gz - imapfilter-2.5.5.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/imapfilter-2.5.4/NEWS new/imapfilter-2.5.5/NEWS
--- old/imapfilter-2.5.4/NEWS   2013-04-09 21:45:51.0 +0200
+++ new/imapfilter-2.5.5/NEWS   2013-06-08 11:25:04.0 +0200
@@ -1,3 +1,11 @@
+IMAPFilter 2.5.5 - 8 Jun 2013
+  - Work-around for some servers that send an unexpected APPEND response.
+  - The serial number of the certificates is taken into account, because some
+servers send different certificates with the same subject and issuer.
+  - Details of the stored certificates are written to the certificates file, in
+order to make it easier to distinguish each of them.
+  - Support for TLS versions 1.1 and 1.2 for secure connections.
+
 IMAPFilter 2.5.4 - 9 Apr 2013
   - Some server responses are now parsed less stricly.
   - More detailed information is now printed when there's an error.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/imapfilter-2.5.4/doc/imapfilter.1 
new/imapfilter-2.5.5/doc/imapfilter.1
--- old/imapfilter-2.5.4/doc/imapfilter.1   2013-04-09 21:45:51.0 
+0200
+++ new/imapfilter-2.5.5/doc/imapfilter.1   2013-06-08 11:25:04.0 
+0200
@@ -1,4 +1,4 @@
-.Dd February 19, 2011
+.Dd May 20, 2013
 .Dt IMAPFILTER 1
 .Os
 .Sh NAME
@@ -48,6 +48,9 @@
 .Bl -tag -width Ds
 .It Ev HOME
 User's home directory.
+.It Ev IMAPFILTER_HOME
+Program's configuration directory, which overrides the default
+.Pa $HOME/.imapfilter/ .
 .El
 .Sh FILES
 .Bl -tag -width Ds
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/imapfilter-2.5.4/doc/imapfilter_config.5 
new/imapfilter-2.5.5/doc/imapfilter_config.5
--- old/imapfilter-2.5.4/doc/imapfilter_config.52013-04-09 
21:45:51.0 +0200
+++ new/imapfilter-2.5.5/doc/imapfilter_config.52013-06-08 
11:25:04.0 +0200
@@ -1,4 +1,4 @@
-.Dd April 25, 2012
+.Dd May 20, 2013
 .Dt IMAPFILTER_CONFIG 5
 .Os
 .Sh NAME
@@ -201,7 +201,7 @@
 server = 'imap.mail.server',
 username = 'me',
 password = 'secret',
-ssl = 'ssl3'
+ssl = 'ssl23'
 }
 .Ed
 .Pp
@@ -237,13 +237,15 @@
 .Dq 993
 for imaps.
 .It Va ssl
-Forces an imaps connection and specifies the SSL/TLS protocol to be used.  It
-takes a
+Forces an imaps connection and specifies the SSL/TLS protocol/version to be
+used.  It takes a
 .Vt string
 as a value, specifically one of:
-.Dq ssl2 ,
 .Dq ssl3 ,
-.Dq tls1 .
+.Dq ssl23 ,
+.Dq tls1 ,
+.Dq tls1.1 ,
+.Dq tls1.2 .
 .El
 .Pp
 .Ss LISTING
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/imapfilter-2.5.4/samples/config.lua 
new/imapfilter-2.5.5/samples/config.lua
--- old/imapfilter-2.5.4/samples/config.lua 2013-04-09 21:45:51.0 
+0200
+++ new/imapfilter-2.5.5/samples/config.lua 2013-06-08 11:25:04.0 
+0200
@@ -24,7 +24,7 @@
 server = 'imap2.mail.server',
 username = 'user2',
   

commit iceauth for openSUSE:Factory

2013-08-04 Thread h_root
Hello community,

here is the log from the commit of package iceauth for openSUSE:Factory checked 
in at 2013-08-04 16:49:49

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


Package is iceauth

Changes:

--- /work/SRC/openSUSE:Factory/iceauth/iceauth.changes  2012-05-08 
11:57:05.0 +0200
+++ /work/SRC/openSUSE:Factory/.iceauth.new/iceauth.changes 2013-08-04 
16:49:50.0 +0200
@@ -1,0 +2,13 @@
+Thu Aug  1 19:00:30 UTC 2013 - zai...@opensuse.org
+
+- Update to version 1.0.6:
+  + Constify some more string pointers to fix gcc warnings.
+  + Use void * instead of char * for generic pointer arg to DoFunc
+functions.
+  + Mark unused arguments in callback functions to quiet clang
+warnings.
+  + Fix some sign/size conversion warnings from clang.
+  + Add _X_NORETURN attributes suggested by gcc.
+  + Assume signal handlers return void, as C89 requires.
+
+---

Old:

  iceauth-1.0.5.tar.bz2

New:

  iceauth-1.0.6.tar.bz2



Other differences:
--
++ iceauth.spec ++
--- /var/tmp/diff_new_pack.15XlWJ/_old  2013-08-04 16:49:51.0 +0200
+++ /var/tmp/diff_new_pack.15XlWJ/_new  2013-08-04 16:49:51.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package iceauth
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 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,18 +15,19 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   iceauth
-Version:1.0.5
-Release:1
-License:MIT
+Version:1.0.6
+Release:0
 Summary:Utility to edit and display the ICE authorization information
-Url:http://xorg.freedesktop.org/
+License:MIT
 Group:  System/X11/Utilities
+Url:http://xorg.freedesktop.org/
 Source0:
http://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.bz2
 BuildRequires:  pkg-config
 BuildRequires:  pkgconfig(ice)
 BuildRequires:  pkgconfig(xorg-macros) = 1.8
-BuildRequires:  pkgconfig(xproto)
+BuildRequires:  pkgconfig(xproto) = 7.0.22
 # This was part of the xorg-x11 package up to version 7.6
 Conflicts:  xorg-x11 = 7.6
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ iceauth-1.0.5.tar.bz2 - iceauth-1.0.6.tar.bz2 ++
 13321 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/iceauth-1.0.5/ChangeLog new/iceauth-1.0.6/ChangeLog
--- old/iceauth-1.0.5/ChangeLog 2011-05-24 04:42:53.0 +0200
+++ new/iceauth-1.0.6/ChangeLog 2013-07-24 08:28:46.0 +0200
@@ -1,3 +1,101 @@
+commit c07d443d43e53cfe21b53a9a0eafcd6189432867
+Author: Alan Coopersmith alan.coopersm...@oracle.com
+Date:   Tue Jul 23 23:15:01 2013 -0700
+
+iceauth 1.0.6
+
+Signed-off-by: Alan Coopersmith alan.coopersm...@oracle.com
+
+commit 3e9250a5bc0c5e525c231eca1f241c545ac412ac
+Author: Alan Coopersmith alan.coopersm...@oracle.com
+Date:   Wed Jul 17 22:34:37 2013 -0700
+
+Constify some more string pointers to fix gcc warnings
+
+Signed-off-by: Alan Coopersmith alan.coopersm...@oracle.com
+
+commit aa38bef15c15c90e6ec831a202e6e147b889b6a6
+Author: Alan Coopersmith alan.coopersm...@oracle.com
+Date:   Wed Jul 17 22:27:28 2013 -0700
+
+Use void * instead of char * for generic pointer arg to DoFunc functions
+
+Quiets clang warnings of:
+process.c:754:29: warning: cast from 'char *' to 'struct _list_data *'
+ increases required alignment from 1 to 8 [-Wcast-align]
+struct _list_data *ld = (struct _list_data *) data;
+^~
+process.c:787:32: warning: cast from 'char *' to 'struct _extract_data *'
+ increases required alignment from 1 to 8 [-Wcast-align]
+struct _extract_data *ed = (struct _extract_data *) data;
+   ^
+process.c:988:22: warning: cast from 'char *' to 'int *'
+ increases required alignment from 1 to 4 [-Wcast-align]
+int *nremovedp = (int *) data;
+ ^~~~
+
+Signed-off-by: Alan Coopersmith alan.coopersm...@oracle.com
+

commit libpciaccess for openSUSE:Factory

2013-08-04 Thread h_root
Hello community,

here is the log from the commit of package libpciaccess for openSUSE:Factory 
checked in at 2013-08-04 16:55:19

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


Package is libpciaccess

Changes:

--- /work/SRC/openSUSE:Factory/libpciaccess/libpciaccess.changes
2013-03-22 11:29:10.0 +0100
+++ /work/SRC/openSUSE:Factory/.libpciaccess.new/libpciaccess.changes   
2013-08-04 16:55:21.0 +0200
@@ -1,0 +2,7 @@
+Fri Aug  2 12:38:30 UTC 2013 - sndir...@suse.com
+
+- u_libpciaccess-vgaarb-add-function-to-get-default-vga-device-and-it.patch:
+  Reenable default device when shutting down VGA arbitration.
+  (bnc#714677, bnc#832973).
+
+---

New:

  u_libpciaccess-vgaarb-add-function-to-get-default-vga-device-and-it.patch



Other differences:
--
++ libpciaccess.spec ++
--- /var/tmp/diff_new_pack.yR8YSG/_old  2013-08-04 16:55:21.0 +0200
+++ /var/tmp/diff_new_pack.yR8YSG/_new  2013-08-04 16:55:21.0 +0200
@@ -28,6 +28,7 @@
 #Git-Clone:git://anongit.freedesktop.org/xorg/lib/libpciaccess
 #Git-Web:  http://cgit.freedesktop.org/xorg/lib/libpciaccess/
 Source: 
http://xorg.freedesktop.org/releases/individual/lib/%{name}-%{version}.tar.bz2
+Patch0: 
u_libpciaccess-vgaarb-add-function-to-get-default-vga-device-and-it.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 #git#BuildRequires:autoconf = 2.60, automake, libtool
 BuildRequires:  pkgconfig
@@ -62,6 +63,7 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 %configure --with-pciids-path=%_datadir --disable-static

++ 
u_libpciaccess-vgaarb-add-function-to-get-default-vga-device-and-it.patch ++
From: Egbert Eich e...@freedesktop.org
Author: Egbert Eich e...@suse.de
Date: Sun, 28 Aug 2011 19:53:02 +0200
Patch-Mainline: To be upstreamed.
Subject: [PATCH] vgaarb: add function to get default vga device and it's 
decodes.

Signed-off-by: Egbert Eich e...@freedesktop.org
---
 src/common_vgaarb.c |   11 ++-
 1 files changed, 10 insertions(+), 1 deletions(-)

Index: libpciaccess-0.13.1/src/common_vgaarb.c
===
--- libpciaccess-0.13.1.orig/src/common_vgaarb.c
+++ libpciaccess-0.13.1/src/common_vgaarb.c
@@ -153,7 +153,11 @@ pci_device_vgaarb_fini(void)
 {
 if (!pci_sys)
 return;
-
+if (pci_device_vgaarb_set_target(NULL)  0 ||
+   pci_device_vgaarb_lock()  0 ||
+   pci_device_vgaarb_unlock()  0) {
+   fprintf(stderr, VGA Arbitration: Cannot restore default device.\n);
+}
 close(pci_sys-vgaarb_fd);
 }
 
@@ -331,6 +335,11 @@ pci_device_vgaarb_unlock(void)
 int pci_device_vgaarb_get_info(struct pci_device *dev, int *vga_count, int 
*rsrc_decodes)
 {
 *vga_count = pci_sys-vga_count;
+
+if (!rsrc_decodes)
+return 0;
+if (!dev)
+dev = pci_sys-vga_default_dev;
 if (!dev)
 return 0;
 
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit libxml2 for openSUSE:Factory

2013-08-04 Thread h_root
Hello community,

here is the log from the commit of package libxml2 for openSUSE:Factory checked 
in at 2013-08-04 16:55:46

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


Package is libxml2

Changes:

--- /work/SRC/openSUSE:Factory/libxml2/libxml2.changes  2013-04-20 
17:49:24.0 +0200
+++ /work/SRC/openSUSE:Factory/.libxml2.new/libxml2.changes 2013-08-04 
16:55:48.0 +0200
@@ -1,0 +2,12 @@
+Fri Aug  2 12:57:36 UTC 2013 - vci...@suse.com
+
+- update to 2.9.1
+  dropped patches (in upstream):
+  * libxml2-2.9.0-CVE-2012-5134.patch
+  * 
libxml2-CVE-2013-0338-Detect-excessive-entities-expansion-upon-replacement.patch
+  * libxml2-CVE-2013-1969.patch
+  New features:
+  * Support for Python3
+  * Add xmlXPathSetContextNode and xmlXPathNodeEval
+
+---

Old:

  libxml2-2.9.0-CVE-2012-5134.patch
  libxml2-2.9.0.tar.gz
  
libxml2-CVE-2013-0338-Detect-excessive-entities-expansion-upon-replacement.patch
  libxml2-CVE-2013-1969.patch

New:

  libxml2-2.9.1.tar.gz



Other differences:
--
++ libxml2.spec ++
--- /var/tmp/diff_new_pack.J9UxYr/_old  2013-08-04 16:55:49.0 +0200
+++ /var/tmp/diff_new_pack.J9UxYr/_new  2013-08-04 16:55:49.0 +0200
@@ -19,7 +19,7 @@
 %define lname libxml2-2
 
 Name:   libxml2
-Version:2.9.0
+Version:2.9.1
 Release:0
 Summary:A Library to Manipulate XML Files
 License:MIT
@@ -29,10 +29,6 @@
 Source: ftp://xmlsoft.org/libxml2/%{name}-%{version}.tar.gz
 Source2:baselibs.conf
 Patch0: fix-perl.diff
-# PATCH-FIX-UPSTREAM CVE-2012-5134 (bnc#793334)
-Patch1: libxml2-2.9.0-CVE-2012-5134.patch
-Patch4: 
libxml2-CVE-2013-0338-Detect-excessive-entities-expansion-upon-replacement.patch
-Patch5: libxml2-CVE-2013-1969.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  pkg-config
 BuildRequires:  readline-devel
@@ -127,9 +123,6 @@
 %prep
 %setup -q
 %patch0
-%patch1 -p1
-%patch4 -p1
-%patch5 -p1
 
 %build
 %configure --disable-static \

++ python-libxml2.spec ++
--- /var/tmp/diff_new_pack.J9UxYr/_old  2013-08-04 16:55:49.0 +0200
+++ /var/tmp/diff_new_pack.J9UxYr/_new  2013-08-04 16:55:49.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   python-libxml2
-Version:2.9.0
+Version:2.9.1
 Release:0
 Summary:Python Bindings for libxml2
 License:MIT

++ libxml2-2.9.0.tar.gz - libxml2-2.9.1.tar.gz ++
 17241 lines of diff (skipped)

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



commit libyui-ncurses-pkg for openSUSE:Factory

2013-08-04 Thread h_root
Hello community,

here is the log from the commit of package libyui-ncurses-pkg for 
openSUSE:Factory checked in at 2013-08-04 16:56:02

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


Package is libyui-ncurses-pkg

Changes:

--- /work/SRC/openSUSE:Factory/libyui-ncurses-pkg/libyui-ncurses-pkg.changes
2013-07-30 11:44:22.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.libyui-ncurses-pkg.new/libyui-ncurses-pkg.changes   
2013-08-04 16:56:04.0 +0200
@@ -1,0 +2,6 @@
+Wed Jul 31 15:47:16 CEST 2013 - g...@suse.de
+
+- Online Update: show multi version packages correctly
+- Version 2.44.4
+
+---

Old:

  libyui-ncurses-pkg-2.44.3.tar.bz2

New:

  libyui-ncurses-pkg-2.44.4.tar.bz2



Other differences:
--
++ libyui-ncurses-pkg-doc.spec ++
--- /var/tmp/diff_new_pack.LiceQi/_old  2013-08-04 16:56:05.0 +0200
+++ /var/tmp/diff_new_pack.LiceQi/_new  2013-08-04 16:56:05.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   libyui-ncurses-pkg-doc
-Version:2.44.3
+Version:2.44.4
 Release:0
 Source: libyui-ncurses-pkg-%{version}.tar.bz2
 

++ libyui-ncurses-pkg.spec ++
--- /var/tmp/diff_new_pack.LiceQi/_old  2013-08-04 16:56:05.0 +0200
+++ /var/tmp/diff_new_pack.LiceQi/_new  2013-08-04 16:56:05.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   libyui-ncurses-pkg
-Version:2.44.3
+Version:2.44.4
 Release:0
 Source: libyui-ncurses-pkg-%{version}.tar.bz2
 

++ libyui-ncurses-pkg-2.44.3.tar.bz2 - libyui-ncurses-pkg-2.44.4.tar.bz2 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libyui-ncurses-pkg-2.44.3/ChangeLog 
new/libyui-ncurses-pkg-2.44.4/ChangeLog
--- old/libyui-ncurses-pkg-2.44.3/ChangeLog 2013-07-25 14:39:05.0 
+0200
+++ new/libyui-ncurses-pkg-2.44.4/ChangeLog 2013-07-31 15:59:06.0 
+0200
@@ -1,4 +1,10 @@
 ---
+Wed Jul 31 15:47:16 CEST 2013 - g...@suse.de
+
+- Online Update: show multi version packages correctly
+- Version 2.44.4
+
+---
 Tue Jul 24 11:56:24 CEST 2013 - g...@suse.de
 
 - Online Update: improve help, show column 'Kind' beside 'Name',
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libyui-ncurses-pkg-2.44.3/VERSION.cmake 
new/libyui-ncurses-pkg-2.44.4/VERSION.cmake
--- old/libyui-ncurses-pkg-2.44.3/VERSION.cmake 2013-07-25 14:39:05.0 
+0200
+++ new/libyui-ncurses-pkg-2.44.4/VERSION.cmake 2013-07-31 15:59:06.0 
+0200
@@ -1,6 +1,6 @@
 SET( VERSION_MAJOR 2 )
 SET( VERSION_MINOR 44 )
-SET( VERSION_PATCH 3 )
+SET( VERSION_PATCH 4 )
 SET( VERSION ${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH} )
 
 # This is need for the libyui core, ONLY.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libyui-ncurses-pkg-2.44.3/src/NCPackageSelector.cc 
new/libyui-ncurses-pkg-2.44.4/src/NCPackageSelector.cc
--- old/libyui-ncurses-pkg-2.44.3/src/NCPackageSelector.cc  2013-07-25 
14:39:05.0 +0200
+++ new/libyui-ncurses-pkg-2.44.4/src/NCPackageSelector.cc  2013-07-31 
15:59:06.0 +0200
@@ -974,7 +974,14 @@
 ZyppSel sel = patchPkgs-getSelPointer( patchPkgs-getCurrentItem() );
 
 // show the availables
-   NCPkgPopupTable * availablePopup = new NCPkgPopupTable( wpos( 3, 8), 
this );
+   NCPkgPopupTable * availablePopup =
+new NCPkgPopupTable( wpos( 3, 8), this,
+ // headline of package versions popup
+ _(Package Versions),
+ // text above of list of all package versions
+ _(List of all available package versions:),
+ ,// no additional text line
+ false );   // no 'Cancel' button
NCursesEvent input = availablePopup-showAvailablesPopup( sel );
 
YDialog::deleteTopmostDialog();
@@ -1257,7 +1264,15 @@
 if ( !youMode )// don't show automatic changes if YOU mode
 {
// show the automatic changes list
-   NCPkgPopupTable * autoChangePopup = new NCPkgPopupTable( wpos( 3, 8), 
this );
+   NCPkgPopupTable * autoChangePopup =
+new NCPkgPopupTable( wpos( 3, 8), this,
+ // headline - packages with automatic status 
change
+ _(Automatic 

commit logrotate for openSUSE:Factory

2013-08-04 Thread h_root
Hello community,

here is the log from the commit of package logrotate for openSUSE:Factory 
checked in at 2013-08-04 16:56:44

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


Package is logrotate

Changes:

--- /work/SRC/openSUSE:Factory/logrotate/logrotate.changes  2013-07-27 
15:48:01.0 +0200
+++ /work/SRC/openSUSE:Factory/.logrotate.new/logrotate.changes 2013-08-04 
16:56:45.0 +0200
@@ -1,0 +2,7 @@
+Thu Aug  1 12:36:57 UTC 2013 - vci...@suse.com
+
+- mention in the manpage that = is an allowed separator in the
+  config file (bnc#831072)
+  * added logrotate-manpage_config_clarification.patch
+
+---

New:

  logrotate-manpage_config_clarification.patch



Other differences:
--
++ logrotate.spec ++
--- /var/tmp/diff_new_pack.E8NOUp/_old  2013-08-04 16:56:45.0 +0200
+++ /var/tmp/diff_new_pack.E8NOUp/_new  2013-08-04 16:56:45.0 +0200
@@ -31,6 +31,7 @@
 Patch2: logrotate-3.7.8-autoext.patch
 Patch3: logrotate-3.7.8-addextension.patch
 Patch4: logrotate-3.7.8-mess_err.patch
+Patch5: logrotate-manpage_config_clarification.patch
 BuildRequires:  libselinux-devel
 BuildRequires:  popt-devel
 PreReq: %fillup_prereq
@@ -55,6 +56,7 @@
 %patch2
 %patch3
 %patch4
+%patch5 -p1
 
 %build
 make %{?_smp_mflags} CC=%__cc RPM_OPT_FLAGS=%{optflags} WITH_SELINUX=yes

++ logrotate-manpage_config_clarification.patch ++
Index: logrotate-3.8.5/logrotate.8
===
--- logrotate-3.8.5.orig/logrotate.82013-07-25 15:30:36.687434418 +0200
+++ logrotate-3.8.5/logrotate.8 2013-07-31 16:08:57.460078472 +0200
@@ -121,6 +121,10 @@ compressed after they are rotated.  Note
 anywhere in the config file as long as the first non-whitespace
 character on the line is a #.
 
+Values are separated from directives by whitespace and/or an optional =.
+Numbers must be specified in a format understood by
+.BR strtoul(3).
+
 The next section of the config files defined how to handle the log file
 \fI/var/log/messages\fR. The log will go through five weekly rotations before
 being removed. After the log file has been rotated (but before the old
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit lyx for openSUSE:Factory

2013-08-04 Thread h_root
Hello community,

here is the log from the commit of package lyx for openSUSE:Factory checked in 
at 2013-08-04 16:58:14

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


Package is lyx

Changes:

--- /work/SRC/openSUSE:Factory/lyx/lyx.changes  2013-05-13 15:08:47.0 
+0200
+++ /work/SRC/openSUSE:Factory/.lyx.new/lyx.changes 2013-08-04 
16:58:15.0 +0200
@@ -1,0 +2,7 @@
+Thu Aug  1 21:22:25 UTC 2013 - corne...@solcon.nl
+
+- Added lyx-2.0.6-fix_zombies.patch to fix http://www.lyx.org/trac/ticket/8774.
+- Updated name for xdg-open patch (was updated for 2.0.6).
+- Added texlive-nomencl to Requires as it is also supported by LyX.
+
+---

Old:

  lyx-2.0.1-xdg_open.patch

New:

  lyx-2.0.6-fix_zombies.patch
  lyx-2.0.6-xdg_open.patch



Other differences:
--
++ lyx.spec ++
--- /var/tmp/diff_new_pack.aZw04P/_old  2013-08-04 16:58:15.0 +0200
+++ /var/tmp/diff_new_pack.aZw04P/_new  2013-08-04 16:58:16.0 +0200
@@ -38,7 +38,9 @@
 Source3:lyxrc.dist
 # xdg patch
 # This was rejected by upstream 
(http://www.mail-archive.com/lyx-devel@lists.lyx.org/msg133878.html)
-Patch0: lyx-2.0.1-xdg_open.patch
+Patch0: lyx-2.0.6-xdg_open.patch
+# PATCH-FIX-UPSTREAM fix for http://www.lyx.org/trac/ticket/8774 (fixed in 2.1)
+Patch1: lyx-2.0.6-fix_zombies.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %if 0%{?suse_version}  1230
 Requires:   ImageMagick
@@ -54,6 +56,7 @@
 Requires:   texlive-collection-luatex
 Requires:   texlive-collection-xetex
 Requires:   texlive-endnotes
+Requires:   texlive-nomencl
 Requires:   texlive-pdfsync
 Requires:   texlive-splitindex
 Requires:   xindy
@@ -74,6 +77,7 @@
 %prep
 %setup -q
 %patch0
+%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')  

++ lyx-2.0.6-fix_zombies.patch ++
From 254c5fa439df319e8c71212f946ba74a104be16e Mon Sep 17 00:00:00 2001
From: Guy Rutenberg guyrutenb...@gmail.com
Date: Sat, 6 Jul 2013 16:09:50 +0300
Subject: [PATCH] Prevent zobmie process.

Using Systemcall::startscript() with Starttype::DontWait used to create
zombie process, as nobody would collect them. This patch start those
process as detached, hence preventing them from becoming zombies.
---
 src/support/Systemcall.cpp  |   26 --
 src/support/SystemcallPrivate.h |2 +-
 2 files changed, 17 insertions(+), 11 deletions(-)

diff --git a/src/support/Systemcall.cpp b/src/support/Systemcall.cpp
index ca80409..f689c0b 100644
--- a/src/support/Systemcall.cpp
+++ b/src/support/Systemcall.cpp
@@ -251,19 +251,17 @@ int Systemcall::startscript(Starttype how, string const  
what,
SystemcallPrivate d(outfile, errfile);
 
 
-   d.startProcess(cmd, path);
-   if (!d.waitWhile(SystemcallPrivate::Starting, process_events, -1)) {
+   d.startProcess(cmd, path, how == DontWait);
+   if (how == DontWait  d.state == SystemcallPrivate::Running) {
+   return 0;
+   }
+   if (d.state == SystemcallPrivate::Error 
+   || !d.waitWhile(SystemcallPrivate::Starting, 
process_events, -1)) {
LYXERR0(Systemcall: '  cmd  ' did not start!);
LYXERR0(error   d.errorMessage());
return 10;
}
 
-   if (how == DontWait) {
-   QProcess* released = d.releaseProcess();
-   (void) released; // TODO who deletes it?
-   return 0;
-   }
-
if (!d.waitWhile(SystemcallPrivate::Running, process_events,
 os::timeout_min() * 60 * 1000)) {
LYXERR0(Systemcall: '  cmd  ' did not finish!);
@@ -349,10 +347,18 @@ SystemcallPrivate::SystemcallPrivate(std::string const  
sf,
 }
 
 
-void SystemcallPrivate::startProcess(QString const  cmd, string const  path)
+void SystemcallPrivate::startProcess(QString const  cmd, string const  path, 
bool detached)
 {
cmd_ = cmd;
-   if (process_) {
+   if (detached) {
+   state = SystemcallPrivate::Running;
+   if (!QProcess::startDetached(toqstr(latexEnvCmdPrefix(path)) + 
cmd_)) {
+   state = SystemcallPrivate::Error;
+   return;
+   }
+   QProcess* released = releaseProcess();
+   delete released;
+   } else if (process_) {
state = SystemcallPrivate::Starting;

commit mkinitrd for openSUSE:Factory

2013-08-04 Thread h_root
Hello community,

here is the log from the commit of package mkinitrd for openSUSE:Factory 
checked in at 2013-08-04 16:58:27

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


Package is mkinitrd

Changes:

--- /work/SRC/openSUSE:Factory/mkinitrd/mkinitrd.changes2013-08-01 
06:54:34.0 +0200
+++ /work/SRC/openSUSE:Factory/.mkinitrd.new/mkinitrd.changes   2013-08-04 
16:58:28.0 +0200
@@ -1,0 +2,11 @@
+Sun Aug  4 10:47:08 CEST 2013 - oher...@suse.de
+
+- Fix parsing of disabled modules in RESOLVED_INITRD_MODULES (bnc#696959)
+
+---
+Wed Jul 31 19:47:41 CEST 2013 - oher...@suse.de
+
+- Migrate /etc/sysconfig/kernel:MODULES_LOADED_ON_BOOT to
+  /etc/modules-load.d/MODULES_LOADED_ON_BOOT.conf (bnc#768423)
+
+---



Other differences:
--
++ mkinitrd.spec ++
--- /var/tmp/diff_new_pack.q0qeb7/_old  2013-08-04 16:58:29.0 +0200
+++ /var/tmp/diff_new_pack.q0qeb7/_new  2013-08-04 16:58:29.0 +0200
@@ -109,8 +109,6 @@
 mkdir -p $RPM_BUILD_ROOT/lib/mkinitrd/setup
 mkdir -p $RPM_BUILD_ROOT/lib/mkinitrd/boot
 mkdir -p $RPM_BUILD_ROOT/lib/mkinitrd/bin
-mkdir -p $RPM_BUILD_ROOT/etc/init.d
-mkdir -p $RPM_BUILD_ROOT/var/adm/fillup-templates
 cp -a scripts/*.sh $RPM_BUILD_ROOT/lib/mkinitrd/scripts/
 for i in lib/mkinitrd/bin/*
 do
@@ -130,8 +128,12 @@
 #
 %install_mkinitrd   /usr/bin/perl /sbin/mkinitrd_setup
 EOF
+%if 0%{?suse_version}  1230
+mkdir -p $RPM_BUILD_ROOT/etc/init.d
 install -m 755 etc/boot.loadmodules $RPM_BUILD_ROOT/etc/init.d/
 install -m 755 etc/purge-kernels.init $RPM_BUILD_ROOT/etc/init.d/purge-kernels
+%endif
+mkdir -p $RPM_BUILD_ROOT/var/adm/fillup-templates
 install -m 644 etc/sysconfig.kernel-mkinitrd 
$RPM_BUILD_ROOT/var/adm/fillup-templates/
 
 %if 0%{?suse_version} = 1210
@@ -151,8 +153,27 @@
 
 %post
 %{fillup_only -an kernel}
+%if 0%{?suse_version}  1230
 %{insserv_force_if_yast /etc/init.d/boot.loadmodules}
 %{fillup_and_insserv -f -Y purge-kernels}
+%endif
+%if 0%{?suse_version} = 1230
+%{remove_and_set -n kernel MODULES_LOADED_ON_BOOT}
+if test -n ${MODULES_LOADED_ON_BOOT}
+then
+   mkdir -vp /etc/modules-load.d/
+   f=/etc/modules-load.d/MODULES_LOADED_ON_BOOT.conf
+   if test -f ${f}
+   then
+   echo ${f} already exists. Module list: 
'${MODULES_LOADED_ON_BOOT}'
+   else
+   for mod in ${MODULES_LOADED_ON_BOOT}
+   do
+   echo ${mod}
+   done  ${f}
+   fi
+fi
+%endif
 %if 0%{?suse_version} = 1210
 %service_add_post purge-kernels.service
 %endif
@@ -178,8 +199,10 @@
 %dir /lib/mkinitrd/boot
 %dir /lib/mkinitrd/setup
 %config /etc/rpm/macros.mkinitrd
+%if 0%{?suse_version}  1230
 /etc/init.d/boot.loadmodules
 /etc/init.d/purge-kernels
+%endif
 %if 0%{?suse_version} = 1210
 %_unitdir/purge-kernels.service
 %endif

++ mkinitrd.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mkinitrd-2.7.2/etc/sysconfig.kernel-mkinitrd 
new/mkinitrd-2.7.2/etc/sysconfig.kernel-mkinitrd
--- old/mkinitrd-2.7.2/etc/sysconfig.kernel-mkinitrd2013-07-31 
17:44:01.0 +0200
+++ new/mkinitrd-2.7.2/etc/sysconfig.kernel-mkinitrd2013-08-04 
10:47:54.0 +0200
@@ -31,16 +31,6 @@
 #
 DOMU_INITRD_MODULES=xennet xenblk
 
-## Type:   string
-## ServiceRestart: boot.loadmodules
-#
-# This variable contains the list of modules to be loaded
-# once the main filesystem is active
-# You will find a few default modules for hardware which
-# can not be detected automatically.
-#
-MODULES_LOADED_ON_BOOT=
-
 ## Type:string
 ## Default: 
 #
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mkinitrd-2.7.2/mkinitrd.changes 
new/mkinitrd-2.7.2/mkinitrd.changes
--- old/mkinitrd-2.7.2/mkinitrd.changes 2013-07-31 17:44:01.0 +0200
+++ new/mkinitrd-2.7.2/mkinitrd.changes 2013-08-04 10:47:54.0 +0200
@@ -1,4 +1,15 @@
 ---
+Sun Aug  4 10:47:08 CEST 2013 - oher...@suse.de
+
+- Fix parsing of disabled modules in RESOLVED_INITRD_MODULES (bnc#696959)
+
+---
+Wed Jul 31 19:47:41 CEST 2013 - oher...@suse.de
+
+- Migrate /etc/sysconfig/kernel:MODULES_LOADED_ON_BOOT to
+  /etc/modules-load.d/MODULES_LOADED_ON_BOOT.conf (bnc#768423)
+
+---
 Wed Jul 31 17:42:59 CEST 2013 - oher...@suse.de
 
 - Remove useless console output before starting splash 

commit openssl for openSUSE:Factory

2013-08-04 Thread h_root
Hello community,

here is the log from the commit of package openssl for openSUSE:Factory checked 
in at 2013-08-04 16:59:21

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


Package is openssl

Changes:

--- /work/SRC/openSUSE:Factory/openssl/openssl.changes  2013-07-30 
18:42:59.0 +0200
+++ /work/SRC/openSUSE:Factory/.openssl.new/openssl.changes 2013-08-04 
16:59:22.0 +0200
@@ -1,0 +2,12 @@
+Sat Aug  3 21:15:07 UTC 2013 - crrodrig...@opensuse.org
+
+- 0005-libssl-Hide-library-private-symbols.patch: hide 
+  private symbols, this *only* applies to libssl where
+  it is straightforward to do so as applications should
+  not be using any of the symbols declared/defined in headers
+  that the library does not install.
+  A separate patch MAY be provided in the future for libcrypto
+  where things are much more complicated and threfore requires
+  careful testing.
+
+---

New:

  0005-libssl-Hide-library-private-symbols.patch



Other differences:
--
++ openssl.spec ++
--- /var/tmp/diff_new_pack.0wLKXM/_old  2013-08-04 16:59:23.0 +0200
+++ /var/tmp/diff_new_pack.0wLKXM/_new  2013-08-04 16:59:23.0 +0200
@@ -50,6 +50,7 @@
 Patch5: openssl-fix-pod-syntax.diff
 Patch6: openssl-1.0.1e-truststore.diff
 Patch7: compression_methods_switch.patch
+Patch8: 0005-libssl-Hide-library-private-symbols.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -133,6 +134,7 @@
 %patch5 -p1
 %patch6 -p1
 %patch7 -p1
+%patch8 -p1
 cp -p %{S:10} .
 echo adding/overwriting some entries in the 'table' hash in Configure
 # 
$dso_scheme:$shared_target:$shared_cflag:$shared_ldflag:$shared_extension:$ranlib:$arflags

++ 0005-libssl-Hide-library-private-symbols.patch ++
From 89d5aecbc62842651cf22e48c405eb435feb0df3 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Cristian=20Rodr=C3=ADguez?= crrodrig...@opensuse.org
Date: Wed, 24 Jul 2013 23:29:05 -0400
Subject: [PATCH 5/5] libssl: Hide library private symbols

This patch only contains the libssl part (the easy one)
patch to libcrypto will follow after it is complete and good enough.

It hides all the library symbols that are not part of the public
API/ABI when GCC 4 or later is used.
---
 ssl/kssl_lcl.h | 9 +
 ssl/ssl_locl.h | 8 
 2 files changed, 17 insertions(+)

diff --git a/ssl/kssl_lcl.h b/ssl/kssl_lcl.h
index c039c91..69972b1 100644
--- a/ssl/kssl_lcl.h
+++ b/ssl/kssl_lcl.h
@@ -61,6 +61,10 @@
 
 #include openssl/kssl.h
 
+#if defined(__GNUC__)  __GNUC__ = 4
+#pragma GCC visibility push(hidden)
+#endif
+
 #ifndef OPENSSL_NO_KRB5
 
 #ifdef  __cplusplus
@@ -84,4 +88,9 @@ int kssl_tgt_is_available(KSSL_CTX *kssl_ctx);
 }
 #endif
 #endif /* OPENSSL_NO_KRB5  */
+
+#if defined(__GNUC__)  __GNUC__ = 4
+#pragma GCC visibility pop
+#endif
+
 #endif /* KSSL_LCL_H   */
diff --git a/ssl/ssl_locl.h b/ssl/ssl_locl.h
index 56f9b4b..dde4e3e 100644
--- a/ssl/ssl_locl.h
+++ b/ssl/ssl_locl.h
@@ -165,6 +165,10 @@
 #include openssl/ssl.h
 #include openssl/symhacks.h
 
+#if defined(__GNUC__)  __GNUC__ = 4
+#pragma GCC visibility push(hidden)
+#endif
+
 #ifdef OPENSSL_BUILD_SHLIBSSL
 # undef OPENSSL_EXTERN
 # define OPENSSL_EXTERN OPENSSL_EXPORT
@@ -1357,4 +1361,8 @@ void tls_fips_digest_extra(
const EVP_CIPHER_CTX *cipher_ctx, EVP_MD_CTX *mac_ctx,
const unsigned char *data, size_t data_len, size_t orig_len);
 
+#if defined(__GNUC__)  __GNUC__ = 4
+#pragma GCC visibility pop
+#endif
+
 #endif
-- 
1.8.3.1


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



commit patterns-openSUSE for openSUSE:Factory

2013-08-04 Thread h_root
Hello community,

here is the log from the commit of package patterns-openSUSE for 
openSUSE:Factory checked in at 2013-08-04 17:03:40

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


Package is patterns-openSUSE

Changes:

--- /work/SRC/openSUSE:Factory/patterns-openSUSE/patterns-openSUSE.changes  
2013-08-01 06:54:21.0 +0200
+++ /work/SRC/openSUSE:Factory/.patterns-openSUSE.new/patterns-openSUSE.changes 
2013-08-04 17:03:41.0 +0200
@@ -1,0 +2,8 @@
+Fri Aug  2 14:02:03 UTC 2013 - co...@suse.com
+
+- Stephan Kulow (1):
+  switch to xorg-x11-essentials
+
+Commit: 5df80cef
+
+---



Other differences:
--
++ patterns-openSUSE.spec ++
--- /var/tmp/diff_new_pack.9maZFc/_old  2013-08-04 17:03:42.0 +0200
+++ /var/tmp/diff_new_pack.9maZFc/_new  2013-08-04 17:03:42.0 +0200
@@ -2102,10 +2102,10 @@
 Recommends: x11-tools
 %endif
 Recommends: xkeyboard-config
-Recommends: xorg-x11
 Recommends: xorg-x11-Xvnc
 Recommends: xorg-x11-driver-input
 Recommends: xorg-x11-driver-video
+Recommends: xorg-x11-essentials
 Recommends: xorg-x11-libX11-ccache
 Recommends: xorg-x11-server
 Recommends: xorg-x11-xauth

++ patterns-openSUSE-data.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/patterns-openSUSE-data/data/X11 
new/patterns-openSUSE-data/data/X11
--- old/patterns-openSUSE-data/data/X11 2013-07-26 16:37:02.0 +0200
+++ new/patterns-openSUSE-data/data/X11 2013-08-02 16:01:51.0 +0200
@@ -18,7 +18,7 @@
 xorg-x11-driver-video
 xorg-x11-libX11-ccache
 // provides e.g. xdm
-xorg-x11
+xorg-x11-essentials
 xorg-x11-Xvnc
 // people love having numlock configurable
 numlockx

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



commit perl-Sys-Virt for openSUSE:Factory

2013-08-04 Thread h_root
Hello community,

here is the log from the commit of package perl-Sys-Virt for openSUSE:Factory 
checked in at 2013-08-04 17:05:19

Comparing /work/SRC/openSUSE:Factory/perl-Sys-Virt (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Sys-Virt.new (New)


Package is perl-Sys-Virt

Changes:

--- /work/SRC/openSUSE:Factory/perl-Sys-Virt/perl-Sys-Virt.changes  
2013-05-28 12:08:14.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Sys-Virt.new/perl-Sys-Virt.changes 
2013-08-04 17:05:23.0 +0200
@@ -1,0 +2,15 @@
+Tue Jul 30 14:56:44 MDT 2013 - jfeh...@suse.com
+
+- Update to 1.1.1
+  - Add all new APIs and constants in libvirt 1.1.1
+
+---
+Tue Jul 30 08:51:05 MDT 2013 - jfeh...@suse.com
+
+- Update to 1.1.0
+  - Add support for v3 of migration APIs
+  - Add all new constants in libvirt 1.1.0
+  - Fix handling of sparse typed parameters
+  - Fix misc typos in docs
+
+---

Old:

  Sys-Virt-1.0.5.tar.gz

New:

  Sys-Virt-1.1.1.tar.gz



Other differences:
--
++ perl-Sys-Virt.spec ++
--- /var/tmp/diff_new_pack.t4veVJ/_old  2013-08-04 17:05:24.0 +0200
+++ /var/tmp/diff_new_pack.t4veVJ/_new  2013-08-04 17:05:24.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Sys-Virt
-Version:1.0.5
+Version:1.1.1
 Release:0
 %define cpan_name Sys-Virt
 Summary:Represent and manage a libvirt hypervisor connection

++ Sys-Virt-1.0.5.tar.gz - Sys-Virt-1.1.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-1.0.5/AUTHORS new/Sys-Virt-1.1.1/AUTHORS
--- old/Sys-Virt-1.0.5/AUTHORS  2013-05-14 15:24:54.0 +0200
+++ new/Sys-Virt-1.1.1/AUTHORS  2013-07-30 16:34:30.0 +0200
@@ -11,5 +11,6 @@
Anthony Hinsinger anthony-dot-hinsinger-at-univ-pau-dot-fr
Stepan Kasal  skasal-at-redhat-dot-com
Ludwig Nussel ludwig-dot-nussel-at-suse-dot-de
+   Zhe Peng  zpeng-at-redhat-dot-com
 
 -- End
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-1.0.5/Changes new/Sys-Virt-1.1.1/Changes
--- old/Sys-Virt-1.0.5/Changes  2013-05-14 15:24:54.0 +0200
+++ new/Sys-Virt-1.1.1/Changes  2013-07-30 16:34:30.0 +0200
@@ -1,5 +1,16 @@
 Revision history for perl module Sys::Virt
 
+1.1.1 2013-07-30
+
+ - Add all new constants/apis in libvirt 1.1.1
+
+1.1.0 2013-07-29
+
+ - Add support for v3 of migration APIs
+ - Add all new constants in libvirt 1.1.0
+ - Fix handling of sparse typed parameters
+ - Fix misc typos in docs
+
 1.0.5 2013-05-14
 
  - Add all new APIs in libvirt 1.0.4 and 1.0.5
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-1.0.5/MANIFEST new/Sys-Virt-1.1.1/MANIFEST
--- old/Sys-Virt-1.0.5/MANIFEST 2013-05-14 15:25:08.0 +0200
+++ new/Sys-Virt-1.1.1/MANIFEST 2013-07-30 16:34:51.0 +0200
@@ -40,6 +40,8 @@
 MANIFEST.SKIP
 META.yml
 META.yml.PL
+MYMETA.json
+MYMETA.yml
 perl-Sys-Virt.spec
 perl-Sys-Virt.spec.PL
 README
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-1.0.5/META.yml new/Sys-Virt-1.1.1/META.yml
--- old/Sys-Virt-1.0.5/META.yml 2013-05-14 15:25:08.0 +0200
+++ new/Sys-Virt-1.1.1/META.yml 2013-07-30 16:34:51.0 +0200
@@ -1,7 +1,7 @@
 --- #YAML:1.0
 name: Sys-Virt
 abstract: Extension for the libvirt library
-version:  1.0.5
+version:  1.1.1
 author:
   - Daniel P. Berrange d...@berrange.com
 license: perl
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-1.0.5/MYMETA.json 
new/Sys-Virt-1.1.1/MYMETA.json
--- old/Sys-Virt-1.0.5/MYMETA.json  1970-01-01 01:00:00.0 +0100
+++ new/Sys-Virt-1.1.1/MYMETA.json  2013-07-30 16:34:38.0 +0200
@@ -0,0 +1,46 @@
+{
+   abstract : unknown,
+   author : [
+  Daniel Berrange d...@berrange.com
+   ],
+   dynamic_config : 0,
+   generated_by : ExtUtils::MakeMaker version 6.64, CPAN::Meta::Converter 
version 2.120921,
+   license : [
+  unknown
+   ],
+   meta-spec : {
+  url : http://search.cpan.org/perldoc?CPAN::Meta::Spec;,
+  version : 2
+   },
+   name : Sys-Virt,
+   no_index : {
+  directory : [
+ t,
+ inc
+  ]
+   },
+   prereqs : {
+  build : {
+ requires : {
+ExtUtils::MakeMaker : 0
+ }
+  },
+  configure : {
+ requires : {
+ExtUtils::MakeMaker : 0
+ }
+  },
+  runtime : {
+ requires : {
+Test::CPAN::Changes : 0,
+Test::More 

commit pm-utils for openSUSE:Factory

2013-08-04 Thread h_root
Hello community,

here is the log from the commit of package pm-utils for openSUSE:Factory 
checked in at 2013-08-04 17:06:21

Comparing /work/SRC/openSUSE:Factory/pm-utils (Old)
 and  /work/SRC/openSUSE:Factory/.pm-utils.new (New)


Package is pm-utils

Changes:

--- /work/SRC/openSUSE:Factory/pm-utils/pm-utils.changes2013-05-13 
15:16:02.0 +0200
+++ /work/SRC/openSUSE:Factory/.pm-utils.new/pm-utils.changes   2013-08-04 
17:06:22.0 +0200
@@ -1,0 +2,6 @@
+Fri Aug  2 11:26:31 UTC 2013 - vdziewie...@suse.com
+
+-Remove all power.d hooks as a next step to dropping pm-utils.
+bnc#827854
+
+---



Other differences:
--
++ pm-utils.spec ++
--- /var/tmp/diff_new_pack.jP5GOd/_old  2013-08-04 17:06:22.0 +0200
+++ /var/tmp/diff_new_pack.jP5GOd/_new  2013-08-04 17:06:22.0 +0200
@@ -80,7 +80,7 @@
 %install
 %{makeinstall}
 # bnc#663067
-%{__rm} %{buildroot}/%{pm_libdir}/power.d/harddrive
+%{__rm} -r %{buildroot}/%{pm_libdir}/power.d/
 # ibm bluetooth radio state handling was fixed
 # 
http://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/drivers/platform/x86/thinkpad_acpi.c?id=208b996b6c460285650d39b2330f8ef82c007d10
 %{__rm} %{buildroot}/%{pm_libdir}/sleep.d/49bluetooth

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



commit procps for openSUSE:Factory

2013-08-04 Thread h_root
Hello community,

here is the log from the commit of package procps for openSUSE:Factory checked 
in at 2013-08-04 17:07:47

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


Package is procps

Changes:

--- /work/SRC/openSUSE:Factory/procps/procps.changes2013-07-25 
15:15:23.0 +0200
+++ /work/SRC/openSUSE:Factory/.procps.new/procps.changes   2013-08-04 
17:07:49.0 +0200
@@ -1,0 +2,6 @@
+Fri Aug  2 13:00:57 UTC 2013 - wer...@suse.de
+
+- Add patch procps-ng-3.3.8-vmstat-terabyte.dif to readd last
+  trifle rest of the old terabyte patch (is this really required?)
+
+---

New:

  procps-ng-3.3.8-vmstat-terabyte.dif



Other differences:
--
++ procps.spec ++
--- /var/tmp/diff_new_pack.BV5BtP/_old  2013-08-04 17:07:50.0 +0200
+++ /var/tmp/diff_new_pack.BV5BtP/_new  2013-08-04 17:07:50.0 +0200
@@ -83,6 +83,8 @@
 Patch26:0002-top-cursor-repositioning-includes-line-oriented-inpu.patch
 # PATCH-FIX-UPSTREAM -- Suppress end-of-job report if top if not ended with 
'q' key
 Patch27:0001-top-refine-some-miscellaneous-signals-interrupt-stuf.patch
+# PATCH-FIX-OPENSUSE -- trifle rest of the old terabyte patch
+Patch28:procps-ng-3.3.8-vmstat-terabyte.dif
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -154,6 +156,7 @@
 %patch25 -p1
 %patch26 -p1
 %patch27 -p1
+%patch28
 
 %build
 test -s .tarball-version || echo %{version}  .tarball-version

++ procps-ng-3.3.8-vmstat-terabyte.dif ++
--- vmstat.c
+++ vmstat.c2013-08-02 12:57:52.677680360 +
@@ -224,8 +224,8 @@ static void new_header(void)
 
 static unsigned long unitConvert(unsigned long size)
 {
-   float cvSize;
-   cvSize = (float)size / dataUnit * ((statMode == SLABSTAT) ? 1 : 1024);
+   long double cvSize;
+   cvSize = (long double)size / dataUnit * ((statMode == SLABSTAT) ? 1 : 
1024);
return ((unsigned long)cvSize);
 }
 
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit puppet for openSUSE:Factory

2013-08-04 Thread h_root
Hello community,

here is the log from the commit of package puppet for openSUSE:Factory checked 
in at 2013-08-04 17:10:02

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


Package is puppet

Changes:

--- /work/SRC/openSUSE:Factory/puppet/puppet.changes2013-06-25 
14:44:38.0 +0200
+++ /work/SRC/openSUSE:Factory/.puppet.new/puppet.changes   2013-08-04 
17:10:04.0 +0200
@@ -1,0 +2,11 @@
+Sun Aug  4 10:33:11 UTC 2013 - bo...@steki.net
+
+- update to upstream version 3.2.3
+- Bugfix and performance release for Puppet 3.2 series
+  - Bring back helpful error messages like prior to Puppet 3
+  - tagmail triggers in –onetime mode without changes after
+upgrade from 3.1.1 to 3.2.1
+  - Logging behaviour issues in 3.2.1
+This was a regression in 3.2.0/3.2.1
+
+---

Old:

  puppet-3.2.2.tar.gz

New:

  puppet-3.2.3.tar.gz



Other differences:
--
++ puppet.spec ++
--- /var/tmp/diff_new_pack.qBcGnO/_old  2013-08-04 17:10:05.0 +0200
+++ /var/tmp/diff_new_pack.qBcGnO/_new  2013-08-04 17:10:05.0 +0200
@@ -22,7 +22,7 @@
 %define _fwdefdir /etc/sysconfig/SuSEfirewall2.d/services
 
 Name:   puppet
-Version:3.2.2
+Version:3.2.3
 Release:0
 Summary:A network tool for managing many disparate systems
 License:Apache-2.0

++ puppet-3.2.2.tar.gz - puppet-3.2.3.tar.gz ++
 4276 lines of diff (skipped)

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



commit re2c for openSUSE:Factory

2013-08-04 Thread h_root
Hello community,

here is the log from the commit of package re2c for openSUSE:Factory checked in 
at 2013-08-04 17:22:05

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


Package is re2c

Changes:

--- /work/SRC/openSUSE:Factory/re2c/re2c.changes2011-09-23 
12:44:07.0 +0200
+++ /work/SRC/openSUSE:Factory/.re2c.new/re2c.changes   2013-08-04 
17:22:07.0 +0200
@@ -1,0 +2,10 @@
+Sat Aug  3 03:10:02 UTC 2013 - crrodrig...@opensuse.org
+
+- version 0.13.6
+* allow Yacc-style %{code brackets}%
+* allow C++ // comments
+* Fixed inplace configuration in -e mode
+* Fixed Wrong start_label in -c mode.
+* Fixed Unescaped backslash in file name of #line directive
+
+---

Old:

  re2c-0.13.5.tar.bz2

New:

  re2c-0.13.6.tar.gz



Other differences:
--
++ re2c.spec ++
--- /var/tmp/diff_new_pack.gtb0Rk/_old  2013-08-04 17:22:08.0 +0200
+++ /var/tmp/diff_new_pack.gtb0Rk/_new  2013-08-04 17:22:08.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package re2c
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 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,19 +15,17 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   re2c
 BuildRequires:  gcc-c++
-Version:0.13.5
-Release:37
-License:SUSE-Public-Domain
-Group:  Development/Libraries/C and C++
+Version:0.13.6
+Release:0
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Url:http://re2c.org/
-Source: %{name}-%{version}.tar.bz2
+Source: %{name}-%{version}.tar.gz
 Summary:Tool for generating C-based recognizers from regular 
expressions
+License:SUSE-Public-Domain
+Group:  Development/Libraries/C and C++
 
 %description
 re2c is a tool for writing fast and flexible lexers. Unlike other such

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



commit rubygem-delayed_job_active_record for openSUSE:Factory

2013-08-04 Thread h_root
Hello community,

here is the log from the commit of package rubygem-delayed_job_active_record 
for openSUSE:Factory checked in at 2013-08-04 17:22:44

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


Package is rubygem-delayed_job_active_record

Changes:

--- 
/work/SRC/openSUSE:Factory/rubygem-delayed_job_active_record/rubygem-delayed_job_active_record.changes
  2013-04-20 17:51:57.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-delayed_job_active_record.new/rubygem-delayed_job_active_record.changes
 2013-08-04 17:22:45.0 +0200
@@ -1,0 +2,6 @@
+Wed Jul 31 05:45:54 UTC 2013 - co...@suse.com
+
+- updated to version 4.0.0
+  require delayed_job 4.0.0
+
+---

Old:

  delayed_job_active_record-0.4.4.gem

New:

  delayed_job_active_record-4.0.0.gem



Other differences:
--
++ rubygem-delayed_job_active_record.spec ++
--- /var/tmp/diff_new_pack.Ari9Pl/_old  2013-08-04 17:22:45.0 +0200
+++ /var/tmp/diff_new_pack.Ari9Pl/_new  2013-08-04 17:22:46.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   rubygem-delayed_job_active_record
-Version:0.4.4
+Version:4.0.0
 Release:0
 %define mod_name delayed_job_active_record
 %define mod_full_name %{mod_name}-%{version}
@@ -59,9 +59,13 @@
 
 %install
 %gem_install -f
+mkdir -p %{buildroot}%{_docdir}/%{name}
+ln -s %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/LICENSE.md 
%buildroot/%{_docdir}/%{name}/LICENSE.md
+ln -s %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/README.md 
%buildroot/%{_docdir}/%{name}/README.md
 
 %files
 %defattr(-,root,root,-)
+%{_docdir}/%{name}
 %{_libdir}/ruby/gems/%{rb_ver}/cache/%{mod_full_name}.gem
 %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/
 %exclude %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/spec

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



commit solfege for openSUSE:Factory

2013-08-04 Thread h_root
Hello community,

here is the log from the commit of package solfege for openSUSE:Factory checked 
in at 2013-08-04 17:24:13

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


Package is solfege

Changes:

--- /work/SRC/openSUSE:Factory/solfege/solfege.changes  2012-01-30 
12:28:39.0 +0100
+++ /work/SRC/openSUSE:Factory/.solfege.new/solfege.changes 2013-08-04 
17:24:14.0 +0200
@@ -1,0 +2,8 @@
+Sat Aug  3 18:32:20 UTC 2013 - stephan.ba...@suse.com
+
+- update to version 3.22.0 which contains several steps from the previous
+  version
+- removed broken script to find Python scripts with bad permissions. Now using
+  a command with explicit file location
+
+---

Old:

  solfege-3.20.3.tar.bz2

New:

  solfege-3.22.0.tar.gz



Other differences:
--
++ solfege.spec ++
--- /var/tmp/diff_new_pack.kwCI2P/_old  2013-08-04 17:24:15.0 +0200
+++ /var/tmp/diff_new_pack.kwCI2P/_new  2013-08-04 17:24:15.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package solfege
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 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
@@ -14,15 +14,18 @@
 
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
+
+
+#
 %define usemyprovides 1
 
 Name:   solfege
 Summary:An ear training program
-Version:3.20.3
-Release:0
-# Solfege has updated it's license.
 License:GPL-3.0+
 Group:  Productivity/Multimedia/Sound/Utilities
+Version:3.22.0
+Release:0
+# Solfege has updated it's license.
 Url:http://www.solfege.org/
 BuildRequires:  automake
 BuildRequires:  docbook-xsl-stylesheets
@@ -40,11 +43,12 @@
 %define my_provides /tmp/my-provides
 %endif
 
-Source0:%{name}-%{version}.tar.bz2
+Source0:%{name}-%{version}.tar.gz
 Source1:lessonfile_editor.1
 Patch0: solfege-configure-fix.dif
 Patch1: solfege-python-fixcompile.patch
-Requires:   python-gtk timidity
+Requires:   python-gtk
+Requires:   timidity
 Recommends: lilypond
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
@@ -89,9 +93,7 @@
 %find_lang %{name}
 %fdupes -s %{buildroot}
 # Fix any .py files with shebangs and wrong permissions.
-if test -n `find %{buildroot} -name *.py -perm 0644 -print0|xargs -0r grep 
-l '#!'`; \
-then chmod -f 0755 `find %{buildroot} -name *.py -perm 0644 -print0|xargs 
-0r grep -l '#!'`; \
-fi
+chmod 0755 %{buildroot}/usr/share/solfege/solfege/_version.py
 
 %post
 /sbin/ldconfig

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



commit unrar for openSUSE:Factory:NonFree

2013-08-04 Thread h_root
Hello community,

here is the log from the commit of package unrar for openSUSE:Factory:NonFree 
checked in at 2013-08-04 17:24:24

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


Package is unrar

Changes:

--- /work/SRC/openSUSE:Factory:NonFree/unrar/unrar.changes  2013-07-16 
07:40:59.0 +0200
+++ /work/SRC/openSUSE:Factory:NonFree/.unrar.new/unrar.changes 2013-08-04 
17:24:26.0 +0200
@@ -1,0 +2,16 @@
+Sun Aug  4 07:59:37 UTC 2013 - lazy.k...@opensuse.org
+
+- Update to 5.0.10.
+  * Added missing makefile.
+
+---
+Sun Aug  4 00:17:40 UTC 2013 - lazy.k...@opensuse.org
+
+- Update to 5.0.9.
+  * No changelog available.
+- Add acknow.txt to docs.
+- Don't install readme.txt to the libunrar package.
+- Temporarily use the makefile file from the previous version
+  (missing in the source).
+
+---

Old:

  unrarsrc-5.0.8.tar.gz

New:

  unrarsrc-5.0.10.tar.gz



Other differences:
--
++ unrar.spec ++
--- /var/tmp/diff_new_pack.0WW4dl/_old  2013-08-04 17:24:27.0 +0200
+++ /var/tmp/diff_new_pack.0WW4dl/_new  2013-08-04 17:24:27.0 +0200
@@ -18,10 +18,10 @@
 
 # majorversion should match the major version number.
 %define majorversion 5
-%define libsuffix 5_0_8
+%define libsuffix 5_0_10
 
 Name:   unrar
-Version:5.0.8
+Version:5.0.10
 Release:0
 License:SUSE-NonFree
 Summary:A program to extract, test, and view RAR archives
@@ -61,6 +61,7 @@
 %setup -q -n %{name}
 %patch1
 %patch2 -p1
+sed -i 's/\r$//' *.txt
 
 %build
 make %{?_smp_mflags} -f makefile CXXFLAGS=%{optflags} \
@@ -86,18 +87,18 @@
 
 %files
 %defattr(-,root,root)
-%doc license.txt readme.txt
+%doc acknow.txt license.txt readme.txt
 %{_bindir}/unrar
 %doc %{_mandir}/man1/unrar.1*
 
 %files -n libunrar%{libsuffix}
 %defattr(-,root,root)
-%doc license.txt readme.txt
+%doc license.txt
 %{_libdir}/*.so.%{majorversion}*
 
 %files -n libunrar-devel
 %defattr(-,root,root)
-%doc license.txt readme.txt
+%doc acknow.txt license.txt readme.txt
 %{_includedir}/*
 %{_libdir}/*.so
 

++ unrarsrc-5.0.8.tar.gz - unrarsrc-5.0.10.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/unrar/blake2s.cpp new/unrar/blake2s.cpp
--- old/unrar/blake2s.cpp   2013-07-13 13:30:21.0 +0200
+++ new/unrar/blake2s.cpp   2013-08-02 15:30:12.0 +0200
@@ -57,7 +57,7 @@
 /* init2 xors IV with input parameter block */
 void blake2s_init_param( blake2s_state *S, uint32 node_offset, uint32 
node_depth)
 {
-  S-init(); // Clean and set pointers.
+  S-init(); // Clean data.
   for( int i = 0; i  8; ++i )
 S-h[i] = blake2s_IV[i];
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/unrar/blake2s.hpp new/unrar/blake2s.hpp
--- old/unrar/blake2s.hpp   2013-07-13 13:30:21.0 +0200
+++ new/unrar/blake2s.hpp   2013-08-02 15:30:12.0 +0200
@@ -21,7 +21,10 @@
 {
   enum { BLAKE_ALIGNMENT = 64 };
 
-  byte ubuf[48 + 2 * BLAKE2S_BLOCKBYTES + BLAKE_ALIGNMENT];
+  // buffer and uint32 h[8], t[2], f[2];
+  enum { BLAKE_DATA_SIZE = 48 + 2 * BLAKE2S_BLOCKBYTES };
+
+  byte ubuf[BLAKE_DATA_SIZE + BLAKE_ALIGNMENT];
 
   byte   *buf;   // byte   buf[2 * BLAKE2S_BLOCKBYTES].
   uint32 *h, *t, *f; // uint32 h[8], t[2], f[2].
@@ -29,14 +32,47 @@
   size_t   buflen;
   byte  last_node;
 
-  void init()
+  blake2s_state()
+  {
+set_pointers();
+  }
+
+  // Required when we declare and assign in the same command.
+  blake2s_state(blake2s_state st)
   {
-memset( this, 0, sizeof( blake2s_state ) );
+set_pointers();
+*this=st;
+  }
+
+  void set_pointers()
+  {
+// Set aligned pointers. Must be done in constructor, not in Init(),
+// so assignments like 'blake2sp_state res=blake2ctx' work correctly
+// even if blake2sp_init is not called for 'res'.
 buf = (byte *) ALIGN_VALUE(ubuf, BLAKE_ALIGNMENT);
 h   = (uint32 *) (buf + 2 * BLAKE2S_BLOCKBYTES);
 t   = h + 8;
 f   = t + 2;
   }
+
+  void init()
+  {
+memset( ubuf, 0, sizeof( ubuf ) );
+buflen = 0;
+last_node = 0;
+  }
+
+  // Since we use pointers, the default = would work incorrectly.
+  blake2s_state operator = (blake2s_state st)
+  {
+if (this != st)
+{
+  memcpy(buf, st.buf, BLAKE_DATA_SIZE);
+  buflen = st.buflen;
+  last_node = st.last_node;
+}
+return *this;
+  }
 };
 
 
@@ -44,10 +80,10 @@
 class ThreadPool;
 #endif
 
-typedef struct __blake2sp_state
+struct blake2sp_state
 {
-  blake2s_state 

commit unzip for openSUSE:Factory

2013-08-04 Thread h_root
Hello community,

here is the log from the commit of package unzip for openSUSE:Factory checked 
in at 2013-08-04 17:25:47

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


Package is unzip

Changes:

New Changes file:

--- /dev/null   2013-07-23 23:44:04.804033756 +0200
+++ /work/SRC/openSUSE:Factory/.unzip.new/unzip-rcc.changes 2013-08-04 
17:25:48.0 +0200
@@ -0,0 +1,295 @@
+---
+Fri Aug  2 13:55:08 UTC 2013 - co...@suse.com
+
+- split the rcc dependency into a spec file of it's own, we don't
+  need that complexity during build causing cycles like this:
+unzip - librcc - libproxy - libXau - xorg-x11-proto-devel - 
docbook-xsl-stylesheets
+
+---
+Fri Apr  5 10:07:44 UTC 2013 - idon...@suse.com
+
+- Cleanup spec file
+- Add Source URL, see https://en.opensuse.org/SourceUrls
+
+---
+Fri Aug  5 13:57:24 CEST 2011 - p...@suse.de
+
+- Don't call isprint (bnc#620483).
+
+---
+Mon May 23 14:21:44 UTC 2011 - lnus...@suse.de
+
+- remove use of __DATE__ from correct file
+
+---
+Sat May 07 23:16:45 UTC 2011 - idoen...@novell.com
+
+- Sync our compile time flags with Debian except Acorn stuff, this enables 
+   UTF-8, saves an unrelated warning about lchmod being not implemented.
+- Enable make check
+
+---
+Fri Jan 28 13:50:13 UTC 2011 - lnus...@suse.de
+
+- use dlopen for librcc0. A direct requires causes lots of other
+  packages to get installed such as aspell which bloats a minimal
+  install.
+
+---
+Mon Aug 30 19:44:17 UTC 2010 - cristian.rodrig...@opensuse.org
+
+- Do not include build host specific info like build dates In
+  binaries. 
+
+---
+Fri Jun 25 18:21:34 CEST 2010 - p...@suse.de
+
+- Doing open(O_WRONLY) and then fdopen(w+) will now fail with
+  Invalid Argument whereas former glibcs would succeed. So now
+  do open(O_RDWR).
+- Print error message when open(2) fails.
+- Add debugging traces in open_outfile.
+
+---
+Fri May 21 16:39:24 CEST 2010 - p...@suse.de
+
+- Update to 6.0:
+  *  Support PKWARE ZIP64 extensions, allowing Zip archives and Zip archive
+ entries larger than 4 GiBytes and more than 65536 entries within a
+ single Zip archive.  This support is currently only available for Unix,
+ OpenVMS and Win32/Win64.
+  * Support for bzip2 compression method.
+  * Support for UTF-8 encoded entry names, both through PKWARE's General
+Purpose Flags Bit 11 indicator and Info-ZIP's new up unicode path
+extra field.  (Currently, on Windows the UTF-8 handling is limited to
+the character subset contained in the configured non-unicode system
+code page.)
+  * Fixed Time of Creation/Time of Use vulnerability when setting
+attributes of extracted files, for Unix and Unix-like ports.
+  * Fixed memory leak when processing invalid deflated data.
+  * Fixed long-standing bug in unshrink (partial_clear), added boundary
+checks against invalid compressed data.
+  * On Unix, keep inherited SGID attribute bit for extracted directories
+unless restoration of owner/group id or SUID/SGID/Tacky attributes was
+requested.
+  * On Unix, allow extracted filenames to contain embedded control
+characters when explicitly requested by specifying the new command line
+option -^.
+  * On Unix, support restoration of symbolic link attributes.
+  * On Unix, support restoration of 32-bit UID/GID data using the new ux
+IZUNIX3 extra field introduced with Zip 3.0.
+  * Support symbolic links zipped up on VMS.
+  * New -D option to suppress restoration of timestamps for extracted
+directory entries (on those ports that support setting of directory
+timestamps).  By specifying -DD, this new option also allows to
+suppress timestamp restoration for ALL extracted files on all UnZip
+ports which support restoration of timestamps.  On VMS, the default
+behaviour is now to skip restoration of directory timestamps; here,
+--D restores ALL timestamps, -D restores none.
+  * On OS/2, Win32, and Unix, the (previously optional) feature UNIXBACKUP
+to allow saving backup copies of overwritten files on extraction is now
+enabled by default.
+
+---
+Mon May 10 16:39:20 UTC 2010 - p...@suse.de
+
+- Use 

commit cloog for openSUSE:Factory

2013-08-04 Thread h_root
Hello community,

here is the log from the commit of package cloog for openSUSE:Factory checked 
in at 2013-08-04 20:23:57

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


Package is cloog

Changes:

--- /work/SRC/openSUSE:Factory/cloog/cloog.changes  2012-06-25 
13:50:33.0 +0200
+++ /work/SRC/openSUSE:Factory/.cloog.new/cloog.changes 2013-08-04 
23:52:23.0 +0200
@@ -1,0 +2,11 @@
+Fri Aug  2 12:25:05 UTC 2013 - tchva...@suse.com
+
+- Add conflict for cloog-isl to avoid collisions on /usr/bin/cloog
+  and others.
+
+---
+Thu Feb  7 20:22:52 UTC 2013 - dmuel...@suse.com
+
+- update config.guess/sub for aarch64
+
+---



Other differences:
--
++ cloog.spec ++
--- /var/tmp/diff_new_pack.nzt0IX/_old  2013-08-04 23:52:24.0 +0200
+++ /var/tmp/diff_new_pack.nzt0IX/_new  2013-08-04 23:52:24.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package cloog
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 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
@@ -27,6 +27,7 @@
 Source1:baselibs.conf
 BuildRequires:  libtool
 BuildRequires:  ppl-devel
+Conflicts:  cloog-isl
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -37,6 +38,7 @@
 Summary:Development tools for CLOOG
 Group:  Development/Languages/C and C++
 Requires:   libcloog0 = %{version}-%{release}
+Conflicts:  cloog-isl-devel
 
 %description devel
 Development tools and headers for the Chunky Loop Generator.
@@ -52,6 +54,7 @@
 %setup -q -n cloog-ppl-0.15.10
 
 %build
+cp -a /usr/share/automake-*/config.{guess,sub} autoconf
 ./autogen.sh
 %configure --with-ppl
 make %{_smp_mflags}

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



commit libqb for openSUSE:Factory

2013-08-04 Thread h_root
Hello community,

here is the log from the commit of package libqb for openSUSE:Factory checked 
in at 2013-08-04 20:39:33

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


Package is libqb

Changes:

--- /work/SRC/openSUSE:Factory/libqb/libqb.changes  2013-07-08 
07:18:12.0 +0200
+++ /work/SRC/openSUSE:Factory/.libqb.new/libqb.changes 2013-08-04 
23:52:27.0 +0200
@@ -1,0 +2,27 @@
+Fri Jul 26 01:19:30 UTC 2013 - y...@suse.com
+
+- Bump version to 0.16.0
+- ipc_socket.c: Detect EOF connection on connection STREAM socket
+- ipc_socket.c: Handle the unlikely event of an EAGAIN or EINTR during dgram 
max size detection
+- Fixes sem leak
+- Fixes less-than-zero comparision of unsigned int
+- Fixes double fd close
+- Fixes fd leak
+- Fixes use ater free in shm disconnect
+- Fixes use after free during ipcs client disconnect
+- ipcc: Add abilty to verify dgram kernel buffer size meets max msg value
+- Upstream version cs: 75f7ed373758b3cb9087e89e4fae17379dd7b483 (v0.16.0)
+
+---
+Mon Jul 22 07:38:56 UTC 2013 - y...@suse.com
+
+- ringbuffer: Make max_size of ringbuffer accurate so shm ipc max msg size 
value is honored
+- ipcs: For shm ipc, always retry outstanding notifications when next event is 
sent
+- ipc_socket: In fbsd send() returns ENOBUFS when dgram queue is full, this 
should be treated similar to EAGAIN
+- kqueue: Properly enable kqueue filter in poll loop
+- ipcs: Attempt to resend outstanding event notifications during event send
+- ipcs: Disconnect shm ipc connection when poll socket returns error on msg 
receive
+- ipcs: Properly disconnect client connection on POLLNVAL or any other error 
causing connection removal from mainloop.
+- Upstream version cs: 39e9ef542dc89893c7c5af4fbd539338266e8031
+
+---



Other differences:
--
++ libqb.spec ++
--- /var/tmp/diff_new_pack.11ZHls/_old  2013-08-04 23:52:28.0 +0200
+++ /var/tmp/diff_new_pack.11ZHls/_new  2013-08-04 23:52:28.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libqb
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 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,12 +17,12 @@
 
 
 Name:   libqb
-Version:0.14.4
+Version:0.16.0
 Release:0
 Summary:An IPC library for high performance servers
 License:LGPL-2.1+
 Group:  System/Libraries
-Url:http://www.libqb.org
+Url:https://github.com/ClusterLabs/libqb
 Source0:%{name}.tar.bz2
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
@@ -31,8 +31,8 @@
 BuildRequires:  check-devel
 BuildRequires:  doxygen
 BuildRequires:  libtool
-BuildRequires:  procps
 BuildRequires:  pkgconfig
+BuildRequires:  procps
 # Need git so build-aux/git-version-gen can extract the version number and
 # commit hash during autogen run (not used currently)
 #BuildRequires:  git
@@ -44,7 +44,6 @@
 
 %package -n libqb0
 Summary:An IPC library for high performance servers
-License:LGPL-2.1+
 Group:  System/Libraries
 Provides:   %{name} = %{version}
 
@@ -55,7 +54,6 @@
 
 %package   devel
 Summary:Development files for %{name}
-License:LGPL-2.1+
 Group:  Development/Libraries/C and C++
 Requires:   %{name} = %{version}-%{release}
 Requires:   pkgconfig
@@ -69,7 +67,7 @@
 %setup -q -n %{name}
 
 %build
-#./autogen.sh
+./autogen.sh
 %configure --disable-static
 make %{?_smp_mflags}
 

++ _service ++
--- /var/tmp/diff_new_pack.11ZHls/_old  2013-08-04 23:52:28.0 +0200
+++ /var/tmp/diff_new_pack.11ZHls/_new  2013-08-04 23:52:28.0 +0200
@@ -7,8 +7,8 @@
 To update to a new release, change revision to the desired
 git commit hash and bump version if necessary
 --
-param name=version0.14.4/param
-param name=revision7c6e109046ec772a97a7fe2cdf61f84fc2155b7e/param
+param name=version0.16.0/param
+param name=revision75f7ed373758b3cb9087e89e4fae17379dd7b483/param
   /service
 
   service name=recompress mode=disabled

++ libqb.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libqb/.tarball-version new/libqb/.tarball-version
--- old/libqb/.tarball-version  2013-07-02 11:28:45.0 +0200
+++ new/libqb/.tarball-version  2013-07-26 03:10:21.0 +0200
@@ -1 +1 @@
-0.14.4.53-7c6e
+0.16.0
diff -urN '--exclude=CVS' 

commit lksctp-tools for openSUSE:Factory

2013-08-04 Thread h_root
Hello community,

here is the log from the commit of package lksctp-tools for openSUSE:Factory 
checked in at 2013-08-04 20:40:16

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


Package is lksctp-tools

Changes:

--- /work/SRC/openSUSE:Factory/lksctp-tools/lksctp-tools.changes
2013-01-29 06:59:18.0 +0100
+++ /work/SRC/openSUSE:Factory/.lksctp-tools.new/lksctp-tools.changes   
2013-08-04 23:52:29.0 +0200
@@ -1,0 +2,16 @@
+Thu Aug  1 19:49:35 UTC 2013 - andreas.stie...@gmx.de
+
+- upgrade to 1.0.15
+  * withsctp: fix quoted command line arguments
+  * sctp_status: fix printstatus output
+  * do not returns an error if AM_SILENT_RULES does not exist
+- include changes from 1.0.14
+  * build: only use AM_CPPFLAGS instead of a mixture of AM_CFLAGS and 
AM_CPPFLAGS
+  * test_sctp_sendrecvmsg: fix bug in msg_flag passing
+  * build: fix out-of-tree build of withsctp.
+  * test_1_to_1_threads: fixup pthread hung by giving an array instead of a 
pointer
+  * test_1_to_1_threads: remove unused variable for t_recv and t_send
+  * sctp: Add new spinfo state values to enumeration
+  * build: Modernize autotools
+
+---

Old:

  lksctp-tools-1.0.13.tar.gz

New:

  lksctp-tools-1.0.15.tar.gz



Other differences:
--
++ lksctp-tools.spec ++
--- /var/tmp/diff_new_pack.yxRWvX/_old  2013-08-04 23:52:29.0 +0200
+++ /var/tmp/diff_new_pack.yxRWvX/_new  2013-08-04 23:52:29.0 +0200
@@ -20,7 +20,7 @@
 Summary:Utilities for SCTP (Stream Control Transmission Protocol)
 License:LGPL-2.1+
 Group:  Productivity/Networking/Other
-Version:1.0.13
+Version:1.0.15
 Release:0
 Url:http://lksctp.sourceforge.net
 Source0:
http://downloads.sourceforge.net/project/lksctp/lksctp-tools/%{name}-%{version}.tar.gz
@@ -55,7 +55,7 @@
 %patch0 -p1
 
 %build
-autoreconf --force --install
+./bootstrap
 CPPFLAGS=-I`pwd`/include \
 %configure --prefix=/usr \
--enable-shared \

++ lksctp-tools-1.0.13.tar.gz - lksctp-tools-1.0.15.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lksctp-tools-1.0.13/ChangeLog 
new/lksctp-tools-1.0.15/ChangeLog
--- old/lksctp-tools-1.0.13/ChangeLog   2013-01-23 15:27:55.0 +0100
+++ new/lksctp-tools-1.0.15/ChangeLog   2013-05-12 11:06:13.0 +0200
@@ -1,8 +1,18 @@
-Version 1.0.13 of the Developers' Release of the SCTP
+Version 1.0.15 of the Developers' Release of the SCTP
 Linux Kernel Implementation is available from
 
 http://www.kernel.org
 
+lksctp-1.0.15: Sun May 12 11:01 EDT 2013
+T:BUILD   Allow build with no AM_SILENT_RULES support
+T:APP Fix sctp_status
+T:APP Fix quoted command line arguments
+
+lksctp-1.0.14: Wed Apr 05 11:54 EDT 2013
+T:BUILD   Modernize and fix autotool's build system
+T:TESTFix threading test
+T:TESTZero out flags in sendrecvmsg test
+T:HDR Sync header with the kernel
 
 lksctp-1.0.13: Wed Jan 23 12:13 EDT 2013
 T:BUILD   Use silent rules
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lksctp-tools-1.0.13/Makefile.am 
new/lksctp-tools-1.0.15/Makefile.am
--- old/lksctp-tools-1.0.13/Makefile.am 2013-01-23 15:27:55.0 +0100
+++ new/lksctp-tools-1.0.15/Makefile.am 2013-05-12 11:06:13.0 +0200
@@ -12,6 +12,8 @@
 # bin or src products may be required to generate stuff in test/
 SUBDIRS = man bin src doc
 
+ACLOCAL_AMFLAGS=-I m4
+
 # Libtool support
 LIBTOOL_DEPS = @LIBTOOL_DEPS@
 libtool: $(LIBTOOL_DEPS)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lksctp-tools-1.0.13/configure.ac 
new/lksctp-tools-1.0.15/configure.ac
--- old/lksctp-tools-1.0.13/configure.ac1970-01-01 01:00:00.0 
+0100
+++ new/lksctp-tools-1.0.15/configure.ac2013-05-12 11:06:13.0 
+0200
@@ -0,0 +1,76 @@
+dnl -*-autoconf-*-
+
+dnl lksctp-tools: Autoconf script
+dnl
+dnl $Id: configure.in,v 1.1.1.2 2002/08/06 23:55:45 inaky Exp $
+
+dnl (C) 2002 Intel Corporation
+dnl I�aky P�rez-Gonz�lez inaky.perez-gonza...@intel.com
+dnl  - Initial packaging
+
+dnl Package info
+dnl (CONFIG_AUX_DIR is for putting stuff in $TOPSRCDIR/bin, so we
+dnl reduce clutter in the root; if we put it below AM_INIT_AUTOMAKE,
+dnl configure will fail ...)
+
+AC_INIT([lksctp-tools], [1.0.15], [], [], [http://www.lksctp.org/])
+AC_CONFIG_AUX_DIR(bin)
+AC_CONFIG_SRCDIR([src/apps/sctp_darn.c])
+AC_CONFIG_HEADERS([config.h])
+AC_CONFIG_MACRO_DIR([m4])
+AC_REVISION($Revision: 1.1.1.2 $)

commit dirdiff for openSUSE:Factory

2013-08-04 Thread h_root
Hello community,

here is the log from the commit of package dirdiff for openSUSE:Factory checked 
in at 2013-08-04 20:24:25

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


Package is dirdiff

Changes:

--- /work/SRC/openSUSE:Factory/dirdiff/dirdiff.changes  2012-02-16 
14:55:46.0 +0100
+++ /work/SRC/openSUSE:Factory/.dirdiff.new/dirdiff.changes 2013-08-04 
23:52:24.0 +0200
@@ -1,0 +2,5 @@
+Thu Aug  1 14:31:17 UTC 2013 - m...@suse.com
+
+- Add -DUSE_INTERP_RESULT to fix build with Tcl 8.6.
+
+---



Other differences:
--
++ dirdiff.spec ++
--- /var/tmp/diff_new_pack.owB5Ph/_old  2013-08-04 23:52:25.0 +0200
+++ /var/tmp/diff_new_pack.owB5Ph/_new  2013-08-04 23:52:25.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package dirdiff
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 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
@@ -46,7 +46,7 @@
 %patch1 -p1 
 
 %build
-make OPTFLAGS=$RPM_OPT_FLAGS %{?_smp_mflags}
+make OPTFLAGS=$RPM_OPT_FLAGS -DUSE_INTERP_RESULT %{?_smp_mflags}
 
 %install
 make install DESTDIR=$RPM_BUILD_ROOT LIBDIR=%{_libdir}

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



commit rubygem-method_source for openSUSE:Factory

2013-08-04 Thread h_root
Hello community,

here is the log from the commit of package rubygem-method_source for 
openSUSE:Factory checked in at 2013-08-04 20:41:40

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


Package is rubygem-method_source

Changes:

--- 
/work/SRC/openSUSE:Factory/rubygem-method_source/rubygem-method_source.changes  
2012-11-05 06:33:01.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.rubygem-method_source.new/rubygem-method_source.changes
 2013-08-04 23:52:37.0 +0200
@@ -1,0 +2,5 @@
+Tue Jul 30 18:46:56 UTC 2013 - co...@suse.com
+
+- updated to version 0.8.2
+
+---

Old:

  method_source-0.8.1.gem

New:

  method_source-0.8.2.gem



Other differences:
--
++ rubygem-method_source.spec ++
--- /var/tmp/diff_new_pack.HvzHI1/_old  2013-08-04 23:52:38.0 +0200
+++ /var/tmp/diff_new_pack.HvzHI1/_new  2013-08-04 23:52:38.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-method_source
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 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:   rubygem-method_source
-Version:0.8.1
+Version:0.8.2
 Release:0
 %define mod_name method_source
 %define mod_full_name %{mod_name}-%{version}
@@ -25,7 +25,7 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  ruby-macros = 1
 Url:http://banisterfiend.wordpress.com
-Source: %{mod_full_name}.gem
+Source: http://rubygems.org/gems/%{mod_full_name}.gem
 Summary:retrieve the sourcecode for a method
 License:MIT
 Group:  Development/Languages/Ruby
@@ -59,9 +59,12 @@
 
 %install
 %gem_install -f
+mkdir -p %{buildroot}%{_docdir}/%{name}
+ln -s %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/LICENSE 
%buildroot/%{_docdir}/%{name}/LICENSE
 
 %files
 %defattr(-,root,root,-)
+%{_docdir}/%{name}
 %{_libdir}/ruby/gems/%{rb_ver}/cache/%{mod_full_name}.gem
 %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/
 %exclude %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/test

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



commit rubygem-delayed_job for openSUSE:Factory

2013-08-04 Thread h_root
Hello community,

here is the log from the commit of package rubygem-delayed_job for 
openSUSE:Factory checked in at 2013-08-04 20:41:33

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


Package is rubygem-delayed_job

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-delayed_job/rubygem-delayed_job.changes  
2013-03-08 11:20:50.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.rubygem-delayed_job.new/rubygem-delayed_job.changes 
2013-08-04 23:52:36.0 +0200
@@ -1,0 +2,12 @@
+Wed Jul 31 05:45:54 UTC 2013 - co...@suse.com
+
+- updated to version 4.0.0
+ * Rails 4 compatibility
+ * Reverted threaded startup due to daemons incompatibilities
+ * Attempt to recover from job reservation errors
+ * Rails 4 compatibility
+ * Threaded startup script for faster multi-worker startup
+ * YAML compatibility changes
+ * Added jobs:check rake task
+
+---

Old:

  delayed_job-3.0.5.gem

New:

  delayed_job-4.0.0.gem



Other differences:
--
++ rubygem-delayed_job.spec ++
--- /var/tmp/diff_new_pack.cowF2V/_old  2013-08-04 23:52:37.0 +0200
+++ /var/tmp/diff_new_pack.cowF2V/_new  2013-08-04 23:52:37.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   rubygem-delayed_job
-Version:3.0.5
+Version:4.0.0
 Release:0
 %define mod_name delayed_job
 %define mod_full_name %{mod_name}-%{version}
@@ -25,7 +25,7 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  ruby-macros = 1
 Url:http://github.com/collectiveidea/delayed_job
-Source: %{mod_full_name}.gem
+Source: http://rubygems.org/gems/%{mod_full_name}.gem
 Summary:Database-backed asynchronous priority queue system -- 
Extracted from
 License:MIT
 Group:  Development/Languages/Ruby
@@ -61,9 +61,14 @@
 
 %install
 %gem_install -f
+mkdir -p %{buildroot}%{_docdir}/%{name}
+ln -s %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/CHANGELOG.md 
%buildroot/%{_docdir}/%{name}/CHANGELOG.md
+ln -s %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/LICENSE.md 
%buildroot/%{_docdir}/%{name}/LICENSE.md
+ln -s %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/README.md 
%buildroot/%{_docdir}/%{name}/README.md
 
 %files
 %defattr(-,root,root,-)
+%{_docdir}/%{name}
 %{_libdir}/ruby/gems/%{rb_ver}/cache/%{mod_full_name}.gem
 %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/
 %exclude %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/spec

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



commit libavutil for openSUSE:Factory

2013-08-04 Thread h_root
Hello community,

here is the log from the commit of package libavutil for openSUSE:Factory 
checked in at 2013-08-04 20:38:07

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


Package is libavutil

Changes:

--- /work/SRC/openSUSE:Factory/libavutil/libavutil.changes  2013-05-02 
11:18:54.0 +0200
+++ /work/SRC/openSUSE:Factory/.libavutil.new/libavutil.changes 2013-08-04 
23:52:25.0 +0200
@@ -1,0 +2,97 @@
+Sun Jul 28 00:00:00 UTC 2013 - manfred.trem...@iiv.de
+
+- update to 2.0
+  * curves filter
+  * reference-counting for AVFrame and AVPacket data
+  * ffmpeg now fails when input options are used for output file
+or vice versa
+  * support for Monkey's Audio versions from 3.93
+  * perms and aperms filters
+  * audio filtering support in ffplay
+  * 10% faster aac encoding on x86 and MIPS
+  * sine audio filter source
+  * WebP demuxing and decoding support
+  * new ffmpeg options -filter_script and -filter_complex_script, which
+allow a filtergraph description to be read from a file
+  * OpenCL support
+  * audio phaser filter
+  * separatefields filter
+  * libquvi demuxer
+  * uniform options syntax across all filters
+  * telecine filter
+  * new interlace filter
+  * smptehdbars source
+  * inverse telecine filters (fieldmatch and decimate)
+  * colorbalance filter
+  * colorchannelmixer filter
+  * The matroska demuxer can now output proper verbatim ASS packets. It will
+become the default at the next libavformat major bump.
+  * decent native animated GIF encoding
+  * asetrate filter
+  * interleave filter
+  * timeline editing with filters
+  * vidstabdetect and vidstabtransform filters for video stabilization using
+the vid.stab library
+  * astats filter
+  * trim and atrim filters
+  * ffmpeg -t and -ss (output-only) options are now sample-accurate when
+transcoding audio
+  * Matroska muxer can now put the index at the beginning of the file.
+  * extractplanes filter
+  * avectorscope filter
+  * ADPCM DTK decoder
+  * ADP demuxer
+  * RSD demuxer
+  * RedSpark demuxer
+  * ADPCM IMA Radical decoder
+  * zmq filters
+  * DCT denoiser filter (dctdnoiz)
+  * Wavelet denoiser filter ported from libmpcodecs as owdenoise
+(formerly ow)
+  * Apple Intermediate Codec decoder
+  * Escape 130 video decoder
+  * FTP protocol support
+  * V4L2 output device
+  * 3D LUT filter (lut3d)
+  * SMPTE 302M audio encoder
+  * support for slice multithreading in libavfilter
+  * Hald CLUT support (generation and filtering)
+  * VC-1 interlaced B-frame support
+  * support for WavPack muxing (raw and in Matroska)
+  * XVideo output device
+  * vignette filter
+  * True Audio (TTA) encoder
+  * Go2Webinar decoder
+  * mcdeint filter ported from libmpcodecs
+  * sab filter ported from libmpcodecs
+  * ffprobe -show_chapters option
+  * WavPack encoding through libwavpack
+  * rotate filter
+  * spp filter ported from libmpcodecs
+  * libgme support
+  * psnr filter
+- changes from version 1.2
+  * VDPAU hardware acceleration through normal hwaccel
+  * SRTP support
+  * Error diffusion dither in Swscale
+  * Chained Ogg support
+  * Theora Midstream reconfiguration support
+  * EVRC decoder
+  * audio fade filter
+  * filtering audio with unknown channel layout
+  * allpass, bass, bandpass, bandreject, biquad, equalizer, highpass, lowpass
+and treble audio filter
+  * improved showspectrum filter, with multichannel support and sox-like
+colors
+  * histogram filter
+  * tee muxer
+  * il filter ported from libmpcodecs
+  * support ID3v2 tags in ASF files
+  * encrypted TTA stream decoding support
+  * RF64 support in WAV muxer
+  * noise filter ported from libmpcodecs
+  * Subtitles character encoding conversion
+  * blend filter
+  * stereo3d filter ported from libmpcodecs
+
+---

Old:

  ffmpeg-1.1-crippled.tar.bz2
  libavutil-1.1-cripple.patch

New:

  ffmpeg-2.0-crippled.tar.bz2
  libavutil-2.0-cripple.patch



Other differences:
--
++ libavutil.spec ++
--- /var/tmp/diff_new_pack.8kstRl/_old  2013-08-04 23:52:26.0 +0200
+++ /var/tmp/diff_new_pack.8kstRl/_new  2013-08-04 23:52:26.0 +0200
@@ -20,7 +20,7 @@
 %define swscale 2
 
 Name:   libavutil
-Version:1.1
+Version:2.0
 Release:0
 Summary:Utilities library from ffmpeg
 License:LGPL-3.0+

++ baselibs.conf ++
--- /var/tmp/diff_new_pack.8kstRl/_old  2013-08-04 23:52:26.0 +0200
+++ /var/tmp/diff_new_pack.8kstRl/_new  2013-08-04 23:52:26.0 +0200
@@ -1 +1,2 @@
 libavutil52
+libswscale2

++ ffmpeg-1.1-crippled.tar.bz2 - ffmpeg-2.0-crippled.tar.bz2 

commit perl-Module-Signature for openSUSE:Factory

2013-08-04 Thread h_root
Hello community,

here is the log from the commit of package perl-Module-Signature for 
openSUSE:Factory checked in at 2013-08-04 20:41:00

Comparing /work/SRC/openSUSE:Factory/perl-Module-Signature (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Module-Signature.new (New)


Package is perl-Module-Signature

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-Module-Signature/perl-Module-Signature.changes  
2011-12-25 17:39:01.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-Module-Signature.new/perl-Module-Signature.changes
 2013-08-04 23:52:31.0 +0200
@@ -1,0 +2,31 @@
+Sun Aug  4 15:26:25 UTC 2013 - co...@suse.com
+
+- fix souce url
+
+---
+Wed Jul  3 19:14:29 UTC 2013 - ch...@computersalat.de
+
+- update to 0.73
+  * fix for bnc#828010 (CVE-2013-2145)
+https://bugzilla.novell.com/process_bug.cgi
+https://bugzilla.redhat.com/show_bug.cgi?id=971096
+  * Properly redo the previous fix using File::Spec-file_name_is_absolute.
+- [Changes for 0.72 - Wed Jun  5 23:19:02 CST 2013]
+  * Only allow loading Digest::* from absolute paths in @INC,
+by ensuring they begin with \ or / characters.
+Contributed by: Florian Weimer (CVE-2013-2145)
+- [Changes for 0.71 - Tue Jun  4 18:24:10 CST 2013]
+  * Constrain the user-specified digest name to /^\w+\d+$/.
+  * Avoid loading Digest::* from relative paths in @INC.
+Contributed by: Florian Weimer (CVE-2013-2145)
+- [Changes for 0.70 - Thu Nov 29 01:45:54 CST 2012]
+  * Don't check gpg version if gpg does not exist.
+This avoids unnecessary warnings during installation
+when gpg executable is not installed.
+Contributed by: Kenichi Ishigaki
+- [Changes for 0.69 - Fri Nov  2 23:04:19 CST 2012]
+  * Support for gpg under these alternate names:
+gpg gpg2 gnupg gnupg2
+Contributed by: Michael Schwern
+
+---

Old:

  Module-Signature-0.68.tar.gz

New:

  Module-Signature-0.73.tar.gz



Other differences:
--
++ perl-Module-Signature.spec ++
--- /var/tmp/diff_new_pack.4RpgrN/_old  2013-08-04 23:52:32.0 +0200
+++ /var/tmp/diff_new_pack.4RpgrN/_new  2013-08-04 23:52:32.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Module-Signature
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 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,19 +17,21 @@
 
 
 Name:   perl-Module-Signature
-Version:0.68
+Version:0.73
 Release:0
 %define cpan_name Module-Signature
 Summary:Module signature file manipulation
 License:CC0-1.0 and (GPL-1.0+ or Artistic-1.0)
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/Module-Signature/
-Source: 
http://www.cpan.org/authors/id/F/FL/FLORA/%{cpan_name}-%{version}.tar.gz
+Source: 
http://www.cpan.org/authors/id/A/AU/AUDREYT/%{cpan_name}-%{version}.tar.gz
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
+BuildRequires:  perl(Digest::SHA)
 BuildRequires:  perl(IPC::Run)
+Requires:   perl(Digest::SHA)
 # MANUAL BEGIN
 BuildRequires:  gpg
 Requires:   gpg
@@ -58,7 +60,7 @@
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
-find . -type f -print0 | xargs -0 chmod 644
+#find . -type f -print0 | xargs -0 chmod 644
 
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor

++ Module-Signature-0.68.tar.gz - Module-Signature-0.73.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Module-Signature-0.68/Changes 
new/Module-Signature-0.73/Changes
--- old/Module-Signature-0.68/Changes   2011-05-13 11:52:10.0 +0200
+++ new/Module-Signature-0.73/Changes   2013-06-05 22:55:00.0 +0200
@@ -1,3 +1,39 @@
+[Changes for 0.73 - Wed Jun  5 23:44:57 CST 2013]
+
+* Properly redo the previous fix using File::Spec-file_name_is_absolute.
+
+[Changes for 0.72 - Wed Jun  5 23:19:02 CST 2013]
+
+* Only allow loading Digest::* from absolute paths in @INC,
+  by ensuring they begin with \ or / characters.
+
+  Contributed by: Florian Weimer (CVE-2013-2145)
+
+[Changes for 0.71 - Tue Jun  4 18:24:10 CST 2013]
+
+* Constrain the user-specified digest name to /^\w+\d+$/.
+
+* Avoid loading Digest::* from relative paths in @INC.
+
+  Contributed by: Florian Weimer (CVE-2013-2145)
+
+[Changes for 0.70 - Thu Nov 29 01:45:54 CST 2012]
+
+* Don't check gpg version if gpg does not exist.
+
+  This 

commit rubygem-ruby_parser for openSUSE:Factory

2013-08-04 Thread h_root
Hello community,

here is the log from the commit of package rubygem-ruby_parser for 
openSUSE:Factory checked in at 2013-08-04 20:42:32

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


Package is rubygem-ruby_parser

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-ruby_parser/rubygem-ruby_parser.changes  
2013-04-29 09:59:04.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-ruby_parser.new/rubygem-ruby_parser.changes 
2013-08-04 23:52:43.0 +0200
@@ -1,0 +2,53 @@
+Tue Jul 30 18:46:52 UTC 2013 - co...@suse.com
+
+- updated to version 3.2.2
+ 
+ * 5 bug fixes:
+ 
+   * 1.9/2.0: fixed assocs in return args. (presidentbeef)
+   * Fixed handling of parse error when class is nested in multiple defs. 
(whitequark)
+   * Fixed lexing of %w[] w/ funny whitespace separators. (whitequark)
+   * Fixed more call nodes that have trailing comma syntax. (presidentbeef)
+   * Fixed more call_args slippage.
+ 
+ === 3.2.1 / 2013-07-03
+ 
+ * 1 bug fix:
+ 
+   * 1.9/2.0: Trailing assocs were being munged into arrays. (presidentbeef)
+ 
+ === 3.2.0 / 2013-07-02
+ 
+ * 1 major enhancement:
+ 
+   * Added (rough draft) 2.0 support. Still missing some small / rare things.
+ 
+ * 12 minor enhancements:
+ 
+   * Added %i(symbol-names...) support. (%I too)
+   * Added 140 more tests, jumping test count from 1376 to 2143. Yay for test 
reuse!
+   * Added RubyLexer#brace_nest.
+   * Added compare20 rake task to diff the grammar architecture against MRI.
+   * Added lpar_beg and paren_nest to lexer to track state of parens in 
stabbies
+   * Added shadow nodes for scoped block args.
+   * Compound RubyParser now defaults to 2.0.
+   * Fixed rake to  10, because 10's file dependency handling is so very 
broken.
+   * Made it possible to specify version in bin/ruby_parse_extract_error w/ -v 
18|19|20
+   * Refactored to RubyParserStuff::ENCODING_ORDER to allow custom tweaking of 
encoding guessing. (samlown)
+   * Switched `rake debug` to default to 2.0.
+   * Translated some fixes across 1.8 and 1.9 from 2.0.
+ 
+ * 42 bug fixes:
+ 
+   * 2.0: Fixed a number of block args scenarios w/ kwargs
+   * 2.0: Fixed args_tail mismatching against lexer.
+   * 2.0: Fixed assocs to return a hash node.
+   * 2.0: Fixed f_block_kw production.
+   * 2.0: Fixed f_block_kwarg production.
+   * 2.0: Fixed handling of stabby proc args in parens.
+   * 2.0: Fixed lexing of kwsplat nodes.
+   * 2.0: Implemented kwsplat nodes.
+   * Added tUBANG to lexer.
+   ...
+
+---

Old:

  ruby_parser-3.1.3.gem

New:

  ruby_parser-3.2.2.gem



Other differences:
--
++ rubygem-ruby_parser.spec ++
--- /var/tmp/diff_new_pack.U0qo0P/_old  2013-08-04 23:52:44.0 +0200
+++ /var/tmp/diff_new_pack.U0qo0P/_new  2013-08-04 23:52:44.0 +0200
@@ -17,21 +17,22 @@
 
 
 Name:   rubygem-ruby_parser
-Version:3.1.3
+Version:3.2.2
 Release:0
 %define mod_name ruby_parser
 %define mod_full_name %{mod_name}-%{version}
+%define mod_branch -%{version}
+%define mod_weight 30202
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  ruby-macros = 1
+BuildRequires:  update-alternatives
 BuildRequires:  rubygem(rdoc)  3.10
 Url:https://github.com/seattlerb/ruby_parser
 Source: http://rubygems.org/gems/%{mod_full_name}.gem
 Summary:ruby_parser (RP) is a ruby parser written in pure ruby 
(utilizing
 License:MIT
 Group:  Development/Languages/Ruby
-%define mod_branch -3.1.3
-%define mod_weight 3
 PreReq: update-alternatives
 
 %description
@@ -51,6 +52,10 @@
 s(:return, s(:lit, 1)),
 nil),
 s(:return, s(:lit, 0)))
+Tested against 801,039 files from the latest of all rubygems (as of 2013-05):
+* 1.8 parser is at 99.9739% accuracy, 3.651 sigma
+* 1.9 parser is at 99.9940% accuracy, 4.013 sigma
+* 2.0 parser is at 99.9939% accuracy, 4.008 sigma
 
 %package doc
 Summary:RDoc documentation for %{mod_name}
@@ -78,10 +83,18 @@
 
 %install
 %gem_install -f
+mkdir -p %{buildroot}%{_sysconfdir}/alternatives
 mv %{buildroot}%{_bindir}/ruby_parse{,%{mod_branch}}
-ln -s ruby_parse%{mod_branch} %{buildroot}%{_bindir}/ruby_parse
+touch %{buildroot}%{_sysconfdir}/alternatives/ruby_parse
+ln -s %{_sysconfdir}/alternatives/ruby_parse %{buildroot}%{_bindir}/ruby_parse
+
 mv %{buildroot}%{_bindir}/ruby_parse_extract_error{,%{mod_branch}}
-ln -s ruby_parse_extract_error%{mod_branch} 
%{buildroot}%{_bindir}/ruby_parse_extract_error
+touch %{buildroot}%{_sysconfdir}/alternatives/ruby_parse_extract_error
+ln -s %{_sysconfdir}/alternatives/ruby_parse_extract_error 

commit branding-openSUSE for openSUSE:Factory

2013-08-04 Thread h_root
Hello community,

here is the log from the commit of package branding-openSUSE for 
openSUSE:Factory checked in at 2013-08-04 20:23:26

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


Package is branding-openSUSE

Changes:

--- /work/SRC/openSUSE:Factory/branding-openSUSE/branding-openSUSE.changes  
2013-07-24 23:34:34.0 +0200
+++ /work/SRC/openSUSE:Factory/.branding-openSUSE.new/branding-openSUSE.changes 
2013-08-04 23:52:20.0 +0200
@@ -1,0 +2,6 @@
+Fri Aug  2 10:18:46 UTC 2013 - co...@suse.com
+
+- split kde and gimp branding into a spec file of it's own to leave
+  kde out of the Factory:Core project
+
+---
New Changes file:

--- /dev/null   2013-07-23 23:44:04.804033756 +0200
+++ 
/work/SRC/openSUSE:Factory/.branding-openSUSE.new/kde-branding-openSUSE.changes 
2013-08-04 23:52:20.0 +0200
@@ -0,0 +1,503 @@
+---
+Fri Aug  2 10:18:46 UTC 2013 - co...@suse.com
+
+- split kde branding into a spec file of it's own to leave kde
+  out of the Factory:Core project
+
+---
+Wed Jul 24 18:41:06 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Drop kdm-branding-upstream BuildRequires, not needed since usage
+  of _kde_branding_version macro
+
+---
+Tue Jul  2 12:30:08 UTC 2013 - tittiatc...@gmail.com
+
+- Utilize the new variable _kde_branding_version for the provides/
+  requires of the KDE branding packages
+
+---
+Wed Apr 24 13:23:26 UTC 2013 - a...@suse.com
+
+- Increase version to 13.1
+
+---
+Thu Apr 18 14:18:54 UTC 2013 - co...@suse.com
+
+- update from git to update kde patch
+
+---
+Tue Apr  2 15:36:07 UTC 2013 - co...@suse.com
+
+- add a conflict for other xfce4-splash-branding (otherproviders
+  not necessary in 12.1+)
+
+---
+Tue Apr  2 07:14:21 UTC 2013 - co...@suse.com
+
+- fix dir conflict with grub2
+
+---
+Thu Feb 28 21:05:11 UTC 2013 - co...@suse.com
+
+- fix the %post of plymouth branding to still set openSUSE default
+  even if in live cd buildenv (bnc#804321)
+
+---
+Fri Feb 15 16:11:12 UTC 2013 - rbrown...@opensuse.org
+
+- YaST installation hyperlink color darkened
+- Plymouth statup/shutdown progress fade tuned
+
+---
+Thu Feb 14 09:21:15 UTC 2013 - co...@suse.com
+
+- one more update for the kdm colors
+
+---
+Wed Feb 13 18:45:49 UTC 2013 - a...@suse.com
+
+- Fix summary.
+
+---
+Mon Feb 13 16:43:14 UTC 2013 - rbrown...@opensuse.org
+
+- (KDM) added support for domain logins
+- (KDM) changed background color of userlist box
+
+---
+Mon Feb 11 13:47:04 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Exclude upstream body-background
+
+---
+Wed Feb 06 23:44:55 UTC 2013 - rbrown...@opensuse.org
+
+- Final 12.3 kdelibs branding
+- Tuning to kdm branding
+
+---
+Wed Feb 06 10:44:19 UTC 2013 - rbrown...@opensuse.org
+
+- Optimised plymouth theme file sizes
+- gfxboot now using fifthleg font
+- YaST2 installer theme using 12.3 green
+
+---
+Tue Feb 05 22:03:12 UTC 2013 - rbrown...@opensuse.org
+
+- Cleaner plymouth boot theme with fade down on shutdown
+
+---
+Tue Feb 05 13:59:11 UTC 2013 - rbrown...@opensuse.org
+
+- Improved Grub 2 Theme (ilmehtar  anditosan)
+- Improved xfce splash (victorhck)
+- Updated gfxboot backgrounds (tux93)
+
+---
+Wed Jan 30 21:04:11 UTC 2013 - rbrown...@opensuse.org
+
+- Grub 2 Theme based on 12.3 grow design
+- gfxboot art based on 12.3 grow design
+- YaST installer art based on 12.3 grow design
+- xfce splash based on 12.3 grow design
+- gimp splash based on 12.3 grow design
+
+---
+Tue Jan 22 00:04:13 UTC 2013 - rbrown...@opensuse.org
+
+- Fix Plymouth 4:3 aspect 

commit xorg-x11 for openSUSE:Factory

2013-08-04 Thread h_root
Hello community,

here is the log from the commit of package xorg-x11 for openSUSE:Factory 
checked in at 2013-08-04 17:26:38

Comparing /work/SRC/openSUSE:Factory/xorg-x11 (Old)
 and  /work/SRC/openSUSE:Factory/.xorg-x11.new (New)


Package is xorg-x11

Changes:

--- /work/SRC/openSUSE:Factory/xorg-x11/xorg-x11.changes2012-12-28 
22:51:44.0 +0100
+++ /work/SRC/openSUSE:Factory/.xorg-x11.new/xorg-x11.changes   2013-08-04 
23:52:17.0 +0200
@@ -1,0 +2,8 @@
+Fri Aug  2 13:19:32 UTC 2013 - sndir...@suse.com
+
+- split off -essentials package for X.Org core apps (meta package
+  for required packages); recommends remain in xorg-x11 meta 
+  package; this allows minimum X11 patterns in a consistent way
+  (request by Coolo)
+
+---



Other differences:
--
++ xorg-x11.spec ++
--- /var/tmp/diff_new_pack.7wEkzm/_old  2013-08-04 23:52:18.0 +0200
+++ /var/tmp/diff_new_pack.7wEkzm/_new  2013-08-04 23:52:18.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package xorg-x11
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 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
@@ -20,7 +20,7 @@
 Url:http://xorg.freedesktop.org/
 Version:7.6_1
 Release:0
-## Requires/Recommends of packages that we split away from xorg-x11
+## Recommends of packages that we split away from xorg-x11
 Recommends: appres
 Recommends: bdftopcf
 Recommends: beforelight
@@ -35,21 +35,15 @@
 Recommends: listres
 Recommends: luit
 Recommends: mkcomposecache
-Requires:   mkfontdir
-Requires:   mkfontscale
 Recommends: oclock
 Recommends: proxymngr
 Recommends: rendercheck
-Requires:   rgb
 Recommends: rstart
-Requires:   sessreg
-Requires:   setxkbmap
 Recommends: showfont
 Recommends: smproxy
 Recommends: twm
 Recommends: viewres
 Recommends: x11perf
-Requires:   xauth
 Recommends: xbacklight
 Recommends: xbiff
 Recommends: xcalc
@@ -57,12 +51,10 @@
 Recommends: xclock
 Recommends: xcmsdb
 Recommends: xcompmgr
-Requires:   xconsole
 Recommends: xcursor-themes
 Recommends: xcursorgen
 Recommends: xdbedizzy
 Recommends: xditview
-Requires:   xdm
 Recommends: xdpyinfo
 Recommends: xedit
 Recommends: xev
@@ -77,7 +69,6 @@
 Recommends: xgamma
 Recommends: xgc
 Recommends: xhost
-Requires:   xinit
 Recommends: xinput
 Recommends: xkbcomp
 Recommends: xkbevd
@@ -92,7 +83,6 @@
 Recommends: xmag
 Recommends: xman
 Recommends: xmessage
-Requires:   xmodmap
 Recommends: xmore
 Recommends: xorg-scripts
 Recommends: xplsprinters
@@ -100,7 +90,6 @@
 Recommends: xprehashprinterlist
 Recommends: xprop
 Recommends: xrandr
-Requires:   xrdb
 Recommends: xrefresh
 Recommends: xrestop
 Recommends: xrx
@@ -108,7 +97,6 @@
 Recommends: xset
 Recommends: xsetmode
 Recommends: xsetpointer
-Requires:   xsetroot
 Recommends: xsm
 Recommends: xstdcmap
 Recommends: xtrap
@@ -117,9 +105,10 @@
 Recommends: xwd
 Recommends: xwininfo
 Recommends: xwud
-## End Requires of packages that we split away from xorg-x11
+## End Recommends of packages that we split away from xorg-x11
+Requires:   xorg-x11-essentials
 Provides:   XFree86
-Summary:Compatibility metapackage for X.Org core and sample 
applications
+Summary:Compatibility metapackage for X.Org sample applications
 License:MIT
 Group:  System/X11/Utilities
 Source0:README.meta
@@ -129,7 +118,29 @@
 
 %description
 This package is a compatibility metapackage. It used to contain the
-X.Org core and sample applications.
+X.Org sample applications.
+
+%package essentials
+Summary:Compatibility metapackage for X.Org core applications
+Group:  System/X11/Utilities
+## Requires of packages that we split away from xorg-x11
+Requires:   mkfontdir
+Requires:   mkfontscale
+Requires:   rgb
+Requires:   sessreg
+Requires:   setxkbmap
+Requires:   xauth
+Requires:   xconsole
+Requires:   xdm
+Requires:   xinit
+Requires:   xmodmap
+Requires:   xrdb
+Requires:   xsetroot
+## End Requires of packages that we split away from xorg-x11
+
+%description essentials
+This package is a compatibility metapackage. It requires the
+X.Org core applications packages.
 
 %prep
 %setup -q -T -c '%{name}'
@@ -151,6 +162,9 @@
 

commit mkinitrd for openSUSE:Factory

2013-08-04 Thread h_root
Hello community,

here is the log from the commit of package mkinitrd for openSUSE:Factory 
checked in at 2013-08-04 20:40:43

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


Package is mkinitrd

Changes:

--- /work/SRC/openSUSE:Factory/mkinitrd/mkinitrd.changes2013-08-04 
16:58:28.0 +0200
+++ /work/SRC/openSUSE:Factory/.mkinitrd.new/mkinitrd.changes   2013-08-04 
23:52:30.0 +0200
@@ -1,0 +2,10 @@
+Sun Aug  4 16:29:03 CEST 2013 - oher...@suse.de
+
+- Print copied firmware files only once
+
+---
+Sun Aug  4 16:27:35 CEST 2013 - oher...@suse.de
+
+- Include firmware files only once, in /lib/firmware (bnc#713126)
+
+---



Other differences:
--
++ mkinitrd.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mkinitrd-2.7.2/mkinitrd.changes 
new/mkinitrd-2.7.2/mkinitrd.changes
--- old/mkinitrd-2.7.2/mkinitrd.changes 2013-08-04 10:47:54.0 +0200
+++ new/mkinitrd-2.7.2/mkinitrd.changes 2013-08-04 16:30:17.0 +0200
@@ -1,4 +1,14 @@
 ---
+Sun Aug  4 16:29:03 CEST 2013 - oher...@suse.de
+
+- Print copied firmware files only once
+
+---
+Sun Aug  4 16:27:35 CEST 2013 - oher...@suse.de
+
+- Include firmware files only once, in /lib/firmware (bnc#713126)
+
+---
 Sun Aug  4 10:47:08 CEST 2013 - oher...@suse.de
 
 - Fix parsing of disabled modules in RESOLVED_INITRD_MODULES (bnc#696959)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mkinitrd-2.7.2/scripts/setup-modules.sh 
new/mkinitrd-2.7.2/scripts/setup-modules.sh
--- old/mkinitrd-2.7.2/scripts/setup-modules.sh 2013-08-04 10:47:54.0 
+0200
+++ new/mkinitrd-2.7.2/scripts/setup-modules.sh 2013-08-04 16:30:17.0 
+0200
@@ -320,6 +320,10 @@
 
 # Copy all modules into the initrd
 has_firmware=false
+declare -A fw_array
+mkdir -p $tmp_mnt/lib/firmware
+mkdir -p $tmp_mnt/usr/lib
+ln -sfbn ../../lib/firmware $tmp_mnt/usr/lib/firmware
 for module in $resolved_modules; do
 if [ ! -r $root_dir/$module ]; then
 oops 9 Module $module not found.
@@ -340,7 +344,11 @@
 echo -ne Firmware:\t
has_firmware=true
 fi
-echo -n $fw 
+if test -z ${fw_array[$fw]}
+then
+fw_array[$fw]=$fw
+echo -n $fw 
+fi
 if test -e $dir/$subdir/$fw.sig; then
 cp -p --parents $_ $tmp_mnt
 echo -n $fw.sig 
@@ -354,6 +362,7 @@
 echo
 fi
 unset has_firmware
+unset fw_array
 
 if [ $resolved_modules ] ; then
 [ ! -d $tmp_mnt/lib/modules/$kernel_version ]  oops 10 No modules have 
been installed

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



commit rubygem-atomic for openSUSE:Factory

2013-08-04 Thread h_root
Hello community,

here is the log from the commit of package rubygem-atomic for openSUSE:Factory 
checked in at 2013-08-04 20:41:20

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


Package is rubygem-atomic

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-atomic/rubygem-atomic.changes
2013-07-16 16:17:01.0 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-atomic.new/rubygem-atomic.changes   
2013-08-04 23:52:35.0 +0200
@@ -1,0 +2,5 @@
+Sun Aug  4 15:30:07 UTC 2013 - co...@suse.com
+
+- updated to version 1.1.12, no changelog
+
+---

Old:

  atomic-1.1.10.gem

New:

  atomic-1.1.12.gem



Other differences:
--
++ rubygem-atomic.spec ++
--- /var/tmp/diff_new_pack.xvEDzl/_old  2013-08-04 23:52:36.0 +0200
+++ /var/tmp/diff_new_pack.xvEDzl/_new  2013-08-04 23:52:36.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   rubygem-atomic
-Version:1.1.10
+Version:1.1.12
 Release:0
 %define mod_name atomic
 %define mod_full_name %{mod_name}-%{version}

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



commit rubygem-pg for openSUSE:Factory

2013-08-04 Thread h_root
Hello community,

here is the log from the commit of package rubygem-pg for openSUSE:Factory 
checked in at 2013-08-04 20:42:17

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


Package is rubygem-pg

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-pg/rubygem-pg.changes2013-06-05 
19:33:53.0 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-pg.new/rubygem-pg.changes   
2013-08-04 23:52:41.0 +0200
@@ -1,0 +2,5 @@
+Wed Jul 31 05:45:54 UTC 2013 - co...@suse.com
+
+- updated to version 0.16.0
+
+---

Old:

  pg-0.15.1.gem

New:

  pg-0.16.0.gem



Other differences:
--
++ rubygem-pg.spec ++
--- /var/tmp/diff_new_pack.FxU9LZ/_old  2013-08-04 23:52:42.0 +0200
+++ /var/tmp/diff_new_pack.FxU9LZ/_new  2013-08-04 23:52:42.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   rubygem-pg
-Version:0.15.1
+Version:0.16.0
 Release:0
 %define mod_name pg
 %define mod_full_name %{mod_name}-%{version}

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



commit rubygem-yard for openSUSE:Factory

2013-08-04 Thread h_root
Hello community,

here is the log from the commit of package rubygem-yard for openSUSE:Factory 
checked in at 2013-08-04 20:54:54

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


Package is rubygem-yard

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-yard/rubygem-yard.changes
2013-07-16 16:23:32.0 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-yard.new/rubygem-yard.changes   
2013-08-04 23:52:45.0 +0200
@@ -1,0 +2,9 @@
+Tue Jul 30 18:43:59 UTC 2013 - co...@suse.com
+
+- updated to version 0.8.7
+- Added `--hide-api API` option to hide objects with a given `@api` tag 
(#685).
+- Added Returns  prefix to summary when a lone @return tag is used.
+- Fixed issue that caused ref tags to be added to a docstring twice (#678).
+- Fixed formatting issue in docstring summaries (#686)
+
+---

Old:

  yard-0.8.6.2.gem

New:

  yard-0.8.7.gem



Other differences:
--
++ rubygem-yard.spec ++
--- /var/tmp/diff_new_pack.XH6pJ0/_old  2013-08-04 23:52:46.0 +0200
+++ /var/tmp/diff_new_pack.XH6pJ0/_new  2013-08-04 23:52:46.0 +0200
@@ -17,12 +17,12 @@
 
 
 Name:   rubygem-yard
-Version:0.8.6.2
+Version:0.8.7
 Release:0
 %define mod_name yard
 %define mod_full_name %{mod_name}-%{version}
 %define mod_branch -%{version}
-%define mod_weight 806
+%define mod_weight 807
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  ruby-macros = 1

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



commit cloog-isl for openSUSE:Factory

2013-08-04 Thread h_root
Hello community,

here is the log from the commit of package cloog-isl for openSUSE:Factory 
checked in at 2013-08-04 20:24:12

Comparing /work/SRC/openSUSE:Factory/cloog-isl (Old)
 and  /work/SRC/openSUSE:Factory/.cloog-isl.new (New)


Package is cloog-isl

Changes:

--- /work/SRC/openSUSE:Factory/cloog-isl/cloog-isl.changes  2013-01-12 
07:51:13.0 +0100
+++ /work/SRC/openSUSE:Factory/.cloog-isl.new/cloog-isl.changes 2013-08-04 
23:52:24.0 +0200
@@ -1,0 +2,13 @@
+Fri Aug  2 12:29:21 UTC 2013 - tchva...@suse.com
+
+- Bock also cloog package, collision on /usr/bin/cloog and provide
+  the same as the binaries are swapable, just backend
+  implementation and lib differs.
+- Remove clean phase as it is default one
+
+---
+Mon Jul 29 21:22:26 UTC 2013 - dval...@suse.com
+
+- Pick upstream commits to adress test failures (cloog-tests.patch) 
+
+---

New:

  cloog-tests.patch



Other differences:
--
++ cloog-isl.spec ++
--- /var/tmp/diff_new_pack.Peq7ch/_old  2013-08-04 23:52:24.0 +0200
+++ /var/tmp/diff_new_pack.Peq7ch/_new  2013-08-04 23:52:24.0 +0200
@@ -25,8 +25,11 @@
 Url:http://www.cloog.org/
 Source: cloog-0.18.0.tar.gz
 Source1:baselibs.conf
+Patch0: cloog-tests.patch
 BuildRequires:  gmp-devel
 BuildRequires:  isl-devel
+Conflicts:  cloog
+Provides:   cloog
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -52,6 +55,7 @@
 
 %prep
 %setup -q -n cloog-0.18.0
+%patch0 -p1
 
 %build
 %configure --disable-static --with-isl=system
@@ -61,9 +65,9 @@
 make %{_smp_mflags} check
 
 %install
-make DESTDIR=$RPM_BUILD_ROOT install
-rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
-rm -rf $RPM_BUILD_ROOT%{_libdir}/pkgconfig
+make DESTDIR=%{buildroot} install
+rm -f %{buildroot}%{_libdir}/*.la
+rm -rf %{buildroot}%{_libdir}/pkgconfig
 
 %post -n libcloog-isl4 -p /sbin/ldconfig
 
@@ -82,7 +86,4 @@
 %{_includedir}/cloog
 %{_libdir}/libcloog-isl.so
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %changelog

++ cloog-tests.patch ++
From fc8b0627b734271db42ffcb8c525828f3252 Mon Sep 17 00:00:00 2001
From: Tobias Grosser tob...@grosser.es
Date: Sun, 16 Jun 2013 10:46:45 -0700
Subject: [PATCH] Update isl to remove platform dependent behavior

isl commit 9e01482 changed an internal comparision function to ensure
consistent results across different platforms. Differences that have
previously observed between Linux and Solaris 10 should disappear with
the updated isl version.
---
 test/darte.c |4 ++--
 test/dartef.f|4 ++--
 test/dealII.c|7 +--
 test/isl/jacobi-shared.c |2 +-
 test/vasilache.c |8 
 6 files changed, 15 insertions(+), 12 deletions(-)

Index: cloog-0.18.0/test/darte.c
===
--- cloog-0.18.0.orig/test/darte.c
+++ cloog-0.18.0/test/darte.c
@@ -6,14 +6,14 @@ if (n = 1) {
 }
   }
   for (t1=-n+2;t1=n-1;t1++) {
-if (t1 = 2) {
+if (t1 = 0) {
   for (t3=t1+4;t3=t1+2*n+2;t3++) {
 if ((t1+t3)%2 == 0) {
   S1(t1+1,1,(-t1+t3-2)/2);
 }
   }
 }
-for (t2=max(-t1+2,t1+2);t2=-t1+4;t2++) {
+for (t2=max(-t1+2,t1+3);t2=-t1+4;t2++) {
   for (t3=t2+2;t3=t2+2*n;t3++) {
 if ((t1+t2)%2 == 0) {
   if ((t1+t3)%2 == 0) {
Index: cloog-0.18.0/test/dartef.f
===
--- cloog-0.18.0.orig/test/dartef.f
+++ cloog-0.18.0/test/dartef.f
@@ -6,14 +6,14 @@ IF (n = 1) THEN
 END IF
   END DO
   DO t1=-n+2, n-1
-IF (t1 = 2) THEN
+IF (t1 = 0) THEN
   DO t3=t1+4, t1+2*n+2
 IF (MOD(t1+t3, 2) == 0) THEN
   S1(t1+1,1,(-t1+t3-2)/2)
 END IF
   END DO
 END IF
-DO t2=MAX(-t1+2,t1+2), -t1+4
+DO t2=MAX(-t1+2,t1+3), -t1+4
   DO t3=t2+2, t2+2*n
 IF (MOD(t1+t2, 2) == 0) THEN
   IF (MOD(t1+t3, 2) == 0) THEN
Index: cloog-0.18.0/test/dealII.c
===
--- cloog-0.18.0.orig/test/dealII.c
+++ cloog-0.18.0/test/dealII.c
@@ -3,10 +3,13 @@ for (scat_0=0;scat_0=min(T_66,T_2-1);sc
   S1(scat_0);
   S2(scat_0);
 }
-if ((T_2 == 0)  (T_67 == 0)) {
+if ((T_2 == 0)  (T_66 = 0)  (T_67 == 0)) {
   S1(0);
 }
-for (scat_0=max(0,T_66+1);scat_0=T_2-1;scat_0++) {
+if ((T_66 = -1)  (T_67 == 0)) {
+  S1(0);
+}
+for (scat_0=max(max(0,T_66+1),-T_67+1);scat_0=T_2-1;scat_0++) {
   S1(scat_0);
 }
 for (scat_0=T_2;scat_0=min(T_66,T_67-1);scat_0++) {
Index: cloog-0.18.0/test/isl/jacobi-shared.c

commit qbittorrent for openSUSE:Factory

2013-08-04 Thread h_root
Hello community,

here is the log from the commit of package qbittorrent for openSUSE:Factory 
checked in at 2013-08-04 20:41:09

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


Package is qbittorrent

Changes:

--- /work/SRC/openSUSE:Factory/qbittorrent/qbittorrent.changes  2013-07-12 
20:56:55.0 +0200
+++ /work/SRC/openSUSE:Factory/.qbittorrent.new/qbittorrent.changes 
2013-08-04 23:52:33.0 +0200
@@ -1,0 +2,17 @@
+Thu Aug  1 19:30:49 UTC 2013 - fi...@opensuse.org
+
+- Upstream update to 3.0.11:
+  + FEATURE: Allow more fine tuning of upload slots.
+  + FEATURE: Enable edit/rename via F2 or double click in various places.
+  + BUGFIX: Don't allow newlines in rename dialog.
+  + BUGFIX: Treat unfinished dates as the newest ones when sorting.
+  + BUGFIX: Respect UI lock when clicking on tray notification.
+  + BUGFIX: Fix kickass torrents search plugin.
+  + BUGFIX: Use system language as default language. Closes #780.
+  + BUGFIX: Move completed files to .unwanted folder when they are
+unselected by the user.
+  + BUGFIX: Show delete action when multiple feeds are selected.
+  + BUGFIX: Use Unicode for libtorrent alert messages.  
+  + OTHER: Update translations.
+
+---

Old:

  qbittorrent-3.0.10.tar.xz

New:

  qbittorrent-3.0.11.tar.xz



Other differences:
--
++ qbittorrent.spec ++
--- /var/tmp/diff_new_pack.BbQPVM/_old  2013-08-04 23:52:34.0 +0200
+++ /var/tmp/diff_new_pack.BbQPVM/_new  2013-08-04 23:52:34.0 +0200
@@ -18,7 +18,7 @@
 
 
 Name:   qbittorrent
-Version:3.0.10
+Version:3.0.11
 Release:0
 Summary:A Bittorrent Client built with C++ / Qt4
 License:GPL-2.0+

++ qbittorrent-3.0.10.tar.xz - qbittorrent-3.0.11.tar.xz ++
 56169 lines of diff (skipped)

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



commit bareftp for openSUSE:Factory

2013-08-04 Thread h_root
Hello community,

here is the log from the commit of package bareftp for openSUSE:Factory checked 
in at 2013-08-04 20:18:27

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


Package is bareftp

Changes:

--- /work/SRC/openSUSE:Factory/bareftp/bareftp.changes  2013-04-05 
07:27:09.0 +0200
+++ /work/SRC/openSUSE:Factory/.bareftp.new/bareftp.changes 2013-08-04 
23:52:19.0 +0200
@@ -1,0 +2,8 @@
+Wed Jul 31 15:26:12 UTC 2013 - dims...@opensuse.org
+
+- Update to version 0.3.10:
+  + Updated configure.ac to support aarch64.
+  + Updated translations.
+- Rebase bareftp-dotnet4.patch.
+
+---

Old:

  bareftp-0.3.9.tar.gz

New:

  bareftp-0.3.10.tar.gz



Other differences:
--
++ bareftp.spec ++
--- /var/tmp/diff_new_pack.mGmNEd/_old  2013-08-04 23:52:19.0 +0200
+++ /var/tmp/diff_new_pack.mGmNEd/_new  2013-08-04 23:52:19.0 +0200
@@ -1,6 +1,7 @@
 #
 # spec file for package bareftp
 #
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 # Copyright (c) 2011 Packman project
 #
 # All modifications and additions to the file contributed by third parties
@@ -15,13 +16,14 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:  bareftp
-Version:   0.3.9
+Version:0.3.10
 Release:   0
 Summary:   A file transfer client for FTP/FTPS/SFTP
 License:   GPL-2.0
 Group: Productivity/Networking/Ftp/Clients
-URL:   http://www.bareftp.org/
+Url:http://www.bareftp.org/
 Source0:   http://www.bareftp.org/release/%{name}-%{version}.tar.gz
 # PATCH-FIX-OPENSUSE- bareftp-dotnet4.patch dims...@opensuse.org -- Build for 
.Net 4.0 target. Upstream is 'dead' (busy porting to python).
 Patch0: bareftp-dotnet4.patch
@@ -30,7 +32,7 @@
 Requires:  gtk-sharp2
 Requires:  mono-core
 
-BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 BuildRequires: gconf-sharp2
 BuildRequires: glib2-devel
@@ -47,7 +49,6 @@
 BuildRequires: pkgconfig
 BuildRequires: update-desktop-files
 
-
 %description
 bareFTP is a file transfer client supporting the FTP, FTP over SSL/TLS (FTPS)
 and SSH File Transfer Protocol (SFTP). It is written in C#, targeting the
@@ -66,24 +67,23 @@
 %configure --with-keyring=no --disable-static
 %__make %{?jobs:-j%{jobs}}
 
-
 %install
 %makeinstall
+find %{buildroot}%{_libdir} -type f -name '*.la' -delete -print
 %__install -D -m 644 data/%{name}.png 
%{buildroot}/%{_datadir}/pixmaps/%{name}.png
 %suse_update_desktop_file %{name} Network FileTransfer
 %find_lang %{name}
 
-
 %files -f %{name}.lang
 %defattr(-,root,root,-)
 %doc COPYING README ChangeLog AUTHORS
 %{_bindir}/%{name}
-%{_libdir}/%{name}
+%{_libdir}/%{name}/
+%{_libexecdir}/%{name}/
 %{_datadir}/applications/%{name}.desktop
 %{_datadir}/icons/hicolor/*/apps/%{name}.png
 %{_datadir}/icons/hicolor/scalable/apps/%{name}.svg
 %{_datadir}/pixmaps/%{name}.png
 %{_mandir}/man1/%{name}.1.gz
 
-
 %changelog

++ bareftp-0.3.9.tar.gz - bareftp-0.3.10.tar.gz ++
 14946 lines of diff (skipped)

++ bareftp-dotnet4.patch ++
--- /var/tmp/diff_new_pack.mGmNEd/_old  2013-08-04 23:52:20.0 +0200
+++ /var/tmp/diff_new_pack.mGmNEd/_new  2013-08-04 23:52:20.0 +0200
@@ -1,8 +1,8 @@
-Index: bareftp-0.3.9/configure.ac
+Index: bareftp-0.3.10/configure.ac
 ===
 bareftp-0.3.9.orig/configure.ac
-+++ bareftp-0.3.9/configure.ac
-@@ -58,11 +58,11 @@ SHAMROCK_EXPAND_DATADIR
+--- bareftp-0.3.10.orig/configure.ac
 bareftp-0.3.10/configure.ac
+@@ -58,11 +58,11 @@ SHAMROCK_EXPAND_LIBEXECDIR
  dnl Check Mono
  dnl SHAMROCK_CHECK_MONO_MODULE(1.1.10)
  
@@ -16,10 +16,10 @@
System.Web
Mono.Posix
  ])
-Index: bareftp-0.3.9/m4/shamrock/mono.m4
+Index: bareftp-0.3.10/m4/shamrock/mono.m4
 ===
 bareftp-0.3.9.orig/m4/shamrock/mono.m4
-+++ bareftp-0.3.9/m4/shamrock/mono.m4
+--- bareftp-0.3.10.orig/m4/shamrock/mono.m4
 bareftp-0.3.10/m4/shamrock/mono.m4
 @@ -8,41 +8,87 @@ AC_DEFUN([SHAMROCK_FIND_MONO_2_0_COMPILE
SHAMROCK_FIND_PROGRAM_OR_BAIL(MCS, gmcs)
  ])
@@ -116,16 +116,3 @@
 +  _SHAMROCK_CHECK_MONO_GAC_ASSEMBLIES(mono-2, 4.0, $*)
 +])
  
-Index: bareftp-0.3.9/build/Makefile.include
-===
 bareftp-0.3.9.orig/build/Makefile.include
-+++ bareftp-0.3.9/build/Makefile.include
-@@ -26,6 +26,7 @@ EXTRA_DIST += $(build_sources) $(build_r
- CLEANFILES = 

commit rubygem-slop for openSUSE:Factory

2013-08-04 Thread h_root
Hello community,

here is the log from the commit of package rubygem-slop for openSUSE:Factory 
checked in at 2013-08-04 20:54:44

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


Package is rubygem-slop

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-slop/rubygem-slop.changes
2013-05-27 10:01:04.0 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-slop.new/rubygem-slop.changes   
2013-08-04 23:52:44.0 +0200
@@ -1,0 +2,7 @@
+Tue Jul 30 18:46:52 UTC 2013 - co...@suse.com
+
+- updated to version 3.4.6
+ * Ensure short-options still consume trailing arguments, ie `-abc foo`
+   should assign `foo` to the option `c` if it expects an argument (#114).
+
+---

Old:

  slop-3.4.5.gem

New:

  slop-3.4.6.gem



Other differences:
--
++ rubygem-slop.spec ++
--- /var/tmp/diff_new_pack.adeuyP/_old  2013-08-04 23:52:45.0 +0200
+++ /var/tmp/diff_new_pack.adeuyP/_new  2013-08-04 23:52:45.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   rubygem-slop
-Version:3.4.5
+Version:3.4.6
 Release:0
 %define mod_name slop
 %define mod_full_name %{mod_name}-%{version}
@@ -62,6 +62,7 @@
 %install
 %gem_install -f
 mkdir -p %{buildroot}%{_docdir}/%{name}
+ln -s %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/CHANGES.md 
%buildroot/%{_docdir}/%{name}/CHANGES.md
 ln -s %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/LICENSE 
%buildroot/%{_docdir}/%{name}/LICENSE
 ln -s %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/README.md 
%buildroot/%{_docdir}/%{name}/README.md
 

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



commit yast2-storage for openSUSE:Factory

2013-08-04 Thread h_root
Hello community,

here is the log from the commit of package yast2-storage for openSUSE:Factory 
checked in at 2013-08-04 21:08:02

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


Package is yast2-storage

Changes:

--- /work/SRC/openSUSE:Factory/yast2-storage/yast2-storage.changes  
2013-08-01 11:10:13.0 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-storage.new/yast2-storage.changes 
2013-08-04 23:52:49.0 +0200
@@ -1,0 +2,11 @@
+Thu Aug 01 13:27:43 CEST 2013 - aschn...@suse.de
+
+- use ruby dbus bindings instead of yast2-dbus-client
+
+---
+Thu Aug  1 12:26:11 CEST 2013 - f...@suse.de
+
+- fix add volumes to btrfs when format is true and primary volume
+  was not btrfs previously
+
+---



Other differences:
--
++ yast2-storage.spec ++
--- /var/tmp/diff_new_pack.QtChLM/_old  2013-08-04 23:52:50.0 +0200
+++ /var/tmp/diff_new_pack.QtChLM/_new  2013-08-04 23:52:50.0 +0200
@@ -30,6 +30,7 @@
 BuildRequires:  libtool
 BuildRequires:  libxslt
 BuildRequires:  perl-XML-Writer
+BuildRequires:  rubygem-ruby-dbus
 BuildRequires:  sablot
 BuildRequires:  sgml-skel
 BuildRequires:  swig
@@ -41,9 +42,9 @@
 BuildRequires:  yast2-testsuite = 2.19.0
 Requires:   libstorage4 = 2.24.0
 Requires:   perl = %{perl_version}
+Requires:   rubygem-ruby-dbus
 Requires:   yast2 = 2.19.4
 Requires:   yast2-core = 2.18.3
-Requires:   yast2-dbus-client = 2.22.0
 Requires:   yast2-libyui = 2.18.7
 Requires:   yast2-perl-bindings
 %ifarch s390 s390x

++ yast2-storage-3.0.0.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-storage-3.0.0/Makefile.am.common 
new/yast2-storage-3.0.0/Makefile.am.common
--- old/yast2-storage-3.0.0/Makefile.am.common  2013-07-31 11:00:48.0 
+0200
+++ new/yast2-storage-3.0.0/Makefile.am.common  2013-08-02 17:29:14.0 
+0200
@@ -30,10 +30,10 @@
 dist-hook: check-syntax
 
 CHECK_SYNTAX = true
-check-syntax: $(client_DATA) $(ycpchook) $(ybcfiles)
-   @if test $(filter %.ycp,client_DATA); then \
+check-syntax: $(client_DATA) $(module_DATA) $(ynclude_DATA) $(ydata_DATA) 
$(ycpchook) $(ybcfiles)
+   @if test $(filter %.ycp, $(client_DATA) $(ydata_DATA)); then \
  if $(CHECK_SYNTAX); then \
-   TO_CHECK=$(filter %.ycp,$^); \
+   TO_CHECK=$(filter %.ycp, $(client_DATA) $(ydata_DATA)); \
echo Checking syntax of $${TO_CHECK}; \
if ! $(YCPC) -qE -M. -I. $(YCPCFLAGS) $${TO_CHECK}; then \
  echo Failed. Disable by 'make ... CHECK_SYNTAX=false' at your 
own risk; \
@@ -42,6 +42,20 @@
  else \
echo Syntax check disabled; \
  fi; \
+   fi
+   @if test $(filter %.rb, $^); then \
+ if $(CHECK_SYNTAX); then \
+   TO_CHECK=$(filter %.rb, $^); \
+   echo Checking syntax of $${TO_CHECK}; \
+   for f in $${TO_CHECK}; do \
+ if ! ruby -c $$f  /dev/null; then \
+   echo Failed. Disable by 'make ... CHECK_SYNTAX=false' at your 
own risk; \
+   exit 1; \
+ fi; \
+   done; \
+ else \
+   echo Syntax check disabled; \
+ fi; \
fi
 
 -include .dep
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-storage-3.0.0/configure.ac 
new/yast2-storage-3.0.0/configure.ac
--- old/yast2-storage-3.0.0/configure.ac2013-07-31 11:00:48.0 
+0200
+++ new/yast2-storage-3.0.0/configure.ac2013-08-02 17:29:12.0 
+0200
@@ -1,6 +1,6 @@
 dnl configure.ac for yast2-storage
 dnl
-dnl -- This file is generated by y2autoconf 2.24.7 - DO NOT EDIT! --
+dnl -- This file is generated by y2autoconf 3.0.1 - DO NOT EDIT! --
 dnl(edit configure.ac.in or configure.in.in instead)
 
 AC_INIT(yast2-storage, 3.0.0, http://bugs.opensuse.org/, yast2-storage)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-storage-3.0.0/src/Makefile.in 
new/yast2-storage-3.0.0/src/Makefile.in
--- old/yast2-storage-3.0.0/src/Makefile.in 2013-07-31 11:01:01.0 
+0200
+++ new/yast2-storage-3.0.0/src/Makefile.in 2013-08-02 17:29:27.0 
+0200
@@ -840,10 +840,10 @@
rm ${NEWDEP}
 
 dist-hook: check-syntax
-check-syntax: $(client_DATA) $(ycpchook) $(ybcfiles)
-   @if test $(filter %.ycp,client_DATA); then \
+check-syntax: $(client_DATA) $(module_DATA) $(ynclude_DATA) $(ydata_DATA) 
$(ycpchook) $(ybcfiles)
+   @if test $(filter 

commit rubygem-net-ssh for openSUSE:Factory

2013-08-04 Thread h_root
Hello community,

here is the log from the commit of package rubygem-net-ssh for openSUSE:Factory 
checked in at 2013-08-04 20:41:48

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


Package is rubygem-net-ssh

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-net-ssh/rubygem-net-ssh.changes  
2013-04-22 14:18:38.0 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-net-ssh.new/rubygem-net-ssh.changes 
2013-08-04 23:52:38.0 +0200
@@ -1,0 +2,8 @@
+Wed Jul 31 05:45:53 UTC 2013 - co...@suse.com
+
+- updated to version 2.6.8
+ * Added support for host wildcard substitution [GabKlein]
+ * Added a wait to the loop in close to help fix possible blocks [Josh 
Kalderimis]
+ * Fixed test file encoding issues with Ruby 2.0 (#87) [voxik
+
+---

Old:

  net-ssh-2.6.7.gem

New:

  net-ssh-2.6.8.gem



Other differences:
--
++ rubygem-net-ssh.spec ++
--- /var/tmp/diff_new_pack.LOPvLQ/_old  2013-08-04 23:52:39.0 +0200
+++ /var/tmp/diff_new_pack.LOPvLQ/_new  2013-08-04 23:52:39.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   rubygem-net-ssh
-Version:2.6.7
+Version:2.6.8
 Release:0
 %define mod_name net-ssh
 %define mod_full_name %{mod_name}-%{version}
@@ -61,9 +61,14 @@
 
 %install
 %gem_install -f
+mkdir -p %{buildroot}%{_docdir}/%{name}
+ln -s %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/CHANGES.txt 
%buildroot/%{_docdir}/%{name}/CHANGES.txt
+ln -s %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/LICENSE.txt 
%buildroot/%{_docdir}/%{name}/LICENSE.txt
+ln -s %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/README.rdoc 
%buildroot/%{_docdir}/%{name}/README.rdoc
 
 %files
 %defattr(-,root,root,-)
+%{_docdir}/%{name}
 %{_libdir}/ruby/gems/%{rb_ver}/cache/%{mod_full_name}.gem
 %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/
 %exclude %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/test

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



commit yakuake for openSUSE:Factory

2013-08-04 Thread h_root
Hello community,

here is the log from the commit of package yakuake for openSUSE:Factory checked 
in at 2013-08-04 20:55:02

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


Package is yakuake

Changes:

--- /work/SRC/openSUSE:Factory/yakuake/yakuake.changes  2013-04-18 
10:49:50.0 +0200
+++ /work/SRC/openSUSE:Factory/.yakuake.new/yakuake.changes 2013-08-04 
23:52:46.0 +0200
@@ -1,0 +2,5 @@
+Mon Jun 24 00:03:42 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Fix typo in yakuake-2.9.9_no-close.patch
+
+---



Other differences:
--
++ yakuake-2.9.9_no-close.patch ++
--- /var/tmp/diff_new_pack.WJekXo/_old  2013-08-04 23:52:47.0 +0200
+++ /var/tmp/diff_new_pack.WJekXo/_new  2013-08-04 23:52:47.0 +0200
@@ -172,7 +172,7 @@
 +  tabstopkcfg_KeepOpen/tabstop
 +  tabstopkcfg_KeepAbove/tabstop
 +  tabstopkcfg_ToggleToFocus/tabstop
-+  tabstopkcg_KeepOpenAfterLastSessionCloses/tabstop
++  tabstopkcfg_KeepOpenAfterLastSessionCloses/tabstop
 +  tabstopkcfg_FocusFollowsMouse/tabstop
 +  tabstopkcfg_ConfirmQuit/tabstop
 + /tabstops

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



commit rubygem-rhc for openSUSE:Factory

2013-08-04 Thread h_root
Hello community,

here is the log from the commit of package rubygem-rhc for openSUSE:Factory 
checked in at 2013-08-04 20:42:25

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


Package is rubygem-rhc

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-rhc/rubygem-rhc.changes  2013-06-13 
22:38:51.0 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-rhc.new/rubygem-rhc.changes 
2013-08-04 23:52:42.0 +0200
@@ -1,0 +2,5 @@
+Wed Jul 31 05:45:55 UTC 2013 - co...@suse.com
+
+- updated to version 1.11.4
+
+---

Old:

  rhc-1.9.6.gem

New:

  rhc-1.11.4.gem



Other differences:
--
++ rubygem-rhc.spec ++
--- /var/tmp/diff_new_pack.NIVC9G/_old  2013-08-04 23:52:43.0 +0200
+++ /var/tmp/diff_new_pack.NIVC9G/_new  2013-08-04 23:52:43.0 +0200
@@ -17,20 +17,21 @@
 
 
 Name:   rubygem-rhc
-Version:1.9.6
+Version:1.11.4
 Release:0
 %define mod_name rhc
 %define mod_full_name %{mod_name}-%{version}
+%define mod_branch -%{version}
+%define mod_weight 11104
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  ruby-macros = 1
+BuildRequires:  update-alternatives
 Url:https://github.com/openshift/rhc
 Source: http://rubygems.org/gems/%{mod_full_name}.gem
 Summary:OpenShift Client Tools
 License:Apache-2.0
 Group:  Development/Languages/Ruby
-%define mod_branch -%{version}
-%define mod_weight 1
 PreReq: update-alternatives
 # MANUAL
 Recommends: git
@@ -66,8 +67,11 @@
 
 %install
 %gem_install -f
+mkdir -p %{buildroot}%{_sysconfdir}/alternatives
 mv %{buildroot}%{_bindir}/rhc{,%{mod_branch}}
-ln -s rhc%{mod_branch} %{buildroot}%{_bindir}/rhc
+touch %{buildroot}%{_sysconfdir}/alternatives/rhc
+ln -s %{_sysconfdir}/alternatives/rhc %{buildroot}%{_bindir}/rhc
+
 mkdir -p %{buildroot}%{_docdir}/%{name}
 ln -s %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/LICENSE 
%buildroot/%{_docdir}/%{name}/LICENSE
 ln -s %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/README.md 
%buildroot/%{_docdir}/%{name}/README.md
@@ -85,7 +89,8 @@
 %defattr(-,root,root,-)
 %{_docdir}/%{name}
 %{_bindir}/rhc%{mod_branch}
-%ghost %{_bindir}/rhc
+%{_bindir}/rhc
+%ghost %{_sysconfdir}/alternatives/rhc
 %{_libdir}/ruby/gems/%{rb_ver}/cache/%{mod_full_name}.gem
 %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/
 %exclude %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/spec

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



commit rubygem-ohai for openSUSE:Factory

2013-08-04 Thread h_root
Hello community,

here is the log from the commit of package rubygem-ohai for openSUSE:Factory 
checked in at 2013-08-04 20:41:59

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


Package is rubygem-ohai

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-ohai/rubygem-ohai.changes
2013-06-05 13:37:21.0 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-ohai.new/rubygem-ohai.changes   
2013-08-04 23:52:39.0 +0200
@@ -1,0 +2,5 @@
+Tue Jul 30 18:46:57 UTC 2013 - co...@suse.com
+
+- updated to version 6.18.0
+
+---

Old:

  ohai-6.16.0.gem

New:

  ohai-6.18.0.gem



Other differences:
--
++ rubygem-ohai.spec ++
--- /var/tmp/diff_new_pack.EtTxyg/_old  2013-08-04 23:52:41.0 +0200
+++ /var/tmp/diff_new_pack.EtTxyg/_new  2013-08-04 23:52:41.0 +0200
@@ -17,20 +17,21 @@
 
 
 Name:   rubygem-ohai
-Version:6.16.0
+Version:6.18.0
 Release:0
 %define mod_name ohai
 %define mod_full_name %{mod_name}-%{version}
+%define mod_branch -%{version}
+%define mod_weight 61800
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  ruby-macros = 1
+BuildRequires:  update-alternatives
 Url:http://wiki.opscode.com/display/chef/Ohai
 Source: http://rubygems.org/gems/%{mod_full_name}.gem
 Summary:Ohai profiles your system and emits JSON
 License:Apache-2.0
 Group:  Development/Languages/Ruby
-%define mod_branch -%{version}
-%define mod_weight 6
 PreReq: update-alternatives
 # NOTE(saschpe): /etc/lsb-release contains useless crap on SP2 which makes
 # ohai lsb report nothing. However, if /usr/bin/lsb_release is available,
@@ -71,8 +72,11 @@
 
 %install
 %gem_install -f
+mkdir -p %{buildroot}%{_sysconfdir}/alternatives
 mv %{buildroot}%{_bindir}/ohai{,%{mod_branch}}
-ln -s ohai%{mod_branch} %{buildroot}%{_bindir}/ohai
+touch %{buildroot}%{_sysconfdir}/alternatives/ohai
+ln -s %{_sysconfdir}/alternatives/ohai %{buildroot}%{_bindir}/ohai
+
 mkdir -p %{buildroot}%{_docdir}/%{name}
 ln -s %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/LICENSE 
%buildroot/%{_docdir}/%{name}/LICENSE
 ln -s %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/README.rdoc 
%buildroot/%{_docdir}/%{name}/README.rdoc
@@ -90,7 +94,8 @@
 %defattr(-,root,root,-)
 %{_docdir}/%{name}
 %{_bindir}/ohai%{mod_branch}
-%ghost %{_bindir}/ohai
+%{_bindir}/ohai
+%ghost %{_sysconfdir}/alternatives/ohai
 %{_libdir}/ruby/gems/%{rb_ver}/cache/%{mod_full_name}.gem
 %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/
 %exclude %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/spec

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



commit yast2-devtools for openSUSE:Factory

2013-08-04 Thread h_root
Hello community,

here is the log from the commit of package yast2-devtools for openSUSE:Factory 
checked in at 2013-08-04 20:55:10

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


Package is yast2-devtools

Changes:

--- /work/SRC/openSUSE:Factory/yast2-devtools/yast2-devtools.changes
2013-08-01 11:07:59.0 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-devtools.new/yast2-devtools.changes   
2013-08-04 23:52:47.0 +0200
@@ -1,0 +2,9 @@
+Fri Aug  2 05:50:37 UTC 2013 - lsle...@suse.cz
+
+- enhanced syntax check in 'make check-syntax':
+  - check Ruby source files
+  - check YCP data files (some are still present even after Ruby
+conversion)
+- 3.0.1
+
+---

Old:

  yast2-devtools-3.0.0.tar.bz2

New:

  yast2-devtools-3.0.1.tar.bz2



Other differences:
--
++ yast2-devtools.spec ++
--- /var/tmp/diff_new_pack.N7zTPp/_old  2013-08-04 23:52:48.0 +0200
+++ /var/tmp/diff_new_pack.N7zTPp/_new  2013-08-04 23:52:48.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-devtools
-Version:3.0.0
+Version:3.0.1
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ yast2-devtools-3.0.0.tar.bz2 - yast2-devtools-3.0.1.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-devtools-3.0.0/Makefile.am.common 
new/yast2-devtools-3.0.1/Makefile.am.common
--- old/yast2-devtools-3.0.0/Makefile.am.common 2013-07-30 10:35:02.0 
+0200
+++ new/yast2-devtools-3.0.1/Makefile.am.common 2013-08-02 16:46:53.0 
+0200
@@ -30,10 +30,10 @@
 dist-hook: check-syntax
 
 CHECK_SYNTAX = true
-check-syntax: $(client_DATA) $(ycpchook) $(ybcfiles)
-   @if test $(filter %.ycp,client_DATA); then \
+check-syntax: $(client_DATA) $(module_DATA) $(ynclude_DATA) $(ydata_DATA) 
$(ycpchook) $(ybcfiles)
+   @if test $(filter %.ycp, $(client_DATA) $(ydata_DATA)); then \
  if $(CHECK_SYNTAX); then \
-   TO_CHECK=$(filter %.ycp,$^); \
+   TO_CHECK=$(filter %.ycp, $(client_DATA) $(ydata_DATA)); \
echo Checking syntax of $${TO_CHECK}; \
if ! $(YCPC) -qE -M. -I. $(YCPCFLAGS) $${TO_CHECK}; then \
  echo Failed. Disable by 'make ... CHECK_SYNTAX=false' at your 
own risk; \
@@ -42,6 +42,20 @@
  else \
echo Syntax check disabled; \
  fi; \
+   fi
+   @if test $(filter %.rb, $^); then \
+ if $(CHECK_SYNTAX); then \
+   TO_CHECK=$(filter %.rb, $^); \
+   echo Checking syntax of $${TO_CHECK}; \
+   for f in $${TO_CHECK}; do \
+ if ! ruby -c $$f  /dev/null; then \
+   echo Failed. Disable by 'make ... CHECK_SYNTAX=false' at your 
own risk; \
+   exit 1; \
+ fi; \
+   done; \
+ else \
+   echo Syntax check disabled; \
+ fi; \
fi
 
 -include .dep
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-devtools-3.0.0/VERSION 
new/yast2-devtools-3.0.1/VERSION
--- old/yast2-devtools-3.0.0/VERSION2013-07-30 10:34:54.0 +0200
+++ new/yast2-devtools-3.0.1/VERSION2013-08-02 16:46:46.0 +0200
@@ -1 +1 @@
-3.0.0
+3.0.1
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-devtools-3.0.0/configure 
new/yast2-devtools-3.0.1/configure
--- old/yast2-devtools-3.0.0/configure  2013-07-30 10:35:12.0 +0200
+++ new/yast2-devtools-3.0.1/configure  2013-08-02 16:47:06.0 +0200
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for yast2-devtools 3.0.0.
+# Generated by GNU Autoconf 2.69 for yast2-devtools 3.0.1.
 #
 # Report bugs to http://bugs.opensuse.org/.
 #
@@ -590,8 +590,8 @@
 # Identity of this package.
 PACKAGE_NAME='yast2-devtools'
 PACKAGE_TARNAME='yast2-devtools'
-PACKAGE_VERSION='3.0.0'
-PACKAGE_STRING='yast2-devtools 3.0.0'
+PACKAGE_VERSION='3.0.1'
+PACKAGE_STRING='yast2-devtools 3.0.1'
 PACKAGE_BUGREPORT='http://bugs.opensuse.org/'
 PACKAGE_URL=''
 
@@ -1383,7 +1383,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 yast2-devtools 3.0.0 to adapt to many kinds of systems.
+\`configure' configures yast2-devtools 3.0.1 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1454,7 +1454,7 @@
 
 if test -n $ac_init_help; then
   case $ac_init_help in
- short | 

commit Test-DVD-x86_64 for openSUSE:Factory

2013-08-04 Thread h_root
Hello community,

here is the log from the commit of package Test-DVD-x86_64 for openSUSE:Factory 
checked in at 2013-08-05 00:34:19

Comparing /work/SRC/openSUSE:Factory/Test-DVD-x86_64 (Old)
 and  /work/SRC/openSUSE:Factory/.Test-DVD-x86_64.new (New)


Package is Test-DVD-x86_64

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ PRODUCT-x86_64.kiwi ++
--- /var/tmp/diff_new_pack.fFcXea/_old  2013-08-05 00:34:20.0 +0200
+++ /var/tmp/diff_new_pack.fFcXea/_new  2013-08-05 00:34:20.0 +0200
@@ -72,17 +72,13 @@
   repopackage name=acl/
   repopackage name=acpica/
   repopackage name=adjtimex/
-  repopackage name=appres/
   repopackage name=attr/
   repopackage name=augeas-lenses/
   repopackage name=autoyast2-installation/
   repopackage name=bash/
   repopackage name=bash-lang/
-  repopackage name=bdftopcf/
-  repopackage name=beforelight/
   repopackage name=bind-libs/
   repopackage name=bind-utils/
-  repopackage name=bitmap/
   repopackage name=branding-openSUSE/
   repopackage name=bridge-utils/
   repopackage name=bzip2/
@@ -120,7 +116,6 @@
   repopackage name=dmz-icon-theme-cursors/
   repopackage name=dosfstools/
   repopackage name=e2fsprogs/
-  repopackage name=editres/
   repopackage name=efibootmgr/
   repopackage name=elfutils/
   repopackage name=ethtool/
@@ -132,9 +127,6 @@
   repopackage name=findutils/
   repopackage name=fontconfig/
   repopackage name=fonts-config/
-  repopackage name=fonttosfnt/
-  repopackage name=fslsfonts/
-  repopackage name=fstobdf/
   repopackage name=gawk/
   repopackage name=genisoimage/
   repopackage name=gettext-runtime-mini/
@@ -162,8 +154,6 @@
   repopackage name=hdparm/
   repopackage name=hicolor-icon-theme/
   repopackage name=hwinfo/
-  repopackage name=iceauth/
-  repopackage name=ico/
   repopackage name=info/
   repopackage name=initviocons/
   repopackage name=insserv-compat/
@@ -177,43 +167,31 @@
   repopackage name=kmod/
   repopackage name=kpartx/
   repopackage name=krb5/
-  repopackage name=lbxproxy/
   repopackage name=less/
-  repopackage name=libFS6/
   repopackage name=libICE6/
   repopackage name=libLLVM/
   repopackage name=libSM6/
   repopackage name=libX11-6/
   repopackage name=libX11-data/
   repopackage name=libX11-xcb1/
-  repopackage name=libXRes1/
-  repopackage name=libXTrap6/
   repopackage name=libXau6/
   repopackage name=libXaw7/
-  repopackage name=libXcomposite1/
   repopackage name=libXcursor1/
   repopackage name=libXdamage1/
   repopackage name=libXdmcp6/
   repopackage name=libXext6/
   repopackage name=libXfixes3/
   repopackage name=libXfont1/
-  repopackage name=libXfontcache1/
   repopackage name=libXft2/
   repopackage name=libXi6/
   repopackage name=libXinerama1/
   repopackage name=libXmu6/
   repopackage name=libXmuu1/
-  repopackage name=libXp6/
   repopackage name=libXpm4/
-  repopackage name=libXprintUtil1/
   repopackage name=libXrandr2/
   repopackage name=libXrender1/
-  repopackage name=libXss1/
   repopackage name=libXt6/
   repopackage name=libXtst6/
-  repopackage name=libXv1/
-  repopackage name=libXxf86dga1/
-  repopackage name=libXxf86misc1/
   repopackage name=libXxf86vm1/
   repopackage name=libacl1/
   repopackage name=libadns1/
@@ -237,7 +215,6 @@
   repopackage name=libdb-4_8/
   repopackage name=libdbus-1-3/
   repopackage name=libdirectfb-1_6-0/
-  repopackage name=libdmx1/
   repopackage name=libdrm2/
   repopackage name=libdrm_intel1/
   repopackage name=libdrm_nouveau2/
@@ -276,7 +253,6 @@
   repopackage name=libkeyutils1/
   repopackage name=libkmod2/
   repopackage name=libksba8/
-  repopackage name=liblbxutil1/
   repopackage name=liblcms1/
   repopackage name=libldap-2_4-2/
   repopackage name=libldapcpp1/
@@ -352,11 +328,8 @@
   repopackage name=libx86emu1/
   repopackage name=libxcb-dri2-0/
   repopackage name=libxcb-glx0/
-  repopackage name=libxcb-randr0/
   repopackage name=libxcb-render0/
-  repopackage name=libxcb-shape0/
   repopackage name=libxcb-shm0/
-  repopackage name=libxcb-util1/
   repopackage name=libxcb-xfixes0/
   repopackage name=libxcb1/
   repopackage name=libxkbfile1/
@@ -371,7 +344,6 @@
   repopackage name=libz1/
   repopackage name=libzio1/
   repopackage name=libzypp/
-  repopackage name=listres/
   repopackage name=logrotate/