Accepting request 451507 from science

1

OBS-URL: https://build.opensuse.org/request/show/451507
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gama?expand=0&rev=3
This commit is contained in:
Dominique Leuenberger 2017-01-20 12:08:43 +00:00 committed by Git OBS Bridge
commit 9ce714671f
6 changed files with 24 additions and 13 deletions

View File

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

View File

@ -1,7 +0,0 @@
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iEYEABECAAYFAlY/Tl8ACgkQry1qQSxfbrjgtQCdEHcqrNHr5uH2/SNislW3TJFx
l40An1IV6zn/tsLPU3bt4Qr6XArJP10z
=7PwR
-----END PGP SIGNATURE-----

3
gama-1.18.tar.gz Normal file
View File

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

7
gama-1.18.tar.gz.sig Normal file
View File

@ -0,0 +1,7 @@
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iEYEABECAAYFAlezSz4ACgkQry1qQSxfbrjGnACfbsqP2AAJsTq52yZnLhw/Src1
8BIAn1eby24Je5GhOyxOWVT/syslV3vt
=On5o
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Thu Jan 19 22:05:21 UTC 2017 - astieger@suse.com
- update to 1.18:
* fixed a formatting bug in outlaying terms (due to c++11)
* fixed a bug in HTML parser test
* simplified class LocalPoint
* fixed a bug in sql export
* added @documentencoding UTF-8 into gama.texi
-------------------------------------------------------------------
Mon Nov 9 16:46:24 UTC 2015 - astieger@suse.com

View File

@ -1,7 +1,7 @@
#
# spec file for package gama
#
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -17,7 +17,7 @@
Name: gama
Version: 1.17
Version: 1.18
Release: 0
Summary: Adjustment of geodetic networks
License: GPL-3.0+
@ -29,6 +29,7 @@ Source2: http://ftp.gnu.org/pub/gnu/%{name}/%{name}-%{version}.tar.gz.sig
Source3: http://savannah.gnu.org/project/memberlist-gpgkeys.php?group=%{name}&download=1#/%{name}.keyring
BuildRequires: gcc-c++
BuildRequires: libxml2-tools
BuildRequires: pkgconfig
BuildRequires: pkgconfig(expat) >= 1.1
BuildRequires: pkgconfig(sqlite3)
# for xmllint
@ -62,6 +63,6 @@ make %{?_smp_mflags}
%defattr(-,root,root)
%doc ChangeLog* README COPYING NEWS TODO AUTHORS
%{_bindir}/%{name}-*
%{_infodir}/%{name}.info.gz
%{_infodir}/%{name}.info%{ext_info}
%changelog