[sxiv] 1.3.1 bugfix bump

Petr Šabata psabata at fedoraproject.org
Tue Nov 25 13:10:07 UTC 2014


commit 9c88407a2c16604b4218b16cb92e34b217065cad
Author: Petr Šabata <contyk at redhat.com>
Date:   Tue Nov 25 14:10:02 2014 +0100

    1.3.1 bugfix bump

 .gitignore              |    1 +
 sources                 |    2 +-
 sxiv-1.3-depend.patch   |   23 -----------------------
 sxiv-1.3-optflags.patch |   16 ----------------
 sxiv.spec               |   10 ++++------
 5 files changed, 6 insertions(+), 46 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 993236b..351f4e6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,3 +6,4 @@
 /v1.1.1.tar.gz
 /v1.2.tar.gz
 /v1.3.tar.gz
+/v1.3.1.tar.gz
diff --git a/sources b/sources
index 1f45e1e..e5118ad 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-af4c832ae3857fc177691aa624ad6017  v1.3.tar.gz
+3255d0d47e0a4cddd752ec03ee4bddaf  v1.3.1.tar.gz
diff --git a/sxiv.spec b/sxiv.spec
index 5e754ef..5654602 100644
--- a/sxiv.spec
+++ b/sxiv.spec
@@ -1,14 +1,11 @@
 Name:           sxiv
-Version:        1.3
+Version:        1.3.1
 Release:        1%{?dist}
 Summary:        Simple (or small or suckless) X Image Viewer
 Group:          Applications/Multimedia
 License:        GPLv2+
 URL:            https://github.com/muennich/%{name}/
 Source0:        https://github.com/muennich/%{name}/archive/v%{version}.tar.gz
-Patch0:         %{name}-1.3-optflags.patch
-# Will be a part of >1.3, 33b81486
-Patch1:         %{name}-1.3-depend.patch
 BuildRequires:  desktop-file-utils
 BuildRequires:  giflib-devel
 BuildRequires:  imlib2-devel
@@ -25,8 +22,6 @@ customize it for your needs.
 
 %prep
 %setup -q
-%patch0 -p1
-%patch1 -p1
 
 %build
 export CFLAGS="%{optflags}"
@@ -47,6 +42,9 @@ cd icon && make install DESTDIR=%{buildroot} PREFIX=%{_prefix}
 %{_datadir}/icons/hicolor/*
 
 %changelog
+* Tue Nov 25 2014 Petr Šabata <contyk at redhat.com> - 1.3.1-1
+- 1.3.1 bugfix bump
+
 * Wed Oct 29 2014 Petr Šabata <contyk at redhat.com> - 1.3-1
 - 1.3 bump
 


More information about the scm-commits mailing list