Hello community, here is the log from the commit of package subtitleeditor for openSUSE:Factory checked in at 2019-09-13 14:58:51 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/subtitleeditor (Old) and /work/SRC/openSUSE:Factory/.subtitleeditor.new.7948 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "subtitleeditor" Fri Sep 13 14:58:51 2019 rev:4 rq:730137 version:0.54.0 Changes: -------- --- /work/SRC/openSUSE:Factory/subtitleeditor/subtitleeditor.changes 2019-09-11 10:33:18.751332477 +0200 +++ /work/SRC/openSUSE:Factory/.subtitleeditor.new.7948/subtitleeditor.changes 2019-09-13 14:58:52.141278636 +0200 @@ -1,0 +2,7 @@ +Tue Sep 10 16:56:44 UTC 2019 - Bjørn Lie <[email protected]> + +- Replace iso-codes-devel with pkgconfig(iso-codes) BuildRequires: + that was overlooked in the last change. +- Use modern macros. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ subtitleeditor.spec ++++++ --- /var/tmp/diff_new_pack.DN2MKN/_old 2019-09-13 14:58:52.701278659 +0200 +++ /var/tmp/diff_new_pack.DN2MKN/_new 2019-09-13 14:58:52.701278659 +0200 @@ -24,8 +24,8 @@ License: GPL-3.0 Group: Productivity/Multimedia/Video/Editors and Convertors # http://home.gna.org/subtitleeditor is now dead -Url: https://github.com/kitone/subtitleeditor -Source0: https://github.com/kitone/subtitleeditor/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz +URL: https://github.com/kitone/subtitleeditor +Source0: %{url}/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz BuildRequires: automake BuildRequires: fdupes %if 0%{?suse_version} >= 1500 @@ -35,7 +35,6 @@ BuildRequires: gcc7-c++ %endif BuildRequires: intltool -BuildRequires: iso-codes-devel BuildRequires: libtool BuildRequires: pkgconfig BuildRequires: update-desktop-files @@ -46,6 +45,7 @@ BuildRequires: pkgconfig(gstreamer-plugins-base-1.0) BuildRequires: pkgconfig(gstreamermm-1.0) >= 1.0.0 BuildRequires: pkgconfig(gtkmm-3.0) >= 3.10 +BuildRequires: pkgconfig(iso-codes) BuildRequires: pkgconfig(libxml++-2.6) %description @@ -73,7 +73,7 @@ %lang_package %prep -%setup -q +%autosetup -p1 %build export CC=gcc @@ -82,7 +82,7 @@ test -x "$(type -p g++-7)" && export CXX=g++-7 autoreconf -fiv %configure -make %{?_smp_mflags} +%make_build %install %make_install
