This commit is contained in:
parent
a954c28939
commit
07c3a7a4b6
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3f78790ab9ccfecaf15b9624de808fb8f48b25b4389e8ab86c83c419284ab06d
|
||||
size 8618038
|
3
gtkmm-2.11.8.tar.bz2
Normal file
3
gtkmm-2.11.8.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:915ab985fd548a972fed732b45d90238e374f3fef330bf4c9e7834a2554e40c7
|
||||
size 8560852
|
@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 11 01:01:07 CEST 2007 - mauro@suse.de
|
||||
|
||||
- Update to version 2.11.8:
|
||||
+ Gdk::Cairo::set_source_color(), set_source_pixbuf(), set_source_pixmap():
|
||||
Deprecated the existing versions of these methods and added overloads that
|
||||
take a const RefPtr& instead.
|
||||
+ Deprecated Gdk::Cairo::rectangle(), replacing it with
|
||||
add_rectangle_to_path(). and deprecated Gdk::Cairo::region(), replacing it
|
||||
with add_region_to_path(),
|
||||
because these names are clearer.
|
||||
+ Documentation: Tutorial: DrawingArea: Corrected a mention of
|
||||
PixBuf to Pixbuf. Bug #465961
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 31 19:29:22 CEST 2007 - maw@suse.de
|
||||
|
||||
|
15
gtkmm2.spec
15
gtkmm2.spec
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package gtkmm2 (Version 2.11.7)
|
||||
# spec file for package gtkmm2 (Version 2.11.8)
|
||||
#
|
||||
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# This file and all modifications and additions to the pristine
|
||||
@ -15,7 +15,7 @@ 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.7
|
||||
Version: 2.11.8
|
||||
Release: 1
|
||||
Group: System/Libraries
|
||||
License: LGPL v2 or later
|
||||
@ -145,6 +145,17 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_datadir}/devhelp/books/gtkmm-2.4
|
||||
|
||||
%changelog
|
||||
* Tue Sep 11 2007 - mauro@suse.de
|
||||
- Update to version 2.11.8:
|
||||
+ Gdk::Cairo::set_source_color(), set_source_pixbuf(), set_source_pixmap():
|
||||
Deprecated the existing versions of these methods and added overloads that
|
||||
take a const RefPtr& instead.
|
||||
+ Deprecated Gdk::Cairo::rectangle(), replacing it with
|
||||
add_rectangle_to_path(). and deprecated Gdk::Cairo::region(), replacing it
|
||||
with add_region_to_path(),
|
||||
because these names are clearer.
|
||||
+ Documentation: Tutorial: DrawingArea: Corrected a mention of
|
||||
PixBuf to Pixbuf. Bug #465961
|
||||
* Fri Aug 31 2007 - maw@suse.de
|
||||
- Update to version 2.11.7:
|
||||
+ Build fixes
|
||||
|
Loading…
x
Reference in New Issue
Block a user