Hello community,

here is the log from the commit of package rstudio for openSUSE:Factory checked 
in at 2020-08-29 20:38:21
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rstudio (Old)
 and      /work/SRC/openSUSE:Factory/.rstudio.new.3399 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rstudio"

Sat Aug 29 20:38:21 2020 rev:12 rq:829915 version:1.3.1073

Changes:
--------
--- /work/SRC/openSUSE:Factory/rstudio/rstudio.changes  2020-08-10 
14:58:45.460024550 +0200
+++ /work/SRC/openSUSE:Factory/.rstudio.new.3399/rstudio.changes        
2020-08-29 20:38:29.641368024 +0200
@@ -1,0 +2,15 @@
+Thu Aug 20 09:05:25 UTC 2020 - Martin Liška <[email protected]>
+
+- Use memoryperjob constraint instead of %limit_build macro.
+
+-------------------------------------------------------------------
+Wed Aug 19 08:56:16 UTC 2020 - Dan Čermák <[email protected]>
+
+- New upstream release 1.3.1073
+
+  Rebase patches:
+  * 0001-Unbundle-mathjax-and-pandoc.patch
+  * 0002-Don-t-install-pandoc-and-mathjax.patch
+  * 0003-Fix-rstudio-exec-path.patch
+
+-------------------------------------------------------------------

Old:
----
  v1.3.1056.tar.gz

New:
----
  v1.3.1073.tar.gz

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

Other differences:
------------------
++++++ rstudio.spec ++++++
--- /var/tmp/diff_new_pack.KHW6W8/_old  2020-08-29 20:38:34.197369943 +0200
+++ /var/tmp/diff_new_pack.KHW6W8/_new  2020-08-29 20:38:34.197369943 +0200
@@ -85,9 +85,9 @@
 
 %global rstudio_version_major 1
 %global rstudio_version_minor 3
-%global rstudio_version_patch 1056
+%global rstudio_version_patch 1073
 # commit of the tag belonging to %%{version}
-%global rstudio_git_revision_hash 5a4dee980c998d9a270a83b582b367126f3914cf
+%global rstudio_git_revision_hash 718e6d75b094658d999495534badf55fb2ce0047
 Name:           rstudio
 Version:        
%{rstudio_version_major}.%{rstudio_version_minor}.%{rstudio_version_patch}
 Release:        0
@@ -149,7 +149,6 @@
 BuildRequires:  libqt5-qtbase-devel
 BuildRequires:  make
 BuildRequires:  mathjax
-BuildRequires:  memory-constraints
 BuildRequires:  pam-devel
 BuildRequires:  pandoc
 BuildRequires:  pkgconfig
@@ -272,7 +271,6 @@
 %build
 %sysusers_generate_pre %{SOURCE4} %{name}-server
 
-%limit_build -m 1500
 export RSTUDIO_VERSION_MAJOR=%{rstudio_version_major}
 export RSTUDIO_VERSION_MINOR=%{rstudio_version_minor}
 export RSTUDIO_VERSION_PATCH=%{rstudio_version_patch}

++++++ 0001-Unbundle-mathjax-and-pandoc.patch ++++++
--- /var/tmp/diff_new_pack.KHW6W8/_old  2020-08-29 20:38:34.213369950 +0200
+++ /var/tmp/diff_new_pack.KHW6W8/_new  2020-08-29 20:38:34.213369950 +0200
@@ -1,4 +1,4 @@
-From 1cbc397d720947b129f9b8c0132bb5e9554a4bef Mon Sep 17 00:00:00 2001
+From 04766193f0582261cb2cb849e3be0caea7d7a88e Mon Sep 17 00:00:00 2001
 From: =?UTF-8?q?Dan=20=C4=8Cerm=C3=A1k?= <[email protected]>
 Date: Mon, 13 Jan 2020 11:27:06 +0100
 Subject: [PATCH 1/3] Unbundle mathjax and pandoc
@@ -62,5 +62,5 @@
             PERMISSIONS OWNER_READ OWNER_WRITE OWNER_EXECUTE GROUP_READ 
GROUP_EXECUTE WORLD_READ WORLD_EXECUTE
             DESTINATION  ${RSTUDIO_INSTALL_BIN}/pandoc)
 -- 
-2.27.0
+2.28.0
 

++++++ 0002-Don-t-install-pandoc-and-mathjax.patch ++++++
--- /var/tmp/diff_new_pack.KHW6W8/_old  2020-08-29 20:38:34.221369954 +0200
+++ /var/tmp/diff_new_pack.KHW6W8/_new  2020-08-29 20:38:34.221369954 +0200
@@ -1,4 +1,4 @@
-From 4e3cbf84fa999d4c7ff380639e788dd0c6b42f44 Mon Sep 17 00:00:00 2001
+From df0ce1039f881c35bdc78ce91d1944be5384b593 Mon Sep 17 00:00:00 2001
 From: =?UTF-8?q?Dan=20=C4=8Cerm=C3=A1k?= <[email protected]>
 Date: Tue, 14 Jan 2020 14:20:40 +0100
 Subject: [PATCH 2/3] Don't install pandoc and mathjax
@@ -50,5 +50,5 @@
     install(DIRECTORY "resources/pdfjs"
             DESTINATION ${RSTUDIO_INSTALL_SUPPORTING}/resources)
 -- 
-2.27.0
+2.28.0
 

++++++ 0003-Fix-rstudio-exec-path.patch ++++++
--- /var/tmp/diff_new_pack.KHW6W8/_old  2020-08-29 20:38:34.229369957 +0200
+++ /var/tmp/diff_new_pack.KHW6W8/_new  2020-08-29 20:38:34.229369957 +0200
@@ -1,4 +1,4 @@
-From 850f6883a9c5147df69cd660fe184f813b314af3 Mon Sep 17 00:00:00 2001
+From 173105fc0f0df38596135a2e3522ee0359bde603 Mon Sep 17 00:00:00 2001
 From: Marco Varlese <[email protected]>
 Date: Mon, 27 Jan 2020 14:29:40 +0100
 Subject: [PATCH 3/3] Fix rstudio exec path
@@ -20,5 +20,5 @@
  Type=Application
  Terminal=false
 -- 
-2.27.0
+2.28.0
 

++++++ _constraints ++++++
--- /var/tmp/diff_new_pack.KHW6W8/_old  2020-08-29 20:38:34.245369964 +0200
+++ /var/tmp/diff_new_pack.KHW6W8/_new  2020-08-29 20:38:34.245369964 +0200
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
 <constraints>
   <hardware>
     <disk>
@@ -6,5 +7,8 @@
     <physicalmemory>
       <size unit="G">9</size>
     </physicalmemory>
+    <memoryperjob>
+      <size unit="M">1500</size>
+    </memoryperjob>
   </hardware>
 </constraints>


++++++ v1.3.1056.tar.gz -> v1.3.1073.tar.gz ++++++
/work/SRC/openSUSE:Factory/rstudio/v1.3.1056.tar.gz 
/work/SRC/openSUSE:Factory/.rstudio.new.3399/v1.3.1073.tar.gz differ: char 13, 
line 1


Reply via email to