commit cronie for openSUSE:11.4

2011-05-16 Thread h_root

Hello community,

here is the log from the commit of package cronie for openSUSE:11.4
checked in at Tue May 17 00:25:06 CEST 2011.




--- old-versions/11.4/UPDATES/all/cronie/cronie.changes 2011-04-28 
10:40:54.0 +0200
+++ 11.4/cronie/cronie.changes  2011-05-16 12:11:18.0 +0200
@@ -1,0 +2,5 @@
+Mon May 16 10:01:16 UTC 2011 - vci...@novell.com
+
+- corrected job output via syslog (bnc#692871)
+
+---

calling whatdependson for 11.4-i586


New:

  cronie-1.4.7-syslog_output.patch



Other differences:
--
++ cronie.spec ++
--- /var/tmp/diff_new_pack.Ue7PLt/_old  2011-05-17 00:24:29.0 +0200
+++ /var/tmp/diff_new_pack.Ue7PLt/_new  2011-05-17 00:24:29.0 +0200
@@ -30,7 +30,7 @@
 AutoReqProv:on
 PreReq: permissions %fillup_prereq %insserv_prereq cron 
sysvinit(syslog)
 Version:1.4.7
-Release:9.
+Release:9.
 %{expand: %%define cronie_version %version}
 Summary:Cron Daemon
 Source0:%name-%version.tar.gz
@@ -50,6 +50,8 @@
 Patch4: %name-nheader_lines.diff
 # we use cron.pid instead of crond.pid 
 Patch5: %name-crond_pid.diff
+# PATCH-FIX-UPSTREAM cronie-1.4.7-syslog_output.patch bnc#692871
+Patch6: cronie-1.4.7-syslog_output.patch
 Conflicts:  cron <= 4.1
 # When finish update protection of sles11 we could uncomment line bellow and 
drop all
 # ugly hacks with subpackage cron needed for proper update proces
@@ -68,10 +70,10 @@
 %package -n cron
 License:MIT and BSD and GPLv2
 Version:4.2
-Release:9.
+Release:9.
 Summary:Auxiliary package
 Group:  System/Daemons
-Requires:   %{name} = %{cronie_version}
+Requires:   %{name} = %{cronie_version}-%{release}
 
 %description -n cron
 Auxiliary package, needed for proper update from vixie-cron 4.1 to cronie 1.4.4
@@ -92,6 +94,7 @@
 %patch3 -p1
 %patch4
 %patch5 -p1
+%patch6 -p1
 cp %{S:7} ./cron_to_cronie.README
 
 %build
@@ -156,7 +159,7 @@
 if [ -e /var/run/update_from_old_cron ]; then 
set 2
%restart_on_update cron
-   # in %postun restart_on_update call try-restart but we don't have init 
script in this phase when
+   # in %%postun restart_on_update call try-restart but we don't have init 
script in this phase when
# we are doing "ugly" update, but don't panic, it produces only warning 
to stderr
echo "Please ignore message about missing init script(from postun) - 
when occurs, we will install init script later with cronie package"
%__mv /etc/init.d/cron /etc/init.d/cron.bk ||:


++ cronie-1.4.7-syslog_output.patch ++
Index: cronie-1.4.7/src/do_command.c
===
--- cronie-1.4.7.orig/src/do_command.c
+++ cronie-1.4.7/src/do_command.c
@@ -480,7 +480,6 @@ static int child_process(entry * e, user
bytes++;
if (mail)
putc(ch, mail);
-   }
 #if defined(SYSLOG)
if (SyslogOutput) {
logbuf[bufidx++] = ch;
@@ -494,6 +493,7 @@ static int child_process(entry * e, user
}
}
 #endif
+   }
 
