Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package browserpass-native for 
openSUSE:Factory checked in at 2022-08-09 15:27:38
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/browserpass-native (Old)
 and      /work/SRC/openSUSE:Factory/.browserpass-native.new.1521 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "browserpass-native"

Tue Aug  9 15:27:38 2022 rev:7 rq:993812 version:3.0.10

Changes:
--------
--- /work/SRC/openSUSE:Factory/browserpass-native/browserpass-native.changes    
2022-03-05 16:27:46.315904130 +0100
+++ 
/work/SRC/openSUSE:Factory/.browserpass-native.new.1521/browserpass-native.changes
  2022-08-09 15:28:14.513606245 +0200
@@ -1,0 +2,9 @@
+Sat Aug  6 21:10:38 UTC 2022 - Matej Cepl <mc...@suse.com>
+
+- Update to 3.0.10:
+  - No functional changes
+  - Explicitly use cgo-free function to get user's home dir (was
+    already the case since 3.0.9 if your browserpass was compiled
+    without cgo as per our Makefile)
+
+-------------------------------------------------------------------

Old:
----
  browserpass-native-3.0.9.tar.gz

New:
----
  browserpass-native-3.0.10.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ browserpass-native.spec ++++++
--- /var/tmp/diff_new_pack.TvawAY/_old  2022-08-09 15:28:15.277608428 +0200
+++ /var/tmp/diff_new_pack.TvawAY/_new  2022-08-09 15:28:15.281608439 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           browserpass-native
-Version:        3.0.9
+Version:        3.0.10
 Release:        0
 Summary:        Native application for the browserpass browser extension
 License:        ISC

++++++ browserpass-native-3.0.9.tar.gz -> browserpass-native-3.0.10.tar.gz 
++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/browserpass-native-3.0.9/.version 
new/browserpass-native-3.0.10/.version
--- old/browserpass-native-3.0.9/.version       2022-02-25 22:50:45.000000000 
+0100
+++ new/browserpass-native-3.0.10/.version      2022-04-24 16:12:48.000000000 
+0200
@@ -1 +1 @@
-3.0.9
+3.0.10
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/browserpass-native-3.0.9/request/configure.go 
new/browserpass-native-3.0.10/request/configure.go
--- old/browserpass-native-3.0.9/request/configure.go   2022-02-25 
22:50:45.000000000 +0100
+++ new/browserpass-native-3.0.10/request/configure.go  2022-04-24 
16:12:48.000000000 +0200
@@ -4,7 +4,6 @@
        "encoding/json"
        "io/ioutil"
        "os"
-       "os/user"
        "path/filepath"
 
        "github.com/browserpass/browserpass-native/errors"
@@ -148,12 +147,12 @@
                return path, nil
        }
 
-       usr, err := user.Current()
+       home, err := os.UserHomeDir()
        if err != nil {
                return "", err
        }
 
-       path = filepath.Join(usr.HomeDir, ".password-store")
+       path = filepath.Join(home, ".password-store")
        return path, nil
 }
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/browserpass-native-3.0.9/version/version.go 
new/browserpass-native-3.0.10/version/version.go
--- old/browserpass-native-3.0.9/version/version.go     2022-02-25 
22:50:45.000000000 +0100
+++ new/browserpass-native-3.0.10/version/version.go    2022-04-24 
16:12:48.000000000 +0200
@@ -4,7 +4,7 @@
 
 const major = 3
 const minor = 0
-const patch = 9
+const patch = 10
 
 // Code version as integer
 const Code = major*1000000 + minor*1000 + patch
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/browserpass-native-3.0.9/windows-setup.wxs 
new/browserpass-native-3.0.10/windows-setup.wxs
--- old/browserpass-native-3.0.9/windows-setup.wxs      2022-02-25 
22:50:45.000000000 +0100
+++ new/browserpass-native-3.0.10/windows-setup.wxs     2022-04-24 
16:12:48.000000000 +0200
@@ -1,6 +1,6 @@
 <?xml version='1.0' encoding='windows-1252'?>
 <Wix xmlns='http://schemas.microsoft.com/wix/2006/wi'>
-  <Product Name='Browserpass' Id='ABCDDCBA-86C7-4D14-AEC0-86416A69ABDE' 
UpgradeCode='ABCDDCBA-7349-453F-94F6-BCB5110BA4FD' Language='1033' 
Codepage='1252' Version='3.0.9' Manufacturer='Browserpass'>
+  <Product Name='Browserpass' Id='ABCDDCBA-86C7-4D14-AEC0-86416A69ABDE' 
UpgradeCode='ABCDDCBA-7349-453F-94F6-BCB5110BA4FD' Language='1033' 
Codepage='1252' Version='3.0.10' Manufacturer='Browserpass'>
 
     <Package Id='*' Keywords='Installer' Manufacturer='Browserpass' 
InstallerVersion='200' Languages='1033' Compressed='yes' SummaryCodepage='1252' 
/>
     <Media Id='1' Cabinet='Sample.cab' EmbedCab='yes' DiskPrompt="CD-ROM #1" />

++++++ vendor.tar.gz ++++++

Reply via email to