Author: somlo
Update of /cvs/nonfree/rpms/xv/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv11961/devel
Modified Files:
.cvsignore sources xv.spec
Log Message:
fixed spec file error
Index: .cvsignore
===================================================================
RCS file: /cvs/nonfree/rpms/xv/devel/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- .cvsignore 5 Sep 2009 08:42:43 -0000 1.3
+++ .cvsignore 3 Jul 2015 16:02:27 -0000 1.4
@@ -1,5 +1,5 @@
xv-3.10a-jumbo-patches-20070520.tar.gz
xv-3.10a.tar.gz
+xv-non-english-Xman-pages.tar.bz2
xv.png
xvman310a-html.tar.gz
-xv-non-english-Xman-pages.tar.bz2
Index: sources
===================================================================
RCS file: /cvs/nonfree/rpms/xv/devel/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources 5 Sep 2009 08:42:43 -0000 1.3
+++ sources 3 Jul 2015 16:02:27 -0000 1.4
@@ -1,5 +1,5 @@
9fb2d0ec320498105cafeba38a588472 xv-3.10a-jumbo-patches-20070520.tar.gz
2d4fbeec1561304362781cc8e2f7f72d xv-3.10a.tar.gz
+4e5a6582ad76974309ca8bf8fb56b671 xv-non-english-Xman-pages.tar.bz2
b08c658ae55f805d5671d7d1bc9142c1 xv.png
5455638774a6cd2563d8e94fa58f3548 xvman310a-html.tar.gz
-4e5a6582ad76974309ca8bf8fb56b671 xv-non-english-Xman-pages.tar.bz2
Index: xv.spec
===================================================================
RCS file: /cvs/nonfree/rpms/xv/devel/xv.spec,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- xv.spec 3 Jul 2015 15:36:15 -0000 1.16
+++ xv.spec 3 Jul 2015 16:02:27 -0000 1.17
@@ -3,7 +3,7 @@
Name: xv
Version: %{vprog}.jumbopatch.%{vjumbo}
-Release: 21%{?dist}
+Release: 22%{?dist}
Summary: Interactive image display program for X
Summary(de.UTF-8): X-basierender Bild-Viewer für praktische sämtliche Grafiken
Summary(es.UTF-8): Visualizador de imágenes para X para cuasi todos los formatos de
imágenes
@@ -157,10 +157,10 @@
%patch8
# fix crash when viewing PNGs with iTXt/utf8 comments
-%patch9
+%patch9 -p1
# fix crash due to off-by-one smoothing bug
-%patch10
+%patch10 -p1
# Include permission to distribute
%{__install} -m 0644 -p %{SOURCE2} .
@@ -297,6 +297,9 @@
%doc %{_docdir}/%{name}-%{vprog}/manuals/
%changelog
+* Fri Jul 03 2015 Gabriel Somlo <somlo at cmu.edu> 3.10a.jumbopatch.20070520-22
+- fix spec file (use -p1 with utf8 and smoothing patches)
+
* Fri Jul 03 2015 Gabriel Somlo <somlo at cmu.edu> 3.10a.jumbopatch.20070520-21
- patch by Erling A. Jacobsen to fix iTXt/utf8 png comment bug (#3131, #3704)
- patch by Erling A. Jacobsen to fix smoothing off-by-one bug (#3142)
Show replies by date