From d3b811d30128f91aa12ccba12307bc5f92ec395b Mon Sep 17 00:00:00 2001 From: cvsdist Date: Thu, 9 Sep 2004 07:35:41 +0000 Subject: [PATCH] auto-import changelog data from libmng-1.0.2-1.src.rpm Tue Jul 31 2001 Bernhard Rosenkraenzer 1.0.2-1 - Update to 1.0.2 (bugfix release - fixes a memory leak and file corruption) --- .cvsignore | 2 +- libmng.spec | 46 ++++++++++++++++++++-------------------------- sources | 2 +- 3 files changed, 22 insertions(+), 28 deletions(-) diff --git a/.cvsignore b/.cvsignore index c49aee4..e64a6f3 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -libmng-1.0.1.tar.bz2 +libmng-1.0.2.tar.bz2 diff --git a/libmng.spec b/libmng.spec index bc42caa..7dd679d 100644 --- a/libmng.spec +++ b/libmng.spec @@ -1,8 +1,8 @@ Name: libmng -Version: 1.0.1 -Release: 2 +Version: 1.0.2 +Release: 1 URL: http://www.libmng.com/ -Summary: Library for supporting MNG (Animated PNG) graphics +Summary: A library which supports MNG graphics. License: BSD-like Source: http://www.libmng.com/download/%{name}-%{version}.tar.bz2 Group: System Environment/Libraries @@ -12,40 +12,31 @@ Requires: zlib, libjpeg BuildPrereq: gcc glibc-devel zlib-devel libjpeg-devel %package devel -Summary: Development files for the MNG (Animated PNG) library +Summary: Development files for the LibMNG library. Group: Development/Libraries Requires: %{name} = %{version} %package static -Summary: MNG (Animated PNG) library for static linking +Summary: A statically linked version of the LibMNG library. Group: Development/Libraries %description -LibMNG is a library for accessing graphics in the MNG (Multi-image -Network Graphics, basically animated PNG) and JNG (JPEG Network Graphics, -basically JPEG streams integrated in a PNG chunk) formats. +LibMNG is a library for accessing graphics in MNG (Multi-image Network +Graphics) and JNG (JPEG Network Graphics) formats. MNG graphics are +basically animated PNGs. JNG graphics are basically JPEG streams +integrated into a PNG chunk. %description devel -Development (Header) files for the LibMNG library. - -LibMNG is a library for accessing graphics in the MNG (Multi-image -Network Graphics, basically animated PNG) and JNG (JPEG Network Graphics, -basically JPEG streams integrated in a PNG chunk) formats. - -Install %{name}-devel if you wish to develop or compile applications -using MNG graphics. +LibMNG is a library for accessing MNG and JNG format graphics. The +libmng-devel package contains files needed for developing or compiling +applications which use MNG graphics. %description static -A version of the LibMNG library for linking statically. - -LibMNG is a library for accessing graphics in the MNG (Multi-image -Network Graphics, basically animated PNG) and JNG (JPEG Network Graphics, -basically JPEG streams integrated in a PNG chunk) formats. - -Install %{name}-devel if you wish to develop or compile applications -using MNG graphics without depending on libmng being installed on the -user's system. - +LibMNG is a library for accessing MNG and JNG format graphics. The +libmng-static package contains a statically linked version of the +LibMNG library, which you need if you want to develop or compile +applications using MNG graphics without depending upon LibMNG being +installed on the user's system. %prep %setup @@ -81,6 +72,9 @@ rm -rf $RPM_BUILD_ROOT %{prefix}/lib/*.a %changelog +* Tue Jul 31 2001 Bernhard Rosenkraenzer 1.0.2-1 +- Update to 1.0.2 (bugfix release - fixes a memory leak and file corruption) + * Wed Jun 20 2001 Than Ngo 1.0.1-2 - requires %%{name} = %%{version} diff --git a/sources b/sources index 92fb269..71b200e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -b6cd839aa139dc0103726835b8c612f5 libmng-1.0.1.tar.bz2 +b1046b12ccb3ccdc476c1e53a06699dd libmng-1.0.2.tar.bz2