Hello community,

here is the log from the commit of package getdata for openSUSE:Factory checked 
in at 2017-02-05 15:48:38
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/getdata (Old)
 and      /work/SRC/openSUSE:Factory/.getdata.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "getdata"

Changes:
--------
--- /work/SRC/openSUSE:Factory/getdata/getdata.changes  2016-09-12 
13:26:47.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.getdata.new/getdata.changes     2017-02-05 
16:33:05.536170771 +0100
@@ -1,0 +2,13 @@
+Fri Jan 27 19:48:54 UTC 2017 - [email protected]
+
+- update to 0.10.0
+  for all relevant changes see 
+  https://sourceforge.net/projects/getdata/files/getdata/0.10.0/
+  * This release introduces a new Dirfile Standards Version (also numbered
+    10), which adds three new field types (INDIR, SARRAY, SINDIR), and also
+    field namespaces.  This is the first update to the Dirfile Standards
+    since 2012.
+- Added BuildRequires libbz2-devel and flac-devel to support the
+  corresponding encodings 
+
+-------------------------------------------------------------------

Old:
----
  getdata-0.9.4.tar.xz

New:
----
  getdata-0.10.0.tar.xz

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

Other differences:
------------------
++++++ getdata.spec ++++++
--- /var/tmp/diff_new_pack.jAivnn/_old  2017-02-05 16:33:05.880122248 +0100
+++ /var/tmp/diff_new_pack.jAivnn/_new  2017-02-05 16:33:05.884121683 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package getdata
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2011,2012 Christian Trippe <[email protected]>
 #
 # All modifications and additions to the file contributed by third parties
@@ -18,7 +18,7 @@
 
 
 Name:           getdata
-Version:        0.9.4
+Version:        0.10.0
 Release:        0
 Summary:        Library for reading and writing dirfile data
 License:        LGPL-2.1+
@@ -26,8 +26,13 @@
 Url:            http://getdata.sourceforge.net/
 Source:         %{name}-%{version}.tar.xz
 BuildRequires:  bzip2
+%if 0%{?is_opensuse}
+BuildRequires:  flac
+BuildRequires:  flac-devel
+%endif
 BuildRequires:  gcc-c++
 BuildRequires:  gcc-fortran
+BuildRequires:  libbz2-devel
 BuildRequires:  libtool
 BuildRequires:  perl
 %if 0%{?suse_version} > 1320
@@ -43,6 +48,9 @@
 BuildRequires:  zlib-devel
 Recommends:     %{name}-doc
 Recommends:     bzip2
+%if 0%{?is_opensuse}
+Recommends:     flac
+%endif
 Recommends:     gzip
 Recommends:     xz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
@@ -59,7 +67,7 @@
 Requires:       %{name} = %{version}
 Requires:       gcc-c++
 Requires:       gcc-fortran
-Requires:       libgetdata++6 = %{version}
+Requires:       libgetdata++7 = %{version}
 Requires:       pkgconfig
 
 %description devel
@@ -74,49 +82,49 @@
 %description doc
 Documentation and manuals for the GetData library.
 
-%package -n libgetdata7
+%package -n libgetdata8
 Summary:        Library for GetData
 Group:          Development/Libraries/Other
 
-%description -n libgetdata7
+%description -n libgetdata8
 Library for C-bindings for GetData.
 
-%post -n libgetdata7 -p /sbin/ldconfig
+%post -n libgetdata8 -p /sbin/ldconfig
 
-%postun -n libgetdata7 -p /sbin/ldconfig
+%postun -n libgetdata8 -p /sbin/ldconfig
 
-%package -n libgetdata++6
+%package -n libgetdata++7
 Summary:        Library for GetData
 Group:          Development/Libraries/Other
 
-%description -n libgetdata++6
+%description -n libgetdata++7
 Library for C++-bindings for GetData.
 
-%post -n libgetdata++6 -p /sbin/ldconfig
+%post -n libgetdata++7 -p /sbin/ldconfig
 
-%postun -n libgetdata++6 -p /sbin/ldconfig
+%postun -n libgetdata++7 -p /sbin/ldconfig
 
-%package -n libf95getdata6
+%package -n libf95getdata7
 Summary:        GetData bindings for fortran
 Group:          Development/Libraries/Other
 
-%description -n libf95getdata6
+%description -n libf95getdata7
 The GetData library for fortran programs.
 
-%post -n libf95getdata6 -p /sbin/ldconfig
+%post -n libf95getdata7 -p /sbin/ldconfig
 
-%postun -n libf95getdata6 -p /sbin/ldconfig
+%postun -n libf95getdata7 -p /sbin/ldconfig
 
-%package -n libfgetdata5
+%package -n libfgetdata6
 Summary:        GetData bindings for fortran
 Group:          Development/Libraries/Other
 
-%description -n libfgetdata5
+%description -n libfgetdata6
 The GetData library for fortran programs.
 
-%post -n libfgetdata5 -p /sbin/ldconfig
+%post -n libfgetdata6 -p /sbin/ldconfig
 
-%postun -n libfgetdata5 -p /sbin/ldconfig
+%postun -n libfgetdata6 -p /sbin/ldconfig
 
 %package -n perl-getdata
 Summary:        GetData bindings for the perl language
@@ -175,11 +183,11 @@
 %{_mandir}/man5/*
 %doc README NEWS TODO ChangeLog
 
-%files -n libgetdata7
+%files -n libgetdata8
 %defattr(-,root,root,-)
 %{_libdir}/libgetdata.so.*
 
-%files -n libgetdata++6
+%files -n libgetdata++7
 %defattr(-,root,root,-)
 %{_libdir}/libgetdata++.so.*
 
@@ -187,11 +195,11 @@
 %defattr(-,root,root,-)
 %{python_sitearch}/*.so
 
-%files -n libfgetdata5
+%files -n libfgetdata6
 %defattr(-,root,root,-)
 %{_libdir}/libfgetdata.so.*
 
-%files -n libf95getdata6
+%files -n libf95getdata7
 %defattr(-,root,root,-)
 %{_libdir}/libf95getdata.so.*
 

++++++ getdata-0.9.4.tar.xz -> getdata-0.10.0.tar.xz ++++++
++++ 154426 lines of diff (skipped)


Reply via email to