commit flickrnet for openSUSE:Factory

2017-05-16 Thread root
Hello community,

here is the log from the commit of package flickrnet for openSUSE:Factory 
checked in at 2017-05-16 14:45:06

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


Package is "flickrnet"

Tue May 16 14:45:06 2017 rev:15 rq:494744 version:3.5

Changes:

--- /work/SRC/openSUSE:Factory/flickrnet/flickrnet.changes  2012-10-03 
07:12:02.0 +0200
+++ /work/SRC/openSUSE:Factory/.flickrnet.new/flickrnet.changes 2017-05-16 
14:46:10.034597183 +0200
@@ -1,0 +2,7 @@
+Tue May 2 00:00:00 UTC 2017 - fwdsbs.to.1...@xoxy.net
+
+- Change pkgconfig-file generation logic - protect it from being broken by OBS 
source_validators
+- Add verification for assembly signature presence, and manually sign it 
before adding assembly to GAC, this should fix build with Mono 5.0.
+- Alter %setup macro to create toplevel directory
+
+---



Other differences:
--
++ flickrnet.spec ++
--- /var/tmp/diff_new_pack.7bT26A/_old  2017-05-16 14:46:10.882478047 +0200
+++ /var/tmp/diff_new_pack.7bT26A/_new  2017-05-16 14:46:10.886477485 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package flickrnet
 #
-# Copyright (c) 2012 SUSE LINUX Products 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
@@ -44,24 +44,29 @@
 The %{name}-devel package contains development files for %{name}.
 
 %prep
-%setup -n FlickrNet -q
+%setup -q -c -n FlickrNet
 
 %build
+pushd FlickrNet
 xbuild FlickrNet.csproj
-cat << EOF > flickrnet.pc
-prefix=%{_prefix}
-assemblies_dir=\${prefix}/lib/mono/flickrnet
-Libraries=\${assemblies_dir}/FlickrNet.dll
-Name: FlickrNet
-Description: Flickr.Net API Library
-Version: %{version}
-Libs: -r:\${assemblies_dir}/FlickrNet.dll
-EOF
+echo "prefix=%{_prefix}" > flickrnet.pc
+echo "assemblies_dir=\${prefix}/lib/mono/flickrnet" >> flickrnet.pc
+echo "Libraries=\${assemblies_dir}/FlickrNet.dll" >> flickrnet.pc
+echo "Name: FlickrNet" >> flickrnet.pc
+echo "Description: Flickr.Net API Library" >> flickrnet.pc
+echo "Version: %{version}" >> flickrnet.pc
+echo "Libs: -r:\${assemblies_dir}/FlickrNet.dll" >> flickrnet.pc
+popd
 
 %install
+pushd FlickrNet
+sn -v bin/Debug/FlickrNet.dll || if [[ $? = 1 ]]; then
+  sn -R bin/Debug/FlickrNet.dll FlickrNet.snk
+fi
 gacutil -i bin/Debug/FlickrNet.dll -package flickrnet -root 
%{buildroot}%{_prefix}/lib
 mkdir -p %{buildroot}%{_datadir}/pkgconfig
 cp flickrnet.pc %{buildroot}%{_datadir}/pkgconfig/
+popd
 
 %files
 %defattr(-,root,root)





commit flickrnet for openSUSE:Factory

2012-10-02 Thread h_root
Hello community,

here is the log from the commit of package flickrnet for openSUSE:Factory 
checked in at 2012-10-03 07:12:00

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


Package is flickrnet, Maintainer is sts...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/flickrnet/flickrnet.changes  2012-03-05 
17:59:33.0 +0100
+++ /work/SRC/openSUSE:Factory/.flickrnet.new/flickrnet.changes 2012-10-03 
07:12:02.0 +0200
@@ -1,0 +2,15 @@
+Sun Sep 30 05:42:39 UTC 2012 - ss...@decriptor.com
+
+- Updated to version 3.5
+  + Subscription methods (push.*)
+  + Photo Location Suggestion methods (photos.suggestions.*)
+  + Group Discussion and Joining methods (groups.discuss.* etc)
+  + Large raft of new unit tests to improve code coverage
+  + Custom exceptions thrown based on errors returned from Flickr. All inherit 
from FlickrApiException so backwards compatible.
+  + Fix in OAuth code to handle international character correctly.
+  + Support for Large Square (150x150) and Small 320 urls.
+  + Update to ParseDateGranularity function so it checks string, rather than 
capturing exceptions.
+  + Many more fixes and updates
+- Removed assemblyinfo patch
+
+---

