Hello community, here is the log from the commit of package ruby-qt4 for openSUSE:Factory checked in at 2012-01-27 15:24:12 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ruby-qt4 (Old) and /work/SRC/openSUSE:Factory/.ruby-qt4.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ruby-qt4", Maintainer is "" Changes: -------- --- /work/SRC/openSUSE:Factory/ruby-qt4/ruby-qt4.changes 2011-12-08 12:14:12.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.ruby-qt4.new/ruby-qt4.changes 2012-01-27 15:24:15.000000000 +0100 @@ -1,0 +2,16 @@ +Wed Jan 18 21:00:57 CET 2012 - [email protected] + +- update to 4.8.0 + * first stable release of KDE 4.8 (only critical fixes over 4.7.98) + * see http://kde.org/announcements/4.8/ for details + + +------------------------------------------------------------------- +Tue Jan 10 16:35:01 CET 2012 - [email protected] + +- update to 4.7.98 + * RC2+ milestone release of KDE 4.8 + * see http://kde.org/announcements/4.8/ for details + + +------------------------------------------------------------------- Old: ---- qtruby-4.7.4.tar.bz2 New: ---- qtruby-4.8.0.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ruby-qt4.spec ++++++ --- /var/tmp/diff_new_pack.fGycxA/_old 2012-01-27 15:24:16.000000000 +0100 +++ /var/tmp/diff_new_pack.fGycxA/_new 2012-01-27 15:24:16.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package ruby-qt4 # -# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,7 +16,7 @@ # Name: ruby-qt4 -Version: 4.7.4 +Version: 4.8.0 Release: 0 Summary: QtRuby kdebindings library License: LGPL-2.1+ @@ -81,6 +81,7 @@ %package devel Summary: Development libraries for Ruby-Qt4 +Group: Development/Languages/Ruby Requires: %{name} = %{version} %description devel ++++++ qtruby-4.7.4.tar.bz2 -> qtruby-4.8.0.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qtruby-4.7.4/ChangeLog new/qtruby-4.8.0/ChangeLog --- old/qtruby-4.7.4/ChangeLog 2011-06-22 18:34:14.000000000 +0200 +++ new/qtruby-4.8.0/ChangeLog 2011-07-27 20:37:23.000000000 +0200 @@ -1,3 +1,7 @@ +2011-05-30 Richard Dale <[email protected]> + + * 'long long' types were no longer being marshalled correctly + 2011-04-27 Richard Dale <[email protected]> * In the Qt::Application constructor, when converting ARGV to the C style diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qtruby-4.7.4/examples/ruboids/LICENSE.txt new/qtruby-4.8.0/examples/ruboids/LICENSE.txt --- old/qtruby-4.7.4/examples/ruboids/LICENSE.txt 1970-01-01 01:00:00.000000000 +0100 +++ new/qtruby-4.8.0/examples/ruboids/LICENSE.txt 2011-08-07 17:40:43.000000000 +0200 @@ -0,0 +1,58 @@ +Ruby is copyrighted free software by Yukihiro Matsumoto <[email protected]>. +You can redistribute it and/or modify it under either the terms of the GPL +(see COPYING.txt file), or the conditions below: + + 1. You may make and give away verbatim copies of the source form of the + software without restriction, provided that you duplicate all of the + original copyright notices and associated disclaimers. + + 2. You may modify your copy of the software in any way, provided that + you do at least ONE of the following: + + a) place your modifications in the Public Domain or otherwise + make them Freely Available, such as by posting said + modifications to Usenet or an equivalent medium, or by allowing + the author to include your modifications in the software. + + b) use the modified software only within your corporation or + organization. + + c) rename any non-standard executables so the names do not conflict + with standard executables, which must also be provided. + + d) make other distribution arrangements with the author. + + 3. You may distribute the software in object code or executable + form, provided that you do at least ONE of the following: + + a) distribute the executables and library files of the software, + together with instructions (in the manual page or equivalent) + on where to get the original distribution. + + b) accompany the distribution with the machine-readable source of + the software. + + c) give non-standard executables non-standard names, with + instructions on where to get the original software distribution. + + d) make other distribution arrangements with the author. + + 4. You may modify and include the part of the software into any other + software (possibly commercial). But some files in the distribution + are not written by the author, so that they are not under this terms. + + They are gc.c(partly), utils.c(partly), regex.[ch], st.[ch] and some + files under the ./missing directory. See each file for the copying + condition. + + 5. The scripts and library files supplied as input to or produced as + output from the software do not automatically fall under the + copyright of the software, but belong to whomever generated them, + and may be sold commercially, and may be aggregated with this + software. + + 6. THIS SOFTWARE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR + IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED + WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR + PURPOSE. + diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qtruby-4.7.4/src/lib/Qt/qtruby4.rb new/qtruby-4.8.0/src/lib/Qt/qtruby4.rb --- old/qtruby-4.7.4/src/lib/Qt/qtruby4.rb 2011-06-22 18:34:14.000000000 +0200 +++ new/qtruby-4.8.0/src/lib/Qt/qtruby4.rb 2011-07-27 20:37:23.000000000 +0200 @@ -2544,6 +2544,8 @@ return 4 + const_point elsif typename =~ /^(quint|qint|qulong|qlong|qreal)/ return 4 + const_point + elsif typename =~ /^(long long)$/ + return 2 + const_point else t = typename.sub(/^const\s+/, '') t.sub!(/[&*]$/, '') -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
