Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package reproc for openSUSE:Factory checked 
in at 2023-05-19 11:55:57
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/reproc (Old)
 and      /work/SRC/openSUSE:Factory/.reproc.new.1533 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "reproc"

Fri May 19 11:55:57 2023 rev:3 rq:1087902 version:14.2.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/reproc/reproc.changes    2023-04-05 
21:35:15.118430424 +0200
+++ /work/SRC/openSUSE:Factory/.reproc.new.1533/reproc.changes  2023-05-19 
11:56:27.571585077 +0200
@@ -1,0 +2,5 @@
+Fri May 19 08:08:57 UTC 2023 - Dirk Müller <dmuel...@suse.com>
+
+- gcc13.patch: refresh with the patch that landed upstream
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ gcc13.patch ++++++
--- /var/tmp/diff_new_pack.05A2ON/_old  2023-05-19 11:56:27.999587524 +0200
+++ /var/tmp/diff_new_pack.05A2ON/_new  2023-05-19 11:56:28.003587547 +0200
@@ -107,48 +107,31 @@
    return { source.events, ec };
  }
  
---- reproc-14.2.4/reproc++/include/reproc++/reproc.hpp 2023-04-04 
23:14:25.549923395 +0200
-+++ reproc-14.2.4/reproc++/include/reproc++/reproc.hpp 2023-04-04 
23:13:00.824489755 +0200
-@@ -65,7 +65,7 @@
- using handle = int;
- #endif
- 
--struct redirect {
-+struct redirect_t {
-   enum type {
-     default_, // Unfortunately, both `default` and `auto` are keywords.
-     pipe,
-@@ -88,7 +88,7 @@
+
+From 9f399675b821e175f85ac3ee6e3fd2e6056573eb Mon Sep 17 00:00:00 2001
+From: Daan De Meyer <daan.j.deme...@gmail.com>
+Date: Fri, 21 Apr 2023 19:36:45 +0200
+Subject: [PATCH] Fix gcc 13 build
+
+---
+ reproc++/include/reproc++/reproc.hpp | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/reproc++/include/reproc++/reproc.hpp 
b/reproc++/include/reproc++/reproc.hpp
+index b52f495e..7b614a94 100644
+--- a/reproc++/include/reproc++/reproc.hpp
++++ b/reproc++/include/reproc++/reproc.hpp
+@@ -88,10 +88,10 @@ struct redirect {
  
  struct options {
    struct {
 -    enum env::type behavior;
-+    enum redirect_t::type behavior;
++    reproc::env::type behavior;
      /*! Implicitly converts from any STL container of string pairs to the
      environment format expected by `reproc_start`. */
-     class env extra;
-@@ -97,9 +97,9 @@
-   const char *working_directory = nullptr;
+-    class env extra;
++    reproc::env extra;
+   } env = {};
  
-   struct {
--    struct redirect in;
--    struct redirect out;
--    struct redirect err;
-+    struct redirect_t in;
-+    struct redirect_t out;
-+    struct redirect_t err;
-     bool parent;
-     bool discard;
-     FILE *file;
---- reproc-14.2.4/reproc++/src/reproc.cpp      2023-04-04 23:14:25.549923395 
+0200
-+++ reproc-14.2.4/reproc++/src/reproc.cpp      2023-04-04 23:13:41.693181299 
+0200
-@@ -39,7 +39,7 @@
-   };
- }
- 
--static reproc_redirect reproc_redirect_from(redirect redirect)
-+static reproc_redirect reproc_redirect_from(redirect_t redirect)
- {
-   return { static_cast<REPROC_REDIRECT>(redirect.type), redirect.handle,
-            redirect.file, redirect.path };
+   const char *working_directory = nullptr;
 

Reply via email to