Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package d2 for openSUSE:Factory checked in 
at 2025-02-06 22:08:43
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/d2 (Old)
 and      /work/SRC/openSUSE:Factory/.d2.new.2316 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "d2"

Thu Feb  6 22:08:43 2025 rev:9 rq:1243578 version:0.6.9

Changes:
--------
--- /work/SRC/openSUSE:Factory/d2/d2.changes    2025-01-07 20:51:45.208779412 
+0100
+++ /work/SRC/openSUSE:Factory/.d2.new.2316/d2.changes  2025-02-06 
22:10:04.813625715 +0100
@@ -2 +2,40 @@
-Sun Jan  5 15:18:20 UTC 2025 - Andrea Manzini <andrea.manz...@suse.com>
+Wed Feb  5 07:54:04 UTC 2025 - Jeff Kowalczyk <jkowalc...@suse.com>
+
+- Update to version 0.6.9:
+  * Animations: style.animated: true is supported on shapes #2250
+  * Connections now support link #1955
+  * Vars: vars in markdown blocks are substituted #2218
+  * Markdown: Github-flavored tables work in md blocks #2221
+  * Render: adds box arrowheads #2227
+  * d2 fmt now supports a --check flag #2253
+  * CLI: PNG output to stdout is supported using --stdout-format png - #2291
+  * Globs: &connected and &leaf filters are implemented #2299
+  * CLI: add --no-xml-tag for direct HTML embedding #2302
+  * CLI: play cmd added for opening d2 input in online playground #2242
+  * Composition: links pointing to own board are purged #2203
+  * Syntax: reserved keywords must be unquoted #2231
+  * Latex: Backslashes in Latex blocks do not escape #2232
+    This is a breaking change. Previously Latex blocks required
+    escaping the backslash. So for older D2 versions, you should
+    remove the excess backslashes.
+  * Links: non-http url scheme links are supported (e.g. x.link: 
vscode://file/) #2237
+  * Compiler: reserved keywords with missing values error instead of silently 
doing nothing #2251
+  * Render: SVG outputs conform to stricter HTML standards, e.g. no duplicate 
ids #2273
+  * Themes: theme names are consistently cased #2322
+  * Nears: constant nears avoid collision with edge routes #2327
+  * Imports: fixes using substitutions in icon values #2207
+  * Markdown: fixes ampersands in URLs in markdown #2219
+  * Globs: fixes edge case where globs with imported boards would create empty 
boards #2247
+  * Sequence diagrams: fixes alignment of notes when self messages are above 
it #2264
+  * Null: fixes nulling a connection with absolute syntax #2318
+  * Gradients: works with connection fills #2326
+  * Latex: fixes backslashes doubling on successive parses #2328
+- Packaging improvements:
+  * Update to BuildRequires: golang(API) >= 1.23 matching go.mod
+  * Build PIE with pattern that may become recommended procedure:
+    %%ifnarch ppc64 GOFLAGS="-buildmode=pie" %%endif go build
+    A go toolchain buildmode default config would be preferable
+    but none exist at this time.
+
+-------------------------------------------------------------------
+Thu Nov  7 21:31:37 UTC 2024 - Jeff Kowalczyk <jkowalc...@suse.com>
@@ -14,0 +54,3 @@
+-------------------------------------------------------------------
+Sat Sep 28 23:14:05 UTC 2024 - Jeff Kowalczyk <jkowalc...@suse.com>
+
@@ -17,2 +59 @@
-  * Composition: Imported boards can use underscores to reference boards 
beyond its own scope 
-    (e.g. to a sibling board at the scope its imported to) #2075
+  * Composition: Imported boards can use underscores to reference boards 
beyond its own scope (e.g. to a sibling board at the scope its imported to) 
#2075
@@ -33,2 +74 @@
-  * Sequence diagram: long self-referential edge labels no longer can collide 
neighboring actors 
-    (or its own) lifeline edges #2050
+  * Sequence diagram: long self-referential edge labels no longer can collide 
neighboring actors (or its own) lifeline edges #2050

Old:
----
  d2-0.6.8.tar.gz

New:
----
  d2-0.6.9.tar.gz

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

Other differences:
------------------
++++++ d2.spec ++++++
--- /var/tmp/diff_new_pack.6vvUrc/_old  2025-02-06 22:10:06.869710436 +0100
+++ /var/tmp/diff_new_pack.6vvUrc/_new  2025-02-06 22:10:06.873710601 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           d2
-Version:        0.6.8
+Version:        0.6.9
 Release:        0
 Summary:        CLI tool and modern declarative language that turns text to 
diagrams
 License:        Apache-2.0 AND MIT AND MPL-2.0 AND EPL-2.0 AND 
GPL-2.0-or-later AND BSD-3-Clause
@@ -25,7 +25,7 @@
 URL:            https://github.com/terrastruct/d2
 Source:         %{name}-%{version}.tar.gz
 Source1:        vendor.tar.gz
-BuildRequires:  golang(API) >= 1.20
+BuildRequires:  golang(API) >= 1.23
 
 %description
 A modern declarative diagramming language that turns text to diagrams. Create
@@ -37,8 +37,10 @@
 %autosetup -a 1
 
 %build
-go build \
-   -buildmode=pie
+%ifnarch ppc64
+export GOFLAGS="-buildmode=pie"
+%endif
+go build
 
 %check
 # execute the binary as a basic check

++++++ _service ++++++
--- /var/tmp/diff_new_pack.6vvUrc/_old  2025-02-06 22:10:06.905711919 +0100
+++ /var/tmp/diff_new_pack.6vvUrc/_new  2025-02-06 22:10:06.909712084 +0100
@@ -2,7 +2,7 @@
   <service name="tar_scm" mode="manual">
     <param name="url">https://github.com/terrastruct/d2.git</param>
     <param name="scm">git</param>
-    <param name="revision">v0.6.8</param>
+    <param name="revision">v0.6.9</param>
     <param name="versionformat">@PARENT_TAG@</param>
     <param name="versionrewrite-pattern">v(.*)</param>
   </service>

++++++ d2-0.6.8.tar.gz -> d2-0.6.9.tar.gz ++++++
/work/SRC/openSUSE:Factory/d2/d2-0.6.8.tar.gz 
/work/SRC/openSUSE:Factory/.d2.new.2316/d2-0.6.9.tar.gz differ: char 12, line 1

++++++ vendor.tar.gz ++++++
/work/SRC/openSUSE:Factory/d2/vendor.tar.gz 
/work/SRC/openSUSE:Factory/.d2.new.2316/vendor.tar.gz differ: char 5, line 1

Reply via email to