SHA256
1
0
forked from pool/gtkmm2

Accepting request 75908 from home:vuntz:branches:GNOME:Factory

Update to 2.24.2

OBS-URL: https://build.opensuse.org/request/show/75908
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gtkmm2?expand=0&rev=65
This commit is contained in:
Dominique Leuenberger 2011-07-09 18:58:53 +00:00 committed by Git OBS Bridge
parent 726a84316a
commit fa30210773
4 changed files with 25 additions and 8 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8cbae7254746bc7df7cce882d9b9a916c4e00dba7bdacd1c50b5d096a484cf56
size 15227037

3
gtkmm-2.24.2.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:771a69c3252d06b20d4e8be4822bd7fa3b58424458733e3526218a128f1fea34
size 15314652

View File

@ -1,3 +1,20 @@
-------------------------------------------------------------------
Fri Jul 8 16:00:46 CEST 2011 - vuntz@opensuse.org
- Update to version 2.24.2:
+ Do not require mm-common when building from a tarball
(bgo#654231).
- Changes from version 2.24.1:
+ Gtk:
- ComboBoxText:
. Correct the constructors (bgo#650673).
. prepend_text(): call prepend() instead of append()
(bgo#650673).
+ Gdk:
- Rectangle: Add reference documentation.
- Remove --disable-documentation from configure as we can have
documentation again.
-------------------------------------------------------------------
Thu Apr 28 11:30:31 CEST 2011 - vuntz@opensuse.org

View File

@ -22,14 +22,13 @@ Name: gtkmm2
%define _name gtkmm
BuildRequires: atkmm-devel cairomm-devel fdupes gcc-c++ glibmm2-devel libsigc++2-devel pangomm-devel
BuildRequires: gtk2-devel >= 2.15.1
Version: 2.24.0
Version: 2.24.2
Release: 1
# FIXME: if there is a new upstream version, remove --disable-documentation from configure: this is right now broken because of the move to mm-common upstream, and we need a tarball to have this work.
Group: System/Libraries
License: LGPLv2.1+
Summary: C++ Interface for GTK2 (a GUI Library for X)
Url: http://www.gtkmm.org/
Source: ftp://ftp.gnome.org/pub/GNOME/sources/%{_name}/2.10/%{_name}-%{version}.tar.bz2
Source: http://download.gnome.org/sources/gtkmm/2.24/%{_name}-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
@ -76,8 +75,7 @@ freely combined to quickly create complex user interfaces.
# FIXME: cannot autoreconf, HAVE_MKFIFO is missing.
#ACLOCAL="aclocal -I scripts" autoreconf -f -i
%configure \
--disable-static \
--disable-documentation
--disable-static
make %{?jobs:-j%jobs} gtkmm_docdir=%{_docdir}/%{name}/docs
%install
@ -104,5 +102,7 @@ rm -rf %{buildroot}
%{_libdir}/pkgconfig/*.pc
%{_libdir}/gdkmm-2.4/
%{_libdir}/gtkmm-2.4/
%doc %{_datadir}/devhelp/books/%{_name}-2.4/
%doc %{_datadir}/doc/%{_name}-2.4/
%changelog