mirror of https://github.com/GNOME/gimp.git
prepare for 1.0.4 release
Wed Mar 31 01:31:49 EST 1999 Matt Wilson <msw@gimp.org> * README, NEWS, configure.in, gimp.spec: prepare for 1.0.4 release
This commit is contained in:
parent
712e006464
commit
6d28a05a49
5
NEWS
5
NEWS
|
@ -1,3 +1,8 @@
|
||||||
|
What's new in GIMP 1.0.4
|
||||||
|
|
||||||
|
* Fixes in the menu code - hotkey accelerators for tools work again
|
||||||
|
* Fixes for 8 bit visual rendering
|
||||||
|
|
||||||
What's new in GIMP 1.0.3
|
What's new in GIMP 1.0.3
|
||||||
|
|
||||||
* GTK+ 1.2 support. Now the GIMP *requires* GTK+ 1.2
|
* GTK+ 1.2 support. Now the GIMP *requires* GTK+ 1.2
|
||||||
|
|
4
README
4
README
|
@ -1,7 +1,7 @@
|
||||||
The GIMP: the GNU Image Manipulation Program
|
The GIMP: the GNU Image Manipulation Program
|
||||||
--------------------------------------------
|
--------------------------------------------
|
||||||
|
|
||||||
The main difference between v1.0.3 and much earlier versions is the
|
The main difference between v1.0.4 and much earlier versions is the
|
||||||
use of a tile based memory management for images. This allows the GIMP
|
use of a tile based memory management for images. This allows the GIMP
|
||||||
to work with images much larger than physical memory in a usable
|
to work with images much larger than physical memory in a usable
|
||||||
fashion. Before such memory management, the GIMP was nearly unusable
|
fashion. Before such memory management, the GIMP was nearly unusable
|
||||||
|
@ -54,7 +54,7 @@ active channel, the selection, etc. It also will probably change
|
||||||
sometime in the future to implement some form of compression for the
|
sometime in the future to implement some form of compression for the
|
||||||
tiles.
|
tiles.
|
||||||
|
|
||||||
The GIMP's home page is at
|
The GIMP's home page is at
|
||||||
|
|
||||||
http://www.gimp.org
|
http://www.gimp.org
|
||||||
|
|
||||||
|
|
|
@ -7,7 +7,7 @@ GIMP_MAJOR_VERSION=1
|
||||||
dnl $Format: "GIMP_MINOR_VERSION=$ReleaseMinorVersion$" $
|
dnl $Format: "GIMP_MINOR_VERSION=$ReleaseMinorVersion$" $
|
||||||
GIMP_MINOR_VERSION=0
|
GIMP_MINOR_VERSION=0
|
||||||
dnl $Format: "GIMP_MICRO_VERSION=$ReleaseMicroVersion$" $
|
dnl $Format: "GIMP_MICRO_VERSION=$ReleaseMicroVersion$" $
|
||||||
GIMP_MICRO_VERSION=3
|
GIMP_MICRO_VERSION=4
|
||||||
|
|
||||||
GIMP_VERSION=$GIMP_MAJOR_VERSION.$GIMP_MINOR_VERSION.$GIMP_MICRO_VERSION
|
GIMP_VERSION=$GIMP_MAJOR_VERSION.$GIMP_MINOR_VERSION.$GIMP_MICRO_VERSION
|
||||||
|
|
||||||
|
|
14
gimp.spec
14
gimp.spec
|
@ -1,7 +1,7 @@
|
||||||
%define ver 1.0.3
|
%define ver 1.0.4
|
||||||
%define rel SNAP
|
%define rel SNAP
|
||||||
|
|
||||||
Summary: The GNU Image Manipulation Program
|
Summary: The GNU Image Manipulation Program.
|
||||||
Name: gimp
|
Name: gimp
|
||||||
Version: %ver
|
Version: %ver
|
||||||
Release: %rel
|
Release: %rel
|
||||||
|
@ -11,9 +11,13 @@ URL: http://www.gimp.org/
|
||||||
Source: ftp://ftp.gimp.org/pub/gimp/v0.99/v%{PACKAGE_VERSION}/gimp-%{PACKAGE_VERSION}.tar.gz
|
Source: ftp://ftp.gimp.org/pub/gimp/v0.99/v%{PACKAGE_VERSION}/gimp-%{PACKAGE_VERSION}.tar.gz
|
||||||
BuildRoot: /tmp/gimp-root
|
BuildRoot: /tmp/gimp-root
|
||||||
Obsoletes: gimp-data-min
|
Obsoletes: gimp-data-min
|
||||||
Requires: gtk+ >= 1.0.1
|
Requires: gtk+ >= 1.2
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Mar 31 1999 Matt Wilson <msw@redhat.com>
|
||||||
|
- updated for 1.0.4 release
|
||||||
|
- requires gtk+ >= 1.2
|
||||||
|
|
||||||
* Sun Mar 14 1999 Matt Wilson <msw@redhat.com>
|
* Sun Mar 14 1999 Matt Wilson <msw@redhat.com>
|
||||||
- updated for 1.0.3 release
|
- updated for 1.0.3 release
|
||||||
- updated group
|
- updated group
|
||||||
|
@ -83,7 +87,7 @@ inclined. Alternatively, choose fonts which exist on your system before
|
||||||
running the scripts.
|
running the scripts.
|
||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
Summary: GIMP plugin and extension development kit
|
Summary: GIMP plugin and extension development kit.
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
Requires: gtk+-devel
|
Requires: gtk+-devel
|
||||||
Prereq: /sbin/install-info
|
Prereq: /sbin/install-info
|
||||||
|
@ -91,7 +95,7 @@ Prereq: /sbin/install-info
|
||||||
Static libraries and header files for writing GIMP plugins and extensions.
|
Static libraries and header files for writing GIMP plugins and extensions.
|
||||||
|
|
||||||
%package libgimp
|
%package libgimp
|
||||||
Summary: GIMP libraries
|
Summary: GIMP libraries.
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
Copyright: LGPL
|
Copyright: LGPL
|
||||||
%description libgimp
|
%description libgimp
|
||||||
|
|
Loading…
Reference in New Issue