commit most for openSUSE:Factory

2020-01-26 Thread root
Hello community,

here is the log from the commit of package most for openSUSE:Factory checked in 
at 2020-01-27 00:24:30

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


Package is "most"

Mon Jan 27 00:24:30 2020 rev:3 rq:767512 version:pre5.2

Changes:

--- /work/SRC/openSUSE:Factory/most/most.changes2019-05-07 
23:16:02.216535078 +0200
+++ /work/SRC/openSUSE:Factory/.most.new.26092/most.changes 2020-01-27 
00:24:52.433565869 +0100
@@ -1,0 +2,5 @@
+Wed Jan 22 20:58:13 UTC 2020 - Sébastien POHER 
+
+- Upgrade to pre5.2
+
+---

Old:

  most-5.1.0.tar.gz

New:

  most-pre5.2-1.tar.gz



Other differences:
--
++ most.spec ++
--- /var/tmp/diff_new_pack.SJ2X7b/_old  2020-01-27 00:24:53.585566412 +0100
+++ /var/tmp/diff_new_pack.SJ2X7b/_new  2020-01-27 00:24:53.589566414 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package most
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,18 +12,19 @@
 # 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/
 #
 
 
+%define bugfix 1
 Name:   most
-Version:5.1.0
+Version:pre5.2
 Release:0
 Summary:File viewer and pager
 License:GPL-2.0-only
 Group:  Productivity/Text/Utilities
 URL:https://www.jedsoft.org/most/
-Source: https://www.jedsoft.org/snapshots/%{name}-%{version}.tar.gz
+Source: 
https://www.jedsoft.org/snapshots/%{name}-%{version}-%{bugfix}.tar.gz
 BuildRequires:  pkgconfig
 BuildRequires:  slang-devel
 
@@ -32,7 +33,7 @@
 It supports multiple windows and can scroll left and right.
 
 %prep
-%setup -q -n %{name}-%{version}
+%setup -q -n %{name}-%{version}-%{bugfix}
 
 %build
 %configure --prefix=%{_prefix}




commit most for openSUSE:Factory

2019-05-07 Thread root
Hello community,

here is the log from the commit of package most for openSUSE:Factory checked in 
at 2019-05-07 23:16:00

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


Package is "most"

Tue May  7 23:16:00 2019 rev:2 rq:694730 version:5.1.0

Changes:

--- /work/SRC/openSUSE:Factory/most/most.changes2019-01-21 
10:47:01.188263898 +0100
+++ /work/SRC/openSUSE:Factory/.most.new.5148/most.changes  2019-05-07 
23:16:02.216535078 +0200
@@ -1,0 +2,22 @@
+Sun Apr 14 09:43:10 UTC 2019 - Sébastien 'sogal' Poher 
+
+- Upgrade to new release 5.1
+  * Install docs in $prefix/share/doc
+  * Removed redundant switch in the most_forward_columns function.
+  * Added an option to most_read_file_dsc to skip the line
+count and made use of it in search.c to speed up the searches a bit.
+  * When wrapping a line, the color was not "wrapped".
+  * If a color escape sequence occurs at the end of a line whose display
+width is equal to the terminal width, do not wrap the line.
+  * Limit the amount of loops when going to the end of the buffer.
+  * Change DELETE to BACKSPACE.
+  * Use /etc/ld.so.conf to located system lib paths.
+  * Fixed an issue with the display of double-width characters to address
+lp#312454
+  * Rewrote the search functions from scratch. Both ordinary and regexp
+Searches are now supported.
+  * Add the -r flag to startup with regular-expression searches.
+  * Added support for Home/End keys (top/bottom of buffer).
+  * Added a work-around for programs that try colorize the output
+
+---

Old:

  most-pre5.1-24.tar.gz

New:

  most-5.1.0.tar.gz



Other differences:
--
++ most.spec ++
--- /var/tmp/diff_new_pack.dN722f/_old  2019-05-07 23:16:02.924536522 +0200
+++ /var/tmp/diff_new_pack.dN722f/_new  2019-05-07 23:16:02.924536522 +0200
@@ -12,19 +12,18 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via https://bugs.opensuse.org/
+# Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
 
-%define bugfix  24
 Name:   most
