Hello community,

here is the log from the commit of package mfsm for openSUSE:Factory checked in 
at 2013-07-19 17:20:09
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/mfsm (Old)
 and      /work/SRC/openSUSE:Factory/.mfsm.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "mfsm"

Changes:
--------
New Changes file:

--- /dev/null   2013-07-15 01:04:09.588030756 +0200
+++ /work/SRC/openSUSE:Factory/.mfsm.new/mfsm.changes   2013-07-19 
17:20:11.000000000 +0200
@@ -0,0 +1,88 @@
+-------------------------------------------------------------------
+Tue Mar 27 10:48:45 UTC 2012 - cfarr...@suse.com
+
+- license update: ISC
+  Rights and obligations most akin to ISC license
+  (spdx.org/licenses/ISC#licenseText)
+
+-------------------------------------------------------------------
+Mon Nov  8 13:43:01 UTC 2010 - co...@novell.com
+
+- remove support for pre-9.1
+
+-------------------------------------------------------------------
+Tue Aug  4 10:11:25 CEST 2009 - pgaj...@suse.cz
+
+- added missing fclose() [bnc#527724]
+
+-------------------------------------------------------------------
+Thu Jul 27 16:52:49 CEST 2006 - lmichno...@suse.cz
+
+- builds also with new X.org 7.x, checks the version of X.org
+
+-------------------------------------------------------------------
+Wed Jan 25 21:38:15 CET 2006 - m...@suse.de
+
+- converted neededforbuild to BuildRequires
+
+-------------------------------------------------------------------
+Sun Jan 15 17:42:50 CET 2006 - sch...@suse.de
+
+- Don't strip binaries.
+
+-------------------------------------------------------------------
+Wed Jun 15 13:13:00 CEST 2005 - meiss...@suse.de
+
+- use RPM_OPT_FLAGS.
+
+-------------------------------------------------------------------
+Thu Feb 26 10:46:59 CET 2004 - hma...@suse.de
+
+- building as non-root
+
+-------------------------------------------------------------------
+Sat Aug 16 11:45:44 CEST 2003 - adr...@suse.de
+
+- add desktop file
+
+-------------------------------------------------------------------
+Sat Jan 11 18:37:02 CET 2003 - tcr...@suse.cz
+
+- update to version 1.4
+- added BuildRoot
+
+-------------------------------------------------------------------
+Tue Sep 17 17:34:28 CEST 2002 - r...@suse.de
+
+- removed bogus self-provides 
+
+-------------------------------------------------------------------
+Tue Jul 31 20:05:42 CEST 2001 - ados...@suse.cz
+
+- bzip2 source and convert dif to patch 
+
+-------------------------------------------------------------------
+Tue Nov 21 01:02:25 CEST 2000 - r...@suse.de
+
+- use openmotif
+
+-------------------------------------------------------------------
+Mon Sep 13 17:23:57 CEST 1999 - b...@suse.de
+
+- ran old prepare_spec on spec file to switch to new prepare_spec.
+
+-------------------------------------------------------------------
+Mon Jul 12 14:09:32 MEST 1999 - u...@suse.de
+
+- now builds with lesstif
+
+-------------------------------------------------------------------
+Tue Sep 15 11:27:40 MEST 1998 - r...@suse.de
+
+- added lib Xp for motif
+
+-------------------------------------------------------------------
+Tue Aug 11 11:23:25 MEST 1998 - r...@suse.de
+
+- new package
+

New:
----
  mfsm-1.4-file-close.patch
  mfsm-1.4.patch
  mfsm-1.4.tar.bz2
  mfsm.changes
  mfsm.desktop
  mfsm.spec

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

Other differences:
------------------
++++++ mfsm.spec ++++++
#
# spec file for package mfsm (Version 1.4)
#
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# 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/
#

# norootforbuild


Name:           mfsm
BuildRequires:  openmotif openmotif-devel update-desktop-files
License:        ISC
Group:          System/Monitoring
AutoReqProv:    on
Url:            http://members.tripod.com/SDHEngSoft/mfsm.html
Version:        1.4
Release:        475
Summary:        X Window System Based du
Source:         %{name}-%{version}.tar.bz2
Source1:        %{name}.desktop
Patch:          %{name}-%{version}.patch
Patch1:         %{name}-%{version}-file-close.patch
BuildRoot:      %{_tmppath}/%{name}-%{version}-build

%description
X Window Motif utility that monitors free space and user quotas of file
systems.

%define _xorg7libs %_lib
%define _xorg7libs32 lib
%define _xorg7bin bin
%define _xorg7_mandir %_mandir
%define _xorg7pixmaps include
%define _xorg7libshare share
%define _xorg7_xkb /usr/share/X11/xkb
%define _xorg7_termcap /usr/lib/X11/etc
%define _xorg7_serverincl /usr/include/xorg
%define _xorg7_fonts /usr/share/fonts
%define _xorg7_prefix /usr

%prep
%setup -q -n %{name}-%{version}
%patch
%patch1

%build
xmkmf -a
test -x /usr/sbin/switch_motif_linking && \
  /usr/sbin/switch_motif_linking dynamic
make CCOPTIONS="$RPM_OPT_FLAGS" LDFLAGS="-L/usr/%{_xorg7libs}"
#mv mfsm mfsm.SuSE-dynamic
#test -x /usr/sbin/switch_motif_linking && \
#  /usr/sbin/switch_motif_linking static
#make LDFLAGS="-L/usr/X11R6/lib"
#mv mfsm mfsm.SuSE-static
#make

%install
mkdir -p $RPM_BUILD_ROOT/usr/%{_xorg7bin}
mkdir -p $RPM_BUILD_ROOT/%{_xorg7_mandir}/man1
install -m 0755 mfsm $RPM_BUILD_ROOT/usr/%{_xorg7bin}
install -m 0644 mfsm._man $RPM_BUILD_ROOT/%{_xorg7_mandir}/man1/mfsm.1x
#install -m 0755 mfsm.SuSE-static /usr/%{_xorg7bin}
#ln -s /usr/%{_xorg7bin}/mfsm.SuSE-static /usr/%{_xorg7bin}/mfsm
%suse_update_desktop_file -i %name System Filesystem

%files
%defattr(-,root,root)
/usr/share/applications/%name.desktop
/usr/%{_xorg7bin}/mfsm
#/usr/%{_xorg7bin}/mfsm.SuSE-dynamic
#/usr/%{_xorg7bin}/mfsm.SuSE-static
%doc %{_xorg7_mandir}/man1/mfsm.1x.gz
%doc README THANKS TODO FIXES

%changelog
++++++ mfsm-1.4-file-close.patch ++++++
--- mfsm.c
+++ mfsm.c
@@ -1792,10 +1792,12 @@
                dbar->usage      = 100 * usage / limit;
                dbar->usage_type = QUOTA_SPACE2;
                searching        = FALSE;
+                fclose(tfp);
                unlink( tmp_file);
                return;
              }
            }
