commit sffview for openSUSE:Factory

2017-02-07 Thread root
Hello community,

here is the log from the commit of package sffview for openSUSE:Factory checked 
in at 2017-02-07 12:01:22

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


Package is "sffview"

Changes:

--- /work/SRC/openSUSE:Factory/sffview/sffview.changes  2017-02-03 
20:01:44.170833143 +0100
+++ /work/SRC/openSUSE:Factory/.sffview.new/sffview.changes 2017-02-07 
12:02:14.212067096 +0100
@@ -1,0 +2,5 @@
+Thu Feb  2 12:46:30 UTC 2017 - adam.ma...@suse.de
+
+- use individual libboost-*-devel packages instead of boost-devel
+
+---



Other differences:
--
++ sffview.spec ++
--- /var/tmp/diff_new_pack.c3N2x0/_old  2017-02-07 12:02:14.492027492 +0100
+++ /var/tmp/diff_new_pack.c3N2x0/_new  2017-02-07 12:02:14.492027492 +0100
@@ -18,7 +18,11 @@
 
 Name:   sffview
 BuildRequires:  SDL-devel
+%if 0%{?suse_version} > 1325
+BuildRequires:  libboost_headers-devel
+%else
 BuildRequires:  boost-devel
+%endif
 BuildRequires:  gcc-c++
 BuildRequires:  libtiff-devel
 BuildRequires:  update-desktop-files




commit sffview for openSUSE:Factory

2017-02-03 Thread root
Hello community,

here is the log from the commit of package sffview for openSUSE:Factory checked 
in at 2017-02-02 15:46:51

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


Package is "sffview"

Changes:

--- /work/SRC/openSUSE:Factory/sffview/sffview.changes  2016-08-15 
10:31:43.0 +0200
+++ /work/SRC/openSUSE:Factory/.sffview.new/sffview.changes 2017-02-03 
20:01:44.170833143 +0100
@@ -1,0 +2,14 @@
+Fri Jan 27 18:31:50 UTC 2017 - k...@b1-systems.de
+
+- use wxWidgets-3_0
+- import man page from debian project
+- delete sffview-gcc43.diff since it is included in the new version
+- delete not longer applying  sffview-0.4.diff patch
+- add sffview-0.5.diff patch to use RPM_OPT_FLAGS and unicode
+
+---
+Fri Jan 27 15:53:03 UTC 2017 - k...@b1-systems.de
+
+- Update to version 0.5
+
+---

Old:

  sffview-0.4.diff
  sffview-0.4.tar.bz2
  sffview-gcc43.diff

New:

  sffview-0.5.diff
  sffview-0.5.tar.xz
  sffview.1



Other differences:
--
++ sffview.spec ++
--- /var/tmp/diff_new_pack.SdVZpe/_old  2017-02-03 20:01:44.646766153 +0100
+++ /var/tmp/diff_new_pack.SdVZpe/_new  2017-02-03 20:01:44.646766153 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package sffview
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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
@@ -22,18 +22,18 @@
 BuildRequires:  gcc-c++
 BuildRequires:  libtiff-devel
 BuildRequires:  update-desktop-files
-BuildRequires:  wxWidgets-devel
+BuildRequires:  wxWidgets-3_0-devel
 BuildRequires:  xorg-x11
-Version:0.4
+Version:0.5
 Release:0
 Summary:Simple viewer for Structured Fax Files (.sff) used by ISDN 
applications
 License:MIT
 Group:  Hardware/ISDN
-Source: %{name}-%{version}.tar.bz2
+Source: %{name}-%{version}.tar.xz
+Source2:%{name}.1
 Url:http://sfftools.sourceforge.net/
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Patch0: %{name}-%{version}.diff
-Patch1: %{name}-gcc43.diff
 %define _use_internal_dependency_generator 0
 %define __find_requires %wx_requires
 
@@ -49,7 +49,6 @@
 %prep
 %setup
 %patch0 -p1
-%patch1
 
 %build
 make %{?_smp_mflags}
@@ -59,10 +58,13 @@
 install sffview "%buildroot/%_bindir/"
 install -d "%buildroot/%_defaultdocdir/sffview"
 install -pm0644 doc/readme doc/copying testfax.sff 
"%buildroot/%_defaultdocdir/sffview/"
+install -d "%{buildroot}/%{_mandir}/man1"
+install -pm0644 %{S:2} "%{buildroot}/%{_mandir}/man1/"
 
 %files
 %defattr(-,root,root,-)
 /usr/bin/sffview
 %doc %{_defaultdocdir}/sffview
+%doc %{_mandir}/man1/sffview.1.gz
 
 %changelog

