Hello community, here is the log from the commit of package getdata for openSUSE:Factory checked in at 2017-02-16 16:49:39 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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 2017-02-05 16:33:05.536170771 +0100 +++ /work/SRC/openSUSE:Factory/.getdata.new/getdata.changes 2017-02-16 16:49:40.442583927 +0100 @@ -1,0 +2,6 @@ +Wed Feb 8 00:13:19 UTC 2017 - [email protected] + +- Fix RPM groups again. Drop useless %clean section. + Update descriptions. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ getdata.spec ++++++ --- /var/tmp/diff_new_pack.WBQRX8/_old 2017-02-16 16:49:40.882521459 +0100 +++ /var/tmp/diff_new_pack.WBQRX8/_new 2017-02-16 16:49:40.882521459 +0100 @@ -83,19 +83,19 @@ Documentation and manuals for the GetData library. %package -n libgetdata8 -Summary: Library for GetData -Group: Development/Libraries/Other +Summary: C library for reading and writing dirfile data +Group: System/Libraries %description -n libgetdata8 -Library for C-bindings for GetData. +Library for the C bindings for GetData. %post -n libgetdata8 -p /sbin/ldconfig %postun -n libgetdata8 -p /sbin/ldconfig %package -n libgetdata++7 -Summary: Library for GetData -Group: Development/Libraries/Other +Summary: C++ library for reading and writing dirfile data +Group: System/Libraries %description -n libgetdata++7 Library for C++-bindings for GetData. @@ -105,47 +105,46 @@ %postun -n libgetdata++7 -p /sbin/ldconfig %package -n libf95getdata7 -Summary: GetData bindings for fortran -Group: Development/Libraries/Other +Summary: Fortran95 library for reading and writing dirfile data +Group: System/Libraries %description -n libf95getdata7 -The GetData library for fortran programs. +The GetData library for Fortran95 programs. %post -n libf95getdata7 -p /sbin/ldconfig %postun -n libf95getdata7 -p /sbin/ldconfig %package -n libfgetdata6 -Summary: GetData bindings for fortran -Group: Development/Libraries/Other +Summary: Fortran library for reading and writing dirfile data +Group: System/Libraries %description -n libfgetdata6 -The GetData library for fortran programs. +The GetData library for Fortran programs. %post -n libfgetdata6 -p /sbin/ldconfig %postun -n libfgetdata6 -p /sbin/ldconfig %package -n perl-getdata -Summary: GetData bindings for the perl language +Summary: GetData bindings for the Perl language Group: Development/Libraries/Perl Requires: %{name} = %{version} %{perl_requires} %description -n perl-getdata -Bindings to the GetData library for the perl language. - +Bindings to the GetData library for the Perl language. %package -n python-getdata -Summary: GetData bindings for the python language +Summary: GetData bindings for the Python language Group: Development/Libraries/Python Requires: %{name} = %{version} Requires: python-base = %py_ver Requires: python-numpy %description -n python-getdata -Bindings to the GetData library for the python lanuguage. -Uses (and requires) the numpy python library for large numeric arrays. +Bindings to the GetData library for the Python lanuguage. +Uses (and requires) the numpy Python library for large numeric arrays. %prep @@ -166,9 +165,6 @@ # Remove simple docs rm -f %{buildroot}/%{_datadir}/doc/%{name}/* -%clean -rm -rf %{buildroot} - %files %defattr(-,root,root,-) %doc COPYING AUTHORS
