Change-Id: I80ac57d70bf2778fc596474662b442dc1052ee18
Reviewed-on: http://photon-jenkins.eng.vmware.com:8082/2801
Tested-by: gerrit-photon <photon-checkins@vmware.com>
Reviewed-by: Alexey Makhalov <amakhalov@vmware.com>
| ... | ... |
@@ -1,6 +1,6 @@ |
| 1 | 1 |
Summary: C++ interface to the glib |
| 2 | 2 |
Name: glibmm |
| 3 |
-Version: 2.53.1 |
|
| 3 |
+Version: 2.50.1 |
|
| 4 | 4 |
Release: 1%{?dist}
|
| 5 | 5 |
License: LGPLv2+ |
| 6 | 6 |
URL: http://ftp.gnome.org/pub/GNOME/sources/glibmm |
| ... | ... |
@@ -8,11 +8,11 @@ Group: Applications/System |
| 8 | 8 |
Vendor: VMware, Inc. |
| 9 | 9 |
Distribution: Photon |
| 10 | 10 |
Source0: http://ftp.gnome.org/pub/GNOME/sources/glibmm/2.53/%{name}-%{version}.tar.xz
|
| 11 |
-%define sha1 glibmm=5b7e6c932b6ddece79a2fb9c88abee152325035a |
|
| 11 |
+%define sha1 glibmm=07ceb53b995f10ae0f9c572fb11febaa3e33d669 |
|
| 12 | 12 |
BuildRequires: python2 >= 2.7 |
| 13 |
-BuildRequires: libsigc++ >= 2.99.5 |
|
| 13 |
+BuildRequires: libsigc++ >= 2.10.0 |
|
| 14 | 14 |
BuildRequires: glib-devel glib-schemas |
| 15 |
-Requires: libsigc++ >= 2.99.5 |
|
| 15 |
+Requires: libsigc++ >= 2.10.0 |
|
| 16 | 16 |
Requires: glib >= 2.50.0 |
| 17 | 17 |
Requires: gobject-introspection >= 1.50.0 |
| 18 | 18 |
Requires: XML-Parser |
| ... | ... |
@@ -49,17 +49,19 @@ make %{?_smp_mflags} check
|
| 49 | 49 |
%defattr(-,root,root) |
| 50 | 50 |
%{_libdir}/*.so.*
|
| 51 | 51 |
%{_libdir}/pkgconfig/*.pc
|
| 52 |
-%{_libdir}/glibmm-2.54/proc/*
|
|
| 52 |
+%{_libdir}/glibmm-2.4/proc/*
|
|
| 53 | 53 |
%files devel |
| 54 | 54 |
%defattr(-,root,root) |
| 55 | 55 |
%{_libdir}/*.so
|
| 56 | 56 |
%{_libdir}/*.la
|
| 57 |
-%{_libdir}/glibmm-2.54/include/*
|
|
| 58 |
-%{_libdir}/giomm-2.54/include/*
|
|
| 57 |
+%{_libdir}/glibmm-2.4/include/*
|
|
| 58 |
+%{_libdir}/giomm-2.4/include/*
|
|
| 59 | 59 |
%{_includedir}/*
|
| 60 | 60 |
%{_datadir}/*
|
| 61 | 61 |
|
| 62 | 62 |
%changelog |
| 63 |
+* Thu May 26 2017 Harish Udaiya Kumar <hudaiykumar@vmware.com> 2.50.1-1 |
|
| 64 |
+- Downgrade to stable version 2.50.1 |
|
| 63 | 65 |
* Mon Apr 10 2017 Danut Moraru <dmoraru@vmware.com> 2.53.1-1 |
| 64 | 66 |
- Update to version 2.53.1 |
| 65 | 67 |
* Thu Oct 06 2016 ChangLee <changlee@vmware.com> 2.48.1-2 |
| ... | ... |
@@ -1,6 +1,6 @@ |
| 1 | 1 |
Summary: Library that Implements a typesafe callback system for standard C++. |
| 2 | 2 |
Name: libsigc++ |
| 3 |
-Version: 2.99.8 |
|
| 3 |
+Version: 2.10.0 |
|
| 4 | 4 |
Release: 1%{?dist}
|
| 5 | 5 |
License: LGPLv2+ |
| 6 | 6 |
URL: http://libsigc.sourceforge.net |
| ... | ... |
@@ -8,7 +8,7 @@ Group: Applications/System |
| 8 | 8 |
Vendor: VMware, Inc. |
| 9 | 9 |
Distribution: Photon |
| 10 | 10 |
Source0: http://ftp.gnome.org/pub/GNOME/sources/libsigc++/2.99/%{name}-%{version}.tar.xz
|
| 11 |
-%define sha1 libsigc=afc03ccead65b5d6e93e60ec915a4cd5f5d88e94 |
|
| 11 |
+%define sha1 libsigc=7807a12a1e90a98bd8c9440e5b312d3cb1121bf7 |
|
| 12 | 12 |
|
| 13 | 13 |
%description |
| 14 | 14 |
It allows to define signals and to connect those signals to any callback function, either global or a member function, regardless of whether it is static or virtual. It also contains adaptor classes for connection of dissimilar callbacks and has an ease of use unmatched by other C++ callback libraries. |
| ... | ... |
@@ -38,11 +38,13 @@ make %{?_smp_mflags} check
|
| 38 | 38 |
%{_libdir}/*.so
|
| 39 | 39 |
%{_libdir}/*.so.*
|
| 40 | 40 |
%{_libdir}/pkgconfig/*.pc
|
| 41 |
-%{_libdir}/sigc++-3.0/include/*.h
|
|
| 41 |
+%{_libdir}/sigc++-2.0/include/*.h
|
|
| 42 | 42 |
%{_includedir}/*
|
| 43 | 43 |
%{_datadir}/*
|
| 44 | 44 |
|
| 45 | 45 |
%changelog |
| 46 |
+* Thu May 25 2017 Harish Udaiya Kumar <hudaiyakumar@vmware.com> 2.10.0-1 |
|
| 47 |
+- Revert back to the stable version 2.10.0-1 |
|
| 46 | 48 |
* Wed Apr 12 2017 Danut Moraru <dmoraru@vmware.com> 2.99.8-1 |
| 47 | 49 |
- Updated to version 2.99.8 |
| 48 | 50 |
* Tue Apr 04 2017 Kumar Kaushik <kaushikk@vmware.com> 2.10.0-1 |