+            fclose(tfp);
            unlink( tmp_file);
            quota_command = FALSE;
            if ( Resrcs.verbose)
++++++ mfsm-1.4.patch ++++++
--- Imakefile   1999-03-18 22:51:11.000000000 +0100
+++ Imakefile@  2003-01-11 17:24:02.000000000 +0100
@@ -117,6 +117,7 @@
 
 DEFINES = $(MACHINE_INFO) $(XPM_INCLUDE) $(HAVE_QUOTAS)
 
+XMLIB = -lXm
 LOCAL_LIBRARIES = $(XPM_LIB) $(XMLIB) $(XTOOLLIB) $(XLIB)
 
 
--- mfsm.c      1999-03-18 23:01:03.000000000 +0100
+++ /abuild/quota/usr/src/packages/BUILD/mfsm-1.4/mfsm.c        2003-01-11 
17:33:47.000000000 +0100
@@ -208,14 +208,14 @@
       nobell_bits, nobell_width, nobell_height, True},
     { 0, mouse_help_xpm,
       mouse_help_bits, mouse_help_width, mouse_help_height, True},
-    NULL
+    { 0 }
 };
 ICONS mfsm_icons[] = {
     { 0, about_mfsm_xpm,
       about_mfsm_bits, about_mfsm_width, about_mfsm_height, False},
     { 0, icon_xpm,
       icon_bits, icon_width, icon_height, False},
-    NULL
+    { 0 }
 };
 #else
 ICONS icon_list[] = {
@@ -227,12 +227,12 @@
     { 0, bell_bits, bell_width, bell_height, True},
     { 0, nobell_bits, nobell_width, nobell_height, True},
     { 0, mouse_help_bits, mouse_help_width, mouse_help_height, True},
-    NULL
+    { 0 }
 };
 ICONS mfsm_icons[] = {
     { 0, about_mfsm_bits, about_mfsm_width, about_mfsm_height},
     { 0, icon_bits, icon_width, icon_height},
-    NULL
+    { 0 }
 };
 #endif
 
++++++ mfsm.desktop ++++++
[Desktop Entry]
Type=Application
Exec=mfsm
Name=Quota Monitor

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

Reply via email to