commit gimp for openSUSE:Factory

2011-09-21 Thread h_root

Hello community,

here is the log from the commit of package gimp for openSUSE:Factory
checked in at Wed Sep 21 11:34:27 CEST 2011.




--- GNOME/gimp/gimp.changes 2011-09-20 01:06:40.0 +0200
+++ /mounts/work_src_done/STABLE/gimp/gimp.changes  2011-09-20 
16:54:17.0 +0200
@@ -1,0 +2,6 @@
+Tue Sep 20 13:34:58 UTC 2011 - vu...@opensuse.org
+
+- Update gimp-fix-linking.patch: add another missing -lm.
+- Add gimp-poppler-0.18.patch: fix build with poppler 0.17/0.18.
+
+---

calling whatdependson for head-i586


New:

  gimp-poppler-0.18.patch



Other differences:
--
++ gimp.spec ++
--- /var/tmp/diff_new_pack.VqpMlj/_old  2011-09-21 11:33:55.0 +0200
+++ /var/tmp/diff_new_pack.VqpMlj/_new  2011-09-21 11:33:55.0 +0200
@@ -52,7 +52,7 @@
 BuildRequires:  xorg-x11-libXfixes-devel
 Url:http://www.gimp.org/
 Version:2.6.11
-Release:21
+Release:23
 License:GPLv2+
 Group:  Productivity/Graphics/Bitmap Editors
 Suggests:   AdobeICCProfiles
@@ -70,12 +70,14 @@
 Patch0: gimp-CVE-2010-4540-and-more.patch
 # PATCH-FIX-UPSTREAM gimp-CVE-2010-4543.patch CVE-2010-4543 bgo#639203 
bnc#662043 vu...@opensuse.org -- Fix a buffer overflow when reading a psp file
 Patch1: gimp-CVE-2010-4543.patch
-# PATCH-FIX-UPSTREAM gimp-fix-linking.patch vu...@opensuse.org -- Fix linking 
issue because of missing libs, taken from git
+# PATCH-FIX-UPSTREAM gimp-fix-linking.patch bgo#659586 vu...@opensuse.org -- 
Fix linking issue because of missing libs
 Patch2: gimp-fix-linking.patch
 # PATCH-FIX-UPSTREAM gimp-CVE-2011-2896.patch CVE-2011-2896 bnc#711491 
vu...@opensuse.org -- Fix heap corruption and buffer overflow
 Patch3: gimp-CVE-2011-2896.patch
 # PATCH-FIX-UPSTREAM gimp-pyslice-cellspacing-fix.patch vu...@opensuse.org -- 
Fix pyslice to not crash
 Patch4: gimp-pyslice-cellspacing-fix.patch
+# PATCH-FIX-UPSTREAM gimp-poppler-0.18.patch vu...@opensuse.org -- Fix build 
with poppler 0.18, taken from fedora
+Patch5: gimp-poppler-0.18.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Requires:   %{name}-branding = %{version}
 Recommends: %{name}-plugins-python = %{version} gimp-2.0-scanner-plugin 
%{name}-help-browser
@@ -268,6 +270,7 @@
 %patch2 -p1
 %patch3 -p1
 %patch4 -p1
+%patch5 -p1
 # Safety check for ABI version change.
 vabi=`printf %d $(sed -n '/#define GIMP_MODULE_ABI_VERSION/{s/.* //;p}' 
libgimpmodule/gimpmodule.h)`
 if test x${vabi} != x%{abiver}; then

++ gimp-fix-linking.patch ++
--- /var/tmp/diff_new_pack.VqpMlj/_old  2011-09-21 11:33:55.0 +0200
+++ /var/tmp/diff_new_pack.VqpMlj/_new  2011-09-21 11:33:55.0 +0200
@@ -24,3 +24,16 @@
  install-data-local: install-ms-lib install-libtool-import-lib
 --
 cgit v0.9.0.2
+Index: gimp-2.6.11/plug-ins/script-fu/Makefile.am
+===
+--- gimp-2.6.11.orig/plug-ins/script-fu/Makefile.am
 gimp-2.6.11/plug-ins/script-fu/Makefile.am
+@@ -8,7 +8,7 @@ libgimpbase = $(top_builddir)/libgimpbas
+ libgimpconfig = 
$(top_builddir)/libgimpconfig/libgimpconfig-$(GIMP_API_VERSION).la
+ libgimpmath = $(top_builddir)/libgimpmath/libgimpmath-$(GIMP_API_VERSION).la
+ 
+-libtinyscheme=tinyscheme/libtinyscheme.a
++libtinyscheme=tinyscheme/libtinyscheme.a -lm
+ libftx=ftx/libftx.a
+ 
+ if OS_WIN32

++ gimp-poppler-0.18.patch ++
From 69f69eed816b89be9a01a48a1f0643d1fd496118 Mon Sep 17 00:00:00 2001
From: Nils Philippsen n...@redhat.com
Date: Fri, 6 May 2011 11:58:44 +0200
Subject: [PATCH] patch: poppler-0.17

Squashed commit of the following:

commit 529d940222dfc352d41fbf72de29134421aa4002
Author: Nils Philippsen n...@redhat.com
Date:   Fri May 6 11:50:30 2011 +0200

use code based on pixbufs instead of cairo surfaces

this is done to avoid adding to libgimp, thanks to Mukund Sivaraman for
hints how to do this

commit f8671d8767d4cdab830dc06310e96c63a88ec0fd
Author: Mukund Sivaraman m...@banu.com
Date:   Thu Apr 21 13:57:13 2011 +0530

file-pdf-load: Update attribution, removing bogus copyright
(cherry picked from commit e999122e0b20b6ccd6bde3ce039bb64068fc0019)

commit 89a78f2590d298dac2f42e6d9a3016fc5d672c70
Author: Nils Philippsen n...@redhat.com
Date:   Thu Apr 21 13:52:18 2011 +0200

file-pdf-load: Use better API + cleanups

* fixes issues with poppler 0.17 completely
* uses new libgimp API to pass surfaces instead of pixbufs
* uses GTK+ 3 API to convert surfaces to pixbufs where available
(backported from commit 7bdadd80ba479d6ff904e276d805e16f6b940ee2)

commit 4e92302c4a14a961f112587a0ad86696c88da2f8
Author: Nils Philippsen n...@redhat.com
Date:   Thu Apr 21 13:38:08 2011 +0200

file-pdf-load: Don't use deprecated API (bug #646947)


commit ConsoleKit for openSUSE:Factory

2011-09-21 Thread h_root

Hello community,

here is the log from the commit of package ConsoleKit for openSUSE:Factory
checked in at Wed Sep 21 16:50:39 CEST 2011.




--- ConsoleKit/ConsoleKit-doc.changes   2011-09-16 13:20:55.0 +0200
+++ /mounts/work_src_done/STABLE/ConsoleKit/ConsoleKit-doc.changes  
2011-09-17 11:12:51.0 +0200
@@ -1,0 +2,5 @@
+Sat Sep 17 09:12:39 UTC 2011 - jeng...@medozas.de
+
+- Remove redundant tags/sections from specfile
+
+---
--- ConsoleKit/ConsoleKit.changes   2011-09-16 13:20:46.0 +0200
+++ /mounts/work_src_done/STABLE/ConsoleKit/ConsoleKit.changes  2011-09-17 
11:12:51.0 +0200
@@ -1,0 +2,5 @@
+Sat Sep 17 09:12:29 UTC 2011 - jeng...@medozas.de
+
+- Remove redundant tags/sections from spec
+
+---

calling whatdependson for head-i586




Other differences:
--
++ ConsoleKit-doc.spec ++
--- /var/tmp/diff_new_pack.JqZBOi/_old  2011-09-21 16:50:34.0 +0200
+++ /var/tmp/diff_new_pack.JqZBOi/_new  2011-09-21 16:50:34.0 +0200
@@ -15,7 +15,6 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 
 
 Name:   ConsoleKit-doc
@@ -40,7 +39,6 @@
 Release:1
 License:GPLv2+
 Group:  System/Daemons
-AutoReqProv:on
 Source: %{pkg_name}-%{version}.tar.bz2
 Source2:baselibs.conf
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -60,7 +58,6 @@
 License:GPLv2+
 Summary:Developer package for ConsoleKit
 Requires:   %{pkg_name} = %{version}-%{release}, dbus-1-devel
-AutoReqProv:on
 Group:  Development/Libraries/Other
 
 %description -n ConsoleKit-devel
@@ -70,7 +67,6 @@
 License:GPLv2+
 Summary:System daemon for tracking users, sessions and seats
 Requires:   %{pkg_name} = %{version}-%{release}
-AutoReqProv:on
 Group:  System/Daemons
 
 %description -n ConsoleKit-x11
@@ -145,9 +141,6 @@
 /sbin/ldconfig
 %endif
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %files
 %defattr(-,root,root)
 %if %{build_doc}

ConsoleKit.spec: same change





Remember to have fun...

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



commit ElectricFence for openSUSE:Factory

2011-09-21 Thread h_root

Hello community,

here is the log from the commit of package ElectricFence for openSUSE:Factory
checked in at Wed Sep 21 16:50:54 CEST 2011.




--- ElectricFence/ElectricFence.changes 2007-04-19 12:07:59.0 +0200
+++ /mounts/work_src_done/STABLE/ElectricFence/ElectricFence.changes
2011-09-17 11:15:14.0 +0200
@@ -1,0 +2,6 @@
+Sat Sep 17 09:15:07 UTC 2011 - jeng...@medozas.de
+
+- Remove redundant tags/sections from specfile
+- Enable parallel build
+
+---

calling whatdependson for head-i586




Other differences:
--
++ ElectricFence.spec ++
--- /var/tmp/diff_new_pack.LS3eku/_old  2011-09-21 16:50:50.0 +0200
+++ /var/tmp/diff_new_pack.LS3eku/_new  2011-09-21 16:50:50.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package ElectricFence (Version 2.2.2)
+# spec file for package ElectricFence
 #
-# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 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,7 +15,6 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 
 
 Name:   ElectricFence
@@ -23,7 +22,6 @@
 Group:  Development/Tools/Debuggers
 Provides:   efence
 Obsoletes:  efence
-AutoReqProv:on
 Version:2.2.2
 Release:667
 Summary:Malloc Debugger
@@ -38,12 +36,6 @@
 %description
 Tool for debugging your C programs (malloc debugger).
 
-
-
-Authors:
-
-Bruce Perens br...@pixar.com
-
 %prep
 %setup -q
 %patch0
@@ -52,7 +44,7 @@
 %patch3
 
 %build
-make CFLAGS=$RPM_OPT_FLAGS -g -DUSE_SEMAPHORE -fPIC
+make CFLAGS=$RPM_OPT_FLAGS -g -DUSE_SEMAPHORE -fPIC %{?_smp_mflags}
 
 %install
 install -D -d -m755 $RPM_BUILD_ROOT%{_bindir}
@@ -69,9 +61,6 @@
 %postun
 %{run_ldconfig}
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %files
 %defattr(-,root,root)
 %doc README CHANGES COPYING






Remember to have fun...

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



commit ImageMagick for openSUSE:Factory

2011-09-21 Thread h_root

Hello community,

here is the log from the commit of package ImageMagick for openSUSE:Factory
checked in at Wed Sep 21 16:51:17 CEST 2011.




--- ImageMagick/ImageMagick.changes 2011-09-17 11:36:46.0 +0200
+++ /mounts/work_src_done/STABLE/ImageMagick/ImageMagick.changes
2011-09-20 15:24:25.0 +0200
@@ -1,0 +2,15 @@
+Tue Sep 20 13:22:37 UTC 2011 - pgaj...@suse.com
+
+- update to 6.7.2.7:
+  * Fix memory leak in text annotation.
+  * The -strip option was excluding the PNG tRNS chunk.
+  * Caption now wraps properly for Chinese text.
+  * The PNG encoder would sometimes fail to respect the -define
+PNG:color-type option when the incoming image was PseudoClass.
+  * Properly handled continued JPEG embedded profiles.
+  * Revert -colorspace sRGB option patch.
+  * Revert -type PaletteMatte option patch.
+  * etc. see ChangeLog.
+- obsoletes reason-error-message.patch
+
+---

calling whatdependson for head-i586


Old:

  ImageMagick-6.7.1-0-reason-error-message.patch
  ImageMagick-6.7.1-0.tar.bz2

New:

  ImageMagick-6.7.2-7.tar.bz2



Other differences:
--
++ ImageMagick.spec ++
--- /var/tmp/diff_new_pack.UbpGf2/_old  2011-09-21 16:51:10.0 +0200
+++ /var/tmp/diff_new_pack.UbpGf2/_new  2011-09-21 16:51:10.0 +0200
@@ -83,14 +83,14 @@
 %endif
 
 %define xtp_version 5.4.3
-%define mfr_version 6.7.1
-%define mfr_revision 0
+%define mfr_version 6.7.2
+%define mfr_revision 7
 %define source_version %{mfr_version}-%{mfr_revision}
 License:Public Domain, Freeware
 Group:  Productivity/Graphics/Other
 Version:%{mfr_version}.%{mfr_revision}
 Release:1
-%define libver  4
+%define libver  5
 Summary:Viewer and Converter for Images
 Url:http://www.imagemagick.org
 Source: ImageMagick-%{source_version}.tar.bz2
@@ -106,7 +106,6 @@
 # see 
http://www.imagemagick.org/discourse-server/viewtopic.php?f=2t=18435hilit=include
 # for upstream progress
 Patch3: ImageMagick-6.6.9.1-inc-struct.diff
-Patch4: ImageMagick-6.7.1-0-reason-error-message.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Provides:   imagemag = %{version}
 Obsoletes:  imagemag  %{version}
@@ -199,7 +198,6 @@
 %patch1
 %patch2
 %patch3 -p1
-%patch4
 # remove together with inc-struct.diff 
 echoheader-test.c '#include wand.h'#
 echowand.h '#include wand/MagickWand.h'#
@@ -504,4 +502,6 @@
 
 
 
+
+
 %changelog

++ ImageMagick-6.7.1-0.tar.bz2 - ImageMagick-6.7.2-7.tar.bz2 ++
ImageMagick/ImageMagick-6.7.1-0.tar.bz2 
/mounts/work_src_done/STABLE/ImageMagick/ImageMagick-6.7.2-7.tar.bz2 differ: 
char 11, line 1

++ baselibs.conf ++
--- /var/tmp/diff_new_pack.UbpGf2/_old  2011-09-21 16:51:10.0 +0200
+++ /var/tmp/diff_new_pack.UbpGf2/_new  2011-09-21 16:51:10.0 +0200
@@ -1,6 +1,6 @@
-libMagickCore4
-libMagickWand4
+libMagickCore5
+libMagickWand5
 ImageMagick-devel
requires -ImageMagick-targettype
-   requires libMagickCore4-targettype = version
-   requires libMagickWand4-targettype = version
+   requires libMagickCore5-targettype = version
+   requires libMagickWand5-targettype = version






Remember to have fun...

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



commit PolicyKit for openSUSE:Factory

2011-09-21 Thread h_root

Hello community,

here is the log from the commit of package PolicyKit for openSUSE:Factory
checked in at Wed Sep 21 16:51:29 CEST 2011.




--- PolicyKit/PolicyKit-doc.changes 2011-07-06 10:15:11.0 +0200
+++ /mounts/work_src_done/STABLE/PolicyKit/PolicyKit-doc.changes
2011-09-17 12:08:23.0 +0200
@@ -1,0 +2,5 @@
+Sat Sep 17 10:07:57 UTC 2011 - jeng...@medozas.de
+
+- Remove redundant tags/sections from specfile
+
+---
--- PolicyKit/PolicyKit.changes 2011-07-06 10:15:11.0 +0200
+++ /mounts/work_src_done/STABLE/PolicyKit/PolicyKit.changes2011-09-17 
12:08:23.0 +0200
@@ -1,0 +2,5 @@
+Sat Sep 17 10:07:48 UTC 2011 - jeng...@medozas.de
+
+- Remove redundant tags/sections from specfile
+
+---

calling whatdependson for head-i586




Other differences:
--
++ PolicyKit-doc.spec ++
--- /var/tmp/diff_new_pack.pJLw1L/_old  2011-09-21 16:51:24.0 +0200
+++ /var/tmp/diff_new_pack.pJLw1L/_new  2011-09-21 16:51:24.0 +0200
@@ -15,7 +15,6 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 
 %if 0%{?suse_version}  1100
 %bcond_without selinux
@@ -41,7 +40,6 @@
 Group:  System/Libraries
 Version:0.9
 Release:28
-AutoReqProv:on
 Summary:Authorization Toolkit
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %if %build_doc
@@ -70,12 +68,6 @@
 used for allowing unprivileged processes to speak to privileged
 processes.
 
-
-
-Authors:
-
-David Zeuthen dav...@redhat.com
-
 %if !%build_doc
 
 %package -n PolicyKit-devel
@@ -91,12 +83,6 @@
 used for allowing unprivileged processes to speak to privileged
 processes.
 
-
-
-Authors:
-
-David Zeuthen dav...@redhat.com
-
 %endif
 
 %prep
@@ -157,8 +143,6 @@
 rm -rf $RPM_BUILD_ROOT%{_datadir}/gtk-doc
 %endif
 
-%clean
-rm -rf $RPM_BUILD_ROOT
 %if !%build_doc
 
 %pre

++ PolicyKit.spec ++
--- /var/tmp/diff_new_pack.pJLw1L/_old  2011-09-21 16:51:24.0 +0200
+++ /var/tmp/diff_new_pack.pJLw1L/_new  2011-09-21 16:51:24.0 +0200
@@ -15,7 +15,6 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 
 %if 0%{?suse_version}  1100
 %bcond_without selinux
@@ -41,7 +40,6 @@
 Group:  System/Libraries
 Version:0.9
 Release:33
-AutoReqProv:on
 Summary:Authorization Toolkit
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %if %build_doc
@@ -70,12 +68,6 @@
 used for allowing unprivileged processes to speak to privileged
 processes.
 
-
-
-Authors:
-
-David Zeuthen dav...@redhat.com
-
 %if !%build_doc
 
 %package -n PolicyKit-devel
@@ -91,12 +83,6 @@
 used for allowing unprivileged processes to speak to privileged
 processes.
 
-
-
-Authors:
-
-David Zeuthen dav...@redhat.com
-
 %endif
 
 %prep
@@ -157,8 +143,6 @@
 rm -rf $RPM_BUILD_ROOT%{_datadir}/gtk-doc
 %endif
 
-%clean
-rm -rf $RPM_BUILD_ROOT
 %if !%build_doc
 
 %pre






Remember to have fun...

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



commit aaa_base for openSUSE:Factory

2011-09-21 Thread h_root

Hello community,

here is the log from the commit of package aaa_base for openSUSE:Factory
checked in at Wed Sep 21 16:51:45 CEST 2011.




--- aaa_base/aaa_base.changes   2011-09-16 16:05:32.0 +0200
+++ /mounts/work_src_done/STABLE/aaa_base/aaa_base.changes  2011-09-17 
12:40:27.0 +0200
@@ -1,0 +2,6 @@
+Sat Sep 17 10:40:22 UTC 2011 - jeng...@medozas.de
+
+- Remove redundant tags/sections from specfile
+- Use %_smp_mflags for parallel build
+
+---

calling whatdependson for head-i586




Other differences:
--
++ aaa_base.spec ++
--- /var/tmp/diff_new_pack.rnogBy/_old  2011-09-21 16:51:39.0 +0200
+++ /var/tmp/diff_new_pack.rnogBy/_new  2011-09-21 16:51:39.0 +0200
@@ -15,7 +15,6 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 
 %bcond_with aaa_base_malloc_debug
 
@@ -31,7 +30,6 @@
 Requires:   filesystem distribution-release /bin/mktemp /usr/bin/find 
/usr/bin/tput /usr/bin/xargs mingetty /bin/login cpio psmisc
 Recommends: cron logrotate netcfg udev net-tools aaa_base-extras
 PreReq: /usr/bin/sed /usr/bin/grep /bin/mv /bin/cat /bin/ls /bin/date 
/usr/bin/cmp /bin/fillup /sbin/insserv
-AutoReqProv:on
 Summary:SUSE Linux Base Package
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 # run make package in checkout out git repo to recreate
@@ -58,7 +56,7 @@
 %setup -n aaa_base
 
 %build
-make CFLAGS=$RPM_OPT_FLAGS
+make CFLAGS=$RPM_OPT_FLAGS %{?_smp_mflags}
 if test -d patches/$RPM_ARCH; then
