commit R-Rcpp for openSUSE:Factory

2020-02-09 Thread root
Hello community,

here is the log from the commit of package R-Rcpp for openSUSE:Factory checked 
in at 2020-02-09 20:49:28

Comparing /work/SRC/openSUSE:Factory/R-Rcpp (Old)
 and  /work/SRC/openSUSE:Factory/.R-Rcpp.new.26092 (New)


Package is "R-Rcpp"

Sun Feb  9 20:49:28 2020 rev:4 rq:772336 version:1.0.3

Changes:

--- /work/SRC/openSUSE:Factory/R-Rcpp/R-Rcpp.changes2019-09-26 
20:37:07.583201012 +0200
+++ /work/SRC/openSUSE:Factory/.R-Rcpp.new.26092/R-Rcpp.changes 2020-02-09 
20:49:32.510913543 +0100
@@ -1,0 +2,11 @@
+Sat Feb  1 12:19:52 UTC 2020 - Detlef Steuer 
+
+- update to 1.0.3
+- removed %check to prevent circular dependencies 
+
+---
+Thu Oct 17 12:34:32 UTC 2019 - Richard Brown 
+
+- Remove obsolete Groups tag (fate#326485)
+
+---

Old:

  Rcpp_1.0.1.tar.gz

New:

  Rcpp_1.0.3.tar.gz



Other differences:
--
++ R-Rcpp.spec ++
--- /var/tmp/diff_new_pack.jtGNdU/_old  2020-02-09 20:49:33.666914203 +0100
+++ /var/tmp/diff_new_pack.jtGNdU/_new  2020-02-09 20:49:33.670914205 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package R
+# spec file for package R-Rcpp
 #
-# Copyright (c) 2019 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
@@ -19,21 +19,20 @@
 %global packname  Rcpp
 %global rlibdir   %{_libdir}/R/library
 Name:   R-%{packname}
-Version:1.0.1
+Version:1.0.3
 Release:0
 Summary:Seamless R and C++ Integration
 License:GPL-2.0-or-later
-Group:  Development/Libraries/Other
 URL:https://cran.r-project.org/package=%{packname}
 Source: 
https://cran.r-project.org/src/contrib/%{packname}_%{version}.tar.gz
 Source1:R-Rcpp-rpmlintrc
+#BuildRequires:  R-RUnit
 BuildRequires:  R-base-devel >= 3.0.0
-BuildRequires:  R-inline
-BuildRequires:  R-knitr
+#BuildRequires:  R-inline
+#BuildRequires:  R-knitr
 BuildRequires:  R-methods
-BuildRequires:  R-rbenchmark
-BuildRequires:  R-rmarkdown
-BuildRequires:  R-RUnit
+#BuildRequires:  R-rbenchmark
+#BuildRequires:  R-rmarkdown
 BuildRequires:  R-utils
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
@@ -66,7 +65,6 @@
 
 %packagedevel
 Summary:Development files for %{name}
-Group:  Development/Libraries/Other
 Requires:   %{name} = %{version}
 Requires:   R-base-devel
 
@@ -75,7 +73,6 @@
 
 %packagedoc
 Summary:Documentation for %{name}
-Group:  Documentation/Other
 Requires:   %{name} = %{version}
 
 %descriptiondoc
@@ -103,9 +100,9 @@
 %fdupes %{buildroot}%{rlibdir}/%{packname}
 
 %check
-export LANG=en_US.UTF-8
-export _R_CHECK_FORCE_SUGGESTS_=false
-%{_bindir}/R CMD check %{packname}
+#export LANG=en_US.UTF-8
+#export _R_CHECK_FORCE_SUGGESTS_=false
+#%{_bindir}/R CMD check %{packname}
 
 %files
 %dir %{rlibdir}/%{packname}

++ Rcpp_1.0.1.tar.gz -> Rcpp_1.0.3.tar.gz ++
 24016 lines of diff (skipped)




commit R-Rcpp for openSUSE:Factory

2019-09-26 Thread root
Hello community,

here is the log from the commit of package R-Rcpp for openSUSE:Factory checked 
in at 2019-09-26 20:37:07

Comparing /work/SRC/openSUSE:Factory/R-Rcpp (Old)
 and  /work/SRC/openSUSE:Factory/.R-Rcpp.new.2352 (New)


Package is "R-Rcpp"

Thu Sep 26 20:37:07 2019 rev:3 rq:727603 version:1.0.1

Changes:

--- /work/SRC/openSUSE:Factory/R-Rcpp/R-Rcpp.changes2019-06-01 
09:56:04.567189576 +0200
+++ /work/SRC/openSUSE:Factory/.R-Rcpp.new.2352/R-Rcpp.changes  2019-09-26 
20:37:07.583201012 +0200
@@ -1,0 +2,9 @@
+Sat Aug 31 08:13:55 UTC 2019 - John Vandenberg 
+
+- Add R-base-devel as dependency of R-Rcpp-devel
+- Remove unnecessary build dependency on fortran
+- Add %check
+- Refine filters in rpmlintrc
+- Tidy spec
+
+---



Other differences:
--
++ R-Rcpp.spec ++
--- /var/tmp/diff_new_pack.IQP4Id/_old  2019-09-26 20:37:08.075199698 +0200
+++ /var/tmp/diff_new_pack.IQP4Id/_new  2019-09-26 20:37:08.079199687 +0200
@@ -1,5 +1,5 @@
 #
-# spec file for package R-Rcpp
+# spec file for package R
 #
 # Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
@@ -22,22 +22,34 @@
 Version:1.0.1
 Release:0
 Summary:Seamless R and C++ Integration
-License:GPL-2.0+
+License:GPL-2.0-or-later
 Group:  Development/Libraries/Other
 URL:https://cran.r-project.org/package=%{packname}
 Source: 
https://cran.r-project.org/src/contrib/%{packname}_%{version}.tar.gz
 Source1:R-Rcpp-rpmlintrc
 BuildRequires:  R-base-devel >= 3.0.0
+BuildRequires:  R-inline
+BuildRequires:  R-knitr
 BuildRequires:  R-methods
+BuildRequires:  R-rbenchmark
+BuildRequires:  R-rmarkdown
+BuildRequires:  R-RUnit
 BuildRequires:  R-utils
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
-BuildRequires:  gcc-fortran
 BuildRequires:  texinfo
-BuildRequires:  texlive
 Requires:   R-base >= 3.0.0
 Requires:   R-methods
 Requires:   R-utils
+%if 0%{?sle_version} > 120400 || 0%{?is_opensuse}
+BuildRequires:  tex(ae.sty)
+BuildRequires:  tex(fancyvrb.sty)
+BuildRequires:  tex(inconsolata.sty)
+BuildRequires:  tex(natbib.sty)
+BuildRequires:  tex(thumbpdf.sty)
+%else
+BuildRequires:  texlive
+%endif
 
 %description
 The 'Rcpp' package provides R functions as well as C++ classes which offer
@@ -56,6 +68,7 @@
 Summary:Development files for %{name}
 Group:  Development/Libraries/Other
 Requires:   %{name} = %{version}
+Requires:   R-base-devel
 
 %descriptiondevel
 Development files and headers needed to build software using %{name}.
@@ -89,8 +102,12 @@
 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}/DESCRIPTION
 %doc %{rlibdir}/%{packname}/CITATION
