Hello community,

here is the log from the commit of package dasher for openSUSE:Factory checked 
in at 2018-03-14 19:37:08
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/dasher (Old)
 and      /work/SRC/openSUSE:Factory/.dasher.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "dasher"

Wed Mar 14 19:37:08 2018 rev:50 rq:584791 version:4.11

Changes:
--------
--- /work/SRC/openSUSE:Factory/dasher/dasher.changes    2016-11-20 
18:18:46.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.dasher.new/dasher.changes       2018-03-14 
19:37:08.837231246 +0100
@@ -1,0 +2,5 @@
+Wed Feb 28 16:24:33 UTC 2018 - dims...@opensuse.org
+
+- Modernize spec-file by calling spec-cleaner
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ dasher.spec ++++++
--- /var/tmp/diff_new_pack.F9MGX3/_old  2018-03-14 19:37:10.009189619 +0100
+++ /var/tmp/diff_new_pack.F9MGX3/_new  2018-03-14 19:37:10.021189193 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package dasher
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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
@@ -20,9 +20,9 @@
 Version:        4.11
 Release:        0
 Summary:        Zooming Predictive Text Entry System
-License:        GPL-2.0+
+License:        GPL-2.0-or-later
 Group:          System/GUI/GNOME
-Url:            http://www.inference.phy.cam.ac.uk/dasher/
+URL:            http://www.inference.phy.cam.ac.uk/dasher/
 Source0:        
ftp://ftp.gnome.org/pub/GNOME/sources/%{name}/4.5/%{name}-%{version}.tar.bz2
 Source1:        dasher-data-lang.sh
 Source2:        locale-map.txt
@@ -38,14 +38,14 @@
 BuildRequires:  gtk2-devel
 BuildRequires:  intltool
 BuildRequires:  libexpat-devel
+BuildRequires:  pkgconfig
 BuildRequires:  translation-update-upstream
 BuildRequires:  update-desktop-files
 BuildRequires:  pkgconfig(xtst)
 Recommends:     %{name}-data-recommended
 Recommends:     %{name}-lang
 Suggests:       %{name}-data-extras
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-%gconf_schemas_prereq
+%{gconf_schemas_prereq}
 
 %description
 Dasher is a zooming predictive text entry system, designed for
@@ -84,6 +84,7 @@
 This package contains data files to use dasher with additional languages.
 
 %lang_package
+
 %prep
 %setup -q
 %patch0 -p1
@@ -99,33 +100,30 @@
 make %{?_smp_mflags}
 
 %install
-%makeinstall
+%make_install
 %if 0%{?suse_version} <= 1120
