rpms/pspp/F-9 pspp.spec,1.2,1.3 sources,1.2,1.3

Matej Cepl mcepl at fedoraproject.org
Fri Nov 28 12:16:26 UTC 2008


Author: mcepl

Update of /cvs/extras/rpms/pspp/F-9
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv29410

Modified Files:
	pspp.spec sources 
Log Message:
New upstream release


Index: pspp.spec
===================================================================
RCS file: /cvs/extras/rpms/pspp/F-9/pspp.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- pspp.spec	12 Nov 2008 15:41:19 -0000	1.2
+++ pspp.spec	28 Nov 2008 12:15:56 -0000	1.3
@@ -1,6 +1,6 @@
 Name:           pspp
-Version:        0.6.0
-Release:        6%{?dist}
+Version:        0.6.1
+Release:        1%{?dist}
 Summary:        A program for statistical analysis of sampled data
 
 Group:          Applications/Engineering
@@ -8,8 +8,10 @@
 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, gsl-devel, ncurses-devel, readline-devel
+BuildRequires:  plotutils-devel, ncurses-devel, readline-devel
+BuildRequires:  gsl-devel >= 1.11-2
 BuildRequires:  postgresql-devel
 BuildRequires:  glade3-libgladeui-devel, libglade2-devel
 BuildRequires:  gettext, desktop-file-utils
@@ -33,6 +35,7 @@
 chmod --reference=THANKS $TMPTHANKS
 touch --reference=THANKS $TMPTHANKS
 mv $TMPTHANKS THANKS
+find . -exec chmod g-s '{}' \;
 
 %build
 %configure CFLAGS="${CFLAGS:-%optflags} -fgnu89-inline" \
@@ -67,7 +70,7 @@
 
 %preun
 if [ $1 = 0 ] ; then
-   /sbin/install-info --delete %{_infodir}/%{name}.info %{_infodir}/dir || :
+    /sbin/install-info --delete %{_infodir}/%{name}.info %{_infodir}/dir || :
 fi
 
 %clean
@@ -86,9 +89,24 @@
 %{_datadir}/applications/fedora-psppire.desktop
 
 %changelog
-* Wed Nov 12 2008 Matěj Cepl <mcepl at redhat.com> - 0.6.0-6
-- Bad understanding of the role of install-info in the history of
-  humankind.
+* Fri Nov 28 2008 Matěj Cepl <mcepl at redhat.com> 0.6.1-1
+- New upstream release.
+- Added home made logo.
+- Fix file permissions.
+
+* Wed Nov 12 2008 Matěj Cepl <mcepl at redhat.com> - 0.6.0-9
+- Fix in the %%preun script -- install-info wants only .info file
+  as an argument.
+
+* Thu Sep 25 2008 Matěj Cepl <mcepl at redhat.com> - 0.6.0-8
+- Fix wrong CFLAGS -- add -fgnu89-inline
+
+* Mon Jul 07 2008 Matej Cepl <mcepl at redhat.com> 0.6.0-7
+- Fix BuildRequires.
+
+* Wed Jun 18 2008 Matej Cepl <mcepl at redhat.com> 0.6.0-6
+- Bug 451006 has been resolved, so we don't have to munge CFLAGS
+  anymore.
 
 * Sat Jun 14 2008 Matěj Cepl <mcepl at redhat.com> 0.6.0-5
 - Approved version with fixed duplicate %%{_sysconfdir}/pspp


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/pspp/F-9/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	16 Jun 2008 16:49:53 -0000	1.2
+++ sources	28 Nov 2008 12:15:56 -0000	1.3
@@ -1 +1,2 @@
-425c4a59d8e85276d3a4ecd6cb0024a3  pspp-0.6.0.tar.gz
+b871739200938820d8db898cd200ed06  pspp-0.6.1.tar.gz
+dd45ec2c8ce83b06c74c9f4461776322  pspp.svg




More information about the fedora-extras-commits mailing list