commit netatalk for openSUSE:Factory

2017-12-08 Thread root
Hello community,

here is the log from the commit of package netatalk for openSUSE:Factory 
checked in at 2017-12-08 13:00:49

Comparing /work/SRC/openSUSE:Factory/netatalk (Old)
 and  /work/SRC/openSUSE:Factory/.netatalk.new (New)


Package is "netatalk"

Fri Dec  8 13:00:49 2017 rev:47 rq:555013 version:3.1.11

Changes:

--- /work/SRC/openSUSE:Factory/netatalk/netatalk.changes2017-07-05 
23:57:41.106599360 +0200
+++ /work/SRC/openSUSE:Factory/.netatalk.new/netatalk.changes   2017-12-08 
13:01:11.349448362 +0100
@@ -1,0 +2,6 @@
+Thu Dec  7 11:15:18 UTC 2017 - dims...@opensuse.org
+
+- Escape the usage of %{VERSION} when calling out to rpm.
+  RPM 4.14 has %{VERSION} defined as 'the main packages version'.
+
+---



Other differences:
--
++ netatalk.spec ++
--- /var/tmp/diff_new_pack.WKnpgr/_old  2017-12-08 13:01:12.621402425 +0100
+++ /var/tmp/diff_new_pack.WKnpgr/_new  2017-12-08 13:01:12.625402280 +0100
@@ -104,7 +104,7 @@
 LDFLAGS="-lpthread" \
 CFLAGS="%{optflags} -Wall -g -pie -fpie -fno-strict-aliasing" \
 %if 0%{?with_tracker_spotlight}
-tracker_ver=$(rpm -q --queryformat="%{VERSION}" tracker-devel|cut -d . -f 1-2)
+tracker_ver=$(rpm -q --queryformat="%%{VERSION}" tracker-devel|cut -d . -f 1-2)
 %endif
 %configure --bindir=%{_bindir} \
--disable-static \





commit netatalk for openSUSE:Factory

2017-07-05 Thread root
Hello community,

here is the log from the commit of package netatalk for openSUSE:Factory 
checked in at 2017-07-05 23:57:39

Comparing /work/SRC/openSUSE:Factory/netatalk (Old)
 and  /work/SRC/openSUSE:Factory/.netatalk.new (New)


Package is "netatalk"

Wed Jul  5 23:57:39 2017 rev:46 rq:499902 version:3.1.11

Changes:

--- /work/SRC/openSUSE:Factory/netatalk/netatalk.changes2017-02-13 
07:48:38.310363357 +0100
+++ /work/SRC/openSUSE:Factory/.netatalk.new/netatalk.changes   2017-07-05 
23:57:41.106599360 +0200
@@ -1,0 +2,12 @@
+Tue May 30 17:53:44 UTC 2017 - malcolmle...@opensuse.org
+
+- Update to version 3.1.11:
+  + NEW: Global option "zeroconf name", FR#99.
+  + NEW: Show Zeroconf support by "netatalk -V", FR#100.
+  + FIX: Log message: name of function doese not match, GH#78.
+  + FIX: dsi_stream_read: len:0, unexpected EOF, GH#82.
+  + UPD: Volume capacity reporting to match Samba behavior, GH#83.
+  + UPD: dhx uams: OpenSSL 1.1 support, GH#87.
+- Drop Sysvinit conditionals, rpmlintrc and build for systemd only.
+
+---

Old:

  netatalk-3.1.10.tar.bz2
  netatalk-rpmlintrc

New:

  netatalk-3.1.11.tar.bz2



Other differences:
--
++ netatalk.spec ++
--- /var/tmp/diff_new_pack.gdjNjR/_old  2017-07-05 23:57:41.838496259 +0200
+++ /var/tmp/diff_new_pack.gdjNjR/_new  2017-07-05 23:57:41.842495696 +0200
@@ -20,7 +20,7 @@
 %define with_tracker_spotlight 0
 %define libmaj  18
 Name:   netatalk
-Version:3.1.10
+Version:3.1.11
 Release:0
 Summary:AFP Fileserver for Macintosh Clients
 License:GPL-2.0+
@@ -29,7 +29,6 @@
 Source: 
http://downloads.sourceforge.net/project/netatalk/netatalk/%{version}/netatalk-%{version}.tar.bz2
 Source1:netatalk-latinize.pl
 Source3:netatalk-upgrade_netatalk_AppleDB.sh
-Source4:netatalk-rpmlintrc
 # see bnc#849598 and http://sourceforge.net/p/netatalk/bugs/538/
 Patch0: %{name}-wrong-error-message.patch
 Patch2: netatalk-libc-xattr.patch
@@ -48,12 +47,13 @@
 BuildRequires:  openssl-devel
 BuildRequires:  pam-devel
 BuildRequires:  pkg-config
+BuildRequires:  systemd
 BuildRequires:  tcpd-devel
 BuildRequires:  zlib-devel
 Requires:   cyrus-sasl
 Requires:   db-utils
 # FIXME: use proper Requires(pre/post/preun/...)
-PreReq: %insserv_prereq %fillup_prereq
+PreReq: %fillup_prereq
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %if 0%{?with_afpstats}%{?with_tracker_spotlight}
 BuildRequires:  dbus-1-devel
@@ -62,10 +62,7 @@
 BuildRequires:  tracker-devel
 %endif
 %endif
-%if 0%{?suse_version} > 1210
-BuildRequires:  systemd
 %{?systemd_requires}
-%endif
 
 %description
 Netatalk is an AFP fileserver. A system running Netatalk is capable
@@ -134,17 +131,10 @@
 make %{?_smp_mflags}
 mkdir examples
 cp netatalk-latinize.pl examples
-sed -i '/\/var\/lock\/subsys/d' distrib/initscripts/rc.suse
 
 %install
 make DESTDIR=%{buildroot} install %{?_smp_mflags}
-%if 0%{?suse_version} > 1140
 ln -sf %{_sbindir}/service %{buildroot}%{_sbindir}/rc%{name}
-%else
-mkdir -p %{buildroot}%{_sysconfdir}/init.d/
-install -m 755 distrib/initscripts/rc.suse 
%{buildroot}%{_sysconfdir}/init.d/netatalk
-ln -sf ../..%{_initddir}/netatalk %{buildroot}%{_sbindir}/rc%{name}
-%endif
 install -m 755 %{SOURCE3} %{buildroot}%{_sbindir}/upgrade_netatalk_AppleDB.sh
 #
 # Conflicts with yudit
@@ -167,32 +157,18 @@
 echo "a backup can be found in %{_sysconfdir}/netatalk"
 echo "please compare them before restarting the netatalk server"
 }
-%if 0%{?suse_version} > 1210
 %service_add_pre netatalk.service
-%endif
 exit 0
 
 %preun
-%stop_on_removal netatalk
-%if 0%{?suse_version} > 1210
 %service_del_preun netatalk.service
-%endif
 
 %post
-%restart_on_update netatalk
-%if 0%{?suse_version} > 1210
 %service_add_post netatalk.service
 %{fillup_only netatalk}
-%else
-%{fillup_and_insserv netatalk}
-%endif
 
 %postun
-%if 0%{?suse_version} > 1210
 %service_del_postun netatalk.service
-%else
-%insserv_cleanup
-%endif
 
 %post -n libatalk%{libmaj} -p /sbin/ldconfig
 
