Hello community,

here is the log from the commit of package paraviewdata for openSUSE:Factory 
checked in at 2020-03-01 21:28:22
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/paraviewdata (Old)
 and      /work/SRC/openSUSE:Factory/.paraviewdata.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "paraviewdata"

Sun Mar  1 21:28:22 2020 rev:3 rq:780694 version:5.8.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/paraviewdata/paraviewdata.changes        
2018-07-09 13:29:07.646759007 +0200
+++ /work/SRC/openSUSE:Factory/.paraviewdata.new.26092/paraviewdata.changes     
2020-03-01 21:28:55.636667787 +0100
@@ -1,0 +2,21 @@
+Wed Feb 19 22:20:50 UTC 2020 - Atri Bhattacharya <[email protected]>
+
+- Update to version 5.8.0.
+- Switch installation dir to %{_datadir}/paraviewdata-%{version},
+  to allow multiple versions to be installed in parallel.
+- Add Copyright.txt file from upstream git as a Source and install
+  it.
+
+-------------------------------------------------------------------
+Tue Feb 18 15:19:54 UTC 2020 - Atri Bhattacharya <[email protected]>
+
+- Drop the empty docdir directory.
+
+-------------------------------------------------------------------
+Wed Feb  5 23:18:34 UTC 2020 - Atri Bhattacharya <[email protected]>
+
+- Update to version 5.7.0.
+- Switch Source to .xz tarball.
+- Run spec-cleaner for minor specfile cleanups.
+
+-------------------------------------------------------------------

Old:
----
  ParaViewData-v5.4.0.tar.gz

New:
----
  Copyright.txt
  ParaViewData-v5.8.0.tar.xz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ paraviewdata.spec ++++++
--- /var/tmp/diff_new_pack.WTCC6m/_old  2020-03-01 21:29:00.124676904 +0100
+++ /var/tmp/diff_new_pack.WTCC6m/_new  2020-03-01 21:29:00.124676904 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package paraviewdata
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,20 +12,21 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
-%define major_ver 5.4
+
+%define major_ver 5.8
 Name:           paraviewdata
-Version:        5.4.0
+Version:        5.8.0
 Release:        0
 Summary:        Examples for Paraview
 License:        BSD-3-Clause
 Group:          Productivity/Scientific/Physics
-Url:            http://www.paraview.org
-Source0:        
http://www.paraview.org/files/v%{major_ver}/ParaViewData-v%{version}.tar.gz
+URL:            https://www.paraview.org
+Source0:        
https://www.paraview.org/files/v%{major_ver}/ParaViewData-v%{version}.tar.xz
+Source1:        
https://gitlab.kitware.com/paraview/paraview/raw/v%{version}/Copyright.txt
 BuildRequires:  fdupes
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildArch:      noarch
 
 %description
@@ -39,20 +40,18 @@
 
 %prep
 %setup -q -n ParaView-v%{version}
+cp %{SOURCE1} ./.ExternalData/
 
 %build
 
 %install
-mkdir -p %{buildroot}%{_docdir}/paraviewdata
-mkdir -p %{buildroot}%{_datadir}
-
-cp -a %{_builddir}/ParaView-v%{version} %{buildroot}/%{_datadir}/paraviewdata
-
-%fdupes %{buildroot}%{_datadir}/paraviewdata
+mkdir -p %{buildroot}%{_datadir}/paraviewdata-%{major_ver}
+cp -a %{_builddir}/ParaView-v%{version}/* 
%{buildroot}/%{_datadir}/paraviewdata-%{major_ver}/
+%fdupes %{buildroot}%{_datadir}/
 
 %files
-%defattr(-,root,root,-)
-%doc %{_docdir}/paraviewdata
-%{_datadir}/paraviewdata/
+%license .ExternalData/Copyright.txt
+%doc .ExternalData/README.rst
+%{_datadir}/paraviewdata-%{major_ver}/
 
 %changelog

++++++ Copyright.txt ++++++
Copyright (c) 2005-2008 Sandia Corporation, Kitware Inc.
Sandia National Laboratories, New Mexico PO Box 5800 Albuquerque, NM 87185
Kitware Inc., 28 Corporate Drive, Clifton Park, NY 12065, USA

Under the terms of Contract DE-AC04-94AL85000, there is a non-exclusive license
for use of this work by or on behalf of the U.S. Government.

Redistribution and use in source and binary forms, with or without modification,
are permitted provided that the following conditions are met:

* Redistributions of source code must retain the above copyright notice, this 
list
  of conditions and the following disclaimer.

* Redistributions in binary form must reproduce the above copyright notice, this
  list of conditions and the following disclaimer in the documentation and/or
  other materials provided with the distribution.

* Neither the name of Kitware nor the names of any contributors may be used to
  endorse or promote products derived from this software without specific prior
  written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS “AS IS” AND
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL THE AUTHORS OR CONTRIBUTORS BE LIABLE FOR ANY
DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

Reply via email to