Skip to content

Commit e7a2c64

Browse files
authored
bamf: refresh build (#9987)
**Summary** - Refresh build **Test Plan** - Built it. **Checklist** - [X] Package was built and tested against unstable - [ ] This change could gainfully be listed in the weekly sync notes once merged <!-- Write an appropriate message in the Summary section, then add the "Topic: Sync Notes" label --> - [X] I agree to license this contribution and all my previous contributions under the licensing terms in [LICENSE.md](../blob/main/LICENSE.md) and have the power and authority to grant those licenses.
2 parents 0cdf130 + 53ba593 commit e7a2c64

3 files changed

Lines changed: 15 additions & 9 deletions

File tree

packages/b/bamf/abi_used_symbols

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,7 @@ libglib-2.0.so.0:g_error_matches
139139
libglib-2.0.so.0:g_file_get_contents
140140
libglib-2.0.so.0:g_file_test
141141
libglib-2.0.so.0:g_free
142+
libglib-2.0.so.0:g_free_sized
142143
libglib-2.0.so.0:g_get_current_dir
143144
libglib-2.0.so.0:g_get_home_dir
144145
libglib-2.0.so.0:g_get_system_config_dirs
@@ -209,7 +210,9 @@ libglib-2.0.so.0:g_mutex_init
209210
libglib-2.0.so.0:g_mutex_lock
210211
libglib-2.0.so.0:g_mutex_unlock
211212
libglib-2.0.so.0:g_once_init_enter
213+
libglib-2.0.so.0:g_once_init_enter_pointer
212214
libglib-2.0.so.0:g_once_init_leave
215+
libglib-2.0.so.0:g_once_init_leave_pointer
213216
libglib-2.0.so.0:g_option_context_add_group
214217
libglib-2.0.so.0:g_option_context_add_main_entries
215218
libglib-2.0.so.0:g_option_context_get_help
@@ -273,6 +276,7 @@ libglib-2.0.so.0:g_variant_builder_clear
273276
libglib-2.0.so.0:g_variant_builder_close
274277
libglib-2.0.so.0:g_variant_builder_end
275278
libglib-2.0.so.0:g_variant_builder_init
279+
libglib-2.0.so.0:g_variant_builder_init_static
276280
libglib-2.0.so.0:g_variant_builder_open
277281
libglib-2.0.so.0:g_variant_equal
278282
libglib-2.0.so.0:g_variant_get

packages/b/bamf/package.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# yaml-language-server: $schema=/usr/share/ypkg/schema/schema.json
22
name : bamf
33
version : 0.5.6
4-
release : 17
4+
release : 18
55
source :
66
- https://launchpad.net/bamf/0.5/0.5.6/+download/bamf-0.5.6.tar.gz : 4fcd00f23c542f3b79f35e10e322b67eacb399cac83f48db261cd8e8ea709478
77
homepage : https://launchpad.net/bamf
@@ -24,3 +24,4 @@ build : |
2424
%make
2525
install : |
2626
%make_install
27+
%install_license COPYING

packages/b/bamf/pspec_x86_64.xml

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
<Name>bamf</Name>
44
<Homepage>https://launchpad.net/bamf</Homepage>
55
<Packager>
6-
<Name>Muhammad Alfi Syahrin</Name>
7-
<Email>ems1000.syahrin@gmail.com</Email>
6+
<Name>Jakob Gezelius</Name>
7+
<Email>jakob@knugen.nu</Email>
88
</Packager>
99
<License>GPL-3.0-or-later</License>
1010
<PartOf>desktop.library</PartOf>
@@ -27,7 +27,7 @@
2727
<Path fileType="library">/usr/lib64/libbamf3.so.2</Path>
2828
<Path fileType="library">/usr/lib64/libbamf3.so.2.0.0</Path>
2929
<Path fileType="data">/usr/share/dbus-1/services/org.ayatana.bamf.service</Path>
30-
<Path fileType="data">/usr/share/gir-1.0/Bamf-3.gir</Path>
30+
<Path fileType="data">/usr/share/licenses/bamf/COPYING</Path>
3131
<Path fileType="data">/usr/share/upstart/sessions/bamfdaemon.conf</Path>
3232
</Files>
3333
</Package>
@@ -38,7 +38,7 @@
3838
</Description>
3939
<PartOf>programming.devel</PartOf>
4040
<RuntimeDependencies>
41-
<Dependency release="17">bamf</Dependency>
41+
<Dependency release="18">bamf</Dependency>
4242
</RuntimeDependencies>
4343
<Files>
4444
<Path fileType="header">/usr/include/libbamf3/libbamf/bamf-application.h</Path>
@@ -50,6 +50,7 @@
5050
<Path fileType="header">/usr/include/libbamf3/libbamf/libbamf.h</Path>
5151
<Path fileType="library">/usr/lib64/libbamf3.so</Path>
5252
<Path fileType="data">/usr/lib64/pkgconfig/libbamf3.pc</Path>
53+
<Path fileType="data">/usr/share/gir-1.0/Bamf-3.gir</Path>
5354
<Path fileType="data">/usr/share/vala/vapi/libbamf3.vapi</Path>
5455
</Files>
5556
</Package>
@@ -84,12 +85,12 @@
8485
</Files>
8586
</Package>
8687
<History>
87-
<Update release="17">
88-
<Date>2023-11-28</Date>
88+
<Update release="18">
89+
<Date>2026-08-06</Date>
8990
<Version>0.5.6</Version>
9091
<Comment>Packaging update</Comment>
91-
<Name>Muhammad Alfi Syahrin</Name>
92-
<Email>ems1000.syahrin@gmail.com</Email>
92+
<Name>Jakob Gezelius</Name>
93+
<Email>jakob@knugen.nu</Email>
9394
</Update>
9495
</History>
9596
</PISI>

0 commit comments

Comments
 (0)