Hello community,

here is the log from the commit of package MozillaFirefox-branding-openSUSE for 
openSUSE:Factory checked in at 2019-05-06 21:13:58
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/MozillaFirefox-branding-openSUSE (Old)
 and      /work/SRC/openSUSE:Factory/.MozillaFirefox-branding-openSUSE.new.5148 
(New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "MozillaFirefox-branding-openSUSE"

Mon May  6 21:13:58 2019 rev:57 rq:700853 version:60

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/MozillaFirefox-branding-openSUSE/MozillaFirefox-branding-openSUSE.changes
        2019-04-26 22:45:08.741622164 +0200
+++ 
/work/SRC/openSUSE:Factory/.MozillaFirefox-branding-openSUSE.new.5148/MozillaFirefox-branding-openSUSE.changes
      2019-05-06 21:14:01.076551378 +0200
@@ -1,0 +2,5 @@
+Sun May  5 07:31:47 UTC 2019 - Wolfgang Rosenauer <w...@rosenauer.org>
+
+- recognize Leap 15 via sle_version (required for >= 15.1)
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ MozillaFirefox-branding-openSUSE.spec ++++++
--- /var/tmp/diff_new_pack.eeNdDd/_old  2019-05-06 21:14:02.424555102 +0200
+++ /var/tmp/diff_new_pack.eeNdDd/_new  2019-05-06 21:14:02.424555102 +0200
@@ -45,34 +45,44 @@
 %global progdir    %{_libdir}/firefox
 %global libgssapi  libgssapi_krb5.so.2
 
+%global suseversion undefined
 %if %suse_version == 1315
-# Leap 42
-%if %sle_version == 120100
-%global suseversion 42.1
-%else
-%if %sle_version == 120200
-%global suseversion 42.2
-%else
-%if %sle_version == 120300
-%global suseversion 42.3
-%endif
+  # Leap 42
+  %if %sle_version == 120100
+    %global suseversion 42.1
+  %else
+    %if %sle_version == 120200
+      %global suseversion 42.2
+    %else
+      %if %sle_version == 120300
+        %global suseversion 42.3
+      %endif
+    %endif
+  %endif
+%endif
+%if %suse_version == 1500
+  # Leap 15
+  %if %sle_version == 150000
+    %global suseversion 15.0
+  %else
+    %if %sle_version == 150100
+      %global suseversion 15.1
+    %endif
+  %endif
 %endif
-%endif
-%else
+
 %if %suse_version >= 1550
-# Tumbleweed
-%global suseversion Tumbleweed
-%else
-%global suseversion %(echo -e "scale=1\\n%{suse_version}/100" | bc 2>/dev/null)
-%endif
+  # Tumbleweed
+  %global suseversion Tumbleweed
 %endif
+
 # Leap or not
 %if 0%{?sle_version}
-%global prjname Leap:%{suseversion}
-%global distname openSUSE Leap
+  %global prjname Leap:%{suseversion}
+  %global distname openSUSE Leap
 %else
-%global prjname %{suseversion}
-%global distname openSUSE
+  %global prjname %{suseversion}
+  %global distname openSUSE
 %endif
 
 %global homepage      https://www.opensuse.org/searchPage/


Reply via email to