++ sffview-0.4.diff -> sffview-0.5.diff ++
--- /work/SRC/openSUSE:Factory/sffview/sffview-0.4.diff 2011-09-23 
12:46:06.0 +0200
+++ /work/SRC/openSUSE:Factory/.sffview.new/sffview-0.5.diff2017-02-03 
20:01:44.098843276 +0100
@@ -1,39 +1,22 @@
-Index: sffview-0.4/Makefile
+Index: sffview-0.5/Makefile
 ===
 sffview-0.4.orig/Makefile
-+++ sffview-0.4/Makefile
-@@ -19,10 +19,10 @@ PROGRAM = sffview
+--- sffview-0.5.orig/Makefile
 sffview-0.5/Makefile
+@@ -18,14 +18,14 @@ CC = g++
+ PROGRAM = sffview
  OBJECTS = $(PROGRAM).o common.o codes.o decoder.o sfffile.o sffapp.o sffdoc.o
  
- #WXCONFIG_CPP = `wxgtk2-2.5-config --cflags`
 -WXCONFIG_CPP = `wx-config --cflags`
 +WXCONFIG_CPP = `wx-config --unicode=yes --cflags`
  
- #WXCONFIG_LD = `wxgtk2-2.5-config --libs --static`
 -WXCONFIG_LD = `wx-config --libs`
 +WXCONFIG_LD = `wx-config --unicode=yes --libs`
  
- # /usr/lib/libglib-2.0.a \
- # /usr/lib/libgobject-2.0.a \
-@@ -53,7 +53,7 @@ WXCONFIG_LD_STATIC = -L/usr/X11R6/lib \
  .SUFFIXES:.o .cpp
  
  .cpp.o :
--  $(CC) -g -march=i686 -Os -c $(WXCONFIG_CPP) -o $@ $<
-+  $(CC) -g $(RPM_OPT_FLAGS) -fno-strict-aliasing -c $(WXCONFIG_CPP) -o $@ 
$<
+-  $(CC) -g -Os -c $(WXCONFIG_CPP) -o $@ $<
++  $(CC) -g  $(RPM_OPT_FLAGS) -fno-strict-aliasing -c $(WXCONFIG_CPP) -o 
$@ $<
  
  all:$(PROGRAM)
  
-Index: sffview-0.4/sffview.cpp
-===
 sffview-0.4.orig/sffview.cpp
