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-03-05 16:27:44
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/browserpass-native (Old)
 and      /work/SRC/openSUSE:Factory/.browserpass-native.new.1958 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "browserpass-native"

Sat Mar  5 16:27:44 2022 rev:6 rq:959613 version:3.0.9

Changes:
--------
--- /work/SRC/openSUSE:Factory/browserpass-native/browserpass-native.changes    
2022-02-13 00:16:06.948238631 +0100
+++ 
/work/SRC/openSUSE:Factory/.browserpass-native.new.1958/browserpass-native.changes
  2022-03-05 16:27:46.315904130 +0100
@@ -1,0 +2,7 @@
+Tue Mar  1 15:37:27 UTC 2022 - Marcel Kuehlhorn <tu...@opensuse.org>
+
+- Update to version 3.0.9
+  * No functional changes
+  * Compile without cgo to remove libc dependency
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ browserpass-native.spec ++++++
--- /var/tmp/diff_new_pack.GDGIqY/_old  2022-03-05 16:27:46.919904187 +0100
+++ /var/tmp/diff_new_pack.GDGIqY/_new  2022-03-05 16:27:46.923904187 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           browserpass-native
-Version:        3.0.8
+Version:        3.0.9
 Release:        0
 Summary:        Native application for the browserpass browser extension
 License:        ISC

++++++ _service ++++++
--- /var/tmp/diff_new_pack.GDGIqY/_old  2022-03-05 16:27:46.955904190 +0100
+++ /var/tmp/diff_new_pack.GDGIqY/_new  2022-03-05 16:27:46.955904190 +0100
@@ -1,6 +1,6 @@
 <services>
   <service name="go_modules" mode="disabled">
-    <param name="archive">browserpass-native-3.0.8.tar.gz</param>
+    <param name="archive">browserpass-native-3.0.9.tar.gz</param>
   </service>
 </services>
 

++++++ browserpass-native-3.0.8.tar.gz -> browserpass-native-3.0.9.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/browserpass-native-3.0.8/.version 
new/browserpass-native-3.0.9/.version
--- old/browserpass-native-3.0.8/.version       2022-02-08 16:34:26.000000000 
+0100
+++ new/browserpass-native-3.0.9/.version       2022-02-25 22:50:45.000000000 
+0100
@@ -1 +1 @@
-3.0.8
+3.0.9
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/browserpass-native-3.0.8/Makefile 
new/browserpass-native-3.0.9/Makefile
--- old/browserpass-native-3.0.8/Makefile       2022-02-08 16:34:26.000000000 
+0100
+++ new/browserpass-native-3.0.9/Makefile       2022-02-25 22:50:45.000000000 
+0100
@@ -10,10 +10,7 @@
 BIN_PATH = $(BIN_DIR)/$(BIN)
 BIN_PATH_WINDOWS = C:\\\\\\\\\\\\\\\\Program 
Files\\\\\\\\\\\\\\\\Browserpass\\\\\\\\\\\\\\\\browserpass-windows64.exe
 
-export CGO_CPPFLAGS := ${CPPFLAGS}
-export CGO_CFLAGS := ${CFLAGS}
-export CGO_CXXFLAGS := ${CXXFLAGS}
-export CGO_LDFLAGS := ${LDFLAGS}
+export CGO_ENABLED := 0
 GOFLAGS := -buildmode=pie -trimpath
 
 APP_ID = com.github.browserpass.native
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/browserpass-native-3.0.8/version/version.go 
new/browserpass-native-3.0.9/version/version.go
--- old/browserpass-native-3.0.8/version/version.go     2022-02-08 
16:34:26.000000000 +0100
+++ new/browserpass-native-3.0.9/version/version.go     2022-02-25 
22:50:45.000000000 +0100
@@ -4,7 +4,7 @@
 
 const major = 3
 const minor = 0
-const patch = 8
+const patch = 9
 
 // 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.8/windows-setup.wxs 
new/browserpass-native-3.0.9/windows-setup.wxs
--- old/browserpass-native-3.0.8/windows-setup.wxs      2022-02-08 
16:34:26.000000000 +0100
+++ new/browserpass-native-3.0.9/windows-setup.wxs      2022-02-25 
22:50:45.000000000 +0100
@@ -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.8' Manufacturer='Browserpass'>
+  <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'>
 
     <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