rpms/newt/devel newt.spec,1.61,1.62

Hans de Goede jwrdegoede at fedoraproject.org
Thu Jan 7 13:27:43 UTC 2010


Author: jwrdegoede

Update of /cvs/pkgs/rpms/newt/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv28105

Modified Files:
	newt.spec 
Log Message:
* Thu Jan  7 2010 Hans de Goede <hdegoede at redhat.com> - 0.52.11-2
- Change python_sitearch macro to use %global as the new rpm will break
  using %define here, see:
  https://www.redhat.com/archives/fedora-devel-list/2010-January/msg00093.html



Index: newt.spec
===================================================================
RCS file: /cvs/pkgs/rpms/newt/devel/newt.spec,v
retrieving revision 1.61
retrieving revision 1.62
diff -u -p -r1.61 -r1.62
--- newt.spec	24 Sep 2009 15:08:31 -0000	1.61
+++ newt.spec	7 Jan 2010 13:27:43 -0000	1.62
@@ -1,8 +1,8 @@
-%{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
+%{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
 Summary: A library for text mode user interfaces
 Name: newt
 Version: 0.52.11
-Release: 1%{?dist}
+Release: 2%{?dist}
 License: LGPLv2
 Group: System Environment/Libraries
 URL: https://fedorahosted.org/newt/
@@ -104,6 +104,11 @@ rm -rf $RPM_BUILD_ROOT
 %{python_sitearch}/*.py*
 
 %changelog
+* Thu Jan  7 2010 Hans de Goede <hdegoede at redhat.com> - 0.52.11-2
+- Change python_sitearch macro to use %%global as the new rpm will break
+  using %%define here, see:
+  https://www.redhat.com/archives/fedora-devel-list/2010-January/msg00093.html
+
 * Thu Sep 24 2009 Miroslav Lichvar <mlichvar at redhat.com> - 0.52.11-1
 - fix buffer overflow in textbox when reflowing (#523955, CVE-2009-2905)
 - use full textbox width when reflowing and allow minimal width 1




More information about the fedora-extras-commits mailing list