commit gpicview for openSUSE:Factory

2019-10-16 Thread root
Hello community,

here is the log from the commit of package gpicview for openSUSE:Factory 
checked in at 2019-10-16 09:13:10

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


Package is "gpicview"

Wed Oct 16 09:13:10 2019 rev:28 rq:737580 version:0.2.5

Changes:

--- /work/SRC/openSUSE:Factory/gpicview/gpicview.changes2017-01-12 
15:54:55.003288158 +0100
+++ /work/SRC/openSUSE:Factory/.gpicview.new.2352/gpicview.changes  
2019-10-16 09:13:14.863782653 +0200
@@ -1,0 +2,5 @@
+Fri Oct 11 19:59:02 UTC 2019 - Michael Vetter 
+
+- Add gpicview-0.2.5-addreturnvalue.patch: to fix build
+
+---

New:

  gpicview-0.2.5-addreturnvalue.patch



Other differences:
--
++ gpicview.spec ++
--- /var/tmp/diff_new_pack.jzAve7/_old  2019-10-16 09:13:15.623780694 +0200
+++ /var/tmp/diff_new_pack.jzAve7/_new  2019-10-16 09:13:15.639780652 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package gpicview
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 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,7 +12,7 @@
 # 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/
 #
 
 
@@ -20,11 +20,12 @@
 Version:0.2.5
 Release:0
 Summary:LXDE Photo Viewer
-License:GPL-2.0
+License:GPL-2.0-only
 Group:  Productivity/Graphics/Viewers
 Url:http://www.lxde.org/
 Source0:%{name}-%{version}.tar.xz
 Patch0: %{name}-0.2.4_fix_boo_904558.patch
+Patch1: gpicview-0.2.5-addreturnvalue.patch
 BuildRequires:  fdupes
 BuildRequires:  gcc
 BuildRequires:  gcc-c++
@@ -49,6 +50,7 @@
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
 
 %build
 %configure

++ gpicview-0.2.5-addreturnvalue.patch ++
diff -urEbw gpicview-0.2.5/src/main-win.c gpicview-0.2.5.new/src/main-win.c
--- gpicview-0.2.5/src/main-win.c   2016-02-20 23:38:31.0 +0100
+++ gpicview-0.2.5.new/src/main-win.c   2019-10-11 21:57:48.501711945 +0200
@@ -378,7 +378,7 @@
 image_list_sort_by_name( mw->img_list, GTK_SORT_DESCENDING );
 if (image_list_get_first(mw->img_list))
 main_win_open(mw, image_list_get_current_file_path(mw->img_list), 
zoom);
-return;
+return FALSE;
 }
 
 



commit gpicview for openSUSE:Factory

2014-11-13 Thread h_root
Hello community,

here is the log from the commit of package gpicview for openSUSE:Factory 
checked in at 2014-11-13 09:18:02

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


Package is gpicview

Changes:

--- /work/SRC/openSUSE:Factory/gpicview/gpicview.changes2014-09-23 
10:42:53.0 +0200
+++ /work/SRC/openSUSE:Factory/.gpicview.new/gpicview.changes   2014-11-13 
09:18:23.0 +0100
@@ -1,0 +2,5 @@
+Wed Nov 12 09:36:34 UTC 2014 - and...@opensuse.org
+
+- added gpicview-0.2.4_fix_boo_904558.patch to fix boo#904558
+
+---

New:

  gpicview-0.2.4_fix_boo_904558.patch



Other differences:
--
++ gpicview.spec ++
--- /var/tmp/diff_new_pack.6v5ivY/_old  2014-11-13 09:18:25.0 +0100
+++ /var/tmp/diff_new_pack.6v5ivY/_new  2014-11-13 09:18:25.0 +0100
@@ -24,6 +24,7 @@
 Group:  Productivity/Graphics/Viewers
 Url:http://www.lxde.org/
 Source0:%{name}-%{version}.tar.gz
+Patch0: %{name}-0.2.4_fix_boo_904558.patch
 BuildRequires:  fdupes
 BuildRequires:  gcc
 BuildRequires:  gcc-c++
