commit kvm for openSUSE:Factory

2013-06-15 Thread h_root
Hello community,

here is the log from the commit of package kvm for openSUSE:Factory checked in 
at 2013-06-15 08:24:58

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


Package is kvm

Changes:

--- /work/SRC/openSUSE:Factory/kvm/kvm.changes  2013-04-26 13:25:46.0 
+0200
+++ /work/SRC/openSUSE:Factory/.kvm.new/kvm.changes 2013-06-15 
08:25:00.0 +0200
@@ -1,0 +2,12 @@
+Mon Jun  3 22:10:00 UTC 2013 - brog...@suse.com
+
+- Adapt kvm package to wrapper the qemu package's system binary,
+  maintaining a /usr/bin/qemu-kvm executable which still defaults
+  to kvm acceleration.
+  - update to v1.5.0 (see: http://wiki.qemu.org/ChangeLog/1.5)
+  - dropped all patches
+  - default guest memory is now 128M
+  - default nic is now e1000
+- Windows virtio drivers moved to a separate package
+
+---

Old:

  S390-0003-Make-char-muxer-more-robust-wrt-small-FIFOs.patch
  S390-qemu-early-printk.patch
  bcc-0.16.17-2.i486.rpm
  ipxe-717279a.tar.bz2
  ipxe-avoid-bad-array-reference.patch
  ipxe-rom-settings.patch
  kvm-glibc217.patch
  kvm-qemu-avoid-deprecated-gnutls-types.patch
  kvm-qemu-avoid-redunant-declaration-error.patch
  kvm-qemu-default-memsize.patch
  kvm-qemu-enable-kvm-acceleration.patch
  kvm-qemu-madvise-DONTFORK-for-tight-memory-migration.patch
  kvm-qemu-make-rtl8139-default-nic.patch
  kvm-qemu-preXX-console.patch
  kvm-qemu-preXX-dictzip1.patch
  kvm-qemu-preXX-dictzip2.patch
  kvm-qemu-preXX-dictzip3.patch
  kvm-qemu-preXX-report-default-mac-used.patch
  kvm-qemu-preXX-serial-retry-revert.patch
  kvm-qemu-provide-__u64-for-broken-sys-capability-h.patch
  kvm-studio-slirp-nooutgoing.patch
  kvm-studio-vnc.patch
  kvm-supported.txt
  qemu-1.3.1.tar.bz2
  qemu-datadir.diff
  seabios-261e870.tar.bz2
  seabios-reformat-lst-in-case-it-is-generated-by-new-iasl.patch
  seabios-sanitize-version.patch
  sgabios.tar.bz2
  vgabios-0.6c.tar.bz2
  vgabios-bcc-paths.patch
  win-virtio-drivers-src.tar.bz2
  win-virtio-drivers.iso

New:

  kvm_stat



Other differences:
--
++ kvm.spec ++
--- /var/tmp/diff_new_pack.Wj2AJS/_old  2013-06-15 08:25:02.0 +0200
+++ /var/tmp/diff_new_pack.Wj2AJS/_new  2013-06-15 08:25:02.0 +0200
@@ -14,413 +14,71 @@
 
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
-# icecream 0
 
 
-%bcond_without spice
-
-%define package_true_version 1.3.1
-%define package_base_version 1.3.1
-%define bios_id seabios-261e870
-# (this is post v1.7.1 upstream seabios code)
-%define pxe_rom_id ipxe-717279a
-# (this is post v1.0.0 upstream ipxe code)
-%define vgabios_id vgabios-0.6c
-# sgabios comes from: http://sgabios.googlecode.com/svn/trunk, Rev 8
-%define sgabios_id sgabios
-
-# note that this list doesn't include the ipxe roms since they get handled
-# individually and not as a group
-%define firmware_files {bios.bin sgabios.bin vgabios.bin vgabios-cirrus.bin 
vgabios-stdvga.bin vgabios-vmware.bin vgabios-qxl.bin optionrom/linuxboot.bin 
optionrom/multiboot.bin optionrom/kvmvapic.bin}
-
-ExclusiveArch:  %ix86 x86_64 s390x
-
-%ifarch %ix86 x86_64
-# choice of building all from source or using provided binary x86 blobs
-%define build_fw_from_source 1
+%if %( echo `rpm -q --queryformat %%{version} udev` )  190
+%define _udevrulesdir /usr/lib/udev/rules.d
 %else
-%define build_fw_from_source 0
+%define _udevrulesdir /lib/udev/rules.d
 %endif
 
-%define using_buildservice 0%{?opensuse_bs}
+ExclusiveArch:  %ix86 x86_64 s390x
 
 Name:   kvm
-BuildRequires:  SDL-devel
-BuildRequires:  alsa
-BuildRequires:  alsa-devel
-BuildRequires:  glib2-devel
-%if 0%{?suse_version}  1210
-BuildRequires:  libgnutls-devel
-BuildRequires:  pkgconfig(udev)
-%define _udevrulesdir %(pkg-config --variable=udevdir udev)/rules.d
-%else
-BuildRequires:  gnutls-devel
-%endif
-BuildRequires:  libaio-devel
-BuildRequires:  libattr-devel
-BuildRequires:  libcap-devel
-BuildRequires:  libcap-ng-devel
-BuildRequires:  libcurl-devel
-BuildRequires:  libjpeg-devel
-BuildRequires:  libpng-devel
-BuildRequires:  libpulse-devel
-BuildRequires:  ncurses-devel
-BuildRequires:  pciutils-devel
-BuildRequires:  perl
-BuildRequires:  python
-BuildRequires:  texinfo
-BuildRequires:  xfsprogs-devel
-%if 0%{?suse_version} = 1130
-BuildRequires:  brlapi-devel
-%endif
-%ifarch %ix86 x86_64
-%if %{build_fw_from_source}
-# needed for building vgabios:
-BuildRequires:  bin86
-%ifarch x86_64
-#needed by bcc compiler which is needed for building vgabios:
-BuildRequires:  glibc-32bit
-%endif
-%endif
-%if 0%{?suse_version}  1110
-BuildRequires:  acpica
-%else
-BuildRequires:  pmtools
-%endif
-%endif
-BuildRequires:  libvdeplug3-devel

commit spamassassin for openSUSE:Factory

2013-06-15 Thread h_root
Hello community,

here is the log from the commit of package spamassassin for openSUSE:Factory 
checked in at 2013-06-15 09:40:35

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


Package is spamassassin

Changes:

--- /work/SRC/openSUSE:Factory/spamassassin/spamassassin.changes
2013-06-05 19:35:52.0 +0200
+++ /work/SRC/openSUSE:Factory/.spamassassin.new/spamassassin.changes   
2013-06-15 09:40:36.0 +0200
@@ -1,0 +2,5 @@
+Thu May 30 00:36:59 UTC 2013 - crrodrig...@opensuse.org
+
+- Do not use syslog.target or Requires in systemd units. 
+
+---



Other differences:
--
++ spamd.service ++
--- /var/tmp/diff_new_pack.huLLpP/_old  2013-06-15 09:40:37.0 +0200
+++ /var/tmp/diff_new_pack.huLLpP/_new  2013-06-15 09:40:37.0 +0200
@@ -15,10 +15,9 @@
 
 [Unit]
 Description=Daemonized version of spamassassin
-Requires=remote-fs.target syslog.target
-After=remote-fs.target syslog.target
+Wants=remote-fs.target
+After=remote-fs.target
 Before=mail-transfer-agent.target
-Conflicts=
 
 [Service]
 Type=forking

++ spampd.service ++
--- /var/tmp/diff_new_pack.huLLpP/_old  2013-06-15 09:40:37.0 +0200
+++ /var/tmp/diff_new_pack.huLLpP/_new  2013-06-15 09:40:37.0 +0200
@@ -15,10 +15,9 @@
 
 [Unit]
 Description=SpamAssassin Proxy Daemon
-Requires=remote-fs.target syslog.target
-After=remote-fs.target syslog.target
+Wants=remote-fs.target
+After=remote-fs.target
 Before=mail-transfer-agent.target
-Conflicts=
 
 [Service]
 Type=forking

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



commit python3 for openSUSE:Factory

2013-06-15 Thread h_root
Hello community,

here is the log from the commit of package python3 for openSUSE:Factory checked 
in at 2013-06-15 10:50:20

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


Package is python3

Changes:

--- /work/SRC/openSUSE:Factory/python3/python3-base.changes 2013-05-02 
15:30:36.0 +0200
+++ /work/SRC/openSUSE:Factory/.python3.new/python3-base.changes
2013-06-15 10:50:28.0 +0200
@@ -1,0 +2,10 @@
+Thu Jun 13 15:05:34 UTC 2013 - jmate...@suse.com
+
+- update to 3.3.2
+  * bugfix-only release
+  * fixes several regressions introduced in 3.3.1
+- switch to xz compression
+- move _lzma module to python3-base
+- python-3.3.2-no-REUSEPORT.patch to fix build on kernels without SO_REUSEPORT
+
+---
--- /work/SRC/openSUSE:Factory/python3/python3-doc.changes  2013-04-17 
23:16:36.0 +0200
+++ /work/SRC/openSUSE:Factory/.python3.new/python3-doc.changes 2013-06-15 
10:50:28.0 +0200
@@ -1,0 +2,10 @@
+Thu Jun 13 15:06:22 UTC 2013 - jmate...@suse.com
+
+- update to version 3.3.2
+- switch to xz compression of main Python archive
+- remove README.txt (bnc#709442)
+- disable Source URLs for docs (the doc archives are regenerated
+  every day and autobuild detects this as upstream file is different
+  error)
+
+---
--- /work/SRC/openSUSE:Factory/python3/python3.changes  2013-05-02 
15:30:36.0 +0200
+++ /work/SRC/openSUSE:Factory/.python3.new/python3.changes 2013-06-15 
10:50:28.0 +0200
@@ -1,0 +2,7 @@
+Thu Jun 13 15:06:07 UTC 2013 - jmate...@suse.com
+
+- update to 3.3.2
+- switch to xz compression
+- move _lzma module to python3-base
+
+---

Old:

  Python-3.3.1.tar.bz2
  python-3.3.1-docs-html.tar.bz2
  python-3.3.1-docs-pdf-a4.tar.bz2
  python-3.3.1-docs-pdf-letter.tar.bz2

New:

  Python-3.3.2.tar.xz
  python-3.3.2-docs-html.tar.bz2
  python-3.3.2-docs-pdf-a4.tar.bz2
  python-3.3.2-docs-pdf-letter.tar.bz2
  python-3.3.2-no-REUSEPORT.patch



Other differences:
--
++ python3-base.spec ++
--- /var/tmp/diff_new_pack.mgoHna/_old  2013-06-15 10:50:31.0 +0200
+++ /var/tmp/diff_new_pack.mgoHna/_new  2013-06-15 10:50:31.0 +0200
@@ -27,14 +27,16 @@
 BuildRequires:  automake
 BuildRequires:  fdupes
 BuildRequires:  libbz2-devel
+BuildRequires:  lzma-devel
 BuildRequires:  pkg-config
 BuildRequires:  timezone
+BuildRequires:  xz
 BuildRequires:  zlib-devel
 Url:http://www.python.org/
 Summary:Python3 Interpreter
 License:Python-2.0
 Group:  Development/Languages/Python
-Version:3.3.1
+Version:3.3.2
 Release:0
 %define tarversion %{version}
 %define tarnamePython-%{tarversion}
@@ -44,7 +46,7 @@
 Obsoletes:  python3  3.2
 # no Provides, because python3 is obviously provided by package python3
 
-Source0:http://www.python.org/ftp/python/%{version}/%{tarname}.tar.bz2
+Source0:http://www.python.org/ftp/python/%{version}/%{tarname}.tar.xz
 Source1:baselibs.conf
 Source2:README.SUSE
 Source3:python3start
@@ -77,6 +79,8 @@
 Patch09:python-3.3.0b1-test-posix_fadvise.patch
 # Add missing bits for aarch64 in libffi
 Patch10:ctypes-libffi-aarch64.patch
+# Disable SO_REUSEPORT constant in tests, because it's not supported on older 
kernels
+Patch11:python-3.3.2-no-REUSEPORT.patch
 ### COMMON-PATCH-END ###
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -205,6 +209,7 @@
 %patch07
 %patch09 -p1
 %patch10 -p1
+%patch11 -p1
 
 # drop Autoconf version requirement
 sed -i 's/^AC_PREREQ/dnl AC_PREREQ/' configure.ac
@@ -461,6 +466,7 @@
 %{dynlib _heapq}
 %{dynlib _json}
 %{dynlib _lsprof}
+%{dynlib _lzma}
 %{dynlib math}
 %{dynlib mmap}
 %{dynlib _multibytecodec}

++ python3-doc.spec ++
--- /var/tmp/diff_new_pack.mgoHna/_old  2013-06-15 10:50:31.0 +0200
+++ /var/tmp/diff_new_pack.mgoHna/_new  2013-06-15 10:50:31.0 +0200
@@ -19,21 +19,27 @@
 Name:   python3-doc
 Url:http://www.python.org/
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  xz
 Summary:Additional Package Documentation for Python.
 License:Python-2.0
 Group:  Development/Languages/Python
-Version:3.3.1
+Version:3.3.2
 Release:0
 BuildArch:  noarch
 %define tarversion %{version}
 %define tarnamePython-%{tarversion}
 %define pyname python3
-%define pyver   3.3.1
+%define pyver   3.3.2
 

commit yast2-bootloader for openSUSE:Factory

2013-06-15 Thread h_root
Hello community,

here is the log from the commit of package yast2-bootloader for 
openSUSE:Factory checked in at 2013-06-15 11:28:45

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


Package is yast2-bootloader

Changes:

--- /work/SRC/openSUSE:Factory/yast2-bootloader/yast2-bootloader.changes
2013-03-08 09:58:38.0 +0100
+++ /work/SRC/openSUSE:Factory/.yast2-bootloader.new/yast2-bootloader.changes   
2013-06-15 11:28:48.0 +0200
@@ -1,0 +2,6 @@
+Fri Jun 14 11:55:44 CEST 2013 - snw...@suse.de
+
+- remove limal reference
+- 2.24.1
+
+---

Old:

  yast2-bootloader-2.23.12.tar.bz2

New:

  yast2-bootloader-2.24.1.tar.bz2



Other differences:
--
++ yast2-bootloader.spec ++
--- /var/tmp/diff_new_pack.OJZUb6/_old  2013-06-15 11:28:49.0 +0200
+++ /var/tmp/diff_new_pack.OJZUb6/_new  2013-06-15 11:28:49.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-bootloader
-Version:2.23.12
+Version:2.24.1
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -28,7 +28,6 @@
 BuildRequires:  gcc-c++
 BuildRequires:  libtool
 BuildRequires:  libxslt
-BuildRequires:  limal-perl
 BuildRequires:  perl-Bootloader
 BuildRequires:  perl-XML-Writer
 BuildRequires:  perl-gettext
@@ -46,7 +45,6 @@
 PreReq: /bin/sed %fillup_prereq
 # Installation::*version variables
 # Wizard::SetDialogTitleAndIcon
-Requires:   limal-perl
 Requires:   parted
 Requires:   perl-Bootloader = 0.5.4
 Requires:   perl-Compress-Zlib

++ yast2-bootloader-2.23.12.tar.bz2 - yast2-bootloader-2.24.1.tar.bz2 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-bootloader-2.23.12/Makefile.am 
new/yast2-bootloader-2.24.1/Makefile.am
--- old/yast2-bootloader-2.23.12/Makefile.am2013-03-07 11:29:07.0 
+0100
+++ new/yast2-bootloader-2.24.1/Makefile.am 2013-06-14 14:18:01.0 
+0200
@@ -158,19 +158,14 @@
 
 TAGVERSION  = $(Y2TOOL) tagversion
 
-check-up-to-date check-cvs-up-to-date check-svn-up-to-date:
-   if [ -d $(srcdir)/CVS ]; then \
- cd $(srcdir)  ! cvs -q -n up 2/dev/null | grep '^[MCAR] ';\
-   else \
- cd $(srcdir)  ! LC_ALL=C svn status --show-updates --quiet | grep 
-v '^Status against revision' ;\
+# check if there is no modified files and all commits were pushed
+check-up-to-date:
+   if [ `git status --short --branch | sed '/##[^[]*$/d;/^??/d' | wc -l` 
-gt 0 ]; then \
+ (echo ERROR: Source is not commited and pushed. See `git status`; 
false) \
fi
 
 check-tagversion:
-   @if [ -d $(srcdir)/CVS ]; then \
- cd $(srcdir)  cvs status -v VERSION | grep -w `$(TAGVERSION) -n` ;\
-   else \
- cd $(srcdir)  svn cat `$(TAGVERSION) --echourl`/VERSION; \
-   fi /dev/null; \
+   cd $(srcdir)  $(TAGVERSION) --check /dev/null; \
[ $$? = 0 ] || ( echo ERROR: Please run 'tagversion' first; false )
 
 check-parse-old:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-bootloader-2.23.12/Makefile.am.common 
new/yast2-bootloader-2.24.1/Makefile.am.common
--- old/yast2-bootloader-2.23.12/Makefile.am.common 2013-03-07 
11:29:07.0 +0100
+++ new/yast2-bootloader-2.24.1/Makefile.am.common  2013-06-14 
14:18:01.0 +0200
@@ -31,7 +31,7 @@
 
 CHECK_SYNTAX = true
 check-syntax: $(client_DATA) $(ycpchook) $(ybcfiles)
-   @if test $(client_DATA); then \
+   @if test $(filter %.ycp,client_DATA); then \
  if $(CHECK_SYNTAX); then \
TO_CHECK=$(filter %.ycp,$^); \
echo Checking syntax of $${TO_CHECK}; \
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-bootloader-2.23.12/Makefile.in 
new/yast2-bootloader-2.24.1/Makefile.in
--- old/yast2-bootloader-2.23.12/Makefile.in2013-03-07 11:29:20.0 
+0100
+++ new/yast2-bootloader-2.24.1/Makefile.in 2013-06-14 14:18:13.0 
+0200
@@ -1064,19 +1064,14 @@
 
 package: check-up-to-date check-tagversion check-textdomain package-local
 
-check-up-to-date check-cvs-up-to-date check-svn-up-to-date:
-   if [ -d $(srcdir)/CVS ]; then \
- cd $(srcdir)  ! cvs -q -n up 2/dev/null | grep '^[MCAR] ';\
-   else \
- cd $(srcdir)  ! LC_ALL=C svn status --show-updates --quiet | grep 
-v '^Status against revision' ;\
+# check if there is no modified files and all commits were pushed
+check-up-to-date:
+   if [ `git status --short --branch | sed '/##[^[]*$/d;/^??/d' | wc -l` 
-gt 0 ]; then \
+ 

commit yast2-hardware-detection for openSUSE:Factory

2013-06-15 Thread h_root
Hello community,

here is the log from the commit of package yast2-hardware-detection for 
openSUSE:Factory checked in at 2013-06-15 11:28:54

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


Package is yast2-hardware-detection

Changes:

--- 
/work/SRC/openSUSE:Factory/yast2-hardware-detection/yast2-hardware-detection.changes
2012-03-20 17:47:38.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.yast2-hardware-detection.new/yast2-hardware-detection.changes
   2013-06-15 11:28:56.0 +0200
@@ -1,0 +2,6 @@
+Fri Jun 14 08:19:55 UTC 2013 - mvid...@suse.com
+
+- removed obsolete dependencies on blocxx and openssl
+- 2.24.0
+
+---

Old:

  yast2-hardware-detection-2.22.0.tar.bz2

New:

  yast2-hardware-detection-2.24.0.tar.bz2



Other differences:
--
++ yast2-hardware-detection.spec ++
--- /var/tmp/diff_new_pack.6oXK5R/_old  2013-06-15 11:28:56.0 +0200
+++ /var/tmp/diff_new_pack.6oXK5R/_new  2013-06-15 11:28:56.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package yast2-hardware-detection
 #
-# 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
@@ -16,16 +16,13 @@
 #
 
 
-
 Name:   yast2-hardware-detection
-Version:2.22.0
+Version:2.24.0
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Source0:yast2-hardware-detection-%{version}.tar.bz2
 
-Group:  System/YaST
-License:GPL-2.0+
 # obviously
 BuildRequires:  gcc-c++
 BuildRequires:  libtool
@@ -37,15 +34,13 @@
 BuildRequires:  dejagnu
 # this is a yast plugin, needs core
 BuildRequires:  yast2-core-devel
-# liby2.la
-BuildRequires:  blocxx-devel
-# libycp.la
-BuildRequires:  openssl-devel
 # da library
 BuildRequires:  hwinfo-devel
 # we check for hwinfo
 BuildRequires:  pkg-config
 Summary:YaST2 - Hardware Detection Interface
+License:GPL-2.0+
+Group:  System/YaST
 # hwinfo-13.38: hw_fingerprint
 Requires:   hwinfo = 13.38
 

++ yast2-hardware-detection-2.22.0.tar.bz2 - 
yast2-hardware-detection-2.24.0.tar.bz2 ++
 23437 lines of diff (skipped)

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



commit OpenGTL for openSUSE:Factory

2013-06-15 Thread h_root
Hello community,

here is the log from the commit of package OpenGTL for openSUSE:Factory checked 
in at 2013-06-15 11:31:27

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


Package is OpenGTL

Changes:

--- /work/SRC/openSUSE:Factory/OpenGTL/OpenGTL.changes  2013-06-13 
17:13:09.0 +0200
+++ /work/SRC/openSUSE:Factory/.OpenGTL.new/OpenGTL.changes 2013-06-15 
11:31:29.0 +0200
@@ -1,0 +2,6 @@
+Fri Jun 14 17:05:52 UTC 2013 - asterios.dra...@gmail.com
+
+- Added OpenGTL-0.9.18-pkgconfig_llvm_libs_private.patch to mark llvm-libs
+  private/static in pkgconfig files (taken from Fedora).
+
+---

New:

  OpenGTL-0.9.18-pkgconfig_llvm_libs_private.patch



Other differences:
--
++ OpenGTL.spec ++
--- /var/tmp/diff_new_pack.IqFDcz/_old  2013-06-15 11:31:30.0 +0200
+++ /var/tmp/diff_new_pack.IqFDcz/_new  2013-06-15 11:31:30.0 +0200
@@ -37,6 +37,8 @@
 Patch2: opengtl-0.9.18-llvm-3.3svn.patch
 # PATCH-FIX-OPENSUSE fix_linking.patch asterios.dra...@gmail.com -- Fix 
multiple definition linking error
 Patch3: fix_linking.patch
+# PATCH-FIX-OPENSUSE OpenGTL-0.9.18-pkgconfig_llvm_libs_private.patch 
asterios.dra...@gmail.com -- Mark llvm-libs private/static in pkgconfig files 
(taken from Fedora)
+Patch4: OpenGTL-0.9.18-pkgconfig_llvm_libs_private.patch
 BuildRequires:  cmake
 BuildRequires:  gcc-c++
 BuildRequires:  libpng-devel
@@ -144,6 +146,7 @@
 %patch2 -p1
 %endif
 %patch3
+%patch4 -p1
 
 %build
 mkdir build

++ OpenGTL-0.9.18-pkgconfig_llvm_libs_private.patch ++
diff -up OpenGTL-0.9.18/OpenCTL/OpenCTL/OpenCTL.pc.cmake.pkgconfig_libs_private 
OpenGTL-0.9.18/OpenCTL/OpenCTL/OpenCTL.pc.cmake
--- OpenGTL-0.9.18/OpenCTL/OpenCTL/OpenCTL.pc.cmake.pkgconfig_libs_private  
2013-03-18 07:19:56.029100255 -0500
+++ OpenGTL-0.9.18/OpenCTL/OpenCTL/OpenCTL.pc.cmake 2013-03-18 
07:20:08.354946161 -0500
@@ -7,5 +7,6 @@ Name: OpenCTL
 Description: Color Transformation Language interpreter library
 Version: @OPENGTL_VERSION@
 Requires:
-Libs: -L${libdir} -lOpenCTL -lGTLCore @LLVM_LIBS@
+Libs: -L${libdir} -lOpenCTL -lGTLCore
+Libs.private: @LLVM_LIBS@
 Cflags: -I${includedir}
diff -up OpenGTL-0.9.18/OpenGTL/GTLCore/GTLCore.pc.cmake.pkgconfig_libs_private 
OpenGTL-0.9.18/OpenGTL/GTLCore/GTLCore.pc.cmake
--- OpenGTL-0.9.18/OpenGTL/GTLCore/GTLCore.pc.cmake.pkgconfig_libs_private  
2012-12-29 05:27:12.0 -0600
+++ OpenGTL-0.9.18/OpenGTL/GTLCore/GTLCore.pc.cmake 2013-03-18 
07:19:09.518681715 -0500
@@ -7,5 +7,6 @@ Name: GTLCore
 Description: Graphics Transformation Languages Core Library
 Version: @OPENGTL_VERSION@
 Requires:
-Libs: -L${libdir} -lGTLCore @LLVM_LIBS@
+Libs: -L${libdir} -lGTLCore
+Libs.private: @LLVM_LIBS@
 Cflags: -I${includedir} -D__STDC_LIMIT_MACROS
diff -up 
OpenGTL-0.9.18/OpenGTL/GTLImageIO/GTLImageIO.pc.cmake.pkgconfig_libs_private 
OpenGTL-0.9.18/OpenGTL/GTLImageIO/GTLImageIO.pc.cmake
diff -up 
OpenGTL-0.9.18/OpenRijn/OpenRijn/OpenRijn.pc.cmake.pkgconfig_libs_private 
OpenGTL-0.9.18/OpenRijn/OpenRijn/OpenRijn.pc.cmake
--- OpenGTL-0.9.18/OpenRijn/OpenRijn/OpenRijn.pc.cmake.pkgconfig_libs_private   
2013-03-18 07:20:59.776303305 -0500
+++ OpenGTL-0.9.18/OpenRijn/OpenRijn/OpenRijn.pc.cmake  2013-03-18 
07:21:08.586193167 -0500
@@ -7,5 +7,6 @@ Name: OpenShiva
 Description: Sketch interpreter library
 Version: @OPENRIJN_VERSION@
 Requires:
-Libs: -L${libdir} -lOpenRijn -lGTLFragment -lGTLCore @LLVM_LIBS@
+Libs: -L${libdir} -lOpenRijn -lGTLFragment -lGTLCore
+Libs.private: @LLVM_LIBS@
 Cflags: -I${includedir}
diff -up 
OpenGTL-0.9.18/OpenShiva/OpenShiva/OpenShiva.pc.cmake.pkgconfig_libs_private 
OpenGTL-0.9.18/OpenShiva/OpenShiva/OpenShiva.pc.cmake
--- 
OpenGTL-0.9.18/OpenShiva/OpenShiva/OpenShiva.pc.cmake.pkgconfig_libs_private
2013-03-18 07:20:22.380770814 -0500
+++ OpenGTL-0.9.18/OpenShiva/OpenShiva/OpenShiva.pc.cmake   2013-03-18 
07:20:34.111624158 -0500
@@ -7,5 +7,6 @@ Name: OpenShiva
 Description: Kernel Transformation Language interpreter library
 Version: @OPENSHIVA_VERSION@
 Requires:
-Libs: -L${libdir} -lOpenShiva -lGTLCore -lGTLFragment @LLVM_LIBS@
+Libs: -L${libdir} -lOpenShiva -lGTLCore -lGTLFragment
+Libs.private: @LLVM_LIBS@
 Cflags: -I${includedir}
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit libkgapi for openSUSE:Factory

2013-06-15 Thread h_root
Hello community,

here is the log from the commit of package libkgapi for openSUSE:Factory 
checked in at 2013-06-15 12:30:41

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


Package is libkgapi

Changes:

--- /work/SRC/openSUSE:Factory/libkgapi/libkgapi.changes2013-06-14 
15:45:39.0 +0200
+++ /work/SRC/openSUSE:Factory/.libkgapi.new/libkgapi.changes   2013-06-15 
12:30:42.0 +0200
@@ -1,0 +2,5 @@
+Fri Jun 14 17:28:30 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Add missing %files section for devel package
+
+---



Other differences:
--
++ libkgapi.spec ++
--- /var/tmp/diff_new_pack.INTvNT/_old  2013-06-15 12:30:42.0 +0200
+++ /var/tmp/diff_new_pack.INTvNT/_new  2013-06-15 12:30:42.0 +0200
@@ -141,4 +141,8 @@
 %{_kde4_includedir}/LibKGAPI2/
 %{_libdir}/cmake/LibKGAPI2/
 
+%files devel
+%defattr(-,root,root)
+%doc LICENSE README
+
 %changelog

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



commit installation-images for openSUSE:Factory

2013-06-15 Thread h_root
Hello community,

here is the log from the commit of package installation-images for 
openSUSE:Factory checked in at 2013-06-15 19:23:12

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


Package is installation-images

Changes:

--- /work/SRC/openSUSE:Factory/installation-images/installation-images.changes  
2013-06-10 17:10:22.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.installation-images.new/installation-images.changes 
2013-06-15 19:23:14.0 +0200
@@ -1,0 +2,5 @@
+Sat Jun 15 17:21:50 UTC 2013 - co...@suse.com
+
+- installation-images-14.1.diff - disable yast2-nfs-client temporarly
+
+---

New:

  installation-images-14.1.diff



Other differences:
--
++ installation-images.spec ++
--- /var/tmp/diff_new_pack.tu12A3/_old  2013-06-15 19:23:15.0 +0200
+++ /var/tmp/diff_new_pack.tu12A3/_new  2013-06-15 19:23:15.0 +0200
@@ -20,7 +20,7 @@
 
 Name:   installation-images
 %define with_sles 0
-%define with_xen 0
+%define with_xen 1
 %define with_vnc 1
 %define with_vbox 0
 %define with_plymouth 1
@@ -111,8 +111,6 @@
 BuildRequires:  libyui-qt-pkg5
 BuildRequires:  libyui-qt5
 BuildRequires:  libzypp
-BuildRequires:  limal
-BuildRequires:  limal-perl
 BuildRequires:  links
 BuildRequires:  linuxrc
 BuildRequires:  lsscsi
@@ -226,7 +224,7 @@
 BuildRequires:  yast2-mouse
 BuildRequires:  yast2-multipath
 BuildRequires:  yast2-network
-BuildRequires:  yast2-nfs-client
+#BuildRequires:  yast2-nfs-client
 BuildRequires:  yast2-ntp-client
 BuildRequires:  yast2-proxy
 BuildRequires:  yast2-runlevel
@@ -374,6 +372,7 @@
 Version:14.1
 Release:0
 Source: installation-images-14.1.tar.bz2
+Patch0: installation-images-14.1.diff
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %define _binary_payload w.ufdio
 
@@ -437,6 +436,7 @@
 %prep
 %setup
 rm -f /usr/lib/build/checks/04-check-filelist
+%patch0 -p1
 
 %build
 unset MALLOC_CHECK_

++ installation-images-14.1.diff ++
diff --git a/data/initrd/initrd.file_list b/data/initrd/initrd.file_list
index 61acb2b..17bb0de 100644
--- a/data/initrd/initrd.file_list
+++ b/data/initrd/initrd.file_list
@@ -142,9 +142,11 @@ sed:
   /usr/bin/sed
 
 sg3_utils:
-  /usr/lib*
   /usr/bin/sg_luns
 
+libsgutils2-*:
+  /
+
 lsscsi:
   /usr/bin/lsscsi
 
diff --git a/data/rescue/rescue.file_list b/data/rescue/rescue.file_list
index 122bccd..e8180e2 100644
--- a/data/rescue/rescue.file_list
+++ b/data/rescue/rescue.file_list
@@ -237,6 +237,9 @@ lsscsi:
 sg3_utils:
   /
 
+libsgutils2-*:
+  /
+
 sdparm:
   /
 
diff --git a/data/root/root.file_list b/data/root/root.file_list
index 4ba5190..fba6c0e 100644
--- a/data/root/root.file_list
+++ b/data/root/root.file_list
@@ -399,8 +399,8 @@ libyui-ncurses*:
 yast2-network:
   /
 
-yast2-nfs-client:
-  /
+#yast2-nfs-client:
+#  /
 
 yast2-ntp-client:
   /
@@ -493,15 +493,6 @@ openslp:
 libpcre*:
   /
 
-limal:
-  /
-
-limal-perl:
-  /
-
-libblocxx*:
-  /
-
 libz*:
   /
 
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org