Skip to content

Commit

Permalink
brewtarget: Update to v4.0.10
Browse files Browse the repository at this point in the history
**Changelog:**

- Fixes
  - Crash when copying recipe, then on adding new steps in mash, ferment, boil, others.
  - Changing Yeast or Attenuation doesn't change ABV.
- New
 - Danish translation.

Signed-off-by: Troy Harvey <[email protected]>
  • Loading branch information
HarveyDevel authored and malfisya committed Nov 16, 2024
1 parent ff591ef commit 6035ccc
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
3 changes: 3 additions & 0 deletions packages/b/brewtarget/abi_used_symbols
Original file line number Diff line number Diff line change
Expand Up @@ -1794,6 +1794,8 @@ libstdc++.so.6:_ZNSi10_M_extractIlEERSiRT_
libstdc++.so.6:_ZNSi3getERc
libstdc++.so.6:_ZNSi4readEPcl
libstdc++.so.6:_ZNSi6sentryC1ERSib
libstdc++.so.6:_ZNSo3putEc
libstdc++.so.6:_ZNSo5flushEv
libstdc++.so.6:_ZNSo5writeEPKcl
libstdc++.so.6:_ZNSo9_M_insertIdEERSoT_
libstdc++.so.6:_ZNSo9_M_insertIlEERSoT_
Expand Down Expand Up @@ -1891,6 +1893,7 @@ libstdc++.so.6:_ZSt28__throw_bad_array_new_lengthv
libstdc++.so.6:_ZSt29_Rb_tree_insert_and_rebalancebPSt18_Rb_tree_node_baseS0_RS_
libstdc++.so.6:_ZSt4cerr
libstdc++.so.6:_ZSt7nothrow
libstdc++.so.6:_ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc
libstdc++.so.6:_ZTINSt10filesystem7__cxx1116filesystem_errorE
libstdc++.so.6:_ZTINSt3_V214error_categoryE
libstdc++.so.6:_ZTINSt6locale5facetE
Expand Down
6 changes: 3 additions & 3 deletions packages/b/brewtarget/package.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name : brewtarget
version : 4.0.9
release : 15
version : 4.0.10
release : 16
source :
- git|https://github.com/Brewtarget/brewtarget.git : v4.0.9
- git|https://github.com/Brewtarget/brewtarget.git : v4.0.10
homepage : https://github.com/Brewtarget/brewtarget
license :
- BSD-2-Clause
Expand Down
7 changes: 4 additions & 3 deletions packages/b/brewtarget/pspec_x86_64.xml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@
<Path fileType="data">/usr/share/brewtarget/sounds/stirMash.wav</Path>
<Path fileType="data">/usr/share/brewtarget/translations_qm/bt_ca.qm</Path>
<Path fileType="data">/usr/share/brewtarget/translations_qm/bt_cs.qm</Path>
<Path fileType="data">/usr/share/brewtarget/translations_qm/bt_da.qm</Path>
<Path fileType="data">/usr/share/brewtarget/translations_qm/bt_de.qm</Path>
<Path fileType="data">/usr/share/brewtarget/translations_qm/bt_el.qm</Path>
<Path fileType="data">/usr/share/brewtarget/translations_qm/bt_en.qm</Path>
Expand All @@ -89,9 +90,9 @@
</Files>
</Package>
<History>
<Update release="15">
<Date>2024-11-05</Date>
<Version>4.0.9</Version>
<Update release="16">
<Date>2024-11-16</Date>
<Version>4.0.10</Version>
<Comment>Packaging update</Comment>
<Name>Troy Harvey</Name>
<Email>[email protected]</Email>
Expand Down

0 comments on commit 6035ccc

Please sign in to comment.