@@ -47,6 +48,7 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 %configure

++ gpicview-0.2.4_fix_boo_904558.patch ++
diff -uNr old-gpicview-0.2.4/src/main-win.c gpicview-0.2.4/src/main-win.c
--- old-gpicview-0.2.4/src/main-win.c   2014-11-12 10:59:44.797101360 +0100
+++ gpicview-0.2.4/src/main-win.c   2014-11-12 11:02:23.683094130 +0100
@@ -507,7 +507,7 @@
 {
 g_object_unref( mw-animation );
 mw-animation = NULL;
-if( mw-animation_timeout );
+if( mw-animation_timeout )
 {
 g_source_remove( mw-animation_timeout );
 mw-animation_timeout = 0;
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit gpicview for openSUSE:Factory

2014-09-23 Thread h_root
Hello community,

here is the log from the commit of package gpicview for openSUSE:Factory 
checked in at 2014-09-23 10:42:34

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


Package is gpicview

Changes:

--- /work/SRC/openSUSE:Factory/gpicview/gpicview.changes2014-09-03 
19:54:30.0 +0200
+++ /work/SRC/openSUSE:Factory/.gpicview.new/gpicview.changes   2014-09-23 
10:42:53.0 +0200
@@ -1,0 +2,6 @@
+Fri Sep 19 22:28:30 UTC 2014 - t...@gmx.com
+
+- split lang package
+- removed unnecessary BuildRequires in spec file
+
+---



Other differences:
--
++ gpicview.spec ++
--- /var/tmp/diff_new_pack.0smZV6/_old  2014-09-23 10:42:54.0 +0200
+++ /var/tmp/diff_new_pack.0smZV6/_new  2014-09-23 10:42:54.0 +0200
@@ -24,8 +24,6 @@
 Group:  Productivity/Graphics/Viewers
 Url:http://www.lxde.org/
 Source0:%{name}-%{version}.tar.gz
-BuildRequires:  autoconf
-BuildRequires:  automake
 BuildRequires:  fdupes
 BuildRequires:  gcc
 BuildRequires:  gcc-c++
@@ -35,12 +33,13 @@
 BuildRequires:  hicolor-icon-theme
 BuildRequires:  intltool
 BuildRequires:  libjpeg-devel
-BuildRequires:  make
 BuildRequires:  perl
 BuildRequires:  perl-XML-Parser
 BuildRequires:  pkg-config
 BuildRequires:  update-desktop-files
+Recommends: %{name}-lang
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+%lang_package
 
 %description
 An extremely fast, lightweight, yet feature-rich photo viewer.
@@ -66,7 +65,7 @@
 %postun
 %desktop_database_postun
 
-%files -f %{name}.lang
+%files
 %defattr(-,root,root)
 %{_bindir}/%{name}
 %{_datadir}/applications/gpicview.desktop
@@ -77,4 +76,7 @@
 %{_datadir}/gpicview/ui/pref-dlg.ui
 %{_datadir}/icons/hicolor/48x48/apps/gpicview.png
 
+%files lang -f %{name}.lang
+%defattr(-,root,root,-)
+
 %changelog

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



commit gpicview for openSUSE:Factory

2014-09-03 Thread h_root
Hello community,

here is the log from the commit of package gpicview for openSUSE:Factory 
checked in at 2014-09-03 18:22:30

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


Package is gpicview

Changes:

--- /work/SRC/openSUSE:Factory/gpicview/gpicview.changes2014-01-23 
15:44:36.0 +0100
+++ /work/SRC/openSUSE:Factory/.gpicview.new/gpicview.changes   2014-09-03 
19:54:30.0 +0200
@@ -2 +2,6 @@
-Sun Jan  5 11:06:58 UTC 2014 - j...@eresmas.com
+Wed Aug 27 09:41:59 UTC 2014 - t...@gmx.com
+
+- applied spec-cleaner
+
+---
+Sun Jan  5 11:06:58 UTC 2014 - t...@gmx.com



Other differences:
--
++ gpicview.spec ++
--- /var/tmp/diff_new_pack.OPc9RX/_old  2014-09-03 19:54:32.0 +0200
+++ /var/tmp/diff_new_pack.OPc9RX/_new  2014-09-03 19:54:32.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package gpicview
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 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
@@ -17,14 +17,13 @@
 
 
 Name:   gpicview
+Version:0.2.4
+Release:0
 Summary:LXDE Photo Viewer
 License:GPL-2.0
 Group:  Productivity/Graphics/Viewers
-Version:0.2.4
-Release:0
 Url:http://www.lxde.org/
-Source0:%name-%version.tar.gz
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+Source0:%{name}-%{version}.tar.gz
 BuildRequires:  autoconf
 BuildRequires:  automake
 BuildRequires:  fdupes
@@ -33,6 +32,7 @@
 BuildRequires:  gettext-runtime
 BuildRequires:  gettext-tools
 BuildRequires:  gtk2-devel
+BuildRequires:  hicolor-icon-theme
 BuildRequires:  intltool
 BuildRequires:  libjpeg-devel
 BuildRequires:  make
@@ -40,7 +40,7 @@
 BuildRequires:  perl-XML-Parser
 BuildRequires:  pkg-config
 BuildRequires:  update-desktop-files
-BuildRequires:  hicolor-icon-theme
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
 An extremely fast, lightweight, yet feature-rich photo viewer.
@@ -51,36 +51,30 @@
 
 %build
 %configure
-%__make %{?jobs:-j%{jobs}} V=1
+make %{?_smp_mflags} V=1
 
 %install
-%makeinstall
+make DESTDIR=%{buildroot} install %{?_smp_mflags}
 
 %suse_update_desktop_file -r gpicview GTK Graphics Viewer
-%find_lang %name
+%find_lang %{name}
 %fdupes -s %{buildroot}
 
-%clean
-rm -fr %buildroot
-
-%if 0%{?suse_version} = 1140
-
 %post
 %desktop_database_post
 
 %postun
 %desktop_database_postun
-%endif
 
-%files -f %name.lang
+%files -f %{name}.lang
 %defattr(-,root,root)
-%_bindir/%name
-%_datadir/applications/gpicview.desktop
-%dir %_datadir/gpicview
-%dir %_datadir/gpicview/pixmaps
-%dir %_datadir/gpicview/ui
-%_datadir/gpicview/pixmaps/*.png
-%_datadir/gpicview/ui/pref-dlg.ui
-%_datadir/icons/hicolor/48x48/apps/gpicview.png
+%{_bindir}/%{name}
+%{_datadir}/applications/gpicview.desktop
+%dir %{_datadir}/gpicview
+%dir %{_datadir}/gpicview/pixmaps
+%dir %{_datadir}/gpicview/ui
+%{_datadir}/gpicview/pixmaps/*.png
+%{_datadir}/gpicview/ui/pref-dlg.ui
+%{_datadir}/icons/hicolor/48x48/apps/gpicview.png
 
 %changelog

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



commit gpicview for openSUSE:Factory

2014-01-23 Thread h_root
Hello community,

here is the log from the commit of package gpicview for openSUSE:Factory 
checked in at 2014-01-22 13:50:35

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


Package is gpicview

Changes:

--- /work/SRC/openSUSE:Factory/gpicview/gpicview.changes2012-12-19 
20:46:08.0 +0100
+++ /work/SRC/openSUSE:Factory/.gpicview.new/gpicview.changes   2014-01-23 
15:44:36.0 +0100
@@ -1,0 +2,8 @@
+Sun Jan  5 11:06:58 UTC 2014 - j...@eresmas.com
+
+- new upstream version 0.2.4
+ * GTK3, minor refactoring and some updates to the infrastructure 
+   for building
+ * Complete changelog in http://blog.lxde.org/?p=1064
+
+---

Old:

  gpicview-0.2.3.tar.gz

New:

  gpicview-0.2.4.tar.gz



Other differences:
--
++ gpicview.spec ++
--- /var/tmp/diff_new_pack.dBpPPy/_old  2014-01-23 15:44:36.0 +0100
+++ /var/tmp/diff_new_pack.dBpPPy/_new  2014-01-23 15:44:36.0 +0100
@@ -20,7 +20,7 @@
 Summary:LXDE Photo Viewer
 License:GPL-2.0
 Group:  Productivity/Graphics/Viewers
-Version:0.2.3
+Version:0.2.4
 Release:0
 Url:http://www.lxde.org/
 Source0:%name-%version.tar.gz
@@ -40,6 +40,7 @@
 BuildRequires:  perl-XML-Parser
 BuildRequires:  pkg-config
 BuildRequires:  update-desktop-files
+BuildRequires:  hicolor-icon-theme
 
 %description
 An extremely fast, lightweight, yet feature-rich photo viewer.
@@ -80,6 +81,6 @@
 %dir %_datadir/gpicview/ui
 %_datadir/gpicview/pixmaps/*.png
 %_datadir/gpicview/ui/pref-dlg.ui
-%_datadir/pixmaps/gpicview.png
+%_datadir/icons/hicolor/48x48/apps/gpicview.png
 
 %changelog

++ gpicview-0.2.3.tar.gz - gpicview-0.2.4.tar.gz ++
 18483 lines of diff (skipped)

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



commit gpicview for openSUSE:Factory

2012-12-19 Thread h_root
Hello community,

here is the log from the commit of package gpicview for openSUSE:Factory 
checked in at 2012-12-19 20:45:58

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


Package is gpicview, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/gpicview/gpicview.changes2011-09-29 
12:49:30.0 +0200
+++ /work/SRC/openSUSE:Factory/.gpicview.new/gpicview.changes   2012-12-19 
20:46:08.0 +0100
@@ -1,0 +2,8 @@
+Wed Dec 19 10:47:45 UTC 2012 - and...@opensuse.org
+
+- new upstream version 0.2.3
+ * Correction to the PATH_MAX problems for GNU/Hurd.
+ * fixed link with latest ld 
+- removed gpicview-0.2.2-ld_fix.patch now in upsteam code
+
+---

Old:

  gpicview-0.2.2-ld_fix.patch
  gpicview-0.2.2.tar.bz2

New:

  gpicview-0.2.3.tar.gz



Other differences:
--
++ gpicview.spec ++
--- /var/tmp/diff_new_pack.C0eIDW/_old  2012-12-19 20:46:09.0 +0100
+++ /var/tmp/diff_new_pack.C0eIDW/_new  2012-12-19 20:46:09.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gpicview
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# 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
@@ -15,22 +15,31 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   gpicview
 Summary:LXDE Photo Viewer
-Version:0.2.2
-Release:1
 License:GPL-2.0
 Group:  Productivity/Graphics/Viewers
+Version:0.2.3
+Release:0
 Url:http://www.lxde.org/
-Source0:%name-%version.tar.bz2
-Patch0: %name-0.2.2-ld_fix.patch
+Source0:%name-%version.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  autoconf automake gcc gcc-c++ make update-desktop-files
-BuildRequires:  gettext-runtime gettext-tools gtk2-devel pkg-config
-BuildRequires:  fdupes intltool libjpeg-devel perl perl-XML-Parser
+BuildRequires:  autoconf
+BuildRequires:  automake
+BuildRequires:  fdupes
+BuildRequires:  gcc
+BuildRequires:  gcc-c++
+BuildRequires:  gettext-runtime
+BuildRequires:  gettext-tools
+BuildRequires:  gtk2-devel
+BuildRequires:  intltool
+BuildRequires:  libjpeg-devel
+BuildRequires:  make
+BuildRequires:  perl
+BuildRequires:  perl-XML-Parser
+BuildRequires:  pkg-config
+BuildRequires:  update-desktop-files
 
 %description
 An extremely fast, lightweight, yet feature-rich photo viewer.
@@ -38,7 +47,6 @@
 
 %prep
 %setup -q
-%patch0 -p1
 
 %build
 %configure

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



commit gpicview for openSUSE:Factory

2011-12-06 Thread h_root
Hello community,

here is the log from the commit of package gpicview for openSUSE:Factory 
checked in at 2011-12-06 18:15:52

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


Package is gpicview, Maintainer is 

Changes:




Other differences:
--
++ gpicview.spec ++
--- /var/tmp/diff_new_pack.8Tw6Pt/_old  2011-12-06 18:24:46.0 +0100
+++ /var/tmp/diff_new_pack.8Tw6Pt/_new  2011-12-06 18:24:46.0 +0100
@@ -22,7 +22,7 @@
 Summary:LXDE Photo Viewer
 Version:0.2.2
 Release:1
-License:GPLv2
+License:GPL-2.0
 Group:  Productivity/Graphics/Viewers
 Url:http://www.lxde.org/
 Source0:%name-%version.tar.bz2

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



commit gpicview for openSUSE:Factory

2011-09-29 Thread h_root

Hello community,

here is the log from the commit of package gpicview for openSUSE:Factory
checked in at Thu Sep 29 12:49:32 CEST 2011.




--- openSUSE:Factory/gpicview/gpicview.changes  2011-09-23 02:01:51.0 
+0200
+++ /mounts/work_src_done/STABLE/gpicview/gpicview.changes  2011-09-29 
10:08:49.0 +0200
@@ -1,0 +2,5 @@
+Thu Sep 29 08:11:15 UTC 2011 - andrea.turr...@gmail.com
+
+- fixed typos in gpicview.spec
+
+---

calling whatdependson for head-i586




Other differences:
--
++ gpicview.spec ++
--- /var/tmp/diff_new_pack.X35DCr/_old  2011-09-29 12:49:20.0 +0200
+++ /var/tmp/diff_new_pack.X35DCr/_new  2011-09-29 12:49:20.0 +0200
@@ -33,8 +33,8 @@
 BuildRequires:  fdupes intltool libjpeg-devel perl perl-XML-Parser
 
 %description
-An extremly fast, lightweight, yet feature-rich photo viewer
-This software is part of the LXDE Desktop Enviroment
+An extremely fast, lightweight, yet feature-rich photo viewer.
+This software is part of the LXDE Desktop Environment.
 
 %prep
 %setup -q






Remember to have fun...

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



commit gpicview for openSUSE:Factory

2011-09-19 Thread h_root

Hello community,

here is the log from the commit of package gpicview for openSUSE:Factory
checked in at Mon Sep 19 21:09:43 CEST 2011.




--- gpicview/gpicview.changes   2011-07-24 12:59:43.0 +0200
+++ /mounts/work_src_done/STABLE/gpicview/gpicview.changes  2011-09-18 
08:49:38.0 +0200
@@ -1,0 +2,5 @@
+Sun Sep 18 06:48:35 UTC 2011 - and...@opensuse.org
+
+- added gpicview-0.2.2-ld_fix.patch to fix build with latest ld 
+
+---

calling whatdependson for head-i586


New:

  gpicview-0.2.2-ld_fix.patch



Other differences:
--
++ gpicview.spec ++
--- /var/tmp/diff_new_pack.ke032f/_old  2011-09-19 21:09:35.0 +0200
+++ /var/tmp/diff_new_pack.ke032f/_new  2011-09-19 21:09:35.0 +0200
@@ -26,6 +26,7 @@
 Group:  Productivity/Graphics/Viewers
 Url:http://www.lxde.org/
 Source0:%name-%version.tar.bz2
+Patch0: %name-0.2.2-ld_fix.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  autoconf automake gcc gcc-c++ make update-desktop-files
 BuildRequires:  gettext-runtime gettext-tools gtk2-devel pkg-config
@@ -37,6 +38,7 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 %configure

++ gpicview-0.2.2-ld_fix.patch ++
diff -uNr old-gpicview-0.2.2//src/Makefile.am gpicview-0.2.2/src/Makefile.am
--- old-gpicview-0.2.2//src/Makefile.am 2011-07-23 15:53:24.0 +0200
+++ gpicview-0.2.2/src/Makefile.am  2011-09-18 08:46:56.260370401 +0200
@@ -27,7 +27,7 @@
 
 # the library search path.
 # use -nodefaultlibs to prevent linking libstdc++
-gpicview_LDADD = $(X11_LIBS) $(GTK_LIBS)
+gpicview_LDADD = $(X11_LIBS) $(GTK_LIBS) -lm
 
 noinst_HEADERS = \
glib-mem.h \
diff -uNr old-gpicview-0.2.2//src/Makefile.in gpicview-0.2.2/src/Makefile.in
--- old-gpicview-0.2.2//src/Makefile.in 2011-07-23 15:53:47.0 +0200
+++ gpicview-0.2.2/src/Makefile.in  2011-09-18 08:47:42.265370402 +0200
@@ -273,7 +273,7 @@
 
 # the library search path.
 # use -nodefaultlibs to prevent linking libstdc++
-gpicview_LDADD = $(X11_LIBS) $(GTK_LIBS)
+gpicview_LDADD = $(X11_LIBS) $(GTK_LIBS) -lm
 noinst_HEADERS = \
glib-mem.h \
image-list.h \





Remember to have fun...

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



commit gpicview for openSUSE:Factory

2011-07-25 Thread h_root

Hello community,

here is the log from the commit of package gpicview for openSUSE:Factory
checked in at Mon Jul 25 10:28:04 CEST 2011.




--- gpicview/gpicview.changes   2011-03-14 15:26:22.0 +0100
+++ /mounts/work_src_done/STABLE/gpicview/gpicview.changes  2011-07-24 
12:59:43.0 +0200
@@ -1,0 +2,9 @@
+Sun Jul 24 10:58:26 UTC 2011 - and...@opensuse.org
+
+- new upstream version 0.2.2
+  * translations updates
+  * basic gtk3 support
+  * many bug fixes
+- removed patches now in upstream code 
+
+---

calling whatdependson for head-i586


Old:

  gpicview-0.2.1.tar.bz2
  gpicview-add-mime-types.patch
  implicit-fortify-decl.patch
  no-return-in-nonvoid-function.patch

New:

  gpicview-0.2.2.tar.bz2



Other differences:
--
++ gpicview.spec ++
--- /var/tmp/diff_new_pack.Mmwm9b/_old  2011-07-25 10:27:07.0 +0200
+++ /var/tmp/diff_new_pack.Mmwm9b/_new  2011-07-25 10:27:07.0 +0200
@@ -20,15 +20,12 @@
 
 Name:   gpicview
 Summary:LXDE Photo Viewer
-Version:0.2.1
-Release:12
+Version:0.2.2
+Release:1
 License:GPLv2
 Group:  Productivity/Graphics/Viewers
 Url:http://www.lxde.org/
 Source0:%name-%version.tar.bz2
-Patch0: gpicview-add-mime-types.patch
-Patch1: no-return-in-nonvoid-function.patch 
-Patch2: implicit-fortify-decl.patch 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  autoconf automake gcc gcc-c++ make update-desktop-files
 BuildRequires:  gettext-runtime gettext-tools gtk2-devel pkg-config
@@ -40,19 +37,14 @@
 
 %prep
 %setup -q
-%patch0 -p1
-%patch1 -p1
-%patch2 -p2
 
 %build
-export CFLAGS=$RPM_OPT_FLAGS
-export CXXFLAGS=$RPM_OPT_FLAGS
 %configure
-%__make %{?jobs:-j%{jobs}}
+%__make %{?jobs:-j%{jobs}} V=1
 
 %install
 %makeinstall
-%__rm -rf %{buildroot}/%{_datadir}/locale/ur_PK
+
 %suse_update_desktop_file -r gpicview GTK Graphics Viewer
 %find_lang %name
 %fdupes -s %{buildroot}
@@ -61,6 +53,7 @@
 rm -fr %buildroot
 
 %if 0%{?suse_version} = 1140
+
 %post
 %desktop_database_post
 

++ gpicview-0.2.1.tar.bz2 - gpicview-0.2.2.tar.bz2 ++
 43851 lines of diff (skipped)






Remember to have fun...

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