Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package go-sendxmpp for openSUSE:Factory 
checked in at 2022-09-30 17:58:32
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/go-sendxmpp (Old)
 and      /work/SRC/openSUSE:Factory/.go-sendxmpp.new.2275 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "go-sendxmpp"

Fri Sep 30 17:58:32 2022 rev:3 rq:1007173 version:0.5.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/go-sendxmpp/go-sendxmpp.changes  2022-09-29 
18:15:24.791496686 +0200
+++ /work/SRC/openSUSE:Factory/.go-sendxmpp.new.2275/go-sendxmpp.changes        
2022-09-30 17:58:54.121390669 +0200
@@ -2 +2 @@
-Thu Sep 29 14:27:43 UTC 2022 - mvet...@suse.com
+Fri Sep 30 07:20:09 UTC 2022 - mvet...@suse.com
@@ -4,60 +4,2 @@
-- Update to version 0.5.3:
-  * Prepare release v0.5.3
-  * Don't check for empty message in listen mode.
-  * Start new development cycle.
-  * Release v0.5.2
-  * Update go modules.
-  * Don't connect to the XMPP server if the message is empty
-  * Update go modules.
-  * Remove another "little".
-  * Remove the "little".
-  * Fix typo.
-  * Improve error handling in XML parsing.
-  * Update go modules.
-  * Update go modules.
-  * Update go modules.
-  * Update go modules.
-  * Update go modules.
-  * Update go modules.
-  * Update go modules.
-  * Use resource as alias if specified and no alias is specified.
-  * Update go modules.
-  * Deprecate resource setting and introduce alias setting.
-  * Update go modules.
-  * Detect CNAME loops.
-  * Update go modules.
-  * Perform CNAME look ups.
-  * Update go modules.
-  * Fix typo.
-  * Reply to IQs.
-  * CI: Strip binaries.
-  * Update go modules.
-  * Update go modules.
-  * Remove local replace in go.mod.
-  * Update manpage.
-  * Add new lines to stanzas created by go-sendxmpp itself.
-  * Update go modules.
-  * CI: Only build binaries for releases.
-  * CI: Disable PIE for 32bit builds.
-  * CI: Try 'static-pie' for 32bit builds.
-  * CI: Enable all builds except linux/386.
-  * CI: Disable all builds except amd64 for testing.
-  * Hopefully fix CI.
-  * Revert "Add hardening flags to CI builds."
-  * Revert "Remove `-race` from CI build."
-  * Remove `-race` from CI build.
-  * Add hardening flags to CI builds.
-  * Update go modules.
-  * Words???
-  * Update go modules.
-  * Update go modules.
-  * Fix tense.
-  * Added more checks for empty messages.
-  * Update go modules.
-  * Ox: Don't encrypt empty messages.
-  * Ox: Improve error messages for failed key requests.
-  * Update modules.
-  * Update modules.
-  * Update go modules.
-  * Update go modules.
-  * Start new development cycle.
+- Update to version 0.5.4:
+  * Fix http-upload.

Old:
----
  go-sendxmpp-0.5.3.tar.gz

New:
----
  go-sendxmpp-0.5.4.tar.gz

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

Other differences:
------------------
++++++ go-sendxmpp.spec ++++++
--- /var/tmp/diff_new_pack.gdTrPe/_old  2022-09-30 17:58:54.633391763 +0200
+++ /var/tmp/diff_new_pack.gdTrPe/_new  2022-09-30 17:58:54.637391772 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           go-sendxmpp
-Version:        0.5.3
+Version:        0.5.4
 Release:        0
 Summary:        A little tool to send messages to an XMPP contact or MUC
 License:        BSD-2-Clause

++++++ _service ++++++
--- /var/tmp/diff_new_pack.gdTrPe/_old  2022-09-30 17:58:54.677391857 +0200
+++ /var/tmp/diff_new_pack.gdTrPe/_new  2022-09-30 17:58:54.681391866 +0200
@@ -3,9 +3,9 @@
     <param name="url">https://salsa.debian.org/mdosch/go-sendxmpp.git</param>
     <param name="scm">git</param>
     <param name="exclude">.git</param>
-    <param name="revision">v0.5.3</param>
+    <param name="revision">v0.5.4</param>
     <param name="versionformat">@PARENT_TAG@</param>
-    <param name="changesgenerate">enable</param>
+    <param name="changesgenerate">disable</param>
     <param name="versionrewrite-pattern">v(.*)</param>
   </service>
   <service name="set_version" mode="disabled">

++++++ go-sendxmpp-0.5.3.tar.gz -> go-sendxmpp-0.5.4.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/go-sendxmpp-0.5.3/CHANGELOG.md 
new/go-sendxmpp-0.5.4/CHANGELOG.md
--- old/go-sendxmpp-0.5.3/CHANGELOG.md  2022-09-29 15:37:40.000000000 +0200
+++ new/go-sendxmpp-0.5.4/CHANGELOG.md  2022-09-30 07:26:03.000000000 +0200
@@ -1,5 +1,9 @@
 # Changelog
 
