Hello community, here is the log from the commit of package mono-qt4 for openSUSE:Factory checked in at Sun Sep 11 19:41:15 CEST 2011.
-------- --- mono-qt4/mono-qt4.changes 2011-08-24 13:16:23.000000000 +0200 +++ /mounts/work_src_done/STABLE/mono-qt4/mono-qt4.changes 2011-09-01 23:32:12.000000000 +0200 @@ -1,0 +2,5 @@ +Thu Sep 1 23:32:10 CEST 2011 - [email protected] + +- update to 4.7.1 + +------------------------------------------------------------------- calling whatdependson for head-i586 Old: ---- qyoto-4.7.0.tar.bz2 New: ---- _service:format_spec_file:mono-qt4.spec qyoto-4.7.1.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ _service:format_spec_file:mono-qt4.spec ++++++ # # spec file for package mono-qt4 # # 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: mono-qt4 Version: 4.7.1 Release: 1 License: GPL-2.0+ Summary: Mono Qt4 kdebindings library Url: https://projects.kde.org/projects/kde/kdebindings/csharp/qyoto Group: Development/Languages/Mono Source0: qyoto-%{version}.tar.bz2 Patch1: qyoto-remove-examples.patch BuildRequires: cmake BuildRequires: kde4-filesystem BuildRequires: libQtWebKit-devel BuildRequires: libmono-2_0-devel BuildRequires: libqimageblitz-devel BuildRequires: libqscintilla-devel BuildRequires: libsmokegen-devel BuildRequires: libsmokeqt-devel BuildRequires: mono BuildRequires: mono-devel BuildRequires: phonon-devel BuildRequires: qwt-devel BuildRequires: sqlite-devel Requires: libqyoto2 = %{version} Provides: mono-qt = 4.7.0 Obsoletes: mono-qt < 4.7.0 BuildRoot: %{_tmppath}/%{name}-%{version}-build %description .NET/Mono bindings for the Qt4 libraries from the kdebindings Qyoto project. %prep %setup -q -n qyoto-%{version} %patch1 %build %cmake_kde4 -d build %make_jobs %install cd build %make_install %package -n libqyoto2 License: GPL-2.0+ Summary: Mono bindings for Qt4 libraries Group: Development/Languages/Mono %description -n libqyoto2 Shared library for the .NET/Mono bindings for the Qt4 libraries. %package devel License: GPL-2.0+ Summary: Development libraries for Mono-Qt4 Group: Development/Languages/Mono Requires: %{name} = %{version} %description devel This package contains development files for the .NET/Mono bindings for the Qt4 libraries. %post -n libqyoto2 -p /sbin/ldconfig %postun -n libqyoto2 -p /sbin/ldconfig %files -n libqyoto2 %defattr(-,root,root) %{_kde4_libdir}/libqyoto.so.* %files %defattr(-,root,root) %dir %{_prefix}/lib/mono %{_prefix}/lib/mono/qyoto/ %{_prefix}/lib/mono/gac/qt-dotnet/ %{_prefix}/lib/mono/gac/qtscript/ %{_prefix}/lib/mono/gac/qttest/ %{_prefix}/lib/mono/gac/qtuitools/ %{_prefix}/lib/mono/gac/qtwebkit/ %{_prefix}/lib/mono/gac/phonon/ %{_prefix}/lib/mono/gac/qscintilla/ %{_datadir}/qyoto/ %files devel %defattr(-,root,root) %{_kde4_bindir}/csrcc %{_kde4_bindir}/uics %{_includedir}/qyoto %{_kde4_libdir}/pkgconfig/qyoto.pc %{_kde4_libdir}/pkgconfig/qtwebkit-sharp.pc %{_kde4_libdir}/pkgconfig/qttest-sharp.pc %{_kde4_libdir}/pkgconfig/qtuitools-sharp.pc %{_kde4_libdir}/pkgconfig/qtscript-sharp.pc %{_kde4_libdir}/libqtscript-sharp.so %{_kde4_libdir}/libphonon-sharp.so %{_kde4_libdir}/libqyoto.so %{_kde4_libdir}/libqttest-sharp.so %{_kde4_libdir}/libqtuitools-sharp.so %{_kde4_libdir}/libqtwebkit-sharp.so %{_kde4_libdir}/libqscintilla-sharp.so %{_datadir}/qyoto/cmake %changelog ++++++ mono-qt4.spec ++++++ --- /var/tmp/diff_new_pack.gI34uu/_old 2011-09-11 19:41:10.000000000 +0200 +++ /var/tmp/diff_new_pack.gI34uu/_new 2011-09-11 19:41:10.000000000 +0200 @@ -18,8 +18,8 @@ Name: mono-qt4 -Version: 4.7.0 -Release: 5 +Version: 4.7.1 +Release: 1 License: GPL-2.0+ Summary: Mono Qt4 kdebindings library Url: https://projects.kde.org/projects/kde/kdebindings/csharp/qyoto ++++++ qyoto-4.7.0.tar.bz2 -> qyoto-4.7.1.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qyoto-4.7.0/src/delegateinvocation.h new/qyoto-4.7.1/src/delegateinvocation.h --- old/qyoto-4.7.0/src/delegateinvocation.h 2011-05-20 22:33:36.000000000 +0200 +++ new/qyoto-4.7.1/src/delegateinvocation.h 2011-08-22 15:23:22.000000000 +0200 @@ -1,3 +1,13 @@ +/* + * Copyright (C) 2008 Nokia Corporation and/or its subsidiary(-ies), Contact: [email protected] + * Copyright (C) 2008 Arno Rehn <[email protected]> + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License as + * published by the Free Software Foundation; either version 2 of the + * License, or (at your option) any later version. + */ + #ifndef DELEGATEINVOCATION_H #define DELEGATEINVOCATION_H ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