@@ -108,11 +125,9 @@
 %{rlibdir}/%{packname}/prompt/
 
 %files devel
-%defattr(-, root, root, -)
 %{rlibdir}/%{packname}/include/
 
 %files doc
-%defattr(-, root, root, -)
 %doc %{rlibdir}/%{packname}/announce/
 %doc %{rlibdir}/%{packname}/doc/
 %doc %{rlibdir}/%{packname}/examples

++ R-Rcpp-rpmlintrc ++
--- /var/tmp/diff_new_pack.IQP4Id/_old  2019-09-26 20:37:08.099199633 +0200
+++ /var/tmp/diff_new_pack.IQP4Id/_new  2019-09-26 20:37:08.103199623 +0200
@@ -1,3 +1,2 @@
-addFilter("devel-file-in-non-devel-package.*/usr/lib/R/library/Rcpp/.*")
-addFilter("devel-file-in-non-devel-package.*/usr/lib64/R/library/Rcpp/.*")
-
+addFilter("devel-file-in-non-devel-package.*/usr/lib6?4?/R/library/Rcpp/unitTests/.*")
+addFilter("devel-file-in-non-devel-package.*/usr/lib6?4?/R/library/Rcpp/skeleton/.*")
\ No newline at end of file




commit R-Rcpp for openSUSE:Factory

