Hello community,

here is the log from the commit of package ulogd for openSUSE:Factory checked 
in at 2012-12-07 14:52:22
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ulogd (Old)
 and      /work/SRC/openSUSE:Factory/.ulogd.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ulogd", Maintainer is "m...@suse.com"

Changes:
--------
--- /work/SRC/openSUSE:Factory/ulogd/ulogd.changes      2012-06-28 
17:07:45.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.ulogd.new/ulogd.changes 2012-12-07 
14:52:32.000000000 +0100
@@ -1,0 +2,9 @@
+Mon Oct  8 12:37:12 UTC 2012 - jeng...@inai.de
+
+- Update to new upstream release 2.0.1
+* This releases includes support for the nfacct extended iptables
+  accounting infrastructure.
+- Snapshot 2.0.1+git11
+* Build fixes for 2.0.1
+
+-------------------------------------------------------------------

Old:
----
  ulogd-2.0.0.tar.bz2

New:
----
  ulogd-2.0.1.g11.tar.xz

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

Other differences:
------------------
++++++ ulogd.spec ++++++
--- /var/tmp/diff_new_pack.dJvD7A/_old  2012-12-07 14:52:34.000000000 +0100
+++ /var/tmp/diff_new_pack.dJvD7A/_new  2012-12-07 14:52:34.000000000 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           ulogd
-Version:        2.0.0
+Version:        2.0.1.g11
 Release:        0
 Summary:        Userspace logging for Netfilter
 License:        GPL-2.0
@@ -25,9 +25,11 @@
 Url:            http://netfilter.org/projects/ulogd/
 
 #Git-Clone:    git://git.netfilter.org/ulogd2
-Source:         %name-%version.tar.bz2
-Source2:        etc-init.d-ulogd
-Source3:        ulogd.service
+#DL-URL:       http://netfilter.org/projects/ulogd/files/
+Source:         %name-%version.tar.xz
+#Source2:        
http://netfilter.org/projects/ulogd/files/%name-%version.tar.bz2.sig
+Source3:        etc-init.d-ulogd
+Source4:        ulogd.service
 Patch4:         ulogd-conf.diff
 
 #BuildRequires:  autoconf >= 2.50
@@ -37,15 +39,27 @@
 BuildRequires:  lksctp-tools-devel
 BuildRequires:  pkgconfig >= 0.21
 BuildRequires:  postgresql-devel
+%if 0%{?suse_version} >= 1140 || 0%{?fedora_version}
 BuildRequires:  pkgconfig(libmnl) >= 1.0.0
-BuildRequires:  pkgconfig(libnetfilter_acct) >= 1.0.0
+BuildRequires:  pkgconfig(libnetfilter_acct) >= 1.0.1
 BuildRequires:  pkgconfig(libnetfilter_conntrack) >= 1.0.0
 BuildRequires:  pkgconfig(libnetfilter_log) >= 1.0.0
 BuildRequires:  pkgconfig(libnfnetlink) >= 1.0.0
+%else
+BuildRequires:  libmnl-devel >= 1.0.0
+BuildRequires:  libnetfilter_acct-devel >= 1.0.1
+BuildRequires:  libnetfilter_conntrack-devel >= 1.0.0
+BuildRequires:  libnetfilter_log-devel >= 1.0.0
+BuildRequires:  libnfnetlink-devel >= 1.0.0
+%endif
 %if 0%{?suse_version}
 BuildRequires:  libmysqlclient-devel
 BuildRequires:  sqlite3-devel
 %endif
+%if 0%{?redhat_version} || 0%{?centos_version} || 0%{?fedora_version}
+BuildRequires:  mysql-devel
+BuildRequires:  sqlite-devel >= 3
+%endif
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %if 0%{?suse_version} >= 1210
@@ -111,12 +125,12 @@
 mkdir -p "$b/%_sysconfdir";
 install -pm0644 ulogd.conf "$b/%_sysconfdir/";
 mkdir -p "$b/%_initrddir" "$b/%_sbindir";
-install -pm0755 "%{S:2}" "$b/%_initrddir/%name";
+install -pm0755 "%{S:3}" "$b/%_initrddir/%name";
 ln -s "%_initrddir/%name" "$b/%_sbindir/rc%name";
 
 %if 0%{?_unitdir:1}
 mkdir -p "$b/%_unitdir";
-install -pm0644 "%{S:3}" "$b/%_unitdir";
+install -pm0644 "%{S:4}" "$b/%_unitdir";
 %endif
 
 %pre

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to