Hello community,

here is the log from the commit of package collectl for openSUSE:Factory 
checked in at 2015-04-25 09:53:14
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/collectl (Old)
 and      /work/SRC/openSUSE:Factory/.collectl.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "collectl"

Changes:
--------
--- /work/SRC/openSUSE:Factory/collectl/collectl.changes        2014-09-26 
11:21:26.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.collectl.new/collectl.changes   2015-04-25 
11:25:50.000000000 +0200
@@ -1,0 +2,10 @@
+Mon Apr 20 13:42:38 UTC 2015 - mplus...@suse.com
+
+- Update to 4.0.0
+  * for a complete list of changes see RELEASE-collectl
+- Cleanup spec-file with spec-cleaner
+- Use url for source
+- Fix broken rcservice symlink
+- Add ommited systemd service pre macro
+
+-------------------------------------------------------------------

Old:
----
  collectl-3.7.4.src.tar.gz

New:
----
  collectl-4.0.0.src.tar.gz

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

Other differences:
------------------
++++++ collectl.spec ++++++
--- /var/tmp/diff_new_pack.M9tnNK/_old  2015-04-25 11:25:50.000000000 +0200
+++ /var/tmp/diff_new_pack.M9tnNK/_new  2015-04-25 11:25:50.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package collectl
 #
-# 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,18 +17,18 @@
 
 
 Name:           collectl
+Version:        4.0.0
+Release:        0
 Summary:        Collects data that describes the current system status
 License:        Artistic-1.0 and GPL-2.0+
 Group:          System/Monitoring
 Url:            http://collectl.sourceforge.net
-Version:        3.7.4
-Release:        0
-Source0:        %name-%version.src.tar.gz
+Source0:        
http://sourceforge.net/projects/collectl/files/collectl/%{name}-%{version}/%{name}-%{version}.src.tar.gz
 Source1:        collectl.service
 Source2:        collectl.sysconfig
 BuildRequires:  pkgconfig(systemd)
-%{?systemd_requires}
 BuildArch:      noarch
+%{?systemd_requires}
 
 %description
 Unlike most monitoring tools that either focus on a small set of
@@ -42,26 +42,30 @@
 
 %install
 # Install collectl in /usr/bin and link it in /usr/sbin
-install -m 755 -D collectl.pl %buildroot%_bindir/collectl
-mkdir -p %buildroot/%_sbindir
-ln -s  %_bindir/collectl %buildroot/%_sbindir/collectl
-install -m 644 -D collectl.conf %buildroot/%_sysconfdir/collectl.conf
-install -D formatit.ph %buildroot%_datadir/%name/formatit.ph
-install -D lexpr.ph %buildroot%_datadir/%name/lexpr.ph
-install -D gexpr.ph %buildroot%_datadir/%name/gexpr.ph
-install -D misc.ph %buildroot%_datadir/%name/misc.ph
-install -D hello.ph %buildroot%_datadir/%name/hello.ph
-install -D graphite.ph %buildroot%_datadir/%name/graphite.ph
-install -D vmstat.ph %buildroot%_datadir/%name/vmstat.ph
-install -m 755 -D %{SOURCE1} %buildroot/%{_unitdir}/collectl.service
-ln -sf /sbin/service %{buildroot}/usr/sbin/rccollectl
-install -m 644 -D %{SOURCE2} 
%buildroot/var/adm/fillup-templates/sysconfig.collectl
-install -m 644 -D man1/collectl.1 %buildroot%_mandir/man1/collectl.1 
+install -m 755 -D collectl %{buildroot}%{_bindir}/collectl
+mkdir -p %{buildroot}/%{_sbindir}
+ln -s  %{_bindir}/collectl %{buildroot}/%{_sbindir}/collectl
+install -m 644 -D collectl.conf %{buildroot}/%{_sysconfdir}/collectl.conf
+install -D formatit.ph %{buildroot}%{_datadir}/%{name}/formatit.ph
+install -D lexpr.ph %{buildroot}%{_datadir}/%{name}/lexpr.ph
+install -D gexpr.ph %{buildroot}%{_datadir}/%{name}/gexpr.ph
+install -D misc.ph %{buildroot}%{_datadir}/%{name}/misc.ph
+install -D hello.ph %{buildroot}%{_datadir}/%{name}/hello.ph
+install -D graphite.ph %{buildroot}%{_datadir}/%{name}/graphite.ph
+install -D vmstat.ph %{buildroot}%{_datadir}/%{name}/vmstat.ph
+install -m 755 -D %{SOURCE1} %{buildroot}/%{_unitdir}/collectl.service
+ln -sf %{_sbindir}/service %{buildroot}%{_sbindir}/rccollectl
+install -m 644 -D %{SOURCE2} 
%{buildroot}%{_localstatedir}/adm/fillup-templates/sysconfig.collectl
+install -m 644 -D man1/collectl.1 %{buildroot}%{_mandir}/man1/collectl.1
 
 %post
-%{fillup_only}
+%fillup_only
 %service_add_post %{name}.service
 
+%pre
+%fillup_only
+%service_add_pre %{name}.service
+
 %preun
 %service_del_preun %{name}.service
 
@@ -72,12 +76,12 @@
 %defattr(-,root,root)
 %doc docs/* COPYING ARTISTIC GPL README RELEASE-collectl
 %{_unitdir}/collectl.service
-/var/adm/fillup-templates/sysconfig.collectl
-%config(noreplace) %_sysconfdir/collectl.conf
-%_bindir/collectl
-%_sbindir/collectl
-%_sbindir/rccollectl
-%_datadir/collectl
-%_mandir/man1/collectl.1.gz
+%{_localstatedir}/adm/fillup-templates/sysconfig.collectl
+%config(noreplace) %{_sysconfdir}/collectl.conf
+%{_bindir}/collectl
+%{_sbindir}/collectl
+%{_sbindir}/rccollectl
+%{_datadir}/collectl
+%{_mandir}/man1/collectl.1.gz
 
 %changelog

++++++ collectl-3.7.4.src.tar.gz -> collectl-4.0.0.src.tar.gz ++++++
++++ 18385 lines of diff (skipped)


Reply via email to