2019-06-01 Thread root
Hello community,

here is the log from the commit of package R-Rcpp for openSUSE:Factory checked 
in at 2019-06-01 09:56:03

Comparing /work/SRC/openSUSE:Factory/R-Rcpp (Old)
 and  /work/SRC/openSUSE:Factory/.R-Rcpp.new.5148 (New)


Package is "R-Rcpp"

Sat Jun  1 09:56:03 2019 rev:2 rq:706368 version:1.0.1

Changes:

--- /work/SRC/openSUSE:Factory/R-Rcpp/R-Rcpp.changes2019-03-05 
12:18:40.904962933 +0100
+++ /work/SRC/openSUSE:Factory/.R-Rcpp.new.5148/R-Rcpp.changes  2019-06-01 
09:56:04.567189576 +0200
@@ -1,0 +2,22 @@
+Mon May 27 12:03:55 UTC 2019 - Pierre Bonamy 
+
+- Update to 1.0.1:
+  Changes in Rcpp API:
+- Subsetting is no longer limited by an integer range.
+- Error messages from subsetting are now more informative.
+- Shelter increases count only on non-null objects.
+- AttributeProxy::set() and a few related setters get
+  Shiled<> to ensure rchk is happy.
+  Changes in Rcpp Attributes:
+- A new plugin was added for C++20
+- Fixed an issue where 'stale' symbols could become
+  registered in RcppExports.cpp,
+  leading to linker errors and other related issues.
+- The wrapper macro gets an UNPROTECT to ensure rchk is happy.
+  Changes in Rcpp Documentation:
+- Three small corrections were added in the 'Rcpp Quickref' vignette.
+- The Rcpp-modules vignette now has documentation for .factory.
+  Changes in Rcpp Deployment:
+- Travis CI again reports to CodeCov.io.
+
+---

Old:

  Rcpp_1.0.0.tar.gz

New:

  Rcpp_1.0.1.tar.gz



Other differences:
--
++ R-Rcpp.spec ++
--- /var/tmp/diff_new_pack.BJshbZ/_old  2019-06-01 09:56:05.227189351 +0200
+++ /var/tmp/diff_new_pack.BJshbZ/_new  2019-06-01 09:56:05.231189349 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package R-Rcpp
 #
-# 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
@@ -19,7 +19,7 @@
 %global packname  Rcpp
 %global rlibdir   %{_libdir}/R/library
 Name:   R-%{packname}
-Version:1.0.0
+Version:1.0.1
 Release:0
 Summary:Seamless R and C++ Integration
 License:GPL-2.0+
@@ -94,9 +94,7 @@
 %dir %{rlibdir}/%{packname}
 %doc %{rlibdir}/%{packname}/DESCRIPTION
 %doc %{rlibdir}/%{packname}/CITATION
-%doc %{rlibdir}/%{packname}/README
 %doc %{rlibdir}/%{packname}/NEWS.Rd
-%doc %{rlibdir}/%{packname}/THANKS
 %doc %{rlibdir}/%{packname}/bib/
 %{rlibdir}/%{packname}/INDEX
 %{rlibdir}/%{packname}/NAMESPACE

++ Rcpp_1.0.0.tar.gz -> Rcpp_1.0.1.tar.gz ++
 2894 lines of diff (skipped)