Change-Id: Iad487400a366b2ba4c079a61dad904596ef6e36f
Reviewed-on: http://photon-jenkins.eng.vmware.com:8082/2180
Tested-by: gerrit-photon <photon-checkins@vmware.com>
Reviewed-by: Priyesh Padmavilasom <ppadmavilasom@vmware.com>
| ... | ... |
@@ -1,11 +1,11 @@ |
| 1 | 1 |
Summary: Program to generate documenation |
| 2 | 2 |
Name: gtk-doc |
| 3 |
-Version: 1.24 |
|
| 4 |
-Release: 3%{?dist}
|
|
| 3 |
+Version: 1.25 |
|
| 4 |
+Release: 1%{?dist}
|
|
| 5 | 5 |
License: GPLv2+ |
| 6 | 6 |
URL: http://www.gnu.org/software/%{name}
|
| 7 |
-Source0: http://ftp.gnome.org/pub/gnome/sources/gtk-doc/1.21/%{name}-%{version}.tar.xz
|
|
| 8 |
-%define sha1 gtk-doc=b2648b535894e4a1897dc511a963868763d65bd6 |
|
| 7 |
+Source0: http://ftp.gnome.org/pub/gnome/sources/gtk-doc/1.25/%{name}-%{version}.tar.xz
|
|
| 8 |
+%define sha1 gtk-doc=bd93ff19403805b4faddcd86b58a6f338ce1fd6d |
|
| 9 | 9 |
Group: Development/Tools |
| 10 | 10 |
Vendor: VMware, Inc. |
| 11 | 11 |
Distribution: Photon |
| ... | ... |
@@ -41,7 +41,11 @@ cd tests && make check-TESTS |
| 41 | 41 |
%defattr(-,root,root) |
| 42 | 42 |
%{_bindir}/*
|
| 43 | 43 |
/usr/share/* |
| 44 |
+%{_libdir}/cmake/
|
|
| 45 |
+ |
|
| 44 | 46 |
%changelog |
| 47 |
+* Fri Mar 24 2017 Dheeraj Shetty <dheerajs@vmware.com> 1.25-1 |
|
| 48 |
+- Upgrade to 1.25 |
|
| 45 | 49 |
* Tue May 24 2016 Priyesh Padmavilasom <ppadmavilasom@vmware.com> 1.24-3 |
| 46 | 50 |
- GA - Bump release of all rpms |
| 47 | 51 |
* Thu Feb 25 2016 Anish Swaminathan <anishs@vmware.com> 1.24-1 |