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

2011-05-17 Thread h_root

Hello community,

here is the log from the commit of package perl-IO-Socket-SSL for 
openSUSE:Factory
checked in at Tue May 17 10:25:32 CEST 2011.




--- perl-IO-Socket-SSL/perl-IO-Socket-SSL.changes   2011-05-10 
21:38:19.0 +0200
+++ /mounts/work_src_done/STABLE/perl-IO-Socket-SSL/perl-IO-Socket-SSL.changes  
2011-05-11 13:15:03.0 +0200
@@ -1,0 +2,5 @@
+Wed May 11 10:45:47 UTC 2011 - pascal.ble...@opensuse.org
+
+- update to 1.43: no user-visible changes: fixes in testsuite
+
+---

calling whatdependson for head-i586


Old:

  IO-Socket-SSL-1.42.tar.gz

New:

  IO-Socket-SSL-1.43.tar.gz



Other differences:
--
++ perl-IO-Socket-SSL.spec ++
--- /var/tmp/diff_new_pack.vQ0ihF/_old  2011-05-17 10:21:02.0 +0200
+++ /var/tmp/diff_new_pack.vQ0ihF/_new  2011-05-17 10:21:02.0 +0200
@@ -18,7 +18,7 @@
 
 
 Name:   perl-IO-Socket-SSL
-Version:1.42
+Version:1.43
 Release:1
 License:GPL+ or Artistic
 %define cpan_name IO-Socket-SSL

++ IO-Socket-SSL-1.42.tar.gz - IO-Socket-SSL-1.43.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/IO-Socket-SSL-1.42/Changes 
new/IO-Socket-SSL-1.43/Changes
--- old/IO-Socket-SSL-1.42/Changes  2011-05-10 16:11:14.0 +0200
+++ new/IO-Socket-SSL-1.43/Changes  2011-05-11 10:20:58.0 +0200
@@ -1,4 +1,7 @@
 
+v1.43 2011.05.11
+- fix t/nonblock.t
+- stability improvements t/inet6.t
 v1.42 2011.05.10
 - add SSL_create_ctx_callback to have a way to adjust context on
   creation. https://rt.cpan.org/Ticket/Display.html?id=67799
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/IO-Socket-SSL-1.42/META.yml 
new/IO-Socket-SSL-1.43/META.yml
--- old/IO-Socket-SSL-1.42/META.yml 2011-05-10 16:15:15.0 +0200
+++ new/IO-Socket-SSL-1.43/META.yml 2011-05-11 10:22:29.0 +0200
@@ -1,6 +1,6 @@
 --- #YAML:1.0
 name:   IO-Socket-SSL
-version:1.42
+version:1.43
 abstract:   Nearly transparent SSL encapsulation for IO::Socket::INET.
 author:
 - Steffen Ullrich  Peter Behroozi  Marko Asplund
@@ -17,7 +17,7 @@
 directory:
 - t
 - inc
-generated_by:   ExtUtils::MakeMaker version 6.55_02
+generated_by:   ExtUtils::MakeMaker version 6.54
 meta-spec:
 url:  http://module-build.sourceforge.net/META-spec-v1.4.html
 version:  1.4
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/IO-Socket-SSL-1.42/SSL.pm 
new/IO-Socket-SSL-1.43/SSL.pm
--- old/IO-Socket-SSL-1.42/SSL.pm   2011-05-10 15:58:41.0 +0200
+++ new/IO-Socket-SSL-1.43/SSL.pm   2011-05-11 09:58:12.0 +0200
@@ -78,7 +78,7 @@
}) {
@ISA = qw(IO::Socket::INET);
}
-   $VERSION = '1.42';
+   $VERSION = '1.43';
$GLOBAL_CONTEXT_ARGS = {};
 
