commit aaa_base for openSUSE:Factory

2011-06-01 Thread h_root

Hello community,

here is the log from the commit of package aaa_base for openSUSE:Factory
checked in at Wed Jun 1 09:12:03 CEST 2011.




--- aaa_base/aaa_base.changes   2011-05-30 21:26:35.0 +0200
+++ /mounts/work_src_done/STABLE/aaa_base/aaa_base.changes  2011-05-31 
16:55:38.0 +0200
@@ -1,0 +2,12 @@
+Tue May 31 14:54:38 UTC 2011 - wer...@suse.de
+
+- Enable container check for devtmpfs (bnc#696026) to be able
+  to use a static /dev within the container
+
+---
+Tue May 31 14:10:09 UTC 2011 - lnus...@suse.de
+
+- add back telinit q call
+- fix group and mode of /var/lock
+
+---

calling whatdependson for head-i586




Other differences:
--
++ aaa_base.spec ++
--- /var/tmp/diff_new_pack.tRYG4p/_old  2011-06-01 09:02:18.0 +0200
+++ /var/tmp/diff_new_pack.tRYG4p/_new  2011-06-01 09:02:18.0 +0200
@@ -21,7 +21,7 @@
 
 Name:   aaa_base
 Version:11.5
-Release:85
+Release:87
 License:GPLv2+
 Group:  System/Fhs
 Url:http://gitorious.org/opensuse/aaa_base

++ aaa_base.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/aaa_base/files/etc/init.d/boot 
new/aaa_base/files/etc/init.d/boot
--- old/aaa_base/files/etc/init.d/boot  2011-05-27 15:08:44.0 +0200
+++ new/aaa_base/files/etc/init.d/boot  2011-05-31 16:53:20.0 +0200
@@ -79,28 +79,32 @@
 # mount usual filesystems if not already done by initramfs or the kernel
 #
 echo  -n mounting mandatory file systems ...
-test -c /dev/null || /bin/mknod -m 666 /dev/null c 1 3
-test -e /proc/mounts || /bin/mount -n -t proc proc /proc /dev/null 21
-test -e /sys/class || /bin/mount -n -t sysfs sysfs /sys /dev/null 21
+test -c /dev/null|| /bin/mknod -m 666 /dev/null c 1 3
+test -e /proc/mounts || /bin/mount -n -t proc proc   /proc /dev/null 21
+test -e /sys/class   || /bin/mount -n -t sysfs sysfs /sys  /dev/null 21
 
 HAVE_DEBUGFS=0
 HAVE_DEVTMPFS=0
 while read dev type ; do
-test $type = debugfs  HAVE_DEBUGFS=1
+test $type = debugfs   HAVE_DEBUGFS=1
 test $type = devtmpfs  HAVE_DEVTMPFS=1
 done  /proc/filesystems
 
-DTYPE=$(stat -f -c %T /dev 2/dev/null)
-if test $DTYPE != tmpfs ; then
-if test $HAVE_DEVTMPFS = 0 ; then
-   echo * FATAL ERROR *
-   echo *** CONFIG_DEVTMPFS missing from kernel, cannot continue...
-   echo ***
-   /sbin/halt -f
+if test $container != lxc ; then
+DTYPE=$(stat -f -c %T /dev 2/dev/null)
+if test $DTYPE != tmpfs ; then
+   if test $HAVE_DEVTMPFS = 0 ; then
+   echo * FATAL ERROR 
*
+   echo *** CONFIG_DEVTMPFS missing from kernel, cannot 
continue...
+   echo 
***
+   /sbin/halt -f
+   fi
+   echo -n Mounting devtmpfs at /dev
+   mount -n -t devtmpfs -o mode=0755 devtmpfs /dev
+   rc_status -v -r
 fi
-echo -n Mounting devtmpfs at /dev
-mount -n -t devtmpfs -o mode=0755 devtmpfs /dev
-rc_status -v -r
+cp -axT --remove-destination /lib/udev/devices /dev
+test -c /dev/null || /bin/mknod -m 666 /dev/null c 1 3
 fi
 
 DTYPE=$(stat -f -c %T /run 2/dev/null)
@@ -109,9 +113,8 @@
 echo -n Mounting tmpfs at /run
 mount -n -t tmpfs -o mode=0755,nodev,noexec,nosuid tmpfs /run
 fi
-mkdir /run/lock
-
-cp -axT --remove-destination /lib/udev/devices /dev
+mkdir -m 0775 /run/lock
+chgrp 54 /run/lock # lock
 
 if test -d /sys/kernel/debug -a $HAVE_DEBUGFS = 1 ; then
 mount -n -t debugfs debugfs /sys/kernel/debug  /dev/null 21
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/aaa_base/files/etc/init.d/boot.cleanup 
new/aaa_base/files/etc/init.d/boot.cleanup
--- old/aaa_base/files/etc/init.d/boot.cleanup  2011-05-27 15:08:44.0 
+0200
+++ new/aaa_base/files/etc/init.d/boot.cleanup  2011-05-31 16:53:20.0 
+0200
@@ -42,6 +42,9 @@
chmod 664 /var/run/utmp
chown root:utmp /var/run/utmp
 
+   # Re-read inittab for jobs and redo utmp records if required
+   test $PREVLEVEL = S  telinit q
+
# delete temp files
# If $CLEAR_TMP_DIRS_AT_BOOTUP = yes, delete files in
# $TMP_DIRS_TO_CLEAR, if $CLEAR_TMP_DIRS_AT_BOOTUP starts with 
a /






Remember to have fun...

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

commit mozilla-nss for openSUSE:Factory

2011-06-01 Thread h_root

Hello community,

here is the log from the commit of package mozilla-nss for openSUSE:Factory
checked in at Wed Jun 1 09:16:36 CEST 2011.




--- GNOME/mozilla-nss/mozilla-nss.changes   2011-05-19 07:42:41.0 
+0200
+++ /mounts/work_src_done/STABLE/mozilla-nss/mozilla-nss.changes
2011-05-23 19:38:21.0 +0200
@@ -1,0 +2,6 @@
+Mon May 23 17:37:34 UTC 2011 - crrodrig...@opensuse.org
+
+- Do not include build dates in binaries, messes up 
+  build compare 
+
+---

calling whatdependson for head-i586




Other differences:
--
++ mozilla-nss.spec ++
--- /var/tmp/diff_new_pack.5OzVqn/_old  2011-06-01 09:15:09.0 +0200
+++ /var/tmp/diff_new_pack.5OzVqn/_new  2011-06-01 09:15:09.0 +0200
@@ -30,7 +30,7 @@
 %endif
 License:MPLv1.1 or GPLv2+ or LGPLv2.1+
 Version:3.12.10
-Release:2
+Release:4
 # bug437293
 %ifarch ppc64
 Obsoletes:  mozilla-nss-64bit
@@ -179,6 +179,11 @@
 #make generate
 
 %build
+modified=$(sed -n '/^/n;s/ - .*$//;p;q' %{_sourcedir}/%{name}.changes)
+DATE=\$(date -d ${modified} +%%b %%e %%Y)\
+TIME=\$(date -d ${modified} +%%R)\
+find . -name '*.[ch]' -print -exec sed -i 
s/__DATE__/${DATE}/g;s/__TIME__/${TIME}/g {} +
+
 cd mozilla/security/nss
 #cp %SOURCE10 tests/libpkix/certs/PayPalEE.cert
 export FREEBL_NO_DEPEND=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 mozilla-xulrunner20 for openSUSE:Factory

2011-06-01 Thread h_root

Hello community,

here is the log from the commit of package mozilla-xulrunner20 for 
openSUSE:Factory
checked in at Wed Jun 1 09:17:10 CEST 2011.




--- mozilla-xulrunner20/mozilla-xulrunner20.changes 2011-04-29 
06:53:43.0 +0200
+++ 
/mounts/work_src_done/STABLE/mozilla-xulrunner20/mozilla-xulrunner20.changes
2011-05-23 21:02:20.0 +0200
@@ -1,0 +2,5 @@
+Mon May 23 19:01:46 UTC 2011 - crrodrig...@opensuse.org
+
+- Do not include build dates in binaries 
+
+---

calling whatdependson for head-i586




Other differences:
--
++ mozilla-xulrunner20.spec ++
--- /var/tmp/diff_new_pack.IMMHG4/_old  2011-06-01 09:16:49.0 +0200
+++ /var/tmp/diff_new_pack.IMMHG4/_new  2011-06-01 09:16:49.0 +0200
@@ -31,7 +31,7 @@
 %endif
 License:MPLv1.1 or GPLv2+ or LGPLv2+
 Version:2.0.1
-Release:1
+Release:3
 %define releasedate 2011041400
 %define version_internal 2.0.1
 %define apiversion 2.0
@@ -224,6 +224,11 @@
 %patch17 -p1
 
 %build
+modified=$(sed -n '/^/n;s/ - .*$//;p;q' %{_sourcedir}/%{name}.changes)
+DATE=\$(date -d ${modified} +%%b %%e %%Y)\
+TIME=\$(date -d ${modified} +%%R)\
+find . -regex .*\.c\|.*\.cpp\|.*\.h -exec sed -i 
s/__DATE__/${DATE}/g;s/__TIME__/${TIME}/g {} +
+
 kdehelperversion=$(cat toolkit/xre/nsKDEUtils.cpp | grep '#define 
KMOZILLAHELPER_VERSION' | cut -d ' ' -f 3)
 if test $kdehelperversion != %{kde_helper_version}; then
   echo fix kde helper version in the .spec file






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

2011-06-01 Thread h_root

Hello community,

here is the log from the commit of package yast2-dbus-client for 
openSUSE:Factory
checked in at Wed Jun 1 09:18:14 CEST 2011.




--- yast2-dbus-client/yast2-dbus-client.changes 2009-07-28 08:59:08.0 
+0200
+++ /mounts/work_src_done/STABLE/yast2-dbus-client/yast2-dbus-client.changes
2011-05-31 16:08:56.0 +0200
@@ -1,0 +2,6 @@
+Tue May 31 16:04:48 CEST 2011 - aschn...@suse.de
+
+- fixed passing bool to dbus library
+- 2.21.0
+
+---

calling whatdependson for head-i586


Old:

  yast2-dbus-client-2.18.0.tar.bz2

New:

  yast2-dbus-client-2.21.0.tar.bz2



Other differences:
--
++ yast2-dbus-client.spec ++
--- /var/tmp/diff_new_pack.tEJsBp/_old  2011-06-01 09:17:19.0 +0200
+++ /var/tmp/diff_new_pack.tEJsBp/_new  2011-06-01 09:17:19.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package yast2-dbus-client (Version 2.18.0)
+# spec file for package yast2-dbus-client
 #
-# 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
@@ -19,21 +19,26 @@
 
 
 Name:   yast2-dbus-client
-Version:2.18.0
+Version:2.21.0
 Release:1
+
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-Source0:yast2-dbus-client-2.18.0.tar.bz2
+Source0:yast2-dbus-client-2.21.0.tar.bz2
+
 Prefix: /usr
+
 Group:  System/YaST
 License:GPL v2 or later
 # obviously
 BuildRequires:  gcc-c++
 # needed for all yast packages
 BuildRequires:  yast2-core-devel yast2-devtools
+
 # docbook docs
 BuildRequires:  docbook-xsl-stylesheets libxslt
 # for the DBus agent
 BuildRequires:  dbus-1-devel
+
 Summary:YaST2 - DBus Client Library
 
 %description
@@ -41,14 +46,16 @@
 from YaST scripts.
 
 %prep
-%setup -n yast2-dbus-client-2.18.0
+%setup -n yast2-dbus-client-2.21.0
 
 %build
 %{prefix}/bin/y2tool y2autoconf
 %{prefix}/bin/y2tool y2automake
 autoreconf --force --install
+
 export CFLAGS=$RPM_OPT_FLAGS -DNDEBUG
 export CXXFLAGS=$RPM_OPT_FLAGS -DNDEBUG
+
 %{?suse_update_config:%{suse_update_config -f}}
 ./configure --libdir=%{_libdir} --prefix=%{prefix} --mandir=%{_mandir}
 # V=1: verbose build in case we used AM_SILENT_RULES(yes)
@@ -62,6 +69,7 @@
 d=${f##*/}
 %suse_update_desktop_file -d ycc_${d%.desktop} ${d%.desktop}
 done
+
 # remove not needed development files
 rm %{buildroot}/%{_libdir}/YaST2/plugin/libpy2ag_dbus.la
 rm %{buildroot}/%{_libdir}/YaST2/plugin/libpy2ag_dbus.so
@@ -76,6 +84,7 @@
 
 %files
 %defattr(-,root,root)
+
 %{_libdir}/YaST2/plugin/lib*.so.*
 /usr/share/YaST2/scrconf/*.scr
 %doc %{prefix}/share/doc/packages/yast2-dbus-client

++ yast2-dbus-client-2.18.0.tar.bz2 - yast2-dbus-client-2.21.0.tar.bz2 
++
 12036 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-dbus-client-2.18.0/VERSION new/yast2-dbus-client-2.21.0/VERSION
--- old/yast2-dbus-client-2.18.0/VERSION2009-08-03 09:53:49.0 
+0200
+++ new/yast2-dbus-client-2.21.0/VERSION2011-05-31 16:03:52.0 
+0200
@@ -1 +1 @@
-2.18.0
+2.21.0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/yast2-dbus-client-2.18.0/agent-dbus/src/DbusAgent.cc 
new/yast2-dbus-client-2.21.0/agent-dbus/src/DbusAgent.cc
--- old/yast2-dbus-client-2.18.0/agent-dbus/src/DbusAgent.cc2009-08-03 
09:53:49.0 +0200
+++ new/yast2-dbus-client-2.21.0/agent-dbus/src/DbusAgent.cc2011-05-31 
16:01:49.0 +0200
@@ -135,7 +135,7 @@
 
if (tmp3-isString())
{
-   const char* param = tmp3-asString()-value_cstr();
+   const char* const param = tmp3-asString()-value_cstr();
if (!dbus_message_iter_append_basic(args, DBUS_TYPE_STRING, 
param))
{
dbus_message_unref(message);
@@ -144,7 +144,7 @@
}
else if (tmp3-isBoolean())
{
-   bool param = tmp3-asBoolean()-value();
+   dbus_bool_t param = tmp3-asBoolean()-value() ? TRUE : FALSE;
if (!dbus_message_iter_append_basic(args, 

commit webyast-base-ui for openSUSE:Factory

2011-06-01 Thread h_root

Hello community,

here is the log from the commit of package webyast-base-ui for openSUSE:Factory
checked in at Wed Jun 1 09:22:49 CEST 2011.




--- webyast-base-ui/webyast-base-ui.changes 2011-05-27 11:45:44.0 
+0200
+++ /mounts/work_src_done/STABLE/webyast-base-ui/webyast-base-ui.changes
2011-05-31 15:13:33.0 +0200
@@ -1,0 +2,19 @@
+Tue May 31 13:08:31 UTC 2011 - sch...@novell.com
+
+- passenger_enabled on; in location of nginx.conf in order
+  to load min javascripts correctly.
+- 0.2.53 
+
+---
+Tue May 31 09:04:26 UTC 2011 - vle...@novell.com
+
+- webyast logo shows up when user session got log out automatically 
(bnc#689851)
+- 0.2.52
+
+---
+Mon May 30 12:20:47 UTC 2011 - sch...@novell.com
+
+- shutdown lighttpd when we are switching to nginx (bnc#696011)
+- 0.2.51 
+
+---

calling whatdependson for head-i586




Other differences:
--
++ webyast-base-ui.spec ++
--- /var/tmp/diff_new_pack.iFO6Oy/_old  2011-06-01 09:21:52.0 +0200
+++ /var/tmp/diff_new_pack.iFO6Oy/_new  2011-06-01 09:21:52.0 +0200
@@ -53,7 +53,7 @@
 Group:  Productivity/Networking/Web/Utilities
 Url:http://en.opensuse.org/Portal:WebYaST
 AutoReqProv:on
-Version:0.2.50
+Version:0.2.53
 Release:1
 Summary:WebYaST - base UI for system management
 Source: www.tar.bz2
@@ -207,11 +207,21 @@
   echo /usr/sbin/rcyastwc restart  %name-%version-%release-1
 fi
   fi
-  if [ -f %name-%version-%release-1 ] ; then
+fi
+#We are switching from lighttpd to nginx. So lighttpd has to be killed
+#at first
+if rpm -q --requires %{name}|grep lighttpd  /dev/null ; then
+  if /usr/sbin/rcyastwc status  /dev/null ; then
+echo yastws is running under lighttpd - switching to nginx
+/usr/sbin/rcyastwc stop  /dev/null
+echo #!/bin/sh  %name-%version-%release-1
+echo /usr/sbin/rcyastwc restart  %name-%version-%release-1
+  fi
+fi
+if [ -f %name-%version-%release-1 ] ; then
 install -D -m 755 %name-%version-%release-1 /var/adm/update-scripts
 rm %name-%version-%release-1
 echo Please check the service runlevels and restart WebYaST client with 
\rcyastwc restart\ if the update has not been called with zypper,yast or 
packagekit
-  fi
 fi
 exit 0
 

++ nginx.conf ++
--- /var/tmp/diff_new_pack.iFO6Oy/_old  2011-06-01 09:21:52.0 +0200
+++ /var/tmp/diff_new_pack.iFO6Oy/_new  2011-06-01 09:21:52.0 +0200
@@ -68,8 +68,9 @@
   ssl_protocols TLSv1;
   ssl_ciphers ALL:!aNULL:!eNULL:!SSLv2:!LOW:!EXP:!MD5:@STRENGTH;
   ssl_prefer_server_ciphers   on;
-  
+
   location ~* \.(png|gif|jpg|jpeg|css|js|swf|ico)(\?[0-9]+)?$ {
+passenger_enabled on;
 access_log off;
 expires max;
 add_header Cache-Control public;

++ www.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/www/app/views/layouts/main.rhtml 
new/www/app/views/layouts/main.rhtml
--- old/www/app/views/layouts/main.rhtml2011-05-27 11:11:10.0 
+0200
+++ new/www/app/views/layouts/main.rhtml2011-05-31 14:59:55.0 
+0200
@@ -157,7 +157,7 @@
 /div
 
 div id=timeoutMessage
-  img src=/images/webyast-logo.png?1280237271  width=130 height=42 
alt=webyast
+  %= link_to(image_tag(/images/webyast-logo.png, :width=130, 
:height=42, :style=margin-top:4px;, :alt =webyast),/ )%
   %= _(You will be logged off in)-%span id=counter!-- countdown 
place holder --/span%= _(seconds due to session timeout. )-%
 /div
 






Remember to have fun...

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



commit xemacs for openSUSE:Factory

2011-06-01 Thread h_root

Hello community,

here is the log from the commit of package xemacs for openSUSE:Factory
checked in at Wed Jun 1 09:27:15 CEST 2011.




--- xemacs/xemacs.changes   2010-11-08 15:14:05.0 +0100
+++ /mounts/work_src_done/STABLE/xemacs/xemacs.changes  2011-05-31 
19:46:24.0 +0200
@@ -1,0 +2,5 @@
+Tue May 31 17:46:10 UTC 2011 - co...@novell.com
+
+- require gpm at runtime
+
+---

calling whatdependson for head-i586




Other differences:
--
++ xemacs.spec ++
--- /var/tmp/diff_new_pack.JIqbWI/_old  2011-06-01 09:22:58.0 +0200
+++ /var/tmp/diff_new_pack.JIqbWI/_new  2011-06-01 09:22:58.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package xemacs (Version 21.5.29.b604d235f028)
+# spec file for package xemacs
 #
-# 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,9 +19,7 @@
 
 Name:   xemacs
 BuildRequires:  canna-devel compface db-devel fwnndev gcc-c++ gdbm-devel krb5 
libpng-devel libtiff-devel ncurses-devel openldap2-devel texinfo 
update-desktop-files xaw3d-devel xorg-x11 xorg-x11-devel
-%if %suse_version  1020
 BuildRequires:  fdupes
-%endif
 %if 0%{?suse_version}  1130
 BuildRequires:  gpm-devel
 %else
@@ -38,11 +36,11 @@
 License:GPLv2+
 Group:  Productivity/Editors/Emacs
 PreReq: permissions
-Requires:   xemacs-info xemacs-packages ctags
+Requires:   xemacs-info xemacs-packages ctags gpm
 Conflicts:  gnuserv
 AutoReqProv:on
 Version:21.5.29.b604d235f028
-Release:5
+Release:10
 Summary:XEmacs
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 # Howto get the Mercurial tree of XEmacs:







Remember to have fun...

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



commit nautilus for openSUSE:Factory

2011-06-01 Thread h_root

Hello community,

here is the log from the commit of package nautilus for openSUSE:Factory
checked in at Wed Jun 1 09:31:37 CEST 2011.




--- GNOME/nautilus/nautilus.changes 2011-05-04 13:12:44.0 +0200
+++ /mounts/work_src_done/STABLE/nautilus/nautilus.changes  2011-05-31 
13:07:21.0 +0200
@@ -1,0 +2,13 @@
+Tue May 31 10:50:23 UTC 2011 - fcro...@suse.com
+
+- Update to version 3.0.2:
+  + Add an autostart desktop file.
+  + Treat regular files as selection when opening a location.
+  + Don't delete files when pressing Ctrl+Delete on rename.
+  + Strip the method scheme in the connect to server dialog if
+possible.
+  + Fix selection issues when navigating upwards.
+  + Minor UI fixes.
+- Package autostart .desktop file.
+
+---

calling whatdependson for head-i586


Old:

  nautilus-3.0.1.1.tar.bz2

New:

  nautilus-3.0.2.tar.bz2



Other differences:
--
++ nautilus.spec ++
--- /var/tmp/diff_new_pack.GpG3Ux/_old  2011-06-01 09:31:13.0 +0200
+++ /var/tmp/diff_new_pack.GpG3Ux/_new  2011-06-01 09:31:13.0 +0200
@@ -20,7 +20,7 @@
 Name:   nautilus
 License:GPLv2+
 Group:  Productivity/File utilities
-Version:3.0.1.1
+Version:3.0.2
 Release:1
 # FIXME: replace libexempi-devel BuildRequires with pkgconfig(exempi-2.0) once 
fixed exempi is in
 Summary:File Manager for the GNOME Desktop
@@ -175,6 +175,7 @@
 %dir %{_libdir}/nautilus
 %{_libexecdir}/nautilus-convert-metadata
 %doc %{_mandir}/man1/nautilus*.1.gz
+%{_sysconfdir}/xdg/autostart/*.desktop
 
 %files -n libnautilus-extension1
 %defattr(-,root,root)

++ nautilus-3.0.1.1.tar.bz2 - nautilus-3.0.2.tar.bz2 ++
 15909 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 at-spi2-core for openSUSE:Factory

2011-06-01 Thread h_root

Hello community,

here is the log from the commit of package at-spi2-core for openSUSE:Factory
checked in at Wed Jun 1 09:35:00 CEST 2011.




--- GNOME/at-spi2-core/at-spi2-core.changes 2011-04-26 17:56:44.0 
+0200
+++ /mounts/work_src_done/STABLE/at-spi2-core/at-spi2-core.changes  
2011-05-30 16:04:52.0 +0200
@@ -1,0 +2,24 @@
+Mon May 30 14:02:05 UTC 2011 - fcro...@novell.com
+
+- Update to version 2.0.2:
+  + bgo#648942: fixed a seg fault in at-spi-bus-launcher when
+ending a session.
+  + Fixed a possible crash when an application is short-lived.
+  + Fixed memory leaks in
+atspi_accessible_get_toolkit_(name|version).
+  + AT-SPI will now call g_error if it is unable to find the
+accessibility bus. This results in aborting but with a somewhat
+less cryptic error than before.
+  + Fix atspi_table_get_caption|summary.
+  + Fix introspection for atspi_table_get_row_column_at_index.
+  + Copy match rule attributes, rather than just ref counting the
+hash, for compatibility with pygi.
+  + Rework atspi_accessible_set_cache_mask to make it usable.
+  + Fix a crash that might happen if a method call times out.
+  + Disable caching if atspi_event_main has not been called to run
+the main loop.
+  + Fix atspi_accessible_get_toolkit_version.
+  + Add atspi_accessible_get_atspi_version to fetch the version of
+the AT-SPI specification provided by an application.
+
+---

calling whatdependson for head-i586


Old:

  at-spi2-core-2.0.1.tar.bz2

New:

  at-spi2-core-2.0.2.tar.bz2



Other differences:
--
++ at-spi2-core.spec ++
--- /var/tmp/diff_new_pack.dbZY66/_old  2011-06-01 09:34:41.0 +0200
+++ /var/tmp/diff_new_pack.dbZY66/_new  2011-06-01 09:34:41.0 +0200
@@ -18,7 +18,7 @@
 
 
 Name:   at-spi2-core
-Version:2.0.1
+Version:2.0.2
 Release:1
 Summary:Assistive Technology Service Provider Interface - D-Bus based 
implementation
 License:GPLv2+

++ at-spi2-core-2.0.1.tar.bz2 - at-spi2-core-2.0.2.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/at-spi2-core-2.0.1/NEWS new/at-spi2-core-2.0.2/NEWS
--- old/at-spi2-core-2.0.1/NEWS 2011-04-26 00:15:52.0 +0200
+++ new/at-spi2-core-2.0.2/NEWS 2011-05-24 01:36:09.0 +0200
@@ -1,3 +1,32 @@
+What's new in at-spi2-core 2.0.2:
+
+* Fixed a seg fault in at-spi-bus-launcher when ending a session (BGO#648942).
+
+* Fixed a possible crash when an application is short-lived.
+
+* FIxed memory leaks in atspi_accessible_get_toolkit_(name|version).
+
+* AT-SPI will now call g_error if it is unable to find the accessibility bus.
+  This results in aborting but with a somewhat less cryptic error than before.
+
+* Fix atspi_table_get_caption|summary.
+
+* Fix introspection for atspi_table_get_row_column_at_index.
+
+* Copy match rule attributes, rather than just ref counting the hash, for
+  compatibility with pygi.
+
+* Rework atspi_accessible_set_cache_mask to make it usable.
+
+* Fix a crash that might happen if a method call times out.
+
+* Disable caching if atspi_event_main has not been called to run the main loop.
+
+* Fix atspi_accessible_get_toolkit_version.
+
+* Add atspi_accessible_get_atspi_version to fetch the version of the AT-SPI
+  specification provided by an application.
+
 What's new in at-spi2-core 2.0.1:
 
 * Fix a memory leak when sending events.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/at-spi2-core-2.0.1/atspi/atspi-accessible.c 
new/at-spi2-core-2.0.2/atspi/atspi-accessible.c
--- old/at-spi2-core-2.0.1/atspi/atspi-accessible.c 2011-04-18 
22:36:03.0 +0200
+++ new/at-spi2-core-2.0.2/atspi/atspi-accessible.c 2011-05-24 
01:32:20.0 +0200
@@ -307,7 +307,7 @@
 atspi_accessible_get_name (AtspiAccessible *obj, GError **error)
 {
   g_return_val_if_fail (obj != NULL, g_strdup ());
-  if (!(obj-cached_properties  ATSPI_CACHE_NAME))
+  if (!_atspi_accessible_test_cache (obj, ATSPI_CACHE_NAME))
   {
 if (!_atspi_dbus_get_property (obj, atspi_interface_accessible, Name, 
error,
s, obj-name))
@@ -331,7 +331,7 @@
 {
   g_return_val_if_fail (obj != NULL, g_strdup ());
 
-  if (!(obj-cached_properties  ATSPI_CACHE_DESCRIPTION))
+  if (!_atspi_accessible_test_cache (obj, ATSPI_CACHE_DESCRIPTION))
   {
 if (!_atspi_dbus_get_property (obj, atspi_interface_accessible,
Description, error, s,
@@ -360,7 +360,8 @@
 {
   g_return_val_if_fail (obj != NULL, NULL);
 
-  if (obj-parent.app  !(obj-cached_properties  ATSPI_CACHE_PARENT))
+  if (obj-parent.app 
+  !_atspi_accessible_test_cache (obj, ATSPI_CACHE_PARENT))
   {
 DBusMessage *message, *reply;
 

commit twitux for openSUSE:Factory

2011-06-01 Thread h_root

Hello community,

here is the log from the commit of package twitux for openSUSE:Factory
checked in at Wed Jun 1 09:48:21 CEST 2011.




--- GNOME/twitux/twitux.changes 2011-02-12 20:27:32.0 +0100
+++ /mounts/work_src_done/STABLE/twitux/twitux.changes  2011-05-30 
17:27:28.0 +0200
@@ -1,0 +2,5 @@
+Sun May 22 20:38:03 UTC 2011 - dims...@opensuse.org
+
+- Add twitux-libnotify-0.7.patch: Fix build with libnotify 0.7.
+
+---

calling whatdependson for head-i586


New:

  twitux-libnotify-0.7.patch



Other differences:
--
++ twitux.spec ++
--- /var/tmp/diff_new_pack.mm2KGI/_old  2011-06-01 09:48:12.0 +0200
+++ /var/tmp/diff_new_pack.mm2KGI/_new  2011-06-01 09:48:12.0 +0200
@@ -19,14 +19,16 @@
 
 Name:   twitux
 Version:0.69
-Release:10
+Release:15
 License:GPLv2+
 Summary:A twitter client for GNOME
 Url:http://twitux.sf.net/
 Group:  Productivity/Networking/Other
 Source: %{name}-%{version}.tar.bz2
 # PATCH-MISSING-TAG -- See http://en.opensuse.org/Packaging/Patches
-Patch:  twitux-desktop.patch
+Patch0: twitux-desktop.patch
+# PATCH-FIX-UPSTREAM twitux-libnotify-0.7.patch sf#3306017 
dims...@opensuse.org -- Fix build with libnotify 0.7
+Patch1: twitux-libnotify-0.7.patch
 BuildRequires:  dbus-1-devel
 BuildRequires:  enchant-devel
 BuildRequires:  gconf2-devel
@@ -58,7 +60,8 @@
 %lang_package
 %prep
 %setup -q
-%patch -p1
+%patch0 -p1
+%patch1 -p1
 
 %build
 autoreconf -f -i

++ twitux-libnotify-0.7.patch ++
Index: twitux-0.69/src/twitux-app.c
===
--- twitux-0.69.orig/src/twitux-app.c
+++ twitux-0.69/src/twitux-app.c
@@ -30,6 +30,9 @@
 #include gtk/gtk.h
 #include glib/gi18n.h
 #include libnotify/notify.h
+#ifndef NOTIFY_CHECK_VERSION
+#define NOTIFY_CHECK_VERSION(x,y,z) 0
+#endif
 
 #include libtwitux/twitux-debug.h
 #include libtwitux/twitux-conf.h
@@ -1446,8 +1449,12 @@ twitux_app_notify (gchar *msg)
 
notification = notify_notification_new (PACKAGE_NAME,

msg,
-   
twitux,
-   
NULL);
+   
twitux
+#if NOTIFY_CHECK_VERSION (0, 7, 0)
+   );
+#else
+   
,NULL);
+#endif
 
notify_notification_set_timeout (notification, 8 * 1000);
notify_notification_show (notification, error);





Remember to have fun...

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



commit rpmlint for openSUSE:Factory

2011-06-01 Thread h_root

Hello community,

here is the log from the commit of package rpmlint for openSUSE:Factory
checked in at Wed Jun 1 09:49:36 CEST 2011.




--- rpmlint/rpmlint.changes 2011-05-24 16:21:21.0 +0200
+++ /mounts/work_src_done/STABLE/rpmlint/rpmlint.changes2011-05-31 
13:31:04.0 +0200
@@ -1,0 +2,5 @@
+Tue May 31 11:29:52 UTC 2011 - lnus...@suse.de
+
+- add check for /var/lock/subsys usage
+
+---

calling whatdependson for head-i586


New:

  rpmlint-subsys.diff



Other differences:
--
++ rpmlint.spec ++
--- /var/tmp/diff_new_pack.Be91bV/_old  2011-06-01 09:49:02.0 +0200
+++ /var/tmp/diff_new_pack.Be91bV/_new  2011-06-01 09:49:02.0 +0200
@@ -23,7 +23,7 @@
 BuildRequires:  rpm-python xz
 Summary:Rpm correctness checker
 Version:1.2
-Release:5
+Release:7
 Source0:http://rpmlint.zarb.org/download/rpmlint-%{version}.tar.xz
 Source1:config
 Source1001: config.in
@@ -130,6 +130,7 @@
 Patch89:rpmlint-pie.diff
 # accepted upstream
 Patch90:rpmlint-typo.diff
+Patch91:rpmlint-subsys.diff
 %py_requires
 
 %description
@@ -145,6 +146,7 @@
 
 %prep
 %setup -q -n rpmlint-%{version}
+%patch91 -p1
 %patch0
 %patch1
 %patch2

++ config ++
--- /var/tmp/diff_new_pack.Be91bV/_old  2011-06-01 09:49:03.0 +0200
+++ /var/tmp/diff_new_pack.Be91bV/_new  2011-06-01 09:49:03.0 +0200
@@ -64,6 +64,7 @@
 #setOption(ValidGroups, (Group1, Group2))
 #setOption(KernelModuleRPMsOK, 0)
 setOption(CompressExtension, None)
+setOption('UseVarLockSubsys', False)
 
 setOption('StandardGroups', (
 'aegis',


++ rpmlint-subsys.diff ++
From 665a612a589e161509de4aeab1486f430cc99e03 Mon Sep 17 00:00:00 2001
From: Ludwig Nussel ludwig.nus...@suse.de
Date: Tue, 31 May 2011 13:21:27 +0200
Subject: [PATCH] add option to disable /var/lock/subsys check

openSUSE for example doesn't use /var/lock/subsys
---
 InitScriptCheck.py |   11 +--
 config |4 
 2 files changed, 13 insertions(+), 2 deletions(-)

diff --git a/InitScriptCheck.py b/InitScriptCheck.py
index ba7952e..167385b 100644
--- a/InitScriptCheck.py
+++ b/InitScriptCheck.py
@@ -29,6 +29,7 @@ dot_in_name_regex = re.compile('.*\..*')
 use_deflevels = Config.getOption('UseDefaultRunlevels', True)
 lsb_tags_regex = re.compile('^# ([\w-]+):\s*(.*?)\s*$')
 lsb_cont_regex = re.compile('^#(?:\t|  )(.*?)\s*$')
+use_subsys = Config.getOption('UseVarLockSubsys', True)
 
 LSB_KEYWORDS = ('Provides', 'Required-Start', 'Required-Stop', 'Should-Start',
 'Should-Stop', 'Default-Start', 'Default-Stop',
@@ -152,7 +153,7 @@ class InitScriptCheck(AbstractCheck.AbstractCheck):
 if res:
 subsys_regex_found = True
 name = res.group(1)
-if name != basename:
+if use_subsys and name != basename:
 error = True
 if name[0] == '$':
 value = Pkg.substitute_shell_vars(name, 
content_str)
@@ -181,8 +182,10 @@ class InitScriptCheck(AbstractCheck.AbstractCheck):
 printWarning(pkg, 'no-reload-entry', fname)
 if not chkconfig_content_found:
 printError(pkg, 'no-chkconfig-line', fname)
-if not subsys_regex_found:
+if not subsys_regex_found and use_subsys:
 printError(pkg, 'subsys-not-used', fname)
+elif subsys_regex_found and not use_subsys:
+printError(pkg, 'subsys-unsupported', fname)
 
 goodnames = (pkg.name.lower(), pkg.name.lower() + 'd')
 if len(initscript_list) == 1 and initscript_list[0] not in goodnames:
@@ -238,6 +241,10 @@ reasons, most services should not be. Use - as the 
default runlevel in the
 init script's chkconfig: line and/or remove the Default-Start: LSB keyword
 to fix this if appropriate for this service.''',
 
+'subsys-unsupported',
+'''The init script uses /var/lock/subsys which is not supported by
+this distribution.''',
+
 'subsys-not-used',
 '''While your daemon is running, you have to put a lock file in
 /var/lock/subsys/. To see an example, look at this directory on your
diff --git a/config b/config
index 8ed05d4..5631260 100644
--- a/config
+++ b/config
@@ -162,6 +162,10 @@ from Config import *
 # Type: boolean, default: True
 #setOption(UseVersionInChangelog, True)
 
+# Whether init scripts must use /var/lock/subsys
+# Type: boolean, default: True
+#setOption(UseVarLockSubsys, True)
+
 # Architecture dependent paths in which packages are allowed to install files
 # even if they are all non-binary.
 # Type: regexp, default: see BinariesCheck
-- 
1.7.3.4

++ suse-rclink-check.diff ++
--- /var/tmp/diff_new_pack.Be91bV/_old  2011-06-01 

commit mutter for openSUSE:Factory

2011-06-01 Thread h_root

Hello community,

here is the log from the commit of package mutter for openSUSE:Factory
checked in at Wed Jun 1 09:51:15 CEST 2011.




--- mutter/mutter.changes   2011-05-26 12:43:26.0 +0200
+++ /mounts/work_src_done/STABLE/mutter/mutter.changes  2011-05-31 
15:40:51.0 +0200
@@ -45,3 +45 @@
-  + bgo#645408: Fix 
-
-bug where, when a monitor was hot-plugged, all
+  + bgo#645408: Fix bug where, when a monitor was hot-plugged, all

calling whatdependson for head-i586




Other differences:
--
++ mutter.spec ++
--- /var/tmp/diff_new_pack.dcVJEE/_old  2011-06-01 09:49:44.0 +0200
+++ /var/tmp/diff_new_pack.dcVJEE/_new  2011-06-01 09:49:44.0 +0200
@@ -37,7 +37,7 @@
 License:GPLv2+
 Group:  System/GUI/GNOME
 Version:3.0.2.1
-Release:1
+Release:2
 Summary:Window and compositing manager based on Clutter
 Source: %{name}-%{version}.tar.bz2
 Url:http://www.gnome.org






Remember to have fun...

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



commit gwget for openSUSE:Factory

2011-06-01 Thread h_root

Hello community,

here is the log from the commit of package gwget for openSUSE:Factory
checked in at Wed Jun 1 09:57:02 CEST 2011.




--- GNOME/gwget/gwget.changes   2011-02-12 20:25:59.0 +0100
+++ /mounts/work_src_done/STABLE/gwget/gwget.changes2011-05-31 
16:00:11.0 +0200
@@ -1,0 +2,10 @@
+Tue May 31 15:00:24 CEST 2011 - vu...@opensuse.org
+
+- Disable the build of the epiphany extension with a
+  %build_epiphany define, unless %favor_gtk2 is set (which means we
+  don't build against GNOME 3).
+- Add libnotify-devel BuildRequires to build with notification
+  support.
+- Add gwget-libnotify-0.7.patch to fix build with libnotify 0.7.
+
+---

calling whatdependson for head-i586


New:

  gwget-libnotify-0.7.patch



Other differences:
--
++ gwget.spec ++
--- /var/tmp/diff_new_pack.wWdJiV/_old  2011-06-01 09:53:36.0 +0200
+++ /var/tmp/diff_new_pack.wWdJiV/_new  2011-06-01 09:53:36.0 +0200
@@ -15,24 +15,31 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 
+%define build_epiphany %{?favor_gtk2}
 
 Name:   gwget
-BuildRequires:  epiphany-devel fdupes intltool
+%if 0%{?build_epiphany}
+BuildRequires:  epiphany-devel
+%endif
+BuildRequires:  fdupes intltool
 BuildRequires:  libgnomeui-devel
+BuildRequires:  libnotify-devel
 BuildRequires:  translation-update-upstream
 BuildRequires:  update-desktop-files
 License:GPLv2+
 Group:  Productivity/Networking/Web/Utilities
 Requires:   wget
 Version:1.0.4
-Release:8
+Release:13
+# FIXME: on version upgrade, check if build_epiphany is still needed (last 
checked: 1.0.4)
 Summary:GTK+ Front-End to wget
 Url:http://gnome.org/projects/gwget/
 Source: %{name}-%{version}.tar.bz2
 # PATCH-FIX-UPSTREAM gwget-epiphany-2.29.patch bgo609544 vu...@opensuse.org -- 
Fix build against newer epiphany
 Patch0: gwget-epiphany-2.29.patch
+# PATCH-FIX-UPSTREAM gwget-libnotify-0.7.patch bgo#634170 vu...@opensuse.org 
-- Fix build with libnotify 0.7
+Patch1: gwget-libnotify-0.7.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Recommends: %{name}-lang
 %gconf_schemas_prereq
@@ -44,13 +51,18 @@
 %prep
 %setup -q
 translation-update-upstream
+%if 0%{?build_epiphany}
 %patch0 -p1
+%endif
+%patch1 -p1
 
 %build
 %configure \
 --disable-static \
---disable-schemas-install \
---enable-epiphany-extension
+%if 0%{?build_epiphany}
+--enable-epiphany-extension \
+%endif
+--disable-schemas-install
 make %{?jobs:-j%jobs}
 
 %install
@@ -87,13 +99,15 @@
 %files -f %{name}.schemas_list
 %defattr(-,root,root)
 %doc AUTHORS COPYING ChangeLog NEWS README TODO THANKS
-%dir %{_libdir}/epiphany/*/extensions
 %{_bindir}/*
 %{_datadir}/applications/*.desktop
 %{_datadir}/gwget
 %{_datadir}/pixmaps/%{name}*.*
 %{_datadir}/dbus-1/services/org.gnome.gwget.service
+%if 0%{?build_epiphany}
+%dir %{_libdir}/epiphany/*/extensions
 %{_libdir}/epiphany/*/*/*.*
+%endif
 
 %files lang -f %{name}.lang
 

++ gwget-libnotify-0.7.patch ++
Index: gwget-1.0.4/src/systray.c
===
--- gwget-1.0.4.orig/src/systray.c
+++ gwget-1.0.4/src/systray.c
@@ -224,7 +224,12 @@ gwget_tray_notify (gchar *primary, gchar
if (!notify_is_initted ())
if (!notify_init (gwget))
   return;
-   NotifyNotification *notification = 
notify_notification_new(primary,secondary,icon_name,NULL);
+   NotifyNotification *notification = 
notify_notification_new(primary,secondary,icon_name
+#if NOTIFY_CHECK_VERSION (0, 7, 0)
+  );
+#else
+  , NULL);
+#endif
notify_notification_show(notification,NULL);
 #endif
 
Index: gwget-1.0.4/src/systray.h
===
--- gwget-1.0.4.orig/src/systray.h
+++ gwget-1.0.4/src/systray.h
@@ -12,6 +12,9 @@ extern C
 #endif
 #ifdef HAVE_NOTIFY
 #include libnotify/notify.h
+#ifndef NOTIFY_CHECK_VERSION
+#define NOTIFY_CHECK_VERSION(x,y,z) 0
+#endif
 #endif
 
 void systray_load(void);





Remember to have fun...

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



commit gnome-packagekit for openSUSE:Factory

2011-06-01 Thread h_root

Hello community,

here is the log from the commit of package gnome-packagekit for openSUSE:Factory
checked in at Wed Jun 1 10:00:22 CEST 2011.




--- GNOME/gnome-packagekit/gnome-packagekit.changes 2011-05-26 
23:58:36.0 +0200
+++ /mounts/work_src_done/STABLE/gnome-packagekit/gnome-packagekit.changes  
2011-05-30 18:58:51.0 +0200
@@ -1,0 +2,11 @@
+Mon May 30 16:22:42 UTC 2011 - fcro...@novell.com
+
+- Update to version 3.0.2:
+  + Only use the window title if the user set a parent window XID.
+Fixes rh#700229.
+  + Updated translations.
+- Call autoreconf and add gtk-doc to BuildRequires to replace
+  tarball libtool with the one from openSUSE.
+- Own /usr/share/GConf and /usr/share/GConf/gsettings directories.
+
+---

calling whatdependson for head-i586


Old:

  gnome-packagekit-3.0.0.tar.bz2

New:

  gnome-packagekit-3.0.2.tar.bz2



Other differences:
--
++ gnome-packagekit.spec ++
--- /var/tmp/diff_new_pack.e8p54X/_old  2011-06-01 09:57:10.0 +0200
+++ /var/tmp/diff_new_pack.e8p54X/_new  2011-06-01 09:57:10.0 +0200
@@ -18,8 +18,8 @@
 
 
 Name:   gnome-packagekit
-Version:3.0.0
-Release:2
+Version:3.0.2
+Release:1
 License:GPLv2+
 Summary:Applications for the PackageKit API
 Url:http://packagekit.org/
@@ -36,6 +36,8 @@
 BuildRequires:  gettext-devel
 BuildRequires:  gnome-doc-utils-devel
 BuildRequires:  gnome-menus-devel
+#needed by autoreconf call
+BuildRequires:  gtk-doc
 BuildRequires:  intltool
 BuildRequires:  libcanberra-devel
 BuildRequires:  libgudev-1_0-devel
@@ -83,7 +85,8 @@
 %patch9 -p1
 
 %build
-#autoreconf -f -i
+#needed because libtool in tarball is not the same as the one in openSUSE
+autoreconf -f -i
 %configure \
 --disable-scrollkeeper
 %__make %{?jobs:-j%jobs} V=1
@@ -141,6 +144,8 @@
 %dir %{_libdir}/gnome-settings-daemon-3.0
 %dir %{_libdir}/gnome-settings-daemon-3.0/gtk-modules
 %{_libdir}/gnome-settings-daemon-3.0/gtk-modules/gpk-pk-gtk-module.desktop
+%dir %{_datadir}/GConf
+%dir %{_datadir}/GConf/gsettings
 %{_datadir}/GConf/gsettings/org.gnome.packagekit.gschema.migrate
 %{_datadir}/applications/gpk-dbus-service.desktop
 %{_datadir}/applications/gpk-install-catalog.desktop

++ gnome-packagekit-3.0.0.tar.bz2 - gnome-packagekit-3.0.2.tar.bz2 ++
 26192 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 gnome-netspeed-applet for openSUSE:Factory

2011-06-01 Thread h_root

Hello community,

here is the log from the commit of package gnome-netspeed-applet for 
openSUSE:Factory
checked in at Wed Jun 1 10:07:56 CEST 2011.




--- GNOME/gnome-netspeed-applet/gnome-netspeed-applet.changes   2011-02-12 
20:25:10.0 +0100
+++ 
/mounts/work_src_done/STABLE/gnome-netspeed-applet/gnome-netspeed-applet.changes
2011-05-31 14:49:42.0 +0200
@@ -1,0 +2,13 @@
+Tue May 31 14:37:00 CEST 2011 - vu...@opensuse.org
+
+- Use favor_gtk2 to switch between gtk2 and gtk3 builds.
+- Add gnome-netspeed-applet-gnome3.patch: this patch taken from
+  upstream bugzilla ports the applet to the new gnome-panel. Only
+  apply if favor_gtk2 is not set, and call autoreconf -fi in that
+  case.
+- For gtk3 build, move to pkgconfig()-style and GNOME 3
+  BuildRequires:
+  + Old ones: gnome-panel-devel, libgtop-devel.
+  + New ones: libgtop-2.0, libpanelapplet-4.0.
+
+---

calling whatdependson for head-i586


New:

  gnome-netspeed-applet-gnome3.patch



Other differences:
--
++ gnome-netspeed-applet.spec ++
--- /var/tmp/diff_new_pack.fJbx2z/_old  2011-06-01 10:00:30.0 +0200
+++ /var/tmp/diff_new_pack.fJbx2z/_new  2011-06-01 10:00:30.0 +0200
@@ -21,15 +21,22 @@
 %define _name   netspeed_applet
 Summary:GNOME Applet to show the speed of the network connection
 Version:0.16
-Release:2
+Release:168
 Url:http://projects.gnome.org/netspeed/
 License:GPLv2+
 Group:  Productivity/Networking/Diagnostic
 Source0:%{_name}-%{version}.tar.bz2
+# PATCH-FIX-UPSTREAM gnome-netspeed-applet-gnome3.patch bgo#637048 
vu...@opensuse.org -- Port to GNOME 3 technologies, taken from upstream bug
+Patch0: gnome-netspeed-applet-gnome3.patch
 BuildRequires:  gnome-doc-utils-devel
-BuildRequires:  gnome-panel-devel
 BuildRequires:  intltool
+%if 0%{?favor_gtk2}
+BuildRequires:  gnome-panel-devel
 BuildRequires:  libgtop-devel
+%else
+BuildRequires:  pkgconfig(libgtop-2.0)
+BuildRequires:  pkgconfig(libpanelapplet-4.0)
+%endif
 Recommends: %{name}-lang
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
@@ -40,6 +47,10 @@
 %lang_package
 %prep
 %setup -q -n %{_name}-%{version}
+%if !0%{?favor_gtk2}
+%patch0 -p1
+autoreconf -fi
+%endif
 
 %build
 %configure \
@@ -75,7 +86,12 @@
 %{_datadir}/icons/hicolor/*/apps/netspeed-applet.*
 %{_datadir}/icons/hicolor/*/devices/netspeed-*.png
 %{_datadir}/icons/hicolor/*/status/netspeed-wireless-*.png
+%if 0%{?favor_gtk2}
 %{_libdir}/bonobo/servers/GNOME_NetspeedApplet.server
+%else
+%{_datadir}/dbus-1/services/org.gnome.panel.applet.NetspeedAppletFactory.service
+%{_datadir}/gnome-panel/4.0/applets/org.gnome.panel.Netspeed.panel-applet
+%endif
 %{_libexecdir}/netspeed_applet2
 
 %files lang -f %{_name}.lang

++ gnome-netspeed-applet-gnome3.patch ++
 903 lines (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 webyast-kerberos-ui for openSUSE:Factory

2011-06-01 Thread h_root

Hello community,

here is the log from the commit of package webyast-kerberos-ui for 
openSUSE:Factory
checked in at Wed Jun 1 10:08:56 CEST 2011.




--- webyast-kerberos-ui/webyast-kerberos-ui.changes 2011-05-17 
12:24:41.0 +0200
+++ 
/mounts/work_src_done/STABLE/webyast-kerberos-ui/webyast-kerberos-ui.changes
2011-05-31 15:05:02.0 +0200
@@ -1,0 +2,6 @@
+Tue May 31 13:01:02 UTC 2011 - vle...@novell.com
+
+- WebYast - Failed to configure Kerberos on s390x via webyast (bnc#697059) 
+- 0.2.9
+
+---

calling whatdependson for head-i586




Other differences:
--
++ webyast-kerberos-ui.spec ++
--- /var/tmp/diff_new_pack.Urhui9/_old  2011-06-01 10:08:26.0 +0200
+++ /var/tmp/diff_new_pack.Urhui9/_new  2011-06-01 10:08:26.0 +0200
@@ -24,7 +24,7 @@
 Group:  Productivity/Networking/Web/Utilities
 Url:http://en.opensuse.org/Portal:WebYaST
 AutoReqProv:on
-Version:0.2.8
+Version:0.2.9
 Release:1
 Summary:WebYaST - Kerberos Client UI
 Source: www.tar.bz2

++ www.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/www/app/views/kerberos/index.html.erb 
new/www/app/views/kerberos/index.html.erb
--- old/www/app/views/kerberos/index.html.erb   2011-05-16 16:11:30.0 
+0200
+++ new/www/app/views/kerberos/index.html.erb   2011-05-31 15:03:57.0 
+0200
@@ -64,6 +64,7 @@
 disable_forms();
   var message = %= jss _(Please wait) -%;
   $.modalDialog.wait( {message: message});
+  $('#kerberosForm').submit();
 }
   });
 






Remember to have fun...

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



commit vmx-manager for openSUSE:Factory

2011-06-01 Thread h_root

Hello community,

here is the log from the commit of package vmx-manager for openSUSE:Factory
checked in at Wed Jun 1 10:12:03 CEST 2011.




--- vmx-manager/vmx-manager.changes 2009-01-23 16:52:55.0 +0100
+++ /mounts/work_src_done/STABLE/vmx-manager/vmx-manager.changes
2011-02-15 15:50:25.0 +0100
@@ -1,0 +2,7 @@
+Tue Feb 15 15:47:45 CET 2011 - sbra...@suse.cz
+
+- Fixed I18N support and created lang package.
+- Translations migrated to translation-update-upstream.
+- Use standard %configure macro.
+
+---

calling whatdependson for head-i586


Old:

  vmx-manager-po.tar.gz



Other differences:
--
++ vmx-manager.spec ++
--- /var/tmp/diff_new_pack.tyGWox/_old  2011-06-01 10:09:04.0 +0200
+++ /var/tmp/diff_new_pack.tyGWox/_new  2011-06-01 10:09:04.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package vmx-manager (Version 0.2.8)
+# spec file for package vmx-manager
 #
-# 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
@@ -19,20 +19,20 @@
 
 
 Name:   vmx-manager
-BuildRequires:  glade-sharp2 glib-sharp2 gnome-sharp2 gtk-sharp2 intltool 
mono-devel ndesk-dbus-glib-devel pkgconfig update-desktop-files
+BuildRequires:  glade-sharp2 glib-sharp2 gnome-sharp2 gtk-sharp2 intltool 
mono-devel ndesk-dbus-glib-devel pkgconfig translation-update-upstream 
update-desktop-files
 Url:http://www.novell.com
 License:GPL v2 or later
 Group:  Productivity/Other
 AutoReqProv:on
 Version:0.2.8
-Release:234
+Release:244
 Summary:Create, configure, and manage VMware virtual machines
 Source: %{name}-%{version}.tar.bz2
-Source1:%{name}-po.tar.gz
 Patch:  %{name}-%{version}.dif
 Patch1: vmx-manager-fix-lib-version.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Requires:   mono-core glade-sharp2 gtk-sharp2 gnome-sharp2
+Recommends: %name-lang
 BuildArch:  noarch
 
 %description
@@ -45,20 +45,22 @@
 
 James Willcox  sn...@novell.com
 
+%lang_package
 %prep
-%setup -q -a1
+%setup -q
+translation-update-upstream
 %patch
 %patch1 -p0
 
 %build
-./configure--prefix=/usr   \
-   --libdir=%{_prefix}/lib \
-   --mandir=%{_mandir}
+%configure\
+   --libdir=%{_prefix}/lib
 make
 
 %install
 make install DESTDIR=$RPM_BUILD_ROOT
 %suse_update_desktop_file vmx-manager
+%find_lang %name
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -73,6 +75,8 @@
 %{_datadir}/applications/vmx-manager.desktop
 %{_datadir}/icons/hicolor/*/apps/vmx-manager.*
 
+%files lang -f %name.lang
+
 %post
 
 %postun






Remember to have fun...

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



commit vim-plugins for openSUSE:Factory

2011-06-01 Thread h_root

Hello community,

here is the log from the commit of package vim-plugins for openSUSE:Factory
checked in at Wed Jun 1 10:16:38 CEST 2011.




--- vim-plugins/vim-plugins.changes 2011-01-15 19:32:20.0 +0100
+++ /mounts/work_src_done/STABLE/vim-plugins/vim-plugins.changes
2011-05-27 14:53:47.0 +0200
@@ -1,0 +2,11 @@
+Fri May 27 12:37:21 UTC 2011 - pu...@novell.com
+
+- update vimwiki-plugin (1.1.1) 
+
+---
+Thu May  5 09:50:31 UTC 2011 - pu...@novell.com
+
+- use spec-cleaner 
+- add rails plugin
+
+---

calling whatdependson for head-i586


Old:

  vimplugin-vimwiki-0.9.9.tar.bz2

New:

  vimplugin-rails-4.3.tar.bz2
  vimplugin-vimwiki-1.1.1.tar.bz2



Other differences:
--
++ vim-plugins.spec ++
 791 lines (skipped)
 between vim-plugins/vim-plugins.spec
 and /mounts/work_src_done/STABLE/vim-plugins/vim-plugins.spec

++ _service:download_url:spec.snippets ++
--- /var/tmp/diff_new_pack.UxGY0U/_old  2011-06-01 10:12:33.0 +0200
+++ /var/tmp/diff_new_pack.UxGY0U/_new  2011-06-01 10:12:33.0 +0200
@@ -120,4 +120,4 @@
%else
${3:# STUFF}
%endif
-   ${3}
+   ${4}

++ vimplugin-vimwiki-0.9.9.tar.bz2 - vimplugin-vimwiki-1.1.1.tar.bz2 ++
 4174 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 rsyslog for openSUSE:Factory

2011-06-01 Thread h_root

Hello community,

here is the log from the commit of package rsyslog for openSUSE:Factory
checked in at Wed Jun 1 10:29:46 CEST 2011.




--- rsyslog/rsyslog.changes 2011-05-27 09:55:13.0 +0200
+++ /mounts/work_src_done/STABLE/rsyslog/rsyslog.changes2011-05-31 
14:15:38.0 +0200
@@ -1,0 +2,5 @@
+Tue May 31 12:14:59 UTC 2011 - a...@suse.de
+
+- Add systemd service file back (bnc#696963).
+
+---

calling whatdependson for head-i586




Other differences:
--
++ rsyslog.spec ++
--- /var/tmp/diff_new_pack.BlEYs2/_old  2011-06-01 10:16:56.0 +0200
+++ /var/tmp/diff_new_pack.BlEYs2/_new  2011-06-01 10:16:56.0 +0200
@@ -21,7 +21,7 @@
 Name:   rsyslog
 Summary:The enhanced syslogd for Linux and Unix
 Version:5.8.1
-Release:6
+Release:8
 # for setting those bcond_with* configs see
 # http://lizards.opensuse.org/2008/09/12/conditional-features-aka-use-flags/
 %if 0%{?suse_version} = 1140
@@ -409,10 +409,6 @@
%{buildroot}%{rsyslogdocdir}/pgsql-createDB.sql
 %endif
 #
-%if %{with systemd}
-# TODO: https://features.opensuse.org/311316
-rm -v %{buildroot}/lib/systemd/system/rsyslog.service
-%endif
 
 %clean
 if [ -n %{buildroot} ]  [ %{buildroot} != / ] ; then
@@ -519,6 +515,7 @@
 %config(noreplace) %attr(600,root,root) %{_sysconfdir}/rsyslog.early.conf
 %config(noreplace) %attr(600,root,root) %{_sysconfdir}/rsyslog.d/remote.conf
 %{_sbindir}/rsyslogd
+/lib/systemd/system/rsyslog.service
 %dir %{rsyslog_module_dir_nodeps}
 %{rsyslog_module_dir_nodeps}/imfile.so
 %{rsyslog_module_dir_nodeps}/imklog.so






Remember to have fun...

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



commit perl-Sysadm-Install for openSUSE:Factory

2011-06-01 Thread h_root

Hello community,

here is the log from the commit of package perl-Sysadm-Install for 
openSUSE:Factory
checked in at Wed Jun 1 10:37:21 CEST 2011.




--- perl-Sysadm-Install/perl-Sysadm-Install.changes 2010-12-01 
14:55:10.0 +0100
+++ 
/mounts/work_src_done/STABLE/perl-Sysadm-Install/perl-Sysadm-Install.changes
2011-05-23 13:06:15.0 +0200
@@ -1,0 +2,9 @@
+Mon May 23 10:59:14 UTC 2011 - co...@novell.com
+
+- updated to 0.36
+(ms) Added owner_cp() to copy uid and gid of a file or directory.
+(ms) Added raise_error option for tap()
+(ms) snip() now returns original string (with unprintables replaced) 
+ if the data length is shorter than $maxlen.
+
+---

calling whatdependson for head-i586


Old:

  Sysadm-Install-0.35.tar.bz2

New:

  Sysadm-Install-0.36.tar.gz



Other differences:
--
++ perl-Sysadm-Install.spec ++
--- /var/tmp/diff_new_pack.ExhC8l/_old  2011-06-01 10:36:45.0 +0200
+++ /var/tmp/diff_new_pack.ExhC8l/_new  2011-06-01 10:36:45.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package perl-Sysadm-Install (Version 0.35)
+# spec file for package perl-Sysadm-Install
 #
-# 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,63 +15,58 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 
-%bcond_with opt
 
 Name:   perl-Sysadm-Install
+Version:0.36
+Release:1
+License:GPL+ or Artistic
 %define cpan_name Sysadm-Install
 Summary:Typical installation tasks for system administrators
-Version:0.35
-Release:2
-License:GPL+ or Artisitic
-Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/Sysadm-Install/
-#Source: 
http://www.cpan.org/modules/by-module/Sysadm/Sysadm-Install-%{version}.tar.gz
-Source: %{cpan_name}-%{version}.tar.bz2
+Group:  Development/Libraries/Perl
+Source: 
http://www.cpan.org/authors/id/M/MS/MSCHILLI/%{cpan_name}-%{version}.tar.gz
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-%{perl_requires}
 BuildRequires:  perl
 BuildRequires:  perl-macros
-BuildRequires:  perl(Cwd)
-BuildRequires:  perl(File::Basename)
-BuildRequires:  perl(File::Copy)
-BuildRequires:  perl(File::Path)
-BuildRequires:  perl(File::Temp) = 0.16
 BuildRequires:  perl(Log::Log4perl) = 1.28
 BuildRequires:  perl(LWP::Simple)
 BuildRequires:  perl(Term::ReadKey)
-%if %{with opt}
-BuildRequires:  perl(Expect)
-%endif
-Requires:   perl(Cwd)
-Requires:   perl(File::Basename)
-Requires:   perl(File::Copy)
-Requires:   perl(File::Path)
-Requires:   perl(File::Temp) = 0.16
 Requires:   perl(Log::Log4perl) = 1.28
 Requires:   perl(LWP::Simple)
 Requires:   perl(Term::ReadKey)
-#
-Recommends: perl(Expect)
+%{perl_requires}
 
 %description
 Have you ever wished for your installation shell scripts to run
 reproducably, without much programming fuzz, and even with optional logging
 enabled? Then give up shell programming, use Perl.
 
-Sysadm::Install executes shell-like commands performing typical
-installation tasks: Copying files, extracting tarballs, calling make.
-It has a fail once and die policy, meticulously checking the result of
-every operation and calling die() immeditatly if anything fails.
-
-Authors:
-
-Mike Schilli m...@perlmeister.com
+'Sysadm::Install' executes shell-like commands performing typical
+installation tasks: Copying files, extracting tarballs, calling 'make'. It
+has a 'fail once and die' policy, meticulously checking the result of every
+operation and calling 'die()' immeditatly if anything fails.
+
+'Sysadm::Install' also supports a _dry_run_ mode, in which it logs
+everything, but suppresses any write actions. Dry run mode is enabled by
+calling 'Sysadm::Install::dry_run(1)'. To switch back to normal, call
+'Sysadm::Install::dry_run(0)'.
+
+As of version 0.17, 'Sysadm::Install' supports a _confirm_ mode, in which
+it interactively asks the user before running any of its functions (just
+like 'rm -i'). _confirm_ mode is enabled by calling
+'Sysadm::Install::confirm(1)'. To switch back to normal, call
+'Sysadm::Install::confirm(0)'.
+
+'Sysadm::Install' is fully Log4perl-enabled. To start logging, just
+initialize 'Log::Log4perl'. 'Sysadm::Install' acts as a wrapper class,
+meaning that file names and line numbers are reported from the calling
+program's point of view.
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
+find . -type f -print0 | xargs -0 chmod 644
 
 %build
 %{__perl} 

commit perl-Net-SSLGlue for openSUSE:Factory

2011-06-01 Thread h_root

Hello community,

here is the log from the commit of package perl-Net-SSLGlue for openSUSE:Factory
checked in at Wed Jun 1 10:37:56 CEST 2011.




--- perl-Net-SSLGlue/perl-Net-SSLGlue.changes   2011-03-31 13:53:37.0 
+0200
+++ /mounts/work_src_done/STABLE/perl-Net-SSLGlue/perl-Net-SSLGlue.changes  
2011-05-04 13:03:59.0 +0200
@@ -1,0 +2,6 @@
+Wed May  4 10:56:06 UTC 2011 - co...@opensuse.org
+
+- updated to 0.6
+  fixed english, thanks to dom, 
https://rt.cpan.org/Ticket/Display.html?id=46284
+
+---

calling whatdependson for head-i586


Old:

  Net-SSLGlue-0.5.tar.gz

New:

  Net-SSLGlue-0.6.tar.gz



Other differences:
--
++ perl-Net-SSLGlue.spec ++
--- /var/tmp/diff_new_pack.xXnBYJ/_old  2011-06-01 10:37:31.0 +0200
+++ /var/tmp/diff_new_pack.xXnBYJ/_new  2011-06-01 10:37:31.0 +0200
@@ -18,15 +18,14 @@
 
 
 Name:   perl-Net-SSLGlue
-Version:0.5
+Version:0.6
 Release:1
-License:CHECK(Distributable)
+License:GPL+ or Artistic
 %define cpan_name Net-SSLGlue
 Summary:add/extend SSL support for common perl modules
 Url:http://search.cpan.org/dist/Net-SSLGlue/
 Group:  Development/Libraries/Perl
-#Source: 
http://www.cpan.org/authors/id/S/SU/SULLR/Net-SSLGlue-%{version}.tar.gz
-Source: %{cpan_name}-%{version}.tar.gz
+Source: 
http://www.cpan.org/authors/id/S/SU/SULLR/%{cpan_name}-%{version}.tar.gz
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
@@ -37,11 +36,12 @@
 
 %description
 Some commonly used perl modules don't have SSL support at all, even if the
-protocol would support it. Others have SSL support, but most of them don't
-do proper checking of the servers certificate.
+protocol supports it. Others have SSL support, but most of them don't do
+proper checking of the server's certificate.
 
 The 'Net::SSLGlue::*' modules try to add SSL support or proper certificate
-to these modules. Currently is support for the following modules available:
+checking to these modules. Currently support for the following modules is
+available:
 
 * Net::SMTP - add SSL from beginning or using STARTTLS
 
@@ -68,7 +68,7 @@
 %{__rm} -rf %{buildroot}
 
 %files -f %{name}.files
-%defattr(644,root,root,755)
-%doc Changes COPYRIGHT README TODO
+%defattr(-,root,root,755)
+%doc Changes COPYRIGHT examples README TODO
 
 %changelog

++ Net-SSLGlue-0.5.tar.gz - Net-SSLGlue-0.6.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Net-SSLGlue-0.5/Changes new/Net-SSLGlue-0.6/Changes
--- old/Net-SSLGlue-0.5/Changes 2011-02-03 19:44:35.0 +0100
+++ new/Net-SSLGlue-0.6/Changes 2011-05-02 17:46:15.0 +0200
@@ -1,3 +1,6 @@
+0.6 2011/05/02
+fixed english, thanks to dom, https://rt.cpan.org/Ticket/Display.html?id=46284
+
 0.5 2011/02/03
 documentation fixes: http://rt.cpan.org/Ticket/Display.html?id=65258
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Net-SSLGlue-0.5/META.yml new/Net-SSLGlue-0.6/META.yml
--- old/Net-SSLGlue-0.5/META.yml2011-02-03 19:46:15.0 +0100
+++ new/Net-SSLGlue-0.6/META.yml2011-05-02 19:30:05.0 +0200
@@ -1,6 +1,6 @@
 --- #YAML:1.0
 name:   Net-SSLGlue
-version:0.5
+version:0.6
 abstract:   ~
 author:  []
 license:unknown
@@ -15,7 +15,7 @@
 directory:
 - t
 - inc
-generated_by:   ExtUtils::MakeMaker version 6.54
+generated_by:   ExtUtils::MakeMaker version 6.55_02
 meta-spec:
 url:  http://module-build.sourceforge.net/META-spec-v1.4.html
 version:  1.4
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Net-SSLGlue-0.5/lib/Net/SSLGlue/LDAP.pm 
new/Net-SSLGlue-0.6/lib/Net/SSLGlue/LDAP.pm
--- old/Net-SSLGlue-0.5/lib/Net/SSLGlue/LDAP.pm 2009-01-02 22:59:21.0 
+0100
+++ new/Net-SSLGlue-0.6/lib/Net/SSLGlue/LDAP.pm 2011-05-02 17:42:11.0 
+0200
@@ -43,13 +43,13 @@
 LNet::SSLGlue::LDAP modifies LNet::LDAP so that it does proper certificate
 checking using the Cldap SSL_verify_scheme from LIO::Socket::SSL.
 
-Because LNet::LDAP does not have a mechanism to forward arbitrary parameter 
for
+Because LNet::LDAP does not have a mechanism to forward arbitrary parameters 
for
 the construction of the underlying socket these parameters can be set globally
-when including the package or with local settings of the
+when including the package, or with local settings of the
 C%Net::SSLGlue::LDAP::SSLopts variable.
 
-All of the CSSL_* parameter from LIO::Socket::SSL can be used, especially
-the following parameter is useful:
+All of the CSSL_* parameters from LIO::Socket::SSL can be 

commit perl-Log-Any for openSUSE:Factory

2011-06-01 Thread h_root

Hello community,

here is the log from the commit of package perl-Log-Any for openSUSE:Factory
checked in at Wed Jun 1 10:38:23 CEST 2011.




--- perl-Log-Any/perl-Log-Any.changes   2011-04-07 20:20:03.0 +0200
+++ /mounts/work_src_done/STABLE/perl-Log-Any/perl-Log-Any.changes  
2011-05-31 16:29:30.0 +0200
@@ -1,0 +2,5 @@
+Tue May 31 14:29:06 UTC 2011 - co...@novell.com
+
+- regenerate with newer cpanspec
+
+---

calling whatdependson for head-i586




Other differences:
--
++ perl-Log-Any.spec ++
--- /var/tmp/diff_new_pack.Ps7jXk/_old  2011-06-01 10:38:05.0 +0200
+++ /var/tmp/diff_new_pack.Ps7jXk/_new  2011-06-01 10:38:05.0 +0200
@@ -19,14 +19,13 @@
 
 Name:   perl-Log-Any
 Version:0.12
-Release:1
+Release:3
 License:GPL+ or Artistic
 %define cpan_name Log-Any
 Summary:Bringing loggers and listeners together
 Url:http://search.cpan.org/dist/Log-Any/
 Group:  Development/Libraries/Perl
-#Source: 
http://www.cpan.org/authors/id/J/JS/JSWARTZ/Log-Any-%{version}.tar.gz
-Source: %{cpan_name}-%{version}.tar.gz
+Source: 
http://www.cpan.org/authors/id/J/JS/JSWARTZ/%{cpan_name}-%{version}.tar.gz
 Patch0: noprovides.diff
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -71,6 +70,6 @@
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc %attr(644,-,-) Changes LICENSE README
+%doc Changes LICENSE README
 
 %changelog






Remember to have fun...

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



commit offlineimap for openSUSE:Factory

2011-06-01 Thread h_root

Hello community,

here is the log from the commit of package offlineimap for openSUSE:Factory
checked in at Wed Jun 1 10:44:51 CEST 2011.




--- offlineimap/offlineimap.changes 2010-06-19 10:49:04.0 +0200
+++ /mounts/work_src_done/STABLE/offlineimap/offlineimap.changes
2011-05-28 20:19:46.0 +0200
@@ -1,0 +2,53 @@
+Sat May 28 16:31:31 UTC 2011 - g...@opensuse.org
+
+- update to version 6.3.3
+  * the -f option now works with Folder names with spaces when
+quoted
+  * improved documentation
+  * increased compatability with Gmail servers which claim to not
+support the UIDPLUS extension but in reality do
+  * implemented UIDPLUS extension support
+  * SSL: support subjectAltName
+  * use imaplib2 instead of imaplib
+  * Makefile use magic to find the version number
+  * Rework the repository module
+  * Change UI names to Blinkenlights,TTYUI,Basic,Quiet,MachineUI,
+old names will still work but are deprecated
+  * reworked the syncing strategy, the only user-visible change is
+that blowing away LocalStatus will not require you to
+redownload ALL of your mails if you still have the local
+Maildir, it will simply recreate LocalStatus
+  * TTYUI ouput improved
+  * refactoring and code cleanups
+- changes from 6.3.2
+  * sample offlineimap.conf states it expects a PEM formatted
+certificate
+  * give better trace information if an error occurs
+  * have --version ONLY print the version number
+  * Makefile learned to build the package and make it the default
+  * introduced a Changelog to involve community in the releasing
+process
+  * migrated documentation to restructured text
+  * improved CustomConfig documentation
+  * use single threading mode in debug mode exept for -d thread
+  * allow UI to have arbitrary names
+  * improved version managment and make it easier
+  * introduced a true single threading mode
+  * primitive implementation of SSL certificates check
+  * use OptionParser instead of getopts
+  * code cleanups and bugfixes
+- changes from 6.3.1
+  * cProfile becomes the default profiler
+  * UI output formating enhanced
+  * code cleanup and bugfixes
+- changes from 6.3.0
+  * netrc password authentication
+  * user name querying from netrc
+- cleaned up specfile and improved summary/description
+
+---
+Wed Dec 15 21:32:41 UTC 2010 - gre...@suse.de
+
+- update to 6.2.0.2 from the offlineimap git tree
+
+---

calling whatdependson for head-i586


Old:

  offlineimap-fix-deprecation-warning.diff
  offlineimap_6.2.0.orig.tar.gz

New:

  nicolas33-offlineimap-v6.3.3-0-g3b09695.tar.gz



Other differences:
--
++ offlineimap.spec ++
--- /var/tmp/diff_new_pack.3RKM6l/_old  2011-06-01 10:42:05.0 +0200
+++ /var/tmp/diff_new_pack.3RKM6l/_new  2011-06-01 10:42:05.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package offlineimap (Version 6.2.0)
+# spec file for package offlineimap
 #
-# 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,83 +15,58 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 
 
 Name:   offlineimap
-BuildRequires:  docbook-utils python-devel
-Version:6.2.0
-Release:2
-Source: %{name}_%{version}.orig.tar.gz
-Source100:  offlineimap-rpmlintrc
-Patch0: %{name}-fix-deprecation-warning.diff
-Summary:Powerful IMAP/Maildir synchronization and reader support
-Group:  Productivity/Networking/Email/Utilities
+Version:6.3.3
+Release:1
 License:GPLv2+
-Url:http://software.complete.org/offlineimap/
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+Summary:Powerful IMAP/Maildir Synchronization Tool
+Url:http://offlineimap.org/
+Group:  Productivity/Networking/Email/Utilities
+Source: 
https://download.github.com/nicolas33-offlineimap-v6.3.3-0-g3b09695.tar.gz
+Source100:  offlineimap-rpmlintrc
+BuildRequires:  docutils
+BuildRequires:  python-devel
 %py_requires
-%if %{?suse_version: %{suse_version}  1110} %{!?suse_version:1}
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
-%endif
+%define extracted_dirname nicolas33-%{name}-cf325d5
 
 %description 
-OfflineIMAP is a tool to simplify your e-mail reading. With
-OfflineIMAP, you can:
-
-* Read the same mailbox from multiple computers, and have your
-   changes (deletions, etc.) be automatically reflected on all
-   computers
-
-* Use various mail clients to read a single mail box
-
-* Read 

commit mlterm for openSUSE:Factory

2011-06-01 Thread h_root

Hello community,

here is the log from the commit of package mlterm for openSUSE:Factory
checked in at Wed Jun 1 10:46:40 CEST 2011.




--- mlterm/mlterm.changes   2010-11-11 15:55:26.0 +0100
+++ /mounts/work_src_done/STABLE/mlterm/mlterm.changes  2011-05-31 
16:32:15.0 +0200
@@ -1,0 +2,19 @@
+Tue May 31 14:28:39 UTC 2011 - pgaj...@novell.com
+
+- updated to version 3.0.3:
+  * palette settings are reflected in vte_terminal_set_colors()
+  * --initstr option is prohibited in mlclient configuration 
+protocol.
+  * x_color_cache_256_t.is_loaded is cleared
+in unloading 256 colors in x_color_cache_unload() instead of
+x_color_cache_t.is_loaded.
+  * etc. see ChangeLog
+  * removed some patches with hope that they are not needed:
+- kiklib-configure.patch
+- po.patch
+- gettext-version.patch
+- norootforbuild.patch
+- pkconfig.patch
+- fribidi-link-fix.diff
+
+---

calling whatdependson for head-i586


Old:

  kiklib-configure.diff
  mlterm-3.0.1.tar.bz2
  mlterm-fribidi-link-fix.diff
  mlterm-gettext-version.patch
  mlterm-pkgconfig.patch
  mlterm-po.patch
  norootforbuild.patch

New:

  mlterm-3.0.3.tar.bz2



Other differences:
--
++ mlterm.spec ++
--- /var/tmp/diff_new_pack.KA3rG0/_old  2011-06-01 10:45:04.0 +0200
+++ /var/tmp/diff_new_pack.KA3rG0/_new  2011-06-01 10:45:04.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package mlterm (Version 3.0.1)
+# spec file for package mlterm
 #
-# 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
@@ -29,7 +29,7 @@
 Group:  System/X11/Terminals
 AutoReqProv:on
 Provides:   locale(xorg-x11:ja;ko;zh;ar;he)
-Version:3.0.1
+Version:3.0.3
 Release:1
 Url:http://mlterm.sourceforge.net/
 # Source0:  http://prdownloads.sourceforge.net/mlterm/mlterm-2.7.0.tar.bz2
@@ -42,15 +42,9 @@
 Source10:   %name.desktop
 Source11:   %name.png
 Patch0: etc.patch
-Patch1: kiklib-configure.diff
-Patch5: mlterm-po.patch
-Patch6: mlterm-gettext-version.patch
-Patch7: norootforbuild.patch
-Patch8: cast-from-pointer-to-integer-of-different-size.patch
-Patch9: mlconfig_fixdups.diff
-Patch11:mlterm-pkgconfig.patch
-Patch15:mlterm-configure.patch
-Patch18:mlterm-fribidi-link-fix.diff
+Patch1: cast-from-pointer-to-integer-of-different-size.patch
+Patch2: mlconfig_fixdups.diff
+Patch3: mlterm-configure.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Summary:Multilingual Terminal Emulator for X
 
@@ -143,28 +137,17 @@
 %define pixmapdir  /usr/share/pixmaps
 
 %prep
-%setup0 -q
+%setup -q
 %patch0
 %patch1
-%patch5 -b .po
-%patch6 -b .gettext-version
-%patch7 -b .norootforbuild
-%patch8 
-#%patch9 -p1
-%patch11
-%patch15
-%patch18
-GETTEXT_VERSION=$(gettext --version | head -n 1 | awk '{print $NF}')
-perl -pi'*.orig' -e 
s/AM_GNU_GETTEXT_VERSION\\([0-9.]+\\)/AM_GNU_GETTEXT_VERSION(${GETTEXT_VERSION})/g
 configure.in
-rm -rf doc/{en,ja}/CVS
-find -name configure -exec chmod 755 {} \;
-find . -type f | xargs chmod u+w
+%patch2 -p1
+%patch3
+rm -rf doc/{en,ja}/*win32
 
 %build
-autoreconf --force --install 
 export CFLAGS=$RPM_OPT_FLAGS -D_GNU_SOURCE -fno-strict-aliasing 
$(/usr/bin/freetype-config --cflags)
-#export CFLAGS=-g -O0 -D_GNU_SOURCE -fno-strict-aliasing 
$(/usr/bin/freetype-config --cflags)
 %configure --enable-static=no \
+--prefix=/usr \
 --libexecdir=%{_libdir}/mlterm \
--sysconfdir=/etc/X11 \
--enable-utmp \
@@ -174,26 +157,14 @@
--enable-m17nlib \
--with-tools=mlclient,mlconfig,mlterm-menu,mlcc,mlterm-zoom \
--with-scrollbars=sample,extra \
-%if %suse_version  900
-   --with-libltdl \
-%endif
--enable-scim 
 make %{?jobs:-j %jobs}
-# make -C tool/w3mmlconfig \
-# prefix=/usr \
-#  LIB_DIR=%{_libdir}/w3mmlconfig \
-#  PERL=/usr/bin/perl 
 
 %install
 make DESTDIR=$RPM_BUILD_ROOT install
 mkdir -p $RPM_BUILD_ROOT%{pixmapdir}
 install -m 644 doc/icon/mlterm*xpm $RPM_BUILD_ROOT%{pixmapdir}
 install -m 644 %{SOURCE11} $RPM_BUILD_ROOT%{pixmapdir}
-# make -C tool/w3mmlconfig install \
-# prefix=/usr \
-#  LIB_DIR=%{_libdir}/w3mmlconfig \
-#  PERL=/usr/bin/perl \
-#  DESTDIR=$RPM_BUILD_ROOT
 install -m 644 contrib/tool/mlterm-menu/menu $RPM_BUILD_ROOT/etc/X11/mlterm/
 mv $RPM_BUILD_ROOT/usr/%{_lib}/mlterm/mlterm-zoom \
$RPM_BUILD_ROOT/usr/bin/mlterm-zoom
@@ -203,9 +174,6 @@
 # ditto 

commit lxterminal for openSUSE:Factory

2011-06-01 Thread h_root

Hello community,

here is the log from the commit of package lxterminal for openSUSE:Factory
checked in at Wed Jun 1 10:47:28 CEST 2011.




--- lxterminal/lxterminal.changes   2011-03-14 19:57:40.0 +0100
+++ /mounts/work_src_done/STABLE/lxterminal/lxterminal.changes  2011-05-31 
12:01:59.0 +0200
@@ -1,0 +2,5 @@
+Tue May 31 10:01:36 UTC 2011 - and...@opensuse.org
+
+- build with gtk2 based vte package on suse  11.4 
+
+---

calling whatdependson for head-i586




Other differences:
--
++ lxterminal.spec ++
--- /var/tmp/diff_new_pack.8n1PCl/_old  2011-06-01 10:46:50.0 +0200
+++ /var/tmp/diff_new_pack.8n1PCl/_new  2011-06-01 10:46:50.0 +0200
@@ -20,7 +20,7 @@
 
 Name:   lxterminal
 Version:0.1.9
-Release:2
+Release:9
 Summary:Lightweight LXDE Terminal
 Group:  System/GUI/LXDE
 License:GPL
@@ -34,7 +34,13 @@
 Patch1: %name-0.1.9-fix-char_widthheight.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  fdupes gtk2-devel intltool pkg-config update-desktop-files
-BuildRequires:  docbook-utils docbook-xsl-stylesheets libxslt-devel vte-devel
+BuildRequires:  docbook-utils docbook-xsl-stylesheets libxslt-devel
+# lxterminal is not yet compatible with gtk3
+%if %suse_version = 1140
+BuildRequires:  vte-devel
+%else
+BuildRequires:  vte2-devel
+%endif
 Recommends: %name-lang
 
 %description






Remember to have fun...

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



commit lighttpd for openSUSE:Factory

2011-06-01 Thread h_root

Hello community,

here is the log from the commit of package lighttpd for openSUSE:Factory
checked in at Wed Jun 1 10:50:43 CEST 2011.




--- lighttpd/lighttpd.changes   2010-04-22 13:55:48.0 +0200
+++ /mounts/work_src_done/STABLE/lighttpd/lighttpd.changes  2010-09-19 
17:35:07.0 +0200
@@ -1,0 +2,79 @@
+Sun Sep 19 15:32:36 UTC 2010 - jeng...@medozas.de
+
+- Do not specify -TERM signal for killproc. This causes killproc
+  to not wait until the daemon actually terminated, which would
+  result in a subsequent startproc call (as done by the restart
+  action) to not do anything.
+
+---
+Sun Aug 22 16:18:26 UTC 2010 - stbueh...@web.de
+
+- update 1.4.28
+  - Rename fdevent_event_add to _set to reflect what the function
+does. Fix some handlers. (fixes #2249)
+  - Fix buffer.h to include stdio.h as it is needer for SEGFAULT
+(fixes #2250)
+
+---
+Mon Aug 16 16:25:03 UTC 2010 - mrueck...@suse.de
+
+- fix building on sles9
+  - disable ustar
+  - use find | xargs instead of -delete
+
+---
+Mon Aug 16 15:53:13 UTC 2010 - mrueck...@suse.de
+
+- update 1.4.27
+  - Fix handling return value of SSL_CTX_set_options
+(fixes #2157, thx mlcreech)
+  - Fix mod_proxy HUP handling (send final chunk, fix usage
+counter)
+  - mod_proxy: close connection on write error (fixes #2114)
+  - Check uri instead of physical path for directory redirect
+  - Fix detecting git repository (fixes #2173, thx ncopa)
+  - [mod_compress] Fix segfault when etags are disabled
+(fixes #2169)
+  - Reset uri.authority before TLS servername handling, reset all
+keep-alive data in connection_del (fixes #2125)
+  - Print double quotes properly when dumping config file
+(fixes #1806)
+  - Include IP addresses on error log on password failures
+(fixes #2191)
+  - Fix stalls while reading from ssl sockets (fixes #2197)
+  - Fix etag formatting on boxes with 32-bit longs
+  - Fix two compiler warnings
+  - mod_accesslog: fix %p for ipv6 sockets
+(fixes #2228, thx jo.henke)
+  - mod_fastcgi: Send 502 Bad Gateway if we couldn't open the
+file for X-Sendfile (fixes #2226)
+  - mod_staticfile: add debug output if we ignore a file with
+static-file.exclude-extensions (fixes #2215)
+  - mod_cgi: fix race condition leaving response not forwarded to
+client (fixes #2217)
+  - mod_accesslog: Fix var declarations mixed in source
+(fixes #2233)
+  - mod_status: Add version to status page (fixes #2219)
+  - mod_accesslog: optimize accesslog_append_escaped
+(fixes #2236, thx crypt)
+  - openssl: silence annoying error messages for errno==0
+(fixes #2213)
+  - array.c: improve array_get_unused_element to check data type;
+fix mem leak if unused_element didn't find a matching entry
+(fixes #2145)
+  - add check to stop loading plugins twice
+  - cleanup fdevent code, removed linux-rtsig handler, replaced
+some fprintf calls
+  - only require FDEVENT_IN bit to be set for listening connections
+(fixes #2227)
+  - add libev fdevent handler: server.event-handler = libev
+  - mod_proxy: return response as soon as it is available
+(fixes #2196)
+  - don't overwrite global server.force-lowercase-filenames setting
+(fixes #2042)
+  - bind to IPV6-only if ipv6 address was specified
+(http://redmine.lighttpd.net/projects/lighttpd/wiki/IPv6-Config)
+- drop lighttpd-ssl-retval-fix.patch: included in the release
+- drop config.tar.bz2, our config is now the upstream config!:)
+
+---
@@ -10 +89,2 @@
-- Applied patch fixing start failure with enabled SSL because
+- added lighttpd-ssl-retval-fix.patch:
+  Applied patch fixing start failure with enabled SSL because

calling whatdependson for head-i586


Old:

  config.tar.bz2
  lighttpd-1.4.26.tar.bz2
  lighttpd-ssl-retval-fix.patch
  lighttpd_1.4.26-1.1~backport1.dsc

New:

  lighttpd-1.4.28.tar.bz2
  lighttpd_1.4.28-0.1~backport1.diff.gz
  lighttpd_1.4.28-0.1~backport1.dsc
  lighttpd_1.4.28.orig.tar.gz



Other differences:
--
++ lighttpd.spec ++
--- /var/tmp/diff_new_pack.epLxlk/_old  2011-06-01 10:49:06.0 +0200
+++ /var/tmp/diff_new_pack.epLxlk/_new  2011-06-01 10:49:06.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package lighttpd (Version 1.4.26)
+# spec file for package lighttpd
 #
-# 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,15 +19,15 @@
 
 
 Name:   lighttpd
-Version:1.4.26

commit gns3 for openSUSE:Factory

2011-06-01 Thread h_root

Hello community,

here is the log from the commit of package gns3 for openSUSE:Factory
checked in at Wed Jun 1 10:57:26 CEST 2011.




--- gns3/gns3.changes   2011-05-08 23:51:15.0 +0200
+++ /mounts/work_src_done/STABLE/gns3/gns3.changes  2011-05-31 
21:01:56.0 +0200
@@ -1,0 +2,10 @@
+Tue May 31 19:01:34 UTC 2011 - co...@novell.com
+
+- brequire update-desktop-file
+
+---
+Mon May  9 14:37:18 UTC 2011 - and...@opensuse.org
+
+- Added vde2 as recommended app 
+
+---

calling whatdependson for head-i586




Other differences:
--
++ gns3.spec ++
--- /var/tmp/diff_new_pack.a2ntvi/_old  2011-06-01 10:56:21.0 +0200
+++ /var/tmp/diff_new_pack.a2ntvi/_new  2011-06-01 10:56:21.0 +0200
@@ -21,7 +21,7 @@
 Name:   gns3
 Summary:GNS3 is a graphical network simulator
 Version:0.7.4
-Release:24
+Release:26
 License:GPLv2
 Url:http://www.gns3.net/
 Group:  Productivity/Networking/Other
@@ -39,11 +39,13 @@
 BuildRequires:  hicolor-icon-theme
 BuildRequires:  desktop-file-utils
 BuildRequires:  dos2unix
+BuildRequires:  update-desktop-files
 Requires:   python-qt4
 Requires:   python-sip
 Requires:   dynamips
 Recommends: wireshark
 Recommends: qemu
+Recommends: vde2
 Provides:   GNS3 = %version
 Obsoletes:  GNS3  %version
 %{py_requires}
@@ -81,6 +83,7 @@
 %__cp %SOURCE4 %buildroot/%_datadir/applications/
 %__cp %SOURCE5 
%buildroot/%_datadir/icons/hicolor/48x48/mimetypes/application-x-%{name}.png
 %__cp docs/man/gns3.1 %buildroot/%_mandir/man1/
+%suse_update_desktop_file %{name}
 chmod -x CHANGELOG README TODO LICENSE AUTHORS
 dos2unix README
 


++ gns3.desktop ++
--- /var/tmp/diff_new_pack.a2ntvi/_old  2011-06-01 10:56:21.0 +0200
+++ /var/tmp/diff_new_pack.a2ntvi/_new  2011-06-01 10:56:21.0 +0200
@@ -1,5 +1,4 @@
 [Desktop Entry]
-X-SuSE-translate=true
 Categories=System;Emulator;
 Encoding=UTF-8
 Name=GNS3








Remember to have fun...

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



commit gnote for openSUSE:Factory

2011-06-01 Thread h_root

Hello community,

here is the log from the commit of package gnote for openSUSE:Factory
checked in at Wed Jun 1 10:58:45 CEST 2011.




--- GNOME/gnote/gnote.changes   2011-03-20 22:54:09.0 +0100
+++ /mounts/work_src_done/STABLE/gnote/gnote.changes2011-05-31 
15:32:00.0 +0200
@@ -1,0 +2,23 @@
+Tue May 31 14:55:17 CEST 2011 - vu...@opensuse.org
+
+- Disable the build of the applet with a %build_applet define,
+  unless %favor_gtk2 is set (which means we don't build against
+  GNOME 3).
+- Add gnote-no-deprecated.patch to not use some deprecated APIs
+  that break the build.
+
+---
+Thu May 12 10:09:32 UTC 2011 - fe...@cronosproject.org
+
+- Update to version 0.7.4:
+  + bgo#620402: Show addin categories and versions in addin
+preferences tab
+  + bgo#610194: Implemented notebook rename
+  + bgo#641416: Drop dependency on Boost filesystem
+  + Bugs fixed: bgo#631408, bgo#633976, bgo#637051, bgo#594932,
+bgo#585048, bgo#608713, bgo#633951, bgo#634026, bgo#627539,
+bgo#588098, bgo#641545, bgo#638321, bgo#627073, bgo#627075,
+bgo#627418, bgo#627417, bgo#646051.
+- Drop gnote-replace_boost_with_glib.patch: fixed upstream.
+
+---

calling whatdependson for head-i586


Old:

  gnote-0.7.3.tar.bz2
  gnote-replace_boost_with_glib.patch

New:

  gnote-0.7.4.tar.bz2
  gnote-no-deprecated.patch



Other differences:
--
++ gnote.spec ++
--- /var/tmp/diff_new_pack.QrY3Zf/_old  2011-06-01 10:57:38.0 +0200
+++ /var/tmp/diff_new_pack.QrY3Zf/_new  2011-06-01 10:57:38.0 +0200
@@ -15,19 +15,20 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 
+%define build_applet %{?favor_gtk2}
 
 Name:   gnote
-Version:0.7.3
-Release:8
+Version:0.7.4
+Release:1
+# FIXME: on version upgrade, check if build_applet is still needed (last 
checked: 0.7.4)
 License:GNU GPL v3 or later
 Summary:A Port of Tomboy to C++
 Group:  Productivity/Text/Editors
 Url:http://live.gnome.org/Gnote
 Source: %{name}-%{version}.tar.bz2
-# PATCH-FIX-UPSTREAM gnote-replace_boost_with_glib.patch dims...@opensuse.org 
-- Replace Boost with glib equivalent. Taken from git, commit a52e9a
-Patch0: gnote-replace_boost_with_glib.patch
+# PATCH-FIX-UPSTREAM gnote-no-deprecated.patch bgo#651551 vu...@opensuse.org 
-- Do not use deprecated API
+Patch0: gnote-no-deprecated.patch
 BuildRequires:  boost-devel = 1.34
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
@@ -36,7 +37,9 @@
 BuildRequires:  gtkmm2-devel = 2.20
 BuildRequires:  gtkspell-devel
 BuildRequires:  intltool
+%if 0%{?build_applet}
 BuildRequires:  libpanelappletmm-devel
+%endif
 BuildRequires:  libuuid-devel
 BuildRequires:  libxml2-devel
 BuildRequires:  libxslt-devel
@@ -98,8 +101,10 @@
 %dir %{_datadir}/omf/%{name}/
 %doc %{_datadir}/omf/%{name}/%{name}-C.omf
 %{_bindir}/gnote
+%if 0%{?build_applet}
 %{_prefix}/lib/gnote-applet
 %{_libdir}/bonobo/servers/GNOME_GnoteApplet.server
+%endif
 %{_libdir}/gnote/
 %{_datadir}/applications/gnote.desktop
 %{_datadir}/gnote/

++ gnote-0.7.3.tar.bz2 - gnote-0.7.4.tar.bz2 ++
 40491 lines of diff (skipped)

++ gnote-no-deprecated.patch ++
commit 49cefcc356732b25f34e8b1badabbab079c8377b
Author: Vincent Untz vu...@gnome.org
Date:   Tue May 31 15:45:26 2011 +0200

Stop using some deprecated GdkDrawable API

https://bugzilla.gnome.org/show_bug.cgi?id=651551

diff --git a/libtomboy/tomboyutil.c b/libtomboy/tomboyutil.c
index 77e71f9..661cb9f 100644
--- a/libtomboy/tomboyutil.c
+++ b/libtomboy/tomboyutil.c
@@ -73,7 +73,7 @@ tomboy_window_move_to_current_workspace (GtkWindow *window)
 {
GdkWindow *gdkwin = gtk_widget_get_window(GTK_WIDGET (window));
GdkWindow *rootwin = 
-   gdk_screen_get_root_window (gdk_drawable_get_screen (gdkwin));
+   gdk_screen_get_root_window (gdk_window_get_screen (gdkwin));
 
GdkAtom current_desktop = 
gdk_atom_intern (_NET_CURRENT_DESKTOP, FALSE);
@@ -107,7 +107,7 @@ tomboy_window_move_to_current_workspace (GtkWindow *window)
xev.xclient.window = GDK_WINDOW_XID (gdkwin);
xev.xclient.message_type = 
gdk_x11_atom_to_xatom_for_display(
-   gdk_drawable_get_display (gdkwin),
+   gdk_window_get_display (gdkwin),
wm_desktop);
xev.xclient.format = 32;
xev.xclient.data.l[0] = workspace;





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

2011-06-01 Thread h_root

Hello community,

here is the log from the commit of package yast2-fcoe-client for 
openSUSE:Factory
checked in at Wed Jun 1 11:11:47 CEST 2011.




New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ /mounts/work_src_done/STABLE/yast2-fcoe-client/yast2-fcoe-client.changes
2011-05-19 11:39:21.0 +0200
@@ -0,0 +1,12 @@
+---
+Wed May 18 14:07:58 CEST 2011 - g...@suse.de
+
+- Main parts of the FCoE configuration are available
+  (implementation of feature #311802)
+- V 2.21.1
+
+---
+Tue Apr 19 12:42:00 2011 - g...@suse.de
+
+- initial version
+- V 2.21.0

calling whatdependson for head-i586


New:

  yast2-fcoe-client-2.21.1.tar.bz2
  yast2-fcoe-client.changes
  yast2-fcoe-client.spec



Other differences:
--
++ yast2-fcoe-client.spec ++
#
# spec file for package yast2-fcoe-client
#
# 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/
#

# norootforbuild


Name:   yast2-fcoe-client
Version:2.21.1
Release:1
License:GPL
Group:  System/YaST
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
Source0:yast2-fcoe-client-2.21.1.tar.bz2

Prefix: /usr

Requires:   yast2
BuildRequires:  perl-XML-Writer update-desktop-files yast2 yast2-devtools 
yast2-testsuite

BuildArch:  noarch

Summary:Configuration of fcoe-client

%description
This package contains the YaST2 component for the Fibre Channel over
Ethernet (FCoE) configuration.

%prep
%setup -n yast2-fcoe-client-2.21.1

%build
%{prefix}/bin/y2tool y2autoconf
%{prefix}/bin/y2tool y2automake
autoreconf --force --install

export CFLAGS=$RPM_OPT_FLAGS -DNDEBUG
export CXXFLAGS=$RPM_OPT_FLAGS -DNDEBUG

%{?suse_update_config:%{suse_update_config -f}}
./configure --libdir=%{_libdir} --prefix=%{prefix} --mandir=%{_mandir}
# V=1: verbose build in case we used AM_SILENT_RULES(yes)
# so that RPM_OPT_FLAGS check works
make %{?jobs:-j%jobs} V=1

%install
make install DESTDIR=$RPM_BUILD_ROOT
[ -e %{prefix}/share/YaST2/data/devtools/NO_MAKE_CHECK ] || 
Y2DIR=$RPM_BUILD_ROOT/usr/share/YaST2 make check DESTDIR=$RPM_BUILD_ROOT
for f in `find $RPM_BUILD_ROOT/%{prefix}/share/applications/YaST2/ -name 
*.desktop` ; do
d=${f##*/}
%suse_update_desktop_file -d ycc_${d%.desktop} ${d%.desktop}
done

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%dir /usr/share/YaST2/include/fcoe-client
/usr/share/YaST2/include/fcoe-client/*
/usr/share/YaST2/clients/fcoe-client.ycp
/usr/share/YaST2/clients/fcoe-client_*.ycp
/usr/share/YaST2/modules/FcoeClient.*
%{prefix}/share/applications/YaST2/fcoe-client.desktop
%dir /usr/share/YaST2/scrconf
/usr/share/YaST2/scrconf/*.scr
%doc %{prefix}/share/doc/packages/yast2-fcoe-client

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

2011-06-01 Thread h_root

Hello community,

here is the log from the commit of package xls2csv for openSUSE:Factory
checked in at Wed Jun 1 11:14:23 CEST 2011.




New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ /mounts/work_src_done/STABLE/xls2csv/xls2csv.changes2011-03-30 
09:23:06.0 +0200
@@ -0,0 +1,5 @@
+---
+Wed Mar 30 06:41:33 UTC 2011 - a...@mizerski.pl
+
+- new package
+

calling whatdependson for head-i586


New:

  xls2csv-1.06.tar.bz2
  xls2csv.changes
  xls2csv.spec



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

# norootforbuild


Name:   xls2csv
Version:1.06
Release:1
Summary:A script that recodes a spreadsheet's charset and saves as CSV
Group:  Productivity/Text/Convertors

License:Artistic License .. ; GPLv2+
Url:http://search.cpan.org/~ken/xls2csv-1.06/script/xls2csv
# repacked 
http://search.cpan.org/CPAN/authors/id/K/KE/KEN/%%{name}-%%{version}.tar.gz
Source0:%{name}-%{version}.tar.bz2

BuildRequires:  perl
BuildRequires:  perl(ExtUtils::MakeMaker)
BuildRequires:  perl(Module::Build)
Requires:   perl
Requires:   perl(Locale::Recode)
Requires:   perl(Spreadsheet::ParseExcel)
Requires:   perl(Spreadsheet::ParseExcel::FmtUnicode)
Requires:   perl(Text::CSV_XS)
Requires:   perl(Unicode::Map)
BuildArch:  noarch

%description
This script will recode a spreadsheet into a different character set and output 
the recoded data as a csv file.
The script came about after many headaches from dealing with Excel spreadsheets 
from clients that were being received in various character sets.

%prep
%setup -q

%build
%{__perl} Makefile.PL
%{__make} %{?_smp_mflags} OPTIMIZE=%{optflags}

%install
%{__make} pure_install DESTDIR=%{buildroot}
find %{buildroot} -name .packlist -print -delete

%clean
%{__rm} -rf %{buildroot}

%files
%defattr(-, root, root)
%{_bindir}/xls2csv
%doc %{_mandir}/man1/xls2csv.1*
%doc README

%changelog





Remember to have fun...

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



commit schismtracker for openSUSE:Factory

2011-06-01 Thread h_root

Hello community,

here is the log from the commit of package schismtracker for openSUSE:Factory
checked in at Wed Jun 1 11:16:07 CEST 2011.




New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ /mounts/work_src_done/STABLE/schismtracker/schismtracker.changes
2011-04-09 03:50:15.0 +0200
@@ -0,0 +1,37 @@
+---
+Sat Apr  9 01:39:48 UTC 2011 - jeng...@medozas.de
+
+- updated to Hg snapshot 20110409
+- removed __DATE__/__TIME__ from source (via patch)
+
+---
+Mon Aug 30 23:41:58 UTC 2010 - jeng...@medozas.de
+
+- Add a patch to schismtracker that restores sound for
+  sound chips that lack hardware mixing capabilities.
+
+---
+Wed Feb 24 12:22:56 UTC 2010 - prus...@suse.cz
+
+- renamed to schismtracker
+
+---
+Wed Feb 24 09:50:35 UTC 2010 - jeng...@medozas.de
+
+- updated to Hg snapshot 20100224
+
+---
+Tue Dec 11 11:08:26 CET 2007 - prus...@suse.cz
+
+- updated to CVS snapshot 20071208
+
+---
+Thu Nov  1 16:59:48 CET 2007 - prus...@suse.cz
+
+- added desktop and icon files
+
+---
+Tue Sep 18 17:57:58 CEST 2007 - prus...@suse.cz
+
+- created package (initial version 0.4.99.1 = 0.5rc1)
+

calling whatdependson for head-i586


New:

  schism-alsa.diff
  schism-nodate.diff
  schismtracker-0.20110409.tar.xz
  schismtracker.changes
  schismtracker.desktop
  schismtracker.spec



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

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



Name:   schismtracker
Version:0.20110409
Release:1
Url:http://schismtracker.org/
License:GPL v2 or later
Group:  Productivity/Multimedia/Sound/Editors and Convertors
Summary:Music editor that aims to match the look and feel of Impulse 
Tracker
#Hg-Clone:  http://schismtracker.org/hg/
Source: %name-%version.tar.xz
Source1:%name.desktop
Patch1: schism-alsa.diff
Patch2: schism-nodate.diff
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
BuildRequires:  SDL-devel = 1.2.10
BuildRequires:  xorg-x11-devel
BuildRequires:  alsa-devel freeglut-devel gcc-c++
BuildRequires:  python = 2.4 xz
BuildRequires:  update-desktop-files

%description
Schism Tracker is a free reimplementation of Impulse Tracker, a
program used to create high quality music without the requirements of
specialized, expensive equipment, and with a unique finger feel
that is difficult to replicate in-part. The player is based on a
highly modified version of the Modplug engine, with a number of
bugfixes and changes to improve IT playback.

%prep
%setup -q -n %name
%patch -P 1 -P 2 -p1

%build
if [ ! -e configure ]; then
  autoreconf -fi
fi
%configure
make %{?_smp_mflags}

%install
make DESTDIR=%buildroot install
# install icons
for size in 16 22 24 32 36 48 64 72 96 128 192; do
install -D -m 0644 icons/schism-icon-$size.png 
%buildroot%_datadir/icons/hicolor/${size}x$size/apps/%name.png
done
install -D -m 0644 icons/schism-icon.svg 
%buildroot%_datadir/icons/hicolor/scalable/apps/%name.svg
# install desktop file
%suse_update_desktop_file -i %name

%clean
rm -rf %buildroot

%files
%defattr(-,root,root)
%doc AUTHORS COPYING NEWS README
%_bindir/schismtracker
%_datadir/icons/hicolor
%_datadir/applications/%name.desktop
%_mandir/man*/*

%changelog
++ schism-alsa.diff ++
From: Jan Engelhardt jeng...@medozas.de

schism/audio: do not force hw ALSA device

Forcing direct hardware access using the hw device is incorrect
IMHO, especially so with sound chips that lack hardware mixing on any
of the three levels: (1) concurrent access to the hw device, (2) lack
of volume control, (3) lack of rate conversion.

default is the sane choice to have schism output to the converters
that handle any or all of these three points.

Developer Storlek 

commit quazip for openSUSE:Factory

2011-06-01 Thread h_root

Hello community,

here is the log from the commit of package quazip for openSUSE:Factory
checked in at Wed Jun 1 11:20:41 CEST 2011.




New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ /mounts/work_src_done/STABLE/quazip/quazip.changes  2011-05-27 
15:30:39.0 +0200
@@ -0,0 +1,12 @@
+---
+Fri May 27 13:30:37 UTC 2011 - cfarr...@novell.com
+
+- license update: GPL-2.0+ or LGPL-2.1+
+  Update license syntax. Also GPLv2 was not correct. It is an ^or later^
+  clause
+
+---
+Wed Feb 23 15:41:23 UTC 2011 - a...@mizerski.pl
+
+- new package
+

calling whatdependson for head-i586


New:

  quazip-0.3.tar.bz2
  quazip.changes
  quazip.spec



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

# norootforbuild


Name:   quazip
Version:0.3
Release:1
Summary:C++ wrapper for ZIP/UNZIP

Group:  Development/Libraries/C and C++
License:GPL-2.0+ or LGPL-2.1+
Url:http://quazip.sourceforge.net/
# repacked 
http://sourceforge.net/projects/quazip/files/quazip/%%{version}/quazip-%%{version}.zip/download
Source0:%{name}-%{version}.tar.bz2
BuildRoot:  %{_tmppath}/%{name}-%{version}-build

BuildRequires:  libqt4-devel
BuildRequires:  doxygen graphviz graphviz-gnome
BuildRequires:  fdupes

%description
A C++ wrapper for the Gilles Vollant's ZIP/UNZIP C package, using Trolltech's 
Qt toolkit.
Useful to access ZIP archives from the Qt programs.

%package -n libquazip1


Summary:C++ wrapper for ZIP/UNZIP
Group:  Development/Libraries/C and C++

%description -n libquazip1
A C++ wrapper for the Gilles Vollant's ZIP/UNZIP C package, using Trolltech's 
Qt toolkit.
Useful to access ZIP archives from the Qt programs.


%packagedevel


Summary:Development files for %{name}
Group:  Development/Libraries/C and C++
Requires:   libquazip1 = %{version}-%{release}

%descriptiondevel
The %{name}-devel package contains libraries and header files for
developing applications that use %{name}.

%package doc


Summary:C++ wrapper for ZIP/UNZIP
Group:  Development/Libraries/C and C++

%description doc
A C++ wrapper for the Gilles Vollant's ZIP/UNZIP C package, using Trolltech's 
Qt toolkit.
Useful to access ZIP archives from the Qt programs.


%prep
%setup -q

%build
pushd quazip
qmake PREFIX=%{_prefix} QMAKE_CFLAGS=%optflags QMAKE_CXXFLAGS=%optflags
%__make %{?_smp_mflags}
popd
doxygen -u
doxygen

%install
pushd quazip
%__make install INSTALL_ROOT=%{buildroot}
if [ %{_lib} != lib ]; then
  %__mv %{buildroot}%{_prefix}/lib %{buildroot}%{_libdir}
fi
popd
%fdupes -s doc/html

%clean
%__rm -rf %{buildroot}

%post -n libquazip1 -p /sbin/ldconfig

%postun -n libquazip1 -p /sbin/ldconfig

%files -n libquazip1
%defattr(-,root,root,-)
%doc COPYING* NEWS
%{_libdir}/*.so.*

%files devel
%defattr(-,root,root,-)
%{_includedir}/*
%{_libdir}/*.so

%files doc
%defattr(-,root,root,-)
%doc doc/html

%changelog





Remember to have fun...

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



commit perl-Test-Taint for openSUSE:Factory

2011-06-01 Thread h_root

Hello community,

here is the log from the commit of package perl-Test-Taint for openSUSE:Factory
checked in at Wed Jun 1 11:32:29 CEST 2011.




New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ /mounts/work_src_done/STABLE/perl-Test-Taint/perl-Test-Taint.changes
2011-05-30 17:38:58.0 +0200
@@ -0,0 +1,16 @@
+---
+Mon May 30 15:32:02 UTC 2011 - co...@novell.com
+
+- regenerate with newest cpanspec
+
+---
+Fri Apr 22 09:26:47 UTC 2011 - j...@novell.com
+
+- initial pull from CPAN with cpanspec_obs
+
+---
+Fri Apr 22 09:26:23 UTC 2011 - j...@novell.com
+
+- initial package 1.04
+* created by cpanspec 1.78.04
+

calling whatdependson for head-i586


New:

  Test-Taint-1.04.tar.gz
  perl-Test-Taint.changes
  perl-Test-Taint.spec



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

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



Name:   perl-Test-Taint
Version:1.04
Release:1
License:GPL+ or Artistic
%define cpan_name Test-Taint
Summary:Tools to test taintedness
Url:http://search.cpan.org/dist/Test-Taint/
Group:  Development/Libraries/Perl
Source: 
http://www.cpan.org/authors/id/P/PE/PETDANCE/%{cpan_name}-%{version}.tar.gz
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
BuildRequires:  perl
BuildRequires:  perl-macros
%{perl_requires}

%description
Tainted data is data that comes from an unsafe source, such as the command
line, or, in the case of web apps, any GET or POST transactions. Read the
the perlsec manpage man page for details on why tainted data is bad, and
how to untaint the data.

When you're writing unit tests for code that deals with tainted data,
you'll want to have a way to provide tainted data for your routines to
handle, and easy ways to check and report on the taintedness of your data,
in standard the Test::More manpage style.

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

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE=%{optflags}
%{__make} %{?_smp_mflags}

%check
%{__make} test

%install
%perl_make_install
%perl_process_packlist
%perl_gen_filelist

%clean
%{__rm} -rf %{buildroot}

%files -f %{name}.files
%defattr(-,root,root,755)
%doc Changes

%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 nss-myhostname for openSUSE:Factory

2011-06-01 Thread h_root

Hello community,

here is the log from the commit of package nss-myhostname for openSUSE:Factory
checked in at Wed Jun 1 11:35:07 CEST 2011.




New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ /mounts/work_src_done/STABLE/nss-myhostname/nss-myhostname.changes  
2011-05-20 16:24:39.0 +0200
@@ -0,0 +1,5 @@
+---
+Fri May 20 14:15:05 UTC 2011 - lnus...@suse.de
+
+- new package version 0.3 based on Fedora's
+

calling whatdependson for head-i586


New:

  0001-optionally-warn-if-nss-myhostname-is-called.diff
  baselibs.conf
  nss-myhostname-0.3.tar.gz
  nss-myhostname-config
  nss-myhostname.changes
  nss-myhostname.rpmlintrc
  nss-myhostname.spec



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

# icecream 0


Name:   nss-myhostname
Summary:Plugin for local system host name resolution
Version:0.3
Release:1
License:LGPLv2+
Url:http://0pointer.de/lennart/projects/nss-myhostname/
Group:  System/Libraries
Source: 
http://0pointer.de/lennart/projects/nss-myhostname/nss-myhostname-%{version}.tar.gz
Source1:nss-myhostname-config
Patch0: 0001-optionally-warn-if-nss-myhostname-is-called.diff
PreReq: sed

%description
nss-myhostname is a plugin for the GNU Name Service Switch (NSS)
functionality of the GNU C Library (glibc) providing host name
resolution for the locally configured system hostname as returned by
gethostname(2). Various software relies on an always resolvable local
host name. When using dynamic hostnames this is usually achieved by
patching /etc/hosts at the same time as changing the host name. This
however is not ideal since it requires a writable /etc file system and
is fragile because the file might be edited by the administrator at
the same time. nss-myhostname simply returns all locally
configured public IP addresses, or -- if none are configured --
the IPv4 address 127.0.0.2 (wich is on the local loopback) and the
IPv6 address ::1 (which is the local host) for whatever system
hostname is configured locally. Patching /etc/hosts is thus no
longer necessary.

Note that nss-myhostname only provides a workaround for broken
software. If nss-myhostname is trigged by an application a message
is logged to /var/log/messages. Please check whether that's worth
a bug report then.

%prep
%setup -q
%patch0 -p1

%build
autoreconf
%configure --libdir=/%{_lib} --with-warning
make %{?_smp_mflags}

%install
make DESTDIR=%{buildroot} install
install -D -m 755 %SOURCE1 %{buildroot}%{_sbindir}/nss-myhostname-config
rm -rf %{buildroot}/usr/share/doc/nss-myhostname

%clean
rm -rf $RPM_BUILD_ROOT

%preun
if [ $1 -eq 0 -a -f /etc/nsswitch.conf ] ; then
%{_sbindir}/nss-myhostname-config --disable
fi

%post -p /sbin/ldconfig

%postun -p /sbin/ldconfig

%files
%defattr(-, root, root)
%doc README
%doc LICENSE
%{_sbindir}/nss-myhostname-config
/%{_lib}/*

%changelog
++ 0001-optionally-warn-if-nss-myhostname-is-called.diff ++
From 84a26d4ad7e43bd1c6675b8bd59e856b7e938f71 Mon Sep 17 00:00:00 2001
From: Ludwig Nussel ludwig.nus...@suse.de
Date: Fri, 20 May 2011 15:38:46 +0200
Subject: [PATCH nss-myhostname] optionally warn if nss-myhostname is called

---
 configure.ac |9 +
 nss-myhostname.c |   28 +++-
 2 files changed, 36 insertions(+), 1 deletions(-)

diff --git a/configure.ac b/configure.ac
index 38cd58f..e8c1503 100644
--- a/configure.ac
+++ b/configure.ac
@@ -72,6 +72,15 @@ AC_CHECK_FUNCS([gethostbyaddr gethostbyname gettimeofday 
inet_ntoa memset select
 # LYNX documentation generation
 ZP_LYNX_DOC
 
+AC_MSG_CHECKING([log warning messages])
+AC_ARG_WITH(warning, AS_HELP_STRING([--with-warning], [log warning to syslog 
when nss-myhostname is called (default=no)]),[],[with_warning=no])
+AC_MSG_RESULT([$with_warning])
+
+if test x$with_warning != xno; then
+   AC_CHECK_HEADERS([syslog.h])
+   AC_DEFINE([LOG_WARNING],[1],[whether to log warning message])
+fi
+
 AC_CONFIG_FILES([Makefile doc/Makefile doc/README.html ])
 
 AC_OUTPUT
diff --git 

commit dynamips for openSUSE:Factory

2011-06-01 Thread h_root

Hello community,

here is the log from the commit of package dynamips for openSUSE:Factory
checked in at Wed Jun 1 11:52:42 CEST 2011.




New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ /mounts/work_src_done/STABLE/dynamips/dynamips.changes  2011-04-11 
16:59:46.0 +0200
@@ -0,0 +1,10 @@
+---
+Mon Apr 11 14:57:14 UTC 2011 - and...@opensuse.org
+
+- update to version 0.2.8 RC3 from gns3 community project
+
+---
+Fri Jun 20 21:22:47 CEST 2008 - crrodrig...@suse.de
+
+- update to version 0.2.8 RC2 per user requests 
+

calling whatdependson for head-i586


New:

  dynamips-0.2.8-RC3-make.patch
  dynamips-0.2.8-RC3.tar.bz2
  dynamips.changes
  dynamips.spec



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

# norootforbuild

%define pkg_extraver  RC3

Name:   dynamips
Version:0.2.8%{pkg_extraver}
Release:1
License:GPL
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
BuildRequires:  libelf-devel libpcap-devel libuuid-devel
Url:http://www.gns3.net
%ifarch x86_64
BuildRequires:  glibc-devel-32bit
%endif
Source: %{name}-0.2.8-%{pkg_extraver}.tar.bz2
Group:  System/Emulators/Other
Summary:Cisco router Emulator
Patch0: dynamips-0.2.8-%{pkg_extraver}-make.patch

%description
Cisco Router Emulator supported by GNS3 Community

Dynamips emulates Cisco 7200/3600/3725/3745/2691 Routers on a traditional PC.
You can use dynamips to create labs. It uses IOS Images (which are not part
of this package). Of course, this emulator cannot replace a real router. It is
simply a complementary tool to real labs for administrators of Cisco networks
or people wanting to pass their CCNA/CCNP/CCIE exams.

%prep
%setup -q -n %{name}-0.2.8-%{pkg_extraver}
%patch0 -p1

%build
CFLAGS=%{optflags} -I/usr/include/libelf -fno-strict-aliasing
CXXFLAGS=%{optflags} -I/usr/include/libelf -fno-strict-aliasing
CFLAGS=$CFLAGS -fstack-protector
CXXFLAGS=$CXXFLAGS -fstack-protector
export CFLAGS
export CXXFLAGS

%ifarch x86_64
%{__make} DYNAMIPS_ARCH=amd64
%else
%{__make}
%endif

%install

%ifarch x86_64
%{__make} DYNAMIPS_ARCH=amd64  install DESTDIR=%{buildroot} mandir=%{_mandir} 
bindir=%{_bindir}
%else
%{__make}  install DESTDIR=%{buildroot} mandir=%{_mandir} bindir=%{_bindir}
%endif
chmod -x README.community

%clean
%{__rm} -rf %{buildroot}

%files
%defattr(-,root,root)
%doc README.community COPYING  README README.hypervisor  TODO
%{_bindir}/dynamips
%{_bindir}/nvram_export
%{_mandir}/man*/*.gz
%changelog
++ dynamips-0.2.8-RC3-make.patch ++
diff -uNr old-dynamips-0.2.8-RC3//Makefile dynamips-0.2.8-RC3/Makefile
--- old-dynamips-0.2.8-RC3//Makefile2011-03-30 15:01:30.0 +0200
+++ dynamips-0.2.8-RC3/Makefile 2011-04-11 16:33:07.451266220 +0200
@@ -7,9 +7,13 @@
 #   - Use nojit for unsupported architectures.
 export DYNAMIPS_ARCH?=x86
 
-# Do you want to use lib (for 32 bit compiling) or lib64
-export DYNAMIPS_LIB?=lib
-#export DYNAMIPS_LIB?=lib64
+ifeq ($(DYNAMIPS_ARCH), amd64)
+DYNAMIPS_LIB?=lib64
+LIBDIR?=/usr/lib64
+else
+DYNAMIPS_LIB?=lib
+LIBDIR?=/usr/lib
+endif
 
 # For MAC x64 you can compile the unstable version, which should work
 # fine, or use stable if you prefer.
@@ -33,8 +37,6 @@
 export VERSION_SUB=-RC3
 
 # Executable binary extension
-export DESTDIR?=/usr
-export BIN_EXT?=
 
 
 .PHONY: all dynamips.stable dynamips.unstable
@@ -50,13 +52,13 @@
 
 install: dynamips.$(DYNAMIPS_CODE)
@echo Installing
-   install -d $(DESTDIR)/bin $(DESTDIR)/man/man1 $(DESTDIR)/man/man7 
$(DESTDIR)/etc
+   install -d $(DESTDIR)/usr/bin $(DESTDIR)/usr/share/man/man1 
$(DESTDIR)/usr/share/man/man7 $(DESTDIR)/etc
cp dynamips.$(DYNAMIPS_CODE) dynamips
-   install dynamips $(DYNAMIPS_CODE)/nvram_export   $(DESTDIR)/bin/
+   install dynamips $(DYNAMIPS_CODE)/nvram_export   $(DESTDIR)/usr/bin/
rm -f dynamips
-   install -m644 dynamips.1$(DESTDIR)/man/man1
-   install -m644 nvram_export.1$(DESTDIR)/man/man1
-   install -m644 

commit cpupower for openSUSE:Factory

2011-06-01 Thread h_root

Hello community,

here is the log from the commit of package cpupower for openSUSE:Factory
checked in at Wed Jun 1 11:56:24 CEST 2011.




New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ /mounts/work_src_done/STABLE/cpupower/cpupower.changes  2011-04-21 
17:34:51.0 +0200
@@ -0,0 +1,6 @@
+---
+Thu Apr 21 15:28:55 UTC 2011 - tr...@suse.de
+
+- Initial commit of tools/power/cpupower directory from
+  linux-next kernel repository
+

calling whatdependson for head-i586


New:

  cpupower-2.6.39.tar.bz2
  cpupower.changes
  cpupower.spec



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

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

# norootforbuild


Name:   cpupower
Url:
http://www.kernel.org/pub/linux/utils/kernel/cpufreq/cpufrequtils.html
# Use this as version when things are in mainline kernel
%define version %(rpm -q --qf '%{VERSION}' kernel-source)
Version:2.6.39
Release:1
Summary:Tools to determine and set CPU Power related Settings
License:GPLv2+
Group:  System/Base
Source: %{name}-%{version}.tar.bz2
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
BuildRequires:  gettext-tools pciutils pciutils-devel
Obsoletes:  cpufrequtils
Provides:   cpufrequtils

%description
This tool is to make access to the Linux kernel's processor power subsystems
like CPU frequency switching (cpufreq) or CPU sleep states (cpuidle) for users
and userspace tools easier.


Authors:

Dominik Brodowski li...@brodo.de
Thomas Renninger tr...@suse.de

%package -n libcpupower0
License:GPLv2+
Summary:Obsolete processor frequency related C-library
Group:  System/Base
AutoReqProv:on

%description -n libcpupower0
Contains libcpupower and soon possibly other CPU power related
C libraries.

Authors:

Dominik Brodowski li...@brodo.de


%package devel
License:GPLv2+
Summary:Include files and C-libraries
Group:  Development/Languages/C and C++
Requires:   libcpupower0 = %{version}

%description devel
Include files and C-libraries for C/C++ development


Authors:

Dominik Brodowski li...@brodo.de

%package bench
License:GPLv2+
Summary:CPU frequency micro benchmark
Group:  System/Benchmark

%description bench
Helps to test the condition of a given kernel cpufreq
governor (e.g. ondemand, userspace, conservative) and the cpufreq HW driver
(e.g. powernow-k8, acpi-cpufreq, ...).
For that purpose, it compares the performance governor to a configured
powersave module.


Authors:

Christian Kornacker ckornac...@suse.de

%prep
%setup -q

%build
# This package failed when testing with -Wl,-as-needed being default.
# So we disable it here, if you want to retest, just delete this comment and 
the line below.
export SUSE_ASNEEDED=0
CONF=PACKAGE_BUGREPORT=http://bugs.opensuse.org mandir=%_mandir 
libdir=%_libdir CPUFRQ_BENCH=true STRIP=true VERSION=%{version}
export CFLAGS=$RPM_OPT_FLAGS
make $CONF

%install
export SUSE_ASNEEDED=0
CONF=PACKAGE_BUGREPORT=http://bugs.opensuse.org mandir=%_mandir 
libdir=%_libdir CPUFRQ_BENCH=true DESTDIR=$RPM_BUILD_ROOT sbindir=/usr/sbin 
docdir=%{_docdir}/%{name} confdir=/etc VERSION=%{version}
make install DESTDIR=$RPM_BUILD_ROOT $CONF
# copy to examples doc dir to avoid complains from the build
# system about an executable in the doc dir.
mkdir -p $RPM_BUILD_ROOT/%{_docdir}/%{name}/examples
mv $RPM_BUILD_ROOT/%{_docdir}/%{name}/cpufreq-bench_script.sh 
$RPM_BUILD_ROOT/%{_docdir}/%{name}/examples
%find_lang %{name}

%clean
rm -rf $RPM_BUILD_ROOT

%post -n libcpupower0 -p /sbin/ldconfig

%postun -n libcpupower0 -p /sbin/ldconfig

%files -f %{name}.lang
%defattr (-,root,root)
%{_mandir}/man1/cpupower*
/usr/bin/cpupower

%files bench
%defattr (-,root,root)
%config /etc/cpufreq-bench.conf
/usr/sbin/cpufreq-bench
/usr/bin/cpufreq-bench_plot.sh
%dir %{_docdir}/%{name}
%dir %{_docdir}/%{name}/examples
%{_docdir}/%{name}/examples/cpufreq-bench_script.sh
%{_docdir}/%{name}/README-BENCH

%files -n libcpupower0

commit cdecl for openSUSE:Factory

2011-06-01 Thread h_root

Hello community,

here is the log from the commit of package cdecl for openSUSE:Factory
checked in at Wed Jun 1 12:00:13 CEST 2011.




New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ /mounts/work_src_done/STABLE/cdecl/cdecl.changes2011-03-23 
14:09:10.0 +0100
@@ -0,0 +1,4 @@
+---
+Fri Aug 13 00:56:53 UTC 2010 - jeng...@medozas.de
+
+- Add -DOLD_READLINE to get prototypes into scope

calling whatdependson for head-i586


New:

  cdecl-2.5-deb11.diff
  cdecl-2.5.tar.xz
  cdecl.changes
  cdecl.spec



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

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



Name:   cdecl
Version:2.5
Release:1
Group:  Development/Languages/C and C++
Summary:C/C++ function declaration translator
Url:
ftp://ftp.oss.cc.gatech.edu/pub/linux/devel/lang/c/cdecl-2.5.tar.gz
License:Public Domain

Source: %name-%version.tar.xz
Patch1: %name-2.5-deb11.diff
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
BuildRequires:  bison flex readline-devel xz

%description
Turn English phrases to C or C++ declarations Cdecl is a program
which will turn English-like phrases such as declare foo as array 5
of pointer to function returning int into C declarations such as
int (*foo[5])(). It can also translate the C into the
pseudo-English. And it handles typecasts, too. Plus C++. And in this
version it has command line editing and history with the GNU readline
library.

Author:
---
David R. Conrad

%prep
%setup
%patch -P 1 -p1

%build
make CFLAGS=%optflags -DUSE_READLINE -DOLD_READLINE;

%install
b=%buildroot;
install -dm0755 $b/%_bindir;
install -dm0755 $b/%_mandir/man1;
make install BINDIR=$b/%_bindir MANDIR=$b/%_mandir/man1;

%files
%defattr(-,root,root)
%_bindir/*
%_mandir/*/*

%changelog
++ cdecl-2.5-deb11.diff ++
--- cdecl-2.5.orig/Makefile
+++ cdecl-2.5/Makefile
@@ -15,9 +15,9 @@
 #
 # add -DUSE_READLINE   To compile in support for the GNU readline library.
 
-CFLAGS= -s -O2 -DUSE_READLINE
+CFLAGS= -g -O2 -DUSE_READLINE
 CC= gcc
-LIBS= -lreadline -ltermcap
+LIBS= -lreadline
 ALLFILES= makefile cdgram.y cdlex.l cdecl.c cdecl.1 testset testset++
 BINDIR= /usr/bin
 MANDIR= /usr/man/man1
@@ -26,7 +26,7 @@
 INSTALL_DATA= install -c -m 644
 
 cdecl: c++decl
-   ln c++decl cdecl
+   ln -s c++decl cdecl
 
 c++decl: cdgram.c cdlex.c cdecl.c
$(CC) $(CFLAGS) -o c++decl cdecl.c $(LIBS)
@@ -44,7 +44,7 @@
 
 install: cdecl
$(INSTALL) cdecl $(BINDIR)
-   ln $(BINDIR)/cdecl $(BINDIR)/c++decl
+   ln -s cdecl $(BINDIR)/c++decl
$(INSTALL_DATA) cdecl.1 $(MANDIR)
$(INSTALL_DATA) c++decl.1 $(MANDIR)
 
--- cdecl-2.5.orig/cdecl.1
+++ cdecl-2.5/cdecl.1
@@ -274,7 +274,7 @@
modifier  ::= short | long | unsigned | signed | ptrmod
ptrmodlist::= ptrmod ptrmodlist | NOTHING
ptrmod::= const | volatile | noalias
-   storage   ::= auto | extern | register | auto
+   storage   ::= auto | extern | register | static
optstorage::= NOTHING | storage
options   ::= NOTHING | options
| create | nocreate
--- cdecl-2.5.orig/cdecl.c
+++ cdecl-2.5/cdecl.c
@@ -67,6 +67,7 @@
 # include stddef.h
 # include string.h
 # include stdarg.h
+# include errno.h
 #else
 # ifndef NOVARARGS
 #  include varargs.h
@@ -90,7 +91,7 @@
 #ifdef USE_READLINE
 # include readline/readline.h
   /* prototypes for functions related to readline() */
-  char * getline();
+  char * get_line();
   char ** attempt_completion(char *, int, int);
   char * keyword_completion(char *, int);
   char * command_completion(char *, int);
@@ -124,7 +125,6 @@
 
 #if __STDC__
   char *ds(char *), *cat(char *, ...), *visible(int);
-  int getopt(int,char **,char *);
   int main(int, char **);
   int yywrap(void);
   int dostdin(void);
@@ -375,7 +375,7 @@
 static char *line_read = NULL;
 
 /* Read a string, and return a pointer to it.  Returns NULL on EOF. */
-char * getline ()
+char * get_line ()
 {
   /* If the buffer has already been allocated, return the memory
  to the free pool. */

commit bff for openSUSE:Factory

2011-06-01 Thread h_root

Hello community,

here is the log from the commit of package bff for openSUSE:Factory
checked in at Wed Jun 1 12:01:18 CEST 2011.




New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ /mounts/work_src_done/STABLE/bff/bff.changes2010-04-11 
11:30:22.0 +0200
@@ -0,0 +1,5 @@
+---
+Sun Apr 11 09:29:59 UTC 2010 - a...@mizerski.pl
+
+- new package
+

calling whatdependson for head-i586


New:

  bff-1.0.3.1.tar.gz
  bff.changes
  bff.spec



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

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



Name:   bff
Version:1.0.3.1
Release:1
License:BSD
Source: %{name}-%{version}.tar.gz
Group:  Development/Languages/Other
Summary:Slightly-optimizing Brainfuck interpreter
Url:http://swapped.cc/bf/

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

%description
Slightly-optimizing (tm) Brainfuck interpreter

%prep
%setup -q

%build
CFLAGS=%optflags %__make

%install
%__install -D -m 755 bff %buildroot%{_bindir}/%{name}

%clean
%__rm -rf %buildroot

%files
%defattr(-,root,root)
%{_bindir}/%{name}
%doc README

%changelog





Remember to have fun...

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



commit bff4 for openSUSE:Factory

2011-06-01 Thread h_root

Hello community,

here is the log from the commit of package bff4 for openSUSE:Factory
checked in at Wed Jun 1 12:03:15 CEST 2011.




New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ /mounts/work_src_done/STABLE/bff4/bff4.changes  2010-04-11 
11:32:16.0 +0200
@@ -0,0 +1,5 @@
+---
+Sun Apr 11 09:32:03 UTC 2010 - a...@mizerski.pl
+
+- new package
+

calling whatdependson for head-i586


New:

  arg.patch
  bff4.c
  bff4.changes
  bff4.spec



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

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



Name:   bff4
Version:1
Release:1
License:OSI_COMPLIANT_FREE(Public domain)
Source0:%{name}.c
Patch0: arg.patch
Group:  Development/Languages/Other
Summary:Fast Brainfuck interpreter
Url:http://mazonka.com/brainf/

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

%description
Optimizing brainfuck implementation of dialect based on Daniel's dbfi (see A 
very short self-interpreter)

This interpreter has only one input: program and input to the program have to 
be separated with ! e.g. ,.!a prints 'a' To use it in interactive mode paste 
your program as input.

This program can be compiled with LNR macro defined. LNR is another 
optimization of linear loops (where '' balanced), e.g. [-+++]. Linear 
loop is then executed in one step.

Oleg Mazonka 4.12.06  http://mazonka.com/

%prep
%__cp %{SOURCE0} .
%patch0

%build
gcc %{SOURCE0} -o %{name} %optflags
gcc %{SOURCE0} -DLNR -o %{name}lnr %optflags

%install
%__install -D -m 755 %{name} %buildroot%{_bindir}/%{name}
%__install -D -m 755 %{name}lnr %buildroot%{_bindir}/%{name}lnr

%clean
%__rm -rf %buildroot

%files
%defattr(-,root,root)
%{_bindir}/%{name}
%{_bindir}/%{name}lnr

%changelog
++ arg.patch ++
--- bff4.c  2007-06-13 06:28:04.0 +0200
+++ bff4_mod.c  2010-01-25 19:54:47.538918492 +0100
@@ -49,13 +49,15 @@ void * zalloc(void *p, int sz, int osz)
 }
 #define zalloci(p,sz,osz) zalloc(p,(sz)*sizeof(int),(osz)*sizeof(int));
 
+FILE * istrm;
+
 int getbf()
 {
int a;
next:
-   a = getchar();
+   a = getc(istrm);
if( a==-1 ) return -1;
-   if( !strchr(,.[]+-!,a) ) goto next; 
+   if( !strchr(,.[]+-!,a) ) goto next;
return a;
 }
 
@@ -119,11 +121,24 @@ int consume(op *o)
return a;
 }
 
-int main()
+int main(int argc, char *argv[])
 {
op * o=0, *z, *zend;
int sz=0, i, *m, mp, msz;
-   int a = getbf();
+   int a;
+   
+   if(argc == 1) {
+   istrm = stdin;
+   }
+   else {
+   istrm = fopen(argv[1],r);
+   if (istrm == NULL) {
+   printf(error at opening file: %s\n, argv[1]);
+   return 1;
+   }
+   }
+   
+   a = getbf();
for(;;sz++)
{
o = zalloc(o,(sz+1)*sizeof(op),sz*sizeof(op));
@@ -229,6 +244,7 @@ int main()
printf(\n);
 #endif
}
+   fclose(istrm);
return 0;
 }
 
++ bff4.c ++
/*
 Optimizing brainfuck implementation of dialect based on 
 Daniel's dbfi (see A very short self-interpreter)

 This interpreter has only one input: program and input to the 
 program have to be separated with ! e.g. ,.!a prints 'a'
 To use it in interactive mode paste your program as input.

 This program can be compiled with LNR macro defined.
 LNR is another optimization of linear loops (where '' balanced), e.g. 
[-+++].
 Linear loop is then executed in one step.

 Oleg Mazonka 4.12.06  http://mazonka.com/

 */

#include stdlib.h
#include stdio.h
#include string.h

typedef struct _op
{
int shift, off;
int * d, sz;
struct _op * go;
int c;
int igo, linear;
int * db, dbsz;
} op;

void printop(op *z)
{
int j;
printf(op=');
if( !strchr(+-,z-c) ) printf(%c,(char)z-c);
for( j=0; jz-dbsz; j++ )  printf(%c,(char)z-db[j]);
printf(' shift=%d off=%d go=%d { 
,z-shift, z-off, z-igo );
for( j=0; jz-sz; j++ )

commit batctl for openSUSE:Factory

2011-06-01 Thread h_root

Hello community,

here is the log from the commit of package batctl for openSUSE:Factory
checked in at Wed Jun 1 12:04:39 CEST 2011.




New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ /mounts/work_src_done/STABLE/batctl/batctl.changes  2011-05-24 
17:56:59.0 +0200
@@ -0,0 +1,6 @@
+--
+Tue May 24 15:55:00 UTC 2011 - gre...@suse.de
+
+ - initial creation of the batctl package, based on 2011.1.0 release.
+
+--

calling whatdependson for head-i586


New:

  batctl-2011.1.0.tar.gz
  batctl.changes
  batctl.spec



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

# norootforbuild


Name:   batctl
Summary:B.A.T.M.A.N. advanced control and management tool
Version:2011.1.0
Release:1
License:GPLv2
Group:  Productivity/Networking/Other
Url:http://downloads.open-mesh.org/batman/stable/sources/batctl/
Source0:%{name}-%{version}.tar.gz

%description
Why do I need batctl?  B.A.T.M.A.N. advanced operates on layer 2 and
thus all hosts participating in the virtual switch are completely
transparent for all protocols above layer 2.  Therefore the common
diagnosis tools do not work as expected.  To overcome these problems
batctl was created.  At the moment batctl contains ping, traceroute,
tcpdump and interfaces to the kernel module settings.

  Authors:  Andreas Langer an.lan...@gmx.de, Marek Lindner 
lindner_ma...@yahoo.de

%prep
%setup -n %{name}-%{version}

%build
%{__make} OPTFLAGS=$RPM_OPT_FLAGS

%install
%{__mkdir_p} $RPM_BUILD_ROOT%{_bindir}
%{__mkdir_p} $RPM_BUILD_ROOT%{_mandir}/man8
%{__install} -m 644 man/%{name}.8 $RPM_BUILD_ROOT%{_mandir}/man8
%{__install} -m 755 %{name} $RPM_BUILD_ROOT%{_bindir}

%clean
%{__rm} -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc README
%{_bindir}/%{name}
%{_mandir}/man8/%{name}.8.gz

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

2011-06-01 Thread h_root

Hello community,

here is the log from the commit of package virtualbox for openSUSE:Factory
checked in at Wed Jun 1 12:16:46 CEST 2011.




--- virtualbox/virtualbox.changes   2011-05-18 09:39:19.0 +0200
+++ /mounts/work_src_done/STABLE/virtualbox/virtualbox.changes  2011-05-31 
08:46:36.0 +0200
@@ -1,0 +2,11 @@
+Tue May 31 06:45:32 UTC 2011 - mse...@gmail.com
+
+- drop hal dependency from BuildRequires (bnc#697034)
+
+---
+Thu May 26 10:40:30 UTC 2011 - mse...@gmail.com
+
+- added vbox-netflt_start_xmit_enable.diff (bnc#694311),
+  enable alternative packet filter, http://www.virtualbox.org/ticket/8076
+
+---

calling whatdependson for head-i586


New:

  vbox-netflt_start_xmit_enable.diff



Other differences:
--
++ virtualbox.spec ++
--- /var/tmp/diff_new_pack.APLWU1/_old  2011-06-01 12:15:55.0 +0200
+++ /var/tmp/diff_new_pack.APLWU1/_new  2011-06-01 12:15:55.0 +0200
@@ -26,17 +26,24 @@
 %else
 BuildRequires:  pmtools
 %endif
+#drop hal dependency
+%if %suse_version  1210
+BuildRequires:  hal-devel
+%endif
 BuildRequires:  bin86 dev86 libidl-devel libqt4-devel libxslt-devel yasm
 BuildRequires:  SDL-devel kernel-syms module-init-tools
 BuildRequires:  e2fsprogs-devel libcap-devel libcurl-devel python-devel 
update-desktop-files
-BuildRequires:  hal-devel pulseaudio-devel xorg-x11 xorg-x11-devel 
xorg-x11-server xorg-x11-server-sdk
+BuildRequires:  pulseaudio-devel xorg-x11 xorg-x11-devel xorg-x11-server 
xorg-x11-server-sdk
 BuildRequires:  LibVNCServer-devel gcc gcc-c++ kbuild pam-devel quilt udev
 BuildRequires:  boost-devel
 %if %suse_version  1110
 BuildRequires:  zlib-devel-static
 %endif
 %ifarch amd64 x86_64 ia32e em64t
+#drop hal dependency
+%if %suse_version  1210
 BuildRequires:  hal-32bit
+%endif 
 BuildRequires:  xorg-x11-libX11-devel-32bit xorg-x11-libXt-devel-32bit 
xorg-x11-libs-32bit
 BuildRequires:  xorg-x11-libXext-devel-32bit xorg-x11-libXmu-devel-32bit
 BuildRequires:  gcc-32bit gcc-c++-32bit
@@ -44,7 +51,7 @@
 #
 ExclusiveArch:  %ix86 x86_64
 Version:4.0.8
-Release:1
+Release:3
 Summary:VirtualBox is an Emulator
 License:GPLv2+
 Group:  System/Emulators/PC
@@ -85,6 +92,8 @@
 Patch6: vbox-smc-napa.diff
 #fix build of Python and dev package on openSUSE 11.3
 Patch8: vbox-python-detection.diff
+#bnc#694311 http://www.virtualbox.org/ticket/8076
+Patch9: vbox-netflt_start_xmit_enable.diff
 #PATCH-FIX-OPENSUSE implement messagebox (VBoxPermissionMessage app), which is 
displayed, when user
 #try to start VirtualBox and is not memeber of vboxusers group
 Patch99:vbox-permissions_warning.diff
@@ -215,6 +224,7 @@
 %patch5 -p1
 %patch6 -p1
 %patch8 -p1
+%patch9 -p1
 %patch99 -p1
 %patch100
 %patch101

++ vbox-netflt_start_xmit_enable.diff ++
--- 
VirtualBox-4.0.8_OSE/src/VBox/HostDrivers/VBoxNetFlt/linux/VBoxNetFlt-linux.c
+++ 
VirtualBox-4.0.8_OSE/src/VBox/HostDrivers/VBoxNetFlt/linux/VBoxNetFlt-linux.c
@@ -50,8 +50,9 @@
 #define VBOXNETFLT_OS_SPECFIC 1
 #include ../VBoxNetFltInternal.h
 
+#define VBOXNETFLT_WITH_FILTER_HOST2GUEST_SKBS_EXPERIMENT
 #ifdef CONFIG_NET_SCHED
-# define VBOXNETFLT_WITH_QDISC /* Comment this out to disable qdisc support */
+//# define VBOXNETFLT_WITH_QDISC /* Comment this out to disable qdisc support 
*/
 # ifdef VBOXNETFLT_WITH_QDISC
 # include net/pkt_sched.h
 # endif /* VBOXNETFLT_WITH_QDISC */





Remember to have fun...

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



commit skelcd-openSUSE for openSUSE:Factory

2011-06-01 Thread h_root

Hello community,

here is the log from the commit of package skelcd-openSUSE for openSUSE:Factory
checked in at Wed Jun 1 12:20:28 CEST 2011.




--- skelcd-openSUSE/skelcd-openSUSE.changes 2011-05-31 06:48:22.0 
+0200
+++ /mounts/work_src_done/STABLE/skelcd-openSUSE/skelcd-openSUSE.changes
2011-06-01 09:35:57.0 +0200
@@ -1,0 +2,5 @@
+Wed Jun  1 07:34:16 UTC 2011 - a...@suse.de
+
+- Update Hungarian translation.
+
+---

calling whatdependson for head-i586




Other differences:
--
++ skelcd-openSUSE-non-OSS.spec ++
--- /var/tmp/diff_new_pack.Bo4YmW/_old  2011-06-01 12:16:56.0 +0200
+++ /var/tmp/diff_new_pack.Bo4YmW/_new  2011-06-01 12:16:56.0 +0200
@@ -27,7 +27,7 @@
 Group:  Metapackages
 Conflicts:  skelcd-SUSE_Linux skelcd-SUSE_Linux-AddOn skelcd-sles 
skelcd-sled skelcd-openSUSE-non-OSS skelcd-openSUSE-non-OSS-CD
 AutoReqProv:off
-Version:2011.5.31
+Version:2011.6.1
 Release:1
 Summary:Skeleton for openSUSE OSS Media Sets
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ skelcd-openSUSE.spec ++
--- /var/tmp/diff_new_pack.Bo4YmW/_old  2011-06-01 12:16:56.0 +0200
+++ /var/tmp/diff_new_pack.Bo4YmW/_new  2011-06-01 12:16:56.0 +0200
@@ -27,7 +27,7 @@
 Group:  Metapackages
 Conflicts:  skelcd-SUSE_Linux skelcd-SUSE_Linux-AddOn skelcd-sles 
skelcd-sled skelcd-openSUSE-non-OSS skelcd-openSUSE-non-OSS-CD
 AutoReqProv:off
-Version:2011.5.31
+Version:2011.6.1
 Release:1
 Summary:Skeleton for openSUSE OSS Media Sets
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ license-SL.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/license-SL/license.hu.txt 
new/license-SL/license.hu.txt
--- old/license-SL/license.hu.txt   2011-05-26 11:22:22.0 +0200
+++ new/license-SL/license.hu.txt   2011-05-30 14:40:09.0 +0200
@@ -1,117 +1,115 @@
 LICENCMEGÁLLAPODÁS
 openSUSE® #VERSION#
 
-Ez az openSUSE #VERSION# licencmegállapodás nem hivatalos magyar
-nyelvű fordítása. A fordítás jogi értelemben nem határozza meg az
-openSUSE #VERSION# terjesztési feltételeit – e tekintetben csak az
-openSUSE #VERSION# licencmegállapodás angol nyelvű verziója
-irányadó. Mindazonáltal reméljük, hogy ez a fordítás segít a magyar
-nyelvűeknek a licencmegállapodás jobb megértésében.
-
-Ez a megállapodás szabályozza az openSUSE #VERSION# és frissítéseinek
-letöltését, telepítését és használatát, függetlenül a szállítás
-módjától. Az openSUSE #VERSION# egy közös munka eredménye, amelyet az
-USA szerzői jogi törvényei védenek. Az openSUSE projekt az alábbi
-feltételek betartása esetén licencet biztosít e közös munka
-használatára a GNU General Public License 2-es verziója alapján. Az
-openSUSE #VERSION# letöltésével, telepítésével, illetve használatával
-Ön elfogadja a jelen szerződés feltételeit.
-
-Az openSUSE #VERSION# moduláris Linux operációs rendszer, amely több
-száz szoftverkomponensből áll. Az egyes komponensek
-licencmegállapodásai többnyire az egyes komponensek forráskódjában
-találhatók. A licencfeltételek az alábbiakban ismertetett „openSUSE”
-védjegyet tartalmazó bizonyos fájlok kivételével megengedik az
-összetevők másolását és terjesztését. Bizonyos firmware fájlok
-kivételével a licencfeltételek lehetővé teszik a komponensek
-másolását, módosítását és közreadását forráskód vagy bináris
-formátumban. Ezen licencmegállapodás nem korlátozza és nem is ad
-további jogokat, mint amelyek az egyes komponensek
-licencmegállapodásában szerepelnek.
+Ez az openSUSE #VERSION# Licencmegállapodás nem hivatalos magyar fordítása. A
+fordítást jogi értelemben nem határozza meg az openSUSE #VERSION# terjesztési
+feltételeit – e tekintetben csak az openSUSE #VERSION# Licencmegállapodás angol
+nyelvű verziója irányadó. Mindazonáltal reméljük, hogy ez a fordítás segít
+az openSUSE #VERSION# Licencmegállapodás jobb megértésében.
+
+Ez a megállapodás szabályozza az openSUSE #VERSION# letöltését, telepítését,
+vagy használatát, függetlenül a szállítás módjától. Az openSUSE #VERSION# egy
+közös munka eredménye, amelyet az USA Copyright törvény véd a következő
+feltételekkel. Az openSUSE projekt átadja közös munkájának eredményét a GNU
+General Public License 2-es verziója alapján. Az openSUSE #VERSION#
+letöltésével, telepítésével, vagy használatával elfogadja a jelen
+megállapodás feltételeit.
+
+Az openSUSE #VERSION# egy moduláris Linux operációs rendszer, amely több száz
+szoftverkomponensből áll. Az egyes komponensek licencmegállapodásai
+többnyire az egyes komponensek forráskódjában találhatók. A bizonyos
+openSUSE védjegyeket tartalmazó fájlokat kivéve az összetevők másolása és
+terjesztése engedélyezett. Bizonyos firmware fájlok 

commit php5 for openSUSE:11.4

2011-06-01 Thread h_root

Hello community,

here is the log from the commit of package php5 for openSUSE:11.4
checked in at Wed Jun 1 12:22:47 CEST 2011.




--- old-versions/11.4/all/php5/php5.changes 2011-02-25 10:51:25.0 
+0100
+++ 11.4/php5/php5.changes  2011-05-26 16:45:15.0 +0200
@@ -1,0 +2,14 @@
+Fri Apr  1 12:47:22 CEST 2011 - pgaj...@suse.cz
+
+- security updates:
+  * CVE-2011-1470, CVE-2011-1471 [bnc#681214]
+  * CVE-2011-1092 [bnc#677782]
+  * CVE-2011-1464 [bnc#681194]
+  * CVE-2011-1468 [bnc#681197]
+  * CVE-2011-1467 [bnc#681195]
+  * CVE-2011-0421 [bnc#681291]
+  * CVE-2011-1469 [bnc#681210]
+  * CVE-2011-1148 [bnc#679278]
+  * CVE-2011-1938 [bnc#695689]
+
+---

Package does not exist at destination yet. Using Fallback 
old-versions/11.4/all/php5
Destination is old-versions/11.4/UPDATES/all/php5
calling whatdependson for 11.4-i586


New:

  php-5.3.5-CVE-2011-0421.patch
  php-5.3.5-CVE-2011-1092.patch
  php-5.3.5-CVE-2011-1148.patch
  php-5.3.5-CVE-2011-1464.patch
  php-5.3.5-CVE-2011-1467.patch
  php-5.3.5-CVE-2011-1468.patch
  php-5.3.5-CVE-2011-1469.patch
  php-5.3.5-CVE-2011-1470.patch
  php-5.3.5-CVE-2011-1471.patch
  php-5.3.5-CVE-2011-1938.patch



Other differences:
--
++ php5.spec ++
--- /var/tmp/diff_new_pack.PkJT9b/_old  2011-06-01 12:22:11.0 +0200
+++ /var/tmp/diff_new_pack.PkJT9b/_new  2011-06-01 12:22:11.0 +0200
@@ -77,7 +77,7 @@
 ###
 ###
 Version:5.3.5
-Release:5.RELEASE4
+Release:5.RELEASE14
 License:The PHP License, version 3.01
 Group:  Development/Languages/Other
 Provides:   php zend php-xml php-spl php-simplexml php-session php-pcre 
php-date php-reflection php-filter
@@ -120,6 +120,16 @@
 Patch28:php-5.3.5-fopen_https_proxy_auth_fix.patch
 Patch29:php-5.3.5-CVE-2011-0420.patch
 Patch30:php-5.3.5-CVE-2011-0708.patch
+Patch31:php-5.3.5-CVE-2011-1470.patch
+Patch32:php-5.3.5-CVE-2011-1471.patch
+Patch33:php-5.3.5-CVE-2011-1092.patch
+Patch34:php-5.3.5-CVE-2011-1464.patch
+Patch35:php-5.3.5-CVE-2011-1467.patch
+Patch36:php-5.3.5-CVE-2011-1468.patch
+Patch37:php-5.3.5-CVE-2011-0421.patch
+Patch38:php-5.3.5-CVE-2011-1469.patch
+Patch39:php-5.3.5-CVE-2011-1148.patch
+Patch40:php-5.3.5-CVE-2011-1938.patch
 Url:http://www.php.net
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Summary:PHP5 Core Files
@@ -1233,6 +1243,16 @@
 %patch28 -p1
 %patch29
 %patch30
+%patch31
+%patch32
+%patch33
+%patch34
+%patch35
+%patch36
+%patch37
+%patch38
+%patch39
+%patch40
 
 # we build three SAPI
 %{__mkdir_p} build-apache2 build-fpm


++ php-5.3.5-CVE-2011-0421.patch ++
--- ext/zip/lib/zip_name_locate.c   2011/01/30 22:16:39 307866
+++ ext/zip/lib/zip_name_locate.c   2011/01/30 22:28:57 307867
@@ -60,6 +60,10 @@
return -1;
 }
 
+if((flags  ZIP_FL_UNCHANGED)   !za-cdir) {
+   return -1;
+}
+
 cmp = (flags  ZIP_FL_NOCASE) ? strcmpi : strcmp;
 
 n = (flags  ZIP_FL_UNCHANGED) ? za-cdir-nentry : za-nentry;

++ php-5.3.5-CVE-2011-1092.patch ++
http://svn.php.net/viewvc/?view=revisionrevision=309018
--- ext/shmop/shmop.c   2011/03/08 12:58:22 309017
+++ ext/shmop/shmop.c   2011/03/08 13:11:14 309018
@@ -256,7 +256,7 @@
RETURN_FALSE;
}
 
-   if (start + count  shmop-size || count  0) {
+   if (count  0 || start  (INT_MAX - count) || start + count  
shmop-size) {
php_error_docref(NULL TSRMLS_CC, E_WARNING, count is out of 
range);
RETURN_FALSE;
}

++ php-5.3.5-CVE-2011-1148.patch ++
--- ext/standard/string.c   2011/04/13 03:32:19 310193
+++ ext/standard/string.c   2011/04/13 06:32:41 310194
@@ -2352,20 +2352,35 @@
 
zend_hash_internal_pointer_reset_ex(Z_ARRVAL_PP(str), pos_str);
while (zend_hash_get_current_data_ex(Z_ARRVAL_PP(str), (void 
**) tmp_str, pos_str) == SUCCESS) {
-   convert_to_string_ex(tmp_str);
+   zval *orig_str;
+   zval dummy;
+   if(Z_TYPE_PP(tmp_str) != IS_STRING) {
+   dummy = **tmp_str;
+   orig_str = dummy;
+   zval_copy_ctor(orig_str);
+   convert_to_string(orig_str);
+   } else {
+   orig_str = *tmp_str;
+   }
 
if (Z_TYPE_PP(from) == IS_ARRAY) {
if (SUCCESS == 
zend_hash_get_current_data_ex(Z_ARRVAL_PP(from), (void **) tmp_from, 
pos_from)) {
-   convert_to_long_ex(tmp_from);
+   

commit eiciel for openSUSE:Factory

2011-06-01 Thread h_root

Hello community,

here is the log from the commit of package eiciel for openSUSE:Factory
checked in at Wed Jun 1 12:24:49 CEST 2011.




--- GNOME/eiciel/eiciel.changes 2011-05-22 18:48:50.0 +0200
+++ /mounts/work_src_done/STABLE/eiciel/eiciel.changes  2011-06-01 
10:29:51.0 +0200
@@ -1,0 +2,6 @@
+Wed Jun  1 10:29:05 CEST 2011 - vu...@opensuse.org
+
+- Do not fail to build if %gtk2_favor is not defined: just use
+  0%{?gtk2_favor}.
+
+---

calling whatdependson for head-i586




Other differences:
--
++ eiciel.spec ++
--- /var/tmp/diff_new_pack.BjSgug/_old  2011-06-01 12:20:42.0 +0200
+++ /var/tmp/diff_new_pack.BjSgug/_new  2011-06-01 12:20:42.0 +0200
@@ -25,7 +25,7 @@
 BuildRequires:  libattr-devel
 BuildRequires:  libgnomeui-devel
 BuildRequires:  translation-update-upstream
-%if 0%{favor_gtk2}
+%if 0%{?favor_gtk2}
 BuildRequires:  pkgconfig(gtkmm-2.4)
 BuildRequires:  pkgconfig(libnautilus-extension)  2.90
 %else
@@ -33,7 +33,7 @@
 BuildRequires:  pkgconfig(libnautilus-extension) = 3.0.0
 %endif
 Version:0.9.8.1
-Release:1
+Release:3
 Url:http://rofi.roger-ferrer.org/eiciel/
 Group:  System/GUI/GNOME
 License:GPLv2+






Remember to have fun...

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



commit ntp for openSUSE:Factory

2011-06-01 Thread h_root

Hello community,

here is the log from the commit of package ntp for openSUSE:Factory
checked in at Wed Jun 1 12:38:24 CEST 2011.




--- ntp/ntp.changes 2011-04-01 16:52:05.0 +0200
+++ /mounts/work_src_done/STABLE/ntp/ntp.changes2011-06-01 
11:18:25.0 +0200
@@ -1,0 +2,27 @@
+Wed Jun  1 09:07:48 UTC 2011 - vark...@suse.de
+
+- The default timeout for sntp is to long. This can stop booting 
+- bnc#689070 - ntp post install script always removes /etc/sysconfig/ntp
+- bnc#688529 - (ntp) ntpq and ntpdc command history broken
+- bnc#695598 - Started sntp in /var/log/messages
+
+---
+Sun May  1 23:15:01 CEST 2011 - h...@urpla.net
+
+- fix rcntp ntptimeset
+   * never try to syncronize with local clocks (127.127.*), which led to 
+ sntp blocking until timeout elapsed (and probably blocking boot 
+ sequence for ~5 min per device..)
+- fix DOS line breaks in some doc files
+
+---
+Tue Apr 26 06:56:05 UTC 2011 - vark...@novell.com
+
+- fix/improve init script
+   * related to bugzilla 688132
+   * rcntp ntptimeset could not parse servers from ntp.conf when IP proto
+ was specified (server [-4|-6] hostname)
+   * rcntp ntptimeset is now using ip proto parameter (-4|-6) if it's set in
+ NTPD_OPTIONS and skip servers where the opposite proto is defined
+ 
+---

calling whatdependson for head-i586




Other differences:
--
++ ntp.spec ++
--- /var/tmp/diff_new_pack.2tXS4W/_old  2011-06-01 12:35:37.0 +0200
+++ /var/tmp/diff_new_pack.2tXS4W/_new  2011-06-01 12:35:37.0 +0200
@@ -27,7 +27,7 @@
 License:BSD3c(or similar)
 Group:  Productivity/Networking/Other
 Version:4.2.6p3
-Release:9
+Release:12
 Summary:Network Time Protocol daemon (version 4)
 # main source
 Source0:
http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-4.2/ntp-%{version}.tar.bz2
@@ -196,6 +196,8 @@
 # don't build ntpdate (replaced with %{SOURCE15} script)
 sed -i '/\tntpdate/d
 s/ntpdate //g' Makefile.in Makefile.am
+# fix DOS line breaks
+sed -i 's/\r//g' html/scripts/{footer.txt,style.css}
 
 %build
 rm -rf acconfig.h
@@ -218,7 +220,8 @@
--enable-linuxcaps \
--enable-ipv6 \
--with-sntp \
---enable-ntp-signd
+   --enable-ntp-signd \
+   --with-lineeditlibs=readline
 make %{?_smp_mflags}
 
 %install
@@ -303,8 +306,6 @@
 fi
 # Are we in update mode?
 if [ -f /etc/sysconfig/ntp ]; then
-   # convert parameters and description in existing sysconfig file
-sed -i -e s@^XNTPD_@NTPD_@ -e s@\(\.*\)-U ntp\(.*\\)@\1-u ntp\2@ 
/etc/sysconfig/ntp
grep -q '^keys /etc/ntp.keys' /etc/ntp.conf || {
 echo #
 # Authentication stuff

++ conf.ntp.init ++
--- /var/tmp/diff_new_pack.2tXS4W/_old  2011-06-01 12:35:37.0 +0200
+++ /var/tmp/diff_new_pack.2tXS4W/_new  2011-06-01 12:35:37.0 +0200
@@ -147,6 +147,20 @@
   logger -t $0 runtime configuration: $NTPDC_LOG
 }
 
+function get_ntpd_ip_proto() {
+  local -a OPTS
+  read -ra OPTS  $NTPD_OPTIONS
+  for i in ${OPTS[@]}; do
+if [ $i = -4 ] || [ $i = -6 ]; then
+  # first occurrence wins safely because ntpd couldn't handle more anyway
+  echo $i
+  return
+fi
+  done
+  echo 
+  return
+}
+
 case $1 in
   start)
 if [ $NTPD_FORCE_SYNC_ON_STARTUP = yes ]; then
@@ -224,9 +238,24 @@
 rc_status
   ;;
   ntptimeset)
-for i in $(gawk '/^server/ { if( $2 != 127.127.1.0 ) print $2 }' 
$NTP_CONF)
+NTPD_PROTO=$( get_ntpd_ip_proto )
+for i in $(gawk '/^server/ { if( $2 !~ ^127.127. ) print $2,$3 }' 
$NTP_CONF)
 do 
-   sntp -s $i 2 /dev/null  { SYNCHRONISED=$i; break; };
+IFS=',' read -ra SERVER  $i
+if [ ${SERVER[0]} = -4 ] || [ ${SERVER[0]} = -6 ]
+then
+if [ -z ${NTPD_PROTO} ] || [ ${NTPD_PROTO} = ${SERVER[0]} ]
+then
+SNTP_OPT=${SERVER[0]} ${SERVER[1]}
+else
+# ignore servers with conflicting proto
+continue
+fi
+else
+# here the usual case with empty NTPD_PROTO (default/yast config)
+SNTP_OPT=$NTPD_PROTO ${SERVER[0]}
+fi
+sntp -t 2 -l /dev/null -s $SNTP_OPT 2 /dev/null  { 
SYNCHRONISED=$SNTP_OPT; break; };
 done
 if [ $SYNCHRONISED ]
 then








Remember to have fun...

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



commit grub2 for openSUSE:Factory

2011-06-01 Thread h_root

Hello community,

here is the log from the commit of package grub2 for openSUSE:Factory
checked in at Wed Jun 1 12:39:19 CEST 2011.




--- grub2/grub2.changes 2011-05-07 14:25:44.0 +0200
+++ /mounts/work_src_done/STABLE/grub2/grub2.changes2011-05-31 
10:57:23.0 +0200
@@ -1,0 +2,7 @@
+Tue May 31 10:42:29 CEST 2011 - jsl...@suse.de
+
+- update translations
+- update to 1.99 final
+  * See NEWS file for changes
+
+---

calling whatdependson for head-i586


Old:

  grub-1.99~rc2.tar.xz
  translations-20110507.tar.bz2

New:

  grub-1.99.tar.xz
  translations-20110531.tar.bz2



Other differences:
--
++ grub2.spec ++
--- /var/tmp/diff_new_pack.qD01eC/_old  2011-06-01 12:38:32.0 +0200
+++ /var/tmp/diff_new_pack.qD01eC/_new  2011-06-01 12:38:32.0 +0200
@@ -35,20 +35,19 @@
 %ifarch x86_64
 %define _target_platform i386-%{_vendor}-%{_target_os}%{?_gnu}
 %endif
-Version:1.98.99.rc2
+Version:1.99
 Release:1
-%define tar_version 1.99~rc2
 Summary:Bootloader with support for Linux, Multiboot and more
 Group:  System/Boot
 License:GPLv3+
 Url:http://www.gnu.org/software/grub/
-Source0:ftp://alpha.gnu.org/gnu/grub/grub-%{tar_version}.tar.xz
+Source0:ftp://ftp.gnu.org/gnu/grub/grub-%{version}.tar.xz
 Source1:90_persistent
 Source2:grub.default
 Source3:README.openSUSE
 Source4:grub2.rpmlintrc
 # rsync -Lrtvz  translationproject.org::tp/latest/grub/ po
-Source5:translations-20110507.tar.bz2
+Source5:translations-20110531.tar.bz2
 Patch0: gcc46-fixes.patch
 Patch2: grub2-linux.patch
 Patch3: gccwarn.patch
@@ -74,9 +73,8 @@
 with it unless you know what are you doing. Refer to README.openSUSE
 file that is part of this package's documentation for more information.
 
-
 %prep
-%setup -q -n grub-%{tar_version} -a 5
+%setup -q -n grub-%{version} -a 5
 (cd po  ls *.po | cut -d. -f1 | xargs) po/LINGUAS
 sed 's,@setfilename grub.info,@setfilename grub2.info,' docs/grub.texi 
docs/grub2.texi
 sed -i 's,grub.texi,grub2.texi,' docs/Makefile.am

++ translations-20110507.tar.bz2 - translations-20110531.tar.bz2 ++
 2575 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 uim for openSUSE:Factory

2011-06-01 Thread h_root

Hello community,

here is the log from the commit of package uim for openSUSE:Factory
checked in at Wed Jun 1 12:46:04 CEST 2011.




--- uim/uim.changes 2011-03-09 12:58:59.0 +0100
+++ /mounts/work_src_done/STABLE/uim/uim.changes2011-05-31 
18:26:51.0 +0200
@@ -1,0 +2,10 @@
+Tue May 31 16:23:54 UTC 2011 - dims...@opensuse.org
+
+- Introduce a build_applet define, which is set to 1 on openSUSE up
+  to 11.4. For current Factory, we need to disable the applet, as
+  it is not (yet) ported to the new libpanelapplet-4.0
+  infrastructure of Gnome3.
+- Move the gnome applet actually to the gtk package (when building
+  the applet).
+
+---

calling whatdependson for head-i586




Other differences:
--
++ uim.spec ++
--- /var/tmp/diff_new_pack.mYevzF/_old  2011-06-01 12:44:45.0 +0200
+++ /var/tmp/diff_new_pack.mYevzF/_new  2011-06-01 12:44:45.0 +0200
@@ -16,6 +16,8 @@
 #
 
 
+# The applet does not work currently on Factory, as it has not been ported to 
libpanelapplet-4.0 yet.
+%define build_applet 0%{?suse_version} = 1140
 
 Name:   uim
 BuildRequires:  anthy-devel
@@ -23,7 +25,6 @@
 BuildRequires:  emacs-x11
 BuildRequires:  emacs-x11
 BuildRequires:  gcc-c++
-BuildRequires:  gnome-panel-devel
 BuildRequires:  intltool
 BuildRequires:  libexpat-devel
 BuildRequires:  libgnomeui-devel
@@ -36,6 +37,9 @@
 %else
 BuildRequires:  gtk2-devel
 %endif
+%if %{?build_applet}
+BuildRequires:  gnome-panel-devel
+%endif
 BuildRequires:  qt3-devel
 BuildRequires:  update-desktop-files
 BuildRequires:  xemacs
@@ -43,7 +47,7 @@
 BuildRequires:  fdupes
 %endif
 Version:1.5.6
-Release:15
+Release:16
 # xorg-x11-libXdmcp-devel libgnomeprintui-devel
 License:GPLv2+
 Summary:A multilingual input method library
@@ -242,7 +246,6 @@
 %dir %{_prefix}/lib/uim
 %endif
 %{_prefix}/lib/uim/uim-helper-server
-%{_prefix}/lib/uim/uim-toolbar-applet
 %{_prefix}/lib/uim/uim-candwin-gtk
 %dir %{_libdir}/uim/plugin/
 %{_libdir}/uim/plugin/*.so
@@ -267,7 +270,10 @@
 %{_bindir}/uim-toolbar-gtk
 %{_bindir}/uim-toolbar-gtk-systray
 %{_bindir}/uim-pref-gtk
+%if %{build_applet}
+%{_prefix}/lib/uim/uim-toolbar-applet
 %{_libdir}/bonobo/servers/*.server
+%endif
 %{_libdir}/gtk-*/*/immodules/*.so
 
 %files -n uim-qt -f uim-chardict-qt.lang






Remember to have fun...

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



commit ksh for openSUSE:Factory

2011-06-01 Thread h_root

Hello community,

here is the log from the commit of package ksh for openSUSE:Factory
checked in at Wed Jun 1 12:46:35 CEST 2011.




--- ksh/ksh.changes 2011-05-24 18:36:49.0 +0200
+++ /mounts/work_src_done/STABLE/ksh/ksh.changes2011-06-01 
11:33:24.0 +0200
@@ -1,0 +2,6 @@
+Wed Jun  1 11:23:03 CEST 2011 - wer...@suse.de
+
+- Correct timetype.sh ... nevertheless typeset -T does not work
+  with array types as this requires ksh93u
+
+---

calling whatdependson for head-i586




Other differences:
--
++ ksh.spec ++
--- /var/tmp/diff_new_pack.dWN5ez/_old  2011-06-01 12:46:13.0 +0200
+++ /var/tmp/diff_new_pack.dWN5ez/_new  2011-06-01 12:46:13.0 +0200
@@ -37,7 +37,7 @@
 %endif
 AutoReqProv:on
 Version:93t
-Release:194
+Release:196
 Summary:Korn Shell
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Source: INIT.2010-06-21.tar.bz2

++ ksh93.dif ++
--- /var/tmp/diff_new_pack.dWN5ez/_old  2011-06-01 12:46:13.0 +0200
+++ /var/tmp/diff_new_pack.dWN5ez/_new  2011-06-01 12:46:13.0 +0200
@@ -246,6 +246,17 @@
done  /dev/null
EOF
  } 2 /dev/null
+--- src/cmd/ksh93/tests/timetype.sh
 src/cmd/ksh93/tests/timetype.sh2011-05-25 07:45:35.763926377 +
+@@ -58,7 +58,7 @@
+ [[ ${tt[0]} == *+00:00 ]] || err_exit 'tt[0] is not yesterday'
+ [[ ${tt[1]} == *+00:00 ]] || err_exit 'tt[1] is not today'
+ [[ ${tt[2]} == *+00:00 ]] || err_exit 'tt[2] is not tomorrow'
+-[[ ${tt[3]} == *+14:00 ]] || err_exit 'tt[0] is not 2pm'
++[[ ${tt[3]} == *+14:00 ]] || err_exit 'tt[3] is not 2pm'
+ unset tt
+ Time_t tt=('2008-08-11+00:00:00,yesterday' '2008-08-11+00:00:00,today' 
'2008-08-11+00:00:00,tomorrow')
+ tt[3]=9am
 --- src/lib/libast/disc/memfatal.c
 +++ src/lib/libast/disc/memfatal.c 2009-07-09 13:30:39.0 +
 @@ -72,7 +72,7 @@ memfatal(void)






Remember to have fun...

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



commit cpanspec for openSUSE:Factory

2011-06-01 Thread h_root

Hello community,

here is the log from the commit of package cpanspec for openSUSE:Factory
checked in at Wed Jun 1 12:47:46 CEST 2011.




--- cpanspec/cpanspec.changes   2011-05-27 16:23:11.0 +0200
+++ /mounts/work_src_done/STABLE/cpanspec/cpanspec.changes  2011-05-31 
12:49:45.0 +0200
@@ -1,0 +2,6 @@
+Tue May 31 10:48:17 UTC 2011 - co...@novell.com
+
+- Stephan Kulow (1):
+  convert to Makefile.PL
+
+---

calling whatdependson for head-i586


Old:

  cpanspec.tar.xz

New:

  cpanspec-1.78.05.tar.gz



Other differences:
--
++ cpanspec.spec ++
--- /var/tmp/diff_new_pack.z1mQa2/_old  2011-06-01 12:46:42.0 +0200
+++ /var/tmp/diff_new_pack.z1mQa2/_new  2011-06-01 12:46:42.0 +0200
@@ -15,77 +15,65 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 
 
 Name:   cpanspec
-Version:1.78.04
-Release:29
+Version:1.78.05
+Release:1
+%define cpan_name cpanspec
 Summary:Generate a SUSE spec file for a CPAN module
 License:GPL+ or Artistic
 Group:  Development/Languages/Perl
 Url:http://sourceforge.net/projects/cpanspec/
-Source0:cpanspec.tar.xz
+Source0:cpanspec-1.78.05.tar.gz
 Source99:   updaterpm.sh
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
-BuildRequires:  xz
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  perl
+BuildRequires:  perl-macros
+BuildRequires:  perl(Archive::Tar)
 BuildRequires:  perl(Archive::Zip)
-BuildRequires:  perl(File::Basename)
-BuildRequires:  perl(FileHandle)
-BuildRequires:  perl(Getopt::Long)
-BuildRequires:  perl(locale)
+BuildRequires:  perl(IO::Uncompress::Bunzip2)
 BuildRequires:  perl(LWP::UserAgent)
 BuildRequires:  perl(Parse::CPAN::Packages)
-BuildRequires:  perl(POSIX)
+BuildRequires:  perl(Pod::Simple::TextContent)
 BuildRequires:  perl(Text::Autoformat)
 BuildRequires:  perl(YAML)
-BuildRequires:  perl(File::Temp)
-BuildRequires:  perl(Module::CoreList)
-BuildRequires:  perl(File::Path)
-Requires:   perl(File::Path)
-Requires:   perl(Module::CoreList)
+Requires:   perl(Archive::Tar)
 Requires:   perl(Archive::Zip)
-Requires:   perl(File::Temp)
-Requires:   perl(File::Basename)
-Requires:   perl(FileHandle)
-Requires:   perl(Getopt::Long)
 Recommends: perl(IO::Uncompress::Bunzip2)
-Requires:   perl(locale)
 Requires:   perl(LWP::UserAgent)
 Requires:   perl(Parse::CPAN::Packages)
-Requires:   perl(Pod::POM)
-Requires:   perl(POSIX)
+Requires:   perl(Pod::Simple::TextContent)
 Requires:   perl(Text::Autoformat)
 Requires:   perl(YAML)
+%{perl_requires}
 
 %description
-cpanspec will generate a SUSE spec file to build a rpm from a CPAN-style Perl
+*cpanspec* will generate a spec file to build a rpm from a CPAN-style Perl
 module distribution.
 
 %prep
-%setup -q -n cpanspec
+%setup -q -n %{cpan_name}-%{version}
+find . -type f -print0 | xargs -0 chmod 644
 
 %build
-%{__perl} Build.PL installdirs=vendor
-./Build
+%{__perl} Makefile.PL INSTALLDIRS=vendor
+%{__make} %{?_smp_mflags}
 
 %check
-./Build test
+%{__make} test
 
 %install
-./Build install destdir=$RPM_BUILD_ROOT create_packlist=0
-find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2/dev/null \;
-%{_fixperms} $RPM_BUILD_ROOT/*
+%perl_make_install
+%perl_process_packlist
+%perl_gen_filelist
 
 %clean
-%{__rm} -rf $RPM_BUILD_ROOT
+%{__rm} -rf %{buildroot}
 
-%files
-%defattr(-,root,root,-)
+%files -f %{name}.files
+%defattr(-,root,root,755)
 %doc Artistic BUGS Changes COPYING TODO
-%_bindir/cpanget
-%_bindir/cpanspec
-%_mandir/man1/cpanspec.1.gz
 
 %changelog

++ updaterpm.sh ++
--- /var/tmp/diff_new_pack.z1mQa2/_old  2011-06-01 12:46:42.0 +0200
+++ /var/tmp/diff_new_pack.z1mQa2/_new  2011-06-01 12:46:42.0 +0200
@@ -1,13 +1,14 @@
 #! /bin/sh
 
-rev=f54b8ebe26ed6bcfebe16272a1c7bb6f1f3bd1db
+rev=d0eb41e203789118fa2bcc878d9da725813679e2
 git clone --depth 0 http://git.gitorious.org/opensuse/cpanspec.git
 cd cpanspec
 nrev=`git show HEAD| grep commit | head -n 1 | cut '-d ' -f2`
 osc vc -m `git log --no-merges ^$rev HEAD cpanspec | git shortlog` ..
+perl Makefile.PL
+make dist
 cd ..
-rm -rf cpanspec/.git
-tar c cpanspec | xz -c  cpanspec.tar.xz
+mv cpanspec/*.gz .
 rm -rf cpanspec
 # everyone loves self modifying shell scripts, no?
 sed -e s,^rev=.*,rev=$nrev, -i updaterpm.sh






Remember to have fun...

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



drop ozerocdoff from openSUSE:Factory

2011-06-01 Thread h_root

Hello community,

FYI: Package ozerocdoff was dropped from openSUSE:Factory at Wed Jun  1 
12:52:01 CEST 2011.

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

https://build.opensuse.org/package/show?project=openSUSE:Droppedpackage=ozerocdoff

Remember to have fun...

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



commit obs-service-download_files for openSUSE:Factory

2011-06-01 Thread h_root

Hello community,

here is the log from the commit of package obs-service-download_files for 
openSUSE:Factory
checked in at Wed Jun 1 15:08:00 CEST 2011.




New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ 
/mounts/work_src_done/STABLE/obs-service-download_files/obs-service-download_files.changes
  2011-05-24 17:31:48.0 +0200
@@ -0,0 +1,5 @@
+---
+Tue May 24 15:31:14 UTC 2011 - adr...@suse.de
+
+- initial package to download files accordings to urls in spec file Source: 
tags
+

calling whatdependson for head-i586


New:

  download_files
  download_files.service
  obs-service-download_files.changes
  obs-service-download_files.spec



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

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



Name:   obs-service-download_files
License:GPL v2 or later
Group:  Development/Tools/Building
Summary:An OBS source service: download files
Version:0.1
Release:1
Source: download_files
Source1:download_files.service
Requires:   wget diffutils
Requires:   build = 2011.05.24
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
BuildArch:  noarch

%description
This is a source service for openSUSE Build Service.

This service is parsing all spec files and downloads all Source files which are 
specified via a http, https or ftp url.

%prep
%setup -q -D -T 0 -n .

%build

%install
mkdir -p $RPM_BUILD_ROOT/usr/lib/obs/service
install -m 0755 %{SOURCE0} $RPM_BUILD_ROOT/usr/lib/obs/service
install -m 0644 %{SOURCE1} $RPM_BUILD_ROOT/usr/lib/obs/service

%files
%defattr(-,root,root)
%dir /usr/lib/obs
/usr/lib/obs/service
%changelog
++ download_files ++
#!/bin/bash

# downloads files specified in spec files

DORECOMPRESS=
while test $# -gt 0; do
  case $1 in
*-recompress)
  if [ $2 == yes ]; then
DORECOMPRESS=yes
  fi
  shift
;;
*-outdir)
  MYOUTDIR=$2
  shift
;;
*)
  echo Unknown parameter $1.
  echo 'this service is not accepting parameters currently'
  exit 1
;;
  esac
  shift
done

if [ ! -d $MYOUTDIR ]; then
  echo ERROR: output directory does not exist
  exit 1
fi

function uncompress_file() {
  local input=$1
  local output=$2

  UNCOMPRESS=cat
  BASENAME=$input
  if [ ${input%.gz} != $input ]; then
UNCOMPRESS=gunzip -c
BASENAME=${input%.gz}
  elif [ ${input%.tgz} != $input ]; then
UNCOMPRESS=gunzip -c
BASENAME=${input%.tgz}.tar
  elif [ ${input%.bz2} != $input ]; then
UNCOMPRESS=bunzip2 -c
BASENAME=${input%.bz2}
  elif [ ${FILE%.xz} != $input ]; then
UNCOMPRESS=xz -dc
BASENAME=${input%.xz}
  fi

  $UNCOMPRESS $input  $output
  echo $BASENAME
}

RETURN=0
for i in *.spec; do
  [ $i == *.spec ]  exit 0

  for url in `perl -I/usr/lib/build -MBuild -e Build::show 
/usr/lib/build/configs/default.conf $i sources`; do
PROTOCOL=${url%%:*}
if [ $PROTOCOL != http -a $PROTOCOL != https -a $PROTOCOL != 
ftp ]; then
  continue
fi
cd $MYOUTDIR
if [ -z $DORECOMPRESS ]; then
  /usr/bin/wget -4 --no-check-certificate -q $url || exit 1
  RECOMPRESS=
else
  FORMAT=${url##*\.}
  if /usr/bin/wget -4 --no-check-certificate -q $url; then
RECOMPRESS=
FILE=${url}
  elif /usr/bin/wget -4 --no-check-certificate -q ${url%$FORMAT}gz; then
RECOMPRESS=$FORMAT
FILE=${url%$FORMAT}gz
  elif /usr/bin/wget -4 --no-check-certificate -q ${url%$FORMAT}bz2; then
RECOMPRESS=$FORMAT
FILE=${url%$FORMAT}bz2
  elif /usr/bin/wget -4 --no-check-certificate -q ${url%$FORMAT}xz; then
RECOMPRESS=$FORMAT
FILE=${url%$FORMAT}xz
  else
RECOMPRESS=
RETURN=1
  fi
  FILE=${FILE##*/}
fi

# remove all file files which are indendical to committed files
[ -f $OLDPWD/$FILE ]  cmp $FILE $OLDPWD/$FILE  rm $FILE

if [ -n $RECOMPRESS ]; then
  tempfile=`mktemp`
  file_name=`uncompress_file $FILE $tempfile`

  # uncompress the old file also to compare
  tempoldfile=`mktemp`
  

commit obs-service-format_spec_file for openSUSE:Factory

2011-06-01 Thread h_root

Hello community,

here is the log from the commit of package obs-service-format_spec_file for 
openSUSE:Factory
checked in at Wed Jun 1 15:10:12 CEST 2011.




New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ 
/mounts/work_src_done/STABLE/obs-service-format_spec_file/obs-service-format_spec_file.changes
  2011-05-25 14:01:05.0 +0200
@@ -0,0 +1,17 @@
+---
+Wed May 25 14:00:35 CEST 2011 - r...@suse.de
+
+- fix uninitialized warning in prepare_spec
+
+---
+Wed May  4 01:55:04 CEST 2011 - r...@suse.de
+
+- cleanup prepare_spec, drop Needed.pm 
+- make it ready for public usage
+
+---
+Wed Jan 26 17:02:42 UTC 2011 - adr...@suse.de
+
+- initial version.
+  not usable outside of SUSE network yet.
+

calling whatdependson for head-i586


New:

  format_spec_file
  format_spec_file.service
  obs-service-format_spec_file.changes
  obs-service-format_spec_file.spec
  prepare_spec



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

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



Name:   obs-service-format_spec_file
License:GPL v2 or later
Group:  Development/Tools/Building
Summary:An OBS source service: reformats a spec file to SUSE standard.
Version:0.1
Release:1
Source: format_spec_file
Source1:format_spec_file.service
Source2:prepare_spec
Requires:   osc-source_validator
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
BuildArch:  noarch

%description
This is a source service for openSUSE Build Service.

This source service is formating the spec file to SUSE standard. The rational
behind is to make it easier to review spec files from unknown packagers.

This should be used in trylocal mode, so that osc is adapting the existing
spec file instead of creating a new one.

%prep

%setup -q -D -T 0 -n .

%build

%install
mkdir -p $RPM_BUILD_ROOT/usr/lib/obs/service/format_spec_file.files
install -m 0755 %{SOURCE0} $RPM_BUILD_ROOT/usr/lib/obs/service
install -m 0644 %{SOURCE1} $RPM_BUILD_ROOT/usr/lib/obs/service
install -m 0755 %{SOURCE2} 
$RPM_BUILD_ROOT/usr/lib/obs/service/format_spec_file.files

%files
%defattr(-,root,root)
%dir /usr/lib/obs
/usr/lib/obs/service
%changelog
++ format_spec_file ++
#!/bin/bash

# just a wrapper for the perl script.


while test $# -gt 0; do
  case $1 in
*-outdir)
  MYOUTDIR=$2
  shift
;;
*)
  echo Unknown parameter $1.
  echo 'Usage: this service is not excepting parameters'
  exit 1
;;
  esac
  shift
done

RETURN=0
for i in *.spec; do
  /usr/lib/obs/service/format_spec_file.files/prepare_spec $i  
$MYOUTDIR/$i || RETURN=1
done

exit $RETURN

++ format_spec_file.service ++
service name=source_validator
  summaryValidate sources/summary
  descriptionThe default SUSE source validator which catches common pitfalls 
before build./description
/service

++ prepare_spec ++
 604 lines (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 ecj-bootstrap for openSUSE:Factory

2011-06-01 Thread h_root

Hello community,

here is the log from the commit of package ecj-bootstrap for openSUSE:Factory
checked in at Wed Jun 1 15:10:43 CEST 2011.




--- ecj-bootstrap/ecj-bootstrap.changes 2008-08-27 16:22:22.0 +0200
+++ /mounts/work_src_done/STABLE/ecj-bootstrap/ecj-bootstrap.changes
2011-05-30 12:31:34.0 +0200
@@ -1,0 +2,7 @@
+Mon May 30 10:30:34 UTC 2011 - idon...@novell.com
+
+- Remove -findirect-dispatch from compile flags since it only
+  makes sense for native code
+- Fix URL in the spec file 
+
+---

calling whatdependson for head-i586




Other differences:
--
++ ecj-bootstrap.spec ++
--- /var/tmp/diff_new_pack.KRiPQp/_old  2011-06-01 15:10:21.0 +0200
+++ /var/tmp/diff_new_pack.KRiPQp/_new  2011-06-01 15:10:21.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package ecj-bootstrap (Version 0.755)
+# spec file for package ecj-bootstrap
 #
-# 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
@@ -27,8 +27,8 @@
 AutoReqProv:on
 Summary:Eclipse Java Compiler
 Version:0.755
-Release:179
-Url:http//www.eclipse.org
+Release:183
+Url:http://www.eclipse.org
 Group:  Development/Libraries/Java
 Source0:eclipse-sourceBuild-srcIncluded-%{eclipse_version}.tar.bz2
 Source1:manifest.ecj
@@ -145,7 +145,7 @@
   popd
 }
 # compile with gcj
-COMPILER_COMMAND=gcj  -Wno-deprecated -findirect-dispatch -Bsymbolic -C 
--classpath 
+COMPILER_COMMAND=gcj  -Wno-deprecated -Bsymbolic -C --classpath 
 compileEcj stage1
 # compile with ecj
 COMPILER_COMMAND=gij -jar $TARGET_DIR/%{jarname}.jar -cp  






Remember to have fun...

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



commit uget for openSUSE:Factory

2011-06-01 Thread h_root

Hello community,

here is the log from the commit of package uget for openSUSE:Factory
checked in at Wed Jun 1 15:11:35 CEST 2011.




--- GNOME/uget/uget.changes 2011-05-02 16:52:57.0 +0200
+++ /mounts/work_src_done/STABLE/uget/uget.changes  2011-06-01 
13:57:37.0 +0200
@@ -1,0 +2,60 @@
+Wed Jun  1 13:57:25 CEST 2011 - vu...@opensuse.org
+
+- Add aria2 Requires to make the aria2 plugin work.
+
+---
+Mon May 23 11:24:51 UTC 2011 - dims...@opensuse.org
+
+- Update to version 1.7.6:
+  + add Force Start to download menu.
+  + avoid Ubuntu Unity crash if user disable Always show tray
+icon and close window.
+  + fix display problems when uget is compiled with GTK+3
+  + Updated translations.
+- Changes from version 1.7.5:
+  + display upload speed in status bar and status icon.
+  + fix memory leak.
+  + Updated translations.
+- Changes from version 1.7.4:
+  + create new download from Torrent and Metalink file (with
+aria2 plug-in).
+  + save/restore sorted column.
+  + fix minor bugs.
+  + changes in aria2 plug-in:
+- This version MAY work with aria2 version 1.9.
+- add retry-wait if aria2 version = 1.11
+- add max-connection-per-server if aria2 version = 1.10
+- remove load-cookies option to avoid aria2.addUri response
+  fault.
+- Changes from version 1.7.3:
+  + support for application indicator.
+  + program can use absolute path to launch aria2c.
+  + fix building error.
+- Changes from version 1.7.2a:
+  + add configure option -with-gtk3 to enable GTK+3 support.
+- Changes from version 1.7.2:
+  + add setting: Always show tray icon.
+  + add more setting, column, and view for aria2.
+  + enable aria2 plug-in by default. (remove -enable-plugin-aria2)
+  + fix minor bugs.
+- Changes from version 1.7.1:
+  + Add scheduler.
+  + Add new timestamp columns: Added On and Completed On
+  + It can sort downloads by column in All category.
+  + It can do speed limit control per download.
+  + It can handle HTTP header Accept-Ranges: and send message to
+notify resumable or not resumable.
+  + The layout of main window was changed.
+- Changes from version 1.7.0:
+  + You can see new icons and Active subcategory.
+  + It also can refresh progress more fast than 1.6.
+  + Program will rename config directory from Uget to uGet
+automatically.
+  + Program can change tray icon if an error occurred or
+downloading start.
+- If favor_gtk2 is not set (meaning when we build for gtk3), add
+  pkgconfig(gtk+-3.0) BuildRequires. Move gtk2-devel BuildRequires
+  inside a favor_gtk2 condition. Add --with-gtk3 to configure as
+  needed.
+
+---

calling whatdependson for head-i586


Old:

  _service:recompress:download_url:uget-1.6.4.tar.bz2

New:

  _service:recompress:download_url:uget-1.7.6.tar.bz2



Other differences:
--
++ _service:set_version:uget.spec ++
--- /var/tmp/diff_new_pack.fN52xu/_old  2011-06-01 15:10:51.0 +0200
+++ /var/tmp/diff_new_pack.fN52xu/_new  2011-06-01 15:10:51.0 +0200
@@ -18,16 +18,15 @@
 
 
 Name:   uget
-Version:1.6.4
-Release:2
+Version: 1.7.6
+Release: 0
 License:LGPLv2.1+
 Summary:Easy-to-use GTK+ Download Manager
 Url:http://urlget.sourceforge.net/
 Group:  Productivity/Networking/Web/Utilities
 Source: %{name}-%{version}.tar.bz2
-BuildRequires:  glib2-devel = 2.22
+BuildRequires:  glib2-devel
 BuildRequires:  gstreamer-0_10-devel
-BuildRequires:  gtk2-devel = 2.22
 BuildRequires:  intltool
 %if 0%{?WITH_APPINDICATOR}
 BuildRequires:  libappindicator-devel
@@ -35,6 +34,12 @@
 BuildRequires:  libcurl-devel
 BuildRequires:  libnotify-devel
 BuildRequires:  update-desktop-files
+%if 0%{?favor_gtk2}
+BuildRequires:  gtk2-devel
+%else
+BuildRequires:  pkgconfig(gtk+-3.0)
+%endif
+Requires:   aria2
 Recommends: %{name}-lang
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
@@ -49,6 +54,9 @@
 
 %build
 %configure \
+%if ! 0%{?favor_gtk2}
+--with-gtk3 \
+%endif
 %if 0%{?WITH_APPINDICATOR}
 --enable-appindicator=yes
 %endif
@@ -85,6 +93,8 @@
 %{_bindir}/%{name}-gtk
 %{_datadir}/applications/%{name}-gtk.desktop
 %{_datadir}/sounds/%{name}/
+%{_datadir}/icons/hicolor/*/apps/%{name}-downloading.*
+%{_datadir}/icons/hicolor/*/apps/%{name}-error.*
 %{_datadir}/icons/hicolor/*/apps/%{name}-icon.*
 
 %files lang -f %{name}.lang

++ uget.spec ++
--- /var/tmp/diff_new_pack.fN52xu/_old  2011-06-01 15:10:51.0 +0200
+++ /var/tmp/diff_new_pack.fN52xu/_new  2011-06-01 15:10:51.0 +0200
@@ -19,15 +19,14 @@
 
 Name:   uget
 Version:0
-Release:2
+Release:3
 License:LGPLv2.1+
 Summary:Easy-to-use GTK+ Download Manager
 Url:

commit udev for openSUSE:11.4

2011-06-01 Thread h_root

Hello community,

here is the log from the commit of package udev for openSUSE:11.4
checked in at Wed Jun 1 22:13:12 CEST 2011.




--- old-versions/11.4/all/udev/udev.changes 2011-02-12 13:38:58.0 
+0100
+++ 11.4/udev/udev.changes  2011-04-26 22:02:27.0 +0200
@@ -1,0 +2,5 @@
+Tue Apr 26 22:00:41 CEST 2011 - kay.siev...@novell.com
+
+- run ata_id only on SPC-3 or later optical drives (bnc#679277)
+
+---

Package does not exist at destination yet. Using Fallback 
old-versions/11.4/all/udev
Destination is old-versions/11.4/UPDATES/all/udev
calling whatdependson for 11.4-i586


New:

  udev-ata_id.patch



Other differences:
--
++ udev.spec ++
--- /var/tmp/diff_new_pack.eb3diF/_old  2011-06-01 22:12:15.0 +0200
+++ /var/tmp/diff_new_pack.eb3diF/_new  2011-06-01 22:12:15.0 +0200
@@ -21,7 +21,7 @@
 Name:   udev
 Url:http://www.kernel.org/pub/linux/utils/kernel/hotplug/udev.html
 Version:166
-Release:2
+Release:6.RELEASE7
 License:LGPLv2.1+
 Group:  System/Kernel
 Summary:A rule-based device node and kernel event manager
@@ -41,6 +41,8 @@
 Source60:   boot.udev
 Source61:   boot.udev_retry
 
+Patch10:udev-ata_id.patch
+
 %description
 Udev creates and removes device nodes in /dev for devices discovered or
 removed from the system. It receives events via kernel netlink messages
@@ -91,6 +93,7 @@
 
 %prep
 %setup -q
+%patch10 -p1
 
 %build
 # prevent man pages from re-building (xmlto)

++ udev-ata_id.patch ++
From: Kay Sievers kay.siev...@vrfy.org
Date: Wed, 23 Mar 2011 11:11:38 + (+0100)
Subject: rules: run ata_id only on SPC-3 or later optical drives
X-Git-Tag: 167~10
X-Git-Url: 
http://git.kernel.org/?p=linux%2Fhotplug%2Fudev.git;a=commitdiff_plain;h=a31d76b18675a0bf213fdd16242b4268c9ff48e0

rules: run ata_id only on SPC-3 or later optical drives
---

diff --git a/rules/rules.d/60-persistent-storage.rules 
b/rules/rules.d/60-persistent-storage.rules
index 062049c..6a9abdd 100644
--- a/rules/rules.d/60-persistent-storage.rules
+++ b/rules/rules.d/60-persistent-storage.rules
@@ -28,8 +28,8 @@ KERNEL==sd*[!0-9]|sr*, ENV{ID_SERIAL}!=?*, 
SUBSYSTEMS==usb, IMPORT{program
 KERNEL==sd*[!0-9]|sr*, ENV{ID_SERIAL}!=?*, SUBSYSTEMS==ata, 
IMPORT{program}=ata_id --export $tempnode
 # ATA devices using the scsi subsystem
 KERNEL==sd*[!0-9]|sr*, ENV{ID_SERIAL}!=?*, SUBSYSTEMS==scsi, 
ATTRS{vendor}==ATA, IMPORT{program}=ata_id --export $tempnode
-# ATA/ATAPI devices using the scsi subsystem
-KERNEL==sd*[!0-9]|sr*, ENV{ID_SERIAL}!=?*, SUBSYSTEMS==scsi, 
ATTRS{type}==5, IMPORT{program}=ata_id --export $tempnode
+# ATA/ATAPI devices (SPC-3 or later) using the scsi subsystem
+KERNEL==sd*[!0-9]|sr*, ENV{ID_SERIAL}!=?*, SUBSYSTEMS==scsi, 
ATTRS{type}==5, ATTRS{scsi_level}==[6-9]*, IMPORT{program}=ata_id --export 
$tempnode
 # scsi devices
 KERNEL==sd*[!0-9]|sr*, ENV{ID_SERIAL}!=?*, IMPORT{program}=scsi_id 
--export --whitelisted -d $tempnode, ENV{ID_BUS}=scsi
 KERNEL==cciss*, ENV{DEVTYPE}==disk, ENV{ID_SERIAL}!=?*, 
IMPORT{program}=scsi_id --export --whitelisted -d $tempnode, 
ENV{ID_BUS}=cciss





Remember to have fun...

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