Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package yarn for openSUSE:Factory checked in 
at 2021-05-06 22:53:02
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yarn (Old)
 and      /work/SRC/openSUSE:Factory/.yarn.new.2988 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "yarn"

Thu May  6 22:53:02 2021 rev:5 rq:891030 version:1.22.10

Changes:
--------
--- /work/SRC/openSUSE:Factory/yarn/yarn.changes        2021-02-25 
18:27:33.974185504 +0100
+++ /work/SRC/openSUSE:Factory/.yarn.new.2988/yarn.changes      2021-05-06 
22:53:35.150512306 +0200
@@ -1,0 +2,6 @@
+Fri Apr 23 15:43:59 UTC 2021 - Dan ??erm??k <dcer...@suse.com>
+
+- Add missing Requires: sed
+- Run spec cleaner
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ yarn.spec ++++++
--- /var/tmp/diff_new_pack.tcu47u/_old  2021-05-06 22:53:35.506510838 +0200
+++ /var/tmp/diff_new_pack.tcu47u/_new  2021-05-06 22:53:35.506510838 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package yarn
 #
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2021 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -21,12 +21,12 @@
 Release:        0
 Summary:        ???????? Fast, reliable, and secure dependency management
 License:        BSD-2-Clause
-Group:          Development/Languages/NodeJS
-URL:            https://github.com/yarnpkg/yarn/releases
-Source:         
https://github.com/yarnpkg/yarn/releases/download/v%{version}/yarn-v%{version}.tar.gz
-Source1:        
https://github.com/yarnpkg/yarn/releases/download/v%{version}/yarn-v%{version}.tar.gz.asc
-BuildArch:      noarch
+URL:            https://github.com/yarnpkg/%{name}/releases
+Source:         %{URL}/download/v%{version}/yarn-v%{version}.tar.gz
+Source1:        %{URL}/download/v%{version}/yarn-v%{version}.tar.gz.asc
 Requires:       nodejs >= 4.0
+Requires:       sed
+BuildArch:      noarch
 
 %description
 Fast: Yarn caches every package it has downloaded, so it never needs to
@@ -42,11 +42,11 @@
 before its code is executed.
 
 %prep
-%setup -q -n %{name}-v%{version}
+%autosetup -n %{name}-v%{version}
 
 %build
 rm bin/*.cmd
-perl -p -i -e 's|/usr/bin/env node|/usr/bin/node|g' bin/* lib/*
+perl -p -i -e 's|%{_bindir}/env node|%{_bindir}/node|g' bin/* lib/*
 
 %install
 install -D -d -m 0755              %{buildroot}%{_datadir}/yarn/ 
%{buildroot}%{_bindir}
@@ -55,7 +55,6 @@
 ln -s %{_datadir}/yarn/bin/yarnpkg %{buildroot}%{_bindir}/yarnpkg
 
 %files
-%defattr(-,root,root)
 %doc README.md
 %license LICENSE
 %{_datadir}/yarn/

Reply via email to