#Make $DEBUG another name for $Net::SSLeay::trace
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/IO-Socket-SSL-1.42/t/inet6.t 
new/IO-Socket-SSL-1.43/t/inet6.t
--- old/IO-Socket-SSL-1.42/t/inet6.t2009-01-22 22:44:47.0 +0100
+++ new/IO-Socket-SSL-1.43/t/inet6.t2011-05-11 10:20:32.0 +0200
@@ -43,7 +43,6 @@
 my $server = IO::Socket::SSL-new(
 LocalAddr = $addr,
 Listen = 2,
-ReuseAddr = 1,
 SSL_cert_file = certs/server-cert.pem,
 SSL_key_file  = certs/server-key.pem,
 ) || do {
@@ -53,7 +52,8 @@
 ok(Server Initialization at $addr);
 
 # add server port to addr
-$addr.= ':'.$server-sockport;
+$addr = [$addr]:.$server-sockport;
+print # server at $addr\n;
 
 my $pid = fork();
 if ( !defined $pid ) {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/IO-Socket-SSL-1.42/t/nonblock.t 
new/IO-Socket-SSL-1.43/t/nonblock.t
--- old/IO-Socket-SSL-1.42/t/nonblock.t 2011-05-10 15:47:57.0 +0200
+++ new/IO-Socket-SSL-1.43/t/nonblock.t 2011-05-11 09:56:38.0 +0200
@@ -36,14 +36,7 @@
 # create Server socket before forking client, so that it is
 # guaranteed to be listening
 #
-my %extra_options = $Net::SSLeay::VERSION=1.16 ?
-(
-   SSL_key_file = certs/client-key.enc, 
-   SSL_passwd_cb = sub { return opossum }
-) : (
-   SSL_key_file = certs/client-key.pem
-);
-%extra_options = ( %extra_options,
+my %tls_options = (
 SSL_version = 'TLSv1',
 SSL_cipher_list = 'HIGH',
 );
@@ -128,7 +121,8 @@
# upgrade to SSL socket w/o connection yet
if ( ! IO::Socket::SSL-start_SSL( $to_server,
SSL_startHandshake = 0,
-   %extra_options
+   %extra_options,
+   %tls_options,
  

commit yelp for openSUSE:Factory

2011-05-17 Thread h_root

Hello community,

here is the log from the commit of package yelp for openSUSE:Factory
checked in at Tue May 17 10:32:30 CEST 2011.




--- GNOME/yelp/yelp.changes 2011-02-20 17:42:04.0 +0100
+++ /mounts/work_src_done/STABLE/yelp/yelp.changes  2011-04-26 
18:36:33.0 +0200
@@ -1,0 +2,163 @@
+Tue Apr 26 18:33:29 CEST 2011 - vu...@opensuse.org
+
+- Add pkgconfig(liblzma) BuildRequires for LZMA support.
+
+---
+Tue Apr 26 13:59:09 UTC 2011 - fcro...@novell.com
+
+- Update to version 3.0.2:
+  + Adapt to JavaScript fixes in yelp-xsl.
+  + Fixed problem with loading animation getting stuck.
+  + Don't use image-loading icon in location entry.
+  + Fixed DTD catalog references to not point to /home/shaunm.
+  + bgo#647761: fixed crasher with relative file paths.
+  + Updated translations.
+
+---
+Mon Apr 11 08:24:01 UTC 2011 - fcro...@novell.com
+
+- Update to version 3.0.1:
+  + Fixed startup notification with GtkApplication.
+  + Use symbolic icons propertly; don't crash.
+  + Split words with \W regexp for quick search.
+  + Actually store existing GSettings in dconf.
+  + Fixed a GVariantBuilder leak.
+  + Updated translations.
+
+---
+Tue Apr  5 17:24:21 UTC 2011 - fcro...@novell.com
+
+- Update to version 3.0.0:
+  + Make sure all translations work.
+  + Updated translations.
+
+---
+Wed Mar 30 16:39:26 UTC 2011 - fcro...@novell.com
+
+- Update to version 2.91.92:
+  + Updated translations
+- Update to version 2.91.91:
+  + Fixed wrong gsettings schema id and switched to rnds paths
+  + Make Yelp appear in list of applications in the shell
+- Changes from version 2.91.90:
+  + Default to ghelp:gnome-help
+  + Full text per-document search, using sqlite FTS
+  + Use symbolic icons for bookmarks and location entry
+  + Don't require DocBook DTDs; provide entities internally
+  + Removed bookmark editor, added bookmark toggle icon
+- Changes from version 2.91.10:
+  + Fixed some issues with previous/next links
+  + Better indents and margin in man pages
+  + Handle links in man pages
+  + Improvements in how error pages are handled
+  + Auto-install packages for missing documents
+  + Set busy cursor when page is loading
+- Changes from version 2.91.9:
+  + Updates for GTK+ API changes
+  + Added URI scheme handler information
+  + Removed custom man parser, using groff output
+  + Don't segfault when bookmarking man pages
+- Changes from version 2.91.8:
+  + Added support for Mallard Facets extension
+  + Don't include line numbers when copying code blocks
+  + Added automatic syntax highlighting using jQuery.Syntax
+  + Added basic support to list all installed documents
+  + Hooked up bookmarks functionality
+  + Moved more functionality into libyelp
+  + Improvements to info page
+  + Updates for API changes in GTK+ 3
+- Changes from version 2.31.7:
+  + Bumped to GTK+ 3.0
+  + Fixed broken gsettings keyfile setup
+  + Updated translations.
+- Changes from version 2.31.6:
+  + Don't double-add pages (bgo#621398)
+  + Adjusted to API changes in GSettingsBackend
+  + Only store window size if it really changes
+  + Don't segfault on http:// URIs
+  + Preserve both page_id and frag_id for file: URIs
+  + Added Copy Code Block and Save Code Block As
+  + Update JS fragment highlighter for yelp-xsl changes
+  + Get actual link text for read-later links
+  + Use index.docbook for help: URIs
+  + Updated translations.
+- Changes from version 2.31.5:
+  + New Read Later feature
+  + Support for proposed XDG help: URI scheme
+  + Use entire search path when loading Mallard docs
+  + Updated for new yelp-xsl common HTML output
+  + New bookmarks editor window
+  + Man pages are back again
+  + Recognize Mallard docs by index.page.stub in editor mode
+  + Fix for incorrect bookmarks titles when switching docs
+  + Updated translations.
+- Changes from version 2.31.4:
+  + Build fixes for gsettings and bumped yelp-xsl requirement.
+- Changes from version 2.31.3:
+  + Added DocBook 5 support
+  + Accept dragged documents on Yelp windows
+  + Context-sensitive right-click menus
+  + Store scroll positions in back/forward list
+  + Basic print support added
+  + Better handling of plain text documents
+  + Added emblems to drop-downs on bookmarked locations
+  + Updated LZMA decoder to the new API
+  + Compile-time options for lzma and bz2
+  + Color animation on search entry when focused
+  + Find bar added, slides in from bottom
+  + Ctrl+S now starts a search
+  + Fixed some issues with page titles not being displayed
+  + Fixes for relative links in HTML documents
+  + Automatically update bookmarks icons and titles
+  + Use new common HTML output from yelp-xsl
+  + Fixed issue that prevented primary window from being used
+  + 

commit vino for openSUSE:Factory

2011-05-17 Thread h_root

Hello community,

here is the log from the commit of package vino for openSUSE:Factory
checked in at Tue May 17 12:15:39 CEST 2011.




--- GNOME/vino/vino.changes 2011-02-13 17:24:38.0 +0100
+++ /mounts/work_src_done/STABLE/vino/vino.changes  2011-05-04 
10:31:55.0 +0200
@@ -1,0 +2,62 @@
+Wed May  4 10:31:02 CEST 2011 - vu...@opensuse.org
+
+- Update to version 3.0.2:
+  + Avoid out-of-bounds memory accesses (CVE-2011-0904,
+CVE-2011-0905).
+  + Updated translations.
+
+---
+Wed Apr 27 15:18:01 UTC 2011 - fcro...@novell.com
+
+- Update to version 3.0.1:
+  + bgo#617436: fix cursor update logic.
+  + Only send a motion event when the pointer moved.
+  + Bind both an IPv4 and an IPv6 socket.
+  + Updated translations.
+
+---
+Tue Apr 26 15:37:37 CEST 2011 - vu...@opensuse.org
+
+- Drop now unneeded libunique-devel BuildRequires.
+
+---
+Tue Apr  5 14:02:53 UTC 2011 - fcro...@novell.com
+
+- Update to version 3.0.0:
+  + Updated translations.
+
+---
+Mon Mar 28 15:05:55 UTC 2011 - fcro...@novell.com
+
+- Update to version 2.99.5:
+  + Use GSettings autostart condition
+  + Updated translations
+- Changes from version 2.99.4:
+  + Remove some unnecessary code in the capplet
+  + Generate enums and marshalers before they are used
+  + Remove server reachability message from the UI
+  + Workaround that addresses CVE-2011-1164.
+  + Build fixes.
+  + Updated translations.
+- Changes from version 2.99.3:
+  + Overhaul build system.
+  + Updated translations.
+- Changes from version 2.99.2:
+  + Added back telepathy functionality.
+  + Added DISTCHECK_CONFIGURE_FLAGS to Makefile.am.
+- Changes from version 2.99.1:
+  + Added back basic mdns functionality.
+  + Fixed typo in configure.in
+- Changes from version 2.99.0:
+  + Port to Gtk3
+  + Port to GSettings
+  + Port to GtkApplication
+  + Port to GDBus
+- Replace GConf2 schemas handling with GSettings schemas handling,
+  with %glib2_gsettings_schema_* macros.
+- Change old-style BuildRequires to new pkgconfig()/GNOME3 ones:
+  gconf2-devel, gtk2-devel to pkgconfg(gtk+-3.0).
+- Remove --enable-avahi/--enable-gnome-keyring configure options
+  as they are default.
+
+---

calling whatdependson for head-i586


Old:

  vino-2.32.1.tar.bz2

New:

  vino-3.0.2.tar.bz2



Other differences:
--
++ vino.spec ++
--- /var/tmp/diff_new_pack.KpN3Bu/_old  2011-05-17 10:42:25.0 +0200
+++ /var/tmp/diff_new_pack.KpN3Bu/_new  2011-05-17 10:42:25.0 +0200
@@ -21,44 +21,40 @@
 Name:   vino
 License:GPLv2+
 Group:  Productivity/Networking/Other
-Version:2.32.1
-Release:2
+Version:3.0.2
+Release:1
 Summary:GNOME VNC Server
 Url:http://www.gnome.org
 Source: vino-%{version}.tar.bz2
 BuildRequires:  fdupes
-BuildRequires:  gconf2-devel
 BuildRequires:  gnutls-devel
-BuildRequires:  gtk2-devel
 BuildRequires:  intltool
 BuildRequires:  libavahi-glib-devel
 BuildRequires:  libgnome-keyring-devel
 BuildRequires:  libnotify-devel
 BuildRequires:  NetworkManager-devel
 BuildRequires:  libsoup-devel
-BuildRequires:  libunique-devel
 BuildRequires:  telepathy-glib-devel
 BuildRequires:  translation-update-upstream
 BuildRequires:  update-desktop-files
+BuildRequires:  pkgconfig(gtk+-3.0)
 Recommends: %{name}-lang
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-%gconf_schemas_prereq
+%glib2_gsettings_schema_requires
 
 %description
 A VNC Server for GNOME
 
 %lang_package
 %prep
-%setup
+%setup -q
 translation-update-upstream
 
 %build
 %configure\
 --libexecdir=%{_libexecdir}/vino \
---enable-avahi \
---enable-gnome-keyring \
 --enable-http-server=yes
-%__make %{?jobs:-j%jobs}
+%__make %{?jobs:-j%jobs} V=1
 
 %install
 %makeinstall
@@ -70,37 +66,33 @@
 %suse_update_desktop_file -r vino-preferences GNOME GTK Settings 
X-GNOME-PersonalSettings X-SuSE-ControlCenter-Personal
 %suse_update_desktop_file vino-server
 %find_lang %{name} %{?no_lang_C}
-%find_gconf_schemas
-cat %{name}.schemas_list %{name}.lst
 %fdupes $RPM_BUILD_ROOT
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-%pre -f %{name}.schemas_pre
-
 %post
 %desktop_database_post
-
-%posttrans -f %{name}.schemas_posttrans
-
-%preun -f %{name}.schemas_preun
+%glib2_gsettings_schema_post
 
 %postun
 %desktop_database_postun
+%glib2_gsettings_schema_postun
 
-%files -f %{name}.lst
+%files
 %defattr(-,root,root)
 %doc AUTHORS COPYING ChangeLog NEWS README
 %defattr (-, root, root)
-%{_bindir}/vino-preferences
 %{_bindir}/vino-passwd
+%{_bindir}/vino-preferences
 

commit gthumb for openSUSE:Factory

2011-05-17 Thread h_root

Hello community,

here is the log from the commit of package gthumb for openSUSE:Factory
checked in at Tue May 17 12:23:03 CEST 2011.




--- GNOME/gthumb/gthumb.changes 2011-02-12 20:25:52.0 +0100
+++ /mounts/work_src_done/STABLE/gthumb/gthumb.changes  2011-05-16 
14:24:24.0 +0200
@@ -1,0 +2,5 @@
+Mon May 16 11:42:00 UTC 2011 - co...@opensuse.org
+
+- Replace libunique-devel BuildRequires with pkgconfig(unique-1.0).
+
+---

calling whatdependson for head-i586




Other differences:
--
++ gthumb.spec ++
--- /var/tmp/diff_new_pack.zaRFI1/_old  2011-05-17 12:20:41.0 +0200
+++ /var/tmp/diff_new_pack.zaRFI1/_new  2011-05-17 12:20:41.0 +0200
@@ -20,7 +20,7 @@
 
 Name:   gthumb
 Version:2.12.2
-Release:2
+Release:8
 License:GPLv2+
 Summary:An Image Viewer and Browser for GNOME
 Url:http://live.gnome.org/gthumb
@@ -47,7 +47,7 @@
 BuildRequires:  libopenraw-devel
 BuildRequires:  libsoup-devel
 BuildRequires:  libtiff-devel
-BuildRequires:  libunique-devel
+BuildRequires:  pkgconfig(unique-1.0)
 BuildRequires:  translation-update-upstream
 BuildRequires:  update-desktop-files
 Recommends: %{name}-lang






Remember to have fun...

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



commit webyast-root-user-ws for openSUSE:Factory

2011-05-17 Thread h_root

Hello community,

here is the log from the commit of package webyast-root-user-ws for 
openSUSE:Factory
checked in at Tue May 17 12:24:21 CEST 2011.




--- webyast-root-user-ws/webyast-root-user-ws.changes   2011-02-08 
17:35:24.0 +0100
+++ webyast-root-user-ws/webyast-root-user-ws.changes   2011-05-02 
14:19:18.0 +0200
@@ -1,0 +2,12 @@
+Mon May  2 12:18:59 UTC 2011 - sch...@novell.com
+
+- adapt caching to the new job handling
+- 0.2.3 
+
+---
+Tue Apr 12 10:39:38 UTC 2011 - sch...@novell.com
+
+- new caching
+- 0.2.2 
+
+---

calling whatdependson for head-i586




Other differences:
--
++ webyast-root-user-ws.spec ++
--- /var/tmp/diff_new_pack.g62xki/_old  2011-05-16 18:25:49.0 +0200
+++ /var/tmp/diff_new_pack.g62xki/_new  2011-05-16 18:25:49.0 +0200
@@ -22,11 +22,11 @@
 Provides:   yast2-webservice-administrator = %{version}
 Obsoletes:  yast2-webservice-administrator  %{version}
 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.1
+Version:0.2.3
 Release:1
 Summary:WebYaST - service for configuration of root account
 Source: www.tar.bz2
@@ -53,7 +53,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/administrator.rb 
new/www/app/models/administrator.rb
--- old/www/app/models/administrator.rb 2011-02-01 10:49:11.0 +0100
+++ new/www/app/models/administrator.rb 2011-04-29 18:23:25.0 +0200
@@ -37,13 +37,15 @@
   # Read mail aliases for root.
   # return value:: comma-separated string
   def self.find
-yapi_ret = YastService.Call(YaPI::ADMINISTRATOR::Read)
-if yapi_ret.nil?
-  raise Can't read administrator data
-elsif yapi_ret.has_key?(aliases)
-  yapi_ret[aliases]  = yapi_ret[aliases].join(,)
-end
-Administrator.new yapi_ret
+YastCache.fetch(self) {
+  yapi_ret = YastService.Call(YaPI::ADMINISTRATOR::Read)
+  if yapi_ret.nil?
+raise Can't read administrator data
+  elsif yapi_ret.has_key?(aliases)
+yapi_ret[aliases]= yapi_ret[aliases].join(,)
+  end
+  Administrator.new yapi_ret
+}
   end
 
   # Changes the list of administrator's mail aliases.
@@ -57,6 +59,7 @@
 
 yapi_ret = YastService.Call(YaPI::ADMINISTRATOR::Write, parameters)
 Rails.logger.debug YaPI returns: '#{yapi_ret}'
+YastCache.reset(self)
 raise AdministratorError.new(yapi_ret) unless yapi_ret.empty?
   end
 end






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

2011-05-17 Thread h_root

Hello community,

here is the log from the commit of package webyast-software-ui for 
openSUSE:Factory
checked in at Tue May 17 12:25:39 CEST 2011.




--- webyast-software-ui/webyast-software-ui.changes 2010-12-27 
08:37:01.0 +0100
+++ webyast-software-ui/webyast-software-ui.changes 2011-05-02 
16:18:27.0 +0200
@@ -1,0 +2,22 @@
+Mon May  2 14:15:17 UTC 2011 - vle...@novell.com
+
+- uniform appearance for all modules in basesystem setup workflow
+- 0.3.4 
+
+---
+Fri Apr 15 11:37:17 UTC 2011 - vle...@novell.com
+
+- new webyast-software-ui
+- 0.3.3
+---
+Tue Apr 12 14:34:41 UTC 2011 - sch...@novell.com
+
+- new caching
+- 0.3.2
+
+---
+Fri Feb 11 10:03:00 UTC 2011 - jreidin...@novell.com
+
+- fix installing patches which require EULA accept (bnc#669470)
+
+---

calling whatdependson for head-i586




Other differences:
--
++ webyast-software-ui.spec ++
--- /var/tmp/diff_new_pack.mz5T2r/_old  2011-05-17 12:25:08.0 +0200
+++ /var/tmp/diff_new_pack.mz5T2r/_new  2011-05-17 12:25:08.0 +0200
@@ -23,13 +23,13 @@
 Provides:   yast2-webclient-patch_updates = %{version}
 Obsoletes:  yast2-webclient-patch_updates  %{version}
 # updated jQuery quicksearch plugin
-PreReq: yast2-webclient = 0.1.17
+PreReq: yast2-webclient = 0.2.27
 Provides:   
yast2-webclient:/srv/www/yast/app/controllers/patch_updates_controller.rb
-License:GPLv2
+License:GPL v2 only
 Group:  Productivity/Networking/Web/Utilities
 Url:http://en.opensuse.org/Portal:WebYaST
 AutoReqProv:on
-Version:0.3.1
+Version:0.3.4
 Release:1
 Summary:WebYaST - Software and Repository Management UI
 Source: www.tar.bz2
@@ -44,7 +44,7 @@
 #
 
 %package testsuite
-License:GPLv2
+
 Group:  Productivity/Networking/Web/Utilities
 Requires:   %{name} = %{version}
 Requires:   webyast-base-ui-testsuite rubygem-mocha rubygem-test-unit tidy

++ www.tar.bz2 ++
 1666 lines of diff (skipped)






Remember to have fun...

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



commit webyast-software-ws for openSUSE:Factory

2011-05-17 Thread h_root

Hello community,

here is the log from the commit of package webyast-software-ws for 
openSUSE:Factory
checked in at Tue May 17 12:26:17 CEST 2011.




--- webyast-software-ws/webyast-software-ws.changes 2011-05-03 
11:01:41.0 +0200
+++ webyast-software-ws/webyast-software-ws.changes 2011-05-04 
16:19:23.0 +0200
@@ -1,0 +2,6 @@
+Wed May  4 14:18:47 UTC 2011 - sch...@novell.com
+
+- fix in installing patches
+- 0.3.6 
+
+---

calling whatdependson for head-i586




Other differences:
--
++ webyast-software-ws.spec ++
--- /var/tmp/diff_new_pack.dJe82S/_old  2011-05-17 12:25:56.0 +0200
+++ /var/tmp/diff_new_pack.dJe82S/_new  2011-05-17 12:25:56.0 +0200
@@ -44,11 +44,11 @@
 %endif
 %endif
 
-License:GPLv2
+License:GPL v2 only
 Group:  Productivity/Networking/Web/Utilities
 Url:http://en.opensuse.org/Portal:WebYaST
 AutoReqProv:on
-Version:0.3.5
+Version:0.3.6
 Release:1
 Summary:WebYaST - software management service
 Source: www.tar.bz2
@@ -67,7 +67,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/patch.rb new/www/app/models/patch.rb
--- old/www/app/models/patch.rb 2011-04-29 18:23:25.0 +0200
+++ new/www/app/models/patch.rb 2011-05-04 14:27:58.0 +0200
@@ -71,9 +71,8 @@
   Patch.install(update_id) #install at once
 else
   #inserting job in background
-  Rails.logger.info(Inserting job #{key})
+  Rails.logger.info(Inserting job: :Patch, :install, #{update_id}  )
   PluginJob.run_async(JOB_PRIO, :Patch, :install, update_id )
-  Delayed::Job.enqueue(PluginJob.new(key),JOB_PRIO)
 end
   end
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/www/app/models/resolvable.rb 
new/www/app/models/resolvable.rb
--- old/www/app/models/resolvable.rb2010-08-27 14:58:55.0 +0200
+++ new/www/app/models/resolvable.rb2011-05-04 15:25:15.0 +0200
@@ -59,7 +59,7 @@
 xml.instruct! unless options[:skip_instruct]
 
 xml.tag! tag do
-  xml.tag!(:resolvable_id, @resolvable_id, {:type = integer} )
+  xml.tag!(:resolvable_id, @resolvable_id )
   xml.tag!(:kind, @kind )
   xml.tag!(:name, @name )
   xml.tag!(:version, @version )






Remember to have fun...

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



commit gnome-power-manager for openSUSE:Factory

2011-05-17 Thread h_root

Hello community,

here is the log from the commit of package gnome-power-manager for 
openSUSE:Factory
checked in at Tue May 17 12:28:14 CEST 2011.




--- GNOME/gnome-power-manager/gnome-power-manager.changes   2011-04-25 
16:34:36.0 +0200
+++ 
/mounts/work_src_done/STABLE/gnome-power-manager/gnome-power-manager.changes
2011-05-12 10:18:11.0 +0200
@@ -1,0 +2,6 @@
+Thu May 12 06:53:45 UTC 2011 - g...@novell.com
+
+- Add gnome-power-manager-update-status-property.patch to update
+  session status manually. bnc#692794
+
+---

calling whatdependson for head-i586


New:

  gnome-power-manager-update-status-property.patch



Other differences:
--
++ gnome-power-manager.spec ++
--- /var/tmp/diff_new_pack.O7seZ3/_old  2011-05-17 12:23:17.0 +0200
+++ /var/tmp/diff_new_pack.O7seZ3/_new  2011-05-17 12:23:17.0 +0200
@@ -19,7 +19,7 @@
 
 Name:   gnome-power-manager
 Version:3.0.0
-Release:1
+Release:3
 License:GPLv2+
 Summary:Power Management for GNOME
 Url:http://gnome-power.sourceforge.net/
@@ -31,6 +31,8 @@
 Patch12:gnome-power-manager-notify-idle-sleep.patch
 # PATCH-NEEDS-REBASE gnome-power-manager-no-fallback-to-hibernate.patch 
hma...@suse.de bnc#440410 (WAS: PATCH-FIX-OPENSUSE)
 Patch14:gnome-power-manager-no-fallback-to-hibernate.patch
+# PATCH-FIX-UPSTREAM gnome-power-manager-update-status-property.patch 
g...@novell.com bnc#692794 -- update the session status manually
+Patch15:gnome-power-manager-update-status-property.patch
 BuildRequires:  docbook-utils
 BuildRequires:  fdupes
 BuildRequires:  gnome-doc-utils-devel
@@ -67,6 +69,7 @@
 %lang_package
 %prep
 %setup -q
+%patch15 -p1
 translation-update-upstream
 #gnome-patch-translation-prepare
 # Needs rebase:

++ gnome-power-manager-update-status-property.patch ++
commit 09185d4247656ff37bcbbcffe013c4d038603f2b
Author: Matthias Clasen mcla...@redhat.com
Date:   Mon May 2 19:18:58 2011 -0400

gpm-idle: manually update the status property

gnome-session doesn't emit PropertyChanged since it uses dbus-glib,
therefore we need to manually update the cached property when
receiving a SessionChanged signal.

https://bugzilla.redhat.com/show_bug.cgi?id=679083

diff --git a/src/gpm-idle.c b/src/gpm-idle.c
index 04225fc..0f2f1ee 100644
--- a/src/gpm-idle.c
+++ b/src/gpm-idle.c
@@ -424,6 +424,11 @@ gpm_idle_dbus_signal_cb (GDBusProxy *proxy, const gchar 
*sender_name, const gcha
return;
}
if (g_strcmp0 (signal_name, StatusChanged) == 0) {
+guint status;
+
+g_variant_get (parameters, (u), status);
+g_dbus_proxy_set_cached_property (proxy, status,
+  g_variant_new (u, status));
g_debug (Received gnome session status change);
gpm_idle_evaluate (idle);
return;





Remember to have fun...

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



commit yast2-control-center-gnome for openSUSE:Factory

2011-05-17 Thread h_root

Hello community,

here is the log from the commit of package yast2-control-center-gnome for 
openSUSE:Factory
checked in at Tue May 17 12:36:34 CEST 2011.




--- yast2-control-center-gnome/yast2-control-center-gnome.changes   
2009-08-30 12:17:29.0 +0200
+++ 
/mounts/work_src_done/STABLE/yast2-control-center-gnome/yast2-control-center-gnome.changes
  2011-04-26 23:50:07.0 +0200
@@ -1,0 +2,8 @@
+Tue Apr 26 23:49:06 CEST 2011 - vu...@opensuse.org
+
+- Move to pkgconfig()-style BuildRequires:
+  + Old ones: libslab-devel, libunique-devel.
+  + New ones: libslab, unique-1.0.
+- This fixes the build with GNOME 3.
+
+---

calling whatdependson for head-i586




Other differences:
--
++ yast2-control-center-gnome.spec ++
--- /var/tmp/diff_new_pack.JMZ20A/_old  2011-05-17 12:34:32.0 +0200
+++ /var/tmp/diff_new_pack.JMZ20A/_new  2011-05-17 12:34:32.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package yast2-control-center-gnome (Version 2.13.4)
+# spec file for package yast2-control-center-gnome
 #
-# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,18 +19,18 @@
 
 Name:   yast2-control-center-gnome
 Version:2.13.4
-Release:1
+Release:11
 License:GPL v2 or later
 Summary:YaST2 - Control Center (GNOME version)
 Url:http://en.opensuse.org/YaST2-GTK
 Group:  System/YaST
 Source: %{name}-%{version}.tar.bz2
 BuildRequires:  gcc-c++
-BuildRequires:  libslab-devel
-BuildRequires:  libunique-devel
 BuildRequires:  pkgconfig
 BuildRequires:  update-desktop-files
 BuildRequires:  yast2-devtools
+BuildRequires:  pkgconfig(libslab)
+BuildRequires:  pkgconfig(unique-1.0)
 Requires:   yast2-control-center
 Supplements:gnome-main-menu
 Provides:   yast2-control-center-binary






Remember to have fun...

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



commit palm-db-tools for openSUSE:Factory

2011-05-17 Thread h_root

Hello community,

here is the log from the commit of package palm-db-tools for openSUSE:Factory
checked in at Tue May 17 12:37:57 CEST 2011.




--- palm-db-tools/palm-db-tools.changes 2009-06-11 14:09:55.0 +0200
+++ /mounts/work_src_done/STABLE/palm-db-tools/palm-db-tools.changes
2011-05-10 20:03:31.0 +0200
@@ -1,0 +2,5 @@
+Tue May 10 18:03:15 UTC 2011 - cgiboude...@gmx.com
+
+- Add gcc46_build_fix.patch
+
+---

calling whatdependson for head-i586


New:

  gcc46_build_fix.patch



Other differences:
--
++ palm-db-tools.spec ++
--- /var/tmp/diff_new_pack.XqafrR/_old  2011-05-17 12:37:40.0 +0200
+++ /var/tmp/diff_new_pack.XqafrR/_new  2011-05-17 12:37:40.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package palm-db-tools (Version 0.3.6)
+# spec file for package palm-db-tools
 #
-# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -24,11 +24,12 @@
 Group:  Hardware/Palm
 AutoReqProv:on
 Version:0.3.6
-Release:251
+Release:262
 Source: %{name}-%{version}.tar.bz2
 Patch:  %{name}.dif
 Patch1: %{name}-%{version}-type-fix.diff
 Patch2: %{name}-%{version}-gcc.diff
+Patch3: gcc46_build_fix.patch
 Url:http://pilot-db.sourceforge.net//
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Summary:convert text files into several PalmOS database formats
@@ -52,6 +53,7 @@
 %patch
 %patch1
 %patch2
+%patch3
 #convert dos2unix file format 
 cat configure.in | tr -d '\015' configure.in.new  mv -f configure.in.new 
configure.in
 

++ gcc46_build_fix.patch ++
--- libpalm/Block.h 2011-05-10 19:56:26.101382558 +0200
+++ libpalm/Block.h 2011-05-10 20:01:04.927592457 +0200
@@ -13,6 +13,7 @@
 
 #include algorithm
 #include iterator
+#include cstddef
 
 #include palmtypes.h
 





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

2011-05-17 Thread h_root

Hello community,

here is the log from the commit of package webyast-services-ws for 
openSUSE:Factory
checked in at Tue May 17 12:37:06 CEST 2011.




--- webyast-services-ws/webyast-services-ws.changes 2011-02-09 
10:25:33.0 +0100
+++ 
/mounts/work_src_done/STABLE/webyast-services-ws/webyast-services-ws.changes
2011-05-02 14:41:58.0 +0200
@@ -1,0 +2,12 @@
+Mon May  2 12:41:48 UTC 2011 - sch...@novell.com
+
+- adapt caching to the new job handling
+- 0.2.9 
+
+---
+Tue Apr 12 13:27:34 UTC 2011 - sch...@novell.com
+
+- new caching
+- 0.2.8 
+
+---

calling whatdependson for head-i586




Other differences:
--
++ webyast-services-ws.spec ++
--- /var/tmp/diff_new_pack.h3KdHC/_old  2011-05-17 12:36:44.0 +0200
+++ /var/tmp/diff_new_pack.h3KdHC/_new  2011-05-17 12:36:44.0 +0200
@@ -22,11 +22,11 @@
 Provides:   yast2-webservice-services = %{version}
 Obsoletes:  yast2-webservice-services  %{version}
 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.7
+Version:0.2.9
 Release:1
 Summary:WebYaST - system services management service
 Source: www.tar.bz2
@@ -52,7 +52,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/service.rb 
new/www/app/models/service.rb
--- old/www/app/models/service.rb   2011-02-01 10:49:25.0 +0100
+++ new/www/app/models/service.rb   2011-04-29 18:23:25.0 +0200
@@ -56,11 +56,18 @@
 
   # factored out because of testing
   def self.run_runlevel
-# `/sbin/runlevel` # RORSCAN_ITL
+#`/sbin/runlevel` # RORSCAN_ITL
   end
 
+
   public
 
+  def self.cache_argument
+resource = Resource.find(org.opensuse.yast.modules.yapi.services)
+return resource.cache_arguments if resource  
!resource.cache_arguments.blank?
+return nil
+  end
+
   # reading configuration file
   #
   def self.parse_filter(path = nil)
@@ -88,28 +95,29 @@
   # each service.
   #
   # services = Service.find_all
-  def self.find_all(params)
-params = {} if params.nil?
+  def self.find_all(params = nil)
+YastCache.fetch(self,cache_argument) {
+  params = {} if params.nil?
 
-services   = []
-services_map= {} # helper structure
+  services = []
+  services_map= {} # helper structure
 
-filter = parse_filter
+  filter   = parse_filter
 
-args   = {
+  args = {
read_status   = [ b, params.has_key?(read_status)],
shortdescription  = [ b, true],
description   = [ b, true],
dependencies  = [ b, true],
filter= [ as, filter ]
-}
+  }

-# read list of all init.d services
-yapi_ret = YastService.Call(YaPI::SERVICES::Read, args)
+  # read list of all init.d services
+  yapi_ret = YastService.Call(YaPI::SERVICES::Read, args)
 
-if yapi_ret.nil?
-   raise ServiceError.new(no-services, Can't get services list)
-else
+  if yapi_ret.nil?
+raise ServiceError.new(no-services, Can't get services list)
+  else
yapi_ret.each do |s|
  service   = Service.new(s[name])
  service.status= s[status].to_i if s.has_key?(status)
@@ -121,45 +129,47 @@
  Rails.logger.debug service: #{service.inspect}
  services_map[s[name]]   = service
 end
-end
+  end
 
-# read list of custom (user defined) services
-args[custom] = [ b, true]
-args[dependencies]= [ b, false]
+  # read list of custom (user defined) services
+  args[custom]   = [ b, true]
+  args[dependencies]= [ b, false]

-yapi_ret = YastService.Call(YaPI::SERVICES::Read, args)
+  yapi_ret = YastService.Call(YaPI::SERVICES::Read, args)
 
-if yapi_ret.nil?
-   raise ServiceError.new(no-custom-services, Can't get custom services 
list)
-else
-   yapi_ret.each do |s|
- service   = Service.new(s[name])
- service.status= s[status].to_i if s.has_key?(status)
- service.description   = s[description] if s.has_key?(description)
- service.summary   = s[shortdescription] if 
s.has_key?(shortdescription)
- service.custom= true
- # service.enabled cannot be checked, we do not know how for custom 
service
- Rails.logger.debug 

commit monotone for openSUSE:Factory

2011-05-17 Thread h_root

Hello community,

here is the log from the commit of package monotone for openSUSE:Factory
checked in at Tue May 17 12:41:09 CEST 2011.




--- monotone/monotone.changes   2010-11-05 18:33:37.0 +0100
+++ /mounts/work_src_done/STABLE/monotone/monotone.changes  2011-03-28 
17:34:29.0 +0200
@@ -1,0 +2,7 @@
+Mon Mar 28 14:21:06 UTC 2011 - m...@thomaskeller.biz
+
+- new upstream version 1.0 that marks the first long-term support
+  release of monotone and comes with numerous bug fixes and a few
+  new features; the NEWS file lists all changes.
+
+---

calling whatdependson for head-i586


Old:

  monotone-0.99.1.tar.bz2

New:

  monotone-1.0.tar.bz2



Other differences:
--
++ monotone.spec ++
--- /var/tmp/diff_new_pack.6ijSKP/_old  2011-05-17 12:39:11.0 +0200
+++ /var/tmp/diff_new_pack.6ijSKP/_new  2011-05-17 12:39:11.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package monotone (Version 0.99.1)
+# spec file for package monotone
 #
-# 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 @@
 Summary:Distributed version control system
 
 Name:   monotone
-Version:0.99.1
+Version:1.0
 Release:1
 License:GPL
 Group:  Development/Tools/Version Control
@@ -69,10 +69,20 @@
 
 %files -f %{name}.lang
 %defattr(-,root,root)
-%doc AUTHORS COPYING NEWS README README.changesets UPGRADE upstreamdocs/*
-%{_bindir}/mtn*
+%dir %{_datadir}/%{name}
+%dir %{_datadir}/%{name}/hooks  
+%dir %{_datadir}/%{name}/scripts 
+%doc AUTHORS COPYING NEWS README UPGRADE upstreamdocs/*
+%{_bindir}/mtn
+%{_bindir}/mtnopt
+%{_bindir}/mtn-cleanup
 %{_bindir}/monotone
 %{_infodir}/*.info*.gz
 %{_mandir}/man1/mtn.1.gz
+%{_mandir}/man1/mtnopt.1.gz
+%{_mandir}/man1/mtn-cleanup.1.gz
+%{_datadir}/%{name}/hooks/*
+%{_datadir}/%{name}/scripts/*
+%{_sysconfdir}/bash_completion.d/monotone.bash_completion
 
 %changelog

++ monotone-0.99.1.tar.bz2 - monotone-1.0.tar.bz2 ++
 666599 lines of diff (skipped)






Remember to have fun...

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



commit yelp-xsl for openSUSE:Factory

2011-05-17 Thread h_root

Hello community,

here is the log from the commit of package yelp-xsl for openSUSE:Factory
checked in at Tue May 17 12:42:50 CEST 2011.




New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ /mounts/work_src_done/STABLE/yelp-xsl/yelp-xsl.changes  2011-04-26 
16:07:31.0 +0200
@@ -0,0 +1,99 @@
+---
+Tue Apr 26 14:05:53 UTC 2011 - fcro...@novell.com
+
+- Update to version 3.0.1:
+  + Fixed page sorting for groups on mal:links.
+  + Various small CSS tweaks.
+  + Fixed how JavaScript is included
+  + Fixed cache behavior with roled link titles
+  + bgo#645947: added floatstart and floatend hints.
+
+---
+Tue Apr  5 15:57:58 UTC 2011 - fcro...@novell.com
+
+- Update to version 3.0.0:
+  + no code change since 2.91.92.
+
+---
+Tue Mar 22 13:23:49 UTC 2011 - fcro...@novell.com
+
+- Update to version 2.91.92:
+  + Use trail link title for link trails
+  + Fix note icon craziness with nested inner divs
+  + Added special fanciness for the gnome-help index
+  + Added the 'bold' and 'nodesc' links styles
+  + Corrected handling of media style attribute
+  + Put links element in Mallard 1.0 namespace
+  + Updated translations.
+
+---
+Tue Mar  8 09:34:06 UTC 2011 - fcro...@novell.com
+
+- Update to version 2.91.91:
+  + Support ubiquitous linking on media
+  + Updated translations.
+
+---
+Tue Feb 22 16:25:50 UTC 2011 - fcro...@novell.com
+
+- Update to version 2.91.90:
+  + Get link roles right for topic links
+  + Full support for the links element
+  + Made magic image scaling perform better
+  + Use HTML h* elements for block titles, for a11y
+  + Correct link trails separators for RTL
+  + Updated translations.
+
+---
+Wed Jan 12 19:16:45 CET 2011 - vu...@opensuse.org
+
+- Update to version 2.91.9:
+  + Added magic image scaling for figures
+  + Added support for experimental series links
+  + Fixed previous and next links for DocBook and Mallard
+  + Enabled syntax highlighting in DocBook
+  + Changes to html.js and html.css to make them easier to override
+  + Added editor_mode status badges to linklist links
+  + Improvements to link filtering with facets
+  + Prevent key and keyseq from line-wrapping
+
+---
+Sun Dec 19 17:08:29 CET 2010 - vu...@opensuse.org
+
+- Update to version 2.91.8:
+  + Fixed non-well-formed XML in XSLT file
+
+---
+Fri Dec 17 10:30:29 CET 2010 - vu...@opensuse.org
+
+- Update to version 2.91.7:
+  + Added support for Mallard Facets extension
+  + Fixed incorrect handling of topic link groups
+  + Added automatic syntax highlighting using jQuery.Syntax
+  + Implemented sidebar style for notes
+  + Added support for line numbering in Mallard code blocks
+
+---
+Mon Nov 15 11:42:53 CET 2010 - dims...@opensuse.org
+
+- Update to version 2.31.6:
+  + Added support for TTML captions for Mallard media.
+  + Common section links styling for DocBook and Mallard.
+  + Implemented e:links for Mallard sections.
+  + Implement @style='linklist' for Mallard guide links.
+  + Implemented e:links for Mallard topic links.
+  + Normalize space for title sort keys.
+  + Load cache file relative to page file.
+
+---
+Fri Aug  6 10:35:34 CEST 2010 - vu...@opensuse.org
+
+- Enable parallel build.
+- Do not mark as %doc some files in /usr/share/yelp-xsl/ that are
+  not docs.
+
+---
+Mon Jul 19 07:45:49 UTC 2010 - dims...@opensuse.org
+
+- Initial package of yelp-xsl, version 2.31.5.
+

calling whatdependson for head-i586


New:

  yelp-xsl-3.0.1.tar.bz2
  yelp-xsl.changes
  yelp-xsl.spec



Other differences:
--
++ yelp-xsl.spec ++
#
# spec file for package yelp-xsl
#
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2010 Dominique Leuenberger, Amsterdam, Netherlands.
#
# 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 

commit nvdock for openSUSE:Factory

2011-05-17 Thread h_root

Hello community,

here is the log from the commit of package nvdock for openSUSE:Factory
checked in at Tue May 17 12:59:55 CEST 2011.




New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ nvdock/nvdock.changes   2011-05-04 08:51:38.0 +0200
@@ -0,0 +1,10 @@
+---
+Wed May  4 06:44:48 UTC 2011 - a...@mizerski.pl
+
+- added nvdock-1.02-datadir.patch.in
+
+---
+Tue Mar 22 17:44:05 UTC 2011 - a...@mizerski.pl
+
+- new package
+

calling whatdependson for head-i586


New:

  Makefile
  nvdock-1.02-argptr.patch
  nvdock-1.02-datadir.patch.in
  nvdock-1.02.tar.bz2
  nvdock.changes
  nvdock.desktop
  nvdock.spec



Other differences:
--
++ nvdock.spec ++
#
# spec file for package nvdock
#
# 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:   nvdock
Version:1.02
Release:1
Summary:Tray icon for launching NVIDIA Settings
Group:  System/X11/Utilities

License:BSD-3
Url:http://www.opsat.net/development/nvdock/
Source0:
http://bobmajdakjr.googlecode.com/files/%{name}-%{version}.tar.bz2
# The provided Makefile sucks, so I did this one. -- a...@mizerski.pl
Source1:Makefile
Source2:%{name}.desktop
# PATCH-FEATURE-OPENSUSE nvdock-1.02-datadir.patch.in a...@mizerski.pl - allow 
custom datadir
Source3:%{name}-1.02-datadir.patch.in
# PATCH-FIX-UPSTREAM nvdock-1.02-argptr.patch a...@mizerski.pl - Get rid of 
warning: cast to pointer from integer of different size
Patch0: %{name}-1.02-argptr.patch

BuildRequires:  pkgconfig(gtk+-2.0)
BuildRequires:  update-desktop-files

%description
Little NVIDIA tray icon.
Hover over it and it will tell you your GPU temperature if your card is into 
that kind of thing.
A double click will launch the NVIDIA settings control panel, and right click 
will bring up a nifty menu with a few options.
Also on the menu it will show the NVIDIA driver version, which is surely to 
come in handy at least one time in your life.

%prep
%setup -q
%patch0 -p1
sed -i s|@DATADIR@|%{_datadir}|g %{SOURCE3} | patch -p1

%build
make -C src -f %{SOURCE1} %{?_smp_mflags}

%install
install -m 755 -D src/nvdock %{buildroot}%{_bindir}/nvdock
install -m 644 -D data/nvdock.png %{buildroot}%{_datadir}/pixmaps/nvdock.png
install -m 644 -D %{SOURCE2} %{buildroot}%{_datadir}/applications/nvdock.desktop
%suse_update_desktop_file nvdock

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%{_bindir}/nvdock
%{_datadir}/pixmaps/nvdock.png
%{_datadir}/applications/nvdock.desktop
%doc COPYING ChangeLog README TODO

%changelog
++ Makefile ++
CC = gcc
CFLAGS = $(shell pkg-config --cflags gtk+-2.0) ${RPM_OPT_FLAGS}
LDLIBS = $(shell pkg-config --libs gtk+-2.0)

all: nvdock

nvdock: nvdock.o icon.o util.o
++ nvdock-1.02-argptr.patch ++
diff -rupN nvdock-1.02/src/nvdock.c nvdock-1.02_mod/src/nvdock.c
--- nvdock-1.02/src/nvdock.c2007-10-19 12:05:06.0 +0200
+++ nvdock-1.02_mod/src/nvdock.c2011-03-22 18:17:01.478213919 +0100
@@ -40,7 +40,7 @@ bob_main_quit(void) {
return;
 }
 
-int main(int argc, char *argv) {
+int main(int argc, char **argv) {
 
if(!exists_application(cut) || !exists_application(grep)) {
puts(error: make sure `cut` and `grep` are installed.);
@@ -59,7 +59,7 @@ int main(int argc, char *argv) {

unsigned int pid = 0;

-   arg = (argstruct *)argc_argv_parse(argc,argv);
+   argc_argv_parse(argc,argv);
 
//. more preliminary checks.
arg-has_nvclock = exists_application(nvclock);
diff -rupN nvdock-1.02/src/nvdock.h nvdock-1.02_mod/src/nvdock.h
--- nvdock-1.02/src/nvdock.h2007-10-19 12:07:19.0 +0200
+++ nvdock-1.02_mod/src/nvdock.h2011-03-23 00:38:31.472213662 +0100
@@ -79,13 +79,15 @@ typedef struct _argc_argv {
gboolean has_nvclock:1;
gboolean has_nvclock_gtk:1;

-   unsigned char nvversion[32];
+   char nvversion[32];
 
 } argstruct;
 
 argstruct *arg;
 BobStatusIcon *bsi;
 
+void argc_argv_parse(int argc, char **argv);
+
 gboolean exists_application(const 

commit poppler for openSUSE:Factory

2011-05-17 Thread h_root

Hello community,

here is the log from the commit of package poppler for openSUSE:Factory
checked in at Tue May 17 13:05:11 CEST 2011.




--- GNOME/poppler/poppler-qt.changes2011-03-03 16:40:13.0 +0100
+++ poppler/poppler-qt.changes  2011-05-02 15:50:26.0 +0200
@@ -1,0 +2,50 @@
+Mon May  2 14:39:26 CEST 2011 - vu...@opensuse.org
+
+- Update to version 0.16.5:
+  + core:
+- Fix a memleak in AnnotScreen::initialize
+- Properly initialize pageObjectNum to 0 (fdo#35925)
+  + utils:
+- pdftotext: bbox coordinates are relative to MediaBox size,
+  not CropBox size
+  + cpp:
+- Fix page_transition::operator=
+- Changes from version 0.16.4:
+  + core:
+- Small improvements in Annot parsing
+  + glib:
+- Add g_return macros to make sure index is correct in form
+  field choice methods
+- Fix a crash when a choice form field has no items selected in
+  glib-demo
+  + utils:
+- Small fixes to the pdftohtml manpage
+- Fix copyright years
+  + qt4:
+- Fix caption of push button fields
+- Changes from version 0.16.3:
+  + core:
+- Increase precision in PS output device
+- Workaround bug when converting pdf to ps with level1
+  (fdo#31926)
+- Fix crash in Splash output device in some broken pdf
+- Fix infinite loop in some broken files
+- Fix rendering of some substituted fonts (fdo#34522)
+- Do not ask Freetype for 0x0 fonts in Splash output device
+  (fdo#34602)
+- Don't assume y1  y3 for points of a highlight annotation
+  (bgo#643028)
+- Handle fontCIDType2OT when creating freetype font in Cairo
+  output device (bgo#643273)
+- Fix crash in some pdf that use ICC color space (fdo#34357)
+  + glib:
+- Don't use an uninitialized local variable in demo
+- Add some introspection markers
+  + qt4:
+- Fix crash regression in unicodeToQString (again)
+  + utils:
+- pdftotext: Do not crash when using -bbox
+- Ship COPYING in poppler-tools subpackage. Fixes bnc#678887.
+- Update poppler_soname as the soname has changed again.
+
+---
poppler.changes: same change

calling whatdependson for head-i586


Old:

  poppler-0.16.2.tar.bz2

New:

  poppler-0.16.5.tar.bz2



Other differences:
--
++ poppler-qt.spec ++
--- /var/tmp/diff_new_pack.98cfTC/_old  2011-05-17 13:03:40.0 +0200
+++ /var/tmp/diff_new_pack.98cfTC/_new  2011-05-17 13:03:40.0 +0200
@@ -35,11 +35,11 @@
 BuildRequires:  update-desktop-files
 BuildRequires:  zlib-devel
 BuildRequires:  pkg-config
-Version:0.16.2
+Version:0.16.5
 Release:1
 # Actual version of poppler-data:
 %define poppler_data_version 0.2.1
-%define poppler_soname 12
+%define poppler_soname 13
 %define poppler_cpp_soname 0
 %define poppler_glib_soname 6
 %define poppler_qt_soname 3
@@ -60,7 +60,6 @@
 
 %package -n libpoppler%{poppler_soname}
 
-
 License:GPLv2
 Group:  System/Libraries
 Summary:PDF Rendering Library
@@ -75,7 +74,6 @@
 
 %package -n libpoppler-cpp%{poppler_cpp_soname}
 
-
 License:GPLv2
 Group:  System/Libraries
 Summary:PDF Rendering Library
@@ -86,7 +84,6 @@
 
 %package -n libpoppler-glib%{poppler_glib_soname}
 
-
 License:GPLv2+
 Group:  System/Libraries
 Summary:PDF Rendering Library - GLib Wrapper
@@ -103,7 +100,6 @@
 
 %package -n libpoppler-qt%{poppler_qt_soname}
 
-
 License:GPLv2+
 Group:  System/Libraries
 Summary:PDF Rendering Library - Qt3 Wrapper
@@ -118,7 +114,6 @@
 
 %package -n libpoppler-qt4-%{poppler_qt4_soname}
 
-
 License:GPLv2+
 Group:  System/Libraries
 Summary:PDF Rendering Library - Qt4 Wrapper
@@ -297,6 +292,7 @@
 
 %files tools
 %defattr (-, root, root)
+%doc COPYING
 %{_bindir}/*
 %doc %{_mandir}/man1/*.*
 

++ poppler.spec ++
--- /var/tmp/diff_new_pack.98cfTC/_old  2011-05-17 13:03:40.0 +0200
+++ /var/tmp/diff_new_pack.98cfTC/_new  2011-05-17 13:03:40.0 +0200
@@ -35,11 +35,11 @@
 BuildRequires:  update-desktop-files
 BuildRequires:  zlib-devel
 BuildRequires:  pkg-config
-Version:0.16.2
+Version:0.16.5
 Release:1
 # Actual version of poppler-data:
 %define poppler_data_version 0.2.1
-%define poppler_soname 12
+%define poppler_soname 13
 %define poppler_cpp_soname 0
 %define poppler_glib_soname 6
 %define poppler_qt_soname 3
@@ -60,7 +60,6 @@
 
 %package -n libpoppler%{poppler_soname}
 
-
 License:GPLv2
 Group:  System/Libraries
 Summary:PDF Rendering Library
@@ -75,7 +74,6 @@
 
 %package -n libpoppler-cpp%{poppler_cpp_soname}
 
-
 License:GPLv2
 Group:  System/Libraries
 Summary:PDF Rendering Library
@@ -86,7 +84,6 @@
 
 %package -n libpoppler-glib%{poppler_glib_soname}
 
-
 License:

commit kde4-filesystem for openSUSE:Factory

2011-05-17 Thread h_root

Hello community,

here is the log from the commit of package kde4-filesystem for openSUSE:Factory
checked in at Tue May 17 13:10:50 CEST 2011.




--- KDE/kde4-filesystem/kde4-filesystem.changes 2011-04-04 14:33:44.0 
+0200
+++ /mounts/work_src_done/STABLE/kde4-filesystem/kde4-filesystem.changes
2011-04-28 15:22:47.0 +0200
@@ -1,0 +2,5 @@
+Thu Apr 28 15:22:36 CEST 2011 - dmuel...@suse.de
+
+- bumpv ersion requirements to 4.6.3
+
+---

calling whatdependson for head-i586




Other differences:
--
++ kde4-filesystem.spec ++
--- /var/tmp/diff_new_pack.3Hbzqw/_old  2011-05-17 13:07:15.0 +0200
+++ /var/tmp/diff_new_pack.3Hbzqw/_new  2011-05-17 13:07:15.0 +0200
@@ -20,7 +20,7 @@
 
 Name:   kde4-filesystem
 Url:http://www.kde.org
-Version:4.6.2
+Version:4.6.3
 Release:1
 License:LGPLv2.1+
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ macros.kde4 ++
--- /var/tmp/diff_new_pack.3Hbzqw/_old  2011-05-17 13:07:15.0 +0200
+++ /var/tmp/diff_new_pack.3Hbzqw/_new  2011-05-17 13:07:15.0 +0200
@@ -28,8 +28,8 @@
 %_kde4_modules %{_kde4_modulesdir}
 %_kde4_servicetypes %{_kde4_servicetypesdir}
 
-%_kde_platform_version 4.6.2
-%_kde_pimlibs_version 4.6.2
+%_kde_platform_version 4.6.3
+%_kde_pimlibs_version 4.6.3
 %_kde_akonadi_version 1.4.95
 
 %kde4_runtime_requires Requires: kdebase4-runtime = %_kde_platform_version 
libqt4-x11 = 4.7.2






Remember to have fun...

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



commit kdepimlibs4 for openSUSE:Factory

2011-05-17 Thread h_root

Hello community,

here is the log from the commit of package kdepimlibs4 for openSUSE:Factory
checked in at Tue May 17 13:12:40 CEST 2011.




--- KDE/kdepimlibs4/kdepimlibs4.changes 2011-04-01 17:56:27.0 +0200
+++ kdepimlibs4/kdepimlibs4.changes 2011-04-28 18:14:11.0 +0200
@@ -1,0 +2,8 @@
+Thu Apr 28 18:14:09 CEST 2011 - dmuel...@suse.de
+
+- update to 4.6.3
+  * Bugfixes over KDE 4.6.2
+  *  see http://kde.org/announcements/changelogs/changelog4_6_2to4_6_3.php for 
details
+  
+
+---

calling whatdependson for head-i586


Old:

  kdepimlibs-4.6.2.tar.bz2

New:

  kdepimlibs-4.6.3.tar.bz2



Other differences:
--
++ kdepimlibs4.spec ++
--- /var/tmp/diff_new_pack.UV5NCO/_old  2011-05-17 13:11:13.0 +0200
+++ /var/tmp/diff_new_pack.UV5NCO/_new  2011-05-17 13:11:13.0 +0200
@@ -18,7 +18,7 @@
 
 
 Name:   kdepimlibs4
-Version:4.6.2
+Version:4.6.3
 Release:1
 License:LGPLv2.1+
 Summary:KDE PIM Libraries

++ kdepimlibs-4.6.2.tar.bz2 - kdepimlibs-4.6.3.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdepimlibs-4.6.2/CMakeLists.txt 
new/kdepimlibs-4.6.3/CMakeLists.txt
--- old/kdepimlibs-4.6.2/CMakeLists.txt 2011-03-31 21:40:40.0 +0200
+++ new/kdepimlibs-4.6.3/CMakeLists.txt 2011-04-28 15:18:42.0 +0200
@@ -7,7 +7,7 @@
 ### The kdepimlibs version (used e.g. in KdepimLibsConfig.cmake) 
###
 set(KDEPIMLIBS_VERSION_MAJOR 4)
 set(KDEPIMLIBS_VERSION_MINOR 6)
-set(KDEPIMLIBS_VERSION_PATCH 2)
+set(KDEPIMLIBS_VERSION_PATCH 3)
 set(KDEPIMLIBS_VERSION 
${KDEPIMLIBS_VERSION_MAJOR}.${KDEPIMLIBS_VERSION_MINOR}.${KDEPIMLIBS_VERSION_PATCH})
 
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdepimlibs-4.6.2/akonadi/agentbase.cpp 
new/kdepimlibs-4.6.3/akonadi/agentbase.cpp
--- old/kdepimlibs-4.6.2/akonadi/agentbase.cpp  2011-02-25 23:05:49.0 
+0100
+++ new/kdepimlibs-4.6.3/akonadi/agentbase.cpp  2011-04-28 15:15:25.0 
+0200
@@ -514,13 +514,10 @@
 kDebug()  Identifier argument missing;
 exit( 1 );
   }
-
-  QByteArray catalog;
-  char *p = strrchr( argv[0], '/' );
-  if ( p )
-catalog = QByteArray( p + 1 );
-  else
-catalog = QByteArray( argv[0] );
+ 
+  const QFileInfo fi( QString::fromLocal8Bit( argv[0] ) );
+  // strip off full path and possible .exe suffix
+  const QByteArray catalog = fi.baseName().toLatin1();
 
   KCmdLineArgs::init( argc, argv, identifier.toLatin1(), catalog, ki18n( 
Akonadi Agent ), 0.1,
   ki18n( Akonadi Agent ) );
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdepimlibs-4.6.2/akonadi/agentbase_p.h 
new/kdepimlibs-4.6.3/akonadi/agentbase_p.h
--- old/kdepimlibs-4.6.2/akonadi/agentbase_p.h  2011-02-25 23:05:49.0 
+0100
+++ new/kdepimlibs-4.6.3/akonadi/agentbase_p.h  2011-04-28 15:15:25.0 
+0200
@@ -96,18 +96,18 @@
 AgentBase::Observer *mObserver;
 
   protected Q_SLOTS:
-void itemAdded( const Akonadi::Item item, const Akonadi::Collection 
collection );
-void itemChanged( const Akonadi::Item item, const QSetQByteArray 
partIdentifiers );
-void itemMoved( const Akonadi::Item , const Akonadi::Collection source, 
const Akonadi::Collection destination );
-void itemRemoved( const Akonadi::Item item );
+virtual void itemAdded( const Akonadi::Item item, const 
Akonadi::Collection collection );
+virtual void itemChanged( const Akonadi::Item item, const 
QSetQByteArray partIdentifiers );
+virtual void itemMoved( const Akonadi::Item , const Akonadi::Collection 
source, const Akonadi::Collection destination );
+virtual void itemRemoved( const Akonadi::Item item );
 void itemLinked( const Akonadi::Item item, const Akonadi::Collection 
collection );
 void itemUnlinked( const Akonadi::Item item, const Akonadi::Collection 
collection );
 
-void collectionAdded( const Akonadi::Collection collection, const 
Akonadi::Collection parent );
-void collectionChanged( const Akonadi::Collection collection );
-void collectionChanged( const Akonadi::Collection collection, const 
QSetQByteArray partIdentifiers );
-void collectionMoved( const Akonadi::Collection collection, const 
Akonadi::Collection source, const Akonadi::Collection destination );
-void collectionRemoved( const Akonadi::Collection collection );
+virtual void collectionAdded( const Akonadi::Collection collection, const 
Akonadi::Collection parent );
+virtual void collectionChanged( const Akonadi::Collection collection );
+virtual void collectionChanged( const Akonadi::Collection collection, 
const QSetQByteArray partIdentifiers );
+virtual void collectionMoved( const 

commit oxygen-icon-theme for openSUSE:Factory

2011-05-17 Thread h_root

Hello community,

here is the log from the commit of package oxygen-icon-theme for 
openSUSE:Factory
checked in at Tue May 17 13:13:41 CEST 2011.




--- KDE/oxygen-icon-theme/oxygen-icon-theme.changes 2011-04-01 
15:19:01.0 +0200
+++ oxygen-icon-theme/oxygen-icon-theme.changes 2011-04-28 17:55:36.0 
+0200
@@ -1,0 +2,8 @@
+Thu Apr 28 17:55:26 CEST 2011 - dmuel...@suse.de
+
+- update to 4.6.3
+  * Bugfixes over KDE 4.6.2
+  *  see http://kde.org/announcements/changelogs/changelog4_6_2to4_6_3.php for 
details
+  
+
+---

calling whatdependson for head-i586


Old:

  oxygen-icons-4.6.2.tar.bz2

New:

  oxygen-icons-4.6.3.tar.bz2



Other differences:
--
++ oxygen-icon-theme.spec ++
--- /var/tmp/diff_new_pack.9JO8RT/_old  2011-05-17 13:12:56.0 +0200
+++ /var/tmp/diff_new_pack.9JO8RT/_new  2011-05-17 13:12:56.0 +0200
@@ -26,7 +26,7 @@
 Group:  System/GUI/KDE
 Summary:Oxygen Icon Theme
 Url:http://www.kde.org
-Version:4.6.2
+Version:4.6.3
 Release:1
 Requires:   hicolor-icon-theme
 Recommends: oxygen-icon-theme-scalable










++ oxygen-icons-4.6.2.tar.bz2 - oxygen-icons-4.6.3.tar.bz2 ++
KDE/oxygen-icon-theme/oxygen-icons-4.6.2.tar.bz2 
oxygen-icon-theme/oxygen-icons-4.6.3.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 kdebase4-runtime for openSUSE:Factory

2011-05-17 Thread h_root

Hello community,

here is the log from the commit of package kdebase4-runtime for openSUSE:Factory
checked in at Tue May 17 13:14:52 CEST 2011.




--- KDE/kdebase4-runtime/kdebase4-runtime.changes   2011-04-01 
20:36:02.0 +0200
+++ kdebase4-runtime/kdebase4-runtime.changes   2011-04-28 18:13:30.0 
+0200
@@ -1,0 +2,8 @@
+Thu Apr 28 18:13:26 CEST 2011 - dmuel...@suse.de
+
+- update to 4.6.3
+  * Bugfixes over KDE 4.6.2
+  *  see http://kde.org/announcements/changelogs/changelog4_6_2to4_6_3.php for 
details
+  
+
+---

calling whatdependson for head-i586


Old:

  kdebase-runtime-4.6.2.tar.bz2

New:

  kdebase-runtime-4.6.3.tar.bz2



Other differences:
--
++ kdebase4-runtime.spec ++
--- /var/tmp/diff_new_pack.GKb2EW/_old  2011-05-17 13:14:21.0 +0200
+++ /var/tmp/diff_new_pack.GKb2EW/_new  2011-05-17 13:14:21.0 +0200
@@ -22,7 +22,7 @@
 Group:  System/GUI/KDE
 Summary:The KDE Runtime Components
 Url:http://www.kde.org/
-Version:4.6.2
+Version:4.6.3
 Release:1
 BuildRequires:  libkde4-devel = %version
 BuildRequires:  NetworkManager-devel bluez-devel libqimageblitz-devel 
openslp-devel


++ kdebase-runtime-4.6.2.tar.bz2 - kdebase-runtime-4.6.3.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdebase-runtime-4.6.2/CMakeLists.txt 
new/kdebase-runtime-4.6.3/CMakeLists.txt
--- old/kdebase-runtime-4.6.2/CMakeLists.txt2011-04-01 12:54:44.0 
+0200
+++ new/kdebase-runtime-4.6.3/CMakeLists.txt2011-04-28 15:19:33.0 
+0200
@@ -10,8 +10,8 @@
 endif(WINCE)
 
 #search packages used by KDE
-set(KDE_MIN_VERSION 4.6.2)  # for the  4.2 macro
-find_package(KDE4 4.6.2 REQUIRED)
+set(KDE_MIN_VERSION 4.6.3)  # for the  4.2 macro
+find_package(KDE4 4.6.3 REQUIRED)
 find_package(Strigi REQUIRED)
 
 include(KDE4Defaults)
Files old/kdebase-runtime-4.6.2/doc/documentationnotfound/index.cache.bz2 and 
new/kdebase-runtime-4.6.3/doc/documentationnotfound/index.cache.bz2 differ
Files old/kdebase-runtime-4.6.2/doc/kcontrol/attica/index.cache.bz2 and 
new/kdebase-runtime-4.6.3/doc/kcontrol/attica/index.cache.bz2 differ
Files old/kdebase-runtime-4.6.2/doc/kcontrol/bookmarks/index.cache.bz2 and 
new/kdebase-runtime-4.6.3/doc/kcontrol/bookmarks/index.cache.bz2 differ
Files old/kdebase-runtime-4.6.2/doc/kcontrol/cache/index.cache.bz2 and 
new/kdebase-runtime-4.6.3/doc/kcontrol/cache/index.cache.bz2 differ
Files old/kdebase-runtime-4.6.2/doc/kcontrol/componentchooser/index.cache.bz2 
and new/kdebase-runtime-4.6.3/doc/kcontrol/componentchooser/index.cache.bz2 
differ
Files old/kdebase-runtime-4.6.2/doc/kcontrol/cookies/index.cache.bz2 and 
new/kdebase-runtime-4.6.3/doc/kcontrol/cookies/index.cache.bz2 differ
Files old/kdebase-runtime-4.6.2/doc/kcontrol/ebrowsing/index.cache.bz2 and 
new/kdebase-runtime-4.6.3/doc/kcontrol/ebrowsing/index.cache.bz2 differ
Files old/kdebase-runtime-4.6.2/doc/kcontrol/emoticons/index.cache.bz2 and 
new/kdebase-runtime-4.6.3/doc/kcontrol/emoticons/index.cache.bz2 differ
Files old/kdebase-runtime-4.6.2/doc/kcontrol/filemanager/index.cache.bz2 and 
new/kdebase-runtime-4.6.3/doc/kcontrol/filemanager/index.cache.bz2 differ
Files old/kdebase-runtime-4.6.2/doc/kcontrol/filetypes/index.cache.bz2 and 
new/kdebase-runtime-4.6.3/doc/kcontrol/filetypes/index.cache.bz2 differ
Files old/kdebase-runtime-4.6.2/doc/kcontrol/icons/index.cache.bz2 and 
new/kdebase-runtime-4.6.3/doc/kcontrol/icons/index.cache.bz2 differ
Files old/kdebase-runtime-4.6.2/doc/kcontrol/kcmcgi/index.cache.bz2 and 
new/kdebase-runtime-4.6.3/doc/kcontrol/kcmcgi/index.cache.bz2 differ
Files old/kdebase-runtime-4.6.2/doc/kcontrol/kcmcss/index.cache.bz2 and 
new/kdebase-runtime-4.6.3/doc/kcontrol/kcmcss/index.cache.bz2 differ
Files old/kdebase-runtime-4.6.2/doc/kcontrol/kcmlaunch/index.cache.bz2 and 
new/kdebase-runtime-4.6.3/doc/kcontrol/kcmlaunch/index.cache.bz2 differ
Files old/kdebase-runtime-4.6.2/doc/kcontrol/kcmnotify/index.cache.bz2 and 
new/kdebase-runtime-4.6.3/doc/kcontrol/kcmnotify/index.cache.bz2 differ
Files old/kdebase-runtime-4.6.2/doc/kcontrol/kded/index.cache.bz2 and 
new/kdebase-runtime-4.6.3/doc/kcontrol/kded/index.cache.bz2 differ
Files old/kdebase-runtime-4.6.2/doc/kcontrol/khtml-adblock/index.cache.bz2 and 
new/kdebase-runtime-4.6.3/doc/kcontrol/khtml-adblock/index.cache.bz2 differ
Files old/kdebase-runtime-4.6.2/doc/kcontrol/khtml-behavior/index.cache.bz2 and 
new/kdebase-runtime-4.6.3/doc/kcontrol/khtml-behavior/index.cache.bz2 differ
Files old/kdebase-runtime-4.6.2/doc/kcontrol/khtml-java-js/index.cache.bz2 and 
new/kdebase-runtime-4.6.3/doc/kcontrol/khtml-java-js/index.cache.bz2 differ
Files old/kdebase-runtime-4.6.2/doc/kcontrol/khtml-plugins/index.cache.bz2 and 

commit akonadi-runtime for openSUSE:Factory

2011-05-17 Thread h_root

Hello community,

here is the log from the commit of package akonadi-runtime for openSUSE:Factory
checked in at Tue May 17 13:16:56 CEST 2011.




--- KDE/akonadi-runtime/akonadi-runtime.changes 2011-04-07 17:37:59.0 
+0200
+++ /mounts/work_src_done/STABLE/akonadi-runtime/akonadi-runtime.changes
2011-05-07 11:40:44.0 +0200
@@ -1,0 +2,7 @@
+Sat May  7 09:38:23 UTC 2011 - cgiboude...@gmx.com
+
+- Update to 1.5.3
+  - Don't crash when copying a folder into itself. (BKO#271808)
+
+
+---

calling whatdependson for head-i586


Old:

  akonadi-1.5.2.tar.bz2

New:

  akonadi-1.5.3.tar.bz2



Other differences:
--
++ akonadi-runtime.spec ++
--- /var/tmp/diff_new_pack.nCIBm0/_old  2011-05-17 13:11:48.0 +0200
+++ /var/tmp/diff_new_pack.nCIBm0/_new  2011-05-17 13:11:48.0 +0200
@@ -21,7 +21,7 @@
 BuildRequires:  cmake kde4-filesystem libmysqlclient-devel
 BuildRequires:  automoc4 boost-devel libsoprano-devel libxslt mysql 
shared-mime-info
 BuildRequires:  fdupes
-Version:1.5.2
+Version:1.5.3
 Release:1
 %define rversion %version
 License:LGPLv2.1+

++ akonadi-1.5.2.tar.bz2 - akonadi-1.5.3.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/akonadi-1.5.2/CMakeLists.txt 
new/akonadi-1.5.3/CMakeLists.txt
--- old/akonadi-1.5.2/CMakeLists.txt2011-04-05 14:22:20.0 +0200
+++ new/akonadi-1.5.3/CMakeLists.txt2011-05-07 11:22:49.0 +0200
@@ -55,7 +55,7 @@
 
 set(AKONADI_VERSION_MAJOR 1)
 set(AKONADI_VERSION_MINOR 5)
-set(AKONADI_VERSION_PATCH 2)
+set(AKONADI_VERSION_PATCH 3)
 set(AKONADI_VERSION 
${AKONADI_VERSION_MAJOR}.${AKONADI_VERSION_MINOR}.${AKONADI_VERSION_PATCH})
 set(AKONADI_VERSION_STRING ${AKONADI_VERSION})
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/akonadi-1.5.2/Mainpage.dox 
new/akonadi-1.5.3/Mainpage.dox
--- old/akonadi-1.5.2/Mainpage.dox  2011-04-05 14:22:20.0 +0200
+++ new/akonadi-1.5.3/Mainpage.dox  2011-05-07 11:22:49.0 +0200
@@ -315,6 +315,6 @@
 
 // DOXYGEN_EXCLUDE = sqlplugin server/control server/akonadictl server/tests
 // DOXYGEN_PROJECTNAME=Akonadi
-// DOXYGEN_PROJECTVERSION=1.5.2
+// DOXYGEN_PROJECTVERSION=1.5.3
 
 // vim:ts=4:sw=4:expandtab:filetype=doxygen
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/akonadi-1.5.2/NEWS new/akonadi-1.5.3/NEWS
--- old/akonadi-1.5.2/NEWS  2011-04-05 14:22:20.0 +0200
+++ new/akonadi-1.5.3/NEWS  2011-05-07 11:22:49.0 +0200
@@ -1,3 +1,7 @@
+1.5.3 07-May-2011
+-
+- Fix crash when copying collections into themselves.
+
 1.5.2   05-April-2011
 -
 - Fix XdgBaseDirs reporting duplicated paths.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/akonadi-1.5.2/server/src/handler/colcopy.cpp 
new/akonadi-1.5.3/server/src/handler/colcopy.cpp
--- old/akonadi-1.5.2/server/src/handler/colcopy.cpp2011-04-05 
14:22:20.0 +0200
+++ new/akonadi-1.5.3/server/src/handler/colcopy.cpp2011-05-07 
11:22:49.0 +0200
@@ -24,12 +24,18 @@
 #include storage/datastore.h
 #include storage/transaction.h
 #include storage/itemretriever.h
+#include storage/collectionqueryhelper.h
 #include imapstreamparser.h
 
 using namespace Akonadi;
 
 bool ColCopy::copyCollection(const Collection  source, const Collection  
target)
 {
+  if ( !CollectionQueryHelper::canBeMovedTo( source, target ) ) {
+// We don't accept source==target, or source being an ancestor of target.
+return false;
+  }
+
   // copy the source collection
   Collection col = source;
   col.setParentId( target.id() );






Remember to have fun...

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



commit kdebase4 for openSUSE:Factory

2011-05-17 Thread h_root

Hello community,

here is the log from the commit of package kdebase4 for openSUSE:Factory
checked in at Tue May 17 13:17:53 CEST 2011.




--- KDE/kdebase4/kdebase4.changes   2011-04-01 14:11:18.0 +0200
+++ kdebase4/kdebase4.changes   2011-04-28 16:12:34.0 +0200
@@ -1,0 +2,8 @@
+Thu Apr 28 16:12:28 CEST 2011 - dmuel...@suse.de
+
+- update to 4.6.3
+  * Bugfixes over KDE 4.6.2
+  *  see http://kde.org/announcements/changelogs/changelog4_6_2to4_6_3.php for 
details
+  
+
+---

calling whatdependson for head-i586


Old:

  kdebase-4.6.2.tar.bz2

New:

  kdebase-4.6.3.tar.bz2



Other differences:
--
++ kdebase4.spec ++
--- /var/tmp/diff_new_pack.xIu1KM/_old  2011-05-17 13:17:22.0 +0200
+++ /var/tmp/diff_new_pack.xIu1KM/_new  2011-05-17 13:17:22.0 +0200
@@ -18,7 +18,7 @@
 
 
 Name:   kdebase4
-Version:4.6.2
+Version:4.6.3
 Release:1
 License:GPLv2+
 Summary:The Base KDE Apps

++ kdebase-4.6.2.tar.bz2 - kdebase-4.6.3.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdebase-4.6.2/CMakeLists.txt 
new/kdebase-4.6.3/CMakeLists.txt
--- old/kdebase-4.6.2/CMakeLists.txt2011-03-04 10:42:37.0 +0100
+++ new/kdebase-4.6.3/CMakeLists.txt2011-04-28 15:24:54.0 +0200
@@ -4,9 +4,9 @@
 set(CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/cmake/modules )
 
 #search packages used by KDE
-set(KDE_MIN_VERSION 4.6.1)
+set(KDE_MIN_VERSION 4.6.3)
 set(SOPRANO_MIN_VERSION 2.5.63)
-find_package(KDE4 4.6.1 REQUIRED)
+find_package(KDE4 4.6.3 REQUIRED)
 find_package(Strigi REQUIRED)
 find_package(ZLIB REQUIRED)
 include (KDE4Defaults)
@@ -32,11 +32,11 @@
 
 if ( Q_WS_MAC )
   add_subdirectory( kdepasswd )
-  add_subdirectory( konsole )
+  macro_optional_add_subdirectory( konsole )
 endif ( Q_WS_MAC )
 
 if ( Q_WS_X11 )
-  add_subdirectory( konsole )
+  macro_optional_add_subdirectory( konsole )
   add_subdirectory( nsplugins )
   add_subdirectory( kdepasswd )
 endif ( Q_WS_X11 )
Files old/kdebase-4.6.2/doc/dolphin/index.cache.bz2 and 
new/kdebase-4.6.3/doc/dolphin/index.cache.bz2 differ
Files old/kdebase-4.6.2/doc/kdepasswd/index.cache.bz2 and 
new/kdebase-4.6.3/doc/kdepasswd/index.cache.bz2 differ
Files old/kdebase-4.6.2/doc/kfind/index.cache.bz2 and 
new/kdebase-4.6.3/doc/kfind/index.cache.bz2 differ
Files old/kdebase-4.6.2/doc/konqueror/index.cache.bz2 and 
new/kdebase-4.6.3/doc/konqueror/index.cache.bz2 differ
Files old/kdebase-4.6.2/doc/kwrite/index.cache.bz2 and 
new/kdebase-4.6.3/doc/kwrite/index.cache.bz2 differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdebase-4.6.2/dolphin/src/dolphinmainwindow.cpp 
new/kdebase-4.6.3/dolphin/src/dolphinmainwindow.cpp
--- old/kdebase-4.6.2/dolphin/src/dolphinmainwindow.cpp 2011-02-25 
23:33:12.0 +0100
+++ new/kdebase-4.6.3/dolphin/src/dolphinmainwindow.cpp 2011-04-28 
15:15:36.0 +0200
@@ -1513,7 +1513,7 @@
 connect(m_recentTabsMenu-menu(), SIGNAL(triggered(QAction *)),
 this, SLOT(restoreClosedTab(QAction *)));
 
-QAction* action = new QAction(Empty Recently Closed Tabs, 
m_recentTabsMenu);
+QAction* action = new QAction(i18n(Empty Recently Closed Tabs), 
m_recentTabsMenu);
 action-setIcon(KIcon(edit-clear-list));
 action-setData(QVariant::fromValue(true));
 m_recentTabsMenu-addAction(action);
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kdebase-4.6.2/dolphin/src/panels/terminal/terminalpanel.cpp 
new/kdebase-4.6.3/dolphin/src/panels/terminal/terminalpanel.cpp
--- old/kdebase-4.6.2/dolphin/src/panels/terminal/terminalpanel.cpp 
2011-02-25 23:33:12.0 +0100
+++ new/kdebase-4.6.3/dolphin/src/panels/terminal/terminalpanel.cpp 
2011-04-28 15:15:36.0 +0200
@@ -19,6 +19,8 @@
 
 #include terminalpanel.h
 
+#include signal.h
+
 #include kpluginloader.h
 #include kpluginfactory.h
 #include kde_terminal_interface_v2.h
@@ -115,11 +117,8 @@
 // The TerminalV2 interface does not provide a way to delete the
 // current line before sending a new input. This is mandatory,
 // otherwise sending a 'cd x' to a existing 'rm -rf *' might
-// result in data loss. As workaround Ctrl+C is send.
-QString cancel;
-cancel.append(QChar(3));
-cancel.append(QChar('c'));
-m_terminal-sendInput(cancel);
+// result in data loss. As workaround SIGINT is send.
+kill(m_terminal-terminalProcessId(), SIGINT);
 }
 
 m_terminal-sendInput(cd  + KShell::quoteArg(dir) + '\n');
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kdebase-4.6.2/dolphin/src/views/dolphinfileitemdelegate.cpp 

commit kdemultimedia4 for openSUSE:Factory

2011-05-17 Thread h_root

Hello community,

here is the log from the commit of package kdemultimedia4 for openSUSE:Factory
checked in at Tue May 17 13:20:45 CEST 2011.




--- KDE/kdemultimedia4/kdemultimedia4.changes   2011-04-01 15:16:54.0 
+0200
+++ kdemultimedia4/kdemultimedia4.changes   2011-04-28 16:15:27.0 
+0200
@@ -1,0 +2,8 @@
+Thu Apr 28 16:15:09 CEST 2011 - dmuel...@suse.de
+
+- update to 4.6.3
+  * Bugfixes over KDE 4.6.2
+  *  see http://kde.org/announcements/changelogs/changelog4_6_2to4_6_3.php for 
details
+  
+
+---

calling whatdependson for head-i586


Old:

  kdemultimedia-4.6.2.tar.bz2

New:

  kdemultimedia-4.6.3.tar.bz2



Other differences:
--
++ kdemultimedia4.spec ++
--- /var/tmp/diff_new_pack.9GaerO/_old  2011-05-17 13:18:05.0 +0200
+++ /var/tmp/diff_new_pack.9GaerO/_new  2011-05-17 13:18:05.0 +0200
@@ -34,7 +34,7 @@
 Group:  System/GUI/KDE
 Summary:kdemultimedia base package
 Url:http://www.kde.org
-Version:4.6.2
+Version:4.6.3
 Release:1
 Source0:kdemultimedia-%version.tar.bz2
 Patch0: 4_6_BRANCH.diff

++ kdemultimedia-4.6.2.tar.bz2 - kdemultimedia-4.6.3.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kdemultimedia-4.6.2/dragonplayer/misc/dragonplayer-opendvd.desktop 
new/kdemultimedia-4.6.3/dragonplayer/misc/dragonplayer-opendvd.desktop
--- old/kdemultimedia-4.6.2/dragonplayer/misc/dragonplayer-opendvd.desktop  
2011-04-01 12:59:18.0 +0200
+++ new/kdemultimedia-4.6.3/dragonplayer/misc/dragonplayer-opendvd.desktop  
2011-04-28 15:30:52.0 +0200
@@ -10,7 +10,7 @@
 Name[bg]=Отваряне с видео плеър (Dragon)
 Name[ca]=Obre amb el reproductor de vídeo (Dragon Player)
 Name[ca@valencia]=Obri amb el reproductor de vídeo (Dragon Player)
-Name[cs]=Otevřít ve video přehrávači (Dragon)
+Name[cs]=Otevřít v přehrávači videa (Dragon)
 Name[da]=Åbn med videoafspiller (Dragon Player)
 Name[de]=Mit der Video-Wiedergabe öffnen (Dragon Player)
 Name[el]=Άνοιγμα με αναπαραγωγέα βίντεο (Dragon)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kdemultimedia-4.6.2/dragonplayer/misc/dragonplayer_part.desktop 
new/kdemultimedia-4.6.3/dragonplayer/misc/dragonplayer_part.desktop
--- old/kdemultimedia-4.6.2/dragonplayer/misc/dragonplayer_part.desktop 
2011-04-01 12:59:18.0 +0200
+++ new/kdemultimedia-4.6.3/dragonplayer/misc/dragonplayer_part.desktop 
2011-04-28 15:30:52.0 +0200
@@ -60,7 +60,7 @@
 Comment[bg]=Вграден видео плеър
 Comment[ca]=Reproductor de vídeo encastat
 Comment[ca@valencia]=Reproductor de vídeo encastat
-Comment[cs]=Vložený Video Přehrávač
+Comment[cs]=Vložený přehrávač videa
 Comment[da]=Videoafspiller som kan indlejres
 Comment[de]=Einbettbare Video-Wiedergabe
 Comment[el]=Ενσωματώσιμος αναπαραγωγέας βίντεο
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdemultimedia-4.6.2/ffmpegthumbs/CMakeLists.txt 
new/kdemultimedia-4.6.3/ffmpegthumbs/CMakeLists.txt
--- old/kdemultimedia-4.6.2/ffmpegthumbs/CMakeLists.txt 2011-01-19 
23:23:19.0 +0100
+++ new/kdemultimedia-4.6.3/ffmpegthumbs/CMakeLists.txt 2011-04-28 
15:30:53.0 +0200
@@ -1,6 +1,7 @@
 include_directories(
 ${CMAKE_CURRENT_BINARY_DIR}
-${PC_LIBAVCODEC_INCLUDEDIR}
+${PC_AVCODEC_INCLUDEDIR}
+${PC_AVFORMAT_INCLUDEDIR}
 ${FFMPEG_INCLUDE_DIR}
 )
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdemultimedia-4.6.2/juk/filerenamer.cpp 
new/kdemultimedia-4.6.3/juk/filerenamer.cpp
--- old/kdemultimedia-4.6.2/juk/filerenamer.cpp 2011-01-19 23:23:21.0 
+0100
+++ new/kdemultimedia-4.6.3/juk/filerenamer.cpp 2011-04-28 15:30:54.0 
+0200
@@ -2,7 +2,7 @@
 begin: Thu Oct 28 2004
 copyright: (C) 2004, 2007, 2009 by Michael Pyne
  : (c) 2003 Frerich Raabe ra...@kde.org
-email: michael.p...@kdemail.net
+email: mp...@kde.org
 ***/
 
 /***
@@ -274,7 +274,10 @@
 }
 
 QString path = config.readEntry(MusicFolder, ${HOME}/music);
-m_ui-m_musicFolder-setPath(path);
+m_ui-m_musicFolder-setUrl(KUrl(path));
+m_ui-m_musicFolder-setMode(KFile::Directory |
+ KFile::ExistingOnly |
+ KFile::LocalOnly);
 
 m_ui-m_separator-setEditText(config.readEntry(Separator,  - ));
 }
@@ -775,8 +778,8 @@
 
 void FileRenamerWidget::insertCategory()
 {
-TagType category = 

commit kdeedu4 for openSUSE:Factory

2011-05-17 Thread h_root

Hello community,

here is the log from the commit of package kdeedu4 for openSUSE:Factory
checked in at Tue May 17 13:21:27 CEST 2011.




--- KDE/kdeedu4/kdeedu4-noarch.changes  2011-04-01 15:15:57.0 +0200
+++ kdeedu4/kdeedu4-noarch.changes  2011-04-28 23:56:27.0 +0200
@@ -1,0 +2,8 @@
+Thu Apr 28 23:56:17 CEST 2011 - dmuel...@suse.de
+
+- update to 4.6.3
+  * Bugfixes over KDE 4.6.2
+  *  see http://kde.org/announcements/changelogs/changelog4_6_2to4_6_3.php for 
details
+  
+
+---
kdeedu4.changes: same change

calling whatdependson for head-i586


Old:

  kdeedu-4.6.2.tar.bz2

New:

  kdeedu-4.6.3.tar.bz2



Other differences:
--
++ kdeedu4-noarch.spec ++
--- /var/tmp/diff_new_pack.ajSHGq/_old  2011-05-17 13:21:10.0 +0200
+++ /var/tmp/diff_new_pack.ajSHGq/_new  2011-05-17 13:21:10.0 +0200
@@ -27,7 +27,7 @@
 Group:  System/GUI/KDE
 Summary:General Data for KDE Education Applications
 Url:http://edu.kde.org
-Version:4.6.2
+Version:4.6.3
 Release:1
 Source0:kdeedu-%version.tar.bz2
 Patch0: 4_6_BRANCH.diff

++ kdeedu4.spec ++
--- /var/tmp/diff_new_pack.ajSHGq/_old  2011-05-17 13:21:10.0 +0200
+++ /var/tmp/diff_new_pack.ajSHGq/_new  2011-05-17 13:21:10.0 +0200
@@ -31,7 +31,7 @@
 Group:  System/GUI/KDE
 Summary:General Data for KDE Education Applications
 Url:http://edu.kde.org
-Version:4.6.2
+Version:4.6.3
 Release:1
 BuildRequires:  boost-devel freeglut-devel kdebase4-workspace-devel = %version
 BuildRequires:  gsl-devel libeigen2-devel libspectre-devel python-qt4-devel

++ kdeedu-4.6.2.tar.bz2 - kdeedu-4.6.3.tar.bz2 ++
KDE/kdeedu4/kdeedu-4.6.2.tar.bz2 kdeedu4/kdeedu-4.6.3.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 virtuoso for openSUSE:Factory

2011-05-17 Thread h_root

Hello community,

here is the log from the commit of package virtuoso for openSUSE:Factory
checked in at Tue May 17 13:23:30 CEST 2011.




--- virtuoso/virtuoso.changes   2010-12-13 23:26:25.0 +0100
+++ /mounts/work_src_done/STABLE/virtuoso/virtuoso.changes  2011-05-17 
13:14:08.054398000 +0200
@@ -1,0 +2,9 @@
+Sun Apr  3 15:28:55 UTC 2011 - crrodrig...@opensuse.org
+
+- Use system zlib
+- Use system pcre
+- Do not include build date in binaries
+- fix swapped memset arguments (memset-with-zero-length) 
+
+
+---

calling whatdependson for head-i586




Other differences:
--
++ virtuoso.spec ++
--- /var/tmp/diff_new_pack.cKnLMX/_old  2011-05-17 13:17:05.0 +0200
+++ /var/tmp/diff_new_pack.cKnLMX/_new  2011-05-17 13:17:05.0 +0200
@@ -1,5 +1,5 @@
 #
-# spec file for package virtuoso (Version 6.1.2)
+# spec file for package virtuoso
 #
 # Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
@@ -24,6 +24,8 @@
 BuildRequires:  bison flex gperf openssl
 BuildRequires:  fastjar libopenssl-devel libwbxml2-devel libxml2-devel
 BuildRequires:  ImageMagick-devel
+BuildRequires:  zlib-devel
+BuildRequires:  pcre-devel
 %if !%sles_version
 BuildRequires:  htmldoc
 %endif
@@ -32,7 +34,7 @@
 Group:  Productivity/Databases/Servers
 Summary:Relational database server with RDF
 Version:6.1.2
-Release:2
+Release:7
 Source: virtuoso-opensource-%{version}.tar.gz
 Patch1: build-sanely.diff
 Patch2: rpmlint-fixes.diff
@@ -78,14 +80,15 @@
 %patch2
 
 %build
+rm -rf libsrc/util/pcrelib
   # autogen.sh because of patching Makefile.am
   libtoolize -f
   ./autogen.sh
-  %configure --disable-static --with-layout=openSUSE --disable-all-vads
+  %configure --without-internal-zlib --disable-static --with-layout=openSUSE 
--disable-all-vads
   make %{?jobs:-j%jobs}
 
 %install
-  %makeinstall
+%makeinstall
 
 %files -n virtuoso-server
 %defattr(-,root,root)

++ build-sanely.diff ++
--- /var/tmp/diff_new_pack.cKnLMX/_old  2011-05-17 13:17:05.0 +0200
+++ /var/tmp/diff_new_pack.cKnLMX/_new  2011-05-17 13:17:05.0 +0200
@@ -1,9 +1,9 @@
 Build only things needed by KDE, not everything and the kitchensync (which
 includes also a lot of testcases).
 
 configure.in   2010-02-04 12:33:43.113909799 +0100
-+++ configure.in   2010-02-04 12:31:37.313904838 +0100
-@@ -200,6 +200,23 @@
+--- configure.in.orig
 configure.in
+@@ -200,6 +200,23 @@ case ${VIRTUOSO_LAYOUT} in
hostingdir=$libdir/virtuoso/hosting
;;
  
@@ -27,8 +27,8 @@
[[Ff]][[Rr]][[Ee]][[Ee]][[Bb]][[Ss]][[Dd]]) # FreeBSD
virtuoso_layout=FreeBSD
if test x$prefix = xNONE
 libsrc/Makefile.am 2009-05-07 16:08:26.0 +0200
-+++ libsrc/Makefile.am 2009-05-07 16:08:31.0 +0200
+--- libsrc/Makefile.am.orig
 libsrc/Makefile.am
 @@ -19,7 +19,7 @@
  #  
  #  
@@ -38,9 +38,9 @@
  
  noinst_HEADERS = Dk.h libutil.h
  
 Makefile.am2009/11/22 08:58:58 1.1
-+++ Makefile.am2009/11/22 08:59:23
-@@ -23,7 +23,7 @@
+--- Makefile.am.orig
 Makefile.am
+@@ -23,7 +23,7 @@ AUTOMAKE_OPTIONS = gnu
  ACLOCAL_AMFLAGS   = -I binsrc/config
  
  
@@ -49,8 +49,8 @@
  
  dist_doc_DATA = \
AUTHORS \
 binsrc/Makefile.am 2009/11/22 08:59:03 1.1
-+++ binsrc/Makefile.am 2009/11/22 08:59:23
+--- binsrc/Makefile.am.orig
 binsrc/Makefile.am
 @@ -19,7 +19,7 @@
  #  
  #  
@@ -60,9 +60,9 @@
  
  
  # --
 binsrc/virtuoso/Makefile.am2009/11/22 08:59:08 1.1
-+++ binsrc/virtuoso/Makefile.am2009/11/22 08:59:23
-@@ -41,7 +41,7 @@
+--- binsrc/virtuoso/Makefile.am.orig
 binsrc/virtuoso/Makefile.am
+@@ -41,7 +41,7 @@ endif
  
  LIBS  += @ZLIB_LIB@
  
@@ -71,3 +71,105 @@
  bin_PROGRAMS = virtuoso-t $(IODBC_PROGS)
  
  noinst_SCRIPTS = virtuoso
+--- libsrc/util/Makefile.am.orig
 libsrc/util/Makefile.am
+@@ -32,6 +32,7 @@ libutil_la_CFLAGS  += -I$(top_srcdir)/li
+ libutil_la_CFLAGS  += -I$(top_srcdir)/libsrc/Dk
+ libutil_la_CFLAGS  += -DSUPPORT_UTF8
+ libutil_la_LDFLAGS = -prefer-pic
++libutil_la_LIBADD  = -lpcre
+ 
+ libutil_la_SOURCES = \
+   buildarg.c \
+@@ -85,24 +86,7 @@ libutil_la_SOURCES = \
+   virt_mbsnrtowcs.c \
+   virt_wcrtomb.c \
+   virt_wcs_mask.c \
+-  virt_wcsnrtombs.c \
+-  pcrelib/pcre_chartables.c \
+-  pcrelib/pcre_compile.c \
+-  pcrelib/pcre_config.c \
+-  pcrelib/pcre_dfa_exec.c \
+-  pcrelib/pcre_exec.c \
+-  pcrelib/pcre_fullinfo.c \
+-  pcrelib/pcre_get.c \
+-  pcrelib/pcre_globals.c \
+-  pcrelib/pcre_newline.c \
+-  pcrelib/pcre_ord2utf8.c \
+-  pcrelib/pcre_study.c \
+-  pcrelib/pcre_tables.c \
+-  

commit k3b for openSUSE:Factory

2011-05-17 Thread h_root

Hello community,

here is the log from the commit of package k3b for openSUSE:Factory
checked in at Tue May 17 13:25:14 CEST 2011.




--- KDE/k3b/k3b.changes 2011-04-19 16:02:07.0 +0200
+++ k3b/k3b.changes 2011-04-27 22:35:16.0 +0200
@@ -1,0 +2,20 @@
+Wed Apr 27 20:35:43 UTC 2011 - asterios.dra...@gmail.com
+
+- Spec file updates:
+  * Changes based on rpmdevtools templates and spec-cleaner run.
+  * Cleanup in Buildrequires: entries.
+  * Added /usr/bin/readcd in Requires:.
+  * Recommend normalize, sox, transcode and vcdimager packages.
+  * Fixed rpmlint warning for Provides/Obsoletes of kde4-k3b.
+  * Updates in Url:, Summary: and %description.
+  * Added description for the patches based on openSUSE Patches Guidelines.
+  * Changed k3b-devel Group: to Development/Libraries/C and C++.
+  * Compile the package with -fno-strict-aliasing.
+  * Added AudioVideo to the Categories entry of k3b.desktop file.
+  * Remove some more locales for openSUSE  11.4.
+  * Moved english help files in the main package.
+  * Updates in %files section (also removed support for openSUSE  11.2).
+  * Minor other updates.
+- Fixed some rpmlint warnings.
+
+---

calling whatdependson for head-i586




Other differences:
--
++ k3b.spec ++
--- /var/tmp/diff_new_pack.Xx7Rv3/_old  2011-05-17 13:23:47.0 +0200
+++ /var/tmp/diff_new_pack.Xx7Rv3/_new  2011-05-17 13:23:47.0 +0200
@@ -21,94 +21,139 @@
 %bcond_with lame
 
 Name:   k3b
-BuildRequires:  cups-devel libkcddb4-devel ruby-devel sqlite-devel taglib-devel
-BuildRequires:  libkcompactdisc4-devel libkdepimlibs4-devel tse3-devel 
update-desktop-files
-BuildRequires:  gstreamer010-devel libmtp-devel libvisual-devel xine-devel
-BuildRequires:  flac-devel libQtWebKit-devel libdvdread-devel libvorbis-devel
-BuildRequires:  dbus-1-glib-devel libogg-devel libsamplerate-devel 
libsndfile-devel
-BuildRequires:  libmpcdec-devel libmusicbrainz-devel
+Version:2.0.2
+Release:12
+Summary:CD/DVD/Blu-ray Burning Application for KDE
+
+License:GPLv2+
+Url:http://www.k3b.org/
+Group:  Productivity/Multimedia/CD/Record
+Source0:
http://prdownloads.sourceforge.net/k3b/%{name}-%{version}.tar.bz2
+# PATCH-FIX-OPENSUSE initial-preference.diff llu...@novell.com -- Make the 
default handler for .iso files instead of Ark
+Patch0: initial-preference.diff
+# PATCH-FIX-OPENSUSE add_mimetypes_bnc661777.diff bnc#661777 ctri...@gmx.net 
-- Add a few mimetypes to the desktop file for better integration in GNOME
+Patch1: add_mimetypes_bnc661777.diff
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+
+# only needed to patch broken images in the upstream tarball
+BuildRequires:  ImageMagick
+BuildRequires:  fdupes
+BuildRequires:  flac-devel
+%if %{with lame}
+BuildRequires:  libmp3lame-devel
+%endif
+BuildRequires:  libdvdread-devel
 %if %{with ffmpeg}
 BuildRequires:  libffmpeg-devel
 %endif
+BuildRequires:  libkcddb4-devel
 %if %{with mad}
 BuildRequires:  libmad-devel
 %endif
-%if %{with lame}
-BuildRequires:  libmp3lame-devel
+BuildRequires:  libmpcdec-devel
+BuildRequires:  libmusicbrainz-devel
+BuildRequires:  libsamplerate-devel
+BuildRequires:  libsndfile-devel
+BuildRequires:  libvorbis-devel
+BuildRequires:  taglib-devel
+%if 0%{?suse_version}
+BuildRequires:  update-desktop-files
 %endif
-Url:http://k3b.sourceforge.net/
-License:GPLv2+
-Group:  Productivity/Multimedia/CD/Record
-Summary:A Universal CD and DVD Burning Application
-Requires:   /usr/bin/cdrecord /usr/bin/mkisofs /usr/bin/cdrdao dvd+rw-tools
-Version:2.0.2
-Release:9
-%define rversion %version
-# svn.kde.org/home/kde/trunk/extragear/multimedia/k3b
-Source0:k3b-%{version}.tar.bz2
-Patch1: initial-preference.diff
-Patch3: add_mimetypes_bnc661777.diff
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+Requires:   /usr/bin/cdrdao
+Requires:   /usr/bin/cdrecord
+Requires:   /usr/bin/mkisofs
+Requires:   /usr/bin/readcd
+Requires:   dvd+rw-tools
 %kde4_runtime_requires
 Requires(post): shared-mime-info
 Requires(postun):   shared-mime-info
-Provides:   kde4-k3b = 4.2.1.svn942189
-Provides:   kde4-k3b = 4.2.2.svn951754
-Obsoletes:  kde4-k3b = 4.2.2.svn951754
+Recommends: normalize
+Recommends: sox
+Recommends: transcode
+Recommends: vcdimager
 Recommends: %{name}-lang = %{version}
+Provides:   kde4-k3b = 4.2.2.svn951754
+Obsoletes:  kde4-k3b  4.2.2.svn951754
 
 %description
-K3b is a CD burning application that supports Ogg Vorbis, MP3 audio
-files, DVD burning, CDDB, and much more.
-
-
-
-Authors:
-
-Sebastian Trueg tr...@informatik.uni-freiburg.de
-Thomas Froescher tfroesc...@gmx.de
+Featuring a 

commit rekonq for openSUSE:Factory

2011-05-17 Thread h_root

Hello community,

here is the log from the commit of package rekonq for openSUSE:Factory
checked in at Tue May 17 13:26:57 CEST 2011.




--- KDE/rekonq/rekonq.changes   2011-04-03 16:39:31.0 +0200
+++ rekonq/rekonq.changes   2011-04-27 22:33:43.0 +0200
@@ -1,0 +2,26 @@
+Wed Apr 27 20:30:14 UTC 2011 - asterios.dra...@gmail.com
+
+- Spec file updates:
+  * Fix locales removal if suse_version is not set.
+
+---
+Wed Apr 13 16:43:33 UTC 2011 - asterios.dra...@gmail.com
+
+- Spec file updates:
+  * Fixed Requires: (konqueror instead of konqueror-plugins).
+
+---
+Mon Apr 11 20:33:48 UTC 2011 - asterios.dra...@gmail.com
+
+- Spec file updates:
+  * Changes based on rpmdevtools templates and spec-cleaner run.
+  * Removed kdebase4-workspace-devel, konqueror-plugins, gtk2-devel,
+kwebkitpart-devel (not needed) and added libkde4-devel in BuildRequires:.
+  * Removed kdebase4-workspace (not needed) and added konqueror-plugins in
+Requires:.
+  * Updates in Url: and %description.
+  * Run fdupes to fix rpmlint warning files-duplicate.
+  * Updates in %files section.
+  * Minor other updates.
+
+---

calling whatdependson for head-i586




Other differences:
--
++ rekonq.spec ++
--- /var/tmp/diff_new_pack.Sl8Fot/_old  2011-05-17 13:25:57.0 +0200
+++ /var/tmp/diff_new_pack.Sl8Fot/_new  2011-05-17 13:25:57.0 +0200
@@ -18,64 +18,72 @@
 
 # norootforbuild
 
-BuildRequires:  kdebase4-workspace-devel = 4.4.0
-BuildRequires:  libqt4-devel = 4.7.0
-BuildRequires:  konqueror-plugins update-desktop-files
-BuildRequires:  gtk2-devel kwebkitpart-devel
 
 Name:   rekonq
-Summary:WebKit Based Web Browser for KDE4
 Version:0.7.0
-Release:1
+Release:2
+Summary:WebKit Based Web Browser for KDE4
+
 License:GPLv3
+Url:http://rekonq.kde.org/
 Group:  Productivity/Networking/Web/Browsers
-Source0:%{name}-%{version}.tar.bz2
+Source0:
http://sourceforge.net/projects/rekonq/files/%{version}/%{version}/%{name}-%{version}.tar.bz2
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-AutoReqProv:yes
 
-Requires:   kdebase4-workspace
+BuildRequires:  fdupes
+BuildRequires:  libkde4-devel = 4.4.0
+BuildRequires:  libqt4-devel = 4.7.0
+%if 0%{?suse_version}
+BuildRequires:  update-desktop-files
+%endif
+Requires:   konqueror
 %kde4_runtime_requires
 
-Url:http://rekonq.sourceforge.net
-
 %description
-rekonq is a KDE browser based on QtWebkit. Its code is based on Nokia 
QtDemoBrowser, just
-like Arora. Anyway its implementation is going to embrace KDE technologies to 
have a
-full-featured KDE web browser. 
-
-Author:
-
-Andrea Diamantini
-
+Rekonq is a web browser for KDE based on WebKit. It first focuses on being a
+light, fast  clean way to access to net. Its development is doubly based on
+using the new amazing features offered by the WebKit rendering engine and on
+the rock solid network KDE technologies.
 
 %prep 
-%setup -q -n %{name}-%{version}
+%setup -q
 
 %build
-  %cmake_kde4 -d builddir
-  %make_jobs
+%cmake_kde4 -d build
+%make_jobs
 
 %install
-  cd builddir
-  %kde4_makeinstall
-  cd ..
-  rm -rf %{buildroot}/%_datadir/locale/sr@ijekavian
-  rm -rf %{buildroot}/%_datadir/locale/sr@ijekavianlatin
-  %find_lang %{name} %{name}.lang
-  %suse_update_desktop_file %{name} WebBrowser
-  %kde_post_install
+cd build
+%kde4_makeinstall
+cd ..
+
+%if 0%{?suse_version}
+%suse_update_desktop_file %{name} Qt KDE Network WebBrowser
+%endif
+
+# Remove unneeded locales
+%if 0%{?suse_version}  0%{?suse_version}  1140
+rm -rf %{buildroot}%{_datadir}/locale/sr@ijekavian/
+rm -rf %{buildroot}%{_datadir}/locale/sr@ijekavianlatin/
+%endif
+
+%fdupes -s %{buildroot}
+
+%find_lang %{name} %{name}.lang
+
+%kde_post_install
 
 %clean
-  rm -rf $RPM_BUILD_ROOT
+rm -rf %{buildroot}
 
 %files -f %{name}.lang
-%defattr(-, root, root)
+%defattr(-,root,root,-)
 %doc AUTHORS ChangeLog COPYING TODO
-%{_bindir}/rekonq
-%_libdir/libkdeinit4_rekonq.so
-%{_datadir}/applications/kde4/rekonq.desktop
-%{_datadir}/icons/hicolor/*/apps/rekonq.png
-%{_kde_share_dir}/apps/rekonq
-%{_kde_share_dir}/config.kcfg/rekonq.kcfg
+%{_kde4_bindir}/rekonq
+%{_kde4_libdir}/libkdeinit4_rekonq.so
+%{_kde4_applicationsdir}/rekonq.desktop
+%{_kde4_iconsdir}/hicolor/*/apps/rekonq.png
+%{_kde4_appsdir}/rekonq/
+%{_kde4_sharedir}/config.kcfg/rekonq.kcfg
 
 %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 webyast-services-ui for openSUSE:Factory

2011-05-17 Thread h_root

Hello community,

here is the log from the commit of package webyast-services-ui for 
openSUSE:Factory
checked in at Tue May 17 13:28:15 CEST 2011.




--- webyast-services-ui/webyast-services-ui.changes 2010-09-09 
12:05:18.0 +0200
+++ 
/mounts/work_src_done/STABLE/webyast-services-ui/webyast-services-ui.changes
2011-04-12 16:33:41.0 +0200
@@ -1,0 +2,6 @@
+Tue Apr 12 14:33:22 UTC 2011 - sch...@novell.com
+
+- new caching
+- 0.2.6 
+
+---

calling whatdependson for head-i586




Other differences:
--
++ webyast-services-ui.spec ++
--- /var/tmp/diff_new_pack.x2atze/_old  2011-05-17 13:27:31.0 +0200
+++ /var/tmp/diff_new_pack.x2atze/_new  2011-05-17 13:27:31.0 +0200
@@ -26,11 +26,11 @@
 # updated jQuery quicksearch plugin
 PreReq: yast2-webclient = 0.1.17
 Provides:   
yast2-webclient:/srv/www/yast/app/controllers/services_controller.rb
-License:GPLv2
+License:GPL v2 only
 Group:  Productivity/Networking/Web/Utilities
 Url:http://en.opensuse.org/Portal:WebYaST
 AutoReqProv:on
-Version:0.2.5
+Version:0.2.6
 Release:1
 Summary:WebYaST - system services management UI
 Source: www.tar.bz2
@@ -45,7 +45,8 @@
 #
 
 %package testsuite
-License:GPLv2
+
+
 Group:  Productivity/Networking/Web/Utilities
 Requires:   %{name} = %{version}
 Requires:   webyast-base-ui-testsuite rubygem-mocha rubygem-test-unit tidy
@@ -117,4 +118,5 @@
 %files testsuite
 %defattr(-,root,root)
 %{plugin_dir}/test
+
 %changelog

++ www.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/www/app/views/services/index.rhtml 
new/www/app/views/services/index.rhtml
--- old/www/app/views/services/index.rhtml  2010-08-02 09:15:09.0 
+0200
+++ new/www/app/views/services/index.rhtml  2011-04-12 13:05:56.0 
+0200
@@ -26,6 +26,8 @@
 % end %
 
 % javascript_tag do %
+  var AUTH_TOKEN = 'authenticity_token=' + encodeURIComponent(%= 
escape_javascript form_authenticity_token %);
+  startNotifier({'module':'services', 'AUTH_TOKEN':AUTH_TOKEN}, 1000, 11000);
 $(document).ready(function() {
 
 $(#services div.list-fieldset).each (function(index) {
@@ -188,13 +190,13 @@
 .pad1_2em { padding: 1em 2em; }
 /style
 
-div class='plugin-icon'img src='/icons/yast-system.png' alt=''/%= 
_(System Services) %/div
+div class='plugin-icon'img src='/icons/yast-system.png' alt=''/%= 
_(System Services) %span id=questionMark?/span/div
 
 div class=plugin-content
 
 % unless @permissions[:execute] %
   div id=heading class=pad1_2em
-p class=missing-permissions%=_(You do not have permission to execute 
the services.)%/p
+p class=missing-permissions%=_(You do not have permission to execute 
the services.)%/p !-- RORSCAN_ITL --
   /div
 % end %
 






Remember to have fun...

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



commit plasmoid-cwp for openSUSE:Factory

2011-05-17 Thread h_root

Hello community,

here is the log from the commit of package plasmoid-cwp for openSUSE:Factory
checked in at Tue May 17 13:30:01 CEST 2011.




--- KDE/plasmoid-cwp/plasmoid-cwp.changes   2011-03-24 20:32:36.0 
+0100
+++ /mounts/work_src_done/STABLE/plasmoid-cwp/plasmoid-cwp.changes  
2011-04-12 21:06:49.0 +0200
@@ -1,0 +2,14 @@
+Tue Apr 12 19:01:58 UTC 2011 - asterios.dra...@gmail.com
+
+- Update to version 1.5.2:
+  * xml: espanol.weather.com: date name fixes
+  * xml: fr.weather.com: date name fixes
+  * xml: in.weather.com: date name fixes
+  * xml: uk.weather.com: date name fixes
+  * xml: accuweather.com (US): update time fixed
+  * xml: www.weather.com: current weather icon fixed
+- Spec file updates:
+  * Changed package Group: to Productivity/Other.
+  * Minor other updates.
+
+---

calling whatdependson for head-i586


Old:

  98925-cwp-1.5.1.tar.bz2

New:

  98925-cwp-1.5.2.tar.bz2



Other differences:
--
++ plasmoid-cwp.spec ++
--- /var/tmp/diff_new_pack.mztmoj/_old  2011-05-17 13:29:36.0 +0200
+++ /var/tmp/diff_new_pack.mztmoj/_new  2011-05-17 13:29:36.0 +0200
@@ -20,13 +20,13 @@
 
 
 Name:   plasmoid-cwp
-Version:1.5.1
+Version:1.5.2
 Release:1
 Summary:Customizable Weather Plasmoid
 
 License:GPLv3+
 Url:http://www.kde-look.org/content/show.php?content=98925
-Group:  System/GUI/KDE
+Group:  Productivity/Other
 Source0:
http://kde-look.org/CONTENT/content-files/98925-cwp-%{version}.tar.bz2
 # PATCH-FIX-OPENSUSE readme.patch buschman...@opensuse.org -- Clarify where 
the xml files mentioned in the README are installed
 Patch0: readme.patch
@@ -60,11 +60,11 @@
 %patch0
 
 %build
-%cmake_kde4 -d builddir
+%cmake_kde4 -d build
 %make_jobs
 
 %install
-cd builddir
+cd build
 %kde4_makeinstall
 cd ..
 

++ 98925-cwp-1.5.1.tar.bz2 - 98925-cwp-1.5.2.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cwp-1.5.1/ChangeLog new/cwp-1.5.2/ChangeLog
--- old/cwp-1.5.1/ChangeLog 2011-03-21 22:03:50.0 +0100
+++ new/cwp-1.5.2/ChangeLog 2011-04-10 12:51:41.0 +0200
@@ -1,3 +1,12 @@
+1.5.2
+=
+- xml: espanol.weather.com: date name fixes
+- xml: fr.weather.com: date name fixes
+- xml: in.weather.com: date name fixes
+- xml: uk.weather.com: date name fixes
+- xml: accuweather.com (US): update time fixed
+- xml: www.weather.com: current weather icon fixed
+
 1.5.1
 =
 - ru.po updated (thanks to Boris Pek)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cwp-1.5.1/README new/cwp-1.5.2/README
--- old/cwp-1.5.1/README2011-03-21 22:03:50.0 +0100
+++ new/cwp-1.5.2/README2011-04-10 12:51:41.0 +0200
@@ -1,5 +1,5 @@
 =
-Customizable Weather Plasmoid (CWP) 1.5.1
+Customizable Weather Plasmoid (CWP) 1.5.2
 =
 
 This is another weather plasmoid.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cwp-1.5.1/data/br_weather_com.xml 
new/cwp-1.5.2/data/br_weather_com.xml
--- old/cwp-1.5.1/data/br_weather_com.xml   2011-03-21 22:03:50.0 
+0100
+++ new/cwp-1.5.2/data/br_weather_com.xml   2011-04-10 12:51:41.0 
+0200
@@ -1,7 +1,7 @@
 ?xml version=1.0 encoding=UTF-8 standalone=yes ?
 
 custom_weather
-   xml_file_version type=cwp version=2011-03-21 name=br.weather.com 
search_page=http://br.weather.com; example_zip=BRXX0043 unit=C /
+   xml_file_version type=cwp version=2011-04-10 name=br.weather.com 
search_page=http://br.weather.com; example_zip=BRXX0043 unit=C /
 
locale_settings locale=pt encoding=latin1 /
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cwp-1.5.1/data/de_weather_com.xml 
new/cwp-1.5.2/data/de_weather_com.xml
--- old/cwp-1.5.1/data/de_weather_com.xml   2011-03-21 22:03:50.0 
+0100
+++ new/cwp-1.5.2/data/de_weather_com.xml   2011-04-10 12:51:41.0 
+0200
@@ -1,7 +1,7 @@
 ?xml version=1.0 encoding=UTF-8 standalone=yes ?
 
 custom_weather
-   xml_file_version type=cwp version=2011-03-21 name=de.weather.com 
search_page=http://de.weather.com; example_zip=80331 unit=C /
+   xml_file_version type=cwp version=2011-04-10 name=de.weather.com 
search_page=http://de.weather.com; example_zip=80331 unit=C /
 
locale_settings locale=de encoding=latin1 /
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cwp-1.5.1/data/espanol_weather_com.xml 
new/cwp-1.5.2/data/espanol_weather_com.xml
--- old/cwp-1.5.1/data/espanol_weather_com.xml  2011-03-21 22:03:50.0 
+0100

commit perl-Moose for openSUSE:Factory

2011-05-17 Thread h_root

Hello community,

here is the log from the commit of package perl-Moose for openSUSE:Factory
checked in at Tue May 17 13:33:06 CEST 2011.




--- perl-Moose/perl-Moose.changes   2010-12-01 14:49:55.0 +0100
+++ /mounts/work_src_done/STABLE/perl-Moose/perl-Moose.changes  2011-04-30 
01:42:20.0 +0200
@@ -1,0 +2,120 @@
+Fri Apr 29 23:37:20 UTC 2011 - pascal.ble...@opensuse.org
+
+- update to 2.0002:
+  * provide definition context information for constructors and destructors, so
+that they will show up as something other than generated method (unknown
+origin). Also, add the package that accessors are defined in to their
+definition context.
+  * use Devel::PartialDump in type constraint error messages, if it is
+installed
+  * stop hiding warnings produced by throwing errors in DEMOLISH methods
+  * the 'reset' native delegation for Counter attributes will now also respect
+builders (previously, it only respected defaults)
+
+---
+Sat Apr 23 06:16:43 UTC 2011 - pascal.ble...@opensuse.org
+
+- update to 2.0001:
+  * Anonymous classes and roles now have a unified implementation in
+Class::MOP::Package. This means that anonymous packages are now also
+possible
+  * No longer call XSLoader from multiple places, as this causes issues on
+older perls
+  * Moose::Meta::Role-create now accepts the 'roles' parameter, as it was
+documented too
+  * Depend on Eval::Closure 0.04, which fixes some issues in mod_perl
+environments
+
+---
+Fri Apr 22 15:17:33 UTC 2011 - co...@opensuse.org
+
+- fix build and unsplit Class::MOP - too tough to handle
+
+---
+Tue Apr 12 19:41:58 UTC 2011 - pascal.ble...@opensuse.org
+
+- update to 2.: use original sources
+
+---
+Thu Feb 24 15:33:05 UTC 2011 - pascal.ble...@opensuse.org
+
+- update to 1.24:
+  * reverse the order that Moose::Exporter 'also' exports are dispatched; when
+trying to re-export from a package that itself exported a modified set of
+Moose sugar, you'd get the original Moose sugar instead of the overrides
+
+---
+Mon Feb 14 06:25:01 UTC 2011 - pascal.ble...@opensuse.org
+
+- update to 1.23:
+  * when reinitializing meta objects for classes and roles, we failed to
+preserve roles and role applications; this led to weird bugs: many MooseX
+modules end up reinitializing your class or role
+
+- changes from 1.20:
+  * the role attribute metaclass did not inherit from Class::MOP::Object,
+which could cause errors when trying to resolve metaclass compatibility
+issues
+  * the lazy_build feature was accidentally removed all the docs; now it's
+listed in Moose.pm again
+
+- changes from 1.18:
+  * type constraint objects now have an assert_coerce method which will either
+return a valid value or throw an error
+  * we now warn when an accessor for one attribute overwrites an accessor for
+another attribute; RT #57510
+  * the native Array and Hash delegation methods now coerce individual new
+members if the _member type_ has a coercion; in other words, if the array
+reference is defined as an ArrayRef[DateTime], and you've defined a
+coercion from Int to DateTime, then pushing an integer via a delegation
+method will coerce the integer to a DateTime object; RT #62351
+  * an attribute using native delegations did not always properly coerce and
+type check a lazily set default value
+  * using a regexp to define delegations for a class which was not yet loaded
+did not actually work, but did not explicitly fail; however, it caused an
+error when the class was loaded later; RT#60596
+  * attempting to delegate to a class or role which is not yet loaded will now
+throw an explicit error
+  * attempting to set lazy_build in an inherited attribute was ignored;
+RT#62057
+
+- changes from 1.17:
+  * make native delegation inlining work with instance metaclasses where slot
+access is an do {} block, like Kioku; this fixes the use of native
+delegations together with Kioku
+
+- changes from 1.15:
+  * almost every native delegation method which changes the attribute value
+now has an explicitly documented return value; in general, this return
+value matches what Perl would return for the same operation
+  * passing an odd number of args to -new() now gives a more useful warning
+than Perl's builtin warning
+  * allow disabling stack traces by setting an environment variable; see
+Moose::Error::Default for details -- this feature is considered
+experimental, and may change in a future release
+  * the deprecation warning for using alias and excludes without a leading
+dash now tells you the role 

commit kdewebdev4 for openSUSE:Factory

2011-05-17 Thread h_root

Hello community,

here is the log from the commit of package kdewebdev4 for openSUSE:Factory
checked in at Tue May 17 13:36:28 CEST 2011.




--- KDE/kdewebdev4/kdewebdev4.changes   2011-04-01 15:18:23.0 +0200
+++ /mounts/work_src_done/STABLE/kdewebdev4/kdewebdev4.changes  2011-04-28 
16:17:11.0 +0200
@@ -1,0 +2,8 @@
+Thu Apr 28 16:17:09 CEST 2011 - dmuel...@suse.de
+
+- update to 4.6.3
+  * Bugfixes over KDE 4.6.2
+  *  see http://kde.org/announcements/changelogs/changelog4_6_2to4_6_3.php for 
details
+  
+
+---

calling whatdependson for head-i586


Old:

  kdewebdev-4.6.2.tar.bz2

New:

  kdewebdev-4.6.3.tar.bz2



Other differences:
--
++ kdewebdev4.spec ++
--- /var/tmp/diff_new_pack.JvXJFi/_old  2011-05-17 13:35:19.0 +0200
+++ /var/tmp/diff_new_pack.JvXJFi/_new  2011-05-17 13:35:19.0 +0200
@@ -24,7 +24,7 @@
 Group:  System/GUI/KDE
 Summary:kdewebdev base package
 Url:http://quanta.sf.net
-Version:4.6.2
+Version:4.6.3
 Release:1
 Source0:kdewebdev-%version.tar.bz2
 Patch0: 4_5_BRANCH.diff

++ kdewebdev-4.6.2.tar.bz2 - kdewebdev-4.6.3.tar.bz2 ++






Remember to have fun...

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



commit kdeutils4 for openSUSE:Factory

2011-05-17 Thread h_root

Hello community,

here is the log from the commit of package kdeutils4 for openSUSE:Factory
checked in at Tue May 17 13:37:38 CEST 2011.




--- KDE/kdeutils4/kdeutils4.changes 2011-04-01 15:18:09.0 +0200
+++ /mounts/work_src_done/STABLE/kdeutils4/kdeutils4.changes2011-05-10 
13:03:47.0 +0200
@@ -1,0 +2,12 @@
+Tue May 10 11:03:16 UTC 2011 - wstephen...@novell.com
+
+- Add patch to fix libarchive detection at build time for Ark
+
+---
+Thu Apr 28 16:16:54 CEST 2011 - dmuel...@suse.de
+
+- update to 4.6.3
+  * Bugfixes over KDE 4.6.2
+  *  see http://kde.org/announcements/changelogs/changelog4_6_2to4_6_3.php for 
details
+
+---
@@ -8 +19,0 @@
-
@@ -15 +25,0 @@
-  

calling whatdependson for head-i586


Old:

  kdeutils-4.6.2.tar.bz2

New:

  ark-use-libarchive-r1230916.diff
  kdeutils-4.6.3.tar.bz2



Other differences:
--
++ kdeutils4.spec ++
--- /var/tmp/diff_new_pack.XYBTOu/_old  2011-05-17 13:36:45.0 +0200
+++ /var/tmp/diff_new_pack.XYBTOu/_new  2011-05-17 13:36:45.0 +0200
@@ -30,7 +30,7 @@
 Group:  Productivity/Other
 Summary:Base Package of KDE Utility Programs
 Url:http://www.kde.org
-Version:4.6.2
+Version:4.6.3
 Release:1
 BuildRequires:  gmp-devel kdebase4-workspace-devel = %version 
libqimageblitz-devel net-snmp-devel pcsc-lite python-devel
 BuildRequires:  libkdepimlibs4-devel libkonq-devel libqca2-devel libzip-devel 
oxygen-icon-theme-large
@@ -39,6 +39,7 @@
 Patch:  4_5_BRANCH.diff
 Patch1: desktop-files.diff
 Patch2: kgpg-autostart.diff
+Patch3: ark-use-libarchive-r1230916.diff
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %kde4_runtime_requires
 Suggests:   ark
@@ -73,6 +74,7 @@
 %patch
 %patch1
 %patch2
+%patch3
 
 %build
   %cmake_kde4 -d build

++ ark-use-libarchive-r1230916.diff ++
Subject: Use installed libarchive
Fixed-upstream: yes
From: wstephen...@suse.de
Index: ark/plugins/CMakeLists.txt
===
--- ark/plugins/CMakeLists.txt  (revision 1230915)
+++ ark/plugins/CMakeLists.txt  (revision 1230916)
@@ -1,5 +1,3 @@
-macro_optional_find_package(LibArchive)
-
 if (LIBARCHIVE_FOUND)
 if( HAVE_LIBARCHIVE_READ_DISK_API )
 if( NOT HAVE_LIBARCHIVE_LZMA_SUPPORT OR NOT HAVE_LIBARCHIVE_XZ_SUPPORT 
)
@@ -15,8 +13,6 @@ if (LIBARCHIVE_FOUND)
 endif( HAVE_LIBARCHIVE_READ_DISK_API )
 endif (LIBARCHIVE_FOUND)
 
-macro_log_feature(LIBARCHIVE_FOUND LibArchive A library for dealing with a 
wide variety of archive file formats http://code.google.com/p/libarchive/; 
FALSE  Required for among others tar, tar.gz, tar.bz2 formats in Ark.)
-
 add_subdirectory( clirarplugin )
 add_subdirectory( cli7zplugin )
 add_subdirectory( clizipplugin )
Index: ark/CMakeLists.txt
===
--- ark/CMakeLists.txt  (revision 1230915)
+++ ark/CMakeLists.txt  (revision 1230916)
@@ -1,5 +1,8 @@
 project(ark)
 
+macro_optional_find_package(LibArchive)
+macro_log_feature(LIBARCHIVE_FOUND LibArchive A library for dealing with a 
wide variety of archive file formats http://code.google.com/p/libarchive/; 
FALSE  Required for among others tar, tar.gz, tar.bz2 formats in Ark.)
+
 configure_file(config.h.cmake ${CMAKE_CURRENT_BINARY_DIR}/config.h)
 
 add_subdirectory(part)
++ kdeutils-4.6.2.tar.bz2 - kdeutils-4.6.3.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdeutils-4.6.2/ark/app/ark_servicemenu.desktop 
new/kdeutils-4.6.3/ark/app/ark_servicemenu.desktop
--- old/kdeutils-4.6.2/ark/app/ark_servicemenu.desktop  2011-04-01 
13:00:15.0 +0200
+++ new/kdeutils-4.6.3/ark/app/ark_servicemenu.desktop  2011-04-28 
15:31:21.0 +0200
@@ -161,7 +161,7 @@
 Name[sr@latin]=Raspakuj arhivu ovde, pogodi potfasciklu
 Name[sv]=Packa upp arkiv här, detektera underkatalog automatiskt
 Name[th]=คลายแฟ้มจัดเก็บไว้ที่นี่, และตรวจสอบโฟลเดอร์ย่อยอัตโนมัติ
-Name[tr]=Arşivi Buraya Aç, Dizin Yapısını Koru
+Name[tr]=Arşivi Buraya Aç, Klasör Yapısını Koru
 Name[uk]=Видобути архів сюди, автоматично визначити підтеку
 Name[wa]=Saetchî l' årtchive foû cial, deteccion otomatike do ridant efant
 Name[x-test]=xxExtract Archive Here, Autodetect Subfolderxx
Files old/kdeutils-4.6.2/doc/kgpg/index.cache.bz2 and 
new/kdeutils-4.6.3/doc/kgpg/index.cache.bz2 differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdeutils-4.6.2/doc/kgpg/index.docbook 
new/kdeutils-4.6.3/doc/kgpg/index.docbook
--- old/kdeutils-4.6.2/doc/kgpg/index.docbook   2011-01-18 22:24:57.0 
+0100
+++ new/kdeutils-4.6.3/doc/kgpg/index.docbook   2011-04-28 

commit kdegames4 for openSUSE:Factory

2011-05-17 Thread h_root

Hello community,

here is the log from the commit of package kdegames4 for openSUSE:Factory
checked in at Tue May 17 13:41:35 CEST 2011.




--- KDE/kdegames4/kdegames4-carddecks.changes   2011-04-01 15:16:29.0 
+0200
+++ /mounts/work_src_done/STABLE/kdegames4/kdegames4-carddecks.changes  
2011-04-28 16:14:56.0 +0200
@@ -1,0 +2,8 @@
+Thu Apr 28 16:14:37 CEST 2011 - dmuel...@suse.de
+
+- update to 4.6.3
+  * Bugfixes over KDE 4.6.2
+  *  see http://kde.org/announcements/changelogs/changelog4_6_2to4_6_3.php for 
details
+  
+
+---
kdegames4.changes: same change

calling whatdependson for head-i586


Old:

  kdegames-4.6.2.tar.bz2

New:

  kdegames-4.6.3.tar.bz2



Other differences:
--
++ kdegames4-carddecks.spec ++
--- /var/tmp/diff_new_pack.r57Sc1/_old  2011-05-17 13:38:08.0 +0200
+++ /var/tmp/diff_new_pack.r57Sc1/_new  2011-05-17 13:38:08.0 +0200
@@ -23,7 +23,7 @@
 Group:  System/GUI/KDE
 Summary:Default Card Decks for KDE Games
 Url:http://www.kde.org
-Version:4.6.2
+Version:4.6.3
 Release:1
 Source0:kdegames-%version.tar.bz2
 Patch0: 4_5_BRANCH.diff

++ kdegames4.spec ++
--- /var/tmp/diff_new_pack.r57Sc1/_old  2011-05-17 13:38:08.0 +0200
+++ /var/tmp/diff_new_pack.r57Sc1/_new  2011-05-17 13:38:08.0 +0200
@@ -28,7 +28,7 @@
 Group:  System/GUI/KDE
 Summary:General Data for KDE Games
 Url:http://www.kde.org
-Version:4.6.2
+Version:4.6.3
 Release:1
 Source0:kdegames-%version.tar.bz2
 Patch:  4_5_BRANCH.diff

++ kdegames-4.6.2.tar.bz2 - kdegames-4.6.3.tar.bz2 ++
KDE/kdegames4/kdegames-4.6.2.tar.bz2 
/mounts/work_src_done/STABLE/kdegames4/kdegames-4.6.3.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 kaffeine for openSUSE:Factory

2011-05-17 Thread h_root

Hello community,

here is the log from the commit of package kaffeine for openSUSE:Factory
checked in at Tue May 17 13:49:28 CEST 2011.




--- KDE/kaffeine/kaffeine.changes   2011-02-15 21:58:17.0 +0100
+++ /mounts/work_src_done/STABLE/kaffeine/kaffeine.changes  2011-04-27 
22:28:55.0 +0200
@@ -1,0 +2,27 @@
+Wed Apr 27 20:23:37 UTC 2011 - asterios.dra...@gmail.com
+
+- Spec file updates:
+  * Fix locales removal if suse_version is not set.
+
+---
+Tue Apr 19 21:02:57 UTC 2011 - asterios.dra...@gmail.com
+
+- Update to 1.2.2:
+  * fix crash after removing channels
+- Spec file updates:
+  * Added more descriptions for the patches based on openSUSE Patches
+Guidelines.
+  * Fixed locales removal for openSUSE  11.4.
+  * Minor other updates.
+- Fixed, rebased and applied fix_plasma_startup_error.diff patch.
+
+---
+Thu Apr  7 16:09:05 UTC 2011 - ms...@novell.com
+
+- Update to 1.2.1:
+  * add search function to epg
+  * implement ATSC support for epg
+  * fix gnome screen saver inhibition
+  * other fixes and improvements
+
+---

calling whatdependson for head-i586


Old:

  kaffeine-1.1.tar.bz2

New:

  kaffeine-1.2.2.tar.bz2



Other differences:
--
++ kaffeine.spec ++
--- /var/tmp/diff_new_pack.Qo0Vo1/_old  2011-05-17 13:47:01.0 +0200
+++ /var/tmp/diff_new_pack.Qo0Vo1/_new  2011-05-17 13:47:01.0 +0200
@@ -19,28 +19,28 @@
 
 
 Name:   kaffeine
-Version:1.1
-Release:9
+Version:1.2.2
+Release:1
 Summary:Xine-Based Multimedia Player
 
 License:GPLv2+
 Url:http://kaffeine.kde.org/
 Group:  Productivity/Multimedia/Video/Players
-
-Requires:   libqt4-sql-sqlite
-
+# http://sourceforge.net/projects/kaffeine/files/current/kaffeine-1.2.2.tar.gz
 Source0:%{name}-%{version}.tar.bz2
 Source1:%{name}-icons.tar.bz2
-Patch1: kaffeine-fixsplitter.patch
-Patch2: fix_plasma_startup_error.diff
-# PATCH-FIX-OPENSUSE ksuseinstall.diff llu...@novell.com -- Support for 
on-demand codecs install using ksuseinstall
-Patch3: ksuseinstall.diff
+# PATCH-FEATURE-OPENSUSE kaffeine-fixsplitter.patch -- GUI improvement (allow 
more flexibly set splitters)
+Patch0: kaffeine-fixsplitter.patch
+# PATCH-FIX-OPENSUSE fix_plasma_startup_error.diff -- Fix plasma solid actions
+Patch1: fix_plasma_startup_error.diff
+# PATCH-FEATURE-OPENSUSE ksuseinstall.diff llu...@novell.com -- Support for 
on-demand codecs install using ksuseinstall
+Patch2: ksuseinstall.diff
 # PATCH-FIX-OPENSUSE initial-preference.diff cmorv...@yahoo.es -- Add 
InitialPreference to set it as the default video player
-Patch4: initial-preference.diff
+Patch3: initial-preference.diff
 # PATCH-FIX-OPENSUSE build-fix.diff -- Build fix for old qt versions
-Patch5: build-fix.diff
-# PATCH-FIX-OPENSUSE support_mimetypes_bnc671581.diff ctri...@gmx.net -- 
Support audio/webm and video/x-theora+ogg
-Patch6: support_mimetypes_bnc671581.diff
+Patch4: build-fix.diff
+# PATCH-FIX-OPENSUSE support_mimetypes_bnc671581.diff bnc#671581 
ctri...@gmx.net -- Support audio/webm and video/x-theora+ogg
+Patch5: support_mimetypes_bnc671581.diff
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 BuildRequires:  libkde4-devel
@@ -51,6 +51,7 @@
 %if 0%{?suse_version}
 BuildRequires:  update-desktop-files
 %endif
+Requires:   libqt4-sql-sqlite
 %kde4_runtime_requires 
 
 %description
@@ -60,17 +61,17 @@
 
 %prep
 %setup -q -b 1
+%patch0
 %patch1
-#%patch2
 %if 0%{?suse_version}  1120 || !0%{?kde_updatedapps}
-%patch3
+%patch2
 %endif
-%patch4
+%patch3
 %if 0%{?kde_updatedapps}
-%patch5 -p0
+%patch4 -p0
 %endif
 %if 0%{?suse_version}  1130
-%patch6
+%patch5
 %endif
 
 %build
@@ -89,11 +90,11 @@
 %kde_post_install
 
 # Removed unneeded locales
-%if 0%{?suse_version}  1130
+%if 0%{?suse_version}  0%{?suse_version}  1140
+rm -rf %{buildroot}%{_datadir}/locale/ast/LC_MESSAGES/
 rm -rf %{buildroot}%{_datadir}/locale/sr@ijekavian/
 rm -rf %{buildroot}%{_datadir}/locale/sr@ijekavianlatin/
 %endif
-#
 
 %find_lang %{name}
 
@@ -102,9 +103,9 @@
 
 %files -f %{name}.lang
 %defattr(-,root,root,-)
-%doc AUTHORS COPYING COPYING-DOCS Changelog NOTES TODO
-%{_bindir}/kaffeine
-%{_bindir}/kaffeine-xbu
+%doc COPYING COPYING-DOCS Changelog NOTES
+%{_kde4_bindir}/kaffeine
+%{_kde4_bindir}/kaffeine-xbu
 %{_kde4_applicationsdir}/kaffeine.desktop
 %{_kde4_iconsdir}/hicolor/*/apps/kaffeine.*
 %{_kde4_iconsdir}/oxygen/*/actions/audio-radio-encrypted.*

++ fix_plasma_startup_error.diff ++
--- /var/tmp/diff_new_pack.Qo0Vo1/_old  2011-05-17 13:47:01.0 +0200
+++ 

commit glade for openSUSE:Factory

2011-05-17 Thread h_root

Hello community,

here is the log from the commit of package glade for openSUSE:Factory
checked in at Tue May 17 13:57:18 CEST 2011.




New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ /mounts/work_src_done/STABLE/glade/glade.changes2011-05-03 
14:31:39.0 +0200
@@ -0,0 +1,7 @@
+---
+Tue May  3 14:14:10 CEST 2011 - vu...@opensuse.org
+
+- New package, based on the glade3 package: the GTK+ 3 version of
+  glade has been renamed back to glade (without glade3, yes, it's
+  confusing).
+

calling whatdependson for head-i586


New:

  glade-3.10.0.tar.bz2
  glade.changes
  glade.spec



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

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

# norootforbuild


Name:   glade
Version:3.10.0
Release:1
Summary:User Interface Builder for GTK+
License:GPLv2+
Group:  Development/Tools/GUI Builders
Url:http://glade.gnome.org/
Source: 
http://ftp.gnome.org/pub/GNOME/sources/glade/3.10/%{name}-%{version}.tar.bz2
BuildRequires:  fdupes
BuildRequires:  gnome-doc-utils-devel
BuildRequires:  gobject-introspection-devel
BuildRequires:  intltool
BuildRequires:  python-devel
BuildRequires:  update-desktop-files
BuildRequires:  pkgconfig(gtk+-3.0)
BuildRequires:  pkgconfig(libxml-2.0)
BuildRequires:  pkgconfig(pygobject-2.0)
Recommends: %{name}-lang
BuildRoot:  %{_tmppath}/%{name}-%{version}-build

%description
Glade is a RAD tool to enable quick  easy development of user
interfaces for the Gtk+ toolkit and the GNOME desktop environment.

%package -n libgladeui-2-0
License:GPLv2+
Summary:User Interface Builder for GTK+
Group:  Development/Tools/GUI Builders
Recommends: %{name}-lang

%description -n libgladeui-2-0
Glade is a RAD tool to enable quick  easy development of user
interfaces for the Gtk+ toolkit and the GNOME desktop environment.

%package -n libgladeui-2-devel
License:GPLv2+
Summary:User Interface Builder for GTK+ -- Development Files
Group:  Development/Libraries/C and C++
Requires:   libgladeui-2-0 = %{version}
# The gtk-doc documentation is not parallel installable (bnc#646997)
Conflicts:  libgladeui-1-devel

%description -n libgladeui-2-devel
Glade is a RAD tool to enable quick  easy development of user
interfaces for the Gtk+ toolkit and the GNOME desktop environment.

%lang_package
%prep
%setup -q

%build
%configure --disable-static --with-pic\
--disable-scrollkeeper
make %{?jobs:-j%jobs}

%install
%makeinstall
find %{buildroot}%{_libdir} -name '*.la' -type f -delete -print
%suse_update_desktop_file glade
%find_lang %{name} %{?no_lang_C}
%fdupes %{buildroot}%{_datadir}

%clean
rm -rf %{buildroot}

%post
%desktop_database_post
%icon_theme_cache_post

%postun
%desktop_database_postun
%icon_theme_cache_postun

%post -n libgladeui-2-0 -p /sbin/ldconfig

%postun -n libgladeui-2-0 -p /sbin/ldconfig

%files
%defattr(-,root,root)
%doc AUTHORS COPYING COPYING.GPL COPYING.LGPL ChangeLog NEWS README TODO
%defattr (-, root, root)
%dir %{_datadir}/gnome/
%dir %{_datadir}/gnome/help/
%dir %{_datadir}/gnome/help/glade/
%doc %{_datadir}/gnome/help/glade/C/
%dir %{_datadir}/omf/
%dir %{_datadir}/omf/glade/
%doc %{_datadir}/omf/glade/glade-C.omf
%{_bindir}/glade
%{_bindir}/glade-previewer
%{_datadir}/applications/glade.desktop
%{_datadir}/glade/
%{_datadir}/icons/hicolor/*/apps/*.*
%{_libdir}/glade/modules/libgladegtk.so
%{_libdir}/glade/modules/libgladepython.so

%files -n libgladeui-2-0
%defattr (-, root, root)
%{_libdir}/libgladeui*.so.*
%{_libdir}/girepository-1.0/Gladeui-2.0.typelib
# These directories are needed by third-party catalogs, and are explicitly
# referenced in the pkg-config file, so it makes sense to own them here
%dir %{_datadir}/glade
%dir %{_datadir}/glade/catalogs
%dir %{_datadir}/glade/pixmaps
%dir %{_datadir}/glade/pixmaps/hicolor
%dir %{_datadir}/glade/pixmaps/hicolor/*
%dir %{_datadir}/glade/pixmaps/hicolor/*/actions
%dir %{_libdir}/glade
%dir %{_libdir}/glade/modules

%files -n libgladeui-2-devel
%defattr (-, root, root)
%{_includedir}/libgladeui-2.0/

commit rubygem-polkit for openSUSE:Factory

2011-05-17 Thread h_root

Hello community,

here is the log from the commit of package rubygem-polkit for openSUSE:Factory
checked in at Tue May 17 15:07:09 CEST 2011.




--- rubygem-polkit/rubygem-polkit.changes   2011-03-16 16:37:16.0 
+0100
+++ /mounts/work_src_done/STABLE/rubygem-polkit/rubygem-polkit.changes  
2011-04-29 01:34:33.0 +0200
@@ -1,0 +2,7 @@
+Thu Apr 28 23:32:53 UTC 2011 - mrueck...@suse.de
+
+- remove devel dependencies
+- proper obsoletes/provides for ruby-polkit
+- fix license tag in the subpackages
+
+---

calling whatdependson for head-i586




Other differences:
--
++ rubygem-polkit.spec ++
--- /var/tmp/diff_new_pack.5eNZkf/_old  2011-05-17 15:05:38.0 +0200
+++ /var/tmp/diff_new_pack.5eNZkf/_new  2011-05-17 15:05:38.0 +0200
@@ -20,20 +20,18 @@
 
 Name:   rubygem-polkit
 Version:0.2.0
-Release:1
+Release:3
 %define mod_name polkit
 #
 Group:  Development/Languages/Ruby
-License:GPLv2+ or Ruby
+License:GPLv2+
 #
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  rubygems_with_buildroot_patch
 BuildRequires:  PolicyKit-devel dbus-1-devel gcc ruby-devel
 %rubygems_requires
-BuildRequires:  rubygem-hoe
-BuildRequires:  rubygem-rake-compiler
-BuildRequires:  rubygem-yard = 0
-Obsoletes:  ruby-polkit
+Obsoletes:  ruby-polkit  %{version}
+Provides:   ruby-polkit = %{version}-%{release}
 #
 Url:http://www.opensuse.org
 Source: %{mod_name}-%{version}.gem
@@ -46,24 +44,22 @@
 %package doc
 Summary:RDoc documentation for %{mod_name}
 Group:  Development/Languages/Ruby
-License:GPLv2+ or Ruby
+License:GPLv2+
 Requires:   %{name} = %{version}
 
 %description doc
 Documentation generated at gem installation time.
 Usually in RDoc and RI formats.
 
-
 %package testsuite
 Summary:Test suite for %{mod_name}
 Group:  Development/Languages/Ruby
-License:GPLv2+ or Ruby
+License:GPLv2+
 Requires:   %{name} = %{version}
 
 %description testsuite
 Test::Unit or RSpec files, useful for developers.
 
-
 %prep
 
 %build







Remember to have fun...

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



commit seed for openSUSE:Factory

2011-05-17 Thread h_root

Hello community,

here is the log from the commit of package seed for openSUSE:Factory
checked in at Tue May 17 15:17:38 CEST 2011.




--- GNOME/seed/seed.changes 2010-09-17 17:18:11.0 +0200
+++ /mounts/work_src_done/STABLE/seed/seed.changes  2011-04-04 
14:53:34.0 +0200
@@ -1,0 +2,35 @@
+Mon Apr  4 12:49:52 UTC 2011 - fcro...@novell.com
+
+- Update to version 3.0.0:
+  + Allow the creation of constrained SeedEngine contexts
+  + Expose seed_value_(to|from)_gi_argument and
+seed_value_to_gvalue as public API.
+  + Make seed.h C++ friendly
+  + Take GTK+ version into account in the prefix path
+
+---
+Wed Mar  2 18:09:10 CET 2011 - vu...@opensuse.org
+
+- Make the main source package build against GTK+ 3, and create a
+  GTK+ 2 source package instead of the GTK+ 3 one, based on the
+  exact same spec file, that we'll keep synchronized.
+- Only keep the seed binary, and the seed-doc subpackage, in the
+  GTK+ 3 source package: the binary is not versioned, and as far as
+  I know, we don't need the GTK+ 2 one.
+- Note that the devel packages of the two source packages conflict
+  with each other because they contain files with the same
+  filename.
+- Add Url tag.
+
+---
+Thu Feb 24 12:02:06 UTC 2011 - fcro...@novell.com
+
+- Update to version 2.91.90:
+  + Fix build with GTK+3
+  + Change soname for GTK+3 version
+- Remove explicit Requires for glib2-devel,
+  gobject-introspection-devel, libwebkitgtk-devel devel subpackage:
+  they will automatically be added the pkgconfig() way.
+- Add a GTK+ 3 source package, based on the GTK+ 2 one.
+
+---
New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ /mounts/work_src_done/STABLE/seed/seed2.changes 2011-04-04 
14:53:34.0 +0200
@@ -0,0 +1,362 @@
+---
+Mon Apr  4 12:49:52 UTC 2011 - fcro...@novell.com
+
+- Update to version 3.0.0:
+  + Allow the creation of constrained SeedEngine contexts
+  + Expose seed_value_(to|from)_gi_argument and
+seed_value_to_gvalue as public API.
+  + Make seed.h C++ friendly
+  + Take GTK+ version into account in the prefix path
+
+---
+Wed Mar  2 18:09:10 CET 2011 - vu...@opensuse.org
+
+- Make the main source package build against GTK+ 3, and create a
+  GTK+ 2 source package instead of the GTK+ 3 one, based on the
+  exact same spec file, that we'll keep synchronized.
+- Only keep the seed binary, and the seed-doc subpackage, in the
+  GTK+ 3 source package: the binary is not versioned, and as far as
+  I know, we don't need the GTK+ 2 one.
+- Note that the devel packages of the two source packages conflict
+  with each other because they contain files with the same
+  filename.
+- Add Url tag.
+
+---
+Thu Feb 24 12:02:06 UTC 2011 - fcro...@novell.com
+
+- Update to version 2.91.90:
+  + Fix build with GTK+3
+  + Change soname for GTK+3 version
+- Remove explicit Requires for glib2-devel,
+  gobject-introspection-devel, libwebkitgtk-devel devel subpackage:
+  they will automatically be added the pkgconfig() way.
+- Add a GTK+ 3 source package, based on the GTK+ 2 one.
+
+---
+Fri Sep 17 17:16:25 CEST 2010 - vu...@opensuse.org
+
+- Remove gir-repository Recommends from libseed0: all the
+  interesting gir files are now directly shipped with the
+  libraries.
+
+---
+Tue Aug 31 01:32:12 CEST 2010 - vu...@opensuse.org
+
+- Update to version 2.31.91:
+  + Seed now optionally supports both WebKitGtk+-1.0 and 3.0
+  + Dynamic Object module - provides support for implementing
+underlying object callbacks in JavaScript (see commit d31aca)
+  + Implement caller-allocated out arguments
+  + Expose seed_value_from_gvalue() through the API
+  + Fix unusable seed_object_copy_property_names()
+  + Fix various build system issues
+- Drop seed-webkit-1.0.patch: fixed upstream.
+- Remove gnome-common BuildRequires and call to gnome-autogen.sh.
+
+---
+Sat Aug  7 12:23:54 CEST 2010 - vu...@opensuse.org
+
+- Change libwebkit-devel BuildRequires (and Requires of devel
+  package) to libwebkitgtk-devel, since this package got renamed.
+
+---
+Sat Aug  7 01:53:52 CEST 2010 - vu...@opensuse.org
+
+- Add seed-webkit-1.0.patch to make it possible to build seed
+  against webkit-1.0 (GTK+ 2 version), and pass --with-webkit=1.0
+  to configure.
+- Add gnome-common BuildRequires and call to gnome-autogen.sh for
+  the patch.
+- Fix self-obsoletion of 

commit perl-YAML for openSUSE:Factory

2011-05-17 Thread h_root

Hello community,

here is the log from the commit of package perl-YAML for openSUSE:Factory
checked in at Tue May 17 15:19:01 CEST 2011.




--- perl-YAML/perl-YAML.changes 2010-11-30 20:29:51.0 +0100
+++ /mounts/work_src_done/STABLE/perl-YAML/perl-YAML.changes2011-05-17 
14:10:45.0 +0200
@@ -1,0 +2,6 @@
+Tue May 17 12:07:53 UTC 2011 - co...@opensuse.org
+
+- updated to 0.73
+  * Apply ANDK's patch for 5.14.0
+
+---

calling whatdependson for head-i586


Old:

  YAML-0.72.tar.bz2

New:

  YAML-0.73.tar.gz



Other differences:
--
++ perl-YAML.spec ++
--- /var/tmp/diff_new_pack.Bg0gAZ/_old  2011-05-17 15:17:57.0 +0200
+++ /var/tmp/diff_new_pack.Bg0gAZ/_new  2011-05-17 15:17:57.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package perl-YAML (Version 0.72)
+# spec file for package perl-YAML
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,39 +15,32 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 
 
 Name:   perl-YAML
+Version:0.73
+Release:1
+License:GPL+ or Artistic
 %define cpan_name YAML
 Summary:YAML Ain't Markup Language (tm)
-Version:0.72
-Release:2
-License:GPL+ or Artistic
-Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/YAML/
-#Source: 
http://www.cpan.org/modules/by-module/YAML/YAML-%{version}.tar.gz
-Source: %{cpan_name}-%{version}.tar.bz2
+Group:  Development/Libraries/Perl
+Source: 
http://www.cpan.org/authors/id/I/IN/INGY/%{cpan_name}-%{version}.tar.gz
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-%{perl_requires}
 BuildRequires:  perl
 BuildRequires:  perl-macros
-BuildRequires:  perl(Test::More)
-#do not put this back in - unless Perl-Test-Base don't require YAML
-#BuildRequires:  perl(Test::Base) = 0.59
+%{perl_requires}
 
 %description
 The YAML.pm module implements a YAML Loader and Dumper based on the YAML
-1.0 specification. http://www.yaml.org/spec/
+1.0 specification. the http://www.yaml.org/spec/ manpage
+
+YAML is a generic data serialization language that is optimized for human
+readability. It can be used to express the data structures of most modern
+programming languages. (Including Perl!!!)
 
-YAML is a generic data serialization language that is optimized for
-human readability. It can be used to express the data structures of most
-modern programming languages. (Including Perl!!!)
-
-Authors:
-
-Ingy döt Net i...@cpan.org
+For information on the YAML syntax, please refer to the YAML specification.
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
@@ -61,18 +54,14 @@
 
 %install
 %perl_make_install
-# do not perl_process_packlist (noarch)
-# remove .packlist file
-%{__rm} -rf $RPM_BUILD_ROOT%perl_vendorarch
-# remove perllocal.pod file
-%{__rm} -rf $RPM_BUILD_ROOT%perl_archlib
+%perl_process_packlist
 %perl_gen_filelist
 
 %clean
-%{__rm} -rf $RPM_BUILD_ROOT
+%{__rm} -rf %{buildroot}
 
 %files -f %{name}.files
-%defattr(-,root,root,-)
+%defattr(-,root,root,755)
 %doc Changes LICENSE README
 
 %changelog






Remember to have fun...

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



commit kexec-tools for openSUSE:Factory

2011-05-17 Thread h_root

Hello community,

here is the log from the commit of package kexec-tools for openSUSE:Factory
checked in at Tue May 17 15:24:59 CEST 2011.




--- kexec-tools/kexec-tools.changes 2010-09-12 11:49:27.0 +0200
+++ /mounts/work_src_done/STABLE/kexec-tools/kexec-tools.changes
2011-05-17 11:13:46.0 +0200
@@ -1,0 +2,5 @@
+Tue May 17 11:12:54 CEST 2011 - jsl...@suse.de
+
+- fix build with gcc that doesn't understand --no-undefined
+
+---

calling whatdependson for head-i586


New:

  gcc-no-undefined-flag-fix.patch



Other differences:
--
++ kexec-tools.spec ++
--- /var/tmp/diff_new_pack.NgIrbh/_old  2011-05-17 15:19:15.0 +0200
+++ /var/tmp/diff_new_pack.NgIrbh/_new  2011-05-17 15:19:15.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package kexec-tools (Version 2.0.2)
+# spec file for package kexec-tools
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -29,7 +29,7 @@
 AutoReqProv:on
 Summary:Tools for fast kernel loading
 Version:2.0.2
-Release:1
+Release:5
 Source: %{name}-%{version}.tar.bz2
 Source1:kexec-bootloader
 Source2:kexec-bootloader.8.txt
@@ -37,6 +37,7 @@
 Source4:%{name}-%{version}-rpmlintrc
 Patch0: %{name}-no-vga-output.diff
 Patch1: %{name}-xen-static.diff
+Patch2: gcc-no-undefined-flag-fix.patch
 Url:
ftp://kernel.org/pub/linux/utils/kernel/kexec/%{name}-%{version}.tar.bz2
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 #!BuildIgnore:  fop
@@ -70,6 +71,7 @@
 %setup -q -n kexec-tools-%{version}
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
 
 %build
 # disable as-needed

++ gcc-no-undefined-flag-fix.patch ++
From 8880e5b8a295788dcae8f5cc038de92cd97b6807 Mon Sep 17 00:00:00 2001
From: Simon Horman ho...@verge.net.au
Date: Wed, 30 Mar 2011 08:34:39 +0900
Subject: build: Pass --no-undefined as a linker option
Git-commit: 8880e5b8a295788dcae8f5cc038de92cd97b6807
Patch-mainline: yes

gcc-4.6 does not accept --no-undefined as a compiler option

Reported-by: Civil civil.o...@gmail.com
Acked-by: Eric W. Biederman ebied...@xmission.com
Signed-off-by: Simon Horman ho...@verge.net.au
Signed-off-by: Jiri Slaby jirisl...@gmail.com
---
 purgatory/Makefile |4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/purgatory/Makefile b/purgatory/Makefile
index ea0c19a..ee1679c 100644
--- a/purgatory/Makefile
+++ b/purgatory/Makefile
@@ -56,8 +56,8 @@ $(PURGATORY): CPPFLAGS=$($(ARCH)_PURGATORY_EXTRA_CFLAGS) \
-I$(srcdir)/include \
-I$(shell $(CC) -print-file-name=include)
 $(PURGATORY): LDFLAGS=$($(ARCH)_PURGATORY_EXTRA_CFLAGS)\
-   --no-undefined -nostartfiles -nostdlib -nodefaultlibs \
-   -e purgatory_start -r
+   -Wl,--no-undefined -nostartfiles -nostdlib \
+   -nodefaultlibs -e purgatory_start -r
 
 $(PURGATORY): $(PURGATORY_OBJS)
$(MKDIR) -p $(@D)
-- 
1.7.4.2






Remember to have fun...

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



commit id3lib for openSUSE:Factory

2011-05-17 Thread h_root

Hello community,

here is the log from the commit of package id3lib for openSUSE:Factory
checked in at Tue May 17 16:11:28 CEST 2011.




--- id3lib/id3lib.changes   2009-11-13 16:34:36.0 +0100
+++ /mounts/work_src_done/STABLE/id3lib/id3lib.changes  2011-04-24 
20:30:20.0 +0200
@@ -1,0 +2,6 @@
+Sun Apr 24 12:59:34 UTC 2011 - toddrme2...@gmail.com
+  
+- Add 32bit compatibility libraries
+- Fix for duplicate doc files (fix for RPMLINT warning)
+  
+---

calling whatdependson for head-i586


New:

  baselibs.conf



Other differences:
--
++ id3lib.spec ++
--- /var/tmp/diff_new_pack.V46RMY/_old  2011-05-17 16:10:48.0 +0200
+++ /var/tmp/diff_new_pack.V46RMY/_new  2011-05-17 16:10:48.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package id3lib (Version 3.8.3)
+# spec file for package id3lib
 #
-# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,13 +19,13 @@
 
 
 Name:   id3lib
-BuildRequires:  dos2unix doxygen gcc-c++ libstdc++-devel zlib-devel
-License:LGPL v2.1 or later
+BuildRequires:  dos2unix doxygen fdupes gcc-c++ libstdc++-devel zlib-devel
+License:LGPLv2.1+
 Group:  System/Libraries
 Group:  System/Libraries
 AutoReqProv:on
 Version:3.8.3
-Release:236
+Release:247
 Source0:%{name}-%{version}.tar.bz2
 Patch1: id3lib-%{version}-autoconf.patch
 Patch2: id3lib-%{version}-cleanup.patch
@@ -62,7 +62,7 @@
 Dirk Mahoney d...@id3.org
 
 %package  devel
-License:LGPL v2.1 or later
+License:LGPLv2.1+
 Summary:Documentation and Headers for id3lib
 Group:  Development/Libraries/C and C++
 Requires:   %{name} = %{version} libstdc++-devel
@@ -81,7 +81,7 @@
 Dirk Mahoney d...@id3.org
 
 %package  examples
-License:LGPL v2.1 or later
+License:LGPLv2.1+
 Summary:Example Applications for the id3lib Library
 Group:  Development/Libraries/C and C++
 Requires:   %{name} = %{version}
@@ -133,6 +133,7 @@
 for i in doc/ examples/ ; do \
 find ./$i  -name 'Makefile*' -exec rm {} \; ; done
 %{__rm} -f %{buildroot}%{_libdir}/*.la
+%fdupes -s doc 
 
 %clean
 rm -rf $RPM_BUILD_ROOT

++ baselibs.conf ++
id3lib





Remember to have fun...

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



commit libqimageblitz4 for openSUSE:Factory

2011-05-17 Thread h_root

Hello community,

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




--- KDE/libqimageblitz4/libqimageblitz4.changes 2008-04-13 14:45:52.0 
+0200
+++ /mounts/work_src_done/STABLE/libqimageblitz4/libqimageblitz4.changes
2011-05-16 23:20:48.0 +0200
@@ -1,0 +2,12 @@
+Mon May 16 21:06:40 UTC 2011 - asterios.dra...@gmail.com
+
+- Update to 0.0.6
+- Spec file updates:
+  * Changes based on spec-cleaner run.
+  * Changes in Group, Url, Summary and %description entries.
+  * Removed Provides/Obsoletes entries for libblitz4.
+  * Removed %changelog entries.
+  * Minor other updates.
+- Added a patch (taken from Fedora) to fix executable-stack rpmlint warning.
+
+---

calling whatdependson for head-i586


Old:

  qimageblitz-0.0.4.tar.bz2

New:

  qimageblitz-0.0.4-noexecstack.patch
  qimageblitz-0.0.6.tar.bz2



Other differences:
--
++ libqimageblitz4.spec ++
--- /var/tmp/diff_new_pack.mD0Ulw/_old  2011-05-17 16:11:40.0 +0200
+++ /var/tmp/diff_new_pack.mD0Ulw/_new  2011-05-17 16:11:40.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package libqimageblitz4 (Version 0.0.4)
+# spec file for package libqimageblitz4
 #
-# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,73 +19,64 @@
 
 
 Name:   libqimageblitz4
-BuildRequires:  cmake kde4-filesystem libqt4-devel
+Version:0.0.6
+Release:1
 License:BSD 3-Clause
-Group:  Development/Libraries/C and C++
-Summary:Image Effect Library for KDE
+Summary:Graphical effect and filter library for KDE
+Url:http://qimageblitz.sourceforge.net/
+Group:  System/Libraries
+Source0:
ftp://ftp.kde.org/pub/kde/stable/qimageblitz/qimageblitz-%{version}.tar.bz2
+# PATCH-FIX-UPSTREAM qimageblitz-0.0.4-noexecstack.patch -- Fix 
executable-stack rpmlint warning (taken from Fedora - upstreamed to 
kdesupport)
+Patch0: qimageblitz-0.0.4-noexecstack.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-Url:http://delta.affinix.com/qca/
-Version:0.0.4
-Release:98
-Provides:   libblitz4 = 0.0.svn705164
-Obsoletes:  libblitz4 = 0.0.svn705164
-Source: qimageblitz-%version.tar.bz2
+BuildRequires:  cmake
+BuildRequires:  kde4-filesystem
+BuildRequires:  libqt4-devel
 
 %description
-Blitz is an interm image effect library that people can use until KDE
-4.1 is released. KImageEffect, the old image effect class is being
-dropped for KDE 4.0 and the replacement, Quasar, won't be ready until
-KDE 4.1. Blitz gives people something to use in the meantime.
-
-
-
-Authors:
-
-Daniel Duley daniel.du...@verizon.net
+libqimageblitz4 is a graphical effect and filter library for KDE4 that contains
+many improvements over KDE 3.x's kdefx library including bugfixes, memory and
+speed improvements, and MMX/SSE support.
 
 %package -n libqimageblitz-devel
 License:BSD 3-Clause
-Summary:Image Effect Library for KDE
+Summary:Development files for libqimageblitz
 Group:  Development/Libraries/C and C++
-Provides:   libblitz-devel = 0.0.svn705164
-Obsoletes:  libblitz-devel = 0.0.svn705164
-Requires:   %name = %version
+Requires:   %{name} = %{version}
 Requires:   libqt4-devel
 
 %description -n libqimageblitz-devel
-Development files for the Blitz library.
-
-
-
-Authors:
-
-Daniel Duley daniel.du...@verizon.net
+This package contains development files for libqimageblitz.
 
 %prep
-%setup -q -n qimageblitz-%version
+%setup -q -n qimageblitz-%{version}
+%patch0 -p1
 
 %build
-%cmake_kde4
+%cmake_kde4 -d build
 %make_jobs
 
 %install
-%makeinstall
+cd build
+%kde4_makeinstall
+cd ..
 
 %post -p /sbin/ldconfig
 
 %postun -p /sbin/ldconfig
 
 %clean
-rm -rf $RPM_BUILD_ROOT
+rm -rf %{buildroot}
 
 %files
-%defattr(-,root,root)
+%defattr(-,root,root,-)
 %{_libdir}/libqimageblitz.so.4*
 
 %files -n libqimageblitz-devel
-%defattr(-,root,root)
-/usr/bin/blitztest
-/usr/include/qimageblitz
+%defattr(-,root,root,-)
+%doc COPYING Changelog README.*
+%{_bindir}/blitztest
+%{_includedir}/qimageblitz/
 %{_libdir}/libqimageblitz.so
 %{_libdir}/pkgconfig/qimageblitz.pc
 

++ qimageblitz-0.0.4-noexecstack.patch ++
Use non-executable stack to make selinux happier
Upstreamed to kdesupport,
r1204248 | rdieter | 2010-12-06 08:05:09 -0600 (Mon, 06 Dec 2010) | 2 lines

diff -ur qimageblitz-0.0.706674/blitz/asm_scale.S 
qimageblitz-0.0.706674-noexecstack/blitz/asm_scale.S
--- 

commit oxygen-gtk for openSUSE:Factory

2011-05-17 Thread h_root

Hello community,

here is the log from the commit of package oxygen-gtk for openSUSE:Factory
checked in at Tue May 17 16:17:29 CEST 2011.




--- KDE/oxygen-gtk/oxygen-gtk.changes   2011-04-18 14:26:14.0 +0200
+++ /mounts/work_src_done/STABLE/oxygen-gtk/oxygen-gtk.changes  2011-05-13 
10:36:50.0 +0200
@@ -1,0 +2,8 @@
+Fri May 13 08:35:28 UTC 2011 - tittiatc...@gmail.com
+
+- Update to 1.0.5
+  - Final bugfix release for the 1.0 releases
+  - Minor bugfixes
+  - Removed oxygen-gtk-bug-263182.patch (fixed upstream)
+
+---

calling whatdependson for head-i586


Old:

  oxygen-gtk-1.0.3.tar.bz2
  oxygen-gtk-bug-263182.patch

New:

  oxygen-gtk-1.0.5.tar.bz2



Other differences:
--
++ oxygen-gtk.spec ++
--- /var/tmp/diff_new_pack.tA3UKS/_old  2011-05-17 16:17:17.0 +0200
+++ /var/tmp/diff_new_pack.tA3UKS/_new  2011-05-17 16:17:17.0 +0200
@@ -18,16 +18,14 @@
 
 
 Name:   oxygen-gtk
-Version:1.0.3
-Release:3
+Version:1.0.5
+Release:1
 License:GNU LGPL v2 or later
 Summary:A Port of the default KDE Widget Theme (Oxygen), to GTK
 Url:https://projects.kde.org/projects/playground/artwork/oxygen-gtk
 Group:  System/GUI/KDE
 Source: 
http://download.kde.org/download.php?url=stable/oxygen-gtk/%{version}/src/%{name}-%{version}.tar.bz2
 Source1:baselibs.conf
-# PATCH-FIX-UPSTREAM oxygen-gtk-bug-263182.patch bko#263182
-Patch1: oxygen-gtk-bug-263182.patch
 BuildRequires:  cmake
 BuildRequires:  gcc-c++
 BuildRequires:  gtk2-devel
@@ -48,7 +46,6 @@
 
 %prep
 %setup -q
-%patch1 -p1
 
 %build
 
@@ -79,4 +76,5 @@
 %doc AUTHORS README
 %{_libdir}/gtk-2.0/2.10.0/engines/liboxygen-gtk.so
 %{_datadir}/themes/oxygen-gtk
+
 %changelog

++ oxygen-gtk-1.0.3.tar.bz2 - oxygen-gtk-1.0.5.tar.bz2 ++
 1894 lines of diff (skipped)






Remember to have fun...

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



commit dbus-1 for openSUSE:Factory

2011-05-17 Thread h_root

Hello community,

here is the log from the commit of package dbus-1 for openSUSE:Factory
checked in at Tue May 17 16:34:27 CEST 2011.




--- dbus-1/dbus-1-x11.changes   2011-03-09 14:25:55.0 +0100
+++ /mounts/work_src_done/STABLE/dbus-1/dbus-1-x11.changes  2011-05-05 
13:46:15.0 +0200
@@ -1,0 +2,59 @@
+Thu May  5 11:45:49 UTC 2011 - co...@opensuse.org
+
+- switch to download_files service
+
+---
+Wed Apr 20 10:07:16 UTC 2011 - co...@opensuse.org
+
+- changes license to GPL2+ or AFL 2.1
+
+---
+Fri Apr 15 14:35:44 CEST 2011 - thoe...@suse.de
+
+- Update to 1.5.0
+  • D-Bus Specification v0.16
+· Add support for path_namespace and arg0namespace in match rules
+  (fd.o #24317, #34870; Will Thompson, David Zeuthen, Simon McVittie)
+· Make argNpath support object paths, not just object-path-like strings,
+  and document it better (fd.o #31818, Will Thompson)
+  • Let the bus daemon implement more than one interface (fd.o #33757,
+Simon McVittie)
+  • Optimize _dbus_string_replace_len to reduce waste (fd.o #21261,
+Roberto Guido)
+  • Require user intervention to compile with missing 64-bit support
+(fd.o #35114, Simon McVittie)
+  • Add dbus_type_is_valid as public API (fd.o #20496, Simon McVittie)
+  • Raise UnknownObject instead of UnknownMethod for calls to methods on
+paths that are not part of the object tree, and UnknownInterface for calls
+to unknown interfaces in the bus daemon (fd.o #34527, Lennart Poettering)
+
+---
+Fri Apr  8 16:41:57 CEST 2011 - thoe...@suse.de
+
+- Update to 1.4.8
+  • Rename configure.in to configure.ac, and update it to modern conventions
+(fd.o #32245; Javier Jardón, Simon McVittie)
+  • Correctly give XDG_DATA_HOME priority over XDG_DATA_DIRS (fd.o #34496,
+Anders Kaseorg)
+  • Prevent X11 autolaunching if $DISPLAY is unset or empty, and add
+--disable-x11-autolaunch configure option to prevent it altogether
+in embedded environments (fd.o #19997, NB#219964; Simon McVittie)
+  • Install the documentation, and an index for Devhelp (fd.o #13495,
+Debian #454142; Simon McVittie, Matthias Clasen)
+  • If checks are not disabled, check validity of string-like types and
+booleans when sending them (fd.o #16338, NB#223152; Simon McVittie)
+  • Add UnknownObject, UnknownInterface, UnknownProperty and PropertyReadOnly
+errors to dbus-shared.h (fd.o #34527, Lennart Poettering)
+  • Break up a huge conditional in config-parser so gcov can produce coverage
+data (fd.o #10887, Simon McVittie)
+  • List which parts of the Desktop Entry specification are applicable to
+.service files (fd.o #19159, Sven Herzberg)
+  • Don't suppress service activation if two services have the same Exec=
+(fd.o #35750, Colin Walters)
+  • Windows:
+· Avoid the name ELEMENT_TYPE due to namespace-pollution from winioctl.h
+  (Andre Heinecke)
+· Include _dbus_path_is_absolute in libdbus on Windows, fixing compilation
+  (fd.o #32805, Mark Brand)
+
+---
dbus-1.changes: same change

calling whatdependson for head-i586


Old:

  _service
  _service:recompress:download_url:dbus-1.4.6.tar.bz2

New:

  _service:download_files:dbus-1.5.0.tar.gz
  _service:download_files:dbus-1.5.0.tar.gz.1
  dbus-1.5.0.tar.gz



Other differences:
--
++ dbus-1-x11.spec ++
--- /var/tmp/diff_new_pack.m8v7Am/_old  2011-05-17 16:33:48.0 +0200
+++ /var/tmp/diff_new_pack.m8v7Am/_new  2011-05-17 16:33:48.0 +0200
@@ -21,14 +21,14 @@
 Name:   dbus-1-x11
 BuildRequires:  xorg-x11-devel
 Url:http://dbus.freedesktop.org/
-License:GNU General Public License (GPL), Other License(s), see package
+License:GPL2+ or AFL 2.1
 Group:  System/Daemons
 Summary:D-Bus Message Bus System
 # COMMON1-BEGIN
 # COMMON1-BEGIN
 BuildRequires:  doxygen libexpat-devel libzio pkgconfig
 BuildRequires:  audit-devel
-Version:1.4.6
+Version:1.5.0
 Release:1
 AutoReqProv:on
 # bug437293
@@ -36,7 +36,7 @@
 Obsoletes:  dbus-1-64bit
 %endif
 #
-Source0:dbus-%{version}.tar.bz2
+Source0:
http://dbus.freedesktop.org/releases/dbus/dbus-%{version}.tar.gz
 Source1:rc.boot.dbus
 Source2:dbus-1.desktop
 Source3:dbus_at_console.ck

++ dbus-1.spec ++
--- /var/tmp/diff_new_pack.m8v7Am/_old  2011-05-17 16:33:48.0 +0200
+++ /var/tmp/diff_new_pack.m8v7Am/_new  2011-05-17 16:33:48.0 +0200
@@ -20,13 +20,13 @@
 
 Name:   dbus-1
 Url:http://dbus.freedesktop.org/
-License:Other uncritical OpenSource License
+License:GPL2+ or 

commit ruby for openSUSE:11.3

2011-05-17 Thread h_root

Hello community,

here is the log from the commit of package ruby for openSUSE:11.3
checked in at Tue May 17 18:53:06 CEST 2011.




--- old-versions/11.3/UPDATES/all/ruby/ruby.changes 2011-03-04 
17:29:32.0 +0100
+++ 11.3/ruby/ruby.changes  2011-05-12 18:36:28.0 +0200
@@ -1,0 +2,7 @@
+Thu May 12 16:23:56 UTC 2011 - mrueck...@suse.de
+
+- added ruby-1.8.x_bigdecimal_memory_corruption.patch:
+  dont cast parameter to unsigned int in the alloc and later memset
+  the original value. (bnc#682287) CVE-2011-0188
+
+---

calling whatdependson for 11.3-i586


New:

  ruby-1.8.x_bigdecimal_memory_corruption.patch



Other differences:
--
++ ruby.spec ++
--- /var/tmp/diff_new_pack.UCgcWK/_old  2011-05-17 18:51:47.0 +0200
+++ /var/tmp/diff_new_pack.UCgcWK/_new  2011-05-17 18:51:47.0 +0200
@@ -20,7 +20,7 @@
 
 Name:   ruby
 Version:1.8.7.p249
-Release:8.RELEASE2
+Release:8.RELEASE3
 #
 %define pkg_version 1.8.7
 %define patch_level p249
@@ -72,6 +72,7 @@
 Patch14:ruby-1.8.x_webrick_charset_issue.patch
 Patch15:ruby-1.8.x_fileutils_symlink_race.patch
 Patch16:ruby-1.8.x_net_http_close_in_rescue.patch
+Patch17:ruby-1.8.x_bigdecimal_memory_corruption.patch
 # vendor ruby files taken from:
 # http://svn.macports.org/repository/macports/trunk/dports/lang/ruby/
 Source3:site-specific.rb
@@ -261,6 +262,7 @@
 %patch14
 %patch15
 %patch16
+%patch17
 %if 0%{?with_bleak_house}
   for patch in valgrind configure gc ; do
 patch -p0  bleak_house-%{bleak_house_version}/ruby/${patch}.patch

++ ruby-1.8.x_bigdecimal_memory_corruption.patch ++
Index: ext/bigdecimal/bigdecimal.c
===
--- ext/bigdecimal/bigdecimal.c.orig2011-05-10 14:14:48.0 +0200
+++ ext/bigdecimal/bigdecimal.c 2011-05-10 14:18:53.602468960 +0200
@@ -2026,11 +2026,11 @@ static int gnAlloc=0; /* Memory allocati
 VP_EXPORT void *
 VpMemAlloc(U_LONG mb)
 {
-void *p = xmalloc((unsigned int)mb);
+void *p = xmalloc(mb);
 if(!p) {
 VpException(VP_EXCEPTION_MEMORY,failed to allocate memory,1);
 }
-memset(p,0,mb);
+memset(p, 0, mb);
 #ifdef _DEBUG
 gnAlloc++; /* Count allocation call */
 #endif /* _DEBUG */





Remember to have fun...

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



commit ruby for openSUSE:11.4

2011-05-17 Thread h_root

Hello community,

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




--- old-versions/11.4/all/ruby/ruby.changes 2011-02-22 17:58:56.0 
+0100
+++ 11.4/ruby/ruby.changes  2011-05-17 18:43:20.0 +0200
@@ -1,0 +2,7 @@
+Thu May 12 16:24:34 UTC 2011 - mrueck...@suse.de
+
+- added ruby-1.8.x_bigdecimal_memory_corruption.patch:
+  dont cast parameter to unsigned int in the alloc and later memset
+  the original value. (bnc#682287) CVE-2011-0188
+
+---

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


Old:

  ruby-1.8.7.p299_webrick_error_page_encoding.patch

New:

  ruby-1.8.x_bigdecimal_memory_corruption.patch



Other differences:
--
++ ruby.spec ++
--- /var/tmp/diff_new_pack.v6usU3/_old  2011-05-17 18:53:32.0 +0200
+++ /var/tmp/diff_new_pack.v6usU3/_new  2011-05-17 18:53:32.0 +0200
@@ -20,7 +20,7 @@
 
 Name:   ruby
 Version:1.8.7.p334
-Release:1.RELEASE2
+Release:1.RELEASE4
 #
 %define pkg_version 1.8.7
 %define patch_level p334
@@ -70,8 +70,7 @@
 Patch11:ruby-1.8.x_yaml2byte.patch
 Patch12:1887f60a8540f64f5c7bb14d57c0be70506941b8.patch
 Patch13:ruby-1.8.7.p334_remove_zlib_test_params_test.patch
-# need to discuss with sec team which encoding is better
-Patch14:ruby-1.8.7.p299_webrick_error_page_encoding.patch
+Patch14:ruby-1.8.x_bigdecimal_memory_corruption.patch
 # vendor ruby files taken from:
 # http://svn.macports.org/repository/macports/trunk/dports/lang/ruby/
 Source3:site-specific.rb
@@ -259,6 +258,7 @@
 %patch11
 %patch12
 %patch13
+%patch14
 %if 0%{?with_bleak_house}
   for patch in valgrind configure gc ; do
 patch -p0  bleak_house-%{bleak_house_version}/ruby/${patch}.patch

++ ruby-1.8.x_bigdecimal_memory_corruption.patch ++
Index: ext/bigdecimal/bigdecimal.c
===
--- ext/bigdecimal/bigdecimal.c.orig2011-05-10 14:14:48.0 +0200
+++ ext/bigdecimal/bigdecimal.c 2011-05-10 14:18:53.602468960 +0200
@@ -2026,11 +2026,11 @@ static int gnAlloc=0; /* Memory allocati
 VP_EXPORT void *
 VpMemAlloc(U_LONG mb)
 {
-void *p = xmalloc((unsigned int)mb);
+void *p = xmalloc(mb);
 if(!p) {
 VpException(VP_EXCEPTION_MEMORY,failed to allocate memory,1);
 }
-memset(p,0,mb);
+memset(p, 0, mb);
 #ifdef _DEBUG
 gnAlloc++; /* Count allocation call */
 #endif /* _DEBUG */





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

2011-05-17 Thread h_root

Hello community,

here is the log from the commit of package bpython for openSUSE:11.4
checked in at Tue May 17 18:55:13 CEST 2011.




--- old-versions/11.4/all/bpython/bpython.changes   2010-08-03 
20:14:23.0 +0200
+++ 11.4/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).
+
+---

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




Other differences:
--
++ bpython.spec ++
--- /var/tmp/diff_new_pack.CFOMnA/_old  2011-05-17 18:54:13.0 +0200
+++ /var/tmp/diff_new_pack.CFOMnA/_new  2011-05-17 18:54:13.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:4.RELEASE5
 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