Hello community,

here is the log from the commit of package rocksndiamonds for openSUSE:Factory 
checked in at 2013-01-31 15:10:28
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rocksndiamonds (Old)
 and      /work/SRC/openSUSE:Factory/.rocksndiamonds.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rocksndiamonds", Maintainer is "nadvor...@suse.com"

Changes:
--------
--- /work/SRC/openSUSE:Factory/rocksndiamonds/rocksndiamonds.changes    
2013-01-25 09:38:20.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.rocksndiamonds.new/rocksndiamonds.changes       
2013-01-31 15:10:30.000000000 +0100
@@ -1,0 +2,5 @@
+Sat Jan 26 13:13:59 UTC 2013 - joop.boo...@opensuse.org
+
+- Dropped all permission scripts
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ rocksndiamonds.spec ++++++
--- /var/tmp/diff_new_pack.JjSpsL/_old  2013-01-31 15:10:32.000000000 +0100
+++ /var/tmp/diff_new_pack.JjSpsL/_new  2013-01-31 15:10:32.000000000 +0100
@@ -43,9 +43,6 @@
 %if 0%{?suse_version}
 BuildRequires:  update-desktop-files
 %endif
-Requires(pre):  permissions
-Provides:       rockdiam
-Obsoletes:      rockdiam
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -84,20 +81,18 @@
     RW_GAME_DIR=%{_localstatedir}/games/%{name}
 
 %install
-LIBDIR=%{buildroot}%{_datadir}/%{name}
-SCOREDIR=%{buildroot}%{_localstatedir}/games/%{name}
-install -m 755 -d $LIBDIR
-install -m 755 -d $SCOREDIR
+install -m 755 -d %{buildroot}%{_datadir}/%{name}
+install -m 755 -d %{buildroot}%{_localstatedir}/games/%{name}
 install -m 755 -d %{buildroot}%{_bindir}/
 install -m 755 -d %{buildroot}%{_mandir}/man6
 install -m 755 -d %{buildroot}%{_datadir}/pixmaps
-cp -a graphics $LIBDIR
-cp -a sounds $LIBDIR
-cp -a music $LIBDIR
-cp -a levels $LIBDIR
-find $LIBDIR/levels -name '*.orig' -delete
-find $LIBDIR -type f -exec chmod 644 "{}" "+"
-find $LIBDIR -type d -exec chmod 755 "{}" "+"
+cp -a graphics %{buildroot}%{_datadir}/%{name}
+cp -a sounds %{buildroot}%{_datadir}/%{name}
+cp -a music %{buildroot}%{_datadir}/%{name}
+cp -a levels %{buildroot}%{_datadir}/%{name}
+find %{buildroot}%{_datadir}/%{name}/levels -name '*.orig' -delete
+find %{buildroot}%{_datadir}/%{name} -type f -exec chmod 644 "{}" "+"
+find %{buildroot}%{_datadir}/%{name} -type d -exec chmod 755 "{}" "+"
 install -m 755 %{name} %{buildroot}%{_bindir}
 install -m 644 %{name}.1 %{buildroot}%{_mandir}/man6/%{name}.6
 install -m 644 %{name}.png %{buildroot}%{_datadir}/pixmaps
@@ -108,19 +103,14 @@
 %fdupes %{buildroot}
 %endif
 
-%post
-%set_permissions
-%verifyscript
-%verify_permissions -e %{_bindir}/rocksndiamonds
-
 %files
-%defattr(-,root,root)
+%defattr(-,root,root,-)
 %doc ChangeLog COPYING CREDITS README
 %doc %{_mandir}/man6/*
-%verify(not mode) %attr(0755,games,games) %{_bindir}/%{name}
 %{_datadir}/%{name}
 %{_datadir}/applications/%{name}.desktop
 %{_datadir}/pixmaps/%{name}.png
+%{_bindir}/%{name}
 %attr(775,games,games) %{_localstatedir}/games/%{name}
 
 %changelog


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

Reply via email to