From 19405e9e1b5d7ef7627d5aa52d054902c4710de0 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Nov 28 2008 12:14:35 +0000 Subject: New upstream release --- diff --git a/pspp.spec b/pspp.spec index 9a52584..73dc604 100644 --- a/pspp.spec +++ b/pspp.spec @@ -1,6 +1,6 @@ Name: pspp -Version: 0.6.0 -Release: 9%{?dist} +Version: 0.6.1 +Release: 1%{?dist} Summary: A program for statistical analysis of sampled data Group: Applications/Engineering @@ -8,6 +8,7 @@ License: GPLv3+ URL: http://www.gnu.org/software/pspp/ Source0: ftp://ftp.gnu.org/pub/gnu/pspp/pspp-%{version}.tar.gz Source1: pspp-psppire-desktop.txt +Source2: pspp.svg BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) BuildRequires: plotutils-devel, ncurses-devel, readline-devel BuildRequires: gsl-devel >= 1.11-2 @@ -34,6 +35,7 @@ iconv -f ISO-8859-1 -t UTF-8 THANKS >$TMPTHANKS chmod --reference=THANKS $TMPTHANKS touch --reference=THANKS $TMPTHANKS mv $TMPTHANKS THANKS +find . -exec chmod g-s '{}' \; %build %configure CFLAGS="${CFLAGS:-%optflags} -fgnu89-inline" \ @@ -87,6 +89,11 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/applications/fedora-psppire.desktop %changelog +* Fri Nov 28 2008 Matěj Cepl 0.6.1-1 +- New upstream release. +- Added home made logo. +- Fix file permissions. + * Wed Nov 12 2008 Matěj Cepl - 0.6.0-9 - Fix in the %%preun script -- install-info wants only .info file as an argument. diff --git a/sources b/sources index 0a5a94e..04bb384 100644 --- a/sources +++ b/sources @@ -1 +1,2 @@ -425c4a59d8e85276d3a4ecd6cb0024a3 pspp-0.6.0.tar.gz +b871739200938820d8db898cd200ed06 pspp-0.6.1.tar.gz +dd45ec2c8ce83b06c74c9f4461776322 pspp.svg