/* only close pipe if we opened it -- i.e., we're
 * mailing...





Remember to have fun...

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



commit rrdtool for openSUSE:11.4

2011-05-16 Thread h_root

Hello community,

here is the log from the commit of package rrdtool for openSUSE:11.4
checked in at Tue May 17 00:24:18 CEST 2011.




--- old-versions/11.4/all/rrdtool/rrdtool.changes   2010-12-28 
03:59:32.0 +0100
+++ 11.4/rrdtool/rrdtool.changes2011-05-12 13:12:54.0 +0200
@@ -1,0 +2,10 @@
+Thu May 12 10:33:46 UTC 2011 - m...@novell.com
+
+- Fix two segfaults in the Tcl binding.
+
+---
+Wed May 11 11:57:13 UTC 2011 - m...@novell.com
+
+- Fix a version dependency problem with Tcl (bnc#693085).
+
+---

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


New:

  rrdtool-tclsegfault.patch
  rrdtool-tclversion.patch



Other differences:
--
++ rrdtool.spec ++
--- /var/tmp/diff_new_pack.0f5FuB/_old  2011-05-17 00:23:09.0 +0200
+++ /var/tmp/diff_new_pack.0f5FuB/_new  2011-05-17 00:23:09.0 +0200
@@ -1,5 +1,5 @@
 #
-# spec file for package rrdtool (Version 1.4.5)
+# spec file for package rrdtool
 #
 # Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
@@ -35,11 +35,13 @@
 Group:  Productivity/Scientific/Math
 Requires:   perl = %{perl_version}
 Version:1.4.5
-Release:1
+Release:4.
 %define cgilib_version 0.7
 # http://oss.oetiker.ch/rrdtool/pub/rrdtool-%{version}.tar.gz
 Source: %{name}-%{version}.tar.bz2
 Patch1: rrdtool-lua_lib64.patch
+Patch2: rrdtool-tclversion.patch
+Patch3: rrdtool-tclsegfault.patch
 # 
http://www.infodrom.org/projects/cgilib/download/cgilib-%{cgilib_version}.tar.gz
 Source1:cgilib-%{cgilib_version}.tar.bz2
 Patch11:cgilib-fix_automake.patch
@@ -59,6 +61,8 @@
 %if %{_lib}==lib64
 %patch1
 %endif
+%patch2
+%patch3
 pushd "cgilib-%{cgilib_version}"
 %patch11
 popd #cgilib

++ rrdtool-tclsegfault.patch ++
--- bindings/tcl/tclrrd.c
+++ bindings/tcl/tclrrd.c
@@ -472,6 +472,12 @@ static int Rrd_Graph(
 char**argv2;
 CONST84 char *save;
 
+if (argc < 2) {
+Tcl_AppendResult(interp, "RRD Error: needs image filename",
+ (char *) NULL);
+return TCL_ERROR;
+}
+
 /*
  * If the "filename" is a Tcl fileID, then arrange for rrd_graph() to 
write to
  * that file descriptor.  Will this work with windoze?  I have no idea.
@@ -597,6 +603,12 @@ static int Rrd_Resize(
 {
 char**argv2;
 
+if (argc < 2) {
+Tcl_AppendResult(interp, "RRD Error: needs rrd filename",
+ (char *) NULL);
+return TCL_ERROR;
+}
+
 argv2 = getopt_init(argc, argv);
 rrd_resize(argc, argv2);
 getopt_cleanup(argc, argv2);
++ rrdtool-tclversion.patch ++
Index: bindings/tcl/tclrrd.c
===
--- bindings/tcl/tclrrd.c.orig
+++ bindings/tcl/tclrrd.c
@@ -678,10 +678,6 @@ static int init(
 if (Tcl_InitStubs(interp, TCL_VERSION, 0) == NULL)
 return TCL_ERROR;
 
-if (Tcl_PkgRequire(interp, "Tcl", TCL_VERSION, 1) == NULL) {
-return TCL_ERROR;
-}
-
 /*
  * Why a global array?  In keeping with the Rrd:: namespace, why
  * not simply create a normal variable Rrd::version and set it?





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

2011-05-16 Thread h_root

Hello community,

here is the log from the commit of package webyast-roles-ws for openSUSE:Factory
checked in at Mon May 16 18:23:57 CEST 2011.




--- webyast-roles-ws/webyast-roles-ws.changes   2011-02-08 17:53:42.0 
+0100
+++ webyast-roles-ws/webyast-roles-ws.changes   2011-05-02 14:40:14.0 
+0200
@@ -1,0 +2,12 @@
+Mon May  2 12:40:09 UTC 2011 - sch...@novell.com
+
+- adapt caching to the new job handling
+- 0.2.4 
+
+---
+Tue Apr 12 13:26:01 UTC 2011 - sch...@novell.com
+
+- new caching
+- 0.2.3 
+
+---

calling whatdependson for head-i586




Other differences:
--
++ webyast-roles-ws.spec ++
--- /var/tmp/diff_new_pack.vhjOPX/_old  2011-05-16 18:23:20.0 +0200
+++ /var/tmp/diff_new_pack.vhjOPX/_new  2011-05-16 18:23:20.0 +0200
@@ -20,11 +20,11 @@
 Name:   webyast-roles-ws
 Provides:   WebYaST(org.opensuse.yast.roles)
 PreReq: yast2-webservice
-License:GPLv2
+License:GPL v2 only
 Group:  Productivity/Networking/Web/Utilities
 Url:http://en.opensuse.org/Portal:WebYaST
 AutoReqProv:on
-Version:0.2.2
+Version:0.2.4
 Release:1
 Summary:WebYaST - role management service
 Source: www.tar.bz2
@@ -43,7 +43,7 @@
 #
 
 %package testsuite
-License:GPLv2
+
 Group:  Productivity/Networking/Web/Utilities
 Requires:   %{name} = %{version}
 Requires:   webyast-base-ws-testsuite




++ www.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/www/app/models/role.rb new/www/app/models/role.rb
--- old/www/app/models/role.rb  2011-02-01 10:49:11.0 +0100
+++ new/www/app/models/role.rb  2011-04-11 12:49:05.0 +0200
@@ -19,6 +19,8 @@
 # you may find current contact information at www.novell.com
 #++
 
+#caching makes no sense here cause the info comes from a Yaml file
+
 require 'yaml'
 require 'exceptions'
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/www/config/resources/role.yml 
new/www/config/resources/role.yml
--- old/www/config/resources/role.yml   2010-08-27 14:58:55.0 +0200
+++ new/www/config/resources/role.yml   2011-04-11 12:49:05.0 +0200
@@ -1,4 +1,10 @@
 interface: org.opensuse.yast.roles
 controller: roles
 singular: false
+#cache:
+#  enabled: true/false
+#  priority: -100..100
+#  reload_after: seconds (0 == do not reload)
+cache:
+  enabled: false
 






Remember to have fun...

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



commit claws-mail for openSUSE:Factory

2011-05-16 Thread h_root

Hello community,

here is the log from the commit of package claws-mail for openSUSE:Factory
checked in at Mon May 16 18:22:51 CEST 2011.




--- claws-mail/claws-mail.changes   2011-04-29 01:03:02.0 +0200
+++ claws-mail/claws-mail.changes   2011-05-16 09:35:58.0 +0200
@@ -1,0 +2,6 @@
+Mon May 16 07:21:21 UTC 2011 - dims...@opensuse.org
+
+- Add claws-mail-gdk.patch: fix crash in libnotify, caused by the
+  usage of deprecated GDK symbols, bnc#693197. Patch from upstream.
+
+---

calling whatdependson for head-i586


New:

  claws-mail-gdk.patch



Other differences:
--
++ claws-mail.spec ++
--- /var/tmp/diff_new_pack.uD1nvq/_old  2011-05-16 18:22:04.0 +0200
+++ /var/tmp/diff_new_pack.uD1nvq/_new  2011-05-16 18:22:04.0 +0200
@@ -20,13 +20,15 @@
 
 Name:   claws-mail
 Version:3.7.9
-Release:1
+Release:2
 License:GPLv3+
 Group:  Productivity/Networking/Email/Clients
 Url:http://www.claws-mail.org/
 Summary:A lightweight and highly configurable email client
 Source0:
http://prdownloads.sourceforge.net/sylpheed-claws/%{name}-%{version}.tar.bz2
 Patch0: claws-mail-python.diff
+# PATCH-FIX-UPSTREAM claws-mail-gdk.patch bnc#693197 dims...@opensuse.org -- 
Fix crash with libnotify enabled.
+Patch1: claws-mail-gdk.patch
 BuildRequires:  NetworkManager-devel
 BuildRequires:  compface
 BuildRequires:  db-devel
@@ -94,6 +96,7 @@
 %prep
 %setup -q
 %patch0
+%patch1
 
 %build
 %configure \

++ claws-mail-gdk.patch ++
Index: src/main.c
===
RCS file: //claws/src/main.c,v
retrieving revision 1.115.2.237
retrieving revision 1.115.2.238
diff -u -r1.115.2.237 -r1.115.2.238
--- src/main.c  10 Apr 2011 17:19:04 -  1.115.2.237
+++ src/main.c  30 Apr 2011 19:27:15 -  1.115.2.238
@@ -331,7 +331,7 @@
gtk_widget_show(hack);
}
 
-   xdisplay = gdk_display_get_default();
+   xdisplay = GDK_DISPLAY_XDISPLAY(gdk_display_get_default());
sn_display = sn_display_new(xdisplay,
sn_error_trap_push,
sn_error_trap_pop);







Remember to have fun...

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



commit sarg for openSUSE:Factory

2011-05-16 Thread h_root

Hello community,

here is the log from the commit of package sarg for openSUSE:Factory
checked in at Mon May 16 16:36:33 CEST 2011.




--- sarg/sarg.changes   2010-03-08 10:29:16.0 +0100
+++ sarg/sarg.changes   2011-02-15 17:37:15.0 +0100
@@ -1,0 +2,90 @@
+Tue Feb  8 20:48:47 UTC 2011 - alexan...@exatati.com.br
+
+- Update to 2.3.1:
+  - Please read ChangeLog with changes from 2.3 at
+http://sarg.sourceforge.net/sarg.ChangeLog.txt
+- Refresh config patch:
+  Old: sarg-2.2.7.1-config.patch
+  New: sarg-2.3.1-config.patch
+- Really enabled sarg-php;
+- Spec file cleaned with spec-cleaner.
+
+---
+Tue Nov  9 15:59:18 UTC 2010 - n...@opensuse.org
+
+- Update conf file to match sarg 2.2.7.1
+
+---
+Tue Nov  9 14:40:37 UTC 2010 - n...@opensuse.org
+
+- Conf file appears to have been word wrapped by mistake. Fixed
+
+---
+Thu Sep 16 21:27:34 UTC 2010 - ch...@computersalat.de
+
+- fix build for suse_version < 1130
+  o BuildReq: apache2 (/etc/apache2/conf.d)
+
+---
+Wed Sep 15 08:06:21 UTC 2010 - cyber...@opensuse.org
+
+- Remove obsolete patches
+- Add english to sarg-report
+- Add suse logo to report index
+- Improved default config
+- Add apache configuration
+- Version 2.2.7
+   * Extra compile and run time protection (FORTIFY_SOURCE) fixed
+ in configure.
+   * Use tabulations as columns separator in intermediary files
+ to avoid problems when a field of the log contains a space.
+   * Input log file type detection partly rewritten to clearly
+ distinguish which type is processed where.
+   * Read the input log file from standard input if log file name
+ is -.
+   * Use string pointers in getword instead of copying the
+ strings over and over.
+   * Use LC_TIME to format some dates and times in the report
+ according to the selected locale.
+   * Sarg.conf can list up to 255 access.log files.
+   * Downloaded files suffixes are matched against a sorted list
+ and use a dichotomic search.
+   * Added getword_atoll to read a number directly from a file
+ without an intermediary string storage.
+   * Use boolean to enable the options instead of string
+ compares.
+   * Accept an absolute path for the language file in sarg.conf.
+   * Experimental: Can show the backtrace of the program when a
+ getword loop is detected to help in locating the origin of
+ the error.
+   * Protect the creation of the index against invalid
+ directories.
+   * Only copy the files (not the subdirs) when creating the
+ directory with the images to include in the reports.
+   * Directories deleted without using the rm system command.
+   * Index created using an internal sort algorithm instead of a
+ system call.
+   * Fixed Debian bug #408577 (changed exclude_hosts to exclude
+ subdomains and IPv4 subnets).
+   * Replace --enable-htmldir by --enable-sargphp to avoid
+ confusion on the name (thanks to Peter Nixon).
+   * Installation of sarg-php can be disabled with
+ --disable-sargphp.
+   * Fixed empty entries in squidGuard log when the URL doesn't
+ start with protocol://.
+   * Fixed regressions in creation and reading of a sarg parsed
+ log (thanks to Joao Alves).
+   * Does not report URLs consisting of only a host name ending
+ with .com as a downloaded file.
+   * Mangle the $ and @ signs in user ID to make the resulting
+ file name valid in shell commands.
+   * Fixed a regression in the default value of --enable-sargphp.
+   * Increase the maximum size of a line read from access.log and
+ detect longer lines that were silently splitted in previous
+ versions.
+   * Tolerate longer URLs during the reading of the access.log to
+ have less chances of aborting during that phase. It only
+ helps if short URLs are output in the reports. If long_url is set, sarg 
will
+ still abort on over sized URLs. 
+
+---

calling whatdependson for head-i586


Old:

  sarg-2.2.3.1-config.patch
  sarg-2.2.5-enlarge_log_buffer.patch
  sarg-2.2.5-enlarge_report_buffers.patch
  sarg-2.2.5-fdleak.patch
  sarg-2.2.5-getword_boundary_limit.patch
  sarg-2.2.5-limit_sprintf.patch
  sarg-2.2.5-limit_useragent_sprintf.patch
  sarg-2.2.5-too_small_font_buffer.patch
  sarg-2.2.5-year_assertion.patch
  sarg-2.2.5.tar.bz2

New:

  platform_suse.gif
  sarg-2.3.1-config.patch
  sarg-2.3.1.tar.bz2
  sarg-apache.conf
  sarg-reports-english.patch



Other differences:
--
++ sarg.spec ++
--- /var/tmp/diff_new_pack.YrIwIi/_old  2011-05-16 16:33:33.0 +0200
+++ /var/tmp/diff_new_pack.YrIwIi/_new  2011-05-16 16:33:

commit gnome-icon-theme for openSUSE:Factory

2011-05-16 Thread h_root

Hello community,

here is the log from the commit of package gnome-icon-theme for openSUSE:Factory
checked in at Mon May 16 16:35:02 CEST 2011.




--- GNOME/gnome-icon-theme/gnome-icon-theme.changes 2010-08-25 
16:28:51.0 +0200
+++ /mounts/work_src_done/STABLE/gnome-icon-theme/gnome-icon-theme.changes  
2011-04-06 11:29:42.0 +0200
@@ -1,0 +2,50 @@
+Wed Apr  6 09:28:41 UTC 2011 - fcro...@novell.com
+
+- Update to version 3.0.0:
+  + prepare for awesome
+  + camera-web highres
+
+---
+Mon Apr  4 09:54:36 UTC 2011 - fcro...@novell.com
+
+- Update to version 2.91.93:
+  + volume icon in highres
+  + mouse device icon redone + highres
+
+---
+Wed Mar 23 10:06:58 UTC 2011 - fcro...@novell.com
+
+- Update to version 2.91.92:
+  + 'fail whale'
+  + disconnected wired network
+  + vpn 'device'
+  + development
+  + scanner
+  + dialog-password in highres
+
+---
+Fri Feb 25 13:14:46 UTC 2011 - fcro...@novell.com
+
+- Update to version 2.91.7:
+  + Speaker device icon
+- Changes from version 2.91.6:
+  + Include license files in tarball
+  + Updated translations
+- Add gtk3-tools Requires(post) because we want to make sure the
+  icon theme cache is generated.
+
+---
+Thu Dec 23 16:28:43 CET 2010 - vu...@opensuse.org
+
+- Update to version 2.91.0:
+  + generic phone device
+  + metadata cleanup
+  + blank template for new icons
+  + generic tablet in highres
+  + system-run in high res
+  + microphone input level icons
+  + regenerate cache during installation
+  + video-camera in highres
+  + folder for preview (bgo#635612)
+
+---

calling whatdependson for head-i586


Old:

  gnome-icon-theme-2.31.0.tar.bz2

New:

  gnome-icon-theme-3.0.0.tar.bz2



Other differences:
--
++ gnome-icon-theme.spec ++
--- /var/tmp/diff_new_pack.hASsis/_old  2011-05-16 16:32:53.0 +0200
+++ /var/tmp/diff_new_pack.hASsis/_new  2011-05-16 16:32:53.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package gnome-icon-theme (Version 2.31.0)
+# spec file for package gnome-icon-theme
 #
-# 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,20 +19,22 @@
 
 
 Name:   gnome-icon-theme
+Version:3.0.0
+Release:1
+Summary:GNOME Icon Theme
+License:LGPLv3+ | CC BY-SA V3.0
+Group:  System/GUI/GNOME
+Url:http://www.gnome.org/
+Source: 
ftp://ftp.gnome.org/pub/gnome/sources/%{name}/2.20/%{name}-%{version}.tar.bz2
 BuildRequires:  fdupes
 BuildRequires:  hicolor-icon-theme
 BuildRequires:  icon-naming-utils-devel
 BuildRequires:  intltool
 BuildRequires:  pkg-config
-License:LGPLv3+ | CC BY-SA V3.0
-Group:  System/GUI/GNOME
+# To make sure the icon theme cache gets generated
+Requires(post): gtk3-tools
 Provides:   %{name}-devel = %{version}-%{release}
-Version:2.31.0
-Release:2
-Source: 
ftp://ftp.gnome.org/pub/gnome/sources/%{name}/2.20/%{name}-%{version}.tar.bz2
-Url:http://www.gnome.org/
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-Summary:GNOME Icon Theme
 BuildArch:  noarch
 
 %description
@@ -72,7 +74,7 @@
 
 %files
 %defattr(-, root, root)
-%doc AUTHORS COPYING
+%doc AUTHORS COPYING COPYING_LGPL COPYING_CCBYSA3
 %ghost %{_datadir}/icons/gnome/icon-theme.cache
 %{_datadir}/icons/gnome/
 %{_datadir}/pkgconfig/gnome-icon-theme.pc

++ gnome-icon-theme-2.31.0.tar.bz2 -> gnome-icon-theme-3.0.0.tar.bz2 ++
GNOME/gnome-icon-theme/gnome-icon-theme-2.31.0.tar.bz2 
/mounts/work_src_done/STABLE/gnome-icon-theme/gnome-icon-theme-3.0.0.tar.bz2 
differ: char 11, line 1






Remember to have fun...

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



commit net-snmp for openSUSE:Factory

2011-05-16 Thread h_root

Hello community,

here is the log from the commit of package net-snmp for openSUSE:Factory
checked in at Mon May 16 16:32:45 CEST 2011.




--- net-snmp/net-snmp.changes   2011-04-13 19:57:20.0 +0200
+++ /mounts/work_src_done/STABLE/net-snmp/net-snmp.changes  2011-05-12 
16:47:31.0 +0200
@@ -1,0 +2,5 @@
+Thu May 12 14:49:34 UTC 2011 - lchiqui...@novell.com
+
+- update upstream patches from branch V5-6-patches to 20110512
+
+---

calling whatdependson for head-i586


Old:

  net-snmp-5.6.1-upstream-20110328.patch.bz2

New:

  net-snmp-5.6.1-upstream-20110512.patch.bz2



Other differences:
--
++ net-snmp.spec ++
--- /var/tmp/diff_new_pack.ffRLQv/_old  2011-05-16 16:26:46.0 +0200
+++ /var/tmp/diff_new_pack.ffRLQv/_new  2011-05-16 16:26:46.0 +0200
@@ -28,7 +28,7 @@
 
 Name:   net-snmp
 Version:5.6.1
-Release:6
+Release:8
 License:BSD3c(or similar) ; MIT License (or similar)
 Group:  Productivity/Networking/Other
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -55,7 +55,7 @@
 Source7:net-snmp.sysconfig
 Source8:net-snmp-rpmlintrc
 Source9:baselibs.conf
-Patch0: net-snmp-5.6.1-upstream-20110328.patch.bz2
+Patch0: net-snmp-5.6.1-upstream-20110512.patch.bz2
 # unused patch atm
 Patch1: net-snmp-5.5.0-socket-path.patch
 Patch2: net-snmp-5.5.0-testing-empty-arptable.patch

++ net-snmp-5.6.1-upstream-20110328.patch.bz2 -> 
net-snmp-5.6.1-upstream-20110512.patch.bz2 ++
Files net-snmp/net-snmp-5.6.1-upstream-20110328.patch.bz2 and 
/mounts/work_src_done/STABLE/net-snmp/net-snmp-5.6.1-upstream-20110512.patch.bz2
 differ






Remember to have fun...

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



commit pwdutils for openSUSE:Factory

2011-05-16 Thread h_root

Hello community,

here is the log from the commit of package pwdutils for openSUSE:Factory
checked in at Mon May 16 16:26:36 CEST 2011.




--- pwdutils/pwdutils.changes   2011-05-11 16:26:15.0 +0200
+++ /mounts/work_src_done/STABLE/pwdutils/pwdutils.changes  2011-05-16 
13:50:16.0 +0200
@@ -1,0 +2,5 @@
+Mon May 16 12:17:13 CEST 2011 - ku...@suse.de
+
+- Fix syntax errors in useradd.local
+
+---

calling whatdependson for head-i586


Old:

  pwdutils-3.2.16.tar.bz2

New:

  pwdutils-3.2.17.tar.bz2



Other differences:
--
++ pwdutils.spec ++
--- /var/tmp/diff_new_pack.mukQoo/_old  2011-05-16 16:25:39.0 +0200
+++ /var/tmp/diff_new_pack.mukQoo/_new  2011-05-16 16:25:39.0 +0200
@@ -28,7 +28,7 @@
 License:GPLv2
 Group:  System/Base
 AutoReqProv:on
-Version:3.2.16
+Version:3.2.17
 Release:1
 Summary:Utilities to Manage User and Group Accounts
 Requires:   pam-modules

++ pwdutils-3.2.16.tar.bz2 -> pwdutils-3.2.17.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pwdutils-3.2.16/ChangeLog 
new/pwdutils-3.2.17/ChangeLog
--- old/pwdutils-3.2.16/ChangeLog   2011-05-11 12:09:03.0 +0200
+++ new/pwdutils-3.2.17/ChangeLog   2011-05-16 11:25:30.0 +0200
@@ -1,3 +1,9 @@
+2011-05=16  Thorsten Kukuk  
+
+   * release 3.2.17
+
+   * etc/useradd.local: Fix syntax error.
+
 2011-05-11  Thorsten Kukuk  
 
* release 3.2.16
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pwdutils-3.2.16/NEWS new/pwdutils-3.2.17/NEWS
--- old/pwdutils-3.2.16/NEWS2011-05-11 16:22:21.0 +0200
+++ new/pwdutils-3.2.17/NEWS2011-05-16 11:25:51.0 +0200
@@ -4,6 +4,9 @@
 
 Please send bug reports, questions and suggestions to .
 
+Version 3.2.17
+* Fix useradd.local
+
 Version 3.2.16
 * Make sha512 new default password hash
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pwdutils-3.2.16/configure 
new/pwdutils-3.2.17/configure
--- old/pwdutils-3.2.16/configure   2011-05-11 16:22:38.0 +0200
+++ new/pwdutils-3.2.17/configure   2011-05-16 11:26:05.0 +0200
@@ -2431,7 +2431,7 @@
 
 # Define the identity of the package.
  PACKAGE="pwdutils"
- VERSION=3.2.16
+ VERSION=3.2.17
 
 
 cat >>confdefs.h <<_ACEOF
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pwdutils-3.2.16/configure.in 
new/pwdutils-3.2.17/configure.in
--- old/pwdutils-3.2.16/configure.in2011-05-11 16:12:26.0 +0200
+++ new/pwdutils-3.2.17/configure.in2011-05-16 11:25:40.0 +0200
@@ -4,7 +4,7 @@
 dnl Author: Thorsten Kukuk 
 dnl
 AC_INIT(src/passwd.c)
-AM_INIT_AUTOMAKE("pwdutils", 3.2.16)
+AM_INIT_AUTOMAKE("pwdutils", 3.2.17)
 AM_CONFIG_HEADER(config.h)
 AC_PREFIX_DEFAULT(/usr)
 AC_CANONICAL_HOST
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pwdutils-3.2.16/etc/useradd.local 
new/pwdutils-3.2.17/etc/useradd.local
--- old/pwdutils-3.2.16/etc/useradd.local   2011-02-02 11:02:32.0 
+0100
+++ new/pwdutils-3.2.17/etc/useradd.local   2011-05-16 13:20:20.0 
+0200
@@ -26,7 +26,7 @@
 
 # If SELinux is enabled, we have to run restorecon to assign
 # appropriate fcontexts to the respective $HOME and files under it
-if [ -x /usr/sbin/selinuxenabled && /usr/sbin/selinuxenabled ] ; then
+if [ -x /usr/sbin/selinuxenabled -a ! /usr/sbin/selinuxenabled ] ; then
   test -x /sbin/restorecon || exit 2
 
   if [ $# -lt 4 ]; then
@@ -38,6 +38,7 @@
   if [ -d $home_dir ]; then
   /sbin/restorecon -R $home_dir
   fi
+fi
 
 # All done.
 exit 0






Remember to have fun...

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



drop xfprint from openSUSE:Factory

2011-05-16 Thread h_root

Hello community,

FYI: Package xfprint was dropped from openSUSE:Factory at Mon May 16 16:16:48 
CEST 2011.

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

https://build.opensuse.org/package/show?project=openSUSE:Dropped&package=xfprint

Remember to have fun...

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



drop mousepad from openSUSE:Factory

2011-05-16 Thread h_root

Hello community,

FYI: Package mousepad was dropped from openSUSE:Factory at Mon May 16 16:15:39 
CEST 2011.

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

https://build.opensuse.org/package/show?project=openSUSE:Dropped&package=mousepad

Remember to have fun...

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



drop xfce4-panel-plugin-xfapplet from openSUSE:Factory

2011-05-16 Thread h_root

Hello community,

FYI: Package xfce4-panel-plugin-xfapplet was dropped from openSUSE:Factory at 
Mon May 16 16:12:14 CEST 2011.

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

https://build.opensuse.org/package/show?project=openSUSE:Dropped&package=xfce4-panel-plugin-xfapplet

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

2011-05-16 Thread h_root

Hello community,

here is the log from the commit of package perl-Data-Alias for openSUSE:Factory
checked in at Mon May 16 16:05:01 CEST 2011.




New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ /mounts/work_src_done/STABLE/perl-Data-Alias/perl-Data-Alias.changes
2011-04-04 11:29:49.0 +0200
@@ -0,0 +1,42 @@
+---
+Mon Apr  4 09:29:06 UTC 2011 - co...@novell.com
+
+- updated to 1.12
+   - Updated to work with Perl version 5.13.10, where GvGP() and
+ GvCV() are not directly-assignable lvalues
+   - Don't rely on details of core's pp_* functions to determine
+ whether an opcode exists, because they can change unpredictably
+ (and do change in Perl 5.13.9)
+
+---
+Wed Dec  1 13:31:33 UTC 2010 - co...@novell.com
+
+- switch to perl_requires macro
+
+---
+Wed Nov 24 16:54:24 UTC 2010 - ch...@computersalat.de
+
+- update to 1.10
+  - Updated to work with Perl version 5.13.7, where lex_end()
+has disappeared and mod() is now in the public API under the
+name op_lvalue()
+- 1.09  Mon Nov 15 21:36 GMT 2010
+  - Modify source filter test to use Filter::Util::Call directly
+instead of the deprecated Switch, and to not fail if it is not
+available, thus allowing tests to pass on Perl versions 5.13.1
+and above where Switch is no longer in the core distribution
+  - Updated to work with Perl version 5.13.6, where global variables
+are managed in a different way from before
+- 1.08  Fri Oct 22 09:39 BST 2010
+  - Updated to work with Perl versions 5.11.0 up to 5.13.0,
+including particularly the major change in when rv2cv ops get
+built in 5.11.2
+- recreated by cpanspec 1.78
+  o fix deps
+- remove obsolete fix_for_perl_5_12 patch
+
+---
+Sat Jul 24 22:21:38 UTC 2010 - pascal.ble...@opensuse.org
+
+- initial package (1.07)
+

calling whatdependson for head-i586


New:

  Data-Alias-1.12.tar.gz
  perl-Data-Alias.changes
  perl-Data-Alias.spec



Other differences:
--
++ perl-Data-Alias.spec ++
#
# spec file for package perl-Data-Alias
#
# 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-Data-Alias
Version:1.12
Release:1
License:GPL+ or Artistic
%define cpan_name Data-Alias
Summary:Comprehensive set of aliasing operations
Url:http://search.cpan.org/dist/Data-Alias/
Group:  Development/Libraries/Perl
#Source: 
http://www.cpan.org/authors/id/Z/ZE/ZEFRAM/Data-Alias-%{version}.tar.gz
Source: %{cpan_name}-%{version}.tar.gz
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
BuildRequires:  perl
BuildRequires:  perl-macros
%{perl_requires}

%description
Aliasing is the phenomenon where two different expressions actually refer
to the same thing. Modifying one will modify the other, and if you take a
reference to both, the two values are the same.

Aliasing occurs in Perl for example in for-loops and sub-calls:

for $var ($x) {
# here $var is an alias to $x
}

foo($y);
sub foo {
# here $_[0] is an alias to $y
}

Data::Alias is a module that allows you to apply "aliasing semantics" to a
section of code, causing aliases to be made whereever Perl would normally
make copies instead. You can use this to improve efficiency and
readability, when compared to using references.

The exact details of aliasing semantics are below under the /DETAILS
manpage.

%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(644,root,root,755)
%doc Changes README

%changelog





Remember to have fun...

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

commit upnp-inspector for openSUSE:Factory

2011-05-16 Thread h_root

Hello community,

here is the log from the commit of package upnp-inspector for openSUSE:Factory
checked in at Mon May 16 15:48:37 CEST 2011.




New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ /mounts/work_src_done/STABLE/upnp-inspector/upnp-inspector.changes  
2009-10-01 18:04:57.0 +0200
@@ -0,0 +1,10 @@
+---
+Thu Oct  1 18:04:36 CEST 2009 - vu...@opensuse.org
+
+- Use new python macros on 11.2 and later.
+
+---
+Sun Jun 14 02:20:43 CEST 2009 - vu...@novell.com
+
+- Initial package.
+

calling whatdependson for head-i586


New:

  UPnP-Inspector-0.2.2.tar.bz2
  upnp-inspector.changes
  upnp-inspector.spec



Other differences:
--
++ upnp-inspector.spec ++
#
# spec file for package upnp-inspector
#
# 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:   upnp-inspector
%define _name   UPnP-Inspector
Summary:UPnP Device and Service analyzer
Version:0.2.2
Release:1
License:X11/MIT
Group:  Productivity/Networking/Other
Url:http://coherence.beebits.net/wiki/UPnP-Inspector
Source: %{_name}-%{version}.tar.bz2
BuildRequires:  fdupes
BuildRequires:  python-devel
BuildRequires:  python-setuptools
Requires:   python-coherence
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
%py_requires
%if 0%{?suse_version} < 1120
%define python_sitelib %{py_sitedir}
%endif

%description
UPnP-Inspector is an UPnP Device and Service analyzer, based on the
Coherence DLNA/UPnP framework.

Loosely modeled after the Intel UPnP Device Spy and the UPnP Test Tool.

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

%build
%{__python} setup.py build

%install
%{__python} setup.py install --skip-build --root="%{buildroot}" 
--prefix="%{_prefix}"

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

%files
%defattr(-, root, root, -)
%doc ChangeLog LICENCE NEWS README
%{_bindir}/upnp-inspector
%{python_sitelib}/*.egg-info
%{python_sitelib}/upnp_inspector

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

2011-05-16 Thread h_root

Hello community,

here is the log from the commit of package zeitgeist-datahub for 
openSUSE:Factory
checked in at Mon May 16 15:46:49 CEST 2011.




New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ /mounts/work_src_done/STABLE/zeitgeist-datahub/zeitgeist-datahub.changes
2011-04-26 23:24:42.0 +0200
@@ -0,0 +1,23 @@
+---
+Tue Apr 26 23:23:14 CEST 2011 - vu...@opensuse.org
+
+- Add update-desktop-files BuildRequires so we can call
+  %suse_update_desktop_file, and remove fdupes BuildRequires.
+- Improve summary and description.
+- Add zeitgeist Supplements as this improves the zeitgeist
+  experience.
+
+---
+Fri Apr  1 07:33:16 UTC 2011 - dims...@opensuse.org
+
+- Use Recommends instead of Requires for -lang package.
+
+---
+Wed Jan 26 13:02:56 CST 2011 - feder...@novell.com
+
+- Update to upstream version zeitgeist-datahub-0.6.0.
+
+---
+Wed Jan 12 17:46:37 CST 2011 - feder...@novell.com
+
+- Initial packaging of zeitgeist-datahub-0.5.1.

calling whatdependson for head-i586


New:

  zeitgeist-datahub-0.6.0.tar.gz
  zeitgeist-datahub.changes
  zeitgeist-datahub.spec



Other differences:
--
++ zeitgeist-datahub.spec ++
#
# spec file for package zeitgeist-datahub
#
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (C) 2011 Federico Mena Quintero
#
# 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:   zeitgeist-datahub
Version:0.6.0
Release:1
License:GPLv3+
Summary:Passive logging daemon for Zeitgeist
Url:https://launchpad.net/zeitgeist-datahub
Group:  Productivity/Other
Source: %{name}-%{version}.tar.gz
BuildRequires:  intltool
BuildRequires:  update-desktop-files
BuildRequires:  vala
BuildRequires:  pkgconfig(dbus-glib-1)
BuildRequires:  pkgconfig(gtk+-2.0)
BuildRequires:  pkgconfig(zeitgeist-1.0)
Requires:   zeitgeist
Recommends: %{name}-lang
Supplements:zeitgeist
BuildRoot:  %{_tmppath}/%{name}-%{version}-build

%description
The datahub provides passive plugins which insert events into
Zeitgeist.

%lang_package
%prep
%setup -q

%build
%configure
make %{?_smp_mflags}

%install
%make_install
%find_lang %{name}
%suse_update_desktop_file zeitgeist-datahub

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc AUTHORS COPYING NEWS
%{_bindir}/zeitgeist-datahub
%{_sysconfdir}/xdg/autostart/zeitgeist-datahub.desktop
%{_mandir}/man1/zeitgeist-datahub.1*

%files lang -f %{name}.lang

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

2011-05-16 Thread h_root

Hello community,

here is the log from the commit of package arpwatch-ethercodes for 
openSUSE:Factory
checked in at Mon May 16 15:36:51 CEST 2011.




--- AUTO/all/arpwatch-ethercodes/arpwatch-ethercodes.changes2011-05-05 
15:40:08.0 +0200
+++ 
/mounts/work_src_done/STABLE/arpwatch-ethercodes/arpwatch-ethercodes.changes
2011-05-12 16:40:08.0 +0200
@@ -2 +2 @@
-Thu May  5 15:40:08 CEST 2011 - autobu...@suse.de
+Thu May 12 16:40:08 CEST 2011 - autobu...@suse.de
@@ -4 +4 @@
-- automated update on 2011-05-05
+- automated update on 2011-05-12

calling whatdependson for head-i586




Other differences:
--
++ arpwatch-ethercodes.spec ++
--- /var/tmp/diff_new_pack.tJzbhT/_old  2011-05-16 15:36:35.0 +0200
+++ /var/tmp/diff_new_pack.tJzbhT/_new  2011-05-16 15:36:35.0 +0200
@@ -25,7 +25,7 @@
 Group:  Productivity/Networking/Diagnostic
 AutoReqProv:on
 Summary:Ethercodes Data for arpwatch
-Version:2011.5.5
+Version:2011.5.12
 Release:1
 Source: http://standards.ieee.org/regauth/oui/oui.txt.bz2
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ oui.txt.bz2 ++
--- /var/tmp/diff_new_pack.tJzbhT/_old  2011-05-16 15:36:35.0 +0200
+++ /var/tmp/diff_new_pack.tJzbhT/_new  2011-05-16 15:36:35.0 +0200
@@ -2854,9 +2854,8 @@
 
 00-01-B8   (hex)   Netsensity, Inc.
 0001B8 (base 16)   Netsensity, Inc.
-   15301 Dallas Parkway
-   Suite 760
-   Addison TX 75001
+   PO Box 1060
+   Lake Forest CA 92630
UNITED STATES
 
 00-01-B9   (hex)   SKF Condition Monitoring
@@ -64542,10 +64541,10 @@
San Jose CA 95131
UNITED STATES
 
-00-30-B1   (hex)   aXess-pro networks GmbH
-0030B1 (base 16)   aXess-pro networks GmbH
-   Vor der Pforte 19
-   Dreieich  D-63303
+00-30-B1   (hex)   TrunkNet
+0030B1 (base 16)   TrunkNet
+   Aubergenviller Allee 51
+   Dieburg  D-64807
GERMANY
 
 00-30-B2   (hex)   L-3 Sonoma EO
@@ -83311,6 +83310,12 @@
Union City CA 94587
UNITED STATES
 
+2C-1E-EA   (hex)   AERODEV
+2C1EEA (base 16)   AERODEV
+   No.59,1985 Lane,Chunshen Road,
+   Shanghai  200237
+   CHINA
+
 2C-21-72   (hex)   Juniper Networks
 2C2172 (base 16)   Juniper Networks
1194 N Mathilda Avenue
@@ -83349,6 +83354,13 @@
Lustenau  6890
AUSTRIA
 
+2C-41-38   (hex)   Hewlett Packard
+2C4138 (base 16)   Hewlett Packard
+   11445 Compaq Center Drive
+   Mailcode 6.3.049
+   Houston Texas 77070
+   UNITED STATES
+
 2C-6B-F5   (hex)   Juniper networks
 2C6BF5 (base 16)   Juniper networks
1194 N. Mathilda ave
@@ -84108,6 +84120,12 @@
Anaheim CA 92807
UNITED STATES
 
+3C-6F-45   (hex)   Fiberpro Inc.
+3C6F45 (base 16)   Fiberpro Inc.
+   59-4 Jang-dong, Yusong-gu
+   Deajon 305-343
+   KOREA, REPUBLIC OF
+
 3C-74-37   (hex)   RIM
 3C7437 (base 16)   RIM
295 Phillip Street
@@ -85402,6 +85420,12 @@
San Jose CA 95134
UNITED STATES
 
+54-84-7B   (hex)   Digital Devices GmbH
+54847B (base 16)   Digital Devices GmbH
+   Moewestr 45 A
+   Muenchen  81827
+   GERMANY
+
 54-89-22   (hex)   Zelfy Inc
 548922 (base 16)   Zelfy Inc
4655 Old Ironsides Dr, Suite#200
@@ -85458,6 +85482,13 @@
Shenzhen Guangdong 518000
CHINA
 
+54-F5-B6   (hex)   ORIENTAL PACIFIC INTERNATIONAL LIMITED
+54F5B6 (base 16)   ORIENTAL PACIFIC INTERNATIONAL LIMITED
+   5 ARGUS PLACE
+   HILLCREST
+   NORTH SHORE CITY

commit autofs for openSUSE:Factory

2011-05-16 Thread h_root

Hello community,

here is the log from the commit of package autofs for openSUSE:Factory
checked in at Mon May 16 15:36:27 CEST 2011.




--- autofs/autofs.changes   2011-04-07 16:40:01.0 +0200
+++ /mounts/work_src_done/STABLE/autofs/autofs.changes  2011-05-09 
18:45:52.0 +0200
@@ -1,0 +2,18 @@
+Mon May  9 16:46:48 UTC 2011 - lchiqui...@novell.com
+
+- update 5.0.5 upstream patches to 20110427 (bnc#692104):
+  * fix paged ldap map read
+  * fix next task list update
+  * fix stale map read
+  * fix null cache clean
+  * automount(8) man page correction
+  * fix out of order locking in readmap
+  * include ip address in debug logging
+  * mount using address for DNS round robin host names
+  * reset negative status on cache prune
+- remove patches that are now upstream:
+  * autofs-5.0.5-fix-next-task-list-update.patch
+  * autofs-5.0.5-fix-stale-map-read.patch
+  * autofs-5.0.5-fix-out-of-order-locking-in-readmap.patch
+
+---

calling whatdependson for head-i586


Old:

  autofs-5.0.5-fix-next-task-list-update.patch
  autofs-5.0.5-fix-out-of-order-locking-in-readmap.patch
  autofs-5.0.5-fix-stale-map-read.patch
  autofs-5.0.5-upstream-patches-20110318.bz2

New:

  autofs-5.0.5-upstream-patches-20110427.bz2



Other differences:
--
++ autofs.spec ++
--- /var/tmp/diff_new_pack.7LGxzW/_old  2011-05-16 15:34:58.0 +0200
+++ /var/tmp/diff_new_pack.7LGxzW/_new  2011-05-16 15:34:58.0 +0200
@@ -26,7 +26,7 @@
 Group:  System/Daemons
 AutoReqProv:on
 Version:5.0.5
-Release:18
+Release:22
 Summary:A Kernel-Based Automounter
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Source: 
ftp://ftp.kernel.org/pub/linux/daemons/autofs/v5/%{name}-%{version}.tar.bz2
@@ -37,14 +37,11 @@
 Source5:README.SuSE
 Source7:NetworkManager-autofs
 Source8:get-upstream-patches
-%define patchdate 20110318
+%define patchdate 20110427
 Patch0: autofs-%{version}-upstream-patches-%{patchdate}.bz2
-Patch1: autofs-5.0.5-fix-next-task-list-update.patch
-Patch2: autofs-5.0.5-fix-stale-map-read.patch
-Patch3: autofs-5.0.5-invalid-ghost-dirs.patch
-Patch4: autofs-5.0.5-fix-out-of-order-locking-in-readmap.patch
+Patch1: autofs-5.0.5-invalid-ghost-dirs.patch
 Patch10:autofs-suse-auto_master_default.patch
-Patch12:autofs-suse-build.patch
+Patch11:autofs-suse-build.patch
 PreReq: %fillup_prereq %insserv_prereq aaa_base
 Recommends: nfs-client
 
@@ -69,11 +66,8 @@
 #
 %patch0 -p1
 %patch1 -p1
-%patch2 -p1
-%patch3 -p1
-%patch4 -p1
 %patch10 -p1
-%patch12 -p1
+%patch11 -p1
 
 %build
 rm -f configure






Remember to have fun...

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



commit bpython for openSUSE:Factory

2011-05-16 Thread h_root

Hello community,

here is the log from the commit of package bpython for openSUSE:Factory
checked in at Mon May 16 15:34:46 CEST 2011.




--- bpython/bpython.changes 2010-08-03 20:14:23.0 +0200
+++ /mounts/work_src_done/STABLE/bpython/bpython.changes2011-05-13 
14:53:33.0 +0200
@@ -1,0 +2,5 @@
+Fri May 13 12:06:18 CEST 2011 - p...@suse.de
+
+- Add missing requires for python-curses (bnc#693545).
+
+---

calling whatdependson for head-i586




Other differences:
--
++ bpython.spec ++
--- /var/tmp/diff_new_pack.ZJKbG8/_old  2011-05-16 15:33:09.0 +0200
+++ /var/tmp/diff_new_pack.ZJKbG8/_new  2011-05-16 15:33:09.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package bpython (Version 0.9.7.1)
+# spec file for package bpython
 #
-# 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
@@ -22,7 +22,7 @@
 
 Name:   bpython
 Version:0.9.7.1
-Release:1
+Release:6
 Summary:Fancy Curses Interface to the Python Interactive Interpreter
 Source: 
http://www.bpython-interpreter.org/releases/bpython-%{version}.tar.gz
 Source1:bpython.desktop
@@ -36,7 +36,7 @@
 BuildRequires:  python-setuptools
 %endif
 BuildRequires:  update-desktop-files
-Requires:   python-pygments python-parsing
+Requires:   python-pygments python-parsing python-curses
 %if 0%{?suse_version} >= 1120
 BuildArch:  noarch
 %endif
@@ -80,4 +80,5 @@
 %doc %{_mandir}/man1/bpython.1%{ext_man}
 %doc %{_mandir}/man5/bpython-config.5%{ext_man}
 %{_datadir}/applications/%{name}.desktop
+
 %changelog






Remember to have fun...

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



commit brp-check-suse for openSUSE:Factory

2011-05-16 Thread h_root

Hello community,

here is the log from the commit of package brp-check-suse for openSUSE:Factory
checked in at Mon May 16 15:32:52 CEST 2011.




--- brp-check-suse/brp-check-suse.changes   2011-04-29 01:48:29.0 
+0200
+++ /mounts/work_src_done/STABLE/brp-check-suse/brp-check-suse.changes  
2011-05-13 15:02:04.0 +0200
@@ -1,0 +2,5 @@
+Fri May 13 13:01:01 UTC 2011 - lnus...@suse.de
+
+ - remove brp-pie, replaced with rpmlint check
+
+---

calling whatdependson for head-i586




Other differences:
--
++ brp-check-suse.spec ++
--- /var/tmp/diff_new_pack.scVsIn/_old  2011-05-16 15:32:18.0 +0200
+++ /var/tmp/diff_new_pack.scVsIn/_new  2011-05-16 15:32:18.0 +0200
@@ -24,7 +24,7 @@
 AutoReqProv:off
 Summary:build root policy check scripts
 Version:1.0
-Release:40
+Release:42
 Source0:%{name}-%{version}.tar.bz2
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ brp-check-suse-1.0.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/brp-check-suse-1.0/brp-pie 
new/brp-check-suse-1.0/brp-pie
--- old/brp-check-suse-1.0/brp-pie  2011-04-29 01:47:19.0 +0200
+++ new/brp-check-suse-1.0/brp-pie  1970-01-01 01:00:00.0 +0100
@@ -1,53 +0,0 @@
-#!/bin/sh
-
-# If using normal root, avoid check. Will give too much false positive
-if [ -z "$RPM_BUILD_ROOT" ]; then
-exit 0
-fi
-
-# hppa does not have pie
-test "`uname -m`" = parisc && exit 0
-
-PIE_USED=1
-
-check_path() {
-  if [ -e $1 ]; then
-#
-# brp-pie runs after brp-symlink, so we should have relative symlinks
-# only and so should be able to resolve them:
-#
-
-file -<$1 | grep "shared object" > /dev/null
-if [ $? -eq 1 ]; then
-  test $PIE_USED == 1 && echo ""
-  echo $1 is not compiled with -fpie/linked with -pie!
-  PIE_USED=0
-fi
-  fi
-}
-
-#
-# Listed binaries should be linked with -pie to allow the kernel
-# to dynamically randomize the address space of the program:
-#
-
-for i in `cat /usr/lib/rpm/brp-pie.data/filelist` ; do
-  check_path $RPM_BUILD_ROOT/$i 
-done
-
-#for dir in $RPM_BUILD_ROOT{/usr,}/bin; do
-#  if [ -e $dir ]; then
-# for file in `grep -lr libgcrypt.so $dir`; do
-#   check_path $file
-# done
-#  fi
-#done
-
-if [ $PIE_USED -eq 0 ]; then
-  echo ""
-  echo "Please adjust your package and compile the above programs with 
-fpie/-pie"
-  echo
-  exit 1
-fi
-
-exit 0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/brp-check-suse-1.0/brp-pie.data/filelist 
new/brp-check-suse-1.0/brp-pie.data/filelist
--- old/brp-check-suse-1.0/brp-pie.data/filelist2011-04-29 
01:47:19.0 +0200
+++ new/brp-check-suse-1.0/brp-pie.data/filelist1970-01-01 
01:00:00.0 +0100
@@ -1,236 +0,0 @@
-/bin/ping
-/bin/ping6
-/bin/su
-/opt/gnome/bin/gaim
-/opt/gnome/bin/gaim-remote
-/sbin/arping
-/sbin/clockdiff
-/sbin/dhclient
-/sbin/dhcpcd
-/sbin/klogd
-/sbin/portmap
-/sbin/rpc.lockd
-/sbin/syslogd
-/sbin/tracepath
-/sbin/tracepath6
-/usr/bin/uniconv
-/usr/bin/achfile
-/usr/bin/adv1tov2
-/usr/bin/aecho
-/usr/bin/afile
-/usr/bin/afppasswd
-/usr/bin/at
-/usr/bin/cadaver
-/usr/bin/chage
-/usr/bin/chfn
-/usr/bin/chsh
-/usr/bin/ciptool
-/usr/bin/cnid_index
-/usr/bin/dig
-/usr/bin/dund
-/usr/bin/expiry
-/usr/bin/finger
-/usr/bin/getzones
-/usr/bin/gpasswd
-/usr/bin/gpg
-/usr/bin/gpgsplit
-/usr/bin/gpgv
-/usr/bin/hcitool
-/usr/bin/hidd
-/usr/bin/host
-/usr/bin/htpasswd
-/usr/bin/l2ping
-/usr/bin/lppasswd
-/usr/bin/megatron
-/usr/bin/nbplkup
-/usr/bin/nbprgstr
-/usr/bin/nbpunrgstr
-/usr/bin/ncplogin
-/usr/bin/ncpmap
-/usr/bin/net
-/usr/bin/newgrp
-/usr/bin/nmblookup
-/usr/bin/nslookup
-/usr/bin/nsupdate
-/usr/bin/nwsfind
-/usr/bin/omshell
-/usr/bin/pand
-/usr/bin/pap
-/usr/bin/papstatus
-/usr/bin/passwd
-/usr/bin/pdbedit
-/usr/bin/profiles
-/usr/bin/psorder
-/usr/bin/rcp
-/usr/bin/rexec
-/usr/bin/rfcomm
-/usr/bin/rlogin
-/usr/bin/rpcclient
-/usr/bin/rsh
-/usr/bin/scp
-/usr/bin/sdptool
-/usr/bin/sftp
-/usr/bin/showppd
-/usr/bin/smbcacls
-/usr/bin/smbclient
-/usr/bin/smbcontrol
-/usr/bin/smbcquotas
-/usr/bin/smbmnt
-/usr/bin/smbmount
-/usr/bin/smbpasswd
-/usr/bin/smbspool
-/usr/bin/smbstatus
-/usr/bin/smbtree
-/usr/bin/smbumount
-/usr/bin/ssh
-/usr/bin/ssh-add
-/usr/bin/ssh-agent
-/usr/bin/ssh-keygen
-/usr/bin/ssh-keyscan
-/usr/bin/svn
-/usr/bin/svnadmin
-/usr/bin/svndumpfilter
-/usr/bin/svnlook
-/usr/bin/svnserve
-/usr/bin/svnversion
-/usr/bin/talk
-/usr/bin/tdbbackup
-/usr/bin/tdbdump
-/usr/bin/tdbtool
-/usr/bin/telnet
-/usr/bin/testparm
-/usr/bin/testprns
-/usr/bin/timeout
-/usr/bin/wbinfo
-/usr/lib/mit/bin/ftp
-/usr/lib/mit/bin/gss-client
-/usr/lib/mit/bin/kdestroy
-/usr/lib/mit/bin/kinit
-/usr/l

commit hplip for openSUSE:Factory

2011-05-16 Thread h_root

Hello community,

here is the log from the commit of package hplip for openSUSE:Factory
checked in at Mon May 16 15:32:07 CEST 2011.




--- hplip/hplip.changes 2011-03-29 16:30:50.0 +0200
+++ /mounts/work_src_done/STABLE/hplip/hplip.changes2011-05-13 
12:49:01.0 +0200
@@ -1,0 +2,12 @@
+Fri May 13 12:20:10 CEST 2011 - jsm...@suse.de
+
+- Upgraded to version 3.11.5:
+  Added LEDM ADF Scan support.
+  Added LEDM Wireless support.
+  Some more supported printers and all-in-one devices.
+  It may fix the inverted/wrong color problem in HPCUPS
+  (see Novell/openSUSE Bugzilla bnc #692905).
+  For details see
+  http://hplipopensource.com/hplip-web/release_notes.html
+
+---

calling whatdependson for head-i586


Old:

  hplip-3.11.3a.tar.bz2

New:

  hplip-3.11.5.tar.bz2



Other differences:
--
++ hplip.spec ++
--- /var/tmp/diff_new_pack.v96Tbt/_old  2011-05-16 15:29:54.0 +0200
+++ /var/tmp/diff_new_pack.v96Tbt/_new  2011-05-16 15:29:54.0 +0200
@@ -29,17 +29,17 @@
 # HPLIP has reached 1.0 status. With this release a date encoded revision 
number is used:
 # x.y.m : x = major release number, y = year (eg: 6 = 2006), m = month (eg: 6a 
= second release in June)
 # Official releases have a 3 digit number and release candidates have a 4 
digit number: x.y.m.rc
-Version:3.11.3a
+Version:3.11.5
 Release:1
 Group:  Hardware/Printing
 License:BSD3c(or similar) ; GPLv2+ ; MIT License (or similar)
 Url:http://hplipopensource.com
 # Source0...Source9 is for sources from HP:
-# URL for Source0: 
http://prdownloads.sourceforge.net/hplip/hplip-3.11.3a.tar.gz
-# URL to verify Source0: 
http://prdownloads.sourceforge.net/hplip/hplip-3.11.3a.tar.gz.asc
+# URL for Source0: http://prdownloads.sourceforge.net/hplip/hplip-3.11.5.tar.gz
+# URL to verify Source0: 
http://prdownloads.sourceforge.net/hplip/hplip-3.11.5.tar.gz.asc
 # How to verify Source0 see: http://hplipopensource.com/node/327
 # For example: /usr/bin/gpg --keyserver pgp.mit.edu --recv-keys 0xA59047B9
-#  gpg --verify hplip-3.11.3a.tar.gz.asc hplip-3.11.3a.tar.gz
+#  /usr/bin/gpg --verify hplip-3.11.5.tar.gz.asc 
hplip-3.11.5.tar.gz
 # must result: Good signature from "HPLIP (HP Linux Imaging and Printing) 
"
 Source0:%{name}-%{version}.tar.bz2
 # Patch0...Patch9 is for patches from HP:
@@ -144,42 +144,6 @@
 /usr/share/doc/packages/hplip/index.html
 
 
-
-Authors:
-
-David Suffield 
-Yie Shiyun 
-Donald J. Welch 
-Cauligi Raghothama S. 
-Aaron Albright
-Charlie Moore
-Chris Wiesner
-Chuck Esterbrook
-Cory Meisch
-David Goodger
-David Paschal
-Don Castrapel
-Foster Nuffer
-Hamish B Lawson
-Henrique M. Holschuh
-Ian Bicking
-Jacqueline Pitter
-James Thiele
-John Hosszu
-John Oleinik
-Linus Araque
-Mark Crawford
-Mark Overton
-Michael Foord
-Mike Orr
-Pete Parks
-Philippe Normand
-Sam Rushing
-Smith Kennedy
-Steve DeRoos
-Tavis Rudd
-Till Kamppeter
-
 %package hpijs
 License:BSD3c(or similar) ; GPLv2+ ; MIT License (or similar)
 Summary:Only plain printing with HPLIP printer drivers
@@ -260,15 +224,6 @@
 For full documentation and license see the main-package hplip.
 
 
-
-Authors:
-
-David Suffield 
-Cory Meisch 
-Yie Shiyun 
-Donald J. Welch 
-Cauligi Raghothama S. 
-
 %prep
 # Be quiet when unpacking:
 %setup -q


++ hplip-3.11.3a.tar.bz2 -> hplip-3.11.5.tar.bz2 ++
hplip/hplip-3.11.3a.tar.bz2 
/mounts/work_src_done/STABLE/hplip/hplip-3.11.5.tar.bz2 differ: char 11, line 1






Remember to have fun...

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



commit ipsec-tools for openSUSE:Factory

2011-05-16 Thread h_root

Hello community,

here is the log from the commit of package ipsec-tools for openSUSE:Factory
checked in at Mon May 16 15:29:43 CEST 2011.




--- ipsec-tools/ipsec-tools.changes 2011-05-04 14:04:07.0 +0200
+++ /mounts/work_src_done/STABLE/ipsec-tools/ipsec-tools.changes
2011-05-15 17:43:27.0 +0200
@@ -1,0 +2,6 @@
+Sun May 15 15:42:28 UTC 2011 - ch...@computersalat.de
+
+- remove Author from description
+- add racoon.psk patch
+
+---

calling whatdependson for head-i586


New:

  racoon.psk.patch



Other differences:
--
++ ipsec-tools.spec ++
--- /var/tmp/diff_new_pack.PzLMzz/_old  2011-05-16 15:26:02.0 +0200
+++ /var/tmp/diff_new_pack.PzLMzz/_new  2011-05-16 15:26:02.0 +0200
@@ -15,13 +15,12 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 
 
 Name:   ipsec-tools
 Summary:IPsec Utilities
 Version:0.7.3
-Release:12
+Release:14
 License:BSD3c(or similar)
 Group:  Productivity/Networking/Security
 AutoReqProv:on
@@ -31,7 +30,8 @@
 Source2:sysconfig.racoon
 Source3:setkey.conf.sample
 Source4:racoon.pam
-Patch1: racoon.conf_macros.patch
+Patch0: racoon.conf_macros.patch
+Patch1: racoon.psk.patch
 Patch2: ipsec-tools-0.7.3-linkerflag.patch
 Patch3: ipsec-tools-0.7.2-nodevel.patch
 Prefix: /usr
@@ -58,17 +58,9 @@
 These sources can be found at the IPsec-Tools home page at:
 http://ipsec-tools.sourceforge.net/
 
-
-
-Authors:
-
-Derek Atkins  
-Michal Ludvig 
-Emmanuel Dreyfus 
-Yvan Vanhullebus 
-
 %prep
 %setup -q
+%patch0 -p1
 %patch1 -p1
 %patch2
 %patch3 -p1

++ racoon.psk.patch ++
diff -ruN ipsec-tools-0.7.3-orig/src/racoon/samples/psk.txt.in 
ipsec-tools-0.7.3/src/racoon/samples/psk.txt.in
--- ipsec-tools-0.7.3-orig/src/racoon/samples/psk.txt.in2005-02-12 
11:13:59.0 +
+++ ipsec-tools-0.7.3/src/racoon/samples/psk.txt.in 2009-11-24 
16:56:57.918529481 +
@@ -1,21 +1,43 @@
-# IPv4/v6 addresses
-10.160.94.3mekmitasdigoat
-172.16.1.133   mekmitasdigoat
-194.100.55.1   whatcertificatereally
-203.178.141.208mekmitasdigoat
-206.175.160.18 mekmitasdigoat
-206.175.160.20 mekmitasdigoat
-206.175.160.21 mekmitasdigoat
-206.175.160.22 mekmitasdigoat
-206.175.160.23 mekmitasdigoat
-206.175.160.36 mekmitasdigoat
-206.175.161.125mekmitasdigoat
-206.175.161.154mekmitasdigoat
-206.175.161.156mekmitasdigoat
-206.175.161.182mekmitasdigoat
-3ffe:501:410::200:86ff:fe05:80fa   mekmitasdigoat
-3ffe:501:410::210:4bff:fea2:8baa   mekmitasdigoat
+##
+# ipsec ranbits --continuous 128
+# 128 Bit kPSK
+# 0x3e50b948e6244038a96d205cccb2bfc0
+#
+# ipsec ranbits --continuous 256
+# 256 Bit Key
+# 0xf6753d5ebf51fe99bd8141746676a574257899e6d44768b1b384008cb8215d5d
+##
+
+##
+# Partner
+##
+115.176.124.3 0x3e50b948e6244038a96d205cccb2bfc0
+
+##
 # USER_FQDN
-sak...@kame.netmekmitasdigoat
+##
+#sak...@kame.netmekmitasdigoat
+
+##
 # FQDN
-kame   hoge
+##
+#kame   hoge
+
+##
+# IPv4/v6 addresses
+#10.160.94.3   mekmitasdigoat
+#172.16.1.133  mekmitasdigoat
+#194.100.55.1  whatcertificatereally
+#203.178.141.208   mekmitasdigoat
+#206.175.160.18mekmitasdigoat
+#206.175.160.20mekmitasdigoat
+#206.175.160.21mekmitasdigoat
+#206.175.160.22mekmitasdigoat
+#206.175.160.23mekmitasdigoat
+#206.175.160.36mekmitasdigoat
+#206.175.161.125   mekmitasdigoat
+#206.175.161.154   mekmitasdigoat
+#206.175.161.156   mekmitasdigoat
+#206.175.161.182   mekmitasdigoat
+#3ffe:501:410::200:86ff:fe05:80fa  mekmitasdigoat
+#3ffe:501:410::210:4bff:fea2:8baa  mekmitasdigoat





Remember to have fun...

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



commit lftp for openSUSE:Factory

2011-05-16 Thread h_root

Hello community,

here is the log from the commit of package lftp for openSUSE:Factory
checked in at Mon May 16 15:25:52 CEST 2011.




--- lftp/lftp.changes   2011-03-22 12:59:24.0 +0100
+++ /mounts/work_src_done/STABLE/lftp/lftp.changes  2011-05-13 
08:32:06.0 +0200
@@ -1,0 +2,18 @@
+Fri May 13 06:24:23 UTC 2011 - pu...@novell.com
+
+- update to lftp-4.2.3
+  - don't write passwords to transfer_log
+  - new setting mirror:no-empty-dirs
+  - allow `jobs' output to be redirected
+  - don't list not connected torrent peers by default
+  - show torrent validation rate and ETA
+  - fixed `cd -'
+  - fixed pget for URLs with special symbols
+  - translations updated (cs, ru)
+  - new setting ftp:use-ip-tos
+  - optimized torrent validation
+  - fixed fallocate call
+  - got rid of sprintf calls
+- drop lftp-missing-sentinel.patch (in upstream)
+
+---

calling whatdependson for head-i586


Old:

  lftp-4.2.0.tar.bz2
  lftp-missing-sentinel.patch

New:

  lftp-4.2.3.tar.bz2



Other differences:
--
++ lftp.spec ++
--- /var/tmp/diff_new_pack.ILa3NG/_old  2011-05-16 15:17:33.0 +0200
+++ /var/tmp/diff_new_pack.ILa3NG/_new  2011-05-16 15:17:33.0 +0200
@@ -18,7 +18,7 @@
 
 
 Name:   lftp
-Version:4.2.0
+Version:4.2.3
 Release:1
 License:GPLv2+
 Summary:Command Line File Transfer Program
@@ -27,7 +27,6 @@
 Source: %{name}-%{version}.tar.bz2
 Patch2: lftp-wrapper.patch
 Patch3: lftp-compat-mode.patch
-Patch4: lftp-missing-sentinel.patch
 BuildRequires:  gcc-c++
 BuildRequires:  gnutls-devel
 BuildRequires:  libstdc++-devel
@@ -60,7 +59,6 @@
 %setup -q
 %patch2
 %patch3
-%patch4
 
 %build
 touch AUTHORS

++ lftp-4.2.0.tar.bz2 -> lftp-4.2.3.tar.bz2 ++
 29793 lines of diff (skipped)

++ lftp-wrapper.patch ++
--- /var/tmp/diff_new_pack.ILa3NG/_old  2011-05-16 15:17:34.0 +0200
+++ /var/tmp/diff_new_pack.ILa3NG/_new  2011-05-16 15:17:34.0 +0200
@@ -3,22 +3,22 @@
 --- src/CopyJob.cc.orig
 +++ src/CopyJob.cc
 @@ -21,6 +21,7 @@
- /* $Id: CopyJob.cc,v 1.47 2010/12/28 11:46:25 lav Exp $ */
+ /* $Id: CopyJob.cc,v 1.48 2011/04/29 04:58:27 lav Exp $ */
  
  #include 
 +#include 
  #include "CopyJob.h"
  #include "ArgV.h"
  #include "plural.h"
