SHA256
1
0
forked from pool/gtkmm2
OBS User unknown 2007-09-19 17:07:16 +00:00 committed by Git OBS Bridge
parent 07c3a7a4b6
commit d44cfef595
4 changed files with 21 additions and 9 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:915ab985fd548a972fed732b45d90238e374f3fef330bf4c9e7834a2554e40c7
size 8560852

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

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:630e05e39f2c1031661c9fb9b418cee404901a73f43cb43dd94b7a805b754267
size 8560051

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Mon Sep 17 17:15:19 CEST 2007 - maw@suse.de
- Update to version 2.12.0:
* RecentAction: Rearrange the constructor parameters, to match
the other Action classes; added more default parameters
- This release requires gtk+ version 2.14.0.
-------------------------------------------------------------------
Tue Sep 11 01:01:07 CEST 2007 - mauro@suse.de

View File

@ -1,5 +1,5 @@
#
# spec file for package gtkmm2 (Version 2.11.8)
# spec file for package gtkmm2 (Version 2.12.0)
#
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
@ -15,17 +15,17 @@ Name: gtkmm2
BuildRequires: cairomm-devel fdupes gcc-c++ glibmm2-devel gtk2-devel libsigc++2-devel update-desktop-files
# Only for directory ownership:
BuildRequires: devhelp
Version: 2.11.8
Release: 1
Version: 2.12.0
Release: 2
Group: System/Libraries
License: LGPL v2 or later
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
Patch: gtkmm2-null.patch
Provides: gtkmm24 = %{version}
Obsoletes: gtkmm24
Autoreqprov: on
AutoReqProv: on
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
@ -105,7 +105,6 @@ export LANG=C
for DIR in tests/[a-z]* ; do
cp -r $DIR/{Makefile,*.cc} $RPM_BUILD_ROOT%{_docdir}/%{name}/tests
done
%fdupes $RPM_BUILD_ROOT
%clean
@ -145,6 +144,11 @@ rm -rf $RPM_BUILD_ROOT
%{_datadir}/devhelp/books/gtkmm-2.4
%changelog
* Mon Sep 17 2007 - maw@suse.de
- Update to version 2.12.0:
* RecentAction: Rearrange the constructor parameters, to match
the other Action classes; added more default parameters
- This release requires gtk+ version 2.14.0.
* Tue Sep 11 2007 - mauro@suse.de
- Update to version 2.11.8:
+ Gdk::Cairo::set_source_color(), set_source_pixbuf(), set_source_pixmap():