Hello community,

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

Package is "mgdiff"

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

--- /dev/null   2013-07-15 01:04:09.588030756 +0200
+++ /work/SRC/openSUSE:Factory/.mgdiff.new/mgdiff.changes       2013-07-19 
17:20:32.000000000 +0200
@@ -0,0 +1,121 @@
+-------------------------------------------------------------------
+Thu Jun 28 11:39:05 UTC 2012 - lnus...@suse.de
+
+- make rmgdiff work by setting LC_MESSAGES=POSIX (bnc#768892)
+
+-------------------------------------------------------------------
+Tue Jun 26 15:28:06 UTC 2012 - lnus...@suse.de
+
+- remove rmgdiff (bnc#768892)
+- fix some rpmlint warnings
+
+-------------------------------------------------------------------
+Sat Mar 17 10:26:06 UTC 2012 - tog...@opensuse.org
+
+- add %dir /usr/share/X11/app-defaults to fix factory build.
+
+-------------------------------------------------------------------
+Tue Dec 11 17:31:47 CET 2007 - wer...@suse.de
+
+- Correct permissions of the manual pages
+
+-------------------------------------------------------------------
+Wed Aug  2 16:24:56 CEST 2006 - wer...@suse.de
+
+- Make it build with X11R7
+
+-------------------------------------------------------------------
+Tue Mar  7 11:30:25 CET 2006 - wer...@ssue.de
+
+- Change order of setlocale() and XtSetLanguageProc() (bug #155300)
+
+-------------------------------------------------------------------
+Wed Jan 25 21:38:16 CET 2006 - m...@suse.de
+
+- converted neededforbuild to BuildRequires
+
+-------------------------------------------------------------------
+Wed Nov  9 18:34:43 CET 2005 - wer...@ssue.de
+
+- Update to patchlevel 1.0.1 found at debian.org
+- Fix unitialized variable (bug #132847)
+- Add debian scripts and manual pages to file list
+
+-------------------------------------------------------------------
+Wed Jun 15 13:19:46 CEST 2005 - meiss...@suse.de
+
+- use RPM_OPT_FLAGS
+
+-------------------------------------------------------------------
+Tue Apr 27 11:52:08 CEST 2004 - wer...@ssue.de
+
+- Avoid compiler warnings
+- Use mkstemp() instead of tempnam()
+
+-------------------------------------------------------------------
+Sun Jan 11 11:15:02 CET 2004 - adr...@suse.de
+
+- build as user
+
+-------------------------------------------------------------------
+Sat Aug 16 11:40:25 CEST 2003 - adr...@suse.de
+
+- add desktop file
+
+-------------------------------------------------------------------
+Thu Jun 12 13:44:10 CEST 2003 - ku...@suse.de
+
+- Use BuildRoot, fix filelist
+
+-------------------------------------------------------------------
+Tue Sep 17 17:34:28 CEST 2002 - r...@suse.de
+
+- removed bogus self-provides 
+
+-------------------------------------------------------------------
+Sat May 12 18:06:34 CEST 2001 - sch...@suse.de
+
+- Fix missing declarations.
+
+-------------------------------------------------------------------
+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:10:24 MEST 1999 - u...@suse.de
+
+- now builds with lesstif
+
+-------------------------------------------------------------------
+Mon Nov  9 17:03:24 MET 1998 - r...@suse.de
+
+- use basename from libc for glibc
+
+-------------------------------------------------------------------
+Thu May  7 20:26:58 MEST 1998 - f...@suse.de
+
+- add library -lXp for Motif 2.1
+
+-------------------------------------------------------------------
+Tue Dec  9 16:14:40 MET 1997 - r...@suse.de
+
+- build static and dynamic version
+
+----------------------------------------------------------------------------
+Tue Jun 24 14:54:03 MEST 1997 - wer...@suse.de
+
+       - Regognise all latin1 umlauts as characters in system with
+         and without correct working locale.
+
+----------------------------------------------------------------------------
+Tue Nov 26 23:00:05 MET 1996 - k...@suse.de
+
+- recognise german umlauts as text: dirty hack, but also call "setlocale"
+  for correctly installed systems...
+

New:
----
  mgdiff-1.0-locale.diff
  mgdiff-1.0.1.diff
  mgdiff-1.0.dif
  mgdiff-1.0.tar.bz2
  mgdiff.changes
  mgdiff.desktop
  mgdiff.spec

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

Other differences:
------------------
++++++ mgdiff.spec ++++++
#
# spec file for package mgdiff
#
# Copyright (c) 2012 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/
#


Name:           mgdiff
BuildRequires:  openmotif
BuildRequires:  openmotif-devel
BuildRequires:  update-desktop-files
Version:        1.0.1
Release:        0
Summary:        Compare Files Side by Side
License:        MIT
Group:          Productivity/Text/Utilities
BuildRoot:      %{_tmppath}/%{name}-%{version}-build
Source:         mgdiff-1.0.tar.bz2
Source1:        mgdiff.desktop
Patch:          mgdiff-1.0.dif
Patch1:         mgdiff-1.0.1.diff
Patch2:         mgdiff-1.0-locale.diff
%{expand: %%global _exec_prefix %(type -p pkg-config &>/dev/null && pkg-config 
--variable prefix x11 || echo /usr/X11R6)}
%if "%_exec_prefix" == "/usr/X11R6"
%global _mandir     %{_exec_prefix}/man
%define _x11data    %{_exec_prefix}/lib/X11
%define _appdefdir  %{_x11data}/app-defaults
%define _mgdifflnk  ../lib/X11/mgdiff
%else
%define _x11data    %{_datadir}/X11
%define _appdefdir  %{_x11data}/app-defaults
%define _mgdifflnk  ../share/X11/mgdiff
%endif

%description
Mgdiff is a graphical front-end to the Unix diff command based on X11
and the Motif widget set. It allows the user to select two files for
comparison, runs the diff command, parses the output and presents the
results graphically.



Authors:
--------
    Daniel Williams <d...@sass.com>

%prep
%setup -n mgdiff-1.0 -q
%patch1
%patch
%patch2 -p1
xmkmf -a

%build
make CCOPTIONS="$RPM_OPT_FLAGS"

%install
rm -rf %{buildroot}
make DESTDIR=%{buildroot} install
make DESTDIR=%{buildroot} install.man
mkdir -p %{buildroot}%{_bindir}
mkdir -p %{buildroot}%{_x11data}/mgdiff
mkdir -p %{buildroot}%{_mandir}/man1
test -e debian/cvsmgdiff.1x || mv debian/cvsmgdiff.1 debian/cvsmgdiff.1x
install -m 0755 debian/cvsmgdiff        %{buildroot}%{_bindir}/
install -m 0755 debian/rmgdiff          %{buildroot}%{_x11data}/mgdiff/
install -m 0644 debian/rmgdiff.awk      %{buildroot}%{_x11data}/mgdiff/
ln -sf   %{_mgdifflnk}/rmgdiff          %{buildroot}%{_bindir}/
install -m 0644 debian/cvsmgdiff.1x     %{buildroot}%{_mandir}/man1/
install -m 0644 debian/rmgdiff.1x       %{buildroot}%{_mandir}/man1/
%suse_update_desktop_file -i %name Development RevisionControl

%files
%defattr(-,root,root)
%doc README
/usr/share/applications/*.desktop
%{_bindir}/*diff
%dir %{_x11data}/mgdiff
%dir %{_x11data}/app-defaults
%{_x11data}/mgdiff/rmgdiff*
%{_appdefdir}/Mgdiff
%doc %{_mandir}/man1/*.1x.gz

%changelog
++++++ mgdiff-1.0-locale.diff ++++++
Index: mgdiff-1.0/debian/rmgdiff
===================================================================
--- mgdiff-1.0.orig/debian/rmgdiff
+++ mgdiff-1.0/debian/rmgdiff
@@ -12,6 +12,9 @@ USE_CVS=""
 DEBUG=""
 USE_GUI="TRUE"
 RMGDIFF_VERSION=""
+# doesn't work in other locales (bnc#768892)
+LC_MESSAGES=POSIX
+export LC_MESSAGES
 
 
 
++++++ mgdiff-1.0.1.diff ++++++
++++ 3434 lines (skipped)

++++++ mgdiff-1.0.dif ++++++
++++ 805 lines (skipped)

++++++ mgdiff.desktop ++++++
[Desktop Entry]
Type=Application
Name=mgdiff
Exec=mgdiff

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

Reply via email to