Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package cockpit-podman for openSUSE:Factory 
checked in at 2021-03-02 12:25:58
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/cockpit-podman (Old)
 and      /work/SRC/openSUSE:Factory/.cockpit-podman.new.2378 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "cockpit-podman"

Tue Mar  2 12:25:58 2021 rev:5 rq:875125 version:28.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/cockpit-podman/cockpit-podman.changes    
2021-01-27 18:57:20.604350629 +0100
+++ /work/SRC/openSUSE:Factory/.cockpit-podman.new.2378/cockpit-podman.changes  
2021-03-02 12:26:10.683355983 +0100
@@ -1,0 +2,10 @@
+Wed Feb 24 10:51:08 UTC 2021 - Adam Majer <adam.ma...@suse.de>
+
+- new version 28.1
+  https://github.com/cockpit-project/cockpit-podman/releases/tag/28.1
+- use upstream sources without bundled and pre-built dist since
+  we want to rebuild it
+- use local-npm-registry for building
+- fix_dependencies.patch: fix build dependencies
+
+-------------------------------------------------------------------

Old:
----
  cockpit-podman-26.tar.gz

New:
----
  _service
  cockpit-podman-28.1.tar.gz
  fix_dependencies.patch
  node_modules.obscpio
  node_modules.spec.inc
  package-lock.json

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

Other differences:
------------------
++++++ cockpit-podman.spec ++++++
--- /var/tmp/diff_new_pack.yq1Akh/_old  2021-03-02 12:27:20.751418650 +0100
+++ /var/tmp/diff_new_pack.yq1Akh/_new  2021-03-02 12:27:20.755418653 +0100
@@ -17,31 +17,38 @@
 
 
 Name:           cockpit-podman
-Version:        26
+Version:        28.1
 Release:        0
 Summary:        Cockpit component for Podman containers
 License:        LGPL-2.1-or-later
 URL:            https://github.com/cockpit-project/cockpit-podman
-Source:         
https://github.com/cockpit-project/cockpit-podman/releases/download/%{version}/cockpit-podman-%{version}.tar.gz
+Source:         
https://github.com/cockpit-project/cockpit-podman/archive/%{version}.tar.gz#/cockpit-podman-%{version}.tar.gz
+Source10:       package-lock.json
+Source11:       node_modules.spec.inc
+%include %_sourcedir/node_modules.spec.inc
+Patch1:         fix_dependencies.patch
 BuildArch:      noarch
 BuildRequires:  appstream-glib
 Requires:       cockpit-bridge >= 138
 Requires:       cockpit-shell >= 138
 Requires:       podman >= 2.0.4
 #
-BuildRequires:  gcc-c++
-BuildRequires:  nodejs-devel
-BuildRequires:  npm
+BuildRequires:  cockpit-devel >= 237
+BuildRequires:  local-npm-registry
+BuildRequires:  sassc
 BuildRequires:  translate-toolkit
 
 %description
 Cockpit component for managing Podman containers
 
 %prep
-%setup -q -n %name
+%autosetup -p1
+local-npm-registry %{_sourcedir} install --with=dev
 
 %build
-# Nothing to build
+cp -r %{_datadir}/cockpit/devel/lib src/lib
+
+npm run build
 
 %install
 %make_install

++++++ _service ++++++
<services>
  <service name="node_modules" mode="manual">
    <param name="cpio">node_modules.obscpio</param>
    <param name="output">node_modules.spec.inc</param>
    <param name="source-offset">10000</param>
  </service>
</services>
++++++ cockpit-podman-26.tar.gz -> cockpit-podman-28.1.tar.gz ++++++
++++ 35101 lines of diff (skipped)

++++++ fix_dependencies.patch ++++++
Index: cockpit-podman-28.1/package.json
===================================================================
--- cockpit-podman-28.1.orig/package.json
+++ cockpit-podman-28.1/package.json
@@ -48,9 +48,10 @@
     "webpack-cli": "^3.1.0"
   },
   "dependencies": {
-    "@patternfly/patternfly": "4.80.3",
-    "@patternfly/react-core": "4.90.2",
-    "@patternfly/react-table": "4.20.15",
+    "@patternfly/patternfly": "4.87.3",
+    "@patternfly/react-core": "4.97.2",
+    "@patternfly/react-styles": "4.8.2",
+    "@patternfly/react-table": "4.23.2",
     "docker-names": "1.1.1",
     "moment": "2.29.1",
     "prop-types": "15.7.2",
++++++ node_modules.spec.inc ++++++
++++ 867 lines (skipped)

++++++ package-lock.json ++++++
++++ 21244 lines (skipped)

Reply via email to