Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package mcstrans for openSUSE:Factory 
checked in at 2021-11-15 15:26:02
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/mcstrans (Old)
 and      /work/SRC/openSUSE:Factory/.mcstrans.new.1890 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "mcstrans"

Mon Nov 15 15:26:02 2021 rev:28 rq:930938 version:3.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/mcstrans/mcstrans.changes        2021-10-11 
15:30:40.410754186 +0200
+++ /work/SRC/openSUSE:Factory/.mcstrans.new.1890/mcstrans.changes      
2021-11-15 15:27:35.529843524 +0100
@@ -1,0 +2,6 @@
+Thu Nov 11 13:51:39 UTC 2021 - Johannes Segitz <[email protected]>
+
+- Update to version 3.3
+  * No user-visible changes
+
+-------------------------------------------------------------------

Old:
----
  mcstrans-3.2.tar.gz

New:
----
  mcstrans-3.3.tar.gz

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

Other differences:
------------------
++++++ mcstrans.spec ++++++
--- /var/tmp/diff_new_pack.VU2YLy/_old  2021-11-15 15:27:35.969843647 +0100
+++ /var/tmp/diff_new_pack.VU2YLy/_new  2021-11-15 15:27:35.969843647 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           mcstrans
-Version:        3.2
+Version:        3.3
 Release:        0
 Summary:        SELinux Translation Daemon
 License:        GPL-2.0-or-later

++++++ mcstrans-3.2.tar.gz -> mcstrans-3.3.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mcstrans-3.2/VERSION new/mcstrans-3.3/VERSION
--- old/mcstrans-3.2/VERSION    2021-03-04 16:42:59.000000000 +0100
+++ new/mcstrans-3.3/VERSION    2021-10-21 16:31:23.000000000 +0200
@@ -1 +1 @@
-3.2
+3.3
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mcstrans-3.2/share/util/mlstrans-test 
new/mcstrans-3.3/share/util/mlstrans-test
--- old/mcstrans-3.2/share/util/mlstrans-test   2021-03-04 16:42:59.000000000 
+0100
+++ new/mcstrans-3.3/share/util/mlstrans-test   2021-10-21 16:31:23.000000000 
+0200
@@ -15,7 +15,7 @@
         errors += 1
     else:
         if verbose:
-            print("untrans: %s -> %s != %s SUCCESS" % (trans, raw, val))
+            print("untrans: '%s' -> '%s' == '%s' SUCCESS" % (trans, raw, val))
 
 
 def trans(raw, val):
@@ -26,7 +26,7 @@
         errors += 1
     else:
         if verbose:
-            print("trans: %s -> %s != %s SUCCESS" % (raw, trans, val))
+            print("trans: '%s' -> '%s' == '%s' SUCCESS" % (raw, trans, val))
 
 
 if len(sys.argv) > 1 and sys.argv[1] == "-v":
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mcstrans-3.2/src/mcstrans.c 
new/mcstrans-3.3/src/mcstrans.c
--- old/mcstrans-3.2/src/mcstrans.c     2021-03-04 16:42:59.000000000 +0100
+++ new/mcstrans-3.3/src/mcstrans.c     2021-10-21 16:31:23.000000000 +0200
@@ -43,7 +43,7 @@
 #ifdef DEBUG
 #define log_debug(fmt, ...) fprintf(stderr, fmt, __VA_ARGS__)
 #else
-#define log_debug(fmt, ...) ;
+#define log_debug(fmt, ...) do {} while (0)
 #endif
 
 static unsigned int maxbit=0;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mcstrans-3.2/src/mcstransd.c 
new/mcstrans-3.3/src/mcstransd.c
--- old/mcstrans-3.2/src/mcstransd.c    2021-03-04 16:42:59.000000000 +0100
+++ new/mcstrans-3.3/src/mcstransd.c    2021-10-21 16:31:23.000000000 +0200
@@ -40,7 +40,7 @@
 //#define log_debug(fmt, ...) syslog(LOG_DEBUG, fmt, __VA_ARGS__)
 #define log_debug(fmt, ...) fprintf(stderr, fmt, __VA_ARGS__)
 #else
-#define log_debug(fmt, ...) ;
+#define log_debug(fmt, ...) do {} while (0)
 #endif
 
 extern int init_translations(void);

Reply via email to