Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package aegisub for openSUSE:Factory checked 
in at 2022-12-31 11:22:54
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/aegisub (Old)
 and      /work/SRC/openSUSE:Factory/.aegisub.new.1563 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "aegisub"

Sat Dec 31 11:22:54 2022 rev:38 rq:1045820 version:3.3.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/aegisub/aegisub.changes  2022-06-27 
11:25:57.866626445 +0200
+++ /work/SRC/openSUSE:Factory/.aegisub.new.1563/aegisub.changes        
2022-12-31 11:22:59.108479779 +0100
@@ -1,0 +2,23 @@
+Thu Dec 29 22:16:54 UTC 2022 - Matthias Eliasson <[email protected]>
+
+- Update to version 3.3.3
+  * Pass storage size to libass to fix rendering
+  * This changes how subtitle is rendered in certain cases when using
+    libass as subtitle renderer. The behavior now matches
+       ffmpeg>=5.0.1 and VLC nightly (not included in VLC=3.0.17.4 yet)
+  * Added CoreAudio player for macOS, which supports multi channel output
+  * Allow choosing between wxStyledTextCtrl and wxTextCtrl for subtitle 
+    edit box
+  * wxSTC provides syntax highlighting
+  * wxTextCtrl is the native text editor provided by system, and may 
+    have better support for IME, right-to-left languages, etc.
+  * Shift + right-click gives native context menu when using wxTextCtrl
+  * Support for negative margin (@petzku)
+  * Fix timestamp issue when loading subtitle from MKS
+  * Fix support for embedded font in ass (@Kienyew)
+  * Fix build issues with boost>=1.76, M1 Mac, etc.
+- Add patch: aegisub-buildfix_autotools.patch to fix build with autotools
+- Drop patch: ax_boost-files.patch which is fixed upstream
+- Drop aegisub-rpmlintrc not needed anymore
+
+-------------------------------------------------------------------

Old:
----
  Aegisub-3.3.2.tar.gz
  aegisub-rpmlintrc
  ax_boost-files.patch

New:
----
  Aegisub-3.3.3.tar.gz
  aegisub-buildfix_autotools.patch

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

Other differences:
------------------
++++++ aegisub.spec ++++++
--- /var/tmp/diff_new_pack.3M4J0c/_old  2022-12-31 11:22:59.660483084 +0100
+++ /var/tmp/diff_new_pack.3M4J0c/_new  2022-12-31 11:22:59.664483108 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package aegisub
 #
-# Copyright (c) 2021 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
@@ -15,19 +15,15 @@
 # Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
-
-%define version_split 3,3,2
 Name:           aegisub
-Version:        3.3.2
+Version:        3.3.3
 Release:        0
 Summary:        Subtitle editor
 License:        BSD-3-Clause
 Group:          Productivity/Multimedia/Video/Editors and Convertors
 URL:            http://www.aegisub.org/
-Source0:        
https://github.com/wangqr/Aegisub/archive/refs/tags/v3.3.2.tar.gz#/Aegisub-%{version}.tar.gz
-Source99:       %{name}-rpmlintrc
-# PATCH-FIX-UPSTREAM ax_boost-files.patch -- 
https://github.com/wangqr/Aegisub/pull/102
-Patch0:         ax_boost-files.patch
+Source0:        
https://github.com/wangqr/Aegisub/archive/refs/tags/v%{version}.tar.gz#/Aegisub-%{version}.tar.gz
+Patch0:         aegisub-buildfix_autotools.patch
 BuildRequires:  autoconf
 BuildRequires:  automake
 BuildRequires:  gcc-c++
@@ -63,17 +59,12 @@
 
 %prep
 %autosetup -p1 -n Aegisub-%{version}
-# Add "cached" version (as we do not build from git)
-[ -f "build/version.h" ] || cat > build/git_version.h << EOF
-#define BUILD_GIT_VERSION_NUMBER 0
-#define BUILD_GIT_VERSION_STRING "%{version}"
-#define TAGGED_RELEASE 1
-#define INSTALLER_VERSION "%{version}"
-#define RESOURCE_BASE_VERSION %{version_split}
-EOF
+
+export FORCE_GIT_VERSION=%{version}
+./build/version.sh .
+./autogen.sh
 
 %build
-autoreconf -fiv
 %configure \
     --disable-update-checker \
     --with-player-audio=PulseAudio \

++++++ Aegisub-3.3.2.tar.gz -> Aegisub-3.3.3.tar.gz ++++++
/work/SRC/openSUSE:Factory/aegisub/Aegisub-3.3.2.tar.gz 
/work/SRC/openSUSE:Factory/.aegisub.new.1563/Aegisub-3.3.3.tar.gz differ: char 
13, line 1

++++++ aegisub-buildfix_autotools.patch ++++++
--- Aegisub-3.3.3/build/version.sh.orig 2022-08-21 04:36:22.130688059 +0100
+++ Aegisub-3.3.3/build/version.sh      2022-08-21 04:36:30.535680238 +0100
@@ -12,7 +12,7 @@ if ! test -d "${srcdir}/.git"; then
     done < "${version_h_path}"
     if test x$BUILD_GIT_VERSION_NUMBER != x -a x$BUILD_GIT_VERSION_STRING != 
x; then
       export VERSION_SOURCE="from cached git_version.h"
-      exit 0
+      return 0
     else
       echo "invalid git_version.h"
       exit 2

Reply via email to