Hello community,

here is the log from the commit of package dice for openSUSE:Factory
checked in at Mon Jun 20 16:02:45 CEST 2011.



--------
--- GNOME/dice/dice.changes     2011-02-13 17:21:42.000000000 +0100
+++ /mounts/work_src_done/STABLE/dice/dice.changes      2011-06-20 
09:51:39.000000000 +0200
@@ -1,0 +2,11 @@
+Wed Jun 15 13:00:00 UTC 2011 - [email protected]
+
+- Add dice-newmono.patch: Newer mono versions do no longer
+  autoincrement the AssemblyVersion. We set it to 1.0.0.0, which
+  was what would be the logical result anyway, considering there is
+  no starting point to count from.
+- Fix the files section for gnome3.
+- Add pkg-config BuildRequires.
+- Clean .spec using spec-cleaner.
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


New:
----
  dice-newmono.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ dice.spec ++++++
--- /var/tmp/diff_new_pack.GjwR4n/_old  2011-06-20 16:01:38.000000000 +0200
+++ /var/tmp/diff_new_pack.GjwR4n/_new  2011-06-20 16:01:38.000000000 +0200
@@ -20,32 +20,43 @@
 
 Name:           dice
 Version:        0.1.9
-Release:        14
+Release:        19
 License:        GPLv2+
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  bison flex gcc-c++
-BuildRequires:  dbus-1-devel gnome-common gnome-sharp2 gnome-vfs2-devel
-BuildRequires:  gconf-sharp2 gnome-vfs-sharp2 intltool mono-devel
-BuildRequires:  ndesk-dbus
-BuildRequires:  ndesk-dbus-glib-devel
+Summary:        Desktop integration with Novell's Teaming and Microsoft's 
Sharepoint servers
+Group:          Productivity/Office/Other
+Source:         %{name}-%{version}.tar.bz2
+Source1:        Db4objects.Db4o.dll
+# PATCH-FIX-UPSTREAM dice-newmono.patch [email protected] -- Newer mono do 
not like to autoincrement AssemblyVersions.
+Patch0:         dice-newmono.patch
+BuildRequires:  bison
 BuildRequires:  coreutils
-BuildRequires:  notify-sharp
+BuildRequires:  dbus-1-devel
+BuildRequires:  evolution-sharp
+BuildRequires:  flex
+BuildRequires:  gcc-c++
+BuildRequires:  gconf-sharp2
+BuildRequires:  gnome-common
+BuildRequires:  gnome-sharp2
+BuildRequires:  gnome-vfs-sharp2
+BuildRequires:  gnome-vfs2-devel
+BuildRequires:  intltool
+BuildRequires:  libglade2-devel
 BuildRequires:  libgnome-keyring-devel
+BuildRequires:  mono-devel
 BuildRequires:  nautilus-devel
+BuildRequires:  ndesk-dbus
+BuildRequires:  ndesk-dbus-glib-devel
+BuildRequires:  notify-sharp
 BuildRequires:  openssl-devel
-BuildRequires:  evolution-sharp
-BuildRequires:  libglade2-devel
+BuildRequires:  pkg-config
 BuildRequires:  update-desktop-files
-Source:         %{name}-%{version}.tar.bz2
-Source1:        Db4objects.Db4o.dll
-Group:          Productivity/Office/Other
-Summary:        Desktop integration with Novell's Teaming and Microsoft's 
Sharepoint servers
 Requires:       dbus-1-glib >= %{dbus_min_version}
 Requires:       dbus-1-x11 >= %{dbus_min_version}
+Requires:       evolution-sharp
 Requires:       ndesk-dbus
 Requires:       ndesk-dbus-glib
 Requires:       openssl
-Requires:       evolution-sharp
+BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 %define prefix /usr
 
 %description
@@ -56,9 +67,9 @@
 
 %package devel
 License:        GPLv2+
-Group:          Development/Libraries/Other
 Summary:        Desktop integration with Novell's Teaming and Microsoft's 
Sharepoint servers
-Requires:       %{name} = %{version}-%{release}
+Group:          Development/Libraries/Other
+Requires:       %{name} = %{version}
 
 %description devel
 Desktop integration with popular web based collaboration environments
@@ -80,19 +91,20 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
-export CFLAGS="%optflags -fno-strict-aliasing"
+export CFLAGS="%{optflags} -fno-strict-aliasing"
 %configure --disable-static --with-pic
 %{__make}
 
 %install
-make DESTDIR="$RPM_BUILD_ROOT" install
-cp %{SOURCE1} $RPM_BUILD_ROOT%{_libdir}/dice
-find %{buildroot}%{_libdir} -name '*.la' -type f -delete -print
+%makeinstall
+cp %{SOURCE1} %{buildroot}%{_libdir}/dice/
+find %{buildroot} -name '*.la' -type f -delete -print
 
 %clean
-rm -rf "$RPM_BUILD_ROOT"
+rm -rf %{buildroot}
 
 %post
 %desktop_database_post
@@ -122,7 +134,7 @@
 %{_libdir}/dice/Solvent.dll
 %{_libdir}/dice/Db4objects.Db4o.dll
 %{_libdir}/dice/libicews.so
-%{_libdir}/nautilus/extensions-2.0/*.so
+%{_libdir}/nautilus/extensions-[23].0/*.so
 %{_datadir}/dice/
 %{_datadir}/dbus-1/services/
 %{_bindir}/dice-manager


++++++ dice-newmono.patch ++++++
Index: dice-0.1.9/DiceManager/AssemblyInfo.cs
===================================================================
--- dice-0.1.9.orig/DiceManager/AssemblyInfo.cs
+++ dice-0.1.9/DiceManager/AssemblyInfo.cs
@@ -21,7 +21,7 @@ using System.Runtime.CompilerServices;
 // The assembly version has the format "{Major}.{Minor}.{Build}.{Revision}".
 // If the build and revision are set to '*' they will be updated automatically.
 
-[assembly: AssemblyVersion("1.0.*.*")]
+[assembly: AssemblyVersion("1.0.0.0")]
 
 // The following attributes are used to specify the signing key for the 
assembly, 
 // if desired. See the Mono documentation for more information about signing.

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++



Remember to have fun...

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to