Mailinglist Archive: opensuse-commit (1214 mails)

< Previous Next >
commit a2ps for openSUSE:Factory
  • From: root@xxxxxxxxxxxxxxx (h_root)
  • Date: Fri, 28 Aug 2009 21:08:58 +0200
  • Message-id: <20090828190901.77F716438@xxxxxxxxxxxxxxx>

Hello community,

here is the log from the commit of package a2ps for openSUSE:Factory
checked in at Fri Aug 28 21:08:58 CEST 2009.


--------
--- a2ps/a2ps.changes 2009-01-16 22:02:11.000000000 +0100
+++ a2ps/a2ps.changes 2009-08-28 16:27:58.000000000 +0200
@@ -1,0 +2,5 @@
+Fri Aug 28 16:27:05 CEST 2009 - werner@xxxxxxx
+
+- Use return value from fopen (bnc#533398)
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


New:
----
a2ps-4.13-psgen.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ a2ps.spec ++++++
--- /var/tmp/diff_new_pack.aJq0gp/_old 2009-08-28 21:05:12.000000000 +0200
+++ /var/tmp/diff_new_pack.aJq0gp/_new 2009-08-28 21:05:12.000000000 +0200
@@ -27,7 +27,7 @@
AutoReqProv: on
PreReq: %{install_info_prereq}
Version: 4.13
-Release: 1327
+Release: 1328
Summary: Converts ASCII Text into PostScript
Source: a2ps-4.13b.tar.bz2
Source1: a2ps-ko.po
@@ -42,6 +42,7 @@
Patch8: a2ps-4.13-base.patch
Patch9: a2ps-4.13-utf8.patch
Patch10: a2ps-4.13-types.patch
+Patch11: a2ps-4.13-psgen.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%global _sysconfdir /etc

@@ -62,7 +63,8 @@
%package -n a2ps-devel
License: GPL v2 or later
Summary: Library and header file for the interface of a2ps
-Group: Productivity/Publishing/PS
+Group: Development/Libraries/Other
+Provides: a2ps:%{_libdir}/liba2ps.a
AutoReqProv: on
Requires: %{name} = %{version} glibc-devel

@@ -95,6 +97,7 @@
%patch -P 8 -p 0 -b .base
%patch -P 9 -p 0 -b .utf8
%patch -P 10 -p 0 -b .types
+%patch -P 11 -p 0 -b .psgen
%patch
cp -f %SOURCE1 po/ko.po
rename no nb po/no.*

++++++ a2ps-4.13-psgen.patch ++++++
--- src/main.c
+++ src/main.c 2009-08-28 16:24:47.430026397 +0200
@@ -578,7 +578,7 @@ spy_user (struct a2ps_job *a_job, FILE *
/* Yes, I know, there are certainly better means. Just teach them
to me... */
fclose (spy);
- fopen (spyname, "r");
+ spy = fopen (spyname, "r");
if (!spy)
error (1, errno, _("cannot open file `%s'"), quotearg (spyname));


++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++



Remember to have fun...

--
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx

< Previous Next >
This Thread
  • No further messages