- Update to version 1.3.2 (fate#320836)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:ocaml/ocaml-cppo?expand=0&rev=21
This commit is contained in:
Olaf Hering 2016-06-20 20:01:49 +00:00 committed by Git OBS Bridge
parent f5afb5bf7c
commit cb528d0c62
5 changed files with 20 additions and 11 deletions

View File

@ -1,7 +1,14 @@
<services>
<service name="download_url">
<param name="host">mjambon.com</param>
<param name="protocol">http</param>
<param name="path">/releases/cppo/cppo-1.0.0.tar.gz</param>
<service name="tar_scm" mode="disabled">
<param name="url">git://github.com/mjambon/cppo.git</param>
<param name="scm">git</param>
<param name="versionformat">1.3.2</param>
<param name="revision">v1.3.2</param>
<param name="filename">ocaml-cppo</param>
</service>
<service name="recompress" mode="disabled">
<param name="file">*.tar</param>
<param name="compression">xz</param>
</service>
<service name="set_version" mode="disabled"/>
</services>

View File

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

3
ocaml-cppo-1.3.2.tar.xz Normal file
View File

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

View File

@ -1,7 +1,7 @@
-------------------------------------------------------------------
Mon May 30 06:39:17 UTC 2016 - ohering@suse.de
- Fix build with ocaml-4.03 (fate#320836)
- Update to version 1.3.2 (fate#320836)
-------------------------------------------------------------------
Tue Nov 10 10:18:47 UTC 2015 - ohering@suse.de

View File

@ -17,7 +17,7 @@
#
Name: ocaml-cppo
Version: 1.0.0
Version: 1.3.2
Release: 0
%{ocaml_preserve_bytecode}
License: BSD-3-Clause
@ -61,12 +61,14 @@ Requires: %{name} = %{version}
%description devel
The %{name}-devel package contains libraries and signature files for
developing applications that use %{name}.
%prep
%setup -qn cppo-%{version}
%setup -q
%build
echo 'let cppo_version = "%{version}"' > cppo_version.ml
tee _oasis <<_EOF_
# obs service changes every ^Version line ...
sh -c "sed 's/^Version.*/Version: %{version}/' | tee _oasis" <<_EOF_
OASISFormat: 0.4
Name: cppo
Version: %{version}