Skip to content

Commit

Permalink
Merge "Updated lib version to 2.0.0"
Browse files Browse the repository at this point in the history
  • Loading branch information
aleksinx authored and Gerrit Code Review committed Jun 26, 2018
2 parents f967725 + b336613 commit 3ca0d70
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
2 changes: 1 addition & 1 deletion ChangeLog
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
=======================================================================
Release v2.0 ...
Release v2.0 2018-06-26
=======================================================================

Contributors (alphabetical order):
Expand Down
4 changes: 2 additions & 2 deletions lib/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@
###############################################################################

LIB = libpqos
VERSION = 1.2.0
SO_VERSION = 1
VERSION = 2.0.0
SO_VERSION = 2
SHARED ?= y
LDFLAGS = -L. -lpthread -z noexecstack -z relro -z now
CFLAGS = -pthread -I./ -D_GNU_SOURCE \
Expand Down
9 changes: 6 additions & 3 deletions rpm/intel-cmt-cat.spec
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

%global githubname intel-cmt-cat
%global githubver 1.2.0
%global githubver 2.0.0

%if %{defined githubsubver}
%global githubfull %{githubname}-%{githubver}.%{githubsubver}
Expand Down Expand Up @@ -119,7 +119,7 @@ install -m 0644 %{_builddir}/%{githubfull}/LICENSE %{buildroot}/%{_licensedir}/%
install -d %{buildroot}/%{_libdir}
install -s %{_builddir}/%{githubfull}/lib/libpqos.so.* %{buildroot}/%{_libdir}
cp -a %{_builddir}/%{githubfull}/lib/libpqos.so %{buildroot}/%{_libdir}
cp -a %{_builddir}/%{githubfull}/lib/libpqos.so.1 %{buildroot}/%{_libdir}
cp -a %{_builddir}/%{githubfull}/lib/libpqos.so.2 %{buildroot}/%{_libdir}

# Install the header file
install -d %{buildroot}/%{_includedir}
Expand Down Expand Up @@ -158,7 +158,7 @@ install -m 0644 %{_builddir}/%{githubfull}/examples/c/CMT_MBM/monitor_app.c %{bu

%files -n intel-cmt-cat-devel
%{_libdir}/libpqos.so
%{_libdir}/libpqos.so.1
%{_libdir}/libpqos.so.2
%{_includedir}/pqos.h
%{_usrsrc}/%{githubfull}/c/CAT/Makefile
%{_usrsrc}/%{githubfull}/c/CAT/reset_app.c
Expand All @@ -169,6 +169,9 @@ install -m 0644 %{_builddir}/%{githubfull}/examples/c/CMT_MBM/monitor_app.c %{bu
%doc %{_usrsrc}/%{githubfull}/LICENSE

%changelog
* Mon Jun 18 2018 Michal Aleksinski <[email protected]> 2.0.0-1
- New release 2.0.0

* Wed Mar 7 2018 Michal Aleksinski <[email protected]> 1.2.0-2
- Updated package build requirements

Expand Down

0 comments on commit 3ca0d70

Please sign in to comment.