Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package wsl-appx for openSUSE:Factory 
checked in at 2021-04-21 20:59:40
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/wsl-appx (Old)
 and      /work/SRC/openSUSE:Factory/.wsl-appx.new.12324 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "wsl-appx"

Wed Apr 21 20:59:40 2021 rev:9 rq:886832 version:1

Changes:
--------
--- /work/SRC/openSUSE:Factory/wsl-appx/wsl-appx.changes        2021-04-17 
00:01:24.649560540 +0200
+++ /work/SRC/openSUSE:Factory/.wsl-appx.new.12324/wsl-appx.changes     
2021-04-21 20:59:53.110247249 +0200
@@ -1,0 +2,14 @@
+Fri Mar 5 08:29:47 UTC 2021 - Jeff Kowalczyk <[email protected]>
+
+- Format AppxManifest.xml template for min diff to kiwi output
+  * kiwi appx image output emits Unix eol tidy xml with sorted attributes
+  * Use tidy --input-xml true --indent yes --indent-spaces 4
+    --sort-attributes alpha --wrap 0 --write-back yes AppxManifest.xml
+  * Manually remove space from empty xml elements closing "/>"
+    as tidy has no setting for this:
+    sed -i -e "s_ />_/>_g" AppxManifest.xml
+  * Remove xml declaration standalone="yes" to match kiwi xml output
+  * Convert from DOS eol to Unix eol to match kiwi xml output
+  * Zero diff between template and kiwi output helps debugging
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ AppxManifest.xml ++++++
--- /var/tmp/diff_new_pack.8uscsK/_old  2021-04-21 20:59:53.530247910 +0200
+++ /var/tmp/diff_new_pack.8uscsK/_new  2021-04-21 20:59:53.534247916 +0200
@@ -1,38 +1,38 @@
-???<?xml version="1.0" encoding="utf-8" standalone="yes"?>
-<Package IgnorableNamespaces="uap uap2 uap3 rescap desktop" 
xmlns="http://schemas.microsoft.com/appx/manifest/foundation/windows10"; 
xmlns:uap="http://schemas.microsoft.com/appx/manifest/uap/windows10"; 
xmlns:uap2="http://schemas.microsoft.com/appx/manifest/uap/windows10/2"; 
xmlns:uap3="http://schemas.microsoft.com/appx/manifest/uap/windows10/3"; 
xmlns:desktop="http://schemas.microsoft.com/appx/manifest/desktop/windows10"; 
xmlns:rescap="http://schemas.microsoft.com/appx/manifest/foundation/windows10/restrictedcapabilities";
 xmlns:mp="http://schemas.microsoft.com/appx/2014/phone/manifest";>
-  <Identity Name="46932SUSE.@IDENTITYAPPID@" Version="@VERSION@" 
Publisher="@PUBLISHER@" ProcessorArchitecture="@ARCH@" />
-  <Properties>
-    <DisplayName>@PRETTY_NAME@</DisplayName>
-    <PublisherDisplayName>@PUBLISHER_DISPLAY_NAME@</PublisherDisplayName>
-    <Logo>Assets\StoreLogo.png</Logo>
-  </Properties>
-  <Resources>
-    <Resource Language="en-us" />
-  </Resources>
-  <Dependencies>
-    <TargetDeviceFamily Name="Windows.Desktop" MinVersion="10.0.16215.0" 
MaxVersionTested="10.0.16288.1" />
-  </Dependencies>
-  <Capabilities>
-    <rescap:Capability Name="runFullTrust" />
-  </Capabilities>
-  <Applications>
-    <Application Id="@APPID@" Executable="@LAUNCHERNAME@" 
EntryPoint="Windows.FullTrustApplication">
-      <uap:VisualElements DisplayName="@PRETTY_NAME@" 
Description="@PRETTY_NAME@" BackgroundColor="#73ba25" 
Square150x150Logo="Assets\Square150x150Logo.png" 
Square44x44Logo="Assets\Square44x44Logo.png">
-        <uap:DefaultTile Wide310x150Logo="Assets\Wide310x150Logo.png" 
Square310x310Logo="Assets\LargeTile.png" Square71x71Logo="Assets\SmallTile.png" 
ShortName="@SHORT_NAME@">
-          <uap:ShowNameOnTiles>
-            <uap:ShowOn Tile="wide310x150Logo" />
-            <uap:ShowOn Tile="square310x310Logo" />
-          </uap:ShowNameOnTiles>
-        </uap:DefaultTile>
-      </uap:VisualElements>
-      <Extensions>
-        <uap3:Extension Category="windows.appExecutionAlias" 
Executable="@LAUNCHERNAME@" EntryPoint="Windows.FullTrustApplication">
-          <uap3:AppExecutionAlias>
-            <desktop:ExecutionAlias Alias="@LAUNCHERNAME@" />
-          </uap3:AppExecutionAlias>
-        </uap3:Extension>
-      </Extensions>
-    </Application>
-  </Applications>
-  <mp:PhoneIdentity PhoneProductId="0e1c4fe6-69f2-4cd9-9dce-8a964fe193c3" 
PhonePublisherId="81795974-7f01-4069-8b81-c6350b96d357" />
-</Package>
+<?xml version="1.0" encoding="utf-8"?>
+<Package IgnorableNamespaces="uap uap2 uap3 rescap desktop" 
xmlns="http://schemas.microsoft.com/appx/manifest/foundation/windows10"; 
xmlns:desktop="http://schemas.microsoft.com/appx/manifest/desktop/windows10"; 
xmlns:mp="http://schemas.microsoft.com/appx/2014/phone/manifest"; 
xmlns:rescap="http://schemas.microsoft.com/appx/manifest/foundation/windows10/restrictedcapabilities";
 xmlns:uap="http://schemas.microsoft.com/appx/manifest/uap/windows10"; 
