commit sax3 for openSUSE:Factory

2016-07-09 Thread h_root
Hello community,

here is the log from the commit of package sax3 for openSUSE:Factory checked in 
at 2016-07-09 09:22:25

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


Package is "sax3"

Changes:

--- /work/SRC/openSUSE:Factory/sax3/sax3.changes2014-05-20 
14:24:35.0 +0200
+++ /work/SRC/openSUSE:Factory/.sax3.new/sax3.changes   2016-07-09 
09:22:32.0 +0200
@@ -1,0 +2,7 @@
+Sat Jul  2 08:49:17 UTC 2016 - i...@marguerite.su
+
+- add patch sax3-gcc6.patch which fixes boo#985161
+  * fix no matching function for call to 'make_pair(std::__cxx11::string&,
+std::__cxx11::string&)'
+
+---

New:

  sax3-gcc6.patch



Other differences:
--
++ sax3.spec ++
--- /var/tmp/diff_new_pack.G86VKk/_old  2016-07-09 09:22:34.0 +0200
+++ /var/tmp/diff_new_pack.G86VKk/_new  2016-07-09 09:22:34.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package sax3
 #
-# Copyright (c) 2013 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
@@ -25,6 +25,8 @@
 Url:https://www.ohloh.net/p/sax3
 Source: %{name}-%{version}.tar.gz
 #   https://github.com/openSUSE/%{name}/archive/v%{version}.tar.gz
+# PATCH-FIX-UPSTREAM sax3-gcc6.patch
+Patch:  sax3-gcc6.patch
 BuildRequires:  augeas-devel
 BuildRequires:  augeas-lenses
 BuildRequires:  cmake
@@ -49,6 +51,7 @@
 
 %prep
 %setup -q
+%patch -p1
 %if 0%{?suse_version} < 1230
 # No libyui pkg-config before 12.3
 sed -i 's|${LIBYUI_INCLUDE_DIR}|/usr/include/YaST2\ /usr/include/YaST2/yui|' 
src/CMakeLists.txt