-%{__rm} %{buildroot}%{_datadir}/locale/en@shaw/LC_MESSAGES/*
+rm %{buildroot}%{_datadir}/locale/en@shaw/LC_MESSAGES/*
 %endif
-%suse_update_desktop_file -G "Text Entry Tool" %name GNOME
+%suse_update_desktop_file -G "Text Entry Tool" %{name} GNOME
 %find_lang %{name} %{?no_lang_C}
 %find_gconf_schemas
-sh %{SOURCE1} "%{buildroot}" "%{_datadir}" %{name}-data-recommended.lst 
%{name}-data-extras.lst %{name}-excluded.lst
+sh %{SOURCE1} %{buildroot} "%{_datadir}" %{name}-data-recommended.lst 
%{name}-data-extras.lst %{name}-excluded.lst
 %fdupes %{buildroot}
 
 %pre -f %{name}.schemas_pre
-
 %post
 %desktop_database_post
 %icon_theme_cache_post
 
 %posttrans -f %{name}.schemas_posttrans
-
 %preun -f %{name}.schemas_preun
-
 %postun
 %desktop_database_postun
 %icon_theme_cache_postun
 
 %files -f %{name}.schemas_list -f %{name}-excluded.lst
-%defattr (-, root, root)
-%doc AUTHORS COPYING ChangeLog MAINTAINERS NEWS README
+%license COPYING
+%doc AUTHORS ChangeLog MAINTAINERS NEWS README
 %dir %{_datadir}/gnome/
 %dir %{_datadir}/gnome/help/
 %dir %{_datadir}/gnome/help/%{name}/
@@ -138,12 +136,12 @@
 %{_datadir}/dasher
 %{_datadir}/icons/hicolor/48x48/apps/dasher.png
 %{_datadir}/icons/hicolor/scalable/apps/dasher.svg
-%doc %{_mandir}/man?/*.*
+%{_mandir}/man?/*%{ext_man}
 
 %files data-recommended -f %{name}-data-recommended.lst
 
 %files data-extras -f %{name}-data-extras.lst
 
-%files lang -f %name.lang
+%files lang -f %{name}.lang
 
 %changelog

++++++ dasher.spec.in ++++++
--- /var/tmp/diff_new_pack.F9MGX3/_old  2018-03-14 19:37:10.097186494 +0100
+++ /var/tmp/diff_new_pack.F9MGX3/_new  2018-03-14 19:37:10.097186494 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package dasher
+# spec file for package dasher.spec
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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
@@ -20,9 +20,9 @@
 Version:        4.11
 Release:        0
 Summary:        Zooming Predictive Text Entry System
-License:        GPL-2.0+
+License:        GPL-2.0-or-later
 Group:          System/GUI/GNOME
-Url:            http://www.inference.phy.cam.ac.uk/dasher/
+URL:            http://www.inference.phy.cam.ac.uk/dasher/
 Source0:        
ftp://ftp.gnome.org/pub/GNOME/sources/%{name}/4.5/%{name}-%{version}.tar.bz2
 Source1:        dasher-data-lang.sh
 Source2:        locale-map.txt
@@ -38,14 +38,14 @@
 BuildRequires:  gtk2-devel
 BuildRequires:  intltool
 BuildRequires:  libexpat-devel
+BuildRequires:  pkgconfig
 BuildRequires:  translation-update-upstream
 BuildRequires:  update-desktop-files
 BuildRequires:  pkgconfig(xtst)
 Recommends:     %{name}-data-recommended
 Recommends:     %{name}-lang
 Suggests:       %{name}-data-extras
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-%gconf_schemas_prereq
+%{gconf_schemas_prereq}
 
 %description
 Dasher is a zooming predictive text entry system, designed for
@@ -84,6 +84,7 @@
 This package contains data files to use dasher with additional languages.
 
 %lang_package
+
 %prep
 %setup -q
 %patch0 -p1
@@ -99,33 +100,30 @@
 make %{?_smp_mflags}
 
 %install
-%makeinstall
+%make_install
 %if 0%{?suse_version} <= 1120
-%{__rm} %{buildroot}%{_datadir}/locale/en@shaw/LC_MESSAGES/*
+rm %{buildroot}%{_datadir}/locale/en@shaw/LC_MESSAGES/*
 %endif
-%suse_update_desktop_file -G "Text Entry Tool" %name GNOME
+%suse_update_desktop_file -G "Text Entry Tool" %{name} GNOME
 %find_lang %{name} %{?no_lang_C}
 %find_gconf_schemas
-sh %{SOURCE1} "%{buildroot}" "%{_datadir}" %{name}-data-recommended.lst 
%{name}-data-extras.lst %{name}-excluded.lst
+sh %{SOURCE1} %{buildroot} "%{_datadir}" %{name}-data-recommended.lst 
%{name}-data-extras.lst %{name}-excluded.lst
 %fdupes %{buildroot}
 
 %pre -f %{name}.schemas_pre
-
 %post
 %desktop_database_post
 %icon_theme_cache_post
 
 %posttrans -f %{name}.schemas_posttrans
-
 %preun -f %{name}.schemas_preun
-
 %postun
 %desktop_database_postun
 %icon_theme_cache_postun
 
 %files -f %{name}.schemas_list -f %{name}-excluded.lst
-%defattr (-, root, root)
-%doc AUTHORS COPYING ChangeLog MAINTAINERS NEWS README
+%license COPYING
+%doc AUTHORS ChangeLog MAINTAINERS NEWS README
 %dir %{_datadir}/gnome/
 %dir %{_datadir}/gnome/help/
 %dir %{_datadir}/gnome/help/%{name}/
@@ -138,12 +136,12 @@
 %{_datadir}/dasher
 %{_datadir}/icons/hicolor/48x48/apps/dasher.png
 %{_datadir}/icons/hicolor/scalable/apps/dasher.svg
-%doc %{_mandir}/man?/*.*
+%{_mandir}/man?/*%{ext_man}
 
 %files data-recommended -f %{name}-data-recommended.lst
 
 %files data-extras -f %{name}-data-extras.lst
 
-%files lang -f %name.lang
+%files lang -f %{name}.lang
 
 %changelog


Reply via email to