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.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.mtree.new/mtree.changes 2013-05-28 
07:41:11.000000000 +0200
@@ -1,0 +2,14 @@
+Thu May 23 17:12:44 UTC 2013 - [email protected]
+
+- 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 - [email protected]
+
+- 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.000000000 +0200
+++ /var/tmp/diff_new_pack.VbmuAJ/_new  2013-05-28 07:41:11.000000000 +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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to