Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package rubygem-agama-yast for 
openSUSE:Factory checked in at 2025-04-02 17:10:26
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rubygem-agama-yast (Old)
 and      /work/SRC/openSUSE:Factory/.rubygem-agama-yast.new.1907 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rubygem-agama-yast"

Wed Apr  2 17:10:26 2025 rev:18 rq:1265197 version:13.devel5

Changes:
--------
--- /work/SRC/openSUSE:Factory/rubygem-agama-yast/rubygem-agama-yast.changes    
2025-03-27 22:34:22.073738757 +0100
+++ 
/work/SRC/openSUSE:Factory/.rubygem-agama-yast.new.1907/rubygem-agama-yast.changes
  2025-04-02 17:12:02.238011616 +0200
@@ -1,0 +2,6 @@
+Fri Mar 28 11:13:48 UTC 2025 - Imobach Gonzalez Sosa <igonzalezs...@suse.com>
+
+- Properly map AutoYaST scripts "sources" to "content"
+  (gh#agama-project/agama#2224).
+
+-------------------------------------------------------------------

Old:
----
  agama-yast-13.devel1.gem

New:
----
  agama-yast-13.devel5.gem

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

Other differences:
------------------
++++++ agama-yast.spec ++++++
--- /var/tmp/diff_new_pack.SbQoBH/_old  2025-04-02 17:12:03.450062458 +0200
+++ /var/tmp/diff_new_pack.SbQoBH/_new  2025-04-02 17:12:03.450062458 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           agama-yast
-Version:        13.devel1
+Version:        13.devel5
 Release:        0
 %define mod_name agama-yast
 %define mod_full_name %{mod_name}-%{version}

++++++ rubygem-agama-yast.spec ++++++
--- /var/tmp/diff_new_pack.SbQoBH/_old  2025-04-02 17:12:03.482063800 +0200
+++ /var/tmp/diff_new_pack.SbQoBH/_new  2025-04-02 17:12:03.482063800 +0200
@@ -24,7 +24,7 @@
 #
 
 Name:           rubygem-agama-yast
-Version:        13.devel1
+Version:        13.devel5
 Release:        0
 %define mod_name agama-yast
 %define mod_full_name %{mod_name}-%{version}

++++++ agama-yast-13.devel1.gem -> agama-yast-13.devel5.gem ++++++
Binary files old/checksums.yaml.gz and new/checksums.yaml.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/agama/autoyast/scripts_reader.rb 
new/lib/agama/autoyast/scripts_reader.rb
--- old/lib/agama/autoyast/scripts_reader.rb    2025-03-27 14:23:32.000000000 
+0100
+++ new/lib/agama/autoyast/scripts_reader.rb    2025-03-28 13:10:16.000000000 
+0100
@@ -120,7 +120,7 @@
         if section["location"] && !section["location"].empty?
           script["url"] = section["location"]
         elsif section["source"]
-          script["body"] = section["source"]
+          script["content"] = section["source"]
         end
 
         script
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/metadata new/metadata
--- old/metadata        2025-03-27 14:23:32.000000000 +0100
+++ new/metadata        2025-03-28 13:10:16.000000000 +0100
@@ -1,13 +1,13 @@
 --- !ruby/object:Gem::Specification
 name: agama-yast
 version: !ruby/object:Gem::Version
-  version: 13.devel1
+  version: 13.devel5
 platform: ruby
 authors:
 - YaST Team
 bindir: bin
 cert_chain: []
-date: 2025-03-27 00:00:00.000000000 Z
+date: 2025-03-28 00:00:00.000000000 Z
 dependencies:
 - !ruby/object:Gem::Dependency
   name: packaging_rake_tasks
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/share/autoyast-compat.json 
new/share/autoyast-compat.json
--- old/share/autoyast-compat.json      2025-03-27 14:23:32.000000000 +0100
+++ new/share/autoyast-compat.json      2025-03-28 13:10:16.000000000 +0100
@@ -262,7 +262,7 @@
             "agama": "scripts.pre[].name"
           },
           { "key": "location", "support": "yes", "agama": "scripts.pre[].url" 
},
-          { "key": "source", "support": "yes", "agama": "scripts.pre[].body" },
+          { "key": "source", "support": "yes", "agama": 
"scripts.pre[].content" },
           {
             "key": "interpreter",
             "support": "no",
@@ -292,7 +292,7 @@
           {
             "key": "source",
             "support": "yes",
-            "agama": "scripts.postPartitioning[].body"
+            "agama": "scripts.postPartitioning[].content"
           },
           {
             "key": "interpreter",
@@ -324,7 +324,7 @@
           {
             "key": "source",
             "support": "yes",
-            "agama": "scripts.chroot[].body"
+            "agama": "scripts.chroot[].content"
           },
           {
             "key": "interpreter",
@@ -353,7 +353,7 @@
             "support": "yes",
             "agama": "scripts.init[].url"
           },
-          { "key": "source", "support": "yes", "agama": "scripts.init[].body" 
},
+          { "key": "source", "support": "yes", "agama": 
"scripts.init[].content" },
           {
             "key": "interpreter",
             "support": "no",
@@ -381,7 +381,7 @@
             "support": "yes",
             "agama": "scripts.init[].url"
           },
-          { "key": "source", "support": "yes", "agama": "scripts.init[].body" 
},
+          { "key": "source", "support": "yes", "agama": 
"scripts.init[].content" },
           { "key": "rerun", "support": "no" }
         ]
       }

++++++ po.tar.bz2 ++++++

Reply via email to