Hello community,

here is the log from the commit of package ccgfs for openSUSE:Factory checked 
in at 2011-12-13 11:48:25
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ccgfs (Old)
 and      /work/SRC/openSUSE:Factory/.ccgfs.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ccgfs", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/ccgfs/ccgfs.changes      2011-09-23 
01:53:17.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.ccgfs.new/ccgfs.changes 2011-12-13 
11:48:26.000000000 +0100
@@ -1,0 +2,8 @@
+Sat Dec  3 23:31:53 UTC 2011 - [email protected]
+
+- Update to new upstream release 0.80
+* support for O_CLOEXEC
+* use nanosecond-resolution for utimes call
+* subsecond resolution for getattr
+
+-------------------------------------------------------------------

Old:
----
  ccgfs-0.79.tar.xz

New:
----
  ccgfs-0.80.tar.xz
  ccgfs-0.80.tar.xz.asc

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

Other differences:
------------------
++++++ ccgfs.spec ++++++
--- /var/tmp/diff_new_pack.tWSBW1/_old  2011-12-13 11:48:28.000000000 +0100
+++ /var/tmp/diff_new_pack.tWSBW1/_new  2011-12-13 11:48:28.000000000 +0100
@@ -18,19 +18,26 @@
 
 
 Name:           ccgfs
-Version:        0.79
-Release:        1
+Version:        0.80
+Release:        0
 Group:          System/Filesystems
 Summary:        Transport-agnostic network filesystem
-License:        GPLv3
-Url:            http://ccgfs.sf.net/
+License:        GPL-3.0
+URL:            http://ccgfs.sf.net/
 
 #Git-Clone:    git://ccgfs.sf.net/gitroot/ccgfs/ccgfs
 Source:         %name-%version.tar.xz
+Source2:        %name-%version.tar.xz.asc
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  fuse-devel >= 2.6.5 libattr-devel libxml2-devel >= 2.6
-BuildRequires:  libHX-devel >= 3.4 openssl-devel >= 0.9.7 pkg-config >= 0.19
-BuildRequires:  xz
+BuildRequires:  automake libattr-devel
+BuildRequires:  pkgconfig >= 0.19 pkgconfig(fuse) >= 2.6.5
+BuildRequires:  pkgconfig(libHX) >= 3.12 pkgconfig(libcrypto) >= 0.9.7
+BuildRequires:  pkgconfig(libxml-2.0) >= 2.6 xz
+%if 0%{?suse_version} >= 1200
+%define with_systemd 1
+BuildRequires:  systemd >= 37
+%{?systemd_requires}
+%endif
 
 %description
 ccgfs is a transport-agnostic filesystem. Common transport modes are
@@ -53,15 +60,35 @@
 %install
 make install DESTDIR="%buildroot";
 
+%if 0%{?with_systemd}
+
+%pre
+%service_add_pre ccgfs-super.service
+%endif
+
+%if 0%{?with_systemd}
+
+%post
+%service_add_post ccgfs-super.service
+%endif
+
 %preun
 %stop_on_removal ccgfs-super
+%if 0%{?with_systemd}
+%service_del_preun ccgfs-super.service
+%endif
 
 %postun
+%restart_on_update ccgfs-super
 %insserv_cleanup
+%if 0%{?with_systemd}
+%service_del_postun ccgfs-super.service
+%endif
 
 %files
 %defattr(-,root,root)
-%_sysconfdir/init.d/*
+%_initddir/*
+/lib/systemd/system/*.service
 %_sbindir/*
 %doc doc/*.txt
 %doc %_mandir/*/*

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to