- refresh patch to apply cleanly again

OBS-URL: https://build.opensuse.org/package/show/devel:languages:erlang/erlang-xmpp?expand=0&rev=11
This commit is contained in:
2018-03-28 13:49:27 +00:00
committed by Git OBS Bridge
parent 1812619050
commit b3255dfb62
6 changed files with 12 additions and 121 deletions

View File

@@ -1,114 +0,0 @@
-------------------------------------------------------------------
Tue Mar 27 15:27:49 UTC 2018 - opensuse-packaging@opensuse.org
- Update to version 1.1.20:
* Release 1.1.20
* Update changelog
* Add new namespace from XEP-0398
* Return a valid supervisor pid on start/2
* Update copyright headers
* Always append original text to the output of xmpp:mk_text()
* Find and fix typos using 'codespell'
* Reflect changes in fast_xml
* Get rid of useless field in #vcard_xupdate{}
* Fix detection of rebar3
* Use forked version of ABNF generator in Makefile
-------------------------------------------------------------------
Mon Feb 05 19:45:59 UTC 2018 - mrueckert@suse.de
- Update to version 1.1.19:
* Release 1.1.19
* Release 1.1.18
* Update changelog
* Don't treat 'xmpp:' URI as valid
-------------------------------------------------------------------
Sat Dec 30 00:35:41 UTC 2017 - mrueckert@suse.de
- Update to version 1.1.17:
* Release 1.1.17
* Register pubsub#multi-items feature and add pubsub#max_items field to meta-data
* Mention try_subtag/2 in the README
* Fix formatting in API.md
* New function: xmpp:try_subtag/2
* Make pretty printer understand jid records
* Re-generate the spec
* Support XEP-0184: Message Delivery Receipts
* Improve pretty printer and sub-elements processing
* Add PubSub error condition: 'precondition-not-met'
* pubsub_publish_options.xdata: Reject 'secret'
* Allow empty URIs in xmpp_uri:check/1
* Update muc#roominfo form and add validation for 'muc#room*_pubsub' fields
* Introduce xmpp_uri module
-------------------------------------------------------------------
Thu Nov 23 20:25:31 UTC 2017 - mrueckert@suse.de
- Update to version 1.1.16:
* Release 1.1.16
* Update changelog
* Get rid of compile warnings
* Add ?NS_MAM_2 to the spec
* Add ?NS_MAM_2
* Add support for mucsub subscribers change events
* Improve spec for pubsub#creation_date
* Fix encoding for pubsub#num_subscribers
* Add pubsub#meta-data definitions
* Improve binary manipulations
* Fix domain part parsing
* Add support for RFC 7622
* Allow multiple text() elements inside stanza_error() and stream_error()
* Update pubsub#publish-options form definition
-------------------------------------------------------------------
Sat Nov 04 00:41:54 UTC 2017 - mrueckert@suse.de
- Update to version 1.1.15:
* Retag 1.1.15 with fast_xml 1.1.24
* Release 1.1.15
* Update changelog
* Add XEP-0084 (User Avatar) support
* Don't generate warnings on export_all
* Make it possible to generate code on OTP19.3+
* Release 1.1.14
* Update changelog
* Update list of files required for hex packaging
* Fix namespace string for PubSub publishing options
-------------------------------------------------------------------
Tue Jul 11 01:07:42 UTC 2017 - mrueckert@suse.de
- also package the priv dir
-------------------------------------------------------------------
Sun Jul 9 23:47:46 UTC 2017 - mrueckert@suse.de
- added cb394e2f2899fed2280f5f3c05c80f69611b135e.patch
- added include-fxml.patch
-------------------------------------------------------------------
Sun Jul 09 23:44:24 UTC 2017 - mrueckert@suse.de
- Update to version 1.1.13:
* Add jid support also in muc_subscribe
* Makefile: Add dependencies for spec/xdata targets
* Let Git ignore the "priv" directory and ".o" files
* Remove unused p1_stream extension
* Release version 1.1.10
* Release version 1.1.11
* Support XEP-0357: Push Notifications
* Release version 1.1.12
* Add XEP-0357 to supported extensions list
* Release 1.1.13
-------------------------------------------------------------------
Fri Mar 31 12:44:26 UTC 2017 - mrueckert@suse.de
- update to 1.1.9
-------------------------------------------------------------------
Tue Feb 28 23:33:31 UTC 2017 - mrueckert@suse.de
- initial package

View File

@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:157e55a66f6ef6cd74ac94a9526972c247ed975e8105b8fbaf34b80d909d223d
oid sha256:b71792206bf49c4efb021ec58a8831a0d006d3913a147bca65bfa1b7ae06bf71
size 2212876

View File

@@ -1,4 +1,4 @@
<servicedata>
<service name="tar_scm">
<param name="url">https://github.com/processone/xmpp.git</param>
<param name="changesrevision">76863da371eab5c50509ab282104e2f140bef665</param></service></servicedata>
<param name="changesrevision">46e4d2e93c07df78df6f1ae02693ad8fc1b8d236</param></service></servicedata>

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Mar 28 13:48:27 UTC 2018 - mrueckert@suse.de
- refresh patch to apply cleanly again
-------------------------------------------------------------------
Mon Feb 05 19:45:59 UTC 2018 - mrueckert@suse.de

View File

@@ -16,7 +16,7 @@
#
Name: erlang-xmpp
Version: 1.1.19
Version: 0
Release: 0
Summary: Erlang/Elixir XMPP parsing and serialization library on top of Fast XML
License: Apache-2.0

View File

@@ -1,8 +1,8 @@
Index: xmpp-1.1.13/include/xmpp.hrl
Index: xmpp-1.1.20/include/xmpp.hrl
===================================================================
--- xmpp-1.1.13.orig/include/xmpp.hrl
+++ xmpp-1.1.13/include/xmpp.hrl
@@ -26,7 +26,7 @@
--- xmpp-1.1.20.orig/include/xmpp.hrl
+++ xmpp-1.1.20/include/xmpp.hrl
@@ -25,7 +25,7 @@
-include("ns.hrl").
-include("jid.hrl").
-include("xmpp_codec.hrl").