-@@ -252,7 +253,7 @@ void CopyJobEnv::SetCopier(FileCopy *c,c
+@@ -93,7 +94,7 @@ const char *CopyJob::Status(const Status
  
- void CopyJobEnv::SayFinalWithPrefix(const char *p)
+ void CopyJob::ShowRunStatus(const SMTaskRef& s)
  {
 -   if(no_status)
 +   if(no_status || !isatty(1))
return;
-if(count==errors)
-   return;
+ 
+s->Show("%s", Status(s, false));
 Index: src/Makefile.am
 ===
 --- src/Makefile.am.orig






Remember to have fun...

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



commit permissions for openSUSE:Factory

2011-05-16 Thread h_root

Hello community,

here is the log from the commit of package permissions for openSUSE:Factory
checked in at Mon May 16 15:17:23 CEST 2011.




--- permissions/permissions.changes 2011-03-07 16:24:01.0 +0100
+++ /mounts/work_src_done/STABLE/permissions/permissions.changes
2011-05-12 13:48:45.0 +0200
@@ -1,0 +2,5 @@
+Thu May 12 11:48:36 UTC 2011 - lnus...@suse.de
+
+- change path to gnome-pty-helper (bnc#690202)
+
+---

calling whatdependson for head-i586


Old:

  permissions-2011.03.07.1608.tar.bz2

New:

  permissions-2011.05.12.1347.tar.bz2



Other differences:
--
++ permissions.spec ++
--- /var/tmp/diff_new_pack.nexhr7/_old  2011-05-16 15:13:51.0 +0200
+++ /var/tmp/diff_new_pack.nexhr7/_new  2011-05-16 15:13:51.0 +0200
@@ -24,7 +24,7 @@
 License:GPLv2+
 Group:  Productivity/Security
 AutoReqProv:on
-Version:2011.03.07.1608
+Version:2011.05.12.1347
 Release:1
 Provides:   aaa_base:/etc/permissions
 PreReq: %fillup_prereq

++ permissions-2011.03.07.1608.tar.bz2 -> 
permissions-2011.05.12.1347.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/permissions-2011.03.07.1608/Makefile 
new/permissions-2011.05.12.1347/Makefile
--- old/permissions-2011.03.07.1608/Makefile2011-03-07 16:08:04.0 
+0100
+++ new/permissions-2011.05.12.1347/Makefile2011-05-12 13:47:52.0 
+0200
@@ -12,6 +12,9 @@
 man8dir=$(mandir)/man8
 man5dir=$(mandir)/man5
 
+FSCAPS_DEFAULT_ENABLED = 1
+CPPFLAGS += -DFSCAPS_DEFAULT_ENABLED=$(FSCAPS_DEFAULT_ENABLED)
+
 all: chkstat
 
 install: all
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/permissions-2011.03.07.1608/chkstat.c 
new/permissions-2011.05.12.1347/chkstat.c
--- old/permissions-2011.03.07.1608/chkstat.c   2011-03-07 16:08:04.0 
+0100
+++ new/permissions-2011.05.12.1347/chkstat.c   2011-05-12 13:47:52.0 
+0200
@@ -515,23 +515,29 @@
 {
   FILE* fp;
   char line[4096];
+  int have_fscaps = FSCAPS_DEFAULT_ENABLED;
   if ((fp = fopen("/proc/cmdline", "r")) == 0)
 {
-  return 0;
+  goto out;
 }
   if (readline(fp, line, sizeof(line)))
 {
   char* p;
   if ((p = strstr(line, "file_caps")))
{
- if (p - line < 3 || strncmp("no_", p, 3))
+ if (p - line == 3 && !strncmp("no_", p, 3))
{
- return 1;
+ have_fscaps = 0;
+   }
+ else
+   {
+ have_fscaps = 1;
}
}
 }
   fclose(fp);
-  return 0;
+out:
+  return have_fscaps;
 }
 
 int
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/permissions-2011.03.07.1608/permissions 
new/permissions-2011.05.12.1347/permissions
--- old/permissions-2011.03.07.1608/permissions 2011-03-07 16:08:04.0 
+0100
+++ new/permissions-2011.05.12.1347/permissions 2011-05-12 13:47:52.0 
+0200
@@ -1,6 +1,7 @@
 # /etc/permissions
 #
-# Copyright (c) 2001 SuSE GmbH Nuernberg, Germany.  All rights reserved.
+# Copyright (c) 2001 SuSE GmbH Nuernberg, Germany.
+# Copyright (c) 2011 SUSE Linux Products GmbH Nuernberg, Germany.
 #
 # Author: Roman Drahtmueller , 2001
 #
@@ -20,35 +21,18 @@
 #  :  
 #
 # How it works:
-# Change the entries as you like, then call
-# 'chkstat -set /etc/permissions' or /etc/permissions.{easy,secure,paranoid}
-# respectively, or call 'SuSEconfig' as yast do after they think
-# that files have been modified in the system.
-#
-# SuSEconfig will use the files /etc/permissions and the ones ending
-# in what the variable PERMISSION_SECURITY from
-# /etc/sysconfig/security contains. By default, these are the files
-# /etc/permissions, /etc/permissions.easy and /etc/permissions.local
-# for local changes by the admin. In addition, the directory
+# To change an entry copy the line to permissions.local, modify it
+# to suit your needs and call "chkstat --system"
+#
+# chkstat uses the variable PERMISSION_SECURITY from
+# /etc/sysconfig/security to determine which security level to
+# apply.
+# In addition to the central files listed above the directory
 # /etc/permissions.d/ can contain permission files that belong to
 # the packages they modify file modes for. These permission files
 # are to switch between conflicting file modes of the same file
 # paths in different packages (popular example: sendmail and
 # postfix, path /usr/sbin/sendmail).
-#
-# SuSEconfig's usage of the chkstat program can be turned off completely
-# by setting CHECK_PERMISSIONS to "warn" in /etc/sysconfig/security.
-#
-# /etc/permissions is kept to the bare minimum. File modes that differ
-# from the settings in this file should be considered broken.
-#
-# Please see the 

commit qt-creator for openSUSE:Factory

2011-05-16 Thread h_root

Hello community,

here is the log from the commit of package qt-creator for openSUSE:Factory
checked in at Mon May 16 15:13:40 CEST 2011.




--- KDE/qt-creator/qt-creator.changes   2011-04-04 02:13:14.0 +0200
+++ /mounts/work_src_done/STABLE/qt-creator/qt-creator.changes  2011-05-06 
16:59:11.0 +0200
@@ -1,0 +2,185 @@
+Fri May  6 14:53:03 UTC 2011 - cgiboude...@gmx.com
+
+- Update to 2.2.0 (final)
+General
+  * Add support for running user defined external tools (Tools > External)
+  * Move tool chain definitions out of Qt versions:
+* You can now define tool chains in Tools > Options > Tool Chains
+* Qt Creator now supports more than one instance of a tool chain
+  * Add support for customizing MIME types by editing patterns and
+magic headers
+  * Integrate the memcheck tool from Valgrind for Linux and Mac OS X
+  * Create the infrastructure to set up "soft dependencies" between plugins
+  * Add the qtpromaker tool that has the same functionality as
+"qmake -project", but is much faster. It provides a way to easily set up
+dummy .pro files that you need to quickly inspect and navigate "alien"
+codebases with Qt Creator
+  * Document Qt Creator coding style
+
+Editing
+  * Add an Inkpot color scheme
+  * Add UTF-8 BOM support
+  * Move the Open in External Editor item to Tools > External > Text
+  * Add the Expand/Collapse All context menu item to the Outline pane
+  * Add support for user-defined macros (contributed by Nicolas Arnaud-Cormos)
+  * Add a snippet editor with syntax highlighting, indentation, and basic
+auto-completion for C++ and QML
+  * Add GLSL support with:
+- Syntax checking
+- Highlighting
+- Code completion
+  * Binary editor:
+- Visualize data differences after updates
+- Fix selection if cursor is left of anchor
+- Allow copying also if selection is "backwards"
+- Do not draw blinking cursor when there is a selection
+FakeVim:
+- Implement Ctrl-N/Ctrl-P
+- Implement 's' in visual block mode
+- Fix Alt-Gr handling on Windows
+- Handle more Ctrl-W +  commands
+
+Managing Projects
+  * Improve the robustness of qmake project support against syntax errors
+  * Change the handling of command line arguments of processes that are
+started from build and run configurations:
+- Argument lists use native shell syntax; this affects quoting and
+  environment variable expansion most
+- The SOURCEDIR and BUILDDIR environment variables were replaced
+  with %{sourceDir} and %{buildDir} variables
+- This affects working directories and executable paths as well
+  * Support syntax highlighting and completion for qmake project files
+  * CMake: Add UI completion, changes in .ui files are picked up without
+a rebuild
+  * Specify text editor behavior settings per project
+  * New project and file wizards:
+- Support new keywords %MONTH% and %DAY% for C++ template file
+- Add wizards for creating OpenGL fragment and vertex shaders
+- Add a wizard for creating HTML5 based applications
+- Add a wizard for creating JavaScript files, QTCREATORBUG-3070
+
+Debugging
+  * Rewrite debugging engine using the Microsoft Console Debugger (CDB)
+for debugging executables built with Microsoft Visual Studio,
+resulting in significant speed-up and better display of data
+types, supporting both 32-bit and 64-bit versions of the
+Debugging Tools for Windows
+  * Make it possible to pin debugger tooltips
+  * Rework global architecture to allow multiple debugging sessions (for
+different projects, combined QML/C++ debugging, project snapshots,
+and so on)
+  * Rework breakpoint handling: add special breakpoint types for break
+on throw and break on main, as well as data breakpoints
+  * Introduce combined QML/C++ debugging (combined stack, cross-step) (GDB 
only)
+  * Rework per-type and per-item selection of display formats
+  * Add dumpers for QTextCursor, QTextDocument, __m128, QScriptValue
+QBasicAtomicPointer, bit fields, boost::shared_ptr (GDB only)
+  * Improve dumpers for QRegion, QVariant (custom types), QSharedPointer,
+QMultiMap (QTCREATORBUG-3122), QObject, QWeakPointer
+  * Make alphabetic structure member sorting optional
+  * Make dumpers robust in case of missing debug information
+  * Improve Python dumper profiling support
+  * Improve stepping performance
+  * Enable breakpoint setting from a disassembler view, QTCREATORBUG-3667
+  * Fix display of shadowed variables
+  * Fix display of data containing quote characters, QTCREATORBUG-3084
+  * Fix display of C-style typedef struct X { ... } X;
+  * Fix stack/break view updates after manual module loading, QTCREATORBUG-3427
+  * Fix Jump To/Run To when in instruction-wise mode
+  * Fix the watcher handling
+  * Allow re-running debugger engines, QTCREATORBUG-3073
+  * Robust process control after -exec-interrupt errors, QTCREATORBUG-2850
+  * Robust detection of Qt-in-names

commit rfc for openSUSE:Factory

2011-05-16 Thread h_root

Hello community,

here is the log from the commit of package rfc for openSUSE:Factory
checked in at Mon May 16 15:07:08 CEST 2011.




--- AUTO/all/rfc/rfc.changes2011-05-05 14:42:12.0 +0200
+++ /mounts/work_src_done/STABLE/rfc/rfc.changes2011-05-12 
15:42:20.0 +0200
@@ -2 +2 @@
-Thu May  5 14:42:12 CEST 2011 - autobu...@suse.de
+Thu May 12 15:42:19 CEST 2011 - autobu...@suse.de
@@ -4 +4 @@
-- automated update on 2011-05-05
+- automated update on 2011-05-12

calling whatdependson for head-i586




Other differences:
--
++ rfc.spec ++
--- /var/tmp/diff_new_pack.Wcr869/_old  2011-05-16 15:01:01.0 +0200
+++ /var/tmp/diff_new_pack.Wcr869/_new  2011-05-16 15:01:01.0 +0200
@@ -25,7 +25,7 @@
 Summary:The RFCs (Request For Comments)
 Source: rfc.tgz
 BuildArch:  noarch
-Version:2011.5.5
+Version:2011.5.12
 Release:1
 Url:ftp://ftp.isi.edu/in-notes
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build


++ rfc.tgz ++
AUTO/all/rfc/rfc.tgz /mounts/work_src_done/STABLE/rfc/rfc.tgz differ: char 5, 
line 1






Remember to have fun...

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



commit rpmlint-mini for openSUSE:Factory

2011-05-16 Thread h_root

Hello community,

here is the log from the commit of package rpmlint-mini for openSUSE:Factory
checked in at Mon May 16 15:00:52 CEST 2011.




--- rpmlint-mini/rpmlint-mini.changes   2011-04-19 10:47:09.0 +0200
+++ /mounts/work_src_done/STABLE/rpmlint-mini/rpmlint-mini.changes  
2011-05-11 15:15:33.0 +0200
@@ -1,0 +2,5 @@
+Wed May 11 13:15:25 UTC 2011 - lnus...@suse.de
+
+- include pie.config
+
+---

calling whatdependson for head-i586




Other differences:
--
++ rpmlint-mini.spec ++
--- /var/tmp/diff_new_pack.HwG7uf/_old  2011-05-16 14:54:42.0 +0200
+++ /var/tmp/diff_new_pack.HwG7uf/_new  2011-05-16 14:54:42.0 +0200
@@ -27,7 +27,7 @@
 BuildRequires:  checkbashisms dash libtool
 Summary:Rpm correctness checker
 Version:1.1
-Release:3
+Release:5
 Url:http://rpmlint.zarb.org/
 License:GPLv2+
 Group:  System/Packages
@@ -74,7 +74,7 @@
 cp -a /usr/share/rpmlint/*.py $RPM_BUILD_ROOT/opt/testing/share/rpmlint
 # install config files
 install -d -m 755 $RPM_BUILD_ROOT/opt/testing/share/rpmlint/mini
-for i in /etc/rpmlint/rpmgroups.config "%{SOURCE103}"; do
+for i in /etc/rpmlint/{rpmgroups,pie}.config "%{SOURCE103}"; do
   cp $i $RPM_BUILD_ROOT/opt/testing/share/rpmlint/mini
 done
 install -m 644 -D /usr/share/rpmlint/config 
$RPM_BUILD_ROOT/opt/testing/share/rpmlint/config






Remember to have fun...

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



commit telepathy-logger for openSUSE:Factory

2011-05-16 Thread h_root

Hello community,

here is the log from the commit of package telepathy-logger for openSUSE:Factory
checked in at Mon May 16 14:54:35 CEST 2011.




--- GNOME/telepathy-logger/telepathy-logger.changes 2010-12-11 
11:38:11.0 +0100
+++ /mounts/work_src_done/STABLE/telepathy-logger/telepathy-logger.changes  
2011-04-21 12:12:46.0 +0200
@@ -1,0 +2,81 @@
+Mon Apr  4 16:06:25 UTC 2011 - fcro...@novell.com
+
+- Update to version 0.2.8:
+  + Fix incorrect soname bump introduced in 0.2.7
+- Changes from version 0.2.7:
+  + Readd AM_PATH_PYTHON back to configure.ac, required for
+codegen.
+  + Add support for call logging (experimental, use --enable-call
+to enable).
+  + Search using GRegex to prevent matching XML tags
+  + Improve test coverage
+  + Avoid using g_list_append() for performance reason
+  + Fixed infinite loop in pending message cache logic
+- Add gobject-introspection-devel BuildRequires.
+- Fix license tag to be LGPLv2.1+ instead of GPLv2.
+
+---
+Wed Mar 23 10:16:51 UTC 2011 - fcro...@novell.com
+
+- Update to version 0.2.6:
+  + Ported all internal time manipulation to GDateTime
+  + Observers now cache TplEntity object instead of TpContact to
+reduce number memory allocations.
+  + Removed generated log_id
+  + Removed unused twisted test framework
+  + Port observer to TpTextChannel
+  + Reimplemnent pending message cache
+  + Update Telepathy GLib requirement to 0.14.0.
+
+---
+Wed Mar  9 09:51:26 UTC 2011 - fcro...@novell.com
+
+- Update to version 0.2.5:
+  + Fixes:
+- Fix another 32 vs 64bits bug
+- Changes from version 0.2.4:
+  - Fixes:
+- Add output annotations in TplLogManager
+- Make the introspection files be 0.2 instead of 1.0
+- Fix use of uninitialised variable
+- Remove reference to Gnome in configure.ac
+- Remove GPL warning in README, Logger is now fully LGPL
+- Move observer and SQlite tests with dbus enabled tests
+- Update valgrind suppressions.
+- Fix XML store test crash on 32bit computer.
+- Changes from version 0.2.3:
+  - Fixes:
+- Convert timestamp from uint to int64 on sent message
+- Set an error if text event body is empty or NULL (fdo#31121)
+- Changes from version 0.2.2:
+  + Fixes:
+- Start work on introspection support
+- Fix TplEvent::get_target() logic so room event are stored
+  correctly.
+- Fix room check when XML log store reads events
+- Free GDate with g_date_free() instead of g_free ()
+- Fix log_store_xml_get_filtered_events() to return no more
+  than num_events.
+- Add an XML log store test for log_store_xml_add_event().
+
+---
+Fri Feb 25 18:03:05 UTC 2011 - fcro...@novell.com
+
+- Update to version 0.2.1:
+  + This bug fix release fixes memory corruption in GList
+manipulation.
+  + Fixes:
+- Use g_list_alloc() instead of g_new0() to allocate list
+- Use _async() TplLogManager methods in unit test
+- Do not ignore system() return value in unit test
+- Changes from version 0.2:
+  + This version is a large API refactoring that enables
+abstraction of the logged event type and clarifies the methods.
+Alongside this large refactoring some new features like ability
+to clear logs (see D-Bus API) and read-only Pidgin log store
+can be found. While it remains compatible on the storage side,
+the API is not.
+- Rename libtelepathy-logger1 to libtelepathy-logger2, following
+  library soversion change.
+
+---

calling whatdependson for head-i586


Old:

  telepathy-logger-0.1.7.tar.bz2

New:

  telepathy-logger-0.2.8.tar.bz2



Other differences:
--
++ telepathy-logger.spec ++
--- /var/tmp/diff_new_pack.XlBNTe/_old  2011-05-16 12:47:08.0 +0200
+++ /var/tmp/diff_new_pack.XlBNTe/_new  2011-05-16 12:47:08.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package telepathy-logger (Version 0.1.7)
+# spec file for package telepathy-logger
 #
-# 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
@@ -18,13 +18,14 @@
 
 
 Name:   telepathy-logger
-Version:0.1.7
-Release:2
-License:GPLv2
+Version:0.2.8
+Release:1
+License:LGPLv2.1+
 Summary:Centralized Logging for the Telepathy Framework
 Group:  System/Libraries
-Source: %{name}-%{version}.tar.bz2
+Source: 
http://telepathy.freedesktop.org/releases/telepathy-logger/%{name}-%{version}

commit tvbrowser for openSUSE:Factory

2011-05-16 Thread h_root

Hello community,

here is the log from the commit of package tvbrowser for openSUSE:Factory
checked in at Mon May 16 12:46:59 CEST 2011.




--- tvbrowser/tvbrowser.changes 2010-04-11 22:24:32.0 +0200
+++ /mounts/work_src_done/STABLE/tvbrowser/tvbrowser.changes2011-05-12 
22:43:36.0 +0200
@@ -1,0 +2,5 @@
+Thu May 12 20:42:05 UTC 2011 - dl8...@darc.de
+
+- Update to version 3.0.1, tvbrowser-desktop fixed 
+
+---

calling whatdependson for head-i586


Old:

  tvbrowser-2.7.5-desktop.patch
  tvbrowser-2.7.5.tar.bz2

New:

  tvbrowser-3.0.1.tar.bz2
  tvbrowser-desktop.patch



Other differences:
--
++ tvbrowser.spec ++
--- /var/tmp/diff_new_pack.a8Tua2/_old  2011-05-16 12:19:36.0 +0200
+++ /var/tmp/diff_new_pack.a8Tua2/_new  2011-05-16 12:19:36.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package tvbrowser (Version 2.7.5)
+# spec file for package tvbrowser
 #
-# 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
@@ -20,7 +20,7 @@
 Name:   tvbrowser
 BuildRequires:  dos2unix fdupes optipng update-desktop-files
 Summary:Digital TV guide
-Version:2.7.5
+Version:3.0.1
 Release:1
 License:LGPLv2.1+
 Group:  Productivity/Networking/News/Utilities
@@ -28,7 +28,7 @@
 Url:http://tv-browser.org
 Source0:%{name}-%{version}.tar.bz2
 Source1:LICENSE.txt
-Patch0: tvbrowser-2.7.5-desktop.patch
+Patch0: tvbrowser-desktop.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
 
@@ -76,8 +76,6 @@
 cp -p imgs/tvbrowser48.png 
%buildroot/usr/share/icons/hicolor/48x48/apps/tvbrowser.png
 cp -p imgs/tvbrowser32.png 
%buildroot/usr/share/icons/hicolor/32x32/apps/tvbrowser.png
 cp -p imgs/tvbrowser16.png 
%buildroot/usr/share/icons/hicolor/16x16/apps/tvbrowser.png
-mv 
%{buildroot}%{_datadir}/%{name}/icons/CrystalClear/16x16/apps/system-software-update.png
 \
-%{buildroot}%{_datadir}/%{name}/icons/CrystalClear/22x22/apps/system-software-update.png
 install -d %buildroot/usr/share/applications
 install -p tvbrowser.desktop 
%buildroot/usr/share/applications/tvbrowser.desktop
 rm %{buildroot}%{_datadir}/%{name}/tvbrowser.desktop *.txt

++ tvbrowser-2.7.5.tar.bz2 -> tvbrowser-3.0.1.tar.bz2 ++
tvbrowser/tvbrowser-2.7.5.tar.bz2 
/mounts/work_src_done/STABLE/tvbrowser/tvbrowser-3.0.1.tar.bz2 differ: char 11, 
line 1

++ tvbrowser-desktop.patch ++
--- tvbrowser-2.7.5.orig/tvbrowser.desktop  2009-12-28 23:20:44.0 
+
+++ tvbrowser-2.7.5/tvbrowser.desktop   2011-05-11 08:27:06.673693382 +
@@ -3,12 +3,9 @@
 Type=Application
 Terminal=false
 Name=TV-Browser
-Icon=imgs/tvbrowser128.png
-Exec=tvbrowser.sh
-TryExec=tvbrowser.sh
+Icon=tvbrowser
+Exec=tvbrowser
+TryExec=tvbrowser
 Categories=Video;AudioVideo;TV;
-Name[de]=TV-Browser
 GenericName=Digital TV Guide
-GenericName[de]=Digitale TV-Zeitschrift
 Comment=Themeable and easy to use TV Guide - written in Java
-Comment[de]=Anpassbare und einfach zu benutzende TV-Zeitschrift - geschrieben 
in Java





Remember to have fun...

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



commit virt-viewer for openSUSE:Factory

2011-05-16 Thread h_root

Hello community,

here is the log from the commit of package virt-viewer for openSUSE:Factory
checked in at Mon May 16 12:19:23 CEST 2011.




--- virt-viewer/virt-viewer.changes 2011-04-04 22:51:03.0 +0200
+++ /mounts/work_src_done/STABLE/virt-viewer/virt-viewer.changes
2011-05-12 18:10:56.0 +0200
@@ -1,0 +2,5 @@
+Thu May 12 10:10:07 MDT 2011 - carn...@novell.com
+
+- Fix spec file for building with gtk-vnc 2.0 
+
+---

calling whatdependson for head-i586




Other differences:
--
++ virt-viewer.spec ++
--- /var/tmp/diff_new_pack.ugdafn/_old  2011-05-16 12:07:43.0 +0200
+++ /var/tmp/diff_new_pack.ugdafn/_new  2011-05-16 12:07:43.0 +0200
@@ -19,7 +19,7 @@
 
 Name:   virt-viewer
 Version:0.3.1
-Release:1
+Release:3
 Summary:Virtual Machine Viewer
 Group:  System/Monitoring
 License:GPLv2+
@@ -72,7 +72,11 @@
 
 %build
 # Note: remote GTKVNC_CFLAGS and GTKVNC_LIBS when gtk-vnc.pc is fixed in STABLE
+%if %suse_version > 1140
+%configure GTKVNC_CFLAGS=-I/usr/include/gtk-vnc-2.0 GTKVNC_LIBS=-lgtk-vnc-2.0
+%else
 %configure GTKVNC_CFLAGS=-I/usr/include/gtk-vnc-1.0 GTKVNC_LIBS=-lgtk-vnc-1.0
+%endif
 make %{?_smp_mflags}
 
 %install






Remember to have fun...

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



commit vm-install for openSUSE:Factory

2011-05-16 Thread h_root

Hello community,

here is the log from the commit of package vm-install for openSUSE:Factory
checked in at Mon May 16 12:07:35 CEST 2011.




--- vm-install/vm-install.changes   2011-04-26 22:41:51.0 +0200
+++ /mounts/work_src_done/STABLE/vm-install/vm-install.changes  2011-05-12 
00:02:38.0 +0200
@@ -1,0 +2,23 @@
+Wed May 11 11:23:06 MDT 2011 - carn...@novell.com
+
+- If Xend is not running but we are running on the Xen hypervisor, 
+  connect to libvirt for supporting libxl.
+
+---
+Tue May 10 06:47:41 MDT 2011 - carn...@novell.com
+
+- bnc#692625 - virt-manager has problems to install guest from
+  multiple CD
+
+---
+Fri Apr 29 12:08:01 MDT 2011 - carn...@novell.com
+
+- Added Ubuntu as an OS Installation choice 
+
+---
+Thu Apr 28 11:03:50 MDT 2011 - carn...@novell.com
+
+- When PXE boot is selected as the installation source, make sure
+  an emulated nic is defined during the install of HVM guests.
+
+---

calling whatdependson for head-i586


Old:

  vm-install-0.5.2.tar.bz2

New:

  vm-install-0.5.3.tar.bz2



Other differences:
--
++ vm-install.spec ++
--- /var/tmp/diff_new_pack.Kt3Aat/_old  2011-05-16 12:06:39.0 +0200
+++ /var/tmp/diff_new_pack.Kt3Aat/_new  2011-05-16 12:06:39.0 +0200
@@ -26,10 +26,10 @@
 License:GPLv2+
 Group:  System/Emulators/PC
 AutoReqProv:yes
-Version:0.5.2
+Version:0.5.3
 Release:1
 Summary:Tool to Define a Virtual Machine and Install Its Operating 
System
-Source0:%{name}-0.5.2.tar.bz2
+Source0:%{name}-0.5.3.tar.bz2
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 ExclusiveArch:  %ix86 x86_64
 Requires:   libvirt python-urlgrabber libxml2-python libvirt-python 
virt-utils udhcp tftp

++ vm-install-0.5.2.tar.bz2 -> vm-install-0.5.3.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/vm-install-0.5.2/Makefile 
new/vm-install-0.5.3/Makefile
--- old/vm-install-0.5.2/Makefile   2011-04-20 22:59:01.0 +0200
+++ new/vm-install-0.5.3/Makefile   2011-05-11 19:26:02.0 +0200
@@ -1,5 +1,5 @@
 PACKAGE = vm-install
-VER = 0.5.2
+VER = 0.5.3
 
 default:
@echo "Run 'make install DESTDIR=$destdir' to install."
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/vm-install-0.5.2/glade/vm-install.glade 
new/vm-install-0.5.3/glade/vm-install.glade
--- old/vm-install-0.5.2/glade/vm-install.glade 2011-04-26 22:26:15.0 
+0200
+++ new/vm-install-0.5.3/glade/vm-install.glade 2011-04-29 21:38:50.0 
+0200
@@ -1875,6 +1875,7 @@

  True
  True
+ True
  True
  True
  50
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/vm-install-0.5.2/setup.py 
new/vm-install-0.5.3/setup.py
--- old/vm-install-0.5.2/setup.py   2011-04-20 22:58:56.0 +0200
+++ new/vm-install-0.5.3/setup.py   2011-05-11 19:25:54.0 +0200
@@ -1,7 +1,7 @@
 from distutils.core import setup
 
 setup(name='vminstall',
-  version='0.5.2',
+  version='0.5.3',
   description='Define a virtual machine and install its operating system',
   author='Charles Coffing',
   author_email='ccoff...@novell.com',
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/vm-install-0.5.2/src/vmdisks/disks.py 
new/vm-install-0.5.3/src/vmdisks/disks.py
--- old/vm-install-0.5.2/src/vmdisks/disks.py   2011-04-13 18:42:46.0 
+0200
+++ new/vm-install-0.5.3/src/vmdisks/disks.py   2011-05-10 15:19:03.0 
+0200
@@ -1057,16 +1057,13 @@
 else:
 if self._vdevType == self.DEVICE_CDROM and 
self.vdev.startswith('vd'):
 target_dev = None
-# Default to hdc for the first cdrom
-if available_cdroms['hdc'] == 0:
-target_dev = "hdc"
-available_cdroms['hdc'] = 1
-else:
-for cd in available_cdroms:
-if available_cdroms[cd] == 0:
-target_dev = cd 
-available_cdroms[cd] = 1
-break
+# Grab the lowest available cdrom
+for cd in available_cdroms:
+key = cd.keys()[0]
+if cd[key] == 0:
+target_dev

commit xfce4-panel-plugin-sensors for openSUSE:Factory

2011-05-16 Thread h_root

Hello community,

here is the log from the commit of package xfce4-panel-plugin-sensors for 
openSUSE:Factory
checked in at Mon May 16 12:06:19 CEST 2011.




--- xfce4-panel-plugin-sensors/xfce4-panel-plugin-sensors.changes   
2011-05-02 11:56:43.0 +0200
+++ 
/mounts/work_src_done/STABLE/xfce4-panel-plugin-sensors/xfce4-panel-plugin-sensors.changes
  2011-05-04 10:31:00.0 +0200
@@ -1,0 +2,6 @@
+Wed May  4 08:18:22 UTC 2011 - g...@opensuse.org
+
+- added xfce4-panel-plugin-sensors-1.0.0-fix-libnotify-0.7.patch
+  in order to adapt to libnotify 0.7.0 API changes
+
+---

calling whatdependson for head-i586


New:

  xfce4-panel-plugin-sensors-1.0.0-fix-libnotify-0.7.patch



Other differences:
--
++ xfce4-panel-plugin-sensors.spec ++
--- /var/tmp/diff_new_pack.IMwNph/_old  2011-05-16 12:05:41.0 +0200
+++ /var/tmp/diff_new_pack.IMwNph/_new  2011-05-16 12:05:41.0 +0200
@@ -22,7 +22,7 @@
 Name:   xfce4-panel-plugin-sensors
 License:GPLv2+
 Version:1.0.0
-Release:6
+Release:8
 Summary:Hardware sensor plugin for the Xfce panel
 Url:
http://goodies.xfce.org/projects/panel-plugins/xfce4-sensors-plugin
 Source0:xfce4-sensors-plugin-1.0.0.tar.bz2
@@ -34,6 +34,8 @@
 Patch2: xfce4-panel-plugin-sensors-1.0.0-fix-uninitialized-memory.patch
 # PATCH-FIX-UPSTREAM xfce4-panel-plugin-sensors-1.0.0-fix-ldflags.patch 
g...@opensuse.org bxo#7563 -- Fix LDFLAGS for use with gcc 4.6
 Patch3: xfce4-panel-plugin-sensors-1.0.0-fix-ldflags.patch
+# PATCH-FIX-UPSTREAM xfce4-panel-plugin-sensors-1.0.0-fix-libnotify-0.7.patch 
g...@opensuse.org -- Adapt to libnotify 0.7.0 API changes
+Patch4: xfce4-panel-plugin-sensors-1.0.0-fix-libnotify-0.7.patch
 Group:  System/GUI/XFCE
 BuildRequires:  intltool
 BuildRequires:  fdupes
@@ -73,6 +75,7 @@
 %patch1 -p1
 %patch2 -p1
 %patch3 -p1
+%patch4 -p1
 
 %build
 xdt-autogen

++ xfce4-panel-plugin-sensors-1.0.0-fix-libnotify-0.7.patch ++
diff -urNp xfce4-sensors-plugin-1.0.0.orig/lib/sensors-interface.c 
xfce4-sensors-plugin-1.0.0/lib/sensors-interface.c
--- xfce4-sensors-plugin-1.0.0.orig/lib/sensors-interface.c 2010-03-27 
16:11:48.0 +0100
+++ xfce4-sensors-plugin-1.0.0/lib/sensors-interface.c  2011-05-04 
10:12:43.0 +0200
@@ -41,6 +41,10 @@
 #include 
 #include 
 
+#ifndef NOTIFY_CHECK_VERSION
+#define NOTIFY_CHECK_VERSION(x,y,z) 0
+#endif
+
 /* forward declaration to not make gcc 4.3 -Wall complain */
 void produce_min_max_values (t_chipfeature *chipfeature, t_tempscale scale, 
float *minval, float *maxval);
 
@@ -105,7 +109,11 @@ fill_gtkTreeStore (GtkTreeStore *model,
 if (!notify_is_initted())
 notify_init(PACKAGE); /* NOTIFY_APPNAME */
 
+#if !NOTIFY_CHECK_VERSION(0,7,0)
 nn = notify_notification_new(summary, body, icon, NULL);
+#else
+nn = notify_notification_new(summary, body, icon);
+#endif
 notify_notification_show(nn, &error);
 #else
 DBG("%s\n%s", summary, body);





Remember to have fun...

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



commit xfce4-power-manager for openSUSE:Factory

2011-05-16 Thread h_root

Hello community,

here is the log from the commit of package xfce4-power-manager for 
openSUSE:Factory
checked in at Mon May 16 12:05:33 CEST 2011.




--- xfce4-power-manager/xfce4-power-manager.changes 2011-04-02 
18:18:39.0 +0200
+++ 
/mounts/work_src_done/STABLE/xfce4-power-manager/xfce4-power-manager.changes
2011-05-04 10:47:59.0 +0200
@@ -1,0 +2,6 @@
+Wed May  4 08:34:38 UTC 2011 - g...@opensuse.org
+
+- added xfce4-power-manager-1.0.10-fix-libnotify-0.7.patch in order
+  to fix the libnotify 0.7.0 API usage
+
+---

calling whatdependson for head-i586


New:

  xfce4-power-manager-1.0.10-fix-libnotify-0.7.patch



Other differences:
--
++ xfce4-power-manager.spec ++
--- /var/tmp/diff_new_pack.A2O0YX/_old  2011-05-16 12:04:51.0 +0200
+++ /var/tmp/diff_new_pack.A2O0YX/_new  2011-05-16 12:04:51.0 +0200
@@ -20,13 +20,16 @@
 
 Name:   xfce4-power-manager
 Version:1.0.10
-Release:1
+Release:12
 License:GPLv2+
 Summary:Power Management for the Xfce Desktop Dnvironment
 Url:
http://goodies.xfce.org/projects/applications/xfce4-power-manager/
 Group:  System/GUI/XFCE
 Source: 
http://archive.xfce.org/src/apps/xfce4-power-manager/1.0/%{name}-%{version}.tar.bz2
-Patch0: %{name}-0.9.98-lxde-support.patch
+# PATCH-FEATURE-OPENSUSE xfce4-power-manager-0.9.98-lxde-support.patch 
and...@opensuse.org -- Allow usage in LXDE
+Patch0: xfce4-power-manager-0.9.98-lxde-support.patch
+# PATCH-FIX-UPSTREAM xfce4-power-manager-1.0.10-fix-libnotify-0.7.patch 
g...@opensuse.org -- Fix the libnotify 0.7.0 API usage
+Patch1: xfce4-power-manager-1.0.10-fix-libnotify-0.7.patch
 BuildRequires:  fdupes
 BuildRequires:  intltool
 BuildRequires:  pkgconfig(dbus-glib-1)
@@ -65,6 +68,7 @@
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
 
 %build
 %configure --disable-hal

++ xfce4-power-manager-1.0.10-fix-libnotify-0.7.patch ++
diff -urNp xfce4-power-manager-1.0.10.orig/src/xfpm-notify.c 
xfce4-power-manager-1.0.10/src/xfpm-notify.c
--- xfce4-power-manager-1.0.10.orig/src/xfpm-notify.c   2011-02-15 
21:52:35.0 +0100
+++ xfce4-power-manager-1.0.10/src/xfpm-notify.c2011-05-04 
10:26:55.0 +0200
@@ -233,9 +233,6 @@ xfpm_notify_new_notification_internal (c
 #if !NOTIFY_CHECK_VERSION (0, 7, 0) 
 if ( icon )
notify_notification_attach_to_status_icon (n, icon);
-#else
-if ( icon )
-   notify_notification_attach_to_status_icon (n, icon);
 #endif
 #endif






Remember to have fun...

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



commit xfvnc for openSUSE:Factory

2011-05-16 Thread h_root

Hello community,

here is the log from the commit of package xfvnc for openSUSE:Factory
checked in at Mon May 16 12:04:41 CEST 2011.




--- xfvnc/xfvnc.changes 2011-02-18 01:31:14.0 +0100
+++ /mounts/work_src_done/STABLE/xfvnc/xfvnc.changes2011-05-11 
18:28:05.0 +0200
@@ -1,0 +2,6 @@
+Wed May 11 17:09:16 UTC 2011 - g...@opensuse.org
+
+- added explicit dependency on pkgconfig(gvnc-1.0) to fix the build
+  on Factory
+
+---

calling whatdependson for head-i586




Other differences:
--
++ xfvnc.spec ++
--- /var/tmp/diff_new_pack.tnLlxg/_old  2011-05-16 12:03:52.0 +0200
+++ /var/tmp/diff_new_pack.tnLlxg/_new  2011-05-16 12:03:52.0 +0200
@@ -20,7 +20,7 @@
 
 Name:   xfvnc
 Version:0.1.0.%{svn_rev}
-Release:11
+Release:12
 Url:http://spurint.org/projects/xfvnc/
 License:GPLv2+
 Group:  Productivity/Networking/Other
@@ -35,6 +35,7 @@
 BuildRequires:  pkgconfig(exo-1)
 BuildRequires:  pkgconfig(libglade-2.0)
 BuildRequires:  pkgconfig(gtk-vnc-1.0)
+BuildRequires:  pkgconfig(gvnc-1.0)
 BuildRequires:  xfce4-dev-tools
 BuildRequires:  update-desktop-files
 # for autogen.sh






Remember to have fun...

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



commit deb for openSUSE:Factory

2011-05-16 Thread h_root

Hello community,

here is the log from the commit of package deb for openSUSE:Factory
checked in at Mon May 16 12:03:42 CEST 2011.




--- deb/deb.changes 2011-03-17 16:33:01.0 +0100
+++ /mounts/work_src_done/STABLE/deb/deb.changes2011-03-31 
14:55:28.0 +0200
@@ -1,0 +2,5 @@
+Thu Mar 31 11:39:18 UTC 2011 - flichtenh...@astaro.com
+
+- Merge openSUSE:Tools changes with system:packagemanager changes
+
+---
@@ -17,0 +23,12 @@
+
+---
+Fri Jan 28 14:17:27 UTC 2011 - adr...@suse.de
+
+- fix build on old distros
+
+---
+Fri Jan 28 12:57:25 UTC 2011 - flichtenh...@astaro.com
+
+- install missing debhelper files
+ - install dh
+ - install Debian/Debhelper/Buildsystem/*.pm

calling whatdependson for head-i586


New:

  devscripts-pod2man-no-utf8.patch
  dpkg-pod2man-no-utf8.patch



Other differences:
--
++ deb.spec ++
--- /var/tmp/diff_new_pack.qvmAdX/_old  2011-05-16 11:56:00.0 +0200
+++ /var/tmp/diff_new_pack.qvmAdX/_new  2011-05-16 11:56:00.0 +0200
@@ -23,13 +23,13 @@
 
 Name:   deb
 Version:1.15.8.10
-Release:2
+Release:3
 Url:http://www.debian.org
 License:GPLv2+
 Group:  System/Packages
 Provides:   dpkg dpkg-dev debhelper dselect dpkg-doc devscripts
 Requires:   perl = %{perl_version}
-Requires:   cpio patch make html2text update-alternatives
+Requires:   cpio patch make html2text
 Summary:Tools for Debian Packages
 Source0:
http://ftp.de.debian.org/debian/pool/main/d/dpkg/dpkg_%{version}.tar.bz2
 Source1:
http://ftp.de.debian.org/debian/pool/main/d/debhelper/debhelper_%{debhelper_ver}.tar.gz
@@ -41,19 +41,42 @@
 Patch3: devscripts-2.10.71-debcommit-hg16.patch
 Patch4: update-alternatives-1.15.8.10-suse.patch
 Patch5: dpkg-1.15.8.10-archtable-suse.patch
+Patch6: dpkg-pod2man-no-utf8.patch
+Patch7: devscripts-pod2man-no-utf8.patch
 BuildRequires:  gcc-c++
 BuildRequires:  ncurses-devel
 BuildRequires:  zlib-devel
-BuildRequires:  libselinux-devel
+%if 0%{?suse_version} > 1010
 BuildRequires:  fdupes
+%endif
 BuildRequires:  libxslt
 BuildRequires:  docbook-xsl-stylesheets
-BuildRequires:  update-alternatives
 Requires(pre):  /bin/touch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-%if %suse_version < 1120
+
+%if 0%{?suse_version}
+BuildRequires:  libbz2-devel sgmltool texlive-latex update-alternatives
+Requires:   update-alternatives
+%if 0%{?suse_version} > 1100
+BuildRequires:  libselinux-devel
+%define use_selinux 1
+%endif
+%if 0%{?suse_version} < 1120
 %define _libexecdir /usr/lib
 %endif
+%endif
+%if 0%{?fedora_version}
+BuildRequires:  libselinux-devel linuxdoc-tools tetex-latex texinfo-tex
+%define use_selinux 1
+%endif
+%if 0%{?rhel_version}
+BuildRequires:  libselinux-devel linuxdoc-tools tetex-latex texinfo-tex
+%define use_selinux 1
+%endif
+%if 0%{?centos_version}
+BuildRequires:  libselinux-devel linuxdoc-tools tetex-latex texinfo-tex
+%define use_selinux 1
+%endif
 
 %description
 This package contains tools for working with Debian packages. It makes
@@ -83,20 +106,28 @@
 
 %patch0
 %patch1
-%if %suse_version < 1130
+%if 0%{?suse_version} && 0%{?suse_version} < 1130
 %patch2
+%patch6
+%patch7
 %endif
 %patch3
 %patch4
 %patch5
 
 %build
-#pushd dpkg-%{version}
 %{?suse_update_config:%{suse_update_config -f}}
 export CFLAGS="$RPM_OPT_FLAGS"
+%if 0%{?use_selinux}
 export SELINUX_LIBS="-lselinux"
+%endif
 %{configure}\
+%if 0%{?use_selinux}
--with-selinux \
+%endif
+%if 0%{?suse_version} && 0%{?suse_version} < 1110
+   --disable-compiler-warnings \
+%endif
--localstatedir=%{_localstatedir}/lib\
--libdir=%{_libdir} \
 --with-admindir=%{_var}/lib/dpkg 
@@ -172,6 +203,8 @@
 # perl modules:
 install -d -m 755 %{buildroot}%{perl_vendorlib}/Debian/Debhelper
 install -d -m 755 %{buildroot}%{perl_vendorlib}/Debian/Debhelper/Sequence
+install -d -m 755 %{buildroot}%{perl_vendorlib}/Debian/Debhelper/Buildsystem
+install -m 644 Debian/Debhelper/Buildsystem/*.pm 
%{buildroot}%{perl_vendorlib}/Debian/Debhelper/Buildsystem
 install -m 644 Debian/Debhelper/Sequence/*.pm 
%{buildroot}%{perl_vendorlib}/Debian/Debhelper/Sequence
 install -m 644 Debian/Debhelper/*.pm 
%{buildroot}%{perl_vendorlib}/Debian/Debhelper
 # docs:
@@ -187,15 +220,19 @@
 # binaries:
 install -d -m 755 %{buildroot}%{_bindir}
 install -m 755 dh_*[^1-9] %{buildroot}%{_bindir}
+install -m 755 dh %{buildroot}%{_bindir}
 popd # debhelper
 
 pushd ../devscripts-%{devscripts_ver}
 make install DESTDIR=%{buildroot}
+popd
+
 # extras
 install -m 755 %{SOURCE3} %{buildroot}%{_bindir}
-popd 
 
+%if 0%{?suse_version} > 1010
 %fdup

commit deja-dup for openSUSE:Factory

2011-05-16 Thread h_root

Hello community,

here is the log from the commit of package deja-dup for openSUSE:Factory
checked in at Mon May 16 11:55:49 CEST 2011.




--- GNOME/deja-dup/deja-dup.changes 2011-02-12 20:23:56.0 +0100
+++ /mounts/work_src_done/STABLE/deja-dup/deja-dup.changes  2011-04-29 
00:57:24.0 +0200
@@ -1,0 +2,96 @@
+Wed Apr 27 09:48:23 CEST 2011 - dims...@opensuse.org
+
+- Update to version 18.1.1:
+  + Actually work with NetworkManager 0.9
+  + Updated translations.
+- Changes from version 18.1:
+  + Work with NetworkManager 0.9
+- Changes from version 18.0:
+  + If using an older duplicity and it gives a certain bogus "time
+not moving forward" error, handle it instead of passing the
+error along
+  + Create backup location folder if it doesn't exist
+  + Don't show duplicate external hard drives.
+- Changes from version 17.92:
+  - Re-enabled support for resuming a backup, if using the
+unreleased duplicity 0.6.13
+  - New icon
+  + Updated translations.
+- Changes from version 17.91:
+  + Rename Quit to Close
+  + Bug Fixes:
+- Fix a couple issues with Unity integration (like not showing
+  in launcher)
+- Fix some broken label mnemonics in the preferences
+  + Updated translations.
+- Changes from version 17.90:
+  + When entering an encryption password for the first time, it now
+needs to be confirmed to avoid typo mistakes
+  + First pass at optional Unity integration (instead of a status
+icon)
+  + Bug Fixes:
+- Fixed bug with remote locations that made it impossible to
+  set a remote folder
+- Fix a couple rare crashers
+  + Updated translations.
+- Changes from version 17.6:
+  + Exclude Adobe flash cache directory by default
+  + Add documentation for how to get your data back even if Déjà
+Dup isn't working
+  + Bug Fixes:
+- Don't show error if both Déjà Dup and nautilus are trying to
+  mount a volume at the same time
+- Allow removing multiple folders from the preferences at the
+  same time
+- Handle more odd symlink-in-include-path situations
+- Fix odd behavior (possibly a crash) when cancelling a backup
+  or restore
+- Changes from version 17.5:
+  + Add support for the Rackspace Cloud Files service
+  + Use hostname in default Amazon S3 folder name
+  + Add Downloads folder to default exclude list
+  + Bug Fixes:
+- Fix crash when changing backup location on first startup 
+- When browsing for a local folder, start the dialog in the
+  current folder setting
+  + Updated translations.
+- Changes from version 17.4:
+  + Reorganize the backup location preferences to be more intuitive
+  + Updated translations.
+- Changes from version 17.3:
+  + Bug fixes:
+- Fix crash when changing backup location
+- Fix date formats when restoring to be more consistent
+  + Updated translations.
+- Changes from version 17.2:
+  + Add a "Restore Missing Files" interface, accessed via nautilus
+  + Support GNOME Shell persistent notifications
+  + Only calculate progress bar if a fresh backup is being made
+  + Bug Fixes:
+- If Duplicity looks like it's hitting a common ad-metadata
+  bug, clear cache and try again
+- Changes from version 17.1:
+  + Bug Fixes:
+- If backup destination does not report free size, just
+  continue anyway
+- Fix bug preventing sudo and encryption getting along
+- Don't ask for root password when restoring into the user's
+  home folder
+- Changes from version 17.0:
+  + Use GSettings instead of gconf
+  + Updated translations.
+- For a complete list of changes between 16.1.1 and 18.0 see NEWS.
+- Drop deja-dup-monitor_check_for_gtk.patch: fixed upstream. Also
+  remove related gnome-common BuildRequires and gnome-autogen.sh
+  call.
+- Add intltool and perl-gettext BuildRequires.
+- Drop pkgconfig(gconf-2.0) BuildRequires.
+- Switch between gtk2/gtk3 based on favor_gtk2 macro:
+  + Pass --without-gtk3/--with-gtk3 to configure.
+  + Use appropriate pkgconfig() BuildRequires: gtk+-2.0 and
+unique-1.0, or gtk+-3.0 and unique-3.0.
+- Replace GConf2 schemas handling with GSettings schemas handling,
+  with %glib2_gsettings_schema_* macros, and remove
+  --disable-schemas-install from configure call.
+
+---

calling whatdependson for head-i586


Old:

  deja-dup-16.1.1.tar.bz2
  deja-dup-monitor_check_for_gtk.patch

New:

  deja-dup-18.1.1.tar.bz2



Other differences:
--
++ deja-dup.spec ++
--- /var/tmp/diff_new_pack.jNGzRk/_old  2011-05-16 11:48:43.0 +0200
+++ /var/tmp/diff_new_pack.jNGzRk/_new  2011-05-16 11:48:43.0 +0200
@@ -18,32 +18,36 @@
 
 
 Name:   deja-dup
-Version:16.1.1
-Release:3
+Version:18.1.1
+Release:1
+# FIXME: check if python-cloudfiles is packaged, and if yes, uncomment 
Recommends
 Licens

commit evince for openSUSE:Factory

2011-05-16 Thread h_root

Hello community,

here is the log from the commit of package evince for openSUSE:Factory
checked in at Mon May 16 11:48:35 CEST 2011.




--- GNOME/evince/evince.changes 2011-02-17 15:28:10.0 +0100
+++ /mounts/work_src_done/STABLE/evince/evince.changes  2011-05-05 
12:26:08.0 +0200
@@ -1,0 +2,159 @@
+Thu May  5 10:24:19 UTC 2011 - dims...@opensuse.org
+
+- Add evince-find-libedocument.patch: gobject-introspection does
+  not find the newly built libedocument3.
+
+---
+Tue Apr  5 15:20:57 UTC 2011 - fcro...@novell.com
+
+- Update to version 3.0.0:
+  + Updated translations.
+
+---
+Mon Mar 28 13:24:08 UTC 2011 - fcro...@novell.com
+
+- Update to version 2.91.93:
+  + bgo#645594: evince icon updated
+  + Updated translations.
+- Changes from version 2.91.92:
+  + Bug fixes:
+- Save contents of text form fields when they loss the focus
+  (bgo#624921)
+- Disable "open containing folder" action when no document is
+  loaded (bgo#644613)
+- Give the keyboard focus to the view when sidebar is closed
+  (bgo#645109)
+- Fix document loading when filename contains some characters
+  like brackets (bgo#644604)
+- Another fix for buffer overwrite in dvi-backend (bgo#643882)
+- Use TIFFOpenW on windows (bgo#644928)
+- Remove all widgets from the View when reloading the document
+  (bgo#632087)
+- Use the primary-toolbar style class for the window toolbar
+  (bgo#644118)
+- Add .png extension when saving images using DnD (bgo#643709)
+- Update totem-screensaver code from totem sources (bgo#642946)
+  + Documentation:
+- Relocate help images to fix documentation build (bgo#645410)
+- Updated information about opening a document
+- Changes from version 2.91.90:
+  + Bug fixes:
+- Fix focus stealing when scrolling with keyboard (bgo#633475,
+  bgo#623829)
+- Fix another security issue in the dvi-backend (bgo#640923)
+- Check for libICE, needed by eggsmclient (bgo#642509)
+- Rotate with CTRL+Left/Right in presentation mode too
+  (bgo#641772)
+- Make the toolbar editor fill its window (bgo#641579)
+- Changes from version 2.91.6:
+  + New Features and UI Improvements:
+- Add support for external links in presentation mode
+  (bgo#628711)
+  + Documentation:
+- Fix a few minor mistakes in the manual (bgo#640345)
+  + Bug fixes:
+- Move to next/previous page with media keys in presentation
+  mode too (bgo#625560)
+- Remember the current page when document is reloaded in
+  presentation mode (bgo#637594)
+- Check all extensions when saving an image to avoid adding the
+  extension twice (bgo#637461)
+- Prevent the sidebar to get the focus when selected thumbnail
+  changes (bgo#639408)
+- Make sure a11y is initialized before checking whether it's
+  enabled (bgo#639850)
+- Call gdk_notify_startup_complete() when acting as remote to
+  prevent a hung startup notification when opening a document
+  for the second time (bgo#640115)
+- Fix rendering issue with some fonts in dvi backend.
+- Changes from version 2.91.5:
+  + New Features and UI Improvements:
+- Install .thumbnailer file to register the thumbnailer instead
+  of using GConf (bgo#638343)
+- A context menu has been added to bookmarks sidebar to open,
+  rename and remove bookmarks
+  + Bug fixes:
+- Fix return value in g_return_val_if_fail() macro
+- Fix several security issues in dvi backend: CVE-2010-2640,
+  CVE-2010-2641, CVE-2010-2642 and CVE-2010-2643
+- Do not use deprecated API: GdkCursor, GtkStyle, size-request
+- Changes from version 2.91.4:
+  + New Features and UI Improvements:
+- Port to GtkStyleContext.
+- Use GAppInfo instead of deprecated gdk_spawn methods.
+- Document filename is not shown in the window title
+  (bgo#386292)
+- Support for interal bookmarks (bgo#590655)
+- Add support for xz compressed documents (bgo#636481)
+- Add support for .wwf files (they are just PDF documents with
+  another file extension (bgo#636415)
+- The pixbuf backend has been removed. Evince is a document
+  viewer, not an image viewer. Eog does the latter job much better
+  than evince ever could.
+  + Documentation:
+- Lots of documentation updates
+  + Bug fixes:
+- Stop the GtkSpinner when the loading window is hidden
+  (bgo#637390)
+- Fixes crash when printing operation is cancelled (bgo#635619)
+- Don't draw a resize grip for Annotation Windows
+- Changes from version 2.91.3:
+  + New Features and UI Improvements:
+- Add timestamp parameter to SyncSource DBus signal (bgo#632313)
+- Use gtk_paned_new() instead gtk_[h|v]paned_new()
+  + Bug fixes:
+- Add sanity-checks to fix several crashes (bgo#594408,
+  bgo#572061)
+- Use the URI of t

commit evolution-webcal for openSUSE:Factory

2011-05-16 Thread h_root

Hello community,

here is the log from the commit of package evolution-webcal for openSUSE:Factory
checked in at Mon May 16 11:46:30 CEST 2011.




--- GNOME/evolution-webcal/evolution-webcal.changes 2010-09-28 
13:24:39.0 +0200
+++ /mounts/work_src_done/STABLE/evolution-webcal/evolution-webcal.changes  
2011-05-03 11:24:46.0 +0200
@@ -1,0 +2,21 @@
+Tue May  3 11:24:13 CEST 2011 - vu...@opensuse.org
+
+- Change License tag from "GPLv2+ ; Other uncritical OpenSource
+  License ; MIT License (or similar)" to GPLv2: this is the correct
+  license, and the previous tag was rejected by legal team.
+
+---
+Wed Apr 27 00:43:25 CEST 2011 - vu...@opensuse.org
+
+- Change evolution-data-server-devel BuildRequires to
+  pkgconfig(libecal-1.2).
+- Add pkgconfig() BuildRequires: glib-2.0, gtk+-2.0, libsoup-2.4.
+- This fixes the build in Factory, with GNOME 3.
+
+---
+Sun Feb 27 13:37:20 UTC 2011 - a...@suse.de
+
+- Change lang package Requires to Recommends since it is not
+  mandatory at runtime.
+
+---

calling whatdependson for head-i586




Other differences:
--
++ evolution-webcal.spec ++
--- /var/tmp/diff_new_pack.vqxNXN/_old  2011-05-16 11:45:34.0 +0200
+++ /var/tmp/diff_new_pack.vqxNXN/_new  2011-05-16 11:45:34.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package evolution-webcal (Version 2.32.0)
+# spec file for package evolution-webcal
 #
-# 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,21 +19,24 @@
 
 
 Name:   evolution-webcal
-BuildRequires:  evolution-data-server-devel
 BuildRequires:  fdupes
 BuildRequires:  gconf2-devel
 BuildRequires:  intltool
 BuildRequires:  translation-update-upstream
 BuildRequires:  update-desktop-files
-License:GPLv2+ ; Other uncritical OpenSource License ; MIT License (or 
similar)
+BuildRequires:  pkgconfig(glib-2.0)
+BuildRequires:  pkgconfig(gtk+-2.0)
+BuildRequires:  pkgconfig(libecal-1.2)
+BuildRequires:  pkgconfig(libsoup-2.4)
+License:GPLv2
 Group:  Productivity/Office/Organizers
 Version:2.32.0
-Release:1
+Release:5
 Summary:Evolution Webcal
 Source: 
http://ftp.gnome.org/pub/gnome/sources/evolution-webcal/1.0/evolution-webcal-%{version}.tar.bz2
 Url:http://www.gnome.org/projects/evolution/
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-Requires:   %{name}-lang = %{version}
+Recommends: %{name}-lang
 %gconf_schemas_prereq
 
 %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 gedit-plugins for openSUSE:Factory

2011-05-16 Thread h_root

Hello community,

here is the log from the commit of package gedit-plugins for openSUSE:Factory
checked in at Mon May 16 11:45:26 CEST 2011.




--- GNOME/gedit-plugins/gedit-plugins.changes   2011-02-21 12:45:44.0 
+0100
+++ /mounts/work_src_done/STABLE/gedit-plugins/gedit-plugins.changes
2011-04-27 15:11:11.0 +0200
@@ -1,0 +2,48 @@
+Wed Apr 27 13:05:37 UTC 2011 - fcro...@novell.com
+
+- Update to version 3.0.2:
+  + Misc bugfixes
+  + Updated translations.
+- Changes from version 3.0.1:
+  + Misc bugfixes
+
+---
+Wed Apr  6 09:07:13 UTC 2011 - fcro...@novell.com
+
+- Update to version 3.0.0:
+  - Port commander plugin to gtk+ 3.
+
+---
+Tue Mar 29 11:28:11 UTC 2011 - fcro...@novell.com
+
+- Update to version 2.91.3:
+  + Update autoconf
+  + Port bookmarks plugin to new message bus system
+  + Update synctex to use the new dbus api
+  + Misc Bugfixes
+- Changes from version 2.91.2:
+  + Misc bugfixes
+- Changes from version 2.91.1:
+  + Several plugins ported to gtk3/libpeas
+  + Port charmap plugin to python.
+  + Import the taglist plugin from gedit
+  + Added new 'grep' commander module
+  + Added synctex plugin
+  + Misc Bugfixes
+- Changes from version 2.90.0:
+  + Ported textsize plugin to libpeas.
+  + Update several plugins to new libpeas API.
+- Move to pkgconfig()-style BuildRequires (including move to GNOME
+  3 stack):
+  + Old ones: gedit-devel, gtk2-devel, gtksourceview-devel.
+  + New ones: gedit, gtk+-3.0, gtksourceview-3.0.
+- Add pkgconfig() BuildRequires: dbus-python (for synctex plugin)
+  and libpeas-gtk-1.0.
+- Drop BuildRequires: gconf2-devel (move to GSettings), glib2-devel
+  (implied by gtk3), gucharmap-devel, python-gtk-devel,
+  python-gtksourceview-devel, vte-devel (move to libpeas-based
+  plugins).
+- Replace GConf2 schemas handling with GSettings schemas handling,
+  with %glib2_gsettings_schema_* macros.
+
+---

calling whatdependson for head-i586


Old:

  gedit-plugins-2.32.0.tar.bz2

New:

  gedit-plugins-3.0.2.tar.bz2



Other differences:
--
++ gedit-plugins.spec ++
--- /var/tmp/diff_new_pack.ahGcG1/_old  2011-05-16 11:43:50.0 +0200
+++ /var/tmp/diff_new_pack.ahGcG1/_new  2011-05-16 11:43:50.0 +0200
@@ -20,31 +20,27 @@
 
 Name:   gedit-plugins
 Summary:A collection of plugins for gedit
-Version:2.32.0
-Release:5
+Version:3.0.2
+Release:1
 Source: %{name}-%{version}.tar.bz2
-License:GPL v2 or late
+License:GPLv2+
 Group:  Productivity/Editors/Other
 Url:http://live.gnome.org/GeditPlugins
 BuildRequires:  fdupes
-BuildRequires:  gconf2-devel
-BuildRequires:  gedit-devel
-BuildRequires:  glib2-devel
 BuildRequires:  gnome-doc-utils-devel
-BuildRequires:  gtk2-devel
-BuildRequires:  gtksourceview-devel
-BuildRequires:  gucharmap-devel
 BuildRequires:  intltool
 BuildRequires:  pkg-config
-BuildRequires:  python-gtk-devel
-BuildRequires:  python-gtksourceview-devel
 BuildRequires:  translation-update-upstream
-BuildRequires:  vte-devel
+BuildRequires:  pkgconfig(dbus-python)
+BuildRequires:  pkgconfig(gedit)
+BuildRequires:  pkgconfig(gtk+-3.0)
+BuildRequires:  pkgconfig(gtksourceview-3.0)
+BuildRequires:  pkgconfig(libpeas-gtk-1.0)
 Requires:   gedit
 Requires:   %{name}-lang = %{version}
 Enhances:   gedit
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-%gconf_schemas_prereq
+%glib2_gsettings_schema_requires
 
 %description
 Here follows a list of plugins currently available in gedit-plugins:
@@ -72,7 +68,7 @@
 
 %build
 %configure
-%__make %{?jobs:-j%jobs}
+%__make %{?jobs:-j%jobs} V=1
 
 %install
 %makeinstall
@@ -80,23 +76,24 @@
 test -d %{buildroot}%{_datadir}/locale/sr@latin
 rm -r %{buildroot}%{_datadir}/locale/sr@Latn
 %find_lang %{name}
-%find_gconf_schemas
 %fdupes %{buildroot}/%{_datadir}/gedit-2/plugins
 %fdupes %{buildroot}/%{_libdir}/gedit-2/plugins
 
 %clean
 rm -rf %{buildroot}
 
-%pre -f %{name}.schemas_pre
+%post
+%glib2_gsettings_schema_post
 
-%preun -f %{name}.schemas_preun
+%postun
+%glib2_gsettings_schema_postun
 
-%posttrans -f %{name}.schemas_posttrans
-
-%files -f %{name}.schemas_list
+%files
 %defattr(-,root,root)
-%{_libdir}/gedit-2/plugins/*
-%{_datadir}/gedit-2/plugins/*
+%{_libdir}/gedit/plugins/*
+%{_datadir}/gedit/plugins/*
+%{_datadir}/glib-2.0/schemas/org.gnome.gedit.plugins.drawspaces.gschema.xml
+%{_datadir}/glib-2.0/schemas/org.gnome.gedit.plugins.terminal.gschema.xml
 
 %files lang -f %{name}.lang
 

++ gedit-plugins-2.32.0.tar.bz2 -> gedit-plugins-3.0.2.tar.bz2 ++
 313542 lines of diff (skipped)






Reme

commit mgetty for openSUSE:Factory

2011-05-16 Thread h_root

Hello community,

here is the log from the commit of package mgetty for openSUSE:Factory
checked in at Mon May 16 11:43:43 CEST 2011.




--- mgetty/mgetty.changes   2010-08-29 19:46:33.0 +0200
+++ /mounts/work_src_done/STABLE/mgetty/mgetty.changes  2011-05-13 
04:11:41.0 +0200
@@ -1,0 +2,6 @@
+Fri May 13 01:56:28 UTC 2011 - g...@novell.com
+
+- fix bug [bnc#646280],adjust faxspool to process pdf file using 
+  gs directly, do not use acroreader.
+
+---

calling whatdependson for head-i586


New:

  bug646280.patch



Other differences:
--
++ mgetty.spec ++
--- /var/tmp/diff_new_pack.vVcKnt/_old  2011-05-16 11:40:31.0 +0200
+++ /var/tmp/diff_new_pack.vVcKnt/_new  2011-05-16 11:40:31.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package mgetty (Version 1.1.36)
+# spec file for package mgetty
 #
-# 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
@@ -23,7 +23,7 @@
 # allow postinst script to succeed
 BuildRequires:  pwdutils
 Version:1.1.36
-Release:33
+Release:37
 PreReq: %install_info_prereq filesystem
 Requires:   g3utils
 Recommends: logrotate
@@ -41,6 +41,7 @@
 Patch4: %{name}-%{version}-specialdigits.patch
 Patch5: %{name}-%{version}-implicit-fortify-decl.patch
 Patch6: mgetty-1.1.36-no-date-time.patch   
+Patch7: bug646280.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -109,6 +110,7 @@
 %patch4
 %patch5
 %patch6
+%patch7 -p1
 
 %build
 ln -s policy.h-dist policy.h

++ bug646280.patch ++
Index: mgetty-1.1.36/fax/faxspool.in
===
=--- mgetty-1.1.36.orig/fax/faxspool.in
--- mgetty-1.1.36/fax/faxspool.in
+++ mgetty-1.1.36/fax/faxspool.in
@@ -390,9 +390,7 @@ fs_cvt_pdf()
 driver="$GS_DRIVER_HI"
 test X$3 = X-n && driver="$GS_DRIVER_LO"
 
-cat $1 |
-   acroread -toPostScript |
-   gs $driver -sOutputFile=$2%03d -dNOPAUSE -q -dSAFER -
+cat $1 | gs $driver -sOutputFile=$2%03d -dNOPAUSE -q -dSAFER -
 }
 
 





Remember to have fun...

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



commit mobile-broadband-provider-info for openSUSE:Factory

2011-05-16 Thread h_root

Hello community,

here is the log from the commit of package mobile-broadband-provider-info for 
openSUSE:Factory
checked in at Mon May 16 11:40:10 CEST 2011.




--- mobile-broadband-provider-info/mobile-broadband-provider-info.changes   
2010-12-08 10:26:45.0 +0100
+++ 
/mounts/work_src_done/STABLE/mobile-broadband-provider-info/mobile-broadband-provider-info.changes
  2011-05-03 10:46:03.0 +0200
@@ -1,0 +2,16 @@
+Tue May  3 10:45:20 CEST 2011 - vu...@opensuse.org
+
+- Fix license tag to be "CC Public Domain Dedication" instead of
+  "Other uncritical OpenSource License" (which got rejected by
+  legal review).
+- Ship COPYING and README.
+
+---
+Fri Apr 29 14:34:06 CEST 2011 - dims...@opensuse.org
+
+- Update to version 20110218:
+  + Many updates to the list of service providers.
+- Drop mobile-broadband-provider-info-git20101208.patch: fixed
+  upstream.
+
+---

calling whatdependson for head-i586


Old:

  mobile-broadband-provider-info-20100510.tar.bz2
  mobile-broadband-provider-info-git20101208.patch

New:

  mobile-broadband-provider-info-20110218.tar.bz2



Other differences:
--
++ mobile-broadband-provider-info.spec ++
--- /var/tmp/diff_new_pack.hiwOBA/_old  2011-05-16 11:34:02.0 +0200
+++ /var/tmp/diff_new_pack.hiwOBA/_new  2011-05-16 11:34:02.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package mobile-broadband-provider-info (Version 20100510)
+# spec file for package mobile-broadband-provider-info
 #
-# 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,14 @@
 
 
 Name:   mobile-broadband-provider-info
-Version:20100510
+Version:20110218
 Release:1
 Summary:Mobile Service Provider Database
-License:Other uncritical OpenSource License
+License:CC Public Domain Dedication
 Url:
http://live.gnome.org/NetworkManager/MobileBroadband/ServiceProviders
 Group:  Productivity/Networking/System
 Source0:%{name}-%{version}.tar.bz2
 Source1:rpmlintrc
-Patch0: mobile-broadband-provider-info-git20101208.patch
 BuildRequires:  pkg-config
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
@@ -38,7 +37,6 @@
 
 %prep
 %setup
-%patch0 -p1
 
 %build
 %configure
@@ -51,6 +49,7 @@
 
 %files
 %defattr(-,root,root)
+%doc COPYING README
 %{_datadir}/pkgconfig/mobile-broadband-provider-info.pc
 %{_datadir}/%{name}/
 

++ mobile-broadband-provider-info-20100510.tar.bz2 -> 
mobile-broadband-provider-info-20110218.tar.bz2 ++
 4316 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/mobile-broadband-provider-info-20100510/configure.ac 
new/mobile-broadband-provider-info-20110218/configure.ac
--- old/mobile-broadband-provider-info-20100510/configure.ac2010-05-10 
09:44:28.0 +0200
+++ new/mobile-broadband-provider-info-20110218/configure.ac2011-02-18 
20:13:23.0 +0100
@@ -1,6 +1,6 @@
 AC_PREREQ(2.52)
 
-AC_INIT(mobile-broadband-provider-info, 20100510, d...@redhat.com, 
mobile-broadband-provider-info)
+AC_INIT(mobile-broadband-provider-info, 20110218, d...@redhat.com, 
mobile-broadband-provider-info)
 AM_INIT_AUTOMAKE([-Wall -Werror foreign no-dist-gzip dist-bzip2])
 AM_MAINTAINER_MODE
 
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/mobile-broadband-provider-info-20100510/mobile-broadband-provider-info.pc.in
 
new/mobile-broadband-provider-info-20110218/mobile-broadband-provider-info.pc.in
--- 
old/mobile-broadband-provider-info-20100510/mobile-broadband-provider-info.pc.in
2009-05-13 19:26:08.0 +0200
+++ 
new/mobile-broadband-provider-info-20110218/mobile-broadband-provider-info.pc.in
2010-10-28 22:47:21.0 +0200
@@ -10,4 +10,4 @@
 Description: Mobile Broadband Service Provider Information Database
 Requires:
 Version: @VERSION@
-Cflags: -DMOBILE_BROADBAND_PROVIDER_INFO='\"${database}\"'
+
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'

commit rpmlint for openSUSE:Factory

2011-05-16 Thread h_root

Hello community,

here is the log from the commit of package rpmlint for openSUSE:Factory
checked in at Mon May 16 11:33:47 CEST 2011.




--- rpmlint/rpmlint.changes 2011-05-05 09:16:21.0 +0200
+++ /mounts/work_src_done/STABLE/rpmlint/rpmlint.changes2011-05-11 
14:31:54.0 +0200
@@ -1,0 +2,12 @@
+Wed May 11 11:25:33 UTC 2011 - lnus...@suse.de
+
+- don't filter non-standard-gid anymore
+- add dir-or-file-in-var-lock check
+- remove 'nobody' from standard users
+
+---
+Tue May 10 11:38:05 UTC 2011 - lnus...@suse.de
+
+- add not-a-position-independent-executable check
+
+---

calling whatdependson for head-i586


New:

  pie.config
  rpmlint-pie.diff



Other differences:
--
++ rpmlint.spec ++
--- /var/tmp/diff_new_pack.Xnh5Rj/_old  2011-05-16 11:31:42.0 +0200
+++ /var/tmp/diff_new_pack.Xnh5Rj/_new  2011-05-16 11:31:42.0 +0200
@@ -23,7 +23,7 @@
 BuildRequires:  rpm-python
 Summary:Rpm correctness checker
 Version:1.1
-Release:33
+Release:35
 Source0:%{name}-%{version}.tar.bz2
 Source1:config
 Source1001: config.in
@@ -49,6 +49,7 @@
 Source21:   BashismsCheck.py
 Source22:   CheckGNOMEMacros.py
 Source23:   CheckBuildDate.py
+Source24:   pie.config
 Source100:  syntax-validator.py
 Url:http://rpmlint.zarb.org/
 License:GPLv2+
@@ -124,6 +125,7 @@
 # already upstream
 Patch87:rpmlint-add-details.diff
 Patch88:suse-speccheck-utf8.diff
+Patch89:rpmlint-pie.diff
 %py_requires
 
 %description
@@ -150,7 +152,7 @@
 %patch8
 %patch9
 #%patch10
-%patch11
+%patch11 -p1
 %patch12
 %patch13
 %patch14
@@ -203,6 +205,7 @@
 %patch86
 %patch87 -p1
 %patch88
+%patch89 -p1
 cp -p %{SOURCE1} .
 cp -p %{SOURCE2} .
 cp -p %{SOURCE3} .
@@ -238,6 +241,7 @@
 # make sure that the package is sane
 python -tt %{SOURCE100} $RPM_BUILD_ROOT/usr/share/rpmlint/*.py 
$RPM_BUILD_ROOT/usr/share/rpmlint/config
 %__install -m 644 %{SOURCE20} %{buildroot}/%{_sysconfdir}/rpmlint/
+%__install -m 644 %{SOURCE24} %{buildroot}/%{_sysconfdir}/rpmlint/
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -249,6 +253,7 @@
 %{_prefix}/share/rpmlint
 %config(noreplace) /etc/rpmlint/config
 %config %{_sysconfdir}/rpmlint/rpmgroups.config
+%config %{_sysconfdir}/rpmlint/pie.config
 %dir /etc/rpmlint
 /usr/share/man/man1/rpmlint.1.gz
 

++ BashismsCheck.py ++
--- /var/tmp/diff_new_pack.Xnh5Rj/_old  2011-05-16 11:31:42.0 +0200
+++ /var/tmp/diff_new_pack.Xnh5Rj/_new  2011-05-16 11:31:42.0 +0200
@@ -28,9 +28,12 @@
 status, output = Pkg.getstatusoutput(["dash", "-n", filename])
 if status == 2:
 printWarning(pkg, "bin-sh-syntax-error", filename)
-status, output = Pkg.getstatusoutput(["checkbashisms", 
filename])
-if status == 1:
-printInfo(pkg, "potential-bashisms", filename)
+try:
+status, output = Pkg.getstatusoutput(["checkbashisms", 
filename])
+if status == 1:
+printInfo(pkg, "potential-bashisms", filename)
+except Exception, x:
+printError(pkg, 'rpmlint-exception', "%(file)s raised an 
exception: %(x)s" % {'file':filename, 'x':x})
 finally:
 f.close()
 

++ CheckSUIDPermissions.py ++
--- /var/tmp/diff_new_pack.Xnh5Rj/_old  2011-05-16 11:31:42.0 +0200
+++ /var/tmp/diff_new_pack.Xnh5Rj/_new  2011-05-16 11:31:42.0 +0200
@@ -135,6 +135,10 @@
 else:
 f += '/'
 
+if type == 010:
+if not 'shared object' in pkgfile.magic:
+printError(pkg, 
'not-a-position-independent-executable', f)
+
 m = self.perms[f]['mode']
 o = self.perms[f]['owner']
 
@@ -159,6 +163,10 @@
 else:
 printWarning(pkg, 'permissions-directory-setuid-bit', 
msg)
 
+if type == 010:
+if not 'shared object' in pkgfile.magic:
+printError(pkg, 
'not-a-position-independent-executable', f)
+
 if mode&02:
 need_verifyscript = True
 printError(pkg, 'permissions-world-writable', \

++ config ++
--- /var/tmp/diff_new_pack.Xnh5Rj/_old  2011-05-16 11:31:42.0 +0200
+++ /var/tmp/diff_new_pack.Xnh5Rj/_new  2011-05-16 11:31:42.0 +0200
@@ -139,6 +139,7 @@
 'pulse-rt',
 'quagga',
 'radiusd',
+'root',
 'sabayon-admin',
 'sapdb',
 'shadow',
@@ -217,7 +218,6 @@
 'nagios',
 'named',
 'news',
-'nobod

commit sparkleshare for openSUSE:Factory

2011-05-16 Thread h_root

Hello community,

here is the log from the commit of package sparkleshare for openSUSE:Factory
checked in at Mon May 16 11:29:51 CEST 2011.




--- GNOME/sparkleshare/sparkleshare.changes 2011-02-12 20:27:22.0 
+0100
+++ /mounts/work_src_done/STABLE/sparkleshare/sparkleshare.changes  
2011-05-09 01:03:00.0 +0200
@@ -1,0 +2,16 @@
+Mon May  9 00:58:52 CEST 2011 - vu...@opensuse.org
+
+- Update to 0.2-rc1:
+  + Lot of fixes and optimisations across the backend
+  + Less memory usage, less crashes
+  + Instant notifications of new changes instead of polling
+  + Refreshed event log HTML theme
+  + Keeping logs in memory for faster reopening and loads more
+goodness
+- Changes from 0.2-beta2:
+  + Massive restructure of the code to an MVC-like model
+  + Port the event logs to Webkit
+- Add nant and webkit-sharp BuildRequires.
+- Add webkit-sharp Requires.
+
+---

calling whatdependson for head-i586


Old:

  sparkleshare-0.2-beta1.tar.bz2

New:

  sparkleshare-0.2-rc1.tar.gz



Other differences:
--
++ sparkleshare.spec ++
--- /var/tmp/diff_new_pack.pWYEOv/_old  2011-05-16 11:29:10.0 +0200
+++ /var/tmp/diff_new_pack.pWYEOv/_new  2011-05-16 11:29:10.0 +0200
@@ -18,24 +18,26 @@
 
 
 Name:   sparkleshare
-Version:0.1.99_0.2.beta1
-Release:4
-%define _version 0.2-beta1
+Version:0.1.99_0.2.rc1
+Release:1
+%define _version 0.2-rc1
 License:GPLv3
 Summary:A file sharing and collaboration tool
 Url:http://sparkleshare.org
 Group:  Productivity/Archiving/Backup
-Source: %{name}-%{_version}.tar.bz2
+Source: %{name}-%{_version}.tar.gz
 BuildRequires:  fdupes
 BuildRequires:  gnome-doc-utils-devel
 BuildRequires:  gtk-sharp2
 BuildRequires:  intltool
 BuildRequires:  mono-devel
+BuildRequires:  nant
 BuildRequires:  ndesk-dbus
 BuildRequires:  ndesk-dbus-glib-devel
 BuildRequires:  notify-sharp
 BuildRequires:  python-nautilus-devel
 BuildRequires:  update-desktop-files
+BuildRequires:  webkit-sharp
 Requires:   git-core >= 1.7
 Requires:   gtk-sharp2
 Requires:   gvfs
@@ -43,6 +45,7 @@
 Requires:   ndesk-dbus
 Requires:   notify-sharp
 Requires:   openssh
+Requires:   webkit-sharp
 Recommends: %{name}-lang
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
@@ -123,7 +126,6 @@
 %{_bindir}/sparkleshare
 %{_datadir}/applications/sparkleshare.desktop
 %{_datadir}/icons/hicolor/*/apps/folder-sparkleshare.png
-%{_datadir}/pixmaps/side-splash.png
 %{_datadir}/sparkleshare/
 %{_libdir}/sparkleshare/
 %{_mandir}/man1/sparkleshare.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 xfce-utils for openSUSE:Factory

2011-05-16 Thread h_root

Hello community,

here is the log from the commit of package xfce-utils for openSUSE:Factory
checked in at Mon May 16 11:28:55 CEST 2011.




--- xfce-utils/xfce-utils.changes   2011-04-18 14:20:58.0 +0200
+++ /mounts/work_src_done/STABLE/xfce-utils/xfce-utils.changes  2011-04-19 
14:31:18.0 +0200
@@ -1,0 +2,5 @@
+Tue Apr 19 12:29:48 UTC 2011 - g...@opensuse.org
+
+- added --with-vendor-info
+
+---

calling whatdependson for head-i586




Other differences:
--
++ xfce-utils.spec ++
--- /var/tmp/diff_new_pack.her9uJ/_old  2011-05-16 11:28:20.0 +0200
+++ /var/tmp/diff_new_pack.her9uJ/_new  2011-05-16 11:28:20.0 +0200
@@ -19,7 +19,7 @@
 
 Name:   xfce-utils
 Version:4.8.1
-Release:6
+Release:9
 License:GPLv2+
 Summary:Collection of Scripts and Utilities for the Xfce Desktop 
Environment
 Url:http://www.xfce.org/projects/xfce-utils/
@@ -69,7 +69,9 @@
 
 %build
 xdt-autogen
-%configure --docdir=%{_defaultdocdir}/%{name}
+%configure \
+--docdir=%{_defaultdocdir}/%{name} \
+--with-vendor-info=openSUSE
 make V=1 %{?_smp_mflags}
 
 %install






Remember to have fun...

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



commit xfce4-vala for openSUSE:Factory

2011-05-16 Thread h_root

Hello community,

here is the log from the commit of package xfce4-vala for openSUSE:Factory
checked in at Mon May 16 11:28:06 CEST 2011.




--- xfce4-vala/xfce4-vala.changes   2011-02-17 11:00:19.0 +0100
+++ /mounts/work_src_done/STABLE/xfce4-vala/xfce4-vala.changes  2011-05-13 
13:08:50.0 +0200
@@ -1,0 +2,8 @@
+Fri May 13 10:42:44 UTC 2011 - g...@opensuse.org
+
+- update to version 4.8.1
+  - update to vala 0.12
+- added xfce4-vala-multiple-vala-versions.patch to retain
+  compatibility with vala 0.10
+
+---

calling whatdependson for head-i586


Old:

  xfce4-vala-4.8.0.tar.bz2

New:

  xfce4-vala-4.8.1.tar.bz2
  xfce4-vala-multiple-vala-versions.patch



Other differences:
--
++ xfce4-vala.spec ++
--- /var/tmp/diff_new_pack.9HVzXh/_old  2011-05-16 11:25:19.0 +0200
+++ /var/tmp/diff_new_pack.9HVzXh/_new  2011-05-16 11:25:19.0 +0200
@@ -16,9 +16,14 @@
 #
 
 
+%if %suse_version <= 1140
+%define vala_version 0.10
+%else
+%define vala_version 0.12
+%endif
 
 Name:   xfce4-vala
-Version:4.8.0
+Version:4.8.1
 Release:1
 License:LGPLv2.1+
 Summary:Vala bindings to Xfce
@@ -26,13 +31,20 @@
 Group:  Development/Libraries/Other
 Source: %{name}-%{version}.tar.bz2
 Source100:  %{name}-rpmlintrc
+# PATCH-FEATURE-OPENSUSE xfce4-vala-multiple-vala-versions.patch 
g...@opensuse.org -- Support multiple vala versions
+Patch0: xfce4-vala-multiple-vala-versions.patch
 BuildRequires:  fdupes
 BuildRequires:  pkgconfig(libxfce4util-1.0)
 BuildRequires:  pkgconfig(libxfconf-0)
 BuildRequires:  pkgconfig(libxfce4ui-1)
 BuildRequires:  pkgconfig(libxfce4panel-1.0)
 BuildRequires:  pkgconfig(exo-1)
+%if %suse_version <= 1140
 BuildRequires:  pkgconfig(vala-0.10)
+%else
+BuildRequires:  pkgconfig(libvala-0.12)
+%endif
+BuildRequires:  xfce4-dev-tools
 BuildRequires:  vala >= 0.10
 Requires:   vala >= 0.10
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -42,14 +54,16 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
+xdt-autogen
 %configure
 make %{?_smp_mflags}
 
 %install
 %make_install
-%fdupes %{buildroot}/usr/share/vala-0.10
+%fdupes %{buildroot}/usr/share/vala-%{vala_version}
 
 %clean
 rm -rf %{buildroot}
@@ -58,9 +72,9 @@
 %defattr(-,root,root)
 %doc AUTHORS COPYING ChangeLog NEWS README TODO
 %{_libdir}/pkgconfig/xfce4-vala.pc
-%dir %{_datadir}/vala-0.10
-%dir %{_datadir}/vala-0.10/vapi
-%{_datadir}/vala-0.10/vapi/*.deps
-%{_datadir}/vala-0.10/vapi/*.vapi
+%dir %{_datadir}/vala-%{vala_version}
+%dir %{_datadir}/vala-%{vala_version}/vapi
+%{_datadir}/vala-%{vala_version}/vapi/*.deps
+%{_datadir}/vala-%{vala_version}/vapi/*.vapi
 
 %changelog

++ xfce4-vala-4.8.0.tar.bz2 -> xfce4-vala-4.8.1.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xfce4-vala-4.8.0/ChangeLog 
new/xfce4-vala-4.8.1/ChangeLog
--- old/xfce4-vala-4.8.0/ChangeLog  2011-02-13 21:49:02.0 +0100
+++ new/xfce4-vala-4.8.1/ChangeLog  2011-04-27 21:09:02.0 +0200
@@ -1,3 +1,13 @@
+2011-04-27  Mike Massonnet
+
+=== Release 4.8.1 ===
+
+
+2011-04-27  Mike Massonnet
+
+Update build to Vala 0.12
+
+
 2011-02-13  Mike Massonnet
 
 === Release 4.8.0 ===
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xfce4-vala-4.8.0/NEWS new/xfce4-vala-4.8.1/NEWS
--- old/xfce4-vala-4.8.0/NEWS   2011-02-13 21:41:12.0 +0100
+++ new/xfce4-vala-4.8.1/NEWS   2011-04-27 20:58:50.0 +0200
@@ -1,4 +1,8 @@
 
++ Version 4.8.1, 2011-04-27
+
+Updated package to Vala 0.12.
+
 + Version 4.8.0, 2011-02-13
 
 Added libxfce4ui.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xfce4-vala-4.8.0/acinclude.m4 
new/xfce4-vala-4.8.1/acinclude.m4
--- old/xfce4-vala-4.8.0/acinclude.m4   2010-10-31 08:59:11.0 +0100
+++ new/xfce4-vala-4.8.1/acinclude.m4   2011-04-27 20:57:34.0 +0200
@@ -18,31 +18,31 @@
 
 dnl # M8T_CHECK_VALA(minimum_version)
 dnl #
-dnl # Check for the package vala-0.10 and substitutes useful Vala variables.
+dnl # Check for the package libvala-0.12 and substitutes useful Vala variables.
 dnl #
 AC_DEFUN([M8T_CHECK_VALA],
 [
-PKG_CHECK_MODULES([VALA], [vala-0.10 >= $1])
+PKG_CHECK_MODULES([VALA], [libvala-0.12 >= $1])
 M8T_VALA_PROGS()
 M8T_VAPI_DIR()
 ])
 
 dnl # M8T_VALA_PROGS()
 dnl #
-dnl # Substitutes VALAC, VAPIGEN and VALAGI from vala-0.10 pkgconfig file.
+dnl # Substitutes VALAC, VAPIGEN and VALAGI from libvala-0.12 pkgconfig file.
 dnl #
 AC_DEFUN([M8T_VALA_PROGS],
 [
 AC_PATH_PROG([VALAC], [valac], [valac])
-AC_SUBST([VAPIGEN], `$PKG_CONFIG --variable=vapigen vala-0.10`)
-AC_SUBST([VALAGI], `$PKG_CONFIG --variable=vala_gen_introspect vala-0.10`)
+AC_SUBST([VAPIGEN], `$PKG_CONFIG --vari

commit libsmbios for openSUSE:Factory

2011-05-16 Thread h_root

Hello community,

here is the log from the commit of package libsmbios for openSUSE:Factory
checked in at Mon May 16 11:25:11 CEST 2011.




--- libsmbios/libsmbios.changes 2011-05-10 04:55:44.0 +0200
+++ /mounts/work_src_done/STABLE/libsmbios/libsmbios.changes2011-05-13 
22:44:46.0 +0200
@@ -1,0 +2,25 @@
+Fri May 13 20:23:47 UTC 2011 - asterios.dra...@gmail.com
+
+- Update to version 2.2.27:
+  * print out all the OEM strings in smbios-sys-info-lite output.
+  * fixup logic error in bayonette id detection which could potentially cause
+segfault.
+  * Adding support to compile on solaris.
+  * update string extracts for spanish.
+  * Fix output of translated unicode strings.
+  * By default, python was trying to output all translated strings as ascii,
+which breaks for unicode. Wrap sys.stdout with a streamwriter that outputs
+unicode.
+  * add spanish translations.
+  * localize messages from import/export token dumps.
+  * add another exception case for missing header line.
+- Spec file updates:
+  * Removed Provides/Obsoletes for libsmbios-libs-0.13.12 in libsmbios2
+(0.13.12 was released at 2007-11-02).
+  * Removed smbios-utils meta-package (not needed). Provides/Obsoletes for
+libsmbios-bin and libsmbios-unsupported-bin moved to smbios-utils-python
+and smbios-utils-bin respectively.
+  * Fix locales removal if suse_version is not set.
+  * Minor other updates.
+
+---

calling whatdependson for head-i586


Old:

  libsmbios-2.2.26.tar.bz2

New:

  libsmbios-2.2.27.tar.bz2



Other differences:
--
++ libsmbios.spec ++
--- /var/tmp/diff_new_pack.1R8im0/_old  2011-05-16 11:17:37.0 +0200
+++ /var/tmp/diff_new_pack.1R8im0/_new  2011-05-16 11:17:37.0 +0200
@@ -20,8 +20,8 @@
 %{!?python_sitearch: %global python_sitearch %(%{__python} -c "from 
distutils.sysconfig import get_python_lib; print(get_python_lib(1))")}
 
 Name:   libsmbios
-Version:2.2.26
-Release:2
+Version:2.2.27
+Release:1
 Summary:Libraries to get information from standard BIOS tables
 
 License:GPLv2+ or OSL 2.1
@@ -48,7 +48,7 @@
 to get information from standard BIOS tables, such as the SMBIOS table.
 
 %package devel
-Summary:Development headers and archives
+Summary:Development files for libsmios
 License:GPLv2+ or OSL 2.1
 Group:  Development/Libraries/C and C++
 Requires:   libsmbios2 = %{version}
@@ -58,16 +58,14 @@
 Libsmbios is a library and utilities that can be used by client programs to get
 information from standard BIOS tables, such as the SMBIOS table.
 
-This package contains the headers and .a files necessary to compile new client
-programs against libsmbios.
+This package contains the necessary files to compile new client programs
+against libsmbios.
 
 %package -n libsmbios2
 Summary:Libraries to get information from standard BIOS tables
 License:GPLv2+ or OSL 2.1
 Group:  System/Management
 Supplements:modalias(dmi:*:[bs]vnD[Ee][Ll][Ll]*:*)
-Obsoletes:  libsmbios-libs <= 0.13.12
-Provides:   libsmbios-libs = %{version}
 
 %description -n libsmbios2
 Libsmbios is a library and utilities that can be used by client programs
@@ -86,28 +84,14 @@
 %description -n python-smbios
 This package provides a Python interface to libsmbios.
 
-%package -n smbios-utils
-Summary:Meta-package that pulls in all smbios binaries and python 
scripts
-License:GPLv2+ or OSL 2.1
-Group:  System/Management
-Requires:   smbios-utils-bin
-Requires:   smbios-utils-python
-Supplements:modalias(dmi:*:[bs]vnD[Ee][Ll][Ll]*:*)
-Obsoletes:  libsmbios-bin <= 2.0.2
-Provides:   libsmbios-bin = %{version}
-Obsoletes:  libsmbios-unsupported-bin <= 2.0.2
-Provides:   libsmbios-unsupported-bin = %{version}
-
-%description -n smbios-utils
-This is a meta-package that pulls in the binary libsmbios executables as well
-as the python executables.
-
 %package -n smbios-utils-bin
 Summary:Binary utilities that use libsmbios
 License:GPLv2+ or OSL 2.1
 Group:  System/Management
-Requires:   libsmbios2 = %{version}
 Supplements:modalias(dmi:*:[bs]vnD[Ee][Ll][Ll]*:*)
+# libsmbios-unsupported-bin was last used in openSUSE 11.4 
(libsmbios-unsupported-bin-2.0.2)
+Obsoletes:  libsmbios-unsupported-bin <= 2.0.2
+Provides:   libsmbios-unsupported-bin = %{version}
 
 %description -n smbios-utils-bin
 Get BIOS information, such as System product name, product id, service tag and
@@ -119,6 +103,9 @@
 Group:  System/Management
 Requires:   python-smbios = %{version}
 Supplements:modalias(dmi:*:[bs]vnD[Ee][Ll][Ll]*:*)
+# libsmbios-bin was last used in openSUSE 11.4 (libsmbios-bin-2.0.2)
+Obsoletes:  libsmbios-bin 

commit dhcp for openSUSE:Factory

2011-05-16 Thread h_root

Hello community,

here is the log from the commit of package dhcp for openSUSE:Factory
checked in at Mon May 16 11:17:20 CEST 2011.




--- dhcp/dhcp.changes   2011-05-03 14:28:14.0 +0200
+++ /mounts/work_src_done/STABLE/dhcp/dhcp.changes  2011-05-12 
10:43:04.0 +0200
@@ -1,0 +2,12 @@
+Thu May 12 08:39:03 UTC 2011 - m...@suse.de
+
+- Removed obsolete sles8 compatibility dependencies, fixed
+  to avoid non-functional sles_version conditionals.
+
+---
+Tue May 10 11:48:57 UTC 2011 - m...@suse.de
+
+- Fixed to not introduce separate dhcp-doc package on sles,
+  use versioned provides/obsoletes, improved conditionals.
+
+---

calling whatdependson for head-i586




Other differences:
--
++ dhcp.spec ++
--- /var/tmp/diff_new_pack.zwyLD7/_old  2011-05-16 11:14:13.0 +0200
+++ /var/tmp/diff_new_pack.zwyLD7/_new  2011-05-16 11:14:13.0 +0200
@@ -21,12 +21,16 @@
 %define susefw2dir%{_sysconfdir}/sysconfig/SuSEfirewall2.d/services
 %define omc_prefix/usr/share/omc
 %define omc_svcdir%{omc_prefix}/svcinfo.d
+# always on
 %define with_ldap 1
-%define with_ldapcasa 0%{?sles_version} > 0
+# on sles, but sles_version is gone
+%define with_ldapcasa 0%{?sles_version} >= 10 || (%suse_version >= 1110 && 
%suse_version < 1140)
+# doc package is new on 11.3
+%define with_doc_package  %suse_version >= 1130
 
 Name:   dhcp
-%if 0%{?with_ldap}
-%if 0%{?with_ldapcasa}
+%if %{with_ldap}
+%if %{with_ldapcasa}
 BuildRequires:  CASA-devel
 %endif
 BuildRequires:  openldap2-devel
@@ -36,7 +40,7 @@
 Group:  Productivity/Networking/Boot/Servers
 AutoReqProv:on
 Version:4.2.1.P1
-Release:3
+Release:5
 Summary:Common Files Used by ISC DHCP Software
 Url:http://www.isc.org/software/dhcp
 Source0:dhcp-%{isc_version}.tar.bz2
@@ -86,6 +90,8 @@
 ##
 PreReq: /bin/touch /sbin/chkconfig sysconfig
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+Provides:   dhcp = %{version}
+Obsoletes:  dhcp < %{version}
 
 %package server
 License:BSD3c(or similar)
@@ -93,7 +99,8 @@
 Group:  Productivity/Networking/Boot/Servers
 Requires:   net-tools dhcp = %{version}
 PreReq: %insserv_prereq %fillup_prereq /bin/cat /bin/mkdir /bin/cp 
/usr/sbin/useradd
-Provides:   dhcp_server dhcp_server6
+Provides:   dhcp-server = %{version}, dhcp_server, dhcp_server6
+Obsoletes:  dhcp-server < %{version}
 AutoReqProv:on
 
 %package client
@@ -102,7 +109,8 @@
 Group:  Productivity/Networking/Boot/Clients
 Requires:   net-tools dhcp = %{version} /sbin/arping /usr/bin/host
 PreReq: %insserv_prereq %fillup_prereq /bin/cat /bin/mkdir /bin/cp 
/bin/grep
-Provides:   dhcp_client dhcp_client6
+Provides:   dhcp-client = %{version}, dhclient = %{version}, dhcp_client, 
dhcp_client6
+Obsoletes:  dhcp-client < %{version}, dhclient < %{version}
 AutoReqProv:on
 
 %package relay
@@ -111,7 +119,8 @@
 Group:  Productivity/Networking/Boot/Servers
 Requires:   net-tools dhcp = %{version}
 PreReq: %insserv_prereq %fillup_prereq /bin/cat /bin/mkdir /bin/cp 
-Provides:   dhcp_relay dhcp_relay6
+Provides:   dhcp-relay = %{version}, dhcrelay = %{version}, dhcp_relay, 
dhcp_relay6
+Obsoletes:  dhcp-relay < %{version}, dhcrelay < %{version}
 AutoReqProv:on
 
 %package devel
@@ -119,11 +128,18 @@
 Summary:Header Files and Libraries for dhcpctl API
 Group:  Development/Libraries/C and C++
 Requires:   dhcp = %{version}
+Provides:   dhcp-devel = %{version}
+Obsoletes:  dhcp-devel < %{version}
+
+%if %{with_doc_package}
 
 %package doc
 License:BSD3c(or similar)
 Summary:Documentation
 Group:  Productivity/Networking/Boot/Servers
+Provides:   dhcp-doc = %{version}
+Obsoletes:  dhcp-doc < %{version}
+%endif
 
 %description
 This package contains common programs used by both the ISC DHCP
@@ -172,6 +188,8 @@
 
 Internet Systems Consortium, Inc. 
 
+%if %{with_doc_package}
+
 %description doc
 This package contains additional documentation files provided with
 the software. The manual pages are in the corresponding packages.
@@ -180,6 +198,7 @@
 
 Internet Systems Consortium, Inc. 
 
+%endif
 
 %description devel
 This package contains all of the libraries and headers for developing
@@ -201,7 +220,7 @@
 %patch15 -p0
 %patch20 -p1
 %patch21 -p1
-%if 0%{?with_ldap}
+%if %{with_ldap}
 %patch30 -p1
 %endif
 %patch40 -p1
@@ -238,10 +257,10 @@
--enable-failover \
--enable-paranoia \
--enable-early-chroot \
-%if 0%{?with_ldap}
+%if %{with_ldap}
--with-ldap \
--with-ldapcrypto \
-%if 0%{with_ldapcasa}
+%if 

commit libvirt for openSUSE:Factory

2011-05-16 Thread h_root

Hello community,

here is the log from the commit of package libvirt for openSUSE:Factory
checked in at Mon May 16 11:13:57 CEST 2011.




--- libvirt/libvirt.changes 2011-03-24 11:33:36.0 +0100
+++ /mounts/work_src_done/STABLE/libvirt/libvirt.changes2011-05-06 
16:29:16.0 +0200
@@ -1,0 +2,47 @@
+Thu May  5 19:01:54 MDT 2011 - jfeh...@suse.de
+
+- Update to libvirt 0.9.1
+  - support various persistent domain updates
+  - improvements on memory APIs
+  - Add virDomainEventRebootNew
+  - various improvements to libxl drive
+  - Spice: support audio, images and stream compression
+
+---
+Tue Apr 12 15:26:02 MDT 2011 - jfeh...@suse.de
+
+- Move libvirt-iohelper from client to base package
+
+---
+Tue Apr 12 05:11:22 UTC 2011 - co...@opensuse.org
+
+- fix baselibs.conf not to requires source 32bit
+
+---
+Mon Apr 11 16:48:48 MDT 2011 - jfeh...@suse.de
+
+- Install log dir for libxl
+  f7e9b448-libxl-build.patch
+
+---
+Mon Apr  4 16:02:23 MDT 2011 - jfeh...@novell.com
+
+- Update to libvirt 0.9.0 final
+  - Support cpu usage tuning
+  - Add public APIs for storage volume upload/download
+  - Add public API for setting migration speed on the fly
+  - Add libxenlight driver
+  - qemu: support migration to fd
+  - add virDomain{Get,Set}BlkioParameters
+  - introduce a new libvirt API (virDomainSetMemoryFlags)
+  - Expose event loop implementation as a public API
+  - Dump the debug buffer to libvirtd.log on fatal signal
+  - Audit support
+  - Numerous enhancements and bug fixes
+
+---
+Thu Mar 31 14:16:17 MST 2011 - jfeh...@novell.com
+
+- Update to libvirt 0.9.0 RC3
+
+---

calling whatdependson for head-i586


Old:

  71753cb7-CVE-2011-1146.patch
  efc2594b-boot-param.patch
  libvirt-0.8.8.tar.bz2
  use-libvirt-guests-on-suse.patch
  xen-domctl-ver7.patch

New:

  libvirt-0.9.1.tar.bz2
  use-init-script-redhat.patch



Other differences:
--
++ libvirt.spec ++
 768 lines (skipped)
 between libvirt/libvirt.spec
 and /mounts/work_src_done/STABLE/libvirt/libvirt.spec

++ baselibs.conf ++
--- /var/tmp/diff_new_pack.OBchRs/_old  2011-05-16 11:03:40.0 +0200
+++ /var/tmp/diff_new_pack.OBchRs/_new  2011-05-16 11:03:40.0 +0200
@@ -1,2 +1,4 @@
 libvirt-client
+   requires -libvirt-
 libvirt-devel
+   requires -libvirt- 

++ clone.patch ++
--- /var/tmp/diff_new_pack.OBchRs/_old  2011-05-16 11:03:40.0 +0200
+++ /var/tmp/diff_new_pack.OBchRs/_new  2011-05-16 11:03:40.0 +0200
@@ -2,7 +2,7 @@
 ===
 --- src/lxc/lxc_container.c.orig
 +++ src/lxc/lxc_container.c
-@@ -845,6 +845,9 @@ int lxcContainerStart(virDomainDefPtr de
+@@ -883,6 +883,9 @@ int lxcContainerStart(virDomainDefPtr de
  lxc_child_argv_t args = { def, nveths, veths, control, ttyPath };
  
  /* allocate a stack for the container */
@@ -12,7 +12,7 @@
  if (VIR_ALLOC_N(stack, stacksize) < 0) {
  virReportOOMError();
  return -1;
-@@ -863,7 +866,11 @@ int lxcContainerStart(virDomainDefPtr de
+@@ -901,7 +904,11 @@ int lxcContainerStart(virDomainDefPtr de
  flags |= CLONE_NEWNET;
  }
  
@@ -22,9 +22,9 @@
  pid = clone(lxcContainerChild, stacktop, flags, &args);
 +#endif
  VIR_FREE(stack);
- DEBUG("clone() completed, new container PID is %d", pid);
+ VIR_DEBUG("clone() completed, new container PID is %d", pid);
  
-@@ -889,6 +896,7 @@ int lxcContainerAvailable(int features)
+@@ -928,6 +935,7 @@ int lxcContainerAvailable(int features)
  char *childStack;
  char *stack;
  int childStatus;
@@ -32,7 +32,7 @@
  
  if (features & LXC_CONTAINER_FEATURE_USER)
  flags |= CLONE_NEWUSER;
-@@ -896,14 +904,21 @@ int lxcContainerAvailable(int features)
+@@ -935,14 +943,21 @@ int lxcContainerAvailable(int features)
  if (features & LXC_CONTAINER_FEATURE_NET)
  flags |= CLONE_NEWNET;
  
@@ -41,7 +41,7 @@
 +stacksize *= 2;
 +#endif
 +if (VIR_ALLOC_N(stack, stacksize) < 0) {
- DEBUG0("Unable to allocate stack");
+ VIR_DEBUG0("Unable to allocate stack");
  return -1;
  }
  

++ libvirt-0.8.8.tar.bz2 -> libvirt-0.9.1.tar.bz2 ++
libvirt/libvirt-0.8.8.tar.bz2 
/mounts/work_src_done/STABLE/libvirt/libvirt-0.9.1.tar.bz2 differ: char 11, 
line 1

++ libvirtd-defaults.patch ++
--- /var/tmp/diff_new_pack.OBchRs/_old  2011-05-16 11:03:40.0 +0200
+++ /var/tmp/diff_new_pack.OBchRs/_new  2011-05-16 11:03:40.

commit mkinitrd for openSUSE:Factory

2011-05-16 Thread h_root

Hello community,

here is the log from the commit of package mkinitrd for openSUSE:Factory
checked in at Mon May 16 11:03:10 CEST 2011.




--- mkinitrd/mkinitrd.changes   2011-05-04 16:55:26.0 +0200
+++ /mounts/work_src_done/STABLE/mkinitrd/mkinitrd.changes  2011-05-09 
16:56:15.0 +0200
@@ -1,0 +2,5 @@
+Mon May  9 16:55:56 CEST 2011 - r...@suse.de
+
+- move sysconfig/kernel related parts to this package 
+
+---

calling whatdependson for head-i586


New:

  boot.loadmodules
  mkinitrd-kms_reverse.patch
  sysconfig.kernel-mkinitrd



Other differences:
--
++ mkinitrd.spec ++
--- /var/tmp/diff_new_pack.F4PEKm/_old  2011-05-16 10:45:38.0 +0200
+++ /var/tmp/diff_new_pack.F4PEKm/_new  2011-05-16 10:45:38.0 +0200
@@ -31,12 +31,16 @@
 %endif
 AutoReqProv:on
 Version:2.7.0
-Release:5
+Release:7
 Conflicts:  udev < 118
 Requires:   dhcpcd
+PreReq: %fillup_prereq
 Summary:Creates an Initial RAM Disk Image for Preloading Modules
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Source0:mkinitrd.tar.bz2
+Source1:boot.loadmodules
+Source2:sysconfig.kernel-%name
+Patch0: mkinitrd-kms_reverse.patch
 Url:http://gitorious.org/opensuse/mkinitrd
 
 %description
@@ -67,6 +71,7 @@
 
 %prep
 %setup
+%patch0
 
 %build
 gcc $RPM_OPT_FLAGS -Wall -Os -o lib/mkinitrd/bin/run-init src/run-init.c
@@ -90,6 +95,8 @@
 mkdir -p $RPM_BUILD_ROOT/lib/mkinitrd/scripts
 mkdir -p $RPM_BUILD_ROOT/lib/mkinitrd/setup
 mkdir -p $RPM_BUILD_ROOT/lib/mkinitrd/boot
+mkdir -p $RPM_BUILD_ROOT/etc/init.d
+mkdir -p $RPM_BUILD_ROOT/var/adm/fillup-templates
 cp -a scripts/*.sh $RPM_BUILD_ROOT/lib/mkinitrd/scripts/
 cp -a lib/mkinitrd/bin $RPM_BUILD_ROOT/lib/mkinitrd/bin
 make -C sbin DESTDIR=$RPM_BUILD_ROOT install
@@ -104,6 +111,19 @@
 #
 %install_mkinitrd   /usr/bin/perl /sbin/mkinitrd_setup
 EOF
+install -m 755 %{SOURCE1} $RPM_BUILD_ROOT/etc/init.d/boot.loadmodules
+install -m 644 %{SOURCE2} 
$RPM_BUILD_ROOT/var/adm/fillup-templates/sysconfig.kernel-%name
+
+%post
+%{remove_and_set -n kernel SKIP_RUNNING_KERNEL NO_KMS_IN_INITRD}
+%{fillup_only -an kernel}
+%{insserv_force_if_yast /etc/init.d/boot.loadmodules}
+case "$NO_KMS_IN_INITRD" in
+   no)
+   sed -i -e "s@^KMS_IN_INITRD=@KMS_IN_INITRD=\"yes\"@" 
/etc/sysconfig/kernel ;;
+   yes)
+   sed -i -e "s@^KMS_IN_INITRD=@KMS_IN_INITRD=\"no\"@" 
/etc/sysconfig/kernel ;;
+esac
 
 %posttrans
 /sbin/mkinitrd_setup
@@ -119,6 +139,7 @@
 %dir /lib/mkinitrd/boot
 %dir /lib/mkinitrd/setup
 %config /etc/rpm/macros.mkinitrd
+/etc/init.d/boot.loadmodules
 /lib/mkinitrd/scripts/*.sh
 /lib/mkinitrd/bin/*
 /bin/lsinitrd
@@ -126,6 +147,7 @@
 /sbin/mkinitrd_setup
 /sbin/module_upgrade
 /sbin/installkernel
+/var/adm/fillup-templates/sysconfig.kernel-%name
 %doc %{_mandir}/man5/mkinitrd.5.gz
 %doc %{_mandir}/man8/mkinitrd.8.gz
 %doc %{_mandir}/man8/lsinitrd.8.gz

++ boot.loadmodules ++
#! /bin/sh
#
# Copyright (c) 2002 SuSE Linux AG, Nuernberg, Germany. All rights reserved.
#
# File: /etc/init.d/boot.loadmodules
# Author: Jiri Srain 
#
### BEGIN INIT INFO
# Provides:  boot.loadmodules
# Required-Start:boot.udev
# Required-Stop: boot.udev
# Default-Start: B
# Default-Stop:
# Short-Description: load modules required to be loaded in specific order
# Description:   load modules required to be loaded in specific order
### END INIT INFO

. /etc/rc.status

rc_reset

case "$1" in
  start|restart)
# Read variable for sysconfig and load all mentioned modules
echo Loading required kernel modules
. /etc/sysconfig/kernel
for I in $MODULES_LOADED_ON_BOOT ; do
if ! modprobe -n $I > /dev/null 2>&1 ; then continue ; fi
modprobe $I;
done
rc_status -v1 -r
   ;;
  stop)
# skip / nothing to do
;;
  status)
echo -n "Checking if boot.loadmodules has run"
rc_reset
for I in $MODULES_LOADED_ON_BOOT ; do
lsmod | grep -q "^$I " || rc_failed 3
done
rc_status -v
;;
  *)
echo "Usage: $0 {start|stop|status|restart}"
exit 1
;;
esac

rc_exit

++ mkinitrd-kms_reverse.patch ++
--- scripts/setup-kms.sh
+++ scripts/setup-kms.sh
@@ -250,7 +250,7 @@
 
 ## end of functions ##
 
-if [ "$NO_KMS_IN_INITRD" != "yes" ] && pciids_on_system
+if [ "$KMS_IN_INITRD" != "no" ] && pciids_on_system
 then
 
 gfx_modules=$(class_drivers $kernel_version $supported_classes)
++ sysconfig.kernel-mkinitrd ++
## Path:System/Kernel
## Description:
## Type:string
## Command: /sbin/mkinitrd
#
# This variable contains the list of modules to be added to the initial
# ramdisk by calling the script "mkinitrd"
# (like drivers for scsi-controllers, for lvm or reis

commit xen for openSUSE:Factory

2011-05-16 Thread h_root

Hello community,

here is the log from the commit of package xen for openSUSE:Factory
checked in at Mon May 16 10:45:27 CEST 2011.




--- xen/xen.changes 2011-05-10 18:44:07.0 +0200
+++ /mounts/work_src_done/STABLE/xen/xen.changes2011-05-13 
05:23:17.0 +0200
@@ -1,0 +2,13 @@
+Thu May 12 21:10:21 MDT 2011 - carn...@novell.com
+
+- Numerous cleanups when compiling with the unused-but-set-variable
+  flag enabled and warnings equal to errors. 
+  xen-warnings-unused.diff
+
+---
+Thu May 12 08:30:48 MDT 2011 - jfeh...@novell.com
+
+- Add a 'long' option to xen-list utility
+  Updated xen-utils-0.1.tar.bz2
+
+---

calling whatdependson for head-i586


New:

  xen-warnings-unused.diff



Other differences:
--
++ xen.spec ++
--- /var/tmp/diff_new_pack.BSjNQz/_old  2011-05-16 10:43:54.0 +0200
+++ /var/tmp/diff_new_pack.BSjNQz/_new  2011-05-16 10:43:54.0 +0200
@@ -80,7 +80,7 @@
 BuildRequires:  kernel-source kernel-syms module-init-tools xorg-x11
 %endif
 Version:4.1.0_01
-Release:11
+Release:13
 License:GPLv2+
 Group:  System/Kernel
 AutoReqProv:on
@@ -140,16 +140,17 @@
 Patch302:   xen-destdir.diff
 Patch303:   xen-rpmoptflags.diff
 Patch304:   xen-warnings.diff
-Patch305:   xen-changeset.diff
-Patch306:   xen-paths.diff
-Patch307:   xen-xmexample.diff
-Patch308:   xen-xmexample-vti.diff
-Patch309:   xen-fixme-doc.diff
-Patch310:   xen-domUloader.diff
-Patch311:   xen-no-dummy-nfs-ip.diff
-Patch312:   serial-split.patch
-Patch313:   xen-xm-top-needs-root.diff
-Patch314:   xen-max-free-mem.diff
+Patch305:   xen-warnings-unused.diff
+Patch306:   xen-changeset.diff
+Patch307:   xen-paths.diff
+Patch308:   xen-xmexample.diff
+Patch309:   xen-xmexample-vti.diff
+Patch310:   xen-fixme-doc.diff
+Patch311:   xen-domUloader.diff
+Patch312:   xen-no-dummy-nfs-ip.diff
+Patch313:   serial-split.patch
+Patch314:   xen-xm-top-needs-root.diff
+Patch315:   xen-max-free-mem.diff
 Patch322:   bridge-opensuse.patch
 Patch323:   bridge-vlan.diff
 Patch324:   bridge-bonding.diff
@@ -635,6 +636,7 @@
 %patch312 -p1
 %patch313 -p1
 %patch314 -p1
+%patch315 -p1
 %patch322 -p1
 %patch323 -p1
 %patch324 -p1

++ x86-ioapic-ack-default.patch ++
--- /var/tmp/diff_new_pack.BSjNQz/_old  2011-05-16 10:43:55.0 +0200
+++ /var/tmp/diff_new_pack.BSjNQz/_new  2011-05-16 10:43:55.0 +0200
@@ -4,7 +4,7 @@
 ===
 --- xen-4.1.0-testing.orig/xen/arch/x86/io_apic.c
 +++ xen-4.1.0-testing/xen/arch/x86/io_apic.c
-@@ -1546,7 +1546,7 @@ static unsigned int startup_level_ioapic
+@@ -1547,7 +1547,7 @@ static unsigned int startup_level_ioapic
  return 0; /* don't check for pending */
  }
  
@@ -13,7 +13,7 @@
  static void setup_ioapic_ack(char *s)
  {
  if ( !strcmp(s, "old") )
-@@ -2053,6 +2053,8 @@ void __init setup_IO_APIC(void)
+@@ -2054,6 +2054,8 @@ void __init setup_IO_APIC(void)
  else
  io_apic_irqs = ~PIC_IRQS;
  

++ x86-show-page-walk-early.patch ++
--- /var/tmp/diff_new_pack.BSjNQz/_old  2011-05-16 10:43:55.0 +0200
+++ /var/tmp/diff_new_pack.BSjNQz/_new  2011-05-16 10:43:55.0 +0200
@@ -74,7 +74,7 @@
 ===
 --- xen-4.1.0-testing.orig/xen/arch/x86/x86_64/mm.c
 +++ xen-4.1.0-testing/xen/arch/x86/x86_64/mm.c
-@@ -749,6 +749,8 @@ void __init paging_init(void)
+@@ -750,6 +750,8 @@ void __init paging_init(void)
  #undef CNT
  #undef MFN
  

++ xen-utils-0.1.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xen-utils-0.1/Makefile new/xen-utils-0.1/Makefile
--- old/xen-utils-0.1/Makefile  2011-03-21 18:25:15.0 +0100
+++ new/xen-utils-0.1/Makefile  2011-05-12 23:17:45.0 +0200
@@ -22,7 +22,7 @@
 CFLAGS += -Werror -Wall
 endif
 
-LIBS += -L../xenstore -L../libxc -lxenstore -lxenctrl -lxenguest 
+LIBS += -L../libxc -L../xenstore -lxenstore -lxenctrl -lxenguest 
 
 PROGRAMS = xen-list xen-destroy
 SRCS = xen-list.c xen-destroy.c xen-utils.c 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xen-utils-0.1/xen-destroy.c 
new/xen-utils-0.1/xen-destroy.c
--- old/xen-utils-0.1/xen-destroy.c 2011-03-15 16:56:20.0 +0100
+++ new/xen-utils-0.1/xen-destroy.c 2011-05-12 23:59:05.0 +0200
@@ -43,7 +43,7 @@
 //Shutdown a domain by signalling this via xenstored
 void shutdown_domain(char *domname)
 {
-   int domid, rcode;
+   int domid;
char *vm_uuid = NULL;
char vmpath[64];
struct xs_hand

commit perl-IO-Socket-SSL for openSUSE:Factory

2011-05-16 Thread h_root

Hello community,

here is the log from the commit of package perl-IO-Socket-SSL for 
openSUSE:Factory
checked in at Mon May 16 10:43:18 CEST 2011.




--- perl-IO-Socket-SSL/perl-IO-Socket-SSL.changes   2011-03-04 
17:40:06.0 +0100
+++ /mounts/work_src_done/STABLE/perl-IO-Socket-SSL/perl-IO-Socket-SSL.changes  
2011-05-10 21:38:19.0 +0200
@@ -1,0 +2,22 @@
+Tue May 10 19:18:51 UTC 2011 - pascal.ble...@opensuse.org
+
+- update to 1.42:
+  * add SSL_create_ctx_callback to have a way to adjust context on creation
+RT#67799
+  * describe problem of fake memory leak because of big session cache and how
+to fix it, see RT#68073
+
+- changes from 1.41:
+  * fix issue in stop_SSL where it did not issue a shutdown of the SSL
+connection if it first received the shutdown from the other side
+
+---
+Wed May  4 10:55:36 UTC 2011 - co...@opensuse.org
+
+- updated to 1.40
+ - integrated patch from GAAS to get IDN support from URI.
+   https://rt.cpan.org/Ticket/Display.html?id=67676
+ - fix in exampel/async_https_server.
+   Thanks to DetlefPilzecker[AT]web[DOT]de for reporting
+
+---

calling whatdependson for head-i586


Old:

  IO-Socket-SSL-1.39.tar.bz2

New:

  IO-Socket-SSL-1.42.tar.gz



Other differences:
--
++ perl-IO-Socket-SSL.spec ++
--- /var/tmp/diff_new_pack.TtRO5M/_old  2011-05-16 10:40:53.0 +0200
+++ /var/tmp/diff_new_pack.TtRO5M/_new  2011-05-16 10:40:53.0 +0200
@@ -15,31 +15,30 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 
 
 Name:   perl-IO-Socket-SSL
-%define cpan_name IO-Socket-SSL
-Summary:Nearly transparent SSL encapsulation for IO::Socket::INET
-Version:1.39
+Version:1.42
 Release:1
 License:GPL+ or Artistic
-Group:  Development/Libraries/Perl
+%define cpan_name IO-Socket-SSL
+Summary:Nearly transparent SSL encapsulation for IO::Socket::INET
 Url:http://search.cpan.org/dist/IO-Socket-SSL/
-#Source: 
http://www.cpan.org/authors/id/S/SU/SULLR/IO-Socket-SSL-1.34.tar.gz
-Source: %{cpan_name}-%{version}.tar.bz2
+Group:  Development/Libraries/Perl
+Source: 
http://www.cpan.org/authors/id/S/SU/SULLR/%{cpan_name}-%{version}.tar.gz
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-%{perl_requires}
 BuildRequires:  perl
 BuildRequires:  perl-macros
-BuildRequires:  perl(Net::LibIDN)
 BuildRequires:  perl(Net::SSLeay) >= 1.21
-BuildRequires:  perl(Scalar::Util)
 Requires:   perl(Net::SSLeay) >= 1.21
-Requires:   perl(Scalar::Util)
+# MANUAL BEGIN
+BuildRequires:  perl(IO::Socket::INET6)
+BuildRequires:  perl(Net::LibIDN)
 Recommends: perl(IO::Socket::INET6)
 Recommends: perl(Net::LibIDN)
+# MANUAL END
+%{perl_requires}
 
 %description
 This module is a true drop-in replacement for IO::Socket::INET that uses
@@ -61,12 +60,6 @@
 
 If you are trying to use it with threads see the BUGS section.
 
-Authors:
-
-Steffen Ullrich,  is the current maintainer.
-Peter Behroozi, 
-Marko Asplund,  original author of 
IO::Socket::SSL
-
 %prep
 %setup -q -n %{cpan_name}-%{version}
 
@@ -74,29 +67,16 @@
 %{__perl} Makefile.PL INSTALLDIRS=vendor
 %{__make} %{?_smp_mflags}
 
-%check
-%{__make} test
-
 %install
 %perl_make_install
-### since 11.4 perl_process_packlist
-### removes .packlist, perllocal.pod files
-%if 0%{?suse_version} > 1130
 %perl_process_packlist
-%else
-# do not perl_process_packlist
-# remove .packlist file
-%{__rm} -rf $RPM_BUILD_ROOT%perl_vendorarch
-# remove perllocal.pod file
-%{__rm} -f $RPM_BUILD_ROOT%perl_archlib/perllocal.pod
-%endif
 %perl_gen_filelist
 
 %clean
-%{__rm} -rf $RPM_BUILD_ROOT
+%{__rm} -rf %{buildroot}
 
 %files -f %{name}.files
-%defattr(-,root,root,-)
-%doc BUGS Changes README example util
+%defattr(-,root,root,755)
+%doc BUGS Changes 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 nautilus for openSUSE:Factory

2011-05-16 Thread h_root

Hello community,

here is the log from the commit of package nautilus for openSUSE:Factory
checked in at Mon May 16 10:38:51 CEST 2011.




--- GNOME/nautilus/nautilus.changes 2011-02-19 18:20:22.0 +0100
+++ /mounts/work_src_done/STABLE/nautilus/nautilus.changes  2011-05-04 
13:12:44.0 +0200
@@ -1,0 +2,74 @@
+Wed May  4 13:10:25 CEST 2011 - vu...@opensuse.org
+
+- Update to version 3.0.1.1:
+  + Fix some crashers
+  + Don't show file transfer progress twice
+
+---
+Wed Apr 27 11:29:09 UTC 2011 - fcro...@novell.com
+
+- Update to version 3.0.1:
+  + Fix white background bug when drawing desktop icons
+  + Fix crash while ejecting volumes from the places sidebar
+  + Fix enter not working in the places sidebar
+  + Fix conflict dialog labels and entry sizing
+  + Fix drawing artifacts in the search bar
+  + Fix single click preferences mismatch
+  + Fix additional details label colors when using a11y themes
+  + Fix some minor/sporadic crashers
+  + Fix libnotify and libexif version checks
+
+---
+Tue Apr  5 13:24:51 UTC 2011 - fcro...@novell.com
+
+- Update to version 3.0.0:
+  + Use Ctrl+Delete as keyboard shortcut to trash files
+  + Make sure we always open new windows from the desktop
+  + Fix a crasher
+  + Updated translations.
+
+---
+Mon Apr  4 11:54:14 UTC 2011 - fcro...@novell.com
+
+- Update to version 2.91.94:
+  + Fix eject button hover in places sidebar
+  + Use new gnome-help pages for help buttons
+  + Fix a crasher when toggling desktop_is_home_dir
+  + Fix a memory leak
+
+---
+Mon Mar 28 15:31:24 UTC 2011 - fcro...@novell.com
+
+- Update to version 2.91.93:
+  + Memory leak fixes
+  + Updated translations
+- Changes from version 2.91.92:
+  + Use a raised button for Search
+  + Tweak the floating bar background 
+  + Only show the "Loading..." floating bar after half a second of
+loading.
+  + Style cluebars according to mockups
+  + Fix some split view regressions
+  + Misc bugfixes
+- Changes from version 2.91.91:
+  + Allow the dbus manager to run as a service
+  + Create folders in subdirectories in list view, when possible
+  + Make sure we don't focus headers in the places sidebar
+  + Don't activate 'Rename' in the sidebar for non-bookmarks
+  + Fix the list view not updating anymore after creating an empty file
+  + Fix regressions in rename widget focus
+  + Fix some UI regressions from the latest changes
+- Changes from version 2.91.90.1:
+  + Make modules of extensions pulling in ORBit resident, to avoid
+ORBit's atexit()'s handler to call into unloaded code
+  + Cleanup some unused code
+- Changes from version 2.91.90:
+  + Huge changes in the user interface, to match GNOME3 mockups
+  + Remove the spatial mode
+  + Updated tracker search engine to use libtracker-sparql
+  + Consistently use "Home" instead of the username
+  + Rename the GSettings schema path to /org/gnome/nautilus
+  + Remove the ability for extensions to create toolbar items
+- Remove nautilus-tracker-0.10.patch: fixed upstream.
+
+---
@@ -25,4 +99,102 @@
-- Update to version 2.32.2.1:
-  + Another fix for a crasher when unmounting volumes
-  + Fix a regression where '~' was not treated as $HOME in the
-location bar.
+- Update to version 2.91.9:
+  + Remove GConf dependency completely
+  + Fade-out eyecandy for selection rubberband
+  + Use notifications instead of a status icon for transfer progress
+  + Change launcher name to 'Files'
+  + Fix a couple of crashers and UI regressions
+- Changes from version 2.91.8:
+  + Propagate custom icons to bookmarks
+  + Don't quit the application if there are file operations running
+  + Better keynav in the places sidebar
+  + Use symbolic icons for the notification area
+  + Fix some drawing regressions while renaming
+  + Fix issues with the default sort order selection
+  + Completely remove GConf dependency
+  + Large refactor of NautilusWindow/NautilusView architecture
+  + Cleanup installed desktop files
+  + Fix a couple of crashers
+  + Build with GCC 4.6
+- Changes from version 2.91.7:
+  + Adapt to GTK+ 2.99.0 deprecations
+  + Fix a crasher in the pathbar
+  + Use a consistent name for the Home folder
+  + Use a consistent name for the 'Create New Folder/Document'
+menu items
+  + Build tweaks
+- Changes from version 2.91.6:
+  + Fix build with GTK+ 2.91.7
+- Changes from version 2.91.5:
+  + Tweak sidebar appearance with CSS
+  + Remove 'exit-with-last-window' preference
+  + Remove support for saving state with XSMP
+  + Fix some UI GtkStyleContext regressions
+  + Fix a11y for NautilusIconCanvasItem
+  + Properly support '~' in the location bar
+- Changes from version 2.91.4:
+  + Port to t

commit libgarcon for openSUSE:Factory

2011-05-16 Thread h_root

Hello community,

here is the log from the commit of package libgarcon for openSUSE:Factory
checked in at Mon May 16 10:30:12 CEST 2011.




--- libgarcon/libgarcon.changes 2011-04-06 22:41:12.0 +0200
+++ /mounts/work_src_done/STABLE/libgarcon/libgarcon.changes2011-04-16 
12:45:07.0 +0200
@@ -1,0 +2,7 @@
+Sat Apr 16 10:32:22 UTC 2011 - g...@opensuse.org
+
+- update to version 0.1.7
+  - respect XDG priorities when returning the menu file (bxo#7470)
+  - translation updates
+
+---

calling whatdependson for head-i586


Old:

  garcon-0.1.6.tar.bz2

New:

  garcon-0.1.7.tar.bz2



Other differences:
--
++ libgarcon.spec ++
--- /var/tmp/diff_new_pack.XB7djK/_old  2011-05-16 10:29:33.0 +0200
+++ /var/tmp/diff_new_pack.XB7djK/_new  2011-05-16 10:29:33.0 +0200
@@ -18,7 +18,7 @@
 
 
 Name:   libgarcon
-Version:0.1.6
+Version:0.1.7
 Release:1
 License:GPLv2+
 Summary:Library Implementing the freedesktop.org Desktop Menu 
Specification

++ garcon-0.1.6.tar.bz2 -> garcon-0.1.7.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/garcon-0.1.6/ChangeLog new/garcon-0.1.7/ChangeLog
--- old/garcon-0.1.6/ChangeLog  2011-04-06 18:44:31.0 +0200
+++ new/garcon-0.1.7/ChangeLog  2011-04-16 12:01:43.0 +0200
@@ -1,3 +1,47 @@
+commit 5a7ef3ffc30e05fa43f054888f9b681fa220be23
+Author: Nick Schermer 
+Date:   Sat Apr 16 12:01:21 2011 +0200
+
+Updates for release.
+
+commit 62ec543886a724d1956bacf0887e0faa2ec011e3
+Author: Lionel Le Folgoc 
+Date:   Thu Apr 7 10:12:18 2011 +0200
+
+Respect XDG priorities when returning the menu file (Bug #7470)
+
+799e206b introduced a fallback that is supposed to try
+SYSCONFIGDIR/menus/xfce-applications.menu when no menu file was found in
+$XDG_CONFIG_DIRS. However, this doesn't work as expected, as
+SYSCONFIGDIR/menus/xfce-applications.menu is always returned instead, and
+overrides any menu in $XDG_CONFIG_DIRS.
+
+commit 62235e6787cc3f43e01987773610909d938c2de4
+Author: Michal Löffler 
+Date:   Sun Apr 10 22:32:09 2011 +0200
+
+l10n: Updated Slovak (sk) translation to 100%
+
+New status: 29 messages complete with 0 fuzzies and 0 untranslated.
+
+Transmitted-via: Transifex (translations.xfce.org).
+
+commit 720760fc31eb777fc196051be7b8877f7d24cb3d
+Author: Michal Löffler 
+Date:   Sun Apr 10 22:06:45 2011 +0200
+
+l10n: slovak translation
+
+New status: 29 messages complete with 0 fuzzies and 0 untranslated.
+
+Transmitted-via: Transifex (translations.xfce.org).
+
+commit 0e51f2784a30ab1b0dc9827329010bdd731e8a5e
+Author: Nick Schermer 
+Date:   Wed Apr 6 18:44:57 2011 +0200
+
+Post release tag bump.
+
 commit 63c434a3fff873740759e42acdb3d61877995499
 Author: Nick Schermer 
 Date:   Wed Apr 6 18:42:47 2011 +0200
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/garcon-0.1.6/NEWS new/garcon-0.1.7/NEWS
--- old/garcon-0.1.6/NEWS   2011-04-06 18:44:19.0 +0200
+++ new/garcon-0.1.7/NEWS   2011-04-16 12:01:30.0 +0200
@@ -1,3 +1,9 @@
+0.1.7
+=
+- Respect XDG priorities when returning the menu file (Bug #7470).
+- Translation updates: Slovak.
+
+
 0.1.6
 =
 - Add  to xfce-applications.menu.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/garcon-0.1.6/configure new/garcon-0.1.7/configure
--- old/garcon-0.1.6/configure  2011-04-06 18:44:25.0 +0200
+++ new/garcon-0.1.7/configure  2011-04-16 12:01:37.0 +0200
@@ -1,7 +1,7 @@
 #! /bin/sh
-# From configure.in 63c434a.
+# From configure.in 5a7ef3f.
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.68 for garcon 0.1.6.
+# Generated by GNU Autoconf 2.68 for garcon 0.1.7.
 #
 # Report bugs to .
 #
@@ -573,8 +573,8 @@
 # Identity of this package.
 PACKAGE_NAME='garcon'
 PACKAGE_TARNAME='garcon'
-PACKAGE_VERSION='0.1.6'
-PACKAGE_STRING='garcon 0.1.6'
+PACKAGE_VERSION='0.1.7'
+PACKAGE_STRING='garcon 0.1.7'
 PACKAGE_BUGREPORT='http://bugzilla.xfce.org/'
 PACKAGE_URL=''
 
@@ -1400,7 +1400,7 @@
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF
-\`configure' configures garcon 0.1.6 to adapt to many kinds of systems.
+\`configure' configures garcon 0.1.7 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1471,7 +1471,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
- short | recursive ) echo "Configuration of garcon 0.1.6:";;
+ short | recursive ) echo "Configuration of garcon 0.1.7:";;
esac
   ca

commit ksh for openSUSE:Factory

2011-05-16 Thread h_root

Hello community,

here is the log from the commit of package ksh for openSUSE:Factory
checked in at Mon May 16 10:28:37 CEST 2011.




--- ksh/ksh.changes 2011-03-04 16:42:44.0 +0100
+++ /mounts/work_src_done/STABLE/ksh/ksh.changes2011-05-13 
17:47:14.0 +0200
@@ -1,0 +2,6 @@
+Fri May 13 15:29:04 UTC 2011 - wer...@suse.de
+
+- Add workaround to enforce synchronization on here documents done
+  for forked sub shell or processes (bnc#690623)
+
+---

calling whatdependson for head-i586


New:

  ksh93-eintr.dif



Other differences:
--
++ ksh.spec ++
--- /var/tmp/diff_new_pack.vplzoz/_old  2011-05-16 10:24:21.0 +0200
+++ /var/tmp/diff_new_pack.vplzoz/_new  2011-05-16 10:24:21.0 +0200
@@ -37,7 +37,7 @@
 %endif
 AutoReqProv:on
 Version:93t
-Release:190
+Release:192
 Summary:Korn Shell
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Source: INIT.2010-06-21.tar.bz2
@@ -73,6 +73,7 @@
 Patch19:ksh93-fdleak.dif
 Patch20:ksh93-argv0.dif
 Patch21:ksh93-export.dif
+Patch22:ksh93-eintr.dif
 %global use_suid_exe 0
 %global use_locale 1
 %global debug_memleak 0
@@ -145,6 +146,7 @@
 %patch19
 %patch20
 %patch21
+%patch22
 
 %build
   typeset -i IGNORED=0x$(ps --no-headers -o ignored $$)

++ ksh93-eintr.dif ++
--- src/cmd/ksh93/sh/io.c
+++ src/cmd/ksh93/sh/io.c   2011-05-03 15:15:18.283926707 +0200
@@ -403,6 +403,7 @@
shp->sftable[2] = sfstderr;
sfnotify(sftrack);
sh_iostream(shp,0);
+   sh_iostream(shp,1);
/* all write steams are in the same pool and share outbuff */
shp->outpool = sfopen(NIL(Sfio_t*),NIL(char*),"sw");  /* pool 
identifier */
shp->outbuff = (char*)malloc(IOBSIZE+4);
@@ -608,7 +609,8 @@
}
if(sp)
shp->sftable[f1] = 0;
-   sh_close(f1);
+   if(shp->fdstatus[f1]!=IOCLOSE)
+   sh_close(f1);
}
return(f2);
 }
@@ -1022,6 +1024,8 @@
memset(ap, 0, ARGVAL);
if(iof&IOPUT)
ap->argflag = ARG_RAW;
+   else if(shp->subshell)
+   sh_subtmpfile(shp);
ap->argchn.ap = (struct argnod*)fname; 
ap = sh_argprocsub(shp,ap);
fname = ap->argval;
@@ -2148,13 +2152,18 @@
 static ssize_t subread(Sfio_t* sp,void* buff,register size_t size,Sfdisc_t* 
handle)
 {
register struct subfile *disp = (struct subfile*)handle;
+   ssize_t n;
NOT_USED(sp);
+   sfseek(disp->oldsp,disp->offset,SEEK_SET);
if(disp->left == 0)
return(0);
if(size > disp->left)
size = disp->left;
disp->left -= size;
-   return(sfread(disp->oldsp,buff,size));
+   n = sfread(disp->oldsp,buff,size);
+   if(size>0)
+   disp->offset += size;
+   return(n);
 }
 
 /*
--- src/cmd/ksh93/sh/subshell.c
+++ src/cmd/ksh93/sh/subshell.c 2011-04-29 15:34:13.747926082 +0200
@@ -235,7 +235,7 @@
if(!sp->shpwd || np==SH_LEVELNOD || np==L_ARGNOD || np==SH_SUBSCRNOD || 
np==SH_NAMENOD)
return(np);
/* don't bother to save if in newer scope */
-   if(sp->var!=shp->var_tree && sp->var!=shp->var_base && 
shp->last_root==shp->var_tree)
+   if(sp->var!=shp->var_tree && shp->last_root==shp->var_tree)
return(np);
if((ap=nv_arrayptr(np)) && (mp=nv_opensub(np)))
{
--- src/cmd/ksh93/sh/xec.c
+++ src/cmd/ksh93/sh/xec.c  2011-05-03 15:02:23.411926136 +0200
@@ -53,6 +53,7 @@
 
 #define SH_NTFORK  SH_TIMING
 #define NV_BLTPFSH NV_ARRAY
+#define HERE_MEM   0x1000
 
 #if _lib_nice
 extern int nice(int);
@@ -2606,6 +2607,7 @@
 
 pid_t sh_fork(int flags, int *jobid)
 {
+   Sfio_t* aux_heredocs = NIL(Sfio_t*);
register pid_t parent;
register int sig;
 #if SHOPT_FASTPIPE
@@ -2625,7 +2627,23 @@
sh.trapnote &= ~SH_SIGTERM;
job_fork(-1);
sh.savesig = -1;
+   if (sh.heredocs)
+   {
+   aux_heredocs = sftmp(HERE_MEM);
+   if (aux_heredocs)
+   {
+   sfseek(sh.heredocs,(off_t)0,SEEK_SET);
+   sfmove(sh.heredocs,aux_heredocs,(Sfoff_t)(-1),-1);
+   sfsync(aux_heredocs);
+   }
+   }
while(_sh_fork(parent=fork(),flags,jobid) < 0);
+   if (aux_heredocs)
+   {
+   if (!parent)
+   sfswap(aux_heredocs,sh.heredocs);
+   sfclose(aux_heredocs);
+   }
  

commit neon for openSUSE:Factory

2011-05-16 Thread h_root

Hello community,

here is the log from the commit of package neon for openSUSE:Factory
checked in at Mon May 16 10:24:03 CEST 2011.




--- neon/neon.changes   2010-08-22 16:30:37.0 +0200
+++ /mounts/work_src_done/STABLE/neon/neon.changes  2011-05-12 
13:15:43.0 +0200
@@ -1,0 +2,7 @@
+Thu May 12 11:14:48 UTC 2011 - lnus...@suse.de
+
+- Obsoletes: neon must be in the lib package. Otherwise
+  libneon-devel gets installed as replacement for neon on distro
+  upgrade, drawing in lots of other devel stuff.
+
+---

calling whatdependson for head-i586




Other differences:
--
++ neon.spec ++
--- /var/tmp/diff_new_pack.5vRSdB/_old  2011-05-16 10:17:30.0 +0200
+++ /var/tmp/diff_new_pack.5vRSdB/_new  2011-05-16 10:17:30.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package neon (Version 0.29.3)
+# spec file for package neon
 #
-# 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,7 +19,7 @@
 
 Name:   neon
 Version:0.29.3
-Release:1
+Release:5
 License:GPLv2+
 Summary:An HTTP and WebDAV Client Library
 BuildRequires:  krb5-devel
@@ -71,6 +71,10 @@
 License:GPLv2+
 Summary:An HTTP and WebDAV Client Library
 Group:  Development/Libraries/Other
+# Drop the main package. It avoids the lib from being installed in different 
versions
+# and generally only contained coders doc anyhow.
+Provides:   neon = %{version}
+Obsoletes:  neon < %{version}
 # bug437293
 %ifarch ppc64
 Obsoletes:  neon-64bit
@@ -109,13 +113,9 @@
 Group:  Development/Libraries/Other
 Requires:   glibc-devel
 Requires:   libneon27 = %{version}
-# Drop the main package. It avoids the lib from being installed in different 
versions
-# and generally only contained coders doc anyhow.
-Provides:   neon = %{version}
-Obsoletes:  neon < %{version}
 # renamed after openSUSE 10.3
-Provides:   neon-devel = 0.27
-Obsoletes:  neon-devel < 0.27
+Provides:   neon-devel = %{version}
+Obsoletes:  neon-devel < %{version}
 # bug437293
 %ifarch ppc64
 Obsoletes:  neon-devel-64bit






Remember to have fun...

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



commit ImageMagick for openSUSE:Factory

2011-05-16 Thread h_root

Hello community,

here is the log from the commit of package ImageMagick for openSUSE:Factory
checked in at Mon May 16 10:17:18 CEST 2011.




--- ImageMagick/ImageMagick.changes 2011-04-22 00:42:27.0 +0200
+++ /mounts/work_src_done/STABLE/ImageMagick/ImageMagick.changes
2011-05-08 23:18:21.0 +0200
@@ -1,0 +2,5 @@
+Sun May  8 21:17:51 UTC 2011 - giecr...@stegny.2a.pl
+
+- created ImageMagick-devel-32bit for cross-compiling 
+
+---

calling whatdependson for head-i586




Other differences:
--
++ ImageMagick.spec ++
--- /var/tmp/diff_new_pack.tvgTGc/_old  2011-05-16 10:00:28.0 +0200
+++ /var/tmp/diff_new_pack.tvgTGc/_new  2011-05-16 10:00:28.0 +0200
@@ -86,7 +86,7 @@
 Group:  Productivity/Graphics/Other
 AutoReqProv:on
 Version:%{mfr_version}.%{mfr_revision}
-Release:1
+Release:3
 %define libver  4
 Summary:Viewer and Converter for Images
 Url:http://www.imagemagick.org
@@ -113,7 +113,7 @@
 
 %package devel
 License:PERMISSIVE-OSI-COMPLIANT
-Requires:   ImageMagick = %{version} libMagickCore%{libver} = %{version} 
libtiff-devel libjpeg-devel liblcms-devel freetype2-devel xorg-x11-devel 
libpng-devel bzip2 libxml2-devel libjasper libwmf-devel
+Requires:   libMagickCore%{libver} = %{version} libMagickWand%{libver} = 
%{version}
 Summary:Include Files and Libraries Mandatory for Development
 Group:  Development/Libraries/C and C++
 AutoReqProv:on

++ baselibs.conf ++
--- /var/tmp/diff_new_pack.tvgTGc/_old  2011-05-16 10:00:28.0 +0200
+++ /var/tmp/diff_new_pack.tvgTGc/_new  2011-05-16 10:00:28.0 +0200
@@ -1,2 +1,4 @@
 libMagickCore4
 libMagickWand4
+ImageMagick-devel
+   requires -ImageMagick-
\ No newline at end of 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 dcraw for openSUSE:Factory

2011-05-16 Thread h_root

Hello community,

here is the log from the commit of package dcraw for openSUSE:Factory
checked in at Mon May 16 09:57:14 CEST 2011.




--- dcraw/dcraw.changes 2011-04-04 22:45:05.0 +0200
+++ /mounts/work_src_done/STABLE/dcraw/dcraw.changes2011-05-14 
14:07:17.0 +0200
@@ -1,0 +2,12 @@
+Sat May 14 12:05:25 UTC 2011 - asterios.dra...@gmail.com
+
+- updated to version 9.08
+  dcraw - revision 1.443
+  * Support the Fuji HS20EXR/F550EXR, Kodak Z990, Leaf AFi-II 12, Nikon D5100
+and Samsung NX11 and NX100.
+  dcparse - revision 1.73
+  * Improved parsing of Fuji images.
+- Spec file updates:
+  * Small fix if suse_version is not set.
+
+---

calling whatdependson for head-i586


Old:

  dcraw-9.07.tar.bz2

New:

  dcraw-9.08.tar.bz2



Other differences:
--
++ dcraw.spec ++
--- /var/tmp/diff_new_pack.BbUB2D/_old  2011-05-16 09:48:54.0 +0200
+++ /var/tmp/diff_new_pack.BbUB2D/_new  2011-05-16 09:48:54.0 +0200
@@ -19,14 +19,14 @@
 
 
 Name:   dcraw
-Version:9.07
+Version:9.08
 Release:1
 Summary:Raw Digital Photo Decoding
 
 License:PERMISSIVE-OSI-COMPLIANT
 Url:http://www.cybercom.net/~dcoffin/dcraw/
 Group:  Productivity/Graphics/Convertors
-# http://www.cybercom.net/~dcoffin/dcraw/archive/dcraw-9.07.tar.gz
+# http://www.cybercom.net/~dcoffin/dcraw/archive/dcraw-9.08.tar.gz
 Source0:%{name}-%{version}.tar.bz2
 #*** NOTE: run "sh update_dcraw" to update to latest version of the following 
sources ("wget", "rcs" and "lynx" packages are required for the update).
 Source1:README
@@ -155,7 +155,7 @@
 %dir %{_mandir}/pl/man1
 %dir %{_mandir}/pt
 %dir %{_mandir}/pt/man1
-%if 0%{?suse_version} < 1130
+%if 0%{?suse_version} && 0%{?suse_version} < 1130
 %dir %{_mandir}/ru
 %dir %{_mandir}/ru/man1
 %endif

++ README ++
--- /var/tmp/diff_new_pack.BbUB2D/_old  2011-05-16 09:48:55.0 +0200
+++ /var/tmp/diff_new_pack.BbUB2D/_new  2011-05-16 09:48:55.0 +0200
@@ -70,7 +70,7 @@
execute permission.
  * [16]dcraw.c -- decodes raw photos, extracts thumbnails, and
displays metadata
-   Supports 405 cameras at last count. Compile with "gcc -o dcraw -O4
+   Supports 415 cameras at last count. Compile with "gcc -o dcraw -O4
dcraw.c -lm -ljpeg -llcms" or "gcc -o dcraw -O4 dcraw.c -lm
-DNO_JPEG -DNO_LCMS". Run with no arguments to see a usage message.
Don't complain that 16-bit output is too dark -- read the [17]FAQ!
@@ -241,17 +241,18 @@
   the [115]CIFF (CRW) spec, and the [116]X3F spec.
 
Where can I get an assortment of raw photos to test my software?
-  Try [117]raw.fotosite.pl, [118]www.rawsamples.ch, and [119]Glass
-  Lantern RAWpository. A "full review" at [120]Imaging Resource
-  usually includes a few raw shots. For the complete dcraw test
-  suite (every camera supported by dcraw), I sell a 3-DVD set for
-  $700 and web-based updates for $300/year.
+  For the latest cameras, I get samples from [117]Photography
+  Blog. A "Full Review" at [118]Imaging Resource usually includes
+  a few raw shots. [119]www.rawsamples.ch is no longer updated,
+  but it has samples from older cameras. For $700, I sell a
+  complete test suite on four DVDs containing every camera
+  supported by dcraw, and provide web-based updates for $300/year.
 
I'm designing a digital camera. How do I convert its raw photos into
   something that dcraw and Adobe Photoshop can open?
-  Download [121]LibTIFF v3.8.2 and apply [122]this patch. Then use
-  [123]this C program as a template for converting your photos to
-  valid [124]Adobe DNG files.
+  Download [120]LibTIFF v3.8.2 and apply [121]this patch. Then use
+  [122]this C program as a template for converting your photos to
+  valid [123]Adobe DNG files.
 
Why are dcraw output images larger than camera JPEGs?
   Any algorithm that combines each pixel with its neighbors is
@@ -272,11 +273,11 @@
Why is 16-bit output dark / unreadable?
   If you want pretty pictures straight out of dcraw, stay with
   8-bit output. 16-bit linear output is the best raw material for
-  professional image editors such as [125]Photoshop and
-  [126]CinePaint, but it's no good for most image viewers.
+  professional image editors such as [124]Photoshop and
+  [125]CinePaint, but it's no good for most image viewers.
 
What does the "-f" (four color RGB) option do?
-  If you see patterns like [127]this or [128]this in your output
+  If you see patterns like [126]this or [127]this in your output
   images, first try "dcraw 

commit udisks for openSUSE:Factory

2011-05-16 Thread h_root

Hello community,

here is the log from the commit of package udisks for openSUSE:Factory
checked in at Mon May 16 09:48:41 CEST 2011.




--- udisks/udisks.changes   2011-04-26 20:29:01.0 +0200
+++ /mounts/work_src_done/STABLE/udisks/udisks.changes  2011-05-15 
16:33:42.0 +0200
@@ -1,0 +2,5 @@
+Sun May 15 16:26:01 CEST 2011 - kay.siev...@novell.com
+
+- add missing comma, to properly whitelist ntfs (bnc#691077)
+
+---

calling whatdependson for head-i586




Other differences:
--
++ udisks.spec ++
--- /var/tmp/diff_new_pack.MEkUXp/_old  2011-05-16 09:48:06.0 +0200
+++ /var/tmp/diff_new_pack.MEkUXp/_new  2011-05-16 09:48:06.0 +0200
@@ -20,7 +20,7 @@
 
 Name:   udisks
 Version:1.0.2
-Release:5
+Release:7
 License:GPLv2+
 Summary:Disk Management Service
 Url:http://cgit.freedesktop.org/udisks/

++ udisks-kernel-module-load-fix.patch ++
--- /var/tmp/diff_new_pack.MEkUXp/_old  2011-05-16 09:48:06.0 +0200
+++ /var/tmp/diff_new_pack.MEkUXp/_new  2011-05-16 09:48:06.0 +0200
@@ -36,7 +36,7 @@
 +  "msdos",
 +  "umsdos",
 +  "vfat",
-+  "exfat"
++  "exfat",
 +  "ntfs",
 +  NULL,
 +};






Remember to have fun...

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



commit gstreamer-0_10-plugins-base for openSUSE:Factory

2011-05-16 Thread h_root

Hello community,

here is the log from the commit of package gstreamer-0_10-plugins-base for 
openSUSE:Factory
checked in at Mon May 16 09:47:47 CEST 2011.




--- GNOME/gstreamer-0_10-plugins-base/gstreamer-0_10-plugins-base.changes   
2011-01-26 09:55:49.0 +0100
+++ 
/mounts/work_src_done/STABLE/gstreamer-0_10-plugins-base/gstreamer-0_10-plugins-base.changes
2011-05-11 15:04:38.0 +0200
@@ -1,0 +2,122 @@
+Wed May 11 14:25:37 CEST 2011 - dims...@opensuse.org
+
+- Update to version 0.10.33:
+  + audioringbuffer: make sure to not start if the may_start flag
+is FALSE
+  + baseaudiosink:
+- arrange for running clock when rendering eos
+- don't allow aligning behind the read-segment
+- start ringbuffer upon going to PLAYING and already EOS
+  + riff: Add support for video/x-camstudio
+  + rtcpbuffer:
+- fix invalid read in validation of padding in rtcp packet
+- Round to next 32bit word, not current 32bit word at end of
+  SDES chunk
+  + rtpbuffer: Off-by-one error when creating RTP header extensions
+with a two-byte header
+  + rtsptransport: ensure valid int result when parsing ranges
+  + tag:
+- map the ID3v2 TENC frame to GST_TAG_ENCODED_BY
+- add GST_TAG_CAPTURING_EXPOSURE_COMPENSATION incl. EXIF/XMP
+  mappings
+- add a new GstTagXmpWriter interface to select XMP schemas to
+  be used
+  + tagdemux: also push cached events downstream when operating in
+pull mode
+  + video:
+- add GST_VIDEO_BUFFER_PROGRESSIVE flag
+- add ARGB64 and AYUV64 (16 bits per channel) formats
+- add r210 (10 bits per channel) format
+- add gst_video_format_get_component_depth() and
+  _new_template_caps()
+- fix creation of grayscale caps and height calculation for
+  YUV9/YVU9
+  + appsink: emit "new-buffer-list" signal for buffer lists if
+handled by app
+  + audiorate: add "skip-to-first" property
+  + decodebin2:
+- don't use the same parser element multiple times in the same
+  chain
+- improve detection of raw caps in expose-all-streams=false
+  mode
+  + discoverer:
+- don't wait for subtitle streams to preroll; leak fixes
+- use nominal bitrate if bitrate tag is unavailable
+  + encodebin:
+- add an audioconvert after the audio resampler
+- fix refcounting issues and leaks related to request pads
+- return a new reference of the pad for the "request-pad"
+  signal
+- set all elements to NULL and remove them from the bin when
+  removing a source group
+- tear down old profiles when setting new ones
+  + multifdsink: disconnect inactive clients in the select loop too
+  + oggmux:
+- prefer headers from caps to determine stream type (for VP8)
+- fix issue with ogg page numbering and discont flag handling
+- ensure stream serial numbers are unique
+- use running time for muxing instead of timestamps
+  + oggparse: better detection of delta unit flag
+  + playbin2:
+- uridecodebin: add "source-setup" signal
+- always prefer the custom set sink and also set it back to
+  NULL in all cases
+- check if an already existing sink supports the non-raw format
+- fix handling of non-raw custom sinks
+- if a sink claims to support ANY caps assume that it only
+  supports the usual raw formats
+- only consider the audio/video sinks in autoplug_continue for
+  the normal uridecodebin
+- use gst_pad_accept_caps() instead of intersecting with the
+  getcaps caps
+- set sinks to READY before checking if it accept caps
+  + textoverlay:
+- add support for ARGB and other RGB alpha variants, and xBGR
+  and RGBx
+- add support for vertical center alignment
+- converted AYUV to use 'A OVER B' alpha compositing
+- use a class wide mutex to work around pango reentrance issues
+  + theoraenc:
+- don't reset the video quality when setting the bitrate
+- allow adjustment of the speed level while running
+- set speed-level property defaults from libtheora's defaults
+  + typefinding:
+- MPEG-TS detection fixes
+- detect HTTP live streaming m3u8 playlists
+- detect windows icon files and DEGAS images
+- detect raw h.263
+- add depth and endianness fields to DTS caps
+  + uridecodebin:
+- Add default handler for autoplug-select
+- add https:// to protocols for which to enable buffering
+- expose "autoplug-sort" signal
+- post proper error message if decodebin2/typefind elements are
+  missing
+- Return NULL from the default autoplug-sort handler
+  + videorate: fix "skip-to-first" timestamp setup
+  + videoscale: add 16-bit-channel support (ARGB64, AYUV64), fix
+ARGB bilinear scaling
+  + videotestsrc: add 16-bit-per-channel support (ARGB64, AYUV64)
+  + vorbis: add support for using tremolo on android
+  + vorbistag:
+- Add support for METADATA_BLOCK_PICTURE tags
+- Write GST_TAG_IMAGE and GST_TAG_PREVIEW_IMAGE as
+  META

commit libpcap for openSUSE:Factory

2011-05-16 Thread h_root

Hello community,

here is the log from the commit of package libpcap for openSUSE:Factory
checked in at Mon May 16 09:39:34 CEST 2011.




--- libpcap/libpcap.changes 2010-04-06 11:03:48.0 +0200
+++ /mounts/work_src_done/STABLE/libpcap/libpcap.changes2011-05-12 
09:08:16.0 +0200
@@ -1,0 +2,5 @@
+Mon Mar 14 14:19:41 CST 2011 - cy...@novell.com
+- fix bug#674278: pcap_findalldevs error with bonding device
+  libpcap-1.1.1-scanif.patch
+
+---

calling whatdependson for head-i586


New:

  libpcap-1.1.1-scanif.patch



Other differences:
--
++ libpcap.spec ++
--- /var/tmp/diff_new_pack.PbGk9A/_old  2011-05-16 09:31:23.0 +0200
+++ /var/tmp/diff_new_pack.PbGk9A/_new  2011-05-16 09:31:23.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package libpcap (Version 1.1.1)
+# spec file for package libpcap
 #
-# 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
@@ -20,7 +20,7 @@
 
 Name:   libpcap
 Version:1.1.1
-Release:1
+Release:7
 Group:  System/Libraries
 License:BSD3c(or similar)
 Url:http://www.tcpdump.org/
@@ -34,6 +34,7 @@
 Patch4: libpcap-1.0.0-s390.patch
 Patch5: libpcap-1.0.0-man.patch
 Patch6: libpcap-1.0.0-mac_syntax.patch
+Patch7: libpcap-1.1.1-scanif.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  bison
 BuildRequires:  bluez-devel
@@ -131,6 +132,7 @@
 %patch4
 %patch5
 %patch6
+%patch7
 
 %build
 %ifarch %sparc

++ libpcap-1.1.1-scanif.patch ++
pcap_findalldevs was failing when use bonding device.

In /sys/class/net, there are these for bonding:
drwxr-xr-x 4 root root 0 Apr 27 16:12 bond0
-rw-r--r-- 1 root root 4096 Apr 27 16:11 bonding_masters

When scan_sys_class_net encounters the bonding_masters file, the ioctl below 
fails with "no device".

This patch fixes it.
Index: pcap-linux.c
===
--- pcap-linux.c
+++ pcap-linux.c
@@ -1883,7 +1883,7 @@ scan_sys_class_net(pcap_if_t **devlistp,
 */
strncpy(ifrflags.ifr_name, name, sizeof(ifrflags.ifr_name));
if (ioctl(fd, SIOCGIFFLAGS, (char *)&ifrflags) < 0) {
-   if (errno == ENXIO)
+   if (errno == ENXIO || errno == ENODEV)
continue;
(void)snprintf(errbuf, PCAP_ERRBUF_SIZE,
"SIOCGIFFLAGS: %.*s: %s",





Remember to have fun...

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



commit java-1_6_0-openjdk for openSUSE:Factory

2011-05-16 Thread h_root

Hello community,

here is the log from the commit of package java-1_6_0-openjdk for 
openSUSE:Factory
checked in at Mon May 16 09:31:07 CEST 2011.





calling whatdependson for head-i586




Other differences:
--
++ java-1_6_0-openjdk.spec ++
--- /var/tmp/diff_new_pack.sKtepu/_old  2011-05-16 09:29:44.0 +0200
+++ /var/tmp/diff_new_pack.sKtepu/_new  2011-05-16 09:29:44.0 +0200
@@ -134,7 +134,7 @@
 
 Name:   java-1_6_0-openjdk
 Version:1.6.0.0_%{openjdkver}.%{icedteaver}
-Release:1
+Release:3
 Summary:Java runtime environment based on OpenJDK 6 and IcedTea 6
 Group:  Development/Languages/Java
 License:GPLv2 ; - with the OpenJDK Assembly Exception and the GNU 
Classpath Exception
@@ -862,6 +862,7 @@
 # if there's no java, certificates are not generated
 if [ ! -f /var/lib/ca-certificates/java-cacerts ]; then
 /usr/lib/ca-certificates/update.d/java.run
+fi
 
 # remove the default empty cacert file, if it's installed
 if [ 0`stat -c "%s" %{cacerts} 2>/dev/null` = "032" ] ; 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 rrdtool for openSUSE:Factory

2011-05-16 Thread h_root

Hello community,

here is the log from the commit of package rrdtool for openSUSE:Factory
checked in at Mon May 16 09:29:28 CEST 2011.




--- rrdtool/rrdtool.changes 2011-05-11 13:52:40.0 +0200
+++ /mounts/work_src_done/STABLE/rrdtool/rrdtool.changes2011-05-12 
13:36:24.0 +0200
@@ -1,0 +2,5 @@
+Thu May 12 11:35:26 UTC 2011 - m...@novell.com
+
+- Fix two segfaults in the Tcl binding.
+
+---

calling whatdependson for head-i586


New:

  rrdtool-tclsegfault.patch



Other differences:
--
++ rrdtool.spec ++
--- /var/tmp/diff_new_pack.Vh50Uz/_old  2011-05-16 09:27:44.0 +0200
+++ /var/tmp/diff_new_pack.Vh50Uz/_new  2011-05-16 09:27:44.0 +0200
@@ -35,12 +35,13 @@
 Group:  Productivity/Scientific/Math
 Requires:   perl = %{perl_version}
 Version:1.4.5
-Release:6
+Release:8
 %define cgilib_version 0.7
 # http://oss.oetiker.ch/rrdtool/pub/rrdtool-%{version}.tar.gz
 Source: %{name}-%{version}.tar.bz2
 Patch1: rrdtool-lua_lib64.patch
 Patch2: rrdtool-tclversion.patch
+Patch3: rrdtool-tclsegfault.patch
 # 
http://www.infodrom.org/projects/cgilib/download/cgilib-%{cgilib_version}.tar.gz
 Source1:cgilib-%{cgilib_version}.tar.bz2
 Patch11:cgilib-fix_automake.patch
@@ -61,6 +62,7 @@
 %patch1
 %endif
 %patch2
+%patch3
 pushd "cgilib-%{cgilib_version}"
 %patch11
 popd #cgilib

++ rrdtool-tclsegfault.patch ++
--- bindings/tcl/tclrrd.c
+++ bindings/tcl/tclrrd.c
@@ -472,6 +472,12 @@ static int Rrd_Graph(
 char**argv2;
 CONST84 char *save;
 
+if (argc < 2) {
+Tcl_AppendResult(interp, "RRD Error: needs image filename",
+ (char *) NULL);
+return TCL_ERROR;
+}
+
 /*
  * If the "filename" is a Tcl fileID, then arrange for rrd_graph() to 
write to
  * that file descriptor.  Will this work with windoze?  I have no idea.
@@ -597,6 +603,12 @@ static int Rrd_Resize(
 {
 char**argv2;
 
+if (argc < 2) {
+Tcl_AppendResult(interp, "RRD Error: needs rrd filename",
+ (char *) NULL);
+return TCL_ERROR;
+}
+
 argv2 = getopt_init(argc, argv);
 rrd_resize(argc, argv2);
 getopt_cleanup(argc, argv2);





Remember to have fun...

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



commit gstreamer-0_10 for openSUSE:Factory

2011-05-16 Thread h_root

Hello community,

here is the log from the commit of package gstreamer-0_10 for openSUSE:Factory
checked in at Mon May 16 09:27:23 CEST 2011.




--- GNOME/gstreamer-0_10/gstreamer-0_10.changes 2011-05-03 15:55:55.0 
+0200
+++ /mounts/work_src_done/STABLE/gstreamer-0_10/gstreamer-0_10.changes  
2011-05-11 14:51:29.0 +0200
@@ -1,0 +2,90 @@
+Wed May 11 14:23:40 CEST 2011 - dims...@opensuse.org
+
+- Update to version 0.10.33:
+  + atomicqueue: add an atomic/lock-free queue structure based
+  + bufferlist: improve _add*() performance
+  + bus: in _add_watch() honour any per-thread default main context
+set via g_main_thread_push_thread_default()
+  + caps: new gst_caps_intersect_full() to intersect in different
+modes
+  + clock: add functions to re-init existing periodic GstClockIDs
+  + event: add QoS type (overflow, underflow, throttle) for QoS
+events
+  + ghostpad: The internally linked pad of the proxypad is the
+ghostpad
+  + gstpoll: retry reading the control socket to release properly
+all wakeups
+  + message: new progress message API for asynchronous operations
+  + pad:
+- unlock before freeing the pad cache to avoid deadlock
+- better handling for when parent goes away during
+  data/query/event flow
+  + parse-launch: allow element names to begin with digits
+  + pluginloader: call gst-plugin-scanner with the right arch on
+OSX, fixing hangs with firefox
+  + registry: fixes elements (features) disappearing if a plugin or
+plugin file is renamed
+  + structure:
+- Add "(date)" as a type abbreviation of GDate
+- Don't allow invalid GDates in all structures and don't allow
+  NULL GDates in taglists
+  + taglist: add a new "encoded-by" tag
+  + uri: add gst_filename_to_uri() that takes relative filenames
+  + utils: add gst_element_factory_can_{src|sink}_{any|all}_caps()
+to replace can_{sink,src}_caps()
+  + baseparse: new GstBaseParse class for parsers
+  + basesink:
+- improve rate, duration, and average duration calculation
+- use new QoS types and add add "throttle-time" property
+  + basesrc:
+- Handle tag and custom downstream events the same
+- keep downstream caps order when fixating, to honour
+  downstream preferences when negotiating
+- Return FALSE if we don't handle an event
+- Send synchronized custom downstream/both events downstream
+  from the streaming thread
+  + basetransform:
+- Be smarter with pad allocs
+- Check for pad alloc caps when suggestion is not fixed
+- Retain caps order when getting caps, to honour downstream
+  preferences when negotiating
+  + funnel: new N-to-1 pipe fitting element imported from farsight
+  + fakesink:
+- print buffer flags
+- Fix escaping of URIs
+  + file{sink,src}:
+- Check if non-URI characters are escaped, but only for the URI
+  not the location property
+- fix URI creation regression for non-absolute locations
+  + filesrc: Fix escaping of file uris
+  + inputselector:
+- Hold the selector lock while reading properties of the active
+  pad
+- Make sure that EOS is always sent downstream for the active
+  pad
+- Return GST_FLOW_OK until the selected pad pushed something
+  downstream
+- Stop waiting for a pad switch when the pad is flushing
+  + multiqueue:
+- fix some potential corner-case deadlocks and some leaks
+- handle arbitrary sink + source pad naming
+  + queue2: don't read beyond the end of file upstream in pull
+mode; leak fixes
+  + plugins: make query and event functions more thread-safe,
+protect against parent-pad disappearing
+  + gst-launch: add GstIndex support
+  + Bugs fixed: bgo#642356, bgo#402141, bgo#518857, bgo#604094,
+bgo#615357, bgo#617045, bgo#639674, bgo#639962, bgo#640071,
+bgo#640437, bgo#640502, bgo#640622, bgo#640675, bgo#640850,
+bgo#641212, bgo#641928, bgo#642071, bgo#642130, bgo#642271,
+bgo#642373, bgo#642393, bgo#642504, bgo#642522, bgo#642869,
+bgo#643301, bgo#643455, bgo#644935, bgo#645022, bgo#645267,
+bgo#645595, bgo#645746, bgo#645877, bgo#645931, bgo#646118,
+bgo#646341, bgo#646531, bgo#646566, bgo#646569, bgo#646624,
+bgo#646811, bgo#646971, bgo#647005, bgo#647131, bgo#647293,
+bgo#647763, bgo#647844, bgo#647922, bgo#648199, bgo#648215,
+bgo#648220, bgo#648297, bgo#649195, bgo#635718, bgo#625396,
+bgo#640771, bgo#646972, bgo#640665.
+- Rebase gstreamer-0_10-rpm-prov.patch.
+
+---

calling whatdependson for head-i586


Old:

  gstreamer-0.10.32.tar.bz2

New:

  gstreamer-0.10.33.tar.bz2



Other differences:
--
++ gstreamer-0_10-doc.spec ++
--- /var/tmp/diff_new_pack.jRUIEs/_old  2011-05-16 09:26:10.0 +0200
+++ /var/tmp/diff_new_pack.jRUIEs/_new  2011-05-16 09:26:10.0 +0200
@@ -21,8 

commit mailx for openSUSE:Factory

2011-05-16 Thread h_root

Hello community,

here is the log from the commit of package mailx for openSUSE:Factory
checked in at Mon May 16 09:25:55 CEST 2011.




--- mailx/mailx.changes 2011-04-09 23:31:39.0 +0200
+++ /mounts/work_src_done/STABLE/mailx/mailx.changes2011-05-13 
13:37:35.0 +0200
@@ -1,0 +2,38 @@
+Fri May 13 13:29:52 CEST 2011 - wer...@suse.de
+
+- Update to heirloom mailx 12.5
+  * Better detection of base64 encoded text if acrossed a line
+  * A null pointer dereference that lead to a segmentation fault
+when the user hit return at a yes/no question has been fixed
+  * When both standard input and standard output refer to a
+terminal, ignore SIGPIPE 
+  * With the "-E" command line option or if the "skipemptybody"
+variable is set, outgoing messages that contain no text in
+their first or only part are not sent but silently discarded.
+  * When an attachment that would have a "text/something" content
+type contains illegal byte sequences, it is now reliably sent
+out with the "application/octet-stream" content type instead 
+  * Fixed a bug that caused messages to be truncated with IMAP servers that
+use LF as line ending in message data, such as Google Mail (reported by 
+Matthew L. Shobe).
+  * Do not run filename expansion for IMAP or POP3 mailboxes names, making
+it possible to select mailboxes that contain both brackets and spaces
+in their names (reported by Matthew L. Shobe).
+  * Fixed the format of the timezone in "Date" header fields for zones in
+the Western Hemisphere whose offsets are not an integral number of hours
+(patch by Matthew Fischer).
+  * Fixed a message corruption that occurred when the "inc" command was used
+with a mbox format mailbox after encrypted messages had been viewed
+(reported by Martin Neitzel).
+  * Fixed a condition that caused mailx to hang when looking at a message,
+copying that message, and issuing a "z" command evaluating an uncached
+portion of an IMAP folder.
+  * Make it compile with OpenSSL 1.0.0-beta2
+  * For RFC 2047 MIME "encoded-word" parts in headers, assume that the end of
+each word resets the conversion state (Yedidyah Bar-David).
+  * When the ORGANIZATION variable has an empty value, do not generate an
+"Organization:" header field. Previously, this condition resulted in
+mailx refusing to send mail
+- Fix my Reply-To patch found by milli
+
+--

calling whatdependson for head-i586


Old:

  mailx-12.1-replyto.patch
  mailx-12.2-mime.dif
  mailx-12.2.dif
  mailx-12.2.tar.bz2

New:

  mailx-12.5-mime.dif
  mailx-12.5-replyto.patch
  mailx-12.5.dif
  mailx-12.5.tar.bz2



Other differences:
--
++ mailx.spec ++
--- /var/tmp/diff_new_pack.LCmmfh/_old  2011-05-16 09:24:48.0 +0200
+++ /var/tmp/diff_new_pack.LCmmfh/_new  2011-05-16 09:24:48.0 +0200
@@ -26,13 +26,13 @@
 Provides:   mail
 Recommends: smtp_daemon
 AutoReqProv:on
-Version:12.2
-Release:158
+Version:12.5
+Release:1
 Summary:A MIME-Capable Implementation of the mailx Command
 Source: mailx-%{version}.tar.bz2
 Patch:  mailx-%{version}.dif
 Patch1: nail-11.25-path.dif
-Patch2: mailx-12.1-replyto.patch
+Patch2: mailx-%{version}-replyto.patch
 Patch3: nail-11.25-ttychar.dif
 Patch4: nail-11.25-toaddr.dif
 Patch5: mailx-%{version}-mime.dif
@@ -53,8 +53,8 @@
 %patch3 -p0 -b .ttychr
 %patch4 -p0 -b .toaddr
 %patch5 -p0 -b .mime
+%patch6 -p0 -b .ssl
 %patch  -p0
-%patch6
 
 %build
 CC=gcc

++ mailx-12.2-mime.dif -> mailx-12.5-mime.dif ++
--- mailx/mailx-12.2-mime.dif   2011-02-03 12:05:00.0 +0100
+++ /mounts/work_src_done/STABLE/mailx/mailx-12.5-mime.dif  2011-05-13 
13:37:33.0 +0200
@@ -1,5 +1,5 @@
 --- def.h
-+++ def.h  2007-04-17 11:32:43.960721000 +
 def.h  2011-05-13 11:04:51.779926337 +
 @@ -142,7 +142,8 @@ enum mimeclean {
MIME_LONGLINES  = 002,  /* has lines too long for RFC 2822 */
MIME_CTRLCHAR   = 004,  /* contains control characters */
@@ -11,20 +11,22 @@
  
  enum tdflags {
 --- mime.c
-+++ mime.c 2007-04-17 13:08:06.352702764 +
-@@ -258,7 +258,10 @@ getcharset(int isclean)
 mime.c 2011-05-13 11:04:51.779926337 +
+@@ -258,8 +258,11 @@ getcharset(int isclean)
if (isclean & (MIME_CTRLCHAR|MIME_HASNUL))
charset = NULL;
else if (isclean & MIME_HIGHBIT) {
--  charset = wantcharset ? wantcharset : value("charset");
+-  charset = (wantcharset && wantcharset != (char *)-1) ?
+-  wantcharset : value("charset");
 +  if (isclean & MIME_UTF8)
 +  charset = defcharset;
 +  if (charset == NULL)
-

commit postfix for openSUSE:Factory

2011-05-16 Thread h_root

Hello community,

here is the log from the commit of package postfix for openSUSE:Factory
checked in at Mon May 16 09:22:29 CEST 2011.




--- postfix/postfix.changes 2011-04-10 09:01:11.0 +0200
+++ /mounts/work_src_done/STABLE/postfix/postfix.changes2011-05-11 
10:25:11.0 +0200
@@ -1,0 +2,11 @@
+Wed May 11 08:23:56 UTC 2011 - vark...@novell.com
+
+- remove document paths from postfix-files to avoid error messages
+  when postfix-doc is not installed
+
+---
+Tue May 10 09:20:23 UTC 2011 - vark...@novell.com
+
+- update to 2.8.3 - VUL-0: postfix memory corruption 
+
+---

calling whatdependson for head-i586


Old:

  postfix-2.8.2.tar.bz2
  postfix-SuSE-ldap.patch

New:

  postfix-2.8.3.tar.bz2



Other differences:
--
++ postfix.spec ++
--- /var/tmp/diff_new_pack.9z39RX/_old  2011-05-16 09:21:00.0 +0200
+++ /var/tmp/diff_new_pack.9z39RX/_new  2011-05-16 09:21:00.0 +0200
@@ -17,12 +17,11 @@
 
 # norootforbuild
 
-%define usetls  1
 
 Name:   postfix
 Summary:A fast, secure, and flexible mailer
-Version:2.8.2
-Release:5
+Version:2.8.3
+Release:1
 License:IBM Public License ..
 Group:  Productivity/Networking/Email/Servers
 Url:http://www.postfix.org/
@@ -38,7 +37,6 @@
 Patch3: ipv6_disabled.patch
 Patch10:%{name}-2.7.1-main.cf.patch
 Patch11:%{name}-vda-2.7.1.patch
-Patch12:%{name}-SuSE-ldap.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 PreReq: %insserv_prereq %fillup_prereq
 PreReq: /usr/bin/getent
@@ -63,7 +61,6 @@
 # Some defines
 #
 %define pf_docdir%{_docdir}/%{name}-doc
-%define postfixfiles %{name}.filelist
 %define pf_config_directory  /etc/%{name}
 %define pf_daemon_directory  /usr/lib/%{name}
 %define pf_command_directory /usr/sbin
@@ -171,7 +168,6 @@
 %patch3 -p1
 %patch10 -p1
 %patch11 -p1
-%patch12 -p0
 # ---
 
 %build
@@ -182,12 +178,8 @@
 export CCARGS="$CCARGS -DUSE_CYRUS_SASL"
 export AUXLIBS="-lldap -llber -lpcre"
 export AUXLIBS="$AUXLIBS -lsasl2"
-%if %{usetls}
 export AUXLIBS="$AUXLIBS -lssl -lcrypto"
-%endif
-%if %{usetls}
 export CCARGS="$CCARGS -DUSE_TLS"
-%endif
 export CCARGS="$CCARGS $RPM_OPT_FLAGS -Wno-comments"
 export PIE=-pie
 make makefiles DEBUG=""
@@ -239,6 +231,7 @@
 mkdir -p $RPM_BUILD_ROOT/usr/sbin
 mkdir -p $RPM_BUILD_ROOT/%{conf_backup_dir}
 mkdir -p $RPM_BUILD_ROOT/%{pf_sample_directory}
+mkdir -p $RPM_BUILD_ROOT/%{pf_html_directory}
 mkdir -p $RPM_BUILD_ROOT/usr/include/%{name}
 mkdir -p $RPM_BUILD_ROOT/etc/pam.d
 install -m 644 %{name}-SuSE/smtp $RPM_BUILD_ROOT/etc/pam.d/smtp
@@ -263,7 +256,6 @@
 -e 's;@mailq_path@;%{pf_mailq_path};' %{name}-SuSE/SuSEconfig.%{name} \
  > $RPM_BUILD_ROOT/sbin/conf.d/SuSEconfig.%{name}
 chmod 755 $RPM_BUILD_ROOT/sbin/conf.d/SuSEconfig.%{name}
-install -m 644 %{name}-SuSE/master.cf $RPM_BUILD_ROOT/etc/%{name}/master.cf
 install -m 644 %{name}-SuSE/dynamicmaps.cf 
$RPM_BUILD_ROOT/etc/%{name}/dynamicmaps.cf
 install -m 644 %{name}-SuSE/ldap_aliases.cf 
$RPM_BUILD_ROOT/etc/%{name}/ldap_aliases.cf
 install -m 644 %{name}-SuSE/helo_access $RPM_BUILD_ROOT/etc/postfix/helo_access
@@ -276,8 +268,6 @@
 install -m 600 %{name}-SuSE/smtpd.conf $RPM_BUILD_ROOT/etc/sasl2/smtpd.conf
 install -m 644 %{name}-SuSE/openssl_%{name}.conf.in 
$RPM_BUILD_ROOT/etc/%{name}/openssl_%{name}.conf.in
 install -m 755 %{name}-SuSE/mk%{name}cert 
$RPM_BUILD_ROOT/usr/sbin/mk%{name}cert
-rm -rf $RPM_BUILD_ROOT/%{pf_queue_directory}
-install -m 644 %{name}-SuSE/master.cf 
$RPM_BUILD_ROOT/%{conf_backup_dir}/master.cf
 mkdir   -p $RPM_BUILD_ROOT/%{omc_dir}
 install -m 644 %{name}-SuSE/%{name}.xml $RPM_BUILD_ROOT/%{omc_dir}
 mkdir -p  $RPM_BUILD_ROOT/etc/sysconfig/SuSEfirewall2.d/services/
@@ -307,46 +297,8 @@
   "daemon_directory  = %{pf_daemon_directory}" \
"biff  = no" \
"inet_protocols= all"
-install -m 644 $RPM_BUILD_ROOT/etc/%{name}/main.cf 
$RPM_BUILD_ROOT/%{conf_backup_dir}/main.cf
-# ---
-# preparing /etc/postfix/postfix-files to be able to use postfix
-# own upgrade script. Unfortunately it looks in postfix-files and
-# expects aliases file at /etc/postfix/aliases and it expects to have
-# unzipped manpages
-# also remove the both sql dictionary libs as they will not be installed
-# per default
-# ---
-rm -f $RPM_BUILD_ROOT/etc/%{name}/aliases
-rm -f $RPM_BUILD_ROOT/etc/%{name}/%{name}-files
-sed 's;^$config_directory/aliases\(.*\);/etc/aliases\1;' conf/%{na

commit lapack for openSUSE:Factory

2011-05-16 Thread h_root

Hello community,

here is the log from the commit of package lapack for openSUSE:Factory
checked in at Mon May 16 09:18:03 CEST 2011.




--- lapack/lapack.changes   2010-08-12 15:52:46.0 +0200
+++ /mounts/work_src_done/STABLE/lapack/lapack.changes  2011-05-12 
09:24:27.0 +0200
@@ -1,0 +2,12 @@
+Thu May 12 07:12:55 UTC 2011 - bur...@net-b.de
+
+- Update to 3.3.1 [bnc#654560]
+  * New procedures to compute the complete CS decomposition of a
+partitioned unitary matrix
+  * Level-3 BLAS symmetric indefinite solve (xSYTRS) and symmetric
+indefinite inversion (xSYTRI)
+  * Bug fixes
+  * Changes see at http://www.netlib.org/lapack/lapack-3.3.1.html
+and http://www.netlib.org/lapack/lapack-3.3.0.html
+
+---

calling whatdependson for head-i586


Old:

  lapack-3.2.2.tar.bz2
  manpages-3.2.0.tar.bz2

New:

  ila-bound-fix.patch
  lapack-3.3.1.tar.bz2
  manpages.tar.bz2



Other differences:
--
++ lapack.spec ++
--- /var/tmp/diff_new_pack.D5b2a7/_old  2011-05-16 09:17:18.0 +0200
+++ /var/tmp/diff_new_pack.D5b2a7/_new  2011-05-16 09:17:18.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package lapack (Version 3.2.2)
+# spec file for package lapack
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -21,14 +21,15 @@
 Name:   lapack
 BuildRequires:  gcc-fortran
 Summary:Linear Algebra Package
-Version:3.2.2
+Version:3.3.1
 Release:1
 License:Public Domain, Freeware
 Group:  Development/Libraries/Parallel
 Source0:lapack-%{version}.tar.bz2
-Source1:manpages-3.2.0.tar.bz2
+Source1:manpages.tar.bz2
 Source99:   lapack-rpmlintrc
 Patch1: lapack-3.2.2.patch
+Patch2: ila-bound-fix.patch
 Url:http://www.netlib.org/lapack/
 Requires:   blas  = %{version}
 Requires:   liblapack3 = %{version}
@@ -150,7 +151,8 @@
 %prep
 %setup -q
 %patch1
-tar xjf %{S:1} --strip-components=1
+%patch2
+tar xjf %{S:1}
 
 %build
 cp make.inc.example make.inc

++ ila-bound-fix.patch ++
>From SVN:
  r977 | james | 2011-04-22 00:00:11 +0200 (Fri, 22 Apr 2011) | 2 lines
  fixed problems with zero matrix and scan

  bug0079 :: ILA[SDCZ]LR out of bound access in the DO LOOP for array A.
  Change DO LOOP condition and add a IF inside the DO LOOP

Index: SRC/ilazlr.f
===
--- SRC/ilazlr.f(revision 976)
+++ SRC/ilazlr.f(revision 977)
@@ -53,9 +53,12 @@
  ILAZLR = 0
  DO J = 1, N
 I=M
-DO WHILE ((A(I,J).NE.ZERO).AND.(I.GE.1))
-  I=I-1
-ENDDO 
+DO WHILE ((A(I,J).EQ.ZERO).AND.(I.GT.1))
+   I=I-1
+ENDDO
+IF( (I.EQ.1).AND.(A(1,J).EQ.ZERO) ) THEN
+   I = 0
+END IF 
 ILAZLR = MAX( ILAZLR, I )
  END DO
   END IF
Index: SRC/ilaclr.f
===
--- SRC/ilaclr.f(revision 976)
+++ SRC/ilaclr.f(revision 977)
@@ -54,9 +54,12 @@
  ILACLR = 0
  DO J = 1, N
 I=M
-DO WHILE ((A(I,J).NE.ZERO).AND.(I.GE.1))
-  I=I-1
-ENDDO 
+DO WHILE ((A(I,J).EQ.ZERO).AND.(I.GT.1))
+   I=I-1
+ENDDO
+IF( (I.EQ.1).AND.(A(1,J).EQ.ZERO) ) THEN
+   I = 0
+END IF 
 ILACLR = MAX( ILACLR, I )
  END DO
   END IF
Index: SRC/ilaslr.f
===
--- SRC/ilaslr.f(revision 976)
+++ SRC/ilaslr.f(revision 977)
@@ -54,9 +54,12 @@
  ILASLR = 0
  DO J = 1, N
 I=M
-DO WHILE ((A(I,J).NE.ZERO).AND.(I.GE.1))
-  I=I-1
+DO WHILE ((A(I,J).EQ.ZERO).AND.(I.GT.1))
+   I=I-1
 ENDDO
+IF( (I.EQ.1).AND.(A(1,J).EQ.ZERO) ) THEN
+   I = 0
+END IF
 ILASLR = MAX( ILASLR, I )
  END DO
   END IF
Index: SRC/iladlr.f
===
--- SRC/iladlr.f(revision 976)
+++ SRC/iladlr.f(revision 977)
@@ -53,10 +53,13 @@
 * Scan up each column tracking the last zero row seen.
  ILADLR = 0
  DO J = 1, N
-I=M
-DO WHILE ((A(I,J).NE.ZERO).AND.(I.GE.1))
-  I=I-1
+I = M
+DO WHILE ((A(I,J).EQ.ZERO).AND.(I.GT.1)

commit cronie for openSUSE:Factory

2011-05-16 Thread h_root

Hello community,

here is the log from the commit of package cronie for openSUSE:Factory
checked in at Mon May 16 09:17:05 CEST 2011.




--- cronie/cronie.changes   2011-04-28 10:40:54.0 +0200
+++ /mounts/work_src_done/STABLE/cronie/cronie.changes  2011-05-11 
10:30:10.0 +0200
@@ -1,0 +2,5 @@
+Wed May 11 08:27:14 UTC 2011 - vci...@novell.com
+
+- corrected job output via syslog (bnc#692871)
+
+---

calling whatdependson for head-i586


New:

  cronie-1.4.7-syslog_output.patch



Other differences:
--
++ cronie.spec ++
--- /var/tmp/diff_new_pack.O9LXKC/_old  2011-05-16 09:16:56.0 +0200
+++ /var/tmp/diff_new_pack.O9LXKC/_new  2011-05-16 09:16:56.0 +0200
@@ -30,7 +30,7 @@
 AutoReqProv:on
 PreReq: permissions %fillup_prereq %insserv_prereq cron 
sysvinit(syslog)
 Version:1.4.7
-Release:1
+Release:11
 %{expand: %%define cronie_version %version}
 Summary:Cron Daemon
 Source0:%name-%version.tar.gz
@@ -50,6 +50,8 @@
 Patch4: %name-nheader_lines.diff
 # we use cron.pid instead of crond.pid 
 Patch5: %name-crond_pid.diff
+# PATCH-FIX-UPSTREAM cronie-1.4.7-syslog_output.patch bnc#692871
+Patch6: cronie-1.4.7-syslog_output.patch
 Conflicts:  cron <= 4.1
 # When finish update protection of sles11 we could uncomment line bellow and 
drop all
 # ugly hacks with subpackage cron needed for proper update proces
@@ -68,7 +70,7 @@
 %package -n cron
 License:MIT and BSD and GPLv2
 Version:4.2
-Release:10
+Release:11
 Summary:Auxiliary package
 Group:  System/Daemons
 Requires:   %{name} = %{cronie_version}-%{release}
@@ -92,6 +94,7 @@
 %patch3 -p1
 %patch4
 %patch5 -p1
+%patch6 -p1
 cp %{S:7} ./cron_to_cronie.README
 
 %build
@@ -156,7 +159,7 @@
 if [ -e /var/run/update_from_old_cron ]; then 
set 2
%restart_on_update cron
-   # in %postun restart_on_update call try-restart but we don't have init 
script in this phase when
+   # in %%postun restart_on_update call try-restart but we don't have init 
script in this phase when
# we are doing "ugly" update, but don't panic, it produces only warning 
to stderr
echo "Please ignore message about missing init script(from postun) - 
when occurs, we will install init script later with cronie package"
%__mv /etc/init.d/cron /etc/init.d/cron.bk ||:


++ cronie-1.4.7-syslog_output.patch ++
Index: cronie-1.4.7/src/do_command.c
===
--- cronie-1.4.7.orig/src/do_command.c
+++ cronie-1.4.7/src/do_command.c
@@ -480,7 +480,6 @@ static int child_process(entry * e, user
bytes++;
if (mail)
putc(ch, mail);
-   }
 #if defined(SYSLOG)
if (SyslogOutput) {
logbuf[bufidx++] = ch;
@@ -494,6 +493,7 @@ static int child_process(entry * e, user
}
}
 #endif
+   }
 
/* only close pipe if we opened it -- i.e., we're
 * mailing...





Remember to have fun...

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



commit zlib for openSUSE:Factory

2011-05-16 Thread h_root

Hello community,

here is the log from the commit of package zlib for openSUSE:Factory
checked in at Mon May 16 09:15:34 CEST 2011.




--- zlib/zlib.changes   2011-03-30 21:48:31.0 +0200
+++ /mounts/work_src_done/STABLE/zlib/zlib.changes  2011-05-12 
22:03:36.0 +0200
@@ -1,0 +2,20 @@
+Thu May 12 20:02:26 UTC 2011 - crrodrig...@opensuse.org
+
+- Update SSE patches, fixes bugs in PPC implementation
+- X86 improvements.
+
+---
+Sat May  7 18:25:48 UTC 2011 - crrodrig...@opensuse.org
+
+- Update SSE2/MMX patches to their current version.
+  per request of the author.
+ * This are integrated now,including support for a number 
+  of additional archs and fixes ARM patches bugs.
+
+---
+Mon Apr 18 18:02:50 UTC 2011 - crrodrig...@opensuse.org
+
+- Update SSE2/MMX patches tp version 3
+  now with comments,performance numbers,and ia64 support 
+
+---

calling whatdependson for head-i586


Old:

  01-prepare.patch
  02-ppc_altivec.patch
  03-arm.patch
  04-x86.patch
  zlib-1.2.5.tar.bz2

New:

  zlib-1.2.5_git201105121450.tar.bz2



Other differences:
--
++ zlib.spec ++
--- /var/tmp/diff_new_pack.HfTkKI/_old  2011-05-16 09:15:00.0 +0200
+++ /var/tmp/diff_new_pack.HfTkKI/_new  2011-05-16 09:15:00.0 +0200
@@ -27,10 +27,11 @@
 Obsoletes:  zlib-64bit
 %endif
 #
-Version:1.2.5
-Release:11
+Version:1.2.5_git201105121450
+Release:1
 Summary:Data Compression Library
 Url:http://www.zlib.net/
+# git://github.com/kaffeemonster/zlib_adler32_vec.git
 Source: zlib-%{version}.tar.bz2
 Source1:LICENSE
 Source2:baselibs.conf
@@ -40,10 +41,6 @@
 Patch1: zlib-lfs.patch
 # PATCH-FIX-JENGELH-PARALLEL-MAKE zlib-parallel.patch meiss...@novell.com -- 
shared library links with libz.a
 Patch2: zlib-parallel.patch
-Patch3: 01-prepare.patch  
-Patch4: 02-ppc_altivec.patch  
-Patch5: 03-arm.patch  
-Patch6: 04-x86.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  pkgconfig
 
@@ -88,10 +85,6 @@
 %patch0
 %patch1
 %patch2 -p1
-%patch3
-%patch4
-%patch5
-%patch6
 
 %build
 # Marcus: breaks example64 in 32bit builds.






Remember to have fun...

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