Hello community,

here is the log from the commit of package fnotifystat for openSUSE:Factory 
checked in at 2020-08-24 15:13:01
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/fnotifystat (Old)
 and      /work/SRC/openSUSE:Factory/.fnotifystat.new.3399 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "fnotifystat"

Mon Aug 24 15:13:01 2020 rev:6 rq:828647 version:0.02.06

Changes:
--------
--- /work/SRC/openSUSE:Factory/fnotifystat/fnotifystat.changes  2020-03-08 
22:25:07.500114025 +0100
+++ /work/SRC/openSUSE:Factory/.fnotifystat.new.3399/fnotifystat.changes        
2020-08-24 15:13:38.466702170 +0200
@@ -1,0 +2,6 @@
+Sun Aug 16 17:12:55 UTC 2020 - Dirk Mueller <[email protected]>
+
+- update to 0.02.06
+  * code style cosmetic fixes 
+
+-------------------------------------------------------------------

Old:
----
  fnotifystat-0.02.05.tar.gz

New:
----
  fnotifystat-0.02.06.tar.gz

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

Other differences:
------------------
++++++ fnotifystat.spec ++++++
--- /var/tmp/diff_new_pack.3ZabJH/_old  2020-08-24 15:13:41.298703550 +0200
+++ /var/tmp/diff_new_pack.3ZabJH/_new  2020-08-24 15:13:41.302703552 +0200
@@ -18,7 +18,7 @@
 
 
 Name:           fnotifystat
-Version:        0.02.05
+Version:        0.02.06
 Release:        0
 Summary:        File activity monitoring tool
 License:        GPL-2.0-or-later

++++++ fnotifystat-0.02.05.tar.gz -> fnotifystat-0.02.06.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/fnotifystat-0.02.05/Makefile 
new/fnotifystat-0.02.06/Makefile
--- old/fnotifystat-0.02.05/Makefile    2020-02-27 13:38:02.000000000 +0100
+++ new/fnotifystat-0.02.06/Makefile    2020-07-04 12:09:54.000000000 +0200
@@ -16,7 +16,7 @@
 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, 
USA.
 #
 
-VERSION=0.02.05
+VERSION=0.02.06
 
 CFLAGS += -Wall -Wextra -DVERSION='"$(VERSION)"' -O2
 
@@ -44,7 +44,7 @@
        rm -rf fnotifystat-$(VERSION)
        mkdir fnotifystat-$(VERSION)
        cp -rp Makefile fnotifystat.c fnotifystat.8 COPYING \
-               .travis.yml bash-completion fnotifystat-$(VERSION)
+               .travis.yml bash-completion snap fnotifystat-$(VERSION)
        tar -zcf fnotifystat-$(VERSION).tar.gz fnotifystat-$(VERSION)
        rm -rf fnotifystat-$(VERSION)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/fnotifystat-0.02.05/fnotifystat.c 
new/fnotifystat-0.02.06/fnotifystat.c
--- old/fnotifystat-0.02.05/fnotifystat.c       2020-02-27 13:38:02.000000000 
+0100
+++ new/fnotifystat-0.02.06/fnotifystat.c       2020-07-04 12:09:54.000000000 
+0200
@@ -1511,7 +1511,7 @@
                if (gettimeofday(&tv1, NULL) < 0)
                        pr_error("gettimeofday failed");
 
-               while(!stop_fnotifystat) {
+               while (!stop_fnotifystat) {
                        fd_set rfds;
                        double remaining;
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/fnotifystat-0.02.05/snap/snapcraft.yaml 
new/fnotifystat-0.02.06/snap/snapcraft.yaml
--- old/fnotifystat-0.02.05/snap/snapcraft.yaml 1970-01-01 01:00:00.000000000 
+0100
+++ new/fnotifystat-0.02.06/snap/snapcraft.yaml 2020-07-04 12:09:54.000000000 
+0200
@@ -0,0 +1,35 @@
+name: fnotifystat
+summary: tool to measure page faults
+description: fnotifystat measures page fault activity and swap utilization of 
processes
+confinement: classic
+grade: stable
+assumes: [snapd2.37]
+base: core18
+type: app
+adopt-info: fnotifystat
+
+environment:
+    CFLAGS: '-fstack-protector-strong -Wformat -Werror=format-security'
+    LDFLAGS: Wl,-z,relro
+
+parts:
+    fnotifystat:
+        plugin: make
+        source: https://github.com/ColinIanKing/fnotifystat.git
+        override-pull: |
+            snapcraftctl pull
+            description=$(git describe HEAD --tags)
+            sha=$(echo $description | tr '-' ' ' | awk '{print $NF}')
+            version=${description%$sha}
+            commits=$(git log --oneline | wc -l)
+            date=$(date +'%Y%m%d')
+            snapcraftctl set-version "$version$date-$commits-$sha"
+        build-packages:
+            - gcc
+            - make
+apps:
+    fnotifystat:
+        plugs: 
+            - home
+            - system-observe
+        command: usr/sbin/fnotifystat


Reply via email to