Hello community, here is the log from the commit of package gdlmm for openSUSE:Factory checked in at 2013-04-03 12:50:21 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/gdlmm (Old) and /work/SRC/openSUSE:Factory/.gdlmm.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gdlmm", Maintainer is "" Changes: -------- --- /work/SRC/openSUSE:Factory/gdlmm/gdlmm.changes 2012-12-05 13:51:49.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.gdlmm.new/gdlmm.changes 2013-04-03 12:50:27.000000000 +0200 @@ -1,0 +2,15 @@ +Mon Feb 18 18:46:20 UTC 2013 - [email protected] + +- Update to version 3.7.3: + + Support of GDL 3.7.3 + + Method Dock::hide_preview added. + + Method DockObject::is_automatic removed. + + Method DockObject::set_manual removed. + + Method Dock::xor_rect_hide removed. + + Method Dock::get_layouts_ui removed. + + Add missing parameter to Dock::dock_drag_motion. +- Drop gdlmm-gdl-3_4.patch and gdlmm-gdl-3_6.patch: fixed upstream. +- Rename libgdlmm-3_0-1 to libgdlmm-3_0-2, following upstreams + soname bump. + +------------------------------------------------------------------- Old: ---- gdlmm-3.3.2.tar.xz gdlmm-gdl-3_4.patch gdlmm-gdl-3_6.patch New: ---- gdlmm-3.7.3.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gdlmm.spec ++++++ --- /var/tmp/diff_new_pack.99uNiD/_old 2013-04-03 12:50:32.000000000 +0200 +++ /var/tmp/diff_new_pack.99uNiD/_new 2013-04-03 12:50:32.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package gdlmm # -# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2013 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 @@ -17,26 +17,16 @@ Name: gdlmm -Version: 3.3.2 +Version: 3.7.3 Release: 0 Summary: C++ interface for gdl License: LGPL-2.1+ Group: System/Libraries Url: http://git.gnome.org/gdlmm/ -Source0: http://download.gnome.org/sources/gdlmm/3.3/%{name}-%{version}.tar.xz -# PATCH-FIX-UPSTREAM gdlmm-gdl-3_4.patch [email protected] -- Fix build with gdl 3.4.0. Taken from git. -Patch0: gdlmm-gdl-3_4.patch -# PATCH-FIX-UPSTREAM gdlmm-gdl-3_6.patch bgo#688095 bgo#688141 [email protected] -- Fix build with gdl 3.6.0 -Patch1: gdlmm-gdl-3_6.patch -# Needed for patch0 -BuildRequires: doxygen +Source0: http://download.gnome.org/sources/gdlmm/3.7/%{name}-%{version}.tar.xz BuildRequires: gcc-c++ -# Needed for patch0 -BuildRequires: graphviz -# Needed for patch0 -BuildRequires: xsltproc BuildRequires: perl(XML::Parser) -BuildRequires: pkgconfig(gdl-3.0) >= 3.0 +BuildRequires: pkgconfig(gdl-3.0) >= 3.7 BuildRequires: pkgconfig(glibmm-2.4) >= 2.16 BuildRequires: pkgconfig(gtkmm-3.0) >= 3.0 BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -44,46 +34,41 @@ %description gdlmm provides a C++ interface to the gdl library. -%package -n libgdlmm-3_0-1 +%package -n libgdlmm-3_0-2 Summary: C++ interface for gdl Group: System/Libraries -%description -n libgdlmm-3_0-1 +%description -n libgdlmm-3_0-2 gdlmm provides a C++ interface to the gdl library. %package devel Summary: C++ interface for gdl -- Development Files Group: Development/Libraries/C and C++ -Requires: libgdlmm-3_0-1 = %{version} +Requires: libgdlmm-3_0-2 = %{version} %description devel gdlmm provides a C++ interface to the gdl library. %prep %setup -q -%patch0 -p1 -%patch1 -p1 %build -# --enable-maintainer-mode and --enable-documentation are needed fro patch0. %configure \ - --disable-static \ - --enable-maintainer-mode \ - --enable-documentation + --disable-static make %{?_smp_mflags} %install %make_install find %{buildroot}%{_libdir} -name '*.la' -type f -delete -print -%post -n libgdlmm-3_0-1 -p /sbin/ldconfig +%post -n libgdlmm-3_0-2 -p /sbin/ldconfig -%postun -n libgdlmm-3_0-1 -p /sbin/ldconfig +%postun -n libgdlmm-3_0-2 -p /sbin/ldconfig %clean rm -rf %{buildroot} -%files -n libgdlmm-3_0-1 +%files -n libgdlmm-3_0-2 %defattr(-,root,root,-) %doc AUTHORS ChangeLog COPYING NEWS README %{_libdir}/libgdlmm-3.0.so.* ++++++ gdlmm-3.3.2.tar.xz -> gdlmm-3.7.3.tar.xz ++++++ ++++ 19548 lines of diff (skipped) -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
