Hello community, here is the log from the commit of package libtomcrypt for openSUSE:Factory checked in at 2019-10-07 13:40:28 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libtomcrypt (Old) and /work/SRC/openSUSE:Factory/.libtomcrypt.new.2352 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libtomcrypt" Mon Oct 7 13:40:28 2019 rev:7 rq:734098 version:1.18.2 Changes: -------- --- /work/SRC/openSUSE:Factory/libtomcrypt/libtomcrypt.changes 2018-08-27 13:46:24.376299478 +0200 +++ /work/SRC/openSUSE:Factory/.libtomcrypt.new.2352/libtomcrypt.changes 2019-10-07 13:40:29.552431208 +0200 @@ -1,0 +2,8 @@ +Mon Sep 23 19:45:14 UTC 2019 - Stefan BrĂ¼ns <[email protected]> + +- Remove texlive BuildRequires, as the documentation is not built +- Drop manual __DATE__/__TIME__ mangling, SOURCE_DATE_EPOCH is + respected by GCC for more than 3 years. +- Use license macro + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libtomcrypt.spec ++++++ --- /var/tmp/diff_new_pack.DzmL9G/_old 2019-10-07 13:40:30.120429637 +0200 +++ /var/tmp/diff_new_pack.DzmL9G/_new 2019-10-07 13:40:30.124429626 +0200 @@ -28,12 +28,10 @@ Source0: https://github.com/libtom/libtomcrypt/releases/download/v%{version}/crypt-%{version}.tar.xz Source1: https://github.com/libtom/libtomcrypt/releases/download/v%{version}/crypt-%{version}.tar.xz.asc Source2: %{name}.keyring -Source3: %{name}.changes Source4: baselibs.conf BuildRequires: libtommath-devel BuildRequires: libtool BuildRequires: pkgconfig -BuildRequires: texlive-latex %description LibTomCrypt is a fairly comprehensive, modular and portable cryptographic @@ -81,10 +79,6 @@ %prep %setup -q -n %{name}-%{version} -modified="$(sed -n '/^----/n;s/ - .*$//;p;q' "%{SOURCE3}")" -DATE="\"$(date -d "${modified}" "+%%b %%e %%Y")\"" -TIME="\"$(date -d "${modified}" "+%%R")\"" -find . -name '*.[ch]' -exec sed -i "s/__DATE__/${DATE}/g;s/__TIME__/${TIME}/g" "{}" "+" %build export CFLAGS="%{optflags} -DLTM_DESC -DUSE_LTM" @@ -103,7 +97,8 @@ %files -n %{soname} %{_libdir}/libtomcrypt.so.* -%doc LICENSE README.md +%license LICENSE +%doc README.md %files devel %attr(0644,root,root) %{_includedir}/tomcrypt*.h