+## [v0.5.4] 2022-09-30
+### Changed
+- Fix http-upload.
+
 ## [v0.5.3] 2022-09-29
 ### Changed
 - Don't check for empty message when `--listen` is used.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/go-sendxmpp-0.5.3/const.go 
new/go-sendxmpp-0.5.4/const.go
--- old/go-sendxmpp-0.5.3/const.go      2022-09-29 15:37:40.000000000 +0200
+++ new/go-sendxmpp-0.5.4/const.go      2022-09-30 07:26:03.000000000 +0200
@@ -5,7 +5,7 @@
 package main
 
 const (
-       version          = "0.5.3"
+       version          = "0.5.4"
        nsDiscoInfo      = "http://jabber.org/protocol/disco#info";
        nsDiscoItems     = "http://jabber.org/protocol/disco#items";
        nsEme            = "urn:xmpp:eme:0"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/go-sendxmpp-0.5.3/main.go 
new/go-sendxmpp-0.5.4/main.go
--- old/go-sendxmpp-0.5.3/main.go       2022-09-29 15:37:40.000000000 +0200
+++ new/go-sendxmpp-0.5.4/main.go       2022-09-30 07:26:03.000000000 +0200
@@ -269,7 +269,7 @@
 
        // Skip reading message if '-i' or '--interactive' is set to work with 
e.g. 'tail -f'.
        // Also for listening mode.
-       if !*flagInteractive && !*flagListen {
+       if !*flagInteractive && !*flagListen && *flagHTTPUpload == "" {
                if message == "" {
 
                        scanner := bufio.NewScanner(os.Stdin)
@@ -296,7 +296,7 @@
        message = reg.ReplaceAllString(message, "")
 
        // Exit if message is empty.
-       if message == "" && !*flagInteractive && !*flagListen {
+       if message == "" && !*flagInteractive && !*flagListen && 
*flagHTTPUpload == "" {
                os.Exit(0)
        }
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/go-sendxmpp-0.5.3/man/go-sendxmpp.1 
new/go-sendxmpp-0.5.4/man/go-sendxmpp.1
--- old/go-sendxmpp-0.5.3/man/go-sendxmpp.1     2022-09-29 15:37:40.000000000 
+0200
+++ new/go-sendxmpp-0.5.4/man/go-sendxmpp.1     2022-09-30 07:26:03.000000000 
+0200
@@ -10,7 +10,7 @@
 .br
 You can either pipe a programs output to \fBgo\-sendxmpp\fR, write in your 
terminal (put \fB^D\fR in a new line to finish) or send the input from a file 
(\fB\-m\fR or \fB\-\-message\fR)\. The account data is expected at 
\fB~/\.config/go\-sendxmpp/config\fR (preferred), 
\fB~/\.config/go\-sendxmpp/sendxmpprc\fR (deprecated) \fB~/\.sendxmpprc\fR (for 
compatibility with the original perl sendxmpp) if no other configuration file 
location is specified with \fB\-f\fR or \fB\-\-file\fR\.
 .SH "OPTIONS"
-\fB\-a\fR, \fB\-\-alias\fR=[\fIvalue\fR]: Set alias/nicknamefor chatrooms\.
+\fB\-a\fR, \fB\-\-alias\fR=[\fIvalue\fR]: Set alias/nickname for chatrooms\.
 .P
 \fB\-c\fR, \fB\-\-chatroom\fR=[\fIvalue\fR]: Send message to a chatroom\.
 .P
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/go-sendxmpp-0.5.3/man/go-sendxmpp.1.html 
new/go-sendxmpp-0.5.4/man/go-sendxmpp.1.html
--- old/go-sendxmpp-0.5.3/man/go-sendxmpp.1.html        2022-09-29 
15:37:40.000000000 +0200
+++ new/go-sendxmpp-0.5.4/man/go-sendxmpp.1.html        2022-09-30 
07:26:03.000000000 +0200
@@ -92,7 +92,7 @@
 <h2 id="OPTIONS">OPTIONS</h2>
 
 <p><code>-a</code>, <code>--alias</code>=[<var>value</var>]:
-  Set alias/nicknamefor chatrooms.</p>
+  Set alias/nickname for chatrooms.</p>
 
 <p><code>-c</code>, <code>--chatroom</code>=[<var>value</var>]:
   Send message to a chatroom.</p>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/go-sendxmpp-0.5.3/man/go-sendxmpp.1.ronn 
new/go-sendxmpp-0.5.4/man/go-sendxmpp.1.ronn
--- old/go-sendxmpp-0.5.3/man/go-sendxmpp.1.ronn        2022-09-29 
15:37:40.000000000 +0200
+++ new/go-sendxmpp-0.5.4/man/go-sendxmpp.1.ronn        2022-09-30 
07:26:03.000000000 +0200
@@ -17,7 +17,7 @@
 ## OPTIONS
 
   `-a`, `--alias`=[<value>]:
-  Set alias/nicknamefor chatrooms.
+  Set alias/nickname for chatrooms.
 
   `-c`, `--chatroom`=[<value>]:
   Send message to a chatroom.

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

Reply via email to