This commit is contained in:
parent
a3ba3139a3
commit
14ee60479e
3
gtk+-2.10.10.tar.bz2
Normal file
3
gtk+-2.10.10.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:f6b3448fcb0eaad1be873eb33c4b733414288b9aada6b51c6ac44140001e89b1
|
||||||
|
size 15125824
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:3aab107fb97a280b77fa30d07540e325d1511907bbce1e7efa5b4db2dffa28a3
|
|
||||||
size 14933330
|
|
11
gtk2.changes
11
gtk2.changes
@ -1,3 +1,14 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Mar 21 13:16:22 CST 2007 - maw@suse.de
|
||||||
|
|
||||||
|
- Update to version 2.10.10
|
||||||
|
- Bugfixes, including bugzilla.gnome.org 399907, 396899, 402453,
|
||||||
|
402806, 403409, 403896, 46757, 405696, 377164, 310522, 389765,
|
||||||
|
408018, 386618, 403139, 356515, 382565, 409101, 325477, 151169,
|
||||||
|
143213, 153785, 402131, 412596, 413492, 414875, 415645, 414975,
|
||||||
|
124045, 412221, 356515, 413664, 413032, 416525, 331369, 335796,
|
||||||
|
351671, 396703, 356515, 350988, 396805, and 382904.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Feb 26 18:55:40 CET 2007 - sbrabec@suse.cz
|
Mon Feb 26 18:55:40 CET 2007 - sbrabec@suse.cz
|
||||||
|
|
||||||
|
22
gtk2.spec
22
gtk2.spec
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package gtk2 (Version 2.10.9)
|
# spec file for package gtk2 (Version 2.10.10)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
# This file and all modifications and additions to the pristine
|
# This file and all modifications and additions to the pristine
|
||||||
@ -22,8 +22,8 @@ License: GNU Library General Public License v. 2.0 and 2.1 (LGPL)
|
|||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Autoreqprov: on
|
Autoreqprov: on
|
||||||
PreReq: /usr/bin/touch /bin/rm /bin/rmdir
|
PreReq: /usr/bin/touch /bin/rm /bin/rmdir
|
||||||
Version: 2.10.9
|
Version: 2.10.10
|
||||||
Release: 3
|
Release: 1
|
||||||
Summary: Library for Creation of Graphical User Interfaces
|
Summary: Library for Creation of Graphical User Interfaces
|
||||||
Source: ftp://ftp.gnome.org/pub/GNOME/sources/%{_name}/2.10/%{_name}-%{version}.tar.bz2
|
Source: ftp://ftp.gnome.org/pub/GNOME/sources/%{_name}/2.10/%{_name}-%{version}.tar.bz2
|
||||||
Source1: SuSEconfig.gtk2
|
Source1: SuSEconfig.gtk2
|
||||||
@ -124,7 +124,7 @@ Authors:
|
|||||||
Owen Taylor <otaylor@gtk.org>
|
Owen Taylor <otaylor@gtk.org>
|
||||||
|
|
||||||
%package doc
|
%package doc
|
||||||
Summary: Additional Package Documentation.
|
Summary: Additional Package Documentation for gtk2.
|
||||||
Group: Development/Libraries/X11
|
Group: Development/Libraries/X11
|
||||||
Requires: %{name} = %{version}
|
Requires: %{name} = %{version}
|
||||||
|
|
||||||
@ -135,6 +135,8 @@ Originally it was written for the GIMP and hence has the name Gimp
|
|||||||
ToolKit. Many people like it because it is small, efficient, and very
|
ToolKit. Many people like it because it is small, efficient, and very
|
||||||
configurable.
|
configurable.
|
||||||
|
|
||||||
|
This package contains additional documentation.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Authors:
|
Authors:
|
||||||
@ -163,7 +165,7 @@ Authors:
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{_name}-%{version}
|
%setup -q -n %{_name}-%{version}
|
||||||
gnome-patch-translation-prepare
|
###gnome-patch-translation-prepare
|
||||||
%patch -p1
|
%patch -p1
|
||||||
%patch1
|
%patch1
|
||||||
%patch4 -p1
|
%patch4 -p1
|
||||||
@ -188,7 +190,7 @@ cp -a %{S:2} .
|
|||||||
# %patch40 -p1
|
# %patch40 -p1
|
||||||
# %patch41 -p0
|
# %patch41 -p0
|
||||||
# %patch42 -p1
|
# %patch42 -p1
|
||||||
gnome-patch-translation-update
|
###gnome-patch-translation-update
|
||||||
|
|
||||||
%build
|
%build
|
||||||
ACLOCAL="aclocal -I m4macros" autoreconf -f -i
|
ACLOCAL="aclocal -I m4macros" autoreconf -f -i
|
||||||
@ -335,6 +337,14 @@ fi
|
|||||||
%{_datadir}/gtk-doc/html/*
|
%{_datadir}/gtk-doc/html/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Mar 21 2007 - maw@suse.de
|
||||||
|
- Update to version 2.10.10
|
||||||
|
- Bugfixes, including bugzilla.gnome.org 399907, 396899, 402453,
|
||||||
|
402806, 403409, 403896, 46757, 405696, 377164, 310522, 389765,
|
||||||
|
408018, 386618, 403139, 356515, 382565, 409101, 325477, 151169,
|
||||||
|
143213, 153785, 402131, 412596, 413492, 414875, 415645, 414975,
|
||||||
|
124045, 412221, 356515, 413664, 413032, 416525, 331369, 335796,
|
||||||
|
351671, 396703, 356515, 350988, 396805, and 382904.
|
||||||
* Mon Feb 26 2007 - sbrabec@suse.cz
|
* Mon Feb 26 2007 - sbrabec@suse.cz
|
||||||
- Fixed gtk64.patch.
|
- Fixed gtk64.patch.
|
||||||
* Fri Feb 16 2007 - maw@suse.de
|
* Fri Feb 16 2007 - maw@suse.de
|
||||||
|
Loading…
x
Reference in New Issue
Block a user