diff --git a/.gitignore b/.gitignore index 48f6357..15898f3 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /clawsker-0.7.2.tar.gz /clawsker-0.7.11.tar.gz +/clawsker-0.7.13.tar.gz diff --git a/clawsker-0.7.11-shebang.patch b/clawsker-0.7.11-shebang.patch new file mode 100644 index 0000000..f950d4d --- /dev/null +++ b/clawsker-0.7.11-shebang.patch @@ -0,0 +1,7 @@ +diff -Nr -u1 clawsker-0.7.11-orig/clawsker clawsker-0.7.11/clawsker +--- clawsker-0.7.11-orig/clawsker 2014-05-28 11:02:50.000000000 +0200 ++++ clawsker-0.7.11/clawsker 2015-12-15 20:18:59.334525914 +0100 +@@ -1,2 +1,2 @@ +-#!/usr/bin/perl -w ++#!/usr/bin/perl + # diff --git a/clawsker.spec b/clawsker.spec index 4e7c405..2572f65 100644 --- a/clawsker.spec +++ b/clawsker.spec @@ -1,8 +1,8 @@ # Review at https://bugzilla.redhat.com/show_bug.cgi?id=620191 Name: clawsker -Version: 0.7.11 -Release: 3%{?dist} +Version: 0.7.13 +Release: 1%{?dist} Summary: Dialog to edit Claws Mail's hidden preferences Group: Applications/Internet @@ -63,6 +63,9 @@ rm -rf %{buildroot} %changelog +* Tue Dec 15 2015 Michael Schwendt - 0.7.13-1 +- Update to 0.7.13 (also fixes hardcoded /tmp, #1161132). + * Tue Dec 15 2015 Michael Schwendt - 0.7.11-3 - Use %%license macro. - Add a fix to readd the missing Perl dependencies (#1253920). diff --git a/sources b/sources index 9d3ff93..0cfde1f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -50ce3bc4db4ce2e624d4124c8d64065c clawsker-0.7.11.tar.gz +f90aa443a7e6733ae7541f740b2e14fa clawsker-0.7.13.tar.gz