-Version:pre5.1
+Version:5.1.0
 Release:0
 Summary:File viewer and pager
 License:GPL-2.0-only
 Group:  Productivity/Text/Utilities
 URL:https://www.jedsoft.org/most/
-Source: 
https://www.jedsoft.org/snapshots/%{name}-%{version}-%{bugfix}.tar.gz
+Source: https://www.jedsoft.org/snapshots/%{name}-%{version}.tar.gz
 BuildRequires:  pkgconfig
 BuildRequires:  slang-devel
 
@@ -33,7 +32,7 @@
 It supports multiple windows and can scroll left and right.
 
 %prep
-%setup -q -n %{name}-%{version}-%{bugfix}
+%setup -q -n %{name}-%{version}
 
 %build
 %configure --prefix=%{_prefix}

++ most-pre5.1-24.tar.gz -> most-5.1.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/most-pre5.1-24/COPYRIGHT new/most-5.1.0/COPYRIGHT
--- old/most-pre5.1-24/COPYRIGHT2018-10-29 08:55:02.0 +0100
+++ new/most-5.1.0/COPYRIGHT2019-02-18 05:05:44.0 +0100
@@ -1,6 +1,6 @@
  This file is part of MOST.
 
- Copyright (c) 1991, 1999, 2002, 2005-2018 John E. Davis
+ Copyright (c) 1991, 1999, 2002, 2005-2018,2019 John E. Davis
 
  This program is free software; you can redistribute it and/or modify it
  under the terms of the GNU General Public License as published by the Free
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/most-pre5.1-24/README new/most-5.1.0/README
--- old/most-pre5.1-24/README   2018-10-29 08:55:02.0 +0100
+++ new/most-5.1.0/README   2019-02-18 05:05:44.0 +0100
@@ -63,7 +63,7 @@
   [Note also that this is really the first non-trivial C program that
   I ever wrote.  Because of this, much of the code appears very
   amateurish.  For example, I tried very hard to avoid C constructs
-  that some some authors considered very bad, e.g., goto, continue,
+  that some authors strongly discourage, e.g., goto, continue,
   break.  Of course this made some of the code convoluted, e.g.,
   contrast
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/most-pre5.1-24/changes.txt new/most-5.1.0/changes.txt
--- old/most-pre5.1-24/changes.txt  2018-10-29 08:55:02.0 +0100
+++ new/most-5.1.0/changes.txt  2019-02-18 05:05:44.0 +0100
@@ -43,7 +43,7 @@
 23. src/Makefile.in: Added LDFLAGS to chkslang linker line (Denis Pronin)
 24. *: Converted the man page source most.1 to text-macro, and
 regenerated it. 

commit most for openSUSE:Factory

2015-02-27 Thread h_root
Hello community,

here is the log from the commit of package most for openSUSE:Factory checked in 
at 2015-02-27 11:09:40

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


Package is most

Changes:

--- /work/SRC/openSUSE:Factory/most/most.changes2013-03-22 
14:03:10.0 +0100
+++ /work/SRC/openSUSE:Factory/.most.new/most.changes   2015-02-27 
11:09:42.0 +0100
@@ -1,0 +2,8 @@
+Wed Feb 25 14:22:57 UTC 2015 - mplus...@suse.com
+
+- Cleanup spec file with spec-cleaner
+- Clean dependencies
+- Update urls
+- Add gpg key
+
+---

New:

  most-5.0.0a.tar.bz2.sig
  most.keyring



Other differences:
--
++ most.spec ++
--- /var/tmp/diff_new_pack.FdUVR6/_old  2015-02-27 11:09:43.0 +0100
+++ /var/tmp/diff_new_pack.FdUVR6/_new  2015-02-27 11:09:43.0 +0100
@@ -1,8 +1,7 @@
-# vim: set sw=4 ts=4 et nu:
 #
 # spec file for package most
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -23,17 +22,13 @@
 Summary:Browse or page through a text file
 License:GPL-2.0+
 Group:  Productivity/Text/Utilities
-Source: ftp://space.mit.edu/pub/davis/most/most-%{version}.tar.bz2
 Url:http://www.jedsoft.org/most/
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  autoconf
-BuildRequires:  automake
-BuildRequires:  gcc
-BuildRequires:  glibc-devel
-BuildRequires:  libtool
-BuildRequires:  make
-BuildRequires:  pkgconfig
+Source0:
http://www.jedsoft.org/releases/%{name}/%{name}-%{version}.tar.bz2
+Source1:
http://www.jedsoft.org/releases/%{name}/%{name}-%{version}.tar.bz2.sig
+Source2:%{name}.keyring
+BuildRequires:  pkg-config
 BuildRequires:  slang-devel = 2.0.0
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
 most is a paging program that displays, one windowful at a time, the contents
@@ -66,22 +61,19 @@
 %configure \
 --enable-warnings
 
-%__make %{?_smp_flags}
+make %{?_smp_mflags}
 
 %install
-%makeinstall
-
-%__rm -rf %{buildroot}%{_datadir}/doc
+make DESTDIR=%{buildroot} install %{?_smp_mflags}
 
-%clean
-%{?buildroot:%__rm -rf %{buildroot}}
+rm -rf %{buildroot}%{_datadir}/doc
 
 %files
 %defattr(-,root,root)
 %doc COPYING COPYRIGHT
 %doc changes.txt most-fun.txt
 %doc most.rc lesskeys.rc
-%{_bindir}/most
+%{_bindir}/%{name}
 %doc %{_mandir}/man1/most.1*
 
 %changelog

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



commit most for openSUSE:Factory

2013-03-22 Thread h_root
Hello community,

here is the log from the commit of package most for openSUSE:Factory checked in 
at 2013-03-22 14:03:09

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


Package is most, Maintainer is c...@suselinux.hu

Changes:

New Changes file:

--- /dev/null   2013-02-26 18:15:11.936010755 +0100
+++ /work/SRC/openSUSE:Factory/.most.new/most.changes   2013-03-22 
14:03:10.0 +0100
@@ -0,0 +1,5 @@
+---
+Tue Jun 07 20:29:31 CET 2011 - pascal.ble...@opensuse.org
+
+- initial version (5.0.0a)
+

New:

  most-5.0.0a.tar.bz2
  most.changes
  most.spec



Other differences:
--
++ most.spec ++
# vim: set sw=4 ts=4 et nu:
#
# spec file for package most
#
# Copyright (c) 2013 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:   most
Version:5.0.0a
Release:0
Summary:Browse or page through a text file
License:GPL-2.0+
Group:  Productivity/Text/Utilities
Source: ftp://space.mit.edu/pub/davis/most/most-%{version}.tar.bz2
Url:http://www.jedsoft.org/most/
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
BuildRequires:  autoconf
BuildRequires:  automake
BuildRequires:  gcc
BuildRequires:  glibc-devel
BuildRequires:  libtool
BuildRequires:  make
BuildRequires:  pkgconfig
BuildRequires:  slang-devel = 2.0.0

%description
most is a paging program that displays, one windowful at a time, the contents
of a file on a terminal. It pauses after each windowful and prints on the
window status line the screen the file name, current line number, and the
percentage of the file so far displayed.

Unlike other paging programs, most is capable of displaying an arbitrary number
of windows as long as each window occupies at least two screen lines. Each
window may contain the same file or a different file. In addition, each window
has its own mode. For example, one window may display a file with its lines
wrapped while another may be truncating the lines. Windows may be `locked'
together in the sense that if one of the locked windows scrolls, all locked
windows will scroll. most is also capable of ignoring lines that are indented
beyond a user specified value. This is useful when viewing computer programs to
pick out gross features of the code. See the `:o' command for a description of
this feature. 

In addition to displaying ordinary text files, most can also display binary
files as well as files with arbitrary ascii characters. When a file is read
into a buffer, most examines the first 32 bytes of the file to determine if the
file is a binary file and then switches to the appropriate mode. However, this
feature may be disabled with the -k option. See the description of the -b, -k,
-v, and -t options for further details.

%prep
%setup -q

%build
%configure \
--enable-warnings

%__make %{?_smp_flags}

%install
%makeinstall

%__rm -rf %{buildroot}%{_datadir}/doc

%clean
%{?buildroot:%__rm -rf %{buildroot}}

%files
%defattr(-,root,root)
%doc COPYING COPYRIGHT
%doc changes.txt most-fun.txt
%doc most.rc lesskeys.rc
%{_bindir}/most
%doc %{_mandir}/man1/most.1*

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