-+++ sffview-0.4/sffview.cpp
-@@ -205,7 +205,7 @@ SffCanvas::SffCanvas(wxView *v, wxFrame 
- wxScrolledWindow(frame, -1, pos, size, wxSUNKEN_BORDER)
- {
-   view = v;
--  SetBackgroundColour

commit sffview for openSUSE:Factory

2016-08-15 Thread h_root
Hello community,

here is the log from the commit of package sffview for openSUSE:Factory checked 
in at 2016-08-15 10:31:41

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


Package is "sffview"

Changes:

--- /work/SRC/openSUSE:Factory/sffview/sffview.changes  2011-09-23 
12:46:06.0 +0200
+++ /work/SRC/openSUSE:Factory/.sffview.new/sffview.changes 2016-08-15 
10:31:43.0 +0200
@@ -1,0 +2,6 @@
+Fri Aug 12 20:47:27 UTC 2016 - jeng...@inai.de
+
+- Remove archaic specfile contraptions.
+  Fix rpmlint "spurious-executable-permissions" warning.
+
+---



Other differences:
--
++ sffview.spec ++
--- /var/tmp/diff_new_pack.eCAkGv/_old  2016-08-15 10:31:44.0 +0200
+++ /var/tmp/diff_new_pack.eCAkGv/_new  2016-08-15 10:31:44.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package sffview
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 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
@@ -15,31 +15,27 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   sffview
-BuildRequires:  SDL-devel boost-devel gcc-c++ libtiff-devel 
update-desktop-files xorg-x11
-%if %suse_version > 1130
+BuildRequires:  SDL-devel
+BuildRequires:  boost-devel
+BuildRequires:  gcc-c++
+BuildRequires:  libtiff-devel
+BuildRequires:  update-desktop-files
 BuildRequires:  wxWidgets-devel
-%else
-BuildRequires:  wxGTK-devel
-%endif
-License:MIT
-Group:  Hardware/ISDN
-AutoReqProv:on
+BuildRequires:  xorg-x11
 Version:0.4
-Release:265
+Release:0
 Summary:Simple viewer for Structured Fax Files (.sff) used by ISDN 
applications
+License:MIT
+Group:  Hardware/ISDN
 Source: %{name}-%{version}.tar.bz2
 Url:http://sfftools.sourceforge.net/
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Patch0: %{name}-%{version}.diff
 Patch1: %{name}-gcc43.diff
-%if %suse_version > 1130
 %define _use_internal_dependency_generator 0
 %define __find_requires %wx_requires
-%endif
 
 %description
 The CAPI interface for programming ISDN hardware expects and gives you
@@ -50,28 +46,19 @@
 Windows (wxWidgets is a platform independent toolkit and wxGTK is a
 unix implementation based on GTK+, see wxWidgets homepage).
 
-
-
-Authors:
-
-Peter Schäfer
-
 %prep
 %setup
 %patch0 -p1
 %patch1
 
 %build
-%{__make} %{?jobs:-j%jobs}
+make %{?_smp_mflags}
 
 %install
-install -d $RPM_BUILD_ROOT/usr/bin
-install sffview $RPM_BUILD_ROOT/usr/bin
-install -d $RPM_BUILD_ROOT/%{_defaultdocdir}/sffview
-install doc/readme doc/copying testfax.sff 
$RPM_BUILD_ROOT/%{_defaultdocdir}/sffview
-
-%clean
-rm -rf $RPM_BUILD_ROOT
+install -d "%buildroot/%_bindir"
+install sffview "%buildroot/%_bindir/"
+install -d "%buildroot/%_defaultdocdir/sffview"
+install -pm0644 doc/readme doc/copying testfax.sff 
"%buildroot/%_defaultdocdir/sffview/"
 
 %files
 %defattr(-,root,root,-)




commit sffview for openSUSE:Factory

2011-12-06 Thread h_root
Hello community,

here is the log from the commit of package sffview for openSUSE:Factory checked 
in at 2011-12-06 19:03:43

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


Package is "sffview", Maintainer is "kk...@novell.com"

Changes:




Other differences:
--
++ sffview.spec ++
--- /var/tmp/diff_new_pack.0WCxJR/_old  2011-12-06 19:37:02.0 +0100
+++ /var/tmp/diff_new_pack.0WCxJR/_new  2011-12-06 19:37:02.0 +0100
@@ -25,7 +25,7 @@
 %else
 BuildRequires:  wxGTK-devel
 %endif
-License:MIT License (or similar)
+License:MIT
 Group:  Hardware/ISDN
 AutoReqProv:on
 Version:0.4

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



commit sffview for openSUSE:Factory

2011-04-14 Thread h_root

Hello community,

here is the log from the commit of package sffview for openSUSE:Factory
checked in at Thu Apr 14 14:51:36 CEST 2011.




--- sffview/sffview.changes 2010-12-29 15:44:54.0 +0100
+++ sffview/sffview.changes 2011-01-21 13:52:43.0 +0100
@@ -1,0 +2,5 @@
+Fri Jan 21 13:52:17 CET 2011 - sbra...@suse.cz
+
+- Fixed build for older distributions.
+
+---

calling whatdependson for head-i586




Other differences:
--
++ sffview.spec ++
--- /var/tmp/diff_new_pack.SqmJNp/_old  2011-04-14 14:50:14.0 +0200
+++ /var/tmp/diff_new_pack.SqmJNp/_new  2011-04-14 14:50:14.0 +0200
@@ -19,35 +19,42 @@
 
 
 Name:   sffview
-BuildRequires:  SDL-devel boost-devel gcc-c++ libtiff-devel 
update-desktop-files wxWidgets-devel xorg-x11
+BuildRequires:  SDL-devel boost-devel gcc-c++ libtiff-devel 
update-desktop-files xorg-x11
+%if %suse_version > 1130
+BuildRequires:  wxWidgets-devel
+%else
+BuildRequires:  wxGTK-devel
+%endif
 License:MIT License (or similar)
 Group:  Hardware/ISDN
 AutoReqProv:on
 Version:0.4
-Release:260
+Release:265
 Summary:Simple viewer for Structured Fax Files (.sff) used by ISDN 
applications
 Source: %{name}-%{version}.tar.bz2
 Url:http://sfftools.sourceforge.net/
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Patch0: %{name}-%{version}.diff
 Patch1: %{name}-gcc43.diff
+%if %suse_version > 1130
 %define _use_internal_dependency_generator 0
 %define __find_requires %wx_requires
+%endif
 
 %description
 The CAPI interface for programming ISDN hardware expects and gives you
 faxes in the "Structured Fax File" (SFF) format.
 
 SffView is a viewer for SFF-files. SffView is written in C++ using the
-wxWindows/wxGTK toolkit and is therefore available for Linux and
-Windows (wxWindows is a platform independent toolkit and wxGTK is a
-unix implementation based on GTK+, see wxWindows homepage).
+wxWidgets/wxGTK toolkit and is therefore available for Linux and
+Windows (wxWidgets is a platform independent toolkit and wxGTK is a
+unix implementation based on GTK+, see wxWidgets homepage).
 
 
 
 Authors:
 
-Peter Sch�fer
+Peter Schäfer
 
 %prep
 %setup






Remember to have fun...

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