Hello community, here is the log from the commit of package molsketch for openSUSE:Factory checked in at 2020-07-03 00:02:11 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/molsketch (Old) and /work/SRC/openSUSE:Factory/.molsketch.new.3060 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "molsketch" Fri Jul 3 00:02:11 2020 rev:4 rq:807063 version:0.6.0 Changes: -------- --- /work/SRC/openSUSE:Factory/molsketch/molsketch.changes 2020-02-20 15:37:46.898780815 +0100 +++ /work/SRC/openSUSE:Factory/.molsketch.new.3060/molsketch.changes 2020-07-03 00:03:28.722291805 +0200 @@ -1,0 +2,25 @@ +Thu May 7 12:13:41 UTC 2020 - Atri Bhattacharya <badshah...@gmail.com> + +- Update to version 0.6.0: + * Levels on which items are drawn are accessible; bonds are + indicated to cover other bonds if on higher level + * Broken bond indicator with same color as rest of bond + * Show sum formula of molecule during hover and after selection + * Closable wiki query + * Improved performance for drag-and-drop insertion of molecules + * Associated *.msm files with Molsketch + * Fixed crashes after undo/redo (changed linkage between + molecule, bonds, atoms) + * Fixed global preferences (accidentally had no effect) + * Fixed number of hydrogens and charge in saving/loading + molecules +- Update options passed to cmake to keep up with upstream changes; + omit MSK_INSTALL_LIBS specification entrirely since specifying + it leads to installation of *.so into a subdir for x86_64 and + directly into %{_lib} for i586. +- Force ascii mode when using dos2unix. +- Drop conditionals for obsolete openSUSE versions. +- Drop shared lib package: versioned shared libraries are no + longer installed, so everything is packaged in -devel. + +------------------------------------------------------------------- Old: ---- Molsketch-0.5.1-src.tar.gz New: ---- Molsketch-0.6.0-src.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ molsketch.spec ++++++ --- /var/tmp/diff_new_pack.1D99v7/_old 2020-07-03 00:03:30.682298294 +0200 +++ /var/tmp/diff_new_pack.1D99v7/_new 2020-07-03 00:03:30.686298307 +0200 @@ -21,7 +21,7 @@ %define soname -qt5-%{sover} %define binname %{name}-qt5 Name: molsketch -Version: 0.5.1 +Version: 0.6.0 Release: 0 Summary: 2D molecular structures editor License: GPL-2.0-or-later @@ -56,25 +56,11 @@ formats * print and export your document to PDF -%package -n lib%{name}%{soname} -Summary: C++ library for %{name} -Group: System/Libraries -Provides: libobabeliface%{soname} = %{version} - -%description -n lib%{name}%{soname} -2D molecular structures editor. - -This package provides the shared libraries. - %package devel Summary: Development files for %{name} Group: Development/Libraries/C and C++ -Requires: lib%{name}%{soname} = %{version} -%if %{with qt4} -Requires: libqt4-devel-doc -%else +Provides: lib%{name}%{soname} = %{version} Requires: libqt5-qttools -%endif %description devel 2D molecular structures editor. @@ -94,16 +80,13 @@ %prep %setup -q -n %{srcname}-%{version} - -dos2unix -k doc/cs/molsketch.adp +dos2unix -k -c ascii doc/cs/%{name}.adp %build %cmake \ - -DMSK_INSTALL_PREFIX=%{_prefix} \ - -DMSK_INSTALL_DOCS=%{_docdir}/%{name} \ - -DMSK_INSTALL_INCLUDES=%{_includedir} + -DMSK_INSTALL_DOCS="/share/doc/packages/%{name}" -%make_jobs +%cmake_build %install %cmake_install @@ -119,21 +102,6 @@ %fdupes -s %{buildroot}%{_datadir} -%post -n lib%{name}%{soname} -p /sbin/ldconfig -%postun -n lib%{name}%{soname} -p /sbin/ldconfig - -%if 0%{?suse_version} <= 1320 -%post -%icon_theme_cache_post -%desktop_database_post -%mime_database_post - -%postun -%icon_theme_cache_postun -%desktop_database_postun -%mime_database_postun -%endif - %files %license COPYING %doc CHANGELOG @@ -141,25 +109,17 @@ %{_datadir}/applications/%{name}.desktop %{_datadir}/icons/hicolor/*/apps/molsketch.* %{_datadir}/pixmaps/molsketch.xpm -%exclude %{_docdir}/%{name}/cs/ -%exclude %{_docdir}/%{name}/en/ -%exclude %{_docdir}/%{name}/nl/ -%{_datadir}/icons/hicolor/scalable/mimetypes/application-x-molsketch.svg +%{_datadir}/icons/hicolor/scalable/mimetypes/*.svg %dir %{_datadir}/metainfo %{_datadir}/metainfo/net.sourceforge.molsketch.appdata.xml %{_datadir}/mime/packages/molsketch.xml -%files -n lib%{name}%{soname} -%{_libdir}/lib%{name}*so.* -%{_libdir}/libobabeliface*so.* - %files devel -%{_libdir}/lib%{name}*so -%{_libdir}/libobabeliface*so +%{_libdir}/%{name}/ +%{_includedir}/lib%{name}/ %files doc -%{_docdir}/%{name}/cs/ -%{_docdir}/%{name}/en/ -%{_docdir}/%{name}/nl/ +%{_docdir}/%{name}/ +%exclude %{_docdir}/molsketch/CHANGELOG %changelog ++++++ Molsketch-0.5.1-src.tar.gz -> Molsketch-0.6.0-src.tar.gz ++++++ ++++ 18488 lines of diff (skipped)