X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=rpm%2Fsdl.spec.in;h=f7973ec1693c1d7ab9156c317232622028fea28a;hb=refs%2Fchanges%2F27%2F6127%2F2;hp=fae05618dc6fc1b4361a84d0ae22871fe1949eef;hpb=931b2b0f50e4446a705d2238274914f78b681b6d;p=ric-plt%2Fsdl.git diff --git a/rpm/sdl.spec.in b/rpm/sdl.spec.in index fae0561..f7973ec 100755 --- a/rpm/sdl.spec.in +++ b/rpm/sdl.spec.in @@ -1,5 +1,5 @@ Name: sdl -Version: 1.1.1 +Version: 1.1.3 Release: 1%{?dist} Summary: C++ API library for Shared Data Layer clients @@ -50,6 +50,13 @@ rm -f %{buildroot}%{_libdir}/lib*.*a %{_includedir}/sdl %changelog +* Sat May 16 2020 Timo Tietavainen - 1.1.3-1 +- Rename rpm and Debian makefile targets to rpm-pkg and deb-pkg. +- Update CI Dockerfile to utilize rpm-pkg and deb-pkg makefile targets. + +* Fri May 15 2020 Timo Tietavainen - 1.1.2-1 +- Add makefile targets to build rpm and Debian packages. + * Mon May 11 2020 Timo Tietavainen - 1.1.1-1 - Add unit test code coverage (gcov) make target.