commit f-spot for openSUSE:Factory

2013-10-17 Thread h_root
Hello community,

here is the log from the commit of package f-spot for openSUSE:Factory checked 
in at 2013-10-17 14:03:43

Comparing /work/SRC/openSUSE:Factory/f-spot (Old)
 and  /work/SRC/openSUSE:Factory/.f-spot.new (New)


Package is f-spot

Changes:

--- /work/SRC/openSUSE:Factory/f-spot/f-spot.changes2013-03-11 
07:24:05.0 +0100
+++ /work/SRC/openSUSE:Factory/.f-spot.new/f-spot.changes   2013-10-17 
14:03:44.0 +0200
@@ -1,0 +2,9 @@
+Tue Oct 15 09:34:25 UTC 2013 - dims...@opensuse.org
+
+- Drop gnome-screensaver BuildRequires: not required and no longer
+  provided by GNOME 3.10.
+- Pass --with-gnome-screensaver-privlibexecdir to configure: while
+  gnome-screensaver was installed, configure tested for existance
+  of some standard directories to identify the right location.
+
+---



Other differences:
--
++ f-spot.spec ++
--- /var/tmp/diff_new_pack.1pbcZf/_old  2013-10-17 14:03:45.0 +0200
+++ /var/tmp/diff_new_pack.1pbcZf/_new  2013-10-17 14:03:45.0 +0200
@@ -34,7 +34,6 @@
 Patch5: f-spot-dotnet4.patch
 BuildRequires:  fdupes
 BuildRequires:  gnome-doc-utils-devel
-BuildRequires:  gnome-screensaver
 BuildRequires:  gtk-sharp2-gapi
 BuildRequires:  intltool
 BuildRequires:  libexif-devel
@@ -89,6 +88,7 @@
 export CFLAGS=%{optflags} -fstack-protector -fno-strict-aliasing
 %configure\
 --libexecdir=%{_libexecdir}/f-spot \
+--with-gnome-screensaver-privlibexecdir=%{_libexecdir}/gnome-screensaver \
 --disable-schemas-install \
 --disable-scrollkeeper
 make %{?_smp_mflags}
