rpms/gdb/F-13 gdb.spec,1.412,1.413

Jan Kratochvil jkratoch at fedoraproject.org
Mon Mar 8 15:18:43 UTC 2010


Author: jkratoch

Update of /cvs/pkgs/rpms/gdb/F-13
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv2318

Modified Files:
	gdb.spec 
Log Message:
* Mon Mar  8 2010 Jan Kratochvil <jan.kratochvil at redhat.com> - 7.0.90.20100306-19.fc13
- Include also %doc COPYING3 (review by Petr Machata).
- Remove URL for Source (review by Matej Cepl).



Index: gdb.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gdb/F-13/gdb.spec,v
retrieving revision 1.412
retrieving revision 1.413
diff -u -p -r1.412 -r1.413
--- gdb.spec	6 Mar 2010 23:40:14 -0000	1.412
+++ gdb.spec	8 Mar 2010 15:18:42 -0000	1.413
@@ -36,13 +36,14 @@ Version: 7.0.90.20100306
 
 # The release always contains a leading reserved number, start it at 1.
 # `upstream' is not a part of `name' to stay fully rpm dependencies compatible for the testing.
-Release: 18%{?_with_upstream:.upstream}%{dist}
+Release: 19%{?_with_upstream:.upstream}%{dist}
 
 License: GPLv3+
 Group: Development/Debuggers
+# Do not provide URL for snapshots as the file lasts there only for 2 days.
 # ftp://sourceware.org/pub/gdb/snapshots/branch/gdb-%{version}.tar.bz2
 # ftp://sourceware.org/pub/gdb/releases/gdb-%{version}.tar.bz2
-Source: ftp://sourceware.org/pub/gdb/snapshots/branch/gdb-%{version}.tar.bz2
+Source: gdb-%{version}.tar.bz2
 Buildroot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
 URL: http://gnu.org/software/gdb/
 
@@ -984,7 +985,7 @@ fi
 
 %files
 %defattr(-,root,root)
-%doc COPYING COPYING.LIB README NEWS
+%doc COPYING3 COPYING COPYING.LIB README NEWS
 %{_bindir}/gcore
 %{_bindir}/gdb
 %{_bindir}/gdbtui
@@ -1016,6 +1017,10 @@ fi
 %endif
 
 %changelog
+* Mon Mar  8 2010 Jan Kratochvil <jan.kratochvil at redhat.com> - 7.0.90.20100306-19.fc13
+- Include also %%doc COPYING3 (review by Petr Machata).
+- Remove URL for Source (review by Matej Cepl).
+
 * Sun Mar  7 2010 Jan Kratochvil <jan.kratochvil at redhat.com> - 7.0.90.20100306-18.fc13
 - archer-jankratochvil-fedora13 commit: 59c35a31f0981a0f0b884b32c91ae6325b2126cd
 



More information about the scm-commits mailing list