pushd files
for file in ../patches/$RPM_ARCH/*; do






Remember to have fun...

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



commit aseqview for openSUSE:Factory

2011-09-21 Thread h_root

Hello community,

here is the log from the commit of package aseqview for openSUSE:Factory
checked in at Wed Sep 21 16:51:56 CEST 2011.




--- aseqview/aseqview.changes   2010-03-05 09:59:57.0 +0100
+++ /mounts/work_src_done/STABLE/aseqview/aseqview.changes  2011-09-17 
14:23:43.0 +0200
@@ -1,0 +2,6 @@
+Sat Sep 17 12:23:40 UTC 2011 - jeng...@medozas.de
+
+- Remove redundant tags/sections from specfile
+- Use %_smp_mflags for parallel build
+
+---

calling whatdependson for head-i586




Other differences:
--
++ aseqview.spec ++
--- /var/tmp/diff_new_pack.pCBYU5/_old  2011-09-21 16:51:52.0 +0200
+++ /var/tmp/diff_new_pack.pCBYU5/_new  2011-09-21 16:51:52.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package aseqview (Version 0.2.7)
+# spec file for package aseqview
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 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,7 +15,6 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 
 
 Name:   aseqview
@@ -39,12 +38,6 @@
 off, controls, and pitch wheels, using bar graphs as seen in many
 sequencer applications.
 
-
-
-Authors:
-
-Takashi Iwai ti...@suse.de
-
 %prep
 %setup
 %patch0
@@ -53,7 +46,7 @@
 %build
 autoreconf --force --install
 %configure --enable-gtk2
-make
+make %{?_smp_mflags}
 
 %install
 make DESTDIR=$RPM_BUILD_ROOT install
@@ -61,9 +54,6 @@
 mkdir -p $RPM_BUILD_ROOT%{_datadir}/pixmaps
 cp %{SOURCE2} $RPM_BUILD_ROOT%{_datadir}/pixmaps
 
-%clean
-[ $RPM_BUILD_ROOT != / ]  rm -rf $RPM_BUILD_ROOT
-
 %files
 %defattr(-,root,root)
 %{_bindir}/*







Remember to have fun...

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



commit at for openSUSE:Factory

2011-09-21 Thread h_root

Hello community,

here is the log from the commit of package at for openSUSE:Factory
checked in at Wed Sep 21 16:52:06 CEST 2011.




--- at/at.changes   2011-05-13 16:02:32.0 +0200
+++ /mounts/work_src_done/STABLE/at/at.changes  2011-09-17 15:28:33.0 
+0200
@@ -1,0 +2,6 @@
+Sat Sep 17 13:28:30 UTC 2011 - jeng...@medozas.de
+
+- Remove redundant tags/sections from specfile
+- Use %_smp_mflags for parallel build
+
+---

calling whatdependson for head-i586




Other differences:
--
++ at.spec ++
--- /var/tmp/diff_new_pack.pPjMZV/_old  2011-09-21 16:52:02.0 +0200
+++ /var/tmp/diff_new_pack.pPjMZV/_new  2011-09-21 16:52:02.0 +0200
@@ -15,7 +15,6 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 
 
 Name:   at
@@ -24,7 +23,6 @@
 Url:ftp://ftp.debian.org/debian/pool/main/a/at
 License:GPLv2+
 Group:  System/Daemons
-AutoReqProv:on
 Version:3.1.8
 Release:1102
 Summary:A Job Manager
@@ -67,15 +65,6 @@
 %description
 This program allows you to run jobs at specified times.
 
-
-
-Authors:
-
-Thomas Koenig i...@rz.uni-karlsruhe.de
-David Parsons o...@pell.chi.il.us
-Martin Schulze j...@debian.org
-Siggy Brentrup b...@winnegan.de
-
 %prep
 %setup -q
 %patch0
@@ -109,7 +98,7 @@
   --with-selinux \
   --with-daemon_username=at \
   --with-daemon_groupname=at
-make
+make %{?_smp_mflags}
 
 %install
 mkdir -p $RPM_BUILD_ROOT/etc/{init.d,pam.d}






Remember to have fun...

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



commit awesfx for openSUSE:Factory

2011-09-21 Thread h_root

Hello community,

here is the log from the commit of package awesfx for openSUSE:Factory
checked in at Wed Sep 21 16:52:29 CEST 2011.




--- awesfx/awesfx.changes   2011-03-29 08:41:02.0 +0200
+++ /mounts/work_src_done/STABLE/awesfx/awesfx.changes  2011-09-17 
15:55:30.0 +0200
@@ -1,0 +2,6 @@
+Sat Sep 17 13:55:26 UTC 2011 - jeng...@medozas.de
+
+- Remove redundant tags/sections from specfile
+- Use %_smp_mflags for parallel build
+
+---

calling whatdependson for head-i586




Other differences:
--
++ awesfx.spec ++
--- /var/tmp/diff_new_pack.f0Ttk1/_old  2011-09-21 16:52:24.0 +0200
+++ /var/tmp/diff_new_pack.f0Ttk1/_new  2011-09-21 16:52:24.0 +0200
@@ -15,7 +15,6 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 
 
 Name:   awesfx
@@ -33,12 +32,6 @@
 The AWESFX package includes utility programs for controlling the
 wavetable function on SB AWE32/64 and Emu10k1 sound cards.
 
-
-
-Authors:
-
-Takashi Iwai ti...@suse.de
-
 %prep
 %setup -q
 
@@ -46,7 +39,7 @@
 autoreconf -fi
 CFLAGS=$RPM_OPT_FLAGS -fno-strict-aliasing \
 %configure
-make
+make %{?_smp_mflags}
 
 %install
 make DESTDIR=$RPM_BUILD_ROOT install
@@ -57,9 +50,6 @@
 install -c -m 0755 etc/load-soundfont $RPM_BUILD_ROOT/etc/alsa.d
 install -c -m 0755 etc/udev-soundfont $RPM_BUILD_ROOT/etc/alsa.d
 
-%clean
-[ $RPM_BUILD_ROOT != / ]  rm -rf $RPM_BUILD_ROOT
-
 %files
 %defattr(-,root,root)
 %doc AUTHORS COPYING README ChangeLog






Remember to have fun...

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



commit audacity for openSUSE:Factory

2011-09-21 Thread h_root

Hello community,

here is the log from the commit of package audacity for openSUSE:Factory
checked in at Wed Sep 21 16:52:18 CEST 2011.




--- audacity/audacity.changes   2011-09-07 09:38:31.0 +0200
+++ /mounts/work_src_done/STABLE/audacity/audacity.changes  2011-09-17 
15:34:34.0 +0200
@@ -1,0 +2,5 @@
+Sat Sep 17 13:34:29 UTC 2011 - jeng...@medozas.de
+
+- Remove redundant tags/sections from specfile
+
+---

calling whatdependson for head-i586




Other differences:
--
++ audacity.spec ++
--- /var/tmp/diff_new_pack.tomB10/_old  2011-09-21 16:52:13.0 +0200
+++ /var/tmp/diff_new_pack.tomB10/_new  2011-09-21 16:52:13.0 +0200
@@ -129,9 +129,6 @@
 %__rm -rf %{buildroot}%{_datadir}/doc/audacity
 %find_lang %{name}
 
-%clean
-rm -rf %{buildroot}
-
 %files -f %{name}.lang
 %defattr(-,root,root)
 %doc LICENSE.txt README.txt LICENSE_NYQUIST.txt







Remember to have fun...

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



commit bb for openSUSE:Factory

2011-09-21 Thread h_root

Hello community,

here is the log from the commit of package bb for openSUSE:Factory
checked in at Wed Sep 21 16:52:45 CEST 2011.




--- bb/bb.changes   2011-08-29 19:49:34.0 +0200
+++ /mounts/work_src_done/STABLE/bb/bb.changes  2011-09-17 21:15:14.0 
+0200
@@ -1,0 +2,6 @@
+Sat Sep 17 19:15:10 UTC 2011 - jeng...@medozas.de
+
+- Remove redundant tags/sections from specfile
+- Use %_smp_mflags for parallel build
+
+---

calling whatdependson for head-i586




Other differences:
--
++ bb.spec ++
--- /var/tmp/diff_new_pack.jsaMTH/_old  2011-09-21 16:52:40.0 +0200
+++ /var/tmp/diff_new_pack.jsaMTH/_new  2011-09-21 16:52:40.0 +0200
@@ -15,7 +15,6 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 
 
 Name:   bb
@@ -40,15 +39,6 @@
  It is a portable demo, so you can run it on plenty of operating
 systems and DOS.
 
-
-
-Authors:
-
-Filip Kupsa kup...@feld.cvut.cz
-Jan Hubicka hubi...@paru.cas.cz
-Mojmir Svoboda tita...@horac.ta.jcu.cz
-Kamil Toman to...@horac.ta.jcu.cz
-
 %prep
 %setup -q -n %{name}-1.3.0
 %patch
@@ -62,14 +52,11 @@
 autoreconf -fiv
 CFLAGS=$RPM_OPT_FLAGS -DDATADIR='\/usr/share/bb/\' \
 %configure
-make
+make %{?_smp_mflags}
 
 %install
 make install DESTDIR=$RPM_BUILD_ROOT
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %files
 %defattr(-,root,root)
 %doc README






Remember to have fun...

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



commit bing for openSUSE:Factory

2011-09-21 Thread h_root

Hello community,

here is the log from the commit of package bing for openSUSE:Factory
checked in at Wed Sep 21 16:52:58 CEST 2011.




--- bing/bing.changes   2009-11-03 20:16:10.0 +0100
+++ /mounts/work_src_done/STABLE/bing/bing.changes  2011-09-17 
21:37:39.0 +0200
@@ -1,0 +2,6 @@
+Sat Sep 17 19:37:35 UTC 2011 - jeng...@medozas.de
+
+- Remove redundant tags/sections from specfile
+- Use %_smp_mflags for parallel build
+
+---

calling whatdependson for head-i586




Other differences:
--
++ bing.spec ++
--- /var/tmp/diff_new_pack.FpEk4t/_old  2011-09-21 16:52:53.0 +0200
+++ /var/tmp/diff_new_pack.FpEk4t/_new  2011-09-21 16:52:53.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package bing (Version 1.0.5)
+# spec file for package bing
 #
-# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 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,14 +15,12 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 
 
 Name:   bing
 License:BSD 3-clause (or similar)
 Group:  Productivity/Networking/Diagnostic
 PreReq: permissions
-AutoReqProv:on
 Url:http://www.freenix.fr/freenix/logiciels/bing.html
 Summary:A Point-to-Point Bandwidth Measurement Tool
 Version:1.0.5
@@ -39,12 +37,6 @@
 throughput of a link by measuring ICMP echo request round trip times
 for different packet sizes for each end of the link.
 
-
-
-Authors:
-
-Pierre Beyssac p...@fasterix.freenix.fr
-
 %prep
 %setup
 %patch0
@@ -53,15 +45,12 @@
 %patch3 -p1
 
 %build
-make CFLAGS=$RPM_OPT_FLAGS -fno-strict-aliasing
+make CFLAGS=$RPM_OPT_FLAGS -fno-strict-aliasing %{?_smp_mflags}
 
 %install
 mkdir -p $RPM_BUILD_ROOT/{%{_mandir}/man8,usr/sbin}
 make install MANDIR=$RPM_BUILD_ROOT/%{_mandir} BINDIR=$RPM_BUILD_ROOT/usr/sbin
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %post
 %run_permissions
 %verifyscript






Remember to have fun...

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



commit biosdevname for openSUSE:Factory

2011-09-21 Thread h_root

Hello community,

here is the log from the commit of package biosdevname for openSUSE:Factory
checked in at Wed Sep 21 16:53:09 CEST 2011.




--- biosdevname/biosdevname.changes 2011-04-30 17:55:46.0 +0200
+++ /mounts/work_src_done/STABLE/biosdevname/biosdevname.changes
2011-09-17 21:48:03.0 +0200
@@ -1,0 +2,5 @@
+Sat Sep 17 19:47:58 UTC 2011 - jeng...@medozas.de
+
+- Remove redundant tags/sections from specfile
+
+---

calling whatdependson for head-i586




Other differences:
--
++ biosdevname.spec ++
--- /var/tmp/diff_new_pack.sNJTv9/_old  2011-09-21 16:53:04.0 +0200
+++ /var/tmp/diff_new_pack.sNJTv9/_new  2011-09-21 16:53:04.0 +0200
@@ -50,12 +50,6 @@
 label on the chassis is Gb1) doesn't map directly and obviously to
 the kernel name (e.g. eth0).
 
-
-
-Authors:
-
-Matt Domsch matt_dom...@dell.com
-
 %prep
 %setup -q
 %patch0 -p1
@@ -76,9 +70,6 @@
 install -m 0755 setup-biosdevname.sh \
 $RPM_BUILD_ROOT/lib/mkinitrd/scripts/setup-biosdevname.sh
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %files
 %defattr(-,root,root,-)
 %doc COPYING README






Remember to have fun...

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



commit blktrace for openSUSE:Factory

2011-09-21 Thread h_root

Hello community,

here is the log from the commit of package blktrace for openSUSE:Factory
checked in at Wed Sep 21 16:53:24 CEST 2011.




--- blktrace/blktrace.changes   2011-09-03 21:21:44.0 +0200
+++ /mounts/work_src_done/STABLE/blktrace/blktrace.changes  2011-09-17 
21:57:53.0 +0200
@@ -1,0 +2,6 @@
+Sat Sep 17 19:57:44 UTC 2011 - jeng...@medozas.de
+
+- Remove redundant tags/sections from specfile
+- Use %_smp_mflags for parallel build
+
+---

calling whatdependson for head-i586




Other differences:
--
++ blktrace.spec ++
--- /var/tmp/diff_new_pack.c4m9Es/_old  2011-09-21 16:53:20.0 +0200
+++ /var/tmp/diff_new_pack.c4m9Es/_new  2011-09-21 16:53:20.0 +0200
@@ -15,7 +15,6 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 
 %{!?_without_docs: %global with_docs 1}
 
@@ -48,14 +47,6 @@
 valuable for diagnosing and fixing performance or application problems
 relating to block layer io.
 
-
-
-Authors:
-
-Jens Axboe ax...@kernel.dk
-Alan D. Brunelle alan.brune...@hp.com
-Nathan Scott nath...@sgi.com
-
 %prep
 %setup -q
 %patch0 -p1
@@ -64,7 +55,7 @@
 %patch3
 
 %build
-make CFLAGS=$RPM_OPT_FLAGS all %{?with_docs: docs}
+make CFLAGS=$RPM_OPT_FLAGS all %{?with_docs: docs} %{?_smp_mflags}
 
 %install
 make DESTDIR=$RPM_BUILD_ROOT prefix=%{_prefix} mandir=%{_mandir} install
@@ -73,9 +64,6 @@
 mv $RPM_BUILD_ROOT%{_prefix}/bin/{blktrace,blkparse,btrace} \
 $RPM_BUILD_ROOT/bin
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %files
 %defattr(-,root,root)
 %doc README %{?with_docs: doc/blktrace.pdf btreplay/doc/btreplay.pdf 
btt/doc/btt.pdf}






Remember to have fun...

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



commit bogofilter for openSUSE:Factory

2011-09-21 Thread h_root

Hello community,

here is the log from the commit of package bogofilter for openSUSE:Factory
checked in at Wed Sep 21 16:53:37 CEST 2011.




--- bogofilter/bogofilter.changes   2010-07-07 11:24:17.0 +0200
+++ /mounts/work_src_done/STABLE/bogofilter/bogofilter.changes  2011-09-17 
22:22:48.0 +0200
@@ -1,0 +2,6 @@
+Sat Sep 17 20:22:44 UTC 2011 - jeng...@medozas.de
+
+- Remove redundant tags/sections from specfile
+- Use %_smp_mflags for parallel build
+
+---

calling whatdependson for head-i586




Other differences:
--
++ bogofilter.spec ++
--- /var/tmp/diff_new_pack.NdaZQP/_old  2011-09-21 16:53:34.0 +0200
+++ /var/tmp/diff_new_pack.NdaZQP/_new  2011-09-21 16:53:34.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package bogofilter (Version 1.2.1)
+# spec file for package bogofilter
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 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,7 +15,6 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 
 
 Name:   bogofilter
@@ -39,18 +38,6 @@
 C, and tuned for speed, so it can be used for production by sites that
 process a lot of mail.
 
-
-
-Authors:
-
-Eric Steven Raymond e...@thyrsus.com
-Adrian Otto adrian_otto at users.sourceforge.net
-David Relson rel...@osagesoftware.com
-Matthias Andree matthias.and...@gmx.de
-Gyepi Sam gy...@praxis-sw.com
-Allyn Fratkin al...@fratkin.com
-Clint Adams sch...@debian.org
-
 %prep
 %setup
 %patch -p1
@@ -62,7 +49,7 @@
--disable-dbshared-test \
 %endif
 --with-gnu-ld # just a dummy option to break the line
-%{__make} %{?jobs:-j%jobs}
+make %{?_smp_mflags}
 
 %install
 %makeinstall
@@ -86,7 +73,7 @@
 
 %check
 %ifnarch %arm
-%{__make} %{?jobs:-j%jobs} check
+make %{?_smp_mflags} check
 %endif
 
 %files






Remember to have fun...

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



commit bomberclone for openSUSE:Factory

2011-09-21 Thread h_root

Hello community,

here is the log from the commit of package bomberclone for openSUSE:Factory
checked in at Wed Sep 21 16:53:49 CEST 2011.




--- bomberclone/bomberclone.changes 2011-09-17 10:15:24.0 +0200
+++ /mounts/work_src_done/STABLE/bomberclone/bomberclone.changes
2011-09-17 22:25:48.0 +0200
@@ -1,0 +2,5 @@
+Sat Sep 17 20:25:43 UTC 2011 - jeng...@medozas.de
+
+- Remove redundant tags/sections from specfile
+
+---

calling whatdependson for head-i586




Other differences:
--
++ bomberclone.spec ++
--- /var/tmp/diff_new_pack.9NB7Uq/_old  2011-09-21 16:53:45.0 +0200
+++ /var/tmp/diff_new_pack.9NB7Uq/_new  2011-09-21 16:53:45.0 +0200
@@ -58,9 +58,6 @@
 %suse_update_desktop_file -i %{name}
 %fdupes %{buildroot}
 
-%clean
-rm -rf %{buildroot}
-
 %files
 %defattr(-,root,root)
 %{_docdir}/%{name}






Remember to have fun...

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



commit bonnie for openSUSE:Factory

2011-09-21 Thread h_root

Hello community,

here is the log from the commit of package bonnie for openSUSE:Factory
checked in at Wed Sep 21 16:54:00 CEST 2011.




--- bonnie/bonnie.changes   2009-08-30 17:29:34.0 +0200
+++ /mounts/work_src_done/STABLE/bonnie/bonnie.changes  2011-09-21 
09:11:15.0 +0200
@@ -1,0 +2,11 @@
+Wed Sep 21 07:10:59 UTC 2011 - co...@suse.com
+
+- disable ctcs for  11.4, not available
+
+---
+Sat Sep 17 20:27:30 UTC 2011 - jeng...@medozas.de
+
+- Remove redundant tags/sections from specfile
+- Use %_smp_mflags for parallel build
+
+---

calling whatdependson for head-i586




Other differences:
--
++ bonnie.spec ++
--- /var/tmp/diff_new_pack.SPUO8R/_old  2011-09-21 16:53:55.0 +0200
+++ /var/tmp/diff_new_pack.SPUO8R/_new  2011-09-21 16:53:55.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package bonnie (Version 1.4)
+# spec file for package bonnie
 #
-# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 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,14 +15,12 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 
 
 Name:   bonnie
 Url:http://www.garloff.de/kurt/linux/bonnie/
 License:GPL v2 or later
 Group:  System/Benchmark
-AutoReqProv:on
 Summary:File System Benchmark
 Version:1.4
 Release:476
@@ -38,13 +36,6 @@
 Bonnie is a popular performance benchmark that targets various aspects
 of Unix file systems.
 
-
-
-Authors:
-
-Tim Bray tb...@textuality.com
-Kurt Garloff garl...@suse.de
-
 %package ctcs2-glue
 License:GPL v2 or later
 Summary:File System Benchmark
@@ -56,22 +47,16 @@
 Bonnie is a popular performance benchmark that targets various aspects
 of Unix file systems.
 
-
-
-Authors:
-
-Tim Bray tb...@textuality.com
-Kurt Garloff garl...@suse.de
-
 %prep
 %setup -n bonnie -a1
 %patch0 -p1
 
 %build
-make CC=gcc CFLAGS=$RPM_OPT_FLAGS
+make CC=gcc CFLAGS=$RPM_OPT_FLAGS %{?_smp_mflags}
 
 %install
 make install DESTDIR=$RPM_BUILD_ROOT MANDIR=%{_mandir}
+%if %suse_version  1210
 cd ctcstools
 mkdir -p $RPM_BUILD_ROOT/usr/share/qa/bonnie/tcf
 mkdir -p $RPM_BUILD_ROOT/usr/share/qa/tcf
@@ -80,6 +65,7 @@
 install -m 644 *.tcf $RPM_BUILD_ROOT/usr/share/qa/bonnie/tcf/
 for A in *.tcf; do ln -s ../../../../usr/share/qa/bonnie/tcf/$A 
$RPM_BUILD_ROOT/usr/share/qa/tcf/; done
 install -m 744 bonnie-run $RPM_BUILD_ROOT/usr/lib/ctcs2/tools/ 
+%endif
 
 %files
 %defattr(-, root, root)
@@ -87,9 +73,12 @@
 /usr/bin/bonnie
 %{_mandir}/man1/bonnie.1.gz
 
+%if %suse_version  1210
+
 %files ctcs2-glue
 %defattr(-, root, root)
 /usr/share/qa
 /usr/lib/ctcs2
+%endif
 
 %changelog






Remember to have fun...

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



commit bonnie++ for openSUSE:Factory

2011-09-21 Thread h_root

Hello community,

here is the log from the commit of package bonnie++ for openSUSE:Factory
checked in at Wed Sep 21 16:54:16 CEST 2011.




--- bonnie++/bonnie++.changes   2009-02-11 12:49:56.0 +0100
+++ /mounts/work_src_done/STABLE/bonnie++/bonnie++.changes  2011-09-17 
22:28:05.0 +0200
@@ -1,0 +2,6 @@
+Sat Sep 17 20:28:01 UTC 2011 - jeng...@medozas.de
+
+- Remove redundant tags/sections from specfile
+- Use %_smp_mflags for parallel build
+
+---

calling whatdependson for head-i586




Other differences:
--
++ bonnie++-1.03d.spec ++
--- /var/tmp/diff_new_pack.vZBzqo/_old  2011-09-21 16:54:13.0 +0200
+++ /var/tmp/diff_new_pack.vZBzqo/_new  2011-09-21 16:54:13.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package bonnie++ (Version 1.03d)
+# spec file for package bonnie++
 #
-# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 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,7 +15,6 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 
 
 Name:   bonnie++
@@ -23,7 +22,6 @@
 License:X11/MIT
 Group:  System/Benchmark
 Provides:   bonnie++-1.03d
-AutoReqProv:on
 Summary:A Bonnie-Like File System Benchmark
 Version:1.03d
 Release:2
@@ -37,15 +35,6 @@
 Bonnie++ is a benchmark suite aimed at performing a number of simple
 hard drive and file system performance tests.
 
-
-
-Authors:
-
-Tim Bray tb...@textuality.com
-Russell Coker russ...@coker.com.au
-Christian Kagerhuber c.kagerhu...@t-online.net
-Olli Ries or...@suse.de
-
 %prep
 %setup
 %patch -p1
@@ -53,8 +42,8 @@
 %patch2 -p1
 
 %build
-   make clean
-   make MORECFLAGS=$RPM_OPT_FLAGS
+   make clean %{?_smp_mflags}
+   make MORECFLAGS=$RPM_OPT_FLAGS %{?_smp_mflags}
 
 %install
mkdir -p $RPM_BUILD_ROOT/usr/bin
@@ -76,7 +65,4 @@
 %{_mandir}/man1/bon_csv2html.1.gz
 %{_mandir}/man1/bon_csv2txt.1.gz
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %changelog






Remember to have fun...

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



commit books for openSUSE:Factory

2011-09-21 Thread h_root

Hello community,

here is the log from the commit of package books for openSUSE:Factory
checked in at Wed Sep 21 16:54:30 CEST 2011.




--- books/books.changes 2009-01-12 14:44:22.0 +0100
+++ /mounts/work_src_done/STABLE/books/books.changes2011-09-17 
22:30:51.0 +0200
@@ -1,0 +2,5 @@
+Sat Sep 17 20:30:33 UTC 2011 - jeng...@medozas.de
+
+- Remove redundant tags/sections from specfile
+
+---

calling whatdependson for head-i586




Other differences:
--
++ books.spec ++
--- /var/tmp/diff_new_pack.iB8EvA/_old  2011-09-21 16:54:24.0 +0200
+++ /var/tmp/diff_new_pack.iB8EvA/_new  2011-09-21 16:54:24.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package books (Version 2009.1.12)
+# spec file for package books
 #
-# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 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,7 +15,6 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 
 
 Name:   books
@@ -48,7 +47,6 @@
 rmdir lkmpg-1.1.0.pdf
 
 %install
-rm -Rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT/usr/share/doc/Books
 cp -a LDP* README linux-logo.ps *.pdf $RPM_BUILD_ROOT/usr/share/doc/Books
 
@@ -79,4 +77,5 @@
 
 
 
+
 %changelog









Remember to have fun...

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



commit bootchart for openSUSE:Factory

2011-09-21 Thread h_root

Hello community,

here is the log from the commit of package bootchart for openSUSE:Factory
checked in at Wed Sep 21 16:54:39 CEST 2011.




--- bootchart/bootchart.changes 2010-11-15 12:56:34.0 +0100
+++ /mounts/work_src_done/STABLE/bootchart/bootchart.changes2011-09-17 
22:34:46.0 +0200
@@ -1,0 +2,6 @@
+Sat Sep 17 20:34:41 UTC 2011 - jeng...@medozas.de
+
+- Remove redundant tags/sections from specfile
+- Use %_smp_mflags for parallel build
+
+---

calling whatdependson for head-i586




Other differences:
--
++ bootchart.spec ++
--- /var/tmp/diff_new_pack.d4Nj3x/_old  2011-09-21 16:54:35.0 +0200
+++ /var/tmp/diff_new_pack.d4Nj3x/_new  2011-09-21 16:54:35.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package bootchart (Version 2.0.12.4)
+# spec file for package bootchart
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 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,7 +15,6 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 
 %define real_bootchart2_version 0.12.4
 %if 0%{?suse_version}
@@ -40,7 +39,6 @@
 Source3:mkinitrd-boot.sh
 Source4:mkinitrd-setup.sh
 Patch1: bootchart_init.patch
-AutoReqProv:on
 Requires:   %system_requires
 Requires(post): mkinitrd
 
@@ -55,7 +53,7 @@
 %build
 export PY_LIBDIR=%py_libdir
 export PY_SITEDIR=%py_sitedir
-make CFLAGS=$RPM_OPT_FLAGS
+make CFLAGS=$RPM_OPT_FLAGS %{?_smp_mflags}
 
 %install
 export PY_LIBDIR=%py_libdir
@@ -89,9 +87,6 @@
 #fi
 #exit 0
 
-%clean 
-rm -rf $RPM_BUILD_ROOT
-
 %files
 %defattr(-,root,root)
 %doc README COPYING






Remember to have fun...

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



commit bootcycle for openSUSE:Factory

2011-09-21 Thread h_root

Hello community,

here is the log from the commit of package bootcycle for openSUSE:Factory
checked in at Wed Sep 21 16:54:49 CEST 2011.




--- bootcycle/bootcycle.changes 2010-08-26 15:08:59.0 +0200
+++ /mounts/work_src_done/STABLE/bootcycle/bootcycle.changes2011-09-17 
22:35:14.0 +0200
@@ -1,0 +2,5 @@
+Sat Sep 17 20:35:02 UTC 2011 - jeng...@medozas.de
+
+- Remove redundant tags/sections from specfile
+
+---

calling whatdependson for head-i586




Other differences:
--
++ bootcycle.spec ++
--- /var/tmp/diff_new_pack.2chJez/_old  2011-09-21 16:54:45.0 +0200
+++ /var/tmp/diff_new_pack.2chJez/_new  2011-09-21 16:54:45.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package bootcycle (Version 0.3)
+# spec file for package bootcycle
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 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,7 +15,6 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 
 
 Name:   bootcycle
@@ -31,7 +30,6 @@
 %ifarch %ia64
 Requires:   efibootmgr
 %endif
-AutoReqProv:on
 Source0:sysconfig.bootloader-bootcycle
 Source1:boot.cycle.IA32
 Source3:boot.cycle.IA64
@@ -46,12 +44,6 @@
 system.  For example, on INTEL IA32 the GNU GRUB multiboot loader is
 used for this.
 
-
-
-Authors:
-
-Werner Fink wer...@suse.de
-
 %prep
 %setup -n %{name}-%{version} -c -T
 %ifarch %ix86 x86_64






Remember to have fun...

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



commit bootp-DD2 for openSUSE:Factory

2011-09-21 Thread h_root

Hello community,

here is the log from the commit of package bootp-DD2 for openSUSE:Factory
checked in at Wed Sep 21 16:54:58 CEST 2011.




--- bootp-DD2/bootp-DD2.changes 2010-04-07 02:51:18.0 +0200
+++ /mounts/work_src_done/STABLE/bootp-DD2/bootp-DD2.changes2011-09-17 
22:35:37.0 +0200
@@ -1,0 +2,6 @@
+Sat Sep 17 20:35:32 UTC 2011 - jeng...@medozas.de
+
+- Remove redundant tags/sections from specfile
+- Use %_smp_mflags for parallel build
+
+---

calling whatdependson for head-i586




Other differences:
--
++ bootp-DD2.spec ++
--- /var/tmp/diff_new_pack.MR0KxV/_old  2011-09-21 16:54:54.0 +0200
+++ /var/tmp/diff_new_pack.MR0KxV/_new  2011-09-21 16:54:54.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package bootp-DD2 (Version 4.3)
+# spec file for package bootp-DD2
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 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,7 +15,6 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 
 
 Name:   bootp-DD2
@@ -23,7 +22,6 @@
 License:BSD3c
 Group:  Productivity/Networking/Boot/Servers
 Requires:   net-tools netcfg
-AutoReqProv:on
 Version:4.3
 Release:636
 Summary:Enhanced Version of the CMU BOOTP Server
@@ -42,14 +40,6 @@
 version merges all the enhancements and bug fixes from the NetBSD,
 Columbia, and other versions.
 
-
-
-Authors:
-
-Gordon W. Ross g...@mc.com
-Walter L. Wimer w...@andrew.cmu.edu
-Drew D. Perkins d...@andrew.cmu.edu
-
 %prep
 %setup -n %{name}.%{version}
 %patch
@@ -57,7 +47,7 @@
 %patch2
 
 %build
-make linux
+make linux %{?_smp_mflags}
 
 %install
 make DESTDIR=$RPM_BUILD_ROOT MANDIR=%{_mandir} install
@@ -65,9 +55,6 @@
 install -d -m 755 $RPM_BUILD_ROOT/etc/xinetd.d
 install -m 644 %{S:2} $RPM_BUILD_ROOT/etc/xinetd.d/bootp-DD2 
 
-%clean
-[ -d %{buildroot} -a %{buildroot} !=  ]  rm -rf  %{buildroot} 
-
 %files
 %defattr(-,root,root)
 %config(noreplace) /etc/xinetd.d/*






Remember to have fun...

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



commit bootsplash for openSUSE:Factory

2011-09-21 Thread h_root

Hello community,

here is the log from the commit of package bootsplash for openSUSE:Factory
checked in at Wed Sep 21 16:55:10 CEST 2011.




--- bootsplash/bootsplash.changes   2011-07-22 18:36:36.0 +0200
+++ /mounts/work_src_done/STABLE/bootsplash/bootsplash.changes  2011-09-17 
22:36:12.0 +0200
@@ -1,0 +2,6 @@
+Sat Sep 17 20:36:04 UTC 2011 - jeng...@medozas.de
+
+- Remove redundant tags/sections from specfile
+- Use %_smp_mflags for parallel build
+
+---

calling whatdependson for head-i586




Other differences:
--
++ bootsplash.spec ++
--- /var/tmp/diff_new_pack.TXG4Jc/_old  2011-09-21 16:55:04.0 +0200
+++ /var/tmp/diff_new_pack.TXG4Jc/_new  2011-09-21 16:55:04.0 +0200
@@ -15,7 +15,6 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 
 
 Name:   bootsplash
@@ -26,7 +25,6 @@
 Summary:Graphical System Boot Utilities
 License:GPLv2+
 Group:  System/Boot
-AutoReqProv:on
 PreReq: %insserv_prereq %fillup_prereq coreutils mkinitrd
 Obsoletes:  splashanim
 Provides:   splashanim
@@ -46,13 +44,6 @@
 configuration files. Find information about bootsplash at
 http://www.bootsplash.org/.
 
-
-
-Authors:
-
-Stefan Reinauer ste...@suse.de
-Kenneth W. Wimer wi...@suse.de
-
 %prep
 %setup
 %patch0
@@ -62,7 +53,8 @@
 
 %build
 cd Utilities
-PREFIX=%{_exec_prefix} LIB=%{_lib} make STRIP=: CC=gcc $RPM_OPT_FLAGS
+PREFIX=%{_exec_prefix} LIB=%{_lib} make STRIP=: CC=gcc $RPM_OPT_FLAGS \
+   %{?_smp_mflags}
 
 %install
 # create directory structure






Remember to have fun...

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



commit bootsplash-branding-openSUSE for openSUSE:Factory

2011-09-21 Thread h_root

Hello community,

here is the log from the commit of package bootsplash-branding-openSUSE for 
openSUSE:Factory
checked in at Wed Sep 21 16:55:26 CEST 2011.




--- bootsplash-branding-openSUSE/bootsplash-branding-openSUSE.changes   
2011-07-22 18:40:04.0 +0200
+++ 
/mounts/work_src_done/STABLE/bootsplash-branding-openSUSE/bootsplash-branding-openSUSE.changes
  2011-09-17 22:36:44.0 +0200
@@ -1,0 +2,5 @@
+Sat Sep 17 20:36:36 UTC 2011 - jeng...@medozas.de
+
+- Remove redundant tags/sections from specfile
+
+---

calling whatdependson for head-i586




Other differences:
--
++ bootsplash-branding-openSUSE.spec ++
--- /var/tmp/diff_new_pack.w4qXUl/_old  2011-09-21 16:55:19.0 +0200
+++ /var/tmp/diff_new_pack.w4qXUl/_new  2011-09-21 16:55:19.0 +0200
@@ -15,7 +15,6 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 
 
 Name:   bootsplash-branding-openSUSE
@@ -25,7 +24,6 @@
 Summary:Default SUSE Bootsplash Theme
 License:BSD3c(or similar)
 Group:  System/Boot
-AutoReqProv:on
 PreReq: %fillup_prereq perl
 Supplements:packageand(bootsplash:branding-openSUSE)
 Provides:   bootsplash-branding
@@ -54,13 +52,6 @@
 This package contains the default theme for SUSE's graphical boot. Find
 more information at http://www.bootsplash.org/.
 
-
-
-Authors:
-
-Stefan Reinauer ste...@suse.de
-Kenneth W. Wimer wi...@suse.de
-
 %package -n bootsplash-branding-SLES
 License:BSD3c(or similar)
 Supplements:packageand(bootsplash:branding-SLES)
@@ -68,7 +59,6 @@
 Obsoletes:  bootsplash-theme-SuSE-SLES
 Provides:   bootsplash-theme-SuSE-SLES
 Summary:Default SuSE Linux Enterprise Server Bootsplash Theme
-AutoReqProv:on
 PreReq: %fillup_prereq perl
 Group:  System/Boot
 Requires:   bootsplash = 3.3-11
@@ -77,13 +67,6 @@
 This package contains the SLES theme for SuSE's graphical bootup
 mechanism. More information can be found at http://www.bootsplash.org/
 
-
-
-Authors:
-
-Stefan Reinauer ste...@suse.de
-Kenneth W. Wimer wi...@suse.de
-
 %package -n bootsplash-branding-SLED
 License:BSD3c(or similar)
 Supplements:packageand(bootsplash:branding-SLED)
@@ -91,7 +74,6 @@
 Obsoletes:  bootsplash-theme-SuSE-NLD
 Provides:   bootsplash-theme-SuSE-NLD
 Summary:Default NLD Bootsplash Theme
-AutoReqProv:on
 PreReq: %fillup_prereq perl
 Group:  System/Boot
 Requires:   bootsplash = 3.3-11
@@ -100,19 +82,11 @@
 This package contains the default theme for NLD's graphical bootup.
 More information can be found at http://www.bootsplash.org/.
 
-
-
-Authors:
-
-Stefan Reinauer ste...@suse.de
-Kenneth W. Wimer wi...@suse.de
-
 %package -n bootsplash-branding-upstream
 License:BSD3c(or similar)
 Supplements:packageand(bootsplash:branding-upstream)
 Provides:   bootsplash-branding
 Summary:Unbranded Bootsplash Theme
-AutoReqProv:on
 PreReq: %fillup_prereq perl
 Group:  System/Boot
 Requires:   bootsplash = 3.3-11
@@ -120,19 +94,11 @@
 %description -n bootsplash-branding-upstream
 This package contains a theme without trademarked logos.
 
-
-
-Authors:
-
-Stefan Reinauer ste...@suse.de
-Kenneth W. Wimer wi...@suse.de
-
 %package -n bootsplash-branding-KDE
 License:BSD3c(or similar)
 Supplements:packageand(bootsplash:branding-KDE)
 Provides:   bootsplash-branding
 Summary:KDE Bootsplash Theme
-AutoReqProv:on
 PreReq: %fillup_prereq perl
 Group:  System/Boot
 Requires:   bootsplash = 3.3-11
@@ -140,13 +106,6 @@
 %description -n bootsplash-branding-KDE
 This package contains a KDE branded theme.
 
-
-
-Authors:
-
-Stefan Reinauer ste...@suse.de
-Kenneth W. Wimer wi...@suse.de
-
 %prep
 %setup -q -c
 %setup -T -D -a 0






Remember to have fun...

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



commit branding-upstream for openSUSE:Factory

2011-09-21 Thread h_root

Hello community,

here is the log from the commit of package branding-upstream for 
openSUSE:Factory
checked in at Wed Sep 21 16:55:36 CEST 2011.




--- branding-upstream/branding-upstream.changes 2010-11-24 17:31:54.0 
+0100
+++ /mounts/work_src_done/STABLE/branding-upstream/branding-upstream.changes
2011-09-20 14:47:45.0 +0200
@@ -1,0 +2,10 @@
+Tue Sep 20 12:47:36 UTC 2011 - co...@suse.com
+
+- bump version to 12.1
+
+---
+Sat Sep 17 20:39:36 UTC 2011 - jeng...@medozas.de
+
+- Remove redundant tags/sections from specfile
+
+---

calling whatdependson for head-i586




Other differences:
--
++ branding-upstream.spec ++
--- /var/tmp/diff_new_pack.RxW47s/_old  2011-09-21 16:55:33.0 +0200
+++ /var/tmp/diff_new_pack.RxW47s/_new  2011-09-21 16:55:33.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package branding-upstream (Version 11.4)
+# spec file for package branding-upstream
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 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,11 +15,10 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 
 
 Name:   branding-upstream
-Version:11.4
+Version:12.1
 Release:1
 License:MIT
 Group:  System/Fhs
@@ -56,9 +55,6 @@
 mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}
 cp SuSE-brand $RPM_BUILD_ROOT%{_sysconfdir}/
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %files
 %defattr(-,root,root)
 %doc COPYING






Remember to have fun...

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



commit brlemu for openSUSE:Factory

2011-09-21 Thread h_root

Hello community,

here is the log from the commit of package brlemu for openSUSE:Factory
checked in at Wed Sep 21 16:55:58 CEST 2011.




--- brlemu/brlemu.changes   2008-04-23 20:50:25.0 +0200
+++ /mounts/work_src_done/STABLE/brlemu/brlemu.changes  2011-09-17 
22:44:51.0 +0200
@@ -1,0 +2,6 @@
+Sat Sep 17 20:44:44 UTC 2011 - jeng...@medozas.de
+
+- Remove redundant tags/sections from specfile
+- Use %_smp_mflags for parallel build
+
+---

calling whatdependson for head-i586




Other differences:
--
++ brlemu.spec ++
--- /var/tmp/diff_new_pack.9M2F6o/_old  2011-09-21 16:55:54.0 +0200
+++ /var/tmp/diff_new_pack.9M2F6o/_new  2011-09-21 16:55:54.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package brlemu (Version 0.1)
+# spec file for package brlemu
 #
-# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 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,14 +15,12 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 
 BuildRequires:  ncurses-devel
 
 Name:   brlemu
 License:GPL v2 only
 Group:  Development/Tools/Other
-AutoReqProv:on
 Summary:Emulates a braille display
 Version:0.1
 Release:37
@@ -35,27 +33,17 @@
 Brlemu emulates a braille display. It is intended for testing braille
 support without needing to acquire expensive hardware devices.
 
-
-
-Authors:
-
-Marco Skambraks ma...@suse.de
-
 %prep
 %setup -n brlemu-0.1
 %patch -p1
 
 %build
-#export CFLAGS=$RPM_OPT_FLAGS
-make CFLAGS=$RPM_OPT_FLAGS
+make CFLAGS=$RPM_OPT_FLAGS %{?_smp_mflags}
 
 %install
 mkdir -p $RPM_BUILD_ROOT/usr/bin
 make DESTDIR=$RPM_BUILD_ROOT install
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %files
 %defattr(-,root,root)
 /usr/bin/brlemu






Remember to have fun...

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



commit busybox for openSUSE:Factory

2011-09-21 Thread h_root

Hello community,

here is the log from the commit of package busybox for openSUSE:Factory
checked in at Wed Sep 21 16:56:26 CEST 2011.




--- busybox/busybox-static.changes  2011-03-13 00:08:13.0 +0100
+++ /mounts/work_src_done/STABLE/busybox/busybox-static.changes 2011-09-18 
00:05:35.0 +0200
@@ -1,0 +2,6 @@
+Sat Sep 17 21:08:55 UTC 2011 - jeng...@medozas.de
+
+- Remove redundant tags/sections from specfile
+- Remove unexplained ExcludeArch directive
+
+---
--- busybox/busybox.changes 2011-03-13 00:08:14.0 +0100
+++ /mounts/work_src_done/STABLE/busybox/busybox.changes2011-09-17 
23:09:01.0 +0200
@@ -1,0 +2,5 @@
+Sat Sep 17 21:08:48 UTC 2011 - jeng...@medozas.de
+
+- Remove redundant tags/sections from specfile
+
+---

calling whatdependson for head-i586




Other differences:
--
++ busybox-static.spec ++
--- /var/tmp/diff_new_pack.NuudJL/_old  2011-09-21 16:56:22.0 +0200
+++ /var/tmp/diff_new_pack.NuudJL/_new  2011-09-21 16:56:22.0 +0200
@@ -24,7 +24,6 @@
 Summary:The Swiss Army Knife of Embedded Linux
 License:GPLv2+
 Group:  System/Base
-AutoReqProv:on
 Source: http://busybox.net/downloads/busybox-%{version}.tar.bz2
 Source1:BusyBox.1
 Source2:busybox.SuSE.config
@@ -43,7 +42,6 @@
 Patch101:   busybox-1.18.3-libarchive.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  uClibc-devel
-ExcludeArch:s390 s390x ppc64
 
 %description
 BusyBox combines tiny versions of many common UNIX utilities into a

++ busybox.spec ++
--- /var/tmp/diff_new_pack.NuudJL/_old  2011-09-21 16:56:22.0 +0200
+++ /var/tmp/diff_new_pack.NuudJL/_new  2011-09-21 16:56:22.0 +0200
@@ -24,7 +24,6 @@
 Summary:The Swiss Army Knife of Embedded Linux
 License:GPLv2+
 Group:  System/Base
-AutoReqProv:on
 Source: http://busybox.net/downloads/%{name}-%{version}.tar.bz2
 Source1:BusyBox.1
 Source2:busybox.SuSE.config






Remember to have fun...

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



commit ca-certificates-mozilla for openSUSE:Factory

2011-09-21 Thread h_root

Hello community,

here is the log from the commit of package ca-certificates-mozilla for 
openSUSE:Factory
checked in at Wed Sep 21 16:56:36 CEST 2011.




--- ca-certificates-mozilla/ca-certificates-mozilla.changes 2011-08-31 
11:03:51.0 +0200
+++ 
/mounts/work_src_done/STABLE/ca-certificates-mozilla/ca-certificates-mozilla.changes
2011-09-17 23:58:41.0 +0200
@@ -1,0 +2,5 @@
+Sat Sep 17 21:58:34 UTC 2011 - jeng...@medozas.de
+
+- Remove redundant tags/sections from specfile
+
+---

calling whatdependson for head-i586




Other differences:
--
++ ca-certificates-mozilla.spec ++
--- /var/tmp/diff_new_pack.k8eDkP/_old  2011-09-21 16:56:33.0 +0200
+++ /var/tmp/diff_new_pack.k8eDkP/_new  2011-09-21 16:56:33.0 +0200
@@ -15,7 +15,6 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 
 %bcond_with trustedcerts
 
@@ -25,7 +24,6 @@
 %define sslusrdir %{_datadir}/ca-certificates
 License:BSD3c(or similar) ; MPL 1.1/GPL 2.0/LGPL 2.1
 Group:  Productivity/Networking/Security
-AutoReqProv:on
 Version:1.76
 Release:1
 Summary:CA certificates for OpenSSL
@@ -33,6 +31,8 @@
 # IMPORTANT: procedure to update certificates:
 # - Check the CVS log of the cert file:
 #   
http://bonsai.mozilla.org/cvslog.cgi?file=mozilla/security/nss/lib/ckfw/builtins/certdata.txtrev=HEAD
+#   Alternatively hg:
+#   
http://hg.mozilla.org/releases/mozilla-release/file/tip/security/nss/lib/ckfw/builtins/certdata.txt
 # - download the new certdata.txt
 #   wget -O certdata.txt 
http://mxr.mozilla.org/mozilla/source//security/nss/lib/ckfw/builtins/certdata.txt?raw=1;
 # - run compareoldnew to show fingerprints of new and changed certificates
@@ -94,9 +94,6 @@
 done
 set -x
 
-%clean
-rm -rf %{buildroot}
-
 %post
 update-ca-certificates || true
 






Remember to have fun...

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



commit cachefilesd for openSUSE:Factory

2011-09-21 Thread h_root

Hello community,

here is the log from the commit of package cachefilesd for openSUSE:Factory
checked in at Wed Sep 21 16:56:48 CEST 2011.




--- cachefilesd/cachefilesd.changes 2011-06-06 10:33:44.0 +0200
+++ /mounts/work_src_done/STABLE/cachefilesd/cachefilesd.changes
2011-09-17 23:59:43.0 +0200
@@ -1,0 +2,6 @@
+Sat Sep 17 21:59:39 UTC 2011 - jeng...@medozas.de
+
+- Remove redundant tags/sections from specfile
+- Use %_smp_mflags for parallel build
+
+---

calling whatdependson for head-i586




Other differences:
--
++ cachefilesd.spec ++
--- /var/tmp/diff_new_pack.EoiX6n/_old  2011-09-21 16:56:43.0 +0200
+++ /var/tmp/diff_new_pack.EoiX6n/_new  2011-09-21 16:56:43.0 +0200
@@ -15,14 +15,12 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 
 
 Name:   cachefilesd
 License:GPL v2 or later
 Group:  System/Daemons
 PreReq: %insserv_prereq
-AutoReqProv:on
 Summary:CacheFiles userspace management daemon
 Version:0.9
 Release:13
@@ -37,19 +35,13 @@
 cachefilesd is a user-space management daemon for CacheFiles, a generic
 caching framework for mounted filesystems.
 
-
-
-Authors:
-
-David Howells dhowe...@redhat.com
-
 %prep
 %setup -q
 %patch1 -p1
 %patch2 -p1
 
 %build
-make CFLAGS=$RPM_OPT_FLAGS
+make CFLAGS=$RPM_OPT_FLAGS %{?_smp_mflags}
 
 %install
 make DESTDIR=$RPM_BUILD_ROOT install
@@ -68,9 +60,6 @@
 %restart_on_update cachefilesd
 %insserv_cleanup
 
-%clean
-[ $RPM_BUILD_ROOT != / ]  rm -rf $RPM_BUILD_ROOT
-
 %files
 %defattr(-, root, root)
 %doc README *.txt






Remember to have fun...

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



commit cecilia for openSUSE:Factory

2011-09-21 Thread h_root

Hello community,

here is the log from the commit of package cecilia for openSUSE:Factory
checked in at Wed Sep 21 16:57:30 CEST 2011.




--- cecilia/cecilia.changes 2008-09-17 14:00:11.0 +0200
+++ /mounts/work_src_done/STABLE/cecilia/cecilia.changes2011-09-18 
00:44:05.0 +0200
@@ -1,0 +2,5 @@
+Sat Sep 17 22:44:01 UTC 2011 - jeng...@medozas.de
+
+- Remove redundant tags/sections from specfile
+
+---

calling whatdependson for head-i586




Other differences:
--
++ cecilia.spec ++
--- /var/tmp/diff_new_pack.V4zNCV/_old  2011-09-21 16:57:25.0 +0200
+++ /var/tmp/diff_new_pack.V4zNCV/_new  2011-09-21 16:57:25.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package cecilia (Version 2.0.5)
+# spec file for package cecilia
 #
-# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 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,7 +15,6 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 
 
 Name:   cecilia
@@ -37,17 +36,6 @@
 %description
 Cecilia is a Tcl/Tk front-end for the Csound sound synthesis program.
 
-
-
-Authors:
-
-Alexandre Burton
-Jean Pich�
-Dave Philips
-Bill Beck
-Hans-Christoph Steiner
-Stephan Bourgeois
-
 %prep
 %setup -q
 %patch1
@@ -68,9 +56,6 @@
 %fdupes -s $RPM_BUILD_ROOT/%_mandir
 %fdupes $RPM_BUILD_ROOT
 
-%clean
-[ $RPM_BUILD_ROOT != / -a -d $RPM_BUILD_ROOT ]  rm -rf $RPM_BUILD_ROOT
-
 %files
 %defattr(-, root, root)
 %doc COPYING README TODO






Remember to have fun...

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



commit cgdb for openSUSE:Factory

2011-09-21 Thread h_root

Hello community,

here is the log from the commit of package cgdb for openSUSE:Factory
checked in at Wed Sep 21 16:57:39 CEST 2011.




--- cgdb/cgdb.changes   2011-09-07 09:47:17.0 +0200
+++ /mounts/work_src_done/STABLE/cgdb/cgdb.changes  2011-09-18 
00:48:41.0 +0200
@@ -1,0 +2,6 @@
+Sat Sep 17 22:48:35 UTC 2011 - jeng...@medozas.de
+
+- Remove redundant tags/sections from specfile
+- Use %_smp_mflags for parallel build
+
+---

calling whatdependson for head-i586




Other differences:
--
++ cgdb.spec ++
--- /var/tmp/diff_new_pack.SJ36CW/_old  2011-09-21 16:57:36.0 +0200
+++ /var/tmp/diff_new_pack.SJ36CW/_new  2011-09-21 16:57:36.0 +0200
@@ -1,25 +1,6 @@
-#
-# spec file for package cgdb
-#
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
-#
-# All modifications and additions to the file contributed by third parties
-# remain the property of their copyright owners, unless otherwise agreed
-# upon. The license for this file, and modifications and additions to the
-# file, is the same license as for the pristine package itself (unless the
-# license for the pristine package is not an Open Source License, in which
-# case the license is the MIT License). An Open Source License is a
-# license that conforms to the Open Source Definition (Version 1.9)
-# published by the Open Source Initiative.
-
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
-#
-
-
-
 Name:   cgdb
 Version:0.6.6
-Release:1
+Release:2
 License:GPL
 Summary:Curses debugger
 Url:http://cgdb.sourceforge.net
@@ -32,7 +13,7 @@
 Requires(pre):  %install_info_prereq
 Requires:   gdb
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-AutoReq:on
+Autoreq:on
 
 %description
 CGDB is a curses (terminal-based) interface to the GNU Debugger (GDB). Its goal
@@ -48,14 +29,11 @@
 
 %build
 %configure
-make
+make %{?_smp_mflags}
 
 %install
 %make_install
 
-%clean
-rm -rf %{buildroot}
-
 %post
 %install_info --info-dir=%{_infodir} %{_infodir}/%{name}.info.gz
 
@@ -70,4 +48,3 @@
 %{_mandir}/man1/cgdb.1.gz
 %{_infodir}/cgdb.info.gz
 %dir %{_datadir}/cgdb
-%changelog






Remember to have fun...

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



commit coccinelle for openSUSE:Factory

2011-09-21 Thread h_root

Hello community,

here is the log from the commit of package coccinelle for openSUSE:Factory
checked in at Wed Sep 21 16:58:07 CEST 2011.




--- coccinelle/coccinelle.changes   2011-01-20 21:23:39.0 +0100
+++ /mounts/work_src_done/STABLE/coccinelle/coccinelle.changes  2011-09-20 
17:13:51.0 +0200
@@ -1,0 +2,12 @@
+Sun Jul 10 19:08:55 UTC 2011 - jeng...@medozas.de
+
+- Update to new upstream release 1.0.0
+* Addition of initializer list metavariables.
+* Allow multiple position variables per token
+* ++ can now be associated with - code
+* Allow /* */ comments as smpl comments, not only as + code
+* Add support for  (label addresses)
+* local idexpression metavariable no longer matches static local x
+* see http://coccinelle.lip6.fr/distrib/changes.html for details
+
+---

calling whatdependson for head-i586


Old:

  cocci-cast.diff
  cocci-pythondetect.diff
  coccinelle-0.2.5-rc2.tar.xz

New:

  coccinelle-1.0.0-rc7.tar.xz



Other differences:
--
++ coccinelle.spec ++
--- /var/tmp/diff_new_pack.Ye9LvV/_old  2011-09-21 16:58:03.0 +0200
+++ /var/tmp/diff_new_pack.Ye9LvV/_new  2011-09-21 16:58:03.0 +0200
@@ -18,18 +18,16 @@
 
 
 Name:   coccinelle
-Version:0.2.5
-Release:1
+Version:1.0.0
+Release:0
 Summary:Semantic patch utility
 License:GPL2
 Group:  Productivity/Text/Utilities
