Hello community,

here is the log from the commit of package sarg for openSUSE:Factory checked in 
at 2015-12-23 08:49:39
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/sarg (Old)
 and      /work/SRC/openSUSE:Factory/.sarg.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "sarg"

Changes:
--------
--- /work/SRC/openSUSE:Factory/sarg/sarg.changes        2015-03-30 
19:33:13.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.sarg.new/sarg.changes   2015-12-23 
08:49:40.000000000 +0100
@@ -1,0 +2,9 @@
+Tue Dec 15 17:30:06 UTC 2015 - [email protected]
+
+- update to 2.3.10
+  - Greatly reduce the complexity and the number of messages to 
+    translate.
+  - Fix a couple of minor programming errors.
+- add missing BuildRequires
+
+-------------------------------------------------------------------

Old:
----
  sarg-2.3.9.tar.gz

New:
----
  sarg-2.3.10.tar.gz

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

Other differences:
------------------
++++++ sarg.spec ++++++
--- /var/tmp/diff_new_pack.kp8RQp/_old  2015-12-23 08:49:41.000000000 +0100
+++ /var/tmp/diff_new_pack.kp8RQp/_new  2015-12-23 08:49:41.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package sarg
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:           sarg
-Version:        2.3.9
+Version:        2.3.10
 Release:        0
 Summary:        Squid Analysis Report Generator
 License:        GPL-2.0+
@@ -44,6 +44,11 @@
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 %if 0%{suse_version}
 BuildRequires:  apache2
+BuildRequires:  autoconf
+BuildRequires:  automake
+BuildRequires:  gd-devel
+BuildRequires:  libtool
+BuildRequires:  pcre-devel
 %endif
 %if 0%{?suse_version} >= 1010
 Recommends:     cron
@@ -65,6 +70,12 @@
 %build
 %{__chmod} a+x configure
 %{__chmod} a+x user_limit_block
+# gettext in soruce < gettext in distro
+%if 0%{?suse_version} > 1310
+sed -i -e 
's|AM_GNU_GETTEXT_VERSION(\[0.18\])|AM_GNU_GETTEXT_VERSION(\[0.19\])|g' 
configure.in
+cp /usr/share/gettext/po/Makefile.in.in po
+%endif
+autoreconf -fi
 %configure \
         --sysconfdir=%{_datadir}/%{name} \
         --mandir=%{_mandir}/ \


++++++ sarg-2.3.9.tar.gz -> sarg-2.3.10.tar.gz ++++++
++++ 104652 lines of diff (skipped)



Reply via email to