From 2e0701d1ecf28e16f8a5509b0c5215022050068c32727fa186d0d6967ef0fb17 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Fri, 22 Jan 2016 13:44:14 +0000 Subject: [PATCH] - Version update to 0.7.5: * Replace jobs in install section too * Do not curlify gconf_schemas * Work with defines in sections not just as global declarations * Quote optflags properly when replacing RPM_OPT_FLAGS * Do not add empty line after oneline scriptlet OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/spec-cleaner?expand=0&rev=63 --- spec-cleaner-0.7.4.tar.gz | 3 --- spec-cleaner-0.7.5.tar.gz | 3 +++ spec-cleaner.changes | 10 ++++++++++ spec-cleaner.spec | 4 ++-- 4 files changed, 15 insertions(+), 5 deletions(-) delete mode 100644 spec-cleaner-0.7.4.tar.gz create mode 100644 spec-cleaner-0.7.5.tar.gz diff --git a/spec-cleaner-0.7.4.tar.gz b/spec-cleaner-0.7.4.tar.gz deleted file mode 100644 index 6966f96..0000000 --- a/spec-cleaner-0.7.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b24d11d5147c5854aca10d263459c4621e8a302cfe6f5d4a3b8d378d1e59f261 -size 86167 diff --git a/spec-cleaner-0.7.5.tar.gz b/spec-cleaner-0.7.5.tar.gz new file mode 100644 index 0000000..872a217 --- /dev/null +++ b/spec-cleaner-0.7.5.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44b94ece755494565f6c8aa276aa6652e51d08301255d2d9d78395cde5d590aa +size 84656 diff --git a/spec-cleaner.changes b/spec-cleaner.changes index 0020727..f1d07b4 100644 --- a/spec-cleaner.changes +++ b/spec-cleaner.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Fri Jan 22 13:42:39 UTC 2016 - tchvatal@suse.com + +- Version update to 0.7.5: + * Replace jobs in install section too + * Do not curlify gconf_schemas + * Work with defines in sections not just as global declarations + * Quote optflags properly when replacing RPM_OPT_FLAGS + * Do not add empty line after oneline scriptlet + ------------------------------------------------------------------- Thu Sep 17 12:48:26 UTC 2015 - tchvatal@suse.com diff --git a/spec-cleaner.spec b/spec-cleaner.spec index 2da5877..0e8b3a5 100644 --- a/spec-cleaner.spec +++ b/spec-cleaner.spec @@ -1,7 +1,7 @@ # # spec file for package spec-cleaner # -# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2012 Vincent Untz # # All modifications and additions to the file contributed by third parties @@ -20,7 +20,7 @@ # This is used for Fedora, we need to sync this %{!?py3_ver: %define py3_ver %{python3_version}} Name: spec-cleaner -Version: 0.7.4 +Version: 0.7.5 Release: 0 Summary: .spec file cleaner License: BSD-3-Clause