commit yast2-users for openSUSE:Factory

2011-09-23 Thread h_root

Hello community,

here is the log from the commit of package yast2-users for openSUSE:Factory
checked in at Fri Sep 23 10:39:05 CEST 2011.




--- yast2-users/yast2-users.changes 2011-07-15 12:48:54.0 +0200
+++ /mounts/work_src_done/STABLE/yast2-users/yast2-users.changes
2011-09-22 11:05:03.0 +0200
@@ -1,0 +2,18 @@
+Thu Sep 22 11:04:05 CEST 2011 - jsuch...@suse.cz
+
+- use first stage saved data only in second stage (bnc#712900)
+- 2.21.7 
+
+---
+Fri Aug  5 12:35:46 CEST 2011 - tgoettlic...@suse.de
+
+- fixed .desktop file (bnc #681249)
+
+---
+Wed Jul 20 11:10:22 CEST 2011 - jsuch...@suse.cz
+
+- remove blowfish hash from selections, make sha512 the default
+  (fate#312321)
+- 2.21.6 
+
+---

calling whatdependson for head-i586


Old:

  yast2-users-2.21.5.tar.bz2

New:

  yast2-users-2.21.7.tar.bz2



Other differences:
--
++ yast2-users.spec ++
--- /var/tmp/diff_new_pack.oJiDAK/_old  2011-09-23 10:38:55.0 +0200
+++ /var/tmp/diff_new_pack.oJiDAK/_new  2011-09-23 10:38:55.0 +0200
@@ -19,11 +19,11 @@
 
 
 Name:   yast2-users
-Version:2.21.5
-Release:1
+Version:2.21.7
+Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-Source0:yast2-users-2.21.5.tar.bz2
+Source0:yast2-users-2.21.7.tar.bz2
 
 Prefix: /usr
 
@@ -53,7 +53,7 @@
 This package provides GUI for maintenance of linux users and groups.
 
 %prep
-%setup -n yast2-users-2.21.5
+%setup -n yast2-users-2.21.7
 
 %build
 %{prefix}/bin/y2tool y2autoconf
@@ -99,4 +99,5 @@
 %{_libdir}/YaST2/plugin/libpy2ag_crack.so
 %{_libdir}/YaST2/plugin/libpy2ag_crack.la
 %doc %{prefix}/share/doc/packages/yast2-users
+
 %changelog

++ yast2-users-2.21.5.tar.bz2 -> yast2-users-2.21.7.tar.bz2 ++
 2008 lines of diff (skipped)
retrying with extended exclude list
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/yast2-users-2.21.5/VERSION new/yast2-users-2.21.7/VERSION
--- old/yast2-users-2.21.5/VERSION  2011-07-15 12:45:40.0 +0200
+++ new/yast2-users-2.21.7/VERSION  2011-09-22 11:04:14.0 +0200
@@ -1 +1 @@
-2.21.5
+2.21.7
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/yast2-users-2.21.5/src/UsersSimple.pm 
new/yast2-users-2.21.7/src/UsersSimple.pm
--- old/yast2-users-2.21.5/src/UsersSimple.pm   2011-07-15 12:43:34.0 
+0200
+++ new/yast2-users-2.21.7/src/UsersSimple.pm   2011-09-19 13:24:41.0 
+0200
@@ -4,7 +4,7 @@
 # Package: Configuration of users and groups
 # Summary: module for first stage user configuration
 #
-# $Id: UsersSimple.pm 64852 2011-07-15 10:43:33Z jsuchome $
+# $Id: UsersSimple.pm 64911 2011-07-20 09:13:45Z jsuchome $
 #
 
 package UsersSimple;
@@ -47,7 +47,7 @@
 
 
 # password encryption method
-my $encryption_method  = "blowfish";
+my $encryption_method  = "sha512";
 
 # mail alias for root
 my $root_alias = "";
@@ -951,7 +951,9 @@
 my $file   = Directory->vardir()."/users_first_stage.ycp";
 my $ret= 0;
 
-if (FileUtils->Exists ($file) && ($force || $first_stage_data_not_read)) {
+if (Stage->cont () && FileUtils->Exists ($file) &&
+   ($force || $first_stage_data_not_read)) 
+{
my $data= SCR->Read (".target.ycp", $file);
$first_stage_data_not_read  = 0;
if (defined $data && ref ($data) eq "HASH") {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/yast2-users-2.21.5/src/helps.ycp new/yast2-users-2.21.7/src/helps.ycp
--- old/yast2-users-2.21.5/src/helps.ycp2008-12-18 14:47:14.0 
+0100
+++ new/yast2-users-2.21.7/src/helps.ycp2011-07-20 11:13:46.0 
+0200
@@ -6,7 +6,7 @@
  * Authors:Johannes Buchhold ,
  * Jiri Suchomel 
  *
- * $Id: helps.ycp 50508 2008-09-01 08:23:27Z jsuchome $
+ * $Id: helps.ycp 64911 2011-07-20 09:13:45Z jsuchome $
  *
  */
 {
@@ -35,8 +35,6 @@
"crypt"

commit yast2-theme for openSUSE:Factory

2011-09-23 Thread h_root

Hello community,

here is the log from the commit of package yast2-theme for openSUSE:Factory
checked in at Fri Sep 23 10:38:49 CEST 2011.




--- yast2-theme/yast2-theme.changes 2011-08-29 16:54:48.0 +0200
+++ /mounts/work_src_done/STABLE/yast2-theme/yast2-theme.changes
2011-09-22 16:29:52.0 +0200
@@ -1,0 +2,6 @@
+Thu Sep 22 14:24:52 UTC 2011 - co...@suse.com
+
+- move wizards into art repo - yast2-qt-branding now required by
+  yast2-qt
+
+---

calling whatdependson for head-i586


Old:

  yast2-theme-2.21.8.tar.bz2

New:

  yast2-theme-2.21.11.tar.bz2



Other differences:
--
++ yast2-theme.spec ++
--- /var/tmp/diff_new_pack.hj2fcF/_old  2011-09-23 10:38:37.0 +0200
+++ /var/tmp/diff_new_pack.hj2fcF/_new  2011-09-23 10:38:37.0 +0200
@@ -19,11 +19,11 @@
 
 
 Name:   yast2-theme
-Version:2.21.8
-Release:1
+Version:2.21.11
+Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-Source0:yast2-theme-2.21.8.tar.bz2
+Source0:yast2-theme-2.21.11.tar.bz2
 
 Prefix: /usr
 
@@ -37,10 +37,10 @@
 Contains the SuSE Linux theme for YaST2.
 
 %package openSUSE
-
 Summary:YaST2 - Theme (openSUSE)
-Version:2.21.8
-Release:1
+Version:2.21.11
+
+
 Group:  System/YaST
 Provides:   yast2_theme = %{version}
 Provides:   yast2-theme-UnitedLinux
@@ -53,20 +53,20 @@
 Provides:   yast2-theme-UnitedLinux
 
 %package openSUSE-Crystal
-
 Summary:YaST2 - Theme (openSUSE)
-Version:2.21.8
-Release:1
+Version:2.21.11
+
+
 Group:  System/YaST
 Provides:   yast2_theme = %{version}
 Provides:   yast2-theme-openSUSE-any
 PreReq: /bin/ln yast2-theme-openSUSE
 
 %package openSUSE-Oxygen
-
 Summary:YaST2 - Theme (openSUSE)
-Version:2.21.8
-Release:1
+Version:2.21.11
+
+
 Group:  System/YaST
 Provides:   yast2_theme = %{version}
 Provides:   yast2-theme-openSUSE-any
@@ -74,10 +74,10 @@
 Conflicts:  yast2-theme-openSUSE-Crystal
 
 %package SLE
-
 Summary:YaST2 - SLE Theme
-Version:2.21.8
-Release:1
+Version:2.21.11
+
+
 Group:  System/YaST
 Provides:   yast2_theme = %{version}
 Provides:   yast2-theme-NLD = 0.4.5
@@ -93,12 +93,13 @@
 %description openSUSE-Oxygen
 This package contains the openSUSE theme for YaST2.
 
+
 %description SLE
 This package contains the YaST2 theme for the SUSE Linux Enterprise
 Family.
 
 %prep
-%setup -n yast2-theme-2.21.8
+%setup -n yast2-theme-2.21.11
 
 %build
 %{prefix}/bin/y2tool y2autoconf
@@ -158,6 +159,7 @@
 fi
   done
 done
+
 %fdupes $RPM_BUILD_ROOT//usr/share/YaST2/theme
 
 %clean
@@ -166,7 +168,7 @@
 
 %post openSUSE
 cd /usr/share/YaST2/theme
-if ! test -d openSUSE-Crystal && ! test -d openSUSE-Oxygen ; then
+if ! test -d openSUSE-Crystal && ! test -d openSUSE-Oxygen; then
   ln -snf openSUSE openSUSE-current
 fi
 
@@ -202,4 +204,5 @@
 %defattr(-,root,root)
 %dir /usr/share/YaST2/theme
 /usr/share/YaST2/theme/SLE
+
 %changelog

++ yast2-theme-2.21.8.tar.bz2 -> yast2-theme-2.21.11.tar.bz2 ++
yast2-theme/yast2-theme-2.21.8.tar.bz2 
/mounts/work_src_done/STABLE/yast2-theme/yast2-theme-2.21.11.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 yast2-qt for openSUSE:Factory

2011-09-23 Thread h_root

Hello community,

here is the log from the commit of package yast2-qt for openSUSE:Factory
checked in at Fri Sep 23 10:38:30 CEST 2011.




--- yast2-qt/yast2-qt.changes   2011-05-18 17:05:50.0 +0200
+++ /mounts/work_src_done/STABLE/yast2-qt/yast2-qt.changes  2011-09-22 
16:14:50.0 +0200
@@ -1,0 +2,11 @@
+Thu Sep 22 14:11:45 UTC 2011 - co...@suse.com
+
+- require yast2-qt-branding
+
+---
+Tue Sep 20 14:46:27 CEST 2011 - tgoettlic...@suse.de
+
+- respect stylesheets in dialogs
+- V 2.21.5
+
+---

calling whatdependson for head-i586


Old:

  yast2-qt-2.21.4.tar.bz2

New:

  yast2-qt-2.21.5.tar.bz2



Other differences:
--
++ yast2-qt.spec ++
--- /var/tmp/diff_new_pack.1XVexF/_old  2011-09-23 10:38:24.0 +0200
+++ /var/tmp/diff_new_pack.1XVexF/_new  2011-09-23 10:38:24.0 +0200
@@ -18,11 +18,11 @@
 
 
 Name:   yast2-qt
-Version:2.21.4
-Release:1
+Version:2.21.5
+Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-Source0:yast2-qt-2.21.4.tar.bz2
+Source0:yast2-qt-2.21.5.tar.bz2
 Group:  System/YaST
 License:GPL v2 or later
 BuildRequires:  docbook-xsl-stylesheets
@@ -45,13 +45,12 @@
 Requires:   yast2-libyui  >= 2.21.1
 Requires:   yast2_theme >= 2.16.1
 Requires:   yast2-branding
+Requires:   yast2-qt-branding
 Provides:   yast2_ui
 Provides:   y2base:/usr/lib/YaST2/servers/qt
 Provides:   y2base:/usr/lib/YaST2/plugin/libpy2qt.so.2
 Provides:   yast2-ui-qt yast2-ui-qt-devel
 Obsoletes:  yast2-ui-qt yast2-ui-qt-devel
-Provides:   y2qt
-Obsoletes:  y2qt
 Recommends: yast2-qt-pkg
 Recommends: xorg-x11-fonts
 
@@ -60,7 +59,6 @@
 X Window System.
 
 %package devel
-
 Summary:Development package for graphical YaST2 user interfaces
 Group:  Development/Libraries/YaST
 Requires:   yast2-qt = %{version}
@@ -91,7 +89,7 @@
   -DCMAKE_BUILD_TYPE=Release \
   -DCMAKE_SKIP_RPATH=1 \
   ..
-make %{?jobs:-j %jobs} VERBOSE=1
+make %{?_smp_mflags} VERBOSE=1
 
 %install
 cd build

++ yast2-qt-2.21.4.tar.bz2 -> yast2-qt-2.21.5.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-qt-2.21.4/VERSION.cmake 
new/yast2-qt-2.21.5/VERSION.cmake
--- old/yast2-qt-2.21.4/VERSION.cmake   2011-05-18 17:05:33.0 +0200
+++ new/yast2-qt-2.21.5/VERSION.cmake   2011-09-20 14:47:06.0 +0200
@@ -1,3 +1,3 @@
 SET(VERSION_MAJOR "2")
 SET(VERSION_MINOR "21")
-SET(VERSION_PATCH "4")
+SET(VERSION_PATCH "5")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-qt-2.21.4/package/yast2-qt.changes 
new/yast2-qt-2.21.5/package/yast2-qt.changes
--- old/yast2-qt-2.21.4/package/yast2-qt.changes2011-05-18 
17:05:33.0 +0200
+++ new/yast2-qt-2.21.5/package/yast2-qt.changes2011-09-20 
14:47:06.0 +0200
@@ -1,4 +1,10 @@
 ---
+Tue Sep 20 14:46:27 CEST 2011 - tgoettlic...@suse.de
+
+- respect stylesheets in dialogs
+- V 2.21.5
+
+---
 Wed May 18 17:04:43 CEST 2011 - tgoettlic...@suse.de
 
 - Fixed selection in tree widgets (bnc #680107)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-qt-2.21.4/src/QY2HelpDialog.cc 
new/yast2-qt-2.21.5/src/QY2HelpDialog.cc
--- old/yast2-qt-2.21.4/src/QY2HelpDialog.cc2011-05-18 17:05:33.0 
+0200
+++ new/yast2-qt-2.21.5/src/QY2HelpDialog.cc2011-09-20 14:47:06.0 
+0200
@@ -44,6 +44,8 @@
 #include 
 #include "YQi18n.h"
 #include "YQUI.h"
+#include "QY2Styler.h"
+
 
 #include "icons/viewmag.xpm"
 
@@ -75,6 +77,8 @@
 
 // Close button for wizard help window
 _ui->pushButton->setText( _( "&Close" ) );
+
+QY2Styler::styler()->registerWidget( this );
 }
 
 void QY2HelpDialog::setHelpText( const QString& helpText )
@@ -86,6 +90,7 @@
 
 QY2HelpDialog::~QY2HelpDialog()
 {
+QY2Styler::styler()->unregisterWidget( this );
 delete _ui;
 }
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-qt-2.21.4/src/YQDialog.cc 
new/yast2-qt-2.21.5/src/YQDialog.cc
--- old/yast2-qt-2.21.4/src/YQDialog.cc 2011-05-18 17:05:33.0 +0200
+++ new/yast2-qt-2.21.5/src/YQDialog.cc 2011-09-20 14:47:06.0 +0200
@@ -129,6 +129,8 @@
 
 QObject::connect( _waitForEventTimer,  SIGNAL( timeout()  
),
  this, SLOT  ( waitForEventTimeout() ) 
);
+
+QY2Styler::styler()->registerWidget( this );
 }
 
 
@@ -148,6 +150,8 @@
 
 if ( _style

commit yast2-online-update for openSUSE:Factory

2011-09-23 Thread h_root

Hello community,

here is the log from the commit of package yast2-online-update for 
openSUSE:Factory
checked in at Fri Sep 23 10:38:18 CEST 2011.




--- yast2-online-update/yast2-online-update.changes 2011-04-08 
12:57:26.0 +0200
+++ 
/mounts/work_src_done/STABLE/yast2-online-update/yast2-online-update.changes
2011-09-22 17:17:06.0 +0200
@@ -1,0 +2,17 @@
+Thu Sep 22 15:07:11 UTC 2011 - lsle...@suse.cz
+
+- removed obsoleted Pkg::PkgEstablish() call (does nothing, will
+  be removed)
+- 2.21.2
+
+---
+Thu Sep 22 10:59:11 CEST 2011 - jsuch...@suse.cz
+
+- 2.21.1 
+
+---
+Fri Aug  5 12:34:29 CEST 2011 - tgoettlic...@suse.de
+
+- fixed .desktop file (bnc #681249)
+
+---

calling whatdependson for head-i586


Old:

  yast2-online-update-2.21.0.tar.bz2

New:

  yast2-online-update-2.21.2.tar.bz2



Other differences:
--
++ yast2-online-update.spec ++
--- /var/tmp/diff_new_pack.LorTMK/_old  2011-09-23 10:38:03.0 +0200
+++ /var/tmp/diff_new_pack.LorTMK/_new  2011-09-23 10:38:03.0 +0200
@@ -19,16 +19,16 @@
 
 
 Name:   yast2-online-update
-Version:2.21.0
-Release:1
+Version:2.21.2
+Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-Source0:yast2-online-update-2.21.0.tar.bz2
+Source0:yast2-online-update-2.21.2.tar.bz2
 
 Prefix: /usr
 
 Group:  System/YaST
-License:GPLv2+
+License:GPL v2 or later
 BuildRequires:  gcc-c++ libxcrypt-devel perl-XML-Writer pkg-config 
update-desktop-files yast2-bootloader yast2-devtools yast2-packager
 PreReq: grep sed
 # changed StartPackage callback signature
@@ -57,7 +57,7 @@
 YaST control center.
 
 %prep
-%setup -n yast2-online-update-2.21.0
+%setup -n yast2-online-update-2.21.2
 
 %build
 %{prefix}/bin/y2tool y2autoconf
@@ -96,7 +96,6 @@
 %doc %{prefix}/share/doc/packages/yast2-online-update
 
 %package frontend
-License:GPLv2+
 Summary:YaST2 - Online Update (YOU)
 Requires:   yast2-online-update
 Group:  System/YaST
@@ -110,4 +109,5 @@
 %files frontend
 %defattr(-,root,root)
 %{prefix}/share/applications/YaST2/online_update.desktop
+
 %changelog

++ yast2-online-update-2.21.0.tar.bz2 -> yast2-online-update-2.21.2.tar.bz2 
++
 19393 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 yast2-network for openSUSE:Factory

2011-09-23 Thread h_root

Hello community,

here is the log from the commit of package yast2-network for openSUSE:Factory
checked in at Fri Sep 23 10:37:56 CEST 2011.




--- yast2-network/yast2-network.changes 2011-08-31 16:50:23.0 +0200
+++ /mounts/work_src_done/STABLE/yast2-network/yast2-network.changes
2011-09-22 11:26:36.0 +0200
@@ -1,0 +2,30 @@
+Thu Sep 22 11:24:51 CEST 2011 - vis...@suse.cz
+
+- show module name in window title
+- 2.21.8
+
+---
+Thu Sep 22 09:04:17 UTC 2011 - lsle...@suse.cz
+
+- updated Network_YaPI test (adapted to systemd and sysctl changes)
+- 2.21.7
+
+---
+Wed Sep 21 14:15:44 UTC 2011 - lsle...@suse.cz
+
+- Routing.ycp - use /etc/sysctl.conf file instead of deprecated
+  /etc/sysconfig/sysctl, adapted testsuite
+
+---
+Mon Sep 19 09:20:00 CEST 2011 - vis...@suse.cz
+
+- Remove unneeded dialog and dependency on Wizard_hw 
+- 2.21.6
+
+---
+Fri Sep  2 16:08:07 CEST 2011 - mvid...@suse.cz
+
+- Don't switch bonding interfaces to DHCP when editing them (bnc#711962).
+- Don't say that a NIC without an address has no encryption (bnc#711962).
+
+---

calling whatdependson for head-i586


Old:

  yast2-network-2.21.5.tar.bz2

New:

  yast2-network-2.21.8.tar.bz2



Other differences:
--
++ yast2-network.spec ++
--- /var/tmp/diff_new_pack.HI1XdQ/_old  2011-09-23 10:37:45.0 +0200
+++ /var/tmp/diff_new_pack.HI1XdQ/_new  2011-09-23 10:37:45.0 +0200
@@ -19,11 +19,11 @@
 
 
 Name:   yast2-network
-Version:2.21.5
-Release:1
+Version:2.21.8
+Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-Source0:yast2-network-2.21.5.tar.bz2
+Source0:yast2-network-2.21.8.tar.bz2
 
 Prefix: /usr
 
@@ -37,8 +37,9 @@
 BuildRequires:  yast2-installation >= 2.15.27
 
 # NetworkInterfaces::Write should write ifcfgs only once
-BuildRequires:  yast2 >= 2.21.14
-Requires:   yast2 >= 2.21.14
+# Wizard::SetDesktopTitleAndIcon
+BuildRequires:  yast2 >= 2.21.22
+Requires:   yast2 >= 2.21.22
 
 #netconfig (FaTE #303618)
 Requires:   sysconfig >= 0.71.2
@@ -63,7 +64,6 @@
 Summary:YaST2 - Network Configuration
 
 %package devel-doc
-
 Group:  System/YaST
 Summary:YaST2 - Developer documentation for yast2-network
 
@@ -74,7 +74,7 @@
 This package contains autogenerated documentation for yast2-network
 
 %prep
-%setup -n yast2-network-2.21.5
+%setup -n yast2-network-2.21.8
 
 %build
 %{prefix}/bin/y2tool y2autoconf
@@ -144,4 +144,5 @@
 %doc %{prefix}/share/doc/packages/yast2-network
 %exclude %{prefix}/share/doc/packages/yast2-network/COPYING
 %exclude %{prefix}/share/doc/packages/yast2-network/README
+
 %changelog

++ yast2-network-2.21.5.tar.bz2 -> yast2-network-2.21.8.tar.bz2 ++
 2126 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 yast2-firstboot for openSUSE:Factory

2011-09-23 Thread h_root

Hello community,

here is the log from the commit of package yast2-firstboot for openSUSE:Factory
checked in at Fri Sep 23 10:37:38 CEST 2011.




--- yast2-firstboot/yast2-firstboot.changes 2011-07-25 15:10:03.0 
+0200
+++ /mounts/work_src_done/STABLE/yast2-firstboot/yast2-firstboot.changes
2011-09-22 10:56:03.0 +0200
@@ -1,0 +2,10 @@
+Thu Sep 22 10:55:20 CEST 2011 - jsuch...@suse.cz
+
+- 2.21.1 
+
+---
+Fri Aug  5 12:32:04 CEST 2011 - tgoettlic...@suse.de
+
+- fixed .desktop file (bnc #681249)
+
+---

calling whatdependson for head-i586


Old:

  yast2-firstboot-2.21.0.tar.bz2

New:

  yast2-firstboot-2.21.1.tar.bz2



Other differences:
--
++ yast2-firstboot.spec ++
--- /var/tmp/diff_new_pack.XuysX7/_old  2011-09-23 10:37:30.0 +0200
+++ /var/tmp/diff_new_pack.XuysX7/_new  2011-09-23 10:37:30.0 +0200
@@ -19,11 +19,11 @@
 
 
 Name:   yast2-firstboot
-Version:2.21.0
-Release:1
+Version:2.21.1
+Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-Source0:yast2-firstboot-2.21.0.tar.bz2
+Source0:yast2-firstboot-2.21.1.tar.bz2
 
 Prefix: /usr
 
@@ -60,7 +60,7 @@
 created to personalize the system.
 
 %prep
-%setup -n yast2-firstboot-2.21.0
+%setup -n yast2-firstboot-2.21.1
 
 %build
 %{prefix}/bin/y2tool y2autoconf
@@ -108,4 +108,5 @@
 %doc %{prefix}/share/doc/packages/yast2-firstboot
 /etc/YaST2/*.xml
 /usr/share/autoinstall/modules/firstboot.desktop
+
 %changelog

++ yast2-firstboot-2.21.0.tar.bz2 -> yast2-firstboot-2.21.1.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-firstboot-2.21.0/VERSION 
new/yast2-firstboot-2.21.1/VERSION
--- old/yast2-firstboot-2.21.0/VERSION  2011-07-25 14:59:51.0 +0200
+++ new/yast2-firstboot-2.21.1/VERSION  2011-09-22 10:55:26.0 +0200
@@ -1 +1 @@
-2.21.0
+2.21.1
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-firstboot-2.21.0/configure 
new/yast2-firstboot-2.21.1/configure
--- old/yast2-firstboot-2.21.0/configure2011-07-25 15:08:20.0 
+0200
+++ new/yast2-firstboot-2.21.1/configure2011-06-23 15:56:46.0 
+0200
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.68 for yast2-firstboot 2.21.0.
+# Generated by GNU Autoconf 2.68 for yast2-firstboot 2.20.2.
 #
 # Report bugs to .
 #
@@ -559,8 +559,8 @@
 # Identity of this package.
 PACKAGE_NAME='yast2-firstboot'
 PACKAGE_TARNAME='yast2-firstboot'
-PACKAGE_VERSION='2.21.0'
-PACKAGE_STRING='yast2-firstboot 2.21.0'
+PACKAGE_VERSION='2.20.2'
+PACKAGE_STRING='yast2-firstboot 2.20.2'
 PACKAGE_BUGREPORT='http://bugs.opensuse.org/'
 PACKAGE_URL=''
 
@@ -1237,7 +1237,7 @@
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF
-\`configure' configures yast2-firstboot 2.21.0 to adapt to many kinds of 
systems.
+\`configure' configures yast2-firstboot 2.20.2 to adapt to many kinds of 
systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1308,7 +1308,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
- short | recursive ) echo "Configuration of yast2-firstboot 2.21.0:";;
+ short | recursive ) echo "Configuration of yast2-firstboot 2.20.2:";;
esac
   cat <<\_ACEOF
 
@@ -1388,7 +1388,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-yast2-firstboot configure 2.21.0
+yast2-firstboot configure 2.20.2
 generated by GNU Autoconf 2.68
 
 Copyright (C) 2010 Free Software Foundation, Inc.
@@ -1405,7 +1405,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by yast2-firstboot $as_me 2.21.0, which was
+It was created by yast2-firstboot $as_me 2.20.2, which was
 generated by GNU Autoconf 2.68.  Invocation command line was
 
   $ $0 $@
@@ -2335,7 +2335,7 @@
 
 # Define the identity of the package.
  PACKAGE='yast2-firstboot'
- VERSION='2.21.0'
+ VERSION='2.20.2'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -2457,7 +2457,7 @@
 
 
 
-VERSION="2.21.0"
+VERSION="2.20.2"
 RPMNAME="yast2-firstboot"
 MAINTAINER="Jiri Suchomel "
 
@@ -3499,7 +3499,7 @@
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log="
-This file was extended by yast2-firstboot $as_me 2.21.0, which was
+This file was extended by yast2-firstboot $as_me 2.20.2, which was
 generated by GNU Autoconf 2.68.  Invocation command line was
 
   CONFIG_FILES= $CONFIG_

commit yast2-apparmor for openSUSE:Factory

2011-09-23 Thread h_root

Hello community,

here is the log from the commit of package yast2-apparmor for openSUSE:Factory
checked in at Fri Sep 23 10:37:25 CEST 2011.




--- yast2-apparmor/yast2-apparmor.changes   2011-09-05 14:56:57.0 
+0200
+++ /mounts/work_src_done/STABLE/yast2-apparmor/yast2-apparmor.changes  
2011-09-22 14:48:42.0 +0200
@@ -1,0 +2,6 @@
+Thu Sep 22 12:42:09 UTC 2011 - jreidin...@suse.com
+
+- fix category of apparmor module (bnc#719386)
+- 2.21.4
+
+---
@@ -15 +21 @@

+--

calling whatdependson for head-i586


Old:

  yast2-apparmor-2.21.3.tar.bz2

New:

  yast2-apparmor-2.21.4.tar.bz2



Other differences:
--
++ yast2-apparmor.spec ++
--- /var/tmp/diff_new_pack.sfvhQm/_old  2011-09-23 10:37:14.0 +0200
+++ /var/tmp/diff_new_pack.sfvhQm/_new  2011-09-23 10:37:14.0 +0200
@@ -19,11 +19,11 @@
 
 
 Name:   yast2-apparmor
-Version:2.21.3
-Release:1
+Version:2.21.4
+Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-Source0:yast2-apparmor-2.21.3.tar.bz2
+Source0:yast2-apparmor-2.21.4.tar.bz2
 
 Prefix: /usr
 
@@ -53,7 +53,7 @@
 SubDomain.
 
 %prep
-%setup -n yast2-apparmor-2.21.3
+%setup -n yast2-apparmor-2.21.4
 
 %build
 %{prefix}/bin/y2tool y2autoconf
@@ -107,4 +107,5 @@
 [ -e $REPDIR ] || mkdir -p $REPDIR
 [ -e $REPDIR2 ] || mkdir -p $REPDIR2
 [ -e $REPDIR3 ] || mkdir -p $REPDIR3
+
 %changelog

++ yast2-apparmor-2.21.3.tar.bz2 -> yast2-apparmor-2.21.4.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-apparmor-2.21.3/Makefile.am 
new/yast2-apparmor-2.21.4/Makefile.am
--- old/yast2-apparmor-2.21.3/Makefile.am   2011-09-05 14:50:36.0 
+0200
+++ new/yast2-apparmor-2.21.4/Makefile.am   2011-09-22 14:46:17.0 
+0200
@@ -138,7 +138,7 @@
$(INSTALL_DATA) $$EX $(DESTDIR)$(docdir) ;  
\
done
 
-package-local: $(if $(IS_DEVTOOLS),,$(POT_DST)) $(RPMNAME)-$(VERSION).tar.bz2
+package-local: check-parse $(if $(IS_DEVTOOLS),,$(POT_DST)) 
$(RPMNAME)-$(VERSION).tar.bz2
rm -f package/$(RPMNAME)-*.tar.bz2
rm -f package/*~
rm -f package/*.bak
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-apparmor-2.21.3/Makefile.in 
new/yast2-apparmor-2.21.4/Makefile.in
--- old/yast2-apparmor-2.21.3/Makefile.in   2011-09-05 14:50:39.0 
+0200
+++ new/yast2-apparmor-2.21.4/Makefile.in   2011-09-22 14:46:22.0 
+0200
@@ -886,7 +886,7 @@
$(INSTALL_DATA) $$EX $(DESTDIR)$(docdir) ;  
\
done
 
-package-local: $(if $(IS_DEVTOOLS),,$(POT_DST)) $(RPMNAME)-$(VERSION).tar.bz2
+package-local: check-parse $(if $(IS_DEVTOOLS),,$(POT_DST)) 
$(RPMNAME)-$(VERSION).tar.bz2
rm -f package/$(RPMNAME)-*.tar.bz2
rm -f package/*~
rm -f package/*.bak
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-apparmor-2.21.3/VERSION 
new/yast2-apparmor-2.21.4/VERSION
--- old/yast2-apparmor-2.21.3/VERSION   2011-09-05 14:13:00.0 +0200
+++ new/yast2-apparmor-2.21.4/VERSION   2011-09-22 14:42:05.0 +0200
@@ -1 +1 @@
-2.21.3
+2.21.4
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-apparmor-2.21.3/configure 
new/yast2-apparmor-2.21.4/configure
--- old/yast2-apparmor-2.21.3/configure 2011-09-05 14:13:40.0 +0200
+++ new/yast2-apparmor-2.21.4/configure 2011-09-22 14:46:20.0 +0200
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.68 for yast2-apparmor 2.21.3.
+# Generated by GNU Autoconf 2.68 for yast2-apparmor 2.21.4.
 #
 # Report bugs to .
 #
@@ -559,8 +559,8 @@
 # Identity of this package.
 PACKAGE_NAME='yast2-apparmor'
 PACKAGE_TARNAME='yast2-apparmor'
-PACKAGE_VERSION='2.21.3'
-PACKAGE_STRING='yast2-apparmor 2.21.3'
+PACKAGE_VERSION='2.21.4'
+PACKAGE_STRING='yast2-apparmor 2.21.4'
 PACKAGE_BUGREPORT='http://bugs.opensuse.org/'
 PACKAGE_URL=''
 
@@ -1230,7 +1230,7 @@
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF
-\`configure' configures yast2-apparmor 2.21.3 to adapt to many kinds of 
systems.
+\`configure' configures yast2-apparmor 2.21.4 to adapt to many kinds of 
systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1301,7 +1301,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
- short | recursive ) echo "Conf

commit x3270 for openSUSE:Factory

2011-09-23 Thread h_root

Hello community,

here is the log from the commit of package x3270 for openSUSE:Factory
checked in at Fri Sep 23 10:36:51 CEST 2011.




--- x3270/x3270.changes 2010-11-08 15:13:15.0 +0100
+++ /mounts/work_src_done/STABLE/x3270/x3270.changes2011-09-15 
12:29:07.0 +0200
@@ -1,0 +2,13 @@
+Thu Sep 15 08:56:05 UTC 2011 - b...@suse.com
+
+- Update to version 3.3.12ga7
+  - lots of bug fixes
+  - for a complete list, see http://x3270.bgp.nu/documentation-relnotes.html
+- remove unneeded patches 
+  - tcl8.4.patch
+  - gcc-322.diff 
+- use combined tar ball from upstream
+- enable SSL feature
+
+
+---

calling whatdependson for head-i586


Old:

  c3270-334p3.tgz
  gcc-322.diff
  pr3287-334.tgz
  s3270-334p3.tgz
  tcl3270-334p3.tgz
  tcl8.4.patch
  x3270-334p4.tgz

New:

  suite3270-3.3.12ga7-src.tgz



Other differences:
--
++ x3270.spec ++
--- /var/tmp/diff_new_pack.Zw3WmX/_old  2011-09-23 10:36:44.0 +0200
+++ /var/tmp/diff_new_pack.Zw3WmX/_new  2011-09-23 10:36:44.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package x3270 (Version 3.2.20)
+# spec file for package x3270
 #
-# 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
@@ -19,37 +19,27 @@
 
 
 Name:   x3270
-%if %suse_version > 910
 BuildRequires:  ncurses-devel xorg-x11 xorg-x11-devel
-%else
-BuildRequires:  XFree86 XFree86-devel
-%endif
 %definefontdir /usr/share/fonts/misc
 %defineappdefdir   /usr/share/X11
 %define xbindir /usr/bin
 %define xmandir /usr/share/man
 %define xincludes   /usr/include
 %define xlibraries  /usr/%{_lib}
-BuildRequires:  freetype2 tcl-devel
+BuildRequires:  freetype2 openssl-devel tcl-devel
 License:MIT License (or similar)
 Group:  System/X11/Terminals
 AutoReqProv:on
-Version:3.2.20
+Version:3.3.12
 Release:517
 Summary:A Family of IBM 3270 Terminal Emulators
 Url:http://x3270.bgp.nu
-Source0:http://x3270.bgp.nu/download/x3270-334p4.tgz
-Source1:http://x3270.bgp.nu/download/s3270-334p3.tgz
-Source2:http://x3270.bgp.nu/download/tcl3270-334p3.tgz
-Source3:http://x3270.bgp.nu/download/pr3287-334.tgz
-Source4:http://x3270.bgp.nu/download/c3270-334p3.tgz
+Source0:suite3270-3.3.12ga7-src.tgz
 Source5:README.SuSE
 Source6:http://x3270.bgp.nu/download/x026-1.0.tgz
 Patch:  mknod.patch
 Patch100:   usr_local_bin.patch
-Patch101:   tcl8.4.patch
 Patch102:   x026-offset.diff
-Patch103:   gcc-322.diff
 Patch104:   pr3270-memleak.patch
 Patch105:   gcc4.diff
 Group:  System/X11/Terminals
@@ -101,12 +91,10 @@
 # will also hold the common config.cache
 # -q uietly -c reate -name all3270
 # -a fter changing into all3270, expand sources
-%setup -q -c -n all3270 -T -a0 -a1 -a2 -a3 -a4 -a6
+%setup -q -c -n all3270 -T -a0 -a6
 %patch
 %patch100
-%patch101
 %patch102
-%patch103
 %patch104
 %patch105
 
@@ -122,7 +110,8 @@
--bindir=%{_bindir} \
--prefix=%{_prefix} \
--mandir=%{_mandir} \
-   --with-tcl=%tcl_version
+   --with-tcl=%tcl_version \
+   --enable-ssl
 make LIBX3270DIR=${LIBX3270DIR}
 cd ..
 # the X variant
@@ -138,7 +127,8 @@
--x-libraries=%{xlibraries} \
--mandir=%{xmandir} \
--with-all-xinstall \
-   --with-fontdir=%{fontdir}
+   --with-fontdir=%{fontdir} \
+   --enable-ssl
 xmkmf -a
 make depend
 make LIBX3270DIR=${LIBX3270DIR}
@@ -151,7 +141,8 @@
--bindir=%{_bindir} \
--prefix=%{_prefix} \
--mandir=%{_mandir} \
-   --without-pr3287
+   --without-pr3287 \
+   --enable-ssl
 make LIBX3270DIR=${LIBX3270DIR}
 cd ..
 # the scripting variant
@@ -161,7 +152,8 @@
--cache-file=../config.cache \
--bindir=%{_bindir} \
--prefix=%{_prefix} \
-   --mandir=%{_mandir}
+   --mandir=%{_mandir} \
+   --enable-ssl
 make LIBX3270DIR=${LIBX3270DIR}
 cd ..
 # the printer
@@ -171,7 +163,8 @@
--cache-file=../config.cache \
--bindir=%{_bindir} \
--prefix=%{_prefix} \
-   --mandir=%{_mandir}
+   --mandir=%{_mandir} \
+   --enable-ssl
 make LIBX3270DIR=${LIBX3270DIR}
 cd ..
 # the IBM 026 keypunch emulator
@@ -190,6 +183,7 @@
 mkdir --parents $RPM_BUILD_ROOT{/usr/bin,%{_mandir}/{man1,man5}}
 # the X variant
 cd x3270-3.3
+chmod -x html/Keymap.html
 make DESTDIR=$RPM_BUILD_ROOT LIBX3270DIR=${LIBX3270DIR} install
 make DESTDIR=$RPM_BUILD_ROOT LIBX3270DIR=${LIBX3270DIR} install.man
 # make install does a

commit quota for openSUSE:Factory

2011-09-23 Thread h_root

Hello community,

here is the log from the commit of package quota for openSUSE:Factory
checked in at Fri Sep 23 10:36:38 CEST 2011.




--- quota/quota.changes 2011-08-18 16:13:37.0 +0200
+++ /mounts/work_src_done/STABLE/quota/quota.changes2011-09-16 
14:21:44.0 +0200
@@ -1,0 +2,5 @@
+Fri Sep 16 12:02:37 UTC 2011 - jeng...@medozas.de
+
+- Select libnl-1_1-devel
+
+---

calling whatdependson for head-i586




Other differences:
--
++ quota.spec ++
--- /var/tmp/diff_new_pack.vrTNwY/_old  2011-09-23 10:36:32.0 +0200
+++ /var/tmp/diff_new_pack.vrTNwY/_new  2011-09-23 10:36:32.0 +0200
@@ -19,7 +19,7 @@
 
 
 Name:   quota
-BuildRequires:  dbus-1-devel e2fsprogs-devel libnl-devel pkg-config tcpd-devel
+BuildRequires:  dbus-1-devel e2fsprogs-devel libnl-1_1-devel pkg-config 
tcpd-devel
 Version:4.00
 Release:1
 PreReq: %insserv_prereq %fillup_prereq






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-23 Thread h_root

Hello community,

here is the log from the commit of package python-rdflib for openSUSE:Factory
checked in at Fri Sep 23 10:36:26 CEST 2011.




--- python-rdflib/python-rdflib.changes 2011-09-20 16:30:39.0 +0200
+++ /mounts/work_src_done/STABLE/python-rdflib/python-rdflib.changes
2011-09-22 11:48:56.0 +0200
@@ -1,0 +2,5 @@
+Thu Sep 22 09:47:20 UTC 2011 - sasc...@suse.de
+
+- Fixed SLE build by adding a %define python_sitelib
+
+---

calling whatdependson for head-i586




Other differences:
--
++ python-rdflib.spec ++
--- /var/tmp/diff_new_pack.i2H9G2/_old  2011-09-23 10:36:21.0 +0200
+++ /var/tmp/diff_new_pack.i2H9G2/_new  2011-09-23 10:36:21.0 +0200
@@ -34,6 +34,7 @@
 BuildArch:  noarch
 %endif
 %endif
+%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
 %description
 RDFLib is a Python library for working with RDF, a simple yet powerful






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-OpenEXR for openSUSE:Factory

2011-09-23 Thread h_root

Hello community,

here is the log from the commit of package python-OpenEXR for openSUSE:Factory
checked in at Fri Sep 23 10:36:16 CEST 2011.




--- python-OpenEXR/python-OpenEXR.changes   2009-08-26 15:46:55.0 
+0200
+++ /mounts/work_src_done/STABLE/python-OpenEXR/python-OpenEXR.changes  
2011-09-22 10:06:26.0 +0200
@@ -1,0 +2,8 @@
+Thu Sep 22 08:03:48 UTC 2011 - sasc...@suse.de
+
+- Update to 1.2.0:
+  * Support for the StringVector attribute, used in multiView.
+- Spec file cleanup:
+  * Use SUSE version check around %py_requires
+
+---

calling whatdependson for head-i586


Old:

  OpenEXR-1.0.3.tar.bz2

New:

  OpenEXR-1.2.0.tar.gz



Other differences:
--
++ python-OpenEXR.spec ++
--- /var/tmp/diff_new_pack.S7Ab0v/_old  2011-09-23 10:36:12.0 +0200
+++ /var/tmp/diff_new_pack.S7Ab0v/_new  2011-09-23 10:36:12.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package python-OpenEXR (Version 1.0.3)
+# spec file for package python-OpenEXR
 #
-# 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,17 +15,16 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 
 
 Name:   python-OpenEXR
-Version:1.0.3
-Release:1
+Version:1.2.0
+Release:0
 Summary:Python bindings for OpenEXR
 Group:  Development/Libraries/Python
 License:BSD 3-clause (or similar)
 Url:http://excamera.com/articles/26/openexr.html
-Source0:
http://pypi.python.org/packages/source/O/OpenEXR/OpenEXR-%{version}.tar.bz2
+Source0:
http://pypi.python.org/packages/source/O/OpenEXR/OpenEXR-%{version}.tar.gz
 Source1:http://excamera.com/files/OpenEXR.pdf
 # license will be included in future release
 # see http://www.mail-archive.com/openexr-devel@nongnu.org/msg00844.html
@@ -34,7 +33,10 @@
 BuildRequires:  python-devel
 BuildRequires:  OpenEXR-devel
 BuildRequires:  gcc-c++
-%{py_requires}
+%if 0%{?suse_version}
+%py_requires
+%endif
+%{!?python_sitearch: %global python_sitearch %(%{__python} -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
 
 %description
 OpenEXR is an image format developed by ILM. Its main innovation is
@@ -46,6 +48,7 @@
 Note that this module only loads and stores images: it does not do
 any image manipulation operations. For that you might want to use
 one of:
+
  * PIL
  * NumPy
  * vop
@@ -69,6 +72,7 @@
 Note that this module only loads and stores images: it does not do
 any image manipulation operations. For that you might want to use
 one of:
+
  * PIL
  * NumPy
  * vop
@@ -77,32 +81,23 @@
  * UINT
  * FLOAT
 
-
 %prep
 %setup -q -n OpenEXR-%{version}
 cp %{SOURCE1} %{SOURCE1000} .
 
 %build
-export CFLAGS="%{optflags}"
-python setup.py build
+CFLAGS="%{optflags}" python setup.py build
 
 %install
-python setup.py install \
-  --root=%{buildroot} \
-  --prefix=%{_prefix} \
-  --install-data=%{_datadir}/%{name}-%{version} \
-  --record-rpm=INSTALLED_FILES
-
-%clean
-rm -rf %{buildroot}
+python setup.py install --root=%{buildroot} --prefix=%{_prefix}
 
-%files -f INSTALLED_FILES
-%defattr(-,root,root,0755)
+%files
+%defattr(-,root,root,-)
 %doc license.txt
-%dir %{_datadir}/%{name}-%{version}/
+%{python_sitearch}/*
 
 %files doc
-%defattr(-,root,root,0755)
+%defattr(-,root,root,-)
 %doc OpenEXR.pdf
 
 %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 mkinitrd for openSUSE:Factory

2011-09-23 Thread h_root

Hello community,

here is the log from the commit of package mkinitrd for openSUSE:Factory
checked in at Fri Sep 23 10:36:06 CEST 2011.




--- mkinitrd/mkinitrd.changes   2011-09-21 10:25:00.0 +0200
+++ /mounts/work_src_done/STABLE/mkinitrd/mkinitrd.changes  2011-09-22 
14:27:40.0 +0200
@@ -1,0 +2,5 @@
+Thu Sep 22 12:18:39 UTC 2011 - mma...@suse.cz
+
+- Include sd_mod if scsi_mod is used (bnc#714924).
+
+---

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-21 10:20:18.0 +0200
+++ new/mkinitrd-2.7.0/mkinitrd.changes 2011-09-22 14:26:43.0 +0200
@@ -1,4 +1,9 @@
 ---
+Thu Sep 22 12:18:39 UTC 2011 - mma...@suse.cz
+
+- Include sd_mod if scsi_mod is used (bnc#714924).
+
+---
 Wed Sep 21 08:19:47 UTC 2011 - mma...@suse.cz
 
 - setup-network: 77-network.rules has moved to /lib/udev/rules.d/
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mkinitrd-2.7.0/scripts/setup-block.sh 
new/mkinitrd-2.7.0/scripts/setup-block.sh
--- old/mkinitrd-2.7.0/scripts/setup-block.sh   2011-09-21 10:20:18.0 
+0200
+++ new/mkinitrd-2.7.0/scripts/setup-block.sh   2011-09-22 14:26:43.0 
+0200
@@ -88,7 +88,6 @@
 case "$blkdev" in
 sd*)
 handle_scsi $blkdev result
-result="$result sd_mod"
 ;;
 hd*)
 devpath=$(cd -P "/sys/block/$blkdev/device"; echo $PWD)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mkinitrd-2.7.0/scripts/setup-modules.sh 
new/mkinitrd-2.7.0/scripts/setup-modules.sh
--- old/mkinitrd-2.7.0/scripts/setup-modules.sh 2011-09-21 10:20:18.0 
+0200
+++ new/mkinitrd-2.7.0/scripts/setup-modules.sh 2011-09-22 14:26:43.0 
+0200
@@ -13,6 +13,7 @@
 # in the load_additional_dependencies function.
 additional_module_dependencies=(
 "virtio:virtio_pci virtio_ring"
+"scsi_mod:sd_mod"
 )
 
 # Check if module $1 is listed in $modules.






Remember to have fun...

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



commit m4 for openSUSE:Factory

2011-09-23 Thread h_root

Hello community,

here is the log from the commit of package m4 for openSUSE:Factory
checked in at Fri Sep 23 10:35:53 CEST 2011.




--- m4/m4.changes   2011-03-09 14:32:35.0 +0100
+++ /mounts/work_src_done/STABLE/m4/m4.changes  2011-09-19 17:14:31.0 
+0200
@@ -1,0 +2,5 @@
+Mon Sep 19 15:14:23 UTC 2011 - co...@suse.com
+
+- remove fragile _service file
+
+---

calling whatdependson for head-i586


Old:

  _service
  _service:download_url:m4-1.4.16.tar.bz2

New:

  m4-1.4.16.tar.bz2



Other differences:
--





Remember to have fun...

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



commit laptop-mode-tools for openSUSE:Factory

2011-09-23 Thread h_root

Hello community,

here is the log from the commit of package laptop-mode-tools for 
openSUSE:Factory
checked in at Fri Sep 23 10:35:42 CEST 2011.




--- laptop-mode-tools/laptop-mode-tools.changes 2011-07-20 21:29:16.0 
+0200
+++ /mounts/work_src_done/STABLE/laptop-mode-tools/laptop-mode-tools.changes
2011-09-15 12:26:32.0 +0200
@@ -1,0 +2,14 @@
+Thu Sep 15 12:22:11 CEST 2011 - hma...@suse.de
+
+- update to 1.59 (excerpt):
+  - add support for kernel 3.x (this makes
+laptop-mode-tools-1.57-kernel3.0.patch superfluous)
+  - add USB auto-suspend whitelist
+  - Check for files instead of kernel version numbers
+  - Enable new in-kernel polling mechanism for block devices
+(Debian BTS: #617705, #574867)
+  - Add new module nmi-watchdog to handle NMI Watchdog related power
+savings. Thanks to Quentin Denis for the report
+  - More minor fixes...
+
+---

calling whatdependson for head-i586


Old:

  laptop-mode-tools-1.57-kernel3.0.patch
  laptop-mode-tools_1.57.tar.gz

New:

  laptop-mode-tools_1.59.tar.gz



Other differences:
--
++ laptop-mode-tools.spec ++
--- /var/tmp/diff_new_pack.g8PSTH/_old  2011-09-23 10:35:37.0 +0200
+++ /var/tmp/diff_new_pack.g8PSTH/_new  2011-09-23 10:35:37.0 +0200
@@ -18,7 +18,7 @@
 
 
 Name:   laptop-mode-tools
-Version:1.57
+Version:1.59
 Release:1
 License:GPLv2+
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -36,7 +36,6 @@
 Patch5: laptop-mode-1.49-new-dirty-ratio-defaults.diff
 Patch6: laptop-mode-1.53-fix-pm-utils-sleep-script.diff
 Patch8: laptop-mode-1.53-moblin-enable-intel-hda-powersave.patch
-Patch9: laptop-mode-tools-1.57-kernel3.0.patch
 BuildArch:  noarch
 BuildRequires:  pm-utils
 
@@ -55,7 +54,7 @@
 Bart Samwel 
 
 %prep
-%setup -n %{name}_%{version} -q
+%setup -n %{name}-%{version} -q
 %patch1 -p1
 # Disabled for now, does not patch
 #%patch2 -p1
@@ -64,7 +63,6 @@
 %patch5 -p1
 %patch6 -p1
 %patch8 -p1
-%patch9 -p1
 cp %{S:2} .
 
 %build
@@ -104,5 +102,6 @@
 /usr/lib/pm-utils/sleep.d/01laptop-mode
 %doc /usr/share/man/man8/*
 %doc README.SUSE
+/lib/udev/lmt-udev
 
 %changelog

++ laptop-mode-tools_1.57.tar.gz -> laptop-mode-tools_1.59.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/laptop-mode-tools_1.57/Documentation/revision-history.txt 
new/laptop-mode-tools-1.59/Documentation/revision-history.txt
--- old/laptop-mode-tools_1.57/Documentation/revision-history.txt   
2011-02-27 08:22:20.0 +0100
+++ new/laptop-mode-tools-1.59/Documentation/revision-history.txt   
2011-08-07 21:30:43.0 +0200
@@ -1,3 +1,24 @@
+1.59 - Mon Aug  8 00:56:48 IST 2011 
+* really don't call batt-poll-daemon inside from the flock instance
+* USB auto-suspend whitelist
+* Add myself as the maintainer
+* Don't call true which forks a subshell
+* Use exit instead of return
+* Check for files instead of kernel version numbers.
+
+1.58 - Sat Jul 23 23:21:22 IST 2011
+* Initialize the PATH variable within us. This helps when our caller did 
not have a
+  proper environment
+* Enable new in-kernel polling mechanism for block devices (Debian BTS: 
#617705, #574867)
+* Check for kernel's native suspend functionality
+* Support execution of complex commands. Thanks to Changaco for the patch
+* Add new module nmi-watchdog to handle NMI Watchdog related power 
savings. Thanks to
+  Quentin Denis for the report
+* Fix error messages during early boot if /usr is on a different partition.
+  (Debian BTS: #624678)
+* Add support for new Linux 3.x kernels. (Debian BTS: #6628764)
+* Fix locking problems when battery polling daemon is enabled
+
 1.57 - Sun Feb 27 12:50:19 IST 2011
 * Pass calling application's arguments to the main function. Thanks to 
Radek for the 
   report and the patch
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/laptop-mode-tools_1.57/README 
new/laptop-mode-tools-1.59/README
--- old/laptop-mode-tools_1.57/README   2011-02-27 08:22:20.0 +0100
+++ new/laptop-mode-tools-1.59/README   2011-08-07 21:30:43.0 +0200
@@ -2,6 +2,7 @@
 
 
 Author:  Bart Samwel (b...@samwel.tk, http://www.samwel.tk/bart/)
+Maintainer: Ritesh Raj Sarraf (r...@researchut.com, http://www.researchut.com)
 
 
 Installation
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/laptop-mode-tools_1.57/etc/laptop-mode/conf.d/battery-level-polling.conf 
new/laptop-mode-tools-1.59/etc/laptop-mode/conf.d/battery-level-polling.conf
--- 
old/laptop-mode-tools_1.57/etc/laptop-mode/conf.d/battery-level-polling.conf
2011-02-2

commit gpgme for openSUSE:Factory

2011-09-23 Thread h_root

Hello community,

here is the log from the commit of package gpgme for openSUSE:Factory
checked in at Fri Sep 23 10:35:31 CEST 2011.




--- gpgme/gpgme.changes 2011-07-29 17:54:23.0 +0200
+++ /mounts/work_src_done/STABLE/gpgme/gpgme.changes2011-09-05 
14:58:33.0 +0200
@@ -0,0 +1,10 @@
+---
+Mon Sep  5 12:22:51 UTC 2011 - vu...@opensuse.org
+
+- Move gpg2 Requires from gpgme to libgpgme11 since it's the
+  library that will call the binary when it needs it.
+  Fix bnc#715963.
+- Add libgpgme11 Requires to gpgme as this package makes no sense
+  without the library.
+
+---

calling whatdependson for head-i586




Other differences:
--
++ gpgme.spec ++
--- /var/tmp/diff_new_pack.tiMQeu/_old  2011-09-23 10:35:27.0 +0200
+++ /var/tmp/diff_new_pack.tiMQeu/_new  2011-09-23 10:35:27.0 +0200
@@ -36,7 +36,7 @@
 BuildRequires:  libassuan-devel >= 2.0.2
 BuildRequires:  libgpg-error-devel >= 1.4
 PreReq: %install_info_prereq
-Requires:   gpg2
+Requires:   libgpgme11 = %{version}
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -57,6 +57,7 @@
 License:GPLv2+
 Summary:A Library Designed to give Applications easy Access to GnuPG
 Group:  Development/Libraries/C and C++
+Requires:   gpg2
 
 %description -n libgpgme11
 GnuPG Made Easy (GPGME) is a library designed to make access to GnuPG






Remember to have fun...

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



commit gawk for openSUSE:Factory

2011-09-23 Thread h_root

Hello community,

here is the log from the commit of package gawk for openSUSE:Factory
checked in at Fri Sep 23 10:35:19 CEST 2011.




--- gawk/gawk.changes   2011-04-19 13:55:53.0 +0200
+++ /mounts/work_src_done/STABLE/gawk/gawk.changes  2011-08-10 
06:03:06.0 +0200
@@ -1,0 +2,11 @@
+Wed Aug 10 03:58:24 UTC 2011 - crrodrig...@opensuse.org
+
+- Update to version 4.0.0 , important changes
+ * The special files /dev/pid, /dev/ppid, /dev/pgrpid and /dev/user are
+now completely gone. Use PROCINFO instead.
+ * The POSIX 2008 behavior for `sub' and `gsub' are now the default.
+ * In POSIX mode, string comparisons use strcoll/wcscoll.
+ * Gawk now treats ranges of the form [d-h] as if they were in the C
+
+
+---

calling whatdependson for head-i586


Old:

  gawk-3.1.8.tar.bz2

New:

  gawk-4.0.0.tar.bz2



Other differences:
--
++ gawk.spec ++
--- /var/tmp/diff_new_pack.Qog0hY/_old  2011-09-23 10:35:13.0 +0200
+++ /var/tmp/diff_new_pack.Qog0hY/_new  2011-09-23 10:35:13.0 +0200
@@ -25,11 +25,11 @@
 AutoReqProv:on
 BuildRequires:  update-alternatives
 PreReq: %{install_info_prereq} update-alternatives
-Version:3.1.8
+Version:4.0.0
 Release:1
 Summary:GNU awk
 Source: gawk-%{version}.tar.bz2
-Patch:  gawk-%{version}.diff
+Patch:  gawk-3.1.8.diff
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -58,9 +58,7 @@
 
 %build
 AUTOPOINT=true autoreconf --force --install
-./configure CFLAGS="$RPM_OPT_FLAGS" \
-   --prefix=/usr --libexecdir=%{_libdir} \
-   --mandir=%{_mandir} --infodir=%{_infodir}
+%configure --libexecdir=%{_libdir}
 %if %do_profiling
   make %{?_smp_mflags} CFLAGS="$RPM_OPT_FLAGS %cflags_profile_generate"
   make check
@@ -112,6 +110,7 @@
 %endif
 %doc AUTHORS COPYING FUTURES LIMITATIONS NEWS POSIX.STD PROBLEMS README
 /bin/gawk
+%{_bindir}/dgawk
 %{_bindir}/gawk
 %{_bindir}/igawk
 %{_bindir}/pgawk

++ gawk-3.1.8.diff ++
--- /var/tmp/diff_new_pack.Qog0hY/_old  2011-09-23 10:35:13.0 +0200
+++ /var/tmp/diff_new_pack.Qog0hY/_new  2011-09-23 10:35:13.0 +0200
@@ -1,6 +1,6 @@
 --- doc/gawk.texi.orig
 +++ doc/gawk.texi
-@@ -1406,7 +1406,7 @@ and
+@@ -1549,7 +1549,7 @@ and
  Chuck Toporek.
  
  @cindex Berry, Karl
@@ -9,16 +9,16 @@
  @c @cindex Texinfo
  Robert J.@: Chassell provided much valuable advice on
  the use of Texinfo.
-@@ -23713,7 +23713,7 @@ did the initial work to convert @command
- GNU Automake and @code{gettext}.
+@@ -27180,7 +27180,7 @@ did the initial work to convert @command
+ GNU Automake and GNU @code{gettext}.
  
  @item
 -@cindex Broder, Alan J.@:
 +@cindex Broder, Alan J.
  Alan J.@: Broder
- provided the initial version of the @code{asort} function
- as well as the code for the new optional third argument to the
 builtin.c
+ provided the initial version of the @code{asort()} function
+ as well as the code for the optional third argument to the
+--- builtin.c.orig
 +++ builtin.c
 @@ -29,7 +29,6 @@
  #include 
@@ -28,22 +28,21 @@
  #include "floatmagic.h"
  
  #ifndef CHAR_BIT
-@@ -55,12 +54,6 @@
- #define SIZE_MAX ((size_t) -1)
- #endif
+@@ -60,11 +59,6 @@
+ static size_t mbc_byte_count(const char *ptr, size_t numchars);
+ static size_t mbc_char_count(const char *ptr, size_t numbytes);
  
--/* can declare these, since we always use the random shipped with gawk */
--extern char *initstate P((unsigned long seed, char *state, long n));
--extern char *setstate P((char *state));
--extern long random P((void));
--extern void srandom P((unsigned long seed));
--
- extern NODE **fields_arr;
- extern int output_is_tty;
+-/* Can declare these, since we always use the random shipped with gawk */
+-extern char *initstate(unsigned long seed, char *state, long n);
+-extern char *setstate(char *state);
+-extern long random(void);
+-extern void srandom(unsigned long seed);
  
 Makefile.am
+ extern NODE **args_array;
+ extern int max_args;
+--- Makefile.am.orig
 +++ Makefile.am
-@@ -103,11 +103,7 @@
+@@ -103,11 +103,7 @@ base_sources = \
msg.c \
node.c \
protos.h \

++ gawk-3.1.8.tar.bz2 -> gawk-4.0.0.tar.bz2 ++
 226746 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 dmtcp for openSUSE:Factory

2011-09-23 Thread h_root

Hello community,

here is the log from the commit of package dmtcp for openSUSE:Factory
checked in at Fri Sep 23 10:35:07 CEST 2011.




--- dmtcp/dmtcp.changes 2011-07-03 01:05:02.0 +0200
+++ /mounts/work_src_done/STABLE/dmtcp/dmtcp.changes2011-09-18 
19:33:14.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:
--
++ dmtcp.spec ++
--- /var/tmp/diff_new_pack.yvIG93/_old  2011-09-23 10:35:04.0 +0200
+++ /var/tmp/diff_new_pack.yvIG93/_new  2011-09-23 10:35:04.0 +0200
@@ -129,14 +129,9 @@
 %install
 %make_install
 
-%clean
-rm -rf %{buildroot}
+%post -n libdmtcpaware1 -p /sbin/ldconfig
 
-%post -n libdmtcpaware1 
-/sbin/ldconfig
-
-%postun -n libdmtcpaware1
-/sbin/ldconfig
+%postun -n libdmtcpaware1 -p /sbin/ldconfig
 
 %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 xorg-x11 for openSUSE:Factory

2011-09-23 Thread h_root

Hello community,

here is the log from the commit of package xorg-x11 for openSUSE:Factory
checked in at Fri Sep 23 10:34:38 CEST 2011.




--- xorg-x11/xorg-x11.changes   2011-08-25 14:13:03.0 +0200
+++ /mounts/work_src_done/STABLE/xorg-x11/xorg-x11.changes  2011-09-22 
16:49:31.0 +0200
@@ -1,0 +2,50 @@
+Thu Sep 22 14:47:33 UTC 2011 - vu...@opensuse.org
+
+- Update /etc/X11/xdm/sys.xsession: do not start a gpg agent if
+  gnome-keyring is running, since starting with GNOME 3,
+  gnome-keyring plays that role. Also, drop support for
+  seahorse-agent as gpg agent for the same reason. Fix bnc#692277.
+
+---
+Wed Sep 21 08:33:05 UTC 2011 - e...@suse.com
+
+- Don't use %{_libexecdir} it's not uniformly defined on all 
+  supported products. 
+
+---
+Tue Sep 20 14:35:10 UTC 2011 - e...@suse.com
+
+- Change %{_libdir} to ${_libexecdir}.
+
+---
+Tue Sep 20 13:38:22 UTC 2011 - e...@suse.com
+
+- add fallback files for all DMs which have been updated
+  to suport the new xdm startup script. 
+
+---
+Wed Aug 31 10:28:56 UTC 2011 - e...@suse.com
+
+- xdm.tar.bz2: Fixed some bugs in the xdm startup script,
+  mode HOWTO.xdm to rhe sources as a separate file.  
+
+---
+Tue Aug 30 10:01:45 UTC 2011 - e...@suse.com
+
+- add missing "%dir %{_sysconfdir}/X11/displaymanagers"
+  to specfile. 
+
+---
+Thu Aug 25 10:33:08 UTC 2011 - e...@suse.de
+
+- xdm.tar.bz2:
+  Remove any display manager specific stuff from
+  /etc/xinit.d/xdm.
+  Display manager specific settings will be read
+  from scripts in /etc/X11/displaymanagers.
+  Those script need to be provided with the display
+  manager package. A HOWTO describing how this
+  scipt should look like can be found in this
+  directory.
+
+---

calling whatdependson for head-i586


New:

  HOWTO.xdm



Other differences:
--
++ xorg-x11.spec ++
--- /var/tmp/diff_new_pack.W5It6J/_old  2011-09-23 10:34:30.0 +0200
+++ /var/tmp/diff_new_pack.W5It6J/_new  2011-09-23 10:34:30.0 +0200
@@ -17,6 +17,7 @@
 
 # norootforbuild
 
+%define _dminitdir %{_prefix}/lib/X11/displaymanagers
 
 Name:   xorg-x11
 BuildRequires:  ConsoleKit-devel fontconfig-devel freetype2-devel libXi6-devel 
libpng-devel ncurses-devel
@@ -144,6 +145,7 @@
 Source200:  misc.tar.bz2
 Source201:  twm.tar.bz2
 Source202:  xdm.tar.bz2
+Source2021: HOWTO.xdm
 Source203:  xfs.tar.bz2
 Source204:  xinit.tar.bz2
 Source205:  desktopfiles.tar.bz2
@@ -420,6 +422,7 @@
 esac
   popd
 done
+%{__cp} %{S:2021} .
 # Xresources, Xmodmap, ...
 pushd $RPM_BUILD_ROOT
 %{__tar} xjf '%{S:200}'
@@ -477,6 +480,15 @@
 %endif
 %dir %{_libdir}/X11/xsm
 %dir %{_libdir}/X11/x11perfcomp
+%dir %{_dminitdir}
+%{_dminitdir}/xdm
+%{_dminitdir}/entrance.fallback
+%{_dminitdir}/gdm.fallback
+%{_dminitdir}/kdm.fallback
+%{_dminitdir}/lxdm.fallback
+%{_dminitdir}/slim.fallback
+%{_dminitdir}/wdm.fallback
+%doc HOWTO.xdm
 %config /etc/logrotate.d/xdm
 %config /etc/pam.d/xdm
 %config /etc/pam.d/xdm-np

++ HOWTO.xdm ++
Display Manager Scriptlets HOWTO


To keep display manager specific code out of the generic
start script (/etc/init.d/xdm) as much as possible display
managers should provide a script file that provides anything
specific to this dm.

At minimum the script file needs to provide:
here  denotes the name of the file. This should
be the same as the pid file generated by the display
manager - without the .pid extent.

# this function matches the command line argument. If it
finds a match it initializes any dm specific variables
and returns 0 (success) otherwise it returns 1 (fail).
At minimum it needs to set the full path the the display
manager binary.
It may set STARTPROC to a function that gets run prior to
starting a dm, RELOADPROC to a function that's run to reload
the DM configuration, PROBEPROC to a function that's run
when the DM status is probed.
Any those functions should return 0 on success or any other
value on failure.
Additionally it may initialize any other variables needed
by the DM.

_vars() {
case $1 in
)
   DISPLAYMANAGER=/usr/bin/
   STARTPROC=_start   # optional
   RELOADPROC=_reload # optional
   PROBEPROC=_probe   # optional
   
}
++ xdm.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/etc/X11/xdm/sys.xses

commit sssd for openSUSE:Factory

2011-09-23 Thread h_root

Hello community,

here is the log from the commit of package sssd for openSUSE:Factory
checked in at Fri Sep 23 10:34:18 CEST 2011.




--- sssd/sssd.changes   2011-08-02 10:58:59.0 +0200
+++ /mounts/work_src_done/STABLE/sssd/sssd.changes  2011-09-19 
19:08:40.0 +0200
@@ -1,0 +2,6 @@
+Mon Sep 19 17:07:24 UTC 2011 - jeng...@medozas.de
+
+- Resolve "have choice for libnl-devel:
+  libnl-1_1-devel libnl3-devel"
+
+---

calling whatdependson for head-i586




Other differences:
--
++ sssd.spec ++
--- /var/tmp/diff_new_pack.rfpIwF/_old  2011-09-23 10:34:13.0 +0200
+++ /var/tmp/diff_new_pack.rfpIwF/_new  2011-09-23 10:34:13.0 +0200
@@ -56,7 +56,7 @@
 BuildRequires:  libxslt
 BuildRequires:  libxml2
 BuildRequires:  libcares-devel
-BuildRequires:  libnl-devel
+BuildRequires:  libnl-1_1-devel
 BuildRequires:  dbus-1-devel
 BuildRequires:  openldap2-devel
 BuildRequires:  pam-devel






Remember to have fun...

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



commit rss-glx for openSUSE:Factory

2011-09-23 Thread h_root

Hello community,

here is the log from the commit of package rss-glx for openSUSE:Factory
checked in at Fri Sep 23 10:34:04 CEST 2011.




--- rss-glx/rss-glx.changes 2010-06-24 23:13:38.0 +0200
+++ /mounts/work_src_done/STABLE/rss-glx/rss-glx.changes2011-09-22 
22:01:29.0 +0200
@@ -1,0 +2,11 @@
+Thu Sep 22 20:01:16 UTC 2011 - co...@suse.com
+
+- cleanup spec file
+
+---
+Fri Sep  2 20:29:06 UTC 2011 - crrodrig...@opensuse.org
+
+- Fix build with no-add-needed, just by not using static linking
+- Fix lack of optflags due to broken configure script
+
+---

calling whatdependson for head-i586


New:

  rss-glx-optflags.patch



Other differences:
--
++ rss-glx.spec ++
--- /var/tmp/diff_new_pack.rydNWz/_old  2011-09-23 10:34:00.0 +0200
+++ /var/tmp/diff_new_pack.rydNWz/_new  2011-09-23 10:34:00.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package rss-glx (Version 0.9.1)
+# spec file for package rss-glx
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
 # Copyright (c) 2009 Stephan Kulow
 # Copyright (c) 2010 Pascal Bleser
 #
@@ -18,42 +18,61 @@
 #
 
 
-%{!?_kde4_servicesdir: %global _kde4_servicesdir %(kde4-config --install 
services || echo KDE4-CONFIG-NOT-INSTALLED)}
 
 Name:   rss-glx
 Version:0.9.1
 Release:1
 License:GPL
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-Group:  Amusements/Toys/Screensavers
-BuildRequires:  ImageMagick-devel Mesa-devel gcc-c++ kdelibs4-core 
openal-devel pkgconfig update-desktop-files xorg-x11-devel xscreensaver
-Source0:
http://prdownloads.sourceforge.net/rss-glx/rss-glx_%{version}.tar.bz2
 Summary:Really Slick Screensavers Port to GLX
 Url:http://rss-glx.sourceforge.net/
+Group:  Amusements/Toys/Screensavers
+Source0:
http://prdownloads.sourceforge.net/rss-glx/rss-glx_%{version}.tar.bz2
+# PATCH-FIX-OPENSUSE
+Patch0: rss-glx-optflags.patch
+BuildRequires:  Mesa-devel
+BuildRequires:  gcc-c++
+BuildRequires:  kde4-filesystem
+BuildRequires:  openal-devel
+BuildRequires:  pkgconfig
+BuildRequires:  update-desktop-files
+BuildRequires:  xorg-x11-devel
+BuildRequires:  xscreensaver
+BuildRequires:  pkgconfig(ImageMagick)
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
 Cool collection of 3D screensavers. Linux port of Really Slick Screensavers
 
 %prep
 %setup0 -n %{name}_%{version}
+%patch0
 
 %build
-%configure --with-configdir=/etc/xscreensaver 
--with-kdessconfigdir="%{_kde4_servicesdir}/ScreenSavers"
-%{__make} %{?jobs:-j%jobs}
+autoreconf -fiv
+%configure --disable-static --enable-shared --with-pic \
+   --with-configdir=/etc/xscreensaver 
--with-kdessconfigdir="%{_kde4_servicesdir}/ScreenSavers"
+make %{?_smp_mflags}
 
 %install
-make DESTDIR=$RPM_BUILD_ROOT install
+%make_install
 %kde_post_install
-%__rm -rf "$RPM_BUILD_ROOT/%_libdir"
+find %{buildroot} -name "*.la" -type f -print -delete
+#no -devel files here..
+rm -rvf %{buildroot}%{_libdir}/*.so
 
 %clean
-%{?buildroot:%__rm -rf "%{buildroot}"}
+%{?buildroot:rm -rf %{buildroot}}
+
+%post -p /sbin/ldconfig
+
+%postun -p /sbin/ldconfig
 
 %files
 %defattr(-,root,root)
-%_mandir/*/*%{ext_man}
-%_bindir/*
-%config /etc/xscreensaver/*
+%{_mandir}/*/*%{ext_man}
+%{_bindir}/*
+%{_libdir}/lib*
+%config %{_sysconfdir}/xscreensaver/*
 %_kde4_servicesdir/ScreenSavers
 
 %changelog

++ rss-glx-optflags.patch ++
--- configure.in.orig
+++ configure.in
@@ -11,9 +11,6 @@ AM_PROG_CC_C_O
 AC_PROG_CC_C99
 AC_C_BIGENDIAN
 
-if test "x$GCC" = xyes; then
-   CFLAGS="-O2"
-fi
 AC_ARG_ENABLE([debug], [AC_HELP_STRING([--enable-debug],
 [build with debugging information default=no])],
 [test "$enableval" = "yes" && CFLAGS="-g"])
@@ -23,9 +20,6 @@ fi
 
 AC_PROG_CXX
 
-if test "x$GXX" = xyes; then
-   CXXFLAGS="-O2"
-fi
 AC_ARG_ENABLE([debug], [AC_HELP_STRING([--enable-debug],
 [build with debugging information default=no])],
 [test "$enableval" = "yes" && CXXFLAGS="-g"])





Remember to have fun...

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



commit rkhunter for openSUSE:Factory

2011-09-23 Thread h_root

Hello community,

here is the log from the commit of package rkhunter for openSUSE:Factory
checked in at Fri Sep 23 10:33:53 CEST 2011.




--- rkhunter/rkhunter.changes   2011-08-04 16:29:35.0 +0200
+++ /mounts/work_src_done/STABLE/rkhunter/rkhunter.changes  2011-09-22 
16:14:43.0 +0200
@@ -1,0 +2,6 @@
+Thu Sep 22 14:12:47 UTC 2011 - sascha.ma...@open-slx.de
+
+- fixed bnc#717773 rkhunter sends email without To-Header
+- added 'echo "To: $REPORT_EMAIL" into rkhunter.cron 
+
+---

calling whatdependson for head-i586




Other differences:
--
++ rkhunter.cron ++
--- /var/tmp/diff_new_pack.q4gRvG/_old  2011-09-23 10:33:48.0 +0200
+++ /var/tmp/diff_new_pack.q4gRvG/_new  2011-09-23 10:33:48.0 +0200
@@ -63,7 +63,8 @@
 
 if [ $(stat -c %s $OUTFILE) -ne 0 ]; then
 (
-  echo "$SUMMARY"
+  echo "To: $REPORT_EMAIL"
+ echo "$SUMMARY"
   echo ""
   cat $OUTFILE
 ) | /usr/sbin/sendmail $REPORT_EMAIL






Remember to have fun...

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



commit rekonq for openSUSE:Factory

2011-09-23 Thread h_root

Hello community,

here is the log from the commit of package rekonq for openSUSE:Factory
checked in at Fri Sep 23 10:33:38 CEST 2011.




--- rekonq/rekonq.changes   2011-09-15 19:20:50.0 +0200
+++ /mounts/work_src_done/STABLE/rekonq/rekonq.changes  2011-09-20 
21:58:23.0 +0200
@@ -1,0 +2,11 @@
+Tue Sep 20 19:56:55 UTC 2011 - asterios.dra...@gmail.com
+
+- Update to 0.7.90:
+  * Bugfix release
+- Spec file updates:
+  * Recommend instead of Suggest the rekonq-doc and rekonq-lang packages.
+  * Changed rekonq-doc package Group: to Documentation/HTML.
+  * Removed %suse_update_desktop_file macro from install section since it is
+executed through the %kde_post_install macro.
+
+---

calling whatdependson for head-i586


Old:

  rekonq-0.7.80.tar.bz2

New:

  rekonq-0.7.90.tar.bz2



Other differences:
--
++ rekonq.spec ++
--- /var/tmp/diff_new_pack.Cju5LW/_old  2011-09-23 10:33:34.0 +0200
+++ /var/tmp/diff_new_pack.Cju5LW/_new  2011-09-23 10:33:34.0 +0200
@@ -17,14 +17,14 @@
 #
 
 Name:   rekonq
-Version:0.7.80
+Version:0.7.90
 Release:1
 Summary:WebKit Based Web Browser for KDE4
 
 License:GPLv3
 Url:http://rekonq.kde.org/
 Group:  Productivity/Networking/Web/Browsers
-Source0:
http://sourceforge.net/projects/rekonq/files/%{version}/%{version}/%{name}-%{version}.tar.bz2
+Source0:
http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.bz2
 Source1:%{name}-lang.tar.bz2
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
@@ -35,8 +35,8 @@
 BuildRequires:  update-desktop-files
 %endif
 Requires:   konqueror
-Suggests:   %{name}-doc  = %{version}
-Suggests:   %{name}-lang = %{version}
+Recommends: %{name}-doc = %{version}
+Recommends: %{name}-lang = %{version}
 %kde4_runtime_requires
 
 %description
@@ -47,7 +47,7 @@
 
 %package doc
 Summary:Documentation for rekonq
-Group:  Productivity/Networking/Web/Browsers
+Group:  Documentation/HTML
 Requires:   %{name} = %{version}
 
 %description doc
@@ -63,7 +63,6 @@
 %setup -q -a 1
 echo "ADD_SUBDIRECTORY( i18n ) " >> CMakeLists.txt
 
-
 %build
 %cmake_kde4 -d build
 %make_jobs
@@ -73,10 +72,6 @@
 %kde4_makeinstall
 cd ..
 
-%if 0%{?suse_version}
-%suse_update_desktop_file %{name} Qt KDE Network WebBrowser
-%endif
-
 # Remove unneeded locales
 %if 0%{?suse_version} == 1130
 rm -rf %{buildroot}%{_datadir}/locale/sr@ijekavian/
@@ -94,20 +89,20 @@
 
 %files
 %defattr(-,root,root,-)
-%doc AUTHORS ChangeLog COPYING TODO
-%{_kde4_bindir}/rekonq
-%{_kde4_libdir}/libkdeinit4_rekonq.so
+%doc AUTHORS COPYING COPYING.DOC ChangeLog TODO
 %{_kde4_applicationsdir}/rekonq.desktop
-%{_kde4_iconsdir}/hicolor/*/apps/rekonq.png
 %{_kde4_appsdir}/rekonq/
+%{_kde4_bindir}/rekonq
+%{_kde4_iconsdir}/hicolor/*/apps/rekonq.png
+%{_kde4_libdir}/libkdeinit4_rekonq.so
 %{_kde4_sharedir}/config.kcfg/rekonq.kcfg
 
-%files lang -f %{name}.lang
+%files doc
 %defattr(-,root,root,-)
-%exclude %{_kde4_htmldir}/en/rekonq
+%doc %{_kde4_htmldir}/en/rekonq/
 
-%files doc
+%files lang -f %{name}.lang
 %defattr(-,root,root,-)
-%doc %{_kde4_htmldir}/en/rekonq
+%exclude %{_kde4_htmldir}/en/rekonq/
 
 %changelog

++ rekonq-0.7.80.tar.bz2 -> rekonq-0.7.90.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/rekonq-0.7.80/CMakeLists.txt 
new/rekonq-0.7.90/CMakeLists.txt
--- old/rekonq-0.7.80/CMakeLists.txt2011-09-09 18:42:07.0 +0200
+++ new/rekonq-0.7.90/CMakeLists.txt2011-09-18 23:53:07.0 +0200
@@ -7,7 +7,7 @@
 # Informations to update before to release this package.
 
 # rekonq info
-SET(REKONQ_VERSION "0.7.80" )
+SET(REKONQ_VERSION "0.7.90" )
 
 configure_file(${CMAKE_CURRENT_SOURCE_DIR}/version.h.cmake 
${CMAKE_CURRENT_BINARY_DIR}/version.h )
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/rekonq-0.7.80/src/adblock/adblockmanager.cpp 
new/rekonq-0.7.90/src/adblock/adblockmanager.cpp
--- old/rekonq-0.7.80/src/adblock/adblockmanager.cpp2011-09-09 
18:42:07.0 +0200
+++ new/rekonq-0.7.90/src/adblock/adblockmanager.cpp2011-09-18 
23:53:07.0 +0200
@@ -207,6 +207,10 @@
 return reply;
 }
 
+// get sure page is extant to perform elements check. bug:282012
+if (!page)
+return 0;
+
 foreach(const AdBlockRule & filter, _blackList)
 {
 if (filter.match(request, urlString, urlStringLowerCase))
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/rekonq-0.7.80/src/adblock/adblockmanager.h 
new/rekonq-0.7.90/src/adblock/adblockmanager.h
--- old/rekonq-0.7.80/src/adblock/adblockmanager.h  2011-09-09 
18:42:07.0 +0200

commit qt3 for openSUSE:Factory

2011-09-23 Thread h_root

Hello community,

here is the log from the commit of package qt3 for openSUSE:Factory
checked in at Fri Sep 23 10:33:25 CEST 2011.




--- qt3/qt3-devel-doc.changes   2010-11-20 02:26:39.0 +0100
+++ /mounts/work_src_done/STABLE/qt3/qt3-devel-doc.changes  2011-09-22 
17:33:03.0 +0200
@@ -1,0 +2,31 @@
+Fri Apr 22 18:31:12 UTC 2011 - an...@opensuse.org
+
+- changed compression to .tar.bz2
+
+---
+Thu Apr 21 11:40:38 CEST 2011 - p...@suse.de
+
+- Don't try to patch in the version twice in qt-3.3.8c.diff.
+- Resync those patches that don't apply without offset.
+- Mark scriptlets in profile.d as being configuration files.
+- Remove the calls to run_ldconfig.
+
+---
+Mon Apr 18 18:46:34 UTC 2011 - rob...@gmail.com
+
+- a fix to the 3.3.8c patch
+
+---
+Thu Mar 31 18:15:29 UTC 2011 - co...@novell.com
+
+- another gcc 4.6 fix
+
+---
+Mon Jan 31 21:23:51 UTC 2011 - rob...@gmail.com
+
+- Update to version 3.3.8c, by the Trinity Project
+- pre_checkin.sh was not run as this caused too many unneccesary
+  changes to occur.
+- The translations tarball was left at version 3.3.8b.
+
+---
qt3-extensions.changes: same change
qt3.changes: same change

calling whatdependson for head-i586


New:

  qt-3.3.8c.diff



Other differences:
--
++ qt3-devel-doc.spec ++
--- /var/tmp/diff_new_pack.i2uOoZ/_old  2011-09-23 10:33:16.0 +0200
+++ /var/tmp/diff_new_pack.i2uOoZ/_new  2011-09-23 10:33:16.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package qt3-devel-doc (Version 3.3.8b)
+# spec file for package qt3-devel-doc
 #
-# 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
@@ -30,8 +30,8 @@
 AutoReqProv:on
 Summary:Documentation for the Qt 3 Development Kit
 Group:  Documentation/HTML
-Version:3.3.8b
-Release:108
+Version:3.3.8c
+Release:1
 PreReq: /bin/grep
 BuildArch:  noarch 
 Provides:   qt3-devel-tutorial
@@ -41,6 +41,8 @@
 %define rversion %version
 # COMMON-BEGIN
 # COMMON-BEGIN
+%define x11_free -x11-free-
+%define rversion 3.3.8b
 Source0:qt%{x11_free}%rversion.tar.bz2
 Source1:build_script.sh
 Source2:qtconfig3.desktop
@@ -53,10 +55,13 @@
 Source5:linguist.png
 Source10:   qt3.sh
 Source11:   qt3.csh
-Source12:   qt3-%version-translations.tar.bz2
+# Translations did not change at 3.3.8c
+Source12:   qt3-3.3.8b-translations.tar.bz2
 Source100:  qtkdeintegration_x11.cpp
 Source101:  qtkdeintegration_x11_p.h
 Source102:  baselibs.conf
+Source200:  attributes
+Source201:  update_spec.pl
 Patch1: aliasing.diff
 Patch2: head.diff
 Patch4: qt3-never-strip.diff
@@ -88,7 +93,7 @@
 Patch41:0060-qpopup_ignore_mousepos.patch
 Patch42:add_qexport_visibility.patch
 Patch43:0056-khotkeys_input_84434.patch
-Patch50:enable-designer-plugins.diff
+Source250:  enable-designer-plugins.diff
 Patch53:fix-xinerama-dialog-placement.diff
 Patch54:kmenu-search-fix.diff
 Patch55:qt3-fix-cast.diff
@@ -112,6 +117,10 @@
 Patch137:   popen-leak-fix.diff
 Patch138:   qt3-libpng14.diff
 Patch139:   gcc46.diff
+
+# TQt integration
+Patch200:   qt-3.3.8c.diff
+
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -194,6 +203,7 @@
 %patch138 -p1
 %endif
 %patch139
+%patch200
 # copy qt kde integration files
 cp %SOURCE100 %SOURCE101 src/kernel/
 cp %SOURCE101 include/private/

++ qt3-extensions.spec ++
--- /var/tmp/diff_new_pack.i2uOoZ/_old  2011-09-23 10:33:16.0 +0200
+++ /var/tmp/diff_new_pack.i2uOoZ/_new  2011-09-23 10:33:16.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package qt3-extensions (Version 3.3.8b)
+# spec file for package qt3-extensions
 #
-# 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
@@ -24,8 +24,8 @@
 BuildRequires:  fdupes
 %endif
 License:GPL, QPL
-Version:3.3.8b
-Release:108
+Version:3.3.8c
+Release:1
 AutoReqProv:on
 Requires:   qt3 = %version
 Group:  Development/Tools/Other
@@ -34,6 +34,

commit python-egenix-mx-base for openSUSE:Factory

2011-09-23 Thread h_root

Hello community,

here is the log from the commit of package python-egenix-mx-base for 
openSUSE:Factory
checked in at Fri Sep 23 10:33:03 CEST 2011.




--- python-egenix-mx-base/python-egenix-mx-base.changes 2009-09-03 
14:58:02.0 +0200
+++ 
/mounts/work_src_done/STABLE/python-egenix-mx-base/python-egenix-mx-base.changes
2011-09-21 16:11:13.0 +0200
@@ -1,0 +2,10 @@
+Wed Sep 21 14:07:45 UTC 2011 - sasc...@suse.de
+
+- Update to version 3.2.1:
+  * No upstream provided changelog
+- Merged doc package into base package
+- Fixed non-executable scripts
+- Removed outdated stuff (%clean section, authors)
+- Dropped egenix-mx-base-3.1.2-install_data.patch, use --install-data instead
+
+---

calling whatdependson for head-i586


Old:

  egenix-mx-base-3.1.2-install_data.patch
  egenix-mx-base-3.1.2.tar.bz2

New:

  egenix-mx-base-3.2.1.tar.gz



Other differences:
--
++ python-egenix-mx-base.spec ++
--- /var/tmp/diff_new_pack.zx1wOO/_old  2011-09-23 10:32:52.0 +0200
+++ /var/tmp/diff_new_pack.zx1wOO/_new  2011-09-23 10:32:52.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package python-egenix-mx-base (Version 3.1.2)
+# spec file for package python-egenix-mx-base
 #
-# 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,25 +15,24 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 
 
 Name:   python-egenix-mx-base
-BuildRequires:  python-devel
+Version:3.2.1
+Release:0
+Url:http://www.egenix.com/products/python/mxBase/
 Summary:MX Extensions for Python (base)
-Version:3.1.2
-Release:1
-Source0:egenix-mx-base-%{version}.tar.bz2
-Patch0: egenix-mx-base-3.1.2-install_data.patch
 License:Python Copyright, Other License(s), see package
 Group:  Development/Libraries/Python
+Source0:egenix-mx-base-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  perl
+BuildRequires:  python-devel
 %if 0%{?suse_version} >= 1030
 BuildRequires:  fdupes
-%endif
-Url:http://www.egenix.com/files/python/eGenix-mx-Extensions.html
 %{py_requires}
+%endif
+Provides:   python-egenix-mx-base-doc = %{version}
+Obsoletes:  python-egenix-mx-base-doc < %{version}
 %{!?python_sitearch: %global python_sitearch %(%{__python} -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
 
 %description
@@ -41,139 +40,38 @@
 in areas such as fast text processing and date and time processing.
 mxDateTime is required by the PostgreSQL Python interface (pygresql).
 
-
-
-Authors:
-
-Marc-André Lemburg
-
 %package devel
-License:Python Copyright, Other License(s), see package
-Summary:Development files for %name
+Summary:Development files for %{name}
 Group:  Development/Libraries/Python
-Requires:   %name = %version
+Requires:   %{name} = %{version}
 
 %description devel
 A collection of Python software tools which enhance Python's usability
 in areas such as fast text processing and date and time processing.
 mxDateTime is required by the PostgreSQL Python interface (pygresql)
 
-
-
-Authors:
-
-Marc-André Lemburg
-
-%package doc
-License:Python Copyright, Other License(s), see package
-Summary:Documents files for %name
-Group:  Development/Libraries/Python
-Requires:   %name = %version
-
-%description doc
-A collection of Python software tools which enhance Python's usability
-in areas such as fast text processing and date and time processing.
-mxDateTime is required by the PostgreSQL Python interface (pygresql)
-
-
-
-Authors:
-
-Marc-André Lemburg
-
 %prep
 %setup -q -n "egenix-mx-base-%{version}"
-%patch0
+sed -i "1d" 
mx/{BeeBase/{FileLock,mxBeeBase/testernesto,showBeeDict},DateTime/Examples/{AtomicClock,Y2000,alarm},DateTime/mxDateTime/test,Log,Misc/{OrderedMapping,Daemon,FileLock},Queue/queuebench,Stack/stackbench,TextTools/Examples/{RegExp,HTML,altRTF,pytag,Words,RTF,Loop,Python,mysplit},TextTools/mxTextTools/testkj}.py
 # Fix non-executable scripts
 
 %build
-CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing" %__python setup.py build
+CFLAGS="%{optflags} -fno-strict-aliasing" python setup.py build
 
 %install
-%__python setup.py install --prefix="%{_prefix}" --root="$RPM_BUILD_ROOT"
-# docs:
-%__install -d -m755 $RPM_BUILD_ROOT/%{_docdir}/%{name}
-%__install -m644 LICENSE COPYRIGHT $RPM_BUILD_ROOT/%{_docdir}/%{name}
-pushd "$RPM_BUILD_ROOT/%{_docdir}/%{name}"
-find "%{buildroot}%{python_sitear

commit pam-modules for openSUSE:Factory

2011-09-23 Thread h_root

Hello community,

here is the log from the commit of package pam-modules for openSUSE:Factory
checked in at Fri Sep 23 10:27:20 CEST 2011.




--- pam-modules/pam-modules.changes 2011-08-31 10:41:43.0 +0200
+++ /mounts/work_src_done/STABLE/pam-modules/pam-modules.changes
2011-09-22 16:33:42.0 +0200
@@ -1,0 +2,7 @@
+Thu Sep 22 16:32:32 CEST 2011 - ku...@suse.de
+
+- Update to pam_unix2 2.9.0: Add support for 
+  /etc/security/uname26.conf, which allows to define a set of
+  users which will only see kernel 2.6.40 on a linux 3.x system.
+
+---

calling whatdependson for head-i586


Old:

  pam_unix2-2.8.2.tar.bz2

New:

  pam_unix2-2.9.0.tar.bz2



Other differences:
--
++ pam-modules.spec ++
--- /var/tmp/diff_new_pack.SmdTa0/_old  2011-09-23 10:27:13.0 +0200
+++ /var/tmp/diff_new_pack.SmdTa0/_new  2011-09-23 10:27:13.0 +0200
@@ -31,7 +31,7 @@
 Group:  System/Libraries
 AutoReqProv:on
 #
-Source0:pam_unix2-2.8.2.tar.bz2
+Source0:pam_unix2-2.9.0.tar.bz2
 Source1:pam_pwcheck-3.13.tar.bz2
 Source2:pam_homecheck-2.0.tar.bz2
 Source6:baselibs.conf

++ pam_unix2-2.8.2.tar.bz2 -> pam_unix2-2.9.0.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pam_unix2-2.8.2/ChangeLog 
new/pam_unix2-2.9.0/ChangeLog
--- old/pam_unix2-2.8.2/ChangeLog   2011-06-20 11:16:37.0 +0200
+++ new/pam_unix2-2.9.0/ChangeLog   2011-09-22 15:42:13.0 +0200
@@ -1,3 +1,9 @@
+2011-09-22  Thorsten Kukuk  
+
+   * src/unix_sess.c: Set kernel 2.6.40 version if user
+   matches an entry in /etc/security/uname26.conf.
+   * doc/pam_unix2.8: Document uname26.conf.
+
 2011-06-20  Thorsten Kukuk  
 
* release version 2.8.2
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pam_unix2-2.8.2/NEWS new/pam_unix2-2.9.0/NEWS
--- old/pam_unix2-2.8.2/NEWS2011-06-20 11:17:02.0 +0200
+++ new/pam_unix2-2.9.0/NEWS2011-09-22 15:43:13.0 +0200
@@ -5,6 +5,10 @@
 
 Please send bug reports, questions and suggestions to .
 
+Version 2.9.0
+* Add support to run special user with linux kernel version 2.4.60
+  below a 3.x kernel
+
 Version 2.8.2
 * Fix bug in combination with gdm
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pam_unix2-2.8.2/configure 
new/pam_unix2-2.9.0/configure
--- old/pam_unix2-2.8.2/configure   2011-06-20 11:17:14.0 +0200
+++ new/pam_unix2-2.9.0/configure   2011-09-22 15:43:24.0 +0200
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.63 for pam_unix2 2.8.2.
+# Generated by GNU Autoconf 2.63 for pam_unix2 2.9.0.
 #
 # Report bugs to .
 #
@@ -596,8 +596,8 @@
 # Identity of this package.
 PACKAGE_NAME='pam_unix2'
 PACKAGE_TARNAME='pam_unix2'
-PACKAGE_VERSION='2.8.2'
-PACKAGE_STRING='pam_unix2 2.8.2'
+PACKAGE_VERSION='2.9.0'
+PACKAGE_STRING='pam_unix2 2.9.0'
 PACKAGE_BUGREPORT='http://www.suse.de/feedback'
 
 ac_unique_file="src/support.c"
@@ -1315,7 +1315,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 pam_unix2 2.8.2 to adapt to many kinds of systems.
+\`configure' configures pam_unix2 2.9.0 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1385,7 +1385,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
- short | recursive ) echo "Configuration of pam_unix2 2.8.2:";;
+ short | recursive ) echo "Configuration of pam_unix2 2.9.0:";;
esac
   cat <<\_ACEOF
 
@@ -1484,7 +1484,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-pam_unix2 configure 2.8.2
+pam_unix2 configure 2.9.0
 generated by GNU Autoconf 2.63
 
 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
@@ -1498,7 +1498,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by pam_unix2 $as_me 2.8.2, which was
+It was created by pam_unix2 $as_me 2.9.0, which was
 generated by GNU Autoconf 2.63.  Invocation command line was
 
   $ $0 $@
@@ -2214,7 +2214,7 @@
 
 # Define the identity of the package.
  PACKAGE='pam_unix2'
- VERSION='2.8.2'
+ VERSION='2.9.0'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -8856,7 +8856,7 @@
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log="
-This file was extended by pam_unix2 $as_me 2.8.2, which was
+This file was extended by pam_unix2 $as_me 2.9.0, which was
 gener

commit lockdev for openSUSE:Factory

2011-09-23 Thread h_root

Hello community,

here is the log from the commit of package lockdev for openSUSE:Factory
checked in at Fri Sep 23 10:27:06 CEST 2011.




--- lockdev/lockdev.changes 2011-06-29 09:08:12.0 +0200
+++ /mounts/work_src_done/STABLE/lockdev/lockdev.changes2011-09-17 
14:55:43.0 +0200
@@ -1,0 +2,5 @@
+Sat Sep 17 12:54:37 UTC 2011 - seife+...@b1-systems.com
+
+- fix lockdev to work with /var/lock/lockdev in >11.4
+
+---

calling whatdependson for head-i586




Other differences:
--
++ lockdev.spec ++
--- /var/tmp/diff_new_pack.0VziWk/_old  2011-09-23 10:27:02.0 +0200
+++ /var/tmp/diff_new_pack.0VziWk/_new  2011-09-23 10:27:02.0 +0200
@@ -38,6 +38,12 @@
 BuildRequires:  pkg-config
 BuildRequires:  perl(ExtUtils::MakeMaker)
 
+%if 0%{?suse_version} > 1140
+%define path_lock /var/lock/lockdev
+%else
+%define path_lock /var/lock
+%endif
+
 %description
 Lockdev provides a reliable way to put an exclusive lock to devices
 using both FSSTND and SVr4 methods.
@@ -81,6 +87,8 @@
 EOF
 touch ChangeLog
 autoreconf -f -i
+CPPFLAGS='-D_PATH_LOCK=\"%{path_lock}\"'
+export CPPFLAGS
 %configure --disable-silent-rules
 make %{?_smp_mflags}
 
@@ -93,7 +101,7 @@
 # no need for this
 rm -f %{buildroot}/%{_libdir}/*.la
 #
-mkdir -p $RPM_BUILD_ROOT/var/lock
+mkdir -p $RPM_BUILD_ROOT/%{path_lock}
 
 %pre
 getent group lock >/dev/null || groupadd -r lock || :






Remember to have fun...

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



commit libgtkdatabox for openSUSE:Factory

2011-09-23 Thread h_root

Hello community,

here is the log from the commit of package libgtkdatabox for openSUSE:Factory
checked in at Fri Sep 23 10:26:53 CEST 2011.




--- libgtkdatabox/libgtkdatabox.changes 2011-09-02 02:14:14.0 +0200
+++ /mounts/work_src_done/STABLE/libgtkdatabox/libgtkdatabox.changes
2011-09-22 23:48:44.0 +0200
@@ -1,0 +2,9 @@
+Thu Sep 22 21:44:25 UTC 2011 - suse-...@gmx.de
+
+- added Patch2 (libgtkdatabox-ld_fix.diff) to fix the build for factory
+  (link with -lm)
+- added gtk-doc BuildRequire (needed for autoreconf call which is required
+  by Patch2)
+- moved %%configure into the %%build section
+
+---

calling whatdependson for head-i586


New:

  libgtkdatabox-ld_fix.diff



Other differences:
--
++ libgtkdatabox.spec ++
--- /var/tmp/diff_new_pack.ScSjot/_old  2011-09-23 10:26:49.0 +0200
+++ /var/tmp/diff_new_pack.ScSjot/_new  2011-09-23 10:26:49.0 +0200
@@ -30,6 +30,8 @@
 Patch0: libgtkdatabox-0.9.1.3-gtk-2.22.patch
 # PATCH-FIX-UPSTREAM libgtkdatabox-0.9.1.3-gdk-deprecated.patch -- rebased 
from Fedora gtkdatabox package
 Patch1: libgtkdatabox-0.9.1.3-gdk-deprecated.patch
+Patch2: libgtkdatabox-ld_fix.diff
+BuildRequires:  gtk-doc
 BuildRequires:  pkgconfig(gtk+-2.0)
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
@@ -64,10 +66,11 @@
 %setup -q -n gtkdatabox-%{version}
 %patch0
 %patch1
-
-%configure --disable-static
+%patch2
 
 %build
+autoreconf -fi
+%configure --disable-static
 make %{?_smp_mflags}
 
 %install

++ libgtkdatabox-ld_fix.diff ++
Index: examples/Makefile.am
===
--- examples/Makefile.am.orig
+++ examples/Makefile.am
@@ -58,6 +58,7 @@ AM_CFLAGS =\
 
 
 LDADD  = $(top_builddir)/gtk/libgtkdatabox.la\
+   -lm \
@GTK_LIBS@ 
 
 





Remember to have fun...

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



commit kipi-plugins for openSUSE:Factory

2011-09-23 Thread h_root

Hello community,

here is the log from the commit of package kipi-plugins for openSUSE:Factory
checked in at Fri Sep 23 10:26:40 CEST 2011.




--- kipi-plugins/kipi-plugins.changes   2011-09-09 15:15:25.0 +0200
+++ /mounts/work_src_done/STABLE/kipi-plugins/kipi-plugins.changes  
2011-09-19 14:26:14.0 +0200
@@ -0,0 +1,6 @@
+--- 
+Sat Sep 17 21:04:19 UTC 2011 - toddrme2...@gmail.com
+
+- Added %kde4_runtime_requires macro (fix for RPMLINT warning)
+- Cleaned up spec file formatting
+

calling whatdependson for head-i586




Other differences:
--
++ kipi-plugins.spec ++
--- /var/tmp/diff_new_pack.nvRGgN/_old  2011-09-23 10:26:34.0 +0200
+++ /var/tmp/diff_new_pack.nvRGgN/_new  2011-09-23 10:26:34.0 +0200
@@ -20,7 +20,7 @@
 Name:   kipi-plugins
 Version:2.1.0
 Release:1
-License:GPL-2.0+ and Adobe
+License:GPLv2+ and Adobe
 Summary:KDE Plug-Ins for Image Manipulation
 Url:http://www.kipi-plugins.org/
 Group:  Productivity/Graphics/Other
@@ -35,15 +35,13 @@
 BuildRequires:  ImageMagick
 BuildRequires:  fdupes
 %if 0%{?suse_version} == 1130
-BuildRequires:  gtk2-devel
+BuildRequires:  pkgconfig(gtk+-2.0)
 %else
 BuildRequires:  gdk-pixbuf-devel
 %endif
-BuildRequires:  glib2-devel
 BuildRequires:  libexpat-devel
 BuildRequires:  libgpod-devel
 BuildRequires:  libkdcraw-devel >= 4.7.0
-BuildRequires:  libkde4-devel
 BuildRequires:  libkdepimlibs4-devel
 BuildRequires:  libkexiv2-devel
 BuildRequires:  libkgeomap-devel
@@ -52,15 +50,12 @@
 BuildRequires:  libmediawiki-devel
 BuildRequires:  libqca2-devel
 BuildRequires:  libqjson-devel
-BuildRequires:  libxslt-devel
 BuildRequires:  opencv-devel
-%if 0%{?suse_version}
-BuildRequires:  update-desktop-files
-%endif
+BuildRequires:  pkgconfig(glib-2.0)
+Recommends: %{name}-lang = %{version}
 Recommends: ImageMagick
 Recommends: enblend-enfuse
 Recommends: hugin
-Recommends: %{name}-lang = %{version}
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %kde4_runtime_requires
 %kde4_pimlibs_requires
@@ -73,8 +68,8 @@
 # kipi-plugins package to be included on livecd (acquireimage
 # requires sane-backends, which is blocked for livecd)
 %package acquireimage
-Summary:KDE Plug-Ins for Image Manipulation
 License:GPL-2.0+ and Adobe
+Summary:KDE Plug-Ins for Image Manipulation
 Group:  Productivity/Graphics/Other
 Requires:   %{name} = %{version}
 Supplements:packageand(kipi-plugins:sane-backends)
@@ -87,11 +82,12 @@
 # kipi-plugins package to be included on livecd (geolocation
 # requires marble, which is blocked for livecd)
 %package geolocation
-Group:  Productivity/Graphics/Other
 License:GPLv2+ and LGPLv2+ and X11 (BSD like) and BSD3c (or similar) 
and MIT License (or similar) and DNG SDK (Adobe) and GFDL
 Summary:KDE Plug-Ins for Image Manipulation
-Requires:   %name = %{version}
+Group:  Productivity/Graphics/Other
+Requires:   %{name} = %{version}
 Supplements:packageand(kipi-plugins:marble)
+%kde4_runtime_requires
 
 %description geolocation
 This is the Geolocation plugin from the kipi plugins package.
@@ -139,13 +135,11 @@
 mogrify -extent 64x64 -background transparent -gravity "center" 
%{buildroot}%{_kde4_iconsdir}/hicolor/64x64/actions/metadataedit.png
 
 # Make a link in hicolor icon theme to dngconverter.png from oxygen icon theme 
in order to fix an rpm post build error "Icon file not installed for 
dngconverter.desktop"
-install -dp -m 0755 
%{buildroot}%{_kde4_iconsdir}/hicolor/{16x16,22x22,32x32,48x48,64x64,128x128}/apps
-ln -s %{_kde4_iconsdir}/oxygen/16x16/apps/dngconverter.png 
%{buildroot}%{_kde4_iconsdir}/hicolor/16x16/apps/dngconverter.png
-ln -s %{_kde4_iconsdir}/oxygen/22x22/apps/dngconverter.png 
%{buildroot}%{_kde4_iconsdir}/hicolor/22x22/apps/dngconverter.png
-ln -s %{_kde4_iconsdir}/oxygen/32x32/apps/dngconverter.png 
%{buildroot}%{_kde4_iconsdir}/hicolor/32x32/apps/dngconverter.png
-ln -s %{_kde4_iconsdir}/oxygen/48x48/apps/dngconverter.png 
%{buildroot}%{_kde4_iconsdir}/hicolor/48x48/apps/dngconverter.png
-ln -s %{_kde4_iconsdir}/oxygen/64x64/apps/dngconverter.png 
%{buildroot}%{_kde4_iconsdir}/hicolor/64x64/apps/dngconverter.png
-ln -s %{_kde4_iconsdir}/oxygen/128x128/apps/dngconverter.png 
%{buildroot}%{_kde4_iconsdir}/hicolor/128x128/apps/dngconverter.png
+for res in 16 22 32 48 64 128
+do
+  install -dp -m 0755 %{buildroot}%{_kde4_iconsdir}/hicolor/"$res"x"$res"/apps
+  ln -s %{_kde4_iconsdir}/oxygen/"$res"x"$res"/apps/dngconverter.png 
%{buildroot}%{_kde4_iconsdir}/hicolor/"$res"x"$res"/apps/dngconverter.png
+done
 
 %if 0%{?suse_version}
 %suse_update_desktop_file -r dngconverter Qt KDE Graphics Photography
@@ -155,147 +149,58 @@
 %endif
 
 %find_lang %{name} --a

commit kdegames4 for openSUSE:Factory

2011-09-23 Thread h_root

Hello community,

here is the log from the commit of package kdegames4 for openSUSE:Factory
checked in at Fri Sep 23 10:26:25 CEST 2011.




--- kdegames4/kdegames4.changes 2011-09-07 14:45:20.0 +0200
+++ /mounts/work_src_done/STABLE/kdegames4/kdegames4.changes2011-09-22 
14:24:27.0 +0200
@@ -1,0 +2,11 @@
+Thu Sep 22 12:17:20 UTC 2011 - idon...@suse.com
+
+- Re-enable python support 
+
+---
+Mon Sep 19 11:41:54 CEST 2011 - dmuel...@suse.de
+
+- disable kajongg build, requires python-twisted which does not
+  exist in Factory
+
+---

calling whatdependson for head-i586




Other differences:
--
++ kdegames4.spec ++
--- /var/tmp/diff_new_pack.OXjzA4/_old  2011-09-23 10:26:19.0 +0200
+++ /var/tmp/diff_new_pack.OXjzA4/_new  2011-09-23 10:26:19.0 +0200
@@ -26,7 +26,12 @@
 BuildRequires:  libsndfile-devel
 %define with_python 1
 %if %with_python
-BuildRequires:  python-kde4-devel python-twisted
+BuildRequires:  python-kde4-devel
+%if 0%{?suse_version} <= 1140
+BuildRequires:  python-twisted
+%else
+BuildRequires:  python-Twisted
+%endif
 %endif
 License:GPLv2+
 Group:  System/GUI/KDE
@@ -151,6 +156,8 @@
   %suse_update_desktop_file -r kmahjongg   Game BoardGame
 %if %with_python
   %suse_update_desktop_file -r kajongg Game BoardGame
+%else
+  rm -rf %{buildroot}/usr/share/doc/kde/HTML/en/kajongg
 %endif
   %suse_update_desktop_file -r palapeliGame BoardGame
   %suse_update_desktop_file -r kreversiGame BoardGame






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-kaffeine for openSUSE:Factory

2011-09-23 Thread h_root

Hello community,

here is the log from the commit of package kde3-kaffeine for openSUSE:Factory
checked in at Fri Sep 23 10:25:53 CEST 2011.




New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ /mounts/work_src_done/STABLE/kde3-kaffeine/kde3-kaffeine.changes
2009-07-03 11:19:14.0 +0200
@@ -0,0 +1,545 @@
+---
+Thu May 28 12:42:23 CEST 2009 - bein...@opensuse.org
+
+- update to 0.8.8:
+   * DVB: allow OSD on HD channels.
+   * DVB: PAT/PMT radios fixes.
+   * DVB: added live ringbuffer size option (in misc page)
+   * DVB: added tuner priority option.
+   * DVB: added mini-Diseqc option.
+   * DVB: added "Sending diseqc cmds twice" option.
+   * DVB: added "External positionner" option.
+   * DVB: option to disable MFE probing.
+   * DVB: add DVB-S2 support.
+   * DVB: port to S2API.
+   * DVB: fixed crash that sometimes occurred during ATSC scanning
+   * DVB: improve support for ATSC scanning on cable (QAM)
+
+---
+Tue Apr 21 08:56:08 CEST 2009 - bein...@opensuse.org
+
+- rename to kde3-kaffeine
+
+---
+Wed Apr  8 18:06:14 CEST 2009 - llu...@suse.cz
+
+- fix build due to uint16_t
+
+---
+Mon Jul  7 12:58:01 CEST 2008 - dmuel...@suse.de
+
+- update to 0.8.7:
+  * kaffeine: add MOD/STM mimetypes
+  * kaffeine: fullscreen fix, patch by Einars Lielmanis 
+  * DVB: updated libdvb, added CAM menu.
+  * DVB: added multiservices CAM support.
+  * DVB: added ATSC scanning, patch by "Devin Heitmueller" 

+  * DVB: added 7MHz autoscan.
+  * DVB: reworked CAM support.
+
+---
+Wed Apr 30 08:19:53 CEST 2008 - co...@suse.de
+
+- fix build
+
+---
+Mon Feb  4 22:04:26 CET 2008 - sch...@suse.de
+
+- Fix use of temporary object.
+
+---
+Sun Jan 27 08:58:32 CET 2008 - stbin...@suse.de
+
+- update to 0.8.6:
+   * xine-part: added fastforward/slowmotion dcop calls, escape 
+ special chars, improved seeking, added screen resolution
+ settings, added nextAudioChannel and nextSubtitleChannel to
+ player menu dcop calls, fix audio/sub selection
+   * several DVB fixes and improvements
+   * CDDA: fixed encoding crash
+   * kaffeine: requires xine-lib =>1.1.9
+
+---
+Mon Aug 13 22:28:35 CEST 2007 - co...@suse.de
+
+- don't duplicate the docs between -lang and base pack
+
+---
+Fri Aug 10 09:16:01 CEST 2007 - o...@suse.de
+
+- remove private __u64 declaration, asm/types.h was fixed for -ansi
+
+---
+Mon Aug  6 13:34:04 CEST 2007 - dmuel...@suse.de
+
+- fix build
+
+---
+Sun Jul 29 10:40:02 CEST 2007 - stbin...@suse.de
+
+- update to 0.8.5: several DVB related fixes and enhancements like
+   * DVB: save/load epg data
+   * DVB: add a "recall" button, that zap to previous played channel
+   * DVB: make channel visible and selected after editing.
+   * DVB: added a search field in channels list
+
+---
+Wed Jun  6 15:18:46 CEST 2007 - stbin...@suse.de
+
+- replace playback hint URL also in to be translated text
+
+---
+Mon Jun  4 10:40:05 CEST 2007 - stbin...@suse.de
+
+- fix build on older distributions
+
+---
+Fri Jun  1 08:20:30 CEST 2007 - co...@suse.de
+
+- move kde_post_install
+
+---
+Mon May 14 15:18:55 CEST 2007 - co...@suse.de
+
+- seperate translations into special package
+
+---
+Sun Apr 29 14:31:39 CEST 2007 - stbin...@suse.de
+
+- fix build on 10.0
+
+---
+Thu Apr 26 16:07:15 CEST 2007 - dmuel...@suse.de
+
+- update dvb data
+
+---
+Sat Apr 14 07:51:37 CEST 2007 - stbin...@suse.de
+
+- update to version 0.8.4:
+   * Playlist: menu option to not auto switch to player window
+   * DVB: added osd browsing dcop calls
+   * xine-part: dragndrop subtitles files
+   * fixed: removed readonly parts support
+   * fixed: improve screensaver disabling method again
+ (old behaviour for non-kde environments)
+   * DVB: added a "source" column in channels list.
+   * Playlist: fix opening playlists
+   * DVB: rotors support (usals and mem_pos)
+ 

commit findbugs for openSUSE:Factory

2011-09-23 Thread h_root

Hello community,

here is the log from the commit of package findbugs for openSUSE:Factory
checked in at Fri Sep 23 10:25:01 CEST 2011.




--- findbugs/findbugs.changes   2011-07-26 15:31:54.0 +0200
+++ /mounts/work_src_done/STABLE/findbugs/findbugs.changes  2011-09-19 
02:14:50.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:
--
++ findbugs.spec ++
--- /var/tmp/diff_new_pack.OLPz1p/_old  2011-09-23 10:24:58.0 +0200
+++ /var/tmp/diff_new_pack.OLPz1p/_new  2011-09-23 10:24:58.0 +0200
@@ -243,9 +243,6 @@
 %fdupes -s %{buildroot}
 %endif
 
-%clean
-%{__rm} -rf %{buildroot}
-
 %post
 %update_maven_depmap
 









Remember to have fun...

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



commit emma for openSUSE:Factory

2011-09-23 Thread h_root

Hello community,

here is the log from the commit of package emma for openSUSE:Factory
checked in at Fri Sep 23 10:24:50 CEST 2011.




--- emma/emma.changes   2009-05-14 15:14:14.0 +0200
+++ /mounts/work_src_done/STABLE/emma/emma.changes  2011-09-19 
00:51:31.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:
--
++ emma.spec ++
--- /var/tmp/diff_new_pack.0ThTAS/_old  2011-09-23 10:24:45.0 +0200
+++ /var/tmp/diff_new_pack.0ThTAS/_new  2011-09-23 10:24:45.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package emma (Version 2.0)
+# spec file for package emma
 #
-# 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
@@ -101,9 +101,6 @@
 cp -pr out/javadocs/* $RPM_BUILD_ROOT%{_javadocdir}/%{name}-%{version}
 ln -s %{name}-%{version} $RPM_BUILD_ROOT%{_javadocdir}/%{name}
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %post
 %update_maven_depmap
 







Remember to have fun...

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



commit ecj for openSUSE:Factory

2011-09-23 Thread h_root

Hello community,

here is the log from the commit of package ecj for openSUSE:Factory
checked in at Fri Sep 23 10:24:39 CEST 2011.




--- ecj/ecj.changes 2007-11-22 10:53:08.0 +0100
+++ /mounts/work_src_done/STABLE/ecj/ecj.changes2011-09-19 
00:50:50.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:
--
++ ecj.spec ++
--- /var/tmp/diff_new_pack.pTINjV/_old  2011-09-23 10:24:35.0 +0200
+++ /var/tmp/diff_new_pack.pTINjV/_new  2011-09-23 10:24:35.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package ecj (Version 3.3)
+# spec file for package ecj
 #
-# 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
@@ -82,7 +82,6 @@
 %endif
 
 %install
-%{__rm} -rf $RPM_BUILD_ROOT
 %{__mkdir_p} ${RPM_BUILD_ROOT}%{_javadir}
 %{__install} -m 0644 %{name}.jar \
 ${RPM_BUILD_ROOT}%{_javadir}/%{name}-%{version}.jar
@@ -93,8 +92,6 @@
 aot-compile-rpm
 %endif
 
-%clean
-%{__rm} -rf $RPM_BUILD_ROOT
 %if %{gcj_support}
 
 %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 dom4j for openSUSE:Factory

2011-09-23 Thread h_root

Hello community,

here is the log from the commit of package dom4j for openSUSE:Factory
checked in at Fri Sep 23 10:24:29 CEST 2011.




--- dom4j/dom4j.changes 2009-05-20 11:40:03.0 +0200
+++ /mounts/work_src_done/STABLE/dom4j/dom4j.changes2011-09-18 
19:33:57.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:
--
++ dom4j.spec ++
--- /var/tmp/diff_new_pack.Fm1ia4/_old  2011-09-23 10:24:25.0 +0200
+++ /var/tmp/diff_new_pack.Fm1ia4/_new  2011-09-23 10:24:25.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package dom4j (Version 1.6.1)
+# spec file for package dom4j
 #
-# 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
@@ -286,9 +286,6 @@
 cp -p $RPM_BUILD_ROOT%{_javadir}/%{name}-jarjar-%{version}.jar 
$RPM_BUILD_ROOT%{repodirlib}/dom4j-jarjar.jar
 %endif
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %post
 %update_maven_depmap
 






Remember to have fun...

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



commit dom2-core-tests for openSUSE:Factory

2011-09-23 Thread h_root

Hello community,

here is the log from the commit of package dom2-core-tests for openSUSE:Factory
checked in at Fri Sep 23 10:24:17 CEST 2011.




--- dom2-core-tests/dom2-core-tests.changes 2008-09-11 10:45:06.0 
+0200
+++ /mounts/work_src_done/STABLE/dom2-core-tests/dom2-core-tests.changes
2011-09-18 19:33:55.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:
--
++ dom2-core-tests.spec ++
--- /var/tmp/diff_new_pack.T0tCqa/_old  2011-09-23 10:24:13.0 +0200
+++ /var/tmp/diff_new_pack.T0tCqa/_new  2011-09-23 10:24:13.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package dom2-core-tests (Version 0.0.1)
+# spec file for package dom2-core-tests
 #
-# 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
 
 %define section free
 
@@ -91,9 +90,6 @@
 cp -pr %{name}-%{version}/javadoc/* 
$RPM_BUILD_ROOT%{_javadocdir}/%{name}-%{version}/
 ln -s %{name}-%{version} $RPM_BUILD_ROOT%{_javadocdir}/%{name}
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %files
 %defattr(0644,root,root,0755)
 %doc LICENSE.html







Remember to have fun...

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



commit desktop-data-openSUSE for openSUSE:Factory

2011-09-23 Thread h_root

Hello community,

here is the log from the commit of package desktop-data-openSUSE for 
openSUSE:Factory
checked in at Fri Sep 23 10:24:07 CEST 2011.




--- desktop-data-openSUSE/desktop-data-openSUSE.changes 2011-09-21 
17:53:54.0 +0200
+++ 
/mounts/work_src_done/STABLE/desktop-data-openSUSE/desktop-data-openSUSE.changes
2011-09-22 18:04:04.0 +0200
@@ -1,0 +2,12 @@
+Thu Sep 22 15:48:46 UTC 2011 - vu...@opensuse.org
+
+- Drop the bits related to creating the XML file used by GNOME for
+  the default wallpaper, including the alternatives handling. This
+  all moves to branding-openSUSE now.
+
+---
+Thu Sep 22 14:02:08 UTC 2011 - co...@suse.com
+
+- wallpaper moved out of here, so require it
+
+---

calling whatdependson for head-i586


Old:

  desktop-data-openSUSE.xml.in
  openSUSE-default-static.xml



Other differences:
--
++ desktop-data-openSUSE.spec ++
--- /var/tmp/diff_new_pack.MYkMHu/_old  2011-09-23 10:24:03.0 +0200
+++ /var/tmp/diff_new_pack.MYkMHu/_new  2011-09-23 10:24:03.0 +0200
@@ -35,13 +35,12 @@
 Requires:   hicolor-icon-theme xdg-utils
 # This is the default cursor theme we reference in /etc/sysconfig/windowmanager
 Requires:   dmz-icon-theme-cursors
+Requires:   wallpaper-branding-openSUSE = %{version}
 Requires(post): update-alternatives
 Requires(postun): update-alternatives
 Source: desktop-data.tar.bz2
 Source1:%name.fillup
 Source2:update_rpm
-Source3:desktop-data-openSUSE.xml.in
-Source4:openSUSE-default-static.xml
 Patch0: hidden-fix.diff
 BuildArch:  noarch
 Provides:   desktop-data-SuSE = 11.0
@@ -75,14 +74,8 @@
 %patch0 -p1
 
 %build
+# Convert KDE style wallpaper desktop files to gnome-wp-list
 mkdir -p desktop-data/usr/share/gnome-background-properties
-sed "s:@VERSION@:%{version}:g" %SOURCE3 > 
desktop-data/usr/share/gnome-background-properties/desktop-data-openSUSE.xml
-
-# Check that all files mentioned in openSUSE-default.xml actually exist
-for file in `sed "s:<[^>]*>::g" %SOURCE4 | grep /usr`; do
-test -f desktop-data/${file} || (echo "${file} is mentioned in %SOURCE4 
but does not exist. Please update %SOURCE4, or contact the GNOME team for 
help."; false )
-done
-
 cat 
>desktop-data/usr/share/gnome-background-properties/desktop-data-openSUSE-extra.xml
 <
 
@@ -90,27 +83,9 @@
 EOF
 for i in desktop-data/usr/share/wallpapers/*.desktop
 do
-# Convert KDE style wallpaper desktop files to gnome-wp-list
-case $i in
-   # default*.desktop are symlinks for KDE to a real wallpaper.
-   desktop-data/usr/share/wallpapers/default*.desktop )
-   GNOMEXML=
-   ;;
-   # the default openSUSE wallpaper is handled differently
-   desktop-data/usr/share/wallpapers/openSUSE%{wallpaper_version}*.desktop 
)
-   GNOMEXML=
IMG=${i#desktop-data}
IMG=${IMG%.desktop}
-   grep -q ${IMG} %SOURCE4 || ( echo "${IMG} not mentioned in 
%SOURCE4. Please add it there, or contact the GNOME team for help." ; false )
-   ;;
-   *.desktop )
-   
GNOMEXML=desktop-data/usr/share/gnome-background-properties/desktop-data-openSUSE-extra.xml
-   ;;
-esac
-if test -n "$GNOMEXML" ; then
-   IMG=${i#desktop-data}
-   IMG=${IMG%.desktop}
-   sed -n >>$GNOMEXML <$i '
+  sed -n 
>>desktop-data/usr/share/gnome-background-properties/desktop-data-openSUSE-extra.xml
 <$i '
1i \

$a \
@@ -125,7 +100,6 @@
'
# And finally delete X-GNOME-WP-* entries, not needed for KDE style 
desktop files.
sed -i '/^X-GNOME-WP-/d' $i
-fi
 done
 cat 
>>desktop-data/usr/share/gnome-background-properties/desktop-data-openSUSE-extra.xml
 <
@@ -133,8 +107,6 @@
 
 %install
 cp -a desktop-data/* $RPM_BUILD_ROOT/
-install -m 0644 %SOURCE4 
$RPM_BUILD_ROOT/usr/share/wallpapers/openSUSE-default-static.xml
-touch $RPM_BUILD_ROOT/usr/share/wallpapers/openSUSE-default.xml
 mkdir -p $RPM_BUILD_ROOT/etc/xdg/menus/applications-merged
 for i in $RPM_BUILD_ROOT/usr/share/desktop-directories/*.directory 
$RPM_BUILD_ROOT/usr/share/wallpapers/*.desktop
 do
@@ -167,7 +139,6 @@
 %{fillup_only -an windowmanager}
 # clean up old susewm menus
 /bin/rm -rf etc/opt/kde3/share/applnk/{Settings,SuSE,work}
-update-alternatives --install /usr/share/wallpapers/openSUSE-default.xml 
openSUSE-default.xml /usr/share/wallpapers/openSUSE-default-static.xml 5
 %if 0%{?suse_version} > 1130
 %icon_theme_cache_post
 %else
@@ -175,10 +146,6 @@
 %endif
 
 %postun
-# Note: we don't use "$1 -eq 0", to avoid issues if the package gets renamed
-if [ ! -f /usr/share/wallpapers/openSUSE-default-static.xml ]; then
-  update-alternatives --remove openSUSE-default.xml 

commit dee for openSUSE:Factory

2011-09-23 Thread h_root

Hello community,

here is the log from the commit of package dee for openSUSE:Factory
checked in at Fri Sep 23 10:23:56 CEST 2011.




New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ /mounts/work_src_done/STABLE/dee/dee.changes2011-09-22 
15:22:53.0 +0200
@@ -0,0 +1,63 @@
+---
+Thu Sep 22 13:20:24 UTC 2011 - vu...@opensuse.org
+
+- Remove unneeded pkgconfig(dbus-1) and pkgconfig(dbus-glib-1)
+  BuildRequires.
+- Change vala-devel BuildRequires to vala as we only need the vala
+  compiler.
+- Add explicit libdee-%{soname} and python-gobject Requires to
+  python-dee subpackage: this package provides overrides for the
+  introspection-based bindings, so we need python-gobject and the
+  typelib to be installed.
+- Add Supplement for packageand(libdee-%{soname}:python-gobject) to
+  python-dee, to make sure that the overrides are installed by
+  default when introspection-based python bindings can be used.
+- Remove unneeded pkg-config and python-dee Requires in devel
+  subpackage.
+
+---
+Wed Sep 14 21:16:11 UTC 2011 - nmarq...@opensuse.org
+
+- Update to 0.5.20
+  + No upstream changelog, 4 bug fixes: lp#838321, lp#818245,
+lp#838320, lp#710553.
+
+---
+Fri Apr 15 10:49:27 UTC 2011 - nmo.marq...@gmail.com
+
+- Update to version 0.5.18:
+  + Leak in DeeSharedModel when committing remote transaction
+(lp#757916);
+  + Dee API docs broken on DeeResourceManager (lp#760496).
+
+---
+Thu Mar 24 20:22:40 UTC 2011 - nmo.marq...@gmail.com
+
+- Update to version 0.5.16:
+  + compiz crashed with SIGSEGV in g_atomic_int_exchange_and_add()
+lp#733343.
+  + Implement DeeFilters for restrictions and localized sorting
+lp#736875.
+  + Dee: compiz crashed with SIGSEGV in
+PlaceEntryRemote::ActivateResult() lp#733250.
+- New subpackage python-dee.
+- Minor tweaks to comply with new package requirements.
+- Added new configure option '--enable-introspection=yes'
+
+---
+Tue Feb  1 02:43:00 UTC 2011 - nmarq...@opensuse.org
+
+- Update to version 0.5.6:
+  + Fix the freeze when places are installed due to a gvariant
+freeze on double freeing (lp#709264).
+
+---
+Wed Jan 19 23:24:34 UTC 2011 - nmarq...@opensuse.org
+
+- Update to version 0.5.4.
+- Spec fixes, added soname var.
+
+---
+Fri Dec 17 03:55:39 UTC 2010 - nmarq...@opensuse.org
+
+- Initial package from upstream release: dee-0.5.0.tar.bz2

calling whatdependson for head-i586


New:

  dee-0.5.20.tar.gz
  dee.changes
  dee.spec



Other differences:
--
++ dee.spec ++
#
# spec file for dee
#
# 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/
#

%define soname 1_0-0

Name:   dee
Version:0.5.20
Release:1
License:LGPL-3.0
Summary:Library that uses DBus to provide objects
Url:http://launchpad.net/dee
Group:  System/Libraries
Source0:%{name}-%{version}.tar.gz
BuildRequires:  fdupes
BuildRequires:  vala
BuildRequires:  pkgconfig(glib-2.0)
BuildRequires:  pkgconfig(gobject-introspection-1.0)
BuildRoot:  %{_tmppath}/%{name}-%{version}-build

%description
Libdee is a library that uses DBus to provide objects allowing you to create
Model-View-Controller type programs across DBus. It also consists of utility
objects which extend DBus allowing for peer-to-peer discoverability of known
objects without needing a central registrar.

%package -n libdee-%{soname}
Summary:Library that uses DBus to provide objects
Group:  System/Libraries
License:LGPL-3.0

%description -n libdee-%{soname}
Libdee is a library that uses DBus to provide objects allowing you to create
Model-View-Controller type programs across DBus. It also consists of utility
objects which extend DBus allowing for peer-to-peer discoverability of known
objects without needing a central 

commit d-haven-mpool for openSUSE:Factory

2011-09-23 Thread h_root

Hello community,

here is the log from the commit of package d-haven-mpool for openSUSE:Factory
checked in at Fri Sep 23 10:22:37 CEST 2011.




--- d-haven-mpool/d-haven-mpool.changes 2009-08-26 13:08:28.0 +0200
+++ /mounts/work_src_done/STABLE/d-haven-mpool/d-haven-mpool.changes
2011-09-18 19:28:44.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:
--
++ d-haven-mpool.spec ++
--- /var/tmp/diff_new_pack.nNBYf9/_old  2011-09-23 10:22:29.0 +0200
+++ /var/tmp/diff_new_pack.nNBYf9/_new  2011-09-23 10:22:29.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package d-haven-mpool (Version 1.0)
+# spec file for package d-haven-mpool
 #
-# 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
@@ -139,9 +139,6 @@
 cp -pr target/docs/* $RPM_BUILD_ROOT%{_docdir}/%{name}-%{version}
 %endif
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %post
 %update_maven_depmap
 










Remember to have fun...

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



commit d-haven-event for openSUSE:Factory

2011-09-23 Thread h_root

Hello community,

here is the log from the commit of package d-haven-event for openSUSE:Factory
checked in at Fri Sep 23 10:22:16 CEST 2011.




--- d-haven-event/d-haven-event.changes 2009-05-15 11:06:53.0 +0200
+++ /mounts/work_src_done/STABLE/d-haven-event/d-haven-event.changes
2011-09-18 19:28:42.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:
--
++ d-haven-event.spec ++
--- /var/tmp/diff_new_pack.RSyvzm/_old  2011-09-23 10:22:11.0 +0200
+++ /var/tmp/diff_new_pack.RSyvzm/_new  2011-09-23 10:22:11.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package d-haven-event (Version 1.1.0)
+# spec file for package d-haven-event
 #
-# 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
@@ -141,9 +141,6 @@
 cp -pr target/docs/* $RPM_BUILD_ROOT%{_docdir}/%{name}-%{version}
 %endif
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %post
 %update_maven_depmap
 











Remember to have fun...

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



commit csound for openSUSE:Factory

2011-09-23 Thread h_root

Hello community,

here is the log from the commit of package csound for openSUSE:Factory
checked in at Fri Sep 23 10:22:04 CEST 2011.




--- csound/csound.changes   2009-07-16 18:05:26.0 +0200
+++ /mounts/work_src_done/STABLE/csound/csound.changes  2011-09-18 
02:04:42.0 +0200
@@ -1,0 +2,5 @@
+Sun Sep 18 00:04:38 UTC 2011 - jeng...@medozas.de
+
+- Remove redundant tags/sections from specfile
+
+---

calling whatdependson for head-i586




Other differences:
--
++ csound.spec ++
--- /var/tmp/diff_new_pack.vz1r4s/_old  2011-09-23 10:22:00.0 +0200
+++ /var/tmp/diff_new_pack.vz1r4s/_new  2011-09-23 10:22:00.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package csound (Version 5.06.0)
+# spec file for package csound
 #
-# 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:   csound
@@ -89,9 +88,6 @@
 rm -rf $RPM_BUILD_ROOT%{_includedir}
 %fdupes -s $RPM_BUILD_ROOT
 
-%clean
-[ "$RPM_BUILD_ROOT" != "/" -a -d $RPM_BUILD_ROOT ] && 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 chkrootkit for openSUSE:Factory

2011-09-23 Thread h_root

Hello community,

here is the log from the commit of package chkrootkit for openSUSE:Factory
checked in at Fri Sep 23 10:21:52 CEST 2011.




--- chkrootkit/chkrootkit.changes   2011-06-20 16:02:16.0 +0200
+++ /mounts/work_src_done/STABLE/chkrootkit/chkrootkit.changes  2011-09-18 
00:53:18.0 +0200
@@ -1,0 +2,6 @@
+Sat Sep 17 22:53:15 UTC 2011 - jeng...@medozas.de
+
+- Remove redundant tags/sections from specfile
+- Use %_smp_mflags for parallel build
+
+---

calling whatdependson for head-i586




Other differences:
--
++ chkrootkit.spec ++
--- /var/tmp/diff_new_pack.sBMlA0/_old  2011-09-23 10:21:47.0 +0200
+++ /var/tmp/diff_new_pack.sBMlA0/_new  2011-09-23 10:21:47.0 +0200
@@ -15,14 +15,12 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 
 
 Name:   chkrootkit
 Url:http://www.chkrootkit.org/
 License:BSD3c(or similar)
 Group:  Productivity/Security
-AutoReqProv:on
 Summary:Used to Check for Symptoms of Installed Root Kits
 Version:0.49
 Release:5
@@ -40,28 +38,17 @@
 detected with this program. However, it is always recommended to use
 this program from a rescue system or a system with a similar purpose.
 
-
-
-Authors:
-
-Nelson Murilo 
-Klaus Steding-Jessen 
-
 %prep
 %setup -q
 %patch0 -p1
 
 %build
-make OPTFLAGS="$RPM_OPT_FLAGS -Os"
+make OPTFLAGS="$RPM_OPT_FLAGS -Os" %{?_smp_mflags}
 
 %install
 mkdir -p $RPM_BUILD_ROOT/sbin/
 install -c -m 755 chklastlog chkwtmp ifpromisc chkproc chkdirs chkrootkit 
strings-static chkutmp $RPM_BUILD_ROOT/sbin/
 
-%clean
-[ "$RPM_BUILD_ROOT" != "/" ] && [ -d $RPM_BUILD_ROOT ] \
-  && rm -rf $RPM_BUILD_ROOT
-
 %files
 %defattr(-, root, root)
 %doc COPYRIGHT README README.chklastlog README.chkwtmp ACKNOWLEDGMENTS






Remember to have fun...

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



commit castor for openSUSE:Factory

2011-09-23 Thread h_root

Hello community,

here is the log from the commit of package castor for openSUSE:Factory
checked in at Fri Sep 23 10:21:40 CEST 2011.




--- castor/castor.changes   2011-03-14 13:25:41.0 +0100
+++ /mounts/work_src_done/STABLE/castor/castor.changes  2011-09-18 
00:39:42.0 +0200
@@ -1,0 +2,5 @@
+Sat Sep 17 22:39:38 UTC 2011 - jeng...@medozas.de
+
+- Remove redundant tags/sections from specfile
+
+---

calling whatdependson for head-i586




Other differences:
--
++ castor.spec ++
--- /var/tmp/diff_new_pack.C0lI5E/_old  2011-09-23 10:21:36.0 +0200
+++ /var/tmp/diff_new_pack.C0lI5E/_new  2011-09-23 10:21:36.0 +0200
@@ -15,7 +15,6 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 
 
 Name:   castor
@@ -179,9 +178,6 @@
 %jpackage_script org.exolab.castor.builder.SourceGenerator %{nil} %{nil} 
xerces-j2:%{name} %{name}
 %fdupes -s %{buildroot}
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %files
 %defattr(0644,root,root,0755)
 %doc src/etc/{CHANGELOG,LICENSE,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 bytelist for openSUSE:Factory

2011-09-23 Thread h_root

Hello community,

here is the log from the commit of package bytelist for openSUSE:Factory
checked in at Fri Sep 23 10:21:29 CEST 2011.




--- bytelist/bytelist.changes   2010-04-25 18:53:24.0 +0200
+++ /mounts/work_src_done/STABLE/bytelist/bytelist.changes  2011-09-17 
23:11:38.0 +0200
@@ -1,0 +2,5 @@
+Sat Sep 17 21:11:35 UTC 2011 - jeng...@medozas.de
+
+- Remove redundant tags/sections from specfile
+
+---

calling whatdependson for head-i586




Other differences:
--
++ bytelist.spec ++
--- /var/tmp/diff_new_pack.vmopYY/_old  2011-09-23 10:21:25.0 +0200
+++ /var/tmp/diff_new_pack.vmopYY/_new  2011-09-23 10:21:25.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package bytelist (Version 1.0.3)
+# spec file for package bytelist
 #
-# 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
@@ -53,8 +53,8 @@
 %prep
 %setup -q -n %{cluster}-%{name}-%{git_commit}
 
-find -name '*.class' -exec rm -f '{}' \;
-find -name '*.jar' -exec rm -f '{}' \;
+find -name '*.class' -delete
+find -name '*.jar' -delete
 
 %build
 echo "See %{url} for more info about the %{name} project." > README.txt
@@ -76,9 +76,6 @@
 export CLASSPATH=$(build-classpath junit jcodings)
 %ant test
 
-%clean
-%__rm -rf %{buildroot}
-
 %files
 %defattr(-,root,root,-)
 %{_javadir}/*






Remember to have fun...

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



commit bsh for openSUSE:Factory

2011-09-23 Thread h_root

Hello community,

here is the log from the commit of package bsh for openSUSE:Factory
checked in at Fri Sep 23 10:21:19 CEST 2011.




--- bsh/bsh.changes 2009-03-25 14:52:14.0 +0100
+++ /mounts/work_src_done/STABLE/bsh/bsh.changes2011-09-17 
22:56:45.0 +0200
@@ -1,0 +2,5 @@
+Sat Sep 17 20:56:41 UTC 2011 - jeng...@medozas.de
+
+- Remove redundant tags/sections from specfile
+
+---

calling whatdependson for head-i586




Other differences:
--
++ bsh.spec ++
--- /var/tmp/diff_new_pack.fazgms/_old  2011-09-23 10:21:15.0 +0200
+++ /var/tmp/diff_new_pack.fazgms/_new  2011-09-23 10:21:15.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package bsh (Version 1.3.0)
+# spec file for package bsh
 #
-# 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
 # icecream 0
 
 
@@ -237,9 +236,6 @@
 cat scripts/bshdoc.bsh >> $RPM_BUILD_ROOT%{_bindir}/%{name}doc
 %fdupes ${RPM_BUILD_ROOT}/usr
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %post javadoc
 rm -f %{_javadocdir}/%{name}
 ln -s %{name}-%{version} %{_javadocdir}/%{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 bsf for openSUSE:Factory

2011-09-23 Thread h_root

Hello community,

here is the log from the commit of package bsf for openSUSE:Factory
checked in at Fri Sep 23 10:21:07 CEST 2011.




--- bsf/bsf.changes 2009-08-31 13:33:44.0 +0200
+++ /mounts/work_src_done/STABLE/bsf/bsf.changes2011-09-17 
22:56:22.0 +0200
@@ -1,0 +2,5 @@
+Sat Sep 17 20:56:11 UTC 2011 - jeng...@medozas.de
+
+- Remove redundant tags/sections from specfile
+
+---

calling whatdependson for head-i586




Other differences:
--
++ bsf.spec ++
--- /var/tmp/diff_new_pack.0PgffN/_old  2011-09-23 10:21:03.0 +0200
+++ /var/tmp/diff_new_pack.0PgffN/_new  2011-09-23 10:21:03.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package bsf (Version 2.3.0)
+# spec file for package bsf
 #
-# 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
 # icecream 0
 
 %define name   bsf
@@ -128,9 +127,6 @@
 %{__cp} -pr src/build/javadocs/* %{buildroot}%{_javadocdir}/%{name}-%{version}
 (cd %{buildroot}%{_javadocdir} && ln -sf %{name}-%{version} %{name})
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %files
 %defattr(-,root,root)
 %doc license.txt src/AUTHORS src/BUILDING src/CHANGES src/CHANGES.old 
src/INSTALL src/README src/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 branding-openSUSE for openSUSE:Factory

2011-09-23 Thread h_root

Hello community,

here is the log from the commit of package branding-openSUSE for 
openSUSE:Factory
checked in at Fri Sep 23 10:20:58 CEST 2011.




--- branding-openSUSE/branding-openSUSE.changes 2011-09-21 16:40:55.0 
+0200
+++ /mounts/work_src_done/STABLE/branding-openSUSE/branding-openSUSE.changes
2011-09-22 18:04:07.0 +0200
@@ -1,0 +2,36 @@
+Thu Sep 22 16:00:29 UTC 2011 - vu...@opensuse.org
+
+- Import logic for the XML file used by GNOME to describe the
+  default wallpaper from desktop-data-openSUSE:
+  + Add wallpaper-branding-openSUSE.xml.in and
+wallpaper-openSUSE-default-static.xml source files.
+  + Check in %install that wallpaper-openSUSE-default-static.xml
+lists the right default wallpapers.
+  + Use update-alternatives in %post/%postun of
+wallpaper-branding-openSUSE for the openSUSE-default.xml file.
+- Remove unneeded GraphicsMagick, fam, inkscape and php5
+  BuildRequires.
+- Add update-desktop-files and call %suse_update_desktop_file on
+  the .desktop files describing the wallpapers.
+
+---
+Thu Sep 22 15:05:38 UTC 2011 - co...@suse.com
+
+- fix backward compat
+
+---
+Thu Sep 22 14:05:31 UTC 2011 - co...@suse.com
+
+- move yast2-qt branding here
+
+---
+Thu Sep 22 13:54:40 UTC 2011 - co...@suse.com
+
+- integrate wallpaper logic here too
+
+---
+Thu Sep 22 13:05:13 UTC 2011 - co...@suse.com
+
+- move details logic into art's Makefile
+
+---

calling whatdependson for head-i586


Old:

  bootsplash.php
  bootsplash.tar.bz2
  gfxboot.tar.bz2

New:

  openSUSE.tar.gz
  wallpaper-branding-openSUSE.xml.in
  wallpaper-openSUSE-default-static.xml



Other differences:
--
++ branding-openSUSE.spec ++
--- /var/tmp/diff_new_pack.nC8LGR/_old  2011-09-23 10:20:54.0 +0200
+++ /var/tmp/diff_new_pack.nC8LGR/_new  2011-09-23 10:20:54.0 +0200
@@ -24,15 +24,20 @@
 Group:  System/Fhs
 Provides:   branding
 Conflicts:  otherproviders(branding)
-Source0:bootsplash.tar.bz2
-Source1:bootsplash.php
-Source2:gfxboot.tar.bz2
+# git://gitorious.org/opensuse/art.git
+# make -C art/%{version}
+Source0:openSUSE.tar.gz
+Source10:   wallpaper-branding-openSUSE.xml.in
+Source11:   wallpaper-openSUSE-default-static.xml
 Source20:   sysconfig.bootsplash-branding-openSUSE
 Source100:  %{name}-COPYING
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
 Summary:SuSE Brand File
-BuildRequires:  GraphicsMagick fam fribidi gfxboot-devel inkscape php5
+BuildRequires:  fribidi
+BuildRequires:  gfxboot-devel
+BuildRequires:  kde4-filesystem
+BuildRequires:  update-desktop-files
 
 %description
 This package contains the file /etc/SuSE-brand, and its name is used as
@@ -65,9 +70,37 @@
 %description -n gfxboot-branding-openSUSE
 openSUSE theme for gfxboot (bootloader graphics).
 
+%package -n kdelibs4-branding-openSUSE
+Summary:KDE Base Libraries: Build Environment
+Group:  System/GUI/KDE
+Requires:   kdelibs4
+Supplements:packageand(kdelibs4:branding-openSUSE)
+Provides:   kdelibs4-branding = %{version}
+Conflicts:  otherproviders(kdelibs4-branding)
+
+%description -n kdelibs4-branding-openSUSE
+openSUSE branding for about KDE
+
+%package -n wallpaper-branding-openSUSE
+Summary:openSUSE default wallpapers
+Provides:   wallpaper-branding = %{version}
+Conflicts:  otherproviders(wallpaper-branding)
+
+%description -n wallpaper-branding-openSUSE
+openSUSE wallpapers
+
+%package -n yast2-qt-branding-openSUSE
+Summary:openSUSE default wallpapers
+Provides:   yast2-qt-branding = %{version}
+Conflicts:  otherproviders(yast2-qt-branding)
+Supplements:packageand(yast2-qt:branding-openSUSE)
+
+%description -n yast2-qt-branding-openSUSE
+openSUSE branding for yast2-qt
+
 %prep
 %setup -c
-cp -a %{S:0} COPYING 
+cp -a %{SOURCE100} COPYING 
 
 %build
 cat >SuSE-brand < 
%{buildroot}/usr/share/gnome-background-properties/wallpaper-branding-openSUSE.xml
+install -m 0644 %{SOURCE11} 
%{buildroot}/usr/share/wallpapers/openSUSE-default-static.xml
+# Touch the file handled with update-alternatives
+touch %{buildroot}/usr/share/wallpapers/openSUSE-default.xml
+# Check that all files mentioned in branding-default.xml actually exist
+for file in `sed "s:<[^>]*>::g" %{SOURCE11} | grep /usr`; do
+test -f %{buildroot}/${file} || (echo "${file} is mentioned in %{SOURCE11} 
but does not exist. Please update %{SOURCE11}, or contact the GNOME team for 
help."; false )
+done
+## Check the wallpaper is correctly set i

commit berkeleydb for openSUSE:Factory

2011-09-23 Thread h_root

Hello community,

here is the log from the commit of package berkeleydb for openSUSE:Factory
checked in at Fri Sep 23 10:20:46 CEST 2011.




--- berkeleydb/berkeleydb.changes   2009-11-27 14:27:11.0 +0100
+++ /mounts/work_src_done/STABLE/berkeleydb/berkeleydb.changes  2011-09-17 
21:27:56.0 +0200
@@ -1,0 +2,5 @@
+Sat Sep 17 19:27:52 UTC 2011 - jeng...@medozas.de
+
+- Remove redundant tags/sections from specfile
+
+---

calling whatdependson for head-i586




Other differences:
--
++ berkeleydb.spec ++
--- /var/tmp/diff_new_pack.w2sbp4/_old  2011-09-23 10:20:39.0 +0200
+++ /var/tmp/diff_new_pack.w2sbp4/_new  2011-09-23 10:20:39.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package berkeleydb (Version 3.3.75)
+# spec file for package berkeleydb
 #
-# 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
@@ -140,9 +140,6 @@
 install -dm 755 $RPM_BUILD_ROOT%{_datadir}/%{name}/examples
 cp -pr examples/* $RPM_BUILD_ROOT%{_datadir}/%{name}/examples
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %files
 %defattr(0644,root,root,0755)
 %doc LICENSE 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 beansbinding for openSUSE:Factory

2011-09-23 Thread h_root

Hello community,

here is the log from the commit of package beansbinding for openSUSE:Factory
checked in at Fri Sep 23 10:20:33 CEST 2011.




--- beansbinding/beansbinding.changes   2009-05-19 11:19:11.0 +0200
+++ /mounts/work_src_done/STABLE/beansbinding/beansbinding.changes  
2011-09-17 21:26:38.0 +0200
@@ -1,0 +2,5 @@
+Sat Sep 17 19:26:28 UTC 2011 - jeng...@medozas.de
+
+- Remove redundant tags/sections from specfile
+
+---

calling whatdependson for head-i586




Other differences:
--
++ beansbinding.spec ++
--- /var/tmp/diff_new_pack.OSfoua/_old  2011-09-23 10:20:30.0 +0200
+++ /var/tmp/diff_new_pack.OSfoua/_new  2011-09-23 10:20:30.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package beansbinding (Version 1.2.1)
+# spec file for package beansbinding
 #
-# 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
@@ -73,9 +73,6 @@
 %{__install} -d -m 755 %{buildroot}%{_javadocdir}/%{name}-%{version}
 %{__cp} -pr dist/javadoc/* %{buildroot}%{_javadocdir}/%{name}-%{version}
 
-%clean
-%{__rm} -rf %{buildroot}
-
 %files
 %defattr(-,root,root,-)
 %{_javadir}/*






Remember to have fun...

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



commit bea-stax for openSUSE:Factory

2011-09-23 Thread h_root

Hello community,

here is the log from the commit of package bea-stax for openSUSE:Factory
checked in at Fri Sep 23 10:20:24 CEST 2011.




--- bea-stax/bea-stax.changes   2010-11-08 13:07:24.0 +0100
+++ /mounts/work_src_done/STABLE/bea-stax/bea-stax.changes  2011-09-17 
21:25:20.0 +0200
@@ -1,0 +2,5 @@
+Sat Sep 17 19:25:12 UTC 2011 - jeng...@medozas.de
+
+- Remove redundant tags/sections from specfile
+
+---

calling whatdependson for head-i586




Other differences:
--
++ bea-stax.spec ++
--- /var/tmp/diff_new_pack.KWF31W/_old  2011-09-23 10:20:21.0 +0200
+++ /var/tmp/diff_new_pack.KWF31W/_new  2011-09-23 10:20:21.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package bea-stax (Version 1.2.0)
+# spec file for package bea-stax
 #
-# 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
@@ -121,9 +121,6 @@
 #cp README.txt $RPM_BUILD_ROOT%{_docdir}/%{name}-%{version}
 #cp jsr173_1.0.pdf $RPM_BUILD_ROOT%{_docdir}/%{name}-%{version}
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %post javadoc
 rm -f %{_javadocdir}/%{name}
 ln -sf %{name}-%{version} %{_javadocdir}/%{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 bcel5_3 for openSUSE:Factory

2011-09-23 Thread h_root

Hello community,

here is the log from the commit of package bcel5_3 for openSUSE:Factory
checked in at Fri Sep 23 10:20:12 CEST 2011.




--- bcel5_3/bcel5_3.changes 2009-06-03 13:58:05.0 +0200
+++ /mounts/work_src_done/STABLE/bcel5_3/bcel5_3.changes2011-09-18 
01:20:32.0 +0200
@@ -1,0 +2,5 @@
+Sat Sep 17 19:23:48 UTC 2011 - jeng...@medozas.de
+
+- Remove redundant tags/sections from specfile
+
+---

calling whatdependson for head-i586




Other differences:
--
++ bcel5_3.spec ++
--- /var/tmp/diff_new_pack.treT9R/_old  2011-09-23 10:20:09.0 +0200
+++ /var/tmp/diff_new_pack.treT9R/_new  2011-09-23 10:20:09.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package bcel5_3 (Version 5.3)
+# spec file for package bcel5_3
 #
-# 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
@@ -101,9 +101,6 @@
 # FIXME: (dwalluck): breaks --short-circuit
 %{__rm} -rf docs/api
 
-%clean
-%{__rm} -rf %{buildroot}
-
 %files
 %defattr(0644,root,root,0755)
 %doc LICENSE.txt NOTICE.txt README.txt RELEASE-NOTES.txt TODO.JustIce







Remember to have fun...

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



commit bcel for openSUSE:Factory

2011-09-23 Thread h_root

Hello community,

here is the log from the commit of package bcel for openSUSE:Factory
checked in at Fri Sep 23 10:20:04 CEST 2011.




--- bcel/bcel.changes   2010-11-08 13:06:34.0 +0100
+++ /mounts/work_src_done/STABLE/bcel/bcel.changes  2011-09-17 
21:22:29.0 +0200
@@ -1,0 +2,6 @@
+Sat Sep 17 19:22:25 UTC 2011 - jeng...@medozas.de
+
+- Remove redundant tags/sections from specfile
+- Use %_smp_mflags for parallel build
+
+---

calling whatdependson for head-i586




Other differences:
--
++ bcel.spec ++
--- /var/tmp/diff_new_pack.5lWb1R/_old  2011-09-23 10:20:00.0 +0200
+++ /var/tmp/diff_new_pack.5lWb1R/_new  2011-09-23 10:20:00.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package bcel (Version 5.2)
+# spec file for package bcel
 #
-# 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
 # icecream 0
 
 
@@ -99,8 +98,6 @@
 %if %manual
 
 %package manual
-
-
 Summary:Manual for bcel
 Group:  Development/Libraries/Java
 
@@ -156,9 +153,6 @@
 %__mkdir_p %{buildroot}%{_javadocdir}/%{name}-%{version}
 %__cp -a dist/docs/api/* %{buildroot}%{_javadocdir}/%{name}-%{version}
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %files
 %defattr(0644,root,root,0755)
 %doc LICENSE.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 axis for openSUSE:Factory

2011-09-23 Thread h_root

Hello community,

here is the log from the commit of package axis for openSUSE:Factory
checked in at Fri Sep 23 10:19:54 CEST 2011.




--- axis/axis.changes   2011-03-11 10:12:57.0 +0100
+++ /mounts/work_src_done/STABLE/axis/axis.changes  2011-09-17 
15:55:58.0 +0200
@@ -1,0 +2,5 @@
+Sat Sep 17 13:55:50 UTC 2011 - jeng...@medozas.de
+
+- Remove redundant tags/sections from specfile
+
+---

calling whatdependson for head-i586




Other differences:
--
++ axis.spec ++
--- /var/tmp/diff_new_pack.f92rpN/_old  2011-09-23 10:19:50.0 +0200
+++ /var/tmp/diff_new_pack.f92rpN/_new  2011-09-23 10:19:50.0 +0200
@@ -15,7 +15,6 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 # icecream 0
 
 %define name   axis
@@ -138,9 +137,6 @@
 install -d -m 755 %{buildroot}%{_javadocdir}/%{name}
 cp -pr build/javadocs/* %{buildroot}%{_javadocdir}/%{name}
 
-%clean
-rm -rf %{buildroot}
-
 %files
 %defattr(0644,root,root,0755)
 %doc LICENSE README release-notes.html changelog.html






Remember to have fun...

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



commit asm2 for openSUSE:Factory

2011-09-23 Thread h_root

Hello community,

here is the log from the commit of package asm2 for openSUSE:Factory
checked in at Fri Sep 23 10:19:43 CEST 2011.




--- asm2/asm2.changes   2010-03-25 15:07:59.0 +0100
+++ /mounts/work_src_done/STABLE/asm2/asm2.changes  2011-09-17 
14:25:46.0 +0200
@@ -1,0 +2,5 @@
+Sat Sep 17 12:25:41 UTC 2011 - jeng...@medozas.de
+
+- Remove redundant tags/sections from specfile
+
+---

calling whatdependson for head-i586




Other differences:
--
++ asm2.spec ++
--- /var/tmp/diff_new_pack.JdFeMy/_old  2011-09-23 10:19:39.0 +0200
+++ /var/tmp/diff_new_pack.JdFeMy/_new  2011-09-23 10:19:39.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package asm2 (Version 2.2.3)
+# spec file for package asm2
 #
-# 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:   asm2
@@ -110,9 +109,6 @@
 ln -s %{name}-%{version} $RPM_BUILD_ROOT/%{_javadocdir}/%{name}
 %fdupes -s ${RPM_BUILD_ROOT}
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %files
 %defattr(-,root,root,0755)
 %doc README.txt LICENSE.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 asm for openSUSE:Factory

2011-09-23 Thread h_root

Hello community,

here is the log from the commit of package asm for openSUSE:Factory
checked in at Fri Sep 23 10:19:32 CEST 2011.




--- asm/asm.changes 2006-09-22 15:25:17.0 +0200
+++ /mounts/work_src_done/STABLE/asm/asm.changes2011-09-17 
14:25:18.0 +0200
@@ -1,0 +2,5 @@
+Sat Sep 17 12:25:12 UTC 2011 - jeng...@medozas.de
+
+- Remove redundant tags/sections from specfile
+
+---

calling whatdependson for head-i586




Other differences:
--
++ asm.spec ++
--- /var/tmp/diff_new_pack.PqS3JB/_old  2011-09-23 10:19:29.0 +0200
+++ /var/tmp/diff_new_pack.PqS3JB/_new  2011-09-23 10:19:29.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package asm (Version 1.5.3)
+# spec file for package asm
 #
-# 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
 # icecream 0
 
 
@@ -83,9 +82,6 @@
 cp -pr output/dist/doc/javadoc/user/* 
$RPM_BUILD_ROOT%{_javadocdir}/%{name}-%{version}
 (cd $RPM_BUILD_ROOT%{_javadocdir} && ln -sf %{name}-%{version} %{name})
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %post javadoc
 rm -f %{_javadocdir}/%{name}
 ln -s %{name}-%{version} %{_javadocdir}/%{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 appframework for openSUSE:Factory

2011-09-23 Thread h_root

Hello community,

here is the log from the commit of package appframework for openSUSE:Factory
checked in at Fri Sep 23 10:19:23 CEST 2011.




--- appframework/appframework.changes   2009-05-19 11:54:33.0 +0200
+++ /mounts/work_src_done/STABLE/appframework/appframework.changes  
2011-09-17 13:29:56.0 +0200
@@ -1,0 +2,5 @@
+Sat Sep 17 11:29:50 UTC 2011 - jeng...@medozas.de
+
+- Remove redundant tags/sections from specfile
+
+---

calling whatdependson for head-i586




Other differences:
--
++ appframework.spec ++
--- /var/tmp/diff_new_pack.M02swf/_old  2011-09-23 10:19:19.0 +0200
+++ /var/tmp/diff_new_pack.M02swf/_new  2011-09-23 10:19:19.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package appframework (Version 1.03)
+# spec file for package appframework
 #
-# 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
@@ -75,9 +75,6 @@
 %{__install} -d -m 755 %{buildroot}%{_javadocdir}/%{name}-%{version}
 %{__cp} -pr dist/javadoc/* %{buildroot}%{_javadocdir}/%{name}-%{version}
 
-%clean
-%{__rm} -rf %{buildroot}
-
 %files
 %defattr(-,root,root,-)
 %{_javadir}/*






Remember to have fun...

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



commit apache-portlet-1_0-api for openSUSE:Factory

2011-09-23 Thread h_root

Hello community,

here is the log from the commit of package apache-portlet-1_0-api for 
openSUSE:Factory
checked in at Fri Sep 23 10:19:09 CEST 2011.




--- apache-portlet-1_0-api/apache-portlet-1_0-api.changes   2008-08-26 
12:10:41.0 +0200
+++ 
/mounts/work_src_done/STABLE/apache-portlet-1_0-api/apache-portlet-1_0-api.changes
  2011-09-17 13:12:29.0 +0200
@@ -1,0 +2,5 @@
+Sat Sep 17 11:12:25 UTC 2011 - jeng...@medozas.de
+
+- Remove redundant tags/sections from specfile
+
+---

calling whatdependson for head-i586




Other differences:
--
++ apache-portlet-1_0-api.spec ++
--- /var/tmp/diff_new_pack.LAiNZL/_old  2011-09-23 10:19:06.0 +0200
+++ /var/tmp/diff_new_pack.LAiNZL/_new  2011-09-23 10:19:06.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package apache-portlet-1_0-api (Version 1.0)
+# spec file for package apache-portlet-1_0-api
 #
-# 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
@@ -106,9 +106,6 @@
 install -d -m 755 $RPM_BUILD_ROOT%{_docdir}/%{name}-%{version}
 cp %{SOURCE2} $RPM_BUILD_ROOT%{_docdir}/%{name}-%{version}/LICENSE.TXT
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %post
 %update_maven_depmap
 








Remember to have fun...

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



commit ant-contrib for openSUSE:Factory

2011-09-23 Thread h_root

Hello community,

here is the log from the commit of package ant-contrib for openSUSE:Factory
checked in at Fri Sep 23 10:18:59 CEST 2011.




--- ant-contrib/ant-contrib.changes 2010-10-08 11:41:15.0 +0200
+++ /mounts/work_src_done/STABLE/ant-contrib/ant-contrib.changes
2011-09-17 13:08:56.0 +0200
@@ -1,0 +2,5 @@
+Sat Sep 17 11:08:43 UTC 2011 - jeng...@medozas.de
+
+- Remove redundant tags/sections from specfile
+
+---

calling whatdependson for head-i586




Other differences:
--
++ ant-contrib.spec ++
--- /var/tmp/diff_new_pack.ESJVHN/_old  2011-09-23 10:18:53.0 +0200
+++ /var/tmp/diff_new_pack.ESJVHN/_new  2011-09-23 10:18:53.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package ant-contrib (Version 1.0b2)
+# spec file for package ant-contrib
 #
-# 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
 # icecream 0
 
 %define with_junit 0
@@ -125,9 +124,6 @@
 install -dm 755 $RPM_BUILD_ROOT%{_docdir}/%{name}-%{version}
 cp -pr %{name}/build/docs/* $RPM_BUILD_ROOT%{_docdir}/%{name}-%{version}
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %post javadoc
 rm -f %{_javadocdir}/%{name}
 ln -s %{name}-%{version} %{_javadocdir}/%{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 ant for openSUSE:Factory

2011-09-23 Thread h_root

Hello community,

here is the log from the commit of package ant for openSUSE:Factory
checked in at Fri Sep 23 10:18:45 CEST 2011.




--- ant/ant-antlr.changes   2011-03-14 11:01:41.0 +0100
+++ /mounts/work_src_done/STABLE/ant/ant-antlr.changes  2011-09-17 
13:05:09.0 +0200
@@ -1,0 +2,5 @@
+Sat Sep 17 11:04:53 UTC 2011 - jeng...@medozas.de
+
+- Remove redundant tags/sections from specfile
+
+---
--- ant/ant.changes 2011-03-14 14:03:04.0 +0100
+++ /mounts/work_src_done/STABLE/ant/ant.changes2011-09-17 
13:05:10.0 +0200
@@ -1,0 +2,5 @@
+Sat Sep 17 11:04:48 UTC 2011 - jeng...@medozas.de
+
+- Remove redundant tags/sections from specfile
+
+---

calling whatdependson for head-i586




Other differences:
--
++ ant-antlr.spec ++
--- /var/tmp/diff_new_pack.l0EtGj/_old  2011-09-23 10:18:41.0 +0200
+++ /var/tmp/diff_new_pack.l0EtGj/_new  2011-09-23 10:18:41.0 +0200
@@ -173,7 +173,6 @@
 License:Apache Software License ..
 Summary:Additional scripts for ant
 Group:  Development/Tools/Building
-AutoReqProv:no
 Requires:   ant = %{version}
 Requires:   %{_bindir}/perl
 Requires:   %{_bindir}/python
@@ -258,7 +257,6 @@
 
 %package -n ant-jai
 
-
 Summary:Optional jai tasks for ant
 Group:  Development/Tools/Building
 Requires:   ant = %(echo `rpm -q --queryformat '%{VERSION}' ant`)
@@ -638,10 +636,6 @@
  | xargs -t rm
 %endif
 
-%clean
-rm -rf %{buildroot}
-# -
-
 %post
 %update_maven_depmap
 

ant.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 aelfred for openSUSE:Factory

2011-09-23 Thread h_root

Hello community,

here is the log from the commit of package aelfred for openSUSE:Factory
checked in at Fri Sep 23 10:18:20 CEST 2011.




--- aelfred/aelfred.changes 2008-03-03 10:28:45.0 +0100
+++ /mounts/work_src_done/STABLE/aelfred/aelfred.changes2011-09-17 
12:49:30.0 +0200
@@ -1,0 +2,5 @@
+Sat Sep 17 10:49:23 UTC 2011 - jeng...@medozas.de
+
+- Remove redundant tags/sections from specfile
+
+---

calling whatdependson for head-i586




Other differences:
--
++ aelfred.spec ++
--- /var/tmp/diff_new_pack.8iFVJK/_old  2011-09-23 10:18:17.0 +0200
+++ /var/tmp/diff_new_pack.8iFVJK/_new  2011-09-23 10:18:17.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package aelfred (Version 1.2)
+# spec file for package aelfred
 #
-# 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
 
 %define gcj_support 
%{?_with_gcj_support:1}%{!?_with_gcj_support:%{?_without_gcj_support:0}%{!?_without_gcj_support:%{?_gcj_support:%{_gcj_support}}%{!?_gcj_support:0}}}
 
@@ -118,9 +117,6 @@
 %{_bindir}/aot-compile-rpm
 %endif
 
-%clean
-%__rm -rf %{buildroot}
-
 %post javadoc
 %__rm -f %{_javadocdir}/%{name}
 %__ln_s %{name}-%{version} %{_javadocdir}/%{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 adaptx for openSUSE:Factory

2011-09-23 Thread h_root

Hello community,

here is the log from the commit of package adaptx for openSUSE:Factory
checked in at Fri Sep 23 10:18:10 CEST 2011.




--- adaptx/adaptx.changes   2008-04-25 13:12:51.0 +0200
+++ /mounts/work_src_done/STABLE/adaptx/adaptx.changes  2011-09-17 
12:47:50.0 +0200
@@ -1,0 +2,5 @@
+Sat Sep 17 10:47:40 UTC 2011 - jeng...@medozas.de
+
+- Remove redundant tags/sections from specfile
+
+---

calling whatdependson for head-i586




Other differences:
--
++ adaptx.spec ++
--- /var/tmp/diff_new_pack.kKXYRL/_old  2011-09-23 10:18:04.0 +0200
+++ /var/tmp/diff_new_pack.kKXYRL/_new  2011-09-23 10:18:04.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package adaptx (Version 0.9.13)
+# spec file for package adaptx
 #
-# 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
 
 %define gcj_support 
%{?_with_gcj_support:1}%{!?_with_gcj_support:%{?_without_gcj_support:0}%{!?_without_gcj_support:%{?_gcj_support:%{_gcj_support}}%{!?_gcj_support:0}}}
 %definesection free
@@ -114,9 +113,6 @@
 %{_bindir}/aot-compile-rpm
 %endif
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %post javadoc
 rm -f %{_javadocdir}/%{name}
 ln -s %{name}-%{version} %{_javadocdir}/%{name}






Remember to have fun...

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