Browse code

auto spec version bump up: xml-security-c - xml-security-c: bump up to 2.0.2

Change-Id: Icad91f0895c32b0999182e386b3c29531322e851
Reviewed-on: http://photon-jenkins.eng.vmware.com:8082/9934
Tested-by: gerrit-photon <photon-checkins@vmware.com>
Reviewed-by: Michelle Wang <michellew@vmware.com>

gerrit-photon authored on 2020/06/25 19:05:26
Showing 2 changed files
... ...
@@ -1,12 +1,11 @@
1
-diff -Naur xml-security-c-1.7.3.orig/xsec/tools/checksig/InteropResolver.cpp xml-security-c-1.7.3/xsec/tools/checksig/InteropResolver.cpp
2
-+++ xml-security-c-1.7.3/xsec/tools/checksig/InteropResolver.cpp	2017-03-11 19:23:48.540875297 -0800
3
-@@ -645,7 +645,7 @@
4
- 
5
- 	}
6
- 
7
--	return false;
8
-+	return NULL;
1
+--- xml-security-c-1.7.3.orig/xsec/tools/checksig/InteropResolver.cpp	2020-06-19 03:30:26.414051453 +0000
2
+@@ -422,7 +422,7 @@
3
+         }
4
+     }
5
+ 
6
+-    return false;
7
++    return NULL;
9 8
  
10 9
  }
11 10
  
... ...
@@ -1,47 +1,61 @@
1 1
 Summary:	C++ XML Signature and Encryption library.
2 2
 Name:		xml-security-c
3
-Version:	1.7.3
4
-Release:	3%{?dist}
3
+Version:	2.0.2
4
+Release:	1%{?dist}
5 5
 License:	Apache Software License
6 6
 URL:		http://santuario.apache.org/index.html
7 7
 Group:		Applications/System
8 8
 Vendor:		VMware, Inc.
9 9
 Distribution:	Photon
10 10
 Source0:	http://apache.mirrors.lucidnetworks.net/santuario/c-library/%{name}-%{version}.tar.gz
11
-%define sha1 xml-security-c=bcbe98e0bd3695a0b961a223cce53e2f35c4681b
11
+%define sha1 xml-security-c=281efe6701397036af420244be26815589cec982
12 12
 Patch0:		xml-security-c-fix-for-gcc-6.3.patch
13 13
 Requires:	openssl
14 14
 Requires:	xerces-c
15 15
 BuildRequires:	openssl-devel
16 16
 BuildRequires: 	xerces-c-devel >= 3.1
17 17
 %description
18
-XML-Security-C is the C++ XML Signature and Encryption library from the Apache Software Foundation. It is used for all XML Signature and Encryption processing in OpenSAML and Shibboleth.
18
+XML-Security-C is the C++ XML Signature and Encryption library from the Apache Software Foundation.
19
+It is used for all XML Signature and Encryption processing in OpenSAML and Shibboleth.
20
+
19 21
 %package	devel
20 22
 Summary:	XML Security C library headers
21 23
 Group:         	Development/Libraries
22 24
 Requires:       %{name} = %{version}-%{release}
23 25
 %description	devel
24 26
 This package contains development headers and static library for xml security.
27
+
25 28
 %prep
26 29
 %setup -q
27 30
 %patch0 -p1
31
+
28 32
 %build
29
-./configure --prefix=/usr
33
+%configure --prefix=/usr
30 34
 make %{?_smp_mflags}
35
+
31 36
 %install
32 37
 make DESTDIR=%{buildroot} install
38
+
33 39
 %post	-p /sbin/ldconfig
34 40
 %postun	-p /sbin/ldconfig
35
-%files 
41
+
42
+%files
36 43
 %defattr(-,root,root)
37 44
 %{_bindir}/*
38 45
 %{_libdir}/*.so.*
46
+
47
+
39 48
 %files	devel
40 49
 %defattr(-,root,root)
41 50
 %{_libdir}/*.so
42 51
 %{_libdir}/*.a
52
+%{_libdir}/*.la
53
+%{_libdir}/pkgconfig/*.pc
43 54
 %{_includedir}/*
55
+
44 56
 %changelog
57
+*   Wed Jun 10 2020 Gerrit Photon <photon-checkins@vmware.com> 2.0.2-1
58
+-   Automatic Version Bump
45 59
 *   Mon Mar 13 2017 Alexey Makhalov <amakhalov@vmware.com> 1.7.3-3
46 60
 -   Patch for gcc-6.3
47 61
 *   Tue May 24 2016 Priyesh Padmavilasom <ppadmavilasom@vmware.com> 1.7.3-2