Hello community,

here is the log from the commit of package squid for openSUSE:Factory checked 
in at 2013-07-25 14:46:49
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/squid (Old)
 and      /work/SRC/openSUSE:Factory/.squid.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "squid"

Changes:
--------
--- /work/SRC/openSUSE:Factory/squid/squid.changes      2013-05-13 
15:37:19.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.squid.new/squid.changes 2013-07-25 
14:46:50.000000000 +0200
@@ -1,0 +2,6 @@
+Thu Jul 25 10:19:05 UTC 2013 - [email protected]
+
+- Add patch squid-fix-pod2man-check.patch solving building with
+  new perl.
+
+-------------------------------------------------------------------

New:
----
  squid-fix-pod2man-check.patch

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

Other differences:
------------------
++++++ squid.spec ++++++
--- /var/tmp/diff_new_pack.Tgis4n/_old  2013-07-25 14:46:51.000000000 +0200
+++ /var/tmp/diff_new_pack.Tgis4n/_new  2013-07-25 14:46:51.000000000 +0200
@@ -58,6 +58,8 @@
 ## File is compiled without RPM_OPT_FLAGS
 # squid3 no-rpm-opt-flags <cmdline>:./cf_gen.cc
 Patch102:       %{name}-compiled_without_RPM_OPT_FLAGS.patch
+# Upstream notified of this problem by mageia guys
+Patch103:       %{name}-fix-pod2man-check.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 PreReq:         %fillup_prereq
 PreReq:         %insserv_prereq
@@ -148,6 +150,7 @@
 chmod a-x CREDITS
 %patch101
 %patch102
+%patch103 -p1
 
 %build
 export CFLAGS="%{optflags} -fPIE -fPIC -DOPENSSL_LOAD_CONF"

++++++ squid-fix-pod2man-check.patch ++++++
diff -urN squid-3.2.11.old/helpers/basic_auth/DB/config.test 
squid-3.2.11/helpers/basic_auth/DB/config.test
--- squid-3.2.11.old/helpers/basic_auth/DB/config.test  2013-07-25 
12:15:59.645954336 +0200
+++ squid-3.2.11/helpers/basic_auth/DB/config.test      2013-07-25 
12:16:26.881955259 +0200
@@ -2,6 +2,6 @@
 
 ## Test: do we have perl to build the helper scripts?
 ## Test: do we have pod2man to build the manual?
-perl --version >/dev/null && echo | pod2man >/dev/null
+perl --version >/dev/null && echo =encoding US-ASCII | pod2man >/dev/null
 
 exit $?
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to