[xdialog: 2/2] Remove obsolete Group tag

konradm konradm at fedoraproject.org
Tue Dec 3 14:11:46 UTC 2013


commit f988fa086e461910a1ee46fd32b5dc7a4d465529
Merge: af9515d ff75d97
Author: Conrad Meyer <cse.cem at gmail.com>
Date:   Tue Dec 3 09:11:25 2013 -0500

    Remove obsolete Group tag
    
    - Remove obsolete BuildRoot tag
    - Remove obsolete cleanup buildroot at the beggining of %install section
    - Remove obsolete %clean section
    - Remove obsolete %defattr tag in %files section

 xdialog.spec |   15 ++++++++-------
 1 files changed, 8 insertions(+), 7 deletions(-)
---
diff --cc xdialog.spec
index e9b1d1e,75680b9..c43a747
--- a/xdialog.spec
+++ b/xdialog.spec
@@@ -3,16 -3,12 +3,14 @@@
  Name: xdialog
  Summary: X11 drop in replacement for cdialog
  Version: 2.3.1
--Release: 12%{?dist}
++Release: 13%{?dist}
  License: GPL+
- Group: Applications/System
  URL: http://xdialog.free.fr
  
  Source0: http://xdialog.free.fr/%{real_name}-%{version}.tar.bz2
  Patch0: xdialog-2.3.1-nostrip.patch
 +# RHBZ #1037393: Fixes a format string vulnerability (via argv[0])
 +Patch1: xdialog-2.3.1-secure-fprintf.diff
- BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
  
  BuildRequires: gtk+-devel >= 1.2.0
  BuildRequires: gtk2-devel >= 2.2.0
@@@ -78,9 -69,13 +72,16 @@@ ln -s ../samples __dist_html/html/sampl
  %exclude %{_docdir}/%{real_name}-%{version}
  
  %changelog
 -* Wed Aug 07 2013 Matthieu Saulnier <fantom at fedorapeople.org> - 2.3.1-12
++* Tue Dec  3 2013 Matthieu Saulnier <fantom at fedorapeople.org> - 2.3.1-13
+ - Remove obsolete Group tag
+ - Remove obsolete BuildRoot tag
+ - Remove obsolete cleanup buildroot at the beggining of %%install section
+ - Remove obsolete %%clean section
+ - Remove obsolete %%defattr tag in %%files section
+ 
 +* Tue Dec  3 2013 Conrad Meyer <cemeyer at uw.edu> - 2.3.1-12
 +- Fix fprintf() of untrusted format string (#1037393)
 +
  * Sun Aug 04 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.3.1-11
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
  


More information about the scm-commits mailing list