1
0

11 Commits

Author SHA256 Message Date
64737d7b6a Accepting request 1283719 from security:privacy
OBS-URL: https://build.opensuse.org/request/show/1283719
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/browserpass-native?expand=0&rev=10
2025-06-10 07:03:19 +00:00
f286f0a79d - Enable cgo
OBS-URL: https://build.opensuse.org/package/show/security:privacy/browserpass-native?expand=0&rev=18
2025-06-06 16:59:34 +00:00
dfb4e79d3c Accepting request 1282291 from security:privacy
- Added CGO_ENABLED=1 (forwarded request 1282290 from fl4nn)

OBS-URL: https://build.opensuse.org/request/show/1282291
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/browserpass-native?expand=0&rev=9
2025-06-03 15:56:28 +00:00
7cfb20a11c - Added CGO_ENABLED=1
OBS-URL: https://build.opensuse.org/package/show/security:privacy/browserpass-native?expand=0&rev=16
2025-06-03 11:47:59 +00:00
6181b55a33 Accepting request 1070014 from security:privacy
- Update to 3.1.0
- Update vendor.tar.gz (forwarded request 1069488 from tux93)

OBS-URL: https://build.opensuse.org/request/show/1070014
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/browserpass-native?expand=0&rev=8
2023-03-08 13:53:06 +00:00
c147125802 Accepting request 993812 from security:privacy
OBS-URL: https://build.opensuse.org/request/show/993812
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/browserpass-native?expand=0&rev=7
2022-08-09 13:27:38 +00:00
e98c047d62 Accepting request 959613 from security:privacy
- Update to version 3.0.9
  * No functional changes
  * Compile without cgo to remove libc dependency (forwarded request 958311 from tux93)

OBS-URL: https://build.opensuse.org/request/show/959613
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/browserpass-native?expand=0&rev=6
2022-03-05 15:27:44 +00:00
448350e421 Accepting request 953914 from security:privacy
- Update to version 3.0.8
  * Added make target for librewolf
- Exclude ppc64, build fails due to pie not being supported (forwarded request 952753 from tux93)

OBS-URL: https://build.opensuse.org/request/show/953914
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/browserpass-native?expand=0&rev=5
2022-02-12 23:15:29 +00:00
468e76d2a7 Accepting request 830683 from security:privacy
OBS-URL: https://build.opensuse.org/request/show/830683
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/browserpass-native?expand=0&rev=4
2020-08-31 14:52:46 +00:00
ce9fff5016 Accepting request 819977 from security:privacy
OBS-URL: https://build.opensuse.org/request/show/819977
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/browserpass-native?expand=0&rev=3
2020-07-13 07:06:17 +00:00
15364f7478 Accepting request 735324 from security:privacy
OBS-URL: https://build.opensuse.org/request/show/735324
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/browserpass-native?expand=0&rev=2
2019-10-05 14:21:30 +00:00
2 changed files with 13 additions and 5 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Tue Jun 3 19:34:14 UTC 2025 - Andreas Schwab <schwab@suse.de>
- Enable cgo
-------------------------------------------------------------------
Tue May 27 16:39:18 UTC 2025 - Holger Rauch <holger.rauch@posteo.de>
- Added CGO_ENABLED=1
------------------------------------------------------------------- -------------------------------------------------------------------
Sun Mar 5 21:11:17 UTC 2023 - Marcel Kuehlhorn <tux93@opensuse.org> Sun Mar 5 21:11:17 UTC 2023 - Marcel Kuehlhorn <tux93@opensuse.org>

View File

@@ -1,7 +1,7 @@
# #
# spec file for package browserpass-native # spec file for package browserpass-native
# #
# Copyright (c) 2023 SUSE LLC # Copyright (c) 2025 SUSE LLC
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@@ -37,12 +37,10 @@ Messaging API.
%setup -qa1 %setup -qa1
%build %build
export GOFLAGS="-mod=vendor" %make_build browserpass CGO_ENABLED=1
%make_build browserpass
%check %check
export GOFLAGS=-mod=vendor make test CGO_ENABLED=1
make test
%install %install
make configure make configure