Accepting request 75965 from GNOME:Factory
Update to 2.24.2 (forwarded request 75908 from vuntz) OBS-URL: https://build.opensuse.org/request/show/75965 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gtkmm2?expand=0&rev=46
This commit is contained in:
commit
fa9f80ec25
@ -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
3
gtkmm-2.24.2.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:771a69c3252d06b20d4e8be4822bd7fa3b58424458733e3526218a128f1fea34
|
||||||
|
size 15314652
|
@ -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
|
Thu Apr 28 11:30:31 CEST 2011 - vuntz@opensuse.org
|
||||||
|
|
||||||
|
10
gtkmm2.spec
10
gtkmm2.spec
@ -22,14 +22,13 @@ Name: gtkmm2
|
|||||||
%define _name gtkmm
|
%define _name gtkmm
|
||||||
BuildRequires: atkmm-devel cairomm-devel fdupes gcc-c++ glibmm2-devel libsigc++2-devel pangomm-devel
|
BuildRequires: atkmm-devel cairomm-devel fdupes gcc-c++ glibmm2-devel libsigc++2-devel pangomm-devel
|
||||||
BuildRequires: gtk2-devel >= 2.15.1
|
BuildRequires: gtk2-devel >= 2.15.1
|
||||||
Version: 2.24.0
|
Version: 2.24.2
|
||||||
Release: 1
|
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
|
Group: System/Libraries
|
||||||
License: LGPLv2.1+
|
License: LGPLv2.1+
|
||||||
Summary: C++ Interface for GTK2 (a GUI Library for X)
|
Summary: C++ Interface for GTK2 (a GUI Library for X)
|
||||||
Url: http://www.gtkmm.org/
|
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
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -76,8 +75,7 @@ freely combined to quickly create complex user interfaces.
|
|||||||
# FIXME: cannot autoreconf, HAVE_MKFIFO is missing.
|
# FIXME: cannot autoreconf, HAVE_MKFIFO is missing.
|
||||||
#ACLOCAL="aclocal -I scripts" autoreconf -f -i
|
#ACLOCAL="aclocal -I scripts" autoreconf -f -i
|
||||||
%configure \
|
%configure \
|
||||||
--disable-static \
|
--disable-static
|
||||||
--disable-documentation
|
|
||||||
make %{?jobs:-j%jobs} gtkmm_docdir=%{_docdir}/%{name}/docs
|
make %{?jobs:-j%jobs} gtkmm_docdir=%{_docdir}/%{name}/docs
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -104,5 +102,7 @@ rm -rf %{buildroot}
|
|||||||
%{_libdir}/pkgconfig/*.pc
|
%{_libdir}/pkgconfig/*.pc
|
||||||
%{_libdir}/gdkmm-2.4/
|
%{_libdir}/gdkmm-2.4/
|
||||||
%{_libdir}/gtkmm-2.4/
|
%{_libdir}/gtkmm-2.4/
|
||||||
|
%doc %{_datadir}/devhelp/books/%{_name}-2.4/
|
||||||
|
%doc %{_datadir}/doc/%{_name}-2.4/
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
x
Reference in New Issue
Block a user