Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-rjsmin for openSUSE:Factory 
checked in at 2022-04-16 00:14:30
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-rjsmin (Old)
 and      /work/SRC/openSUSE:Factory/.python-rjsmin.new.1941 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-rjsmin"

Sat Apr 16 00:14:30 2022 rev:8 rq:970231 version:1.2.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-rjsmin/python-rjsmin.changes      
2020-04-22 20:51:29.635216223 +0200
+++ /work/SRC/openSUSE:Factory/.python-rjsmin.new.1941/python-rjsmin.changes    
2022-04-16 00:14:54.477701873 +0200
@@ -1,0 +2,14 @@
+Thu Apr 14 08:35:15 UTC 2022 - [email protected]
+
+- version update to 1.2.0
+ *) Improve regex detection. Fixes #17, #23
+ *) Add aarch64 wheels (issue #24, #25, contributed by odidev)
+ *) Add tests to source distribution (issue #20, contributed by dvzrv)
+ *) bytearray input now produces bytearray output
+ *) Update python support: 2.7, 3.6+
+ *) Emit the correct env var name in the warning message if the compilation of
+    the C implementation fails.
+- modified patches
+  % reproducible.patch (refreshed)
+
+-------------------------------------------------------------------

Old:
----
  rjsmin-1.1.0.tar.gz

New:
----
  rjsmin-1.2.0.tar.gz

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

Other differences:
------------------
++++++ python-rjsmin.spec ++++++
--- /var/tmp/diff_new_pack.3M3A8i/_old  2022-04-16 00:14:55.157702781 +0200
+++ /var/tmp/diff_new_pack.3M3A8i/_new  2022-04-16 00:14:55.165702791 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package python-rjsmin
+# spec file
 #
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,15 +18,14 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define mod_name rjsmin
-%define release_sha 53a0848b2372c1b49c03326bc8209ea39e889c47
 %bcond_without python2
 Name:           python-%{mod_name}
-Version:        1.1.0
+Version:        1.2.0
 Release:        0
 Summary:        A JavaScript minifier written in Python
 License:        Apache-2.0
 URL:            http://opensource.perlig.de/rjsmin/
-Source:         
https://github.com/ndparker/rjsmin/archive/%{release_sha}.tar.gz#/%{mod_name}-%{version}.tar.gz
+Source:         
https://github.com/ndparker/rjsmin/archive/refs/tags/%{version}.tar.gz#/rjsmin-%{version}.tar.gz
 # PATCH-FIX-OPENSUSE -- build without profiling
 Patch0:         reproducible.patch
 BuildRequires:  %{python_module devel}
@@ -49,7 +48,7 @@
 at runtime (rather than during a preprocessing step).
 
 %prep
-%setup -q -n %{mod_name}-%{release_sha}
+%setup -q -n %{mod_name}-%{version}
 %autopatch -p1
 
 %build

++++++ reproducible.patch ++++++
--- /var/tmp/diff_new_pack.3M3A8i/_old  2022-04-16 00:14:55.193702829 +0200
+++ /var/tmp/diff_new_pack.3M3A8i/_new  2022-04-16 00:14:55.197702834 +0200
@@ -1,13 +1,13 @@
 Date: 2019-05-18
 Author: Bernhard M. Wiedemann <bwiedemann suse de>
-
+ 
 Do not instrument code with profiling
 to make build reproducible
 and also more sane in general
-Index: rjsmin-53a0848b2372c1b49c03326bc8209ea39e889c47/debug.unix.cflags
+Index: rjsmin-1.2.0/debug.unix.cflags
 ===================================================================
---- rjsmin-53a0848b2372c1b49c03326bc8209ea39e889c47.orig/debug.unix.cflags
-+++ rjsmin-53a0848b2372c1b49c03326bc8209ea39e889c47/debug.unix.cflags
+--- rjsmin-1.2.0.orig/debug.unix.cflags
++++ rjsmin-1.2.0/debug.unix.cflags
 @@ -1,28 +0,0 @@
 -# allow crash debugging
 --ggdb
@@ -17,7 +17,7 @@
 --fprofile-arcs
 -
 -# don't compile on weird code
---std=c89 -pedantic -fno-strict-aliasing -Werror
+--std=c99 -pedantic -fno-strict-aliasing -Werror
 --Wall
 --Wbad-function-cast
 --Wcast-align
@@ -27,7 +27,7 @@
 --Wextra
 --Winit-self
 --Wmissing-declarations
---Wmissing-include-dirs
+-# -Wmissing-include-dirs
 --Wmissing-prototypes
 --Wnested-externs
 --Wno-long-long

++++++ rjsmin-1.1.0.tar.gz -> rjsmin-1.2.0.tar.gz ++++++
++++ 5727 lines of diff (skipped)

Reply via email to