Hello community,

here is the log from the commit of package vte2 for openSUSE:Factory checked in 
at 2018-03-09 10:43:33
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/vte2 (Old)
 and      /work/SRC/openSUSE:Factory/.vte2.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "vte2"

Fri Mar  9 10:43:33 2018 rev:19 rq:583072 version:0.28.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/vte2/vte2.changes        2017-06-01 
16:33:51.225647549 +0200
+++ /work/SRC/openSUSE:Factory/.vte2.new/vte2.changes   2018-03-09 
10:43:38.413065849 +0100
@@ -1,0 +2,11 @@
+Mon Mar  5 16:04:06 UTC 2018 - [email protected]
+
+- Fix SRPM group. Update summaries.
+
+-------------------------------------------------------------------
+Mon Feb 26 11:31:45 UTC 2018 - [email protected]
+
+- Use SPDX3.0 license tags and package COPYING as %license.
+- Modernize spec file using spec-cleaner.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ vte2.spec ++++++
--- /var/tmp/diff_new_pack.SkRvSf/_old  2018-03-09 10:43:39.581023784 +0100
+++ /var/tmp/diff_new_pack.SkRvSf/_new  2018-03-09 10:43:39.589023496 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package vte2
 #
-# Copyright (c) 2017 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
@@ -21,15 +21,14 @@
 # empty:
 #%%define _binver
 %define _gtkver 2.0
-
-Name:           vte2
 %define _name   vte
-Url:            http://www.gnome.org
+Name:           vte2
 Version:        0.28.2
 Release:        0
 Summary:        Terminal Emulator Library
-License:        GPL-2.0+
+License:        GPL-2.0-or-later
 Group:          Development/Libraries/GNOME
+Url:            http://www.gnome.org
 Source:         
http://download.gnome.org/sources/vte/0.28/%{_name}-%{version}.tar.bz2
 # PATCH-FIX-UPSTREAM vte-keymaps.patch bnc#754350 bgo#663779 
[email protected] -- keymap: Treat ALT as META. Patch from tracker, comment 
38. So far the likeliest candidate to be merged.
 Patch0:         vte-keymaps.patch
@@ -45,7 +44,6 @@
 BuildRequires:  python-devel
 BuildRequires:  python-gtk-devel
 BuildRequires:  translation-update-upstream
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
 VTE is a terminal emulator library that provides a terminal widget for
@@ -53,7 +51,6 @@
 emulation settings.
 
 %package -n libvte%{_sover}
-
 Summary:        Terminal Emulator Library
 Group:          System/Libraries
 Recommends:     %{name}-lang
@@ -68,7 +65,9 @@
 emulation settings.
 
 %package -n gnome-pty-helper
-Summary:        Terminal Emulator Library -- Helper for utmp/wtmp/lastlog 
logging
+Summary:        Helper for utmp/wtmp/lastlog logging
+# FIXME: use proper Requires(pre/post/preun/...)
+# FIXME: use proper Requires(pre/post/preun/...)
 Group:          System/Libraries
 PreReq:         permissions
 
@@ -80,7 +79,7 @@
 This package provides a helper for utmp/wtmp/lastlog logging.
 
 %package tools
-Summary:        Terminal Emulator Library -- Tools
+Summary:        Tools from the VTE terminal emulator library
 Group:          System/Libraries
 
 %description tools
@@ -91,10 +90,9 @@
 This package provides tools using VTE.
 
 %package -n python-vte
-Summary:        Terminal Emulator Library -- Python Bindings
+Summary:        Python bindings for the VTE terminal emulator library
 Group:          System/Libraries
 Requires:       libvte9 = %{version}
-%py_requires
 
 %description -n python-vte
 VTE is a terminal emulator library that provides a terminal widget for
@@ -104,7 +102,7 @@
 This package provides the python bindings for VTE.
 
 %package devel
-Summary:        Terminal Emulator Library -- Development Files
+Summary:        Development files for the VTE terminal emulator library
 Group:          Development/Libraries/GNOME
 Requires:       libvte%{_sover} = %{version}
 Provides:       vte-doc = %{version}
@@ -120,6 +118,7 @@
 VTE.
 
 %lang_package
+
 %prep
 %setup -q -n %{_name}-%{version}
 %patch0 -p1
@@ -128,46 +127,41 @@
 translation-update-upstream
 
 %build
-%configure --with-pic\
-        --with-gtk=%{_gtkver}\
+%configure --with-gtk=%{_gtkver}\
         --disable-static \
         --disable-introspection
-%__make %{?jobs:-j%jobs} V=1
+make %{?_smp_mflags} V=1
 
 %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
 # Files that will come with gtk3 build
 rm %{buildroot}%{_libexecdir}/gnome-pty-helper
 %find_lang vte-%{_apiver}
-find %{buildroot}%{_libdir} -name '*.la' -type f -delete -print
-%fdupes $RPM_BUILD_ROOT
+find %{buildroot} -type f -name "*.la" -delete -print
+%fdupes %{buildroot}
 
 %post -n libvte%{_sover} -p /sbin/ldconfig
-
 %postun -n libvte%{_sover} -p /sbin/ldconfig
 
 %files -n libvte%{_sover}
-%defattr(-,root,root)
-%doc AUTHORS COPYING README NEWS ChangeLog
+%license COPYING
+%doc AUTHORS README NEWS ChangeLog
 %{_libdir}/*.so.*
 %dir %{_datadir}/vte
 %dir %{_datadir}/vte/termcap-%{_apiver}
 %{_datadir}/vte/termcap-%{_apiver}/xterm
 
 %files tools
-%defattr(-,root,root)
 %{_bindir}/vte%{?_binver}
 
 %files -n python-vte
-%defattr(-,root,root)
 %doc python/vte-demo.py
 %{py_sitedir}/gtk-2.0/*.so
 
 %files devel
-%defattr(-,root,root)
 %{_libdir}/pkgconfig/*.pc
 %{_libdir}/*.so
 %{_includedir}/vte-%{_apiver}/
@@ -182,7 +176,4 @@
 
 %files lang -f vte-%{_apiver}.lang
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %changelog


Reply via email to