From ee56f8b11fc7e1eb806fbf1573f734c8d86e5434 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Sun, 12 Aug 2007 01:06:08 +0000 Subject: [PATCH] - License: LGPLv2+ (with exceptions) --- fltk.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/fltk.spec b/fltk.spec index f605217..40994f5 100644 --- a/fltk.spec +++ b/fltk.spec @@ -5,9 +5,10 @@ Summary: C++ user interface toolkit Name: fltk Version: 1.1.8 -Release: 0.3.%{snap}%{?dist} +Release: 0.4.%{snap}%{?dist} -License: LGPL with exceptions +# LGPLv2+ with exceptions, see COPYING +License: LGPLv2+ Group: System Environment/Libraries URL: http://www.fltk.org/ %if "%{?snap:1}" == "1" @@ -202,6 +203,9 @@ update-desktop-database >& /dev/null ||: %changelog +* Sat Aug 11 2007 Rex Dieter 1.1.8-0.4.r5750 +- License: LGPLv2+ (with exceptions) + * Sun Apr 29 2007 Rex Dieter 1.1.8-0.3.r5750 - *really* fix --rpath issue, using non-empty patch this time (#238284)