2017-11-04 02:46:50 +00:00
committed by Git OBS Bridge
parent 64d5ac38f4
commit 83ca465c3a
9 changed files with 32 additions and 66 deletions

View File

@@ -2,7 +2,7 @@
<service name="obs_scm">
<param name="url">https://github.com/processone/xmpp.git</param>
<param name="versionformat">@PARENT_TAG@</param>
<param name="revision">1.1.13</param>
<param name="revision">1.1.15</param>
<param name="scm">git</param>
<param name="changesgenerate">enable</param>
</service>

View File

@@ -1,4 +1,4 @@
<servicedata>
<service name="tar_scm">
<param name="url">https://github.com/processone/xmpp.git</param>
<param name="changesrevision">2826fc70da079cc7216fafce3829c798c57e1a19</param></service></servicedata>
<param name="changesrevision">6e4c78da46bc5721da4fab7f6169f5f9b3becad2</param></service></servicedata>

View File

@@ -1,51 +0,0 @@
-------------------------------------------------------------------
Tue Jul 11 01:07:45 UTC 2017 - opensuse-packaging@opensuse.org
- 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
-------------------------------------------------------------------
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 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7fcb509ff851209514d9e1d093254f278e49fef3320a5a0a7ec85e0587e276db
size 2010636

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d82c18ef96d76227b54f5fde5182825102b7656b16586423c18b23cee582dd0d
size 2031116

View File

@@ -1,5 +1,5 @@
name: xmpp
version: 1.1.13
mtime: 1498661147
commit: 2826fc70da079cc7216fafce3829c798c57e1a19
version: 1.1.15
mtime: 1508156545
commit: 6e4c78da46bc5721da4fab7f6169f5f9b3becad2

4
_servicedata Normal file
View File

@@ -0,0 +1,4 @@
<servicedata>
<service name="tar_scm">
<param name="url">https://github.com/processone/xmpp.git</param>
<param name="changesrevision">6e4c78da46bc5721da4fab7f6169f5f9b3becad2</param></service></servicedata>

View File

@@ -1,3 +1,18 @@
-------------------------------------------------------------------
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

View File

@@ -16,18 +16,17 @@
#
Name: erlang-xmpp
Version: 1.1.13
Version: 1.1.15
Release: 0
Summary: Erlang/Elixir XMPP parsing and serialization library on top of Fast XML
License: Apache-2.0
Group: Development/Libraries/Other
Url: https://github.com/processone/xmpp
Source: xmpp-%{version}.tar.xz
Patch: cb394e2f2899fed2280f5f3c05c80f69611b135e.patch
Patch1: include-fxml.patch
BuildRequires: erlang-p1_utils >= 1.0.9
BuildRequires: erlang-stringprep >= 1.0.7
BuildRequires: erlang-fast_xml >= 1.1.22
Patch: include-fxml.patch
BuildRequires: erlang-p1_utils >= 1.0.10
BuildRequires: erlang-stringprep >= 1.0.10
BuildRequires: erlang-fast_xml >= 1.1.24
%requires_eq erlang-stringprep
%requires_eq erlang-fast_xml
BuildRequires: erlang-rebar
@@ -52,7 +51,6 @@ This package contains the sources for %{name}.
%prep
%setup -n xmpp-%{version}
%patch -p1
%patch1 -p1
%build
%rebar compile