Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package grafana for openSUSE:Factory checked 
in at 2021-10-23 00:51:45
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/grafana (Old)
 and      /work/SRC/openSUSE:Factory/.grafana.new.1890 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "grafana"

Sat Oct 23 00:51:45 2021 rev:20 rq:926998 version:7.5.7

Changes:
--------
--- /work/SRC/openSUSE:Factory/grafana/grafana.changes  2021-06-01 
10:39:08.992985491 +0200
+++ /work/SRC/openSUSE:Factory/.grafana.new.1890/grafana.changes        
2021-10-23 00:52:30.085161765 +0200
@@ -1,0 +2,6 @@
+Tue Sep 21 07:27:09 UTC 2021 - Witek Bedyk <witold.be...@suse.com>
+
+- Add patch 0001-Add-source-code-reference.patch
+  * Add URL to package source code in the login page footer
+
+-------------------------------------------------------------------

New:
----
  0001-Add-source-code-reference.patch

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

Other differences:
------------------
++++++ grafana.spec ++++++
--- /var/tmp/diff_new_pack.YERLYV/_old  2021-10-23 00:52:31.037162186 +0200
+++ /var/tmp/diff_new_pack.YERLYV/_new  2021-10-23 00:52:31.041162188 +0200
@@ -35,6 +35,7 @@
 Source3:        README
 # Makefile to automate build process
 Source4:        Makefile
+Source5:        0001-Add-source-code-reference.patch
 Patch1:         drop-grafana-aws-sdk-0.3.0-module.patch
 BuildRequires:  fdupes
 BuildRequires:  git-core

++++++ 0001-Add-source-code-reference.patch ++++++
>From 4a0ab78a061ac25039f33a3f9b620ef0f8032d3a Mon Sep 17 00:00:00 2001
From: Witek Bedyk <witold.be...@suse.com>
Date: Thu, 16 Sep 2021 15:43:01 +0200
Subject: [PATCH] Patch SLE15 source code

---
 public/app/core/components/Footer/Footer.tsx | 14 ++++++--------
 1 file changed, 6 insertions(+), 8 deletions(-)

diff --git a/public/app/core/components/Footer/Footer.tsx 
b/public/app/core/components/Footer/Footer.tsx
index 5b7be702bd..4b4948c30e 100644
--- a/public/app/core/components/Footer/Footer.tsx
+++ b/public/app/core/components/Footer/Footer.tsx
@@ -45,14 +45,12 @@ export let getVersionLinks = (): FooterLink[] => {
 
   links.push({ text: `v${buildInfo.version} (${buildInfo.commit})` });
 
-  if (buildInfo.hasUpdate) {
-    links.push({
-      text: `New version available!`,
-      icon: 'download-alt',
-      url: 'https://grafana.com/grafana/download?utm_source=grafana_footer',
-      target: '_blank',
-    });
-  }
+  links.push({
+    text: `Source code`,
+    icon: 'download-alt',
+    url: 'https://build.opensuse.org/package/show/openSUSE:Factory/grafana',
+    target: '_blank',
+  });
 
   return links;
 };
-- 
2.26.2

++++++ Makefile ++++++
--- /var/tmp/diff_new_pack.YERLYV/_old  2021-10-23 00:52:31.101162215 +0200
+++ /var/tmp/diff_new_pack.YERLYV/_new  2021-10-23 00:52:31.101162215 +0200
@@ -23,7 +23,7 @@
        tar --format=posix -cf ../$$tar $$basename && \
        cd $$basename && \
        # Patches for the JS frontend go after here \
-       # No patches currently needed \
+       patch -p1 -i ../../0001-Add-source-code-reference.patch && \
        # End patches section \
        yarn install --pure-lockfile && \
        yarn run build && \

++++++ grafana-7.5.7.tar.gz ++++++
/work/SRC/openSUSE:Factory/grafana/grafana-7.5.7.tar.gz 
/work/SRC/openSUSE:Factory/.grafana.new.1890/grafana-7.5.7.tar.gz differ: char 
5, line 1

++++++ vendor.tar.gz ++++++
/work/SRC/openSUSE:Factory/grafana/vendor.tar.gz 
/work/SRC/openSUSE:Factory/.grafana.new.1890/vendor.tar.gz differ: char 5, line 
1

Reply via email to