Skip to content

Commit

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

- Fixes
 - Drop down menu for Style and Equipment are so narrow, cannot see contents.
 - OG doesn't immediately change when adding malt to a recipe.
 - IBU doesn't update when adding hops.
 - Errors when loading translations.

Signed-off-by: Troy Harvey <[email protected]>
  • Loading branch information
HarveyDevel committed Nov 25, 2024
1 parent c8a33f2 commit 3f90d75
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 7 deletions.
11 changes: 10 additions & 1 deletion packages/b/brewtarget/abi_used_symbols
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ libQt6Core.so.6:_ZN11QTextStreamlsEl
libQt6Core.so.6:_ZN11QTextStreamlsEm
libQt6Core.so.6:_ZN11QTextStreamlsEs
libQt6Core.so.6:_ZN11QTextStreamlsEx
libQt6Core.so.6:_ZN11QTranslator4loadERK7QStringS2_S2_S2_
libQt6Core.so.6:_ZN11QTranslator4loadERK7QLocaleRK7QStringS5_S5_S5_
libQt6Core.so.6:_ZN11QTranslatorC1EP7QObject
libQt6Core.so.6:_ZN11QTranslatorD1Ev
libQt6Core.so.6:_ZN12QDirIterator4nextEv
Expand Down Expand Up @@ -249,11 +249,14 @@ libQt6Core.so.6:_ZN6QTimer5startEv
libQt6Core.so.6:_ZN6QTimer7timeoutENS_14QPrivateSignalE
libQt6Core.so.6:_ZN6QTimerC1EP7QObject
libQt6Core.so.6:_ZN7QLocale10setDefaultERKS_
libQt6Core.so.6:_ZN7QLocale16staticMetaObjectE
libQt6Core.so.6:_ZN7QLocale6systemEv
libQt6Core.so.6:_ZN7QLocaleC1E11QStringView
libQt6Core.so.6:_ZN7QLocaleC1ENS_8LanguageENS_7CountryE
libQt6Core.so.6:_ZN7QLocaleC1ERKS_
libQt6Core.so.6:_ZN7QLocaleC1Ev
libQt6Core.so.6:_ZN7QLocaleD1Ev
libQt6Core.so.6:_ZN7QLocaleaSERKS_
libQt6Core.so.6:_ZN7QObject10childEventEP11QChildEvent
libQt6Core.so.6:_ZN7QObject10disconnectEPKS_PKcS1_S3_
libQt6Core.so.6:_ZN7QObject10timerEventEP11QTimerEvent
Expand Down Expand Up @@ -384,6 +387,9 @@ libQt6Core.so.6:_ZNK11QMetaObject8propertyEi
libQt6Core.so.6:_ZNK11QMetaObject9classNameEv
libQt6Core.so.6:_ZNK11QObjectData17dynamicMetaObjectEv
libQt6Core.so.6:_ZNK11QTextStream5atEndEv
libQt6Core.so.6:_ZNK11QTranslator7isEmptyEv
libQt6Core.so.6:_ZNK11QTranslator8filePathEv
libQt6Core.so.6:_ZNK11QTranslator8languageEv
libQt6Core.so.6:_ZNK12QDirIterator7hasNextEv
libQt6Core.so.6:_ZNK12QDirIterator8fileInfoEv
libQt6Core.so.6:_ZNK13QJsonDocument6objectEv
Expand Down Expand Up @@ -485,9 +491,11 @@ libQt6Core.so.6:_ZNK5QFile6existsEv
libQt6Core.so.6:_ZNK5QFile8fileNameEv
libQt6Core.so.6:_ZNK5QTime8toStringE11QStringView
libQt6Core.so.6:_ZNK7QLocale10dateFormatENS_10FormatTypeE
libQt6Core.so.6:_ZNK7QLocale11uiLanguagesENS_12TagSeparatorE
libQt6Core.so.6:_ZNK7QLocale12decimalPointEv
libQt6Core.so.6:_ZNK7QLocale14groupSeparatorEv
libQt6Core.so.6:_ZNK7QLocale4nameENS_12TagSeparatorE
libQt6Core.so.6:_ZNK7QLocale8languageEv
libQt6Core.so.6:_ZNK7QLocale8toDoubleE11QStringViewPb
libQt6Core.so.6:_ZNK7QLocale8toStringEdci
libQt6Core.so.6:_ZNK7QObject10objectNameEv
Expand Down Expand Up @@ -550,6 +558,7 @@ libQt6Core.so.6:_Zls6QDebugRK11QModelIndex
libQt6Core.so.6:_Zls6QDebugRK14QVersionNumber
libQt6Core.so.6:_Zls6QDebugRK4QDir
libQt6Core.so.6:_Zls6QDebugRK4QUrl
libQt6Core.so.6:_Zls6QDebugRK7QLocale
libQt6Core.so.6:_Zls6QDebugRK9QDateTime
libQt6Core.so.6:_ZlsR11QDataStreamRK14QVersionNumber
libQt6Core.so.6:_ZlsR11QDataStreamRK7QString
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.10
release : 16
version : 4.0.11
release : 17
source :
- git|https://github.com/Brewtarget/brewtarget.git : v4.0.10
- git|https://github.com/Brewtarget/brewtarget.git : v4.0.11
homepage : https://github.com/Brewtarget/brewtarget
license :
- BSD-2-Clause
Expand Down
6 changes: 3 additions & 3 deletions packages/b/brewtarget/pspec_x86_64.xml
Original file line number Diff line number Diff line change
Expand Up @@ -90,9 +90,9 @@
</Files>
</Package>
<History>
<Update release="16">
<Date>2024-11-16</Date>
<Version>4.0.10</Version>
<Update release="17">
<Date>2024-11-25</Date>
<Version>4.0.11</Version>
<Comment>Packaging update</Comment>
<Name>Troy Harvey</Name>
<Email>[email protected]</Email>
Expand Down

0 comments on commit 3f90d75

Please sign in to comment.