commit mtree for openSUSE:Factory

2020-09-06 Thread root
Hello community,

here is the log from the commit of package mtree for openSUSE:Factory checked 
in at 2020-09-06 21:38:00

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


Package is "mtree"

Sun Sep  6 21:38:00 2020 rev:8 rq:832543 version:1.0.4

Changes:

--- /work/SRC/openSUSE:Factory/mtree/mtree.changes  2017-12-08 
13:02:20.494951142 +0100
+++ /work/SRC/openSUSE:Factory/.mtree.new.3399/mtree.changes2020-09-06 
21:39:06.237738977 +0200
@@ -1,0 +2,5 @@
+Sat Aug 29 17:57:09 UTC 2020 - Archie Cobbs 
+
+- Add note to description about newer NetBSD port "nmtree" 
+
+---



Other differences:
--
++ mtree.spec ++
--- /var/tmp/diff_new_pack.RpyBjI/_old  2020-09-06 21:39:06.709739210 +0200
+++ /var/tmp/diff_new_pack.RpyBjI/_new  2020-09-06 21:39:06.713739212 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package mtree
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 # Copyright (c) 2010 Archie L. Cobbs.
 #
 # All modifications and additions to the file contributed by third parties
@@ -13,7 +13,7 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
@@ -23,7 +23,7 @@
 Summary:Tool for creating and verifying file hierarchies
 License:BSD-3-Clause
 Group:  Productivity/File utilities
-Url:https://github.com/archiecobbs/mtree-port
+URL:https://github.com/archiecobbs/mtree-port
 Source: 
https://github.com/archiecobbs/mtree-port/archive/%{version}.tar.gz
 BuildRequires:  autoconf
 BuildRequires:  automake
@@ -37,6 +37,9 @@
 not match the specifications, or which are missing from either the file
 hierarchy or the specification.
 
+Note: This is an older FreeBSD version of mtree; a newer NetBSD version
+is also available in the package "nmtree".
+
 %prep
 %setup -q -n mtree-port-%{version}
 




commit mtree for openSUSE:Factory

2017-12-08 Thread root
Hello community,

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

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


Package is "mtree"

Fri Dec  8 13:02:13 2017 rev:7 rq:555140 version:1.0.4

Changes:

