From 8475e4a53e8f9b248e65b8e6de0cbc96b2f42b83 Mon Sep 17 00:00:00 2001 From: Nils Philippsen Date: May 23 2006 12:53:30 +0000 Subject: program and manpage version of 2006-05-21 use %optflags change license tag to GPL --- diff --git a/.cvsignore b/.cvsignore index 702884b..2106666 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1,2 +1,2 @@ -dcraw-20051211.c -dcraw-20050929.1 +dcraw-20060521.c +dcraw-20060521.1 diff --git a/dcraw.spec b/dcraw.spec index 5e48bd0..785008e 100644 --- a/dcraw.spec +++ b/dcraw.spec @@ -1,12 +1,12 @@ -%define dcrawdate 20051211 -%define dcrawmandate 20050929 +%define dcrawdate 20060521 +%define dcrawmandate 20060521 Summary: A tool for decoding raw image data from digital cameras. Name: dcraw Version: 0.0.%dcrawdate -Release: 1.2 +Release: 1 Group: Applications/Multimedia -License: freely distributable +License: GPL #The next file is actually http://www.cybercom.net/~dcoffin/dcraw/dcraw.c #but as it doesn't contain any version info in the file name... Source0: dcraw-%{dcrawdate}.c @@ -24,7 +24,7 @@ downloaded from digital cameras. cp %{SOURCE0} dcraw.c %build -gcc -g -O3 -lm -ljpeg -o dcraw dcraw.c +gcc %optflags -lm -ljpeg -o dcraw dcraw.c %install rm -rf %buildroot @@ -41,6 +41,11 @@ rm -rf %buildroot %{_mandir}/man1/* %changelog +* Tue May 23 2006 Nils Philippsen - 0.0.20060521-1 +- program and manpage version of 2006-05-21 +- use %%optflags +- change license tag to GPL + * Fri Feb 10 2006 Jesse Keating - 0.0.20051211-1.2 - bump again for double-long bug on ppc(64) diff --git a/sources b/sources index 300f3b2..9e8ad5a 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ -7b830a3dfc1a109c99e3193cd6cb5ef3 dcraw-20051211.c -9c091d19e6c4cc2d42b1b5624caf9dc5 dcraw-20050929.1 +24085edf502b0eef02da1f9f72f3fdaf dcraw-20060521.c +bcd24b7c28092a6a4c5b9687987131b8 dcraw-20060521.1