[skyviewer] Update to 1.0.1

Nikos Roussos comzeradd at fedoraproject.org
Fri Jul 4 08:56:52 UTC 2014


commit 327a168dc843c2912b7f11a82170169136fcb651
Author: Nikos Roussos <nikos at roussos.cc>
Date:   Fri Jul 4 11:57:00 2014 +0300

    Update to 1.0.1

 .gitignore                   |    1 +
 skyviewer-1.0.1-libGLU.patch |   11 +++++++++++
 skyviewer.spec               |   16 ++++++++--------
 sources                      |    2 +-
 4 files changed, 21 insertions(+), 9 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 13a775b..2e91502 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 skyviewer-1.0.0.tar.gz
+/skyviewer-1.0.1.tar.gz
diff --git a/skyviewer-1.0.1-libGLU.patch b/skyviewer-1.0.1-libGLU.patch
new file mode 100644
index 0000000..7211f07
--- /dev/null
+++ b/skyviewer-1.0.1-libGLU.patch
@@ -0,0 +1,11 @@
+--- skyviewer-1.0.1/skyviewer.pro.orig	2014-03-11 23:16:34.000000000 +0200
++++ skyviewer-1.0.1/skyviewer.pro	2014-07-04 11:45:36.142772244 +0300
+@@ -62,7 +62,7 @@
+ TEMPLATE = app
+ CONFIG += release warn_on qt thread
+ CONFIG += thread
+-LIBS += -lcfitsio -lQGLViewer
++LIBS += -lcfitsio -lGLU -lQGLViewer
+ LIBS += -lchealpix
+ contains( QT_VERSION, "^4\..*" ){
+   QT *= xml opengl
diff --git a/skyviewer.spec b/skyviewer.spec
index 1d24d62..495ab25 100644
--- a/skyviewer.spec
+++ b/skyviewer.spec
@@ -1,6 +1,6 @@
 Name:           skyviewer
-Version:        1.0.0
-Release:        15%{?dist}
+Version:        1.0.1
+Release:        1%{?dist}
 Summary:        Program to display HEALPix-based skymaps in FITS files
 
 Group:          Amusements/Graphics
@@ -8,9 +8,7 @@ License:        Public Domain
 URL:            http://lambda.gsfc.nasa.gov/toolbox/tb_skyviewer_ov.cfm
 Source0:        http://lambda.gsfc.nasa.gov/toolbox/skyviewer/%{name}-%{version}.tar.gz
 Source1:        skyviewer.desktop
-# Will be included in the next release
-Source2:        skyviewer-license.txt
-Patch0:		skyviewer-1.0.0-libGLU.patch
+Patch0:         skyviewer-1.0.1-libGLU.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  cfitsio-devel
@@ -18,7 +16,7 @@ BuildRequires:  chealpix-devel
 BuildRequires:  desktop-file-utils
 BuildRequires:  libQGLViewer-devel
 BuildRequires:  qt4-devel
-BuildRequires:	mesa-libGLU-devel
+BuildRequires:  mesa-libGLU-devel
 
 %description
 SkyViewer is an OpenGL based program to display HEALPix-based skymaps,
@@ -31,7 +29,6 @@ assuming you have a strong enough graphics card.
 %prep
 %setup -q
 %patch0 -p1 -b .GLU
-install -pm 0644 %{SOURCE2} LICENSE
 
 
 %build
@@ -75,10 +72,13 @@ rm -rf $RPM_BUILD_ROOT
 %{_bindir}/skyviewer
 %{_datadir}/pixmaps/skyviewer.png
 %{_datadir}/applications/skyviewer.desktop
-%doc test_iqu.fits README.txt LICENSE general.txt notes-ngp.txt
+%doc test_iqu.fits README.txt License.txt general.txt notes-ngp.txt
 
 
 %changelog
+* Fri Jul 04 2014 Nikos Roussos <comzeradd at fedoraproject.org> - 1.0.1-1
+- Update to 1.0.1
+
 * Sun Jun 08 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.0.0-15
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
 
diff --git a/sources b/sources
index 085e4fe..1520138 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-1fc1a1f45d92fa09699a5869f6f2df4e  skyviewer-1.0.0.tar.gz
+2dfb0b598ac048a2a06913a2852146f6  skyviewer-1.0.1.tar.gz


More information about the scm-commits mailing list