-Url:http://coccinelle.lip6.fr/
-%define rversion   %version-rc2
+URL:http://coccinelle.lip6.fr/
+%define rversion   %version-rc7
 Source: %name-%rversion.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  ncurses-devel ocaml python-devel xz
-Patch1: cocci-cast.diff
-Patch2: cocci-pythondetect.diff
 
 %description
 Coccinelle is a program matching and transformation engine which
@@ -45,7 +43,6 @@
 
 %prep
 %setup -qn %name-%rversion
-%patch -P 1 -P 2 -p1
 
 %build
 # not autotools configure, don't use macro
@@ -62,12 +59,10 @@
 debugsources.list
 
 b=%buildroot
-rm -Rf $b
-mkdir $b
 make install DESTDIR=$b MANDIR=%_mandir LIBDIR=%_libdir
-
-%clean
-rm -rf %{buildroot}
+# Remove coccilib, don't have the deps
+rm -Rf $b/%_datadir/%name/{commons,globals,ocaml,parsing_c} \
+   $b/%_mandir/man3/Coccilib*;
 
 %files
 %defattr(-,root,root)






Remember to have fun...

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



commit compat-openssl097g for openSUSE:Factory

2011-09-21 Thread h_root

Hello community,

here is the log from the commit of package compat-openssl097g for 
openSUSE:Factory
checked in at Wed Sep 21 16:58:29 CEST 2011.




--- compat-openssl097g/compat-openssl097g.changes   2010-01-27 
03:00:46.0 +0100
+++ /mounts/work_src_done/STABLE/compat-openssl097g/compat-openssl097g.changes  
2011-09-18 01:44:13.0 +0200
@@ -1,0 +2,5 @@
+Sat Sep 17 23:44:08 UTC 2011 - jeng...@medozas.de
+
+- Remove redundant tags/sections from specfile
+
+---

calling whatdependson for head-i586




Other differences:
--
++ compat-openssl097g.spec ++
--- /var/tmp/diff_new_pack.q6E5bi/_old  2011-09-21 16:58:18.0 +0200
+++ /var/tmp/diff_new_pack.q6E5bi/_new  2011-09-21 16:58:18.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package compat-openssl097g (Version 0.9.7g)
+# spec file for package compat-openssl097g
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 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,7 +15,6 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 
 
 Name:   compat-openssl097g
@@ -25,7 +24,6 @@
 License:BSD3c(or similar)
 Group:  Productivity/Networking/Security
 Provides:   openssl:/usr/lib/libssl.so.0.9.7 
openssl:/usr/lib64/libssl.so.0.9.7
-AutoReqProv:on
 # bug437293
 %ifarch ppc64
 Obsoletes:  compat-openssl097g-64bit
@@ -76,19 +74,6 @@
 Apache-style licence which basically means that you are free to get and
 use it for commercial and non-commercial purposes.
 
-
-
-Authors:
-
-Mark J. Cox m...@openssl.org
-Ralf S. Engelschall r...@openssl.org
-Dr. Stephen Henson st...@openssl.org
-Ben Laurie b...@openssl.org
-Bodo Moeller b...@openssl.org
-Ulf Moeller u...@openssl.org
-Holger Reif hol...@openssl.org
-Paul C. Sutton p...@openssl.org
-
 %prep
 %setup -q -n openssl-%version
 %patch0 -p1
@@ -193,9 +178,6 @@
 install -m 755 libssl.so.%{num_version} ${RPM_BUILD_ROOT}%{_libdir}/
 install -m 755 libcrypto.so.%{num_version} ${RPM_BUILD_ROOT}%{_libdir}/
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %post -p /sbin/ldconfig
 
 %postun -p /sbin/ldconfig






Remember to have fun...

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



commit corosync for openSUSE:Factory

2011-09-21 Thread h_root

Hello community,

here is the log from the commit of package corosync for openSUSE:Factory
checked in at Wed Sep 21 16:58:45 CEST 2011.




