Hello community, here is the log from the commit of package no-more-secrets for openSUSE:Factory checked in at 2017-03-24 02:09:12 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/no-more-secrets (Old) and /work/SRC/openSUSE:Factory/.no-more-secrets.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "no-more-secrets" Fri Mar 24 02:09:12 2017 rev:2 rq:459152 version:0.3.2 Changes: -------- --- /work/SRC/openSUSE:Factory/no-more-secrets/no-more-secrets.changes 2017-01-25 23:17:25.444265610 +0100 +++ /work/SRC/openSUSE:Factory/.no-more-secrets.new/no-more-secrets.changes 2017-03-24 02:09:18.480883202 +0100 @@ -1,0 +2,22 @@ +Sun Feb 19 21:44:25 UTC 2017 - [email protected] + +- Update to 0.3.2 + * Buildsystem fixes + * Fixed version information + +------------------------------------------------------------------- +Sat Feb 18 22:10:28 UTC 2017 - [email protected] + +- Update to 0.3.1: + * Re-license back to GPL3+ + * Add manpage +- Remove sneakers.6 and nms.6 since they got upstreamed + +------------------------------------------------------------------- +Fri Feb 17 17:23:54 UTC 2017 - [email protected] + +- Update to 0.3.0 +- Update License field (no-more-secrets is now MIT) +- Added manpages + +------------------------------------------------------------------- Old: ---- no-more-secrets-0.2.1.tar.gz New: ---- no-more-secrets-0.3.2.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ no-more-secrets.spec ++++++ --- /var/tmp/diff_new_pack.NjDtgl/_old 2017-03-24 02:09:18.944817526 +0100 +++ /var/tmp/diff_new_pack.NjDtgl/_new 2017-03-24 02:09:18.944817526 +0100 @@ -1,7 +1,7 @@ # # spec file for package no-more-secrets # -# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,13 +17,13 @@ Name: no-more-secrets -Version: 0.2.1 +Version: 0.3.2 Release: 0 Summary: A recreation of the "decrypting text" effect from the 1992 movie Sneakers License: GPL-3.0+ Group: Amusements/Toys/Other Url: https://github.com/bartobri/%{name} -Source: https://github.com/bartobri/%{name}/archive/v0.2.1.tar.gz#/%{name}-%{version}.tar.gz +Source0: https://github.com/bartobri/%{name}/archive/v%{version}/%{name}-%{version}.tar.gz BuildRequires: ncurses-devel BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -34,15 +34,23 @@ %setup -q %build -make %{?_smp_mflags} +make %{?_smp_mflags} CFLAGS="$RPM_OPT_FLAGS" nms sneakers-ncurses %install make %{?_smp_mflags} DESTDIR=%{buildroot} prefix=%{_prefix} install %files %defattr(-,root,root) -%doc README.md COPYING INSTALL.md +%doc README.md +# Fix for openSUSE == 42.1 (42.2 works) +%if 0%{?suse_version} == 1315 && 0%{?sle_version} == 120100 +%doc LICENSE +%else +%license LICENSE +%endif %{_bindir}/nms %{_bindir}/sneakers +%{_mandir}/man6/nms.6%{ext_man} +%{_mandir}/man6/sneakers.6%{ext_man} %changelog ++++++ no-more-secrets-0.2.1.tar.gz -> no-more-secrets-0.3.2.tar.gz ++++++ ++++ 3792 lines of diff (skipped)
