Hello community,

here is the log from the commit of package ceres-solver for openSUSE:Factory 
checked in at 2019-01-10 15:22:25
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ceres-solver (Old)
 and      /work/SRC/openSUSE:Factory/.ceres-solver.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ceres-solver"

Thu Jan 10 15:22:25 2019 rev:2 rq:663760 version:1.14.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/ceres-solver/ceres-solver.changes        
2019-01-08 12:29:17.640218763 +0100
+++ /work/SRC/openSUSE:Factory/.ceres-solver.new.28833/ceres-solver.changes     
2019-01-10 15:22:46.186365929 +0100
@@ -1,0 +2,6 @@
+Tue Jan  1 10:17:10 UTC 2019 - Jan Engelhardt <jeng...@inai.de>
+
+- Rename %soname to %sover to better reflect its use.
+- Trim filler wording from description.
+
+-------------------------------------------------------------------
@@ -29 +34,0 @@
-

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

Other differences:
------------------
++++++ ceres-solver.spec ++++++
--- /var/tmp/diff_new_pack.Xu7mdf/_old  2019-01-10 15:22:46.946365142 +0100
+++ /var/tmp/diff_new_pack.Xu7mdf/_new  2019-01-10 15:22:46.946365142 +0100
@@ -15,15 +15,15 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-%define soname 1
+%define sover 1
 
 Name:       ceres-solver
 Version:       1.14.0
 Release:    0
 License:       BSD-3-Clause
 Summary:       C++ library for modeling and solving optimization problems
-Url:           http://ceres-solver.org/
-Group:         System/Libraries
+URL:           http://ceres-solver.org/
+Group:         Development/Libraries/C and C++
 Source:                http://ceres-solver.org/%{name}-%{version}.tar.gz
 BuildRequires: cmake >= 2.8.0
 BuildRequires: gcc-c++
@@ -34,41 +34,39 @@
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
-Ceres Solver is an open source C++ library for modeling and solving large,
+Ceres Solver is a C++ library for modeling and solving large,
 complicated optimization problems. It can be used to solve Non-linear Least
 Squares problems with bounds constraints and general unconstrained optimization
-problems. It is a mature, feature rich, and performant library that has been
-used in production at Google since 2010.
+problems.
 
-This package is build with Eigen only.
+This package is built with Eigen only.
 
 %package -n libceres-devel
 Summary:       Ceres Solver header files
 Group:         Development/Libraries/C and C++
-Requires:      libceres%{soname} = %{version}
+Requires:      libceres%{sover} = %{version}
 
 %description -n libceres-devel
-Ceres Solver is an open source C++ library for modeling and solving large,
+Ceres Solver is a C++ library for modeling and solving large,
 complicated optimization problems. It can be used to solve Non-linear Least
 Squares problems with bounds constraints and general unconstrained optimization
-problems. It is a mature, feature rich, and performant library that has been
-used in production at Google since 2010.
+problems.
 
-This package is build with Eigen only.
+This package is built with Eigen only.
 
 
-%package -n libceres%{soname}
+%package -n libceres%{sover}
 Summary:       Ceres Solver shared library
+Group:          System/Libraries
 License:       LGPL-2.1
 
-%description -n libceres%{soname}
-Ceres Solver is an open source C++ library for modeling and solving large,
+%description -n libceres%{sover}
+Ceres Solver is a C++ library for modeling and solving large,
 complicated optimization problems. It can be used to solve Non-linear Least
 Squares problems with bounds constraints and general unconstrained optimization
-problems. It is a mature, feature rich, and performant library that has been
-used in production at Google since 2010.
+problems.
 
-This package is build with Eigen only.
+This package is built with Eigen only.
 
 
 %prep
@@ -81,9 +79,9 @@
 %install
 %cmake_install
 
-%post -n libceres%{soname} -p /sbin/ldconfig
+%post -n libceres%{sover} -p /sbin/ldconfig
 
-%postun -n libceres%{soname} -p /sbin/ldconfig
+%postun -n libceres%{sover} -p /sbin/ldconfig
 
 %files -n libceres-devel
 %defattr(-,root,root)
@@ -91,7 +89,6 @@
 %{_libdir}/cmake/Ceres/
 %{_libdir}/libceres.so
 
-%files -n libceres%{soname}
+%files -n libceres%{sover}
 %defattr(-,root,root)
 %{_libdir}/libceres.so.*
-


Reply via email to