Hello community, here is the log from the commit of package wxmp3gain for openSUSE:Factory checked in at 2019-04-23 14:36:03 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/wxmp3gain (Old) and /work/SRC/openSUSE:Factory/.wxmp3gain.new.5536 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "wxmp3gain" Tue Apr 23 14:36:03 2019 rev:2 rq:696768 version:4.0 Changes: -------- --- /work/SRC/openSUSE:Factory/wxmp3gain/wxmp3gain.changes 2018-02-13 10:29:26.433013339 +0100 +++ /work/SRC/openSUSE:Factory/.wxmp3gain.new.5536/wxmp3gain.changes 2019-04-23 14:36:10.485477646 +0200 @@ -1,0 +2,15 @@ +Mon Apr 22 13:11:06 UTC 2019 - Luigi Baldoni <[email protected]> + +- Update to version 4.0 + * Bug fix for unicode filenames + * Added Turkish translation + * Added Croatian translation + * Code refactor in make/build process + +- Switched build to cmake + +- Dropped wxmp3gain-makefile.patch + +- Added wxmp3gain-docs.patch + +------------------------------------------------------------------- Old: ---- wxmp3gain-makefile.patch wxmp3gain_3.7_src.tar.gz New: ---- wxmp3gain-4.0-src.tar.gz wxmp3gain-docs.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ wxmp3gain.spec ++++++ --- /var/tmp/diff_new_pack.F2ExFU/_old 2019-04-23 14:36:11.117478067 +0200 +++ /var/tmp/diff_new_pack.F2ExFU/_new 2019-04-23 14:36:11.117478067 +0200 @@ -1,7 +1,7 @@ # # spec file for package wxmp3gain # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 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 @@ -12,20 +12,21 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # Name: wxmp3gain -Version: 3.7 +Version: 4.0 Release: 0 Summary: Front-end for mp3gain based on wxWidgets -License: GPL-3.0+ +License: GPL-3.0-or-later Group: Productivity/Multimedia/Sound/Editors and Convertors URL: https://wxmp3gain.sourceforge.io -Source0: http://sourceforge.net/projects/wxmp3gain/files/%{version}/wxmp3gain_%{version}_src.tar.gz -# PATCH-FIX-OPENSUSE wxmp3gain-makefile.patch [email protected] -- sets suitable paths and flags -Patch0: wxmp3gain-makefile.patch +Source0: https://sourceforge.net/projects/wxmp3gain/files/%{version}/wxmp3gain-%{version}-src.tar.gz +# PATCH-FEATURE-OPENSUSE wxmp3gain-docs.patch [email protected] -- do not install docs +Patch1: wxmp3gain-docs.patch +BuildRequires: cmake BuildRequires: dos2unix BuildRequires: gcc-c++ BuildRequires: hicolor-icon-theme @@ -41,15 +42,16 @@ %lang_package %prep -%setup -q -n %{name} -%patch0 -p1 -dos2unix docs/CHANGELOG +%setup -q +%patch1 -p1 +dos2unix docs/AUTHORS docs/CHANGELOG docs/README docs/TODO %build +%cmake make %{?_smp_mflags} %install -%make_install +%cmake_install %suse_update_desktop_file %{name} AudioVideoEditing %files @@ -58,7 +60,6 @@ %{_bindir}/%{name} %{_datadir}/applications/%{name}.desktop %{_datadir}/icons/hicolor/*/apps/%{name}.png -%{_datadir}/pixmaps/%{name}.xpm %dir %{_datadir}/%{name} %dir %{_datadir}/%{name}/resource %{_datadir}/%{name}/resource/*.ico @@ -69,12 +70,16 @@ %dir %{_datadir}/%{name}/resource/msg/cs %dir %{_datadir}/%{name}/resource/msg/de %dir %{_datadir}/%{name}/resource/msg/es +%dir %{_datadir}/%{name}/resource/msg/hr_HR %dir %{_datadir}/%{name}/resource/msg/pt_BR %dir %{_datadir}/%{name}/resource/msg/ru +%dir %{_datadir}/%{name}/resource/msg/tr %lang(cs) %{_datadir}/%{name}/resource/msg/cs/%{name}.mo %lang(de) %{_datadir}/%{name}/resource/msg/de/%{name}.mo %lang(es) %{_datadir}/%{name}/resource/msg/es/%{name}.mo +%lang(hr) %{_datadir}/%{name}/resource/msg/hr_HR/%{name}.mo %lang(pt) %{_datadir}/%{name}/resource/msg/pt_BR/%{name}.mo %lang(ru) %{_datadir}/%{name}/resource/msg/ru/%{name}.mo +%lang(tr) %{_datadir}/%{name}/resource/msg/tr/%{name}.mo %changelog ++++++ wxmp3gain-docs.patch ++++++ Index: wxmp3gain-4.0/CMakeLists.txt =================================================================== --- wxmp3gain-4.0.orig/CMakeLists.txt +++ wxmp3gain-4.0/CMakeLists.txt @@ -35,7 +35,6 @@ target_link_libraries(wxmp3gain ${wxWidg if(UNIX) install(TARGETS "wxmp3gain" DESTINATION "bin") install(DIRECTORY "resource/" DESTINATION "share/${PROJECT_NAME}/resource/") - install(DIRECTORY "docs/" DESTINATION "share/doc/${PROJECT_NAME}/") install(FILES "debian/menu/icon32x32.png" DESTINATION "share/icons/hicolor/32x32/apps/" RENAME "${PROJECT_NAME}.png") install(FILES "debian/menu/icon48x48.png" DESTINATION "share/icons/hicolor/48x48/apps/" RENAME "${PROJECT_NAME}.png") install(FILES "debian/menu/icon64x64.png" DESTINATION "share/icons/hicolor/64x64/apps/" RENAME "${PROJECT_NAME}.png")
