[vte] Merge Review fixes.

Jon Ciesla limb at fedoraproject.org
Tue Apr 3 19:02:30 UTC 2012


commit 0daaeb5c16ea4a819ffea6502eeeec2213f1af33
Author: Jon Ciesla <limburgher at gmail.com>
Date:   Tue Apr 3 14:02:08 2012 -0500

    Merge Review fixes.

 vte.spec |   17 +++++++++++++----
 1 files changed, 13 insertions(+), 4 deletions(-)
---
diff --git a/vte.spec b/vte.spec
index 79d282a..e7d5e99 100644
--- a/vte.spec
+++ b/vte.spec
@@ -4,11 +4,12 @@
 
 Name: vte
 Version: 0.28.2
-Release: 4%{?dist}
+Release: 5%{?dist}
 Summary: A terminal emulator
 License: LGPLv2+
 Group: User Interface/X
 #VCS: git:git://git.gnome.org/vte
+URL: http://developer.gnome.org/vte/
 Source: http://download.gnome.org/sources/vte/0.28/%{name}-%{version}.tar.xz
 # https://bugzilla.gnome.org/show_bug.cgi?id=663779
 Patch0: vte-alt-meta-confusion.patch
@@ -91,6 +92,10 @@ rm -f $RPM_BUILD_ROOT/%{_libdir}/python*/site-packages/gtk-2.0/*.a
 %{_datadir}/%{name}
 %{_libdir}/python*/site-packages/*
 
+#rpmlint gives:
+#vte.x86_64: W: private-shared-object-provides /usr/lib64/python2.7/site-packages/gtk-2.0/vtemodule.so vtemodule.so()(64bit)
+# This is not used by anything except possibly third party scripts, so we're leaving it in place.
+
 %files devel
 %defattr(-,root,root)
 %{_includedir}/*
@@ -101,6 +106,10 @@ rm -f $RPM_BUILD_ROOT/%{_libdir}/python*/site-packages/gtk-2.0/*.a
 %doc %{_datadir}/gtk-doc/html/vte-0.0
 
 %changelog
+* Tue Apr 03 2012 Jon Ciesla <limburgher at gmail.com> - 0.28.2-5
+- Added URL, fixed whitespace for Merge Review BZ 226534.
+- Commented on odd provides for rpmlint warning.
+
 * Sat Mar 10 2012 Kevin Fenzi <kevin at scrye.com> - 0.28.2-4
 - Add patch for python bindings. Fixes bug #556200
 
@@ -502,18 +511,18 @@ rm -f $RPM_BUILD_ROOT/%{_libdir}/python*/site-packages/gtk-2.0/*.a
 * Tue Nov  9 2004 Ray Strode <rstrode at redhat.com> 0.11.11-13
 - Don't copy blocks; use pointers to block array directly.
   (based on the debugging efforts of 
-  Egmont Koblinger <egmong at uhulinux.hu>, bug 135537). 
+  Egmont Koblinger <egmong at uhulinux.hu>, bug 135537).
 
 * Mon Nov  8 2004 Jeremy Katz <katzj at redhat.com> - 0.11.11-12
 - rebuild against python 2.4
 
 * Mon Nov  8 2004 Ray Strode <rstrode at redhat.com> 0.11.11-11
 - Fix keypad keys when numlock is on in application mode
-  (Patch from <jylefort at brutele.be>, bug 126110). 
+- (Patch from <jylefort at brutele.be>, bug 126110).
 
 * Sun Oct 31 2004 Dan Williams <dcbw at redhat.com> 0.11.11-10
 - Redraw background when unobscured visiblity event is received
-	(workaround, patch from Jon Nettleton) #rh100420#
+- (workaround, patch from Jon Nettleton) #rh100420#
 - Mad speed zoom zoom (patch from Soren Sandmann) #rh132770#
 
 * Sun Oct 31 2004 Ray Strode <rstrode at redhat.com> 0.11.11-9


More information about the scm-commits mailing list