@@ -217,11 +193,7 @@
 %dir %{_sysconfdir}/pam.d
 %config %{_sysconfdir}/pam.d/*
 #
-%if 0%{?suse_version} > 1210
 %{_libexecdir}/systemd/system/netatalk.service
-%else
-%attr(755,root,root) %{_sysconfdir}/init.d/netatalk
-%endif
 %{_localstatedir}/lib/%{name}
 
 %files -n libatalk%{libmaj}

++ netatalk-3.1.10.tar.bz2 -> netatalk-3.1.11.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/netatalk-3.1.10/NEWS new/netatalk-3.1.11/NEWS
--- old/netatalk-3.1.10/NEWS2016-09-12 11:47:19.0 +0200
+++ new/netatalk-3.1.11/NEWS2017-03-15 09:50:53.00

commit netatalk for openSUSE:Factory

2017-02-12 Thread root
Hello community,

here is the log from the commit of package netatalk for openSUSE:Factory 
checked in at 2017-02-13 07:48:37

Comparing /work/SRC/openSUSE:Factory/netatalk (Old)
 and  /work/SRC/openSUSE:Factory/.netatalk.new (New)


Package is "netatalk"

Changes:

--- /work/SRC/openSUSE:Factory/netatalk/netatalk.changes2016-09-16 
11:03:28.0 +0200
+++ /work/SRC/openSUSE:Factory/.netatalk.new/netatalk.changes   2017-02-13 
07:48:38.310363357 +0100
@@ -1,0 +2,6 @@
+Fri Feb  3 16:52:49 UTC 2017 - jeng...@inai.de
+
+- Trim filler words from description.
+  Remove unused --with-pic, this is implicit for shared libs.
+
+---



Other differences:
--
++ netatalk.spec ++
--- /var/tmp/diff_new_pack.V6aQeA/_old  2017-02-13 07:48:40.294080118 +0100
+++ /var/tmp/diff_new_pack.V6aQeA/_new  2017-02-13 07:48:40.298079546 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package netatalk
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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
@@ -68,18 +68,18 @@
 %endif
 
 %description
-Netatalk is a freely-available Open Source AFP fileserver. A *NIX/*BSD
-system running Netatalk is capable of serving many Macintosh clients
-simultaneously as an AppleShare file server (AFP).
+Netatalk is an AFP fileserver. A system running Netatalk is capable
+of serving many Macintosh clients simultaneously as an AppleShare
+file server (AFP).
 
 %package -n libatalk%{libmaj}
 Summary:Netatalk AFP Fileserver for Macintosh Clients
 Group:  Development/Libraries/C and C++
 
 %description -n libatalk%{libmaj}
-Netatalk is a freely-available Open Source AFP fileserver. A *NIX/*BSD
-system running Netatalk is capable of serving many Macintosh clients
-simultaneously as an AppleShare file server (AFP).
+Netatalk is an AFP fileserver. A system running Netatalk is capable
+of serving many Macintosh clients simultaneously as an AppleShare
+file server (AFP).
 
 %package devel
 Summary:Netatalk AFP Fileserver for Macintosh Clients
@@ -88,9 +88,12 @@
 Requires:   glibc-devel
 
 %description devel
-Netatalk is a freely-available Open Source AFP fileserver. A *NIX/*BSD
-system running Netatalk is capable of serving many Macintosh clients
-simultaneously as an AppleShare file server (AFP).
+Netatalk is an AFP fileserver. A system running Netatalk is capable
+of serving many Macintosh clients simultaneously as an AppleShare
+file server (AFP).
+
+This subpackage contains libraries and header files for developing
+applications that want to make use of libatalk.
 
 %prep
 %setup -q -n netatalk-%{version}
@@ -108,7 +111,6 @@
 %endif
 %configure --bindir=%{_bindir} \
--disable-static \
-   --with-pic \
--with-shadow \
--with-pam \
--with-ldap \





commit netatalk for openSUSE:Factory

2016-09-16 Thread h_root
Hello community,

here is the log from the commit of package netatalk for openSUSE:Factory 
checked in at 2016-09-16 11:03:12

Comparing /work/SRC/openSUSE:Factory/netatalk (Old)
 and  /work/SRC/openSUSE:Factory/.netatalk.new (New)


Package is "netatalk"

Changes:

--- /work/SRC/openSUSE:Factory/netatalk/netatalk.changes2016-01-05 
21:55:34.0 +0100
+++ /work/SRC/openSUSE:Factory/.netatalk.new/netatalk.changes   2016-09-16 
11:03:28.0 +0200
@@ -1,0 +2,31 @@
+Thu Sep 15 02:32:41 UTC 2016 - malcolmle...@opensuse.org
+
+- Update to version 3.1.10:
+  + FIX: Cannot build when ldap is not defined, bug #630.
+  + FIX: SIGHUP can cause core dump when mdns is enabled, bug #72.
+  + FIX: dsi_stream_read: len:0, unexpected EOF, bug #633.
+- Changes from version 3.1.9:
+  + FIX: afpd: fix "admin group" option.
+  + NEW: afpd: new options "force user" and "force group".
+  + FIX: Listening on IPv6 wildcard address may fail if IPv6 is
+disabled, bug #606.
+  + NEW: LibreSSL support, FR #98.
+  + FIX: cannot build when acl is not defined, bug #574.
+  + UPD: Use "tracker daemon" command instead of "tracker-control"
+command if Gnome Tracker is the recent version.
+  + NEW: configure options "--enable-rpath" and "--disable-rpath"
+which can be used to force setting of RPATH or disable it.
+  + NEW: configure option "--with-tracker-install-prefix" allows
+setting an alternate install prefix for tracker when
+cross-compiling.
+  + UPD: asip-status.pl: IPv6 support.
+  + UPD: asip-status.pl: show GSS-UAM SPNEGO blob.
+  + FIX: afpd: don’t use network IDs without LDAP, bug #621.
+  + FIX: afpd: reading from file may fail, bug #619.
+  + FIX: ad: ad cp may crash, bug #622.
+  + UPD: Update Unicode support to version 9.0.0.
+- Rebase netatalk-wrong-error-message.patch.
+- Rebase netatalk-libc-xattr.patch.
+- Update soname version to 18.
+
+---

Old:

  netatalk-3.1.8.tar.bz2

New:

  netatalk-3.1.10.tar.bz2



Other differences:
--
++ netatalk.spec ++
--- /var/tmp/diff_new_pack.3IZub7/_old  2016-09-16 11:03:31.0 +0200
+++ /var/tmp/diff_new_pack.3IZub7/_new  2016-09-16 11:03:31.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package netatalk
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 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
@@ -18,9 +18,9 @@
 
 %define with_afpstats  0
 %define with_tracker_spotlight 0
-%define libmaj  17
+%define libmaj  18
 Name:   netatalk
-Version:3.1.8
+Version:3.1.10
 Release:0
 Summary:AFP Fileserver for Macintosh Clients
 License:GPL-2.0+
@@ -94,7 +94,7 @@
 
 %prep
 %setup -q -n netatalk-%{version}
-%patch0
+%patch0 -p1
 %patch2 -p1
 %patch3 -p1
 cp -avL %{SOURCE1} .

++ netatalk-3.1.8.tar.bz2 -> netatalk-3.1.10.tar.bz2 ++
 6652 lines of diff (skipped)

++ netatalk-libc-xattr.patch ++
--- /var/tmp/diff_new_pack.3IZub7/_old  2016-09-16 11:03:32.0 +0200
+++ /var/tmp/diff_new_pack.3IZub7/_new  2016-09-16 11:03:32.0 +0200
@@ -1,6 +1,7 @@
 netatalk-3.1.1.orig/macros/netatalk.m4
-+++ netatalk-3.1.1/macros/netatalk.m4
-@@ -896,11 +896,6 @@ fi
+diff -Naur a/macros/netatalk.m4 b/macros/netatalk.m4
+--- a/macros/netatalk.m4   2016-06-06 06:21:51.0 -0500
 b/macros/netatalk.m4   2016-09-14 21:55:35.011076662 -0500
+@@ -934,11 +934,6 @@
  if test x"$with_acl_support" != x"no" -a x"$ac_cv_have_acls" != x"yes" ; then
# Runtime checks for POSIX ACLs
AC_CHECK_LIB(acl,acl_get_file,[ACL_LIBS="$ACL_LIBS -lacl"])
@@ -12,7 +13,7 @@
  
AC_CACHE_CHECK([for POSIX ACL support],netatalk_cv_HAVE_POSIX_ACLS,[
acl_LIBS=$LIBS
-@@ -975,7 +970,7 @@ neta_cv_eas="ad"
+@@ -1013,7 +1008,7 @@
  neta_cv_eas_sys_found=no
  neta_cv_eas_sys_not_found=no
  

++ netatalk-wrong-error-message.patch ++
--- /var/tmp/diff_new_pack.3IZub7/_old  2016-09-16 11:03:32.0 +0200
+++ /var/tmp/diff_new_pack.3IZub7/_new  2016-09-16 11:03:32.0 +0200
@@ -1,8 +1,7 @@
-Index: bin/ad/ad_util.c
-===
 bin/ad/ad_util.c.orig  2013-10-28 16:46:51.0 +0100
-+++ bin/ad/ad_util.c   2013-11-18 13:05:06.718947414 +0100
-@@ -271,14 +271,16 @@
+diff -Naur a/bin/ad/ad_util.c b/bin/ad/ad_util.c
+--- a/bin/ad/ad_util.c 2016-06-06 06:21:51.0 -0500
 b/bin/ad/ad_util.c 2016-09-14 21:50:21.384180624 -0500
+@@ -267,14 +267,16 @@
  cnid = htonl(2);
  
  

commit netatalk for openSUSE:Factory

2016-01-05 Thread h_root
Hello community,

here is the log from the commit of package netatalk for openSUSE:Factory 
checked in at 2016-01-05 21:55:04

Comparing /work/SRC/openSUSE:Factory/netatalk (Old)
 and  /work/SRC/openSUSE:Factory/.netatalk.new (New)


Package is "netatalk"

Changes:

--- /work/SRC/openSUSE:Factory/netatalk/netatalk.changes2015-01-23 
15:46:15.0 +0100
+++ /work/SRC/openSUSE:Factory/.netatalk.new/netatalk.changes   2016-01-05 
21:55:34.0 +0100
@@ -1,0 +2,22 @@
+Tue Dec 29 22:08:02 UTC 2015 - malcolmle...@opensuse.org
+
+- Update to version 3.1.8:
+  + FIX: CNID/MySQL: Quote UUID table names, bug #585.
+  + FIX: Crash in cnid_metad, bug #593.
+  + UPD: Update Unicode support to version 8.0.0.
+  + FIX: larger server side copyfile buffer for improved IO
+performance, bug #599.
+  + NEW: afpd: new option "ea = samba". Use Samba vfs_streams_xattr
+compatible xattrs which means adding a 0 byte at the end of
+xattrs.
+  + FIX: Listen on IPv6 wildcard address by default, bug #602.
+  + FIX: FCE protocol version 1 packets, bug #603.
+  + UPD: Update list of BerkeleyDB versions searched at configure
+time.
+- Rebase fce-afpd-fix-fce_event_names-array-overflow.patch.
+- Update soname version to 17.
+- Clean up more duplicate files with fdupes.
+- Add fno-strict-aliasing cflag option as per rpmlint compiler
+  warning in post build checks.
+
+---

Old:

  netatalk-3.1.7.tar.bz2

New:

  netatalk-3.1.8.tar.bz2



Other differences:
--
++ netatalk.spec ++
--- /var/tmp/diff_new_pack.LCxjHG/_old  2016-01-05 21:55:36.0 +0100
+++ /var/tmp/diff_new_pack.LCxjHG/_new  2016-01-05 21:55:36.0 +0100
@@ -18,9 +18,9 @@
 
 %define with_afpstats  0
 %define with_tracker_spotlight 0
-%define libmaj  16
+%define libmaj  17
 Name:   netatalk
-Version:3.1.7
+Version:3.1.8
 Release:0
 Summary:AFP Fileserver for Macintosh Clients
 License:GPL-2.0+
@@ -102,7 +102,7 @@
 %build
 autoreconf -fiv
 LDFLAGS="-lpthread" \
-CFLAGS="%{optflags} -Wall -g -pie -fpie" \
+CFLAGS="%{optflags} -Wall -g -pie -fpie -fno-strict-aliasing" \
 %if 0%{?with_tracker_spotlight}
 tracker_ver=$(rpm -q --queryformat="%{VERSION}" tracker-devel|cut -d . -f 1-2)
 %endif
@@ -150,6 +150,7 @@
 #
 find %{buildroot} -type f -name "*.la" -delete -print
 %fdupes -s %{buildroot}%{_mandir}
+%fdupes -s %{buildroot}/var/lib
 
 %pre
 test -f etc/atalk/afpd.conf && {

++ fce-afpd-fix-fce_event_names-array-overflow.patch ++
--- /var/tmp/diff_new_pack.LCxjHG/_old  2016-01-05 21:55:36.0 +0100
+++ /var/tmp/diff_new_pack.LCxjHG/_new  2016-01-05 21:55:36.0 +0100
@@ -22,14 +22,15 @@
  include/atalk/fce_api.h |2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)
 
 a/include/atalk/fce_api.h
-+++ b/include/atalk/fce_api.h
+diff -Naur a/include/atalk/fce_api.h b/include/atalk/fce_api.h
+--- a/include/atalk/fce_api.h  2015-01-12 01:33:02.0 -0600
 b/include/atalk/fce_api.h  2015-12-29 16:19:38.760268844 -0600
 @@ -28,7 +28,7 @@
- #define FCE_CONN_BROKEN99
- 
- #define FCE_FIRST_EVENT FCE_FILE_MODIFY /* keep in sync with last file 
event above */
--#define FCE_LAST_EVENT  FCE_LOGOUT  /* keep in sync with last file 
event above */
-+#define FCE_LAST_EVENT  FCE_CONN_BROKEN  /* keep in sync with last 
file event above */
- 
- /* fce_packet.fce_magic */
- #define FCE_PACKET_MAGIC  "at_fcapi"
+ #define FCE_LOGOUT  9
+ /* keep in sync with public FCE events */
+ #define FCE_FIRST_EVENT FCE_FILE_MODIFY
+-#define FCE_LAST_EVENT  FCE_LOGOUT
++#define FCE_LAST_EVENT  FCE_CONN_BROKEN
+
+
+ /*

++ netatalk-3.1.7.tar.bz2 -> netatalk-3.1.8.tar.bz2 ++
 57829 lines of diff (skipped)




commit netatalk for openSUSE:Factory

2015-01-23 Thread h_root
Hello community,

here is the log from the commit of package netatalk for openSUSE:Factory 
checked in at 2015-01-23 15:46:13

Comparing /work/SRC/openSUSE:Factory/netatalk (Old)
 and  /work/SRC/openSUSE:Factory/.netatalk.new (New)


Package is "netatalk"

Changes:

--- /work/SRC/openSUSE:Factory/netatalk/netatalk.changes2015-01-14 
11:45:08.0 +0100
+++ /work/SRC/openSUSE:Factory/.netatalk.new/netatalk.changes   2015-01-23 
15:46:15.0 +0100
@@ -1,0 +2,7 @@
+Tue Jan 20 07:20:26 UTC 2015 - mplus...@suse.com
+
+- Don't install init script on systems with systemd
+- Spec file cleanup with spec-cleaner
+- Fix systemd specific conditions to match packaging guidelines
+
+---



Other differences:
--
++ netatalk.spec ++
--- /var/tmp/diff_new_pack.tDw88k/_old  2015-01-23 15:46:16.0 +0100
+++ /var/tmp/diff_new_pack.tDw88k/_new  2015-01-23 15:46:16.0 +0100
@@ -18,17 +18,14 @@
 
 %define with_afpstats  0
 %define with_tracker_spotlight 0
-
+%define libmaj  16
 Name:   netatalk
-Url:http://netatalk.sourceforge.net/
-Requires:   cyrus-sasl
-Requires:   db-utils
 Version:3.1.7
 Release:0
-%define libmaj  16
 Summary:AFP Fileserver for Macintosh Clients
 License:GPL-2.0+
 Group:  Productivity/Networking/System
+Url:http://netatalk.sourceforge.net/
 Source: 
http://downloads.sourceforge.net/project/netatalk/netatalk/%{version}/netatalk-%{version}.tar.bz2
 Source1:netatalk-latinize.pl
 Source3:netatalk-upgrade_netatalk_AppleDB.sh
@@ -37,16 +34,8 @@
 Patch0: %{name}-wrong-error-message.patch
 Patch2: netatalk-libc-xattr.patch
 Patch3: fce-afpd-fix-fce_event_names-array-overflow.patch
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  db-devel
-%if 0%{?with_afpstats}%{?with_tracker_spotlight}
-BuildRequires:  dbus-1-devel
-BuildRequires:  dbus-1-glib-devel
-%if 0%{?with_tracker_spotlight}
-BuildRequires:  tracker-devel
-%endif
-%endif
 BuildRequires:  automake
+BuildRequires:  db-devel
 BuildRequires:  fdupes
 BuildRequires:  krb5-devel
 BuildRequires:  libacl-devel
@@ -61,23 +50,28 @@
 BuildRequires:  pkg-config
 BuildRequires:  tcpd-devel
 BuildRequires:  zlib-devel
-%if 0%{?suse_version} > 1140
+Requires:   cyrus-sasl
+Requires:   db-utils
+# FIXME: use proper Requires(pre/post/preun/...)
+PreReq: %insserv_prereq %fillup_prereq
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+%if 0%{?with_afpstats}%{?with_tracker_spotlight}
+BuildRequires:  dbus-1-devel
+BuildRequires:  dbus-1-glib-devel
+%if 0%{?with_tracker_spotlight}
+BuildRequires:  tracker-devel
+%endif
+%endif
+%if 0%{?suse_version} > 1210
 BuildRequires:  systemd
-##Requires:   %{?systemd_requires}
+%{?systemd_requires}
 %endif
-PreReq: %insserv_prereq %fillup_prereq
 
 %description
 Netatalk is a freely-available Open Source AFP fileserver. A *NIX/*BSD 
 system running Netatalk is capable of serving many Macintosh clients 
 simultaneously as an AppleShare file server (AFP).
 
-Authors:
-
-Wesley Craig 
-Ann Arbor 
-and the netatalk team at sourceforge.net
-
 %package -n libatalk%{libmaj}
 Summary:Netatalk AFP Fileserver for Macintosh Clients
 Group:  Development/Libraries/C and C++
@@ -87,12 +81,6 @@
 system running Netatalk is capable of serving many Macintosh clients 
 simultaneously as an AppleShare file server (AFP).
 
-Authors:
-
-Wesley Craig 
-Ann Arbor 
-and the netatalk team at sourceforge.net
-
 %package devel
 Summary:Netatalk AFP Fileserver for Macintosh Clients
 Group:  Development/Libraries/C and C++
@@ -104,12 +92,6 @@
 system running Netatalk is capable of serving many Macintosh clients 
 simultaneously as an AppleShare file server (AFP).
 
-Authors:
-
-Wesley Craig 
-Ann Arbor 
-and the netatalk team at sourceforge.net
-
 %prep
 %setup -q -n netatalk-%{version}
 %patch0
@@ -120,11 +102,11 @@
 %build
 autoreconf -fiv
 LDFLAGS="-lpthread" \
-CFLAGS="$RPM_OPT_FLAGS -Wall -g -pie -fpie" \
+CFLAGS="%{optflags} -Wall -g -pie -fpie" \
 %if 0%{?with_tracker_spotlight}
 tracker_ver=$(rpm -q --queryformat="%{VERSION}" tracker-devel|cut -d . -f 1-2)
 %endif
-%configure --bindir=/usr/bin \
+%configure --bindir=%{_bindir} \
--disable-static \
--with-pic \
--with-shadow \
@@ -138,8 +120,8 @@
--with-libevent=no \
--with-tdb=no \
--libexecdir=%{_libdir}/netatalk \
---localstatedir=/var/lib \
---with-pkgconfdir=/etc/netatalk \
+--localstatedir=%{_localstatedir}/lib \
+

commit netatalk for openSUSE:Factory

2015-01-14 Thread h_root
Hello community,

here is the log from the commit of package netatalk for openSUSE:Factory 
checked in at 2015-01-14 11:44:51

Comparing /work/SRC/openSUSE:Factory/netatalk (Old)
 and  /work/SRC/openSUSE:Factory/.netatalk.new (New)


Package is "netatalk"

Changes:

--- /work/SRC/openSUSE:Factory/netatalk/netatalk.changes2014-11-19 
20:30:52.0 +0100
+++ /work/SRC/openSUSE:Factory/.netatalk.new/netatalk.changes   2015-01-14 
11:45:08.0 +0100
@@ -1,0 +2,50 @@
+Sun Jan 11 19:57:29 UTC 2015 - je...@suse.com
+
+- fce: afpd: fix fce_event_names array overflow
+  * Added: fce-afpd-fix-fce_event_names-array-overflow.patch
+
+---
+Wed Jan  7 16:12:19 UTC 2015 - je...@suse.com
+
+- update to 3.1.7: 
+  * UPD: Spotlight: enhance behaviour for long running queries, client
+will now show "progress wheel" while waiting for first results.
+  * FIX: netatalk: fix a crash on Solaris when registering with mDNS
+  * FIX: netatalk: SIGHUP would kill the process instead of being
+resent to the other Netatalk processes, bug #579
+  * FIX: afpd: Solaris locking problem, bug #559
+  * FIX: Handling of malformed UTF8 strings, bug #524
+  * FIX: afpd: umask handling, bug #576
+  * FIX: Spotlight: Limiting searches to subfolders, bug #581
+  * FIX: afpd: reloading logging config may result in privilege
+escalation in afpd processes
+  * FIX: afpd: ACL related error messages, now logged with loglevel
+debug instead of error
+  * FIX: cnid_metad: fix tsockfd_create() return value on error
+  * FIX: CNID/MySQL: volume table name generation, bug #566.
+
+  - via 3.0.6:
+  * FIX: charset conversion failed when copying from Mac OS 9. Bug #523.
+  * UPD: Don’t force S_ISGID for directories on FreeBSD. Bug #525.
+  * NEW: Add support for ZFS ACLs on FreeBSD with libsunacl. From FR#83.
+  * FIX: Active Directory LDAP queries for ACL support with new options
+"ldap user filter" and "ldap group filter". Bug #526.
+  * NEW: Option "vol dbnest", when set to true, the CNID database for a
+volume is stored in the volume root of a share in a directory
+.AppleDB like in Netatalk 2. Defaults to false. From FR#84.
+  * FIX: Small fix in the DSI tickle handling. Bug #528.
+  * UPD: Enhance handling of connection attempts when hitting the
+connection limit. Bug #529.
+  * FIX: Saving from Word to a folder that is a symlink to a folder on
+another filesystem results in a crash of the afpd process and the save
+to fail. This happens only if the option "follow symlinks" is enabled.
+Bug #532.
+  * FIX: Disable Kerberos UAM if AFP service principal name can’t be
+evaluated. Fixes bug #531.
+  * FIX: Fix handling of large number of volumes. Bug #527.
+  * NEW: Configure option --with-tbd which can be used to disable the use
+of the bundled tdb and use a system installed version.
+- Added build support for spotlight tracker but it is disabled due to
+  dbus security policy.
+
+---

Old:

  netatalk-3.1.6.tar.bz2

New:

  fce-afpd-fix-fce_event_names-array-overflow.patch
  netatalk-3.1.7.tar.bz2



Other differences:
--
++ netatalk.spec ++
--- /var/tmp/diff_new_pack.Rz31JT/_old  2015-01-14 11:45:09.0 +0100
+++ /var/tmp/diff_new_pack.Rz31JT/_new  2015-01-14 11:45:09.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package netatalk
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX Products 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,12 +17,13 @@
 
 
 %define with_afpstats  0
+%define with_tracker_spotlight 0
 
 Name:   netatalk
 Url:http://netatalk.sourceforge.net/
 Requires:   cyrus-sasl
 Requires:   db-utils
-Version:3.1.6
+Version:3.1.7
 Release:0
 %define libmaj  16
 Summary:AFP Fileserver for Macintosh Clients
@@ -35,11 +36,15 @@
 # see bnc#849598 and http://sourceforge.net/p/netatalk/bugs/538/
 Patch0: %{name}-wrong-error-message.patch
 Patch2: netatalk-libc-xattr.patch
+Patch3: fce-afpd-fix-fce_event_names-array-overflow.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  db-devel
-%if %{with_afpstats} == 1
+%if 0%{?with_afpstats}%{?with_tracker_spotlight}
 BuildRequires:  dbus-1-devel
 BuildRequires:  dbus-1-glib-devel
+%if 0%{?with_tracker_spotlight}
+BuildRequires:  tracker-devel
+%endif
 %endif
 BuildRequires:  automake
 BuildRequires:  fdupes
@@ -109,12 +114,16 @@
 %setup -q -n netatal

commit netatalk for openSUSE:Factory

2014-11-19 Thread h_root
Hello community,

here is the log from the commit of package netatalk for openSUSE:Factory 
checked in at 2014-11-19 20:26:55

Comparing /work/SRC/openSUSE:Factory/netatalk (Old)
 and  /work/SRC/openSUSE:Factory/.netatalk.new (New)


Package is "netatalk"

Changes:

--- /work/SRC/openSUSE:Factory/netatalk/netatalk.changes2014-06-23 
09:24:08.0 +0200
+++ /work/SRC/openSUSE:Factory/.netatalk.new/netatalk.changes   2014-11-19 
20:30:52.0 +0100
@@ -1,0 +2,41 @@
+Tue Nov 18 15:27:12 UTC 2014 - pgaj...@suse.com
+
+- update to 3.1.6:
+  * FIX: Spotlight: fix for long running queries
+  * UPD: afpd: distribute SIGHUP from parent afpd to children and force
+ reload shares
+  * FIX: netatalk: refresh Zeroconf registration when receiving SIGHUP
+  * NEW: configure option "--with-init-style=debian-systemd" for Debian 
+ 8 jessieand later.
+  * FIX: afpd: Hangs in Netatalk which causes it to stop responding to
+   connections, bug #572.
+  * NEW: afpd: new option "force xattr with sticky bit = yes|no"
+ (default: no), FR #94
+  * UPD: afpd: FCE version 2 with new event types and new config options
+ "fce ignore names" and "fce notify script"
+  * UPD: afpd: check for modified included config file, FR #95.
+  * UPD: libatalk: logger: remove flood protection and allocate messages
+  * UPD: Spotlight: use async Tracker SPARQL API
+  * NEW: afpd: new option "case sensitive = yes|no" (default: yes)
+ In spite of being case sensitive as a matter of fact, netatalk
+ 3.1.3 and earlier did not notify kCaseSensitive flag to the client.
+ Now, it is notified correctly by default, FR #62.
+  * UPD: Spotlight: more SPARQL query optimisations
+  * UPD: Spotlight: new options "sparql results limit", "spotlight
+ attributes" and "spotlight expr"
+  * FIX: afpd: Unarchiving certain ZIP archives fails, bug #569
+  * UPD: Update Unicode support to version 7.0.0
+  * FIX: Memory overflow caused by 'basedir regex', bug #567
+  * NEW: afpd: delete empty resource forks, from FR #92
+  * FIX: afpd: fix a crash when accessing ._ AppleDouble files created
+ by OS X via SMB, bug #564
+  * FIX: afpd and dbd: Converting from AppleDouble v2 to ea may corrupt
+ the resource fork. In some circumstances an offset calculation
+ is wrong resulting in corrupt resource forks after the
+ conversion. Bug #568.
+  * FIX: ad: fix for bug #563 broke ad file utilities, bug #570.
+  * NEW: afpd: new advanced option controlling permissions and ACLs,
+ from FR #93
+- removed upstreamed netatalk-return-code.patch
+
+---

Old:

  netatalk-3.1.2.tar.bz2
  netatalk-return-code.patch

New:

  netatalk-3.1.6.tar.bz2



Other differences:
--
++ netatalk.spec ++
--- /var/tmp/diff_new_pack.vQARnL/_old  2014-11-19 20:30:53.0 +0100
+++ /var/tmp/diff_new_pack.vQARnL/_new  2014-11-19 20:30:53.0 +0100
@@ -22,9 +22,9 @@
 Url:http://netatalk.sourceforge.net/
 Requires:   cyrus-sasl
 Requires:   db-utils
-Version:3.1.2
+Version:3.1.6
 Release:0
-%define libmaj  14
+%define libmaj  16
 Summary:AFP Fileserver for Macintosh Clients
 License:GPL-2.0+
 Group:  Productivity/Networking/System
@@ -34,7 +34,6 @@
 Source4:netatalk-rpmlintrc
 # see bnc#849598 and http://sourceforge.net/p/netatalk/bugs/538/
 Patch0: %{name}-wrong-error-message.patch
-Patch1: %{name}-return-code.patch
 Patch2: netatalk-libc-xattr.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  db-devel
@@ -109,7 +108,6 @@
 %prep
 %setup -q -n netatalk-%{version}
 %patch0
-%patch1
 %patch2 -p1
 cp -avL %{SOURCE1} .
 

++ netatalk-3.1.2.tar.bz2 -> netatalk-3.1.6.tar.bz2 ++
 53512 lines of diff (skipped)

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



commit netatalk for openSUSE:Factory

2014-06-23 Thread h_root
Hello community,

here is the log from the commit of package netatalk for openSUSE:Factory 
checked in at 2014-06-23 09:24:00

Comparing /work/SRC/openSUSE:Factory/netatalk (Old)
 and  /work/SRC/openSUSE:Factory/.netatalk.new (New)


Package is "netatalk"

Changes:

--- /work/SRC/openSUSE:Factory/netatalk/netatalk.changes2014-06-16 
21:28:35.0 +0200
+++ /work/SRC/openSUSE:Factory/.netatalk.new/netatalk.changes   2014-06-23 
09:24:08.0 +0200
@@ -1,0 +2,19 @@
+Fri Jun 20 09:03:43 UTC 2014 - pgaj...@suse.com
+
+- update to 3.1.2:
+  * FIX: Option "vol dbpath" was broken in 3.1.1
+  * FIX: Spotlight: file modification date, bug #545
+  * FIX: Improve reliability of afpd child handler
+  * FIX: debian initscript: add 0 and 6 to Default-Stop. debian-bug#745520
+  * FIX: put the Solaris share reservation after our locking stuff, bug #560.
+  * UPD: Improve Linux quota behaviour
+  * FIX: xattrs on *BSD, bug #562
+  * NEW: afpd: support for using $u username variable in AFP volume
+ definitions. FR#90.
+  * FIX: getvolbypath returns incorrect volume, bug #563
+  * FIX: fd leak when using appledouble = v2, bug #554
+  * UPD: New options that control whether dbus and Tracker are started:
+ 'start dbus' and 'start tracker', both default to yes, FR#91
+  * UPD: Spotlight: SPARQL query optimisations
+
+---

Old:

  netatalk-3.1.1.tar.bz2

New:

  netatalk-3.1.2.tar.bz2



Other differences:
--
++ netatalk.spec ++
--- /var/tmp/diff_new_pack.5WLj2U/_old  2014-06-23 09:24:09.0 +0200
+++ /var/tmp/diff_new_pack.5WLj2U/_new  2014-06-23 09:24:09.0 +0200
@@ -22,9 +22,9 @@
 Url:http://netatalk.sourceforge.net/
 Requires:   cyrus-sasl
 Requires:   db-utils
-Version:3.1.1
+Version:3.1.2
 Release:0
-%define libmaj  13
+%define libmaj  14
 Summary:AFP Fileserver for Macintosh Clients
 License:GPL-2.0+
 Group:  Productivity/Networking/System
@@ -150,7 +150,6 @@
 install -m 755 %{SOURCE3} %{buildroot}%{_sbindir}/upgrade_netatalk_AppleDB.sh
 #
 # Conflicts with yudit
-rm %{buildroot}%{_bindir}/uniconv
 rm %{buildroot}%{_mandir}/man1/uniconv.1*
 #
 find %{buildroot} -type f -name "*.la" | xargs rm -vf

++ netatalk-3.1.1.tar.bz2 -> netatalk-3.1.2.tar.bz2 ++
 4421 lines of diff (skipped)

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



commit netatalk for openSUSE:Factory

2014-06-16 Thread h_root
Hello community,

here is the log from the commit of package netatalk for openSUSE:Factory 
checked in at 2014-06-16 21:28:34

Comparing /work/SRC/openSUSE:Factory/netatalk (Old)
 and  /work/SRC/openSUSE:Factory/.netatalk.new (New)


Package is "netatalk"

Changes:

--- /work/SRC/openSUSE:Factory/netatalk/netatalk.changes2014-03-31 
20:43:53.0 +0200
+++ /work/SRC/openSUSE:Factory/.netatalk.new/netatalk.changes   2014-06-16 
21:28:35.0 +0200
@@ -1,0 +2,11 @@
+Fri Jun  6 19:15:46 UTC 2014 - crrodrig...@opensuse.org
+
+- netatalk-libc-xattr.patch Do not depend on libattr, glibc 
+  provides the "official" xattr syscalls interface.
+
+---
+Fri Jun  6 19:14:50 UTC 2014 - crrodrig...@opensuse.org
+
+- Use the system's libtdb, not the bundled version. 
+
+---

New:

  netatalk-libc-xattr.patch



Other differences:
--
++ netatalk.spec ++
--- /var/tmp/diff_new_pack.HvucLf/_old  2014-06-16 21:28:36.0 +0200
+++ /var/tmp/diff_new_pack.HvucLf/_new  2014-06-16 21:28:36.0 +0200
@@ -35,19 +35,21 @@
 # see bnc#849598 and http://sourceforge.net/p/netatalk/bugs/538/
 Patch0: %{name}-wrong-error-message.patch
 Patch1: %{name}-return-code.patch
+Patch2: netatalk-libc-xattr.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  db-devel
 %if %{with_afpstats} == 1
 BuildRequires:  dbus-1-devel
 BuildRequires:  dbus-1-glib-devel
 %endif
+BuildRequires:  automake
 BuildRequires:  fdupes
 BuildRequires:  krb5-devel
 BuildRequires:  libacl-devel
-BuildRequires:  libattr-devel
 BuildRequires:  libavahi-devel
 BuildRequires:  libevent-devel
 BuildRequires:  libgcrypt-devel
+BuildRequires:  libtdb-devel
 BuildRequires:  libtool
 BuildRequires:  openldap2-devel
 BuildRequires:  openssl-devel
@@ -108,9 +110,11 @@
 %setup -q -n netatalk-%{version}
 %patch0
 %patch1
+%patch2 -p1
 cp -avL %{SOURCE1} .
 
 %build
+autoreconf -fiv
 LDFLAGS="-lpthread" \
 CFLAGS="$RPM_OPT_FLAGS -Wall -g -pie -fpie" \
 %configure --bindir=/usr/bin \
@@ -125,6 +129,7 @@
--enable-overwrite \
--enable-quota \
--with-libevent=no \
+   --with-tdb=no \
--libexecdir=%{_libdir}/netatalk \
 --localstatedir=/var/lib \
 --with-pkgconfdir=/etc/netatalk \

++ netatalk-libc-xattr.patch ++
--- netatalk-3.1.1.orig/macros/netatalk.m4
+++ netatalk-3.1.1/macros/netatalk.m4
@@ -896,11 +896,6 @@ fi
 if test x"$with_acl_support" != x"no" -a x"$ac_cv_have_acls" != x"yes" ; then
# Runtime checks for POSIX ACLs
AC_CHECK_LIB(acl,acl_get_file,[ACL_LIBS="$ACL_LIBS -lacl"])
-   case "$host_os" in
-   *linux*)
-   AC_CHECK_LIB(attr,getxattr,[ACL_LIBS="$ACL_LIBS -lattr"])
-   ;;
-   esac
 
AC_CACHE_CHECK([for POSIX ACL support],netatalk_cv_HAVE_POSIX_ACLS,[
acl_LIBS=$LIBS
@@ -975,7 +970,7 @@ neta_cv_eas="ad"
 neta_cv_eas_sys_found=no
 neta_cv_eas_sys_not_found=no
 
-AC_CHECK_HEADERS(sys/attributes.h attr/xattr.h sys/xattr.h sys/extattr.h 
sys/uio.h sys/ea.h)
+AC_CHECK_HEADERS(sys/attributes.h sys/xattr.h sys/extattr.h sys/uio.h sys/ea.h)
 
 case "$this_os" in
 
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit netatalk for openSUSE:Factory

2014-03-31 Thread h_root
Hello community,

here is the log from the commit of package netatalk for openSUSE:Factory 
checked in at 2014-03-31 20:43:51

Comparing /work/SRC/openSUSE:Factory/netatalk (Old)
 and  /work/SRC/openSUSE:Factory/.netatalk.new (New)


Package is "netatalk"

Changes:

--- /work/SRC/openSUSE:Factory/netatalk/netatalk.changes2013-11-21 
15:25:36.0 +0100
+++ /work/SRC/openSUSE:Factory/.netatalk.new/netatalk.changes   2014-03-31 
20:43:53.0 +0200
@@ -1,0 +2,20 @@
+Mon Mar 31 06:56:02 UTC 2014 - pgaj...@suse.com
+
+- update to 3.1.1:
+  * FIX: Add asprint() compatibility function for systems lacking it
+  * FIX: Fix ressource fork name conversion. Bug #534.
+  * FIX: Fix a bug where only the first configured UAM was loaded.
+ Bug #537.
+  * UPD: Add support for AFP 3.4. From FR #85.
+  * FIX: Registering with mDNS crashed. Bug #540
+  * FIX: Saving from applications like Photoshop may fail, because
+ removing the ressource fork AppleDouble file failed. Bug #542.
+  * FIX: dbd: remove orphaned ._ AppleDouble files. Bug #549.
+  * NEW: afpd: Automatic conversion of ._ AppleDouble files
+ created by OS X. Bug #550.
+  * FIX: afpd: Fix a crash in of_closefork(). Bug #551.
+  * FIX: dbd: Don't print message "Ignoring ._file" for every ._ file.
+ Bug #552.
+  * FIX: afpd: Don't flood log with failed sys_set_ea() messages.
+
+---

Old:

  netatalk-3.1.0.tar.bz2

New:

  netatalk-3.1.1.tar.bz2



Other differences:
--
++ netatalk.spec ++
--- /var/tmp/diff_new_pack.7H58DG/_old  2014-03-31 20:43:53.0 +0200
+++ /var/tmp/diff_new_pack.7H58DG/_new  2014-03-31 20:43:53.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package netatalk
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -22,13 +22,13 @@
 Url:http://netatalk.sourceforge.net/
 Requires:   cyrus-sasl
 Requires:   db-utils
-Version:3.1.0
+Version:3.1.1
 Release:0
-%define libmaj  12
+%define libmaj  13
 Summary:AFP Fileserver for Macintosh Clients
 License:GPL-2.0+
 Group:  Productivity/Networking/System
-Source: 
http://downloads.sourceforge.net/project/netatalk/netatalk/3.1/netatalk-%{version}.tar.bz2
+Source: 
http://downloads.sourceforge.net/project/netatalk/netatalk/%{version}/netatalk-%{version}.tar.bz2
 Source1:netatalk-latinize.pl
 Source3:netatalk-upgrade_netatalk_AppleDB.sh
 Source4:netatalk-rpmlintrc

++ netatalk-3.1.0.tar.bz2 -> netatalk-3.1.1.tar.bz2 ++
 29095 lines of diff (skipped)

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



commit netatalk for openSUSE:Factory

2013-11-21 Thread h_root
Hello community,

here is the log from the commit of package netatalk for openSUSE:Factory 
checked in at 2013-11-21 15:25:35

Comparing /work/SRC/openSUSE:Factory/netatalk (Old)
 and  /work/SRC/openSUSE:Factory/.netatalk.new (New)


Package is "netatalk"

Changes:

--- /work/SRC/openSUSE:Factory/netatalk/netatalk.changes2013-09-26 
14:45:30.0 +0200
+++ /work/SRC/openSUSE:Factory/.netatalk.new/netatalk.changes   2013-11-21 
15:25:36.0 +0100
@@ -1,0 +2,20 @@
+Fri Nov 15 08:43:45 UTC 2013 - pgaj...@suse.com
+
+- update to 3.1.0:
+NEW: Add recvfile support with splice() on Linux. New global 
+ options "recvfile" (default: no) and "splice size" 
+ (default 64k).
+NEW: CNID backend "mysql" for use with a MySQL server
+FIX: Build fixes for the Kerberos UAM
+UPD: Use dedicated exit code for AFP connections that were 
+ dropped by the client right after the TCP handshake
+NEW: AFP Spotlight support with Gnome Tracker
+NEW: New option "spotlight" (G/V)
+NEW: If Spotlight is enabled, launch our own dbus instance
+NEW: New option "dbus daemon" (G)
+UPD: Add configure option --with-afpstats for overriding the 
+ result of autodetecting dbus-glib presence
+- added wrong-error-message.patch [bnc#849598]
+- added return-code.patch
+
+---

Old:

  netatalk-3.0.5.tar.bz2

New:

  netatalk-3.1.0.tar.bz2
  netatalk-return-code.patch
  netatalk-wrong-error-message.patch



Other differences:
--
++ netatalk.spec ++
--- /var/tmp/diff_new_pack.2bxtZg/_old  2013-11-21 15:25:37.0 +0100
+++ /var/tmp/diff_new_pack.2bxtZg/_new  2013-11-21 15:25:37.0 +0100
@@ -16,23 +16,31 @@
 #
 
 
+%define with_afpstats  0
+
 Name:   netatalk
 Url:http://netatalk.sourceforge.net/
 Requires:   cyrus-sasl
 Requires:   db-utils
-Version:3.0.5
+Version:3.1.0
 Release:0
-%define libmaj  6
-Summary:Netatalk AFP Fileserver for Macintosh Clients
+%define libmaj  12
+Summary:AFP Fileserver for Macintosh Clients
 License:GPL-2.0+
 Group:  Productivity/Networking/System
-
-Source: 
http://downloads.sourceforge.net/project/netatalk/netatalk/%{version}/netatalk-%{version}.tar.bz2
+Source: 
http://downloads.sourceforge.net/project/netatalk/netatalk/3.1/netatalk-%{version}.tar.bz2
 Source1:netatalk-latinize.pl
 Source3:netatalk-upgrade_netatalk_AppleDB.sh
 Source4:netatalk-rpmlintrc
+# see bnc#849598 and http://sourceforge.net/p/netatalk/bugs/538/
+Patch0: %{name}-wrong-error-message.patch
+Patch1: %{name}-return-code.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  db-devel
+%if %{with_afpstats} == 1
+BuildRequires:  dbus-1-devel
+BuildRequires:  dbus-1-glib-devel
+%endif
 BuildRequires:  fdupes
 BuildRequires:  krb5-devel
 BuildRequires:  libacl-devel
@@ -98,6 +106,8 @@
 
 %prep
 %setup -q -n netatalk-%{version}
+%patch0
+%patch1
 cp -avL %{SOURCE1} .
 
 %build
@@ -117,10 +127,15 @@
--with-libevent=no \
--libexecdir=%{_libdir}/netatalk \
 --localstatedir=/var/lib \
+--with-pkgconfdir=/etc/netatalk \
+%if %{with_afpstats} == 1
+--with-afpstats \
+%endif
 --with-init-style=suse-systemd
 make %{?_smp_mflags}
 mkdir examples
 cp netatalk-latinize.pl examples
+sed -i '/\/var\/lock\/subsys/d' distrib/initscripts/rc.suse
 
 %install
 make install DESTDIR="%buildroot"
@@ -186,8 +201,13 @@
 %{_mandir}/man?/*
 %doc AUTHORS CONTRIBUTORS COPYING COPYRIGHT NEWS VERSION examples
 #
-%config(noreplace) %{_sysconfdir}/afp.conf
-%config(noreplace) %{_sysconfdir}/extmap.conf
+%dir %{_sysconfdir}/%{name}
+%config(noreplace) %{_sysconfdir}/%{name}/afp.conf
+%config(noreplace) %{_sysconfdir}/%{name}/extmap.conf
+%config(noreplace) %{_sysconfdir}/%{name}/dbus-session.conf
+%if %{with_afpstats} == 1
+%config(noreplace) %{_sysconfdir}/dbus-1/system.d/netatalk-dbus.conf
+%endif
 %dir %{_sysconfdir}/pam.d
 %config %{_sysconfdir}/pam.d/*
 #

++ netatalk-3.0.5.tar.bz2 -> netatalk-3.1.0.tar.bz2 ++
 30908 lines of diff (skipped)

++ netatalk-return-code.patch ++
Index: etc/afpd/spotlight.c
===
--- etc/afpd/spotlight.c.orig   2013-10-28 16:46:51.0 +0100
+++ etc/afpd/spotlight.c2013-11-18 14:06:39.555056639 +0100
@@ -104,6 +104,7 @@
 }
 }
 LOG(log_debug, logtype_sl, "%s}", neststrings[nestinglevel]);
+return 0;
 }
 
 #ifndef SPOT_TEST_MAIN
++ netatalk-wrong-error-message.patch ++
Index: bin/ad/ad_util.c
=

commit netatalk for openSUSE:Factory

2013-09-26 Thread h_root
Hello community,

here is the log from the commit of package netatalk for openSUSE:Factory 
checked in at 2013-09-26 14:45:29

Comparing /work/SRC/openSUSE:Factory/netatalk (Old)
 and  /work/SRC/openSUSE:Factory/.netatalk.new (New)


Package is "netatalk"

Changes:

--- /work/SRC/openSUSE:Factory/netatalk/netatalk.changes2013-06-18 
10:34:03.0 +0200
+++ /work/SRC/openSUSE:Factory/.netatalk.new/netatalk.changes   2013-09-26 
14:45:30.0 +0200
@@ -1,0 +2,20 @@
+Wed Aug 28 13:50:52 UTC 2013 - pgaj...@suse.com
+
+- update to 3.0.5:
+FIX: Fix a crash when using pam_winbind. Fixes bug #516.
+NEW: New global/volume option "ignored attributes"
+FIX: "afp listen" option failed to take IPv6 addresses. Bug #515.
+FIX: Fix a possible crash in set_groups. Bug #518.
+NEW: Send optional AFP messages for vetoed files, new option "veto 
+ messages" can be used to enable sending messages. Then 
+ whenever a client tries to access any file or directory with 
+ a vetoed name, it will be sent an AFP message indicating the 
+ name and the directory. From FR #81.
+NEW: New boolean volume option "delete veto files". If this option 
+ is set to yes, then Netatalk will attempt to recursively 
+ delete any vetoed files and directories. FR #82.
+UPD: systemd unit dir is /usr/lib/systemd/system .
+FIX: Saving files from application like MS Word may result in the 
+ file loosing metadata like the Finder label. Bug #521.
+
+---

Old:

  netatalk-3.0.4.tar.bz2

New:

  netatalk-3.0.5.tar.bz2



Other differences:
--
++ netatalk.spec ++
--- /var/tmp/diff_new_pack.7S4KeK/_old  2013-09-26 14:45:36.0 +0200
+++ /var/tmp/diff_new_pack.7S4KeK/_new  2013-09-26 14:45:36.0 +0200
@@ -20,14 +20,14 @@
 Url:http://netatalk.sourceforge.net/
 Requires:   cyrus-sasl
 Requires:   db-utils
-Version:3.0.4
+Version:3.0.5
 Release:0
-%define libmaj  5
+%define libmaj  6
 Summary:Netatalk AFP Fileserver for Macintosh Clients
 License:GPL-2.0+
 Group:  Productivity/Networking/System
 
-Source: 
ftp://ftp.sourceforge.net/pub/sourceforge/n/ne/netatalk/netatalk-%{version}.tar.bz2
+Source: 
http://downloads.sourceforge.net/project/netatalk/netatalk/%{version}/netatalk-%{version}.tar.bz2
 Source1:netatalk-latinize.pl
 Source3:netatalk-upgrade_netatalk_AppleDB.sh
 Source4:netatalk-rpmlintrc
@@ -134,8 +134,6 @@
 rm %{buildroot}%{_mandir}/man1/uniconv.1*
 #
 find %{buildroot} -type f -name "*.la" | xargs rm -vf
-# remove crappy netatalk.html (evidently copied from 
http://netatalk.sourceforge.net/ header)
-rm -r %{buildroot}%{_datadir}/doc/netatalk
 %fdupes -s %{buildroot}%{_mandir}
 
 %pre
@@ -194,7 +192,7 @@
 %config %{_sysconfdir}/pam.d/*
 #
 %attr(755,root,root) %{_sysconfdir}/init.d/netatalk
-/lib/systemd/system/netatalk.service
+%{_prefix}/lib/systemd/system/netatalk.service
 /var/lib/%{name}
 
 %files -n libatalk%{libmaj}

++ netatalk-3.0.4.tar.bz2 -> netatalk-3.0.5.tar.bz2 ++
 19085 lines of diff (skipped)

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



commit netatalk for openSUSE:Factory

2013-06-18 Thread h_root
Hello community,

here is the log from the commit of package netatalk for openSUSE:Factory 
checked in at 2013-06-18 10:34:02

Comparing /work/SRC/openSUSE:Factory/netatalk (Old)
 and  /work/SRC/openSUSE:Factory/.netatalk.new (New)


Package is "netatalk"

Changes:

--- /work/SRC/openSUSE:Factory/netatalk/netatalk.changes2013-06-05 
12:57:59.0 +0200
+++ /work/SRC/openSUSE:Factory/.netatalk.new/netatalk.changes   2013-06-18 
10:34:03.0 +0200
@@ -1,0 +2,6 @@
+Sun Jun 16 23:59:28 UTC 2013 - jeng...@inai.de
+
+- Explicitly list libattr-devel as BuildRequires
+- More robust make install call. Parallel build with %_smp_mflags.
+
+---



Other differences:
--
++ netatalk.spec ++
--- /var/tmp/diff_new_pack.JYa7Pi/_old  2013-06-18 10:34:03.0 +0200
+++ /var/tmp/diff_new_pack.JYa7Pi/_new  2013-06-18 10:34:03.0 +0200
@@ -17,10 +17,26 @@
 
 
 Name:   netatalk
+Url:http://netatalk.sourceforge.net/
+Requires:   cyrus-sasl
+Requires:   db-utils
+Version:3.0.4
+Release:0
+%define libmaj  5
+Summary:Netatalk AFP Fileserver for Macintosh Clients
+License:GPL-2.0+
+Group:  Productivity/Networking/System
+
+Source: 
ftp://ftp.sourceforge.net/pub/sourceforge/n/ne/netatalk/netatalk-%{version}.tar.bz2
+Source1:netatalk-latinize.pl
+Source3:netatalk-upgrade_netatalk_AppleDB.sh
+Source4:netatalk-rpmlintrc
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  db-devel
 BuildRequires:  fdupes
 BuildRequires:  krb5-devel
 BuildRequires:  libacl-devel
+BuildRequires:  libattr-devel
 BuildRequires:  libavahi-devel
 BuildRequires:  libevent-devel
 BuildRequires:  libgcrypt-devel
@@ -33,25 +49,9 @@
 BuildRequires:  zlib-devel
 %if 0%{?suse_version} > 1140
 BuildRequires:  systemd
-%endif
-Url:http://netatalk.sourceforge.net/
-PreReq: %insserv_prereq %fillup_prereq
-Requires:   cyrus-sasl
-Requires:   db-utils
-%if 0%{?suse_version} > 1140
 ##Requires:   %{?systemd_requires}
 %endif
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-Version:3.0.4
-Release:0
-%define libmaj  5
-Summary:Netatalk AFP Fileserver for Macintosh Clients
-License:GPL-2.0+
-Group:  Productivity/Networking/System
-Source: 
ftp://ftp.sourceforge.net/pub/sourceforge/n/ne/netatalk/netatalk-%{version}.tar.bz2
-Source1:netatalk-latinize.pl
-Source3:netatalk-upgrade_netatalk_AppleDB.sh
-Source4:netatalk-rpmlintrc
+PreReq: %insserv_prereq %fillup_prereq
 
 %description
 Netatalk is a freely-available Open Source AFP fileserver. A *NIX/*BSD 
@@ -118,12 +118,12 @@
--libexecdir=%{_libdir}/netatalk \
 --localstatedir=/var/lib \
 --with-init-style=suse-systemd
-make %{?jobs:-j%jobs}
+make %{?_smp_mflags}
 mkdir examples
 cp netatalk-latinize.pl examples
 
 %install
-%makeinstall
+make install DESTDIR="%buildroot"
 mkdir -p %{buildroot}%{_sysconfdir}/init.d/
 install -m 755 distrib/initscripts/rc.suse 
%{buildroot}%{_sysconfdir}/init.d/netatalk
 ln -sf ../../etc/init.d/netatalk %{buildroot}%{_sbindir}/rcnetatalk

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



commit netatalk for openSUSE:Factory

2013-06-05 Thread h_root
Hello community,

here is the log from the commit of package netatalk for openSUSE:Factory 
checked in at 2013-06-05 12:57:57

Comparing /work/SRC/openSUSE:Factory/netatalk (Old)
 and  /work/SRC/openSUSE:Factory/.netatalk.new (New)


Package is "netatalk"

Changes:

--- /work/SRC/openSUSE:Factory/netatalk/netatalk.changes2013-05-16 
11:11:36.0 +0200
+++ /work/SRC/openSUSE:Factory/.netatalk.new/netatalk.changes   2013-06-05 
12:57:59.0 +0200
@@ -1,0 +2,29 @@
+Mon May 27 07:34:17 UTC 2013 - pgaj...@suse.com
+
+- update to 3.0.4:
+FIX: Opening files without metadata EA may result in an invalid 
+ metadata EA. Check for malformed metadata EAs and delete 
+ them. Fixes bug #510.
+FIX: Fix an issue with filenames containing non-ASCII characters 
+ that lead to a failure setting the size of a files ressource 
+ fork. This affected application like Adobe Photoshop where 
+ saving files may fail. Fixes bug #511.
+UPD: Enhance ACL mapping, change global ACL option map acl 
+ to take the following options: "none", "rights" (default), 
+ "mode". none = no mapping, this resembles the previous 
+ false/no setting rights = map ACLs to Finder UARights, 
+ this resembles the previous true/yes setting. This is the 
+ default. mode = map ACLs to Finder UARights and UNIX mode 
+ From FR #73.
+FIX: Fix a possible crash in cname() where cname_mtouname calls 
+ dirlookup() where the curdir is freed because the dircache 
+ detected a dev/inode cache difference and evicted the 
+ object from the cache. Fixes bug #498.
+FIX: Add missing include, fixes bug #512.
+FIX: Change default FinderInfo for directories to be all 0, 
+ fixes bug 514.
+NEW: New option "afp interfaces" which allows specifying where 
+ Netatalk listens for AFP connections by interface names. 
+ From FR #79.
+
+---

Old:

  netatalk-3.0.3.tar.bz2

New:

  netatalk-3.0.4.tar.bz2



Other differences:
--
++ netatalk.spec ++
--- /var/tmp/diff_new_pack.zLswtA/_old  2013-06-05 12:58:00.0 +0200
+++ /var/tmp/diff_new_pack.zLswtA/_new  2013-06-05 12:58:00.0 +0200
@@ -42,9 +42,9 @@
 ##Requires:   %{?systemd_requires}
 %endif
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-Version:3.0.3
+Version:3.0.4
 Release:0
-%define libmaj  4
+%define libmaj  5
 Summary:Netatalk AFP Fileserver for Macintosh Clients
 License:GPL-2.0+
 Group:  Productivity/Networking/System
@@ -134,7 +134,8 @@
 rm %{buildroot}%{_mandir}/man1/uniconv.1*
 #
 find %{buildroot} -type f -name "*.la" | xargs rm -vf
-#rm %{buildroot}/%{_libdir}/libatalk.a
+# remove crappy netatalk.html (evidently copied from 
http://netatalk.sourceforge.net/ header)
+rm -r %{buildroot}%{_datadir}/doc/netatalk
 %fdupes -s %{buildroot}%{_mandir}
 
 %pre
@@ -208,6 +209,5 @@
 %{_libdir}/libatalk.so
 %{_datadir}/aclocal/*
 %{_includedir}/atalk/*
-%doc doc/DEVELOPER
 
 %changelog

++ netatalk-3.0.3.tar.bz2 -> netatalk-3.0.4.tar.bz2 ++
 22022 lines of diff (skipped)

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



commit netatalk for openSUSE:Factory

2013-05-16 Thread h_root
Hello community,

here is the log from the commit of package netatalk for openSUSE:Factory 
checked in at 2013-05-16 11:11:34

Comparing /work/SRC/openSUSE:Factory/netatalk (Old)
 and  /work/SRC/openSUSE:Factory/.netatalk.new (New)


Package is "netatalk"

Changes:

--- /work/SRC/openSUSE:Factory/netatalk/netatalk.changes2013-05-07 
07:30:11.0 +0200
+++ /work/SRC/openSUSE:Factory/.netatalk.new/netatalk.changes   2013-05-16 
11:11:36.0 +0200
@@ -1,0 +2,7 @@
+Mon May 13 09:52:13 UTC 2013 - pgaj...@suse.com
+
+- use --with-libevent=no, it means use system libevent (don't use
+  bundled)
+- remove rcnetatalk.sh, use upstream init script
+
+---

Old:

  rcnetatalk.sh



Other differences:
--
++ netatalk.spec ++
--- /var/tmp/diff_new_pack.6tNxHQ/_old  2013-05-16 11:11:36.0 +0200
+++ /var/tmp/diff_new_pack.6tNxHQ/_new  2013-05-16 11:11:36.0 +0200
@@ -114,7 +114,7 @@
 --enable-krbV-uam \
--enable-overwrite \
--enable-quota \
-   --with-libevent=yes \
+   --with-libevent=no \
--libexecdir=%{_libdir}/netatalk \
 --localstatedir=/var/lib \
 --with-init-style=suse-systemd

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



commit netatalk for openSUSE:Factory

2013-05-06 Thread h_root
Hello community,

here is the log from the commit of package netatalk for openSUSE:Factory 
checked in at 2013-05-07 07:30:10

Comparing /work/SRC/openSUSE:Factory/netatalk (Old)
 and  /work/SRC/openSUSE:Factory/.netatalk.new (New)


Package is "netatalk"

Changes:

--- /work/SRC/openSUSE:Factory/netatalk/netatalk.changes2013-04-03 
13:04:46.0 +0200
+++ /work/SRC/openSUSE:Factory/.netatalk.new/netatalk.changes   2013-05-07 
07:30:11.0 +0200
@@ -1,0 +2,5 @@
+Mon May  6 07:38:40 UTC 2013 - pgaj...@suse.com
+
+- spec file cleanup according to upstream
+
+---



Other differences:
--
++ netatalk.spec ++
--- /var/tmp/diff_new_pack.H3olnA/_old  2013-05-07 07:30:13.0 +0200
+++ /var/tmp/diff_new_pack.H3olnA/_new  2013-05-07 07:30:13.0 +0200
@@ -17,8 +17,6 @@
 
 
 Name:   netatalk
-BuildRequires:  cups
-BuildRequires:  cups-devel
 BuildRequires:  db-devel
 BuildRequires:  fdupes
 BuildRequires:  krb5-devel
@@ -28,7 +26,6 @@
 BuildRequires:  libgcrypt-devel
 BuildRequires:  libtool
 BuildRequires:  openldap2-devel
-BuildRequires:  openslp-devel
 BuildRequires:  openssl-devel
 BuildRequires:  pam-devel
 BuildRequires:  pkg-config
@@ -48,12 +45,11 @@
 Version:3.0.3
 Release:0
 %define libmaj  4
-Summary:AppleTalk for Linux
+Summary:Netatalk AFP Fileserver for Macintosh Clients
 License:GPL-2.0+
 Group:  Productivity/Networking/System
 Source: 
ftp://ftp.sourceforge.net/pub/sourceforge/n/ne/netatalk/netatalk-%{version}.tar.bz2
 Source1:netatalk-latinize.pl
-Source2:rcnetatalk.sh
 Source3:netatalk-upgrade_netatalk_AppleDB.sh
 Source4:netatalk-rpmlintrc
 
@@ -69,7 +65,7 @@
 and the netatalk team at sourceforge.net
 
 %package -n libatalk%{libmaj}
-Summary:Appletalk for Linux
+Summary:Netatalk AFP Fileserver for Macintosh Clients
 Group:  Development/Libraries/C and C++
 
 %description -n libatalk%{libmaj}
@@ -84,7 +80,7 @@
 and the netatalk team at sourceforge.net
 
 %package devel
-Summary:Appletalk for Linux
+Summary:Netatalk AFP Fileserver for Macintosh Clients
 Group:  Development/Libraries/C and C++
 Requires:   %{name} = %{version}
 Requires:   glibc-devel
@@ -110,20 +106,15 @@
 %configure --bindir=/usr/bin \
--disable-static \
--with-pic \
-   --without-logfile \
--with-shadow \
--with-pam \
-   --enable-ldap \
---enable-acls \
+   --with-ldap \
+--with-acls \
--enable-pgp-uam \
-   --enable-krb4-uam \
 --enable-krbV-uam \
-   --enable-timelord \
---enable-ddp \
--enable-overwrite \
--enable-quota \
-   --with-spooldir=/var/spool/cups/tmp \
-   --with-libevent=no \
+   --with-libevent=yes \
--libexecdir=%{_libdir}/netatalk \
 --localstatedir=/var/lib \
 --with-init-style=suse-systemd
@@ -134,7 +125,7 @@
 %install
 %makeinstall
 mkdir -p %{buildroot}%{_sysconfdir}/init.d/
-install -m 755 %{SOURCE2} %{buildroot}%{_sysconfdir}/init.d/netatalk
+install -m 755 distrib/initscripts/rc.suse 
%{buildroot}%{_sysconfdir}/init.d/netatalk
 ln -sf ../../etc/init.d/netatalk %{buildroot}%{_sbindir}/rcnetatalk
 install -m 755 %{SOURCE3} %{buildroot}%{_sbindir}/upgrade_netatalk_AppleDB.sh
 #

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



commit netatalk for openSUSE:Factory

2013-04-03 Thread h_root
Hello community,

here is the log from the commit of package netatalk for openSUSE:Factory 
checked in at 2013-04-03 13:04:44

Comparing /work/SRC/openSUSE:Factory/netatalk (Old)
 and  /work/SRC/openSUSE:Factory/.netatalk.new (New)


Package is "netatalk", Maintainer is "pgaj...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/netatalk/netatalk.changes2013-03-05 
14:01:04.0 +0100
+++ /work/SRC/openSUSE:Factory/.netatalk.new/netatalk.changes   2013-04-03 
13:04:46.0 +0200
@@ -1,0 +2,16 @@
+Tue Apr  2 18:00:18 UTC 2013 - pgaj...@suse.com
+
+- update to 3.0.3:
+  * New ini style configuration file afp.conf which replaces all 
+previous configuration files
+  * New default AppleDouble backend using filesystem Extended 
+Attributes, conversion from AppleDouble v2 is done automatically 
+on access
+  * New service controller process "netatalk" responsible for 
+starting and restarting afpd and cnid_metad as necessary
+  * AppleTalk support has been removed
+  * Coherent cross-platform locking with Solaris CIFS server
+- see http://netatalk.sourceforge.net/3.0/htmldocs/upgrade.html for
+  upgrading instructions
+
+---

Old:

  netatalk-2.2.4.tar.bz2
  netatalk-autogen.sh
  netatalk-automake-1.13.patch
  netatalk-suse-servicedir-update.diff
  netatalk.papd.ppdfile.patch

New:

  netatalk-3.0.3.tar.bz2



Other differences:
--
++ netatalk.spec ++
--- /var/tmp/diff_new_pack.WoERwj/_old  2013-04-03 13:04:48.0 +0200
+++ /var/tmp/diff_new_pack.WoERwj/_new  2013-04-03 13:04:48.0 +0200
@@ -24,6 +24,7 @@
 BuildRequires:  krb5-devel
 BuildRequires:  libacl-devel
 BuildRequires:  libavahi-devel
+BuildRequires:  libevent-devel
 BuildRequires:  libgcrypt-devel
 BuildRequires:  libtool
 BuildRequires:  openldap2-devel
@@ -37,51 +38,29 @@
 BuildRequires:  systemd
 %endif
 Url:http://netatalk.sourceforge.net/
-#
-# --enable-fhs puts config files in /etc/netatalk
-#
-%definenetatalk_pkgconfdir /etc/netatalk
-#
 PreReq: %insserv_prereq %fillup_prereq
 Requires:   cyrus-sasl
 Requires:   db-utils
-Requires:   libldap-2_4-2
 %if 0%{?suse_version} > 1140
 ##Requires:   %{?systemd_requires}
 %endif
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-Version:2.2.4
+Version:3.0.3
 Release:0
+%define libmaj  4
 Summary:AppleTalk for Linux
 License:GPL-2.0+
 Group:  Productivity/Networking/System
-# http://belnet.dl.sourceforge.net/sourceforge/netatalk/netatalk-1.6.2.tar.bz2
 Source: 
ftp://ftp.sourceforge.net/pub/sourceforge/n/ne/netatalk/netatalk-%{version}.tar.bz2
 Source1:netatalk-latinize.pl
 Source2:rcnetatalk.sh
-Source3:netatalk-autogen.sh
+Source3:netatalk-upgrade_netatalk_AppleDB.sh
 Source4:netatalk-rpmlintrc
-Source6:netatalk-upgrade_netatalk_AppleDB.sh
-Patch1: netatalk.papd.ppdfile.patch
-Patch2: netatalk-suse-servicedir-update.diff
-# not sent upstream, check first if new version 3.0.x suffer with this problem 
as well
-Patch3: netatalk-automake-1.13.patch
-
-%if %suse_version > 1220
-%define _unitdir /usr/lib/systemd
-%else
-%define _unitdir /lib/systemd
-%endif
 
 %description
-Netatalk is a freely-available Open Source AFP fileserver. It also
-provides a kernel level implementation of the AppleTalk Protocol
-Suite. A *NIX/*BSD system running Netatalk is capable of serving many
-Macintosh clients simultaneously as an AppleShare file server (AFP),
-AppleTalk router, *NIX/*BSD print server, and for accessing AppleTalk
-printers via Printer Access Protocol (PAP). Included are a number of
-minor printing and debugging utilities.
-
+Netatalk is a freely-available Open Source AFP fileserver. A *NIX/*BSD 
+system running Netatalk is capable of serving many Macintosh clients 
+simultaneously as an AppleShare file server (AFP).
 
 Authors:
 
@@ -89,6 +68,21 @@
 Ann Arbor 
 and the netatalk team at sourceforge.net
 
+%package -n libatalk%{libmaj}
+Summary:Appletalk for Linux
+Group:  Development/Libraries/C and C++
+
+%description -n libatalk%{libmaj}
+Netatalk is a freely-available Open Source AFP fileserver. A *NIX/*BSD 
+system running Netatalk is capable of serving many Macintosh clients 
+simultaneously as an AppleShare file server (AFP).
+
+Authors:
+
+Wesley Craig 
+Ann Arbor 
+and the netatalk team at sourceforge.net
+
 %package devel
 Summary:Appletalk for Linux
 Group:  Development/Libraries/C and C++
@@ -96,14 +90,9 @@
 Requires:   glibc-devel
 
 %description devel
-Netatalk is a fre

commit netatalk for openSUSE:Factory

2013-03-05 Thread h_root
Hello community,

here is the log from the commit of package netatalk for openSUSE:Factory 
checked in at 2013-03-05 14:01:03

Comparing /work/SRC/openSUSE:Factory/netatalk (Old)
 and  /work/SRC/openSUSE:Factory/.netatalk.new (New)


Package is "netatalk", Maintainer is "pgaj...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/netatalk/netatalk.changes2013-02-26 
15:22:32.0 +0100
+++ /work/SRC/openSUSE:Factory/.netatalk.new/netatalk.changes   2013-03-05 
14:01:04.0 +0100
@@ -1,0 +2,6 @@
+Tue Mar  5 09:08:14 UTC 2013 - pgaj...@suse.com
+
+- build with new automake
+  * automake-1.13.patch
+
+---

New:

  netatalk-automake-1.13.patch



Other differences:
--
++ netatalk.spec ++
--- /var/tmp/diff_new_pack.jo0IvU/_old  2013-03-05 14:01:08.0 +0100
+++ /var/tmp/diff_new_pack.jo0IvU/_new  2013-03-05 14:01:08.0 +0100
@@ -64,6 +64,8 @@
 Source6:netatalk-upgrade_netatalk_AppleDB.sh
 Patch1: netatalk.papd.ppdfile.patch
 Patch2: netatalk-suse-servicedir-update.diff
+# not sent upstream, check first if new version 3.0.x suffer with this problem 
as well
+Patch3: netatalk-automake-1.13.patch
 
 %if %suse_version > 1220
 %define _unitdir /usr/lib/systemd
@@ -115,6 +117,7 @@
 %if 0%{?suse_version} > 1220
 %patch2 -p1
 %endif
+%patch3 -p1
 cp -avL %{SOURCE1} .
 cat >> config/AppleVolumes.default.tmpl <

commit netatalk for openSUSE:Factory

2013-02-26 Thread h_root
Hello community,

here is the log from the commit of package netatalk for openSUSE:Factory 
checked in at 2013-02-26 15:22:31

Comparing /work/SRC/openSUSE:Factory/netatalk (Old)
 and  /work/SRC/openSUSE:Factory/.netatalk.new (New)


Package is "netatalk", Maintainer is "pgaj...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/netatalk/netatalk.changes2012-10-03 
08:04:53.0 +0200
+++ /work/SRC/openSUSE:Factory/.netatalk.new/netatalk.changes   2013-02-26 
15:22:32.0 +0100
@@ -1,0 +2,7 @@
+Mon Feb 25 08:48:30 UTC 2013 - m...@suse.com
+
+- Install netatalk.service accordingly (/usr/lib/systemd for 12.3 
+  and up or /lib/systemd for older versions).
+  * Added netatalk-suse-servicedir-update.diff
+
+---

New:

  netatalk-suse-servicedir-update.diff



Other differences:
--
++ netatalk.spec ++
--- /var/tmp/diff_new_pack.3tWn86/_old  2013-02-26 15:22:34.0 +0100
+++ /var/tmp/diff_new_pack.3tWn86/_new  2013-02-26 15:22:34.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package netatalk
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -63,6 +63,13 @@
 Source4:netatalk-rpmlintrc
 Source6:netatalk-upgrade_netatalk_AppleDB.sh
 Patch1: netatalk.papd.ppdfile.patch
+Patch2: netatalk-suse-servicedir-update.diff
+
+%if %suse_version > 1220
+%define _unitdir /usr/lib/systemd
+%else
+%define _unitdir /lib/systemd
+%endif
 
 %description
 Netatalk is a freely-available Open Source AFP fileserver. It also
@@ -105,6 +112,9 @@
 %prep
 %setup -q -n netatalk-%{version}
 %patch1 -p1
+%if 0%{?suse_version} > 1220
+%patch2 -p1
+%endif
 cp -avL %{SOURCE1} .
 cat >> config/AppleVolumes.default.tmpl <

commit netatalk for openSUSE:Factory

2012-10-02 Thread h_root
Hello community,

here is the log from the commit of package netatalk for openSUSE:Factory 
checked in at 2012-10-03 08:04:52

Comparing /work/SRC/openSUSE:Factory/netatalk (Old)
 and  /work/SRC/openSUSE:Factory/.netatalk.new (New)


Package is "netatalk", Maintainer is "pgaj...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/netatalk/netatalk.changes2012-02-14 
11:25:21.0 +0100
+++ /work/SRC/openSUSE:Factory/.netatalk.new/netatalk.changes   2012-10-03 
08:04:53.0 +0200
@@ -1,0 +2,36 @@
+Tue Oct  2 08:52:49 UTC 2012 - pgaj...@suse.com
+
+- update to 2.2.4:
+FIX: Missing UAM links
+FIX: Lockup in AFP logout on Fedora 17
+FIX: Reset signal handlers and alarm timer after successfull PAM 
+ authentication. Fixes a problem with AFP disconnects caused 
+ by pam_smbpass.so messing with our handlers and timer.
+FIX: afpd: Fix a possible problem with sendfile on Solaris derived 
+ platforms
+NEW: afpd: support for mdnsresponder
+NEW: afpd: new LDAP config option ldap_uuid_string
+UPD: based on Unicode 6.1.0
+UPD: experimental systemd service files: always run both afpd 
+ and cnid_metad
+UPD: afpd: Ensure our umask is not altered by eg pam_umask
+UPD: afpd: Use GSS_C_NO_NAME as server principal when Kerberos 
+ options -fqdn and -krb5service are not set, from Jamie Gilbertson
+UPD: afpd: Changed behaviour for TimeMachine volumes in case there’s a 
+ problem talking to the CNID daemons. Previously the volume was 
+ flagged read-only and an AFP message was sent to the client. 
+ As this might result in TimeMachine assuming the backup sparse 
+ bundle is damaged, we now just switch the CNID database 
+ to an in-memory tdb without the additional stuff.
+FIX: afpd: sendfile() on FreeBSD was broken, courtesy of Denis Ahrens
+FIX: afpd: Dont use searchdb when doing partial name search
+FIX: afpd: Fix a possible bug handling disconnected sessions, 
+ NetAFP Bug ID #16
+FIX: afpd: Close IPC fds in afpd session child inherited from the afpd 
+ master process
+FIX: dbd: Don’t remove BerkeleyDB if it’s still in use by eg cnid_dbd, 
+ fixes bug introduced in 2.2.2
+FIX: debian initscript: start avahi-daemon (if available) before atalkd
+FIX: Zeroconf could not advertise non-ASCII time machine volume name
+
+---

Old:

  netatalk-2.2.2.tar.bz2

New:

  netatalk-2.2.4.tar.bz2



Other differences:
--
++ netatalk.spec ++
--- /var/tmp/diff_new_pack.NXL01u/_old  2012-10-03 08:04:54.0 +0200
+++ /var/tmp/diff_new_pack.NXL01u/_new  2012-10-03 08:04:54.0 +0200
@@ -16,7 +16,6 @@
 #
 
 
-
 Name:   netatalk
 BuildRequires:  cups
 BuildRequires:  cups-devel
@@ -44,12 +43,14 @@
 %definenetatalk_pkgconfdir /etc/netatalk
 #
 PreReq: %insserv_prereq %fillup_prereq
-Requires:   db-utils libldap-2_4-2 cyrus-sasl
+Requires:   cyrus-sasl
+Requires:   db-utils
+Requires:   libldap-2_4-2
 %if 0%{?suse_version} > 1140
 ##Requires:   %{?systemd_requires}
 %endif
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-Version:2.2.2
+Version:2.2.4
 Release:0
 Summary:AppleTalk for Linux
 License:GPL-2.0+
@@ -82,7 +83,8 @@
 %package devel
 Summary:Appletalk for Linux
 Group:  Development/Libraries/C and C++
-Requires:   %{name} = %{version} glibc-devel
+Requires:   %{name} = %{version}
+Requires:   glibc-devel
 
 %description devel
 Netatalk is a freely-available Open Source AFP fileserver. It also

++ netatalk-2.2.2.tar.bz2 -> netatalk-2.2.4.tar.bz2 ++
 128400 lines of diff (skipped)

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



commit netatalk for openSUSE:Factory

2012-02-14 Thread h_root
Hello community,

here is the log from the commit of package netatalk for openSUSE:Factory 
checked in at 2012-02-14 11:25:19

Comparing /work/SRC/openSUSE:Factory/netatalk (Old)
 and  /work/SRC/openSUSE:Factory/.netatalk.new (New)


Package is "netatalk", Maintainer is "pgaj...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/netatalk/netatalk.changes2012-01-31 
10:21:23.0 +0100
+++ /work/SRC/openSUSE:Factory/.netatalk.new/netatalk.changes   2012-02-14 
11:25:21.0 +0100
@@ -1,0 +2,19 @@
+Mon Feb  6 11:35:36 UTC 2012 - pgaj...@suse.com
+
+- update to 2.2.2:
+  * AFP 3.3 support (necessary for TimeMachine and Lion)
+  * Robust network disconnect/reconnect, especially important for Time Machine
+  * Support for fast AFP searches (CNID backend "dbd" only)
+  * POSIX draft 1e ACL support
+  * Complete Netatalk volume compatible ad file utility suite
+  * Dynamic filesystem cache
+  * Builtin Zeroconf registration of the AFP server and TimeMachine volumes
+  * Support for ACLs without a common Directory Service between server and 
client
+  * Important: The enhancements for fast AFP searches are only implemented 
+for the CNID backend "dbd" and require changes to the underlying CNID 
+database, ie an additional index. This breaks drop-in compatibility 
+between the CNID backends "cdb" and "dbd". Once "dbd" has upgraded 
+a CNID database of a volume, "cdb" will reject to open it.
+  * removed upstreamed build.patch
+
+---

Old:

  netatalk-2.2.1.tar.bz2
  netatalk-build.patch

New:

  netatalk-2.2.2.tar.bz2



Other differences:
--
++ netatalk.spec ++
--- /var/tmp/diff_new_pack.M2nyin/_old  2012-02-14 11:25:22.0 +0100
+++ /var/tmp/diff_new_pack.M2nyin/_new  2012-02-14 11:25:22.0 +0100
@@ -15,6 +15,8 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
+
 Name:   netatalk
 BuildRequires:  cups
 BuildRequires:  cups-devel
@@ -32,6 +34,9 @@
 BuildRequires:  pkg-config
 BuildRequires:  tcpd-devel
 BuildRequires:  zlib-devel
+%if 0%{?suse_version} > 1140
+BuildRequires:  systemd
+%endif
 Url:http://netatalk.sourceforge.net/
 #
 # --enable-fhs puts config files in /etc/netatalk
@@ -40,8 +45,11 @@
 #
 PreReq: %insserv_prereq %fillup_prereq
 Requires:   db-utils libldap-2_4-2 cyrus-sasl
+%if 0%{?suse_version} > 1140
+##Requires:   %{?systemd_requires}
+%endif
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-Version:2.2.1
+Version:2.2.2
 Release:0
 Summary:AppleTalk for Linux
 License:GPL-2.0+
@@ -54,7 +62,6 @@
 Source4:netatalk-rpmlintrc
 Source6:netatalk-upgrade_netatalk_AppleDB.sh
 Patch1: netatalk.papd.ppdfile.patch
-Patch2: netatalk-build.patch
 
 %description
 Netatalk is a freely-available Open Source AFP fileserver. It also
@@ -96,9 +103,7 @@
 %prep
 %setup -q -n netatalk-%{version}
 %patch1 -p1
-%patch2 -p1
 cp -avL %{SOURCE1} .
-cp -avL %{SOURCE2} distrib/initscripts/rc.atalk.suse.tmpl
 cat >> config/AppleVolumes.default.tmpl < 1140
+%service_add_pre netatalk.service
+%endif
 exit 0
 
 %preun
-%stop_on_removal atalk
+%stop_on_removal netatalk
+%if 0%{?suse_version} > 1140
+%service_del_preun netatalk.service
+%endif
 
 %post
 %{fillup_and_insserv netatalk}
+%restart_on_update netatalk
+%if 0%{?suse_version} > 1140
+%service_add_post netatalk.service
+%endif
 
 %postun
-%restart_on_update
 %insserv_cleanup
+%if 0%{?suse_version} > 1140
+%service_del_postun netatalk.service
+%endif
 
 %files -f files.netatalk
 %defattr (-,root,root)
@@ -204,6 +223,7 @@
 %config %{_sysconfdir}/pam.d/*
 #
 %attr(755,root,root) %{_sysconfdir}/init.d/netatalk
+/lib/systemd/system/netatalk.service
 %attr(755,root,root) %{_bindir}/*
 %attr(755,root,lp) %{_sbindir}/papd
 

++ netatalk-2.2.1.tar.bz2 -> netatalk-2.2.2.tar.bz2 ++
 11172 lines of diff (skipped)

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



commit netatalk for openSUSE:Factory

2012-01-31 Thread h_root
Hello community,

here is the log from the commit of package netatalk for openSUSE:Factory 
checked in at 2012-01-31 10:21:08

Comparing /work/SRC/openSUSE:Factory/netatalk (Old)
 and  /work/SRC/openSUSE:Factory/.netatalk.new (New)


Package is "netatalk", Maintainer is "pgaj...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/netatalk/netatalk.changes2011-11-22 
17:49:11.0 +0100
+++ /work/SRC/openSUSE:Factory/.netatalk.new/netatalk.changes   2012-01-31 
10:21:23.0 +0100
@@ -1,0 +2,11 @@
+Mon Jan 30 11:54:31 UTC 2012 - pgaj...@suse.com
+
+- require krb5-devel for build
+
+---
+Thu Jan 12 09:17:45 UTC 2012 - pgaj...@suse.com
+
+- Shanti Kulkarni: compile netatalk with LDAP, ACL, Kerberos V, 
+  and quota options [bnc#740091]
+
+---



Other differences:
--
++ netatalk.spec ++
--- /var/tmp/diff_new_pack.hZ12Dx/_old  2012-01-31 10:21:25.0 +0100
+++ /var/tmp/diff_new_pack.hZ12Dx/_new  2012-01-31 10:21:25.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package netatalk
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,26 +15,37 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
-
 Name:   netatalk
-BuildRequires:  cups cups-devel db-devel openslp-devel openssl-devel pam-devel 
tcpd-devel zlib-devel
-BuildRequires:  fdupes libavahi-devel libgcrypt-devel libtool pkg-config
+BuildRequires:  cups
+BuildRequires:  cups-devel
+BuildRequires:  db-devel
+BuildRequires:  fdupes
+BuildRequires:  krb5-devel
+BuildRequires:  libacl-devel
+BuildRequires:  libavahi-devel
+BuildRequires:  libgcrypt-devel
+BuildRequires:  libtool
+BuildRequires:  openldap2-devel
+BuildRequires:  openslp-devel
+BuildRequires:  openssl-devel
+BuildRequires:  pam-devel
+BuildRequires:  pkg-config
+BuildRequires:  tcpd-devel
+BuildRequires:  zlib-devel
 Url:http://netatalk.sourceforge.net/
 #
 # --enable-fhs puts config files in /etc/netatalk
 #
 %definenetatalk_pkgconfdir /etc/netatalk
 #
-License:GPL-2.0+
-Group:  Productivity/Networking/System
 PreReq: %insserv_prereq %fillup_prereq
-Requires:   db-utils
+Requires:   db-utils libldap-2_4-2 cyrus-sasl
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Version:2.2.1
-Release:1
+Release:0
 Summary:AppleTalk for Linux
+License:GPL-2.0+
+Group:  Productivity/Networking/System
 # http://belnet.dl.sourceforge.net/sourceforge/netatalk/netatalk-1.6.2.tar.bz2
 Source: 
ftp://ftp.sourceforge.net/pub/sourceforge/n/ne/netatalk/netatalk-%{version}.tar.bz2
 Source1:netatalk-latinize.pl
@@ -62,7 +73,6 @@
 and the netatalk team at sourceforge.net
 
 %package devel
-License:GPL-2.0+
 Summary:Appletalk for Linux
 Group:  Development/Libraries/C and C++
 Requires:   %{name} = %{version} glibc-devel
@@ -123,15 +133,17 @@
--without-logfile \
--with-shadow \
--with-pam \
-   \
+   --enable-ldap \
+--enable-acls \
--enable-pgp-uam \
--enable-krb4-uam \
+--enable-krbV-uam \
--enable-timelord \
 --enable-ddp \
--enable-suse \
--enable-fhs \
--enable-overwrite \
-   --disable-quota \
+   --enable-quota \
--with-spooldir=/var/spool/cups/tmp \
\
--libexecdir=%{_libdir}/netatalk

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



commit netatalk for openSUSE:Factory

2011-12-06 Thread h_root
Hello community,

here is the log from the commit of package netatalk for openSUSE:Factory 
checked in at 2011-12-06 18:31:31

Comparing /work/SRC/openSUSE:Factory/netatalk (Old)
 and  /work/SRC/openSUSE:Factory/.netatalk.new (New)


Package is "netatalk", Maintainer is "pgaj...@suse.com"

Changes:




Other differences:
--
++ netatalk.spec ++
--- /var/tmp/diff_new_pack.9JJKFX/_old  2011-12-06 18:53:01.0 +0100
+++ /var/tmp/diff_new_pack.9JJKFX/_new  2011-12-06 18:53:01.0 +0100
@@ -27,7 +27,7 @@
 #
 %definenetatalk_pkgconfdir /etc/netatalk
 #
-License:GPL v2 or later
+License:GPL-2.0+
 Group:  Productivity/Networking/System
 PreReq: %insserv_prereq %fillup_prereq
 Requires:   db-utils
@@ -62,7 +62,7 @@
 and the netatalk team at sourceforge.net
 
 %package devel
-License:GPL v2 or later
+License:GPL-2.0+
 Summary:Appletalk for Linux
 Group:  Development/Libraries/C and C++
 Requires:   %{name} = %{version} glibc-devel

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



commit netatalk for openSUSE:Factory

2011-11-22 Thread h_root
Hello community,

here is the log from the commit of package netatalk for openSUSE:Factory 
checked in at 2011-11-22 17:48:49

Comparing /work/SRC/openSUSE:Factory/netatalk (Old)
 and  /work/SRC/openSUSE:Factory/.netatalk.new (New)


Package is "netatalk", Maintainer is "pgaj...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/netatalk/netatalk.changes2011-09-23 
02:14:25.0 +0200
+++ /work/SRC/openSUSE:Factory/.netatalk.new/netatalk.changes   2011-11-22 
17:49:11.0 +0100
@@ -1,0 +2,5 @@
+Sun Nov 20 06:26:30 UTC 2011 - co...@suse.com
+
+- add libtool as buildrequire to avoid implicit dependency
+
+---



Other differences:
--
++ netatalk.spec ++
--- /var/tmp/diff_new_pack.dA7iPP/_old  2011-11-22 17:49:12.0 +0100
+++ /var/tmp/diff_new_pack.dA7iPP/_new  2011-11-22 17:49:12.0 +0100
@@ -20,7 +20,7 @@
 
 Name:   netatalk
 BuildRequires:  cups cups-devel db-devel openslp-devel openssl-devel pam-devel 
tcpd-devel zlib-devel
-BuildRequires:  fdupes libavahi-devel libgcrypt-devel pkg-config
+BuildRequires:  fdupes libavahi-devel libgcrypt-devel libtool pkg-config
 Url:http://netatalk.sourceforge.net/
 #
 # --enable-fhs puts config files in /etc/netatalk

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



commit netatalk for openSUSE:Factory

2011-08-30 Thread h_root

Hello community,

here is the log from the commit of package netatalk for openSUSE:Factory
checked in at Tue Aug 30 10:33:31 CEST 2011.




--- netatalk/netatalk.changes   2011-08-25 11:26:43.0 +0200
+++ /mounts/work_src_done/STABLE/netatalk/netatalk.changes  2011-08-29 
21:00:42.0 +0200
@@ -1,0 +2,5 @@
+Mon Aug 29 19:05:42 UTC 2011 - pgaj...@suse.com
+
+- don't use /var/lock/subsys in initscript [bnc#714662]
+
+---

calling whatdependson for head-i586




Other differences:
--
++ netatalk.spec ++
--- /var/tmp/diff_new_pack.AltGpd/_old  2011-08-30 10:33:09.0 +0200
+++ /var/tmp/diff_new_pack.AltGpd/_new  2011-08-30 10:33:09.0 +0200
@@ -33,7 +33,7 @@
 Requires:   db-utils
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Version:2.2.0
-Release:1
+Release:3
 Summary:AppleTalk for Linux
 # http://belnet.dl.sourceforge.net/sourceforge/netatalk/netatalk-1.6.2.tar.bz2
 Source: 
ftp://ftp.sourceforge.net/pub/sourceforge/n/ne/netatalk/netatalk-%{version}.tar.bz2

++ rcnetatalk.sh ++
--- /var/tmp/diff_new_pack.AltGpd/_old  2011-08-30 10:33:10.0 +0200
+++ /var/tmp/diff_new_pack.AltGpd/_new  2011-08-30 10:33:10.0 +0200
@@ -71,7 +71,6 @@
rc_status -v
 fi
 
-   touch /var/lock/subsys/atalk 
 }
 
 case "$1" in






Remember to have fun...

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