@@ -142,6 +142,7 @@
 %{_datadir}/icons/hicolor/*/*/*.*
 %{_datadir}/f-spot
 %{_libdir}/pkgconfig/*.pc
+%dir %{_libexecdir}/gnome-screensaver
 %{_libexecdir}/gnome-screensaver/f-spot-screensaver
 
 %files lang -f %{name}.lang

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



commit f-spot for openSUSE:Factory

2013-03-11 Thread h_root
Hello community,

here is the log from the commit of package f-spot for openSUSE:Factory checked 
in at 2013-03-11 07:24:04

Comparing /work/SRC/openSUSE:Factory/f-spot (Old)
 and  /work/SRC/openSUSE:Factory/.f-spot.new (New)


Package is f-spot, Maintainer is gnome-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/f-spot/f-spot.changes2013-01-30 
11:16:15.0 +0100
+++ /work/SRC/openSUSE:Factory/.f-spot.new/f-spot.changes   2013-03-11 
07:24:05.0 +0100
@@ -1,0 +2,5 @@
+Tue Feb 26 20:26:53 CET 2013 - sbra...@suse.cz
+
+- Re-enabled translation-update-upstream.
+
+---



Other differences:
--
++ f-spot.spec ++
--- /var/tmp/diff_new_pack.pxlcOj/_old  2013-03-11 07:24:07.0 +0100
+++ /var/tmp/diff_new_pack.pxlcOj/_new  2013-03-11 07:24:07.0 +0100
@@ -75,7 +75,7 @@
 %lang_package
 %prep
 %setup -q
-#translation-update-upstream
+translation-update-upstream
 %if 0%{?suse_version} = 1140
 %patch2 -p1
 %endif

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



commit f-spot for openSUSE:Factory

2013-01-30 Thread h_root
Hello community,

here is the log from the commit of package f-spot for openSUSE:Factory checked 
in at 2013-01-30 11:16:13

Comparing /work/SRC/openSUSE:Factory/f-spot (Old)
 and  /work/SRC/openSUSE:Factory/.f-spot.new (New)


Package is f-spot, Maintainer is gnome-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/f-spot/f-spot.changes2013-01-10 
11:04:33.0 +0100
+++ /work/SRC/openSUSE:Factory/.f-spot.new/f-spot.changes   2013-01-30 
11:16:15.0 +0100
@@ -1,0 +2,5 @@
+Tue Jan 29 20:43:22 UTC 2013 - dims...@opensuse.org
+
+- Add f-spot-dotnet4.patch: Build for .Net 4.0 target.
+
+---

New:

  f-spot-dotnet4.patch



Other differences:
--
++ f-spot.spec ++
--- /var/tmp/diff_new_pack.Os2qIG/_old  2013-01-30 11:16:16.0 +0100
+++ /var/tmp/diff_new_pack.Os2qIG/_new  2013-01-30 11:16:16.0 +0100
@@ -30,6 +30,8 @@
 Patch3: fspot-mono.patch
 # PATCH-FIX-UPSTREAM flickrnet-3.0.patch idoen...@suse.de -- Add Flickrnet 3.0 
API support
 Patch4: flickrnet-3.0.patch
+# PATCH-FIX-UPSTREAM f-spot-dotnet4.patch dims...@opensuse.org -- Build for 
.Net 4.0 target.
+Patch5: f-spot-dotnet4.patch
 BuildRequires:  fdupes
 BuildRequires:  gnome-doc-utils-devel
 BuildRequires:  gnome-screensaver
@@ -80,6 +82,7 @@
 %patch3 -p1
 %if 0%{?suse_version} = 1230
 %patch4 -p1
+%patch5 -p1
 %endif
 
 %build

++ f-spot-dotnet4.patch ++
Index: f-spot-0.8.2/configure
===
--- f-spot-0.8.2.orig/configure
+++ f-spot-0.8.2/configure
@@ -16190,7 +16190,7 @@ fi
 ENABLE_RELEASE=$enable_release
 
 if test x$enable_release = xyes; then
-   GMCS_FLAGS=-define:RELEASE
+   GMCS_FLAGS=-define:RELEASE -sdk:4
 # FIXME: Enable as soon as we rock sufficiently
 #else
 #  GMCS_FLAGS=-warnaserror
Index: f-spot-0.8.2/configure.ac
===
--- f-spot-0.8.2.orig/configure.ac
+++ f-spot-0.8.2/configure.ac
@@ -268,7 +268,7 @@ AM_CONDITIONAL(ENABLE_RELEASE, test x$e
 ENABLE_RELEASE=$enable_release
 AC_SUBST(ENABLE_RELEASE)
 if test x$enable_release = xyes; then
-   GMCS_FLAGS=-define:RELEASE
+   GMCS_FLAGS=-define:RELEASE -sdk:4
 # FIXME: Enable as soon as we rock sufficiently
 #else
 #  GMCS_FLAGS=-warnaserror
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit f-spot for openSUSE:Factory

2013-01-10 Thread h_root
Hello community,

here is the log from the commit of package f-spot for openSUSE:Factory checked 
in at 2013-01-10 11:04:31

Comparing /work/SRC/openSUSE:Factory/f-spot (Old)
 and  /work/SRC/openSUSE:Factory/.f-spot.new (New)


Package is f-spot, Maintainer is gnome-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/f-spot/f-spot.changes2012-02-27 
18:35:23.0 +0100
+++ /work/SRC/openSUSE:Factory/.f-spot.new/f-spot.changes   2013-01-10 
11:04:33.0 +0100
@@ -1,0 +2,13 @@
+Wed Jan  9 13:55:51 UTC 2013 - dims...@opensuse.org
+
+- No longer require libgphoto2: The requirement is bogus, as since
+  version 0.7.0, f-spot no longer uses gphoto2 directly but
+  interfaces through gvfs.
+
+---
+Mon Jan  7 14:03:42 UTC 2013 - idon...@suse.com
+
+- Add fspot-mono.patch to compile with new Mono
+- Add flickrnet-3.0.patch to support Flickrnet 3.0
+
+---

New:

  flickrnet-3.0.patch
  fspot-mono.patch



Other differences:
--
++ f-spot.spec ++
--- /var/tmp/diff_new_pack.pXdr0C/_old  2013-01-10 11:04:35.0 +0100
+++ /var/tmp/diff_new_pack.pXdr0C/_new  2013-01-10 11:04:35.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package f-spot
 #
-# Copyright (c) 2012 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
@@ -26,6 +26,10 @@
 Source: %{name}-%{version}.tar.bz2
 # PATCH-FIX-UPSTREAM f-spot-mono-recent-gtk-sharp.patch vu...@opensuse.org -- 
Fix build with recent gtk-sharp, taken from git
 Patch2: f-spot-mono-recent-gtk-sharp.patch
+# PATCH-FIX-UPSTREAM fspot-mono.patch idoen...@suse.de -- Add a workaround to 
compile with new Mono
+Patch3: fspot-mono.patch
+# PATCH-FIX-UPSTREAM flickrnet-3.0.patch idoen...@suse.de -- Add Flickrnet 3.0 
API support
+Patch4: flickrnet-3.0.patch
 BuildRequires:  fdupes
 BuildRequires:  gnome-doc-utils-devel
 BuildRequires:  gnome-screensaver
@@ -53,7 +57,6 @@
 Requires:   brasero
 Requires:   dbus-1-x11
 Requires:   dcraw
-Requires:   libgphoto2
 Requires:   mono-core
 Recommends: %{name}-lang
 Provides:   %{name}-devel = %{version}
@@ -74,6 +77,10 @@
 %if 0%{?suse_version} = 1140
 %patch2 -p1
 %endif
+%patch3 -p1
+%if 0%{?suse_version} = 1230
+%patch4 -p1
+%endif
 
 %build
 export CFLAGS=%{optflags} -fstack-protector -fno-strict-aliasing

++ flickrnet-3.0.patch ++
diff -Naur 
f-spot-0.8.2.orig/src/Extensions/Exporters/FSpot.Exporters.Flickr/FSpot.Exporters.Flickr/FlickrExport.cs
 
f-spot-0.8.2/src/Extensions/Exporters/FSpot.Exporters.Flickr/FSpot.Exporters.Flickr/FlickrExport.cs
--- 
f-spot-0.8.2.orig/src/Extensions/Exporters/FSpot.Exporters.Flickr/FSpot.Exporters.Flickr/FlickrExport.cs
2010-12-19 14:34:42.0 +0100
+++ 
f-spot-0.8.2/src/Extensions/Exporters/FSpot.Exporters.Flickr/FSpot.Exporters.Flickr/FlickrExport.cs
 2011-11-28 14:23:08.0 +0100
@@ -124,9 +124,9 @@
do_export_flickr.Sensitive = true;
auth_flickr.Sensitive = true;
auth_label.Text = System.String.Format 
(Catalog.GetString (Welcome {0} you are connected to {1}),
-   
auth.User.Username,
+   
auth.User.UserName,

current_service.Name);
-   auth_flickr.Label = String.Format 
(Catalog.GetString (Sign in as a different user), auth.User.Username);
+   auth_flickr.Label = String.Format 
(Catalog.GetString (Sign in as a different user), auth.User.UserName);
used_bandwidth.Visible = 
!fr.Connection.PeopleGetUploadStatus().IsPro 

fr.Connection.PeopleGetUploadStatus().BandwidthMax  0;
if (used_bandwidth.Visible) {
@@ -326,7 +326,7 @@
progress_dialog.ProgressText = String.Format 
(Catalog.GetString (Waiting for response {0} of {1}),
  
photo_index, selection.Count);
}
-   progress_dialog.Fraction = 

commit f-spot for openSUSE:Factory

2012-02-27 Thread h_root
Hello community,

here is the log from the commit of package f-spot for openSUSE:Factory checked 
in at 2012-02-27 18:33:42

Comparing /work/SRC/openSUSE:Factory/f-spot (Old)
 and  /work/SRC/openSUSE:Factory/.f-spot.new (New)


Package is f-spot, Maintainer is gnome-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/f-spot/f-spot.changes2011-10-02 
10:00:50.0 +0200
+++ /work/SRC/openSUSE:Factory/.f-spot.new/f-spot.changes   2012-02-27 
18:35:23.0 +0100
@@ -1,0 +2,6 @@
+Fri Feb 24 13:06:48 UTC 2012 - vu...@opensuse.org
+
+- Add explicit libjpeg-devel BuildRequires: this was coming
+  implicitly before, but somehow not anymore.
+
+---



Other differences:
--
++ f-spot.spec ++
--- /var/tmp/diff_new_pack.bOe67F/_old  2012-02-27 18:35:25.0 +0100
+++ /var/tmp/diff_new_pack.bOe67F/_new  2012-02-27 18:35:25.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package f-spot
 #
-# 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
@@ -16,14 +16,13 @@
 #
 
 
-
 Name:   f-spot
 Version:0.8.2
-Release:11
-License:GPL-2.0+
+Release:0
 Summary:GNOME Photo Management Application
-Url:http://www.gnome.org/projects/f-spot/
+License:GPL-2.0+
 Group:  Productivity/Graphics/Viewers
+Url:http://www.gnome.org/projects/f-spot/
 Source: %{name}-%{version}.tar.bz2
 # PATCH-FIX-UPSTREAM f-spot-mono-recent-gtk-sharp.patch vu...@opensuse.org -- 
Fix build with recent gtk-sharp, taken from git
 Patch2: f-spot-mono-recent-gtk-sharp.patch
@@ -33,6 +32,7 @@
 BuildRequires:  gtk-sharp2-gapi
 BuildRequires:  intltool
 BuildRequires:  libexif-devel
+BuildRequires:  libjpeg-devel
 BuildRequires:  liblcms-devel
 BuildRequires:  mono-basic
 BuildRequires:  mono-data-sqlite

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



commit f-spot for openSUSE:Factory

2011-12-06 Thread h_root
Hello community,

here is the log from the commit of package f-spot for openSUSE:Factory checked 
in at 2011-12-06 18:10:30

Comparing /work/SRC/openSUSE:Factory/f-spot (Old)
 and  /work/SRC/openSUSE:Factory/.f-spot.new (New)


Package is f-spot, Maintainer is gnome-maintain...@suse.de

Changes:




Other differences:
--
++ f-spot.spec ++
--- /var/tmp/diff_new_pack.PVN901/_old  2011-12-06 18:15:49.0 +0100
+++ /var/tmp/diff_new_pack.PVN901/_new  2011-12-06 18:15:49.0 +0100
@@ -20,7 +20,7 @@
 Name:   f-spot
 Version:0.8.2
 Release:11
-License:GPLv2+
+License:GPL-2.0+
 Summary:GNOME Photo Management Application
 Url:http://www.gnome.org/projects/f-spot/
 Group:  Productivity/Graphics/Viewers

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



commit f-spot for openSUSE:Factory

2011-05-30 Thread h_root

Hello community,

here is the log from the commit of package f-spot for openSUSE:Factory
checked in at Mon May 30 15:52:45 CEST 2011.




--- GNOME/f-spot/f-spot.changes 2011-02-14 17:44:52.0 +0100
+++ /mounts/work_src_done/STABLE/f-spot/f-spot.changes  2011-05-27 
19:50:57.0 +0200
@@ -1,0 +2,13 @@
+Thu May 19 20:37:11 CEST 2011 - dims...@opensuse.org
+
+- Replace -devel BuildRequires with pkgconfig()-style:
+  + Old: flickrnet, gconf-sharp2, glib-sharp2,
+gnome-keyring-sharp-devel, gnome-sharp2, gtk-sharp2,
+libgnomeui-devel, libunique-devel, mono-addins, mono-devel,
+ndesk-dbus-glib-devel.
+  + New: flickrnet, gconf-2.0, gconf-sharp-2.0, glib-sharp-2.0,
+gnome-keyring-sharp-1.0, gnome-sharp-2.0, gtk-sharp-2.0,
+libgnomeui-2.0, mono, mono-addins, ndesk-dbus-glib-1.0,
+unique-1.0.
+
+---

calling whatdependson for head-i586




Other differences:
--
++ f-spot.spec ++
--- /var/tmp/diff_new_pack.4iFN3j/_old  2011-05-30 15:52:00.0 +0200
+++ /var/tmp/diff_new_pack.4iFN3j/_new  2011-05-30 15:52:00.0 +0200
@@ -19,7 +19,7 @@
 
 Name:   f-spot
 Version:0.8.2
-Release:7
+Release:8
 License:GPLv2+
 Summary:GNOME Photo Management Application
 Url:http://www.gnome.org/projects/f-spot/
@@ -28,27 +28,28 @@
 # PATCH-FIX-UPSTREAM f-spot-mono-recent-gtk-sharp.patch vu...@opensuse.org -- 
Fix build with recent gtk-sharp, taken from git
 Patch2: f-spot-mono-recent-gtk-sharp.patch
 BuildRequires:  fdupes
-BuildRequires:  flickrnet
-BuildRequires:  gconf-sharp2
-BuildRequires:  glib-sharp2
 BuildRequires:  gnome-doc-utils-devel
 BuildRequires:  gnome-screensaver
-BuildRequires:  gnome-keyring-sharp-devel
-BuildRequires:  gnome-sharp2
-BuildRequires:  gtk-sharp2
 BuildRequires:  gtk-sharp2-gapi
 BuildRequires:  intltool
 BuildRequires:  libexif-devel
-BuildRequires:  libgnomeui-devel
 BuildRequires:  liblcms-devel
-BuildRequires:  libunique-devel
-BuildRequires:  mono-addins
 BuildRequires:  mono-basic
 BuildRequires:  mono-data-sqlite
-BuildRequires:  mono-devel
-BuildRequires:  ndesk-dbus-glib-devel
 BuildRequires:  translation-update-upstream
 BuildRequires:  update-desktop-files
+BuildRequires:  pkgconfig(flickrnet)
+BuildRequires:  pkgconfig(gconf-2.0)
+BuildRequires:  pkgconfig(gconf-sharp-2.0)
+BuildRequires:  pkgconfig(glib-sharp-2.0)
+BuildRequires:  pkgconfig(gnome-keyring-sharp-1.0)
+BuildRequires:  pkgconfig(gnome-sharp-2.0)
+BuildRequires:  pkgconfig(gtk-sharp-2.0)
+BuildRequires:  pkgconfig(libgnomeui-2.0)
+BuildRequires:  pkgconfig(mono)
+BuildRequires:  pkgconfig(mono-addins)
+BuildRequires:  pkgconfig(ndesk-dbus-glib-1.0)
+BuildRequires:  pkgconfig(unique-1.0)
 Requires:   brasero
 Requires:   dbus-1-x11
 Requires:   dcraw
@@ -69,7 +70,7 @@
 %lang_package
 %prep
 %setup -q
-translation-update-upstream
+#translation-update-upstream
 %if 0%{?suse_version} = 1140
 %patch2 -p1
 %endif






Remember to have fun...

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