xmlns:uap2="http://schemas.microsoft.com/appx/manifest/uap/windows10/2"; 
xmlns:uap3="http://schemas.microsoft.com/appx/manifest/uap/windows10/3";>
+    <Identity Name="46932SUSE.@IDENTITYAPPID@" ProcessorArchitecture="@ARCH@" 
Publisher="@PUBLISHER@" Version="@VERSION@"/>
+    <Properties>
+        <DisplayName>@PRETTY_NAME@</DisplayName>
+        <PublisherDisplayName>@PUBLISHER_DISPLAY_NAME@</PublisherDisplayName>
+        <Logo>Assets\StoreLogo.png</Logo>
+    </Properties>
+    <Resources>
+        <Resource Language="en-us"/>
+    </Resources>
+    <Dependencies>
+        <TargetDeviceFamily MaxVersionTested="10.0.16288.1" 
MinVersion="10.0.16215.0" Name="Windows.Desktop"/>
+    </Dependencies>
+    <Capabilities>
+        <rescap:Capability Name="runFullTrust"/>
+    </Capabilities>
+    <Applications>
+        <Application EntryPoint="Windows.FullTrustApplication" 
Executable="@LAUNCHERNAME@" Id="@APPID@">
+            <uap:VisualElements BackgroundColor="#73ba25" 
Description="@PRETTY_NAME@" DisplayName="@PRETTY_NAME@" 
Square150x150Logo="Assets\Square150x150Logo.png" 
Square44x44Logo="Assets\Square44x44Logo.png">
+                <uap:DefaultTile ShortName="@SHORT_NAME@" 
Square310x310Logo="Assets\LargeTile.png" Square71x71Logo="Assets\SmallTile.png" 
Wide310x150Logo="Assets\Wide310x150Logo.png">
+                    <uap:ShowNameOnTiles>
+                        <uap:ShowOn Tile="wide310x150Logo"/>
+                        <uap:ShowOn Tile="square310x310Logo"/>
+                    </uap:ShowNameOnTiles>
+                </uap:DefaultTile>
+            </uap:VisualElements>
+            <Extensions>
+                <uap3:Extension Category="windows.appExecutionAlias" 
EntryPoint="Windows.FullTrustApplication" Executable="@LAUNCHERNAME@">
+                    <uap3:AppExecutionAlias>
+                        <desktop:ExecutionAlias Alias="@LAUNCHERNAME@"/>
+                    </uap3:AppExecutionAlias>
+                </uap3:Extension>
+            </Extensions>
+        </Application>
+    </Applications>
+    <mp:PhoneIdentity PhoneProductId="0e1c4fe6-69f2-4cd9-9dce-8a964fe193c3" 
PhonePublisherId="81795974-7f01-4069-8b81-c6350b96d357"/>
+</Package>

Reply via email to