Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

calamares: Update to 3.3.9 #3941

Merged
merged 1 commit into from
Sep 28, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions packages/c/calamares/abi_symbols
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,9 @@ libcalamares.so.3.3:_ZN9Calamares10appDataDirEv
libcalamares.so.3.3:_ZN9Calamares10getEntropyEiR10QByteArray
libcalamares.so.3.3:_ZN9Calamares10getIntegerERK4QMapI7QString8QVariantERKS1_x
libcalamares.so.3.3:_ZN9Calamares10setXdgDirsEv
libcalamares.so.3.3:_ZN9Calamares11CommandLineC1ERK4QMapI7QString8QVariantE
libcalamares.so.3.3:_ZN9Calamares11CommandLineC2ERK4QMapI7QString8QVariantE
libcalamares.so.3.3:_ZN9Calamares11CommandList13updateVerboseEb
libcalamares.so.3.3:_ZN9Calamares11CommandList3runEv
libcalamares.so.3.3:_ZN9Calamares11CommandListC1ERK8QVariantbNSt6chrono8durationIlSt5ratioILl1ELl1EEEE
libcalamares.so.3.3:_ZN9Calamares11CommandListC1EbNSt6chrono8durationIlSt5ratioILl1ELl1EEEE
Expand Down Expand Up @@ -2120,6 +2123,7 @@ libcalamares_viewmodule_partition.so:_ZN10ChoicePage25updateActionChoicePreviewE
libcalamares_viewmodule_partition.so:_ZN10ChoicePage26doReplaceSelectedPartitionERK11QModelIndex
libcalamares_viewmodule_partition.so:_ZN10ChoicePage26onHomeCheckBoxStateChangedEv
libcalamares_viewmodule_partition.so:_ZN10ChoicePage26setLastSelectedDeviceIndexEi
libcalamares_viewmodule_partition.so:_ZN10ChoicePage26updateActionDescriptionsTrEv
libcalamares_viewmodule_partition.so:_ZN10ChoicePage27onEncryptWidgetStateChangedEv
libcalamares_viewmodule_partition.so:_ZN10ChoicePage28onPartitionToReplaceSelectedERK11QModelIndexS2_
libcalamares_viewmodule_partition.so:_ZN10ChoicePage29checkInstallChoiceRadioButtonEN6Config13InstallChoiceE
Expand Down
3 changes: 1 addition & 2 deletions packages/c/calamares/abi_used_symbols
Original file line number Diff line number Diff line change
Expand Up @@ -2016,7 +2016,6 @@ libstdc++.so.6:_ZNSt6localeC1Ev
libstdc++.so.6:_ZNSt6localeD1Ev
libstdc++.so.6:_ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE10_M_disposeEv
libstdc++.so.6:_ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE10_M_replaceEmmPKcm
libstdc++.so.6:_ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE12_M_constructEmc
libstdc++.so.6:_ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE14_M_replace_auxEmmmc
libstdc++.so.6:_ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE6appendEPKc
libstdc++.so.6:_ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE6appendEPKcm
Expand Down Expand Up @@ -2060,7 +2059,6 @@ libstdc++.so.6:_ZSt2wsIcSt11char_traitsIcEERSt13basic_istreamIT_T0_ES6_
libstdc++.so.6:_ZSt4cerr
libstdc++.so.6:_ZSt4cout
libstdc++.so.6:_ZSt7nothrow
libstdc++.so.6:_ZSt9terminatev
libstdc++.so.6:_ZTIN10__cxxabiv115__forced_unwindE
libstdc++.so.6:_ZTISt11range_error
libstdc++.so.6:_ZTISt12domain_error
Expand Down Expand Up @@ -2097,6 +2095,7 @@ libstdc++.so.6:_ZnwmSt11align_val_t
libstdc++.so.6:__cxa_allocate_exception
libstdc++.so.6:__cxa_bad_cast
libstdc++.so.6:__cxa_begin_catch
libstdc++.so.6:__cxa_call_terminate
libstdc++.so.6:__cxa_demangle
libstdc++.so.6:__cxa_end_catch
libstdc++.so.6:__cxa_free_exception
Expand Down
6 changes: 3 additions & 3 deletions packages/c/calamares/package.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name : calamares

Check notice on line 1 in packages/c/calamares/package.yml

View workflow job for this annotation

GitHub Actions / Checks

This package is included in the ISO. Consider validating the functionality in a newly built ISO.
version : 3.3.7
release : 22
version : 3.3.9
release : 23
source :
- https://github.com/calamares/calamares/releases/download/v3.3.7/calamares-3.3.7.tar.gz : 56589968f2447a2e79da67079602dabc77504bc0f8233b5e655a1a4d57007a34
- https://github.com/calamares/calamares/releases/download/v3.3.9/calamares-3.3.9.tar.gz : d8f70fa682ca732f448c7033e66c5d4f747161031f74f46778e20728ceff6b45
homepage : https://calamares.io
license :
- BSD-2-Clause
Expand Down
20 changes: 10 additions & 10 deletions packages/c/calamares/pspec_x86_64.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<Name>calamares</Name>
<Homepage>https://calamares.io</Homepage>
<Packager>
<Name>Joey Riches</Name>
<Email>[email protected]</Email>
<Name>Evan Maddock</Name>
<Email>[email protected]</Email>
</Packager>
<License>BSD-2-Clause</License>
<License>CC-BY-4.0</License>
Expand Down Expand Up @@ -164,9 +164,9 @@
<Path fileType="library">/usr/lib64/calamares/modules/zfshostid/module.desc</Path>
<Path fileType="library">/usr/lib64/calamares/modules/zfshostid/zfshostid.schema.yaml</Path>
<Path fileType="library">/usr/lib64/libcalamares.so.3.3</Path>
<Path fileType="library">/usr/lib64/libcalamares.so.3.3.7</Path>
<Path fileType="library">/usr/lib64/libcalamares.so.3.3.9</Path>
<Path fileType="library">/usr/lib64/libcalamaresui.so.3.3</Path>
<Path fileType="library">/usr/lib64/libcalamaresui.so.3.3.7</Path>
<Path fileType="library">/usr/lib64/libcalamaresui.so.3.3.9</Path>
<Path fileType="data">/usr/share/applications/calamares.desktop</Path>
<Path fileType="data">/usr/share/calamares/branding/default/banner.png</Path>
<Path fileType="data">/usr/share/calamares/branding/default/banner.png.license</Path>
Expand Down Expand Up @@ -290,7 +290,7 @@
</Description>
<PartOf>programming.devel</PartOf>
<RuntimeDependencies>
<Dependency release="22">calamares</Dependency>
<Dependency release="23">calamares</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include/libcalamares/Branding.h</Path>
Expand Down Expand Up @@ -411,12 +411,12 @@
</Files>
</Package>
<History>
<Update release="22">
<Date>2024-07-07</Date>
<Version>3.3.7</Version>
<Update release="23">
<Date>2024-09-28</Date>
<Version>3.3.9</Version>
<Comment>Packaging update</Comment>
<Name>Joey Riches</Name>
<Email>[email protected]</Email>
<Name>Evan Maddock</Name>
<Email>[email protected]</Email>
</Update>
</History>
</PISI>