Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package quotatool for openSUSE:Factory 
checked in at 2024-08-01 22:05:16
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/quotatool (Old)
 and      /work/SRC/openSUSE:Factory/.quotatool.new.7232 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "quotatool"

Thu Aug  1 22:05:16 2024 rev:4 rq:1190860 version:1.6.5

Changes:
--------
--- /work/SRC/openSUSE:Factory/quotatool/quotatool.changes      2024-06-17 
19:34:05.172411234 +0200
+++ /work/SRC/openSUSE:Factory/.quotatool.new.7232/quotatool.changes    
2024-08-01 22:05:58.812304307 +0200
@@ -1,0 +2,6 @@
+Thu Aug  1 05:46:32 UTC 2024 - Martin Pluskal <mplus...@suse.com>
+
+- Update to version 1.6.5:
+  * Fix issue #28: 'fix missing __P definition for musl compile'
+
+-------------------------------------------------------------------

Old:
----
  quotatool-1.6.4.tar.gz

New:
----
  quotatool-1.6.5.tar.gz

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

Other differences:
------------------
++++++ quotatool.spec ++++++
--- /var/tmp/diff_new_pack.Y7XmKQ/_old  2024-08-01 22:05:59.540334334 +0200
+++ /var/tmp/diff_new_pack.Y7XmKQ/_new  2024-08-01 22:05:59.544334499 +0200
@@ -17,11 +17,10 @@
 
 
 Name:           quotatool
-Version:        1.6.4
+Version:        1.6.5
 Release:        0
 Summary:        A utility for setting and manipulating filesystem quotas from 
the command line
 License:        GPL-2.0-only
-Group:          System/Filesystems
 URL:            https://quotatool.ekenberg.se
 Source0:        
https://github.com/ekenberg/quotatool/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
 
@@ -31,7 +30,7 @@
 with ext2, ext3, ReiserFS, and XFS), Solaris, and AIX.
 
 %prep
-%setup -q
+%autosetup
 
 %build
 %configure

++++++ quotatool-1.6.4.tar.gz -> quotatool-1.6.5.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/quotatool-1.6.4/ChangeLog 
new/quotatool-1.6.5/ChangeLog
--- old/quotatool-1.6.4/ChangeLog       2024-05-01 17:23:48.000000000 +0200
+++ new/quotatool-1.6.5/ChangeLog       2024-07-24 11:23:51.000000000 +0200
@@ -1,3 +1,7 @@
+24 July 2024 (1.6.5)
+       - Fix issue #28: 'fix missing __P definition for musl compile'
+       - Add license info to README
+
 1 May 2024 (1.6.4)
        - Fix issue #27: 'Failed setting gracetime (generic): Invalid argument'
        - Update to autoconf 2.71
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/quotatool-1.6.4/README.md 
new/quotatool-1.6.5/README.md
--- old/quotatool-1.6.4/README.md       2024-05-01 17:23:48.000000000 +0200
+++ new/quotatool-1.6.5/README.md       2024-07-24 11:23:51.000000000 +0200
@@ -154,7 +154,7 @@
 -- Mac OS X --
 
 -- BSD --
-FreeBSD, OpenBSD, NetBSD (ufs, ffs)
+FreeBSD, OpenBSD, NetBSD (ufs, ffs**
 
 -- Solaris --
 
@@ -162,3 +162,6 @@
 
 Missing your favorite *nix OS? Missing a feature, or found a bug?
 Feel free to add an Issue on https://github.com/ekenberg/quotatool
+
+## License
+This software is available under the terms of the GNU Public License (GPL) 2.0 
or any later version.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/quotatool-1.6.4/configure 
new/quotatool-1.6.5/configure
--- old/quotatool-1.6.4/configure       2024-05-01 17:23:48.000000000 +0200
+++ new/quotatool-1.6.5/configure       2024-07-24 11:23:51.000000000 +0200
@@ -2502,7 +2502,7 @@
 
 MAJOR_VERSION=1
 MINOR_VERSION=6
-PATCHLEVEL=4
+PATCHLEVEL=5
 COPYRIGHT_NOTICE="Copyright (c) 1999-2024 Mike Glover / Johan Ekenberg"
 WWW_URL="https://github.com/ekenberg/quotatool | http://quotatool.ekenberg.se";
 
@@ -5697,5 +5697,3 @@
   { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: 
$ac_unrecognized_opts" >&5
 printf "%s\n" "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" 
>&2;}
 fi
-
-
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/quotatool-1.6.4/configure.ac 
new/quotatool-1.6.5/configure.ac
--- old/quotatool-1.6.4/configure.ac    2024-05-01 17:23:48.000000000 +0200
+++ new/quotatool-1.6.5/configure.ac    2024-07-24 11:23:51.000000000 +0200
@@ -9,7 +9,7 @@
 dnl ---------------------------------------------------------------------------
 MAJOR_VERSION=1
 MINOR_VERSION=6
-PATCHLEVEL=4
+PATCHLEVEL=5
 COPYRIGHT_NOTICE="Copyright (c) 1999-2024 Mike Glover / Johan Ekenberg"
 WWW_URL="https://github.com/ekenberg/quotatool | http://quotatool.ekenberg.se";
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/quotatool-1.6.4/man/quotatool.8 
new/quotatool-1.6.5/man/quotatool.8
--- old/quotatool-1.6.4/man/quotatool.8 2024-05-01 17:23:48.000000000 +0200
+++ new/quotatool-1.6.5/man/quotatool.8 2024-07-24 11:23:51.000000000 +0200
@@ -1,4 +1,4 @@
-.TH QUOTATOOL 8 "1999 - 2024" "version 1.6.4"
+.TH QUOTATOOL 8 "1999 - 2024" "version 1.6.5"
 .SH NAME
 quotatool \- manipulate filesystem quotas
 .SH SYNOPSIS
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/quotatool-1.6.4/src/linux/linux_quota.h 
new/quotatool-1.6.5/src/linux/linux_quota.h
--- old/quotatool-1.6.4/src/linux/linux_quota.h 2024-05-01 17:23:48.000000000 
+0200
+++ new/quotatool-1.6.5/src/linux/linux_quota.h 2024-07-24 11:23:51.000000000 
+0200
@@ -14,6 +14,7 @@
 #ifndef LINUX_QUOTA_H
 #define LINUX_QUOTA_H
 
+#include <sys/cdefs.h>
 #include <sys/types.h>
 #include "system.h"
 

Reply via email to