++ sax3-gcc6.patch ++
Index: sax3-0.1.2/src/ui/yui.cxx
===
--- sax3-0.1.2.orig/src/ui/yui.cxx
+++ sax3-0.1.2/src/ui/yui.cxx
@@ -242,7 +242,7 @@ namespace UI{
}
void yTable::addItem(std::string item1,std::string item2){
table->addItem(new YTableItem(item1,item2));
-   i.push_back(std::make_pair 
(item1,item2)); 
+   i.push_back(std::make_pair(item1,item2));   
}
void yTable::addItem(std::string n,std::string item1,std::string item2){
table->addItem(new YTableItem(n,item1,item2));



commit sax3 for openSUSE:Factory

2014-05-20 Thread h_root
Hello community,

here is the log from the commit of package sax3 for openSUSE:Factory checked in 
at 2014-05-20 14:24:30

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


Package is sax3

Changes:

--- /work/SRC/openSUSE:Factory/sax3/sax3.changes2014-05-11 
16:36:05.0 +0200
+++ /work/SRC/openSUSE:Factory/.sax3.new/sax3.changes   2014-05-20 
14:24:35.0 +0200
@@ -1,0 +2,6 @@
+Sun May 18 18:51:53 UTC 2014 - manugu...@gmail.com
+
+- Updated SaX3 Man Page
+- Removed Unnecessary lines from CMake
+
+---



Other differences:
--
++ sax3-0.1.2.tar.gz ++

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



commit sax3 for openSUSE:Factory

2014-05-11 Thread h_root
Hello community,

here is the log from the commit of package sax3 for openSUSE:Factory checked in 
at 2014-05-11 16:36:04

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


Package is sax3

Changes:

--- /work/SRC/openSUSE:Factory/sax3/sax3.changes2014-05-06 
14:03:18.0 +0200
+++ /work/SRC/openSUSE:Factory/.sax3.new/sax3.changes   2014-05-11 
16:36:05.0 +0200
@@ -1,0 +2,6 @@
+Sun May 11 11:16:53 UTC 2014 - manugu...@gmail.com
+
+- Updated Translation files (were named .po, should be .pot)
+- Pushed suggestions related to strings to sax3-touchpad
+
+---



Other differences:
--
++ sax3-0.1.2.tar.gz ++
 6422 lines of diff (skipped)

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



commit sax3 for openSUSE:Factory

2013-05-27 Thread h_root
Hello community,

here is the log from the commit of package sax3 for openSUSE:Factory checked in 
at 2013-05-27 10:01:36

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


Package is sax3

Changes:

--- /work/SRC/openSUSE:Factory/sax3/sax3.changes2013-04-22 
14:23:46.0 +0200
+++ /work/SRC/openSUSE:Factory/.sax3.new/sax3.changes   2013-05-27 
10:01:37.0 +0200
@@ -1,0 +2,6 @@
+Wed May 22 09:47:12 UTC 2013 - sch...@suse.de
+
+- Properly determine LIB_SUFFIX
+- Use %{optflags}
+
+---



Other differences:
--
++ sax3.spec ++
--- /var/tmp/diff_new_pack.KceYly/_old  2013-05-27 10:01:38.0 +0200
+++ /var/tmp/diff_new_pack.KceYly/_new  2013-05-27 10:01:38.0 +0200
@@ -57,7 +57,9 @@
 
 %build
 cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_SKIP_RPATH=true \
-%ifarch x86_64 ppc64
+-DCMAKE_CXX_FLAGS=%{optflags} \
+-DCMAKE_VERBOSE_MAKEFILE=true \
+%if %{_lib} == lib64
 -DLIB_SUFFIX=64 \
 %endif
 .

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



commit sax3 for openSUSE:Factory

2013-04-22 Thread h_root
Hello community,

here is the log from the commit of package sax3 for openSUSE:Factory checked in 
at 2013-04-22 14:23:45

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


Package is sax3, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/sax3/sax3.changes2013-01-29 
14:40:28.0 +0100
+++ /work/SRC/openSUSE:Factory/.sax3.new/sax3.changes   2013-04-22 
14:23:46.0 +0200
@@ -1,0 +2,8 @@
+Thu Apr 18 19:38:28 UTC 2013 - mhruse...@suse.com
+
+- bugfix release 0.1.1
+  * fixed keyboard variant bug
+  * merged downstream patches
+  * not installing lenses when not needed
+
+---

Old:

  fix-libyui-include-path.diff
  fix-std-nametype-issue.diff
  sax3-0.1.tar.bz2

New:

  sax3-0.1.1.tar.gz



Other differences:
--
++ sax3.spec ++
--- /var/tmp/diff_new_pack.ixiHZZ/_old  2013-04-22 14:23:48.0 +0200
+++ /var/tmp/diff_new_pack.ixiHZZ/_new  2013-04-22 14:23:48.0 +0200
@@ -17,24 +17,23 @@
 
 
 Name:   sax3
-Version:0.1
+Version:0.1.1
 Release:0
 Summary:A Graphical Configuration Tool for X
 License:GPL-3.0
 Group:  System/X11/Utilities
 Url:https://www.ohloh.net/p/sax3
-Source: %{name}-%{version}.tar.bz2
-Patch0: fix-libyui-include-path.diff
-Patch1: fix-std-nametype-issue.diff
+Source: %{name}-%{version}.tar.gz
+#   https://github.com/openSUSE/%{name}/archive/v%{version}.tar.gz
 BuildRequires:  augeas-devel
+BuildRequires:  augeas-lenses
 BuildRequires:  cmake
 BuildRequires:  gcc-c++
+BuildRequires:  pkg-config
 %if 0%{?suse_version}  1220
 BuildRequires:  libyui-devel
-Requires:   libyui4
 %else
 BuildRequires:  yast2-libyui-devel
-Requires:   yast2-libyui
 %endif
 Requires:   augeas
 Requires:   augeas-lenses
@@ -50,10 +49,11 @@
 
 %prep
 %setup -q
-%if 0%{?suse_version}  1220
-%patch0 -p1
+%if 0%{?suse_version}  1230
+# No libyui pkg-config before 12.3
+sed -i 's|${LIBYUI_INCLUDE_DIR}|/usr/include/YaST2\ /usr/include/YaST2/yui|' 
src/CMakeLists.txt
+sed -i 's|${LIBYUI_LIBRARIES}|yui|' src/CMakeLists.txt
 %endif
-%patch1 -p1
 
 %build
 cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_SKIP_RPATH=true \
@@ -65,18 +65,23 @@
 
 %install
 %make_install
+echo ''  lenses
+for i in desktop.aug xorg.aug; do
+if [ \! -f %{_datadir}/augeas/lenses/dist/$i ]; then
+mkdir -p %buildroot/%{_datadir}/augeas/lenses/dist
+install -m 0644 src/lens/$i %buildroot/%{_datadir}/augeas/lenses/dist
+echo %{_datadir}/augeas  lenses
+fi
+done
 
-%files
+%files -f lenses
 %defattr(-,root,root)
 %doc COPYING.GPL-3.0
 %{_sbindir}/sax3*
-%{_datadir}/libaugeas0/
-%{_datadir}/augeas/
 %{_datadir}/sax3
-%{_libdir}/libsax3-yuif*
+%{_libdir}/libsax3-yuif.so
 %{_datadir}/applications/sax3.desktop
-%{_datadir}/icons/
+%{_datadir}/icons/*
 %_mandir/man1/*
-#%_datadir/icons/hicolor/32x32/apps/sax*
 
 %changelog

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



commit sax3 for openSUSE:Factory

2013-01-29 Thread h_root
Hello community,

here is the log from the commit of package sax3 for openSUSE:Factory checked in 
at 2013-01-29 14:40:26

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


Package is sax3, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/sax3/sax3.changes2011-12-06 
16:24:47.0 +0100
+++ /work/SRC/openSUSE:Factory/.sax3.new/sax3.changes   2013-01-29 
14:40:28.0 +0100
@@ -1,0 +2,9 @@
+Fri Jan 25 08:01:20 UTC 2013 - m...@suse.com
+
+- Added fix-libyui-include-path.diff
+  * support build with libyui which renamed from yast2-libyui
+  * linking correct libyui library path
+- Added fix-std-nametype-issue.diff
+  * fixed compilation error
+
+---

New:

  fix-libyui-include-path.diff
  fix-std-nametype-issue.diff



Other differences:
--
++ sax3.spec ++
--- /var/tmp/diff_new_pack.ZZDrDw/_old  2013-01-29 14:40:29.0 +0100
+++ /var/tmp/diff_new_pack.ZZDrDw/_new  2013-01-29 14:40:29.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package sax3
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
+# 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
@@ -15,18 +15,29 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 
 Name:   sax3
 Version:   0.1
-Release:   1
-License:GPL-3.0+
+Release:0
 Summary:   A Graphical Configuration Tool for X
-Url:   https://www.ohloh.net/p/sax3
+License:GPL-3.0
 Group: System/X11/Utilities
-Source:sax3-0.1.tar.bz2
-BuildRequires: yast2-libyui yast2-libyui-devel augeas augeas-devel 
augeas-lenses augeas-lense-tests libaugeas0 cmake gcc-c++
-Requires:  yast2-libyui augeas augeas-lenses libaugeas0 
+Url:https://www.ohloh.net/p/sax3
+Source: %{name}-%{version}.tar.bz2
+Patch0: fix-libyui-include-path.diff
+Patch1: fix-std-nametype-issue.diff
+BuildRequires:  augeas-devel
+BuildRequires:  cmake
+BuildRequires:  gcc-c++
+%if 0%{?suse_version}  1220
+BuildRequires:  libyui-devel
+Requires:   libyui4
+%else
+BuildRequires:  yast2-libyui-devel
+Requires:   yast2-libyui
+%endif
+Requires:   augeas
+Requires:   augeas-lenses
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -39,9 +50,17 @@
 
 %prep
 %setup -q
+%if 0%{?suse_version}  1220
+%patch0 -p1
+%endif
+%patch1 -p1
 
 %build
-cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_SKIP_RPATH=true .
+cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_SKIP_RPATH=true \
+%ifarch x86_64 ppc64
+-DLIB_SUFFIX=64 \
+%endif
+.
 make
 
 %install
@@ -49,6 +68,7 @@
 
 %files
 %defattr(-,root,root)
+%doc COPYING.GPL-3.0
 %{_sbindir}/sax3*
 %{_datadir}/libaugeas0/
 %{_datadir}/augeas/
@@ -59,6 +79,4 @@
 %_mandir/man1/*
 #%_datadir/icons/hicolor/32x32/apps/sax*
 
-%doc COPYING.GPL-3.0
-
 %changelog

++ fix-libyui-include-path.diff ++
Index: sax3-0.1/CMakeLists.txt
===
--- sax3-0.1.orig/CMakeLists.txt
+++ sax3-0.1/CMakeLists.txt
@@ -3,4 +3,9 @@ project(SaX3)
 
 find_package(Libyui)
 set(CMAKE_CXX_FLAGS -Wall -pedantic -laugeas)
+
+set(LIB_INSTALL_DIR ${CMAKE_INSTALL_PREFIX}/lib${LIB_SUFFIX})
+set(LIBYUI_INCLUDE_DIR /usr/include/yui)
+set(LIBYUI_LIBRARY yui)
+
 add_subdirectory(src)
Index: sax3-0.1/src/ui/CMakeLists.txt
===
--- sax3-0.1.orig/src/ui/CMakeLists.txt
+++ sax3-0.1/src/ui/CMakeLists.txt
@@ -5,5 +5,5 @@ include_directories(${LIBYUI_INCLUDE_DIR
 
 add_library(sax3-yuif SHARED yuifactory.cxx yui.cxx)
 
-install(TARGETS sax3-yuif LIBRARY DESTINATION lib${LIB_SUFFIX})
+install(TARGETS sax3-yuif LIBRARY DESTINATION ${LIB_INSTALL_DIR})
 target_link_libraries(sax3-yuif ${LIBYUI_INCLUDE_DIR})
++ fix-std-nametype-issue.diff ++
Index: sax3-0.1/src/ui/yui.h
===
--- sax3-0.1.orig/src/ui/yui.h
+++ sax3-0.1/src/ui/yui.h
@@ -107,7 +107,7 @@ namespace UI{
yPushButton(yVLayout *,std::string text);
YPushButton * getElement();
void setEnabled(bool);
-   string value();
+std::string value();
~yPushButton();
};
 
@@ -131,8 +131,8 @@ namespace UI{

void addItem(std::string item);
YComboBox * getElement();
-   string value();
-   

commit sax3 for openSUSE:Factory

2011-12-06 Thread h_root
Hello community,

here is the log from the commit of package sax3 for openSUSE:Factory checked in 
at 2011-12-06 16:24:39

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


Package is sax3, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/sax3/sax3.changes2011-09-23 
12:45:21.0 +0200
+++ /work/SRC/openSUSE:Factory/.sax3.new/sax3.changes   2011-12-06 
16:24:47.0 +0100
@@ -1,0 +2,11 @@
+Tue Dec  6 11:28:02 UTC 2011 - cfarr...@suse.com
+
+- license update: GPL-3.0+
+  a SPDX format
+
+---
+Mon Dec  5 10:44:56 UTC 2011 - manugu...@gmail.com
+
+-Build system changes, monitor value changes, spec file chnaged , still in 
beta phase
+
+---



Other differences:
--
++ sax3.spec ++
--- /var/tmp/diff_new_pack.tagynv/_old  2011-12-06 16:24:50.0 +0100
+++ /var/tmp/diff_new_pack.tagynv/_new  2011-12-06 16:24:50.0 +0100
@@ -1,8 +1,8 @@
 #
 # spec file for package sax3
-#
 # Copyright (c) 2011 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
@@ -17,16 +17,16 @@
 
 # norootforbuild
 
-
 Name:   sax3
 Version:0.1
 Release:1
-License:GPLv3
+License:   GPL-3.0+
 Summary:A Graphical Configuration Tool for X
 Url:https://www.ohloh.net/p/sax3
 Group:  System/X11/Utilities
 Source: sax3-0.1.tar.bz2
-BuildRequires:  augeas = 0.7.4-3.1 augeas-devel = 0.7.4-3.1 
augeas-lense-tests = 0.7.4-3.1 augeas-lenses = 0.7.4-3.1 cmake gcc-c++ 
libaugeas0 = 0.7.4-3.1 yast2-libyui = 2.20.2-3.1 yast2-libyui-devel = 
2.20.2-3.1
+BuildRequires: yast2-libyui yast2-libyui-devel augeas augeas-devel 
augeas-lenses augeas-lense-tests libaugeas0 cmake gcc-c++
+Requires:  yast2-libyui augeas augeas-lenses libaugeas0 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -46,18 +46,19 @@
 
 %install
 %make_install
-#rm -rf %{buildroot}/usr/share/sax3
-
-%clean
-%{?buildroot:%__rm -rf %{buildroot}}
 
 %files
 %defattr(-,root,root)
-/usr/sbin/sax3*
+%{_sbindir}/sax3*
+%{_datadir}/libaugeas0/
+%{_datadir}/augeas/
 %{_datadir}/sax3
-%{_datadir}/libaugeas0
 %{_libdir}/libsax3-yuif*
+%{_datadir}/applications/sax3.desktop
+%{_datadir}/icons/
 %_mandir/man1/*
+#%_datadir/icons/hicolor/32x32/apps/sax*
+
 %doc COPYING.GPL-3.0
 
 %changelog

++ sax3-0.1.tar.bz2 ++
 2034 lines of diff (skipped)

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



commit sax3 for openSUSE:Factory

2011-12-06 Thread h_root
Hello community,

here is the log from the commit of package sax3 for openSUSE:Factory checked in 
at 2011-12-06 19:01:51

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


Package is sax3, Maintainer is 

Changes:




Other differences:
--
++ sax3.spec ++
+++ empty output from diff against sax3.spec

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



commit sax3 for openSUSE:Factory

2011-08-25 Thread h_root

Hello community,

here is the log from the commit of package sax3 for openSUSE:Factory
checked in at Thu Aug 25 11:06:24 CEST 2011.




New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ /mounts/work_src_done/STABLE/sax3/sax3.changes  2011-08-22 
20:14:39.0 +0200
@@ -0,0 +1,10 @@
+---
+Mon Aug 22 18:33:59 UTC 2011 - manugu...@gmail.com
+
+- SaX3 Beta started
+
+---
+Thu Jun 30 06:58:34 UTC 2011 - manugu...@gmail.com
+
+-Initial Build 
+

calling whatdependson for head-i586


New:

  sax3-0.1.tar.bz2
  sax3.changes
  sax3.spec



Other differences:
--
++ sax3.spec ++
#
# spec file for package sax3
#
# Copyright (c) 2011 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:   sax3
Version:0.1
Release:1
License:GPLv3
Summary:A Graphical Configuration Tool for X
Url:https://www.ohloh.net/p/sax3
Group:  System/X11/Utilities
Source: sax3-0.1.tar.bz2
BuildRequires:  augeas = 0.7.4-3.1 augeas-devel = 0.7.4-3.1 
augeas-lense-tests = 0.7.4-3.1 augeas-lenses = 0.7.4-3.1 cmake gcc-c++ 
libaugeas0 = 0.7.4-3.1 yast2-libyui = 2.20.2-3.1 yast2-libyui-devel = 
2.20.2-3.1
BuildRoot:  %{_tmppath}/%{name}-%{version}-build

%description
A graphical utility for configuring X server settings. It can run without X 
with a graphical interface.

Authors:
___
Manu Gupta
Michal Hrusecky

%prep
%setup -q

%build
cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_SKIP_RPATH=true .
make

%install
%make_install
#rm -rf %{buildroot}/usr/share/sax3

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

%files
%defattr(-,root,root)
/usr/sbin/sax3*
%{_datadir}/sax3
%{_datadir}/libaugeas0
%{_libdir}/libsax3-yuif*
%_mandir/man1/*
%doc COPYING.GPL-3.0

%changelog





Remember to have fun...

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