Hello community,

here is the log from the commit of package R-later for openSUSE:Factory checked 
in at 2019-09-26 20:37:09
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/R-later (Old)
 and      /work/SRC/openSUSE:Factory/.R-later.new.2352 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "R-later"

Thu Sep 26 20:37:09 2019 rev:2 rq:727604 version:0.8.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/R-later/R-later.changes  2019-03-05 
12:19:00.664956907 +0100
+++ /work/SRC/openSUSE:Factory/.R-later.new.2352/R-later.changes        
2019-09-26 20:37:11.227191276 +0200
@@ -1,0 +2,9 @@
+Sat Aug 31 09:14:06 PM UTC 2019 - John Vandenberg <jay...@gmail.com>
+
+- Remove build dependency R-base-devel; rely on R-Rcpp-devel
+- Remove unnecessary build dependency gcc-fortran
+- Remove explicit unnecessary runtime dependency on R-base
+- Add %fdupes and %check, and tidy spec
+- Update for v0.8.0
+
+-------------------------------------------------------------------

Old:
----
  later_0.7.5.tar.gz

New:
----
  later_0.8.0.tar.gz

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

Other differences:
------------------
++++++ R-later.spec ++++++
--- /var/tmp/diff_new_pack.MXwHU8/_old  2019-09-26 20:37:12.555187727 +0200
+++ /var/tmp/diff_new_pack.MXwHU8/_new  2019-09-26 20:37:12.559187717 +0200
@@ -1,10 +1,7 @@
 #
-# spec file for package later
-# This file is (mostly) auto-generated using information
-# in the package source, esp. Description and Summary.
-# Improvements in that area should be discussed with upstream.
+# spec file for package R-later
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,29 +12,37 @@
 # 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/
 #
 
+
 %global packname  later
 %global rlibdir   %{_libdir}/R/library
-
 Name:           R-%{packname}
-Version:        0.7.5
+Version:        0.8.0
 Release:        0
 Summary:        Utilities for Delaying Function Execution
+License:        GPL-2.0-or-later
 Group:          Development/Libraries/Other
-License:        GPL-2.0+
 URL:            http://cran.r-project.org/web/packages/%{packname}
 Source:         
http://cran.r-project.org/src/contrib/%{packname}_%{version}.tar.gz
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-Requires:       R-base
-Requires:       R-Rcpp R-rlang R-BH
-BuildRequires:  texlive
-BuildRequires:  texinfo
+BuildRequires:  R-BH
+BuildRequires:  R-Rcpp-devel
+BuildRequires:  R-knitr
+BuildRequires:  R-rlang
+BuildRequires:  R-testthat
 BuildRequires:  fdupes
-BuildRequires:  R-base-devel
-BuildRequires:  R-Rcpp-devel R-rlang R-BH
-BuildRequires:  gcc gcc-c++ gcc-fortran 
+BuildRequires:  gcc
+BuildRequires:  gcc-c++
+BuildRequires:  texinfo
+Requires:       R-BH
+Requires:       R-Rcpp
+Requires:       R-rlang
+%if 0%{?sle_version} > 120400 || 0%{?is_opensuse}
+BuildRequires:  tex(inconsolata.sty)
+%else
+BuildRequires:  texlive
+%endif
 
 %description
 Executes arbitrary R or C functions some time after the current time,
@@ -53,9 +58,14 @@
 %{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
 test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
 rm -f %{buildroot}%{rlibdir}/R.css
+%fdupes %{buildroot}%{rlibdir}/%{packname}
+
+%check
+export LANG=en_US.UTF-8
+export _R_CHECK_FORCE_SUGGESTS_=false
+%{_bindir}/R CMD check %{packname}
 
 %files
-%defattr(-, root, root, -)
 %dir %{rlibdir}/%{packname}
 %doc %{rlibdir}/%{packname}/doc
 %doc %{rlibdir}/%{packname}/html

++++++ later_0.7.5.tar.gz -> later_0.8.0.tar.gz ++++++
++++ 3681 lines of diff (skipped)


Reply via email to