--- /work/SRC/openSUSE:Factory/mtree/mtree.changes  2015-08-03 
17:22:21.0 +0200
+++ /work/SRC/openSUSE:Factory/.mtree.new/mtree.changes 2017-12-08 
13:02:20.494951142 +0100
@@ -1,0 +2,7 @@
+Thu Dec  7 23:03:25 UTC 2017 - archie.co...@gmail.com
+
+- Update to 1.0.4
++ Fix build issue with OpenSSL 1.1.0 (issue #10)
++ Added `-V' flag (issue #9)
+
+---

Old:

  1.0.3.tar.gz

New:

  1.0.4.tar.gz



Other differences:
--
++ mtree.spec ++
--- /var/tmp/diff_new_pack.JeoXci/_old  2017-12-08 13:02:21.666908816 +0100
+++ /var/tmp/diff_new_pack.JeoXci/_new  2017-12-08 13:02:21.666908816 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package mtree
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2010 Archie L. Cobbs.
 #
 # All modifications and additions to the file contributed by third parties
@@ -18,7 +18,7 @@
 
 
 Name:   mtree
-Version:1.0.3
+Version:1.0.4
 Release:0
 Summary:Tool for creating and verifying file hierarchies
 License:BSD-3-Clause

++ 1.0.3.tar.gz -> 1.0.4.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mtree-port-1.0.3/CHANGES new/mtree-port-1.0.4/CHANGES
--- old/mtree-port-1.0.3/CHANGES2015-06-10 16:32:22.0 +0200
+++ new/mtree-port-1.0.4/CHANGES2017-12-07 23:59:27.0 +0100
@@ -1,3 +1,8 @@
+Version 1.0.4 Released December 7, 2017
+
+- Fix build issue with OpenSSL 1.1.0 (issue #10)
+- Added `-V' flag (issue #9)
+
 Version 1.0.3 Released 10 June 2015
 
 - Display symlink, modification time, and file type changes
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mtree-port-1.0.3/README.md 
new/mtree-port-1.0.4/README.md
--- old/mtree-port-1.0.3/README.md  2015-06-10 16:32:22.0 +0200
+++ new/mtree-port-1.0.4/README.md  2017-12-07 23:59:27.0 +0100
@@ -4,4 +4,4 @@
 
 This port of **mtree** uses the `autoconf` infrastructure to maintain 
portability.
 
-See the [ManPages](https://github.com/archiecobbs/mtree-port/wiki/ManPages) 
for details.
+See the [ManPages](https://github.com/archiecobbs/mtree-port/wiki/ManPages) 
for details on usage, and 
[Downloads](https://github.com/archiecobbs/mtree-port/wiki/Downloads) for where 
to get it.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mtree-port-1.0.3/compare.c 
new/mtree-port-1.0.4/compare.c
--- old/mtree-port-1.0.3/compare.c  2015-06-10 16:32:22.0 +0200
+++ new/mtree-port-1.0.4/compare.c  2017-12-07 23:59:27.0 +0100
@@ -247,11 +247,11 @@
 tab = "\t";
 }
 #endif
-#ifdef HAVE_OPENSSL_MD5_H
+#if HAVE_OPENSSL_MD5_H && HAVE_EVP_MD5
 if (s->flags & F_MD5) {
-char *new_digest, buf[33];
+char *new_digest, result[MD5_DIGEST_LENGTH*2+1];
 
-new_digest = MD5_File(p->fts_accpath, buf);
+new_digest = MD5_File(p->fts_accpath, result);
 if (!new_digest) {
 LABEL;
 printf("%sMD5: %s: %s\n", tab, p->fts_accpath,
@@ -265,11 +265,11 @@
 }
 }
 #endif /* HAVE_OPENSSL_MD5_H */
-#ifdef HAVE_OPENSSL_SHA_H
+#if HAVE_OPENSSL_SHA_H && HAVE_EVP_SHA1
 if (s->flags & F_SHA1) {
-char *new_digest, buf[41];
+char *new_digest, result[SHA_DIGEST_LENGTH*2+1];
 
-new_digest = SHA1_File(p->fts_accpath, buf);
+new_digest = SHA1_File(p->fts_accpath, result);
 if (!new_digest) {
 LABEL;
 printf("%sSHA-1: %s: %s\n", tab, p->fts_accpath,
@@ -283,11 +283,11 @@
 }
 }
 #endif /* HAVE_OPENSSL_SHA_H */
-#ifdef HAVE_OPENSSL_RIPEMD_H
+#if HAVE_OPENSSL_RIPEMD_H && HAVE_EVP_RIPEMD160
 if (s->flags & F_RMD160) {
-char *new_digest, buf[41];
+char *new_digest, result[RIPEMD160_DIGEST_LENGTH*2+1];
 
-new_digest = RIPEMD160_File(p->fts_accpath, buf);
+new_digest = RIPEMD160_File(p->fts_accpath, result);
 if (!new_digest) {
 LABEL;

commit mtree for openSUSE:Factory

2015-08-03 Thread h_root
Hello community,

here is the log from the commit of package mtree for openSUSE:Factory checked 
in at 2015-08-03 17:22:19

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


Package is mtree

Changes:

--- /work/SRC/openSUSE:Factory/mtree/mtree.changes  2014-02-11 
11:41:45.0 +0100
+++ /work/SRC/openSUSE:Factory/.mtree.new/mtree.changes 2015-08-03 
17:22:21.0 +0200
@@ -1,0 +2,10 @@
+Sun Aug  2 16:28:18 UTC 2015 - mplus...@suse.com
+
+- Update to 1.0.3
+  * Display symlink, modification time, and file type changes if 
+requested (contributed by Christophe Beauval)
+- Update project url (now hosted on github)
+- Use url for source
+- Cleanup spec file with spec-cleaner
+
+---

Old:

  mtree-1.0.2.tar.gz

New:

  1.0.3.tar.gz



Other differences:
--
++ mtree.spec ++
--- /var/tmp/diff_new_pack.CGDO7b/_old  2015-08-03 17:22:22.0 +0200
+++ /var/tmp/diff_new_pack.CGDO7b/_new  2015-08-03 17:22:22.0 +0200
@@ -1,8 +1,8 @@
 #
 # spec file for package mtree
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
-# Copyright 2010 Archie L. Cobbs.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2010 Archie L. Cobbs.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,17 +18,17 @@
 
 
 Name:   mtree
-Version:1.0.2
+Version:1.0.3
 Release:0
 Summary:Tool for creating and verifying file hierarchies
 License:BSD-3-Clause
 Group:  Productivity/File utilities
-Source: %{name}-%{version}.tar.gz
-Url:http://mtree-port.googlecode.com/
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  gcc
+Url:https://github.com/archiecobbs/mtree-port
+Source: 
https://github.com/archiecobbs/mtree-port/archive/%{version}.tar.gz
+BuildRequires:  autoconf
+BuildRequires:  automake
 BuildRequires:  libopenssl-devel
-BuildRequires:  make
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
 The %{name} utility compares the file hierarchy rooted in the current
@@ -38,10 +38,11 @@
 hierarchy or the specification.
 
 %prep
-%setup -q
+%setup -q -n mtree-port-%{version}
 
 %build
-%{configure}
+./autogen.sh
+%configure
 make %{?_smp_mflags}
 
 %install

++ mtree-1.0.2.tar.gz - 1.0.3.tar.gz ++
 9460 lines of diff (skipped)
retrying with extended exclude list
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/mtree-1.0.2/CHANGES new/mtree-port-1.0.3/CHANGES
--- old/mtree-1.0.2/CHANGES 2014-02-08 16:42:54.0 +0100
+++ new/mtree-port-1.0.3/CHANGES2015-06-10 16:32:22.0 +0200
@@ -1,3 +1,7 @@
+Version 1.0.3 Released 10 June 2015
+
+- Display symlink, modification time, and file type changes
+  if requested (contributed by Christophe Beauval)
 
 Version 1.0.2 (r17) released 8 Feb 2014
 
@@ -13,4 +17,3 @@
 
 - Initial release
 
-$Id: CHANGES 17 2014-02-08 15:42:54Z archie.cobbs $
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/mtree-1.0.2/INSTALL new/mtree-port-1.0.3/INSTALL
--- old/mtree-1.0.2/INSTALL 2010-11-05 20:54:42.0 +0100
+++ new/mtree-port-1.0.3/INSTALL2015-06-10 16:32:22.0 +0200
@@ -9,8 +9,7 @@
 
 Please see
 
-http://code.google.com/p/mtree-port
+https://github.com/archiecobbs/mtree-port
 
 for more information.
 
-$Id: INSTALL 2 2010-11-05 19:54:42Z archie.cobbs $
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/mtree-1.0.2/Makefile.am new/mtree-port-1.0.3/Makefile.am
--- old/mtree-1.0.2/Makefile.am 2010-11-05 20:54:42.0 +0100
+++ new/mtree-port-1.0.3/Makefile.am2015-06-10 16:32:22.0 +0200
@@ -2,8 +2,6 @@
 #
 # mtree - Utility for creating and verifying file hierarchies
 # 
-# $Id: Makefile.am 2 

commit mtree for openSUSE:Factory

2014-02-11 Thread h_root
Hello community,

here is the log from the commit of package mtree for openSUSE:Factory checked 
in at 2014-02-11 11:41:44

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


Package is mtree

Changes:

--- /work/SRC/openSUSE:Factory/mtree/mtree.changes  2013-05-28 
07:41:11.0 +0200
+++ /work/SRC/openSUSE:Factory/.mtree.new/mtree.changes 2014-02-11 
11:41:45.0 +0100
@@ -1,0 +2,6 @@
+Sat Feb  8 18:39:09 UTC 2014 - arc...@dellroad.org
+
+- Update to release 1.0.2 
+  + Fixed bug where `-I' flag was unrecognized (issue #2)
+
+---
@@ -5,3 +11,3 @@
-  * Fixed potential crash when SHA256 enabled
-  * Added `-I' flag
-  * Portability fixes
+  + Fixed potential crash when SHA256 enabled
+  + Added `-I' flag
+  + Portability fixes

Old:

  mtree-1.0.1.tar.gz

New:

  mtree-1.0.2.tar.gz



Other differences:
--
++ mtree.spec ++
--- /var/tmp/diff_new_pack.Ym7hGA/_old  2014-02-11 11:41:46.0 +0100
+++ /var/tmp/diff_new_pack.Ym7hGA/_new  2014-02-11 11:41:46.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package mtree
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 # Copyright 2010 Archie L. Cobbs.
 #
 # All modifications and additions to the file contributed by third parties
@@ -18,7 +18,7 @@
 
 
 Name:   mtree
-Version:1.0.1
+Version:1.0.2
 Release:0
 Summary:Tool for creating and verifying file hierarchies
 License:BSD-3-Clause

++ mtree-1.0.1.tar.gz - mtree-1.0.2.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mtree-1.0.1/CHANGES new/mtree-1.0.2/CHANGES
--- old/mtree-1.0.1/CHANGES 2013-05-23 19:10:51.0 +0200
+++ new/mtree-1.0.2/CHANGES 2014-02-08 16:42:54.0 +0100
@@ -1,4 +1,8 @@
 
+Version 1.0.2 (r17) released 8 Feb 2014
+
+- Fixed bug where `-I' flag was unrecognized (issue #2)
+
 Version 1.0.1 (r13) released 23 May 2013
 
 - Fixed potential crash when SHA256 enabled
@@ -9,4 +13,4 @@
 
 - Initial release
 
-$Id: CHANGES 13 2013-05-23 17:10:49Z archie.cobbs $
+$Id: CHANGES 17 2014-02-08 15:42:54Z archie.cobbs $
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mtree-1.0.1/configure new/mtree-1.0.2/configure
--- old/mtree-1.0.1/configure   2013-05-23 19:11:17.0 +0200
+++ new/mtree-1.0.2/configure   2014-02-08 16:44:06.0 +0100
@@ -1,7 +1,7 @@
 #! /bin/sh
-# From configure.ac Id: configure.ac 13 2013-05-23 17:10:49Z archie.cobbs .
+# From configure.ac Id: configure.ac 15 2013-05-30 15:29:35Z archie.cobbs .
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for mtree Utility for creating and verifying 
file hierarchies 1.0.1.
+# Generated by GNU Autoconf 2.69 for mtree Utility for creating and verifying 
file hierarchies 1.0.2.
 #
 # Report bugs to http://www.freebsd.org/.
 #
@@ -581,8 +581,8 @@
 # Identity of this package.
 PACKAGE_NAME='mtree Utility for creating and verifying file hierarchies'
 PACKAGE_TARNAME='mtree'
-PACKAGE_VERSION='1.0.1'
-PACKAGE_STRING='mtree Utility for creating and verifying file hierarchies 
1.0.1'
+PACKAGE_VERSION='1.0.2'
+PACKAGE_STRING='mtree Utility for creating and verifying file hierarchies 
1.0.2'
 PACKAGE_BUGREPORT='http://www.freebsd.org/'
 PACKAGE_URL=''
 
@@ -1263,7 +1263,7 @@
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat _ACEOF
-\`configure' configures mtree Utility for creating and verifying file 
hierarchies 1.0.1 to adapt to many kinds of systems.
+\`configure' configures mtree Utility for creating and verifying file 
hierarchies 1.0.2 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1329,7 +1329,7 @@
 
 if test -n $ac_init_help; then
   case $ac_init_help in
- short | recursive ) echo Configuration of mtree Utility for creating and 
verifying file hierarchies 1.0.1:;;
+ short | recursive ) echo Configuration of mtree Utility for creating and 
verifying file hierarchies 1.0.2:;;
esac
   cat \_ACEOF
 
@@ -1419,7 +1419,7 @@
 test -n $ac_init_help  exit $ac_status
 if $ac_init_version; then
   cat \_ACEOF
-mtree Utility for creating and verifying file hierarchies configure 1.0.1
+mtree Utility for creating and verifying file hierarchies configure 1.0.2
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1788,7 +1788,7 @@
 This file contains any messages 

commit mtree for openSUSE:Factory

2013-05-27 Thread h_root
Hello community,

here is the log from the commit of package mtree for openSUSE:Factory checked 
in at 2013-05-28 07:41:09

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


Package is mtree

Changes:

--- /work/SRC/openSUSE:Factory/mtree/mtree.changes  2013-03-08 
09:24:30.0 +0100
+++ /work/SRC/openSUSE:Factory/.mtree.new/mtree.changes 2013-05-28 
07:41:11.0 +0200
@@ -1,0 +2,14 @@
+Thu May 23 17:12:44 UTC 2013 - arc...@dellroad.org
+
+- Update to release 1.0.1 
+  * Fixed potential crash when SHA256 enabled
+  * Added `-I' flag
+  * Portability fixes
+
+---
+Tue May 21 15:57:01 UTC 2013 - arc...@dellroad.org
+
+- Add patch to fix crash when SHA256 enabled 
+- Minor spec file tweaks
+
+---

Old:

  mtree-1.0.tar.gz

New:

  mtree-1.0.1.tar.gz



Other differences:
--
++ mtree.spec ++
--- /var/tmp/diff_new_pack.VbmuAJ/_old  2013-05-28 07:41:11.0 +0200
+++ /var/tmp/diff_new_pack.VbmuAJ/_new  2013-05-28 07:41:11.0 +0200
@@ -1,33 +1,34 @@
-# $Id: mtree.spec 3 2010-11-05 19:58:43Z archie.cobbs $
-
-#
-# Copyright 2010 Archie L. Cobbs.
 # 
-# Licensed under the Apache License, Version 2.0 (the License); you may
-# not use this file except in compliance with the License. You may obtain
-# a copy of the License at
+# spec file for package mtree
 # 
-# http://www.apache.org/licenses/LICENSE-2.0
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright 2010 Archie L. Cobbs.
 # 
-# Unless required by applicable law or agreed to in writing, software
-# distributed under the License is distributed on an AS IS BASIS, WITHOUT
-# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
-# License for the specific language governing permissions and limitations
-# under the License.
+# All modifications and additions to the file contributed by third parties
+# remain the property of their copyright owners, unless otherwise agreed
+# upon. The license for this file, and modifications and additions to the
+# file, is the same license as for the pristine package itself (unless the
+# license for the pristine package is not an Open Source License, in which
+# case the license is the MIT License). An Open Source License is a
+# license that conforms to the Open Source Definition (Version 1.9)
+# published by the Open Source Initiative.
+
+# Please submit bugfixes or comments via http://bugs.opensuse.org/
 # 
 
+
 Name:   mtree
-Version:1.0
-Release:1
-License:BSD-3-Clause
+Version:1.0.1
+Release:0
 Summary:Tool for creating and verifying file hierarchies
+License:BSD-3-Clause
 Group:  Productivity/File utilities
-Source: mtree-1.0.tar.gz
-URL:http://mtree-port.googlecode.com/
-BuildRoot:  %{_tmppath}/%{name}-%{version}-root
+Source: %{name}-%{version}.tar.gz
+Url:http://mtree-port.googlecode.com/
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  gcc
 BuildRequires:  libopenssl-devel
 BuildRequires:  make
-BuildRequires:  gcc
 
 %description
 The %{name} utility compares the file hierarchy rooted in the current
@@ -41,20 +42,17 @@
 
 %build
 %{configure}
-make
+make %{?_smp_mflags}
 
 %install
-%{makeinstall}
-rm -f %{buildroot}%{_datadir}/doc/packages/%{name}/INSTALL
-
-%clean
-rm -rf %{buildroot}
+make install DESTDIR='%{buildroot}'
+rm -f %{buildroot}%{_docdir}/%{name}/INSTALL
 
 %files
-%attr(0755,root,root) %{_bindir}/%{name}
-%attr(0644,root,root) %{_mandir}/man5/*
-%attr(0644,root,root) %{_mandir}/man8/*
-%defattr(0644,root,root,0755)
-%doc %{_datadir}/doc/packages/%{name}
+%defattr(-,root,root,-)
+%{_bindir}/%{name}
+%{_mandir}/man5/*
+%{_mandir}/man8/*
+%{_docdir}/%{name}
 
 %changelog

++ mtree-1.0.tar.gz - mtree-1.0.1.tar.gz ++
 9774 lines of diff (skipped)

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



commit mtree for openSUSE:Factory

2013-03-08 Thread h_root
Hello community,

here is the log from the commit of package mtree for openSUSE:Factory checked 
in at 2013-03-08 09:24:29

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


Package is mtree, Maintainer is 

Changes:

New Changes file:

--- /dev/null   2013-02-26 18:15:11.936010755 +0100
+++ /work/SRC/openSUSE:Factory/.mtree.new/mtree.changes 2013-03-08 
09:24:30.0 +0100
@@ -0,0 +1,24 @@
+---
+Thu Jan 24 12:53:08 UTC 2013 - cfarr...@suse.com
+
+- license update: BSD-3-Clause
+  SPDX format
+
+---
+Sat Jan 12 17:05:13 UTC 2013 - arc...@dellroad.org
+
+- Fix rpmlint warnings:
+  + Use an approved Group
+  + Don't include INSTALL file
+- Fix man page %files specifications 
+
+---
+Thu Nov 29 15:39:16 UTC 2012 - arc...@dellroad.org
+
+- Spec file tweaks/cleanups 
+
+---
+Fri Nov  5 20:02:04 UTC 2010 - arc...@dellroad.org
+
+- Initial release 
+

New:

  mtree-1.0.tar.gz
  mtree.changes
  mtree.spec



Other differences:
--
++ mtree.spec ++
# $Id: mtree.spec 3 2010-11-05 19:58:43Z archie.cobbs $

#
# Copyright 2010 Archie L. Cobbs.
# 
# Licensed under the Apache License, Version 2.0 (the License); you may
# not use this file except in compliance with the License. You may obtain
# a copy of the License at
# 
# http://www.apache.org/licenses/LICENSE-2.0
# 
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an AS IS BASIS, WITHOUT
# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
# License for the specific language governing permissions and limitations
# under the License.
# 

Name:   mtree
Version:1.0
Release:1
License:BSD-3-Clause
Summary:Tool for creating and verifying file hierarchies
Group:  Productivity/File utilities
Source: mtree-1.0.tar.gz
URL:http://mtree-port.googlecode.com/
BuildRoot:  %{_tmppath}/%{name}-%{version}-root
BuildRequires:  libopenssl-devel
BuildRequires:  make
BuildRequires:  gcc

%description
The %{name} utility compares the file hierarchy rooted in the current
directory against a specification read from the standard input. Messages
are written to the standard output for any files whose characteristics do
not match the specifications, or which are missing from either the file
hierarchy or the specification.

%prep
%setup -q

%build
%{configure}
make

%install
%{makeinstall}
rm -f %{buildroot}%{_datadir}/doc/packages/%{name}/INSTALL

%clean
rm -rf %{buildroot}

%files
%attr(0755,root,root) %{_bindir}/%{name}
%attr(0644,root,root) %{_mandir}/man5/*
%attr(0644,root,root) %{_mandir}/man8/*
%defattr(0644,root,root,0755)
%doc %{_datadir}/doc/packages/%{name}

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