[sxiv] 1.1.1 bump

Petr Šabata psabata at fedoraproject.org
Mon Oct 14 04:59:27 UTC 2013


commit d2f51ca35bd17da595f66449ceceb309fdd74af3
Author: Petr Šabata <contyk at redhat.com>
Date:   Mon Oct 14 13:59:20 2013 +0900

    1.1.1 bump

 .gitignore                                         |    1 +
 sources                                            |    2 +-
 ...egfault-caused-by-FD_ISSET-on-negative-fd.patch |   42 --------------------
 sxiv.spec                                          |   13 +++---
 4 files changed, 9 insertions(+), 49 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index b84e90c..fce3204 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@
 /sxiv-0.9.tar.gz
 /sxiv-1.0.tar.gz
 /v1.1.tar.gz
+/v1.1.1.tar.gz
diff --git a/sources b/sources
index a74d910..6f74003 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-9e886bf0223e979f32525dd9335011f3  v1.1.tar.gz
+786f647326bdb24b672519924928dfca  v1.1.1.tar.gz
diff --git a/sxiv.spec b/sxiv.spec
index 1030035..c9a1422 100644
--- a/sxiv.spec
+++ b/sxiv.spec
@@ -1,14 +1,13 @@
 Name:           sxiv
-Version:        1.1
-Release:        2%{?dist}
+Version:        1.1.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.1-optflags.patch
-Patch1:         %{name}-1.1-Fixed-segfault-caused-by-FD_ISSET-on-negative-fd.patch
-Patch2:         %{name}-1.1-image-info.patch
+Patch1:         %{name}-1.1-image-info.patch
 BuildRequires:  desktop-file-utils
 BuildRequires:  giflib-devel
 BuildRequires:  imlib2-devel
@@ -25,8 +24,7 @@ customize it for your needs.
 %prep
 %setup -q
 %patch0 -p1 -b .optflags
-%patch1 -p1 -b .segfault
-%patch2 -p1 -b .image-info
+%patch1 -p1 -b .image-info
 
 %build
 export CFLAGS="%{optflags}"
@@ -43,6 +41,9 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{name}.desktop
 %{_datadir}/applications
 
 %changelog
+* Mon Oct 14 2013 Petr Šabata <contyk at redhat.com> - 1.1.1-1
+- 1.1.1 bump
+
 * Sun Aug 04 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.1-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 


More information about the scm-commits mailing list