Old:

  FlickrNet2.2-Src-48055.zip
  assemblyinfo.patch

New:

  FlickrNet3.5-Src-99196.zip



Other differences:
--
++ flickrnet.spec ++
--- /var/tmp/diff_new_pack.US0hcd/_old  2012-10-03 07:12:03.0 +0200
+++ /var/tmp/diff_new_pack.US0hcd/_new  2012-10-03 07:12:03.0 +0200
@@ -17,14 +17,13 @@
 
 
 Name:   flickrnet
-Version:2.2
+Version:3.5
 Release:0
 Summary:Flickr
 License:LGPL-2.1+ or CPL-1.0
 Group:  Productivity/Networking/Other
 Url:http://www.codeplex.com/FlickrNet
-Source: FlickrNet2.2-Src-48055.zip
-Patch0: assemblyinfo.patch
+Source: FlickrNet3.5-Src-99196.zip
 BuildRequires:  mono-devel
 BuildRequires:  unzip
 BuildArch:  noarch
@@ -35,7 +34,7 @@
 %package devel
 Summary:Development files for Flickr.Net
 Group:  Development/Languages/Mono
-Requires:   %{name} = %{version}-%{release}
+Requires:   %{name} = %{version}
 Requires:   pkgconfig
 
 %description devel
@@ -46,10 +45,9 @@
 
 %prep
 %setup -n FlickrNet -q
-%patch0 -p1
 
 %build
-gmcs -debug -target:library -out:FlickrNet.dll  -r:System.Web.dll 
-r:System.Drawing.dll *.cs
+xbuild FlickrNet.csproj
 cat  EOF  flickrnet.pc
 prefix=%{_prefix}
 assemblies_dir=\${prefix}/lib/mono/flickrnet
@@ -61,7 +59,7 @@
 EOF
 
 %install
-gacutil -i FlickrNet.dll -package flickrnet -root %{buildroot}%{_prefix}/lib
+gacutil -i bin/Debug/FlickrNet.dll -package flickrnet -root 
%{buildroot}%{_prefix}/lib
 mkdir -p %{buildroot}%{_datadir}/pkgconfig
 cp flickrnet.pc %{buildroot}%{_datadir}/pkgconfig/
 

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



commit flickrnet for openSUSE:Factory

2011-09-22 Thread h_root

Hello community,

here is the log from the commit of package flickrnet for openSUSE:Factory
checked in at Thu Sep 22 11:41:25 CEST 2011.




--- flickrnet/flickrnet.changes 2009-06-17 17:46:11.0 +0200
+++ /mounts/work_src_done/STABLE/flickrnet/flickrnet.changes2011-09-19 
02:15:12.0 +0200
@@ -1,0 +2,6 @@
+Sun Sep 18 17:17:12 UTC 2011 - jeng...@medozas.de
+
+- Apply packaging guidelines (remove redundant/obsolete
+  tags/sections from specfile, etc.)
+
+---

calling whatdependson for head-i586




Other differences:
--
++ flickrnet.spec ++
--- /var/tmp/diff_new_pack.23Oamy/_old  2011-09-22 11:41:20.0 +0200
+++ /var/tmp/diff_new_pack.23Oamy/_new  2011-09-22 11:41:20.0 +0200
@@ -54,9 +54,6 @@
 %__mkdir -p %{buildroot}%{_datadir}/pkgconfig
 %__cp flickrnet.pc %{buildroot}%{_datadir}/pkgconfig/
 
-%clean
-rm -rf %buildroot
-
 %files
 %defattr(-,root,root)
 %{_prefix}/lib/mono/%{name}







Remember to have fun...

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