--- corosync/corosync.changes   2011-02-08 14:42:20.0 +0100
+++ /mounts/work_src_done/STABLE/corosync/corosync.changes  2011-09-20 
15:51:21.0 +0200
@@ -1,0 +2,57 @@
+Tue Sep 20 13:15:22 UTC 2011 - tser...@suse.com
+
+- Changes since corosync 1.4.1 stable release:
+* Resolve a deadlock between the timer and serialize locks.
+* totemconfig: change minimum RRP threshold
+* Ignore memb_join messages during flush operations
+* rrp: Higher threshold in passive mode for mcast (bnc#712037)
+* rrp: Handle endless loop if all ifaces are faulty (bnc#712037)
+* A CPG client can sometimes lockup if the local node is in the downlist
+* Handle errors from totem_mcast
+* coroipcc: use malloc for path in service_connect
+* Version cs: 23112099e1c2b620e6976ca099d2b9afc80721aa
+- corosync 1.4.1 stable release:
+* main: let poll really stop before totempg_finalize
+* totemsrp: fix buffer overflows for large clusters ( 100 nodes)
+* rrp: Handle rollower in passive rrp properly
+* rrp: handle rollover in active rrp properly
+* totemconfig: Change default FAIL_TO_RECV_CONST
+* Fix problem where corosync will segfault if there are gaps in recovery
+  queue
+* cpgtool/cfgtool: print list of IP with space between items
+* RRP: redundant ring automatic recovery (fate#310284)
+* fix typos in cpg_mcast_joined.3 and cpg_zcb_mcast_joined.3
+* Remove spinlocks
+* confdb: Resolve dispatch deadlock
+* RRP: Fix ring initialization issue for UDPU mode
+* crypto: rng_make_prng prevent buf overflow
+* cpg: do_proc_join change list_slice to list_add
+* totemudp: memset of proper size
+* coroipcs: init buf in coroipcs_handler_dispatch
+* iazc: Reduce number of mem alloc and memcpy
+* coroipcc: Fix unhandled BSD EOF in coroipcc_dispatch_get()
+* cpg: fix sync master selection when one node paused
+* totemsrp: Enhance mcast failure detection
+* coroipcs: Deny connect to service without initfn
+* Add ipc_refcnt to message_handler_req_{exec, lib}_cfg_ringreenable()
+- corosync 1.3.1 release:
+* corosync crashing when a network becomes disrupted and then restored
+  (bnc#685241)
+* Align IPC on 8 byte boundaries for performance and avoid bus errors.
+* Provide better checking of the message type.
+* totemsrp: free messages originated in recovery rather then rely on
+  messages_free
+* Resolve abort during simulatenous stopping of at least 4 nodes.
+* Don't assert when ring id file is less then 8 bytes (possibly after
+  local fs problems).
+* Handle delayed multicast packets that occur with switches.
+* CPG: make sure coroipcc_service_disconnect() is always called.
+* Fix abort when token is lost in RECOVERY state (bnc#69)
+
+---
+Sat Sep 17 23:53:47 UTC 2011 - jeng...@medozas.de
+
+- Remove redundant tags/sections from specfile
+- Add baselibs configuration
+
+---

calling whatdependson for head-i586


Old:

  corosync-1.3.0.tar.gz
  corosync-trunk-reset-pause-timestamp-on-events.patch

New:

  baselibs.conf
  corosync-1.4.1.tar.bz2



Other differences:
--
++ corosync.spec ++
--- /var/tmp/diff_new_pack.eZARAO/_old  2011-09-21 16:58:39.0 +0200
+++ /var/tmp/diff_new_pack.eZARAO/_new  2011-09-21 16:58:39.0 +0200
@@ -15,7 +15,6 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 
 %if 0%{?sles_version} == 11 
 %ifnarch s390 s390x 
@@ -28,15 +27,15 @@
 
 Name:   corosync
 Summary:The Corosync Cluster Engine and Application Programming 
Interfaces
-Version:1.3.0
-Release:1
+Version:1.4.1
+Release:0
 License:BSD3c
-Group:  System Environment/Base
-Url:http://www.openais.org
-Source0:
http://developer.osdl.org/dev/openais/downloads/%{name}-%{version}/%{name}-%{version}.tar.gz
+Group:  Productivity/Clustering/HA
+Url:http://www.corosync.org
+Source0:
http://developer.osdl.org/dev/openais/downloads/%{name}-%{version}/%{name}-%{version}.tar.bz2
+Source2:baselibs.conf
 Patch1: corosync-confexample-timestamp.patch
 Patch2: corosync-revert-cs2429.patch
-Patch3: corosync-trunk-reset-pause-timestamp-on-events.patch
 Patch4: corosync.conf.example.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 # Runtime bits
@@ -45,9 +44,9 @@
 Requires(post): /sbin/chkconfig
 Requires(preun): /sbin/chkconfig
 Conflicts:  openais = 0.89, libopenais2 = 0.89, libopenais-devel = 0.89
-%define buildtrunk 0
+%define buildtrunk 1
 %{?_with_buildtrunk: %define buildtrunk 1}
-%if %{buildtrunk}
+%if 0%{?buildtrunk} == 1
 BuildRequires:  autoconf automake
 %endif
 

commit createrepo for openSUSE:Factory

2011-09-21 Thread h_root

Hello community,

here is the log from the commit of package createrepo for openSUSE:Factory
checked in at Wed Sep 21 16:58:58 CEST 2011.




--- createrepo/createrepo.changes   2011-01-14 16:53:34.0 +0100
+++ /mounts/work_src_done/STABLE/createrepo/createrepo.changes  2011-09-18 
01:59:29.0 +0200
@@ -1,0 +2,5 @@
+Sat Sep 17 23:59:26 UTC 2011 - jeng...@medozas.de
+
+- Remove redundant tags/sections from specfile
+
+---

calling whatdependson for head-i586




Other differences:
--
++ createrepo.spec ++
--- /var/tmp/diff_new_pack.xFOWZR/_old  2011-09-21 16:58:53.0 +0200
+++ /var/tmp/diff_new_pack.xFOWZR/_new  2011-09-21 16:58:53.0 +0200
@@ -15,7 +15,6 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 
 
 Name:   createrepo
@@ -55,12 +54,6 @@
 This utility generates a common metadata repository from a directory of
 RPM packages.
 
-
-
-Authors:
-
-Seth Vidal skvi...@phy.duke.edu
-
 %prep
 %setup -q
 %patch0
@@ -98,9 +91,6 @@
 %endif
 make install DESTDIR=$RPM_BUILD_ROOT sysconfdir=/etc
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %files
 %defattr(-, root, root)
 %doc ChangeLog README






Remember to have fun...

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



commit cscope for openSUSE:Factory

2011-09-21 Thread h_root

Hello community,

here is the log from the commit of package cscope for openSUSE:Factory
checked in at Wed Sep 21 16:59:09 CEST 2011.




--- cscope/cscope.changes   2011-06-22 20:37:43.0 +0200
+++ /mounts/work_src_done/STABLE/cscope/cscope.changes  2011-09-18 
02:03:45.0 +0200
@@ -1,0 +2,6 @@
+Sun Sep 18 00:03:41 UTC 2011 - jeng...@medozas.de
+
+- Remove redundant tags/sections from specfile
+- Use %_smp_mflags for parallel build
+
+---

calling whatdependson for head-i586




Other differences:
--
++ cscope.spec ++
--- /var/tmp/diff_new_pack.AlTGy0/_old  2011-09-21 16:59:05.0 +0200
+++ /var/tmp/diff_new_pack.AlTGy0/_new  2011-09-21 16:59:05.0 +0200
@@ -52,7 +52,7 @@
 %build
 %{?suse_update_config:%{suse_update_config}}
 %configure
-make
+make %{?_smp_mflags}
 
 %install
 mkdir -p %{buildroot}%{_bindir}
@@ -64,9 +64,6 @@
 %make_install
 popd
 
-%clean
-rm -rf %{buildroot}
-
 %files
 %defattr(-,root,root)
 %doc TODO COPYING ChangeLog AUTHORS README NEWS INSTALL






Remember to have fun...

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



commit ctags for openSUSE:Factory

2011-09-21 Thread h_root

Hello community,

here is the log from the commit of package ctags for openSUSE:Factory
checked in at Wed Sep 21 16:59:32 CEST 2011.




--- ctags/ctags.changes 2011-08-02 17:35:31.0 +0200
+++ /mounts/work_src_done/STABLE/ctags/ctags.changes2011-09-18 
02:07:12.0 +0200
@@ -1,0 +2,5 @@
+Sun Sep 18 00:06:54 UTC 2011 - jeng...@medozas.de
+
+- Remove redundant tags/sections from specfile
+
+---

calling whatdependson for head-i586




Other differences:
--
++ ctags.spec ++
--- /var/tmp/diff_new_pack.Tz7dnE/_old  2011-09-21 16:59:20.0 +0200
+++ /var/tmp/diff_new_pack.Tz7dnE/_new  2011-09-21 16:59:20.0 +0200
@@ -79,9 +79,6 @@
 ln -sf etags.1.gz %{buildroot}%{_mandir}/man1/gnuctags.1.gz
 install -m 644 ETAGS.README %{buildroot}%{_docdir}/ctags
 
-%clean
-rm -rf %{buildroot}
-
 %files
 %defattr(-,root,root)
 %{_bindir}/ctags






Remember to have fun...

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



commit cyrus-imapd for openSUSE:Factory

2011-09-21 Thread h_root

Hello community,

here is the log from the commit of package cyrus-imapd for openSUSE:Factory
checked in at Wed Sep 21 16:59:50 CEST 2011.




--- cyrus-imapd/cyrus-imapd.changes 2011-09-18 02:14:32.0 +0200
+++ /mounts/work_src_done/STABLE/cyrus-imapd/cyrus-imapd.changes
2011-09-21 11:35:51.0 +0200
@@ -1,0 +2,9 @@
+Wed Sep 21 09:34:04 UTC 2011 - rha...@suse.de
+
+- Update to 2.3.17. Only change:
+  * includes the nntpd bufferoverflow patch
+- Refreshed KOLAB patches
+- Fixed a potential DoS bug, when server-side threading is used
+  (bnc#718428)
+
+---

calling whatdependson for head-i586


Old:

  KOLAB_cyrus-imapd-2.3.16_Cyradm_Annotations.patch
  KOLAB_cyrus-imapd-2.3.16_Folder-names.patch
  KOLAB_cyrus-imapd-2.3.16_Groups2.patch
  KOLAB_cyrus-imapd-2.3.16_Logging.patch
  KOLAB_cyrus-imapd-2.3.16_UID.patch
  KOLAB_cyrus-imapd-2.3.16_cross-domain-acls.patch
  KOLAB_cyrus-imapd-2.3.16_timsieved_starttls-sendcaps.patch
  auth_krb5-sentinel.patch
  cyrus-imapd-2.3.16.tar.bz2
  cyrus-imapd-STARTTLS-plaintext-command-injection.patch
  cyrus-imapd-libdb-4_8.patch
  cyrus-imapd_nntp-overflow.dif
  murder-backend-empty-mechlist.patch

New:

  KOLAB_cyrus-imapd-2.3.17_Cyradm_Annotations.patch
  KOLAB_cyrus-imapd-2.3.17_Folder-names.patch
  KOLAB_cyrus-imapd-2.3.17_Groups2.patch
  KOLAB_cyrus-imapd-2.3.17_Logging.patch
  KOLAB_cyrus-imapd-2.3.17_UID.patch
  KOLAB_cyrus-imapd-2.3.17_cross-domain-acls.patch
  KOLAB_cyrus-imapd-2.3.17_timsieved_starttls-sendcaps.patch
  cyrus-imapd-2.3.17.tar.gz
  cyrus-imapd_references_header-dos.dif



Other differences:
--
++ cyrus-imapd.spec ++
--- /var/tmp/diff_new_pack.h9noIn/_old  2011-09-21 16:59:44.0 +0200
+++ /var/tmp/diff_new_pack.h9noIn/_new  2011-09-21 16:59:44.0 +0200
@@ -42,7 +42,7 @@
 
 %endif
 
-BuildRequires:  bison cyrus-sasl-devel db-devel drac ed flex krb5-devel 
openslp-devel openssl-devel opie pwdutils tcpd-devel
+BuildRequires:  bison cyrus-sasl-devel db-devel drac ed flex krb5-devel 
openslp-devel openssl-devel opie perl-Digest-SHA1 pwdutils tcpd-devel
 Url:http://cyrusimap.web.cmu.edu/
 License:BSD3c(or similar)
 Group:  Productivity/Networking/Email/Servers
@@ -55,27 +55,23 @@
 Conflicts:  cyrus-imapd-kolab
 %endif
 Summary:The Cyrus IMAP and POP Mail Server
-Version:2.3.16
+Version:2.3.17
 Release:22
-Source: %{prjname}-%{version}.tar.bz2
+Source: %{prjname}-%{version}.tar.gz
 Source1:cyrus-imapd-rc.tar.gz
 Source2:DB_CONFIG
 # The autocreate Patchset is maintained at:
 # http://email.uoa.gr/projects/cyrus/autocreate/
 Patch1: cyrus-imapd-2.3.16-autocreate-0.10-0.drac.diff
-Patch3: auth_krb5-sentinel.patch
 Patch4: luser_relay.patch
 Patch5: user_deny_db-once.patch
-Patch6: murder-backend-empty-mechlist.patch
 Patch7: syslog-facility-doc.patch
 Patch10:cyrus-imapd-openslp.patch
 Patch12:pie.patch
 Patch18:cyrus-imapd-perl-path.patch
-Patch19:cyrus-imapd-libdb-4_8.patch
 Patch20:cyrus-imapd-perl-5.14.patch
-Patch21:cyrus-imapd-STARTTLS-plaintext-command-injection.patch
 Patch22:cyrus-imapd_tls-session-leak.dif
-Patch23:cyrus-imapd_nntp-overflow.dif
+Patch23:cyrus-imapd_references_header-dos.dif
 
 %if %{with_kolab}
 # KOLAB_cyrus-imapd patches are maintained at
@@ -152,17 +148,13 @@
 %setup -q -a 1 -n %{prjname}-%{version}
 patch -s -p0  contrib/drac_auth.patch
 %patch1 -p1
-%patch3 -p1
 %patch4 -p1
 %patch5 -p1
-%patch6 -p1
 %patch7 -p1
 %patch10
 %patch12 -p1
 %patch18
-%patch19 -p1
 %patch20 -p1
-%patch21 -p1
 %patch22 -p1
 %patch23 -p1
 

++ KOLAB_cyrus-imapd-2.3.16_Cyradm_Annotations.patch - 
KOLAB_cyrus-imapd-2.3.17_Cyradm_Annotations.patch ++

++ KOLAB_cyrus-imapd-2.3.16_Folder-names.patch - 
KOLAB_cyrus-imapd-2.3.17_Folder-names.patch ++
--- cyrus-imapd/KOLAB_cyrus-imapd-2.3.16_Folder-names.patch 2010-02-24 
22:11:06.0 +0100
+++ 
/mounts/work_src_done/STABLE/cyrus-imapd/KOLAB_cyrus-imapd-2.3.17_Folder-names.patch
2011-09-21 11:35:45.0 +0200
@@ -1,16 +1,17 @@
 Modifies the set of accepted characters in folder names for the cyrus imapd 
server [Version: 2.3.9]
 
-diff -r 17e54b46d7b6 imap/mboxname.c
 a/imap/mboxname.c  Mon Oct 27 18:44:56 2008 +0100
-+++ b/imap/mboxname.c  Mon Oct 27 18:47:11 2008 +0100
-@@ -713,8 +713,10 @@
+Index: cyrus-imapd-2.3.17/imap/mboxname.c
+===
+--- cyrus-imapd-2.3.17.orig/imap/mboxname.c
 cyrus-imapd-2.3.17/imap/mboxname.c
+@@ -720,8 +720,10 @@ int mboxname_netnewscheck(char *name)
  /*
   * Apply site policy restrictions on mailbox names.
   * Restrictions are hardwired for now.

commit dar for openSUSE:Factory

2011-09-21 Thread h_root

Hello community,

here is the log from the commit of package dar for openSUSE:Factory
checked in at Wed Sep 21 17:00:05 CEST 2011.




--- dar/dar.changes 2011-08-02 13:21:54.0 +0200
+++ /mounts/work_src_done/STABLE/dar/dar.changes2011-09-18 
19:28:47.0 +0200
@@ -1,0 +2,7 @@
+Sun Sep 18 17:17:12 UTC 2011 - jeng...@medozas.de
+
+- Remove redundant tags/sections from specfile
+  (cf. packaging guidelines)
+- Use %_smp_mflags for parallel build
+
+---

calling whatdependson for head-i586




Other differences:
--
++ dar.spec ++
--- /var/tmp/diff_new_pack.SxIn45/_old  2011-09-21 16:59:59.0 +0200
+++ /var/tmp/diff_new_pack.SxIn45/_new  2011-09-21 16:59:59.0 +0200
@@ -38,12 +38,6 @@
 with the libdar library (for example, with KDar, a KDE application).
 This package contains the command line tools and documentation.
 
-
-
-Authors:
-
-Denis Corbin dar.li...@free.fr
-
 %package -n libdar-4
 License:GPLv2+
 Summary:Backup and Restore Application
@@ -62,12 +56,6 @@
 
 This package contains the library used by Dar and KDar.
 
-
-
-Authors:
-
-Denis Corbin dar.li...@free.fr
-
 %package -n libdar-devel
 License:GPLv2+
 Summary:Backup and Restore Application
@@ -86,12 +74,6 @@
 
 This package contains the library used by Dar and KDar.
 
-
-
-Authors:
-
-Denis Corbin dar.li...@free.fr
-
 %prep
 %setup -q
 %patch
@@ -101,7 +83,7 @@
 %configure --with-pic --datadir=%_defaultdocdir \
 --enable-largefile \
 --disable-dar-static
-%{__make} %{?jobs:-j%jobs}
+make %{?_smp_mflags}
 
 %install
 make DESTDIR=$RPM_BUILD_ROOT install
@@ -119,9 +101,6 @@
 mv $RPM_BUILD_ROOT/%_defaultdocdir/%name/samples/* 
$RPM_BUILD_ROOT/%_defaultdocdir/%name/examples
 %find_lang %name
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %post -n libdar-4 -p /sbin/ldconfig
 
 %postun -n libdar-4 -p /sbin/ldconfig






Remember to have fun...

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



commit deb for openSUSE:Factory

2011-09-21 Thread h_root

Hello community,

here is the log from the commit of package deb for openSUSE:Factory
checked in at Wed Sep 21 17:00:21 CEST 2011.




--- deb/deb.changes 2011-03-31 14:55:28.0 +0200
+++ /mounts/work_src_done/STABLE/deb/deb.changes2011-09-18 
19:29:30.0 +0200
@@ -1,0 +2,7 @@
+Sun Sep 18 17:17:12 UTC 2011 - jeng...@medozas.de
+
+- Remove redundant tags/sections from specfile
+  (cf. packaging guidelines)
+- Use %_smp_mflags for parallel build
+
+---
update-alternatives.changes: same change

calling whatdependson for head-i586




Other differences:
--
++ deb.spec ++
--- /var/tmp/diff_new_pack.OsTMTS/_old  2011-09-21 17:00:12.0 +0200
+++ /var/tmp/diff_new_pack.OsTMTS/_new  2011-09-21 17:00:12.0 +0200
@@ -15,7 +15,6 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 
 %define admindir %{_localstatedir}/lib/rpm/
 %define debhelper_ver 8.1.2
@@ -90,7 +89,6 @@
 License:GPLv2+
 Summary:Development files for dpkg
 Group:  Development/Libraries/C and C++
-AutoReqProv:on
 Requires:   %{name} = %{version}
 
 %description devel
@@ -129,7 +127,6 @@
--disable-compiler-warnings \
 %endif
--localstatedir=%{_localstatedir}/lib\
-   --libdir=%{_libdir} \
 --with-admindir=%{_var}/lib/dpkg 
 
 # configure somehow does not detect architecture correctly in OBS 
(bnc#469337), so 
@@ -234,9 +231,6 @@
 %fdupes %{buildroot}
 %endif
 
-%clean
-rm -rf %{buildroot}
-
 %post
 cd %{_localstatedir}/lib/dpkg
 for f in diversions statoverride status ; do

++ update-alternatives.spec ++
--- /var/tmp/diff_new_pack.OsTMTS/_old  2011-09-21 17:00:12.0 +0200
+++ /var/tmp/diff_new_pack.OsTMTS/_new  2011-09-21 17:00:12.0 +0200
@@ -15,7 +15,6 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 
 %define admindir %{_localstatedir}/lib/rpm/
 %define debhelper_ver 8.1.2
@@ -70,8 +69,8 @@
 %{configure} \
 --with-admindir=%{admindir}
 
-make -C lib/compat
-make -C utils/
+make -C lib/compat %{?_smp_mflags}
+make -C utils/ %{?_smp_mflags}
 
 %install
 %{__install} -d -m 0755 %{buildroot}/%{_sbindir}/
@@ -85,9 +84,6 @@
 
 touch %{buildroot}/%{_localstatedir}/log/%{name}.log
 
-%clean
-%{__rm} -rf %{buildroot}
-
 %files
 %defattr(-,root,root,-)
 %doc COPYING






Remember to have fun...

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



commit docbook-xsl-stylesheets for openSUSE:Factory

2011-09-21 Thread h_root

Hello community,

here is the log from the commit of package docbook-xsl-stylesheets for 
openSUSE:Factory
checked in at Wed Sep 21 17:00:39 CEST 2011.




--- docbook-xsl-stylesheets/docbook-xsl-stylesheets.changes 2011-09-18 
19:33:43.0 +0200
+++ 
/mounts/work_src_done/STABLE/docbook-xsl-stylesheets/docbook-xsl-stylesheets.changes
2011-09-21 12:32:56.0 +0200
@@ -1,0 +2,6 @@
+Wed Sep 21 10:32:26 UTC 2011 - co...@suse.com
+
+- remove ruby requires, there is nothing in here using ruby and
+  ruby needs this package indirectly - creating a build cycle
+
+---

calling whatdependson for head-i586




Other differences:
--
++ docbook-xsl-stylesheets.spec ++
--- /var/tmp/diff_new_pack.Y3VR55/_old  2011-09-21 17:00:33.0 +0200
+++ /var/tmp/diff_new_pack.Y3VR55/_new  2011-09-21 17:00:33.0 +0200
@@ -22,12 +22,10 @@
 Name:   docbook-xsl-stylesheets
 Summary:XSL Stylesheets for DocBook 4
 BuildRequires:  fdupes sgml-skel unzip
-BuildRequires:  ruby
 License:MPL and X11
 Group:  Productivity/Publishing/DocBook
 BuildArch:  noarch
 Requires:   xmlcharent docbook_4
-Requires:   ruby
 PreReq: sgml-skel %{regcat} /usr/bin/xmlcatalog
 Version:1.76.1
 Release:1






Remember to have fun...

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



commit dvbsnoop for openSUSE:Factory

2011-09-21 Thread h_root

Hello community,

here is the log from the commit of package dvbsnoop for openSUSE:Factory
checked in at Wed Sep 21 17:01:03 CEST 2011.




--- dvbsnoop/dvbsnoop.changes   2010-01-20 21:59:44.0 +0100
+++ /mounts/work_src_done/STABLE/dvbsnoop/dvbsnoop.changes  2011-09-18 
19:34:38.0 +0200
@@ -1,0 +2,7 @@
+Sun Sep 18 17:17:12 UTC 2011 - jeng...@medozas.de
+
+- Remove redundant tags/sections from specfile
+  (cf. packaging guidelines)
+- Use %_smp_mflags for parallel build
+
+---

calling whatdependson for head-i586




Other differences:
--
++ dvbsnoop.spec ++
--- /var/tmp/diff_new_pack.RYCB6p/_old  2011-09-21 17:00:58.0 +0200
+++ /var/tmp/diff_new_pack.RYCB6p/_new  2011-09-21 17:00:58.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package dvbsnoop (Version 1.4.50)
+# spec file for package dvbsnoop
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 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,7 +15,6 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 
 
 Name:   dvbsnoop
@@ -23,7 +22,6 @@
 Release:1
 License:GPL
 Group:  Development/Tools/Other
-AutoReqProv:on
 Summary:DVB / MPEG stream analyzer program
 Url:http://dvbsnoop.sourceforge.net/
 Source: 
http://downloads.sourceforge.net/project/dvbsnoop/dvbsnoop/dvbsnoop-1.4.50/dvbsnoop-1.4.50.tar.bz2
@@ -45,7 +43,7 @@
 
 %build
 %configure
-make %{?jobs:-j%jobs}
+make %{?_smp_mflags}
 
 %install
 %makeinstall






Remember to have fun...

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



commit dvbstream for openSUSE:Factory

2011-09-21 Thread h_root

Hello community,

here is the log from the commit of package dvbstream for openSUSE:Factory
checked in at Wed Sep 21 17:01:13 CEST 2011.




--- dvbstream/dvbstream.changes 2009-11-03 20:17:09.0 +0100
+++ /mounts/work_src_done/STABLE/dvbstream/dvbstream.changes2011-09-18 
19:34:41.0 +0200
@@ -1,0 +2,7 @@
+Sun Sep 18 17:17:12 UTC 2011 - jeng...@medozas.de
+
+- Remove redundant tags/sections from specfile
+  (cf. packaging guidelines)
+- Use %_smp_mflags for parallel build
+
+---

calling whatdependson for head-i586




Other differences:
--
++ dvbstream.spec ++
--- /var/tmp/diff_new_pack.LTtTI1/_old  2011-09-21 17:01:09.0 +0200
+++ /var/tmp/diff_new_pack.LTtTI1/_new  2011-09-21 17:01:09.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package dvbstream (Version 0.6)
+# spec file for package dvbstream
 #
-# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 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
@@ -23,7 +23,6 @@
 License:GPL v2 or later
 Group:  Productivity/Networking/Other
 #Requires: xforms
-AutoReqProv:on
 Version:0.6
 Release:139
 Summary:Broadcasts a DVB Stream over the Network
@@ -39,14 +38,6 @@
 stream to stdout, for example, for local software decoding when using
 DVB cards without a hardware MPEG decoder.
 
-
-
-Authors:
-
-Dave Chapman d...@dchapman.com
-Stephen Davies st...@daviesfam.org
-Guenter Wildmann a8909...@unet.univie.ac.at
-
 %prep
 %setup -n dvbstream-cvs
 rm -rf TELNET/CVS
@@ -54,7 +45,7 @@
 %patch1 -p1
 
 %build
-make
+make %{?_smp_mflags}
 
 %install
 bins=dvbstream dumprtp rtpfeed ts_filter






Remember to have fun...

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



commit dvgrab for openSUSE:Factory

2011-09-21 Thread h_root

Hello community,

here is the log from the commit of package dvgrab for openSUSE:Factory
checked in at Wed Sep 21 17:01:27 CEST 2011.




--- dvgrab/dvgrab.changes   2011-05-27 12:46:59.0 +0200
+++ /mounts/work_src_done/STABLE/dvgrab/dvgrab.changes  2011-09-18 
19:34:49.0 +0200
@@ -1,0 +2,6 @@
+Sun Sep 18 17:17:12 UTC 2011 - jeng...@medozas.de
+
+- Remove redundant tags/sections from specfile
+  (cf. packaging guidelines)
+
+---

calling whatdependson for head-i586




Other differences:
--
++ dvgrab.spec ++
--- /var/tmp/diff_new_pack.MNalgN/_old  2011-09-21 17:01:21.0 +0200
+++ /var/tmp/diff_new_pack.MNalgN/_new  2011-09-21 17:01:21.0 +0200
@@ -53,9 +53,6 @@
 %install
 %makeinstall
 
-%clean
-rm -rf %{buildroot}
-
 %files
 %defattr(-,root,root)
 %doc AUTHORS COPYING ChangeLog README TODO






Remember to have fun...

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



commit eclipse-swt for openSUSE:Factory

2011-09-21 Thread h_root

Hello community,

here is the log from the commit of package eclipse-swt for openSUSE:Factory
checked in at Wed Sep 21 17:02:41 CEST 2011.




New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ /mounts/work_src_done/STABLE/eclipse-swt/eclipse-swt.changes
2011-09-20 16:44:26.0 +0200
@@ -0,0 +1,5 @@
+---
+Sun Sep  20 16:40:49 UTC 2011 - em...@users.berlios.de
+
+- initial openSUSE package for eclipse-swt (3.7 version)
+

calling whatdependson for head-i586


New:

  eclipse-swt.changes
  eclipse-swt.spec
  swt-3.7-gtk-linux-x86.zip
  swt-3.7-gtk-linux-x86_64.zip



Other differences:
--
++ eclipse-swt.spec ++
#
# spec file for package eclipse-swt
#
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#

 
Name:   eclipse-swt
Summary:SWT Library for GTK2
Version:3.7
Release:0
License:PERMISSIVE-OSI-COMPLIANT ; Eclipse Public License, see 
http://www.eclipse.org/legal/
Summary:SWT Library for GTK2
Group:  Development/Tools/IDE
Url:http://www.eclipse.org/swt/
%ifarch i586 
Source0:swt-3.7-gtk-linux-x86.zip
%endif
%ifarch x86_64
Source0:swt-3.7-gtk-linux-x86_64.zip
%endif
Provides:   libswt3-gtk2 = %{version}
Provides:   eclipse-swt = %{version}
BuildRoot:  %{_tmppath}/%{name}-%{version}-build

BuildRequires:  unzip
 
%description
SWT is the software component that delivers native widget functionality
for the Eclipse platform in an operating system independent manner.  It
is analogous to AWT/Swing in Java with a difference - SWT uses a rich
set of native widgets.
 
%prep
%setup -q -T -c %name -a0

%build

%install
mkdir -p %{buildroot}/%{_libdir}/java/
cp swt.jar %{buildroot}/%{_libdir}/java/swt.jar
mkdir -p %{buildroot}/%{_libdir}/eclipse/
cp swt.jar %{buildroot}/%{_libdir}/eclipse/swt.jar
cp swt.jar %{buildroot}/%{_libdir}/eclipse/swt-gtk.jar
 
%clean
rm -rf $RPM_BUILD_ROOT
 
%files
%defattr(-, root, root)
%dir %{_libdir}/java
%{_libdir}/java/swt.jar
%dir %{_libdir}/eclipse
%{_libdir}/eclipse/swt.jar
%{_libdir}/eclipse/swt-gtk.jar

%changelog





Remember to have fun...

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



commit ecryptfs-utils for openSUSE:Factory

2011-09-21 Thread h_root

Hello community,

here is the log from the commit of package ecryptfs-utils for openSUSE:Factory
checked in at Wed Sep 21 17:03:32 CEST 2011.




--- ecryptfs-utils/ecryptfs-utils.changes   2011-08-11 17:27:36.0 
+0200
+++ /mounts/work_src_done/STABLE/ecryptfs-utils/ecryptfs-utils.changes  
2011-09-20 15:33:30.0 +0200
@@ -1,0 +2,15 @@
+Tue Sep 20 15:32:22 CEST 2011 - meiss...@suse.de
+
+- Updated to 92
+  * Fix umask issue introduced by last security update
+  * some bugfixes
+
+---
+Sun Sep 18 17:17:12 UTC 2011 - jeng...@medozas.de
+
+- Remove redundant/obsolete tags/sections from specfile
+  (cf. packaging guidelines)
+- Put make call in the right spot
+- Use %_smp_mflags for parallel build
+
+---

calling whatdependson for head-i586


Old:

  ecryptfs-utils_90.orig.tar.gz

New:

  ecryptfs-utils_92.orig.tar.gz



Other differences:
--
++ ecryptfs-utils.spec ++
--- /var/tmp/diff_new_pack.td7d2Z/_old  2011-09-21 17:03:26.0 +0200
+++ /var/tmp/diff_new_pack.td7d2Z/_new  2011-09-21 17:03:26.0 +0200
@@ -15,16 +15,14 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 
 
 Name:   ecryptfs-utils
 Url:https://launchpad.net/ecryptfs
 License:GPLv2+
 Group:  Productivity/Security
-AutoReqProv:on
 Summary:Userspace Utilities for ecryptfs
-Version:90
+Version:92
 Release:1
 Source0:
http://launchpad.net/ecryptfs/trunk/%version/+download/ecryptfs-utils_%version.orig.tar.gz
 Source1:baselibs.conf
@@ -35,16 +33,6 @@
 %description
 A stacked cryptographic filesystem for Linux.
 
-
-
-Authors:
-
-Mike Halcrow designed and implemented eCryptfs, which is a fork from
-Cryptfs. Erez Zadok, along with the fileystem research lab at Stony
-Brook University, designed and implemented Cryptfs. Michael
-C. Thompson has contributed a substantial amount of code to the
-project.
-
 %prep
 %setup -q
 
@@ -57,9 +45,9 @@
--enable-tspi \
--enable-pkcs11-helper \
--with-pamdir=/%_lib/security
+make %{?_smp_mflags}
 
 %check
-make
 make check
 
 %install
@@ -70,9 +58,6 @@
 %suse_update_desktop_file ecryptfs-setup-private
 %find_lang %{name}
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %post -p /sbin/ldconfig
 
 %postun -p /sbin/ldconfig

++ ecryptfs-utils_90.orig.tar.gz - ecryptfs-utils_92.orig.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ecryptfs-utils-90/Makefile.in 
new/ecryptfs-utils-92/Makefile.in
--- old/ecryptfs-utils-90/Makefile.in   2011-08-10 15:36:29.0 +0200
+++ new/ecryptfs-utils-92/Makefile.in   2011-09-01 23:23:43.0 +0200
@@ -217,6 +217,8 @@
 MSGMERGE = @MSGMERGE@
 NM = @NM@
 NMEDIT = @NMEDIT@
+NSS_CFLAGS = @NSS_CFLAGS@
+NSS_LIBS = @NSS_LIBS@
 OBJDUMP = @OBJDUMP@
 OBJEXT = @OBJEXT@
 OPENSSL_CFLAGS = @OPENSSL_CFLAGS@
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ecryptfs-utils-90/configure 
new/ecryptfs-utils-92/configure
--- old/ecryptfs-utils-90/configure 2011-08-10 15:36:28.0 +0200
+++ new/ecryptfs-utils-92/configure 2011-09-01 23:23:41.0 +0200
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.68 for ecryptfs-utils 90.
+# Generated by GNU Autoconf 2.68 for ecryptfs-utils 92.
 #
 #
 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
@@ -567,8 +567,8 @@
 # Identity of this package.
 PACKAGE_NAME='ecryptfs-utils'
 PACKAGE_TARNAME='ecryptfs-utils'
-PACKAGE_VERSION='90'
-PACKAGE_STRING='ecryptfs-utils 90'
+PACKAGE_VERSION='92'
+PACKAGE_STRING='ecryptfs-utils 92'
 PACKAGE_BUGREPORT=''
 PACKAGE_URL=''
 
@@ -695,6 +695,8 @@
 TSPI_CFLAGS
 PKCS11_HELPER_LIBS
 PKCS11_HELPER_CFLAGS
+NSS_LIBS
+NSS_CFLAGS
 OPENSSL_LIBS
 OPENSSL_CFLAGS
 KEYUTILS_LIBS
@@ -885,6 +887,8 @@
 KEYUTILS_LIBS
 OPENSSL_CFLAGS
 OPENSSL_LIBS
+NSS_CFLAGS
+NSS_LIBS
 PKCS11_HELPER_CFLAGS
 PKCS11_HELPER_LIBS
 TSPI_CFLAGS
@@ -1435,7 +1439,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 ecryptfs-utils 90 to adapt to many kinds of systems.
+\`configure' configures ecryptfs-utils 92 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1506,7 +1510,7 @@
 
 if test -n $ac_init_help; then
   case $ac_init_help in
- short | recursive ) echo Configuration of ecryptfs-utils 90:;;
+ short | recursive ) echo Configuration of ecryptfs-utils 92:;;
esac
   cat \_ACEOF
 
@@ -1576,6 +1580,8 @@
   C compiler 

commit epdfview for openSUSE:Factory

2011-09-21 Thread h_root

Hello community,

here is the log from the commit of package epdfview for openSUSE:Factory
checked in at Wed Sep 21 17:03:42 CEST 2011.




--- epdfview/epdfview.changes   2011-09-02 21:24:26.0 +0200
+++ /mounts/work_src_done/STABLE/epdfview/epdfview.changes  2011-09-19 
00:51:58.0 +0200
@@ -1,0 +2,6 @@
+Sun Sep 18 17:17:12 UTC 2011 - jeng...@medozas.de
+
+- Remove redundant/obsolete tags/sections from specfile
+  (cf. packaging guidelines)
+
+---

calling whatdependson for head-i586




Other differences:
--
++ epdfview.spec ++
--- /var/tmp/diff_new_pack.XihD7O/_old  2011-09-21 17:03:38.0 +0200
+++ /var/tmp/diff_new_pack.XihD7O/_new  2011-09-21 17:03:38.0 +0200
@@ -65,9 +65,6 @@
 )
 %find_lang %{name}
 
-%clean
-rm -rf %{buildroot}
-
 %if 0%{?suse_version} = 1140
 
 %post






Remember to have fun...

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



commit exiv2 for openSUSE:Factory

2011-09-21 Thread h_root

Hello community,

here is the log from the commit of package exiv2 for openSUSE:Factory
checked in at Wed Sep 21 17:04:03 CEST 2011.




--- exiv2/exiv2.changes 2011-09-18 16:30:51.0 +0200
+++ /mounts/work_src_done/STABLE/exiv2/exiv2.changes2011-09-21 
10:21:01.0 +0200
@@ -1,0 +2,6 @@
+Sun Sep 18 17:17:12 UTC 2011 - jeng...@medozas.de
+
+- Add BuildRequires: graphviz to resolve sh: dot: command not
+  found and make doxygen happy
+
+---

calling whatdependson for head-i586




Other differences:
--
++ exiv2.spec ++
--- /var/tmp/diff_new_pack.9ir7QL/_old  2011-09-21 17:03:57.0 +0200
+++ /var/tmp/diff_new_pack.9ir7QL/_new  2011-09-21 17:03:57.0 +0200
@@ -35,6 +35,8 @@
 BuildRequires:  pkg-config
 BuildRequires:  python
 BuildRequires:  zlib-devel
+# doxygen likes to have this
+BuildRequires:  graphviz
 Recommends: %{name}-lang = %{version}
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 






Remember to have fun...

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



commit exo for openSUSE:Factory

2011-09-21 Thread h_root

Hello community,

here is the log from the commit of package exo for openSUSE:Factory
checked in at Wed Sep 21 17:04:22 CEST 2011.




--- exo/exo.changes 2011-06-11 19:51:46.0 +0200
+++ /mounts/work_src_done/STABLE/exo/exo.changes2011-09-19 
01:05:00.0 +0200
@@ -1,0 +2,6 @@
+Sun Sep 18 17:17:12 UTC 2011 - jeng...@medozas.de
+
+- Remove redundant/obsolete tags/sections from specfile
+  (cf. packaging guidelines)
+
+---

calling whatdependson for head-i586




Other differences:
--
++ exo.spec ++
--- /var/tmp/diff_new_pack.vCG4op/_old  2011-09-21 17:04:11.0 +0200
+++ /var/tmp/diff_new_pack.vCG4op/_new  2011-09-21 17:04:11.0 +0200
@@ -143,9 +143,6 @@
 %suse_update_desktop_file exo-file-manager
 %suse_update_desktop_file exo-web-browser
 
-%clean
-rm -rf %{buildroot}
-
 %post
 /sbin/ldconfig
 %if 0%{?suse_version} = 1140






Remember to have fun...

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



commit fdupes for openSUSE:Factory

2011-09-21 Thread h_root

Hello community,

here is the log from the commit of package fdupes for openSUSE:Factory
checked in at Wed Sep 21 17:04:36 CEST 2011.




--- fdupes/fdupes.changes   2010-02-15 16:48:17.0 +0100
+++ /mounts/work_src_done/STABLE/fdupes/fdupes.changes  2011-09-19 
02:14:13.0 +0200
@@ -1,0 +2,6 @@
+Sun Sep 18 17:17:12 UTC 2011 - jeng...@medozas.de
+
+- Apply packaging guidelines (remove redundant/obsolete
+  tags/sections from specfile, etc.)
+
+---

calling whatdependson for head-i586




Other differences:
--
++ fdupes.spec ++
--- /var/tmp/diff_new_pack.JLQfN4/_old  2011-09-21 17:04:30.0 +0200
+++ /var/tmp/diff_new_pack.JLQfN4/_new  2011-09-21 17:04:30.0 +0200
@@ -15,9 +15,6 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
-
 Name:   fdupes
 Url:http://premium.caribe.net/~adrian2/fdupes.html
 Group:  Productivity/Archiving/Compression
@@ -39,12 +36,6 @@
 FDUPES is a program for identifying or deleting duplicate files
 residing within specified directories
 
-
-
-Authors:
-
-Adrian Lopez adri...@caribe.net
-
 %prep
 %setup -q
 %patch0
@@ -53,16 +44,13 @@
 %patch3 -p1 -b .endianness
 
 %build
-make
+make %{?_smp_mflags}
 
 %install
 install -D -m755 fdupes $RPM_BUILD_ROOT/usr/bin/fdupes
 install -D -m644 fdupes.1 $RPM_BUILD_ROOT/usr/share/man/man1/fdupes.1
 install -D -m644 %{SOURCE1} $RPM_BUILD_ROOT/etc/rpm/macros.fdupes
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %files
 %defattr(-, root, root)
 %doc CHANGES






Remember to have fun...

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



commit filesystem for openSUSE:Factory

2011-09-21 Thread h_root

Hello community,

here is the log from the commit of package filesystem for openSUSE:Factory
checked in at Wed Sep 21 17:04:48 CEST 2011.




--- filesystem/filesystem.changes   2011-09-19 02:14:37.0 +0200
+++ /mounts/work_src_done/STABLE/filesystem/filesystem.changes  2011-09-20 
17:01:25.0 +0200
@@ -1,0 +2,5 @@
+Tue Sep 20 14:49:10 UTC 2011 - lnus...@suse.de
+
+- remove world writeable /var/crash again (bnc#438041)
+
+---

calling whatdependson for head-i586




Other differences:
--
++ filesystem.spec ++
--- /var/tmp/diff_new_pack.OD6d2X/_old  2011-09-21 17:04:44.0 +0200
+++ /var/tmp/diff_new_pack.OD6d2X/_new  2011-09-21 17:04:44.0 +0200
@@ -15,6 +15,8 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
+
 Name:   filesystem
 License:GPLv2+
 Group:  System/Fhs
@@ -181,4 +183,5 @@
 
 
 
+
 %changelog

++ directory.list ++
--- /var/tmp/diff_new_pack.OD6d2X/_old  2011-09-21 17:04:44.0 +0200
+++ /var/tmp/diff_new_pack.OD6d2X/_new  2011-09-21 17:04:44.0 +0200
@@ -171,7 +171,7 @@
 0755 root root /var/cache
 1777 root root /var/cache/fonts
 0755 man root /var/cache/man
-1777 root root /var/crash
+0755 root root /var/crash
 0755 root root /var/lib
 0755 root root /var/lib/empty
 0755 news news /var/lib/news






Remember to have fun...

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



commit hawk for openSUSE:Factory

2011-09-21 Thread h_root

Hello community,

here is the log from the commit of package hawk for openSUSE:Factory
checked in at Wed Sep 21 17:05:01 CEST 2011.




--- hawk/hawk.changes   2011-08-29 06:50:57.0 +0200
+++ /mounts/work_src_done/STABLE/hawk/hawk.changes  2011-09-20 
16:01:22.0 +0200
@@ -1,0 +2,36 @@
+Tue Sep 20 13:56:15 UTC 2011 - tser...@suse.com
+
+- Build: Update package version to 0.5.0
+- GUI: Add cluster history explorer (fate#303620)
+- GUI: Add ability to explore failure scenarios (fate#310186)
+- GUI: Add ability to view recent node and resource events (fate#303620)
+- GUI: Add ability to generate hb_report (fate#310187)
+- GUI: Add setup wizard with web server  OCFS2 templates (fate#310190)
+- GUI: Add summary view, table view (fate#309100)
+- GUI: Add ability to see node utilization/load (fate#310135)
+- GUI: Add alert icon to resources with failed ops (fate#310359)
+- GUI: Base total resource count on number of configured instances
+- GUI: Add overflow:auto to content DIV to prevent floats running over
+  footer
+- Misc: Cib model: Skip delete and cancel ops when determining resource state
+- Misc: Update translations
+- Misc: Cib model: Reset rc_code to expected for ignored failed ops
+  (bnc#711002)
+- Misc: Invoker: Map permission denied error to localized messages
+  (bnc#713917)
+- Misc: Invoker: Consolidate crm functions, pick up errors even when
+  rc=0 (bnc#713922)
+- Misc: Cib model: Internally rename running clone instances if necessary
+- Remove workaround for 'String#unpack(V) busted on s390x' (bnc#581578)
+- Misc: Cib model: Ignore orphaned non-clone resource instance in
+  clones (bnc#711180)
+- Misc: Fix localization of 2 plurals (cs, pl, ru) for node and resource
+  labels (bnc#708328)
+- Misc: Add Hawk favicon.ico
+- Misc: Show hawk URL when running /etc/init.d/hawk start|status (bnc#708318)
+- Misc: Cib model: Skip allegedly pending last_failure ops when determining
+  resource state (bnc#706755)
+- Misc: Cib model: Strip stopped clone instances outside 0..clone_max
+- Upstream version cs:d32e171be055
+
+---

calling whatdependson for head-i586


Old:

  build-fix-cib_test.patch
  build-fix-fsf-address.patch
  build-fix-hawk_invoke-implicit-decls.patch
  build-fix-libxml-link.patch
  build-fix-pie.patch
  build-fix-rpm-opt-flags.patch
  hawk-0.4.1.tar.bz2
  string-unpack-s390x.patch

New:

  hawk-0.5.0.tar.bz2



Other differences:
--
++ hawk.spec ++
--- /var/tmp/diff_new_pack.RwFZsd/_old  2011-09-21 17:04:55.0 +0200
+++ /var/tmp/diff_new_pack.RwFZsd/_new  2011-09-21 17:04:55.0 +0200
@@ -26,39 +26,39 @@
 
 Name:   hawk
 Summary:HA Web Konsole
-Version:0.4.1
-Release:4
+Version:0.5.0
+Release:0
 License:GPLv2
 Url:http://www.clusterlabs.org/wiki/Hawk
 Group:  Productivity/Clustering/HA
 Source: %{name}-%{version}.tar.bz2
 Source1:filter-requires.sh
 Source100:  hawk-rpmlintrc
-Patch1: string-unpack-s390x.patch
 Patch3: require-rack-1.1.patch
 Patch5: fix-rails-freeze-version_requirements.patch
-Patch100:   build-fix-fsf-address.patch
-Patch101:   build-fix-rpm-opt-flags.patch
-Patch102:   build-fix-hawk_invoke-implicit-decls.patch
-Patch103:   build-fix-pie.patch
-Patch104:   build-fix-cib_test.patch
-Patch105:   build-fix-libxml-link.patch
 %define_use_internal_dependency_generator 0
 %define__find_requires /bin/sh %{SOURCE1}
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 AutoReqProv:on
+Requires:   hawk-templates = %{version}-%{release}
 Requires:   pacemaker
 Requires:   ruby
 Requires:   lighttpd = 1.4.20
-PreReq: permissions
+Requires:   graphviz
+Requires:   graphviz-gd
+Recommends: graphviz-gnome
 BuildRequires:  rubygems
 BuildRequires:  rubygem-rake
 BuildRequires:  rubygem-gettext_rails
 BuildRequires:  pam-devel
+BuildRequires:  glib2-devel libxml2-devel
+PreReq: permissions
 BuildRequires:  ruby-fcgi
-BuildRequires:  rubygem-rails-2_3
 BuildRequires:  fdupes
-BuildRequires:  glib2-devel libpacemaker-devel libxml2-devel
+BuildRequires:  rubygem-rails-2_3
+BuildRequires:  libpacemaker-devel
+# Temporary, prevents confusion between rubygem-rack and rubygem-rack-1_3
+BuildRequires:  rubygem-rack  1.3
 # Require startproc respecting -p, bnc#559534#c44
 %if 0%{?suse_version}  1110
 # 11.2 or newer; 
@@ -72,21 +72,26 @@
 A web-based GUI for managing and monitoring the Pacemaker
 High-Availability cluster resource manager.
 
-Authors: Tim Serong tser...@novell.com
+Authors: Tim Serong tser...@suse.com
+
+
+
+%package templates
+License:GPL v2 only
+Summary:Hawk Setup Wizard Templates
+Group:  Productivity/Clustering/HA
+

commit icinga for openSUSE:Factory

2011-09-21 Thread h_root

Hello community,

here is the log from the commit of package icinga for openSUSE:Factory
checked in at Wed Sep 21 17:05:30 CEST 2011.




--- icinga/icinga.changes   2011-09-15 17:08:53.0 +0200
+++ /mounts/work_src_done/STABLE/icinga/icinga.changes  2011-09-21 
14:45:48.0 +0200
@@ -2 +2,7 @@
-Thu Sep 15 15:06:28 UTC 2011 - thard...@suse.de
+Tue Sep 20 11:12:36 UTC 2011 - thard...@suse.com
+
+- imported Upstream version 1.5.1
+- ran spec-cleaner and added patch tags
+
+---
+Thu Sep 15 15:06:28 UTC 2011 - thard...@suse.com
@@ -8 +14 @@
-Fri Sep  9 13:50:06 UTC 2011 - thard...@suse.de
+Fri Sep  9 13:50:06 UTC 2011 - thard...@suse.com
@@ -14 +20 @@
-Mon Sep  2 14:55:17 UTC 2011 - thard...@suse.de
+Mon Sep  2 14:55:17 UTC 2011 - thard...@suse.com
@@ -33 +39 @@
-Mon Jul 11 18:51:42 UTC 2011 - thard...@novell.com
+Mon Jul 11 18:51:42 UTC 2011 - thard...@suse.com
@@ -38 +44 @@
-Mon Jul 11 18:37:09 UTC 2011 - thard...@novell.com
+Mon Jul 11 18:37:09 UTC 2011 - thard...@suse.com
@@ -53 +59 @@
-Tue Jun 21 17:33:49 UTC 2011 - thard...@novell.com
+Tue Jun 21 17:33:49 UTC 2011 - thard...@suse.com
@@ -58 +64 @@
-Fri Jun 17 09:18:23 UTC 2011 - thard...@novell.com
+Fri Jun 17 09:18:23 UTC 2011 - thard...@suse.com
@@ -64 +70 @@
-Thu Jun  9 12:54:17 UTC 2011 - thard...@novell.com
+Thu Jun  9 12:54:17 UTC 2011 - thard...@suse.com
@@ -69 +75 @@
-Wed Jun  8 13:01:52 UTC 2011 - thard...@novell.com
+Wed Jun  8 13:01:52 UTC 2011 - thard...@suse.com
@@ -74 +80 @@
-Fri May 20 14:24:59 UTC 2011 - thard...@novell.com
+Fri May 20 14:24:59 UTC 2011 - thard...@suse.com
@@ -79 +85 @@
-Fri May 20 14:14:04 UTC 2011 - thard...@novell.com
+Fri May 20 14:14:04 UTC 2011 - thard...@suse.com
@@ -85 +91 @@
-Thu May 19 12:51:44 UTC 2011 - thard...@novell.com
+Thu May 19 12:51:44 UTC 2011 - thard...@suse.com
@@ -92 +98 @@
-Fri May  6 14:16:22 UTC 2011 - thard...@novell.com
+Fri May  6 14:16:22 UTC 2011 - thard...@suse.com
@@ -97 +103 @@
-Fri May  6 12:56:33 UTC 2011 - thard...@novell.com
+Fri May  6 12:56:33 UTC 2011 - thard...@suse.com
@@ -104 +110 @@
-Thu Mar 31 11:58:59 UTC 2011 - thard...@novell.com
+Thu Mar 31 11:58:59 UTC 2011 - thard...@suse.com
@@ -109 +115 @@
-Thu Mar  3 16:18:45 UTC 2011 - thard...@novell.com
+Thu Mar  3 16:18:45 UTC 2011 - thard...@suse.com
@@ -115 +121 @@
-Mon Feb 28 18:07:39 UTC 2011 - thard...@novell.com
+Mon Feb 28 18:07:39 UTC 2011 - thard...@suse.com
@@ -121 +127 @@
-Mon Feb 28 16:14:39 UTC 2011 - thard...@novell.com
+Mon Feb 28 16:14:39 UTC 2011 - thard...@suse.com
@@ -145 +151 @@
-Fri Feb 18 10:22:12 UTC 2011 - thard...@novell.com
+Fri Feb 18 10:22:12 UTC 2011 - thard...@suse.com

calling whatdependson for head-i586


Old:

  _service:download_url:icinga-1.5.0.tar.gz
  icinga-apache.patch
  icinga-remove-api.patch

New:

  _service:download_url:icinga-1.5.1.tar.gz
  icinga-add-ifdefine-to-apache.patch
  icinga-remove-obsolete-api.patch



Other differences:
--
++ icinga.spec ++
--- /var/tmp/diff_new_pack.lWCQ1L/_old  2011-09-21 17:05:18.0 +0200
+++ /var/tmp/diff_new_pack.lWCQ1L/_new  2011-09-21 17:05:18.0 +0200
@@ -1,6 +1,8 @@
 #
 # spec file for package icinga
 #
+# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+#
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
 # upon. The license for this file, and modifications and additions to the
@@ -9,16 +11,19 @@
 # case the license is the MIT License). An Open Source License is a
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
+
+# Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 # set to 1 to also build the obsolete api packages
 %define build_api 0
 
 %define logdir %{_localstatedir}/log/icinga
 
 Name:   icinga
-Version:1.5.0
-Release:4
+Version:1.5.1
+Release:1
 License:GPLv2
 %define nsusr icinga
 %define nsgrp icinga
@@ -42,9 +47,11 @@
 Source8:ido2db.8
 Source9:mini_epn_icinga.8
 Source12:   htpasswd.users
-Patch0: icinga-apache.patch
+# PATCH-FIX-OPENSUSE icinga-add-ifdefine-to-apache.patch
+Patch0: icinga-add-ifdefine-to-apache.patch
 %if 0%{?build_api} == 0
-Patch1:icinga-remove-api.patch
+# PATCH-FIX-OPENSUSE icinga-remove-obsolete-api.patch
+Patch1: icinga-remove-obsolete-api.patch
 %endif
 BuildRequires:  apache2-devel
 %if 0%{?suse_version} = 1110
@@ -56,35 +63,35 @@
 BuildRequires:  krb5-devel
 BuildRequires:  libdbi-devel
 BuildRequires:  libjpeg-devel
+BuildRequires:  libopenssl-devel
 BuildRequires:  libpng-devel
 BuildRequires:  mailx
-BuildRequires:  pcre-devel
-BuildRequires:  net-tools
-BuildRequires:  zlib-devel

commit installation-images for openSUSE:Factory

2011-09-21 Thread h_root

Hello community,

here is the log from the commit of package installation-images for 
openSUSE:Factory
checked in at Wed Sep 21 17:05:51 CEST 2011.




--- installation-images/installation-images.changes 2011-09-16 
14:34:39.0 +0200
+++ 
/mounts/work_src_done/STABLE/installation-images/installation-images.changes
2011-09-20 11:35:53.0 +0200
@@ -1,0 +2,5 @@
+Tue Sep 20 11:35:27 CEST 2011 - snw...@suse.de
+
+- use new firewire modules
+
+---

calling whatdependson for head-i586


Old:

  installation-images-13.13.tar.bz2
  needed_space_in_mb

New:

  installation-images-13.14.tar.bz2



Other differences:
--
++ installation-images.spec ++
--- /var/tmp/diff_new_pack.eC4utr/_old  2011-09-21 17:05:43.0 +0200
+++ /var/tmp/diff_new_pack.eC4utr/_new  2011-09-21 17:05:43.0 +0200
@@ -106,9 +106,9 @@
 Obsoletes:  y2image
 AutoReqProv:off
 Summary:Installation Image Files
-Version:13.13
+Version:13.14
 Release:1
-Source: installation-images-13.13.tar.bz2
+Source: installation-images-13.14.tar.bz2
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %define _binary_payload w.ufdio
 

++ installation-images-13.13.tar.bz2 - installation-images-13.14.tar.bz2 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/installation-images-13.13/VERSION 
new/installation-images-13.14/VERSION
--- old/installation-images-13.13/VERSION   2011-09-16 14:34:16.0 
+0200
+++ new/installation-images-13.14/VERSION   2011-09-20 11:35:22.0 
+0200
@@ -1 +1 @@
-13.13
+13.14
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/installation-images-13.13/changelog 
new/installation-images-13.14/changelog
--- old/installation-images-13.13/changelog 2011-09-16 14:34:21.0 
+0200
+++ new/installation-images-13.14/changelog 2011-09-20 11:35:26.0 
+0200
@@ -1,4 +1,7 @@
-2011-09-16:HEAD
+2011-09-20:HEAD
+   - use new firewire modules
+
+2011-09-16:13.13
- adjust module config
- remove dhcpv6
- add drm modules
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/installation-images-13.13/etc/module.config 
new/installation-images-13.14/etc/module.config
--- old/installation-images-13.13/etc/module.config 2011-09-16 
14:33:40.0 +0200
+++ new/installation-images-13.14/etc/module.config 2011-09-20 
11:30:33.0 +0200
@@ -577,11 +577,7 @@
 [FireWire]
 MoreModules=firewire-modules
 
-ieee1394,-IEEE 1394 Core
-ohci1394,OHCI 1394 Controller Driver,,ieee1394,sbp2
-pcilynx,Texas Instruments PCILynx Driver,,ieee1394,sbp2
-sbp2,SBP-2 Support
-sg,--
+kernel/drivers/firewire/.*
 
 
 [file system]
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/installation-images-13.13/etc/module.list 
new/installation-images-13.14/etc/module.list
--- old/installation-images-13.13/etc/module.list   2011-09-16 
14:33:40.0 +0200
+++ new/installation-images-13.14/etc/module.list   2011-09-20 
11:30:58.0 +0200
@@ -12,7 +12,7 @@
 kernel/drivers/ide/
 kernel/drivers/ata/
 #-kernel/drivers/ata/pata_
-kernel/drivers/ieee1394/
+kernel/drivers/firewire/
 # kernel/drivers/input/
 -kernel/drivers/input/joystick
 -kernel/drivers/input/gameport






Remember to have fun...

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



commit irqd for openSUSE:Factory

2011-09-21 Thread h_root

Hello community,

here is the log from the commit of package irqd for openSUSE:Factory
checked in at Wed Sep 21 17:06:53 CEST 2011.




New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ /mounts/work_src_done/STABLE/irqd/irqd.changes  2011-09-14 
11:23:45.0 +0200
@@ -0,0 +1,5 @@
+---
+Wed Sep 14 09:23:19 UTC 2011 - jeng...@medozas.de
+
+- Initial package for build.opensuse.org
+

calling whatdependson for head-i586


New:

  0001-libnl3-compile-fix.diff
  0002-libnl3-link-fix.diff
  irqd-0.6.3.tar.xz
  irqd.changes
  irqd.init
  irqd.service
  irqd.spec



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

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



Name:   irqd
Version:0.6.3
Release:0
Summary:Multiqueue and RPS-aware IRQ affinity balancer
License:GPL-2.0
Group:  System/Daemons

#Git-Clone: git://github.com/vaesoo/irqd
Source: %name-%version.tar.xz
Source2:irqd.init
Source3:irqd.service
# PATCH-FIX-UPSTREAM 0001-libnl3-compile-fix.diff status=sent,accepted
Patch1: 0001-libnl3-compile-fix.diff
# PATCH-FIX-UPSTREAM 0002-libnl3-link-fix.diff status=sent,accepted
Patch2: 0002-libnl3-link-fix.diff
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
BuildRequires:  pkgconfig(glib-2.0) pkgconfig(libnl-3.0)
BuildRequires:  pkgconfig(libnl-route-3.0) xz

%description
irqd is an alternative IRQ balancer for Linux kernels. It balances
the IRQs more or less evenly across the CPUs you have in your system.

It currently relies on the Receive Packet Steering (RPS)
implementation of newer Linux kernels, it is of less use currently if
RPS is not available.

%prep
%if 0%{?__xz:1}
%setup -q
%else
tar -xf %{S:0} --use=xz;
%setup -DTq
%endif
%patch -P 1 -P 2 -p1

%build
if [ ! -e configure ]; then
./autogen.sh;
fi
%configure
make %{?_smp_mflags}

%install
b=%buildroot;
%makeinstall
mkdir -p $b/%_initrddir $b/lib/systemd/system;
install -pm0755 %{S:2} $b/%_initrddir/irqd;
install -pm0644 %{S:3} $b/lib/systemd/system/irqd.service;

%files
%defattr(-,root,root)
%_initrddir/irqd
/lib/systemd/system/irqd.service
%_sbindir/irqd

%changelog
++ 0001-libnl3-compile-fix.diff ++
parent 7346cd009550dbb7f056db783ba816d897e6ed90 ()
commit c20c63ef683c67df20680516af5d9df28f059918
Author: Jan Engelhardt jeng...@medozas.de
Date:   Wed Sep 14 10:32:24 2011 +0200

build: fix compilation error with libnl = 3.1

  CC interface.o
In file included from /usr/include/libnl3/netlink/route/link.h:18:0,
from interface.c:25:
/usr/include/linux/if.h:133:8: error: redefinition of ‘struct ifmap’
/usr/include/net/if.h:112:8: note: originally defined here
/usr/include/linux/if.h:167:8: error: redefinition of ‘struct ifreq’
/usr/include/net/if.h:127:8: note: originally defined here
/usr/include/linux/if.h:216:8: error: redefinition of ‘struct ifconf’
/usr/include/net/if.h:177:8: note: originally defined here
---
 interface.h |4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/interface.h b/interface.h
index 9c04fb8..f4d5a3c 100644
--- a/interface.h
+++ b/interface.h
@@ -17,8 +17,8 @@
 #ifndef INTERFACE_H
 #define INTERFACE_H
 
-#include net/if.h
-
+#include sys/socket.h
+#include linux/if.h
 
 struct interface;
 struct cpuset;
-- 
# Created with git-export-patch
++ 0002-libnl3-link-fix.diff ++
parent c20c63ef683c67df20680516af5d9df28f059918 ()
commit 528745866536de0556dc78a5c92ea48c1921836a
Author: Jan Engelhardt jeng...@medozas.de
Date:   Tue Sep 13 11:52:12 2011 +0200

build: bump for libnl-3.2 and add missing nl-route to linker invocation

  CCLD   irqd
interface.o: In function rtnl_balance_link:
/home/jengelh/obs/SU_dev/irqd/irqd/interface.c:340:
undefined reference to rtnl_link_get_name
/home/jengelh/obs/SU_dev/irqd/irqd/interface.c:352:
undefined reference to rtnl_link_get_flags
collect2: ld returned 1 exit status
---
 Makefile.am  |2 +-
 configure.ac |3 ++-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index e9ff88b..12c07a1 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -6,4 +6,4 @@ AM_CFLAGS  = 

commit kalzium for openSUSE:Factory

2011-09-21 Thread h_root

Hello community,

here is the log from the commit of package kalzium for openSUSE:Factory
checked in at Wed Sep 21 17:07:08 CEST 2011.




--- kalzium/kalzium.changes 2011-08-08 11:55:13.0 +0200
+++ /mounts/work_src_done/STABLE/kalzium/kalzium.changes2011-09-20 
22:00:42.0 +0200
@@ -1,0 +2,13 @@
+Tue Sep 20 19:57:52 UTC 2011 - idon...@suse.com
+
+- Add kalzium-fix-license.patch to fix license strings, upstream
+  commit e6899b2cbdf9344cf636811d956259f44fe1187a bnc#716360
+
+---
+Thu Sep  1 23:13:03 CEST 2011 - dmuel...@suse.de
+
+- update to 4.7.1
+  * Bugfixes over KDE 4.7.0
+  *  see http://kde.org/announcements/changelogs/changelog4_7_0to4_7_1.php for 
details
+
+---

calling whatdependson for head-i586


Old:

  kalzium-4.7.0.tar.bz2

New:

  kalzium-4.7.1.tar.bz2
  kalzium-fix-license.patch



Other differences:
--
++ kalzium.spec ++
--- /var/tmp/diff_new_pack.7YNTRz/_old  2011-09-21 17:07:03.0 +0200
+++ /var/tmp/diff_new_pack.7YNTRz/_new  2011-09-21 17:07:03.0 +0200
@@ -18,14 +18,24 @@
 
 
 Name:   kalzium
-BuildRequires:  boost-devel freeglut-devel kdebase4-workspace-devel
-BuildRequires:  gsl-devel libeigen2-devel libspectre-devel python-qt4-devel
-BuildRequires:  libgmm++-devel readline-devel
-BuildRequires:  libcfitsio-devel libindi-devel libqalculate-devel
-BuildRequires:  libopenbabel-devel
+BuildRequires:  boost-devel
+BuildRequires:  freeglut-devel
+BuildRequires:  gsl-devel
+BuildRequires:  kdebase4-workspace-devel
+BuildRequires:  libcfitsio-devel
+BuildRequires:  libeigen2-devel
+BuildRequires:  libgmm++-devel
+BuildRequires:  libindi-devel
 BuildRequires:  libkdeedu4-devel
+BuildRequires:  libopenbabel-devel
+BuildRequires:  libqalculate-devel
+BuildRequires:  libspectre-devel
+BuildRequires:  python-qt4-devel
+BuildRequires:  readline-devel
 %if 0%{?sles_version} == 0
-BuildRequires:  glew-devel python python-devel
+BuildRequires:  glew-devel
+BuildRequires:  python
+BuildRequires:  python-devel
 %if 0%{?suse_version}  1120
 BuildRequires:  avogadro-devel
 %endif
@@ -34,68 +44,60 @@
 
 # currently in DOESNOTBUILD (2008-07-03)
 %ifnarch ppc ppc64 s390 s390x
-BuildRequires:  ocaml ocaml-facile
+BuildRequires:  ocaml
+BuildRequires:  ocaml-facile
 %endif
-BuildRequires:  fdupes
+Version:4.7.1
+Release:1
 License:GPLv2+
-Group:  Productivity/Scientific/Chemistry
 Summary:Periodic Table of Elements
 Url:http://edu.kde.org
-Version:4.7.0
-Release:2
-Source0:%{name}-%version.tar.bz2
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-%kde4_runtime_requires
+Group:  Productivity/Scientific/Chemistry
+Source0:%{name}-%{version}.tar.bz2
+Patch1: kalzium-fix-license.patch
+BuildRequires:  fdupes
 Requires:   libkeduvocdocument4
 Suggests:   libkeduvocdocument4
 Provides:   kde4-kalzium = 4.3.0
 Obsoletes:  kde4-kalzium  4.3.0
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+%kde4_runtime_requires
 
 %description
 Kalzium shows a periodic table of the elements.
 
-
-Authors:
-
-The KDE Team k...@kde.org
-
 %prep
-%setup -q -n %{name}-%version
+%setup -q -n %{name}-%{version}
+%patch1 -p1
 
 %build
 %ifarch ppc ppc64
-export RPM_OPT_FLAGS=$RPM_OPT_FLAGS -mminimal-toc
+export RPM_OPT_FLAGS=%{optflags} -mminimal-toc
 %endif
   %cmake_kde4 -d build
   %make_jobs
 
 %install
   cd build
-  %makeinstall
+%make_install
   %suse_update_desktop_file %{name}   Education Chemistry
   %kde_post_install
-  %if %suse_version  1020
-  %fdupes -s $RPM_BUILD_ROOT
+  %if 0%{?suse_version}  1020
+  %fdupes -s %{buildroot}
   %endif
 
 %clean
-  rm -rf $RPM_BUILD_ROOT
+  rm -rf %{buildroot}
 
 %package devel
-License:GPL v2 or later
-Group:  Development/Libraries/KDE
+License:GPLv2+
 Summary:Periodic Table of Elements
+Group:  Development/Libraries/KDE
 Requires:   kalzium = %{version}
 
 %description devel
 Kalzium shows a periodic table of the elements.
 
-
-
-Authors:
-
-The KDE Team k...@kde.org
-
 %files devel
 %defattr(-,root,root)
 %_kde4_libdir/libcompoundviewer.so

++ kalzium-4.7.0.tar.bz2 - kalzium-4.7.1.tar.bz2 ++
Files old/kalzium-4.7.0/doc/index.cache.bz2 and 
new/kalzium-4.7.1/doc/index.cache.bz2 differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kalzium-4.7.0/libscience/spectrum.h 
new/kalzium-4.7.1/libscience/spectrum.h
--- old/kalzium-4.7.0/libscience/spectrum.h 2011-05-20 22:33:53.0 
+0200
+++ new/kalzium-4.7.1/libscience/spectrum.h 2011-08-22 15:23:46.0 
+0200
@@ -48,7 +48,7 @@
 /**
  * a peak is one line in the spectrum of an 

commit kde-susetranslations for openSUSE:Factory

2011-09-21 Thread h_root

Hello community,

here is the log from the commit of package kde-susetranslations for 
openSUSE:Factory
checked in at Wed Sep 21 17:07:26 CEST 2011.




--- KDE/kde-susetranslations/kde-susetranslations.changes   2011-08-18 
17:03:25.0 +0200
+++ 
/mounts/work_src_done/STABLE/kde-susetranslations/kde-susetranslations.changes  
2011-09-20 14:51:12.0 +0200
@@ -1,0 +2,5 @@
+Tue Sep 20 12:51:04 UTC 2011 - co...@suse.com
+
+- update for 12.1
+
+---

calling whatdependson for head-i586




Other differences:
--
++ kde-susetranslations.spec ++
--- /var/tmp/diff_new_pack.fLpJJB/_old  2011-09-21 17:07:14.0 +0200
+++ /var/tmp/diff_new_pack.fLpJJB/_new  2011-09-21 17:07:14.0 +0200
@@ -18,7 +18,7 @@
 
 
 Name:   kde-susetranslations
-Version:11.4
+Version:12.1
 Release:10
 License:GPLv2+
 Summary:SUSE KDE Translations

++ kde-susetranslations.tar.bz2 ++
 13692 lines of diff (skipped)






Remember to have fun...

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



commit kde3-knemo for openSUSE:Factory

2011-09-21 Thread h_root

Hello community,

here is the log from the commit of package kde3-knemo for openSUSE:Factory
checked in at Wed Sep 21 17:08:10 CEST 2011.




New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ /mounts/work_src_done/STABLE/kde3-knemo/kde3-knemo.changes  2011-09-20 
14:41:10.0 +0200
@@ -0,0 +1,6 @@
+---
+Tue Sep 20 12:39:16 UTC 2011 - an...@opensuse.org
+
+- fixed build, corrected license name
+
+-- 

calling whatdependson for head-i586


New:

  12956-knemo-0.4.8.tar.bz2
  kde3-knemo.changes
  kde3-knemo.spec



Other differences:
--
++ kde3-knemo.spec ++
#
# spec file for package kde3-knemo (Version 0.4.8)
#
# Copyright 2006-2007 Detlef Reichelt det...@links2linux.de
# Copyright 2009 Buschmann buschman...@opensuse.org
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An Open Source License is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
#

# norootforbuild

%define _prefix /opt/kde3

Name:   kde3-knemo
Version:0.4.8
Release:1

License:GPL-2.0
Group:  Productivity/Networking/Diagnostic 
Summary:KDE Network Monitor
URL:http://kde-apps.org/content/show.php?content=12956

BuildRoot:  %{_tmppath}/%{name}-%{version}-build

Source0:12956-knemo-%{version}.tar.bz2

BuildRequires:  bzip2 kdelibs3-devel wireless-tools libjpeg-devel 
update-desktop-files

Provides:   knemo = 0.4.8
Obsoletes:  knemo  0.4.8

%description
KNemo offers a network monitor similar to the one found in Windows. For every 
network interface
it displays an icon in the systray.


Authors:

Percy Leonhardt

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

%build
. /etc/opt/kde3/common_options
./configure $configkde --disable-final

make %{?jobs:-j%jobs}


%install
%makeinstall

%suse_update_desktop_file kcm_knemo -G Monitor network interfaces
%suse_update_desktop_file %{buildroot}%{_datadir}/services/kded/knemod.desktop

%__chmod -x %{buildroot}%{_libdir}/kde3/kcm_knemo.la
%__chmod -x %{buildroot}%{_libdir}/kde3/kded_knemod.la

mkdir -p %{buildroot}/usr/share/pixmaps/
cp %{buildroot}/opt/kde3/share/icons/crystalsvg/32x32/apps/knemo.png \
   %{buildroot}/usr/share/pixmaps/knemo.png

%find_lang kcm_knemo knemo.lang
%find_lang knemod knemo.lang

%clean
rm -rf $RPM_BUILD_ROOT


%files -f knemo.lang
%defattr(-,root,root)
%{_libdir}/kde3/kcm_knemo.la
%{_libdir}/kde3/kcm_knemo.so
%{_libdir}/kde3/kded_knemod.la
%{_libdir}/kde3/kded_knemod.so
%{_datadir}/applications/kde/kcm_knemo.desktop
%{_datadir}/apps/knemo
%{_datadir}/icons/crystalsvg/*
%{_datadir}/services/kded/knemod.desktop
/usr/share/pixmaps/knemo.png
%lang(sr) /opt/kde3/share/locale/sr@Latn
%dir %{_datadir}/locale/br
%dir %{_datadir}/locale/br/LC_MESSAGES
%dir %{_datadir}/locale/ka
%dir %{_datadir}/locale/ka/LC_MESSAGES
%dir %{_datadir}/locale/cy
%dir %{_datadir}/locale/cy/LC_MESSAGES
%dir %{_datadir}/locale/ga
%dir %{_datadir}/locale/ga/LC_MESSAGES
%dir %{_datadir}/locale/rw
%dir %{_datadir}/locale/rw/LC_MESSAGES


%changelog
* Mon Aug 09 2010 Ilya Chernykh neptu...@mail.ru
- fixed build for Factory
- fixed self-obsoletion
* Tue Apr 21 2009 bein...@opensuse.org
- rename to kde3-knemo
* Sun Mar 08 2009 Buschmann buschman...@opensuse.org 0.4.8
- changing rpm group
- fixing desktop files
* Tue May 29 2007 Detlef Reichelt det...@links2linux.de 0.4.8-0.pm.1
- new upstream version 0.4.8
* Thu Oct 04 2006 Detlef Reichelt det...@links2linux.de 0.4.6-0.pm.1
- new upstream version
* Mon Aug 28 2006 Detlef Reichelt det...@links2linux.de 0.4.5-0.pm.1
- new upstream version
* Mon Aug 07 2006 Detlef Reichelt det...@links2linux.de 0.4.3-0.pm.1
- first build for packman





Remember to have fun...

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



commit kepas for openSUSE:Factory

2011-09-21 Thread h_root

Hello community,

here is the log from the commit of package kepas for openSUSE:Factory
checked in at Wed Sep 21 17:08:33 CEST 2011.




--- KDE/kepas/kepas.changes 2011-08-25 10:23:02.0 +0200
+++ /mounts/work_src_done/STABLE/kepas/kepas.changes2011-09-19 
11:44:53.0 +0200
@@ -0,0 +1,7 @@
+--- 
+Sat Sep 17 21:04:19 UTC 2011 - toddrme2...@gmail.com
+
+- Changed summary (fix for RPMLINT warning)
+- Added check for duplicate files (fix for RPMLINT warning)
+- Cleaned up spec file formatting
+

calling whatdependson for head-i586




Other differences:
--
++ kepas.spec ++
--- /var/tmp/diff_new_pack.p8RsmJ/_old  2011-09-21 17:08:20.0 +0200
+++ /var/tmp/diff_new_pack.p8RsmJ/_new  2011-09-21 17:08:20.0 +0200
@@ -15,20 +15,17 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-
-
 Name:   kepas
 Version:0.9.3
 Release:14
 License:GPLv2+
-Summary:Kepas - KDE Easy Publish and Share
+Summary:KDE Easy Publish and Share
 Url:
http://kde-apps.org/content/show.php/Kepas+-+KDE+Easy+Publish+and+Share?content=73968
 Group:  System/GUI/KDE
-%define rversion 4.0.0
 Source0:kepas-%{version}.tar.bz2
 Patch1: kepas-link-qt3support.patch
+BuildRequires:  fdupes
 BuildRequires:  kdebase4-workspace-devel
-BuildRequires:  libkde4-devel
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %kde4_runtime_requires
 
@@ -47,11 +44,11 @@
 
 %install
   cd build
-%make_install
+  %make_install
+  %fdupes -s %{buildroot}
   %kde_post_install
 
 %post -p /sbin/ldconfig
-
 %postun -p /sbin/ldconfig
 
 %clean
@@ -60,16 +57,14 @@
 %files
 %defattr(-,root,root)
 %doc AUTHORS
-%{_bindir}/kepastray
-%{_datadir}/kde4/apps/kepas
-%{_datadir}/kde4/apps/kepas/kepas.notifyrc
-%{_datadir}/kde4/apps/plasma
-%{_datadir}/kde4/apps/plasma/plasma.notifyrc
-%{_datadir}/kde4/services/plasma-applet-kepas.desktop
-%{_datadir}/applications/kde4/kepas.desktop
-%{_datadir}/icons/hicolor/*/apps/kepas.*
-%{_libdir}/kde4/plasma_applet_kepas.so
-%{_libdir}/libkepas.so
-%{_libdir}/libkpf.so
+%{_kde4_applicationsdir}/kepas.desktop
+%{_kde4_appsdir}/kepas
+%{_kde4_appsdir}/plasma
+%{_kde4_bindir}/kepastray
+%{_kde4_iconsdir}/hicolor/*/apps/kepas.*
+%{_kde4_libdir}/libkepas.so
+%{_kde4_libdir}/libkpf.so
+%{_kde4_modulesdir}/plasma_applet_kepas.so
+%{_kde4_servicesdir}/plasma-applet-kepas.desktop
 
 %changelog






Remember to have fun...

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



commit kio_sysinfo-branding-upstream for openSUSE:Factory

2011-09-21 Thread h_root

Hello community,

here is the log from the commit of package kio_sysinfo-branding-upstream for 
openSUSE:Factory
checked in at Wed Sep 21 17:08:56 CEST 2011.




--- KDE/kio_sysinfo-branding-upstream/kio_sysinfo-branding-upstream.changes 
2011-08-09 20:41:05.0 +0200
+++ 
/mounts/work_src_done/STABLE/kio_sysinfo-branding-upstream/kio_sysinfo-branding-upstream.changes
2011-09-20 14:52:48.0 +0200
@@ -1,0 +2,5 @@
+Tue Sep 20 12:52:28 UTC 2011 - co...@suse.com
+
+- bump to 12.1
+
+---

calling whatdependson for head-i586




Other differences:
--
++ kio_sysinfo-branding-upstream.spec ++
--- /var/tmp/diff_new_pack.14sDRj/_old  2011-09-21 17:08:46.0 +0200
+++ /var/tmp/diff_new_pack.14sDRj/_new  2011-09-21 17:08:46.0 +0200
@@ -25,7 +25,7 @@
 Group:  System/GUI/KDE
 Summary:System Information KIO-Slave Branding
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-Version:11.4
+Version:12.1
 Release:7
 Source0:sysinfo.tar.bz2
 Source1:COPYING






Remember to have fun...

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



commit lash for openSUSE:Factory

2011-09-21 Thread h_root

Hello community,

here is the log from the commit of package lash for openSUSE:Factory
checked in at Wed Sep 21 17:09:12 CEST 2011.




--- lash/lash.changes   2011-05-26 11:57:38.0 +0200
+++ /mounts/work_src_done/STABLE/lash/lash.changes  2011-09-19 
21:24:16.0 +0200
@@ -1,0 +2,5 @@
+Mon Sep 19 19:23:53 UTC 2011 - crrodrig...@opensuse.org
+
+- Link with libm as well.
+
+---

calling whatdependson for head-i586


New:

  lash-add-needed.patch



Other differences:
--
++ lash.spec ++
--- /var/tmp/diff_new_pack.gKrlGS/_old  2011-09-21 17:09:07.0 +0200
+++ /var/tmp/diff_new_pack.gKrlGS/_new  2011-09-21 17:09:07.0 +0200
@@ -34,6 +34,7 @@
 Patch1: lash-implicit-fortify-decl.patch
 Patch2: lash-info-entry.diff
 Patch3: lash-swig-2x.patch
+Patch4: lash-add-needed.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %py_requires
 
@@ -55,6 +56,7 @@
 %patch1 -p1
 %patch2 -p1
 %patch3
+%patch4
 
 %build
 ./autogen.sh

++ lash-add-needed.patch ++
--- configure.ac.orig
+++ configure.ac
@@ -6,7 +6,9 @@ AM_ACLOCAL_INCLUDE([m4])
 
 ### Check for programs ###
 AC_LANG([C])
-AC_PROG_CC
+AC_PROG_CC_STDC
+AC_USE_SYSTEM_EXTENSIONS
+AC_SYS_LARGEFILE
 AC_PROG_LIBTOOL
 
 #
@@ -31,6 +33,7 @@ AC_SUBST(JACK_LIBS)
 AC_DEFINE_UNQUOTED(JACK_VERSION, $JACK_VERSION, [The version of jack we're 
compiling against])
 PC_REQUIRES=jack
 
+AC_SEARCH_LIBS(sin, m)
 
 
 ### ALSA ###






Remember to have fun...

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



commit libburnia for openSUSE:Factory

2011-09-21 Thread h_root

Hello community,

here is the log from the commit of package libburnia for openSUSE:Factory
checked in at Wed Sep 21 17:09:31 CEST 2011.




--- libburnia/libburnia.changes 2011-02-28 00:15:40.0 +0100
+++ /mounts/work_src_done/STABLE/libburnia/libburnia.changes2011-09-21 
12:02:11.0 +0200
@@ -1,0 +2,41 @@
+Wed Sep 21 09:20:04 UTC 2011 - g...@opensuse.org
+
+- update libburn to version 1.1.4
+  * New API call burn_lookup_device_link()
+  * New API call burn_disc_get_phys_format_info()
+  * New cdrskin option --device_links
+  * New API call burn_disc_next_track_is_damaged()
+  * New API call burn_disc_close_damaged()
+  * Burning DVD-R DAO with 2 kB size granularity rather than 32 kB
+  * New API call burn_allow_drive_role_4()
+  * Bugfixes
+- update libisofs to version 1.1.4
+  * New API call iso_image_get_bootcat()
+  * New API call iso_write_opts_set_joliet_long_names()
+  * New error codes for oversized file addresses
+  * New no_md5 value 2 for API call iso_read_opts_set_no_md5()
+  * New option bits 8 and 9 with iso_write_opts_set_system_area()
+  * Bugfixes
+- update libisoburn to version 1.1.4
+  * New option -device_links
+  * Enabled extraction of the boot catalog file to disk filesystem
+  * New option -list_speeds
+  * New option -signal_handling
+  * New option -close_damaged
+  * New API call isoburn_set_truncate()
+  * New relax option isoburn_igopt_joliet_long_names
+  * New option -early_stdio_test
+  * New options -print_info and -print_mark
+  * New -compliance option joliet_long_names
+  * -as mkisofs option -joliet-long is now fully functional
+  * Burning DVD-R DAO with 2 kB size granularity rather than 32 kB
+  * New isoburn_ropt_set_extensions() option isoburn_ropt_nomd5tag
+  * New -padding modes included and appended
+  * New bootspec partition_cyl_align=, new -as mkisofs option 
-partition_cyl_align
+  * New -as mkisofs and -as cdrecord option --no_rc
+  * Own man page and info document for xorrisofs
+  * Bugfixes
+- do not use source services and recompress any more as per
+  discussion on opensuse-factory@
+
+---

calling whatdependson for head-i586


Old:

  _service
  _service:recompress:download_url:libburn-1.0.2.pl00.tar.bz2
  _service:recompress:download_url:libisoburn-1.0.2.pl00.tar.bz2
  _service:recompress:download_url:libisofs-1.0.2.tar.bz2

New:

  libburn-1.1.4.tar.gz
  libisoburn-1.1.4.tar.gz
  libisofs-1.1.4.tar.gz



Other differences:
--
++ libburnia.spec ++
--- /var/tmp/diff_new_pack.XIOWRk/_old  2011-09-21 17:09:24.0 +0200
+++ /var/tmp/diff_new_pack.XIOWRk/_new  2011-09-21 17:09:24.0 +0200
@@ -16,9 +16,9 @@
 #
 
 
-%define libburn_ver1.0.2.pl00
-%define libisoburn_ver 1.0.2.pl00
-%define libisofs_ver   1.0.2
+%define libburn_ver1.1.4
+%define libisoburn_ver 1.1.4
+%define libisofs_ver   1.1.4
 
 %define libburn_so 4
 %define libisoburn_so  1
@@ -31,9 +31,9 @@
 Summary:A project for reading, mastering and writing optical discs
 Url:http://libburnia-project.org/
 Group:  Productivity/Multimedia/CD/Record
-Source: libburn-%{libburn_ver}.tar.bz2
-Source1:libisoburn-%{libisoburn_ver}.tar.bz2
-Source2:libisofs-%{libisofs_ver}.tar.bz2
+Source0:
http://files.libburnia-project.org/releases/libburn-%{libburn_ver}.tar.gz
+Source1:
http://files.libburnia-project.org/releases/libisoburn-%{libisoburn_ver}.tar.gz
+Source2:
http://files.libburnia-project.org/releases/libisofs-%{libisofs_ver}.tar.gz
 BuildRequires:  libacl-devel
 BuildRequires:  pkg-config
 BuildRequires:  zlib-devel
@@ -47,7 +47,6 @@
 
 %package -n libburnia-tools
 
-
 Summary:Tools for Creating and Manipulating ISO 9660 Images and 
Writing Optical Media
 Group:  Productivity/Multimedia/CD/Record
 Requires(post): info
@@ -60,7 +59,6 @@
 
 %package -n libburnia-devel
 
-
 Summary:Development Files for libisofs, libburn, and libisoburn
 Group:  Development/Libraries/C and C++
 Requires:   libburn%{libburn_so} = %{libburn_ver}
@@ -76,7 +74,6 @@
 
 %package -n libburn%{libburn_so}
 
-
 Version:%{libburn_ver}
 Release:1
 Summary:Library for Writing Preformatted Data onto Optical Media
@@ -89,7 +86,6 @@
 
 %package -n libisoburn%{libisoburn_so}
 
-
 Version:%{libisoburn_ver}
 Release:1
 Summary:Frontend for libburn and libisofs
@@ -106,7 +102,6 @@
 
 %package -n libisofs%{libisofs_so}
 
-
 Version:%{libisofs_ver}
 Release:1
 Summary:Library for Creating ISO-9660 Filesystems
@@ -137,7 +132,7 @@
 export LIBRARY_PATH=$TEMP_ROOT%{_libdir}
 export PKG_CONFIG_PATH=$TEMP_ROOT%{_libdir}/pkgconfig
 
-cd libburn-%(echo %{libburn_ver} | sed 's/\(.*\)\.pl[0-9]\+/\1/')
+cd libburn-%{libburn_ver}
 %configure --disable-static
 

commit libcap for openSUSE:Factory

2011-09-21 Thread h_root

Hello community,

here is the log from the commit of package libcap for openSUSE:Factory
checked in at Wed Sep 21 17:09:49 CEST 2011.




--- libcap/libcap.changes   2010-12-02 15:48:24.0 +0100
+++ /mounts/work_src_done/STABLE/libcap/libcap.changes  2011-09-20 
09:48:26.0 +0200
@@ -1,0 +2,21 @@
+Tue Sep 20 07:48:12 UTC 2011 - a...@suse.de
+
+- Cleanup specfile a bit: Remove old tags.
+
+---
+Tue Sep 20 07:29:05 UTC 2011 - a...@suse.de
+
+- Update to libcap 2.22
+- libcap 2.22 includes:
+  * Clarified License file (with version 2 of the GPL)
+  * Support getting/setting capabilities on large files
+  * After --chroot command, change working directory to /.
+- libcap 2.21 includes:
+  * Introduce cap_get_bound() and cap_drop_bound() functions.
+also include a macro CAP_IS_SUPPORTED(cap) for capabilities
+- libcap 2.20 includes:
+  * Latest kernel capabilites supported: now includes CAP_SYSLOG
+  * $(CFLAGS) Makefile fixes
+  * Default to installing setcap with an inheritable capability.
+
+---

calling whatdependson for head-i586


Old:

  libcap-2.19.tar.bz2

New:

  libcap-2.22.tar.bz2



Other differences:
--
++ libcap.spec ++
--- /var/tmp/diff_new_pack.FrYKoz/_old  2011-09-21 17:09:44.0 +0200
+++ /var/tmp/diff_new_pack.FrYKoz/_new  2011-09-21 17:09:44.0 +0200
@@ -1,5 +1,5 @@
 #
-# spec file for package libcap (Version 2.19)
+# spec file for package libcap
 #
 # Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
@@ -15,19 +15,17 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 
 
 Name:   libcap
-License:BSD3c
+License:BSD3c;GPLv2
 Group:  System/Libraries
-AutoReqProv:on
 Summary:Library for Capabilities (linux-privs) Support
-Version:2.19
+Version:2.22
 Release:1
 Source: 
ftp://ftp.de.kernel.org/pub/linux/libs/security/linux-privs/libcap2/libcap-%{version}.tar.bz2
 Source2:baselibs.conf
-#URL:  http://www.kernel.org/
+Url:https://sites.google.com/site/fullycapable/
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  libattr-devel
 %if 0%{?suse_version}  1030
@@ -46,7 +44,7 @@
 
 
 %package -n libcap2
-License:BSD3c
+License:BSD3c;GPLv2
 Summary:Library for Capabilities (linux-privs) Support
 Group:  System/Libraries
 
@@ -61,7 +59,7 @@
 
 
 %package devel
-License:BSD3c
+License:BSD3c;GPLv2
 Summary:Development files for libcap
 Group:  Development/Libraries/C and C++
 Requires:   glibc-devel libcap2 = %{version}
@@ -79,7 +77,7 @@
 
 
 %package progs
-License:BSD3c
+License:BSD3c;GPLv2
 Summary:Libcap utility programs
 Group:  System/Filesystems
 
@@ -97,8 +95,8 @@
 lib=%{_lib} make %{?_smp_mflags} DEBUG=-g $RPM_OPT_FLAGS
 
 %install
-make install DESTDIR=$RPM_BUILD_ROOT LIBDIR=$RPM_BUILD_ROOT/%{_lib} 
MANDIR=$RPM_BUILD_ROOT%{_mandir}
-# remove unneeded fi
+make install DESTDIR=$RPM_BUILD_ROOT LIBDIR=$RPM_BUILD_ROOT/%{_lib} 
MANDIR=$RPM_BUILD_ROOT%{_mandir} RAISE_SETFCAP=no
+# remove unneeded files
 rm -f $RPM_BUILD_ROOT/%{_lib}/*.*a
 # move *.so file to libdir and relink
 rm -f $RPM_BUILD_ROOT/%{_lib}/*.so

++ libcap-2.19.tar.bz2 - libcap-2.22.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libcap-2.19/License new/libcap-2.22/License
--- old/libcap-2.19/License 2008-01-22 01:16:58.0 +0100
+++ new/libcap-2.22/License 2011-07-25 03:52:49.0 +0200
@@ -21,10 +21,11 @@
written permission.
 
 ALTERNATIVELY, this product may be distributed under the terms of the
-GNU General Public License, in which case the provisions of the GNU
-GPL are required INSTEAD OF the above restrictions.  (This clause is
-necessary due to a potential conflict between the GNU GPL and the
-restrictions contained in a BSD-style copyright.)
+GNU General Public License (v2.0 - see below), in which case the
+provisions of the GNU GPL are required INSTEAD OF the above
+restrictions.  (This clause is necessary due to a potential conflict
+between the GNU GPL and the restrictions contained in a BSD-style
+copyright.)
 
 THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED
 WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
@@ -39,3 +40,346 @@
 DAMAGE.
 -
 
+-
+Full text of gpl-2.0.txt:
+-
+
+GNU GENERAL PUBLIC LICENSE
+   Version 2, June 1991
+
+ Copyright (C) 1989, 1991 Free Software Foundation, Inc.,
+ 51 

commit libdlm for openSUSE:Factory

2011-09-21 Thread h_root

Hello community,

here is the log from the commit of package libdlm for openSUSE:Factory
checked in at Wed Sep 21 17:10:02 CEST 2011.




--- libdlm/libdlm.changes   2011-08-30 21:33:36.0 +0200
+++ /mounts/work_src_done/STABLE/libdlm/libdlm.changes  2011-09-20 
16:08:24.0 +0200
@@ -1,0 +2,19 @@
+Tue Sep 20 14:07:24 UTC 2011 - tser...@suse.com
+
+- dlm_controld: fix build with old ( 3.0) kernel headers
+- dlm_controld: clear waiting plocks for closed files
+- dlm_controld: Introduce RB tree for improving plock resources searching
+  efficiency
+- dlm_controld: RB tree implementation borrowed from the kernel source
+- dlm_controld: remove oom_adj
+- dlm_controld: ignore plocks until checkpoint time
+- dlm_controld: fix plock signature in stored message
+- dlm_controld: fix plock owner syncing
+- dlm_controld: fix plock owner in checkpoints
+- dlm_controld: fix plock checkpoint signatures
+- dlm_controld: wrong fencing time comparison
+- dlm_controld.pcmk: Prevent use-of-NULL by checking the node has a valid
+  address before adding it to configfs
+- dlm_controld: always return error if the daemon is not ready to operate
+
+---

calling whatdependson for head-i586


Old:

  bnc-634240_reset-fs_notified.diff
  sles-specific.diff
  upstream-submissions.diff



Other differences:
--
++ libdlm.spec ++
--- /var/tmp/diff_new_pack.DRRxTF/_old  2011-09-21 17:09:57.0 +0200
+++ /var/tmp/diff_new_pack.DRRxTF/_new  2011-09-21 17:09:57.0 +0200
@@ -32,14 +32,11 @@
 Name:   libdlm
 Summary:Application interface to the kernel's distributed lock manager
 Version:3.00.01
-Release:13
+Release:14
 License:GPLv2 ; GPLv2+ ; LGPLv2.1+
 Url:http://sources.redhat.com/cluster/wiki
 Group:  Productivity/Clustering/HA
 Source: libdlm.tar.bz2
-Patch1: upstream-submissions.diff
-Patch2: sles-specific.diff
-Patch3: bnc-634240_reset-fs_notified.diff
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 AutoReqProv:on
 Requires:   pacemaker
@@ -176,9 +173,6 @@
 %prep
 ###
 %setup -n libdlm
-%patch1 -p1
-%patch2 -p1
-%patch3 -p1
 ###
 
 %build

++ libdlm.tar.bz2 ++
 5878 lines of diff (skipped)






Remember to have fun...

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



commit libgarcon for openSUSE:Factory

2011-09-21 Thread h_root

Hello community,

here is the log from the commit of package libgarcon for openSUSE:Factory
checked in at Wed Sep 21 17:10:32 CEST 2011.




--- libgarcon/libgarcon.changes 2011-06-19 16:44:27.0 +0200
+++ /mounts/work_src_done/STABLE/libgarcon/libgarcon.changes2011-09-19 
15:41:05.0 +0200
@@ -1,0 +2,16 @@
+Mon Sep 19 13:17:00 UTC 2011 - g...@opensuse.org
+
+- update to version 0.1.9
+  - rename Network category to Internet
+  - queue multiple reload-required signals
+  - speedup a number of critical code-paths
+  - use GSList instead of GList where possible
+  - Use XfceRc instead of GKeyFile, this makes garcon depend on
+libxfce4util, but is faster and more memory efficient.
+  - return an error string instead of freeing it, causing a sefgault
+in xfce4-panel
+  - do not decrement the internal refcount of items, this should
+fixed the usage of OnlyUnallocated/
+  - translations updates
+
+---

calling whatdependson for head-i586


Old:

  garcon-0.1.8.tar.bz2

New:

  garcon-0.1.9.tar.bz2



Other differences:
--
++ libgarcon.spec ++
--- /var/tmp/diff_new_pack.j7nqY5/_old  2011-09-21 17:10:21.0 +0200
+++ /var/tmp/diff_new_pack.j7nqY5/_new  2011-09-21 17:10:21.0 +0200
@@ -18,7 +18,7 @@
 
 
 Name:   libgarcon
-Version:0.1.8
+Version:0.1.9
 Release:1
 License:GPLv2+
 Summary:Library Implementing the freedesktop.org Desktop Menu 
Specification
@@ -31,6 +31,7 @@
 BuildRequires:  intltool
 BuildRequires:  pkgconfig(glib-2.0)
 BuildRequires:  pkgconfig(gtk+-2.0)
+BuildRequires:  pkgconfig(libxfce4util-1.0)
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %define libname libgarcon-1-0
@@ -44,7 +45,6 @@
 
 %package -n %{libname}
 
-
 Summary:Library Implementing the freedesktop.org Desktop Menu 
Specification
 Group:  System/Libraries
 Requires:   %{name}-branding = %{version}

++ garcon-0.1.8.tar.bz2 - garcon-0.1.9.tar.bz2 ++
 6752 lines of diff (skipped)

++ libgarcon-x-suse-unimportant-support.patch ++
--- /var/tmp/diff_new_pack.j7nqY5/_old  2011-09-21 17:10:21.0 +0200
+++ /var/tmp/diff_new_pack.j7nqY5/_new  2011-09-21 17:10:21.0 +0200
@@ -1,13 +1,23 @@
-diff -ur garcon-0.1.4.orig/garcon/garcon-menu-item.c 
garcon-0.1.4/garcon/garcon-menu-item.c
 garcon-0.1.4.orig/garcon/garcon-menu-item.c2010-12-05 
15:32:47.0 +0100
-+++ garcon-0.1.4/garcon/garcon-menu-item.c 2010-12-21 14:34:49.0 
+0100
-@@ -750,7 +750,8 @@
-   icon = GET_KEY (string, G_KEY_FILE_DESKTOP_KEY_ICON);
-   path = GET_KEY (string, G_KEY_FILE_DESKTOP_KEY_PATH);
-   terminal = GET_KEY (boolean, G_KEY_FILE_DESKTOP_KEY_TERMINAL);
--  no_display = GET_KEY (boolean, G_KEY_FILE_DESKTOP_KEY_NO_DISPLAY);
-+  no_display = GET_KEY (boolean, G_KEY_FILE_DESKTOP_KEY_NO_DISPLAY)
-+   || GET_KEY (boolean, X-SuSE-Unimportant);
-   startup_notify = GET_KEY (boolean, 
G_KEY_FILE_DESKTOP_KEY_STARTUP_NOTIFY)
-|| GET_KEY (boolean, X-KDE-StartupNotify);
-   hidden = GET_KEY (boolean, G_KEY_FILE_DESKTOP_KEY_HIDDEN);
+diff -urNp garcon-0.1.9.orig/garcon/garcon-menu-item.c 
garcon-0.1.9/garcon/garcon-menu-item.c
+--- garcon-0.1.9.orig/garcon/garcon-menu-item.c2011-09-12 
20:24:20.0 +0200
 garcon-0.1.9/garcon/garcon-menu-item.c 2011-09-19 15:33:48.54661 
+0200
+@@ -732,7 +732,8 @@ garcon_menu_item_new (GFile *file)
+   icon = xfce_rc_read_entry_untranslated (rc, 
G_KEY_FILE_DESKTOP_KEY_ICON, NULL);
+   path = xfce_rc_read_entry_untranslated (rc, 
G_KEY_FILE_DESKTOP_KEY_PATH, NULL);
+   terminal = xfce_rc_read_bool_entry (rc, 
G_KEY_FILE_DESKTOP_KEY_TERMINAL, FALSE);
+-  no_display = xfce_rc_read_bool_entry (rc, 
G_KEY_FILE_DESKTOP_KEY_NO_DISPLAY, FALSE);
++  no_display = xfce_rc_read_bool_entry (rc, 
G_KEY_FILE_DESKTOP_KEY_NO_DISPLAY, FALSE)
++   || xfce_rc_read_bool_entry (rc, X-SuSE-Unimportant, 
FALSE);
+   startup_notify = xfce_rc_read_bool_entry (rc, 
G_KEY_FILE_DESKTOP_KEY_STARTUP_NOTIFY, FALSE)
+|| xfce_rc_read_bool_entry (rc, X-KDE-StartupNotify, 
FALSE);
+   hidden = xfce_rc_read_bool_entry (rc, G_KEY_FILE_DESKTOP_KEY_HIDDEN, 
FALSE);
+@@ -912,7 +913,8 @@ garcon_menu_item_reload_from_file (Garco
+   boolean = xfce_rc_read_bool_entry (rc, G_KEY_FILE_DESKTOP_KEY_TERMINAL, 
FALSE);
+   garcon_menu_item_set_requires_terminal (item, boolean);
+ 
+-  boolean = xfce_rc_read_bool_entry (rc, G_KEY_FILE_DESKTOP_KEY_NO_DISPLAY, 
FALSE);
++  boolean = xfce_rc_read_bool_entry (rc, G_KEY_FILE_DESKTOP_KEY_NO_DISPLAY, 
FALSE)
++|| xfce_rc_read_bool_entry (rc, X-SuSE-Unimportant, FALSE);
+   garcon_menu_item_set_no_display (item, boolean);
+ 
+   

commit libopenssl0_9_8 for openSUSE:Factory

2011-09-21 Thread h_root

Hello community,

here is the log from the commit of package libopenssl0_9_8 for openSUSE:Factory
checked in at Wed Sep 21 17:10:46 CEST 2011.




--- libopenssl0_9_8/libopenssl0_9_8.changes 2010-12-09 06:00:19.0 
+0100
+++ /mounts/work_src_done/STABLE/libopenssl0_9_8/libopenssl0_9_8.changes
2011-09-20 11:19:59.0 +0200
@@ -1,0 +2,6 @@
+Tue Sep 20 09:18:23 UTC 2011 - g...@suse.com
+
+- fix bug[bnc#716144] - VUL-0: openssl ECDH crash.
+  CVE-2011-3210
+
+---

calling whatdependson for head-i586


New:

  CVE-2011-3210.patch



Other differences:
--
++ libopenssl0_9_8.spec ++
--- /var/tmp/diff_new_pack.w701fz/_old  2011-09-21 17:10:41.0 +0200
+++ /var/tmp/diff_new_pack.w701fz/_new  2011-09-21 17:10:41.0 +0200
@@ -35,6 +35,7 @@
 Patch0: merge_from_0_9_8k.patch
 Patch1: openssl-CVE-2010-0740.patch
 Patch2: CVE-2010-4180.patch
+Patch3: CVE-2011-3210.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Recommends: openssl-certs
 
@@ -59,6 +60,7 @@
 %patch0  -p1
 %patch1  -p1
 %patch2  -p1
+%patch3  -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

++ CVE-2011-3210.patch ++
Index: openssl-0.9.8h/ssl/s3_lib.c
===
--- openssl-0.9.8h.orig/ssl/s3_lib.c
+++ openssl-0.9.8h/ssl/s3_lib.c
@@ -1722,11 +1722,17 @@ void ssl3_clear(SSL *s)
}
 #ifndef OPENSSL_NO_DH
if (s-s3-tmp.dh != NULL)
+   {
DH_free(s-s3-tmp.dh);
+   s-s3-tmp.dh = NULL;
+   }
 #endif
 #ifndef OPENSSL_NO_ECDH
if (s-s3-tmp.ecdh != NULL)
+   {
EC_KEY_free(s-s3-tmp.ecdh);
+   s-s3-tmp.ecdh = NULL;
+   }
 #endif
 
rp = s-s3-rbuf.buf;
Index: openssl-0.9.8h/ssl/s3_srvr.c
===
--- openssl-0.9.8h.orig/ssl/s3_srvr.c
+++ openssl-0.9.8h/ssl/s3_srvr.c
@@ -712,6 +712,13 @@ int ssl3_check_client_hello(SSL *s)
s-s3-tmp.dh = NULL;
}
 #endif
+#ifndef OPENSSL_NO_ECDH
+   if (s-s3-tmp.ecdh != NULL)
+   {
+   EC_KEY_free(s-s3-tmp.ecdh);
+   s-s3-tmp.ecdh = NULL;
+   }
+#endif
return 2;
}
return 1;
@@ -1316,7 +1323,6 @@ int ssl3_send_server_key_exchange(SSL *s
 
if (s-s3-tmp.dh != NULL)
{
-   DH_free(dh);
SSLerr(SSL_F_SSL3_SEND_SERVER_KEY_EXCHANGE, 
ERR_R_INTERNAL_ERROR);
goto err;
}
@@ -1377,7 +1383,6 @@ int ssl3_send_server_key_exchange(SSL *s
 
if (s-s3-tmp.ecdh != NULL)
{
-   EC_KEY_free(s-s3-tmp.ecdh); 
SSLerr(SSL_F_SSL3_SEND_SERVER_KEY_EXCHANGE, 
ERR_R_INTERNAL_ERROR);
goto err;
}
@@ -1388,12 +1393,11 @@ int ssl3_send_server_key_exchange(SSL *s

SSLerr(SSL_F_SSL3_SEND_SERVER_KEY_EXCHANGE,ERR_R_ECDH_LIB);
goto err;
}
-   if (!EC_KEY_up_ref(ecdhp))
+   if ((ecdh = EC_KEY_dup(ecdhp)) == NULL)
{

SSLerr(SSL_F_SSL3_SEND_SERVER_KEY_EXCHANGE,ERR_R_ECDH_LIB);
goto err;
}
-   ecdh = ecdhp;
 
s-s3-tmp.ecdh=ecdh;
if ((EC_KEY_get0_public_key(ecdh) == NULL) ||
@@ -2247,6 +2251,12 @@ int ssl3_get_client_key_exchange(SSL *s)
 /* Get encoded point length */
 i = *p; 
p += 1;
+   if (n != 1 + i)
+   {
+   SSLerr(SSL_F_SSL3_GET_CLIENT_KEY_EXCHANGE,
+   ERR_R_EC_LIB);
+   goto err;
+   }
 if (EC_POINT_oct2point(group, 
clnt_ecpoint, p, i, bn_ctx) == 0)
{





Remember to have fun...

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



commit libxfce4util for openSUSE:Factory

2011-09-21 Thread h_root

Hello community,

here is the log from the commit of package libxfce4util for openSUSE:Factory
checked in at Wed Sep 21 17:10:58 CEST 2011.




--- libxfce4util/libxfce4util.changes   2011-01-31 23:08:19.0 +0100
+++ /mounts/work_src_done/STABLE/libxfce4util/libxfce4util.changes  
2011-09-19 15:35:18.0 +0200
@@ -1,0 +2,11 @@
+Mon Sep 19 13:20:55 UTC 2011 - g...@opensuse.org
+
+- update to version 4.8.2
+  - remove the internal slice allocator macros
+  - use chain to free slice instead of a loop
+  - bugfixes
+  - translation updates
+- removed libxfce4util-4.8.1-fix-broken-assertion.patch which has
+  been included upstream
+
+---

calling whatdependson for head-i586


Old:

  libxfce4util-4.8.1-fix-broken-assertion.patch
  libxfce4util-4.8.1.tar.bz2

New:

  libxfce4util-4.8.2.tar.bz2



Other differences:
--
++ libxfce4util.spec ++
--- /var/tmp/diff_new_pack.3TQo66/_old  2011-09-21 17:10:52.0 +0200
+++ /var/tmp/diff_new_pack.3TQo66/_new  2011-09-21 17:10:52.0 +0200
@@ -18,15 +18,13 @@
 
 
 Name:   libxfce4util
-Version:4.8.1
+Version:4.8.2
 Release:2
 License:LGPLv2.1+
 Summary:Utility Library for the Xfce Desktop Environment
 Url:http://www.xfce.org/projects/libxfce4
 Group:  System/Libraries
 Source: %{name}-%{version}.tar.bz2
-# PATCH-FIX-UPSTREAM bxo#7122 g...@opensuse.org -- Fixes a broken assertion 
which can cause xfce_strjoin to fail incorrectly (backported from git master)
-Patch0: %{name}-4.8.1-fix-broken-assertion.patch
 BuildRequires:  gtk-doc
 BuildRequires:  intltool
 BuildRequires:  pkgconfig(glib-2.0)
@@ -50,7 +48,6 @@
 
 %prep
 %setup -q
-%patch0 -p1
 
 %build
 %configure \

++ libxfce4util-4.8.1.tar.bz2 - libxfce4util-4.8.2.tar.bz2 ++
 18237 lines of diff (skipped)






Remember to have fun...

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



commit lightdm for openSUSE:Factory

2011-09-21 Thread h_root

Hello community,

here is the log from the commit of package lightdm for openSUSE:Factory
checked in at Wed Sep 21 17:11:25 CEST 2011.




--- lightdm/lightdm.changes 2011-09-07 12:08:22.0 +0200
+++ /mounts/work_src_done/STABLE/lightdm/lightdm.changes2011-09-20 
12:42:22.0 +0200
@@ -1,0 +2,35 @@
+Tue Sep 20 10:34:07 UTC 2011 - g...@opensuse.org
+
+- update to current pre-0.9.8 bzr snapshot
+  - add ability to set the language of a user from the greeter
+  - set LANG variable based on the user language
+  - add language selector into GTK greeter (disabled by default)
+  - allow TCP/IP connections if xserver-allow-tcp is true
+ 
+---
+Mon Sep 19 22:31:28 UTC 2011 - g...@opensuse.org
+
+- added configuration script for /etc/init.d/xdm
+
+---
+Mon Sep 19 11:45:35 UTC 2011 - g...@opensuse.org
+
+- update to current pre-0.9.8 bzr snapshot
+  - Remove GetSeatForCookie and GetSessionForCookie now
+XDG_SEAT_PATH and XDG_SESSION_PATH exist
+  - Change log filenames to be unique across different display
+types
+  - Fix up script hooks, add regression tests for them
+  - Complete removal of X code from the core of LightDM, so it can
+better support various display types
+  - Set PAM_TTY to the display name, not the tty device
+  - Only unlock displays if switched to from greeter
+  - Make log file not system readable
+  - Write ~/.Xauthority inside the session process so it cannot be
+hijacked
+  - Set PAM_TTY and PAM_XDISPLAY when opening PAM session
+  - Add VNC server support
+  - Do not write ~/.dmrc and ~/.Xauthority as root, this addresses
+CVE-2011-3349
+
+---

calling whatdependson for head-i586


Old:

  lightdm-0.9.5.tar.gz

New:

  X11-displaymanagers-lightdm
  lightdm-0.9.7.99_bzr20110920.tar.gz



Other differences:
--
++ lightdm.spec ++
--- /var/tmp/diff_new_pack.JhPHeo/_old  2011-09-21 17:11:09.0 +0200
+++ /var/tmp/diff_new_pack.JhPHeo/_new  2011-09-21 17:11:09.0 +0200
@@ -23,7 +23,7 @@
 %define qt_lib  lib%{qt_libname}-0
 
 Name:   lightdm
-Version:0.9.5
+Version:0.9.7.99_bzr20110920
 Release:1
 Summary:Lightweight, Cross-desktop Display Manager
 Group:  System/X11/Displaymanagers
@@ -32,6 +32,7 @@
 Source0:%{name}-%{version}.tar.gz
 Source1:%{name}.pamd
 Source2:%{name}-autologin.pamd
+Source3:X11-displaymanagers-%{name}
 Source100:  %{name}-rpmlintrc
 # PATCH-FEATURE-OPENSUSE lightdm-sysconfig-support.patch g...@opensuse.org -- 
Adds support for reading configuration options from 
/etc/sysconfig/displaymanager and /etc/sysconfig/windowmanager
 Patch1: lightdm-sysconfig-support.patch
@@ -80,7 +81,6 @@
 %lang_package
 %package -n %{gobject_lib}
 
-
 Summary:LightDM GObject-based Client Library
 Group:  System/Libraries
 
@@ -89,7 +89,6 @@
 
 %package gobject-devel
 
-
 Summary:Development Files for %{gobject_lib}
 Group:  Development/Libraries/C and C++
 Requires:   %{gobject_lib} = %{version}
@@ -100,7 +99,6 @@
 
 %package -n %{qt_lib}
 
-
 Summary:LightDM Qt-based Client Library
 Group:  System/Libraries
 
@@ -109,7 +107,6 @@
 
 %package qt-devel
 
-
 Summary:Development Files for %{qt_lib}
 Group:  Development/Libraries/C and C++
 Requires:   %{qt_lib} = %{version}
@@ -120,7 +117,6 @@
 
 %package gtk-greeter
 
-
 Summary:GTK-based Greeter for LightDM
 Group:  System/X11/Displaymanagers
 Requires(post): update-alternatives
@@ -135,7 +131,6 @@
 
 %package gtk-greeter-branding-upstream
 
-
 Summary:Upstream branding of %{name}-gtk-greeter
 Group:  System/X11/Displaymanagers
 Requires:   %{name}-gtk-greeter = %{version}
@@ -151,7 +146,6 @@
 
 %package qt-greeter
 
-
 Summary:Qt-based Greeter for LightDM
 Group:  System/X11/Displaymanagers
 Requires(post): update-alternatives
@@ -191,6 +185,7 @@
 
 install -D -m 644 %{SOURCE1} %{buildroot}%{_sysconfdir}/pam.d/lightdm
 install -D -m 644 %{SOURCE2} %{buildroot}%{_sysconfdir}/pam.d/lightdm-autologin
+install -D -m 644 %{SOURCE3} %{buildroot}%{_libdir}/X11/displaymanagers/lightdm
 
 mv %{buildroot}%{_libexecdir}/lightdm-set-defaults \
 %{buildroot}%{_libexecdir}/lightdm/lightdm-set-defaults
@@ -258,6 +253,9 @@
 %config %{_sysconfdir}/lightdm/keys.conf
 %config %{_sysconfdir}/pam.d/lightdm*
 %config %{_sysconfdir}/dbus-1/system.d/org.freedesktop.DisplayManager.conf
+%dir %{_libdir}/X11/
+%dir %{_libdir}/X11/displaymanagers/
+%{_libdir}/X11/displaymanagers/lightdm
 %dir %{_datadir}/xgreeters/
 %ghost %attr(751,lightdm,lightdm) %dir %{_localstatedir}/run/lightdm
 

commit mkinitrd for openSUSE:Factory

2011-09-21 Thread h_root

Hello community,

here is the log from the commit of package mkinitrd for openSUSE:Factory
checked in at Wed Sep 21 17:11:39 CEST 2011.




--- mkinitrd/mkinitrd.changes   2011-09-20 10:43:42.0 +0200
+++ /mounts/work_src_done/STABLE/mkinitrd/mkinitrd.changes  2011-09-21 
10:25:00.0 +0200
@@ -1,0 +2,17 @@
+Wed Sep 21 08:19:47 UTC 2011 - mma...@suse.cz
+
+- setup-network: 77-network.rules has moved to /lib/udev/rules.d/
+  (bnc#707855).
+
+---
+Wed Sep 21 07:27:32 UTC 2011 - e...@suse.de
+
+- netconsole: Make the setup more robust and add error detection.
+
+---
+Tue Sep 20 21:20:09 UTC 2011 - mma...@suse.com
+
+- Add /etc/{protocols,netconfig,services} to the initrd
+  (bnc#714945).
+
+---

calling whatdependson for head-i586




Other differences:
--
++ mkinitrd.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mkinitrd-2.7.0/mkinitrd.changes 
new/mkinitrd-2.7.0/mkinitrd.changes
--- old/mkinitrd-2.7.0/mkinitrd.changes 2011-09-20 10:42:20.0 +0200
+++ new/mkinitrd-2.7.0/mkinitrd.changes 2011-09-21 10:20:18.0 +0200
@@ -1,4 +1,21 @@
 ---
+Wed Sep 21 08:19:47 UTC 2011 - mma...@suse.cz
+
+- setup-network: 77-network.rules has moved to /lib/udev/rules.d/
+  (bnc#707855).
+
+---
+Wed Sep 21 07:27:32 UTC 2011 - e...@suse.de
+
+- netconsole: Make the setup more robust and add error detection.
+
+---
+Tue Sep 20 21:20:09 UTC 2011 - mma...@suse.com
+
+- Add /etc/{protocols,netconfig,services} to the initrd
+  (bnc#714945).
+
+---
 Tue Sep 20 08:41:54 UTC 2011 - mma...@suse.cz
 
 - purge-kernels: Also handle kernel-source packages (bnc#718753).
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mkinitrd-2.7.0/scripts/boot-netconsole.sh 
new/mkinitrd-2.7.0/scripts/boot-netconsole.sh
--- old/mkinitrd-2.7.0/scripts/boot-netconsole.sh   2011-09-20 
10:42:20.0 +0200
+++ new/mkinitrd-2.7.0/scripts/boot-netconsole.sh   2011-09-21 
10:20:18.0 +0200
@@ -23,9 +23,13 @@
 # no colon in NETCONSOLE = no port specified = use default
 netc_udpport=514  # syslog
 fi
-ping -c1 $netc_loghost /dev/null 21
-netc_lladdr=$(arp $netc_loghost | while read ip type mac o; do [ $mac != 
HWaddress ]  echo $mac; done)
-netc_ipaddr=$(arp -n | while read ip type mac o; do [ $mac == $netc_lladdr 
]  echo $ip; done)
-echo -e Netconsole:\tlog to $netc_loghost:$netc_udpport [ $netc_ipaddr / 
$netc_lladdr ] via $interface
+ping -w5 -c1 $netc_loghost /dev/null 21
+netc_lladdr=$(arp $netc_loghost | while read ip type mac o; do [ $mac != 
HWaddress -a $type != (incomplete) ]  { echo $mac; break; }; done)
+if [ z$netc_lladdr != z ]; then
+netc_ipaddr=$(arp -n | while read ip type mac o; do [ $mac == 
$netc_lladdr ]  { echo $ip; break; }; done)
+echo -e Netconsole:\tlog to $netc_loghost:$netc_udpport [ $netc_ipaddr / 
$netc_lladdr ] via $interface
 
-add_module_param netconsole 
netconsole=@/,${netc_udpport}@${netc_ipaddr}/${netc_lladdr}
+add_module_param netconsole 
netconsole=@/,${netc_udpport}@${netc_ipaddr}/${netc_lladdr}
+else
+echo -e Cannot configure netconsole: cannot find logging host 
$netc_loghost on $interface
+fi
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mkinitrd-2.7.0/scripts/setup-network.sh 
new/mkinitrd-2.7.0/scripts/setup-network.sh
--- old/mkinitrd-2.7.0/scripts/setup-network.sh 2011-09-20 10:42:20.0 
+0200
+++ new/mkinitrd-2.7.0/scripts/setup-network.sh 2011-09-21 10:20:18.0 
+0200
@@ -286,9 +286,8 @@
 cp /etc/resolv.conf $tmp_mnt/etc
 fi
 
-# Copy /etc/hosts in any case to be able to resolve static host names in the
-# initrd (bnc #468090)
-cp /etc/hosts $tmp_mnt/etc
+# Copy netcfg files (bnc#468090, bnc#714945)
+cp /etc/{hosts,protocols,services,netconfig} $tmp_mnt/etc
 
 # Get static IP configuration if requested
 for iface in $static_interfaces; do
@@ -302,14 +301,18 @@
 if [ -f /etc/udev/rules.d/70-persistent-net.rules ] ; then
 cp /etc/udev/rules.d/70-persistent-net.rules $tmp_mnt/etc/udev/rules.d
 fi
-if [ -f /etc/udev/rules.d/77-network.rules ] ; then
-cp /etc/udev/rules.d/77-network.rules $tmp_mnt/etc/udev/rules.d
+for f in /{lib,etc}/udev/rules.d/77-network.rules; do
+if ! test -e $f; then
+continue
+fi
+cp --parents $f $tmp_mnt/
 cp_bin /sbin/ifup $tmp_mnt/sbin/ifup
 cp_bin /bin/awk 

commit ndiswrapper for openSUSE:Factory

2011-09-21 Thread h_root

Hello community,

here is the log from the commit of package ndiswrapper for openSUSE:Factory
checked in at Wed Sep 21 17:12:45 CEST 2011.




--- ndiswrapper/ndiswrapper.changes 2011-05-27 16:26:25.0 +0200
+++ /mounts/work_src_done/STABLE/ndiswrapper/ndiswrapper.changes
2011-09-21 13:53:38.0 +0200
@@ -1,0 +2,7 @@
+Wed Sep 21 11:52:25 UTC 2011 - idon...@suse.com
+
+- Add ndiswrapper-3.0.patch
+  * HAVE_NETDEV_PRIV is gone in kernel 3.0 and netdev_priv is in
+kernel since 2.6.6
+
+---

calling whatdependson for head-i586


New:

  ndiswrapper-3.0.patch



Other differences:
--
++ ndiswrapper.spec ++
--- /var/tmp/diff_new_pack.HlPAqX/_old  2011-09-21 17:12:41.0 +0200
+++ /var/tmp/diff_new_pack.HlPAqX/_new  2011-09-21 17:12:41.0 +0200
@@ -15,26 +15,27 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 
 
 Name:   ndiswrapper
-BuildRequires:  kernel-source kernel-syms module-init-tools
-Group:  System/Kernel
-AutoReqProv:on
-Summary:Use Microsoft NDIS Network Drivers for WLAN Cards
 Version:1.56
 Release:3
-Requires:   pciutils
-Requires:   ndiswrapper-kmp
-Source0:%name-%version.tar.bz2
+License:GPLv2+
+Summary:Use Microsoft NDIS Network Drivers for WLAN Cards
+Url:http://ndiswrapper.sourceforge.net
+Group:  System/Kernel
+Source0:%{name}-%{version}.tar.bz2
 Source2:README.SUSE
 Source3:preamble
 Patch0: ndiswrapper.diff
 Patch1: ndiswrapper-2.6.35.patch
 Patch2: ndiswrapper-2.6.38.patch
-Url:http://ndiswrapper.sourceforge.net
-License:GPLv2+
+Patch3: ndiswrapper-3.0.patch
+BuildRequires:  kernel-source
+BuildRequires:  kernel-syms
+BuildRequires:  module-init-tools
+Requires:   ndiswrapper-kmp
+Requires:   pciutils
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 ExclusiveArch:  %ix86 x86_64
 %suse_kernel_module_package -p %_sourcedir/preamble kdump um debug xen
@@ -48,8 +49,8 @@
 
 %package KMP
 License:GPLv2+
-Group:  System/Kernel
 Summary:Use Microsoft NDIS Network Drivers for WLAN Cards
+Group:  System/Kernel
 
 %description KMP
 Some wireless LAN vendors refuse to release hardware specifications or
@@ -59,16 +60,17 @@
 NDIS (Windows network driver API) drivers.
 
 %prep
-%setup
+%setup -q
 %patch0
 %patch1
 %patch2 -p2
-cp %SOURCE2 .
+%patch3
+cp %{SOURCE2} .
 mkdir obj
 
 %build
-CFLAGS=$RPM_OPT_FLAGS make -C utils
-export EXTRA_CFLAGS='-DVERSION=\%version\'
+CFLAGS=%{optflags} make -C utils
+export EXTRA_CFLAGS='-DVERSION=\%{version}\'
 mkdir -p obj
 for flavor in %flavors_to_build; do
   rm -rf obj/$flavor
@@ -78,13 +80,13 @@
 done
 
 %install
-install -d -m 755 %buildroot/sbin %buildroot/usr/sbin \
-%buildroot/etc/ndiswrapper
+install -d -m 755 %{buildroot}/sbin %{buildroot}%{_sbindir} \
+%{buildroot}%{_sysconfdir}/ndiswrapper
 # Userspace stuff
-install -m 755 utils/loadndisdriver %buildroot/sbin
-install -m 755 utils/ndiswrapper %buildroot/usr/sbin
+install -m 755 utils/loadndisdriver %{buildroot}/sbin
+install -m 755 utils/ndiswrapper %{buildroot}%{_prefix}/sbin
 # Kernel module
-export INSTALL_MOD_PATH=$RPM_BUILD_ROOT
+export INSTALL_MOD_PATH=%{buildroot}
 export INSTALL_MOD_DIR=updates
 for flavor in %flavors_to_build; do
  make -C /usr/src/linux-obj/%_target_cpu/$flavor modules_install \
@@ -93,13 +95,9 @@
 
 %files
 %defattr(-, root, root)
-/etc/ndiswrapper
+%{_sysconfdir}/ndiswrapper
 /sbin/loadndisdriver
-/usr/sbin/ndiswrapper
-%doc README
-%doc README.SUSE
-%doc INSTALL
-%doc AUTHORS
-%doc ChangeLog
+%{_sbindir}/ndiswrapper
+%doc README README.SUSE AUTHORS ChangeLog
 
 %changelog

++ ndiswrapper-3.0.patch ++
--- driver/ntoskernel.h 2010-02-11 03:09:32.0 +0100
+++ driver/ntoskernel.h 2011-09-21 13:37:25.529535058 +0200
@@ -275,7 +275,7 @@
 #define PM_EVENT_SUSPEND 2
 #endif
 
-#if !defined(HAVE_NETDEV_PRIV)
+#if !defined(HAVE_NETDEV_PRIV)  LINUX_VERSION_CODE  KERNEL_VERSION(3,0,0)
 #define netdev_priv(dev)  ((dev)-priv)
 #endif
 





Remember to have fun...

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



commit omnibook for openSUSE:Factory

2011-09-21 Thread h_root

Hello community,

here is the log from the commit of package omnibook for openSUSE:Factory
checked in at Wed Sep 21 17:12:59 CEST 2011.




--- omnibook/omnibook.changes   2010-04-06 08:44:09.0 +0200
+++ /mounts/work_src_done/STABLE/omnibook/omnibook.changes  2011-09-21 
14:15:22.0 +0200
@@ -1,0 +2,9 @@
+Wed Sep 21 12:13:26 UTC 2011 - idon...@suse.com
+
+- Update to new git snapshot 20110911
+  * Apply patch from Ryan Martin kynalva...@gmail.com to fix
+  alignment issue with kernel = 2.6.33
+- Drop backlight-2.6.34-omnibook-20090628.patch, applied upstream
+- Fix compilation with kernel 3.0
+
+---

calling whatdependson for head-i586


Old:

  backlight-2.6.34-omnibook-20090628.patch
  omnibook-2.20100406.tar.bz2

New:

  omnibook-2.20110911.tar.bz2
  omnibook-kernel-3.0.patch



Other differences:
--
++ omnibook.spec ++
--- /var/tmp/diff_new_pack.YXZ0ih/_old  2011-09-21 17:12:51.0 +0200
+++ /var/tmp/diff_new_pack.YXZ0ih/_new  2011-09-21 17:12:51.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package omnibook (Version 20100406)
+# spec file for package omnibook
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 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,31 +15,30 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 # nodebuginfo
 
 
 Name:   omnibook
-BuildRequires:  kernel-syms module-init-tools
-Summary:Kernel modules for Omnibooks
-Version:20100406
+Version:20110911
 Release:1
-Group:  Hardware/Other
 License:GPLv2+
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+Summary:Kernel modules for Omnibooks
 Url:http://sourceforge.net/projects/omnibook
-AutoReqProv:on
+Group:  Hardware/Other
 # Tar archive created from 
git://omnibook.git.sourceforge.net/gitroot/omnibook/omnibook
 Source: %{name}-2.%{version}.tar.bz2
 Source2:preamble
-Patch4: backlight-2.6.34-omnibook-20090628.patch
+Patch1: omnibook-kernel-3.0.patch
+BuildRequires:  kernel-syms
+BuildRequires:  module-init-tools
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 ExclusiveArch:  %ix86 x86_64
 %suse_kernel_module_package -p %_sourcedir/preamble um 
 
 %package -n omnibook-KMP
-Group:  Hardware/Other
 License:GPLv2+
 Summary:Kernel modules for Omnibooks from omke-project
+Group:  Hardware/Other
 
 %description 
 Linux kernel modules for several HP Omnibooks/HP Pavilion, HP/Compaq
@@ -47,27 +46,17 @@
 machines. This module include ac, battery, fan, lcd, ec, onetouch,
 temperature, touchpad and util support.
 
-
-
-Authors:
-
-So�s P�ter s...@osb.hu
-
 %description -n omnibook-KMP
 Linux kernel modules for several HP Omnibooks/HP Pavilion, HP/Compaq
 nx*, Compal, Fujitsu Siemens Amilo, Acer Aspire and Toshiba Satellite
 machines. This module include ac, battery, fan, lcd, ec, onetouch,
 temperature, touchpad and util support.
 
-
-
-Authors:
-
-So�s P�ter s...@osb.hu
-
 %prep
-%setup -n %{name}-2.%{version}
-%patch4 -p1
+%setup -q -n %{name}-2.%{version}
+%if %suse_version = 1210
+%patch1
+%endif
 
 %build
 cd ..
@@ -82,14 +71,11 @@
 %install
 cd ..
 # install kernel modules
-export INSTALL_MOD_PATH=$RPM_BUILD_ROOT
+export INSTALL_MOD_PATH=%{buildroot}
 export INSTALL_MOD_DIR=updates
 for flavor in %flavors_to_build; do
make -C /usr/src/linux-obj/%_target_cpu/$flavor modules_install \
M=$PWD/obj/$flavor
 done
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %changelog

++ omnibook-2.20100406.tar.bz2 - omnibook-2.20110911.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/omnibook-2.20100406/ac.c new/omnibook-2.20110911/ac.c
--- old/omnibook-2.20100406/ac.c2010-01-30 09:05:48.0 +0100
+++ new/omnibook-2.20110911/ac.c2011-09-21 14:07:43.0 +0200
@@ -42,7 +42,7 @@
{0,}
 };
 
-struct omnibook_feature __declared_feature ac_driver = {
+static struct omnibook_feature __declared_feature ac_driver = {
.name = ac,
 #ifdef CONFIG_OMNIBOOK_LEGACY
.enabled = 1,
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/omnibook-2.20100406/acpi.c 
new/omnibook-2.20110911/acpi.c
--- old/omnibook-2.20100406/acpi.c  2010-01-30 09:05:48.0 +0100
+++ new/omnibook-2.20110911/acpi.c  2011-09-21 14:07:43.0 +0200
@@ -758,11 +758,11 @@
 {
int retval;
int raw_state = !!(state  WIFI_STA);
+   u32 in[HCI_WORDS] = { HCI_SET, HCI_RF_CONTROL, 

commit orage for openSUSE:Factory

2011-09-21 Thread h_root

Hello community,

here is the log from the commit of package orage for openSUSE:Factory
checked in at Wed Sep 21 17:13:32 CEST 2011.




--- orage/orage.changes 2011-03-08 23:04:50.0 +0100
+++ /mounts/work_src_done/STABLE/orage/orage.changes2011-09-19 
16:56:21.0 +0200
@@ -1,0 +2,11 @@
+Mon Sep 19 13:56:46 UTC 2011 - g...@opensuse.org
+
+- update to version 4.8.2
+  - possible to export from shell
+  - variable icon can now be changed
+  - procedure alarm replacement parameters
+  - hourly repeat option added
+  - bugfixes
+  - translation updates
+
+---

calling whatdependson for head-i586


Old:

  orage-4.8.1.tar.bz2

New:

  orage-4.8.2.tar.bz2



Other differences:
--
++ orage.spec ++
--- /var/tmp/diff_new_pack.zCO4y2/_old  2011-09-21 17:13:24.0 +0200
+++ /var/tmp/diff_new_pack.zCO4y2/_new  2011-09-21 17:13:24.0 +0200
@@ -18,7 +18,7 @@
 
 
 Name:   orage
-Version:4.8.1
+Version:4.8.2
 Release:1
 License:GPLv2+
 Summary:Time-managing Application for the Xfce Desktop Environment
@@ -54,7 +54,7 @@
 %prep
 %setup -q
 cp %{SOURCE1} .
-sed -i 's:^Icon=xfce4-clock:Icon=xfcalendar:' globaltime/globaltime.desktop.in
+sed -i 's:^Icon=clock:Icon=xfcalendar:' globaltime/globaltime.desktop.in
 
 %build
 # workaround broken libical headers
@@ -97,7 +97,7 @@
 %doc %{_mandir}/man1/*
 %{_datadir}/orage/sounds/
 %{_datadir}/applications/*desktop
-%{_datadir}/icons/hicolor/*/*
+%{_datadir}/icons/hicolor/*
 %{_datadir}/pixmaps/xfcalendar.png
 %{_datadir}/dbus-1/services/org.xfce.*
 %{_libexecdir}/xfce4/

++ orage-4.8.1.tar.bz2 - orage-4.8.2.tar.bz2 ++
 124371 lines of diff (skipped)






Remember to have fun...

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



commit oyranos for openSUSE:Factory

2011-09-21 Thread h_root

Hello community,

here is the log from the commit of package oyranos for openSUSE:Factory
checked in at Wed Sep 21 17:14:15 CEST 2011.




New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ /mounts/work_src_done/STABLE/oyranos/oyranos.changes2011-09-20 
11:13:29.0 +0200
@@ -0,0 +1,73 @@
+---
+Mon Sep 20 12:00:01 UTC 2011 - Kai-Uwe Behrmann k...@gmx.de - 0.3.2
+
+- set license in spec explicitely to BSD-3-clause and GPL-2.0
+
+---
+Mon Sep 20 12:00:01 UTC 2011 - Kai-Uwe Behrmann k...@gmx.de
+
+- use /sbin/ldconfig insude %post* spec tags
+- add rpmlint file
+
+---
+Mon Sep 19 12:00:01 UTC 2011 - Kai-Uwe Behrmann k...@gmx.de
+
+- split devel docs out
+- build require color-filesystem and lcms2
+
+---
+Mon Sep 19 12:00:01 UTC 2011 - Kai-Uwe Behrmann k...@gmx.de
+
+- split changelog out
+
+---
+Wed Jul 01 12:00:01 UTC 2011 - Kai-Uwe Behrmann k...@gmx.de - 0.3.1
+
+- add liboyranos_modules
+
+* Mon Jun 01 2011 Kai-Uwe Behrmann
+- rename module packages from liboyranos-xxx to oyranos-libs-xxx
+- remove comments with macros 
+
+* Mon Feb 13 2011 Kai-Uwe Behrmann
+- split liboyranos_object from liboyranos
+
+* Mon Jan 03 2011 Kai-Uwe Behrmann
+- split liboyranos_core from liboyranos
+
+* Mon Jan 03 2011 Kai-Uwe Behrmann
+- add forms and forms-fltk
+
+* Thu Nov 16 2010 Kai-Uwe Behrmann
+- add oyranos_types.h
+
+* Mon Aug 30 2010 Kai-Uwe Behrmann
+- add SANE
+
+* Fri Oct 16 2009 Kai-Uwe Behrmann
+- add oyranos-forms-fltk-devel
+
+* Sun Aug 02 2009 Kai-Uwe Behrmann
+- add oicc module
+- add CUPS module from Joe Simon and create new RPM from it
+
+* Wed Apr 15 2009 Kai-Uwe Behrmann
+- add oydi module
+
+* Thu Oct 02 2008 Kai-Uwe Behrmann
+- split display into monitor and monitor-nvidia
+- rename panel to ui-fltk
+
+* Fri Jan 25 2008 Kai-Uwe Behrmann
+- remove old kdb and cmm registration stuff
+
+* Sat Sep 16 2006 Kai-Uwe Behrmann
+- set default policy if no settings are found
+
+* Sat May 28 2005 - Kai-Uwe Behrmann
+- packaging
+
+* Tue Apr 21 2005 Kai-Uwe Behrmann
+- first release
+
+

calling whatdependson for head-i586


New:

  oyranos-0.3.2.tar.bz2
  oyranos-rpmlintrc
  oyranos.changes
  oyranos.spec



Other differences:
--
++ oyranos.spec ++
# generated oyranos.spec automatically by configure from 
/home/kuwe/programme/CMS/Oyranos/Entwickeln/oyranos.spec.in

#
# spec file for package oyranos
#
# Copyright (c) 2011 Kai-Uwe Behrmann k...@gmx.de
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An Open Source License is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

Version: 0.3.2
Source:  oyranos-0.3.2.tar.bz2
Release: 0
%define syscolordir /usr/share/color
%define usercolordir~/.config/color
%define usercolordata   ~/.local/share/color
%define iccdirname  icc
%define cmmsubpath  colour/modules
%define metasubpath oyranos
%define settingsdirname settings
%define targetdirname   target
%define pixmapdir   /usr/share/pixmaps
%define icondir /usr/share/icons
%define desktopdir  /usr/share/applications

Summary:   Color Management System
Name:  oyranos
License:   BSD-3-Clause and GPL-2.0
Group: Development/Libraries/Other
URL:   http://www.oyranos.org
Vendor:Kai-Uwe Behrmann
BuildRoot: %{_tmppath}/%{name}-root
Prefix:%{_prefix}

Source1:   oyranos-rpmlintrc
BuildRequires:  desktop-file-utils color-filesystem lcms2

%if 0%{?suse_version}  0
BuildRequires: gcc-c++ gettext doxygen graphviz fltk fltk-devel pkgconfig   
 libpng-devel libjpeg-devel xorg-x11-Mesa xorg-x11-Mesa-devel libtiff-devel 
libxml2-devel cairo-devel liblcms-devel xdg-utils cups-devel libqt4-devel 
libXcm-devel netpbm
%endif

%if 0%{?suse_version}  910
BuildRequires:  acl autoconf automake bash bind-utils binutils bison bzip2 
coreutils cpio cvs cyrus-sasl diffutils e2fsprogs expat file filesystem 
findutils flex fontconfig fontconfig-devel freetype2 freetype2-devel gawk gcc 
gcc-c++ gdbm gdbm-devel gettext gettext-devel glibc glibc-devel gpm grep groff 
gzip info less libacl libattr libjpeg-devel libpng libpng-devel libtool m4 make 
man mktemp module-init-tools ncurses ncurses-devel 

commit pacemaker-mgmt for openSUSE:Factory

2011-09-21 Thread h_root

Hello community,

here is the log from the commit of package pacemaker-mgmt for openSUSE:Factory
checked in at Wed Sep 21 17:14:47 CEST 2011.




--- pacemaker-mgmt/pacemaker-mgmt.changes   2011-02-10 13:49:59.0 
+0100
+++ /mounts/work_src_done/STABLE/pacemaker-mgmt/pacemaker-mgmt.changes  
2011-09-20 16:45:16.0 +0200
@@ -1,0 +2,10 @@
+Tue Sep 20 14:44:07 UTC 2011 - tser...@suse.com
+
+- Medium: mgmt: Indicate resource failures even if on-fail=ignore
+- Medium: Build: Use pkg-config to determine the location of pacemaker daemons
+- Low: Build: Resolve an implicit declaration
+- Low: Update translations
+- Low: haclient: Require pyxml only if CIB is validated with DTD
+- Update source tarball to revision: 1a1d9055abec tip
+
+---

calling whatdependson for head-i586


Old:

  pacemaker-mgmt-nodep-pyxml.diff



Other differences:
--
++ pacemaker-mgmt.spec ++
--- /var/tmp/diff_new_pack.7ex5dY/_old  2011-09-21 17:14:42.0 +0200
+++ /var/tmp/diff_new_pack.7ex5dY/_new  2011-09-21 17:14:42.0 +0200
@@ -37,14 +37,13 @@
 Name:   pacemaker-mgmt
 Summary:Management Tools for Pacemaker based HA solution
 Version:2.0.0
-Release:4
+Release:5
 License:GPLv2+
 Url:http://hg.clusterlabs.org/pacemaker/pygui
 Group:  Productivity/Clustering/HA
 Source: pacemaker-mgmt.tar.gz
 Source1:pacemaker_starter.py
 Source2:pacemaker-starter.glade
-Patch1: pacemaker-mgmt-nodep-pyxml.diff
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 AutoReqProv:on
 Conflicts:  heartbeat  2.99
@@ -164,7 +163,6 @@
 %prep
 ###
 %setup -n pacemaker-mgmt
-%patch1 -p1
 ###
 
 %build

++ pacemaker-mgmt.tar.gz ++
 6410 lines of diff (skipped)







Remember to have fun...

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



commit papyon for openSUSE:Factory

2011-09-21 Thread h_root

Hello community,

here is the log from the commit of package papyon for openSUSE:Factory
checked in at Wed Sep 21 17:14:58 CEST 2011.




--- papyon/papyon.changes   2011-07-07 22:47:41.0 +0200
+++ /mounts/work_src_done/STABLE/papyon/papyon.changes  2011-09-11 
00:29:06.0 +0200
@@ -1,0 +2,6 @@
+Sun Sep  11 00:25:35 CEST 2011 - zai...@opensuse.org
+
+- Changed BuildRequires and Requires from obsolete python-openssl
+  to new python-pyopenssl.
+
+---

calling whatdependson for head-i586




Other differences:
--
++ papyon.spec ++
--- /var/tmp/diff_new_pack.vL4PL8/_old  2011-09-21 17:14:54.0 +0200
+++ /var/tmp/diff_new_pack.vL4PL8/_new  2011-09-21 17:14:54.0 +0200
@@ -29,11 +29,11 @@
 BuildRequires:  python
 BuildRequires:  python-crypto
 BuildRequires:  python-gobject2
-BuildRequires:  python-openssl
+BuildRequires:  python-pyOpenSSL
 BuildRequires:  python-xml
 Requires:   python-crypto
 Requires:   python-gobject2
-Requires:   python-openssl
+Requires:   python-pyOpenSSL
 Requires:   python-xml
 # The package was named python-msn before
 Provides:   python-msn = 0.3.3






Remember to have fun...

-- 
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

2011-09-21 Thread h_root

Hello community,

here is the log from the commit of package patterns-openSUSE for 
openSUSE:Factory
checked in at Wed Sep 21 17:16:08 CEST 2011.




--- patterns-openSUSE/patterns-openSUSE.changes 2011-09-14 07:23:52.0 
+0200
+++ /mounts/work_src_done/STABLE/patterns-openSUSE/patterns-openSUSE.changes
2011-09-20 14:01:06.0 +0200
@@ -1,0 +2,6 @@
+Tue Sep 20 11:59:49 UTC 2011 - co...@suse.com
+
+- Andrea Florio (1):
+  replace gpicview with viewnior
+
+---

calling whatdependson for head-i586




Other differences:
--
++ patterns-openSUSE.spec ++
 858 lines (skipped)
 between patterns-openSUSE/patterns-openSUSE.spec
 and /mounts/work_src_done/STABLE/patterns-openSUSE/patterns-openSUSE.spec

++ patterns-openSUSE-data.tar.bz2 ++
patterns-openSUSE/patterns-openSUSE-data.tar.bz2 
/mounts/work_src_done/STABLE/patterns-openSUSE/patterns-openSUSE-data.tar.bz2 
differ: char 11, line 1






Remember to have fun...

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



commit pdf2djvu for openSUSE:Factory

2011-09-21 Thread h_root

Hello community,

here is the log from the commit of package pdf2djvu for openSUSE:Factory
checked in at Wed Sep 21 17:16:19 CEST 2011.




--- pdf2djvu/pdf2djvu.changes   2011-08-20 23:19:25.0 +0200
+++ /mounts/work_src_done/STABLE/pdf2djvu/pdf2djvu.changes  2011-09-20 
12:02:22.0 +0200
@@ -1,0 +2,6 @@
+Tue Sep 20 10:01:18 UTC 2011 - vu...@opensuse.org
+
+- Add pdf2djvu-poppler-0.18.patch: fix build with poppler
+  0.17/0.18.
+
+---

calling whatdependson for head-i586


New:

  pdf2djvu-poppler-0.18.patch



Other differences:
--
++ pdf2djvu.spec ++
--- /var/tmp/diff_new_pack.RhEKR7/_old  2011-09-21 17:16:14.0 +0200
+++ /var/tmp/diff_new_pack.RhEKR7/_new  2011-09-21 17:16:14.0 +0200
@@ -25,6 +25,8 @@
 Url:http://pdf2djvu.googlecode.com/
 Group:  Productivity/Publishing/PDF
 Source0:http://pdf2djvu.googlecode.com/files/%{name}_%{version}.tar.gz
+# PATCH-FIX-UPSTREAM pdf2djvu-poppler-0.18.patch vu...@opensuse.org -- Fix 
build with poppler 0.17/0.18. Sent upstream: 
http://code.google.com/p/pdf2djvu/issues/detail?id=61
+Patch0: pdf2djvu-poppler-0.18.patch
 BuildRequires:  djvulibre
 BuildRequires:  gcc-c++
 BuildRequires:  libdjvulibre-devel
@@ -41,14 +43,9 @@
 graphics, text layer, hyperlinks, document outline (bookmarks) and
 metadata.
 
-
-
-Authors:
-
-Jakub Wilk uba...@users.sf.net
-
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 %configure

++ pdf2djvu-poppler-0.18.patch ++
Index: pdf2djvu-0.7.10/pdf-backend.hh
===
--- pdf2djvu-0.7.10.orig/pdf-backend.hh
+++ pdf2djvu-0.7.10/pdf-backend.hh
@@ -77,7 +77,11 @@ namespace pdf
 
   namespace link
   {
+#if POPPLER_VERSION  1700
 typedef ::Link Link;
+#else
+typedef ::AnnotLink Link;
+#endif
 typedef ::LinkAction Action;
 typedef ::LinkDest Destination;
 typedef ::LinkGoTo GoTo;





Remember to have fun...

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



commit pdf2svg for openSUSE:Factory

2011-09-21 Thread h_root

Hello community,

here is the log from the commit of package pdf2svg for openSUSE:Factory
checked in at Wed Sep 21 17:16:32 CEST 2011.




--- pdf2svg/pdf2svg.changes 2011-03-22 15:33:20.0 +0100
+++ /mounts/work_src_done/STABLE/pdf2svg/pdf2svg.changes2011-09-20 
10:48:58.0 +0200
@@ -0,0 +1,8 @@
+---
+Tue Sep 20 08:48:17 UTC 2011 - vu...@opensuse.org
+
+- Add gtk2-devel BuildRequires: it was implicitly brought in
+  before.
+- Use %configure instead of configure --prefix=/usr/.
+
+---

calling whatdependson for head-i586




Other differences:
--
++ pdf2svg.spec ++
--- /var/tmp/diff_new_pack.mFUPp7/_old  2011-09-21 17:16:26.0 +0200
+++ /var/tmp/diff_new_pack.mFUPp7/_new  2011-09-21 17:16:26.0 +0200
@@ -30,20 +30,16 @@
 
 BuildRequires:  libpoppler-glib-devel
 BuildRequires:  cairo-devel
+BuildRequires:  gtk2-devel
 
 %description
 A small tool to convert PDF files into SVG using poppler and cairo.
 
-Authors:
-  David Barton davebarton at cityinthesky dot co.uk
-  Matthew Flaschen matthew.flaschen at gatech dot edu
-  Edward Grace ej.grace at imperial dot ac.uk
-
 %prep
 %setup -q
 
 %build
-configure --prefix=/usr/
+%configure
 make %{?_smp_mflags}
 
 %install
@@ -54,7 +50,7 @@
 
 %files
 %defattr(-,root,root,-)
-%{_bindir}/%{name}
 %doc README AUTHORS ChangeLog
+%{_bindir}/%{name}
 
 %changelog






Remember to have fun...

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



commit perl-Bootloader for openSUSE:Factory

2011-09-21 Thread h_root

Hello community,

here is the log from the commit of package perl-Bootloader for openSUSE:Factory
checked in at Wed Sep 21 17:16:49 CEST 2011.




--- perl-Bootloader/perl-Bootloader.changes 2011-09-19 16:56:38.0 
+0200
+++ /mounts/work_src_done/STABLE/perl-Bootloader/perl-Bootloader.changes
2011-09-21 12:27:59.0 +0200
@@ -1,0 +2,6 @@
+Wed Sep 21 12:26:34 CEST 2011 - snw...@suse.de
+
+- also log udevinfo
+- 0.5.21
+
+---

calling whatdependson for head-i586


Old:

  perl-Bootloader-0.5.20.tar.bz2

New:

  perl-Bootloader-0.5.21.tar.bz2



Other differences:
--
++ perl-Bootloader.spec ++
--- /var/tmp/diff_new_pack.WRvUXg/_old  2011-09-21 17:16:40.0 +0200
+++ /var/tmp/diff_new_pack.WRvUXg/_new  2011-09-21 17:16:40.0 +0200
@@ -1,5 +1,5 @@
 #
-# spec file for package perl-Bootloader (Version 0.5.20)
+# spec file for package perl-Bootloader (Version 0.5.21)
 #
 # Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany.
 # This file and all modifications and additions to the pristine
@@ -11,7 +11,7 @@
 # norootforbuild
 
 Name:   perl-Bootloader
-Version:0.5.20
+Version:0.5.21
 Release:0
 Requires:   perl-base = %{perl_version}
 Requires:   e2fsprogs

++ perl-Bootloader-0.5.20.tar.bz2 - perl-Bootloader-0.5.21.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/perl-Bootloader-0.5.20/perl-Bootloader.changes 
new/perl-Bootloader-0.5.21/perl-Bootloader.changes
--- old/perl-Bootloader-0.5.20/perl-Bootloader.changes  2011-09-19 
16:55:38.0 +0200
+++ new/perl-Bootloader-0.5.21/perl-Bootloader.changes  2011-09-21 
12:26:54.0 +0200
@@ -1,4 +1,10 @@
 ---
+Wed Sep 21 12:26:34 CEST 2011 - snw...@suse.de
+
+- also log udevinfo
+- 0.5.21
+
+---
 Mon Sep 19 16:54:56 CEST 2011 - snw...@suse.de
 
 - add warning to log if udev is missing
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/perl-Bootloader-0.5.20/src/Tools.pm 
new/perl-Bootloader-0.5.21/src/Tools.pm
--- old/perl-Bootloader-0.5.20/src/Tools.pm 2011-09-19 16:55:38.0 
+0200
+++ new/perl-Bootloader-0.5.21/src/Tools.pm 2011-09-21 12:26:54.0 
+0200
@@ -436,7 +436,12 @@
   if(!(keys %mapping)) {
 $logger-milestone(*** WARNING: No UDEV mapping! ***);
 $logger-milestone(device tree:);
-for (`find -L /dev -type b 2/dev/null`) {
+for (`find -P /dev -type b -ls 2/dev/null`) {
+  chomp;
+  $logger-milestone(  $_);
+}
+$logger-milestone(udevinfo:);
+for (`udevadm info -e 21`) {
   chomp;
   $logger-milestone(  $_);
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/perl-Bootloader-0.5.20/version 
new/perl-Bootloader-0.5.21/version
--- old/perl-Bootloader-0.5.20/version  2011-09-19 16:55:38.0 +0200
+++ new/perl-Bootloader-0.5.21/version  2011-09-21 12:26:54.0 +0200
@@ -1 +1 @@
-0.5.20
+0.5.21






Remember to have fun...

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



commit perl-File-Find-Rule for openSUSE:Factory

2011-09-21 Thread h_root

Hello community,

here is the log from the commit of package perl-File-Find-Rule for 
openSUSE:Factory
checked in at Wed Sep 21 17:17:04 CEST 2011.




--- perl-File-Find-Rule/perl-File-Find-Rule.changes 2011-06-17 
09:24:55.0 +0200
+++ 
/mounts/work_src_done/STABLE/perl-File-Find-Rule/perl-File-Find-Rule.changes
2011-09-21 12:11:18.0 +0200
@@ -1,0 +2,7 @@
+Wed Sep 21 01:33:36 UTC 2011 - vci...@suse.com
+
+- update to 0.33
+Fixes the case where name(foo(*) hits an error with mismatched
+parentheis.  Reported by Jan Engelhardt.
+
+---

calling whatdependson for head-i586


Old:

  File-Find-Rule-0.32.tar.bz2

New:

  File-Find-Rule-0.33.tar.gz



Other differences:
--
++ perl-File-Find-Rule.spec ++
--- /var/tmp/diff_new_pack.IJM4DQ/_old  2011-09-21 17:16:58.0 +0200
+++ /var/tmp/diff_new_pack.IJM4DQ/_new  2011-09-21 17:16:58.0 +0200
@@ -19,19 +19,21 @@
 %define cpan_name File-Find-Rule
 
 Name:   perl-%cpan_name
-Version:0.32
+Version:0.33
 Release:3
-Provides:   %cpan_name
-Requires:   perl-Number-Compare perl-Text-Glob
-Group:  Development/Libraries/Perl
 License:GPL-1.0+ or Artistic
-Url:http://search.cpan.org/dist/File-Find-Rule/
 Summary:Alternative interface to File::Find
-Source: %cpan_name-%{version}.tar.bz2
+Url:http://search.cpan.org/dist/File-Find-Rule/
+Group:  Development/Libraries/Perl
+Source: %cpan_name-%{version}.tar.gz
+BuildRequires:  perl-Number-Compare
+BuildRequires:  perl-Text-Glob
+BuildRequires:  perl-macros
+Requires:   perl-Number-Compare
+Requires:   perl-Text-Glob
+Provides:   %cpan_name
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %{perl_requires}
-BuildRequires:  perl-Number-Compare perl-Text-Glob
-BuildRequires:  perl-macros
 
 %description
 File::Find::Rule is a friendlier interface to File::Find. It allows you to 
build rules which specify the desired files and directories.
@@ -40,19 +42,19 @@
 %setup -q -n %cpan_name-%{version}
 
 %build
-perl Makefile.PL OPTIMIZE=$RPM_OPT_FLAGS -Wall
+perl Makefile.PL OPTIMIZE=%{optflags} -Wall
 make
 
 %check
 make test
 
 %install
-make DESTDIR=$RPM_BUILD_ROOT install_vendor
+make DESTDIR=%{buildroot} install_vendor
 %perl_process_packlist
 
 %clean
 # clean up the hard disc after build
-rm -rf $RPM_BUILD_ROOT
+rm -rf %{buildroot}
 
 %files
 %defattr(-,root,root)
@@ -60,6 +62,6 @@
 %doc %{_mandir}/man?/*
 %{perl_vendorlib}/File
 %{perl_vendorarch}/auto/File
-%doc Changes MANIFEST README 
+%doc Changes MANIFEST
 
 %changelog






Remember to have fun...

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



commit permissions for openSUSE:Factory

2011-09-21 Thread h_root

Hello community,

here is the log from the commit of package permissions for openSUSE:Factory
checked in at Wed Sep 21 17:17:17 CEST 2011.




--- permissions/permissions.changes 2011-06-28 14:53:50.0 +0200
+++ /mounts/work_src_done/STABLE/permissions/permissions.changes
2011-09-21 10:01:31.0 +0200
@@ -1,0 +2,18 @@
+Wed Sep 21 08:00:28 UTC 2011 - lnus...@suse.de
+
+- fix typo in path
+
+---
+Tue Sep 20 14:47:30 UTC 2011 - lnus...@suse.de
+
+- remove world writable /var/crash again (bnc#438041)
+- remove world writable permissions from /usr/src/packages (bnc#719217)
+
+---
+Tue Sep 20 13:38:48 UTC 2011 - lnus...@suse.de
+
+- add chromium browser sandbox helper (bnc#718016)
+- don't offer PERMISSION_SECURITY in config anymore
+- remove setgid games bits (bnc#429882)
+
+---

calling whatdependson for head-i586


Old:

  permissions-2011.06.28.1452.tar.bz2

New:

  permissions-2011.09.21.1000.tar.bz2



Other differences:
--
++ permissions.spec ++
--- /var/tmp/diff_new_pack.gu3k8q/_old  2011-09-21 17:17:12.0 +0200
+++ /var/tmp/diff_new_pack.gu3k8q/_new  2011-09-21 17:17:12.0 +0200
@@ -24,7 +24,7 @@
 License:GPLv2+
 Group:  Productivity/Security
 AutoReqProv:on
-Version:2011.06.28.1452
+Version:2011.09.21.1000
 Release:1
 Provides:   aaa_base:/etc/permissions
 PreReq: %fillup_prereq

++ permissions-2011.06.28.1452.tar.bz2 - 
permissions-2011.09.21.1000.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/permissions-2011.06.28.1452/permissions 
new/permissions-2011.09.21.1000/permissions
--- old/permissions-2011.06.28.1452/permissions 2011-06-28 14:52:01.0 
+0200
+++ new/permissions-2011.09.21.1000/permissions 2011-09-21 10:00:05.0 
+0200
@@ -167,12 +167,53 @@
 /lib/udev/devices/zero  root:root 0666
 
 #
-# directory for system crash dumps (#438041)
-#
-/var/crash/ root:root 1777
-
-#
 # named chroot (#438045)
 #
 /var/lib/named/dev/null root:root 0666
 /var/lib/named/dev/random   root:root 0666
+
+# we no longer make rpm build dirs 1777
+/usr/src/packages/SOURCES/  root:root 0755
+/usr/src/packages/BUILD/root:root 0755
+/usr/src/packages/BUILDROOT/root:root 0755
+/usr/src/packages/RPMS/ root:root 0755
+/usr/src/packages/RPMS/alphaev56/   root:root 0755
+/usr/src/packages/RPMS/alphaev67/   root:root 0755
+/usr/src/packages/RPMS/alphaev6/root:root 0755
+/usr/src/packages/RPMS/alpha/   root:root 0755
+/usr/src/packages/RPMS/amd64/   root:root 0755
+/usr/src/packages/RPMS/arm4l/   root:root 0755
+/usr/src/packages/RPMS/armv4l/  root:root 0755
+/usr/src/packages/RPMS/armv5tejl/   root:root 0755
+/usr/src/packages/RPMS/armv5tejvl/  root:root 0755
+/usr/src/packages/RPMS/armv5tel/root:root 0755
+/usr/src/packages/RPMS/armv5tevl/   root:root 0755
+/usr/src/packages/RPMS/armv6l/  root:root 0755
+/usr/src/packages/RPMS/armv6vl/ root:root 0755
+/usr/src/packages/RPMS/armv7l/  root:root 0755
+/usr/src/packages/RPMS/athlon/  root:root 0755
+/usr/src/packages/RPMS/geode/   root:root 0755
+/usr/src/packages/RPMS/hppa2.0/ root:root 0755
+/usr/src/packages/RPMS/hppa/root:root 0755
+/usr/src/packages/RPMS/i386/root:root 0755
+/usr/src/packages/RPMS/i486/root:root 0755
+/usr/src/packages/RPMS/i586/root:root 0755
+/usr/src/packages/RPMS/i686/root:root 0755
+/usr/src/packages/RPMS/ia32e/   root:root 0755
+/usr/src/packages/RPMS/ia64/root:root 0755
+/usr/src/packages/RPMS/mips/root:root 0755
+/usr/src/packages/RPMS/noarch/  

commit pullin-flash-player for openSUSE:Factory

2011-09-21 Thread h_root

Hello community,

here is the log from the commit of package pullin-flash-player for 
openSUSE:Factory
checked in at Wed Sep 21 17:17:42 CEST 2011.




--- pullin-flash-player/pullin-flash-player.changes 2010-07-19 
18:16:50.0 +0200
+++ 
/mounts/work_src_done/STABLE/pullin-flash-player/pullin-flash-player.changes
2011-09-20 14:53:51.0 +0200
@@ -1,0 +2,5 @@
+Tue Sep 20 12:53:44 UTC 2011 - co...@suse.com
+
+- bump version to 12.1
+
+---

calling whatdependson for head-i586




Other differences:
--
++ pullin-flash-player.spec ++
--- /var/tmp/diff_new_pack.fBStRs/_old  2011-09-21 17:17:25.0 +0200
+++ /var/tmp/diff_new_pack.fBStRs/_new  2011-09-21 17:17:25.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package pullin-flash-player (Version 11.4)
+# spec file for package pullin-flash-player
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -21,7 +21,7 @@
 Name:   pullin-flash-player
 License:BSD3c
 Group:  Productivity/Multimedia/Other
-Version:11.4
+Version:12.1
 Release:1
 Summary:Placeholder for Adobe Flash PlugIn
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build






Remember to have fun...

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



commit pullin-fluendo-mp3 for openSUSE:Factory

2011-09-21 Thread h_root

Hello community,

here is the log from the commit of package pullin-fluendo-mp3 for 
openSUSE:Factory
checked in at Wed Sep 21 17:18:03 CEST 2011.




--- pullin-fluendo-mp3/pullin-fluendo-mp3.changes   2010-06-29 
18:39:39.0 +0200
+++ /mounts/work_src_done/STABLE/pullin-fluendo-mp3/pullin-fluendo-mp3.changes  
2011-09-20 14:54:29.0 +0200
@@ -1,0 +2,5 @@
+Tue Sep 20 12:54:23 UTC 2011 - co...@suse.com
+
+- bump version to 12.1
+
+---

calling whatdependson for head-i586




Other differences:
--
++ pullin-fluendo-mp3.spec ++
--- /var/tmp/diff_new_pack.OSJdmD/_old  2011-09-21 17:17:50.0 +0200
+++ /var/tmp/diff_new_pack.OSJdmD/_new  2011-09-21 17:17:50.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package pullin-fluendo-mp3 (Version 11.3)
+# spec file for package pullin-fluendo-mp3
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -21,8 +21,8 @@
 Name:   pullin-fluendo-mp3
 License:BSD3c
 Group:  Productivity/Multimedia/Other
-Version:11.3
-Release:2
+Version:12.1
+Release:0
 Summary:Placeholder for Fluendo MP3 Plugin
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Source0:README






Remember to have fun...

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



commit python-Jinja2 for openSUSE:Factory

2011-09-21 Thread h_root

Hello community,

here is the log from the commit of package python-Jinja2 for openSUSE:Factory
checked in at Wed Sep 21 17:18:15 CEST 2011.




--- python-Jinja2/python-Jinja2.changes 2011-07-20 22:33:48.0 +0200
+++ /mounts/work_src_done/STABLE/python-Jinja2/python-Jinja2.changes
2011-09-20 14:59:48.0 +0200
@@ -1,0 +2,34 @@
+Tue Sep 20 12:57:24 UTC 2011 - sasc...@suse.de
+
+- Update to version 2.6:
+  * internal attributes now raise an internal attribute error now instead
+of returning an undefined.  This fixes problems when passing undefined
+objects to Python semantics expecting APIs.
+  * traceback support now works properly for PyPy.  (Tested with 1.4)
+  * implemented operator intercepting for sandboxed environments.  This
+allows application developers to disable builtin operators for better
+security.  (For instance limit the mathematical operators to actual
+integers instead of longs)
+  * groupby filter now supports dotted notation for grouping by attributes
+of attributes.
+  * scoped blocks not properly treat toplevel assignments and imports.
+Previously an import suddenly disappeared in a scoped block.
+  * automatically detect newer Python interpreter versions before loading code
+from bytecode caches to prevent segfaults on invalid opcodes.  The segfault
+in earlier Jinja2 versions here was not a Jinja2 bug but a limitation in
+the underlying Python interpreter.  If you notice Jinja2 segfaulting in
+earlier versions after an upgrade of the Python interpreter you don't have
+to upgrade, it's enough to flush the bytecode cache.  This just no longer
+makes this necessary, Jinja2 will automatically detect these cases now.
+  * the sum filter can now sum up values by attribute.  This is a backwards
+incompatible change.  The argument to the filter previously was the
+optional starting index which defaultes to zero.  This now became the
+second argument to the function because it's rarely used.
+  * like sum, sort now also makes it possible to order items by attribute.
+  * like sum and sort, join now also is able to join attributes of objects
+as string.
+  * the internal eval context now has a reference to the environment.
+  * added a mapping test to see if an object is a dict or an object with
+a similar interface.
+
+---

calling whatdependson for head-i586


Old:

  Jinja2-2.5.5.tar.gz

New:

  Jinja2-2.6.tar.gz



Other differences:
--
++ python-Jinja2.spec ++
--- /var/tmp/diff_new_pack.7EneNs/_old  2011-09-21 17:18:09.0 +0200
+++ /var/tmp/diff_new_pack.7EneNs/_new  2011-09-21 17:18:09.0 +0200
@@ -18,7 +18,7 @@
 
 
 Name:   python-Jinja2
-Version:2.5.5
+Version:2.6
 Release:1
 Url:http://jinja.pocoo.org/
 Summary:A fast and easy to use template engine written in pure Python
@@ -38,8 +38,7 @@
 %endif
 %endif
 Provides:   python-jinja2 = %{version}
-# TODO: Change back to '' after next version update:
-Obsoletes:  python-jinja2 = %{version}
+Obsoletes:  python-jinja2  %{version}
 %{!?python_sitelib: %global python_sitelib %(%{__python} -c from 
distutils.sysconfig import get_python_lib; print get_python_lib())}
 
 %description
@@ -70,9 +69,6 @@
 %fdupes %{buildroot}%{_prefix}
 %endif
 
-%clean
-rm -rf %{buildroot}
-
 %files
 %defattr(-,root,root,-)
 %doc AUTHORS CHANGES LICENSE artwork examples ext

++ Jinja2-2.5.5.tar.gz - Jinja2-2.6.tar.gz ++
 3800 lines of diff (skipped)






Remember to have fun...

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



commit python-boto for openSUSE:Factory

2011-09-21 Thread h_root

Hello community,

here is the log from the commit of package python-boto for openSUSE:Factory
checked in at Wed Sep 21 17:18:31 CEST 2011.




--- python-boto/python-boto.changes 2011-05-27 14:49:41.0 +0200
+++ /mounts/work_src_done/STABLE/python-boto/python-boto.changes
2011-09-20 15:16:03.0 +0200
@@ -1,0 +2,17 @@
+Tue Sep 20 13:14:24 UTC 2011 - sasc...@suse.de
+
+- The previous two updates where junk, fixing back old stuff
+
+---
+Tue Sep  6 02:26:23 UTC 2011 - alexan...@exatati.com.br
+
+- Update description in spec file.
+
+---
+Thu Jul 14 03:36:15 UTC 2011 - alexan...@exatati.com.br
+
+- Update to 2.0;
+- Bzip2 source file;
+- Regenerate spec file with py2pack.
+
+---

calling whatdependson for head-i586


Old:

  boto-2.0b4.tar.gz

New:

  boto-2.0.tar.bz2



Other differences:
--
++ python-boto.spec ++
--- /var/tmp/diff_new_pack.flB8SK/_old  2011-09-21 17:18:25.0 +0200
+++ /var/tmp/diff_new_pack.flB8SK/_new  2011-09-21 17:18:25.0 +0200
@@ -18,25 +18,27 @@
 
 
 Name:   python-boto
-Version:2.0b4
-Release:1
-License:MIT
-Summary:Python interface to Amazon Web Services
+Version:2.0
+Release:0
 Url:http://code.google.com/p/boto/
-Group:  Development/Libraries/Python
-Source: boto-%{version}.tar.gz
+Summary:Amazon Web Services Library
+License:MIT
+Group:  Development/Languages/Python
+Source: boto-%{version}.tar.bz2
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  python-setuptools
+BuildRequires:  python-devel
+BuildRequires:  python-distribute
 BuildRequires:  python-xml
 %if 0%{?suse_version}
 %py_requires
-%if 0%{?suse_version}  1010
-BuildRequires:  fdupes
-%endif
 %if 0%{?suse_version}  1110
 BuildArch:  noarch
 %endif
+%if 0%{?suse_version}  1010
+BuildRequires:  fdupes
 %endif
+%endif
+%{!?python_sitelib: %global python_sitelib %(%{__python} -c from 
distutils.sysconfig import get_python_lib; print get_python_lib())}
 
 %description
 An integrated interface to current and future infrastructural services offered
@@ -53,23 +55,18 @@
 %setup -q -n boto-%{version}
 
 %build
-export CFLAGS=%{optflags}
 python setup.py build
 
 %install
 python setup.py install --prefix=%{_prefix} --root=%{buildroot}
 # Fix executable flag for Python scripts with shebang line
-chmod 0755 
%{buildroot}%{python_sitelib}/boto/{pyami/launch_ami,services/result,services/bs,tests/test*,tests/devpay_s3}.py
+chmod 0755 
%{buildroot}%{python_sitelib}/boto/{services/bs,services/result,pyami/launch_ami}.py
 %if 0%{?suse_version}  1010
-%fdupes %{buildroot}
+%fdupes %{buildroot}%{_prefix}
 %endif
 
-%clean
-rm -rf %{buildroot}
-
 %files
-%defattr(-,root,root)
-%doc README
+%defattr(-,root,root,-)
 %{_bindir}/*
 %{python_sitelib}/*
 

++ boto-2.0b4.tar.gz - boto-2.0.tar.bz2 ++
 18641 lines of diff (skipped)






Remember to have fun...

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



commit python-cssutils for openSUSE:Factory

2011-09-21 Thread h_root

Hello community,

here is the log from the commit of package python-cssutils for openSUSE:Factory
checked in at Wed Sep 21 17:18:47 CEST 2011.




--- python-cssutils/python-cssutils.changes 2011-09-02 11:35:26.0 
+0200
+++ /mounts/work_src_done/STABLE/python-cssutils/python-cssutils.changes
2011-09-07 16:43:35.0 +0200
@@ -1,0 +2,5 @@
+Wed Sep  7 14:35:28 UTC 2011 - sasc...@suse.de
+
+- Obsolete/Provide python-cssutils-doc
+
+---

calling whatdependson for head-i586




Other differences:
--
++ python-cssutils.spec ++
--- /var/tmp/diff_new_pack.FntNO2/_old  2011-09-21 17:18:40.0 +0200
+++ /var/tmp/diff_new_pack.FntNO2/_new  2011-09-21 17:18:40.0 +0200
@@ -35,6 +35,8 @@
 BuildArch:  noarch
 %endif
 %endif
+Provides:   python-css-utils-doc = %{version}
+Obsoletes:  python-css-utils-doc  %{version}
 %{!?python_sitelib: %global python_sitelib %(%{__python} -c from 
distutils.sysconfig import get_python_lib; print get_python_lib())}
 
 %description







Remember to have fun...

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



commit python-django-guardian for openSUSE:Factory

2011-09-21 Thread h_root

Hello community,

here is the log from the commit of package python-django-guardian for 
openSUSE:Factory
checked in at Wed Sep 21 17:19:00 CEST 2011.




--- python-django-guardian/python-django-guardian.changes   2011-04-13 
00:32:28.0 +0200
+++ 
/mounts/work_src_done/STABLE/python-django-guardian/python-django-guardian.changes
  2011-09-20 16:26:45.0 +0200
@@ -1,0 +2,16 @@
+Tue Sep 20 14:26:43 UTC 2011 - cfarr...@suse.com
+
+- license update: BSD-3-Clause
+  SPDX syntax (http://www.spdx.org/licenses)
+
+---
+Mon Jul 25 11:12:48 UTC 2011 - alexan...@exatati.com.br
+
+- Update to 1.0.3:
+  - added get_objects_for_group shortcut (thanks to Rafael Ponieman)
+  - added user_can_access_owned_objects_only flag to GuardedModelAdmin
+  - updated and fixed issues with example app (thanks to Bojan Mihelac)
+  - minor typo fixed at documentation
+  - included ADC theme for documentation
+
+---

calling whatdependson for head-i586


Old:

  django-guardian-1.0.2.tar.bz2

New:

  django-guardian-1.0.3.tar.bz2



Other differences:
--
++ python-django-guardian.spec ++
--- /var/tmp/diff_new_pack.K74W6h/_old  2011-09-21 17:18:56.0 +0200
+++ /var/tmp/diff_new_pack.K74W6h/_new  2011-09-21 17:18:56.0 +0200
@@ -11,23 +11,22 @@
 # case the license is the MIT License). An Open Source License is a
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
-
+#
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
 # norootforbuild
-
 %{!?python_sitelib: %global python_sitelib %(%{__python} -c from 
distutils.sysconfig import get_python_lib; print get_python_lib())}
 %{!?python_sitearch: %global python_sitearch %(%{__python} -c from 
distutils.sysconfig import get_python_lib; print get_python_lib(1))}
 
 %define mod_name django-guardian
 
 Name:   python-%{mod_name}
-Version:1.0.2
-Release:1
+Version:1.0.3
+Release:0
 Url:http://github.com/lukaszb/django-guardian
 Summary:Implementation of per object permissions for Django 1.2
-License:BSD
+License:BSD-3-Clause
 Group:  Development/Languages/Python
 Source: %{mod_name}-%{version}.tar.bz2
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -62,7 +61,6 @@
 %files
 %defattr(-,root,root,-)
 %doc CHANGES README.rst
-%python_sitelib/guardian*
-%python_sitelib/*.egg-info
+%{python_sitelib}/*
 
 %changelog

++ django-guardian-1.0.2.tar.bz2 - django-guardian-1.0.3.tar.bz2 ++
 1957 lines of diff (skipped)






Remember to have fun...

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



commit python-dojango for openSUSE:Factory

2011-09-21 Thread h_root

Hello community,

here is the log from the commit of package python-dojango for openSUSE:Factory
checked in at Wed Sep 21 17:19:11 CEST 2011.




--- python-dojango/python-dojango.changes   2011-04-15 17:42:47.0 
+0200
+++ /mounts/work_src_done/STABLE/python-dojango/python-dojango.changes  
2011-05-27 11:50:42.0 +0200
@@ -1,0 +2,6 @@
+Fri May 27 09:50:41 UTC 2011 - cfarr...@novell.com
+
+- license update: BSD-3-Clause
+  Correct syntax from http://spdx.org/licenses/
+
+---

calling whatdependson for head-i586




Other differences:
--
++ python-dojango.spec ++
--- /var/tmp/diff_new_pack.nSgMHU/_old  2011-09-21 17:19:07.0 +0200
+++ /var/tmp/diff_new_pack.nSgMHU/_new  2011-09-21 17:19:07.0 +0200
@@ -11,11 +11,10 @@
 # case the license is the MIT License). An Open Source License is a
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
-
+#
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-
 %{!?python_sitelib: %global python_sitelib %(%{__python} -c from 
distutils.sysconfig import get_python_lib; print get_python_lib())}
 %{!?python_sitearch: %global python_sitearch %(%{__python} -c from 
distutils.sysconfig import get_python_lib; print get_python_lib(1))}
 
@@ -23,10 +22,10 @@
 
 Name:   python-%{mod_name}
 Version:0.5.2
-Release:1
+Release:0
 Url:http://code.google.com/p/dojango/
 Summary:App that helps you to use the client-side framework dojo
-License:BSD
+License:BSD-3-Clause
 Group:  Development/Languages/Python
 Source: %{mod_name}-%{version}.tar.bz2
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build






Remember to have fun...

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



commit python-gnupg for openSUSE:Factory

2011-09-21 Thread h_root

Hello community,

here is the log from the commit of package python-gnupg for openSUSE:Factory
checked in at Wed Sep 21 17:19:25 CEST 2011.




--- python-gnupg/python-gnupg.changes   2011-04-13 20:59:46.0 +0200
+++ /mounts/work_src_done/STABLE/python-gnupg/python-gnupg.changes  
2011-09-03 06:02:35.0 +0200
@@ -1,0 +2,8 @@
+Sat Sep  3 04:00:29 UTC 2011 - alexan...@exatati.com.br
+
+- Update to 0.2.8:
+  - Fixed  Issue #29 : Now handles IMPORT_RES while verifying.
+  - Fixed  Issue #30 : Fixed an encoding problem.
+  - Fixed  Issue #33 : Quoted arguments for added safety.
+
+---

calling whatdependson for head-i586


Old:

  python-gnupg-0.2.7.tar.bz2

New:

  python-gnupg-0.2.8.tar.bz2



Other differences:
--
++ python-gnupg.spec ++
--- /var/tmp/diff_new_pack.U679am/_old  2011-09-21 17:19:17.0 +0200
+++ /var/tmp/diff_new_pack.U679am/_new  2011-09-21 17:19:17.0 +0200
@@ -22,8 +22,8 @@
 %define mod_name gnupg
 
 Name:   python-%{mod_name}
-Version:0.2.7
-Release:1
+Version:0.2.8
+Release:0
 Url:http://code.google.com/p/python-gnupg/
 Summary:A wrapper for the Gnu Privacy Guard (GPG or GnuPG)
 License:BSD
@@ -57,9 +57,6 @@
 %files
 %defattr(-,root,root,-)
 %doc LICENSE README
-%python_sitelib/%{mod_name}*
-%if 0%{suse_version}  1010
-%python_sitelib/*.egg-info
-%endif
+%{python_sitelib}/*
 
 %changelog

++ python-gnupg-0.2.7.tar.bz2 - python-gnupg-0.2.8.tar.bz2 ++
 1693 lines of diff (skipped)






Remember to have fun...

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



commit python-gobject for openSUSE:Factory

2011-09-21 Thread h_root

Hello community,

here is the log from the commit of package python-gobject for openSUSE:Factory
checked in at Wed Sep 21 17:19:51 CEST 2011.




--- GNOME/python-gobject/python-gobject.changes 2011-09-01 17:10:49.0 
+0200
+++ /mounts/work_src_done/STABLE/python-gobject/python-gobject.changes  
2011-09-16 11:12:38.0 +0200
@@ -1,0 +2,22 @@
+Fri Sep 16 07:48:14 UTC 2011 - vu...@opensuse.org
+
+- Update to version 2.90.4:
+  + Various deprecated API that were only needed for the static
+bindings have been removed.
+  + Overrides directory variable was taken out of pygobject-3.0.pc
+and moved to the gi._overridesdir attribute to avoid having
+multiple .pc files for each version of Python.
+  + Multiple arrays referencing a single length parameter are now
+supported along with flat GValue arrays.
+  + Fix refcount crasher bug triggered when using GObject.new.
+  + Python 3 now checks instance types again.
+  + Documentation is disabled since it isn’t useful yet and
+presents parallel install issues.
+  + Demos were fixed up to better reflect the preferred way of
+using PyGObject.
+  + Several bug fixes.
+  + Build system improvements.
+- Drop manual removal of old GTK+ 2 files and documentation that
+  conflicted with python-gobject2: fixed upstream.
+
+---
python3-gobject.changes: same change

calling whatdependson for head-i586


Old:

  pygobject-2.90.3.tar.bz2

New:

  pygobject-2.90.4.tar.bz2



Other differences:
--
++ python-gobject.spec ++
--- /var/tmp/diff_new_pack.nwvUgz/_old  2011-09-21 17:19:35.0 +0200
+++ /var/tmp/diff_new_pack.nwvUgz/_new  2011-09-21 17:19:35.0 +0200
@@ -30,7 +30,7 @@
 Name:   python-gobject
 %define _name   pygobject
 Summary:Python bindings for GObject
-Version:2.90.3
+Version:2.90.4
 Release:1
 License:LGPLv2.1+
 Group:  Development/Libraries/Python
@@ -71,8 +71,6 @@
 This package contains the Python Cairo bindings for GObject.
 
 %package -n libpyglib-gi-2_0-python0
-
-
 Summary:Python Gobject Introspeciton binding
 Group:  System/Libraries
 
@@ -111,10 +109,6 @@
 %makeinstall
 find $RPM_BUILD_ROOT -name '*.la' -or -name '*.a' | xargs rm -f
 rm examples/Makefile*
-# Remove gtk-2.0 folder. It is still shipped in python-gobject2, and 
pygobject3 relies on gtk3
-rm -r %{buildroot}%{local_py_sitedir}/gtk-2.0
-# Remove the outdataed pygobject documentation. It does not apply to the 
gi-bindings.
-rm -r %{buildroot}%{_datadir}/gtk-doc/html/pygobject/
 %fdupes $RPM_BUILD_ROOT
 
 %clean
@@ -144,9 +138,5 @@
 %{_includedir}/pygobject-3.0/
 %{_libdir}/*.so
 %{_libdir}/pkgconfig/pygobject-3.0.pc
-# we explicitly list the directories here to be sure we don't include something
-# that should live in the main package
-%dir %{_datadir}/%{_name}
-%{_datadir}/%{_name}/xsl/
 
 %changelog

++ python3-gobject.spec ++
--- /var/tmp/diff_new_pack.nwvUgz/_old  2011-09-21 17:19:35.0 +0200
+++ /var/tmp/diff_new_pack.nwvUgz/_new  2011-09-21 17:19:35.0 +0200
@@ -1,5 +1,5 @@
 #
-# spec file for package python3-gobject
+# spec file for package python-gobject
 #
 # Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
@@ -30,7 +30,7 @@
 Name:   python3-gobject
 %define _name   pygobject
 Summary:Python bindings for GObject
-Version:2.90.3
+Version:2.90.4
 Release:1
 License:LGPLv2.1+
 Group:  Development/Libraries/Python
@@ -71,8 +71,6 @@
 This package contains the Python Cairo bindings for GObject.
 
 %package -n libpyglib-gi-2_0-python0
-
-
 Summary:Python Gobject Introspeciton binding
 Group:  System/Libraries
 
@@ -111,10 +109,6 @@
 %makeinstall
 find $RPM_BUILD_ROOT -name '*.la' -or -name '*.a' | xargs rm -f
 rm examples/Makefile*
-# Remove gtk-2.0 folder. It is still shipped in python-gobject2, and 
pygobject3 relies on gtk3
-rm -r %{buildroot}%{local_py_sitedir}/gtk-2.0
-# Remove the outdataed pygobject documentation. It does not apply to the 
gi-bindings.
-rm -r %{buildroot}%{_datadir}/gtk-doc/html/pygobject/
 %fdupes $RPM_BUILD_ROOT
 
 %clean
@@ -144,9 +138,5 @@
 %{_includedir}/pygobject-3.0/
 %{_libdir}/*.so
 %{_libdir}/pkgconfig/pygobject-3.0.pc
-# we explicitly list the directories here to be sure we don't include something
-# that should live in the main package
-%dir %{_datadir}/%{_name}
-%{_datadir}/%{_name}/xsl/
 
 %changelog

++ pygobject-2.90.3.tar.bz2 - pygobject-2.90.4.tar.bz2 ++
 20290 lines of diff (skipped)






Remember to have fun...

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



commit python-kombu for openSUSE:Factory

2011-09-21 Thread h_root

Hello community,

here is the log from the commit of package python-kombu for openSUSE:Factory
checked in at Wed Sep 21 17:20:02 CEST 2011.




--- python-kombu/python-kombu.changes   2011-07-29 14:46:51.0 +0200
+++ /mounts/work_src_done/STABLE/python-kombu/python-kombu.changes  
2011-09-19 20:47:09.0 +0200
@@ -1,0 +2,76 @@
+Mon Sep 19 18:45:36 UTC 2011 - alexan...@exatati.com.br
+
+- Update to 1.3.5:
+  * Python 3: AMQP_PROTOCOL_HEADER must be bytes, not str.
+- Changes from 1.3.4:
+  * Fixes syntax error in pools.reset
+
+---
+Thu Sep 15 16:55:35 UTC 2011 - alexan...@exatati.com.br
+
+- Update to 1.3.3:
+  * pools.reset did not support after forker arguments.
+
+---
+Sun Sep 11 01:15:42 UTC 2011 - alexan...@exatati.com.br
+
+- Update to 1.3.2:
+  * Broke Python 2.5 compatibility by importing parse_qsl from urlparse
+  * Connection.default_channel is now closed when connection is revived
+after connection failures.
+  * Pika: Channel now supports the connection.client attribute
+as required by the simple interface.
+  * pools.set_limit now raises an exception if the limit is lower
+than the previous limit.
+  * pools.set_limit no longer resets the pools.
+
+---
+Thu Sep  8 01:40:01 UTC 2011 - alexan...@exatati.com.br
+
+- Update to 1.3.1:
+  * Last release broke after fork for pool reinitialization.
+  * Producer/Consumer now has a connection attribute,
+giving access to the BrokerConnection of the
+instance.
+  * Pika: Channels now have access to the underlying
+BrokerConnection instance using channel.connection.client.
+This was previously required by the Simple classes and is now
+also required by Consumer and Producer.
+  * Connection.default_channel is now closed at object revival.
+  * Adds kombu.clocks.LamportClock.
+  * compat.entry_to_queue has been moved to new module kombu.common.
+
+---
+Mon Sep  5 22:53:31 UTC 2011 - alexan...@exatati.com.br
+
+- Update to 1.3.0:
+  * Broker connection info can be now be specified using URLs
+  * Now comes with default global connection and producer pools
+  * SQS Transport: Persistence using SimpleDB is now disabled by
+default, after reports of unstable SimpleDB connections leading
+to errors
+  * Producer can now be used as a context manager
+  * Producer.__exit__ now properly calls release instead of close
+  * Now silences all exceptions from import ctypes to match behaviour
+of the standard Python uuid module, and avoid passing on
+MemoryError exceptions on SELinux-enabled systems (Issue #52 +
+Issue #53)
+  * amqp is now an alias to the amqplib transport
+  * kombu.syn.detect_environment now returns ‘default’, ‘eventlet’,
+or ‘gevent’ depending on what monkey patches have been installed
+  * Serialization registry has new attribute type_to_name so it is
+possible to lookup serializater name by content type
+  * Exchange argument to Producer.publish can now be an Exchange
+instance
+  * compat.Publisher now supports the channel keyword argument
+  * Acking a message on some transports could lead to KeyError being
+raised (Issue #57)
+  * Connection pool: Connections are no long instantiated when the
+pool is created, but instantiated as needed instead
+  * Tests now pass on PyPy
+  * Connection.as_uri now includes the password if the keyword
+argument include_password is set
+  * Virtual transports now comes with a default
+default_connection_params attribute
+
+---

calling whatdependson for head-i586


Old:

  kombu-1.2.1.tar.bz2

New:

  kombu-1.3.5.tar.bz2



Other differences:
--
++ python-kombu.spec ++
--- /var/tmp/diff_new_pack.xzBilo/_old  2011-09-21 17:19:58.0 +0200
+++ /var/tmp/diff_new_pack.xzBilo/_new  2011-09-21 17:19:58.0 +0200
@@ -11,19 +11,18 @@
 # case the license is the MIT License). An Open Source License is a
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
-
+#
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-
 %{!?python_sitelib: %global python_sitelib %(%{__python} -c from 
distutils.sysconfig import get_python_lib; print get_python_lib())}
 %{!?python_sitearch: %global python_sitearch %(%{__python} -c from 
distutils.sysconfig import get_python_lib; print get_python_lib(1))}
 
 %define mod_name kombu
 
 Name:   python-%{mod_name}
-Version:1.2.1
-Release:1
+Version:1.3.5
+Release:0
 License:BSD License
 Summary:AMQP Messaging Framework for Python
 

commit python-netaddr for openSUSE:Factory

2011-09-21 Thread h_root

Hello community,

here is the log from the commit of package python-netaddr for openSUSE:Factory
checked in at Wed Sep 21 17:20:13 CEST 2011.




--- python-netaddr/python-netaddr.changes   2011-03-03 10:55:39.0 
+0100
+++ /mounts/work_src_done/STABLE/python-netaddr/python-netaddr.changes  
2011-09-20 15:44:24.0 +0200
@@ -1,0 +2,41 @@
+Tue Sep 20 13:43:05 UTC 2011 - sasc...@suse.de
+
+- Changed license to 'BSD-3-Clause' (SPDX style)
+
+---
+Tue Sep 20 13:40:39 UTC 2011 - sasc...@suse.de
+
+- Fixed non-executable script rpmlint warning
+- Readded dependency on python-setuptools (with python-distribute):
+  You can't simply remove this, it will break RPMs update mechanism!
+- Preparatory stuff belongs into the %prep section and the %clean
+  section has a sane default
+
+---
+Wed Sep 14 00:32:39 UTC 2011 - alexan...@exatati.com.br
+
+- Regenerate spec file with py2pack;
+- Removed unneded python-setuptools BuildRequires;
+- Update to 0.7.6:
+  * A bug fix point release
+  * Refreshed 3rd party data caches
+  * Tested against Python 3.2.x and PyPy 1.6.x
+  * Fixed unit tests under for Mac OSX
+  Specific bug fixes addressed in this release
+  
+  * FIXED Issue 15 - http://github.com/drkjam/netaddr/issues/15
+- Incorrect and invalid glob produced when last octet is not *
+  * FIXED Issue 13 - http://github.com/drkjam/netaddr/issues/13
+- Added support for IPython 0.11 API changes. Thanks juliantaylor
+  * FIXED Issue 11 - http://github.com/drkjam/netaddr/issues/11
+- Calling valid_glob on cidr raises ValueError. Thanks radicand
+  * FIXED Issue 7 - http://github.com/drkjam/netaddr/issues/7
+- Unpickling Bug in IPSet. Thanks LuizOz and labeneator
+  * FIXED Issue 2 - http://github.com/drkjam/netaddr/issues/2
+- UnboundLocalError raised in IPNetwork constructor. Thanks keesbos
+
+  Miscellanea
+  ---
+  - Has a famous soft drink company started making it own NICs?
+
+---

calling whatdependson for head-i586


Old:

  netaddr-0.7.5.tar.bz2

New:

  netaddr-0.7.6.tar.bz2



Other differences:
--
++ python-netaddr.spec ++
--- /var/tmp/diff_new_pack.aBK9g3/_old  2011-09-21 17:20:08.0 +0200
+++ /var/tmp/diff_new_pack.aBK9g3/_new  2011-09-21 17:20:08.0 +0200
@@ -11,29 +11,28 @@
 # case the license is the MIT License). An Open Source License is a
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
-
+#
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-
-
 Name:   python-netaddr
-Version:0.7.5
-Release:6
-License:BSD3c
+Version:0.7.6
+Release:0
+Url:http://github.com/drkjam/netaddr
 Summary:Pythonic manipulation of IPv4, IPv6, CIDR, EUI and MAC network 
addresses
-Url:http://code.google.com/p/netaddr
-Group:  Development/Libraries/Python
+License:BSD-3-Clause
+Group:  Development/Languages/Python
 Source: netaddr-%{version}.tar.bz2
-BuildRequires:  python-devel
-BuildRequires:  python-setuptools
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  python-devel
+BuildRequires:  python-distribute
 %if 0%{?suse_version}
 %py_requires
 %if 0%{?suse_version}  1110
 BuildArch:  noarch
 %endif
 %endif
+%{!?python_sitelib: %global python_sitelib %(%{__python} -c from 
distutils.sysconfig import get_python_lib; print get_python_lib())}
 
 %description
 A pure Python network address representation and manipulation library.
@@ -54,16 +53,19 @@
 
 %prep
 %setup -q -n netaddr-%{version}
-chmod -x AUTHORS CHANGELOG COPYRIGHT README LICENSE THANKS # remove executable 
bit from docs
+sed -i 1d netaddr/{ip/iana,eui/ieee,tests/__init__}.py # Fix non-executable 
scripts
+chmod -x AUTHORS CHANGELOG COPYRIGHT README LICENSE THANKS # Remove executable 
bit from docs
 
 %build
-%{__python} setup.py build
+python setup.py build
 
 %install
-%{__python} setup.py install --prefix=%{_prefix} --root=%{buildroot} 
--record-rpm=INSTALLED_FILES
+python setup.py install --prefix=%{_prefix} --root=%{buildroot}
 
-%files -f INSTALLED_FILES
-%defattr(-,root,root)
+%files
+%defattr(-,root,root,-)
+%{python_sitelib}/*
+%{_bindir}/netaddr
 %doc AUTHORS CHANGELOG COPYRIGHT README LICENSE THANKS
 
 %changelog

++ netaddr-0.7.5.tar.bz2 - netaddr-0.7.6.tar.bz2 ++
 95788 lines of diff (skipped)






Remember to have fun...

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


commit python-oauth for openSUSE:Factory

2011-09-21 Thread h_root

Hello community,

here is the log from the commit of package python-oauth for openSUSE:Factory
checked in at Wed Sep 21 17:20:29 CEST 2011.




--- python-oauth/python-oauth.changes   2010-04-13 22:49:41.0 +0200
+++ /mounts/work_src_done/STABLE/python-oauth/python-oauth.changes  
2011-08-30 20:49:44.0 +0200
@@ -1,0 +2,5 @@
+Tue Aug 30 18:52:15 UTC 2011 - andrea.turr...@gmail.com
+
+- Standardized Authors: format in description of python-oauth.spec
+
+---

calling whatdependson for head-i586




Other differences:
--
++ python-oauth.spec ++
--- /var/tmp/diff_new_pack.YnzqCb/_old  2011-09-21 17:20:20.0 +0200
+++ /var/tmp/diff_new_pack.YnzqCb/_new  2011-09-21 17:20:20.0 +0200
@@ -37,7 +37,7 @@
 An open protocol to allow API authentication in a simple and standard method
 from desktop and web applications.
 
-Author:
+Authors:
 
 Leah Culver leah.cul...@gmail.com
 






Remember to have fun...

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



commit python-pycurl for openSUSE:Factory

2011-09-21 Thread h_root

Hello community,

here is the log from the commit of package python-pycurl for openSUSE:Factory
checked in at Wed Sep 21 17:21:04 CEST 2011.




New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ /mounts/work_src_done/STABLE/python-pycurl/python-pycurl.changes
2011-09-20 14:05:30.0 +0200
@@ -0,0 +1,109 @@
+---
+Tue Sep 20 11:54:25 UTC 2011 - sasc...@suse.de
+
+- Renamed package to 'python-pycurl' to match upstream name
+- Removed authors from description
+
+---
+Wed Feb 10 11:45:01 UTC 2010 - jf...@funktronics.ca
+
+- Update to 7.19.0:
+  * Added CURLFILE, ADDRESS_SCOPE and ISSUERCERT options, 
+as well as the APPCONNECT_TIME info.
+  * Added PRIMARY_IP info (patch by
+Yuhui H eyecat at gmail.com).
+  * Added support for curl_easy_reset through a
+new 'reset' method on curl objects
+(patch by Nick Pilon npilon at oreilly.com).
+  * Added support for OPENSOCKET callbacks.
+See 'tests/test_opensocket.py' for example
+usage (patch by Thomas Hunger teh at camvine.com).
+- Version 7.18.2:
+  * Added REDIRECT_URL info and M_MAXCONNECTS option
+(patch by Yuhui H eyecat at gmail.com).
+  * Added socket_action() method to CurlMulti objects.
+See 'tests/test_multi_socket_select.py' for example
+usage (patch by Yuhui H eyecat at gmail.com).
+  * Added AUTOREFERER option.
+  * Allow resetting some list operations (HTTPHEADER,
+QUOTE, POSTQUOTE, PREQUOTE) by passing an empty
+list to setopt (patch by Jim Patterson).
+- Split off doc subpackage
+
+---
+Fri Apr 25 16:45:35 ADT  2008 - jf...@funktronics.ca
+
+- Update to 7.18.1:
+  * Added POST301, SSH_HOST_PUBLIC_KEY_MD5,
+COPYPOSTFIELDS and PROXY_TRANSFER_MODE options.
+  * Check for static libs in setup.py to better detect
+whether libcurl was linked with OpenSSL or GNUTLS.
+  * PycURL is now dual licensed under the LGPL and
+a license similar to the cURL license (an MIT/X
+derivate).
+- Version 7.16.4:
+  * Allow any callable object as the callback function.
+This change comes handy when you would like to use objects
+which are callable but are not functions or methods, for
+example those objects created by the functions in the functools
+module (patch by Daniel Pena Arteaga dpena at ph.tum.de).
+  * Added NEW_DIRECTORY_PERMS and NEW_FILE_PERMS options.
+- Version 7.16.2.1:
+  * Added IOCMD_NOP and IOCMD_RESTARTREAD for ioctl callback
+handling (patch by Mark Eichin).
+  * Use Py_ssize_t where appropriate for Python 2.5 and 64-bit
+compatibility.  This fixes the problem reported by Aaron
+Hill, where the exception pycurl.error: (2, '') is thrown
+when calling setopt(pycurl.POSTFIELDS,...) on 64-bit
+platforms.
+- Version 7.16.2:
+  * Added options HTTP_TRANSFER_DECODING, HTTP_CONTENT_DECODING,
+TIMEOUT_MS, CONNECTTIMEOUT_MS from libcurl 7.16.2.
+  * Right-strip URLs read from files in the test scripts
+to avoid sending requests with '\n' at the end.
+- Version 7.16.1:
+  * Added constants for all libcurl (error) return codes.  They
+are named the same as the macro constants in curl.h but prefixed
+with E_ instead of CURLE.  Return codes for the multi API are
+prefixed with M_ instead of CURLM.
+  * Added CURLOPT_FTP_SSL_CCC, CURLOPT_SSH_PUBLIC_KEYFILE,
+CURLOPT_SSH_PRIVATE_KEYFILE, CURLOPT_SSH_AUTH_TYPES.
+  * Removed CLOSEPOLICY and friends since this option is now
+deprecated in libcurl.
+  * Set the _use_datetime attribute on the CURLTransport class
+to unbreak xmlrpc_curl.py on Python 2.5.
+- Version 7.16.0 [no public release]:
+  * Added CURLOPT_SSL_SESSIONID_CACHE.
+  * Removed SOURCE_* options since they are no longer
+supported by libcurl.
+
+---
+Mon Oct  2 13:51:57 CEST 2006 - cth...@suse.de
+
+- fix build on older distributions
+
+---
+Sun Oct  1 15:14:26 CEST 2006 - cth...@suse.de
+
+- update to version 7.15.5.1
+  * Added test for basic ftp usage (tests/test_ftp.py).
+  * Fix broken ssl mutex lock funcction when using GNU TLS
+
+---
+Thu Sep 21 14:28:54 CEST 2006 - cth...@suse.de
+
+- fix build with python 2.5
+
+---
+Mon Aug 14 10:01:34 CEST 2006 - cth...@suse.de
+
+- update to version 7.15.5
+  * Added CURLOPT_FTP_ALTERNATIVE_TO_USER, CURLOPT_MAX_SEND_SPEED_LARGE, and
+CURLOPT_MAX_RECV_SPEED_LARGE.
+- requires curl = 7.15.5
+
+---
+Sat Aug  5 16:52:04 CEST 2006 - cth...@suse.de
+
+- initial package (version 7.15.4.2)
+

calling whatdependson for head-i586


New:

  

drop python-curl from openSUSE:Factory

2011-09-21 Thread h_root

Hello community,

FYI: Package python-curl was dropped from openSUSE:Factory at Wed Sep 21 
17:21:36 CEST 2011.

You can find the latest sources of the package in the
   openSUSE:Dropped
repository:

https://build.opensuse.org/package/show?project=openSUSE:Droppedpackage=python-curl

Remember to have fun...

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



commit python-rdflib for openSUSE:Factory

2011-09-21 Thread h_root

Hello community,

here is the log from the commit of package python-rdflib for openSUSE:Factory
checked in at Wed Sep 21 17:21:58 CEST 2011.




--- python-rdflib/python-rdflib.changes 2010-08-12 19:10:35.0 +0200
+++ /mounts/work_src_done/STABLE/python-rdflib/python-rdflib.changes
2011-09-20 16:30:39.0 +0200
@@ -1,0 +2,27 @@
+Tue Sep 20 14:26:18 UTC 2011 - sasc...@suse.de
+
+- Update to version 3.1.0:
+  * Literal.__str__ does not behave like unicode
+  * (RDFa Parser) Does not handle application/xhtml+xml
+  * RDFa TC #117: Fragment identifiers stripped from BASE
+  * Malformed literals produced when rdfa contains newlines
+  * Namespaces beginning with _ are invalid
+  * Turtle Files with a UTF-8 BOM fail to parse
+  * ClosedNamespace.__str__ returns URIRef not str
+  * IOMemory does not override open
+  * Timestamps with microseconds *and* Z timezone are not parsed
+  * DateTime literals with offsets fail to convert to Python
+  * Timestamps with timezone information are not parsed
+  * problem with unicode literals in rdflib.compare.graph_diff
+  * Sleepycat Store broken with create=False
+  * Would be useful if Graph.query could propagate kwargs to a
+plugin processor
+  * Graph.connected exception when passed empty graph
+  * Not compatible with Python 2.4
+  * Support Python's set operations on Graph
+  * NT output encoding to utf-8 broken as it goes through
+_xmlcharrefreplace
+  * Store SPARQL Support
+- Fix non-executable bits rpmlint issue
+
+---

calling whatdependson for head-i586


Old:

  rdflib-3.0.0.tar.bz2

New:

  rdflib-3.1.0.tar.gz



Other differences:
--
++ python-rdflib.spec ++
--- /var/tmp/diff_new_pack.DrQf7q/_old  2011-09-21 17:21:52.0 +0200
+++ /var/tmp/diff_new_pack.DrQf7q/_new  2011-09-21 17:21:52.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package python-rdflib (Version 3.0.0)
+# spec file for package python-rdflib
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 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,22 +16,24 @@
 #
 
 
-%define modname rdflib
 
-Name:   python-%{modname}
-Version:3.0.0
-Release:1
+Name:   python-rdflib
+Version:3.1.0
+Release:0
 Summary:A Python library for working with RDF
 Url:http://rdflib.net/
 License:Other License, see package
 Group:  Development/Libraries/Python
-Source: %{modname}-%{version}.tar.bz2
+Source: rdflib-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-%{py_requires}
-BuildRequires:  python-devel pyxml
-%if 0%{?suse_version} = 1120
+BuildRequires:  python-devel
+BuildRequires:  python-xml
+%if 0%{?suse_version}
+%py_requires
+%if 0%{?suse_version}  1110
 BuildArch:  noarch
 %endif
+%endif
 
 %description
 RDFLib is a Python library for working with RDF, a simple yet powerful
@@ -39,22 +41,19 @@
 parser/serializer that conforms to the RDF/XML Syntax Specification (Revised).
 The library also contains both in-memory and persistent Graph backends.
 
-Authors:
-
-Daniel Krech eik...@eikeon.com
-
 %prep
-%setup -q -n %{modname}-%{version}
+%setup -q -n rdflib-%{version}
+sed -i 1d rdflib/plugins/parsers/{ntriples,notation3}.py # Fix 
non-executable bits
 
 %build
-export CFLAGS=$RPM_OPT_FLAGS
 python setup.py build
 
 %install
-python setup.py install --prefix=%{_prefix} --root=$RPM_BUILD_ROOT 
--record-rpm=INSTALLED_FILES
+python setup.py install --prefix=%{_prefix} --root=%{buildroot}
 
-%files -f INSTALLED_FILES
+%files
 %defattr(-,root,root)
 %doc CHANGELOG LICENSE README
+%{python_sitelib}/*
 
 %changelog






Remember to have fun...

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



commit qhull for openSUSE:Factory

2011-09-21 Thread h_root

Hello community,

here is the log from the commit of package qhull for openSUSE:Factory
checked in at Wed Sep 21 17:22:10 CEST 2011.




--- qhull/qhull.changes 2010-07-20 16:30:57.0 +0200
+++ /mounts/work_src_done/STABLE/qhull/qhull.changes2011-09-20 
09:03:22.0 +0200
@@ -1,0 +2,16 @@
+Mon Sep 19 17:08:57 UTC 2011 - pgaj...@suse.com
+
+- updated to 2011.1:
+  * Remove deprecated libqhull/qhull.h. Use libqhull/libqhull.h instead.
+  * QhullFacet: Added isSimplicial, isTopOrient, isTriCoplanar, isUpperDelaunay
+  * Added Qhull::defineVertexFacetNeighbors() for facetNeighbors of vertices.
+Automatically called for facet merging and Voronoi diagrams
+Do not print QhullVertex::facetNeighbors is !facetNeighborsDefined()
+  * Add Fixup identifiers
+  * QhullError: Add copy constructor, assignment operator, and destructor
+  * Add throw() specifiers to RoadError and QhullError
+  * Renamed RoadError::defined() to RoadError::isDefined()
+  * Add #error to Qhull.h if qh_QHpointer is not defined
+  * etc. see Changes.txt
+
+---

calling whatdependson for head-i586


Old:

  qhull.tar.bz2
  susepatches.diff

New:

  qhull-2011.1.tar.bz2



Other differences:
--
++ qhull.spec ++
--- /var/tmp/diff_new_pack.M6lC9d/_old  2011-09-21 17:22:06.0 +0200
+++ /var/tmp/diff_new_pack.M6lC9d/_new  2011-09-21 17:22:06.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package qhull (Version 2010.1.next.git20100318)
+# spec file for package qhull
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 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,18 +16,19 @@
 #
 
 
-%define soname 0
+%define sonum   6 
+%define libver  6_2_0_1385 
 
 Name:   qhull
-Version:2010.1.next.git20100318
-Release:1
+Version:2011.1
+Release:0
 License:Other License(s), see package
 Group:  System/Libraries
 Url:http://www.qhull.org
-Source0:qhull.tar.bz2
-Patch:  susepatches.diff
+Source0:%{name}-%{version}.tar.bz2
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  cmake gcc-c++
+Requires:   libqhull%{sonum}-%{libver} = %{version}
 Summary:Computing convex hulls, Delaunay triangulations and Voronoi 
diagrams
 
 %description
@@ -43,10 +44,25 @@
 inputs in 9-D and higher.
 
 
+%package -n libqhull%{sonum}-%{libver}
+Summary:Computing convex hulls, Delaunay triangulations and Voronoi 
diagrams
+Group:  Development/Libraries/Other
+
+%description -n libqhull%{sonum}-%{libver}
+Qhull computes the convex hull, Delaunay triangulation, Voronoi diagram,
+halfspace intersection about a point, furthest-site Delaunay triangulation,
+and furthest-site Voronoi diagram. The source code runs in 2-d, 3-d, 4-d,
+and higher dimensions. Qhull implements the Quickhull algorithm for computing
+the convex hull. It handles roundoff errors from floating point arithmetic. It
+computes volumes, surface areas, and approximations to the convex hull.
+
+Qhull does not support constrained Delaunay triangulations, triangulation of
+non-convex surfaces, mesh generation of non-convex objects, or medium-sized
+inputs in 9-D and higher.
+
 %package devel
-License:Other License(s), see package
 Summary:Development and documentation files for qhull
-Requires:   qhull = %version
+Requires:   qhull = %{version}
 Group:  Development/Libraries/Other
 
 %description devel
@@ -63,42 +79,60 @@
 
 
 %prep
-%setup -q -n %{name}
-%patch -p1
+%setup -q
 
 %build
-mkdir build
 cd build
 export CFLAGS=$RPM_OPT_FLAGS
 export CXXFLAGS=$RPM_OPT_FLAGS
-cmake -DCMAKE_INSTALL_PREFIX=%_prefix -DLIB_INSTALL_DIR=%_libdir ..
+cmake -DCMAKE_INSTALL_PREFIX=%{_prefix} -DMAN_INSTALL_DIR=%{_mandir}/man1/ 
-DLIB_INSTALL_DIR=%{_libdir} ..
 make %{?jobs:-j%jobs}
 
 %install
 cd build
 make DESTDIR=$RPM_BUILD_ROOT install
-rm -f $RPM_BUILD_ROOT/%_libdir/*.a
+cd ..
+rm $RPM_BUILD_ROOT%{_bindir}/user_eg*
+rm $RPM_BUILD_ROOT%{_libdir}/*.a
+mkdir $RPM_BUILD_ROOT%{_docdir}/%{name}/devel
+mv $RPM_BUILD_ROOT%{_docdir}/%{name}/*.* 
$RPM_BUILD_ROOT%{_docdir}/%{name}/devel
+cp Announce.txt src/Changes.txt README.txt REGISTER.txt 
$RPM_BUILD_ROOT%{_docdir}/%{name}
+mkdir $RPM_BUILD_ROOT%{_docdir}/%{name}-%{libver}
+cp COPYING.txt $RPM_BUILD_ROOT%{_docdir}/%{name}-%{libver}
 
-%post -p /sbin/ldconfig
+%post -n libqhull%{sonum}-%{libver} -p /sbin/ldconfig
 
-%postun -p /sbin/ldconfig
+%postun -n libqhull%{sonum}-%{libver} -p /sbin/ldconfig
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(-,root,root)
-%{_bindir}/qconvex
-%{_bindir}/qdelaunay
-%{_bindir}/qhalf

commit resource-agents for openSUSE:Factory

2011-09-21 Thread h_root

Hello community,

here is the log from the commit of package resource-agents for openSUSE:Factory
checked in at Wed Sep 21 17:22:23 CEST 2011.




--- resource-agents/resource-agents.changes 2011-08-05 08:34:52.0 
+0200
+++ /mounts/work_src_done/STABLE/resource-agents/resource-agents.changes
2011-09-20 16:54:37.0 +0200
@@ -1,0 +2,69 @@
+Tue Sep 20 14:51:43 UTC 2011 - tser...@suse.com
+
+- Filesystem: add tmpfs to the list of supported filesystems
+- exportfs: fix adding the fsid parameter to options
+- pgsql: fix meta-data the config param type in meta-data
+- IPaddr: don't search for the IP address in the route table on
+  remove
+- CTDB: Improve monitor op (check output of ctdb status, bnc#712192)
+- CTDB: Set ctdb_start_as_disabled=no by default (bnc#712410)
+- Filesystem: add support for glusterfs (lf#2620)
+- ocf-shellfuncs: fix wrong logic introduced in commit 8468b5
+  (fixes wrong cluster prefix in log messages)
+- Filesystem: don't use direct dd option in monitor depth 20 for
+  non-blockdevice fs
+- CTDB: Add smb_fileid_algorithm parameter
+- Implemetation of Dynamic utilization detection and setting.
+  Based on FATE#310117 and FATE#310115.
+- ocf-shellfuncs: add RA instance name to ocf_log/debug
+- Raid1: support for multiple MD arrays, as specified in raidconf
+- ethmonitor: new RA to monitor network interfaces
+- conntrackd: new RA
+- lxc: new RA to manage lxc linux containers
+- symlink: new RA to manage symbolic links
+- VirtualDomain: if there's no config exit with success on stop
+- Tools: send_arp: fix the PID file location (bnc#702099)
+- iscsi: fix support for open-iscsi version 2.0-872 (lf#2562)
+- pgsql: don't check directories on probes
+- db2: new implementation with master/slave mode
+- exportfs: backup and restore rmtab to ensure smooth client
+  failover on node failures
+- CTDB: Allow stop to succeed when using pkill on ctdbd (bnc#695829)
+- CTDB: Use op timeout when invoking ctdb client (bnc#697428)
+- CTDB: Use 'chmod' instead of 'ctdb enablescript' (bnc#697152)
+- mysql: --skip-slave-start option is default now
+- mysql: set connect timeout to 10 seconds rather than 1 second
+- mysql: keep replication state (prevents data loss on master reset)
+- mysql: don't rely on state information from pacemaker, but
+  check if the instance is in the read-only mode
+- mysql: if test parameters are all set, assume OCF_CHECK_LEVEL=10
+- mysql: support for master/slave for more than two nodes
+- mysql: don't wait for replication to finish, when not replicating
+- mysql: store replication state in separate attributes for each master
+- pgsql: improve configuration check and probe handling
+- VirtualDomain: correctly create migration URI when target is an FQDN
+- VirtualDomain: properly wait until domain_name is non-empty
+- ldirectord: add a support of netmask directive for IPv6
+- ldirectord: fix fwmark behavior for IPv6
+- ldirectord: ignore children in Net::DNS
+- iscsi: add support for open-iscsi version 2.0-872 (lf#2562)
+- postfix: issue error if 'postfix abort' failed
+- postfix: improve exit codes on installation problems
+- postfix: use monitor to test if postfix works after the start action
+- ocft: fix make command for compatibility with mawk/Debian (lf#2600)
+- ocft: test case for pgsql
+- ocft: test case for postfix
+- ocft: test case for iscsi
+- ocft: new testcases for db2, Filesystem, and LVM
+- doc: add man page for sfex_init
+- doc: improve man pages output
+- doc: add examples for master/slave resource agents
+- doc: improve legibility of generated man pages
+- ocf-tester: tolerate OCF_ERR_INSTALLED on probes and missing binaries
+- update spec file to match the new autoconf setup
+- add OCF_ROOT/lib/heartbeat directory for ocf-shellfuncs et al
+- remove compatibility scripts /usr/lib/heartbeat/ocf-*
+- oracle: improve oracle process list test (bnc#673027)
+- upstream cs: 957d32 (v3.9.2)
+
+---

calling whatdependson for head-i586


Old:

  resource-agents-1.0.3.tar.bz2

New:

  0001-Build-Add-a-new-agent-NodeUtilization.patch
  0001-Low-VirtualDomain-Add-a-functionality-that-modifies.patch
  ctdb-bnc-696978-01-add-smb_fileid_algorithm.patch
  ctdb-bnc-712192-monitor-status.patch
  ctdb-bnc-712410-default-enabled.patch
  resource-agents-3.9.2.tar.bz2



Other differences:
--
++ resource-agents.spec ++
--- /var/tmp/diff_new_pack.mCIqWw/_old  2011-09-21 17:22:18.0 +0200
+++ /var/tmp/diff_new_pack.mCIqWw/_new  2011-09-21 17:22:18.0 +0200
@@ -38,8 +38,8 @@
 
 Name:   resource-agents
 Summary:The Heartbeat Subsystem for High-Availability Linux
-Version:1.0.3
-Release:12
+Version:3.9.2
+Release:0
 License:GPLv2 ; LGPLv2.1+
 Url:http://linux-ha.org/
 Group:  Productivity/Clustering/HA

commit ruby-racc for openSUSE:Factory

2011-09-21 Thread h_root

Hello community,

here is the log from the commit of package ruby-racc for openSUSE:Factory
checked in at Wed Sep 21 17:22:59 CEST 2011.




--- ruby-racc/ruby-racc.changes 2006-10-20 01:27:37.0 +0200
+++ /mounts/work_src_done/STABLE/ruby-racc/ruby-racc.changes2011-05-03 
12:21:53.0 +0200
@@ -1,0 +2,5 @@
+Tue May  3 12:21:43 CEST 2011 - r...@suse.de
+
+- update description 
+
+---

calling whatdependson for head-i586




Other differences:
--
++ ruby-racc.spec ++
--- /var/tmp/diff_new_pack.nZN1vT/_old  2011-09-21 17:22:31.0 +0200
+++ /var/tmp/diff_new_pack.nZN1vT/_new  2011-09-21 17:22:31.0 +0200
@@ -37,17 +37,11 @@
 Summary:A LALR(1) parser generator for Ruby
 
 %description
-Racc (Ruby yACC) is a LALR(1) parser generator for Ruby. Version 1.4.x
-is stable release.�
+Racc (Ruby yACC) is a LALR(1) parser generator for Ruby.
+Version 1.4.x is the stable release.
 
-Parsers generated by Racc requires Racc Runtime Module. Ruby 1.8.x
-comes with this runtime.
-
-
-
-Authors:
-
-Minero Aoki aam...@loveruby.net
+Parsers generated by Racc requires Racc Runtime Module.
+Ruby 1.8.x comes with this runtime.
 
 %prep
 %setup -n %{rb_module}-%{rb_modversion}






Remember to have fun...

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



commit swig for openSUSE:Factory

2011-09-21 Thread h_root

Hello community,

here is the log from the commit of package swig for openSUSE:Factory
checked in at Wed Sep 21 17:23:14 CEST 2011.




--- swig/swig.changes   2011-05-19 21:51:43.0 +0200
+++ /mounts/work_src_done/STABLE/swig/swig.changes  2011-09-20 
12:51:08.0 +0200
@@ -1,0 +2,25 @@
+Tue Sep 20 09:31:28 UTC 2011 - kkae...@suse.com
+
+- Update to swig 2.0.4
+  (see CHANGES.current for complete list)
+  * [Perl] Patch #3260265 fixing overloading of non-primitive types and 
integers in 
+Perl 5.12 and later.
+  * [Ruby] Fix %import where one of the imported files %include one of the STL 
include
+files such as std_vector.i.
+  * [python] Additional fixes for python3.2 support.
+  * [python] Fixed PyGetSetDescr for python3.2.
+  * Bug 2635919: Convenience method to convert std::map to a python dict.
+  * Fixed bug 1163440: vararg typemaps.
+  * [Python] Applied patch #1932484: migrate PyCObject to PyCapsule.
+  * [Python] Merged in the szager-python-builtin branch, adding the -builtin 
feature
+for python.  The -builtin option may provide a significant performance gain
+in python wrappers.  For full details and limitations, refer to 
Doc/Manual/Python.html.
+A small test suite designed to demonstrate the performance gain is in
+Examples/python/performance.
+
+---
+Tue Sep 20 08:46:19 UTC 2011 - kkae...@suse.com
+
+- Fix RHEL/Fedora build
+
+---

calling whatdependson for head-i586


Old:

  swig-2.0.3-disable-broken-tests.patch
  swig-2.0.3-perl512.patch
  swig-2.0.3-perl514.patch
  swig-2.0.3-support-python32.patch
  swig-2.0.3-use-python-capsule-api.patch
  swig-2.0.3.tar.bz2

New:

  swig-2.0.4-disable-broken-tests.patch
  swig-2.0.4-disable-broken-tests_rhel4.patch
  swig-2.0.4-ptrdiff_t.patch
  swig-2.0.4-support-python32.patch
  swig-2.0.4.tar.bz2
  swig.rpmlintrc



Other differences:
--
++ swig.spec ++
--- /var/tmp/diff_new_pack.nDiAEA/_old  2011-09-21 17:23:08.0 +0200
+++ /var/tmp/diff_new_pack.nDiAEA/_new  2011-09-21 17:23:08.0 +0200
@@ -26,15 +26,17 @@
 %if 0%{?rhel_version}  0
 BuildRequires:  -vim
 %endif
-%if 0%{?fedora} + 0%{?rhel_version}  0
+%if 0%{?fedora} + 0%{?rhel_version} + 0%{?centos_version}  0
+%define docpath %{_docdir}/%{name}-%{version}
 BuildRequires:  pkgconfig
 BuildRequires:  ruby-devel
-%if 0%{?rhel_version} == 0
+%if 0%{?rhel_version} + 0%{?centos_version} == 0
 BuildRequires:  perl-devel
 %endif
 %endif
 %if 0%{?suse_version}  0
-%if 0%{?suse_version}  1020
+%define docpath %{_docdir}/%{name}
+%if 0%{?suse_version}  1010
 BuildRequires:  fdupes
 %endif
 # SLE9
@@ -47,23 +49,22 @@
 BuildRequires:  ruby-devel
 %endif
 %endif
-Version:2.0.3
+Version:2.0.4
 Release:5
 License:GPLv3+ and BSD
 Summary:Simplified Wrapper and Interface Generator
 Url:http://www.swig.org
 Group:  Development/Languages/C and C++
-Source: swig-%{version}.tar.bz2
-# PATCH-FIX-UPSTREAM swig-2.0.3-perl512.patch idoen...@suse.de -- Upstream bug 
#3260265
-Patch1: swig-2.0.3-perl512.patch
-# PATCH-FIX-UPSTREAM swig-2.0.3-disable-broken-tests.patch idoen...@suse.de -- 
Disable broken tests
-Patch2: swig-2.0.3-disable-broken-tests.patch
-# PATCH-FIX-UPSTREAM swig-2.0.3-use-python-capsule-api.patch idoen...@suse.de 
-- Use Python capsule api
-Patch3: swig-2.0.3-use-python-capsule-api.patch
-# PATCH-FIX-UPSTREAM swig-2.0.3-support-python32.patch idoen...@suse.de -- 
Support Python 3.2
-Patch4: swig-2.0.3-support-python32.patch
-# PATCH-FIX-UPSTREAM swig-2.0.3-perl514.patch idoen...@suse.de -- Fix Perl 
5.14 test failure
-Patch5: swig-2.0.3-perl514.patch
+Source: %{name}-%{version}.tar.bz2
+Source1:%{name}.rpmlintrc
+# PATCH-FIX-UPSTREAM swig-2.0.4-support-python32.patch idoen...@suse.de -- 
Support Python 3.2
+Patch1: swig-2.0.4-support-python32.patch
+# swig-2.0.4-ptrdiff_t.patch kkae...@suse.com -- import_stl fails under Python
+Patch2: swig-2.0.4-ptrdiff_t.patch
+# PATCH-FIX-UPSTREAM swig-2.0.4-disable-broken-tests.patch idoen...@suse.de -- 
Disable broken tests
+Patch3: swig-2.0.4-disable-broken-tests.patch
+# swig-2.0.4-disable-broken-tests_rhel4.patch kkae...@suse.com -- disable 
tests failing on RHEL4
+Patch4: swig-2.0.4-disable-broken-tests_rhel4.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -119,27 +120,30 @@
 %prep
 %setup -q
 %patch1 -p1
-%patch2
-%patch3 -p1
+%patch2 -p1
+%patch3
+%if 0%{?rhel_version} = 400  0%{?rhel_version}  500
 %patch4 -p1
-%patch5 -p1
+%endif
 
 %build
-./autogen.sh
 %configure --disable-ccache
 make %{?_smp_mflags}
 
 %check
+# check fails on SLES9
+%if 0%{?sles_version} != 9
 # This test is 

  1   2   >