OBS User unknown 2008-08-28 21:02:17 +00:00 committed by Git OBS Bridge
parent 1440e41afb
commit 3d11549d3d
4 changed files with 36 additions and 7 deletions

View File

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

3
gtk+-2.13.7.tar.bz2 Normal file
View File

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

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Thu Aug 28 17:30:27 CEST 2008 - maw@suse.de
- Update to version 2.13.7:
+ Bugs fixed: bgo#545031, bgo#535573, bgo#546771, bgo#546756,
bgo#547027, bgo#544863, bgo#547211, bgo#547270, bgo#546616,
bgo#546754, bgo#546730, bgo#526234, bgo#547456, bgo#547516,
bgo#547673, bgo#547775, bgo#547846, bgo#547655, bgo#547944,
bgo#547680, bgo#546549, and bgo#532644
+ Updated translations
- Don't require gcc-c++ to build.
-------------------------------------------------------------------
Thu Aug 14 21:32:03 CEST 2008 - maw@suse.de

View File

@ -1,5 +1,5 @@
#
# spec file for package gtk2 (Version 2.13.6)
# spec file for package gtk2 (Version 2.13.7)
#
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -21,7 +21,15 @@ Name: gtk2
%define _name gtk+
# If you enable DirectFB support here, you have to enable it in cairo, too:
%define DIRECTFB_SUPPORT 0
BuildRequires: atk-devel cairo-devel cups-devel gcc-c++ gnome-patch-translation gtk-doc libjasper-devel libtiff-devel pango-devel
BuildRequires: atk-devel
BuildRequires: cairo-devel
BuildRequires: cups-devel
### BuildRequires: gcc-c++
BuildRequires: gnome-patch-translation
BuildRequires: gtk-doc
BuildRequires: libjasper-devel
BuildRequires: libtiff-devel
BuildRequires: pango-devel
%if %DIRECTFB_SUPPORT
BuildRequires: DirectFB-devel
%endif
@ -34,8 +42,8 @@ License: LGPL v2.1 or later
Group: System/Libraries
AutoReqProv: on
PreReq: /usr/bin/touch /bin/rm /bin/rmdir
Version: 2.13.6
Release: 2
Version: 2.13.7
Release: 1
Summary: Library for Creation of Graphical User Interfaces (version 2)
Source: ftp://ftp.gnome.org/pub/GNOME/sources/%{_name}/2.12/%{_name}-%{version}.tar.bz2
Source1: SuSEconfig.gtk2
@ -429,6 +437,15 @@ fi
%{_datadir}/gtk-doc/html/*
%changelog
* Thu Aug 28 2008 maw@suse.de
- Update to version 2.13.7:
+ Bugs fixed: bgo#545031, bgo#535573, bgo#546771, bgo#546756,
bgo#547027, bgo#544863, bgo#547211, bgo#547270, bgo#546616,
bgo#546754, bgo#546730, bgo#526234, bgo#547456, bgo#547516,
bgo#547673, bgo#547775, bgo#547846, bgo#547655, bgo#547944,
bgo#547680, bgo#546549, and bgo#532644
+ Updated translations
- Don't require gcc-c++ to build.
* Thu Aug 14 2008 maw@suse.de
- Respin gtk+-strict-aliasing.patch to fix a build failure.
* Wed Aug 06 2008 maw@suse.de